Uses of Class
org.apache.commons.math3.stat.correlation.StorelessBivariateCovariance
-
Packages that use StorelessBivariateCovariance Package Description org.apache.commons.math3.stat.correlation Correlations/Covariance computations. -
-
Uses of StorelessBivariateCovariance in org.apache.commons.math3.stat.correlation
Fields in org.apache.commons.math3.stat.correlation declared as StorelessBivariateCovariance Modifier and Type Field Description private StorelessBivariateCovariance[]
StorelessCovariance. covMatrix
the square covariance matrix (upper triangular part)Methods in org.apache.commons.math3.stat.correlation that return StorelessBivariateCovariance Modifier and Type Method Description private StorelessBivariateCovariance
StorelessCovariance. getElement(int i, int j)
Gets the element at index (i, j) from the covariance matrixMethods in org.apache.commons.math3.stat.correlation with parameters of type StorelessBivariateCovariance Modifier and Type Method 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
-