Click or drag to resize

MultinomialProbability Method

Computes values of the probability mass function.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Probability(
	int[] x
)

Parameters

x  Int32
Non-negative integers x1, ..., xk

Return Value

Double
The probability mass at location x.
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen x is null.
ArgumentExceptionWhen length of x is not equal to event probabilities count.
See Also