Click or drag to resize

PowerDistributionPDF(Double, Double, Double) Method

Calculates the probability dennsity at the specified x.

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

Parameters

x  Double
The x.
k  Double
The domain parameter k.
a  Double
The shape parameter a.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Probability.PowerDistribution.PDF(System.Double,System.Double,System.Double)"]

See Also