1This is file hflppf.men--Compute half-Logisitc ppf
2
3--------------------
4 1. Compute Half-Logisitc ppf
5 2. LET A = HFLPPF(P,0,LOC,SCALE)
6 3.
7 4. The input argument, p, can be either a
8 5. single number, the name of a parameter,
9 6. or the name of a variable.
10 7.
11 8. Input values:
12 9.              p (0 <= p < 1):
13 9. @CE 1 0 42 50 ?
1410.                  location u:
1510. @CE 2 0 42 50 ?
1611.             scale s (s > 0):
1711. @CE 3 0 42 50 ?
1812.
1913. Output parameters:
2014.      name for the ppf value:
2114. @CE 4 0 42 50 ?
2215.
2316.
2417. Compute the Probability?
25--------------------
26AN FE
27LET ZLOC = 0
28@IF 2 0 LET ZLOC = _2
29LET ZSCALE = 1
30@IF 3 0 LET ZSCALE = _3
31IF ZSCALE <= 0
32   LET ZSCALE = 1
33END OF IF
34@IF 4 0 LET _4 = HFLPPF( _1 ,0,ZLOC,ZSCALE)
35--------------------
36WEB HELP HFLPPF
37--------------------
38