Open alejandro-ariza opened 4 years ago
Unfortunately, I do not know any alternatives for multivariate functions (as I said, I think this is not as explored as univariate functions, not only in scikit-fda, but in FDA in general).
In order for this to work we would need at least to implement the covariance function for vector-valued functions, and make_gaussian_process
should be able to generate vector-valued Gaussian process (assuming that this makes sense).
For now maybe you can try analyzing each coordinate function separately (you can use fdgrid.coordinates[0]
to get the temperature, fdgrid.coordinates[1]
to get the precipitation, etc).
Ok, looking to much ahead, XD.
The solution you proposed might help in the meantime.
Thanks Carlos!
Hi there, me again, XD.
Is there any alternative to perform analysis of variance on multivariate functions, until the feature below is implemented? Problem illustrated with a random dataset example:
Thanks!