%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. Version 7.8.0.347 (R2009a). Operating System: Microsoft Windows Vista. %%Title: C:\Users\michal\Documents\MATLAB\bpmer\tubeILDP.eps %%CreationDate: 05/25/2010 21:47:08 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 59 262 535 579 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rm /rmoveto ldef /rl /rlineto ldef /s {show newpath} bdef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef /rc {rectclip} bdef /rf {rectfill} bdef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont} bdef /ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef ISOLatin1Encoding WindowsLatin1Encoding copy pop /.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger /daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef /.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet /endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef /Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop} {/WindowsLatin1Encoding StandardEncoding bdef} ifelse /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop} bdef /isroman {findfont /CharStrings get /Agrave known} bdef /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS} bdef /csm {1 dpi2point div -1 dpi2point div scale neg translate dup landscapeMode eq {pop -90 rotate} {rotateMode eq {90 rotate} if} ifelse} bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L {lineto stroke} bdef /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef /AP {{rlineto} repeat} bdef /PDlw -1 def /W {/PDlw currentlinewidth def setlinewidth} def /PP {closepath eofill} bdef /DP {closepath stroke} bdef /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath} bdef /FR {MR stroke} bdef /PR {MR fill} bdef /L1i {{currentfile picstr readhexstring pop} image} bdef /tMatrix matrix def /MakeOval {newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix} bdef /FO {MakeOval stroke} bdef /PO {MakeOval fill} bdef /PD {currentlinewidth 2 div 0 360 arc fill PDlw -1 eq not {PDlw w /PDlw -1 def} if} def /FA {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef /FAn {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath} bdef /FRR {MRR stroke } bdef /PRR {MRR fill } bdef /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath} bdef /FlrRR {MlrRR stroke } bdef /PlrRR {MlrRR fill } bdef /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath} bdef /FtbRR {MtbRR stroke } bdef /PtbRR {MtbRR fill } bdef /stri 6 array def /dtri 6 array def /smat 6 array def /dmat 6 array def /tmat1 6 array def /tmat2 6 array def /dif 3 array def /asub {/ind2 exch def /ind1 exch def dup dup ind1 get exch ind2 get sub exch } bdef /tri_to_matrix { 2 0 asub 3 1 asub 4 0 asub 5 1 asub dup 0 get exch 1 get 7 -1 roll astore } bdef /compute_transform { dmat dtri tri_to_matrix tmat1 invertmatrix smat stri tri_to_matrix tmat2 concatmatrix } bdef /ds {stri astore pop} bdef /dt {dtri astore pop} bdef /db {2 copy /cols xdef /rows xdef mul dup 3 mul string currentfile 3 index 0 eq {/ASCIIHexDecode filter} {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } ifelse exch readstring pop dup 0 3 index getinterval /rbmap xdef dup 2 index dup getinterval /gbmap xdef 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef /it {gs np dtri aload pop moveto lineto lineto cp c cols rows 8 compute_transform rbmap gbmap bbmap true 3 colorimage gr}bdef /il {newpath moveto lineto stroke}bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 59 262 535 579 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0708 6948 csm 0 0 5720 3800 rc 85 dict begin %Colortable dictionary /c0 { 0.000000 0.000000 0.000000 sr} bdef /c1 { 1.000000 1.000000 1.000000 sr} bdef /c2 { 0.900000 0.000000 0.000000 sr} bdef /c3 { 0.000000 0.820000 0.000000 sr} bdef /c4 { 0.000000 0.000000 0.800000 sr} bdef /c5 { 0.910000 0.820000 0.320000 sr} bdef /c6 { 1.000000 0.260000 0.820000 sr} bdef /c7 { 0.000000 0.820000 0.820000 sr} bdef c0 1 j 1 sg 0 0 5721 3801 rf 6 w 0 1296 1915 0 0 -1296 3262 3382 4 MP PP -1915 0 0 1296 1915 0 0 -1296 3262 3382 5 MP stroke 4 w DO SO 6 w 0 sg 3262 2086 mt 5177 2086 L 3262 3382 mt 5177 3382 L 5177 3382 mt 5177 2086 L 3262 3382 mt 3262 2086 L 3262 3382 mt 5177 3382 L 3262 3382 mt 3262 2086 L 3262 3382 mt 3262 3362 L 3262 2086 mt 3262 2105 L %%IncludeResource: font Helvetica /Helvetica /WindowsLatin1Encoding 120 FMSR 3229 3527 mt (0) s 3645 3382 mt 3645 3362 L 3645 2086 mt 3645 2105 L 3612 3527 mt (1) s 4028 3382 mt 4028 3362 L 4028 2086 mt 4028 2105 L 3995 3527 mt (2) s 4411 3382 mt 4411 3362 L 4411 2086 mt 4411 2105 L 4378 3527 mt (3) s 4794 3382 mt 4794 3362 L 4794 2086 mt 4794 2105 L 4761 3527 mt (4) s 5177 3382 mt 5177 3362 L 5177 2086 mt 5177 2105 L 5144 3527 mt (5) s 3262 3382 mt 3281 3382 L 5177 3382 mt 5157 3382 L 3161 3426 mt (0) s 3262 3122 mt 3281 3122 L 5177 3122 mt 5157 3122 L 3061 3166 mt (0.2) s 3262 2863 mt 3281 2863 L 5177 2863 mt 5157 2863 L 3061 2907 mt (0.4) s 3262 2604 mt 3281 2604 L 5177 2604 mt 5157 2604 L 3061 2648 mt (0.6) s 3262 2345 mt 3281 2345 L 5177 2345 mt 5157 2345 L 3061 2389 mt (0.8) s 3262 2086 mt 3281 2086 L 5177 2086 mt 5157 2086 L 3161 2130 mt (1) s 3262 2086 mt 5177 2086 L 3262 3382 mt 5177 3382 L 5177 3382 mt 5177 2086 L 3262 3382 mt 3262 2086 L 4188 3670 mt (k) s 2979 2765 mt -90 rotate (y) s 90 rotate 4044 1991 mt (P = 10) s 1 sg 0 1296 1914 0 0 -1296 744 1581 4 MP PP -1914 0 0 1296 1914 0 0 -1296 744 1581 5 MP stroke 4 w DO SO 6 w 0 sg 744 285 mt 2658 285 L 744 1581 mt 2658 1581 L 2658 1581 mt 2658 285 L 744 1581 mt 744 285 L 744 1581 mt 2658 1581 L 744 1581 mt 744 285 L 744 1581 mt 744 1561 L 744 285 mt 744 304 L 711 1726 mt (1) s 1222 1581 mt 1222 1561 L 1222 285 mt 1222 304 L 1189 1726 mt (2) s 1701 1581 mt 1701 1561 L 1701 285 mt 1701 304 L 1668 1726 mt (3) s 2179 1581 mt 2179 1561 L 2179 285 mt 2179 304 L 2146 1726 mt (4) s 2658 1581 mt 2658 1561 L 2658 285 mt 2658 304 L 2625 1726 mt (5) s 744 1581 mt 763 1581 L 2658 1581 mt 2638 1581 L 473 1625 mt (-0.5) s 744 1257 mt 763 1257 L 2658 1257 mt 2638 1257 L 643 1301 mt (0) s 744 933 mt 763 933 L 2658 933 mt 2638 933 L 543 977 mt (0.5) s 744 609 mt 763 609 L 2658 609 mt 2638 609 L 643 653 mt (1) s 744 285 mt 763 285 L 2658 285 mt 2638 285 L 543 329 mt (1.5) s 744 285 mt 2658 285 L 744 1581 mt 2658 1581 L 2658 1581 mt 2658 285 L 744 1581 mt 744 285 L gs 744 285 1915 1297 rc /c8 { 0.000000 0.000000 1.000000 sr} bdef c8 479 -97 478 -61 479 -85 478 -488 744 1238 5 MP stroke /c9 { 0.000000 0.500000 0.000000 sr} bdef c9 479 86 478 43 479 -166 478 -581 744 1247 5 MP stroke /c10 { 1.000000 0.000000 0.000000 sr} bdef c10 479 28 478 65 479 12 478 -746 744 1292 5 MP stroke /c11 { 0.000000 0.750000 0.750000 sr} bdef c11 479 57 478 54 479 63 478 -683 744 1237 5 MP stroke /c12 { 0.750000 0.000000 0.750000 sr} bdef c12 479 23 478 -40 479 157 478 -868 744 1404 5 MP stroke /c13 { 0.750000 0.750000 0.000000 sr} bdef c13 479 30 478 38 479 10 478 -653 744 1181 5 MP stroke 0.25 sg 479 -16 478 -19 479 -69 478 -605 744 1258 5 MP stroke c8 479 91 478 -230 479 169 478 -757 744 1258 5 MP stroke c9 479 60 478 62 479 61 478 -846 744 1319 5 MP stroke c10 479 -184 478 110 479 -37 478 -749 744 1337 5 MP stroke c11 479 -17 478 -62 479 102 478 -725 744 1316 5 MP stroke c12 479 105 478 -79 479 18 478 -538 744 1165 5 MP stroke c13 479 -65 478 66 479 85 478 -741 744 1247 5 MP stroke 0.25 sg 479 13 478 -30 479 76 478 -648 744 1204 5 MP stroke c8 479 36 478 -76 479 -96 478 -581 744 1326 5 MP stroke c9 479 3 478 -57 479 115 478 -752 744 1277 5 MP stroke c10 479 -49 478 -84 479 50 478 -627 744 1205 5 MP stroke c11 479 11 478 117 479 -87 478 -651 744 1179 5 MP stroke c12 479 165 478 -79 479 -6 478 -727 744 1282 5 MP stroke c13 479 -114 478 73 479 6 478 -651 744 1229 5 MP stroke 0.25 sg 479 -52 478 -13 479 -88 478 -512 744 1255 5 MP stroke c8 479 -72 478 96 479 -96 478 -507 744 1151 5 MP stroke c9 479 -56 478 -50 479 163 478 -733 744 1261 5 MP stroke c10 479 -158 478 301 479 -270 478 -726 744 1373 5 MP stroke c11 479 -191 478 62 479 -36 478 -655 744 1339 5 MP stroke c12 479 40 478 -38 479 -66 478 -616 744 1299 5 MP stroke c13 479 -67 478 126 479 -130 478 -712 744 1411 5 MP stroke 0.25 sg 479 22 478 -83 479 -46 478 -609 744 1285 5 MP stroke c8 479 -29 478 68 479 0 478 -807 744 1342 5 MP stroke c9 479 25 478 -95 479 -2 478 -619 744 1266 5 MP stroke c10 479 75 478 -39 479 28 478 -605 744 1255 5 MP stroke c11 479 -35 478 186 479 -168 478 -522 744 1246 5 MP stroke c12 479 49 478 0 479 -128 478 -599 744 1278 5 MP stroke c13 479 -11 478 -64 479 76 478 -713 744 1258 5 MP stroke 0.25 sg 479 150 478 -162 479 296 478 -890 744 1266 5 MP stroke c8 479 105 478 -103 479 -23 478 -696 744 1325 5 MP stroke c9 479 58 478 -139 479 -91 478 -583 744 1322 5 MP stroke c10 479 8 478 -85 479 101 478 -750 744 1282 5 MP stroke c11 479 -19 478 44 479 -166 478 -519 744 1230 5 MP stroke c12 479 27 478 -28 479 10 478 -531 744 1145 5 MP stroke c13 479 26 478 -62 479 69 478 -652 744 1243 5 MP stroke 0.25 sg 479 4 478 42 479 -235 478 -417 744 1241 5 MP stroke c8 479 -122 478 -52 479 121 478 -648 744 1197 5 MP stroke c9 479 142 478 -274 479 156 478 -744 744 1354 5 MP stroke c10 479 -41 478 -40 479 115 478 -805 744 1324 5 MP stroke c11 479 161 478 81 479 -129 478 -602 744 1228 5 MP stroke c12 479 58 478 -75 479 56 478 -535 744 1165 5 MP stroke c13 479 -65 478 -4 479 59 478 -728 744 1290 5 MP stroke 0.25 sg 479 19 478 -10 479 -64 478 -586 744 1239 5 MP stroke c8 479 24 478 10 479 49 478 -794 744 1319 5 MP stroke c9 479 -55 478 -30 479 201 478 -929 744 1367 5 MP stroke c10 479 128 478 -18 479 96 478 -811 744 1259 5 MP stroke c11 479 66 478 -52 479 -5 478 -562 744 1203 5 MP stroke c12 479 -71 478 -30 479 12 478 -650 744 1302 5 MP stroke c13 479 -35 478 -49 479 -9 478 -599 744 1287 5 MP stroke 0.25 sg 479 35 478 122 479 -116 478 -653 744 1250 5 MP stroke c8 479 144 478 50 479 -84 478 -643 744 1240 5 MP stroke c9 479 -18 478 100 479 72 478 -751 744 1243 5 MP stroke c10 479 -36 478 -72 479 70 478 -596 744 1199 5 MP stroke c11 479 -66 478 45 479 -13 478 -842 744 1449 5 MP stroke c12 479 65 478 -39 479 -114 478 -631 744 1307 5 MP stroke c13 479 -78 478 8 479 134 478 -816 744 1363 5 MP stroke 0.25 sg 479 132 478 -47 479 -88 478 -486 744 1199 5 MP stroke c8 479 -30 478 -1 479 95 478 -693 744 1234 5 MP stroke c9 479 43 478 127 479 121 478 -848 744 1224 5 MP stroke c10 479 -3 478 -45 479 23 478 -658 744 1257 5 MP stroke c11 479 133 478 -108 479 13 478 -737 744 1415 5 MP stroke c12 479 -82 478 88 479 -81 478 -428 744 1072 5 MP stroke c13 479 -154 478 114 479 -213 478 -565 744 1304 5 MP stroke 0.25 sg 479 45 478 30 479 -179 478 -440 744 1166 5 MP stroke c8 479 7 478 82 479 -103 478 -602 744 1279 5 MP stroke c9 479 -118 478 -22 479 31 478 -590 744 1220 5 MP stroke c10 479 51 478 106 479 -55 478 -659 744 1270 5 MP stroke c11 479 -152 478 -62 479 77 478 -725 744 1375 5 MP stroke c12 479 128 478 -72 479 -32 478 -633 744 1242 5 MP stroke c13 479 -19 478 45 479 -7 478 -626 744 1202 5 MP stroke 0.25 sg 479 -3 478 -44 479 252 478 -801 744 1181 5 MP stroke c8 479 174 478 -41 479 -5 478 -632 744 1243 5 MP stroke c9 479 16 478 -30 479 -86 478 -508 744 1227 5 MP stroke c10 479 -71 478 -75 479 -115 478 -562 744 1307 5 MP stroke c11 479 19 478 -58 479 100 478 -676 744 1215 5 MP stroke c12 479 -66 478 39 479 -35 478 -711 744 1257 5 MP stroke c13 479 33 478 -16 479 -10 478 -640 744 1240 5 MP stroke 0.25 sg 479 2 478 58 479 228 478 -915 744 1252 5 MP stroke c8 479 -141 478 73 479 -38 478 -669 744 1279 5 MP stroke c9 479 61 478 -11 479 -75 478 -564 744 1210 5 MP stroke c10 479 231 478 -176 479 145 478 -794 744 1312 5 MP stroke c11 479 1 478 12 479 -9 478 -666 744 1282 5 MP stroke c12 479 -127 478 55 479 -80 478 -417 744 1126 5 MP stroke c13 479 -103 478 1 479 -34 478 -658 744 1321 5 MP stroke 0.25 sg 479 8 478 136 479 -228 478 -546 744 1252 5 MP stroke c8 479 14 478 108 479 31 478 -802 744 1310 5 MP stroke c9 479 -1 478 -90 479 174 478 -502 744 1120 5 MP stroke c10 479 35 478 47 479 -66 478 -607 744 1211 5 MP stroke c11 479 238 478 -267 479 119 478 -563 744 1152 5 MP stroke c12 479 77 478 -42 479 -37 478 -690 744 1350 5 MP stroke c13 479 -35 478 26 479 8 478 -568 744 1122 5 MP stroke 0.25 sg 479 -148 478 84 479 -85 478 -449 744 1162 5 MP stroke c8 479 2 478 91 479 -111 478 -705 744 1325 5 MP stroke c9 479 64 478 173 479 -339 478 -462 744 1255 5 MP stroke gr c9 0 sg 1475 190 mt (P = 0.01) s 1670 1869 mt (k) s 391 964 mt -90 rotate (y) s 90 rotate 1 sg 0 1296 1915 0 0 -1296 3262 1581 4 MP PP -1915 0 0 1296 1915 0 0 -1296 3262 1581 5 MP stroke 4 w DO SO 6 w 0 sg 3262 285 mt 5177 285 L 3262 1581 mt 5177 1581 L 5177 1581 mt 5177 285 L 3262 1581 mt 3262 285 L 3262 1581 mt 5177 1581 L 3262 1581 mt 3262 285 L 3262 1581 mt 3262 1561 L 3262 285 mt 3262 304 L 3229 1726 mt (1) s 3740 1581 mt 3740 1561 L 3740 285 mt 3740 304 L 3707 1726 mt (2) s 4219 1581 mt 4219 1561 L 4219 285 mt 4219 304 L 4186 1726 mt (3) s 4698 1581 mt 4698 1561 L 4698 285 mt 4698 304 L 4665 1726 mt (4) s 5177 1581 mt 5177 1561 L 5177 285 mt 5177 304 L 5144 1726 mt (5) s 3262 1581 mt 3281 1581 L 5177 1581 mt 5157 1581 L 3091 1625 mt (-1) s 3262 1257 mt 3281 1257 L 5177 1257 mt 5157 1257 L 3161 1301 mt (0) s 3262 933 mt 3281 933 L 5177 933 mt 5157 933 L 3161 977 mt (1) s 3262 609 mt 3281 609 L 5177 609 mt 5157 609 L 3161 653 mt (2) s 3262 285 mt 3281 285 L 5177 285 mt 5157 285 L 3161 329 mt (3) s 3262 285 mt 5177 285 L 3262 1581 mt 5177 1581 L 5177 1581 mt 5177 285 L 3262 1581 mt 3262 285 L gs 3262 285 1916 1297 rc c8 479 93 479 -64 479 -146 478 -220 3262 1266 5 MP stroke c9 479 -32 479 6 479 17 478 -336 3262 1230 5 MP stroke c10 479 14 479 -93 479 -65 478 -224 3262 1281 5 MP stroke c11 479 -62 479 58 479 -41 478 -329 3262 1295 5 MP stroke c12 479 -15 479 -9 479 -149 478 -222 3262 1298 5 MP stroke c13 479 -53 479 43 479 9 478 -356 3262 1249 5 MP stroke 0.25 sg 479 -24 479 29 479 12 478 -298 3262 1233 5 MP stroke c8 479 81 479 -44 479 24 478 -299 3262 1232 5 MP stroke c9 479 -82 479 120 479 -77 478 -264 3262 1210 5 MP stroke c10 479 -55 479 -14 479 2 478 -328 3262 1267 5 MP stroke c11 479 -18 479 -68 479 17 478 -298 3262 1257 5 MP stroke c12 479 -4 479 9 479 -27 478 -312 3262 1270 5 MP stroke c13 479 77 479 -18 479 0 478 -300 3262 1238 5 MP stroke 0.25 sg 479 0 479 -69 479 69 478 -328 3262 1239 5 MP stroke c8 479 26 479 -83 479 -47 478 -297 3262 1291 5 MP stroke c9 479 -39 479 -11 479 -65 478 -284 3262 1312 5 MP stroke c10 479 59 479 45 479 -67 478 -288 3262 1233 5 MP stroke c11 479 45 479 68 479 -140 478 -304 3262 1313 5 MP stroke c12 479 12 479 -58 479 15 478 -319 3262 1249 5 MP stroke c13 479 -72 479 65 479 -66 478 -304 3262 1264 5 MP stroke 0.25 sg 479 61 479 -62 479 -79 478 -215 3262 1257 5 MP stroke c8 479 -46 479 -63 479 92 478 -363 3262 1248 5 MP stroke c9 479 -2 479 30 479 -29 478 -330 3262 1255 5 MP stroke c10 479 -20 479 5 479 -74 478 -250 3262 1229 5 MP stroke c11 479 52 479 -66 479 -92 478 -311 3262 1335 5 MP stroke c12 479 2 479 -29 479 50 478 -349 3262 1291 5 MP stroke c13 479 17 479 -42 479 -12 478 -309 3262 1291 5 MP stroke 0.25 sg 479 30 479 21 479 -132 478 -177 3262 1220 5 MP stroke c8 479 -44 479 74 479 -93 478 -330 3262 1296 5 MP stroke c9 479 -41 479 53 479 -167 478 -151 3262 1241 5 MP stroke c10 479 72 479 -7 479 -75 478 -277 3262 1268 5 MP stroke c11 479 9 479 22 479 -31 478 -288 3262 1237 5 MP stroke c12 479 -25 479 27 479 17 478 -352 3262 1254 5 MP stroke c13 479 83 479 -37 479 25 478 -279 3262 1219 5 MP stroke 0.25 sg 479 21 479 3 479 -79 478 -247 3262 1265 5 MP stroke c8 479 -39 479 39 479 66 478 -407 3262 1285 5 MP stroke c9 479 49 479 12 479 -65 478 -295 3262 1257 5 MP stroke c10 479 -34 479 -16 479 -55 478 -245 3262 1250 5 MP stroke c11 479 1 479 -16 479 31 478 -319 3262 1213 5 MP stroke c12 479 8 479 8 479 -74 478 -297 3262 1290 5 MP stroke c13 479 12 479 -9 479 -588 478 296 3262 1218 5 MP stroke 0.25 sg 479 39 479 -79 479 -61 478 -273 3262 1296 5 MP stroke c8 479 73 479 -20 479 -71 478 -298 3262 1257 5 MP stroke c9 479 -30 479 -27 479 -9 478 -362 3262 1286 5 MP stroke c10 479 -12 479 31 479 -39 478 -389 3262 1340 5 MP stroke c11 479 -29 479 48 479 -189 478 -179 3262 1257 5 MP stroke c12 479 -59 479 -13 479 -19 478 -289 3262 1264 5 MP stroke c13 479 -23 479 13 479 -46 478 -290 3262 1266 5 MP stroke 0.25 sg 479 -44 479 -17 479 45 478 -371 3262 1306 5 MP stroke c8 479 -6 479 -44 479 46 478 -360 3262 1251 5 MP stroke c9 479 -102 479 50 479 16 478 -321 3262 1243 5 MP stroke c10 479 58 479 26 479 -131 478 -307 3262 1297 5 MP stroke c11 479 75 479 -48 479 -12 478 -382 3262 1284 5 MP stroke c12 479 18 479 -46 479 -88 478 -165 3262 1210 5 MP stroke c13 479 -88 479 549 479 -722 478 -137 3262 1283 5 MP stroke 0.25 sg 479 -58 479 -9 479 19 478 -326 3262 1246 5 MP stroke c8 479 42 479 -44 479 -91 478 -203 3262 1235 5 MP stroke c9 479 -33 479 -17 479 93 478 -450 3262 1315 5 MP stroke c10 479 -10 479 40 479 -146 478 -177 3262 1227 5 MP stroke c11 479 24 479 24 479 -119 478 -243 3262 1256 5 MP stroke c12 479 41 479 -60 479 13 478 -300 3262 1259 5 MP stroke c13 479 26 479 -10 479 -104 478 -173 3262 1220 5 MP stroke 0.25 sg 479 62 479 2 479 -83 478 -251 3262 1235 5 MP stroke c8 479 -52 479 7 479 12 478 -345 3262 1289 5 MP stroke c9 479 -68 479 77 479 -73 478 -269 3262 1234 5 MP stroke c10 479 62 479 23 479 -51 478 -301 3262 1262 5 MP stroke c11 479 10 479 12 479 -43 478 -312 3262 1259 5 MP stroke c12 479 -1 479 -4 479 -75 478 -323 3262 1288 5 MP stroke c13 479 -3 479 35 479 -39 478 -260 3262 1246 5 MP stroke 0.25 sg 479 52 479 -61 479 -145 478 -161 3262 1263 5 MP stroke c8 479 -21 479 35 479 -91 478 -295 3262 1313 5 MP stroke c9 479 -39 479 -51 479 2 478 -264 3262 1257 5 MP stroke c10 479 1 479 -4 479 62 478 -380 3262 1279 5 MP stroke c11 479 -42 479 27 479 -50 478 -231 3262 1188 5 MP stroke c12 479 40 479 -36 479 4 478 -348 3262 1264 5 MP stroke c13 479 17 479 6 479 -41 478 -331 3262 1276 5 MP stroke 0.25 sg 479 -38 479 -23 479 128 478 -394 3262 1249 5 MP stroke c8 479 0 479 36 479 -15 478 -291 3262 1230 5 MP stroke c9 479 26 479 20 479 6 478 -396 3262 1281 5 MP stroke c10 479 0 479 -19 479 -129 478 -245 3262 1257 5 MP stroke c11 479 12 479 6 479 -33 478 -287 3262 1290 5 MP stroke c12 479 10 479 4 479 51 478 -414 3262 1273 5 MP stroke c13 479 -23 479 16 479 -36 478 -250 3262 1222 5 MP stroke 0.25 sg 479 -2 479 -169 479 -32 478 -168 3262 1236 5 MP stroke c8 479 -18 479 -23 479 8 478 -285 3262 1218 5 MP stroke c9 479 86 479 32 479 -91 478 -242 3262 1256 5 MP stroke c10 479 49 479 23 479 -72 478 -262 3262 1225 5 MP stroke c11 479 -53 479 76 479 -36 478 -322 3262 1267 5 MP stroke c12 479 -4 479 5 479 -53 478 -259 3262 1245 5 MP stroke c13 479 24 479 12 479 -26 478 -294 3262 1249 5 MP stroke 0.25 sg 479 -33 479 -55 479 52 478 -293 3262 1212 5 MP stroke c8 479 -6 479 -64 479 -193 478 -99 3262 1276 5 MP stroke c9 479 11 479 7 479 -62 478 -210 3262 1210 5 MP stroke c10 479 79 479 18 479 -109 478 -261 3262 1234 5 MP stroke c11 479 82 479 -67 479 -103 478 -214 3262 1280 5 MP stroke c12 479 -69 479 -24 479 26 478 -341 3262 1274 5 MP stroke c13 479 49 479 -5 479 -66 478 -233 3262 1230 5 MP stroke 0.25 sg 479 -115 479 55 479 -36 478 -350 3262 1299 5 MP stroke c8 479 143 479 -104 479 17 478 -358 3262 1298 5 MP stroke c9 479 18 479 -29 479 -70 478 -239 3262 1258 5 MP stroke gr c9 0 sg 4027 190 mt (P = 0.1) s 4188 1869 mt (k) s 3009 964 mt -90 rotate (y) s 90 rotate 1 sg 0 1259 1914 0 0 -1259 744 3382 4 MP PP -1914 0 0 1259 1914 0 0 -1259 744 3382 5 MP stroke 4 w DO SO 6 w 0 sg 744 2123 mt 2658 2123 L 744 3382 mt 2658 3382 L 2658 3382 mt 2658 2123 L 744 3382 mt 744 2123 L 744 3382 mt 2658 3382 L 744 3382 mt 744 2123 L 744 3382 mt 744 3362 L 744 2123 mt 744 2142 L 711 3527 mt (1) s 1222 3382 mt 1222 3362 L 1222 2123 mt 1222 2142 L 1189 3527 mt (2) s 1701 3382 mt 1701 3362 L 1701 2123 mt 1701 2142 L 1668 3527 mt (3) s 2179 3382 mt 2179 3362 L 2179 2123 mt 2179 2142 L 2146 3527 mt (4) s 2658 3382 mt 2658 3362 L 2658 2123 mt 2658 2142 L 2625 3527 mt (5) s 744 3382 mt 763 3382 L 2658 3382 mt 2638 3382 L 573 3426 mt (-1) s 744 3067 mt 763 3067 L 2658 3067 mt 2638 3067 L 643 3111 mt (0) s 744 2752 mt 763 2752 L 2658 2752 mt 2638 2752 L 643 2796 mt (1) s 744 2437 mt 763 2437 L 2658 2437 mt 2638 2437 L 643 2481 mt (2) s 744 2123 mt 763 2123 L 2658 2123 mt 2638 2123 L 643 2167 mt (3) s 744 2069 mt (x 10) s %%IncludeResource: font Helvetica /Helvetica /WindowsLatin1Encoding 80 FMSR 970 1995 mt (23) s 744 2123 mt 2658 2123 L 744 3382 mt 2658 3382 L 2658 3382 mt 2658 2123 L 744 3382 mt 744 2123 L gs 744 2123 1915 1260 rc c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 -494 478 -229 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c10 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c11 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c12 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c13 479 0 478 0 479 0 478 0 744 3067 5 MP stroke 0.25 sg 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c8 479 0 478 0 479 0 478 0 744 3067 5 MP stroke c9 479 0 478 0 479 0 478 0 744 3067 5 MP stroke gr c9 0 sg %%IncludeResource: font Helvetica /Helvetica /WindowsLatin1Encoding 120 FMSR 1558 2028 mt (P = 1) s 1670 3670 mt (k) s 491 2783 mt -90 rotate (y) s 90 rotate end %%Color Dict eplot %%EndObject epage end showpage %%Trailer %%EOF