You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > Probabilities.GenParetoPDF Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.GenParetoPDF Method

Generalized Pareto probability density function (PDF).

Syntax
C#
Visual Basic
public static double GenParetoPDF(double x, double k, double Mu, double sigma);
Parameters 
Description 
double x 
Distribution domain, real value, if k >= 0 valid on open interval (Mu,Inf), if k < 0, valid if 0 <= (x-Mu)/sigma <= -1/k
double k 
Defines distribution shape parameter, real value. 
double Mu 
Defines distribution location parameter, real value. 
double sigma 
Defines distribution scale parameter, positive real value. 

the Generalized Pareto probability density function (PDF) for value x using the parameters a and b. Both parameters k, Mu and sigma.

Calculates the Generalized Pareto distribution probability density function, defined by the equation: 

 

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!