You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.FatigueLifeCDFInv Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.FatigueLifeCDFInv Function

Fatigue life distribution point percent function (PPF).

Pascal
function FatigueLifeCDFInv(p: double; Mu: double; gamma: double; beta: double): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Mu 
Defines distribution location parameter. 
gamma 
Defines distribution shape parameter. gamma must be a positive scalar. 
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!