|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.utils.math.statistics.Covar
public class Covar
Covar -- get covariance or correlation matrix for an (n x m) matrix.
Philip R. Burns. 2004/06/25.
| Constructor Summary | |
|---|---|
protected |
Covar()
Don't allow instantiation, but allow subclassing. |
| Method Summary | |
|---|---|
static Matrix |
correlation(Matrix dataMatrix)
Generate a correlation matrix. |
static Matrix |
covariance(Matrix dataMatrix)
Generate a covariance matrix. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Covar()
| Method Detail |
|---|
public static Matrix covariance(Matrix dataMatrix)
dataMatrix - The n x m data matrix for which to compute
a covariance matrix.
public static Matrix correlation(Matrix dataMatrix)
dataMatrix - The n x m data matrix for which to compute
a correlation matrix.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||