fc96a86fc02c184682ecd521a4be5d8694828174622725769612d5190a4b1310
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +10 -0
- classification/UCR/Trace/Trace_TEST.ts +0 -0
- classification/UCR/Trace/Trace_TRAIN.ts +0 -0
- classification/UCR/TwoLeadECG/TwoLeadECG_TEST.ts +0 -0
- classification/UCR/TwoLeadECG/TwoLeadECG_TRAIN.ts +35 -0
- classification/UCR/TwoPatterns/TwoPatterns_TEST.ts +0 -0
- classification/UCR/TwoPatterns/TwoPatterns_TRAIN.ts +0 -0
- classification/UCR/UMD/UMD_TEST.ts +0 -0
- classification/UCR/UMD/UMD_TRAIN.ts +63 -0
- classification/UCR/UWaveGestureLibrary/UWaveGestureLibrary_TEST.ts +0 -0
- classification/UCR/UWaveGestureLibrary/UWaveGestureLibrary_TRAIN.ts +0 -0
- classification/UCR/UWaveGestureLibraryAll/UWaveGestureLibraryAll_TEST.ts +3 -0
- classification/UCR/UWaveGestureLibraryAll/UWaveGestureLibraryAll_TRAIN.ts +0 -0
- classification/UCR/UWaveGestureLibraryX/UWaveGestureLibraryX_TEST.ts +3 -0
- classification/UCR/UWaveGestureLibraryX/UWaveGestureLibraryX_TRAIN.ts +0 -0
- classification/UCR/UWaveGestureLibraryY/UWaveGestureLibraryY_TEST.ts +3 -0
- classification/UCR/UWaveGestureLibraryY/UWaveGestureLibraryY_TRAIN.ts +0 -0
- classification/UCR/UWaveGestureLibraryZ/UWaveGestureLibraryZ_TEST.ts +3 -0
- classification/UCR/UWaveGestureLibraryZ/UWaveGestureLibraryZ_TRAIN.ts +0 -0
- classification/UCR/Wafer/Wafer_TEST.ts +0 -0
- classification/UCR/Wafer/Wafer_TRAIN.ts +0 -0
- classification/UCR/Wine/Wine_TEST.ts +0 -0
- classification/UCR/Wine/Wine_TRAIN.ts +0 -0
- classification/UCR/WordSynonyms/WordSynonyms_TEST.ts +0 -0
- classification/UCR/WordSynonyms/WordSynonyms_TRAIN.ts +0 -0
- classification/UCR/Worms/Worms_TEST.ts +0 -0
- classification/UCR/Worms/Worms_TRAIN.ts +0 -0
- classification/UCR/WormsTwoClass/WormsTwoClass_TEST.ts +0 -0
- classification/UCR/WormsTwoClass/WormsTwoClass_TRAIN.ts +0 -0
- classification/UCR/Yoga/Yoga_TEST.ts +3 -0
- classification/UCR/Yoga/Yoga_TRAIN.ts +0 -0
- forecasting/.DS_Store +0 -0
- forecasting/autoformer/ETTh1.csv +0 -0
- forecasting/autoformer/ETTh2.csv +0 -0
- forecasting/autoformer/ETTm1.csv +0 -0
- forecasting/autoformer/ETTm2.csv +0 -0
- forecasting/autoformer/electricity.csv +3 -0
- forecasting/autoformer/exchange_rate.csv +0 -0
- forecasting/autoformer/national_illness.csv +967 -0
- forecasting/autoformer/traffic.csv +3 -0
- forecasting/autoformer/weather.csv +0 -0
- forecasting/monash/.DS_Store +0 -0
- forecasting/monash/australian_electricity_demand_dataset.tsf +3 -0
- forecasting/monash/bitcoin_dataset_without_missing_values.tsf +0 -0
- forecasting/monash/car_parts_dataset_without_missing_values.tsf +0 -0
- forecasting/monash/cif_2016_dataset.tsf +0 -0
- forecasting/monash/covid_deaths_dataset.tsf +0 -0
- forecasting/monash/dominick_dataset.tsf +3 -0
- forecasting/monash/electricity_hourly_dataset.tsf +3 -0
- forecasting/monash/electricity_weekly_dataset.tsf +0 -0
.gitattributes
CHANGED
@@ -90,3 +90,13 @@ classification/UCR/PhonemeSpectra/PhonemeSpectra_TRAIN.ts filter=lfs diff=lfs me
|
|
90 |
classification/UCR/SpokenArabicDigits/SpokenArabicDigits_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
|
91 |
classification/UCR/StarLightCurves/StarLightCurves_TEST.ts filter=lfs diff=lfs merge=lfs -text
|
92 |
classification/UCR/StarLightCurves/StarLightCurves_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
classification/UCR/SpokenArabicDigits/SpokenArabicDigits_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
|
91 |
classification/UCR/StarLightCurves/StarLightCurves_TEST.ts filter=lfs diff=lfs merge=lfs -text
|
92 |
classification/UCR/StarLightCurves/StarLightCurves_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
|
93 |
+
classification/UCR/UWaveGestureLibraryAll/UWaveGestureLibraryAll_TEST.ts filter=lfs diff=lfs merge=lfs -text
|
94 |
+
classification/UCR/UWaveGestureLibraryX/UWaveGestureLibraryX_TEST.ts filter=lfs diff=lfs merge=lfs -text
|
95 |
+
classification/UCR/UWaveGestureLibraryY/UWaveGestureLibraryY_TEST.ts filter=lfs diff=lfs merge=lfs -text
|
96 |
+
classification/UCR/UWaveGestureLibraryZ/UWaveGestureLibraryZ_TEST.ts filter=lfs diff=lfs merge=lfs -text
|
97 |
+
classification/UCR/Yoga/Yoga_TEST.ts filter=lfs diff=lfs merge=lfs -text
|
98 |
+
forecasting/autoformer/electricity.csv filter=lfs diff=lfs merge=lfs -text
|
99 |
+
forecasting/autoformer/traffic.csv filter=lfs diff=lfs merge=lfs -text
|
100 |
+
forecasting/monash/australian_electricity_demand_dataset.tsf filter=lfs diff=lfs merge=lfs -text
|
101 |
+
forecasting/monash/dominick_dataset.tsf filter=lfs diff=lfs merge=lfs -text
|
102 |
+
forecasting/monash/electricity_hourly_dataset.tsf filter=lfs diff=lfs merge=lfs -text
|
classification/UCR/Trace/Trace_TEST.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/Trace/Trace_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/TwoLeadECG/TwoLeadECG_TEST.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/TwoLeadECG/TwoLeadECG_TRAIN.ts
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#TwoLeadECG is an ECG dataset taken from physionet by Eamonn Keogh.
|
2 |
+
#Specifically, the data is from MIT-BIH Long-Term ECG Database
|
3 |
+
#(ltdb) Record ltdb/15814, begin at time 420, ending at 1019. The
|
4 |
+
#task is to distinguish between signal 0 and signal 1.
|
5 |
+
@problemName TwoLeadECG
|
6 |
+
@timeStamps false
|
7 |
+
@missing false
|
8 |
+
@univariate true
|
9 |
+
@equalLength true
|
10 |
+
@seriesLength 82
|
11 |
+
@classLabel true 1 2
|
12 |
+
@data
|
13 |
+
0.68834554,0.6172271,0.6172271,0.56981481,0.68834554,0.64093325,0.71205169,0.78317013,0.49869637,0.47499023,0.54610867,0.33275335,0.33275335,0.26163491,0.23792876,0.26163491,0.21422262,0.21422262,0.26163491,0.23792876,0.095691885,0.11939803,0.11939803,-0.022838848,0.16681032,0.28534105,0.16681032,0.048279591,0.16681032,0.16681032,0.14310418,-0.80514168,-2.1800981,-3.0098133,-3.0098133,-2.8438703,-2.962401,-2.5831026,-2.0378613,-2.0852736,-1.8482121,-1.4689138,-1.2318524,-1.1370278,-0.6629048,-0.37843104,-0.33101875,-0.14136958,0.28534105,0.45128408,0.49869637,0.40387178,0.33275335,0.47499023,0.28534105,0.42757794,0.49869637,0.6172271,0.54610867,0.49869637,0.54610867,0.6172271,0.6646394,0.6646394,0.71205169,0.80687628,0.78317013,0.85428856,0.80687628,0.90170086,0.85428856,0.73575783,0.71205169,0.64093325,0.56981481,0.45128408,0.40387178,0.35645949,0.21422262,0.14310418,0.16681032,0.14310418:2
|
14 |
+
-0.11165366,-0.036505095,-0.074079374,-0.061554615,0.038643465,0.051168225,0.13884154,0.23903962,0.21399011,0.23903962,0.063692985,0.10126726,0.063692985,0.0010691853,-0.036505095,-0.074079374,-0.1617527,-0.12417841,-0.18680221,-0.18680221,-0.32457457,-0.24942602,-0.22437649,-0.27447553,-0.31204981,-0.28700029,-0.21185173,-0.32457457,-0.049029854,0.36428723,-0.049029854,-0.85061448,-1.8525952,-2.5164076,-2.7418532,-2.7919522,-2.3786352,-2.0655162,-1.9778429,-1.86512,-1.6647239,-1.5770506,-1.2764563,-1.0384859,-0.67526785,-0.37467361,-0.14922794,0.076217745,0.38933674,0.57720814,0.66488147,0.67740622,0.72750526,0.76507954,0.79012906,0.86527761,0.91537665,0.96547568,1.0406242,1.0656737,1.1408223,1.2159709,1.2535452,1.2911195,1.366268,1.3537433,1.366268,1.3286937,1.3036442,1.1783967,1.053149,0.96547568,0.80265382,0.68993098,0.55215862,0.45196054,0.36428723,0.25156438,0.13884154,0.063692985,0.0010691853,-0.011455575:1
|
15 |
+
-0.4917178,-0.45549061,-0.45549061,-0.43737701,-0.40114983,-0.32869545,-0.25624108,-0.22001389,-0.12944592,-0.11133233,-0.23812748,-0.25624108,-0.27435467,-0.31058186,-0.27435467,-0.34680904,-0.29246826,-0.31058186,-0.31058186,-0.32869545,-0.36492264,-0.34680904,-0.36492264,-0.34680904,-0.31058186,-0.31058186,-0.32869545,-0.36492264,-0.31058186,-0.14755951,-0.29246826,-1.0351256,-2.2125092,-2.6834626,-2.6472354,-2.6110083,-2.3393044,-1.8140101,-1.6509878,-1.4879654,-1.2524887,-1.017012,-0.79964888,-0.4736042,-0.22001389,-0.038877955,0.087917199,0.28716673,0.52264344,0.68566578,0.74000656,0.77623375,0.84868813,0.86680172,0.95736969,0.97548328,0.99359683,1.0841648,1.1385056,1.21096,1.2834144,1.3377552,1.3739824,1.4283231,1.4464367,1.4826639,1.4102095,1.3196415,1.2653008,1.1385056,0.99359683,0.9211425,0.83057453,0.74000656,0.631325,0.55887063,0.50452984,0.46830266,0.45018907,0.39584829,0.41396189,0.43207548:2
|
16 |
+
-0.34770347,-0.24788138,-0.28531466,-0.23540362,-0.18549257,-0.110626,-0.073192724,0.089018171,0.12645146,0.089018171,0.014151604,-0.035759441,-0.098148246,-0.110626,-0.2104481,-0.24788138,-0.31027018,-0.28531466,-0.32274795,-0.39761451,-0.44752556,-0.41009228,-0.41009228,-0.38513675,-0.39761451,-0.42257003,-0.4350478,-0.34770347,-0.098148246,-0.12310377,-0.85929167,-1.7202572,-2.1819343,-2.3441452,-2.4938784,-2.3316674,-1.9199013,-1.7701682,-1.7701682,-1.6703461,-1.6204351,-1.3833577,-1.1088469,-0.77194734,-0.44752556,-0.29779243,-0.048237201,0.25122907,0.52573981,0.68795071,0.72538399,0.76281727,0.82520608,0.87511712,0.92502816,0.96246145,1.0622835,1.0997168,1.1621057,1.2619277,1.2868832,1.3617498,1.3742276,1.4241386,1.4990052,1.4865274,1.4116608,1.3742276,1.2619277,1.1496279,1.1121946,0.96246145,0.81272831,0.68795071,0.58812861,0.47582877,0.42591772,0.35105115,0.31361787,0.32609563,0.28866235,0.30114011:1
|
17 |
+
0.015378638,0.040599608,0.0027681537,-0.0098423312,0.0027681537,-0.0098423312,0.11626251,0.078431061,0.21714639,0.25497784,0.24236736,0.26758833,0.29280929,0.20453591,0.14148348,0.091041546,0.040599608,-0.085505239,-0.0350633,-0.060284269,-0.060284269,-0.12333669,-0.26205202,-0.22422057,-0.22422057,-0.21161009,-0.1989996,-0.287273,-0.23683105,-0.17377863,-0.32510445,0.053210092,0.39369318,-0.047673785,-1.0060706,-2.0022989,-2.5445497,-2.7841489,-2.8219804,-2.4184448,-2.1157933,-1.9770779,-1.8383626,-1.7500892,-1.6365948,-1.2961117,-1.0312916,-0.71602947,-0.33771493,-0.1989996,0.078431061,0.28019882,0.48196657,0.57023996,0.59546093,0.6206819,0.65851335,0.68373432,0.72156577,0.77200771,0.82244965,0.87289159,0.93594401,0.98638598,1.0620488,1.1377118,1.1629328,1.2259852,1.2764271,1.3268691,1.301648,1.3142586,1.2764271,1.1881537,1.0746593,0.98638598,0.84767062,0.6963448,0.58285044,0.46935608,0.33064075,0.25497784:1
|
18 |
+
-0.34442631,-0.32978506,-0.32978506,-0.32978506,-0.37370879,-0.35906755,-0.35906755,-0.21265512,-0.15409015,-0.11016643,0.050887248,0.06552849,0.050887248,0.036246005,-0.051601452,-0.12480766,-0.15409015,-0.2419376,-0.25657885,-0.28586133,-0.30050258,-0.40299127,-0.41763252,-0.46155625,-0.446915,-0.43227377,-0.46155625,-0.46155625,-0.41763252,-0.446915,-0.43227377,-0.022318966,0.16801719,-0.59332744,-1.413237,-2.1452992,-2.4088415,-2.6577426,-2.4234828,-1.896398,-1.7207032,-1.6474969,-1.530367,-1.4278782,-1.1496946,-0.87151105,-0.57868619,-0.35906755,-0.2712201,0.021604762,0.27050589,0.46084204,0.6511782,0.66581944,0.72438442,0.76830815,0.78294938,0.87079684,0.92936182,0.98792676,1.1489804,1.1343392,1.2661104,1.3393166,1.3685991,1.4710878,1.5150115,1.5589352,1.5589352,1.5735765,1.5003702,1.3685991,1.2661104,1.1196979,1.0025681,0.88543809,0.78294938,0.68046069,0.56333075,0.49012453,0.37299458,0.3437121:1
|
19 |
+
0.22125239,0.24136625,0.3017078,0.34193552,0.42239093,0.48273249,0.50284635,0.36204936,0.32182166,0.28159395,0.22125239,0.22125239,0.18102469,0.12068312,0.12068312,0.12068312,0.10056927,0.040227707,0.020113854,0.020113854,-0.020113854,-0.040227708,-0.040227708,-0.060341561,-0.020113854,-0.080455416,-0.12068313,0.040227707,-0.080455416,-1.0056927,-2.2929794,-3.0371919,-3.0371919,-3.0371919,-2.7555979,-2.1521824,-1.9108161,-1.6895637,-1.4280836,-1.2269451,-0.94535112,-0.66375718,-0.36204937,-0.14079697,-0.060341561,0.10056927,0.38216322,0.60341561,0.68387102,0.70398488,0.74421259,0.76432644,0.80455415,0.80455415,0.84478185,0.90512342,0.92523727,0.98557882,1.0861481,1.1263758,1.1867174,1.2470589,1.2470589,1.2470589,1.1867174,1.106262,0.98557882,0.90512342,0.70398488,0.56318791,0.46261863,0.36204936,0.20113853,0.10056927,-5.0608273E-10,-0.040227708,-0.16091083,-0.20113854,-0.22125239,-0.24136624,-0.28159396,-0.3017078:2
|
20 |
+
-0.56844079,-0.53012419,-0.51096588,-0.47264929,-0.39601609,-0.30022459,-0.24274968,-0.24274968,-0.20443309,-0.28106628,-0.28106628,-0.31938288,-0.37685778,-0.33854119,-0.35769949,-0.31938288,-0.22359138,-0.28106628,-0.26190799,-0.35769949,-0.28106628,-0.30022459,-0.24274968,-0.30022459,-0.22359138,-0.24274968,-0.33854119,-0.20443309,-0.20443309,-0.089483281,-0.20443309,-0.56844079,-1.5071975,-2.3884793,-2.6566956,-2.5417457,-2.3501627,-2.0819465,-1.794572,-1.794572,-1.4688809,-1.2389813,-1.0857149,-0.76002379,-0.60675739,-0.26190799,-0.051166681,0.025466522,0.40863253,0.56189893,0.81095683,0.86843174,0.84927343,0.83011514,0.86843174,0.88759004,0.92590664,0.92590664,1.0025398,0.98338158,1.0216982,1.0983313,1.1366479,1.1366479,1.2132811,1.2515978,1.3090726,1.3473892,1.3090726,1.3473892,1.328231,1.2132811,1.2324394,1.1749645,0.96422324,0.92590664,0.79179854,0.73432364,0.65769043,0.52358233,0.52358233,0.46610743:2
|
21 |
+
0.059847197,0.084141603,0.16917203,0.24205524,0.27849685,0.42426329,0.35138006,0.32708566,0.33923287,0.21776083,0.13273041,0.20561363,0.16917203,0.13273041,0.059847197,0.047699994,-8.8881781E-4,-0.061624833,-0.12236085,-0.11021365,-0.13450805,-0.18309686,-0.18309686,-0.098066441,-0.23168567,-0.23168567,-0.23168567,0.0719944,0.18131923,-0.7540154,-1.9201469,-2.5396543,-2.7097151,-2.8676287,-2.7947455,-2.3210045,-2.0659133,-1.8958525,-1.7500861,-1.628614,-1.4221115,-1.0941371,-0.76616261,-0.40174651,-0.24383287,0.023405588,0.20561363,0.39996888,0.54573531,0.58217693,0.58217693,0.63076574,0.71579616,0.69150175,0.69150175,0.75223777,0.81297378,0.86156259,0.9222986,0.94659301,1.0194762,1.0559179,1.1045067,1.1652427,1.2259787,1.189537,1.2016843,1.189537,1.1530955,1.0437706,0.93444581,0.83726819,0.72794336,0.63076574,0.52144091,0.38782168,0.27849685,0.19346643,0.096288806,0.023405588,-0.025183223,-0.049477629:1
|
22 |
+
0.94788973,-0.021175379,-0.021175379,-0.021175379,-0.021175379,-0.033164692,-0.021175379,0.0028032464,0.074739123,0.13468569,0.17065362,0.30253607,0.19463225,0.15866431,0.146675,0.086728435,-0.0091860663,0.01479256,-0.033164692,-0.081121943,-0.10510057,-0.1290792,-0.16504713,-0.2249937,-0.28494026,-0.27295095,-0.28494026,-0.27295095,-0.28494026,-0.29692957,-0.30891888,-0.34488682,-0.15305782,0.038771185,-0.33289751,-1.3639784,-2.1672624,-2.4070486,-2.4550059,-2.4669951,-2.2511875,-1.9874227,-1.8915082,-1.8315616,-1.7236578,-1.6277432,-1.3399998,-1.1002135,-0.78849139,-0.50074788,-0.29692957,0.0028032464,0.31452538,0.57829025,0.63823682,0.67420476,0.72216201,0.77011926,0.81807651,0.85404445,0.87802307,0.92598033,0.99791617,1.0458735,1.1297986,1.1897452,1.2496917,1.3096383,1.3695849,1.3575956,1.4055528,1.3695849,1.3575956,1.2616811,1.141788,1.0218949,0.87802307,0.72216201,0.6142582,0.47038644,0.35049331,0.23060019:1
|
23 |
+
-0.059017868,-0.059017868,-0.070513034,-0.024532368,0.032943466,0.10191446,0.1249048,0.25135164,0.2628468,0.1938758,0.1593903,0.1249048,0.032943466,0.044438633,-0.047522701,-0.059017868,-0.093503367,-0.12798887,-0.17396954,-0.20845504,-0.2544357,-0.2544357,-0.24294053,-0.2544357,-0.27742603,-0.2889212,-0.2889212,-0.27742603,-0.27742603,0.032943466,0.0214483,-0.81769887,-1.7373122,-2.3350609,-2.5304788,-2.5994497,-2.5189835,-2.1856237,-1.9902059,-1.9097397,-1.7717977,-1.6683412,-1.4384379,-1.1395636,-0.8406892,-0.5303197,-0.3234067,-0.093503367,0.1938758,0.44676947,0.63069213,0.73414863,0.76863414,0.7456438,0.79162447,0.83760514,0.89508096,0.9180713,0.96405197,1.0215278,1.1134891,1.1824601,1.2054505,1.2514312,1.308907,1.308907,1.3433925,1.3433925,1.3204021,1.2399359,1.170965,1.0675084,0.9180713,0.8146148,0.66517763,0.58471147,0.48125497,0.35480813,0.27434197,0.25135164,0.14789513,0.090419299:1
|
24 |
+
0.10938525,0.090422052,0.090422052,0.14731163,0.20420121,0.26109078,0.31798036,0.35590675,0.20420121,0.18523802,0.18523802,0.090422052,0.07145886,0.052495667,-0.0043939111,0.014569282,0.014569282,-0.0043939111,-0.042320297,-0.099209872,-0.11817307,-0.11817307,-0.13713626,-0.11817307,-0.15609945,-0.15609945,-0.21298903,-0.11817307,0.014569282,-0.45951054,-1.4455966,-2.6402777,-3.1143576,-3.1143576,-3.0195416,-2.6023513,-1.9386395,-1.786934,-1.5214494,-1.1801119,-1.0094431,-0.70603205,-0.44054734,-0.23195222,-0.023357104,0.090422052,0.29901718,0.54553868,0.73517061,0.77309699,0.77309699,0.79206019,0.84894976,0.86791296,0.88687615,0.92480254,1.0006554,1.0385817,1.0765081,1.1333977,1.171324,1.2092504,1.2471768,1.2471768,1.2282137,1.171324,1.0575449,0.94376572,0.86791296,0.73517061,0.58346507,0.46968591,0.33694356,0.2421276,0.14731163,0.052495667,0.014569282,-0.080246682,-0.11817307,-0.042320297,-0.06128349,-0.099209872:2
|
25 |
+
0.12416726,0.11144011,0.14962155,0.1368944,0.12416726,0.1368944,0.18780298,0.21325727,0.2514387,0.35325586,0.42961872,0.34052871,0.35325586,0.32780157,0.18780298,0.20053013,0.098712969,0.06053154,0.035077252,-0.028558469,-0.015831325,-0.092194189,-0.1812842,-0.1812842,-0.19401135,-0.20673849,-0.21946563,-0.21946563,-0.24491992,-0.27037421,-0.28310135,-0.054012757,0.28962013,-0.20673849,-1.3394543,-2.2812629,-2.5994416,-2.6630773,-2.6503502,-2.3067173,-2.0521744,-1.9630844,-1.835813,-1.746723,-1.6449058,-1.3394543,-1.0340028,-0.71582425,-0.47400852,-0.25764706,-0.0031041802,0.27689299,0.54416301,0.65870732,0.70961589,0.73507018,0.77325161,0.82416018,0.86234162,0.87506876,0.95143165,1.0659759,1.0914302,1.1423388,1.2059746,1.2441559,1.2696103,1.2823374,1.3077916,1.3077916,1.2696103,1.1677931,1.0659759,0.92597734,0.78597876,0.64598017,0.53143587,0.365983,0.23871155,0.14962155,-0.015831325,-0.066739901:1
|
26 |
+
0.21032268,0.21032268,0.1982114,0.1982114,0.24665651,0.25876779,0.3677693,0.39199185,0.45254824,0.46465952,0.34354674,0.28299035,0.16187757,0.077098624,0.12554374,0.11343246,0.10132118,0.10132118,0.064987346,0.0044309557,-0.08034799,-0.10457055,-0.11668182,-0.11668182,-0.14090438,-0.15301566,-0.14090438,-0.16512693,-0.17723821,-0.21357204,-0.0076803221,0.24665651,-0.24990589,-1.2914758,-2.1150427,-2.4904923,-2.6721615,-2.7448291,-2.4420472,-2.1150427,-2.0060412,-1.9575961,-1.8485946,-1.7638157,-1.4610337,-1.1582518,-0.7949134,-0.54057656,-0.38312994,-0.10457055,0.25876779,0.53732718,0.62210614,0.64632869,0.64632869,0.68266253,0.68266253,0.71899636,0.74321891,0.79166402,0.85222042,0.87644298,0.93699936,0.99755571,1.0217783,1.0823347,1.1307798,1.1550024,1.2034475,1.2034475,1.2155588,1.2034475,1.1307798,1.0581121,0.93699936,0.79166402,0.64632869,0.4767708,0.39199185,0.21032268,0.089209905,-0.0076803221:1
|
27 |
+
-0.043719561,0.0037639362,0.03937656,0.1106018,0.18182705,0.3005358,0.24118142,0.2055688,0.16995618,0.074989182,0.063118308,0.01563481,-0.031848687,-0.06746131,-0.079332184,-0.091203059,-0.15055743,-0.22178268,-0.24552442,-0.2573953,-0.2573953,-0.24552442,-0.23365355,-0.24552442,-0.28113705,-0.2573953,-0.2573953,0.03937656,0.098730932,-0.70848852,-1.7768672,-2.3585401,-2.5366032,-2.5840867,-2.4297653,-2.0973808,-1.990543,-1.9193177,-1.8124799,-1.7649964,-1.5869332,-1.2545488,-0.87468076,-0.57790891,-0.37610404,-0.15055743,0.18182705,0.46672803,0.57356591,0.6685329,0.69227465,0.69227465,0.73975814,0.7634999,0.81098339,0.84659601,0.88220863,0.95343388,1.0009173,1.0484008,1.1077553,1.1671097,1.2383349,1.2739475,1.2858184,1.3333019,1.3570436,1.3333019,1.2739475,1.1908514,1.0602718,0.95343388,0.81098339,0.69227465,0.57356591,0.44298629,0.33614841,0.21743968,0.14621443,0.086860057,0.027505685,-0.0081069381:1
|
28 |
+
0.023235388,0.0039899153,0.023235388,0.061726332,0.11946274,0.17719916,0.23493558,0.27342652,0.15795369,0.11946274,0.10021728,0.0039899153,-0.015255556,-0.015255556,-0.0537465,0.0039899153,-0.0537465,-0.0537465,-0.092237444,-0.13072839,-0.14997386,-0.13072839,-0.14997386,-0.14997386,-0.14997386,-0.14997386,-0.1884648,-0.13072839,-0.015255556,-0.47714689,-1.6511207,-2.8635854,-2.9790582,-2.9213218,-2.7866035,-2.3824486,-1.9590483,-1.8243299,-1.5741388,-1.2854567,-1.0737565,-0.70809255,-0.41941046,-0.1884648,0.0039899153,0.15795369,0.33116294,0.60059955,0.75456333,0.81229974,0.83154521,0.85079068,0.88928162,0.92777257,0.92777257,0.98550899,1.0432454,1.1009818,1.1394727,1.1779637,1.2549456,1.2934366,1.2741911,1.2934366,1.2741911,1.2164547,1.0817363,0.98550899,0.83154521,0.6968269,0.58135407,0.48512672,0.35040841,0.25418105,0.15795369,0.080971803,0.04248086,-0.015255556,-0.072991972,-0.0537465,-0.0537465,-0.072991972:2
|
29 |
+
0.13846625,0.18783248,0.1508078,0.23719871,0.28656493,0.39763895,0.47168829,0.39763895,0.34827272,0.33593116,0.24954026,0.31124805,0.20017404,0.10144158,0.064416907,0.064416907,0.0027091211,-0.03431555,-0.096023338,-0.1083649,-0.15773112,-0.14538956,-0.14538956,-0.15773112,-0.17007268,-0.096023338,-0.24412202,-0.1083649,0.33593116,0.13846625,-0.76246742,-1.7374504,-2.4902854,-2.8111659,-2.9345814,-2.7371166,-2.3051621,-2.1323803,-1.9102322,-1.7374504,-1.6016933,-1.3425206,-1.1450557,-0.73778431,-0.51563628,-0.2194389,-0.021973993,0.22485715,0.54573763,0.53339607,0.59510387,0.70617787,0.71851943,0.70617787,0.81725189,0.73086099,0.86661811,0.85427656,0.96535057,0.97769214,1.0517414,1.1628155,1.1011077,1.1874986,1.2368649,1.2368649,1.175157,1.2121818,1.0640831,0.99003369,0.90364279,0.78022721,0.61978697,0.47168829,0.42232206,0.32358961,0.20017404,0.015050678,0.039733792,0.0027091211,-0.133048,-0.12070645:1
|
30 |
+
0.37854085,0.37854085,0.40218164,0.42582242,0.44946321,0.54402634,0.56766713,0.66223027,0.56766713,0.40218164,0.44946321,0.37854085,0.3076185,0.28397771,0.21305536,0.3076185,0.28397771,0.18941458,0.18941458,0.11849222,0.09485144,0.047569871,0.047569871,0.047569871,0.023929086,-0.046993267,-0.023352483,-0.070634052,-0.070634052,0.047569871,-0.070634052,-0.85077994,-2.1037416,-2.9784505,-3.0257321,-2.8366058,-2.5765572,-2.3874309,-2.2219454,-1.9855376,-1.7018482,-1.4654403,-1.2526733,-0.89806151,-0.63801288,-0.37796425,-0.23611954,-0.023352483,0.26033693,0.47310399,0.66223027,0.70951183,0.63858948,0.68587105,0.66223027,0.73315262,0.70951183,0.70951183,0.78043419,0.85135654,0.87499733,0.89863811,0.9222789,1.016842,1.016842,1.0404829,1.0641236,1.0404829,1.016842,0.94591968,0.82771576,0.73315262,0.59130792,0.42582242,0.35490007,0.21305536,0.09485144,-0.046993267,-0.11791562,-0.16519719,-0.28340112,-0.3070419:2
|
31 |
+
-0.13885114,-0.11908414,-0.05978313,-0.020249125,0.039051882,0.01928488,-4.8212271E-4,-0.11908414,-0.099317134,-0.13885114,-0.23768615,-0.19815215,-0.21791915,-0.19815215,-0.17838514,-0.19815215,-0.21791915,-0.27722015,-0.29698716,-0.25745316,-0.25745316,-0.25745316,-0.29698716,-0.23768615,-0.23768615,-0.27722015,-0.19815215,-0.13885114,-0.39582217,-1.1469683,-2.2539204,-2.7480955,-2.7876295,-2.5306585,-2.3329884,-2.0364833,-1.9178813,-1.7202113,-1.4434733,-1.2458033,-0.96906524,-0.6527932,-0.43535618,-0.21791915,-0.040016127,0.2169549,0.45415893,0.71112996,0.79019797,0.79019797,0.79019797,0.82973198,0.86926598,0.82973198,0.84949898,0.96810102,0.98786797,1.047169,1.10647,1.146004,1.205305,1.2843731,1.363441,1.402975,1.4227421,1.363441,1.323907,1.2448391,1.165771,1.027402,0.88903298,0.80996497,0.67159596,0.53322694,0.39485792,0.33555691,0.27625591,0.11811989,0.1971879,0.11811989,0.078585887,0.078585887:2
|
32 |
+
0.12505475,0.11150853,0.11150853,0.016684982,0.070869869,0.097962313,0.12505475,0.084416091,0.17923965,0.28760942,0.36888674,0.27406319,0.24697075,0.23342453,0.19278587,0.043777425,-0.11877724,0.016684982,0.084416091,-0.13232346,-0.29487811,-0.28133189,-0.28133189,-0.44388656,-0.38970167,-0.40324789,-0.40324789,-0.36260923,-0.45743278,-0.48452522,-0.36260923,0.043777425,-0.18650834,-1.1753825,-1.9339709,-2.2726265,-2.4080887,-2.5029123,-2.3268114,-2.0017021,-1.9339709,-1.8391474,-1.7307777,-1.6901389,-1.3921221,-1.1482901,-0.85027321,-0.52516388,-0.41679411,-0.010407462,0.27406319,0.45016408,0.53144141,0.57208007,0.61271873,0.70754229,0.73463473,0.78881962,0.87009695,0.93782806,1.0055592,1.1545676,1.1952062,1.1952062,1.2629374,1.4119458,1.4119458,1.4390382,1.3713072,1.4661307,1.3713072,1.2222987,1.1545676,1.0326516,0.88364317,0.76172718,0.57208007,0.53144141,0.43661786,0.35534052,0.19278587,0.13860097:1
|
33 |
+
0.17876728,0.15846407,0.15846407,0.2193737,0.25998011,0.28028332,0.32088974,0.2396769,0.19907049,0.17876728,0.097554443,0.056948025,0.097554443,0.016341608,0.036644816,-0.0039616015,-0.0039616015,-0.0039616015,-0.064871228,-0.10547764,-0.064871228,-0.064871228,-0.10547764,-0.085174436,-0.10547764,-0.14608406,-0.14608406,-0.024264811,0.016341608,-0.53184503,-1.6282183,-2.7042884,-3.1103526,-2.9479269,-2.8261076,-2.6636819,-2.0748889,-1.8515536,-1.5470055,-1.303367,-1.1003349,-0.77548354,-0.53184503,-0.30850974,-0.12578085,-0.0039616015,0.2396769,0.44270899,0.64574108,0.68634749,0.68634749,0.74725713,0.74725713,0.78786355,0.76756034,0.80816676,0.9096828,0.92998601,0.92998601,1.031502,1.0924116,1.1127149,1.1736245,1.1939277,1.2345341,1.2345341,1.1736245,1.1127149,1.0111988,0.88937959,0.78786355,0.68634749,0.54422503,0.40210257,0.28028332,0.19907049,0.13816086,0.056948025,-0.0039616015,-0.024264811,-0.044568019,-0.16638727:2
|
34 |
+
1.8704788,0.085997886,0.10925133,0.13250477,0.10925133,0.13250477,0.13250477,0.20226509,0.17901165,0.24877197,0.27202541,0.34178574,0.3185323,0.17901165,0.15575821,0.085997886,0.085997886,0.062744447,-0.030269318,0.062744447,0.039491006,-0.0070158773,0.016237565,-0.030269318,-0.076776201,-0.030269318,-0.14653652,-0.053522759,-0.030269318,-0.14653652,-0.12328308,-0.12328308,-0.076776201,0.062744447,-0.28605717,-1.123181,-2.2625996,-2.9136961,-2.960203,-2.7044151,-2.5648944,-2.2858531,-2.123079,-1.8672912,-1.4952361,-1.2859552,-1.123181,-0.82088633,-0.56509846,-0.33256405,-0.21629685,0.039491006,0.36503918,0.52781328,0.5975736,0.62082704,0.5975736,0.62082704,0.62082704,0.64408048,0.69058736,0.73709425,0.78360113,0.85336145,0.89986833,0.94637522,1.0161356,1.1091493,1.1556562,1.1556562,1.1556562,1.1324027,1.1324027,1.039389,0.94637522,0.83010801,0.7138408,0.62082704,0.50455983,0.38829262,0.29527886,0.17901165:2
|
35 |
+
0.2491066,0.21049273,0.22979966,0.22979966,0.19118579,0.21049273,0.2491066,0.26841355,0.32633437,0.34564131,0.40356212,0.442176,0.30702743,0.30702743,0.30702743,0.21049273,0.15257191,0.15257191,0.11395803,0.13326497,0.094651092,0.11395803,0.036730276,-0.040497481,-0.05980442,-0.05980442,-0.079111359,-0.13703217,-0.17564605,-0.21425993,-0.19495299,-0.13703217,-0.11772523,-0.60039872,-1.6236665,-2.7627759,-3.1489147,-3.1103008,-2.9751522,-2.6083204,-2.0677261,-1.8939637,-1.6043596,-1.2954485,-1.1602999,-0.77416118,-0.46525014,-0.23356688,-0.098418298,0.075344154,0.28772049,0.50009682,0.57732457,0.59663151,0.63524539,0.65455233,0.65455233,0.67385927,0.73178009,0.77039397,0.80900785,0.8862356,0.94415642,1.0020772,1.0020772,1.0986119,1.1565327,1.1372258,1.1179188,1.1372258,1.079305,1.0020772,0.86692867,0.77039397,0.67385927,0.5387107,0.40356212,0.30702743,0.21049273,0.094651092,0.017423337,-0.05980442:2
|
classification/UCR/TwoPatterns/TwoPatterns_TEST.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/TwoPatterns/TwoPatterns_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/UMD/UMD_TEST.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/UMD/UMD_TRAIN.ts
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## UMD dataset
|
2 |
+
#
|
3 |
+
#UMD is a synthetic data set with 3 classes: one class is characterized by a small up bell arising at the initial or final period (Up); one does not have any bell (Middle); one has a small down bell arising at the initial or final period (Down).
|
4 |
+
#
|
5 |
+
#- Class 1: Up
|
6 |
+
#- Class 2: Middle
|
7 |
+
#- Class 3: Down
|
8 |
+
#
|
9 |
+
#Train size: 36
|
10 |
+
#
|
11 |
+
#Test size: 144
|
12 |
+
#
|
13 |
+
#Missing value: No
|
14 |
+
#
|
15 |
+
#Number of classses: 3
|
16 |
+
#
|
17 |
+
#Time series length: 150
|
18 |
+
#
|
19 |
+
#Data source: Université Joseph Fourier (Grenoble I), Laboratoire d’informatique de Grenoble(LIG), Equipe AMA
|
20 |
+
@problemName UMD
|
21 |
+
@timeStamps false
|
22 |
+
@missing false
|
23 |
+
@univariate true
|
24 |
+
@equalLength true
|
25 |
+
@seriesLength 150
|
26 |
+
@classLabel true 1 2 3
|
27 |
+
@data
|
28 |
+
0.053053325,0.040692819,0.039424033,0.006438627,0.01815379,0.043179367,0.015575777,0.023580542,0.0068416659,0.039422098,0.033632369,0.026710739,0.021756984,0.021418027,0.0051572916,0.049473717,0.014590543,0.010221594,0.121,0.462,0.81,1.011,1.107,1.144,1.027,0.685,0.342,0.149,0.059,0.026862481,0.04232353,0.050702477,0.040950791,0.013357059,0.048743234,0.038720624,0.013947599,-0.0056547106,0.036245352,-0.006197159,0.03703653,-0.0047552201,-0.0073410568,0.042491026,0.025755387,0.032164049,-0.084,-0.314,-0.539,-0.662,-0.721,-0.75,-0.764,-0.769,-0.77,-0.768,-0.769,-0.773,-0.771,-0.765,-0.763,-0.765,-0.767,-0.769,-0.768,-0.766,-0.766,-0.767,-0.767,-0.765,-0.761,-0.761,-0.766,-0.77,-0.77,-0.769,-0.768,-0.767,-0.766,-0.766,-0.765,-0.763,-0.76,-0.756,-0.755,-0.756,-0.755,-0.755,-0.756,-0.675,-0.453,-0.227,-0.099,2.3876049E-4,0.012716522,0.021626865,0.051947601,0.0064640684,0.0070105371,0.016984276,0.0068794111,0.046881376,0.036239967,0.044447975,0.021840749,0.046653208,0.015522004,0.040294215,0.0080793876,0.043190499,0.0012148788,0.038095084,0.042773933,0.025422355,0.041422179,0.001371884,-9.5742154E-4,0.046874739,0.01692337,0.032279475,0.047572442,0.047104076,0.026100872,0.053601837,0.041712452,0.026250557,0.031441473,0.025175091,0.013327104,0.026375227,0.036641632,0.045296876,0.028462412,-0.0041394268,0.026497194,0.041008465,0.03712909,0.0054396571,0.01361931,0.02076281,0.035886841,0.047126149,0.033465737,0.035244965,0.027786101,0.045970288,0.027780141,0.044234926,0.022630805,0.043698975:1
|
29 |
+
0.043682887,0.044505793,0.044794321,0.048495147,0.020070777,0.055453525,0.051246767,0.053957529,0.043487377,0.004972365,0.028519303,0.0078286398,0.0044772141,0.018421732,0.041679378,0.031605907,0.028325581,0.0079659661,0.118,0.419,0.72,0.886,0.966,1.003,1.017,1.022,1.023,0.907,0.602,0.3,0.132,0.054,0.055379545,0.056330593,0.027088348,0.019412159,0.0023697027,0.045838242,0.0087953168,0.042871786,-0.0018579766,0.042192108,0.04374358,0.012333563,0.045904053,0.051740065,0.029821125,-0.143,-0.549,-0.955,-1.182,-1.286,-1.328,-1.346,-1.353,-1.356,-1.36,-1.363,-1.362,-1.359,-1.36,-1.364,-1.367,-1.366,-1.367,-1.368,-1.366,-1.364,-1.364,-1.364,-1.363,-1.361,-1.359,-1.359,-1.361,-1.363,-1.364,-1.365,-1.367,-1.366,-1.363,-1.36,-1.362,-1.363,-1.36,-1.36,-1.363,-1.365,-1.365,-1.365,-1.364,-1.362,-1.361,-1.361,-1.361,-1.361,-1.362,-1.363,-1.364,-1.364,-1.361,-1.355,-1.35,-1.351,-1.356,-1.361,-1.363,-1.363,-1.364,-1.217,-0.815,-0.41,-0.184,-0.078,-0.025982809,-0.0077395037,0.046055047,0.031518917,0.012763139,0.020133042,0.01540101,0.018272553,0.013296163,0.033092982,0.014595677,0.0032344376,0.043424537,0.030162175,0.018364614,0.0094870409,0.027749717,0.020851804,0.042688482,0.049459773,0.029559218,0.019790291,0.011800315,0.041685963,0.030353616,0.036411683,0.022566028,0.028619689,0.042744921,0.008034073,0.011899998,0.034195172,0.046746468,0.0295545,0.028873466,0.0042551514:1
|
30 |
+
0.02259095,0.041485442,0.036357405,0.041028584,0.043405534,0.021944813,0.0060652993,0.041733313,0.027639699,0.038276361,0.017359391,0.017554764,0.039874116,0.0021058288,0.0044857424,0.043234867,0.039515191,0.115,0.418,0.723,0.893,0.97,1.0,1.012,1.017,0.905,0.604,0.3,0.129,0.052,0.038123677,0.057688805,0.045746192,0.037541602,0.037173332,0.031965125,0.019541064,0.031123161,0.037652925,0.011848827,0.033226804,0.041009047,0.01000954,0.011157329,0.0088331017,0.010970023,-0.0029526573,0.018328395,0.030454972,0.013061511,0.043161541,0.012589226,0.032713379,-0.088,-0.356,-0.623,-0.77,-0.838,-0.869,-0.883,-0.888,-0.889,-0.892,-0.893,-0.89,-0.89,-0.893,-0.891,-0.883,-0.879,-0.882,-0.885,-0.884,-0.881,-0.881,-0.885,-0.889,-0.892,-0.893,-0.892,-0.891,-0.887,-0.881,-0.877,-0.878,-0.884,-0.885,-0.882,-0.88,-0.882,-0.886,-0.89,-0.893,-0.892,-0.886,-0.885,-0.888,-0.89,-0.892,-0.893,-0.794,-0.527,-0.262,-0.116,-0.001898832,0.016078789,0.028024084,0.031144101,0.041910562,0.019491535,0.047382272,0.052660891,0.013023325,0.033075286,0.026261984,0.023512585,0.042243001,0.0087325228,0.0088167443,0.014837202,-0.002893876,0.0042772603,0.012152914,-0.0068677732,0.041092053,0.0325688,0.033743398,0.01163437,0.028282921,0.03042781,0.026617797,9.7385345E-4,0.043537374,0.027325722,0.0092387062,0.023077079,0.021162102,0.0077056049,0.035096725,0.027896375,0.022767382,0.039592731,0.036258781,0.03430592,0.0073566366,0.016879131,0.010141468,0.0079140411,0.045286736,0.013246905:1
|
31 |
+
0.0024898384,0.0077181944,0.029482619,0.045493884,0.045347336,0.00505977,0.047209057,0.018302216,0.043318098,0.045568904,0.045477761,0.030688292,0.036771701,0.0043485205,0.0050072403,0.048536674,0.03275161,0.021836742,0.02084021,0.049813088,0.031636993,0.0043893595,0.0066989263,0.021345375,0.03679693,0.025866768,0.01301963,0.039427341,0.039893155,0.024004886,0.03535051,0.034827278,0.024924959,0.023309943,0.0455058,0.035321348,0.0010613579,0.029050364,0.02895795,0.019788647,0.012938163,0.041765126,0.017402396,0.05509627,0.015134483,0.047249842,0.017256068,0.046280665,0.013825251,0.045151211,0.0012046117,0.0046491054,-0.08,-0.298,-0.515,-0.637,-0.695,-0.716,-0.726,-0.735,-0.736,-0.734,-0.735,-0.736,-0.737,-0.739,-0.737,-0.735,-0.737,-0.739,-0.741,-0.742,-0.744,-0.743,-0.738,-0.731,-0.727,-0.725,-0.724,-0.728,-0.731,-0.733,-0.733,-0.729,-0.729,-0.733,-0.736,-0.739,-0.741,-0.741,-0.738,-0.736,-0.735,-0.736,-0.739,-0.742,-0.743,-0.739,-0.733,-0.647,-0.43,-0.214,-0.094,-0.034263258,0.028156344,0.024854075,0.013222809,0.043450809,0.014281484,0.021556864,0.0060015787,0.029778096,-0.0073445446,0.0374982,0.041105546,0.033802409,0.040970113,0.017020994,0.032699433,0.043150848,0.0022237573,0.101,0.367,0.635,0.786,0.857,0.888,0.8,0.535,0.268,0.118,0.067325366,0.053956084,0.037212116,0.02914464,0.038079386,0.050422249,0.047082066,0.037434195,0.032276004,0.040745961,7.2914926E-4,0.044491001,0.015114807,0.0452164,0.020996566,0.024980851,0.020005031,0.036765962,0.031706714:1
|
32 |
+
0.030316359,0.0039845025,0.044046086,0.037493081,0.0065313498,0.033349571,0.020327168,0.035553532,0.044127063,0.053147782,0.022557787,0.019999736,0.021346581,0.011481887,0.021609584,0.010589421,0.027163835,0.021134389,0.029331668,0.020673193,0.041695304,0.04750916,0.049869652,0.052513669,0.041712678,0.061280713,0.047981591,0.0091117268,0.0061850119,0.0094193409,0.024945561,0.042309915,0.017519796,0.019058539,0.039387352,0.04321594,0.041416244,0.0057169554,0.044377038,0.035836385,0.019334659,0.053668877,0.015841631,0.042888848,0.032516541,0.031216464,4.0558105E-4,0.026281482,0.023436056,0.035731589,0.037614326,0.037182403,-0.129,-0.482,-0.835,-1.029,-1.118,-1.158,-1.176,-1.184,-1.188,-1.19,-1.192,-1.193,-1.19,-1.186,-1.182,-1.178,-1.181,-1.186,-1.185,-1.18,-1.176,-1.176,-1.177,-1.179,-1.18,-1.181,-1.179,-1.179,-1.18,-1.18,-1.183,-1.188,-1.189,-1.189,-1.189,-1.186,-1.18,-1.175,-1.177,-1.18,-1.18,-1.177,-1.176,-1.176,-1.179,-1.185,-1.188,-1.188,-1.185,-1.182,-1.178,-1.175,-1.175,-1.178,-1.179,-1.179,-1.182,-1.184,-1.054,-0.703,-0.348,-0.15,-0.061,0.0026257238,0.0013433741,0.038394184,0.034421671,0.040300193,0.094,0.352,0.61,0.751,0.813,0.839,0.759,0.513,0.262,0.119,0.053,0.045127792,0.063647083,0.011717601,0.042443445,0.020526015,-0.0011971518,0.0014280677,0.021867286,0.011166779,0.052542258,0.044902462,0.010675499,0.015467808,0.0089745859,0.044702974,0.01925914,0.029804176,0.01564182,0.028940615:1
|
33 |
+
0.010964832,0.016505127,0.033659467,0.012063381,0.018570356,0.033005972,0.038811395,-0.0026309431,0.027331056,0.0052954074,0.030485852,0.041937315,0.032162279,0.013696956,0.012725681,0.024078425,0.012869293,0.022776347,0.024616306,0.054980899,0.028671932,0.025432886,0.042712037,0.045852309,0.024547687,0.038762874,0.015639635,0.022007145,0.0099519041,0.034484071,0.035788196,0.046823668,0.039582771,0.01145715,0.032845893,0.037843276,0.040464434,0.036663322,0.0080520879,0.0074533616,0.035361839,0.026315776,0.045653636,0.046879161,0.01490931,0.021307309,0.0022742981,0.03303147,0.03107548,0.0065252667,0.032057563,0.018989078,0.036527113,-0.135,-0.505,-0.873,-1.08,-1.18,-1.219,-1.231,-1.238,-1.244,-1.248,-1.251,-1.25,-1.246,-1.242,-1.238,-1.236,-1.236,-1.239,-1.242,-1.244,-1.244,-1.242,-1.239,-1.24,-1.242,-1.246,-1.247,-1.246,-1.245,-1.247,-1.248,-1.246,-1.247,-1.25,-1.251,-1.249,-1.246,-1.245,-1.245,-1.247,-1.248,-1.246,-1.244,-1.245,-1.244,-1.244,-1.244,-1.242,-1.238,-1.233,-1.232,-1.234,-1.24,-1.245,-1.246,-1.244,-1.242,-1.244,-1.249,-1.251,-1.113,-0.743,-0.37,-0.162,-0.066,0.020836176,0.0089415772,0.115,0.436,0.75,0.922,1.005,1.044,0.941,0.631,0.32,0.149,0.066,0.048672487,0.033554627,0.045798258,0.021551671,-0.0022726843,0.0092644375,0.020013579,0.0028309455,-0.0014353099,0.014873919,0.0096904964,0.036981142,0.033662036,0.040106582,0.031932104,0.029044962,0.020582707,0.013929741,0.041738132:1
|
34 |
+
0.044371406,0.052698625,0.012101302,0.025011633,0.009519053,0.054856308,0.029893331,0.019053233,0.041729365,0.04571733,0.055864357,0.053978683,0.033161204,0.03828862,0.0045609506,0.049673084,0.106,0.382,0.658,0.812,0.884,0.916,0.93,0.933,0.935,0.833,0.554,0.272,0.116,0.058594782,0.045026276,0.049063909,0.010470289,0.021816181,0.023540727,0.032485927,0.056299235,0.013080473,0.024185772,0.046643094,0.0095462455,0.017612874,0.0073477764,0.027813595,0.05582291,0.00362087,0.106,0.392,0.682,0.845,0.92,0.954,0.969,0.976,0.978,0.979,0.981,0.982,0.981,0.98,0.983,0.984,0.979,0.977,0.979,0.979,0.979,0.982,0.987,0.986,0.981,0.977,0.977,0.978,0.981,0.983,0.983,0.981,0.98,0.978,0.975,0.974,0.973,0.971,0.973,0.972,0.969,0.97,0.971,0.974,0.978,0.983,0.983,0.98,0.981,0.985,0.987,0.988,0.99,0.988,0.984,0.982,0.977,0.97,0.967,0.861,0.577,0.293,0.135,0.059,0.05202223,0.022544728,0.015018491,0.028376324,0.0079430012,0.027196454,0.030410085,0.028200587,0.0017472143,0.022582701,0.02492687,0.03395494,0.038535964,0.031453859,0.037673154,0.020946363,-0.0085362226,0.031297827,0.030779078,-0.0019159013,0.01511409,0.0035401329,0.039807167,0.024147644,0.027746021,0.030892137,0.0038387821,0.011102361,0.02059326,0.038885553,0.038385474,0.013298271,0.014434555,0.01844938,0.055584481,0.0067524142,0.020973114,0.024906233,0.013523533,0.028008315:1
|
35 |
+
0.033692905,0.0047752336,0.026586023,0.022547255,0.043449999,0.015038534,0.018162587,0.020876706,0.016737673,0.043498588,-8.781755E-4,0.024737997,0.027797996,0.022221881,0.046166411,0.019006167,0.038753659,0.0080242065,0.04476298,0.04585601,0.032515165,0.096,0.339,0.58,0.714,0.776,0.805,0.819,0.822,0.732,0.49,0.246,0.113,0.05,0.045073374,0.055867126,0.0077239862,0.01941302,0.013218348,0.027957988,0.025474237,0.038472114,0.0012027219,0.040953021,0.050074755,0.018572268,0.012482101,0.0053337713,0.027839315,0.030600829,0.034508042,0.106,0.395,0.685,0.85,0.928,0.96,0.97,0.973,0.979,0.981,0.98,0.977,0.973,0.972,0.974,0.976,0.977,0.975,0.972,0.973,0.978,0.983,0.984,0.986,0.987,0.985,0.979,0.978,0.982,0.983,0.983,0.983,0.983,0.982,0.982,0.982,0.981,0.978,0.976,0.978,0.982,0.982,0.98,0.979,0.982,0.989,0.991,0.984,0.979,0.977,0.975,0.974,0.975,0.978,0.98,0.98,0.978,0.977,0.974,0.971,0.975,0.873,0.588,0.303,0.143,0.063,0.049692465,0.046179519,0.051311022,0.016660942,0.031731654,0.016762712,0.02295874,0.044510621,0.002508446,0.0093166204,0.033710369,0.03392853,0.024652787,0.05052424,0.01638632,0.043364234,0.032809102,0.032145986,0.050612114,0.0047102912,0.029751237,0.010740146,0.01826047,0.021750914,0.045638396,0.0035942567,0.026432661,0.010019547,0.045836373,0.040149953,0.049890022,0.018223618,0.0310646:1
|
36 |
+
-5.5113335E-4,0.034473733,0.0073772257,0.0092504621,0.0014018557,0.021975044,0.036176772,0.018458875,0.043252804,0.051599756,0.0050713351,0.0056733565,0.018877946,0.0048033688,0.03997606,0.0055652601,0.036922026,0.116,0.443,0.766,0.945,1.031,0.945,0.635,0.317,0.142,0.064,0.072102318,0.049652637,0.029534801,0.015801608,0.0024971123,0.0016085079,0.034088608,0.041334228,0.041852406,0.02172683,0.045498755,0.021516942,0.014447885,0.0085736637,0.030785809,0.01667292,0.023463997,0.0090104641,0.0139091,0.039297339,0.04773278,0.04236875,0.024718234,5.4171339E-4,-0.0014587172,0.113,0.422,0.732,0.905,0.988,1.025,1.037,1.038,1.039,1.037,1.036,1.039,1.044,1.049,1.053,1.053,1.052,1.053,1.049,1.043,1.04,1.041,1.042,1.042,1.041,1.042,1.044,1.043,1.042,1.043,1.043,1.044,1.045,1.043,1.038,1.036,1.035,1.036,1.038,1.042,1.042,1.039,1.037,1.037,1.037,1.04,1.045,1.048,1.049,1.049,1.046,1.046,1.051,1.053,1.051,1.046,0.926,0.616,0.309,0.14,0.061,0.03747148,0.04166258,0.026678154,0.037336233,0.031817504,0.022706226,0.032523043,0.036288561,0.020216602,0.036579078,0.024198455,0.0042907526,0.05026516,0.043971268,0.037970909,0.02947351,0.0053584882,0.0368074,0.035028063,0.022890744,0.041506494,0.04415622,0.04328904,0.033696967,0.016997801,0.040679703,6.5005958E-4,0.028976169,0.029914765,0.036100128,0.035384508,0.016580492,0.0076488325,0.043108607,0.005564782,0.023521859,0.012941707:1
|
37 |
+
0.0096209527,0.033562115,0.011097945,0.014061021,0.037548916,0.045263997,0.016220622,0.033417474,0.016520829,0.010799507,0.02463451,0.04435499,0.013216804,0.011698577,0.011701866,0.038217797,0.013037435,0.022436726,0.039453705,0.031205089,0.036096278,0.036642587,0.0072271085,0.02711282,0.023482619,-4.4734484E-4,0.029786974,0.0034200708,0.024324661,0.023247459,0.043492477,0.0042986024,0.025417189,0.0020962399,0.048663803,0.024919744,0.020905595,0.0044138238,0.050826921,0.048618963,0.043220746,0.025988761,0.043254268,0.023487243,0.015956961,0.0075363379,0.029331918,0.011932936,0.019924015,0.0074677079,0.043875645,0.021917708,0.11,0.403,0.693,0.852,0.928,0.964,0.976,0.98,0.983,0.983,0.981,0.981,0.982,0.979,0.975,0.971,0.972,0.977,0.983,0.984,0.983,0.983,0.984,0.983,0.98,0.979,0.98,0.975,0.97,0.973,0.977,0.978,0.975,0.974,0.978,0.982,0.979,0.973,0.971,0.973,0.976,0.976,0.973,0.969,0.971,0.976,0.98,0.982,0.982,0.979,0.978,0.977,0.974,0.863,0.572,0.283,0.126,0.053,0.0589919,0.044029282,0.041707809,0.023349448,0.015463159,0.112,0.412,0.711,0.874,0.947,0.977,0.992,0.998,0.998,0.997,0.996,0.998,0.888,0.593,0.299,0.136,0.06,0.06432371,0.058403044,0.014745071,0.011113057,0.0052075431,0.026005475,0.001278503,-0.0025239968,0.028312726,0.021456092,0.042516404,0.047116864,0.014055844,0.010919509,0.030292925,0.055597933,0.014060682,0.0072901022:1
|
38 |
+
0.010964832,0.016505127,0.033659467,0.012063381,0.018570356,0.033005972,0.038811395,-0.0026309431,0.027331056,0.0052954074,0.030485852,0.041937315,0.032162279,0.013696956,0.012725681,0.024078425,0.012869293,0.022776347,0.024616306,0.054980899,0.028671932,0.025432886,0.042712037,0.045852309,0.024547687,0.038762874,0.015639635,0.022007145,0.0099519041,0.034484071,0.035788196,0.046823668,0.039582771,0.01145715,0.032845893,0.037843276,0.040464434,0.036663322,0.0080520879,0.0074533616,0.035361839,0.026315776,0.045653636,0.046879161,0.01490931,0.021307309,0.0022742981,0.03303147,0.03107548,0.0065252667,0.032057563,0.018989078,0.036527113,-0.135,-0.505,-0.873,-1.08,-1.18,-1.219,-1.231,-1.238,-1.244,-1.248,-1.251,-1.25,-1.246,-1.242,-1.238,-1.236,-1.236,-1.239,-1.242,-1.244,-1.244,-1.242,-1.239,-1.24,-1.242,-1.246,-1.247,-1.246,-1.245,-1.247,-1.248,-1.246,-1.247,-1.25,-1.251,-1.249,-1.246,-1.245,-1.245,-1.247,-1.248,-1.246,-1.244,-1.245,-1.244,-1.244,-1.244,-1.242,-1.238,-1.233,-1.232,-1.234,-1.24,-1.245,-1.246,-1.244,-1.242,-1.244,-1.249,-1.251,-1.113,-0.743,-0.37,-0.162,-0.066,0.020836176,0.0089415772,0.115,0.436,0.75,0.922,1.005,1.044,0.941,0.631,0.32,0.149,0.066,0.048672487,0.033554627,0.045798258,0.021551671,-0.0022726843,0.0092644375,0.020013579,0.0028309455,-0.0014353099,0.014873919,0.0096904964,0.036981142,0.033662036,0.040106582,0.031932104,0.029044962,0.020582707,0.013929741,0.041738132:1
|
39 |
+
0.026300424,0.020641493,0.042975949,0.03047423,0.028347193,0.026437672,0.043635956,0.028316203,0.041036749,0.045958155,0.040394508,0.049193122,0.04121007,0.022498549,5.7840506E-4,0.01169426,0.020450586,0.0055569057,0.028307279,0.032790773,0.034837805,0.018155221,0.036064375,0.04100431,0.034979192,0.0086563788,0.014545088,0.024932687,0.0025371977,0.03581608,0.040013009,0.020961183,0.023840117,0.010505993,0.052247107,0.03096656,0.019440376,0.018505066,0.042142696,0.021008689,0.016504334,0.023255426,0.102,0.368,0.633,0.78,0.849,0.879,0.891,0.898,0.907,0.913,0.91,0.907,0.906,0.904,0.903,0.903,0.904,0.903,0.901,0.901,0.901,0.905,0.91,0.907,0.902,0.899,0.899,0.902,0.906,0.906,0.906,0.908,0.908,0.906,0.906,0.904,0.902,0.903,0.903,0.901,0.901,0.903,0.904,0.902,0.899,0.9,0.902,0.9,0.9,0.901,0.899,0.897,0.797,0.53,0.263,0.116,0.06500936,0.042860066,0.028359987,0.031059089,0.036983404,0.021227794,0.04652454,0.03968397,0.01360882,0.037534898,0.019988641,0.019676042,0.051762329,0.024524051,0.049910544,0.018365971,0.022057612,0.013432259,0.05648998,0.042811144,0.013191629,0.042932218,0.007266573,0.094,0.332,0.573,0.707,0.769,0.706,0.478,0.241,0.108,0.068219613,0.036688501,0.036199229,0.030263064,0.011372097,0.034213625,0.024103367,0.026971124,0.012683175,0.039287027,0.022080376,0.010209735,0.035752932,0.0096486014,0.050991317,0.025082453,0.04410672,0.0033271985,0.028325384,0.029369603:1
|
40 |
+
0.015070734,0.0066355952,0.022704183,0.032252109,0.0082953707,0.0026430428,0.041469153,-0.0013977006,0.046143793,-0.0014882846,0.04362057,0.0099822443,0.012487921,0.02324889,0.022989204,0.018223192,0.049414063,0.0084644237,0.043508666,0.039329028,0.014787035,0.012098435,0.0065405319,0.04586801,0.032665904,0.024049805,0.031179701,0.025199863,0.026364741,0.0059799944,0.030517584,0.028309851,0.043040877,0.030667707,0.022180375,0.01382759,0.030130249,0.02812451,0.040683621,0.050256499,0.021218518,0.016228577,0.050355201,0.034030866,0.038487016,0.046688818,0.052026421,0.01972252,0.01327123,0.131,0.484,0.839,1.037,1.132,1.174,1.19,1.197,1.199,1.198,1.2,1.202,1.202,1.198,1.197,1.197,1.194,1.195,1.199,1.205,1.207,1.202,1.195,1.195,1.196,1.198,1.199,1.2,1.204,1.206,1.207,1.204,1.198,1.192,1.191,1.19,1.189,1.188,1.189,1.192,1.193,1.193,1.194,1.198,1.204,1.205,1.198,1.057,0.704,0.354,0.16,0.068,0.050150359,0.044066093,0.050290027,0.042425933,0.032254701,0.036253809,0.019876353,0.050759174,0.019361545,0.043918792,0.0042856492,0.024401728,0.025949048,0.0052072393,0.023787039,0.011426093,0.010946519,0.045755734,0.041368235,0.015683835,0.009739982,0.0057294629,0.0077875617,0.012166648,0.012176892,0.0087135962,0.043391156,0.03590535,0.02761227,0.010877755,0.034590005,0.03706237,0.045652805,0.0080009921,-0.0055747701,0.028113632,0.0088174097,0.034949862,0.0010448997,-0.002803374,0.028663731,0.02240565,0.049506873,0.0074270661,0.012077968,0.0082942782,0.021627016,0.036173225,-0.0030202272:2
|
41 |
+
0.017364895,0.02682061,0.020686574,0.035293209,0.019262345,0.031324118,0.032822722,0.036339143,0.0088156278,0.010860194,-0.0023229097,0.0022306209,0.020544956,0.052894726,0.049961311,0.042133321,0.0038008278,0.025025845,0.0051922682,-0.0013209973,-0.0048590088,0.015209062,0.0080677769,0.035407798,0.018154653,0.016680197,0.029277392,0.042684138,0.0052117962,0.029076415,0.045782986,0.034219119,0.046257569,0.032881509,0.038400958,0.030849559,0.033266865,0.01774463,0.018056845,0.01590594,0.02077956,0.049602307,0.038078957,0.038114765,0.013661957,0.033621787,0.034757736,0.135,0.486,0.837,1.031,1.119,1.156,1.172,1.178,1.178,1.175,1.175,1.177,1.18,1.182,1.184,1.182,1.177,1.176,1.177,1.178,1.178,1.178,1.177,1.177,1.181,1.183,1.181,1.182,1.185,1.187,1.189,1.19,1.189,1.187,1.184,1.182,1.182,1.179,1.176,1.176,1.177,1.177,1.178,1.179,1.178,1.176,1.175,1.176,1.178,1.18,1.18,1.179,1.177,1.174,1.173,1.044,0.697,0.349,0.154,0.062,0.032020885,0.030469189,0.040818619,0.035908047,0.044755247,0.032254875,0.0056999937,0.031685646,0.0038711608,0.0090201958,0.017167657,0.012476721,0.034645091,0.012934019,0.015967639,0.019736503,0.012310298,0.037169523,0.010557159,0.035568389,0.015529924,0.0038936702,0.02065815,0.0017263803,0.020280983,0.037593859,0.01419284,0.0080282445,0.020816937,0.037062792,0.029529238,0.030158497,0.011547354,0.033890912,0.026978602,0.0030137064,0.038962672,0.015347436,0.025497098,0.039134576,0.013322908,0.0055325285,0.007591994:2
|
42 |
+
0.027555805,0.039017666,0.0084183483,0.019438609,0.047569045,0.028828565,0.053038515,0.023868391,0.0087789503,0.039559085,0.03272708,0.031582859,0.028422844,0.017618806,0.033190479,0.039145844,0.01880372,0.013295363,0.01940872,0.017428371,0.010261133,0.03487403,0.047251624,0.037380931,0.031767527,0.033871063,0.005950647,0.040796049,0.036180811,0.029378008,0.030828656,0.037719809,0.014246741,0.016162529,0.0318943,0.0056487123,0.0035955157,0.017272551,0.028299123,0.031762721,0.055801269,0.026424382,0.008710338,0.038590941,0.030954365,0.012212691,0.045834833,0.01703565,0.044769114,0.017004982,0.093,0.344,0.6,0.742,0.804,0.828,0.841,0.85,0.852,0.85,0.85,0.852,0.852,0.851,0.85,0.854,0.856,0.852,0.848,0.845,0.842,0.844,0.849,0.853,0.856,0.858,0.856,0.85,0.848,0.852,0.856,0.859,0.86,0.859,0.857,0.856,0.855,0.854,0.855,0.856,0.859,0.859,0.86,0.863,0.862,0.856,0.852,0.85,0.848,0.849,0.758,0.507,0.251,0.107,0.043688237,0.044196791,0.034913767,0.019322233,0.040311622,0.022594513,0.0098265249,0.025371799,0.0089495912,0.026041069,0.019303523,0.012214264,0.0044505403,0.032748879,0.027127351,0.039555326,0.03655103,0.029410644,0.040846117,0.045863094,0.038173209,0.052075745,0.025948427,0.046371426,0.011309037,0.017029065,0.034148786,0.021632777,0.037948386,-1.3325669E-4,0.037256923,0.01415919,0.0031684466,0.0046574971,0.0069682864,0.036059036,0.034820071,0.0053528984,0.019184235,0.040484263,0.01789626,0.047998288,0.047759046,0.0025766786,0.022762212,0.036552686:2
|
43 |
+
0.038485163,0.0047272156,0.010889456,0.018563408,0.038751089,0.011415886,0.037171678,0.034410294,0.042903153,0.032458267,0.0058558881,0.029765482,0.0091899402,0.02462846,0.052685662,0.040250359,0.01795498,0.042672583,0.046825499,0.0087622209,0.038716975,0.0077145913,0.0085266268,0.033776709,0.015963395,0.038370043,0.044816516,0.0030810456,0.049681745,0.037612756,0.025736489,0.0088402603,0.0028514633,0.035727195,0.030935026,0.027727236,0.027071149,0.036165181,0.013693084,0.03853162,0.0042190119,0.018445749,0.022631048,0.012035039,0.011724608,0.012037299,0.029817316,0.041863789,0.0023908016,0.011663907,0.13,0.496,0.867,1.078,1.178,1.222,1.241,1.249,1.25,1.251,1.25,1.247,1.245,1.245,1.246,1.246,1.248,1.251,1.25,1.248,1.248,1.25,1.251,1.251,1.252,1.251,1.249,1.25,1.251,1.255,1.26,1.259,1.254,1.248,1.244,1.246,1.248,1.25,1.251,1.254,1.257,1.256,1.252,1.25,1.253,1.255,1.252,1.112,0.746,0.378,0.168,0.065,0.023200281,0.010148379,0.039686997,0.026872873,0.053897932,0.0086728531,0.035399415,0.046370022,0.049593497,0.038971442,0.010881874,0.003252412,0.002117647,-6.7749297E-4,0.0066793906,0.010234271,0.041338245,0.047188244,0.037689811,0.029461766,0.033366655,0.013098472,0.042933672,0.026374311,0.032541436,0.034355112,0.025524745,0.0069772312,0.0044717466,0.016241052,0.0094220289,0.025110234,0.043158989,0.0093492402,0.032888881,0.0072209409,0.038548678,-0.0018691366,0.03802926,0.022461094,0.032973571,0.042142228,0.044445729,0.055220027,0.017474061,0.019110984,0.012226339,0.0098581086:2
|
44 |
+
0.015531204,0.03502491,0.017632684,0.024192438,0.037604379,0.015680751,0.030470855,0.0054625233,0.023863728,0.03099513,0.018486416,0.012607343,0.048432492,0.044747814,0.020189682,0.025749228,0.049772673,0.043767079,0.02801912,0.015222304,0.0031150885,0.026673636,0.041076969,0.0047665187,0.025036755,5.8586396E-4,-0.0012364037,-0.0028175106,0.0417619,0.042123134,0.03733816,0.017426548,0.034924825,0.011706719,0.012251482,0.016268008,0.044903844,0.027483438,0.0396138,0.050705203,0.017866663,0.020192483,0.025154871,0.052968703,0.052949028,0.048141321,0.0034357554,0.0030585325,0.039135945,0.155,0.572,0.987,1.222,1.332,1.375,1.388,1.392,1.394,1.398,1.406,1.413,1.414,1.411,1.41,1.413,1.415,1.415,1.416,1.417,1.417,1.417,1.417,1.412,1.406,1.407,1.411,1.413,1.413,1.414,1.412,1.409,1.411,1.416,1.417,1.415,1.411,1.409,1.407,1.406,1.412,1.418,1.26,0.837,0.416,0.18,0.067,0.025557814,0.045564484,0.010487563,0.0011813896,0.034234393,0.032978877,0.012835099,0.036507446,0.0059106309,0.031728663,0.011683506,0.040769423,0.0035213508,0.047320018,0.02958026,0.0043390479,0.01153149,0.032358424,0.013092278,0.034644298,0.015381454,0.037489961,0.037977159,0.011764923,0.040287398,0.035446685,0.026427116,0.0075869792,0.031553858,0.027233798,0.035379993,0.023308432,-0.0023354702,0.0082649523,0.027963364,0.028472806,0.019623791,0.022508316,0.037055505,0.019665813,0.039874043,0.018119309,0.024857475,0.017381969,0.029265503,0.046204692,0.033019192,0.0068213135,0.0045198849,0.0098980596,0.032877834,0.03318682,0.019939445,0.050052095:2
|
45 |
+
0.031095888,0.020343772,0.019171844,0.022260297,0.010978405,5.561407E-4,0.011831339,0.024208484,0.0051776471,0.026281327,0.037444702,0.026902571,0.011791407,3.9972831E-5,0.0086669869,-0.0041668893,0.034388858,0.041172593,0.0073515919,0.01831697,0.045361047,0.03317154,0.042634694,0.0092147703,0.011796514,0.030524181,0.025945184,0.026328798,0.021101338,0.048217441,0.021352747,0.041413673,0.050840744,0.0098274794,0.050624103,-6.0086762E-4,0.023751439,0.032403891,7.7709632E-4,0.0010004366,0.081,0.297,0.514,0.636,0.694,0.718,0.725,0.727,0.73,0.736,0.741,0.743,0.742,0.741,0.739,0.74,0.739,0.738,0.738,0.738,0.736,0.735,0.737,0.738,0.735,0.731,0.731,0.731,0.73,0.73,0.733,0.735,0.735,0.737,0.737,0.733,0.731,0.733,0.734,0.733,0.732,0.734,0.738,0.742,0.741,0.733,0.727,0.725,0.727,0.732,0.733,0.649,0.431,0.215,0.095,0.064902087,0.053541548,0.057947197,0.040695043,0.034995722,0.02670754,0.026924473,0.041778677,0.038685061,0.044137997,0.0077135003,0.020734777,0.014401135,0.0078470845,0.011795862,0.012939715,0.020548291,0.029941529,0.023369535,0.027589215,0.010368687,-0.003503201,0.025322758,0.037766583,0.0408416,0.024203302,0.013542618,0.0018646252,-0.0063332566,0.034473038,0.014312295,0.018521716,0.010732298,0.050436943,0.01560908,0.042933818,0.020516269,0.027194746,0.0030771037,0.042696023,0.0011501473,0.013595222,0.038872998,0.0079977622,0.046746727,0.017551997,0.022199478,0.018928626,0.027376962,0.034552797,0.0047874637,0.011590267,0.033680013,0.037306068,0.056993714:2
|
46 |
+
0.015949992,0.016484769,0.043640344,0.025462996,0.023758958,0.002660122,0.0033128914,0.042842123,0.043997392,0.018360997,0.035023521,0.034450039,0.0051492863,0.028301588,0.022970446,0.052682928,0.043927935,0.032700122,0.022667697,0.029866563,0.036135025,0.013409989,0.050756215,0.023422262,0.052585894,0.023284345,0.033130498,0.050289907,0.020274251,0.037545751,0.031696319,0.038695016,0.035662722,0.049142915,0.0048495861,0.023735415,0.03212443,0.0011853311,0.03649624,0.048634235,0.02260606,0.019164679,0.039086283,0.047837582,0.02072221,0.068,0.231,0.39,0.484,0.532,0.551,0.554,0.552,0.553,0.556,0.557,0.556,0.553,0.551,0.554,0.556,0.553,0.553,0.555,0.555,0.553,0.549,0.549,0.55,0.55,0.551,0.553,0.553,0.553,0.556,0.558,0.559,0.555,0.547,0.543,0.542,0.545,0.55,0.553,0.552,0.554,0.557,0.555,0.552,0.552,0.553,0.552,0.551,0.554,0.555,0.491,0.325,0.16,0.069,0.071681949,0.040593254,-0.0024780385,0.0053999908,0.029084093,0.0067158949,0.021190208,-4.4691298E-4,0.037473332,-0.0034165398,0.013455755,0.0062045895,0.036208822,0.0057243378,0.047885477,0.033859432,0.0062874965,0.019874985,0.043752254,0.014045931,0.044882648,0.030581248,0.021150822,4.9049656E-4,0.0076957014,0.011646964,0.0035571774,0.0065819075,0.01873291,0.0079875292,0.020410784,0.014104354,0.0014452388,0.009844194,0.0050222897,0.022681478,0.027228826,0.027728217,0.037199714,0.030168183,0.016333372,0.011229975,0.017214421,0.0099654968,0.041084201,0.041720178,0.013679228,0.020114576,0.020062679,0.047976262,0.050449969:2
|
47 |
+
0.035099206,0.01138027,0.003147735,0.024170873,0.027597661,0.0046370832,0.03329928,0.038063811,0.025159113,0.056367448,0.023384681,0.019130352,0.04795892,0.031477455,0.029703864,0.028560027,0.05384896,0.037194999,0.010018773,0.036011955,0.0065997518,0.033924416,0.040355153,0.040279418,0.01486725,0.0045889482,0.04219614,0.010758955,0.035051948,0.049743897,0.013498716,0.051072287,0.039999464,0.0073716995,0.0085044453,0.023272137,0.036586698,0.012579602,0.020910721,0.02080446,0.011487335,-0.0016707058,0.033579211,0.040206907,0.027002106,0.029898613,0.099,0.386,0.676,0.841,0.918,0.953,0.969,0.975,0.975,0.973,0.969,0.964,0.961,0.958,0.955,0.958,0.966,0.972,0.973,0.973,0.974,0.975,0.974,0.971,0.967,0.966,0.967,0.969,0.971,0.968,0.965,0.964,0.964,0.965,0.968,0.974,0.975,0.972,0.97,0.971,0.971,0.969,0.968,0.968,0.966,0.966,0.968,0.968,0.964,0.961,0.961,0.858,0.575,0.287,0.126,0.05,0.029457773,0.0065940633,0.047638211,0.038125037,0.015155601,0.044353183,0.0040846337,0.015825601,0.014508354,0.028681052,0.028868572,0.031705907,0.013870666,0.025852802,0.037304326,0.022317542,0.021916527,-0.002637115,0.049292313,0.010174489,0.014640949,0.042910976,0.013067751,0.03309402,0.0031598878,0.0044451663,0.043026214,0.045507155,0.024486691,0.040730485,0.012339931,0.023511521,0.0493044,0.040633689,0.033834142,0.00353574,0.038281603,0.034283455,0.032098528,0.011148783,0.036199368,0.03193496,0.014443375,0.023164175,0.03011415,0.03364206,0.016982098,0.010436495:2
|
48 |
+
0.040927039,0.048510865,0.024431986,0.041886852,0.035434649,0.045739294,0.047825922,0.046429658,0.050599929,0.015726644,0.015723792,0.04644157,0.043048564,0.016438262,0.01505362,0.031242326,0.038526106,0.033788005,0.030459692,0.021026062,0.030185893,0.02316006,0.052052521,0.015635867,0.016726319,0.0046228287,0.017959461,0.028756985,0.0093879997,0.020234029,0.052526406,0.026002654,-0.0067431019,0.022593282,0.041771748,0.0085932555,0.043881422,0.040841108,0.040018533,0.012763822,0.029905957,0.015890417,0.024514417,0.023549756,0.015759522,0.021241752,0.0098933472,0.02739476,0.023239637,0.030920349,0.030573408,0.046338856,0.017128452,0.034465831,0.011342524,0.021919029,0.020789293,0.118,0.397,0.679,0.839,0.913,0.941,0.948,0.95,0.951,0.952,0.957,0.964,0.966,0.962,0.959,0.956,0.953,0.952,0.955,0.955,0.956,0.958,0.959,0.959,0.96,0.959,0.956,0.956,0.959,0.958,0.955,0.958,0.957,0.952,0.95,0.952,0.955,0.961,0.963,0.958,0.955,0.956,0.954,0.952,0.953,0.953,0.952,0.953,0.956,0.959,0.959,0.956,0.957,0.959,0.959,0.853,0.568,0.283,0.128,0.058,0.046794458,0.01893899,0.020139721,0.041912717,0.028833199,0.030971215,0.015716067,0.045775785,0.016523017,0.012178424,0.005879137,0.023600438,0.020586904,0.020161939,0.017661325,0.0044905284,0.039651573,0.041968824,0.027379005,0.012694859,0.048591665,0.006371942,0.013739221,0.027800167,0.0064069346,0.040676444,0.033994248,0.019015146,0.025318534,0.022307858,0.017677796,0.041994677,0.012432463:2
|
49 |
+
0.026766788,0.021789774,0.022786765,0.010444739,0.039986738,-0.0020896681,0.045423514,0.01314423,-0.0020266839,0.026678697,0.016879128,0.02851322,-0.0075530922,0.041475015,0.025054758,0.038785601,-0.0031450273,0.017718704,0.0015642402,0.016383066,0.0077091535,0.0043157543,0.019063097,0.016164994,0.029829183,0.027547964,0.048009321,0.021393204,0.02716074,0.029393901,0.036937674,0.023997158,0.010151837,0.021176089,0.04369415,0.0054245459,0.030736891,0.022744561,0.027484855,0.046238687,0.042632221,0.031546069,0.010446396,0.044899987,0.043075393,0.11,0.392,0.673,0.828,0.898,0.929,0.939,0.943,0.944,0.944,0.946,0.95,0.955,0.956,0.954,0.95,0.948,0.945,0.944,0.946,0.948,0.946,0.943,0.943,0.946,0.95,0.952,0.952,0.952,0.952,0.952,0.952,0.952,0.951,0.949,0.946,0.945,0.947,0.954,0.957,0.954,0.949,0.947,0.95,0.952,0.951,0.95,0.95,0.948,0.947,0.945,0.941,0.942,0.949,0.952,0.954,0.954,0.843,0.558,0.278,0.127,0.056,0.030684812,0.010224104,0.04585054,0.025965733,-5.7581245E-4,0.012670444,0.025329023,-0.0025908031,0.038693498,0.03973438,-0.0044376439,0.045015286,0.03773613,0.0087399741,0.038832711,0.0089548259,0.02978889,0.010998509,0.0060311907,0.0120833,-0.0012901136,0.012630445,0.02060961,0.047286471,0.016871283,0.044760825,0.034703993,0.030611209,0.042527717,0.032105102,0.025718415,0.051071383,0.011813975,0.030775717,0.03392526,0.0080761761,0.005523214,0.030161676,0.0074119061,0.036953272,0.023008984,0.038438297,0.039628934:2
|
50 |
+
0.035705298,0.027144171,0.0129556,-6.3717992E-4,-0.004654818,-0.0022678195,0.010566056,0.010917768,0.030964901,0.050308978,0.055813749,0.044206301,0.019069106,0.038603642,0.045739835,0.0055309759,0.015263238,0.036057882,0.013021724,0.024290254,0.038142712,0.039755716,0.044582937,0.019079391,0.042596327,0.044816042,0.010398204,0.042827797,0.020185317,0.011659009,0.018340704,0.028979635,0.004256515,0.019971151,0.035647037,0.037438304,0.0046228409,0.012549909,0.014086553,-0.0011992846,0.023441449,0.039883064,0.047124074,0.0073241148,0.043944999,0.0071955008,0.0091889556,0.020464064,0.050990151,0.033319695,0.0026029786,0.02001055,0.0087850862,0.040765512,0.104,0.389,0.675,0.828,0.895,0.926,0.944,0.952,0.951,0.95,0.953,0.952,0.948,0.947,0.947,0.951,0.956,0.955,0.952,0.955,0.962,0.966,0.965,0.966,0.967,0.966,0.965,0.962,0.961,0.961,0.96,0.959,0.957,0.958,0.959,0.956,0.956,0.958,0.955,0.947,0.943,0.947,0.95,0.951,0.954,0.961,0.965,0.962,0.955,0.951,0.951,0.952,0.954,0.956,0.959,0.961,0.962,0.961,0.858,0.578,0.292,0.127,0.060945202,0.019245344,0.0057246825,0.0043928774,-0.0022582903,-0.0069130198,0.015303609,0.0089209614,0.013216097,0.036835293,0.051622979,0.047164403,0.0058466311,0.051994891,0.047889288,0.022403189,0.011935809,0.033455735,0.013656868,0.0094548493,0.040489212,0.052486376,0.024877716,0.036121708,0.018505137,0.039820376,0.0067551261,-8.4665279E-4,-8.5239939E-4,0.0049311651,0.01216661,0.033748715,0.042574416,0.0015212029:2
|
51 |
+
0.048631374,0.024220689,0.032412067,0.0087224252,0.0023327968,0.030799081,0.015194284,0.029351053,6.0368422E-4,0.038028981,0.010445021,0.035704067,-0.0023971143,0.0075677582,0.037611141,0.0093937082,0.050012962,0.017423384,0.011905909,0.023288694,0.038602704,-0.0030671169,0.023523787,0.035127816,0.037620204,-0.0022376232,-0.0016873009,0.035381597,0.021062256,0.032346652,0.0095994617,0.024900609,0.014166043,0.046647956,0.023691447,0.0022968106,0.0029573381,0.019479589,0.0077897301,0.015063117,0.026492708,0.018966182,0.037715301,0.045684255,0.013302869,7.4251231E-4,0.022084721,0.010221829,0.052399671,0.013614262,0.032694908,0.039113934,0.037738311,0.126,0.451,0.779,0.961,1.046,1.084,1.099,1.105,1.109,1.111,1.109,1.105,1.103,1.103,1.1,1.099,1.101,1.103,1.107,1.11,1.109,1.107,1.109,1.115,1.118,1.116,1.112,1.109,1.108,1.108,1.109,1.109,1.109,1.109,1.109,1.106,1.101,1.097,1.095,1.093,1.094,1.099,1.106,1.111,1.112,1.11,1.108,1.106,1.106,1.106,1.108,1.108,1.106,1.105,1.103,1.102,1.103,1.102,1.102,1.105,1.106,1.103,0.976,0.646,0.318,0.139,0.057,0.059823712,0.019648537,0.020338029,0.018429242,0.012654655,0.0018053907,0.0041387769,0.048379965,0.045283647,-3.1052539E-4,0.032239097,0.042003923,0.04144426,0.0088123876,0.023194955,0.039196585,0.030060767,0.0065290925,0.021617134,0.021966702,0.0064887523,0.0099122733,0.0189279,0.04648805,0.043121608,0.020648529,0.034954324,0.01794422,0.04516264,0.041076656:2
|
52 |
+
0.044216807,0.037163313,0.017170761,-1.8462413E-4,0.024360337,0.029624416,0.02580153,0.043949126,-0.0040160325,0.0036353645,0.036569878,0.026097347,0.018547176,0.039003612,0.0082328589,0.041528861,-0.11,-0.417,-0.722,-0.889,-0.968,-1.003,-0.902,-0.601,-0.297,-0.131,-0.057,0.01144118,0.0012715189,0.0030073594,0.029238333,0.030992881,0.032549221,0.026761556,0.017583017,0.026263671,0.014622421,0.023383957,0.033025059,0.042758661,0.050046174,0.039746471,6.8667404E-4,0.018361337,0.040639829,0.032403335,0.020206828,0.021131418,-0.153,-0.53,-0.903,-1.107,-1.201,-1.243,-1.257,-1.259,-1.26,-1.267,-1.272,-1.272,-1.268,-1.267,-1.27,-1.273,-1.272,-1.272,-1.272,-1.271,-1.269,-1.27,-1.276,-1.278,-1.272,-1.266,-1.262,-1.265,-1.271,-1.273,-1.269,-1.269,-1.271,-1.269,-1.267,-1.27,-1.272,-1.27,-1.265,-1.266,-1.272,-1.274,-1.271,-1.269,-1.27,-1.27,-1.268,-1.267,-1.269,-1.273,-1.274,-1.275,-1.277,-1.276,-1.272,-1.27,-1.128,-0.752,-0.38,-0.174,-0.077,-0.0089690879,-7.0487175E-4,0.041407698,0.0011833768,0.048032689,0.032082,0.032053455,0.040697821,0.030189883,0.034998476,0.010548405,0.030857633,-0.0017442308,0.0062826582,0.0081447393,0.01872342,-0.0040955707,-0.0068108221,0.035485752,0.025913694,0.0042067985,0.036569048,0.042679149,0.048404322,0.042032357,0.027280028,0.048469959,0.03380779,0.052184056,0.057685293,0.051706585,0.024414662,0.0079399432,0.014434661,0.034670946,0.03821939,0.0022823801,0.025720229,0.015896296,0.022785978,0.03025105:3
|
53 |
+
0.0081329667,0.032531236,0.034703078,0.030739374,0.02861664,0.017324619,0.025165366,0.013019075,0.011653083,0.0093060646,-6.0808759E-4,0.04244161,0.04177532,4.8459961E-6,0.045058659,0.046181795,0.038494004,0.043401649,0.042434445,-0.105,-0.392,-0.679,-0.839,-0.912,-0.944,-0.958,-0.855,-0.568,-0.279,-0.118,-0.020477195,-0.0030443052,0.0022884969,0.0089629586,0.032839781,0.027770091,0.053207912,0.049939075,0.04200554,0.044753772,0.014823069,0.02433043,0.050308345,0.028409338,0.033901758,0.034096575,0.0091511928,0.0096233002,0.036725673,0.009634707,-0.123,-0.446,-0.774,-0.955,-1.036,-1.066,-1.076,-1.079,-1.079,-1.077,-1.078,-1.08,-1.082,-1.084,-1.083,-1.081,-1.082,-1.085,-1.084,-1.081,-1.081,-1.083,-1.085,-1.085,-1.086,-1.086,-1.087,-1.087,-1.089,-1.09,-1.089,-1.09,-1.091,-1.09,-1.087,-1.085,-1.084,-1.085,-1.087,-1.09,-1.092,-1.092,-1.089,-1.089,-1.092,-1.092,-1.09,-1.09,-1.094,-0.971,-0.642,-0.317,-0.139,-0.055,0.017344789,0.04363896,0.017627862,0.013862013,5.3952791E-4,0.036774874,0.025647788,-3.7386544E-4,0.005566253,0.0097404477,0.056396136,0.05299667,0.001269502,0.030979448,0.04878575,0.0048314328,-0.0036466757,0.023442433,-0.0039557217,0.027970189,0.0013305693,0.021178452,0.030919846,-0.0032537863,0.036464255,0.031224293,0.039565734,0.0032110991,0.018014542,0.034902963,0.040435168,0.041095938,0.021808741,0.031136901,0.021423108,0.027258008,0.036368333,-0.0013941759,0.015184678,0.032295718,0.023097628,0.0017680466,0.015041918,0.022372952,0.0090075208,0.0080379357:3
|
54 |
+
0.045088719,0.020805918,0.025596144,0.0093631197,0.039357318,0.018954519,0.046458883,0.015692257,0.039448112,0.011731356,0.044746209,0.019869621,0.0084840511,0.0075680181,0.043930508,0.036829894,0.0037920546,0.0082931707,-0.107,-0.385,-0.661,-0.814,-0.884,-0.916,-0.828,-0.56,-0.285,-0.126,-0.051,0.019268543,0.0099908643,0.042547787,0.01020885,0.0047195676,0.036967577,0.039454519,0.027832792,0.018551667,0.028268281,0.0055451669,0.020979751,0.036766826,0.029282424,0.028866632,0.00854995,0.045152703,0.041690796,0.0086491207,-0.096,-0.349,-0.604,-0.745,-0.807,-0.83,-0.838,-0.843,-0.848,-0.852,-0.856,-0.859,-0.857,-0.856,-0.857,-0.859,-0.861,-0.858,-0.857,-0.857,-0.855,-0.851,-0.85,-0.853,-0.856,-0.858,-0.859,-0.857,-0.852,-0.85,-0.854,-0.855,-0.855,-0.856,-0.857,-0.857,-0.856,-0.855,-0.855,-0.856,-0.856,-0.856,-0.856,-0.858,-0.857,-0.854,-0.76,-0.51,-0.258,-0.118,-0.034736479,0.025522393,0.030947467,0.027561351,0.048857385,0.027623326,0.036326871,0.0066753386,0.013605526,0.0062266166,0.0022493528,0.011011053,0.014672844,0.011480097,0.034815699,0.037254744,0.0045793521,0.034078693,0.006295537,0.042908984,0.031326466,0.039391948,0.035921398,0.048973001,0.0017097187,0.0088551692,0.013407648,0.034661889,0.024143947,0.014075025,0.03090114,0.0032165036,0.021326009,0.01247983,0.01872558,0.048433561,0.020298774,0.03235752,0.044822747,0.040376952,0.023123228,0.0028062891,0.019885443,9.8365649E-4,0.026265479,4.2674736E-4,-0.0023173965,0.033300547,0.0055906281,0.022292477,0.048082066,0.0024313522:3
|
55 |
+
0.022669476,0.0089018706,-0.0054188367,0.0030946377,0.032853031,0.035366039,0.051482227,0.043687526,0.023584855,0.047066276,0.0072124635,0.027445161,0.016209798,-0.0072328246,-0.0041816793,0.0063068481,0.016863777,0.024477951,0.028230588,0.012271747,0.042458448,0.015576985,0.014030893,0.042701763,0.018544282,0.044864706,0.041059599,0.026641204,0.0041175123,0.02208797,0.022262285,0.052221368,0.013990241,0.048244694,0.024089695,0.036524712,0.022977946,0.019994413,0.034920887,0.023042412,0.025704857,0.049171394,0.026726078,0.009763638,-0.099,-0.367,-0.636,-0.787,-0.857,-0.887,-0.898,-0.899,-0.897,-0.898,-0.901,-0.905,-0.909,-0.91,-0.908,-0.904,-0.9,-0.901,-0.905,-0.906,-0.902,-0.9,-0.901,-0.9,-0.9,-0.906,-0.913,-0.914,-0.912,-0.913,-0.915,-0.918,-0.92,-0.918,-0.912,-0.908,-0.906,-0.904,-0.903,-0.904,-0.906,-0.91,-0.915,-0.915,-0.914,-0.915,-0.914,-0.812,-0.546,-0.276,-0.122,-0.05,0.020878897,-0.005235448,0.034602113,0.045471335,0.044803664,0.011220277,0.0038834812,0.026852789,0.0060608235,0.031006459,0.031490943,0.044138264,0.0055088625,0.044798437,0.0058159362,0.030065389,0.0088940942,0.024575312,0.047695841,0.0036882779,0.05029667,0.00685119,0.0143828,0.01502864,0.026606839,0.021723462,0.044670105,0.047592187,0.019432876,-8.298416E-4,0.020621123,0.021519172,-0.094,-0.331,-0.573,-0.621,-0.442,-0.224,-0.1,-0.0050248898,0.003607769,0.013957411,0.043901932,0.042760915,0.030522317,0.0082631884,0.049836496,0.018304615,0.050289091,0.013404893,0.020692397,0.03352395,0.048035929,0.01289557:3
|
56 |
+
0.0051246061,-0.0017942853,0.021748113,0.025622449,0.030053108,0.043689311,0.049814286,0.051761288,0.025144947,0.019655544,0.04506114,0.034572988,0.037707746,0.050830686,0.033991672,0.030259213,0.04571769,0.04939194,0.050658592,0.047656652,0.045882436,0.038898364,0.029745171,0.028600033,0.025226977,0.0040309097,0.05099076,0.033943008,0.024720388,0.0089738203,0.036520263,0.042248675,0.030431908,0.040109583,0.035384708,0.003977665,0.0055550714,0.03073494,0.05159686,0.029101371,0.020965432,0.0014371673,0.036970313,0.035156967,0.051864926,0.018860815,0.028836589,0.03265148,-8.9527873E-4,0.016668947,-0.134,-0.488,-0.842,-1.038,-1.125,-1.16,-1.179,-1.187,-1.186,-1.186,-1.187,-1.186,-1.185,-1.187,-1.192,-1.194,-1.192,-1.192,-1.196,-1.199,-1.2,-1.2,-1.197,-1.195,-1.193,-1.192,-1.196,-1.199,-1.197,-1.195,-1.196,-1.196,-1.193,-1.186,-1.183,-1.05,-0.695,-0.34,-0.149,-0.064,-0.020178499,2.4191026E-4,0.036462262,0.04873647,0.041433174,-5.7113077E-4,0.043787964,0.029512332,0.030243754,0.020714263,0.023734907,0.050884912,0.046137149,0.036642121,0.021943856,0.043926693,0.025572052,0.051202332,0.0097375451,0.012275883,0.040320559,0.023607852,0.040174261,0.0022294152,0.02004895,0.006308066,0.018966923,0.013267683,0.016371234,0.038016603,-0.126,-0.447,-0.766,-0.943,-1.025,-1.061,-1.076,-1.081,-1.081,-0.96,-0.639,-0.32,-0.142,-0.059,0.017964349,-0.0033210144,0.0063386982,0.0011152033,0.014433932,-0.0034317661,0.028716909,0.028600909,0.015675342,0.013069263,0.023010745,0.01415703,0.019582987,0.021921052,0.0045449529,0.027197421:3
|
57 |
+
0.024716868,0.033607659,0.014628374,5.9975889E-4,0.0091497777,0.0024216708,0.035667453,0.021243836,0.05465765,0.010919112,0.02369435,0.051981381,0.028968887,0.038815648,0.037135943,0.031807373,0.01401446,0.0089902542,0.0096562598,0.015277004,0.0037360329,0.0018598535,0.027968032,0.0097493383,0.0023077406,-0.006795686,-0.0013974428,0.048575666,0.013700978,0.030991775,0.0074045704,0.050949435,0.049468565,0.022167581,0.041934133,0.029244324,0.010240093,0.02526708,0.030225951,0.0051860242,0.016301269,0.0022983398,0.010968863,0.0051311444,-0.101,-0.365,-0.633,-0.783,-0.851,-0.881,-0.895,-0.898,-0.896,-0.897,-0.902,-0.906,-0.909,-0.911,-0.91,-0.907,-0.902,-0.897,-0.896,-0.896,-0.896,-0.895,-0.893,-0.893,-0.896,-0.9,-0.904,-0.906,-0.904,-0.898,-0.89,-0.884,-0.888,-0.895,-0.899,-0.897,-0.892,-0.889,-0.892,-0.895,-0.898,-0.896,-0.89,-0.889,-0.893,-0.897,-0.898,-0.899,-0.902,-0.903,-0.903,-0.901,-0.899,-0.9,-0.902,-0.904,-0.905,-0.905,-0.902,-0.901,-0.899,-0.799,-0.532,-0.264,-0.115,-0.028899494,0.025972933,0.0031623127,-0.0012645628,0.034190918,0.044401338,0.010151057,0.051107636,-0.099,-0.374,-0.646,-0.795,-0.865,-0.897,-0.809,-0.544,-0.273,-0.12,-0.052,-0.01713277,-0.013454053,-3.00339E-4,0.032163978,0.0066036836,0.04009849,0.050218829,0.050004644,0.035668678,0.025229349,0.044252859,0.023701614,0.033745892,0.046271682,0.016853425,0.043661647,0.026036754,0.03191061,0.0079115508,-0.010335532,-0.0067133306,0.021336844:3
|
58 |
+
0.023701491,0.042789216,0.024493192,0.047308558,0.036079371,0.033189331,0.028312099,0.0050122862,0.0099802993,0.010496523,0.026471921,0.017540367,0.014312184,0.031968065,-0.0058304884,-0.123,-0.428,-0.734,-0.904,-0.979,-1.008,-1.022,-1.029,-0.913,-0.603,-0.298,-0.131,-0.052,0.0088259837,0.004745833,0.019197153,0.022606873,0.0097106692,0.024765406,0.018364052,0.026226059,0.030673435,-0.0034525121,0.0053069552,0.010380263,0.038522796,0.0074338438,0.0020350136,0.022286567,0.0066717153,0.038763755,7.1734943E-4,0.013961569,0.054007135,0.058,0.197,0.34,0.417,0.448,0.462,0.47,0.474,0.475,0.471,0.469,0.47,0.472,0.474,0.476,0.476,0.477,0.481,0.483,0.481,0.476,0.472,0.469,0.471,0.474,0.474,0.474,0.478,0.478,0.474,0.473,0.47,0.467,0.466,0.466,0.468,0.47,0.471,0.475,0.478,0.477,0.475,0.475,0.475,0.419,0.278,0.14,0.063,0.0661543,0.044250123,0.045443005,0.058621173,0.029956025,0.02161313,0.048644659,0.045382839,0.023723194,0.021700493,0.032752467,0.037422318,0.0034392951,0.041357875,0.052763645,0.042655302,0.015485222,0.038981322,0.037840389,0.043914418,0.0085893378,0.044978603,0.013545036,0.012585664,0.034354603,0.033915697,0.031917643,0.030033512,-0.0037675475,0.005995612,0.030962381,0.0019948081,0.034569629,0.033442543,0.042304489,0.0070479189,0.03067816,0.0075054241,0.015251147,0.022405294,0.038487283,0.015831509,-0.0034714354,0.021980114,0.052790782,0.029655959,0.028362173,0.026963378,0.039721082,0.0059197017,0.046599444,0.022001916,0.045290633:3
|
59 |
+
0.044429073,0.01656118,0.018818145,0.036317212,0.012248476,0.0086008334,0.050745458,0.032946034,0.051076838,0.046964635,0.016965924,0.0059922667,0.038989594,0.015627648,0.045816517,0.03018476,0.020058639,0.01660676,0.030643826,0.0031891531,0.052799509,-0.11,-0.41,-0.712,-0.881,-0.959,-0.99,-1.003,-0.896,-0.595,-0.295,-0.129,-0.05,0.0020038667,-0.0020830536,-0.003304704,0.0072671944,0.038196036,0.031666952,-0.0010329508,0.0094152222,0.022935609,0.026362972,0.01334973,0.014056055,0.028074561,0.028965632,0.032540741,0.017929195,0.111,0.419,0.729,0.904,0.983,1.014,1.026,1.031,1.029,1.025,1.021,1.02,1.02,1.021,1.023,1.028,1.032,1.029,1.024,1.023,1.024,1.026,1.029,1.028,1.025,1.023,1.023,1.025,1.026,1.025,1.026,1.03,1.034,1.037,1.039,1.041,1.041,1.038,1.034,1.031,1.026,1.023,1.024,1.026,1.027,1.03,1.031,1.033,1.035,0.918,0.61,0.303,0.131,0.05,0.0307397,0.020690861,0.046392029,0.049941636,0.0483089,0.050621891,0.023744371,0.031513532,0.007521361,0.031335224,0.027220889,0.030252515,0.040692361,0.035942819,2.6703699E-4,0.026401235,0.010400989,0.039603562,-0.0028509144,0.038702912,-0.0043075933,0.029844547,0.01835541,0.011934223,0.048519428,0.011880904,0.0074369879,0.012557142,0.023715477,0.011782758,0.024944614,3.3907647E-4,0.039390352,0.044895025,0.02141229,0.029152943,0.034504762,0.020624046,0.0086323288,0.050017099,0.050695033,0.040899286,0.011770354,0.052889203,0.049177168,0.047445486,0.042715648:3
|
60 |
+
0.024935332,-0.0065263966,0.040685914,0.038908226,0.024775095,0.021128423,0.0125311,0.042324728,0.0040610293,0.0072752346,0.025651471,0.0026821164,0.040925536,0.024705469,0.02457674,0.021889082,-0.0027243575,-0.119,-0.419,-0.721,-0.892,-0.973,-1.005,-1.018,-1.023,-0.91,-0.61,-0.312,-0.144,-0.062,0.021532002,0.015246238,0.014282504,0.010606604,0.025648876,0.036931584,0.04500338,0.0075075979,0.029478983,0.017120927,0.032660324,0.047384397,0.029175008,0.045287286,0.031752322,0.0044039307,0.119,0.44,0.764,0.946,1.035,1.074,1.088,1.093,1.095,1.096,1.096,1.094,1.09,1.089,1.087,1.084,1.082,1.084,1.089,1.097,1.103,1.105,1.104,1.102,1.097,1.097,1.099,1.098,1.096,1.093,1.092,1.091,1.09,1.086,1.082,1.085,1.089,1.091,1.089,1.086,1.086,1.086,0.966,0.645,0.323,0.145,0.063,0.036283522,0.059190944,0.009675654,0.038065308,0.03292866,0.010867751,0.0052783318,0.044674838,0.0060949743,0.0057770145,0.010273882,0.014107856,0.028696456,0.032893728,0.017099671,0.018256858,0.012241035,0.015392963,0.011209893,0.033930414,0.024387907,0.030476094,0.016821681,0.023072157,0.028494756,0.043730409,0.028833499,0.028284436,0.039565417,0.033513354,0.009132235,0.016767804,0.045267992,0.035581144,0.041346041,0.020566243,0.033234374,0.009379039,0.038108619,0.042505771,0.049362503,0.037283538,-0.0069523711,0.010171013,0.04290271,0.049214838,0.046322301,-0.0048627205,0.0179259,0.0023711528,0.028615507,0.025409621,2.3127485E-4,0.037453895,0.0079118067,0.014172163,0.023337075:3
|
61 |
+
0.0037147357,-0.0010833903,0.036099852,0.037577958,0.02535609,0.042291923,0.04821827,0.010951645,4.8867406E-5,0.016660652,0.0085842236,0.036456524,0.028984062,0.0082516609,0.037271565,0.01653924,0.042038013,0.041635963,0.042393822,0.0081918055,0.012040426,0.029991577,0.045141205,0.046680217,0.0038436913,0.034422261,0.024734431,0.033591892,0.0096023163,0.013006195,0.008101756,0.029831161,0.021886905,0.029056643,0.0028476723,0.042893408,0.0073382409,0.016421554,0.0080780632,0.027571838,0.037944731,0.010419206,0.027888901,0.015493046,0.022035135,0.011983984,0.027033017,0.049629185,0.029137175,0.048788177,0.174,0.617,1.059,1.302,1.412,1.458,1.477,1.486,1.493,1.494,1.492,1.493,1.495,1.496,1.497,1.499,1.497,1.495,1.497,1.5,1.498,1.497,1.499,1.502,1.502,1.498,1.497,1.5,1.502,1.502,1.503,1.504,1.504,1.503,1.5,1.499,1.497,1.497,1.498,1.498,1.333,0.892,0.45,0.204,0.087,0.035389875,0.030666906,0.013683209,0.025206921,0.021528755,0.024090352,0.041159816,0.012022255,0.026453588,0.025105146,0.022157135,0.032241321,0.0062229334,0.023898145,0.028695738,0.042655322,0.035975105,0.042666555,0.012605188,-0.0015114082,0.048924309,0.01895163,0.048098459,0.050680807,0.035704506,0.017280975,0.013667349,-0.109,-0.395,-0.685,-0.849,-0.925,-0.846,-0.569,-0.285,-0.129,-0.057,0.015230396,-0.0020540773,0.032088748,0.035865299,0.020956873,0.019307723,0.0096542576,0.022594066,6.8860977E-4,0.034539066,0.0055278083,0.0065693353,0.0048858188,0.0068245255,0.034219336,0.014696814,0.034204557,0.048706879:3
|
62 |
+
0.018104244,0.015129739,-0.0045387265,0.0058971375,0.042000746,0.01164879,0.0044732339,0.017801925,0.048617951,0.017751792,0.0050972633,0.032508208,0.0051220952,0.037135206,0.023906474,0.032075168,0.010617259,0.040220747,0.035219172,0.011834823,0.010506648,0.013409331,0.0040667536,0.048704198,0.051570049,0.015080832,0.022700946,0.027341129,0.025141556,0.01183469,0.019524651,0.037951867,0.037462578,0.011178991,0.039459948,0.043209482,0.015377763,0.010269864,0.023139277,0.040700774,0.01495374,0.036755928,0.033182336,0.02801927,7.8113844E-4,5.1376708E-4,8.99685E-4,0.038976764,0.038435041,0.035316026,0.047484097,0.023807591,0.017834616,0.103,0.379,0.654,0.806,0.878,0.91,0.922,0.923,0.921,0.921,0.919,0.921,0.926,0.928,0.93,0.93,0.925,0.924,0.928,0.932,0.932,0.929,0.928,0.924,0.923,0.928,0.934,0.936,0.935,0.935,0.935,0.932,0.93,0.931,0.933,0.932,0.927,0.925,0.925,0.924,0.922,0.92,0.919,0.919,0.919,0.921,0.925,0.927,0.824,0.551,0.275,0.121,0.054292162,0.060518862,0.026649233,0.0052827739,0.048077336,0.023317483,0.045257787,0.030226397,0.046648047,0.05018171,0.049055545,0.033894185,0.010015179,0.015967555,0.019354795,0.017295512,-0.099,-0.403,-0.709,-0.882,-0.962,-0.991,-0.889,-0.595,-0.299,-0.136,-0.061,0.023834247,0.003026731,0.034976472,0.043075252,0.036572263,0.029196111,0.0369316,0.0089223646,0.039172329,0.042362972,0.015236241,0.0040631043,0.041585069,0.006425044,0.001582997,0.042313746,0.0057735671,0.013754386:3
|
63 |
+
0.023204768,-0.0026800765,0.0073011875,0.032834128,0.039399363,0.024768383,0.037534784,0.038911576,0.013314009,0.0074296725,0.0061393294,0.046094597,0.018185918,0.037504317,0.027530828,0.0082622564,0.017877094,0.01769019,0.026981093,0.032563781,0.039286909,0.022585635,0.03509193,0.013405833,0.010438021,0.056445413,0.03597659,0.038132804,0.035157062,0.0036664019,0.040377445,0.0067801189,0.012963819,0.010382506,0.029354892,0.0087544795,0.023382666,0.036490026,0.01599085,0.028826932,0.056701536,0.029090829,0.051938539,0.0099400059,0.0025804577,0.112,0.416,0.719,0.885,0.963,1.0,1.015,1.018,1.017,1.017,1.019,1.018,1.017,1.016,1.014,1.014,1.018,1.023,1.031,1.035,1.032,1.026,1.023,1.023,1.024,1.026,1.026,1.023,1.022,1.021,1.02,1.02,1.023,1.024,1.025,1.027,1.027,1.019,1.01,1.007,1.011,1.017,1.02,0.908,0.606,0.304,0.136,0.059,0.055849153,0.051380604,0.057692441,0.020513944,0.021750244,0.019354692,0.0066932277,0.041340858,0.0085492925,0.011864337,0.015485363,0.043710474,0.030037489,0.020164698,0.010747944,0.027586289,0.031728788,-0.001155089,0.0089346745,0.039226684,0.016402805,0.023781892,0.01580415,0.054097311,0.047584934,0.012890153,0.04033884,0.0078352673,0.033361001,0.016173139,-0.104,-0.347,-0.587,-0.723,-0.694,-0.472,-0.236,-0.106,-0.032770891,0.019435095,0.027360711,0.017996013,0.015664495,0.038971084,0.048752168,0.030321348,0.0013059478,0.035176115,0.027825671,0.026348005,0.026300661,0.031105853,0.037185072,0.048443684,0.043181871,0.0027827903,-0.0014163282:3
|
classification/UCR/UWaveGestureLibrary/UWaveGestureLibrary_TEST.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/UWaveGestureLibrary/UWaveGestureLibrary_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/UWaveGestureLibraryAll/UWaveGestureLibraryAll_TEST.ts
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e6a8104abc0e216dceaffa64e1cdaa416f752ae572c11e3ac0ad2e478444092
|
3 |
+
size 37334705
|
classification/UCR/UWaveGestureLibraryAll/UWaveGestureLibraryAll_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/UWaveGestureLibraryX/UWaveGestureLibraryX_TEST.ts
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80fe94f9b6e0cbda591135dc934767a4f8eca423bc0a5638586e0c8ba71acf8b
|
3 |
+
size 12524235
|
classification/UCR/UWaveGestureLibraryX/UWaveGestureLibraryX_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/UWaveGestureLibraryY/UWaveGestureLibraryY_TEST.ts
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a0b4e32faa696e28cd5638ec9cf9f14b5cf4a630b0e8e446bbc0abf79883e33
|
3 |
+
size 12509492
|
classification/UCR/UWaveGestureLibraryY/UWaveGestureLibraryY_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/UWaveGestureLibraryZ/UWaveGestureLibraryZ_TEST.ts
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a08c7d88d085c2ee375fc15c31287dd837e08b02ff110ddeeb98e59d74bbf5c
|
3 |
+
size 12524672
|
classification/UCR/UWaveGestureLibraryZ/UWaveGestureLibraryZ_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/Wafer/Wafer_TEST.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/Wafer/Wafer_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/Wine/Wine_TEST.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/Wine/Wine_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/WordSynonyms/WordSynonyms_TEST.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/WordSynonyms/WordSynonyms_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/Worms/Worms_TEST.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/Worms/Worms_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/WormsTwoClass/WormsTwoClass_TEST.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/WormsTwoClass/WormsTwoClass_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
classification/UCR/Yoga/Yoga_TEST.ts
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0283e2474b7fe65ddd956150822208395cde45ee499e1649aea588eb4e3c0cf4
|
3 |
+
size 14151871
|
classification/UCR/Yoga/Yoga_TRAIN.ts
ADDED
The diff for this file is too large to render.
See raw diff
|
|
forecasting/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
forecasting/autoformer/ETTh1.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
forecasting/autoformer/ETTh2.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
forecasting/autoformer/ETTm1.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
forecasting/autoformer/ETTm2.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
forecasting/autoformer/electricity.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e45845d54c5219bad0ae6bc1b5316cf8ff9cead5d33fa998a5a51c2e4a497ad
|
3 |
+
size 95581762
|
forecasting/autoformer/exchange_rate.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
forecasting/autoformer/national_illness.csv
ADDED
@@ -0,0 +1,967 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
date,% WEIGHTED ILI,%UNWEIGHTED ILI,AGE 0-4,AGE 5-24,ILITOTAL,NUM. OF PROVIDERS,OT
|
2 |
+
2002-01-01 00:00:00,1.22262,1.16668,582,805,2060,754,176569
|
3 |
+
2002-01-08 00:00:00,1.33344,1.2165,683,872,2267,785,186355
|
4 |
+
2002-01-15 00:00:00,1.31929,1.13057,642,878,2176,831,192469
|
5 |
+
2002-01-22 00:00:00,1.49484,1.2524600000000001,728,1045,2599,863,207512
|
6 |
+
2002-01-29 00:00:00,1.47195,1.30237,823,1189,2907,909,223208
|
7 |
+
2002-02-05 00:00:00,1.58094,1.40551,887,1272,3225,930,229454
|
8 |
+
2002-02-12 00:00:00,1.4942600000000001,1.38437,851,1173,3097,923,223712
|
9 |
+
2002-02-19 00:00:00,1.4056899999999999,1.3256299999999999,802,1166,2967,922,223818
|
10 |
+
2002-02-26 00:00:00,1.6141,1.43475,834,978,2709,918,188814
|
11 |
+
2002-03-05 00:00:00,1.45967,1.25433,857,1117,3049,937,243078
|
12 |
+
2002-03-12 00:00:00,1.59896,1.25757,804,1179,2957,928,235136
|
13 |
+
2002-03-19 00:00:00,2.16697,1.58017,951,1404,3416,908,216179
|
14 |
+
2002-03-26 00:00:00,2.57842,1.9800799999999998,915,937,2857,865,144287
|
15 |
+
2002-04-02 00:00:00,2.38636,1.90428,1028,1019,3260,879,171193
|
16 |
+
2002-04-09 00:00:00,1.7362099999999998,1.5901,1068,1296,3729,926,234513
|
17 |
+
2002-04-16 00:00:00,2.06296,1.81559,1154,1798,4204,902,231550
|
18 |
+
2002-04-23 00:00:00,2.58113,2.4180099999999998,1373,2998,5696,927,235566
|
19 |
+
2002-04-30 00:00:00,2.93909,2.86635,1411,4064,7079,884,246969
|
20 |
+
2002-05-07 00:00:00,3.22539,3.16662,1606,4447,7782,889,245751
|
21 |
+
2002-05-14 00:00:00,3.06982,3.0155,1568,4224,7649,903,253656
|
22 |
+
2002-05-21 00:00:00,3.20044,2.9978,1694,3689,7228,871,241110
|
23 |
+
2002-05-28 00:00:00,2.44888,2.31957,1336,2583,5606,857,241683
|
24 |
+
2002-06-04 00:00:00,2.1344,1.94707,1015,2103,4450,839,228549
|
25 |
+
2002-06-11 00:00:00,1.9986599999999999,1.72985,880,1669,3810,835,220250
|
26 |
+
2002-06-18 00:00:00,1.93849,1.51837,737,1321,2987,795,196724
|
27 |
+
2002-06-25 00:00:00,1.41293,1.2261600000000001,624,1016,2439,775,198913
|
28 |
+
2002-07-02 00:00:00,1.23472,1.05433,506,846,2028,741,192349
|
29 |
+
2002-07-09 00:00:00,1.20005,1.07108,569,799,2082,735,194383
|
30 |
+
2002-07-16 00:00:00,0.910135,0.8261200000000001,440,539,1467,669,177577
|
31 |
+
2002-07-23 00:00:00,0.932265,0.8205049999999999,429,508,1445,682,176111
|
32 |
+
2002-07-30 00:00:00,0.692175,0.630846,275,444,1075,655,170406
|
33 |
+
2002-08-06 00:00:00,0.6694060000000001,0.63935,215,471,1005,613,157191
|
34 |
+
2002-08-13 00:00:00,0.727705,0.586609,248,283,836,547,142514
|
35 |
+
2002-08-20 00:00:00,0.717701,0.7730239999999999,264,262,740,406,95728
|
36 |
+
2002-08-27 00:00:00,0.7893939999999999,0.790743,213,205,641,393,81063
|
37 |
+
2002-09-03 00:00:00,0.722129,0.711847,201,195,563,344,79090
|
38 |
+
2002-09-10 00:00:00,0.591326,0.794637,198,187,620,341,78023
|
39 |
+
2002-09-17 00:00:00,0.52307,0.586604,139,123,423,322,72110
|
40 |
+
2002-09-24 00:00:00,0.45023599999999997,0.6159819999999999,122,124,441,322,71593
|
41 |
+
2002-10-01 00:00:00,0.397421,0.49150699999999997,109,91,318,310,64699
|
42 |
+
2002-10-08 00:00:00,0.44800200000000007,0.604341,137,141,441,308,72972
|
43 |
+
2002-10-15 00:00:00,0.474767,0.524478,98,98,365,301,69593
|
44 |
+
2002-10-22 00:00:00,0.453251,0.590692,112,139,420,302,71103
|
45 |
+
2002-10-29 00:00:00,0.35215799999999997,0.505135,100,120,361,290,71466
|
46 |
+
2002-11-05 00:00:00,0.5253220000000001,0.634271,136,125,443,295,69844
|
47 |
+
2002-11-12 00:00:00,0.492991,0.610118,120,131,421,283,69003
|
48 |
+
2002-11-19 00:00:00,0.542728,0.641227,159,144,450,277,70178
|
49 |
+
2002-11-26 00:00:00,0.49034700000000003,0.661429,166,155,463,276,70000
|
50 |
+
2002-12-03 00:00:00,0.7359140000000001,0.7926810000000001,177,182,519,271,65474
|
51 |
+
2002-12-10 00:00:00,0.581771,0.639059,145,184,475,267,74328
|
52 |
+
2002-12-17 00:00:00,0.654162,0.636732,136,183,461,264,72401
|
53 |
+
2002-12-24 00:00:00,0.749504,0.747829,135,221,533,268,71273
|
54 |
+
2002-12-31 00:00:00,0.884021,0.960873,808,881,2442,830,254144
|
55 |
+
2003-01-07 00:00:00,1.02773,1.04325,913,1132,2932,931,281045
|
56 |
+
2003-01-14 00:00:00,1.28296,1.0545,878,1147,3031,974,287436
|
57 |
+
2003-01-21 00:00:00,1.32661,1.1123100000000001,1006,1369,3475,1007,312412
|
58 |
+
2003-01-28 00:00:00,1.7730400000000002,1.4127399999999999,1207,2080,4690,1074,331980
|
59 |
+
2003-02-04 00:00:00,2.43814,1.7270299999999998,1542,2735,5790,1111,335258
|
60 |
+
2003-02-11 00:00:00,2.72605,2.407,2185,4133,8385,1141,348359
|
61 |
+
2003-02-18 00:00:00,3.7319199999999997,3.10962,2561,5684,11141,1129,358275
|
62 |
+
2003-02-25 00:00:00,4.54894,4.30779,3247,4933,11742,1118,272576
|
63 |
+
2003-03-04 00:00:00,5.3990599999999995,4.8303,4734,7817,18948,1189,392274
|
64 |
+
2003-03-11 00:00:00,7.38735,6.42905,6620,11550,24962,1173,388269
|
65 |
+
2003-03-18 00:00:00,7.48097,6.8673399999999996,6434,9851,23699,1148,345097
|
66 |
+
2003-03-25 00:00:00,7.6279699999999995,7.064960000000001,5336,5231,16415,1122,232344
|
67 |
+
2003-04-01 00:00:00,5.14051,4.55115,3391,2894,11332,1139,248992
|
68 |
+
2003-04-08 00:00:00,2.89129,2.41833,1930,2299,7602,1160,314349
|
69 |
+
2003-04-15 00:00:00,2.10429,1.80906,1679,1857,5583,1141,308614
|
70 |
+
2003-04-22 00:00:00,1.8869599999999997,1.71202,1721,1604,4961,1084,289774
|
71 |
+
2003-04-29 00:00:00,1.7766,1.5425,1487,1543,4436,1071,287586
|
72 |
+
2003-05-06 00:00:00,1.46001,1.43787,1454,1448,4251,1054,295646
|
73 |
+
2003-05-13 00:00:00,1.3778700000000002,1.32427,1420,1297,3824,986,288762
|
74 |
+
2003-05-20 00:00:00,1.30532,1.30726,1301,1255,3691,1004,282347
|
75 |
+
2003-05-27 00:00:00,1.08691,1.03698,956,1038,2916,948,281202
|
76 |
+
2003-06-03 00:00:00,0.9918879999999999,1.01032,925,910,2744,894,271597
|
77 |
+
2003-06-10 00:00:00,1.02765,1.05249,878,888,2708,897,257294
|
78 |
+
2003-06-17 00:00:00,1.0579,1.02009,730,826,2487,849,243802
|
79 |
+
2003-06-24 00:00:00,0.849361,0.9244190000000001,760,733,2300,859,248805
|
80 |
+
2003-07-01 00:00:00,0.7471270000000001,0.7906449999999999,610,611,1858,828,234998
|
81 |
+
2003-07-08 00:00:00,0.661708,0.80261,583,566,1705,774,212432
|
82 |
+
2003-07-15 00:00:00,0.6795140000000001,0.8361299999999999,545,573,1749,755,209178
|
83 |
+
2003-07-22 00:00:00,0.633071,0.7924359999999999,501,511,1615,679,203802
|
84 |
+
2003-07-29 00:00:00,0.569894,0.683588,470,404,1331,658,194708
|
85 |
+
2003-08-05 00:00:00,0.591357,0.757452,435,491,1394,629,184038
|
86 |
+
2003-08-12 00:00:00,0.589044,0.7885850000000001,449,443,1327,599,168276
|
87 |
+
2003-08-19 00:00:00,0.6786399999999999,0.812171,451,380,1262,553,155386
|
88 |
+
2003-08-26 00:00:00,0.637558,0.804463,375,349,1070,463,133008
|
89 |
+
2003-09-02 00:00:00,0.8133090000000001,0.8777010000000001,391,308,1061,452,120884
|
90 |
+
2003-09-09 00:00:00,0.834551,0.741453,355,309,987,443,133117
|
91 |
+
2003-09-16 00:00:00,0.616174,0.661022,307,240,851,426,128740
|
92 |
+
2003-09-23 00:00:00,0.513286,0.715109,277,284,887,423,124037
|
93 |
+
2003-09-30 00:00:00,0.351881,0.562241,238,183,698,408,124146
|
94 |
+
2003-10-07 00:00:00,0.542621,0.786808,233,205,710,381,90238
|
95 |
+
2003-10-14 00:00:00,0.581036,0.860658,249,280,836,378,97135
|
96 |
+
2003-10-21 00:00:00,0.495486,0.689944,259,200,659,370,95515
|
97 |
+
2003-10-28 00:00:00,0.6120899999999999,0.779691,260,230,719,363,92216
|
98 |
+
2003-11-04 00:00:00,0.5314909999999999,0.6281439999999999,213,235,733,345,116693
|
99 |
+
2003-11-11 00:00:00,0.519987,0.902459,243,256,809,334,89644
|
100 |
+
2003-11-18 00:00:00,0.574476,0.806443,256,256,770,335,95481
|
101 |
+
2003-11-25 00:00:00,0.663175,0.8748879999999999,259,265,799,333,91326
|
102 |
+
2003-12-02 00:00:00,0.614691,0.9932129999999999,279,358,960,326,96656
|
103 |
+
2003-12-09 00:00:00,0.6568229999999999,0.876141,281,309,913,337,104207
|
104 |
+
2003-12-16 00:00:00,0.723016,0.948092,342,413,1122,341,118343
|
105 |
+
2003-12-23 00:00:00,0.6918569999999999,0.9269430000000001,322,416,1089,336,117483
|
106 |
+
2003-12-30 00:00:00,0.782758,0.971643,333,382,1116,364,114857
|
107 |
+
2004-01-06 00:00:00,0.982275,0.897159,877,1256,3171,1176,353449
|
108 |
+
2004-01-13 00:00:00,1.01821,1.0224799999999998,1071,1373,3631,1187,355116
|
109 |
+
2004-01-20 00:00:00,1.1768,1.0629600000000001,1240,1534,4019,1267,378094
|
110 |
+
2004-01-27 00:00:00,1.30121,1.14696,1190,1671,4369,1293,380921
|
111 |
+
2004-02-03 00:00:00,1.27746,1.20495,1327,1718,4551,1302,377692
|
112 |
+
2004-02-10 00:00:00,1.4038700000000002,1.3051700000000002,1497,1874,4969,1344,380718
|
113 |
+
2004-02-17 00:00:00,1.40301,1.2869899999999999,1531,1874,4983,1336,387182
|
114 |
+
2004-02-24 00:00:00,1.73975,1.5946799999999999,1490,1678,4713,1341,295546
|
115 |
+
2004-03-02 00:00:00,1.56894,1.39714,1538,2059,5407,1369,387004
|
116 |
+
2004-03-09 00:00:00,1.65927,1.4499600000000001,1551,2052,5428,1346,374356
|
117 |
+
2004-03-16 00:00:00,1.8134099999999997,1.61745,1670,2071,5755,1379,355806
|
118 |
+
2004-03-23 00:00:00,2.37626,2.19112,1856,1807,5689,1288,259639
|
119 |
+
2004-03-30 00:00:00,2.77052,2.56649,2252,1993,7279,1332,283617
|
120 |
+
2004-04-06 00:00:00,2.40064,2.17645,2010,2450,8041,1383,369455
|
121 |
+
2004-04-13 00:00:00,2.54155,2.20171,2188,2982,8323,1342,378024
|
122 |
+
2004-04-20 00:00:00,2.85871,2.53012,2199,3682,9328,1348,368678
|
123 |
+
2004-04-27 00:00:00,3.5501099999999997,3.06524,2747,5364,12422,1334,405254
|
124 |
+
2004-05-04 00:00:00,4.58591,3.98061,3086,7650,16192,1303,406772
|
125 |
+
2004-05-11 00:00:00,5.05809,4.595680000000001,3626,8854,19369,1324,421461
|
126 |
+
2004-05-18 00:00:00,5.44151,4.75197,3834,8400,19931,1330,419426
|
127 |
+
2004-05-25 00:00:00,4.4729,4.17962,3720,6759,16630,1280,397883
|
128 |
+
2004-06-01 00:00:00,3.6752,3.45359,2997,5343,13234,1268,383196
|
129 |
+
2004-06-08 00:00:00,3.3353,3.15852,2728,4494,11601,1227,367292
|
130 |
+
2004-06-15 00:00:00,2.7622400000000003,2.6732,2416,3513,9502,1185,355454
|
131 |
+
2004-06-22 00:00:00,2.46844,2.35161,2145,2771,7900,1148,335940
|
132 |
+
2004-06-29 00:00:00,2.00081,1.8924299999999998,1827,2133,6329,1103,334438
|
133 |
+
2004-07-06 00:00:00,1.54319,1.5249,1422,1737,4816,1048,315823
|
134 |
+
2004-07-13 00:00:00,1.50195,1.41134,1356,1603,4445,1000,314948
|
135 |
+
2004-07-20 00:00:00,1.22918,1.25068,1096,1469,3825,978,305833
|
136 |
+
2004-07-27 00:00:00,1.21854,1.20702,1117,1411,3646,971,302065
|
137 |
+
2004-08-03 00:00:00,1.15832,1.07895,903,1136,2990,923,277120
|
138 |
+
2004-08-10 00:00:00,1.249,1.14521,979,1115,3012,878,263009
|
139 |
+
2004-08-17 00:00:00,1.16888,1.06124,805,926,2531,825,238494
|
140 |
+
2004-08-24 00:00:00,1.0788799999999998,1.0568,687,695,2056,687,194550
|
141 |
+
2004-08-31 00:00:00,1.23059,1.25193,693,678,2099,637,167661
|
142 |
+
2004-09-07 00:00:00,1.14747,1.01419,548,594,1744,603,171960
|
143 |
+
2004-09-14 00:00:00,1.00254,1.04197,573,507,1614,582,154899
|
144 |
+
2004-09-21 00:00:00,0.957569,0.9540270000000001,580,507,1628,587,170645
|
145 |
+
2004-09-28 00:00:00,0.8948370000000001,0.8482299999999999,497,452,1359,550,160216
|
146 |
+
2004-10-05 00:00:00,0.798205,0.841872,426,390,1198,533,142302
|
147 |
+
2004-10-12 00:00:00,0.757812,0.7308939999999999,389,361,1148,524,157068
|
148 |
+
2004-10-19 00:00:00,0.8259629999999999,0.713432,333,364,1068,507,149699
|
149 |
+
2004-10-26 00:00:00,0.744927,0.6706770000000001,328,327,990,492,147612
|
150 |
+
2004-11-02 00:00:00,0.787049,0.689278,331,326,982,488,142468
|
151 |
+
2004-11-09 00:00:00,0.684724,0.704929,319,350,1023,479,145121
|
152 |
+
2004-11-16 00:00:00,0.7473609999999999,0.615903,330,326,928,480,150673
|
153 |
+
2004-11-23 00:00:00,0.673974,0.609426,292,311,922,428,151290
|
154 |
+
2004-11-30 00:00:00,0.869662,0.6802590000000001,342,367,1033,420,151854
|
155 |
+
2004-12-07 00:00:00,0.8995290000000001,0.7754880000000001,338,396,1061,416,136817
|
156 |
+
2004-12-14 00:00:00,0.854635,0.6834210000000001,302,383,1026,408,150127
|
157 |
+
2004-12-21 00:00:00,1.0112299999999999,0.781075,368,516,1219,419,156067
|
158 |
+
2004-12-28 00:00:00,0.977808,0.8069430000000001,381,484,1204,447,149205
|
159 |
+
2005-01-04 00:00:00,1.1777799999999998,1.07635,1172,1256,3586,1113,333164
|
160 |
+
2005-01-11 00:00:00,1.21947,1.05869,1285,1247,3582,1160,338343
|
161 |
+
2005-01-18 00:00:00,1.3069,1.11523,1393,1525,4122,1216,369609
|
162 |
+
2005-01-25 00:00:00,1.33931,1.12381,1439,1599,4248,1237,377999
|
163 |
+
2005-02-01 00:00:00,1.58374,1.25489,1639,1894,5005,1280,398840
|
164 |
+
2005-02-08 00:00:00,1.47072,1.33661,1563,1929,5038,1272,376924
|
165 |
+
2005-02-15 00:00:00,1.6112,1.3786399999999999,1679,1951,5276,1277,382697
|
166 |
+
2005-02-22 00:00:00,1.8269900000000001,1.60829,1666,1593,4802,1301,298578
|
167 |
+
2005-03-01 00:00:00,1.77482,1.48311,1858,2176,5966,1325,402264
|
168 |
+
2005-03-08 00:00:00,1.94451,1.6537400000000002,1987,2463,6371,1328,385248
|
169 |
+
2005-03-15 00:00:00,2.35512,2.00679,2241,3063,7697,1318,383548
|
170 |
+
2005-03-22 00:00:00,3.10878,2.5685700000000002,2696,3058,8577,1287,333921
|
171 |
+
2005-03-29 00:00:00,3.2823800000000003,3.05278,2678,2561,8842,1273,289638
|
172 |
+
2005-04-05 00:00:00,2.62914,2.42504,2422,2366,8339,1319,343871
|
173 |
+
2005-04-12 00:00:00,2.2515,2.00195,2272,2921,7882,1339,393716
|
174 |
+
2005-04-19 00:00:00,2.35858,2.0586900000000004,2249,3150,7858,1297,381699
|
175 |
+
2005-04-26 00:00:00,2.4188099999999997,2.21277,2643,3646,9114,1331,411882
|
176 |
+
2005-05-03 00:00:00,2.52752,2.3222,2612,4153,9551,1320,411291
|
177 |
+
2005-05-10 00:00:00,2.64954,2.4927900000000003,2754,4593,10427,1311,418286
|
178 |
+
2005-05-17 00:00:00,3.12935,2.79489,2624,4979,11226,1288,401661
|
179 |
+
2005-05-24 00:00:00,3.12442,2.9691099999999997,2753,5284,11901,1288,400827
|
180 |
+
2005-05-31 00:00:00,3.13099,2.8395900000000003,2579,5008,11343,1275,399459
|
181 |
+
2005-06-07 00:00:00,3.08261,2.77799,2564,5106,11261,1257,405365
|
182 |
+
2005-06-14 00:00:00,2.64431,2.47287,2330,4154,9322,1241,376971
|
183 |
+
2005-06-21 00:00:00,2.42295,2.1806099999999997,1895,3709,8064,1217,369804
|
184 |
+
2005-06-28 00:00:00,2.31141,2.0168,1697,3393,7313,1165,362605
|
185 |
+
2005-07-05 00:00:00,1.8638299999999999,1.6410099999999999,1437,2660,5738,1133,349662
|
186 |
+
2005-07-12 00:00:00,1.44943,1.35829,1181,2014,4547,1087,334760
|
187 |
+
2005-07-19 00:00:00,1.30227,1.1428,959,1479,3550,1045,310641
|
188 |
+
2005-07-26 00:00:00,1.13459,1.04031,836,1382,3177,1017,305389
|
189 |
+
2005-08-02 00:00:00,1.06255,0.964347,745,1208,2780,958,288278
|
190 |
+
2005-08-09 00:00:00,1.0342799999999999,0.937982,745,1039,2592,919,276338
|
191 |
+
2005-08-16 00:00:00,1.01791,0.947449,715,969,2428,877,256267
|
192 |
+
2005-08-23 00:00:00,0.918151,0.891918,699,764,2061,783,231075
|
193 |
+
2005-08-30 00:00:00,0.93099,0.864643,572,561,1645,649,190252
|
194 |
+
2005-09-06 00:00:00,0.857294,0.9703200000000001,754,626,2075,635,213847
|
195 |
+
2005-09-13 00:00:00,0.7862939999999999,0.84439,514,447,1430,615,169353
|
196 |
+
2005-09-20 00:00:00,0.719426,0.77487,463,409,1300,610,167770
|
197 |
+
2005-09-27 00:00:00,0.7188680000000001,0.8213719999999999,466,390,1271,572,154741
|
198 |
+
2005-10-04 00:00:00,0.774807,0.8727450000000001,437,402,1215,565,139216
|
199 |
+
2005-10-11 00:00:00,0.76598,0.922635,549,511,1617,577,175259
|
200 |
+
2005-10-18 00:00:00,0.642809,0.899487,541,440,1553,564,172654
|
201 |
+
2005-10-25 00:00:00,0.622033,0.843082,502,403,1455,564,172581
|
202 |
+
2005-11-01 00:00:00,0.616326,0.8818239999999999,508,430,1428,551,161937
|
203 |
+
2005-11-08 00:00:00,0.6856939999999999,0.817145,473,435,1373,547,168024
|
204 |
+
2005-11-15 00:00:00,0.6226970000000001,0.8715,510,466,1457,536,167183
|
205 |
+
2005-11-22 00:00:00,0.611817,0.738621,404,379,1138,503,154071
|
206 |
+
2005-11-29 00:00:00,0.638831,0.797966,398,457,1224,488,153390
|
207 |
+
2005-12-06 00:00:00,0.8066270000000001,1.01394,492,506,1463,491,144289
|
208 |
+
2005-12-13 00:00:00,0.7624479999999999,0.880936,446,521,1406,487,159603
|
209 |
+
2005-12-20 00:00:00,0.8134060000000001,0.943366,511,534,1487,455,157627
|
210 |
+
2005-12-27 00:00:00,0.807934,0.891546,476,512,1433,469,160732
|
211 |
+
2006-01-03 00:00:00,1.15384,1.2032200000000002,1434,1699,4513,1323,375076
|
212 |
+
2006-01-10 00:00:00,1.14819,1.05788,1278,1602,4072,1361,384920
|
213 |
+
2006-01-17 00:00:00,1.22736,1.1305399999999999,1543,1830,4737,1425,419005
|
214 |
+
2006-01-24 00:00:00,1.2174399999999999,1.12552,1582,1996,4888,1445,434287
|
215 |
+
2006-01-31 00:00:00,1.32813,1.2080799999999998,1672,2270,5380,1473,445334
|
216 |
+
2006-02-07 00:00:00,1.4775399999999999,1.34952,2112,2393,6139,1497,454901
|
217 |
+
2006-02-14 00:00:00,1.5339,1.4689,2355,2681,6668,1474,453945
|
218 |
+
2006-02-21 00:00:00,1.9126900000000002,1.8276700000000001,2188,2202,6156,1488,336822
|
219 |
+
2006-02-28 00:00:00,1.838,1.6656,2573,2792,7530,1486,452089
|
220 |
+
2006-03-07 00:00:00,1.95376,1.85968,2643,3244,8122,1493,436741
|
221 |
+
2006-03-14 00:00:00,2.40407,2.3889099999999996,3270,4470,10396,1492,435177
|
222 |
+
2006-03-21 00:00:00,2.87453,2.78978,3387,4065,10192,1435,365334
|
223 |
+
2006-03-28 00:00:00,3.02597,3.1154900000000003,3243,2868,8913,1359,286087
|
224 |
+
2006-04-04 00:00:00,2.37817,2.26942,2927,2481,8386,1490,369521
|
225 |
+
2006-04-11 00:00:00,2.09232,1.86355,2507,2756,7761,1467,416464
|
226 |
+
2006-04-18 00:00:00,2.2939599999999998,1.9998599999999997,2548,3248,7909,1470,395477
|
227 |
+
2006-04-25 00:00:00,2.7450099999999997,2.4406,3410,4684,10888,1495,446119
|
228 |
+
2006-05-02 00:00:00,3.04434,2.83018,3456,5648,12120,1472,428241
|
229 |
+
2006-05-09 00:00:00,3.49999,3.12343,3840,6995,14197,1484,454533
|
230 |
+
2006-05-16 00:00:00,3.5785099999999996,3.27019,3879,6668,14031,1461,429057
|
231 |
+
2006-05-23 00:00:00,3.28979,3.1775700000000002,3728,6537,14048,1460,442099
|
232 |
+
2006-05-30 00:00:00,2.89149,2.72364,3016,5429,11801,1428,433281
|
233 |
+
2006-06-06 00:00:00,2.62075,2.50201,2798,4937,10715,1408,428255
|
234 |
+
2006-06-13 00:00:00,2.5338700000000003,2.4272,2668,4031,9597,1361,395394
|
235 |
+
2006-06-20 00:00:00,2.07251,1.9604099999999998,2049,3307,7562,1333,385735
|
236 |
+
2006-06-27 00:00:00,1.87084,1.5914,1664,2508,6148,1303,386327
|
237 |
+
2006-07-04 00:00:00,1.40042,1.36978,1445,1803,4958,1284,361955
|
238 |
+
2006-07-11 00:00:00,1.4688700000000001,1.36317,1429,1821,4869,1240,357183
|
239 |
+
2006-07-18 00:00:00,1.15514,1.1737,1257,1523,4179,1206,356055
|
240 |
+
2006-07-25 00:00:00,1.07901,1.06358,1152,1386,3695,1152,347413
|
241 |
+
2006-08-01 00:00:00,0.98492,0.9697110000000001,969,1143,3077,1119,317311
|
242 |
+
2006-08-08 00:00:00,1.03325,0.965362,917,1055,2860,1057,296262
|
243 |
+
2006-08-15 00:00:00,0.926649,0.856749,815,861,2442,1025,285031
|
244 |
+
2006-08-22 00:00:00,0.9201,0.863346,761,785,2243,925,259803
|
245 |
+
2006-08-29 00:00:00,0.954094,0.93537,722,652,2058,831,220020
|
246 |
+
2006-09-05 00:00:00,0.763278,0.7455689999999999,628,510,1679,796,225197
|
247 |
+
2006-09-12 00:00:00,0.81722,0.740428,598,469,1614,771,217982
|
248 |
+
2006-09-19 00:00:00,0.764586,0.6728970000000001,521,441,1456,749,216378
|
249 |
+
2006-09-26 00:00:00,0.793127,0.6662819999999999,514,408,1455,742,218376
|
250 |
+
2006-10-03 00:00:00,0.66909,0.662747,394,360,1169,711,176387
|
251 |
+
2006-10-10 00:00:00,0.62115,0.545619,366,372,1086,697,199040
|
252 |
+
2006-10-17 00:00:00,0.6036590000000001,0.5862310000000001,446,345,1211,698,206574
|
253 |
+
2006-10-24 00:00:00,0.649058,0.660687,477,392,1356,691,205241
|
254 |
+
2006-10-31 00:00:00,0.568338,0.534093,321,311,1037,677,194161
|
255 |
+
2006-11-07 00:00:00,0.651546,0.585549,389,385,1172,667,200154
|
256 |
+
2006-11-14 00:00:00,0.652176,0.618075,439,411,1283,666,207580
|
257 |
+
2006-11-21 00:00:00,0.8038489999999999,0.687465,495,457,1448,671,210629
|
258 |
+
2006-11-28 00:00:00,0.787458,0.715696,502,500,1526,652,213219
|
259 |
+
2006-12-05 00:00:00,0.943263,0.829313,519,545,1554,641,187384
|
260 |
+
2006-12-12 00:00:00,0.946932,0.800912,496,682,1694,638,211509
|
261 |
+
2006-12-19 00:00:00,0.987146,0.918484,609,681,1913,632,208278
|
262 |
+
2006-12-26 00:00:00,1.05206,0.8142590000000001,729,788,2228,703,273623
|
263 |
+
2007-01-02 00:00:00,0.9951840000000001,1.07197,2187,1997,5641,1373,526227
|
264 |
+
2007-01-09 00:00:00,1.22003,1.21786,2387,2433,6444,1429,529126
|
265 |
+
2007-01-16 00:00:00,1.28548,1.24576,2583,2551,6941,1449,557172
|
266 |
+
2007-01-23 00:00:00,1.3775,1.35984,2871,2788,7434,1477,546680
|
267 |
+
2007-01-30 00:00:00,1.46725,1.44671,3074,2998,7915,1485,547104
|
268 |
+
2007-02-06 00:00:00,1.55841,1.5328600000000001,3398,3303,8687,1539,566717
|
269 |
+
2007-02-13 00:00:00,1.61958,1.6665299999999998,3563,3290,9104,1516,546284
|
270 |
+
2007-02-20 00:00:00,1.8112,1.97488,3651,2631,8570,1523,433951
|
271 |
+
2007-02-27 00:00:00,1.61865,1.67305,3679,3158,9171,1513,548159
|
272 |
+
2007-03-06 00:00:00,1.62124,1.63405,3365,2907,8436,1487,516263
|
273 |
+
2007-03-13 00:00:00,1.6735099999999998,1.74595,3298,2694,8091,1453,463416
|
274 |
+
2007-03-20 00:00:00,1.9509599999999998,1.9364299999999999,3580,2724,8750,1420,451862
|
275 |
+
2007-03-27 00:00:00,2.5001900000000004,2.48905,3848,2348,8902,1426,357646
|
276 |
+
2007-04-03 00:00:00,2.43939,2.25405,3737,2568,9706,1486,430603
|
277 |
+
2007-04-10 00:00:00,2.29319,2.09147,3393,3644,11115,1509,531444
|
278 |
+
2007-04-17 00:00:00,2.62907,2.35934,3664,4900,12197,1511,516966
|
279 |
+
2007-04-24 00:00:00,3.9296599999999997,3.3233099999999998,4289,7661,17171,1508,516683
|
280 |
+
2007-05-01 00:00:00,4.99202,4.43381,5222,11974,24812,1514,559609
|
281 |
+
2007-05-08 00:00:00,5.7776,5.34547,6059,15323,31896,1526,596692
|
282 |
+
2007-05-15 00:00:00,5.98318,5.42258,6244,14336,31625,1518,583210
|
283 |
+
2007-05-22 00:00:00,5.61677,5.303030000000001,5922,12783,30245,1497,570334
|
284 |
+
2007-05-29 00:00:00,4.5323400000000005,4.24456,4978,9958,25027,1453,589626
|
285 |
+
2007-06-05 00:00:00,3.83249,3.628,4420,7849,20254,1445,558269
|
286 |
+
2007-06-12 00:00:00,3.21522,3.03463,3878,6112,16714,1412,550776
|
287 |
+
2007-06-19 00:00:00,2.69245,2.53595,3153,4493,13040,1395,514205
|
288 |
+
2007-06-26 00:00:00,2.03366,2.0573,2689,3395,10376,1379,504350
|
289 |
+
2007-07-03 00:00:00,1.65275,1.7415,2372,2697,8583,1327,492850
|
290 |
+
2007-07-10 00:00:00,1.3113,1.40652,2045,2354,7045,1318,500881
|
291 |
+
2007-07-17 00:00:00,1.1652,1.26861,1857,2013,6079,1288,479187
|
292 |
+
2007-07-24 00:00:00,1.02035,1.0771899999999999,1572,1713,4953,1208,459808
|
293 |
+
2007-07-31 00:00:00,0.877607,0.993445,1466,1416,4224,1147,425187
|
294 |
+
2007-08-07 00:00:00,0.8251069999999999,0.9112120000000001,1356,1381,4011,1098,440183
|
295 |
+
2007-08-14 00:00:00,0.787315,0.972109,1439,1274,3904,1074,401601
|
296 |
+
2007-08-21 00:00:00,0.805439,0.993258,1393,1116,3646,945,367075
|
297 |
+
2007-08-28 00:00:00,0.8860610000000001,1.09132,1473,1083,3803,869,348477
|
298 |
+
2007-09-04 00:00:00,0.743743,0.888446,1159,906,2933,789,330127
|
299 |
+
2007-09-11 00:00:00,0.706842,0.887691,1113,886,2906,764,327366
|
300 |
+
2007-09-18 00:00:00,0.655943,0.883187,1115,855,2842,755,321789
|
301 |
+
2007-09-25 00:00:00,0.633492,0.8267559999999999,937,810,2534,730,306499
|
302 |
+
2007-10-02 00:00:00,0.571837,0.783201,913,762,2405,713,307073
|
303 |
+
2007-10-09 00:00:00,0.5582779999999999,0.78061,881,749,2431,710,311423
|
304 |
+
2007-10-16 00:00:00,0.597893,0.769073,826,703,2319,696,301532
|
305 |
+
2007-10-23 00:00:00,0.577222,0.721298,779,704,2166,694,300292
|
306 |
+
2007-10-30 00:00:00,0.5969869999999999,0.7525270000000001,788,763,2289,676,304175
|
307 |
+
2007-11-06 00:00:00,0.564653,0.752721,679,706,2220,668,294930
|
308 |
+
2007-11-13 00:00:00,0.5856819999999999,0.792766,789,745,2368,657,298701
|
309 |
+
2007-11-20 00:00:00,0.503985,0.743896,730,754,2237,657,300714
|
310 |
+
2007-11-27 00:00:00,0.468139,0.814166,794,892,2429,636,298342
|
311 |
+
2007-12-04 00:00:00,0.576455,0.8384010000000001,774,880,2461,666,293535
|
312 |
+
2007-12-11 00:00:00,0.681361,0.851124,859,994,2788,685,327567
|
313 |
+
2007-12-18 00:00:00,0.794764,1.10976,1062,1527,3735,679,336560
|
314 |
+
2007-12-25 00:00:00,0.868116,1.03114,983,1306,3400,716,329731
|
315 |
+
2008-01-01 00:00:00,1.06828,1.02284,1535,2352,5687,1435,555999
|
316 |
+
2008-01-08 00:00:00,1.00756,1.03017,1861,2291,5959,1500,578446
|
317 |
+
2008-01-15 00:00:00,0.979399,1.01245,1869,2219,5896,1525,582351
|
318 |
+
2008-01-22 00:00:00,1.0494299999999999,1.08359,1976,2474,6485,1527,598473
|
319 |
+
2008-01-29 00:00:00,1.13218,1.1657799999999998,2119,2547,6987,1545,599343
|
320 |
+
2008-02-05 00:00:00,1.1315600000000001,1.1913,2276,2668,7297,1555,612526
|
321 |
+
2008-02-12 00:00:00,1.15469,1.28075,2512,2854,7667,1555,598635
|
322 |
+
2008-02-19 00:00:00,1.20448,1.27053,2600,2828,7733,1563,608646
|
323 |
+
2008-02-26 00:00:00,1.36081,1.59578,3024,2412,7634,1523,478386
|
324 |
+
2008-03-04 00:00:00,1.30322,1.4585,3114,2913,8708,1551,597052
|
325 |
+
2008-03-11 00:00:00,1.3020399999999999,1.49921,3252,3024,8689,1543,579573
|
326 |
+
2008-03-18 00:00:00,1.45109,1.62982,3137,2579,7812,1416,479318
|
327 |
+
2008-03-25 00:00:00,1.7992700000000001,2.15561,3897,2367,8706,1484,403876
|
328 |
+
2008-04-01 00:00:00,2.12134,2.02053,3814,2042,8603,1490,425780
|
329 |
+
2008-04-08 00:00:00,1.47138,1.54566,3245,2548,8956,1539,579428
|
330 |
+
2008-04-15 00:00:00,1.61555,1.6422400000000001,3142,3345,9289,1512,565631
|
331 |
+
2008-04-22 00:00:00,1.95333,1.96524,3602,4597,11456,1566,582932
|
332 |
+
2008-04-29 00:00:00,2.4290700000000003,2.34368,4039,6602,14324,1554,611176
|
333 |
+
2008-05-06 00:00:00,2.96686,2.86057,4606,8882,18268,1580,638613
|
334 |
+
2008-05-13 00:00:00,3.57354,3.3421,5064,11215,21667,1569,648304
|
335 |
+
2008-05-20 00:00:00,3.3665300000000005,3.20566,4848,9851,20022,1543,624583
|
336 |
+
2008-05-27 00:00:00,3.2962,3.10049,4694,10092,20450,1544,659573
|
337 |
+
2008-06-03 00:00:00,3.17227,2.95819,4420,9116,18441,1534,623389
|
338 |
+
2008-06-10 00:00:00,2.5804,2.46381,4046,7446,15711,1524,637672
|
339 |
+
2008-06-17 00:00:00,2.42922,2.19272,3657,6036,13277,1494,605503
|
340 |
+
2008-06-24 00:00:00,1.9902799999999998,1.87395,3237,5052,11400,1470,608342
|
341 |
+
2008-07-01 00:00:00,1.72423,1.6481700000000001,2829,4283,9669,1440,586651
|
342 |
+
2008-07-08 00:00:00,1.60355,1.49878,2577,3407,8460,1422,564460
|
343 |
+
2008-07-15 00:00:00,1.2841799999999999,1.29233,2371,2761,7222,1415,558837
|
344 |
+
2008-07-22 00:00:00,1.2932,1.2716399999999999,2353,2855,7348,1445,577836
|
345 |
+
2008-07-29 00:00:00,2.74012,2.98159,4821,8043,18627,1405,624734
|
346 |
+
2008-08-05 00:00:00,2.22391,2.43702,3920,6221,14578,1422,598189
|
347 |
+
2008-08-12 00:00:00,1.76657,2.2813,3236,5888,12554,1372,550300
|
348 |
+
2008-08-19 00:00:00,1.9217099999999998,3.81572,4188,12026,20774,1331,544432
|
349 |
+
2008-08-26 00:00:00,1.8611,4.21315,4496,12461,22394,1314,531526
|
350 |
+
2008-09-02 00:00:00,1.68423,3.1783200000000003,3865,8615,17105,1305,538177
|
351 |
+
2008-09-09 00:00:00,1.7393,2.50972,3072,5660,12392,1296,493761
|
352 |
+
2008-09-16 00:00:00,1.83001,2.06632,2623,4740,10780,1280,521701
|
353 |
+
2008-09-23 00:00:00,1.58128,1.71805,2299,3700,8801,1279,512268
|
354 |
+
2008-09-30 00:00:00,1.4917200000000002,1.55965,2145,2893,7422,1237,475877
|
355 |
+
2008-10-07 00:00:00,1.389,1.30856,1701,2481,6290,1246,480680
|
356 |
+
2008-10-14 00:00:00,1.34702,1.18695,1581,2437,5964,1248,502466
|
357 |
+
2008-10-21 00:00:00,1.16056,1.13796,1608,2285,5735,1248,503971
|
358 |
+
2008-10-28 00:00:00,1.2085,1.15005,1519,2199,5587,1254,485804
|
359 |
+
2008-11-04 00:00:00,1.15544,1.1126200000000002,1651,2082,5526,1230,496666
|
360 |
+
2008-11-11 00:00:00,1.1451799999999999,1.1614200000000001,1645,2321,5877,1234,506019
|
361 |
+
2008-11-18 00:00:00,1.4664,1.64107,2167,4210,8941,1286,544827
|
362 |
+
2008-11-25 00:00:00,2.38017,2.47166,2883,8253,14556,1320,588916
|
363 |
+
2008-12-02 00:00:00,3.4468099999999997,3.71969,3713,13114,21350,1358,573972
|
364 |
+
2008-12-09 00:00:00,4.05315,3.94975,4087,13407,22561,1367,571201
|
365 |
+
2008-12-16 00:00:00,4.26621,4.08756,4445,15326,26091,1380,638302
|
366 |
+
2008-12-23 00:00:00,4.21579,4.0189699999999995,4462,14152,24454,1313,608464
|
367 |
+
2008-12-30 00:00:00,4.8861,4.603619999999999,4974,16291,27919,1331,606458
|
368 |
+
2009-01-06 00:00:00,6.06923,5.66087,9302,27406,48420,2056,855346
|
369 |
+
2009-01-13 00:00:00,7.09467,6.81522,11527,32585,58196,2134,853912
|
370 |
+
2009-01-20 00:00:00,7.7151,7.6188899999999995,13187,39364,69068,2162,906536
|
371 |
+
2009-01-27 00:00:00,7.55134,7.3883600000000005,13174,36860,66411,2167,898860
|
372 |
+
2009-02-03 00:00:00,6.6711800000000006,6.33927,12161,30860,57017,2197,899425
|
373 |
+
2009-02-10 00:00:00,5.20633,4.94349,10151,21112,42729,2191,864348
|
374 |
+
2009-02-17 00:00:00,4.04477,3.80996,8979,14652,32520,2157,853552
|
375 |
+
2009-02-24 00:00:00,3.4972199999999996,3.44106,7716,8237,22508,2146,654101
|
376 |
+
2009-03-03 00:00:00,2.69023,2.6677299999999997,7195,7988,21730,2122,814550
|
377 |
+
2009-03-10 00:00:00,2.47119,2.4718299999999997,6490,7218,19325,2093,781811
|
378 |
+
2009-03-17 00:00:00,2.44773,2.345,6275,5785,17081,2014,728401
|
379 |
+
2009-03-24 00:00:00,2.64594,2.71435,6078,4127,14575,1934,536961
|
380 |
+
2009-03-31 00:00:00,2.61567,2.67667,6598,3726,15613,1937,583299
|
381 |
+
2009-04-07 00:00:00,1.9071200000000001,1.9828400000000002,4998,3961,14299,1996,721138
|
382 |
+
2009-04-14 00:00:00,1.8673799999999998,1.82749,4877,4614,14088,2016,770895
|
383 |
+
2009-04-21 00:00:00,1.8807200000000002,1.9260599999999999,5399,5079,14757,2053,766177
|
384 |
+
2009-04-28 00:00:00,1.96908,1.92495,5333,5655,15122,2026,785580
|
385 |
+
2009-05-05 00:00:00,2.11387,2.0887700000000002,5816,6142,16037,1996,767773
|
386 |
+
2009-05-12 00:00:00,2.09695,2.0343400000000003,5496,5577,15381,1977,756068
|
387 |
+
2009-05-19 00:00:00,1.90294,1.97649,5388,5536,15065,1954,762208
|
388 |
+
2009-05-26 00:00:00,1.9695099999999999,1.9936200000000002,5040,6207,16087,1990,806925
|
389 |
+
2009-06-02 00:00:00,1.9233099999999999,1.8538299999999999,4281,5685,14486,1953,781411
|
390 |
+
2009-06-09 00:00:00,1.8965900000000002,1.8673,4612,5270,14354,1946,768702
|
391 |
+
2009-06-16 00:00:00,1.7518099999999999,1.69987,4063,4466,12601,1933,741293
|
392 |
+
2009-06-23 00:00:00,1.5263200000000001,1.4974100000000001,3625,4108,11191,1917,747358
|
393 |
+
2009-06-30 00:00:00,1.4957200000000002,1.45112,3408,3733,10359,1875,713863
|
394 |
+
2009-07-07 00:00:00,1.2231299999999998,1.20715,3090,2933,8813,1850,730068
|
395 |
+
2009-07-14 00:00:00,1.17754,1.17415,3117,3110,8801,1831,749563
|
396 |
+
2009-07-21 00:00:00,1.09112,1.1620700000000002,2921,3044,8362,1765,719580
|
397 |
+
2009-07-28 00:00:00,1.11958,1.17213,3081,2972,8440,1755,720054
|
398 |
+
2009-08-04 00:00:00,1.08169,1.12168,2781,2901,7914,1710,705551
|
399 |
+
2009-08-11 00:00:00,1.12497,1.14981,2851,2645,7697,1664,669414
|
400 |
+
2009-08-18 00:00:00,1.06197,1.1332799999999998,2816,2553,7603,1624,670887
|
401 |
+
2009-08-25 00:00:00,1.08909,1.08171,2636,2188,6853,1497,633532
|
402 |
+
2009-09-01 00:00:00,1.1776,1.19959,2413,2172,6595,1421,549773
|
403 |
+
2009-09-08 00:00:00,0.97493,0.952808,2147,1831,5755,1435,604004
|
404 |
+
2009-09-15 00:00:00,0.987132,0.916032,1975,1784,5316,1405,580329
|
405 |
+
2009-09-22 00:00:00,0.995991,0.926582,2027,1779,5334,1384,575664
|
406 |
+
2009-09-29 00:00:00,0.904726,0.8696200000000001,1754,1541,4718,1347,542536
|
407 |
+
2009-10-06 00:00:00,0.9419270000000001,0.903133,1753,1566,4691,1353,519414
|
408 |
+
2009-10-13 00:00:00,0.880415,0.773776,1458,1450,4234,1284,547187
|
409 |
+
2009-10-20 00:00:00,0.842615,0.7427739999999999,1323,1335,3950,1265,531790
|
410 |
+
2009-10-27 00:00:00,0.858382,0.730934,1290,1279,3850,1250,526723
|
411 |
+
2009-11-03 00:00:00,0.83383,0.786882,1381,1357,4077,1241,518121
|
412 |
+
2009-11-10 00:00:00,0.8474370000000001,0.763051,1378,1307,4008,1212,525260
|
413 |
+
2009-11-17 00:00:00,0.888273,0.841043,1485,1592,4518,1225,537190
|
414 |
+
2009-11-24 00:00:00,0.765372,0.791573,1520,1592,4420,1235,558382
|
415 |
+
2009-12-01 00:00:00,0.91858,0.912732,1564,1866,5007,1170,548573
|
416 |
+
2009-12-08 00:00:00,1.01432,1.03398,1850,1959,5493,1198,531250
|
417 |
+
2009-12-15 00:00:00,1.01233,0.934009,1720,2118,5510,1210,589930
|
418 |
+
2009-12-22 00:00:00,1.1180299999999999,1.08189,2134,2510,6741,1206,623077
|
419 |
+
2009-12-29 00:00:00,1.11806,1.0656299999999999,1995,2383,6387,1254,599366
|
420 |
+
2010-01-05 00:00:00,1.1093899999999999,1.13505,2627,3142,8473,1838,746485
|
421 |
+
2010-01-12 00:00:00,1.2434100000000001,1.2525600000000001,2953,3522,9347,1875,746230
|
422 |
+
2010-01-19 00:00:00,1.25726,1.2457,3044,3641,9684,1907,777397
|
423 |
+
2010-01-26 00:00:00,1.25734,1.2677399999999999,3226,3822,9904,1929,781234
|
424 |
+
2010-02-02 00:00:00,1.43414,1.43723,3451,4397,11020,1947,766753
|
425 |
+
2010-02-09 00:00:00,1.5183799999999998,1.53341,3927,4679,11807,1940,769982
|
426 |
+
2010-02-16 00:00:00,1.61617,1.69445,4416,5322,13336,1921,787038
|
427 |
+
2010-02-23 00:00:00,1.84378,1.9915,4598,4145,12079,1938,606527
|
428 |
+
2010-03-02 00:00:00,1.72535,1.81305,5045,4978,13997,1964,772016
|
429 |
+
2010-03-09 00:00:00,1.87923,2.0142599999999997,5060,5867,14958,1936,742606
|
430 |
+
2010-03-16 00:00:00,2.3371,2.5565900000000004,6300,7194,18022,1916,704923
|
431 |
+
2010-03-23 00:00:00,3.03533,3.38185,7295,7071,19899,1840,588406
|
432 |
+
2010-03-30 00:00:00,3.136,3.43172,7478,5764,20346,1887,592880
|
433 |
+
2010-04-06 00:00:00,2.53336,2.69151,6584,6342,20026,1923,744043
|
434 |
+
2010-04-13 00:00:00,2.91288,2.91063,6238,7773,20721,1921,711908
|
435 |
+
2010-04-20 00:00:00,3.4449699999999996,3.49232,7247,11243,26257,1964,751850
|
436 |
+
2010-04-27 00:00:00,4.16185,4.0037,8007,15291,31975,1947,798637
|
437 |
+
2010-05-04 00:00:00,4.55159,4.43534,8195,16366,34284,1970,772974
|
438 |
+
2010-05-11 00:00:00,4.46504,4.24215,8036,16516,34456,1961,812230
|
439 |
+
2010-05-18 00:00:00,4.55124,4.39719,8172,17493,36567,1910,831600
|
440 |
+
2010-05-25 00:00:00,4.0822,3.90256,7839,13718,31277,1908,801449
|
441 |
+
2010-06-01 00:00:00,3.38812,3.15073,6376,10496,24627,1860,781629
|
442 |
+
2010-06-08 00:00:00,2.99142,2.72422,5691,8427,20377,1829,747993
|
443 |
+
2010-06-15 00:00:00,2.61542,2.33336,5363,6702,17309,1823,741807
|
444 |
+
2010-06-22 00:00:00,2.09065,1.925,4400,5489,14031,1790,728883
|
445 |
+
2010-06-29 00:00:00,1.86146,1.75243,4189,5025,12957,1770,739375
|
446 |
+
2010-07-06 00:00:00,1.6137700000000001,1.57704,3701,4557,11498,1723,729089
|
447 |
+
2010-07-13 00:00:00,1.4219899999999999,1.35766,3164,3562,9391,1681,691707
|
448 |
+
2010-07-20 00:00:00,1.3382,1.31223,3139,3064,8695,1651,662612
|
449 |
+
2010-07-27 00:00:00,1.19995,1.14937,2895,2673,7830,1612,681240
|
450 |
+
2010-08-03 00:00:00,1.14889,1.1145100000000001,2532,2553,7307,1585,655627
|
451 |
+
2010-08-10 00:00:00,1.12194,1.10984,2551,2595,7236,1556,651983
|
452 |
+
2010-08-17 00:00:00,1.06712,1.0524,2353,2280,6530,1516,620485
|
453 |
+
2010-08-24 00:00:00,1.0505799999999998,1.03536,2213,2110,6072,1381,586460
|
454 |
+
2010-08-31 00:00:00,1.1520299999999999,1.1177700000000002,2249,1980,5946,1357,531954
|
455 |
+
2010-09-07 00:00:00,0.970975,0.982949,2040,1760,5547,1296,564322
|
456 |
+
2010-09-14 00:00:00,0.894683,0.9251940000000001,1812,1599,4989,1279,539238
|
457 |
+
2010-09-21 00:00:00,0.843568,0.8355309999999999,1604,1422,4448,1251,532356
|
458 |
+
2010-09-28 00:00:00,0.815409,0.832393,1472,1462,4218,1225,506732
|
459 |
+
2010-10-05 00:00:00,0.823052,0.855591,1423,1269,4009,1211,468565
|
460 |
+
2010-10-12 00:00:00,0.674635,0.7069489999999999,1255,1206,3721,1220,526346
|
461 |
+
2010-10-19 00:00:00,0.631883,0.694387,1243,1184,3597,1203,518011
|
462 |
+
2010-10-26 00:00:00,0.641513,0.687976,1251,1188,3538,1179,514262
|
463 |
+
2010-11-02 00:00:00,0.529813,0.6447430000000001,1088,1125,3202,1175,496632
|
464 |
+
2010-11-09 00:00:00,0.644089,0.67533,1207,1223,3523,1175,521671
|
465 |
+
2010-11-16 00:00:00,0.667718,0.72823,1342,1358,3874,1191,531975
|
466 |
+
2010-11-23 00:00:00,0.7056680000000001,0.8065260000000001,1505,1600,4444,1195,551005
|
467 |
+
2010-11-30 00:00:00,0.8041550000000001,0.860408,1528,1781,4717,1200,548228
|
468 |
+
2010-12-07 00:00:00,0.907804,0.936075,1622,1809,4813,1184,514168
|
469 |
+
2010-12-14 00:00:00,1.00555,0.966683,1788,2206,5567,1196,575887
|
470 |
+
2010-12-21 00:00:00,1.03601,0.996007,1816,2264,5822,1201,584534
|
471 |
+
2010-12-28 00:00:00,1.0758299999999998,1.10846,2248,2514,6708,1213,605162
|
472 |
+
2011-01-04 00:00:00,1.1609200000000002,1.20345,3106,3485,9365,1850,778182
|
473 |
+
2011-01-11 00:00:00,1.19785,1.23777,3317,3667,9803,1883,791987
|
474 |
+
2011-01-18 00:00:00,1.27926,1.2525899999999999,3324,3837,9958,1905,794995
|
475 |
+
2011-01-25 00:00:00,1.2919399999999999,1.30546,3453,4035,10298,1900,788840
|
476 |
+
2011-02-01 00:00:00,1.42824,1.45295,3634,4658,11396,1925,784334
|
477 |
+
2011-02-08 00:00:00,1.3980299999999999,1.44089,3949,4348,11496,1946,797839
|
478 |
+
2011-02-15 00:00:00,1.45831,1.46221,3923,4361,11721,1900,801594
|
479 |
+
2011-02-22 00:00:00,1.56548,1.65573,4125,3340,10377,1918,626731
|
480 |
+
2011-03-01 00:00:00,1.34313,1.4660600000000001,4237,3955,11479,1904,782984
|
481 |
+
2011-03-08 00:00:00,1.48139,1.51811,3995,4040,11187,1898,736905
|
482 |
+
2011-03-15 00:00:00,1.63398,1.66429,4579,4097,12137,1872,729258
|
483 |
+
2011-03-22 00:00:00,1.8312599999999999,1.85274,5016,3535,11958,1851,645424
|
484 |
+
2011-03-29 00:00:00,2.10451,2.12413,5243,3184,12356,1821,581697
|
485 |
+
2011-04-05 00:00:00,1.73625,1.76709,4514,3393,11992,1891,678631
|
486 |
+
2011-04-12 00:00:00,1.55066,1.5434,4059,3636,11543,1883,747894
|
487 |
+
2011-04-19 00:00:00,1.62891,1.64762,4364,4030,11939,1887,724623
|
488 |
+
2011-04-26 00:00:00,1.7603799999999998,1.6843,4766,4802,13209,1891,784244
|
489 |
+
2011-05-03 00:00:00,1.9272799999999999,1.8635400000000002,5218,5336,14448,1885,775298
|
490 |
+
2011-05-10 00:00:00,1.9199400000000002,1.86408,5028,5555,14624,1875,784516
|
491 |
+
2011-05-17 00:00:00,2.09951,2.01839,5277,5994,15929,1884,789193
|
492 |
+
2011-05-24 00:00:00,2.2397299999999998,2.10385,5246,5990,16137,1853,767022
|
493 |
+
2011-05-31 00:00:00,2.21921,2.09555,5219,6239,16518,1826,788242
|
494 |
+
2011-06-07 00:00:00,2.16693,2.10398,4811,6493,15763,1816,749198
|
495 |
+
2011-06-14 00:00:00,2.3891299999999998,2.2941,5175,6768,17150,1819,747570
|
496 |
+
2011-06-21 00:00:00,1.9646599999999999,1.9222299999999999,4422,5683,14524,1780,755579
|
497 |
+
2011-06-28 00:00:00,1.8422900000000002,1.74239,3807,5256,13017,1753,747079
|
498 |
+
2011-07-05 00:00:00,1.6867400000000001,1.6760099999999998,3582,4631,11930,1729,711808
|
499 |
+
2011-07-12 00:00:00,1.53136,1.49637,3253,4059,10732,1707,717202
|
500 |
+
2011-07-19 00:00:00,1.3791200000000001,1.38202,3001,4020,10123,1699,732480
|
501 |
+
2011-07-26 00:00:00,1.29515,1.28926,2638,3802,9370,1675,726772
|
502 |
+
2011-08-02 00:00:00,1.39521,1.3580299999999998,2509,3671,8999,1564,662649
|
503 |
+
2011-08-09 00:00:00,1.32522,1.30833,2524,3468,8576,1546,655492
|
504 |
+
2011-08-16 00:00:00,1.23059,1.26692,2465,3087,8062,1503,636347
|
505 |
+
2011-08-23 00:00:00,1.2302799999999998,1.27731,2545,3011,7878,1415,616765
|
506 |
+
2011-08-30 00:00:00,1.2687700000000002,1.2991,2480,2601,7153,1409,550614
|
507 |
+
2011-09-06 00:00:00,1.10782,1.16297,2336,2352,6765,1365,581700
|
508 |
+
2011-09-13 00:00:00,1.09559,1.08612,2231,2024,6133,1289,564670
|
509 |
+
2011-09-20 00:00:00,1.1103100000000001,1.0568,2259,1974,6048,1295,572296
|
510 |
+
2011-09-27 00:00:00,1.10616,1.07871,2168,1850,5786,1260,536380
|
511 |
+
2011-10-04 00:00:00,1.10816,1.04662,1911,1706,5291,1271,505533
|
512 |
+
2011-10-11 00:00:00,0.999444,0.9281520000000001,1913,1751,5185,1240,558637
|
513 |
+
2011-10-18 00:00:00,0.924199,0.9019360000000001,1818,1640,4931,1223,546713
|
514 |
+
2011-10-25 00:00:00,0.949257,0.915356,1752,1721,5103,1250,557488
|
515 |
+
2011-11-01 00:00:00,0.9789030000000001,0.952548,1728,1706,5159,1240,541600
|
516 |
+
2011-11-08 00:00:00,0.925024,0.9166610000000001,1660,1718,5026,1248,548294
|
517 |
+
2011-11-15 00:00:00,0.848456,0.9017870000000001,1721,1755,5051,1238,560110
|
518 |
+
2011-11-22 00:00:00,1.04451,1.03315,2098,2128,6141,1238,594395
|
519 |
+
2011-11-29 00:00:00,1.0986,1.0523799999999999,1958,2335,6318,1238,600354
|
520 |
+
2011-12-06 00:00:00,1.22071,1.12713,1886,2294,6296,1242,558585
|
521 |
+
2011-12-13 00:00:00,1.24976,1.1866,2176,2870,7382,1252,622114
|
522 |
+
2011-12-20 00:00:00,1.22892,1.21415,2295,2972,7656,1268,630563
|
523 |
+
2011-12-27 00:00:00,1.29393,1.2519799999999999,2421,2867,7807,1248,623572
|
524 |
+
2012-01-03 00:00:00,1.23034,1.20559,2773,3691,9395,1932,779285
|
525 |
+
2012-01-10 00:00:00,1.3278,1.31929,2960,4007,10158,1940,769959
|
526 |
+
2012-01-17 00:00:00,1.33995,1.3273700000000002,3202,4233,10585,1968,797444
|
527 |
+
2012-01-24 00:00:00,1.37842,1.3668799999999999,3346,4268,10913,1958,798388
|
528 |
+
2012-01-31 00:00:00,1.50085,1.50535,3326,4422,11061,1929,734781
|
529 |
+
2012-02-07 00:00:00,1.65163,1.61273,3733,5145,12674,1974,785871
|
530 |
+
2012-02-14 00:00:00,1.7674599999999998,1.7520799999999999,4034,5526,13623,1966,777534
|
531 |
+
2012-02-21 00:00:00,2.30609,2.33365,4651,5387,14650,1968,627772
|
532 |
+
2012-02-28 00:00:00,2.16324,2.2268,5102,7018,18521,2006,831730
|
533 |
+
2012-03-06 00:00:00,2.83038,2.97657,6486,10857,24877,2006,835762
|
534 |
+
2012-03-13 00:00:00,3.43761,3.62552,7446,12945,29432,1977,811800
|
535 |
+
2012-03-20 00:00:00,4.305540000000001,4.5532,8546,13971,34332,1908,754019
|
536 |
+
2012-03-27 00:00:00,6.06082,6.025980000000001,9709,11391,36588,1905,607171
|
537 |
+
2012-04-03 00:00:00,4.64931,4.96368,8444,9108,34103,1982,687051
|
538 |
+
2012-04-10 00:00:00,4.32584,4.69072,8297,13424,39896,1995,850531
|
539 |
+
2012-04-17 00:00:00,4.5111300000000005,4.7047300000000005,8633,15992,39441,2008,838326
|
540 |
+
2012-04-24 00:00:00,4.2171,4.1646,7441,13439,32426,1978,778610
|
541 |
+
2012-05-01 00:00:00,3.78956,3.6953300000000002,6609,12653,29808,1963,806640
|
542 |
+
2012-05-08 00:00:00,3.2920599999999998,3.2363,5757,10816,24987,1931,772086
|
543 |
+
2012-05-15 00:00:00,3.0197,2.8942099999999997,5289,9395,22321,1926,771229
|
544 |
+
2012-05-22 00:00:00,2.7149900000000002,2.71742,5099,8415,20519,1940,755092
|
545 |
+
2012-05-29 00:00:00,2.4845,2.52297,4633,7981,19231,1893,762238
|
546 |
+
2012-06-05 00:00:00,2.57808,2.55227,4791,7709,18829,1884,737736
|
547 |
+
2012-06-12 00:00:00,2.39237,2.43225,4480,7065,17392,1846,715059
|
548 |
+
2012-06-19 00:00:00,2.06778,2.10851,3957,6095,15254,1825,723449
|
549 |
+
2012-06-26 00:00:00,1.90281,1.94725,3830,5204,13714,1811,704276
|
550 |
+
2012-07-03 00:00:00,1.6590200000000002,1.74859,3516,4299,12273,1769,701881
|
551 |
+
2012-07-10 00:00:00,1.43006,1.4971299999999998,3110,3929,10818,1742,722583
|
552 |
+
2012-07-17 00:00:00,1.27757,1.32313,2707,3509,9188,1732,694415
|
553 |
+
2012-07-24 00:00:00,1.1900899999999999,1.2264700000000002,2588,3364,8589,1711,700300
|
554 |
+
2012-07-31 00:00:00,1.09556,1.19614,2439,3142,7986,1675,667648
|
555 |
+
2012-08-07 00:00:00,1.08589,1.19049,2422,2877,7704,1630,647130
|
556 |
+
2012-08-14 00:00:00,1.0734299999999999,1.17426,2431,2583,7317,1582,623114
|
557 |
+
2012-08-21 00:00:00,1.0167700000000002,1.13342,2230,2219,6589,1489,581338
|
558 |
+
2012-08-28 00:00:00,1.04847,1.14306,2109,2094,6190,1486,541528
|
559 |
+
2012-09-04 00:00:00,0.920349,1.00881,1983,1779,5638,1421,558875
|
560 |
+
2012-09-11 00:00:00,0.9207790000000001,1.02358,1969,1713,5539,1419,541138
|
561 |
+
2012-09-18 00:00:00,0.9043329999999999,1.00138,1877,1766,5474,1405,546643
|
562 |
+
2012-09-25 00:00:00,0.83057,0.9094979999999999,1703,1581,4915,1389,540408
|
563 |
+
2012-10-02 00:00:00,0.8628370000000001,0.950042,1594,1489,4506,1357,474295
|
564 |
+
2012-10-09 00:00:00,0.732182,0.829299,1576,1491,4510,1362,543833
|
565 |
+
2012-10-16 00:00:00,0.724558,0.802109,1432,1405,4186,1341,521874
|
566 |
+
2012-10-23 00:00:00,0.740848,0.806333,1416,1464,4233,1325,524969
|
567 |
+
2012-10-30 00:00:00,0.726037,0.796937,1216,1284,3886,1290,487617
|
568 |
+
2012-11-06 00:00:00,0.7556390000000001,0.7791359999999999,1367,1338,4075,1299,523015
|
569 |
+
2012-11-13 00:00:00,0.761847,0.797653,1364,1366,4168,1276,522533
|
570 |
+
2012-11-20 00:00:00,0.779896,0.825485,1331,1561,4317,1265,522965
|
571 |
+
2012-11-27 00:00:00,0.8991379999999999,0.9354690000000001,1499,1814,5053,1260,540157
|
572 |
+
2012-12-04 00:00:00,0.999524,1.04345,1681,2035,5626,1317,539175
|
573 |
+
2012-12-11 00:00:00,1.0558,1.09107,1926,2437,6374,1307,584196
|
574 |
+
2012-12-18 00:00:00,1.0967,1.20108,2175,2683,7110,1290,591969
|
575 |
+
2012-12-25 00:00:00,1.24709,1.26179,2393,2963,7963,1364,631088
|
576 |
+
2013-01-01 00:00:00,1.15746,1.13249,2974,3769,9677,1960,854487
|
577 |
+
2013-01-08 00:00:00,1.2718399999999999,1.2112100000000001,3276,3925,10420,1990,860298
|
578 |
+
2013-01-15 00:00:00,1.31623,1.25682,3483,3880,10658,2018,848016
|
579 |
+
2013-01-22 00:00:00,1.3744399999999999,1.37097,3930,4484,12036,2027,877917
|
580 |
+
2013-01-29 00:00:00,1.46781,1.42956,4045,4642,12502,2028,874537
|
581 |
+
2013-02-05 00:00:00,1.5834,1.53588,4434,5062,13498,2017,878845
|
582 |
+
2013-02-12 00:00:00,1.60253,1.60267,4643,5000,13927,2054,868987
|
583 |
+
2013-02-19 00:00:00,1.72344,1.7326700000000002,4835,5579,15168,2012,875411
|
584 |
+
2013-02-26 00:00:00,2.11076,2.09858,4937,4313,13975,2042,665926
|
585 |
+
2013-03-05 00:00:00,2.1708,2.21374,5549,6579,18920,2055,854664
|
586 |
+
2013-03-12 00:00:00,2.36971,2.4167400000000003,5501,7046,19398,2054,802651
|
587 |
+
2013-03-19 00:00:00,3.15997,3.03071,6555,8406,24697,2009,814891
|
588 |
+
2013-03-26 00:00:00,4.59053,4.38724,7814,7485,26988,2007,615148
|
589 |
+
2013-04-02 00:00:00,4.28195,4.2112,7488,6726,28654,2033,680424
|
590 |
+
2013-04-09 00:00:00,3.5628800000000003,3.4649199999999998,6233,7881,28147,2059,812343
|
591 |
+
2013-04-16 00:00:00,3.36378,3.3169800000000005,6007,9517,28370,2049,855297
|
592 |
+
2013-04-23 00:00:00,3.39659,3.2407,5878,8858,25502,2062,786928
|
593 |
+
2013-04-30 00:00:00,3.11922,2.88598,5133,8714,23484,2051,813726
|
594 |
+
2013-05-07 00:00:00,2.8357200000000002,2.6217200000000003,4729,7711,21085,2051,804244
|
595 |
+
2013-05-14 00:00:00,2.48484,2.3406700000000003,4210,6717,18195,2018,777340
|
596 |
+
2013-05-21 00:00:00,2.2741,2.12059,4250,6121,17234,2025,812700
|
597 |
+
2013-05-28 00:00:00,2.0724400000000003,1.91094,3953,5875,15914,1978,832786
|
598 |
+
2013-06-04 00:00:00,1.98207,1.9023,3775,5575,15044,1944,790831
|
599 |
+
2013-06-11 00:00:00,1.8244099999999999,1.7661900000000001,3616,5022,14024,1904,794024
|
600 |
+
2013-06-18 00:00:00,1.8203599999999998,1.85791,3798,5611,14926,1922,803374
|
601 |
+
2013-06-25 00:00:00,1.7539099999999999,1.8209400000000002,3523,5812,14661,1887,805133
|
602 |
+
2013-07-02 00:00:00,1.74542,1.83453,3582,5659,14637,1866,797863
|
603 |
+
2013-07-09 00:00:00,1.6723599999999998,1.75446,3574,5587,14206,1845,809707
|
604 |
+
2013-07-16 00:00:00,1.5165899999999999,1.51636,3130,4279,11723,1810,773101
|
605 |
+
2013-07-23 00:00:00,1.4477799999999998,1.40334,2846,3770,10814,1771,770592
|
606 |
+
2013-07-30 00:00:00,1.2902799999999999,1.2593,2501,3591,9648,1746,766139
|
607 |
+
2013-08-06 00:00:00,1.37388,1.32482,2789,3615,9775,1714,737834
|
608 |
+
2013-08-13 00:00:00,1.34208,1.27576,2544,3256,9033,1660,708049
|
609 |
+
2013-08-20 00:00:00,1.3456299999999999,1.29483,2733,3068,8797,1570,679395
|
610 |
+
2013-08-27 00:00:00,1.21291,1.2261,2528,2459,7658,1554,624582
|
611 |
+
2013-09-03 00:00:00,1.1929100000000001,1.1453799999999998,2383,2349,7229,1461,631143
|
612 |
+
2013-09-10 00:00:00,1.1414600000000001,1.0678,2227,2181,6783,1461,635233
|
613 |
+
2013-09-17 00:00:00,1.06503,1.07269,2159,2009,6369,1392,593740
|
614 |
+
2013-09-24 00:00:00,1.12669,1.01298,2049,1917,6038,1411,596063
|
615 |
+
2013-10-01 00:00:00,0.9473530000000001,0.994705,1865,1688,5352,1388,538049
|
616 |
+
2013-10-08 00:00:00,0.9441870000000001,0.880862,1758,1623,5295,1394,601116
|
617 |
+
2013-10-15 00:00:00,0.9348219999999999,0.858173,1582,1621,5083,1376,592305
|
618 |
+
2013-10-22 00:00:00,0.8173600000000001,0.8051520000000001,1455,1450,4765,1372,591814
|
619 |
+
2013-10-29 00:00:00,0.852792,0.8187810000000001,1450,1655,4942,1378,603580
|
620 |
+
2013-11-05 00:00:00,0.7469939999999999,0.7837350000000001,1460,1528,4744,1382,605307
|
621 |
+
2013-11-12 00:00:00,0.7610979999999999,0.8487030000000001,1528,1631,4980,1369,586778
|
622 |
+
2013-11-19 00:00:00,0.7676270000000001,0.8341459999999999,1569,1813,5305,1371,635980
|
623 |
+
2013-11-26 00:00:00,0.862176,0.9059809999999999,1684,2184,5799,1353,640080
|
624 |
+
2013-12-03 00:00:00,0.984907,1.04506,1753,2258,6050,1352,578913
|
625 |
+
2013-12-10 00:00:00,1.16287,1.16816,2300,3316,8130,1401,695966
|
626 |
+
2013-12-17 00:00:00,1.2273100000000001,1.27649,2535,3650,8888,1405,696282
|
627 |
+
2013-12-24 00:00:00,1.2071,1.29758,2522,3447,8874,1407,683887
|
628 |
+
2013-12-31 00:00:00,1.16191,1.20612,2958,3994,10150,1937,841540
|
629 |
+
2014-01-07 00:00:00,1.30905,1.32485,3055,4437,10977,1960,828544
|
630 |
+
2014-01-14 00:00:00,1.3707200000000002,1.41192,3442,4728,11941,2000,845727
|
631 |
+
2014-01-21 00:00:00,1.43373,1.42547,3455,4955,12292,2008,862314
|
632 |
+
2014-01-28 00:00:00,1.42791,1.43909,3632,5102,12313,2053,855608
|
633 |
+
2014-02-04 00:00:00,1.61605,1.61532,4277,5799,13853,2058,857601
|
634 |
+
2014-02-11 00:00:00,1.65976,1.6647299999999998,4424,5816,14062,1997,844700
|
635 |
+
2014-02-18 00:00:00,2.05459,2.0058,4740,7322,16674,2058,831289
|
636 |
+
2014-02-25 00:00:00,2.5354099999999997,2.62227,5432,6848,17602,2067,671251
|
637 |
+
2014-03-04 00:00:00,2.5425299999999997,2.6074900000000003,6185,9106,22905,2097,878430
|
638 |
+
2014-03-11 00:00:00,3.60563,3.4178,7424,13050,29172,2069,853532
|
639 |
+
2014-03-18 00:00:00,4.9097599999999995,4.46555,9270,16418,37382,2016,837119
|
640 |
+
2014-03-25 00:00:00,5.98221,6.11497,10363,13951,40533,1984,662849
|
641 |
+
2014-04-01 00:00:00,5.47421,5.3097900000000005,9732,9406,36891,1983,694773
|
642 |
+
2014-04-08 00:00:00,4.2137400000000005,4.0789800000000005,7160,9589,31483,1958,771835
|
643 |
+
2014-04-15 00:00:00,4.21022,3.93762,7044,11966,31204,1971,792459
|
644 |
+
2014-04-22 00:00:00,4.25968,4.15076,7840,13949,33221,1966,800359
|
645 |
+
2014-04-29 00:00:00,3.97761,3.87899,7118,13159,30621,1955,789407
|
646 |
+
2014-05-06 00:00:00,3.6344300000000005,3.4579400000000002,6656,12093,28151,1950,814097
|
647 |
+
2014-05-13 00:00:00,3.26527,3.06359,6429,10328,25218,1917,823153
|
648 |
+
2014-05-20 00:00:00,2.93083,2.82646,5537,8164,21109,1907,746836
|
649 |
+
2014-05-27 00:00:00,2.54474,2.3599,4823,7280,19178,1934,812660
|
650 |
+
2014-06-03 00:00:00,2.47227,2.33472,4639,7116,18441,1912,789858
|
651 |
+
2014-06-10 00:00:00,2.35665,2.21286,4710,6748,17833,1907,805881
|
652 |
+
2014-06-17 00:00:00,2.17008,2.07619,4559,6084,16695,1883,804117
|
653 |
+
2014-06-24 00:00:00,2.04297,2.01267,4418,6003,16122,1848,801027
|
654 |
+
2014-07-01 00:00:00,1.954,1.94192,4174,5623,14975,1819,771143
|
655 |
+
2014-07-08 00:00:00,1.7228700000000001,1.7480900000000001,3903,4634,13733,1820,785602
|
656 |
+
2014-07-15 00:00:00,1.53694,1.50367,3448,4214,12044,1813,800974
|
657 |
+
2014-07-22 00:00:00,1.38283,1.4349399999999999,3182,4011,10860,1768,756827
|
658 |
+
2014-07-29 00:00:00,1.46265,1.4567299999999999,3203,4280,11095,1753,761638
|
659 |
+
2014-08-05 00:00:00,1.38934,1.42836,3106,4079,10694,1735,748690
|
660 |
+
2014-08-12 00:00:00,1.3468,1.35297,2805,3641,9671,1688,714799
|
661 |
+
2014-08-19 00:00:00,1.25452,1.33093,2754,3296,9024,1622,678023
|
662 |
+
2014-08-26 00:00:00,1.21636,1.2842200000000001,2593,2714,7913,1579,616171
|
663 |
+
2014-09-02 00:00:00,1.16734,1.13889,2211,2345,6946,1505,609891
|
664 |
+
2014-09-09 00:00:00,1.04654,1.10343,2109,2284,6744,1455,611184
|
665 |
+
2014-09-16 00:00:00,0.9436610000000001,0.9707479999999999,1734,2046,5850,1459,602628
|
666 |
+
2014-09-23 00:00:00,0.9350459999999999,0.9986809999999999,1897,1921,5913,1445,592081
|
667 |
+
2014-09-30 00:00:00,0.9347260000000001,0.978057,1678,1701,5232,1417,534938
|
668 |
+
2014-10-07 00:00:00,0.864118,0.866431,1546,1675,5116,1428,590468
|
669 |
+
2014-10-14 00:00:00,0.806535,0.827757,1487,1609,4870,1411,588337
|
670 |
+
2014-10-21 00:00:00,0.742747,0.7975720000000001,1383,1498,4626,1401,580010
|
671 |
+
2014-10-28 00:00:00,0.737859,0.811221,1415,1459,4605,1352,567663
|
672 |
+
2014-11-04 00:00:00,0.743224,0.8211649999999999,1392,1590,4753,1364,578812
|
673 |
+
2014-11-11 00:00:00,0.805251,0.819435,1330,1667,4750,1340,579668
|
674 |
+
2014-11-18 00:00:00,0.816943,0.8480409999999999,1429,1815,5173,1356,609994
|
675 |
+
2014-11-25 00:00:00,0.8145180000000001,0.888524,1687,2033,5648,1362,635661
|
676 |
+
2014-12-02 00:00:00,0.86067,0.9628260000000001,1636,2292,5963,1354,619323
|
677 |
+
2014-12-09 00:00:00,0.886704,1.02252,1714,2169,5970,1349,583853
|
678 |
+
2014-12-16 00:00:00,1.00845,1.08392,1993,2744,7062,1369,651524
|
679 |
+
2014-12-23 00:00:00,1.06625,1.17724,2178,2947,7704,1367,654414
|
680 |
+
2014-12-30 00:00:00,1.05995,1.1716,2170,2746,7626,1332,650904
|
681 |
+
2015-01-06 00:00:00,1.22559,1.24325,2849,3693,10049,1963,808287
|
682 |
+
2015-01-13 00:00:00,1.31066,1.3234,3016,4007,10715,1976,809660
|
683 |
+
2015-01-20 00:00:00,1.3711,1.40399,3263,4360,11584,1995,825079
|
684 |
+
2015-01-27 00:00:00,1.39171,1.37629,3141,4148,11164,1999,811165
|
685 |
+
2015-02-03 00:00:00,1.4371200000000002,1.46866,3563,4783,12423,2048,845875
|
686 |
+
2015-02-10 00:00:00,1.50165,1.5330000000000001,3746,4725,12676,2028,826877
|
687 |
+
2015-02-17 00:00:00,1.59805,1.6084100000000001,3960,5076,13484,2023,838344
|
688 |
+
2015-02-24 00:00:00,1.89668,1.90047,3974,4073,12158,2000,639738
|
689 |
+
2015-03-03 00:00:00,1.6772799999999999,1.73645,4469,5076,14617,2040,841777
|
690 |
+
2015-03-10 00:00:00,1.7829599999999999,1.81945,4575,5384,14986,2020,823657
|
691 |
+
2015-03-17 00:00:00,1.87336,1.9657099999999998,5135,5105,15396,2000,783227
|
692 |
+
2015-03-24 00:00:00,2.3214799999999998,2.42021,5377,4317,14839,1978,613128
|
693 |
+
2015-03-31 00:00:00,2.40991,2.41083,5700,4011,15679,1949,650356
|
694 |
+
2015-04-07 00:00:00,1.94328,1.98859,4775,4494,15654,2004,787192
|
695 |
+
2015-04-14 00:00:00,1.99796,1.98985,4574,5362,15517,2005,779809
|
696 |
+
2015-04-21 00:00:00,2.11829,2.1071,4804,5380,15661,2008,743249
|
697 |
+
2015-04-28 00:00:00,2.2511200000000002,2.19256,5088,6882,18143,2026,827482
|
698 |
+
2015-05-05 00:00:00,2.3711599999999997,2.3001400000000003,5135,7353,18944,2007,823602
|
699 |
+
2015-05-12 00:00:00,2.80035,2.6757400000000002,5645,8434,21774,2000,813755
|
700 |
+
2015-05-19 00:00:00,3.16475,3.02427,5997,9325,24681,1993,816098
|
701 |
+
2015-05-26 00:00:00,3.15183,3.11328,6299,10127,26423,1956,848718
|
702 |
+
2015-06-02 00:00:00,3.3321,3.3278800000000004,6619,11415,28468,1952,855439
|
703 |
+
2015-06-09 00:00:00,3.5602400000000003,3.5918,6660,11856,30481,1922,848628
|
704 |
+
2015-06-16 00:00:00,3.05479,3.09262,5574,9334,24894,1898,804948
|
705 |
+
2015-06-23 00:00:00,2.7673200000000002,2.78803,5187,8489,21940,1900,786936
|
706 |
+
2015-06-30 00:00:00,2.44161,2.52371,4581,7392,19603,1832,776752
|
707 |
+
2015-07-07 00:00:00,2.03348,2.12928,3707,6403,16769,1813,787543
|
708 |
+
2015-07-14 00:00:00,1.98593,2.0514200000000002,3572,6595,16261,1805,792672
|
709 |
+
2015-07-21 00:00:00,1.91514,1.98957,3515,6357,15437,1774,775895
|
710 |
+
2015-07-28 00:00:00,1.6996799999999999,1.7858,3157,5557,13836,1759,774777
|
711 |
+
2015-08-04 00:00:00,1.57635,1.60144,2772,4729,11870,1742,741210
|
712 |
+
2015-08-11 00:00:00,1.3935,1.4743,2871,4046,10707,1690,726244
|
713 |
+
2015-08-18 00:00:00,1.29941,1.42286,2688,3630,9798,1626,688612
|
714 |
+
2015-08-25 00:00:00,1.18379,1.38196,2612,3126,8787,1439,635835
|
715 |
+
2015-09-01 00:00:00,1.13723,1.33712,2545,2620,7997,1482,598077
|
716 |
+
2015-09-08 00:00:00,1.04118,1.13894,2293,2313,7201,1446,632252
|
717 |
+
2015-09-15 00:00:00,0.971814,1.09641,2189,2171,6768,1440,617287
|
718 |
+
2015-09-22 00:00:00,0.8633059999999999,0.999559,2062,1905,6024,1402,602666
|
719 |
+
2015-09-29 00:00:00,0.8337969999999999,0.99095,1873,1810,5686,1382,573793
|
720 |
+
2015-10-06 00:00:00,0.784516,0.9312530000000001,1646,1641,5118,1379,549582
|
721 |
+
2015-10-13 00:00:00,0.7343270000000001,0.843118,1610,1599,5078,1392,602288
|
722 |
+
2015-10-20 00:00:00,0.6988449999999999,0.8402860000000001,1670,1621,5044,1388,600272
|
723 |
+
2015-10-27 00:00:00,0.7230989999999999,0.8300649999999999,1580,1624,4925,1393,593327
|
724 |
+
2015-11-03 00:00:00,0.663501,0.790428,1455,1496,4596,1360,581457
|
725 |
+
2015-11-10 00:00:00,0.69276,0.8308260000000001,1512,1639,4868,1329,585923
|
726 |
+
2015-11-17 00:00:00,0.710029,0.8567959999999999,1644,1914,5265,1345,614499
|
727 |
+
2015-11-24 00:00:00,0.834232,1.00746,1848,2364,6260,1356,621362
|
728 |
+
2015-12-01 00:00:00,0.9926209999999999,1.0586799999999998,1815,2651,6504,1354,614349
|
729 |
+
2015-12-08 00:00:00,1.01605,1.10028,1883,2604,6623,1347,601938
|
730 |
+
2015-12-15 00:00:00,1.07169,1.1457,2026,3073,7639,1365,666755
|
731 |
+
2015-12-22 00:00:00,1.1016299999999999,1.2189,2341,3298,8229,1363,675119
|
732 |
+
2015-12-29 00:00:00,1.18841,1.31113,2413,3334,8505,1389,648678
|
733 |
+
2016-01-05 00:00:00,1.2019,1.27386,3110,4169,10864,1946,852842
|
734 |
+
2016-01-12 00:00:00,1.23108,1.29342,3207,4078,10997,1973,850228
|
735 |
+
2016-01-19 00:00:00,1.26796,1.33097,3564,4452,11926,1983,896035
|
736 |
+
2016-01-26 00:00:00,1.3629799999999999,1.42662,3786,4769,12648,2006,886570
|
737 |
+
2016-02-02 00:00:00,1.48535,1.57071,4314,5287,13790,1999,877947
|
738 |
+
2016-02-09 00:00:00,1.55954,1.65146,4703,5193,14258,1990,863356
|
739 |
+
2016-02-16 00:00:00,1.64783,1.7330900000000002,4979,5610,15160,2000,874739
|
740 |
+
2016-02-23 00:00:00,1.91275,2.03388,5032,4567,14208,2011,698566
|
741 |
+
2016-03-01 00:00:00,1.81725,1.8833099999999998,5209,5655,16605,2001,881694
|
742 |
+
2016-03-08 00:00:00,1.9143299999999999,2.00292,5501,5812,16961,2013,846813
|
743 |
+
2016-03-15 00:00:00,2.2100299999999997,2.27731,5744,6724,18463,2000,810736
|
744 |
+
2016-03-22 00:00:00,2.73568,2.91465,6653,7469,21565,1977,739882
|
745 |
+
2016-03-29 00:00:00,3.3683199999999998,3.5491900000000003,7712,7144,24900,1928,701569
|
746 |
+
2016-04-05 00:00:00,3.09689,3.08102,6716,6786,24178,2024,784740
|
747 |
+
2016-04-12 00:00:00,3.07346,3.01875,6020,8843,24897,1997,824746
|
748 |
+
2016-04-19 00:00:00,3.51643,3.40446,6399,12147,28781,2029,845391
|
749 |
+
2016-04-26 00:00:00,3.8027,3.52869,6958,14073,31265,2021,886023
|
750 |
+
2016-05-03 00:00:00,4.5031300000000005,4.10665,7452,17482,36517,2024,889216
|
751 |
+
2016-05-10 00:00:00,5.06308,4.7551,8110,20150,42890,2027,901978
|
752 |
+
2016-05-17 00:00:00,4.8600900000000005,4.65163,7726,18692,41035,1967,882163
|
753 |
+
2016-05-24 00:00:00,4.57916,4.57049,7649,17300,40124,1987,877892
|
754 |
+
2016-05-31 00:00:00,3.55674,3.4552199999999997,6129,12394,30183,1995,873547
|
755 |
+
2016-06-07 00:00:00,3.50417,3.29505,5854,11552,28060,1971,851580
|
756 |
+
2016-06-14 00:00:00,3.2151099999999997,3.16426,5503,10084,25484,1958,805370
|
757 |
+
2016-06-21 00:00:00,3.10088,3.14433,5514,11503,27354,1940,869946
|
758 |
+
2016-06-28 00:00:00,2.7905599999999997,2.8793599999999997,5145,10149,24342,1899,845397
|
759 |
+
2016-07-05 00:00:00,2.38547,2.36977,4488,8178,19677,1906,830332
|
760 |
+
2016-07-12 00:00:00,1.9703,1.9385299999999999,3909,5847,15548,1861,802052
|
761 |
+
2016-07-19 00:00:00,1.73442,1.64064,3306,4683,13006,1845,792740
|
762 |
+
2016-07-26 00:00:00,1.56303,1.4752,2997,4497,11924,1846,808298
|
763 |
+
2016-08-02 00:00:00,1.4128,1.37755,2890,4105,10762,1795,781240
|
764 |
+
2016-08-09 00:00:00,1.27492,1.33771,2751,3831,10202,1767,762648
|
765 |
+
2016-08-16 00:00:00,1.2834,1.34686,2685,3518,9809,1746,728288
|
766 |
+
2016-08-23 00:00:00,1.1666299999999998,1.26579,2341,3060,8564,1614,676574
|
767 |
+
2016-08-30 00:00:00,1.1097700000000001,1.25701,2311,2575,7756,1569,617021
|
768 |
+
2016-09-06 00:00:00,1.0433299999999999,1.16048,2412,2377,7510,1493,647145
|
769 |
+
2016-09-13 00:00:00,0.905151,1.04834,2049,2099,6636,1470,633003
|
770 |
+
2016-09-20 00:00:00,0.902718,0.992711,1930,1971,6240,1469,628582
|
771 |
+
2016-09-27 00:00:00,0.8595309999999999,0.9616030000000001,1771,1748,5596,1422,581945
|
772 |
+
2016-10-04 00:00:00,0.818998,0.9558180000000001,1728,1564,5326,1456,557219
|
773 |
+
2016-10-11 00:00:00,0.752505,0.8275969999999999,1545,1578,4961,1405,599446
|
774 |
+
2016-10-18 00:00:00,0.731146,0.811886,1549,1421,4747,1384,584688
|
775 |
+
2016-10-25 00:00:00,0.733295,0.818527,1576,1515,4879,1377,596071
|
776 |
+
2016-11-01 00:00:00,0.73102,0.829758,1529,1485,4899,1390,590413
|
777 |
+
2016-11-08 00:00:00,0.68834,0.8285030000000001,1559,1481,4915,1386,593239
|
778 |
+
2016-11-15 00:00:00,0.732049,0.8858959999999999,1603,1691,5230,1350,590363
|
779 |
+
2016-11-22 00:00:00,0.9111879999999999,1.05351,1964,2549,6653,1379,631507
|
780 |
+
2016-11-29 00:00:00,1.02105,1.11768,2076,2726,7133,1370,638196
|
781 |
+
2016-12-06 00:00:00,1.09495,1.14028,2073,2488,7072,1384,620201
|
782 |
+
2016-12-13 00:00:00,1.09475,1.13326,2372,2942,8304,1485,732755
|
783 |
+
2016-12-20 00:00:00,1.09775,1.1758899999999999,2544,3075,8563,1484,728214
|
784 |
+
2016-12-27 00:00:00,1.18882,1.23848,2840,3201,9079,1468,733077
|
785 |
+
2017-01-03 00:00:00,1.26589,1.2802,3849,4556,12839,2220,1002892
|
786 |
+
2017-01-10 00:00:00,1.30479,1.33123,4118,4453,13267,2245,996595
|
787 |
+
2017-01-17 00:00:00,1.34075,1.4078600000000001,4408,4993,14319,2266,1017076
|
788 |
+
2017-01-24 00:00:00,1.51674,1.5722,5006,5531,15832,2266,1006998
|
789 |
+
2017-01-31 00:00:00,1.74583,1.7032599999999998,5219,6134,17069,2222,1002140
|
790 |
+
2017-02-07 00:00:00,1.8870799999999999,1.8663599999999998,6126,6671,19057,2288,1021079
|
791 |
+
2017-02-14 00:00:00,2.05923,2.07647,6880,7577,21892,2296,1054290
|
792 |
+
2017-02-21 00:00:00,2.2797099999999997,2.33593,6945,5875,19816,2271,848314
|
793 |
+
2017-02-28 00:00:00,2.28379,2.24637,7008,7474,23752,2279,1057350
|
794 |
+
2017-03-07 00:00:00,2.58278,2.49504,7229,8488,24955,2272,1000183
|
795 |
+
2017-03-14 00:00:00,3.3655800000000005,3.2005,8285,11259,31502,2262,984283
|
796 |
+
2017-03-21 00:00:00,4.73117,4.43807,10447,14166,42782,2211,963978
|
797 |
+
2017-03-28 00:00:00,5.70943,5.46361,11335,11540,45255,2132,828299
|
798 |
+
2017-04-04 00:00:00,5.746580000000001,5.35765,9410,11717,47269,2243,882271
|
799 |
+
2017-04-11 00:00:00,5.8920699999999995,5.524369999999999,10053,17357,56761,2257,1027466
|
800 |
+
2017-04-18 00:00:00,6.51759,6.345280000000001,11997,21897,63036,2286,993431
|
801 |
+
2017-04-25 00:00:00,7.16338,7.018110000000001,13408,30625,77326,2288,1101807
|
802 |
+
2017-05-02 00:00:00,7.52133,7.7809,14844,37200,85985,2275,1105078
|
803 |
+
2017-05-09 00:00:00,7.38748,7.76939,15192,38606,87825,2299,1130397
|
804 |
+
2017-05-16 00:00:00,6.44688,6.8117600000000005,13365,32124,76210,2227,1118800
|
805 |
+
2017-05-23 00:00:00,4.95881,5.15749,10154,20450,53025,2272,1028116
|
806 |
+
2017-05-30 00:00:00,3.68612,3.55945,7208,13392,36064,2208,1013191
|
807 |
+
2017-06-06 00:00:00,3.18626,3.0051799999999997,6368,10850,29133,2214,969427
|
808 |
+
2017-06-13 00:00:00,2.76894,2.73038,5588,9468,25938,2201,949978
|
809 |
+
2017-06-20 00:00:00,2.48706,2.47768,5223,8640,23805,2180,960779
|
810 |
+
2017-06-27 00:00:00,2.40802,2.36314,4721,7214,20693,2144,875658
|
811 |
+
2017-07-04 00:00:00,2.07483,2.03139,4553,6218,19074,2127,938963
|
812 |
+
2017-07-11 00:00:00,1.77898,1.8037599999999998,4145,5505,16664,2086,923848
|
813 |
+
2017-07-18 00:00:00,1.61487,1.58696,3856,5269,14869,2112,936950
|
814 |
+
2017-07-25 00:00:00,1.5385,1.53801,3723,5336,14552,2088,946160
|
815 |
+
2017-08-01 00:00:00,1.5261200000000001,1.44974,3658,4815,13291,2018,916783
|
816 |
+
2017-08-08 00:00:00,1.28847,1.27729,3444,4133,11619,1933,909661
|
817 |
+
2017-08-15 00:00:00,1.18344,1.22051,3359,3764,11066,1977,906668
|
818 |
+
2017-08-22 00:00:00,1.24919,1.23235,3385,3429,10646,1896,863879
|
819 |
+
2017-08-29 00:00:00,1.14131,1.2229999999999999,3220,2987,9608,1802,785606
|
820 |
+
2017-09-05 00:00:00,0.9878,1.0473,2847,2552,8693,1798,830040
|
821 |
+
2017-09-12 00:00:00,0.8955649999999999,0.9781129999999999,2375,2245,7573,1753,774246
|
822 |
+
2017-09-19 00:00:00,0.8922040000000001,0.947548,2312,2162,7373,1773,778114
|
823 |
+
2017-09-26 00:00:00,0.877184,0.867554,2206,1916,6947,1736,800757
|
824 |
+
2017-10-03 00:00:00,0.780203,0.8232799999999999,2009,1862,6258,1780,760130
|
825 |
+
2017-10-10 00:00:00,0.725075,0.771497,1943,1901,6501,1785,842647
|
826 |
+
2017-10-17 00:00:00,0.68247,0.706819,1741,1720,5786,1748,818597
|
827 |
+
2017-10-24 00:00:00,0.640393,0.6851550000000001,1665,1643,5497,1741,802300
|
828 |
+
2017-10-31 00:00:00,0.639127,0.687351,1618,1769,5612,1724,816468
|
829 |
+
2017-11-07 00:00:00,0.705637,0.735733,1726,1784,5861,1690,796621
|
830 |
+
2017-11-14 00:00:00,0.707801,0.806048,1986,2170,6537,1725,810994
|
831 |
+
2017-11-21 00:00:00,0.822659,0.9440129999999999,2239,2468,7323,1610,775731
|
832 |
+
2017-11-28 00:00:00,0.859864,0.960101,2445,2830,8111,1681,844807
|
833 |
+
2017-12-05 00:00:00,1.10083,1.1412799999999999,2814,3343,9530,1710,835027
|
834 |
+
2017-12-12 00:00:00,1.15323,1.14784,2773,3660,10065,1708,876862
|
835 |
+
2017-12-19 00:00:00,1.2017799999999998,1.31156,3242,3949,11189,1684,853109
|
836 |
+
2017-12-26 00:00:00,1.2498,1.26102,3481,4198,11767,1710,933130
|
837 |
+
2018-01-02 00:00:00,1.41876,1.41974,4887,6341,17975,2611,1266076
|
838 |
+
2018-01-09 00:00:00,1.40077,1.473,5332,6279,18652,2651,1266257
|
839 |
+
2018-01-16 00:00:00,1.47139,1.58968,5589,6802,19948,2623,1254844
|
840 |
+
2018-01-23 00:00:00,1.63634,1.7220799999999998,6249,7487,21634,2678,1256271
|
841 |
+
2018-01-30 00:00:00,1.79125,1.8411400000000002,6869,8291,23169,2666,1258405
|
842 |
+
2018-02-06 00:00:00,1.8687099999999999,1.92692,7509,8451,24085,2672,1249921
|
843 |
+
2018-02-13 00:00:00,1.98121,2.0852,7821,8076,24419,2665,1171062
|
844 |
+
2018-02-20 00:00:00,2.23487,2.40063,8607,7197,24635,2618,1026187
|
845 |
+
2018-02-27 00:00:00,2.1457200000000003,2.24479,8890,8788,29096,2666,1296156
|
846 |
+
2018-03-06 00:00:00,2.2513400000000003,2.29962,8809,9276,28377,2658,1233986
|
847 |
+
2018-03-13 00:00:00,2.6411,2.73181,10156,11376,33113,2650,1212127
|
848 |
+
2018-03-20 00:00:00,3.13478,3.24012,11515,12816,38260,2596,1180820
|
849 |
+
2018-03-27 00:00:00,3.96538,4.18077,13615,12044,44012,2581,1052725
|
850 |
+
2018-04-03 00:00:00,3.45972,3.63095,11686,9572,42135,2630,1160440
|
851 |
+
2018-04-10 00:00:00,3.07558,3.13643,9369,10758,38815,2656,1237552
|
852 |
+
2018-04-17 00:00:00,3.3258,3.3621300000000005,9703,14265,41199,2658,1225384
|
853 |
+
2018-04-24 00:00:00,3.7977300000000005,3.88115,10765,16965,46241,2677,1191426
|
854 |
+
2018-05-01 00:00:00,4.34227,4.52235,11628,22217,55264,2668,1222020
|
855 |
+
2018-05-08 00:00:00,4.86953,5.2009099999999995,13899,29772,69732,2673,1340765
|
856 |
+
2018-05-15 00:00:00,5.0368900000000005,5.42034,14246,29255,70056,2655,1292464
|
857 |
+
2018-05-22 00:00:00,4.8812,5.27078,13634,26502,66461,2655,1260932
|
858 |
+
2018-05-29 00:00:00,4.54791,4.58991,11647,23468,58802,2658,1281115
|
859 |
+
2018-06-05 00:00:00,4.3762,4.39714,11168,21760,55431,2637,1260615
|
860 |
+
2018-06-12 00:00:00,4.22692,4.12777,10986,20081,53177,2646,1288273
|
861 |
+
2018-06-19 00:00:00,3.6825099999999997,3.5027800000000004,9721,16800,45668,2653,1303765
|
862 |
+
2018-06-26 00:00:00,3.0855900000000003,3.04819,8644,13642,37948,2619,1244935
|
863 |
+
2018-07-03 00:00:00,2.6983099999999998,2.67984,7606,11768,32941,2620,1229217
|
864 |
+
2018-07-10 00:00:00,2.2867599999999997,2.26612,6754,10005,27854,2568,1229148
|
865 |
+
2018-07-17 00:00:00,2.0121700000000002,1.9648400000000001,6325,7904,23147,2542,1178058
|
866 |
+
2018-07-24 00:00:00,1.71323,1.7220099999999998,5698,6621,20610,2516,1196855
|
867 |
+
2018-07-31 00:00:00,1.5667799999999998,1.5728,5369,6207,18864,2485,1199386
|
868 |
+
2018-08-07 00:00:00,1.49827,1.45718,4789,5906,17107,2444,1173980
|
869 |
+
2018-08-14 00:00:00,1.49961,1.50332,4649,5530,16459,2336,1094840
|
870 |
+
2018-08-21 00:00:00,1.42123,1.40257,4601,5234,15763,2224,1123869
|
871 |
+
2018-08-28 00:00:00,1.39258,1.4035799999999998,4442,4660,14776,2196,1052737
|
872 |
+
2018-09-04 00:00:00,1.21697,1.23749,3937,4115,13451,2258,1086961
|
873 |
+
2018-09-11 00:00:00,1.11266,1.12161,3506,3741,12106,2206,1079343
|
874 |
+
2018-09-18 00:00:00,0.9918879999999999,1.01276,3056,3288,10695,2159,1056024
|
875 |
+
2018-09-25 00:00:00,0.946401,0.9597680000000001,2955,3117,10027,2084,1044732
|
876 |
+
2018-10-02 00:00:00,0.8746950000000001,0.8789170000000001,2512,2726,8722,2154,992358
|
877 |
+
2018-10-09 00:00:00,0.8091689999999999,0.794181,2346,2661,8425,2111,1060841
|
878 |
+
2018-10-16 00:00:00,0.75452,0.7663939999999999,2222,2571,8116,2154,1058986
|
879 |
+
2018-10-23 00:00:00,0.7329829999999999,0.748613,2138,2466,7787,2140,1040191
|
880 |
+
2018-10-30 00:00:00,0.725811,0.757116,2354,2438,7884,2151,1041320
|
881 |
+
2018-11-06 00:00:00,0.754209,0.770094,2102,2392,8060,2167,1046625
|
882 |
+
2018-11-13 00:00:00,0.729672,0.833506,2634,2831,8994,2200,1079056
|
883 |
+
2018-11-20 00:00:00,0.839875,0.94034,2911,3503,10103,2170,1074399
|
884 |
+
2018-11-27 00:00:00,0.989358,1.08197,3428,4244,11904,2193,1100212
|
885 |
+
2018-12-04 00:00:00,1.1354,1.2021600000000001,3810,4548,13188,2217,1097022
|
886 |
+
2018-12-11 00:00:00,1.23124,1.27291,3912,5502,14843,2247,1166071
|
887 |
+
2018-12-18 00:00:00,1.24448,1.3881,4469,5678,16001,2224,1152730
|
888 |
+
2018-12-25 00:00:00,1.3379,1.49515,4981,6121,17453,2211,1167311
|
889 |
+
2019-01-01 00:00:00,1.4900200000000001,1.50284,6219,7658,21916,2912,1458307
|
890 |
+
2019-01-08 00:00:00,1.59192,1.59764,6550,7638,22954,2942,1436748
|
891 |
+
2019-01-15 00:00:00,1.7257200000000001,1.73931,7287,8292,24886,2966,1430800
|
892 |
+
2019-01-22 00:00:00,1.8341900000000002,1.8603900000000002,7892,9349,27419,2997,1473831
|
893 |
+
2019-01-29 00:00:00,2.04008,2.01412,8658,10068,28910,3005,1435369
|
894 |
+
2019-02-05 00:00:00,2.39351,2.36364,10557,12551,34586,3022,1463253
|
895 |
+
2019-02-12 00:00:00,2.63251,2.6442799999999997,11446,13671,37732,2991,1426928
|
896 |
+
2019-02-19 00:00:00,2.89941,2.9738700000000002,12716,17058,44161,2987,1484969
|
897 |
+
2019-02-26 00:00:00,3.4150099999999997,3.4538900000000003,14444,14821,44044,2993,1275199
|
898 |
+
2019-03-05 00:00:00,3.2579,3.31281,13852,16397,48904,2995,1476208
|
899 |
+
2019-03-12 00:00:00,3.94308,3.8692800000000003,14728,21877,56444,2958,1458774
|
900 |
+
2019-03-19 00:00:00,5.06435,5.02613,18001,29182,71594,2926,1424436
|
901 |
+
2019-03-26 00:00:00,7.061610000000001,7.15315,24097,34004,95757,2917,1338669
|
902 |
+
2019-04-02 00:00:00,5.90066,6.21936,21594,23392,88731,2970,1426691
|
903 |
+
2019-04-09 00:00:00,4.9402,5.06711,15564,22756,75614,3002,1492251
|
904 |
+
2019-04-16 00:00:00,5.33135,5.35768,16587,29668,79783,2995,1489132
|
905 |
+
2019-04-23 00:00:00,6.07822,6.02274,18574,35275,90150,2997,1496826
|
906 |
+
2019-04-30 00:00:00,6.74724,6.8727100000000005,20299,44117,108307,2995,1575900
|
907 |
+
2019-05-07 00:00:00,6.80157,7.08558,20270,45513,111361,3005,1571657
|
908 |
+
2019-05-14 00:00:00,6.11292,6.220680000000001,17393,36909,95418,2969,1533883
|
909 |
+
2019-05-21 00:00:00,5.52513,5.619680000000001,15330,28531,80559,2984,1433517
|
910 |
+
2019-05-28 00:00:00,5.12333,5.10268,13820,25490,74823,2947,1466346
|
911 |
+
2019-06-04 00:00:00,5.26652,5.289280000000001,13888,26396,78779,2913,1489410
|
912 |
+
2019-06-11 00:00:00,5.66932,6.28745,14154,27756,89607,2847,1425172
|
913 |
+
2019-06-18 00:00:00,6.3802900000000005,7.35285,10790,17512,78584,2810,1068755
|
914 |
+
2019-06-25 00:00:00,4.916919999999999,6.22687,5129,8322,53142,2738,853431
|
915 |
+
2019-07-02 00:00:00,3.78625,4.82995,2359,4852,36251,2696,750546
|
916 |
+
2019-07-09 00:00:00,2.8012200000000003,3.4736599999999997,1496,3426,24974,2698,718953
|
917 |
+
2019-07-16 00:00:00,2.12907,2.5739099999999997,1068,2667,18274,2679,709970
|
918 |
+
2019-07-23 00:00:00,1.73315,2.02032,926,2317,15164,2663,750576
|
919 |
+
2019-07-30 00:00:00,1.40939,1.6211,864,2098,12821,2635,790883
|
920 |
+
2019-08-06 00:00:00,1.1865700000000001,1.35218,720,1883,11058,2624,817791
|
921 |
+
2019-08-13 00:00:00,1.1144399999999999,1.23805,788,1960,10480,2613,846493
|
922 |
+
2019-08-20 00:00:00,1.00711,1.07708,900,2221,11416,2963,1059901
|
923 |
+
2019-08-27 00:00:00,0.8898780000000001,0.887647,805,1893,9605,2946,1082074
|
924 |
+
2019-09-03 00:00:00,0.815858,0.8209780000000001,801,1967,9318,2925,1134988
|
925 |
+
2019-09-10 00:00:00,0.837779,0.814955,878,2139,9572,2899,1174543
|
926 |
+
2019-09-17 00:00:00,0.9291889999999999,0.951491,1005,2679,11866,2935,1247096
|
927 |
+
2019-09-24 00:00:00,1.13871,1.20333,1212,3487,15490,2892,1287264
|
928 |
+
2019-10-01 00:00:00,1.27591,1.38465,1394,3965,17826,2888,1287401
|
929 |
+
2019-10-08 00:00:00,1.34978,1.47371,1544,4092,20043,2913,1360037
|
930 |
+
2019-10-15 00:00:00,1.34436,1.4380600000000001,1657,4070,19250,2887,1338613
|
931 |
+
2019-10-22 00:00:00,1.22126,1.2192399999999999,1634,3554,16523,2948,1355190
|
932 |
+
2019-10-29 00:00:00,1.15381,1.1519,1608,3493,15514,2986,1346820
|
933 |
+
2019-11-05 00:00:00,1.0649,1.05776,1570,3268,14103,2945,1333292
|
934 |
+
2019-11-12 00:00:00,0.979173,0.9808870000000001,1587,3141,13131,2965,1338686
|
935 |
+
2019-11-19 00:00:00,0.967664,0.959772,1804,3263,12900,2923,1344069
|
936 |
+
2019-11-26 00:00:00,1.00158,0.9724229999999999,1864,3942,13138,2957,1351058
|
937 |
+
2019-12-03 00:00:00,0.9173389999999999,0.915323,1766,3574,12232,2907,1336359
|
938 |
+
2019-12-10 00:00:00,1.02954,0.9798100000000001,1995,3806,13001,2894,1326890
|
939 |
+
2019-12-17 00:00:00,0.9757969999999999,0.956785,2068,3609,13005,2921,1359239
|
940 |
+
2019-12-24 00:00:00,1.0586,1.0348,2273,4311,14457,2919,1397083
|
941 |
+
2019-12-31 00:00:00,1.08369,1.0713,2460,4710,16493,3318,1539527
|
942 |
+
2020-01-07 00:00:00,1.2079799999999998,1.18587,2553,5248,19156,3351,1615360
|
943 |
+
2020-01-14 00:00:00,1.10574,1.08922,2305,4611,17233,3335,1582135
|
944 |
+
2020-01-21 00:00:00,1.1882700000000002,1.14924,2445,4855,18150,3356,1579306
|
945 |
+
2020-01-28 00:00:00,1.25309,1.1899899999999999,2517,4929,18607,3451,1563623
|
946 |
+
2020-02-04 00:00:00,1.44223,1.33645,2727,5851,21401,3453,1601333
|
947 |
+
2020-02-11 00:00:00,1.48489,1.37774,2775,5546,22603,3423,1640587
|
948 |
+
2020-02-18 00:00:00,1.55053,1.4272799999999999,2689,5346,22695,3362,1590088
|
949 |
+
2020-02-25 00:00:00,1.60937,1.4964,2483,4579,21297,3366,1423220
|
950 |
+
2020-03-03 00:00:00,1.56746,1.44898,2603,4868,22270,3368,1536943
|
951 |
+
2020-03-10 00:00:00,1.52214,1.43002,2566,4721,22203,3386,1552636
|
952 |
+
2020-03-17 00:00:00,1.50787,1.39865,2482,4278,20865,3325,1491798
|
953 |
+
2020-03-24 00:00:00,1.55631,1.45757,2323,3563,19840,3329,1361170
|
954 |
+
2020-03-31 00:00:00,1.5924,1.53951,2585,3934,22433,3307,1457151
|
955 |
+
2020-04-07 00:00:00,1.4767,1.43551,2413,4546,22702,3336,1581455
|
956 |
+
2020-04-14 00:00:00,1.29451,1.26458,2380,4055,19186,3313,1517183
|
957 |
+
2020-04-21 00:00:00,1.2526,1.21119,2566,4049,18337,3338,1513962
|
958 |
+
2020-04-28 00:00:00,1.10043,1.1221,2558,3937,16877,3344,1504061
|
959 |
+
2020-05-05 00:00:00,1.17828,1.08335,2632,3997,16033,3310,1479946
|
960 |
+
2020-05-12 00:00:00,1.02473,0.977093,2554,3726,14054,3260,1438348
|
961 |
+
2020-05-19 00:00:00,0.990461,0.909742,2317,3143,12567,3261,1381381
|
962 |
+
2020-05-26 00:00:00,0.862614,0.8613219999999999,2534,3525,13244,3271,1537636
|
963 |
+
2020-06-02 00:00:00,0.839059,0.846722,2756,3528,12913,3258,1525058
|
964 |
+
2020-06-09 00:00:00,0.895958,0.908885,3203,3778,13979,3254,1538038
|
965 |
+
2020-06-16 00:00:00,0.910926,0.941625,3478,3796,14389,3177,1528103
|
966 |
+
2020-06-23 00:00:00,0.946945,0.9721850000000001,3734,3818,14999,3066,1542813
|
967 |
+
2020-06-30 00:00:00,0.963716,1.01376,3955,3843,15307,3027,1509928
|
forecasting/autoformer/traffic.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb06463d56fa17d87f47027cd9389ceae82a69eddee51cdb61480e120dab0b16
|
3 |
+
size 136478119
|
forecasting/autoformer/weather.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
forecasting/monash/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
forecasting/monash/australian_electricity_demand_dataset.tsf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73af0efd30a102d63b7e4ae2972ced64d4172eba20cfd4614016a8c83a748c7f
|
3 |
+
size 13422464
|
forecasting/monash/bitcoin_dataset_without_missing_values.tsf
ADDED
The diff for this file is too large to render.
See raw diff
|
|
forecasting/monash/car_parts_dataset_without_missing_values.tsf
ADDED
The diff for this file is too large to render.
See raw diff
|
|
forecasting/monash/cif_2016_dataset.tsf
ADDED
The diff for this file is too large to render.
See raw diff
|
|
forecasting/monash/covid_deaths_dataset.tsf
ADDED
The diff for this file is too large to render.
See raw diff
|
|
forecasting/monash/dominick_dataset.tsf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aba9ba781d9737e8ddd60a866f96a4f5e1823c521d27a96100191320ea0c8dec
|
3 |
+
size 75954427
|
forecasting/monash/electricity_hourly_dataset.tsf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc33039133b9f1ca2e73d6b58d97306dd063f865fd12fbb0920ab312f047ad28
|
3 |
+
size 35932338
|
forecasting/monash/electricity_weekly_dataset.tsf
ADDED
The diff for this file is too large to render.
See raw diff
|
|