Click or drag to resize

InverseWishartVariance Property

Gets the variance of the distribution.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix<double> Variance { get; }

Property Value

MatrixDouble
The variance of the distribution.
Remarks
Kanti V. Mardia, J. T. Kent and J. M. Bibby (1979). Multivariate Analysis.
See Also