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.covMatrixthe square covariance matrix (upper triangular part)Methods in org.apache.commons.math3.stat.correlation that return StorelessBivariateCovarianceModifier and TypeMethodDescriptionprivate StorelessBivariateCovarianceStorelessCovariance.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 TypeMethodDescriptionvoidStorelessBivariateCovariance.append(StorelessBivariateCovariance cov) Appends another bivariate covariance calculation to this.private voidStorelessCovariance.setElement(int i, int j, StorelessBivariateCovariance cov) Sets the covariance element at index (i, j) in the covariance matrix