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

Logistic distribution point percent function (PPF).

Syntax
C#
Visual Basic
public static double LogisticCDFInv(double p, double m, double b);
Parameters 
Description 
double p 
Probability, real positive value on closed interval [0,1]. 
double m 
Distribution location parameter, real value. 
double b 
Distribution scale parameter, real positive value. 

the Logistic distribution point percent function (PPF) for probability p using the parameters m, and b. Probability p must lie on the interval [0,1] and m, b must both be positive, otherwise the result is NAN.

The inverse logistic cumulative distribution is defined by the following equation: 

 

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