Click or drag to resize

PowerDistributionPDF(Double, Double, Double) Method

Calculates the probability density function at the specified x.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double PDF(
	double x,
	double k,
	double a
)

Parameters

x  Double
The value at which to evaluate the PDF.
k  Double
The domain parameter k.
a  Double
The shape parameter a.

Return Value

Double
The relative likelihood for the random variable to occur at x.
See Also