MatrixNormalIsValidParameterSet Method |
Tests whether the provided values are valid parameters for this distribution.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool IsValidParameterSet(
Matrix<double> m,
Matrix<double> v,
Matrix<double> k
)
Parameters
- m MatrixDouble
- The mean of the matrix normal.
- v MatrixDouble
- The covariance matrix for the rows.
- k MatrixDouble
- The covariance matrix for the columns.
Return Value
Booleantrue if the parameters define a valid matrix normal distribution; otherwise,
false.
See Also