Click or drag to resize

GeometricDistributionPDF 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 failures before the first success.

Return Value

Double
The probability that there are x failures before the first success.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the number of success is set to a negative value.
See Also