Expand description
statistics and randomness functionality
Modules§
Structs§
Enums§
- NanHandling
- Specifies how missing values should be handled in mean and variance computations.
Traits§
Functions§
- col_
mean - computes the mean of the columns of
matand stores the result inout - col_
varm - computes the variance of the columns of
matand stores the result inout - row_
mean - computes the mean of the rows of
matand stores the result inout - row_
varm - computes the variance of the rows of
matand stores the result inout