Module utility

Module utility 

Source
Expand description

Utility functions for functional data analysis.

Structs§

RpStatResult
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.