|
TRACDFName:
<SUBSET/EXCEPT/FOR qualification> where <x> is a variable, number, or parameter containing values in the interval (a,d); <a> is a number, parameter, or variable that specifies the first shape parameter; <b> is a number, parameter, or variable that specifies the second shape parameter; <c> is a number, parameter, or variable that specifies the third shape parameter; <d> is a number, parameter, or variable that specifies the fourth shape parameter; <y> is a variable or a parameter (depending on what <x> is) where the computed cdf value is stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
LET A = TRACDF(0.5,A,B,C,D)
TITLE TRAPEZOIDAL DISTRIBUTION
LET A = 0
LET B = 1
LET C = 5
LET D = 10
PLOT TRACDF(X,A,B,C,D) FOR X = A 0.1 10
Date created: 2/3/2004 |