|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectbaseCode.math.MatrixRowStats
Convenience functions for getting row statistics from matrices.
Copyright (c) 2004
Institution:: Columbia University
| Method Summary | |
static cern.colt.list.DoubleArrayList |
means(DenseDoubleMatrix2DNamed M)
Calculates the means of a matrix's rows. |
static cern.colt.list.DoubleArrayList |
sampleStandardDeviations(DenseDoubleMatrix2DNamed M)
Calculates the sample standard deviation of each row of a matrix |
static cern.colt.list.DoubleArrayList |
sumOfSquares(DenseDoubleMatrix2DNamed M)
Calculates the sum of squares for each row of a matrix |
static cern.colt.list.DoubleArrayList |
sums(DenseDoubleMatrix2DNamed M)
Calculate the sums of a matrix's rows. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static cern.colt.list.DoubleArrayList sumOfSquares(DenseDoubleMatrix2DNamed M)
M - DenseDoubleMatrix2DNamed
public static cern.colt.list.DoubleArrayList means(DenseDoubleMatrix2DNamed M)
M - DenseDoubleMatrix2DNamed
public static cern.colt.list.DoubleArrayList sums(DenseDoubleMatrix2DNamed M)
M - DenseDoubleMatrix2DNamed
public static cern.colt.list.DoubleArrayList sampleStandardDeviations(DenseDoubleMatrix2DNamed M)
M - DenseDoubleMatrix2DNamed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||