ILNumerics Ultimate VS

LogNormalDistributionInverseCumulativeDistributionF Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public double InverseCumulativeDistributionF(
	double x
)

Parameters

x
Type: SystemDouble
The location at which to compute the inverse cumulative density.

Return Value

Type: Double
the inverse cumulative density at x.
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference