Bernoulli Distribution.Distribution Function Method
Evaluates the cumulative distribution function of the
distribution.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The cumulative distribution function evaluated at n.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override double DistributionFunction(
int n
)
Parameters
- n Int32
- An integer.
Return Value
DoubleThe cumulative distribution function evaluated at n.
Remarks
The cumulative distribution function shows the probability of obtaining an outcome that is less than or equal to a specified value.