ILNumerics Ultimate VS

LogNormalDistributionCumulativeDistributionF Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Computes the cumulative distribution (CDF) of the distribution at x, i.e. p(X ≤ x)

[ILNumerics Statistics Toolbox]

Namespace:  ILNumerics.Toolboxes.Distributions
Assembly:  ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public double CumulativeDistributionF(
	double x
)

Parameters

x
Type: SystemDouble
The location at which to compute the cumulative distribution function

Return Value

Type: Double
the cumulative distribution at location x
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference