-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlog~
More file actions
818 lines (818 loc) · 43.2 KB
/
log~
File metadata and controls
818 lines (818 loc) · 43.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
Day: 252
Estimator weights: [ 1.00393629 1.76125495 1.53475873 1.27978378]
Estimator errors: [ 0.2681682 0.14663324 0.17729849 0.21758703]
Day: 315
Estimator weights: [ 1.00284231 1.78106989 1.57285603 1.15100164]
Estimator errors: [ 0.26838296 0.14417107 0.17180962 0.24030618]
Day: 378
Estimator weights: [ 0.99342586 1.78983436 1.62312267 1.14449698]
Estimator errors: [ 0.27023594 0.14309303 0.16477467 0.24149567]
Day: 441
Estimator weights: [ 0.98498824 1.81305942 1.61462601 1.22468716]
Estimator errors: [ 0.27190313 0.14026877 0.16594734 0.22711265]
Day: 504
Estimator weights: [ 0.97391101 1.87359632 1.64182813 1.21299958]
Estimator errors: [ 0.27410164 0.13312615 0.16221646 0.22917074]
Day: 567
Estimator weights: [ 0.97018415 1.92543431 1.6559714 1.30273962]
Estimator errors: [ 0.2748438 0.12725679 0.16030353 0.2137043 ]
Day: 630
Estimator weights: [ 0.9605589 1.95151141 1.69461643 1.174818 ]
Estimator errors: [ 0.27676631 0.12438865 0.1551697 0.23598521]
Day: 693
Estimator weights: [ 0.95718893 1.98736613 1.73244062 1.17592989]
Estimator errors: [ 0.27744137 0.12053579 0.15027566 0.2357848 ]
Day: 756
Estimator weights: [ 0.95620949 1.99004739 1.82987629 1.15334216]
Estimator errors: [ 0.27763776 0.12025185 0.13825301 0.23987915]
Day: 819
Estimator weights: [ 0.94310568 2.05879106 1.75306952 1.17923322]
Estimator errors: [ 0.28027344 0.1131671 0.14766046 0.23519009]
prediction for day:0 predicted:-4.14312621734 actual:-2.8921510454 error:-12.5076638868
prediction for day:63 predicted:-3.5596357927 actual:-2.8887822778 error:-11.9046988412
prediction for day:126 predicted:-3.31453379976 actual:-2.8913515715 error:-11.6744477098
prediction for day:189 predicted:-4.29887670916 actual:-2.88653236 error:-12.6309457745
prediction for day:252 predicted:-3.4815209294 actual:-4.15885054 error:-20.7775587435
prediction for day:315 predicted:-4.06132614376 actual:-4.1595599527 error:-21.3632651439
prediction for day:378 predicted:-3.59115573512 actual:-3.9212897735 error:-18.9676692229
prediction for day:441 predicted:-4.06634333737 actual:-3.9332025059 error:-19.5364252898
prediction for day:504 predicted:-3.82412273839 actual:-3.8981452572 error:-19.0196591846
prediction for day:567 predicted:-3.74715980123 actual:-3.8793034887 error:-18.7961553587
Day: 252
Estimator weights: [ 1.00393629 1.76125495 1.53475873 1.27978378]
Estimator errors: [ 0.2681682 0.14663324 0.17729849 0.21758703]
Day: 315
Estimator weights: [ 1.00284231 1.78106989 1.57285603 1.15100164]
Estimator errors: [ 0.26838296 0.14417107 0.17180962 0.24030618]
Day: 378
Estimator weights: [ 0.99342586 1.78983436 1.62312267 1.14449698]
Estimator errors: [ 0.27023594 0.14309303 0.16477467 0.24149567]
Day: 441
Estimator weights: [ 0.98498824 1.81305942 1.61462601 1.22468716]
Estimator errors: [ 0.27190313 0.14026877 0.16594734 0.22711265]
Day: 504
Estimator weights: [ 0.97391101 1.87359632 1.64182813 1.21299958]
Estimator errors: [ 0.27410164 0.13312615 0.16221646 0.22917074]
Day: 567
Estimator weights: [ 0.97018415 1.92543431 1.6559714 1.30273962]
Estimator errors: [ 0.2748438 0.12725679 0.16030353 0.2137043 ]
Day: 630
Estimator weights: [ 0.9605589 1.95151141 1.69461643 1.174818 ]
Estimator errors: [ 0.27676631 0.12438865 0.1551697 0.23598521]
Day: 693
Estimator weights: [ 0.95718893 1.98736613 1.73244062 1.17592989]
Estimator errors: [ 0.27744137 0.12053579 0.15027566 0.2357848 ]
Day: 756
Estimator weights: [ 0.95620949 1.99004739 1.82987629 1.15334216]
Estimator errors: [ 0.27763776 0.12025185 0.13825301 0.23987915]
Day: 819
Estimator weights: [ 0.94310568 2.05879106 1.75306952 1.17923322]
Estimator errors: [ 0.28027344 0.1131671 0.14766046 0.23519009]
Day: 882
Estimator weights: [ 0.93191466 2.06540424 1.75849333 1.23559278]
Estimator errors: [ 0.28253643 0.1125051 0.14697914 0.22520406]
Day: 945
Estimator weights: [ 0.92841267 2.04881966 1.80308528 1.22501928]
Estimator errors: [ 0.28324686 0.1141717 0.14147591 0.22705436]
Day: 1008
Estimator weights: [ 0.92431184 2.11678982 1.78977225 1.25936585]
Estimator errors: [ 0.28408014 0.10747562 0.14310065 0.22108308]
Day: 1071
Estimator weights: [ 0.91785418 2.17504747 1.82423251 1.25650951]
Estimator errors: [ 0.28539532 0.10201372 0.13892678 0.22157535]
Day: 1134
Estimator weights: [ 0.92110365 2.18675788 1.83886321 1.35402975]
Estimator errors: [ 0.28473307 0.10094595 0.13718579 0.20521234]
Day: 1197
Estimator weights: [ 0.94448365 2.1724134 1.9187412 1.39945501]
Estimator errors: [ 0.27999556 0.10225527 0.128002 0.19790261]
Day: 1260
Estimator weights: [ 0.97222974 2.19377409 1.92181539 1.42414838]
Estimator errors: [ 0.27443629 0.10031097 0.12765926 0.19401207]
Day: 1323
Estimator weights: [ 0.99634842 2.2460942 1.98169507 1.45964483]
Estimator errors: [ 0.26965997 0.0956869 0.12113826 0.18852165]
Day: 1386
Estimator weights: [ 1.00407625 2.29431883 2.01334399 1.44177997]
Estimator errors: [ 0.26814074 0.09159457 0.11780899 0.19126986]
Day: 1449
Estimator weights: [ 1.00115507 2.29997028 1.99801284 1.42332089]
Estimator errors: [ 0.26871438 0.09112542 0.11941172 0.1941415 ]
Day: 1512
Estimator weights: [ 1.0012958 2.33908762 2.03275122 1.40971684]
Estimator errors: [ 0.26868673 0.08793706 0.11580691 0.19627872]
Day: 1575
Estimator weights: [ 1.00666561 2.3629654 2.08088433 1.4722863 ]
Estimator errors: [ 0.2676329 0.08604072 0.11096869 0.18659536]
Day: 1638
Estimator weights: [ 1.01822726 2.41595412 2.10385525 1.4887757 ]
Estimator errors: [ 0.26537285 0.08196418 0.10872268 0.18410556]
Day: 1701
Estimator weights: [ 1.02173509 2.46742789 2.17043729 1.61792395]
Estimator errors: [ 0.26468956 0.07817339 0.10243682 0.16549138]
Day: 1764
Estimator weights: [ 1.02368823 2.49748485 2.15975389 1.63636704]
Estimator errors: [ 0.2643096 0.07603469 0.10342327 0.16296001]
Day: 1827
Estimator weights: [ 1.01279421 2.496612 2.13306915 1.49172242]
Estimator errors: [ 0.26643338 0.07609603 0.10592398 0.18366334]
Day: 1890
Estimator weights: [ 0.99837897 2.49598793 2.19806402 1.71603789]
Estimator errors: [ 0.26926025 0.07613992 0.09992448 0.15238221]
Day: 1953
Estimator weights: [ 0.9953106 2.49730198 2.11380704 1.37033369]
Estimator errors: [ 0.26986441 0.07604754 0.10776207 0.20256594]
Day: 2016
Estimator weights: [ 0.98793588 2.53987719 2.13138973 1.36660067]
Estimator errors: [ 0.27131997 0.0731095 0.10608313 0.20316962]
Day: 2079
Estimator weights: [ 0.99212135 2.50235171 2.18325361 1.58843308]
Estimator errors: [ 0.27049328 0.07569348 0.10126443 0.16960447]
Day: 2142
Estimator weights: [ 1.01043806 2.55746257 2.12380552 1.40087075]
Estimator errors: [ 0.26689413 0.07192674 0.10680449 0.19767797]
Day: 2205
Estimator weights: [ 1.02651221 2.53402328 2.09221813 1.39050801]
Estimator errors: [ 0.26376084 0.07350718 0.10985548 0.19932667]
Day: 2268
Estimator weights: [ 1.0474834 2.53259772 2.14439298 1.42810881]
Estimator errors: [ 0.25970865 0.07360432 0.10485634 0.19339353]
Day: 2331
Estimator weights: [ 1.06412714 2.57577175 2.30206464 1.69545157]
Estimator errors: [ 0.25652154 0.07071408 0.09095211 0.15506025]
Day: 2394
Estimator weights: [ 1.08371935 2.55705321 2.31460036 1.67179089]
Estimator errors: [ 0.25280281 0.07195407 0.08992096 0.15818555]
Day: 2457
Estimator weights: [ 1.10818884 2.57564065 2.26013885 1.67994432]
Estimator errors: [ 0.2482087 0.0707227 0.09447849 0.15710284]
Day: 2520
Estimator weights: [ 1.13584084 2.58215277 2.29614984 1.67685846]
Estimator errors: [ 0.24308481 0.07029591 0.09144233 0.15751191]
Day: 2583
Estimator weights: [ 1.14100582 2.56235474 2.29372889 1.61388243]
Estimator errors: [ 0.24213574 0.07160085 0.09164366 0.16605029]
Day: 2646
Estimator weights: [ 1.12443661 2.55692956 2.346193 1.52059233]
Estimator errors: [ 0.24518927 0.07196233 0.08736885 0.17937431]
Day: 2709
Estimator weights: [ 1.10538695 2.54141378 2.32099371 1.54372886]
Estimator errors: [ 0.2487319 0.07300544 0.08939913 0.17599386]
Day: 2772
Estimator weights: [ 1.09704379 2.53336488 2.32135355 1.67958146]
Estimator errors: [ 0.25029421 0.07355203 0.08936984 0.1571509 ]
Day: 2835
Estimator weights: [ 1.0913607 2.56088323 2.28762536 1.66684906]
Estimator errors: [ 0.25136214 0.07169873 0.09215302 0.15884473]
Day: 2898
Estimator weights: [ 1.09445282 2.56152592 2.3116366 1.72415659]
Estimator errors: [ 0.25078071 0.07165597 0.0901638 0.15133654]
Day: 2961
Estimator weights: [ 1.10412626 2.56876605 2.32376782 1.61284745]
Estimator errors: [ 0.24896756 0.07117584 0.08917356 0.16619366]
Day: 3024
Estimator weights: [ 1.10070758 2.59556995 2.33787354 1.54070272]
Estimator errors: [ 0.24960734 0.06942408 0.08803449 0.17643314]
Day: 3087
Estimator weights: [ 1.10360201 2.59255779 2.34200577 1.52095385]
Estimator errors: [ 0.24906559 0.06961893 0.0877033 0.1793211 ]
Day: 3150
Estimator weights: [ 1.10563862 2.578921 2.33884525 1.55486268]
Estimator errors: [ 0.24868488 0.07050741 0.08795651 0.17438506]
Day: 3213
Estimator weights: [ 1.13158463 2.57496973 2.33274196 1.52689105]
Estimator errors: [ 0.24386878 0.0707668 0.08844734 0.17844902]
Day: 3276
Estimator weights: [ 1.1686718 2.56958093 2.31094897 1.60304264]
Estimator errors: [ 0.23709515 0.07112198 0.09022022 0.16755679]
Day: 3339
Estimator weights: [ 1.19859136 2.57300189 2.34007597 1.63292616]
Estimator errors: [ 0.2317259 0.07089631 0.08785783 0.1634299 ]
Day: 3402
Estimator weights: [ 1.22117035 2.61737645 2.32754898 1.41359445]
Estimator errors: [ 0.22773056 0.06802844 0.08886692 0.19566774]
Day: 3465
Estimator weights: [ 1.20203314 2.72945493 2.35753139 1.70656385]
Estimator errors: [ 0.23111373 0.0612575 0.086469 0.15360993]
Day: 3528
Estimator weights: [ 1.21761792 1.36511392 1.25971241 0.70810578]
Estimator errors: [ 0.22835592 0.20341041 0.2210234 0.33001753]
Day: 3591
Estimator weights: [ 1.24679825 1.38184188 1.1023918 0.77740761]
Estimator errors: [ 0.22325487 0.20071335 0.24929201 0.31487887]
Day: 3654
Estimator weights: [ 1.28339091 1.34055617 1.16977284 0.90436212]
Estimator errors: [ 0.21697357 0.20741861 0.23689605 0.28815491]
Day: 3717
Estimator weights: [ 1.29860639 1.32830655 1.04454618 0.96129255]
Estimator errors: [ 0.21439965 0.20943962 0.26027376 0.27661948]
Day: 3780
Estimator weights: [ 1.2893621 1.4172729 1.02051761 0.95950276]
Estimator errors: [ 0.2159608 0.19508946 0.26492659 0.27697776]
Day: 3843
Estimator weights: [ 1.27527413 1.09669439 1.03335817 1.07344084]
Estimator errors: [ 0.21835574 0.25035978 0.26243357 0.25474928]
Day: 3906
Estimator weights: [ 1.2486832 1.24421375 1.33255336 0.80981454]
Estimator errors: [ 0.22292817 0.22370337 0.20873732 0.30793002]
Day: 3969
Estimator weights: [ 1.22755052 1.24906478 1.16937913 1.26142541]
Estimator errors: [ 0.22661043 0.22286207 0.23696723 0.22072861]
Day: 4032
Estimator weights: [ 1.22193314 1.18176423 1.07409668 0.91232065]
Estimator errors: [ 0.22759643 0.23473513 0.25462479 0.2865252 ]
Day: 4095
Estimator weights: [ 1.22305719 1.36410901 1.12252907 0.94827523]
Estimator errors: [ 0.22739889 0.20357329 0.24554247 0.27923182]
Day: 4158
Estimator weights: [ 1.19571066 1.37361409 1.18557506 1.15296376]
Estimator errors: [ 0.23223914 0.20203656 0.23405127 0.23994816]
Day: 4221
Estimator weights: [ 1.1843845 1.06703097 0.81099693 0.98481681]
Estimator errors: [ 0.23426477 0.25596812 0.3076781 0.27193707]
Day: 4284
Estimator weights: [ 1.19357289 1.10530276 0.96124258 0.6416505 ]
Estimator errors: [ 0.23262054 0.24874764 0.27662948 0.34487354]
Day: 4347
Estimator weights: [ 1.20395727 0.99912641 1.14758001 0.59430335]
Estimator errors: [ 0.23077199 0.26911321 0.24093138 0.35564808]
Day: 4410
Estimator weights: [ 1.20255214 0.89678306 0.93978401 0.63378089]
Estimator errors: [ 0.23102152 0.28971203 0.28094397 0.34665373]
Day: 4473
Estimator weights: [ 1.19222038 0.9618552 0.83066018 0.61998773]
Estimator errors: [ 0.23286206 0.27650691 0.3035055 0.34978424]
Day: 4536
Estimator weights: [ 1.19302254 1.11349871 0.83293675 0.68530496]
Estimator errors: [ 0.23271879 0.2472192 0.30302447 0.33507832]
Day: 4599
Estimator weights: [ 1.19223855 1.03038939 0.79322951 0.57029126]
Estimator errors: [ 0.23285881 0.26300862 0.31147565 0.36116962]
Day: 4662
Estimator weights: [ 1.19547711 0.95475843 0.85914814 0.75150258]
Estimator errors: [ 0.23228079 0.27792887 0.29751735 0.32049398]
Day: 4725
Estimator weights: [ 1.18551617 0.86212604 0.8749179 0.67422766]
Estimator errors: [ 0.23406182 0.29689535 0.29423202 0.33755084]
Day: 4788
Estimator weights: [ 1.14632926 0.96848991 0.8352234 0.58840426]
Estimator errors: [ 0.2411602 0.2751816 0.30254174 0.35700108]
Day: 4851
Estimator weights: [ 1.10368307 0.89720166 0.71460006 0.62563019]
Estimator errors: [ 0.24905043 0.2896259 0.32858319 0.34850204]
Day: 4914
Estimator weights: [ 1.07633625 0.96981377 0.79244784 0.95367558]
Estimator errors: [ 0.25419997 0.27491762 0.31164331 0.27814623]
Day: 4977
Estimator weights: [ 1.05999113 0.94900716 0.72176525 0.5936795 ]
Estimator errors: [ 0.25731115 0.27908453 0.32700438 0.35579105]
Day: 5040
Estimator weights: [ 1.05425471 0.86610854 0.82031211 0.67414183]
Estimator errors: [ 0.25840892 0.29606468 0.30569741 0.33757004]
Day: 5103
Estimator weights: [ 1.0434128 0.87672448 0.91903715 0.71002652]
Estimator errors: [ 0.26049203 0.29385701 0.28515412 0.32959298]
Day: 5166
Estimator weights: [ 1.00451297 0.95905092 0.71297808 0.50445359]
Estimator errors: [ 0.26805504 0.27706826 0.32894113 0.37649463]
Day: 5229
Estimator weights: [ 0.97121277 1.1061524 0.84041193 0.71713417]
Estimator errors: [ 0.27463884 0.2485889 0.30144803 0.32802437]
Day: 5292
Estimator weights: [ 1.01510739 1.20203374 0.89972792 1.14600349]
Estimator errors: [ 0.26598152 0.23111362 0.28910641 0.24121982]
Day: 5355
Estimator weights: [ 1.05343365 1.23878805 1.16387937 0.77572793]
Estimator errors: [ 0.25856629 0.22464701 0.2379631 0.31524134]
Day: 5418
Estimator weights: [ 1.06620867 1.12124661 1.03440567 0.86232487]
Estimator errors: [ 0.25612476 0.24578012 0.26223087 0.29685384]
Day: 5481
Estimator weights: [ 1.02998888 1.13179949 0.85519076 0.70726757]
Estimator errors: [ 0.26308626 0.24382916 0.29834511 0.33020289]
Day: 5544
Estimator weights: [ 0.97868776 1.32765821 0.97402645 0.58794404]
Estimator errors: [ 0.27315224 0.20954699 0.27407867 0.35710673]
Day: 5607
Estimator weights: [ 0.97183098 1.14039329 0.99877211 1.07817489]
Estimator errors: [ 0.2745157 0.24224816 0.26918291 0.25385156]
Day: 5670
Estimator weights: [ 0.96784913 1.50793027 0.85942191 0.80727555]
Estimator errors: [ 0.27530942 0.18124573 0.29746014 0.30847136]
Day: 5733
Estimator weights: [ 0.97821912 1.21391723 1.16711647 0.9787396 ]
Estimator errors: [ 0.27324529 0.22900868 0.23737659 0.27314195]
Day: 5796
Estimator weights: [ 0.97366929 1.24984139 0.80212438 0.69492052]
Estimator errors: [ 0.27414974 0.2227276 0.30957128 0.33293937]
Day: 5859
Estimator weights: [ 0.86975936 1.02463899 0.68206935 0.48077735]
Estimator errors: [ 0.29530438 0.26412477 0.3357996 0.38206858]
Day: 5922
Estimator weights: [ 0.76084618 0.9375924 0.67056122 0.77357719]
Estimator errors: [ 0.31846258 0.28138692 0.33837119 0.3157058 ]
Day: 5985
Estimator weights: [ 0.75185684 0.84659067 0.81018957 0.64172431]
Estimator errors: [ 0.32041684 0.30014853 0.3078501 0.34485686]
Day: 6048
Estimator weights: [ 0.76388305 0.83857043 0.69844761 0.49649851]
Estimator errors: [ 0.31780381 0.30183595 0.3321565 0.37836388]
Day: 6111
Estimator weights: [ 0.72735322 1.0071232 0.73134776 0.55705375]
Estimator errors: [ 0.32577581 0.26754322 0.32489904 0.36422944]
Day: 6174
Estimator weights: [ 0.72128383 1.30497843 0.96820766 1.05095727]
Estimator errors: [ 0.32711034 0.21332835 0.2752379 0.25904132]
Day: 6237
Estimator weights: [ 0.60996192 1.71385515 0.98467674 1.51087881]
Estimator errors: [ 0.35206788 0.15266435 0.2719648 0.18080859]
Day: 6300
Estimator weights: [ 0.39694825 1.01615406 0.69534123 0.60425497]
Estimator errors: [ 0.40204578 0.26577722 0.33284594 0.35337083]
Day: 6363
Estimator weights: [ 0. 0. 0. 0.]
Estimator errors: [ 1. 1. 1. 1.]
Day: 6426
Estimator weights: [ 0. 0. 0. 0.]
Estimator errors: [ 1. 1. 1. 1.]
Day: 6489
Estimator weights: [ 0. 0. 0. 0.]
Estimator errors: [ 1. 1. 1. 1.]
Day: 252
Estimator weights: [ 1.00393629 1.76125495 1.53475873 1.27978378]
Estimator errors: [ 0.2681682 0.14663324 0.17729849 0.21758703]
Day: 315
Estimator weights: [ 1.00284231 1.78106989 1.57285603 1.15100164]
Estimator errors: [ 0.26838296 0.14417107 0.17180962 0.24030618]
Day: 378
Estimator weights: [ 0.99342586 1.78983436 1.62312267 1.14449698]
Estimator errors: [ 0.27023594 0.14309303 0.16477467 0.24149567]
Day: 441
Estimator weights: [ 0.98498824 1.81305942 1.61462601 1.22468716]
Estimator errors: [ 0.27190313 0.14026877 0.16594734 0.22711265]
Day: 504
Estimator weights: [ 0.97391101 1.87359632 1.64182813 1.21299958]
Estimator errors: [ 0.27410164 0.13312615 0.16221646 0.22917074]
Day: 567
Estimator weights: [ 0.97018415 1.92543431 1.6559714 1.30273962]
Estimator errors: [ 0.2748438 0.12725679 0.16030353 0.2137043 ]
Day: 630
Estimator weights: [ 0.9605589 1.95151141 1.69461643 1.174818 ]
Estimator errors: [ 0.27676631 0.12438865 0.1551697 0.23598521]
Day: 693
Estimator weights: [ 0.95718893 1.98736613 1.73244062 1.17592989]
Estimator errors: [ 0.27744137 0.12053579 0.15027566 0.2357848 ]
Day: 756
Estimator weights: [ 0.95620949 1.99004739 1.82987629 1.15334216]
Estimator errors: [ 0.27763776 0.12025185 0.13825301 0.23987915]
Day: 819
Estimator weights: [ 0.94310568 2.05879106 1.75306952 1.17923322]
Estimator errors: [ 0.28027344 0.1131671 0.14766046 0.23519009]
Day: 882
Estimator weights: [ 0.93191466 2.06540424 1.75849333 1.23559278]
Estimator errors: [ 0.28253643 0.1125051 0.14697914 0.22520406]
Day: 945
Estimator weights: [ 0.92841267 2.04881966 1.80308528 1.22501928]
Estimator errors: [ 0.28324686 0.1141717 0.14147591 0.22705436]
Day: 1008
Estimator weights: [ 0.92431184 2.11678982 1.78977225 1.25936585]
Estimator errors: [ 0.28408014 0.10747562 0.14310065 0.22108308]
Day: 1071
Estimator weights: [ 0.91785418 2.17504747 1.82423251 1.25650951]
Estimator errors: [ 0.28539532 0.10201372 0.13892678 0.22157535]
Day: 1134
Estimator weights: [ 0.92110365 2.18675788 1.83886321 1.35402975]
Estimator errors: [ 0.28473307 0.10094595 0.13718579 0.20521234]
Day: 1197
Estimator weights: [ 0.94448365 2.1724134 1.9187412 1.39945501]
Estimator errors: [ 0.27999556 0.10225527 0.128002 0.19790261]
Day: 1260
Estimator weights: [ 0.97222974 2.19377409 1.92181539 1.42414838]
Estimator errors: [ 0.27443629 0.10031097 0.12765926 0.19401207]
Day: 1323
Estimator weights: [ 0.99634842 2.2460942 1.98169507 1.45964483]
Estimator errors: [ 0.26965997 0.0956869 0.12113826 0.18852165]
Day: 1386
Estimator weights: [ 1.00407625 2.29431883 2.01334399 1.44177997]
Estimator errors: [ 0.26814074 0.09159457 0.11780899 0.19126986]
Day: 1449
Estimator weights: [ 1.00115507 2.29997028 1.99801284 1.42332089]
Estimator errors: [ 0.26871438 0.09112542 0.11941172 0.1941415 ]
Day: 1512
Estimator weights: [ 1.0012958 2.33908762 2.03275122 1.40971684]
Estimator errors: [ 0.26868673 0.08793706 0.11580691 0.19627872]
Day: 1575
Estimator weights: [ 1.00666561 2.3629654 2.08088433 1.4722863 ]
Estimator errors: [ 0.2676329 0.08604072 0.11096869 0.18659536]
Day: 1638
Estimator weights: [ 1.01822726 2.41595412 2.10385525 1.4887757 ]
Estimator errors: [ 0.26537285 0.08196418 0.10872268 0.18410556]
Day: 1701
Estimator weights: [ 1.02173509 2.46742789 2.17043729 1.61792395]
Estimator errors: [ 0.26468956 0.07817339 0.10243682 0.16549138]
Day: 1764
Estimator weights: [ 1.02368823 2.49748485 2.15975389 1.63636704]
Estimator errors: [ 0.2643096 0.07603469 0.10342327 0.16296001]
Day: 1827
Estimator weights: [ 1.01279421 2.496612 2.13306915 1.49172242]
Estimator errors: [ 0.26643338 0.07609603 0.10592398 0.18366334]
Day: 252
Estimator weights: [ 1.00393629 1.76125495 1.53475873 1.27978378]
Estimator errors: [ 0.2681682 0.14663324 0.17729849 0.21758703]
Day: 315
Estimator weights: [ 1.00284231 1.78106989 1.57285603 1.15100164]
Estimator errors: [ 0.26838296 0.14417107 0.17180962 0.24030618]
Day: 378
Estimator weights: [ 0.99342586 1.78983436 1.62312267 1.14449698]
Estimator errors: [ 0.27023594 0.14309303 0.16477467 0.24149567]
Day: 441
Estimator weights: [ 0.98498824 1.81305942 1.61462601 1.22468716]
Estimator errors: [ 0.27190313 0.14026877 0.16594734 0.22711265]
Day: 504
Estimator weights: [ 0.97391101 1.87359632 1.64182813 1.21299958]
Estimator errors: [ 0.27410164 0.13312615 0.16221646 0.22917074]
Day: 567
Estimator weights: [ 0.97018415 1.92543431 1.6559714 1.30273962]
Estimator errors: [ 0.2748438 0.12725679 0.16030353 0.2137043 ]
Day: 630
Estimator weights: [ 0.9605589 1.95151141 1.69461643 1.174818 ]
Estimator errors: [ 0.27676631 0.12438865 0.1551697 0.23598521]
Day: 693
Estimator weights: [ 0.95718893 1.98736613 1.73244062 1.17592989]
Estimator errors: [ 0.27744137 0.12053579 0.15027566 0.2357848 ]
Day: 756
Estimator weights: [ 0.95620949 1.99004739 1.82987629 1.15334216]
Estimator errors: [ 0.27763776 0.12025185 0.13825301 0.23987915]
Day: 819
Estimator weights: [ 0.94310568 2.05879106 1.75306952 1.17923322]
Estimator errors: [ 0.28027344 0.1131671 0.14766046 0.23519009]
Day: 882
Estimator weights: [ 0.93191466 2.06540424 1.75849333 1.23559278]
Estimator errors: [ 0.28253643 0.1125051 0.14697914 0.22520406]
Day: 945
Estimator weights: [ 0.92841267 2.04881966 1.80308528 1.22501928]
Estimator errors: [ 0.28324686 0.1141717 0.14147591 0.22705436]
Day: 1008
Estimator weights: [ 0.92431184 2.11678982 1.78977225 1.25936585]
Estimator errors: [ 0.28408014 0.10747562 0.14310065 0.22108308]
Day: 1071
Estimator weights: [ 0.91785418 2.17504747 1.82423251 1.25650951]
Estimator errors: [ 0.28539532 0.10201372 0.13892678 0.22157535]
Day: 1134
Estimator weights: [ 0.92110365 2.18675788 1.83886321 1.35402975]
Estimator errors: [ 0.28473307 0.10094595 0.13718579 0.20521234]
Day: 1197
Estimator weights: [ 0.94448365 2.1724134 1.9187412 1.39945501]
Estimator errors: [ 0.27999556 0.10225527 0.128002 0.19790261]
Day: 1260
Estimator weights: [ 0.97222974 2.19377409 1.92181539 1.42414838]
Estimator errors: [ 0.27443629 0.10031097 0.12765926 0.19401207]
Day: 1323
Estimator weights: [ 0.99634842 2.2460942 1.98169507 1.45964483]
Estimator errors: [ 0.26965997 0.0956869 0.12113826 0.18852165]
Day: 1386
Estimator weights: [ 1.00407625 2.29431883 2.01334399 1.44177997]
Estimator errors: [ 0.26814074 0.09159457 0.11780899 0.19126986]
Day: 1449
Estimator weights: [ 1.00115507 2.29997028 1.99801284 1.42332089]
Estimator errors: [ 0.26871438 0.09112542 0.11941172 0.1941415 ]
Day: 1512
Estimator weights: [ 1.0012958 2.33908762 2.03275122 1.40971684]
Estimator errors: [ 0.26868673 0.08793706 0.11580691 0.19627872]
Day: 1575
Estimator weights: [ 1.00666561 2.3629654 2.08088433 1.4722863 ]
Estimator errors: [ 0.2676329 0.08604072 0.11096869 0.18659536]
Day: 1638
Estimator weights: [ 1.01822726 2.41595412 2.10385525 1.4887757 ]
Estimator errors: [ 0.26537285 0.08196418 0.10872268 0.18410556]
Day: 1701
Estimator weights: [ 1.02173509 2.46742789 2.17043729 1.61792395]
Estimator errors: [ 0.26468956 0.07817339 0.10243682 0.16549138]
Day: 1764
Estimator weights: [ 1.02368823 2.49748485 2.15975389 1.63636704]
Estimator errors: [ 0.2643096 0.07603469 0.10342327 0.16296001]
Day: 1827
Estimator weights: [ 1.01279421 2.496612 2.13306915 1.49172242]
Estimator errors: [ 0.26643338 0.07609603 0.10592398 0.18366334]
Day: 1890
Estimator weights: [ 0.99837897 2.49598793 2.19806402 1.71603789]
Estimator errors: [ 0.26926025 0.07613992 0.09992448 0.15238221]
Day: 1953
Estimator weights: [ 0.9953106 2.49730198 2.11380704 1.37033369]
Estimator errors: [ 0.26986441 0.07604754 0.10776207 0.20256594]
Day: 2016
Estimator weights: [ 0.98793588 2.53987719 2.13138973 1.36660067]
Estimator errors: [ 0.27131997 0.0731095 0.10608313 0.20316962]
Day: 2079
Estimator weights: [ 0.99212135 2.50235171 2.18325361 1.58843308]
Estimator errors: [ 0.27049328 0.07569348 0.10126443 0.16960447]
Day: 2142
Estimator weights: [ 1.01043806 2.55746257 2.12380552 1.40087075]
Estimator errors: [ 0.26689413 0.07192674 0.10680449 0.19767797]
Day: 2205
Estimator weights: [ 1.02651221 2.53402328 2.09221813 1.39050801]
Estimator errors: [ 0.26376084 0.07350718 0.10985548 0.19932667]
Day: 2268
Estimator weights: [ 1.0474834 2.53259772 2.14439298 1.42810881]
Estimator errors: [ 0.25970865 0.07360432 0.10485634 0.19339353]
Day: 2331
Estimator weights: [ 1.06412714 2.57577175 2.30206464 1.69545157]
Estimator errors: [ 0.25652154 0.07071408 0.09095211 0.15506025]
Day: 2394
Estimator weights: [ 1.08371935 2.55705321 2.31460036 1.67179089]
Estimator errors: [ 0.25280281 0.07195407 0.08992096 0.15818555]
Day: 2457
Estimator weights: [ 1.10818884 2.57564065 2.26013885 1.67994432]
Estimator errors: [ 0.2482087 0.0707227 0.09447849 0.15710284]
Day: 2520
Estimator weights: [ 1.13584084 2.58215277 2.29614984 1.67685846]
Estimator errors: [ 0.24308481 0.07029591 0.09144233 0.15751191]
Day: 2583
Estimator weights: [ 1.14100582 2.56235474 2.29372889 1.61388243]
Estimator errors: [ 0.24213574 0.07160085 0.09164366 0.16605029]
Day: 2646
Estimator weights: [ 1.12443661 2.55692956 2.346193 1.52059233]
Estimator errors: [ 0.24518927 0.07196233 0.08736885 0.17937431]
Day: 2709
Estimator weights: [ 1.10538695 2.54141378 2.32099371 1.54372886]
Estimator errors: [ 0.2487319 0.07300544 0.08939913 0.17599386]
Day: 2772
Estimator weights: [ 1.09704379 2.53336488 2.32135355 1.67958146]
Estimator errors: [ 0.25029421 0.07355203 0.08936984 0.1571509 ]
Day: 2835
Estimator weights: [ 1.0913607 2.56088323 2.28762536 1.66684906]
Estimator errors: [ 0.25136214 0.07169873 0.09215302 0.15884473]
Day: 2898
Estimator weights: [ 1.09445282 2.56152592 2.3116366 1.72415659]
Estimator errors: [ 0.25078071 0.07165597 0.0901638 0.15133654]
Day: 2961
Estimator weights: [ 1.10412626 2.56876605 2.32376782 1.61284745]
Estimator errors: [ 0.24896756 0.07117584 0.08917356 0.16619366]
Day: 3024
Estimator weights: [ 1.10070758 2.59556995 2.33787354 1.54070272]
Estimator errors: [ 0.24960734 0.06942408 0.08803449 0.17643314]
Day: 3087
Estimator weights: [ 1.10360201 2.59255779 2.34200577 1.52095385]
Estimator errors: [ 0.24906559 0.06961893 0.0877033 0.1793211 ]
Day: 3150
Estimator weights: [ 1.10563862 2.578921 2.33884525 1.55486268]
Estimator errors: [ 0.24868488 0.07050741 0.08795651 0.17438506]
Day: 3213
Estimator weights: [ 1.13158463 2.57496973 2.33274196 1.52689105]
Estimator errors: [ 0.24386878 0.0707668 0.08844734 0.17844902]
Day: 3276
Estimator weights: [ 1.1686718 2.56958093 2.31094897 1.60304264]
Estimator errors: [ 0.23709515 0.07112198 0.09022022 0.16755679]
Day: 3339
Estimator weights: [ 1.19859136 2.57300189 2.34007597 1.63292616]
Estimator errors: [ 0.2317259 0.07089631 0.08785783 0.1634299 ]
Day: 3402
Estimator weights: [ 1.22117035 2.61737645 2.32754898 1.41359445]
Estimator errors: [ 0.22773056 0.06802844 0.08886692 0.19566774]
Day: 3465
Estimator weights: [ 1.20203314 2.72945493 2.35753139 1.70656385]
Estimator errors: [ 0.23111373 0.0612575 0.086469 0.15360993]
Day: 3528
Estimator weights: [ 1.21761792 1.36511392 1.25971241 0.70810578]
Estimator errors: [ 0.22835592 0.20341041 0.2210234 0.33001753]
Day: 3591
Estimator weights: [ 1.24679825 1.38184188 1.1023918 0.77740761]
Estimator errors: [ 0.22325487 0.20071335 0.24929201 0.31487887]
Day: 3654
Estimator weights: [ 1.28339091 1.34055617 1.16977284 0.90436212]
Estimator errors: [ 0.21697357 0.20741861 0.23689605 0.28815491]
Day: 3717
Estimator weights: [ 1.29860639 1.32830655 1.04454618 0.96129255]
Estimator errors: [ 0.21439965 0.20943962 0.26027376 0.27661948]
Day: 3780
Estimator weights: [ 1.2893621 1.4172729 1.02051761 0.95950276]
Estimator errors: [ 0.2159608 0.19508946 0.26492659 0.27697776]
Day: 3843
Estimator weights: [ 1.27527413 1.09669439 1.03335817 1.07344084]
Estimator errors: [ 0.21835574 0.25035978 0.26243357 0.25474928]
Day: 3906
Estimator weights: [ 1.2486832 1.24421375 1.33255336 0.80981454]
Estimator errors: [ 0.22292817 0.22370337 0.20873732 0.30793002]
Day: 3969
Estimator weights: [ 1.22755052 1.24906478 1.16937913 1.26142541]
Estimator errors: [ 0.22661043 0.22286207 0.23696723 0.22072861]
Day: 4032
Estimator weights: [ 1.22193314 1.18176423 1.07409668 0.91232065]
Estimator errors: [ 0.22759643 0.23473513 0.25462479 0.2865252 ]
Day: 4095
Estimator weights: [ 1.22305719 1.36410901 1.12252907 0.94827523]
Estimator errors: [ 0.22739889 0.20357329 0.24554247 0.27923182]
Day: 4158
Estimator weights: [ 1.19571066 1.37361409 1.18557506 1.15296376]
Estimator errors: [ 0.23223914 0.20203656 0.23405127 0.23994816]
Day: 4221
Estimator weights: [ 1.1843845 1.06703097 0.81099693 0.98481681]
Estimator errors: [ 0.23426477 0.25596812 0.3076781 0.27193707]
Day: 4284
Estimator weights: [ 1.19357289 1.10530276 0.96124258 0.6416505 ]
Estimator errors: [ 0.23262054 0.24874764 0.27662948 0.34487354]
Day: 4347
Estimator weights: [ 1.20395727 0.99912641 1.14758001 0.59430335]
Estimator errors: [ 0.23077199 0.26911321 0.24093138 0.35564808]
Day: 4410
Estimator weights: [ 1.20255214 0.89678306 0.93978401 0.63378089]
Estimator errors: [ 0.23102152 0.28971203 0.28094397 0.34665373]
Day: 4473
Estimator weights: [ 1.19222038 0.9618552 0.83066018 0.61998773]
Estimator errors: [ 0.23286206 0.27650691 0.3035055 0.34978424]
Day: 4536
Estimator weights: [ 1.19302254 1.11349871 0.83293675 0.68530496]
Estimator errors: [ 0.23271879 0.2472192 0.30302447 0.33507832]
Day: 4599
Estimator weights: [ 1.19223855 1.03038939 0.79322951 0.57029126]
Estimator errors: [ 0.23285881 0.26300862 0.31147565 0.36116962]
Day: 4662
Estimator weights: [ 1.19547711 0.95475843 0.85914814 0.75150258]
Estimator errors: [ 0.23228079 0.27792887 0.29751735 0.32049398]
Day: 4725
Estimator weights: [ 1.18551617 0.86212604 0.8749179 0.67422766]
Estimator errors: [ 0.23406182 0.29689535 0.29423202 0.33755084]
Day: 4788
Estimator weights: [ 1.14632926 0.96848991 0.8352234 0.58840426]
Estimator errors: [ 0.2411602 0.2751816 0.30254174 0.35700108]
Day: 4851
Estimator weights: [ 1.10368307 0.89720166 0.71460006 0.62563019]
Estimator errors: [ 0.24905043 0.2896259 0.32858319 0.34850204]
Day: 4914
Estimator weights: [ 1.07633625 0.96981377 0.79244784 0.95367558]
Estimator errors: [ 0.25419997 0.27491762 0.31164331 0.27814623]
Day: 4977
Estimator weights: [ 1.05999113 0.94900716 0.72176525 0.5936795 ]
Estimator errors: [ 0.25731115 0.27908453 0.32700438 0.35579105]
Day: 5040
Estimator weights: [ 1.05425471 0.86610854 0.82031211 0.67414183]
Estimator errors: [ 0.25840892 0.29606468 0.30569741 0.33757004]
Day: 5103
Estimator weights: [ 1.0434128 0.87672448 0.91903715 0.71002652]
Estimator errors: [ 0.26049203 0.29385701 0.28515412 0.32959298]
Day: 5166
Estimator weights: [ 1.00451297 0.95905092 0.71297808 0.50445359]
Estimator errors: [ 0.26805504 0.27706826 0.32894113 0.37649463]
Day: 5229
Estimator weights: [ 0.97121277 1.1061524 0.84041193 0.71713417]
Estimator errors: [ 0.27463884 0.2485889 0.30144803 0.32802437]
Day: 5292
Estimator weights: [ 1.01510739 1.20203374 0.89972792 1.14600349]
Estimator errors: [ 0.26598152 0.23111362 0.28910641 0.24121982]
Day: 5355
Estimator weights: [ 1.05343365 1.23878805 1.16387937 0.77572793]
Estimator errors: [ 0.25856629 0.22464701 0.2379631 0.31524134]
Day: 5418
Estimator weights: [ 1.06620867 1.12124661 1.03440567 0.86232487]
Estimator errors: [ 0.25612476 0.24578012 0.26223087 0.29685384]
Day: 5481
Estimator weights: [ 1.02998888 1.13179949 0.85519076 0.70726757]
Estimator errors: [ 0.26308626 0.24382916 0.29834511 0.33020289]
Day: 5544
Estimator weights: [ 0.97868776 1.32765821 0.97402645 0.58794404]
Estimator errors: [ 0.27315224 0.20954699 0.27407867 0.35710673]
Day: 5607
Estimator weights: [ 0.97183098 1.14039329 0.99877211 1.07817489]
Estimator errors: [ 0.2745157 0.24224816 0.26918291 0.25385156]
Day: 5670
Estimator weights: [ 0.96784913 1.50793027 0.85942191 0.80727555]
Estimator errors: [ 0.27530942 0.18124573 0.29746014 0.30847136]
Day: 5733
Estimator weights: [ 0.97821912 1.21391723 1.16711647 0.9787396 ]
Estimator errors: [ 0.27324529 0.22900868 0.23737659 0.27314195]
Day: 5796
Estimator weights: [ 0.97366929 1.24984139 0.80212438 0.69492052]
Estimator errors: [ 0.27414974 0.2227276 0.30957128 0.33293937]
Day: 5859
Estimator weights: [ 0.86975936 1.02463899 0.68206935 0.48077735]
Estimator errors: [ 0.29530438 0.26412477 0.3357996 0.38206858]
Day: 5922
Estimator weights: [ 0.76084618 0.9375924 0.67056122 0.77357719]
Estimator errors: [ 0.31846258 0.28138692 0.33837119 0.3157058 ]
Day: 5985
Estimator weights: [ 0.75185684 0.84659067 0.81018957 0.64172431]
Estimator errors: [ 0.32041684 0.30014853 0.3078501 0.34485686]
Day: 6048
Estimator weights: [ 0.76388305 0.83857043 0.69844761 0.49649851]
Estimator errors: [ 0.31780381 0.30183595 0.3321565 0.37836388]
Day: 6111
Estimator weights: [ 0.72735322 1.0071232 0.73134776 0.55705375]
Estimator errors: [ 0.32577581 0.26754322 0.32489904 0.36422944]
Day: 6174
Estimator weights: [ 0.72128383 1.30497843 0.96820766 1.05095727]
Estimator errors: [ 0.32711034 0.21332835 0.2752379 0.25904132]
Day: 6237
Estimator weights: [ 0.60996192 1.71385515 0.98467674 1.51087881]
Estimator errors: [ 0.35206788 0.15266435 0.2719648 0.18080859]
Day: 6300
Estimator weights: [ 0.39694825 1.01615406 0.69534123 0.60425497]
Estimator errors: [ 0.40204578 0.26577722 0.33284594 0.35337083]
Day: 6363
Estimator weights: [ 0. 0. 0. 0.]
Estimator errors: [ 1. 1. 1. 1.]
Day: 6426
Estimator weights: [ 0. 0. 0. 0.]
Estimator errors: [ 1. 1. 1. 1.]
Day: 6489
Estimator weights: [ 0. 0. 0. 0.]
Estimator errors: [ 1. 1. 1. 1.]
prediction for day:0 predicted:-4.14312621734 actual:-2.8921510454 error:-12.5076638868
prediction for day:63 predicted:-3.5596357927 actual:-2.8887822778 error:-11.9046988412
prediction for day:126 predicted:-3.31453379976 actual:-2.8913515715 error:-11.6744477098
prediction for day:189 predicted:-4.29887670916 actual:-2.88653236 error:-12.6309457745
prediction for day:252 predicted:-3.4815209294 actual:-4.15885054 error:-20.7775587435
prediction for day:315 predicted:-4.06132614376 actual:-4.1595599527 error:-21.3632651439
prediction for day:378 predicted:-3.59115573512 actual:-3.9212897735 error:-18.9676692229
prediction for day:441 predicted:-4.06634333737 actual:-3.9332025059 error:-19.5364252898
prediction for day:504 predicted:-3.82412273839 actual:-3.8981452572 error:-19.0196591846
prediction for day:567 predicted:-3.74715980123 actual:-3.8793034887 error:-18.7961553587
prediction for day:630 predicted:-3.78361389531 actual:-4.082283284 error:-20.4486507061
prediction for day:693 predicted:-3.88398013117 actual:-3.9856046287 error:-19.7690243875
prediction for day:756 predicted:-3.7814536345 actual:-4.0472026102 error:-20.1613026025
prediction for day:819 predicted:-3.28295862325 actual:-4.1166823546 error:-20.2300322319
prediction for day:882 predicted:-3.72644163835 actual:-4.1499127277 error:-20.9482172859
prediction for day:945 predicted:-3.65576147668 actual:-4.3198685565 error:-22.3170258221
prediction for day:1008 predicted:-3.43555898623 actual:-4.1394117651 error:-20.5702887473
prediction for day:1071 predicted:-3.31831309932 actual:-4.1129457524 error:-20.2346358615
prediction for day:1134 predicted:-3.50929456164 actual:-4.0303392695 error:-19.7529291889
prediction for day:1197 predicted:-3.3234487958 actual:-4.0271373626 error:-19.5412841331
prediction for day:1260 predicted:-3.25775381452 actual:-4.0770717114 error:-19.8802675544
prediction for day:1323 predicted:-3.78962974736 actual:-3.9047617088 error:-19.0367937499
prediction for day:1386 predicted:-4.02038451224 actual:-3.5999886141 error:-16.9803025339
prediction for day:1449 predicted:-3.32800678159 actual:-3.3369115466 error:-14.4629854514
prediction for day:1512 predicted:-4.03039870903 actual:-3.3249751849 error:-15.0858586892
prediction for day:1575 predicted:-4.03579372189 actual:-3.3209378686 error:-15.064422049
prediction for day:1638 predicted:-3.883247502 actual:-3.3835056282 error:-15.3313578381
prediction for day:1701 predicted:-3.73085328681 actual:-3.5669893313 error:-16.4542661764
prediction for day:1764 predicted:-3.705633388 actual:-3.587971721 error:-16.5791744587
prediction for day:1827 predicted:-3.87522488696 actual:-3.6847368913 error:-17.4525108451
prediction for day:1890 predicted:-3.71915303567 actual:-3.8320395901 error:-18.4036804558
prediction for day:1953 predicted:-3.85009725788 actual:-3.9589085156 error:-19.5230538928
prediction for day:2016 predicted:-3.90455611722 actual:-3.8503674685 error:-18.7298857597
prediction for day:2079 predicted:-3.30140091481 actual:-3.7104422547 error:-17.0687826403
prediction for day:2142 predicted:-3.46354792311 actual:-3.6994209737 error:-17.1492634638
prediction for day:2205 predicted:-3.18716433617 actual:-3.6655439812 error:-16.6233770143
prediction for day:2268 predicted:-3.34382752428 actual:-3.705633388 error:-17.0755463305
prediction for day:2331 predicted:-3.71127621957 actual:-3.2273275703 error:-14.1269194656
prediction for day:2394 predicted:-3.49747587946 actual:-3.2064370689 error:-13.7787145563
prediction for day:2457 predicted:-3.56392153929 actual:-3.1964696291 error:-13.781339629
prediction for day:2520 predicted:-3.57237066935 actual:-3.1925252836 error:-13.7645883558
prediction for day:2583 predicted:-3.94092661828 actual:-3.6551528042 error:-17.3010686403
prediction for day:2646 predicted:-3.46777001313 actual:-3.7092095568 error:-17.2260055494
prediction for day:2709 predicted:-2.99951980043 actual:-3.7185375028 error:-16.8270409602
prediction for day:2772 predicted:-3.60206744468 actual:-3.6944718862 error:-17.2511899626
prediction for day:2835 predicted:-3.27123877579 actual:-3.7413821463 error:-17.2691791404
prediction for day:2898 predicted:-3.09741851991 actual:-3.7261668854 error:-16.9817381778
prediction for day:2961 predicted:-2.95862776282 actual:-3.7382415048 error:-16.933077311
prediction for day:3024 predicted:-2.96183082373 actual:-3.5805491558 error:-15.7821630808
prediction for day:3087 predicted:-2.83172311617 actual:-3.5222612406 error:-15.2380473632
prediction for day:3150 predicted:-2.62519868323 actual:-3.4541003316 error:-14.556007784
prediction for day:3213 predicted:-2.12901620348 actual:-3.3710486535 error:-13.4929852277
prediction for day:3276 predicted:-1.82991524158 actual:-3.3558370788 error:-13.091557741
prediction for day:3339 predicted:-2.27546446431 actual:-3.256161782 error:-12.8780540149
prediction for day:3402 predicted:-2.59323910061 actual:-3.191615764 error:-12.7796502856
prediction for day:3465 predicted:-2.70081165592 actual:-2.9163425136 error:-11.2058653125
prediction for day:3528 predicted:-3.45842093042 actual:-2.8011557063 error:-11.3048942214
prediction for day:3591 predicted:-3.3606153878 actual:-2.798640325 error:-11.1930030565
prediction for day:3654 predicted:-3.2347222565 actual:-2.7979464255 error:-11.0632264565
prediction for day:3717 predicted:-5.23710904905 actual:-2.9852625595 error:-14.1489015982
prediction for day:3780 predicted:-3.57065137598 actual:-3.1879927397 error:-13.7339490844
prediction for day:3843 predicted:-3.11378310941 actual:-3.265218272 error:-13.7754334732
prediction for day:3906 predicted:-3.39389820467 actual:-3.2940381077 error:-14.2445852597
prediction for day:3969 predicted:-3.27768272859 actual:-3.2793915173 error:-14.0320914523
prediction for day:4032 predicted:-3.08085597817 actual:-3.3517827331 error:-14.3153034681
prediction for day:4095 predicted:-3.16877984666 actual:-3.3606153878 error:-14.4625156314
prediction for day:4158 predicted:-3.31356616086 actual:-3.2347222565 error:-13.7769942376
prediction for day:4221 predicted:-3.68514238169 actual:-3.1378036867 error:-13.530954358
prediction for day:4284 predicted:-3.33659238915 actual:-3.1265137119 error:-13.1116803798
prediction for day:4347 predicted:-3.45703532211 actual:-3.1285050499 error:-13.2445791694
prediction for day:4410 predicted:-3.93193461239 actual:-3.2570530049 error:-14.5403288891
prediction for day:4473 predicted:-3.66528186843 actual:-3.4952741664 error:-15.8822233667
prediction for day:4536 predicted:-3.50621304669 actual:-3.3906579914 error:-15.0027746613
prediction for day:4599 predicted:-3.61512228069 actual:-3.4043339288 error:-15.2046117795
prediction for day:4662 predicted:-3.64370676409 actual:-3.4274182628 error:-15.3909027123
prediction for day:4725 predicted:-3.434631163 actual:-3.4650425581 error:-15.4411510924
prediction for day:4788 predicted:-3.73494751717 actual:-3.6542489693 error:-17.0884830468
prediction for day:4851 predicted:-3.41069296142 actual:-3.6480481052 error:-16.7189479393
prediction for day:4914 predicted:-3.96558642202 actual:-3.691635928 error:-17.5937622469
prediction for day:4977 predicted:-4.32232350016 actual:-3.6517395337 error:-17.6575251221
prediction for day:5040 predicted:-3.66663805563 actual:-3.5805947551 error:-16.4872968559
prediction for day:5103 predicted:-3.49664739959 actual:-3.5920939522 error:-16.399786361
prediction for day:5166 predicted:-3.7528154423 actual:-3.5384799808 error:-16.2736560168
prediction for day:5229 predicted:-3.35536018006 actual:-3.5003475229 error:-15.6077929611
prediction for day:5292 predicted:-3.61159075939 actual:-3.3999660732 error:-15.1713600583
prediction for day:5355 predicted:-4.12310079715 actual:-3.447756431 error:-16.0101252047
prediction for day:5418 predicted:-4.23040429306 actual:-3.5094841623 error:-16.5468833785
prediction for day:5481 predicted:-3.91282218409 actual:-3.6110576262 error:-16.9525593638
prediction for day:5544 predicted:-3.42354917554 actual:-3.8284348754 error:-18.0804627707
prediction for day:5607 predicted:-4.17573794821 actual:-3.7935420442 error:-18.5666991893
prediction for day:5670 predicted:-3.5101452309 actual:-3.7528154423 error:-17.5937689749
prediction for day:5733 predicted:-3.66099574083 actual:-3.7117430931 error:-17.43803253
prediction for day:5796 predicted:-3.61265090774 actual:-3.651607692 error:-16.946889644
prediction for day:5859 predicted:-3.59523396936 actual:-3.5260787962 error:-16.0284656464
prediction for day:5922 predicted:-4.05707102213 actual:-3.5367589375 error:-16.5657348041
prediction for day:5985 predicted:-3.7863391804 actual:-3.4436015364 error:-15.6447307219
prediction for day:6048 predicted:-3.92759508908 actual:-3.507941549 error:-16.2332490003
prediction for day:6111 predicted:-3.9518269314 actual:-3.6056325665 error:-16.952413136
prediction for day:6174 predicted:-3.5868235657 actual:-3.5947776533 error:-16.5092499424
prediction for day:6237 predicted:-3.2522592618 actual:-3.7707794414 error:-17.4710368575