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

Generalized Pareto distribution point percent function (PPF).

Syntax
C#
Visual Basic
public static double GenParetoCDFInv(double p, double k, double Mu, double sigma);
Parameters 
Description 
double p 
Probability, real positive value on closed interval [0,1]. 
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 extreme value distribution point percent function (PPF) for probability y using the parameters k, Mu and sigma.

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