GEEPPF
Name:
Type:
Purpose:
Compute the standard form of the geometric extreme exponential
percent point function with shape parameter
.
Description:
The standard form of the geometric extreme exponential
percent point function is:
Syntax:
LET <y2> = GEEPPF(<y1>,GAMMA)
<SUBSET/EXCEPT/FOR qualification>
where <y1> is a variable, number, or parameter;
<y2> is a variable or a parameter (depending on
what <y1> is) where the computed geometric
extreme exponential ppf value is stored;
<GAMMA> is a positive number or parameter that
specifies the shape parameter;
and where the <SUBSET/EXCEPT/FOR qualification> is optional.
Examples:
LET A = GEEPPF(3,2)
LET A = GEEPPF(A1,4)
LET X2 = GEEPPF(X1,8)
Default:
Synonyms:
Related Commands:
GEECDF
|
= Compute the geometric extreme exponential
cumulative distribution function.
|
GEECHAZ
|
= Compute the geometric extreme exponential cumulative
hazard function.
|
GEEHAZ
|
= Compute the geometric extreme exponential hazard
function.
|
GEEPDF
|
= Compute the geometric extreme exponential probability
density function.
|
IWEPDF
|
= Compute the inverted Weibull percent point function.
|
WEIPDF
|
= Compute the Weibull percent point function.
|
GAMPDF
|
= Compute the gamma percent point function.
|
CHSPDF
|
= Compute the chi-square percent point function.
|
NORPDF
|
= Compute the normal percent point function.
|
LGNPDF
|
= Compute the lognormal percent point function.
|
PPCC PLOT
|
= Generate a PPCC plot.
|
PROBABILITY PLOT
|
= Generate a probability plot.
|
RANDOM NUMBERS
|
= Generate random numbers.
|
Reference:
"Can Data Recognize Its Parent Distribution?",
Marshall, Meza, Olkin, Journal Of Computational
and Graphical Statistics, September, 2001, pp. 555-580.
Applications:
Implementation Date:
Program:
MULTIPOT 2 2
MULTIPLOT CORNER COORDINATES 5 5 95 95
MULTIPLOT SCALE FACTOR 2
X1LABEL Probability
Y1LABEL DISPLACEMENT 12
Y1LABEL X
TITLE GEEPPF (GAMMA = 0.5)
PLOT GEEPPF(P,0.5) FOR P = 0 0.01 0.99
TITLE GEEPPF (GAMMA = 1)
PLOT GEEPPF(P,1) FOR P = 0 0.01 0.99
TITLE GEEPPF (GAMMA = 2)
PLOT GEEPPF(P,2) FOR P = 0 0.01 0.99
TITLE GEEPPF (GAMMA = 5)
PLOT GEEPPF(P,5) FOR P = 0 0.01 0.99
END OF MULTIPLOT
Date created: 11/20/2001
Last updated: 4/4/2003
Please email comments on this WWW page to
alan.heckert@nist.gov.
|