|
LSNPPFName:
with
This is analogous to how the lognormal distribution is defined
in terms of the normal distribution. If
The log-skew-normal percent point is computed by numerically inverting the cumulative distribution function using a bisection method. The standard log-skew-normal distribution can be generalized with location and scale parameters in the usual way.
<SUBSET/EXCEPT/FOR qualification> where <p> is a variable or a parameter; <lambda> is a number of parameter that specifies the value of the skewness shape parameter; <sd> is a number of parameter that specifies the value of the sd shape parameter; <loc> is a number of parameter that specifies the value of the location parameter; <scale> is a number of parameter that specifies the value of the scale parameter; <y> is a variable or a parameter (depending on what <x> is) where the computed log-skew-normal ppf value is stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. Note that the location and scale parameters are optional.
LET A = LSNPPF(P,LAMBDA,SD) PLOT LSNPPF(P,LAMBDA,SD) FOR P = 0.01 0.01 0.99
"A Class of Distributions Which Includes the Normal Ones", Azzalini, Scandinavian Journal of Statistics, 12, 171-178. "Continuous Univariate Distributions: Volume I", Second Edition, Johnson, Kotz, and Balakrishnan, Wiley, 1994, p. 454.
Y1LABEL Probability
X1LABEL X
LABEL CASE ASIS
X1LABEL DISPLACEMENT 12
Y1LABEL DISPLACEMENT 12
MULTIPLOT 2 2
MULTIPLOT CORNER COORDINATES 0 0 100 100
TITLE LOG-SKEW-NORMAL: LAMBDA = 0
PLOT LSNPPF(P,0,1) FOR P = 0.01 0.01 0.99
TITLE LOG-SKEW-NORMAL: LAMBDA = 1
PLOT LSNPPF(P,1,1) FOR P = 0.01 0.01 0.99
TITLE LOG-SKEW-NORMAL: LAMBDA = 5
PLOT LSNPPF(P,5,1) FOR P = 0.01 0.01 0.99
TITLE LOG-SKEW-NORMAL: LAMBDA = 10
PLOT LSNPPF(P,10,1) FOR P = 0.01 0.01 0.99
END OF MULTIPLOT
Date created: 7/7/2004 |