|
GMCCDFName:
with K(.) denoting the modified Bessel function of the of the second kind of order and denoting the gamma function. The standard generalized McLeish distribution can be generalized with location and scale parameters in the usual way. The cumulative distribution function is computed by numerically integrating the probability density function. Dataplot performs the integration using the DQAG routine from the Slatec library.
<SUBSET/EXCEPT/FOR qualification> where <x> is a variable, a number, or a parameter; <alpha> is a positive number of parameter that specifies the value of the first shape parameter; <a> is a positive number of parameter that specifies the value of the second shape parameter; <loc> is an optional number or parameter that specifies the value of the location parameter; <scale> is an optional positive number or parameter that specifies the value of the scale parameter; <y> is a variable or a parameter (depending on what <x> is) where the computed generalized McLeish cdf value is stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
LET Y = GMCCDF(X1,ALPHA,A) PLOT GMCCDF(X,ALPHA,A) FOR X = -10 0.01 10
Y1LABEL Probability X1LABEL X LABEL CASE ASIS TITLE CASE ASIS CASE ASIS Y1LABEL DISPLACEMENT 16 MULTIPLOT 2 2 MULTIPLOT CORNER COORDINATES 0 0 100 95 MULTIPLOT SCALE FACTOR 2 LET A = 0.8 TITLE Alpha = 1.5, A = 0.8 PLOT GMCCDF(X,1.5,A) FOR X = -30 0.1 30 LET A = -0.8 TITLE Alpha = 1.5, A = -0.8 PLOT GMCCDF(X,1.5,A) FOR X = -30 0.1 30 LET A = 0.2 TITLE Alpha = 1.5, A = 0.2 PLOT GMCCDF(X,1.5,A) FOR X = -30 0.1 30 LET A = -0.2 TITLE Alpha = 1.5, A = -0.2 PLOT GMCCDF(X,1.5,A) FOR X = -30 0.1 30 END OF MULTIPLOT MOVE 50 97 JUSTIFICATION CENTER TEXT Generalized McLeish Cumulative Distribution
Date created: 4/19/2005 |