ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
the inverse cumulative density at x.
Computes the inverse of the cumulative distribution function (InvCDF) for the distribution
at the given probability. This is also known as the quantile or percent point function.
[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 inverse cumulative density.
Return Value
Type: Doublethe inverse cumulative density at x.
Remarks
[ILNumerics Statistics Toolbox]
See Also