|
LDEPPFName:
where LDECDF is the cumulative distribution function of the log double exponential distribution.
where <p> is a variable, a number, or a parameter; <y> is a variable or a parameter (depending on what <p> is) where the computed log double exponential ppf value is saved; <alpha> is a variable, a number, or a parameter that specifies the shape parameter; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
LET X2 = LDEPPF(P1,0.5)
MULTIPLOT 2 2
MULTIPLOT CORNER COORDINATES 5 5 95 95
TITLE AUTOMATIC
PLOT LDEPPF(P,0.5) FOR P = 0.01 0.01 0.99
PLOT LDEPPF(P,1) FOR P = 0.01 0.01 0.99
PLOT LDEPPF(P,2) FOR P = 0.01 0.01 0.99
PLOT LDEPPF(P,5) FOR P = 0.01 0.01 0.99
END OF MULTIPLOT
Date created: 10/9/2001 |