FisherSnedecorDistributionPDF(Double) Method | 
            Returns the probability density function for value x with the distribution parameters p and q.
            
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic override double PDF(
	double x
)
Parameters
- x  Double
 - The function argument.
 
Return Value
DoubleThe probability density of the distribution at value x.
See Also