DirichletIsValidParameterSet Method |
Tests whether the provided values are valid parameters for this distribution.
No parameter can be less than zero and at least one parameter should be larger than zero.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool IsValidParameterSet(
double[] alpha
)
Parameters
- alpha Double
- The parameters of the Dirichlet distribution.
Return Value
Booleantrue if the parameter vector defines a valid Dirichlet distribution; otherwise,
false.
See Also