Expand description
Regression functions for functional data.
This module provides functional PCA, PLS, and ridge regression.
Structs§
- Fpca
Result - Result of functional PCA.
- PlsResult
- Result of PLS regression.
- Ridge
Result - Result of ridge regression fit.
Functions§
- fdata_
to_ pc_ 1d - Perform functional PCA via SVD on centered data.
- fdata_
to_ pls_ 1d - Perform PLS via NIPALS algorithm.
- ridge_
regression_ fit - Fit ridge regression.