![]() |
IGAPDFName:
![]()
where k and c are shape parameters and
The inverted gamma is the special case where the second shape parameter, c, is equal to -1.
where <y1> is a positive number, parameter, or a variable; <y2> is a variable or a parameter (depending on what <y1> is) where the computed inverted gamma pdf value is saved; <k> is a positive number, parameter, or variable that specifies the first shape parameter; <loc> is a number, parameter, or variable that defines the location parameter; <scale> is a number, parameter, or variable that defines the scale parameter; and where the <SUBSET/EXCEPT/FOR qualification> is optional. The location and scale parameters are optional.
LET Y = IGAPDF(X,1.5) LET Y = IGAPDF(X,1.5,10,2) PLOT IGAPDF(X,1.5,10,2) FOR X = 5 0.1 15
![]() The parameter a is a location parameter and the parameter b is a scale parameter. The inverted gamma distribution is the special case where c = -1. The IGAPDF function allows the location and scale parameters to optionally be specified.
INVERTED GAMMA PROBABILITY PLOT To generate an inverted gamma ppcc plot, enter the following commands.
INVERTED GAMMA PPCC PLOT
"Statistical Distributions", 2nd. Edition, Evans, Hastings, and Peacock, Wiley and Sons, 1993 (chapter 18).
. MULTIPLOT 2 2 MULTIPLOT CORNER COORDINATES 0 0 100 100 TITLE AUTOMATIC LOOP FOR K = 1 1 4 LET G1 = G(K) X1LABEL GAMMA = ^G1 PLOT IGAPDF(X,G1) FOR X = 0.1 0.1 10 END OF LOOP END OF MULTIPLOT
Date created: 6/5/2001 |