Java org.apache.commons.math.stat.correlation Covariance fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Covariance()
Create a Covariance with no data
Covariance(double[][] data)
Create a Covariance matrix from a rectangular array whose columns represent covariates.
Covariance(RealMatrix matrix)
Create a covariance matrix from a matrix whose columns represent covariates.

Method

RealMatrixgetCovarianceMatrix()
Returns the covariance matrix