Expand description
Utility functions for functional data analysis.
Structs§
- RpStat
Result - Result of random projection statistics.
Functions§
- compute_
adot - Compute the Adot matrix used in PCvM statistic.
- inner_
product - Compute inner product between two functional data curves.
- inner_
product_ matrix - Compute inner product matrix for functional data.
- integrate_
simpson - Compute Simpson’s rule integration for a single function.
- knn_
loocv - Compute leave-one-out cross-validation error for k-NN.
- knn_
predict - k-NN prediction for functional regression.
- pcvm_
statistic - Compute the PCvM statistic.
- rp_stat
- Compute random projection statistics.