[Index for rtools] [Return to Master Index] [Return to www.radarworks.com]

RT_gaminv

(rtools/RT_gaminv.m)


Function Synopsis

x = RT_gaminv(p,mu,shape,q)

Help text

function x = RT_gaminv(p,mu,shape,{q})

   Returns the inverse of the gamma cumulative probability 
   density with parameters MU and SHAPE for the value p.
   0 < p < 1
   The form used is such that the mean value is MU and larger
   SHAPE is closer to a Gaussian distribution.
   Input the complementary value Q if p > (1-eps) such that
   P + Q = 1;

 i.e. both RT_gaminv(1,mu,shape,eps/100) and
           RT_gaminv(eps/100,mu,shape,1) are valid

 Source: see www.mathworld.com, uses dcdflib

 Part of the Matlab Radar Toolbox v0.11 by Glen Davidson at www.radarworks.com
 Please acknowledge use of this toolbox in any publication or software.
 This header must be retained in any derivative work

Cross-Reference Information

This function is called by

Produced by mat2html on Mon Mar 17 16:14:19 2003
Cross-Directory links are: OFF