Click or drag to resize

MatrixNormalIsValidParameterSet Method

Tests whether the provided values are valid parameters for this distribution.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public 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

Boolean

[Missing <returns> documentation for "M:Altaxo.Calc.Distributions.MatrixNormal.IsValidParameterSet(Altaxo.Calc.LinearAlgebra.Matrix{System.Double},Altaxo.Calc.LinearAlgebra.Matrix{System.Double},Altaxo.Calc.LinearAlgebra.Matrix{System.Double})"]

See Also