FDistributionPDF(Double, Double, Double) Method |
Returns the probability density function for value x with the distribution parameters p and q.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double PDF(
double x,
double p,
double q
)
Parameters
- x Double
- The function argument.
- p Double
- First parameter of the distribution.
- q Double
- Second paramenter of the distribution.
Return Value
DoubleThe probability density of the distribution at value x.
See Also