Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / doc / rand-gumbel.tex
1 % GNUPLOT: plain TeX with Postscript
2 \expandafter\ifx\csname GNUPLOTpicture\endcsname\relax
3   \begingroup
4     % Inner version of \newdimen from btxmac.tex
5     \edef\innernewdimen{\expandafter\noexpand\csname newdimen\endcsname}%
6     \innernewdimen\GNUPLOTunit
7   \endgroup
8   \gdef\GNUPLOTpicture(#1,#2){\vbox to#2\GNUPLOTunit\bgroup
9     \def\put(##1,##2)##3{\unskip\raise##2\GNUPLOTunit
10       \hbox to0pt{\kern##1\GNUPLOTunit ##3\hss}\ignorespaces}%
11     \def\ljust##1{\vbox to0pt{\vss\hbox to0pt{##1\hss}\vss}}%
12     \def\cjust##1{\vbox to0pt{\vss\hbox to0pt{\hss ##1\hss}\vss}}%
13     \def\rjust##1{\vbox to0pt{\vss\hbox to0pt{\hss ##1}\vss}}%
14     \def\stack##1{\let\\=\cr\tabskip=0pt\halign{\hfil ####\hfil\cr ##1\crcr}}%
15     \def\lstack##1{\hbox to0pt{\vbox to0pt{\vss\stack{##1}}\hss}}%
16     \def\cstack##1{\hbox to0pt{\hss\vbox to0pt{\vss\stack{##1}}\hss}}%
17     \def\rstack##1{\hbox to0pt{\vbox to0pt{\stack{##1}\vss}\hss}}%
18     \vss\hbox to#1\GNUPLOTunit\bgroup\ignorespaces}%
19   \gdef\endGNUPLOTpicture{\hss\egroup\egroup}%
20 \fi
21 \GNUPLOTunit=0.1bp
22 \special{!
23 %!PS-Adobe-2.0 EPSF-2.0
24 %%Title: rand-gumbel.tex
25 %%Creator: gnuplot 3.5 (pre 3.6) patchlevel beta 340
26 %%CreationDate: Wed Sep 16 16:35:38 1998
27 %%DocumentFonts: 
28 %%BoundingBox: 0 0 360 237
29 %%Orientation: Landscape
30 %%EndComments
31 /gnudict 120 dict def
32 gnudict begin
33 /Color false def
34 /Solid false def
35 /gnulinewidth 5.000 def
36 /userlinewidth gnulinewidth def
37 /vshift -33 def
38 /dl {10 mul} def
39 /hpt_ 31.5 def
40 /vpt_ 31.5 def
41 /hpt hpt_ def
42 /vpt vpt_ def
43 /M {moveto} bind def
44 /L {lineto} bind def
45 /R {rmoveto} bind def
46 /V {rlineto} bind def
47 /vpt2 vpt 2 mul def
48 /hpt2 hpt 2 mul def
49 /Lshow { currentpoint stroke M
50   0 vshift R show } def
51 /Rshow { currentpoint stroke M
52   dup stringwidth pop neg vshift R show } def
53 /Cshow { currentpoint stroke M
54   dup stringwidth pop -2 div vshift R show } def
55 /UP { dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
56   /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def } def
57 /DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
58  {pop pop pop Solid {pop []} if 0 setdash} ifelse } def
59 /BL { stroke gnulinewidth 2 mul setlinewidth } def
60 /AL { stroke gnulinewidth 2 div setlinewidth } def
61 /UL { gnulinewidth mul /userlinewidth exch def } def
62 /PL { stroke userlinewidth setlinewidth } def
63 /LTb { BL [] 0 0 0 DL } def
64 /LTa { AL [1 dl 2 dl] 0 setdash 0 0 0 setrgbcolor } def
65 /LT0 { PL [] 0 1 0 DL } def
66 /LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
67 /LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
68 /LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
69 /LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
70 /LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
71 /LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
72 /LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
73 /LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
74 /Pnt { stroke [] 0 setdash
75    gsave 1 setlinecap M 0 0 V stroke grestore } def
76 /Dia { stroke [] 0 setdash 2 copy vpt add M
77   hpt neg vpt neg V hpt vpt neg V
78   hpt vpt V hpt neg vpt V closepath stroke
79   Pnt } def
80 /Pls { stroke [] 0 setdash vpt sub M 0 vpt2 V
81   currentpoint stroke M
82   hpt neg vpt neg R hpt2 0 V stroke
83   } def
84 /Box { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
85   0 vpt2 neg V hpt2 0 V 0 vpt2 V
86   hpt2 neg 0 V closepath stroke
87   Pnt } def
88 /Crs { stroke [] 0 setdash exch hpt sub exch vpt add M
89   hpt2 vpt2 neg V currentpoint stroke M
90   hpt2 neg 0 R hpt2 vpt2 V stroke } def
91 /TriU { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
92   hpt neg vpt -1.62 mul V
93   hpt 2 mul 0 V
94   hpt neg vpt 1.62 mul V closepath stroke
95   Pnt  } def
96 /Star { 2 copy Pls Crs } def
97 /BoxF { stroke [] 0 setdash exch hpt sub exch vpt add M
98   0 vpt2 neg V  hpt2 0 V  0 vpt2 V
99   hpt2 neg 0 V  closepath fill } def
100 /TriUF { stroke [] 0 setdash vpt 1.12 mul add M
101   hpt neg vpt -1.62 mul V
102   hpt 2 mul 0 V
103   hpt neg vpt 1.62 mul V closepath fill } def
104 /TriD { stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
105   hpt neg vpt 1.62 mul V
106   hpt 2 mul 0 V
107   hpt neg vpt -1.62 mul V closepath stroke
108   Pnt  } def
109 /TriDF { stroke [] 0 setdash vpt 1.12 mul sub M
110   hpt neg vpt 1.62 mul V
111   hpt 2 mul 0 V
112   hpt neg vpt -1.62 mul V closepath fill} def
113 /DiaF { stroke [] 0 setdash vpt add M
114   hpt neg vpt neg V hpt vpt neg V
115   hpt vpt V hpt neg vpt V closepath fill } def
116 /Pent { stroke [] 0 setdash 2 copy gsave
117   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
118   closepath stroke grestore Pnt } def
119 /PentF { stroke [] 0 setdash gsave
120   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
121   closepath fill grestore } def
122 /Circle { stroke [] 0 setdash 2 copy
123   hpt 0 360 arc stroke Pnt } def
124 /CircleF { stroke [] 0 setdash hpt 0 360 arc fill } def
125 /C0 { BL [] 0 setdash 2 copy moveto vpt 90 450  arc } bind def
126 /C1 { BL [] 0 setdash 2 copy        moveto
127        2 copy  vpt 0 90 arc closepath fill
128                vpt 0 360 arc closepath } bind def
129 /C2 { BL [] 0 setdash 2 copy moveto
130        2 copy  vpt 90 180 arc closepath fill
131                vpt 0 360 arc closepath } bind def
132 /C3 { BL [] 0 setdash 2 copy moveto
133        2 copy  vpt 0 180 arc closepath fill
134                vpt 0 360 arc closepath } bind def
135 /C4 { BL [] 0 setdash 2 copy moveto
136        2 copy  vpt 180 270 arc closepath fill
137                vpt 0 360 arc closepath } bind def
138 /C5 { BL [] 0 setdash 2 copy moveto
139        2 copy  vpt 0 90 arc
140        2 copy moveto
141        2 copy  vpt 180 270 arc closepath fill
142                vpt 0 360 arc } bind def
143 /C6 { BL [] 0 setdash 2 copy moveto
144       2 copy  vpt 90 270 arc closepath fill
145               vpt 0 360 arc closepath } bind def
146 /C7 { BL [] 0 setdash 2 copy moveto
147       2 copy  vpt 0 270 arc closepath fill
148               vpt 0 360 arc closepath } bind def
149 /C8 { BL [] 0 setdash 2 copy moveto
150       2 copy vpt 270 360 arc closepath fill
151               vpt 0 360 arc closepath } bind def
152 /C9 { BL [] 0 setdash 2 copy moveto
153       2 copy  vpt 270 450 arc closepath fill
154               vpt 0 360 arc closepath } bind def
155 /C10 { BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
156        2 copy moveto
157        2 copy vpt 90 180 arc closepath fill
158                vpt 0 360 arc closepath } bind def
159 /C11 { BL [] 0 setdash 2 copy moveto
160        2 copy  vpt 0 180 arc closepath fill
161        2 copy moveto
162        2 copy  vpt 270 360 arc closepath fill
163                vpt 0 360 arc closepath } bind def
164 /C12 { BL [] 0 setdash 2 copy moveto
165        2 copy  vpt 180 360 arc closepath fill
166                vpt 0 360 arc closepath } bind def
167 /C13 { BL [] 0 setdash  2 copy moveto
168        2 copy  vpt 0 90 arc closepath fill
169        2 copy moveto
170        2 copy  vpt 180 360 arc closepath fill
171                vpt 0 360 arc closepath } bind def
172 /C14 { BL [] 0 setdash 2 copy moveto
173        2 copy  vpt 90 360 arc closepath fill
174                vpt 0 360 arc } bind def
175 /C15 { BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
176                vpt 0 360 arc closepath } bind def
177 /Rec   { newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
178        neg 0 rlineto closepath } bind def
179 /Square { dup Rec } bind def
180 /Bsquare { vpt sub exch vpt sub exch vpt2 Square } bind def
181 /S0 { BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare } bind def
182 /S1 { BL [] 0 setdash 2 copy vpt Square fill Bsquare } bind def
183 /S2 { BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare } bind def
184 /S3 { BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare } bind def
185 /S4 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare } bind def
186 /S5 { BL [] 0 setdash 2 copy 2 copy vpt Square fill
187        exch vpt sub exch vpt sub vpt Square fill Bsquare } bind def
188 /S6 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare } bind def
189 /S7 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
190        2 copy vpt Square fill
191        Bsquare } bind def
192 /S8 { BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare } bind def
193 /S9 { BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare } bind def
194 /S10 { BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
195        Bsquare } bind def
196 /S11 { BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
197        Bsquare } bind def
198 /S12 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare } bind def
199 /S13 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
200        2 copy vpt Square fill Bsquare } bind def
201 /S14 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
202        2 copy exch vpt sub exch vpt Square fill Bsquare } bind def
203 /S15 { BL [] 0 setdash 2 copy Bsquare fill Bsquare } bind def
204 /D0 { gsave translate 45 rotate 0 0 S0 stroke grestore } bind def
205 /D1 { gsave translate 45 rotate 0 0 S1 stroke grestore } bind def
206 /D2 { gsave translate 45 rotate 0 0 S2 stroke grestore } bind def
207 /D3 { gsave translate 45 rotate 0 0 S3 stroke grestore } bind def
208 /D4 { gsave translate 45 rotate 0 0 S4 stroke grestore } bind def
209 /D5 { gsave translate 45 rotate 0 0 S5 stroke grestore } bind def
210 /D6 { gsave translate 45 rotate 0 0 S6 stroke grestore } bind def
211 /D7 { gsave translate 45 rotate 0 0 S7 stroke grestore } bind def
212 /D8 { gsave translate 45 rotate 0 0 S8 stroke grestore } bind def
213 /D9 { gsave translate 45 rotate 0 0 S9 stroke grestore } bind def
214 /D10 { gsave translate 45 rotate 0 0 S10 stroke grestore } bind def
215 /D11 { gsave translate 45 rotate 0 0 S11 stroke grestore } bind def
216 /D12 { gsave translate 45 rotate 0 0 S12 stroke grestore } bind def
217 /D13 { gsave translate 45 rotate 0 0 S13 stroke grestore } bind def
218 /D14 { gsave translate 45 rotate 0 0 S14 stroke grestore } bind def
219 /D15 { gsave translate 45 rotate 0 0 S15 stroke grestore } bind def
220 /DiaE { stroke [] 0 setdash vpt add M
221   hpt neg vpt neg V hpt vpt neg V
222   hpt vpt V hpt neg vpt V closepath stroke } def
223 /BoxE { stroke [] 0 setdash exch hpt sub exch vpt add M
224   0 vpt2 neg V hpt2 0 V 0 vpt2 V
225   hpt2 neg 0 V closepath stroke } def
226 /TriUE { stroke [] 0 setdash vpt 1.12 mul add M
227   hpt neg vpt -1.62 mul V
228   hpt 2 mul 0 V
229   hpt neg vpt 1.62 mul V closepath stroke } def
230 /TriDE { stroke [] 0 setdash vpt 1.12 mul sub M
231   hpt neg vpt 1.62 mul V
232   hpt 2 mul 0 V
233   hpt neg vpt -1.62 mul V closepath stroke } def
234 /PentE { stroke [] 0 setdash gsave
235   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
236   closepath stroke grestore } def
237 /CircE { stroke [] 0 setdash 
238   hpt 0 360 arc stroke } def
239 /BoxFill { gsave Rec 1 setgray fill grestore } def
240 end
241 %%EndProlog
242 }
243 \GNUPLOTpicture(3600,2376)
244 \special{"
245 gnudict begin
246 gsave
247 0 0 translate
248 0.100 0.100 scale
249 0 setgray
250 newpath
251 LTb
252 450 400 M
253 63 0 V
254 3037 0 R
255 -63 0 V
256 450 647 M
257 63 0 V
258 3037 0 R
259 -63 0 V
260 450 893 M
261 63 0 V
262 3037 0 R
263 -63 0 V
264 450 1140 M
265 63 0 V
266 3037 0 R
267 -63 0 V
268 450 1386 M
269 63 0 V
270 3037 0 R
271 -63 0 V
272 450 1633 M
273 63 0 V
274 3037 0 R
275 -63 0 V
276 450 1879 M
277 63 0 V
278 3037 0 R
279 -63 0 V
280 450 2126 M
281 63 0 V
282 3037 0 R
283 -63 0 V
284 450 400 M
285 0 63 V
286 0 1663 R
287 0 -63 V
288 838 400 M
289 0 63 V
290 0 1663 R
291 0 -63 V
292 1225 400 M
293 0 63 V
294 0 1663 R
295 0 -63 V
296 1613 400 M
297 0 63 V
298 0 1663 R
299 0 -63 V
300 2000 400 M
301 0 63 V
302 0 1663 R
303 0 -63 V
304 2388 400 M
305 0 63 V
306 0 1663 R
307 0 -63 V
308 2775 400 M
309 0 63 V
310 0 1663 R
311 0 -63 V
312 3163 400 M
313 0 63 V
314 0 1663 R
315 0 -63 V
316 3550 400 M
317 0 63 V
318 0 1663 R
319 0 -63 V
320 LTb
321 450 400 M
322 3100 0 V
323 0 1726 V
324 -3100 0 V
325 450 400 L
326 1.000 UL
327 LT0
328 3187 2013 M
329 263 0 V
330 450 411 M
331 10 1 V
332 11 1 V
333 10 1 V
334 10 2 V
335 11 1 V
336 10 1 V
337 11 2 V
338 10 1 V
339 10 2 V
340 11 2 V
341 10 2 V
342 10 2 V
343 11 2 V
344 10 2 V
345 11 2 V
346 10 3 V
347 10 2 V
348 11 3 V
349 10 3 V
350 10 3 V
351 11 3 V
352 10 3 V
353 10 4 V
354 11 3 V
355 10 4 V
356 11 4 V
357 10 4 V
358 10 4 V
359 11 4 V
360 10 5 V
361 10 4 V
362 11 5 V
363 10 5 V
364 11 5 V
365 10 6 V
366 10 5 V
367 11 6 V
368 10 6 V
369 10 6 V
370 11 6 V
371 10 6 V
372 10 7 V
373 11 6 V
374 10 7 V
375 11 7 V
376 10 8 V
377 10 7 V
378 11 7 V
379 10 8 V
380 10 8 V
381 11 8 V
382 10 8 V
383 10 8 V
384 11 9 V
385 10 8 V
386 11 9 V
387 10 9 V
388 10 9 V
389 11 9 V
390 10 9 V
391 10 9 V
392 11 9 V
393 10 10 V
394 11 9 V
395 10 10 V
396 10 10 V
397 11 10 V
398 10 9 V
399 10 10 V
400 11 10 V
401 10 10 V
402 10 10 V
403 11 11 V
404 10 10 V
405 11 10 V
406 10 10 V
407 10 10 V
408 11 10 V
409 10 11 V
410 10 10 V
411 11 10 V
412 10 10 V
413 11 10 V
414 10 10 V
415 10 10 V
416 11 10 V
417 10 10 V
418 10 10 V
419 11 10 V
420 10 10 V
421 10 9 V
422 11 10 V
423 10 9 V
424 11 10 V
425 10 9 V
426 10 9 V
427 11 9 V
428 10 9 V
429 10 9 V
430 11 9 V
431 10 8 V
432 11 9 V
433 10 8 V
434 10 8 V
435 11 8 V
436 10 8 V
437 10 8 V
438 11 7 V
439 10 8 V
440 10 7 V
441 11 7 V
442 10 7 V
443 11 7 V
444 10 6 V
445 10 7 V
446 11 6 V
447 10 6 V
448 10 6 V
449 11 5 V
450 10 6 V
451 11 5 V
452 10 5 V
453 10 5 V
454 11 5 V
455 10 4 V
456 10 5 V
457 11 4 V
458 10 4 V
459 10 3 V
460 11 4 V
461 10 3 V
462 11 4 V
463 10 3 V
464 10 2 V
465 11 3 V
466 10 2 V
467 10 3 V
468 11 2 V
469 10 2 V
470 11 1 V
471 10 2 V
472 10 1 V
473 11 2 V
474 10 1 V
475 10 0 V
476 11 1 V
477 10 1 V
478 10 0 V
479 11 0 V
480 10 0 V
481 11 0 V
482 10 0 V
483 10 -1 V
484 11 -1 V
485 10 0 V
486 10 -1 V
487 11 -1 V
488 10 -2 V
489 10 -1 V
490 11 -1 V
491 10 -2 V
492 11 -2 V
493 10 -2 V
494 10 -2 V
495 11 -2 V
496 10 -2 V
497 10 -3 V
498 11 -2 V
499 10 -3 V
500 11 -3 V
501 10 -2 V
502 10 -3 V
503 11 -4 V
504 10 -3 V
505 10 -3 V
506 11 -3 V
507 10 -4 V
508 10 -3 V
509 11 -4 V
510 10 -4 V
511 11 -4 V
512 10 -3 V
513 10 -4 V
514 11 -5 V
515 10 -4 V
516 10 -4 V
517 11 -4 V
518 10 -4 V
519 11 -5 V
520 10 -4 V
521 10 -5 V
522 11 -4 V
523 10 -5 V
524 10 -5 V
525 11 -4 V
526 10 -5 V
527 10 -5 V
528 11 -5 V
529 10 -5 V
530 11 -5 V
531 10 -5 V
532 10 -5 V
533 11 -5 V
534 10 -5 V
535 10 -5 V
536 11 -5 V
537 10 -5 V
538 11 -5 V
539 10 -6 V
540 10 -5 V
541 11 -5 V
542 10 -5 V
543 10 -5 V
544 11 -6 V
545 10 -5 V
546 10 -5 V
547 11 -6 V
548 10 -5 V
549 11 -5 V
550 10 -6 V
551 10 -5 V
552 11 -5 V
553 10 -5 V
554 10 -6 V
555 11 -5 V
556 10 -5 V
557 11 -6 V
558 10 -5 V
559 10 -5 V
560 11 -6 V
561 10 -5 V
562 10 -5 V
563 11 -5 V
564 10 -6 V
565 10 -5 V
566 11 -5 V
567 10 -5 V
568 11 -5 V
569 10 -5 V
570 10 -6 V
571 11 -5 V
572 10 -5 V
573 10 -5 V
574 11 -5 V
575 10 -5 V
576 11 -5 V
577 10 -5 V
578 10 -5 V
579 11 -5 V
580 10 -5 V
581 10 -5 V
582 11 -4 V
583 10 -5 V
584 10 -5 V
585 11 -5 V
586 10 -5 V
587 11 -4 V
588 10 -5 V
589 10 -5 V
590 11 -4 V
591 10 -5 V
592 10 -5 V
593 11 -4 V
594 10 -5 V
595 10 -4 V
596 11 -5 V
597 10 -4 V
598 11 -4 V
599 10 -5 V
600 10 -4 V
601 11 -4 V
602 10 -5 V
603 10 -4 V
604 11 -4 V
605 10 -4 V
606 11 -4 V
607 10 -5 V
608 10 -4 V
609 11 -4 V
610 10 -4 V
611 10 -4 V
612 11 -4 V
613 10 -3 V
614 10 -4 V
615 11 -4 V
616 10 -4 V
617 11 -4 V
618 10 -4 V
619 10 -3 V
620 11 -4 V
621 10 -4 V
622 10 -3 V
623 11 -4 V
624 10 -3 V
625 11 -4 V
626 10 -3 V
627 10 -4 V
628 11 -3 V
629 10 -4 V
630 1.000 UL
631 LT1
632 3187 1913 M
633 263 0 V
634 450 400 M
635 10 0 V
636 11 0 V
637 10 0 V
638 10 0 V
639 11 0 V
640 10 0 V
641 11 0 V
642 10 0 V
643 10 0 V
644 11 0 V
645 10 0 V
646 10 0 V
647 11 0 V
648 10 0 V
649 11 0 V
650 10 0 V
651 10 0 V
652 11 0 V
653 10 0 V
654 10 0 V
655 11 0 V
656 10 0 V
657 10 0 V
658 11 0 V
659 10 0 V
660 11 0 V
661 10 0 V
662 10 0 V
663 11 0 V
664 10 0 V
665 10 0 V
666 11 0 V
667 10 0 V
668 11 0 V
669 10 0 V
670 10 0 V
671 11 0 V
672 10 0 V
673 10 0 V
674 11 0 V
675 10 0 V
676 10 0 V
677 11 0 V
678 10 0 V
679 11 0 V
680 10 0 V
681 10 0 V
682 11 0 V
683 10 0 V
684 10 0 V
685 11 0 V
686 10 0 V
687 10 0 V
688 11 0 V
689 10 0 V
690 11 0 V
691 10 0 V
692 10 0 V
693 11 0 V
694 10 0 V
695 10 0 V
696 11 0 V
697 10 0 V
698 11 0 V
699 10 0 V
700 10 0 V
701 11 0 V
702 10 0 V
703 10 0 V
704 11 0 V
705 10 0 V
706 10 0 V
707 11 0 V
708 10 0 V
709 11 0 V
710 10 0 V
711 10 0 V
712 11 0 V
713 10 0 V
714 10 0 V
715 11 0 V
716 10 0 V
717 11 0 V
718 10 0 V
719 10 0 V
720 11 0 V
721 10 0 V
722 10 0 V
723 11 0 V
724 10 0 V
725 10 0 V
726 11 0 V
727 10 0 V
728 11 0 V
729 10 0 V
730 10 0 V
731 11 0 V
732 10 0 V
733 10 0 V
734 11 0 V
735 10 0 V
736 11 0 V
737 10 0 V
738 10 0 V
739 11 0 V
740 10 0 V
741 10 0 V
742 11 0 V
743 10 0 V
744 10 0 V
745 11 0 V
746 10 0 V
747 11 0 V
748 10 0 V
749 10 0 V
750 11 0 V
751 10 0 V
752 10 0 V
753 11 0 V
754 10 0 V
755 11 0 V
756 10 0 V
757 10 0 V
758 11 0 V
759 10 0 V
760 10 0 V
761 11 0 V
762 10 0 V
763 10 0 V
764 11 0 V
765 10 0 V
766 11 0 V
767 10 0 V
768 10 0 V
769 11 0 V
770 10 0 V
771 10 0 V
772 11 0 V
773 10 0 V
774 11 0 V
775 10 0 V
776 10 0 V
777 11 0 V
778 10 0 V
779 10 0 V
780 11 0 V
781 10 0 V
782 10 0 V
783 11 0 V
784 10 0 V
785 11 0 V
786 10 0 V
787 10 0 V
788 11 0 V
789 10 1 V
790 10 2 V
791 11 8 V
792 10 18 V
793 10 29 V
794 11 43 V
795 10 56 V
796 11 66 V
797 10 75 V
798 10 80 V
799 11 83 V
800 10 84 V
801 10 83 V
802 11 80 V
803 10 76 V
804 11 71 V
805 10 66 V
806 10 61 V
807 11 55 V
808 10 49 V
809 10 44 V
810 11 39 V
811 10 33 V
812 10 29 V
813 11 25 V
814 10 21 V
815 11 17 V
816 10 14 V
817 10 10 V
818 11 8 V
819 10 5 V
820 10 3 V
821 11 1 V
822 10 -1 V
823 11 -3 V
824 10 -5 V
825 10 -5 V
826 11 -7 V
827 10 -8 V
828 10 -9 V
829 11 -10 V
830 10 -10 V
831 10 -11 V
832 11 -12 V
833 10 -12 V
834 11 -12 V
835 10 -13 V
836 10 -13 V
837 11 -14 V
838 10 -13 V
839 10 -14 V
840 11 -14 V
841 10 -13 V
842 11 -14 V
843 10 -14 V
844 10 -14 V
845 11 -14 V
846 10 -13 V
847 10 -14 V
848 11 -14 V
849 10 -13 V
850 10 -14 V
851 11 -13 V
852 10 -13 V
853 11 -13 V
854 10 -13 V
855 10 -13 V
856 11 -12 V
857 10 -13 V
858 10 -12 V
859 11 -12 V
860 10 -12 V
861 11 -12 V
862 10 -11 V
863 10 -12 V
864 11 -11 V
865 10 -11 V
866 10 -11 V
867 11 -11 V
868 10 -10 V
869 10 -11 V
870 11 -10 V
871 10 -10 V
872 11 -10 V
873 10 -10 V
874 10 -10 V
875 11 -9 V
876 10 -9 V
877 10 -10 V
878 11 -9 V
879 10 -8 V
880 11 -9 V
881 10 -9 V
882 10 -8 V
883 11 -8 V
884 10 -9 V
885 10 -8 V
886 11 -8 V
887 10 -7 V
888 10 -8 V
889 11 -8 V
890 10 -7 V
891 11 -7 V
892 10 -7 V
893 10 -7 V
894 11 -7 V
895 10 -7 V
896 10 -7 V
897 11 -6 V
898 10 -7 V
899 10 -6 V
900 11 -7 V
901 10 -6 V
902 11 -6 V
903 10 -6 V
904 10 -6 V
905 11 -6 V
906 10 -5 V
907 10 -6 V
908 11 -5 V
909 10 -6 V
910 11 -5 V
911 10 -5 V
912 10 -6 V
913 11 -5 V
914 10 -5 V
915 10 -5 V
916 11 -5 V
917 10 -4 V
918 10 -5 V
919 11 -5 V
920 10 -4 V
921 11 -5 V
922 10 -4 V
923 10 -5 V
924 11 -4 V
925 10 -4 V
926 10 -4 V
927 11 -5 V
928 10 -4 V
929 11 -4 V
930 10 -4 V
931 10 -4 V
932 11 -3 V
933 10 -4 V
934 stroke
935 grestore
936 end
937 showpage
938 }
939 \put(3137,1913){\rjust{Type 2, $a=1,b=1$}}
940 \put(3137,2013){\rjust{Type 1, $a=1,b=1$}}
941 \put(2000,2276){\cjust{Gumbel Distributions}}
942 \put(2000,150){\cjust{$x$}}
943 \put(100,1263){%
944 \special{ps: gsave currentpoint currentpoint translate
945 270 rotate neg exch neg exch translate}%
946 \cstack{$p(x)$}%
947 \special{ps: currentpoint grestore moveto}%
948 }
949 \put(3550,300){\cjust{2}}
950 \put(3163,300){\cjust{1.5}}
951 \put(2775,300){\cjust{1}}
952 \put(2388,300){\cjust{0.5}}
953 \put(2000,300){\cjust{0}}
954 \put(1613,300){\cjust{-0.5}}
955 \put(1225,300){\cjust{-1}}
956 \put(838,300){\cjust{-1.5}}
957 \put(450,300){\cjust{-2}}
958 \put(400,2126){\rjust{0.7}}
959 \put(400,1879){\rjust{0.6}}
960 \put(400,1633){\rjust{0.5}}
961 \put(400,1386){\rjust{0.4}}
962 \put(400,1140){\rjust{0.3}}
963 \put(400,893){\rjust{0.2}}
964 \put(400,647){\rjust{0.1}}
965 \put(400,400){\rjust{0}}
966 \endGNUPLOTpicture