You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > JohnsonSBCDFInv Method > Probabilities.JohnsonSBCDFInv Method (double, double, double, double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.JohnsonSBCDFInv Method (double, double, double, double, double)

Johnson bounded point percent function (PPF).

Syntax
C#
Visual Basic
public static double JohnsonSBCDFInv(double p, double gamma, double delta, double Lambda, double xi);
Parameters 
Description 
double p 
Probability, real positive value on closed interval [0,1]. 
double gamma 
Distribution shape parameter, real value. 
double delta 
Distribution shape parameter, real positive value. 
double Lambda 
Distribution scale parameter, real positive value. 
double xi 
Distribution location parameter, real value. 

Johnson distribution bounded (SB) point percent function (PPF).

Calculates the Johnson bounded (SB) point percent function, defined by the following equation: 

 

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