Skip to main content

mean_1d

Function mean_1d 

Source
pub fn mean_1d(data: &FdMatrix) -> Vec<f64>
Expand description

Compute the mean function across all samples (1D).

§Arguments

  • data - Functional data matrix (n x m)

§Returns

Mean function values at each evaluation point