public class Covariance
extends java.lang.Object
Constructor and Description |
---|
Covariance(double[][] aadblCovariance)
Covariance Constructor
|
Modifier and Type | Method and Description |
---|---|
double[][] |
correlationMatrix()
Retrieve the Correlation Matrix
|
double[][] |
covarianceMatrix()
Retrieve the Covariance Matrix
|
int |
numVariate()
Retrieve the Number of Variates
|
double[][] |
precisionMatrix()
Retrieve the Precision Matrix
|
double[] |
variance()
Retrieve the Variance Array
|
double[] |
volatility()
Retrieve the Volatility Array
|
public Covariance(double[][] aadblCovariance) throws java.lang.Exception
aadblCovariance
- Double Array of the Covariance Matrixjava.lang.Exception
- Thrown if the Inputs are Invalidpublic int numVariate()
public double[][] covarianceMatrix()
public double[][] precisionMatrix()
public double[] variance()
public double[] volatility()
public double[][] correlationMatrix()