public class MatrixRowStats extends Object
Modifier and Type | Method and Description |
---|---|
static <R,C> cern.colt.list.DoubleArrayList |
means(DoubleMatrix<R,C> M)
Calculates the means of a matrix's rows.
|
static cern.colt.matrix.DoubleMatrix1D |
means(cern.colt.matrix.DoubleMatrix2D e)
Calculate the means of a matrix's rows
|
static <R,C> cern.colt.list.DoubleArrayList |
sampleStandardDeviations(DoubleMatrix<R,C> M)
Calculates the sample standard deviation of each row of a matrix
|
static <R,C> cern.colt.list.DoubleArrayList |
sumOfSquares(DoubleMatrix<R,C> M)
Calculates the sum of squares for each row of a matrix
|
static <R,C> cern.colt.list.DoubleArrayList |
sums(DoubleMatrix<R,C> M)
Calculate the sums of a matrix's rows.
|
public static <R,C> cern.colt.list.DoubleArrayList means(DoubleMatrix<R,C> M)
M
- DoubleMatrixNamedpublic static cern.colt.matrix.DoubleMatrix1D means(cern.colt.matrix.DoubleMatrix2D e)
e
- matrix. Missing values are ignored.public static <R,C> cern.colt.list.DoubleArrayList sampleStandardDeviations(DoubleMatrix<R,C> M)
M
- DoubleMatrixNamedpublic static <R,C> cern.colt.list.DoubleArrayList sumOfSquares(DoubleMatrix<R,C> M)
M
- DoubleMatrixNamedpublic static <R,C> cern.colt.list.DoubleArrayList sums(DoubleMatrix<R,C> M)
M
- DoubleMatrixNamedCopyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.