Click or drag to resize
Accord.NET (logo)

TukeyLambdaDistributionLogQuantileDensityFunction Method

Gets the log of the quantile density function, which in turn is the first derivative of the inverse distribution function (icdf), evaluated at probability p.

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

Parameters

p
Type: SystemDouble
A probability value between 0 and 1.

Return Value

Type: Double
See Also