Package | Description |
---|---|
edu.ucla.sspace.matrix |
Modifier and Type | Method and Description |
---|---|
static Statistics.Dimension |
Statistics.Dimension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statistics.Dimension[] |
Statistics.Dimension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Matrix |
Statistics.average(Matrix m,
Statistics.Dimension dim)
Return a matrix containing the averages for the dimension
specificed.
|
static Matrix |
Statistics.average(Matrix m,
Statistics.Dimension dim,
int errorCode)
Return a matrix containing the averages for the dimension
specificed.
|
static Matrix |
Statistics.std(Matrix m,
Matrix average,
Statistics.Dimension dim)
Return a matrix containing the standard deviation for the dimension
specificed.
|
static Matrix |
Statistics.std(Matrix m,
Matrix average,
Statistics.Dimension dim,
int errorCode)
Return a matrix containing the standard deviation for the dimension
specificed.
|
Copyright © 2012. All Rights Reserved.