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

Fatigue life distribution point percent function (PPF).

Syntax
C#
Visual Basic
public static double FatigueLifeCDFInv(double p, double Mu, double gamma, double beta);
Parameters 
Description 
double p 
Probability, real positive value on closed interval [0,1]. 
double Mu 
Defines distribution location parameter. 
double gamma 
Defines distribution shape parameter. gamma must be a positive scalar. 
double beta 
Defines distribution scale parameter. beta must be a positive scalar. 

the "fatigue life" distribution point percent function (PPF). Parameters gamma and beta must be positive and the probability p must lie on the interval [0,1], otherwise the result is NAN.

The inverse Fatigue life cumulative distribution function is defined by the following equation: 

 

The result is the value such that there is a probability p that an observation from an Fatigue life distribution with parameters Mu, gamma and beta will fall in the range [0 result].

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