![]() |
DPUCDFName:
![]() ![]() ![]()
![]()
with m and n denoting the shape parameters,
This distribution is uniform between
The case where
<SUBSET/EXCEPT/FOR qualification> where <x> is a number, parameter, or variable; <y> is a variable or a parameter (depending on what <x> is) where the computed double Pareto uniform cdf value is stored; <m> is a number, parameter, or variable that specifies the first shape parameter; <n> is a number, parameter, or variable that specifies the second shape paremeter; <alpha> is a number, parameter, or variable that specifies the location parameter; <beta> is a number, parameter, or variable (<beta> - <alpha> is the scale parameter); and where the <SUBSET/EXCEPT/FOR qualification> is optional. If <alpha> and <beta> are omitted, they default to 0 and 1, respectively.
LET Y = DPUCDF(X,1.4,3.2,0,1) PLOT DPUCDF(X,1.4,3.2,-5,5) FOR X = -10 0.1 10
Van Dorp, Singh, and Mazzuchi "The Doubly-Pareto Uniform Distribution with Applications in Uncertainty Analysis and Econometrics", Mediterranean Journal of Mathematics, Vol. 3 (2), pp. 205-225.
LABEL CASE ASIS TITLE CASE ASIS TITLE OFFSET 2 . MULTIPLOT 2 2 MULTIPLOT CORNER COORDINATES 0 0 100 95 MULTIPLOT SCALE FACTOR 2 . LET ALPHA = 0 LET BETA = 1 . LET M = 0.5 LET N = 0.5 TITLE M = ^m, N = ^n PLOT DPUCDF(X,M,N,ALPHA,BETA) FOR X = -5 0.01 5 . LET M = 2 LET N = 0.5 TITLE M = ^m, N = ^n PLOT DPUCDF(X,M,N,ALPHA,BETA) FOR X = -5 0.01 5 . LET M = 0.5 LET N = 2 TITLE M = ^m, N = ^n PLOT DPUCDF(X,M,N,ALPHA,BETA) FOR X = -5 0.01 5 . LET M = 2 LET N = 2 TITLE M = ^m, N = ^n PLOT DPUCDF(X,M,N,ALPHA,BETA) FOR X = -5 0.01 5 . END OF MULTIPLOT . CASE ASIS JUSTIFICATION CENTER MOVE 50 97 TEXT Doubly Pareto Uniform Cumulative Distribution Functions ![]()
Date created: 1/8/2008 |