Click or drag to resize

WishartDensity Method

Evaluates the probability density function for the Wishart distribution.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Density(
	Matrix<double> x
)

Parameters

x  MatrixDouble
The matrix at which to evaluate the density at.

Return Value

Double
the density at x.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf the argument does not have the same dimensions as the scale matrix.
See Also