diff --git a/src/readstatobs.hpp b/src/readstatobs.hpp index ffd157d..3a91932 100644 --- a/src/readstatobs.hpp +++ b/src/readstatobs.hpp @@ -13,7 +13,7 @@ vector readStatObs(const std::string &path) { ifstream statobsStream(path,ios::in); statobsStream >> noskipws; const std::string sS(istream_iterator{statobsStream}, {}); - const regex stat_re(R"#((-?\d+\.\d+)\w)#"); + const regex stat_re(R"#(\s(-?\d+\.\d+)\s)#"); sregex_token_iterator itstat(begin(sS), end(sS), stat_re, {1}); vector statobs; auto it = itstat; diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b96fa36..56aa138 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -13,7 +13,8 @@ add_definitions(-DRFTEST_TOLERANCE=${RFTEST_TOLERANCE}) ### HDF5 et HighFive ### HDF5 -find_package(hdf5 CONFIG REQUIRED) +# find_package(hdf5 CONFIG REQUIRED) +find_package(HDF5 COMPONENTS CXX) find_package(HighFive CONFIG REQUIRED) find_package(Catch2 CONFIG REQUIRED) diff --git a/test/data/gasolineXC.csv b/test/data/gasolineXC.csv new file mode 100644 index 0000000..3445119 --- /dev/null +++ b/test/data/gasolineXC.csv @@ -0,0 +1,60 @@ +-0.050193,-0.045903,-0.042187,4.0,-0.037177,-0.033348,-0.031207,-0.030036,-0.031298,-0.034217,-0.036012,-0.039792,-0.043037,-0.047313,-0.048103,-0.050627,-0.05383,-0.054604,-0.056676,-0.058428,-0.060644,-0.061712,-0.063148,-0.06448,-0.065987,-0.066894,-0.068201,-0.069434,-0.069594,-0.071336,-0.071208,-0.071454,-0.071469,-0.071631,-0.070886,-0.07101,-0.070609,-0.070464,-0.070433,-0.069957,-0.070208,-0.070523,-0.070252,-0.06936,-0.068338,-0.066991,-0.065362,-0.063971,-0.06221,-0.060678,-0.059275,-0.059126,-0.058903,-0.058488,-0.057291,-0.055408,-0.053862,-0.051421,-0.050485,-0.048349,-0.047586,-0.046898,-0.047726,-0.048686,-0.049626,-0.050714,-0.051541,-0.052976,-0.054019,-0.055507,-0.056386,-0.056779,-0.056876,-0.056439,-0.056708,-0.056432,-0.056974,-0.057091,-0.057541,-0.057746,-0.058387,-0.058997,-0.058975,-0.059624,-0.059737,-0.060552,-0.060416,-0.061099,-0.060784,-0.061292,-0.061811,-0.061852,-0.06238,-0.062816,-0.06362,-0.06373,-0.064291,-0.064209,-0.064162,-0.063681,-0.062757,-0.061833,-0.060653,-0.059872,-0.058221,-0.057,-0.054962,-0.052726,-0.050188,-0.047313,-0.044383,-0.040658,-0.036981,-0.030389,-0.022454,-0.01176,0.000941,0.018067,0.039563,0.06549,0.09333,0.119886,0.143335,0.161862,0.178692,0.19044,0.19438,0.187846,0.173436,0.158487,0.146299,0.143034,0.146884,0.156093,0.167857,0.179468,0.192422,0.205774,0.222009,0.238851,0.257624,0.282144,0.316637,0.360689,0.410005,0.454409,0.485965,0.497682,0.489535,0.466098,0.432583,0.394805,0.359732,0.331966,0.309186,0.292567,0.275393,0.255452,0.235247,0.213967,0.192011,0.170424,0.150943,0.132428,0.115921,0.099535,0.084481,0.071254,0.058049,0.047446,0.03688,0.029082,0.021789,0.016038,0.011251,0.006186,0.003116,-0.000998,-0.004703,-0.00927,-0.012907,-0.017234,-0.020832,-0.024051,-0.027297,-0.029792,-0.0324,-0.033746,-0.035721,-0.036701,-0.037363,-0.037377,-0.037489,-0.037695,-0.036906,-0.037094,-0.036752,-0.037211,-0.037308,-0.037673,-0.037877,-0.038212,-0.038426,-0.038534,-0.039103,-0.038933,-0.039611,-0.039168,-0.038598,-0.037733,-0.037027,-0.035891,-0.03429,-0.033224,-0.031475,-0.030071,-0.028086,-0.026779,-0.02445,-0.022709,-0.020088,-0.016814,-0.013638,-0.008755,-0.003402,0.004585,0.015708,0.032342,0.055075,0.083261,0.114275,0.142234,0.165117,0.181014,0.19414,0.207728,0.225084,0.245205,0.267331,0.290558,0.311237,0.328961,0.341901,0.350544,0.357751,0.364172,0.370471,0.373154,0.368176,0.356007,0.34112,0.325587,0.313571,0.306847,0.30531,0.304471,0.304125,0.298698,0.285589,0.267933,0.247573,0.229774,0.21569,0.207192,0.202051,0.201819,0.202353,0.201612,0.199291,0.19377,0.186669,0.178426,0.171231,0.164144,0.157259,0.149194,0.139789,0.130173,0.120745,0.113733,0.107519,0.103765,0.101175,0.100106,0.099068,0.097315,0.095724,0.093093,0.090002,0.086612,0.084922,0.08078,0.077849,0.074536,0.07091,0.0687,0.064584,0.061726,0.057395,0.053704,0.049329,0.044695,0.039937,0.034641,0.030164,0.024898,0.021588,0.017102,0.01486,0.010854,0.008205,0.005869,0.00392,0.002107,-0.000203,-0.001072,-0.003325,-0.004707,-0.006635,-0.008403,-0.009317,-0.011351,-0.01228,-0.013474,-0.014453,-0.015262,-0.015588,-0.016349,-0.016028,-0.016209,-0.015985,-0.015483,-0.014216,-0.01379,-0.013844,-0.011773,-0.010432,-0.009606,-0.008209,-0.006732,-0.004573,-0.003433,-0.0012,-6.6e-05,0.002759,0.004036,0.00662,0.008709,0.01181,0.014426,0.017254,0.020633,0.025032,0.029496,0.034242,0.039735,0.046803,0.053743,0.062788,0.073531,0.087246,0.104,0.12421,0.147924,0.175024,0.202711,0.232547,0.259828,0.282117,0.299937,0.313416,0.32287,0.327217,0.331907,0.336522,0.341847,0.350585,0.368032,0.393494,0.42737,0.472357,0.528721,0.593168,0.666647,0.743945,0.833972,0.909368,0.985332,1.051159,1.107395,1.158488,1.174795,1.198461,1.224243,1.242645,1.250789,1.246626,1.250985,1.264189,1.244678,1.245913,1.221135 +-0.044227,-0.039602,-0.035673,4.0,-0.030911,-0.026675,-0.023871,-0.022571,-0.02541,-0.02896,-0.03274,-0.036683,-0.040169,-0.044899,-0.046266,-0.048627,-0.052014,-0.053635,-0.055454,-0.056777,-0.059331,-0.060518,-0.062084,-0.063331,-0.065059,-0.065536,-0.066877,-0.067899,-0.067662,-0.06905,-0.068497,-0.068434,-0.067953,-0.067061,-0.066073,-0.065564,-0.065335,-0.064051,-0.063666,-0.062513,-0.061955,-0.060906,-0.059413,-0.058242,-0.056855,-0.055982,-0.055107,-0.054763,-0.054189,-0.054361,-0.054014,-0.054822,-0.055303,-0.055101,-0.054473,-0.053119,-0.051626,-0.048967,-0.047722,-0.045717,-0.044365,-0.043336,-0.043581,-0.044036,-0.044856,-0.046041,-0.046858,-0.048652,-0.049853,-0.051562,-0.052526,-0.053738,-0.054069,-0.053925,-0.05488,-0.054857,-0.055695,-0.055656,-0.056352,-0.056501,-0.057275,-0.057927,-0.058044,-0.058311,-0.058253,-0.058841,-0.058138,-0.058603,-0.058309,-0.058444,-0.058993,-0.059121,-0.059445,-0.059475,-0.060274,-0.060256,-0.060515,-0.060839,-0.060784,-0.060401,-0.059631,-0.058887,-0.057861,-0.057174,-0.055943,-0.054586,-0.05273,-0.05065,-0.047988,-0.045184,-0.042775,-0.039567,-0.036483,-0.031762,-0.026061,-0.017961,-0.008352,0.004104,0.020129,0.040174,0.06119,0.082808,0.103309,0.121239,0.139799,0.154684,0.163895,0.163702,0.155861,0.14683,0.139954,0.14052,0.147677,0.159739,0.174511,0.189393,0.204829,0.222001,0.240784,0.259705,0.279918,0.305844,0.342649,0.390617,0.445219,0.497316,0.53523,0.552865,0.545858,0.516133,0.474097,0.429533,0.388781,0.357836,0.334257,0.316834,0.300208,0.280041,0.259029,0.237029,0.215364,0.192902,0.171982,0.151256,0.133448,0.115749,0.099265,0.084244,0.070886,0.060095,0.049378,0.04063,0.032988,0.026985,0.0214,0.016041,0.012094,0.007511,0.003694,-0.001214,-0.005412,-0.010057,-0.014084,-0.017764,-0.021488,-0.024172,-0.027224,-0.029156,-0.031021,-0.03203,-0.032565,-0.032049,-0.031394,-0.031097,-0.029836,-0.029678,-0.028968,-0.029269,-0.029262,-0.029877,-0.03003,-0.030565,-0.031404,-0.03232,-0.033693,-0.034155,-0.035496,-0.035629,-0.035932,-0.035289,-0.034887,-0.034467,-0.033427,-0.032634,-0.030815,-0.029493,-0.027298,-0.026081,-0.024199,-0.022546,-0.020154,-0.017032,-0.013717,-0.008264,-0.002064,0.007304,0.020121,0.039083,0.064193,0.095086,0.128027,0.1588,0.183265,0.201249,0.216701,0.232922,0.25238,0.274944,0.298853,0.322715,0.342958,0.360426,0.372804,0.38196,0.389191,0.397112,0.403062,0.406006,0.401295,0.389064,0.373591,0.356204,0.34205,0.33278,0.329005,0.328951,0.328051,0.322452,0.308979,0.290704,0.269241,0.249374,0.23386,0.224821,0.220504,0.220685,0.222163,0.222347,0.221434,0.215752,0.209041,0.200297,0.192172,0.183974,0.175816,0.167254,0.156358,0.146486,0.137275,0.13018,0.123365,0.119438,0.116286,0.114482,0.112444,0.108714,0.106003,0.102389,0.098235,0.093959,0.091774,0.087636,0.084646,0.082097,0.079089,0.077735,0.074444,0.071813,0.068586,0.06558,0.061501,0.05674,0.051068,0.045104,0.040192,0.034145,0.02997,0.024131,0.02067,0.016931,0.013083,0.010199,0.007926,0.005733,0.002833,0.001596,-0.000928,-0.002545,-0.003656,-0.006217,-0.006885,-0.008307,-0.009142,-0.010409,-0.010983,-0.012033,-0.01202,-0.013442,-0.012709,-0.011563,-0.010432,-0.010091,-0.00796,-0.006697,-0.005367,-0.003432,-0.002665,-0.001307,-0.000406,0.0013,0.003107,0.003075,0.004513,0.005336,0.008496,0.009262,0.010982,0.01233,0.015301,0.01827,0.020912,0.024617,0.028188,0.033321,0.037755,0.043515,0.05053,0.058033,0.067009,0.077781,0.091191,0.106815,0.123946,0.146013,0.171884,0.197074,0.224837,0.250088,0.270191,0.284011,0.290728,0.294182,0.293247,0.289916,0.291554,0.293929,0.301816,0.31667,0.336533,0.363209,0.399271,0.443964,0.499024,0.559683,0.624577,0.69745,0.770433,0.848769,0.91659,0.975048,1.036499,1.085067,1.128877,1.148342,1.189116,1.223242,1.253306,1.282889,1.215065,1.225211,1.227985,1.198851 +-0.046867,-0.04126,-0.036979,4.0,-0.031458,-0.02652,-0.023346,-0.021392,-0.024993,-0.029309,-0.03392,-0.038539,-0.042571,-0.047511,-0.048487,-0.050455,-0.053913,-0.055195,-0.056713,-0.057447,-0.05962,-0.060656,-0.061767,-0.062859,-0.064668,-0.065566,-0.06689,-0.068397,-0.068439,-0.070171,-0.070077,-0.070639,-0.070578,-0.070137,-0.069803,-0.069738,-0.070031,-0.069496,-0.069789,-0.069002,-0.069288,-0.069398,-0.068613,-0.067675,-0.066685,-0.065196,-0.063317,-0.061604,-0.059695,-0.058403,-0.056868,-0.056419,-0.056021,-0.055192,-0.053844,-0.051961,-0.050363,-0.047896,-0.046456,-0.04487,-0.044068,-0.043379,-0.044227,-0.045469,-0.046493,-0.048213,-0.049097,-0.050967,-0.052127,-0.053886,-0.054432,-0.055172,-0.055257,-0.054866,-0.055286,-0.055256,-0.055922,-0.055649,-0.056044,-0.056164,-0.056653,-0.057349,-0.05762,-0.058109,-0.057978,-0.058726,-0.058442,-0.058857,-0.058779,-0.059351,-0.060286,-0.060681,-0.061533,-0.061879,-0.06284,-0.06315,-0.063667,-0.063744,-0.063969,-0.063588,-0.062893,-0.062346,-0.060954,-0.060277,-0.058933,-0.057725,-0.056403,-0.054639,-0.052604,-0.050002,-0.047952,-0.044838,-0.041595,-0.036552,-0.030222,-0.02103,-0.010311,0.003633,0.021227,0.043017,0.06578,0.08874,0.110123,0.128801,0.147827,0.16322,0.171823,0.170286,0.160042,0.147558,0.137904,0.136222,0.142161,0.153683,0.168846,0.184297,0.201057,0.219339,0.238474,0.257398,0.277868,0.303828,0.340386,0.388889,0.444171,0.497294,0.535431,0.55229,0.541118,0.504049,0.453667,0.400454,0.353163,0.318767,0.293785,0.276645,0.260872,0.242538,0.224122,0.206128,0.188049,0.169174,0.152376,0.136216,0.121756,0.106574,0.090796,0.076286,0.062592,0.051793,0.041423,0.033518,0.026652,0.021066,0.016164,0.011051,0.007728,0.003719,-6.8e-05,-0.004753,-0.008519,-0.012552,-0.016265,-0.019766,-0.023338,-0.025883,-0.029186,-0.031037,-0.033466,-0.034469,-0.035675,-0.035766,-0.036086,-0.036513,-0.036003,-0.036171,-0.035911,-0.036362,-0.036318,-0.036997,-0.037092,-0.037218,-0.037411,-0.037429,-0.03801,-0.037523,-0.038127,-0.037544,-0.037255,-0.036148,-0.035291,-0.034674,-0.033358,-0.032758,-0.031228,-0.030097,-0.027881,-0.026697,-0.024809,-0.02295,-0.020248,-0.016845,-0.013423,-0.007559,-0.000991,0.008786,0.022739,0.043209,0.069797,0.102595,0.137954,0.1691,0.19453,0.212629,0.227677,0.243204,0.262941,0.285764,0.309733,0.333065,0.35253,0.369372,0.380216,0.387849,0.394677,0.402078,0.408582,0.410932,0.40617,0.393839,0.376215,0.357096,0.340687,0.32919,0.322999,0.321164,0.31911,0.311924,0.298671,0.280373,0.258819,0.2388,0.222677,0.213798,0.209824,0.210649,0.212908,0.214331,0.214048,0.209266,0.202558,0.193675,0.185359,0.176963,0.169181,0.159964,0.149142,0.139082,0.129739,0.122022,0.116297,0.113173,0.110954,0.110095,0.109058,0.106665,0.104405,0.100941,0.097474,0.093497,0.091673,0.087493,0.084593,0.081474,0.07834,0.076682,0.073916,0.071351,0.068287,0.065568,0.061216,0.055821,0.049529,0.04315,0.037184,0.030828,0.026308,0.020805,0.016907,0.013194,0.009759,0.007271,0.004796,0.00272,0.000243,-0.001196,-0.003965,-0.005704,-0.007156,-0.00986,-0.010959,-0.012194,-0.013605,-0.014564,-0.015313,-0.015723,-0.015263,-0.016537,-0.015581,-0.014147,-0.01328,-0.013291,-0.012268,-0.011176,-0.010897,-0.009383,-0.008983,-0.007542,-0.005716,-0.003888,-0.001115,0.000176,0.002464,0.003951,0.008541,0.009676,0.012153,0.013639,0.016898,0.019847,0.02247,0.026069,0.029714,0.034281,0.039133,0.045228,0.051833,0.059036,0.068655,0.079319,0.092339,0.107952,0.123435,0.143631,0.166498,0.188171,0.210848,0.232041,0.249246,0.261166,0.271317,0.276957,0.279662,0.280366,0.284626,0.289691,0.297987,0.312909,0.333932,0.362284,0.400352,0.445686,0.504338,0.567039,0.635874,0.71169,0.792939,0.872021,0.938915,1.00469,1.067934,1.108813,1.147964,1.167798,1.198287,1.237383,1.260979,1.276677,1.218871,1.223132,1.230321,1.208742 +-0.046705,-0.04224,-0.038561,4.0,-0.034513,-0.030206,-0.02768,-0.026042,-0.02828,-0.03092,-0.034012,-0.037082,-0.040444,-0.044858,-0.046544,-0.048978,-0.052483,-0.054078,-0.055723,-0.056999,-0.059409,-0.060543,-0.061868,-0.062899,-0.064401,-0.064814,-0.065989,-0.06718,-0.066987,-0.068829,-0.069063,-0.069995,-0.070687,-0.070725,-0.070661,-0.071043,-0.071324,-0.070894,-0.071157,-0.070798,-0.07112,-0.071266,-0.07054,-0.069737,-0.068637,-0.067211,-0.065586,-0.064064,-0.062089,-0.060639,-0.059018,-0.058185,-0.057415,-0.056311,-0.054969,-0.052664,-0.050925,-0.048186,-0.046844,-0.045207,-0.044741,-0.044397,-0.044697,-0.045614,-0.046452,-0.047669,-0.048569,-0.050055,-0.051178,-0.052781,-0.053594,-0.05446,-0.054997,-0.055201,-0.055934,-0.055994,-0.056841,-0.056687,-0.057192,-0.057521,-0.058097,-0.058708,-0.05894,-0.059339,-0.059002,-0.059353,-0.058568,-0.058309,-0.057284,-0.057273,-0.057433,-0.057911,-0.059303,-0.060453,-0.062042,-0.062812,-0.06362,-0.063369,-0.063106,-0.06221,-0.061071,-0.060476,-0.059613,-0.059053,-0.057879,-0.056993,-0.055674,-0.053633,-0.051368,-0.048753,-0.046565,-0.043878,-0.041106,-0.036145,-0.029643,-0.020369,-0.009442,0.005123,0.023279,0.045674,0.069009,0.09243,0.113654,0.131457,0.148927,0.162499,0.16983,0.168042,0.159366,0.149124,0.141988,0.142149,0.148574,0.15949,0.173304,0.186928,0.201306,0.21732,0.235025,0.25336,0.27314,0.298527,0.334143,0.37979,0.431122,0.478623,0.512772,0.529281,0.523347,0.497873,0.46231,0.423781,0.387603,0.359001,0.336412,0.319126,0.301999,0.28253,0.261341,0.239522,0.218119,0.195463,0.174744,0.154083,0.135921,0.118325,0.101493,0.086168,0.072287,0.061218,0.050044,0.040826,0.032597,0.02603,0.020097,0.014526,0.010441,0.005578,0.001684,-0.002925,-0.007083,-0.011555,-0.01537,-0.018619,-0.021719,-0.023654,-0.025991,-0.027169,-0.028784,-0.029554,-0.030701,-0.031122,-0.031775,-0.032641,-0.032724,-0.033748,-0.034132,-0.035013,-0.03562,-0.036407,-0.036595,-0.036742,-0.037076,-0.03723,-0.037877,-0.03753,-0.038428,-0.037948,-0.03756,-0.036566,-0.035762,-0.035156,-0.033697,-0.032653,-0.03057,-0.028914,-0.026203,-0.024685,-0.02247,-0.02093,-0.01891,-0.016121,-0.013279,-0.008334,-0.003372,0.004753,0.016161,0.033429,0.056411,0.085082,0.116397,0.145471,0.168918,0.185935,0.200819,0.215868,0.234213,0.255771,0.27919,0.303732,0.325323,0.344871,0.359555,0.370893,0.378461,0.386247,0.392268,0.393815,0.388471,0.376881,0.360814,0.344653,0.331744,0.323812,0.3215,0.323119,0.322928,0.317972,0.305534,0.288311,0.267978,0.248524,0.232934,0.223277,0.217777,0.21661,0.216723,0.216083,0.214255,0.208305,0.201097,0.19207,0.183795,0.176042,0.168643,0.160181,0.150664,0.141494,0.133234,0.126515,0.1207,0.117645,0.115052,0.113629,0.112397,0.108961,0.106436,0.102798,0.098874,0.094944,0.092621,0.088422,0.084868,0.081632,0.078056,0.076356,0.072892,0.069921,0.06606,0.062555,0.057895,0.052995,0.047908,0.042637,0.038187,0.03288,0.029345,0.024026,0.020904,0.017431,0.014136,0.011749,0.009634,0.007699,0.005545,0.004693,0.002553,0.001494,-0.000102,-0.003056,-0.004391,-0.006868,-0.008665,-0.010355,-0.011261,-0.011896,-0.011357,-0.012562,-0.011408,-0.010164,-0.009194,-0.009642,-0.0087,-0.007899,-0.006986,-0.005475,-0.004838,-0.003785,-0.002646,-0.001373,0.000559,0.001422,0.003357,0.005481,0.010048,0.011528,0.014357,0.015642,0.018304,0.020612,0.022399,0.025038,0.02786,0.032481,0.036772,0.042282,0.0491,0.05603,0.065351,0.075811,0.089083,0.105323,0.123006,0.145753,0.173142,0.200956,0.231804,0.259687,0.281929,0.297769,0.308358,0.31143,0.311149,0.308663,0.308939,0.311825,0.319857,0.3357,0.355742,0.384754,0.424769,0.472003,0.53105,0.596606,0.662997,0.744126,0.817398,0.895422,0.959761,1.021595,1.082497,1.117447,1.160089,1.16935,1.201066,1.233299,1.262966,1.272709,1.211068,1.215044,1.232655,1.206696 +-0.050859,-0.045145,-0.041025,4.0,-0.036357,-0.032747,-0.031498,-0.031415,-0.034611,-0.037781,-0.040752,-0.04407,-0.04732,-0.051477,-0.05208,-0.054009,-0.057146,-0.058343,-0.059992,-0.060697,-0.062891,-0.063776,-0.065067,-0.065707,-0.067253,-0.06791,-0.069252,-0.070794,-0.070775,-0.072439,-0.072232,-0.072681,-0.072639,-0.072274,-0.071837,-0.071892,-0.071883,-0.071469,-0.071713,-0.071145,-0.071399,-0.071519,-0.070776,-0.069839,-0.068738,-0.067307,-0.065566,-0.064189,-0.062495,-0.06122,-0.059873,-0.059576,-0.059294,-0.058375,-0.057087,-0.055257,-0.053757,-0.051679,-0.05087,-0.049233,-0.048471,-0.048138,-0.048762,-0.049812,-0.050631,-0.052005,-0.052855,-0.054611,-0.055514,-0.056954,-0.057647,-0.058077,-0.058253,-0.057819,-0.058598,-0.058334,-0.059059,-0.05866,-0.059068,-0.058924,-0.059223,-0.059783,-0.060118,-0.060761,-0.060736,-0.061767,-0.061507,-0.062353,-0.062139,-0.062564,-0.063118,-0.063449,-0.064052,-0.064242,-0.06519,-0.065491,-0.065866,-0.065748,-0.065944,-0.065408,-0.064621,-0.063747,-0.062348,-0.0614,-0.059627,-0.058308,-0.05662,-0.054469,-0.05217,-0.049036,-0.045807,-0.041595,-0.036657,-0.029725,-0.020507,-0.008093,0.006771,0.026072,0.050595,0.080282,0.111046,0.140255,0.162922,0.17885,0.192453,0.200921,0.200736,0.189637,0.170796,0.15234,0.138688,0.133949,0.137171,0.146438,0.159196,0.172705,0.187194,0.202939,0.221091,0.239527,0.260289,0.286929,0.324194,0.370256,0.418339,0.458811,0.480722,0.483581,0.465097,0.432696,0.392652,0.351462,0.315084,0.288042,0.267363,0.251579,0.235251,0.216596,0.19846,0.181406,0.165114,0.148187,0.133288,0.118446,0.105215,0.090738,0.076775,0.063483,0.05065,0.040134,0.030024,0.021975,0.015352,0.010021,0.005572,0.0014,-0.001737,-0.005442,-0.008756,-0.012831,-0.016278,-0.020192,-0.023579,-0.027011,-0.030106,-0.032377,-0.035369,-0.036933,-0.038394,-0.039402,-0.040477,-0.040559,-0.04055,-0.040637,-0.040203,-0.040332,-0.039843,-0.039822,-0.039774,-0.040008,-0.04004,-0.040031,-0.040196,-0.040369,-0.041101,-0.040674,-0.041522,-0.040715,-0.040219,-0.039039,-0.037941,-0.037409,-0.036171,-0.035326,-0.033454,-0.032407,-0.03024,-0.029053,-0.02672,-0.024568,-0.021595,-0.017934,-0.013938,-0.008015,-0.001863,0.007269,0.019779,0.038201,0.062477,0.092206,0.123556,0.151961,0.174343,0.189944,0.202222,0.215936,0.233155,0.254445,0.277749,0.301495,0.320695,0.336187,0.34516,0.350677,0.355522,0.36232,0.368313,0.370052,0.365085,0.352979,0.337215,0.321339,0.308459,0.299508,0.295653,0.295204,0.29286,0.286862,0.274217,0.257335,0.23713,0.219594,0.20576,0.197859,0.195243,0.196015,0.197585,0.198133,0.196885,0.190623,0.184152,0.175524,0.167989,0.159801,0.152625,0.1446,0.13416,0.125008,0.115873,0.109185,0.103171,0.100027,0.098121,0.097745,0.097652,0.096193,0.095738,0.093557,0.090709,0.087039,0.085,0.080375,0.077113,0.073986,0.06998,0.067515,0.064092,0.060768,0.057105,0.054163,0.050508,0.04583,0.040213,0.034258,0.029202,0.023555,0.019996,0.015186,0.012201,0.008836,0.005561,0.003463,0.001051,-0.001164,-0.00349,-0.004459,-0.007406,-0.009019,-0.010111,-0.012779,-0.013826,-0.0151,-0.015879,-0.017178,-0.017586,-0.018151,-0.017935,-0.019162,-0.018361,-0.017309,-0.016847,-0.016776,-0.015592,-0.014585,-0.014661,-0.013113,-0.013092,-0.011257,-0.010118,-0.007846,-0.005406,-0.004259,-0.002039,-0.000655,0.00393,0.004579,0.007207,0.008612,0.012129,0.015541,0.018535,0.022522,0.026739,0.032223,0.037103,0.043411,0.051336,0.059517,0.069594,0.081145,0.09624,0.112862,0.131164,0.153401,0.178326,0.202094,0.228229,0.252492,0.273077,0.290969,0.30776,0.321736,0.331647,0.337756,0.344823,0.352189,0.362563,0.379202,0.404428,0.441534,0.494011,0.557655,0.635493,0.721107,0.803044,0.893778,0.968985,1.050312,1.104573,1.152964,1.192131,1.219254,1.252712,1.238013,1.259616,1.273713,1.296524,1.299507,1.226448,1.230718,1.232864,1.202926 +-0.048094,-0.042739,-0.038812,4.0,-0.034017,-0.030143,-0.02769,-0.026387,-0.028811,-0.031481,-0.034124,-0.037468,-0.040796,-0.045207,-0.046457,-0.048702,-0.05194,-0.053562,-0.055224,-0.056318,-0.05888,-0.060185,-0.061395,-0.06272,-0.064315,-0.065041,-0.066414,-0.067835,-0.067924,-0.069672,-0.069528,-0.069971,-0.070023,-0.069614,-0.069294,-0.069277,-0.069443,-0.068892,-0.069112,-0.06851,-0.068906,-0.06899,-0.068323,-0.067436,-0.066269,-0.065007,-0.063282,-0.061836,-0.060052,-0.058887,-0.057521,-0.057181,-0.056761,-0.055913,-0.054706,-0.052923,-0.05138,-0.049008,-0.047954,-0.046424,-0.045524,-0.04487,-0.045398,-0.046434,-0.047223,-0.048501,-0.049288,-0.050976,-0.052078,-0.053513,-0.054154,-0.054891,-0.054884,-0.05452,-0.055201,-0.055025,-0.055663,-0.055174,-0.055837,-0.055966,-0.056511,-0.057135,-0.057379,-0.057969,-0.058155,-0.058977,-0.058727,-0.059399,-0.059298,-0.059755,-0.06035,-0.060678,-0.061161,-0.061462,-0.062454,-0.062688,-0.063233,-0.06321,-0.06312,-0.062835,-0.061903,-0.061317,-0.060134,-0.059239,-0.057698,-0.056322,-0.054574,-0.052547,-0.049993,-0.047235,-0.044684,-0.041165,-0.037443,-0.031481,-0.024195,-0.013399,-0.000986,0.015126,0.035764,0.060708,0.086732,0.112727,0.135831,0.154513,0.172323,0.184944,0.189945,0.184606,0.171638,0.157538,0.146422,0.143336,0.147847,0.157346,0.169854,0.182199,0.1956,0.211022,0.227482,0.244908,0.264326,0.288987,0.324039,0.369542,0.419514,0.465683,0.498465,0.512284,0.504808,0.478875,0.442102,0.40215,0.364371,0.335444,0.313017,0.295713,0.278658,0.258819,0.238323,0.217383,0.196375,0.175173,0.155673,0.136848,0.120534,0.104379,0.088931,0.074905,0.062107,0.051506,0.040805,0.032223,0.025012,0.019011,0.014011,0.009118,0.005611,0.001643,-0.001782,-0.006312,-0.010149,-0.014581,-0.018146,-0.021717,-0.024962,-0.027266,-0.030051,-0.031876,-0.033743,-0.034756,-0.035539,-0.035698,-0.035932,-0.036067,-0.03534,-0.035486,-0.035167,-0.035553,-0.035704,-0.036136,-0.036285,-0.036488,-0.036742,-0.036819,-0.037475,-0.037292,-0.037909,-0.037347,-0.037,-0.03595,-0.035043,-0.034492,-0.033096,-0.032354,-0.030384,-0.029077,-0.026629,-0.025188,-0.023047,-0.021273,-0.018913,-0.0157,-0.012374,-0.007267,-0.001764,0.006434,0.017937,0.035312,0.058297,0.087569,0.119281,0.148086,0.1717,0.188415,0.202311,0.216533,0.233879,0.2547,0.277301,0.300612,0.320822,0.338919,0.351633,0.36032,0.367231,0.374814,0.38075,0.383805,0.37893,0.366319,0.351337,0.33522,0.322073,0.314083,0.311147,0.312599,0.31108,0.304679,0.291074,0.274145,0.253419,0.234735,0.219703,0.211142,0.206869,0.206575,0.207201,0.206917,0.205378,0.199688,0.192726,0.184129,0.176453,0.169165,0.161874,0.153787,0.14393,0.134341,0.124761,0.117305,0.111363,0.107833,0.105109,0.103951,0.10303,0.100363,0.098874,0.09593,0.09272,0.089492,0.088125,0.084145,0.080995,0.078229,0.074285,0.071997,0.068224,0.065002,0.061145,0.058086,0.05364,0.048868,0.043618,0.038088,0.033546,0.028124,0.02461,0.019739,0.016248,0.012841,0.009775,0.007571,0.005427,0.003552,0.001367,0.000394,-0.002218,-0.003748,-0.004834,-0.007641,-0.008543,-0.010223,-0.011276,-0.012683,-0.013216,-0.014205,-0.013976,-0.015312,-0.014756,-0.013938,-0.012932,-0.01285,-0.011878,-0.011203,-0.01054,-0.009494,-0.009448,-0.007761,-0.006355,-0.004604,-0.002245,-0.001394,0.000746,0.002009,0.005896,0.006818,0.009577,0.010808,0.014127,0.017126,0.019856,0.023354,0.027172,0.032375,0.036398,0.042162,0.048944,0.056253,0.065159,0.075938,0.089891,0.106788,0.124578,0.148279,0.174457,0.201765,0.231973,0.258594,0.281735,0.299311,0.311416,0.3197,0.322975,0.324616,0.327259,0.332877,0.343881,0.360419,0.383758,0.417324,0.460072,0.513475,0.577686,0.649837,0.724448,0.80739,0.888981,0.964555,1.038897,1.09822,1.142596,1.179569,1.214046,1.210217,1.24109,1.262138,1.288401,1.291118,1.229769,1.227615,1.22763,1.207576 +-0.049906,-0.044558,-0.040543,4.0,-0.035716,-0.031844,-0.029581,-0.027915,-0.030292,-0.03359,-0.037184,-0.041549,-0.045517,-0.049943,-0.050905,-0.052997,-0.056412,-0.057486,-0.059307,-0.060129,-0.062197,-0.063234,-0.064557,-0.065302,-0.066854,-0.067299,-0.068905,-0.069531,-0.070095,-0.071658,-0.071658,-0.071797,-0.072025,-0.071479,-0.071075,-0.07112,-0.071131,-0.07075,-0.070823,-0.07018,-0.07039,-0.070225,-0.069868,-0.068984,-0.067923,-0.066414,-0.06479,-0.063337,-0.061246,-0.060157,-0.058584,-0.058568,-0.058178,-0.05745,-0.056561,-0.054698,-0.053155,-0.051004,-0.050028,-0.048122,-0.047462,-0.046516,-0.047338,-0.048404,-0.049573,-0.050948,-0.051915,-0.053732,-0.055116,-0.056464,-0.05747,-0.057913,-0.057872,-0.057521,-0.058047,-0.057851,-0.058386,-0.057748,-0.058485,-0.058612,-0.059246,-0.059645,-0.059801,-0.060467,-0.060408,-0.061252,-0.061117,-0.061834,-0.061769,-0.062201,-0.062748,-0.062987,-0.063859,-0.064209,-0.065249,-0.065558,-0.066017,-0.066023,-0.065825,-0.065411,-0.064779,-0.063868,-0.062655,-0.061794,-0.059994,-0.058965,-0.056814,-0.055325,-0.052905,-0.050064,-0.046932,-0.042947,-0.038366,-0.031339,-0.02265,-0.010529,0.003529,0.022107,0.045354,0.073769,0.102963,0.131086,0.155303,0.173952,0.190553,0.201194,0.203857,0.19554,0.1779,0.159262,0.143104,0.136222,0.137825,0.145274,0.156829,0.169182,0.182336,0.197209,0.214642,0.232968,0.252766,0.277698,0.311118,0.354627,0.403151,0.44956,0.483615,0.499168,0.491057,0.461131,0.416799,0.3686,0.325217,0.292513,0.268413,0.251704,0.235504,0.216861,0.198373,0.179391,0.161353,0.142945,0.126482,0.11055,0.096602,0.082799,0.069785,0.057727,0.046287,0.036963,0.027436,0.019639,0.01317,0.008008,0.003701,-0.000655,-0.003385,-0.006992,-0.010187,-0.014434,-0.017915,-0.022144,-0.025418,-0.028759,-0.031877,-0.034072,-0.03666,-0.038366,-0.040038,-0.040885,-0.041638,-0.041425,-0.041531,-0.041407,-0.04103,-0.041074,-0.040419,-0.040952,-0.040938,-0.0408,-0.040603,-0.040957,-0.04092,-0.041058,-0.041664,-0.041535,-0.042059,-0.041354,-0.040745,-0.039893,-0.038901,-0.038341,-0.036975,-0.036332,-0.034609,-0.033089,-0.031252,-0.029974,-0.027873,-0.025685,-0.022763,-0.018915,-0.015203,-0.009754,-0.004023,0.004885,0.016731,0.034644,0.058756,0.088569,0.121062,0.151145,0.174701,0.19123,0.20546,0.218687,0.235741,0.255831,0.276524,0.299952,0.320356,0.337013,0.348345,0.354837,0.359919,0.36517,0.369664,0.371962,0.368782,0.357528,0.341711,0.324528,0.310952,0.302264,0.298555,0.296086,0.293054,0.286278,0.27351,0.255304,0.234362,0.215597,0.201739,0.193436,0.18895,0.189788,0.191747,0.192861,0.192732,0.188529,0.182153,0.173813,0.166278,0.158812,0.151873,0.143613,0.134187,0.124337,0.114754,0.107515,0.101674,0.098843,0.096588,0.09556,0.095173,0.093826,0.091522,0.089059,0.086839,0.083232,0.082131,0.079162,0.075814,0.073081,0.069609,0.066661,0.063014,0.05993,0.055663,0.052524,0.048248,0.04326,0.038513,0.031961,0.026768,0.021402,0.017223,0.012577,0.008554,0.004931,0.002619,7.5e-05,-0.002222,-0.003517,-0.006529,-0.007627,-0.009352,-0.011513,-0.012834,-0.014628,-0.016116,-0.017418,-0.018341,-0.019254,-0.020479,-0.02091,-0.020731,-0.022265,-0.021398,-0.019984,-0.019216,-0.019394,-0.018146,-0.017001,-0.016914,-0.015595,-0.014313,-0.013855,-0.012714,-0.010401,-0.007896,-0.00656,-0.004337,-0.002775,0.001568,0.002611,0.004829,0.006918,0.009812,0.012409,0.015925,0.019519,0.024005,0.028955,0.033057,0.039886,0.046509,0.054901,0.06394,0.075911,0.090893,0.10807,0.127129,0.146963,0.171544,0.194113,0.217949,0.241255,0.260711,0.278797,0.29433,0.307749,0.318951,0.327549,0.332864,0.341782,0.353857,0.371091,0.396896,0.433923,0.481655,0.542634,0.613241,0.695764,0.773998,0.859682,0.943859,1.020362,1.090901,1.134435,1.177145,1.201114,1.234174,1.226153,1.245143,1.265648,1.274731,1.292441,1.218317,1.218147,1.222273,1.200446 +-0.049293,-0.043788,-0.039429,4.0,-0.034193,-0.029588,-0.026455,-0.025104,-0.028102,-0.031801,-0.036157,-0.040642,-0.044764,-0.049325,-0.050595,-0.052742,-0.05601,-0.057169,-0.058942,-0.059776,-0.061843,-0.06293,-0.064387,-0.065047,-0.066949,-0.067455,-0.069141,-0.069911,-0.070422,-0.071989,-0.072057,-0.072268,-0.072489,-0.072355,-0.071805,-0.071732,-0.071797,-0.071502,-0.071557,-0.070938,-0.071212,-0.070904,-0.070555,-0.069695,-0.068513,-0.067051,-0.065454,-0.063858,-0.061978,-0.060639,-0.05916,-0.059004,-0.05852,-0.05759,-0.056483,-0.05445,-0.052951,-0.050756,-0.04955,-0.047469,-0.046934,-0.046036,-0.046959,-0.047979,-0.049224,-0.050763,-0.051761,-0.053752,-0.054947,-0.056372,-0.057456,-0.058005,-0.057943,-0.057603,-0.058249,-0.058031,-0.058596,-0.058109,-0.058766,-0.058961,-0.059567,-0.05993,-0.060182,-0.060777,-0.060835,-0.061567,-0.061308,-0.061964,-0.061749,-0.062454,-0.062982,-0.06328,-0.064102,-0.064591,-0.065637,-0.065981,-0.066629,-0.066558,-0.066624,-0.066335,-0.065659,-0.064646,-0.063625,-0.062749,-0.061291,-0.060226,-0.058433,-0.056915,-0.054616,-0.052133,-0.049437,-0.046055,-0.042367,-0.036531,-0.029357,-0.019264,-0.00712,0.008471,0.028475,0.052402,0.077808,0.102872,0.125033,0.143552,0.161425,0.174908,0.181392,0.177208,0.164011,0.149556,0.137517,0.133962,0.138337,0.148457,0.162101,0.176595,0.191734,0.208777,0.227081,0.245917,0.26646,0.291581,0.327069,0.373773,0.426972,0.478417,0.515453,0.532006,0.522632,0.488638,0.43999,0.388006,0.341641,0.30812,0.28435,0.266892,0.250788,0.232761,0.213898,0.195148,0.177067,0.158301,0.140858,0.124338,0.10965,0.094255,0.079815,0.066178,0.053702,0.043471,0.033562,0.025483,0.018726,0.0135,0.008805,0.004327,0.001108,-0.002824,-0.006494,-0.010622,-0.014577,-0.018864,-0.022255,-0.025488,-0.029097,-0.031546,-0.034618,-0.036398,-0.038272,-0.039411,-0.040355,-0.040511,-0.040507,-0.040637,-0.040311,-0.040486,-0.040084,-0.040612,-0.040339,-0.040598,-0.040596,-0.040883,-0.040979,-0.04115,-0.041763,-0.041567,-0.042187,-0.041609,-0.040863,-0.039884,-0.039103,-0.038495,-0.03725,-0.036598,-0.035041,-0.033461,-0.031527,-0.030434,-0.02842,-0.026568,-0.023919,-0.020146,-0.016278,-0.010857,-0.004931,0.004807,0.017882,0.037369,0.062981,0.094709,0.128654,0.159674,0.184212,0.201807,0.217125,0.23205,0.250501,0.272282,0.294676,0.318569,0.338981,0.355612,0.366575,0.374123,0.380398,0.385839,0.391674,0.394358,0.391047,0.378636,0.362112,0.343697,0.32754,0.318147,0.313344,0.310443,0.307063,0.300736,0.287905,0.269172,0.247348,0.22801,0.212898,0.204122,0.199818,0.200822,0.202473,0.204043,0.203862,0.199119,0.192737,0.184,0.175962,0.167766,0.160558,0.151598,0.141681,0.131751,0.121445,0.114077,0.108393,0.105434,0.103049,0.101989,0.101239,0.099565,0.096481,0.093519,0.090493,0.086415,0.084829,0.081651,0.078351,0.075318,0.072402,0.069822,0.066848,0.064254,0.060442,0.057472,0.053387,0.047809,0.042481,0.035907,0.030133,0.024483,0.020059,0.015212,0.010699,0.007391,0.004891,0.001973,-0.000506,-0.001837,-0.005067,-0.006583,-0.008217,-0.010701,-0.012019,-0.013884,-0.015451,-0.01702,-0.017937,-0.018774,-0.019892,-0.020439,-0.020161,-0.021428,-0.020465,-0.019323,-0.018517,-0.018712,-0.01716,-0.016419,-0.01627,-0.014623,-0.013388,-0.012687,-0.011319,-0.009193,-0.006767,-0.005051,-0.003016,-0.001638,0.002534,0.004027,0.006097,0.008557,0.011158,0.013958,0.017099,0.02078,0.024924,0.029286,0.034001,0.039909,0.046319,0.054627,0.063704,0.074917,0.088839,0.105328,0.123308,0.142331,0.166165,0.188329,0.211667,0.234001,0.251854,0.265828,0.27807,0.285923,0.292502,0.297093,0.299035,0.306919,0.315975,0.332053,0.355641,0.386222,0.42901,0.480531,0.543447,0.618539,0.694975,0.770703,0.852141,0.933987,1.006721,1.067167,1.117794,1.152395,1.187996,1.192901,1.222581,1.245782,1.26002,1.290305,1.221264,1.220265,1.227947,1.188174 +-0.049885,-0.044279,-0.040158,4.0,-0.034954,-0.031114,-0.02839,-0.027017,-0.029609,-0.032937,-0.036862,-0.041143,-0.044943,-0.049474,-0.050583,-0.052843,-0.056079,-0.056853,-0.058628,-0.059719,-0.061707,-0.06271,-0.063955,-0.06481,-0.066555,-0.067059,-0.068507,-0.069347,-0.069686,-0.071514,-0.071392,-0.071473,-0.07176,-0.071336,-0.07085,-0.070922,-0.070895,-0.070606,-0.070568,-0.069932,-0.070299,-0.070147,-0.069565,-0.068856,-0.067607,-0.066212,-0.064503,-0.063032,-0.061248,-0.060003,-0.058453,-0.058387,-0.057957,-0.057222,-0.056131,-0.054265,-0.05262,-0.050406,-0.049442,-0.047474,-0.046865,-0.045931,-0.046916,-0.047956,-0.049249,-0.050528,-0.051532,-0.05342,-0.054641,-0.056065,-0.056915,-0.057649,-0.057597,-0.057172,-0.057603,-0.057509,-0.05806,-0.05756,-0.058359,-0.05829,-0.058997,-0.059494,-0.059691,-0.060203,-0.060171,-0.06111,-0.06083,-0.061526,-0.061508,-0.06204,-0.062497,-0.062945,-0.063582,-0.063899,-0.065086,-0.065113,-0.06569,-0.065682,-0.065549,-0.065242,-0.064413,-0.063795,-0.062431,-0.061588,-0.059935,-0.058788,-0.056871,-0.055298,-0.053001,-0.050147,-0.047265,-0.043352,-0.038975,-0.032085,-0.024007,-0.012085,0.001417,0.019155,0.04205,0.069126,0.097442,0.124613,0.148511,0.16708,0.18374,0.194965,0.198792,0.190972,0.174427,0.156791,0.1414,0.135344,0.137715,0.145619,0.157765,0.170361,0.184223,0.199551,0.217232,0.235632,0.255351,0.280366,0.31448,0.35921,0.40922,0.457504,0.492058,0.50704,0.497828,0.466663,0.420946,0.371937,0.328483,0.29568,0.272029,0.255288,0.23927,0.221074,0.20228,0.183818,0.165693,0.147207,0.130384,0.114413,0.100653,0.086208,0.072755,0.060017,0.048319,0.038451,0.029046,0.021014,0.01443,0.009538,0.00509,0.000949,-0.002023,-0.005497,-0.008918,-0.013113,-0.016631,-0.020819,-0.024318,-0.027641,-0.030846,-0.033183,-0.035881,-0.037788,-0.039423,-0.040261,-0.041172,-0.041163,-0.041165,-0.041124,-0.040759,-0.040977,-0.040449,-0.040738,-0.040617,-0.040543,-0.040362,-0.040796,-0.040734,-0.04106,-0.041409,-0.041379,-0.041815,-0.04128,-0.040582,-0.03965,-0.038862,-0.038074,-0.036915,-0.036162,-0.034545,-0.033057,-0.0313,-0.030036,-0.027793,-0.025791,-0.022943,-0.019026,-0.015447,-0.009891,-0.004255,0.004805,0.016914,0.035261,0.059939,0.090039,0.123173,0.15297,0.1771,0.193535,0.207546,0.221239,0.238718,0.25933,0.280317,0.304358,0.324232,0.340882,0.351657,0.358763,0.364481,0.369583,0.37452,0.377012,0.373618,0.362129,0.346119,0.328222,0.313865,0.305716,0.301265,0.298826,0.295451,0.289582,0.276349,0.258033,0.237041,0.218582,0.20405,0.19572,0.191577,0.192258,0.194335,0.195399,0.19508,0.190533,0.184325,0.175806,0.16841,0.160951,0.153807,0.145604,0.135982,0.12604,0.116313,0.108776,0.10309,0.100295,0.097965,0.096894,0.096348,0.094782,0.092442,0.089992,0.087405,0.083691,0.082387,0.079411,0.076113,0.073105,0.069701,0.066976,0.063597,0.060904,0.056772,0.053679,0.049552,0.044171,0.039294,0.032947,0.02755,0.021934,0.017921,0.013279,0.009037,0.005537,0.003151,0.000464,-0.001841,-0.003289,-0.005965,-0.0073,-0.009112,-0.011256,-0.012476,-0.014186,-0.015838,-0.017146,-0.018194,-0.018941,-0.020317,-0.020736,-0.020514,-0.021711,-0.021082,-0.019923,-0.019035,-0.019192,-0.017914,-0.017279,-0.016899,-0.01578,-0.014357,-0.013969,-0.012507,-0.010418,-0.008135,-0.00637,-0.004354,-0.002732,0.001621,0.002821,0.004774,0.007414,0.010046,0.012776,0.015943,0.019342,0.023839,0.028704,0.033048,0.0392,0.045754,0.054042,0.063153,0.075268,0.089534,0.106678,0.124788,0.14481,0.169576,0.190924,0.214686,0.237029,0.256758,0.273009,0.287977,0.301221,0.310615,0.318769,0.324072,0.333041,0.344182,0.360965,0.386741,0.422805,0.468804,0.527549,0.59447,0.677492,0.758244,0.839327,0.923792,0.997439,1.070119,1.117323,1.158496,1.192087,1.219162,1.214365,1.234969,1.251559,1.272416,1.287405,1.211995,1.213263,1.215883,1.196102 +-0.051054,-0.045678,-0.041673,4.0,-0.036761,-0.033078,-0.030466,-0.029295,-0.031736,-0.034843,-0.038419,-0.042511,-0.046282,-0.050663,-0.05195,-0.053916,-0.057326,-0.05824,-0.060047,-0.060743,-0.062789,-0.063877,-0.064975,-0.065776,-0.067349,-0.068095,-0.069348,-0.070235,-0.070708,-0.072319,-0.072385,-0.07225,-0.072806,-0.072059,-0.071809,-0.071805,-0.071772,-0.071393,-0.071226,-0.071099,-0.07106,-0.071053,-0.070625,-0.070032,-0.068608,-0.067253,-0.065999,-0.064026,-0.062472,-0.060855,-0.059755,-0.059298,-0.058988,-0.058432,-0.057114,-0.055585,-0.053741,-0.051883,-0.050629,-0.048904,-0.048048,-0.047203,-0.048059,-0.048985,-0.050496,-0.051298,-0.052723,-0.054299,-0.055688,-0.05713,-0.057946,-0.058749,-0.058432,-0.058402,-0.058554,-0.058685,-0.058949,-0.058547,-0.059358,-0.059023,-0.060067,-0.060097,-0.060667,-0.06102,-0.061264,-0.061935,-0.06182,-0.062816,-0.062405,-0.063206,-0.063251,-0.063759,-0.064236,-0.064756,-0.065696,-0.065641,-0.066523,-0.066132,-0.066519,-0.06584,-0.065361,-0.064442,-0.062959,-0.062298,-0.060313,-0.059535,-0.057215,-0.055943,-0.053112,-0.050489,-0.047194,-0.043104,-0.038793,-0.031387,-0.023158,-0.010503,0.003257,0.022019,0.045517,0.073831,0.103422,0.131191,0.155949,0.174202,0.190808,0.20116,0.203663,0.194922,0.177287,0.159051,0.142805,0.136574,0.138374,0.146126,0.157514,0.169615,0.182547,0.196661,0.214172,0.231763,0.251168,0.275914,0.309199,0.35313,0.401378,0.447263,0.480334,0.494938,0.485633,0.456497,0.413617,0.367101,0.324775,0.292757,0.269033,0.251484,0.235291,0.216634,0.197854,0.178591,0.160858,0.142847,0.125947,0.110432,0.096404,0.082914,0.069696,0.057307,0.045901,0.036143,0.026712,0.01844,0.012426,0.007042,0.002887,-0.001194,-0.004027,-0.007379,-0.010923,-0.014921,-0.018642,-0.022531,-0.025938,-0.029151,-0.032432,-0.034766,-0.037133,-0.038993,-0.040536,-0.041529,-0.042075,-0.042054,-0.042089,-0.04193,-0.041655,-0.041331,-0.041191,-0.04108,-0.041193,-0.041193,-0.041074,-0.041379,-0.041246,-0.04185,-0.0419,-0.042006,-0.042134,-0.042054,-0.041124,-0.040151,-0.039436,-0.038371,-0.037512,-0.036327,-0.034988,-0.033114,-0.031312,-0.030148,-0.027623,-0.025911,-0.022749,-0.019378,-0.015599,-0.010263,-0.004478,0.004145,0.015653,0.033918,0.057227,0.087186,0.118968,0.148903,0.172183,0.188319,0.20257,0.215859,0.232391,0.252148,0.273414,0.296402,0.31696,0.333442,0.344844,0.351523,0.35615,0.361907,0.366223,0.368968,0.365309,0.354122,0.338162,0.321227,0.308227,0.300363,0.296633,0.294216,0.291355,0.284792,0.271537,0.253636,0.233007,0.214653,0.20035,0.192498,0.187994,0.188424,0.190204,0.191144,0.191205,0.186143,0.18005,0.171941,0.16472,0.157214,0.150589,0.142529,0.132981,0.123296,0.113577,0.106311,0.100332,0.097571,0.09549,0.094228,0.093886,0.092339,0.090617,0.087773,0.085686,0.082028,0.08083,0.077788,0.074354,0.071726,0.067832,0.065324,0.061425,0.058848,0.054462,0.051006,0.047412,0.042038,0.037383,0.030621,0.025847,0.020421,0.016289,0.011842,0.00766,0.004492,0.001751,-0.000234,-0.002873,-0.003831,-0.006843,-0.008144,-0.009642,-0.012183,-0.013151,-0.014937,-0.016315,-0.017896,-0.018704,-0.019486,-0.021048,-0.02119,-0.021323,-0.022104,-0.021631,-0.020354,-0.019679,-0.019654,-0.018361,-0.017974,-0.017254,-0.016155,-0.014662,-0.014503,-0.013024,-0.011039,-0.008612,-0.006835,-0.005344,-0.003234,0.000536,0.002168,0.003848,0.006591,0.00907,0.011901,0.015328,0.018702,0.023305,0.028179,0.032728,0.039344,0.045742,0.053803,0.06328,0.075419,0.090046,0.10807,0.127451,0.147981,0.173666,0.197463,0.223039,0.247793,0.268617,0.285389,0.302502,0.314321,0.324393,0.331537,0.336362,0.345528,0.355711,0.374085,0.39963,0.436776,0.484773,0.545207,0.617465,0.699635,0.781929,0.861371,0.94507,1.020557,1.091778,1.135684,1.172871,1.202105,1.227318,1.224755,1.238409,1.262493,1.272277,1.289548,1.213103,1.212666,1.216313,1.192221 +-0.052705,-0.047674,-0.04396,4.0,-0.039335,-0.035622,-0.033849,-0.032669,-0.035076,-0.037459,-0.040534,-0.044022,-0.047456,-0.051837,-0.05308,-0.055153,-0.058233,-0.059487,-0.061188,-0.062178,-0.064456,-0.065378,-0.066509,-0.067293,-0.068889,-0.069215,-0.070568,-0.071379,-0.071635,-0.073239,-0.073067,-0.073321,-0.073583,-0.073028,-0.072702,-0.072714,-0.072696,-0.072126,-0.072232,-0.071634,-0.071952,-0.071768,-0.071405,-0.070643,-0.069305,-0.068208,-0.066528,-0.064951,-0.063307,-0.062095,-0.060807,-0.060672,-0.060325,-0.059516,-0.058396,-0.056579,-0.055302,-0.053118,-0.051977,-0.050393,-0.049805,-0.0489,-0.049539,-0.050406,-0.051541,-0.052845,-0.053782,-0.055505,-0.056657,-0.058185,-0.05911,-0.059395,-0.059624,-0.059223,-0.05956,-0.059432,-0.059859,-0.059555,-0.060233,-0.060019,-0.060692,-0.061053,-0.061243,-0.061896,-0.062026,-0.063052,-0.063033,-0.063732,-0.063643,-0.064171,-0.064522,-0.064649,-0.065325,-0.065566,-0.066413,-0.066625,-0.067011,-0.066859,-0.066763,-0.066376,-0.065604,-0.064742,-0.063455,-0.062359,-0.060683,-0.059454,-0.057353,-0.055516,-0.052604,-0.049474,-0.046115,-0.041698,-0.036575,-0.028954,-0.019581,-0.006184,0.009463,0.029684,0.055397,0.086485,0.118412,0.148747,0.174153,0.192927,0.208543,0.21741,0.217172,0.205516,0.185276,0.164748,0.147161,0.138972,0.139688,0.145546,0.155554,0.165935,0.177117,0.189886,0.20561,0.222547,0.241385,0.265213,0.297643,0.339195,0.38427,0.427587,0.457617,0.470353,0.462359,0.436298,0.398025,0.356072,0.316428,0.286352,0.262136,0.244829,0.227559,0.208316,0.189184,0.169441,0.151131,0.132668,0.115702,0.099703,0.086099,0.073054,0.060701,0.049628,0.038795,0.030122,0.020811,0.013278,0.00692,0.001929,-0.001947,-0.006089,-0.008617,-0.011704,-0.014848,-0.018649,-0.022154,-0.026198,-0.029441,-0.03248,-0.035539,-0.037535,-0.039919,-0.041255,-0.04286,-0.043354,-0.04374,-0.043593,-0.043503,-0.043529,-0.042661,-0.042617,-0.042125,-0.042343,-0.042063,-0.042061,-0.041871,-0.042114,-0.042199,-0.042295,-0.042847,-0.042842,-0.043347,-0.042785,-0.042006,-0.041002,-0.039981,-0.039243,-0.037758,-0.036883,-0.035188,-0.033697,-0.031598,-0.030332,-0.027948,-0.026061,-0.022944,-0.019081,-0.015335,-0.010257,-0.004877,0.00332,0.01398,0.030646,0.053261,0.080989,0.111744,0.140248,0.162931,0.17878,0.191589,0.203924,0.219392,0.23822,0.258444,0.281329,0.301715,0.318585,0.329815,0.336079,0.340781,0.34509,0.349299,0.351278,0.34782,0.336829,0.322526,0.307231,0.295657,0.289112,0.286695,0.285046,0.281533,0.275202,0.261949,0.243909,0.22393,0.206417,0.192967,0.185124,0.180527,0.181009,0.18243,0.183054,0.1823,0.177585,0.171562,0.163652,0.156793,0.149812,0.143402,0.135749,0.126313,0.117388,0.108116,0.100763,0.09508,0.09199,0.089901,0.088932,0.08866,0.087461,0.085669,0.083593,0.081626,0.078626,0.077633,0.074777,0.071392,0.068222,0.064547,0.06171,0.057659,0.054349,0.049848,0.046548,0.04241,0.037374,0.032871,0.026985,0.022347,0.017411,0.013535,0.009387,0.005657,0.002471,-0.000276,-0.002491,-0.004298,-0.005338,-0.008243,-0.00924,-0.011006,-0.012861,-0.014042,-0.015568,-0.017237,-0.018322,-0.019417,-0.020184,-0.021332,-0.02174,-0.021863,-0.02309,-0.022483,-0.02117,-0.020634,-0.020393,-0.019369,-0.018612,-0.018704,-0.0171,-0.015709,-0.015561,-0.014263,-0.01249,-0.009804,-0.008359,-0.006878,-0.004966,-0.001105,0.000498,0.002159,0.005071,0.007522,0.01077,0.01355,0.017435,0.021864,0.027131,0.032171,0.038619,0.045297,0.053686,0.063422,0.075726,0.090893,0.109443,0.130338,0.152529,0.180674,0.207184,0.235404,0.262226,0.285272,0.305978,0.324407,0.337648,0.348812,0.358467,0.362363,0.37084,0.382957,0.401252,0.429677,0.467902,0.519877,0.583787,0.659874,0.750952,0.828254,0.911085,0.990953,1.065624,1.127022,1.173324,1.204432,1.229146,1.251647,1.236881,1.252961,1.268144,1.288349,1.303091,1.220515,1.218996,1.218947,1.19675 +-0.050383,-0.044934,-0.041391,4.0,-0.036162,-0.032389,-0.030479,-0.028614,-0.031738,-0.034432,-0.036488,-0.041988,-0.045063,-0.049701,-0.051125,-0.05344,-0.057082,-0.057996,-0.059448,-0.060336,-0.062465,-0.063555,-0.064891,-0.065751,-0.067308,-0.068044,-0.069609,-0.070049,-0.070449,-0.072351,-0.072198,-0.072492,-0.072741,-0.072383,-0.071726,-0.071965,-0.071765,-0.071401,-0.071446,-0.070846,-0.071156,-0.070913,-0.070579,-0.069816,-0.068402,-0.067304,-0.065696,-0.063813,-0.062162,-0.060839,-0.05944,-0.059282,-0.058788,-0.058118,-0.057082,-0.055206,-0.053886,-0.051493,-0.050661,-0.048675,-0.048151,-0.047336,-0.048135,-0.049224,-0.050135,-0.05161,-0.052583,-0.054196,-0.055569,-0.056666,-0.057783,-0.058382,-0.058325,-0.05818,-0.058327,-0.058478,-0.058589,-0.058265,-0.059121,-0.059091,-0.059728,-0.06015,-0.060492,-0.061099,-0.061078,-0.062024,-0.062024,-0.062565,-0.062447,-0.062818,-0.063487,-0.063684,-0.064286,-0.064859,-0.065531,-0.06588,-0.066532,-0.06637,-0.066468,-0.065866,-0.065164,-0.064253,-0.063011,-0.062343,-0.060428,-0.059091,-0.056979,-0.055048,-0.052818,-0.049715,-0.046757,-0.042856,-0.038515,-0.031704,-0.023113,-0.011087,0.002923,0.021552,0.044842,0.073302,0.10271,0.130468,0.154207,0.173381,0.189769,0.200213,0.203324,0.194195,0.177321,0.160117,0.145187,0.139618,0.141923,0.149779,0.161736,0.173653,0.186501,0.200662,0.217306,0.234657,0.253803,0.278362,0.311666,0.355513,0.404083,0.449793,0.482701,0.496784,0.488178,0.460269,0.419357,0.374698,0.33318,0.301023,0.276796,0.258614,0.241778,0.222723,0.203023,0.183823,0.164795,0.145959,0.128729,0.112079,0.098256,0.08375,0.070556,0.05804,0.046472,0.036897,0.027303,0.019491,0.012806,0.007565,0.003416,-0.000969,-0.003618,-0.007251,-0.010379,-0.014728,-0.018495,-0.022352,-0.025978,-0.028894,-0.03223,-0.03457,-0.037016,-0.038653,-0.040258,-0.041081,-0.041877,-0.041611,-0.041705,-0.041696,-0.041032,-0.041232,-0.0405,-0.040906,-0.040637,-0.040869,-0.04086,-0.040979,-0.041177,-0.041326,-0.041806,-0.041813,-0.042137,-0.041708,-0.040805,-0.040075,-0.039069,-0.038235,-0.037027,-0.035996,-0.03443,-0.03279,-0.030571,-0.029453,-0.026933,-0.025125,-0.022301,-0.018326,-0.015161,-0.009619,-0.004422,0.004406,0.015899,0.033371,0.057314,0.086351,0.118363,0.148148,0.172215,0.188715,0.202291,0.216003,0.232417,0.252272,0.273804,0.297062,0.317342,0.334313,0.345667,0.352407,0.357939,0.363649,0.368353,0.371107,0.367143,0.355753,0.339828,0.323606,0.310975,0.303243,0.299948,0.298022,0.294829,0.288058,0.275151,0.256606,0.236186,0.218087,0.203629,0.1951,0.190514,0.190614,0.192298,0.192948,0.192423,0.187268,0.180934,0.173013,0.165327,0.158216,0.151271,0.143668,0.134238,0.124039,0.114946,0.107236,0.101539,0.098476,0.096229,0.095155,0.094451,0.093213,0.090723,0.088307,0.085722,0.08228,0.080884,0.077816,0.074606,0.071535,0.068089,0.065535,0.061687,0.058862,0.05454,0.05127,0.047311,0.042031,0.0373,0.031094,0.025825,0.021099,0.016933,0.012507,0.008461,0.004902,0.002608,0.000108,-0.002171,-0.003092,-0.00601,-0.007081,-0.00882,-0.011142,-0.01221,-0.014,-0.01546,-0.016962,-0.017944,-0.018686,-0.019928,-0.020434,-0.020154,-0.021804,-0.020705,-0.019641,-0.018495,-0.01897,-0.017588,-0.01662,-0.016416,-0.014801,-0.013532,-0.013172,-0.011711,-0.00996,-0.007302,-0.006167,-0.004228,-0.002372,0.001546,0.002888,0.005125,0.007528,0.010219,0.013101,0.016373,0.019781,0.024281,0.029348,0.033629,0.040336,0.046718,0.054956,0.064557,0.076678,0.091283,0.109893,0.130227,0.15228,0.179635,0.206893,0.234907,0.26175,0.283784,0.301811,0.317111,0.32745,0.335581,0.340413,0.34351,0.351161,0.361339,0.379752,0.405779,0.440768,0.490281,0.549894,0.623417,0.702678,0.780425,0.871119,0.953127,1.031716,1.096348,1.142701,1.190407,1.225865,1.236618,1.242923,1.271185,1.284266,1.316014,1.23152,1.242926,1.245499,1.218605,1.222376 +-0.047866,-0.043572,-0.039234,4.0,-0.033831,-0.029675,-0.026899,-0.02546,-0.028133,-0.031637,-0.035215,-0.040068,-0.043997,-0.048604,-0.050133,-0.052271,-0.055521,-0.057147,-0.058566,-0.059778,-0.06184,-0.06277,-0.064314,-0.064962,-0.066823,-0.067561,-0.06917,-0.06982,-0.070315,-0.072389,-0.072054,-0.072333,-0.072623,-0.072328,-0.071809,-0.071905,-0.071934,-0.07158,-0.071721,-0.071217,-0.071419,-0.071119,-0.070664,-0.069964,-0.068686,-0.067184,-0.065768,-0.063855,-0.062196,-0.060853,-0.059218,-0.059144,-0.05851,-0.057925,-0.056685,-0.054756,-0.053422,-0.050827,-0.049977,-0.047818,-0.047309,-0.046234,-0.047221,-0.048386,-0.049355,-0.051031,-0.051809,-0.053699,-0.054974,-0.056398,-0.057521,-0.057835,-0.058031,-0.057743,-0.058028,-0.057985,-0.058251,-0.0582,-0.058642,-0.058974,-0.059682,-0.059948,-0.060492,-0.060899,-0.061053,-0.06179,-0.061562,-0.062213,-0.061946,-0.062535,-0.063202,-0.063583,-0.064456,-0.064667,-0.065705,-0.066077,-0.066786,-0.066791,-0.066734,-0.066454,-0.065485,-0.064836,-0.063602,-0.062953,-0.061413,-0.060116,-0.058166,-0.056402,-0.054164,-0.051654,-0.048884,-0.045892,-0.042185,-0.03663,-0.029846,-0.019686,-0.008014,0.007716,0.027264,0.051187,0.076251,0.100431,0.122799,0.141534,0.159517,0.172845,0.179578,0.175441,0.163303,0.150157,0.13917,0.136708,0.142252,0.152123,0.166361,0.180198,0.1952,0.211844,0.229216,0.247363,0.266826,0.29216,0.32769,0.374424,0.427538,0.477492,0.512989,0.528641,0.519149,0.487403,0.442333,0.394479,0.350621,0.31801,0.292905,0.275151,0.258549,0.239637,0.220219,0.200433,0.181656,0.162119,0.144405,0.127249,0.112093,0.096934,0.081716,0.067748,0.054937,0.044332,0.034269,0.025962,0.019082,0.013927,0.008867,0.004461,0.001036,-0.002656,-0.006515,-0.011172,-0.014599,-0.018959,-0.022361,-0.025846,-0.029335,-0.031654,-0.034979,-0.036354,-0.038557,-0.039299,-0.040369,-0.040435,-0.040396,-0.040672,-0.040077,-0.040251,-0.039976,-0.04035,-0.040206,-0.040504,-0.040674,-0.041012,-0.040975,-0.041607,-0.041907,-0.04205,-0.042339,-0.041714,-0.04117,-0.040104,-0.039452,-0.038522,-0.03762,-0.036575,-0.034818,-0.033284,-0.031147,-0.030108,-0.027937,-0.026233,-0.023775,-0.019933,-0.016736,-0.011196,-0.005353,0.004073,0.016854,0.035746,0.061243,0.092046,0.125762,0.156327,0.181334,0.19889,0.213567,0.22851,0.247339,0.268366,0.291868,0.314695,0.335123,0.351137,0.363204,0.370777,0.377415,0.384131,0.389542,0.393332,0.389066,0.376684,0.360053,0.341697,0.327336,0.318295,0.31418,0.311538,0.308335,0.302341,0.288938,0.270063,0.248805,0.229981,0.215045,0.205854,0.201636,0.201697,0.203043,0.204055,0.203275,0.198166,0.191391,0.182888,0.175378,0.167199,0.159918,0.151329,0.141237,0.130889,0.121192,0.113714,0.107657,0.10497,0.102675,0.101227,0.100745,0.098952,0.096077,0.092937,0.08995,0.086131,0.083893,0.080756,0.077262,0.07412,0.070795,0.068209,0.065307,0.062633,0.058807,0.055582,0.051495,0.046231,0.040803,0.034453,0.029001,0.023603,0.019175,0.014519,0.010436,0.006711,0.004395,0.001702,-0.000684,-0.002015,-0.005239,-0.006403,-0.008225,-0.010545,-0.012126,-0.014018,-0.015599,-0.01697,-0.018022,-0.019003,-0.020301,-0.020406,-0.020142,-0.021255,-0.020843,-0.019435,-0.018656,-0.018567,-0.017364,-0.016455,-0.015842,-0.01472,-0.012954,-0.012523,-0.011238,-0.009432,-0.007199,-0.005102,-0.003466,-0.002063,0.002269,0.003547,0.005901,0.008724,0.010594,0.013921,0.016821,0.020461,0.024203,0.029345,0.033911,0.03974,0.046294,0.053943,0.06335,0.07524,0.088931,0.105866,0.125026,0.146303,0.173184,0.198385,0.226473,0.2522,0.272078,0.286027,0.297004,0.303342,0.304374,0.306039,0.306939,0.312712,0.321792,0.337451,0.360857,0.391369,0.434574,0.48489,0.547724,0.622649,0.695237,0.773883,0.859727,0.937493,1.010921,1.071488,1.127364,1.162945,1.199439,1.216346,1.243973,1.265293,1.283287,1.257243,1.241994,1.245265,1.221914,1.22701 +-0.046594,-0.041111,-0.036881,4.0,-0.031122,-0.026667,-0.023717,-0.021758,-0.024917,-0.029152,-0.033473,-0.038079,-0.042098,-0.046936,-0.048117,-0.050324,-0.053658,-0.054852,-0.056625,-0.057449,-0.059544,-0.060515,-0.061792,-0.062766,-0.064566,-0.065255,-0.066656,-0.067732,-0.068395,-0.070055,-0.070023,-0.070309,-0.070529,-0.070248,-0.069642,-0.069902,-0.069715,-0.069413,-0.069611,-0.069054,-0.06944,-0.06893,-0.068774,-0.067902,-0.066697,-0.065401,-0.063648,-0.061891,-0.060003,-0.058804,-0.057041,-0.056816,-0.056494,-0.055484,-0.054517,-0.052457,-0.050859,-0.048282,-0.047081,-0.045253,-0.044521,-0.043639,-0.044743,-0.04591,-0.047143,-0.04862,-0.049729,-0.051676,-0.052909,-0.054258,-0.055238,-0.055872,-0.055787,-0.055507,-0.055959,-0.055867,-0.05618,-0.056035,-0.056726,-0.05683,-0.057521,-0.057985,-0.058366,-0.05874,-0.058715,-0.059544,-0.059454,-0.060006,-0.059737,-0.060217,-0.060901,-0.061471,-0.062293,-0.062622,-0.063633,-0.064102,-0.064814,-0.064714,-0.064946,-0.064663,-0.063897,-0.063216,-0.062001,-0.061259,-0.059643,-0.058623,-0.056651,-0.055335,-0.053279,-0.050891,-0.048553,-0.045474,-0.042229,-0.036697,-0.030363,-0.021069,-0.009801,0.004943,0.023183,0.045751,0.069563,0.092895,0.114274,0.133119,0.151558,0.166078,0.174354,0.171385,0.160079,0.147397,0.136905,0.13477,0.140433,0.151103,0.16577,0.180733,0.1967,0.21449,0.233208,0.252268,0.272201,0.297904,0.334143,0.382494,0.437242,0.489625,0.52831,0.544272,0.533505,0.498916,0.449357,0.397329,0.351536,0.31784,0.294003,0.277278,0.261124,0.243233,0.224158,0.205254,0.187087,0.167566,0.149884,0.133186,0.117976,0.102275,0.086521,0.072095,0.058648,0.047889,0.037462,0.02973,0.022882,0.017425,0.012682,0.00788,0.004621,0.000538,-0.00315,-0.007934,-0.011711,-0.015899,-0.019469,-0.023141,-0.026722,-0.0294,-0.032283,-0.034235,-0.03627,-0.037209,-0.038219,-0.038612,-0.038747,-0.038963,-0.038442,-0.038874,-0.038573,-0.039071,-0.038837,-0.039305,-0.039356,-0.039703,-0.039668,-0.040194,-0.040562,-0.040353,-0.041032,-0.040281,-0.039843,-0.038885,-0.03824,-0.037505,-0.036412,-0.035447,-0.033876,-0.032319,-0.030517,-0.029432,-0.027473,-0.025756,-0.023029,-0.019392,-0.016109,-0.01037,-0.004209,0.005286,0.018797,0.038823,0.065104,0.097272,0.131597,0.16313,0.188635,0.206148,0.22133,0.236984,0.256269,0.278611,0.302044,0.32517,0.345126,0.361171,0.373291,0.380665,0.387517,0.394284,0.400398,0.403995,0.39969,0.386698,0.368867,0.349519,0.334107,0.324137,0.319092,0.316426,0.313446,0.307336,0.293534,0.274827,0.253511,0.233844,0.21832,0.209331,0.204977,0.205797,0.207684,0.209031,0.208565,0.203866,0.196971,0.188117,0.180236,0.171942,0.164236,0.155684,0.145192,0.135103,0.124715,0.11704,0.111314,0.108119,0.106325,0.105045,0.104211,0.102659,0.099423,0.096124,0.092701,0.088848,0.086239,0.082854,0.079646,0.07636,0.073198,0.07099,0.067943,0.065788,0.062256,0.059277,0.055723,0.050184,0.044665,0.037202,0.031598,0.0258,0.021158,0.016499,0.012244,0.00887,0.00613,0.003129,0.000707,-0.000776,-0.004027,-0.00546,-0.007267,-0.009645,-0.011206,-0.01315,-0.014945,-0.01653,-0.017416,-0.018347,-0.019439,-0.019708,-0.019803,-0.020595,-0.020095,-0.018834,-0.018208,-0.017958,-0.017038,-0.015968,-0.015947,-0.014436,-0.012729,-0.012268,-0.010998,-0.008933,-0.006215,-0.004749,-0.002352,-0.000954,0.003248,0.004387,0.006651,0.009083,0.012005,0.01436,0.017371,0.020829,0.024577,0.02937,0.033955,0.039349,0.045696,0.053323,0.062868,0.073853,0.087494,0.103515,0.121178,0.140503,0.164031,0.186762,0.209922,0.232054,0.249844,0.26247,0.272655,0.27799,0.281626,0.285324,0.286496,0.29151,0.300633,0.315365,0.337801,0.367451,0.406547,0.455413,0.512414,0.580618,0.654397,0.735235,0.806524,0.885986,0.955247,1.016397,1.074262,1.112763,1.150171,1.162515,1.196462,1.22103,1.245689,1.25582,1.195502,1.201374,1.217044,1.190482 +-0.04247,-0.036621,-0.03243,4.0,-0.026807,-0.021276,-0.018356,-0.016116,-0.01968,-0.024589,-0.029472,-0.034818,-0.039119,-0.043497,-0.045203,-0.047322,-0.050432,-0.051865,-0.05308,-0.053996,-0.056333,-0.057211,-0.058306,-0.059535,-0.061322,-0.062215,-0.063702,-0.065425,-0.065649,-0.067256,-0.067213,-0.06763,-0.067694,-0.06742,-0.067139,-0.067115,-0.067212,-0.066945,-0.067023,-0.06639,-0.066661,-0.066802,-0.066096,-0.06498,-0.063969,-0.06247,-0.060814,-0.058997,-0.056976,-0.055679,-0.053881,-0.053879,-0.05327,-0.052464,-0.051408,-0.049391,-0.04763,-0.045125,-0.043848,-0.041678,-0.041018,-0.040327,-0.041441,-0.042635,-0.043864,-0.045508,-0.046858,-0.048748,-0.050191,-0.051681,-0.052515,-0.053064,-0.053176,-0.052654,-0.053187,-0.053286,-0.053449,-0.053192,-0.054055,-0.054095,-0.054668,-0.055252,-0.055551,-0.056083,-0.055794,-0.056347,-0.056175,-0.056756,-0.056545,-0.0573,-0.058022,-0.05874,-0.059656,-0.060116,-0.061347,-0.061765,-0.06232,-0.062383,-0.062627,-0.06249,-0.061863,-0.060993,-0.059852,-0.059206,-0.057714,-0.056758,-0.055151,-0.053918,-0.052018,-0.050023,-0.047823,-0.045253,-0.042341,-0.037324,-0.031677,-0.023458,-0.013476,-0.000631,0.015673,0.035679,0.056818,0.078483,0.099178,0.117701,0.137449,0.153815,0.164502,0.164807,0.155626,0.144979,0.13564,0.134697,0.141497,0.153513,0.169751,0.18643,0.204037,0.223293,0.243386,0.262901,0.284,0.310256,0.347512,0.39715,0.453855,0.509368,0.550776,0.569621,0.558022,0.51845,0.463633,0.406906,0.357639,0.321622,0.296952,0.280696,0.264598,0.246865,0.228935,0.211028,0.193209,0.17509,0.15817,0.141673,0.127077,0.111355,0.095738,0.080323,0.066143,0.05477,0.044291,0.036109,0.029456,0.023661,0.018563,0.013755,0.009968,0.005489,0.001713,-0.002946,-0.00694,-0.010978,-0.014809,-0.018557,-0.02244,-0.024964,-0.028297,-0.030324,-0.032577,-0.033759,-0.034866,-0.035224,-0.035344,-0.035856,-0.03556,-0.035893,-0.035601,-0.036166,-0.036362,-0.036603,-0.036814,-0.03714,-0.0374,-0.037668,-0.038052,-0.037904,-0.038362,-0.037751,-0.03723,-0.036396,-0.035587,-0.035197,-0.034014,-0.033369,-0.03181,-0.030518,-0.028774,-0.027666,-0.025807,-0.024077,-0.021508,-0.017751,-0.014374,-0.008553,-0.002186,0.008243,0.022755,0.044084,0.071905,0.105692,0.141879,0.173822,0.200414,0.219347,0.234941,0.251239,0.271528,0.295522,0.318614,0.342487,0.362361,0.378291,0.389995,0.397518,0.404558,0.411484,0.417367,0.421245,0.416689,0.403798,0.385441,0.364423,0.346982,0.33608,0.329479,0.325985,0.322782,0.31689,0.303568,0.284565,0.262288,0.242541,0.226418,0.217033,0.212739,0.213214,0.216025,0.217604,0.217684,0.213209,0.206359,0.197119,0.188574,0.179708,0.171697,0.162713,0.15229,0.141541,0.131953,0.12376,0.118289,0.115345,0.113303,0.112217,0.111348,0.109454,0.105848,0.102364,0.098743,0.094309,0.091764,0.088173,0.085229,0.081693,0.078598,0.076707,0.074262,0.072774,0.069386,0.066393,0.062734,0.056827,0.050877,0.04323,0.037119,0.030739,0.025719,0.02077,0.016034,0.012455,0.009105,0.006041,0.00332,0.001755,-0.001677,-0.003127,-0.005212,-0.007656,-0.009259,-0.011296,-0.012946,-0.014209,-0.015577,-0.016535,-0.017294,-0.017859,-0.017599,-0.018178,-0.017726,-0.01637,-0.015706,-0.015212,-0.014212,-0.013176,-0.013194,-0.01142,-0.009995,-0.009317,-0.007641,-0.005557,-0.003409,-0.001438,0.000983,0.002512,0.006463,0.007776,0.010542,0.012657,0.015278,0.017998,0.021183,0.024039,0.027763,0.032901,0.037291,0.0428,0.049492,0.057114,0.066076,0.076176,0.089261,0.10416,0.120483,0.137228,0.157774,0.178039,0.19848,0.217418,0.232281,0.243012,0.251502,0.257508,0.259743,0.263141,0.263725,0.268521,0.276562,0.289492,0.309956,0.336304,0.370108,0.412838,0.464496,0.526094,0.592885,0.660242,0.740544,0.811414,0.882708,0.947239,1.007899,1.06657,1.107501,1.147547,1.173971,1.213914,1.239907,1.263985,1.236485,1.213466,1.222574,1.194232 +-0.048503,-0.04385,-0.040052,4.0,-0.035608,-0.031709,-0.029417,-0.027995,-0.030589,-0.032894,-0.035546,-0.038796,-0.041836,-0.046293,-0.047529,-0.049913,-0.053511,-0.054756,-0.056529,-0.057868,-0.060215,-0.06125,-0.06273,-0.063702,-0.065497,-0.066035,-0.067603,-0.068945,-0.068961,-0.070758,-0.070623,-0.071139,-0.070959,-0.070565,-0.070225,-0.070147,-0.070441,-0.069954,-0.070081,-0.069587,-0.06989,-0.070141,-0.069532,-0.06865,-0.067613,-0.066327,-0.064556,-0.063326,-0.061556,-0.060272,-0.058846,-0.058807,-0.05846,-0.057498,-0.056728,-0.05462,-0.053027,-0.050714,-0.04974,-0.047885,-0.047061,-0.046131,-0.046884,-0.047701,-0.048888,-0.05025,-0.051026,-0.05265,-0.053913,-0.055284,-0.056125,-0.056713,-0.056627,-0.056187,-0.056937,-0.056696,-0.057158,-0.056827,-0.057684,-0.057695,-0.058315,-0.058951,-0.059257,-0.05982,-0.059983,-0.060894,-0.06094,-0.061613,-0.061399,-0.061921,-0.062233,-0.062608,-0.063198,-0.063455,-0.064576,-0.064801,-0.065218,-0.065039,-0.065062,-0.064751,-0.0638,-0.063015,-0.061859,-0.060873,-0.059319,-0.058168,-0.056239,-0.054607,-0.051862,-0.049042,-0.046211,-0.042736,-0.038883,-0.032368,-0.024886,-0.013667,-0.000794,0.015945,0.037291,0.063389,0.090352,0.116993,0.140589,0.159509,0.176664,0.188607,0.192486,0.186369,0.171974,0.15736,0.144999,0.141342,0.145094,0.153845,0.166108,0.17801,0.190697,0.205219,0.221818,0.238692,0.2574,0.282086,0.316381,0.360808,0.409426,0.454816,0.486537,0.500173,0.493016,0.467767,0.432402,0.39375,0.356925,0.327793,0.30515,0.28832,0.271138,0.251145,0.230928,0.20986,0.189472,0.168102,0.148877,0.130404,0.114742,0.09895,0.083723,0.070191,0.057397,0.047182,0.036706,0.028072,0.020687,0.015017,0.009964,0.005185,0.001745,-0.002155,-0.00557,-0.010114,-0.013861,-0.018211,-0.021846,-0.024963,-0.02831,-0.030633,-0.033344,-0.034937,-0.036563,-0.037466,-0.038525,-0.038561,-0.03863,-0.038729,-0.038258,-0.038304,-0.037817,-0.038272,-0.038284,-0.038559,-0.038568,-0.039087,-0.039211,-0.039473,-0.039944,-0.039905,-0.040578,-0.040013,-0.039117,-0.038201,-0.037427,-0.036825,-0.035395,-0.034536,-0.032802,-0.031001,-0.029112,-0.027736,-0.025737,-0.023972,-0.021366,-0.017937,-0.014615,-0.009642,-0.004466,0.003836,0.01491,0.031895,0.054692,0.082956,0.11382,0.142562,0.166269,0.182789,0.196282,0.210311,0.227312,0.247153,0.268389,0.292023,0.312963,0.33044,0.343241,0.351222,0.358123,0.364688,0.370279,0.373502,0.369019,0.357008,0.341506,0.325222,0.313731,0.307137,0.305065,0.304526,0.302368,0.296633,0.283937,0.265893,0.245615,0.227745,0.213569,0.204796,0.200056,0.19942,0.200166,0.200004,0.19795,0.192393,0.185459,0.177138,0.169698,0.162294,0.155542,0.147878,0.1385,0.128497,0.119466,0.111899,0.10602,0.102802,0.100317,0.098975,0.0982,0.097012,0.093999,0.091664,0.088832,0.085276,0.083599,0.08021,0.077178,0.073839,0.070312,0.067418,0.063657,0.060786,0.05631,0.052636,0.04882,0.043593,0.039048,0.033057,0.028444,0.023471,0.019453,0.015403,0.011443,0.008171,0.005894,0.00345,0.001398,5.9e-05,-0.003033,-0.003811,-0.005524,-0.007606,-0.009074,-0.010707,-0.012312,-0.013984,-0.015364,-0.016145,-0.017395,-0.018058,-0.01803,-0.018817,-0.018489,-0.017431,-0.016938,-0.01638,-0.01553,-0.014468,-0.014514,-0.01287,-0.011567,-0.011157,-0.010192,-0.008508,-0.006335,-0.004954,-0.002891,-0.001923,0.001933,0.003192,0.005264,0.007974,0.010378,0.013299,0.016086,0.019635,0.023829,0.028402,0.033364,0.038895,0.045108,0.052638,0.062017,0.07323,0.087268,0.104032,0.123857,0.145559,0.173067,0.20055,0.230076,0.259411,0.282097,0.299872,0.313724,0.322674,0.327188,0.331375,0.33351,0.339235,0.350814,0.367,0.391833,0.426146,0.470865,0.52736,0.593397,0.670731,0.75524,0.826426,0.916342,0.989278,1.061995,1.116678,1.162129,1.198662,1.231412,1.247899,1.253355,1.274886,1.295021,1.300102,1.272523,1.237184,1.253393,1.225255 +-0.052011,-0.046438,-0.042741,4.0,-0.037767,-0.033675,-0.031435,-0.030016,-0.032774,-0.035619,-0.03934,-0.043272,-0.04704,-0.051571,-0.052802,-0.054809,-0.058338,-0.059608,-0.061188,-0.062098,-0.064218,-0.065288,-0.066459,-0.067229,-0.068986,-0.069484,-0.070958,-0.071699,-0.072259,-0.073816,-0.073725,-0.074061,-0.074294,-0.073775,-0.073471,-0.073527,-0.073522,-0.073036,-0.073113,-0.072511,-0.072756,-0.072671,-0.072362,-0.071377,-0.070251,-0.068942,-0.067221,-0.065681,-0.06377,-0.062629,-0.061043,-0.060887,-0.060492,-0.059794,-0.058708,-0.056793,-0.055546,-0.053215,-0.052081,-0.050322,-0.049678,-0.0487,-0.049591,-0.050627,-0.051568,-0.052893,-0.054012,-0.055849,-0.057043,-0.058552,-0.059494,-0.060001,-0.059928,-0.059617,-0.060095,-0.059957,-0.060249,-0.060035,-0.060754,-0.060867,-0.061386,-0.061856,-0.062049,-0.062847,-0.062825,-0.063684,-0.063582,-0.064236,-0.064115,-0.064427,-0.064994,-0.065297,-0.065898,-0.066261,-0.067193,-0.067594,-0.068049,-0.068152,-0.068071,-0.067585,-0.066978,-0.066141,-0.064907,-0.064119,-0.062398,-0.061253,-0.059137,-0.057365,-0.054708,-0.051874,-0.0489,-0.045184,-0.040803,-0.034005,-0.025689,-0.013864,-0.000174,0.017963,0.041143,0.068905,0.097548,0.125127,0.148996,0.167539,0.184339,0.195265,0.19845,0.190395,0.173598,0.156518,0.141729,0.136133,0.138842,0.147003,0.15891,0.171283,0.184435,0.199055,0.216045,0.233817,0.252797,0.277455,0.311529,0.355769,0.405425,0.452174,0.485592,0.500195,0.4904,0.460536,0.419344,0.37329,0.330983,0.298655,0.274791,0.257409,0.240685,0.221702,0.202544,0.183704,0.164779,0.145714,0.128696,0.111961,0.097819,0.083328,0.069735,0.057232,0.045437,0.035882,0.025898,0.018126,0.01178,0.006419,0.00229,-0.002047,-0.004819,-0.00848,-0.011846,-0.016016,-0.019609,-0.023716,-0.027132,-0.030216,-0.033489,-0.03604,-0.038694,-0.040192,-0.042222,-0.04301,-0.043903,-0.043618,-0.043471,-0.043437,-0.042902,-0.042973,-0.042426,-0.042768,-0.042507,-0.042668,-0.042529,-0.042757,-0.042964,-0.043104,-0.043811,-0.043556,-0.043972,-0.043652,-0.042748,-0.041916,-0.040863,-0.040242,-0.038908,-0.038224,-0.036605,-0.034928,-0.033027,-0.031573,-0.029413,-0.027458,-0.024492,-0.020828,-0.017128,-0.011893,-0.006453,0.002469,0.014124,0.032026,0.055968,0.085827,0.117922,0.147825,0.172141,0.188539,0.20215,0.216029,0.232817,0.253111,0.274834,0.297948,0.318515,0.334939,0.346648,0.353305,0.358633,0.364571,0.369455,0.372608,0.368571,0.356958,0.340954,0.323819,0.311154,0.302843,0.299349,0.29732,0.293859,0.28773,0.274666,0.256218,0.235284,0.217123,0.20251,0.194064,0.189897,0.189787,0.191517,0.192291,0.19158,0.186903,0.180537,0.172427,0.164892,0.157729,0.150795,0.142875,0.133325,0.123216,0.113981,0.106123,0.100506,0.097335,0.095072,0.093791,0.093456,0.092033,0.089472,0.086848,0.084362,0.081088,0.079456,0.076232,0.07319,0.069881,0.066573,0.064145,0.060637,0.057668,0.053208,0.050271,0.046117,0.041041,0.036207,0.029784,0.024867,0.01954,0.015258,0.011037,0.006829,0.003528,0.000488,-0.001637,-0.003607,-0.004877,-0.008008,-0.009116,-0.010692,-0.012853,-0.01422,-0.015721,-0.017643,-0.018835,-0.020132,-0.020881,-0.021839,-0.022584,-0.022185,-0.023655,-0.022982,-0.021584,-0.021082,-0.020974,-0.019641,-0.018907,-0.018682,-0.017164,-0.015867,-0.015612,-0.01429,-0.012411,-0.009716,-0.008445,-0.006719,-0.004759,-0.000775,0.000487,0.003028,0.005266,0.007786,0.011024,0.013891,0.017566,0.021895,0.026768,0.031426,0.037705,0.044286,0.052331,0.061951,0.073871,0.08884,0.106692,0.12635,0.147608,0.173962,0.199111,0.226119,0.252683,0.273461,0.29003,0.305947,0.315943,0.324703,0.329263,0.332166,0.340743,0.351839,0.36869,0.39419,0.429619,0.478136,0.538613,0.606971,0.687547,0.765572,0.852181,0.935127,1.011512,1.07964,1.123675,1.172574,1.19377,1.221685,1.225224,1.241605,1.251055,1.276291,1.25759,1.211339,1.224403,1.196473,1.206524 +-0.055093,-0.049515,-0.045637,4.0,-0.040658,-0.036019,-0.033858,-0.032356,-0.035238,-0.03824,-0.042084,-0.046383,-0.049699,-0.054278,-0.055649,-0.057792,-0.06105,-0.062242,-0.063914,-0.064801,-0.067005,-0.067777,-0.069242,-0.070023,-0.071786,-0.072369,-0.073813,-0.074501,-0.074957,-0.076738,-0.076581,-0.076842,-0.076999,-0.076494,-0.076035,-0.076035,-0.076164,-0.07552,-0.075672,-0.075099,-0.075386,-0.075358,-0.074795,-0.073894,-0.072701,-0.071315,-0.069695,-0.067994,-0.066031,-0.064888,-0.063377,-0.063066,-0.062974,-0.062089,-0.060988,-0.059328,-0.057819,-0.055346,-0.054274,-0.052519,-0.051654,-0.050834,-0.051754,-0.052717,-0.05384,-0.055236,-0.056318,-0.0581,-0.059241,-0.060724,-0.061746,-0.062194,-0.062167,-0.061921,-0.06233,-0.062313,-0.06247,-0.062121,-0.062841,-0.063005,-0.063675,-0.064001,-0.064429,-0.065118,-0.065002,-0.065618,-0.065572,-0.066283,-0.06611,-0.0665,-0.066947,-0.06739,-0.068065,-0.068332,-0.069254,-0.06962,-0.070243,-0.070179,-0.070194,-0.069831,-0.069054,-0.068299,-0.066964,-0.066246,-0.064377,-0.06328,-0.061319,-0.059698,-0.05722,-0.054625,-0.051626,-0.047738,-0.043349,-0.036621,-0.02828,-0.01662,-0.002892,0.014906,0.037487,0.064967,0.093226,0.120697,0.144382,0.162713,0.179444,0.191006,0.19438,0.186626,0.170166,0.152806,0.137857,0.132121,0.134782,0.142866,0.154927,0.167677,0.18115,0.196514,0.213947,0.232318,0.251601,0.276565,0.310703,0.355691,0.406111,0.454474,0.489279,0.504153,0.494289,0.462794,0.418628,0.370947,0.32785,0.295455,0.271858,0.25499,0.238831,0.22029,0.201346,0.182477,0.163679,0.1447,0.127687,0.11085,0.096285,0.081874,0.06809,0.055468,0.043529,0.033923,0.024055,0.016642,0.010014,0.004985,0.001041,-0.003274,-0.006097,-0.009643,-0.013055,-0.017356,-0.02116,-0.025224,-0.028575,-0.031785,-0.03517,-0.037441,-0.040128,-0.041744,-0.043634,-0.044289,-0.045,-0.045173,-0.04515,-0.045154,-0.044534,-0.044782,-0.044204,-0.044419,-0.044169,-0.044403,-0.04428,-0.044479,-0.044417,-0.044943,-0.04543,-0.04534,-0.045807,-0.04541,-0.044576,-0.04363,-0.042789,-0.042321,-0.041058,-0.040208,-0.038481,-0.037062,-0.03517,-0.033782,-0.031778,-0.029673,-0.026616,-0.022794,-0.019143,-0.013894,-0.008073,0.000916,0.012752,0.031085,0.055284,0.085445,0.118083,0.148118,0.172701,0.189273,0.202829,0.216626,0.234007,0.254527,0.276713,0.299908,0.320246,0.336515,0.348093,0.354658,0.360011,0.3661,0.370941,0.374074,0.370422,0.358388,0.342249,0.324757,0.311376,0.302486,0.298673,0.29675,0.293642,0.287449,0.27415,0.255798,0.234633,0.21622,0.201866,0.193124,0.18895,0.189356,0.191021,0.192076,0.191522,0.186802,0.180439,0.172141,0.164801,0.157315,0.150553,0.142581,0.132629,0.122473,0.1133,0.105425,0.099491,0.096657,0.094494,0.093257,0.092708,0.091454,0.088602,0.085993,0.08336,0.080017,0.078259,0.075272,0.072278,0.068989,0.065687,0.063119,0.059824,0.057179,0.05282,0.049779,0.045784,0.040491,0.035558,0.02892,0.023864,0.018575,0.014293,0.010058,0.005805,0.002329,-0.000782,-0.003099,-0.004927,-0.006467,-0.009157,-0.010329,-0.012431,-0.014182,-0.015775,-0.017361,-0.01905,-0.020492,-0.021439,-0.022291,-0.023586,-0.024033,-0.023857,-0.025061,-0.024748,-0.023173,-0.022802,-0.022497,-0.021604,-0.020537,-0.020421,-0.019212,-0.017744,-0.017435,-0.016235,-0.014174,-0.011389,-0.009866,-0.008134,-0.006016,-0.002196,-0.000857,0.001195,0.003785,0.00637,0.009287,0.012102,0.015817,0.019951,0.024997,0.030051,0.035792,0.042054,0.050553,0.060196,0.071851,0.086402,0.103142,0.122045,0.142934,0.167873,0.191086,0.21574,0.238894,0.258861,0.276004,0.290648,0.302922,0.311215,0.318259,0.323556,0.330787,0.341737,0.359154,0.385174,0.419937,0.466592,0.526256,0.594159,0.675553,0.752793,0.839938,0.9221,0.995675,1.072198,1.111773,1.16038,1.179401,1.208462,1.209117,1.232265,1.25511,1.267071,1.271932,1.208274,1.202633,1.220311,1.192021 +-0.055002,-0.049353,-0.045749,4.0,-0.040881,-0.036641,-0.034485,-0.032852,-0.035723,-0.038415,-0.041081,-0.044516,-0.047784,-0.052115,-0.053194,-0.055557,-0.059181,-0.060662,-0.062408,-0.063602,-0.065944,-0.06707,-0.068695,-0.069505,-0.071295,-0.072077,-0.073657,-0.074644,-0.074992,-0.0768,-0.076664,-0.076909,-0.077053,-0.076679,-0.076347,-0.076466,-0.076582,-0.076049,-0.076085,-0.075557,-0.075938,-0.075896,-0.075474,-0.074635,-0.07336,-0.072053,-0.070349,-0.06882,-0.066854,-0.065678,-0.064098,-0.063809,-0.063459,-0.062648,-0.061673,-0.060033,-0.058607,-0.056189,-0.055038,-0.052988,-0.052308,-0.051378,-0.052188,-0.053174,-0.0542,-0.055312,-0.056262,-0.057957,-0.059041,-0.060352,-0.061115,-0.06187,-0.061804,-0.061512,-0.062213,-0.062089,-0.062357,-0.062173,-0.062881,-0.062862,-0.063519,-0.064101,-0.064438,-0.065079,-0.065154,-0.065978,-0.065819,-0.066463,-0.066252,-0.066657,-0.067212,-0.06751,-0.06819,-0.068567,-0.069673,-0.070095,-0.070518,-0.070467,-0.070515,-0.070206,-0.069289,-0.068443,-0.067204,-0.066551,-0.064969,-0.063818,-0.061833,-0.060116,-0.057815,-0.055128,-0.05232,-0.049192,-0.045676,-0.039932,-0.033016,-0.023097,-0.010964,0.004443,0.02402,0.047952,0.073223,0.098468,0.12111,0.140297,0.158134,0.171204,0.17689,0.172794,0.160526,0.14786,0.137471,0.135232,0.140541,0.150388,0.163654,0.176786,0.190642,0.206118,0.223551,0.241289,0.260722,0.286083,0.321462,0.367309,0.417917,0.46456,0.496998,0.509882,0.500946,0.473722,0.436664,0.396402,0.359144,0.329852,0.307247,0.290205,0.273636,0.253982,0.233344,0.212564,0.192076,0.170445,0.151295,0.132566,0.116423,0.100115,0.084094,0.069724,0.056373,0.045747,0.035014,0.026381,0.018819,0.013032,0.00778,0.003011,-0.000801,-0.004726,-0.008402,-0.012961,-0.016749,-0.021315,-0.024862,-0.028394,-0.031736,-0.034244,-0.037053,-0.038708,-0.040778,-0.041643,-0.042527,-0.042798,-0.042851,-0.042987,-0.042541,-0.042773,-0.042327,-0.042725,-0.042915,-0.043127,-0.043092,-0.043691,-0.043712,-0.044213,-0.04467,-0.044558,-0.045152,-0.044518,-0.043846,-0.043113,-0.042307,-0.041719,-0.040605,-0.039693,-0.037989,-0.03624,-0.034033,-0.032864,-0.03078,-0.02895,-0.026227,-0.022686,-0.019719,-0.014405,-0.00893,-4e-04,0.011233,0.02927,0.052946,0.082388,0.11417,0.143136,0.167263,0.184027,0.198213,0.212674,0.230485,0.251785,0.273901,0.297726,0.31863,0.336073,0.348572,0.356561,0.363694,0.370871,0.376908,0.379985,0.375286,0.363115,0.346929,0.329881,0.316754,0.310171,0.30735,0.30651,0.304751,0.299317,0.286657,0.268617,0.247792,0.23002,0.215327,0.206393,0.201639,0.201047,0.201707,0.201473,0.199594,0.193629,0.18673,0.177968,0.170476,0.162549,0.155347,0.14729,0.137687,0.127656,0.118669,0.11106,0.105066,0.101727,0.099283,0.097999,0.097117,0.095504,0.092633,0.08985,0.087053,0.083191,0.081069,0.077684,0.074406,0.071257,0.067828,0.065195,0.06182,0.059041,0.054657,0.05124,0.047433,0.042201,0.03728,0.030984,0.02632,0.021167,0.016999,0.012844,0.008568,0.005264,0.002614,0.000383,-0.001854,-0.003102,-0.005892,-0.007096,-0.009025,-0.011012,-0.012351,-0.014271,-0.016033,-0.017458,-0.018685,-0.01982,-0.02087,-0.021414,-0.021423,-0.02265,-0.022414,-0.020875,-0.020439,-0.020182,-0.019295,-0.018333,-0.018078,-0.016776,-0.014732,-0.014704,-0.013267,-0.011942,-0.009534,-0.008453,-0.006568,-0.005154,-0.00153,-4.1e-05,0.001909,0.00431,0.007019,0.009928,0.01244,0.016248,0.020315,0.024658,0.029582,0.035133,0.040973,0.048918,0.057663,0.068458,0.082158,0.098458,0.116901,0.137112,0.163105,0.190014,0.217831,0.244845,0.266871,0.282851,0.295581,0.302331,0.305799,0.307963,0.308995,0.315515,0.32464,0.341405,0.364769,0.395108,0.437368,0.48802,0.550665,0.623476,0.694791,0.767232,0.853367,0.929343,1.002717,1.062739,1.115502,1.149863,1.185953,1.187329,1.216092,1.239588,1.259853,1.281106,1.213803,1.216212,1.212221,1.187919 +-0.053971,-0.048498,-0.044546,4.0,-0.039737,-0.035025,-0.032028,-0.030581,-0.032772,-0.036772,-0.040725,-0.045465,-0.049306,-0.053906,-0.055096,-0.057392,-0.06049,-0.061516,-0.063245,-0.064167,-0.066307,-0.067226,-0.068582,-0.069487,-0.071162,-0.071965,-0.073429,-0.075023,-0.0748,-0.076626,-0.076421,-0.077028,-0.076814,-0.076341,-0.076141,-0.076119,-0.076283,-0.07557,-0.07601,-0.075199,-0.075519,-0.075567,-0.074969,-0.073937,-0.072788,-0.071494,-0.069537,-0.068168,-0.066035,-0.064909,-0.063204,-0.063075,-0.062682,-0.062003,-0.060807,-0.059089,-0.057663,-0.054868,-0.054042,-0.051794,-0.051203,-0.050287,-0.051206,-0.052329,-0.05341,-0.054953,-0.055771,-0.057735,-0.058743,-0.06057,-0.061319,-0.061886,-0.062068,-0.061491,-0.0621,-0.061813,-0.062465,-0.061942,-0.062806,-0.062824,-0.063501,-0.063826,-0.064254,-0.064837,-0.064487,-0.06565,-0.06514,-0.065932,-0.065658,-0.066362,-0.066798,-0.06722,-0.068048,-0.068327,-0.069463,-0.069751,-0.070501,-0.070247,-0.070626,-0.070006,-0.069247,-0.068516,-0.067194,-0.066667,-0.06492,-0.064019,-0.062121,-0.060671,-0.058244,-0.055861,-0.053045,-0.049722,-0.046146,-0.040105,-0.033018,-0.022648,-0.010679,0.005361,0.025242,0.049467,0.074716,0.100094,0.122419,0.141013,0.159186,0.172505,0.179005,0.174398,0.161642,0.146948,0.134632,0.130981,0.135414,0.145232,0.158556,0.172927,0.187721,0.203979,0.222396,0.241392,0.261624,0.286843,0.322106,0.368384,0.420502,0.4708,0.508333,0.525198,0.514775,0.481734,0.434852,0.384288,0.338605,0.305188,0.281282,0.264008,0.247263,0.229057,0.210335,0.191209,0.172691,0.153644,0.136668,0.119543,0.105127,0.090054,0.075617,0.062201,0.049839,0.039627,0.029683,0.021663,0.015061,0.009827,0.004968,0.000783,-0.002583,-0.006426,-0.010168,-0.014374,-0.018038,-0.022394,-0.025691,-0.0291,-0.03231,-0.03516,-0.037902,-0.039781,-0.041792,-0.042824,-0.043666,-0.043549,-0.043735,-0.043834,-0.043535,-0.043609,-0.043577,-0.043728,-0.043639,-0.043724,-0.043676,-0.044128,-0.044024,-0.044553,-0.044975,-0.044968,-0.045157,-0.044672,-0.043983,-0.043,-0.042102,-0.041659,-0.040649,-0.039641,-0.038178,-0.03652,-0.034632,-0.03361,-0.031631,-0.029587,-0.026778,-0.023112,-0.019493,-0.014113,-0.007602,0.001441,0.014461,0.033677,0.05925,0.090516,0.124131,0.154817,0.179592,0.197398,0.212007,0.226938,0.245232,0.266968,0.289223,0.312748,0.333261,0.349384,0.36129,0.36871,0.374826,0.380338,0.385488,0.388902,0.385096,0.373135,0.356045,0.337821,0.322209,0.313861,0.308766,0.30632,0.302964,0.29706,0.283569,0.26488,0.243322,0.224528,0.209749,0.200351,0.196146,0.196692,0.198809,0.199912,0.199499,0.194842,0.188433,0.179774,0.171584,0.163767,0.156063,0.147742,0.137728,0.127497,0.118096,0.110363,0.104887,0.101805,0.099735,0.09847,0.097778,0.095954,0.093128,0.090305,0.087177,0.083572,0.081593,0.078501,0.075314,0.072435,0.069026,0.0668,0.063332,0.060926,0.057023,0.053918,0.050021,0.044505,0.039252,0.032219,0.026952,0.021384,0.016816,0.01202,0.007581,0.004215,0.001121,-0.001262,-0.003739,-0.004916,-0.008069,-0.009556,-0.011427,-0.013384,-0.015035,-0.016828,-0.018419,-0.019796,-0.020692,-0.021792,-0.022881,-0.023109,-0.02301,-0.023888,-0.02363,-0.021926,-0.021486,-0.020969,-0.020262,-0.019073,-0.019031,-0.01768,-0.016169,-0.01567,-0.014252,-0.012684,-0.009448,-0.008302,-0.00608,-0.004633,-0.000555,0.000897,0.003059,0.005847,0.008328,0.011227,0.013652,0.017534,0.021591,0.026211,0.031034,0.036855,0.043175,0.051228,0.060772,0.071957,0.08608,0.102395,0.119667,0.139534,0.163218,0.186205,0.209998,0.233327,0.250766,0.265367,0.27794,0.285531,0.291626,0.296884,0.298855,0.305842,0.316742,0.331865,0.355042,0.387228,0.430074,0.48197,0.54489,0.619791,0.698059,0.770206,0.854537,0.932833,1.00566,1.072028,1.115017,1.15093,1.189496,1.192654,1.22248,1.247473,1.265223,1.279126,1.215044,1.215047,1.2243,1.19585 +-0.056393,-0.051917,-0.048119,4.0,-0.042835,-0.03889,-0.037075,-0.035381,-0.03858,-0.041193,-0.04424,-0.047965,-0.051153,-0.05533,-0.057038,-0.059004,-0.062662,-0.063934,-0.065846,-0.067176,-0.069228,-0.070205,-0.071603,-0.072509,-0.07433,-0.075162,-0.076293,-0.076876,-0.07759,-0.07951,-0.079207,-0.079548,-0.079791,-0.079374,-0.079113,-0.07879,-0.079116,-0.078656,-0.078781,-0.078147,-0.078466,-0.07846,-0.077932,-0.077101,-0.075938,-0.074467,-0.072851,-0.071277,-0.069282,-0.068171,-0.066575,-0.066504,-0.066183,-0.06555,-0.06476,-0.062674,-0.061461,-0.058851,-0.057751,-0.055877,-0.055045,-0.054207,-0.054983,-0.055879,-0.057094,-0.058228,-0.059161,-0.060924,-0.062058,-0.063607,-0.06441,-0.065073,-0.064989,-0.06464,-0.065407,-0.065062,-0.065333,-0.065232,-0.065705,-0.066004,-0.066417,-0.067193,-0.067484,-0.067887,-0.068057,-0.068869,-0.068897,-0.069259,-0.069048,-0.069661,-0.070082,-0.070359,-0.071208,-0.071413,-0.072366,-0.072648,-0.073337,-0.073397,-0.073375,-0.073195,-0.072072,-0.071475,-0.070124,-0.069325,-0.067677,-0.066284,-0.064479,-0.062551,-0.060352,-0.057767,-0.054786,-0.051047,-0.047022,-0.04049,-0.032853,-0.021638,-0.008367,0.008945,0.030697,0.056816,0.084703,0.111658,0.135655,0.154623,0.171549,0.183585,0.187729,0.181034,0.1659,0.149572,0.136353,0.131898,0.135012,0.143657,0.15545,0.168065,0.181539,0.19649,0.214065,0.231546,0.251175,0.27577,0.310972,0.355352,0.406158,0.451747,0.486671,0.500042,0.491198,0.46213,0.424003,0.381154,0.341266,0.310665,0.288744,0.271807,0.255169,0.2356,0.216378,0.196312,0.176569,0.15625,0.138084,0.120111,0.104461,0.088905,0.074087,0.060933,0.047952,0.0375,0.027162,0.018951,0.011831,0.00614,0.001749,-0.002931,-0.00614,-0.010257,-0.013753,-0.018215,-0.022112,-0.026186,-0.029721,-0.032933,-0.036288,-0.038931,-0.041512,-0.043297,-0.044853,-0.045922,-0.046851,-0.046672,-0.046826,-0.046985,-0.046571,-0.046787,-0.045984,-0.046615,-0.046564,-0.046466,-0.046498,-0.046845,-0.047265,-0.047306,-0.047832,-0.047864,-0.048158,-0.047761,-0.04724,-0.046305,-0.045519,-0.044652,-0.043781,-0.042755,-0.040814,-0.03945,-0.037303,-0.036251,-0.034012,-0.031897,-0.029417,-0.025555,-0.021951,-0.016832,-0.011614,-0.003134,0.008511,0.026017,0.04949,0.079194,0.111368,0.140441,0.164129,0.180684,0.194516,0.208373,0.225939,0.246483,0.268592,0.291602,0.312707,0.329331,0.341623,0.349783,0.355641,0.362484,0.368726,0.371924,0.367523,0.355798,0.339713,0.322894,0.311547,0.302879,0.299609,0.298119,0.296222,0.290158,0.277236,0.259002,0.239227,0.220445,0.205495,0.196792,0.19191,0.191899,0.193103,0.193474,0.192028,0.187187,0.180307,0.171936,0.164348,0.156786,0.149658,0.141702,0.131761,0.12217,0.112625,0.10537,0.098975,0.095668,0.093414,0.092396,0.091381,0.089916,0.088172,0.084512,0.081899,0.078845,0.076737,0.073527,0.070568,0.06729,0.064064,0.061163,0.057778,0.05497,0.050464,0.047543,0.043471,0.038284,0.033564,0.027396,0.02244,0.017346,0.013004,0.008871,0.005431,0.001751,-0.000986,-0.003632,-0.005417,-0.006335,-0.009197,-0.010319,-0.012396,-0.014189,-0.015737,-0.017345,-0.019212,-0.020538,-0.021812,-0.022562,-0.023941,-0.024586,-0.024271,-0.025314,-0.025467,-0.024004,-0.023455,-0.02324,-0.022575,-0.021435,-0.021591,-0.020222,-0.01881,-0.018516,-0.016868,-0.015339,-0.012873,-0.011491,-0.009782,-0.008302,-0.004261,-0.003073,-0.000777,0.001442,0.004372,0.006984,0.009589,0.013406,0.017722,0.022469,0.0273,0.032862,0.038888,0.046553,0.056125,0.067163,0.081574,0.098146,0.117196,0.137769,0.163696,0.188842,0.215232,0.240948,0.262706,0.280979,0.295318,0.305754,0.314038,0.319528,0.322064,0.3291,0.341316,0.357897,0.383381,0.41703,0.464305,0.520228,0.585985,0.663891,0.74643,0.824611,0.911972,0.985448,1.055531,1.111804,1.159751,1.196848,1.209946,1.224277,1.250597,1.262213,1.286013,1.225083,1.224663,1.233307,1.198024,1.20877 +-0.041806,-0.037138,-0.03333,4.0,-0.028394,-0.024088,-0.02222,-0.020429,-0.02338,-0.026519,-0.029953,-0.034026,-0.037434,-0.041974,-0.043457,-0.045809,-0.049081,-0.050514,-0.052234,-0.053224,-0.055325,-0.056448,-0.057831,-0.058563,-0.060483,-0.061328,-0.062596,-0.063463,-0.064127,-0.066013,-0.065737,-0.065987,-0.066478,-0.06606,-0.065598,-0.065484,-0.065805,-0.065176,-0.065456,-0.064893,-0.065292,-0.065206,-0.064616,-0.063749,-0.062784,-0.061344,-0.059493,-0.058033,-0.056143,-0.055009,-0.053546,-0.053412,-0.053107,-0.052342,-0.051364,-0.049525,-0.047956,-0.045457,-0.044387,-0.042566,-0.041799,-0.040993,-0.042033,-0.043033,-0.044133,-0.045499,-0.046528,-0.048335,-0.049447,-0.05119,-0.051839,-0.052351,-0.052496,-0.052283,-0.052638,-0.05239,-0.052629,-0.052558,-0.053302,-0.053681,-0.054152,-0.054565,-0.055178,-0.055684,-0.055757,-0.056435,-0.056398,-0.056876,-0.056611,-0.057289,-0.057932,-0.058212,-0.058855,-0.059507,-0.060288,-0.06055,-0.061321,-0.061551,-0.061411,-0.061197,-0.060375,-0.059496,-0.058332,-0.057764,-0.056063,-0.0548,-0.053017,-0.051481,-0.049334,-0.04667,-0.043811,-0.040414,-0.036237,-0.029944,-0.022588,-0.011423,0.001394,0.018076,0.039221,0.064887,0.091897,0.118444,0.14169,0.160338,0.177484,0.18998,0.194802,0.189019,0.174222,0.158066,0.145189,0.140607,0.143871,0.153032,0.165378,0.178311,0.192439,0.208498,0.22606,0.243811,0.264081,0.288332,0.324041,0.368517,0.420498,0.4677,0.503663,0.519043,0.508334,0.477546,0.436632,0.390644,0.349458,0.317173,0.294815,0.278492,0.261772,0.242772,0.224066,0.204523,0.185458,0.165334,0.14765,0.129883,0.114683,0.099627,0.084386,0.07114,0.058304,0.047839,0.037539,0.02942,0.022525,0.0167,0.012148,0.007581,0.004292,0.000266,-0.003223,-0.007761,-0.011637,-0.015755,-0.019399,-0.023004,-0.026437,-0.028878,-0.031488,-0.033332,-0.035346,-0.036258,-0.037124,-0.037239,-0.036967,-0.037305,-0.036995,-0.037195,-0.036633,-0.03694,-0.036938,-0.037292,-0.037213,-0.0377,-0.037854,-0.038065,-0.038609,-0.038658,-0.039115,-0.038415,-0.037996,-0.036974,-0.036175,-0.035645,-0.034441,-0.033367,-0.031794,-0.030546,-0.028416,-0.027294,-0.025296,-0.023251,-0.020524,-0.016737,-0.013584,-0.008334,-0.00262,0.006196,0.018124,0.036182,0.060355,0.090772,0.123378,0.153338,0.177221,0.193625,0.207407,0.221966,0.239601,0.260812,0.283064,0.305492,0.327068,0.343585,0.355001,0.362989,0.369174,0.375743,0.381446,0.385313,0.380468,0.368575,0.352625,0.334823,0.32256,0.313381,0.309138,0.30761,0.305276,0.299488,0.286081,0.267764,0.247655,0.22872,0.213752,0.204825,0.200304,0.200404,0.201792,0.202815,0.201561,0.196652,0.189766,0.181467,0.173772,0.165785,0.158599,0.150295,0.140596,0.130809,0.120912,0.113591,0.107101,0.104368,0.102139,0.100856,0.099932,0.098603,0.09661,0.093042,0.090127,0.086722,0.08466,0.081442,0.078584,0.075053,0.071837,0.069594,0.066001,0.063322,0.058818,0.055778,0.051821,0.046383,0.041712,0.035087,0.030136,0.024756,0.020424,0.016209,0.012945,0.008981,0.006273,0.003738,0.001685,2.8e-05,-0.00283,-0.003872,-0.005838,-0.008139,-0.009429,-0.011048,-0.013093,-0.014491,-0.015802,-0.016581,-0.017692,-0.018579,-0.018155,-0.019079,-0.019137,-0.017813,-0.01739,-0.016966,-0.016176,-0.015569,-0.015192,-0.013864,-0.012059,-0.012001,-0.010839,-0.009003,-0.006498,-0.004848,-0.002956,-0.001606,0.002496,0.003426,0.005861,0.008435,0.01092,0.013488,0.016348,0.020258,0.023912,0.028957,0.033728,0.039425,0.045448,0.053105,0.062438,0.073374,0.087848,0.103958,0.122679,0.142149,0.167113,0.190097,0.21531,0.23928,0.259243,0.276291,0.290322,0.301171,0.308878,0.315337,0.31823,0.325614,0.338055,0.353377,0.378109,0.412427,0.457583,0.51345,0.578049,0.655039,0.735692,0.815994,0.901668,0.974394,1.052672,1.102012,1.154392,1.196001,1.214297,1.223688,1.251757,1.271028,1.299461,1.233623,1.238265,1.239621,1.216958,1.21515 +-0.056295,-0.050792,-0.047015,4.0,-0.041668,-0.037211,-0.035112,-0.03379,-0.036529,-0.039416,-0.043021,-0.047021,-0.050319,-0.054974,-0.056465,-0.058644,-0.06218,-0.063492,-0.06508,-0.066206,-0.068342,-0.069476,-0.070773,-0.071672,-0.07365,-0.074392,-0.075629,-0.076624,-0.077166,-0.07891,-0.078815,-0.07902,-0.079392,-0.078795,-0.078543,-0.078484,-0.078539,-0.077872,-0.078135,-0.077512,-0.07806,-0.078069,-0.07754,-0.076603,-0.075355,-0.074147,-0.072152,-0.07066,-0.068681,-0.067504,-0.066072,-0.065769,-0.065388,-0.064682,-0.063808,-0.061877,-0.060547,-0.057994,-0.05685,-0.054776,-0.053977,-0.053178,-0.053954,-0.055054,-0.05615,-0.057344,-0.058382,-0.060242,-0.061427,-0.062856,-0.063656,-0.064301,-0.064202,-0.063932,-0.064529,-0.064323,-0.064342,-0.064438,-0.065054,-0.065251,-0.065963,-0.066536,-0.066941,-0.067302,-0.067515,-0.068375,-0.068111,-0.0687,-0.068342,-0.068824,-0.069417,-0.069735,-0.070398,-0.070505,-0.071621,-0.072006,-0.072631,-0.072641,-0.072774,-0.072397,-0.071754,-0.070851,-0.069628,-0.068819,-0.067327,-0.066169,-0.064124,-0.062523,-0.060479,-0.057743,-0.054783,-0.051523,-0.047299,-0.04129,-0.033799,-0.023125,-0.010437,0.006151,0.026852,0.052129,0.078913,0.105102,0.128381,0.147077,0.164867,0.177603,0.18294,0.177533,0.163277,0.147931,0.135415,0.131464,0.135012,0.144508,0.156816,0.17034,0.184711,0.200276,0.218722,0.236291,0.256402,0.28126,0.316888,0.361965,0.414736,0.462374,0.498064,0.512436,0.502879,0.47194,0.431428,0.386552,0.345708,0.313643,0.291478,0.274617,0.258419,0.239164,0.220027,0.200063,0.18096,0.16073,0.142173,0.124419,0.108768,0.092958,0.077857,0.064234,0.050923,0.040013,0.029408,0.021557,0.014476,0.008701,0.004217,-0.000464,-0.003757,-0.00796,-0.011567,-0.016155,-0.020108,-0.024127,-0.027667,-0.031371,-0.034876,-0.037246,-0.040089,-0.042025,-0.043871,-0.044721,-0.04569,-0.045653,-0.04565,-0.04603,-0.045494,-0.045738,-0.045295,-0.045605,-0.045605,-0.045531,-0.045678,-0.045908,-0.046018,-0.046551,-0.047035,-0.04667,-0.047377,-0.046913,-0.046374,-0.045517,-0.044647,-0.044094,-0.042883,-0.041896,-0.040302,-0.038734,-0.036745,-0.035461,-0.033551,-0.031621,-0.028806,-0.024932,-0.021515,-0.01635,-0.010571,-0.002094,0.010058,0.028064,0.052138,0.082907,0.115726,0.145877,0.169995,0.18658,0.200881,0.215158,0.233033,0.25433,0.277298,0.299968,0.321346,0.338337,0.350259,0.357771,0.364446,0.371345,0.377167,0.380894,0.375999,0.364459,0.347981,0.330267,0.317925,0.308995,0.304715,0.303781,0.301369,0.29583,0.282548,0.264039,0.243428,0.224668,0.209675,0.200861,0.195849,0.196261,0.197398,0.198122,0.196642,0.191826,0.184845,0.176273,0.168596,0.160857,0.153635,0.145273,0.135499,0.125413,0.115878,0.108346,0.102099,0.098866,0.096542,0.095453,0.094465,0.092945,0.090981,0.087338,0.084434,0.080825,0.079084,0.0757,0.072697,0.069193,0.066113,0.063932,0.060164,0.05764,0.053481,0.050344,0.046424,0.041085,0.036285,0.029823,0.024943,0.01951,0.015054,0.010892,0.007253,0.00331,0.000525,-0.001884,-0.003637,-0.005119,-0.00805,-0.009135,-0.011431,-0.013039,-0.01465,-0.016259,-0.01818,-0.019559,-0.020556,-0.021508,-0.022939,-0.023331,-0.023341,-0.024119,-0.024596,-0.022809,-0.022229,-0.022014,-0.021642,-0.020045,-0.02026,-0.018892,-0.017559,-0.01727,-0.015784,-0.014259,-0.011717,-0.010338,-0.008507,-0.006502,-0.002636,-0.001796,0.000867,0.003041,0.005772,0.008607,0.011238,0.015147,0.018788,0.023747,0.028885,0.033849,0.040049,0.048471,0.05761,0.068525,0.082381,0.099083,0.117559,0.137237,0.16173,0.185668,0.211555,0.236331,0.257256,0.272796,0.286184,0.296945,0.304087,0.309383,0.312153,0.319682,0.329367,0.346794,0.370864,0.403335,0.448471,0.503509,0.567812,0.643831,0.717482,0.801961,0.885109,0.95978,1.032309,1.093587,1.136137,1.173802,1.203184,1.207357,1.23748,1.250352,1.273242,1.21226,1.227581,1.228188,1.200708,1.208866 +-0.056614,-0.050934,-0.047065,4.0,-0.042162,-0.037512,-0.035385,-0.03381,-0.036981,-0.03991,-0.043189,-0.047713,-0.051102,-0.055507,-0.056889,-0.059177,-0.062715,-0.063869,-0.065591,-0.066852,-0.069036,-0.069936,-0.071171,-0.072099,-0.07412,-0.074754,-0.075975,-0.076848,-0.077293,-0.079181,-0.078905,-0.079213,-0.079559,-0.079077,-0.078892,-0.078841,-0.078968,-0.078313,-0.078399,-0.077863,-0.078195,-0.078243,-0.07772,-0.076748,-0.07558,-0.074101,-0.072448,-0.070912,-0.06897,-0.067668,-0.066288,-0.066198,-0.06554,-0.06498,-0.064081,-0.062183,-0.060644,-0.058148,-0.057188,-0.054997,-0.054186,-0.053433,-0.054395,-0.055314,-0.056453,-0.057748,-0.058912,-0.06054,-0.06173,-0.063417,-0.064194,-0.064919,-0.064701,-0.064406,-0.064929,-0.064742,-0.064842,-0.064892,-0.065318,-0.065706,-0.06618,-0.066651,-0.067209,-0.067695,-0.067727,-0.06855,-0.068396,-0.06894,-0.068697,-0.069169,-0.069693,-0.070027,-0.07088,-0.071114,-0.071883,-0.072475,-0.073104,-0.073092,-0.073177,-0.072971,-0.072219,-0.071434,-0.070015,-0.069269,-0.067677,-0.06648,-0.064579,-0.062743,-0.060727,-0.057982,-0.055084,-0.05155,-0.047409,-0.041119,-0.033502,-0.022452,-0.009696,0.007178,0.028488,0.054085,0.081169,0.107708,0.131208,0.150012,0.167576,0.179958,0.184887,0.1789,0.164166,0.147957,0.134942,0.130309,0.133729,0.142822,0.155122,0.16822,0.18276,0.198176,0.216242,0.234631,0.254714,0.279632,0.314998,0.3603,0.412604,0.460393,0.496327,0.510609,0.50138,0.469258,0.42776,0.381274,0.339605,0.307368,0.285064,0.268285,0.25187,0.233198,0.214232,0.194803,0.175897,0.155696,0.137908,0.120668,0.10558,0.089827,0.074761,0.061179,0.048402,0.0379,0.027861,0.019601,0.012625,0.007253,0.002617,-0.001857,-0.005295,-0.00927,-0.012628,-0.017253,-0.021214,-0.025235,-0.028896,-0.032257,-0.035666,-0.038268,-0.040656,-0.042808,-0.044606,-0.045455,-0.046378,-0.04645,-0.046629,-0.046861,-0.046346,-0.046287,-0.045901,-0.046089,-0.046066,-0.046059,-0.046139,-0.046418,-0.046578,-0.046927,-0.047476,-0.047405,-0.047928,-0.047242,-0.046932,-0.04605,-0.045143,-0.044633,-0.043382,-0.042475,-0.040603,-0.039237,-0.037535,-0.036224,-0.033962,-0.031952,-0.029213,-0.025373,-0.021727,-0.016499,-0.01097,-0.002059,0.010052,0.028149,0.052443,0.083089,0.115964,0.146212,0.170377,0.187092,0.201056,0.21525,0.232997,0.254364,0.277038,0.299793,0.320948,0.337738,0.349624,0.357062,0.363249,0.370445,0.375672,0.379359,0.374992,0.363164,0.346368,0.328711,0.316442,0.306984,0.302469,0.301059,0.298902,0.293092,0.279588,0.261371,0.241045,0.222232,0.20698,0.198221,0.193602,0.193737,0.194923,0.195952,0.195285,0.190188,0.183574,0.174969,0.167293,0.15951,0.152391,0.144039,0.134011,0.124116,0.114468,0.106982,0.100822,0.097791,0.095615,0.094576,0.093387,0.091842,0.09019,0.086512,0.083558,0.080366,0.078256,0.075037,0.072025,0.068669,0.06549,0.063193,0.059774,0.057032,0.052955,0.049988,0.046069,0.040509,0.035884,0.029063,0.023942,0.018947,0.014534,0.01032,0.006364,0.002369,0,-0.003052,-0.004679,-0.005758,-0.008937,-0.009816,-0.012219,-0.014154,-0.015274,-0.017069,-0.019037,-0.020431,-0.021128,-0.022079,-0.023398,-0.024108,-0.023886,-0.024646,-0.024777,-0.023182,-0.022783,-0.022252,-0.022196,-0.020742,-0.021095,-0.019388,-0.017886,-0.017711,-0.016419,-0.014684,-0.012229,-0.010703,-0.008853,-0.00718,-0.003087,-0.002031,0.000516,0.002646,0.005357,0.00855,0.011074,0.015027,0.018926,0.023375,0.028764,0.033845,0.039987,0.047997,0.057436,0.068186,0.082702,0.099022,0.117741,0.137308,0.161199,0.185258,0.209973,0.233648,0.253773,0.270031,0.283863,0.295302,0.303663,0.309596,0.312709,0.321301,0.331618,0.349186,0.373326,0.406073,0.451994,0.510194,0.573951,0.65097,0.72782,0.810203,0.894133,0.972284,1.047163,1.103345,1.15354,1.19418,1.211848,1.220556,1.241747,1.260483,1.274427,1.227429,1.232069,1.23261,1.203415,1.206482 +-0.056634,-0.050985,-0.047449,4.0,-0.042544,-0.037751,-0.035638,-0.034164,-0.03725,-0.040238,-0.043446,-0.047279,-0.050546,-0.055321,-0.056664,-0.058589,-0.062288,-0.063556,-0.065447,-0.066743,-0.068892,-0.069652,-0.07117,-0.072103,-0.073859,-0.07472,-0.075984,-0.077021,-0.07739,-0.079088,-0.078805,-0.079414,-0.079687,-0.079044,-0.078755,-0.078887,-0.078883,-0.078386,-0.078529,-0.077876,-0.078199,-0.078353,-0.077761,-0.076852,-0.075621,-0.074119,-0.072641,-0.071241,-0.069034,-0.067892,-0.066201,-0.066202,-0.065949,-0.065137,-0.064163,-0.062288,-0.060935,-0.058272,-0.057126,-0.055365,-0.054584,-0.053564,-0.054377,-0.055465,-0.056366,-0.057688,-0.058869,-0.060508,-0.06168,-0.062925,-0.06396,-0.064576,-0.064512,-0.064117,-0.064839,-0.06459,-0.064838,-0.064542,-0.065364,-0.065426,-0.066264,-0.066871,-0.067034,-0.06759,-0.067633,-0.068622,-0.068474,-0.068993,-0.068539,-0.069154,-0.069953,-0.070041,-0.070702,-0.070928,-0.072085,-0.072293,-0.072893,-0.072857,-0.073105,-0.072929,-0.072084,-0.071082,-0.069775,-0.069109,-0.067657,-0.066556,-0.064267,-0.062614,-0.060247,-0.057592,-0.054917,-0.051279,-0.047182,-0.040892,-0.033562,-0.022741,-0.00962,0.007013,0.027874,0.05336,0.080453,0.107003,0.130306,0.148834,0.166545,0.179095,0.184119,0.178579,0.163753,0.148296,0.135721,0.131502,0.135043,0.144205,0.156413,0.169624,0.184015,0.199275,0.217195,0.234996,0.255032,0.27972,0.315315,0.36024,0.41174,0.459825,0.494608,0.509211,0.499408,0.469238,0.429771,0.384736,0.344047,0.312308,0.290484,0.273337,0.256778,0.237459,0.218375,0.198818,0.179273,0.159122,0.14072,0.123017,0.107335,0.091716,0.076442,0.06304,0.049851,0.039379,0.028925,0.020593,0.013744,0.00809,0.003554,-0.001184,-0.004437,-0.008705,-0.012086,-0.016403,-0.020607,-0.024847,-0.028429,-0.031782,-0.035195,-0.03782,-0.040516,-0.042323,-0.044054,-0.045194,-0.04585,-0.046043,-0.046023,-0.046204,-0.045843,-0.046015,-0.045696,-0.045859,-0.045609,-0.045623,-0.045947,-0.046358,-0.0463,-0.046735,-0.047253,-0.047141,-0.047625,-0.04706,-0.046509,-0.045735,-0.044964,-0.044408,-0.043067,-0.042011,-0.040414,-0.03894,-0.036995,-0.035581,-0.033339,-0.031617,-0.028899,-0.024917,-0.021398,-0.016143,-0.010778,-0.002125,0.009866,0.027947,0.051619,0.082204,0.114683,0.14459,0.168721,0.185357,0.199258,0.213562,0.231236,0.252279,0.275391,0.297697,0.319182,0.336169,0.348336,0.35567,0.362069,0.369114,0.374758,0.378901,0.374038,0.361853,0.346008,0.32839,0.316408,0.307193,0.303166,0.302011,0.29969,0.293942,0.280609,0.262418,0.242458,0.223333,0.208352,0.199594,0.194772,0.194966,0.196247,0.19686,0.195766,0.190564,0.183996,0.175622,0.167632,0.15975,0.152676,0.144523,0.134452,0.124732,0.115198,0.107816,0.101571,0.098406,0.096008,0.09494,0.093932,0.092545,0.090758,0.086758,0.084069,0.08064,0.078721,0.075448,0.072402,0.068924,0.065801,0.063479,0.059801,0.05716,0.05293,0.049977,0.04611,0.040509,0.035595,0.029456,0.024452,0.019063,0.014708,0.01042,0.006914,0.003162,0.000613,-0.002512,-0.00375,-0.005346,-0.008191,-0.009266,-0.011584,-0.013376,-0.014778,-0.016409,-0.018432,-0.019807,-0.020762,-0.021441,-0.022941,-0.0236,-0.023461,-0.024282,-0.02425,-0.022878,-0.022524,-0.02201,-0.021666,-0.020238,-0.0203,-0.018704,-0.017704,-0.017148,-0.015868,-0.014178,-0.011699,-0.010231,-0.008564,-0.006645,-0.002795,-0.001888,0.000777,0.003,0.005857,0.008522,0.011105,0.015072,0.019055,0.023569,0.028774,0.034235,0.040431,0.048353,0.05764,0.068126,0.082653,0.099506,0.118203,0.13787,0.16289,0.187952,0.213292,0.238344,0.259674,0.27616,0.290131,0.300637,0.306955,0.312341,0.315371,0.322735,0.333362,0.350149,0.374909,0.408077,0.45304,0.509432,0.572673,0.650018,0.727904,0.808031,0.893028,0.968339,1.042068,1.10413,1.15055,1.182947,1.214928,1.21691,1.240362,1.258414,1.278576,1.250313,1.225191,1.234871,1.202831,1.200294 +-0.053835,-0.048211,-0.043901,4.0,-0.039466,-0.034951,-0.032682,-0.031312,-0.033782,-0.03705,-0.040557,-0.044833,-0.048486,-0.054179,-0.055183,-0.057342,-0.059643,-0.060945,-0.062476,-0.063553,-0.06575,-0.066555,-0.067795,-0.0687,-0.070486,-0.071372,-0.072807,-0.073767,-0.073826,-0.075319,-0.075356,-0.075753,-0.075715,-0.075542,-0.07492,-0.075038,-0.074955,-0.074349,-0.074538,-0.074046,-0.074211,-0.074515,-0.074129,-0.072793,-0.071777,-0.070298,-0.068495,-0.067107,-0.06541,-0.063943,-0.06259,-0.062321,-0.06204,-0.061434,-0.060107,-0.058405,-0.057188,-0.054832,-0.053504,-0.051676,-0.050847,-0.050248,-0.051111,-0.052037,-0.05319,-0.054418,-0.055557,-0.05733,-0.05866,-0.060237,-0.061129,-0.06145,-0.061578,-0.061191,-0.061595,-0.061677,-0.062219,-0.061579,-0.062332,-0.062249,-0.062927,-0.063454,-0.063804,-0.064427,-0.064414,-0.065119,-0.065137,-0.065623,-0.065572,-0.06615,-0.066752,-0.066945,-0.06759,-0.067971,-0.068722,-0.069169,-0.069784,-0.06962,-0.069752,-0.069487,-0.068378,-0.067675,-0.06669,-0.065635,-0.064066,-0.0629,-0.061046,-0.059216,-0.05683,-0.054136,-0.051229,-0.047324,-0.043016,-0.036063,-0.027783,-0.016249,-0.002618,0.015212,0.037843,0.065049,0.093396,0.12105,0.144948,0.163482,0.180234,0.191725,0.195028,0.187626,0.171104,0.153145,0.13857,0.132421,0.134599,0.142928,0.154596,0.167542,0.181342,0.196437,0.214247,0.231684,0.252211,0.276666,0.311401,0.355248,0.406071,0.452737,0.4886,0.503529,0.493687,0.46193,0.419097,0.370712,0.326902,0.294028,0.270785,0.253791,0.237537,0.218639,0.200284,0.181647,0.16335,0.144666,0.127555,0.1114,0.097502,0.082824,0.069068,0.056485,0.044328,0.034621,0.024805,0.017449,0.010821,0.005801,0.001711,-0.00271,-0.00545,-0.009127,-0.012462,-0.016821,-0.02043,-0.024676,-0.027992,-0.031376,-0.034471,-0.036855,-0.039684,-0.041278,-0.043163,-0.043976,-0.044636,-0.044872,-0.044817,-0.044672,-0.044121,-0.044293,-0.043862,-0.044091,-0.044018,-0.044442,-0.044365,-0.044387,-0.044208,-0.044358,-0.045069,-0.044913,-0.045529,-0.044927,-0.044475,-0.043313,-0.042401,-0.041809,-0.040575,-0.039916,-0.038139,-0.03677,-0.034832,-0.033481,-0.031364,-0.029206,-0.026119,-0.022534,-0.018705,-0.013288,-0.00749,0.001387,0.013411,0.031748,0.056239,0.086226,0.119162,0.149112,0.173865,0.190441,0.204107,0.217933,0.235137,0.255845,0.277911,0.300945,0.321447,0.337702,0.349166,0.355991,0.361526,0.367136,0.372391,0.375732,0.371513,0.360336,0.344489,0.326756,0.313459,0.304482,0.299966,0.297825,0.294544,0.288084,0.274675,0.256534,0.235461,0.216946,0.202315,0.193803,0.189349,0.189768,0.191648,0.192729,0.192236,0.188062,0.181366,0.173179,0.165184,0.157707,0.150792,0.142693,0.132871,0.122927,0.113567,0.105949,0.099967,0.097133,0.095136,0.093971,0.093408,0.091966,0.089973,0.086618,0.084216,0.080917,0.078994,0.076174,0.073081,0.069853,0.066354,0.063777,0.060531,0.057854,0.053491,0.050358,0.046629,0.041182,0.036189,0.029698,0.024607,0.018895,0.014492,0.010212,0.006039,0.002453,-0.000357,-0.00308,-0.00473,-0.006056,-0.009038,-0.01032,-0.012186,-0.013915,-0.015495,-0.016865,-0.018843,-0.019913,-0.021091,-0.021887,-0.023212,-0.02342,-0.023411,-0.024512,-0.024212,-0.02283,-0.022165,-0.021866,-0.021306,-0.020027,-0.02001,-0.018864,-0.017289,-0.016836,-0.015445,-0.013817,-0.010768,-0.009394,-0.007536,-0.005634,-0.001665,-0.000684,0.001653,0.004604,0.007122,0.009956,0.012593,0.016375,0.020697,0.025723,0.030625,0.036756,0.042668,0.051185,0.060851,0.072618,0.086819,0.103872,0.122553,0.14272,0.16753,0.190454,0.214617,0.238263,0.258266,0.275364,0.290228,0.303416,0.312207,0.318874,0.323965,0.33166,0.343019,0.359988,0.38635,0.421878,0.468028,0.526633,0.595386,0.676762,0.758015,0.837446,0.927204,0.999023,1.074677,1.120072,1.16257,1.193091,1.222141,1.223657,1.243059,1.268803,1.279535,1.292552,1.22315,1.230409,1.234873,1.19913 +-0.054568,-0.049352,-0.045221,4.0,-0.040954,-0.036456,-0.034173,-0.033066,-0.035521,-0.038449,-0.041375,-0.045113,-0.048388,-0.053169,-0.054258,-0.056687,-0.059803,-0.061016,-0.062931,-0.063914,-0.066225,-0.067025,-0.068483,-0.069363,-0.070955,-0.071999,-0.073646,-0.074831,-0.074502,-0.076434,-0.076389,-0.076898,-0.076838,-0.076665,-0.076144,-0.07615,-0.076238,-0.075791,-0.075947,-0.075479,-0.075636,-0.075965,-0.075506,-0.074233,-0.073181,-0.071928,-0.070018,-0.068619,-0.066721,-0.065287,-0.064079,-0.063899,-0.06349,-0.062812,-0.061634,-0.059792,-0.058428,-0.056313,-0.054889,-0.053206,-0.052255,-0.051633,-0.05242,-0.053173,-0.054476,-0.055768,-0.056595,-0.058357,-0.059409,-0.060936,-0.061914,-0.06232,-0.062433,-0.062102,-0.062705,-0.062252,-0.062925,-0.062546,-0.063221,-0.063413,-0.064057,-0.064446,-0.064947,-0.065764,-0.065619,-0.066513,-0.066359,-0.066996,-0.066894,-0.067441,-0.067957,-0.068177,-0.068657,-0.069283,-0.07017,-0.070381,-0.070909,-0.070866,-0.070862,-0.070504,-0.069513,-0.068682,-0.067677,-0.066734,-0.065131,-0.063836,-0.062042,-0.060233,-0.057622,-0.054795,-0.051973,-0.048342,-0.044541,-0.038052,-0.030277,-0.019136,-0.006463,0.010889,0.032462,0.058368,0.085299,0.11191,0.134983,0.153126,0.170421,0.182091,0.186229,0.17959,0.164823,0.149573,0.137438,0.133956,0.137628,0.147406,0.159621,0.172787,0.186217,0.200878,0.218208,0.23452,0.25378,0.278306,0.313576,0.359203,0.410804,0.457347,0.490033,0.502811,0.490808,0.462871,0.425336,0.383248,0.344341,0.313921,0.291287,0.274365,0.257046,0.237371,0.218462,0.198295,0.178841,0.158378,0.140323,0.123208,0.108272,0.092857,0.077803,0.063827,0.050356,0.038995,0.028789,0.020872,0.013995,0.0086,0.00393,-0.000638,-0.003895,-0.007544,-0.011307,-0.015715,-0.019262,-0.023668,-0.027193,-0.030606,-0.03404,-0.036557,-0.039342,-0.040796,-0.042897,-0.043846,-0.044619,-0.044815,-0.044713,-0.044704,-0.044316,-0.044404,-0.044082,-0.044461,-0.044399,-0.044899,-0.045042,-0.044978,-0.045014,-0.045219,-0.046121,-0.045782,-0.046429,-0.045921,-0.045515,-0.044229,-0.043329,-0.042925,-0.041482,-0.040759,-0.038949,-0.037232,-0.035309,-0.034083,-0.03187,-0.02987,-0.027395,-0.023721,-0.020253,-0.015135,-0.009646,-0.001349,0.010095,0.027928,0.051387,0.081097,0.112989,0.14218,0.165537,0.182116,0.196428,0.210325,0.228109,0.248735,0.27057,0.294292,0.314927,0.331802,0.343838,0.35146,0.357957,0.365197,0.371223,0.37446,0.370085,0.357616,0.340977,0.323962,0.311621,0.30408,0.30127,0.300276,0.297515,0.29175,0.278784,0.260511,0.240046,0.221913,0.207126,0.198679,0.194193,0.193672,0.194557,0.194288,0.192836,0.188096,0.181005,0.173109,0.165514,0.158429,0.151774,0.14347,0.133619,0.123621,0.113958,0.106123,0.100028,0.096863,0.094384,0.092973,0.092653,0.091343,0.089138,0.085841,0.083094,0.079706,0.077408,0.074032,0.07124,0.067504,0.064355,0.061634,0.058481,0.055732,0.051445,0.048484,0.04469,0.039282,0.034595,0.028459,0.023414,0.018074,0.013942,0.009866,0.005807,0.002539,-0.000197,-0.002529,-0.004451,-0.00571,-0.008739,-0.009882,-0.011714,-0.013814,-0.015389,-0.017082,-0.018967,-0.020253,-0.0215,-0.022503,-0.023646,-0.024227,-0.023881,-0.025226,-0.024878,-0.02351,-0.022897,-0.022704,-0.021817,-0.02054,-0.020526,-0.019152,-0.018,-0.017736,-0.01614,-0.014554,-0.01192,-0.010795,-0.009279,-0.007302,-0.003333,-0.00199,0.000203,0.002377,0.004904,0.008123,0.010955,0.014744,0.018689,0.023302,0.027648,0.033899,0.039774,0.048415,0.057539,0.069279,0.08333,0.100874,0.120282,0.14278,0.170805,0.197268,0.226201,0.253789,0.275777,0.292757,0.306216,0.313731,0.318497,0.322039,0.322672,0.328703,0.339787,0.356227,0.381015,0.415535,0.461706,0.517774,0.581689,0.660115,0.742385,0.818871,0.902338,0.975905,1.045495,1.094321,1.146988,1.176501,1.203253,1.203405,1.229612,1.244302,1.26776,1.277744,1.209736,1.214851,1.218626,1.185845 +-0.056343,-0.05079,-0.046753,4.0,-0.042718,-0.038384,-0.036067,-0.034715,-0.037117,-0.040004,-0.042628,-0.046082,-0.049332,-0.054067,-0.05544,-0.057429,-0.060469,-0.061909,-0.063827,-0.065008,-0.067218,-0.068296,-0.069704,-0.070674,-0.072325,-0.073054,-0.074749,-0.075915,-0.07571,-0.077439,-0.077651,-0.07794,-0.077919,-0.077725,-0.077247,-0.077316,-0.077339,-0.07693,-0.076962,-0.076632,-0.076801,-0.077173,-0.076757,-0.075474,-0.074514,-0.073164,-0.071551,-0.069839,-0.06803,-0.066806,-0.065398,-0.065145,-0.064782,-0.064305,-0.063087,-0.061597,-0.06001,-0.0577,-0.056673,-0.054864,-0.053885,-0.053121,-0.053777,-0.054616,-0.055601,-0.056853,-0.057755,-0.059434,-0.060662,-0.062084,-0.063046,-0.063518,-0.063686,-0.063322,-0.063896,-0.063836,-0.064145,-0.063795,-0.064429,-0.064525,-0.065169,-0.065748,-0.066189,-0.066849,-0.06672,-0.067594,-0.067534,-0.068185,-0.068155,-0.068442,-0.068896,-0.069277,-0.069836,-0.070123,-0.071212,-0.071535,-0.071909,-0.071846,-0.071873,-0.071659,-0.070621,-0.06981,-0.068769,-0.067895,-0.06609,-0.065025,-0.063105,-0.061292,-0.058735,-0.055805,-0.052825,-0.049208,-0.045113,-0.03843,-0.030668,-0.019308,-0.005973,0.011505,0.033335,0.060015,0.087656,0.114762,0.138196,0.15647,0.173273,0.184426,0.187812,0.180627,0.165741,0.149922,0.137459,0.133251,0.136053,0.145156,0.156779,0.169323,0.182496,0.196819,0.213955,0.230644,0.250194,0.274688,0.309336,0.353635,0.403315,0.448846,0.482196,0.495669,0.486137,0.460415,0.424275,0.383933,0.34573,0.316073,0.293906,0.277375,0.25997,0.240367,0.221089,0.200629,0.180877,0.1599,0.141251,0.12368,0.107942,0.092014,0.077303,0.063478,0.050742,0.039579,0.029123,0.021377,0.014042,0.008487,0.003712,-0.001038,-0.004288,-0.008076,-0.011745,-0.016075,-0.019969,-0.024359,-0.028005,-0.031472,-0.034674,-0.037262,-0.039845,-0.041517,-0.043556,-0.044408,-0.04521,-0.045295,-0.045132,-0.045336,-0.044833,-0.044998,-0.044681,-0.044984,-0.044953,-0.045359,-0.045513,-0.045494,-0.045829,-0.045976,-0.046599,-0.046434,-0.047141,-0.046656,-0.046241,-0.044991,-0.044178,-0.043538,-0.042194,-0.041487,-0.039815,-0.038405,-0.036111,-0.034616,-0.032687,-0.030789,-0.028183,-0.024614,-0.021035,-0.016063,-0.010598,-0.002417,0.008547,0.025834,0.048666,0.077298,0.108753,0.136952,0.160775,0.177438,0.19108,0.20497,0.222349,0.242625,0.263774,0.287681,0.308544,0.325668,0.33781,0.346015,0.352907,0.358963,0.36528,0.368272,0.364089,0.352494,0.336621,0.320057,0.307718,0.300931,0.298359,0.297585,0.29587,0.290405,0.277987,0.260087,0.239887,0.221761,0.2077,0.198431,0.193575,0.193397,0.193922,0.193914,0.192426,0.187552,0.180577,0.172123,0.164437,0.15735,0.150413,0.142318,0.132641,0.122965,0.11344,0.10565,0.099653,0.09668,0.094343,0.092765,0.092168,0.090767,0.088646,0.085321,0.082576,0.079094,0.077322,0.074284,0.071203,0.067801,0.064358,0.06156,0.058332,0.055488,0.050946,0.047986,0.043937,0.03869,0.033971,0.028033,0.023168,0.018193,0.014163,0.009906,0.005801,0.002398,-0.000121,-0.002525,-0.004224,-0.005437,-0.008306,-0.009584,-0.011572,-0.013333,-0.014848,-0.016575,-0.018402,-0.019651,-0.021036,-0.021871,-0.023244,-0.023744,-0.023476,-0.025031,-0.024687,-0.023103,-0.022554,-0.02254,-0.021653,-0.020453,-0.020444,-0.018818,-0.017942,-0.017466,-0.016,-0.014569,-0.01197,-0.010696,-0.009147,-0.007544,-0.00335,-0.002452,-3.5e-05,0.002111,0.004588,0.007674,0.010493,0.014318,0.018342,0.022843,0.027745,0.033495,0.039857,0.048243,0.057154,0.069045,0.082868,0.100135,0.119199,0.140787,0.168022,0.193932,0.222673,0.249853,0.271919,0.289319,0.305032,0.313048,0.319965,0.325567,0.326288,0.333409,0.344669,0.362129,0.386858,0.422383,0.469056,0.526107,0.591364,0.669768,0.752575,0.830295,0.919371,0.989576,1.062366,1.114148,1.156926,1.193671,1.215054,1.214108,1.236832,1.264889,1.278272,1.288166,1.220597,1.222195,1.23704,1.198483 +-0.055746,-0.050452,-0.046133,4.0,-0.042041,-0.037684,-0.03534,-0.034286,-0.03627,-0.039331,-0.042332,-0.04591,-0.049047,-0.054258,-0.055495,-0.057659,-0.060389,-0.061774,-0.063744,-0.064603,-0.067034,-0.067968,-0.069438,-0.070367,-0.072199,-0.073145,-0.074487,-0.075709,-0.075625,-0.077472,-0.077366,-0.07795,-0.077859,-0.077834,-0.077257,-0.077215,-0.077436,-0.076884,-0.076769,-0.076516,-0.076628,-0.076917,-0.076687,-0.075566,-0.074312,-0.072948,-0.071198,-0.069935,-0.067822,-0.066535,-0.06532,-0.064814,-0.064705,-0.063934,-0.062807,-0.061246,-0.059682,-0.057317,-0.055975,-0.054306,-0.053482,-0.052677,-0.053461,-0.054549,-0.0555,-0.056735,-0.057459,-0.0592,-0.060449,-0.061888,-0.062807,-0.063343,-0.06353,-0.063259,-0.063722,-0.063408,-0.0639,-0.063427,-0.06413,-0.064424,-0.065035,-0.065503,-0.06593,-0.066674,-0.066549,-0.067161,-0.067469,-0.068054,-0.067832,-0.068282,-0.068718,-0.069084,-0.069851,-0.070116,-0.07107,-0.071248,-0.071843,-0.071955,-0.071883,-0.071709,-0.070956,-0.070061,-0.068848,-0.067896,-0.066324,-0.065195,-0.063157,-0.061503,-0.059057,-0.05632,-0.05347,-0.049777,-0.045864,-0.039475,-0.0317,-0.020688,-0.007705,0.009289,0.030671,0.056457,0.08359,0.110229,0.133478,0.151631,0.168736,0.180503,0.184471,0.177908,0.163219,0.147686,0.135282,0.131299,0.134776,0.144309,0.156406,0.169486,0.182956,0.198287,0.215856,0.232676,0.252582,0.277081,0.312361,0.357867,0.409788,0.456768,0.490572,0.503636,0.49263,0.464471,0.426566,0.384247,0.345306,0.315652,0.29394,0.27748,0.260499,0.241033,0.22234,0.20213,0.1824,0.161952,0.142976,0.125587,0.109963,0.093962,0.078688,0.064479,0.051066,0.039939,0.029409,0.021448,0.014468,0.009231,0.004071,-5e-04,-0.003684,-0.007586,-0.0112,-0.015681,-0.019361,-0.023794,-0.027186,-0.030843,-0.034247,-0.036818,-0.03971,-0.041212,-0.043338,-0.044291,-0.04493,-0.045334,-0.045418,-0.045432,-0.044925,-0.045191,-0.044909,-0.045147,-0.045039,-0.045504,-0.045529,-0.045373,-0.045781,-0.045974,-0.04676,-0.046532,-0.047334,-0.046649,-0.046286,-0.045028,-0.044431,-0.04379,-0.042502,-0.041834,-0.040052,-0.038532,-0.036382,-0.035199,-0.033162,-0.030936,-0.028517,-0.024846,-0.021393,-0.016389,-0.010741,-0.002494,0.008876,0.026652,0.050018,0.079389,0.111357,0.140451,0.164211,0.180485,0.194555,0.208511,0.226346,0.247201,0.268705,0.292845,0.313587,0.330435,0.342581,0.350555,0.357261,0.364993,0.370837,0.374247,0.36983,0.357591,0.340882,0.323832,0.310781,0.303575,0.300969,0.300258,0.298433,0.292795,0.280068,0.261712,0.2411,0.222867,0.208114,0.199385,0.194819,0.194787,0.195564,0.195483,0.193832,0.188936,0.181825,0.173822,0.166152,0.159046,0.152376,0.14406,0.134167,0.124022,0.114384,0.106402,0.100307,0.096955,0.094922,0.093404,0.092837,0.091536,0.089331,0.085781,0.082891,0.079433,0.07739,0.074302,0.071165,0.067766,0.064434,0.062017,0.058722,0.055764,0.05175,0.048553,0.044555,0.039335,0.034798,0.028519,0.023693,0.018205,0.01417,0.009916,0.005917,0.002356,-0.000112,-0.002619,-0.004511,-0.005528,-0.008453,-0.00972,-0.011745,-0.013729,-0.015386,-0.016758,-0.01878,-0.020184,-0.021251,-0.022106,-0.02366,-0.024397,-0.024242,-0.025549,-0.025298,-0.023722,-0.023453,-0.023057,-0.022253,-0.021084,-0.021183,-0.019447,-0.018579,-0.017865,-0.016409,-0.015103,-0.012343,-0.011163,-0.009623,-0.00791,-0.003784,-0.002763,-0.00011,0.002057,0.004803,0.007794,0.010521,0.014162,0.01796,0.022556,0.027164,0.032919,0.039278,0.047185,0.056315,0.067569,0.081649,0.098346,0.11726,0.138187,0.163631,0.189437,0.216664,0.242039,0.262926,0.280876,0.293868,0.304223,0.310957,0.314328,0.317225,0.324025,0.33586,0.352398,0.377169,0.411422,0.457186,0.512974,0.579308,0.657145,0.736229,0.815267,0.899954,0.974817,1.047564,1.098052,1.147431,1.182319,1.2072,1.214645,1.23248,1.25081,1.269168,1.284636,1.22191,1.220088,1.225551,1.190114 +-0.056285,-0.051229,-0.047233,4.0,-0.043306,-0.038566,-0.036586,-0.035222,-0.037604,-0.040532,-0.043434,-0.046881,-0.050182,-0.055335,-0.056295,-0.058665,-0.061363,-0.062564,-0.064437,-0.065459,-0.067668,-0.068755,-0.070101,-0.071131,-0.072999,-0.073794,-0.075072,-0.076341,-0.076227,-0.077843,-0.077858,-0.07829,-0.0781,-0.078094,-0.077466,-0.077674,-0.077509,-0.077078,-0.07738,-0.076783,-0.07692,-0.077329,-0.076976,-0.075611,-0.07469,-0.073429,-0.071437,-0.070169,-0.068434,-0.067212,-0.065771,-0.065573,-0.065296,-0.064427,-0.063482,-0.061788,-0.060394,-0.058148,-0.056995,-0.055064,-0.054251,-0.053578,-0.054276,-0.055273,-0.056311,-0.057479,-0.058391,-0.060058,-0.061285,-0.062726,-0.06344,-0.063927,-0.064023,-0.063782,-0.064308,-0.064107,-0.064611,-0.064138,-0.064763,-0.064772,-0.065338,-0.065849,-0.066385,-0.067097,-0.06693,-0.068029,-0.067919,-0.068495,-0.068415,-0.068842,-0.069372,-0.069591,-0.070156,-0.070578,-0.071388,-0.071689,-0.072168,-0.072186,-0.072249,-0.071873,-0.071029,-0.070266,-0.069084,-0.068102,-0.066399,-0.065255,-0.063242,-0.061526,-0.058889,-0.056012,-0.05291,-0.049157,-0.045021,-0.038017,-0.029828,-0.018112,-0.004267,0.013752,0.036327,0.063841,0.092248,0.11981,0.143698,0.162056,0.178288,0.189184,0.191901,0.18387,0.167926,0.151032,0.137259,0.132092,0.13458,0.143004,0.154478,0.166876,0.179759,0.194142,0.211275,0.227972,0.247586,0.271917,0.306217,0.350147,0.400334,0.445134,0.478105,0.491163,0.481857,0.45456,0.418289,0.376944,0.33845,0.308755,0.286846,0.269892,0.253327,0.233677,0.214875,0.194534,0.174823,0.154633,0.136162,0.119061,0.103862,0.08809,0.073487,0.060416,0.04763,0.036759,0.026504,0.018729,0.011772,0.006171,0.001702,-0.002882,-0.005869,-0.009858,-0.013044,-0.017581,-0.021505,-0.025671,-0.029277,-0.032533,-0.036051,-0.038242,-0.040966,-0.042497,-0.044374,-0.045251,-0.046153,-0.046107,-0.046007,-0.046105,-0.045731,-0.046011,-0.045336,-0.045545,-0.045674,-0.046121,-0.046048,-0.045899,-0.046211,-0.04648,-0.047086,-0.046783,-0.047582,-0.047012,-0.046452,-0.045644,-0.044783,-0.044045,-0.042629,-0.042031,-0.04021,-0.038405,-0.036502,-0.035128,-0.033068,-0.031045,-0.028483,-0.024762,-0.021237,-0.016301,-0.010885,-0.002644,0.008651,0.025462,0.048353,0.076961,0.108423,0.136651,0.160744,0.177204,0.190525,0.204034,0.221092,0.241389,0.262486,0.286386,0.306686,0.32403,0.335817,0.343888,0.349963,0.356119,0.362067,0.36528,0.361286,0.349911,0.333422,0.317122,0.304793,0.297975,0.295448,0.29442,0.292703,0.287169,0.274448,0.256615,0.23575,0.217923,0.203832,0.194977,0.190402,0.190035,0.191071,0.191398,0.18971,0.184917,0.178174,0.169919,0.16243,0.155355,0.148119,0.140357,0.130434,0.121123,0.11141,0.103803,0.097777,0.094328,0.092301,0.090907,0.090356,0.089157,0.087038,0.083833,0.081258,0.077968,0.076107,0.073219,0.070192,0.06676,0.063343,0.060511,0.057054,0.054184,0.049663,0.04656,0.042748,0.037512,0.032947,0.02693,0.022153,0.017136,0.012942,0.008623,0.005024,0.001607,-0.00101,-0.003662,-0.005545,-0.006709,-0.009483,-0.010387,-0.012374,-0.014182,-0.015716,-0.017159,-0.019232,-0.020325,-0.02163,-0.022598,-0.023839,-0.024342,-0.024205,-0.025613,-0.025318,-0.023739,-0.023475,-0.023121,-0.022533,-0.021165,-0.021242,-0.019775,-0.018735,-0.018194,-0.016851,-0.015306,-0.012849,-0.011595,-0.00986,-0.008236,-0.003886,-0.003093,-0.00062,0.001628,0.004379,0.007118,0.009936,0.013749,0.017828,0.022497,0.027398,0.033532,0.039177,0.048285,0.057181,0.069017,0.083081,0.100368,0.119915,0.141466,0.168073,0.193527,0.221248,0.248191,0.269576,0.287752,0.303829,0.313681,0.322387,0.328705,0.330511,0.338856,0.350647,0.367624,0.392897,0.428671,0.476543,0.536467,0.606065,0.685176,0.765843,0.847195,0.932658,1.008398,1.0808,1.128183,1.175266,1.202456,1.229997,1.227048,1.249672,1.267421,1.284605,1.304134,1.228024,1.230893,1.224984,1.2091 +-0.055856,-0.050983,-0.047003,4.0,-0.042624,-0.038003,-0.035975,-0.034708,-0.036853,-0.039795,-0.04289,-0.046445,-0.049663,-0.054845,-0.055789,-0.058012,-0.060775,-0.061967,-0.06389,-0.065081,-0.067479,-0.068548,-0.069983,-0.070765,-0.072517,-0.073461,-0.074743,-0.075912,-0.075925,-0.077565,-0.077958,-0.078156,-0.078033,-0.078014,-0.077262,-0.077325,-0.077284,-0.076902,-0.076953,-0.076661,-0.076949,-0.077216,-0.076846,-0.075516,-0.074423,-0.073117,-0.071299,-0.069898,-0.068103,-0.066852,-0.06547,-0.065255,-0.064924,-0.064239,-0.063037,-0.061505,-0.059962,-0.057794,-0.056692,-0.0548,-0.054005,-0.053153,-0.053732,-0.054763,-0.055913,-0.057018,-0.057916,-0.059549,-0.060789,-0.062415,-0.063091,-0.063698,-0.063758,-0.063328,-0.063974,-0.063807,-0.064158,-0.063707,-0.064456,-0.064667,-0.065196,-0.065742,-0.066151,-0.066867,-0.066809,-0.067489,-0.067562,-0.068337,-0.068264,-0.068575,-0.068942,-0.069193,-0.069912,-0.07039,-0.07124,-0.07153,-0.071915,-0.072227,-0.072105,-0.071893,-0.070872,-0.069848,-0.068967,-0.068001,-0.066379,-0.06521,-0.063404,-0.061712,-0.059006,-0.056127,-0.053284,-0.049348,-0.045278,-0.038697,-0.030776,-0.019347,-0.006138,0.011549,0.033707,0.060293,0.088166,0.115093,0.138441,0.156794,0.173378,0.184817,0.188183,0.180805,0.165542,0.149373,0.136292,0.131768,0.134781,0.143564,0.155249,0.168031,0.181323,0.195981,0.213457,0.230455,0.24988,0.274488,0.309489,0.354413,0.404729,0.450823,0.484353,0.497182,0.48701,0.459598,0.422084,0.380156,0.341562,0.311942,0.290403,0.273528,0.256974,0.237593,0.218501,0.198333,0.17874,0.158381,0.139681,0.122405,0.106881,0.091141,0.076356,0.062735,0.049617,0.038768,0.028164,0.020258,0.01323,0.007664,0.002966,-0.001595,-0.004747,-0.008661,-0.012138,-0.016454,-0.020375,-0.024683,-0.028178,-0.031541,-0.034963,-0.037477,-0.04016,-0.041737,-0.043737,-0.044661,-0.045382,-0.045807,-0.045802,-0.045848,-0.045203,-0.045462,-0.044945,-0.045201,-0.045168,-0.045692,-0.045595,-0.045765,-0.04582,-0.046006,-0.046771,-0.046466,-0.047118,-0.046521,-0.046225,-0.045377,-0.044475,-0.043827,-0.042459,-0.041567,-0.039909,-0.038453,-0.036304,-0.034961,-0.032795,-0.030938,-0.028379,-0.024656,-0.021133,-0.016148,-0.010789,-0.002377,0.008882,0.026174,0.049323,0.078367,0.110077,0.138714,0.162294,0.178499,0.192467,0.20638,0.223765,0.244304,0.265217,0.289214,0.310205,0.327151,0.338928,0.346767,0.353644,0.35991,0.366385,0.369787,0.365227,0.35339,0.336885,0.320515,0.307689,0.30061,0.298047,0.297163,0.295529,0.289519,0.276771,0.258857,0.238575,0.220348,0.205918,0.197285,0.192701,0.192413,0.193132,0.193344,0.191659,0.186948,0.180048,0.171755,0.164375,0.157102,0.150189,0.142426,0.132366,0.122574,0.112851,0.105355,0.099279,0.095789,0.09375,0.092321,0.091551,0.090286,0.088301,0.084853,0.08224,0.078957,0.0771,0.073716,0.07079,0.067417,0.063899,0.061076,0.057854,0.055105,0.050914,0.047763,0.043944,0.038729,0.034115,0.027897,0.023096,0.017782,0.013535,0.009539,0.005675,0.002118,-0.000387,-0.003089,-0.004668,-0.006018,-0.008922,-0.009937,-0.012075,-0.014019,-0.01558,-0.017012,-0.0189,-0.020123,-0.021031,-0.022397,-0.023563,-0.024359,-0.024152,-0.025251,-0.025087,-0.02362,-0.023016,-0.0227,-0.022399,-0.020798,-0.021111,-0.019652,-0.018438,-0.017777,-0.01645,-0.015092,-0.012327,-0.010936,-0.009355,-0.007985,-0.003465,-0.002502,8.8e-05,0.001889,0.004852,0.00773,0.010401,0.014267,0.018014,0.022645,0.02745,0.033245,0.039645,0.04788,0.057034,0.068328,0.082473,0.099949,0.118906,0.139446,0.166192,0.191971,0.219888,0.245063,0.26668,0.284249,0.299349,0.309253,0.316971,0.321574,0.325421,0.331735,0.343014,0.360291,0.385805,0.421474,0.467988,0.525129,0.59156,0.671926,0.7563,0.831574,0.921422,0.992685,1.063545,1.117478,1.163501,1.192571,1.222627,1.222856,1.242992,1.264961,1.27848,1.291149,1.223628,1.232818,1.223925,1.203394 +-0.054979,-0.049543,-0.045299,4.0,-0.041173,-0.036667,-0.034132,-0.033121,-0.03513,-0.037817,-0.04024,-0.043501,-0.046507,-0.051635,-0.052831,-0.055225,-0.058072,-0.059604,-0.061395,-0.06261,-0.065076,-0.066175,-0.067523,-0.06875,-0.070652,-0.071799,-0.073174,-0.074378,-0.074368,-0.076168,-0.076458,-0.076677,-0.076728,-0.076759,-0.076012,-0.076131,-0.076307,-0.075903,-0.075994,-0.07571,-0.075813,-0.076064,-0.075929,-0.074629,-0.073521,-0.07241,-0.070449,-0.068971,-0.067157,-0.065976,-0.064561,-0.064176,-0.063882,-0.063221,-0.062031,-0.060355,-0.059,-0.056685,-0.055438,-0.053562,-0.052586,-0.051798,-0.052492,-0.053314,-0.054536,-0.055753,-0.056444,-0.058044,-0.05911,-0.060506,-0.061492,-0.061868,-0.062047,-0.061673,-0.06232,-0.062318,-0.062858,-0.062302,-0.062921,-0.063167,-0.063974,-0.064424,-0.064974,-0.065614,-0.065555,-0.066536,-0.066257,-0.066651,-0.066522,-0.066993,-0.067578,-0.067846,-0.068708,-0.069133,-0.070124,-0.070474,-0.070903,-0.070895,-0.071144,-0.07073,-0.069724,-0.06902,-0.067956,-0.067075,-0.065451,-0.064324,-0.062304,-0.060596,-0.057934,-0.055135,-0.052588,-0.049467,-0.046052,-0.040477,-0.033535,-0.023685,-0.011776,0.003936,0.023096,0.046776,0.071557,0.096217,0.118357,0.136841,0.154225,0.166909,0.172858,0.168877,0.157286,0.14512,0.135903,0.134711,0.139703,0.150426,0.163539,0.176958,0.190705,0.206284,0.223278,0.239362,0.259387,0.283531,0.319162,0.364816,0.416671,0.463454,0.497128,0.51029,0.500631,0.4758,0.442281,0.404769,0.368492,0.339608,0.317891,0.300363,0.283728,0.263451,0.243484,0.222105,0.201364,0.179563,0.159059,0.140414,0.123516,0.106546,0.089841,0.074966,0.06046,0.048852,0.037827,0.029473,0.021671,0.015713,0.01049,0.004922,0.001231,-0.002953,-0.006909,-0.011753,-0.01551,-0.020027,-0.023883,-0.027481,-0.030803,-0.0333,-0.036327,-0.0383,-0.040157,-0.041104,-0.042279,-0.042576,-0.042686,-0.042924,-0.042351,-0.042571,-0.042286,-0.042892,-0.043102,-0.043643,-0.043875,-0.043992,-0.044348,-0.044488,-0.045244,-0.04498,-0.045669,-0.045154,-0.044805,-0.043749,-0.04278,-0.042243,-0.041108,-0.040297,-0.038258,-0.036772,-0.034676,-0.033206,-0.031351,-0.029781,-0.027236,-0.024098,-0.020688,-0.016045,-0.01071,-0.002602,0.008526,0.02595,0.048886,0.077914,0.109062,0.137725,0.161415,0.178173,0.193008,0.207542,0.225672,0.246391,0.268216,0.292279,0.313223,0.331032,0.343908,0.352795,0.360576,0.368618,0.374873,0.378147,0.373977,0.362338,0.346215,0.329466,0.316888,0.310398,0.308322,0.307922,0.306715,0.302053,0.289876,0.271833,0.251655,0.23364,0.218533,0.20962,0.204336,0.203393,0.203148,0.202761,0.200552,0.194856,0.187489,0.179057,0.171308,0.163726,0.156621,0.148432,0.138584,0.128512,0.119336,0.111414,0.105244,0.102073,0.099661,0.097894,0.096942,0.095413,0.092675,0.089043,0.085977,0.082506,0.080149,0.076796,0.073611,0.070165,0.066962,0.064522,0.061158,0.058506,0.054033,0.050854,0.047079,0.041877,0.037129,0.030967,0.026375,0.02102,0.016921,0.013074,0.008631,0.005427,0.002993,0.000829,-0.001505,-0.002999,-0.005892,-0.007015,-0.008891,-0.01116,-0.012554,-0.014286,-0.016196,-0.017656,-0.0189,-0.020053,-0.021544,-0.021774,-0.021936,-0.023205,-0.0229,-0.021413,-0.020921,-0.02079,-0.019726,-0.018707,-0.018512,-0.017286,-0.015807,-0.015603,-0.014223,-0.013042,-0.01006,-0.009316,-0.007499,-0.005816,-0.002136,-0.000971,0.00115,0.003559,0.006157,0.009064,0.011811,0.015293,0.019144,0.023659,0.027677,0.033456,0.03936,0.047322,0.056008,0.066988,0.080687,0.097607,0.11648,0.138115,0.165621,0.193537,0.224328,0.25308,0.275386,0.291572,0.3036,0.308631,0.310451,0.310914,0.309769,0.315539,0.324497,0.341042,0.365045,0.395693,0.438324,0.489708,0.549591,0.623503,0.693081,0.769357,0.850821,0.928565,0.998952,1.064664,1.115739,1.153115,1.187338,1.193676,1.215842,1.248764,1.270184,1.282696,1.219395,1.230635,1.218142,1.198047 +-0.056744,-0.05164,-0.047625,4.0,-0.043418,-0.03872,-0.036322,-0.035358,-0.037381,-0.040105,-0.042422,-0.045357,-0.048468,-0.053865,-0.054703,-0.05748,-0.060095,-0.061581,-0.063461,-0.0646,-0.06702,-0.068061,-0.069747,-0.070819,-0.072646,-0.073825,-0.075156,-0.076452,-0.076297,-0.07806,-0.078419,-0.078616,-0.078506,-0.078707,-0.077838,-0.078023,-0.078148,-0.077752,-0.07796,-0.077684,-0.077682,-0.078193,-0.077849,-0.076399,-0.075478,-0.074276,-0.072376,-0.070895,-0.069218,-0.067881,-0.066624,-0.066313,-0.065834,-0.06531,-0.06418,-0.06255,-0.061023,-0.058529,-0.057493,-0.055718,-0.054811,-0.053909,-0.054565,-0.055548,-0.05652,-0.057801,-0.058476,-0.060194,-0.061262,-0.062633,-0.063415,-0.063996,-0.063966,-0.063698,-0.064377,-0.06441,-0.064827,-0.064237,-0.065026,-0.065159,-0.065806,-0.06638,-0.06702,-0.067515,-0.067611,-0.068462,-0.068093,-0.0688,-0.068747,-0.069242,-0.069753,-0.069943,-0.070643,-0.071114,-0.072237,-0.072554,-0.073055,-0.072816,-0.073023,-0.072805,-0.071543,-0.070798,-0.069767,-0.068935,-0.067396,-0.066302,-0.064375,-0.062438,-0.059918,-0.057225,-0.054402,-0.05127,-0.047896,-0.042001,-0.035052,-0.025022,-0.012737,0.003004,0.022664,0.046587,0.071889,0.096744,0.119157,0.137599,0.154685,0.167087,0.1725,0.167959,0.156105,0.143409,0.134029,0.132348,0.137121,0.147505,0.160343,0.173436,0.187102,0.201894,0.219111,0.235287,0.254774,0.278937,0.314101,0.3594,0.410598,0.45723,0.490153,0.503627,0.494486,0.469455,0.436908,0.398835,0.362908,0.334284,0.312911,0.296056,0.278558,0.258358,0.238639,0.216933,0.196354,0.174334,0.15414,0.135433,0.118275,0.101549,0.085322,0.070384,0.056582,0.044961,0.034038,0.025913,0.018084,0.012192,0.00687,0.001669,-0.001949,-0.006146,-0.010242,-0.014732,-0.018618,-0.02316,-0.026846,-0.030411,-0.033785,-0.036247,-0.039149,-0.040901,-0.042874,-0.043958,-0.04486,-0.045113,-0.045139,-0.045366,-0.04475,-0.045221,-0.044849,-0.04552,-0.045692,-0.046257,-0.046459,-0.046381,-0.046585,-0.04696,-0.047586,-0.047469,-0.047965,-0.047511,-0.047125,-0.046287,-0.045616,-0.044946,-0.043667,-0.042738,-0.040782,-0.039372,-0.037069,-0.035875,-0.033838,-0.032014,-0.029799,-0.026567,-0.023059,-0.018287,-0.01319,-0.004852,0.006041,0.023096,0.046286,0.074409,0.10565,0.134041,0.157465,0.17433,0.189028,0.203373,0.221123,0.24201,0.263666,0.287683,0.30864,0.326121,0.3388,0.34771,0.355331,0.36298,0.369147,0.372754,0.368575,0.356662,0.340321,0.32403,0.312027,0.305736,0.303429,0.303501,0.302267,0.297437,0.28523,0.267663,0.247204,0.229057,0.214598,0.204991,0.199753,0.199006,0.199186,0.198341,0.196103,0.190497,0.18305,0.174755,0.167031,0.15956,0.152416,0.144378,0.134955,0.125134,0.11576,0.108052,0.101672,0.098536,0.096119,0.094168,0.093286,0.091701,0.089456,0.085833,0.082746,0.079108,0.076902,0.073574,0.070572,0.067125,0.063881,0.061011,0.05801,0.055105,0.050783,0.047587,0.043466,0.038428,0.033727,0.027631,0.023022,0.018161,0.014054,0.009751,0.00596,0.002406,-0.000315,-0.002708,-0.004286,-0.005367,-0.008682,-0.009882,-0.012001,-0.013749,-0.015293,-0.017098,-0.018998,-0.020446,-0.021563,-0.022878,-0.024224,-0.024904,-0.024941,-0.02594,-0.025965,-0.024325,-0.02379,-0.023445,-0.022532,-0.021414,-0.021246,-0.019675,-0.018593,-0.018107,-0.017062,-0.015258,-0.013226,-0.012037,-0.010347,-0.009233,-0.004831,-0.003873,-0.001393,0.000623,0.003632,0.005973,0.00898,0.012519,0.016215,0.020826,0.025123,0.031007,0.036779,0.044381,0.053498,0.064163,0.078083,0.094397,0.114304,0.135923,0.163233,0.19166,0.222018,0.250818,0.273106,0.289822,0.302376,0.307823,0.310577,0.311075,0.310683,0.315961,0.324979,0.342763,0.365963,0.396876,0.440847,0.493021,0.554359,0.626727,0.699774,0.776443,0.859162,0.935612,1.004917,1.068189,1.117712,1.149827,1.186506,1.185219,1.216441,1.240234,1.26101,1.276013,1.210541,1.219328,1.221799,1.18812 +-0.055116,-0.049883,-0.045198,4.0,-0.041241,-0.036557,-0.034154,-0.033351,-0.035328,-0.038093,-0.040302,-0.043375,-0.046581,-0.051438,-0.052836,-0.055087,-0.058077,-0.059645,-0.061439,-0.062633,-0.06509,-0.066183,-0.067685,-0.068998,-0.070813,-0.071748,-0.07328,-0.074593,-0.074571,-0.076287,-0.076785,-0.076921,-0.076805,-0.076941,-0.07614,-0.076209,-0.076329,-0.075926,-0.076025,-0.075649,-0.075777,-0.076119,-0.075969,-0.074706,-0.073638,-0.072334,-0.070367,-0.068971,-0.067373,-0.06598,-0.064548,-0.064221,-0.063827,-0.063336,-0.06199,-0.060483,-0.058963,-0.056597,-0.055523,-0.053564,-0.052588,-0.052011,-0.052464,-0.053334,-0.054354,-0.055652,-0.056306,-0.057884,-0.058905,-0.060444,-0.061368,-0.061985,-0.062095,-0.061723,-0.062302,-0.062217,-0.062812,-0.062316,-0.063059,-0.063125,-0.063844,-0.064419,-0.064914,-0.06547,-0.065375,-0.066399,-0.066177,-0.066804,-0.066753,-0.067322,-0.067791,-0.067948,-0.068805,-0.069008,-0.069983,-0.070275,-0.070752,-0.070739,-0.070952,-0.070532,-0.069686,-0.069041,-0.067804,-0.066924,-0.065342,-0.06411,-0.062159,-0.060336,-0.057856,-0.055231,-0.052563,-0.049373,-0.04594,-0.040102,-0.033312,-0.023392,-0.011549,0.004077,0.023062,0.046796,0.07171,0.09621,0.118479,0.136914,0.15419,0.167132,0.173059,0.169137,0.157534,0.145409,0.136213,0.134962,0.140063,0.150876,0.163939,0.177367,0.191451,0.206933,0.22383,0.240113,0.259979,0.284182,0.319839,0.365911,0.417769,0.464307,0.498003,0.511192,0.502165,0.477726,0.443506,0.405817,0.369673,0.340914,0.319321,0.302044,0.28514,0.264955,0.244738,0.223638,0.202167,0.18034,0.159936,0.140974,0.123946,0.106714,0.089901,0.074938,0.060734,0.049001,0.038031,0.029658,0.022035,0.015946,0.010606,0.005276,0.001416,-0.002592,-0.006481,-0.011386,-0.015126,-0.019573,-0.023514,-0.027013,-0.030522,-0.032999,-0.036044,-0.037801,-0.039746,-0.040853,-0.041967,-0.042135,-0.042211,-0.042504,-0.042066,-0.041988,-0.041884,-0.042486,-0.042929,-0.043276,-0.043375,-0.04349,-0.043726,-0.043742,-0.044729,-0.044603,-0.045265,-0.044759,-0.044337,-0.043248,-0.042417,-0.041928,-0.040383,-0.039724,-0.037815,-0.036304,-0.034276,-0.03297,-0.030912,-0.029187,-0.026755,-0.023468,-0.020157,-0.015197,-0.00999,-0.002117,0.009154,0.02628,0.049663,0.078388,0.109741,0.138212,0.161853,0.178655,0.19405,0.208293,0.226588,0.247242,0.268986,0.293298,0.314274,0.332013,0.345084,0.353947,0.361993,0.369735,0.37643,0.379384,0.375349,0.363254,0.347552,0.330311,0.317898,0.311848,0.309433,0.309184,0.308201,0.303597,0.290975,0.273317,0.25292,0.23469,0.219626,0.210767,0.205149,0.204659,0.204541,0.203867,0.201324,0.195792,0.188473,0.179882,0.172301,0.164583,0.157529,0.149267,0.139608,0.129518,0.120146,0.112305,0.106049,0.103015,0.100438,0.098622,0.097833,0.096042,0.093451,0.089693,0.086741,0.08319,0.080752,0.077508,0.074345,0.070946,0.067878,0.06526,0.062026,0.059151,0.054949,0.051729,0.047715,0.042513,0.037682,0.031904,0.027104,0.021941,0.017914,0.013651,0.009743,0.006221,0.003982,0.001444,-0.000623,-0.001945,-0.004974,-0.006362,-0.007784,-0.010057,-0.011532,-0.013709,-0.01534,-0.016891,-0.017976,-0.019199,-0.020614,-0.020968,-0.021058,-0.022176,-0.022007,-0.020596,-0.020275,-0.020064,-0.019137,-0.018059,-0.017704,-0.016336,-0.014806,-0.014491,-0.0135,-0.011962,-0.009414,-0.008652,-0.007145,-0.005348,-0.001256,-0.00019,0.001952,0.004699,0.006972,0.009814,0.012302,0.015944,0.020013,0.024155,0.028944,0.034244,0.040027,0.048013,0.056673,0.067525,0.081362,0.097871,0.116731,0.138657,0.166787,0.194716,0.224989,0.253746,0.275994,0.292104,0.304242,0.309127,0.310918,0.310782,0.310422,0.31626,0.32477,0.342045,0.365004,0.395327,0.437932,0.489437,0.55068,0.622915,0.693241,0.768414,0.852114,0.928632,1.002148,1.065444,1.111392,1.147444,1.186216,1.191344,1.217995,1.242712,1.265151,1.273448,1.216081,1.2192,1.22379,1.200368 +-0.055431,-0.04961,-0.046254,4.0,-0.041308,-0.037308,-0.034262,-0.034115,-0.035523,-0.03878,-0.04058,-0.043951,-0.047134,-0.051798,-0.053608,-0.055447,-0.058775,-0.059679,-0.061909,-0.063072,-0.065555,-0.066623,-0.06819,-0.069618,-0.071239,-0.072503,-0.073567,-0.074972,-0.074593,-0.076788,-0.076888,-0.077175,-0.07701,-0.077195,-0.076544,-0.076279,-0.076964,-0.076196,-0.076664,-0.075814,-0.076348,-0.076274,-0.076474,-0.075058,-0.073605,-0.072847,-0.070532,-0.069824,-0.067281,-0.066633,-0.064714,-0.064797,-0.06417,-0.063699,-0.062422,-0.060612,-0.059562,-0.056974,-0.056352,-0.053867,-0.053555,-0.052306,-0.053072,-0.053716,-0.054845,-0.055915,-0.056618,-0.058781,-0.059089,-0.061344,-0.061436,-0.062609,-0.062203,-0.062132,-0.062624,-0.062555,-0.063297,-0.062558,-0.0637,-0.063317,-0.064685,-0.064539,-0.065571,-0.06576,-0.066077,-0.066665,-0.066541,-0.067331,-0.066826,-0.067827,-0.067764,-0.068649,-0.068778,-0.06967,-0.070215,-0.07073,-0.071225,-0.071172,-0.07128,-0.070698,-0.07016,-0.068804,-0.068378,-0.066935,-0.065784,-0.064216,-0.062472,-0.060669,-0.057937,-0.055346,-0.052338,-0.049667,-0.045634,-0.04044,-0.032969,-0.023554,-0.01116,0.0043,0.023778,0.047671,0.072687,0.097957,0.119672,0.138989,0.155351,0.168647,0.173805,0.169856,0.157985,0.145693,0.136568,0.134783,0.140357,0.150225,0.163828,0.176519,0.190497,0.205714,0.222983,0.239318,0.259075,0.283107,0.318471,0.364663,0.415699,0.462877,0.495739,0.509392,0.50032,0.475919,0.442683,0.404585,0.368631,0.339637,0.318343,0.30052,0.283825,0.263247,0.243778,0.22183,0.201206,0.179115,0.158576,0.139926,0.122694,0.105832,0.088651,0.074391,0.059962,0.048718,0.037154,0.029136,0.021216,0.015425,0.010467,0.004459,0.001493,-0.003315,-0.006773,-0.012091,-0.015606,-0.020276,-0.023804,-0.027429,-0.03083,-0.032924,-0.036577,-0.037671,-0.040208,-0.040752,-0.042408,-0.042215,-0.042532,-0.042507,-0.042233,-0.042465,-0.041967,-0.043001,-0.042672,-0.0438,-0.043421,-0.044082,-0.043751,-0.044183,-0.044879,-0.04478,-0.045591,-0.044743,-0.044824,-0.043288,-0.042932,-0.041776,-0.040972,-0.039802,-0.038233,-0.036313,-0.034283,-0.033004,-0.030805,-0.029473,-0.026481,-0.023953,-0.0201,-0.015766,-0.010046,-0.002252,0.009232,0.026288,0.048957,0.07835,0.108924,0.138016,0.161029,0.178281,0.192982,0.207608,0.225538,0.246503,0.267975,0.292003,0.313573,0.330657,0.344693,0.352791,0.361274,0.368474,0.375214,0.378055,0.374121,0.362183,0.346172,0.329807,0.316765,0.311161,0.308239,0.308786,0.307202,0.303025,0.290387,0.272428,0.252061,0.233835,0.219179,0.209433,0.204858,0.203202,0.203981,0.2029,0.200865,0.195015,0.187965,0.179371,0.171525,0.164296,0.15667,0.149036,0.138973,0.12925,0.119652,0.112162,0.105853,0.102613,0.100015,0.098003,0.09768,0.095178,0.093264,0.089215,0.086529,0.082737,0.080762,0.077255,0.074134,0.070877,0.06759,0.065351,0.061562,0.059181,0.054471,0.051715,0.04729,0.042298,0.037629,0.031408,0.027075,0.021441,0.018061,0.013202,0.010044,0.005911,0.003976,0.001402,-0.000786,-0.002081,-0.005084,-0.005958,-0.008116,-0.009647,-0.012102,-0.013329,-0.015536,-0.016369,-0.018208,-0.018768,-0.020556,-0.020881,-0.020842,-0.022368,-0.021683,-0.020879,-0.019905,-0.020191,-0.018727,-0.017954,-0.01755,-0.016173,-0.014708,-0.014542,-0.013524,-0.011636,-0.009678,-0.008198,-0.0071,-0.004726,-0.001416,-4.3e-05,0.002052,0.004393,0.007137,0.009445,0.012786,0.015708,0.02026,0.024367,0.029314,0.034694,0.040525,0.048654,0.057135,0.068484,0.0815,0.098874,0.117559,0.139765,0.16752,0.195455,0.226587,0.255084,0.277731,0.294212,0.30693,0.310896,0.313569,0.31393,0.313589,0.319175,0.328388,0.345389,0.368862,0.399881,0.442539,0.495469,0.55545,0.629579,0.702369,0.777135,0.861284,0.938736,1.010666,1.074161,1.12192,1.161255,1.197016,1.199079,1.230152,1.255975,1.271034,1.287976,1.222506,1.232113,1.233227,1.21517 +-0.054786,-0.049772,-0.045728,4.0,-0.041781,-0.037103,-0.034873,-0.032462,-0.035916,-0.038543,-0.043005,-0.046241,-0.050096,-0.05494,-0.055792,-0.058037,-0.061413,-0.062047,-0.064309,-0.06547,-0.067386,-0.06847,-0.069807,-0.070565,-0.072376,-0.073187,-0.074446,-0.075159,-0.075617,-0.077313,-0.077014,-0.077529,-0.077422,-0.077177,-0.076848,-0.076692,-0.076898,-0.076187,-0.076589,-0.075681,-0.076172,-0.07636,-0.075847,-0.074862,-0.073606,-0.072467,-0.070212,-0.068755,-0.067178,-0.065406,-0.064419,-0.064133,-0.064033,-0.063279,-0.06176,-0.060508,-0.059039,-0.056657,-0.055502,-0.053684,-0.052721,-0.052198,-0.053105,-0.053986,-0.05556,-0.056398,-0.057273,-0.059363,-0.060083,-0.062114,-0.062763,-0.063213,-0.063377,-0.06261,-0.063511,-0.063196,-0.063366,-0.06327,-0.064125,-0.064286,-0.064934,-0.065406,-0.065649,-0.066385,-0.066287,-0.066959,-0.067075,-0.067319,-0.067289,-0.067612,-0.068213,-0.068806,-0.069072,-0.069591,-0.070234,-0.070882,-0.071519,-0.071305,-0.071653,-0.071273,-0.070459,-0.069329,-0.068411,-0.067436,-0.065798,-0.06481,-0.06249,-0.061048,-0.057944,-0.055638,-0.052671,-0.048457,-0.044606,-0.037686,-0.029433,-0.017798,-0.004203,0.01326,0.03606,0.063314,0.091633,0.119096,0.142977,0.161629,0.178301,0.190305,0.193197,0.185909,0.170087,0.152496,0.138466,0.132451,0.134532,0.143178,0.154442,0.167079,0.180235,0.194932,0.212057,0.22927,0.249485,0.273865,0.307922,0.351476,0.401867,0.446891,0.48166,0.497056,0.486045,0.458117,0.417248,0.371527,0.330065,0.296559,0.273999,0.25595,0.239795,0.221095,0.201425,0.182564,0.163534,0.144205,0.12647,0.10998,0.095573,0.081012,0.067463,0.055176,0.042844,0.032786,0.02295,0.015769,0.008516,0.003832,-6e-04,-0.004869,-0.007482,-0.011067,-0.014744,-0.019353,-0.022669,-0.026722,-0.030131,-0.033346,-0.036483,-0.038881,-0.041705,-0.043127,-0.044959,-0.045667,-0.046406,-0.046799,-0.04631,-0.046422,-0.045905,-0.045331,-0.045085,-0.045354,-0.045577,-0.045864,-0.045827,-0.045846,-0.04627,-0.046358,-0.046842,-0.046601,-0.04706,-0.046721,-0.045864,-0.044762,-0.044424,-0.043356,-0.042284,-0.041356,-0.039618,-0.038065,-0.035971,-0.034944,-0.032639,-0.030417,-0.027728,-0.02379,-0.020423,-0.015155,-0.009677,-0.000172,0.010708,0.028866,0.052843,0.082,0.114441,0.14437,0.168557,0.185078,0.198259,0.21209,0.22909,0.250555,0.2705,0.294068,0.314601,0.33142,0.342492,0.349561,0.355257,0.360994,0.366392,0.369338,0.365363,0.35407,0.338079,0.3212,0.308591,0.300462,0.296786,0.294542,0.291418,0.286121,0.271246,0.253863,0.233117,0.216092,0.199917,0.191726,0.18706,0.187433,0.189335,0.190154,0.189673,0.184707,0.178549,0.170151,0.162576,0.154838,0.14759,0.139448,0.129838,0.120279,0.111013,0.103566,0.097428,0.095261,0.092832,0.091335,0.09057,0.089556,0.0876,0.084265,0.081591,0.078639,0.077041,0.073408,0.070899,0.067456,0.063946,0.061358,0.057378,0.054559,0.050296,0.047302,0.043485,0.038035,0.03356,0.026856,0.022321,0.016967,0.012741,0.008321,0.004468,0.000973,-0.001848,-0.004298,-0.006091,-0.007325,-0.010281,-0.011481,-0.013326,-0.015584,-0.016716,-0.017599,-0.019487,-0.021081,-0.022352,-0.023174,-0.024429,-0.025458,-0.024659,-0.025823,-0.025877,-0.024132,-0.023468,-0.02312,-0.023163,-0.021361,-0.021725,-0.01944,-0.018512,-0.018418,-0.016398,-0.015308,-0.012819,-0.01099,-0.009058,-0.007071,-0.003261,-0.002113,1.4e-05,0.002224,0.004536,0.007938,0.012865,0.013914,0.019068,0.0236,0.027736,0.03423,0.04038,0.049796,0.058664,0.070068,0.084749,0.102421,0.121008,0.141865,0.16505,0.193258,0.218415,0.245573,0.264961,0.2829,0.296205,0.308467,0.317099,0.322712,0.3264,0.333544,0.345501,0.362152,0.389443,0.42329,0.478716,0.528464,0.595615,0.68016,0.757398,0.841637,0.925822,0.996233,1.058063,1.122141,1.162175,1.199924,1.208933,1.223582,1.253362,1.270257,1.286046,1.222422,1.236444,1.226974,1.207932,1.208693 +-0.052696,-0.047364,-0.043219,4.0,-0.039882,-0.035381,-0.032813,-0.031885,-0.034334,-0.037243,-0.038527,-0.041641,-0.045106,-0.049352,-0.050923,-0.053518,-0.056056,-0.057514,-0.05953,-0.060564,-0.063328,-0.064621,-0.065713,-0.067176,-0.068554,-0.069649,-0.071006,-0.072013,-0.071934,-0.073738,-0.074175,-0.074282,-0.073822,-0.074479,-0.073385,-0.073568,-0.073806,-0.073372,-0.073167,-0.073067,-0.073146,-0.073211,-0.073308,-0.071919,-0.070679,-0.069482,-0.067755,-0.066393,-0.064577,-0.0633,-0.061914,-0.061507,-0.061292,-0.061172,-0.059714,-0.057874,-0.056439,-0.054407,-0.053114,-0.051536,-0.050567,-0.049784,-0.050248,-0.051245,-0.052317,-0.053445,-0.054304,-0.055838,-0.057119,-0.058302,-0.059337,-0.059865,-0.059829,-0.059588,-0.060159,-0.060022,-0.060607,-0.060187,-0.060694,-0.060795,-0.06148,-0.061987,-0.062311,-0.062963,-0.063115,-0.064067,-0.064072,-0.064686,-0.064723,-0.065091,-0.065494,-0.065867,-0.066402,-0.066827,-0.067707,-0.068052,-0.06837,-0.068452,-0.068539,-0.067962,-0.067056,-0.066247,-0.06492,-0.064194,-0.062524,-0.061248,-0.059305,-0.057362,-0.055077,-0.052002,-0.049306,-0.04543,-0.041588,-0.035273,-0.02738,-0.016303,-0.00348,0.013938,0.035055,0.061294,0.088762,0.115827,0.139268,0.158364,0.175595,0.18746,0.191247,0.184544,0.170184,0.154751,0.142358,0.13899,0.142399,0.151139,0.162929,0.174665,0.1875,0.201323,0.217695,0.234359,0.253403,0.277332,0.312371,0.356404,0.405725,0.44991,0.482463,0.495391,0.485246,0.462222,0.42847,0.391148,0.355675,0.327919,0.30537,0.288843,0.272565,0.25172,0.231383,0.210381,0.188787,0.166624,0.146776,0.129096,0.11186,0.09617,0.080484,0.066968,0.054607,0.042851,0.03262,0.024966,0.017348,0.011793,0.006548,0.0022,-0.000895,-0.004765,-0.008271,-0.012742,-0.016995,-0.021461,-0.024779,-0.028322,-0.0315,-0.033835,-0.036428,-0.038143,-0.04005,-0.040844,-0.041625,-0.04157,-0.041496,-0.04179,-0.041071,-0.040961,-0.040745,-0.041269,-0.041034,-0.041221,-0.041666,-0.041903,-0.042289,-0.042321,-0.043336,-0.043216,-0.043753,-0.043186,-0.042966,-0.041623,-0.04075,-0.039981,-0.038584,-0.037767,-0.035941,-0.034345,-0.032047,-0.030747,-0.028795,-0.026936,-0.02428,-0.021071,-0.017526,-0.012791,-0.007792,0.000667,0.011025,0.02787,0.05059,0.078689,0.109383,0.137593,0.160487,0.17666,0.190224,0.203924,0.220923,0.241298,0.26232,0.286909,0.306849,0.324775,0.337588,0.346392,0.353127,0.359838,0.365837,0.369262,0.36449,0.35282,0.336757,0.32111,0.308728,0.303001,0.301892,0.301636,0.29993,0.29434,0.280986,0.263193,0.243119,0.22569,0.211005,0.202412,0.197476,0.19729,0.197871,0.197162,0.194808,0.189359,0.182251,0.174224,0.167444,0.159567,0.152777,0.144881,0.135291,0.12583,0.116192,0.108379,0.102122,0.098871,0.096316,0.094925,0.094277,0.092814,0.090611,0.087401,0.084857,0.081721,0.079805,0.076651,0.073494,0.069788,0.066408,0.063362,0.059677,0.056937,0.051986,0.048808,0.044835,0.039818,0.035663,0.029342,0.025124,0.020202,0.016338,0.012477,0.008573,0.005251,0.003018,0.00075,-0.001434,-0.002409,-0.005282,-0.006653,-0.008165,-0.010249,-0.011384,-0.011971,-0.014752,-0.016302,-0.017411,-0.018478,-0.020253,-0.020462,-0.020437,-0.021709,-0.0214,-0.02013,-0.019579,-0.01939,-0.018538,-0.017511,-0.017297,-0.014899,-0.014936,-0.014523,-0.013217,-0.011975,-0.009259,-0.007942,-0.006333,-0.005063,-0.001252,0.000337,0.002157,0.004375,0.006916,0.009882,0.014104,0.016208,0.020837,0.025167,0.029689,0.03576,0.041643,0.049601,0.058143,0.069233,0.083521,0.100529,0.120389,0.142055,0.167885,0.196649,0.227348,0.255084,0.279603,0.295935,0.312128,0.320574,0.326716,0.330054,0.331887,0.338744,0.349548,0.365859,0.391001,0.424614,0.479234,0.527985,0.589558,0.6686,0.749853,0.828015,0.909973,0.98171,1.048984,1.112691,1.16337,1.184388,1.218744,1.225558,1.255617,1.278059,1.289276,1.304098,1.228055,1.248893,1.238919,1.219423 +-0.051488,-0.04571,-0.041979,4.0,-0.037985,-0.034024,-0.030727,-0.029478,-0.031468,-0.036109,-0.038571,-0.043427,-0.046328,-0.051238,-0.053215,-0.054823,-0.057399,-0.059207,-0.060727,-0.062415,-0.063952,-0.064397,-0.065967,-0.067386,-0.068673,-0.069398,-0.07083,-0.071763,-0.071431,-0.07372,-0.073307,-0.07354,-0.073601,-0.073696,-0.072907,-0.072871,-0.072811,-0.072732,-0.07259,-0.072029,-0.072168,-0.072397,-0.072406,-0.071245,-0.069813,-0.068414,-0.066849,-0.065453,-0.063767,-0.062134,-0.060787,-0.061016,-0.060281,-0.060106,-0.058598,-0.056625,-0.055195,-0.053082,-0.051901,-0.050165,-0.049465,-0.048884,-0.04947,-0.050602,-0.051414,-0.05305,-0.054039,-0.055792,-0.056798,-0.058247,-0.059218,-0.060083,-0.059946,-0.059587,-0.05998,-0.059944,-0.060674,-0.06009,-0.060593,-0.06054,-0.061491,-0.062135,-0.06212,-0.062716,-0.063089,-0.063966,-0.063791,-0.064363,-0.064193,-0.064703,-0.065196,-0.065535,-0.066141,-0.066523,-0.067479,-0.067718,-0.068145,-0.068134,-0.06814,-0.067855,-0.067027,-0.066275,-0.064842,-0.064144,-0.062536,-0.061395,-0.059691,-0.057243,-0.055112,-0.052303,-0.04913,-0.045242,-0.040766,-0.034389,-0.026074,-0.014062,-0.000344,0.017938,0.040803,0.067979,0.097157,0.124603,0.148558,0.166553,0.182695,0.193789,0.19708,0.188556,0.172049,0.154449,0.13981,0.134351,0.136129,0.145308,0.156571,0.169497,0.182545,0.197107,0.21435,0.232178,0.251776,0.275997,0.310326,0.354467,0.404933,0.450262,0.485738,0.499797,0.488476,0.46059,0.419012,0.37103,0.329098,0.297666,0.274942,0.257297,0.240291,0.222948,0.203101,0.184218,0.165022,0.145476,0.128814,0.111437,0.097797,0.082958,0.06904,0.056997,0.044424,0.034878,0.025372,0.017924,0.011513,0.006595,0.00233,-0.0024,-0.005069,-0.008465,-0.011211,-0.01604,-0.020037,-0.02412,-0.02712,-0.030448,-0.033484,-0.035847,-0.038688,-0.040162,-0.042043,-0.042936,-0.043779,-0.04365,-0.043448,-0.043579,-0.043269,-0.043458,-0.042897,-0.042456,-0.042413,-0.04289,-0.042854,-0.043168,-0.043161,-0.043395,-0.044045,-0.044047,-0.044202,-0.043776,-0.043382,-0.042206,-0.041184,-0.040282,-0.03917,-0.038474,-0.036791,-0.035489,-0.033298,-0.031991,-0.030184,-0.027972,-0.025023,-0.021424,-0.01796,-0.012889,-0.006273,0.001751,0.013793,0.03183,0.055667,0.085593,0.117905,0.147587,0.171626,0.187156,0.20059,0.214739,0.231383,0.252016,0.27349,0.296896,0.317898,0.334033,0.3452,0.352299,0.358148,0.363633,0.36825,0.370786,0.367341,0.3558,0.339343,0.322679,0.30842,0.301706,0.298141,0.295946,0.292953,0.287564,0.273211,0.255201,0.233429,0.216756,0.200951,0.193084,0.189245,0.189466,0.190988,0.192263,0.191569,0.18658,0.18018,0.172153,0.16572,0.157446,0.150032,0.14233,0.132557,0.122744,0.112944,0.105531,0.099725,0.096915,0.094738,0.093428,0.09273,0.091366,0.088743,0.086071,0.083673,0.080305,0.078699,0.075861,0.072792,0.069358,0.065756,0.062834,0.059836,0.057395,0.052797,0.049548,0.045821,0.040642,0.035737,0.029269,0.024312,0.018658,0.014906,0.010343,0.005969,0.002734,0.000176,-0.002257,-0.004331,-0.005547,-0.008452,-0.009444,-0.011477,-0.013739,-0.014844,-0.015979,-0.017347,-0.01927,-0.020415,-0.021397,-0.022656,-0.0232,-0.023037,-0.024121,-0.023871,-0.022469,-0.021718,-0.021463,-0.021423,-0.019851,-0.019502,-0.017,-0.017006,-0.016614,-0.014818,-0.013059,-0.010184,-0.008967,-0.006943,-0.00498,-0.001064,0.00065,0.002417,0.003795,0.007226,0.011204,0.014697,0.016873,0.021422,0.026031,0.030387,0.037236,0.043159,0.051663,0.061562,0.073481,0.088292,0.105852,0.124353,0.147023,0.170596,0.196462,0.221992,0.248699,0.267574,0.285665,0.298424,0.311035,0.320814,0.326256,0.329937,0.336944,0.349117,0.365832,0.391719,0.426979,0.483617,0.534299,0.603402,0.689683,0.771205,0.851683,0.937963,1.005234,1.073325,1.134755,1.176972,1.205664,1.228883,1.255432,1.259085,1.283364,1.290963,1.303616,1.299003,1.247123,1.242375,1.253576 +-0.050822,-0.04534,-0.040816,4.0,-0.036766,-0.031458,-0.029078,-0.027847,-0.029164,-0.034641,-0.037432,-0.042637,-0.046195,-0.051316,-0.053057,-0.054823,-0.057548,-0.059018,-0.060352,-0.062272,-0.063689,-0.064089,-0.065837,-0.067138,-0.068692,-0.069554,-0.07119,-0.072062,-0.07128,-0.073999,-0.073684,-0.073904,-0.073899,-0.074219,-0.073238,-0.073201,-0.073473,-0.073151,-0.072775,-0.072562,-0.072953,-0.072958,-0.072732,-0.071443,-0.070188,-0.06874,-0.066973,-0.065508,-0.063741,-0.06232,-0.060853,-0.060839,-0.060162,-0.059677,-0.058611,-0.056588,-0.054972,-0.052622,-0.051463,-0.04955,-0.049008,-0.048349,-0.048767,-0.050083,-0.051095,-0.052866,-0.053674,-0.055615,-0.056793,-0.058361,-0.059381,-0.059946,-0.059661,-0.059608,-0.060019,-0.059884,-0.060649,-0.060155,-0.060672,-0.060591,-0.061427,-0.062274,-0.062378,-0.063003,-0.063129,-0.06368,-0.06353,-0.064156,-0.064113,-0.064579,-0.065255,-0.065696,-0.066322,-0.066826,-0.067865,-0.068017,-0.068453,-0.068558,-0.068726,-0.068173,-0.067364,-0.066583,-0.065228,-0.064686,-0.063326,-0.062134,-0.060495,-0.05846,-0.056322,-0.053527,-0.051054,-0.047336,-0.04379,-0.03801,-0.030373,-0.019754,-0.00765,0.008334,0.028852,0.053412,0.079355,0.104708,0.127496,0.146292,0.164159,0.177254,0.183393,0.178332,0.165579,0.149674,0.137363,0.133693,0.137172,0.1478,0.160699,0.174719,0.189747,0.20577,0.224011,0.24161,0.262401,0.288516,0.323089,0.369473,0.42142,0.470959,0.507906,0.522244,0.509397,0.480011,0.434271,0.385852,0.33992,0.306257,0.283219,0.265368,0.247944,0.229324,0.211021,0.192359,0.173971,0.154061,0.137208,0.120701,0.106629,0.091491,0.076922,0.063445,0.051081,0.03976,0.030037,0.022822,0.016045,0.010603,0.00596,0.001629,-0.001425,-0.005295,-0.008952,-0.013016,-0.017239,-0.021638,-0.024856,-0.028045,-0.031463,-0.033757,-0.036628,-0.038632,-0.040438,-0.041409,-0.042369,-0.042394,-0.042399,-0.042479,-0.042077,-0.042318,-0.041976,-0.04213,-0.041715,-0.042227,-0.042321,-0.043133,-0.043023,-0.043195,-0.043864,-0.043703,-0.044165,-0.043524,-0.042989,-0.041854,-0.041113,-0.040281,-0.039074,-0.03844,-0.036717,-0.035583,-0.033564,-0.032118,-0.030182,-0.028164,-0.025406,-0.022049,-0.018332,-0.013013,-0.006686,0.002137,0.01491,0.034044,0.059232,0.090157,0.123847,0.154578,0.179155,0.196478,0.211754,0.225991,0.244084,0.265671,0.287936,0.310598,0.332055,0.347719,0.359811,0.367523,0.373261,0.37961,0.384315,0.386489,0.382743,0.371428,0.354176,0.336576,0.321877,0.312738,0.307278,0.305745,0.303041,0.296427,0.282887,0.264326,0.242907,0.223952,0.208887,0.200169,0.195743,0.196465,0.198301,0.199117,0.198863,0.194444,0.187462,0.179133,0.171221,0.164267,0.156311,0.147769,0.137975,0.127793,0.118078,0.11022,0.104521,0.101473,0.099399,0.098229,0.097763,0.096119,0.093368,0.090452,0.087461,0.083711,0.081637,0.078598,0.075287,0.071753,0.068694,0.066445,0.063412,0.060515,0.056623,0.053598,0.049637,0.044358,0.039308,0.031991,0.026851,0.021164,0.016684,0.01189,0.007455,0.003938,0.001278,-0.001479,-0.003539,-0.004838,-0.007763,-0.0092,-0.011474,-0.013097,-0.014867,-0.016147,-0.017276,-0.019594,-0.020491,-0.021035,-0.022789,-0.023249,-0.022866,-0.023586,-0.023724,-0.022184,-0.021584,-0.020902,-0.020765,-0.019455,-0.018757,-0.016268,-0.016293,-0.015682,-0.014072,-0.012283,-0.009921,-0.008345,-0.00608,-0.004515,-0.000667,0.001408,0.003082,0.005499,0.008198,0.011071,0.015159,0.017852,0.022205,0.026334,0.031038,0.037804,0.043044,0.051396,0.060437,0.071419,0.086491,0.102441,0.121275,0.141261,0.162507,0.18917,0.213606,0.239951,0.255858,0.271034,0.282947,0.28984,0.296945,0.302073,0.304767,0.312299,0.321153,0.338723,0.360619,0.393169,0.435052,0.49217,0.556273,0.629783,0.708817,0.787738,0.868493,0.948786,1.008319,1.073245,1.12425,1.160652,1.191156,1.213603,1.228284,1.252362,1.284587,1.299535,1.308261,1.240087,1.237938,1.24906 +-0.053711,-0.04782,-0.043375,4.0,-0.03973,-0.035277,-0.03209,-0.031238,-0.033153,-0.037076,-0.040173,-0.044571,-0.048289,-0.053171,-0.054698,-0.056797,-0.059183,-0.060779,-0.062486,-0.063933,-0.065521,-0.066325,-0.067737,-0.068842,-0.070155,-0.071157,-0.072484,-0.073223,-0.072757,-0.075225,-0.075052,-0.075262,-0.074938,-0.075442,-0.074469,-0.074743,-0.074758,-0.074234,-0.074037,-0.074084,-0.074267,-0.074092,-0.074063,-0.072705,-0.071538,-0.070206,-0.068495,-0.066959,-0.065127,-0.064016,-0.062373,-0.062038,-0.06171,-0.061631,-0.060196,-0.05843,-0.056689,-0.054793,-0.05353,-0.05189,-0.050854,-0.050197,-0.051059,-0.052136,-0.052972,-0.054705,-0.055555,-0.057218,-0.058219,-0.059918,-0.061021,-0.061278,-0.061298,-0.06105,-0.061402,-0.06134,-0.062036,-0.06145,-0.06187,-0.062311,-0.062969,-0.063431,-0.063969,-0.064444,-0.064419,-0.064997,-0.065039,-0.065628,-0.065426,-0.066036,-0.066569,-0.066974,-0.067795,-0.067941,-0.068778,-0.069279,-0.069664,-0.069557,-0.06977,-0.06936,-0.068365,-0.067487,-0.066317,-0.06542,-0.0639,-0.062779,-0.060913,-0.058834,-0.056566,-0.053582,-0.050829,-0.04692,-0.04287,-0.036492,-0.028256,-0.016853,-0.003426,0.014413,0.036453,0.063477,0.091384,0.118199,0.141476,0.160332,0.177121,0.188961,0.192319,0.185021,0.169661,0.152629,0.138665,0.13334,0.135332,0.145111,0.156911,0.16943,0.183423,0.198303,0.215559,0.233321,0.253331,0.277498,0.312105,0.356407,0.406796,0.45307,0.488898,0.503166,0.491977,0.463954,0.421135,0.37327,0.330532,0.297372,0.273856,0.256092,0.239291,0.221016,0.201543,0.183063,0.164201,0.145086,0.128437,0.111611,0.097924,0.083471,0.069698,0.057355,0.044899,0.03505,0.025535,0.017994,0.011552,0.006275,0.002076,-0.002219,-0.005142,-0.00846,-0.011934,-0.016568,-0.020374,-0.024466,-0.027929,-0.031196,-0.03434,-0.036722,-0.039457,-0.04092,-0.042954,-0.04371,-0.044396,-0.044434,-0.044534,-0.044525,-0.044165,-0.044002,-0.043545,-0.043255,-0.043515,-0.04368,-0.044156,-0.04428,-0.044305,-0.04453,-0.045258,-0.044755,-0.045313,-0.044675,-0.044263,-0.043115,-0.042171,-0.04156,-0.040033,-0.039544,-0.037909,-0.036435,-0.034224,-0.032827,-0.03092,-0.028658,-0.025996,-0.022625,-0.018826,-0.013605,-0.007621,0.001022,0.013283,0.031727,0.055808,0.086161,0.118624,0.148681,0.172995,0.188834,0.203622,0.217204,0.23413,0.254905,0.276156,0.299769,0.320216,0.337139,0.348295,0.355697,0.360861,0.366636,0.371241,0.374323,0.370487,0.35824,0.342994,0.325951,0.311659,0.303371,0.299809,0.297064,0.294234,0.289647,0.273463,0.256013,0.234227,0.217871,0.201921,0.193632,0.18934,0.18979,0.191459,0.192461,0.191729,0.187523,0.181232,0.17264,0.16554,0.157266,0.150056,0.142397,0.132375,0.122778,0.113342,0.105778,0.099872,0.097102,0.094833,0.093448,0.092964,0.091799,0.089245,0.086687,0.083844,0.080898,0.078919,0.075946,0.072935,0.069223,0.066169,0.063109,0.059905,0.057163,0.052898,0.050064,0.045763,0.040546,0.035555,0.028911,0.023903,0.018439,0.01412,0.0096,0.005919,0.002396,-0.000545,-0.003514,-0.004958,-0.00644,-0.009758,-0.010482,-0.012494,-0.014964,-0.016131,-0.017395,-0.01914,-0.020277,-0.021881,-0.022642,-0.023731,-0.024501,-0.024134,-0.02462,-0.02518,-0.023251,-0.023019,-0.02225,-0.021911,-0.020532,-0.020738,-0.018322,-0.01725,-0.017217,-0.01527,-0.01362,-0.011412,-0.00977,-0.007501,-0.005636,-0.002012,-0.000222,0.001779,0.004002,0.006949,0.009824,0.014042,0.016614,0.020517,0.02545,0.030068,0.036642,0.042518,0.05096,0.060424,0.072112,0.0872,0.10452,0.124219,0.144209,0.16686,0.195121,0.220266,0.248381,0.265767,0.283351,0.295103,0.307128,0.313389,0.320953,0.324075,0.330698,0.341921,0.358379,0.384148,0.418401,0.466044,0.524295,0.59118,0.670763,0.761511,0.836776,0.922631,0.994231,1.062227,1.126899,1.159263,1.190706,1.212733,1.242758,1.242135,1.267099,1.291053,1.302889,1.311104,1.242112,1.24746,1.241335 +-0.052652,-0.046447,-0.043614,4.0,-0.040247,-0.035748,-0.033943,-0.031325,-0.035319,-0.037886,-0.040906,-0.044449,-0.04788,-0.0522,-0.052808,-0.055194,-0.058302,-0.059721,-0.061675,-0.062203,-0.064349,-0.065567,-0.066698,-0.067212,-0.068625,-0.069369,-0.070932,-0.07219,-0.072061,-0.073601,-0.07333,-0.073894,-0.073569,-0.073417,-0.072925,-0.072879,-0.073028,-0.072475,-0.072439,-0.072232,-0.072507,-0.072572,-0.072066,-0.070973,-0.069819,-0.068466,-0.066982,-0.065562,-0.063638,-0.062595,-0.061004,-0.061165,-0.061027,-0.060424,-0.059551,-0.057771,-0.056354,-0.054154,-0.053472,-0.051653,-0.05087,-0.050009,-0.050831,-0.051927,-0.052992,-0.054065,-0.055052,-0.05685,-0.057987,-0.05968,-0.060288,-0.060947,-0.060768,-0.06032,-0.060828,-0.060825,-0.060674,-0.060571,-0.06142,-0.061487,-0.062031,-0.062683,-0.06278,-0.063482,-0.063579,-0.06445,-0.064442,-0.065232,-0.06492,-0.065396,-0.06587,-0.066097,-0.066748,-0.066947,-0.067814,-0.068099,-0.068407,-0.068636,-0.068515,-0.068279,-0.067498,-0.066312,-0.065018,-0.063807,-0.062352,-0.061039,-0.058912,-0.05702,-0.054379,-0.051171,-0.047559,-0.043044,-0.037629,-0.029435,-0.019519,-0.005311,0.010727,0.032145,0.059076,0.091417,0.124925,0.156911,0.182317,0.200609,0.215202,0.223322,0.221463,0.208305,0.186235,0.16342,0.144266,0.134693,0.133343,0.139705,0.148557,0.159234,0.169931,0.18298,0.198663,0.215248,0.234283,0.257708,0.290365,0.331322,0.377178,0.419535,0.450145,0.463245,0.452347,0.426723,0.389338,0.346388,0.30669,0.275889,0.254307,0.237333,0.221255,0.201938,0.183944,0.165283,0.147,0.128532,0.111234,0.095765,0.0823,0.069462,0.058428,0.046406,0.035599,0.026805,0.016883,0.009658,0.00347,-0.001167,-0.005121,-0.008891,-0.011358,-0.014515,-0.017509,-0.021444,-0.024826,-0.028844,-0.032051,-0.035243,-0.038352,-0.040454,-0.042941,-0.044387,-0.045752,-0.046381,-0.046826,-0.046681,-0.046479,-0.045981,-0.045306,-0.044884,-0.044801,-0.044794,-0.044319,-0.044284,-0.04425,-0.044663,-0.044681,-0.044845,-0.045449,-0.045398,-0.045827,-0.04495,-0.044447,-0.043552,-0.042886,-0.041777,-0.040561,-0.039829,-0.037712,-0.036807,-0.034883,-0.03339,-0.03139,-0.028757,-0.02569,-0.021671,-0.01814,-0.013166,-0.007753,0.000457,0.011092,0.027852,0.049982,0.077781,0.109351,0.136681,0.159171,0.175046,0.185926,0.197315,0.212686,0.231595,0.252718,0.274084,0.295116,0.311991,0.322896,0.329194,0.333041,0.336796,0.343026,0.345607,0.341031,0.329991,0.31461,0.301854,0.289604,0.283318,0.280097,0.27842,0.275599,0.268673,0.255122,0.237535,0.21839,0.199572,0.186471,0.178375,0.174317,0.175723,0.177561,0.178823,0.178031,0.17362,0.168532,0.159663,0.152446,0.145432,0.139311,0.131512,0.121582,0.112805,0.103623,0.09662,0.090517,0.086749,0.084991,0.084229,0.083672,0.082805,0.082286,0.080343,0.077692,0.075522,0.073894,0.070863,0.067647,0.064393,0.060603,0.057943,0.053447,0.050468,0.046415,0.042385,0.038552,0.033408,0.02906,0.023781,0.018378,0.013476,0.009232,0.005109,0.002775,-0.001656,-0.00411,-0.005781,-0.008537,-0.00929,-0.011803,-0.012637,-0.01429,-0.016367,-0.017583,-0.018814,-0.019597,-0.020854,-0.022536,-0.02367,-0.024779,-0.025746,-0.0258,-0.02634,-0.026224,-0.024929,-0.024429,-0.024097,-0.023559,-0.023181,-0.022538,-0.020945,-0.01852,-0.019935,-0.018478,-0.016093,-0.014024,-0.011936,-0.010219,-0.008623,-0.004654,-0.003287,-0.000804,0.001447,0.003202,0.00686,0.0101,0.01429,0.018534,0.023303,0.02869,0.034474,0.04218,0.050133,0.060816,0.071441,0.088853,0.106637,0.128446,0.151687,0.176287,0.20129,0.229238,0.25468,0.277061,0.296622,0.317081,0.335278,0.348531,0.361441,0.3689,0.376783,0.388469,0.406013,0.436742,0.481909,0.532414,0.597198,0.674776,0.770825,0.85512,0.941241,1.018386,1.085868,1.154782,1.197729,1.22298,1.25425,1.276561,1.268445,1.291689,1.289337,1.307472,1.249372,1.245525,1.247599,1.228605,1.225721 +-0.050152,-0.044052,-0.04055,4.0,-0.036536,-0.032156,-0.03009,-0.028906,-0.031714,-0.034768,-0.037636,-0.041951,-0.045251,-0.049773,-0.050762,-0.052852,-0.05606,-0.057057,-0.058922,-0.05959,-0.062114,-0.063253,-0.064057,-0.065304,-0.066316,-0.067351,-0.069183,-0.070087,-0.070029,-0.071709,-0.071529,-0.072102,-0.071717,-0.071626,-0.071212,-0.071249,-0.071321,-0.070716,-0.070652,-0.07039,-0.070703,-0.070747,-0.070458,-0.069289,-0.068089,-0.066892,-0.065213,-0.063906,-0.06202,-0.060837,-0.059533,-0.059013,-0.059048,-0.058465,-0.057401,-0.055484,-0.054026,-0.051934,-0.050948,-0.049189,-0.04842,-0.047419,-0.048648,-0.049522,-0.050866,-0.052057,-0.052882,-0.054683,-0.055856,-0.057411,-0.05829,-0.058703,-0.058729,-0.058586,-0.058839,-0.058745,-0.058974,-0.058791,-0.059672,-0.059824,-0.060206,-0.060731,-0.061255,-0.061753,-0.061813,-0.062609,-0.062591,-0.063141,-0.062854,-0.063551,-0.064079,-0.0643,-0.065081,-0.065272,-0.066063,-0.066223,-0.066862,-0.066913,-0.066928,-0.06655,-0.06582,-0.065034,-0.063648,-0.062755,-0.061099,-0.059769,-0.057721,-0.055962,-0.053729,-0.050625,-0.047591,-0.04334,-0.038465,-0.030881,-0.021926,-0.008949,0.006025,0.025337,0.050253,0.080707,0.1111,0.140337,0.164223,0.182619,0.198087,0.207828,0.208807,0.197858,0.177909,0.15772,0.140716,0.132978,0.134139,0.141269,0.151866,0.163987,0.176768,0.190255,0.207509,0.225034,0.2441,0.267553,0.302047,0.345548,0.39504,0.441177,0.476489,0.486366,0.474474,0.444674,0.403434,0.358357,0.316875,0.286522,0.265321,0.249092,0.232905,0.214582,0.196935,0.177881,0.15936,0.140875,0.123906,0.108538,0.094535,0.080894,0.06772,0.055663,0.043184,0.033222,0.023019,0.015954,0.009322,0.004505,0.000569,-0.003712,-0.005981,-0.009185,-0.012613,-0.016805,-0.020741,-0.024581,-0.027822,-0.031235,-0.034379,-0.036903,-0.039558,-0.0412,-0.043,-0.043735,-0.044486,-0.044656,-0.044399,-0.044399,-0.043731,-0.043591,-0.042704,-0.042943,-0.042477,-0.04273,-0.04267,-0.042876,-0.043225,-0.043753,-0.043903,-0.043928,-0.044323,-0.043806,-0.04345,-0.042266,-0.041358,-0.040667,-0.039317,-0.03875,-0.036738,-0.035409,-0.033622,-0.0324,-0.030364,-0.028162,-0.024819,-0.021018,-0.017653,-0.012473,-0.007044,0.001838,0.012806,0.030302,0.05404,0.083224,0.114978,0.144225,0.166721,0.182107,0.194153,0.207017,0.223543,0.243688,0.265668,0.288289,0.307774,0.325145,0.335635,0.341679,0.347178,0.353219,0.359053,0.362228,0.357432,0.345364,0.329694,0.313654,0.301243,0.292107,0.28867,0.287627,0.286972,0.278737,0.265145,0.247573,0.22716,0.208543,0.194348,0.186376,0.18258,0.183866,0.185764,0.18659,0.18556,0.180947,0.175083,0.167039,0.160145,0.153226,0.146853,0.138701,0.12852,0.118476,0.109426,0.102095,0.096064,0.092231,0.090111,0.089726,0.089762,0.088058,0.086802,0.084385,0.080882,0.078241,0.076571,0.073037,0.070404,0.066505,0.063087,0.060899,0.056999,0.054122,0.050117,0.047563,0.042931,0.037854,0.032666,0.027067,0.021623,0.016535,0.012361,0.00824,0.005923,0.001361,-0.001154,-0.003415,-0.005665,-0.006583,-0.009448,-0.010511,-0.012453,-0.01429,-0.015775,-0.017291,-0.018454,-0.019827,-0.022061,-0.02285,-0.023769,-0.024434,-0.024292,-0.024869,-0.024962,-0.02414,-0.023448,-0.02299,-0.022303,-0.021988,-0.021919,-0.020214,-0.017803,-0.018433,-0.017167,-0.015025,-0.013132,-0.010683,-0.008561,-0.007348,-0.003006,-0.002275,0.000257,0.002457,0.0051,0.008212,0.012156,0.014731,0.019247,0.023717,0.028999,0.034742,0.041496,0.049593,0.059638,0.070679,0.086347,0.104464,0.124098,0.146712,0.166371,0.193663,0.218103,0.244873,0.26293,0.281486,0.297188,0.313217,0.325832,0.336165,0.342718,0.351785,0.36298,0.37983,0.406147,0.44593,0.497195,0.56126,0.636554,0.719115,0.809792,0.894236,0.972339,1.036367,1.107624,1.153388,1.192206,1.206882,1.237985,1.236775,1.250118,1.267737,1.281177,1.258787,1.230622,1.229405,1.232895,1.204329 +-0.045382,-0.040226,-0.036527,4.0,-0.032673,-0.028697,-0.026225,-0.024899,-0.026252,-0.031305,-0.033514,-0.037953,-0.041074,-0.046163,-0.047887,-0.049345,-0.052579,-0.053869,-0.05468,-0.056108,-0.058508,-0.05894,-0.060571,-0.061485,-0.063547,-0.064211,-0.065642,-0.066771,-0.066505,-0.068387,-0.068464,-0.068783,-0.068668,-0.068727,-0.068134,-0.067988,-0.068332,-0.067801,-0.067755,-0.06718,-0.067599,-0.067936,-0.067445,-0.06615,-0.065119,-0.06373,-0.062086,-0.060644,-0.058908,-0.057815,-0.05612,-0.056058,-0.055454,-0.05483,-0.053869,-0.052131,-0.050643,-0.048149,-0.047345,-0.045722,-0.045012,-0.044121,-0.044902,-0.045963,-0.047127,-0.048383,-0.049385,-0.051004,-0.052234,-0.053743,-0.054719,-0.055337,-0.055158,-0.055185,-0.055452,-0.055211,-0.05553,-0.05544,-0.056136,-0.056166,-0.056754,-0.057477,-0.057829,-0.05838,-0.058462,-0.059422,-0.059324,-0.059831,-0.059673,-0.060173,-0.060697,-0.061119,-0.061797,-0.062031,-0.06306,-0.063291,-0.06392,-0.063963,-0.064117,-0.063772,-0.062881,-0.061778,-0.060616,-0.059891,-0.058125,-0.056914,-0.054829,-0.053254,-0.05098,-0.04791,-0.045056,-0.041266,-0.036929,-0.030031,-0.021803,-0.009819,0.004004,0.022245,0.045506,0.072856,0.101796,0.129276,0.153112,0.171299,0.187729,0.19805,0.201064,0.192889,0.17641,0.158655,0.143787,0.137845,0.140297,0.148696,0.160248,0.17301,0.185711,0.20042,0.217693,0.23487,0.255097,0.278777,0.313553,0.356622,0.406277,0.451784,0.48756,0.502717,0.492817,0.465265,0.422616,0.376226,0.33454,0.300931,0.278376,0.260664,0.24416,0.225559,0.206132,0.187166,0.168997,0.149533,0.132732,0.115414,0.101117,0.086777,0.072884,0.060961,0.04915,0.039432,0.029594,0.022319,0.015549,0.010246,0.005962,0.001762,-0.001114,-0.004672,-0.007313,-0.011998,-0.015976,-0.020143,-0.023515,-0.026776,-0.029794,-0.03195,-0.034733,-0.036536,-0.038293,-0.039096,-0.04001,-0.039981,-0.039893,-0.039872,-0.039553,-0.03954,-0.038885,-0.039046,-0.03835,-0.038614,-0.038346,-0.038876,-0.039632,-0.039765,-0.040364,-0.040383,-0.040674,-0.039983,-0.039308,-0.038525,-0.037588,-0.036768,-0.035473,-0.034777,-0.032605,-0.031341,-0.029735,-0.028378,-0.026311,-0.024083,-0.021485,-0.017728,-0.014267,-0.00936,-0.003112,0.005369,0.017131,0.035337,0.059255,0.089363,0.121279,0.15129,0.175529,0.191018,0.204855,0.218544,0.235437,0.256139,0.278102,0.300372,0.321341,0.337541,0.348125,0.356359,0.361373,0.366786,0.372406,0.375185,0.371306,0.359845,0.34433,0.328097,0.315008,0.305914,0.301782,0.299944,0.297174,0.2919,0.276717,0.258987,0.237884,0.220664,0.204875,0.196417,0.192417,0.193021,0.194955,0.196263,0.195456,0.191084,0.184746,0.17609,0.169337,0.161066,0.153597,0.145639,0.135631,0.125992,0.116486,0.109752,0.103811,0.100507,0.098146,0.097428,0.096619,0.094887,0.093374,0.090682,0.087452,0.084172,0.082869,0.079433,0.076375,0.073068,0.069618,0.067171,0.063243,0.06049,0.056942,0.053116,0.048925,0.043469,0.03875,0.032852,0.027181,0.022123,0.017578,0.01352,0.010452,0.005768,0.002956,0.000818,-0.001698,-0.002812,-0.005309,-0.007098,-0.009052,-0.010629,-0.012288,-0.013554,-0.01398,-0.016899,-0.018312,-0.018862,-0.019968,-0.021027,-0.020676,-0.020963,-0.021372,-0.019827,-0.019486,-0.018449,-0.017869,-0.017177,-0.016638,-0.014538,-0.01357,-0.013586,-0.011974,-0.010383,-0.007594,-0.00613,-0.003772,-0.001813,0.001722,0.00333,0.005121,0.007969,0.010594,0.014072,0.017138,0.019968,0.02467,0.028883,0.034729,0.040777,0.04656,0.054811,0.064834,0.075805,0.092021,0.108985,0.12816,0.151953,0.174695,0.199693,0.226567,0.251302,0.270649,0.288621,0.301961,0.315517,0.323742,0.330574,0.335292,0.340568,0.352342,0.368007,0.395343,0.431122,0.486914,0.536718,0.606254,0.692291,0.780624,0.862914,0.943206,1.0103,1.076441,1.145462,1.165457,1.200037,1.2249,1.261425,1.263564,1.274996,1.292608,1.30514,1.279795,1.254112,1.249215,1.221268 +-0.050142,-0.044155,-0.040605,4.0,-0.036775,-0.032357,-0.029566,-0.028514,-0.029725,-0.033475,-0.035601,-0.039133,-0.042325,-0.046617,-0.048656,-0.05071,-0.053954,-0.055358,-0.056949,-0.05821,-0.060699,-0.061197,-0.063219,-0.064713,-0.066362,-0.067464,-0.069011,-0.069959,-0.069196,-0.071624,-0.071905,-0.072012,-0.071681,-0.072178,-0.07136,-0.071244,-0.071749,-0.071235,-0.071101,-0.070972,-0.071198,-0.071506,-0.070984,-0.069853,-0.068893,-0.067381,-0.065734,-0.064451,-0.062638,-0.061326,-0.05992,-0.059516,-0.059257,-0.058756,-0.057578,-0.055629,-0.054235,-0.052009,-0.050981,-0.049084,-0.048393,-0.047403,-0.048324,-0.049261,-0.050349,-0.051582,-0.052306,-0.053849,-0.055066,-0.056242,-0.057247,-0.057755,-0.057684,-0.05762,-0.058049,-0.057858,-0.058184,-0.058037,-0.058738,-0.058997,-0.059611,-0.060428,-0.060844,-0.0614,-0.0615,-0.062245,-0.062086,-0.062631,-0.062398,-0.062902,-0.063551,-0.063966,-0.06454,-0.064869,-0.065947,-0.066095,-0.066859,-0.06696,-0.066996,-0.066497,-0.065678,-0.064802,-0.06345,-0.062826,-0.061218,-0.059911,-0.057806,-0.056285,-0.053624,-0.050903,-0.048239,-0.044755,-0.041319,-0.035404,-0.028122,-0.017428,-0.005489,0.010587,0.030974,0.055447,0.080893,0.106453,0.129017,0.14782,0.164348,0.176474,0.181609,0.17614,0.164076,0.149988,0.139898,0.137315,0.14278,0.152074,0.164812,0.177992,0.191464,0.206959,0.223662,0.240416,0.260484,0.284678,0.31955,0.364452,0.415592,0.461439,0.495445,0.509544,0.501285,0.475647,0.439453,0.400828,0.362616,0.335826,0.312092,0.295518,0.278187,0.258038,0.23868,0.218431,0.196033,0.174942,0.154752,0.13608,0.119257,0.103261,0.087223,0.07276,0.060012,0.049348,0.037774,0.029845,0.022466,0.016611,0.011366,0.00614,0.002716,-0.001252,-0.005346,-0.00905,-0.013527,-0.017999,-0.021852,-0.024993,-0.028265,-0.0307,-0.033507,-0.035347,-0.037452,-0.038362,-0.039732,-0.0395,-0.039498,-0.039746,-0.039071,-0.039471,-0.039317,-0.039328,-0.038934,-0.039239,-0.039696,-0.040295,-0.040587,-0.041287,-0.041871,-0.04156,-0.042091,-0.041473,-0.0412,-0.040033,-0.03951,-0.038853,-0.037484,-0.036616,-0.034457,-0.033197,-0.031162,-0.02976,-0.028007,-0.026167,-0.02326,-0.020267,-0.017157,-0.012079,-0.006697,0.001786,0.012707,0.030326,0.053982,0.082774,0.113964,0.143198,0.166622,0.183152,0.197358,0.211915,0.229385,0.251415,0.272184,0.295125,0.315941,0.333541,0.345851,0.355387,0.361624,0.369331,0.375791,0.378717,0.374527,0.362504,0.346635,0.330397,0.319101,0.310198,0.307682,0.307294,0.306728,0.300848,0.287856,0.270646,0.250824,0.231759,0.217166,0.207928,0.203106,0.202985,0.203663,0.203779,0.201711,0.19577,0.188586,0.180389,0.17279,0.165259,0.157799,0.149527,0.139602,0.129619,0.119993,0.113456,0.107373,0.10344,0.101248,0.099795,0.098531,0.096754,0.09521,0.091687,0.088073,0.084747,0.083093,0.079452,0.076393,0.073062,0.069213,0.067055,0.063256,0.060633,0.056706,0.052903,0.049056,0.043421,0.038972,0.033192,0.028079,0.022822,0.018698,0.014615,0.012043,0.007052,0.00435,0.002757,0.000118,-0.001356,-0.00354,-0.005144,-0.007782,-0.009151,-0.01094,-0.011989,-0.012802,-0.016176,-0.01734,-0.018075,-0.019437,-0.020625,-0.020206,-0.020306,-0.021347,-0.019494,-0.019194,-0.018339,-0.017782,-0.016917,-0.016271,-0.013737,-0.013264,-0.013399,-0.011645,-0.010246,-0.007965,-0.006591,-0.004563,-0.003025,0.000522,0.00152,0.004085,0.00602,0.008917,0.012063,0.016364,0.017978,0.02199,0.02653,0.032012,0.037117,0.043056,0.050769,0.060299,0.069958,0.085244,0.101521,0.121648,0.144452,0.16597,0.197292,0.226449,0.253951,0.276771,0.293179,0.30388,0.312337,0.314186,0.317532,0.320084,0.323404,0.332942,0.349011,0.373297,0.404698,0.450616,0.502825,0.567097,0.640783,0.723491,0.804467,0.878937,0.959016,1.011975,1.083753,1.128144,1.176746,1.196784,1.224243,1.231407,1.255565,1.285385,1.300601,1.288432,1.243036,1.241742,1.239797 +-0.055431,-0.049375,-0.04619,4.0,-0.042031,-0.037362,-0.035388,-0.033041,-0.036786,-0.03945,-0.042702,-0.046633,-0.050236,-0.054882,-0.056005,-0.057955,-0.060745,-0.061941,-0.063506,-0.064531,-0.066757,-0.068002,-0.069049,-0.069755,-0.071439,-0.071987,-0.073734,-0.07456,-0.07473,-0.076319,-0.076265,-0.076793,-0.076796,-0.076405,-0.075859,-0.075983,-0.076012,-0.075225,-0.075659,-0.075079,-0.075327,-0.075437,-0.074778,-0.073887,-0.072851,-0.071207,-0.069542,-0.067855,-0.066013,-0.0647,-0.063569,-0.063271,-0.063155,-0.062256,-0.061418,-0.059604,-0.058235,-0.056122,-0.054997,-0.053247,-0.052386,-0.051796,-0.052717,-0.05383,-0.054926,-0.055968,-0.057135,-0.059002,-0.060036,-0.061687,-0.062327,-0.063009,-0.062927,-0.062682,-0.06294,-0.062628,-0.062831,-0.062999,-0.063938,-0.064153,-0.064641,-0.065061,-0.065388,-0.065728,-0.065958,-0.066688,-0.066394,-0.067134,-0.067121,-0.0675,-0.068212,-0.068502,-0.06897,-0.069315,-0.070234,-0.070422,-0.071019,-0.071282,-0.071135,-0.070744,-0.069857,-0.069026,-0.067547,-0.066432,-0.064675,-0.063501,-0.061462,-0.05947,-0.057248,-0.054499,-0.051206,-0.047068,-0.042125,-0.034625,-0.02564,-0.012826,0.002094,0.021851,0.046718,0.07639,0.107,0.136263,0.160493,0.178865,0.19452,0.20385,0.204913,0.194289,0.175246,0.154976,0.138328,0.131092,0.131926,0.139795,0.149587,0.161622,0.174014,0.187519,0.205035,0.222591,0.241207,0.26502,0.298952,0.342041,0.390477,0.435671,0.468939,0.482376,0.473888,0.441688,0.402043,0.356788,0.3158,0.28551,0.263134,0.246924,0.231611,0.211702,0.193831,0.174536,0.156133,0.137898,0.120604,0.104768,0.090145,0.076759,0.063689,0.051775,0.039827,0.030686,0.020609,0.012931,0.006546,0.001551,-0.002481,-0.006175,-0.008972,-0.012803,-0.016034,-0.020431,-0.023837,-0.027997,-0.031254,-0.034632,-0.037973,-0.040015,-0.042778,-0.044202,-0.045657,-0.046427,-0.046999,-0.0469,-0.046335,-0.04641,-0.045444,-0.045637,-0.045118,-0.045648,-0.045095,-0.045237,-0.045124,-0.045559,-0.046089,-0.045972,-0.046684,-0.046507,-0.046944,-0.046181,-0.045765,-0.044826,-0.043923,-0.043242,-0.041838,-0.040975,-0.039055,-0.038084,-0.036387,-0.034887,-0.032676,-0.03061,-0.027417,-0.023548,-0.019998,-0.014681,-0.009327,-0.00063,0.011219,0.028878,0.051959,0.080894,0.113164,0.141471,0.164782,0.180572,0.192784,0.2052,0.221926,0.241706,0.26385,0.28608,0.306695,0.325572,0.33421,0.340546,0.345762,0.351004,0.357107,0.359793,0.355845,0.343746,0.328157,0.312848,0.300689,0.291812,0.288267,0.288165,0.284965,0.277705,0.2641,0.246406,0.226019,0.207854,0.193231,0.185322,0.181684,0.182077,0.183602,0.184345,0.183976,0.179279,0.17337,0.165119,0.157481,0.150734,0.144098,0.135774,0.125712,0.115829,0.106757,0.099991,0.093341,0.0897,0.087779,0.087273,0.087289,0.086033,0.084715,0.08274,0.079124,0.076246,0.074877,0.07123,0.068066,0.065178,0.06105,0.058726,0.054485,0.051745,0.048,0.044553,0.040203,0.035372,0.030524,0.024912,0.019269,0.014093,0.010286,0.005661,0.003512,-0.001655,-0.004079,-0.006153,-0.008895,-0.009926,-0.011645,-0.013265,-0.015235,-0.0168,-0.019036,-0.020185,-0.020803,-0.022983,-0.023614,-0.025087,-0.026147,-0.027091,-0.027288,-0.027382,-0.027792,-0.026613,-0.025805,-0.025025,-0.023998,-0.024178,-0.023701,-0.02232,-0.02017,-0.019494,-0.019202,-0.017022,-0.014767,-0.013415,-0.010549,-0.009479,-0.005133,-0.004251,-0.001454,0.000607,0.00393,0.006364,0.009325,0.013574,0.017106,0.022485,0.027104,0.033961,0.040029,0.048532,0.058074,0.069265,0.085115,0.102394,0.123382,0.145345,0.166697,0.194067,0.218694,0.246409,0.264353,0.283244,0.297522,0.314377,0.326249,0.335343,0.342584,0.349913,0.361553,0.380418,0.404408,0.443338,0.496553,0.560824,0.63078,0.717567,0.807232,0.894971,0.970595,1.036525,1.102725,1.155699,1.180719,1.204064,1.223531,1.245309,1.244297,1.270138,1.284427,1.295979,1.228903,1.236879,1.236562,1.200461 +-0.062839,-0.056232,-0.053075,4.0,-0.048133,-0.044493,-0.041588,-0.040467,-0.043202,-0.046477,-0.049311,-0.053121,-0.057098,-0.062088,-0.062803,-0.065006,-0.06786,-0.068047,-0.070023,-0.07097,-0.072982,-0.073707,-0.075699,-0.07601,-0.07806,-0.078758,-0.080164,-0.080958,-0.081035,-0.082856,-0.082576,-0.083017,-0.082745,-0.082797,-0.082355,-0.082227,-0.081972,-0.082198,-0.08173,-0.081676,-0.081344,-0.082231,-0.080868,-0.08055,-0.078745,-0.077696,-0.075856,-0.074587,-0.072527,-0.07165,-0.070243,-0.06983,-0.069824,-0.069127,-0.068388,-0.0661,-0.064995,-0.062015,-0.061494,-0.059177,-0.059032,-0.05776,-0.059117,-0.059797,-0.061188,-0.062325,-0.063308,-0.065296,-0.066125,-0.06768,-0.068464,-0.068879,-0.068813,-0.068729,-0.068507,-0.068568,-0.068526,-0.069355,-0.069546,-0.070077,-0.070081,-0.071128,-0.070863,-0.07199,-0.071699,-0.072714,-0.072392,-0.073132,-0.07297,-0.07344,-0.074101,-0.074194,-0.07502,-0.074963,-0.076318,-0.075933,-0.076976,-0.076463,-0.077096,-0.076057,-0.076017,-0.07474,-0.073907,-0.072641,-0.071094,-0.069378,-0.067626,-0.065388,-0.063377,-0.060488,-0.057457,-0.053399,-0.048168,-0.041873,-0.032441,-0.021095,-0.005969,0.012051,0.036437,0.064643,0.09521,0.122827,0.147161,0.165188,0.180722,0.190953,0.193369,0.183816,0.16583,0.147222,0.130976,0.125184,0.126256,0.134356,0.145165,0.1578,0.169818,0.184517,0.200537,0.218541,0.237222,0.261759,0.295001,0.339011,0.387946,0.432971,0.466331,0.480944,0.473228,0.440429,0.399666,0.353868,0.312323,0.280791,0.257889,0.240237,0.224742,0.205436,0.187797,0.168146,0.150645,0.132431,0.116042,0.100694,0.086468,0.073408,0.060479,0.047469,0.035732,0.026642,0.016365,0.009507,0.002285,-0.002137,-0.007089,-0.011188,-0.014481,-0.017671,-0.021421,-0.02522,-0.028849,-0.032905,-0.036456,-0.039657,-0.043159,-0.045209,-0.047646,-0.049244,-0.050446,-0.051428,-0.051647,-0.052386,-0.052039,-0.052719,-0.051504,-0.052078,-0.050804,-0.051252,-0.050742,-0.051215,-0.051203,-0.05138,-0.05164,-0.051787,-0.052365,-0.051759,-0.052581,-0.051624,-0.051515,-0.050344,-0.050034,-0.048555,-0.047495,-0.046087,-0.045219,-0.043271,-0.042075,-0.040646,-0.038437,-0.036074,-0.033454,-0.029963,-0.026185,-0.02094,-0.014835,-0.00643,0.00606,0.022993,0.047171,0.075736,0.108737,0.136399,0.159997,0.176183,0.188855,0.200978,0.218114,0.237442,0.260008,0.282772,0.302152,0.319527,0.32984,0.336914,0.341208,0.347921,0.352917,0.355547,0.350313,0.339747,0.325145,0.309567,0.295417,0.28756,0.284581,0.282065,0.278008,0.271277,0.258902,0.240744,0.221074,0.202068,0.188451,0.180223,0.176324,0.176816,0.179229,0.179276,0.179116,0.174253,0.168871,0.159766,0.153238,0.145662,0.138895,0.130281,0.121114,0.111731,0.102406,0.09476,0.088802,0.08603,0.083502,0.082654,0.082509,0.081679,0.079599,0.077823,0.074736,0.071415,0.069504,0.06701,0.063703,0.06126,0.056563,0.05474,0.05068,0.047492,0.043724,0.040192,0.035996,0.031207,0.026169,0.019796,0.015564,0.009066,0.005818,0.000213,-0.001414,-0.005754,-0.009418,-0.012254,-0.014376,-0.015832,-0.017745,-0.019514,-0.02127,-0.022388,-0.024467,-0.025713,-0.026745,-0.028107,-0.030363,-0.029981,-0.031153,-0.03232,-0.03254,-0.032756,-0.032993,-0.03175,-0.031674,-0.030408,-0.029521,-0.02901,-0.028862,-0.027835,-0.025776,-0.023795,-0.022786,-0.022057,-0.019322,-0.017909,-0.0155,-0.013786,-0.010102,-0.008728,-0.005898,-0.004188,-0.000551,0.001494,0.004366,0.008174,0.012922,0.016999,0.022959,0.028477,0.034938,0.042798,0.053187,0.064433,0.079248,0.099577,0.11779,0.14023,0.164055,0.190703,0.213539,0.239333,0.258895,0.277431,0.293078,0.304473,0.315735,0.325239,0.331144,0.339506,0.350825,0.366021,0.393382,0.431024,0.485655,0.540471,0.609238,0.698709,0.787786,0.867655,0.962575,1.014695,1.082013,1.14694,1.177446,1.204092,1.218801,1.242566,1.278722,1.269426,1.288154,1.295843,1.296007,1.234071,1.244711,1.2393 +-0.060146,-0.054662,-0.051013,4.0,-0.046707,-0.042162,-0.040352,-0.038058,-0.041425,-0.044844,-0.047471,-0.051406,-0.055822,-0.06026,-0.060851,-0.063578,-0.065948,-0.067429,-0.068502,-0.069582,-0.071447,-0.072711,-0.073638,-0.074488,-0.076379,-0.077546,-0.078423,-0.078743,-0.07914,-0.080917,-0.080911,-0.080714,-0.081171,-0.080872,-0.080434,-0.080343,-0.079998,-0.080008,-0.080109,-0.079496,-0.079727,-0.079961,-0.079348,-0.078285,-0.077225,-0.075847,-0.074142,-0.072576,-0.070582,-0.069463,-0.06831,-0.068038,-0.067598,-0.067011,-0.066271,-0.064538,-0.062905,-0.060449,-0.059305,-0.057549,-0.057038,-0.056097,-0.056954,-0.057907,-0.058913,-0.0603,-0.061136,-0.062991,-0.064039,-0.065411,-0.066471,-0.066861,-0.066781,-0.066568,-0.066926,-0.066327,-0.067079,-0.06684,-0.06774,-0.067846,-0.068429,-0.068811,-0.06909,-0.069505,-0.06977,-0.070436,-0.070393,-0.070982,-0.070853,-0.071281,-0.071989,-0.072204,-0.072861,-0.073021,-0.074046,-0.074105,-0.074628,-0.074528,-0.074533,-0.074373,-0.073563,-0.072649,-0.071408,-0.07032,-0.068649,-0.067238,-0.065307,-0.063213,-0.061221,-0.058139,-0.055048,-0.051047,-0.046305,-0.039537,-0.030726,-0.018631,-0.004476,0.014399,0.038189,0.06666,0.096541,0.124513,0.148572,0.167077,0.182518,0.192774,0.195115,0.185829,0.168473,0.149451,0.133993,0.127682,0.12963,0.137735,0.148558,0.161008,0.173773,0.187817,0.20498,0.222677,0.240792,0.265596,0.299257,0.343241,0.392134,0.437774,0.471002,0.485318,0.477337,0.445975,0.404354,0.358725,0.316651,0.285991,0.261456,0.244926,0.229046,0.209604,0.191317,0.172509,0.154572,0.137255,0.119324,0.104093,0.090117,0.076649,0.063078,0.050716,0.038943,0.029408,0.019402,0.012039,0.005115,-4.1e-05,-0.003584,-0.008574,-0.01146,-0.014883,-0.018245,-0.022264,-0.025926,-0.029926,-0.033442,-0.036821,-0.039988,-0.042546,-0.044833,-0.046551,-0.048183,-0.048781,-0.048964,-0.049214,-0.049205,-0.04946,-0.048696,-0.048845,-0.047816,-0.048381,-0.048007,-0.048241,-0.048337,-0.048565,-0.048964,-0.04896,-0.049412,-0.049006,-0.04978,-0.049111,-0.048739,-0.047765,-0.047042,-0.046395,-0.044674,-0.043783,-0.042383,-0.041028,-0.039087,-0.037783,-0.035486,-0.033172,-0.030431,-0.026704,-0.02329,-0.017797,-0.012234,-0.003432,0.008379,0.026429,0.05009,0.079239,0.112058,0.14,0.163753,0.180068,0.192592,0.205739,0.222193,0.242254,0.264194,0.287196,0.306113,0.325783,0.334203,0.341022,0.346172,0.351911,0.357293,0.359564,0.355181,0.343567,0.329165,0.313172,0.299854,0.291148,0.287829,0.287535,0.283279,0.275732,0.263249,0.245124,0.224656,0.206212,0.192821,0.184034,0.17978,0.180463,0.182609,0.183356,0.18285,0.178062,0.172936,0.163935,0.15647,0.149278,0.142932,0.134554,0.12454,0.115427,0.10647,0.09859,0.092441,0.089392,0.08719,0.086179,0.085954,0.084867,0.083107,0.080808,0.078423,0.074859,0.073849,0.070362,0.067625,0.064347,0.060226,0.057436,0.053881,0.050563,0.04718,0.043873,0.039216,0.034683,0.029201,0.023141,0.01823,0.012373,0.008595,0.003916,0.001244,-0.002717,-0.00649,-0.008689,-0.011071,-0.012581,-0.014677,-0.016141,-0.017735,-0.019341,-0.021139,-0.022871,-0.023585,-0.025499,-0.026897,-0.027078,-0.028457,-0.029503,-0.029361,-0.030332,-0.029396,-0.028909,-0.028308,-0.027272,-0.026296,-0.025382,-0.026108,-0.024424,-0.022553,-0.01999,-0.020251,-0.018944,-0.016155,-0.014829,-0.012325,-0.010944,-0.006986,-0.0057,-0.003578,-0.000334,0.002488,0.005646,0.007453,0.013097,0.015527,0.020566,0.025988,0.032223,0.038874,0.046571,0.055918,0.06781,0.082431,0.101759,0.121532,0.143733,0.167756,0.195383,0.219809,0.246189,0.264528,0.283401,0.297102,0.311567,0.319604,0.329169,0.334603,0.342043,0.354456,0.368591,0.396708,0.432879,0.48651,0.542424,0.61188,0.701447,0.790355,0.87388,0.964968,1.018851,1.087944,1.148973,1.182311,1.205991,1.227396,1.253407,1.283604,1.271473,1.287577,1.313725,1.316089,1.324185,1.251984,1.254192 +-0.059905,-0.053893,-0.049825,4.0,-0.045788,-0.039896,-0.037613,-0.035854,-0.039694,-0.043639,-0.046829,-0.051111,-0.055318,-0.059971,-0.060598,-0.062671,-0.065229,-0.066621,-0.068144,-0.069029,-0.070978,-0.072031,-0.072782,-0.074082,-0.075567,-0.076568,-0.078014,-0.07861,-0.078888,-0.080499,-0.080811,-0.080394,-0.081021,-0.080752,-0.08025,-0.080214,-0.079901,-0.079892,-0.079907,-0.07921,-0.079622,-0.079846,-0.079487,-0.077901,-0.076929,-0.075606,-0.07382,-0.072016,-0.070303,-0.069246,-0.068054,-0.067434,-0.067175,-0.066494,-0.065705,-0.063777,-0.062118,-0.059558,-0.058543,-0.056508,-0.055888,-0.055151,-0.056198,-0.05725,-0.058166,-0.059523,-0.060511,-0.062421,-0.063522,-0.065188,-0.065968,-0.066491,-0.066454,-0.066096,-0.066651,-0.065912,-0.066422,-0.066365,-0.067492,-0.067434,-0.067934,-0.068361,-0.068796,-0.069016,-0.069122,-0.070009,-0.069849,-0.070467,-0.070261,-0.070776,-0.071438,-0.071965,-0.072512,-0.072801,-0.073769,-0.073751,-0.074302,-0.07428,-0.074707,-0.074483,-0.073711,-0.072922,-0.071759,-0.070652,-0.068929,-0.067737,-0.065926,-0.06407,-0.062304,-0.059395,-0.056958,-0.053008,-0.048255,-0.041919,-0.033785,-0.022312,-0.008755,0.008647,0.031031,0.058086,0.086368,0.113586,0.13626,0.154529,0.171195,0.182907,0.186718,0.178251,0.161474,0.14375,0.12838,0.122619,0.125492,0.134075,0.146409,0.159804,0.174309,0.189824,0.208906,0.227602,0.24598,0.270514,0.305949,0.353498,0.406982,0.45533,0.490478,0.504081,0.49002,0.456084,0.409904,0.36116,0.317436,0.287647,0.264618,0.249544,0.234184,0.216335,0.198393,0.18012,0.162441,0.144822,0.128858,0.113702,0.100501,0.085601,0.071209,0.058152,0.04374,0.033408,0.022925,0.0156,0.008803,0.003469,-0.000951,-0.004449,-0.007437,-0.011873,-0.015348,-0.019409,-0.023215,-0.027327,-0.030659,-0.034644,-0.038295,-0.041044,-0.043696,-0.045572,-0.047664,-0.048666,-0.048473,-0.049015,-0.049334,-0.049423,-0.049107,-0.048932,-0.048009,-0.048448,-0.048177,-0.048411,-0.048215,-0.048562,-0.048843,-0.049205,-0.049417,-0.049146,-0.050021,-0.049362,-0.048955,-0.048073,-0.047212,-0.046652,-0.045168,-0.044461,-0.04281,-0.042047,-0.040229,-0.039069,-0.036768,-0.034563,-0.031734,-0.027969,-0.024445,-0.019239,-0.013075,-0.004015,0.008232,0.026992,0.052542,0.082741,0.115864,0.146151,0.169763,0.185946,0.198012,0.212305,0.230042,0.251709,0.273708,0.297789,0.316204,0.33278,0.343513,0.350719,0.356622,0.363743,0.370568,0.373106,0.367871,0.355159,0.339094,0.321543,0.306629,0.296321,0.291568,0.291161,0.289537,0.28165,0.269151,0.25042,0.2295,0.210565,0.195876,0.187601,0.183925,0.184589,0.186528,0.18714,0.187005,0.182309,0.176183,0.168474,0.160931,0.154191,0.147409,0.138861,0.128603,0.118665,0.108415,0.100722,0.094458,0.091292,0.089466,0.088085,0.088041,0.08721,0.085796,0.083057,0.080164,0.075951,0.074409,0.071112,0.06767,0.064274,0.060171,0.057819,0.054914,0.052152,0.049003,0.046222,0.042047,0.036965,0.031176,0.024994,0.019672,0.013313,0.009304,0.004327,0.00178,-0.002363,-0.006275,-0.008453,-0.010955,-0.01235,-0.014578,-0.016177,-0.018079,-0.019921,-0.02171,-0.02353,-0.024505,-0.026364,-0.028054,-0.028098,-0.029163,-0.030416,-0.030102,-0.031298,-0.02989,-0.029853,-0.029283,-0.028708,-0.027517,-0.026734,-0.027514,-0.025978,-0.024201,-0.021517,-0.021,-0.020494,-0.017678,-0.016226,-0.013856,-0.011787,-0.00824,-0.006324,-0.004168,-0.00164,0.001211,0.003865,0.006122,0.011122,0.014034,0.018001,0.023811,0.029094,0.035567,0.04331,0.052861,0.063809,0.07827,0.096134,0.11311,0.13232,0.155301,0.177334,0.196926,0.217855,0.235453,0.252786,0.266427,0.280568,0.290131,0.301869,0.308526,0.317647,0.329585,0.345734,0.368717,0.402898,0.451741,0.508819,0.580663,0.659323,0.750877,0.832413,0.921316,0.992453,1.038298,1.10148,1.148442,1.175323,1.197319,1.213938,1.24929,1.244735,1.267019,1.273849,1.284502,1.297106,1.226739,1.219197 +-0.060446,-0.054912,-0.051417,4.0,-0.046888,-0.042582,-0.040267,-0.038564,-0.041482,-0.045056,-0.047595,-0.051649,-0.055624,-0.060345,-0.061197,-0.0634,-0.065903,-0.066904,-0.068419,-0.069617,-0.071492,-0.07248,-0.073776,-0.074731,-0.076412,-0.077514,-0.078458,-0.078902,-0.079334,-0.081102,-0.080987,-0.080975,-0.081364,-0.080949,-0.080847,-0.080629,-0.080316,-0.08015,-0.080252,-0.079671,-0.079935,-0.080191,-0.079634,-0.078521,-0.077514,-0.076134,-0.074091,-0.072674,-0.070996,-0.069862,-0.068357,-0.068363,-0.068029,-0.067365,-0.066564,-0.064919,-0.06323,-0.060754,-0.059588,-0.05779,-0.057202,-0.056481,-0.057431,-0.058318,-0.059027,-0.060667,-0.06153,-0.063256,-0.064364,-0.065871,-0.066909,-0.067212,-0.067224,-0.066931,-0.067262,-0.066705,-0.067395,-0.06729,-0.06796,-0.068187,-0.068673,-0.069404,-0.069482,-0.069724,-0.070036,-0.070906,-0.070725,-0.0714,-0.071369,-0.071709,-0.072426,-0.072572,-0.073298,-0.073397,-0.074479,-0.074672,-0.07507,-0.074883,-0.075076,-0.074776,-0.074023,-0.073233,-0.071942,-0.070791,-0.069177,-0.067749,-0.065785,-0.063574,-0.06171,-0.058635,-0.055606,-0.051479,-0.046702,-0.039581,-0.030719,-0.018425,-0.003988,0.01507,0.03925,0.06825,0.098029,0.126343,0.151013,0.169227,0.184524,0.194478,0.196244,0.186418,0.168479,0.149081,0.133315,0.126561,0.1282,0.135533,0.14651,0.158558,0.17127,0.185384,0.202022,0.219393,0.238389,0.263013,0.296272,0.34068,0.389398,0.435404,0.468066,0.482573,0.474633,0.44203,0.401138,0.35613,0.314554,0.28442,0.260973,0.244849,0.229247,0.209912,0.191341,0.172163,0.153999,0.135986,0.118078,0.102627,0.087733,0.074318,0.061618,0.048392,0.036699,0.027498,0.017885,0.010379,0.003489,-0.001305,-0.005276,-0.009917,-0.012683,-0.016178,-0.019462,-0.023548,-0.026984,-0.031159,-0.034947,-0.038095,-0.041257,-0.043705,-0.045977,-0.047752,-0.049389,-0.049612,-0.050372,-0.050484,-0.050639,-0.050473,-0.049881,-0.049899,-0.049088,-0.049373,-0.048958,-0.0493,-0.049263,-0.049591,-0.049653,-0.049828,-0.05062,-0.050126,-0.050657,-0.050264,-0.049848,-0.048987,-0.048195,-0.047274,-0.045816,-0.044718,-0.043297,-0.042134,-0.040187,-0.038869,-0.036671,-0.03443,-0.031654,-0.027899,-0.024522,-0.019176,-0.013302,-0.004604,0.007087,0.02443,0.048085,0.07727,0.109632,0.137906,0.160973,0.177937,0.189875,0.202415,0.219301,0.239399,0.260978,0.284422,0.303478,0.321339,0.331106,0.338474,0.343308,0.349732,0.354815,0.356824,0.352468,0.341262,0.326934,0.310972,0.297704,0.28898,0.287016,0.284841,0.281212,0.274168,0.261662,0.243294,0.222572,0.204285,0.190816,0.182315,0.178136,0.179169,0.181027,0.18177,0.180822,0.176232,0.17012,0.161837,0.15484,0.147671,0.140677,0.132649,0.122833,0.113541,0.104561,0.09644,0.090621,0.087422,0.085101,0.084118,0.083929,0.082723,0.081257,0.078744,0.076255,0.072305,0.071142,0.068366,0.065105,0.062881,0.058587,0.055957,0.051823,0.048726,0.04486,0.041717,0.037232,0.032749,0.027117,0.021309,0.016493,0.010797,0.007054,0.002287,-0.000134,-0.003882,-0.007637,-0.01013,-0.012388,-0.013865,-0.016212,-0.017604,-0.019114,-0.020597,-0.022283,-0.024029,-0.025169,-0.026474,-0.028553,-0.028611,-0.029591,-0.031209,-0.030394,-0.031635,-0.031067,-0.030722,-0.029643,-0.029093,-0.027819,-0.027117,-0.027558,-0.025872,-0.024473,-0.021875,-0.021531,-0.020719,-0.018092,-0.01654,-0.014396,-0.012167,-0.008968,-0.007218,-0.004856,-0.002325,0.000689,0.003769,0.005739,0.010302,0.014124,0.018325,0.024232,0.030294,0.036701,0.044197,0.054354,0.066368,0.081321,0.100451,0.119638,0.142144,0.166329,0.192827,0.215754,0.241049,0.261088,0.279778,0.294366,0.307471,0.31823,0.328236,0.334369,0.342519,0.355233,0.370229,0.397114,0.435122,0.492749,0.546109,0.61542,0.707446,0.797124,0.883239,0.976163,1.032515,1.089915,1.153383,1.187222,1.209769,1.223806,1.258589,1.293267,1.280068,1.289178,1.307505,1.312363,1.290606,1.246904,1.244676 +-0.060961,-0.056118,-0.052393,4.0,-0.048156,-0.043868,-0.041965,-0.04013,-0.04301,-0.046227,-0.048838,-0.052946,-0.056559,-0.061096,-0.061928,-0.064101,-0.066349,-0.067928,-0.069517,-0.070404,-0.072173,-0.073489,-0.074515,-0.075492,-0.077012,-0.078189,-0.079227,-0.079608,-0.079966,-0.081693,-0.0818,-0.081454,-0.081964,-0.081678,-0.081183,-0.081119,-0.080995,-0.080848,-0.080876,-0.080456,-0.080735,-0.080698,-0.080631,-0.079309,-0.078365,-0.076867,-0.07494,-0.073487,-0.071933,-0.070785,-0.069339,-0.069252,-0.069081,-0.068539,-0.067506,-0.065774,-0.06441,-0.062013,-0.060614,-0.059108,-0.058502,-0.057705,-0.05875,-0.059601,-0.060272,-0.061879,-0.062839,-0.064598,-0.065553,-0.067087,-0.068002,-0.06831,-0.068342,-0.067988,-0.068334,-0.067993,-0.068387,-0.068621,-0.06931,-0.069251,-0.069903,-0.070413,-0.07067,-0.071148,-0.071143,-0.072208,-0.072029,-0.072667,-0.072548,-0.072935,-0.073646,-0.073983,-0.07451,-0.074735,-0.075788,-0.075854,-0.076358,-0.076256,-0.07635,-0.076117,-0.075304,-0.074465,-0.073072,-0.07192,-0.07039,-0.068819,-0.066972,-0.064902,-0.062807,-0.059585,-0.056611,-0.052476,-0.047292,-0.039895,-0.030595,-0.017976,-0.002993,0.01677,0.041397,0.07134,0.102294,0.13194,0.156468,0.174923,0.190218,0.199075,0.200019,0.188964,0.169866,0.149373,0.132256,0.124888,0.125562,0.132107,0.142736,0.154038,0.165993,0.179567,0.19629,0.21385,0.232991,0.257241,0.289582,0.332403,0.379597,0.424602,0.455749,0.469929,0.461147,0.43239,0.392518,0.347198,0.307381,0.277233,0.254164,0.238034,0.221879,0.203251,0.184284,0.165858,0.147845,0.129584,0.112992,0.096798,0.08308,0.069707,0.057039,0.044906,0.033716,0.024349,0.014871,0.007612,0.000613,-0.003814,-0.008565,-0.013151,-0.015985,-0.019332,-0.02232,-0.026357,-0.03027,-0.033996,-0.037569,-0.041087,-0.04436,-0.046082,-0.048718,-0.050306,-0.051268,-0.052297,-0.052896,-0.052972,-0.05291,-0.053057,-0.052542,-0.052719,-0.051607,-0.051743,-0.051426,-0.051493,-0.051607,-0.051989,-0.052124,-0.052159,-0.053002,-0.052737,-0.05304,-0.052421,-0.052184,-0.051332,-0.050416,-0.049718,-0.047979,-0.047005,-0.045554,-0.044502,-0.042504,-0.041216,-0.039177,-0.036789,-0.034003,-0.030286,-0.026706,-0.021314,-0.015722,-0.00724,0.004459,0.021267,0.044608,0.073156,0.104525,0.133112,0.156234,0.172,0.184211,0.196043,0.21241,0.232034,0.25378,0.276255,0.29517,0.312579,0.323202,0.330709,0.334848,0.339897,0.344994,0.347312,0.343614,0.332062,0.317835,0.303099,0.289606,0.283237,0.277902,0.276863,0.274374,0.267325,0.254868,0.236587,0.217861,0.198453,0.184917,0.176385,0.17263,0.173392,0.175211,0.17611,0.175334,0.171653,0.164625,0.156393,0.149285,0.142153,0.135528,0.127405,0.118376,0.108915,0.099353,0.092128,0.086203,0.083333,0.080803,0.079997,0.07953,0.078346,0.077156,0.075003,0.072874,0.069006,0.06791,0.06476,0.061707,0.059135,0.055048,0.05248,0.04885,0.045733,0.041393,0.037932,0.033204,0.028705,0.023336,0.017593,0.012494,0.007079,0.003365,-0.001829,-0.003898,-0.007799,-0.011351,-0.013625,-0.016354,-0.017304,-0.019677,-0.021104,-0.023398,-0.023994,-0.026154,-0.027349,-0.028195,-0.03017,-0.031791,-0.032439,-0.032304,-0.034595,-0.034164,-0.034857,-0.034519,-0.033723,-0.033179,-0.032698,-0.031403,-0.031145,-0.03101,-0.029844,-0.027971,-0.025903,-0.024965,-0.024039,-0.021888,-0.020173,-0.018085,-0.016194,-0.012649,-0.0115,-0.008833,-0.006823,-0.003078,-0.000625,0.002284,0.00559,0.011314,0.014639,0.02055,0.02634,0.033227,0.040899,0.051054,0.062401,0.076936,0.096545,0.115791,0.137575,0.161689,0.18683,0.209567,0.235011,0.255468,0.273972,0.290735,0.30518,0.318659,0.329198,0.337164,0.346354,0.358271,0.373842,0.402081,0.439474,0.497328,0.555426,0.626775,0.714812,0.805251,0.893167,0.981002,1.037858,1.092174,1.154026,1.181761,1.209231,1.224987,1.243103,1.27407,1.269862,1.281093,1.287953,1.297078,1.301496,1.237601,1.227748 +-0.052634,-0.046971,-0.043205,4.0,-0.039538,-0.034724,-0.032414,-0.02982,-0.03367,-0.036481,-0.040107,-0.04433,-0.047534,-0.052034,-0.052498,-0.055649,-0.058979,-0.059943,-0.061868,-0.062977,-0.064831,-0.066027,-0.067218,-0.068254,-0.069899,-0.070693,-0.071956,-0.072549,-0.073324,-0.075204,-0.075195,-0.07523,-0.075484,-0.075131,-0.07473,-0.074773,-0.07458,-0.074087,-0.074339,-0.073742,-0.073959,-0.074229,-0.073608,-0.072673,-0.071525,-0.070252,-0.068605,-0.067068,-0.065286,-0.063975,-0.062573,-0.062415,-0.062244,-0.061407,-0.060554,-0.058917,-0.057406,-0.055213,-0.054085,-0.052198,-0.050981,-0.050503,-0.051307,-0.052494,-0.053417,-0.054829,-0.055709,-0.057596,-0.058616,-0.060401,-0.061062,-0.061664,-0.061597,-0.061337,-0.061925,-0.061188,-0.061918,-0.061985,-0.062619,-0.063028,-0.063617,-0.064157,-0.064466,-0.064989,-0.06498,-0.065701,-0.065707,-0.066367,-0.066418,-0.066871,-0.067312,-0.067662,-0.068369,-0.068649,-0.069738,-0.06977,-0.070229,-0.070387,-0.07078,-0.07054,-0.069595,-0.068806,-0.067498,-0.066602,-0.06473,-0.063689,-0.061905,-0.059762,-0.057806,-0.055002,-0.052032,-0.048195,-0.043857,-0.037057,-0.028637,-0.016781,-0.003158,0.015521,0.038408,0.066417,0.095265,0.122729,0.146476,0.164045,0.179809,0.190469,0.193072,0.184471,0.167656,0.149772,0.135316,0.129868,0.131928,0.140812,0.152499,0.164773,0.177939,0.192987,0.210595,0.228145,0.247452,0.271964,0.306109,0.350376,0.400563,0.446189,0.483238,0.496697,0.486847,0.459895,0.417275,0.371481,0.331429,0.299463,0.278126,0.261819,0.24549,0.226212,0.207466,0.18803,0.168184,0.148087,0.129853,0.111622,0.096688,0.081217,0.06725,0.055642,0.042847,0.033316,0.023535,0.015778,0.008856,0.00362,-0.000807,-0.005237,-0.007796,-0.01162,-0.015461,-0.019796,-0.023528,-0.027517,-0.031078,-0.034435,-0.037833,-0.040105,-0.042812,-0.044381,-0.045965,-0.046691,-0.047517,-0.04768,-0.047476,-0.047251,-0.046581,-0.046776,-0.046227,-0.046771,-0.046123,-0.046468,-0.046796,-0.047109,-0.04743,-0.047536,-0.048191,-0.047896,-0.048209,-0.047672,-0.047301,-0.046411,-0.045556,-0.044776,-0.043582,-0.042392,-0.040768,-0.039868,-0.037987,-0.036685,-0.034527,-0.03237,-0.029604,-0.02606,-0.02263,-0.01724,-0.011866,-0.002487,0.009351,0.02694,0.050746,0.079787,0.112696,0.14092,0.164511,0.180353,0.193384,0.206908,0.224249,0.245187,0.267912,0.2919,0.311131,0.328788,0.339397,0.346255,0.352443,0.358437,0.36441,0.366948,0.362435,0.351337,0.337002,0.320131,0.306578,0.297461,0.294158,0.292614,0.290701,0.283665,0.270994,0.253206,0.231692,0.213248,0.199224,0.190923,0.186541,0.187223,0.188789,0.189621,0.188292,0.183955,0.177358,0.169611,0.161311,0.153474,0.146575,0.138042,0.128217,0.117995,0.10864,0.102342,0.095829,0.092202,0.089689,0.088822,0.088101,0.086759,0.084471,0.082181,0.079815,0.075152,0.074289,0.071041,0.067241,0.064428,0.060478,0.058355,0.054882,0.051917,0.048204,0.043983,0.040208,0.035262,0.029893,0.0245,0.018955,0.013695,0.00974,0.005011,0.003125,-0.002134,-0.004726,-0.006837,-0.009549,-0.010777,-0.012632,-0.014499,-0.01631,-0.017748,-0.020028,-0.021708,-0.022144,-0.024162,-0.025236,-0.026887,-0.027445,-0.028694,-0.028921,-0.029488,-0.029528,-0.028486,-0.027196,-0.027163,-0.02597,-0.025662,-0.025353,-0.024078,-0.021462,-0.021546,-0.020674,-0.018536,-0.016923,-0.014902,-0.01259,-0.011401,-0.007604,-0.006111,-0.00343,-0.001722,0.001494,0.003864,0.00675,0.010904,0.01486,0.019519,0.024555,0.031116,0.037239,0.044812,0.054869,0.065569,0.081301,0.098332,0.118307,0.141188,0.161651,0.188684,0.213376,0.240768,0.260048,0.276618,0.290087,0.303656,0.31238,0.31948,0.324492,0.329786,0.341194,0.356821,0.383543,0.41949,0.474027,0.530003,0.599299,0.683315,0.769168,0.852478,0.931285,1.009207,1.075155,1.120391,1.163076,1.198812,1.205736,1.222295,1.238942,1.245682,1.191846,1.198974,1.180956,1.176291,1.152654,1.17077 +-0.0527,-0.047331,-0.043577,4.0,-0.040344,-0.035613,-0.033652,-0.031383,-0.034717,-0.0375,-0.040242,-0.043958,-0.047056,-0.051499,-0.052209,-0.054662,-0.058423,-0.059167,-0.061363,-0.062341,-0.06464,-0.065564,-0.06689,-0.067413,-0.069512,-0.069796,-0.071377,-0.072178,-0.072654,-0.074303,-0.074184,-0.074437,-0.074593,-0.074261,-0.073793,-0.074,-0.073934,-0.073398,-0.073687,-0.073149,-0.073275,-0.073434,-0.072921,-0.071861,-0.070808,-0.069523,-0.068053,-0.066463,-0.064664,-0.06363,-0.062201,-0.062118,-0.061824,-0.061064,-0.059932,-0.05815,-0.056896,-0.054512,-0.053481,-0.051536,-0.050895,-0.049818,-0.050742,-0.051833,-0.052836,-0.053862,-0.054749,-0.056729,-0.057638,-0.059342,-0.060325,-0.060901,-0.060848,-0.060435,-0.06108,-0.060488,-0.060986,-0.061209,-0.062042,-0.062201,-0.062945,-0.063469,-0.063789,-0.064438,-0.064327,-0.065173,-0.065199,-0.065867,-0.065788,-0.066279,-0.066903,-0.067103,-0.06767,-0.067886,-0.068732,-0.068896,-0.069379,-0.069421,-0.069718,-0.069363,-0.068544,-0.067896,-0.066408,-0.065325,-0.063804,-0.062624,-0.060375,-0.058106,-0.055851,-0.053158,-0.049747,-0.045667,-0.041269,-0.033737,-0.024829,-0.012075,0.002752,0.022892,0.047772,0.077395,0.107799,0.137104,0.161433,0.179202,0.194122,0.203336,0.204126,0.193266,0.174419,0.155074,0.139287,0.133082,0.134255,0.142184,0.15262,0.163984,0.176138,0.189299,0.206287,0.222672,0.241554,0.265027,0.298602,0.34139,0.389824,0.43415,0.468387,0.478753,0.469354,0.443365,0.406351,0.364751,0.328103,0.298835,0.277848,0.260978,0.245094,0.225117,0.206209,0.186015,0.166177,0.145581,0.127379,0.108907,0.094022,0.078854,0.065183,0.053456,0.041234,0.031913,0.021862,0.014188,0.007236,0.002268,-0.001883,-0.00639,-0.008917,-0.012461,-0.016173,-0.020581,-0.024174,-0.028145,-0.031553,-0.0348,-0.037836,-0.040029,-0.04275,-0.044121,-0.045859,-0.046372,-0.046891,-0.0469,-0.047129,-0.046721,-0.045958,-0.045759,-0.045457,-0.046061,-0.045375,-0.045639,-0.045722,-0.046094,-0.046397,-0.04647,-0.047116,-0.047012,-0.047522,-0.046785,-0.046486,-0.045543,-0.044507,-0.043823,-0.042482,-0.041326,-0.039668,-0.03846,-0.03637,-0.035163,-0.032949,-0.030587,-0.027659,-0.02426,-0.020725,-0.015704,-0.010324,-0.002026,0.009046,0.025744,0.048025,0.076146,0.107123,0.135021,0.157754,0.172699,0.185115,0.197901,0.214342,0.234228,0.256637,0.279828,0.300253,0.318048,0.32892,0.335691,0.341192,0.347514,0.352766,0.355394,0.350955,0.340157,0.325724,0.310461,0.298256,0.290057,0.288378,0.28797,0.285723,0.278539,0.26616,0.247608,0.227486,0.20904,0.195848,0.187702,0.18364,0.183832,0.184894,0.185113,0.183884,0.179028,0.173142,0.164102,0.156642,0.149979,0.143324,0.134725,0.125291,0.115767,0.106262,0.099376,0.093129,0.089909,0.087183,0.086144,0.085493,0.084074,0.082318,0.07992,0.077546,0.073679,0.073168,0.070046,0.066676,0.063422,0.059381,0.057126,0.053399,0.049865,0.046257,0.041926,0.038244,0.033397,0.028488,0.023398,0.018169,0.013221,0.009835,0.005198,0.002827,-0.002033,-0.004356,-0.006572,-0.008918,-0.010053,-0.011921,-0.013612,-0.015557,-0.016859,-0.019063,-0.020212,-0.021059,-0.022831,-0.024368,-0.025614,-0.026227,-0.02766,-0.027783,-0.028209,-0.028543,-0.027732,-0.026714,-0.026071,-0.024891,-0.024886,-0.024442,-0.023261,-0.020555,-0.020576,-0.019899,-0.018229,-0.016277,-0.014647,-0.012122,-0.011373,-0.007362,-0.005925,-0.003222,-0.001341,0.001495,0.004052,0.0073,0.010747,0.015376,0.01981,0.025095,0.031656,0.037863,0.046105,0.055721,0.066891,0.082924,0.101017,0.12146,0.14632,0.172744,0.196524,0.226274,0.252537,0.276491,0.294438,0.310721,0.325186,0.334502,0.343257,0.347739,0.352436,0.363373,0.381996,0.407667,0.447993,0.494659,0.562833,0.635571,0.731407,0.813036,0.89328,0.970809,1.05198,1.112604,1.149091,1.209527,1.238003,1.23192,1.238705,1.261821,1.289389,1.218379,1.212102,1.235187,1.215633,1.222602,1.18357 +-0.053394,-0.04799,-0.044082,4.0,-0.04069,-0.036469,-0.033663,-0.031475,-0.03474,-0.037418,-0.040692,-0.044748,-0.048034,-0.052443,-0.053603,-0.055775,-0.059413,-0.060384,-0.062054,-0.063307,-0.065562,-0.066717,-0.067796,-0.068512,-0.070317,-0.070813,-0.071966,-0.073118,-0.073577,-0.074969,-0.074897,-0.075274,-0.075213,-0.074837,-0.074202,-0.074437,-0.074551,-0.07382,-0.073677,-0.073463,-0.073523,-0.073743,-0.073317,-0.072295,-0.071204,-0.069838,-0.068259,-0.0671,-0.064975,-0.063831,-0.062549,-0.06256,-0.062336,-0.061505,-0.060642,-0.058961,-0.057514,-0.055307,-0.05442,-0.052524,-0.0515,-0.050684,-0.051828,-0.052801,-0.053668,-0.054857,-0.05581,-0.057711,-0.058662,-0.06035,-0.061168,-0.061613,-0.061539,-0.061344,-0.061942,-0.061147,-0.061673,-0.061817,-0.0627,-0.062931,-0.063559,-0.064156,-0.064384,-0.064958,-0.064957,-0.065829,-0.065601,-0.066152,-0.066372,-0.06684,-0.06723,-0.067475,-0.068264,-0.068531,-0.069183,-0.069491,-0.070169,-0.070064,-0.070277,-0.070095,-0.069413,-0.068279,-0.066771,-0.065961,-0.064409,-0.063009,-0.060927,-0.058821,-0.056598,-0.053633,-0.050429,-0.046473,-0.0419,-0.034501,-0.025829,-0.013213,0.0015,0.021368,0.046034,0.075287,0.105751,0.134901,0.15893,0.176811,0.191854,0.201168,0.201934,0.191539,0.173432,0.154028,0.13784,0.130924,0.131815,0.139786,0.150264,0.161891,0.174758,0.187889,0.204882,0.222167,0.241906,0.265338,0.297987,0.340032,0.387383,0.43248,0.46904,0.481976,0.473289,0.44714,0.407449,0.362635,0.322079,0.291103,0.269223,0.252761,0.236709,0.217554,0.198006,0.178446,0.159109,0.138499,0.119657,0.102177,0.086411,0.07225,0.059301,0.048245,0.03677,0.028738,0.01917,0.011948,0.00514,1.8e-05,-0.004025,-0.008392,-0.010976,-0.014518,-0.017807,-0.022235,-0.025778,-0.029735,-0.033098,-0.03612,-0.039535,-0.041469,-0.043981,-0.045469,-0.047077,-0.047605,-0.048477,-0.048335,-0.048161,-0.047469,-0.047106,-0.047288,-0.046652,-0.047196,-0.046624,-0.047005,-0.046847,-0.047212,-0.047587,-0.047522,-0.048158,-0.047871,-0.048648,-0.047664,-0.047313,-0.046546,-0.045674,-0.044913,-0.043591,-0.042465,-0.040775,-0.039639,-0.037544,-0.036591,-0.034386,-0.031823,-0.028999,-0.025619,-0.021851,-0.01638,-0.011137,-0.002186,0.009321,0.026685,0.04935,0.077887,0.109872,0.137924,0.160594,0.176461,0.188778,0.202011,0.218243,0.238253,0.260603,0.284065,0.303678,0.32245,0.332082,0.338183,0.343309,0.348066,0.353118,0.355762,0.351278,0.340721,0.327728,0.311518,0.299183,0.290066,0.287685,0.286904,0.283885,0.276394,0.263906,0.245464,0.225409,0.207037,0.193338,0.185185,0.18097,0.182092,0.183494,0.184279,0.184031,0.179398,0.173291,0.164357,0.156838,0.149211,0.141995,0.133438,0.124162,0.115181,0.105563,0.098908,0.093037,0.090011,0.087119,0.085932,0.085336,0.0837,0.081561,0.079245,0.07703,0.073622,0.072677,0.070082,0.066496,0.063596,0.059806,0.057101,0.053435,0.050016,0.046475,0.041953,0.038043,0.032983,0.028152,0.02311,0.017285,0.012381,0.008763,0.004124,0.001692,-0.00328,-0.005551,-0.007853,-0.010653,-0.012082,-0.013531,-0.015104,-0.017379,-0.018549,-0.02046,-0.021932,-0.022655,-0.024918,-0.025468,-0.027155,-0.027689,-0.029079,-0.02902,-0.029464,-0.02971,-0.028867,-0.027634,-0.027476,-0.026116,-0.025841,-0.025653,-0.024627,-0.021423,-0.021461,-0.02127,-0.019108,-0.017131,-0.015246,-0.012771,-0.01209,-0.007872,-0.006339,-0.004224,-0.002255,0.001273,0.003295,0.006078,0.010379,0.014587,0.019688,0.024579,0.030775,0.037484,0.045774,0.055833,0.066907,0.083191,0.100969,0.12117,0.145457,0.170201,0.193798,0.220696,0.245757,0.267544,0.285032,0.301082,0.316051,0.325186,0.333373,0.340047,0.344725,0.356633,0.373897,0.398782,0.438017,0.487967,0.551011,0.62445,0.717428,0.797492,0.874571,0.956007,1.027824,1.093965,1.132251,1.18008,1.210152,1.201475,1.212914,1.228477,1.242877,1.190009,1.196491,1.198856,1.16504,1.189147,1.150035 +-0.054134,-0.048487,-0.045171,4.0,-0.041012,-0.035553,-0.034104,-0.031523,-0.034866,-0.0372,-0.038979,-0.042826,-0.046231,-0.050822,-0.051837,-0.054924,-0.058384,-0.059882,-0.060961,-0.063166,-0.065417,-0.06649,-0.068089,-0.069072,-0.071629,-0.072573,-0.073863,-0.074364,-0.075119,-0.077388,-0.077197,-0.077073,-0.077821,-0.077157,-0.076906,-0.07693,-0.076889,-0.07598,-0.076474,-0.076073,-0.076195,-0.076498,-0.07615,-0.074968,-0.073937,-0.072581,-0.070752,-0.069231,-0.067451,-0.066192,-0.064999,-0.064687,-0.064355,-0.063452,-0.062493,-0.060837,-0.059594,-0.057144,-0.056317,-0.054131,-0.053259,-0.052457,-0.053369,-0.054184,-0.055048,-0.056154,-0.057178,-0.058885,-0.059884,-0.061556,-0.062169,-0.063033,-0.063014,-0.062735,-0.063331,-0.062863,-0.063147,-0.063263,-0.064152,-0.064538,-0.065231,-0.06584,-0.066183,-0.066788,-0.066776,-0.06752,-0.067639,-0.068126,-0.06798,-0.068494,-0.069182,-0.069498,-0.070137,-0.070482,-0.071338,-0.071694,-0.072007,-0.072246,-0.072562,-0.072287,-0.071349,-0.070653,-0.069261,-0.068668,-0.067015,-0.065782,-0.063918,-0.061824,-0.059594,-0.057048,-0.054478,-0.051426,-0.047947,-0.042401,-0.035675,-0.025778,-0.013639,0.002185,0.021787,0.045986,0.071147,0.096146,0.118352,0.136673,0.153578,0.166501,0.172542,0.168387,0.156657,0.144163,0.135071,0.133385,0.139061,0.149768,0.162929,0.176995,0.190043,0.205275,0.223023,0.238995,0.25826,0.283657,0.318563,0.36476,0.414086,0.462031,0.496876,0.509929,0.503494,0.479815,0.445607,0.405409,0.368124,0.339352,0.31716,0.299598,0.282137,0.263103,0.241387,0.218623,0.19716,0.174137,0.152262,0.132381,0.114286,0.097558,0.08078,0.066964,0.053732,0.042787,0.032363,0.024091,0.016535,0.010356,0.005214,0.000213,-0.003433,-0.00805,-0.011257,-0.016249,-0.02041,-0.025017,-0.028648,-0.032046,-0.035271,-0.037673,-0.040745,-0.042204,-0.044185,-0.045024,-0.045995,-0.046094,-0.046434,-0.046468,-0.045743,-0.045931,-0.045363,-0.046349,-0.046544,-0.047334,-0.046854,-0.047458,-0.047761,-0.048025,-0.048602,-0.048693,-0.048957,-0.048528,-0.047878,-0.046992,-0.046604,-0.045768,-0.044298,-0.043474,-0.04114,-0.039797,-0.037813,-0.036566,-0.034795,-0.033066,-0.030206,-0.027112,-0.024241,-0.018978,-0.013608,-0.005421,0.006802,0.024049,0.047192,0.076062,0.107662,0.136134,0.159953,0.177577,0.190956,0.205464,0.223707,0.245155,0.268213,0.292535,0.313376,0.331194,0.343032,0.351924,0.359427,0.367949,0.374007,0.376854,0.372034,0.360163,0.346415,0.329935,0.316839,0.308409,0.305795,0.30645,0.305085,0.298619,0.28571,0.26892,0.247573,0.228975,0.2139,0.205641,0.200477,0.200129,0.200196,0.199891,0.198285,0.192508,0.185333,0.176318,0.168813,0.160006,0.152592,0.144134,0.133673,0.123993,0.114753,0.107653,0.101699,0.098324,0.095766,0.093772,0.092362,0.089732,0.087681,0.084155,0.0803,0.076944,0.075327,0.071326,0.068825,0.065817,0.062442,0.060419,0.055982,0.053424,0.049247,0.045327,0.041329,0.03561,0.030886,0.02576,0.020462,0.015755,0.011606,0.007814,0.005113,0.000391,-0.001933,-0.004765,-0.006622,-0.007765,-0.010816,-0.012114,-0.014177,-0.016416,-0.017505,-0.018865,-0.020889,-0.022536,-0.024103,-0.024886,-0.026365,-0.027351,-0.027296,-0.027838,-0.02832,-0.026657,-0.02607,-0.025598,-0.025211,-0.023954,-0.023553,-0.02163,-0.019866,-0.019895,-0.018768,-0.017295,-0.015282,-0.013683,-0.012244,-0.010165,-0.00637,-0.005322,-0.003626,-0.001418,0.001165,0.004687,0.008365,0.010328,0.014519,0.019442,0.023264,0.029153,0.035108,0.043138,0.052459,0.062664,0.077451,0.094057,0.114892,0.136062,0.164859,0.192729,0.22427,0.253625,0.277007,0.293303,0.30344,0.308223,0.310647,0.308858,0.308059,0.312498,0.321707,0.337554,0.360487,0.390949,0.435319,0.487765,0.550154,0.615043,0.695187,0.775399,0.859336,0.932685,1.001621,1.071913,1.099323,1.138792,1.17022,1.201926,1.16277,1.173205,1.162726,1.16857,1.148061,1.167755,1.137953,1.145351 +-0.049623,-0.044263,-0.041154,4.0,-0.037335,-0.032926,-0.030602,-0.028713,-0.032058,-0.034363,-0.03544,-0.039802,-0.042433,-0.046782,-0.047554,-0.050767,-0.054003,-0.054813,-0.056336,-0.058315,-0.060818,-0.062075,-0.063767,-0.064616,-0.066462,-0.067227,-0.068925,-0.069666,-0.070228,-0.072081,-0.072094,-0.072259,-0.07208,-0.072171,-0.071479,-0.071448,-0.071744,-0.071078,-0.071213,-0.07056,-0.070813,-0.071175,-0.070857,-0.06956,-0.068704,-0.067327,-0.0656,-0.064415,-0.062843,-0.061461,-0.060268,-0.059581,-0.059395,-0.05891,-0.057796,-0.055874,-0.0544,-0.052076,-0.05118,-0.049359,-0.048496,-0.047338,-0.048404,-0.04901,-0.049933,-0.051192,-0.051621,-0.053654,-0.054366,-0.056047,-0.057018,-0.05745,-0.057849,-0.057367,-0.058017,-0.05742,-0.058334,-0.058387,-0.059149,-0.059316,-0.060022,-0.060901,-0.061338,-0.061994,-0.061964,-0.062659,-0.062848,-0.063262,-0.06323,-0.06358,-0.064267,-0.064312,-0.065039,-0.065357,-0.066523,-0.06676,-0.067241,-0.067257,-0.067585,-0.067279,-0.06628,-0.065429,-0.06409,-0.063198,-0.062132,-0.06058,-0.058536,-0.056154,-0.054191,-0.051146,-0.048475,-0.044654,-0.041019,-0.034464,-0.026732,-0.015297,-0.002288,0.015487,0.037367,0.06402,0.091443,0.118179,0.141461,0.159501,0.175757,0.186783,0.189335,0.182404,0.167594,0.152505,0.140737,0.137732,0.14083,0.150938,0.162606,0.175432,0.187176,0.201737,0.217943,0.234052,0.252853,0.276378,0.310436,0.355314,0.404514,0.449802,0.481889,0.492128,0.484052,0.461396,0.428283,0.392241,0.35637,0.32958,0.308095,0.291478,0.273431,0.254016,0.233924,0.213611,0.19128,0.168704,0.148138,0.129501,0.113374,0.097186,0.081137,0.066935,0.05417,0.043287,0.032611,0.024575,0.017185,0.011626,0.006372,0.001628,-0.001881,-0.005803,-0.009229,-0.013558,-0.01783,-0.022281,-0.026008,-0.029307,-0.032517,-0.034781,-0.037431,-0.039276,-0.041358,-0.042208,-0.043166,-0.043117,-0.043058,-0.04311,-0.0425,-0.042569,-0.042219,-0.042229,-0.042188,-0.042068,-0.042525,-0.042986,-0.043428,-0.043469,-0.044613,-0.044477,-0.044794,-0.04405,-0.04349,-0.042738,-0.041983,-0.041336,-0.039902,-0.038899,-0.036717,-0.035571,-0.03353,-0.032425,-0.030296,-0.028232,-0.025712,-0.022276,-0.019504,-0.014632,-0.009469,-0.001415,0.009902,0.02643,0.048507,0.076338,0.10718,0.134761,0.157551,0.173129,0.186241,0.200028,0.217456,0.237553,0.260082,0.284085,0.303907,0.323951,0.334091,0.341257,0.348607,0.357197,0.363606,0.366452,0.361205,0.34935,0.335507,0.319855,0.307375,0.300765,0.299306,0.299497,0.297996,0.292995,0.279823,0.262032,0.24191,0.223268,0.209307,0.201284,0.196663,0.196105,0.196237,0.195618,0.193528,0.187414,0.180811,0.17218,0.165276,0.157809,0.151024,0.143101,0.133131,0.122815,0.113502,0.10638,0.100483,0.097542,0.094448,0.093016,0.091805,0.089652,0.087913,0.084826,0.081299,0.077968,0.076618,0.073159,0.070139,0.06713,0.063202,0.060701,0.056426,0.053886,0.049851,0.045669,0.041554,0.036885,0.032292,0.027341,0.022099,0.017356,0.013705,0.009658,0.007513,0.002525,2.9e-05,-0.001363,-0.004122,-0.005005,-0.007739,-0.008992,-0.011177,-0.012492,-0.014376,-0.015595,-0.016551,-0.019804,-0.020763,-0.02184,-0.023337,-0.023606,-0.023772,-0.024312,-0.025088,-0.023815,-0.022918,-0.022703,-0.021623,-0.02123,-0.020896,-0.018151,-0.017921,-0.017566,-0.01664,-0.015135,-0.012903,-0.01128,-0.00956,-0.008004,-0.004317,-0.003437,-0.000985,0.00118,0.003481,0.006593,0.01073,0.01271,0.017044,0.021421,0.02682,0.031993,0.038242,0.045418,0.055397,0.065869,0.081271,0.098223,0.119281,0.142787,0.170457,0.199279,0.234509,0.260634,0.283742,0.303032,0.317791,0.324613,0.329145,0.331283,0.330758,0.336142,0.346159,0.363364,0.386317,0.421375,0.469873,0.52758,0.59161,0.669484,0.746807,0.83645,0.910477,0.988267,1.05373,1.102687,1.154925,1.172072,1.182659,1.202795,1.22958,1.170451,1.189367,1.173706,1.198534,1.162526,1.195273,1.156451 +-0.046884,-0.04236,-0.038683,4.0,-0.035291,-0.030175,-0.027898,-0.026519,-0.029413,-0.032182,-0.034033,-0.037016,-0.039604,-0.044603,-0.04583,-0.048799,-0.051911,-0.053445,-0.055557,-0.056485,-0.059301,-0.06043,-0.06168,-0.063075,-0.064269,-0.065581,-0.067312,-0.068149,-0.068359,-0.070165,-0.070234,-0.070979,-0.070863,-0.070359,-0.069886,-0.070004,-0.070441,-0.07027,-0.069922,-0.06921,-0.069609,-0.070052,-0.069687,-0.068732,-0.067382,-0.065812,-0.06454,-0.062965,-0.061657,-0.06026,-0.058708,-0.058214,-0.057973,-0.057321,-0.056919,-0.05435,-0.052852,-0.05065,-0.050007,-0.048505,-0.047749,-0.046213,-0.047138,-0.048259,-0.049212,-0.050739,-0.050978,-0.052577,-0.053559,-0.055082,-0.056148,-0.056903,-0.05665,-0.056246,-0.056915,-0.056255,-0.057301,-0.05728,-0.057808,-0.057902,-0.058662,-0.059459,-0.060221,-0.060527,-0.060417,-0.061402,-0.061237,-0.061942,-0.062277,-0.062245,-0.062501,-0.062957,-0.063744,-0.06443,-0.064892,-0.065096,-0.065752,-0.065913,-0.066234,-0.066136,-0.06458,-0.063753,-0.062608,-0.061964,-0.060656,-0.059261,-0.056951,-0.054593,-0.052671,-0.049759,-0.047412,-0.043685,-0.040134,-0.034079,-0.026753,-0.015969,-0.003558,0.013628,0.034689,0.060104,0.086213,0.112383,0.13549,0.153289,0.170191,0.182298,0.185678,0.179177,0.165952,0.15229,0.141849,0.13989,0.143811,0.154733,0.167074,0.180245,0.192105,0.206943,0.223337,0.239105,0.258143,0.282884,0.317059,0.363608,0.412431,0.458095,0.491075,0.502065,0.49322,0.468789,0.437608,0.401522,0.366411,0.33935,0.318502,0.300797,0.284741,0.264714,0.243294,0.221559,0.199196,0.176832,0.155918,0.136892,0.120163,0.102854,0.086473,0.072555,0.059328,0.048314,0.036747,0.028832,0.020989,0.015306,0.010238,0.004815,0.001244,-0.002739,-0.006308,-0.010355,-0.014818,-0.019391,-0.023233,-0.026654,-0.029673,-0.031993,-0.034703,-0.036651,-0.039,-0.039701,-0.040603,-0.040399,-0.04032,-0.040552,-0.040297,-0.040176,-0.039592,-0.040056,-0.039592,-0.0401,-0.04067,-0.040922,-0.041276,-0.041723,-0.04272,-0.042789,-0.043078,-0.042084,-0.041694,-0.041055,-0.040111,-0.039638,-0.038065,-0.036607,-0.034914,-0.033475,-0.031757,-0.03042,-0.028325,-0.026055,-0.023622,-0.02063,-0.017898,-0.012931,-0.007938,0.000935,0.01163,0.028227,0.050606,0.078965,0.110386,0.137788,0.160341,0.176044,0.18989,0.203896,0.221915,0.242274,0.26486,0.289157,0.309013,0.327919,0.339709,0.34746,0.355717,0.363382,0.37068,0.373441,0.368212,0.356712,0.341533,0.325881,0.313681,0.306948,0.305817,0.305866,0.304022,0.298413,0.286491,0.268646,0.248052,0.229258,0.215905,0.207406,0.20226,0.201509,0.201768,0.200499,0.198339,0.192326,0.185273,0.176745,0.169447,0.162061,0.155016,0.147354,0.13695,0.127002,0.117179,0.110388,0.104229,0.101181,0.0979,0.096386,0.094977,0.093408,0.09133,0.088503,0.085203,0.08084,0.079406,0.075901,0.0727,0.069678,0.06586,0.063313,0.059758,0.056829,0.052832,0.048397,0.044658,0.039981,0.035597,0.030216,0.025149,0.020184,0.016535,0.012585,0.010571,0.005466,0.003063,0.001295,-0.001323,-0.002166,-0.004453,-0.0062,-0.008678,-0.009949,-0.011598,-0.012857,-0.01358,-0.017147,-0.018138,-0.019213,-0.020547,-0.021553,-0.021542,-0.022173,-0.022609,-0.021229,-0.020362,-0.019752,-0.018797,-0.018322,-0.018167,-0.015527,-0.014775,-0.014597,-0.013611,-0.012427,-0.010761,-0.008612,-0.006703,-0.005373,-0.002135,-0.000936,0.001701,0.003653,0.007003,0.009309,0.013797,0.015077,0.019659,0.024103,0.029469,0.035381,0.040275,0.047883,0.057702,0.068287,0.083021,0.10029,0.120334,0.145879,0.173095,0.201706,0.237207,0.26414,0.28788,0.307191,0.318818,0.325291,0.327381,0.329151,0.329773,0.333164,0.342694,0.357558,0.382853,0.418269,0.469022,0.516858,0.579747,0.661611,0.744333,0.81985,0.903557,0.975607,1.05977,1.101997,1.157789,1.200535,1.206536,1.223194,1.247032,1.300765,1.2076,1.231914,1.245133,1.230234,1.264217,1.190865 +-0.055555,-0.049867,-0.045942,4.0,-0.042266,-0.037195,-0.034837,-0.031842,-0.036051,-0.038897,-0.042842,-0.045712,-0.049276,-0.054354,-0.05528,-0.057617,-0.061558,-0.062477,-0.06385,-0.06548,-0.067151,-0.068302,-0.069968,-0.070707,-0.072725,-0.07377,-0.074929,-0.075505,-0.076406,-0.078295,-0.078161,-0.07833,-0.07845,-0.077991,-0.077876,-0.077774,-0.07793,-0.076906,-0.077384,-0.07694,-0.077186,-0.077274,-0.077192,-0.075741,-0.074752,-0.073468,-0.071696,-0.070088,-0.068086,-0.066937,-0.065779,-0.06556,-0.065297,-0.064644,-0.063495,-0.061937,-0.060515,-0.058104,-0.057103,-0.055325,-0.054292,-0.053697,-0.054774,-0.055553,-0.056903,-0.057934,-0.05883,-0.060768,-0.061746,-0.063331,-0.06407,-0.064979,-0.064542,-0.064614,-0.065089,-0.064296,-0.065006,-0.065209,-0.06582,-0.066174,-0.066799,-0.067493,-0.067694,-0.068351,-0.068382,-0.069053,-0.069059,-0.069553,-0.069444,-0.070142,-0.070564,-0.070983,-0.071708,-0.072114,-0.073141,-0.073492,-0.073797,-0.074109,-0.074481,-0.07395,-0.073123,-0.072534,-0.071151,-0.070409,-0.068654,-0.067359,-0.06566,-0.063679,-0.061602,-0.059091,-0.056269,-0.052623,-0.04851,-0.04242,-0.03429,-0.023404,-0.009754,0.007433,0.029361,0.055711,0.083244,0.11032,0.132493,0.150199,0.166719,0.178325,0.182276,0.174692,0.160346,0.143757,0.130818,0.126438,0.129117,0.139357,0.151232,0.164271,0.177799,0.192688,0.21058,0.227855,0.247001,0.271622,0.30568,0.350726,0.401219,0.448491,0.484468,0.497525,0.489196,0.462054,0.420453,0.376657,0.335074,0.30531,0.283423,0.267334,0.249643,0.231305,0.212695,0.192028,0.172474,0.150621,0.132137,0.114491,0.099007,0.083567,0.068392,0.055373,0.043136,0.032586,0.022634,0.014731,0.00803,0.002442,-0.001918,-0.00675,-0.01006,-0.013279,-0.017497,-0.022012,-0.025893,-0.03006,-0.033815,-0.036903,-0.040394,-0.04289,-0.045412,-0.047224,-0.048806,-0.049697,-0.050501,-0.050756,-0.050556,-0.050655,-0.049919,-0.050326,-0.050186,-0.050507,-0.050399,-0.050863,-0.050772,-0.051027,-0.051274,-0.051366,-0.051766,-0.051885,-0.052432,-0.051403,-0.051212,-0.050539,-0.049642,-0.049052,-0.047775,-0.046999,-0.044794,-0.043931,-0.041896,-0.040784,-0.038915,-0.036564,-0.033952,-0.030393,-0.026996,-0.021952,-0.016581,-0.0076,0.004933,0.022241,0.046215,0.075548,0.107767,0.136364,0.159483,0.177241,0.189762,0.203205,0.221196,0.24234,0.264928,0.28911,0.308344,0.326151,0.336872,0.34411,0.350035,0.357726,0.364062,0.366423,0.361497,0.350356,0.335927,0.319097,0.305458,0.296119,0.292486,0.2915,0.290075,0.283129,0.270785,0.253324,0.23199,0.213251,0.198284,0.190496,0.186067,0.186023,0.187187,0.188141,0.186784,0.181757,0.175227,0.166734,0.158783,0.151289,0.143875,0.135415,0.125743,0.115492,0.105949,0.099745,0.093258,0.089469,0.086983,0.085814,0.084973,0.082795,0.081335,0.078346,0.074698,0.071474,0.070082,0.067014,0.064162,0.060518,0.056705,0.054733,0.050462,0.048234,0.044566,0.040382,0.036575,0.031184,0.02628,0.020622,0.015239,0.009913,0.005814,0.001601,-0.001398,-0.006167,-0.009011,-0.011204,-0.013539,-0.015008,-0.01757,-0.018371,-0.020623,-0.021978,-0.024165,-0.02564,-0.026745,-0.028999,-0.029799,-0.031316,-0.032628,-0.033211,-0.033433,-0.033854,-0.034118,-0.033215,-0.032024,-0.031465,-0.030313,-0.0303,-0.02998,-0.028122,-0.026289,-0.025434,-0.025752,-0.022998,-0.020949,-0.019734,-0.017389,-0.01614,-0.011625,-0.01109,-0.008584,-0.006314,-0.004288,-0.001037,0.001676,0.006531,0.009844,0.014213,0.018977,0.024522,0.031215,0.03846,0.048234,0.058908,0.074211,0.091735,0.112143,0.131963,0.155246,0.182329,0.208539,0.237428,0.253742,0.271228,0.28402,0.294436,0.301423,0.307359,0.30873,0.315286,0.324869,0.34132,0.366181,0.399156,0.447775,0.504598,0.571165,0.651124,0.727015,0.812754,0.894329,0.966571,1.034319,1.091825,1.127482,1.141271,1.167444,1.193289,1.209944,1.175943,1.159782,1.184718,1.155629,1.175611,1.117087,1.095777 +-0.053693,-0.04802,-0.044677,4.0,-0.041021,-0.036254,-0.034531,-0.032428,-0.035264,-0.038362,-0.040816,-0.044461,-0.047152,-0.051256,-0.05301,-0.055236,-0.058745,-0.060435,-0.06162,-0.062893,-0.065417,-0.066244,-0.06786,-0.068487,-0.070133,-0.071032,-0.07236,-0.073858,-0.074061,-0.07571,-0.075839,-0.076049,-0.076001,-0.07581,-0.074975,-0.075349,-0.075294,-0.074698,-0.075101,-0.074348,-0.074592,-0.075148,-0.07456,-0.073624,-0.072581,-0.07096,-0.069683,-0.06785,-0.066005,-0.065183,-0.063083,-0.063352,-0.063395,-0.062383,-0.062029,-0.059783,-0.058568,-0.05666,-0.055119,-0.053346,-0.052692,-0.051651,-0.053024,-0.053475,-0.054705,-0.056249,-0.056641,-0.058832,-0.059773,-0.061218,-0.062369,-0.062706,-0.062545,-0.062803,-0.062536,-0.062073,-0.062783,-0.062519,-0.063902,-0.063808,-0.064598,-0.065484,-0.065339,-0.066146,-0.066505,-0.066821,-0.067253,-0.067675,-0.067382,-0.068276,-0.068178,-0.068755,-0.069605,-0.069454,-0.070904,-0.070814,-0.071341,-0.071759,-0.07157,-0.071583,-0.070785,-0.069544,-0.068634,-0.067308,-0.065645,-0.064921,-0.062206,-0.06052,-0.058462,-0.055086,-0.052416,-0.048466,-0.043956,-0.037519,-0.028581,-0.016587,-0.002845,0.016573,0.039406,0.067919,0.096891,0.124693,0.149305,0.16672,0.182026,0.192276,0.193738,0.184927,0.168031,0.14973,0.136343,0.130927,0.132937,0.142497,0.152954,0.164899,0.177603,0.19099,0.208618,0.22437,0.243857,0.267722,0.301286,0.344936,0.394425,0.439047,0.473832,0.483363,0.474157,0.449645,0.412927,0.372018,0.334895,0.305258,0.285079,0.26804,0.250836,0.231898,0.212681,0.192094,0.17181,0.149911,0.131632,0.113595,0.097883,0.082797,0.068131,0.055863,0.04326,0.032689,0.022928,0.014998,0.007736,0.0029,-0.001882,-0.00657,-0.009173,-0.012912,-0.016218,-0.021212,-0.025081,-0.02873,-0.032559,-0.035604,-0.03894,-0.041657,-0.043545,-0.045547,-0.047559,-0.047667,-0.048987,-0.048641,-0.048165,-0.048459,-0.04744,-0.047782,-0.04774,-0.047754,-0.047515,-0.047798,-0.048119,-0.048834,-0.048666,-0.049075,-0.049986,-0.049265,-0.050177,-0.049414,-0.048939,-0.048663,-0.047091,-0.046507,-0.045359,-0.043673,-0.042164,-0.040922,-0.038844,-0.038208,-0.035436,-0.033185,-0.031142,-0.027157,-0.024186,-0.019091,-0.013819,-0.005677,0.00612,0.0226,0.044982,0.073542,0.104507,0.132556,0.155659,0.170441,0.183973,0.196851,0.213756,0.234108,0.256211,0.280216,0.300011,0.317479,0.328754,0.335994,0.342281,0.349415,0.354703,0.357656,0.353157,0.340755,0.327354,0.31134,0.299068,0.292131,0.288998,0.288417,0.28837,0.279868,0.267928,0.249944,0.229359,0.211586,0.197698,0.189153,0.184972,0.184863,0.185863,0.185587,0.184068,0.179437,0.173208,0.164013,0.156853,0.14951,0.143071,0.134452,0.124118,0.115547,0.105726,0.098392,0.092491,0.088918,0.086552,0.085183,0.084426,0.083309,0.081178,0.078748,0.07592,0.071487,0.071096,0.067615,0.064576,0.062011,0.057149,0.05463,0.051309,0.047701,0.044378,0.039783,0.035868,0.031688,0.026664,0.021073,0.01624,0.010976,0.007788,0.003129,0.000623,-0.003936,-0.006484,-0.008764,-0.011134,-0.012968,-0.014498,-0.016005,-0.01866,-0.01913,-0.021767,-0.023314,-0.024157,-0.026674,-0.02682,-0.02862,-0.029521,-0.030339,-0.030882,-0.031704,-0.031162,-0.030787,-0.029418,-0.02921,-0.028318,-0.027682,-0.027844,-0.026094,-0.023693,-0.022584,-0.023305,-0.021198,-0.01937,-0.017529,-0.015108,-0.014383,-0.009721,-0.009188,-0.00685,-0.004647,-0.00187,0.000878,0.003222,0.00832,0.01156,0.016061,0.021341,0.027704,0.033114,0.041248,0.050524,0.061723,0.077003,0.095297,0.115859,0.13966,0.164438,0.192113,0.2204,0.246906,0.270933,0.287535,0.303617,0.314592,0.322827,0.329207,0.332843,0.337448,0.349195,0.366553,0.390027,0.428276,0.479021,0.54094,0.609978,0.692212,0.777007,0.863691,0.941326,1.006167,1.08201,1.124709,1.170632,1.205917,1.217198,1.222375,1.238392,1.252411,1.195963,1.210064,1.199746,1.173102,1.191871,1.150779 +-0.056311,-0.051231,-0.047483,4.0,-0.044605,-0.039404,-0.037526,-0.034336,-0.037852,-0.041023,-0.044488,-0.048675,-0.051964,-0.056449,-0.057032,-0.059608,-0.063234,-0.063776,-0.065895,-0.066979,-0.069155,-0.070064,-0.071662,-0.072135,-0.073812,-0.074959,-0.075825,-0.076751,-0.076959,-0.078707,-0.078615,-0.078859,-0.078795,-0.078487,-0.077941,-0.078171,-0.078043,-0.07705,-0.077396,-0.076658,-0.077172,-0.077514,-0.077247,-0.075701,-0.074726,-0.073559,-0.072049,-0.070242,-0.06848,-0.067221,-0.066009,-0.0664,-0.065765,-0.065091,-0.064272,-0.062512,-0.061269,-0.05885,-0.057822,-0.055957,-0.055162,-0.054462,-0.055497,-0.056467,-0.057397,-0.058614,-0.059576,-0.061739,-0.062438,-0.064438,-0.064972,-0.065656,-0.065915,-0.065132,-0.065863,-0.065163,-0.06587,-0.065921,-0.066991,-0.066978,-0.067556,-0.068012,-0.068295,-0.068938,-0.068916,-0.069673,-0.069573,-0.07039,-0.070588,-0.070813,-0.071593,-0.071419,-0.0722,-0.072787,-0.073444,-0.073753,-0.074009,-0.074066,-0.074628,-0.07412,-0.073069,-0.072301,-0.071065,-0.069981,-0.06825,-0.06668,-0.064906,-0.062721,-0.060857,-0.057902,-0.054386,-0.050306,-0.045037,-0.037503,-0.02845,-0.014922,0.000484,0.020982,0.047067,0.077504,0.109275,0.138983,0.163211,0.181151,0.195938,0.204411,0.204512,0.193121,0.173232,0.1517,0.134295,0.126204,0.125532,0.133755,0.142951,0.154363,0.166351,0.17966,0.197343,0.214606,0.233942,0.258421,0.291388,0.332994,0.380659,0.42493,0.460431,0.474124,0.468091,0.438329,0.397006,0.349871,0.307271,0.276794,0.254247,0.239151,0.22374,0.203573,0.185114,0.165573,0.146564,0.126276,0.107763,0.090286,0.075373,0.061726,0.048973,0.038575,0.028447,0.02023,0.010885,0.004133,-0.002146,-0.006477,-0.010582,-0.015021,-0.017327,-0.020904,-0.02387,-0.027886,-0.031309,-0.03531,-0.03919,-0.042025,-0.045109,-0.0469,-0.04932,-0.050815,-0.052177,-0.052712,-0.053178,-0.052811,-0.053125,-0.053144,-0.052443,-0.052671,-0.05178,-0.052152,-0.051559,-0.051585,-0.051527,-0.051373,-0.051837,-0.05237,-0.052611,-0.052501,-0.052981,-0.052466,-0.052274,-0.051054,-0.050259,-0.049481,-0.048087,-0.046982,-0.045336,-0.044238,-0.042486,-0.041131,-0.038917,-0.036896,-0.033482,-0.029761,-0.025949,-0.020736,-0.015297,-0.006085,0.005843,0.022794,0.045494,0.074174,0.106132,0.134467,0.157493,0.172903,0.18523,0.197504,0.213964,0.233985,0.256514,0.279558,0.299338,0.316805,0.32692,0.333236,0.337128,0.341742,0.346635,0.348619,0.34494,0.335007,0.320524,0.305492,0.292037,0.284675,0.281179,0.278656,0.275233,0.268171,0.255888,0.236922,0.217398,0.198011,0.184362,0.176744,0.172918,0.174181,0.175968,0.177486,0.176875,0.172819,0.166488,0.157554,0.15046,0.142712,0.135374,0.127312,0.117729,0.108534,0.09939,0.092439,0.086354,0.083316,0.08099,0.079807,0.078952,0.077237,0.075341,0.072852,0.070882,0.066955,0.066504,0.064179,0.060945,0.058972,0.055093,0.05248,0.048468,0.044599,0.040931,0.03674,0.032361,0.027816,0.022659,0.017338,0.011889,0.006802,0.003262,-0.001203,-0.003807,-0.008512,-0.011564,-0.013608,-0.016234,-0.017975,-0.01975,-0.021401,-0.022543,-0.024159,-0.025855,-0.027577,-0.027922,-0.030559,-0.031212,-0.031513,-0.03316,-0.034251,-0.034283,-0.035365,-0.035059,-0.034246,-0.033668,-0.032814,-0.031468,-0.031183,-0.031824,-0.029998,-0.028305,-0.026218,-0.025919,-0.025256,-0.021908,-0.020491,-0.018024,-0.016847,-0.01319,-0.011642,-0.009077,-0.007098,-0.004308,-0.001716,0.000887,0.007027,0.009131,0.014178,0.020166,0.02682,0.032928,0.040828,0.051031,0.063051,0.078432,0.097914,0.11823,0.141333,0.163016,0.18783,0.212917,0.239225,0.257288,0.275822,0.291285,0.308847,0.3219,0.331912,0.340647,0.34689,0.357538,0.376143,0.402878,0.444139,0.494031,0.561563,0.637579,0.73501,0.815248,0.9034,0.969851,1.043184,1.114539,1.146479,1.190021,1.222954,1.247442,1.237687,1.246042,1.253986,1.211382,1.203032,1.209177,1.183871,1.175997,1.154696 +-0.058805,-0.053311,-0.049543,4.0,-0.045053,-0.040598,-0.038965,-0.036749,-0.040284,-0.04208,-0.045058,-0.049194,-0.052106,-0.056853,-0.058258,-0.060359,-0.063644,-0.065566,-0.067019,-0.068453,-0.070733,-0.071175,-0.072653,-0.07332,-0.075405,-0.076334,-0.077533,-0.078346,-0.07898,-0.080729,-0.080462,-0.080889,-0.081391,-0.080324,-0.080124,-0.07976,-0.079823,-0.079516,-0.079988,-0.078474,-0.07898,-0.079241,-0.079237,-0.07811,-0.077441,-0.075079,-0.073671,-0.072021,-0.070123,-0.06939,-0.068613,-0.067328,-0.067561,-0.066707,-0.066113,-0.064499,-0.063106,-0.059624,-0.059271,-0.056738,-0.05657,-0.05586,-0.056983,-0.056802,-0.058628,-0.059645,-0.060687,-0.062654,-0.063859,-0.064237,-0.065741,-0.066165,-0.066467,-0.066244,-0.066854,-0.065237,-0.066466,-0.066334,-0.067529,-0.06796,-0.068363,-0.068201,-0.06913,-0.069485,-0.069886,-0.070831,-0.070716,-0.070692,-0.070883,-0.071278,-0.07199,-0.072488,-0.072904,-0.072729,-0.074041,-0.074446,-0.075043,-0.075076,-0.075072,-0.074643,-0.073945,-0.073188,-0.072153,-0.071263,-0.068879,-0.067699,-0.065727,-0.063679,-0.061951,-0.059307,-0.055702,-0.052127,-0.047683,-0.041221,-0.03319,-0.021655,-0.007168,0.010781,0.033835,0.061209,0.089506,0.1167,0.141049,0.158509,0.174624,0.184936,0.18764,0.179619,0.164845,0.147163,0.134065,0.128769,0.130711,0.140021,0.15231,0.163865,0.177076,0.19099,0.208148,0.225142,0.245573,0.269515,0.302554,0.345638,0.394176,0.440481,0.475973,0.489448,0.48252,0.457926,0.419427,0.376091,0.336883,0.305669,0.284426,0.267444,0.24911,0.230295,0.212081,0.190846,0.170252,0.148357,0.129481,0.110468,0.095448,0.079149,0.065033,0.052972,0.040876,0.030949,0.02186,0.013787,0.006926,0.001293,-0.00361,-0.007811,-0.010114,-0.014453,-0.018324,-0.022725,-0.026755,-0.030758,-0.033548,-0.037184,-0.0406,-0.042989,-0.045634,-0.046718,-0.04803,-0.049203,-0.050025,-0.050333,-0.049906,-0.049332,-0.049283,-0.049205,-0.049254,-0.049495,-0.049761,-0.049362,-0.04946,-0.049766,-0.050163,-0.050696,-0.051247,-0.050351,-0.051203,-0.050457,-0.050136,-0.049616,-0.048712,-0.047302,-0.04661,-0.045023,-0.043457,-0.042509,-0.040931,-0.038621,-0.037154,-0.034561,-0.032129,-0.028799,-0.02564,-0.019334,-0.014773,-0.005979,0.006037,0.022776,0.045839,0.075773,0.106577,0.135369,0.158233,0.174916,0.187653,0.202099,0.218912,0.239488,0.261795,0.285616,0.304594,0.324961,0.334663,0.34139,0.347557,0.35447,0.359636,0.362904,0.357859,0.347268,0.333793,0.317005,0.304628,0.296359,0.293186,0.291911,0.290376,0.282687,0.270669,0.253636,0.232564,0.213661,0.199783,0.191092,0.186717,0.186756,0.188104,0.188788,0.187076,0.182255,0.175547,0.167567,0.159101,0.151345,0.143802,0.135397,0.126571,0.116406,0.107523,0.100828,0.094337,0.090952,0.088504,0.087228,0.086157,0.083866,0.08191,0.079159,0.076613,0.07282,0.071707,0.068649,0.065736,0.062421,0.059422,0.056492,0.052528,0.049892,0.04571,0.041232,0.037944,0.032763,0.028138,0.022399,0.016927,0.011471,0.008604,0.003618,0.001295,-0.003864,-0.006719,-0.008802,-0.010405,-0.01255,-0.014294,-0.016156,-0.018183,-0.020046,-0.02091,-0.022886,-0.023597,-0.025915,-0.026909,-0.028358,-0.028659,-0.029944,-0.030447,-0.030833,-0.03147,-0.030347,-0.028541,-0.028621,-0.027254,-0.027662,-0.027106,-0.025617,-0.022571,-0.022727,-0.022244,-0.020046,-0.018325,-0.01623,-0.01389,-0.013028,-0.00867,-0.008201,-0.005747,-0.003098,-0.000958,0.001854,0.004695,0.009313,0.012683,0.01789,0.02261,0.028702,0.035362,0.042987,0.052104,0.063574,0.079907,0.09712,0.118284,0.140707,0.161964,0.192215,0.219431,0.246041,0.266681,0.285026,0.298308,0.310505,0.317546,0.323298,0.326554,0.332103,0.341724,0.359297,0.384411,0.418678,0.476287,0.527355,0.596714,0.680573,0.760608,0.850607,0.9304,1.007004,1.074447,1.128456,1.164849,1.172245,1.211312,1.228345,1.237367,1.203006,1.200348,1.209557,1.182911,1.184077,1.154355,1.163959 diff --git a/test/forestestimparam-ks-test.cpp b/test/forestestimparam-ks-test.cpp index d03335a..dd4ae97 100644 --- a/test/forestestimparam-ks-test.cpp +++ b/test/forestestimparam-ks-test.cpp @@ -84,11 +84,11 @@ TEST_CASE("EstimParam KS distribution") auto res = EstimParam_fun(myread,statobs,opts,true); bar.progress(i,nrun); - expectations[i] = res.point_estimates["Expectation"]; - variances[i] = res.point_estimates["Variance"]; - quantiles1[i] = res.point_estimates["Quantile_0.05"]; - quantiles2[i] = res.point_estimates["Median"]; - quantiles3[i] = res.point_estimates["Quantile_0.95"]; + expectations[i] = res.point_estimates[0]["Expectation"]; + variances[i] = res.point_estimates[0]["Variance"]; + quantiles1[i] = res.point_estimates[0]["Quantile_0.05"]; + quantiles2[i] = res.point_estimates[0]["Median"]; + quantiles3[i] = res.point_estimates[0]["Quantile_0.95"]; } std::cout << std::endl; diff --git a/test/pls-eigen-test.cpp b/test/pls-eigen-test.cpp index 921a9d3..d2d191e 100644 --- a/test/pls-eigen-test.cpp +++ b/test/pls-eigen-test.cpp @@ -15,6 +15,29 @@ TEST_CASE("PLS with eigen") { MatrixXd R = read_matrix_file("projection.csv", ','); MatrixXd S = read_matrix_file("scores.csv", ','); + MatrixXd Projection; + RowVectorXd mean,std; + VectorXd res = pls(X,Y,6,Projection,mean,std); + VectorXd exp(6); + exp << 0.3054273, + 0.7979361, + 0.9773195, + 0.9826665, + 0.9867306, + 0.9890077; + CHECK((res - exp).lpNorm() == Approx(0.0).margin(1e-7)); + CHECK((Projection-R).lpNorm() == Approx(0.0).margin(1e-10)); + MatrixXd Scores = ((X.array().rowwise()-mean.array()).rowwise()/std.array()).matrix() * Projection; + CHECK((Scores - S).lpNorm() == Approx(0.0).margin(1e-10)); +} + +TEST_CASE("PLS with eigen and constant feature") { + MatrixXd Xr = read_matrix_file("gasolineXC.csv",','); + auto X = Xr(all,filterConstantVars(Xr)); + VectorXd Y = read_matrix_file("gasolineY.csv",','); + MatrixXd R = read_matrix_file("projection.csv", ','); + MatrixXd S = read_matrix_file("scores.csv", ','); + MatrixXd Projection; RowVectorXd mean,std; VectorXd res = pls(X,Y,6,Projection,mean,std);