Multivariate Continuous Distribution.Get Variance Covariance Matrix Method
            
            
            Returns the variance of the distribution.
            
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
The variance-covariance matrix of the distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public abstract Matrix<double> GetVarianceCovarianceMatrix()Return Value
Matrix<Double>The variance-covariance matrix of the distribution.
Remarks
The population variance or variance of a distribution is a non-negative number that indicates how widely spread the values of the random variable are around the population mean.