MatrixNormalDensity Method |
Evaluates the probability density function for the matrix normal distribution.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double Density(
Matrix<double> x
)
Parameters
- x MatrixDouble
- The matrix at which to evaluate the density at.
Return Value
Doublethe density at
xExceptions See Also