Class VectorialCovariance

java.lang.Object
org.apache.commons.math3.stat.descriptive.moment.VectorialCovariance
All Implemented Interfaces:
Serializable

public class VectorialCovariance extends Object implements Serializable
Returns the covariance matrix of the available vectors.
Since:
1.2
See Also:
  • Constructor Details

    • VectorialCovariance

      public VectorialCovariance(int dimension, boolean isBiasCorrected)
      Constructs a VectorialCovariance.
      Parameters:
      dimension - vectors dimension
      isBiasCorrected - if true, computed the unbiased sample covariance, otherwise computes the biased population covariance
  • Method Details