ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
the cumulative distribution at location x
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
Parameters
- x
- Type: SystemDouble
The location at which to compute the cumulative distribution function
Return Value
Type: Doublethe cumulative distribution at location x
Remarks
[ILNumerics Statistics Toolbox]
See Also