Skip to main content

mean_2d

Function mean_2d 

Source
pub fn mean_2d(data: &FdMatrix) -> Vec<f64>
👎Deprecated since 0.30.0:

redundant with mean(…, Dim::Two); body just forwards to mean_1d

Expand description

Compute the mean function for 2D surfaces.

Data is stored as n x (m1*m2) matrix where each row is a flattened surface.