Uses of Class
org.apache.commons.math3.stat.correlation.StorelessBivariateCovariance
Packages that use StorelessBivariateCovariance
-
Uses of StorelessBivariateCovariance in org.apache.commons.math3.stat.correlation
Fields in org.apache.commons.math3.stat.correlation declared as StorelessBivariateCovarianceModifier and TypeFieldDescriptionprivate StorelessBivariateCovariance[]
StorelessCovariance.covMatrix
the square covariance matrix (upper triangular part)Methods in org.apache.commons.math3.stat.correlation that return StorelessBivariateCovarianceModifier and TypeMethodDescriptionprivate 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 StorelessBivariateCovarianceModifier and TypeMethodDescriptionvoid
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