Click or drag to resize

FisherSnedecorDistributionPDF(Double) Method

Returns the probability density function for value x with the distribution parameters p and q.

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

Parameters

x  Double
The function argument.

Return Value

Double
The probability density of the distribution at value x.
See Also