Dew MtxVec NET
FatigueLifeCDFInv Routines
Summary
Fatigue life distribution point percent function (PPF).

Unit
Probabilities

Declaration
Function FatigueLifeCDFInv(p: TSample; mu, gamma, beta: TSample): TSample;
Result
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].
Categories
Continuous probabilities
 See Also 
FatigueLifePDF 
FatigueLifeCDF 

Declaration
Procedure FatigueLifeCDFInv(P: TDenseMtxVec; mu, gamma, beta: TSample; Res: TDenseMtxVec);

Description
Calculates the inverse Fatigue life CDF for probability vector P using the parameters mu, gamma and beta. The results are stored in vector Res. The Res Length and Complex properties are adjusted automatically. If vector X is complex, an exception is raised.

Copyright 2008 Dew Research
http://www.dewresearch.com