Click or drag to resize

BinomialDistributionPDF Method

Returns the probability distribution function evaluated at the given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double PDF(
	double x
)

Parameters

x  Double
The number of successes.

Return Value

Double
The probability of obtaining exactly x successes.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the number of success is set to a negative value, or to a value greater than N.
See Also