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

Maxwell point percent function (PPF).

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

the Maxwell distribution point percent function (PPF) for probabilty p using the parameter a. Parameter a must be positive and probabilty p must lie on the interval [0,1], otherwise the result is NAN.

Inverse Maxwell cumulative distribution is defined by the following equation: 

 

The result of MaxwellCDFInv is the solution of the integral equation of the MaxwellCDF with parameter a and with the desired probability p.

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