GAA-UAM / scikit-fda

Functional Data Analysis Python package
https://fda.readthedocs.io
BSD 3-Clause "New" or "Revised" License
287 stars 51 forks source link

ANOVA slow for FDataBasis #470

Open vnmabus opened 1 year ago

vnmabus commented 1 year ago

ANOVA is slow for FDataBasis causing unnecessary slowdowns in tests, due to the fine grid used for GP generation. Consider generating GPs directly in basis form if possible, to achieve faster and more accurate results.