![]() |
WEICHAZName:
![]()
![]() For the maximum order statistic, the standard form of the Weibull hazard function is:
![]()
<SUBSET/EXCEPT/FOR qualification> where <x> is a variable, number, or parameter; <y> is a variable or a parameter (depending on what <x> is) where the computed Weibull cumulative hazard value is stored; <gamma> is a positive number, parameter, or variable that specifies the tail length parameter; <loc> is a positive number, parameter, or variable that specifies the location parameter; <scale> is a positive number, parameter, or variable that specifies the scale parameter; and where the <SUBSET/EXCEPT/FOR qualification> is optional. The location and scale parameters are optional.
LET Y = WEICHAZ(X,4) LET Y = WEICHAZ(X,2,0,5) PLOT WEICHAZ(X,2) FOR X = 0.01 0.01 10
![]() For the maximum order statistic, the general form of the Weibull probability density function is:
![]()
where
"Statistical Distributions", 2nd. Edition, Evans, Hastings, and Peacock, Wiley and Sons, 1993 (chapter 18).
MULTIPLOT CORNER COORDINATES 0 0 100 100 SET MINMAX 1 X1LABEL GAMMA = 1 PLOT WEICHAZ(X,1) FOR X = 0.01 0.01 3 X1LABEL GAMMA = 2 PLOT WEICHAZ(X,2) FOR X = 0.01 0.01 3 X1LABEL GAMMA = 5 PLOT WEICHAZ(X,5) FOR X = 0.01 0.01 3 X1LABEL GAMMA = 0.5 PLOT WEICHAZ(X,0.5) FOR X = 0.01 0.01 3 END OF MULTIPLOT MOVE 50 97 JUSTIFICATION CENTER TEXT WEIBULL HAZARD PLOTS
Date created: 6/5/2001 |