ParetoDistributionPDF(Double, Double, Double) Method |
Computes the probability density function (PDF) for a Pareto distribution with the given parameters.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double PDF(
double x,
double alpha,
double beta
)
Parameters
- x Double
- The value at which to evaluate the PDF.
- alpha Double
- The shape parameter (must be positive).
- beta Double
- The scale parameter (must be positive).
Return Value
DoubleThe value of the probability density function at
x.
See Also