Evaluates the cumulative distribution function of the
distribution.
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override double DistributionFunction(
int n
)
Public Overrides Function DistributionFunction (
n As Integer
) As Double
public:
virtual double DistributionFunction(
int n
) override
abstract DistributionFunction :
n : int -> float
override DistributionFunction :
n : int -> float
Parameters
- n
- Type: SystemInt32
An integer.
Return Value
Type:
DoubleThe cumulative distribution function evaluated
at
n.
The cumulative distribution function shows the
probability of obtaining an outcome that is less than
or equal to a specified value.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference