Click or drag to resize

MatrixNormalDensity Method

Evaluates the probability density function for the matrix normal 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 correct dimensions.
See Also