Expand description
statistics and randomness functionality
Modules§
Structs§
- Complex
Distribution - A generic random value distribution for complex numbers.
- Cwise
ColDistribution - Cwise
MatDistribution - Cwise
RowDistribution - Unitary
Mat
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