1This is file glgppf.men--Compute Generalized Lost Games ppf
2
3--------------------
4 1. Compute Generalized Lost Games ppf
5 2. LET Y = GLGPPF(X,P,J,A)
6 3.
7 4. Input values:
8 5.                               x (0 <= x < 1):
9 5. @CE 1 0 42 50 ?
10 6.              shape parameter p (0.5 < p < 1):
11 6. @CE 2 0 42 50 ?
12 7.         shape parameter j (j = 0, 1, 2, ...):
13 7. @CE 3 0 42 50 ?
14 8.                    shape parameter a (a > 0):
15 8. @CE 4 0 42 50 ?
16 9.
1710. Output parameters:
1811.                  name for the ppf value:
1911. @CE 5 0 42 50 ?
2012.
2113.
2214. Compute the Probability?
23--------------------
24AN FE
25LET ZP = 0.75
26LET ZJ = 1
27LET ZA = 1
28@IF 2 0 LET ZP = _2
29IF ZP <= 0.5
30   LET ZP = 0.75
31END OF IF
32IF ZP >= 1
33   LET ZP = 0.75
34END OF IF
35@IF 3 0 LET ZJ = _3
36IF ZJ <= 0
37   LET ZJ = 1
38END OF IF
39@IF 4 0 LET ZA = _4
40IF ZA <= 0
41   LET ZA = 1
42END OF IF
43LET _5 = GLGPPF( _1 , ZP , ZJ, ZA )
44--------------------
45WEB HELP GLGPPF
46--------------------
47