Skip to main content

Module projection

Module projection 

Source
Expand description

Basis projection and reconstruction for functional data.

Structs§

BasisProjectionResult
Result of basis projection.

Enums§

ProjectionBasisType
Simple basis type selector for projection functions.

Functions§

basis_to_fdata
Reconstruct functional data from basis coefficients.
basis_to_fdata_1d
Reconstruct functional data from basis coefficients (legacy i32 interface).
fdata_to_basis
Project functional data to basis coefficients.
fdata_to_basis_1d
Project functional data to basis coefficients (legacy i32 interface).