Package | Description |
---|---|
org.apache.commons.math3.stat.correlation |
Correlations/Covariance computations.
|
Modifier and Type | Field and Description |
---|---|
private StorelessBivariateCovariance[] |
StorelessCovariance.covMatrix
the square covariance matrix (upper triangular part)
|
Modifier and Type | Method and Description |
---|---|
private StorelessBivariateCovariance |
StorelessCovariance.getElement(int i,
int j)
Gets the element at index (i, j) from the covariance matrix
|
Modifier and Type | Method and Description |
---|---|
void |
StorelessBivariateCovariance.append(StorelessBivariateCovariance cov)
Appends another bivariate covariance calculation to this.
|
private void |
StorelessCovariance.setElement(int i,
int j,
StorelessBivariateCovariance cov)
Sets the covariance element at index (i, j) in the covariance matrix
|