Java org.apache.commons.math3.stat.correlation StorelessCovariance fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.stat.correlation StorelessCovariance fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.stat.correlation StorelessCovariance.

The text is from its open source code.

Constructor

StorelessCovariance(final int dim)
Create a bias corrected covariance matrix with a given dimension.
StorelessCovariance(final int dim, final boolean biasCorrected)
Create a covariance matrix with a given number of rows and columns and the indicated bias correction.

Method

RealMatrixgetCovarianceMatrix()
double[][]getData()
Return the covariance matrix as two-dimensional array.
voidincrement(final double[] data)
Increment the covariance matrix with one row of data.