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

Logarithmic point percent function (PPF).

Syntax
C#
Visual Basic
public static double LogarithmicCDFInv(double y, double p);
Parameters 
Description 
double y 
Probability, real positive value on closed interval [0,1]. 
double p 
Distribution parameter, real value on open interval (0,1). 

the logarithmic point percent function (PPF) for probability y using the parameter p.

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