diff --git a/acc_over_time/accuracy_balanced_german_ne.pdf b/acc_over_time/accuracy_balanced_german_ne.pdf new file mode 100644 index 0000000..712f4a3 Binary files /dev/null and b/acc_over_time/accuracy_balanced_german_ne.pdf differ diff --git a/acc_over_time/accuracy_balanced_iris_ne.pdf b/acc_over_time/accuracy_balanced_iris_ne.pdf new file mode 100644 index 0000000..aa7615b Binary files /dev/null and b/acc_over_time/accuracy_balanced_iris_ne.pdf differ diff --git a/acc_over_time/accuracy_cost_german_ne.pdf b/acc_over_time/accuracy_cost_german_ne.pdf new file mode 100644 index 0000000..3a4d504 Binary files /dev/null and b/acc_over_time/accuracy_cost_german_ne.pdf differ diff --git a/acc_over_time/accuracy_raw_german_ne.pdf b/acc_over_time/accuracy_raw_german_ne.pdf new file mode 100644 index 0000000..93c452a Binary files /dev/null and b/acc_over_time/accuracy_raw_german_ne.pdf differ diff --git a/acc_over_time/accuracy_raw_iris_ne.pdf b/acc_over_time/accuracy_raw_iris_ne.pdf new file mode 100644 index 0000000..dd9dbd5 Binary files /dev/null and b/acc_over_time/accuracy_raw_iris_ne.pdf differ diff --git a/acc_over_time/accuracy_raw_nurse_ne.pdf b/acc_over_time/accuracy_raw_nurse_ne.pdf new file mode 100644 index 0000000..e86ab20 Binary files /dev/null and b/acc_over_time/accuracy_raw_nurse_ne.pdf differ diff --git a/acc_over_time/cost_german_ne.pdf b/acc_over_time/cost_german_ne.pdf new file mode 100644 index 0000000..90c8853 Binary files /dev/null and b/acc_over_time/cost_german_ne.pdf differ diff --git a/acc_over_time_with_error/accuracy_balanced_german.pdf b/acc_over_time_with_error/accuracy_balanced_german.pdf new file mode 100644 index 0000000..09cc5a4 Binary files /dev/null and b/acc_over_time_with_error/accuracy_balanced_german.pdf differ diff --git a/acc_over_time_with_error/accuracy_balanced_iris.pdf b/acc_over_time_with_error/accuracy_balanced_iris.pdf new file mode 100644 index 0000000..4c7cabe Binary files /dev/null and b/acc_over_time_with_error/accuracy_balanced_iris.pdf differ diff --git a/acc_over_time_with_error/accuracy_cost_german.pdf b/acc_over_time_with_error/accuracy_cost_german.pdf new file mode 100644 index 0000000..86265b4 Binary files /dev/null and b/acc_over_time_with_error/accuracy_cost_german.pdf differ diff --git a/acc_over_time_with_error/accuracy_raw_german.pdf b/acc_over_time_with_error/accuracy_raw_german.pdf new file mode 100644 index 0000000..d0ef6bc Binary files /dev/null and b/acc_over_time_with_error/accuracy_raw_german.pdf differ diff --git a/acc_over_time_with_error/accuracy_raw_iris.pdf b/acc_over_time_with_error/accuracy_raw_iris.pdf new file mode 100644 index 0000000..75835ba Binary files /dev/null and b/acc_over_time_with_error/accuracy_raw_iris.pdf differ diff --git a/acc_over_time_with_error/accuracy_raw_nurse.pdf b/acc_over_time_with_error/accuracy_raw_nurse.pdf new file mode 100644 index 0000000..d73bd11 Binary files /dev/null and b/acc_over_time_with_error/accuracy_raw_nurse.pdf differ diff --git a/acc_over_time_with_error/cost_german.pdf b/acc_over_time_with_error/cost_german.pdf new file mode 100644 index 0000000..8acc28a Binary files /dev/null and b/acc_over_time_with_error/cost_german.pdf differ diff --git a/helper script collection b/helper script collection new file mode 100644 index 0000000..5cdec6f --- /dev/null +++ b/helper script collection @@ -0,0 +1,16 @@ +for i in {0..8}; do echo -n "./error_run_{$(($i*30))..$(($i*30+29))}.txt" "~/nl ~/nl "; done; echo +grep -hm 1 -e "FittnesRes" -e "ö" ./error_run_{540..569}.txt ~/nl ~/nl ./error_run_{570..599}.txt ~/nl ~/nl ./error_run_{600..629}.txt ~/nl ~/nl ./error_run_{630..659}.txt ~/nl ~/nl ./error_run_{660..689}.txt ~/nl ~/nl ./error_run_{690..719}.txt ~/nl ~/nl ./error_run_{720..749}.txt ~/nl ~/nl ./error_run_{750..779}.txt ~/nl ~/nl ./error_run_{780..809}.txt | grep -e "accuracy = [^,]*" -e "ö" -o | grep -e "[0-9.]*" -e "ö" -o | tr -d "ö" > results + +for i in {0..8}; do echo "cat ./output_run_{$(($i*30))..$(($i*30+29))}.txt | grep \"FittnesRes\" | tr -d \",}\" | tr \".\" \",\"| datamash -t \" \" -s -g 1 median 17 perc:90 17 perc:10 17 median 23 perc:90 23 perc:10 23 | tr \",\" \".\" | sort -h > averaged_${i}_iris"; done; +cat ./output_run_* | grep "FittnesRes" | tr -d ",}" | tr "." ","| datamash -t " " -s -g 1 median 17 perc:90 17 perc:10 17 median 23 perc:90 23 perc:10 23 | tr "," "." > averaged +cat ./output_run_{0..29}.txt | grep FittnesRes | tr -d ",}" | tr "." ","| datamash -t " " -s -g 1 median 17 perc:90 17 perc:10 17 median 23 perc:90 23 perc:10 23 | tr "," "." > averaged_0 +cat ./output_run_{30..59}.txt | grep FittnesRes | tr -d ",}" | tr "." ","| datamash -t " " -s -g 1 median 17 perc:90 17 perc:10 17 median 23 perc:90 23 perc:10 23 | tr "," "." > averaged_1 +cat ./output_run_{60..89}.txt | grep FittnesRes | tr -d ",}" | tr "." ","| datamash -t " " -s -g 1 median 17 perc:90 17 perc:10 17 median 23 perc:90 23 perc:10 23 | tr "," "." > averaged_2 +cat ./output_run_{90..119}.txt | grep FittnesRes | tr -d ",}" | tr "." ","| datamash -t " " -s -g 1 median 17 perc:90 17 perc:10 17 median 23 perc:90 23 perc:10 23 | tr "," "." > averaged_3 +cat ./output_run_{120..149}.txt | grep FittnesRes | tr -d ",}" | tr "." ","| datamash -t " " -s -g 1 median 17 perc:90 17 perc:10 17 median 23 perc:90 23 perc:10 23 | tr "," "." > averaged_4 +cat ./output_run_{150..179}.txt | grep FittnesRes | tr -d ",}" | tr "." ","| datamash -t " " -s -g 1 median 17 perc:90 17 perc:10 17 median 23 perc:90 23 perc:10 23 | tr "," "." > averaged_5 +cat ./output_run_{180..209}.txt | grep FittnesRes | tr -d ",}" | tr "." ","| datamash -t " " -s -g 1 median 17 perc:90 17 perc:10 17 median 23 perc:90 23 perc:10 23 | tr "," "." > averaged_6 +cat ./output_run_{210..239}.txt | grep FittnesRes | tr -d ",}" | tr "." ","| datamash -t " " -s -g 1 median 17 perc:90 17 perc:10 17 median 23 perc:90 23 perc:10 23 | tr "," "." > averaged_7 +cat ./output_run_{240..269}.txt | grep FittnesRes | tr -d ",}" | tr "." ","| datamash -t " " -s -g 1 median 17 perc:90 17 perc:10 17 median 23 perc:90 23 perc:10 23 | tr "," "." > averaged_8 + +for i in {18..26}; do echo "cat ./output_run_{$(($i*30))..$(($i*30+29))}.txt | grep \"FittnesRes\" | tr -d \",}\" | tr \".\" \",\"| datamash -t \" \" -s -g 1 median 17 perc:90 17 perc:10 17 median 23 perc:90 23 perc:10 23 | tr \",\" \".\" | sort -h > averaged_$(($i-18))_german"; done; diff --git a/old/German_Result.png b/old/German_Result.png new file mode 100644 index 0000000..95ece97 Binary files /dev/null and b/old/German_Result.png differ diff --git a/old/Iris_Result.png b/old/Iris_Result.png new file mode 100644 index 0000000..8f20f99 Binary files /dev/null and b/old/Iris_Result.png differ diff --git a/old/Nurse_Result.png b/old/Nurse_Result.png new file mode 100644 index 0000000..bce9790 Binary files /dev/null and b/old/Nurse_Result.png differ diff --git a/old/accuracx_balanced_iris.pdf b/old/accuracx_balanced_iris.pdf new file mode 100644 index 0000000..116f60a Binary files /dev/null and b/old/accuracx_balanced_iris.pdf differ diff --git a/old/fakeDataAccSingle b/old/fakeDataAccSingle new file mode 100644 index 0000000..58289ca --- /dev/null +++ b/old/fakeDataAccSingle @@ -0,0 +1,306 @@ +0.6689814814814815 +0.8518518518518519 +0.8645833333333334 +0.8601851851851852 +0.8206018518518519 +0.8236111111111111 +0.8280092592592593 +0.8625 +0.6666666666666666 +0.825925925925926 +0.6648148148148149 +0.8486111111111111 +0.8868055555555555 +0.8685185185185185 +0.8321759259259259 +0.8625 +0.8611111111111112 +0.8298611111111112 +0.7099537037037037 +0.8553240740740741 +0.8381944444444445 +0.8606481481481482 +0.7585648148148149 +0.8553240740740741 +0.8550925925925926 +0.66875 +0.674537037037037 +0.8284722222222223 +0.8731481481481481 +0.6601851851851852 +0.7729166666666667 + + + +0.6689814814814815 +0.8518518518518519 +0.8645833333333334 +0.8601851851851852 +0.8206018518518519 +0.8236111111111111 +0.8280092592592593 +0.8625 +0.6666666666666666 +0.825925925925926 +0.6648148148148149 +0.8486111111111111 +0.8868055555555555 +0.8685185185185185 +0.8321759259259259 +0.8625 +0.8611111111111112 +0.8298611111111112 +0.7099537037037037 +0.8553240740740741 +0.8381944444444445 +0.8606481481481482 +0.7585648148148149 +0.8553240740740741 +0.8550925925925926 +0.66875 +0.674537037037037 +0.8284722222222223 +0.8731481481481481 +0.6601851851851852 +0.7729166666666667 + + + +0.6689814814814815 +0.8518518518518519 +0.8645833333333334 +0.8601851851851852 +0.8206018518518519 +0.8236111111111111 +0.8280092592592593 +0.8625 +0.6666666666666666 +0.825925925925926 +0.6648148148148149 +0.8486111111111111 +0.8868055555555555 +0.8685185185185185 +0.8321759259259259 +0.8625 +0.8611111111111112 +0.8298611111111112 +0.7099537037037037 +0.8553240740740741 +0.8381944444444445 +0.8606481481481482 +0.7585648148148149 +0.8553240740740741 +0.8550925925925926 +0.66875 +0.674537037037037 +0.8284722222222223 +0.8731481481481481 +0.6601851851851852 +0.7729166666666667 + + + +0.6689814814814815 +0.8518518518518519 +0.8645833333333334 +0.8601851851851852 +0.8206018518518519 +0.8236111111111111 +0.8280092592592593 +0.8625 +0.6666666666666666 +0.825925925925926 +0.6648148148148149 +0.8486111111111111 +0.8868055555555555 +0.8685185185185185 +0.8321759259259259 +0.8625 +0.8611111111111112 +0.8298611111111112 +0.7099537037037037 +0.8553240740740741 +0.8381944444444445 +0.8606481481481482 +0.7585648148148149 +0.8553240740740741 +0.8550925925925926 +0.66875 +0.674537037037037 +0.8284722222222223 +0.8731481481481481 +0.6601851851851852 +0.7729166666666667 + + + +0.6689814814814815 +0.8518518518518519 +0.8645833333333334 +0.8601851851851852 +0.8206018518518519 +0.8236111111111111 +0.8280092592592593 +0.8625 +0.6666666666666666 +0.825925925925926 +0.6648148148148149 +0.8486111111111111 +0.8868055555555555 +0.8685185185185185 +0.8321759259259259 +0.8625 +0.8611111111111112 +0.8298611111111112 +0.7099537037037037 +0.8553240740740741 +0.8381944444444445 +0.8606481481481482 +0.7585648148148149 +0.8553240740740741 +0.8550925925925926 +0.66875 +0.674537037037037 +0.8284722222222223 +0.8731481481481481 +0.6601851851851852 +0.7729166666666667 + + + +0.6689814814814815 +0.8518518518518519 +0.8645833333333334 +0.8601851851851852 +0.8206018518518519 +0.8236111111111111 +0.8280092592592593 +0.8625 +0.6666666666666666 +0.825925925925926 +0.6648148148148149 +0.8486111111111111 +0.8868055555555555 +0.8685185185185185 +0.8321759259259259 +0.8625 +0.8611111111111112 +0.8298611111111112 +0.7099537037037037 +0.8553240740740741 +0.8381944444444445 +0.8606481481481482 +0.7585648148148149 +0.8553240740740741 +0.8550925925925926 +0.66875 +0.674537037037037 +0.8284722222222223 +0.8731481481481481 +0.6601851851851852 +0.7729166666666667 + + + +0.6689814814814815 +0.8518518518518519 +0.8645833333333334 +0.8601851851851852 +0.8206018518518519 +0.8236111111111111 +0.8280092592592593 +0.8625 +0.6666666666666666 +0.825925925925926 +0.6648148148148149 +0.8486111111111111 +0.8868055555555555 +0.8685185185185185 +0.8321759259259259 +0.8625 +0.8611111111111112 +0.8298611111111112 +0.7099537037037037 +0.8553240740740741 +0.8381944444444445 +0.8606481481481482 +0.7585648148148149 +0.8553240740740741 +0.8550925925925926 +0.66875 +0.674537037037037 +0.8284722222222223 +0.8731481481481481 +0.6601851851851852 +0.7729166666666667 + + + +0.6689814814814815 +0.8518518518518519 +0.8645833333333334 +0.8601851851851852 +0.8206018518518519 +0.8236111111111111 +0.8280092592592593 +0.8625 +0.6666666666666666 +0.825925925925926 +0.6648148148148149 +0.8486111111111111 +0.8868055555555555 +0.8685185185185185 +0.8321759259259259 +0.8625 +0.8611111111111112 +0.8298611111111112 +0.7099537037037037 +0.8553240740740741 +0.8381944444444445 +0.8606481481481482 +0.7585648148148149 +0.8553240740740741 +0.8550925925925926 +0.66875 +0.674537037037037 +0.8284722222222223 +0.8731481481481481 +0.6601851851851852 +0.7729166666666667 + + + +0.6689814814814815 +0.8518518518518519 +0.8645833333333334 +0.8601851851851852 +0.8206018518518519 +0.8236111111111111 +0.8280092592592593 +0.8625 +0.6666666666666666 +0.825925925925926 +0.6648148148148149 +0.8486111111111111 +0.8868055555555555 +0.8685185185185185 +0.8321759259259259 +0.8625 +0.8611111111111112 +0.8298611111111112 +0.7099537037037037 +0.8553240740740741 +0.8381944444444445 +0.8606481481481482 +0.7585648148148149 +0.8553240740740741 +0.8550925925925926 +0.66875 +0.674537037037037 +0.8284722222222223 +0.8731481481481481 +0.6601851851851852 +0.7729166666666667 + + + diff --git a/old/fillbetween.1.png b/old/fillbetween.1.png new file mode 100644 index 0000000..545839e Binary files /dev/null and b/old/fillbetween.1.png differ diff --git a/old/fittness_over_time copy.png b/old/fittness_over_time copy.png new file mode 100644 index 0000000..21a4c16 Binary files /dev/null and b/old/fittness_over_time copy.png differ diff --git a/old/fittness_over_time.png b/old/fittness_over_time.png new file mode 100644 index 0000000..271c7e6 Binary files /dev/null and b/old/fittness_over_time.png differ diff --git a/old/fittness_over_time_nurse.png b/old/fittness_over_time_nurse.png new file mode 100644 index 0000000..2ce27cb Binary files /dev/null and b/old/fittness_over_time_nurse.png differ diff --git a/old/iris_balanced_accuracy_acc_over_time.eps b/old/iris_balanced_accuracy_acc_over_time.eps new file mode 100644 index 0000000..be666ea --- /dev/null +++ b/old/iris_balanced_accuracy_acc_over_time.eps @@ -0,0 +1,1340 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: cairo 1.16.0 (https://cairographics.org) +%%CreationDate: Sun May 12 08:50:06 2024 +%%Pages: 1 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%BoundingBox: 0 0 532 388 +%%EndComments +%%BeginProlog +50 dict begin +/q { gsave } bind def +/Q { grestore } bind def +/cm { 6 array astore concat } bind def +/w { setlinewidth } bind def +/J { setlinecap } bind def +/j { setlinejoin } bind def +/M { setmiterlimit } bind def +/d { setdash } bind def +/m { moveto } bind def +/l { lineto } bind def +/c { curveto } bind def +/h { closepath } bind def +/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto + 0 exch rlineto 0 rlineto closepath } bind def +/S { stroke } bind def +/f { fill } bind def +/f* { eofill } bind def +/n { newpath } bind def +/W { clip } bind def +/W* { eoclip } bind def +/BT { } bind def +/ET { } bind def +/BDC { mark 3 1 roll /BDC pdfmark } bind def +/EMC { mark /EMC pdfmark } bind def +/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def +/Tj { show currentpoint cairo_store_point } bind def +/TJ { + { + dup + type /stringtype eq + { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse + } forall + currentpoint cairo_store_point +} bind def +/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore + cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def +/Tf { pop /cairo_font exch def /cairo_font_matrix where + { pop cairo_selectfont } if } bind def +/Td { matrix translate cairo_font_matrix matrix concatmatrix dup + /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point + /cairo_font where { pop cairo_selectfont } if } bind def +/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def + cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def +/g { setgray } bind def +/rg { setrgbcolor } bind def +/d1 { setcachedevice } bind def +/cairo_data_source { + CairoDataIndex CairoData length lt + { CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def } + { () } ifelse +} def +/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def +/cairo_image { image cairo_flush_ascii85_file } def +/cairo_imagemask { imagemask cairo_flush_ascii85_file } def +%%EndProlog +%%BeginSetup +%%BeginResource: font NotoSans-Regular +11 dict begin +/FontType 42 def +/FontName /NotoSans-Regular def +/PaintType 0 def +/FontMatrix [ 1 0 0 1 0 0 ] def +/FontBBox [ 0 0 0 0 ] def +/Encoding 256 array def +0 1 255 { Encoding exch /.notdef put } for +Encoding 32 /space put +Encoding 40 /parenleft put +Encoding 41 /parenright put +Encoding 44 /comma put +Encoding 46 /period put +Encoding 48 /zero put +Encoding 49 /one put +Encoding 50 /two put +Encoding 51 /three put +Encoding 52 /four put +Encoding 53 /five put +Encoding 54 /six put +Encoding 55 /seven put +Encoding 56 /eight put +Encoding 57 /nine put +Encoding 65 /A put +Encoding 68 /D put +Encoding 69 /E put +Encoding 73 /I put +Encoding 80 /P put +Encoding 84 /T put +Encoding 90 /Z put +Encoding 97 /a put +Encoding 98 /b put +Encoding 99 /c put +Encoding 100 /d put +Encoding 101 /e put +Encoding 102 /f put +Encoding 103 /g put +Encoding 104 /h put +Encoding 105 /i put +Encoding 108 /l put +Encoding 109 /m put +Encoding 110 /n put +Encoding 112 /p put +Encoding 114 /r put +Encoding 115 /s put +Encoding 116 /t put +Encoding 117 /u put +Encoding 120 /x put +Encoding 121 /y put +Encoding 122 /z put +Encoding 252 /udieresis put +/CharStrings 44 dict dup begin +/.notdef 0 def +/space 1 def +/zero 2 def +/period 3 def +/two 4 def +/three 5 def +/four 6 def +/five 7 def +/six 8 def +/seven 9 def +/eight 10 def +/nine 11 def +/one 12 def +/E 13 def +/x 14 def +/p 15 def +/e 16 def +/r 17 def +/i 18 def +/m 19 def +/n 20 def +/t 21 def +/parenleft 22 def +/h 23 def +/P 24 def +/c 25 def +/l 26 def +/parenright 27 def +/d 28 def +/a 29 def +/A 30 def +/u 31 def +/y 32 def +/f 33 def +/T 34 def +/g 35 def +/s 36 def +/udieresis 37 def +/b 38 def +/Z 39 def +/D 40 def +/z 41 def +/I 42 def +/comma 43 def +end readonly def +/sfnts [ +<000100000009008000030010637674203e041b2b000018080000012c6670676d622f0b830000 +193400000e0c676c796600bf8e4c0000009c0000176c686561641fb0a4ac0000274000000036 +686865610cb307b50000277800000024686d74785b5b09fb0000279c000000b46c6f63610002 +1be000002850000000b86d617870031110f400002908000000207072657050470fbf00002928 +000001050002005e000001f902ca00030007002a402700000003020003670002010102570002 +02015f04010102014f00000706050400030003110506172b33112111252111215e019bfe9801 +35fecb02cafd36330264000000020031fff6020b02d5000d0019001f401c0003030161000101 +704d000202006100000071004e24242523040d1a2b0114060623222635343636333216051416 +333236353426232206020b30685679732f68557876fe7e4351504545505143016673a558c3ad +74a457c1ae93929194929292000000010048fff200c40079000b001340100000000161000101 +71014e2422020d182b3734363332161514062322264824191a25251a192436251e1e25242020 +0000000100300000020802d4001b002a40270e0d02030102010003024c000101026100020270 +4d000303005f0000006b004e27252810040d1a2b212135373e02353426232206072736363332 +1615140606070715210208fe28bb364a264638344f292f2a6d4464742e523795016949bd3654 +51303b3d24203b2331655938625f3693040000000001002dfff6020302d4002a0040403d2401 +0304030102030f0101020e010001044c250104014b0003000201030269000404056100050570 +4d000101006100000071004e25242124252a060d1c2b01140607151616151406062322262735 +16163332363534262323353332363534262322060727363633321601ed504456543a795f3860 +2c2d68306055695f4546585b463c3a52282c267148706d022348550e040a58473e6136111652 +16194b42433b4b4a3d3439221a3c1e2c6400000200150000022802ce000a0014002b40280e01 +040306010004024c050104020100010400680003036a4d0001016b014e191112111110060d1c +2b25231523352135013311332734363723060607032102286855feaa01505b68bd0401040818 +0bd60100a2a2a24b01e1fe23e1344921132c0ffecf0000000001003ffff6020302ca001e0044 +40411c17020300160a02020309010102034c060100000302000369000505045f0004046a4d00 +0202016100010171014e01001b1a191814120e0c0705001e011e070d162b0132161514062322 +262735161633323635342623220607271321152107363601136e828d7e37612124672f4f6156 +5d1c48162c1b0166fee511113a01b66e646f7f14135316194b4f464b0a051c015150cf030800 +000000020037fff6020d02d4001e002c003e403b080101000901020111010405034c00020005 +040205690001010061000000704d06010404036100030371034e201f26241f2c202c24272524 +070d1a2b13343e023332161715262623220e0207333636333216151406232226261732363534 +262322060615141616371b478065153310122d17455c351803061752405d727b68446e41f23f +4e45452f4627224401314d95794804054b06062e50683b233171687080448c8651554450273c +202b55370001002c0000020b02ca00060025402205010001014c000000015f0001016a4d0301 +02026b024e0000000600061111040d182b33012135211501880125fe7f01dffede027a5044fd +7a00000000030031fff6020a02d4001b002800350036403333231507040302014c0501020200 +6104010000704d000303016100010171014e1d1c01002d2b1c281d280f0d001b011b060d162b +01321615140606071e0215140623222635343636372626353436361722061514161617363635 +342603141633323635342627270606011d5e78253e252c482b7f6b737c294427344938603c37 +47233c24344746cf4a4d494d524410424502d458532b403113153546315a69655b314834121e +5542374b2847353225322310163e363235fe283445453734451a061c490000020032fff60208 +02d4001e002c003e403b100105040901010208010001034c0005000201050269060104040361 +000303704d000101006100000071004e201f26241f2c202c25272424070d1a2b01140e022322 +2627351633323e02372306062322263534363633321616272206151416333236363534262602 +081b4781651435112731465b361802061653415c71396645446e40f23e4f4346304627224401 +994d95794805054b0d2e4f693a223171674b6c3a458b865254454f273c202b54380000000001 +00590000016302ca000c001b40180a0905030001014c0001016a4d0000006b004e1a10020d18 +2b212311343637060607072737330163560202101a144c2ec14901f32b341c1016113e3b9600 +000000010061000001f002ca000b002940260003000405030467000202015f0001016a4d0005 +05005f0000006b004e111111111110060d1c2b21211121152115211521152101f0fe71018ffe +cb0123fedd013502ca4fdf4eff0000010012000001ff0218000b001f401c090603030200014c +010100006d4d030102026b024e12121211040d1a2b130333173733031323270723d4b9648a89 +63b9c36492946301120106cacafefafeeed6d600000000020055ff100230022200150023006b +b61209020504014c4bb0195058401d0701040400610306020000734d0005050161000101714d +0002026f024e1b40210003036d4d07010404006106010000734d0005050161000101714d0002 +026f024e594017171601001e1c1623172311100f0e070500150115080d162b01321615140623 +22262723161615152311331733363617220607151416333236363534260154637979643e5117 +06020458480c04184e315243024158313f1f4702228a8b898e2f1f113413dc03084923304a5c +5e11636b365d3c5c6e0000020037fff6020102220017001e004340400c0102010d010302024c +000500010205016707010404006106010000734d000202036100030371034e191801001c1b18 +1e191e110f0a08060500170117080d162b013216161515211616333236371506062322262635 +343636172206072126260124456335fe91025950334f2a2950374c75413b6b463f4907011101 +3e02223c6d49355b5f13124d12113e7b59587e44485148445500000100550000018e02220013 +00664bb0195058400b030101001004020201024c1b400b030103001004020201024c594bb019 +5058401200010100610304020000734d0002026b024e1b40160003036d4d0001010061040100 +00734d0002026b024e59400f01000f0e0d0c080600130113050d162b01321617072626232206 +06151123113317333636014f0f230d0b0d1f0e29482b58480a041a52022203035103042d5136 +fee20218622c40000002004e000000b502e1000b000f008d4bb00a5058401700010100610401 +00006c4d050103036d4d0002026b024e1b4bb00c50584017000101006104010000704d050103 +036d4d0002026b024e1b4bb02d505840170001010061040100006c4d050103036d4d0002026b +024e1b4015040100000103000169050103036d4d0002026b024e59595940130c0c01000c0f0c +0f0e0d0705000b010b060d162b1332161514062322263534361711231182141f1f14161e1e41 +5802e11b1d1c1c1c1c1d1bc9fde802180000000100550000035602220021005db61e18020102 +014c4bb01950584016040102020061070608030000734d05030201016b014e1b401a0006066d +4d0401020200610708020000734d05030201016b014e59401701001d1b17161514110f0d0c09 +07050400210121090d162b013216151123113423220615112311342322061511231133173336 +3633321733363602a15b5a576d4e43576e513e58470d051955307e26051b5d02225d68fea301 +597f5a56fed801597f645efeea0218492a295a2e2c0000000001005500000219022200130050 +b510010102014c4bb0195058401300020200610405020000734d030101016b014e1b40170004 +046d4d000202006105010000734d030101016b014e59401101000f0e0d0c0907050400130113 +060d162b0132161511231134232206151123113317333636015760625778594458470d051a5c +02225d68fea3015781645efeea0218492a29000000010010fff60153029300180040403d0e01 +02040301000204010100034c000304038505010202045f0004046d4d06010000016100010171 +014e01001514131211100d0c080600180118070d162b25323637150606232226263511233537 +3733153315231114160108142a0d0e34182a472c4c4d23349b9b2f3e07044307091d48410138 +2a23727b44feca312f00000000010028ff62010e02ca000d0013401000010001860000006a00 +4e1613020d182b133436373306061514161723262628474c5346474745524c4701127ae35b5e +e27774df5e58df00000100550000021902f800150048b502010102014c4bb029505840160004 +046c4d0002020061000000734d030101016b014e1b40160002020061000000734d000404015f +030101016b014e59b71113221325050d1b2b1314073336363332161511231134232206151123 +1133ad05061a5934626257785a43585802192823292a5d67fea3015781655efeeb02f8000000 +000200610000022a02ca000b00140032402f000400010204016706010303005f050100006a4d +0002026b024e0d0c0100100e0c140d140a090806000b010b070d162b01321615140606232311 +2311172311333236353426011e8c80357d6b525ab55b4866645802ca6e643b6740feea02ca4d +fee6424f454400010037fff601bf0222001a003740340b010201170c02030218010003034c00 +02020161000101734d00030300610401000071004e01001513100e0907001a011a050d162b05 +2226263534363633321617072626232215141633323637150606012c476f3f427148294c181b +18401c9e4d4c2c431c1b410a3a7a5f637c3a110c490910cb6167120d4e0e0f00000100550000 +00ad02f8000300284bb0295058400b0001016c4d0000006b004e1b400b000101005f0000006b +004e59b41110020d182b33231133ad585802f8000001001eff62010402ca000d001340100000 +0100860001016a014e1613020d182b01140607233636353426273316160104474c5245474746 +534c47011279df585edf7477e25e5be300020037fff6021202f8001500220095b61209020405 +014c4bb0195058401d0002026c4d0005050161000101734d070104040061030602000071004e +1b4bb029505840210002026c4d0005050161000101734d0003036b4d07010404006106010000 +71004e1b40210005050161000101734d000202035f0003036b4d070104040061060100007100 +4e59594017171601001e1c1622172211100f0e070500150115080d162b052226353436333216 +17332626353533112327230606273236353534262322061514160113647879643e4f19060105 +58470d04185031554542594747470a8b8a8a8d2e210d330fd6fd08482230495d5e10646b715f +606a0002002efff601e00221001b0026007b400e190104001801030406010605034c4bb01950 +584020000308010506030567000404006107010000734d0006060161020101016b014e1b4024 +000308010506030567000404006107010000734d0001016b4d000606026100020271024e5940 +191d1c010023211c261d261614110f0b090504001b011b090d162b0132161511232723060623 +222635343637373534262322060727363613060615141633323635350120625e401104234d44 +49607e835b3a352a4c211b23604e644d372b445a0221565efe934c2c2a4d5250570403204334 +191042131bfee20438332d2a4b4e30000000000200000000027e02cd00070011002c40290c01 +0402014c00040000010400680002026a4d05030201016b014e0000111000070007111111060d +192b2127210723013301012e02270606070733022156fee5555b0117510116fee2030e0d0407 +120651e2dddd02cdfd330205082a2d0c1f3b11d80001004ffff6021502180013004cb5030103 +02014c4bb0195058401305040202026d4d0003030061010100006b004e1b401705040202026d +4d0000006b4d000303016100010171014e59400d00000013001322132411060d1a2b01112327 +230606232226351133111433323635110215480d041a5c346162597759450218fde8472a275d +66015ffea780645e0117000000010001ff1001fe0218001a002740241a130503030012010203 +024c010100006d4d00030302610002026f024e25231910040d1a2b1333131616173336363713 +33030606232226273516163332363737015e740f180604061a0e6d5fe71c594e18240d0b1f11 +2e39101c0218fecf2849211951290130fd9e4c5a0503460204342b4700000001000f00000183 +02fd0017005c400f0e0104030f0702050406010005034c4bb01d5058401b0004040361000303 +6c4d02010000055f0005056d4d0001016b014e1b4019000300040503046902010000055f0005 +056d4d0001016b014e594009132525111110060d1c2b01231123112335373534363332161707 +2626232206151533014c87585e5e5c5220351317102a162c2b8701d4fe2c01d4291e1f685b0b +0745050a3b3f23000001000a0000022102ca0007001b401803010101025f0002026a4d000000 +6b004e11111110040d1a2b212311233521152301435adf0217de027b4f4f00020037ff100212 +0222001e002b0080400f16030206050d0103040c010203034c4bb01950584022080105050061 +0107020000734d0006060461000404714d00030302610002026f024e1b40260001016d4d0801 +0505006107010000734d0006060461000404714d00030302610002026f024e594019201f0100 +26241f2b202b1a18100e0b090605001e011e090d162b01321617333733111406232227351633 +32363535343637230623222635343617220615141633323635353426011335551e050c46757b +764b4f77454f020104367068757573434a4946514a4c0222282947fddf737422512a5146150c +2d0951928380974a6b6363695761156e5f00000000010033fff601b202220029002e402b1b01 +03021c0702010306010001034c0003030261000202734d000101006100000071004e252c2522 +040d1a2b2514062322262735161633323635342626272e023534363332161707262623220615 +141616171e0201b2746238511f205b2f433c163935344a286f5a3155251e224a2736391a3d33 +334826944e50121050101b2b24142020141428382c444a1311460e14231e161f1d1413283900 +0000ffff004ffff6021502da0226001f00000006002c1300000000020055fff6023002f80015 +0021008ab61003020504014c4bb0195058401c0003036c4d060104040061000000734d000505 +01610201010171014e1b4bb029505840200003036c4d060104040061000000734d0002026b4d +000505016100010171014e1b4020060104040061000000734d000303025f0002026b4d000505 +016100010171014e5959400f17161e1c1621172111142426070d1a2b13140607333636333216 +151406232226272307231133132206151514163332363534ad03020517503f64797a633f5017 +07123f5897554241584847023f223b11222e8b8a8a8c2e204402f8fee062670463696a64cb00 +000100260000021502ca0009002940260701010202010003024c000101025f0002026a4d0003 +03005f0000006b004e12111210040d1a2b212135012135211501210215fe110178fe9401d9fe +8801824402365044fdca0000000200610000029d02ca00090011001f401c000202015f000101 +6a4d000303005f0000006b004e21252122040d1a2b0114062323113332161607342623231133 +20029dc5b0c7dc6c9e565f8d8175610122016cb5b702ca509b768f85fdd00000000100270000 +01af02180009002940260701010202010003024c000101025f0002026d4d000303005f000000 +6b004e12111210040d1a2b2121350121352115012101affe780120fef10170fee401233a019a +4442fe6e0000000100280000012a02ca000b0020401d0b0a090805040302080001014c000101 +6a4d0000006b004e1510020d182b212135371127352115071117012afefe5454010254543413 +023b14343414fdc5130000010029ff7f00c00074000800184015000100000157000101005f00 +0001004f1313020d182b370606072336363733c00d3118410e1d075e69357f36398834000002 +0095027701ae02da000b00170025b1066444401a020100010100590201000001610301010001 +5124242422040d1a2bb106004413343633321615140623222637343633321615140623222695 +1c13131c1c13131cbc1b13131c1c13131b02a91a17171a191919191a17171a19191900000000 +0000000000000000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000005b005b0049004902ca0000 +02180000ff1002d4fff60222fff6ff10005b005b0049004902cafff602f80218fff6ff1002d5 +fff602fd0222fff6ff10005c005c004b004b023c00000245fff8005c005c004b004b023c023c +00000000023c0244fff8fff800480048003e003e016800e8ffa0ff10016800e8ff9aff100048 +0048003e003e011f011f005b005b0049004902ca000002ec02180000ff1002d5fff602ec0222 +fff6ff10003b003b002c002c012aff7e016100e2ffa0ff100132ff76016100e8ff9aff10003b +003b002c002c02cb01a002e00261011f008f02e0019802e002670119008fb0002c20b0005558 +455920204bb8000e514bb006535a58b0341bb028596066208a5558b0022561b9080008006363 +23621b2121b00059b000432344b20001004360422db0012cb02060662db0022c232123212db0 +032c2064b3031415004243b0134320606042b102144342b1250343b00243547820b00c23b002 +43436164b0045078b2020202436042b021651c21b0024343b20e1501421c20b002432342b213 +011343604223b00050586559b21601024360422db0042cb0032bb015435823212321b0164343 +23b000505865591b206420b0c050b004265ab228010d43456345b006455821b0032559525b58 +2123211b8a5820b050505821b040591b20b038505821b038595920b1010d434563456164b028 +505821b1010d4345634520b030505821b030591b20b0c050582066208a8a6120b00a5058601b +20b020505821b00a601b20b036505821b036601b605959591bb00225b00c4363b0005258b000 +4bb00a505821b00c431b4bb01e505821b01e4b61b8100063b00c4363b80500625959646159b0 +012b595923b00050586559592064b016432342592db0052c204520b00425616420b007435058 +b0072342b00823421b212159b001602db0062c23212321b0032b2064b107624220b0082342b0 +0645581bb1010d434563b1010d43b009604563b0052a2120b00843208a208ab0012bb1300525 +b00426515860501b615259582359215920b0405358b0012b1b21b0405923b000505865592db0 +072cb009432bb20002004360422db0082cb00923422320b000234261b0026266b00163b00160 +b0072a2db0092c20204520b00e4363b804006220b0005058b040605966b001636044b001602d +b00a2cb2090e004345422a21b20001004360422db00b2cb000432344b20001004360422db00c +2c20204520b0012b23b00043b004256020458a2361206420b020505821b0001bb0305058b020 +1bb040595923b00050586559b0032523614444b001602db00d2c20204520b0012b23b00043b0 +04256020458a23612064b0245058b0001bb0405923b00050586559b0032523614444b001602d +b00e2c20b0002342b30d0c0003455058211b2321592a212db00f2cb1020245b06461442db010 +2cb001602020b00f434ab000505820b00f234259b010434ab000525820b0102342592db0112c +20b0106266b0016320b80400638a2361b0114360208a6020b0112342232db0122c4b5458b104 +64445924b00d6523782db0132c4b51584b5358b1046444591b215924b0136523782db0142cb1 +0012435558b1121243b0016142b0112b59b00043b0022542b10f022542b110022542b0011623 +20b003255058b101004360b00425428a8a208a2361b0102a2123b00161208a2361b0102a211b +b101004360b0022542b0022561b0102a2159b00f4347b010434760b0026220b0005058b04060 +5966b0016320b00e4363b804006220b0005058b040605966b0016360b10000132344b00143b0 +003eb20101014360422db0152c00b10002455458b01223422045b00e2342b00d23b009604220 +60b718180100110013004242428a6020b0142342b00161b114082bb08b2b1b22592db0162cb1 +00152b2db0172cb101152b2db0182cb102152b2db0192cb103152b2db01a2cb104152b2db01b +2cb105152b2db01c2cb106152b2db01d2cb107152b2db01e2cb108152b2db01f2cb109152b2d +b02b2c2320b0106266b00163b006604b545823202eb0015d1b2121592db02c2c2320b0106266 +b00163b016604b545823202eb001711b2121592db02d2c2320b0106266b00163b026604b5458 +23202eb001721b2121592db0202c00b00f2bb10002455458b01223422045b00e2342b00d23b0 +0960422060b00161b518180100110042428a60b114082bb08b2b1b22592db0212cb100202b2d +b0222cb101202b2db0232cb102202b2db0242cb103202b2db0252cb104202b2db0262cb10520 +2b2db0272cb106202b2db0282cb107202b2db0292cb108202b2db02a2cb109202b2db02e2c20 +3cb001602db02f2c2060b01860204323b0016043b0022561b00160b02e2a212db0302cb02f2b +b02f2a2db0312c2020472020b00e4363b804006220b0005058b040605966b001636023613823 +208a555820472020b00e4363b804006220b0005058b040605966b00163602361381b21592db0 +322c00b10002455458b10e064542b00116b0312ab1050115455830591b22592db0332c00b00f +2bb10002455458b10e064542b00116b0312ab1050115455830591b22592db0342c2035b00160 +2db0352c00b10e064542b0014563b804006220b0005058b040605966b00163b0012bb00e4363 +b804006220b0005058b040605966b00163b0012bb00016b40000000000443e2338b13401152a +212db0362c203c204720b00e4363b804006220b0005058b040605966b0016360b0004361382d +b0372c2e173c2db0382c203c204720b00e4363b804006220b0005058b040605966b0016360b0 +004361b0014363382db0392cb102001625202e2047b0002342b00225498a8a47234723612058 +621b2159b0012342b238010115142a2db03a2cb00016b0172342b00425b004254723472361b1 +0c0042b00b432b658a2e2320203c8a382db03b2cb00016b0172342b00425b00425202e472347 +236120b0062342b10c0042b00b432b20b060505820b0405158b3042005201bb30426051a5942 +422320b00a43208a234723472361234660b00643b0026220b0005058b040605966b001636020 +b0012b208a8a6120b00443606423b0054361645058b00443611bb005436059b00325b0026220 +b0005058b040605966b0016361232020b00426234661381b23b00a4346b00225b00a43472347 +23616020b00643b0026220b0005058b040605966b00163602320b0012b23b0064360b0012bb0 +052561b00525b0026220b0005058b040605966b00163b004266120b00425606423b003256064 +5058211b232159232020b0042623466138592db03c2cb00016b0172342202020b00526202e47 +23472361233c382db03d2cb00016b017234220b00a2342202020462347b0012b2361382db03e +2cb00016b0172342b00325b002254723472361b00054582e203c23211bb00225b00225472347 +236120b00525b004254723472361b00625b0052549b0022561b9080008006363232058621b21 +5963b804006220b0005058b040605966b0016360232e2320203c8a382321592db03f2cb00016 +b017234220b00a43202e47234723612060b0206066b0026220b0005058b040605966b0016323 +20203c8a382db0402c23202e46b0022546b0174358501b525958203c592eb13001142b2db041 +2c23202e46b0022546b0174358521b505958203c592eb13001142b2db0422c23202e46b00225 +46b0174358501b525958203c5923202e46b0022546b0174358521b505958203c592eb1300114 +2b2db0432cb03a2b23202e46b0022546b0174358501b525958203c592eb13001142b2db0442c +b03b2b8a20203cb00623428a3823202e46b0022546b0174358501b525958203c592eb1300114 +2bb006432eb0302b2db0452cb00016b00425b0042620202046234761b00c23422e4723472361 +b00b432b23203c202e2338b13001142b2db0462cb10a042542b00016b00425b00425202e4723 +47236120b0062342b10c0042b00b432b20b060505820b0405158b3042005201bb30426051a59 +4242232047b00643b0026220b0005058b040605966b001636020b0012b208a8a6120b0044360 +6423b0054361645058b00443611bb005436059b00325b0026220b0005058b040605966b00163 +61b0022546613823203c23381b212020462347b0012b2361382159b13001142b2db0472cb100 +3a2b2eb13001142b2db0482cb1003b2b212320203cb00623422338b13001142bb006432eb030 +2b2db0492cb000152047b0002342b20001011514132eb0362a2db04a2cb000152047b0002342 +b20001011514132eb0362a2db04b2cb100011413b0372a2db04c2cb0392a2db04d2cb0001645 +23202e20468a236138b13001142b2db04e2cb00a2342b04d2b2db04f2cb20000462b2db0502c +b20001462b2db0512cb20100462b2db0522cb20101462b2db0532cb20000472b2db0542cb200 +01472b2db0552cb20100472b2db0562cb20101472b2db0572cb3000000432b2db0582cb30001 +00432b2db0592cb3010000432b2db05a2cb3010100432b2db05b2cb3000001432b2db05c2cb3 +000101432b2db05d2cb3010001432b2db05e2cb3010101432b2db05f2cb20000452b2db0602c +b20001452b2db0612cb20100452b2db0622cb20101452b2db0632cb20000482b2db0642cb200 +01482b2db0652cb20100482b2db0662cb20101482b2db0672cb3000000442b2db0682cb30001 +00442b2db0692cb3010000442b2db06a2cb3010100442b2db06b2cb3000001442b2db06c2cb3 +000101442b2db06d2cb3010001442b2db06e2cb3010101442b2db06f2cb1003c2b2eb1300114 +2b2db0702cb1003c2bb0402b2db0712cb1003c2bb0412b2db0722cb00016b1003c2bb0422b2d +b0732cb1013c2bb0402b2db0742cb1013c2bb0412b2db0752cb00016b1013c2bb0422b2db076 +2cb1003d2b2eb13001142b2db0772cb1003d2bb0402b2db0782cb1003d2bb0412b2db0792cb1 +003d2bb0422b2db07a2cb1013d2bb0402b2db07b2cb1013d2bb0412b2db07c2cb1013d2bb042 +2b2db07d2cb1003e2b2eb13001142b2db07e2cb1003e2bb0402b2db07f2cb1003e2bb0412b2d +b0802cb1003e2bb0422b2db0812cb1013e2bb0402b2db0822cb1013e2bb0412b2db0832cb101 +3e2bb0422b2db0842cb1003f2b2eb13001142b2db0852cb1003f2bb0402b2db0862cb1003f2b +b0412b2db0872cb1003f2bb0422b2db0882cb1013f2bb0402b2db0892cb1013f2bb0412b2db0 +8a2cb1013f2bb0422b2db08b2cb20b0003455058b0061bb2040203455823211b215959422bb0 +0865b003245078b1050115455830592d000100000002010604b941ac5f0f3cf5000703e80000 +0000dc05d03f00000000dc0b8fddfd93fe7b0af0042b00000006000200010000000000010000 +042dfedb00000b18fd93fd940af000010000000000000000000000000000002d0258005e0104 +0000023c0031010c0048023c0030023c002d023c0015023c003f023c0037023c002c023c0031 +023c0032023c0059022c0061021100120267005502340037019d00550102004e03a70055026a +005501690010012c0028026a0055025d006101e0003701020055012c001e026700370231002e +027f0000026a004f01fe00010158000f022c000a0267003701df0033026a004f02670055023c +002602da006101d6002701530028010c002902440095000000000000005400000054000000c8 +000001080000018c00000248000002c00000036800000428000004740000054c000006100000 +0660000006b80000070c000007e40000088c0000093800000a0000000ac400000b5800000be8 +00000c3000000cc000000d3800000dc400000e0400000e4c00000f480000103c000010b00000 +1140000011c40000126c000012a8000013a8000014540000146c0000155c000015b400001614 +0000166c000016bc000016fc0000176c00010000002d00ca0018011800150002009800fc008d +000001890e0c00080008004bb800c85258b101018e59b001b9080008006370b1000742400b93 +8373005d51003d2d09002ab10007424014880878086808620256064a06420432082407090a2a +b1000742401490068006700665005c04500446023a062b05090a2ab1001042410b22401e401a +4018c015c012c010c00cc009400009000b2ab1001942410b0040004000400040004000400040 +004000400009000b2ab90003000044b12401885158b0408858b90003006444b12801885158b8 +08008858b90003000044591bb12701885158ba08800001044088635458b90003000044595959 +595940148a067a066a06640158044c04440234062605090e2ab801ff85b0048db1020044b305 +640600444400000000> +] def +/f-0-0 currentdict end definefont pop +%%EndResource +%%EndSetup +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 0 0 532 388 +%%EndPageSetup +q 12 8 516 367 rectclip +1 0 0 -1 0 388 cm q +0 g +0.25 w +0 J +0 j +[] 0.0 d +3.8 M q 1 0 0 1 0 0 cm +30.398 365.801 m 34.699 365.801 l S Q +q 1 0 0 1 0 0 cm +517.648 365.801 m 513.352 365.801 l S Q +BT +8 0 0 -8 12.35 368.801953 Tm +/f-0-0 1 Tf +[( 0)-5(.2)]TJ +ET +q 1 0 0 1 0 0 cm +30.398 324.199 m 34.699 324.199 l S Q +q 1 0 0 1 0 0 cm +517.648 324.199 m 513.352 324.199 l S Q +BT +8 0 0 -8 12.35 327.201953 Tm +/f-0-0 1 Tf +[( 0)-5(.3)]TJ +ET +q 1 0 0 1 0 0 cm +30.398 282.602 m 34.699 282.602 l S Q +q 1 0 0 1 0 0 cm +517.648 282.602 m 513.352 282.602 l S Q +BT +8 0 0 -8 12.35 285.601953 Tm +/f-0-0 1 Tf +[( 0)-5(.4)]TJ +ET +q 1 0 0 1 0 0 cm +30.398 241.051 m 34.699 241.051 l S Q +q 1 0 0 1 0 0 cm +517.648 241.051 m 513.352 241.051 l S Q +BT +8 0 0 -8 12.35 244.051953 Tm +/f-0-0 1 Tf +[( 0)-5(.5)]TJ +ET +q 1 0 0 1 0 0 cm +30.398 199.449 m 34.699 199.449 l S Q +q 1 0 0 1 0 0 cm +517.648 199.449 m 513.352 199.449 l S Q +BT +8 0 0 -8 12.35 202.451953 Tm +/f-0-0 1 Tf +[( 0)-5(.6)]TJ +ET +q 1 0 0 1 0 0 cm +30.398 157.852 m 34.699 157.852 l S Q +q 1 0 0 1 0 0 cm +517.648 157.852 m 513.352 157.852 l S Q +BT +8 0 0 -8 12.35 160.851953 Tm +/f-0-0 1 Tf +[( 0)-5(.7)]TJ +ET +q 1 0 0 1 0 0 cm +30.398 116.301 m 34.699 116.301 l S Q +q 1 0 0 1 0 0 cm +517.648 116.301 m 513.352 116.301 l S Q +BT +8 0 0 -8 12.35 119.301953 Tm +/f-0-0 1 Tf +[( 0)-5(.8)]TJ +ET +q 1 0 0 1 0 0 cm +30.398 74.699 m 34.699 74.699 l S Q +q 1 0 0 1 0 0 cm +517.648 74.699 m 513.352 74.699 l S Q +BT +8 0 0 -8 12.35 77.701953 Tm +/f-0-0 1 Tf +[( 0)-5(.9)]TJ +ET +q 1 0 0 1 0 0 cm +30.398 33.102 m 34.699 33.102 l S Q +q 1 0 0 1 0 0 cm +517.648 33.102 m 513.352 33.102 l S Q +BT +8 0 0 -8 19.1 36.101953 Tm +/f-0-0 1 Tf +[( )-3(1)]TJ +ET +q 1 0 0 1 0 0 cm +30.398 365.801 m 30.398 361.5 l S Q +q 1 0 0 1 0 0 cm +30.398 33.102 m 30.398 37.398 l S Q +BT +8 0 0 -8 27.05 379.651953 Tm +/f-0-0 1 Tf +[( )-3(0)]TJ +ET +q 1 0 0 1 0 0 cm +91.301 365.801 m 91.301 361.5 l S Q +q 1 0 0 1 0 0 cm +91.301 33.102 m 91.301 37.398 l S Q +BT +8 0 0 -8 83.35 379.651953 Tm +/f-0-0 1 Tf +[( 2)-6(00)]TJ +ET +q 1 0 0 1 0 0 cm +152.199 365.801 m 152.199 361.5 l S Q +q 1 0 0 1 0 0 cm +152.199 33.102 m 152.199 37.398 l S Q +BT +8 0 0 -8 144.25 379.651953 Tm +/f-0-0 1 Tf +[( 4)-5(0)-4(0)]TJ +ET +q 1 0 0 1 0 0 cm +213.102 365.801 m 213.102 361.5 l S Q +q 1 0 0 1 0 0 cm +213.102 33.102 m 213.102 37.398 l S Q +BT +8 0 0 -8 205.15 379.651953 Tm +/f-0-0 1 Tf +[( 6)-5(0)-4(0)]TJ +ET +q 1 0 0 1 0 0 cm +274.051 365.801 m 274.051 361.5 l S Q +q 1 0 0 1 0 0 cm +274.051 33.102 m 274.051 37.398 l S Q +BT +8 0 0 -8 266.1 379.651953 Tm +/f-0-0 1 Tf +[( )-3(80)-6(0)]TJ +ET +q 1 0 0 1 0 0 cm +334.949 365.801 m 334.949 361.5 l S Q +q 1 0 0 1 0 0 cm +334.949 33.102 m 334.949 37.398 l S Q +BT +8 0 0 -8 324.7 379.651953 Tm +/f-0-0 1 Tf +[( )-3(10)-6(00)]TJ +ET +q 1 0 0 1 0 0 cm +395.852 365.801 m 395.852 361.5 l S Q +q 1 0 0 1 0 0 cm +395.852 33.102 m 395.852 37.398 l S Q +BT +8 0 0 -8 385.6 379.651953 Tm +/f-0-0 1 Tf +[( )-3(12)-6(00)]TJ +ET +q 1 0 0 1 0 0 cm +456.75 365.801 m 456.75 361.5 l S Q +q 1 0 0 1 0 0 cm +456.75 33.102 m 456.75 37.398 l S Q +BT +8 0 0 -8 446.5 379.651953 Tm +/f-0-0 1 Tf +[( )-3(14)-6(00)]TJ +ET +q 1 0 0 1 0 0 cm +517.648 365.801 m 517.648 361.5 l S Q +q 1 0 0 1 0 0 cm +517.648 33.102 m 517.648 37.398 l S Q +BT +8 0 0 -8 507.4 379.651953 Tm +/f-0-0 1 Tf +[( )-3(16)-6(0)-3(0)]TJ +ET +q 1 0 0 1 0 0 cm +30.398 33.102 487.25 332.699 re S Q +BT +8 0 0 -8 367.8 77.001953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(1)-3( )-3(\(9)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +0 0.392157 0 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 74 m 508.449 74 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 217.801 m 30.699 217.801 l 31 192.852 l 31.301 192.852 l 31.602 +164.801 l 33.75 164.801 l 34.051 164.449 l 34.352 161.352 l 36.5 161.352 + l 36.801 161 l 38 161 l 38.301 161.352 l 38.602 159.602 l 38.949 159.602 + l 39.25 156.5 l 41.352 156.5 l 41.648 153.352 l 41.949 153.352 l 42.301 + 153 l 43.199 153 l 43.5 149.898 l 43.801 149.898 l 44.102 132.199 l 47.148 + 132.199 l 47.449 94.801 l 53.551 94.801 l 53.852 76.051 l 54.75 76.051 +l 55.051 56.648 l 55.352 50.449 l 68.148 50.449 l 68.449 50.102 l 86.75 +50.102 l 87.051 46.949 l 283.75 46.949 l 284.051 46.602 l 486.898 46.602 + l S Q +0 g +BT +8 0 0 -8 367.8 87.851953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(1)-3( )-3(\(1)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +0 0.392157 0 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 84.852 m 508.449 84.852 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 317.301 m 32.852 317.301 l 33.148 313.801 l 33.449 313.801 l 33.75 + 310.699 l 35.898 310.699 l 36.199 310.352 l 41.051 310.352 l 41.352 307.25 + l 41.648 307.25 l 41.949 300.648 l 43.801 300.648 l 44.102 301 l 44.398 + 301 l 44.699 253.148 l 47.449 253.148 l 47.75 238.602 l 48.648 238.602 +l 49 228.199 l 49.301 183.5 l 49.602 183.5 l 49.898 178.648 l 51.102 178.648 + l 51.398 175.199 l 51.699 175.551 l 61.449 175.551 l 61.75 172.051 l 84 + 172.051 l 84.301 171.699 l 97.699 171.699 l 98 168.602 l 112 168.602 l +112.301 168.25 l 117.199 168.25 l 117.5 165.148 l 123.602 165.148 l 123.898 + 164.801 l 141.551 164.801 l 141.852 165.5 l 142.148 161.648 l 161.949 161.648 + l 162.25 151.949 l 164.102 151.949 l 164.398 147.801 l 168.051 147.801 +l 168.352 144.352 l 179.898 144.352 l 180.25 141.25 l 301.449 141.25 l 301.75 + 121.801 l 314.551 121.801 l 314.852 121.449 l 317.551 121.449 l 317.898 + 94.801 l 319.398 94.801 l 319.699 63.602 l 356.852 63.602 l 357.148 62.199 + l 358.699 62.199 l 359 61.852 l 361.102 61.852 l 361.449 58.051 l 362.352 + 58.051 l 362.648 57.699 l 364.801 57.699 l 365.102 57.352 l 486.898 57.352 + l S Q +0 g +BT +8 0 0 -8 395.85 98.701953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(1)-3( )-3(\(medi)4(an\))]TJ +ET +0 0.392157 0 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +485.75 95.699 m 508.449 95.699 l S Q +q 1 0 0 1 0 0 cm +30.398 308.602 m 30.699 308.602 l 31 303.398 l 31.301 303.398 l 31.602 +301.699 l 32.25 301.699 l 32.551 299.949 l 32.852 299.949 l 33.148 291.301 + l 33.449 291.301 l 33.75 246.25 l 34.051 246.25 l 34.352 223.699 l 34.648 + 202.898 l 34.949 202.898 l 35.25 187.301 l 35.898 187.301 l 36.199 180.398 + l 36.5 180.398 l 36.801 176.898 l 37.102 173.449 l 38 173.449 l 38.301 +176.898 l 38.602 173.449 l 38.949 173.449 l 39.25 171.699 l 41.051 171.699 + l 41.352 170 l 41.949 170 l 42.301 168.25 l 50.199 168.25 l 50.5 164.801 + l 64.5 164.801 l 64.801 163.051 l 68.148 163.051 l 68.449 154.398 l 83.699 + 154.398 l 84 145.75 l 84.301 145.75 l 84.602 142.25 l 86.148 142.25 l 86.449 + 137.051 l 88.25 137.051 l 88.551 135.352 l 90.398 135.352 l 90.699 123.199 + l 95.25 123.199 l 95.551 105.898 l 96.199 105.898 l 96.5 104.148 l 101.648 + 104.148 l 101.949 85.102 l 105 85.102 l 105.301 78.148 l 109.602 78.148 + l 109.898 74.699 l 113.25 74.699 l 113.551 67.75 l 114.148 67.75 l 114.449 + 57.352 l 123.602 57.352 l 123.898 55.648 l 132.398 55.648 l 132.699 53.898 + l 281.051 53.898 l 281.352 52.148 l 317.551 52.148 l 317.898 50.449 l 486.898 + 50.449 l S Q +0 g +BT +8 0 0 -8 367.8 109.551953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(2)-3( )-3(\(9)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +0.737255 0.560784 0.560784 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 106.551 m 508.449 106.551 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 164.801 m 31 164.801 l 31.301 161.352 l 31.898 161.352 l 32.25 159.602 + l 33.449 159.602 l 33.75 156.5 l 34.051 156.5 l 34.352 141.25 l 34.648 +115.949 l 34.949 111.102 l 35.602 111.102 l 35.898 93.75 l 36.199 93.75 +l 36.5 92 l 36.801 60.5 l 38.602 60.5 l 38.949 56.648 l 40.148 56.648 l +40.449 50.449 l 46.852 50.449 l 47.148 50.102 l 55.699 50.102 l 56 46.602 + l 64.5 46.602 l 64.801 43.5 l 73.352 43.5 l 73.648 43.148 l 81.852 43.148 + l 82.148 40.051 l 314.199 40.051 l 314.551 39.699 l 337.648 39.699 l 338 + 36.551 l 486.898 36.551 l S Q +0 g +BT +8 0 0 -8 367.8 120.401953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(2)-3( )-3(\(1)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +0.737255 0.560784 0.560784 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 117.398 m 508.449 117.398 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 304.102 m 30.699 288.5 l 31.602 288.5 l 31.898 249.352 l 32.25 249.352 + l 32.551 212.25 l 32.852 211.949 l 33.148 201.199 l 34.352 201.199 l 34.648 + 182.801 l 35.25 182.801 l 35.602 182.102 l 35.898 182.102 l 36.199 179 +l 36.5 178.648 l 36.801 179 l 38.301 179 l 38.602 182.449 l 41.949 182.449 + l 42.301 179 l 64.199 179 l 64.5 163.051 l 70.602 163.051 l 70.898 158.199 + l 87.051 158.199 l 87.352 132.898 l 89.801 132.898 l 90.102 111.102 l 92.5 + 111.102 l 92.852 92.352 l 95.852 92.352 l 96.199 83 l 96.5 83 l 96.801 +64.301 l 101.949 64.301 l 102.25 63.949 l 108.051 63.949 l 108.352 62.199 + l 108.648 62.199 l 108.949 62.551 l 109.602 62.551 l 109.898 61.852 l 114.148 + 61.852 l 114.449 61.148 l 119.301 61.148 l 119.648 60.5 l 130 60.5 l 130.301 + 59.102 l 135.75 59.102 l 136.051 57.352 l 137 57.352 l 137.301 54.25 l +138.199 54.25 l 138.5 50.75 l 150.699 50.75 l 151 50.449 l 224.699 50.449 + l 225 47.301 l 285.301 47.301 l 285.602 46.949 l 486.898 46.949 l S Q +0 g +BT +8 0 0 -8 395.85 131.251953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(2)-3( )-3(\(medi)4(an\))]TJ +ET +0.737255 0.560784 0.560784 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +485.75 128.25 m 508.449 128.25 l S Q +q 1 0 0 1 0 0 cm +30.398 194.25 m 30.699 189.051 l 31 182.102 l 31.301 176.898 l 31.602 178.648 + l 31.898 178.648 l 32.25 175.199 l 34.051 175.199 l 34.352 171.699 l 34.648 + 166.551 l 35.898 166.551 l 36.199 164.801 l 36.5 161.352 l 36.801 163.051 + l 38.301 163.051 l 38.602 164.801 l 38.949 164.801 l 39.25 163.051 l 41.949 + 163.051 l 42.301 161.352 l 43.199 161.352 l 43.5 159.602 l 44.102 159.602 + l 44.398 157.852 l 44.699 154.398 l 45.301 154.398 l 45.648 144 l 45.949 + 138.801 l 46.25 128.398 l 47.148 128.398 l 47.449 124.949 l 49 124.949 +l 49.301 123.199 l 51.398 123.199 l 51.699 114.551 l 53.25 114.551 l 53.551 + 105.898 l 53.852 97.199 l 54.148 79.898 l 57.199 79.898 l 57.5 62.551 l + 57.801 55.648 l 59.949 55.648 l 60.25 53.898 l 65.75 53.898 l 66.051 52.148 + l 67.25 52.148 l 67.551 50.449 l 105.898 50.449 l 106.25 48.699 l 110.199 + 48.699 l 110.5 46.949 l 212.199 46.949 l 212.5 45.25 l 225.602 45.25 l +225.898 43.5 l 486.898 43.5 l S Q +0 g +BT +8 0 0 -8 367.8 142.101953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(3)-3( )-3(\(9)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +1 0 0 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 139.102 m 508.449 139.102 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 167.199 m 30.699 164.801 l 31 164.102 l 31.301 164.801 l 31.602 +164.102 l 31.898 164.102 l 32.25 164.801 l 32.551 164.102 l 32.852 164.102 + l 33.148 155.449 l 33.75 155.449 l 34.051 161.648 l 34.352 158.551 l 34.648 + 149.199 l 34.949 146.102 l 35.25 132.199 l 35.898 132.199 l 36.199 130.852 + l 36.5 130.5 l 36.801 131.199 l 37.102 129.102 l 37.398 129.102 l 37.699 + 110.398 l 38 87.852 l 38.301 79.898 l 39.25 79.898 l 39.551 62.898 l 39.852 + 50.102 l 43.199 50.102 l 43.5 46.602 l 44.398 46.602 l 44.699 43.5 l 54.148 + 43.5 l 54.449 43.148 l 57.5 43.148 l 57.801 40.051 l 62.699 40.051 l 63 + 39.699 l 75.801 39.699 l 76.102 36.551 l 283.449 36.551 l 283.75 36.199 + l 486.898 36.199 l S Q +0 g +BT +8 0 0 -8 367.8 152.951953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(3)-3( )-3(\(1)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +1 0 0 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 149.949 m 508.449 149.949 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 280.898 m 30.699 244.852 l 31 231.699 l 31.301 220.602 l 31.898 +220.602 l 32.25 214.352 l 32.551 214 l 32.852 207.051 l 33.148 183.5 l 33.75 + 183.5 l 34.051 182.449 l 34.648 182.449 l 34.949 182.102 l 35.25 182.102 + l 35.602 179 l 35.898 182.102 l 36.199 182.102 l 36.5 179 l 38 179 l 38.301 + 178.648 l 41.949 178.648 l 42.301 175.551 l 46.852 175.551 l 47.148 175.199 + l 48.648 175.199 l 49 172.051 l 53.25 172.051 l 53.551 171.699 l 54.148 + 171.699 l 54.449 168.602 l 58.102 168.602 l 58.398 168.25 l 58.699 165.148 + l 60.25 165.148 l 60.551 161.648 l 61.449 161.648 l 61.75 155.102 l 62.699 + 155.102 l 63 148.852 l 63.301 136.398 l 70 136.398 l 70.301 134.301 l 72.449 + 134.301 l 72.75 130.5 l 73.352 130.5 l 73.648 105.199 l 73.949 104.5 l +74.25 102.75 l 74.551 99.648 l 75.449 99.648 l 75.801 99.301 l 76.102 99.301 + l 76.398 93.051 l 76.699 86.801 l 77 86.801 l 77.301 86.449 l 78.199 86.449 + l 78.5 75.75 l 83.102 75.75 l 83.398 62.199 l 83.699 57.699 l 89.801 57.699 + l 90.102 57.352 l 93.449 57.352 l 93.75 54.25 l 99.551 54.25 l 99.852 53.898 + l 100.148 53.898 l 100.449 50.75 l 137.602 50.75 l 137.898 50.449 l 223.449 + 50.449 l 223.801 47.301 l 256.648 47.301 l 256.949 46.949 l 430.551 46.949 + l 430.852 43.852 l 463.75 43.852 l 464.051 43.5 l 486.898 43.5 l S Q +0 g +BT +8 0 0 -8 395.85 163.801953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(3)-3( )-3(\(medi)4(an\))]TJ +ET +1 0 0 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +485.75 160.801 m 508.449 160.801 l S Q +q 1 0 0 1 0 0 cm +30.398 182.102 m 30.699 182.102 l 31 175.199 l 32.25 175.199 l 32.551 171.699 + l 32.852 173.449 l 33.148 171.699 l 35.898 171.699 l 36.199 170 l 37.102 + 170 l 37.398 168.25 l 39.852 168.25 l 40.148 166.551 l 40.449 166.551 l + 40.75 164.801 l 41.949 164.801 l 42.301 163.051 l 42.898 163.051 l 43.199 + 142.25 l 44.102 142.25 l 44.398 138.801 l 47.148 138.801 l 47.449 124.949 + l 47.75 121.449 l 48.051 119.75 l 48.352 114.551 l 48.648 104.148 l 49 +104.148 l 49.301 93.75 l 49.898 93.75 l 50.199 85.102 l 50.5 85.102 l 50.801 + 83.352 l 52.648 83.352 l 52.949 76.398 l 54.449 76.398 l 54.75 72.949 l + 55.051 66 l 56 66 l 56.301 64.301 l 56.898 64.301 l 57.199 62.551 l 57.5 + 55.648 l 58.699 55.648 l 59.051 53.898 l 65.75 53.898 l 66.051 52.148 l + 71.801 52.148 l 72.102 50.449 l 83.699 50.449 l 84 48.699 l 84.602 48.699 + l 84.898 46.949 l 117.801 46.949 l 118.102 45.25 l 127.25 45.25 l 127.551 + 43.5 l 322.148 43.5 l 322.449 41.75 l 339.5 41.75 l 339.801 40.051 l 486.898 + 40.051 l S Q +0 g +BT +8 0 0 -8 367.8 174.651953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(4)-3( )-3(\(9)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +1 0.843137 0 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 171.648 m 508.449 171.648 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 296.5 m 37.699 296.5 l 38 295.102 l 39.551 295.102 l 39.852 273.602 + l 41.051 273.602 l 41.352 256.301 l 42.602 256.301 l 42.898 246.949 l 44.398 + 246.949 l 44.699 240.699 l 45 174.148 l 45.301 164.449 l 45.648 164.449 + l 45.949 161 l 50.801 161 l 51.102 157.5 l 51.398 157.5 l 51.699 154.398 + l 53.852 154.398 l 54.148 152.648 l 63.602 152.648 l 63.898 131.199 l 67.551 + 131.199 l 67.852 129.449 l 68.75 129.449 l 69.102 129.801 l 70.898 129.801 + l 71.199 128.398 l 74.551 128.398 l 74.852 72.25 l 76.699 72.25 l 77 69.148 + l 77.898 69.148 l 78.199 53.551 l 83.102 53.551 l 83.398 50.449 l 84.602 + 50.449 l 84.898 50.102 l 123.898 50.102 l 124.199 46.949 l 151.602 46.949 + l 151.898 46.602 l 279.5 46.602 l 279.801 43.5 l 486.898 43.5 l S Q +0 g +BT +8 0 0 -8 367.8 185.501953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(4)-3( )-3(\(1)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +1 0.843137 0 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 182.5 m 508.449 182.5 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 324.199 m 30.699 321.102 l 65.102 321.102 l 65.398 320.75 l 85.5 + 320.75 l 85.801 311.398 l 86.148 311.398 l 86.449 307.25 l 97.102 307.25 + l 97.398 194.602 l 101.949 194.602 l 102.25 182.102 l 115.648 182.102 l + 115.949 179 l 145.199 179 l 145.5 178.648 l 151 178.648 l 151.301 175.551 + l 155.25 175.551 l 155.551 175.199 l 186 175.199 l 186.301 175.551 l 188.449 + 175.551 l 188.75 175.199 l 263.648 175.199 l 264 168.949 l 266.699 168.949 + l 267 140.898 l 312.102 140.898 l 312.398 138.102 l 315.449 138.102 l 315.75 + 137.75 l 323.352 137.75 l 323.648 84.051 l 331.602 84.051 l 331.898 65.352 + l 339.199 65.352 l 339.5 59.449 l 345.602 59.449 l 345.898 54.25 l 486.898 + 54.25 l S Q +0 g +BT +8 0 0 -8 395.85 196.351953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(4)-3( )-3(\(medi)4(an\))]TJ +ET +1 0.843137 0 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +485.75 193.352 m 508.449 193.352 l S Q +q 1 0 0 1 0 0 cm +30.398 310.352 m 32.852 310.352 l 33.148 308.602 l 39.551 308.602 l 39.852 + 306.898 l 45.648 306.898 l 45.949 305.148 l 48.352 305.148 l 48.648 303.398 + l 54.449 303.398 l 54.75 301.699 l 56.602 301.699 l 56.898 298.199 l 57.199 + 296.5 l 61.148 296.5 l 61.449 237.551 l 65.398 237.551 l 65.75 228.898 +l 66.051 206.398 l 66.949 206.398 l 67.25 176.898 l 68.148 176.898 l 68.449 + 175.199 l 70 175.199 l 70.301 173.449 l 70.602 175.199 l 70.898 173.449 + l 77.301 173.449 l 77.602 171.699 l 106.551 171.699 l 106.852 170 l 111.398 + 170 l 111.699 168.25 l 116.898 168.25 l 117.199 166.551 l 120.852 166.551 + l 121.148 164.801 l 122.051 164.801 l 122.352 161.352 l 130.898 161.352 + l 131.199 156.148 l 131.5 152.648 l 131.801 152.648 l 132.102 147.449 l + 140.648 147.449 l 140.949 135.352 l 147.051 135.352 l 147.352 133.602 l + 148.25 133.602 l 148.551 121.449 l 148.852 109.352 l 150.398 109.352 l +150.699 105.898 l 151 105.898 l 151.301 79.898 l 151.602 79.898 l 151.898 + 69.5 l 152.801 69.5 l 153.148 57.352 l 153.449 55.648 l 155.25 55.648 l + 155.551 53.898 l 272.5 53.898 l 272.801 52.148 l 281.051 52.148 l 281.352 + 50.449 l 486.898 50.449 l S Q +0 g +BT +8 0 0 -8 367.8 207.201953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(5)-3( )-3(\(9)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +0 1 0 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 204.199 m 508.449 204.199 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 299.602 m 30.699 306.199 l 31 303.051 l 31.301 303.051 l 31.602 +299.949 l 31.898 299.602 l 32.25 299.602 l 32.551 261.148 l 32.852 261.148 + l 33.148 190.102 l 33.449 191.5 l 33.75 186.949 l 34.051 186.949 l 34.352 + 168.25 l 34.949 168.25 l 35.25 164.102 l 35.602 157.5 l 36.199 157.5 l +36.5 154.051 l 36.801 157.148 l 37.102 157.148 l 37.398 156.801 l 38 156.801 + l 38.301 145.75 l 38.949 145.75 l 39.25 146.449 l 39.852 146.449 l 40.148 + 136.398 l 41.648 136.398 l 41.949 129.801 l 42.602 129.801 l 42.898 126.648 + l 43.5 126.648 l 43.801 121.148 l 44.102 121.148 l 44.398 69.852 l 44.699 + 69.852 l 45 57 l 46.25 57 l 46.551 53.898 l 53.25 53.898 l 53.551 53.551 + l 56.301 53.551 l 56.602 50.102 l 60.852 50.102 l 61.148 46.949 l 84 46.949 + l 84.301 46.602 l 95.852 46.602 l 96.199 43.5 l 106.25 43.5 l 106.551 43.148 + l 107.148 43.148 l 107.449 40.051 l 184.5 40.051 l 184.801 39.699 l 197.898 + 39.699 l 198.199 36.551 l 486.898 36.551 l S Q +0 g +BT +8 0 0 -8 367.8 218.051953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(5)-3( )-3(\(1)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +0 1 0 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 215.051 m 508.449 215.051 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 317.949 m 30.699 324.199 l 31 321.102 l 32.852 321.102 l 33.148 +317.648 l 36.199 317.648 l 36.5 317.301 l 40.449 317.301 l 40.75 314.148 + l 41.051 304.449 l 41.949 304.449 l 42.301 298.199 l 42.898 298.199 l 43.199 + 307.25 l 43.5 297.551 l 43.801 232.051 l 44.102 232.051 l 44.398 213.301 + l 44.699 213.301 l 45 212.949 l 45.301 212.949 l 45.648 203.25 l 46.551 + 203.25 l 46.852 193.551 l 47.148 193.551 l 47.449 189.398 l 50.5 189.398 + l 50.801 183.148 l 51.398 183.148 l 51.699 179 l 52 179 l 52.352 182.801 + l 61.449 182.801 l 61.75 175.551 l 62.699 175.551 l 63 169.301 l 63.898 + 169.301 l 64.199 178.648 l 67.551 178.648 l 67.852 172.398 l 69.699 172.398 + l 70 168.602 l 73.051 168.602 l 73.352 162 l 81.551 162 l 81.852 161.352 + l 83.102 161.352 l 83.398 158.199 l 84.301 158.199 l 84.602 157.852 l 88.852 + 157.852 l 89.148 151.602 l 92.199 151.602 l 92.5 141.551 l 92.852 135.352 + l 98 135.352 l 98.301 118 l 117.801 118 l 118.102 103.801 l 118.398 100.699 + l 119 100.699 l 119.301 91.301 l 120.551 91.301 l 120.852 90.648 l 122.051 + 90.648 l 122.352 72.949 l 123 72.949 l 123.301 71.199 l 123.602 71.199 +l 123.898 55.648 l 146.75 55.648 l 147.051 53.898 l 192.398 53.898 l 192.699 + 50.75 l 486.898 50.75 l S Q +0 g +BT +8 0 0 -8 395.85 228.901953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(5)-3( )-3(\(medi)4(an\))]TJ +ET +0 1 0 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +485.75 225.898 m 508.449 225.898 l S Q +q 1 0 0 1 0 0 cm +30.398 310.352 m 30.699 313.801 l 32.25 313.801 l 32.551 312.102 l 32.852 + 313.801 l 33.148 312.102 l 34.051 312.102 l 34.352 308.602 l 34.648 305.148 + l 35.25 305.148 l 35.602 298.199 l 35.898 294.75 l 36.199 293 l 36.5 194.25 + l 36.801 192.5 l 38 192.5 l 38.301 190.801 l 38.949 190.801 l 39.25 183.852 + l 39.551 176.898 l 39.852 170 l 40.449 170 l 40.75 171.699 l 41.051 170 + l 41.352 170 l 41.648 168.25 l 42.301 168.25 l 42.602 170 l 42.898 168.25 + l 48.352 168.25 l 48.648 166.551 l 49 161.352 l 50.5 161.352 l 50.801 159.602 + l 52 159.602 l 52.352 161.352 l 53.551 161.352 l 53.852 157.852 l 54.75 + 157.852 l 55.051 149.199 l 55.352 137.051 l 57.199 137.051 l 57.5 133.602 + l 57.801 133.602 l 58.102 130.148 l 61.75 130.148 l 62.051 119.75 l 62.699 + 119.75 l 63 116.25 l 67.25 116.25 l 67.551 107.602 l 68.75 107.602 l 69.102 + 88.551 l 71.801 88.551 l 72.102 71.199 l 72.75 71.199 l 73.051 64.301 l + 74.25 64.301 l 74.551 60.852 l 75.801 60.852 l 76.102 55.648 l 76.398 55.648 + l 76.699 53.898 l 98 53.898 l 98.301 52.148 l 98.602 50.449 l 111.398 50.449 + l 111.699 48.699 l 118.699 48.699 l 119 46.949 l 169.551 46.949 l 169.898 + 45.25 l 171.398 45.25 l 171.699 46.949 l 189.949 46.949 l 190.301 45.25 + l 195.148 45.25 l 195.449 43.5 l 443.352 43.5 l 443.648 41.75 l 486.898 + 41.75 l S Q +0 g +BT +8 0 0 -8 367.8 239.751953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(6)-3( )-3(\(9)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +0 1 1 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 236.75 m 508.449 236.75 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 296.5 m 30.699 299.602 l 31 303.051 l 31.301 299.949 l 31.602 299.949 + l 31.898 299.602 l 32.25 299.602 l 32.551 296.5 l 32.852 222.301 l 33.148 + 207.398 l 33.449 185.602 l 33.75 178.648 l 34.051 177.949 l 34.352 174.852 + l 34.648 170.699 l 34.949 174.852 l 35.25 161 l 35.602 164.449 l 36.199 + 164.449 l 36.5 160.648 l 36.801 159.949 l 37.398 159.949 l 37.699 142.949 + l 38 102.398 l 38.301 101.699 l 38.602 94.801 l 38.949 92.352 l 39.25 92.352 + l 39.551 73.648 l 39.852 64.301 l 40.75 64.301 l 41.051 63.949 l 41.949 + 63.949 l 42.301 60.5 l 44.102 60.5 l 44.398 57.352 l 45.301 57.352 l 45.648 + 57 l 48.648 57 l 49 53.551 l 49.602 53.551 l 49.898 50.449 l 58.398 50.449 + l 58.699 50.102 l 62.699 50.102 l 63 46.949 l 66.352 46.949 l 66.648 46.602 + l 75.801 46.602 l 76.102 43.5 l 108.949 43.5 l 109.25 43.148 l 125.699 +43.148 l 126 40.051 l 223.801 40.051 l 224.102 39.699 l 237.199 39.699 l + 237.5 36.551 l 486.898 36.551 l S Q +0 g +BT +8 0 0 -8 367.8 250.601953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(6)-3( )-3(\(1)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +0 1 1 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 247.602 m 508.449 247.602 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 320.75 m 34.051 320.75 l 34.352 317.648 l 34.949 317.648 l 35.25 + 313.801 l 35.898 313.801 l 36.199 310.699 l 40.449 310.699 l 40.75 307.25 + l 41.051 307.25 l 41.352 303.75 l 41.648 210.199 l 41.949 182.102 l 42.898 + 182.102 l 43.199 178.648 l 44.398 178.648 l 44.699 179 l 45 178.648 l 54.75 + 178.648 l 55.051 175.551 l 57.199 175.551 l 57.5 172.051 l 57.801 171.699 + l 58.102 171.699 l 58.398 172.051 l 59.051 172.051 l 59.352 171.699 l 61.148 + 171.699 l 61.449 162.352 l 66.352 162.352 l 66.648 146.75 l 66.949 145.051 + l 73.949 145.051 l 74.25 144.699 l 76.102 144.699 l 76.398 144.352 l 76.699 + 144.352 l 77 144 l 77.898 144 l 78.199 112.801 l 78.801 112.801 l 79.148 + 109.699 l 80.648 109.699 l 80.949 77.801 l 83.102 77.801 l 83.398 74.699 + l 83.699 68.449 l 84 64.648 l 84.602 64.648 l 84.898 61.148 l 93.449 61.148 + l 93.75 57.699 l 94.949 57.699 l 95.25 54.602 l 97.102 54.602 l 97.398 +53.898 l 144.301 53.898 l 144.602 50.75 l 152.199 50.75 l 152.5 50.449 l + 273.102 50.449 l 273.398 47.301 l 303.551 47.301 l 303.852 46.949 l 486.898 + 46.949 l S Q +0 g +BT +8 0 0 -8 395.85 261.451953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(6)-3( )-3(\(medi)4(an\))]TJ +ET +0 1 1 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +485.75 258.449 m 508.449 258.449 l S Q +q 1 0 0 1 0 0 cm +30.398 310.352 m 33.449 310.352 l 33.75 308.602 l 34.051 306.898 l 34.352 + 305.148 l 34.648 301.699 l 34.949 301.699 l 35.25 298.199 l 35.602 242.75 + l 35.898 242.75 l 36.199 187.301 l 36.801 187.301 l 37.102 178.648 l 38.949 + 178.648 l 39.25 176.898 l 39.852 176.898 l 40.148 175.199 l 40.449 173.449 + l 40.75 173.449 l 41.051 170 l 41.352 168.25 l 41.648 168.25 l 41.949 163.051 + l 42.301 163.051 l 42.602 164.801 l 42.898 163.051 l 43.199 161.352 l 43.5 + 164.801 l 43.801 163.051 l 44.102 161.352 l 44.398 163.051 l 44.699 163.051 + l 45 157.852 l 45.301 154.398 l 47.449 154.398 l 47.75 150.949 l 48.352 + 150.949 l 48.648 149.199 l 49 140.551 l 49.301 140.551 l 49.602 133.602 + l 49.898 116.25 l 50.801 116.25 l 51.102 114.551 l 51.398 114.551 l 51.699 + 105.898 l 54.75 105.898 l 55.051 90.301 l 56.301 90.301 l 56.602 85.102 + l 56.898 81.602 l 57.801 81.602 l 58.102 69.5 l 58.699 69.5 l 59.051 64.301 + l 59.648 64.301 l 59.949 62.551 l 60.25 62.551 l 60.551 60.852 l 62.699 + 60.852 l 63 57.352 l 64.199 57.352 l 64.5 53.898 l 65.102 53.898 l 65.398 + 52.148 l 68.75 52.148 l 69.102 50.449 l 88.852 50.449 l 89.148 48.699 l + 110.5 48.699 l 110.801 46.949 l 188.75 46.949 l 189.051 45.25 l 210.051 + 45.25 l 210.398 43.5 l 419.301 43.5 l 419.602 41.75 l 460.102 41.75 l 460.398 + 40.051 l 486.898 40.051 l S Q +0 g +BT +8 0 0 -8 367.8 272.301953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(7)-3( )-3(\(9)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +0.627451 0.12549 0.941176 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 269.301 m 508.449 269.301 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 193.898 m 30.699 178.301 l 31 173.801 l 31.301 164.449 l 34.051 +164.449 l 34.352 161.352 l 38.949 161.352 l 39.25 161 l 39.852 161 l 40.148 + 148.148 l 45.648 148.148 l 45.949 123.199 l 46.25 59.801 l 47.75 59.801 + l 48.051 53.551 l 49 53.551 l 49.301 50.449 l 57.199 50.449 l 57.5 50.102 + l 81.551 50.102 l 81.852 46.949 l 486.898 46.949 l S Q +0 g +BT +8 0 0 -8 367.8 283.151953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(7)-3( )-3(\(1)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +0.627451 0.12549 0.941176 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 280.148 m 508.449 280.148 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 313.801 m 33.449 313.801 l 33.75 310.699 l 34.051 310.352 l 34.648 + 310.352 l 34.949 307.25 l 35.25 310.352 l 36.801 310.352 l 37.102 304.102 + l 37.699 304.102 l 38 300.301 l 38.602 300.301 l 38.949 299.949 l 40.148 + 299.949 l 40.449 228.199 l 47.148 228.199 l 47.449 226.852 l 47.75 226.852 + l 48.051 226.5 l 48.352 226.5 l 48.648 204.648 l 51.102 204.648 l 51.398 + 203.602 l 51.699 194.25 l 52 194.25 l 52.352 186.301 l 57.199 186.301 l + 57.5 185.602 l 65.75 185.602 l 66.051 182.449 l 84.898 182.449 l 85.199 + 182.102 l 87.352 182.102 l 87.648 179 l 96.801 179 l 97.102 175.898 l 196.051 + 175.898 l 196.352 165.852 l 197.301 165.852 l 197.602 158.551 l 230.5 158.551 + l 230.801 165.148 l 232 165.148 l 232.301 146.102 l 314.199 146.102 l 314.551 + 145.051 l 314.852 106.551 l 315.449 106.551 l 315.75 94.102 l 318.5 94.102 + l 318.801 91 l 319.102 66 l 351.051 66 l 351.398 64.648 l 354.102 64.648 + l 354.398 62.898 l 356.551 62.898 l 356.852 60.5 l 358.102 60.5 l 358.398 + 58.051 l 360.5 58.051 l 360.801 57.352 l 367.5 57.352 l 367.801 54.25 l + 382.75 54.25 l 383.051 53.898 l 486.898 53.898 l S Q +0 g +BT +8 0 0 -8 395.85 294.001953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(7)-3( )-3(\(medi)4(an\))]TJ +ET +0.627451 0.12549 0.941176 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +485.75 291 m 508.449 291 l S Q +q 1 0 0 1 0 0 cm +30.398 303.398 m 30.699 301.699 l 31 299.949 l 32.551 299.949 l 32.852 +298.199 l 33.148 294.75 l 33.449 280.898 l 33.75 280.898 l 34.051 265.301 + l 34.352 218.5 l 34.648 218.5 l 34.949 196 l 35.602 196 l 35.898 190.801 + l 36.199 190.801 l 36.801 187.301 l 37.102 183.852 l 37.699 183.852 l 38 + 182.102 l 38.301 182.102 l 38.602 180.398 l 38.949 180.398 l 39.25 178.648 + l 39.852 178.648 l 40.148 175.199 l 41.051 175.199 l 41.352 173.449 l 43.199 + 173.449 l 43.5 171.699 l 50.199 171.699 l 50.5 168.25 l 51.398 168.25 l + 51.699 163.051 l 52 163.051 l 52.352 161.352 l 52.648 161.352 l 52.949 +163.051 l 53.852 163.051 l 54.148 161.352 l 74.25 161.352 l 74.551 159.602 + l 79.148 159.602 l 79.449 157.852 l 81.852 157.852 l 82.148 150.949 l 85.801 + 150.949 l 86.148 128.398 l 92.852 128.398 l 93.148 118 l 94.648 118 l 94.949 + 109.352 l 95.852 109.352 l 96.199 107.602 l 98.898 107.602 l 99.199 105.898 + l 99.551 97.199 l 100.75 97.199 l 101.051 86.801 l 102.25 86.801 l 102.551 + 71.199 l 103.199 71.199 l 103.5 64.301 l 104.398 64.301 l 104.699 57.352 + l 106.852 57.352 l 107.148 55.648 l 115.949 55.648 l 116.301 53.898 l 161.648 + 53.898 l 161.949 52.148 l 175.648 52.148 l 175.949 50.449 l 486.898 50.449 + l S Q +0 g +BT +8 0 0 -8 367.8 304.851953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(8)-3( )-3(\(9)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +0.117647 0.564706 1 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 301.852 m 508.449 301.852 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 168.25 m 30.699 167.898 l 31 164.801 l 32.25 164.801 l 32.551 164.102 + l 33.148 164.102 l 33.449 157.5 l 33.75 153.352 l 34.648 153.352 l 34.949 + 147.102 l 35.25 147.102 l 35.602 142.949 l 36.5 142.949 l 36.801 130.148 + l 37.398 130.148 l 37.699 114.551 l 38.602 114.551 l 38.949 105.199 l 39.25 + 95.852 l 39.551 95.852 l 39.852 67.051 l 40.75 67.051 l 41.051 60.852 l + 41.352 60.852 l 41.648 60.148 l 41.949 57 l 42.602 57 l 42.898 53.898 l + 44.102 53.898 l 44.398 53.551 l 46.551 53.551 l 46.852 50.449 l 50.5 50.449 + l 50.801 50.102 l 62.051 50.102 l 62.398 46.949 l 84 46.949 l 84.301 46.602 + l 90.699 46.602 l 91 43.5 l 100.148 43.5 l 100.449 43.148 l 105.301 43.148 + l 105.602 40.051 l 244.199 40.051 l 244.5 39.699 l 321.551 39.699 l 321.852 + 36.551 l 486.898 36.551 l S Q +0 g +BT +8 0 0 -8 367.8 315.701953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(8)-3( )-3(\(1)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +0.117647 0.564706 1 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 312.699 m 508.449 312.699 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 307.898 m 30.699 303.75 l 31 300.301 l 31.301 300.301 l 31.602 236.898 + l 31.898 209.148 l 32.25 199.801 l 32.551 192.852 l 32.852 192.852 l 33.148 + 196.352 l 33.449 196.352 l 33.75 185.602 l 36.801 185.602 l 37.102 182.102 + l 37.699 182.102 l 38 179 l 38.301 179 l 38.602 182.102 l 41.051 182.102 + l 41.352 179 l 42.898 179 l 43.199 182.102 l 45.301 182.102 l 45.648 179 + l 53.551 179 l 53.852 175.551 l 60.25 175.551 l 60.551 175.199 l 71.801 + 175.199 l 72.102 172.051 l 75.449 172.051 l 75.801 118.699 l 77 118.699 + l 77.301 115.602 l 77.602 115.602 l 77.898 111.102 l 80.051 111.102 l 80.352 + 93.75 l 84.602 93.75 l 84.898 84.398 l 98 84.398 l 98.301 68.801 l 103.5 + 68.801 l 103.801 58.051 l 110.199 58.051 l 110.5 54.25 l 114.148 54.25 +l 114.449 53.898 l 468.602 53.898 l 468.949 50.75 l 486.898 50.75 l S Q +0 g +BT +8 0 0 -8 395.85 326.551953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(8)-3( )-3(\(medi)4(an\))]TJ +ET +0.117647 0.564706 1 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +485.75 323.551 m 508.449 323.551 l S Q +q 1 0 0 1 0 0 cm +30.398 211.602 m 30.699 190.801 l 31 178.648 l 31.602 178.648 l 31.898 +176.898 l 32.25 176.898 l 32.551 175.199 l 32.852 176.898 l 33.148 175.199 + l 33.449 175.199 l 33.75 171.699 l 34.051 175.199 l 34.352 173.449 l 34.648 + 171.699 l 37.102 171.699 l 37.398 170 l 37.699 168.25 l 38 170 l 38.301 + 171.699 l 38.602 170 l 38.949 170 l 39.25 171.699 l 39.551 168.25 l 39.852 + 168.25 l 40.148 170 l 40.449 171.699 l 40.75 170 l 41.051 168.25 l 42.898 + 168.25 l 43.199 170 l 43.5 168.25 l 45.301 168.25 l 45.648 163.051 l 46.551 + 163.051 l 46.852 157.852 l 47.148 163.051 l 48.352 163.051 l 48.648 156.148 + l 49 156.148 l 49.301 145.75 l 49.898 145.75 l 50.199 135.352 l 51.102 +135.352 l 51.398 133.602 l 52.352 133.602 l 52.648 102.398 l 54.75 102.398 + l 55.051 78.148 l 55.352 76.398 l 55.699 66 l 56 66 l 56.301 62.551 l 56.898 + 62.551 l 57.199 57.352 l 63.898 57.352 l 64.199 55.648 l 65.102 55.648 +l 65.398 53.898 l 79.148 53.898 l 79.449 52.148 l 80.648 52.148 l 80.949 + 50.449 l 116.301 50.449 l 116.602 48.699 l 139.398 48.699 l 139.75 46.949 + l 235.949 46.949 l 236.25 45.25 l 281.949 45.25 l 282.25 43.5 l 486.898 + 43.5 l S Q +0 g +BT +8 0 0 -8 367.8 337.401953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(9)-3( )-3(\(9)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +1 0.0784314 0.576471 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 334.398 m 508.449 334.398 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 164.801 m 30.699 164.449 l 31 161.352 l 32.551 161.352 l 32.852 +164.449 l 33.148 161.352 l 34.352 161.352 l 34.648 157.852 l 38.301 157.852 + l 38.602 157.5 l 40.148 157.5 l 40.449 152.648 l 41.949 152.648 l 42.301 + 136.051 l 42.602 126 l 43.199 126 l 43.5 119.398 l 47.148 119.398 l 47.449 + 94.102 l 47.75 80.602 l 48.051 80.602 l 48.352 69.5 l 48.648 66.352 l 49.301 + 66.352 l 49.602 60.148 l 49.898 53.551 l 50.5 53.551 l 50.801 50.449 l +58.398 50.449 l 58.699 50.102 l 61.148 50.102 l 61.449 46.949 l 65.75 46.949 + l 66.051 46.602 l 71.5 46.602 l 71.801 43.5 l 82.801 43.5 l 83.102 43.148 + l 99.852 43.148 l 100.148 40.051 l 248.75 40.051 l 249.051 39.699 l 250.898 + 39.699 l 251.199 36.551 l 486.898 36.551 l S Q +0 g +BT +8 0 0 -8 367.8 348.251953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(9)-3( )-3(\(1)-3(0)-3(th )-4(Per)19(centile)3(\)) +]TJ +ET +1 0.0784314 0.576471 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +485.75 345.25 m 508.449 345.25 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +30.398 306.898 m 30.699 306.898 l 31 300.648 l 31.602 300.648 l 31.898 +233.398 l 32.25 233.398 l 32.551 211.25 l 32.852 200.5 l 33.148 190.102 +l 33.449 190.102 l 33.75 189.051 l 34.051 189.051 l 34.352 185.949 l 35.25 + 185.949 l 35.602 185.602 l 36.5 185.602 l 36.801 185.949 l 37.102 185.949 + l 37.398 189.051 l 37.699 189.051 l 38 185.949 l 42.602 185.949 l 42.898 + 182.449 l 43.199 182.449 l 43.5 179 l 44.102 179 l 44.398 182.449 l 51.699 + 182.449 l 52 179.352 l 52.352 178.648 l 68.449 178.648 l 68.75 175.551 +l 69.102 175.551 l 69.398 175.199 l 81.852 175.199 l 82.148 165.852 l 90.398 + 165.852 l 90.699 158.551 l 99.199 158.551 l 99.551 151.602 l 100.148 151.602 + l 100.449 150.949 l 100.75 150.949 l 101.051 115.602 l 101.648 115.602 +l 101.949 100.352 l 105.898 100.352 l 106.25 87.852 l 107.449 87.852 l 107.75 + 62.898 l 112.949 62.898 l 113.25 59.801 l 118.699 59.801 l 119 53.898 l + 161.949 53.898 l 162.25 50.75 l 212.801 50.75 l 213.102 50.449 l 262.148 + 50.449 l 262.449 47.301 l 357.449 47.301 l 357.75 46.949 l 486.898 46.949 + l S Q +0 g +BT +8 0 0 -8 395.85 359.101953 Tm +/f-0-0 1 Tf +[(Experi)4(m)-3(ent )-3(9)-3( )-3(\(medi)4(an\))]TJ +ET +1 0.0784314 0.576471 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +485.75 356.102 m 508.449 356.102 l S Q +q 1 0 0 1 0 0 cm +30.398 183.852 m 30.699 176.898 l 31 176.898 l 31.301 178.648 l 31.602 +176.898 l 31.898 175.199 l 35.602 175.199 l 35.898 171.699 l 36.5 171.699 + l 36.801 173.449 l 37.102 173.449 l 37.398 175.199 l 37.699 175.199 l 38.301 + 171.699 l 38.602 173.449 l 38.949 173.449 l 39.25 171.699 l 39.551 171.699 + l 39.852 173.449 l 40.148 171.699 l 43.199 171.699 l 43.5 170 l 44.102 +170 l 44.398 171.699 l 45.949 171.699 l 46.25 170 l 46.551 170 l 46.852 +168.25 l 49.602 168.25 l 49.898 166.551 l 50.5 166.551 l 50.801 168.25 l + 52 168.25 l 52.352 156.148 l 59.352 156.148 l 59.648 144 l 61.148 144 l + 61.449 140.551 l 61.75 128.398 l 62.051 128.398 l 62.398 124.949 l 62.699 + 124.949 l 63 123.199 l 63.301 123.199 l 63.602 114.551 l 63.898 114.551 + l 64.199 112.801 l 66.051 112.801 l 66.352 109.352 l 70.301 109.352 l 70.602 + 86.801 l 70.898 76.398 l 71.199 67.75 l 71.5 67.75 l 71.801 66 l 72.75 +66 l 73.051 59.102 l 74.25 59.102 l 74.551 55.648 l 74.852 55.648 l 75.148 + 53.898 l 94.648 53.898 l 94.949 52.148 l 98.301 52.148 l 98.602 50.449 +l 102.551 50.449 l 102.898 48.699 l 106.551 48.699 l 106.852 46.949 l 130.898 + 46.949 l 131.199 45.25 l 218.602 45.25 l 218.898 43.5 l 357.449 43.5 l +357.75 41.75 l 486.898 41.75 l S Q +0 g +q 1 0 0 1 0 0 cm +30.398 33.102 487.25 332.699 re S Q +BT +8 0 0 -8 93.375 19.851953 Tm +/f-0-0 1 Tf +[(Accur)17(acy)-5( a)-4(uf )-3(d)3(en T)48(r)19(aningsdaten )-3(\374be) +3(r die)4( )-3(Z)-3(ei)3(t )-4(\(Dat)-4(ensa)-3(tz )-3(Iri)4(s,)-3( T)47 +(r)20(ainier)3(t )-4(auf )-5(b)3(alanc)-3(ie)3(rter Acc)-3(ur)19(ac)-3(y\)) +]TJ +ET +Q Q +showpage +%%Trailer +end +%%EOF diff --git a/old/iris_balanced_accuracy_acc_over_time.png b/old/iris_balanced_accuracy_acc_over_time.png new file mode 100644 index 0000000..3b4560e Binary files /dev/null and b/old/iris_balanced_accuracy_acc_over_time.png differ diff --git a/old/iris_balanced_accuracy_acc_over_time.tex b/old/iris_balanced_accuracy_acc_over_time.tex new file mode 100644 index 0000000..44503a5 --- /dev/null +++ b/old/iris_balanced_accuracy_acc_over_time.tex @@ -0,0 +1,186 @@ +% GNUPLOT: LaTeX picture with Postscript +\begingroup + \fontfamily{cmr}% + \selectfont + \makeatletter + \providecommand\color[2][]{% + \GenericError{(gnuplot) \space\space\space\@spaces}{% + Package color not loaded in conjunction with + terminal option `colourtext'% + }{See the gnuplot documentation for explanation.% + }{Either use 'blacktext' in gnuplot or load the package + color.sty in LaTeX.}% + \renewcommand\color[2][]{}% + }% + \providecommand\includegraphics[2][]{% + \GenericError{(gnuplot) \space\space\space\@spaces}{% + Package graphicx or graphics not loaded% + }{See the gnuplot documentation for explanation.% + }{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}% + \renewcommand\includegraphics[2][]{}% + }% + \providecommand\rotatebox[2]{#2}% + \@ifundefined{ifGPcolor}{% + \newif\ifGPcolor + \GPcolortrue + }{}% + \@ifundefined{ifGPblacktext}{% + \newif\ifGPblacktext + \GPblacktexttrue + }{}% + % define a \g@addto@macro without @ in the name: + \let\gplgaddtomacro\g@addto@macro + % define empty templates for all commands taking text: + \gdef\gplbacktext{}% + \gdef\gplfronttext{}% + \makeatother + \ifGPblacktext + % no textcolor at all + \def\colorrgb#1{}% + \def\colorgray#1{}% + \else + % gray or color? + \ifGPcolor + \def\colorrgb#1{\color[rgb]{#1}}% + \def\colorgray#1{\color[gray]{#1}}% + \expandafter\def\csname LTw\endcsname{\color{white}}% + \expandafter\def\csname LTb\endcsname{\color{black}}% + \expandafter\def\csname LTa\endcsname{\color{black}}% + \expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}% + \expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}% + \expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}% + \expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}% + \expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}% + \expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}% + \expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}% + \expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}% + \expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}% + \else + % gray + \def\colorrgb#1{\color{black}}% + \def\colorgray#1{\color[gray]{#1}}% + \expandafter\def\csname LTw\endcsname{\color{white}}% + \expandafter\def\csname LTb\endcsname{\color{black}}% + \expandafter\def\csname LTa\endcsname{\color{black}}% + \expandafter\def\csname LT0\endcsname{\color{black}}% + \expandafter\def\csname LT1\endcsname{\color{black}}% + \expandafter\def\csname LT2\endcsname{\color{black}}% + \expandafter\def\csname LT3\endcsname{\color{black}}% + \expandafter\def\csname LT4\endcsname{\color{black}}% + \expandafter\def\csname LT5\endcsname{\color{black}}% + \expandafter\def\csname LT6\endcsname{\color{black}}% + \expandafter\def\csname LT7\endcsname{\color{black}}% + \expandafter\def\csname LT8\endcsname{\color{black}}% + \fi + \fi + \setlength{\unitlength}{0.0500bp}% + \ifx\gptboxheight\undefined% + \newlength{\gptboxheight}% + \newlength{\gptboxwidth}% + \newsavebox{\gptboxtext}% + \fi% + \setlength{\fboxrule}{0.5pt}% + \setlength{\fboxsep}{1pt}% + \definecolor{tbcol}{rgb}{1,1,1}% +\begin{picture}(10640.00,7760.00)% + \gplgaddtomacro\gplbacktext{% + \csname LTb\endcsname%% + \put(481,508){\makebox(0,0)[r]{\strut{}$0.2$}}% + \csname LTb\endcsname%% + \put(481,1317){\makebox(0,0)[r]{\strut{}$0.3$}}% + \csname LTb\endcsname%% + \put(481,2125){\makebox(0,0)[r]{\strut{}$0.4$}}% + \csname LTb\endcsname%% + \put(481,2934){\makebox(0,0)[r]{\strut{}$0.5$}}% + \csname LTb\endcsname%% + \put(481,3742){\makebox(0,0)[r]{\strut{}$0.6$}}% + \csname LTb\endcsname%% + \put(481,4551){\makebox(0,0)[r]{\strut{}$0.7$}}% + \csname LTb\endcsname%% + \put(481,5360){\makebox(0,0)[r]{\strut{}$0.8$}}% + \csname LTb\endcsname%% + \put(481,6168){\makebox(0,0)[r]{\strut{}$0.9$}}% + \csname LTb\endcsname%% + \put(481,6977){\makebox(0,0)[r]{\strut{}$1$}}% + \csname LTb\endcsname%% + \put(588,254){\makebox(0,0){\strut{}$0$}}% + \csname LTb\endcsname%% + \put(1802,254){\makebox(0,0){\strut{}$200$}}% + \csname LTb\endcsname%% + \put(3016,254){\makebox(0,0){\strut{}$400$}}% + \csname LTb\endcsname%% + \put(4229,254){\makebox(0,0){\strut{}$600$}}% + \csname LTb\endcsname%% + \put(5443,254){\makebox(0,0){\strut{}$800$}}% + \csname LTb\endcsname%% + \put(6657,254){\makebox(0,0){\strut{}$1000$}}% + \csname LTb\endcsname%% + \put(7871,254){\makebox(0,0){\strut{}$1200$}}% + \csname LTb\endcsname%% + \put(9084,254){\makebox(0,0){\strut{}$1400$}}% + \csname LTb\endcsname%% + \put(10298,254){\makebox(0,0){\strut{}$1600$}}% + }% + \gplgaddtomacro\gplfronttext{% + \csname LTb\endcsname%% + \put(5495,4038){\makebox(0,0)[r]{\strut{}Experiment 1 (90th Percentile)}}% + \csname LTb\endcsname%% + \put(5495,3784){\makebox(0,0)[r]{\strut{}Experiment 1 (10th Percentile)}}% + \csname LTb\endcsname%% + \put(5495,3530){\makebox(0,0)[r]{\strut{}Experiment 1 (median)}}% + \csname LTb\endcsname%% + \put(5495,3276){\makebox(0,0)[r]{\strut{}Experiment 2 (90th Percentile)}}% + \csname LTb\endcsname%% + \put(5495,3022){\makebox(0,0)[r]{\strut{}Experiment 2 (10th Percentile)}}% + \csname LTb\endcsname%% + \put(5495,2768){\makebox(0,0)[r]{\strut{}Experiment 2 (median)}}% + \csname LTb\endcsname%% + \put(5495,2514){\makebox(0,0)[r]{\strut{}Experiment 3 (90th Percentile)}}% + \csname LTb\endcsname%% + \put(5495,2260){\makebox(0,0)[r]{\strut{}Experiment 3 (10th Percentile)}}% + \csname LTb\endcsname%% + \put(5495,2006){\makebox(0,0)[r]{\strut{}Experiment 3 (median)}}% + \csname LTb\endcsname%% + \put(5495,1752){\makebox(0,0)[r]{\strut{}Experiment 4 (90th Percentile)}}% + \csname LTb\endcsname%% + \put(5495,1498){\makebox(0,0)[r]{\strut{}Experiment 4 (10th Percentile)}}% + \csname LTb\endcsname%% + \put(5495,1244){\makebox(0,0)[r]{\strut{}Experiment 4 (median)}}% + \csname LTb\endcsname%% + \put(5495,990){\makebox(0,0)[r]{\strut{}Experiment 5 (90th Percentile)}}% + \csname LTb\endcsname%% + \put(5495,736){\makebox(0,0)[r]{\strut{}Experiment 5 (10th Percentile)}}% + \csname LTb\endcsname%% + \put(9448,4038){\makebox(0,0)[r]{\strut{}Experiment 5 (median)}}% + \csname LTb\endcsname%% + \put(9448,3784){\makebox(0,0)[r]{\strut{}Experiment 6 (90th Percentile)}}% + \csname LTb\endcsname%% + \put(9448,3530){\makebox(0,0)[r]{\strut{}Experiment 6 (10th Percentile)}}% + \csname LTb\endcsname%% + \put(9448,3276){\makebox(0,0)[r]{\strut{}Experiment 6 (median)}}% + \csname LTb\endcsname%% + \put(9448,3022){\makebox(0,0)[r]{\strut{}Experiment 7 (90th Percentile)}}% + \csname LTb\endcsname%% + \put(9448,2768){\makebox(0,0)[r]{\strut{}Experiment 7 (10th Percentile)}}% + \csname LTb\endcsname%% + \put(9448,2514){\makebox(0,0)[r]{\strut{}Experiment 7 (median)}}% + \csname LTb\endcsname%% + \put(9448,2260){\makebox(0,0)[r]{\strut{}Experiment 8 (90th Percentile)}}% + \csname LTb\endcsname%% + \put(9448,2006){\makebox(0,0)[r]{\strut{}Experiment 8 (10th Percentile)}}% + \csname LTb\endcsname%% + \put(9448,1752){\makebox(0,0)[r]{\strut{}Experiment 8 (median)}}% + \csname LTb\endcsname%% + \put(9448,1498){\makebox(0,0)[r]{\strut{}Experiment 9 (90th Percentile)}}% + \csname LTb\endcsname%% + \put(9448,1244){\makebox(0,0)[r]{\strut{}Experiment 9 (10th Percentile)}}% + \csname LTb\endcsname%% + \put(9448,990){\makebox(0,0)[r]{\strut{}Experiment 9 (median)}}% + \csname LTb\endcsname%% + \put(5443,7358){\makebox(0,0){\strut{}Accuracy auf den Traningsdaten über die Zeit (Datensatz Iris, Trainiert auf balancierter Accuracy)}}% + }% + \gplbacktext + \put(0,0){\includegraphics[width={532.00bp},height={388.00bp}]{iris_balanced_accuracy_acc_over_time}}% + \gplfronttext + \end{picture}% +\endgroup diff --git a/old/iris_biased_accuracy_acc_over_time.png b/old/iris_biased_accuracy_acc_over_time.png new file mode 100644 index 0000000..e69de29 diff --git a/old/nurse_raw_accuracy_acc_over_time.png b/old/nurse_raw_accuracy_acc_over_time.png new file mode 100644 index 0000000..46f0c70 Binary files /dev/null and b/old/nurse_raw_accuracy_acc_over_time.png differ diff --git a/old/out.eps b/old/out.eps new file mode 100644 index 0000000..a23945d --- /dev/null +++ b/old/out.eps @@ -0,0 +1,1364 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: cairo 1.16.0 (https://cairographics.org) +%%CreationDate: Sun May 12 08:56:17 2024 +%%Pages: 1 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%BoundingBox: 0 0 1072 784 +%%EndComments +%%BeginProlog +50 dict begin +/q { gsave } bind def +/Q { grestore } bind def +/cm { 6 array astore concat } bind def +/w { setlinewidth } bind def +/J { setlinecap } bind def +/j { setlinejoin } bind def +/M { setmiterlimit } bind def +/d { setdash } bind def +/m { moveto } bind def +/l { lineto } bind def +/c { curveto } bind def +/h { closepath } bind def +/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto + 0 exch rlineto 0 rlineto closepath } bind def +/S { stroke } bind def +/f { fill } bind def +/f* { eofill } bind def +/n { newpath } bind def +/W { clip } bind def +/W* { eoclip } bind def +/BT { } bind def +/ET { } bind def +/BDC { mark 3 1 roll /BDC pdfmark } bind def +/EMC { mark /EMC pdfmark } bind def +/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def +/Tj { show currentpoint cairo_store_point } bind def +/TJ { + { + dup + type /stringtype eq + { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse + } forall + currentpoint cairo_store_point +} bind def +/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore + cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def +/Tf { pop /cairo_font exch def /cairo_font_matrix where + { pop cairo_selectfont } if } bind def +/Td { matrix translate cairo_font_matrix matrix concatmatrix dup + /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point + /cairo_font where { pop cairo_selectfont } if } bind def +/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def + cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def +/g { setgray } bind def +/rg { setrgbcolor } bind def +/d1 { setcachedevice } bind def +/cairo_data_source { + CairoDataIndex CairoData length lt + { CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def } + { () } ifelse +} def +/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def +/cairo_image { image cairo_flush_ascii85_file } def +/cairo_imagemask { imagemask cairo_flush_ascii85_file } def +%%EndProlog +%%BeginSetup +%%BeginResource: font LiberationSans +11 dict begin +/FontType 42 def +/FontName /LiberationSans def +/PaintType 0 def +/FontMatrix [ 1 0 0 1 0 0 ] def +/FontBBox [ 0 0 0 0 ] def +/Encoding 256 array def +0 1 255 { Encoding exch /.notdef put } for +Encoding 32 /space put +Encoding 40 /parenleft put +Encoding 41 /parenright put +Encoding 44 /comma put +Encoding 46 /period put +Encoding 48 /zero put +Encoding 49 /one put +Encoding 50 /two put +Encoding 51 /three put +Encoding 52 /four put +Encoding 53 /five put +Encoding 54 /six put +Encoding 55 /seven put +Encoding 56 /eight put +Encoding 57 /nine put +Encoding 65 /A put +Encoding 68 /D put +Encoding 69 /E put +Encoding 73 /I put +Encoding 80 /P put +Encoding 84 /T put +Encoding 90 /Z put +Encoding 97 /a put +Encoding 98 /b put +Encoding 99 /c put +Encoding 100 /d put +Encoding 101 /e put +Encoding 102 /f put +Encoding 103 /g put +Encoding 104 /h put +Encoding 105 /i put +Encoding 108 /l put +Encoding 109 /m put +Encoding 110 /n put +Encoding 112 /p put +Encoding 114 /r put +Encoding 115 /s put +Encoding 116 /t put +Encoding 117 /u put +Encoding 120 /x put +Encoding 121 /y put +Encoding 122 /z put +Encoding 252 /udieresis put +/CharStrings 44 dict dup begin +/.notdef 0 def +/space 1 def +/zero 2 def +/period 3 def +/two 4 def +/three 5 def +/four 6 def +/five 7 def +/six 8 def +/seven 9 def +/eight 10 def +/nine 11 def +/one 12 def +/E 13 def +/x 14 def +/p 15 def +/e 16 def +/r 17 def +/i 18 def +/m 19 def +/n 20 def +/t 21 def +/parenleft 22 def +/h 23 def +/P 24 def +/c 25 def +/l 26 def +/parenright 27 def +/d 28 def +/a 29 def +/A 30 def +/u 31 def +/y 32 def +/f 33 def +/T 34 def +/g 35 def +/s 36 def +/udieresis 37 def +/b 38 def +/Z 39 def +/D 40 def +/z 41 def +/I 42 def +/comma 43 def +end readonly def +/sfnts [ +<000100000009008000030010637674204ada4bfa0000212c000002886670676d7e61b6110000 +23b4000007b4676c79663d1d56cb0000009c00002090686561640b008bb100002b6800000036 +686865610d9403aa00002ba000000024686d7478b4c111b200002bc4000000b46c6f63610002 +b93c00002c78000000b86d617870039c03e400002d300000002070726570fdae474900002d50 +00000343000200cd00000532058100030007001f400d02060503060309080503040003003fcd +2fcd11120139391133113331301321112113112111cd0465fb9b4c03cd0581fa7f0535fb1704 +e900000000020050ffec04230596000b00170028401412060c0006001819090f735909070315 +73590319003f2b00183f2b111201393911331133313001100223220211101221321203100223 +22021110123332120423f9f3f3f4ed0100f9edb78da2a69193a09f9402c1fe9ffe8c01720163 +016b016afe92fe9901310112fef2fecbfed4feea011c000100bb0000017e00db00030017400a +030000040500019b5b00002f2b111201391133313033353315bbc3dbdb000000000100670000 +040c0596001e003e40201c000e0f08151d150f00041f20081c0e12120b7359120701001c001c +74590018003f2b11120039183f2b11003312391112011739113311331133313033353e053534 +2623220607273e0133321615140e01070e01072115673393a29f804f887973950db814f7c2d5 +e54b94d173881e02df7f75b3917c7c885674807d7111a9c8c9b952a2a2aa5e97469900000001 +004effec0419059600280063403907061b1c15220c00002225101c0606292a25111011107459 +111813824d111813014d0f110110051111031b1f1f1873591f0703097359070319003f332b00 +183f2b1100331239182f5f5e5d2b2b2b11120039111201173911331133113311333130011406 +2322262737162132363534262b013533323635342623220607273e0133321615140607151e01 +0419f8e6d6ff18ba24010f889bb1a7666294a3858377930cb514f7c2d4eb97909eb00185c3d6 +c1bd11fa868473819c817271837a6f0eadc2c5b087a91e0411b200000002002f000004370581 +000a00120036401a1105120202080105011314000411047359081111010b06060118003f3f33 +12392f332b11003311120139391133331133113331300111231121350133113315010e010701 +0f01210371aafd680285bdc6fe9002340dfe97361001f2013ffec1013f8c03b6fc4c8e037706 +5e13fdec4a14000000010052ffec041d0581001c005e40351213181714140013070618130c00 +00161306041d1e1a0f73591a1a03141417745914060309735967070116070173078307020703 +19003f335d5d5d2b00183f2b11120039182f2b11120117391133113311331112391133111239 +31300114002322262737163332363534262322060723132115210336333216041dfef7ebc5f2 +20b639ec91a4a58c497e3fb02f0321fd831b75aed0f701cbdfff00aca315d1af9985a42e3702 +f699fe415af400020068ffec04190596001600220050402b1d11060c0b1700000b0603232411 +1a141a755914140309090e73590f0c8f0c020a050c0907032073590319003f2b00183f335f5e +5d2b11120039182f2b1100331112011739113311331133333130011402232202111000332013 +0726232202113e013332160734262322061514163332360419f2d5eefc0106f2013f53ac35b3 +9aa931b273c3e5b796867e9ba17e829401cddffefe01620152016e0188fee11facfee1fef05b +5ff4d699a69381a3d0af0000000100690000040c0581000b002a401408040505000909000c0d +00090a0974590a060418003f3f2b11003311120139391112391133323130010a021523101201 +213521040cd8b259bce5010cfd0b03a304effeb6fe8afe94c3010e025501859900030059ffec +041a059600190024002f0055402e2b061f0d1a132500001316090d0606303116092228222875 +590f2201130622220310101c75591007032d75590319003f2b00183f2b11120039182f5f5e5d +2b111200393911120117391133113311331133313001140623222635343637352e0135343633 +321615140607151e0103342122061514163332361334262322061510213236041af8e8e2ff9e +7b7385f1cbd0f186748796defefa7f85897d7f85239c8d899a012993900189c3dad6c58abc14 +041bb479a1c8c4a779b4170416b9020def7877797f75fdfc83858f7dfedd8d0000020060ffec +04120596001700240054402e1e120706180c000006120325260c210f2173590f0f1f0f020e03 +0f0f0315151b7359150703097359170701070319003f335d2b00183f2b11120039182f5f5e5d +2b1100331112011739113333113311333130011000232226273716333212130e012322023534 +3633321207342623220615141633323e010412fef7f5a5c72bac36b89baa0428c274bee4f8dd +ebf2c49c83829696804e864d02ddfe95fe7a8b9b1bb00120010b5a6d0104d7ddfdfea4afaacf +b1979ab3478200000001009c0000040f0581000a002b4014040802020b0c0504040306060801 +000174590018003f2b110033183f33332f331112013911333331303335211105352533112115 +9c0167fec2014da6015799043ce3aae5fb189900000100a8000004fe0581000b005440320509 +09000a030700040c0d05085f598f0501ba050179058905020f050108030505000101045f5901 +0300095f590012200d015d003f2b00183f2b11120039182f5f5e5d5d5d712b11120117391133 +11333130331121152111211521112115a8042dfc920332fcce039705819cfe3c9afe159c0000 +00010017000003ea043a000b015440a0000b08090a04010706050203030507090b050d0c840d +01760d01440d540d640d03360d01240d01160d01040d01f60d01e40d01d60d01c40d01b60d01 +a40d01760d860d960d03640d01060d160d260d460d560d0567060d460d560d860d960dc60dd6 +0de60d08990dd90d02640d01560d01440d01360d01240d01160d01040d01d60de60df60d03c4 +0d01060d260d360d460d0437660da60db60de60df60d050db8ffc040363d4248390d01220d01 +01000d100d02f40d01c00dd00de00d03b40d01800d900da00d03740d01600d01540d01400d01 +340d01200d010db8ffc04022121848a00d0102000d100d500d700d800d900d06070a04010407 +030208060f000215003f333f331217391133015e5d5f5d2b71717171717171717171725f7272 +2b725e5d5d5d7171717171717171725e5d5d5d5d5d5d5d5d5d71717171717171111217391133 +1133113333331133113331302109012309013309013309010321feddfedbc20181fe91c7010e +010cc9fe91018601bcfe44022c020efe5b01a5fdf4fdd20000020084fe57041d044d00170024 +005d403718001f110808090009262511041502151b505915100c0f081b022250590216b02601 +3f26019026017026011f2601ff2601e02601c026015d5d5d7171717272003f2b00183f3f3f2b +1112003939111201393911331133331133313001102122272316151123113427331e0215333e +0133321203342623220e01151416333236041dfe72fa560504b406ae01040504309e81c8c6bd +7a856b793f8899867b0222fdcabc08a2fe590506a73604316613645dfef4fedde2c25abf99d5 +cac5000000020057ffec0418044e0012001900774046131106071900000c0c0711031b1a0606 +0003190050590d190114041919090f0f1650590f10090350590916d01b01c01b01a01b01901b +01801b01701b01601b01501b01301b01717171717171717171003f2b00183f2b11120039182f +5f5e5d2b11120039182f11120117391133113311331133313001141633323637170221220211 +101233201115272e012322060701149a94758d199e61fea8f0fbfbe901ddba0f908783990601 +f7baca5e482dff00011e011a010c011efdc1188aab9daf9900000001008800000288044e0013 +0023401006131300000c14150f060a10040f0015003f3f3f3333111201393911331133313033 +113427331615333e01333217152623220615118e06aa08042b70662425243c7076033e728ab8 +258b660aa50ac1b4fdcc0000000200890000013d05cc00030007006e40480307070004040809 +050f0415010053590100ff0901e00901df0901c00901b009019f09018009017009011f090100 +0901f00901df0901c00901b00901a009019009014f09011f09015d7171717171717172727272 +727272727272003f2b00183f3f1112013911333311333130133533150311331189b4b4b40520 +acacfae0043afbc60001008800000623044e0029017e40ff182900002109212012080920092b +2a1c2550591c10181100151504505915100c0f21090015642b014b2b013f2b012b2b011f2b01 +0f2b01eb2b01df2b01bb2b01ab2b018b2b017b2b016f2b013b2b011f2b010b2b016aeb2b01cb +2b01bb2b01af2b018b2b017f2b015b2b014f2b011b2b01fb2b01ef2b01df2b01cb2b01bb2b01 +af2b01942b01642b014b2b012b2b011b2b01042b01f42b01db2b01ab2b018b2b017f2b016b2b +01342b011b2b010f2b0139fb2b01db2b01bb2b01a02b01942b01742b015b2b014b2b012b2b01 +1f2b010b2b01fb2b01eb2b01cb2b01a42b017b2b015b2b014b2b011b2b01f42b01d02b0102c0 +2b01a02b01902b01602b014f2b400b01302b012f2b01002b01085e5d5d5d5d5d5d5d5d5f5d5d +717171717171717172727272727272727272725e5d5d5d5d5d5d5d5d5d717171717171717171 +7171717272727272727272725e5d5d5d5d5d5d5d5d5d5d717171717171003f32323f3f2b1112 +003939183f2b1112013939113333113311123911333331302111342623220615112311342733 +1e0217333e0133321617333e013332161511231134262322061511030056707386b306aa0102 +0302033a966c7b8f1c03389f71a495b25670768302ae9d78b0a0fd8d0353bd2a052c394f735a +626b6d60b2cbfd2f02ae9d78afa1fd8d000000010088000003ee044e001a0061403c1209090a +001a0a1a1b1c1216001605505916100d0f0a0015d01c01c01c01b01c01f01c01b01c01ff1c01 +e01c01d01c01c01c01b01c01a01c01701c015d5d5d5d5d5d5d7171727272003f323f3f2b1112 +0039111201393911331133113331302111342e01232206151123113427331e0217333e013332 +16151103392a5c598296b406aa01020302033ea379b2a502ae6b7634b29efd8d0353bd2a052c +394f705db1ccfd2f0001001ffff0022a052c0014004540240d14140b0f0f09040416150e0508 +0550590b0f09010c030940080f0212505902168016015d003f2b00183f1acd5f5e5d332b1100 +331112013911333311333211333130250623223511233533373315331523111416333237022a +595dd87d843578c8c8333f24440818f502d283f2f283fd554e3f0e0000000001007ffe58029e +05cc000e0022401007000b0a03040a0400030f100a1b0300003f3f1112011739113311331133 +31301310123733060211101217232602117fb5bcaebbafadbdaebdb40214012101cccbd0fe2c +feeafeebfe2ed3cc01cd011f0001008e000003ee05cc00180060403b1511111208071207191a +13000003120715030d50590310d01a01c01a01b01a01f01a01b01a01ff1a01e01a01d01a01c0 +1a01b01a01a01a01701a015d5d5d5d5d5d5d7171727272003f2b00183f3312393f1112013939 +1133113311333130013e0133321615112311342e01232206151123113311140607013d3aa37d +b0a7b52a60557f99b4b4070103816a63afcefd2f02ae726f34b095fd8205ccfe7e3d820a0002 +00a8000004ea0581000a0011003c40200f0505060b00060012130f045f590f0f0507070e5f59 +070305122013012013015d71003f3f2b11120039182f2b111201393911331133113331300114 +0423211123112132040710290111212004eafefbe0fe62bf0251ed0104c0feb8fe8501830140 +03d9c8ecfddb0581decc0111fdd4000000010057ffec03ca044e001900664045000d14130607 +07130d031a1b101750591f147f148f14df140414141010200670068006d006e0060500061006 +600670068006c006d00607090306060a0a0350590a161f1b015d003f2b110033182f5f5e5d71 +3f332f5d2b1112011739113311331133313001141633323637170e0123220211101233321617 +072e012322060113888960810fb615e0ace3eff0e0a6db1cb90e72698f800222d8d0686c0c9c +ba011f01130111011fac970e5a6abe0000000001008a0000013e05cc00030076405103000005 +0401000015f00501e00501df0501c00501b005019f05018005017005011f05010f0501f00501 +df0501c00501b00501a005019005014f0501ff0501e00501d00501c005018005017005011f05 +015d5d5d5d5d5d5d7171717171717172727272727272727272003f3f11120139113331303311 +33118ab405ccfa3400000001000cfe58022b05cc000e00224010070003040b0a00040a030f10 +0a00031b003f3f11120117391133113311333130011002072336121110022733161211022bb5 +bcaebcaeafbbaebdb40210fedffe34cbd201d10117011701d2d1ccfe33fee100000000020056 +ffec03ef05cc00160022005640311d000e0e0f17060f06242312150e00000b03080820505908 +10031a505903169024017024011f2401ff2401e02401c024015d5d5d717171003f2b00183f2b +1112003939183f3f1112013939113311331133333130250e0123220211102132161733271133 +111417232e0135011416333236353426232206033532a57acdc1018e7ba4320202b406ac0307 +fdda7887998a8a978879ae685a0114011802365a627901c1fb13a93610742a0170e3c4d4dfd7 +c8c900020057ffec0473044e00230030008e40562029290707150e0f2e03030f151a0432311d +1851591d1620001107295159070711003f0e010f0e6f0e020b030e0e11110b50591110002450 +590016c03201a03201903201803201703201603201503201303201a032015d71717171717171 +71003f2b00183f2b110033182f5f5e5d711112392f2b11120039183f2b111201173911331133 +11331133113331300522263534363f0135342623220607271221321615111416333237150623 +222627230e0127323e013d01070e02151416019ea3a4ddf6f37078796e0bbc2e0184ccce2a3b +1a214447645b060645b75a639a59c57f83465f14ac96a8b406043b8472525a110124bbb1fe2e +505107701069707c67875a9d5359040230645158600000000002000400000552058100070010 +005b40360d01000c02030605080003040408070312110c025f590c0c080503040012b0120150 +1201f01201c012019012016012013012012f12015d5d5d5d5d5d7171003f323f33392f2b1112 +01173911333211333312393912393931302103210323013309010706070321032627048fa1fd +7ea2c6023fd90236fd5b091931b4020fb51c1c019cfe640581fa7f04f11c5382fe3101d14557 +000000010085ffec03eb043a001a005f403b1208080b01190b191c1b12051605505916160d15 +09000fd01c01c01c01b01c01f01c01b01c01ff1c01e01c01d01c01c01c01b01c01a01c01701c +015d5d5d5d5d5d5d7171727272003f323f3f2b11003311120139391133113311333130011114 +1e01333236351133111417232e0227230e012322263511013a2a5c598296b406aa0102030203 +3ea379b2a5043afd526b7634b29e0273fcadbd2a052c394f705db1cc02d100010005fe5703fc +043a001601e440ff13080f11120a0909030f1204181708130f131711090f00055059001b9218 +01821801741801641801521801421801341801241801121801021801f41801e41801d21801c2 +1801b41801a41801921801821801741801641801561801421801341801241801161801021801 +67f41801e41801d61801c21801b41801a4180196180182180174180164180156180142180134 +1801241801161801021801f41801e41801d61801c2180101b01801a018019418018418017018 +01601801541801441801301801201801141801041801f01801e01801d41801c41801b01801a0 +180194180184180170180160180154180144180130180120180114180104180137e018405a01 +d41801c41801a01801941801841801601801541801441801201801141801041801e01801d418 +01c41801a0180194180184180160180102501801301801201801001801c01801901801801801 +5018012f1801101801001801075e5d5d5d5d5d5d5d717171715f717171717171717272727272 +727272727272725e5d5d5d5d5d5d5d5d5d5d5d5d5d5d5d5d7171717171717171717171715f71 +717171727272727272727272727272727272725e5d5d5d5d5d5d5d5d5d5d5d5d5d5d5d5d7171 +7171717171717171003f2b00183f331133331133111201173911331133113333313013222735 +1633323f010133131e0217371333010e02bf4a32262ea86211fe53c0e4050e4c0346edbefe60 +43748dfe570b8706f72b0435fdaa0e27de0dc502b1fbc6ada95300000001001d0000023c05ca +0015008f40680d1301060102021504150417160a0f50590a0000030603505913060f01151f17 +2f174f175f177f178f179f17070f173f177f17af17bf17df17ef17073b5f17bf17027f178f17 +9f17030f172f17af17df17ef170517405664481740272c48201730176017034017015d712b2b +5d71725e5d71003f3f332b110033183f2b111201393211123911333311333231300111231123 +353335343633321715262322061d0133150169b4989882864b342d23453ed303b7fc4903b783 +7a94820c8908465c618300000001002e000004b405810007013040d901020402070309080004 +05045f59050301127b09014b09013b0901240901fb0901cb0901bb09019b09018b09017f0901 +025f09014f09013009010f090167df0901cf0901b009018f09015f09014f09010f0901f00901 +df0901cf0901af09019f09017009015f09014009011f0901ef0901df09019f09016f09015f09 +013f09011f090100090137ef0901d009019009018009016f09015009012f0901000901d00901 +af09019009017f09016f0901500901400901200901100901ff0901e00901bf0901a009019009 +016009014009013f09012009010f0901075e5d5d5d5d5d5d5d5d5d5d71717171717171717172 +727272727272725e5d5d5d5d5d5d5d5d717171717171717171727272727272725e5d5d5d5d5f +5d5d5d5d5d5d71717171003f3f2b110033111201173911333130011123112135211502d0befe +1c048604e5fb1b04e59c9c00000000020056fe5703ef044b0020002e009f4064211709091f04 +03281111031f03302f1c0f170a140e1425505914100e2b50590e16000750591504010604010b +04001b403001203001cf3001b0300190300120300100300150df3001c030014f3001a0300180 +30012f30010f3001f03001d030010f3001085e5d5d5d717171717272725e5d5d5d5d5d717100 +3f325e5d5d2b00183f2b00183f2b1112003939183f1112011739113311331133113333313001 +222627371e0133201135230e012322021110123332161733343637330615111003342e012322 +0615141633323e010224b1d21eb5127b64010d0233b277c7bbc9cd73a92e020804ab06b34883 +538a7e768f558448fe578b801a4b51013bae68690108011b011f011169611e940736aafcc5fe +3803c684bf65c8e0dec264bb000000010039ffec03b6044b002a0064403c070622151c1b0d00 +001b1506042b2c0d220318181f50591c1810030a5059070316102c01002c01f02c01e02c01c0 +2c01602c01802c013f2c01102c015d5d5d717171717272003f332b00183f332b111200393911 +120117391133113311331133313001140623222627371e013332363534262f012e0235343633 +321617072e0123220615141e01171e0303b6e7d0cadb219f179080897f5862819b834ad3cab3 +d31ca20f836e7a74305e978f7e4928012b99a6858d1f5751545440501a22284d6e50949b7e8b +14484d4a4b2e3c2a25243d4a6100ffff008bffec03f1057b1226001f06001107002c00ed0000 +001d400902011b1b112602011fb8fff3b41f1d190d252b113535002b1135350000020084ffec +041d05cc00170023005d40371e050e0e0d18000d00242505110215151b505915100d000a1502 +2150590216b025013f25019025017025011f2501ff2501e02501c025015d5d5d717171727200 +3f2b00183f3f3f2b111200393911120139391133113311333331300110212226272314060723 +36351133111407333e01333212033426232206151416333236041dfe727ba333020802ae06b4 +040432a57acdc1bd7887988b889988790222fdca59631f7f0a36a904edfe594158685afeecfe +e2e3c4d0e2d5cbc900010041000004a305810009004a402b0802030709070402040a0b070304 +05045f590503020801085f590112800b01700b01600b01500b01400b015d5d5d5d5d003f2b11 +0033183f2b1100333311120117391133113331302901350121352115012104a3fb9e035afcef +03eafca603898f04569c8bfba600000200a800000565058100090013002c40170f050a000500 +1415060e5f590603050f5f5905122015015d003f2b00183f2b11120139391133113331300114 +0204232111212000031000290111213236120565aafec8ccfdf101d201660185c0fee1fef0fe +f1013a9beb7e02cfdafeb9ae0581fe99feb501060113fbb188010000000100530000039a043a +0009016240fc0206070101030608040b0a060304035059040f0107000750590015d40b01c40b +01b40b01a40b01940b01840b01740b01640b01540b01400b01340b01200b01140b01000b01f4 +0b01e00b01d40b01c00b01b40b01a40b01940b01840b01740b01640b01540b01440b01340b01 +240b01040b01e40b01c40b01b40b01a00b01940b01800b01740b01640b01540b01440b01340b +01240b01140b01040b0137f40b01e40b01d40b01c40b01a40b01840b01640b01440b01040b01 +f40b01e40b01d40b01c40b01b40b01a40b01940b01840b01640b01440b01240b01040b01e00b +0102d00b01c00b01b00b01a00b01900b01700b01500b01200b01000b01075e5d5d5d5d5d5d5d +5d5d5f5d7171717171717171717171717272727272727272725e5d5d5d5d5d5d5d5d5d5d5d5d +5d5d7171717171717171717171717171717272727272727272727272727272003f2b11003318 +3f2b11003311120117391133113331303335012135211501211553025dfdc50310fda2027389 +03268b89fcda8b000000000100bd0000017c05810003008c4061030000040501030012400501 +30050120050110050100050139f00501b00501a00501700501600501500501400501000501f0 +0501c00501b00501a00501500501400501100501000501f00501af0501900501700501600501 +5005014005012005015d5d5d5d5d5d5d5d717171717171717172727272727272725e5d5d5d5d +5d003f3f111201391133313033113311bdbf0581fa7f000100b8fefa018100db000900224011 +0405000805080a0b0005a85b08009b5b08002f2b2b1112013939113311333130251514060723 +36352335018126287b5e58dba86a8e41887edb0000000002002d04c3025a057b000300070024 +401007040003040308090105040591590004002f332b11003311120139391133113331300135 +33152135331501b7a3fdd3a504c3b8b8b8b805cc05cc007d0581001500790581001500000000 +00000000000000000000043a001400770000ffec00000000ffec00000000ffec0000fe570000 +0000000000000000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000000000000000 +08000000000000b400bd00af00a00000000000000000000000000088007e000000ac00000000 +000000000000000000bf00c300ab00000000009b008d00000000000000000000000000000000 +0000000000000000000000b900aa000000000000009400990087000000000000000000000000 +000000000000000000000000006a0083008d00a400b4000000000000000000000060006a0079 +009800ac00b800a700000122013300c3006b00000000000000db00c900000000000000000000 +00000000000000000000000001e101c9009200a8006b009200b7006b009b0000027b02f20092 +0252006e02d703810082008900a0009f0169008f0000016000a4015b005e0082000000000000 +005e0065006f0000000000000000000000000000008a009000a5007a00800000000000000000 +00000581fff3000dfcb300830089008f00960069007105cc000ffc1efff2003404e6000dfed4 +00bf031f00a700ae00b500000000008100000000000000000748036a02b60202fd9300000091 +00670091006101d90000028d0341000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000000000000000000000006810468001404cb +0000ffecffd3fe7f008300db00aa00ba00a000cf40475b5a59585554535251504f4e4d4c4b4a +494847464544434241403f3e3d3c3b3a393837363531302f2e2d2c28272625242322211f1814 +11100f0e0d0b0a090807060504030201002c20b0016045b003252011466123452361482d2c20 +451868442d2c45234660b0206120b04660b004262348482d2c4523462361b0206020b02661b0 +2061b004262348482d2c45234660b0406120b06660b004262348482d2c4523462361b0406020 +b02661b04061b004262348482d2c0110203c003c2d2c20452320b0cd442320b8015a51582320 +b08d44235920b0ed51582320b04d44235920b0042651582320b00d44235921212d2c20204518 +684420b001602045b04676688a4560442d2c01b10b0a432343650a2d2c00b10a0b4323430b2d +2c00b0282370b101283e01b0282370b10228453ab10200080d2d2c2045b00325456164b05051 +5845441b2121592d2c49b00e23442d2c2045b0004360442d2c01b00643b00743650a2d2c2069 +b04061b0008b20b12cc08a8cb8100062602b0c642364615c58b00361592d2c8a03458a8a87b0 +112bb0292344b0297ae4182d2c4565b02c234445b02b23442d2c4b525845441b2121592d2c4b +515845441b2121592d2c01b005251023208af500b0016023edec2d2c01b005251023208af500 +b0016123edec2d2c01b0062510f500edec2d2cb00243b001525821212121211b462346608a8a +462320468a608a61b8ff8062232010238ab10c0c8a70456020b0005058b00161b8ffba8b1bb0 +468c59b0106068013a592d2c2045b0032546524bb013515b58b0022546206861b00325b00325 +3f2321381b2111592d2c2045b00325465058b0022546206861b00325b003253f2321381b2111 +592d2c00b00743b006430b2d2c21210c6423648bb84000622d2c21b08051580c6423648bb820 +00621bb200402f2b59b002602d2c21b0c051580c6423648bb81555621bb200802f2b59b00260 +2d2c0c6423648bb84000626023212d2c4b53588ab004254964234569b0408b61b08062b02061 +6ab00e23442310b00ef61b21238a121120392f592d2c4b535820b0032549646920b00526b006 +2549642361b08062b020616ab00e2344b0042610b00ef68a10b00e2344b00ef6b00e2344b00e +ed1b8ab00426111220392320392f2f592d2c4523456023456023456023766818b08062202d2c +b0482b2d2c2045b0005458b040442045b04061441b2121592d2c45b1302f4523456160b00160 +69442d2c4b5158b02f2370b01423421b2121592d2c4b515820b0032545695358441b2121591b +2121592d2c45b01443b0006063b0016069442d2cb02f45442d2c452320458a60442d2c452345 +60442d2c4b235158b90033ffe0b134201bb3330034005944442d2cb0164358b00326458a5864 +66b01f601b64b020606620581b21b04059b001615923586559b02923442310b029e01b212121 +2121592d2cb0024354584b53234b515a58381b2121591b21212121592d2cb0164358b0042545 +64b020606620581b21b04059b0016123581b6559b0292344b00525b00825082058021b0359b0 +042510b005252046b0042523423cb00425b0072508b0072510b006252046b00425b001602342 +3c2058011b0059b0042510b00525b029e0b02920456544b0072510b00625b029e0b00525b008 +25082058021b0359b00525b003254348b00425b0072508b00625b00325b0016043481b215921 +2121212121212d2c02b00425202046b004252342b0052508b003254548212121212d2c02b003 +2520b0042508b0022543482121212d2c452320451820b00050205823652359236820b0405058 +21b04059235865598a60442d2c4b53234b515a5820458a60441b2121592d2c4b545820458a60 +441b2121592d2c4b53234b515a58381b2121592d2cb000214b5458381b2121592d2cb0024354 +58b0462b1b21212121592d2cb002435458b0472b1b212121592d2cb002435458b0482b1b2121 +2121592d2cb002435458b0492b1b212121592d2c208a08234b538a4b515a5823381b2121592d +2c00b0022549b000535820b04038111b21592d2c014623466023466123201020468a61b8ff80 +628ab140408a704560683a2d2c208a2349648a2353583c1b21592d2c4b52587d1b7a592d2cb0 +12004b014b54422d2cb1020042b123018851b1400188535a58b910000020885458b202010243 +604259b12401885158b920000040885458b2020202436042b12401885458b202200243604200 +4b014b5258b2020802436042591bb940000080885458b202040243604259b94000008063b801 +00885458b202080243604259b94000010063b80200885458b202100243604259b12601885158 +b94000020063b80400885458b202400243604259b94000040063b80800885458b20280024360 +42595959595959b10002435458400a0540084009400c020d021bb10102435458b2054008ba01 +0000090100b30c010d011bb18002435258b2054008b80180b109401bb2054008ba0180000901 +4059b9400000808855b94000020063b8040088555a58b30c000d011bb30c000d015959594242 +4242422d2c451868234b51582320452064b04050587c59688a6059442d2cb00016b00225b002 +2501b001233e00b002233eb10102060cb00a236542b00b234201b001233f00b002233fb10102 +060cb006236542b0072342b00116012d2cb080b0024350b001b00243545b58212310b0201ac9 +1b8a10ed592d2cb0592b2d2c8a10e52d000100000002199952d861ec5f0f3cf5001f08000000 +0000c840f99a00000000dd7b2e16fba6fd930a6a07d700000008000200010000000000010000 +073efe4e00430ab4fba6fa7a0a6a00010000000000000000000000000000002d060000cd0239 +000004730050023900bb047300670473004e0473002f04730052047300680473006904730059 +047300600473009c055600a804000017047300840473005702aa008801c7008906aa00880473 +00880239001f02aa007f0473008e055600a80400005701c7008a02aa000c0473005604730057 +0556000404730085040000050239001d04e3002e04730056040000390473008b0473008404e3 +004105c700a804000053023900bd023900b802aa002d000000000000004c0000004c000000d0 +000001000000019c00000278000002fc000003b80000047c000004dc000005c00000068c0000 +06e400000768000008fc000009cc00000aa000000b0400000b9800000d9000000e4400000ecc +00000f2c00000fdc0000106000001120000011b000001214000012d8000013f8000014a00000 +15540000178c00001860000019b800001ae800001bcc00001c0400001cd000001d4800001dc8 +00001f5800001ffc000020480000209000010000002d01520054005c000600020010002f005c +000002a402040004000141210009013f000101390055013e000101390055014201400014001f +01410140001f001f013b0033013a00550138003301390055004001070001001f01070001009f +010440aa01c0fd01affd0100fd010a4ffb0120fb01f550281ff246281ff1462a1ff0462b1f5f +ef7fef020fef4fef5fef8fefafef050be5e41e1fe3e2461f0fe20140e246161fe1e0461fcfe0 +dfe0efe00340e0333646e046181feeedff1fed01e855ec48eb55ea320055e9e8e855e7480055 +e600ff1fdd3ddf55df010355de3d0355dc03ff1f0fd51fd5020fd51fd50240ca181b46cfc201 +bdc03c1fc150261fbcbe281fffb90150b870b880b803b8ffc040ffb81232461fb73fb74fb76f +b77fb79fb7afb70718b60170b2a0b2b0b2030fb20190b501b0b5010fb501080fb33fb3efb303 +80b090b002b0b0c0b0d0b0032faf3faf02a0adb0ad02c0add0ad022fac3fac029fab01c0aad0 +aa024fa98fa9022fa96fa9bfa9ffa9049c9b241f509b016f9601bf960196461d1f9594171f0f +941f947f948f94ff94053091409102809101708f808f02908f01c08fd08f024f8c5f8c6f8c03 +8646ff1f9f85018483311f74733f1f7350261f6f6e3c1f6e46351f1a01185519331855073303 +550603ff1f6050261f5f50261f5c46311f5b5a481f5a46311f1332125505010355043203556c +03010c033c034c036c037c0305ef51ff4064510240513538464051252846cf50014946201f48 +46351f4746351faf4601df46ef46028046011632155511010f5510320f55020100550100011f +1f0f3f0f5f0f7f0f040f0f2f0f4f0f6f0f8f0fdf0fff0f073f0f7f0fef0f036f00014f000180 +16010501b80190b154532b2b4bb807ff524bb007505bb00188b02553b00188b040515ab00688 +b000555a5b58b101018e59858d8d00421d4bb0325358b0601d594bb0645358b0401d594bb080 +5358b0101db11600425973747374752b2b2b2b2b017374752b2b2b00742b2b7373752b2b2b01 +2b2b2b002b2b2b2b2b2b012b2b002b2b012b732b00747374757374732b012b747500732b7374 +0173737400737474737473015e73737473730073732b7373012b002b012b00732b74752b2b2b +2b2b2b2b2b2b2b2b012b2b742b2b5e732b002b5e7374012b2b2b002b73735e73737301737373 +002b2b2b2b2b2b185e0000> +] def +/f-0-0 currentdict end definefont pop +%%EndResource +%%EndSetup +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 0 0 1072 784 +%%EndPageSetup +q 19 10 1047 756 rectclip +1 0 0 -1 0 784 cm q +0 g +0.25 w +0 J +0 j +[] 0.0 d +3.8 M q 1 0 0 1 0 0 cm +48.602 753.801 m 54.5 753.801 l S Q +q 1 0 0 1 0 0 cm +1049.25 753.801 m 1043.352 753.801 l S Q +BT +13.333008 0 0 -13.333008 19 758.819971 Tm +/f-0-0 1 Tf +[( 0.2)]TJ +ET +q 1 0 0 1 0 0 cm +48.602 665.199 m 54.5 665.199 l S Q +q 1 0 0 1 0 0 cm +1049.25 665.199 m 1043.352 665.199 l S Q +BT +13.333008 0 0 -13.333008 19 670.219971 Tm +/f-0-0 1 Tf +[( 0.3)]TJ +ET +q 1 0 0 1 0 0 cm +48.602 576.602 m 54.5 576.602 l S Q +q 1 0 0 1 0 0 cm +1049.25 576.602 m 1043.352 576.602 l S Q +BT +13.333008 0 0 -13.333008 19 581.619971 Tm +/f-0-0 1 Tf +[( 0.4)]TJ +ET +q 1 0 0 1 0 0 cm +48.602 488.051 m 54.5 488.051 l S Q +q 1 0 0 1 0 0 cm +1049.25 488.051 m 1043.352 488.051 l S Q +BT +13.333008 0 0 -13.333008 19 493.069971 Tm +/f-0-0 1 Tf +[( 0.5)]TJ +ET +q 1 0 0 1 0 0 cm +48.602 399.449 m 54.5 399.449 l S Q +q 1 0 0 1 0 0 cm +1049.25 399.449 m 1043.352 399.449 l S Q +BT +13.333008 0 0 -13.333008 19 404.469971 Tm +/f-0-0 1 Tf +[( 0.6)]TJ +ET +q 1 0 0 1 0 0 cm +48.602 310.852 m 54.5 310.852 l S Q +q 1 0 0 1 0 0 cm +1049.25 310.852 m 1043.352 310.852 l S Q +BT +13.333008 0 0 -13.333008 19 315.869971 Tm +/f-0-0 1 Tf +[( 0.7)]TJ +ET +q 1 0 0 1 0 0 cm +48.602 222.301 m 54.5 222.301 l S Q +q 1 0 0 1 0 0 cm +1049.25 222.301 m 1043.352 222.301 l S Q +BT +13.333008 0 0 -13.333008 19 227.319971 Tm +/f-0-0 1 Tf +[( 0.8)]TJ +ET +q 1 0 0 1 0 0 cm +48.602 133.699 m 54.5 133.699 l S Q +q 1 0 0 1 0 0 cm +1049.25 133.699 m 1043.352 133.699 l S Q +BT +13.333008 0 0 -13.333008 19 138.719971 Tm +/f-0-0 1 Tf +[( 0.9)]TJ +ET +q 1 0 0 1 0 0 cm +48.602 45.102 m 54.5 45.102 l S Q +q 1 0 0 1 0 0 cm +1049.25 45.102 m 1043.352 45.102 l S Q +BT +13.333008 0 0 -13.333008 30.1 50.119971 Tm +/f-0-0 1 Tf +( 1)Tj +ET +q 1 0 0 1 0 0 cm +48.602 753.801 m 48.602 747.898 l S Q +q 1 0 0 1 0 0 cm +48.602 45.102 m 48.602 51 l S Q +BT +13.333008 0 0 -13.333008 43.05 773.669971 Tm +/f-0-0 1 Tf +( 0)Tj +ET +q 1 0 0 1 0 0 cm +173.699 753.801 m 173.699 747.898 l S Q +q 1 0 0 1 0 0 cm +173.699 45.102 m 173.699 51 l S Q +BT +13.333008 0 0 -13.333008 160.75 773.669971 Tm +/f-0-0 1 Tf +[( 20)3(0)]TJ +ET +q 1 0 0 1 0 0 cm +298.75 753.801 m 298.75 747.898 l S Q +q 1 0 0 1 0 0 cm +298.75 45.102 m 298.75 51 l S Q +BT +13.333008 0 0 -13.333008 285.8 773.669971 Tm +/f-0-0 1 Tf +[( 40)3(0)]TJ +ET +q 1 0 0 1 0 0 cm +423.852 753.801 m 423.852 747.898 l S Q +q 1 0 0 1 0 0 cm +423.852 45.102 m 423.852 51 l S Q +BT +13.333008 0 0 -13.333008 410.9 773.669971 Tm +/f-0-0 1 Tf +[( 60)3(0)]TJ +ET +q 1 0 0 1 0 0 cm +548.949 753.801 m 548.949 747.898 l S Q +q 1 0 0 1 0 0 cm +548.949 45.102 m 548.949 51 l S Q +BT +13.333008 0 0 -13.333008 536 773.669971 Tm +/f-0-0 1 Tf +[( 80)3(0)]TJ +ET +q 1 0 0 1 0 0 cm +674 753.801 m 674 747.898 l S Q +q 1 0 0 1 0 0 cm +674 45.102 m 674 51 l S Q +BT +13.333008 0 0 -13.333008 657.35 773.669971 Tm +/f-0-0 1 Tf +[( 10)3(00)]TJ +ET +q 1 0 0 1 0 0 cm +799.102 753.801 m 799.102 747.898 l S Q +q 1 0 0 1 0 0 cm +799.102 45.102 m 799.102 51 l S Q +BT +13.333008 0 0 -13.333008 782.45 773.669971 Tm +/f-0-0 1 Tf +[( 12)3(00)]TJ +ET +q 1 0 0 1 0 0 cm +924.148 753.801 m 924.148 747.898 l S Q +q 1 0 0 1 0 0 cm +924.148 45.102 m 924.148 51 l S Q +BT +13.333008 0 0 -13.333008 907.5 773.669971 Tm +/f-0-0 1 Tf +[( 14)3(00)]TJ +ET +q 1 0 0 1 0 0 cm +1049.25 753.801 m 1049.25 747.898 l S Q +q 1 0 0 1 0 0 cm +1049.25 45.102 m 1049.25 51 l S Q +BT +13.333008 0 0 -13.333008 1032.6 773.669971 Tm +/f-0-0 1 Tf +[( 16)3(00)]TJ +ET +q 1 0 0 1 0 0 cm +48.602 45.102 1000.648 708.699 re S Q +BT +13.333008 0 0 -13.333008 811.7 359.419971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 1 \(90)4(th Perce)4(ntil)3(e\))]TJ +ET +0 0.392157 0 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 354.398 m 1034.449 354.398 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 438.602 m 49.25 438.602 l 49.852 385.398 l 50.5 385.398 l 51.102 + 325.648 l 55.5 325.648 l 56.102 324.898 l 56.75 318.25 l 61.102 318.25 +l 61.75 317.5 l 64.25 317.5 l 64.852 318.25 l 65.5 314.551 l 66.102 314.551 + l 66.75 307.898 l 71.102 307.898 l 71.75 301.25 l 72.352 301.25 l 73 300.551 + l 74.852 300.551 l 75.5 293.898 l 76.102 293.898 l 76.75 256.25 l 83 256.25 + l 83.602 176.5 l 96.148 176.5 l 96.75 136.648 l 98.648 136.648 l 99.25 +95.301 l 99.898 82 l 126.148 82 l 126.801 81.25 l 164.301 81.25 l 164.949 + 74.648 l 568.949 74.648 l 569.551 73.898 l 986.102 73.898 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 374.269971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 1 \(10)4(th Perce)4(ntil)3(e\))]TJ +ET +0 0.392157 0 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 369.25 m 1034.449 369.25 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 650.449 m 53.602 650.449 l 54.25 643.051 l 54.852 643.051 l 55.5 + 636.398 l 59.852 636.398 l 60.5 635.699 l 70.5 635.699 l 71.102 629.051 + l 71.75 629.051 l 72.352 615 l 76.102 615 l 76.75 615.75 l 77.352 615.75 + l 78 513.898 l 83.602 513.898 l 84.25 482.852 l 86.102 482.852 l 86.75 +460.699 l 87.398 365.5 l 88 365.5 l 88.648 355.148 l 91.148 355.148 l 91.75 + 347.75 l 92.398 348.5 l 112.398 348.5 l 113 341.148 l 158.648 341.148 l + 159.301 340.398 l 186.801 340.398 l 187.449 333.75 l 216.199 333.75 l 216.852 + 333 l 226.852 333 l 227.449 326.352 l 239.949 326.352 l 240.602 325.648 + l 276.852 325.648 l 277.5 327.102 l 278.102 319 l 318.801 319 l 319.398 + 298.301 l 323.148 298.301 l 323.801 289.449 l 331.301 289.449 l 331.898 + 282.051 l 355.648 282.051 l 356.301 275.449 l 605.199 275.449 l 605.852 + 234.102 l 632.102 234.102 l 632.75 233.352 l 638.352 233.352 l 639 176.5 + l 642.102 176.5 l 642.75 110.051 l 719.051 110.051 l 719.648 107.102 l +722.801 107.102 l 723.398 106.352 l 727.801 106.352 l 728.398 98.25 l 730.301 + 98.25 l 730.898 97.5 l 735.301 97.5 l 735.898 96.801 l 986.102 96.801 l + S Q +0 g +BT +13.333008 0 0 -13.333008 856.85 389.119971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 1 \(me)3(dia)3(n\))]TJ +ET +0 0.392157 0 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +998.949 384.102 m 1034.449 384.102 l S Q +q 1 0 0 1 0 0 cm +48.602 632 m 49.25 632 l 49.852 620.898 l 50.5 620.898 l 51.102 617.25 +l 52.352 617.25 l 53 613.551 l 53.602 613.551 l 54.25 595.102 l 54.852 595.102 + l 55.5 499.102 l 56.102 499.102 l 56.75 451.148 l 57.352 406.852 l 58 406.852 + l 58.602 373.602 l 59.852 373.602 l 60.5 358.852 l 61.102 358.852 l 61.75 + 351.449 l 62.352 344.102 l 64.25 344.102 l 64.852 351.449 l 65.5 344.102 + l 66.102 344.102 l 66.75 340.398 l 70.5 340.398 l 71.102 336.699 l 72.352 + 336.699 l 73 333 l 89.25 333 l 89.898 325.648 l 118.648 325.648 l 119.25 + 321.949 l 126.148 321.949 l 126.801 303.5 l 158.051 303.5 l 158.648 285 + l 159.301 285 l 159.898 277.648 l 163.051 277.648 l 163.648 266.551 l 167.449 + 266.551 l 168.051 262.898 l 171.801 262.898 l 172.449 237.051 l 181.801 + 237.051 l 182.449 200.148 l 183.699 200.148 l 184.301 196.449 l 194.949 + 196.449 l 195.551 155.852 l 201.801 155.852 l 202.449 141.051 l 211.199 + 141.051 l 211.852 133.699 l 218.699 133.699 l 219.352 118.898 l 220.602 + 118.898 l 221.199 96.801 l 239.949 96.801 l 240.602 93.102 l 258.102 93.102 + l 258.75 89.398 l 563.301 89.398 l 563.949 85.699 l 638.352 85.699 l 639 + 82 l 986.102 82 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 403.969971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 2 \(90)4(th Perce)4(ntil)3(e\))]TJ +ET +0.737255 0.560784 0.560784 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 398.949 m 1034.449 398.949 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 325.648 m 49.852 325.648 l 50.5 318.25 l 51.75 318.25 l 52.352 314.551 + l 54.852 314.551 l 55.5 307.898 l 56.102 307.898 l 56.75 275.449 l 57.352 + 221.551 l 58 211.199 l 59.25 211.199 l 59.852 174.301 l 60.5 174.301 l +61.102 170.602 l 61.75 103.398 l 65.5 103.398 l 66.102 95.301 l 68.602 95.301 + l 69.25 82 l 82.352 82 l 83 81.25 l 100.5 81.25 l 101.148 73.898 l 118.648 + 73.898 l 119.25 67.25 l 136.801 67.25 l 137.398 66.5 l 154.301 66.5 l 154.898 + 59.852 l 631.5 59.852 l 632.102 59.148 l 679.648 59.148 l 680.25 52.5 l + 986.102 52.5 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 418.819971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 2 \(10)4(th Perce)4(ntil)3(e\))]TJ +ET +0.737255 0.560784 0.560784 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 413.801 m 1034.449 413.801 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 622.398 m 49.25 589.148 l 51.102 589.148 l 51.75 505.75 l 52.352 + 505.75 l 53 426.75 l 53.602 426.051 l 54.25 403.148 l 56.75 403.148 l 57.352 + 364 l 58.602 364 l 59.25 362.551 l 59.852 362.551 l 60.5 355.898 l 61.102 + 355.148 l 61.75 355.898 l 64.852 355.898 l 65.5 363.301 l 72.352 363.301 + l 73 355.898 l 118 355.898 l 118.648 321.949 l 131.148 321.949 l 131.801 + 311.602 l 164.949 311.602 l 165.551 257.699 l 170.551 257.699 l 171.199 + 211.199 l 176.199 211.199 l 176.801 171.352 l 183.051 171.352 l 183.699 + 151.398 l 184.301 151.398 l 184.949 111.551 l 195.551 111.551 l 196.199 + 110.801 l 208.102 110.801 l 208.699 107.102 l 209.352 107.102 l 209.949 + 107.852 l 211.199 107.852 l 211.852 106.352 l 220.602 106.352 l 221.199 + 104.898 l 231.199 104.898 l 231.852 103.398 l 253.102 103.398 l 253.75 +100.449 l 265 100.449 l 265.602 96.801 l 267.5 96.801 l 268.102 90.148 l + 270 90.148 l 270.602 82.75 l 295.648 82.75 l 296.25 82 l 447.602 82 l 448.25 + 75.352 l 572.051 75.352 l 572.699 74.648 l 986.102 74.648 l S Q +0 g +BT +13.333008 0 0 -13.333008 856.85 433.669971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 2 \(me)3(dia)3(n\))]TJ +ET +0.737255 0.560784 0.560784 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +998.949 428.648 m 1034.449 428.648 l S Q +q 1 0 0 1 0 0 cm +48.602 388.398 m 49.25 377.301 l 49.852 362.551 l 50.5 351.449 l 51.102 + 355.148 l 51.75 355.148 l 52.352 347.75 l 56.102 347.75 l 56.75 340.398 + l 57.352 329.301 l 59.852 329.301 l 60.5 325.648 l 61.102 318.25 l 61.75 + 321.949 l 64.852 321.949 l 65.5 325.648 l 66.102 325.648 l 66.75 321.949 + l 72.352 321.949 l 73 318.25 l 74.852 318.25 l 75.5 314.551 l 76.75 314.551 + l 77.352 310.852 l 78 303.5 l 79.25 303.5 l 79.852 281.352 l 80.5 270.25 + l 81.102 248.102 l 83 248.102 l 83.602 240.75 l 86.75 240.75 l 87.398 237.051 + l 91.75 237.051 l 92.398 218.602 l 95.5 218.602 l 96.148 200.148 l 96.75 + 181.648 l 97.398 144.75 l 103.648 144.75 l 104.25 107.852 l 104.898 93.102 + l 109.25 93.102 l 109.898 89.398 l 121.148 89.398 l 121.75 85.699 l 124.25 + 85.699 l 124.898 82 l 203.699 82 l 204.352 78.301 l 212.449 78.301 l 213.102 + 74.648 l 421.949 74.648 l 422.602 70.949 l 449.5 70.949 l 450.102 67.25 + l 986.102 67.25 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 448.519971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 3 \(90)4(th Perce)4(ntil)3(e\))]TJ +ET +1 0 0 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 443.5 m 1034.449 443.5 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 330.801 m 49.25 325.648 l 49.852 324.148 l 50.5 325.648 l 51.102 + 324.148 l 51.75 324.148 l 52.352 325.648 l 53 324.148 l 53.602 324.148 +l 54.25 305.699 l 55.5 305.699 l 56.102 319 l 56.75 312.352 l 57.352 292.398 + l 58 285.75 l 58.602 256.25 l 59.852 256.25 l 60.5 253.301 l 61.102 252.551 + l 61.75 254 l 62.352 249.602 l 63 249.602 l 63.602 209.75 l 64.25 161.75 + l 64.852 144.75 l 66.75 144.75 l 67.352 108.602 l 68 81.25 l 74.852 81.25 + l 75.5 73.898 l 77.352 73.898 l 78 67.25 l 97.398 67.25 l 98 66.5 l 104.25 + 66.5 l 104.898 59.852 l 114.898 59.852 l 115.5 59.148 l 141.801 59.148 +l 142.398 52.5 l 568.301 52.5 l 568.949 51.75 l 986.102 51.75 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 463.369971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 3 \(10)4(th Perce)4(ntil)3(e\))]TJ +ET +1 0 0 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 458.352 m 1034.449 458.352 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 572.949 m 49.25 496.148 l 49.852 468.102 l 50.5 444.5 l 51.75 444.5 + l 52.352 431.199 l 53 430.449 l 53.602 415.699 l 54.25 365.5 l 55.5 365.5 + l 56.102 363.301 l 57.352 363.301 l 58 362.551 l 58.602 362.551 l 59.25 + 355.898 l 59.852 362.551 l 60.5 362.551 l 61.102 355.898 l 64.25 355.898 + l 64.852 355.148 l 72.352 355.148 l 73 348.5 l 82.352 348.5 l 83 347.75 + l 86.102 347.75 l 86.75 341.148 l 95.5 341.148 l 96.148 340.398 l 97.398 + 340.398 l 98 333.75 l 105.5 333.75 l 106.148 333 l 106.75 326.352 l 109.898 + 326.352 l 110.5 319 l 112.398 319 l 113 304.949 l 114.898 304.949 l 115.5 + 291.648 l 116.148 265.102 l 129.898 265.102 l 130.551 260.648 l 134.898 + 260.648 l 135.551 252.551 l 136.801 252.551 l 137.398 198.648 l 138.051 + 197.199 l 138.648 193.5 l 139.301 186.852 l 141.148 186.852 l 141.801 186.102 + l 142.398 186.102 l 143.051 172.801 l 143.648 159.551 l 144.301 159.551 + l 144.898 158.801 l 146.801 158.801 l 147.398 135.898 l 156.801 135.898 + l 157.398 107.102 l 158.051 97.5 l 170.551 97.5 l 171.199 96.801 l 178.051 + 96.801 l 178.699 90.148 l 190.551 90.148 l 191.199 89.398 l 191.801 89.398 + l 192.449 82.75 l 268.75 82.75 l 269.352 82 l 445.102 82 l 445.75 75.352 + l 513.301 75.352 l 513.898 74.648 l 870.398 74.648 l 871 68 l 938.551 68 + l 939.199 67.25 l 986.102 67.25 l S Q +0 g +BT +13.333008 0 0 -13.333008 856.85 478.219971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 3 \(me)3(dia)3(n\))]TJ +ET +1 0 0 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +998.949 473.199 m 1034.449 473.199 l S Q +q 1 0 0 1 0 0 cm +48.602 362.551 m 49.25 362.551 l 49.852 347.75 l 52.352 347.75 l 53 340.398 + l 53.602 344.102 l 54.25 340.398 l 59.852 340.398 l 60.5 336.699 l 62.352 + 336.699 l 63 333 l 68 333 l 68.602 329.301 l 69.25 329.301 l 69.852 325.648 + l 72.352 325.648 l 73 321.949 l 74.25 321.949 l 74.852 277.648 l 76.75 +277.648 l 77.352 270.25 l 83 270.25 l 83.602 240.75 l 84.25 233.352 l 84.852 + 229.648 l 85.5 218.602 l 86.102 196.449 l 86.75 196.449 l 87.398 174.301 + l 88.648 174.301 l 89.25 155.852 l 89.898 155.852 l 90.5 152.148 l 94.25 + 152.148 l 94.898 137.398 l 98 137.398 l 98.648 130 l 99.25 115.25 l 101.148 + 115.25 l 101.75 111.551 l 103 111.551 l 103.648 107.852 l 104.25 93.102 + l 106.75 93.102 l 107.398 89.398 l 121.148 89.398 l 121.75 85.699 l 133.648 + 85.699 l 134.301 82 l 158.051 82 l 158.648 78.301 l 159.898 78.301 l 160.551 + 74.648 l 228.102 74.648 l 228.699 70.949 l 247.5 70.949 l 248.102 67.25 + l 647.75 67.25 l 648.352 63.551 l 683.398 63.551 l 684 59.852 l 986.102 + 59.852 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 493.069971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 4 \(90)4(th Perce)4(ntil)3(e\))]TJ +ET +1 0.843137 0 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 488.051 m 1034.449 488.051 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 606.148 m 63.602 606.148 l 64.25 603.199 l 67.352 603.199 l 68 557.449 + l 70.5 557.449 l 71.102 520.5 l 73.602 520.5 l 74.25 500.602 l 77.352 500.602 + l 78 487.301 l 78.602 345.551 l 79.25 324.898 l 79.852 324.898 l 80.5 317.5 + l 90.5 317.5 l 91.148 310.102 l 91.75 310.102 l 92.398 303.5 l 96.75 303.5 + l 97.398 299.801 l 116.75 299.801 l 117.398 254 l 124.898 254 l 125.5 250.352 + l 127.398 250.352 l 128.051 251.051 l 131.801 251.051 l 132.398 248.102 + l 139.301 248.102 l 139.898 128.5 l 143.648 128.5 l 144.301 121.898 l 146.148 + 121.898 l 146.801 88.648 l 156.801 88.648 l 157.398 82 l 159.898 82 l 160.551 + 81.25 l 240.602 81.25 l 241.25 74.648 l 297.5 74.648 l 298.148 73.898 l + 560.199 73.898 l 560.801 67.25 l 986.102 67.25 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 507.919971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 4 \(10)4(th Perce)4(ntil)3(e\))]TJ +ET +1 0.843137 0 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 502.898 m 1034.449 502.898 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 665.199 m 49.25 658.551 l 119.898 658.551 l 120.5 657.852 l 161.801 + 657.852 l 162.398 637.898 l 163.051 637.898 l 163.648 629.051 l 185.551 + 629.051 l 186.199 389.102 l 195.551 389.102 l 196.199 362.551 l 223.699 + 362.551 l 224.352 355.898 l 284.398 355.898 l 285 355.148 l 296.25 355.148 + l 296.898 348.5 l 305 348.5 l 305.648 347.75 l 368.199 347.75 l 368.801 + 348.5 l 373.199 348.5 l 373.801 347.75 l 527.648 347.75 l 528.301 334.5 + l 533.898 334.5 l 534.551 274.699 l 627.102 274.699 l 627.75 268.801 l +634 268.801 l 634.602 268.051 l 650.25 268.051 l 650.852 153.602 l 667.148 + 153.602 l 667.75 113.75 l 682.75 113.75 l 683.398 101.199 l 695.898 101.199 + l 696.5 90.148 l 986.102 90.148 l S Q +0 g +BT +13.333008 0 0 -13.333008 856.85 522.769971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 4 \(me)3(dia)3(n\))]TJ +ET +1 0.843137 0 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +998.949 517.75 m 1034.449 517.75 l S Q +q 1 0 0 1 0 0 cm +48.602 635.699 m 53.602 635.699 l 54.25 632 l 67.352 632 l 68 628.301 l + 79.852 628.301 l 80.5 624.602 l 85.5 624.602 l 86.102 620.898 l 98 620.898 + l 98.648 617.25 l 102.398 617.25 l 103 609.852 l 103.648 606.148 l 111.75 + 606.148 l 112.398 480.648 l 120.5 480.648 l 121.148 462.199 l 121.75 414.199 + l 123.648 414.199 l 124.25 351.449 l 126.148 351.449 l 126.801 347.75 l + 129.898 347.75 l 130.551 344.102 l 131.148 347.75 l 131.801 344.102 l 144.898 + 344.102 l 145.551 340.398 l 204.949 340.398 l 205.602 336.699 l 214.949 + 336.699 l 215.602 333 l 226.199 333 l 226.852 329.301 l 234.352 329.301 + l 234.949 325.648 l 236.852 325.648 l 237.449 318.25 l 255 318.25 l 255.602 + 307.148 l 256.25 299.801 l 256.852 299.801 l 257.5 288.699 l 275 288.699 + l 275.602 262.898 l 288.148 262.898 l 288.75 259.199 l 290.648 259.199 +l 291.25 233.352 l 291.898 207.5 l 295 207.5 l 295.648 200.148 l 296.25 +200.148 l 296.898 144.75 l 297.5 144.75 l 298.148 122.602 l 300 122.602 +l 300.648 96.801 l 301.25 93.102 l 305 93.102 l 305.648 89.398 l 545.801 + 89.398 l 546.398 85.699 l 563.301 85.699 l 563.949 82 l 986.102 82 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 537.619971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 5 \(90)4(th Perce)4(ntil)3(e\))]TJ +ET +0 1 0 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 532.602 m 1034.449 532.602 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 612.801 m 49.25 626.801 l 49.852 620.199 l 50.5 620.199 l 51.102 + 613.551 l 51.75 612.801 l 52.352 612.801 l 53 530.852 l 53.602 530.852 +l 54.25 379.5 l 54.852 382.449 l 55.5 372.852 l 56.102 372.852 l 56.75 333 + l 58 333 l 58.602 324.148 l 59.25 310.102 l 60.5 310.102 l 61.102 302.75 + l 61.75 309.398 l 62.352 309.398 l 63 308.648 l 64.25 308.648 l 64.852 +285 l 66.102 285 l 66.75 286.5 l 68 286.5 l 68.602 265.102 l 71.75 265.102 + l 72.352 251.051 l 73.602 251.051 l 74.25 244.398 l 75.5 244.398 l 76.102 + 232.602 l 76.75 232.602 l 77.352 123.352 l 78 123.352 l 78.602 96.051 l + 81.102 96.051 l 81.75 89.398 l 95.5 89.398 l 96.148 88.648 l 101.75 88.648 + l 102.398 81.25 l 111.148 81.25 l 111.75 74.648 l 158.648 74.648 l 159.301 + 73.898 l 183.051 73.898 l 183.699 67.25 l 204.352 67.25 l 204.949 66.5 +l 206.199 66.5 l 206.852 59.852 l 365.051 59.852 l 365.699 59.148 l 392.551 + 59.148 l 393.199 52.5 l 986.102 52.5 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 552.469971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 5 \(10)4(th Perce)4(ntil)3(e\))]TJ +ET +0 1 0 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 547.449 m 1034.449 547.449 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 651.898 m 49.25 665.199 l 49.852 658.551 l 53.602 658.551 l 54.25 + 651.199 l 60.5 651.199 l 61.102 650.449 l 69.25 650.449 l 69.852 643.801 + l 70.5 623.148 l 72.352 623.148 l 73 609.852 l 74.25 609.852 l 74.852 629.051 + l 75.5 608.352 l 76.102 468.852 l 76.75 468.852 l 77.352 429 l 78 429 l + 78.602 428.25 l 79.25 428.25 l 79.852 407.551 l 81.75 407.551 l 82.352 +386.898 l 83 386.898 l 83.602 378.051 l 89.898 378.051 l 90.5 364.75 l 91.75 + 364.75 l 92.398 355.898 l 93 355.898 l 93.648 364 l 112.398 364 l 113 348.5 + l 114.898 348.5 l 115.5 335.199 l 117.398 335.199 l 118 355.148 l 124.898 + 355.148 l 125.5 341.852 l 129.301 341.852 l 129.898 333.75 l 136.148 333.75 + l 136.801 319.699 l 153.648 319.699 l 154.301 318.25 l 156.801 318.25 l + 157.398 311.602 l 159.301 311.602 l 159.898 310.852 l 168.699 310.852 l + 169.301 297.551 l 175.551 297.551 l 176.199 276.148 l 176.801 262.898 l + 187.449 262.898 l 188.051 225.949 l 228.102 225.949 l 228.699 195.699 l + 229.352 189.051 l 230.602 189.051 l 231.199 169.102 l 233.699 169.102 l + 234.352 167.648 l 236.852 167.648 l 237.449 130 l 238.699 130 l 239.352 + 126.301 l 239.949 126.301 l 240.602 93.102 l 287.5 93.102 l 288.148 89.398 + l 381.301 89.398 l 381.949 82.75 l 986.102 82.75 l S Q +0 g +BT +13.333008 0 0 -13.333008 856.85 567.319971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 5 \(me)3(dia)3(n\))]TJ +ET +0 1 0 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +998.949 562.301 m 1034.449 562.301 l S Q +q 1 0 0 1 0 0 cm +48.602 635.699 m 49.25 643.051 l 52.352 643.051 l 53 639.352 l 53.602 643.051 + l 54.25 639.352 l 56.102 639.352 l 56.75 632 l 57.352 624.602 l 58.602 +624.602 l 59.25 609.852 l 59.852 602.449 l 60.5 598.75 l 61.102 388.398 +l 61.75 384.699 l 64.25 384.699 l 64.852 381 l 66.102 381 l 66.75 366.25 + l 67.352 351.449 l 68 336.699 l 69.25 336.699 l 69.852 340.398 l 70.5 336.699 + l 71.102 336.699 l 71.75 333 l 73 333 l 73.602 336.699 l 74.25 333 l 85.5 + 333 l 86.102 329.301 l 86.75 318.25 l 89.898 318.25 l 90.5 314.551 l 93 + 314.551 l 93.648 318.25 l 96.148 318.25 l 96.75 310.852 l 98.648 310.852 + l 99.25 292.398 l 99.898 266.551 l 103.648 266.551 l 104.25 259.199 l 104.898 + 259.199 l 105.5 251.801 l 113 251.801 l 113.648 229.648 l 114.898 229.648 + l 115.5 222.25 l 124.25 222.25 l 124.898 203.801 l 127.398 203.801 l 128.051 + 163.199 l 133.648 163.199 l 134.301 126.301 l 135.551 126.301 l 136.148 + 111.551 l 138.648 111.551 l 139.301 104.148 l 141.801 104.148 l 142.398 + 93.102 l 143.051 93.102 l 143.648 89.398 l 187.449 89.398 l 188.051 85.699 + l 188.699 82 l 214.949 82 l 215.602 78.301 l 229.949 78.301 l 230.602 74.648 + l 334.398 74.648 l 335.051 70.949 l 338.148 70.949 l 338.801 74.648 l 376.301 + 74.648 l 376.949 70.949 l 386.949 70.949 l 387.551 67.25 l 896.648 67.25 + l 897.301 63.551 l 986.102 63.551 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 582.169971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 6 \(90)4(th Perce)4(ntil)3(e\))]TJ +ET +0 1 1 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 577.148 m 1034.449 577.148 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 606.148 m 49.25 612.801 l 49.852 620.199 l 50.5 613.551 l 51.102 + 613.551 l 51.75 612.801 l 52.352 612.801 l 53 606.148 l 53.602 448.148 +l 54.25 416.449 l 54.852 369.898 l 55.5 355.148 l 56.102 353.699 l 56.75 + 347.051 l 57.352 338.199 l 58 347.051 l 58.602 317.5 l 59.25 324.898 l +60.5 324.898 l 61.102 316.75 l 61.75 315.301 l 63 315.301 l 63.602 279.102 + l 64.25 192.75 l 64.852 191.25 l 65.5 176.5 l 66.102 171.352 l 66.75 171.352 + l 67.352 131.449 l 68 111.551 l 69.852 111.551 l 70.5 110.801 l 72.352 +110.801 l 73 103.398 l 76.75 103.398 l 77.352 96.801 l 79.25 96.801 l 79.852 + 96.051 l 86.102 96.051 l 86.75 88.648 l 88 88.648 l 88.648 82 l 106.148 + 82 l 106.75 81.25 l 114.898 81.25 l 115.5 74.648 l 122.398 74.648 l 123 + 73.898 l 141.801 73.898 l 142.398 67.25 l 209.949 67.25 l 210.602 66.5 +l 244.352 66.5 l 245 59.852 l 445.75 59.852 l 446.352 59.148 l 473.25 59.148 + l 473.898 52.5 l 986.102 52.5 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 597.019971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 6 \(10)4(th Perce)4(ntil)3(e\))]TJ +ET +0 1 1 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 592 m 1034.449 592 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 657.852 m 56.102 657.852 l 56.75 651.199 l 58 651.199 l 58.602 643.051 + l 59.852 643.051 l 60.5 636.398 l 69.25 636.398 l 69.852 629.051 l 70.5 + 629.051 l 71.102 621.648 l 71.75 422.352 l 72.352 362.551 l 74.25 362.551 + l 74.852 355.148 l 77.352 355.148 l 78 355.898 l 78.602 355.148 l 98.648 + 355.148 l 99.25 348.5 l 103.648 348.5 l 104.25 341.148 l 104.898 340.398 + l 105.5 340.398 l 106.148 341.148 l 107.398 341.148 l 108 340.398 l 111.75 + 340.398 l 112.398 320.449 l 122.398 320.449 l 123 287.25 l 123.648 283.551 + l 138.051 283.551 l 138.648 282.801 l 142.398 282.801 l 143.051 282.051 + l 143.648 282.051 l 144.301 281.352 l 146.148 281.352 l 146.801 214.898 + l 148.051 214.898 l 148.648 208.25 l 151.801 208.25 l 152.398 140.352 l + 156.801 140.352 l 157.398 133.699 l 158.051 120.398 l 158.648 112.301 l + 159.898 112.301 l 160.551 104.898 l 178.051 104.898 l 178.699 97.5 l 181.199 + 97.5 l 181.801 90.852 l 185.551 90.852 l 186.199 89.398 l 282.5 89.398 +l 283.148 82.75 l 298.75 82.75 l 299.398 82 l 547.051 82 l 547.648 75.352 + l 609.602 75.352 l 610.199 74.648 l 986.102 74.648 l S Q +0 g +BT +13.333008 0 0 -13.333008 856.85 611.869971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 6 \(me)3(dia)3(n\))]TJ +ET +0 1 1 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +998.949 606.852 m 1034.449 606.852 l S Q +q 1 0 0 1 0 0 cm +48.602 635.699 m 54.852 635.699 l 55.5 632 l 56.102 628.301 l 56.75 624.602 + l 57.352 617.25 l 58 617.25 l 58.602 609.852 l 59.25 491.75 l 59.852 491.75 + l 60.5 373.602 l 61.75 373.602 l 62.352 355.148 l 66.102 355.148 l 66.75 + 351.449 l 68 351.449 l 68.602 347.75 l 69.25 344.102 l 69.852 344.102 l + 70.5 336.699 l 71.102 333 l 71.75 333 l 72.352 321.949 l 73 321.949 l 73.602 + 325.648 l 74.25 321.949 l 74.852 318.25 l 75.5 325.648 l 76.102 321.949 + l 76.75 318.25 l 77.352 321.949 l 78 321.949 l 78.602 310.852 l 79.25 303.5 + l 83.602 303.5 l 84.25 296.102 l 85.5 296.102 l 86.102 292.398 l 86.75 +273.949 l 87.398 273.949 l 88 259.199 l 88.648 222.25 l 90.5 222.25 l 91.148 + 218.602 l 91.75 218.602 l 92.398 200.148 l 98.648 200.148 l 99.25 166.898 + l 101.75 166.898 l 102.398 155.852 l 103 148.449 l 104.898 148.449 l 105.5 + 122.602 l 106.75 122.602 l 107.398 111.551 l 108.648 111.551 l 109.25 107.852 + l 109.898 107.852 l 110.5 104.148 l 114.898 104.148 l 115.5 96.801 l 118 + 96.801 l 118.648 89.398 l 119.898 89.398 l 120.5 85.699 l 127.398 85.699 + l 128.051 82 l 168.699 82 l 169.301 78.301 l 213.102 78.301 l 213.699 74.648 + l 373.801 74.648 l 374.449 70.949 l 417.602 70.949 l 418.199 67.25 l 847.25 + 67.25 l 847.852 63.551 l 931.051 63.551 l 931.648 59.852 l 986.102 59.852 + l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 626.719971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 7 \(90)4(th Perce)4(ntil)3(e\))]TJ +ET +0.627451 0.12549 0.941176 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 621.699 m 1034.449 621.699 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 387.648 m 49.25 354.398 l 49.852 344.801 l 50.5 324.898 l 56.102 + 324.898 l 56.75 318.25 l 66.102 318.25 l 66.75 317.5 l 68 317.5 l 68.602 + 290.199 l 79.852 290.199 l 80.5 237.051 l 81.102 101.949 l 84.25 101.949 + l 84.852 88.648 l 86.75 88.648 l 87.398 82 l 103.648 82 l 104.25 81.25 +l 153.648 81.25 l 154.301 74.648 l 986.102 74.648 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 641.569971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 7 \(10)4(th Perce)4(ntil)3(e\))]TJ +ET +0.627451 0.12549 0.941176 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 636.551 m 1034.449 636.551 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 643.051 m 54.852 643.051 l 55.5 636.398 l 56.102 635.699 l 57.352 + 635.699 l 58 629.051 l 58.602 635.699 l 61.75 635.699 l 62.352 622.398 +l 63.602 622.398 l 64.25 614.25 l 65.5 614.25 l 66.102 613.551 l 68.602 +613.551 l 69.25 460.699 l 83 460.699 l 83.602 457.75 l 84.25 457.75 l 84.852 + 457.051 l 85.5 457.051 l 86.102 410.5 l 91.148 410.5 l 91.75 408.301 l +92.398 388.398 l 93 388.398 l 93.648 371.398 l 103.648 371.398 l 104.25 +369.898 l 121.148 369.898 l 121.75 363.301 l 160.551 363.301 l 161.148 362.551 + l 165.551 362.551 l 166.199 355.898 l 184.949 355.898 l 185.551 349.25 +l 388.801 349.25 l 389.449 327.852 l 391.301 327.852 l 391.949 312.352 l + 459.5 312.352 l 460.102 326.352 l 462.602 326.352 l 463.25 285.75 l 631.5 + 285.75 l 632.102 283.551 l 632.75 201.602 l 634 201.602 l 634.602 175.051 + l 640.25 175.051 l 640.852 168.398 l 641.5 115.25 l 707.148 115.25 l 707.801 + 112.301 l 713.398 112.301 l 714.051 108.602 l 718.398 108.602 l 719.051 + 103.398 l 721.551 103.398 l 722.148 98.25 l 726.551 98.25 l 727.148 96.801 + l 740.898 96.801 l 741.551 90.148 l 772.199 90.148 l 772.801 89.398 l 986.102 + 89.398 l S Q +0 g +BT +13.333008 0 0 -13.333008 856.85 656.419971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 7 \(me)3(dia)3(n\))]TJ +ET +0.627451 0.12549 0.941176 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +998.949 651.398 m 1034.449 651.398 l S Q +q 1 0 0 1 0 0 cm +48.602 620.898 m 49.25 617.25 l 49.852 613.551 l 53 613.551 l 53.602 609.852 + l 54.25 602.449 l 54.852 572.949 l 55.5 572.949 l 56.102 539.699 l 56.75 + 440.051 l 57.352 440.051 l 58 392.051 l 59.25 392.051 l 59.852 381 l 60.5 + 381 l 61.102 377.301 l 61.75 373.602 l 62.352 366.25 l 63.602 366.25 l +64.25 362.551 l 64.852 362.551 l 65.5 358.852 l 66.102 358.852 l 66.75 355.148 + l 68 355.148 l 68.602 347.75 l 70.5 347.75 l 71.102 344.102 l 74.852 344.102 + l 75.5 340.398 l 89.25 340.398 l 89.898 333 l 91.75 333 l 92.398 321.949 + l 93 321.949 l 93.648 318.25 l 94.25 318.25 l 94.898 321.949 l 96.75 321.949 + l 97.398 318.25 l 138.648 318.25 l 139.301 314.551 l 148.648 314.551 l +149.301 310.852 l 154.301 310.852 l 154.898 296.102 l 162.398 296.102 l +163.051 248.102 l 176.801 248.102 l 177.449 225.949 l 180.551 225.949 l +181.199 207.5 l 183.051 207.5 l 183.699 203.801 l 189.301 203.801 l 189.949 + 200.148 l 190.551 181.648 l 193.051 181.648 l 193.699 159.551 l 196.199 + 159.551 l 196.801 126.301 l 198.051 126.301 l 198.699 111.551 l 200.551 + 111.551 l 201.199 96.801 l 205.602 96.801 l 206.199 93.102 l 224.352 93.102 + l 224.949 89.398 l 318.148 89.398 l 318.801 85.699 l 346.898 85.699 l 347.551 + 82 l 986.102 82 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 671.269971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 8 \(90)4(th Perce)4(ntil)3(e\))]TJ +ET +0.117647 0.564706 1 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 666.25 m 1034.449 666.25 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 333 m 49.25 332.25 l 49.852 325.648 l 52.352 325.648 l 53 324.148 + l 54.25 324.148 l 54.852 310.102 l 55.5 301.25 l 57.352 301.25 l 58 288 + l 58.602 288 l 59.25 279.102 l 61.102 279.102 l 61.75 251.801 l 63 251.801 + l 63.602 218.602 l 65.5 218.602 l 66.102 198.648 l 66.75 178.699 l 67.352 + 178.699 l 68 117.449 l 69.852 117.449 l 70.5 104.148 l 71.102 104.148 l + 71.75 102.699 l 72.352 96.051 l 73.602 96.051 l 74.25 89.398 l 76.75 89.398 + l 77.352 88.648 l 81.75 88.648 l 82.352 82 l 89.898 82 l 90.5 81.25 l 113.648 + 81.25 l 114.25 74.648 l 158.648 74.648 l 159.301 73.898 l 172.449 73.898 + l 173.051 67.25 l 191.801 67.25 l 192.449 66.5 l 202.449 66.5 l 203.102 + 59.852 l 487.648 59.852 l 488.25 59.148 l 646.5 59.148 l 647.102 52.5 l + 986.102 52.5 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 686.119971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 8 \(10)4(th Perce)4(ntil)3(e\))]TJ +ET +0.117647 0.564706 1 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 681.102 m 1034.449 681.102 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 630.5 m 49.25 621.648 l 49.852 614.25 l 50.5 614.25 l 51.102 479.199 + l 51.75 420.102 l 52.352 400.199 l 53 385.398 l 53.602 385.398 l 54.25 +392.801 l 54.852 392.801 l 55.5 369.898 l 61.75 369.898 l 62.352 362.551 + l 63.602 362.551 l 64.25 355.898 l 64.852 355.898 l 65.5 362.551 l 70.5 + 362.551 l 71.102 355.898 l 74.25 355.898 l 74.852 362.551 l 79.25 362.551 + l 79.852 355.898 l 96.148 355.898 l 96.75 348.5 l 109.898 348.5 l 110.5 + 347.75 l 133.648 347.75 l 134.301 341.148 l 141.148 341.148 l 141.801 227.449 + l 144.301 227.449 l 144.898 220.801 l 145.551 220.801 l 146.148 211.199 + l 150.551 211.199 l 151.148 174.301 l 159.898 174.301 l 160.551 154.352 + l 187.449 154.352 l 188.051 121.148 l 198.699 121.148 l 199.301 98.25 l + 212.449 98.25 l 213.102 90.148 l 220.602 90.148 l 221.199 89.398 l 948.551 + 89.398 l 949.199 82.75 l 986.102 82.75 l S Q +0 g +BT +13.333008 0 0 -13.333008 856.85 700.969971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 8 \(me)3(dia)3(n\))]TJ +ET +0.117647 0.564706 1 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +998.949 695.949 m 1034.449 695.949 l S Q +q 1 0 0 1 0 0 cm +48.602 425.301 m 49.25 381 l 49.852 355.148 l 51.102 355.148 l 51.75 351.449 + l 52.352 351.449 l 53 347.75 l 53.602 351.449 l 54.25 347.75 l 54.852 347.75 + l 55.5 340.398 l 56.102 347.75 l 56.75 344.102 l 57.352 340.398 l 62.352 + 340.398 l 63 336.699 l 63.602 333 l 64.25 336.699 l 64.852 340.398 l 65.5 + 336.699 l 66.102 336.699 l 66.75 340.398 l 67.352 333 l 68 333 l 68.602 + 336.699 l 69.25 340.398 l 69.852 336.699 l 70.5 333 l 74.25 333 l 74.852 + 336.699 l 75.5 333 l 79.25 333 l 79.852 321.949 l 81.75 321.949 l 82.352 + 310.852 l 83 321.949 l 85.5 321.949 l 86.102 307.148 l 86.75 307.148 l +87.398 285 l 88.648 285 l 89.25 262.898 l 91.148 262.898 l 91.75 259.199 + l 93.648 259.199 l 94.25 192.75 l 98.648 192.75 l 99.25 141.051 l 99.898 + 137.398 l 100.5 115.25 l 101.148 115.25 l 101.75 107.852 l 103 107.852 +l 103.648 96.801 l 117.398 96.801 l 118 93.102 l 119.898 93.102 l 120.5 +89.398 l 148.648 89.398 l 149.301 85.699 l 151.801 85.699 l 152.398 82 l + 224.949 82 l 225.602 78.301 l 272.5 78.301 l 273.102 74.648 l 470.75 74.648 + l 471.352 70.949 l 565.199 70.949 l 565.801 67.25 l 986.102 67.25 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 715.819971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 9 \(90)4(th Perce)4(ntil)3(e\))]TJ +ET +1 0.0784314 0.576471 rg +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 710.801 m 1034.449 710.801 l S Q +[ 2.75 2.75 2.75 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 325.648 m 49.25 324.898 l 49.852 318.25 l 53 318.25 l 53.602 324.898 + l 54.25 318.25 l 56.75 318.25 l 57.352 310.852 l 64.852 310.852 l 65.5 +310.102 l 68.602 310.102 l 69.25 299.801 l 72.352 299.801 l 73 264.352 l + 73.602 242.949 l 74.852 242.949 l 75.5 228.898 l 83 228.898 l 83.602 175.051 + l 84.25 146.25 l 84.852 146.25 l 85.5 122.602 l 86.102 115.949 l 87.398 + 115.949 l 88 102.699 l 88.648 88.648 l 89.898 88.648 l 90.5 82 l 106.148 + 82 l 106.75 81.25 l 111.75 81.25 l 112.398 74.648 l 121.148 74.648 l 121.75 + 73.898 l 133.051 73.898 l 133.648 67.25 l 156.148 67.25 l 156.801 66.5 +l 191.199 66.5 l 191.801 59.852 l 497 59.852 l 497.648 59.148 l 501.398 +59.148 l 502 52.5 l 986.102 52.5 l S Q +0 g +BT +13.333008 0 0 -13.333008 811.7 730.669971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 9 \(10)4(th Perce)4(ntil)3(e\))]TJ +ET +1 0.0784314 0.576471 rg +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +998.949 725.648 m 1034.449 725.648 l S Q +[ 5.5 2.75 5.5 2.75] 0 d +q 1 0 0 1 0 0 cm +48.602 628.301 m 49.25 628.301 l 49.852 615 l 51.102 615 l 51.75 471.801 + l 52.352 471.801 l 53 424.551 l 53.602 401.648 l 54.25 379.5 l 54.852 379.5 + l 55.5 377.301 l 56.102 377.301 l 56.75 370.648 l 58.602 370.648 l 59.25 + 369.898 l 61.102 369.898 l 61.75 370.648 l 62.352 370.648 l 63 377.301 +l 63.602 377.301 l 64.25 370.648 l 73.602 370.648 l 74.25 363.301 l 74.852 + 363.301 l 75.5 355.898 l 76.75 355.898 l 77.352 363.301 l 92.398 363.301 + l 93 356.648 l 93.648 355.148 l 126.801 355.148 l 127.398 348.5 l 128.051 + 348.5 l 128.648 347.75 l 154.301 347.75 l 154.898 327.852 l 171.801 327.852 + l 172.449 312.352 l 189.949 312.352 l 190.551 297.551 l 191.801 297.551 + l 192.449 296.102 l 193.051 296.102 l 193.699 220.801 l 194.949 220.801 + l 195.551 188.301 l 203.699 188.301 l 204.352 161.75 l 206.852 161.75 l + 207.449 108.602 l 218.102 108.602 l 218.699 101.949 l 229.949 101.949 l + 230.602 89.398 l 318.801 89.398 l 319.398 82.75 l 423.199 82.75 l 423.852 + 82 l 524.551 82 l 525.148 75.352 l 720.301 75.352 l 720.898 74.648 l 986.102 + 74.648 l S Q +0 g +BT +13.333008 0 0 -13.333008 856.85 745.519971 Tm +/f-0-0 1 Tf +[(Expe)3(rimen)3(t 9 \(me)3(dia)3(n\))]TJ +ET +1 0.0784314 0.576471 rg +[] 0.0 d +q 1 0 0 1 0 0 cm +998.949 740.5 m 1034.449 740.5 l S Q +q 1 0 0 1 0 0 cm +48.602 366.25 m 49.25 351.449 l 49.852 351.449 l 50.5 355.148 l 51.102 +351.449 l 51.75 347.75 l 59.25 347.75 l 59.852 340.398 l 61.102 340.398 +l 61.75 344.102 l 62.352 344.102 l 63 347.75 l 63.602 347.75 l 64.25 344.102 + l 64.852 340.398 l 65.5 344.102 l 66.102 344.102 l 66.75 340.398 l 67.352 + 340.398 l 68 344.102 l 68.602 340.398 l 74.852 340.398 l 75.5 336.699 l + 76.75 336.699 l 77.352 340.398 l 80.5 340.398 l 81.102 336.699 l 81.75 +336.699 l 82.352 333 l 88 333 l 88.648 329.301 l 89.898 329.301 l 90.5 333 + l 93 333 l 93.648 307.148 l 108 307.148 l 108.648 281.352 l 111.75 281.352 + l 112.398 273.949 l 113 248.102 l 113.648 248.102 l 114.25 240.75 l 114.898 + 240.75 l 115.5 237.051 l 116.148 237.051 l 116.75 218.602 l 117.398 218.602 + l 118 214.898 l 121.75 214.898 l 122.398 207.5 l 130.551 207.5 l 131.148 + 159.551 l 131.801 137.398 l 132.398 118.898 l 133.051 118.898 l 133.648 + 115.25 l 135.551 115.25 l 136.148 100.449 l 138.648 100.449 l 139.301 93.102 + l 139.898 93.102 l 140.551 89.398 l 180.551 89.398 l 181.199 85.699 l 188.051 + 85.699 l 188.699 82 l 196.801 82 l 197.449 78.301 l 204.949 78.301 l 205.602 + 74.648 l 255 74.648 l 255.602 70.949 l 435.102 70.949 l 435.75 67.25 l +720.301 67.25 l 720.898 63.551 l 986.102 63.551 l S Q +0 g +q 1 0 0 1 0 0 cm +48.602 45.102 1000.648 708.699 re S Q +BT +13.333008 0 0 -13.333008 263.275 27.869971 Tm +/f-0-0 1 Tf +[(Accu)3(racy)3( au)3(f den)4( )19(T)37(ranin)3(gs)3(date)3(n \374)3(ber \ +d)3(ie Ze)3(it \(Daten)3(sat)3(z Iris)3(, )20(T)37(raini)3(ert au)3(f ba) +3(lan)3(ci)3(erter )57(Accu)3(racy)3(\))]TJ +ET +Q Q +showpage +%%Trailer +end +%%EOF diff --git a/old/out.pdf b/old/out.pdf new file mode 100644 index 0000000..84a760f Binary files /dev/null and b/old/out.pdf differ diff --git a/old/results_both_german_raw.pdf b/old/results_both_german_raw.pdf new file mode 100644 index 0000000..d26d16d Binary files /dev/null and b/old/results_both_german_raw.pdf differ diff --git a/old/results_both_iris_raw.pdf b/old/results_both_iris_raw.pdf new file mode 100644 index 0000000..2c43fa9 Binary files /dev/null and b/old/results_both_iris_raw.pdf differ diff --git a/old/results_both_nurse_raw.pdf b/old/results_both_nurse_raw.pdf new file mode 100644 index 0000000..d51ff1f Binary files /dev/null and b/old/results_both_nurse_raw.pdf differ diff --git a/old/results_both_wc_nurse_raw.pdf b/old/results_both_wc_nurse_raw.pdf new file mode 100644 index 0000000..f621e74 Binary files /dev/null and b/old/results_both_wc_nurse_raw.pdf differ diff --git a/old/results_both_ws_german_raw.pdf b/old/results_both_ws_german_raw.pdf new file mode 100644 index 0000000..e53c47f Binary files /dev/null and b/old/results_both_ws_german_raw.pdf differ diff --git a/old/results_both_ws_iris_raw.pdf b/old/results_both_ws_iris_raw.pdf new file mode 100644 index 0000000..24c9b43 Binary files /dev/null and b/old/results_both_ws_iris_raw.pdf differ diff --git a/old/results_german_balanced.pdf b/old/results_german_balanced.pdf new file mode 100644 index 0000000..5dc1739 Binary files /dev/null and b/old/results_german_balanced.pdf differ diff --git a/old/results_german_raw.pdf b/old/results_german_raw.pdf new file mode 100644 index 0000000..e77b257 Binary files /dev/null and b/old/results_german_raw.pdf differ diff --git a/old/results_iris_balanced.pdf b/old/results_iris_balanced.pdf new file mode 100644 index 0000000..7d01af4 Binary files /dev/null and b/old/results_iris_balanced.pdf differ diff --git a/old/results_iris_raw.pdf b/old/results_iris_raw.pdf new file mode 100644 index 0000000..9354b82 Binary files /dev/null and b/old/results_iris_raw.pdf differ diff --git a/old/results_nurse_raw.pdf b/old/results_nurse_raw.pdf new file mode 100644 index 0000000..cfdc086 Binary files /dev/null and b/old/results_nurse_raw.pdf differ diff --git a/old/results_training_german_raw.pdf b/old/results_training_german_raw.pdf new file mode 100644 index 0000000..47841f2 Binary files /dev/null and b/old/results_training_german_raw.pdf differ diff --git a/old/results_training_iris_raw.pdf b/old/results_training_iris_raw.pdf new file mode 100644 index 0000000..9b30363 Binary files /dev/null and b/old/results_training_iris_raw.pdf differ diff --git a/old/results_training_nurse_raw.pdf b/old/results_training_nurse_raw.pdf new file mode 100644 index 0000000..359b227 Binary files /dev/null and b/old/results_training_nurse_raw.pdf differ diff --git a/old/size_raw_german.pdf b/old/size_raw_german.pdf new file mode 100644 index 0000000..c92294a Binary files /dev/null and b/old/size_raw_german.pdf differ diff --git a/old/size_raw_german_ne.pdf b/old/size_raw_german_ne.pdf new file mode 100644 index 0000000..cdf1660 Binary files /dev/null and b/old/size_raw_german_ne.pdf differ diff --git a/plot_all.sh b/plot_all.sh new file mode 100755 index 0000000..8c814d2 --- /dev/null +++ b/plot_all.sh @@ -0,0 +1,42 @@ +#/bin/bash + +gnuplot -c ./plot_final_german_cost_single '"../result/output/results_size_german"' '"../result/output/training_results_german"' > ./results_both_colored_german_cost.pdf +gnuplot -c ./plot_german_cost_over_time_with_error \"../result/output/averaged_{0..8}_german\" > cost_german.pdf +gnuplot -c ./plot_german_cost_over_time \"../result/output/averaged_{0..8}_german\" > cost_german_ne.pdf +gnuplot -c ./plot_size_over_time_with_error \"../result/output/averaged_{0..8}_german\" > size_cost_german.pdf +gnuplot -c ./plot_size_over_time \"../result/output/averaged_{0..8}_german\" > size_cost_german_ne.pdf + + +gnuplot -c ./plot_final_accuracy_single '"../result/output_run1/iris_balanced_accuracy/results_size_iris"' '"../result/output_run1/iris_balanced_accuracy/training_results_iris"' > ./results_both_colored_iris_balanced.pdf +gnuplot -c ./plot_size_over_time \"../result/output_run1/iris_balanced_accuracy/averaged_{0..8}_iris\" > size_balanced_iris_ne.pdf +gnuplot -c ./plot_size_over_time_with_error \"../result/output_run1/iris_balanced_accuracy/averaged_{0..8}_iris\" > size_balanced_iris.pdf +gnuplot -c ./plot_fitness_over_time \"../result/output_run1/iris_balanced_accuracy/averaged_{0..8}_iris\" > accuracy_balanced_iris_ne.pdf +gnuplot -c ./plot_fitness_over_time_with_error \"../result/output_run1/iris_balanced_accuracy/averaged_{0..8}_iris\" > accuracy_balanced_iris.pdf + +gnuplot -c ./plot_final_accuracy_single '"../result/output_run1/german_balanced_accuracy/results_size_german"' '"../result/output_run1/german_balanced_accuracy/training_results_german"' > ./results_both_colored_german_balanced.pdf +gnuplot -c ./plot_size_over_time \"../result/output_run1/german_balanced_accuracy/averaged_{0..8}_german\" > size_balanced_german_ne.pdf +gnuplot -c ./plot_size_over_time_with_error \"../result/output_run1/german_balanced_accuracy/averaged_{0..8}_german\" > size_balanced_german.pdf +gnuplot -c ./plot_fitness_over_time \"../result/output_run1/german_balanced_accuracy/averaged_{0..8}_german\" > accuracy_balanced_german_ne.pdf +gnuplot -c ./plot_fitness_over_time_with_error \"../result/output_run1/german_balanced_accuracy/averaged_{0..8}_german\" > accuracy_balanced_german.pdf + +gnuplot -c ./plot_final_accuracy_single '"../result/output_run1/nurse_raw_accuracy/results_size_nurse"' '"../result/output_run1/nurse_raw_accuracy/training_results_nurse"' > ./results_both_colored_nurse_raw.pdf +gnuplot -c ./plot_size_over_time \"../result/output_run1/nurse_raw_accuracy/averaged_{0..8}_nurse\" > size_raw_nurse_ne.pdf +gnuplot -c ./plot_size_over_time_with_error \"../result/output_run1/nurse_raw_accuracy/averaged_{0..8}_nurse\" > size_raw_nurse.pdf +gnuplot -c ./plot_fitness_over_time \"../result/output_run1/nurse_raw_accuracy/averaged_{0..8}_nurse\" > accuracy_raw_nurse_ne.pdf +gnuplot -c ./plot_fitness_over_time_with_error \"../result/output_run1/nurse_raw_accuracy/averaged_{0..8}_nurse\" > accuracy_raw_nurse.pdf + +gnuplot -c ./plot_final_accuracy_single '"../result/output_2/results_size_iris"' '"../result/output_2/results_iris_training"' > ./results_both_colored_iris_raw.pdf +gnuplot -c ./plot_size_over_time \"../result/output_2/averaged_{0..8}_iris\" > size_raw_iris_ne.pdf +gnuplot -c ./plot_size_over_time_with_error \"../result/output_2/averaged_{0..8}_iris\" > size_raw_iris.pdf +gnuplot -c ./plot_fitness_over_time \"../result/output_2/averaged_{0..8}_iris\" > accuracy_raw_iris_ne.pdf +gnuplot -c ./plot_fitness_over_time_with_error \"../result/output_2/averaged_{0..8}_iris\" > accuracy_raw_iris.pdf + +gnuplot -c ./plot_final_accuracy_single '"../result/output_2/results_size_german"' '"../result/output_2/training_results_german"' > ./results_both_colored_german_raw.pdf +gnuplot -c ./plot_size_over_time \"../result/output_2/averaged_{1..9}_german\" > size_raw_german_ne.pdf +gnuplot -c ./plot_size_over_time_with_error \"../result/output_2/averaged_{1..9}_german\" > size_raw_german.pdf +gnuplot -c ./plot_fitness_over_time \"../result/output_2/averaged_{1..9}_german\" > accuracy_raw_german_ne.pdf +gnuplot -c ./plot_fitness_over_time_with_error \"../result/output_2/averaged_{1..9}_german\" > accuracy_raw_german.pdf + + + + diff --git a/plot_final_accuracy_single b/plot_final_accuracy_single new file mode 100644 index 0000000..a0c9834 --- /dev/null +++ b/plot_final_accuracy_single @@ -0,0 +1,35 @@ +set terminal pdfcairo transparent enhanced font "arial,10" fontscale 1 size 14.9in,9.0in +set output +set border 2 front lt black linewidth 1.000 dashtype solid +set xtics border in scale 0,0 nomirror norotate autojustify +set xtics ("N:d4" 1,"N:d8" 2,"N:d9" 3,"F:d4" 4,"F:d8" 5,"F:d9" 6,"K:d4" 7,"K:d8" 8,"K:d9" 9) norangelimit +set ytics border in scale 1,0.5 nomirror norotate autojustify +set mytics 8 +#set ytics rangelimit autofreq +unset title +set xrange [ 0.50000 : 9.50000 ] noreverse nowriteback +set x2range [ * : * ] noreverse writeback +set yrange [ * : * ] noreverse writeback +set y2range [ * : * ] noreverse writeback +set zrange [ * : * ] noreverse writeback +set cbrange [ * : * ] noreverse writeback +set rrange [ * : * ] noreverse writeback +set palette model HSV +set palette defined ( 0 0.3 1 1, 1 0.7 1 1 ) +set jitter overlap 0.7 spread 1.0 wrap 8 +NO_ANIMATION = 1 +set colorbox +set key bottom right +set cblabel "Ausdrucksgröße" +set ylabel "Accuracy" + +set logscale cb +set cbtics 2 +set style boxplot nooutliers medianlinewidth 3.0 +set grid mytics ytics + +plot @ARG1 using (column(-2)+1):1:2 title "Testdatensatz" pt 7 ps 1 lc palette z, \ + @ARG2 using (column(-2)+1):1 title "Trainingsdatensatz" pt 3 ps 1 lc "#ff1493", \ + for [i = 0:8] @ARG1 index i using (column(-2)+1):1 notitle pt 7 ps 1 lc black with boxplot + +#("Experiment ".column(-2)." (accuracy)") diff --git a/plot_final_german_cost_single b/plot_final_german_cost_single new file mode 100644 index 0000000..2af030b --- /dev/null +++ b/plot_final_german_cost_single @@ -0,0 +1,35 @@ +set terminal pdfcairo transparent enhanced font "arial,10" fontscale 1 size 14.9in,9.0in +set output +set border 2 front lt black linewidth 1.000 dashtype solid +set xtics border in scale 0,0 nomirror norotate autojustify +set xtics ("N:d4" 1,"N:d8" 2,"N:d9" 3,"F:d4" 4,"F:d8" 5,"F:d9" 6,"K:d4" 7,"K:d8" 8,"K:d9" 9) norangelimit +set ytics border in scale 1,0.5 nomirror norotate autojustify +set mytics 8 +#set ytics rangelimit autofreq +unset title +set xrange [ 0.50000 : 9.50000 ] noreverse nowriteback +set x2range [ * : * ] noreverse writeback +set yrange [ * : * ] noreverse writeback +set y2range [ * : * ] noreverse writeback +set zrange [ * : * ] noreverse writeback +set cbrange [ * : * ] noreverse writeback +set rrange [ * : * ] noreverse writeback +set palette model HSV +set palette defined ( 0 0.3 1 1, 1 0.7 1 1 ) +set jitter overlap 0.7 spread 1.0 wrap 8 +NO_ANIMATION = 1 +set colorbox +set key bottom right +set cblabel "Ausdrucksgröße" +set ylabel "Durchschnittskosten" + +set logscale cb +set cbtics 2 +set style boxplot nooutliers medianlinewidth 3.0 +set grid mytics ytics + +plot @ARG1 using (column(-2)+1):(column(1)/200):2 title "Testdatensatz" pt 7 ps 1 lc palette z, \ + @ARG2 using (column(-2)+1):(column(1)/800) title "Trainingsdatensatz" pt 3 ps 1 lc "#ff1493", \ + for [i = 0:8] @ARG1 index i using (column(-2)+1):(column(1)/200) notitle pt 7 ps 1 lc black with boxplot + +#("Experiment ".column(-2)." (accuracy)") diff --git a/plot_fitness_over_time b/plot_fitness_over_time new file mode 100644 index 0000000..44b8f5d --- /dev/null +++ b/plot_fitness_over_time @@ -0,0 +1,28 @@ +set terminal pdfcairo transparent enhanced font "arial,10" fontscale 1 size 14.9in,9.0in +set output +set style data lines +unset title +set xrange [ * : * ] noreverse writeback +set x2range [ * : * ] noreverse writeback +set yrange [ * : * ] noreverse nowriteback +set y2range [ * : * ] noreverse writeback +set zrange [ * : * ] noreverse writeback +set cbrange [ * : * ] noreverse writeback +set rrange [ * : * ] noreverse writeback +set palette rgbformulae 3,2,2 mode HSV +NO_ANIMATION = 1 +set style fill transparent solid 0.1 +unset colorbox +set key outside +set ylabel "Accuracy" +set xlabel "Schritt" + +plot @ARG1 using 1:2 with lines lc "#006400" title "N:d4 (median)", \ + @ARG2 using 1:2 with lines lc "#bc8f8f" title "N:d8 (median)", \ + @ARG3 using 1:2 with lines lc "#ff0000" title "N:d9 (median)", \ + @ARG4 using 1:2 with lines lc "#ffd700" title "F:d4 (median)", \ + @ARG5 using 1:2 with lines lc "#00ff00" title "F:d8 (median)", \ + @ARG6 using 1:2 with lines lc "#00ffff" title "F:d9 (median)", \ + @ARG7 using 1:2 with lines lc "#a020f0" title "K:d4 (median)", \ + @ARG8 using 1:2 with lines lc "#1e90ff" title "K:d8 (median)", \ + @ARG9 using 1:2 with lines lc "#ff1493" title "K:d9 (median)" diff --git a/plot_fitness_over_time_with_error b/plot_fitness_over_time_with_error new file mode 100644 index 0000000..095523c --- /dev/null +++ b/plot_fitness_over_time_with_error @@ -0,0 +1,46 @@ +set terminal pdfcairo transparent enhanced font "arial,10" fontscale 1 size 14.9in,9.0in +set output +set style data lines +unset title +set xrange [ * : * ] noreverse writeback +set x2range [ * : * ] noreverse writeback +set yrange [ * : * ] noreverse nowriteback +set y2range [ * : * ] noreverse writeback +set zrange [ * : * ] noreverse writeback +set cbrange [ * : * ] noreverse writeback +set rrange [ * : * ] noreverse writeback +set palette rgbformulae 3,2,2 mode HSV +NO_ANIMATION = 1 +set style fill transparent solid 0.1 +unset colorbox +set key outside +set ylabel "Accuracy" +set xlabel "Schritt" + +plot @ARG1 using 1:3 with lines lc "#006400" dt "--" title "N:d4 (90th Percentile)", \ + @ARG1 using 1:4 with lines lc "#006400" dt "__" title "N:d4 (10th Percentile)", \ + @ARG1 using 1:2 with lines lc "#006400" title "N:d4 (median)", \ + @ARG2 using 1:3 with lines lc "#bc8f8f" dt "--" title "N:d8 (90th Percentile)", \ + @ARG2 using 1:4 with lines lc "#bc8f8f" dt "__" title "N:d8 (10th Percentile)", \ + @ARG2 using 1:2 with lines lc "#bc8f8f" title "N:d8 (median)", \ + @ARG3 using 1:3 with lines lc "#ff0000" dt "--" title "N:d9 (90th Percentile)", \ + @ARG3 using 1:4 with lines lc "#ff0000" dt "__" title "N:d9 (10th Percentile)", \ + @ARG3 using 1:2 with lines lc "#ff0000" title "N:d9 (median)", \ + @ARG4 using 1:3 with lines lc "#ffd700" dt "--" title "F:d4 (90th Percentile)", \ + @ARG4 using 1:4 with lines lc "#ffd700" dt "__" title "F:d4 (10th Percentile)", \ + @ARG4 using 1:2 with lines lc "#ffd700" title "F:d4 (median)", \ + @ARG5 using 1:3 with lines lc "#00ff00" dt "--" title "F:d8 (90th Percentile)", \ + @ARG5 using 1:4 with lines lc "#00ff00" dt "__" title "F:d8 (10th Percentile)", \ + @ARG5 using 1:2 with lines lc "#00ff00" title "F:d8 (median)", \ + @ARG6 using 1:3 with lines lc "#00ffff" dt "--" title "F:d9 (90th Percentile)", \ + @ARG6 using 1:4 with lines lc "#00ffff" dt "__" title "F:d9 (10th Percentile)", \ + @ARG6 using 1:2 with lines lc "#00ffff" title "F:d9 (median)", \ + @ARG7 using 1:3 with lines lc "#a020f0" dt "--" title "K:d4 (90th Percentile)", \ + @ARG7 using 1:4 with lines lc "#a020f0" dt "__" title "K:d4 (10th Percentile)", \ + @ARG7 using 1:2 with lines lc "#a020f0" title "K:d4 (median)", \ + @ARG8 using 1:3 with lines lc "#1e90ff" dt "--" title "K:d8 (90th Percentile)", \ + @ARG8 using 1:4 with lines lc "#1e90ff" dt "__" title "K:d8 (10th Percentile)", \ + @ARG8 using 1:2 with lines lc "#1e90ff" title "K:d8 (median)", \ + @ARG9 using 1:3 with lines lc "#ff1493" dt "--" title "K:d9 (90th Percentile)", \ + @ARG9 using 1:4 with lines lc "#ff1493" dt "__" title "K:d9 (10th Percentile)", \ + @ARG9 using 1:2 with lines lc "#ff1493" title "K:d9 (median)" diff --git a/plot_german_cost_over_time b/plot_german_cost_over_time new file mode 100644 index 0000000..3eb5212 --- /dev/null +++ b/plot_german_cost_over_time @@ -0,0 +1,28 @@ +set terminal pdfcairo transparent enhanced font "arial,10" fontscale 1 size 14.9in,9.0in +set output +set style data lines +unset title +set xrange [ * : * ] noreverse writeback +set x2range [ * : * ] noreverse writeback +set yrange [ * : * ] noreverse nowriteback +set y2range [ * : * ] noreverse writeback +set zrange [ * : * ] noreverse writeback +set cbrange [ * : * ] noreverse writeback +set rrange [ * : * ] noreverse writeback +set palette rgbformulae 3,2,2 mode HSV +NO_ANIMATION = 1 +set style fill transparent solid 0.1 +unset colorbox +set key outside +set ylabel "Durchschnittskosten" +set xlabel "Schritt" + +plot @ARG1 using 1:(column(2)/800) with lines lc "#006400" title "N:d4 (median)", \ + @ARG2 using 1:(column(2)/800) with lines lc "#bc8f8f" title "N:d8 (median)", \ + @ARG3 using 1:(column(2)/800) with lines lc "#ff0000" title "N:d9 (median)", \ + @ARG4 using 1:(column(2)/800) with lines lc "#ffd700" title "F:d4 (median)", \ + @ARG5 using 1:(column(2)/800) with lines lc "#00ff00" title "F:d8 (median)", \ + @ARG6 using 1:(column(2)/800) with lines lc "#00ffff" title "F:d9 (median)", \ + @ARG7 using 1:(column(2)/800) with lines lc "#a020f0" title "K:d4 (median)", \ + @ARG8 using 1:(column(2)/800) with lines lc "#1e90ff" title "K:d8 (median)", \ + @ARG9 using 1:(column(2)/800) with lines lc "#ff1493" title "K:d9 (median)" diff --git a/plot_german_cost_over_time_with_error b/plot_german_cost_over_time_with_error new file mode 100644 index 0000000..b10d627 --- /dev/null +++ b/plot_german_cost_over_time_with_error @@ -0,0 +1,46 @@ +set terminal pdfcairo transparent enhanced font "arial,10" fontscale 1 size 14.9in,9.0in +set output +set style data lines +unset title +set xrange [ * : * ] noreverse writeback +set x2range [ * : * ] noreverse writeback +set yrange [ * : * ] noreverse nowriteback +set y2range [ * : * ] noreverse writeback +set zrange [ * : * ] noreverse writeback +set cbrange [ * : * ] noreverse writeback +set rrange [ * : * ] noreverse writeback +set palette rgbformulae 3,2,2 mode HSV +NO_ANIMATION = 1 +set style fill transparent solid 0.1 +unset colorbox +set key outside +set ylabel "Durchschnittskosten" +set xlabel "Schritt" + +plot @ARG1 using 1:(column(3)/800) with lines lc "#006400" dt "--" title "N:d4 (90th Percentile)", \ + @ARG1 using 1:(column(4)/800) with lines lc "#006400" dt "__" title "N:d4 (10th Percentile)", \ + @ARG1 using 1:(column(2)/800) with lines lc "#006400" title "N:d4 (median)", \ + @ARG2 using 1:(column(3)/800) with lines lc "#bc8f8f" dt "--" title "N:d8 (90th Percentile)", \ + @ARG2 using 1:(column(4)/800) with lines lc "#bc8f8f" dt "__" title "N:d8 (10th Percentile)", \ + @ARG2 using 1:(column(2)/800) with lines lc "#bc8f8f" title "N:d8 (median)", \ + @ARG3 using 1:(column(3)/800) with lines lc "#ff0000" dt "--" title "N:d9 (90th Percentile)", \ + @ARG3 using 1:(column(4)/800) with lines lc "#ff0000" dt "__" title "N:d9 (10th Percentile)", \ + @ARG3 using 1:(column(2)/800) with lines lc "#ff0000" title "N:d9 (median)", \ + @ARG4 using 1:(column(3)/800) with lines lc "#ffd700" dt "--" title "F:d4 (90th Percentile)", \ + @ARG4 using 1:(column(4)/800) with lines lc "#ffd700" dt "__" title "F:d4 (10th Percentile)", \ + @ARG4 using 1:(column(2)/800) with lines lc "#ffd700" title "F:d4 (median)", \ + @ARG5 using 1:(column(3)/800) with lines lc "#00ff00" dt "--" title "F:d8 (90th Percentile)", \ + @ARG5 using 1:(column(4)/800) with lines lc "#00ff00" dt "__" title "F:d8 (10th Percentile)", \ + @ARG5 using 1:(column(2)/800) with lines lc "#00ff00" title "F:d8 (median)", \ + @ARG6 using 1:(column(3)/800) with lines lc "#00ffff" dt "--" title "F:d9 (90th Percentile)", \ + @ARG6 using 1:(column(4)/800) with lines lc "#00ffff" dt "__" title "F:d9 (10th Percentile)", \ + @ARG6 using 1:(column(2)/800) with lines lc "#00ffff" title "F:d9 (median)", \ + @ARG7 using 1:(column(3)/800) with lines lc "#a020f0" dt "--" title "K:d4 (90th Percentile)", \ + @ARG7 using 1:(column(4)/800) with lines lc "#a020f0" dt "__" title "K:d4 (10th Percentile)", \ + @ARG7 using 1:(column(2)/800) with lines lc "#a020f0" title "K:d4 (median)", \ + @ARG8 using 1:(column(3)/800) with lines lc "#1e90ff" dt "--" title "K:d8 (90th Percentile)", \ + @ARG8 using 1:(column(4)/800) with lines lc "#1e90ff" dt "__" title "K:d8 (10th Percentile)", \ + @ARG8 using 1:(column(2)/800) with lines lc "#1e90ff" title "K:d8 (median)", \ + @ARG9 using 1:(column(3)/800) with lines lc "#ff1493" dt "--" title "K:d9 (90th Percentile)", \ + @ARG9 using 1:(column(4)/800) with lines lc "#ff1493" dt "__" title "K:d9 (10th Percentile)", \ + @ARG9 using 1:(column(2)/800) with lines lc "#ff1493" title "K:d9 (median)" diff --git a/plot_size_over_time b/plot_size_over_time new file mode 100644 index 0000000..27faca3 --- /dev/null +++ b/plot_size_over_time @@ -0,0 +1,29 @@ +set terminal pdfcairo transparent enhanced font "arial,10" fontscale 1 size 14.9in,9.0in +set output +set style data lines +unset title +set xrange [ * : * ] noreverse writeback +set x2range [ * : * ] noreverse writeback +set yrange [ * : * ] noreverse nowriteback +set y2range [ * : * ] noreverse writeback +set zrange [ * : * ] noreverse writeback +set cbrange [ * : * ] noreverse writeback +set rrange [ * : * ] noreverse writeback +set palette rgbformulae 3,2,2 mode HSV +NO_ANIMATION = 1 +set style fill transparent solid 0.1 +unset colorbox +set key outside +set logscale y +set ylabel "Knotenzahl" +set xlabel "Schritt" + +plot @ARG1 using 1:5 with lines lc "#006400" title "N:d4 (median)", \ + @ARG2 using 1:5 with lines lc "#bc8f8f" title "N:d8 (median)", \ + @ARG3 using 1:5 with lines lc "#ff0000" title "N:d9 (median)", \ + @ARG4 using 1:5 with lines lc "#ffd700" title "F:d4 (median)", \ + @ARG5 using 1:5 with lines lc "#00ff00" title "F:d8 (median)", \ + @ARG6 using 1:5 with lines lc "#00ffff" title "F:d9 (median)", \ + @ARG7 using 1:5 with lines lc "#a020f0" title "K:d4 (median)", \ + @ARG8 using 1:5 with lines lc "#1e90ff" title "K:d8 (median)", \ + @ARG9 using 1:5 with lines lc "#ff1493" title "K:d9 (median)" diff --git a/plot_size_over_time_with_error b/plot_size_over_time_with_error new file mode 100644 index 0000000..e83793f --- /dev/null +++ b/plot_size_over_time_with_error @@ -0,0 +1,47 @@ +set terminal pdfcairo transparent enhanced font "arial,10" fontscale 1 size 14.9in,9.0in +set output +set style data lines +unset title +set xrange [ * : * ] noreverse writeback +set x2range [ * : * ] noreverse writeback +set yrange [ * : * ] noreverse nowriteback +set y2range [ * : * ] noreverse writeback +set zrange [ * : * ] noreverse writeback +set cbrange [ * : * ] noreverse writeback +set rrange [ * : * ] noreverse writeback +set palette rgbformulae 3,2,2 mode HSV +NO_ANIMATION = 1 +set style fill transparent solid 0.1 +unset colorbox +set key outside +set logscale y +set ylabel "Knotenzahl" +set xlabel "Schritt" + +plot @ARG1 using 1:6 with lines lc "#006400" dt "--" title "N:d4 (90th Percentile)", \ + @ARG1 using 1:7 with lines lc "#006400" dt "__" title "N:d4 (10th Percentile)", \ + @ARG1 using 1:5 with lines lc "#006400" title "N:d4 (median)", \ + @ARG2 using 1:6 with lines lc "#bc8f8f" dt "--" title "N:d8 (90th Percentile)", \ + @ARG2 using 1:7 with lines lc "#bc8f8f" dt "__" title "N:d8 (10th Percentile)", \ + @ARG2 using 1:5 with lines lc "#bc8f8f" title "N:d8 (median)", \ + @ARG3 using 1:6 with lines lc "#ff0000" dt "--" title "N:d9 (90th Percentile)", \ + @ARG3 using 1:7 with lines lc "#ff0000" dt "__" title "N:d9 (10th Percentile)", \ + @ARG3 using 1:5 with lines lc "#ff0000" title "N:d9 (median)", \ + @ARG4 using 1:6 with lines lc "#ffd700" dt "--" title "F:d4 (90th Percentile)", \ + @ARG4 using 1:7 with lines lc "#ffd700" dt "__" title "F:d4 (10th Percentile)", \ + @ARG4 using 1:5 with lines lc "#ffd700" title "F:d4 (median)", \ + @ARG5 using 1:6 with lines lc "#00ff00" dt "--" title "F:d8 (90th Percentile)", \ + @ARG5 using 1:7 with lines lc "#00ff00" dt "__" title "F:d8 (10th Percentile)", \ + @ARG5 using 1:5 with lines lc "#00ff00" title "F:d8 (median)", \ + @ARG6 using 1:6 with lines lc "#00ffff" dt "--" title "F:d9 (90th Percentile)", \ + @ARG6 using 1:7 with lines lc "#00ffff" dt "__" title "F:d9 (10th Percentile)", \ + @ARG6 using 1:5 with lines lc "#00ffff" title "F:d9 (median)", \ + @ARG7 using 1:6 with lines lc "#a020f0" dt "--" title "K:d4 (90th Percentile)", \ + @ARG7 using 1:7 with lines lc "#a020f0" dt "__" title "K:d4 (10th Percentile)", \ + @ARG7 using 1:5 with lines lc "#a020f0" title "K:d4 (median)", \ + @ARG8 using 1:6 with lines lc "#1e90ff" dt "--" title "K:d8 (90th Percentile)", \ + @ARG8 using 1:7 with lines lc "#1e90ff" dt "__" title "K:d8 (10th Percentile)", \ + @ARG8 using 1:5 with lines lc "#1e90ff" title "K:d8 (median)", \ + @ARG9 using 1:6 with lines lc "#ff1493" dt "--" title "K:d9 (90th Percentile)", \ + @ARG9 using 1:7 with lines lc "#ff1493" dt "__" title "K:d9 (10th Percentile)", \ + @ARG9 using 1:5 with lines lc "#ff1493" title "K:d9 (median)" diff --git a/results_complete/results_both_colored_german_balanced.pdf b/results_complete/results_both_colored_german_balanced.pdf new file mode 100644 index 0000000..b4df4ca Binary files /dev/null and b/results_complete/results_both_colored_german_balanced.pdf differ diff --git a/results_complete/results_both_colored_german_cost.pdf b/results_complete/results_both_colored_german_cost.pdf new file mode 100644 index 0000000..607b04f Binary files /dev/null and b/results_complete/results_both_colored_german_cost.pdf differ diff --git a/results_complete/results_both_colored_german_raw.pdf b/results_complete/results_both_colored_german_raw.pdf new file mode 100644 index 0000000..8133f0d Binary files /dev/null and b/results_complete/results_both_colored_german_raw.pdf differ diff --git a/results_complete/results_both_colored_iris_balanced.pdf b/results_complete/results_both_colored_iris_balanced.pdf new file mode 100644 index 0000000..27deafd Binary files /dev/null and b/results_complete/results_both_colored_iris_balanced.pdf differ diff --git a/results_complete/results_both_colored_iris_raw.pdf b/results_complete/results_both_colored_iris_raw.pdf new file mode 100644 index 0000000..4d07f10 Binary files /dev/null and b/results_complete/results_both_colored_iris_raw.pdf differ diff --git a/results_complete/results_both_colored_nurse_raw.pdf b/results_complete/results_both_colored_nurse_raw.pdf new file mode 100644 index 0000000..0779b3f Binary files /dev/null and b/results_complete/results_both_colored_nurse_raw.pdf differ diff --git a/size_over_time/size_balanced_german_ne.pdf b/size_over_time/size_balanced_german_ne.pdf new file mode 100644 index 0000000..e307391 Binary files /dev/null and b/size_over_time/size_balanced_german_ne.pdf differ diff --git a/size_over_time/size_balanced_iris_ne.pdf b/size_over_time/size_balanced_iris_ne.pdf new file mode 100644 index 0000000..30b5ab2 Binary files /dev/null and b/size_over_time/size_balanced_iris_ne.pdf differ diff --git a/size_over_time/size_cost_german_ne.pdf b/size_over_time/size_cost_german_ne.pdf new file mode 100644 index 0000000..0c4c6ba Binary files /dev/null and b/size_over_time/size_cost_german_ne.pdf differ diff --git a/size_over_time/size_raw_german_ne.pdf b/size_over_time/size_raw_german_ne.pdf new file mode 100644 index 0000000..746df52 Binary files /dev/null and b/size_over_time/size_raw_german_ne.pdf differ diff --git a/size_over_time/size_raw_iris_ne.pdf b/size_over_time/size_raw_iris_ne.pdf new file mode 100644 index 0000000..cd36d83 Binary files /dev/null and b/size_over_time/size_raw_iris_ne.pdf differ diff --git a/size_over_time/size_raw_nurse_ne.pdf b/size_over_time/size_raw_nurse_ne.pdf new file mode 100644 index 0000000..e15b3a2 Binary files /dev/null and b/size_over_time/size_raw_nurse_ne.pdf differ diff --git a/size_over_time_with_error/size_balanced_german.pdf b/size_over_time_with_error/size_balanced_german.pdf new file mode 100644 index 0000000..aa073e6 Binary files /dev/null and b/size_over_time_with_error/size_balanced_german.pdf differ diff --git a/size_over_time_with_error/size_balanced_iris.pdf b/size_over_time_with_error/size_balanced_iris.pdf new file mode 100644 index 0000000..e769bd8 Binary files /dev/null and b/size_over_time_with_error/size_balanced_iris.pdf differ diff --git a/size_over_time_with_error/size_cost_german.pdf b/size_over_time_with_error/size_cost_german.pdf new file mode 100644 index 0000000..187450b Binary files /dev/null and b/size_over_time_with_error/size_cost_german.pdf differ diff --git a/size_over_time_with_error/size_raw_german.pdf b/size_over_time_with_error/size_raw_german.pdf new file mode 100644 index 0000000..d421d8e Binary files /dev/null and b/size_over_time_with_error/size_raw_german.pdf differ diff --git a/size_over_time_with_error/size_raw_iris.pdf b/size_over_time_with_error/size_raw_iris.pdf new file mode 100644 index 0000000..5157e24 Binary files /dev/null and b/size_over_time_with_error/size_raw_iris.pdf differ diff --git a/size_over_time_with_error/size_raw_nurse.pdf b/size_over_time_with_error/size_raw_nurse.pdf new file mode 100644 index 0000000..cd16346 Binary files /dev/null and b/size_over_time_with_error/size_raw_nurse.pdf differ