Click or drag to resize
Accord.NET (logo)

WeibullDistributionInverseComplementaryDistributionFunction Method

Gets the inverse of the ComplementaryDistributionFunction(Double). The inverse complementary distribution function is also known as the inverse survival Function.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double InverseComplementaryDistributionFunction(
	double p
)
Request Example View Source

Parameters

p
Type: SystemDouble

Return Value

Type: Double
See Also