新建项目

Signed-off-by: aboutlong <aboutlong@qq.com>
This commit is contained in:
aboutlong 2020-08-07 15:33:58 +08:00
parent 0748383099
commit b7d38ca0b5
2561 changed files with 281337 additions and 70 deletions

View File

@ -1,36 +0,0 @@
# pyminer
#### Description
{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
#### Software Architecture
Software architecture description
#### Installation
1. xxxx
2. xxxx
3. xxxx
#### Instructions
1. xxxx
2. xxxx
3. xxxx
#### Contribution
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request
#### Gitee Feature
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
4. The most valuable open source project [GVP](https://gitee.com/gvp)
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

View File

@ -1,39 +1,20 @@
# pyminer
# PyMiner
#### 介绍
{**以下是码云平台说明,您可以替换此简介**
码云是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN。专为开发者提供稳定、高效、安全的云端软件开发协作平台
无论是个人、团队、或是企业,都能够用码云实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
#### 描述
PyMiner一款数据分析工具,目的是使pandas\sklearn的操作进行可视化项目许可遵循MIT 开源协议。
#### 软件架构
软件架构说明
#### 技术说明
项目开发环境基于Window 10 X64使用Python3.8+PyQt5.15+Pycharm进行技术开发。
#### 安装
1. 下载项目源码
2. 安装python并打开命令行工具使用python -m pip -r requirements.txt 导入python包
3. 调用python 执行目录下pyminer.py例如python安装在C盘根目录下可以在cmd命令行中执行C:\python\python.exe C:\PyMiner\pyminer.py
4. 此外你也可以使用pyinstaller进行编译后使用编译语句pyinstaller -i logo.ico -w pyminer.py
#### 安装教程
#### 联系我
1. xxxx
2. xxxx
3. xxxx
#### 使用说明
1. xxxx
2. xxxx
3. xxxx
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
#### 码云特技
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
1. QQ:454017698
2. 邮箱aboutlong@qq.com

0
__init__.py Normal file
View File

20
class.csv Normal file
View File

@ -0,0 +1,20 @@
Name,Sex,Age,Height,Weight
Alfred,M,14,69,112.5
Alice,F,13,56.5,84
Barbara,F,13,65.3,98
Carol,F,14,62.8,102.5
Henry,M,14,63.5,102.5
James,M,12,57.3,83
Jane,F,12,59.8,84.5
Janet,F,15,62.5,112.5
Jeffrey,M,13,62.5,84
John,M,12,59,99.5
Joyce,F,11,51.3,50.5
Judy,F,14,64.3,90
Louise,F,12,56.3,77
Mary,F,15,66.5,112
Philip,M,16,72,150
Robert,M,12,64.8,128
Ronald,M,15,67,133
Thomas,M,11,57.5,85
William,M,15,66.5,112
1 Name Sex Age Height Weight
2 Alfred M 14 69 112.5
3 Alice F 13 56.5 84
4 Barbara F 13 65.3 98
5 Carol F 14 62.8 102.5
6 Henry M 14 63.5 102.5
7 James M 12 57.3 83
8 Jane F 12 59.8 84.5
9 Janet F 15 62.5 112.5
10 Jeffrey M 13 62.5 84
11 John M 12 59 99.5
12 Joyce F 11 51.3 50.5
13 Judy F 14 64.3 90
14 Louise F 12 56.3 77
15 Mary F 15 66.5 112
16 Philip M 16 72 150
17 Robert M 12 64.8 128
18 Ronald M 15 67 133
19 Thomas M 11 57.5 85
20 William M 15 66.5 112

BIN
logo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

1697
pyminer.py Normal file

File diff suppressed because it is too large Load Diff

0
pyminer/__init__.py Normal file
View File

Binary file not shown.

View File

@ -0,0 +1,64 @@
{
"lang": {
"zh_cn": true,
"English": false
},
"theme": [
{
"name": "default",
"index":1,
"detail": {
"fontfamily": ["微软雅黑", "simhei"],
"color":"",
"font-size":14
}
},
{
"name": "dark",
"index":2,
"detail": {
"fontfamily": ["微软雅黑", "simhei"]
}
},
{
"name": "fushion",
"index":3,
"detail": {
"fontfamily": ["微软雅黑", "simhei"]
}
},
{
"name": "windows",
"index":4,
"detail": {
"fontfamily": ["微软雅黑", "simhei"]
}
}
],
"core": {
"version": "1.0_20200423",
"website": "http://www.py2cn.com",
"author":"lixianglong",
"mail":"aboutlong@qq.com"
},
"table": {
"alternatingrowcolors": false
},
"interpreter": [{
"name":"python",
"version":"3.8.2",
"path":"c:/patata/python",
"install_path":"c:/patata/python",
"pip_index":1,
"pip_install_option":"only_download",
"is_default":true
}],
"project": [{
"name":"demo",
"location":"c:/patata/patata/workspace/demo",
"description":""
}],
"character_set":"utf-8",
"auto_start":false,
"workspace":"c:/patata/patata/workspace"
}

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,508 @@
506,13,,,,,,,,,,,,
"CRIM","ZN","INDUS","CHAS","NOX","RM","AGE","DIS","RAD","TAX","PTRATIO","B","LSTAT","MEDV"
0.00632,18,2.31,0,0.538,6.575,65.2,4.09,1,296,15.3,396.9,4.98,24
0.02731,0,7.07,0,0.469,6.421,78.9,4.9671,2,242,17.8,396.9,9.14,21.6
0.02729,0,7.07,0,0.469,7.185,61.1,4.9671,2,242,17.8,392.83,4.03,34.7
0.03237,0,2.18,0,0.458,6.998,45.8,6.0622,3,222,18.7,394.63,2.94,33.4
0.06905,0,2.18,0,0.458,7.147,54.2,6.0622,3,222,18.7,396.9,5.33,36.2
0.02985,0,2.18,0,0.458,6.43,58.7,6.0622,3,222,18.7,394.12,5.21,28.7
0.08829,12.5,7.87,0,0.524,6.012,66.6,5.5605,5,311,15.2,395.6,12.43,22.9
0.14455,12.5,7.87,0,0.524,6.172,96.1,5.9505,5,311,15.2,396.9,19.15,27.1
0.21124,12.5,7.87,0,0.524,5.631,100,6.0821,5,311,15.2,386.63,29.93,16.5
0.17004,12.5,7.87,0,0.524,6.004,85.9,6.5921,5,311,15.2,386.71,17.1,18.9
0.22489,12.5,7.87,0,0.524,6.377,94.3,6.3467,5,311,15.2,392.52,20.45,15
0.11747,12.5,7.87,0,0.524,6.009,82.9,6.2267,5,311,15.2,396.9,13.27,18.9
0.09378,12.5,7.87,0,0.524,5.889,39,5.4509,5,311,15.2,390.5,15.71,21.7
0.62976,0,8.14,0,0.538,5.949,61.8,4.7075,4,307,21,396.9,8.26,20.4
0.63796,0,8.14,0,0.538,6.096,84.5,4.4619,4,307,21,380.02,10.26,18.2
0.62739,0,8.14,0,0.538,5.834,56.5,4.4986,4,307,21,395.62,8.47,19.9
1.05393,0,8.14,0,0.538,5.935,29.3,4.4986,4,307,21,386.85,6.58,23.1
0.7842,0,8.14,0,0.538,5.99,81.7,4.2579,4,307,21,386.75,14.67,17.5
0.80271,0,8.14,0,0.538,5.456,36.6,3.7965,4,307,21,288.99,11.69,20.2
0.7258,0,8.14,0,0.538,5.727,69.5,3.7965,4,307,21,390.95,11.28,18.2
1.25179,0,8.14,0,0.538,5.57,98.1,3.7979,4,307,21,376.57,21.02,13.6
0.85204,0,8.14,0,0.538,5.965,89.2,4.0123,4,307,21,392.53,13.83,19.6
1.23247,0,8.14,0,0.538,6.142,91.7,3.9769,4,307,21,396.9,18.72,15.2
0.98843,0,8.14,0,0.538,5.813,100,4.0952,4,307,21,394.54,19.88,14.5
0.75026,0,8.14,0,0.538,5.924,94.1,4.3996,4,307,21,394.33,16.3,15.6
0.84054,0,8.14,0,0.538,5.599,85.7,4.4546,4,307,21,303.42,16.51,13.9
0.67191,0,8.14,0,0.538,5.813,90.3,4.682,4,307,21,376.88,14.81,16.6
0.95577,0,8.14,0,0.538,6.047,88.8,4.4534,4,307,21,306.38,17.28,14.8
0.77299,0,8.14,0,0.538,6.495,94.4,4.4547,4,307,21,387.94,12.8,18.4
1.00245,0,8.14,0,0.538,6.674,87.3,4.239,4,307,21,380.23,11.98,21
1.13081,0,8.14,0,0.538,5.713,94.1,4.233,4,307,21,360.17,22.6,12.7
1.35472,0,8.14,0,0.538,6.072,100,4.175,4,307,21,376.73,13.04,14.5
1.38799,0,8.14,0,0.538,5.95,82,3.99,4,307,21,232.6,27.71,13.2
1.15172,0,8.14,0,0.538,5.701,95,3.7872,4,307,21,358.77,18.35,13.1
1.61282,0,8.14,0,0.538,6.096,96.9,3.7598,4,307,21,248.31,20.34,13.5
0.06417,0,5.96,0,0.499,5.933,68.2,3.3603,5,279,19.2,396.9,9.68,18.9
0.09744,0,5.96,0,0.499,5.841,61.4,3.3779,5,279,19.2,377.56,11.41,20
0.08014,0,5.96,0,0.499,5.85,41.5,3.9342,5,279,19.2,396.9,8.77,21
0.17505,0,5.96,0,0.499,5.966,30.2,3.8473,5,279,19.2,393.43,10.13,24.7
0.02763,75,2.95,0,0.428,6.595,21.8,5.4011,3,252,18.3,395.63,4.32,30.8
0.03359,75,2.95,0,0.428,7.024,15.8,5.4011,3,252,18.3,395.62,1.98,34.9
0.12744,0,6.91,0,0.448,6.77,2.9,5.7209,3,233,17.9,385.41,4.84,26.6
0.1415,0,6.91,0,0.448,6.169,6.6,5.7209,3,233,17.9,383.37,5.81,25.3
0.15936,0,6.91,0,0.448,6.211,6.5,5.7209,3,233,17.9,394.46,7.44,24.7
0.12269,0,6.91,0,0.448,6.069,40,5.7209,3,233,17.9,389.39,9.55,21.2
0.17142,0,6.91,0,0.448,5.682,33.8,5.1004,3,233,17.9,396.9,10.21,19.3
0.18836,0,6.91,0,0.448,5.786,33.3,5.1004,3,233,17.9,396.9,14.15,20
0.22927,0,6.91,0,0.448,6.03,85.5,5.6894,3,233,17.9,392.74,18.8,16.6
0.25387,0,6.91,0,0.448,5.399,95.3,5.87,3,233,17.9,396.9,30.81,14.4
0.21977,0,6.91,0,0.448,5.602,62,6.0877,3,233,17.9,396.9,16.2,19.4
0.08873,21,5.64,0,0.439,5.963,45.7,6.8147,4,243,16.8,395.56,13.45,19.7
0.04337,21,5.64,0,0.439,6.115,63,6.8147,4,243,16.8,393.97,9.43,20.5
0.0536,21,5.64,0,0.439,6.511,21.1,6.8147,4,243,16.8,396.9,5.28,25
0.04981,21,5.64,0,0.439,5.998,21.4,6.8147,4,243,16.8,396.9,8.43,23.4
0.0136,75,4,0,0.41,5.888,47.6,7.3197,3,469,21.1,396.9,14.8,18.9
0.01311,90,1.22,0,0.403,7.249,21.9,8.6966,5,226,17.9,395.93,4.81,35.4
0.02055,85,0.74,0,0.41,6.383,35.7,9.1876,2,313,17.3,396.9,5.77,24.7
0.01432,100,1.32,0,0.411,6.816,40.5,8.3248,5,256,15.1,392.9,3.95,31.6
0.15445,25,5.13,0,0.453,6.145,29.2,7.8148,8,284,19.7,390.68,6.86,23.3
0.10328,25,5.13,0,0.453,5.927,47.2,6.932,8,284,19.7,396.9,9.22,19.6
0.14932,25,5.13,0,0.453,5.741,66.2,7.2254,8,284,19.7,395.11,13.15,18.7
0.17171,25,5.13,0,0.453,5.966,93.4,6.8185,8,284,19.7,378.08,14.44,16
0.11027,25,5.13,0,0.453,6.456,67.8,7.2255,8,284,19.7,396.9,6.73,22.2
0.1265,25,5.13,0,0.453,6.762,43.4,7.9809,8,284,19.7,395.58,9.5,25
0.01951,17.5,1.38,0,0.4161,7.104,59.5,9.2229,3,216,18.6,393.24,8.05,33
0.03584,80,3.37,0,0.398,6.29,17.8,6.6115,4,337,16.1,396.9,4.67,23.5
0.04379,80,3.37,0,0.398,5.787,31.1,6.6115,4,337,16.1,396.9,10.24,19.4
0.05789,12.5,6.07,0,0.409,5.878,21.4,6.498,4,345,18.9,396.21,8.1,22
0.13554,12.5,6.07,0,0.409,5.594,36.8,6.498,4,345,18.9,396.9,13.09,17.4
0.12816,12.5,6.07,0,0.409,5.885,33,6.498,4,345,18.9,396.9,8.79,20.9
0.08826,0,10.81,0,0.413,6.417,6.6,5.2873,4,305,19.2,383.73,6.72,24.2
0.15876,0,10.81,0,0.413,5.961,17.5,5.2873,4,305,19.2,376.94,9.88,21.7
0.09164,0,10.81,0,0.413,6.065,7.8,5.2873,4,305,19.2,390.91,5.52,22.8
0.19539,0,10.81,0,0.413,6.245,6.2,5.2873,4,305,19.2,377.17,7.54,23.4
0.07896,0,12.83,0,0.437,6.273,6,4.2515,5,398,18.7,394.92,6.78,24.1
0.09512,0,12.83,0,0.437,6.286,45,4.5026,5,398,18.7,383.23,8.94,21.4
0.10153,0,12.83,0,0.437,6.279,74.5,4.0522,5,398,18.7,373.66,11.97,20
0.08707,0,12.83,0,0.437,6.14,45.8,4.0905,5,398,18.7,386.96,10.27,20.8
0.05646,0,12.83,0,0.437,6.232,53.7,5.0141,5,398,18.7,386.4,12.34,21.2
0.08387,0,12.83,0,0.437,5.874,36.6,4.5026,5,398,18.7,396.06,9.1,20.3
0.04113,25,4.86,0,0.426,6.727,33.5,5.4007,4,281,19,396.9,5.29,28
0.04462,25,4.86,0,0.426,6.619,70.4,5.4007,4,281,19,395.63,7.22,23.9
0.03659,25,4.86,0,0.426,6.302,32.2,5.4007,4,281,19,396.9,6.72,24.8
0.03551,25,4.86,0,0.426,6.167,46.7,5.4007,4,281,19,390.64,7.51,22.9
0.05059,0,4.49,0,0.449,6.389,48,4.7794,3,247,18.5,396.9,9.62,23.9
0.05735,0,4.49,0,0.449,6.63,56.1,4.4377,3,247,18.5,392.3,6.53,26.6
0.05188,0,4.49,0,0.449,6.015,45.1,4.4272,3,247,18.5,395.99,12.86,22.5
0.07151,0,4.49,0,0.449,6.121,56.8,3.7476,3,247,18.5,395.15,8.44,22.2
0.0566,0,3.41,0,0.489,7.007,86.3,3.4217,2,270,17.8,396.9,5.5,23.6
0.05302,0,3.41,0,0.489,7.079,63.1,3.4145,2,270,17.8,396.06,5.7,28.7
0.04684,0,3.41,0,0.489,6.417,66.1,3.0923,2,270,17.8,392.18,8.81,22.6
0.03932,0,3.41,0,0.489,6.405,73.9,3.0921,2,270,17.8,393.55,8.2,22
0.04203,28,15.04,0,0.464,6.442,53.6,3.6659,4,270,18.2,395.01,8.16,22.9
0.02875,28,15.04,0,0.464,6.211,28.9,3.6659,4,270,18.2,396.33,6.21,25
0.04294,28,15.04,0,0.464,6.249,77.3,3.615,4,270,18.2,396.9,10.59,20.6
0.12204,0,2.89,0,0.445,6.625,57.8,3.4952,2,276,18,357.98,6.65,28.4
0.11504,0,2.89,0,0.445,6.163,69.6,3.4952,2,276,18,391.83,11.34,21.4
0.12083,0,2.89,0,0.445,8.069,76,3.4952,2,276,18,396.9,4.21,38.7
0.08187,0,2.89,0,0.445,7.82,36.9,3.4952,2,276,18,393.53,3.57,43.8
0.0686,0,2.89,0,0.445,7.416,62.5,3.4952,2,276,18,396.9,6.19,33.2
0.14866,0,8.56,0,0.52,6.727,79.9,2.7778,5,384,20.9,394.76,9.42,27.5
0.11432,0,8.56,0,0.52,6.781,71.3,2.8561,5,384,20.9,395.58,7.67,26.5
0.22876,0,8.56,0,0.52,6.405,85.4,2.7147,5,384,20.9,70.8,10.63,18.6
0.21161,0,8.56,0,0.52,6.137,87.4,2.7147,5,384,20.9,394.47,13.44,19.3
0.1396,0,8.56,0,0.52,6.167,90,2.421,5,384,20.9,392.69,12.33,20.1
0.13262,0,8.56,0,0.52,5.851,96.7,2.1069,5,384,20.9,394.05,16.47,19.5
0.1712,0,8.56,0,0.52,5.836,91.9,2.211,5,384,20.9,395.67,18.66,19.5
0.13117,0,8.56,0,0.52,6.127,85.2,2.1224,5,384,20.9,387.69,14.09,20.4
0.12802,0,8.56,0,0.52,6.474,97.1,2.4329,5,384,20.9,395.24,12.27,19.8
0.26363,0,8.56,0,0.52,6.229,91.2,2.5451,5,384,20.9,391.23,15.55,19.4
0.10793,0,8.56,0,0.52,6.195,54.4,2.7778,5,384,20.9,393.49,13,21.7
0.10084,0,10.01,0,0.547,6.715,81.6,2.6775,6,432,17.8,395.59,10.16,22.8
0.12329,0,10.01,0,0.547,5.913,92.9,2.3534,6,432,17.8,394.95,16.21,18.8
0.22212,0,10.01,0,0.547,6.092,95.4,2.548,6,432,17.8,396.9,17.09,18.7
0.14231,0,10.01,0,0.547,6.254,84.2,2.2565,6,432,17.8,388.74,10.45,18.5
0.17134,0,10.01,0,0.547,5.928,88.2,2.4631,6,432,17.8,344.91,15.76,18.3
0.13158,0,10.01,0,0.547,6.176,72.5,2.7301,6,432,17.8,393.3,12.04,21.2
0.15098,0,10.01,0,0.547,6.021,82.6,2.7474,6,432,17.8,394.51,10.3,19.2
0.13058,0,10.01,0,0.547,5.872,73.1,2.4775,6,432,17.8,338.63,15.37,20.4
0.14476,0,10.01,0,0.547,5.731,65.2,2.7592,6,432,17.8,391.5,13.61,19.3
0.06899,0,25.65,0,0.581,5.87,69.7,2.2577,2,188,19.1,389.15,14.37,22
0.07165,0,25.65,0,0.581,6.004,84.1,2.1974,2,188,19.1,377.67,14.27,20.3
0.09299,0,25.65,0,0.581,5.961,92.9,2.0869,2,188,19.1,378.09,17.93,20.5
0.15038,0,25.65,0,0.581,5.856,97,1.9444,2,188,19.1,370.31,25.41,17.3
0.09849,0,25.65,0,0.581,5.879,95.8,2.0063,2,188,19.1,379.38,17.58,18.8
0.16902,0,25.65,0,0.581,5.986,88.4,1.9929,2,188,19.1,385.02,14.81,21.4
0.38735,0,25.65,0,0.581,5.613,95.6,1.7572,2,188,19.1,359.29,27.26,15.7
0.25915,0,21.89,0,0.624,5.693,96,1.7883,4,437,21.2,392.11,17.19,16.2
0.32543,0,21.89,0,0.624,6.431,98.8,1.8125,4,437,21.2,396.9,15.39,18
0.88125,0,21.89,0,0.624,5.637,94.7,1.9799,4,437,21.2,396.9,18.34,14.3
0.34006,0,21.89,0,0.624,6.458,98.9,2.1185,4,437,21.2,395.04,12.6,19.2
1.19294,0,21.89,0,0.624,6.326,97.7,2.271,4,437,21.2,396.9,12.26,19.6
0.59005,0,21.89,0,0.624,6.372,97.9,2.3274,4,437,21.2,385.76,11.12,23
0.32982,0,21.89,0,0.624,5.822,95.4,2.4699,4,437,21.2,388.69,15.03,18.4
0.97617,0,21.89,0,0.624,5.757,98.4,2.346,4,437,21.2,262.76,17.31,15.6
0.55778,0,21.89,0,0.624,6.335,98.2,2.1107,4,437,21.2,394.67,16.96,18.1
0.32264,0,21.89,0,0.624,5.942,93.5,1.9669,4,437,21.2,378.25,16.9,17.4
0.35233,0,21.89,0,0.624,6.454,98.4,1.8498,4,437,21.2,394.08,14.59,17.1
0.2498,0,21.89,0,0.624,5.857,98.2,1.6686,4,437,21.2,392.04,21.32,13.3
0.54452,0,21.89,0,0.624,6.151,97.9,1.6687,4,437,21.2,396.9,18.46,17.8
0.2909,0,21.89,0,0.624,6.174,93.6,1.6119,4,437,21.2,388.08,24.16,14
1.62864,0,21.89,0,0.624,5.019,100,1.4394,4,437,21.2,396.9,34.41,14.4
3.32105,0,19.58,1,0.871,5.403,100,1.3216,5,403,14.7,396.9,26.82,13.4
4.0974,0,19.58,0,0.871,5.468,100,1.4118,5,403,14.7,396.9,26.42,15.6
2.77974,0,19.58,0,0.871,4.903,97.8,1.3459,5,403,14.7,396.9,29.29,11.8
2.37934,0,19.58,0,0.871,6.13,100,1.4191,5,403,14.7,172.91,27.8,13.8
2.15505,0,19.58,0,0.871,5.628,100,1.5166,5,403,14.7,169.27,16.65,15.6
2.36862,0,19.58,0,0.871,4.926,95.7,1.4608,5,403,14.7,391.71,29.53,14.6
2.33099,0,19.58,0,0.871,5.186,93.8,1.5296,5,403,14.7,356.99,28.32,17.8
2.73397,0,19.58,0,0.871,5.597,94.9,1.5257,5,403,14.7,351.85,21.45,15.4
1.6566,0,19.58,0,0.871,6.122,97.3,1.618,5,403,14.7,372.8,14.1,21.5
1.49632,0,19.58,0,0.871,5.404,100,1.5916,5,403,14.7,341.6,13.28,19.6
1.12658,0,19.58,1,0.871,5.012,88,1.6102,5,403,14.7,343.28,12.12,15.3
2.14918,0,19.58,0,0.871,5.709,98.5,1.6232,5,403,14.7,261.95,15.79,19.4
1.41385,0,19.58,1,0.871,6.129,96,1.7494,5,403,14.7,321.02,15.12,17
3.53501,0,19.58,1,0.871,6.152,82.6,1.7455,5,403,14.7,88.01,15.02,15.6
2.44668,0,19.58,0,0.871,5.272,94,1.7364,5,403,14.7,88.63,16.14,13.1
1.22358,0,19.58,0,0.605,6.943,97.4,1.8773,5,403,14.7,363.43,4.59,41.3
1.34284,0,19.58,0,0.605,6.066,100,1.7573,5,403,14.7,353.89,6.43,24.3
1.42502,0,19.58,0,0.871,6.51,100,1.7659,5,403,14.7,364.31,7.39,23.3
1.27346,0,19.58,1,0.605,6.25,92.6,1.7984,5,403,14.7,338.92,5.5,27
1.46336,0,19.58,0,0.605,7.489,90.8,1.9709,5,403,14.7,374.43,1.73,50
1.83377,0,19.58,1,0.605,7.802,98.2,2.0407,5,403,14.7,389.61,1.92,50
1.51902,0,19.58,1,0.605,8.375,93.9,2.162,5,403,14.7,388.45,3.32,50
2.24236,0,19.58,0,0.605,5.854,91.8,2.422,5,403,14.7,395.11,11.64,22.7
2.924,0,19.58,0,0.605,6.101,93,2.2834,5,403,14.7,240.16,9.81,25
2.01019,0,19.58,0,0.605,7.929,96.2,2.0459,5,403,14.7,369.3,3.7,50
1.80028,0,19.58,0,0.605,5.877,79.2,2.4259,5,403,14.7,227.61,12.14,23.8
2.3004,0,19.58,0,0.605,6.319,96.1,2.1,5,403,14.7,297.09,11.1,23.8
2.44953,0,19.58,0,0.605,6.402,95.2,2.2625,5,403,14.7,330.04,11.32,22.3
1.20742,0,19.58,0,0.605,5.875,94.6,2.4259,5,403,14.7,292.29,14.43,17.4
2.3139,0,19.58,0,0.605,5.88,97.3,2.3887,5,403,14.7,348.13,12.03,19.1
0.13914,0,4.05,0,0.51,5.572,88.5,2.5961,5,296,16.6,396.9,14.69,23.1
0.09178,0,4.05,0,0.51,6.416,84.1,2.6463,5,296,16.6,395.5,9.04,23.6
0.08447,0,4.05,0,0.51,5.859,68.7,2.7019,5,296,16.6,393.23,9.64,22.6
0.06664,0,4.05,0,0.51,6.546,33.1,3.1323,5,296,16.6,390.96,5.33,29.4
0.07022,0,4.05,0,0.51,6.02,47.2,3.5549,5,296,16.6,393.23,10.11,23.2
0.05425,0,4.05,0,0.51,6.315,73.4,3.3175,5,296,16.6,395.6,6.29,24.6
0.06642,0,4.05,0,0.51,6.86,74.4,2.9153,5,296,16.6,391.27,6.92,29.9
0.0578,0,2.46,0,0.488,6.98,58.4,2.829,3,193,17.8,396.9,5.04,37.2
0.06588,0,2.46,0,0.488,7.765,83.3,2.741,3,193,17.8,395.56,7.56,39.8
0.06888,0,2.46,0,0.488,6.144,62.2,2.5979,3,193,17.8,396.9,9.45,36.2
0.09103,0,2.46,0,0.488,7.155,92.2,2.7006,3,193,17.8,394.12,4.82,37.9
0.10008,0,2.46,0,0.488,6.563,95.6,2.847,3,193,17.8,396.9,5.68,32.5
0.08308,0,2.46,0,0.488,5.604,89.8,2.9879,3,193,17.8,391,13.98,26.4
0.06047,0,2.46,0,0.488,6.153,68.8,3.2797,3,193,17.8,387.11,13.15,29.6
0.05602,0,2.46,0,0.488,7.831,53.6,3.1992,3,193,17.8,392.63,4.45,50
0.07875,45,3.44,0,0.437,6.782,41.1,3.7886,5,398,15.2,393.87,6.68,32
0.12579,45,3.44,0,0.437,6.556,29.1,4.5667,5,398,15.2,382.84,4.56,29.8
0.0837,45,3.44,0,0.437,7.185,38.9,4.5667,5,398,15.2,396.9,5.39,34.9
0.09068,45,3.44,0,0.437,6.951,21.5,6.4798,5,398,15.2,377.68,5.1,37
0.06911,45,3.44,0,0.437,6.739,30.8,6.4798,5,398,15.2,389.71,4.69,30.5
0.08664,45,3.44,0,0.437,7.178,26.3,6.4798,5,398,15.2,390.49,2.87,36.4
0.02187,60,2.93,0,0.401,6.8,9.9,6.2196,1,265,15.6,393.37,5.03,31.1
0.01439,60,2.93,0,0.401,6.604,18.8,6.2196,1,265,15.6,376.7,4.38,29.1
0.01381,80,0.46,0,0.422,7.875,32,5.6484,4,255,14.4,394.23,2.97,50
0.04011,80,1.52,0,0.404,7.287,34.1,7.309,2,329,12.6,396.9,4.08,33.3
0.04666,80,1.52,0,0.404,7.107,36.6,7.309,2,329,12.6,354.31,8.61,30.3
0.03768,80,1.52,0,0.404,7.274,38.3,7.309,2,329,12.6,392.2,6.62,34.6
0.0315,95,1.47,0,0.403,6.975,15.3,7.6534,3,402,17,396.9,4.56,34.9
0.01778,95,1.47,0,0.403,7.135,13.9,7.6534,3,402,17,384.3,4.45,32.9
0.03445,82.5,2.03,0,0.415,6.162,38.4,6.27,2,348,14.7,393.77,7.43,24.1
0.02177,82.5,2.03,0,0.415,7.61,15.7,6.27,2,348,14.7,395.38,3.11,42.3
0.0351,95,2.68,0,0.4161,7.853,33.2,5.118,4,224,14.7,392.78,3.81,48.5
0.02009,95,2.68,0,0.4161,8.034,31.9,5.118,4,224,14.7,390.55,2.88,50
0.13642,0,10.59,0,0.489,5.891,22.3,3.9454,4,277,18.6,396.9,10.87,22.6
0.22969,0,10.59,0,0.489,6.326,52.5,4.3549,4,277,18.6,394.87,10.97,24.4
0.25199,0,10.59,0,0.489,5.783,72.7,4.3549,4,277,18.6,389.43,18.06,22.5
0.13587,0,10.59,1,0.489,6.064,59.1,4.2392,4,277,18.6,381.32,14.66,24.4
0.43571,0,10.59,1,0.489,5.344,100,3.875,4,277,18.6,396.9,23.09,20
0.17446,0,10.59,1,0.489,5.96,92.1,3.8771,4,277,18.6,393.25,17.27,21.7
0.37578,0,10.59,1,0.489,5.404,88.6,3.665,4,277,18.6,395.24,23.98,19.3
0.21719,0,10.59,1,0.489,5.807,53.8,3.6526,4,277,18.6,390.94,16.03,22.4
0.14052,0,10.59,0,0.489,6.375,32.3,3.9454,4,277,18.6,385.81,9.38,28.1
0.28955,0,10.59,0,0.489,5.412,9.8,3.5875,4,277,18.6,348.93,29.55,23.7
0.19802,0,10.59,0,0.489,6.182,42.4,3.9454,4,277,18.6,393.63,9.47,25
0.0456,0,13.89,1,0.55,5.888,56,3.1121,5,276,16.4,392.8,13.51,23.3
0.07013,0,13.89,0,0.55,6.642,85.1,3.4211,5,276,16.4,392.78,9.69,28.7
0.11069,0,13.89,1,0.55,5.951,93.8,2.8893,5,276,16.4,396.9,17.92,21.5
0.11425,0,13.89,1,0.55,6.373,92.4,3.3633,5,276,16.4,393.74,10.5,23
0.35809,0,6.2,1,0.507,6.951,88.5,2.8617,8,307,17.4,391.7,9.71,26.7
0.40771,0,6.2,1,0.507,6.164,91.3,3.048,8,307,17.4,395.24,21.46,21.7
0.62356,0,6.2,1,0.507,6.879,77.7,3.2721,8,307,17.4,390.39,9.93,27.5
0.6147,0,6.2,0,0.507,6.618,80.8,3.2721,8,307,17.4,396.9,7.6,30.1
0.31533,0,6.2,0,0.504,8.266,78.3,2.8944,8,307,17.4,385.05,4.14,44.8
0.52693,0,6.2,0,0.504,8.725,83,2.8944,8,307,17.4,382,4.63,50
0.38214,0,6.2,0,0.504,8.04,86.5,3.2157,8,307,17.4,387.38,3.13,37.6
0.41238,0,6.2,0,0.504,7.163,79.9,3.2157,8,307,17.4,372.08,6.36,31.6
0.29819,0,6.2,0,0.504,7.686,17,3.3751,8,307,17.4,377.51,3.92,46.7
0.44178,0,6.2,0,0.504,6.552,21.4,3.3751,8,307,17.4,380.34,3.76,31.5
0.537,0,6.2,0,0.504,5.981,68.1,3.6715,8,307,17.4,378.35,11.65,24.3
0.46296,0,6.2,0,0.504,7.412,76.9,3.6715,8,307,17.4,376.14,5.25,31.7
0.57529,0,6.2,0,0.507,8.337,73.3,3.8384,8,307,17.4,385.91,2.47,41.7
0.33147,0,6.2,0,0.507,8.247,70.4,3.6519,8,307,17.4,378.95,3.95,48.3
0.44791,0,6.2,1,0.507,6.726,66.5,3.6519,8,307,17.4,360.2,8.05,29
0.33045,0,6.2,0,0.507,6.086,61.5,3.6519,8,307,17.4,376.75,10.88,24
0.52058,0,6.2,1,0.507,6.631,76.5,4.148,8,307,17.4,388.45,9.54,25.1
0.51183,0,6.2,0,0.507,7.358,71.6,4.148,8,307,17.4,390.07,4.73,31.5
0.08244,30,4.93,0,0.428,6.481,18.5,6.1899,6,300,16.6,379.41,6.36,23.7
0.09252,30,4.93,0,0.428,6.606,42.2,6.1899,6,300,16.6,383.78,7.37,23.3
0.11329,30,4.93,0,0.428,6.897,54.3,6.3361,6,300,16.6,391.25,11.38,22
0.10612,30,4.93,0,0.428,6.095,65.1,6.3361,6,300,16.6,394.62,12.4,20.1
0.1029,30,4.93,0,0.428,6.358,52.9,7.0355,6,300,16.6,372.75,11.22,22.2
0.12757,30,4.93,0,0.428,6.393,7.8,7.0355,6,300,16.6,374.71,5.19,23.7
0.20608,22,5.86,0,0.431,5.593,76.5,7.9549,7,330,19.1,372.49,12.5,17.6
0.19133,22,5.86,0,0.431,5.605,70.2,7.9549,7,330,19.1,389.13,18.46,18.5
0.33983,22,5.86,0,0.431,6.108,34.9,8.0555,7,330,19.1,390.18,9.16,24.3
0.19657,22,5.86,0,0.431,6.226,79.2,8.0555,7,330,19.1,376.14,10.15,20.5
0.16439,22,5.86,0,0.431,6.433,49.1,7.8265,7,330,19.1,374.71,9.52,24.5
0.19073,22,5.86,0,0.431,6.718,17.5,7.8265,7,330,19.1,393.74,6.56,26.2
0.1403,22,5.86,0,0.431,6.487,13,7.3967,7,330,19.1,396.28,5.9,24.4
0.21409,22,5.86,0,0.431,6.438,8.9,7.3967,7,330,19.1,377.07,3.59,24.8
0.08221,22,5.86,0,0.431,6.957,6.8,8.9067,7,330,19.1,386.09,3.53,29.6
0.36894,22,5.86,0,0.431,8.259,8.4,8.9067,7,330,19.1,396.9,3.54,42.8
0.04819,80,3.64,0,0.392,6.108,32,9.2203,1,315,16.4,392.89,6.57,21.9
0.03548,80,3.64,0,0.392,5.876,19.1,9.2203,1,315,16.4,395.18,9.25,20.9
0.01538,90,3.75,0,0.394,7.454,34.2,6.3361,3,244,15.9,386.34,3.11,44
0.61154,20,3.97,0,0.647,8.704,86.9,1.801,5,264,13,389.7,5.12,50
0.66351,20,3.97,0,0.647,7.333,100,1.8946,5,264,13,383.29,7.79,36
0.65665,20,3.97,0,0.647,6.842,100,2.0107,5,264,13,391.93,6.9,30.1
0.54011,20,3.97,0,0.647,7.203,81.8,2.1121,5,264,13,392.8,9.59,33.8
0.53412,20,3.97,0,0.647,7.52,89.4,2.1398,5,264,13,388.37,7.26,43.1
0.52014,20,3.97,0,0.647,8.398,91.5,2.2885,5,264,13,386.86,5.91,48.8
0.82526,20,3.97,0,0.647,7.327,94.5,2.0788,5,264,13,393.42,11.25,31
0.55007,20,3.97,0,0.647,7.206,91.6,1.9301,5,264,13,387.89,8.1,36.5
0.76162,20,3.97,0,0.647,5.56,62.8,1.9865,5,264,13,392.4,10.45,22.8
0.7857,20,3.97,0,0.647,7.014,84.6,2.1329,5,264,13,384.07,14.79,30.7
0.57834,20,3.97,0,0.575,8.297,67,2.4216,5,264,13,384.54,7.44,50
0.5405,20,3.97,0,0.575,7.47,52.6,2.872,5,264,13,390.3,3.16,43.5
0.09065,20,6.96,1,0.464,5.92,61.5,3.9175,3,223,18.6,391.34,13.65,20.7
0.29916,20,6.96,0,0.464,5.856,42.1,4.429,3,223,18.6,388.65,13,21.1
0.16211,20,6.96,0,0.464,6.24,16.3,4.429,3,223,18.6,396.9,6.59,25.2
0.1146,20,6.96,0,0.464,6.538,58.7,3.9175,3,223,18.6,394.96,7.73,24.4
0.22188,20,6.96,1,0.464,7.691,51.8,4.3665,3,223,18.6,390.77,6.58,35.2
0.05644,40,6.41,1,0.447,6.758,32.9,4.0776,4,254,17.6,396.9,3.53,32.4
0.09604,40,6.41,0,0.447,6.854,42.8,4.2673,4,254,17.6,396.9,2.98,32
0.10469,40,6.41,1,0.447,7.267,49,4.7872,4,254,17.6,389.25,6.05,33.2
0.06127,40,6.41,1,0.447,6.826,27.6,4.8628,4,254,17.6,393.45,4.16,33.1
0.07978,40,6.41,0,0.447,6.482,32.1,4.1403,4,254,17.6,396.9,7.19,29.1
0.21038,20,3.33,0,0.4429,6.812,32.2,4.1007,5,216,14.9,396.9,4.85,35.1
0.03578,20,3.33,0,0.4429,7.82,64.5,4.6947,5,216,14.9,387.31,3.76,45.4
0.03705,20,3.33,0,0.4429,6.968,37.2,5.2447,5,216,14.9,392.23,4.59,35.4
0.06129,20,3.33,1,0.4429,7.645,49.7,5.2119,5,216,14.9,377.07,3.01,46
0.01501,90,1.21,1,0.401,7.923,24.8,5.885,1,198,13.6,395.52,3.16,50
0.00906,90,2.97,0,0.4,7.088,20.8,7.3073,1,285,15.3,394.72,7.85,32.2
0.01096,55,2.25,0,0.389,6.453,31.9,7.3073,1,300,15.3,394.72,8.23,22
0.01965,80,1.76,0,0.385,6.23,31.5,9.0892,1,241,18.2,341.6,12.93,20.1
0.03871,52.5,5.32,0,0.405,6.209,31.3,7.3172,6,293,16.6,396.9,7.14,23.2
0.0459,52.5,5.32,0,0.405,6.315,45.6,7.3172,6,293,16.6,396.9,7.6,22.3
0.04297,52.5,5.32,0,0.405,6.565,22.9,7.3172,6,293,16.6,371.72,9.51,24.8
0.03502,80,4.95,0,0.411,6.861,27.9,5.1167,4,245,19.2,396.9,3.33,28.5
0.07886,80,4.95,0,0.411,7.148,27.7,5.1167,4,245,19.2,396.9,3.56,37.3
0.03615,80,4.95,0,0.411,6.63,23.4,5.1167,4,245,19.2,396.9,4.7,27.9
0.08265,0,13.92,0,0.437,6.127,18.4,5.5027,4,289,16,396.9,8.58,23.9
0.08199,0,13.92,0,0.437,6.009,42.3,5.5027,4,289,16,396.9,10.4,21.7
0.12932,0,13.92,0,0.437,6.678,31.1,5.9604,4,289,16,396.9,6.27,28.6
0.05372,0,13.92,0,0.437,6.549,51,5.9604,4,289,16,392.85,7.39,27.1
0.14103,0,13.92,0,0.437,5.79,58,6.32,4,289,16,396.9,15.84,20.3
0.06466,70,2.24,0,0.4,6.345,20.1,7.8278,5,358,14.8,368.24,4.97,22.5
0.05561,70,2.24,0,0.4,7.041,10,7.8278,5,358,14.8,371.58,4.74,29
0.04417,70,2.24,0,0.4,6.871,47.4,7.8278,5,358,14.8,390.86,6.07,24.8
0.03537,34,6.09,0,0.433,6.59,40.4,5.4917,7,329,16.1,395.75,9.5,22
0.09266,34,6.09,0,0.433,6.495,18.4,5.4917,7,329,16.1,383.61,8.67,26.4
0.1,34,6.09,0,0.433,6.982,17.7,5.4917,7,329,16.1,390.43,4.86,33.1
0.05515,33,2.18,0,0.472,7.236,41.1,4.022,7,222,18.4,393.68,6.93,36.1
0.05479,33,2.18,0,0.472,6.616,58.1,3.37,7,222,18.4,393.36,8.93,28.4
0.07503,33,2.18,0,0.472,7.42,71.9,3.0992,7,222,18.4,396.9,6.47,33.4
0.04932,33,2.18,0,0.472,6.849,70.3,3.1827,7,222,18.4,396.9,7.53,28.2
0.49298,0,9.9,0,0.544,6.635,82.5,3.3175,4,304,18.4,396.9,4.54,22.8
0.3494,0,9.9,0,0.544,5.972,76.7,3.1025,4,304,18.4,396.24,9.97,20.3
2.63548,0,9.9,0,0.544,4.973,37.8,2.5194,4,304,18.4,350.45,12.64,16.1
0.79041,0,9.9,0,0.544,6.122,52.8,2.6403,4,304,18.4,396.9,5.98,22.1
0.26169,0,9.9,0,0.544,6.023,90.4,2.834,4,304,18.4,396.3,11.72,19.4
0.26938,0,9.9,0,0.544,6.266,82.8,3.2628,4,304,18.4,393.39,7.9,21.6
0.3692,0,9.9,0,0.544,6.567,87.3,3.6023,4,304,18.4,395.69,9.28,23.8
0.25356,0,9.9,0,0.544,5.705,77.7,3.945,4,304,18.4,396.42,11.5,16.2
0.31827,0,9.9,0,0.544,5.914,83.2,3.9986,4,304,18.4,390.7,18.33,17.8
0.24522,0,9.9,0,0.544,5.782,71.7,4.0317,4,304,18.4,396.9,15.94,19.8
0.40202,0,9.9,0,0.544,6.382,67.2,3.5325,4,304,18.4,395.21,10.36,23.1
0.47547,0,9.9,0,0.544,6.113,58.8,4.0019,4,304,18.4,396.23,12.73,21
0.1676,0,7.38,0,0.493,6.426,52.3,4.5404,5,287,19.6,396.9,7.2,23.8
0.18159,0,7.38,0,0.493,6.376,54.3,4.5404,5,287,19.6,396.9,6.87,23.1
0.35114,0,7.38,0,0.493,6.041,49.9,4.7211,5,287,19.6,396.9,7.7,20.4
0.28392,0,7.38,0,0.493,5.708,74.3,4.7211,5,287,19.6,391.13,11.74,18.5
0.34109,0,7.38,0,0.493,6.415,40.1,4.7211,5,287,19.6,396.9,6.12,25
0.19186,0,7.38,0,0.493,6.431,14.7,5.4159,5,287,19.6,393.68,5.08,24.6
0.30347,0,7.38,0,0.493,6.312,28.9,5.4159,5,287,19.6,396.9,6.15,23
0.24103,0,7.38,0,0.493,6.083,43.7,5.4159,5,287,19.6,396.9,12.79,22.2
0.06617,0,3.24,0,0.46,5.868,25.8,5.2146,4,430,16.9,382.44,9.97,19.3
0.06724,0,3.24,0,0.46,6.333,17.2,5.2146,4,430,16.9,375.21,7.34,22.6
0.04544,0,3.24,0,0.46,6.144,32.2,5.8736,4,430,16.9,368.57,9.09,19.8
0.05023,35,6.06,0,0.4379,5.706,28.4,6.6407,1,304,16.9,394.02,12.43,17.1
0.03466,35,6.06,0,0.4379,6.031,23.3,6.6407,1,304,16.9,362.25,7.83,19.4
0.05083,0,5.19,0,0.515,6.316,38.1,6.4584,5,224,20.2,389.71,5.68,22.2
0.03738,0,5.19,0,0.515,6.31,38.5,6.4584,5,224,20.2,389.4,6.75,20.7
0.03961,0,5.19,0,0.515,6.037,34.5,5.9853,5,224,20.2,396.9,8.01,21.1
0.03427,0,5.19,0,0.515,5.869,46.3,5.2311,5,224,20.2,396.9,9.8,19.5
0.03041,0,5.19,0,0.515,5.895,59.6,5.615,5,224,20.2,394.81,10.56,18.5
0.03306,0,5.19,0,0.515,6.059,37.3,4.8122,5,224,20.2,396.14,8.51,20.6
0.05497,0,5.19,0,0.515,5.985,45.4,4.8122,5,224,20.2,396.9,9.74,19
0.06151,0,5.19,0,0.515,5.968,58.5,4.8122,5,224,20.2,396.9,9.29,18.7
0.01301,35,1.52,0,0.442,7.241,49.3,7.0379,1,284,15.5,394.74,5.49,32.7
0.02498,0,1.89,0,0.518,6.54,59.7,6.2669,1,422,15.9,389.96,8.65,16.5
0.02543,55,3.78,0,0.484,6.696,56.4,5.7321,5,370,17.6,396.9,7.18,23.9
0.03049,55,3.78,0,0.484,6.874,28.1,6.4654,5,370,17.6,387.97,4.61,31.2
0.03113,0,4.39,0,0.442,6.014,48.5,8.0136,3,352,18.8,385.64,10.53,17.5
0.06162,0,4.39,0,0.442,5.898,52.3,8.0136,3,352,18.8,364.61,12.67,17.2
0.0187,85,4.15,0,0.429,6.516,27.7,8.5353,4,351,17.9,392.43,6.36,23.1
0.01501,80,2.01,0,0.435,6.635,29.7,8.344,4,280,17,390.94,5.99,24.5
0.02899,40,1.25,0,0.429,6.939,34.5,8.7921,1,335,19.7,389.85,5.89,26.6
0.06211,40,1.25,0,0.429,6.49,44.4,8.7921,1,335,19.7,396.9,5.98,22.9
0.0795,60,1.69,0,0.411,6.579,35.9,10.7103,4,411,18.3,370.78,5.49,24.1
0.07244,60,1.69,0,0.411,5.884,18.5,10.7103,4,411,18.3,392.33,7.79,18.6
0.01709,90,2.02,0,0.41,6.728,36.1,12.1265,5,187,17,384.46,4.5,30.1
0.04301,80,1.91,0,0.413,5.663,21.9,10.5857,4,334,22,382.8,8.05,18.2
0.10659,80,1.91,0,0.413,5.936,19.5,10.5857,4,334,22,376.04,5.57,20.6
8.98296,0,18.1,1,0.77,6.212,97.4,2.1222,24,666,20.2,377.73,17.6,17.8
3.8497,0,18.1,1,0.77,6.395,91,2.5052,24,666,20.2,391.34,13.27,21.7
5.20177,0,18.1,1,0.77,6.127,83.4,2.7227,24,666,20.2,395.43,11.48,22.7
4.26131,0,18.1,0,0.77,6.112,81.3,2.5091,24,666,20.2,390.74,12.67,22.6
4.54192,0,18.1,0,0.77,6.398,88,2.5182,24,666,20.2,374.56,7.79,25
3.83684,0,18.1,0,0.77,6.251,91.1,2.2955,24,666,20.2,350.65,14.19,19.9
3.67822,0,18.1,0,0.77,5.362,96.2,2.1036,24,666,20.2,380.79,10.19,20.8
4.22239,0,18.1,1,0.77,5.803,89,1.9047,24,666,20.2,353.04,14.64,16.8
3.47428,0,18.1,1,0.718,8.78,82.9,1.9047,24,666,20.2,354.55,5.29,21.9
4.55587,0,18.1,0,0.718,3.561,87.9,1.6132,24,666,20.2,354.7,7.12,27.5
3.69695,0,18.1,0,0.718,4.963,91.4,1.7523,24,666,20.2,316.03,14,21.9
13.5222,0,18.1,0,0.631,3.863,100,1.5106,24,666,20.2,131.42,13.33,23.1
4.89822,0,18.1,0,0.631,4.97,100,1.3325,24,666,20.2,375.52,3.26,50
5.66998,0,18.1,1,0.631,6.683,96.8,1.3567,24,666,20.2,375.33,3.73,50
6.53876,0,18.1,1,0.631,7.016,97.5,1.2024,24,666,20.2,392.05,2.96,50
9.2323,0,18.1,0,0.631,6.216,100,1.1691,24,666,20.2,366.15,9.53,50
8.26725,0,18.1,1,0.668,5.875,89.6,1.1296,24,666,20.2,347.88,8.88,50
11.1081,0,18.1,0,0.668,4.906,100,1.1742,24,666,20.2,396.9,34.77,13.8
18.4982,0,18.1,0,0.668,4.138,100,1.137,24,666,20.2,396.9,37.97,13.8
19.6091,0,18.1,0,0.671,7.313,97.9,1.3163,24,666,20.2,396.9,13.44,15
15.288,0,18.1,0,0.671,6.649,93.3,1.3449,24,666,20.2,363.02,23.24,13.9
9.82349,0,18.1,0,0.671,6.794,98.8,1.358,24,666,20.2,396.9,21.24,13.3
23.6482,0,18.1,0,0.671,6.38,96.2,1.3861,24,666,20.2,396.9,23.69,13.1
17.8667,0,18.1,0,0.671,6.223,100,1.3861,24,666,20.2,393.74,21.78,10.2
88.9762,0,18.1,0,0.671,6.968,91.9,1.4165,24,666,20.2,396.9,17.21,10.4
15.8744,0,18.1,0,0.671,6.545,99.1,1.5192,24,666,20.2,396.9,21.08,10.9
9.18702,0,18.1,0,0.7,5.536,100,1.5804,24,666,20.2,396.9,23.6,11.3
7.99248,0,18.1,0,0.7,5.52,100,1.5331,24,666,20.2,396.9,24.56,12.3
20.0849,0,18.1,0,0.7,4.368,91.2,1.4395,24,666,20.2,285.83,30.63,8.8
16.8118,0,18.1,0,0.7,5.277,98.1,1.4261,24,666,20.2,396.9,30.81,7.2
24.3938,0,18.1,0,0.7,4.652,100,1.4672,24,666,20.2,396.9,28.28,10.5
22.5971,0,18.1,0,0.7,5,89.5,1.5184,24,666,20.2,396.9,31.99,7.4
14.3337,0,18.1,0,0.7,4.88,100,1.5895,24,666,20.2,372.92,30.62,10.2
8.15174,0,18.1,0,0.7,5.39,98.9,1.7281,24,666,20.2,396.9,20.85,11.5
6.96215,0,18.1,0,0.7,5.713,97,1.9265,24,666,20.2,394.43,17.11,15.1
5.29305,0,18.1,0,0.7,6.051,82.5,2.1678,24,666,20.2,378.38,18.76,23.2
11.5779,0,18.1,0,0.7,5.036,97,1.77,24,666,20.2,396.9,25.68,9.7
8.64476,0,18.1,0,0.693,6.193,92.6,1.7912,24,666,20.2,396.9,15.17,13.8
13.3598,0,18.1,0,0.693,5.887,94.7,1.7821,24,666,20.2,396.9,16.35,12.7
8.71675,0,18.1,0,0.693,6.471,98.8,1.7257,24,666,20.2,391.98,17.12,13.1
5.87205,0,18.1,0,0.693,6.405,96,1.6768,24,666,20.2,396.9,19.37,12.5
7.67202,0,18.1,0,0.693,5.747,98.9,1.6334,24,666,20.2,393.1,19.92,8.5
38.3518,0,18.1,0,0.693,5.453,100,1.4896,24,666,20.2,396.9,30.59,5
9.91655,0,18.1,0,0.693,5.852,77.8,1.5004,24,666,20.2,338.16,29.97,6.3
25.0461,0,18.1,0,0.693,5.987,100,1.5888,24,666,20.2,396.9,26.77,5.6
14.2362,0,18.1,0,0.693,6.343,100,1.5741,24,666,20.2,396.9,20.32,7.2
9.59571,0,18.1,0,0.693,6.404,100,1.639,24,666,20.2,376.11,20.31,12.1
24.8017,0,18.1,0,0.693,5.349,96,1.7028,24,666,20.2,396.9,19.77,8.3
41.5292,0,18.1,0,0.693,5.531,85.4,1.6074,24,666,20.2,329.46,27.38,8.5
67.9208,0,18.1,0,0.693,5.683,100,1.4254,24,666,20.2,384.97,22.98,5
20.7162,0,18.1,0,0.659,4.138,100,1.1781,24,666,20.2,370.22,23.34,11.9
11.9511,0,18.1,0,0.659,5.608,100,1.2852,24,666,20.2,332.09,12.13,27.9
7.40389,0,18.1,0,0.597,5.617,97.9,1.4547,24,666,20.2,314.64,26.4,17.2
14.4383,0,18.1,0,0.597,6.852,100,1.4655,24,666,20.2,179.36,19.78,27.5
51.1358,0,18.1,0,0.597,5.757,100,1.413,24,666,20.2,2.6,10.11,15
14.0507,0,18.1,0,0.597,6.657,100,1.5275,24,666,20.2,35.05,21.22,17.2
18.811,0,18.1,0,0.597,4.628,100,1.5539,24,666,20.2,28.79,34.37,17.9
28.6558,0,18.1,0,0.597,5.155,100,1.5894,24,666,20.2,210.97,20.08,16.3
45.7461,0,18.1,0,0.693,4.519,100,1.6582,24,666,20.2,88.27,36.98,7
18.0846,0,18.1,0,0.679,6.434,100,1.8347,24,666,20.2,27.25,29.05,7.2
10.8342,0,18.1,0,0.679,6.782,90.8,1.8195,24,666,20.2,21.57,25.79,7.5
25.9406,0,18.1,0,0.679,5.304,89.1,1.6475,24,666,20.2,127.36,26.64,10.4
73.5341,0,18.1,0,0.679,5.957,100,1.8026,24,666,20.2,16.45,20.62,8.8
11.8123,0,18.1,0,0.718,6.824,76.5,1.794,24,666,20.2,48.45,22.74,8.4
11.0874,0,18.1,0,0.718,6.411,100,1.8589,24,666,20.2,318.75,15.02,16.7
7.02259,0,18.1,0,0.718,6.006,95.3,1.8746,24,666,20.2,319.98,15.7,14.2
12.0482,0,18.1,0,0.614,5.648,87.6,1.9512,24,666,20.2,291.55,14.1,20.8
7.05042,0,18.1,0,0.614,6.103,85.1,2.0218,24,666,20.2,2.52,23.29,13.4
8.79212,0,18.1,0,0.584,5.565,70.6,2.0635,24,666,20.2,3.65,17.16,11.7
15.8603,0,18.1,0,0.679,5.896,95.4,1.9096,24,666,20.2,7.68,24.39,8.3
12.2472,0,18.1,0,0.584,5.837,59.7,1.9976,24,666,20.2,24.65,15.69,10.2
37.6619,0,18.1,0,0.679,6.202,78.7,1.8629,24,666,20.2,18.82,14.52,10.9
7.36711,0,18.1,0,0.679,6.193,78.1,1.9356,24,666,20.2,96.73,21.52,11
9.33889,0,18.1,0,0.679,6.38,95.6,1.9682,24,666,20.2,60.72,24.08,9.5
8.49213,0,18.1,0,0.584,6.348,86.1,2.0527,24,666,20.2,83.45,17.64,14.5
10.0623,0,18.1,0,0.584,6.833,94.3,2.0882,24,666,20.2,81.33,19.69,14.1
6.44405,0,18.1,0,0.584,6.425,74.8,2.2004,24,666,20.2,97.95,12.03,16.1
5.58107,0,18.1,0,0.713,6.436,87.9,2.3158,24,666,20.2,100.19,16.22,14.3
13.9134,0,18.1,0,0.713,6.208,95,2.2222,24,666,20.2,100.63,15.17,11.7
11.1604,0,18.1,0,0.74,6.629,94.6,2.1247,24,666,20.2,109.85,23.27,13.4
14.4208,0,18.1,0,0.74,6.461,93.3,2.0026,24,666,20.2,27.49,18.05,9.6
15.1772,0,18.1,0,0.74,6.152,100,1.9142,24,666,20.2,9.32,26.45,8.7
13.6781,0,18.1,0,0.74,5.935,87.9,1.8206,24,666,20.2,68.95,34.02,8.4
9.39063,0,18.1,0,0.74,5.627,93.9,1.8172,24,666,20.2,396.9,22.88,12.8
22.0511,0,18.1,0,0.74,5.818,92.4,1.8662,24,666,20.2,391.45,22.11,10.5
9.72418,0,18.1,0,0.74,6.406,97.2,2.0651,24,666,20.2,385.96,19.52,17.1
5.66637,0,18.1,0,0.74,6.219,100,2.0048,24,666,20.2,395.69,16.59,18.4
9.96654,0,18.1,0,0.74,6.485,100,1.9784,24,666,20.2,386.73,18.85,15.4
12.8023,0,18.1,0,0.74,5.854,96.6,1.8956,24,666,20.2,240.52,23.79,10.8
10.6718,0,18.1,0,0.74,6.459,94.8,1.9879,24,666,20.2,43.06,23.98,11.8
6.28807,0,18.1,0,0.74,6.341,96.4,2.072,24,666,20.2,318.01,17.79,14.9
9.92485,0,18.1,0,0.74,6.251,96.6,2.198,24,666,20.2,388.52,16.44,12.6
9.32909,0,18.1,0,0.713,6.185,98.7,2.2616,24,666,20.2,396.9,18.13,14.1
7.52601,0,18.1,0,0.713,6.417,98.3,2.185,24,666,20.2,304.21,19.31,13
6.71772,0,18.1,0,0.713,6.749,92.6,2.3236,24,666,20.2,0.32,17.44,13.4
5.44114,0,18.1,0,0.713,6.655,98.2,2.3552,24,666,20.2,355.29,17.73,15.2
5.09017,0,18.1,0,0.713,6.297,91.8,2.3682,24,666,20.2,385.09,17.27,16.1
8.24809,0,18.1,0,0.713,7.393,99.3,2.4527,24,666,20.2,375.87,16.74,17.8
9.51363,0,18.1,0,0.713,6.728,94.1,2.4961,24,666,20.2,6.68,18.71,14.9
4.75237,0,18.1,0,0.713,6.525,86.5,2.4358,24,666,20.2,50.92,18.13,14.1
4.66883,0,18.1,0,0.713,5.976,87.9,2.5806,24,666,20.2,10.48,19.01,12.7
8.20058,0,18.1,0,0.713,5.936,80.3,2.7792,24,666,20.2,3.5,16.94,13.5
7.75223,0,18.1,0,0.713,6.301,83.7,2.7831,24,666,20.2,272.21,16.23,14.9
6.80117,0,18.1,0,0.713,6.081,84.4,2.7175,24,666,20.2,396.9,14.7,20
4.81213,0,18.1,0,0.713,6.701,90,2.5975,24,666,20.2,255.23,16.42,16.4
3.69311,0,18.1,0,0.713,6.376,88.4,2.5671,24,666,20.2,391.43,14.65,17.7
6.65492,0,18.1,0,0.713,6.317,83,2.7344,24,666,20.2,396.9,13.99,19.5
5.82115,0,18.1,0,0.713,6.513,89.9,2.8016,24,666,20.2,393.82,10.29,20.2
7.83932,0,18.1,0,0.655,6.209,65.4,2.9634,24,666,20.2,396.9,13.22,21.4
3.1636,0,18.1,0,0.655,5.759,48.2,3.0665,24,666,20.2,334.4,14.13,19.9
3.77498,0,18.1,0,0.655,5.952,84.7,2.8715,24,666,20.2,22.01,17.15,19
4.42228,0,18.1,0,0.584,6.003,94.5,2.5403,24,666,20.2,331.29,21.32,19.1
15.5757,0,18.1,0,0.58,5.926,71,2.9084,24,666,20.2,368.74,18.13,19.1
13.0751,0,18.1,0,0.58,5.713,56.7,2.8237,24,666,20.2,396.9,14.76,20.1
4.34879,0,18.1,0,0.58,6.167,84,3.0334,24,666,20.2,396.9,16.29,19.9
4.03841,0,18.1,0,0.532,6.229,90.7,3.0993,24,666,20.2,395.33,12.87,19.6
3.56868,0,18.1,0,0.58,6.437,75,2.8965,24,666,20.2,393.37,14.36,23.2
4.64689,0,18.1,0,0.614,6.98,67.6,2.5329,24,666,20.2,374.68,11.66,29.8
8.05579,0,18.1,0,0.584,5.427,95.4,2.4298,24,666,20.2,352.58,18.14,13.8
6.39312,0,18.1,0,0.584,6.162,97.4,2.206,24,666,20.2,302.76,24.1,13.3
4.87141,0,18.1,0,0.614,6.484,93.6,2.3053,24,666,20.2,396.21,18.68,16.7
15.0234,0,18.1,0,0.614,5.304,97.3,2.1007,24,666,20.2,349.48,24.91,12
10.233,0,18.1,0,0.614,6.185,96.7,2.1705,24,666,20.2,379.7,18.03,14.6
14.3337,0,18.1,0,0.614,6.229,88,1.9512,24,666,20.2,383.32,13.11,21.4
5.82401,0,18.1,0,0.532,6.242,64.7,3.4242,24,666,20.2,396.9,10.74,23
5.70818,0,18.1,0,0.532,6.75,74.9,3.3317,24,666,20.2,393.07,7.74,23.7
5.73116,0,18.1,0,0.532,7.061,77,3.4106,24,666,20.2,395.28,7.01,25
2.81838,0,18.1,0,0.532,5.762,40.3,4.0983,24,666,20.2,392.92,10.42,21.8
2.37857,0,18.1,0,0.583,5.871,41.9,3.724,24,666,20.2,370.73,13.34,20.6
3.67367,0,18.1,0,0.583,6.312,51.9,3.9917,24,666,20.2,388.62,10.58,21.2
5.69175,0,18.1,0,0.583,6.114,79.8,3.5459,24,666,20.2,392.68,14.98,19.1
4.83567,0,18.1,0,0.583,5.905,53.2,3.1523,24,666,20.2,388.22,11.45,20.6
0.15086,0,27.74,0,0.609,5.454,92.7,1.8209,4,711,20.1,395.09,18.06,15.2
0.18337,0,27.74,0,0.609,5.414,98.3,1.7554,4,711,20.1,344.05,23.97,7
0.20746,0,27.74,0,0.609,5.093,98,1.8226,4,711,20.1,318.43,29.68,8.1
0.10574,0,27.74,0,0.609,5.983,98.8,1.8681,4,711,20.1,390.11,18.07,13.6
0.11132,0,27.74,0,0.609,5.983,83.5,2.1099,4,711,20.1,396.9,13.35,20.1
0.17331,0,9.69,0,0.585,5.707,54,2.3817,6,391,19.2,396.9,12.01,21.8
0.27957,0,9.69,0,0.585,5.926,42.6,2.3817,6,391,19.2,396.9,13.59,24.5
0.17899,0,9.69,0,0.585,5.67,28.8,2.7986,6,391,19.2,393.29,17.6,23.1
0.2896,0,9.69,0,0.585,5.39,72.9,2.7986,6,391,19.2,396.9,21.14,19.7
0.26838,0,9.69,0,0.585,5.794,70.6,2.8927,6,391,19.2,396.9,14.1,18.3
0.23912,0,9.69,0,0.585,6.019,65.3,2.4091,6,391,19.2,396.9,12.92,21.2
0.17783,0,9.69,0,0.585,5.569,73.5,2.3999,6,391,19.2,395.77,15.1,17.5
0.22438,0,9.69,0,0.585,6.027,79.7,2.4982,6,391,19.2,396.9,14.33,16.8
0.06263,0,11.93,0,0.573,6.593,69.1,2.4786,1,273,21,391.99,9.67,22.4
0.04527,0,11.93,0,0.573,6.12,76.7,2.2875,1,273,21,396.9,9.08,20.6
0.06076,0,11.93,0,0.573,6.976,91,2.1675,1,273,21,396.9,5.64,23.9
0.10959,0,11.93,0,0.573,6.794,89.3,2.3889,1,273,21,393.45,6.48,22
0.04741,0,11.93,0,0.573,6.03,80.8,2.505,1,273,21,396.9,7.88,11.9
1 506 13
2 CRIM ZN INDUS CHAS NOX RM AGE DIS RAD TAX PTRATIO B LSTAT MEDV
3 0.00632 18 2.31 0 0.538 6.575 65.2 4.09 1 296 15.3 396.9 4.98 24
4 0.02731 0 7.07 0 0.469 6.421 78.9 4.9671 2 242 17.8 396.9 9.14 21.6
5 0.02729 0 7.07 0 0.469 7.185 61.1 4.9671 2 242 17.8 392.83 4.03 34.7
6 0.03237 0 2.18 0 0.458 6.998 45.8 6.0622 3 222 18.7 394.63 2.94 33.4
7 0.06905 0 2.18 0 0.458 7.147 54.2 6.0622 3 222 18.7 396.9 5.33 36.2
8 0.02985 0 2.18 0 0.458 6.43 58.7 6.0622 3 222 18.7 394.12 5.21 28.7
9 0.08829 12.5 7.87 0 0.524 6.012 66.6 5.5605 5 311 15.2 395.6 12.43 22.9
10 0.14455 12.5 7.87 0 0.524 6.172 96.1 5.9505 5 311 15.2 396.9 19.15 27.1
11 0.21124 12.5 7.87 0 0.524 5.631 100 6.0821 5 311 15.2 386.63 29.93 16.5
12 0.17004 12.5 7.87 0 0.524 6.004 85.9 6.5921 5 311 15.2 386.71 17.1 18.9
13 0.22489 12.5 7.87 0 0.524 6.377 94.3 6.3467 5 311 15.2 392.52 20.45 15
14 0.11747 12.5 7.87 0 0.524 6.009 82.9 6.2267 5 311 15.2 396.9 13.27 18.9
15 0.09378 12.5 7.87 0 0.524 5.889 39 5.4509 5 311 15.2 390.5 15.71 21.7
16 0.62976 0 8.14 0 0.538 5.949 61.8 4.7075 4 307 21 396.9 8.26 20.4
17 0.63796 0 8.14 0 0.538 6.096 84.5 4.4619 4 307 21 380.02 10.26 18.2
18 0.62739 0 8.14 0 0.538 5.834 56.5 4.4986 4 307 21 395.62 8.47 19.9
19 1.05393 0 8.14 0 0.538 5.935 29.3 4.4986 4 307 21 386.85 6.58 23.1
20 0.7842 0 8.14 0 0.538 5.99 81.7 4.2579 4 307 21 386.75 14.67 17.5
21 0.80271 0 8.14 0 0.538 5.456 36.6 3.7965 4 307 21 288.99 11.69 20.2
22 0.7258 0 8.14 0 0.538 5.727 69.5 3.7965 4 307 21 390.95 11.28 18.2
23 1.25179 0 8.14 0 0.538 5.57 98.1 3.7979 4 307 21 376.57 21.02 13.6
24 0.85204 0 8.14 0 0.538 5.965 89.2 4.0123 4 307 21 392.53 13.83 19.6
25 1.23247 0 8.14 0 0.538 6.142 91.7 3.9769 4 307 21 396.9 18.72 15.2
26 0.98843 0 8.14 0 0.538 5.813 100 4.0952 4 307 21 394.54 19.88 14.5
27 0.75026 0 8.14 0 0.538 5.924 94.1 4.3996 4 307 21 394.33 16.3 15.6
28 0.84054 0 8.14 0 0.538 5.599 85.7 4.4546 4 307 21 303.42 16.51 13.9
29 0.67191 0 8.14 0 0.538 5.813 90.3 4.682 4 307 21 376.88 14.81 16.6
30 0.95577 0 8.14 0 0.538 6.047 88.8 4.4534 4 307 21 306.38 17.28 14.8
31 0.77299 0 8.14 0 0.538 6.495 94.4 4.4547 4 307 21 387.94 12.8 18.4
32 1.00245 0 8.14 0 0.538 6.674 87.3 4.239 4 307 21 380.23 11.98 21
33 1.13081 0 8.14 0 0.538 5.713 94.1 4.233 4 307 21 360.17 22.6 12.7
34 1.35472 0 8.14 0 0.538 6.072 100 4.175 4 307 21 376.73 13.04 14.5
35 1.38799 0 8.14 0 0.538 5.95 82 3.99 4 307 21 232.6 27.71 13.2
36 1.15172 0 8.14 0 0.538 5.701 95 3.7872 4 307 21 358.77 18.35 13.1
37 1.61282 0 8.14 0 0.538 6.096 96.9 3.7598 4 307 21 248.31 20.34 13.5
38 0.06417 0 5.96 0 0.499 5.933 68.2 3.3603 5 279 19.2 396.9 9.68 18.9
39 0.09744 0 5.96 0 0.499 5.841 61.4 3.3779 5 279 19.2 377.56 11.41 20
40 0.08014 0 5.96 0 0.499 5.85 41.5 3.9342 5 279 19.2 396.9 8.77 21
41 0.17505 0 5.96 0 0.499 5.966 30.2 3.8473 5 279 19.2 393.43 10.13 24.7
42 0.02763 75 2.95 0 0.428 6.595 21.8 5.4011 3 252 18.3 395.63 4.32 30.8
43 0.03359 75 2.95 0 0.428 7.024 15.8 5.4011 3 252 18.3 395.62 1.98 34.9
44 0.12744 0 6.91 0 0.448 6.77 2.9 5.7209 3 233 17.9 385.41 4.84 26.6
45 0.1415 0 6.91 0 0.448 6.169 6.6 5.7209 3 233 17.9 383.37 5.81 25.3
46 0.15936 0 6.91 0 0.448 6.211 6.5 5.7209 3 233 17.9 394.46 7.44 24.7
47 0.12269 0 6.91 0 0.448 6.069 40 5.7209 3 233 17.9 389.39 9.55 21.2
48 0.17142 0 6.91 0 0.448 5.682 33.8 5.1004 3 233 17.9 396.9 10.21 19.3
49 0.18836 0 6.91 0 0.448 5.786 33.3 5.1004 3 233 17.9 396.9 14.15 20
50 0.22927 0 6.91 0 0.448 6.03 85.5 5.6894 3 233 17.9 392.74 18.8 16.6
51 0.25387 0 6.91 0 0.448 5.399 95.3 5.87 3 233 17.9 396.9 30.81 14.4
52 0.21977 0 6.91 0 0.448 5.602 62 6.0877 3 233 17.9 396.9 16.2 19.4
53 0.08873 21 5.64 0 0.439 5.963 45.7 6.8147 4 243 16.8 395.56 13.45 19.7
54 0.04337 21 5.64 0 0.439 6.115 63 6.8147 4 243 16.8 393.97 9.43 20.5
55 0.0536 21 5.64 0 0.439 6.511 21.1 6.8147 4 243 16.8 396.9 5.28 25
56 0.04981 21 5.64 0 0.439 5.998 21.4 6.8147 4 243 16.8 396.9 8.43 23.4
57 0.0136 75 4 0 0.41 5.888 47.6 7.3197 3 469 21.1 396.9 14.8 18.9
58 0.01311 90 1.22 0 0.403 7.249 21.9 8.6966 5 226 17.9 395.93 4.81 35.4
59 0.02055 85 0.74 0 0.41 6.383 35.7 9.1876 2 313 17.3 396.9 5.77 24.7
60 0.01432 100 1.32 0 0.411 6.816 40.5 8.3248 5 256 15.1 392.9 3.95 31.6
61 0.15445 25 5.13 0 0.453 6.145 29.2 7.8148 8 284 19.7 390.68 6.86 23.3
62 0.10328 25 5.13 0 0.453 5.927 47.2 6.932 8 284 19.7 396.9 9.22 19.6
63 0.14932 25 5.13 0 0.453 5.741 66.2 7.2254 8 284 19.7 395.11 13.15 18.7
64 0.17171 25 5.13 0 0.453 5.966 93.4 6.8185 8 284 19.7 378.08 14.44 16
65 0.11027 25 5.13 0 0.453 6.456 67.8 7.2255 8 284 19.7 396.9 6.73 22.2
66 0.1265 25 5.13 0 0.453 6.762 43.4 7.9809 8 284 19.7 395.58 9.5 25
67 0.01951 17.5 1.38 0 0.4161 7.104 59.5 9.2229 3 216 18.6 393.24 8.05 33
68 0.03584 80 3.37 0 0.398 6.29 17.8 6.6115 4 337 16.1 396.9 4.67 23.5
69 0.04379 80 3.37 0 0.398 5.787 31.1 6.6115 4 337 16.1 396.9 10.24 19.4
70 0.05789 12.5 6.07 0 0.409 5.878 21.4 6.498 4 345 18.9 396.21 8.1 22
71 0.13554 12.5 6.07 0 0.409 5.594 36.8 6.498 4 345 18.9 396.9 13.09 17.4
72 0.12816 12.5 6.07 0 0.409 5.885 33 6.498 4 345 18.9 396.9 8.79 20.9
73 0.08826 0 10.81 0 0.413 6.417 6.6 5.2873 4 305 19.2 383.73 6.72 24.2
74 0.15876 0 10.81 0 0.413 5.961 17.5 5.2873 4 305 19.2 376.94 9.88 21.7
75 0.09164 0 10.81 0 0.413 6.065 7.8 5.2873 4 305 19.2 390.91 5.52 22.8
76 0.19539 0 10.81 0 0.413 6.245 6.2 5.2873 4 305 19.2 377.17 7.54 23.4
77 0.07896 0 12.83 0 0.437 6.273 6 4.2515 5 398 18.7 394.92 6.78 24.1
78 0.09512 0 12.83 0 0.437 6.286 45 4.5026 5 398 18.7 383.23 8.94 21.4
79 0.10153 0 12.83 0 0.437 6.279 74.5 4.0522 5 398 18.7 373.66 11.97 20
80 0.08707 0 12.83 0 0.437 6.14 45.8 4.0905 5 398 18.7 386.96 10.27 20.8
81 0.05646 0 12.83 0 0.437 6.232 53.7 5.0141 5 398 18.7 386.4 12.34 21.2
82 0.08387 0 12.83 0 0.437 5.874 36.6 4.5026 5 398 18.7 396.06 9.1 20.3
83 0.04113 25 4.86 0 0.426 6.727 33.5 5.4007 4 281 19 396.9 5.29 28
84 0.04462 25 4.86 0 0.426 6.619 70.4 5.4007 4 281 19 395.63 7.22 23.9
85 0.03659 25 4.86 0 0.426 6.302 32.2 5.4007 4 281 19 396.9 6.72 24.8
86 0.03551 25 4.86 0 0.426 6.167 46.7 5.4007 4 281 19 390.64 7.51 22.9
87 0.05059 0 4.49 0 0.449 6.389 48 4.7794 3 247 18.5 396.9 9.62 23.9
88 0.05735 0 4.49 0 0.449 6.63 56.1 4.4377 3 247 18.5 392.3 6.53 26.6
89 0.05188 0 4.49 0 0.449 6.015 45.1 4.4272 3 247 18.5 395.99 12.86 22.5
90 0.07151 0 4.49 0 0.449 6.121 56.8 3.7476 3 247 18.5 395.15 8.44 22.2
91 0.0566 0 3.41 0 0.489 7.007 86.3 3.4217 2 270 17.8 396.9 5.5 23.6
92 0.05302 0 3.41 0 0.489 7.079 63.1 3.4145 2 270 17.8 396.06 5.7 28.7
93 0.04684 0 3.41 0 0.489 6.417 66.1 3.0923 2 270 17.8 392.18 8.81 22.6
94 0.03932 0 3.41 0 0.489 6.405 73.9 3.0921 2 270 17.8 393.55 8.2 22
95 0.04203 28 15.04 0 0.464 6.442 53.6 3.6659 4 270 18.2 395.01 8.16 22.9
96 0.02875 28 15.04 0 0.464 6.211 28.9 3.6659 4 270 18.2 396.33 6.21 25
97 0.04294 28 15.04 0 0.464 6.249 77.3 3.615 4 270 18.2 396.9 10.59 20.6
98 0.12204 0 2.89 0 0.445 6.625 57.8 3.4952 2 276 18 357.98 6.65 28.4
99 0.11504 0 2.89 0 0.445 6.163 69.6 3.4952 2 276 18 391.83 11.34 21.4
100 0.12083 0 2.89 0 0.445 8.069 76 3.4952 2 276 18 396.9 4.21 38.7
101 0.08187 0 2.89 0 0.445 7.82 36.9 3.4952 2 276 18 393.53 3.57 43.8
102 0.0686 0 2.89 0 0.445 7.416 62.5 3.4952 2 276 18 396.9 6.19 33.2
103 0.14866 0 8.56 0 0.52 6.727 79.9 2.7778 5 384 20.9 394.76 9.42 27.5
104 0.11432 0 8.56 0 0.52 6.781 71.3 2.8561 5 384 20.9 395.58 7.67 26.5
105 0.22876 0 8.56 0 0.52 6.405 85.4 2.7147 5 384 20.9 70.8 10.63 18.6
106 0.21161 0 8.56 0 0.52 6.137 87.4 2.7147 5 384 20.9 394.47 13.44 19.3
107 0.1396 0 8.56 0 0.52 6.167 90 2.421 5 384 20.9 392.69 12.33 20.1
108 0.13262 0 8.56 0 0.52 5.851 96.7 2.1069 5 384 20.9 394.05 16.47 19.5
109 0.1712 0 8.56 0 0.52 5.836 91.9 2.211 5 384 20.9 395.67 18.66 19.5
110 0.13117 0 8.56 0 0.52 6.127 85.2 2.1224 5 384 20.9 387.69 14.09 20.4
111 0.12802 0 8.56 0 0.52 6.474 97.1 2.4329 5 384 20.9 395.24 12.27 19.8
112 0.26363 0 8.56 0 0.52 6.229 91.2 2.5451 5 384 20.9 391.23 15.55 19.4
113 0.10793 0 8.56 0 0.52 6.195 54.4 2.7778 5 384 20.9 393.49 13 21.7
114 0.10084 0 10.01 0 0.547 6.715 81.6 2.6775 6 432 17.8 395.59 10.16 22.8
115 0.12329 0 10.01 0 0.547 5.913 92.9 2.3534 6 432 17.8 394.95 16.21 18.8
116 0.22212 0 10.01 0 0.547 6.092 95.4 2.548 6 432 17.8 396.9 17.09 18.7
117 0.14231 0 10.01 0 0.547 6.254 84.2 2.2565 6 432 17.8 388.74 10.45 18.5
118 0.17134 0 10.01 0 0.547 5.928 88.2 2.4631 6 432 17.8 344.91 15.76 18.3
119 0.13158 0 10.01 0 0.547 6.176 72.5 2.7301 6 432 17.8 393.3 12.04 21.2
120 0.15098 0 10.01 0 0.547 6.021 82.6 2.7474 6 432 17.8 394.51 10.3 19.2
121 0.13058 0 10.01 0 0.547 5.872 73.1 2.4775 6 432 17.8 338.63 15.37 20.4
122 0.14476 0 10.01 0 0.547 5.731 65.2 2.7592 6 432 17.8 391.5 13.61 19.3
123 0.06899 0 25.65 0 0.581 5.87 69.7 2.2577 2 188 19.1 389.15 14.37 22
124 0.07165 0 25.65 0 0.581 6.004 84.1 2.1974 2 188 19.1 377.67 14.27 20.3
125 0.09299 0 25.65 0 0.581 5.961 92.9 2.0869 2 188 19.1 378.09 17.93 20.5
126 0.15038 0 25.65 0 0.581 5.856 97 1.9444 2 188 19.1 370.31 25.41 17.3
127 0.09849 0 25.65 0 0.581 5.879 95.8 2.0063 2 188 19.1 379.38 17.58 18.8
128 0.16902 0 25.65 0 0.581 5.986 88.4 1.9929 2 188 19.1 385.02 14.81 21.4
129 0.38735 0 25.65 0 0.581 5.613 95.6 1.7572 2 188 19.1 359.29 27.26 15.7
130 0.25915 0 21.89 0 0.624 5.693 96 1.7883 4 437 21.2 392.11 17.19 16.2
131 0.32543 0 21.89 0 0.624 6.431 98.8 1.8125 4 437 21.2 396.9 15.39 18
132 0.88125 0 21.89 0 0.624 5.637 94.7 1.9799 4 437 21.2 396.9 18.34 14.3
133 0.34006 0 21.89 0 0.624 6.458 98.9 2.1185 4 437 21.2 395.04 12.6 19.2
134 1.19294 0 21.89 0 0.624 6.326 97.7 2.271 4 437 21.2 396.9 12.26 19.6
135 0.59005 0 21.89 0 0.624 6.372 97.9 2.3274 4 437 21.2 385.76 11.12 23
136 0.32982 0 21.89 0 0.624 5.822 95.4 2.4699 4 437 21.2 388.69 15.03 18.4
137 0.97617 0 21.89 0 0.624 5.757 98.4 2.346 4 437 21.2 262.76 17.31 15.6
138 0.55778 0 21.89 0 0.624 6.335 98.2 2.1107 4 437 21.2 394.67 16.96 18.1
139 0.32264 0 21.89 0 0.624 5.942 93.5 1.9669 4 437 21.2 378.25 16.9 17.4
140 0.35233 0 21.89 0 0.624 6.454 98.4 1.8498 4 437 21.2 394.08 14.59 17.1
141 0.2498 0 21.89 0 0.624 5.857 98.2 1.6686 4 437 21.2 392.04 21.32 13.3
142 0.54452 0 21.89 0 0.624 6.151 97.9 1.6687 4 437 21.2 396.9 18.46 17.8
143 0.2909 0 21.89 0 0.624 6.174 93.6 1.6119 4 437 21.2 388.08 24.16 14
144 1.62864 0 21.89 0 0.624 5.019 100 1.4394 4 437 21.2 396.9 34.41 14.4
145 3.32105 0 19.58 1 0.871 5.403 100 1.3216 5 403 14.7 396.9 26.82 13.4
146 4.0974 0 19.58 0 0.871 5.468 100 1.4118 5 403 14.7 396.9 26.42 15.6
147 2.77974 0 19.58 0 0.871 4.903 97.8 1.3459 5 403 14.7 396.9 29.29 11.8
148 2.37934 0 19.58 0 0.871 6.13 100 1.4191 5 403 14.7 172.91 27.8 13.8
149 2.15505 0 19.58 0 0.871 5.628 100 1.5166 5 403 14.7 169.27 16.65 15.6
150 2.36862 0 19.58 0 0.871 4.926 95.7 1.4608 5 403 14.7 391.71 29.53 14.6
151 2.33099 0 19.58 0 0.871 5.186 93.8 1.5296 5 403 14.7 356.99 28.32 17.8
152 2.73397 0 19.58 0 0.871 5.597 94.9 1.5257 5 403 14.7 351.85 21.45 15.4
153 1.6566 0 19.58 0 0.871 6.122 97.3 1.618 5 403 14.7 372.8 14.1 21.5
154 1.49632 0 19.58 0 0.871 5.404 100 1.5916 5 403 14.7 341.6 13.28 19.6
155 1.12658 0 19.58 1 0.871 5.012 88 1.6102 5 403 14.7 343.28 12.12 15.3
156 2.14918 0 19.58 0 0.871 5.709 98.5 1.6232 5 403 14.7 261.95 15.79 19.4
157 1.41385 0 19.58 1 0.871 6.129 96 1.7494 5 403 14.7 321.02 15.12 17
158 3.53501 0 19.58 1 0.871 6.152 82.6 1.7455 5 403 14.7 88.01 15.02 15.6
159 2.44668 0 19.58 0 0.871 5.272 94 1.7364 5 403 14.7 88.63 16.14 13.1
160 1.22358 0 19.58 0 0.605 6.943 97.4 1.8773 5 403 14.7 363.43 4.59 41.3
161 1.34284 0 19.58 0 0.605 6.066 100 1.7573 5 403 14.7 353.89 6.43 24.3
162 1.42502 0 19.58 0 0.871 6.51 100 1.7659 5 403 14.7 364.31 7.39 23.3
163 1.27346 0 19.58 1 0.605 6.25 92.6 1.7984 5 403 14.7 338.92 5.5 27
164 1.46336 0 19.58 0 0.605 7.489 90.8 1.9709 5 403 14.7 374.43 1.73 50
165 1.83377 0 19.58 1 0.605 7.802 98.2 2.0407 5 403 14.7 389.61 1.92 50
166 1.51902 0 19.58 1 0.605 8.375 93.9 2.162 5 403 14.7 388.45 3.32 50
167 2.24236 0 19.58 0 0.605 5.854 91.8 2.422 5 403 14.7 395.11 11.64 22.7
168 2.924 0 19.58 0 0.605 6.101 93 2.2834 5 403 14.7 240.16 9.81 25
169 2.01019 0 19.58 0 0.605 7.929 96.2 2.0459 5 403 14.7 369.3 3.7 50
170 1.80028 0 19.58 0 0.605 5.877 79.2 2.4259 5 403 14.7 227.61 12.14 23.8
171 2.3004 0 19.58 0 0.605 6.319 96.1 2.1 5 403 14.7 297.09 11.1 23.8
172 2.44953 0 19.58 0 0.605 6.402 95.2 2.2625 5 403 14.7 330.04 11.32 22.3
173 1.20742 0 19.58 0 0.605 5.875 94.6 2.4259 5 403 14.7 292.29 14.43 17.4
174 2.3139 0 19.58 0 0.605 5.88 97.3 2.3887 5 403 14.7 348.13 12.03 19.1
175 0.13914 0 4.05 0 0.51 5.572 88.5 2.5961 5 296 16.6 396.9 14.69 23.1
176 0.09178 0 4.05 0 0.51 6.416 84.1 2.6463 5 296 16.6 395.5 9.04 23.6
177 0.08447 0 4.05 0 0.51 5.859 68.7 2.7019 5 296 16.6 393.23 9.64 22.6
178 0.06664 0 4.05 0 0.51 6.546 33.1 3.1323 5 296 16.6 390.96 5.33 29.4
179 0.07022 0 4.05 0 0.51 6.02 47.2 3.5549 5 296 16.6 393.23 10.11 23.2
180 0.05425 0 4.05 0 0.51 6.315 73.4 3.3175 5 296 16.6 395.6 6.29 24.6
181 0.06642 0 4.05 0 0.51 6.86 74.4 2.9153 5 296 16.6 391.27 6.92 29.9
182 0.0578 0 2.46 0 0.488 6.98 58.4 2.829 3 193 17.8 396.9 5.04 37.2
183 0.06588 0 2.46 0 0.488 7.765 83.3 2.741 3 193 17.8 395.56 7.56 39.8
184 0.06888 0 2.46 0 0.488 6.144 62.2 2.5979 3 193 17.8 396.9 9.45 36.2
185 0.09103 0 2.46 0 0.488 7.155 92.2 2.7006 3 193 17.8 394.12 4.82 37.9
186 0.10008 0 2.46 0 0.488 6.563 95.6 2.847 3 193 17.8 396.9 5.68 32.5
187 0.08308 0 2.46 0 0.488 5.604 89.8 2.9879 3 193 17.8 391 13.98 26.4
188 0.06047 0 2.46 0 0.488 6.153 68.8 3.2797 3 193 17.8 387.11 13.15 29.6
189 0.05602 0 2.46 0 0.488 7.831 53.6 3.1992 3 193 17.8 392.63 4.45 50
190 0.07875 45 3.44 0 0.437 6.782 41.1 3.7886 5 398 15.2 393.87 6.68 32
191 0.12579 45 3.44 0 0.437 6.556 29.1 4.5667 5 398 15.2 382.84 4.56 29.8
192 0.0837 45 3.44 0 0.437 7.185 38.9 4.5667 5 398 15.2 396.9 5.39 34.9
193 0.09068 45 3.44 0 0.437 6.951 21.5 6.4798 5 398 15.2 377.68 5.1 37
194 0.06911 45 3.44 0 0.437 6.739 30.8 6.4798 5 398 15.2 389.71 4.69 30.5
195 0.08664 45 3.44 0 0.437 7.178 26.3 6.4798 5 398 15.2 390.49 2.87 36.4
196 0.02187 60 2.93 0 0.401 6.8 9.9 6.2196 1 265 15.6 393.37 5.03 31.1
197 0.01439 60 2.93 0 0.401 6.604 18.8 6.2196 1 265 15.6 376.7 4.38 29.1
198 0.01381 80 0.46 0 0.422 7.875 32 5.6484 4 255 14.4 394.23 2.97 50
199 0.04011 80 1.52 0 0.404 7.287 34.1 7.309 2 329 12.6 396.9 4.08 33.3
200 0.04666 80 1.52 0 0.404 7.107 36.6 7.309 2 329 12.6 354.31 8.61 30.3
201 0.03768 80 1.52 0 0.404 7.274 38.3 7.309 2 329 12.6 392.2 6.62 34.6
202 0.0315 95 1.47 0 0.403 6.975 15.3 7.6534 3 402 17 396.9 4.56 34.9
203 0.01778 95 1.47 0 0.403 7.135 13.9 7.6534 3 402 17 384.3 4.45 32.9
204 0.03445 82.5 2.03 0 0.415 6.162 38.4 6.27 2 348 14.7 393.77 7.43 24.1
205 0.02177 82.5 2.03 0 0.415 7.61 15.7 6.27 2 348 14.7 395.38 3.11 42.3
206 0.0351 95 2.68 0 0.4161 7.853 33.2 5.118 4 224 14.7 392.78 3.81 48.5
207 0.02009 95 2.68 0 0.4161 8.034 31.9 5.118 4 224 14.7 390.55 2.88 50
208 0.13642 0 10.59 0 0.489 5.891 22.3 3.9454 4 277 18.6 396.9 10.87 22.6
209 0.22969 0 10.59 0 0.489 6.326 52.5 4.3549 4 277 18.6 394.87 10.97 24.4
210 0.25199 0 10.59 0 0.489 5.783 72.7 4.3549 4 277 18.6 389.43 18.06 22.5
211 0.13587 0 10.59 1 0.489 6.064 59.1 4.2392 4 277 18.6 381.32 14.66 24.4
212 0.43571 0 10.59 1 0.489 5.344 100 3.875 4 277 18.6 396.9 23.09 20
213 0.17446 0 10.59 1 0.489 5.96 92.1 3.8771 4 277 18.6 393.25 17.27 21.7
214 0.37578 0 10.59 1 0.489 5.404 88.6 3.665 4 277 18.6 395.24 23.98 19.3
215 0.21719 0 10.59 1 0.489 5.807 53.8 3.6526 4 277 18.6 390.94 16.03 22.4
216 0.14052 0 10.59 0 0.489 6.375 32.3 3.9454 4 277 18.6 385.81 9.38 28.1
217 0.28955 0 10.59 0 0.489 5.412 9.8 3.5875 4 277 18.6 348.93 29.55 23.7
218 0.19802 0 10.59 0 0.489 6.182 42.4 3.9454 4 277 18.6 393.63 9.47 25
219 0.0456 0 13.89 1 0.55 5.888 56 3.1121 5 276 16.4 392.8 13.51 23.3
220 0.07013 0 13.89 0 0.55 6.642 85.1 3.4211 5 276 16.4 392.78 9.69 28.7
221 0.11069 0 13.89 1 0.55 5.951 93.8 2.8893 5 276 16.4 396.9 17.92 21.5
222 0.11425 0 13.89 1 0.55 6.373 92.4 3.3633 5 276 16.4 393.74 10.5 23
223 0.35809 0 6.2 1 0.507 6.951 88.5 2.8617 8 307 17.4 391.7 9.71 26.7
224 0.40771 0 6.2 1 0.507 6.164 91.3 3.048 8 307 17.4 395.24 21.46 21.7
225 0.62356 0 6.2 1 0.507 6.879 77.7 3.2721 8 307 17.4 390.39 9.93 27.5
226 0.6147 0 6.2 0 0.507 6.618 80.8 3.2721 8 307 17.4 396.9 7.6 30.1
227 0.31533 0 6.2 0 0.504 8.266 78.3 2.8944 8 307 17.4 385.05 4.14 44.8
228 0.52693 0 6.2 0 0.504 8.725 83 2.8944 8 307 17.4 382 4.63 50
229 0.38214 0 6.2 0 0.504 8.04 86.5 3.2157 8 307 17.4 387.38 3.13 37.6
230 0.41238 0 6.2 0 0.504 7.163 79.9 3.2157 8 307 17.4 372.08 6.36 31.6
231 0.29819 0 6.2 0 0.504 7.686 17 3.3751 8 307 17.4 377.51 3.92 46.7
232 0.44178 0 6.2 0 0.504 6.552 21.4 3.3751 8 307 17.4 380.34 3.76 31.5
233 0.537 0 6.2 0 0.504 5.981 68.1 3.6715 8 307 17.4 378.35 11.65 24.3
234 0.46296 0 6.2 0 0.504 7.412 76.9 3.6715 8 307 17.4 376.14 5.25 31.7
235 0.57529 0 6.2 0 0.507 8.337 73.3 3.8384 8 307 17.4 385.91 2.47 41.7
236 0.33147 0 6.2 0 0.507 8.247 70.4 3.6519 8 307 17.4 378.95 3.95 48.3
237 0.44791 0 6.2 1 0.507 6.726 66.5 3.6519 8 307 17.4 360.2 8.05 29
238 0.33045 0 6.2 0 0.507 6.086 61.5 3.6519 8 307 17.4 376.75 10.88 24
239 0.52058 0 6.2 1 0.507 6.631 76.5 4.148 8 307 17.4 388.45 9.54 25.1
240 0.51183 0 6.2 0 0.507 7.358 71.6 4.148 8 307 17.4 390.07 4.73 31.5
241 0.08244 30 4.93 0 0.428 6.481 18.5 6.1899 6 300 16.6 379.41 6.36 23.7
242 0.09252 30 4.93 0 0.428 6.606 42.2 6.1899 6 300 16.6 383.78 7.37 23.3
243 0.11329 30 4.93 0 0.428 6.897 54.3 6.3361 6 300 16.6 391.25 11.38 22
244 0.10612 30 4.93 0 0.428 6.095 65.1 6.3361 6 300 16.6 394.62 12.4 20.1
245 0.1029 30 4.93 0 0.428 6.358 52.9 7.0355 6 300 16.6 372.75 11.22 22.2
246 0.12757 30 4.93 0 0.428 6.393 7.8 7.0355 6 300 16.6 374.71 5.19 23.7
247 0.20608 22 5.86 0 0.431 5.593 76.5 7.9549 7 330 19.1 372.49 12.5 17.6
248 0.19133 22 5.86 0 0.431 5.605 70.2 7.9549 7 330 19.1 389.13 18.46 18.5
249 0.33983 22 5.86 0 0.431 6.108 34.9 8.0555 7 330 19.1 390.18 9.16 24.3
250 0.19657 22 5.86 0 0.431 6.226 79.2 8.0555 7 330 19.1 376.14 10.15 20.5
251 0.16439 22 5.86 0 0.431 6.433 49.1 7.8265 7 330 19.1 374.71 9.52 24.5
252 0.19073 22 5.86 0 0.431 6.718 17.5 7.8265 7 330 19.1 393.74 6.56 26.2
253 0.1403 22 5.86 0 0.431 6.487 13 7.3967 7 330 19.1 396.28 5.9 24.4
254 0.21409 22 5.86 0 0.431 6.438 8.9 7.3967 7 330 19.1 377.07 3.59 24.8
255 0.08221 22 5.86 0 0.431 6.957 6.8 8.9067 7 330 19.1 386.09 3.53 29.6
256 0.36894 22 5.86 0 0.431 8.259 8.4 8.9067 7 330 19.1 396.9 3.54 42.8
257 0.04819 80 3.64 0 0.392 6.108 32 9.2203 1 315 16.4 392.89 6.57 21.9
258 0.03548 80 3.64 0 0.392 5.876 19.1 9.2203 1 315 16.4 395.18 9.25 20.9
259 0.01538 90 3.75 0 0.394 7.454 34.2 6.3361 3 244 15.9 386.34 3.11 44
260 0.61154 20 3.97 0 0.647 8.704 86.9 1.801 5 264 13 389.7 5.12 50
261 0.66351 20 3.97 0 0.647 7.333 100 1.8946 5 264 13 383.29 7.79 36
262 0.65665 20 3.97 0 0.647 6.842 100 2.0107 5 264 13 391.93 6.9 30.1
263 0.54011 20 3.97 0 0.647 7.203 81.8 2.1121 5 264 13 392.8 9.59 33.8
264 0.53412 20 3.97 0 0.647 7.52 89.4 2.1398 5 264 13 388.37 7.26 43.1
265 0.52014 20 3.97 0 0.647 8.398 91.5 2.2885 5 264 13 386.86 5.91 48.8
266 0.82526 20 3.97 0 0.647 7.327 94.5 2.0788 5 264 13 393.42 11.25 31
267 0.55007 20 3.97 0 0.647 7.206 91.6 1.9301 5 264 13 387.89 8.1 36.5
268 0.76162 20 3.97 0 0.647 5.56 62.8 1.9865 5 264 13 392.4 10.45 22.8
269 0.7857 20 3.97 0 0.647 7.014 84.6 2.1329 5 264 13 384.07 14.79 30.7
270 0.57834 20 3.97 0 0.575 8.297 67 2.4216 5 264 13 384.54 7.44 50
271 0.5405 20 3.97 0 0.575 7.47 52.6 2.872 5 264 13 390.3 3.16 43.5
272 0.09065 20 6.96 1 0.464 5.92 61.5 3.9175 3 223 18.6 391.34 13.65 20.7
273 0.29916 20 6.96 0 0.464 5.856 42.1 4.429 3 223 18.6 388.65 13 21.1
274 0.16211 20 6.96 0 0.464 6.24 16.3 4.429 3 223 18.6 396.9 6.59 25.2
275 0.1146 20 6.96 0 0.464 6.538 58.7 3.9175 3 223 18.6 394.96 7.73 24.4
276 0.22188 20 6.96 1 0.464 7.691 51.8 4.3665 3 223 18.6 390.77 6.58 35.2
277 0.05644 40 6.41 1 0.447 6.758 32.9 4.0776 4 254 17.6 396.9 3.53 32.4
278 0.09604 40 6.41 0 0.447 6.854 42.8 4.2673 4 254 17.6 396.9 2.98 32
279 0.10469 40 6.41 1 0.447 7.267 49 4.7872 4 254 17.6 389.25 6.05 33.2
280 0.06127 40 6.41 1 0.447 6.826 27.6 4.8628 4 254 17.6 393.45 4.16 33.1
281 0.07978 40 6.41 0 0.447 6.482 32.1 4.1403 4 254 17.6 396.9 7.19 29.1
282 0.21038 20 3.33 0 0.4429 6.812 32.2 4.1007 5 216 14.9 396.9 4.85 35.1
283 0.03578 20 3.33 0 0.4429 7.82 64.5 4.6947 5 216 14.9 387.31 3.76 45.4
284 0.03705 20 3.33 0 0.4429 6.968 37.2 5.2447 5 216 14.9 392.23 4.59 35.4
285 0.06129 20 3.33 1 0.4429 7.645 49.7 5.2119 5 216 14.9 377.07 3.01 46
286 0.01501 90 1.21 1 0.401 7.923 24.8 5.885 1 198 13.6 395.52 3.16 50
287 0.00906 90 2.97 0 0.4 7.088 20.8 7.3073 1 285 15.3 394.72 7.85 32.2
288 0.01096 55 2.25 0 0.389 6.453 31.9 7.3073 1 300 15.3 394.72 8.23 22
289 0.01965 80 1.76 0 0.385 6.23 31.5 9.0892 1 241 18.2 341.6 12.93 20.1
290 0.03871 52.5 5.32 0 0.405 6.209 31.3 7.3172 6 293 16.6 396.9 7.14 23.2
291 0.0459 52.5 5.32 0 0.405 6.315 45.6 7.3172 6 293 16.6 396.9 7.6 22.3
292 0.04297 52.5 5.32 0 0.405 6.565 22.9 7.3172 6 293 16.6 371.72 9.51 24.8
293 0.03502 80 4.95 0 0.411 6.861 27.9 5.1167 4 245 19.2 396.9 3.33 28.5
294 0.07886 80 4.95 0 0.411 7.148 27.7 5.1167 4 245 19.2 396.9 3.56 37.3
295 0.03615 80 4.95 0 0.411 6.63 23.4 5.1167 4 245 19.2 396.9 4.7 27.9
296 0.08265 0 13.92 0 0.437 6.127 18.4 5.5027 4 289 16 396.9 8.58 23.9
297 0.08199 0 13.92 0 0.437 6.009 42.3 5.5027 4 289 16 396.9 10.4 21.7
298 0.12932 0 13.92 0 0.437 6.678 31.1 5.9604 4 289 16 396.9 6.27 28.6
299 0.05372 0 13.92 0 0.437 6.549 51 5.9604 4 289 16 392.85 7.39 27.1
300 0.14103 0 13.92 0 0.437 5.79 58 6.32 4 289 16 396.9 15.84 20.3
301 0.06466 70 2.24 0 0.4 6.345 20.1 7.8278 5 358 14.8 368.24 4.97 22.5
302 0.05561 70 2.24 0 0.4 7.041 10 7.8278 5 358 14.8 371.58 4.74 29
303 0.04417 70 2.24 0 0.4 6.871 47.4 7.8278 5 358 14.8 390.86 6.07 24.8
304 0.03537 34 6.09 0 0.433 6.59 40.4 5.4917 7 329 16.1 395.75 9.5 22
305 0.09266 34 6.09 0 0.433 6.495 18.4 5.4917 7 329 16.1 383.61 8.67 26.4
306 0.1 34 6.09 0 0.433 6.982 17.7 5.4917 7 329 16.1 390.43 4.86 33.1
307 0.05515 33 2.18 0 0.472 7.236 41.1 4.022 7 222 18.4 393.68 6.93 36.1
308 0.05479 33 2.18 0 0.472 6.616 58.1 3.37 7 222 18.4 393.36 8.93 28.4
309 0.07503 33 2.18 0 0.472 7.42 71.9 3.0992 7 222 18.4 396.9 6.47 33.4
310 0.04932 33 2.18 0 0.472 6.849 70.3 3.1827 7 222 18.4 396.9 7.53 28.2
311 0.49298 0 9.9 0 0.544 6.635 82.5 3.3175 4 304 18.4 396.9 4.54 22.8
312 0.3494 0 9.9 0 0.544 5.972 76.7 3.1025 4 304 18.4 396.24 9.97 20.3
313 2.63548 0 9.9 0 0.544 4.973 37.8 2.5194 4 304 18.4 350.45 12.64 16.1
314 0.79041 0 9.9 0 0.544 6.122 52.8 2.6403 4 304 18.4 396.9 5.98 22.1
315 0.26169 0 9.9 0 0.544 6.023 90.4 2.834 4 304 18.4 396.3 11.72 19.4
316 0.26938 0 9.9 0 0.544 6.266 82.8 3.2628 4 304 18.4 393.39 7.9 21.6
317 0.3692 0 9.9 0 0.544 6.567 87.3 3.6023 4 304 18.4 395.69 9.28 23.8
318 0.25356 0 9.9 0 0.544 5.705 77.7 3.945 4 304 18.4 396.42 11.5 16.2
319 0.31827 0 9.9 0 0.544 5.914 83.2 3.9986 4 304 18.4 390.7 18.33 17.8
320 0.24522 0 9.9 0 0.544 5.782 71.7 4.0317 4 304 18.4 396.9 15.94 19.8
321 0.40202 0 9.9 0 0.544 6.382 67.2 3.5325 4 304 18.4 395.21 10.36 23.1
322 0.47547 0 9.9 0 0.544 6.113 58.8 4.0019 4 304 18.4 396.23 12.73 21
323 0.1676 0 7.38 0 0.493 6.426 52.3 4.5404 5 287 19.6 396.9 7.2 23.8
324 0.18159 0 7.38 0 0.493 6.376 54.3 4.5404 5 287 19.6 396.9 6.87 23.1
325 0.35114 0 7.38 0 0.493 6.041 49.9 4.7211 5 287 19.6 396.9 7.7 20.4
326 0.28392 0 7.38 0 0.493 5.708 74.3 4.7211 5 287 19.6 391.13 11.74 18.5
327 0.34109 0 7.38 0 0.493 6.415 40.1 4.7211 5 287 19.6 396.9 6.12 25
328 0.19186 0 7.38 0 0.493 6.431 14.7 5.4159 5 287 19.6 393.68 5.08 24.6
329 0.30347 0 7.38 0 0.493 6.312 28.9 5.4159 5 287 19.6 396.9 6.15 23
330 0.24103 0 7.38 0 0.493 6.083 43.7 5.4159 5 287 19.6 396.9 12.79 22.2
331 0.06617 0 3.24 0 0.46 5.868 25.8 5.2146 4 430 16.9 382.44 9.97 19.3
332 0.06724 0 3.24 0 0.46 6.333 17.2 5.2146 4 430 16.9 375.21 7.34 22.6
333 0.04544 0 3.24 0 0.46 6.144 32.2 5.8736 4 430 16.9 368.57 9.09 19.8
334 0.05023 35 6.06 0 0.4379 5.706 28.4 6.6407 1 304 16.9 394.02 12.43 17.1
335 0.03466 35 6.06 0 0.4379 6.031 23.3 6.6407 1 304 16.9 362.25 7.83 19.4
336 0.05083 0 5.19 0 0.515 6.316 38.1 6.4584 5 224 20.2 389.71 5.68 22.2
337 0.03738 0 5.19 0 0.515 6.31 38.5 6.4584 5 224 20.2 389.4 6.75 20.7
338 0.03961 0 5.19 0 0.515 6.037 34.5 5.9853 5 224 20.2 396.9 8.01 21.1
339 0.03427 0 5.19 0 0.515 5.869 46.3 5.2311 5 224 20.2 396.9 9.8 19.5
340 0.03041 0 5.19 0 0.515 5.895 59.6 5.615 5 224 20.2 394.81 10.56 18.5
341 0.03306 0 5.19 0 0.515 6.059 37.3 4.8122 5 224 20.2 396.14 8.51 20.6
342 0.05497 0 5.19 0 0.515 5.985 45.4 4.8122 5 224 20.2 396.9 9.74 19
343 0.06151 0 5.19 0 0.515 5.968 58.5 4.8122 5 224 20.2 396.9 9.29 18.7
344 0.01301 35 1.52 0 0.442 7.241 49.3 7.0379 1 284 15.5 394.74 5.49 32.7
345 0.02498 0 1.89 0 0.518 6.54 59.7 6.2669 1 422 15.9 389.96 8.65 16.5
346 0.02543 55 3.78 0 0.484 6.696 56.4 5.7321 5 370 17.6 396.9 7.18 23.9
347 0.03049 55 3.78 0 0.484 6.874 28.1 6.4654 5 370 17.6 387.97 4.61 31.2
348 0.03113 0 4.39 0 0.442 6.014 48.5 8.0136 3 352 18.8 385.64 10.53 17.5
349 0.06162 0 4.39 0 0.442 5.898 52.3 8.0136 3 352 18.8 364.61 12.67 17.2
350 0.0187 85 4.15 0 0.429 6.516 27.7 8.5353 4 351 17.9 392.43 6.36 23.1
351 0.01501 80 2.01 0 0.435 6.635 29.7 8.344 4 280 17 390.94 5.99 24.5
352 0.02899 40 1.25 0 0.429 6.939 34.5 8.7921 1 335 19.7 389.85 5.89 26.6
353 0.06211 40 1.25 0 0.429 6.49 44.4 8.7921 1 335 19.7 396.9 5.98 22.9
354 0.0795 60 1.69 0 0.411 6.579 35.9 10.7103 4 411 18.3 370.78 5.49 24.1
355 0.07244 60 1.69 0 0.411 5.884 18.5 10.7103 4 411 18.3 392.33 7.79 18.6
356 0.01709 90 2.02 0 0.41 6.728 36.1 12.1265 5 187 17 384.46 4.5 30.1
357 0.04301 80 1.91 0 0.413 5.663 21.9 10.5857 4 334 22 382.8 8.05 18.2
358 0.10659 80 1.91 0 0.413 5.936 19.5 10.5857 4 334 22 376.04 5.57 20.6
359 8.98296 0 18.1 1 0.77 6.212 97.4 2.1222 24 666 20.2 377.73 17.6 17.8
360 3.8497 0 18.1 1 0.77 6.395 91 2.5052 24 666 20.2 391.34 13.27 21.7
361 5.20177 0 18.1 1 0.77 6.127 83.4 2.7227 24 666 20.2 395.43 11.48 22.7
362 4.26131 0 18.1 0 0.77 6.112 81.3 2.5091 24 666 20.2 390.74 12.67 22.6
363 4.54192 0 18.1 0 0.77 6.398 88 2.5182 24 666 20.2 374.56 7.79 25
364 3.83684 0 18.1 0 0.77 6.251 91.1 2.2955 24 666 20.2 350.65 14.19 19.9
365 3.67822 0 18.1 0 0.77 5.362 96.2 2.1036 24 666 20.2 380.79 10.19 20.8
366 4.22239 0 18.1 1 0.77 5.803 89 1.9047 24 666 20.2 353.04 14.64 16.8
367 3.47428 0 18.1 1 0.718 8.78 82.9 1.9047 24 666 20.2 354.55 5.29 21.9
368 4.55587 0 18.1 0 0.718 3.561 87.9 1.6132 24 666 20.2 354.7 7.12 27.5
369 3.69695 0 18.1 0 0.718 4.963 91.4 1.7523 24 666 20.2 316.03 14 21.9
370 13.5222 0 18.1 0 0.631 3.863 100 1.5106 24 666 20.2 131.42 13.33 23.1
371 4.89822 0 18.1 0 0.631 4.97 100 1.3325 24 666 20.2 375.52 3.26 50
372 5.66998 0 18.1 1 0.631 6.683 96.8 1.3567 24 666 20.2 375.33 3.73 50
373 6.53876 0 18.1 1 0.631 7.016 97.5 1.2024 24 666 20.2 392.05 2.96 50
374 9.2323 0 18.1 0 0.631 6.216 100 1.1691 24 666 20.2 366.15 9.53 50
375 8.26725 0 18.1 1 0.668 5.875 89.6 1.1296 24 666 20.2 347.88 8.88 50
376 11.1081 0 18.1 0 0.668 4.906 100 1.1742 24 666 20.2 396.9 34.77 13.8
377 18.4982 0 18.1 0 0.668 4.138 100 1.137 24 666 20.2 396.9 37.97 13.8
378 19.6091 0 18.1 0 0.671 7.313 97.9 1.3163 24 666 20.2 396.9 13.44 15
379 15.288 0 18.1 0 0.671 6.649 93.3 1.3449 24 666 20.2 363.02 23.24 13.9
380 9.82349 0 18.1 0 0.671 6.794 98.8 1.358 24 666 20.2 396.9 21.24 13.3
381 23.6482 0 18.1 0 0.671 6.38 96.2 1.3861 24 666 20.2 396.9 23.69 13.1
382 17.8667 0 18.1 0 0.671 6.223 100 1.3861 24 666 20.2 393.74 21.78 10.2
383 88.9762 0 18.1 0 0.671 6.968 91.9 1.4165 24 666 20.2 396.9 17.21 10.4
384 15.8744 0 18.1 0 0.671 6.545 99.1 1.5192 24 666 20.2 396.9 21.08 10.9
385 9.18702 0 18.1 0 0.7 5.536 100 1.5804 24 666 20.2 396.9 23.6 11.3
386 7.99248 0 18.1 0 0.7 5.52 100 1.5331 24 666 20.2 396.9 24.56 12.3
387 20.0849 0 18.1 0 0.7 4.368 91.2 1.4395 24 666 20.2 285.83 30.63 8.8
388 16.8118 0 18.1 0 0.7 5.277 98.1 1.4261 24 666 20.2 396.9 30.81 7.2
389 24.3938 0 18.1 0 0.7 4.652 100 1.4672 24 666 20.2 396.9 28.28 10.5
390 22.5971 0 18.1 0 0.7 5 89.5 1.5184 24 666 20.2 396.9 31.99 7.4
391 14.3337 0 18.1 0 0.7 4.88 100 1.5895 24 666 20.2 372.92 30.62 10.2
392 8.15174 0 18.1 0 0.7 5.39 98.9 1.7281 24 666 20.2 396.9 20.85 11.5
393 6.96215 0 18.1 0 0.7 5.713 97 1.9265 24 666 20.2 394.43 17.11 15.1
394 5.29305 0 18.1 0 0.7 6.051 82.5 2.1678 24 666 20.2 378.38 18.76 23.2
395 11.5779 0 18.1 0 0.7 5.036 97 1.77 24 666 20.2 396.9 25.68 9.7
396 8.64476 0 18.1 0 0.693 6.193 92.6 1.7912 24 666 20.2 396.9 15.17 13.8
397 13.3598 0 18.1 0 0.693 5.887 94.7 1.7821 24 666 20.2 396.9 16.35 12.7
398 8.71675 0 18.1 0 0.693 6.471 98.8 1.7257 24 666 20.2 391.98 17.12 13.1
399 5.87205 0 18.1 0 0.693 6.405 96 1.6768 24 666 20.2 396.9 19.37 12.5
400 7.67202 0 18.1 0 0.693 5.747 98.9 1.6334 24 666 20.2 393.1 19.92 8.5
401 38.3518 0 18.1 0 0.693 5.453 100 1.4896 24 666 20.2 396.9 30.59 5
402 9.91655 0 18.1 0 0.693 5.852 77.8 1.5004 24 666 20.2 338.16 29.97 6.3
403 25.0461 0 18.1 0 0.693 5.987 100 1.5888 24 666 20.2 396.9 26.77 5.6
404 14.2362 0 18.1 0 0.693 6.343 100 1.5741 24 666 20.2 396.9 20.32 7.2
405 9.59571 0 18.1 0 0.693 6.404 100 1.639 24 666 20.2 376.11 20.31 12.1
406 24.8017 0 18.1 0 0.693 5.349 96 1.7028 24 666 20.2 396.9 19.77 8.3
407 41.5292 0 18.1 0 0.693 5.531 85.4 1.6074 24 666 20.2 329.46 27.38 8.5
408 67.9208 0 18.1 0 0.693 5.683 100 1.4254 24 666 20.2 384.97 22.98 5
409 20.7162 0 18.1 0 0.659 4.138 100 1.1781 24 666 20.2 370.22 23.34 11.9
410 11.9511 0 18.1 0 0.659 5.608 100 1.2852 24 666 20.2 332.09 12.13 27.9
411 7.40389 0 18.1 0 0.597 5.617 97.9 1.4547 24 666 20.2 314.64 26.4 17.2
412 14.4383 0 18.1 0 0.597 6.852 100 1.4655 24 666 20.2 179.36 19.78 27.5
413 51.1358 0 18.1 0 0.597 5.757 100 1.413 24 666 20.2 2.6 10.11 15
414 14.0507 0 18.1 0 0.597 6.657 100 1.5275 24 666 20.2 35.05 21.22 17.2
415 18.811 0 18.1 0 0.597 4.628 100 1.5539 24 666 20.2 28.79 34.37 17.9
416 28.6558 0 18.1 0 0.597 5.155 100 1.5894 24 666 20.2 210.97 20.08 16.3
417 45.7461 0 18.1 0 0.693 4.519 100 1.6582 24 666 20.2 88.27 36.98 7
418 18.0846 0 18.1 0 0.679 6.434 100 1.8347 24 666 20.2 27.25 29.05 7.2
419 10.8342 0 18.1 0 0.679 6.782 90.8 1.8195 24 666 20.2 21.57 25.79 7.5
420 25.9406 0 18.1 0 0.679 5.304 89.1 1.6475 24 666 20.2 127.36 26.64 10.4
421 73.5341 0 18.1 0 0.679 5.957 100 1.8026 24 666 20.2 16.45 20.62 8.8
422 11.8123 0 18.1 0 0.718 6.824 76.5 1.794 24 666 20.2 48.45 22.74 8.4
423 11.0874 0 18.1 0 0.718 6.411 100 1.8589 24 666 20.2 318.75 15.02 16.7
424 7.02259 0 18.1 0 0.718 6.006 95.3 1.8746 24 666 20.2 319.98 15.7 14.2
425 12.0482 0 18.1 0 0.614 5.648 87.6 1.9512 24 666 20.2 291.55 14.1 20.8
426 7.05042 0 18.1 0 0.614 6.103 85.1 2.0218 24 666 20.2 2.52 23.29 13.4
427 8.79212 0 18.1 0 0.584 5.565 70.6 2.0635 24 666 20.2 3.65 17.16 11.7
428 15.8603 0 18.1 0 0.679 5.896 95.4 1.9096 24 666 20.2 7.68 24.39 8.3
429 12.2472 0 18.1 0 0.584 5.837 59.7 1.9976 24 666 20.2 24.65 15.69 10.2
430 37.6619 0 18.1 0 0.679 6.202 78.7 1.8629 24 666 20.2 18.82 14.52 10.9
431 7.36711 0 18.1 0 0.679 6.193 78.1 1.9356 24 666 20.2 96.73 21.52 11
432 9.33889 0 18.1 0 0.679 6.38 95.6 1.9682 24 666 20.2 60.72 24.08 9.5
433 8.49213 0 18.1 0 0.584 6.348 86.1 2.0527 24 666 20.2 83.45 17.64 14.5
434 10.0623 0 18.1 0 0.584 6.833 94.3 2.0882 24 666 20.2 81.33 19.69 14.1
435 6.44405 0 18.1 0 0.584 6.425 74.8 2.2004 24 666 20.2 97.95 12.03 16.1
436 5.58107 0 18.1 0 0.713 6.436 87.9 2.3158 24 666 20.2 100.19 16.22 14.3
437 13.9134 0 18.1 0 0.713 6.208 95 2.2222 24 666 20.2 100.63 15.17 11.7
438 11.1604 0 18.1 0 0.74 6.629 94.6 2.1247 24 666 20.2 109.85 23.27 13.4
439 14.4208 0 18.1 0 0.74 6.461 93.3 2.0026 24 666 20.2 27.49 18.05 9.6
440 15.1772 0 18.1 0 0.74 6.152 100 1.9142 24 666 20.2 9.32 26.45 8.7
441 13.6781 0 18.1 0 0.74 5.935 87.9 1.8206 24 666 20.2 68.95 34.02 8.4
442 9.39063 0 18.1 0 0.74 5.627 93.9 1.8172 24 666 20.2 396.9 22.88 12.8
443 22.0511 0 18.1 0 0.74 5.818 92.4 1.8662 24 666 20.2 391.45 22.11 10.5
444 9.72418 0 18.1 0 0.74 6.406 97.2 2.0651 24 666 20.2 385.96 19.52 17.1
445 5.66637 0 18.1 0 0.74 6.219 100 2.0048 24 666 20.2 395.69 16.59 18.4
446 9.96654 0 18.1 0 0.74 6.485 100 1.9784 24 666 20.2 386.73 18.85 15.4
447 12.8023 0 18.1 0 0.74 5.854 96.6 1.8956 24 666 20.2 240.52 23.79 10.8
448 10.6718 0 18.1 0 0.74 6.459 94.8 1.9879 24 666 20.2 43.06 23.98 11.8
449 6.28807 0 18.1 0 0.74 6.341 96.4 2.072 24 666 20.2 318.01 17.79 14.9
450 9.92485 0 18.1 0 0.74 6.251 96.6 2.198 24 666 20.2 388.52 16.44 12.6
451 9.32909 0 18.1 0 0.713 6.185 98.7 2.2616 24 666 20.2 396.9 18.13 14.1
452 7.52601 0 18.1 0 0.713 6.417 98.3 2.185 24 666 20.2 304.21 19.31 13
453 6.71772 0 18.1 0 0.713 6.749 92.6 2.3236 24 666 20.2 0.32 17.44 13.4
454 5.44114 0 18.1 0 0.713 6.655 98.2 2.3552 24 666 20.2 355.29 17.73 15.2
455 5.09017 0 18.1 0 0.713 6.297 91.8 2.3682 24 666 20.2 385.09 17.27 16.1
456 8.24809 0 18.1 0 0.713 7.393 99.3 2.4527 24 666 20.2 375.87 16.74 17.8
457 9.51363 0 18.1 0 0.713 6.728 94.1 2.4961 24 666 20.2 6.68 18.71 14.9
458 4.75237 0 18.1 0 0.713 6.525 86.5 2.4358 24 666 20.2 50.92 18.13 14.1
459 4.66883 0 18.1 0 0.713 5.976 87.9 2.5806 24 666 20.2 10.48 19.01 12.7
460 8.20058 0 18.1 0 0.713 5.936 80.3 2.7792 24 666 20.2 3.5 16.94 13.5
461 7.75223 0 18.1 0 0.713 6.301 83.7 2.7831 24 666 20.2 272.21 16.23 14.9
462 6.80117 0 18.1 0 0.713 6.081 84.4 2.7175 24 666 20.2 396.9 14.7 20
463 4.81213 0 18.1 0 0.713 6.701 90 2.5975 24 666 20.2 255.23 16.42 16.4
464 3.69311 0 18.1 0 0.713 6.376 88.4 2.5671 24 666 20.2 391.43 14.65 17.7
465 6.65492 0 18.1 0 0.713 6.317 83 2.7344 24 666 20.2 396.9 13.99 19.5
466 5.82115 0 18.1 0 0.713 6.513 89.9 2.8016 24 666 20.2 393.82 10.29 20.2
467 7.83932 0 18.1 0 0.655 6.209 65.4 2.9634 24 666 20.2 396.9 13.22 21.4
468 3.1636 0 18.1 0 0.655 5.759 48.2 3.0665 24 666 20.2 334.4 14.13 19.9
469 3.77498 0 18.1 0 0.655 5.952 84.7 2.8715 24 666 20.2 22.01 17.15 19
470 4.42228 0 18.1 0 0.584 6.003 94.5 2.5403 24 666 20.2 331.29 21.32 19.1
471 15.5757 0 18.1 0 0.58 5.926 71 2.9084 24 666 20.2 368.74 18.13 19.1
472 13.0751 0 18.1 0 0.58 5.713 56.7 2.8237 24 666 20.2 396.9 14.76 20.1
473 4.34879 0 18.1 0 0.58 6.167 84 3.0334 24 666 20.2 396.9 16.29 19.9
474 4.03841 0 18.1 0 0.532 6.229 90.7 3.0993 24 666 20.2 395.33 12.87 19.6
475 3.56868 0 18.1 0 0.58 6.437 75 2.8965 24 666 20.2 393.37 14.36 23.2
476 4.64689 0 18.1 0 0.614 6.98 67.6 2.5329 24 666 20.2 374.68 11.66 29.8
477 8.05579 0 18.1 0 0.584 5.427 95.4 2.4298 24 666 20.2 352.58 18.14 13.8
478 6.39312 0 18.1 0 0.584 6.162 97.4 2.206 24 666 20.2 302.76 24.1 13.3
479 4.87141 0 18.1 0 0.614 6.484 93.6 2.3053 24 666 20.2 396.21 18.68 16.7
480 15.0234 0 18.1 0 0.614 5.304 97.3 2.1007 24 666 20.2 349.48 24.91 12
481 10.233 0 18.1 0 0.614 6.185 96.7 2.1705 24 666 20.2 379.7 18.03 14.6
482 14.3337 0 18.1 0 0.614 6.229 88 1.9512 24 666 20.2 383.32 13.11 21.4
483 5.82401 0 18.1 0 0.532 6.242 64.7 3.4242 24 666 20.2 396.9 10.74 23
484 5.70818 0 18.1 0 0.532 6.75 74.9 3.3317 24 666 20.2 393.07 7.74 23.7
485 5.73116 0 18.1 0 0.532 7.061 77 3.4106 24 666 20.2 395.28 7.01 25
486 2.81838 0 18.1 0 0.532 5.762 40.3 4.0983 24 666 20.2 392.92 10.42 21.8
487 2.37857 0 18.1 0 0.583 5.871 41.9 3.724 24 666 20.2 370.73 13.34 20.6
488 3.67367 0 18.1 0 0.583 6.312 51.9 3.9917 24 666 20.2 388.62 10.58 21.2
489 5.69175 0 18.1 0 0.583 6.114 79.8 3.5459 24 666 20.2 392.68 14.98 19.1
490 4.83567 0 18.1 0 0.583 5.905 53.2 3.1523 24 666 20.2 388.22 11.45 20.6
491 0.15086 0 27.74 0 0.609 5.454 92.7 1.8209 4 711 20.1 395.09 18.06 15.2
492 0.18337 0 27.74 0 0.609 5.414 98.3 1.7554 4 711 20.1 344.05 23.97 7
493 0.20746 0 27.74 0 0.609 5.093 98 1.8226 4 711 20.1 318.43 29.68 8.1
494 0.10574 0 27.74 0 0.609 5.983 98.8 1.8681 4 711 20.1 390.11 18.07 13.6
495 0.11132 0 27.74 0 0.609 5.983 83.5 2.1099 4 711 20.1 396.9 13.35 20.1
496 0.17331 0 9.69 0 0.585 5.707 54 2.3817 6 391 19.2 396.9 12.01 21.8
497 0.27957 0 9.69 0 0.585 5.926 42.6 2.3817 6 391 19.2 396.9 13.59 24.5
498 0.17899 0 9.69 0 0.585 5.67 28.8 2.7986 6 391 19.2 393.29 17.6 23.1
499 0.2896 0 9.69 0 0.585 5.39 72.9 2.7986 6 391 19.2 396.9 21.14 19.7
500 0.26838 0 9.69 0 0.585 5.794 70.6 2.8927 6 391 19.2 396.9 14.1 18.3
501 0.23912 0 9.69 0 0.585 6.019 65.3 2.4091 6 391 19.2 396.9 12.92 21.2
502 0.17783 0 9.69 0 0.585 5.569 73.5 2.3999 6 391 19.2 395.77 15.1 17.5
503 0.22438 0 9.69 0 0.585 6.027 79.7 2.4982 6 391 19.2 396.9 14.33 16.8
504 0.06263 0 11.93 0 0.573 6.593 69.1 2.4786 1 273 21 391.99 9.67 22.4
505 0.04527 0 11.93 0 0.573 6.12 76.7 2.2875 1 273 21 396.9 9.08 20.6
506 0.06076 0 11.93 0 0.573 6.976 91 2.1675 1 273 21 396.9 5.64 23.9
507 0.10959 0 11.93 0 0.573 6.794 89.3 2.3889 1 273 21 393.45 6.48 22
508 0.04741 0 11.93 0 0.573 6.03 80.8 2.505 1 273 21 396.9 7.88 11.9

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,20 @@
Name,Sex,Age,Height,Weight
Alfred,M,14,69,112.5
Alice,F,13,56.5,84
Barbara,F,13,65.3,98
Carol,F,14,62.8,102.5
Henry,M,14,63.5,102.5
James,M,12,57.3,83
Jane,F,12,59.8,84.5
Janet,F,15,62.5,112.5
Jeffrey,M,13,62.5,84
John,M,12,59,99.5
Joyce,F,11,51.3,50.5
Judy,F,14,64.3,90
Louise,F,12,56.3,77
Mary,F,15,66.5,112
Philip,M,16,72,150
Robert,M,12,64.8,128
Ronald,M,15,67,133
Thomas,M,11,57.5,85
William,M,15,66.5,112
1 Name Sex Age Height Weight
2 Alfred M 14 69 112.5
3 Alice F 13 56.5 84
4 Barbara F 13 65.3 98
5 Carol F 14 62.8 102.5
6 Henry M 14 63.5 102.5
7 James M 12 57.3 83
8 Jane F 12 59.8 84.5
9 Janet F 15 62.5 112.5
10 Jeffrey M 13 62.5 84
11 John M 12 59 99.5
12 Joyce F 11 51.3 50.5
13 Judy F 14 64.3 90
14 Louise F 12 56.3 77
15 Mary F 15 66.5 112
16 Philip M 16 72 150
17 Robert M 12 64.8 128
18 Ronald M 15 67 133
19 Thomas M 11 57.5 85
20 William M 15 66.5 112

View File

@ -0,0 +1,443 @@
"","x.age","x.sex","x.bmi","x.map","x.tc","x.ldl","x.hdl","x.tch","x.ltg","x.glu","y","x2.age","x2.sex","x2.bmi","x2.map","x2.tc","x2.ldl","x2.hdl","x2.tch","x2.ltg","x2.glu","x2.age^2","x2.bmi^2","x2.map^2","x2.tc^2","x2.ldl^2","x2.hdl^2","x2.tch^2","x2.ltg^2","x2.glu^2","x2.age:sex","x2.age:bmi","x2.age:map","x2.age:tc","x2.age:ldl","x2.age:hdl","x2.age:tch","x2.age:ltg","x2.age:glu","x2.sex:bmi","x2.sex:map","x2.sex:tc","x2.sex:ldl","x2.sex:hdl","x2.sex:tch","x2.sex:ltg","x2.sex:glu","x2.bmi:map","x2.bmi:tc","x2.bmi:ldl","x2.bmi:hdl","x2.bmi:tch","x2.bmi:ltg","x2.bmi:glu","x2.map:tc","x2.map:ldl","x2.map:hdl","x2.map:tch","x2.map:ltg","x2.map:glu","x2.tc:ldl","x2.tc:hdl","x2.tc:tch","x2.tc:ltg","x2.tc:glu","x2.ldl:hdl","x2.ldl:tch","x2.ldl:ltg","x2.ldl:glu","x2.hdl:tch","x2.hdl:ltg","x2.hdl:glu","x2.tch:ltg","x2.tch:glu","x2.ltg:glu"
"1",0.0380759064334241,0.0506801187398187,0.0616962065186885,0.0218723549949558,-0.0442234984244464,-0.0348207628376986,-0.0434008456520269,-0.00259226199818282,0.0199084208763183,-0.0176461251598052,151,0.038075906433423,0.0506801187398183,0.0616962065186835,0.0218723549949555,-0.044223498424446,-0.034820762837699,-0.0434008456520249,-0.00259226199818327,0.0199084208763174,-0.0176461251598038,-0.0148551624981244,0.0225045739060872,-0.0310446765097524,-0.00433111970083595,-0.0137399242523993,-0.00463142483760742,-0.0304484628906324,-0.0288162192140816,-0.027525561775169,0.0328649757889785,0.0405716740563147,0.00166064095920588,-0.0465532511209619,-0.0382447104337485,-0.0345115069409769,-0.012112260878828,0.0030648915648428,-0.0302775065790892,0.0621030122547407,0.0122820370761595,-0.0485722317941718,-0.0441240238028508,-0.030804298141063,-0.0195479919484543,0.0142268227669149,-0.0293859648154392,0.00900089875753169,-0.0717180777831974,-0.0603176794281382,-0.0413575386150322,-0.0240342003514448,0.00482619355389497,-0.0410278366900181,-0.0327209535943078,-0.0257474212008051,-0.0112074290959139,-0.0138251130574591,-0.0101938360524957,-0.0257784633196462,-0.00686896466070258,0.0398230898731766,-0.0193030537298928,-0.0428915071573702,0.000962970049780259,0.0423549303729145,-0.0220378304616975,-0.0311245646076788,-0.000922109490861135,0.0334936252426516,0.000852148707692385,0.0311502575998521,-0.0281911756717842,-0.0176581552772387,-0.0277936831188906
"2",-0.00188201652779104,-0.044641636506989,-0.0514740612388061,-0.0263278347173518,-0.00844872411121698,-0.019163339748222,0.0744115640787594,-0.0394933828740919,-0.0683297436244215,-0.09220404962683,75,-0.0018820165277906,-0.0446416365069889,-0.0514740612388005,-0.0263278347173517,-0.00844872411121685,-0.0191633397482222,0.0744115640787573,-0.0394933828740933,-0.0683297436244167,-0.0922040496268239,-0.0412915429199698,0.00564277328458802,-0.0273076608989145,-0.0309389015906613,-0.024801031934002,0.0400365241171023,-0.00948548235226443,0.0371612444122533,0.0880219609141294,-0.00660999280061308,-0.00676480377922374,-0.0159342243474914,-0.0117287997176067,-0.00965554056350056,0.000699547688135526,-0.00836899629194366,-0.010201679519104,-0.0113801440047604,0.0445181908638052,0.0137392709649757,0.00622262123573813,0.0112617658501637,-0.0565675488119957,0.0224021267067543,0.0575880019287151,0.0784642524736441,0.0091148702261925,-0.00283553670771013,0.00870973138585412,-0.0671553343614269,0.0240456899327673,0.055299443996021,0.0806093115302844,-0.00703998031114477,0.00184624044138617,-0.0319794276664497,0.00987452004254188,0.0203696547240473,0.0313619644359448,-0.026235312318019,-0.0164622947980466,-0.0155012001908042,-0.0123430994788801,0.000932683142754431,-0.0212564242578439,-0.0115642515825463,0.0129733755090618,0.0237834359487639,-0.0238146612918248,-0.0945055990001922,-0.140377589448139,0.0252977154507378,0.0530335390342874,0.104013276820245
"3",0.0852989062966783,0.0506801187398187,0.0444512133365941,-0.00567061055493425,-0.0455994512826475,-0.0341944659141195,-0.0323559322397657,-0.00259226199818282,0.00286377051894013,-0.0259303389894746,141,0.0852989062966755,0.0506801187398183,0.0444512133365907,-0.00567061055493434,-0.0455994512826472,-0.0341944659141199,-0.0323559322397641,-0.00259226199818327,0.00286377051894033,-0.0259303389894727,0.0916434391368713,-0.00417642140667041,-0.0388099037506294,-0.00258593662516533,-0.0143055610531069,-0.0148614559552319,-0.0304484628906324,-0.0348099250364741,-0.02243261233058,0.0840517453310858,0.0708891293159234,-0.0279128686509667,-0.0917442739094573,-0.0716415162895924,-0.060292091965198,-0.0147605279027446,-0.00776351737802842,-0.0646990886517641,0.0435615292401802,-0.0181579596887773,-0.0500315235509747,-0.0434530875260124,-0.0179545692956378,-0.0195479919484543,-0.00412168402876947,-0.0384231554244371,-0.0226918084269877,-0.0564432291255567,-0.0464818380292779,-0.0136167525311802,-0.0230540269980099,-0.0194513971846466,-0.0423606976975263,-0.0062598620995419,-0.0049233842767764,0.0120934524955339,-0.0122818753554297,-0.0203183065119236,-0.0149534837719668,-0.0065969775183954,0.0300168639783543,-0.0192411417603178,-0.0271777643267647,0.00987160659840789,0.033586964591413,-0.0220633407083399,-0.0180161690721766,0.00491345530064829,0.0329558783789466,0.0182807986260919,0.0327952439416963,-0.0273318270686805,-0.0172359590436968,-0.022303736816539
"4",-0.0890629393522603,-0.044641636506989,-0.0115950145052127,-0.0366564467985606,0.0121905687618,0.0249905933641021,-0.0360375700438527,0.0343088588777263,0.0226920225667445,-0.0093619113301358,206,-0.0890629393522567,-0.0446416365069889,-0.0115950145052109,-0.0366564467985604,0.0121905687618,0.0249905933641022,-0.036037570043851,0.0343088588777268,0.0226920225667434,-0.00936191133013488,0.103640330128407,-0.0310170858965227,-0.0159874155608658,-0.0298483889804742,-0.0214340114197961,-0.0117828858431991,-0.0146503349268825,-0.0269850700933837,-0.0306820951728691,0.0766292448704794,0.0129034053949937,0.0562904031993087,-0.0342989420300201,-0.0571356258420052,0.0786805432124302,-0.0760817035889675,-0.0555091413398771,0.00337859344205518,0.00674978171260364,0.0237941847899894,-0.0130586592105299,-0.0304033769415045,0.0566194244221747,-0.050554601389262,-0.0287218500421114,-0.00113993714603886,-0.00929251860066593,-0.0153834200800705,-0.0193921008426697,0.0279274130698514,-0.0292499537273335,-0.0280603703457815,-0.0160690141522585,-0.0214874364356105,-0.0291135216326405,0.0354925517272733,-0.0397827563941866,-0.0385992764666214,-0.0109701271940759,-0.0242291836557686,-0.0122792654475566,-0.0140331587222177,-0.0186440420163486,-0.0188580962453177,-0.00987842467815741,-0.00998395136803574,-0.00337275550377794,-0.0191092831982032,0.0081586184143522,0.001897732335907,0.0215138965718504,-0.0120454909125379,-0.0248722039634121,-0.0250419366997782
"5",0.00538306037424807,-0.044641636506989,-0.0363846922044735,0.0218723549949558,0.00393485161259318,0.0155961395104161,0.00814208360519211,-0.00259226199818282,-0.0319914449413559,-0.0466408735636482,135,0.00538306037424824,-0.0446416365069889,-0.0363846922044693,0.0218723549949555,0.00393485161259326,0.0155961395104161,0.00814208360519228,-0.00259226199818327,-0.0319914449413535,-0.0466408735636449,-0.0408265979088352,-0.0136807215116181,-0.0310446765097524,-0.0317282077228268,-0.026423638379566,-0.0268506699940182,-0.0304484628906324,-0.0191324512010173,-0.00122841851396909,-0.0135465959398708,-0.012917320905025,-0.0144024121450549,-0.0116206046380032,-0.00865024226348658,0.00498016942319217,-0.0102788452468857,-0.0165418441134961,-0.0208710561605729,0.0302274414552425,-0.0331836602184214,-0.00534614703202269,-0.0215384529432772,0.0113446351285065,-0.0140762373412539,0.0231308241409316,0.0346819481828185,-0.0334523098883672,-0.0154230196724137,-0.0255070025130311,0.0119441348323745,-0.0184594644037839,0.00340886358913354,0.0170453174759943,-0.00998370039399319,-0.00171492652414081,0.0119825520966184,-0.0138251130574591,-0.0356386917132688,-0.038658354238658,-0.0276482685680629,-0.0018670730978759,-0.0214699726650182,-0.0270791696150981,-0.0203958710907172,0.0123759490780511,-0.0240914053164124,-0.0268464903287977,-0.0296874121185648,0.030984139878695,0.0144891319598384,0.00538565902071688,-0.0255745143583194,-0.0161804684598421,0.00873519874707534
"6",-0.0926954778032799,-0.044641636506989,-0.0406959404999971,-0.0194420933298793,-0.0689906498720667,-0.0792878444118122,0.0412768238419757,-0.076394503750001,-0.0411803851880079,-0.0963461565416647,97,-0.0926954778032761,-0.0446416365069889,-0.0406959404999925,-0.0194420933298793,-0.0689906498720663,-0.0792878444118129,0.0412768238419748,-0.0763945037500034,-0.0411803851880048,-0.0963461565416583,0.115709254854061,-0.00883701451738252,-0.0327918526382835,0.0352626532848092,0.0526602897013096,-0.00683040348906031,0.0482386066882214,-0.00874971436816851,0.0990402558415625,0.0800975464401083,0.0704832806311581,0.0234365272921502,0.118968539632341,0.143871818941206,-0.0851146968084602,0.143219933856352,0.0675437503935968,0.184368682719467,0.0343105127148318,0.00703599508163326,0.0627810438781243,0.0679972794388182,-0.0226114568417446,0.0588804907547624,0.0318440814819462,0.0824444619546283,-0.0020460266247006,0.0488321409952076,0.0580412283870737,-0.0190229455643413,0.0476394963881885,0.0146962189237323,0.0634061397807656,0.0171122203932631,0.0244459436516931,-0.00818834271747913,0.0195036026290302,-0.00200813816670592,0.0201031993883727,0.0483666130214823,-0.0654803859298034,0.0701909475338339,0.0350969956529422,0.130960089514876,-0.0612519836201182,0.0717191451133754,0.0560369456385581,0.149663022266507,-0.0278444433445282,-0.0180308996952476,-0.075512751835102,0.0339989574071917,0.126146572936409,0.0577886516871124
"7",-0.0454724779400257,0.0506801187398187,-0.0471628129432825,-0.015999222636143,-0.040095639849843,-0.0248000120604336,0.000778807997017968,-0.0394933828740919,-0.0629129499162512,-0.0383566597339788,138,-0.0454724779400237,0.0506801187398183,-0.0471628129432773,-0.015999222636143,-0.0400956398498427,-0.0248000120604339,0.000778807997018393,-0.0394933828740933,-0.0629129499162468,-0.038356659733976,-0.00355896328393352,-0.000555516747579884,-0.034915156962169,-0.00924586588378609,-0.0215581881292861,-0.0276537752406353,-0.00948548235226443,0.0261833276710403,-0.0111624080757801,-0.0576962318624419,0.0362730290419516,-0.000704451656201736,0.0253000974725321,0.0132605929117162,0.00313535317765844,0.0288740424494596,0.0473851196310185,0.0237277847980145,-0.0549400992746722,-0.0295729584756286,-0.0441943565237631,-0.0333890433734355,0.0205946172406378,-0.0609606274618937,-0.0749300946794753,-0.0519789413379339,-0.00277122408144176,0.0288724121526246,0.0127443569951608,0.0177527104241745,0.0203124290242131,0.0431701364244515,0.0193800351460187,0.00200587439165389,-0.000501973631085994,0.00806298987555708,0.00105774957219044,0.00260767401849853,-0.00547638454684384,-0.0145357824803414,-0.00326458086090795,0.00619321255546504,0.0284218560046411,0.0177496311315475,0.00920754632743378,-0.00806639008277836,0.0184962813811995,0.00629765859172306,0.0308028704045102,0.0192673193195207,0.0132544356681896,0.0211369904048348,0.0112242142742037,0.0269860452317196
"8",0.0635036755905609,0.0506801187398187,-0.00189470584028465,0.0666296740135272,0.0906198816792644,0.108914381123697,0.0228686348215404,0.0177033544835672,-0.0358167281015492,0.00306440941436832,63,0.063503675590559,0.0506801187398183,-0.00189470584028368,0.0666296740135265,0.090619881679264,0.108914381123697,0.0228686348215401,0.0177033544835672,-0.0358167281015465,0.00306440941436848,0.0323596759565468,-0.0329243817192768,0.0378838484243839,0.0840102000073463,0.125625877924697,-0.0212671763746795,-0.026308679687707,-0.0151270305437726,-0.0317861151815026,0.0604270824654978,-0.0113296706372693,0.0780014576430322,0.105847511499006,0.134778834229009,0.0377684499108324,0.0143441661593129,-0.0608516484595162,-0.0109091366589389,-0.00626870636145101,0.0617470318191818,0.0944383603725125,0.109855851731576,0.0462940749314882,0.00322895758393736,-0.0457611061886545,-0.00679298829294457,-0.0202018807551889,-0.016044265675543,-0.0175554889686951,0.0176050194475945,-0.0212629614379295,-0.0207620168025318,-0.0184530034614233,0.118493810482665,0.14900473668715,0.0396625246878983,0.0128960726037934,-0.0734466686429589,-0.013793009269941,0.110200069255674,0.0432031851891619,0.00655361798221895,-0.0924591966068138,-0.0101757543227696,0.0635673298752813,0.00684062113304919,-0.101758038137772,-0.00693925915749089,0.0389843873010683,0.0018680364634926,0.0155023250230582,-0.0395197366765709,-0.0174909084600868,-0.0230071720599637
"9",0.0417084448844436,0.0506801187398187,0.0616962065186885,-0.0400993174922969,-0.0139525355440215,0.00620168565673016,-0.0286742944356786,-0.00259226199818282,-0.0149564750249113,0.0113486232440377,110,0.0417084448844424,0.0506801187398183,0.0616962065186835,-0.0400993174922966,-0.0139525355440213,0.00620168565673009,-0.0286742944356772,-0.00259226199818327,-0.0149564750249099,0.0113486232440374,-0.00955740877970156,0.0225045739060872,-0.0113889450537842,-0.029197952340987,-0.02910340608727,-0.0176085858067559,-0.0304484628906324,-0.0314822598293453,-0.0301016084619806,0.0368024195999099,0.0452819389982141,-0.0546172495122257,-0.0239773167807327,-0.00498275112545622,-0.0238825055141004,-0.0123159737268216,-0.0260602068112379,-0.00467875192937979,0.0621030122547407,-0.0562079556449483,-0.016467813144508,-0.000177697669931729,-0.0136713263471627,-0.0195479919484543,-0.0233051163436824,0.00224420231605329,-0.0666618676538972,-0.0310501731903485,-0.004585974560005,-0.0210215963106599,-0.0240342003514448,-0.0426061496455996,-0.00373573330031678,0.000235570550349741,-0.0145689047549187,0.031971169128181,-0.010352828227893,-0.00651104728694577,-0.0271820411765607,-0.0297268312321458,0.00626290299639631,-0.0206651170605431,-0.0200679791904862,-0.0198378491150454,0.00577460396386221,-0.0237087516167761,-0.0179023324561471,-0.0125852182626633,0.0327766294243783,0.0300641898908337,0.00660775972279424,-0.0264333748978242,-0.0191358420946353,-0.0241956939326532
"10",-0.0709002470971626,-0.044641636506989,0.0390621529671896,-0.0332135761048244,-0.0125765826858204,-0.034507614375909,-0.0249926566315915,-0.00259226199818282,0.0677363261102861,-0.0135040182449705,310,-0.0709002470971596,-0.0446416365069889,0.0390621529671867,-0.0332135761048242,-0.0125765826858202,-0.0345076143759094,-0.0249926566315902,-0.00259226199818327,0.0677363261102821,-0.0135040182449693,0.0505318225185061,-0.0107363422046209,-0.0201733583707481,-0.029713390414421,-0.0140240259078932,-0.0200242753977713,-0.0304484628906324,0.0359143987415056,-0.0293458804798801,0.0592877370223352,-0.0670085729742679,0.0358511978062962,0.00621420741313271,0.0409467339188551,0.0452121672360286,-0.0060008754390203,-0.11413491046487,0.00614224235970996,-0.0412263055875713,0.0204425468483181,0.0100788773249917,0.0257411417139348,0.0453007270987576,-0.0140762373412539,-0.0714343498501999,0.00284027233494529,-0.0433781281846461,-0.0230030538171274,-0.0426933904291445,-0.00327627429954743,-0.0227477228250615,0.0360868137779014,-0.0293285597075237,-0.00282475083083513,0.0158287818327236,0.0253944215619516,-0.0107386376534003,-0.0703827370160872,-0.00883068662363824,-0.0224114560103895,0.00436854577956827,-0.0207270290301181,-0.0422936549335256,-0.0125658484479578,0.0283036006815002,-0.0220505855850187,-0.0673293020102505,-0.00410461011093667,0.03259738046981,-0.017875344976723,0.0215166123511883,-0.0306025389259674,-0.0178692533940096,-0.038958065538411
"11",-0.0963280162542995,-0.044641636506989,-0.0838084234552331,0.0081008722200108,-0.103389471327095,-0.0905611890362353,-0.0139477432193303,-0.076394503750001,-0.0629129499162512,-0.0342145528191441,101,-0.0963280162542956,-0.0446416365069889,-0.0838084234552244,0.00810087222001058,-0.103389471327094,-0.0905611890362362,-0.0139477432193294,-0.0763945037500034,-0.0629129499162468,-0.0342145528191416,0.128260587314272,0.0694008822594848,-0.0382275117077857,0.11899261068429,0.0777172456973508,-0.0252827026077652,0.0482386066882214,0.0261833276710403,-0.0154032468391023,0.0835658480097372,0.16087378800144,-0.0345765695330918,0.19199141448245,0.172714096213409,0.0352382551976006,0.149223394131925,0.114820399616728,0.0584111221646523,0.0751412253107254,-0.0197771084517365,0.094916511288571,0.0786351882366909,0.0339820297753406,0.0588804907547624,0.0524516188121012,0.022741319739866,-0.0311389881493366,0.176376802160703,0.154117726455148,0.0447383635964838,0.119854281175686,0.0940082884937923,0.0414455175409384,-0.0299206716161648,-0.0251374761365117,0.00599511037143709,-0.0259759355108147,-0.0313780879817152,-0.0235689093827517,0.103078390254441,0.0292798811707121,0.115804915134174,0.111869897391234,0.0620559474037019,0.0369812682414977,0.0852514066728835,0.109597111501988,0.0523280247242744,0.0513931198814494,0.0402004969049108,0.024658769045197,0.0662895102930346,0.0328299875493188,0.0218221845651135
"12",0.0271782910803654,0.0506801187398187,0.0175059114895716,-0.0332135761048244,-0.00707277125301585,0.0459715403040008,-0.0654906724765493,0.0712099797536354,-0.0964332228917841,-0.0590671943081523,69,0.0271782910803648,0.0506801187398183,0.0175059114895707,-0.0332135761048242,-0.00707277125301572,0.045971540304001,-0.0654906724765466,0.0712099797536368,-0.0964332228917775,-0.0590671943081483,-0.0278539772460471,-0.0285098814093459,-0.0201733583707481,-0.0312404709680542,-0.00195063605454555,0.0247775244313764,0.0379089015389853,0.10866390364971,0.017303345916664,0.0210526443561846,0.00119876656007762,-0.0373249330050278,-0.0159928905957719,0.0158155460073883,-0.0374773713173883,0.0318920105678833,-0.0681526447695984,-0.0511425993574518,0.0145904620299295,-0.0485979564537141,-0.00917135436049347,0.0424267559093104,-0.0565037558319133,0.0632772790784245,-0.111014551889741,-0.0745719178604286,-0.0292097801622301,-0.0150015981804647,0.00470994617373299,-0.00708589773487119,0.00680545080839797,-0.0594838248214917,-0.0398880615504209,-0.00677068683613219,-0.0424252776148215,0.0530628911869895,-0.0637206470057533,0.0518384379024084,0.0219038678986605,-0.0330803665923751,0.0076572461132263,-0.0300351596700574,-0.0101479061058294,-0.00707191780370969,-0.0555769225766986,0.0279820121017974,-0.113477552746715,-0.0723034919139516,-0.0562099409522386,0.163066547246834,0.100924836287427,-0.160745449729372,-0.101250969923214,0.0920397517461501
"13",0.0162806757273067,-0.044641636506989,-0.0288400076873072,-0.00911348124867051,-0.00432086553661359,-0.00976888589453599,0.0449584616460628,-0.0394933828740919,-0.0307512098645563,-0.0424987666488135,179,0.0162806757273065,-0.0446416365069889,-0.0288400076873037,-0.00911348124867057,-0.00432086553661348,-0.00976888589453619,0.0449584616460617,-0.0394933828740933,-0.030751209864554,-0.0424987666488105,-0.0365111223829506,-0.0208534225775204,-0.037924182518342,-0.0316832082008091,-0.0283578842068757,-0.00294872813041037,-0.00948548235226443,-0.0203340774377603,-0.00643746530073569,-0.0239515006487573,-0.018669202081458,-0.0203802933753772,-0.0134958315637227,-0.0137513153576659,0.0209999225595279,-0.0238869291008617,-0.0234643454387341,-0.0307249255117929,0.0230820667509611,-0.00301891874338039,0.00236636514648452,0.00239684185193639,-0.0263843559495503,0.0224021267067543,0.0219547921832262,0.0307017387018343,-0.0125023272752996,-0.00959194316887016,-0.00680750388194992,-0.0104461186271781,0.00444607016285747,-0.00270220504380474,0.00721920503106644,-0.0109914687592098,-0.00720897718131591,-0.000108835762610211,-0.00482009740804384,-0.0136724935132437,-0.0100737245289938,-0.0279175224810594,-0.00686594823937531,-0.0183309062011871,-0.0216566537623027,-0.012260122122321,0.000114230150714297,-0.0173940207488262,-0.00924503191324391,-0.00519415081581439,-0.00196764861329083,-0.0108625217235847,-0.0290446034573413,-0.00356695155091513,0.0144403161788256,0.00506489431414392
"14",0.00538306037424807,0.0506801187398187,-0.00189470584028465,0.0081008722200108,-0.00432086553661359,-0.0157187066685371,-0.0029028298070691,-0.00259226199818282,0.0383932482116977,-0.0135040182449705,185,0.00538306037424824,0.0506801187398183,-0.00189470584028368,0.00810087222001058,-0.00432086553661348,-0.0157187066685373,-0.00290282980706855,-0.00259226199818327,0.0383932482116956,-0.0135040182449693,-0.0408265979088352,-0.0329243817192768,-0.0382275117077857,-0.0316832082008091,-0.02637341142499,-0.0275581674731809,-0.0304484628906324,-0.0121744732696678,-0.0293458804798801,-0.00257201850940338,-0.00901521611935625,-0.016067701759419,-0.0125311114106839,-0.012188883635527,0.00359602894114761,-0.0102788452468857,-0.00855608267268536,-0.0168838534269521,-0.00626870636145101,-0.00293796130630886,-0.00625277084688767,-0.0236604673592778,0.0163113742921628,-0.0195479919484543,0.0341256750677156,-0.0248673695109403,-0.0180073485199039,-0.0121271938225847,-0.0123555596886292,0.0186979326742805,-0.0204198111106536,-0.0238625174902816,-0.0177985750236132,-0.0125970501309448,-0.0119243033104721,0.00783558506917913,-0.0130534942064444,-0.0129828246315402,-0.0201615308328929,-0.0275562155969428,-0.00229771815311462,-0.0210985008475682,-0.0279176413211973,-0.0150362314493189,0.0106140180941038,-0.0228158929842913,-0.0291486385921123,-0.00954366374087447,0.0315218867424,0.0178562767797807,0.014807861449497,-0.02912313439292,-0.0178692533940096,-0.0311060374545613
"15",0.0453409833354632,-0.044641636506989,-0.0256065714656645,-0.0125563519424068,0.0176943801946045,-6.12835790604833e-05,0.0817748396869335,-0.0394933828740919,-0.0319914449413559,-0.0756356219674911,118,0.0453409833354619,-0.0446416365069889,-0.0256065714656613,-0.0125563519424068,0.0176943801946045,-6.12835790606111e-05,0.0817748396869312,-0.0394933828740933,-0.0319914449413535,-0.0756356219674861,-0.00377724732672101,-0.0234194686808254,-0.0366259335888552,-0.0275258330053667,-0.0296066627523695,0.0540972397840675,-0.00948548235226443,-0.0191324512010173,0.048789821321619,-0.0516979132057882,-0.0332024945477396,-0.0298362145943957,0.00438253653658929,-0.0104709677932547,0.090277386380948,-0.0487156215951305,-0.0434848236545413,-0.0919147909749358,0.0200197633062691,0.000332719198290826,-0.0182003339962014,-0.00676357961289846,-0.0641133470276071,0.0224021267067543,0.0231308241409316,0.0625434145497075,-0.0113408483702795,-0.022171754625832,-0.01297681845062,-0.0282931163310108,0.00164612448144177,-0.00419448051341385,0.0220434409728715,-0.0166373776637658,-0.009132451750884,-0.0128019172730644,-0.0018811739179267,-0.010950301183924,0.00134820153033177,-0.0285259845369287,0.029388238656685,-0.0334226715898961,-0.0363038668910372,-0.0459848788209841,0.0095173056628236,-0.0234181155539821,-0.0158167103111373,-0.0139945848830465,-0.0292764144614583,-0.0387338212685593,-0.125175432651247,-0.00261430734386987,0.0401691314158001,0.0271160813943415
"16",-0.0527375548420648,0.0506801187398187,-0.0180618869484982,0.0804011567884723,0.0892439288210632,0.107661787276539,-0.0397192078479398,0.108111100629544,0.0360557900898319,-0.0424987666488135,171,-0.0527375548420625,0.0506801187398183,-0.0180618869484957,0.0804011567884714,0.0892439288210629,0.107661787276539,-0.039719207847938,0.108111100629547,0.0360557900898299,-0.0424987666488105,0.00948350827254659,-0.0282216494303461,0.0731185670319729,0.0805156000300087,0.122075836775259,-0.0083728754706576,0.127229246506971,-0.0148617069384486,-0.00643746530073569,-0.0655711194843046,0.0112189471840804,-0.11229665280676,-0.108481380848899,-0.129602300961255,0.0527249154860271,-0.133321405435033,-0.0529899331455672,0.0348394492100505,-0.0236513466876014,0.0769670302016502,0.0929790686157096,0.108513979177899,-0.0265210551925879,0.104689914591864,0.0316094095336962,-0.0564975366424328,-0.0464415682541658,-0.0474056085099054,-0.0558314065850382,0.0346319805862313,-0.0633423480416492,-0.0366188218301297,-0.0023298070843383,0.143044398956135,0.179498268746673,-0.057370604799014,0.175278351756183,0.0450250717827963,-0.0873360331522412,0.10652286200339,-0.0808766428767572,0.146178668194926,0.0429912112199115,-0.100372163524092,-0.0829845370315371,0.15943275969058,0.0696171263558047,-0.112177618077124,-0.0492700333601502,-0.011982742135972,0.0518895004983487,0.0486262567690284,-0.108887214842929,-0.0511966252665942
"17",-0.00551455497881059,-0.044641636506989,0.0422955891888323,0.0494153205448459,0.0245741444856101,-0.0238605666750649,0.0744115640787594,-0.0394933828740919,0.0522799997967812,0.0279170509033766,166,-0.00551455497881003,-0.0446416365069889,0.0422955891888291,0.0494153205448453,0.0245741444856101,-0.0238605666750653,0.0744115640787573,-0.0394933828740933,0.0522799997967782,0.0279170509033752,-0.0408004038237007,-0.00690198345369553,0.00312232335188289,-0.0234196266212509,-0.0221564085780404,0.0400365241171023,-0.00948548235226443,0.00726938025981971,-0.0209233468822702,-0.00314169123098422,-0.0137029545975599,-0.0231687000690863,-0.0148310098158754,-0.00765048153203139,-0.00559318462552648,-0.00526540973016005,-0.0189886534593884,-0.0187001612370961,-0.0442886090322633,-0.0599967637517911,-0.0246274274782907,0.0156942278492773,-0.0565675488119957,0.0224021267067543,-0.0567781495592757,-0.0369618224748962,0.0236570313694307,0.0103274554615834,-0.0352341404214042,0.089018228245997,-0.0571527348282878,0.026500961974328,0.00628325444996281,0.014371164471079,-0.0348454583065966,0.0839569106971611,-0.0547817967400353,0.0379532760773642,0.0100776432684682,-0.0367513812649672,0.0378187295543481,-0.0381388482738677,0.00248216855143117,-0.00112739798607011,-0.0288261380064669,-0.00864936699940636,-0.0433280076529448,-0.028373320153774,-0.0238146612918248,0.108270555709827,0.0606455610523759,-0.0673445388547242,-0.0402334161997454,0.00808909191501651
"18",0.0707687524926,0.0506801187398187,0.0121168511201671,0.0563010619323185,0.034205814493018,0.0494161733836856,-0.0397192078479398,0.0343088588777263,0.027367707542609,-0.00107769750046639,144,0.0707687524925978,0.0506801187398183,0.0121168511201667,0.0563010619323178,0.034205814493018,0.0494161733836859,-0.039719207847938,0.0343088588777268,0.0273677075426077,-0.00107769750046597,0.0501912994117577,-0.0308367302137579,0.0157893502892853,-0.0154253163750567,0.00234915997527382,-0.0083728754706576,-0.0146503349268825,-0.0233706698061683,-0.0319022125236803,0.0683019700873605,0.00922135251088012,0.0724557889844213,0.0375407373778276,0.0629994659118233,-0.0614782968363241,0.0425493745060751,0.0279093531677373,-0.0169637496649355,0.00879624858787936,0.0503320330323305,0.0346073983435935,0.0461169054319219,-0.0265210551925879,0.0218646435649851,0.02225671890545,-0.0113115835974435,-0.00420350982667951,-0.00328026497079919,0.000173657519128886,0.00780285975508575,-0.011412495452231,-0.0149461109002657,-0.0186041873798106,0.0297292212117807,0.0514843075642262,-0.037680180062663,0.0291513233502779,0.0145833820119358,-0.0191720805232937,-0.00475489056617718,-0.0325866735432748,-0.00092257635990907,-0.00482323170050414,-0.0171460288217515,-0.0328818189336094,0.00318364922618304,0.0139198134541385,-0.015235577376197,0.00578623973867211,-0.00418590300993152,0.0148889468611588,-0.00892549588628089,-0.0192843926212522,-0.0214166906493593
"19",-0.0382074010379866,-0.044641636506989,-0.0105172024313319,-0.0366564467985606,-0.0373437341334407,-0.0194764882100115,-0.0286742944356786,-0.00259226199818282,-0.0181182673078967,-0.0176461251598052,97,-0.0382074010379848,-0.0446416365069889,-0.0105172024313301,-0.0366564467985604,-0.0373437341334404,-0.0194764882100118,-0.0286742944356772,-0.00259226199818327,-0.0181182673078952,-0.0176461251598038,-0.014671803902183,-0.0313644659583997,-0.0159874155608658,-0.0122550274690348,-0.0246426892822317,-0.0176085858067559,-0.0304484628906324,-0.0298674093899606,-0.027525561775169,0.0280730228956755,-0.000355373265816325,0.0144140898579335,0.0171778210255496,0.00520859005107985,0.0294650158129498,-0.00783429107096261,0.00167846178261229,-0.000188583354741971,0.00572901389770632,0.0237941847899894,0.0332164138605134,0.0115572633167712,0.0490736262065633,-0.0140762373412539,0.00997581783843846,0.00682048181592944,-0.0100743695128773,-0.00375312209560596,-0.00850078585939268,0.0253247363703396,-0.0199297244339362,-0.0180565538705477,-0.0144630535038749,0.0177072571779199,0.00641001058522262,0.0299404530552953,-0.0105457329406467,-0.00506736926668596,-0.0048027720183248,-0.0182888830848381,0.0210791435873512,-0.0196126135777679,-0.010262041884534,-0.00172713589028615,0.0217206993391731,-0.0226628315044368,-0.00808954116255905,-0.0067264717540287,0.0327766294243783,0.0321126151945183,0.0253059004645828,-0.0262739652458385,-0.0176581552772387,-0.0144967642042783
"20",-0.0273097856849279,-0.044641636506989,-0.0180618869484982,-0.0400993174922969,-0.00294491267841247,-0.0113346282034837,0.0375951860378887,-0.0394933828740919,-0.0089440189577978,-0.0549250873933176,168,-0.0273097856849265,-0.0446416365069889,-0.0180618869484957,-0.0400993174922966,-0.00294491267841236,-0.0113346282034839,0.0375951860378878,-0.0394933828740933,-0.00894401895779684,-0.0549250873933138,-0.0277230068203746,-0.0282216494303461,-0.0113889450537842,-0.0318243760561711,-0.0279254823872347,-0.0103806385872015,-0.00948548235226443,-0.0337012802278781,0.0106419870947308,0.0176681181867889,0.00156626440582837,0.00755271528258575,-0.0104068272888748,-0.00391459466916161,-0.0199424598213181,0.0133561096405416,-0.00776388100377407,0.0182697303689565,0.0128743886019877,0.0271458227316606,0.00108094645006665,0.00387432918497426,-0.0188385577339389,0.0224021267067543,0.0012764918401094,0.0426423671447868,-0.0033708203295515,-0.0111472135050552,-0.00850328286662363,0.00337635019989885,-0.00488708210852818,-0.0186962002236562,0.00234910357092998,-0.00929242126729192,0.000756164314848807,-0.0226909293991789,0.0216302140030104,-0.0119151937084271,0.0267908350575679,-0.0280416275322413,-0.00502045315991418,-0.0192741415379814,-0.0238891810832259,-0.0127449983602703,0.000397213535529703,-0.0164223925544462,-0.0136275804578216,-0.000748388156150881,0.00349410455634267,0.0127770670934518,-0.0325134296088575,-0.0203174002987941,0.024088621892691,-0.0110976723840725
"21",-0.0491050163910452,-0.044641636506989,-0.0568631216082106,-0.0435421881860331,-0.0455994512826475,-0.043275771306016,0.000778807997017968,-0.0394933828740919,-0.0119006848015081,0.0154907301588724,68,-0.0491050163910431,-0.0446416365069889,-0.0568631216082044,-0.0435421881860329,-0.0455994512826472,-0.0432757713060164,0.000778807997018393,-0.0394933828740933,-0.011900684801507,0.0154907301588718,0.0027210686270277,0.0141525887836349,-0.00637794684950328,-0.00258593662516533,-0.00509903866819784,-0.0276537752406353,-0.00948548235226443,-0.0327495793432767,-0.0285331990846363,0.038477927604562,0.0498849705261585,0.0309830859142678,0.0338213287954832,0.0341968970580707,0.00306949204021768,0.0319776290112432,-0.0005950846768352,-0.0322619769472727,0.0496220299382919,0.0304974606733318,0.0409289260390206,0.034015070778947,0.0188904333441179,0.0224021267067543,0.00408010027330416,-0.0250211940319438,0.0312936181064265,0.044156685805491,0.0411759623267821,0.0175836193264993,0.0287122660684601,-0.00733632806575516,-0.0366948803215327,0.0310173879386306,0.0319167606619044,0.00762174786465872,0.0245691374931276,-0.0083392703521961,-0.0316384991610583,-0.00077715824349547,-0.00335926707528727,0.00996615390264229,-0.0130689096973518,-0.0319814702046639,0.00889592284358643,0.0033988226109054,-0.00451945233919584,-0.0284645686766773,0.0308028704045102,0.0201649528496534,0.0141975870354115,-0.0180463384324844,-0.0305851104858799,-0.0244853008401423
"22",-0.0854304009012408,0.0506801187398187,-0.0223731352440218,0.00121513083253827,-0.0373437341334407,-0.0263657543693812,0.0155053592133662,-0.0394933828740919,-0.0721284546019561,-0.0176461251598052,49,-0.0854304009012373,0.0506801187398183,-0.0223731352440189,0.00121513083253812,-0.0373437341334404,-0.0263657543693816,0.0155053592133662,-0.0394933828740933,-0.072128454601951,-0.0176461251598038,0.0920538131373118,-0.0256807336005956,-0.0393437631236063,-0.0122550274690348,-0.0205098238424275,-0.0247218037053662,-0.00948548235226443,0.0454004596098298,-0.027525561775169,-0.101008113782687,0.031370451397591,-0.0193792127853442,0.0533080271797521,0.0368708673589736,-0.0268779545725701,0.0630134946290792,0.116963575284801,0.0184378929269968,-0.0282867174412415,-0.0105479604975431,-0.0412757730101573,-0.0350663840655316,0.0377275890345381,-0.0609606274618937,-0.0848505534044102,-0.0293859648154392,-0.0182416047428452,0.00588784433844452,-2.19666029094871e-05,0.0108103302944862,-0.00115382119997393,0.013326085379581,-0.010101671189732,-0.0128209986561815,-0.00984743877391468,0.0087068610717766,-0.0136368678783953,-0.0219188741131344,-0.0183752781544739,-0.0146731837673429,-0.015365428424253,0.00430674188187641,0.0320056115565407,-0.00172713589028615,0.000772246311613126,-0.00709476188839838,0.026015573608353,-0.00412043155423918,0.0198793640652432,-0.00489431531274468,0.0077728290587749,0.0282155655218113,-0.00485629524890537,0.00438915816511293
"23",-0.0854304009012408,-0.044641636506989,-0.00405032998804645,-0.00911348124867051,-0.00294491267841247,0.00776742796567782,0.0228686348215404,-0.0394933828740919,-0.0611765950943345,-0.0135040182449705,68,-0.0854304009012373,-0.0446416365069889,-0.00405032998804527,-0.00911348124867057,-0.00294491267841236,0.00776742796567776,0.0228686348215401,-0.0394933828740933,-0.0611765950943302,-0.0135040182449693,0.0920538131373118,-0.0327375902347474,-0.037924182518342,-0.0318243760561711,-0.0288171850284906,-0.0212671763746795,-0.00948548235226443,0.0228561486349161,-0.0293458804798801,0.0731609433008506,-0.0015284249000952,0.000442182872651255,-0.00690010196793429,-0.0243424959967135,-0.0415223721917601,0.0630134946290792,0.0972434727666661,0.0105281653666932,-0.000395592991677726,-0.00301891874338039,0.00108094645006665,-0.0141510162780878,-0.00374696130271619,0.0224021267067543,0.0508051496880709,0.00284027233494529,-0.0169731322154938,-0.0120457297165648,-0.0137041453716123,0.0165016573354911,-0.0170201800613295,-0.0167945345445286,-0.01719173372446,-0.0112621503449507,-0.0106919474246059,0.00403223230783573,-0.00482009740804384,-0.00745724353568432,-0.0154403457457035,-0.0288322226731041,-0.00406245146148752,-0.0192741415379814,-0.0206656743632867,-0.0154479619495457,0.0134727744880259,-0.028276256525882,-0.0263233393705731,-0.0163424807782967,0.0144176108956097,-0.0112352811275009,0.00698098539752384,0.0198032687633356,-0.00807239715352719,-0.00446175669282534
"24",0.0453409833354632,0.0506801187398187,0.0606183944448076,0.0310533436263482,0.0287020030602135,-0.0473467013092799,-0.0544457590642881,0.0712099797536354,0.133598980013008,0.135611830689079,245,0.0453409833354619,0.0506801187398183,0.0606183944448027,0.0310533436263478,0.0287020030602135,-0.0473467013092804,-0.0544457590642858,0.0712099797536368,0.133598980013,0.135611830689071,-0.00377724732672101,0.0205830273794275,-0.0225892067230415,-0.0203142967026579,-0.000271319602985526,0.00858156862459533,0.0379089015389853,0.240682200073284,0.227535917957509,0.0407398634108412,0.0489651088970535,0.0145812545419574,0.0146080141241304,-0.0554774617151133,-0.0535105080003705,0.0598721834658155,0.114762005026393,0.122182016572915,0.0609441695663306,0.0224287027913051,0.0287702313163819,-0.05754274933962,-0.0436540269864881,0.0632772790784245,0.13661431404342,0.137802061451021,0.0195478561502491,0.025580970021504,-0.0762112817858175,-0.0552960503522782,0.0741193688287215,0.156322583834761,0.153040516129308,0.00739791334339262,-0.0411916371728947,-0.0264589868594969,0.0351964995543854,0.0730385827167288,0.0675872040143788,-0.0476094326852915,-0.0370946487658393,0.014183944216396,0.0559170176248098,0.0699202571110172,0.0654537351357928,-0.0764329884191337,-0.155145275074308,-0.151734403203558,-0.0414379220344531,-0.143972438952916,-0.152127214769545,0.157844364017384,0.171297774646535,0.338183826079602
"25",-0.0636351701951234,-0.044641636506989,0.0358287167455469,-0.0228849640236156,-0.0304639698424351,-0.0188501912864324,-0.00658446761115617,-0.00259226199818282,-0.0259524244351894,-0.0549250873933176,184,-0.0636351701951208,-0.0446416365069889,0.0358287167455443,-0.0228849640236155,-0.0304639698424348,-0.0188501912864327,-0.00658446761115549,-0.00259226199818327,-0.0259524244351874,-0.0549250873933138,0.0326652736164493,-0.0142659197720116,-0.0302560206171987,-0.0188422558869764,-0.0249568080754922,-0.0271311194452177,-0.0304484628906324,-0.0245359679108691,0.0106419870947308,0.0523511338830774,-0.0567195641388878,0.0156662351026331,0.0276630131403618,0.0147681891988532,0.0137143424039119,-0.00640830113500748,0.0218962617388355,0.0628670494944394,-0.0381640021428793,0.0103876330233045,0.026789320378424,0.0109662683835561,0.0264362315597292,-0.0140762373412539,0.0174044249756888,0.0426423671447868,-0.0339296277112343,-0.0360730380877996,-0.0278833715055788,0.0132945528025781,-0.0225639403212925,-0.0427623651732571,-0.0593562547624627,0.00320751555073244,0.000252191491532534,0.0114189067205625,-0.0113173517916614,-0.00664159524880743,0.00758829113250422,-0.0204401811594994,0.00185619645231242,-0.0199221734256429,-0.00787281106936438,0.0207477492015545,0.0123138672854748,-0.0226883417510792,-0.00508763165076669,0.00810054822832235,0.0317011356969683,0.0242352988506046,0.0220597682187786,-0.0258789866547453,-0.0157582722263002,0.00741407942829042
"26",-0.067267708646143,0.0506801187398187,-0.0126728265790937,-0.0400993174922969,-0.0153284884022226,0.0046359433477825,-0.0581273968683752,0.0343088588777263,0.0191990330785671,-0.0342145528191441,202,-0.0672677086461402,0.0506801187398183,-0.0126728265790917,-0.0400993174922966,-0.0153284884022225,0.00463594334778241,-0.0581273968683727,0.0343088588777268,0.0191990330785663,-0.0342145528191416,0.0413573442001989,-0.0306358412586974,-0.0113889450537842,-0.0286290470935427,-0.0293254643890476,0.0136487802996803,-0.0146503349268825,-0.0292446155600642,-0.0154032468391023,-0.0813208947280299,0.00911579461901841,0.0435458527953713,0.0090708355320013,-0.0169590262300972,0.0949880426016494,-0.059904738394189,-0.0401325556344381,0.0361862715074759,-0.0178571332455513,-0.0562079556449483,-0.0179271049013109,-0.00185503836202788,-0.0479372699349632,0.0218646435649851,0.0134631692712491,-0.047460346033435,-0.00764724244606134,-0.00807546874326486,-0.0143050749636229,0.0350624947594572,-0.0300607472852927,-0.0276235777581851,-0.00929290039512827,0.00142656952755495,-0.0132005950165466,0.0562654351403409,-0.0423358704587964,-0.037210875249249,0.00992431123440273,-0.029509453874462,0.0171073860173413,-0.0304213866751035,-0.0306084328386349,-0.00470782470247664,0.00378982250519722,-0.0209569518632181,-0.0138999979946152,-0.0174941749065651,-0.00607565363972835,-0.00484036563100005,0.0586541188607063,-0.0143762958932277,-0.0416356379898917,-0.0338490138381556
"27",-0.107225631607358,-0.044641636506989,-0.0773415510119477,-0.0263278347173518,-0.0896299427450836,-0.0961978613484469,0.0265502726256275,-0.076394503750001,-0.0425721049227942,-0.0052198044153011,137,-0.107225631607354,-0.0446416365069889,-0.0773415510119397,-0.0263278347173517,-0.0896299427450831,-0.0961978613484478,0.026550272625627,-0.0763945037500034,-0.0425721049227911,-0.00521980441530043,0.16880903110225,0.0542110109962273,-0.0273076608989145,0.0814905896737262,0.091493047691487,-0.019042702318573,0.0482386066882214,-0.00694979928952386,-0.0315342058541358,0.0939707527186237,0.165495436441527,0.0463679466461571,0.184847759055264,0.206118843752943,-0.0623161772960644,0.167233774958646,0.0833006093254332,-0.00274830663640207,0.0690166184213414,0.0137392709649757,0.0820623243243924,0.0839541426356272,-0.00751986041052188,0.0588804907547624,0.0331637562072423,-0.00512014662702301,0.0225920793207436,0.138644527863711,0.150821323798386,-0.0273858717605946,0.109022063457562,0.0503464255142539,-0.00991595501143442,0.0390961921900113,0.0460467913842658,-0.00605940900430176,0.0308734871639914,0.00516910128333218,-0.0151487527737202,0.0926662388228889,-0.0551419931295651,0.0975593280940381,0.0555225569600894,-0.00596215981420118,-0.0456877562319024,0.0920175374526376,0.0743186689407043,-0.00332983120154095,-0.0067144264842675,-0.00516371305125733,0.01080945832708,0.0360667943265953,-0.0107177522979902,-0.0164287947889678
"28",-0.0236772472339084,-0.044641636506989,0.0595405823709267,-0.0400993174922969,-0.0428475455662452,-0.0435889197678055,0.0118237214092792,-0.0394933828740919,-0.0159982677581387,0.0403433716478807,85,-0.0236772472339071,-0.0446416365069889,0.0595405823709219,-0.0400993174922966,-0.0428475455662449,-0.043588919767806,0.0118237214092792,-0.0394933828740933,-0.0159982677581372,0.0403433716478785,-0.0311085923239898,0.0186953454287161,-0.0113889450537842,-0.00602283560249629,-0.00474307472486195,-0.0259519569799466,-0.00948548235226443,-0.030984280833921,-0.0089565585744041,0.01419981661716,-0.0384301234781582,0.00428061187233251,0.00873072765864383,0.0112526435395846,-0.00255758492711791,0.010252523078758,-0.00492827163120555,-0.0366106150431976,-0.0606208940706207,0.0271458227316606,0.0383580886461848,0.0343105682455545,0.00757173602070085,0.0224021267067543,0.00796556408294059,-0.0489024509178487,-0.0649512988072932,-0.0678582865213794,-0.0701607474129605,0.0343317760705708,-0.0720857784625048,-0.0432630129925541,0.0317434264441004,0.0252465490716591,0.028943344925314,-0.00143344663853897,0.0216302140030104,-0.0055746578300663,-0.050795174528992,-0.00226229503801708,-0.0137658896476516,0.00807968322905366,-0.0100758922772866,-0.0546332194045132,-0.00153579543642307,0.0035931482497814,-0.000504458503518546,-0.0517909749452509,0.0226102406500599,0.0161004933689709,0.0246541134234738,-0.0148989200603203,-0.0498817219136109,-0.0336218789877588
"29",0.0526060602375023,-0.044641636506989,-0.0212953231701409,-0.0745280244296595,-0.040095639849843,-0.0376390989938044,-0.00658446761115617,-0.0394933828740919,-0.000609254186102297,-0.0549250873933176,131,0.0526060602375007,-0.0446416365069889,-0.0212953231701381,-0.0745280244296589,-0.0400956398498427,-0.0376390989938048,-0.00658446761115549,-0.0394933828740933,-0.000609254186101874,-0.0549250873933138,0.00923029878291313,-0.0263667594219556,0.057284783362996,-0.00924586588378609,-0.0110675163903514,-0.0271311194452177,-0.00948548235226443,-0.0349308354648633,0.0106419870947308,-0.0586345163450459,-0.0323457442508099,-0.105118746084761,-0.0552693262596445,-0.0519780425359903,-0.0041040889618916,-0.0549227947186977,-0.013587661485261,-0.0798443717071058,0.0159366920466797,0.0606622021483728,0.0357872512533491,0.0286961163800106,0.0264362315597292,0.0224021267067543,-0.00662680803814013,0.0426423671447868,0.0137039662515332,0.00628749336080246,0.00463866796732848,0.0217132398777452,-0.00208713642711248,-0.0219723483501309,0.00605142507093355,0.0526626607252412,0.0519852237526922,0.0184135954160581,0.0510194489041819,-0.0189365167433329,0.0651959229076954,-0.00730087654357903,0.00325712203324374,0.00619321255546504,-0.0239292268722304,0.0324702108481932,0.0149931570233321,-9.90388888625401e-05,-0.015354928760896,0.0302228891895054,0.0362646235741437,0.0204650009764138,0.0220597682187786,-0.0267194651374452,0.024088621892691,-0.0201691339665908
"30",0.0671362140415805,0.0506801187398187,-0.00620595413580824,0.063186803319791,-0.0428475455662452,-0.0958847128866574,0.052321737254237,-0.076394503750001,0.0594238004447941,0.0527696923923848,283,0.0671362140415784,0.0506801187398183,-0.00620595413580686,0.0631868033197903,-0.0428475455662449,-0.0958847128866582,0.0523217372542356,-0.0763945037500034,0.0594238004447906,0.0527696923923819,0.0410342838168734,-0.0324153404464247,0.030106488015485,-0.00602283560249629,0.0907059100210987,0.0058089433684156,0.0482386066882214,0.0195919072063161,0.00736716583896185,0.0643645262764291,-0.0175575862572591,0.078246166231358,-0.0709907432012652,-0.145546203419838,0.0857361376848962,-0.120932318268888,0.0711743380512576,0.063930810834438,-0.0109040771150911,0.0579420322235647,-0.0471129400373689,-0.109540310794601,0.0805600185192887,-0.102373262975333,0.0567649913619877,0.0474301553610426,-0.0254636742613638,-0.00651515713056334,9.19120601924395e-05,0.0113071547020934,-0.0101323314418099,-0.030390431531717,-0.0251589998859315,-0.0702832290287469,-0.141188428605779,0.0763248396586302,-0.116935011790505,0.0642094361501005,0.0497788454975652,0.0292292743593672,-0.0520970971393497,0.0355243321575752,-0.0777993461399469,-0.0664313983187161,-0.0990239810530991,0.0916416412982068,-0.141324855876336,-0.122559724662174,-0.0436919559897237,0.0906227944791084,0.0760207517899434,-0.115480168381002,-0.0978132319926081,0.0413058863130558
"31",-0.0600026317441039,-0.044641636506989,0.0444512133365941,-0.0194420933298793,-0.00982467696941811,-0.00757684666200928,0.0228686348215404,-0.0394933828740919,-0.0271286455543265,-0.0093619113301358,129,-0.0600026317441013,-0.0446416365069889,0.0444512133365907,-0.0194420933298793,-0.00982467696941797,-0.00757684666200946,0.0228686348215401,-0.0394933828740933,-0.0271286455543243,-0.00936191133013488,0.0244556107672574,-0.00417642140667041,-0.0327918526382835,-0.0305838650392582,-0.0288554533226101,-0.0212671763746795,-0.00948548235226443,-0.0235718477980425,-0.0306820951728691,0.0488828323134486,-0.0648579472832353,0.00915825786538438,2.3224721128941e-05,-0.000868958974076155,-0.0279849147596102,0.041288388696594,0.0213968038528318,-0.00270265164326933,-0.046330144662058,0.00703599508163326,0.00750803993215599,0.000328359585683371,-0.00374696130271619,0.0224021267067543,0.0185197567795615,-0.00113993714603886,-0.0348060118086189,-0.0218152121707848,-0.0204277955455148,0.0413273048578166,-0.0590193652825649,-0.0488497378012836,-0.0270073180413668,-0.00771830373791923,-0.00593882532689951,-0.000826443925809168,0.00399667306230759,-0.00813180181353244,-0.0142431763974779,-0.0274645599373515,-0.0075378659210941,-0.0145579648540099,-0.0188556688912954,-0.0142910592462713,0.00587329085342682,-0.0187543002209581,-0.0113337272665526,-0.0125733600437268,0.0144176108956097,0.00635712565727326,0.00911132030390743,-0.00634950057677774,-0.011288499058149,-0.0157994840897463
"32",-0.0236772472339084,-0.044641636506989,-0.0654856181992578,-0.081413765817132,-0.0387196869916418,-0.0536096705450705,0.0596850128624111,-0.076394503750001,-0.0371283460104736,-0.0424987666488135,59,-0.0236772472339071,-0.0446416365069889,-0.0654856181992509,-0.0814137658171314,-0.0387196869916416,-0.0536096705450711,0.0596850128624095,-0.0763945037500034,-0.0371283460104709,-0.0424987666488105,-0.0311085923239898,0.0295292515314219,0.0759698614127442,-0.0107771802634156,0.00800288888976528,0.0158923759092764,0.0482386066882214,-0.0136496043001833,-0.00643746530073569,0.01419981661716,0.0237868522351749,0.0262548075012639,0.00672830780208411,0.0162333217895261,-0.0289393729546086,0.0291541886204529,0.0056165970191466,0.0072333966955901,0.0577881724574706,0.0673654780317152,0.0345018325569312,0.043766487176997,-0.041475952380773,0.0588804907547624,0.0280018037913721,0.0307017387018343,0.0878017017257174,0.0429079835310634,0.0642942977908711,-0.0689066278394883,0.0891629976409998,0.0313556885517217,0.0396858462234426,0.0562041938143489,0.0859699656828773,-0.0916344037065986,0.121832563443681,0.0478007455141839,0.0523304478205522,0.00066195206546611,-0.0536241022249894,0.0300506560455343,0.00568558428646776,0.020134010745977,-0.0596698017389721,0.0408956604500513,0.0279691074000135,0.0347463436284078,-0.054256964419854,-0.0296941803339671,-0.0431200997974613,0.0279783801309333,0.0452721989342642,0.0104353999555815
"33",0.0344433679824045,0.0506801187398187,0.125287118877662,0.0287580963824284,-0.0538551684318543,-0.0129003705124313,-0.10230705051742,0.108111100629544,0.000271485727907132,0.0279170509033766,341,0.0344433679824036,0.0506801187398183,0.125287118877651,0.028758096382428,-0.0538551684318539,-0.0129003705124315,-0.102307050517416,0.108111100629547,0.000271485727907499,0.0279170509033752,-0.0196705084819896,0.195816118407514,-0.0249780927275397,0.00900797248307443,-0.0274289178105918,0.100307660720379,0.127229246506971,-0.0349354292351174,-0.0209233468822702,0.0289275319780472,0.0818952616071435,0.00520351283347401,-0.050058818036339,-0.0197401282232251,-0.0780753034714052,0.0705803936060015,-0.0127150452020173,0.00623431326252717,0.130474730870932,0.0198920362673937,-0.0587872740917921,-0.0206412541135047,-0.099336185316664,0.104689914591864,-0.00691226958537072,0.020318583534049,0.05359763491532,-0.159232227056218,-0.0486016122047108,-0.268316070785113,0.276459663584928,-0.0215084091245105,0.0545827262485922,-0.0452731759147786,-0.0172343976412697,-0.0522010535115336,0.0546010774661315,-0.0197792994944799,-0.00163456523235357,-0.0187466681684826,0.11913507324317,-0.122355377541695,-0.0247475568805904,-0.0496444515114107,0.038208668777532,-0.0453704632965302,-0.0159370002593523,-0.0218141838280113,-0.176355810275158,0.0197468148354211,-0.050307215831108,-0.0266165959878463,0.0407793103523601,-0.0206820530889792
"34",0.030810829531385,-0.044641636506989,-0.0503962491649252,-0.00222773986119799,-0.0442234984244464,-0.0899348921126563,0.118591217727804,-0.076394503750001,-0.0181182673078967,0.00306440941436832,87,0.0308108295313842,-0.0446416365069889,-0.0503962491649197,-0.00222773986119811,-0.044223498424446,-0.0899348921126571,0.118591217727801,-0.0763945037500034,-0.0181182673078952,0.00306440941436848,-0.0240034467312972,0.00404240391262359,-0.0392830972857175,-0.00433111970083595,0.0762379312369372,0.144287233749415,0.0482386066882214,-0.0298674093899606,-0.0317861151815026,-0.0378247069272728,-0.041435451605785,-0.0185891536300291,-0.0399707273485942,-0.0685812398034863,0.089023559379401,-0.0608977155131514,-0.0246781356808187,-0.0131485140721155,0.0434974230489079,-0.00972219462672283,0.0396435073426027,0.0780441933034757,-0.101842338105664,0.0588804907547624,0.00997581783843846,-0.0130805655889913,-0.0154818670666928,0.0362254427301602,0.0867928037563683,-0.115194185540013,0.0638878229653755,-0.00212386129587059,-0.0215514315381194,-0.00971486962196306,-0.00478285875966752,0.00288488509927862,-0.00892110870837286,-0.0190495716908775,-0.018078443061782,0.0273855365092446,-0.118425423241343,0.0373488908615888,-0.00764985085367765,-0.0193321149128234,-0.221356209814503,0.0844996143640219,0.0200205446379167,-0.0200018579429209,-0.138777031860897,-0.028172732671168,0.0220993410034158,-0.000267064407503947,-0.0231599636829356,-0.021932451771214
"35",0.0162806757273067,-0.044641636506989,-0.063329994051496,-0.0573136709609782,-0.0579830270064577,-0.0489124436182275,0.00814208360519211,-0.0394933828740919,-0.0594726974107223,-0.0673514081378217,65,0.0162806757273065,-0.0446416365069889,-0.0633299940514893,-0.0573136709609778,-0.0579830270064573,-0.048912443618228,0.00814208360519228,-0.0394933828740933,-0.0594726974107181,-0.0673514081378172,-0.0365111223829506,0.0254818983887853,0.017791322939614,0.0155267338863332,0.00170098838469943,-0.0268506699940182,-0.00948548235226443,0.0196816818056828,0.0320783755956971,-0.0239515006487573,-0.030470835028649,-0.0380082102321619,-0.031395282645285,-0.0271292706210482,0.00704581418838083,-0.0238869291008617,-0.0333200622325509,-0.0397691796514529,0.0557466368276759,0.0439040124400167,0.0524976943067814,0.0393340251778833,0.0113446351285065,0.0224021267067543,0.0491894574970719,0.0545829955877392,0.0541251267673846,0.067655390762328,0.0551991044902462,0.00703366103624906,0.0343121574312915,0.0607944617581689,0.070587165341598,0.0598933293410433,0.0519456469618315,-0.00127977879914046,0.0363248314535962,0.0564493417194524,0.060457700927893,0.0113478374400127,-0.0130034630845405,0.0184552719337911,0.0478247129026313,0.0702062683745347,0.00100097167843988,0.00689668411067332,0.0481946275276223,0.0565255825944752,0.0253411172348767,0.00943360843164514,0.00159326715950783,0.0184944779638691,0.0337369276065565,0.0585416167026293
"36",0.0489735217864827,0.0506801187398187,-0.030995631835069,-0.0492803060204031,0.0493412959332305,-0.00413221358232442,0.133317768944152,-0.0535158088069373,0.0213108465682448,0.0196328370737072,102,0.0489735217864813,0.0506801187398183,-0.0309956318350653,-0.0492803060204028,0.0493412959332303,-0.00413221358232458,0.133317768944148,-0.0535158088069391,0.0213108465682438,0.0196328370737063,0.00248532186081721,-0.0189734022955756,0.00289044505997953,0.00243042138169551,-0.0293832631296084,0.189643558629798,0.00811921290157067,-0.0279235662944409,-0.0264806856955698,0.0446773072217725,-0.0407043654658368,-0.0712616709122747,0.0374529302361364,-0.0146608002153394,0.155957845942032,-0.0666756154758741,0.00908524323538236,0.00623279142942269,-0.0375574589485218,-0.0663546212459438,0.0506596076684254,-0.0112481462377663,0.17479136338574,-0.0766974289570006,0.0157365291439434,0.0112813929250512,0.0125240459062665,-0.0456080646530361,-0.0101910075316778,-0.0739148589963037,0.015842518910804,-0.0368240623554832,-0.0310179031298367,-0.0643288510941965,-0.00471126259936059,-0.126824830531446,0.0444035317320691,-0.0434946195481664,-0.037589398434728,-0.0313762083924639,0.142733839975355,-0.0671266106727306,-0.00240550153044794,0.00513627725749155,-0.00230492614327096,-0.0199814211351329,-0.0177989631510257,-0.0158330491764548,-0.102620064236353,0.0845666415575508,0.0727913021886433,-0.0493686502476964,-0.0392136185341851,-0.0125414298655636
"37",0.0126481372762872,-0.044641636506989,0.0228949718589761,0.0528581912385822,0.00806271018719657,-0.0285577936019079,0.0375951860378887,-0.0394933828740919,0.0547240033481791,-0.0259303389894746,265,0.0126481372762871,-0.0446416365069889,0.0228949718589747,0.0528581912385816,0.00806271018719663,-0.0285577936019083,0.0375951860378878,-0.0394933828740933,0.054724003348176,-0.0259303389894727,-0.0384320219594698,-0.0253364182062262,0.00924957297198441,-0.0310289006346968,-0.0189343204090623,-0.0103806385872015,-0.00948548235226443,0.0113077340101667,-0.02243261233058,-0.0204831990791285,-0.00271469454199986,-0.00202905606772888,-0.0099652430881804,-0.0179950647887474,0.0150298041597471,-0.0207833425390781,0.00167645528373043,-0.022589966652033,-0.0259147883641112,-0.0633484016934623,-0.0092024031212763,0.0201266898483909,-0.0188385577339389,0.0224021267067543,-0.0590956346352553,0.0147809007778977,0.00624514842206848,-0.0082858141793473,-0.0274088728722766,0.0378401902897157,-0.0403530607397936,0.00536931938563851,-0.0307081656034469,-0.00264198292276827,-0.0420468129215423,0.0491964195809732,-0.0577207202301524,0.0448835123141335,-0.0457764990830427,-0.0317467356441299,0.00412107044653093,-0.0268200242323359,-0.0151947365129055,-0.0209618933814524,-0.0136258432376092,-0.00573448241626642,-0.0502723014932374,0.00178024335185487,0.00349410455634267,0.0668584333215526,-0.00799808952517981,-0.0692218166940555,0.00157590856033827,-0.0489511967708292
"38",-0.00914709342983014,-0.044641636506989,0.0110390390462862,-0.0573136709609782,-0.0249601584096305,-0.0429626228442264,0.0302319104297145,-0.0394933828740919,0.01703713241478,-0.0052198044153011,276,-0.00914709342982945,-0.0446416365069889,0.0110390390462859,-0.0573136709609778,-0.0249601584096303,-0.0429626228442269,0.0302319104297139,-0.0394933828740933,0.0170371324147793,-0.00521980441530043,-0.0398268569928738,-0.0312005062467953,0.017791322939614,-0.0231496294891445,-0.00545243610125367,-0.0164867880019579,-0.00948548235226443,-0.0304543233315265,-0.0315342058541358,0.000326610338644633,-0.0109230772760134,-0.00527065035496394,-0.00737690169775029,-0.00216307524011944,-0.00247798804443575,-0.00216182316837645,-0.0161967790564714,-0.0141917306652056,-0.0146863424002405,0.0439040124400167,0.0216476455927526,0.0337195733123394,-0.0112927595183276,0.0224021267067543,-0.023359695995328,-0.00512014662702301,-0.030224059766703,-0.018305387785949,-0.0234548324963268,0.0260445038235443,-0.0300865932412694,-0.018111238408125,-0.0195331893964184,0.0190384553352618,0.0445139283121378,-0.0273224957741905,0.0363248314535962,-0.0418416399729771,-0.011863908798414,-0.0134398260287462,-0.0192436390525165,-0.00418237614927241,-0.0333528153952846,-0.0134421686729374,-0.0185031334751503,0.0032044969720294,-0.0319774670643022,-0.00928662033199239,0.00895585772597617,0.0320117673299589,0.0103772614438691,-0.0402739341934174,-0.0145046009627708,-0.0225944744534655
"39",-0.00188201652779104,0.0506801187398187,0.0713965151836166,0.0976155102571536,0.0878679759628621,0.0754074957122168,-0.0213110188275045,0.0712099797536354,0.0714240327805764,0.0237749439885419,252,-0.0018820165277906,0.0506801187398183,0.0713965151836107,0.0976155102571526,0.0878679759628617,0.0754074957122173,-0.0213110188275033,0.0712099797536368,0.0714240327805722,0.0237749439885407,-0.0412915429199698,0.041322398563698,0.126443838478445,0.0770744672266815,0.0448050320755673,-0.022108524728278,0.0379089015389853,0.043838945099068,-0.0239440682947811,-0.010446906131266,-0.0116249348638943,-0.0211741661722323,-0.0154426479532492,-0.013391805601785,0.00489352856859123,-0.0128762660688082,-0.0157453300561922,-0.0162591409375816,0.0725325964504309,0.0959920281797357,0.0915197768589067,0.073960760920718,-0.00510484045021256,0.0632772790784245,0.0696831997115993,0.0157999882295501,0.120216117443282,0.124302096175597,0.105541973494246,-0.0154805724675884,0.0909478483338023,0.0901888813214698,0.0170543716660908,0.173307062943747,0.151271511345979,-0.0344723270478074,0.137646400989231,0.136324979567564,0.0291943474647193,0.064610064661079,-0.0439392721584967,0.0873155391055304,0.107078208143627,0.0299618263502799,-0.025177123889844,0.0609182874339031,0.10273654269775,0.0243380357267132,0.00287813471890351,-0.0140164660290655,0.00253137493653056,0.0717333560438912,0.0147272192554029,0.0128171381397572
"40",-0.00188201652779104,0.0506801187398187,0.0142724752679289,-0.0745280244296595,0.00255889875439205,0.00620168565673016,-0.0139477432193303,-0.00259226199818282,0.0191990330785671,0.00306440941436832,90,-0.0018820165277906,0.0506801187398183,0.0142724752679283,-0.0745280244296589,0.00255889875439214,0.00620168565673009,-0.0139477432193294,-0.00259226199818327,0.0191990330785663,0.00306440941436848,-0.0412915429199698,-0.030007584419838,0.057284783362996,-0.0318543757375162,-0.02910340608727,-0.0252827026077652,-0.0304484628906324,-0.0292446155600642,-0.0317861151815026,-0.010446906131266,-0.00936540023681061,-0.0138964691934255,-0.0121532395159658,-0.0106576513850272,0.00457091465471002,-0.0098714195508985,-0.0136737069838505,-0.0153878914852921,0.0111139339646994,-0.0942579516011193,0.00104368793712683,-0.000177697669931729,0.00346164544673757,-0.0195479919484543,0.0134631692712491,-0.00679298829294457,-0.0387534783773248,-0.0115101854142097,-0.0110622864991528,0.0141192109901713,-0.0213387236294988,-0.0162160862241103,-0.0174201941025247,-0.0159581288296662,-0.019222167884164,0.0297018402297181,-0.00842378110035627,-0.0520271246339942,-0.0225781485432151,-0.0282877140729854,-0.00336319123657885,-0.0214080606954432,-0.0234116072809044,-0.0161554183815803,0.00775252196684196,-0.0237087516167761,-0.0132380675572856,-0.013686554278154,0.032059633606105,0.0143240561344595,0.0129650111844592,-0.0281554101148338,-0.0187136458610934,-0.0196663982248466
"41",0.00538306037424807,0.0506801187398187,-0.00836157828357004,0.0218723549949558,0.054845107366035,0.0732154564796901,-0.0249926566315915,0.0343088588777263,0.0125531528133893,0.0941907615407319,100,0.00538306037424824,0.0506801187398183,-0.00836157828356845,0.0218723549949555,0.0548451073660348,0.0732154564796905,-0.0249926566315902,0.0343088588777268,0.0125531528133889,0.0941907615407264,-0.0408265979088352,-0.0319576323543089,-0.0310446765097524,0.010527432149914,0.040541724621766,-0.0200242753977713,-0.0146503349268825,-0.0325031974716602,0.0932463413121252,-0.00257201850940338,-0.00974686076666914,-0.0144024121450549,-0.00600581287313905,-0.00213914213893228,0.000827747977058488,-0.00598152107826049,-0.0114878683808359,-0.0039254445426846,-0.0132217624919112,0.0122820370761595,0.056496774695637,0.0716124839517834,-0.00938808339868762,0.0218646435649851,0.00630890229292212,0.0926161084060319,-0.0213228217038247,-0.0222915032085831,-0.0264921012915855,0.0232522401357311,-0.0268175730534558,-0.0245730055169846,-0.0347505456385432,0.0140528244177679,0.0257507816777612,-0.00292529295572379,0.00362018270417994,-0.0137998903506898,0.0239011159393996,0.0279234415177454,-0.0328538962686158,0.0113685946047553,-0.0100131803858754,0.0981410827716028,-0.0300031218001245,0.0160136190359347,0.00437815173588935,0.133738535130546,0.0152757544413925,0.0132857815560594,-0.039016557217819,-0.0188109644988945,0.0449754378135864,0.00259786855605378
"42",-0.099960554705319,-0.044641636506989,-0.0676412423470196,-0.108956731367022,-0.0744944613048712,-0.072711726714232,0.0155053592133662,-0.0394933828740919,-0.0498684677352306,-0.0093619113301358,55,-0.099960554705315,-0.0446416365069889,-0.0676412423470125,-0.108956731367021,-0.0744944613048707,-0.0727117267142327,0.0155053592133662,-0.0394933828740933,-0.049868467735227,-0.00936191133013488,0.14129432750904,0.0337120629778517,0.167211281499711,0.046413825160294,0.039579788439576,-0.0247218037053662,-0.00948548235226443,0.00346549509823649,-0.0306820951728691,0.087034149579366,0.133306609173065,0.227612474934306,0.140509322761289,0.142164735123286,-0.0321228960633101,0.0754278408762136,0.0921541911883745,0.00565906034905188,0.0598297080872653,0.0941785815650849,0.0679227186637958,0.0617918326400591,0.00379883691289517,0.0224021267067543,0.0400824089715077,-0.00113993714603886,0.1281429493026,0.0974187950650657,0.0952910862173603,-0.00489976987134442,0.0380454183398458,0.0521231271991561,-0.00513071026315026,0.1633644887336,0.163508368065319,-0.0264320481597849,0.0804086838053533,0.101837568215847,0.00277667946021257,0.0476147352040881,-0.0280899644611902,0.0297740959753229,0.0534099374539643,-0.000875388061572365,-0.0147906818216164,0.021665432665249,0.0639842850290138,0.000498486265225823,0.0198793640652432,0.00290400001714822,0.0106616423374003,0.0111173170250742,-0.011288499058149,-0.0115809190484905
"43",-0.0600026317441039,0.0506801187398187,-0.0105172024313319,-0.0148515990830405,-0.0497273098572509,-0.0235474182132754,-0.0581273968683752,0.0158582984397717,-0.00991895736315477,-0.0342145528191441,61,-0.0600026317441013,0.0506801187398183,-0.0105172024313301,-0.0148515990830405,-0.0497273098572505,-0.0235474182132757,-0.0581273968683727,0.0158582984397718,-0.00991895736315375,-0.0342145528191416,0.0244556107672574,-0.0313644659583997,-0.0355312522425992,0.00297041564590826,-0.0223506823737317,0.0136487802996803,-0.0271445374715221,-0.0334172988254253,-0.0154032468391023,-0.0734460071061672,0.00446231125916223,0.00297083830096837,0.0490768350195821,0.0192473258124995,0.0851567709945769,-0.0305622153227986,-0.000367869868085143,0.0306300588431818,-0.0155394478687312,-0.0283046252897729,-0.0544093988213834,-0.0320471708197585,-0.0479372699349632,0.0011583258082654,-0.017882246110964,-0.047460346033435,-0.0146125715718316,-0.000917075276434675,-0.00755799327742262,0.0322579737252873,-0.0241844423016552,-0.0199580930672801,-0.0108304282113727,0.00410037920986511,-0.00152766548029726,0.0260771275750823,-0.0176902483904726,-0.016652299531062,-0.00761975669994168,-0.0120541541204179,0.0612763530659028,-0.0349810387339018,-0.0141046044651186,0.0213717737764994,0.0392688043564984,-0.0293236760327504,-0.0107168159911826,0.00317687103677554,0.0140674837105983,0.0334012586096968,0.0586541188607063,-0.03024676355824,-0.0292247004000233,-0.0141072737916646
"44",0.0199132141783263,-0.044641636506989,-0.0234509473179027,-0.0710851537359232,0.0204462859110067,-0.0100820343563255,0.118591217727804,-0.076394503750001,-0.0425721049227942,0.0734802269665584,92,0.0199132141783259,-0.0446416365069889,-0.0234509473178997,-0.0710851537359227,0.0204462859110067,-0.0100820343563257,0.118591217727801,-0.0763945037500034,-0.0425721049227911,0.0734802269665542,-0.0341078150718738,-0.0249608432032871,0.0485610358839209,-0.0260437519737512,-0.0282765368635077,0.144287233749415,0.0482386066882214,-0.00694979928952386,0.0442554534290159,-0.0274198022183862,-0.0186155853744794,-0.0488453048600344,-0.0037128649013268,-0.0146271426035107,0.0589369943212168,-0.0428873346864305,-0.0307801093052803,0.01744794049256,0.0179782276764744,0.0573105642067016,-0.0207711713890371,0.00269233931854397,-0.101842338105664,0.0588804907547624,0.0331637562072423,-0.0807441267657219,0.0152854449666498,-0.0227464601486597,-0.0078050540669302,-0.0436720672051386,0.0187535824731893,-0.0002437187401114,-0.0542547450484176,-0.0432150704570137,0.00646981433241658,-0.165087925867808,0.104777736641239,0.0478788876056417,-0.12402301589628,-0.0314078494605994,0.0509875819181193,-0.0484053682270512,-0.0426823927774881,0.0169621715488784,-0.0162681042083744,-0.0113539050158273,-0.00640870182243734,-0.0299749346100705,-0.138777031860897,-0.0936957078272754,0.209905181434604,0.0360667943265953,-0.128918760454972,-0.0828204033459295
"45",0.0453409833354632,0.0506801187398187,0.0681630789619739,0.0081008722200108,-0.0167044412604238,0.0046359433477825,-0.0765355858888105,0.0712099797536354,0.0324332257796019,-0.0176461251598052,259,0.0453409833354619,0.0506801187398183,0.0681630789619684,0.00810087222001058,-0.0167044412604236,0.00463594334778241,-0.0765355858888074,0.0712099797536368,0.0324332257796002,-0.0176461251598038,-0.00377724732672101,0.0347450091609597,-0.0382275117077857,-0.0280066746720881,-0.0293254643890476,0.0439564425827357,0.0379089015389853,-0.0186929484642283,-0.027525561775169,0.0407398634108412,0.0561547741984729,-0.00879636084833332,-0.0275720809244768,-0.00600012402618265,-0.0768274638459897,0.0598721834658155,0.0180827448399217,-0.0331431183147413,0.0690560683852008,-0.00293796130630886,-0.0193863966581138,-0.00185503836202788,-0.0693534846773385,0.0632772790784245,0.0277097316599705,-0.0293859648154392,-0.00677634094209962,-0.0370995588856295,-0.00605297051180346,-0.0981914376839298,0.0858993044822781,0.0264907112624963,-0.0434067724977324,-0.0147625028165973,-0.00833076258372493,-0.00443424624910114,-0.000131052902074103,-0.0140650504403982,-0.0208430065428647,-0.0295991024258126,0.0256667413083711,-0.0419403030241026,-0.0357948408635034,-0.00979745371048537,0.00194163228807005,-0.0182689277262661,-0.012549019979065,-0.015847612453292,-0.0709819598700242,-0.035710752399923,0.044300061154208,0.017731899798143,-0.0432618753339053,-0.0321732734322388
"46",0.0271782910803654,0.0506801187398187,-0.0353068801305926,0.0322009670761646,-0.0112006298276192,0.00150445872988718,-0.0102661054152432,-0.00259226199818282,-0.0149564750249113,-0.0507829804784829,53,0.0271782910803648,0.0506801187398183,-0.0353068801305885,0.0322009670761642,-0.0112006298276191,0.00150445872988706,-0.0102661054152424,-0.00259226199818327,-0.0149564750249099,-0.0507829804784794,-0.0278539772460471,-0.0148069868203062,-0.0213260092906343,-0.0301753613138447,-0.0295770927215973,-0.0263726311567458,-0.0304484628906324,-0.0314822598293453,0.00446473228451974,0.0210526443561846,-0.0289686363876397,0.00261214422372978,-0.0182913989142872,-0.0095542976027189,-0.00253574861416997,-0.0115011223348472,-0.0214797549680992,-0.0461098972810837,-0.0421928297021618,0.0236970358630108,-0.0135492296309022,-0.00520971974622017,0.00774488839521263,-0.0195479919484543,-0.0233051163436824,-0.0655347272514307,-0.0402023780379251,-0.00369416107896236,-0.014181040122964,0.0266876126270033,-0.0185207252383735,-0.0106140643410391,0.0190460829251802,-0.0196269053990973,-0.00809343473493556,0.00151927647073616,-0.0144038271957201,-0.0307496436920782,-0.0511509834804255,-0.0287475679166595,-3.47429466170656e-05,-0.0207889409996931,-0.0209305157509501,-0.00372521457736902,0.00929134827400973,-0.0235174247669579,-0.0163553567287287,-0.0157317353218285,0.0318803846515366,0.0238435598741858,0.0256511924089795,-0.0264333748978242,-0.0159693703430711,-0.00578140406188061
"47",-0.0563700932930843,-0.044641636506989,-0.0115950145052127,-0.0332135761048244,-0.0469754041408486,-0.0476598497710694,0.00446044580110504,-0.0394933828740919,-0.00797939755454164,-0.0880619427119953,190,-0.0563700932930819,-0.0446416365069889,-0.0115950145052109,-0.0332135761048242,-0.0469754041408483,-0.0476598497710699,0.00446044580110534,-0.0394933828740933,-0.00797939755454075,-0.0880619427119895,0.0167283556526231,-0.0310170858965227,-0.0201733583707481,-0.000787286375484424,0.000118008973991327,-0.0274179427475811,-0.00948548235226443,-0.0339533654799303,0.0774877699984185,0.0454145307438197,0.00493629784238321,0.025010289537952,0.0421977594230334,0.0459846787314587,-0.00189369057377038,0.0381848021348104,-0.00343171075231749,0.0957005987226357,0.00674978171260364,0.0204425468483181,0.0422143447354384,0.038152035311453,0.0151175342363122,0.0224021267067543,0.000361805891826731,0.07448404299266,-0.0100825103319685,-0.000444802647454615,-0.000842616016364756,0.01741724092023,-0.0104869734713596,-0.0202182604088314,0.00295426036960021,0.0218373492022715,0.025348900497303,0.00527189819828761,0.0157523670227762,-0.0140137894105681,0.041462220776487,0.0029540422755219,-0.00720329952456335,0.0109093892394366,-0.0165859911202775,0.0753361846833983,0.00502191165705118,0.00611938155516934,-0.0074858325130847,0.0758764659198297,0.0280719938196934,0.0195702024400394,0.00509235485221869,-0.0210583412776407,0.0498174371296656,-0.00690799831768591
"48",-0.0781653239992017,-0.044641636506989,-0.0730303027164241,-0.0573136709609782,-0.0841261313122791,-0.0742774690231797,-0.0249926566315915,-0.0394933828740919,-0.0181182673078967,-0.0839198357971606,142,-0.0781653239991984,-0.0446416365069889,-0.0730303027164164,-0.0573136709609778,-0.0841261313122786,-0.0742774690231804,-0.0249926566315902,-0.0394933828740933,-0.0181182673078952,-0.083919835797155,0.0703280023587936,0.0447617216730217,0.017791322939614,0.0679868621417887,0.0425915330906906,-0.0200242753977713,-0.00948548235226443,-0.0298674093899606,0.0674376830944298,0.0662243401615929,0.111175010183773,0.0835884407402876,0.122669182044563,0.111466183832418,0.0494392547845019,0.056806321505512,0.0169375445245987,0.131365518441634,0.064933547161752,0.0439040124400167,0.0769206495387209,0.0632693199730969,0.0453007270987576,0.0224021267067543,0.00997581783843846,0.0705038335116759,0.0651271945761786,0.121477593149032,0.106437617198945,0.0594274870929292,0.0427119944755386,0.00691901827354075,0.109431535926774,0.092236771262287,0.083628236994736,0.0377842966634345,0.0363248314535962,0.00332195218782894,0.0797434635215749,0.0593084834740008,0.0438699128511105,0.0363767433328831,0.00750085712528935,0.140108735515405,0.0498296290395419,0.022637060859629,0.0137738589044776,0.119528834524446,0.0499190064982274,0.0306054814978761,0.0610959924540007,-0.0132705148266712,0.0466013352250438,0.00929743600991611
"49",0.0671362140415805,0.0506801187398187,-0.041773752573878,0.0115437429137471,0.00255889875439205,0.00588853719494063,0.0412768238419757,-0.0394933828740919,-0.0594726974107223,-0.0217882320746399,75,0.0671362140415784,0.0506801187398183,-0.0417737525738733,0.0115437429137468,0.00255889875439214,0.00588853719494055,0.0412768238419748,-0.0394933828740933,-0.0594726974107181,-0.0217882320746382,0.0410342838168734,-0.00754142632895283,-0.0370505944540764,-0.0318543757375162,-0.0291529507681857,-0.00683040348906031,-0.00948548235226443,0.0196816818056828,-0.0252211390587356,0.0643645262764291,-0.067744499511376,0.000362096423679857,-0.0085348438987324,-0.00211372334861793,0.0684734757034874,-0.0673371409658321,-0.0970677963117224,-0.0479558808367645,-0.049145885832622,0.000867038289308243,0.00104368793712683,-0.000513165808350963,0.0677102896738635,-0.0609606274618937,-0.0712266748290797,-0.0339045601199382,-0.0272465136444931,-0.0146331466229235,-0.0184280542732267,-0.0200187042506513,0.0156458528885202,0.0325249425820691,0.000642283456101138,-0.0112038496957825,-0.00766779153083088,0.0181207121823506,-0.0224536383487467,-0.0353430222829241,-0.0230479736237893,-0.0282989757997692,-0.000241584222413966,-0.0230470828851587,-0.0276303837813018,-0.0175646167348895,0.0148897815179496,-0.027110302692626,-0.0235713617063328,-0.0168443004730228,0.000763227971525925,-0.0350905032271736,-0.0062999515020072,0.0184944779638691,-0.00164019334428355,0.00484526394290045
"50",-0.0418399394890061,0.0506801187398187,0.0142724752679289,-0.00567061055493425,-0.0125765826858204,0.00620168565673016,-0.0728539480847234,0.0712099797536354,0.0354619386607697,-0.0135040182449705,142,-0.0418399394890042,0.0506801187398183,0.0142724752679283,-0.00567061055493434,-0.0125765826858202,0.00620168565673009,-0.0728539480847205,0.0712099797536368,0.0354619386607679,-0.0135040182449693,-0.00935658746033708,-0.030007584419838,-0.0388099037506294,-0.029713390414421,-0.02910340608727,0.0372320296051072,0.0379089015389853,-0.0155175410792371,-0.0293458804798801,-0.0537587880515106,-0.0213515267833619,-0.0117176093463565,-0.00127372614743768,-0.0158596432896339,0.0749229363923449,-0.074432646444259,-0.0441846180078119,-0.00262960365425653,0.0111139339646994,-0.0181579596887773,-0.0150085213877051,-0.000177697669931729,-0.0650702417288635,0.0632772790784245,0.0309701305368668,-0.0248673695109403,-0.0193052276798963,-0.016214134775538,-0.0110622864991528,-0.004698427886946,0.00175690695687369,-0.0110977927379899,-0.0223498847672621,-0.0103020404467538,-0.0099156416256733,0.0168173375538438,-0.0213275842699672,-0.0244617481691657,-0.0163845827631414,-0.0296069048022157,0.0176651232640733,-0.0368380987295118,-0.0337874592184081,-0.0125658484479578,-0.000159150045077045,-0.0165169981873243,-0.0110172105455627,-0.0158892263091352,-0.0660579535640957,-0.0379983162308257,0.0360522393048527,0.0219266041070133,-0.0374629658749745,-0.0303216369565668
"51",0.0344433679824045,-0.044641636506989,-0.00728376620968916,0.0149866136074833,-0.0442234984244464,-0.0373259505320149,-0.0029028298070691,-0.0394933828740919,-0.02139368094036,0.00720651632920303,155,0.0344433679824036,-0.0446416365069889,-0.00728376620968768,0.014986613607483,-0.044223498424446,-0.0373259505320153,-0.00290282980706855,-0.0394933828740933,-0.0213936809403582,0.00720651632920293,-0.0196705084819896,-0.032203418688341,-0.0354611495031678,-0.00433111970083595,-0.0113747166383659,-0.0275581674731809,-0.00948548235226443,-0.0278689418532572,-0.0311859138276027,-0.0412930084969016,-0.0140736173183745,-0.00545179827156464,-0.0432619892347781,-0.0374008119978407,0.00163216957018522,-0.0394048619097797,-0.0284431540451932,-0.00971069308919571,0.0026667104530143,-0.0264803843350789,0.0396435073426027,0.028400618913403,0.0226633324519236,0.0224021267067543,0.013081673477049,-0.0170607750699755,-0.0198637875536156,-0.00529129592882348,-0.00702465102927784,0.0190480708058304,-0.0142202343799138,-0.0188223161062459,-0.0194262236157211,-0.0261477867450664,-0.0213402837159969,0.00742442774084172,-0.0253925618388638,-0.0271409646946956,-0.0157463545503351,-0.00531194188025043,0.000260961594546648,0.00902291856584798,-0.00461432483236052,-0.0233911319053442,0.0119723891816305,-0.00029336452773852,0.00172377157284185,-0.0198602198530785,0.0335337469893269,0.0217775028153145,0.0134557913076743,-0.0107546177350529,-0.0241529066766363,-0.0238873294758743
"52",0.0598711371395414,0.0506801187398187,0.0164280994156907,0.0287580963824284,-0.0414715927080441,-0.029184090525487,-0.0286742944356786,-0.00259226199818282,-0.00239668149341427,-0.0217882320746399,225,0.0598711371395395,0.0506801187398183,0.0164280994156899,0.028758096382428,-0.0414715927080438,-0.0291840905254874,-0.0286742944356772,-0.00259226199818327,-0.00239668149341373,-0.0217882320746382,0.0241674758307779,-0.0290429803221249,-0.0249780927275397,-0.00766108433014634,-0.0184610779784373,-0.0176085858067559,-0.0304484628906324,-0.0348478674740236,-0.0252211390587356,0.0564896386545665,0.0118710976165304,0.0216301329834025,-0.0629252286268798,-0.0470919081395003,-0.036006942179339,-0.0133345379667895,-0.0159365160991148,-0.0444176188689519,0.0134316193415195,0.0198920362673937,-0.045653648280566,-0.0380855973113047,-0.0136713263471627,-0.0195479919484543,-0.00978454231411259,-0.0339045601199382,-0.00835433073416263,-0.027141065093047,-0.0235687447891547,0.00803132865354873,-0.0214612452986782,-0.0231266547165545,-0.0257938460056205,-0.0375858188803407,-0.0274400533057249,-0.00864315232953323,-0.0142109224829664,-0.0214992319429178,-0.0306654304785536,-0.0115009731686517,0.0236937742798726,-0.0194268776690428,-0.0223582214867086,0.00369336329070155,0.0277491012493516,-0.0222674226814793,-0.0143197092759024,-0.000462973093473953,0.0327766294243783,0.0219270965664493,0.0279770634276954,-0.0270666082467201,-0.0174470571604677,-0.019797465251582
"53",-0.0527375548420648,-0.044641636506989,-0.00943939035745095,-0.00567061055493425,0.0397096259258226,0.0447189464568426,0.0265502726256275,-0.00259226199818282,-0.0181182673078967,-0.0135040182449705,59,-0.0527375548420625,-0.0446416365069889,-0.00943939035744927,-0.00567061055493434,0.0397096259258225,0.0447189464568429,0.026550272625627,-0.00259226199818327,-0.0181182673078952,-0.0135040182449693,0.00948350827254659,-0.0316779814443285,-0.0388099037506294,-0.00968086126329082,-0.00343720293880498,-0.019042702318573,-0.0304484628906324,-0.0298674093899606,-0.0293458804798801,0.0419462291741909,0.00166176916513446,-0.0103294442631041,-0.0549602636553812,-0.0599198612885622,-0.0286371865592914,-0.00701943967898825,0.00722721914333461,0.000659838600980903,0.00470824608280897,-0.00637055668505161,-0.0387670331388873,-0.0490197173377817,-0.00751986041052188,-0.0140762373412539,0.00997581783843846,0.00284027233494529,-0.0166443428071817,-0.0204676570394567,-0.022306553874872,0.0129654129119159,-0.0199909852685259,-0.0184871671833768,-0.015674630476577,-0.0167021561631726,-0.0146757009583424,0.00522234695617404,-0.0122818753554297,-0.0176513514484583,-0.0163845827631414,-0.00355394111797857,0.0207145763448201,-0.0230796838739685,-0.0395185814301255,-0.0282116074565778,0.0353391511629673,-0.025277631785285,-0.0337009526696592,-0.0270392862505077,0.0300878951058533,0.00950560974488592,0.00586286024724196,-0.0262739652458385,-0.0178692533940096,-0.0159839017176654
"54",-0.00914709342983014,-0.044641636506989,-0.0159062628007364,0.0700725447072635,0.0121905687618,0.0221722572079963,0.0155053592133662,-0.00259226199818282,-0.0332487872476258,0.0486275854775501,104,-0.00914709342982945,-0.0446416365069889,-0.0159062628007341,0.0700725447072627,0.0121905687618,0.0221722572079963,0.0155053592133662,-0.00259226199818327,-0.0332487872476233,0.0486275854775474,-0.0398268569928738,-0.0292889198895316,0.0460737365304821,-0.0298483889804742,-0.023173434729194,-0.0247218037053662,-0.0304484628906324,-0.0178657577416863,0.00144182035611765,0.000326610338644633,-0.00574292147156466,-0.0314455708164659,-0.0143391508137375,-0.0146700925255076,0.000657988253815164,-0.00946399385491132,-0.0065019898140228,-0.0252014322592448,0.010832852972193,-0.0801065914018184,-0.0130586592105299,-0.0277438997420363,0.00379883691289517,-0.0140762373412539,0.0243230777399542,-0.056862869879817,-0.0397606139974339,-0.0165278629111882,-0.020777427002415,0.0130546303181763,-0.0196234202609878,-0.0105964792002584,-0.0344566003041851,0.0065977445734875,0.0247106217463412,0.0306686793415026,-0.0165257790360105,-0.0721773135293176,0.0512636762273225,-0.0247120404669246,0.0016006196249965,-0.0218414444824683,-0.0329352003118772,-0.00319347935119166,0.0170712588835765,-0.0243592629061578,-0.032092867560837,0.00901878956893516,0.0306256419695583,0.00872635336804558,0.0308833352877781,-0.0255111223067454,-0.0210357251455737,-0.0528707024203103
"55",-0.0491050163910452,-0.044641636506989,0.0250505960067379,0.0081008722200108,0.0204462859110067,0.0177881787429428,0.052321737254237,-0.0394933828740919,-0.0411803851880079,0.00720651632920303,182,-0.0491050163910431,-0.0446416365069889,0.0250505960067363,0.00810087222001058,0.0204462859110067,0.0177881787429429,0.0523217372542356,-0.0394933828740933,-0.0411803851880048,0.00720651632920293,0.0027210686270277,-0.0238299808933402,-0.0382275117077857,-0.0260437519737512,-0.0254659961664989,0.0058089433684156,-0.00948548235226443,-0.00874971436816851,-0.0311859138276027,0.038477927604562,-0.0346544275259556,-0.0259831666381723,-0.0326248143100734,-0.0287490499434385,-0.0558533330605641,0.0319776290112432,0.0297090124112708,-0.0231690241482705,-0.0279563239939059,-0.0197771084517365,-0.0207711713890371,-0.0236069352095303,-0.0339301541651616,0.0224021267067543,0.0318440814819462,-0.0170607750699755,-0.0136877302207484,-0.00115226178520564,-0.00319905098822681,0.0479111073715783,-0.0422196911940708,-0.0450060765038856,-0.0145685453466499,-0.00826614475963981,-0.00600878242182677,0.0170379585578893,-0.0195147148586296,-0.0274318708811006,-0.0167541522830341,-0.0233992546735476,0.0210566113063885,-0.0353091422634848,-0.0420860706466554,-0.0130641537861924,0.0297821528552016,-0.0344946769699138,-0.0319898896948563,-0.011345955748403,-0.00742940178292433,-0.0283074363700045,0.0224062240686046,0.00444386320670582,-0.0241529066766363,-0.0267129380456534
"56",-0.0418399394890061,-0.044641636506989,-0.0493184370910443,-0.0366564467985606,-0.00707277125301585,-0.0226079728279068,0.0854564774910206,-0.0394933828740919,-0.0664881482228354,0.00720651632920303,128,-0.0418399394890042,-0.0446416365069889,-0.0493184370910389,-0.0366564467985604,-0.00707277125301572,-0.0226079728279071,0.0854564774910181,-0.0394933828740933,-0.0664881482228307,0.00720651632920293,-0.00935658746033708,0.00247589911660745,-0.0159874155608658,-0.0312404709680542,-0.0229181046991251,0.0616247580083131,-0.00948548235226443,0.0333273137436097,-0.0311859138276027,0.0315413244653043,0.0345679060585573,0.0174052550966032,-0.00599168032526738,0.00944418169823513,-0.0792787660737334,0.025770455887676,0.0457211402111085,-0.0219987344909596,0.0424766552340105,0.0237941847899894,0.00493720253932026,0.014512237982847,-0.0678862461354127,0.0224021267067543,0.0558417402030612,-0.0170607750699755,0.0180722633267325,-0.00470979564199656,0.0115409844734239,-0.0757571783415622,0.0221790594784902,0.0500487138114688,-0.0257412053655135,-0.00624505558590424,0.00891166778366369,-0.0561170763603636,0.0186912905128933,0.0346759004599888,-0.0233048375455781,-0.026263487185575,-0.0159262037313399,-0.0164444355275985,-0.014586339683245,-0.0174586125602995,-0.0322153576153026,-0.00942666955491034,0.0172394004188093,-0.0175865243251254,-0.0320072910462751,-0.108001472558714,0.0277764837251628,0.023883156853049,-0.0241529066766363,-0.0303269725618689
"57",-0.0418399394890061,-0.044641636506989,0.0412177771149514,-0.0263278347173518,-0.0318399227006362,-0.0304366843726451,-0.0360375700438527,0.00294290613320356,0.0336568129023847,-0.0176461251598052,52,-0.0418399394890042,-0.0446416365069889,0.0412177771149483,-0.0263278347173517,-0.0318399227006359,-0.0304366843726455,-0.036037570043851,0.00294290613320325,0.0336568129023829,-0.0176461251598038,-0.00935658746033708,-0.00821396761328567,-0.0273076608989145,-0.0176317445514086,-0.0174837949938265,-0.0117828858431991,-0.0304222643630799,-0.0174442044911401,-0.027525561775169,0.0315413244653043,-0.0450462017163785,0.00769763361561663,0.0152391134749662,0.0163202210971126,0.0390620753537221,-0.0126407333395658,-0.0425927488397808,0.00124422251308409,-0.043267841217366,0.0137392709649757,0.0280747390748419,0.0218996746480364,0.0566194244221747,-0.0195479919484551,-0.0391190272268814,0.00682048181592944,-0.0391784623626156,-0.0408829273179433,-0.040636495435796,-0.0146715876081217,-0.0178678682282046,0.00833196666463495,-0.0334945399655894,0.00625349312139172,0.00831461375010026,0.0278360000154301,-0.0142742921471251,-0.0398164563041461,-0.00850436460091092,-0.0148909378859592,0.0227718495481547,-0.022919370754683,-0.0468985685778339,-0.00387922064233928,0.0333805807614053,-0.024863583228972,-0.0384169693255321,-0.00258049870890901,0.0293886509956405,-0.00703017939083432,0.0282280790322174,-0.0252610193553491,-0.0195784342814887,-0.0326011292233555
"58",-0.0273097856849279,-0.044641636506989,-0.063329994051496,-0.0504279295735057,-0.0896299427450836,-0.104339721354975,0.052321737254237,-0.076394503750001,-0.0561575730950062,-0.0673514081378217,37,-0.0273097856849265,-0.0446416365069889,-0.0633299940514893,-0.0504279295735053,-0.0896299427450831,-0.104339721354976,0.0523217372542356,-0.0763945037500034,-0.0561575730950022,-0.0673514081378172,-0.0277230068203746,0.0254818983887853,0.00488163265065667,0.0814905896737262,0.112859472229886,0.0058089433684156,0.0482386066882214,0.0137623339572415,0.0320783755956971,0.0176681181867889,0.0275491440106322,0.0138890787045693,0.0380953819614922,0.0494044109483875,-0.0293053072957903,0.0351576488960265,0.0194126391621445,0.0258553074780154,0.0557466368276759,0.0372007365566742,0.0820623243243924,0.0916370767674242,-0.0339301541651616,0.0588804907547624,0.0460459468739819,0.0545829955877392,0.0454955262400832,0.111297721561615,0.132494795654753,-0.0555897243145515,0.0855522584016249,0.0561649305999322,0.070587165341598,0.0857237558766048,0.105520289107679,-0.0459543526116479,0.0706680830363557,0.0435228855282492,0.0510389202973226,0.102922246823595,-0.106167229468808,0.0975593280940381,0.0810403106157977,0.117436985527897,-0.108604602583469,0.101790837467838,0.11316418106889,0.136551197718117,-0.0436919559897237,-0.0460128668552853,-0.0653266394754043,0.0562522756068439,0.0825988330891004,0.0541171629429533
"59",0.0417084448844436,-0.044641636506989,-0.0644078061253769,0.0356438377699009,0.0121905687618,-0.057993749010124,0.181179060397284,-0.076394503750001,-0.000609254186102297,-0.0507829804784829,170,0.0417084448844424,-0.0446416365069889,-0.0644078061253701,0.0356438377699004,0.0121905687618,-0.0579937490101245,0.181179060397279,-0.0763945037500034,-0.000609254186101874,-0.0507829804784794,-0.00955740877970156,0.0274886426721295,-0.0172613981565296,-0.0298483889804742,0.0144056642813483,0.373675763277254,0.0482386066882214,-0.0349308354648633,0.00446473228451974,-0.0482296116361593,-0.0652606310929405,0.0163482411151644,-0.00163746549428504,-0.0611890720023528,0.179881992167052,-0.0789080963398722,-0.0134477224560935,-0.0626035244669558,0.0567674046425733,-0.0465902119851062,-0.0130586592105299,0.047903451709503,-0.16598162293836,0.0588804907547624,-0.00662680803814013,0.0386621576638027,-0.0631347331718749,-0.0294028447612622,0.0692397761489164,-0.242612013597327,0.0873576280213124,-0.0213931473504456,0.0498541228290658,-0.00246199123589897,-0.0541990141120325,0.14115910026393,-0.0714554736506596,-0.0204410695066812,-0.0547018650886808,-0.0384466342064725,0.0462145359296316,-0.0374580160029695,-0.024596802365508,-0.0300471083125506,-0.217929311811083,0.0461582066120823,-0.0150818582085085,0.049039303400357,-0.228579603517005,0.0178803386352176,-0.192998529900267,-0.0262822044178069,0.0577144103192096,-0.020219141218385
"60",0.0635036755905609,0.0506801187398187,-0.0256065714656645,0.0115437429137471,0.0644767773734429,0.048476727998317,0.0302319104297145,-0.00259226199818282,0.0383932482116977,0.0196328370737072,170,0.063503675590559,0.0506801187398183,-0.0256065714656613,0.0115437429137468,0.0644767773734427,0.0484767279983173,0.0302319104297139,-0.00259226199818327,0.0383932482116956,0.0196328370737063,0.0323596759565468,-0.0234194686808254,-0.0370505944540764,0.0267556871936924,0.00114569020741675,-0.0164867880019579,-0.0304484628906324,-0.0121744732696678,-0.0264806856955698,0.0604270824654978,-0.042977304269665,-0.000579872739820603,0.0718337123087835,0.0542106692949749,0.0486542041141495,-0.0135382508147831,0.038475968460338,0.0126092721370074,-0.0317632455064716,0.000867038289308243,0.0667118169932574,0.0451105010166643,0.0548605608284383,-0.0195479919484543,0.0341256750677156,0.0112813929250512,-0.023553239998641,-0.0482573650551788,-0.0403456151119912,0.00124789214627403,-0.0190720727496807,-0.0439371834325974,-0.0288122603093546,0.00422500068980117,0.00304648835928569,0.0154980357380156,-0.0132463989191981,-0.0100199465643631,-0.0133369447564969,0.0154169308637385,0.0404839945861095,-0.0241940993263187,0.0274356090309091,0.011720822280203,0.0413650675418688,-0.0254306932651396,0.0251228467731277,0.0063081642817088,0.029908646151285,0.0465993024831041,0.027274840484596,-0.02912313439292,-0.0195580383281771,-0.0058956622211571
"61",-0.0709002470971626,-0.044641636506989,-0.00405032998804645,-0.0400993174922969,-0.0662387441556644,-0.0786615474882331,0.052321737254237,-0.076394503750001,-0.0514005352605825,-0.0342145528191441,61,-0.0709002470971596,-0.0446416365069889,-0.00405032998804527,-0.0400993174922966,-0.066238744155664,-0.0786615474882338,0.0523217372542356,-0.0763945037500034,-0.0514005352605788,-0.0342145528191416,0.0505318225185061,-0.0327375902347474,-0.0113889450537842,0.0300078703911284,0.0513657639810612,0.0058089433684156,0.0482386066882214,0.00586133030611445,-0.0154032468391023,0.0592877370223352,-0.00276533254303365,0.0468179562056245,0.0841640128046731,0.106663194001906,-0.0824013588253379,0.10719917220291,0.0638990132057778,0.038964377839623,-0.000395592991677726,0.0271458227316606,0.0602102064852886,0.067406284505603,-0.0339301541651616,0.0588804907547624,0.0415351661180204,0.022741319739866,-0.0144895178324771,-0.00646335618781124,-0.00599560660494832,0.0138315652310234,-0.0137430706811848,-0.0176676707633234,-0.0154430116601061,0.0454935316841476,0.0595934830648489,-0.0348380624052589,0.0536132562339139,0.0262457887727989,0.00992431123440273,0.0447170874224429,-0.0791321633040791,0.0665418301258066,0.0469089199498602,0.0338899810464078,-0.0795079001579021,0.0709673528045138,0.0731714434848115,0.0436002497704195,-0.0436919559897237,-0.0403892876349242,-0.026334255678067,0.0491842013278431,0.0328299875493188,0.0140168692259762
"62",-0.0418399394890061,0.0506801187398187,0.00457216660300077,-0.0538708002672419,-0.0442234984244464,-0.0273051997547498,-0.0802172236928976,0.0712099797536354,0.0366457977933988,0.0196328370737072,144,-0.0418399394890042,0.0506801187398183,0.00457216660300114,-0.0538708002672416,-0.044223498424446,-0.0273051997547502,-0.0802172236928944,0.0712099797536368,0.0366457977933968,0.0196328370737063,-0.00935658746033708,-0.0326720063501056,0.0111302139465357,-0.00433111970083595,-0.0198500071469514,0.0510122958208729,0.0379089015389853,-0.0141993317136243,-0.0264806856955698,-0.0537587880515106,-0.0128214438074759,0.0335846242315807,0.0258545103750831,0.0135698053375616,0.0820951086000695,-0.074432646444259,-0.0452286166565323,-0.0336202129929815,0.000684349769009176,-0.0714279540274167,-0.0485722317941718,-0.0360727884807893,-0.0736367276258136,0.0632772790784245,0.0322445507734059,0.0112813929250512,-0.0225778369591175,-0.016708399060044,-0.015760468659601,0.0103657503139688,-0.0133887245976991,-0.0185637878053402,-0.016460660514655,0.039583881747347,0.0229080039059198,0.0972100982107398,-0.095515444057593,-0.0642045616050618,-0.0394197722923148,-0.011540033002059,0.0757886610355675,-0.0759549983213744,-0.0584030574106987,-0.0355681828829064,0.0570621013853601,-0.0540082903206787,-0.0378933180889243,-0.0255857265330269,-0.0759059661759527,-0.0460436484149801,-0.0214927970554547,0.0235662243680199,0.00892830979647212,-0.00657549341190693
"63",-0.0273097856849279,0.0506801187398187,-0.00728376620968916,-0.0400993174922969,-0.0112006298276192,-0.0138398158977999,0.0596850128624111,-0.0394933828740919,-0.0823814832581028,-0.0259303389894746,52,-0.0273097856849265,0.0506801187398183,-0.00728376620968768,-0.0400993174922966,-0.0112006298276191,-0.0138398158978002,0.0596850128624095,-0.0394933828740933,-0.0823814832580971,-0.0259303389894727,-0.0277230068203746,-0.032203418688341,-0.0113889450537842,-0.0301753613138447,-0.0271001809412452,0.0158923759092764,-0.00948548235226443,0.0698635370660465,-0.02243261233058,-0.0380090128077853,-0.00462013550007731,0.00755271528258575,-0.00578756926503029,-0.00247839249764513,-0.0339867310330264,0.0133561096405416,0.0345073431385812,0.000570050447819115,-0.0120629198035011,-0.0562079556449483,-0.0135492296309022,-0.0216476585287624,0.0891265044162389,-0.0609606274618937,-0.0958879030730244,-0.0384231554244371,-0.0119236645625712,-0.0105289630430455,-0.010791600826418,0.00884453325520142,-0.0142202343799138,-0.009026813448663,-0.0143946206717357,-0.00214642740406067,0.00294545989624417,-0.0409116289082989,0.0216302140030104,0.0540922424326722,0.00317770170513665,-0.0263321604282807,-0.0173420664423469,-0.0136147295172156,-0.00510426054381273,-0.00989345749124613,-0.00826345073095888,-0.0148677874434382,0.00924583575398493,-0.0064009211811057,-0.0128911549525578,-0.0907192158661591,-0.0208801948305091,0.0360910792342213,0.00157590856033827,0.0214980234608723
"64",-0.034574862586967,-0.044641636506989,-0.0374625042783544,-0.0607565416547144,0.0204462859110067,0.0434663526096845,-0.0139477432193303,-0.00259226199818282,-0.0307512098645563,-0.0714935150526564,128,-0.0345748625869654,-0.0446416365069889,-0.0374625042783501,-0.060756541654714,0.0204462859110067,0.0434663526096847,-0.0139477432193294,-0.00259226199818327,-0.030751209864554,-0.0714935150526516,-0.0195046126094712,-0.0125205916269816,0.0248649596298917,-0.0260437519737512,-0.00488270565858322,-0.0252827026077652,-0.0304484628906324,-0.0203340774377603,0.040192046452797,0.0246047213260466,0.0184220166622443,0.0301409070060623,-0.0265380881187583,-0.0419605539996875,0.0151865325349414,-0.0080380039189562,0.00949733335515737,0.0399938979347736,0.0312482092701398,0.0472556503816879,-0.0207711713890371,-0.0478377274713514,0.0339820297753406,-0.0140762373412539,0.0219547921832262,0.0585632050687234,0.0273386752747439,-0.0289847841203242,-0.0488682370879098,0.03026997280449,-0.0183982035691942,0.0031446588436746,0.0375025230343661,-0.0386565149312693,-0.0667029410765649,0.0257507185866712,-0.00919539995137096,0.0219244237146764,0.0702781590683562,-0.0160205493641292,-0.00887435930534225,-0.0222129162999184,-0.0376173921503601,-0.048720415121589,-0.0035038560483167,-0.0252266112920002,-0.0452924462890574,-0.0807099626067041,0.032059633606105,0.0300651752238493,0.0363525269059348,-0.0256370439062081,-0.0149138797592164,0.0227331922237258
"65",0.0671362140415805,0.0506801187398187,-0.0256065714656645,-0.0400993174922969,-0.0634868384392622,-0.0598726397808612,-0.0029028298070691,-0.0394933828740919,-0.0191970476139445,0.0113486232440377,71,0.0671362140415784,0.0506801187398183,-0.0256065714656613,-0.0400993174922966,-0.0634868384392618,-0.0598726397808618,-0.00290282980706855,-0.0394933828740933,-0.0191970476139429,0.0113486232440374,0.0410342838168734,-0.0234194686808254,-0.0113889450537842,0.0249669561934889,0.0173037014945454,-0.0275581674731809,-0.00948548235226443,-0.0292457927635793,-0.0301016084619806,0.0643645262764291,-0.0449322662140501,-0.0775219733839983,-0.0993797883387801,-0.0947931720100214,-0.000577172222147467,-0.0673371409658321,-0.0400765357877991,0.00177153768376992,-0.0317632455064716,-0.0562079556449483,-0.0690023163894124,-0.0709614748763892,0.0163113742921628,-0.0609606274618937,-0.0278700779789199,0.00224420231605329,0.00261617063356228,0.0230944517074462,0.0207486019514568,0.0202385404531,0.00164612448144177,-0.0114188344067752,-0.024390025415248,0.0431115337297372,0.0431737662043838,0.010713686367541,0.0216302140030104,-0.00269951420857469,-0.0271820411765607,0.0249104637895473,0.00149618630031415,0.0222282132809684,0.0010995468104874,-0.03229433966875,0.0133898198816583,0.0136980814713332,0.00944915207352899,-0.0286596159329763,0.0335337469893269,0.0216334329339504,0.0131853772793098,-0.0124418865863841,-0.0273690085812581,-0.0251493259896569
"66",-0.0454724779400257,0.0506801187398187,-0.0245287593917836,0.0597439326260547,0.00531080447079431,0.0149698425868371,-0.0544457590642881,0.0712099797536354,0.0423448954496075,0.0154907301588724,163,-0.0454724779400237,0.0506801187398183,-0.0245287593917804,0.059743932626054,0.00531080447079438,0.0149698425868371,-0.0544457590642858,0.0712099797536368,0.0423448954496051,0.0154907301588718,-0.00355896328393352,-0.0242070882300304,0.0227416553037854,-0.0315485725341271,-0.0266741518479216,0.00858156862459533,0.0379089015389853,-0.00724773569974409,-0.0285331990846363,-0.0576962318624419,0.0146414803128846,-0.0780743156249418,-0.0170023252035504,-0.0247023299029497,0.0615967981177587,-0.0800286810238454,-0.053496479227127,-0.0310041818864568,-0.0306044028180616,0.0541370326279476,0.00396227145073263,0.00921541020580669,-0.0436540269864881,0.0632772790784245,0.0383796095679061,0.00676279762055223,-0.046703735857039,-0.0151420963651073,-0.0210970271130911,0.0484661039393515,-0.0588256192614174,-0.0451620774135511,-0.026253082949914,-0.00499251703467072,0.0103419607832229,-0.0585910990776578,0.0793559397275249,0.0367522287885385,0.000856097434877004,-0.0273934206230873,-0.00896208329807585,-0.0147285467862851,-0.0197283883299952,-0.0145062105763692,-0.00802554584521237,-0.00670619276925024,-0.00190163008888213,-0.00912290142068217,-0.0414379220344531,-0.0317162158610912,-0.00504176973158212,0.0314593560160596,0.0031294003375413,-0.00783395237202866
"67",-0.00914709342983014,0.0506801187398187,-0.0180618869484982,-0.0332135761048244,-0.0208322998350272,0.0121515064307313,-0.0728539480847234,0.0712099797536354,0.000271485727907132,0.0196328370737072,150,-0.00914709342982945,0.0506801187398183,-0.0180618869484957,-0.0332135761048242,-0.020832299835027,0.0121515064307312,-0.0728539480847205,0.0712099797536368,0.000271485727907499,0.0196328370737063,-0.0398268569928738,-0.0282216494303461,-0.0201733583707481,-0.0258187543636626,-0.0276744201966584,0.0372320296051072,0.0379089015389853,-0.0349354292351174,-0.0264806856955698,-0.0183217937531287,-0.00532850900720877,-0.010222662334167,-0.00815048493285998,-0.0127459360200633,0.0194738460433206,-0.0240683352279811,-0.0129644744226137,-0.019273131400916,-0.0236513466876014,-0.0485979564537141,-0.0237642719285225,0.00619619696003363,-0.0650702417288635,0.0632772790784245,-0.00691226958537072,0.0112813929250512,-0.00583200592524374,-0.00411200253396491,-0.0178443599163107,0.0480272507518024,-0.0487285315583689,-0.0223665714294486,-0.0257243603606797,0.00309415317711046,-0.0179449724773317,0.0580935220279055,-0.0637206470057533,-0.0201564185097292,-0.0311830899125828,-0.0320684415291362,0.030951320709034,-0.0470425073186933,-0.0245596786280684,-0.0253920678478069,-0.00954674747605265,-0.00985966593934547,-0.0157872388284578,-0.00897981643940417,-0.0660579535640957,0.0199274790376798,-0.0182416212194513,-0.0268114408448274,0.00892830979647212,-0.0207266198903691
"68",0.0417084448844436,0.0506801187398187,-0.0148284507268555,-0.0171468461892456,-0.00569681839481472,0.00839372488925688,-0.0139477432193303,-0.00185423958066465,-0.0119006848015081,0.00306440941436832,97,0.0417084448844424,0.0506801187398183,-0.0148284507268533,-0.0171468461892455,-0.0056968183948146,0.00839372488925682,-0.0139477432193294,-0.00185423958066509,-0.011900684801507,0.00306440941436848,-0.00955740877970156,-0.0297717582552018,-0.0342532252718556,-0.0314885731714368,-0.0286847310330183,-0.0252827026077652,-0.0304927591946781,-0.0327495793432767,-0.0317861151815026,0.0368024195999099,-0.0217994496895806,-0.0331125553719612,-0.0169226269008019,-0.00306351090039147,-0.0095832425189318,-0.0116500525006911,-0.0233738951681479,-0.0124020549343899,-0.0201748186223713,-0.0308412916614843,-0.00771206260369057,0.00217057929900286,0.00346164544673757,-0.0187197392381855,-0.0200155688020968,-0.00679298829294457,-0.0126719553666542,-0.0104659836175845,-0.0157521453021658,0.0232040145107256,-0.0199246341616901,-0.0183671366739314,-0.0192792509485423,-0.00973291506287593,-0.0122858723349621,0.013238833380397,-0.011912384654347,-0.0153803208122902,-0.0190069537159667,-0.0291827747451461,-0.000819575204841888,-0.0211095672382651,-0.023020402139391,-0.0167160118870938,0.00709038208359734,-0.0237007000735524,-0.0180594592904458,-0.0135425571261886,0.0318662987433515,0.0241246964107064,0.0129650111844592,-0.0267582622264977,-0.018669182682875,-0.02155489565803
"69",0.0380759064334241,0.0506801187398187,-0.0299178197611881,-0.0400993174922969,-0.0332158755588373,-0.0241737151368545,-0.0102661054152432,-0.00259226199818282,-0.0129079422541688,0.00306440941436832,160,0.038075906433423,0.0506801187398183,-0.0299178197611844,-0.0400993174922966,-0.0332158755588371,-0.0241737151368548,-0.0102661054152424,-0.00259226199818327,-0.0129079422541676,0.00306440941436848,-0.0148551624981244,-0.0199303447245222,-0.0113889450537842,-0.0163677660418306,-0.021959568272069,-0.0263726311567458,-0.0304484628906324,-0.0323637051618293,-0.0317861151815026,0.0328649757889785,-0.0327426568177488,-0.0513451461019725,-0.0379662223620208,-0.0297345750718161,-0.00514025723114723,-0.012112260878828,-0.0232710930420037,-0.0126508746469651,-0.0363986162601117,-0.0562079556449483,-0.0368978977397486,-0.032718107096597,0.00774488839521263,-0.0195479919484543,-0.0210998779447098,-0.00679298829294457,0.00603730832677014,0.00933381255407687,0.00291421964037511,0.0254493192349368,-0.018827029411322,-0.0137428543426355,-0.020243206350181,0.0169095562312226,0.0119763041695,0.016787252870581,-0.010352828227893,-0.00835231995800085,-0.0204354316472946,-0.0172260267937172,0.00495780290247753,-0.0197983494864929,-0.0154561700995916,-0.0185846569054721,0.0150004441491212,-0.0224715046546186,-0.00898898917927411,-0.0156819433839598,0.0318803846515366,0.0233683967910322,0.0132187425683191,-0.0265366567920279,-0.0187136458610934,-0.0216160603001415
"70",0.0162806757273067,-0.044641636506989,-0.0460850008694016,-0.00567061055493425,-0.0758704141630723,-0.0614383820898088,-0.0139477432193303,-0.0394933828740919,-0.0514005352605825,0.0196328370737072,178,0.0162806757273065,-0.0446416365069889,-0.0460850008693965,-0.00567061055493434,-0.0758704141630719,-0.0614383820898094,-0.0139477432193294,-0.0394933828740933,-0.0514005352605788,0.0196328370737063,-0.0365111223829506,-0.00202042781575111,-0.0388099037506294,0.049335286064191,0.019789311538245,-0.0252827026077652,-0.00948548235226443,0.00586133030611445,-0.0264806856955698,-0.0239515006487573,-0.0245700185550535,-0.0191211564570354,-0.037361766339139,-0.0314102163053305,-0.00132665083430741,-0.0238869291008617,-0.0305501171195874,-0.00811429016264282,0.0394143517893185,-0.00637055668505161,0.0692081373602137,0.0511539238421863,0.0339820297753406,0.0224021267067543,0.0415351661180204,-0.0290014035129279,-0.0125320661857136,0.0638321304897569,0.0493365014393747,0.0329617664402098,0.0193791137970745,0.0299757612134187,-0.0371937030271865,-0.00255453194793099,-0.00155651304147384,0.00994623201448392,-0.00775902089816098,-0.0134209562040797,-0.0202008467396068,0.0370001946497688,0.0208011610649223,0.0307173313121172,0.0572838206437332,-0.0493358679303939,0.0281842669355333,0.0146697096657132,0.0536777864296572,-0.039951156693383,0.0417263767437772,0.0365725207545712,0.00776778546857569,0.0122941223582977,-0.0338012123905018,-0.0408291940116148
"71",-0.00188201652779104,-0.044641636506989,-0.0697968664947814,-0.0125563519424068,-0.000193006962010205,-0.00914258897095694,0.0707299262746723,-0.0394933828740919,-0.0629129499162512,0.0403433716478807,48,-0.0018820165277906,-0.0446416365069889,-0.0697968664947741,-0.0125563519424068,-0.00019300696201011,-0.00914258897095714,0.0707299262746703,-0.0394933828740933,-0.0629129499162468,0.0403433716478785,-0.0412915429199698,0.0380303327280748,-0.0366259335888552,-0.0319463102448642,-0.0285128793627716,0.0335033266743828,-0.00948548235226443,0.0261833276710403,-0.0089565585744041,-0.00660999280061308,-0.00604004738940444,-0.016516440105796,-0.012047129566376,-0.0100514361966963,0.00086085464507613,-0.00836899629194366,-0.0104165489281608,-0.0169561404994132,0.06187124371706,0.000332719198290826,-0.00148989094276908,0.00180584691872125,-0.05279464970419,0.0224021267067543,0.0524516188121012,-0.0489024509178487,-0.000360378652610591,-0.0120121212064578,0.00104027876941331,-0.0919204989123917,0.0399120487941229,0.0745701715261032,-0.0770331922729451,-0.0117891697059071,-0.00664738012495834,-0.00994918149124845,-0.0018811739179267,-0.00224743483867486,-0.0282278442857166,-0.0284859451250968,-0.00287634206478343,-0.0211606122115701,-0.024186691826037,-0.0165017177336101,-0.00437873481312856,-0.0177826720265782,-0.00319439245708337,-0.022000738460669,-0.0210837847070081,-0.0801652742110821,0.0781006507943365,0.0211369904048348,-0.0498817219136109,-0.071127307433797
"72",-0.00188201652779104,-0.044641636506989,0.0336730925977851,0.125158475807044,0.0245741444856101,0.0262431872112602,-0.0102661054152432,-0.00259226199818282,0.0267142576335128,0.0610539062220542,270,-0.0018820165277906,-0.0446416365069889,0.0336730925977827,0.125158475807042,0.0245741444856101,0.0262431872112603,-0.0102661054152424,-0.00259226199818327,0.0267142576335115,0.0610539062220508,-0.0412915429199698,-0.0164496486038638,0.233215713047165,-0.0234196266212509,-0.0205942051261151,-0.0263726311567458,-0.0304484628906324,-0.0239163865352775,0.0206701688398168,-0.00660999280061308,-0.0101327893554428,-0.0223385976888414,-0.0130021191126841,-0.0114494426514186,0.00440960769776941,-0.0098714195508985,-0.0139718154122026,-0.0178273899517026,-0.0361224665130846,-0.133732798468558,-0.0246274274782907,-0.0315853668079348,0.0302091306675349,-0.0140762373412539,-0.0325358664881946,-0.0688034983227694,0.0656978826080477,0.00571344539578004,0.00644768665028868,0.0108374572085516,-0.0224414186521131,-0.00242245445467249,0.0245263946854344,0.0545495658639425,0.0624328055090163,-0.0181109789004929,-0.0196122544400693,0.054990511586438,0.137252805529291,-0.0194472311468634,-0.00814762995139578,-0.0223986522086434,-0.0106837609179239,0.0169167411883399,0.00379112176018283,-0.0245250795093336,-0.000422543771229105,0.0202530523010045,0.0318803846515366,0.0141779132757805,-0.000170049567776818,-0.0285343089240139,-0.0216690194958866,0.0114876398783929
"73",0.0635036755905609,0.0506801187398187,-0.00405032998804645,-0.0125563519424068,0.103003457403075,0.0487898764601065,0.056003375058324,-0.00259226199818282,0.0844952822124031,-0.0176461251598052,202,0.063503675590559,0.0506801187398183,-0.00405032998804527,-0.0125563519424068,0.103003457403074,0.0487898764601068,0.0560033750583225,-0.00259226199818327,0.0844952822123981,-0.0176461251598038,0.0323596759565468,-0.0327375902347474,-0.0366259335888552,0.117867622633847,0.00154428028642235,0.0106849395085916,-0.0304484628906324,0.0753105957405092,-0.027525561775169,0.0604270824654978,-0.0142067282402144,-0.0349592047823187,0.121959311115428,0.0546281209267575,0.086754343825759,-0.0135382508147831,0.100182027402049,-0.0403071476538716,-0.00858639173827106,-0.0257679588800115,0.107571986183739,0.0454459691550835,0.0848432614677638,-0.0195479919484543,0.083754354238048,-0.0293859648154392,-0.0166971750618252,-0.0213901375799132,-0.0173629083369492,0.0134978037179649,-0.0202972894414743,-0.0298050310328197,-0.0168419893115892,-0.0397596002320149,-0.0225004232558633,-0.00614553378216049,-0.0118960659299224,-0.0437355235797205,-0.0134398213776924,0.0421182658619002,0.124851436971703,-0.0259276344744191,0.157947983306622,-0.0566052970676409,0.0688012656063918,-0.0254434483884608,0.074916922519504,-0.0325499610064885,0.0286539034693067,0.12728987383423,-0.00829915306321567,-0.0314474835399,-0.0176581552772387,-0.0503779863843987
"74",0.0126481372762872,0.0506801187398187,-0.02021751109626,-0.00222773986119799,0.0383336730676214,0.05317395492516,-0.00658446761115617,0.0343088588777263,-0.00514530798026311,-0.0093619113301358,111,0.0126481372762871,0.0506801187398183,-0.0202175110962573,-0.00222773986119811,0.0383336730676213,0.0531739549251603,-0.00658446761115549,0.0343088588777268,-0.00514530798026239,-0.00936191133013488,-0.0384320219594698,-0.0270189206673675,-0.0392830972857175,-0.0111971758022477,0.00739402497190871,-0.0271311194452177,-0.0146503349268825,-0.0345277538556019,-0.0306820951728691,0.00530286911245927,-0.0141752656586877,-0.0176802360158598,-0.00212098397636779,0.00370566693155581,0.00202099682010337,-0.000589199346667644,-0.0142837948365002,-0.0179057643565806,-0.0259690320644215,-0.0143529600931602,0.0389852736140022,0.0501425230929527,0.0120281313436877,0.0218646435649851,-0.0127434291622029,-0.0203487742064414,-0.0168123095032478,-0.0291816861523638,-0.0366841365461988,0.0215543967253836,-0.0357363021910071,-0.0199645840204272,-0.0143861981693188,-0.0136848662135646,-0.0117308315438959,0.00862103124236424,-0.0142516157480887,-0.0196973728830108,-0.0175162256008799,0.000136377414757743,-0.00815041484005414,0.0015356578330238,-0.0285745479478039,-0.0242814526816854,0.0020432566236887,0.00520943393298593,-0.021884409429719,-0.0247653705434231,0.0271376478197929,0.0211398287035391,0.0153126084378789,-0.0306208083899258,-0.0248722039634121,-0.0198777103239842
"75",0.0126481372762872,0.0506801187398187,0.00241654245523897,0.0563010619323185,0.0273260502020124,0.0171618818193638,0.0412768238419757,-0.0394933828740919,0.00371173823343597,0.0734802269665584,85,0.0126481372762871,0.0506801187398183,0.00241654245523955,0.0563010619323178,0.0273260502020123,0.0171618818193638,0.0412768238419748,-0.0394933828740933,0.00371173823343611,0.0734802269665542,-0.0384320219594698,-0.0328915897769559,0.0157893502892853,-0.0214028738495325,-0.0257524407787756,-0.00683040348906031,-0.00948548235226443,-0.0347238234450212,0.0442554534290159,0.00530286911245927,-0.00815846582242659,-0.0010508573209707,-0.00497344183520874,-0.00585595815593413,0.0161138714380507,-0.0207833425390781,-0.0119226406865622,0.00551524712068119,-0.00163333560781087,0.0503320330323305,0.027310939559579,0.0115636871747413,0.0677102896738635,-0.0609606274618937,-0.00320884973497518,0.0700231318835373,-0.0150111948117892,-0.0108675322513838,-0.0120981409432022,0.0208074018880588,-0.0226200714241609,-0.0220606556975596,-0.0146302401768562,0.0213681677861407,0.01190836711207,0.0561226803709935,-0.0606596437202695,-0.0152701379455843,0.0660805307990842,-0.0219198651957971,0.022341077907067,-0.0400253189474563,-0.022315618438439,0.0281640412653204,0.0249673680803409,-0.0341060256921618,-0.0144572129570553,0.0129390475501616,0.000763227971525925,0.0238359686345603,0.0821386267013917,-0.0300384878567363,-0.0756105371505855,-0.0154276711057668
"76",-0.00914709342983014,0.0506801187398187,-0.030995631835069,-0.0263278347173518,-0.0112006298276192,-0.00100072896442909,-0.0213110188275045,-0.00259226199818282,0.00620931561650541,0.0279170509033766,42,-0.00914709342982945,0.0506801187398183,-0.0309956318350653,-0.0263278347173517,-0.0112006298276191,-0.00100072896442923,-0.0213110188275033,-0.00259226199818327,0.00620931561650539,0.0279170509033752,-0.0398268569928738,-0.0189734022955756,-0.0273076608989145,-0.0301753613138447,-0.0295936066474718,-0.022108524728278,-0.0304484628906324,-0.034341193230512,-0.0209233468822702,-0.0183217937531287,-0.0028420342210734,-0.0116375228996536,-0.00995551248144927,-0.0102204806066676,0.00849792899944244,-0.00946399385491132,-0.0141092483417136,-0.0209669316461528,-0.0375574589485218,-0.0409879572624799,-0.0135492296309022,-0.00789346485357403,-0.00510484045021256,-0.0195479919484543,-0.000520216373472414,0.020318583534049,-0.00155458697366044,-0.00474566907343669,-0.0123283448320435,0.0333594269064004,-0.0187657685767323,-0.0265024102707525,-0.0363708245410346,-0.00547604226025812,-0.00857502766709763,0.0198606096578462,-0.0111244470789077,-0.0236186536196347,-0.032867121234545,-0.0283532156736589,0.00269799234218238,-0.0207889409996931,-0.0258986308929369,-0.0232579838046465,0.0100877068462096,-0.0234153837803882,-0.0159967085186431,-0.0146928358171832,0.0324181315152416,0.0173845632805056,0.000546140240488801,-0.0275005010775884,-0.019980234561719,-0.0173972415962363
"77",-0.0309423241359475,0.0506801187398187,0.0282840322283806,0.0700725447072635,-0.126780669916514,-0.106844909049291,-0.0544457590642881,-0.047980640675551,-0.0307512098645563,0.0154907301588724,170,-0.030942324135946,0.0506801187398183,0.0282840322283787,0.0700725447072627,-0.126780669916513,-0.106844909049292,-0.0544457590642858,-0.0479806406755527,-0.030751209864554,0.0154907301588718,-0.0238550135822017,-0.0213163406043989,0.0460737365304821,0.19501676283761,0.119782802101329,0.00858156862459533,0.000535861969184771,-0.0203340774377603,-0.0285331990846363,-0.0419464566187166,-0.0271946308293072,-0.0657530792989938,0.0683174880622264,0.0589880512474671,0.043179629138858,0.0221410211852584,0.00714292772702226,-0.0259730016431931,0.0261788889140298,0.0655520314147989,-0.136129737202346,-0.121281695639274,-0.0436540269864881,-0.0704855336299847,-0.040308093434134,0.00676279762055223,0.0215174911980327,-0.0903893586350506,-0.0795566829548375,-0.0158927006212796,-0.0502830770266405,-0.0414376782983553,-0.00919814724293685,-0.203607559752389,-0.172314923526639,-0.0701586595224659,-0.0852699361690255,-0.0682544332627212,0.00410555709447053,0.161863624487744,0.149904168755177,0.0842942748691536,0.0572603304897593,-0.0598474247470798,0.135609832554843,0.0570956755648594,0.0564884884191218,-0.049574022724887,0.0804449880029546,0.0582029668752102,-0.00504176973158212,0.00150916969080226,-0.0331698896490089,-0.0302717015050199
"78",-0.0963280162542995,-0.044641636506989,-0.0363846922044735,-0.0745280244296595,-0.0387196869916418,-0.0276183482165393,0.0155053592133662,-0.0394933828740919,-0.0740888714915354,-0.00107769750046639,200,-0.0963280162542956,-0.0446416365069889,-0.0363846922044693,-0.0745280244296589,-0.0387196869916416,-0.0276183482165397,0.0155053592133662,-0.0394933828740933,-0.0740888714915303,-0.00107769750046597,0.128260587314272,-0.0136807215116181,0.057284783362996,-0.0107771802634156,-0.0196249352278993,-0.0247218037053662,-0.00948548235226443,0.0498268506120945,-0.0319022125236803,0.0835658480097372,0.0648619040088644,0.144222144084889,0.0643613013827612,0.0454353249178464,-0.0308116606906251,0.07232425431443,0.137510939129677,-0.0129385011037024,0.0302274414552425,0.0606622021483728,0.0345018325569312,0.0192401974485682,0.00379883691289517,0.0224021267067543,0.0630489976277846,-0.00910035610800716,0.0359586397304426,0.0183718715416015,0.00911644930435991,0.00594768024315765,0.0109792767528274,0.0371843800466825,-0.0175145261295959,0.0504490868686313,0.0357092485214108,-0.015451139024922,0.0510194489041819,0.103814389062986,-0.0163085720110073,-0.0134817081440483,-0.0158367075367322,0.00524997721867072,0.035676152013418,-0.0154045316677728,0.000351626632336654,-0.0063174593328944,0.0291972346439836,-0.0134559009108837,0.0198793640652432,-0.00558110588340043,0.0135504556160257,0.0297213927864866,-0.0177207028673927,-0.0192500332134504
"79",0.00538306037424807,-0.044641636506989,-0.0579409336820915,-0.0228849640236156,-0.0676146970138656,-0.0683276482491785,-0.0544457590642881,-0.00259226199818282,0.0428956878925287,-0.0839198357971606,252,0.00538306037424824,-0.0446416365069889,-0.0579409336820853,-0.0228849640236155,-0.0676146970138651,-0.0683276482491792,-0.0544457590642858,-0.00259226199818327,0.0428956878925263,-0.083919835797155,-0.0408265979088352,0.0159561456112892,-0.0302560206171987,0.0326085282509637,0.0314882492837049,0.00858156862459533,-0.0304484628906324,-0.00652273756799954,0.0674376830944298,-0.0135465959398708,-0.015356136396068,-0.0198146033917382,-0.0195116633345691,-0.0181338011405548,-0.00286329330839368,-0.0102788452468857,-0.00804524135787604,-0.0253566592358962,0.0506427977531892,0.0103876330233045,0.0614956251817065,0.057654868107553,0.0754839199612031,-0.0140762373412539,-0.047879634344761,0.0705038335116759,0.00853653979163251,0.0730033084020959,0.0741660939699955,0.0891828986613835,-0.0172342477119903,-0.077064287644183,0.0830333077259301,0.0215597270633094,0.0249287592381439,0.0339493844808074,-0.0113173517916614,-0.041958324986797,0.0210644732984235,0.0364183250655388,0.0787453266896574,-0.0182505502471176,-0.0852223825433988,0.109404669204249,0.0901929905414579,-0.0206730322663279,-0.0803989681822354,0.108825297861645,0.0340313721063566,-0.0323937732509404,0.116684115817076,-0.0293501361306592,-0.0142805854089036,-0.0921653926803423
"80",-0.103593093156339,-0.044641636506989,-0.0374625042783544,-0.0263278347173518,0.00255889875439205,0.0199802179754696,0.0118237214092792,-0.00259226199818282,-0.0683297436244215,-0.0259303389894746,113,-0.103593093156334,-0.0446416365069889,-0.0374625042783501,-0.0263278347173517,0.00255889875439214,0.0199802179754696,0.0118237214092792,-0.00259226199818327,-0.0683297436244167,-0.0259303389894727,0.154810475438367,-0.0125205916269816,-0.0273076608989145,-0.0318543757375162,-0.0243825949497082,-0.0259519569799466,-0.0304484628906324,0.0371612444122533,-0.02243261233058,0.0905024511489948,0.0727642247072087,0.0442195959222382,-0.0174856120045203,-0.0538624636104562,-0.0245552048323448,-0.004167459807078,0.136281211485005,0.0447846285475368,0.0312482092701398,0.0137392709649757,-0.00406072833560482,-0.0256754174757833,0.00757173602070085,-0.0140762373412539,0.0575880019287151,0.0147809007778977,0.00181471529997734,-0.0143929188376378,-0.0294937309836383,0.00866067305986939,-0.0183982035691942,0.0341877086424602,0.00191892425997547,-0.0132957325146913,-0.0206133891027599,0.00191598135328221,-0.0111244470789077,0.0203696547240473,-0.00407477248570473,-0.0277921980944957,-0.00190644129663524,-0.0214080606954432,-0.0281053434421214,-0.0177994831271077,0.0147420901196861,-0.0242699770429094,-0.0459222169080713,-0.0252001928738662,0.0308048909241267,0.00212036279499643,0.00703103333103771,-0.0237424283044721,-0.0172359590436968,0.0142777865134299
"81",0.0707687524926,-0.044641636506989,0.0121168511201671,0.0425295791573734,0.0713565416644485,0.0534871033869495,0.052321737254237,-0.00259226199818282,0.0253931349154494,-0.0052198044153011,143,0.0707687524925978,-0.0446416365069889,0.0121168511201667,0.0425295791573729,0.0713565416644483,0.0534871033869498,0.0523217372542356,-0.00259226199818327,0.0253931349154482,-0.00521980441530043,0.0501912994117577,-0.0308367302137579,-0.00789459279672202,0.0399513131595571,0.0078311127051154,0.0058089433684156,-0.0304484628906324,-0.0249794152691804,-0.0315342058541358,-0.0759760241931902,0.00922135251088012,0.0505629510160395,0.091405901023617,0.0690471931043476,0.0901608086456918,-0.0139456765107703,0.0249640940290773,-0.0235160020960826,-0.0157071102151378,-0.0532934878684487,-0.0683316631564983,-0.0572936464027939,-0.0339301541651616,-0.0140762373412539,-0.0312831341912639,-0.00512014662702301,-0.00750569187744052,0.00652194924978516,0.0012598472570859,0.0327646441979983,-0.0212162019603195,-0.0154736937012234,-0.0196504727425767,0.0536667274607206,0.0404263023134855,0.0540922592458524,-0.0149825413339811,0.00425295651484738,-0.0224484060521786,0.025128724822873,0.0798976376649171,-0.0245036591741938,0.0135309617142498,-0.0245826073987148,0.0702336659834283,-0.0256347752382789,0.0140474807898975,-0.0200789206389279,0.028833152423875,0.0503931073950524,0.00778408014460314,-0.0284677012237389,-0.0182914496275515,-0.0234587773198669
"82",0.0126481372762872,0.0506801187398187,-0.0223731352440218,-0.0297707054110881,0.0108146159035988,0.0284352264437869,-0.0213110188275045,0.0343088588777263,-0.00608024819631442,-0.00107769750046639,51,0.0126481372762871,0.0506801187398183,-0.0223731352440189,-0.029770705411088,0.0108146159035989,0.028435226443787,-0.0213110188275033,0.0343088588777268,-0.00608024819631365,-0.00107769750046597,-0.0384320219594698,-0.0256807336005956,-0.023946773483431,-0.0302953600392253,-0.0190257334663906,-0.022108524728278,-0.0146503349268825,-0.0343656869984995,-0.0319022125236803,0.00530286911245927,-0.0147482942145221,-0.0255058259899253,-0.00925212862347016,-0.00286275378071989,-0.00231527229311121,-0.000589199346667644,-0.0145330357140807,-0.0155636632088544,-0.0282867174412415,-0.044792956858097,0.00979943847794423,0.0236405401578336,-0.00510484045021256,0.0218646435649851,-0.0137498890512642,-0.0113115835974435,-0.00452266316296902,-0.0175741835051895,-0.0270203318212232,0.0292465848538539,-0.0373578893069255,-0.0192587567823267,-0.0178293171574357,-0.0187912627603495,-0.0275982275731722,0.0213698578996699,-0.034676528264967,-0.0158968947884726,-0.0172881933441579,-0.0241888976367809,-0.00766584421352409,-0.014852570119862,-0.025819149980442,-0.0165874353950036,-0.00349792466686021,-0.00812698205346643,-0.0196669498029225,-0.0147508687454003,0.0176481331170726,0.0233020152034713,0.0144427831127811,-0.0312446760882384,-0.0192843926212522,-0.0207023923484743
"83",-0.0164121703318693,-0.044641636506989,-0.0353068801305926,-0.0263278347173518,0.0328298616348169,0.0171618818193638,0.100183028707369,-0.0394933828740919,-0.0702093127286876,-0.0797777288823259,52,-0.0164121703318683,-0.0446416365069889,-0.0353068801305885,-0.0263278347173517,0.0328298616348168,0.0171618818193638,0.100183028707366,-0.0394933828740933,-0.0702093127286827,-0.0797777288823206,-0.0364325401275471,-0.0148069868203062,-0.0273076608989145,-0.0167277622179724,-0.0257524407787756,0.0950492335103827,-0.00948548235226443,0.0411822347001112,0.0578717002021633,0.00726321347790234,0.00337787612669401,-0.00734082145181577,-0.0230936850171186,-0.0163253663117359,-0.0343181499118065,0.00404534995519075,0.0113746271190625,0.014007836759985,0.0292066736403451,0.0137392709649757,-0.0323399396567979,-0.0230159402763151,-0.0829778425666355,0.0224021267067543,0.0593702715763666,0.0665236240306917,0.000691614542098062,-0.0375458214502667,-0.0263541605588055,-0.0605947404296994,0.0100459615256888,0.032403089835428,0.0403872301122283,-0.0304990510744444,-0.0189962957755814,-0.0459363607922216,0.00987452004254188,0.0214788592961694,0.0247175762631355,-0.0205923788758519,0.0700786265994369,-0.0437982602946336,-0.0727446439685065,-0.0743651393317618,0.0468612833120445,-0.0341060256921618,-0.0423920246004968,-0.0434437638930197,-0.0429307973855421,-0.138547239980831,-0.165820950128443,0.0267414422509351,0.043385233320422,0.0901592177135741
"84",-0.0382074010379866,-0.044641636506989,0.00996122697240527,-0.0469850588797694,-0.0593589798646588,-0.0529833736214915,-0.0102661054152432,-0.0394933828740919,-0.0159982677581387,-0.0424987666488135,210,-0.0382074010379848,-0.0446416365069889,0.00996122697240514,-0.0469850588797691,-0.0593589798646584,-0.052983373621492,-0.0102661054152424,-0.0394933828740933,-0.0159982677581372,-0.0424987666488105,-0.014671803902183,-0.0315304177038845,-0.00095442094802298,0.0178065887021067,0.0071292708554489,-0.0263726311567458,-0.00948548235226443,-0.030984280833921,-0.00643746530073569,0.0280730228956755,-0.016799877932941,0.0232788968241693,0.0344111889082683,0.0320829775324847,0.0130913030876936,0.0226668693258924,-2.87685786654023e-05,0.0210364229528203,-0.0136655745853431,0.033849098615003,0.0537831130031993,0.0431754922437818,0.0302091306675349,0.0224021267067543,0.00796556408294059,0.0307017387018343,-0.0269655723164209,-0.0251810313960093,-0.0246332097234605,0.0162859481336444,-0.0291532780141309,-0.0257725388626461,-0.0271572385843907,0.0483613683820533,0.0451041248495556,0.0182413458610424,0.0275080609832447,-0.0031054259280376,0.0226141752731494,0.0156898016816874,0.0108864510982774,0.0193985072705854,-0.00454019319478088,0.0395704904669558,0.0214057712285145,0.00942291741606128,0.00280500202930887,0.0341757651363475,0.0389955001589604,0.0240852067026854,0.0237385078181087,-0.0148989200603203,0.0144403161788256,-0.00735929688977788
"85",0.00175052192322852,-0.044641636506989,-0.0396181284261162,-0.100923366426447,-0.0290880169842339,-0.0301235359108556,0.0449584616460628,-0.0501947079281055,-0.0683297436244215,-0.129483011860342,65,0.00175052192322882,-0.0446416365069889,-0.0396181284261117,-0.100923366426446,-0.0290880169842337,-0.030123535910856,0.0449584616460617,-0.0501947079281072,-0.0683297436244167,-0.129483011860334,-0.0413002742816813,-0.0100987381298638,0.137871934238726,-0.0199993000485338,-0.0177319655053993,-0.00294872813041037,0.00346994734918341,0.0371612444122533,0.204614359683027,-0.0100782943702419,-0.0102584535124235,-0.0210159000986896,-0.0130978034122046,-0.0115195941906792,0.00579198718683386,-0.0118778434856295,-0.0154332113406793,-0.020325478992632,0.0332897448999345,0.0863580930456909,0.0255039016820062,0.0216041771814288,-0.0263843559495503,0.0329808522806767,0.0575880019287151,0.114286137802502,0.0614218481594403,0.0127888404550424,0.0132684342535131,-0.0212918607507947,0.0230751446911779,0.0374356679276234,0.0886094254511821,0.0515274946520131,0.0571067192214351,-0.0850144954461382,0.0968950474571851,0.134620866693275,0.247460751595247,-0.0161961062582999,-0.0314628443838357,0.00405044028544578,0.0172111079521973,0.0671298615071215,-0.0197043511987569,0.000302373674106023,0.029464141385859,0.06951976857835,-0.0110038453077186,-0.0490345581553976,-0.116995117316863,0.0395193571397487,0.109220175242973,0.154489490117829
"86",0.0453409833354632,-0.044641636506989,0.0713965151836166,0.00121513083253827,-0.00982467696941811,-0.00100072896442909,0.0155053592133662,-0.0394933828740919,-0.0411803851880079,-0.0714935150526564,141,0.0453409833354619,-0.0446416365069889,0.0713965151836107,0.00121513083253812,-0.00982467696941797,-0.00100072896442923,0.0155053592133662,-0.0394933828740933,-0.0411803851880048,-0.0714935150526516,-0.00377724732672101,0.041322398563698,-0.0393437631236063,-0.0305838650392582,-0.0295936066474718,-0.0247218037053662,-0.00948548235226443,-0.00874971436816851,0.040192046452797,-0.0516979132057882,0.0592360593276526,-0.0158096454303541,-0.0211811574322636,-0.0113651365466691,0.0203265188440903,-0.0487156215951305,-0.0522662532171023,-0.0877168143563505,-0.0718493400344915,-0.013073832568394,0.00750803993215599,-0.00587708721307572,0.00379883691289517,0.0224021267067543,0.0318440814819462,0.0585632050687234,-0.0159867639915458,-0.0275798022738994,-0.0145846893288793,0.0433526806379924,-0.082352245961029,-0.0870913011495835,-0.124742036089574,-0.0120991810945726,-0.00917572308447885,0.0087068610717766,-0.0136368678783953,-0.0210759377025019,-0.0197041557884121,-0.0283725674851944,-0.00593984617466996,-0.0145579648540099,-0.0159625712837147,-0.000764812278375097,0.00928979481696173,-0.0228351386373541,-0.0149524376948406,-0.0125602436583252,0.0198793640652432,0.00594768587918524,-0.0110044572522902,0.00444386320670582,0.0369530295111783,0.0375082701512486
"87",-0.0709002470971626,0.0506801187398187,-0.0751859268641859,-0.0400993174922969,-0.051103262715452,-0.015092409744958,-0.0397192078479398,-0.00259226199818282,-0.0964332228917841,-0.0342145528191441,55,-0.0709002470971596,0.0506801187398183,-0.0751859268641781,-0.0400993174922966,-0.0511032627154517,-0.0150924097449583,-0.039719207847938,-0.00259226199818327,-0.0964332228917775,-0.0342145528191416,0.0505318225185061,0.0494186371827279,-0.0113889450537842,0.00492946741762004,-0.0266259339715287,-0.0083728754706576,-0.0304484628906324,0.10866390364971,-0.0154032468391023,-0.0852583385389612,0.103236014168503,0.0468179562056245,0.0621781702583412,0.0120501344497121,0.0695195055334317,-0.0060008754390203,0.131194273297109,0.038964377839623,-0.0850700091733329,-0.0562079556449483,-0.0558686905781863,-0.0229895310824394,-0.0265210551925879,-0.0195479919484543,-0.111014551889741,-0.047460346033435,0.0419592541054528,0.0713611673734822,0.0119758168437129,0.0854156735880426,-0.0162540743585554,0.137620395072558,0.0352954062759607,0.0323925429348903,0.00404010768694185,0.041081518882741,-0.010352828227893,0.0667222987040694,0.00992431123440273,-0.0176712554630096,0.0422627789236228,-0.0189934938820178,0.0788326112944242,0.0224149577156584,0.0226082882071064,-0.0228414032309337,0.0161879007417608,-0.00302444274622665,0.0333143762880833,0.106915244223025,0.0444893897709107,-0.0223255212313208,-0.0168137628101549,0.0445486332427735
"88",0.0453409833354632,-0.044641636506989,-0.00620595413580824,0.0115437429137471,0.0631008245152418,0.0162224364339952,0.0965013909032818,-0.0394933828740919,0.0428956878925287,-0.0383566597339788,134,0.0453409833354619,-0.0446416365069889,-0.00620595413580686,0.0115437429137468,0.0631008245152416,0.0162224364339952,0.0965013909032789,-0.0394933828740933,0.0428956878925263,-0.038356659733976,-0.00377724732672101,-0.0324153404464247,-0.0370505944540764,0.0242769635225504,-0.02616285887009,0.0861959542441023,-0.00948548235226443,-0.00652273756799954,-0.0111624080757801,-0.0516979132057882,-0.0147147837726611,-0.00528971855732292,0.0465626315851965,0.00502795726592838,0.105822023611361,-0.0487156215951305,0.0280812181817311,-0.0541330014076679,0.00164594263811695,-0.0231287463934077,-0.060619150977991,-0.0221294478764924,-0.0792049434588298,0.0224021267067543,-0.047879634344761,0.0267215292208502,-0.0191213116236185,-0.0208327477459877,-0.0152282782296075,0.00517044392015175,-0.0151535496070524,-0.0281286035708574,-0.0133696021275726,0.00388213734789931,-0.00506800302808201,0.0312340944040258,-0.0224536383487467,-0.00885492823004053,-0.0269323851707063,-0.0141243252910029,0.13193733299084,-0.0645494377041085,0.0322823907415376,-0.0699609658893635,0.0435295416139882,-0.0335230487755338,-0.000536929723147112,-0.0274327149042391,-0.0401999208007253,0.113902280237972,-0.0693192230706688,-0.0601363002393795,0.0112242142742037,-0.0534359909677981
"89",-0.0527375548420648,0.0506801187398187,-0.0406959404999971,-0.067642283042187,-0.0318399227006362,-0.0370128020702253,0.0375951860378887,-0.0394933828740919,-0.0345237153303495,0.0693381200517237,42,-0.0527375548420625,0.0506801187398183,-0.0406959404999925,-0.0676422830421865,-0.0318399227006359,-0.0370128020702257,0.0375951860378878,-0.0394933828740933,-0.0345237153303469,0.0693381200517197,0.00948350827254659,-0.00883701451738252,0.0402498161020451,-0.0176317445514086,-0.0116793503761004,-0.0103806385872015,-0.00948548235226443,-0.0165314939165074,0.0359095878875607,-0.0655711194843046,0.0363065394838133,0.0630869458883284,0.0223480167352553,0.0305633066446352,-0.0421975369001778,0.0350812155730268,0.0254626884692323,-0.0969961917106464,-0.047987043144212,-0.0866479524098851,-0.0354386059829457,-0.0464723007717854,0.0634270467253885,-0.0609606274618937,-0.04436918244004,0.0655045365790384,0.0367717248057771,0.0159101943002295,0.0201570886830096,-0.0156694561655262,0.0147125376613817,0.00872262284484054,-0.0771570030584773,0.0346486855192689,0.0454136690454199,-0.0439908846525574,0.0451416019239476,0.0323905518114509,-0.113194760023118,-0.0119482568975762,-0.0290169526268326,0.00053380053469915,-0.00140530653878764,-0.0652496374936376,-0.0205098892898773,-0.000487690166614524,0.0122774044648976,-0.0691091645291002,0.00349410455634267,-0.00895102932643215,0.0725523136069039,-0.00066923034848934,-0.0723944352459637,-0.0682676592708315
"90",-0.0454724779400257,-0.044641636506989,-0.0482406250171634,-0.0194420933298793,-0.000193006962010205,-0.0160318551303266,0.0670482884705852,-0.0394933828740919,-0.0247911874324607,0.0196328370737072,111,-0.0454724779400237,-0.0446416365069889,-0.0482406250171581,-0.0194420933298793,-0.00019300696201011,-0.0160318551303269,0.0670482884705834,-0.0394933828740933,-0.0247911874324587,0.0196328370737063,-0.00355896328393352,0.000943258896539661,-0.0327918526382835,-0.0319463102448642,-0.0262433003863005,0.027301569492172,-0.00948548235226443,-0.0254458911230145,-0.0264806856955698,0.0350096260349332,0.0373031027909548,0.00281236034237736,-0.0118747588185707,0.00489081465336464,-0.0670183807504618,0.0288740424494596,0.0108483243233818,-0.0352143331698777,0.0414558874191132,0.00703599508163326,-0.00148989094276908,0.0083067911840879,-0.0490217505963844,0.0224021267067543,0.0163033016070424,-0.0290014035129279,0.000856756872608624,-0.0121027180597895,0.00401879643157683,-0.0538196429367485,0.0212457442513516,0.00411324880970002,-0.0380759601553794,-0.0117604820848559,-0.00235634164820083,-0.0184950010258171,0.00399667306230759,-0.00915045200916651,-0.0256919683260948,-0.0284672577828423,-0.00286064541961893,-0.0211606122115701,-0.0243408834058657,-0.0164131428168368,-0.0136534100390445,-0.0135075079713063,-0.0071081530751382,-0.0208411807919918,-0.0183529081221913,-0.0171816161041239,0.0435307196646129,-0.00814493918407177,-0.0338012123905018,-0.0304770464315543
"91",0.0126481372762872,-0.044641636506989,-0.0256065714656645,-0.0400993174922969,-0.0304639698424351,-0.0451546620767532,0.0780932018828464,-0.076394503750001,-0.0721284546019561,0.0113486232440377,98,0.0126481372762871,-0.0446416365069889,-0.0256065714656613,-0.0400993174922966,-0.0304639698424348,-0.0451546620767536,0.0780932018828442,-0.0763945037500034,-0.072128454601951,0.0113486232440374,-0.0384320219594698,-0.0234194686808254,-0.0113889450537842,-0.0188422558869764,-0.00292475735398138,0.0469011618203306,0.0482386066882214,0.0454004596098298,-0.0301016084619806,-0.0204831990791285,-0.0156078370482737,-0.0284404222301998,-0.0199488455941237,-0.0224017267855906,0.0269545442210872,-0.0308804141352833,-0.0321404855216061,-0.0120505114872652,0.0200197633062691,0.0271458227316606,0.026789320378424,0.0357880555785924,-0.0603404479198014,0.0588804907547624,0.0611900654336395,-0.0210409845509596,0.00261617063356228,0.004681079639672,0.0124496765122023,-0.026183044296919,0.0223643217125642,0.0184688739681767,-0.024390025415248,0.0145275582768122,0.0303116546636861,-0.0560955451658989,0.0536132562339139,0.0448765629328198,-0.0271820411765607,-0.00917812556610225,-0.055127182585338,0.0191033038214526,0.0216065320541293,-0.0239900126329469,-0.0667424939662261,0.0307464642804202,0.0558570886283242,-0.0250790628974089,-0.0806694854951799,-0.10689208274215,0.0338578895997874,0.0799820378499301,-0.035602175067881,-0.0370526917418712
"92",0.0453409833354632,-0.044641636506989,0.0519958978537604,-0.0538708002672419,0.0631008245152418,0.0647604480113727,-0.0102661054152432,0.0343088588777263,0.0372320112089689,0.0196328370737072,164,0.0453409833354619,-0.0446416365069889,0.0519958978537563,-0.0538708002672416,0.0631008245152416,0.0647604480113731,-0.0102661054152424,0.0343088588777268,0.0372320112089669,0.0196328370737063,-0.00377724732672101,0.00642977990028928,0.0111302139465357,0.0242769635225504,0.0252755669470859,-0.0263726311567458,-0.0146503349268825,-0.0135305686763342,-0.0264806856955698,-0.0516979132057882,0.0407483485525742,-0.0719159220865205,0.0465626315851965,0.0512266761923396,-0.00687659630913208,0.0236762484455002,0.0226687139617891,0.00463867125252652,-0.0534755193663394,0.0405523744983455,-0.060619150977991,-0.0679315552006666,0.0302091306675349,-0.050554601389262,-0.0425091486178414,-0.0290014035129279,-0.073134649536347,0.0591394326731137,0.0611369288330146,0.00662725967552539,0.0185868661922595,0.0204302952651668,0.00294899630558728,-0.0852183747120862,-0.085180172638807,0.0196954388515038,-0.0525483267172356,-0.0649124216362035,-0.0394197722923148,0.0289202687428873,-0.0168845851873113,0.016285062990621,0.024792970511007,0.0111222272781383,-0.00477252205248437,0.0114556034456282,0.0372333368230214,0.0131613970187594,0.0247652691441128,0.0117382900058277,0.00939337338657739,-0.00234323499073345,-0.00531486426585251,-0.00634743191146759
"93",-0.0200447087828888,-0.044641636506989,0.00457216660300077,0.0976155102571536,0.00531080447079431,-0.0207290820571696,0.0633666506664982,-0.0394933828740919,0.0125531528133893,0.0113486232440377,48,-0.0200447087828877,-0.0446416365069889,0.00457216660300114,0.0976155102571526,0.00531080447079438,-0.0207290820571699,0.0633666506664965,-0.0394933828740933,0.0125531528133889,0.0113486232440374,-0.0340117700930473,-0.0326720063501056,0.126443838478445,-0.0315485725341271,-0.0239836535723499,0.0214312525704698,-0.00948548235226443,-0.0325031974716602,-0.0301016084619806,0.0107315150475312,-0.0107270411911224,-0.0610012834376821,-0.0142355893563868,-0.00169022091021452,-0.0256100396271868,0.00714893651697436,-0.0182156197881469,-0.0203437409898862,-0.00856173551085645,-0.106919694935188,-0.00663156572844056,0.0127392531832015,-0.0452488514885787,0.0224021267067543,-0.0191078380954996,-0.0210409845509596,-0.00887135581664643,-0.011776715511753,-0.0150983834090158,0.0250594954328079,-0.0244867018784381,-0.0209928256062482,-0.0172502701162594,-0.000650969481071512,-0.0532479484742123,0.135556860455753,-0.0959267256016753,0.00751261076075267,0.00455900054772022,-0.0300579287396706,0.00485906594095839,-0.0249335535587473,-0.023044055521019,-0.0149936583441602,-0.0188212814785999,-0.0105926233881663,-0.0215897620573581,-0.0191368684979567,-0.0156220315373746,0.0383468264553073,0.0300992509960642,-0.0368297184381295,-0.0273690085812581,-0.018009250372958
"94",-0.0491050163910452,-0.044641636506989,-0.0644078061253769,-0.10207098997955,-0.00294491267841247,-0.0154055582067476,0.0633666506664982,-0.0472426182580328,-0.0332487872476258,-0.0549250873933176,96,-0.0491050163910431,-0.0446416365069889,-0.0644078061253701,-0.102070989979549,-0.00294491267841236,-0.0154055582067478,0.0633666506664965,-0.0472426182580344,-0.0332487872476233,-0.0549250873933138,0.0027210686270277,0.0274886426721295,0.141925760294773,-0.0318243760561711,-0.0265009559533994,0.0214312525704698,-0.000412757604013093,-0.0178657577416863,0.0106419870947308,0.038477927604562,0.0576714940309586,0.0955448388070333,-0.00909180529352209,0.00546772124712549,-0.0684796527250173,0.0402097931342704,0.0214999149520637,0.0450281218442463,0.0567674046425733,0.0874753056817425,0.00108094645006665,0.00771579625087276,-0.0452488514885787,0.030062583156836,0.0243230777399542,0.0426423671447868,0.112394617817776,-0.00817519834390821,0.00883796153495788,-0.0727742224948717,0.0461890252846354,0.0249633046434463,0.0554157117376477,-0.00535296311197428,0.0251202109672228,-0.124725784836826,0.0916272266720427,0.0561162108334013,0.0959199931877973,-0.027873140043205,-0.00669695613216083,-0.0188780245693575,-0.0223892247398124,-0.0127449983602703,-0.0115156554281528,-0.0120203365887618,-0.00458100169538015,0.00404478571877214,-0.0248446933278589,-0.0272282314806973,-0.0643477950083118,0.00336262309290682,0.0324564696576792,0.0153553563278985
"95",-0.0781653239992017,-0.044641636506989,-0.0169840748746173,-0.0125563519424068,-0.000193006962010205,-0.0135266674360104,0.0707299262746723,-0.0394933828740919,-0.0411803851880079,-0.09220404962683,90,-0.0781653239991984,-0.0446416365069889,-0.0169840748746149,-0.0125563519424068,-0.00019300696201011,-0.0135266674360106,0.0707299262746703,-0.0394933828740933,-0.0411803851880048,-0.0922040496268239,0.0703280023587936,-0.028772216947913,-0.0366259335888552,-0.0319463102448642,-0.0272123264079741,0.0335033266743828,-0.00948548235226443,-0.00874971436816851,0.0880219609141294,0.0662243401615929,0.0191009754481864,0.00500011868348053,-0.0117454807577168,0.0117827104070922,-0.124748309206794,0.056806321505512,0.0549321710661548,0.14583967309792,0.0118536207870903,0.000332719198290826,-0.00148989094276908,0.0059428114512273,-0.05279464970419,0.0224021267067543,0.0318440814819462,0.0784642524736441,-0.0134833790468978,-0.0122340834971203,-0.00795248679015888,-0.00831263707094887,-0.00582039733566676,-0.00683575647639223,0.0143141105046848,-0.0117891697059071,-0.00544769037451148,-0.00994918149124845,-0.0018811739179267,-0.0083640713453046,0.0055733509326244,-0.0284740531800258,-0.00287634206478343,-0.0211606122115701,-0.0242745938082867,-0.0159348382662607,-0.0110942448980154,-0.0150621130823142,-0.00359413636149682,0.0126422460809728,-0.0210837847070081,-0.0454349974945994,-0.132743145760684,0.00444386320670582,0.0530335390342874,0.0544085880978017
"96",-0.0709002470971626,-0.044641636506989,-0.0579409336820915,-0.081413765817132,-0.0455994512826475,-0.0288709420636975,-0.0434008456520269,-0.00259226199818282,0.00114379737951254,-0.0052198044153011,162,-0.0709002470971596,-0.0446416365069889,-0.0579409336820853,-0.0814137658171314,-0.0455994512826472,-0.0288709420636978,-0.0434008456520249,-0.00259226199818327,0.00114379737951285,-0.00521980441530043,0.0505318225185061,0.0159561456112892,0.0759698614127442,-0.00258593662516533,-0.0186989824488899,-0.00463142483760742,-0.0304484628906324,-0.0349163650828616,-0.0315342058541358,0.0592877370223352,0.0775387179960092,0.112618506601594,0.0541833184233114,0.0325573985891039,0.0755963401077825,-0.0060008754390203,-0.0146213842508169,-0.00698661183225524,0.0506427977531892,0.0673654780317152,0.0409289260390206,0.0204221873149985,0.064165222637786,-0.0140762373412539,-0.00828910956728939,-0.00512014662702301,0.0756462958309945,0.0452268976664596,0.0238243095246895,0.0748592852144583,-0.0172342477119903,-0.0237198207195799,-0.0120270552422846,0.0682946379768032,0.0420762478334619,0.0810021229543775,-0.00803797167484893,-0.0220416037738973,-0.00930903015095352,-0.0100085957140264,0.0411422409962348,-0.0192411417603178,-0.0255341648533002,-0.011054931803128,0.0367625132444518,-0.0222801778048005,-0.0165870290793411,-0.0108634174547589,0.0334936252426516,0.0192527537269223,0.0190211991080888,-0.0272451103286036,-0.0182914496275515,-0.0209505478238888
"97",0.0562385986885218,0.0506801187398187,0.00996122697240527,0.0494153205448459,-0.00432086553661359,-0.0122740735888523,-0.0434008456520269,0.0343088588777263,0.060787754150744,0.0320591578182113,150,0.0562385986885201,0.0506801187398183,0.00996122697240514,0.0494153205448453,-0.00432086553661348,-0.0122740735888525,-0.0434008456520249,0.0343088588777268,0.0607877541507405,0.0320591578182096,0.0164576834395667,-0.0315304177038845,0.00312232335188289,-0.0316832082008091,-0.0276352431720892,-0.00463142483760742,-0.0146503349268825,0.0221238176785273,-0.017418521458037,0.0525521948436352,0.00297314445665217,0.045380213796551,-0.0170331387915319,-0.0249030329975619,-0.0528628147824368,0.0317647310428894,0.0591420908329872,0.0250418876836932,0.00647856321105932,0.0427220338410963,-0.00625277084688767,-0.0199703178366663,-0.030804298141063,0.0218646435649851,0.058233282779992,0.024837178838548,-0.00796257458216649,-0.0132427041102191,-0.0157036764581066,0.00889838520312582,-0.0130340825681494,-0.00890612512114178,-0.0116745735161294,-0.0164504454231089,-0.0223675791977894,-0.0357966429759916,0.0240450952210583,0.0473768310724141,0.0142346450995298,-0.0277653932666945,0.00156770730449058,-0.0238660954939492,-0.0299454498683021,-0.0193986889631727,0.021162612833477,-0.0300729830438311,-0.0322891232438903,-0.0225292312844615,0.00341386106299202,-0.039234158654681,-0.0173659763672011,0.0133750610872734,0.00306685274738731,0.0177850131080744
"98",-0.0273097856849279,-0.044641636506989,0.0886415083657111,-0.0251802111642493,0.0218222387692079,0.0425269072243159,-0.0323559322397657,0.0343088588777263,0.00286377051894013,0.0776223338813931,279,-0.0273097856849265,-0.0446416365069889,0.0886415083657035,-0.0251802111642492,0.0218222387692079,0.0425269072243161,-0.0323559322397641,0.0343088588777268,0.00286377051894033,0.0776223338813886,-0.0277230068203746,0.0815492242557791,-0.0283362838724188,-0.0252225106969281,-0.00593988434047612,-0.0148614559552319,-0.0146503349268825,-0.0348099250364741,0.0530854229821933,0.0176681181867889,-0.0596790946626379,-0.00159980965323903,-0.0242646013604082,-0.0347929413567658,0.0245310656824246,-0.0302469688704283,-0.0145605442648565,-0.0626430921276717,-0.0881816250728489,0.0126220583289241,-0.022056590085455,-0.0469512350715287,0.052846525314369,-0.050554601389262,-0.00992004503766923,-0.084724336246706,-0.0618735707893831,0.0298160076048632,0.0699972521201752,-0.0456193777548354,0.0461538471628725,-0.0166608275752649,0.125105602362462,-0.0237027068774631,-0.0324865061504108,0.0250783357708667,-0.031272376187331,-0.0215706538683253,-0.0576354869867984,-0.0154681287844269,-0.0181719632624957,-0.00829727893870768,-0.0231315157390032,0.0212054815133952,-0.0201740883654277,-0.000530289402955597,-0.0131781532018688,0.0566695482922787,0.0105309970900323,0.0182807986260919,-0.0425579334745061,-0.0252765037134124,0.0337998151292667,-0.0164273187020542
"99",0.00175052192322852,0.0506801187398187,-0.00512814206192736,-0.0125563519424068,-0.0153284884022226,-0.0138398158977999,0.00814208360519211,-0.0394933828740919,-0.00608024819631442,-0.0673514081378217,92,0.00175052192322882,0.0506801187398183,-0.00512814206192608,-0.0125563519424068,-0.0153284884022225,-0.0138398158978002,0.00814208360519228,-0.0394933828740933,-0.00608024819631365,-0.0673514081378172,-0.0413002742816813,-0.0325933976285602,-0.0366259335888552,-0.0286290470935427,-0.0271001809412452,-0.0268506699940182,-0.00948548235226443,-0.0343656869984995,0.0320783755956971,-0.00650946232033471,-0.00898952478059556,-0.0175410381433806,-0.0126043226422785,-0.0109212126359202,0.00429162116812928,-0.0114725828537273,-0.0131364691428551,-0.0178943506082968,-0.0097452344266811,-0.0257679588800115,-0.0179271049013109,-0.0216476585287624,0.029161103137588,-0.0609606274618937,-0.0137498890512642,-0.0836091084694264,-0.016429358727248,-0.010593769017969,-0.0114485407287702,0.01764028443588,-0.0160868648341909,-0.0215708858831018,-0.0111317432353445,-0.00768683989541126,-0.00536199824947956,0.00621632127237539,-0.0018811739179267,-0.0182430148568397,-0.000764373170814543,-0.0255292691806193,-0.00533172776039379,-0.0107850235068326,-0.0224880077564773,0.00654747568956738,0.00718542541026733,-0.0148677874434382,-0.014006928491323,0.00588790522810275,0.0253411172348767,0.0192558239049826,0.00159326715950783,-0.0225171079810446,0.0337369276065565,-0.0127173769782659
"100",-0.00188201652779104,-0.044641636506989,-0.0644078061253769,0.0115437429137471,0.0273260502020124,0.0375165318356834,-0.0139477432193303,0.0343088588777263,0.0117839003835759,-0.0549250873933176,83,-0.0018820165277906,-0.0446416365069889,-0.0644078061253701,0.0115437429137468,0.0273260502020123,0.0375165318356836,-0.0139477432193294,0.0343088588777268,0.0117839003835755,-0.0549250873933138,-0.0412915429199698,0.0274886426721295,-0.0370505944540764,-0.0214028738495325,-0.0111880610813338,-0.0252827026077652,-0.0146503349268825,-0.0327922916655495,0.0106419870947308,-0.00660999280061308,-0.00625321103346894,-0.0175353176828289,-0.0131082290622739,-0.0118948252387638,0.00457091465471002,-0.0113738428098533,-0.0133795689261565,-0.0129483930188815,0.0567674046425733,-0.0231287463934077,-0.0271982648711265,-0.0422232756058075,0.0339820297753406,-0.050554601389262,-0.0183784074755097,0.0426423671447868,-0.032417096748686,-0.0506304911786162,-0.0662201757426818,0.0386818279161143,-0.0689788380673344,-0.03899458404316,0.0554157117376477,-0.00503230954154904,0.000289136916976277,0.00500732996067538,-0.00403915948964946,-0.016905186630124,-0.0308167967176232,-0.0141028293672513,-0.0109940393317897,-0.00501963334813052,-0.0176930702069279,-0.0495870206782775,-0.001706619222367,-0.00323133567869277,-0.00612513898992182,-0.0582664746552269,0.0223928904684327,0.0166608312918575,0.0311553011900513,-0.0193242719110369,-0.0556051663452914,-0.0336577000682803
"101",0.0162806757273067,-0.044641636506989,0.0175059114895716,-0.0228849640236156,0.0603489187988395,0.0444057979950531,0.0302319104297145,-0.00259226199818282,0.0372320112089689,-0.00107769750046639,128,0.0162806757273065,-0.0446416365069889,0.0175059114895707,-0.0228849640236155,0.0603489187988393,0.0444057979950533,0.0302319104297139,-0.00259226199818327,0.0372320112089669,-0.00107769750046597,-0.0365111223829506,-0.0285098814093459,-0.0302560206171987,0.0194799177022971,-0.00380242838416962,-0.0164867880019579,-0.0304484628906324,-0.0135305686763342,-0.0319022125236803,-0.0239515006487573,-0.00281075780866998,-0.0254168410487442,0.00807530179098044,0.00476377472685515,0.0154182792110691,-0.0108899837908664,-0.000136049069852517,-0.0156511686123595,-0.0208109492896245,0.0103876330233045,-0.0580483135851553,-0.0487242198711742,-0.0112927595183276,-0.0140762373412539,-0.0425091486178414,-0.00910035610800716,-0.0256316409578006,0.0106994870560703,0.0041063766481518,0.0304203764724743,-0.0215225061332679,-0.00788605427096707,-0.0187252608520567,-0.0416534459244558,-0.0312963318300845,-0.00591223001808745,-0.0113173517916614,-0.0390530523221737,-0.0174389043184887,0.00915189661994373,0.0377273345720191,-0.0240083634175937,0.0226458087744446,-0.0177703391222344,0.0386997024280974,-0.0252648766619638,0.0205457766892538,-0.0151198260613798,0.029908646151285,0.0458061064843784,0.0131935246173235,-0.0290645877301699,-0.0185025477443224,-0.0216273479284854
"102",0.0162806757273067,0.0506801187398187,-0.0450071887955207,0.063186803319791,0.0108146159035988,-0.00037443204085002,0.0633666506664982,-0.0394933828740919,-0.0307512098645563,0.036201264733046,102,0.0162806757273065,0.0506801187398183,-0.0450071887955157,0.0631868033197903,0.0108146159035989,-0.00037443204085015,0.0633666506664965,-0.0394933828740933,-0.030751209864554,0.0362012647330441,-0.0365111223829506,-0.00345147430797397,0.030106488015485,-0.0302953600392253,-0.0296048772276837,0.0214312525704698,-0.00948548235226443,-0.0203340774377603,-0.0134295920220817,0.00924031292339059,-0.0242012175254538,0.00606158190979982,-0.00844726843815391,-0.0105406060944542,0.0279769767451014,-0.0238869291008617,-0.0234643454387341,-0.00208478740286947,-0.0526224138978521,0.0579420322235647,0.00979943847794423,-0.00722252857673556,0.0934097473647139,-0.0609606274618937,-0.040308093434134,0.0293557741430469,-0.0739816270003247,-0.0229043470841833,-0.0126402857723924,-0.0452584893277118,0.0184457985699359,0.00826066474521901,-0.0522979871743604,0.00290907175060128,-0.00966483799911666,0.0906805423018603,-0.0665374907005038,-0.0635081776323318,0.0285168033451991,-0.0285676542960687,0.0125630806563712,-0.0287064949059246,-0.0314104383327822,-0.00765394072457196,0.00911199459663918,-0.0232237899151061,-0.0156063403325051,-0.0143845221248362,-0.0156220315373746,-0.0236524270196579,0.0655168932477052,-0.00356695155091513,-0.0466656200089891,-0.0428919142975784
"103",-0.0926954778032799,-0.044641636506989,0.0282840322283806,-0.015999222636143,0.0369577202094203,0.0249905933641021,0.056003375058324,-0.0394933828740919,-0.00514530798026311,-0.00107769750046639,302,-0.0926954778032761,-0.0446416365069889,0.0282840322283787,-0.015999222636143,0.0369577202094202,0.0249905933641022,0.0560033750583225,-0.0394933828740933,-0.00514530798026239,-0.00107769750046597,0.115709254854061,-0.0213163406043989,-0.034915156962169,-0.0126600231671943,-0.0214340114197961,0.0106849395085916,-0.00948548235226443,-0.0345277538556019,-0.0319022125236803,0.0800975464401083,-0.063904016704906,0.0162675190629845,-0.0822425681178081,-0.0590412787647025,-0.116894280517329,0.0692206677526464,-0.00285952497860767,-0.0130260065072074,-0.0310186274385979,0.00368435713996204,-0.0361961957460515,-0.0304033769415045,-0.0377030532729673,0.0224021267067543,-0.00232557166481514,-0.00910035610800716,-0.0266587132781929,0.0104567021015377,0.0025533054100617,0.0540284274334648,-0.0450196368754865,-0.0254675227659753,-0.0189674077965488,-0.024605133059173,-0.0178629217361808,-0.0101116977664878,0.00105774957219044,-0.0181090811000876,-0.0175896152928196,-0.0155304861438633,0.0431458417999727,-0.0466279663050165,-0.0284261835691507,-0.0172117456954865,0.0399360000363176,-0.0389641666640618,-0.0186912774080487,-0.0146712897164635,-0.0101602783677411,0.0138637830760579,0.0125688953695948,-0.0232352503698676,-0.0177207028673927,-0.020722358477734
"104",0.0598711371395414,0.0506801187398187,0.0412177771149514,0.0115437429137471,0.0410855787840237,0.0707102687853738,-0.0360375700438527,0.0343088588777263,-0.0109044358473771,-0.0300724459043093,198,0.0598711371395395,0.0506801187398183,0.0412177771149483,0.0115437429137468,0.0410855787840236,0.0707102687853742,-0.036037570043851,0.0343088588777268,-0.010904435847376,-0.0300724459043071,0.0241674758307779,-0.00821396761328567,-0.0370505944540764,-0.00811107955032363,0.0358233638627974,-0.0117828858431991,-0.0146503349268825,-0.0331004142148975,-0.0191599815907023,0.0564896386545665,0.0430646647617006,-0.00152184190332107,0.0383425857086795,0.0784577371140222,-0.0462700092650339,0.0344608919086859,-0.026672486581875,-0.0555041730347645,0.0400850011749501,0.000867038289308243,0.041903857127608,0.0689287388444295,-0.0222378122441128,0.0218646435649851,-0.0189431102698423,-0.042941750728936,-0.00828770892911908,0.0245703036730072,0.0511670935922132,-0.0146715876081217,0.0104789306126675,-0.0321693987159838,-0.0441719568423269,-0.00160367612253044,0.00863997271368478,-0.0002380229279947,-0.00403915948964946,-0.0227758544364847,-0.0249901793972478,0.0123187024118025,-0.0352815596634922,0.00317448062831238,-0.0338298968748714,-0.0437073605577588,-0.0455609941367798,0.0146630958980661,-0.0328383451455336,-0.0596776970711465,0.0081586184143522,0.0292531313787378,0.0382993527227681,-0.0344637641052328,-0.0388417323188118,-0.0143341582491343
"105",-0.0273097856849279,-0.044641636506989,0.0649296427403312,-0.00222773986119799,-0.0249601584096305,-0.0172844489774848,0.0228686348215404,-0.0394933828740919,-0.0611765950943345,-0.063209301222987,95,-0.0273097856849265,-0.0446416365069889,0.0649296427403259,-0.00222773986119811,-0.0249601584096303,-0.017284448977485,0.0228686348215401,-0.0394933828740933,-0.0611765950943302,-0.0632093012229828,-0.0277230068203746,0.028472400941756,-0.0392830972857175,-0.0231496294891445,-0.025697191128742,-0.0212671763746795,-0.00948548235226443,0.0228561486349161,0.0244488087503194,0.0176681181867889,-0.0460690148696454,-0.0156806172646874,0.00191119410804383,-0.000503614511809986,-0.010579612346846,0.0133561096405416,0.0223016305772271,0.0233267817749958,-0.0657247331451074,-0.00972219462672283,0.0216476455927526,0.00948878105051819,-0.00374696130271619,0.0224021267067543,0.0508051496880709,0.0506027861067551,-0.020566057806385,-0.0475959349638784,-0.0377241106318055,0.0518092449227985,-0.0767523545981977,-0.109848752883634,-0.103890446855521,-0.0106412021600034,-0.00831005719717517,0.00727134979693233,-0.0106979443882781,-0.0168994658155043,-0.0150799499369708,-0.0224475086065352,-0.0151837777322286,-0.00418237614927241,0.00755864979099541,0.0186310944162107,0.00106545426827229,-0.0127302054158023,0.00742390211136253,0.00932650563221111,0.0144176108956097,-0.0112352811275009,-0.0185830334790793,0.0198032687633356,0.0305208257019347,0.0557943426085214
"106",0.0235457526293458,0.0506801187398187,-0.0320734439089499,-0.0400993174922969,-0.0318399227006362,-0.0216685274425382,-0.0139477432193303,-0.00259226199818282,-0.0109044358473771,0.0196328370737072,53,0.0235457526293453,0.0506801187398183,-0.0320734439089461,-0.0400993174922966,-0.0318399227006359,-0.0216685274425385,-0.0139477432193294,-0.00259226199818327,-0.010904435847376,0.0196328370737063,-0.0312221000262393,-0.0179825952906807,-0.0113889450537842,-0.0176317445514086,-0.0234624284319978,-0.0252827026077652,-0.0304484628906324,-0.0331004142148975,-0.0264806856955698,0.0171152005452532,-0.0246729700792176,-0.0382567324609595,-0.0274143060867678,-0.0211228725987471,-0.00368567702991437,-0.0112974094868536,-0.0183237207141964,-0.00492604980885048,-0.0387163016369318,-0.0562079556449483,-0.0354386059829457,-0.0300343619892432,0.00346164544673757,-0.0195479919484543,-0.0189431102698423,0.0112813929250512,0.0077478771733741,0.0099319709720008,0.00229235554329833,0.0285876017821652,-0.0187045077421426,-0.0145462744283041,-0.0314590316939331,0.0157185572540174,0.00978700858810465,0.019824036122101,-0.010352828227893,-0.0101531218030073,-0.0339286507058268,-0.0188145125371366,0.00723520889565848,-0.0198602614560679,-0.0171652030744153,-0.0301808278643243,0.0161711576252379,-0.0225735456411883,-0.0106569832183359,-0.0232134536625094,0.032059633606105,0.023810742513675,0.00776778546857569,-0.0266376685696758,-0.0195580383281771,-0.0250745201184331
"107",-0.0963280162542995,-0.044641636506989,-0.0762637389380668,-0.0435421881860331,-0.0455994512826475,-0.0348207628376986,0.00814208360519211,-0.0394933828740919,-0.0594726974107223,-0.0839198357971606,134,-0.0963280162542956,-0.0446416365069889,-0.0762637389380589,-0.0435421881860329,-0.0455994512826472,-0.034820762837699,0.00814208360519228,-0.0394933828740933,-0.0594726974107181,-0.083919835797155,0.128260587314272,0.0517978918015034,-0.00637794684950328,-0.00258593662516533,-0.0137399242523993,-0.0268506699940182,-0.00948548235226443,0.0196816818056828,0.0674376830944298,0.0835658480097372,0.14559917009353,0.0771726264781464,0.077938972989111,0.0599995624292789,-0.0142991817185687,0.07232425431443,0.107835634657043,0.165435557067184,0.067995850606444,0.0304974606733318,0.0409289260390206,0.0260366391805424,0.0113446351285065,0.0224021267067543,0.0491894574970719,0.0705038335116759,0.0480105409254925,0.0634204993029257,0.0454647614128592,0.00467663361410885,0.0455119401569543,0.0777561732638288,0.11508829911267,0.0310173879386306,0.0238934899232767,0.00102671353055672,0.0245691374931276,0.0380908689189771,0.0562718674323144,-0.00619561067185058,-0.0107761850872076,0.00996615390264229,0.032390715853645,0.0684659141227084,0.00348579683854912,-0.0018479696387465,0.0297405160103196,0.0485474861290306,0.0253411172348767,0.00943360843164514,-0.00144064632945941,0.0184944779638691,0.0466013352250438,0.0780675631607125
"108",0.0271782910803654,-0.044641636506989,0.0498402737059986,-0.0550184238203444,-0.00294491267841247,0.0406480164535787,-0.0581273968683752,0.0527594193156808,-0.0529587932392004,-0.0052198044153011,144,0.0271782910803648,-0.0446416365069889,0.0498402737059947,-0.0550184238203441,-0.00294491267841236,0.0406480164535789,-0.0581273968683727,0.0527594193156818,-0.0529587932391966,-0.00521980441530043,-0.0278539772460471,0.00323011378998785,0.0133047471781207,-0.0318243760561711,-0.00798494592669993,0.0136487802996803,0.00703414474328666,0.00837248308801142,-0.0315342058541358,-0.0343564053576439,0.0196686050994964,-0.0506372920742738,-0.0136943822772565,0.0127783112089952,-0.0328184882902926,0.0210437273422007,-0.0432488861208924,-0.0184300358610588,-0.0514339837365447,0.0416695871343971,0.00108094645006665,-0.0451782502718833,0.0792568190690088,-0.0687937834132661,0.043012757919353,-0.00512014662702301,-0.0719685187233196,-0.0155015612992939,0.0315996369292006,-0.0462686152314701,0.0371280841999909,-0.0804615606209567,-0.0237553898581186,-0.00834403319359312,-0.0578880016107271,0.0741039805141984,-0.0753405931920911,0.0453564121323345,-0.0121072305755792,-0.0301930831614745,0.0012065578798591,-0.0239898197358858,-0.0211728318014706,-0.0159885546674008,-0.0415444320825765,0.0102411349565191,-0.0632611695055523,-0.0186422832604073,-0.026218790990055,0.0899269049879111,0.0207499866409327,-0.0815300503521653,-0.0239717226247225,-0.015354447996519
"109",0.0199132141783263,0.0506801187398187,0.045529025410475,0.0299057198322448,-0.0621108855810611,-0.0558017097775973,-0.0728539480847234,0.0269286347025444,0.0456008084141249,0.0403433716478807,232,0.0199132141783259,0.0506801187398183,0.0455290254104715,0.0299057198322444,-0.0621108855810606,-0.0558017097775978,-0.0728539480847205,0.0269286347025448,0.0456008084141224,0.0403433716478785,-0.0341078150718738,-0.00276284351923535,-0.0238065681121488,0.0225266998556845,0.011141397083695,0.0372320296051072,-0.0207508491998019,-0.00282602914411953,-0.0089565585744041,0.0131777567343219,0.0102540326275843,-0.00366976894022682,-0.0373946650571342,-0.0337389394659584,-0.0298142342669232,0.00162375858016815,0.00622702152818155,0.00269833404437128,0.0447203719285902,0.0211603693390995,-0.0675430246326095,-0.0666003890769392,-0.0650702417288635,0.0135821164622972,0.0418845885438898,0.0338743694475458,0.00924108050770008,-0.0738831233918865,-0.0689559708501207,-0.0556665839044028,0.00635462630908355,0.0235229113583941,0.0199592927497538,-0.0519367240398218,-0.0455180171911922,-0.0364977338865019,0.00480691420637504,0.0106135559634127,0.00656345641196905,0.0201991094292032,0.0973823079338376,-0.050324738981091,-0.0837958376883047,-0.0718538975784694,0.0976694968671952,-0.0470673054912736,-0.0718914465296383,-0.0623529678806936,-0.00546661129811932,-0.0546875613140693,-0.0521752840471414,-0.00330442183656072,0.00280102548923138,0.015622827305565
"110",0.0380759064334241,0.0506801187398187,-0.00943939035745095,0.0023627543856408,0.00118294589619092,0.0375165318356834,-0.0544457590642881,0.0501763408543672,-0.0259524244351894,0.106617082285236,81,0.038075906433423,0.0506801187398183,-0.00943939035744927,0.00236275438564063,0.00118294589619101,0.0375165318356836,-0.0544457590642858,0.0501763408543681,-0.0259524244351874,0.10661708228523,-0.0148551624981244,-0.0316779814443285,-0.039272312248913,-0.0319270765781954,-0.0111880610813338,0.00858156862459533,0.00344506290650609,-0.0245359679108691,0.128450122182657,0.0328649757889785,-0.0163547475635464,-0.0150263660883884,-0.0111317574903299,0.0195741504076162,-0.0443019235109202,0.0313542873787835,-0.0337396291365622,0.0754822850136555,-0.0143806051803212,-0.00927962731168735,-0.000415603819676069,0.0333691161719912,-0.0436540269864881,0.039672076835764,-0.0351422176188137,0.106171894319529,-0.0181449671263213,-0.0125486153145337,-0.0208094761322595,0.0300778740648855,-0.0309124405888574,-0.0168565051135173,-0.0393121729476532,-0.0117811495110838,-0.00721739401495566,0.00567312562857364,-0.0100371189177261,-0.0213287707228507,-0.0128236537827771,-0.0278870253961192,-0.00399751292141171,-0.0202626394096987,-0.0250845217841936,-0.0135344580217049,-0.0346110143408524,0.00612242347749511,-0.0372993157022798,0.0716509452999349,-0.0199291732043223,0.0522997404025964,-0.116623831484519,-0.0525141838229599,0.0866169038779193,-0.0756621942637126
"111",0.0417084448844436,0.0506801187398187,-0.0320734439089499,-0.0228849640236156,-0.0497273098572509,-0.0401442866881206,0.0302319104297145,-0.0394933828740919,-0.126097385560409,0.0154907301588724,104,0.0417084448844424,0.0506801187398183,-0.0320734439089461,-0.0228849640236155,-0.0497273098572505,-0.0401442866881211,0.0302319104297139,-0.0394933828740933,-0.126097385560401,0.0154907301588718,-0.00955740877970156,-0.0179825952906807,-0.0302560206171987,0.00297041564590826,-0.00851752003615276,-0.0164867880019579,-0.00948548235226443,0.210599143878907,-0.0285331990846363,0.0368024195999099,-0.0369163823516188,-0.0384887289150916,-0.0545476395937664,-0.0455609730268255,0.0333145464665739,-0.0456120350333469,-0.123762961309429,-0.000817100426874716,-0.0387163016369318,-0.0371829576668628,-0.0544093988213834,-0.0498269821559777,0.0548605608284383,-0.0609606274618937,-0.14294791977358,0.00676279762055223,-0.00317826503674454,0.0224247656125772,0.0153411436259902,-0.00312798050265602,0.00724601584427317,0.0669240113355291,-0.0286895023366251,0.0127234770757724,0.0108724864710868,-0.00591223001808745,0.00693559655242473,0.0447293488062116,-0.0251395798418712,-0.000455096148153034,-0.0357835991370591,0.0127958599130252,0.106965014095531,-0.0333983831474986,-0.0166578807040778,0.00145556622214544,0.0956061493008835,-0.0274246940930216,0.00895585772597617,-0.0657578754481039,0.0244585773111415,0.0696699562254402,-0.0305851104858799,-0.0595393835772563
"112",0.0199132141783263,-0.044641636506989,0.00457216660300077,-0.0263278347173518,0.023198191627409,0.0102726156599941,0.0670482884705852,-0.0394933828740919,-0.0236445575721341,-0.0466408735636482,59,0.0199132141783259,-0.0446416365069889,0.00457216660300114,-0.0263278347173517,0.023198191627409,0.010272615659994,0.0670482884705834,-0.0394933828740933,-0.0236445575721322,-0.0466408735636449,-0.0341078150718738,-0.0326720063501056,-0.0273076608989145,-0.0243478022460946,-0.0282257727998797,0.027301569492172,-0.00948548235226443,-0.0263035048680942,-0.00122841851396909,-0.0274198022183862,-0.00688730306114104,-0.0288243286910049,-0.00259013822946655,-0.00611846591817445,0.035042432778256,-0.0269905156626453,-0.0228360117967189,-0.036019382882124,-0.00856173551085645,0.0137392709649757,-0.0233420087818728,-0.0165149960109484,-0.0490217505963844,0.0224021267067543,0.01521602921439,0.0346819481828185,-0.0200857494786682,-0.00999582978598118,-0.0119771243705427,0.0254362581281627,-0.0244867018784381,-0.024642304810616,-0.0227775373274905,-0.0250252678963412,-0.0150434009758117,-0.0279917324876577,0.00987452004254188,-0.00600075781509511,0.00699920780231077,-0.0251615779112456,0.0317837492461439,-0.0371956129370734,-0.0359359200207704,-0.0403046551259742,0.0245423139873091,-0.0298308616368899,-0.0212082942145426,-0.0243648017950002,-0.0183529081221913,-0.0154445953799781,-0.0564037524763303,-0.00902568374169547,0.0176564180834474,0.00102075900868014
"113",-0.0854304009012408,-0.044641636506989,0.0207393477112143,-0.0263278347173518,0.00531080447079431,0.01966706951368,-0.0029028298070691,-0.00259226199818282,-0.0236445575721341,0.00306440941436832,246,-0.0854304009012373,-0.0446416365069889,0.0207393477112131,-0.0263278347173517,0.00531080447079438,0.0196670695136801,-0.00290282980706855,-0.00259226199818327,-0.0236445575721322,0.00306440941436848,0.0920538131373118,-0.026707397215319,-0.0273076608989145,-0.0315485725341271,-0.0245450660829471,-0.0275581674731809,-0.0304484628906324,-0.0263035048680942,-0.0317861151815026,0.0731609433008506,-0.0460386693028471,0.0334778423026436,-0.021350052963379,-0.0456829345977787,0.00973308947540507,-0.00518602404704594,0.0296626544465258,-0.0211107448745212,-0.0238732527343165,0.0137392709649757,-0.00663156572844056,-0.0253799200091757,0.0226633324519236,-0.0140762373412539,0.01521602921439,-0.0130805655889913,-0.0285090051627626,-0.00990705948211165,-0.00402970524546914,0.017227352521771,-0.0217062886370369,-0.0330716383888421,-0.0170070703589652,-0.014859670565578,-0.0204337120664068,0.00989137171086619,-0.0111244470789077,-0.00600075781509511,-0.0195783448889264,-0.0270428274498527,-0.00291533050599837,-0.0215318846345932,-0.0270726738593619,-0.0159685538797424,0.00838943935656015,-0.0242572219195882,-0.0260994943922203,-0.0128020003446524,0.0315218867424,0.0219251303348488,0.0137262053360389,-0.0259953435246918,-0.0187136458610934,-0.0222680298950826
"114",0.0199132141783263,0.0506801187398187,0.0142724752679289,0.063186803319791,0.0149424744782022,0.0202933664372591,-0.0470824834561139,0.0343088588777263,0.0466607723568145,0.0900486546258972,297,0.0199132141783259,0.0506801187398183,0.0142724752679283,0.0631868033197903,0.0149424744782022,0.0202933664372591,-0.0470824834561119,0.0343088588777268,0.0466607723568118,0.090048654625892,-0.0341078150718738,-0.030007584419838,0.030106488015485,-0.028794045340941,-0.0242175573061893,-0.000558533944048542,-0.0146503349268825,-0.00131589862482636,0.0824799557120589,0.0131777567343219,-0.00282751302960085,0.011217623647054,-0.00595831824504729,-0.00192957893462427,-0.0178669534954428,0.0048031223849252,0.00667189992474736,0.0248227437166543,0.0111139339646994,0.0579420322235647,0.0141773137483529,0.0149183685589336,-0.035087541089538,0.0218646435649851,0.0430256360396046,0.088097513101533,0.000143023017532145,-0.0076614995731229,-0.00663350367438062,0.00353428912179284,-0.00979090833631258,-0.00757327387087317,0.00846068188734673,0.00853924873362806,0.0187960045583905,-0.0528764841304404,0.0342575514794975,0.0461327707142675,0.0976184403403889,-0.0242490903334048,-0.0181156325600908,-0.0123943359269291,-0.0098298465348551,0.0134866061049095,-0.0110665651178864,-0.0125161822515394,0.00499072706457317,0.0250793474081293,0.00104148238731193,-0.0292626166860171,-0.0814242275168675,0.003948396724597,0.0421815321425065,0.0624288932638397
"115",0.0235457526293458,-0.044641636506989,0.110197749843329,0.063186803319791,0.0135665216200011,-0.0329418720669614,-0.0249926566315915,0.0206554441536399,0.0992402257339901,0.0237749439885419,258,0.0235457526293453,-0.0446416365069889,0.11019774984332,0.0631868033197903,0.0135665216200011,-0.0329418720669618,-0.0249926566315902,0.0206554441536401,0.0992402257339841,0.0237749439885407,-0.0312221000262393,0.144024003712272,0.030106488015485,-0.0293479507477127,-0.0154060365311613,-0.0200242753977713,-0.0247801494693918,0.117145493222854,-0.0239440682947811,-0.0308881037880151,0.0457324682721319,0.0163736653843081,-0.00551001529208616,-0.0266950171958809,-0.00973997089412486,0.000544506937818781,0.0363382002576643,-0.00274602388674665,-0.108596981370796,-0.073403315518476,-0.0143440779069478,0.024263654380897,0.0453007270987576,-0.037057606691499,-0.101307390407499,-0.0329816129939121,0.120090183955519,0.0202488337690909,-0.0929475358058515,-0.0430690459524653,0.0293802755169429,0.218892083492039,0.0362854714350903,0.00666252307261913,-0.0545122262715522,-0.0241650788439803,0.0156104686761973,0.12060265207364,0.0125702717309246,-0.0347915941974204,-0.0100646460350337,-0.0164289027017373,0.00377325296201556,-0.00918200090168028,0.0274561192500812,-0.0341476369712867,-0.0878459947487204,-0.0308830162564752,0.0216847560719069,-0.0356651338525563,0.000562822884993422,0.0126805770069689,-0.00890278439933751,0.0259219368433792
"116",-0.0309423241359475,0.0506801187398187,0.00133873038135806,-0.00567061055493425,0.0644767773734429,0.0494161733836856,-0.0470824834561139,0.108111100629544,0.0837967663655224,0.00306440941436832,229,-0.030942324135946,0.0506801187398183,0.00133873038135873,-0.00567061055493434,0.0644767773734427,0.0494161733836859,-0.0470824834561119,0.108111100629547,0.0837967663655175,0.00306440941436848,-0.0238550135822017,-0.0329505846264586,-0.0388099037506294,0.0267556871936924,0.00234915997527382,-0.000558533944048542,0.127229246506971,0.0734953210122967,-0.0317861151815026,-0.0419464566187166,-0.00967146227247987,-0.0131057744296088,-0.0529293470219668,-0.0425107181891864,0.0378755182839998,-0.0823459556747746,-0.0675619934747363,-0.0173784491858935,-0.00279217829622092,-0.0181579596887773,0.0667118169932574,0.0461169054319219,-0.035087541089538,0.104689914591864,0.0830024043596607,-0.00679298829294457,-0.0178538359311429,-0.010425872591393,-0.0115546257026365,0.0171640563889523,-0.0173541058666237,-0.0197847372641732,-0.0182464415896436,-0.0197337899235816,-0.0152561959989118,0.0138112288803738,-0.0258504387272359,-0.0306054227994743,-0.0182927147513741,0.0162682187657357,-0.0696335410201427,0.0997016218174334,0.0887846165137613,-0.011950967090229,-0.0407620263791359,0.0604888649487555,0.0753221116566375,-0.0108477532822652,-0.0642213012325041,-0.0687672897452076,0.01068142872972,0.149010134908724,-0.0120441691283301,-0.015743769280999
"117",0.0489735217864827,0.0506801187398187,0.0584627702970458,0.0700725447072635,0.0135665216200011,0.0206065148990486,-0.0213110188275045,0.0343088588777263,0.0220040504561505,0.0279170509033766,275,0.0489735217864813,0.0506801187398183,0.0584627702970411,0.0700725447072627,0.0135665216200011,0.0206065148990487,-0.0213110188275033,0.0343088588777268,0.0220040504561494,0.0279170509033752,0.00248532186081721,0.0168415280539531,0.0460737365304821,-0.0293479507477127,-0.0240499531523902,-0.022108524728278,-0.0146503349268825,-0.0274599050703454,-0.0209233468822702,0.0446773072217725,0.0513743234977855,0.0600411184702752,0.00155764873015261,0.0107720906387552,-0.0203372744473673,0.0263724093112966,0.00980077873642202,0.0153013948987538,0.0586264841895106,0.0655520314147989,0.01271802199155,0.0152538366973528,-0.00510484045021256,0.0218646435649851,0.0164827607169792,0.020318583534049,0.0633659532827417,0.00496543685996665,0.0135167309354875,-0.00931130938876875,0.0234516275400148,0.00610831871134868,0.0156922424626828,0.00867898521037737,0.0223195350318633,-0.0223983411132177,0.0393637796087171,0.0146068911047005,0.02178985176929,-0.024581811338039,-0.0089613237829874,-0.0132137473245734,-0.0181853134272173,-0.00793680900717055,0.000115275203637076,-0.0123473668593058,-0.00587552909056876,-0.00176196706067963,0.0176481331170726,0.0097793638224016,0.000546140240488801,-0.0125045615245096,0.000272947076307371,-0.00865958364720713
"118",0.0598711371395414,-0.044641636506989,-0.0212953231701409,0.0872868981759448,0.0452134373586271,0.0315667110616823,-0.0470824834561139,0.0712099797536354,0.0791210813896579,0.135611830689079,281,0.0598711371395395,-0.0446416365069889,-0.0212953231701381,0.0872868981759439,0.0452134373586269,0.0315667110616824,-0.0470824834561119,0.0712099797536368,0.0791210813896532,0.135611830689071,0.0241674758307779,-0.0263667594219556,0.0932110925189636,-0.00308093136736036,-0.016566906292978,-0.000558533944048542,0.0379089015389853,0.0617323667488095,0.227535917957509,-0.0655711194843036,-0.0355973741261199,0.100346847598263,0.0434059764254574,0.0292611676573127,-0.0616646098935763,0.0822563217841613,0.0869310867631685,0.166226910281488,0.0159366920466797,-0.0968647811101745,-0.0439087079245587,-0.0366088237402636,0.0679381217455917,-0.0870329654372702,-0.0822297516975224,-0.140447268980484,-0.0544880203110071,-0.0332716226464355,-0.027813900897001,0.0410161491064815,-0.0537770754098932,-0.0594123252748981,-0.0785353455790396,0.0733482863163941,0.0508997458691079,-0.0762171836842254,0.121749002463311,0.134848737778949,0.222465445680217,-0.00845224425305399,-0.0495987988412336,0.0345927613947591,0.0505265891361597,0.119537068232037,-0.0225615823803056,0.0118642603435328,0.039136518200483,0.0776728759991323,-0.0315899094225961,-0.0637933712806585,-0.129670047455556,0.0823936081816405,0.171297774646535,0.191787193371254
"119",-0.0563700932930843,0.0506801187398187,-0.0105172024313319,0.0253152256886921,0.023198191627409,0.0400217195299996,-0.0397192078479398,0.0343088588777263,0.0206123307213641,0.0569117993072195,179,-0.0563700932930819,0.0506801187398183,-0.0105172024313301,0.0253152256886917,0.023198191627409,0.0400217195299998,-0.039719207847938,0.0343088588777268,0.0206123307213632,0.0569117993072163,0.0167283556526231,-0.0313644659583997,-0.0282176484672458,-0.0243478022460946,-0.0086461010398673,-0.0083728754706576,-0.0146503349268825,-0.0283757687894682,0.0137766153335282,-0.0695085632952359,0.00365936383833247,-0.0491033611886552,-0.0388463789089458,-0.0577715278003198,0.056083833495508,-0.0518162557967997,-0.0374019043092587,-0.0869688333855207,-0.0155394478687312,0.0160870366717766,0.0229330642891703,0.0360528612793451,-0.0265210551925879,0.0218646435649851,0.0149845792655561,0.0519487506655416,-0.0229724174766938,-0.0176182398782211,-0.0222800620574168,0.0279247003784449,-0.0284391601693743,-0.0270387427086162,-0.0308098673201347,0.000835234370595046,0.0129310643496116,-0.0123639196873546,0.00617329676878974,-0.00825803967955621,0.0113206811738237,-0.0154625184716313,-0.0229286796765783,-0.00747786754106339,-0.0144205054303482,0.012926012599396,-0.0248007353694274,-0.00188081254082419,0.00230512516989325,0.0347326925222577,0.00578623973867211,0.00187649177335299,-0.036911828230907,-0.0134332294465127,0.019830286773867,0.0024134582190115
"120",0.0162806757273067,-0.044641636506989,-0.0471628129432825,-0.00222773986119799,-0.019456346976826,-0.0429626228442264,0.0339135482338016,-0.0394933828740919,0.027367707542609,0.0279170509033766,200,0.0162806757273065,-0.0446416365069889,-0.0471628129432773,-0.00222773986119811,-0.0194563469768258,-0.0429626228442269,0.0339135482338009,-0.0394933828740933,0.0273677075426077,0.0279170509033752,-0.0365111223829506,-0.000555516747579884,-0.0392830972857175,-0.026601528307148,-0.00545243610125367,-0.0135994334248341,-0.00948548235226443,-0.0233706698061683,-0.0209233468822702,-0.0239515006487573,-0.0249388195846532,-0.0178620195386937,-0.0185443946892916,-0.0250958214210141,0.0168136900481838,-0.0238869291008617,-0.00352096369683986,-0.00509953878275614,0.0404351196042158,-0.00972219462672283,0.0165059708070811,0.0337195733123394,-0.0150656586261332,0.0224021267067543,-0.0331554893244071,-0.0369618224748962,-0.0156244144706094,0.00767603626206566,0.0316069009502368,-0.0172247325719512,0.0203124290242131,-0.0507204730677707,-0.0457798125537546,-0.0109058685994435,-0.00706337499081471,0.00676521925489536,-0.0106979443882781,-0.0213209014614672,-0.0192028779835863,-0.0167630218586071,-0.0171504154683222,-0.00795531749644967,-0.0355998780492758,-0.0283650420704719,-0.0219286757342378,0.0032044969720294,-0.0417504692286951,-0.0398049577501033,0.00622498114115942,0.0413447137277259,0.0352188830165775,-0.0482090125790147,-0.0402334161997454,-0.00569240493523995
"121",-0.0491050163910452,-0.044641636506989,0.00457216660300077,0.0115437429137471,-0.0373437341334407,-0.0185370428246429,-0.0176293810234174,-0.00259226199818282,-0.0398095943643375,-0.0217882320746399,200,-0.0491050163910431,-0.0446416365069889,0.00457216660300114,0.0115437429137468,-0.0373437341334404,-0.0185370428246432,-0.0176293810234163,-0.00259226199818327,-0.0398095943643345,-0.0217882320746382,0.0027210686270277,-0.0326720063501056,-0.0370505944540764,-0.0122550274690348,-0.0251100177067023,-0.023861333798276,-0.0304484628906324,-0.0104640860295543,-0.0252211390587356,0.038477927604562,-0.013519578012927,-0.0297809168083349,0.0255155609072886,0.00869571852925417,0.0241133581476397,-0.00722315252698184,0.0282902622990891,0.00865631064823732,-0.00856173551085645,-0.0231287463934077,0.0332164138605134,0.0106707709169485,0.0377549288831463,-0.0140762373412539,0.0305442522430203,0.0108006912969136,-0.0166591291930504,-0.0160234430116702,-0.0148776883254874,0.0167707161350012,-0.0207873761181917,-0.0262720754503242,-0.0204087085226772,-0.0211468866109364,-0.0138127461736919,0.00413310447923037,-0.0132463989191981,-0.0302551416709434,-0.0230479736237893,-0.0187819329917692,0.0119680005844501,-0.0196126135777679,0.0067133018539886,0.00170042766330238,0.0167032590312203,-0.0227010968744004,0.000389652918810997,-0.00543587604797984,0.0322388825606733,0.0362312837505033,0.0225649031756371,-0.0251803428356054,-0.0174470571604677,-0.00364433568502882
"122",0.0635036755905609,-0.044641636506989,0.0175059114895716,0.0218723549949558,0.00806271018719657,0.0215459602844172,-0.0360375700438527,0.0343088588777263,0.0199084208763183,0.0113486232440377,173,0.063503675590559,-0.0446416365069889,0.0175059114895707,0.0218723549949555,0.00806271018719663,0.0215459602844173,-0.036037570043851,0.0343088588777268,0.0199084208763174,0.0113486232440374,0.0323596759565468,-0.0285098814093459,-0.0310446765097524,-0.0310289006346968,-0.0235317416293127,-0.0117828858431991,-0.0146503349268825,-0.0288162192140816,-0.0301016084619806,-0.0690394210539325,0.0145638477892363,0.0141541267069643,-0.001564485943803,0.0183098289616747,-0.0493175837157038,0.0371570527744823,0.0137346339442338,0.000850067739034254,-0.0208109492896245,-0.0331836602184214,-0.0092024031212763,-0.0271529048088211,0.0566194244221747,-0.050554601389262,-0.0260823467683358,-0.0210409845509596,-0.0101263710719392,-0.00923196680083441,-0.00470573842533352,0.00445449432892743,-0.00735852766243497,-0.014573347680573,-0.0141903749881215,-0.00803479297682337,0.0011212063880121,-0.00789457463983783,0.00362018270417994,-0.0101938360524957,-0.0128985724006343,-0.0260692909005413,-0.00899322341670871,-0.0164913929151506,-0.0210773379812621,-0.0143016310911767,-0.00719001191072694,-0.0118409206826051,-0.00641458944393317,-0.00885230126813566,0.0081586184143522,0.00416423715850756,0.00472844042093264,-0.0139029350034124,-0.0109026756080124,-0.016355176715357
"123",0.0489735217864827,0.0506801187398187,0.0810968238485447,0.0218723549949558,0.0438374845004259,0.0641341510877936,-0.0544457590642881,0.0712099797536354,0.0324332257796019,0.0486275854775501,180,0.0489735217864813,0.0506801187398183,0.0810968238485379,0.0218723549949555,0.0438374845004258,0.064134151087794,-0.0544457590642858,0.0712099797536368,0.0324332257796002,0.0486275854775474,0.00248532186081721,0.0628832538731219,-0.0310446765097524,-0.0048111146023584,0.0242191692507873,0.00858156862459533,0.0379089015389853,-0.0186929484642283,0.00144182035611765,0.0446773072217725,0.0746713411873766,0.00701499199395949,0.0319305792352158,0.0555211011288712,-0.0581148002450957,0.0654682180454019,0.0205659306934346,0.0379729035720816,0.0829621806461211,0.0122820370761595,0.0448224406412138,0.0618839079376258,-0.0436540269864881,0.0632772790784245,0.0277097316599705,0.0429115600565437,0.0173982367314458,0.0651080118201816,0.101517630173974,-0.0802515051819107,0.106093479888375,0.0357407208101102,0.0638782210412416,0.00885573797198172,0.0214219472328962,-0.0161767107800279,0.021065478465819,-0.00405332204687245,0.00366128735238098,0.0110019435031368,-0.0552980734802746,0.0328920266298955,0.00535432999166749,0.0309070064299127,-0.0659966368704275,0.0483043947535222,0.0299429373494634,0.0527605823550791,-0.0414379220344531,-0.0195233742254317,-0.0456170649144683,0.017731899798143,0.0495206760089879,0.0104203507083912
"124",0.00538306037424807,0.0506801187398187,0.034750904671666,-0.00108011630809546,0.152537760298315,0.198787989657293,-0.0618090346724622,0.185234443260194,0.0155668445407018,0.0734802269665584,84,0.00538306037424824,0.0506801187398183,0.0347509046716636,-0.0010801163080956,0.152537760298315,0.198787989657294,-0.0618090346724597,0.185234443260199,0.0155668445407012,0.0734802269665542,-0.0408265979088352,-0.0153747164759118,-0.039349155642049,0.296605724088182,0.487514949927325,0.019047432235274,0.432612224898824,-0.0311945682833325,0.0442554534290159,-0.00257201850940338,-0.0048692297845832,-0.0171778948370495,0.00476851727024896,0.0120508097629496,-0.00378605362975671,0.0115945347714165,-0.0111459385930889,-0.00641744625119758,0.03313194504449,-0.0130846269073044,0.160106489428643,0.206135207457894,-0.0522205128834383,0.191242322814952,0.00955313094996542,0.0700231318835373,-0.0184463989625247,0.103122378416134,0.139105903947199,-0.0295005654170823,0.120612080659018,-0.0103297069133587,0.0349003909125954,-0.0153979490861118,-0.0138285964339816,0.00969257686291856,-0.0169240967701734,-0.0203311878434775,-0.0195516974591973,0.397645746876369,-0.210842586293515,0.469153174933473,0.0253202520088155,0.232038070104564,-0.256470920110366,0.555129123385556,0.0522803241193,0.299032261951709,-0.183655052848796,-0.00136499018486293,-0.0882167796095579,0.0288947152446063,0.249036542773126,0.00183424904955387
"125",-0.00551455497881059,-0.044641636506989,0.023972783932857,0.0081008722200108,-0.0345918284170385,-0.0388916928409625,0.0228686348215404,-0.0394933828740919,-0.0159982677581387,-0.0135040182449705,121,-0.00551455497881003,-0.0446416365069889,0.0239727839328555,0.00810087222001058,-0.0345918284170382,-0.0388916928409629,0.0228686348215401,-0.0394933828740933,-0.0159982677581372,-0.0135040182449693,-0.0408004038237007,-0.0246001318377574,-0.0382275117077857,-0.0150503203582423,-0.00981305029549267,-0.0212671763746795,-0.00948548235226443,-0.030984280833921,-0.0293458804798801,-0.00314169123098422,-0.0115793234291377,-0.0180507947351697,-0.00814631467283234,-0.00591044242805136,0.00102392259499684,-0.00526540973016005,-0.0110526504468807,-0.0135944111717147,-0.0269355561790086,-0.0197771084517365,0.0306455764676776,0.0298781062464409,-0.00374696130271619,0.0224021267067543,0.00796556408294059,0.00284027233494529,-0.0138605149527146,-0.0303630252826194,-0.0335417832614539,0.0308453647928348,-0.0412863759669322,-0.0307154989428375,-0.0250806706134514,-0.0178903789180954,-0.0160154112147689,0.0121300260305772,-0.0195147148586296,-0.0228592811442672,-0.0201615308328929,-0.00960333795457811,-0.0200493579756778,0.00242027120828778,-0.0128437418185394,-0.00597816044432837,-0.00963585942126524,0.000678263666641458,-0.00215918876993226,-0.00283549759728451,0.0144176108956097,0.0121081367021137,0.00698098539752384,-0.0148989200603203,-0.00807239715352719,-0.0165512006240712
"126",-0.00551455497881059,0.0506801187398187,-0.00836157828357004,-0.00222773986119799,-0.0332158755588373,-0.0636304213223356,-0.0360375700438527,-0.00259226199818282,0.0805854642386665,0.00720651632920303,161,-0.00551455497881003,0.0506801187398183,-0.00836157828356845,-0.00222773986119811,-0.0332158755588371,-0.0636304213223362,-0.036037570043851,-0.00259226199818327,0.0805854642386617,0.00720651632920293,-0.0408004038237007,-0.0319576323543089,-0.0392830972857175,-0.0163677660418306,0.0233769590311875,-0.0117828858431991,-0.0304484628906324,0.0653438021532963,-0.0311859138276027,-0.0143843499421974,-0.00783173901427501,-0.0167713184016905,-0.00830177269941474,-0.00304662806941757,0.0085863308470235,-0.00966770670290491,-0.0222786058721462,-0.0161472862044054,-0.0132217624919112,-0.0143529600931602,-0.0368978977397486,-0.0749870925374199,-0.0222378122441128,-0.0195479919484543,0.0795454487951774,-0.00227439298844564,-0.0173349833176087,-0.00625761365637492,-0.00129548232776484,0.0253193109875265,-0.0200522461031156,-0.0371168664882811,-0.0195881462246901,-0.0102442025008433,-0.00605994784910994,0.00997071268779615,-0.0124747800681834,-0.0239783156535346,-0.0182658488820827,0.00119306167678361,0.0238671968917706,-0.0197983494864929,-0.0805352494965264,-0.0216333483957013,0.0592871037930079,-0.020864359116146,-0.128770352065001,-0.0239238459030373,0.0331351273335149,-0.0452411112700786,0.00808553165111619,-0.0312503603051211,-0.0189247439778643,-0.00932436118413058
"127",-0.0890629393522603,-0.044641636506989,-0.0611743699037342,-0.0263278347173518,-0.0552311212900554,-0.0545491159304391,0.0412768238419757,-0.076394503750001,-0.0939356455087147,-0.0549250873933176,99,-0.0890629393522567,-0.0446416365069889,-0.0611743699037277,-0.0263278347173517,-0.055231121290055,-0.0545491159304397,0.0412768238419748,-0.0763945037500034,-0.0939356455087083,-0.0549250873933138,0.103640330128407,0.0215700035499419,-0.0273076608989145,0.0111274257768171,0.00933256476834045,-0.00683040348906031,0.0482386066882214,0.101321852890417,0.0106419870947308,0.0766292448704794,0.105709084777894,0.0356261930265625,0.088726740637033,0.0915736438281674,-0.0816240565240977,0.137216473580778,0.163421967294422,0.0940851728822774,0.0537051011978813,0.0137392709649757,0.0499268569139457,0.0446529795768197,-0.0226114568417446,0.0588804907547624,0.0818683657767564,0.0426423671447868,0.0141688236366492,0.0612678742305803,0.06047037923617,-0.0379423606042314,0.08194151916225,0.104456453282129,0.0517133902376441,0.0195469665539282,0.0221497455492943,-0.0140347993618857,0.0308734871639914,0.0354806625496721,0.011428799917517,0.0138314318069843,-0.0529344625245362,0.0519453604936977,0.0842837382663241,0.0508912220071968,-0.0391372797748706,0.0420233489133437,0.096971745197386,0.0501329960545702,-0.0278444433445282,-0.0672310125261041,-0.0370611960944938,0.112383471370164,0.0639355160116823,0.0814062309907013
"128",0.0344433679824045,0.0506801187398187,-0.00189470584028465,-0.0125563519424068,0.0383336730676214,0.0137172487396789,0.0780932018828464,-0.0394933828740919,0.00455189046612778,-0.0963461565416647,109,0.0344433679824036,0.0506801187398183,-0.00189470584028368,-0.0125563519424068,0.0383336730676213,0.0137172487396789,0.0780932018828442,-0.0394933828740933,0.00455189046612787,-0.0963461565416583,-0.0196705084819896,-0.0329243817192768,-0.0366259335888552,-0.0111971758022477,-0.0271443806612721,0.0469011618203306,-0.00948548235226443,-0.0346166144357953,0.0990402558415625,0.0289275319780472,-0.0101724433783128,-0.0267624204816419,0.01499654335003,-0.000494511289349145,0.0665789994559256,-0.0394048619097797,-0.0096076298450799,-0.0894357248478101,-0.00626870636145101,-0.0257679588800115,0.0389852736140022,0.00787353765212978,0.110542719158614,-0.0609606274618937,-0.00230442878014567,-0.115239275600919,-0.0172328077309798,-0.0138870376985515,-0.0135836836894488,0.0152630625332673,-0.0188868105156066,-0.0224486219714146,-0.0145264328345624,-0.0222314637689873,-0.0129029052522884,-0.0118510053457924,-0.0018811739179267,-0.0212354332989083,0.00662963828319755,-0.0211206662052746,0.0635533793015383,-0.0475712016418108,-0.020784476695092,-0.0981683624496639,0.0328252904783959,-0.0319684436645259,-0.0144849798637173,-0.042424837781013,-0.0265455378766416,0.0284059072155108,-0.15528683004501,-0.0306838220941579,0.0562496409389093,-0.0295226310202199
"129",-0.0527375548420648,-0.044641636506989,-0.0622521819776151,-0.0263278347173518,-0.00569681839481472,-0.00507165896769301,0.0302319104297145,-0.0394933828740919,-0.0307512098645563,-0.0714935150526564,115,-0.0527375548420625,-0.0446416365069889,-0.0622521819776084,-0.0263278347173517,-0.0056968183948146,-0.00507165896769317,0.0302319104297139,-0.0394933828740933,-0.030751209864554,-0.0714935150526516,0.00948350827254659,0.0235090186813894,-0.0273076608989145,-0.0314885731714368,-0.0292701131237879,-0.0164867880019579,-0.00948548235226443,-0.0203340774377603,0.040192046452797,0.0419462291741909,0.060199484531178,0.0141426857873734,-0.00589923956132344,-0.00479793139822356,-0.0331573033395869,0.0350812155730268,0.0212693614958329,0.06901905981912,0.0547258690127786,0.0137392709649757,0.00365178384290239,-0.00203562014717725,-0.0112927595183276,0.0224021267067543,0.0219547921832262,0.0585632050687234,0.0147303740155888,-0.00458303310931084,-0.00605909952955196,-0.0235487195309962,0.033378842204153,0.0199543925201776,0.0744493038249663,-0.00860391836203141,-0.00623922619450643,-0.00805325659369776,0.00987452004254188,-0.00180685443727034,0.0202879841479294,-0.0281046904621514,-0.0063792256534278,-0.0173876708643928,-0.0207699460740773,-0.00730421266608609,0.00630526489149119,-0.0203089053319661,-0.0124256861228745,-0.00632118488136098,0.00895585772597617,-0.000630597486726226,-0.0346829493314027,-0.00356695155091513,0.0369530295111783,0.0227331922237258
"130",0.00901559882526763,-0.044641636506989,0.0164280994156907,0.00465800152627453,0.0094386630453977,0.0105857641217836,-0.0286742944356786,0.0343088588777263,0.0389683660308856,0.11904340302974,268,0.00901559882526766,-0.0446416365069889,0.0164280994156899,0.00465800152627435,0.00943866304539775,0.0105857641217836,-0.0286742944356772,0.0343088588777268,0.0389683660308835,0.119043403029733,-0.0398705138014313,-0.0290429803221249,-0.0389919012642957,-0.0306888639239662,-0.028140296975043,-0.0176085858067559,-0.0146503349268825,-0.011487428799598,0.168010839158689,-0.0170148975094996,-0.00568800158073639,-0.0161039313426767,-0.010311142989354,-0.00840920946224441,-0.00205851951667077,-0.00328536021246407,-0.00550729455097963,0.00873088047035308,-0.0197901814747272,-0.0164254705100653,-0.0104878218176942,-0.016810493477556,0.0490736262065633,-0.050554601389262,-0.0441556177418717,-0.124526431056548,-0.0161892876335308,-0.00892897877602307,-0.00918196438749059,0.00803132865354873,-0.00816932122039418,-0.00814193599439929,0.0224371929608681,-0.0108924501963886,-0.00807461648922468,0.00557186018066675,-0.00914538761886905,-0.0158856552360409,-0.00667814075259838,-0.0271065274482487,-0.00855333759455856,-0.0156719815175063,-0.0167332332323809,0.00856869814522581,0.0030520998753945,-0.0177494594107802,-0.00677650884620794,0.012919891965726,0.0129033757657124,-0.00487201053899273,-0.0628424773181347,-0.00118459867623373,0.0617388718400661,0.0710921369064483
"131",-0.0636351701951234,0.0506801187398187,0.0961861928828773,0.104501251644626,-0.00294491267841247,-0.00475851050590347,-0.00658446761115617,-0.00259226199818282,0.0226920225667445,0.0734802269665584,274,-0.0636351701951208,0.0506801187398183,0.0961861928828691,0.104501251644625,-0.00294491267841236,-0.00475851050590363,-0.00658446761115549,-0.00259226199818327,0.0226920225667434,0.0734802269665542,0.0326652736164493,0.101874558859903,0.150661640937429,-0.0318243760561711,-0.0293103963026748,-0.0271311194452177,-0.0304484628906324,-0.0269850700933837,0.0442554534290159,-0.0773834509170985,-0.137443984554173,-0.166429370587756,-0.00821512396328697,-0.00405603227392516,0.0137143424039119,-0.00640830113500748,-0.0433475522134137,-0.119778033284046,0.0991859782838615,0.10360202737097,-0.00479347909008477,-0.0119190825146048,0.0120281313436877,-0.0195479919484543,0.0172233602999452,0.0700231318835373,0.181210124666187,-0.0184735764604409,-0.0230901096994302,0.00439933627032616,-0.0259945470583146,0.0258713155389937,0.129008589982553,-0.0184844902963664,-0.0199864863540429,-0.00583465872832666,-0.0184548261635472,0.0331993251853948,0.138011602521654,-0.0283137996299154,-0.0021464480646342,-0.0211604128171432,-0.0258415832044627,-0.0211241854870242,0.0103043999820819,-0.0232623223005337,-0.0182375805624456,-0.0215894438431286,0.0317011356969683,0.0169984751493874,0.00304504519987941,-0.0283315179008185,-0.0223023138461994,0.0122090403833619
"132",-0.0963280162542995,-0.044641636506989,-0.0697968664947814,-0.067642283042187,-0.019456346976826,-0.0107083312799046,0.0155053592133662,-0.0394933828740919,-0.0468794828442166,-0.0797777288823259,158,-0.0963280162542956,-0.0446416365069889,-0.0697968664947741,-0.0676422830421865,-0.0194563469768258,-0.0107083312799048,0.0155053592133662,-0.0394933828740933,-0.0468794828442132,-0.0797777288823206,0.128260587314272,0.0380303327280748,0.0402498161020451,-0.026601528307148,-0.0281061426459313,-0.0247218037053662,-0.00948548235226443,-0.000999983324380843,0.0578717002021633,0.0835658480097372,0.132506640458179,0.129322251283391,0.0263438208849816,0.0112410281518744,-0.0308116606906251,0.07232425431443,0.0822675568218976,0.15651685415864,0.06187124371706,0.0539589262650303,0.0165059708070811,0.00328333425175913,0.00379883691289517,0.0224021267067543,0.03724815454774,0.0665236240306917,0.0757260426304966,0.0172654209393,0.00344673796020747,-0.00564786987924113,0.0399120487941229,0.0498932423280372,0.0977478405737518,0.0165671555927081,0.00663660033879871,-0.0132549571979494,0.0451416019239476,0.051124365465122,0.0916568384098274,-0.0255826527796622,-0.00923879996202403,-0.00795531749644967,-0.00532683775997634,0.0180653578510135,0.00602999230256905,-0.0168110438321982,-0.00480593569499918,0.00421916759087691,0.0198793640652432,0.00395112762041089,-0.0138932705309156,0.0088214303866169,0.043385233320422,0.0532779022977596
"133",0.0162806757273067,0.0506801187398187,-0.0212953231701409,-0.00911348124867051,0.034205814493018,0.047850431074738,0.000778807997017968,-0.00259226199818282,-0.0129079422541688,0.0237749439885419,107,0.0162806757273065,0.0506801187398183,-0.0212953231701381,-0.00911348124867057,0.034205814493018,0.0478504310747382,0.000778807997018393,-0.00259226199818327,-0.0129079422541676,0.0237749439885407,-0.0365111223829506,-0.0263667594219556,-0.037924182518342,-0.0154253163750567,0.000356209580245727,-0.0276537752406353,-0.0304484628906324,-0.0323637051618293,-0.0239440682947811,0.00924031292339059,-0.0160875948742599,-0.0203802933753772,-0.000644943607729356,0.00594103479003278,0.00425499251415142,-0.0108899837908664,-0.0173414664631381,-0.00660691447269948,-0.0271278747528315,-0.0219629592843944,0.0346073983435935,0.0444395647398258,0.0205946172406378,-0.0195479919484543,-0.0210998779447098,0.0157999882295501,-0.0138630070397065,-0.0281672205809854,-0.0354497994533138,0.018203620017975,-0.0193171160880394,-0.0161970986393633,-0.0288865888931858,-0.0185705531599568,-0.0186530222664115,0.00817330037828167,-0.012088970642676,-0.0173174882364825,-0.0223402873100445,-0.00550759040742419,-0.00198631696678711,-0.0228320359956685,-0.0336939244068629,0.00169128444608644,0.0104329132469691,-0.0254051830184971,-0.029460403130835,0.0102933751067115,0.0313426377878316,0.0201472287187811,0.0143426872457534,-0.0265366567920279,-0.0197691364449481,-0.0269134446527951
"134",-0.0418399394890061,0.0506801187398187,-0.0536296853865679,-0.0400993174922969,-0.0841261313122791,-0.0717722813288634,-0.0029028298070691,-0.0394933828740919,-0.0721284546019561,-0.0300724459043093,83,-0.0418399394890042,0.0506801187398183,-0.0536296853865621,-0.0400993174922966,-0.0841261313122786,-0.0717722813288641,-0.00290282980706855,-0.0394933828740933,-0.072128454601951,-0.0300724459043071,-0.00935658746033708,0.00894510575636187,-0.0113889450537842,0.0679868621417887,0.0378035397722682,-0.0275581674731809,-0.00948548235226443,0.0454004596098298,-0.0191599815907023,-0.0537587880515106,0.03835905404784,0.0206411289235987,0.0600596781643483,0.0526257091231856,0.00678730041896149,0.025770455887676,0.0506951038152867,0.0128657010151059,-0.0618931554051323,-0.0562079556449483,-0.0908916927414559,-0.0837092641363199,0.0163113742921628,-0.0609606274618937,-0.0848505534044102,-0.042941750728936,0.0248535656394135,0.0859379088266208,0.0717473262991145,0.0220592587371594,0.0259123203870445,0.0630397084026725,0.0152892257220256,0.0609765183878153,0.0535729202160117,0.010713686367541,0.0216302140030104,0.0448765629328198,0.00655100646976969,0.0563465671274614,0.00281964134220791,0.0363767433328831,0.102719352172939,0.0397299253171479,0.014137908306673,0.021082455748621,0.0981325682399501,0.0321744311939925,0.0335337469893269,0.025105028048845,0.0158895175629551,0.0282155655218113,0.00479201046496009,0.0221499509823918
"135",-0.0745327855481821,-0.044641636506989,0.0433734012627132,-0.0332135761048244,0.0121905687618,0.000251864882729031,0.0633666506664982,-0.0394933828740919,-0.0271286455543265,-0.0466408735636482,103,-0.074532785548179,-0.0446416365069889,0.0433734012627099,-0.0332135761048242,0.0121905687618,0.000251864882728906,0.0633666506664965,-0.0394933828740933,-0.0271286455543243,-0.0466408735636449,0.060188708571371,-0.00555613471815715,-0.0201733583707481,-0.0298483889804742,-0.0296058817667752,0.0214312525704698,-0.00948548235226443,-0.0235718477980425,-0.00122841851396909,0.062756038591964,-0.0767442871806878,0.0385614248733823,-0.0306698890816051,-0.010806706523126,-0.105990564185619,0.0537027349437284,0.0297050084481127,0.0624447408079586,-0.0453093768471607,0.0204425468483181,-0.0130586592105299,-0.00705907707950602,-0.0452488514885787,0.0224021267067543,0.0185197567795615,0.0346819481828185,-0.0462117977891293,-0.000791773983320021,-0.0127708195577964,0.0800909617671276,-0.0580860500554264,-0.0482049765922675,-0.0605044524044761,-0.0205814628546719,-0.0093315317808075,-0.0349731485290403,0.0157523670227762,0.000242469460617746,0.0135217166653063,-0.0284675934425822,0.0144890843352244,-0.0296497302427189,-0.0313716921320665,-0.0289282071058273,0.00997148001433882,-0.023612441192858,-0.0160103367974727,-0.014345770597702,-0.0156220315373746,-0.0184659684503533,-0.0525419142577648,-0.00634950057677774,0.0176564180834474,0.00424085598530865
"136",-0.00551455497881059,-0.044641636506989,0.056307146149284,-0.0366564467985606,-0.0483513569990498,-0.0429626228442264,-0.0728539480847234,0.0379989709653172,0.0507815133629732,0.0569117993072195,272,-0.00551455497881003,-0.0446416365069889,0.0563071461492795,-0.0366564467985604,-0.0483513569990494,-0.0429626228442269,-0.0728539480847205,0.0379989709653178,0.0507815133629704,0.0569117993072163,-0.0408004038237007,0.013235487032272,-0.0159874155608658,0.00106483104820678,-0.00545243610125367,0.0372320296051072,-0.011048661162891,0.00488458098259945,0.0137766153335282,-0.00314169123098422,-0.0153269078440004,-0.0125063972900934,-0.00659173440700839,-0.0054391818373901,0.0133128360045402,-0.0145102333729243,-0.0188144839428093,-0.0222741862828631,-0.0575585906259287,0.0237941847899894,0.0434997634318563,0.0337195733123394,0.0943484155002315,-0.0542024377940628,-0.0553572351154643,-0.0648232888417853,-0.0585491260699831,-0.0715897078869848,-0.0662806251769874,-0.073241810117319,0.0263858340843556,0.0407932710644554,0.0484724113075354,0.0264171890920378,0.0251724395735306,0.0632530450871632,-0.0427064587395406,-0.0616790977951599,-0.0603089686000848,0.000683756248162563,0.0752386455255697,-0.0531842544583063,-0.0758963267986158,-0.0773049693920209,0.0774120497793004,-0.0491079609054589,-0.0639005598216843,-0.0665085029909503,-0.0206144468646134,-0.0632153416977448,-0.0793222143092934,0.0103426690672288,0.0239591075891652,0.0364369609386204
"137",-0.0926954778032799,-0.044641636506989,-0.0816527993074713,-0.0573136709609782,-0.0607349327228599,-0.068014499787389,0.0486400994501499,-0.076394503750001,-0.0664881482228354,-0.0217882320746399,85,-0.0926954778032761,-0.0446416365069889,-0.0816527993074628,-0.0573136709609778,-0.0607349327228595,-0.0680144997873897,0.0486400994501487,-0.0763945037500034,-0.0664881482228307,-0.0217882320746382,0.115709254854061,0.0642021335346058,0.017791322939614,0.0201399106918905,0.0309295310282432,0.00126438748874826,0.0482386066882214,0.0333273137436097,-0.0252211390587356,0.0800975464401083,0.150275738424446,0.102295617812972,0.103289752015447,0.121935267837865,-0.101004488662894,0.143219933856352,0.116988612124392,0.029885882455113,0.0730996896809307,0.0439040124400167,0.0550685316996171,0.0573593706409454,-0.0301572550573559,0.0588804907547624,0.0558417402030612,0.0108006912969136,0.0749068104062178,0.0956828424560667,0.10927973268834,-0.0703187344216781,0.116243541936312,0.0974550379652629,0.0187559277169104,0.0632979021748584,0.0758053752582164,-0.0490247599200655,0.082037967571317,0.0654619816496448,0.00742185379526791,0.0295445273571286,-0.0678315914724272,0.0592435953097522,0.0601836139583978,0.0129937295518976,-0.0620204082101261,0.0581868835538673,0.0837169848189195,0.0176734965053122,-0.0384094517746585,-0.0526945677034693,-0.00990805833671274,0.0716015906406477,0.0141666704719006,0.00787420441398349
"138",0.00538306037424807,-0.044641636506989,0.0498402737059986,0.0976155102571536,-0.0153284884022226,-0.0163450035921162,-0.00658446761115617,-0.00259226199818282,0.01703713241478,-0.0135040182449705,280,0.00538306037424824,-0.0446416365069889,0.0498402737059947,0.0976155102571526,-0.0153284884022225,-0.0163450035921164,-0.00658446761115549,-0.00259226199818327,0.0170371324147793,-0.0135040182449693,-0.0408265979088352,0.00323011378998785,0.126443838478445,-0.0286290470935427,-0.026110622837331,-0.0271311194452177,-0.0304484628906324,-0.0304543233315265,-0.0293458804798801,-0.0135465959398708,-0.00316205894085312,-0.00524331926605242,-0.0137451204409248,-0.0122596564629678,0.00313464878046609,-0.0102788452468857,-0.0109791215241251,-0.0168838534269521,-0.0514339837365447,-0.106919694935188,0.0126497147178275,0.00860228865069547,0.0264362315597292,-0.0140762373412539,-0.023359695995328,0.00284027233494529,0.0785749970368535,-0.0289413853050988,-0.0309499402004962,0.0112295918218768,-0.0233603311709583,-0.00353418351649044,-0.0323627662032897,-0.0441404775872761,-0.0439213281566791,-0.00490203356892724,-0.0180690167380399,0.0173237777495676,-0.044711693286278,-0.0249895831204372,-0.000345258032008221,-0.0206032050909681,-0.0299139687759721,-0.0117423874475042,0.0119566286537605,-0.0227903827376489,-0.0219917693529573,-0.00936236195320987,0.0317011356969683,0.017839751915837,0.0159259865997789,-0.0280464124952569,-0.0178692533940096,-0.0253912715537622
"139",0.0344433679824045,0.0506801187398187,0.11127556191721,0.076958286094736,-0.0318399227006362,-0.03388131745233,-0.0213110188275045,-0.00259226199818282,0.028016506523264,0.0734802269665584,336,0.0344433679824036,0.0506801187398183,0.1112755619172,0.0769582860947352,-0.0318399227006359,-0.0338813174523304,-0.0213110188275033,-0.00259226199818327,0.0280165065232626,0.0734802269665542,-0.0196705084819896,0.147503320732554,0.0636910958342767,-0.0176317445514086,-0.0145845296880406,-0.022108524728278,-0.0304484628906324,-0.0228157903351605,0.0442554534290159,0.0289275319780472,0.0717522093629831,0.0424971017011093,-0.0345232093470569,-0.0349102027475744,-0.0131284735856649,-0.0119085480308344,0.00742681262937035,0.0413133272363175,0.115409775921602,0.0731620306060331,-0.0354386059829457,-0.0431176193875931,-0.00510484045021256,-0.0195479919484543,0.022955148750356,0.0700231318835373,0.151763618997031,-0.0894559918598016,-0.0960313061061366,-0.0345024669606156,-0.0268521987425701,0.0464866207018006,0.152122884490964,-0.0647344878733012,-0.065974664330679,-0.0254168375968651,-0.0169115884615178,0.0283746718952767,0.0969081329659,-0.013349533558711,0.0124140891131572,-0.0198602614560679,-0.0431350903130433,-0.0681720382960804,0.0252631463022982,-0.0220760958316611,-0.036761839493222,-0.0674630109799284,0.0324181315152416,0.00688435304268827,-0.0212914414159705,-0.0285999650531123,-0.0223023138461994,0.0199618866711591
"140",0.0235457526293458,-0.044641636506989,0.0616962065186885,0.0528581912385822,-0.0345918284170385,-0.0489124436182275,-0.0286742944356786,-0.00259226199818282,0.0547240033481791,-0.0052198044153011,281,0.0235457526293453,-0.0446416365069889,0.0616962065186835,0.0528581912385816,-0.0345918284170382,-0.048912443618228,-0.0286742944356772,-0.00259226199818327,0.054724003348176,-0.00521980441530043,-0.0312221000262393,0.0225045739060872,0.00924957297198441,-0.0150503203582423,0.00170098838469943,-0.0176085858067559,-0.0304484628906324,0.0113077340101667,-0.0315342058541358,-0.0308881037880151,0.0217306142887173,0.0109106255997814,-0.0287418388622031,-0.0345888887084871,-0.0117580688488617,-0.0112974094868536,0.0142459608782606,-0.0180062053414735,-0.0626624297004155,-0.0633484016934623,0.0306455764676776,0.0393340251778833,0.0490736262065633,-0.0140762373412539,-0.0590956346352553,-0.00512014662702301,0.0468322819632461,-0.0587782899582,-0.0794621581996343,-0.0210215963106599,-0.0240342003514448,0.0521914477389036,-0.0250455066658604,-0.0513105320355812,-0.0654946661649036,-0.0228581648397332,-0.0155612554722421,0.0448835123141335,-0.0235433540439473,-0.00473169579312965,0.0193360564590036,-0.0197364375169179,-0.0641115120187762,-0.0123281248003597,0.0400003696474563,-0.021463849912243,-0.0747998536447379,-0.00862086154682428,0.0327766294243783,-0.0150795900596642,0.0172924115752448,-0.0299464901860817,-0.0182914496275515,-0.026492614810751
"141",0.0417084448844436,0.0506801187398187,0.0142724752679289,0.0425295791573734,-0.0304639698424351,-0.00131387742621863,-0.0434008456520269,-0.00259226199818282,-0.0332487872476258,0.0154907301588724,118,0.0417084448844424,0.0506801187398183,0.0142724752679283,0.0425295791573729,-0.0304639698424348,-0.00131387742621877,-0.0434008456520249,-0.00259226199818327,-0.0332487872476233,0.0154907301588718,-0.00955740877970156,-0.030007584419838,-0.00789459279672202,-0.0188422558869764,-0.0295841215919458,-0.00463142483760742,-0.0304484628906324,-0.0178657577416863,-0.0285331990846363,0.0368024195999099,0.00371037417760892,0.022799649354018,-0.0380866965405944,-0.0115630033256783,-0.0381817685092689,-0.0123159737268216,-0.0421407776981329,-0.000817100426874716,0.0111139339646994,0.0351120346498621,-0.0339793142261428,-0.00822893299199326,-0.030804298141063,-0.0195479919484543,-0.0429967267956368,0.00676279762055223,-0.00569145219169639,-0.0217733476571078,-0.013424304005698,0.00471039155161267,-0.0213387236294988,-0.0327225669252303,-0.0137229261039716,-0.0398086468083708,-0.0103670137308038,-0.0296493395059721,-0.0149825413339811,-0.0516503496312826,-0.00455966866444554,-0.0279482182217641,0.0266315786425952,-0.0199221734256429,-0.00321472369969449,-0.0267861227476033,0.0108607918073616,-0.023402628657067,-0.0148979513949265,-0.0145302492556916,0.0334936252426516,0.0529781501049598,-0.00119389837818339,-0.0255111223067454,-0.0193469402114062,-0.0310383636208835
"142",-0.0273097856849279,-0.044641636506989,0.0476846495582368,-0.0469850588797694,0.034205814493018,0.0572448849284239,-0.0802172236928976,0.13025177315509,0.0450661683362615,0.131469723774244,317,-0.0273097856849265,-0.0446416365069889,0.0476846495582331,-0.0469850588797691,0.034205814493018,0.0572448849284242,-0.0802172236928944,0.130251773155093,0.045066168336259,0.131469723774236,-0.0277230068203746,0.000165905983479618,-0.00095442094802298,-0.0154253163750567,0.0132763533054417,0.0510122958208729,0.198466785568779,-0.0035745659287714,0.211928492240221,0.0176681181867889,-0.0361707750201963,0.0117769575639081,-0.0311934883961749,-0.0432306291144251,0.0549603199744591,-0.0869309709346891,-0.0388526005671521,-0.0955139262669269,-0.04939244810675,0.033849098615003,-0.0336253583532158,-0.0608396160020848,0.101894213715843,-0.145398347914083,-0.0499377557550917,-0.1364670594995,-0.0620408729083307,0.0232123006787539,0.0470973585479044,-0.0670403966218289,0.115655595762147,0.0251283120939716,0.112358355516718,-0.0465335804278049,-0.06776622512438,0.0858481164301004,-0.144877306030655,-0.0674165850078276,-0.143393307689067,-0.000991391359942128,-0.0631870301197625,0.0560420186930654,0.00786351141915516,0.0833196419400508,-0.0898234763400631,0.0937028979824276,0.0409468800221446,0.147238315308544,-0.164859630947383,-0.0613049961045425,-0.223254639535895,0.0869785252523855,0.318104107322482,0.0965735593413107
"143",0.0417084448844436,0.0506801187398187,0.0121168511201671,0.0390867084636372,0.054845107366035,0.0444057979950531,0.00446044580110504,-0.00259226199818282,0.0456008084141249,-0.00107769750046639,235,0.0417084448844424,0.0506801187398183,0.0121168511201667,0.0390867084636366,0.0548451073660348,0.0444057979950533,0.00446044580110534,-0.00259226199818327,0.0456008084141224,-0.00107769750046597,-0.00955740877970156,-0.0308367302137579,-0.0127842593252255,0.010527432149914,-0.00380242838416962,-0.0274179427475811,-0.0304484628906324,-0.00282602914411953,-0.0319022125236803,0.0368024195999099,0.00182075759485415,0.0195739452345912,0.0348117655520243,0.0284668642256725,0.0082908362250289,-0.0123159737268216,0.0271750363446273,-0.016263706436895,0.00879624858787936,0.031307035054245,0.056496774695637,0.0407494152172143,0.0248778601891129,-0.0195479919484543,0.0418845885438898,-0.0113115835974435,-0.00833123739013078,0.00216540959619212,-0.0011631913891259,0.0197845162876838,-0.0212162019603195,-0.0100744387745483,-0.0186041873798106,0.0344326029532342,0.0286772581179235,0.0119055707030468,-0.0147896366212275,0.0199978196436403,-0.0187953030874665,0.00571706995086766,0.00282913528081407,-0.0237607155392937,0.0279701690800922,-0.0176389053747643,0.0139154250127113,-0.0252648766619638,0.0287288309441219,-0.0151198260613798,0.0311633888332633,0.0249699903452459,0.0138181538650523,-0.0294865215356232,-0.0185025477443224,-0.0218060678978239
"144",-0.0309423241359475,-0.044641636506989,0.00564997867688165,-0.00911348124867051,0.0190703330528056,0.00682798258030921,0.0744115640787594,-0.0394933828740919,-0.0411803851880079,-0.0424987666488135,60,-0.030942324135946,-0.0446416365069889,0.00564997867688192,-0.00911348124867057,0.0190703330528056,0.00682798258030914,0.0744115640787573,-0.0394933828740933,-0.0411803851880048,-0.0424987666488105,-0.0238550135822017,-0.032511417772758,-0.037924182518342,-0.0268115260765641,-0.0289966171945985,0.0400365241171023,-0.00948548235226443,-0.00874971436816851,-0.00643746530073569,0.0211364197564178,-0.0124751692415722,-0.010712715117364,-0.0241441271818346,-0.0148477269198781,-0.0496423108211605,0.0164596962023252,0.0139445382519683,0.0141349098242052,-0.00958250332575377,-0.00301891874338039,-0.0194857526926192,-0.0132645238782651,-0.0565675488119957,0.0224021267067543,0.0318440814819462,0.0307017387018343,-0.0187225776268741,-0.00995922573475603,-0.012161877683325,0.0279848819396474,-0.0254200171055766,-0.0273890057219656,-0.0233376337382287,-0.0155930557168062,-0.010505359733001,-0.00563025985653813,-0.00482009740804384,-0.0115420379346039,-0.0100737245289938,-0.0266807396430759,0.0287718921622823,-0.0343659069266905,-0.0408986388574308,-0.0342881324727636,0.0206293251512035,-0.027693279609254,-0.0220513760281805,-0.0203144808554128,-0.0238146612918248,-0.0488605097195184,-0.0571955961375813,0.00444386320670582,0.0144403161788256,0.0138478250260742
"145",0.030810829531385,0.0506801187398187,0.0466068374843559,-0.015999222636143,0.0204462859110067,0.0506687672308438,-0.0581273968683752,0.0712099797536354,0.00620931561650541,0.00720651632920303,174,0.0308108295313842,0.0506801187398183,0.0466068374843523,-0.015999222636143,0.0204462859110067,0.050668767230844,-0.0581273968683727,0.0712099797536368,0.00620931561650539,0.00720651632920293,-0.0240034467312972,-0.00131540105585204,-0.034915156962169,-0.0260437519737512,0.00398971747633763,0.0136487802996803,0.0379089015389853,-0.034341193230512,-0.0311859138276027,0.0249900881671159,0.0213798716638985,-0.0281207120487334,0.000852179742159505,0.0223591962300599,-0.0377341240938288,0.0374880451474698,-0.00887980453490604,-0.0102958379178511,0.0458792146170002,-0.0295729584756286,0.0200144807755645,0.0474587779855989,-0.0479372699349632,0.0632772790784245,-0.000520216373472414,-0.00227439298844564,-0.0324599606545468,0.00844515970966283,0.0389896937736099,-0.0420618336802153,0.0522423454721163,-0.0158769678691003,-0.0113300931672692,-0.0189027743197101,-0.0268163666708838,0.0274493233604049,-0.037224982795887,-0.0221811004630837,-0.0202814443474809,-0.0139509125090484,-0.0288283397131628,0.00397953562721443,-0.0217805977436543,-0.0130641537861924,-0.0541591811852614,0.0332378007186227,-0.00893205820546662,-0.00626642318595449,-0.0463619283403816,0.0122194618722474,0.00450535854674407,-0.0185876700232637,-0.00846841858032034,-0.0199455278172209
"146",-0.0418399394890061,-0.044641636506989,0.128520555099304,0.063186803319791,-0.0332158755588373,-0.0326287236051719,0.0118237214092792,-0.0394933828740919,-0.0159982677581387,-0.0507829804784829,259,-0.0418399394890042,-0.0446416365069889,0.128520555099293,0.0631868033197903,-0.0332158755588371,-0.0326287236051722,0.0118237214092792,-0.0394933828740933,-0.0159982677581372,-0.0507829804784794,-0.00935658746033708,0.207777975386033,0.030106488015485,-0.0163677660418306,-0.0156747391249747,-0.0259519569799466,-0.00948548235226443,-0.030984280833921,0.00446473228451974,0.0315413244653043,-0.121816948499352,-0.0764350858862667,0.0164186020194237,0.0182455121287983,-0.00755704399648765,0.025770455887676,0.00119610718446963,0.0322348318518091,-0.12595003422405,-0.073403315518476,0.0293601577712598,0.0239681569142894,0.00757173602070085,0.0224021267067543,0.00796556408294059,0.0386621576638027,0.143001439415583,-0.105263170092744,-0.105352457542567,0.0525867826559585,-0.131817952999373,-0.0675975856950348,-0.154391771348546,-0.0571461494016844,-0.0540810013843173,0.0236872633001199,-0.0665374907005038,-0.0426131363604967,-0.0831089179547228,-0.0132790792643241,-0.0112502490883451,0.00147703587149347,-0.0133050500754149,0.0210483324675078,0.00127073655600955,-0.00320824911087846,-0.00436549579181721,0.0214263868924779,0.0226102406500599,0.0161004933689709,0.000422378296374175,-0.0148989200603203,0.0208725199880692,-0.00473303867997979
"147",-0.0309423241359475,0.0506801187398187,0.0595405823709267,0.00121513083253827,0.0121905687618,0.0315667110616823,-0.0434008456520269,0.0343088588777263,0.0148227108412663,0.00720651632920303,178,-0.030942324135946,0.0506801187398183,0.0595405823709219,0.00121513083253812,0.0121905687618,0.0315667110616824,-0.0434008456520249,0.0343088588777268,0.0148227108412657,0.00720651632920293,-0.0238550135822017,0.0186953454287161,-0.0393437631236063,-0.0298483889804742,-0.016566906292978,-0.00463142483760742,-0.0146503349268825,-0.0315437711661028,-0.0311859138276027,-0.0419464566187166,-0.0475215063552268,-0.0178918930540983,-0.0197827302363601,-0.0309166703777851,0.0352234628565707,-0.0329431297362247,-0.022579082798465,-0.0202433000049934,0.0597853268779206,-0.0105479604975431,0.0112587302347471,0.0269952215420259,-0.030804298141063,0.0218646435649851,0.00875207361204949,-0.00227439298844564,-0.0162718587991814,0.0034998866333713,0.028375697926722,-0.0392635417892756,0.024262421097974,-0.00279729529946594,-0.00938702185964075,-0.0115217270452854,-0.00831327331038839,0.00723448131414441,-0.0116985016834789,-0.0195505744199074,-0.0177619500157332,-0.0231025177630714,-0.0142621061722071,-0.0140331587222177,-0.0206544094014267,-0.0143824914184246,-0.0200446712709846,-0.00643882813113069,-0.00555673931591003,-0.00921738972223409,0.00341386106299202,0.00583920009261657,0.00689214061632548,-0.0172965318980394,-0.0136965812790923,-0.0187155057247407
"148",-0.0563700932930843,-0.044641636506989,0.0929527566612346,-0.0194420933298793,0.0149424744782022,0.0234248510551544,-0.0286742944356786,0.0254525898675081,0.0260560896336847,0.0403433716478807,128,-0.0563700932930819,-0.0446416365069889,0.0929527566612267,-0.0194420933298793,0.0149424744782022,0.0234248510551545,-0.0286742944356772,0.0254525898675084,0.0260560896336834,0.0403433716478785,0.0167283556526231,0.0929605137167317,-0.0327918526382835,-0.028794045340941,-0.0224260228055956,-0.0176085858067559,-0.0217944987335756,-0.0244527129864827,-0.0089565585744041,0.0454145307438197,-0.118926300550541,0.00757178348463263,-0.0293117743993012,-0.038131960135376,0.0415894524781884,-0.0410161288450065,-0.0438697030426669,-0.0660923268588742,-0.0922646963324383,0.00703599508163326,-0.0156294966033656,-0.0289258896084666,0.0490736262065633,-0.0417997940177401,-0.031911769802158,-0.0489024509178487,-0.0534667628627495,0.0179394176908989,0.0349356217746582,-0.0410819492621372,0.0313471527668881,0.0311486887542133,0.0598440529460038,-0.0181124766300421,-0.0190745988154614,0.0197868726908667,-0.0232955229751242,-0.0313093896373393,-0.0338696768465355,-0.0235914712511359,-0.0120395118512538,-0.0146913597256545,-0.0162819773858322,-0.00297118488264449,-0.00492094781226095,-0.014087769546061,-0.00241989612979337,0.00616457603384492,0.0176729566437922,0.00349344529519624,-0.0120903810189943,-0.0142888123574134,0.00163029776916821,-1.9839048629171e-06
"149",-0.0600026317441039,0.0506801187398187,0.0153502873418098,-0.0194420933298793,0.0369577202094203,0.0481635795365275,0.0191869970174533,-0.00259226199818282,-0.0307512098645563,-0.00107769750046639,96,-0.0600026317441013,0.0506801187398183,0.0153502873418091,-0.0194420933298793,0.0369577202094202,0.0481635795365277,0.0191869970174531,-0.00259226199818327,-0.030751209864554,-0.00107769750046597,0.0244556107672574,-0.0295422146589556,-0.0327918526382835,-0.0126600231671943,0.00074966663869118,-0.0231602101702772,-0.0304484628906324,-0.0203340774377603,-0.0319022125236803,-0.0734460071061672,-0.0281589868784366,0.00915825786538438,-0.0574879045942989,-0.0710787372487911,-0.0228421108616926,-0.00661201398300107,0.0259781727521031,-0.0138135551387531,0.0122727766531095,-0.0333779580712457,0.0375259818571993,0.044775032878245,0.0420108319830131,-0.0195479919484543,-0.040308093434134,-0.0113115835974435,-0.0236095611761405,4.8000397480611e-05,0.00326874422255407,0.0251669983885498,-0.0213999844640885,-0.0326673824671363,-0.0186768314631582,-0.0273517414230402,-0.0295566806901723,0.000645935832524823,-0.011510256504415,-0.00655311006765969,-0.0175142598056542,-0.00349430328745532,0.0130892980269259,-0.0229558599348185,-0.0482578844090651,-0.0172117456954865,0.029639347785471,-0.0254179381418184,-0.048473100498688,-0.0152066395474927,0.03044639301499,0.00704334569091766,0.0134612228663502,-0.0256370439062081,-0.0185025477443224,-0.0201755312709731
"150",-0.0491050163910452,0.0506801187398187,-0.00512814206192736,-0.0469850588797694,-0.0208322998350272,-0.0204159335953801,-0.0691723102806364,0.0712099797536354,0.061237907519701,-0.0383566597339788,126,-0.0491050163910431,0.0506801187398183,-0.00512814206192608,-0.0469850588797691,-0.020832299835027,-0.0204159335953804,-0.0691723102806335,0.0712099797536368,0.0612379075196974,-0.038356659733976,0.0027210686270277,-0.0325933976285602,-0.00095442094802298,-0.0258187543636626,-0.0241522622652405,0.0308390568879875,0.0379089015389853,0.0229720487506799,-0.0111624080757801,-0.0616336756733732,-0.00350833350675561,0.0347808360844305,0.00890402513089949,0.0106325168985314,0.0830361832484215,-0.0856247156034319,-0.0762925465132705,0.0268422162462418,-0.0097452344266811,-0.0638179548361825,-0.0237642719285225,-0.0286924894355662,-0.0607869987803884,0.0632772790784245,0.058717871315176,-0.0519789413379339,-0.0129354520796569,-0.00997917165488394,-0.0107059459117136,0.0265144022571929,-0.0285343561522719,-0.0291832578670132,-0.0142314346874039,0.0092869776956411,0.011756066902711,0.0751733631823544,-0.0849171783736464,-0.0844481562093575,0.0186616161550014,-0.0225334032489578,0.0292570957180533,-0.0470425073186933,-0.0511756693337715,0.00137698635431078,0.0402101710829693,-0.0462998003493348,-0.0433896328872797,0.00269288585169656,-0.0611339472581672,-0.0753332936177403,0.0735967247465861,0.057625784544406,-0.0722564226285594,-0.0673773730835174
"151",0.0235457526293458,-0.044641636506989,0.0703187031097357,0.0253152256886921,-0.0345918284170385,-0.014466112821379,-0.0323559322397657,-0.00259226199818282,-0.0191970476139445,-0.0093619113301358,288,0.0235457526293453,-0.0446416365069889,0.0703187031097299,0.0253152256886917,-0.0345918284170382,-0.0144661128213792,-0.0323559322397641,-0.00259226199818327,-0.0191970476139429,-0.00936191133013488,-0.0312221000262393,0.0390960708535036,-0.0282176484672458,-0.0150503203582423,-0.0268681904769471,-0.0148614559552319,-0.0304484628906324,-0.0292457927635793,-0.0306820951728691,-0.0308881037880151,0.0259976105524354,-0.00365748049229,-0.0287418388622031,-0.0175628913283561,-0.0137761668035985,-0.0112974094868536,-0.0224391275121879,-0.0201862312635773,-0.0708285722195941,-0.0365352981600926,0.0306455764676776,0.00682930385105002,0.052846525314369,-0.0140762373412539,0.0109987530375696,-0.00113993714603886,0.017524004079742,-0.0652732075983327,-0.0354112177489958,-0.0323499965645393,-0.0245242870281622,-0.0520253045228143,-0.032055765990186,-0.0307442839632822,-0.0171302859620527,-0.00852959740021653,-0.0140180177702128,-0.030847476821934,-0.0227531043263232,-0.0214779657231087,0.0221493003471951,-0.0197364375169179,-0.0105248922114324,-0.00915314262234403,0.0197626938310825,-0.0228669134775762,-0.0097448454598634,-0.0111907609148953,0.0329558783789466,0.034408392854057,0.0207387355551039,-0.026219575843321,-0.0180803515107806,-0.0172709099226488
"152",0.00175052192322852,-0.044641636506989,-0.00405032998804645,-0.00567061055493425,-0.00844872411121698,-0.0238605666750649,0.052321737254237,-0.0394933828740919,-0.0089440189577978,-0.0135040182449705,88,0.00175052192322882,-0.0446416365069889,-0.00405032998804527,-0.00567061055493434,-0.00844872411121685,-0.0238605666750653,0.0523217372542356,-0.0394933828740933,-0.00894401895779684,-0.0135040182449693,-0.0413002742816813,-0.0327375902347474,-0.0388099037506294,-0.0309389015906613,-0.0221564085780404,0.0058089433684156,-0.00948548235226443,-0.0337012802278781,-0.0293458804798801,-0.0100782943702419,-0.00894987075772593,-0.0172702696793657,-0.0123575822573154,-0.0112894474388488,0.00609206039057478,-0.0114725828537273,-0.0132421301302665,-0.0157873726752063,-0.000395592991677726,-0.00637055668505161,0.00622262123573813,0.0156942278492773,-0.0339301541651616,0.0224021267067543,0.0012764918401094,0.00284027233494529,-0.0172490893691623,-0.0115603059314558,-0.0108832670548258,0.0138315652310234,-0.0170201800613295,-0.0214596199471684,-0.01719173372446,-0.0108073127401553,-0.0062004733660291,0.00221623828270411,-0.00775902089816098,-0.0188174587776277,-0.0163845827631414,-0.0256775691338697,-0.0123396468971007,-0.0155012001908042,-0.0228575819483048,-0.0138010399486384,-0.0174112791277295,-0.00864936699940636,-0.0111606568972477,-0.00718674050123475,-0.00742940178292433,0.00980110209069941,-0.00196401580473119,-0.0203174002987941,-0.00807239715352719,-0.0184388744353248
"153",-0.034574862586967,0.0506801187398187,-0.000816893766403737,0.0700725447072635,0.0397096259258226,0.0669524872438994,-0.0654906724765493,0.108111100629544,0.0267142576335128,0.0734802269665584,292,-0.0345748625869654,0.0506801187398183,-0.00081689376640286,0.0700725447072627,0.0397096259258225,0.0669524872438998,-0.0654906724765466,0.108111100629547,0.0267142576335115,0.0734802269665542,-0.0195046126094712,-0.032966980597619,0.0460737365304821,-0.00968086126329082,0.0290538039579534,0.0247775244313764,0.127229246506971,-0.0239163865352775,0.0442554534290159,-0.045883900429648,-0.00820724213224665,-0.0714709973794151,-0.0401836422911122,-0.0590068107769872,0.0566741183423036,-0.0908418639681511,-0.0323797346195242,-0.0720472597965308,-0.00510986367304096,0.0655520314147989,0.0404445653708051,0.0649031211833988,-0.0565037558319133,0.104689914591864,0.0215532823522618,0.0700231318835373,-0.0188363829550795,-0.0130118282581813,-0.0142157291863799,0.0197722589413296,-0.0224639105527376,-0.0227396554917913,-0.0195833032858014,0.0482225573112849,0.0930957017804094,-0.086078765658882,0.151142896898172,0.0220050918222882,0.0866322655769614,0.00885418013104268,-0.0600218775738509,0.0532245754399413,-0.00221043206142581,0.0483274067549159,-0.0853348045666077,0.0902784246559716,0.023524364612856,0.0913680494292064,-0.101599470913389,-0.0191547094105228,-0.0943009012635204,0.0289840263647324,0.137622356066959,0.0180657150321529
"154",0.0417084448844436,0.0506801187398187,-0.0439293767216398,0.063186803319791,-0.00432086553661359,0.0162224364339952,-0.0139477432193303,-0.00259226199818282,-0.0345237153303495,0.0113486232440377,71,0.0417084448844424,0.0506801187398183,-0.0439293767216349,0.0631868033197903,-0.00432086553661348,0.0162224364339952,-0.0139477432193294,-0.00259226199818327,-0.0345237153303469,0.0113486232440374,-0.00955740877970156,-0.00484865622424859,0.030106488015485,-0.0316832082008091,-0.02616285887009,-0.0252827026077652,-0.0304484628906324,-0.0165314939165074,-0.0301016084619806,0.0368024195999099,-0.0473092735567701,0.0421538740705789,-0.0157468452541467,0.00379091847483982,-0.0095832425189318,-0.0123159737268216,-0.043261552981231,-0.00467875192937979,-0.0514635712094421,0.0579420322235647,-0.00625277084688767,0.0105572827594836,0.00346164544673757,-0.0195479919484543,-0.04436918244004,0.00224420231605329,-0.0726339060909091,-0.00817220280279,-0.0287039200298543,0.0322888180312798,-0.0180306385616561,0.0111841779996911,-0.0287248768467768,-0.0177349105204969,0.013190081024336,-0.00980937620075023,-0.0161399696105032,-0.0688512920319797,-0.00337625988335001,-0.0294958630800951,-0.00124351121013138,-0.0210985008475682,-0.0213150557449873,-0.0174157537296028,0.0047255967862951,-0.0241169155630548,-0.0281922446249135,-0.0101473949192983,0.032059633606105,0.0312540274556601,0.0103663983265174,-0.0254468436243451,-0.0191358420946353,-0.028596030734013
"155",0.0671362140415805,0.0506801187398187,0.0207393477112143,-0.00567061055493425,0.0204462859110067,0.0262431872112602,-0.0029028298070691,-0.00259226199818282,0.00864028293306308,0.00306440941436832,197,0.0671362140415784,0.0506801187398183,0.0207393477112131,-0.00567061055493434,0.0204462859110067,0.0262431872112603,-0.00290282980706855,-0.00259226199818327,0.00864028293306291,0.00306440941436848,0.0410342838168734,-0.026707397215319,-0.0388099037506294,-0.0260437519737512,-0.0205942051261151,-0.0275581674731809,-0.0304484628906324,-0.0337837555341933,-0.0317861151815026,0.0643645262764291,0.0204628025716173,-0.0255992601788795,0.0160689952204472,0.026572772665626,-0.000577172222147467,-0.0137419636627767,-0.000685872558276211,-0.0106603169463637,0.0180669900951596,-0.0181579596887773,0.0200144807755645,0.0212922631888989,0.0163113742921628,-0.0195479919484543,0.0020967114832282,-0.00679298829294457,-0.020030923554273,-0.00307174608417933,-0.00102648654881423,0.017227352521771,-0.0217062886370369,-0.0183070452630994,-0.0170070703589652,-0.0143442187939657,-0.0123924204654361,0.00865789972585395,-0.0122818753554297,-0.0210525392475214,-0.0182927147513741,-0.020969680974105,-0.00388586420338713,-0.0222129162999184,-0.0207389802584951,-0.0149407991196343,0.00797602206905203,-0.0245250795093336,-0.0108669307876226,-0.0123700088887563,0.0315218867424,0.0198076749154533,0.0137262053360389,-0.0276230643642428,-0.0187136458610934,-0.020307567145552
"156",-0.0273097856849279,0.0506801187398187,0.0606183944448076,0.0494153205448459,0.0851160702464598,0.0863676918748504,-0.0029028298070691,0.0343088588777263,0.0378144788263439,0.0486275854775501,186,-0.0273097856849265,0.0506801187398183,0.0606183944448027,0.0494153205448453,0.0851160702464595,0.086367691874851,-0.00290282980706855,0.0343088588777268,0.0378144788263419,0.0486275854775474,-0.0277230068203746,0.0205830273794275,0.00312232335188289,0.0703526031420579,0.0680079544004278,-0.0275581674731809,-0.0146503349268825,-0.0128555672792118,0.00144182035611765,-0.0380090128077853,-0.0435944549072831,-0.0473624343746053,-0.0596789128765491,-0.0599264793583041,0.0058053707334803,-0.0302469688704283,-0.0346784668929422,-0.0449434122065342,0.0609441695663306,0.0427220338410963,0.0886011933453009,0.085702145765391,0.0163113742921628,0.0218646435649851,0.0335026318384539,0.0429115600565437,0.0415748080753357,0.100047126679377,0.102275013663485,0.0146363303483018,0.0250732146559332,0.0282879639339719,0.043118647646096,0.0789497756779488,0.0838630132150282,0.00536864109915466,0.0240450952210583,0.0219306422864076,0.0308626524237761,0.0748045167756051,-0.0080326900013209,0.0293956453529297,0.0430092225721553,0.0753859009270052,0.00419620686897782,0.0231038655097448,0.0560555585524337,0.0759372039059464,0.029510026495473,0.0178942363407517,0.0107516510240291,-0.00195456550625226,0.0142424754317071,0.0156057151146123
"157",-0.0164121703318693,-0.044641636506989,-0.0105172024313319,0.00121513083253827,-0.0373437341334407,-0.0357602082230672,0.0118237214092792,-0.0394933828740919,-0.02139368094036,-0.0342145528191441,25,-0.0164121703318683,-0.0446416365069889,-0.0105172024313301,0.00121513083253812,-0.0373437341334404,-0.0357602082230676,0.0118237214092792,-0.0394933828740933,-0.0213936809403582,-0.0342145528191416,-0.0364325401275471,-0.0313644659583997,-0.0393437631236063,-0.0122550274690348,-0.0128722202242374,-0.0259519569799466,-0.00948548235226443,-0.0278689418532572,-0.0154032468391023,0.00726321347790234,-0.00517305779079488,-0.0174952744590994,0.000502341262071495,0.00190771296420508,-0.000557801299370007,0.00404534995519075,-0.0055116452531466,-0.00270721714258277,0.00572901389770632,-0.013073832568394,0.0332164138605134,0.0269231315803652,0.00757173602070085,0.0224021267067543,0.013081673477049,0.022741319739866,-0.0179565099352096,-0.00375312209560596,-0.0047296155315124,0.0157915350072865,-0.0114202886984981,-0.0172969378236346,-0.0108304282113727,-0.0128209986561815,-0.0100962223625946,0.00861483733692459,-0.0136368678783953,-0.0205370047812373,-0.0187841635803011,-0.0097426846980314,-0.0123283807566193,0.00430674188187641,-0.00769874678727088,0.011983118324068,0.000468870272457372,-0.00126499272211851,0.000986175646891202,0.0121343242788898,0.0226102406500599,0.0146591317498044,0.0048281483194832,-0.0107546177350529,0.00800811236958192,-0.00632751267044586
"158",-0.00188201652779104,0.0506801187398187,-0.0331512559828308,-0.0182944697767768,0.0314539087766158,0.0428400556861055,-0.0139477432193303,0.0199174217361217,0.0102256424049578,0.0279170509033766,84,-0.0018820165277906,0.0506801187398183,-0.0331512559828269,-0.0182944697767767,0.0314539087766157,0.0428400556861057,-0.0139477432193294,0.0199174217361219,0.0102256424049576,0.0279170509033752,-0.0412915429199698,-0.0169579237098375,-0.0335454571497385,-0.0179767408868779,-0.00559005795679185,-0.0252827026077652,-0.0251843386890718,-0.0333218976470772,-0.0209233468822702,-0.010446906131266,-0.00748956016904303,-0.0162738502060172,-0.0132673939866585,-0.012105144793899,0.00457091465471002,-0.010787897738861,-0.0133177570889218,-0.0164333908280395,-0.0398751443253418,-0.03210962488539,0.0316888148299877,0.0390720745251181,0.00346164544673757,0.00571371571474374,0.0038033454377975,0.020318583534049,-0.00570169743218571,-0.0350115206022726,-0.044284572555375,0.0289240759866301,-0.0350050194747213,-0.0297335663354995,-0.0376253562760639,-0.0242627324285475,-0.0262295811727567,0.0135680935239028,-0.020475427964577,-0.0241475319970152,-0.0283123734907322,-0.00957308747679372,-0.0122658473476582,-0.0104186561867128,-0.017700845626252,0.00312848390211766,-0.00331467322453253,-0.0100489285542299,-0.00621374617399797,0.0115437094858676,0.0261629202921249,0.0171518944572829,0.00516917261063396,-0.0232262489899673,-0.00762579376252292,-0.015175406912381
"159",-0.0127796318808497,-0.044641636506989,-0.0654856181992578,-0.0699375301828207,0.00118294589619092,0.0168487333575743,-0.0029028298070691,-0.00702039650329191,-0.0307512098645563,-0.0507829804784829,96,-0.0127796318808489,-0.0446416365069889,-0.0654856181992509,-0.0699375301828202,0.00118294589619101,0.0168487333575743,-0.00290282980706855,-0.00702039650329248,-0.030751209864554,-0.0507829804784794,-0.0383709024274893,0.0295292515314219,0.0457447929070956,-0.0319270765781954,-0.0258918133194938,-0.0275581674731809,-0.02987389175494,-0.0203340774377603,0.00446473228451974,0.00379491190827349,0.00878813696525941,0.00303016158236696,-0.0123643010095821,-0.0149326813253366,0.0048234410479991,-0.00803603567887875,-0.00462910041365328,-0.000752422519935252,0.0577881724574706,0.0561933515706499,-0.00277530963918695,-0.0227204428097075,0.0226633324519236,-0.00969883365549289,0.0219547921832262,0.0386621576638027,0.0729294774544834,-0.0139923200095594,-0.0373074130918096,0.0228295626265692,-0.0104473166992107,0.0221469664779824,0.0509951613440245,-0.0136273367367962,-0.0348297941594077,0.0124953681243551,-0.00198716278611999,0.0282527645631059,0.0541918375763167,-0.0282306313666047,-0.00265063949761962,-0.0214370725845677,-0.0252034845152043,-0.0176603347901122,0.00856661819406363,-0.0253147387189279,-0.0272687391011506,-0.0324358453080763,0.0317633099720312,0.0223912320462054,0.0172415877047777,-0.0229886328235729,-0.0115483435033343,0.0101129794311673
"160",-0.00551455497881059,-0.044641636506989,0.0433734012627132,0.0872868981759448,0.0135665216200011,0.00714113104209875,-0.0139477432193303,-0.00259226199818282,0.0423448954496075,-0.0176461251598052,195,-0.00551455497881003,-0.0446416365069889,0.0433734012627099,0.0872868981759439,0.0135665216200011,0.00714113104209868,-0.0139477432193294,-0.00259226199818327,0.0423448954496051,-0.0176461251598038,-0.0408004038237007,-0.00555613471815715,0.0932110925189636,-0.0293479507477127,-0.0289393729828426,-0.0252827026077652,-0.0304484628906324,-0.00724773569974409,-0.027525561775169,-0.00314169123098422,-0.0138278740780553,-0.0278601132918431,-0.0135873456032162,-0.0112393121839902,0.0057504277525135,-0.00966770670290491,-0.0178338933746319,-0.0130838361651765,-0.0453093768471607,-0.0968647811101745,-0.0143440779069478,-0.0135600213448727,0.0339820297753406,-0.0140762373412539,-0.0473573547164428,0.00682048181592944,0.0572173089119732,0.00050777942813874,-0.00619092805944619,0.00503440746961707,-0.0229927661634202,0.0182413016330569,-0.0342875185681608,0.013720140554773,0.00443526426943062,-0.0167238390760822,-0.0174903025997789,0.0628949008110264,-0.0492218830093583,-0.0271491836360121,-0.00675467927889479,-0.0219033564520433,-0.0124023264577671,-0.0216339198467776,0.00746874773116569,-0.0237470169867397,-0.00920131415342134,-0.0167952634350337,0.032059633606105,0.00702996196110315,0.0194615433293135,-0.0293223665544872,-0.0176581552772387,-0.0356391200311333
"161",-0.00914709342983014,-0.044641636506989,-0.0622521819776151,-0.0745280244296595,-0.0235842055514294,-0.0132135189742209,0.00446044580110504,-0.0394933828740919,-0.0358167281015492,-0.0466408735636482,53,-0.00914709342982945,-0.0446416365069889,-0.0622521819776084,-0.0745280244296589,-0.0235842055514292,-0.0132135189742211,0.00446044580110534,-0.0394933828740933,-0.0358167281015465,-0.0466408735636449,-0.0398268569928738,0.0235090186813894,0.057284783362996,-0.0240928049546608,-0.027321905364423,-0.0274179427475811,-0.00948548235226443,-0.0151270305437726,-0.00122841851396909,0.000326610338644633,0.00316694651208708,-0.00173349894124747,-0.00763476277612019,-0.0078754148656573,0.00300997047750335,-0.00216182316837645,-0.00600690797932638,-0.00572272943902169,0.0547258690127786,0.0606622021483728,0.0203622268963347,0.00564731398461972,0.0151175342363122,0.0224021267067543,0.026758084269123,0.0346819481828185,0.0741095085514302,0.0196645571270817,0.00510183338262627,0.0123598799079425,0.033378842204153,0.026907936516017,0.0421965941939847,0.0260997744459222,0.0123125341264437,0.00148122819556806,0.0510194489041819,0.0398791041425137,0.0526567698432796,-0.0241310751089327,-0.00489855098819286,-0.00512561148606673,-0.0067391755048071,0.00804524895965002,0.00834941665406689,-0.0152564387211902,-0.00543869605848749,-0.00088269742633262,0.0280719938196934,0.0167647693872274,0.00924749723928233,0.000323953241590644,0.0176564180834474,0.0122706383805875
"162",-0.0454724779400257,0.0506801187398187,0.0638518306664503,0.0700725447072635,0.133274420283499,0.131461070372543,-0.0397192078479398,0.108111100629544,0.0757375884575476,0.0859065477110625,217,-0.0454724779400237,0.0506801187398183,0.0638518306664451,0.0700725447072627,0.133274420283499,0.131461070372544,-0.039719207847938,0.108111100629547,0.0757375884575432,0.0859065477110575,-0.00355896328393352,0.0264492606872514,0.0460737365304821,0.218862517613912,0.196548590740865,-0.0083728754706576,0.127229246506971,0.0536413462857789,0.0721976741237148,-0.0576962318624419,-0.0698245671053768,-0.0886247516206791,-0.136218243654329,-0.135900812478191,0.0460070794670653,-0.11632958884828,-0.0855008229329206,-0.102576753704612,0.0644206976315607,0.0655520314147989,0.139676404833402,0.13400955769776,-0.0265210551925879,0.104689914591864,0.0743267273870267,0.0835789177970341,0.0708388929407253,0.172999585266829,0.171827283626982,-0.0381899188125924,0.130830230030681,0.0843796988987928,0.0960187008275142,0.189746920619796,0.191608474416899,-0.0489318513405778,0.151142896898172,0.0990047709497809,0.104316560251781,0.217721864687857,-0.119508618343543,0.228804528421578,0.187089339008844,0.237370280094316,-0.103456615394131,0.199861447864659,0.203380901798744,0.227999045643758,-0.0492700333601502,-0.0475938906746046,-0.0628122157769399,0.132064282600458,0.164034095807304,0.108096845950367
"163",-0.0527375548420648,-0.044641636506989,0.0304396563761424,-0.0745280244296595,-0.0235842055514294,-0.0113346282034837,-0.0029028298070691,-0.00259226199818282,-0.0307512098645563,-0.00107769750046639,172,-0.0527375548420625,-0.0446416365069889,0.0304396563761403,-0.0745280244296589,-0.0235842055514292,-0.0113346282034839,-0.00290282980706855,-0.00259226199818327,-0.030751209864554,-0.00107769750046597,0.00948350827254659,-0.0194712575320298,0.057284783362996,-0.0240928049546608,-0.0279254823872347,-0.0275581674731809,-0.0304484628906324,-0.0203340774377603,-0.0319022125236803,0.0419462291741909,-0.0425401791724903,0.0712443225718209,0.0134278305363357,0.00213564468861149,0.00752374768307239,-0.00701943967898825,0.0212693614958329,-0.0139885659457632,-0.0330601630683926,0.0606622021483728,0.0203622268963347,0.00387432918497426,0.0226633324519236,-0.0140762373412539,0.0219547921832262,-0.00910035610800716,-0.0625977713904421,-0.0279379520924728,-0.0206088495883256,0.0165971038849812,-0.0222576361483441,-0.0428993942702251,-0.0190158371854472,0.0260997744459222,0.00926078877057846,0.0127694730092281,-0.00842378110035627,0.0314169349754551,-0.0163085720110073,-0.0247538403798414,-0.00106249344734711,-0.020231733273518,-0.00924274612714685,-0.0157659744733155,0.0103384065690984,-0.0229944647107883,-0.00818481384336704,-0.0138320926840393,0.0315218867424,0.0223912320462054,0.0139966193644034,-0.0256370439062081,-0.0185025477443224,-0.0201755312709731
"164",0.0162806757273067,0.0506801187398187,0.0724743272574975,0.076958286094736,-0.00844872411121698,0.00557538873315109,-0.00658446761115617,-0.00259226199818282,-0.0236445575721341,0.0610539062220542,131,0.0162806757273065,0.0506801187398183,0.0724743272574915,0.0769582860947352,-0.00844872411121685,0.00557538873315101,-0.00658446761115549,-0.00259226199818327,-0.0236445575721322,0.0610539062220508,-0.0365111223829506,0.0435825908498408,0.0636910958342767,-0.0309389015906613,-0.0291999289388213,-0.0271311194452177,-0.0304484628906324,-0.0263035048680942,0.0206701688398168,0.00924031292339059,0.0159980947009158,0.0110981295831669,-0.0148727124161506,-0.00850715689442007,0.00146417083992201,-0.0108899837908664,-0.0210257129607449,0.00695946673679056,0.073691439138841,0.0731620306060331,-0.0106306461172964,-0.000848633946770198,0.0120281313436877,-0.0195479919484543,-0.0326578069719285,0.0564673459700405,0.0926712406610254,-0.0256389108152272,-0.00411359459950482,0.00789388562228229,-0.0246468086973416,-0.0600455058391655,0.0739117376081908,-0.0258766424561974,0.000201770287403161,-0.00210415809072901,-0.0169115884615178,-0.0607415867121172,0.0774860752305356,-0.029172759754539,-0.00134591916124488,-0.0209127649388431,-0.02025479219674,-0.0277593039299579,0.00883079062626041,-0.0236832413701337,-0.0187626941257037,-0.00679689762192961,0.0317011356969683,0.0238919580040502,0.00488517968557933,-0.0259953435246918,-0.0216690194958866,-0.0494382836161391
"165",0.0453409833354632,-0.044641636506989,-0.019139699022379,0.0218723549949558,0.0273260502020124,-0.0135266674360104,0.100183028707369,-0.0394933828740919,0.0177634778671173,-0.0135040182449705,214,0.0453409833354619,-0.0446416365069889,-0.0191396990223765,0.0218723549949555,0.0273260502020123,-0.0135266674360106,0.100183028707366,-0.0394933828740933,0.0177634778671165,-0.0135040182449693,-0.00377724732672101,-0.027637217336831,-0.0310446765097524,-0.0214028738495325,-0.0272123264079741,0.0950492335103827,-0.00948548235226443,-0.0300639927459376,-0.0293458804798801,-0.0516979132057882,-0.0270399242893801,0.00523020831570828,0.0133298294256878,-0.0232873865921946,0.109708182918964,-0.0487156215951305,0.00406357020866368,-0.028945141696156,0.013895156416885,-0.0331836602184214,-0.0271982648711265,0.0059428114512273,-0.0829778425666355,0.0224021267067543,-0.0240484407988428,0.00284027233494529,-0.0259880094671103,-0.0236942931956523,-0.00731041122714681,-0.0243426338826498,-0.00395376688138963,-0.029755501121562,-0.0129438446303877,0.00106010830330245,-0.015597050778363,0.0533932327975688,-0.0312704088190981,-0.0112454334778424,-0.0239384789026445,-0.0337055499834508,0.0578985362951808,-0.0400253189474563,-0.0142688469557574,-0.0245060329545363,-0.0197224277898621,-0.0150621130823142,-0.0211508051234771,-0.0101782199977005,-0.0429307973855421,0.0605827087531396,-0.0164996427583956,-0.0408318516402198,-0.00807239715352719,-0.0255856371520147
"166",-0.0418399394890061,-0.044641636506989,-0.0665634302731387,-0.0469850588797694,-0.0373437341334407,-0.043275771306016,0.0486400994501499,-0.0394933828740919,-0.0561575730950062,-0.0135040182449705,59,-0.0418399394890042,-0.0446416365069889,-0.0665634302731317,-0.0469850588797691,-0.0373437341334404,-0.0432757713060164,0.0486400994501487,-0.0394933828740933,-0.0561575730950022,-0.0135040182449693,-0.00935658746033708,0.0316037249666627,-0.00095442094802298,-0.0122550274690348,-0.00509903866819784,0.00126438748874826,-0.00948548235226443,0.0137623339572415,-0.0293458804798801,0.0315413244653043,0.049732498015688,0.0271128765775897,0.0199570676527959,0.0275969257112716,-0.0434179050351105,0.025770455887676,0.0366110136963035,-0.00262960365425653,0.058808940272368,0.033849098615003,0.0332164138605134,0.034015070778947,-0.0301572550573559,0.0224021267067543,0.0460459468739819,0.00284027233494529,0.044187180312882,0.0418223555926327,0.05041980742824,-0.0538912780838915,0.0371121031127072,0.0601689887441142,0.000406663950982376,0.0260331451326749,0.0351638383461693,-0.0386906714602695,0.0275080609832447,0.0391891016110449,-0.00505373855388669,-0.00579828544258218,-0.0426988574329562,0.00430674188187641,0.0195070123384174,-0.00515469944387469,-0.0359607143135821,0.0033988226109054,0.0376539267828997,-0.00156638508363236,-0.00469852519810758,-0.0413415056652316,-0.000845890654449305,0.0159480784674516,-0.00807239715352719,-0.0058048162664797
"167",-0.0563700932930843,0.0506801187398187,-0.0600965578298533,-0.0366564467985606,-0.0882539898868825,-0.0708328359434948,-0.0139477432193303,-0.0394933828740919,-0.0781409106690696,-0.104630370371334,70,-0.0563700932930819,0.0506801187398183,-0.0600965578298469,-0.0366564467985604,-0.088253989886882,-0.0708328359434955,-0.0139477432193294,-0.0394933828740933,-0.0781409106690642,-0.104630370371327,0.0167283556526231,0.0196648529944427,-0.0159874155608658,0.0780344570297264,0.0360503896974809,-0.0252827026077652,-0.00948548235226443,0.0593520870135241,0.122529157731595,-0.0695085632952359,0.0623983280246674,0.0293699160512818,0.0898707819712564,0.0734059618862859,0.0222636111217623,0.0381848021348104,0.0799280693123551,0.116577105249282,-0.0688462115355925,-0.0524029560493312,-0.0952695680118646,-0.0827028597210622,0.00346164544673757,-0.0609606274618937,-0.091322941437787,-0.124276466209917,0.0258907724488463,0.10318630764732,0.0807246474065557,0.0373359310982544,0.0315122117498758,0.0812929174253322,0.11275105469192,0.0579906922807152,0.0474371886396561,0.0188362557113393,0.0186912905128933,0.0442504305642902,0.0599544573270618,0.0593450840860483,0.0246165851125277,0.039206449343266,0.120078702308376,0.188286347101628,0.031022009292296,0.020499478831993,0.106018255507562,0.144779449131045,0.0417263767437772,0.0449993753402292,0.0467469783377017,0.0328338282605415,0.0626818447481529,0.141180584968091
"168",0.0707687524926,-0.044641636506989,0.0692408910358548,0.0379390850138207,0.0218222387692079,0.00150445872988718,-0.0360375700438527,0.0391060045915944,0.0776327891955595,0.106617082285236,220,0.0707687524925978,-0.0446416365069889,0.0692408910358491,0.0379390850138202,0.0218222387692079,0.00150445872988706,-0.036037570043851,0.0391060045915951,0.0776327891955549,0.10661708228523,0.0501912994117577,0.0369036077192574,-0.0143224751949303,-0.0252225106969281,-0.0295770927215973,-0.0117828858431991,-0.00989647487211444,0.0581298253636966,0.128450122182657,-0.0759760241931902,0.0941857746672719,0.0432653385423524,0.0195856828292311,-0.00817763104634718,-0.0554127326170435,0.049893731138265,0.102884408051791,0.153394813544888,-0.0698078044046968,-0.048824637391275,-0.022056590085455,-0.00824106694593634,0.0566194244221747,-0.0552967887155031,-0.080818503769283,-0.112585802613595,0.0342816311513748,0.0205970471585895,-0.0107175229452383,-0.0372751389882708,0.0388424997303201,0.0962735485043624,0.135564455301475,0.00602985311823762,-0.00790529657205638,-0.0198047662766666,0.0194685216099758,0.0460648969108526,0.0642108412787059,-0.0280493408560604,-0.0199466968528685,-0.00648019752570554,0.0110613653674775,0.0352260336619938,0.00845166237250477,-0.0225317043179713,-0.0132880753415945,-0.0106554739921893,0.00491167225486105,-0.0428369410729589,-0.0724846578732888,0.0318586304612926,0.0634124277957613,0.143183356188041
"169",0.00175052192322852,0.0506801187398187,0.0595405823709267,-0.00222773986119799,0.0617248716570406,0.0631947057024251,-0.0581273968683752,0.108111100629544,0.0689822116363026,0.12732761685941,268,0.00175052192322882,0.0506801187398183,0.0595405823709219,-0.00222773986119811,0.0617248716570404,0.0631947057024254,-0.0581273968683727,0.108111100629547,0.0689822116362986,0.127327616859402,-0.0413002742816813,0.0186953454287161,-0.0392830972857175,0.0218517070254186,0.0226538215334399,0.0136487802996803,0.127229246506971,0.0385447154676041,0.196805170534655,-0.00650946232033471,-0.00661028340841809,-0.0171348854473582,-0.00984083033069234,-0.00809040758840648,0.00159096233446103,-0.00588278103438658,-0.0103669829360285,-0.0102768150040464,0.0597853268779206,-0.0143529600931602,0.0637932334796515,0.0608775035223681,-0.0479372699349632,0.104689914591864,0.0670545877471328,0.128764870842023,-0.0203284787998574,0.0677222424726469,0.0698431186738385,-0.0588889598852347,0.120610620658453,0.0683102155312523,0.139710853241421,-0.014809698581185,-0.0122173416732074,0.0109829737718701,-0.0178052871078992,-0.0233989103938246,-0.0237006176708031,0.0263096922412489,-0.0818311001714366,0.0945375055532676,0.0647890753101185,0.157823147418987,-0.0699276175636174,0.0838949475758539,0.0801311191442727,0.158395326619637,-0.0866482030410349,-0.0702222679886771,-0.152526046363746,0.117859903542612,0.252073228275121,0.153217303469585
"170",-0.00188201652779104,-0.044641636506989,-0.0266843835395454,0.0494153205448459,0.0589729659406384,-0.0160318551303266,-0.0470824834561139,0.0712099797536354,0.133598980013008,0.0196328370737072,152,-0.0018820165277906,-0.0446416365069889,-0.0266843835395421,0.0494153205448453,0.0589729659406382,-0.0160318551303269,-0.0470824834561119,0.0712099797536368,0.133598980013,0.0196328370737063,-0.0412915429199698,-0.022597984555672,0.00312232335188289,0.0171615955531859,-0.0262433003863005,-0.000558533944048542,0.0379089015389853,0.240682200073284,-0.0264806856955698,-0.00660999280061308,-0.00774535654192043,-0.0191364110181664,-0.0143284934825564,-0.00977925794887422,0.00602267726717545,-0.0128762660688082,-0.0182116403662596,-0.0160848910471237,0.0210405311211664,-0.0599967637517911,-0.0567628948887374,0.0083067911840879,0.0679381217455917,-0.0870329654372702,-0.133887498658703,-0.0290014035129279,-0.0437981279939766,-0.0465725558311252,-0.00359110634575392,0.0466952188011312,-0.0621913151624337,-0.100870301671589,-0.029253388873451,0.051063557202255,-0.0264144589087539,-0.0395389415282776,0.0634585412016051,0.128025679478627,0.00176363960634505,-0.0417980939564734,-0.0639093289690258,0.051600109043395,0.140667872997471,0.00932644227194428,0.0259729349499086,-0.0413943976402978,-0.0630226864992374,-0.0208411807919918,-0.0315899094225961,-0.121746083508114,-0.00686250579343951,0.157844364017384,0.00892830979647212,0.0311433434861987
"171",0.0235457526293458,0.0506801187398187,-0.02021751109626,-0.0366564467985606,-0.0139525355440215,-0.015092409744958,0.0596850128624111,-0.0394933828740919,-0.0964332228917841,-0.0176461251598052,47,0.0235457526293453,0.0506801187398183,-0.0202175110962573,-0.0366564467985604,-0.0139525355440213,-0.0150924097449583,0.0596850128624095,-0.0394933828740933,-0.0964332228917775,-0.0176461251598038,-0.0312221000262393,-0.0270189206673675,-0.0159874155608658,-0.029197952340987,-0.0266259339715287,0.0158923759092764,-0.00948548235226443,0.10866390364971,-0.027525561775169,0.0171152005452532,-0.0188058502166052,-0.0364357191994506,-0.0187853430464387,-0.0178724549170857,0.0366762820648222,-0.0300941022244289,-0.0607694255819426,-0.024546283107785,-0.0259690320644215,-0.0524029560493312,-0.016467813144508,-0.0229895310824394,0.0891265044162389,-0.0609606274618937,-0.111014551889741,-0.0293859648154392,-0.00303771130297486,-0.00616292533224802,-0.006292313278961,-0.00843350254361851,-0.00302045165425106,0.0207330088563194,-0.0108946497923034,-0.000801348139580564,0.00290769050740513,-0.0366847310084406,0.0186912905128933,0.0592803683032389,-0.0048027720183248,-0.025551278869279,-0.0209702700206112,-0.0117282588436269,0.00375529973796022,-0.0108734960865119,-0.0098825484005026,-0.0140904848879342,0.0161879007417608,-0.00838486097207657,-0.0128911549525578,-0.109668353154523,-0.009760242347033,0.0468844430177048,-0.00485629524890537,0.0128878875738558
"172",-0.0200447087828888,-0.044641636506989,-0.0460850008694016,-0.0986281192858133,-0.0758704141630723,-0.0598726397808612,-0.0176293810234174,-0.0394933828740919,-0.0514005352605825,-0.0466408735636482,74,-0.0200447087828877,-0.0446416365069889,-0.0460850008693965,-0.0986281192858125,-0.0758704141630719,-0.0598726397808618,-0.0176293810234163,-0.0394933828740933,-0.0514005352605788,-0.0466408735636449,-0.0340117700930473,-0.00202042781575111,0.129901791238103,0.049335286064191,0.0173037014945454,-0.023861333798276,-0.00948548235226443,0.00586133030611445,-0.00122841851396909,0.0107315150475312,0.010614083708477,0.0273626700194779,0.0191035544338252,0.0147806689875092,0.0121865048947234,0.00714893651697436,0.00880368718264813,0.00563851560214168,0.0394143517893185,0.0841236677400713,0.0692081373602137,0.0496764365091485,0.0377549288831463,0.0224021267067543,0.0415351661180204,0.0346819481828185,0.0722442641417223,0.0638321304897569,0.0477475809122874,0.0367593334692832,0.0193791137970745,0.0299757612134187,0.0264770462452407,0.14968512052786,0.119544188111998,0.044085562920597,0.0715919133350019,0.0936792552334925,0.075485550863764,0.0353306642046585,0.0269714616447462,0.0307173313121172,0.0572838206437332,0.0620833770553477,0.0324851398742111,0.0136980814713332,0.0519056357882795,0.0457684165860869,0.0444572533285939,0.0408481767762099,0.032418526550675,0.0122941223582977,0.0176564180834474,0.0266736530500357
"173",0.0417084448844436,0.0506801187398187,0.0713965151836166,0.0081008722200108,0.0383336730676214,0.0159092879722056,-0.0176293810234174,0.0343088588777263,0.0734100780491161,0.0859065477110625,295,0.0417084448844424,0.0506801187398183,0.0713965151836107,0.00810087222001058,0.0383336730676213,0.0159092879722056,-0.0176293810234163,0.0343088588777268,0.0734100780491118,0.0859065477110575,-0.00955740877970156,0.041322398563698,-0.0382275117077857,-0.0111971758022477,-0.0262945318799681,-0.023861333798276,-0.0146503349268825,0.0482807809195432,0.0721976741237148,0.0368024195999099,0.0537852136206106,-0.0094573918402502,0.0207023857921626,0.00351674129983057,-0.0131580582677239,0.0209800875797038,0.0516218600284564,0.0648309751157115,0.0725325964504309,-0.00293796130630886,0.0389852736140022,0.0102218146210644,-0.000821597501737498,0.0218646435649851,0.0718211705319021,0.0835789177970341,-0.00625798674620096,0.0472915561166976,0.0120007196565665,-0.0095972471570303,0.0331811502355252,0.0933156366828866,0.109530289767611,-0.00513826865814176,-0.00634049387352651,0.00538161880552308,-0.00659227355425925,-0.00662443967138178,-0.00380611379357078,-0.0199397193374951,-0.0175030836411314,0.0015356578330238,0.0345315190091852,0.0566423056356244,0.00355169166206132,-0.0148795977428094,0.0098570496417962,0.0152039044586954,0.0200205117927527,-0.00886627309303094,-0.020134131449527,0.0217976960564833,0.0393876264714265,0.104134694610541
"174",-0.0636351701951234,0.0506801187398187,-0.0794971751597095,-0.00567061055493425,-0.071742555588469,-0.0664487574784414,-0.0102661054152432,-0.0394933828740919,-0.0181182673078967,-0.0549250873933176,101,-0.0636351701951208,0.0506801187398183,-0.0794971751597013,-0.00567061055493434,-0.0717425555884685,-0.066448757478442,-0.0102661054152424,-0.0394933828740933,-0.0181182673078952,-0.0549250873933138,0.0326652736164493,0.0591388431135199,-0.0388099037506294,0.040731304874531,0.028174437405136,-0.0263726311567458,-0.00948548235226443,-0.0298674093899606,0.0106419870947308,-0.0773834509170985,0.0975217391546037,-0.00894127917985183,0.081480218795835,0.078352226173571,0.0191684898606406,0.0443919752583776,0.0113887871638764,0.0628670494944394,-0.089705379926973,-0.0181579596887773,-0.0777580669302298,-0.078006305783193,0.00774488839521263,-0.0609606274618937,-0.0267087747335295,-0.0700533225559297,-0.00878263750143391,0.11188711254212,0.103310355254199,0.0368416184419489,0.04831188583837,0.00950269815051542,0.0726932120709976,-0.00305980424133247,-0.000937318331533139,0.00951678791827393,-0.00775902089816098,-0.0176513514484583,-0.0116142527925595,0.0384877906656502,0.0136947581383931,0.0278876253017343,0.00279891326974786,0.0709868705442916,0.0243995654069267,0.0177789198877291,0.0106505160377581,0.0641438119966529,0.0389955001589604,0.0245769467113075,0.0266075347044149,-0.0132705148266712,0.024088621892691,-0.00111252658379392
"175",0.0162806757273067,0.0506801187398187,0.00996122697240527,-0.0435421881860331,-0.0965097070360893,-0.0946321190394993,-0.0397192078479398,-0.0394933828740919,0.01703713241478,0.00720651632920303,151,0.0162806757273065,0.0506801187398183,0.00996122697240514,-0.0435421881860329,-0.0965097070360887,-0.0946321190395001,-0.039719207847938,-0.0394933828740933,0.0170371324147793,0.00720651632920293,-0.0365111223829506,-0.0315304177038845,-0.00637794684950328,0.0995732605038795,0.0875830244423468,-0.0083728754706576,-0.00948548235226443,-0.0304543233315265,-0.0311859138276027,0.00924031292339059,-0.00539236501586802,-0.0329716625587948,-0.0442461706012784,-0.0427547223686787,-0.0110945266941103,-0.0238869291008617,-0.00706587837486537,-0.0126364172324728,0.00647856321105932,-0.0600129552405654,-0.104025318552682,-0.108198438240924,-0.0265210551925879,-0.0609606274618937,0.0111358907299253,-0.00227439298844564,-0.0262868938259118,-0.0332394023139176,-0.0337688091410918,0.009719225528739,-0.0291532780141309,-0.0185161565995593,-0.0168354618722165,0.0788678771490208,0.0806507014446804,0.0438944367022197,0.0245691374931276,-0.0365824917309732,-0.0243126352782772,0.099843774344922,0.0821020036237458,0.0448658613640319,-0.058898533138749,-0.0317406035761477,0.0910281290505132,0.0352682273865687,-0.0513614685039719,-0.0287131194619173,0.0608425128374944,0.00508493804312734,0.00748883613372083,-0.0402739341934174,-0.0241529066766363,-0.0183992788030203
"176",0.0671362140415805,-0.044641636506989,-0.0385403163522353,-0.0263278347173518,-0.0318399227006362,-0.0263657543693812,0.00814208360519211,-0.0394933828740919,-0.0271286455543265,0.00306440941436832,127,0.0671362140415784,-0.0446416365069889,-0.0385403163522309,-0.0263278347173517,-0.0318399227006359,-0.0263657543693816,0.00814208360519228,-0.0394933828740933,-0.0271286455543243,0.00306440941436848,0.0410342838168734,-0.0113265971663969,-0.0273076608989145,-0.0176317445514086,-0.0205098238424275,-0.0268506699940182,-0.00948548235226443,-0.0235718477980425,-0.0317861151815026,-0.0725077226235613,-0.0631820528519108,-0.0567528881019508,-0.0558499191279239,-0.0475707862634968,0.0166854897592613,-0.0673371409658321,-0.0512999863558763,-0.0106603169463637,0.0322689770850371,0.0137392709649757,0.0280747390748419,0.0180582075821379,0.0113446351285065,0.0224021267067543,0.0185197567795615,-0.0130805655889913,0.00237626567891695,0.0144156384681723,0.00936438446676956,0.0115512969286845,0.0128459072071045,0.000796875292951361,-0.0207940380082603,0.00625349312139172,0.00597881227750907,0.00390982894267821,0.00987452004254188,-0.00394466617645735,-0.0195783448889264,-0.0167125975454344,-0.00830143175683769,0.00053380053469915,-0.0063396456505243,-0.0184912246545532,0.00497669193461467,-0.00709476188839838,-0.000109864392344337,-0.0158259405359252,0.0253411172348767,0.0153837053327738,0.0144873994876186,-0.00634950057677774,-0.0209368047720145,-0.0224795974480979
"177",0.0453409833354632,0.0506801187398187,0.0196615356373334,0.0390867084636372,0.0204462859110067,0.0259300387494707,0.00814208360519211,-0.00259226199818282,-0.003303712578677,0.0196328370737072,237,0.0453409833354619,0.0506801187398183,0.0196615356373323,0.0390867084636366,0.0204462859110067,0.0259300387494708,0.00814208360519228,-0.00259226199818327,-0.0033037125786764,0.0196328370737063,-0.00377724732672101,-0.027342089855943,-0.0127842593252255,-0.0260437519737512,-0.0208080064649555,-0.0268506699940182,-0.0304484628906324,-0.034768025815036,-0.0264806856955698,0.0407398634108412,0.00993549726077678,0.0227634197707603,0.00693890593347458,0.0142677010512106,0.0125542002288839,-0.0125196865748152,-0.0160693334793546,0.00463867125252652,0.0169081474067495,0.031307035054245,0.0200144807755645,0.0209567950504797,0.029161103137588,-0.0195479919484543,-0.0107609581210016,0.0112813929250512,-0.0024954330676604,-0.00355161715892276,-0.0017849125598625,0.0221579203283154,-0.0216450278024473,-0.0236907878468055,-0.0102848606173052,0.00540952181759345,0.0129389318649801,0.0148656675087398,-0.0147896366212275,-0.0228487758644125,-0.00235470158352092,-0.0210596651851954,0.001102630898568,-0.0222129162999184,-0.025856726796243,-0.00743421778586663,0.0141981541954645,-0.0245123243860124,-0.0177462131610407,-0.00318092720036132,0.030984139878695,0.0197666027043652,0.0175213129765858,-0.0270208780099743,-0.0195580383281771,-0.0221175213411227
"178",0.0489735217864827,-0.044641636506989,0.0272062201544997,-0.0251802111642493,0.023198191627409,0.0184144756665219,-0.0618090346724622,0.0800662487638535,0.0722236508199124,0.0320591578182113,225,0.0489735217864813,-0.0446416365069889,0.0272062201544979,-0.0251802111642492,0.023198191627409,0.0184144756665219,-0.0618090346724597,0.0800662487638553,0.0722236508199082,0.0320591578182096,0.00248532186081721,-0.022188085276661,-0.0283362838724188,-0.0243478022460946,-0.0251692855131019,0.019047432235274,0.0559931712359087,0.045612659580049,-0.017418521458037,-0.055166214775417,0.0192022514502547,-0.0447486076741168,0.0112217629817636,0.0085185433478861,-0.0665098059779242,0.0748512121415872,0.0616382071398623,0.0198356966334194,-0.0299978596237006,0.0126220583289241,-0.0233420087818728,-0.0241979301427454,0.0830297181768144,-0.0957877728087922,-0.0756893796923968,-0.0409420319558804,-0.031260435886593,0.00143778535237872,-0.00197948575293277,-0.0190630331151259,0.0272340746838762,0.0210702297617597,-0.000149221208548686,-0.0244505900739338,-0.0192544441928308,0.0403338260515716,-0.0561760743346351,-0.0607183233884559,-0.0343346966573222,-0.022507098485667,-0.0342484925571416,0.0109471346044628,0.0106702542750147,0.000150652345307139,-0.0150237003788315,-0.000289437346451279,0.0134255419127081,-0.0014387126415559,-0.0615670312057266,-0.0804871451487057,-0.0306383779602413,0.0852811610662899,0.0319070026754751,0.0250500110166677
"179",0.0417084448844436,-0.044641636506989,-0.00836157828357004,-0.0263278347173518,0.0245741444856101,0.0162224364339952,0.0707299262746723,-0.0394933828740919,-0.0483617248028919,-0.0300724459043093,81,0.0417084448844424,-0.0446416365069889,-0.00836157828356845,-0.0263278347173517,0.0245741444856101,0.0162224364339952,0.0707299262746703,-0.0394933828740933,-0.0483617248028885,-0.0300724459043071,-0.00955740877970156,-0.0319576323543089,-0.0273076608989145,-0.0234196266212509,-0.02616285887009,0.0335033266743828,-0.00948548235226443,0.00117996650116345,-0.0191599815907023,-0.0482296116361593,-0.0161305999413162,-0.0417144330345184,0.00894456932561124,0.00379091847483982,0.0726375197032874,-0.0456120350333469,-0.0554263952137195,-0.0432952669544305,0.00368747826791162,0.0137392709649757,-0.0246274274782907,-0.0221294478764924,-0.05279464970419,0.0224021267067543,0.0386536654424587,0.0187611102588819,-0.0133471449313927,-0.0167798536750115,-0.0159983149039073,0.00533762608683773,-0.0132869191527753,-0.013341463623227,-0.0130899750473245,-0.0258072369217845,-0.0184572646665219,-0.0299855800770537,0.00987452004254188,0.00858577419377613,-0.00185997642810163,-0.0229080611704841,0.0358201921845332,-0.0381388482738677,-0.0493466357637946,-0.0327046415412876,0.0344752878208598,-0.0335230487755338,-0.0331353789510084,-0.0245518282400823,-0.0210837847070081,-0.0569113195550065,-0.0339101161255181,0.00995996391287005,0.00479201046496009,0.0079870785721195
"180",-0.0236772472339084,-0.044641636506989,-0.0159062628007364,-0.0125563519424068,0.0204462859110067,0.0412743133771578,-0.0434008456520269,0.0343088588777263,0.0140724525157685,-0.0093619113301358,151,-0.0236772472339071,-0.0446416365069889,-0.0159062628007341,-0.0125563519424068,0.0204462859110067,0.041274313377158,-0.0434008456520249,0.0343088588777268,0.0140724525157679,-0.00936191133013488,-0.0311085923239898,-0.0292889198895316,-0.0366259335888552,-0.0260437519737512,-0.00731352477241227,-0.00463142483760742,-0.0146503349268825,-0.0318785349582602,-0.0306820951728691,0.01419981661716,-0.000885396754595144,-0.0103688518802884,-0.021973043475272,-0.0309274753896082,0.0278829397199867,-0.0275508080046319,-0.0199349266810888,-0.010304207999925,0.010832852972193,0.000332719198290826,-0.0207711713890371,-0.0457692452050984,0.064165222637786,-0.050554601389262,-0.0205484883695919,-0.00113993714603886,-0.0137511953814751,-0.0193873626254558,-0.0274681116364129,0.0340263471122049,-0.0324931279591703,-0.0271943359835991,-0.0152276061607887,-0.0173832558111287,-0.0204438122550973,0.0195290882541833,-0.021910957941918,-0.0239149981880346,-0.0155523960788387,-0.0166504388417625,-0.0221770129105559,-0.00911669033635197,-0.0184114118123228,-0.0205707351199601,-0.0291691413226869,-0.00120555097188988,-0.00307012229599632,-0.0223772447754414,0.00341386106299202,0.00657490401506536,0.0230642186053432,-0.0177971649081853,-0.0248722039634121,-0.0234428821162187
"181",-0.0382074010379866,0.0506801187398187,0.00457216660300077,0.0356438377699009,-0.0112006298276192,0.00588853719494063,-0.0470824834561139,0.0343088588777263,0.0163049527999418,-0.00107769750046639,107,-0.0382074010379848,0.0506801187398183,0.00457216660300114,0.0356438377699004,-0.0112006298276191,0.00588853719494055,-0.0470824834561119,0.0343088588777268,0.0163049527999411,-0.00107769750046597,-0.014671803902183,-0.0326720063501056,-0.0172613981565296,-0.0301753613138447,-0.0291529507681857,-0.000558533944048542,-0.0146503349268825,-0.0308312986282105,-0.0319022125236803,-0.0498213442405793,-0.0124723767047503,-0.0476395589057171,-0.0032868033351789,-0.0151355724348435,0.0458387285382059,-0.0383354514678176,-0.0260424716995446,-0.0143385875597835,0.000684349769009176,0.0275020354586279,-0.0135492296309022,-0.000513165808350963,-0.035087541089538,0.0218646435649851,0.010347701922479,-0.0113115835974435,-0.0144785526476573,-0.01342061002785,-0.0124185145375995,0.0137566145721624,-0.0170880503579454,-0.0206145664322828,-0.0184346845186661,-0.0204593091131466,-0.00457498093517132,-0.0262013989261147,0.0138326389626191,-0.00692736837499143,-0.0187199476003011,-0.0294376843419106,0.00907437468271443,-0.0279631524821706,-0.0282683173747114,-0.0160617004051232,0.00362151249520472,-0.0202816902942838,-0.0137457122879958,-0.0142299878287232,0.00104148238731193,0.00302941585677246,0.0150674123605099,-0.0163074602298991,-0.0192843926212522,-0.0211804398309991
"182",0.0489735217864827,-0.044641636506989,-0.0428515646477589,-0.0538708002672419,0.0452134373586271,0.0500424703072647,0.0339135482338016,-0.00259226199818282,-0.0259524244351894,-0.063209301222987,64,0.0489735217864813,-0.0446416365069889,-0.0428515646477541,-0.0538708002672416,0.0452134373586269,0.050042470307265,0.0339135482338009,-0.00259226199818327,-0.0259524244351874,-0.0632093012229828,0.00248532186081721,-0.00621197356457484,0.0111302139465357,-0.00308093136736036,0.00316430570524558,-0.0135994334248341,-0.0304484628906324,-0.0245359679108691,0.0244488087503194,-0.055166214775417,-0.0529075652080037,-0.0763117781831081,0.033311166985446,0.0410340114018552,0.0426252685488467,-0.0127233994228087,-0.0397006174446405,-0.0844532432638886,0.0363520483446265,0.0405523744983455,-0.0439087079245587,-0.0540431742701105,-0.0150656586261332,-0.0140762373412539,0.0174044249756888,0.0506027861067551,0.0279789756181121,-0.0544946661591441,-0.0602315621046892,-0.0139522220351245,-0.0180918993962458,0.00226448683533832,0.0381340001530893,-0.064417998635514,-0.0679007702660105,-0.0292611881122242,-0.00958120937687831,0.011383574659348,0.0512164971409449,0.00328784561156241,0.031296646902652,-0.0233273317522686,-0.0490312497352604,-0.0796570620206593,0.0463802482759335,-0.0254944688817456,-0.0444574677137272,-0.0819015720660874,0.0297293971967167,0.000488463691226885,-0.034284117737201,-0.0258789866547453,-0.0153360759927583,0.0116744011560855
"183",0.0453409833354632,0.0506801187398187,0.00564997867688165,0.0563010619323185,0.0644767773734429,0.0891860280309562,-0.0397192078479398,0.0712099797536354,0.0155668445407018,-0.0093619113301358,138,0.0453409833354619,0.0506801187398183,0.00564997867688192,0.0563010619323178,0.0644767773734427,0.0891860280309568,-0.039719207847938,0.0712099797536368,0.0155668445407012,-0.00936191133013488,-0.00377724732672101,-0.032511417772758,0.0157893502892853,0.0267556871936924,0.0744825891765607,-0.0083728754706576,0.0379089015389853,-0.0311945682833325,-0.0306820951728691,0.0407398634108412,-0.0034167382990021,0.0402966312258123,0.0478408162836392,0.0744750637811142,-0.0379658707699577,0.0598721834658155,0.0019643530723111,-0.0247471650775707,0.00184319245741918,0.0503320330323305,0.0667118169932574,0.0887213590111641,-0.0265210551925879,0.0632772790784245,0.00955313094996542,-0.0203487742064414,-0.011408633150086,-0.00437283379718724,-0.00191538749324569,0.0135519570760455,-0.011705876647191,-0.0203190088907191,-0.019434646118138,0.0665178562845963,0.100281826374166,-0.037680180062663,0.0740568068855517,-0.000309150800354826,-0.0286445928924468,0.0523060732836157,-0.0591461566766901,0.0584030481028494,-0.00340731386493618,-0.029704809118053,-0.0670917393553127,0.0763352673765909,0.0147111521680295,-0.0319925932623152,-0.0217418968107391,0.0064044004171146,0.0222890575885968,-0.0056276872058862,-0.0316640564160436,-0.0237201133937618
"184",0.0453409833354632,0.0506801187398187,-0.0353068801305926,0.063186803319791,-0.00432086553661359,-0.00162702588800815,-0.0102661054152432,-0.00259226199818282,0.0155668445407018,0.0569117993072195,185,0.0453409833354619,0.0506801187398183,-0.0353068801305885,0.0631868033197903,-0.00432086553661348,-0.00162702588800829,-0.0102661054152424,-0.00259226199818327,0.0155668445407012,0.0569117993072163,-0.00377724732672101,-0.0148069868203062,0.030106488015485,-0.0316832082008091,-0.0295720700261397,-0.0263726311567458,-0.0304484628906324,-0.0311945682833325,0.0137766153335282,0.0407398634108412,-0.0424463499352788,0.0473099158078331,-0.016068418638493,-0.0119612490489454,-0.00687659630913208,-0.0125196865748152,0.0019643530723111,0.0424204608197944,-0.0421928297021618,0.0579420322235647,-0.00625277084688767,-0.00856440113041247,0.00774488839521263,-0.0195479919484543,0.00955313094996542,0.0519487506655416,-0.0618521388155844,-0.00898348301197867,-0.0117464160357958,0.0266876126270033,-0.0185207252383735,-0.0343780264884857,-0.0602210351981413,-0.0177349105204969,-0.0113897375480565,-0.00502414198634021,-0.0161399696105032,0.00209349364433936,0.0550943560356567,-0.0284119424277453,-0.00159491352445913,-0.0210985008475682,-0.0258507247038047,-0.0217782112434567,0.00998757947829161,-0.0233898735337458,-0.0164175903058805,-0.0160789263579561,0.0318803846515366,0.016763587886418,0.000786292727658603,-0.0279722842612211,-0.0214579213791156,-0.00327662343910926
"185",0.0162806757273067,-0.044641636506989,0.023972783932857,-0.0228849640236156,-0.0249601584096305,-0.0260526059075917,-0.0323559322397657,-0.00259226199818282,0.0372320112089689,0.0320591578182113,265,0.0162806757273065,-0.0446416365069889,0.0239727839328555,-0.0228849640236155,-0.0249601584096303,-0.026052605907592,-0.0323559322397641,-0.00259226199818327,0.0372320112089669,0.0320591578182096,-0.0365111223829506,-0.0246001318377574,-0.0302560206171987,-0.0231496294891445,-0.0207246297203593,-0.0148614559552319,-0.0304484628906324,-0.0135305686763342,-0.017418521458037,-0.0239515006487573,-0.000597951631071648,-0.0254168410487442,-0.0203802358258621,-0.0193165447472329,-0.00830370501988094,-0.0108899837908664,-0.000136049069852517,-0.0035921630928128,-0.0269355561790086,0.0103876330233045,0.0216476455927526,0.0177627101155303,0.052846525314369,-0.0140762373412539,-0.0425091486178414,-0.0409420319558804,-0.0285603421648948,-0.0253351191086521,-0.0267641994128528,0.00121373232856247,-0.021890071140806,-0.00257673873294196,-0.00231022476622005,0.000488669400721031,0.00384435008755824,0.0235507024376174,-0.0113173517916614,-0.0390530523221737,-0.0328402553652537,-0.0193717145555828,0.0152651821699308,-0.020169821303943,-0.0439162050589894,-0.0340606949445327,0.0278817099919115,-0.0223949739146914,-0.0372188545430186,-0.0319984437363784,0.0329558783789466,-0.00684415534610901,-0.00940253541137704,-0.0290645877301699,-0.02019133267849,0.00282051769874313
"186",-0.0745327855481821,0.0506801187398187,-0.0180618869484982,0.0081008722200108,-0.019456346976826,-0.0248000120604336,-0.0654906724765493,0.0343088588777263,0.0673172179146849,-0.0176461251598052,101,-0.074532785548179,0.0506801187398183,-0.0180618869484957,0.00810087222001058,-0.0194563469768258,-0.0248000120604339,-0.0654906724765466,0.0343088588777268,0.067317217914681,-0.0176461251598038,0.060188708571371,-0.0282216494303461,-0.0382275117077857,-0.026601528307148,-0.0215581881292861,0.0247775244313764,-0.0146503349268825,0.035040352036165,-0.027525561775169,-0.0891957823498925,0.0194926752797249,-0.0306103835815905,0.0176557791609288,0.028389554366079,0.117595670475046,-0.0652970601257818,-0.118662619750383,0.0141394753235186,-0.0236513466876014,-0.00293796130630886,-0.0223049801717196,-0.0333890433734355,-0.0565037558319133,0.0218646435649851,0.0652622277998575,-0.0293859648154392,-0.0205991194993972,-0.00465317260866416,-0.00314773202480303,0.0450505240483422,-0.0341147150750887,-0.0490696911480393,-0.0116876283948749,-0.0152437145245201,-0.0135275753270208,-0.0025937715513591,-0.00659227355425925,-0.007730786260236,-0.0208430065428647,-0.0217294159694925,0.0255723082656879,-0.0328796208680364,-0.0518886174713433,-0.00872141133445881,0.0448004107026966,-0.036825598733174,-0.0526211725129606,-0.0047127134178277,-0.0108204109910885,-0.0792348865678953,0.039916793302756,0.0177320471915082,-0.030460015305572,-0.0443712753353
"187",-0.0817978624502212,0.0506801187398187,0.0422955891888323,-0.0194420933298793,0.0397096259258226,0.0575580333902134,-0.0691723102806364,0.108111100629544,0.0471861678860197,-0.0383566597339788,137,-0.0817978624502178,0.0506801187398183,0.0422955891888291,-0.0194420933298793,0.0397096259258225,0.0575580333902138,-0.0691723102806335,0.108111100629547,0.047186167886017,-0.038356659733976,0.0809497038807739,-0.00690198345369553,-0.0327918526382835,-0.00968086126329082,0.0137468056722894,0.0308390568879875,0.127229246506971,-0.000554505428317171,-0.0111624080757801,-0.0970706699717552,-0.0815141262414523,0.0186771041498949,-0.0786028578382116,-0.109246306987385,0.135683181568146,-0.201288671782045,-0.0942636259749873,0.0548720992802875,0.0412438438633602,-0.0333779580712457,0.0404445653708051,0.0548390770308219,-0.0607869987803884,0.104689914591864,0.0435912224984591,-0.0519789413379339,-0.0339766450951019,0.0242673156481958,0.0405958495357916,-0.0469087099333648,0.0797321831695412,0.0217501544658437,-0.0521520673199833,-0.0285066495221649,-0.0335372181109487,0.0359830500325406,-0.0580310452045829,-0.0405177506959425,-0.00279438446886103,0.00361131199765342,-0.0632513357305978,0.0532245754399413,0.0148256168017888,-0.0500798972312903,-0.0765996590958313,0.0743197319556772,0.0439445498662464,-0.061420572167346,-0.109075104849566,-0.0533720751945706,0.0735967247465861,0.0720298520765299,-0.100083301596147,-0.0566970587264948
"188",-0.067267708646143,-0.044641636506989,-0.0547074974604488,-0.0263278347173518,-0.0758704141630723,-0.082106180567918,0.0486400994501499,-0.076394503750001,-0.0868289932162924,-0.104630370371334,143,-0.0672677086461402,-0.0446416365069889,-0.0547074974604429,-0.0263278347173517,-0.0758704141630719,-0.0821061805679187,0.0486400994501487,-0.0763945037500034,-0.0868289932162864,-0.104630370371327,0.0413573442001989,0.0106470688561712,-0.0273076608989145,0.049335286064191,0.058612697701291,0.00126438748874826,0.0482386066882214,0.0814846220967648,0.122529157731595,0.0558194354527063,0.0685437707238534,0.022736088683049,0.0925084714386788,0.105529018923373,-0.0722111968490025,0.101195711927336,0.110194160894006,0.142064005165816,0.0475804943084972,0.0137392709649757,0.0692081373602137,0.0706567566382863,-0.0301572550573559,0.0588804907547624,0.0751296028079201,0.0904048809165966,0.0107995213630114,0.0780774628084497,0.0858997159109246,-0.0409839909613448,0.0711093014441253,0.0824880177013494,0.100996399756034,0.0312765019355781,0.0379613247483732,-0.0180224945406777,0.0308734871639914,0.0312867591718473,0.0380063526087541,0.0590379965252251,-0.0840939487920849,0.0793137410539019,0.113613777265674,0.159575216417872,-0.0768645376448663,0.0751022105032524,0.141123371374135,0.170064820586252,-0.0384094517746585,-0.0750486837389646,-0.100529735159347,0.101824306607087,0.138588784321355,0.159193950538372
"189",0.00538306037424807,-0.044641636506989,-0.00297251791416553,0.0494153205448459,0.0741084473808508,0.0707102687853738,0.0449584616460628,-0.00259226199818282,-0.00149858682029207,-0.0093619113301358,141,0.00538306037424824,-0.0446416365069889,-0.00297251791416445,0.0494153205448453,0.0741084473808505,0.0707102687853742,0.0449584616460617,-0.00259226199818327,-0.00149858682029159,-0.00936191133013488,-0.0408265979088352,-0.0328479182649862,0.00312232335188289,0.0456038337639749,0.0358233638627974,-0.00294872813041037,-0.0304484628906324,-0.0349018883969801,-0.0306820951728691,-0.0135465959398708,-0.0091371568939084,-0.0110718329163267,-0.00388129707021747,-0.00242223344869551,0.00959397103000737,-0.0102788452468857,-0.0130821616215402,-0.0163854530852495,-0.00141636080657508,-0.0599967637517911,-0.070902500549334,-0.0735460070662105,-0.0263843559495503,-0.0140762373412539,-0.00578351339311495,-0.00113993714603886,-0.0206104169628053,-0.0171023492480814,-0.0176397566571594,0.015583662469502,-0.020358550276064,-0.02216021576849,-0.0177518301351983,0.0672082100039725,0.0670010144193429,0.0540185222788729,-0.0153683507594885,-0.0216142017149382,-0.027335373211086,0.0451357030694998,0.0710242228847493,-0.0246274831133438,-0.0267685207629982,-0.0317028878051358,0.0784738517940082,-0.0263363070209455,-0.0181932162177442,-0.0282847137804488,0.0291916503330117,0.0188521073704417,0.00446035420342884,-0.0271118879319363,-0.0180803515107806,-0.0205542297038755
"190",-0.00188201652779104,-0.044641636506989,-0.0665634302731387,0.00121513083253827,-0.00294491267841247,0.00307020103883484,0.0118237214092792,-0.00259226199818282,-0.0202887477516296,-0.0259303389894746,79,-0.0018820165277906,-0.0446416365069889,-0.0665634302731317,0.00121513083253812,-0.00294491267841236,0.00307020103883474,0.0118237214092792,-0.00259226199818327,-0.0202887477516279,-0.0259303389894727,-0.0412915429199698,0.0316037249666627,-0.0393437631236063,-0.0318243760561711,-0.0294833599338234,-0.0259519569799466,-0.0304484628906324,-0.0285801415058975,-0.02243261233058,-0.00660999280061308,-0.00616794557584314,-0.0170986558641005,-0.0119410196167862,-0.0105339339996535,0.00344176595612579,-0.0098714195508985,-0.0121073345892086,-0.0141681422520868,0.058808940272368,-0.013073832568394,0.00108094645006665,-0.00971855427897421,0.00757173602070085,-0.0140762373412539,0.0120339392487692,0.0147809007778977,-0.0193042308440322,-0.00803696508059904,-0.0175115012857593,0.000959342156658961,-0.0167441610352728,0.00752114433266274,0.0176498425869827,-0.0119187267041703,-0.00906791686271754,0.00861483733692459,-0.0126676847809371,-0.0205069095787341,-0.0185797208673875,-0.0286378140319083,-0.00334395018766753,-0.0211604128171432,-0.0231890469484053,-0.0146370728727631,0.0104120121885043,-0.023581200383564,-0.0172315041872367,-0.015800557027486,0.0308048909241267,0.0149543099384234,0.00703103333103771,-0.0261645350552346,-0.0172359590436968,-0.0104072263344623
"191",0.00901559882526763,-0.044641636506989,-0.0126728265790937,0.0287580963824284,-0.0180803941186249,-0.00507165896769301,-0.0470824834561139,0.0343088588777263,0.0233748412798208,-0.0052198044153011,292,0.00901559882526766,-0.0446416365069889,-0.0126728265790917,0.028758096382428,-0.0180803941186247,-0.00507165896769317,-0.0470824834561119,0.0343088588777268,0.0233748412798197,-0.00521980441530043,-0.0398705138014313,-0.0306358412586974,-0.0249780927275397,-0.0273308350766232,-0.0292701131237879,-0.000558533944048542,-0.0146503349268825,-0.0264993382638436,-0.0315342058541358,-0.0170148975094996,-0.0112021447890725,-0.0112231073164545,-0.0153942266007063,-0.0113724839547088,-0.00592213811413368,-0.00328536021246407,-0.00847040426512083,-0.0163108832631322,0.007770549527501,-0.0398869361017638,0.0152205521106632,-0.00203562014717725,0.0679381217455917,-0.050554601389262,-0.0293693213505098,-0.00512014662702301,-0.0249157472939253,-0.00731606253880635,-0.0115960827486119,0.0319296375950418,-0.0300607472852927,-0.0287904996300026,-0.0169529557809349,-0.023065255593069,-0.0123278324179739,-0.0195326276250333,0.00872641083339954,-0.00488660065461663,-0.0209884753964869,-0.0272220217995722,0.0162296397466105,-0.0320602094703921,-0.0332978432114779,-0.0142379142962072,0.0147972237225567,-0.0261902290224589,-0.0184703073770077,-0.0135264525954313,0.00104148238731193,-0.00449141778233969,0.0194533959912998,-0.0115898590640216,-0.0220782982923322,-0.0232500151785949
"192",-0.00551455497881059,0.0506801187398187,-0.041773752573878,-0.0435421881860331,-0.0799982727376757,-0.0761563597939169,-0.0323559322397657,-0.0394933828740919,0.0102256424049578,-0.0093619113301358,178,-0.00551455497881003,0.0506801187398183,-0.0417737525738733,-0.0435421881860329,-0.0799982727376752,-0.0761563597939176,-0.0323559322397641,-0.0394933828740933,0.0102256424049576,-0.00936191133013488,-0.0408004038237007,-0.00754142632895283,-0.00637794684950328,0.0584204718199435,0.0462903215112706,-0.0148614559552319,-0.00948548235226443,-0.0333218976470772,-0.0306820951728691,-0.0143843499421974,-0.00395923511891688,-0.0116534130677739,-0.00301619979561329,-0.00159659548276755,0.00811368033127183,-0.00526540973016005,-0.0141006631968625,-0.0141049861782528,-0.049145885832622,-0.0600129552405654,-0.0865138174710472,-0.0884058180741891,-0.0179545692956378,-0.0609606274618937,0.0038033454377975,-0.0203487742064414,0.0182915670249308,0.0604643385911123,0.0570424675319209,0.0488273942466836,0.0156458528885202,-0.0316778130681373,-0.0101791582119695,0.0633487995672726,0.0631183690899013,0.0372994023681177,0.0245691374931276,-0.0299344982479522,-0.0096609075127151,0.0571118507838556,0.0546030003257267,0.0335470373225001,-0.041584121047738,0.000266371188189246,0.0629909690657667,0.023803014692885,-0.0330077236636827,0.00118978582964159,0.0553807596678609,0.0128988911274314,0.0207387355551039,-0.0350419208270899,-0.011288499058149,-0.0227292433496217
"193",0.0562385986885218,0.0506801187398187,-0.030995631835069,0.0081008722200108,0.0190703330528056,0.0212328118226277,0.0339135482338016,-0.0394933828740919,-0.0295276227417736,-0.0590671943081523,91,0.0562385986885201,0.0506801187398183,-0.0309956318350653,0.00810087222001058,0.0190703330528056,0.0212328118226277,0.0339135482338009,-0.0394933828740933,-0.0295276227417713,-0.0590671943081483,0.0164576834395667,-0.0189734022955756,-0.0382275117077857,-0.0268115260765641,-0.0237070453139519,-0.0135994334248341,-0.00948548235226443,-0.0214730210731869,0.017303345916664,0.0525521948436352,-0.0454371568714323,-0.00681326787258267,0.00991855672315573,0.0146541693115907,0.0483611748823273,-0.0580263812804813,-0.0479124392169928,-0.0895110555864801,-0.0375574589485218,-0.00293796130630886,0.0185551890187616,0.0159247729741913,0.0591438037769134,-0.0609606274618937,-0.0389909061544446,-0.0745719178604286,-0.0226725362829919,-0.0251768668632364,-0.0275034396646406,-0.0049528180588511,0.0063127006171346,-0.00207679107449879,0.0198348502765432,-0.0085067506136012,-0.00540064476037725,0.0139705007283193,-0.0195147148586296,-0.0253159526261802,-0.0276577636425822,-0.0228200224158454,0.0117116642420454,-0.0343659069266905,-0.0362416855558682,-0.0412895510553856,0.0252205815791801,-0.0366322589975498,-0.0296652718687914,-0.0409791101497798,0.00622498114115942,-0.00225101182253763,-0.031124890430211,-0.00450680820078675,0.0273047237973129,0.0137288951103742
"194",0.00901559882526763,0.0506801187398187,-0.00512814206192736,-0.0641994123484507,0.0699805888062474,0.0838625041805342,-0.0397192078479398,0.0712099797536354,0.0395398780720242,0.0196328370737072,116,0.00901559882526766,0.0506801187398183,-0.00512814206192608,-0.0641994123484503,0.0699805888062472,0.0838625041805347,-0.039719207847938,0.0712099797536368,0.0395398780720221,0.0196328370737063,-0.0398705138014313,-0.0325933976285602,0.0323511240173687,0.0372052536183636,0.0624272461873546,-0.0083728754706576,0.0379089015389853,-0.010794572531244,-0.0264806856955698,0.00136542530152794,-0.00977255210542984,-0.0300491428461688,0.000871640955621057,0.00545891516248912,-0.00437669067514851,0.00391183766995113,-0.00539869480153999,-0.0113025305164352,-0.0097452344266811,-0.082842952814268,0.0725489840204689,0.0830184006580372,-0.0265210551925879,0.0632772790784245,0.035360018122176,0.0112813929250512,-0.0111884987558614,-0.0201200281457866,-0.0224813780107543,0.0231337859443118,-0.0285343561522719,-0.0267296334366237,-0.0204308175915227,-0.108820883580237,-0.126483803482069,0.060771943619092,-0.111412842583513,-0.0768532965891335,-0.0435381134821807,0.0539689453355181,-0.0639751536100383,0.0652059871623037,0.0335454413864633,0.0141152022884617,-0.062512458668943,0.0703787069441888,0.0571557527176099,0.0212007661910688,-0.0217418968107391,-0.0151094243872597,-0.00361132995743613,0.0275744653242527,0.00892830979647212,-0.00544957531927294
"195",-0.067267708646143,-0.044641636506989,-0.0590187457559724,0.0322009670761646,-0.051103262715452,-0.0495387405418066,-0.0102661054152432,-0.0394933828740919,0.00200784054982379,0.0237749439885419,86,-0.0672677086461402,-0.0446416365069889,-0.0590187457559661,0.0322009670761642,-0.0511032627154517,-0.0495387405418071,-0.0102661054152424,-0.0394933828740933,0.00200784054982405,0.0237749439885407,0.0413573442001989,0.0177935670148918,-0.0213260092906343,0.00492946741762004,0.00250787715173393,-0.0263726311567458,-0.00948548235226443,-0.0348743142829503,-0.0239440682947811,0.0558194354527063,0.0746389477602467,-0.0657054087943207,0.0583748931132198,0.0595407276022143,0.020036659399633,0.0474955618201612,-0.015758853544884,-0.051007156211157,0.0516635655680866,-0.043238574043435,0.0460706008246921,0.0399250201110985,0.0302091306675349,0.0224021267067543,-0.00910842390545926,-0.0329816129939121,-0.055312402849132,0.0533703857893133,0.0513695529562702,0.0321361035520961,0.0305788965227373,-0.0248714888236348,-0.0475834914463797,-0.0473627452158932,-0.0439141251271651,0.00151927647073616,-0.0400871792894495,-0.0185050756707526,-0.00239139642949076,0.00706837441194869,0.00901424640486689,0.0137390952498195,-0.0265914244898248,-0.0432516283246827,0.0206399169038045,0.00728533538842532,-0.0180500968783673,-0.0393417323117035,0.0389955001589604,0.0199086379597264,0.00843703109114196,-0.0287296970572698,-0.0370173142951236,-0.0198863028911371
"196",0.0271782910803654,0.0506801187398187,0.0250505960067379,0.0149866136074833,0.0259500973438113,0.048476727998317,-0.0397192078479398,0.0343088588777263,0.00783714230182385,0.0237749439885419,122,0.0271782910803648,0.0506801187398183,0.0250505960067363,0.014986613607483,0.0259500973438112,0.0484767279983173,-0.039719207847938,0.0343088588777268,0.00783714230182373,0.0237749439885407,-0.0278539772460471,-0.0238299808933402,-0.0354611495031678,-0.0224379838223969,0.00114569020741675,-0.0083728754706576,-0.0146503349268825,-0.0339881096780598,-0.0239440682947811,0.0210526443561846,0.00550839555260867,-0.00789761294173273,0.00239517595235125,0.017244832971338,-0.0211712807225531,0.0101954441165181,-0.00842272928260552,-0.000815578593770235,0.0227023608487997,0.00467203788492534,0.0258516478027761,0.0451105010166643,-0.0265210551925879,0.0218646435649851,0.00123213338856494,0.0157999882295501,-0.0102742349291939,0.00185000103503739,0.0137293801068273,-0.00369533488683378,-0.00168297275672054,-0.0179292844636329,-0.00591610861354749,-0.00344662442310754,0.00668380542930242,-0.00392516622891843,-0.00148604542503966,-0.017321614075923,-0.0107034342963882,-0.0108310853803792,-0.0253431781432524,-0.00583904474577481,-0.0201791763580826,-0.00265802969302025,-0.0320737105771912,0.00267720304948232,-0.00749415318967562,0.0106125719389843,0.00578623973867211,0.0133411720834923,-0.00731138532115512,-0.0219578679827289,-0.00252095859477257,-0.0171399951497948
"197",-0.0236772472339084,-0.044641636506989,-0.0460850008694016,-0.0332135761048244,0.0328298616348169,0.0362639379885253,0.0375951860378887,-0.00259226199818282,-0.0332487872476258,0.0113486232440377,72,-0.0236772472339071,-0.0446416365069889,-0.0460850008693965,-0.0332135761048242,0.0328298616348168,0.0362639379885254,0.0375951860378878,-0.00259226199818327,-0.0332487872476233,0.0113486232440374,-0.0311085923239898,-0.00202042781575111,-0.0201733583707481,-0.0167277622179724,-0.0123974448553453,-0.0103806385872015,-0.0304484628906324,-0.0178657577416863,-0.0301016084619806,0.01419981661716,0.0141324939348301,0.000618245934177285,-0.0279803030449512,-0.0284371362646374,-0.0167631630957667,-0.00864914246293696,0.00368052101000867,-0.0212652109346219,0.0394143517893185,0.0204425468483181,-0.0323399396567979,-0.0410412857393772,-0.0188385577339389,-0.0140762373412539,0.0243230777399542,-0.0210409845509596,0.012586846503897,-0.045250937702161,-0.0498121394508712,-0.0202041719668179,-0.0179081168924767,0.0115296085247134,-0.0292348593681331,-0.0353787228745359,-0.0353985233623938,-0.0173659405858343,-0.0107386376534003,0.00479880108831373,-0.0255949890903467,-0.0117788309313079,0.0246894985610324,-0.0227701240260935,-0.0473160760919657,-0.00807338581432433,0.0391518431631134,-0.0249332434556123,-0.0424098172603833,-0.00527174823256832,0.0295501482421484,-0.00786807040829727,0.0235216334395486,-0.0255111223067454,-0.0191358420946353,-0.0283093212709551
"198",0.0489735217864827,0.0506801187398187,0.00349435452911985,0.0700725447072635,-0.00844872411121698,0.0134041002778894,-0.0544457590642881,0.0343088588777263,0.0133159679089277,0.036201264733046,129,0.0489735217864813,0.0506801187398183,0.00349435452912032,0.0700725447072627,-0.00844872411121685,0.0134041002778894,-0.0544457590642858,0.0343088588777268,0.0133159679089273,0.0362012647330441,0.00248532186081721,-0.0327987303515049,0.0460737365304821,-0.0309389015906613,-0.0272555215889095,0.00858156862459533,-0.0146503349268825,-0.03219847572593,-0.0134295920220817,0.0446773072217725,-0.00520414803407887,0.0600411184702752,-0.0205317552735297,0.00336757811161376,-0.0581148002450957,0.0263724093112966,0.000832808984718876,0.024369998368085,-0.000474492919400869,0.0655520314147989,-0.0106306461172964,0.00753806951371054,-0.0436540269864881,0.0218646435649851,0.00713007008873309,0.0293557741430469,-0.0128580312286925,-0.0129483373988699,-0.0119799744899072,0.014316534172486,-0.0178988439159046,-0.0212323960424557,-0.015694844482379,-0.0246208649798605,0.0113205361452649,-0.0701586595224659,0.0393637796087171,0.000960744318580083,0.033579381552503,-0.0301023317281213,0.00758648462413797,-0.0263243296868821,-0.0267988025529824,-0.023106549269518,-0.00617933275523736,-0.016230120880678,-0.0119296045698014,-0.00369186860196139,-0.00370327496404826,0.0039937228415314,-0.030401329220886,-0.0183019525966131,0.00586075841846725,-0.0112799019745217
"199",-0.0527375548420648,-0.044641636506989,0.0541515220015222,-0.0263278347173518,-0.0552311212900554,-0.03388131745233,-0.0139477432193303,-0.0394933828740919,-0.0740888714915354,-0.0590671943081523,142,-0.0527375548420625,-0.0446416365069889,0.0541515220015179,-0.0263278347173517,-0.055231121290055,-0.0338813174523304,-0.0139477432193294,-0.0394933828740933,-0.0740888714915303,-0.0590671943081483,0.00948350827254659,0.00976490431438399,-0.0273076608989145,0.0111274257768171,-0.0145845296880406,-0.0252827026077652,-0.00948548235226443,0.0498268506120945,0.017303345916664,0.0419462291741909,-0.0688224187245915,0.0141426857873734,0.0476218776321941,0.0270965186012177,0.0210840980239588,0.0350812155730268,0.0694413223086871,0.0543706552723759,-0.055517054996134,0.0137392709649757,0.0499268569139457,0.0251501467807197,0.0339820297753406,0.0224021267067543,0.0630489976277846,0.046622576625771,-0.0459170669098911,-0.0774325473690654,-0.053412479172951,0.00166966542496734,-0.067419202326812,-0.110727499372282,-0.0850120393752382,0.0195469665539282,0.0102910611499851,0.0158729144790542,0.00987452004254188,0.0237683331483412,0.0136435959751201,-0.00221135010973759,0.0144421209855799,0.0165688012602025,0.0613122836334136,0.055960564502009,0.0198602226890294,-0.00243094655537448,0.039414765684627,0.0288068542868558,0.0417263767437772,0.0437224319763887,0.0324546076190222,0.0297213927864866,0.0273047237973129,0.0658864059096133
"200",0.0417084448844436,-0.044641636506989,-0.0450071887955207,0.0344962143200845,0.0438374845004259,-0.0157187066685371,0.0375951860378887,-0.0144006206784737,0.089898693277671,0.00720651632920303,90,0.0417084448844424,-0.0446416365069889,-0.0450071887955157,0.034496214320084,0.0438374845004258,-0.0157187066685373,0.0375951860378878,-0.0144006206784745,0.0898986932776656,0.00720651632920293,-0.00955740877970156,-0.00345147430797397,-0.0186621048075856,-0.0048111146023584,-0.02637341142499,-0.0103806385872015,-0.0277399177233851,0.0898619021940674,-0.0311859138276027,-0.0482296116361593,-0.0482540818481475,0.0152730065162122,0.0254055123787832,-0.0241751533761038,0.0404641779641582,-0.0229707133449097,0.066116820686315,-0.00854040343188485,0.0383935839744212,-0.0454729994496037,-0.0426232892281409,0.00801129371748032,-0.0188385577339389,-0.00240316084589127,-0.0924494400817246,-0.0170607750699755,-0.0484280389766161,-0.0552684655733657,0.00256695907922982,-0.0192972288065596,-0.00631652131202567,-0.111478606344945,-0.0250935149296374,0.0208013560269997,-0.0209664438862987,0.034996449500804,-0.0233369203824412,0.0495582166087654,-0.0128909276242244,-0.0381949510533304,0.0338310221674775,-0.0322506112087078,0.0581462286503879,-0.00932886382820136,-0.00317229182490564,-0.0198993939845764,-0.0469758190809171,-0.0165222413120409,0.0212122142626905,0.0967367807106808,0.0200194419990232,-0.0523663558153626,-0.0205977560414714,-0.00799440044607309
"201",0.0562385986885218,-0.044641636506989,-0.0579409336820915,-0.00796585769556799,0.0520932016496327,0.0491030249218961,0.056003375058324,-0.0214118336448964,-0.0283202425479987,0.0444854785627154,158,0.0562385986885201,-0.0446416365069889,-0.0579409336820853,-0.00796585769556805,0.0520932016496326,0.0491030249218964,0.0560033750583225,-0.0214118336448974,-0.0283202425479965,0.044485478562713,0.0164576834395667,0.0159561456112892,-0.0382652593367228,0.00637199241778418,0.00194543687570808,0.0106849395085916,-0.0243506433234043,-0.0225515551858044,-0.00399942111500433,-0.0621028179146747,-0.0772860393241194,-0.0271107329806328,0.0479680092144794,0.0475568889892971,0.0772823147865457,-0.0360275587612555,-0.0464812818251563,0.0406627435841714,0.0506427977531892,-0.00413613137943201,-0.0503358014066481,-0.0531566818702878,-0.0377030532729673,0.00452772832323028,0.0196496684966857,-0.0528826603988328,-0.00856986859739903,-0.0780309249729264,-0.0756606454505581,-0.0540532358078682,0.00667446508188011,0.0139250256350616,-0.0720651792222096,-0.0207989335437568,-0.0176737026922731,-0.000857315149611285,-0.00891297005077206,-0.0148975962185908,-0.0251367403704357,0.00743859340466986,0.0618700406934942,-0.0406538899390449,-0.0553578280848045,0.0350214541768011,0.0691810717323139,-0.039976432558105,-0.0464807791945497,0.0327318618464887,0.00885867073241234,-0.0154604574933638,0.0699560285598234,-0.0153936577109103,-0.037283957391412,-0.0457970567644026
"202",-0.034574862586967,0.0506801187398187,-0.0557853095343297,-0.015999222636143,-0.00982467696941811,-0.00788999512379879,0.0375951860378887,-0.0394933828740919,-0.0529587932392004,0.0279170509033766,39,-0.0345748625869654,0.0506801187398183,-0.0557853095343237,-0.015999222636143,-0.00982467696941797,-0.00788999512379898,0.0375951860378878,-0.0394933828740933,-0.0529587932391966,0.0279170509033752,-0.0195046126094712,0.0123828965319289,-0.034915156962169,-0.0305838650392582,-0.0287920715512026,-0.0103806385872015,-0.00948548235226443,0.00837248308801142,-0.0209233468822702,-0.045883900429648,0.0317366460594898,-0.00462106028370626,-0.00509507441934512,-0.00468607251332563,-0.0263010532724209,0.0195632827641088,0.0256807652321299,-0.0368343245095494,-0.0642108407819524,-0.0295729584756286,-0.0120899378740993,-0.0152737638987971,0.0634270467253885,-0.0609606274618937,-0.064214479656307,0.020318583534049,-4.12253160987591e-05,-0.000370936987198522,-0.00331925204000588,-0.028366660409143,0.0277789508413216,0.0428872441646987,-0.0507979394938719,-0.00844844996402812,-0.0063981446856465,-0.00405346855247283,0.00105774957219044,-0.000962106906937341,-0.0270110169841341,-0.0274213214826924,-0.0107339054139424,-0.0145579648540099,-0.013537527478296,-0.022406807427009,0.00320182489015748,-0.0185599745820822,-0.00665904023162564,-0.0188157215076626,0.00349410455634267,-0.024610290659237,0.0375303992016501,0.0134910449935154,-0.0402334161997454,-0.0501290792573804
"203",0.0816663678456587,0.0506801187398187,0.00133873038135806,0.0356438377699009,0.126394655992494,0.0910649188016934,0.0191869970174533,0.0343088588777263,0.0844952822124031,-0.0300724459043093,196,0.0816663678456561,0.0506801187398183,0.00133873038135873,0.0356438377699004,0.126394655992493,0.091064918801694,0.0191869970174531,0.0343088588777268,0.0844952822123981,-0.0300724459043071,0.0805567926037564,-0.0329505846264586,-0.0172613981565296,0.193636777495733,0.0789145053232525,-0.0231602101702772,-0.0146503349268825,0.0753105957405092,-0.0191599815907023,0.0801143015201544,-0.00650304999446168,0.0483421411256051,0.199426293068223,0.145704781146863,0.0404384674666543,0.0506378571034644,0.132528099128651,-0.0701548603311653,-0.00279217829622092,0.0275020354586279,0.132379946049388,0.0907341678416795,0.0420108319830131,0.0218646435649851,0.083754354238048,-0.042941750728936,-0.01675931110973,-0.0086208764127192,-0.0103268548139518,0.0191497464985497,-0.019520431031823,-0.0197641168621651,-0.0191712323550423,0.0854072666353691,0.0615903966339769,0.0223871330968016,0.0138326389626191,0.0475536801608228,-0.0397093994685226,0.133253084289781,0.0509960631699412,0.0539779872822583,0.199366987100966,-0.10055474214286,0.0474662277312447,0.0256360963932484,0.153572444894677,-0.072799429680452,0.0437442985495536,0.0570040761552777,0.000949627456413133,0.0291946404684845,-0.0388417323188118,-0.0711839666274761
"204",-0.00188201652779104,0.0506801187398187,0.0304396563761424,0.0528581912385822,0.0397096259258226,0.0566185880048449,-0.0397192078479398,0.0712099797536354,0.0253931349154494,0.0279170509033766,222,-0.0018820165277906,0.0506801187398183,0.0304396563761403,0.0528581912385816,0.0397096259258225,0.0566185880048452,-0.039719207847938,0.0712099797536368,0.0253931349154482,0.0279170509033752,-0.0412915429199698,-0.0194712575320298,0.00924957297198441,-0.00968086126329082,0.0123431481025866,-0.0083728754706576,0.0379089015389853,-0.0249794152691804,-0.0209233468822702,-0.010446906131266,-0.0100048911690041,-0.0192819649577426,-0.0135857238354279,-0.0126495012895431,0.00570006335329424,-0.0128762660688082,-0.0139194100829589,-0.0164333908280395,0.0284965742908498,0.0465270334367134,0.0404445653708051,0.0538326726155642,-0.0265210551925879,0.0632772790784245,0.020131098343669,0.020318583534049,0.0141370910550752,0.0140155510739421,0.0249394376427408,-0.00848624932096692,0.026999626214495,-0.00521396135623414,-0.000616670092698543,0.0334669406125445,0.0560734344968309,-0.0348672622431843,0.0687576740435784,0.0101318622601755,0.0120296780186052,0.00308702518431449,-0.037415670476623,0.0277898223353047,-0.00330982683707823,0.00823554216794299,-0.0390773163328155,0.0398951329666015,0.0157984532301208,0.0197894808668264,-0.0217418968107391,-0.002413886568678,-0.0110114406848741,0.00798152046495501,0.0205261287143338,-0.00678473984220724
"205",0.110726675453815,0.0506801187398187,0.00672779075076256,0.0287580963824284,-0.0277120641260328,-0.00726369820021974,-0.0470824834561139,0.0343088588777263,0.00200784054982379,0.0776223338813931,277,0.110726675453811,0.0506801187398183,0.00672779075076273,0.028758096382428,-0.0277120641260326,-0.00726369820021992,-0.0470824834561119,0.0343088588777268,0.00200784054982405,0.0776223338813886,0.182757381436291,-0.0323169646194621,-0.0249780927275397,-0.021102877036081,-0.0289162685837376,-0.000558533944048542,-0.0146503349268825,-0.0348743142829503,0.0530854229821933,0.111613852007605,0.00685588765368911,0.0544833732832596,-0.0749212132772269,-0.0272963161038322,-0.117407081673019,0.0722071440298358,-0.00822626264929027,0.176858436349074,0.00300203514582922,0.0198920362673937,-0.031060730712537,-0.0146028276219586,-0.035087541089538,0.0218646435649851,-0.0050430896619547,0.0745417271880362,-0.0138748029207502,-0.0163653000090402,-0.0140874738149795,0.0114849866943025,-0.015466463242027,-0.0219605716690269,-0.00744521392737557,-0.0290443110642985,-0.0137016706804967,-0.0195326276250333,0.00872641083339954,-0.0186600244444187,0.0273963000138464,-0.0256817751559167,0.0262470108360651,-0.0377960892539021,-0.0256071949189651,-0.0639944452052987,0.0170323659680271,-0.0273719367680939,-0.0161810251011354,-0.0261805247295462,0.00104148238731193,0.018238453885996,-0.0682662766244978,-0.0258476493873088,0.0337998151292667,-0.0177438709260155
"206",-0.0309423241359475,-0.044641636506989,0.0466068374843559,0.0149866136074833,-0.0167044412604238,-0.0470335528474903,0.000778807997017968,-0.00259226199818282,0.0634559213720654,-0.0259303389894746,99,-0.030942324135946,-0.0446416365069889,0.0466068374843523,0.014986613607483,-0.0167044412604236,-0.0470335528474908,0.000778807997018393,-0.00259226199818327,0.0634559213720618,-0.0259303389894727,-0.0238550135822017,-0.00131540105585204,-0.0354611495031678,-0.0280066746720881,-0.000658081669682304,-0.0276537752406353,-0.0304484628906324,0.0272428731604342,-0.02243261233058,0.0211364197564178,-0.0391103854479497,-0.0274641303030774,-0.00146486306536683,0.0201378208618943,0.00339879772742149,-0.00824171676694978,-0.0542962748437826,0.00267550654780567,-0.0483716802918527,-0.0264803843350789,0.0139351334142453,0.0375610403782379,0.0188904333441179,-0.0140762373412539,-0.0673755283749592,0.0147809007778977,-0.00388119984624609,-0.0292585473537378,-0.0612816419232632,0.0193872577017013,-0.0231765486671893,0.0429568622023858,-0.0435259509069343,-0.0172453701482198,-0.0245108923419249,0.00855938713781774,-0.0134393036319518,0.00136209825588025,-0.0258321950582289,-0.0174689074414351,-0.00286216444979584,-0.020541293121393,-0.0466547501417326,-0.00673104723690149,0.00883254179602425,-0.0215403806521702,-0.0815791386494533,0.0120502158506777,0.0313426377878316,0.0214909597671321,0.0134720859837024,-0.0303867316342141,-0.0172359590436968,-0.0534379378279281
"207",0.00175052192322852,0.0506801187398187,0.0261284080806188,-0.00911348124867051,0.0245741444856101,0.038455977221052,-0.0213110188275045,0.0343088588777263,0.00943640914607987,0.00306440941436832,196,0.00175052192322882,0.0506801187398183,0.0261284080806171,-0.00911348124867057,0.0245741444856101,0.0384559772210522,-0.0213110188275033,0.0343088588777268,0.00943640914607965,0.00306440941436848,-0.0413002742816813,-0.0230259653729747,-0.037924182518342,-0.0234196266212509,-0.0102540748928844,-0.022108524728278,-0.0146503349268825,-0.0335615251765384,-0.0317861151815026,-0.00650946232033471,-0.00783955811737645,-0.0174056539113731,-0.0111732284094928,-0.00899948725813648,0.00309132835316562,-0.00867768194405692,-0.0125639703387706,-0.0151390717727169,0.0238612035372097,-0.0219629592843944,0.0243923560459732,0.0343755205872489,-0.00510484045021256,0.0218646435649851,0.00295373858108459,-0.00679298829294457,-0.0224158512731215,0.00167618658820207,0.0091144315207381,0.00611184830828033,-0.000872179198761333,-0.0168215921613586,-0.0166628005726656,-0.0166757820597701,-0.0167871453503633,0.0123143684487276,-0.0193578438773082,-0.0218819572971093,-0.0185069864409662,-0.0152293445555756,-0.0141432420608406,-0.0066584561434191,-0.0195815638103655,-0.0146605023668776,-0.00812282050109675,-0.00272488950199205,-0.00786920883519517,-0.0115677390420921,0.0176481331170726,0.0158307106700288,0.0124575484167393,-0.020890707849937,-0.0164904869501723,-0.0202592232243766
"208",0.00901559882526763,-0.044641636506989,0.045529025410475,0.0287580963824284,0.0121905687618,-0.0138398158977999,0.0265502726256275,-0.0394933828740919,0.0461323310394148,0.036201264733046,202,0.00901559882526766,-0.0446416365069889,0.0455290254104715,0.028758096382428,0.0121905687618,-0.0138398158978002,0.026550272625627,-0.0394933828740933,0.0461323310394122,0.0362012647330441,-0.0398705138014313,-0.00276284351923535,-0.0249780927275397,-0.0298483889804742,-0.0271001809412452,-0.019042702318573,-0.00948548235226443,-0.00207310623055216,-0.0134295920220817,-0.0170148975094996,-0.000173858372400222,-0.0112231073164545,-0.00980283462821879,-0.0130319176704889,0.00953233627571797,-0.0176797559772945,-0.00414598499156838,-0.00796362868530378,-0.0473509124769554,-0.0398869361017638,-0.0130586592105299,0.00623830891783488,-0.00751986041052188,0.0224021267067543,-0.0509487265254535,-0.0449222414368645,0.00820708582560008,-0.000219552567761171,-0.0268866284340469,0.0456307385991864,-0.0599526805097035,0.0240565384315174,0.0160278791840048,-0.00427393839777626,-0.0178231854680652,0.024025273556967,-0.0371482557993324,0.00978314896592422,0.00320391230867977,-0.0308818774983621,0.00457488071197217,-0.0296497302427189,-0.0126557633341029,-0.00655018297136153,0.00166796964554368,-0.0148677874434382,-0.0299186865988387,-0.0248341607949184,0.0116867343107929,0.0480481396268982,0.0355424487262704,-0.0626224171069256,-0.0466656200089891,0.0122612306346801
"209",0.030810829531385,-0.044641636506989,0.0401399650410705,0.076958286094736,0.0176943801946045,0.0378296802974729,-0.0286742944356786,0.0343088588777263,-0.00149858682029207,0.11904340302974,155,0.0308108295313842,-0.0446416365069889,0.0401399650410675,0.0769582860947352,0.0176943801946045,0.0378296802974731,-0.0286742944356772,0.0343088588777268,-0.00149858682029159,0.119043403029733,-0.0240034467312972,-0.00949208719692744,0.0636910958342767,-0.0275258330053667,-0.0108792988621308,-0.0176085858067559,-0.0146503349268825,-0.0349018883969801,0.168010839158689,-0.0378247069272728,0.0171921834459197,0.0362173072775208,-0.000884965240425759,0.0140550584185334,-0.0166078435149572,0.0128916049823145,-0.0138853159955111,0.0667264182472857,-0.0422470734024687,-0.0868098672851609,-0.0182003339962014,-0.0425187730724151,0.0490736262065633,-0.050554601389262,-0.00578351339311495,-0.124526431056548,0.0434275920476879,0.00316058680524877,0.0204259835727796,-0.00718687013722721,0.00966813705470832,-0.023584880554105,0.0812822694734078,0.017552714186448,0.0542983795386925,-0.0370731773499332,0.0444700077379367,-0.0225393914768716,0.168122344662236,-0.0191033443182281,-0.0137825989796015,-0.0107555131316406,-0.02499684586318,0.0303461271988612,-0.0138663183886548,-0.00306252028645921,-0.0171082050752178,0.0824437174192943,0.0129033757657124,0.0213452494086118,-0.0628424773181347,-0.0281874212092267,0.0617388718400661,-0.0243673285962364
"210",0.0380759064334241,0.0506801187398187,-0.0180618869484982,0.0666296740135272,-0.051103262715452,-0.0166581520539057,-0.0765355858888105,0.0343088588777263,-0.0119006848015081,-0.0135040182449705,77,0.038075906433423,0.0506801187398183,-0.0180618869484957,0.0666296740135265,-0.0511032627154517,-0.016658152053906,-0.0765355858888074,0.0343088588777268,-0.011900684801507,-0.0135040182449693,-0.0148551624981244,-0.0282216494303461,0.0378838484243839,0.00492946741762004,-0.0259753787780814,0.0439564425827357,-0.0146503349268825,-0.0327495793432767,-0.0293458804798801,0.0328649757889785,-0.0232549198811053,0.039942598281168,-0.0519201440953001,-0.0237274206986873,-0.0638827566508066,0.0182839267139073,-0.0224627427484954,-0.0267521801926644,-0.0236513466876014,0.0617470318191818,-0.0558686905781863,-0.0246668717745355,-0.0693534846773385,0.0218646435649851,-0.0200155688020968,-0.0248673695109403,-0.0415191970627813,0.00779373910941873,-0.00638597206869456,0.0495156141035325,-0.0341147150750887,-0.0175186129348409,-0.0132472652799643,-0.0853414538591234,-0.0333384304540227,-0.0965786148205094,0.0368106655441073,-0.0377280026945939,-0.036213560129337,-0.0165467268323297,0.0838234445720678,-0.051726083013855,-0.011696290050174,-0.00103739444160627,0.0372371932290017,-0.0324363985351011,-0.0114946074352943,-0.00927171105937757,-0.0179375470181288,0.0409536065451813,0.0371703644551346,-0.0351285419501576,-0.027666109634492,-0.0176476887485469
"211",0.00901559882526763,-0.044641636506989,0.0142724752679289,0.0149866136074833,0.054845107366035,0.0472241341511589,0.0707299262746723,-0.0394933828740919,-0.0332487872476258,-0.0590671943081523,191,0.00901559882526766,-0.0446416365069889,0.0142724752679283,0.014986613607483,0.0548451073660348,0.0472241341511591,0.0707299262746703,-0.0394933828740933,-0.0332487872476233,-0.0590671943081483,-0.0398705138014313,-0.030007584419838,-0.0354611495031678,0.010527432149914,-0.000423005005805009,0.0335033266743828,-0.00948548235226443,-0.0178657577416863,0.017303345916664,-0.0170148975094996,-0.00609645663320573,-0.0140121496171529,-0.00192405503062271,-0.00147514714987765,0.018805020909629,-0.0176797559772945,-0.0192301283440621,-0.0271623142143092,-0.0177486458449325,-0.0264803843350789,-0.0529066387994838,-0.0513836970706423,-0.05279464970419,0.0224021267067543,0.0243230777399542,0.046622576625771,-0.0134707524706678,0.00473982147037897,0.00183039239073961,0.0411695668760275,-0.0328865389226851,-0.0327225669252303,-0.03590653409529,0.00590091300358141,0.00627469463886009,0.030123615680362,-0.0253925618388638,-0.0311233857332475,-0.0359180355661227,0.00788943238675786,0.0831159562670312,-0.0588900256833426,-0.06265567692406,-0.0881136807682052,0.0819635377068455,-0.0527612870242575,-0.0504341114711415,-0.0738895365602387,-0.0210837847070081,-0.0327597060728115,-0.0800321966219289,-0.00164852280290058,0.0273047237973129,0.0180843986778268
"212",0.0925639831987174,-0.044641636506989,0.0369065288194278,0.0218723549949558,-0.0249601584096305,-0.0166581520539057,0.000778807997017968,-0.0394933828740919,-0.0225121719296605,-0.0217882320746399,70,0.0925639831987143,-0.0446416365069889,0.0369065288194251,0.0218723549949555,-0.0249601584096303,-0.016658152053906,0.000778807997018393,-0.0394933828740933,-0.0225121719296587,-0.0217882320746382,0.115263955406774,-0.013123258492163,-0.0310446765097524,-0.0231496294891445,-0.0259753787780814,-0.0276537752406353,-0.00948548235226443,-0.0271106132998819,-0.0252211390587356,-0.0967858336109633,0.0629987234413523,0.0284323961329739,-0.0593902382101974,-0.0427813837353524,0.00563807640040745,-0.0890622468983173,-0.0568327365552128,-0.0603397977241086,-0.0391847699577766,-0.0331836602184214,0.0216476455927526,0.00889778611730306,0.0188904333441179,0.0224021267067543,0.0141422636606594,0.0108006912969136,-0.00172903309802518,-0.0323648504313551,-0.0265493054572344,0.0192181666040261,-0.052486158692595,-0.0405794083941672,-0.0350954471125225,-0.0236260523141819,-0.0170897523110751,0.00866969764054232,-0.0312704088190981,-0.0309913052556816,-0.0276184477366479,-0.0226672081816032,-0.00300419377136482,-0.00418237614927241,-0.012665654210688,-0.0042783792188951,0.00934487193048516,-0.0131188566935543,-0.0076022225167108,-0.00631344715759852,0.0308028704045102,0.0199782286054079,0.0135446360888733,-0.00989548708996668,-0.00164019334428355,-0.0111125461052843
"213",0.0671362140415805,-0.044641636506989,0.00349435452911985,0.0356438377699009,0.0493412959332305,0.0312535625998928,0.0707299262746723,-0.0394933828740919,-0.000609254186102297,0.0196328370737072,73,0.0671362140415784,-0.0446416365069889,0.00349435452912032,0.0356438377699004,0.0493412959332303,0.0312535625998929,0.0707299262746703,-0.0394933828740933,-0.000609254186101874,0.0196328370737063,0.0410342838168734,-0.0327987303515049,-0.0172613981565296,0.00243042138169551,-0.0168243383065796,0.0335033266743828,-0.00948548235226443,-0.0349308354648633,-0.0264806856955698,-0.0725077226235613,-0.0038702462788636,0.036707995667263,0.055813658412968,0.0336340639922091,0.114507240987244,-0.0673371409658321,-0.0137742468574843,0.0142033923139035,-0.0075409676959591,-0.0465902119851062,-0.0477649640138124,-0.036313326273656,-0.05279464970419,0.0224021267067543,-0.00662680803814013,-0.0290014035129279,-0.0152388054683482,-0.00855102916127835,-0.010606519623798,0.0241067379287942,-0.0235533866512995,-0.02230538892495,-0.0169017890787514,0.0261219842162003,0.0151286792968177,0.0601782135590699,-0.0430261027795667,-0.0204410695066812,-0.00372748198014292,-0.00683811136542603,0.0745167264338497,-0.0551170843361654,-0.025071132321258,0.00513627725749155,0.0574998938261862,-0.0428506794415817,-0.0162791675535922,-0.000940447267094761,-0.0210837847070081,0.019400728247686,0.0451563075826146,-0.0267194651374452,-0.0338012123905018,-0.0210692644988867
"214",0.00175052192322852,-0.044641636506989,-0.0708746785686623,-0.0228849640236156,-0.00156895982021134,-0.00100072896442909,0.0265502726256275,-0.0394933828740919,-0.0225121719296605,0.00720651632920303,49,0.00175052192322882,-0.0446416365069889,-0.0708746785686549,-0.0228849640236155,-0.00156895982021123,-0.00100072896442923,0.026550272625627,-0.0394933828740933,-0.0225121719296587,0.00720651632920293,-0.0413002742816813,0.0402402644671088,-0.0302560206171987,-0.0319120767375228,-0.0295936066474718,-0.019042702318573,-0.00948548235226443,-0.0271106132998819,-0.0311859138276027,-0.0100782943702419,-0.0114084201756427,-0.0179471908394029,-0.0121108418723524,-0.0104494117946679,0.00504180417748157,-0.0114725828537273,-0.0137427373924249,-0.0149769965470945,0.0628920115319573,0.0103876330233045,-0.000204472246351216,-0.00587708721307572,-0.00751986041052188,0.0224021267067543,0.0141422636606594,-0.0170607750699755,0.014393942205821,-0.00988404495888599,-0.0114495580280128,-0.0235428922679746,0.0408453640212615,0.0129248300016563,-0.0289796575448943,-0.0110664267368274,-0.00865011459427028,-0.00417911634422246,0.00693559655242473,-0.00840632726338863,-0.02128924208018,-0.0284886783544075,-0.00349496710445179,-0.0202173768747757,-0.0237009654157516,-0.0165797208054781,0.00905042120818737,-0.0228351386373541,-0.0153638070452957,-0.0142485457840878,0.0116867343107929,0.00686980238216542,0.0182293554468372,-0.00989548708996668,-0.0241529066766363,-0.0240470537879695
"215",0.030810829531385,-0.044641636506989,-0.0331512559828308,-0.0228849640236156,-0.0469754041408486,-0.0811667351825494,0.103864666511456,-0.076394503750001,-0.0398095943643375,-0.0549250873933176,65,0.0308108295313842,-0.0446416365069889,-0.0331512559828269,-0.0228849640236155,-0.0469754041408483,-0.0811667351825501,0.103864666511453,-0.0763945037500034,-0.0398095943643345,-0.0549250873933138,-0.0240034467312972,-0.0169579237098375,-0.0302560206171987,-0.000787286375484424,0.0566054631087766,0.104233953037172,0.0482386066882214,-0.0104640860295543,0.0106419870947308,-0.0378247069272728,-0.0302682830245079,-0.0328864912580856,-0.0417078723311795,-0.0629101212980536,0.0784604190899652,-0.0608977155131514,-0.038764482396678,-0.0530859802318161,0.0271651380105504,0.0103876330233045,0.0422143447354384,0.0697702642384636,-0.0867507416744411,0.0588804907547624,0.0305442522430203,0.0426423671447868,-0.0026901481688955,0.0216053024617972,0.0462402629177997,-0.0584929069398795,0.0350019090503763,0.00684306385689122,0.0196266039042799,0.0113640540007667,0.031332172387581,-0.0405745034953873,0.0251885448965108,0.000466659556954189,0.00758829113250422,0.0250751151672705,-0.110353043707957,0.040998008269616,0.0147486381807311,0.0408433977386494,-0.172950036281135,0.0739745220399601,0.0552907140288472,0.0814729790829129,-0.117647015000636,-0.0730477407382212,-0.114373226350312,0.0319622169607393,0.0639355160116823,0.0224960629152849
"216",0.0271782910803654,0.0506801187398187,0.0940305687351156,0.0976155102571536,-0.0345918284170385,-0.0320024266815928,-0.0434008456520269,-0.00259226199818282,0.0366457977933988,0.106617082285236,263,0.0271782910803648,0.0506801187398183,0.0940305687351076,0.0976155102571526,-0.0345918284170382,-0.0320024266815932,-0.0434008456520249,-0.00259226199818327,0.0366457977933968,0.10661708228523,-0.0278539772460471,0.0958979975218407,0.126443838478445,-0.0150503203582423,-0.0162044447817613,-0.00463142483760742,-0.0304484628906324,-0.0141993317136243,0.128450122182657,0.0210526443561846,0.0449107177700354,0.0425492214524873,-0.0313162793858744,-0.0286710107455461,-0.023500722236101,-0.0115011223348472,0.00807993237596464,0.0495114421699114,0.0968682929070415,0.0959920281797357,-0.0383571894965515,-0.0411048105570778,-0.030804298141063,-0.0195479919484543,0.0322445507734059,0.106171894319529,0.163939293870032,-0.0831342311086977,-0.0792748574350308,-0.072767491001381,-0.0258720253891352,0.0537253529847888,0.190662571051201,-0.084730685153067,-0.0772306864335833,-0.0788277672661275,-0.0180690167380399,0.0602284980113987,0.193429993578047,-0.0129525919405739,0.0305890320117697,-0.0197364375169179,-0.0510063151194599,-0.0980526436067825,0.0397058906804848,-0.0221526265715883,-0.0416836603723734,-0.0872362293335572,0.0334936252426516,-0.0155605366713454,-0.0901403273177809,-0.0290350323172264,-0.0239910987803669,0.0565897162237313
"217",0.0126481372762872,0.0506801187398187,0.0358287167455469,0.0494153205448459,0.0534691545078339,0.0741549018650587,-0.0691723102806364,0.145012221505454,0.0456008084141249,0.0486275854775501,248,0.0126481372762871,0.0506801187398183,0.0358287167455443,0.0494153205448453,0.0534691545078337,0.0741549018650591,-0.0691723102806335,0.145012221505457,0.0456008084141224,0.0486275854775474,-0.0384320219594698,-0.0142659197720116,0.00312232335188289,0.00842297869684396,0.0423534573260005,0.0308390568879875,0.253310699977074,-0.00282602914411953,0.00144182035611765,0.00530286911245927,0.000723476793006499,-0.00300725481448707,0.00180114557953851,0.00927635285209343,-0.0164081469110586,0.029702015441948,-0.000755650077300366,-0.00151105632249735,0.0342907877329,0.0427220338410963,0.0550374829388341,0.0726188883670411,-0.0607869987803884,0.146102550105303,0.0418845885438898,0.0429115600565437,0.0173331101791112,0.0294104405622469,0.0454936829780895,-0.0368964673619251,0.0933916722553634,0.0137688419649592,0.0179886377467092,0.0451927743652669,0.0707106541543937,-0.0619927328419937,0.142285433162699,0.0305551161519301,0.0308626524237761,0.02721357596943,-0.0842759792416548,0.1132931435376,0.026655274882817,0.0412854151459009,-0.101462795639913,0.145510100982978,0.0586004758191445,0.0632063836174419,-0.157016262440964,-0.0508943445683876,-0.0617224123254675,0.101423976959689,0.120077077163549,0.0231086063462428
"218",0.0744012909436196,-0.044641636506989,0.0315174684500233,0.10105838095089,0.0465893902168282,0.0368902349121043,0.0155053592133662,-0.00259226199818282,0.0336568129023847,0.0444854785627154,296,0.0744012909436172,-0.0446416365069889,0.0315174684500211,0.101058380950889,0.0465893902168281,0.0368902349121045,0.0155053592133662,-0.00259226199818327,0.0336568129023829,0.044485478562713,0.0598307227411995,-0.0184979191319227,0.138346475859337,-0.00129728095835202,-0.0117978859888997,-0.0247218037053662,-0.0304484628906324,-0.0174442044911401,-0.00399942111500433,-0.079444325762819,0.0404834298927453,0.151853874006336,0.0589631314582154,0.047204132365805,0.0308164018255704,-0.0141493893587639,0.0398670074523303,0.0587230979510596,-0.0340809308832899,-0.110271332876859,-0.0451941266209766,-0.0416322806725924,0.00379883691289517,-0.0140762373412539,-0.0391190272268814,-0.0528826603988328,0.04532739340371,0.0196691600317253,0.0125912828852246,0.0295128304919036,-0.0223188969829337,0.00113273270302768,0.0108966801489376,0.0897904575107881,0.07209844662509,0.0405514975628792,-0.0182619214507936,0.0562858112549573,0.0733638024502181,-0.00435613364536507,0.0133825974369753,-0.0233892437218436,0.00841938570461132,0.0295960976616679,0.0220135401150751,-0.0249587537022548,0.0114800311158125,0.0210854552345151,0.0306256419695583,0.0321653145152075,0.0294389286484654,-0.0288843351813547,-0.0208246270288028,0.00883686387853499
"219",-0.0418399394890061,-0.044641636506989,-0.0654856181992578,-0.0400993174922969,-0.00569681839481472,0.014343545663258,-0.0434008456520269,0.0343088588777263,0.00702686254915195,-0.0135040182449705,214,-0.0418399394890042,-0.0446416365069889,-0.0654856181992509,-0.0400993174922966,-0.0056968183948146,0.014343545663258,-0.0434008456520249,0.0343088588777268,0.00702686254915188,-0.0135040182449693,-0.00935658746033708,0.0295292515314219,-0.0113889450537842,-0.0314885731714368,-0.026914399275157,-0.00463142483760742,-0.0146503349268825,-0.0341740927113676,-0.0293458804798801,0.0315413244653043,0.0487847110183673,0.0206411289235987,-0.0071711688697248,-0.0230107242644665,0.0462342475614466,-0.041031612333614,-0.019108846559511,-0.00262960365425653,0.0577881724574706,0.0271458227316606,0.00365178384290239,-0.0203564630768469,0.064165222637786,-0.050554601389262,-0.0138676267195481,0.00284027233494529,0.0342616942957351,-0.00418192284738308,-0.0336949078159809,0.0821882741046063,-0.0697896316252936,-0.0324053845114436,0.00010324330140578,-0.0069104233128815,-0.0216841153944536,0.044118302134261,-0.0423358704587964,-0.0262702228646104,-0.00694221258876246,-0.0296591375678647,0.00288685842754872,-0.0246855068915935,-0.0252800534538419,-0.0146245009490921,-0.00385609537280327,-0.0157236747039773,-0.0136405061859613,-0.0182461495487749,0.00341386106299202,0.0134838152503602,0.0271072381025976,-0.0224985521415768,-0.027666109634492,-0.0227125845944911
"220",-0.0890629393522603,-0.044641636506989,-0.041773752573878,-0.0194420933298793,-0.0662387441556644,-0.0742774690231797,0.00814208360519211,-0.0394933828740919,0.00114379737951254,-0.0300724459043093,185,-0.0890629393522567,-0.0446416365069889,-0.0417737525738733,-0.0194420933298793,-0.066238744155664,-0.0742774690231804,0.00814208360519228,-0.0394933828740933,0.00114379737951285,-0.0300724459043071,0.103640330128407,-0.00754142632895283,-0.0327918526382835,0.0300078703911284,0.0425915330906906,-0.0268506699940182,-0.00948548235226443,-0.0349163650828616,-0.0191599815907023,0.0766292448704794,0.0693938189324111,0.0218500529113984,0.108812566378593,0.128458226462895,-0.0129220852084429,0.0661170811908628,-0.0150592471836302,0.0446088568239744,0.0353312805297292,0.00703599508163326,0.0602102064852886,0.0632693199730969,0.0113446351285065,0.0224021267067543,-0.00828910956728939,0.0187611102588819,-0.00163134326794214,0.0479480910554397,0.0553141349714976,0.0109620400731494,0.0156458528885202,-0.0233120545929185,0.00785657790148154,0.0159573122941384,0.0223229903606124,0.0050630751075268,0.00399667306230759,-0.0204527624571484,-0.00606546787703729,0.0406358485962916,-0.0144883150827625,0.024114683954557,-0.0260288838910159,0.0278103130493041,-0.00347171360975676,0.022637060859629,-0.0177306447291307,0.033789413668984,0.0253411172348767,0.0205847783410311,0.00841957250968412,-0.028066011812245,0.00479201046496009,-0.0215138414198649
"221",0.0235457526293458,0.0506801187398187,-0.0396181284261162,-0.00567061055493425,-0.0483513569990498,-0.0332550205287509,0.0118237214092792,-0.0394933828740919,-0.101643547945512,-0.0673514081378217,78,0.0235457526293453,0.0506801187398183,-0.0396181284261117,-0.00567061055493434,-0.0483513569990494,-0.0332550205287513,0.0118237214092792,-0.0394933828740933,-0.101643547945505,-0.0673514081378172,-0.0312221000262393,-0.0100987381298638,-0.0388099037506294,0.00106483104820678,-0.0151347674270678,-0.0259519569799466,-0.00948548235226443,0.124600694270473,0.0320783755956971,0.0171152005452532,-0.028406591809971,-0.0200465998458703,-0.0353795027393794,-0.0268497989902457,0.0104410086532434,-0.0300941022244289,-0.0633551739263068,-0.050706594173031,-0.046828200455802,-0.0181579596887773,-0.0529501070645805,-0.0424466831107547,0.033444346086063,-0.0609606274618937,-0.116623448678561,-0.0836091084694264,-0.0132577620600903,0.0294073719591521,0.0160003451274839,0.00809020410407603,0.0137792224342431,0.0665392155467057,0.0372942766621029,-0.00592301390394091,-0.00503948328489028,0.006940123341014,-0.00775902089816098,-0.00703473870749132,-0.0101831538013849,-0.00591287556766758,-0.0152033985386839,0.0118526245762309,0.0785507730788873,0.0558317022843808,0.00111036329929911,-0.00281959783312648,0.0585704144478306,0.0339194766273446,0.0226102406500599,-0.00677927793966805,-0.00398339172673485,0.0508865762197951,0.0337369276065565,0.114823964038096
"222",-0.0454724779400257,-0.044641636506989,-0.0385403163522353,-0.0263278347173518,-0.0153284884022226,0.000878161806308105,-0.0323559322397657,-0.00259226199818282,0.00114379737951254,-0.0383566597339788,93,-0.0454724779400237,-0.0446416365069889,-0.0385403163522309,-0.0263278347173517,-0.0153284884022225,0.000878161806307984,-0.0323559322397641,-0.00259226199818327,0.00114379737951285,-0.038356659733976,-0.00355896328393352,-0.0113265971663969,-0.0273076608989145,-0.0286290470935427,-0.0295966202647464,-0.0148614559552319,-0.0304484628906324,-0.0349163650828616,-0.0111624080757801,0.0350096260349332,0.0280324390499261,0.00984598433953554,0.00222604874012347,-0.0112509005591704,0.0382122201417186,-0.00742686537497543,-0.0140083761448782,0.0237277847980145,0.0322689770850371,0.0137392709649757,0.0126497147178275,-0.00765007201272118,0.052846525314369,-0.0140762373412539,-0.00828910956728939,0.0267215292208502,0.00237626567891695,0.000558703627149181,-0.0137566413754809,0.0464857387425137,-0.0183369427346045,-0.0232305013675862,0.0124853746673679,-0.00313013518392815,-0.00965308988521664,0.0258421524260341,-0.0111244470789077,-0.0206293003812316,0.00256961568710457,-0.0286999247841889,0.00838106399266652,-0.0206032050909681,-0.0248085769313171,-0.00330091215347114,0.00901048323971439,-0.0234919145203155,-0.0158377636536168,-0.0148160103141464,0.0329558783789466,0.0195381875728028,0.0418376252316406,-0.0272451103286036,-0.016602664693384,-0.0217016059518569
"223",-0.0236772472339084,0.0506801187398187,-0.0256065714656645,0.0425295791573734,-0.0538551684318543,-0.0476598497710694,-0.0213110188275045,-0.0394933828740919,0.00114379737951254,0.0196328370737072,252,-0.0236772472339071,0.0506801187398183,-0.0256065714656613,0.0425295791573729,-0.0538551684318539,-0.0476598497710699,-0.0213110188275033,-0.0394933828740933,0.00114379737951285,0.0196328370737063,-0.0311085923239898,-0.0234194686808254,-0.00789459279672202,0.00900797248307443,0.000118008973991327,-0.022108524728278,-0.00948548235226443,-0.0349163650828616,-0.0264806856955698,-0.034071568996854,0.00394178239557724,-0.0396677793855302,0.0140705139428031,0.0132760440786233,0.0157067298611449,0.010252523078758,-0.0134829406255022,-0.0256496121085007,-0.0317632455064716,0.0351120346498621,-0.0587872740917921,-0.0578782174780392,-0.00510484045021256,-0.0609606274618937,-0.00597322912799296,0.0112813929250512,-0.0392548863779629,0.0177238848543454,0.0138622595656924,0.0307889006235589,0.00164612448144177,-0.0229042884662571,-0.0288122603093546,-0.0612827192755945,-0.0533236467282599,-0.010324355178628,-0.048903949759801,-0.0188639211403995,-0.000981921186898928,0.00756220524154002,0.0227779256688637,0.0156255659234082,-0.0257320524683865,-0.0397583478973591,0.0316223780743735,0.00611938155516934,-0.0170602493482195,-0.0341522674543402,0.0471881299134107,0.0198236214186832,0.00451660963257232,-0.028066011812245,-0.0338012123905018,-0.0203872542279126
"224",-0.099960554705319,-0.044641636506989,-0.0234509473179027,-0.0641994123484507,-0.0579830270064577,-0.0601857882426507,0.0118237214092792,-0.0394933828740919,-0.0181182673078967,-0.0507829804784829,150,-0.099960554705315,-0.0446416365069889,-0.0234509473178997,-0.0641994123484503,-0.0579830270064573,-0.0601857882426513,0.0118237214092792,-0.0394933828740933,-0.0181182673078952,-0.0507829804784794,0.14129432750904,-0.0249608432032871,0.0323511240173687,0.0155267338863332,0.0177956904827251,-0.0259519569799466,-0.00948548235226443,-0.0298674093899606,0.00446473228451974,0.087034149579366,0.0404672331791822,0.12711097549398,0.1066940742846,0.115880463362596,-0.0235553130184708,0.0754278408762136,0.0252606805656822,0.0982093405952977,0.0179782276764744,0.0506072883233591,0.0524976943067814,0.049971933975756,0.00757173602070085,0.0224021267067543,0.00997581783843846,0.0386621576638027,0.0120899242600517,0.017303851539988,0.0180683127084523,0.0123687212725263,-0.000220505972835355,-0.0128891941165984,0.00649465926063419,0.068511645949094,0.0750585460617703,-0.00729494562422606,0.0422026784338305,0.00611839267266724,0.0482737015507217,0.0205344472097689,-0.0177190390979904,0.0184552719337911,-0.0024254687919649,0.0489185728929941,-0.00578568673924959,0.0138924071102092,0.00815184174438249,0.0514256048269638,0.0226102406500599,0.0155341445314545,0.000422378296374175,-0.0132705148266712,0.0208725199880692,-0.00259966409718107
"225",-0.0273097856849279,-0.044641636506989,-0.0665634302731387,-0.112399602060758,-0.0497273098572509,-0.0413968805352788,0.000778807997017968,-0.0394933828740919,-0.0358167281015492,-0.0093619113301358,77,-0.0273097856849265,-0.0446416365069889,-0.0665634302731317,-0.112399602060757,-0.0497273098572505,-0.0413968805352792,0.000778807997018393,-0.0394933828740933,-0.0358167281015465,-0.00936191133013488,-0.0277230068203746,0.0316037249666627,0.180472833647979,0.00297041564590826,-0.00718092561233168,-0.0276537752406353,-0.00948548235226443,-0.0151270305437726,-0.0306820951728691,0.0176681181867889,0.0294050639824039,0.0519072592364708,0.0157689681795773,0.0133198313890361,0.00346465886486226,0.0133561096405416,0.00770427714072108,-0.00954405236425941,0.058808940272368,0.0975302195067562,0.0447851821282742,0.0322420859793015,0.0188904333441179,0.0224021267067543,0.026758084269123,-0.00113993714603886,0.130354095454408,0.0597717110349962,0.0476658354533481,0.0174145282288241,0.0371121031127072,0.0303129331816277,-0.00534106226101772,0.108809424861719,0.0922558179545354,0.00651864283741281,0.0833476072954704,0.0702835797678844,0.00343128930089298,0.00042030445352733,-0.00343028173607176,0.0127958599130252,0.0128834799281824,-0.00601330468549961,0.00892761336736751,0.00223286877764942,0.0167888444213474,-0.00578605522946296,0.0308028704045102,0.0197441159719744,0.013762286404386,0.000323953241590644,-0.011288499058149,-0.0141877194498259
"226",0.030810829531385,0.0506801187398187,0.0325952805239042,0.0494153205448459,-0.040095639849843,-0.0435889197678055,-0.0691723102806364,0.0343088588777263,0.0630166151147464,0.00306440941436832,208,0.0308108295313842,0.0506801187398183,0.0325952805239019,0.0494153205448453,-0.0400956398498427,-0.043588919767806,-0.0691723102806335,0.0343088588777268,0.0630166151147428,0.00306440941436848,-0.0240034467312972,-0.0174907161558674,0.00312232335188289,-0.00924586588378609,-0.00474307472486195,0.0308390568879875,-0.0146503349268825,0.0263849149803945,-0.0317861151815026,0.0249900881671159,0.0123065471916109,0.0171541904401121,-0.0373650098747163,-0.0386053277033419,-0.0456564793109057,0.0128916049823145,0.028010852945005,-0.0131485140721155,0.0308142596676699,0.0427220338410963,-0.0441943565237631,-0.0535171316785892,-0.0607869987803884,0.0218646435649851,0.0606326438514809,-0.00679298829294457,0.0141711495839515,-0.0407644207888271,-0.0442975956671594,-0.0318903460762053,0.00399258214899387,0.023035229458025,-0.0162496768291062,-0.054610533863532,-0.0560915767891601,-0.0619927328419937,0.0240450952210583,0.0498456134322166,-0.0148643677179013,-0.0039481152558111,0.0586915966335331,-0.0451707918327007,-0.077391274634349,-0.0190518181600667,0.0749247390879141,-0.0469545222671885,-0.0763443520323069,-0.0169573467299388,-0.0131927896667686,-0.0781132046482659,0.00915904042656057,0.0148623373169172,-0.0164904869501723,-0.0170056219591995
"227",-0.103593093156339,0.0506801187398187,-0.0460850008694016,-0.0263278347173518,-0.0249601584096305,-0.0248000120604336,0.0302319104297145,-0.0394933828740919,-0.0398095943643375,-0.0549250873933176,77,-0.103593093156334,0.0506801187398183,-0.0460850008693965,-0.0263278347173517,-0.0249601584096303,-0.0248000120604339,0.0302319104297139,-0.0394933828740933,-0.0398095943643345,-0.0549250873933138,0.154810475438367,-0.00202042781575111,-0.0273076608989145,-0.0231496294891445,-0.0215581881292861,-0.0164867880019579,-0.00948548235226443,-0.0104640860295543,0.0106419870947308,-0.120695332837343,0.0915375189145972,0.0442195959222382,0.0409211964923791,0.0435185158204417,-0.0689498378505965,0.0785314274379972,0.0740094064098394,0.111924100532471,-0.0537812565862621,-0.0409879572624799,-0.0281421471989312,-0.0333890433734355,0.0548605608284383,-0.0609606274618937,-0.0500594128256877,-0.0700533225559297,0.00630711833149435,0.0127425922226561,0.0121557611055325,-0.0126090379086711,0.0193791137970745,0.0181968259050793,0.0344358899042941,0.00234364799417511,0.00508042709574323,-0.00805325659369776,0.00987452004254188,0.00353883967974395,0.011428799917517,-0.0198111137057189,-0.0192436390525165,-0.00418237614927241,-0.00361784485182321,0.0140491996891895,-0.00661150450601634,-0.00806639008277836,0.00587975902981461,0.0151059561993637,0.00895585772597617,-0.00681802892687301,-0.0234178966375848,0.00339093706256694,0.024088621892691,0.0224960629152849
"228",0.0671362140415805,0.0506801187398187,-0.0299178197611881,0.0574486853821349,-0.000193006962010205,-0.0157187066685371,0.0744115640787594,-0.0505637191368646,-0.0384591123013538,0.00720651632920303,108,0.0671362140415784,0.0506801187398183,-0.0299178197611844,0.0574486853821342,-0.00019300696201011,-0.0157187066685373,0.0744115640787573,-0.0505637191368663,-0.0384591123013509,0.00720651632920293,0.0410342838168734,-0.0199303447245222,0.0180609486538671,-0.0319463102448642,-0.02637341142499,0.0400365241171023,0.00397182796715892,-0.0120963089762606,-0.0311859138276027,0.0643645262764291,-0.0510155284266703,0.0695923805240959,-0.0123200499170677,-0.0325655421945076,0.120261461647714,-0.0834156941567487,-0.067332938908988,-0.00444438963129688,-0.0363986162601117,0.0516003661040363,-0.00187489557647897,-0.0236604673592778,0.106259476210139,-0.0733844181159255,-0.0486056235844564,-0.00227439298844564,-0.0517162651674902,-0.0121797253851214,-0.00265592248952083,-0.0312533659459272,0.0126413098303914,0.00311368734649022,-0.0228265984040708,-0.012080827186116,-0.028829174708987,0.0962531888327921,-0.0753855316965361,-0.0694785129981897,-0.00953160188215405,-0.0284681072074903,-0.00289203870994793,-0.0211235248481531,-0.0242856005755031,-0.0163599978667728,-0.015705300842187,-0.0109676157979495,-0.00254832672019365,-0.0165222413120409,-0.0392863572883118,-0.0442853465841051,0.0259863971729767,0.0106342227471134,-0.0257213554862679,-0.0263243310349557
"229",-0.0527375548420648,-0.044641636506989,-0.0126728265790937,-0.0607565416547144,-0.000193006962010205,0.00808057642746734,0.0118237214092792,-0.00259226199818282,-0.0271286455543265,-0.0507829804784829,160,-0.0527375548420625,-0.0446416365069889,-0.0126728265790917,-0.060756541654714,-0.00019300696201011,0.00808057642746728,0.0118237214092792,-0.00259226199818327,-0.0271286455543243,-0.0507829804784794,0.00948350827254659,-0.0306358412586974,0.0248649596298917,-0.0319463102448642,-0.0287522412858945,-0.0259519569799466,-0.0304484628906324,-0.0235718477980425,0.00446473228451974,0.0419462291741909,0.00524571092223918,0.0549295692048359,-0.0118460303606032,-0.0193584411805772,-0.0105567194381095,-0.00701943967898825,0.0172427015551913,0.0446050522412132,0.007770549527501,0.0472556503816879,-0.00148989094276908,-0.0144465137446954,0.00757173602070085,-0.0140762373412539,0.0185197567795615,0.0386621576638027,-0.00246669099170214,-0.0122522028677867,-0.0152663302657236,0.0152210660514931,-0.0198072027647568,-0.0146773937234335,-0.00491572588895308,-0.0115883563585488,-0.0198486985204036,-0.00645758862627076,-0.00919539995137096,0.0169910120089181,0.0447228199424664,-0.028532663480733,-0.00262519574215138,-0.0212842367562932,-0.0243314290591327,-0.0161119880998074,0.0116949982421878,-0.0237852823567034,-0.0206869463283928,-0.0228906396016489,0.0308048909241267,0.0131270604138987,0.000422378296374175,-0.0258196845303557,-0.0159693703430711,0.00646756043809254
"230",-0.0273097856849279,0.0506801187398187,-0.0159062628007364,-0.0297707054110881,0.00393485161259318,-0.000687580502639557,0.0412768238419757,-0.0394933828740919,-0.0236445575721341,0.0113486232440377,53,-0.0273097856849265,0.0506801187398183,-0.0159062628007341,-0.029770705411088,0.00393485161259326,-0.00068758050263969,0.0412768238419748,-0.0394933828740933,-0.0236445575721322,0.0113486232440374,-0.0277230068203746,-0.0292889198895316,-0.023946773483431,-0.0317282077228268,-0.0296005251927178,-0.00683040348906031,-0.00948548235226443,-0.0263035048680942,-0.0301016084619806,-0.0380090128077853,0.000328984424647236,0.00121635186060216,-0.0142562089754118,-0.0100184538981066,-0.0222831716899362,0.0133561096405416,0.000697873070942496,-0.0221866808793576,-0.0213336613107814,-0.044792956858097,0.00250297969392973,-0.00755799671515479,0.0677102896738635,-0.0609606274618937,-0.0326578069719285,0.00224420231605329,-0.00833256650315029,-0.0136683631969207,-0.0127705421125487,0.00387950422078873,-0.0067537125628053,-0.013965148944863,-0.0220951040691445,-0.0143701301934305,-0.00870311400410846,-0.016958027684089,0.012813443532659,-0.0041760635185277,-0.0248014630472396,-0.0285487682980498,0.00101300811811275,-0.023990318221953,-0.0263908856930997,-0.015339671970652,0.00901118935655465,-0.0230294642762301,-0.0155018940072519,-0.0142612218112267,0.000763227971525925,-0.00167680169556817,0.0244612930904794,-0.00902568374169547,-0.0273690085812581,-0.0261494947123764
"231",-0.0382074010379866,0.0506801187398187,0.0713965151836166,-0.0573136709609782,0.153913713156516,0.155886650392127,0.000778807997017968,0.0719480021711535,0.0502764933899896,0.0693381200517237,220,-0.0382074010379848,0.0506801187398183,0.0713965151836107,-0.0573136709609778,0.153913713156516,0.155886650392128,0.000778807997018393,0.071948002171155,0.0502764933899867,0.0693381200517197,-0.014671803902183,0.041322398563698,0.017791322939614,0.302559814069993,0.288395614763476,-0.0276537752406353,0.0393350495750242,0.00409648015469676,0.0359095878875607,-0.0498213442405793,-0.066133391934315,0.0321437037904051,-0.132537062455569,-0.1354424098516,0.00326707545253997,-0.0694466350726097,-0.0533996687901407,-0.0744761054312098,0.0725325964504309,-0.0752329536230338,0.161565781185446,0.16017607249446,0.0205946172406378,0.0641055317886932,0.0469179471493947,0.0655045365790384,-0.098681370576977,0.226982816254131,0.232068827369423,0.0198193793957601,0.0921031822957678,0.0568949865559644,0.0848700449405391,-0.202258778862721,-0.203861931822361,0.00740112685920954,-0.101728839621921,-0.0845437271235275,-0.0986498404699824,0.308689469763673,7.31081959631241e-05,0.17092249967066,0.137723798903065,0.220151601999126,0.0122551183643816,0.15277519739851,0.156718588035708,0.217613384738442,0.032432967902141,0.0212590489425868,0.0151407384026335,0.0431661212160147,0.0795212876939727,0.0482474227893772
"232",0.00901559882526763,-0.044641636506989,-0.030995631835069,0.0218723549949558,0.00806271018719657,0.00870687335104641,0.00446044580110504,-0.00259226199818282,0.00943640914607987,0.0113486232440377,154,0.00901559882526766,-0.0446416365069889,-0.0309956318350653,0.0218723549949555,0.00806271018719663,0.00870687335104635,0.00446044580110534,-0.00259226199818327,0.00943640914607965,0.0113486232440374,-0.0398705138014313,-0.0189734022955756,-0.0310446765097524,-0.0310289006346968,-0.028614654269862,-0.0274179427475811,-0.0304484628906324,-0.0335615251765384,-0.0301016084619806,-0.0170148975094996,-0.014674012735062,-0.0126176284668037,-0.0105652971699216,-0.00876480240134014,0.00489599395876247,-0.0104825580948793,-0.0111190102932458,-0.0129719814320008,0.0251236023807558,-0.0331836602184214,-0.0092024031212763,-0.0150375086779106,0.0151175342363122,-0.0140762373412539,-0.0161524385706045,-0.0210409845509596,-0.0311197160067244,-0.0177473403942183,-0.0189540904631775,0.0154803792559497,-0.0187657685767323,-0.0287080764885419,-0.0256649817186388,-0.00803479297682337,-0.00499886989610736,0.0103261248685803,-0.0138251130574591,-0.015327930770388,-0.0128985724006343,-0.0275241361160858,-0.00178036179192691,-0.0216557085737433,-0.022846737405521,-0.0143016310911767,0.010466919833986,-0.0238107926033458,-0.0140507015040795,-0.0119757624268221,0.0311633888332633,0.0213253592312698,0.0150646965811714,-0.0276632030549584,-0.0191358420946353,-0.0187101525771311
"233",0.0126481372762872,0.0506801187398187,0.000260918307477141,-0.0114087283893043,0.0397096259258226,0.0572448849284239,-0.0397192078479398,0.0560805201945126,0.024052583226893,0.0320591578182113,259,0.0126481372762871,0.0506801187398183,0.000260918307477917,-0.0114087283893043,0.0397096259258225,0.0572448849284242,-0.039719207847938,0.0560805201945137,0.0240525832268919,0.0320591578182096,-0.0384320219594698,-0.032975714900013,-0.0371045196382607,-0.00968086126329082,0.0132763533054417,-0.0083728754706576,0.0119133585146483,-0.0260029786834324,-0.017418521458037,0.00530286911245927,-0.00873149437826099,-0.0202887660104756,-0.00176442674401267,0.00478654628927206,-0.00773560868462943,0.00536807289509343,-0.0065000800031527,-0.00619525861794971,-0.00395102098463096,-0.0244996256941557,0.0404445653708051,0.0545036088924027,-0.0265210551925879,0.0462980985179143,0.0186879991159518,0.024837178838548,-0.0177625147699624,-0.0120798496605219,-0.0126824742649322,0.0183428715101787,-0.0202066707576523,-0.0221200569094446,-0.0181575841891435,-0.0216206950725898,-0.0233823734962873,0.0176405370631281,-0.0264286558618216,-0.0261051813494701,-0.0253680489497443,0.00343654972654045,-0.037415670476623,0.0173615735624037,-0.00442538976150607,0.0118802571303951,-0.0396160552370943,0.0269872377746143,0.0144588568517939,0.0252472497229369,-0.0104553608254805,-0.00121085174494042,-0.0147114960485931,-0.000952740363897748,0.0167891821486549,-0.00555211100682912
"234",0.0671362140415805,-0.044641636506989,0.0369065288194278,-0.0504279295735057,-0.0235842055514294,-0.034507614375909,0.0486400994501499,-0.0394933828740919,-0.0259524244351894,-0.0383566597339788,90,0.0671362140415784,-0.0446416365069889,0.0369065288194251,-0.0504279295735053,-0.0235842055514292,-0.0345076143759094,0.0486400994501487,-0.0394933828740933,-0.0259524244351874,-0.038356659733976,0.0410342838168734,-0.013123258492163,0.00488163265065667,-0.0240928049546608,-0.0140240259078932,0.00126438748874826,-0.00948548235226443,-0.0245359679108691,-0.0111624080757801,-0.0725077226235613,0.0432750358689432,-0.093098787345534,-0.0444943010729179,-0.0590453846691943,0.0799819170244266,-0.0673371409658321,-0.0496355979581044,-0.0728195900970317,-0.0391847699577766,0.0372007365566742,0.0203622268963347,0.0257411417139348,-0.0301572550573559,0.0224021267067543,0.0174044249756888,0.0267215292208502,-0.054533874721273,-0.0312590573868604,-0.0410554041303441,0.0587541368037885,-0.052486158692595,-0.0433791713651557,-0.0478429045208265,0.013830726707327,0.0287746983578041,-0.0421353676135348,0.0304469844733619,0.00938077800288628,0.0213436162329842,-0.0170730687053006,-0.0279148962332674,-0.00512561148606673,-0.0116144873117186,0.00371593560820174,-0.0267243671097437,-0.0020422952776225,0.00386005836354252,0.0142796553732103,-0.00469852519810758,-0.00814674909400136,-0.0280323937012396,-0.00725297464900094,0.0112242142742037,-0.00110656402729963
"235",0.0453409833354632,-0.044641636506989,0.0390621529671896,0.0459724498511097,0.00668675732899544,-0.0241737151368545,0.00814208360519211,-0.0125555646346783,0.0643282330236709,0.0569117993072195,246,0.0453409833354619,-0.0446416365069889,0.0390621529671867,0.0459724498511091,0.0066867573289955,-0.0241737151368548,0.00814208360519228,-0.012555564634679,0.0643282330236671,0.0569117993072163,-0.00377724732672101,-0.0107363422046209,-0.00259239857101923,-0.0313154701714171,-0.021959568272069,-0.0268506699940182,-0.0284112653881567,0.0289641517954351,0.0137766153335282,-0.0516979132057882,0.0284232080358552,0.0297767043527811,-0.00584294105095186,-0.0334212991308912,0.0125542002288839,-0.0222925890303003,0.0485632738229252,0.0424204608197944,-0.0412263055875713,-0.0566451258101199,-0.00791698442485843,0.0159897253158849,0.0113446351285065,-0.00422707904829167,-0.0682026831608196,-0.0648232888417853,0.0178336874843161,-0.00661773614836875,-0.0338045995780674,0.0256934614615257,-0.0312810907319504,0.0331512239784579,0.0280124684358786,-0.00520582337830931,-0.0333688904958945,0.0160189136735884,-0.0250756513915943,0.0463340890197984,0.0351972310984599,-0.0307824948145542,-0.00137212243180192,-0.0227502045228391,-0.0154268589348654,-0.00789652170631561,0.00536322029285388,-0.0186870595652148,-0.0501017713430445,-0.0435859681577712,0.029460523764864,0.0322083534080965,0.0243476183267621,-0.0428961432858102,-0.0326057375804209,0.0517143669821586
"236",0.0671362140415805,0.0506801187398187,-0.0148284507268555,0.0585963091762383,-0.0593589798646588,-0.034507614375909,-0.0618090346724622,0.012906208769699,-0.00514530798026311,0.0486275854775501,124,0.0671362140415784,0.0506801187398183,-0.0148284507268533,0.0585963091762376,-0.0593589798646584,-0.0345076143759094,-0.0618090346724597,0.012906208769699,-0.00514530798026239,0.0486275854775474,0.0410342838168734,-0.0297717582552018,0.0203783841221874,0.0178065887021067,-0.0140240259078932,0.019047432235274,-0.0282907521614154,-0.0345277538556019,0.00144182035611765,0.0643645262764291,-0.0297241106824996,0.0713231379770846,-0.0937019793112771,-0.0590453846691943,-0.0926447027896607,0.00876801080450657,-0.0201928999354101,0.0577148835193711,-0.0201748186223713,0.0528686995562419,-0.0646244411190037,-0.0437885556644316,-0.0522205128834383,-0.00215468503280976,-0.0127434291622029,0.0429115600565437,-0.034898385217599,0.00686132213988847,-0.00174373295913306,0.0390889325672022,-0.0247236954839436,-0.0205760216588215,-0.0333639911781248,-0.08692204938528,-0.053216106387345,-0.0661809927171049,0.00374642504765925,-0.0267123282708241,0.0399297742275802,0.000276690036238033,0.0784711417426711,-0.034590644385332,-0.0180406770634317,-0.0802902298128188,0.0558175845771221,-0.030454067514125,-0.0119502209178558,-0.0500652738213041,0.0163979510365145,0.0275598689630813,-0.0536697386199679,-0.0284789965641089,-0.0062188809031158,-0.0257902474002323
"237",0.0271782910803654,-0.044641636506989,0.00672779075076256,0.0356438377699009,0.0796122588136553,0.0707102687853738,0.0155053592133662,0.0343088588777263,0.0406722637144977,0.0113486232440377,67,0.0271782910803648,-0.0446416365069889,0.00672779075076273,0.0356438377699004,0.079612258813655,0.0707102687853742,0.0155053592133662,0.0343088588777268,0.0406722637144955,0.0113486232440374,-0.0278539772460471,-0.0323169646194621,-0.0172613981565296,0.0575504810609341,0.0358233638627974,-0.0247218037053662,-0.0146503349268825,-0.00939196240989362,-0.0301016084619806,-0.0343564053576439,-0.00495784628639531,0.00471409565682228,0.0322757840930513,0.0299297547763916,0.0137703419806653,0.0101954441165181,0.0103864407374913,-0.00836463170832248,-0.0106032711406511,-0.0465902119851062,-0.0760441753350054,-0.0735460070662105,0.00379883691289517,-0.050554601389262,-0.0457713099328706,-0.0210409845509596,-0.0129580470062755,-0.00064221611334551,-0.00253581391949225,0.0209096804010916,-0.015466463242027,-0.0162245371523498,-0.0167402875949031,0.0494126308808738,0.0457788174354672,0.0196877702066396,0.0138326389626191,0.0125410322041176,-0.00972446822820619,0.050605203179116,0.024693296136475,0.0261179997623525,0.0434155852205578,0.00369107748639673,0.0333702714555399,0.0146630958980661,0.0474677933623693,0.00310826951024887,0.0413719198738735,0.0346230292453086,0.0178836755339638,-4.76203884401706e-05,-0.0109026756080124,-0.0116857445239867
"238",0.0562385986885218,-0.044641636506989,-0.0687190544209005,-0.0687899065952895,-0.000193006962010205,-0.00100072896442909,0.0449584616460628,-0.0376483268302965,-0.0483617248028919,-0.00107769750046639,72,0.0562385986885201,-0.0446416365069889,-0.0687190544208933,-0.068789906595289,-0.00019300696201011,-0.00100072896442923,0.0449584616460617,-0.0376483268302978,-0.0483617248028885,-0.00107769750046597,0.0164576834395667,0.0358542655649891,0.0429743862577289,-0.0319463102448642,-0.0295936066474718,-0.00294872813041037,-0.0114067077061081,0.00117996650116345,-0.0319022125236803,-0.0621028179146747,-0.0900255923051943,-0.103951136520083,-0.0122769572301164,-0.0115940677346694,0.0628217448344365,-0.055781603472397,-0.0702372748589445,-0.0166137280509153,0.0608504759021626,0.0550761389010819,-0.00148989094276908,-0.00587708721307572,-0.0263843559495503,0.0205782085043539,0.0386536654424587,-0.00910035610800716,0.0758439460425646,-0.0120166510491244,-0.0114970600174199,-0.0505753644845598,0.0361987149203305,0.0510251406411823,-0.0167880852961195,-0.0115548874673702,-0.00764895556555187,-0.0552975145393916,0.043377916475868,0.054615795206667,-0.0164341644898675,-0.028508030165943,-0.00276646554863191,-0.0211667934388062,-0.024245547352185,-0.0163245679000634,0.00865146519356344,-0.0228641508945058,-0.0147941910018181,-0.0140708297708497,-0.000409683665975707,-0.0287511711877927,0.0128365936186214,0.00822450742585341,-0.0177597951112391,-0.0197994496653782
"239",0.0344433679824045,0.0506801187398187,-0.00943939035745095,0.0597439326260547,-0.0359677812752396,-0.00757684666200928,-0.0765355858888105,0.0712099797536354,0.0110081010458725,-0.0217882320746399,257,0.0344433679824036,0.0506801187398183,-0.00943939035744927,0.059743932626054,-0.0359677812752393,-0.00757684666200946,-0.0765355858888074,0.0712099797536368,0.0110081010458721,-0.0217882320746382,-0.0196705084819896,-0.0316779814443285,0.0227416553037854,-0.0136794075006437,-0.0288554533226101,0.0439564425827357,0.0379089015389853,-0.0330653367543158,-0.0252211390587356,0.0289275319780472,-0.0156340868943992,0.029177962819811,-0.0374361359762973,-0.0158910048364499,-0.0574104030532151,0.0430840797270562,-0.00492066000692862,-0.0320337019816077,-0.0143806051803212,0.0541370326279476,-0.0398164812533544,-0.0149382957603778,-0.0693534846773385,0.0632772790784245,0.00464565944184799,-0.0339045601199382,-0.0288637122804891,-0.00491239650835782,-0.0114364676567724,0.0347449089247863,-0.0352657479543042,-0.0245497548153998,-0.0140444551337442,-0.0582265622267244,-0.0190145026939115,-0.0857381008709319,0.0793559397275249,-0.00521270916846102,-0.0443768528171293,-0.0246807008075353,0.0582344951360412,-0.0657505897321928,-0.0327385325869124,0.00103611578750266,0.022184674592428,-0.0319339781300121,-0.017696477081227,-0.0105550408540888,-0.0709819598700242,0.00133861751805871,0.0514297578532814,-0.0119414520727037,-0.0490607847928361,-0.0255850175310745
"240",0.0235457526293458,-0.044641636506989,0.0196615356373334,-0.0125563519424068,0.0837401173882587,0.0387691256828415,0.0633666506664982,-0.00259226199818282,0.0660482061630984,0.0486275854775501,262,0.0235457526293453,-0.0446416365069889,0.0196615356373323,-0.0125563519424068,0.0837401173882584,0.0387691256828417,0.0633666506664965,-0.00259226199818327,0.0660482061630946,0.0486275854775474,-0.0312221000262393,-0.027342089855943,-0.0366259335888552,0.0670718718607615,-0.00993761314284115,0.0214312525704698,-0.0304484628906324,0.0324269188867244,0.00144182035611765,-0.0308881037880151,0.000929007503091291,-0.0236886263688882,0.0283420704815128,0.00875001371366461,0.0386943800195591,-0.0112974094868536,0.0198658671946568,0.0103341316458763,-0.0228524849194192,0.000332719198290826,-0.0799004314242591,-0.0434052654722378,-0.0452488514885787,-0.0140762373412539,-0.0698336186311994,-0.056862869879817,-0.0225891344225256,0.023546924540252,0.00377379546284834,0.0464606212294878,-0.0216450278024473,0.00637715119698359,0.00159950085580469,-0.0345384532004748,-0.0197582752548419,-0.00804735763670447,-0.0118960659299224,-0.0385435887936197,-0.0303404189868629,0.0171161774711289,0.114641275635591,-0.0250608669003689,0.0914657470692627,0.0739032711104355,0.0628298332028681,-0.025035284442182,0.0405246198496004,0.0263196479097234,0.02829540556017,0.114936185290844,0.0832257143735257,-0.0305174281441051,-0.0210357251455737,0.0428116769073948
"241",0.0489735217864827,0.0506801187398187,0.0746299514052593,0.0666296740135272,-0.00982467696941811,-0.00225332281158722,-0.0434008456520269,0.0343088588777263,0.0336568129023847,0.0196328370737072,275,0.0489735217864813,0.0506801187398183,0.0746299514052531,0.0666296740135265,-0.00982467696941797,-0.00225332281158736,-0.0434008456520249,0.0343088588777268,0.0336568129023829,0.0196328370737063,0.00248532186081721,0.0482045691499712,0.0378838484243839,-0.0305838650392582,-0.0295402673636873,-0.00463142483760742,-0.0146503349268825,-0.0174442044911401,-0.0264806856955698,0.0446773072217725,0.068015050418922,0.0562535380076812,-0.0219123430237599,-0.0127291882517373,-0.0455222916458529,0.0263724093112966,0.021828935763431,0.00623279142942269,0.0760091245156609,0.0617470318191818,-0.0120899378740993,-0.00923533740725094,-0.030804298141063,0.0218646435649851,0.02902691893966,0.0112813929250512,0.0807000831007487,-0.0282715530862732,-0.0167144179035081,-0.0539215195695717,0.0356135309094028,0.0331293280879489,0.012212696151612,-0.0259719593906415,-0.0124212591610203,-0.0511649016510401,0.0368106655441073,0.0303122254281726,0.00862754158945503,-0.0281996136665577,0.00684431179672314,-0.0271437410845264,-0.031370721761709,-0.0206033078312895,0.0117438050381715,-0.0246708904923567,-0.0175298528617134,-0.015042291552949,0.00341386106299202,-0.012629535663126,-0.00523691787543782,-0.00472889634131723,-0.00531486426585251,-0.0077383333622212
"242",0.030810829531385,0.0506801187398187,-0.00836157828357004,0.00465800152627453,0.0149424744782022,0.0274957810584184,0.00814208360519211,-0.00812743012956918,-0.0295276227417736,0.0569117993072195,177,0.0308108295313842,0.0506801187398183,-0.00836157828356845,0.00465800152627435,0.0149424744782022,0.0274957810584184,0.00814208360519228,-0.00812743012956978,-0.0295276227417713,0.0569117993072163,-0.0240034467312972,-0.0319576323543089,-0.0389919012642957,-0.028794045340941,-0.019713334667953,-0.0268506699940182,-0.0296475364768872,-0.0214730210731869,0.0137766153335282,0.0249900881671159,-0.0142154781889221,-0.0138233744206769,-0.00262211022301102,0.00737124017998765,0.00980000720863238,-0.0153943012076141,-0.0320873705343563,0.0239362759333208,-0.0132217624919112,-0.00674296090192596,0.0141773137483529,0.0226341357425759,0.029161103137588,-0.0257598872754702,-0.0389909061544446,0.0519487506655416,-0.0184743657136704,-0.0150261470052388,-0.0180740089146568,0.017051027580345,-0.0190374470605645,-0.0168141129103729,-0.0282523744611776,-0.010339056732305,-0.00635800972676391,0.00909943668449688,-0.013417869774914,-0.0230372512952826,-0.0125558687508124,-0.0227365664441862,0.000112729566420034,-0.0234009082958217,-0.0336874084836355,0.00251474544654018,0.0144742458799211,-0.0269675007684861,-0.0337374003254241,0.0194510026334716,0.0301376864821222,0.0149423831758504,0.0243476183267621,-0.0225199452201586,-0.027651152602063,-0.0541322183171939
"243",-0.103593093156339,0.0506801187398187,-0.0234509473179027,-0.0228849640236156,-0.0868780370286814,-0.0677013513255995,-0.0176293810234174,-0.0394933828740919,-0.0781409106690696,-0.0714935150526564,71,-0.103593093156334,0.0506801187398183,-0.0234509473178997,-0.0228849640236155,-0.0868780370286808,-0.0677013513256001,-0.0176293810234163,-0.0394933828740933,-0.0781409106690642,-0.0714935150526516,0.154810475438367,-0.0249608432032871,-0.0302560206171987,0.0746317915597369,0.0303733792830616,-0.023861333798276,-0.00948548235226443,0.0593520870135241,0.040192046452797,-0.120695332837343,0.0422576216202022,0.0362077731783218,0.172336515610403,0.136813580030463,0.0464762079968579,0.0785314274379972,0.15770322706398,0.15028951309529,-0.0294455601296516,-0.0371829576668628,-0.0938102762550617,-0.0793481783368699,-0.000821597501737498,-0.0609606274618937,-0.091322941437787,-0.0881277037739254,-0.00708319997953689,0.0320592295305424,0.0219493177247597,0.0278282491284338,-0.000220505972835355,0.0181494866258048,0.0166195599788095,0.0310756885883493,0.0246163976210982,0.0166182477421575,0.00693559655242473,0.0201293154042461,0.0152889666558867,0.0541518319423765,0.0312581648048308,0.0382632140064717,0.117825517911392,0.121303994958897,0.0354741324581108,0.0185562224432331,0.100630083409432,0.089664334764243,0.0444572533285939,0.0514993787651886,0.0422721499257129,0.0328338282605415,0.0369530295111783,0.0898704778319369
"244",0.0162806757273067,0.0506801187398187,-0.0460850008694016,0.0115437429137471,-0.0332158755588373,-0.0160318551303266,-0.0102661054152432,-0.00259226199818282,-0.0439854025655911,-0.0424987666488135,47,0.0162806757273065,0.0506801187398183,-0.0460850008693965,0.0115437429137468,-0.0332158755588371,-0.0160318551303269,-0.0102661054152424,-0.00259226199818327,-0.0439854025655879,-0.0424987666488105,-0.0365111223829506,-0.00202042781575111,-0.0370505944540764,-0.0163677660418306,-0.0262433003863005,-0.0263726311567458,-0.0304484628906324,-0.00506076049070097,-0.00643746530073569,0.00924031292339059,-0.0245700185550535,-0.0128254718653266,-0.0231339975307178,-0.0158917881998071,6.87600028073012e-05,-0.0108899837908664,-0.0280056302536847,-0.0307249255117929,-0.0537812565862621,0.000867038289308243,-0.0368978977397486,-0.023995935497697,0.00774488839521263,-0.0195479919484543,-0.0545546558228555,-0.0564975366424328,-0.0282313866167203,0.0210273822119157,0.00325780615384375,0.0291641994111364,-0.0179081168924767,0.0224403618788099,0.022497624415714,-0.0201182965852309,-0.0131824944154497,0.0058815554421204,-0.0132463989191981,-0.0313356432345262,-0.0279034880574355,-0.0210267910812808,0.00495780290247753,-0.0197983494864929,0.00617629129988839,0.0149509494870493,0.0131902430179883,-0.0228031378609701,-0.000332255297390896,0.000511634104788773,0.0318803846515366,0.030576903322665,0.0237385078181087,-0.0249698090394092,-0.016391566576613,0.0162100706024503
"245",-0.0600026317441039,0.0506801187398187,0.0541515220015222,-0.0194420933298793,-0.0497273098572509,-0.0489124436182275,0.0228686348215404,-0.0394933828740919,-0.0439854025655911,-0.0052198044153011,187,-0.0600026317441013,0.0506801187398183,0.0541515220015179,-0.0194420933298793,-0.0497273098572505,-0.048912443618228,0.0228686348215401,-0.0394933828740933,-0.0439854025655879,-0.00521980441530043,0.0244556107672574,0.00976490431438399,-0.0327918526382835,0.00297041564590826,0.00170098838469943,-0.0212671763746795,-0.00948548235226443,-0.00506076049070097,-0.0315342058541358,-0.0734460071061672,-0.0770909340848349,0.00915825786538438,0.0490768350195821,0.0511967192970608,-0.0279849147596102,0.041288388696594,0.0427151341019039,-0.00825810339101119,0.0539911134358704,-0.0333779580712457,-0.0544093988213834,-0.0592200900317161,0.0462940749314882,-0.0609606274618937,-0.0545546558228555,-0.0158301789019424,-0.038538162019445,-0.0709425979434703,-0.0713360475200725,0.0462924343622817,-0.067419202326812,-0.0747811363003873,-0.024224523242752,0.00902786369938981,0.0115755393245163,-0.000826443925809168,0.00399667306230759,-0.00078572845861178,-0.0158787181015661,0.00567270806360951,-0.0276952697868122,0.0127958599130252,0.0213960611091615,-0.0105774844291661,-0.0145987875091667,0.00689668411067332,0.0315141824571302,-0.00862086154682428,0.0144176108956097,-0.0023526771479089,0.011241655210291,0.00659844148416551,-0.0145046009627708,-0.0162826103899505
"246",-0.0273097856849279,-0.044641636506989,-0.0353068801305926,-0.0297707054110881,-0.0566070741482565,-0.058620045933703,0.0302319104297145,-0.0394933828740919,-0.0498684677352306,-0.129483011860342,125,-0.0273097856849265,-0.0446416365069889,-0.0353068801305885,-0.029770705411088,-0.0566070741482562,-0.0586200459337036,0.0302319104297139,-0.0394933828740933,-0.049868467735227,-0.129483011860334,-0.0277230068203746,-0.0148069868203062,-0.023946773483431,0.01330034624457,0.015361410644627,-0.0164867880019579,-0.00948548235226443,0.00346549509823649,0.204614359683027,0.0176681181867889,0.0114645042552774,0.00121635186060216,0.0196183498661143,0.0231937213182118,-0.015261036084082,0.0133561096405416,0.0157925770473792,0.0637831930233099,0.0292066736403451,0.0170909089066469,0.0512122756103635,0.0484944466427182,-0.0112927595183276,0.0224021267067543,0.0400824089715077,0.114286137802502,0.00309714351739355,0.0312153636789453,0.0325637423506671,-0.00531591682712102,0.0100459615256888,0.0165667038410241,0.0769720538614536,0.0245358363954564,0.0288839398698356,-0.0101942831693081,0.012813443532659,0.0133234019989147,0.0603489269210202,0.0181249514429318,-0.0403780324938765,0.0175120365969968,0.0347165656756521,0.146087256672064,-0.0287545377588864,0.0129207789158292,0.0485103229447408,0.148617360117111,0.00895585772597617,-0.013688855546015,-0.0741106337597655,0.0111173170250742,0.0819784561758839,0.107121204475451
"247",0.0417084448844436,-0.044641636506989,-0.0320734439089499,-0.061904165207817,0.0796122588136553,0.0509819156926333,0.056003375058324,-0.00997248617336464,0.0450661683362615,-0.0590671943081523,78,0.0417084448844424,-0.0446416365069889,-0.0320734439089461,-0.0619041652078165,0.079612258813655,0.0509819156926336,0.0560033750583225,-0.00997248617336529,0.045066168336259,-0.0590671943081483,-0.00955740877970156,-0.0179825952906807,0.0273145113235261,0.0575504810609341,0.00440627312730374,0.0106849395085916,-0.0291967554631282,-0.0035745659287714,0.017303345916664,-0.0482296116361593,-0.0369163823516188,-0.0750467089245099,0.0559758351918168,0.0342245849008668,0.0583382567081189,-0.0189751859881266,0.0267050401207283,-0.070326827471966,0.0261443701956531,0.0483728630177395,-0.0760441753350054,-0.0549296666699332,-0.0377030532729673,-0.00678056453165223,-0.0499377557550917,0.046622576625771,0.021587657298907,-0.0679077494808213,-0.0490181331886425,-0.0216287368354684,-0.0135144030248594,-0.0541315192594776,0.0211620260949201,-0.11822409965002,-0.0779293802464515,-0.0629938842109647,0.000743800514580995,-0.0824872235712484,0.056321667566312,0.0285316432660615,0.0959140386817151,-0.0350737571424432,0.05074628246832,-0.120530385954003,0.071459908487846,-0.0314448263395213,0.0347318444224834,-0.0786476704991002,0.0208910671018971,0.077398521720002,-0.0604692741452417,-0.0359283491864658,-0.00697679452816083,-0.07358074213873
"248",-0.0817978624502212,-0.044641636506989,-0.0816527993074713,-0.0400993174922969,0.00255889875439205,-0.0185370428246429,0.0707299262746723,-0.0394933828740919,-0.0109044358473771,-0.09220404962683,51,-0.0817978624502178,-0.0446416365069889,-0.0816527993074628,-0.0400993174922966,0.00255889875439214,-0.0185370428246432,0.0707299262746703,-0.0394933828740933,-0.010904435847376,-0.0922040496268239,0.0809497038807739,0.0642021335346058,-0.0113889450537842,-0.0318543757375162,-0.0251100177067023,0.0335033266743828,-0.00948548235226443,-0.0331004142148975,0.0880219609141294,0.0696926417312217,0.131574119328817,0.0566342664363842,-0.0163429607569729,0.021417566462213,-0.130729697961645,0.0599099080672956,0.0058877003020715,0.153326331055191,0.0730996896809307,0.0271458227316606,-0.00406072833560482,0.0106707709169485,-0.05279464970419,0.0224021267067543,0.00313542403425443,0.0784642524736441,0.0470909606452646,-0.016855253636816,0.0203185113726757,-0.110689610754348,0.0501785162926471,-0.00262474917487374,0.138617612427684,-0.0140564171761127,0.00705038911136046,-0.0500219786628589,0.0216302140030104,-0.0101531218030073,0.0571505779392653,-0.02917739048891,0.0014232728518073,-0.0230470828851587,-0.0250259076972719,-0.0215573454025991,-0.0187691135664576,-0.0119529028602983,-0.0114088937921392,0.0225455259634538,-0.0210837847070081,0.00294825186426765,-0.132743145760684,-0.0188115730341188,0.0530335390342874,-0.000908705912510795
"249",-0.0418399394890061,-0.044641636506989,0.0476846495582368,0.0597439326260547,0.127770608850695,0.128016437292858,-0.0249926566315915,0.108111100629544,0.0638931206368394,0.0403433716478807,258,-0.0418399394890042,-0.0446416365069889,0.0476846495582331,0.059743932626054,0.127770608850694,0.128016437292859,-0.0249926566315902,0.108111100629547,0.0638931206368357,0.0403433716478785,-0.00935658746033708,0.000165905983479618,0.0227416553037854,0.198574991171348,0.184852112083875,-0.0200242753977713,0.127229246506971,0.0281026338943518,-0.0089565585744041,0.0315413244653043,-0.0507329237003025,-0.0731992120592712,-0.121581557682095,-0.122850816336167,0.0283038170421352,-0.107833680554904,-0.0692569553716529,-0.0529893438296846,-0.04939244810675,-0.0700516775768048,-0.121033829709631,-0.127622043455397,0.0453007270987576,-0.123511329485278,-0.0677900951912649,-0.0489024509178487,0.0386735198307355,0.120365735960318,0.12140947077633,-0.00809964056050717,0.0925066948848261,0.0449247185839991,0.0217722363950379,0.152935150368422,0.1575320068283,-0.0223950966866256,0.127007442040162,0.0656087200242172,0.0310113976028812,0.201367727536475,-0.0731149050146107,0.218476295893247,0.146639054161672,0.0978927872790991,-0.0596649718997882,0.194009927207885,0.164247928389299,0.0966185668143029,-0.0193674976154425,-0.0157051433573774,-0.0087499724333154,0.107159186243035,0.0671910500927053,0.0302464158203382
"250",-0.0127796318808497,-0.044641636506989,0.0606183944448076,0.0528581912385822,0.0479653430750293,0.0293746718291555,-0.0176293810234174,0.0343088588777263,0.0702112981933102,0.00720651632920303,215,-0.0127796318808489,-0.0446416365069889,0.0606183944448027,0.0528581912385816,0.0479653430750292,0.0293746718291556,-0.0176293810234163,0.0343088588777268,0.0702112981933061,0.00720651632920293,-0.0383709024274893,0.0205830273794275,0.00924957297198441,0.00053983662466661,-0.0183150336723076,-0.023861333798276,-0.0146503349268825,0.0411865399217323,-0.0311859138276027,0.00379491190827349,-0.0250825421464158,-0.0322216466252528,-0.0246132814349337,-0.0182930400022974,0.00920479158149426,-0.0194623254072426,-0.0318239921772761,-0.0173175758617162,-0.0616416618855181,-0.0633484016934623,-0.0464795453173945,-0.0345403414740105,0.0377549288831463,-0.050554601389262,-0.0737812003130783,-0.0170607750699755,0.0457048615871023,0.0510084381485827,0.0261988877342738,-0.00534434985186393,0.0250732146559332,0.0715926155452031,-0.00922509925067171,0.0428866597956696,0.0246893847711012,-0.0108490674362821,0.0265982092856681,0.0632330900627381,-0.0102034670204901,-0.00870905820507756,-0.0212539489062054,0.00727153761653383,0.0461335806911337,-0.00866969501208529,-0.00158937558224628,-0.00762053587676572,0.0295544302953168,-0.00955602522639733,0.0200205117927527,-0.00759213801295084,0.0110690092380929,0.0196632115281795,-0.0136965812790923,-0.0108058273300429
"251",0.0671362140415805,-0.044641636506989,0.056307146149284,0.0735154154009998,-0.0139525355440215,-0.039204841302752,-0.0323559322397657,-0.00259226199818282,0.0757375884575476,0.036201264733046,303,0.0671362140415784,-0.0446416365069889,0.0563071461492795,0.0735154154009989,-0.0139525355440213,-0.0392048413027524,-0.0323559322397641,-0.00259226199818327,0.0757375884575432,0.0362012647330441,0.0410342838168734,0.013235487032272,0.0546761523337797,-0.029197952340987,-0.00949301749607783,-0.0148614559552319,-0.0304484628906324,0.0536413462857789,-0.0134295920220817,-0.0725077226235613,0.0706497158257343,0.0938229801928937,-0.0312460800087443,-0.065665345287866,-0.0466109375059041,-0.0137419636627767,0.0942588406591157,0.0390671015741707,-0.0575585906259287,-0.0834582293434896,0.0113642960214096,0.0301736037130485,0.052846525314369,-0.0140762373412539,-0.0790214116890298,-0.0449222414368645,0.0642130968869524,-0.0294128542523155,-0.0616213610181255,-0.0222028227131365,-0.0237278961784964,0.0717794158132107,0.024161910893334,-0.0339827462173503,-0.0719616041836637,-0.0406098972380505,-0.0167186837487642,0.104849580913877,0.0361106706561549,-0.0208230798701504,0.00739761853877163,-0.0206651170605431,-0.0465863421353003,-0.0275215802823598,0.0370978904987985,-0.0218592587352005,-0.0812427361775747,-0.0445183638711197,0.0329558783789466,-0.0349937154230742,-0.0124166625080251,-0.0310059425439366,-0.0204024307952609,0.0334988457853471
"252",-0.0527375548420648,0.0506801187398187,0.0983418170306391,0.0872868981759448,0.0603489187988395,0.0487898764601065,-0.0581273968683752,0.108111100629544,0.0844952822124031,0.0403433716478807,243,-0.0527375548420625,0.0506801187398183,0.0983418170306307,0.0872868981759439,0.0603489187988393,0.0487898764601068,-0.0581273968683727,0.108111100629547,0.0844952822123981,0.0403433716478785,0.00948350827254659,0.107986578501759,0.0932110925189636,0.0194799177022971,0.00154428028642235,0.0136487802996803,0.127229246506971,0.0753105957405092,-0.0089565585744041,-0.0655711194843046,-0.117802956071689,-0.120454029490253,-0.0772607291526802,-0.064426685745005,0.0753254993875045,-0.133321405435033,-0.106832831648204,-0.0628165811015768,0.101503663660682,0.0845770293928844,0.0623339417228486,0.0454459691550835,-0.0479372699349632,0.104689914591864,0.083754354238048,0.0338743694475458,0.152166838751507,0.116927950686278,0.0926436700325102,-0.109370338500293,0.212587105008504,0.160972338209617,0.064376412059214,0.101866095158909,0.0836631623817009,-0.0960482985536065,0.191368654994856,0.145363541311405,0.0535787278461566,0.012870239315863,-0.0800643414894942,0.0919554474211847,0.0824192116816408,0.0376204136702523,-0.0517939157285079,0.0594249521020692,0.074916922519504,0.0281010228997644,-0.0866482030410349,-0.0905960989705229,-0.0388136497044257,0.150478888485253,0.0671910500927053,0.046716588083296
"253",0.00538306037424807,-0.044641636506989,0.0595405823709267,-0.0561660474078757,0.0245741444856101,0.0528608064633705,-0.0434008456520269,0.0509143632718854,-0.00421985970694603,-0.0300724459043093,91,0.00538306037424824,-0.0446416365069889,0.0595405823709219,-0.0561660474078753,0.0245741444856101,0.0528608064633707,-0.0434008456520249,0.0509143632718863,-0.00421985970694538,-0.0300724459043071,-0.0408265979088352,0.0186953454287161,0.0155251168868875,-0.0234196266212509,0.00695950374898203,-0.00463142483760742,0.00445213430562091,-0.0346615890113986,-0.0191599815907023,-0.0135465959398708,-0.00206459196988379,-0.0238390532945059,-0.00934433770630153,-0.00443925903075853,-0.00147915282634911,-0.00404772520237916,-0.0133909139242733,-0.0188774547937625,-0.0606208940706207,0.042786799803965,-0.0246274274782907,-0.0567026514695787,0.064165222637786,-0.0669698652108657,-0.0032031123544662,0.0187611102588819,-0.0838821921573032,0.0195554755931902,0.0562943574396321,-0.0392635417892756,0.0459407659990817,-0.0277988143612115,-0.0556587762013495,-0.0416350920220305,-0.0738537681832865,0.0584620102412185,-0.0744094112093081,-0.0146416661349598,0.0163638198576287,-0.0102544013966207,-0.0261344662797304,0.00042463208593184,-0.0266143137843449,-0.0327046415412876,-0.0400596378360089,0.0188330661303273,-0.0207717244878382,-0.0481709469368323,-0.0101220328178548,0.0245123602158731,0.0432793160916154,-0.0313661383263046,-0.0486593244451605,-0.0183175753954598
"254",0.0816663678456587,-0.044641636506989,0.0336730925977851,0.0081008722200108,0.0520932016496327,0.0566185880048449,-0.0176293810234174,0.0343088588777263,0.0348641930961596,0.0693381200517237,150,0.0816663678456561,-0.0446416365069889,0.0336730925977827,0.00810087222001058,0.0520932016496326,0.0566185880048452,-0.0176293810234163,0.0343088588777268,0.0348641930961577,0.0693381200517197,0.0805567926037564,-0.0164496486038638,-0.0382275117077857,0.00637199241778418,0.0123431481025866,-0.023861333798276,-0.0146503349268825,-0.0161666769275886,0.0359095878875607,-0.0863809289020767,0.0489958268020929,-0.00218605092916449,0.0751066713870687,0.0866516097798949,-0.029557481490484,0.0506378571034644,0.0470989843662366,0.111314606374142,-0.0361224665130846,-0.0197771084517365,-0.0503358014066481,-0.0602486210688696,0.0377549288831463,-0.050554601389262,-0.0402639050968444,-0.0767639172847377,-0.0123054523650187,0.0258917026160352,0.0289707423165047,0.00528789341105201,0.00480337570695308,0.00362907176822067,0.0303417114793317,-0.00273221011852787,0.000846587579967822,0.00538161880552308,-0.00659227355425925,-0.0136236333819151,-0.0065320166334578,0.0129408922660142,-0.0228614625912372,0.0097297718094667,0.0136194214575674,0.0637094410919814,-0.0119910697742175,0.00706640324755524,0.0276062874342189,0.0700629819497878,0.0200205117927527,0.00648728871027746,-0.0135650491995017,-0.0039232346641889,0.0282120037871068,0.0270709957431373
"255",0.030810829531385,0.0506801187398187,0.056307146149284,0.076958286094736,0.0493412959332305,-0.0122740735888523,-0.0360375700438527,0.0712099797536354,0.120053382001538,0.0900486546258972,310,0.0308108295313842,0.0506801187398183,0.0563071461492795,0.0769582860947352,0.0493412959332303,-0.0122740735888525,-0.036037570043851,0.0712099797536368,0.120053382001531,0.090048654625892,-0.0240034467312972,0.013235487032272,0.0636910958342767,0.00243042138169551,-0.0276352431720892,-0.0117828858431991,0.0379089015389853,0.187625578160976,0.0824799557120589,0.0249900881671159,0.0276614039908669,0.0362173072775208,0.0190922020593048,-0.0183513330410822,-0.0218894136596751,0.0374880451474698,0.0650505265356731,0.0467576851674354,0.0563087988126905,0.0731620306060331,0.0506596076684254,-0.0199703178366663,-0.0222378122441128,0.0632772790784245,0.122032524921681,0.088097513101533,0.0680494163543566,0.0481925564354758,-0.0282299678796154,-0.0268427306589712,0.0673879770266891,0.126803115982657,0.0873692119702575,0.0701250932801767,-0.0297351882303007,-0.0487295171030012,0.105851603937391,0.187139926544165,0.122804209946386,-0.0370221422216939,-0.041853643725188,0.0396949656893499,0.0996953910047138,0.0821250234657633,0.0192053134422266,-0.0371897667468375,-0.0483069768436835,-0.0377872047353748,-0.0168178905048105,-0.0773772556959201,-0.0590562929525547,0.139083992673427,0.107509770598296,0.193390115787984
"256",0.00175052192322852,-0.044641636506989,-0.0654856181992578,-0.00567061055493425,-0.00707277125301585,-0.0194764882100115,0.0412768238419757,-0.0394933828740919,-0.003303712578677,0.00720651632920303,153,0.00175052192322882,-0.0446416365069889,-0.0654856181992509,-0.00567061055493434,-0.00707277125301572,-0.0194764882100118,0.0412768238419748,-0.0394933828740933,-0.0033037125786764,0.00720651632920293,-0.0413002742816813,0.0295292515314219,-0.0388099037506294,-0.0312404709680542,-0.0246426892822317,-0.00683040348906031,-0.00948548235226443,-0.034768025815036,-0.0311859138276027,-0.0100782943702419,-0.0112101500612945,-0.0172702696793657,-0.0123082341803228,-0.0111283447125675,0.00564195058496341,-0.0114725828537273,-0.0130340267620304,-0.0149769965470945,0.0577881724574706,-0.00637055668505161,0.00493720253932026,0.0115572633167712,-0.0226114568417446,0.0224021267067543,-0.00407183339046905,-0.0170607750699755,-0.0103549785625835,-0.00221984341494781,0.0150739134077058,-0.0419253953494714,0.0361787878855687,-0.0174878113191316,-0.0281700445000491,-0.0109757368379558,-0.00674226873722721,0.00350457057133408,-0.00775902089816098,-0.0195343788299809,-0.0187697477484323,-0.026574760217849,-0.009023730606101,-0.0164444355275985,-0.0239514831612103,-0.0174586125602995,-0.00778478824743089,-0.0113699259436703,-0.0144430254854472,-0.0171027593191779,0.000763227971525925,0.0172932851293137,0.0206161375164186,-0.0246498089675565,-0.0241529066766363,-0.0213040205533749
"257",-0.0491050163910452,-0.044641636506989,0.160854917315731,-0.0469850588797694,-0.0290880169842339,-0.019789636671801,-0.0470824834561139,0.0343088588777263,0.028016506523264,0.0113486232440377,346,-0.0491050163910431,-0.0446416365069889,0.160854917315717,-0.0469850588797691,-0.0290880169842337,-0.0197896366718013,-0.0470824834561119,0.0343088588777268,0.0280165065232626,0.0113486232440374,0.0027210686270277,0.344159510265641,-0.00095442094802298,-0.0199993000485338,-0.0244817801201814,-0.000558533944048542,-0.0146503349268825,-0.0228157903351605,-0.0301016084619806,0.038477927604562,-0.174811850612355,0.0347808360844305,0.0172097930190941,0.00998691744210564,0.057783543919515,-0.0464239340652069,-0.0419088421751238,-0.0277155005477716,-0.156573068670971,0.033849098615003,0.0255039016820062,0.0118527607833788,0.0679381217455917,-0.050554601389262,-0.033770701996303,-0.0210409845509596,-0.16726677468406,-0.114191709174507,-0.0831075701633462,-0.150936406572681,0.100477015546139,0.0771163107384774,0.0197234626820742,0.017660061414158,0.0111147580960409,0.0538238566868624,-0.047442098588016,-0.0494604130812215,-0.0287690932627747,-0.0204206512427957,0.0276780638488443,-0.0386155006515464,-0.0415193846649849,-0.0236439990064551,0.029804607370715,-0.0341245524574368,-0.0280684430572913,-0.0189083225595163,0.00104148238731193,-0.00942914660277828,0.00190946146814025,-0.00849256475359485,-0.0109026756080124,-0.0145318072925919
"258",-0.0273097856849279,0.0506801187398187,-0.0557853095343297,0.0253152256886921,-0.00707277125301585,-0.0235474182132754,0.052321737254237,-0.0394933828740919,-0.00514530798026311,-0.0507829804784829,63,-0.0273097856849265,0.0506801187398183,-0.0557853095343237,0.0253152256886917,-0.00707277125301572,-0.0235474182132757,0.0523217372542356,-0.0394933828740933,-0.00514530798026239,-0.0507829804784794,-0.0277230068203746,0.0123828965319289,-0.0282176484672458,-0.0312404709680542,-0.0223506823737317,0.0058089433684156,-0.00948548235226443,-0.0345277538556019,0.00446473228451974,-0.0380090128077853,0.0232186640764983,-0.0325775863899769,-0.00809719827695253,0.0030868909169812,-0.0293053072957903,0.0133561096405416,-0.00995045109729958,0.0157412046659369,-0.0642108407819524,0.0160870366717766,-0.00917135436049347,-0.0320471708197585,0.0805600185192887,-0.0609606274618937,-0.0127434291622029,-0.0655347272514307,-0.0456504135482979,-0.00371381475117706,0.015914429582395,-0.0467542874632966,0.0277789508413216,-0.0159290956070253,0.040725814709396,-0.0157064180900073,-0.0221405110139968,0.0355651089018709,-0.0342093323092153,-0.0228739564488572,-0.044049220263915,-0.0261701052758928,-0.0107493488874107,-0.0164444355275985,-0.0236785234522506,-0.00837025464828342,-0.0170564412932714,-0.00884369263828236,-0.0131919944818387,0.0115402809822496,-0.00742940178292433,0.0142917857600274,-0.0458304475767356,-0.0232352503698676,0.0208725199880692,-0.0156544695552356
"259",0.0780338293946392,0.0506801187398187,-0.0245287593917836,-0.0423945646329306,0.00668675732899544,0.0528608064633705,-0.0691723102806364,0.0808042711813717,-0.0371283460104736,0.0569117993072195,89,0.0780338293946366,0.0506801187398183,-0.0245287593917804,-0.0423945646329303,0.0066867573289955,0.0528608064633707,-0.0691723102806335,0.0808042711813734,-0.0371283460104709,0.0569117993072163,0.0699525538051992,-0.0242070882300304,-0.00809411597813102,-0.0313154701714171,0.00695950374898203,0.0308390568879875,0.0575957725927577,-0.0136496043001833,0.0137766153335282,0.0761768577092231,-0.0490294762390028,-0.0913616741917167,-0.0013640817813682,0.076178554932603,-0.121702143550508,0.126433142277644,-0.0739778398004762,0.0840098768143599,-0.0306044028180616,-0.0587446220547096,0.00542156320753553,0.0498070549545335,-0.0607869987803884,0.0740445643119187,-0.0471730583032852,0.0519487506655416,0.00287501545875736,-0.0158770268067705,-0.0415630532670517,0.0565511299715119,-0.0639856163994466,-0.00217635248410948,-0.0474335709033558,-0.0179607098621694,-0.057988711144722,0.0686416443403814,-0.0866432355058369,0.0153277623437547,-0.0669413435924151,-0.0235430951473965,-0.0127921913040608,-0.0119142340256644,-0.0296439416124583,-0.00789652170631561,-0.0695629223380722,0.0436594717915623,-0.0590766302879033,0.0503964246582635,-0.0735986482319308,0.0784016058011944,-0.0746099491894726,-0.08553763708575,0.071853429046625,-0.062703986133235
"260",0.0126481372762872,-0.044641636506989,-0.0363846922044735,0.0425295791573734,-0.0139525355440215,0.0129343775852051,-0.0268334755336351,0.00515697338575809,-0.0439854025655911,0.00720651632920303,50,0.0126481372762871,-0.0446416365069889,-0.0363846922044693,0.0425295791573729,-0.0139525355440213,0.0129343775852051,-0.0268334755336337,0.00515697338575784,-0.0439854025655879,0.00720651632920293,-0.0384320219594698,-0.0136807215116181,-0.00789459279672202,-0.029197952340987,-0.0274174207735905,-0.0188578606348272,-0.0301801899684956,-0.00506076049070097,-0.0311859138276027,-0.0204831990791285,-0.0184729798274457,-0.00496365230800343,-0.0156701588058623,-0.00697840979663947,-0.00394137321056668,-0.00856588590766976,-0.0246379748081805,-0.0132215620611283,0.0302274414552425,-0.0532934878684487,0.0113642960214096,-0.0190267244771128,0.0471871766526605,-0.0217366937913356,0.0345038918192489,-0.0170607750699755,-0.0483260848066836,-0.00125096851814925,-0.0233743985967426,0.0404272941311545,-0.0246416000466722,0.0130318297969521,-0.0237981340578851,-0.0246504780079776,0.00283924844071147,-0.0151556012604641,-0.00785904556455896,-0.0618855580104407,-0.0117151636195388,-0.0310470426409933,0.00569554522520866,-0.0225418572860955,-0.0115801068109302,-0.0185572272538263,0.0021092644258962,-0.0224080617803598,-0.0283874504620881,-0.0120957915076216,0.0287815425799504,0.047041693557952,0.00957727044460456,-0.0315991416493599,-0.0178268298111222,-0.0271135040540841
"261",0.0417084448844436,-0.044641636506989,-0.00836157828357004,-0.0573136709609782,0.00806271018719657,-0.0313761297580137,0.151725957964588,-0.076394503750001,-0.0802365402489018,-0.0176461251598052,39,0.0417084448844424,-0.0446416365069889,-0.00836157828356845,-0.0573136709609778,0.00806271018719663,-0.0313761297580141,0.151725957964583,-0.0763945037500034,-0.0802365402488962,-0.0176461251598038,-0.00955740877970156,-0.0319576323543089,0.017791322939614,-0.0310289006346968,-0.0167238843974276,0.253796370591723,0.0482386066882214,0.0644772817324172,-0.027525561775169,-0.0482296116361593,-0.0161305999413162,-0.0707457701093598,-0.00516481043425046,-0.0378840121265664,0.151283466176715,-0.0789080963398722,-0.0834471955939895,-0.0317103124469153,0.00368747826791162,0.0439040124400167,-0.0092024031212763,0.0227861670478591,-0.135798430075915,0.0588804907547624,0.0688784206616068,0.00682048181592944,-0.00821992414911494,-0.0137734993839725,-0.0072342735251871,-0.00982089349299516,-0.006521592202435,-0.00746435545118388,-0.0152560321064463,-0.0218164186705197,0.0300416340995765,-0.170557439136965,0.082037967571317,0.0831243258479847,0.00260041314684745,-0.0320660919109567,0.0244482259345524,-0.0319843398909286,-0.03799829272444,-0.0194818350947244,-0.0934737049776506,0.0142070334854659,0.0395751471706186,-0.0022251295907559,-0.186319569796483,-0.254684814196463,-0.0462874744424661,0.0920291464935497,0.00794556477942793,0.00722433952189808
"262",0.0489735217864827,-0.044641636506989,-0.041773752573878,0.104501251644626,0.0355817673512192,-0.0257394574458021,0.177497422593197,-0.076394503750001,-0.0129079422541688,0.0154907301588724,103,0.0489735217864813,-0.0446416365069889,-0.0417737525738733,0.104501251644625,0.0355817673512191,-0.0257394574458025,0.177497422593192,-0.0763945037500034,-0.0129079422541676,0.0154907301588718,0.00248532186081721,-0.00754142632895283,0.150661640937429,-0.0140694033581306,-0.0209368690880111,0.357530798279782,0.0482386066882214,-0.0323637051618293,-0.0285331990846363,-0.055166214775417,-0.0517981834132612,0.097916923096215,0.0236470527338349,-0.0368743377967639,0.206327880339003,-0.0909150168910194,-0.0262359063314365,0.00169848969475712,0.0353312805297292,-0.113622970818531,-0.0349107770496337,0.0174672126489227,-0.162208723830555,0.0588804907547624,0.00503521513509522,-0.0250211940319438,-0.104092024774146,-0.0446721407085378,0.0106655438272309,-0.147383986470721,0.0494448660078759,-0.0103682684346347,-0.0318220415481107,0.0684223441598818,-0.0677695209743563,0.389867401310775,-0.185154319000272,-0.0501897719242483,0.0149370892931156,-0.0413822252391248,0.13693747399082,-0.068475513971201,-0.0340661234743582,-0.00411551566224797,-0.0893180379059592,0.00744090270571181,-0.0085439584411967,-0.0226412710082056,-0.22329709930194,-0.0313914604372353,0.0757635286897912,-0.00800863926549518,-0.0418232807603537,-0.0247944909117337
"263",-0.0164121703318693,0.0506801187398187,0.127442743025423,0.0976155102571536,0.0163184273364034,0.0174750302811533,-0.0213110188275045,0.0343088588777263,0.0348641930961596,0.00306440941436832,308,-0.0164121703318683,0.0506801187398183,0.127442743025412,0.0976155102571526,0.0163184273364034,0.0174750302811533,-0.0213110188275033,0.0343088588777268,0.0348641930961577,0.00306440941436848,-0.0364325401275471,0.203756825150579,0.126443838478445,-0.028186672760159,-0.0256105017277773,-0.022108524728278,-0.0146503349268825,-0.0161666769275886,-0.0317861151815026,-0.0261966813749913,-0.0527608639402984,-0.0530358599845922,-0.0175416788337798,-0.0164332543547888,0.0121023294302937,-0.022158486273039,-0.0249723333413677,-0.0163831703355928,0.132792416247752,0.0959920281797357,0.0156366055051558,0.0118991553131605,-0.00510484045021256,0.0218646435649851,0.0303266595166711,-0.00679298829294457,0.228483030499996,0.0329801757694473,0.0360291764228315,-0.0422140458091401,0.0753424152494038,0.0757181812112952,-0.010190528590234,0.0225434348422376,0.0280268857214337,-0.0344723270478074,0.0597886921255955,0.0563302596725691,-0.0118645640636125,-0.0245030203517447,-0.0102568033524507,-0.0115749245292848,-0.0125185111036509,-0.0152210958723911,0.00156055515183599,-0.0140355207816415,-0.00244427616558013,-0.0129459974966178,0.0176481331170726,0.00358717694304685,0.0124575484167393,-0.0039232346641889,-0.0164904869501723,-0.0187151479724261
"264",-0.0745327855481821,0.0506801187398187,-0.0773415510119477,-0.0469850588797694,-0.0469754041408486,-0.0326287236051719,0.00446044580110504,-0.0394933828740919,-0.0721284546019561,-0.0176461251598052,116,-0.074532785548179,0.0506801187398183,-0.0773415510119397,-0.0469850588797691,-0.0469754041408483,-0.0326287236051722,0.00446044580110534,-0.0394933828740933,-0.072128454601951,-0.0176461251598038,0.060188708571371,0.0542110109962273,-0.00095442094802298,-0.000787286375484424,-0.0156747391249747,-0.0274179427475811,-0.00948548235226443,0.0454004596098298,-0.027525561775169,-0.0891957823498925,0.112352902215211,0.0616186943583732,0.0596780993718277,0.0406383858939555,-0.00377971405502951,0.0537027349437284,0.100396457417422,0.0141394753235186,-0.087387694550153,-0.0638179548361825,-0.0514908153077776,-0.0417757468339162,0.0248778601891129,-0.0609606274618937,-0.0848505534044102,-0.0293859648154392,0.0542086947677134,0.0668080179357636,0.0425579675509846,0.0108534319468355,0.0464452553840929,0.100753491385707,0.0101192831758397,0.0358017428042779,0.0242615886327778,0.00400834153071442,0.0275080609832447,0.0560091357738121,-0.00110117943573867,-0.00696942967591671,-0.00720329952456335,0.0109093892394366,0.0465643228599168,0.00203901242580682,0.00647391383756713,-0.00320824911087846,0.0359627452816767,-0.00175130409988507,0.0280719938196934,0.0131052907042091,0.0121560969102269,0.0282155655218113,-0.00485629524890537,0.00438915816511293
"265",0.0344433679824045,0.0506801187398187,0.0282840322283806,-0.0332135761048244,-0.0455994512826475,-0.00976888589453599,-0.050764121260201,-0.00259226199818282,-0.0594726974107223,-0.0217882320746399,145,0.0344433679824036,0.0506801187398183,0.0282840322283787,-0.0332135761048242,-0.0455994512826472,-0.00976888589453619,-0.0507641212601988,-0.00259226199818327,-0.0594726974107181,-0.0217882320746382,-0.0196705084819896,-0.0213163406043989,-0.0201733583707481,-0.00258593662516533,-0.0283578842068757,0.00384579721001904,-0.0304484628906324,0.0196816818056828,-0.0252211390587356,0.0289275319780472,0.0116741306860328,-0.0427453871391999,-0.0442329647778582,-0.0174759379957103,-0.036745502635025,-0.0119085480308344,-0.0560871101179693,-0.0320337019816077,0.0261788889140298,-0.0485979564537141,-0.0500315235509747,-0.0172865727293124,-0.0393707840380131,-0.0195479919484543,-0.0712266748290797,-0.0339045601199382,-0.0362939541734381,-0.0403900512110278,-0.0190956463916101,-0.0135619963527881,-0.0221351144791647,-0.0593509947402552,-0.0311789834885638,0.0208508652009472,-0.00207810803636609,0.0430016295051575,-0.0107386376534003,0.0243220143186206,-0.0032425858014021,-0.0222502845336435,0.0485591590081551,-0.0192411417603178,0.032390715853645,0.00568629891810071,0.0203657176124787,-0.0230582403273943,-0.0030667933537742,-0.00953120789286704,0.0338521231517883,0.0885875847139896,0.0388013839318121,-0.0241889784027012,-0.0174470571604677,0.00484526394290045
"266",-0.034574862586967,0.0506801187398187,-0.0256065714656645,-0.0171468461892456,0.00118294589619092,-0.00287961973516629,0.00814208360519211,-0.015507654304751,0.0148227108412663,0.0403433716478807,74,-0.0345748625869654,0.0506801187398183,-0.0256065714656613,-0.0171468461892455,0.00118294589619101,-0.00287961973516644,0.00814208360519228,-0.0155076543047518,0.0148227108412657,0.0403433716478785,-0.0195046126094712,-0.0234194686808254,-0.0342532252718556,-0.0319270765781954,-0.0294981986601146,-0.0268506699940182,-0.0272929957943195,-0.0315437711661028,-0.0089565585744041,-0.045883900429648,0.00980666822873253,-0.00372972779801013,-0.0128925339464045,-0.00832260729248288,-0.00259386138249959,0.00162244642011655,-0.0237139543688068,-0.0464378523150898,-0.0317632455064716,-0.0308412916614843,-0.000415603819676069,-0.00990627368408941,0.029161103137588,-0.0340424143781581,0.00875207361204949,0.0338743694475458,-0.00901467854212126,-0.0129650685919449,-0.0113876625154436,0.0139083243508247,-0.0118207037187878,-0.0306280842180628,-0.0398678475446212,-0.0122793270158486,-0.00807313690077757,0.00544749049773174,-0.00685217201646274,-0.0256513533316003,-0.0319890659835261,-0.0285586188838863,-0.00236202376394989,-0.0216113433137419,-0.0240736990413942,-0.0152716692926132,0.0091180672014634,-0.022754469157734,-0.0167997678292317,-0.0165843318271086,0.0290090819533586,0.0231011872610067,0.0213137048377949,-0.0316581491545841,-0.0308573964625845,-0.00898238545775797
"267",-0.0527375548420648,0.0506801187398187,-0.0622521819776151,0.0115437429137471,-0.00844872411121698,-0.0366996536084358,0.122272855531891,-0.076394503750001,-0.0868289932162924,0.00306440941436832,45,-0.0527375548420625,0.0506801187398183,-0.0622521819776084,0.0115437429137468,-0.00844872411121685,-0.0366996536084362,0.122272855531888,-0.0763945037500034,-0.0868289932162864,0.00306440941436848,0.00948350827254659,0.0235090186813894,-0.0370505944540764,-0.0309389015906613,-0.0119814176035547,0.155129154578748,0.0482386066882214,0.0814846220967648,-0.0317861151815026,-0.0655711194843046,0.060199484531178,-0.0307228859718354,-0.00292584416168358,0.0302166278402935,-0.146160222846974,0.0771818708250418,0.0836025996235187,-0.0188713674613446,-0.0711638969124125,0.000867038289308243,-0.0106306461172964,-0.0461368326333662,0.161941634540315,-0.102373262975333,-0.100675632066033,-0.00679298829294457,-0.0319246602625723,-0.000852634611404296,0.0372968321677558,-0.151793717527206,0.0837468887819374,0.0969335515088408,-0.0223088250679784,-0.0139467564309974,-0.0183820714209475,0.0373536727741409,-0.0316608777782953,-0.0424215371397315,-0.0172213563034138,-0.0241530710971947,-0.0253946985834295,-0.0100896354427652,-0.00906773260202264,-0.0169028763889316,-0.0875569825068934,0.0205972681107891,0.0543081737908425,-0.0165047842523333,-0.144059536075962,-0.21950278555559,0.0223530723872757,0.101824306607087,-0.0231599636829356,-0.0261048378362755
"268",0.0598711371395414,-0.044641636506989,-0.000816893766403737,-0.0848566365108683,0.0754844002390519,0.0794784257154807,0.00446044580110504,0.0343088588777263,0.0233748412798208,0.0279170509033766,115,0.0598711371395395,-0.0446416365069889,-0.00081689376640286,-0.0848566365108676,0.0754844002390516,0.0794784257154812,0.00446044580110534,0.0343088588777268,0.0233748412798197,0.0279170509033752,0.0241674758307779,-0.032966980597619,0.0859311919834173,0.0485102948271993,0.0530562493976079,-0.0274179427475811,-0.0146503349268825,-0.0264993382638436,-0.0209233468822702,-0.0655711194843036,-0.00982877518010972,-0.131172901268973,0.0805375083484958,0.0894777686723251,0.010176859706288,0.0344608919086859,0.0165846753079172,0.0221017061259238,-0.00345789643636975,0.0707171159733864,-0.0721879192457519,-0.0818199361312226,0.0151175342363122,-0.050554601389262,-0.0293693213505098,-0.0369618224748962,-0.0163318350372251,-0.0136481980908578,-0.0144410483573729,0.0184932751781636,-0.0211420181477414,-0.0226795015769115,-0.0188073802506239,-0.150106997308593,-0.156130567638562,0.000533560694888172,-0.0755263532987238,-0.0644146337505666,-0.0660517119868734,0.0558048808092376,0.00486273693055274,0.0236597655694196,0.012534899839304,0.0303661279865194,0.0173034301005819,0.0193899268806062,0.0250483436804399,0.0334699652034172,0.0342547838468332,0.0227300678525344,0.0167267535359969,-0.0115898590640216,0.000272947076307371,-0.00790126124050008
"269",0.0635036755905609,0.0506801187398187,0.0886415083657111,0.0700725447072635,0.0204462859110067,0.0375165318356834,-0.050764121260201,0.0712099797536354,0.0293004132685869,0.0734802269665584,264,0.063503675590559,0.0506801187398183,0.0886415083657035,0.0700725447072627,0.0204462859110067,0.0375165318356836,-0.0507641212601988,0.0712099797536368,0.0293004132685854,0.0734802269665542,0.0323596759565468,0.0815492242557791,0.0460737365304821,-0.0260437519737512,-0.0111880610813338,0.00384579721001904,0.0379089015389853,-0.0216794227806468,0.0442554534290159,0.0604270824654978,0.109506748686424,0.0829127907919605,0.0145473136726184,0.0395998621825853,-0.0710890921223378,0.0878523563637477,0.0263055074143404,0.0890441007238326,0.0910740794649914,0.0655520314147989,0.0200144807755645,0.0333691161719912,-0.0393707840380131,0.0632772790784245,0.0243372698938022,0.0700231318835373,0.105214415367451,0.0271601316246564,0.0602174584667293,-0.082141246391759,0.117873415541932,0.0350130658438186,0.117451442728348,0.0190851883948267,0.0481432715482247,-0.0648519574769939,0.0952533382534448,0.0260670996607443,0.0866322655769614,-0.0177302493748481,-0.0255026763118593,0.00397953562721443,-0.0118865564284528,0.0169621715488784,-0.0316197056937174,0.0185215925915116,0.00834534457423509,0.0450012181296453,-0.0365139157285246,-0.0132322452420702,-0.0699644146476704,0.0133930196683862,0.0843141327625728,0.0218313507780357
"270",0.00901559882526763,-0.044641636506989,-0.0320734439089499,-0.0263278347173518,0.0424615316422248,-0.0103951828181151,0.159089233572762,-0.076394503750001,-0.0119006848015081,-0.0383566597339788,87,0.00901559882526766,-0.0446416365069889,-0.0320734439089461,-0.0263278347173517,0.0424615316422247,-0.0103951828181153,0.159089233572757,-0.0763945037500034,-0.011900684801507,-0.038356659733976,-0.0398705138014313,-0.0179825952906807,-0.0273076608989145,-0.00648783066334615,-0.0281926230098595,0.281777577200053,0.0482386066882214,-0.0327495793432767,-0.0111624080757801,-0.0170148975094996,-0.0148782402612967,-0.0223792765192482,-0.00421144265573125,-0.0123799972821467,0.0373503901774509,-0.0248769538597097,-0.0151735233912754,-0.022988686925395,0.0261443701956531,0.0137392709649757,-0.041337870531723,0.00298783678515155,-0.143344228291526,0.0588804907547624,0.00408010027330416,0.0267215292208502,-0.00099303659472081,-0.0419611759965473,-0.00566961684614077,-0.0956317621667178,0.0331965394306889,-0.0138416767321155,0.00731437930837981,-0.0359728342525477,-0.00318471657650256,-0.0778379222225575,0.0308734871639914,-0.0129312597806958,0.00256961568710457,-0.0347141389998869,0.146645975610909,-0.077598307491269,-0.0350308240521969,-0.0524188464851813,-0.0261896107044427,-0.0109780088613965,-0.0131358203990822,-0.00554659469693542,-0.196884578226614,-0.0224022904316657,-0.123309692246076,-0.00950523667364782,0.0390510932417915,-0.0117868783843222
"271",0.00538306037424807,0.0506801187398187,0.0304396563761424,0.0838440274822086,-0.0373437341334407,-0.0473467013092799,0.0155053592133662,-0.0394933828740919,0.00864028293306308,0.0154907301588724,202,0.00538306037424824,0.0506801187398183,0.0304396563761403,0.0838440274822076,-0.0373437341334404,-0.0473467013092804,0.0155053592133662,-0.0394933828740933,0.00864028293306291,0.0154907301588718,-0.0408265979088352,-0.0194712575320298,0.0829585659268686,-0.0122550274690348,-0.000271319602985526,-0.0247218037053662,-0.00948548235226443,-0.0337837555341933,-0.0285331990846363,-0.00257201850940338,-0.0053569928827918,-0.00690860888041651,-0.0161731385014066,-0.0157629114212877,0.00590292974455521,-0.0145761694155109,-0.0119318178251457,-0.0133950510350339,0.0284965742908498,0.0807720297972673,-0.0412757730101573,-0.05754274933962,0.0377275890345381,-0.0609606274618937,0.0020967114832282,0.00676279762055223,0.032802327866147,-0.0370582788677804,-0.0447473428213792,0.0291387804879552,-0.0468862673297636,-0.0164588780432853,-0.00850202741816227,-0.079428102294221,-0.0956637429607137,0.0350610429954477,-0.0841710316412067,-0.00371608672751286,0.00843816997392856,-0.00366173584588052,-0.015365428424253,0.00430674188187641,-0.0312029270181592,-0.0291476443189945,-0.00627313331626781,0.00592505591629334,-0.024867923084739,-0.0298164056354296,0.0198793640652432,0.0234013026436594,0.0193280821732765,-0.0338241811056154,-0.0305851104858799,-0.0181799979926612
"272",0.0380759064334241,0.0506801187398187,0.00888341489852436,0.0425295791573734,-0.0428475455662452,-0.0210422305189592,-0.0397192078479398,-0.00259226199818282,-0.0181182673078967,0.00720651632920303,127,0.038075906433423,0.0506801187398183,0.00888341489852432,0.0425295791573729,-0.0428475455662449,-0.0210422305189595,-0.039719207847938,-0.00259226199818327,-0.0181182673078952,0.00720651632920293,-0.0148551624981244,-0.0318264645850253,-0.00789459279672202,-0.00602283560249629,-0.0238124783691793,-0.0083728754706576,-0.0304484628906324,-0.0298674093899606,-0.0311859138276027,0.0328649757889785,-0.0016918813887337,0.0193292366462653,-0.0454798725260943,-0.0272315940830124,-0.0312480347509959,-0.012112260878828,-0.0274525143611799,-0.00912554826054028,0.00531972052264927,0.0351120346498621,-0.0471129400373689,-0.0293634257124047,-0.0265210551925879,-0.0195479919484543,-0.0267087747335295,-0.00227439298844564,-0.0102270514060567,-0.0205939081382916,-0.0171275506924414,0.0106774084155656,-0.0210324194565505,-0.0258075935014717,-0.0169973844811855,-0.0511772734086657,-0.0286526075067479,-0.0264285087847481,-0.0149825413339811,-0.0372264348423264,-0.0117151636195388,-0.0158394986105421,0.0350192835236005,-0.0193649656994678,-0.00817228905984893,-0.0231714089666388,0.0277263077977549,-0.0225990558878307,-0.00746487258921514,-0.0173446418221517,0.0333143762880833,0.0366340162844447,0.00748883613372083,-0.0262739652458385,-0.0189247439778643,-0.0234195892846011
"273",0.0126481372762872,-0.044641636506989,0.00672779075076256,-0.0561660474078757,-0.0758704141630723,-0.0664487574784414,-0.0213110188275045,-0.0376483268302965,-0.0181182673078967,-0.09220404962683,182,0.0126481372762871,-0.0446416365069889,0.00672779075076273,-0.0561660474078753,-0.0758704141630719,-0.066448757478442,-0.0213110188275033,-0.0376483268302978,-0.0181182673078952,-0.0922040496268239,-0.0384320219594698,-0.0323169646194621,0.0155251168868875,0.049335286064191,0.028174437405136,-0.022108524728278,-0.0114067077061081,-0.0298674093899606,0.0880219609141294,-0.0204831990791285,-0.00701240871075781,-0.033005349718332,-0.0317152342618426,-0.0280555572721064,-0.00231527229311121,-0.0202784889592678,-0.0177421889799158,-0.0413267758338424,-0.0106032711406511,0.042786799803965,0.0692081373602137,0.0558818833079076,0.041527827990952,0.0205782085043539,0.00997581783843846,0.0784642524736441,-0.0251814592007989,-0.0234205299622365,-0.02285560120553,0.0153657429265098,-0.026081160605448,-0.0249463668758135,-0.0312638402004149,0.0801435508972194,0.0721877269928031,0.0329407610920158,0.0331053004732992,0.00285587877834995,0.0872372937146297,0.0423426920741219,0.0331417622245701,0.028287510825028,0.00436622788826169,0.138684107983045,0.040294057763567,0.0158524957430299,0.0106505160377581,0.117245639839679,0.0464496299935022,0.0290983478012339,0.0581179464256998,-0.0139206873476296,0.049688942623805,0.0122717110366904
"274",0.0744012909436196,0.0506801187398187,-0.02021751109626,0.0459724498511097,0.0741084473808508,0.0328193049088404,-0.0360375700438527,0.0712099797536354,0.106354276741726,0.036201264733046,241,0.0744012909436172,0.0506801187398183,-0.0202175110962573,0.0459724498511091,0.0741084473808505,0.0328193049088405,-0.036037570043851,0.0712099797536368,0.106354276741719,0.0362012647330441,0.0598307227411995,-0.0270189206673675,-0.00259239857101923,0.0456038337639749,-0.0155115131357709,-0.0117828858431991,0.0379089015389853,0.139731058970116,-0.0134295920220817,0.0722394138982918,-0.0404152448202198,0.0597875113874712,0.100911313713069,0.0408459771836053,-0.0584603070677133,0.104640460102507,0.153867989154494,0.044945942856605,-0.0259690320644215,0.0389170342454792,0.0769268592908776,0.0283370940957028,-0.0222378122441128,0.0632772790784245,0.107285485781294,0.0293557741430469,-0.0360967469836299,-0.0449313646082324,-0.0276223543793618,0.0348823519560511,-0.0520942274593851,-0.069672858213566,-0.0335897142429033,0.0617006494657127,0.0237324716552833,-0.0257598619674718,0.0581594083596319,0.0896407167069593,0.0158603578269394,0.00567135172425246,-0.0615698959102756,0.0703081914568945,0.140731207637901,0.043118915923108,-0.0159884536950448,0.0132658039746862,0.0609995285732058,0.0113750522711804,-0.0168178905048105,-0.0662229701372254,-0.0154141069601686,0.120111016985204,0.0321239476321954,0.0554620205614952
"275",0.0162806757273067,-0.044641636506989,-0.0245287593917836,0.0356438377699009,-0.00707277125301585,-0.00319276819695581,-0.0139477432193303,-0.00259226199818282,0.0155668445407018,0.0154907301588724,66,0.0162806757273065,-0.0446416365069889,-0.0245287593917804,0.0356438377699004,-0.00707277125301572,-0.00319276819695596,-0.0139477432193294,-0.00259226199818327,0.0155668445407012,0.0154907301588718,-0.0365111223829506,-0.0242070882300304,-0.0172613981565296,-0.0312404709680542,-0.0294733145429082,-0.0252827026077652,-0.0304484628906324,-0.0311945682833325,-0.0285331990846363,-0.0239515006487573,-0.0171939979630591,-0.00401151343693428,-0.014413752132008,-0.0115038188734177,-0.00132665083430741,-0.0108899837908664,-0.00757040450252523,-0.00962166585258616,0.0189989954913717,-0.0465902119851062,0.00493720253932026,-0.0038086049468227,0.0339820297753406,-0.0140762373412539,-0.0219655203593633,-0.0250211940319438,-0.0350053788063116,-0.00852772239013797,-0.0112868658161513,0.0262322823509103,-0.0191333335842703,-0.0306782850153893,-0.026253082949914,-0.0172833118406912,-0.0116293778083526,-0.00190713291465657,-0.0145967319084738,-0.0075170841344374,-0.00672597510417456,-0.0281933799856737,-0.000395639199552395,-0.0209746769084181,-0.0267484611373595,-0.0187569494048733,0.0105902643236047,-0.0233260979171398,-0.0169542927623272,-0.0151541740058849,0.032059633606105,0.0154686894527551,0.00906709189754656,-0.0279722842612211,-0.0193469402114062,-0.0160538046607671
"276",-0.00551455497881059,0.0506801187398187,-0.0115950145052127,0.0115437429137471,-0.0222082526932283,-0.0154055582067476,-0.0213110188275045,-0.00259226199818282,0.0110081010458725,0.0693381200517237,94,-0.00551455497881003,0.0506801187398183,-0.0115950145052109,0.0115437429137468,-0.0222082526932281,-0.0154055582067478,-0.0213110188275033,-0.00259226199818327,0.0110081010458721,0.0693381200517197,-0.0408004038237007,-0.0310170858965227,-0.0370505944540764,-0.0249825132461668,-0.0265009559533994,-0.022108524728278,-0.0304484628906324,-0.0330653367543158,0.0359095878875607,-0.0143843499421974,-0.00745698057278874,-0.0184772868463294,-0.00954543691207391,-0.00862925352802015,0.00669572878401683,-0.00966770670290491,-0.0141916085936019,-0.0238059113024776,-0.0166982905571412,0.000867038289308243,-0.0252235636853254,-0.0233249992208586,-0.00510484045021256,-0.0195479919484543,0.00464565944184799,0.0655045365790384,-0.0203524028389025,-0.00669817738668918,-0.00907794764183635,0.0241055322881709,-0.0198684635993465,-0.0250730095812962,-0.0350922886741173,-0.017375389850016,-0.0130249314758892,0.00325887899778536,-0.0132463989191981,-0.0171059267879605,-0.00168371011574598,-0.0237024239206724,0.00787991062003562,-0.020293645243093,-0.0295643589940263,-0.050451054705124,0.0167359946079246,-0.0228286481076125,-0.0195941239860592,-0.0369925153416646,0.0324181315152416,0.0150739375740597,-0.0193062067199288,-0.0277424438261257,-0.0220912157294284,-0.00570716087722987
"277",0.0126481372762872,-0.044641636506989,0.0261284080806188,0.063186803319791,0.125018703134293,0.0916912157252725,0.0633666506664982,-0.00259226199818282,0.0575728562024259,-0.0217882320746399,283,0.0126481372762871,-0.0446416365069889,0.0261284080806171,0.0631868033197903,0.125018703134292,0.0916912157252731,0.0633666506664965,-0.00259226199818327,0.0575728562024226,-0.0217882320746382,-0.0384320219594698,-0.0230259653729747,0.030106488015485,0.188752030994128,0.0804123427877238,0.0214312525704698,-0.0304484628906324,0.0162478839510467,-0.0252211390587356,-0.0204831990791285,-0.00185515170824827,0.000905540172545665,0.0203421216620047,0.0139324485468711,0.0226182751078726,-0.0106862709428729,0.00243591623460179,-0.0214189160781699,-0.0289770918088032,-0.073403315518476,-0.118462992316795,-0.0933443373289181,-0.0452488514885787,-0.0140762373412539,-0.0617970112227003,0.0108006912969136,0.0149679530211035,0.0588249008556994,0.0397435461417835,0.0556325322852078,-0.0220125928099853,0.0109125493731693,-0.0301998675825741,0.158677301614342,0.117115278847961,0.0906805423018603,-0.0161399696105032,0.0615878874408892,-0.0459003441880822,0.13259251277184,0.172421386001187,-0.0269182259876193,0.126395701298466,-0.0766883736810647,0.13545635099849,-0.0271909002834667,0.100380818153397,-0.0569200478122761,0.02829540556017,0.102801948969006,-0.0171242720061238,-0.0300901222154525,-0.0174470571604677,-0.0456894805509321
"278",-0.034574862586967,-0.044641636506989,-0.0590187457559724,0.00121513083253827,-0.0538551684318543,-0.0780352505646541,0.0670482884705852,-0.076394503750001,-0.02139368094036,0.0154907301588724,64,-0.0345748625869654,-0.0446416365069889,-0.0590187457559661,0.00121513083253812,-0.0538551684318539,-0.0780352505646548,0.0670482884705834,-0.0763945037500034,-0.0213936809403582,0.0154907301588718,-0.0195046126094712,0.0177935670148918,-0.0393437631236063,0.00900797248307443,0.0500815043019331,0.027301569492172,0.0482386066882214,-0.0278689418532572,-0.0285331990846363,0.0246047213260466,0.0340862865413566,-0.017991047702848,0.0260947636888923,0.046225414394876,-0.0500082451623422,0.0471645694471737,0.00267817931544148,-0.027230796704009,0.0516635655680866,-0.013073832568394,0.0486414382175278,0.0668152895723879,-0.0490217505963844,0.0588804907547624,0.013081673477049,-0.0250211940319438,-0.0191228068755369,0.0569070239202559,0.088403835828967,-0.0699943166234651,0.0783307799228752,0.00558373641553515,-0.0373910001463073,-0.0132540891931469,-0.0112157485116543,0.00999519335970477,-0.0146060509758535,-0.0205370047812373,-0.0175575073028196,0.0305528423656138,-0.0823389625940161,0.0501208017896841,-0.000296134095486016,-0.0348152960903333,-0.103686188101164,0.0702155604956523,0.0209012656475586,-0.040007176555255,-0.0648219728499844,-0.0120347597458585,0.0372848151558039,0.00459959161973492,-0.0418232807603537,-0.0273992928369599
"279",0.0671362140415805,0.0506801187398187,-0.0363846922044735,-0.0848566365108683,-0.00707277125301585,0.01966706951368,-0.0544457590642881,0.0343088588777263,0.00114379737951254,0.0320591578182113,102,0.0671362140415784,0.0506801187398183,-0.0363846922044693,-0.0848566365108676,-0.00707277125301572,0.0196670695136801,-0.0544457590642858,0.0343088588777268,0.00114379737951285,0.0320591578182096,0.0410342838168734,-0.0136807215116181,0.0859311919834173,-0.0312404709680542,-0.0245450660829471,0.00858156862459533,-0.0146503349268825,-0.0349163650828616,-0.017418521458037,0.0643645262764291,-0.0601404217456007,-0.145021500550653,-0.021783064962906,0.0173048277994856,-0.0811362614687215,0.0398532136402787,-0.0112936259614356,0.0328511742591039,-0.0433516723905719,-0.105672950387971,-0.00917135436049347,0.0142474322820951,-0.0436540269864881,0.0218646435649851,-0.00597322912799296,0.024837178838548,0.0433955271896008,-0.00670175742363556,-0.0287686320320607,0.0629139988407177,-0.0478982055603951,-0.023176132550698,-0.0426489578427525,0.00111378191728704,-0.0455200019300824,0.103354747149656,-0.0755263532987238,-0.0221298727359389,-0.0731901700493537,-0.0304656731212737,0.00593162783191658,-0.0255049182892378,-0.0246106893162308,-0.0213536230940207,-0.0135641851151374,-0.0128538130360065,-0.0153645433847383,-0.000577875145927104,-0.00370327496404826,0.0189673198810419,-0.0253294173230252,-0.0264242088449621,0.00306685274738731,-0.0201056074299245
"280",0.0380759064334241,0.0506801187398187,-0.0245287593917836,0.00465800152627453,-0.0263361112678317,-0.0263657543693812,0.0155053592133662,-0.0394933828740919,-0.0159982677581387,-0.0259303389894746,200,0.038075906433423,0.0506801187398183,-0.0245287593917804,0.00465800152627435,-0.0263361112678314,-0.0263657543693816,0.0155053592133662,-0.0394933828740933,-0.0159982677581372,-0.0259303389894727,-0.0148551624981244,-0.0242070882300304,-0.0389919012642957,-0.0221529868496179,-0.0205098238424275,-0.0247218037053662,-0.00948548235226443,-0.030984280833921,-0.02243261233058,0.0328649757889785,-0.0284300491192745,-0.0130631887800103,-0.0325993293876826,-0.0314866617639786,0.0177040480987203,-0.0425084484715633,-0.0257511596045012,-0.0373281593519389,-0.0306044028180616,-0.00674296090192596,-0.0296014389557341,-0.0350663840655316,0.0377275890345381,-0.0609606274618937,-0.0244266025956454,-0.0384231554244371,-0.0199646340268049,0.00176130379314763,0.00122954687304771,0.0100622302865895,0.00071280925430319,-0.0136052525114058,-0.0050725949964722,-0.0144895077129325,-0.0118257201553426,0.0098049519852629,-0.0165757913685124,-0.0216246651932528,-0.0203928394150978,-0.0187520113235259,-0.0115951955244198,-0.0032391408124781,-0.0156115913597922,-0.00119682929179836,0.000772246311613126,-0.00709476188839838,-0.00657180281370215,0.000561772038435219,0.0198793640652432,0.0147697078133518,0.00488401578014949,-0.0148989200603203,0.00157590856033827,-0.0126118133093741
"281",0.00901559882526763,0.0506801187398187,0.0185837235634525,0.0390867084636372,0.0176943801946045,0.0105857641217836,0.0191869970174533,-0.00259226199818282,0.0163049527999418,-0.0176461251598052,265,0.00901559882526766,0.0506801187398183,0.0185837235634515,0.0390867084636366,0.0176943801946045,0.0105857641217836,0.0191869970174531,-0.00259226199818327,0.0163049527999411,-0.0176461251598038,-0.0398705138014313,-0.0279429179206186,-0.0127842593252255,-0.0275258330053667,-0.028140296975043,-0.0231602101702772,-0.0304484628906324,-0.0308312986282105,-0.027525561775169,0.00136542530152794,-0.00527954652826704,-0.00913132559093072,-0.00878621790594833,-0.00840920946224441,0.0079868888367328,-0.0104825580948793,-0.00981383723278222,-0.0188150596364807,0.0157493047183395,0.031307035054245,0.0170958972619587,0.00451885626793748,0.0420108319830131,-0.0195479919484543,0.010347701922479,-0.0293859648154392,-0.00332911939944186,-0.00514509890985969,-0.00867948582131302,0.0265555949785499,-0.0215837669678576,-0.0155768503483951,-0.0251682646385893,0.0030876753267422,-0.000131881463735552,0.0237459579258189,-0.0147896366212275,-0.00566908497133335,-0.031947784290623,-0.0258783005085335,0.00492476399612266,-0.0220890923607683,-0.0183951361757167,-0.0232479834108174,0.0140245624315087,-0.023887323343273,-0.0120592610234965,-0.0180982835349284,0.03044639301499,0.0274427540997926,0.00631173977495757,-0.0280094978319438,-0.0176581552772387,-0.0265336464154349
"282",-0.0926954778032799,0.0506801187398187,-0.0902752958985185,-0.0573136709609782,-0.0249601584096305,-0.0304366843726451,-0.00658446761115617,-0.00259226199818282,0.024052583226893,0.00306440941436832,94,-0.0926954778032761,0.0506801187398183,-0.0902752958985093,-0.0573136709609778,-0.0249601584096303,-0.0304366843726455,-0.00658446761115549,-0.00259226199818327,0.0240525832268919,0.00306440941436848,0.115709254854061,0.0858098782568816,0.017791322939614,-0.0231496294891445,-0.0174837949938265,-0.0271311194452177,-0.0304484628906324,-0.0260029786834324,-0.0317861151815026,-0.108883001404549,0.167074150591454,0.102295617812972,0.0353483390089027,0.0488134308267264,0.0181689502453628,-0.00477859835105876,-0.059904696911895,-0.0216083842996715,-0.101293806811073,-0.0752329536230338,-0.0281421471989312,-0.0394274698649816,0.0120281313436877,-0.0195479919484543,0.0186879991159518,-0.00679298829294457,0.0846864262362569,0.0367608409085582,0.0474932476943127,0.0318792016288903,-0.0153964226742998,-0.0701389120809298,-0.0240990279567361,0.0190384553352618,0.0288682048390985,0.0160820325175595,-0.00938830466412464,-0.0508542799031695,-0.0215067900952549,-0.0178338175301067,0.0010556675489231,-0.020169821303943,-0.0370224061539194,-0.0180240633999586,0.0139660959571535,-0.0222164021881944,-0.0319801312301237,-0.0160933638181466,0.0317011356969683,0.0167960648386706,0.013472473952179,-0.0284001139634083,-0.0187136458610934,-0.0193716715320745
"283",0.0707687524926,-0.044641636506989,-0.00512814206192736,-0.00567061055493425,0.0878679759628621,0.102964560349696,0.0118237214092792,0.0343088588777263,-0.0089440189577978,0.0279170509033766,230,0.0707687524925978,-0.0446416365069889,-0.00512814206192608,-0.00567061055493434,0.0878679759628617,0.102964560349696,0.0118237214092792,0.0343088588777268,-0.00894401895779684,0.0279170509033752,0.0501912994117577,-0.0325933976285602,-0.0388099037506294,0.0770744672266815,0.109128910179776,-0.0259519569799466,-0.0146503349268825,-0.0337012802278781,-0.0209233468822702,-0.0759760241931902,-0.0164282843665212,-0.026061981873297,0.115345973755079,0.14255033898272,0.0234396022336048,0.0425493745060751,-0.0262529718056859,0.0289020173530938,0.000625174823219628,-0.00637055668505161,-0.0837566875135127,-0.103982246126791,0.00757173602070085,-0.050554601389262,0.0012764918401094,-0.0369618224748962,-0.0171281400567662,-0.0221174695758129,-0.024638439146014,0.0172177073967699,-0.0243851923795783,-0.021247049199206,-0.0213164437206826,-0.02259699958619,-0.0218738394614031,0.006940123341014,-0.0168047298126985,-0.0188174587776277,-0.0211549127337232,0.0986403177239724,0.0203749465143653,0.0310344681482182,-0.0409105668094236,0.0380267153852574,0.0359915466338187,0.0320510812981242,-0.0361382579480589,0.0475252573300515,0.0389995411981934,0.0179850058482685,0.021349785906142,-0.0331556154646699,0.000272947076307371,-0.0257800764865771
"284",-0.0164121703318693,-0.044641636506989,-0.052551873312687,-0.0332135761048244,-0.0442234984244464,-0.0363865051466462,0.0191869970174533,-0.0394933828740919,-0.0683297436244215,-0.0300724459043093,181,-0.0164121703318683,-0.0446416365069889,-0.0525518733126813,-0.0332135761048242,-0.044223498424446,-0.0363865051466466,0.0191869970174531,-0.0394933828740933,-0.0683297436244167,-0.0300724459043071,-0.0364325401275471,0.00727700723250079,-0.0201733583707481,-0.00433111970083595,-0.012280918320729,-0.0231602101702772,-0.00948548235226443,0.0371612444122533,-0.0191599815907023,0.00726321347790234,0.00932635189538195,-0.00480220819999486,0.00281567717179602,0.00212348905031088,-0.00337116368373971,0.00404534995519075,0.0107244477671972,-0.00422676749736166,0.0455389586787026,0.0204425468483181,0.0396435073426027,0.0275141265135803,2.59378050894857e-05,0.0224021267067543,0.0575880019287151,0.0187611102588819,0.0168373509106218,0.0383012796631094,0.0290952900105019,-0.00399353000145096,0.0249790051599059,0.0569234236386026,0.0146135304656125,0.019864381199623,0.0171887987848064,-0.00478936348354437,0.0157523670227762,0.0309159204426612,0.00234551502083403,-0.00589582542291999,-0.0213183811028879,0.00902291856584798,0.038884193401654,0.0131400210273425,-0.00549391926094426,-0.000876341444366521,0.0388874361726003,0.00936280373473822,0.0171484874804264,-0.00924739741620224,0.000949627456413133,0.0252977154507378,0.00479201046496009,0.0198862546576058
"285",0.0417084448844436,0.0506801187398187,-0.0223731352440218,0.0287580963824284,-0.0662387441556644,-0.0451546620767532,-0.0618090346724622,-0.00259226199818282,0.00286377051894013,-0.0549250873933176,156,0.0417084448844424,0.0506801187398183,-0.0223731352440189,0.028758096382428,-0.066238744155664,-0.0451546620767536,-0.0618090346724597,-0.00259226199818327,0.00286377051894033,-0.0549250873933138,-0.00955740877970156,-0.0256807336005956,-0.0249780927275397,0.0300078703911284,-0.00292475735398138,0.019047432235274,-0.0304484628906324,-0.0348099250364741,0.0106419870947308,0.0368024195999099,-0.0284131077292223,0.00989683287631072,-0.068657019353628,-0.0499478078269735,-0.0560558472532296,-0.0123159737268216,-0.0103946245600264,-0.0664651759694609,-0.0282867174412415,0.0198920362673937,-0.0719208999030182,-0.0551944723706854,-0.0522205128834383,-0.0195479919484543,-0.00412168402876947,-0.0700533225559297,-0.0304362194805129,0.0199650610446249,0.0092346157576552,0.0495264648691585,-0.0192558552534497,-0.0236712829354188,0.00728553223760138,-0.0529605329492165,-0.0374494463612483,-0.0282442078614334,-0.0142109224829664,-0.0181082817666324,-0.0500193406426869,0.0135247621082861,0.0878644446009888,-0.0183124622166926,-0.0284164118536304,0.0642883210319267,0.0700696774084975,-0.0216169113920975,-0.0187073141965063,0.0390718255739787,0.0343898700154932,0.0163750600804799,0.0902762655033237,-0.0273318270686805,-0.0157582722263002,-0.0239491338885947
"286",0.0126481372762872,-0.044641636506989,-0.02021751109626,-0.015999222636143,0.0121905687618,0.0212328118226277,-0.0765355858888105,0.108111100629544,0.0598807230654812,-0.0217882320746399,233,0.0126481372762871,-0.0446416365069889,-0.0202175110962573,-0.015999222636143,0.0121905687618,0.0212328118226277,-0.0765355858888074,0.108111100629547,0.0598807230654778,-0.0217882320746382,-0.0384320219594698,-0.0270189206673675,-0.034915156962169,-0.0298483889804742,-0.0237070453139519,0.0439564425827357,0.127229246506971,0.0204336939280274,-0.0252211390587356,-0.0204831990791285,-0.0141752656586877,-0.0215930310028925,-0.00889557139111504,-0.00477507879821788,-0.0185762814676659,0.0196049438457428,0.00305115852754354,-0.0214189160781699,0.0149159242317824,0.00368435713996204,-0.0130586592105299,-0.0268574073422136,0.0981213146080372,-0.123511329485278,-0.0639854069839991,0.0108006912969136,-0.0113024702231386,-0.0176723057423059,-0.0224641091459316,0.0532082903982191,-0.0684521527277631,-0.0489542146901097,-0.00914887560379576,-0.0160515949499787,-0.016552661501834,0.0335075525744199,-0.0499858935852461,-0.0414288552220953,-0.0108600426561664,-0.0248729927373099,-0.0231848894331341,0.00158341279828346,-0.0091434715491701,-0.0222147998654876,-0.0255681431511855,0.0126127868478725,0.0121368453024418,-0.0240111312015753,-0.12402637272192,-0.0831743024564798,0.0514297578532814,0.0987224080228898,-0.0648676486090203,-0.0466859085112437
"287",-0.0382074010379866,-0.044641636506989,-0.0547074974604488,-0.0779708951233958,-0.0332158755588373,-0.0864902590329714,0.140681044552327,-0.076394503750001,-0.0191970476139445,-0.0052198044153011,60,-0.0382074010379848,-0.0446416365069889,-0.0547074974604429,-0.0779708951233952,-0.0332158755588371,-0.0864902590329722,0.140681044552322,-0.0763945037500034,-0.0191970476139429,-0.00521980441530043,-0.014671803902183,0.0106470688561712,0.0664210585392704,-0.0163677660418306,0.0682852071896872,0.214310362633042,0.0482386066882214,-0.0292457927635793,-0.0315342058541358,0.0280730228956755,0.0351301368053474,0.0498733177228767,0.0139465645475398,0.0589573650138896,-0.121173141259407,0.0531680297227474,0.00254720087826131,-0.0108010865085231,0.0475804943084972,0.064013840090044,0.0293601577712598,0.0747937211707924,-0.124479732752498,0.0588804907547624,0.0109987530375696,-0.00512014662702301,0.0667095039869015,0.0272639526960964,0.091181096389816,-0.153686271898513,0.0711093014441253,0.000899982370000664,-0.0123789052807596,0.0440633149632886,0.137820160130037,-0.217314344898682,0.116147621176201,0.0135966746728438,-0.00967401281487644,0.0118644383303277,-0.105797219034811,0.0227524212294799,-0.0110784369267619,-0.0124872739250137,-0.25388608056103,0.0803647566652834,0.0207008058000004,-0.0044160692194468,-0.170472057151288,-0.0406444966765689,-0.00258864505246053,0.0013358026705529,-0.0107177522979902,-0.0188465931360504
"288",0.0453409833354632,-0.044641636506989,-0.00620595413580824,-0.015999222636143,0.125018703134293,0.125198101136752,0.0191869970174533,0.0343088588777263,0.0324332257796019,-0.0052198044153011,219,0.0453409833354619,-0.0446416365069889,-0.00620595413580686,-0.015999222636143,0.125018703134292,0.125198101136753,0.0191869970174531,0.0343088588777268,0.0324332257796002,-0.00521980441530043,-0.00377724732672101,-0.0324153404464247,-0.034915156962169,0.188752030994128,0.17551325183518,-0.0231602101702772,-0.0146503349268825,-0.0186929484642283,-0.0315342058541358,-0.0516979132057882,-0.0147147837726611,-0.0333428568854061,0.104080943015115,0.108751532662,0.0242126781516935,0.0236762484455002,0.0180827448399217,-0.0205491884589854,0.00164594263811695,0.00368435713996204,-0.118462992316795,-0.124962566255929,2.59378050894857e-05,-0.050554601389262,-0.0379587814103039,-0.00512014662702301,-0.015738718216821,-0.0292001708329241,-0.0301205302431561,0.0159096877885496,-0.0251959859375374,-0.0266968436362841,-0.0176566558578849,-0.0550177130029752,-0.0528031946520948,0.00200476066154212,-0.0244640720065279,-0.0315855751290684,-0.016243700765489,0.191464765080165,0.0504128821677409,0.0531585758846141,0.0605316272747376,-0.0307894232602194,0.0616496577610938,0.044036974146708,0.073553104081374,-0.0281030659970066,0.0437442985495536,0.0344345530228725,0.011673852093502,-0.00554537259174483,-0.0220782982923322,-0.0241869689058706
"289",0.0707687524926,0.0506801187398187,-0.0169840748746173,0.0218723549949558,0.0438374845004259,0.0563054395430553,0.0375951860378887,-0.00259226199818282,-0.0702093127286876,-0.0176461251598052,80,0.0707687524925978,0.0506801187398183,-0.0169840748746149,0.0218723549949555,0.0438374845004258,0.0563054395430556,0.0375951860378878,-0.00259226199818327,-0.0702093127286827,-0.0176461251598038,0.0501912994117577,-0.028772216947913,-0.0310446765097524,-0.0048111146023584,0.0118803952665792,-0.0103806385872015,-0.0304484628906324,0.0411822347001112,-0.027525561775169,0.0683019700873605,-0.0340624097197346,0.0177236940634667,0.0515057798045137,0.0732340811607105,0.0658985517685692,-0.0139456765107703,-0.117635868478858,-0.0431727593895238,-0.0224925039991914,0.0122820370761595,0.0448224406412138,0.053497204477145,0.0634270467253885,-0.0195479919484543,-0.0827846038562984,-0.0293859648154392,-0.0250549719144531,-0.0285181372636885,-0.0340692487148045,0.0042832933601572,-0.0195621594263981,0.00403602294430032,-0.0120841176961606,0.00885573797198172,0.017690193401116,0.0252339699209225,-0.0138251130574591,-0.0543756983353553,-0.0257784633196462,0.00617871854662042,0.0338310221674775,-0.0232654197826936,-0.0889404652466292,-0.0334703859830698,0.055469581953675,-0.0257495713481698,-0.102907677770282,-0.0353929139517134,0.0295501482421484,-0.0392633555471715,-0.000993706644129048,-0.023647665135365,-0.0176581552772387,0.00371808542401945
"290",-0.0745327855481821,0.0506801187398187,0.0552293340754031,-0.0400993174922969,0.0534691545078339,0.05317395492516,-0.0434008456520269,0.0712099797536354,0.061237907519701,-0.0342145528191441,68,-0.074532785548179,0.0506801187398183,0.0552293340753987,-0.0400993174922966,0.0534691545078337,0.0531739549251603,-0.0434008456520249,0.0712099797536368,0.0612379075196974,-0.0342145528191416,0.060188708571371,0.0114832633853538,-0.0113889450537842,0.00842297869684396,0.00739402497190871,-0.00463142483760742,0.0379089015389853,0.0229720487506799,-0.0154032468391023,-0.0891957823498925,-0.095316332567785,0.0500900596158778,-0.0937033693979535,-0.0936088076515714,0.0792666016760745,-0.124796957660537,-0.109112462324143,0.04174248417177,0.0551499561242805,-0.0562079556449483,0.0550374829388341,0.0501425230929527,-0.030804298141063,0.0632772790784245,0.058717871315176,-0.047460346033435,-0.0615301611140854,0.0519988663290366,0.0516568685290116,-0.0350755481377625,0.065705129076181,0.0523207864028343,-0.0577250266068283,-0.0581233793327054,-0.0556181969060816,0.044118302134261,-0.0743189126896999,-0.0749964707427104,0.00992431123440273,0.0114472680752121,-0.0538366398639513,0.0447971699839406,0.0441768932800872,-0.0568670216604287,-0.0403539755796122,0.0360408879809296,0.0558422415915,-0.0530943095867629,-0.0266659031166676,-0.0396755794133582,0.0473223355888698,0.057625784544406,-0.0664575131696286,-0.0623509989845887
"291",0.0598711371395414,0.0506801187398187,0.0767855755530211,0.0253152256886921,0.00118294589619092,0.0168487333575743,-0.0544457590642881,0.0343088588777263,0.0299356483965325,0.0444854785627154,332,0.0598711371395395,0.0506801187398183,0.0767855755530147,0.0253152256886917,0.00118294589619101,0.0168487333575743,-0.0544457590642858,0.0343088588777268,0.0299356483965309,0.044485478562713,0.0241674758307779,0.0529620057538949,-0.0282176484672458,-0.0319270765781954,-0.0258918133194938,0.00858156862459533,-0.0146503349268825,-0.0210983598313737,-0.00399942111500433,0.0564896386545665,0.087820652404771,0.0169997380060578,-0.0106035245535075,0.01076325754159,-0.0719276769792712,0.0344608919086859,0.0248637850021564,0.044274814457549,0.078326809892481,0.0160870366717766,-0.000415603819676069,0.0112282190363221,-0.0436540269864881,0.0218646435649851,0.0250210982984678,0.0383929647520448,0.0207637178042569,-0.0103275311683401,0.0154771002048747,-0.0749977252177775,0.0372351180253212,0.0284284947469935,0.0528773800716868,-0.0111950583280249,0.000146352148099181,-0.0200325642616306,0.00617329676878974,-0.00296761547831122,0.00493184639254619,-0.0282306313666047,-0.00399751292141171,-0.020588449903372,-0.0236990466732832,-0.0151630935881815,-0.0102410015531824,-0.0143731515661087,-0.00475360076142943,0.00197340335845575,-0.00370327496404826,-0.0164509791075107,-0.0405451530166075,-0.0072119581408339,0.0114485697606271,0.00555658854382173
"292",0.0744012909436196,-0.044641636506989,0.0185837235634525,0.063186803319791,0.0617248716570406,0.0428400556861055,0.00814208360519211,-0.00259226199818282,0.0580391276638951,-0.0590671943081523,248,0.0744012909436172,-0.0446416365069889,0.0185837235634515,0.0631868033197903,0.0617248716570404,0.0428400556861057,0.00814208360519228,-0.00259226199818327,0.0580391276638917,-0.0590671943081483,0.0598307227411995,-0.0279429179206186,0.030106488015485,0.0218517070254186,-0.00559005795679185,-0.0268506699940182,-0.0304484628906324,0.017080307178252,0.017303345916664,-0.079444325762819,0.020258761214504,0.0885582497058664,0.0820346316983847,0.0564968207090201,0.018062586269387,-0.0141493893587639,0.0781022865416556,-0.113491340729623,-0.0218317171045219,-0.073403315518476,-0.0593337322815732,-0.0472467325381363,0.0113446351285065,-0.0140762373412539,-0.0622391452583452,0.046622576625771,0.00553390665519449,0.0126726719092365,0.00451955988167586,0.0219615013764704,-0.0215837669678576,0.00152536273805138,-0.0412152373687979,0.0723479212079316,0.0498441964393074,0.0189020290857099,-0.0161399696105032,0.0622482819141407,-0.0937399390309059,0.00865234587437639,0.00852689088967776,-0.0240702753871687,0.0506339199747289,-0.0971183210975936,0.0171799443875956,-0.0252011010453578,0.0388900541694638,-0.0683383802982336,0.030984139878695,0.0310513930347265,0.00311022390399145,-0.0301136304553212,-0.0155471741095293,-0.088765174469809
"293",0.00901559882526763,-0.044641636506989,-0.0223731352440218,-0.0320659525517218,-0.0497273098572509,-0.0686407967109681,0.0780932018828464,-0.0708593356186146,-0.0629129499162512,-0.0383566597339788,84,0.00901559882526766,-0.0446416365069889,-0.0223731352440189,-0.0320659525517217,-0.0497273098572505,-0.0686407967109687,0.0780932018828442,-0.0708593356186169,-0.0629129499162468,-0.038356659733976,-0.0398705138014313,-0.0256807336005956,-0.0214769998063017,0.00297041564590826,0.0320495340494467,0.0469011618203306,0.0372364726651385,0.0261833276710403,-0.0111624080757801,-0.0170148975094996,-0.0130401925251846,-0.0235413774801967,-0.0212397727537615,-0.0234033783941144,0.0203504683486141,-0.0237973741773474,-0.0248669660679556,-0.022988686925395,0.016957459861577,0.0193253342122665,0.0447851821282742,0.0579503655741606,-0.0603404479198014,0.0534087361475612,0.0524516188121012,0.0267215292208502,-0.00350644526308229,0.0119209372125218,0.0208053437083611,-0.020531302456439,0.0142329077454805,0.00877962178930908,-0.000442113730102348,0.0225784460917779,0.0388189990998881,-0.0431908877368031,0.0365120411981443,0.0252648487014914,0.0070396158260159,0.0194602675400753,-0.0883577399136634,0.0398694358129505,0.0411204709982531,0.0259359535201659,-0.106463684569134,0.0529687543872987,0.0792301681283916,0.042345385991988,-0.0725508933523991,-0.0906318630037772,-0.053439673313196,0.0595166323098046,0.0348770613966533,0.0269860452317196
"294",-0.0709002470971626,-0.044641636506989,0.0929527566612346,0.0126913664668496,0.0204462859110067,0.0425269072243159,0.000778807997017968,0.000359827671889909,-0.0545441527110952,-0.00107769750046639,200,-0.0709002470971596,-0.0446416365069889,0.0929527566612267,0.0126913664668493,0.0204462859110067,0.0425269072243161,0.000778807997018393,0.000359827671889535,-0.0545441527110913,-0.00107769750046597,0.0505318225185061,0.0929605137167317,-0.0365666158863091,-0.0260437519737512,-0.00593988434047612,-0.0276537752406353,-0.0305374214464103,0.0110042693686075,-0.0319022125236803,0.0592877370223352,-0.147312623513311,-0.0372605248376145,-0.041754903597046,-0.0737075155877444,0.0026743252155731,-0.0105288773446975,0.0685967242483079,-0.0135510389282378,-0.0922646963324383,-0.0242459590294593,-0.0207711713890371,-0.0469512350715287,0.0188904333441179,-0.0169945064650945,0.0445160482538034,-0.00910035610800716,0.00564178633132541,0.0290796159236301,0.0740345344779158,0.0201951373905938,-0.0197941416786051,-0.134057520754357,-0.0204202894635017,-0.00624012008659624,0.00261327000323788,0.00852261697005902,-0.012500894168445,-0.0354708392116911,-0.0182175776856137,-0.0162905019974006,-0.00222303250273542,-0.0211652182228331,-0.0478121591155704,-0.0168174444530763,0.0103431234295894,-0.0232157014005101,-0.0669368019049878,-0.0150764193183234,0.0313858191784974,0.0194145802372889,0.0139073866147279,-0.0275691631291229,-0.0185650953344768,-0.0196674207370741
"295",0.0235457526293458,0.0506801187398187,-0.030995631835069,-0.00567061055493425,-0.0167044412604238,0.0177881787429428,-0.0323559322397657,-0.00259226199818282,-0.0740888714915354,-0.0342145528191441,55,0.0235457526293453,0.0506801187398183,-0.0309956318350653,-0.00567061055493434,-0.0167044412604236,0.0177881787429429,-0.0323559322397641,-0.00259226199818327,-0.0740888714915303,-0.0342145528191416,-0.0312221000262393,-0.0189734022955756,-0.0388099037506294,-0.0280066746720881,-0.0254659961664989,-0.0148614559552319,-0.0304484628906324,0.0498268506120945,-0.0154032468391023,0.0171152005452532,-0.0241395955462528,-0.0200465998458703,-0.0201128758218739,-0.00162036650877884,-0.0137761668035985,-0.0112974094868536,-0.0496805071280454,-0.0332663867962003,-0.0375574589485218,-0.0181579596887773,-0.0193863966581138,0.0122346234515798,-0.0179545692956378,-0.0195479919484543,-0.0869609353639468,-0.047460346033435,-0.0142253565592593,-0.00103090583892765,-0.0251523686342383,0.0410218758994507,-0.0187657685767323,0.0283801015098394,0.00377608604294951,-0.00979676815335231,-0.0113475293924112,0.0120934524955339,-0.0122818753554297,-0.0105371193865066,-0.0139994177778504,-0.0326867884218359,0.00936450944656142,-0.020541293121393,0.00149464318675729,-0.0036646407633176,-0.00283889169771173,-0.0241806911796609,-0.044879865400681,-0.0271406630134574,0.0329558783789466,0.074537143138757,0.0388234981349925,-0.0234520674942513,-0.0168137628101549,0.0293993605711574
"296",-0.0527375548420648,0.0506801187398187,0.0390621529671896,-0.0400993174922969,-0.00569681839481472,-0.0129003705124313,0.0118237214092792,-0.0394933828740919,0.0163049527999418,0.00306440941436832,85,-0.0527375548420625,0.0506801187398183,0.0390621529671867,-0.0400993174922966,-0.0056968183948146,-0.0129003705124315,0.0118237214092792,-0.0394933828740933,0.0163049527999411,0.00306440941436848,0.00948350827254659,-0.0107363422046209,-0.0113889450537842,-0.0314885731714368,-0.0274289178105918,-0.0259519569799466,-0.00948548235226443,-0.0308312986282105,-0.0317861151815026,-0.0655711194843046,-0.0520973571914362,0.0304574391543584,-0.00589923956132344,0.00386903871032026,-0.0105567194381095,0.0350812155730268,-0.0310358976893177,-0.0188713674613446,0.0377673157981301,-0.0562079556449483,-0.00771206260369057,-0.0206412541135047,0.033444346086063,-0.0609606274618937,0.010347701922479,-0.00679298829294457,-0.0487008947645558,-0.0171511546497136,-0.0241077368314378,0.0289123209905339,-0.0543527891468721,-0.00821403453348229,-0.0158365530855467,-0.0069104233128815,0.0021244740532209,-0.00143344663853897,0.0216302140030104,-0.0346096032554693,-0.0204354316472946,-0.0274778972743638,-0.00406270463318367,-0.0173876708643928,-0.0263877114320458,-0.0167160118870938,0.00632249414238825,-0.0154507643600662,-0.0204915173459928,-0.0149413866024236,0.0226102406500599,0.0247301609616793,0.0147411308714785,-0.0397115354339886,-0.0209368047720145,-0.0198421381848902
"297",0.0671362140415805,-0.044641636506989,-0.0611743699037342,-0.0400993174922969,-0.0263361112678317,-0.024486863598644,0.0339135482338016,-0.0394933828740919,-0.0561575730950062,-0.0590671943081523,89,0.0671362140415784,-0.0446416365069889,-0.0611743699037277,-0.0400993174922966,-0.0263361112678314,-0.0244868635986443,0.0339135482338009,-0.0394933828740933,-0.0561575730950022,-0.0590671943081483,0.0410342838168734,0.0215700035499419,-0.0113889450537842,-0.0221529868496179,-0.0217601614558176,-0.0135994334248341,-0.00948548235226443,0.0137623339572415,0.017303345916664,-0.0725077226235613,-0.095119179468167,-0.0775219733839983,-0.0482795070912533,-0.0449228020160281,0.0569650343825483,-0.0673371409658321,-0.0923767953098892,-0.103899226672366,0.0537051011978813,0.0271458227316606,0.0229330642891704,0.0162852227824924,-0.0150656586261332,0.0224021267067543,0.0460459468739819,0.046622576625771,0.0308405566025272,0.0227768512869356,0.0199742690795302,-0.0278603918166379,0.0324455269770144,0.0534955585038108,0.0569957731910986,0.0109545613451966,0.0122499661171744,-0.019654146147659,0.0216302140030104,0.0305215337766364,0.030164139822201,-0.0194474435030254,-0.022304358273745,-0.0032391408124781,0.00655263375370574,0.0181410751185778,-0.00835888948305898,-0.00826071572165436,0.0144200023872103,0.016911519439702,0.00622498114115942,-0.0226560609050165,-0.031124890430211,0.0159480784674516,0.0273047237973129,0.0448983969107329
"298",0.00175052192322852,-0.044641636506989,-0.00836157828357004,-0.0641994123484507,-0.0387196869916418,-0.024486863598644,0.00446044580110504,-0.0394933828740919,-0.0646830224644503,-0.0549250873933176,31,0.00175052192322882,-0.0446416365069889,-0.00836157828356845,-0.0641994123484503,-0.0387196869916416,-0.0244868635986443,0.00446044580110534,-0.0394933828740933,-0.0646830224644457,-0.0549250873933138,-0.0413002742816813,-0.0319576323543089,0.0323511240173687,-0.0107771802634156,-0.0217601614558176,-0.0274179427475811,-0.00948548235226443,0.0296709587090606,0.0106419870947308,-0.0100782943702419,-0.00910848684920443,-0.0195718016234922,-0.0134432399511529,-0.0113124621140318,0.00414158456625882,-0.0114725828537273,-0.0152986628063626,-0.0174081249314298,0.00368747826791162,0.0506072883233591,0.0345018325569312,0.0162852227824924,0.0151175342363122,0.0224021267067543,0.0541300602004151,0.0426423671447868,-0.00708054175305322,-0.00525549555936192,-0.00850275319842292,0.0177400511976101,-0.0132869191527753,-0.0103321275526365,-0.00875786092908072,0.041816426450055,0.0251110942182971,0.00242889569624795,0.0422026784338305,0.0731263820893169,0.0536743965526571,-0.0151857635909777,-0.00638985886466789,0.00524997721867072,0.0280440431999001,0.0307955734701019,0.00726041501867993,-0.00826071572165436,0.019016882201431,0.0147372505166773,0.0280719938196934,0.0138556378459997,0.0084164687618696,0.0224966111659594,0.024088621892691,0.0495680143879844
"299",0.0235457526293458,0.0506801187398187,-0.0374625042783544,-0.0469850588797694,-0.0910058956032848,-0.0755300628703378,-0.0323559322397657,-0.0394933828740919,-0.0307512098645563,-0.0135040182449705,129,0.0235457526293453,0.0506801187398183,-0.0374625042783501,-0.0469850588797691,-0.0910058956032842,-0.0755300628703385,-0.0323559322397641,-0.0394933828740933,-0.030751209864554,-0.0135040182449693,-0.0312221000262393,-0.0125205916269816,-0.00095442094802298,0.0850001894917363,0.0450471259966236,-0.0148614559552319,-0.00948548235226443,-0.0203340774377603,-0.0293458804798801,0.0171152005452532,-0.0273398427440415,-0.0418987589839774,-0.0559562607586258,-0.0477453412294975,-0.0137761668035985,-0.0300941022244289,-0.0281731566950044,-0.0223662571856811,-0.0445105150789819,-0.0638179548361825,-0.0981881515254704,-0.0877348817973507,-0.0179545692956378,-0.0609606274618937,-0.040308093434134,-0.0248673695109403,0.0171290912848372,0.061933761102568,0.0492959271737328,0.0457051869077905,0.011912591979966,0.0031446588436746,-0.00778569358758563,0.0804581893030347,0.0681912418896788,0.0395908523565344,0.0275080609832447,0.0124319124538977,-0.00505373855388669,0.0680923358068612,0.0624705639568859,0.0410929200168546,0.0342059305958985,0.0109027900649721,0.0625521033273435,0.023414363415133,0.0352841270215845,0.0077706569810942,0.0553807596678609,0.0428550805199225,0.023752862651752,-0.00356695155091513,-0.00807239715352719,-0.012603403595438
"300",0.0380759064334241,0.0506801187398187,-0.0137506386529745,-0.015999222636143,-0.0359677812752396,-0.0219816759043277,-0.0139477432193303,-0.00259226199818282,-0.0259524244351894,-0.00107769750046639,83,0.038075906433423,0.0506801187398183,-0.0137506386529725,-0.015999222636143,-0.0359677812752393,-0.021981675904328,-0.0139477432193294,-0.00259226199818327,-0.0259524244351874,-0.00107769750046597,-0.0148551624981244,-0.0302207320449238,-0.034915156962169,-0.0136794075006437,-0.023283553697987,-0.0252827026077652,-0.0304484628906324,-0.0245359679108691,-0.0319022125236803,0.0328649757889785,-0.0198048337223258,-0.0307317844670698,-0.0401129795517561,-0.0279824883796535,-0.00840372942112831,-0.012112260878828,-0.0337396291365622,-0.0161762010333899,-0.0190159759339613,-0.0295729584756286,-0.0398164812533544,-0.0303698301276624,0.00346164544673757,-0.0195479919484543,-0.0351422176188137,-0.0113115835974435,-0.0133499692971459,-0.00153576411031547,-0.0063554867211564,0.0228675403062606,-0.0197459419301672,-0.014389280345923,-0.0180230347130294,0.000580284706788157,-0.00148466880684608,0.012909573246769,-0.0117031612171687,-0.0106471885617309,-0.0175896152928196,-0.017399158717522,0.00850701691152696,-0.0196745255473429,-0.00487947007548104,-0.0154702485415078,0.01626574903713,-0.0225607905178671,-0.00329809364790485,-0.013586121140053,0.032059633606105,0.0285529052432187,0.01426431761343,-0.0258789866547453,-0.0185025477443224,-0.0202780118023773
"301",0.0162806757273067,-0.044641636506989,0.0735521393313785,-0.0412469410453994,-0.00432086553661359,-0.0135266674360104,-0.0139477432193303,-0.00111621716314646,0.0428956878925287,0.0444854785627154,275,0.0162806757273065,-0.0446416365069889,0.0735521393313724,-0.0412469410453992,-0.00432086553661348,-0.0135266674360106,-0.0139477432193294,-0.00111621716314687,0.0428956878925263,0.044485478562713,-0.0365111223829506,0.0458766477119319,-0.00976444874629796,-0.0316832082008091,-0.0272123264079741,-0.0252827026077652,-0.030522351055323,-0.00652273756799954,-0.00399942111500433,-0.0239515006487573,0.0163668957305155,-0.0321322379423699,-0.0134958315637227,-0.0150355990629506,-0.00132665083430741,-0.0103701059784666,0.00180742942565319,0.000929963977017208,-0.0738908756642862,0.0282630353677122,0.00236636514648452,0.0059428114512273,0.0339820297753406,-0.0155353719031742,-0.047879634344761,-0.0528826603988328,-0.0777404148417992,-0.0192258956529855,-0.034919660436666,-0.00438687025540218,-0.0223276372565963,0.0473139093755196,0.0498787586486333,-0.00799438353304143,0.00301010995864835,0.020153296255729,-0.0116044619301863,-0.0596134699126994,-0.0552053271023122,-0.027689328659512,-0.00124351121013138,-0.0212092046334234,-0.0283253344264823,-0.0205884501033147,0.0137117809160436,-0.0232189014781488,-0.0286365358476411,-0.0269933002661966,0.0316729638805981,0.00685638744120679,-2.80531052495024e-05,-0.0281186895663103,-0.0195336991572256,0.0169811030550095
"302",-0.00188201652779104,0.0506801187398187,-0.0245287593917836,0.0528581912385822,0.0273260502020124,0.0300009687527346,0.0302319104297145,-0.00259226199818282,-0.02139368094036,0.036201264733046,65,-0.0018820165277906,0.0506801187398183,-0.0245287593917804,0.0528581912385816,0.0273260502020123,0.0300009687527347,0.0302319104297139,-0.00259226199818327,-0.0213936809403582,0.0362012647330441,-0.0412915429199698,-0.0242070882300304,0.00924957297198441,-0.0214028738495325,-0.0178284012581852,-0.0164867880019579,-0.0304484628906324,-0.0278689418532572,-0.0134295920220817,-0.010446906131266,-0.00783062199954623,-0.0192819649577426,-0.0131082290622739,-0.011597903513867,0.00263523117142277,-0.0098714195508985,-0.0120635049080171,-0.0167818906089553,-0.0306044028180616,0.0465270334367134,0.027310939559579,0.0253178808499297,0.0548605608284383,-0.0195479919484543,-0.0302347461106961,0.0293557741430469,-0.0433613481282597,-0.0269009834317194,-0.0292157812898689,0.00197720425442905,-0.0191333335842703,-0.0106869652656522,-0.0368433269266349,0.0193373618378569,0.0254108571785893,0.0411903546453392,-0.0155612554722421,-0.0453018544567059,0.0209229360342433,-0.0169891195193297,0.0156740544592956,-0.0225224761477934,-0.0366923131634283,0.00559115231395325,0.0292684104870601,-0.0246781409891881,-0.0299928532430358,0.00918791859604689,0.029908646151285,0.00576116791791678,0.0385398931784139,-0.0261088270898408,-0.0204024307952609,-0.0361792012396741
"303",0.0126481372762872,-0.044641636506989,0.0336730925977851,0.0333485905259811,0.0300779559184146,0.0271826325966288,-0.0029028298070691,0.00884708547334898,0.0311929907028023,0.0279170509033766,198,0.0126481372762871,-0.0446416365069889,0.0336730925977827,0.0333485905259806,0.0300779559184146,0.0271826325966289,-0.00290282980706855,0.00884708547334883,0.0311929907028007,0.0279170509033752,-0.0384320219594698,-0.0164496486038638,-0.0200169754565945,-0.0191722523817731,-0.0199374020479136,-0.0275581674731809,-0.0294826437761714,-0.0199114963772303,-0.0209233468822702,-0.0204831990791285,0.000150448237172107,-0.0075721823319652,-0.0042603273704985,-0.00319533204463258,0.00310506409840701,-0.00755617874804925,-0.00459655569750838,-0.0073663091918128,-0.0361224665130846,-0.0443557865789375,-0.0297691022639622,-0.0324718592077575,0.0226633324519236,-0.0253845301961364,-0.0367827494525986,-0.0369618224748962,0.00451879627818847,0.00974909683983108,0.00714427600079023,0.0163870210060512,-0.0139955324008026,0.000903114286131045,0.00126512750984546,0.00981044958745422,0.0106066476707597,0.00632800820546125,-0.00622253436586636,0.00336269954508601,0.000968147702761241,-0.0170201783205694,-0.00450347655627088,-0.016673998331372,-0.00477950276504289,0.0022773075244801,0.00791696245655087,-0.0196774034896593,0.00281084625011212,0.002173514734778,0.0308982100658526,0.0183285177462739,0.0121037211658517,-0.0218200965372173,-0.0137017482539309,-0.00357625571518116
"304",0.0744012909436196,-0.044641636506989,0.034750904671666,0.0941726395634173,0.0575970130824372,0.0202933664372591,0.0228686348215404,-0.00259226199818282,0.0738021469200488,-0.0217882320746399,236,0.0744012909436172,-0.0446416365069889,0.0347509046716636,0.0941726395634163,0.057597013082437,0.0202933664372591,0.0228686348215401,-0.00259226199818327,0.0738021469200444,-0.0217882320746382,0.0598307227411995,-0.0153747164759118,0.114953728794752,0.014896740578085,-0.0242175573061893,-0.0212671763746795,-0.0304484628906324,0.049172049794042,-0.0252211390587356,-0.079444325762819,0.0455395970623056,0.140345578678978,0.0757424043601567,0.0212824227768367,0.0435702173817538,-0.0141493893587639,0.102821163582029,-0.0514941428045771,-0.037143234327982,-0.103568056993517,-0.0554774761923196,-0.0259709149423909,-0.00374696130271619,-0.0140762373412539,-0.0771861619505345,0.0108006912969136,0.047058563506761,0.0312791467861677,0.00251759063997309,0.0363621753533515,-0.0225026794867028,0.0342954951033822,-0.0341163312065328,0.105241980371673,0.0324999136459879,0.0526189946442847,-0.0178761120252862,0.135832961426163,-0.0596117665266579,-0.0120838428819027,0.0265211957830503,-0.0238845394784437,0.0646395533684228,-0.0441370917668784,0.0196764345979028,-0.0242827321662306,0.0171189911153008,-0.023572345646766,0.0302671440604217,0.0585075659130778,0.00272031558475666,-0.0309083624266115,-0.0174470571604677,-0.052696522120763
"305",0.0417084448844436,0.0506801187398187,-0.0385403163522353,0.0528581912385822,0.0768603530972531,0.116429944206646,-0.0397192078479398,0.0712099797536354,-0.0225121719296605,-0.0135040182449705,253,0.0417084448844424,0.0506801187398183,-0.0385403163522309,0.0528581912385816,0.0768603530972528,0.116429944206646,-0.039719207847938,0.0712099797536368,-0.0225121719296587,-0.0135040182449693,-0.00955740877970156,-0.0113265971663969,0.00924957297198441,0.0514702230644339,0.147788472275431,-0.0083728754706576,0.0379089015389853,-0.0271106132998819,-0.0293458804798801,0.0368024195999099,-0.0425852320998831,0.0324767617122985,0.0536242718985066,0.0915276144778003,-0.0346069527604768,0.0542761488862291,-0.0327023370240516,-0.0278486609444102,-0.0456693577673919,0.0465270334367134,0.0798454428044835,0.117907087053637,-0.0265210551925879,0.0632772790784245,-0.0314387977684181,-0.0248673695109403,-0.0580178130181295,-0.0768091825685634,-0.11182168201675,0.0528374554359372,-0.0807026426180226,-0.00312644151709074,-0.00748227293800904,0.0758556769366074,0.124974049411939,-0.0348672622431843,0.0687576740435784,-0.0466270592503459,-0.0324366120595855,0.0972568241788539,-0.0700113997767236,0.0737096609866217,-0.0607017147503765,-0.0393283309627026,-0.0905268816914403,0.106818841354178,-0.0735756910096826,-0.0477983409381037,-0.0217418968107391,0.0405771840990747,0.0259891129523158,-0.0583663325423112,-0.0374629658749745,-0.0148081197289087
"306",-0.00914709342983014,0.0506801187398187,-0.0396181284261162,-0.0400993174922969,-0.00844872411121698,0.0162224364339952,-0.0654906724765493,0.0712099797536354,0.0177634778671173,-0.0673514081378217,124,-0.00914709342982945,0.0506801187398183,-0.0396181284261117,-0.0400993174922966,-0.00844872411121685,0.0162224364339952,-0.0654906724765466,0.0712099797536368,0.0177634778671165,-0.0673514081378172,-0.0398268569928738,-0.0100987381298638,-0.0113889450537842,-0.0309389015906613,-0.02616285887009,0.0247775244313764,0.0379089015389853,-0.0300639927459376,0.0320783755956971,-0.0183217937531287,-0.00118438436364981,-0.00880780176868042,-0.0104712346381891,-0.0135276246004,0.0179058578941952,-0.0240683352279811,-0.0163368136054047,-0.00148822882592972,-0.046828200455802,-0.0562079556449483,-0.0106306461172964,0.0105572827594836,-0.0565037558319133,0.0632772790784245,0.0119177990817417,-0.0836091084694264,0.0137348681364879,-0.00501672901364654,-0.0271638466812546,0.0766483554321078,-0.0823854905685307,-0.0377769420525859,0.0372942766621029,-0.00452842535847109,-0.0233260870805001,0.0623390016433809,-0.0743189126896999,-0.0359205621937858,0.036910749351467,-0.0304369776386109,0.00964780857461093,-0.031735894434921,-0.0275862521589356,-0.0037200715176854,-0.0133829107999617,-0.00530464913809681,-0.00951451355221869,-0.0375158182287879,-0.0562099409522386,-0.00591024569808168,0.113126444884361,-0.00258539576366459,-0.112848788841075,-0.0445398528130059
"307",0.00901559882526763,0.0506801187398187,-0.00189470584028465,0.0218723549949558,-0.0387196869916418,-0.0248000120604336,-0.00658446761115617,-0.0394933828740919,-0.0398095943643375,-0.0135040182449705,44,0.00901559882526766,0.0506801187398183,-0.00189470584028368,0.0218723549949555,-0.0387196869916416,-0.0248000120604339,-0.00658446761115549,-0.0394933828740933,-0.0398095943643345,-0.0135040182449693,-0.0398705138014313,-0.0329243817192768,-0.0310446765097524,-0.0107771802634156,-0.0215581881292861,-0.0271311194452177,-0.00948548235226443,-0.0104640860295543,-0.0293458804798801,0.00136542530152794,-0.00915986952672582,-0.0126176284668037,-0.0192065393092206,-0.015106209815214,0.00257782280028473,-0.0176797559772945,-0.0204768247523779,-0.0179803341786979,-0.00626870636145101,0.0122820370761595,-0.0427350647669602,-0.0333890433734355,0.0120281313436877,-0.0609606274618937,-0.0500594128256877,-0.0248673695109403,-0.0185237090458533,-0.0107079648903534,-0.0119766703692274,0.0188540631352356,-0.0188868105156066,-0.0205951944262301,-0.0177985750236132,-0.0301224103714147,-0.0209707762961265,0.00535684318446629,-0.0312704088190981,-0.0394716820393127,-0.0239384789026445,-0.0150153580462848,0.00305698980739641,0.00524997721867072,0.00786120704352325,-0.00474296894364785,0.0131623090357963,-0.00806639008277836,0.00587975902981461,-0.00691478781973786,0.0362646235741437,0.0262968269788011,0.0159259865997789,0.00339093706256694,-0.00807239715352719,-0.0101794353351073
"308",0.0671362140415805,0.0506801187398187,-0.030995631835069,0.00465800152627453,0.0245741444856101,0.0356376410649462,-0.0286742944356786,0.0343088588777263,0.0233748412798208,0.0817644407962278,172,0.0671362140415784,0.0506801187398183,-0.0309956318350653,0.00465800152627435,0.0245741444856101,0.0356376410649463,-0.0286742944356772,0.0343088588777268,0.0233748412798197,0.0817644407962231,0.0410342838168734,-0.0189734022955756,-0.0389919012642957,-0.0234196266212509,-0.0129867376806706,-0.0176085858067559,-0.0146503349268825,-0.0264993382638436,0.062399496547093,0.0643645262764291,-0.0525363439798254,-0.0100224462173439,0.0217468042479502,0.0398126939029693,-0.0408567168454345,0.0398532136402787,0.0201639723897797,0.107442302039906,-0.0375574589485218,-0.00674296090192596,0.0243923560459732,0.0313563073414758,-0.0136713263471627,0.0218646435649851,0.0179584122684168,0.0790603224925352,-0.0205607413520587,-0.0288916300977455,-0.0373351912463233,0.0384677262351006,-0.0438442377705991,-0.0382347693484161,-0.0711648137138208,-0.00937061817015853,-0.00553149535965317,0.00557186018066675,-0.00914538761886905,-0.0175137591901212,-0.0102047775515268,-0.0162027029997189,-0.0181403168004705,-0.0066584561434191,-0.0124035044677391,0.0281943281723461,-0.012505066344421,-0.00424422803209423,0.0024831172062078,0.0483703991990251,0.0129033757657124,0.00523054137297247,-0.0388020106501208,-0.0115898590640216,0.0365937208003466,0.0170404639089041
"309",0.00175052192322852,-0.044641636506989,-0.0460850008694016,-0.0332135761048244,-0.0731185084466701,-0.0814798836443389,0.0449584616460628,-0.0693832907835783,-0.0611765950943345,-0.0797777288823259,114,0.00175052192322882,-0.0446416365069889,-0.0460850008693965,-0.0332135761048242,-0.0731185084466696,-0.0814798836443397,0.0449584616460617,-0.0693832907835805,-0.0611765950943302,-0.0797777288823206,-0.0413002742816813,-0.00202042781575111,-0.0201733583707481,0.0435458314304074,0.0572719747960013,-0.00294872813041037,0.0344422624712911,0.0228561486349161,0.0578717002021633,-0.0100782943702419,-0.0104963776496413,-0.0183533435354252,-0.0146769418759681,-0.0134067975556883,0.00579198718683386,-0.0126045177221437,-0.0151692905174924,-0.0183805762851638,0.0394143517893185,0.0204425468483181,0.066637299967378,0.0700657617050712,-0.0263843559495503,0.0519496015856409,0.0508051496880709,0.0665236240306917,0.012586846503897,0.0610705338266704,0.0696746841860918,-0.0277993060249647,0.049581770655611,0.0399103797558638,0.0583124208814544,0.0405805452274325,0.0498292056347928,-0.0223965714267503,0.0372100808104791,0.0255905344436857,0.0358741199542509,0.0552189148061408,-0.0751906597517653,0.066766208674479,0.0692993588784874,0.112928236538599,-0.0697081564497305,0.0653740833426742,0.0939012084088225,0.125250881246614,-0.0272066807597959,-0.0417684352130417,-0.0667376808257077,0.0553674049005979,0.0902655359657602,0.0758797090423037
"310",-0.00914709342983014,0.0506801187398187,0.00133873038135806,-0.00222773986119799,0.0796122588136553,0.0700839718617947,0.0339135482338016,-0.00259226199818282,0.0267142576335128,0.0817644407962278,142,-0.00914709342982945,0.0506801187398183,0.00133873038135873,-0.00222773986119811,0.079612258813655,0.0700839718617951,0.0339135482338009,-0.00259226199818327,0.0267142576335115,0.0817644407962231,-0.0398268569928738,-0.0329505846264586,-0.0392830972857175,0.0575504810609341,0.034669438775856,-0.0135994334248341,-0.0304484628906324,-0.0239163865352775,0.062399496547093,-0.0183217937531287,-0.00905822118641183,-0.0165895348788567,-0.0269743436538626,-0.0238699658171633,-0.00326198211899848,-0.00946399385491132,-0.0180624641249407,-0.0319766332401919,-0.00279217829622092,-0.0143529600931602,0.0827640263180892,0.0682578025675911,0.0591438037769134,-0.0195479919484543,0.0215532823522618,0.0790603224925352,-0.0177626255293585,-0.0099846513032727,-0.0109453559383268,0.0195910109673491,-0.0206035936144227,-0.0214698304269713,-0.0160500635218216,-0.0156698645093653,-0.0125518173871089,0.00676521925489536,-0.0124747800681834,-0.0212882716181584,-0.0216391536474954,0.0499044552453683,0.0570663609297659,-0.0248751309916439,0.0201283440147964,0.127912540926797,0.0611000164128054,-0.0263107967743031,0.0253664344885548,0.108746662457557,0.0297293971967167,0.0408440114248232,0.0762888380074467,-0.0285343089240139,-0.0227245100797413,0.0224510984679929
"311",-0.00551455497881059,-0.044641636506989,0.0649296427403312,0.0356438377699009,-0.00156895982021134,0.0149698425868371,-0.0139477432193303,0.000728838880648992,-0.0181182673078967,0.0320591578182113,109,-0.00551455497881003,-0.0446416365069889,0.0649296427403259,0.0356438377699004,-0.00156895982021123,0.0149698425868371,-0.0139477432193294,0.000728838880648628,-0.0181182673078952,0.0320591578182096,-0.0408004038237007,0.028472400941756,-0.0172613981565296,-0.0319120767375228,-0.0266741518479216,-0.0252827026077652,-0.0305319987670566,-0.0298674093899606,-0.017418521458037,-0.00314169123098422,-0.0163262636879638,-0.0214627316244474,-0.0118773073108098,-0.0121455825506465,0.0057504277525135,-0.0100639134304519,-0.0108062422790129,-0.0192107362436343,-0.0657247331451074,-0.0465902119851062,-0.000204472246351216,-0.0209474580100621,0.0339820297753406,-0.0173592901055746,0.00997581783843846,-0.0409420319558804,0.028095605311033,-0.0145237728411193,0.00839201453989042,-0.00169507661968238,-0.0194898893983453,-0.0481994857685855,0.0250624869642841,-0.0130486488107505,0.00247941593800993,-0.00190713291465657,-0.0120380885300754,-0.0344299943574881,0.005267997391952,-0.0288408333729626,-0.00209138322071037,-0.021312770098793,-0.0238454352449872,-0.0174437548323248,0.00510396243386345,-0.0232847084662466,-0.021832249776125,-0.00380601575453511,0.0311896267237145,0.0260840804079496,0.00386986618166309,-0.0274442757835636,-0.018098095990161,-0.032342414364924
"312",0.0961965216497369,-0.044641636506989,0.0401399650410705,-0.0573136709609782,0.0452134373586271,0.0606895180081088,-0.0213110188275045,0.0361539149215217,0.0125531528133893,0.0237749439885419,180,0.0961965216497337,-0.0446416365069889,0.0401399650410675,-0.0573136709609778,0.0452134373586269,0.0606895180081091,-0.0213110188275033,0.0361539149215223,0.0125531528133889,0.0237749439885407,0.127797825143562,-0.00949208719692744,0.017791322939614,-0.00308093136736036,0.01859248740617,-0.022108524728278,-0.0128954494305144,-0.0325031974716602,-0.0239440682947811,-0.100254135180592,0.0723537217943994,-0.140897684131927,0.0770553412254956,0.112142091347006,-0.0437658772479002,0.0652622089173189,0.0125398152167037,0.0358628819727817,-0.0422470734024687,0.0439040124400167,-0.0439087079245587,-0.0640900881347681,0.041527827990952,-0.0523785195916624,-0.0191078380954996,-0.0329816129939121,-0.0632302631930851,0.027214051364784,0.0406316147504708,-0.000571520027107613,0.0112919930904263,-0.0111473308517232,0.0015626524077301,-0.0677781519270239,-0.0849544334272622,0.0334438438342595,-0.0573870975877315,-0.0360811415126523,-0.0456139933373572,0.0100533211267651,-0.0238593388318155,0.00708071714992094,-0.0125469616621533,0.00749036996489536,-0.018384308133309,0.0110204606676546,0.000915763230123014,0.0168369101683032,0.0169096331971641,0.0143299917601947,0.00253137493653056,-0.0183604956504136,-0.00165854970226379,-0.0149181825336062
"313",-0.0745327855481821,-0.044641636506989,-0.0234509473179027,-0.00567061055493425,-0.0208322998350272,-0.0141529643595894,0.0155053592133662,-0.0394933828740919,-0.0384591123013538,-0.0300724459043093,144,-0.074532785548179,-0.0446416365069889,-0.0234509473178997,-0.00567061055493434,-0.020832299835027,-0.0141529643595897,0.0155053592133662,-0.0394933828740933,-0.0384591123013509,-0.0300724459043071,0.060188708571371,-0.0249608432032871,-0.0388099037506294,-0.0258187543636626,-0.0269854689642362,-0.0247218037053662,-0.00948548235226443,-0.0120963089762606,-0.0191599815907023,0.062756038591964,0.0279345140920418,-0.00755311409659952,0.0197568951714737,0.0117311434881668,-0.022944248454515,0.0537027349437284,0.0475043531297349,0.0348417319597072,0.0179782276764744,-0.00637055668505161,0.0177913895034989,0.00653380638444244,0.00379883691289517,0.0224021267067543,0.0292636804432974,0.0187611102588819,-0.0150720017460321,-0.00166734873358197,-0.00570284301643038,0.0104362802905378,-0.000220505972835355,-0.00237061382043253,-0.0036302414575411,-0.00929149585995082,-0.0074001631165392,0.00651067924480401,-0.00775902089816098,-0.015065896212977,-0.0144764507749086,-0.0243670644566844,-0.00971007907450319,-0.00701208215965536,-0.00765113771527554,-0.00244716424599174,0.00487328818455876,-0.0146734618045622,-0.00387429229985418,-0.00497016573081094,0.0198793640652432,0.00690102624707819,0.00343960914083679,0.00235361039918973,0.00479201046496009,0.00208599590010732
"314",0.0598711371395414,0.0506801187398187,0.0530737099276413,0.0528581912385822,0.0328298616348169,0.01966706951368,-0.0102661054152432,0.0343088588777263,0.0552050380896167,-0.00107769750046639,163,0.0598711371395395,0.0506801187398183,0.0530737099276371,0.0528581912385816,0.0328298616348168,0.0196670695136801,-0.0102661054152424,0.0343088588777268,0.0552050380896135,-0.00107769750046597,0.0241674758307779,0.00808040981936253,0.00924957297198441,-0.0167277622179724,-0.0245450660829471,-0.0263726311567458,-0.0146503349268825,0.012124300184499,-0.0319022125236803,0.0564896386545665,0.0579833273093908,0.0540428978248156,0.0282158042751235,0.0143054105424731,-0.0103492744651018,0.0344608919086859,0.056751332594072,-0.0167012334544203,0.0528322707474604,0.0465270334367134,0.0331481065867906,0.0142474322820951,0.00774488839521263,0.0218646435649851,0.0522235083675981,-0.0113115835974435,0.0378129189540955,0.0256361318152663,0.00997346086014874,0.00637960099711208,0.0193976597502188,0.0423494982304102,-0.0195243457688808,0.025617174626607,0.0135065624550367,-0.00284300250064809,0.0265982092856681,0.0454534494449271,-0.0190967250361283,-0.0194365037355838,-0.0100198346448063,-0.00174198775755336,0.013539500831048,-0.017113170384884,0.00525320728917479,-0.0128538130360065,0.00804744872037354,-0.0145483039444703,0.0247652691441128,0.00756939459532525,0.0141750848637545,0.00964982159110699,-0.0192843926212522,-0.0220111711630895
"315",-0.0236772472339084,-0.044641636506989,0.0401399650410705,-0.0125563519424068,-0.00982467696941811,-0.00100072896442909,-0.0029028298070691,-0.00259226199818282,-0.0119006848015081,-0.0383566597339788,147,-0.0236772472339071,-0.0446416365069889,0.0401399650410675,-0.0125563519424068,-0.00982467696941797,-0.00100072896442923,-0.00290282980706855,-0.00259226199818327,-0.011900684801507,-0.038356659733976,-0.0311085923239898,-0.00949208719692744,-0.0366259335888552,-0.0305838650392582,-0.0295936066474718,-0.0275581674731809,-0.0304484628906324,-0.0327495793432767,-0.0111624080757801,0.01419981661716,-0.0287757651778134,-0.0103688518802884,-0.007288631193834,-0.00991523902266716,0.00555988831211,-0.00864914246293696,-0.00697315161440277,0.00504119610865071,-0.0422470734024687,0.000332719198290826,0.00750803993215599,-0.00587708721307572,0.0226633324519236,-0.0140762373412539,0.00408010027330416,0.0267215292208502,-0.0276776447794941,-0.0208928777542865,-0.0138959104824768,0.0159668552481914,-0.0228089836596512,-0.0327920402384696,-0.0504284022003206,-0.00917859619013701,-0.00887537537578824,0.00906905705419137,-0.0118960659299224,-0.0166048513234955,-0.00815838462482664,-0.0283725674851944,-0.00194479680860962,-0.0208508529692681,-0.0219909374040076,-0.00797881066125306,0.00968875083158566,-0.0234153837803882,-0.015597639844764,-0.0132711077112779,0.0315218867424,0.0211548887399166,0.0164303456196842,-0.026587440191321,-0.016602664693384,-0.0117868783843222
"316",0.00901559882526763,-0.044641636506989,-0.02021751109626,-0.0538708002672419,0.0314539087766158,0.0206065148990486,0.056003375058324,-0.0394933828740919,-0.0109044358473771,-0.00107769750046639,97,0.00901559882526766,-0.0446416365069889,-0.0202175110962573,-0.0538708002672416,0.0314539087766157,0.0206065148990487,0.0560033750583225,-0.0394933828740933,-0.010904435847376,-0.00107769750046597,-0.0398705138014313,-0.0270189206673675,0.0111302139465357,-0.0179767408868779,-0.0240499531523902,0.0106849395085916,-0.00948548235226443,-0.0331004142148975,-0.0319022125236803,-0.0170148975094996,-0.0126317374727153,-0.027957361120645,-0.00624467610027218,-0.00651271378706718,0.0157141260316586,-0.0176797559772945,-0.014984214367125,-0.0154761578053494,0.0149159242317824,0.0405523744983455,-0.0310545209603801,-0.0262664124089984,-0.0377030532729673,0.0224021267067543,0.00313542403425443,-0.00910035610800716,0.00384958779716161,-0.0261529018339275,-0.0221852850792596,-0.00676750813978506,-0.00302045165425106,-0.0173970739454288,-0.0178777465463342,-0.0484177093458431,-0.0333419655204176,-0.0537395015940882,0.033385907963479,-0.00678705976741329,-0.0167607049339999,-0.0194015334708444,0.0363370422023286,-0.0428550249578393,-0.0316288995804715,-0.0170803119480165,0.0346187142734091,-0.0362436077197978,-0.0208077759646806,-0.0145700073159985,-0.0101602783677411,0.00657651110764285,0.0125688953695948,-0.0188115730341188,-0.0177207028673927,-0.0205993693395586
"317",0.0162806757273067,0.0506801187398187,0.0142724752679289,0.00121513083253827,0.00118294589619092,-0.0213553789807487,-0.0323559322397657,0.0343088588777263,0.0749683360277342,0.0403433716478807,220,0.0162806757273065,0.0506801187398183,0.0142724752679283,0.00121513083253812,0.00118294589619101,-0.021355378980749,-0.0323559322397641,0.0343088588777268,0.0749683360277297,0.0403433716478785,-0.0365111223829506,-0.030007584419838,-0.0393437631236063,-0.0319270765781954,-0.0236387366557286,-0.0148614559552319,-0.0146503349268825,0.0518511456644958,-0.0089565585744041,0.00924031292339059,-0.00391716089746914,-0.0166028826203519,-0.0116599904271523,-0.0177111901156271,-0.00830370501988094,0.00210696151912878,0.0128130897815186,-0.00057741171292613,0.0111139339646994,-0.0105479604975431,-0.000415603819676069,-0.0296988938508239,-0.0179545692956378,0.0218646435649851,0.07349862982327,0.0338743694475458,-0.0173604026101535,-0.0119378171743304,-0.0197230173564852,0.00823869884107216,-0.00979090833631258,0.00133573799127297,-0.0063283901068655,-0.011810454069929,-0.00971475419328538,0.00751055251870045,-0.0116985016834789,-0.0179123805561222,-0.0169441791640789,-0.0288657817968961,-0.00342028145407224,-0.020588449903372,-0.0225826784621571,-0.0152716692926132,0.0245902169537376,-0.0349686294186047,-0.0511130257477239,-0.0325627313961117,0.0105309970900323,-0.0344313522789615,-0.0154307896046732,0.0228374917587194,0.00865466408954719,0.0391003753754247
"318",0.0199132141783263,-0.044641636506989,-0.0342290680567117,0.055153438482502,0.0672286830898452,0.0741549018650587,-0.00658446761115617,0.0328328140426899,0.0247253233428045,0.0693381200517237,190,0.0199132141783259,-0.0446416365069889,-0.0342290680567077,0.0551534384825014,0.0672286830898449,0.0741549018650591,-0.00658446761115549,0.0328328140426904,0.0247253233428033,0.0693381200517197,-0.0341078150718738,-0.015899387553046,0.013563588326336,0.0318735360580074,0.0423534573260005,-0.0271311194452177,-0.0159880733286731,-0.0254962529212847,0.0359095878875607,-0.0274198022183862,-0.0231264631873019,0.00762411515523067,0.0153734885202974,0.0205856886019579,0.000907344859740646,0.00416724962397379,-0.00253464663054607,0.0156042396865364,0.0281859058254478,-0.065582827099631,-0.0644754070672447,-0.0767964791988938,0.0264362315597292,-0.0490954668273417,-0.0306498931502328,-0.0767639172847377,-0.0550628619007606,-0.0624145846278088,-0.0689043492191569,0.0236193577060849,-0.0451688331496162,-0.0409207277508789,-0.0678092887508418,0.0681968534552089,0.0799840005933645,0.000849154898492051,0.026540679652471,0.0106126952148097,0.0597281726035472,0.0415534395722188,-0.0123531915828481,0.017020848365593,0.0103934809077311,0.0869643569025028,-0.000948616916918569,0.0148001980690308,0.0245134469970464,0.0961286682468371,0.0273201873348799,0.0166959814393179,0.00365842336177938,-0.0113985211939628,0.0261998750064454,0.0131402370912828
"319",0.0889314447476978,-0.044641636506989,0.00672779075076256,0.0253152256886921,0.0300779559184146,0.00870687335104641,0.0633666506664982,-0.0394933828740919,0.00943640914607987,0.0320591578182113,109,0.0889314447476949,-0.0446416365069889,0.00672779075076273,0.0253152256886917,0.0300779559184146,0.00870687335104635,0.0633666506664965,-0.0394933828740933,0.00943640914607965,0.0320591578182096,0.103212493404544,-0.0323169646194621,-0.0282176484672458,-0.0191722523817731,-0.028614654269862,0.0214312525704698,-0.00948548235226443,-0.0335615251765384,-0.017418521458037,-0.0933175320413344,0.00377404401714535,0.0335255128047361,0.0427482337466685,0.00584189880655702,0.135151009489678,-0.0859586603365337,0.00477555020752709,0.0484697474099254,-0.0106032711406511,-0.0365352981600926,-0.0297691022639622,-0.0150375086779106,-0.0452488514885787,0.0224021267067543,-0.0161524385706045,-0.0409420319558804,-0.0143331808779875,-0.00789902406520458,-0.0117214711857833,0.0281167991180479,-0.0263533323327152,-0.0208585113668171,-0.0138355770738008,0.00459470083891377,-0.00434557376054032,0.0413165923325779,-0.0342093323092153,-0.0145997056007523,-0.00145698838873135,-0.024830199545571,0.0395271321603161,-0.041911789621045,-0.0184931726119803,0.00503798767242711,0.0215745331532843,-0.0288592334425099,-0.0140507015040795,-0.00811020323267911,-0.0156220315373746,0.0338845559426778,0.0596139528724317,-0.0344356982599798,-0.0434495181043672,-0.0148374759590174
"320",0.0199132141783263,-0.044641636506989,0.00457216660300077,0.0459724498511097,-0.0180803941186249,-0.0545491159304391,0.0633666506664982,-0.0394933828740919,0.0286607203138089,0.0610539062220542,191,0.0199132141783259,-0.0446416365069889,0.00457216660300114,0.0459724498511091,-0.0180803941186247,-0.0545491159304397,0.0633666506664965,-0.0394933828740933,0.0286607203138074,0.0610539062220508,-0.0341078150718738,-0.0326720063501056,-0.00259239857101923,-0.0273308350766232,0.00933256476834045,0.0214312525704698,-0.00948548235226443,-0.0222519695120417,0.0206701688398168,-0.0274198022183862,-0.00688730306114104,0.00351724819742727,-0.0194310383073703,-0.0332153285930146,0.0333356783823302,-0.0269905156626453,-0.000882917714307723,0.0119168380744892,-0.00856173551085645,-0.0566451258101199,0.0152205521106632,0.0446529795768197,-0.0452488514885787,0.0224021267067543,-0.0343815668391442,-0.0688034983227694,-0.0135440198424888,-0.0141055660762237,-0.0185033932691683,0.0250594954328079,-0.0244867018784381,-0.0193688490618854,-0.0125126125066328,-0.0297837113618276,-0.0638020340599838,0.0682423832249137,-0.0518428732499181,0.00957974440873322,0.039064605752764,-0.0146496601847542,-0.0278829965995461,-0.00889855283324398,-0.035300653553869,-0.0407898170894614,-0.0652334940343818,0.0103945456104413,-0.0502859573235514,-0.0854876610341015,-0.0156220315373746,0.0614081786740348,0.100934535499346,-0.0492021961690948,-0.06596223143672,0.0138425411178363
"321",-0.0236772472339084,-0.044641636506989,0.0304396563761424,-0.00567061055493425,0.0823641645300576,0.092004364187062,-0.0176293810234174,0.0712099797536354,0.0330470723549341,0.00306440941436832,122,-0.0236772472339071,-0.0446416365069889,0.0304396563761403,-0.00567061055493434,0.0823641645300573,0.0920043641870626,-0.0176293810234163,0.0712099797536368,0.0330470723549323,0.00306440941436848,-0.0311085923239898,-0.0194712575320298,-0.0388099037506294,0.0638446077534754,0.0811651112853794,-0.023861333798276,0.0379089015389853,-0.0180722609821378,-0.0317861151815026,0.01419981661716,-0.023948586027641,-0.0140312178184436,-0.0520093413236679,-0.0561421590299375,0.0136773615513379,-0.0464524735463268,-0.0294041236951727,-0.0168808097607431,-0.0330601630683926,-0.00637055668505161,-0.0786150127278412,-0.0936398347955256,0.0377549288831463,-0.0870329654372702,-0.0385408510543762,-0.0130805655889913,-0.0211194673658381,0.0422885640773957,0.0486581309934804,0.00656376260260193,0.026999626214495,-7.64546842121295e-05,-0.016387384743626,-0.021923303194988,-0.0205193510334078,0.0103756761106939,-0.0213275842699672,-0.0241548027725797,-0.0182927147513741,0.0779889412787097,-0.0346498962814698,0.0805126000460761,0.0325996949873681,-0.0107363478282831,-0.0255013162534444,0.0794887405466861,0.0510906654738523,-0.00805009432979517,0.00780214102483202,0.00721108258966378,0.0127112798005993,0.0185820645300136,-0.0142673280392512,-0.0188254907050779
"322",0.0961965216497369,-0.044641636506989,0.0519958978537604,0.0792535333386559,0.054845107366035,0.0365770864503148,-0.0765355858888105,0.141322109417863,0.0986463743049281,0.0610539062220542,230,0.0961965216497337,-0.0446416365069889,0.0519958978537563,0.079253533338655,0.0548451073660348,0.036577086450315,-0.0765355858888074,0.141322109417866,0.0986463743049221,0.0610539062220508,0.127797825143562,0.00642977990028928,0.0699302405384817,0.010527432149914,-0.0120989486772625,0.0439564425827357,0.239048304747469,0.115330827257124,0.0206701688398168,-0.100254135180592,0.0963239270271671,0.154213458278893,0.0960381331897694,0.0634501159424323,-0.167440414212271,0.284125584905439,0.187096782353469,0.116021636166161,-0.0534755193663394,-0.0890442926913296,-0.0529066387994838,-0.0413367832059848,0.0981213146080372,-0.156341857128486,-0.100744280823058,-0.0688034983227694,0.0638453202726924,0.0497920292686491,0.0288680287227731,-0.0704963654737805,0.140589051386211,0.0908455540111357,0.0478472510656249,0.0819854196718539,0.0540271807109263,-0.11645289057541,0.229487682746216,0.155287604965577,0.0803321101489686,-0.000317270148827402,-0.095299201480118,0.113243594022497,0.0889381327744834,0.0578697825467794,-0.0510017091233275,0.0577660466428727,0.0635917730775746,0.0337780272624716,-0.171766344288625,-0.150209755959379,-0.0911641761281875,0.243952577287608,0.151074507073364,0.0985137269542257
"323",0.0235457526293458,0.0506801187398187,0.0616962065186885,0.0620391798699746,0.0245741444856101,-0.0360733566848567,-0.0912621371051588,0.155344535350708,0.133395733837469,0.0817644407962278,242,0.0235457526293453,0.0506801187398183,0.0616962065186835,0.0620391798699739,0.0245741444856101,-0.0360733566848571,-0.0912621371051552,0.155344535350712,0.13339573383746,0.0817644407962231,-0.0312221000262393,0.0225045739060872,0.0276057076152381,-0.0234196266212509,-0.0125778525276232,0.0741684970983367,0.295201097592283,0.239844231856541,0.062399496547093,0.0171152005452532,0.0217306142887173,0.0157666610245056,-0.000199884190345148,-0.0282428351395292,-0.0460657340793878,0.0691524354299684,0.0532886875341346,0.027774339022707,0.0621030122547407,0.056673699151859,0.0243923560459732,-0.0454658963565277,-0.0864864564712388,0.157698088049066,0.136395520242732,0.0790603224925352,0.0580415808309814,0.0207089781096411,-0.0620194108744934,-0.107449351104242,0.189615732308198,0.159221296077975,0.0868308035032435,0.0210675647640993,-0.0579222537527347,-0.108144897373163,0.195708069155248,0.165546673627257,0.0850816901054507,-0.040969267856255,-0.0521154520873247,0.0449693869505166,0.0442554144214084,0.0281943281723461,0.0809233993567897,-0.111507901516941,-0.121819699285193,-0.0773220034028272,-0.234890090383925,-0.25468512639401,-0.153892859307688,0.375845277673308,0.231157518087035,0.195300010022725
"324",0.0707687524926,0.0506801187398187,-0.00728376620968916,0.0494153205448459,0.0603489187988395,-0.00444536204411395,-0.0544457590642881,0.108111100629544,0.129019411600168,0.0569117993072195,248,0.0707687524925978,0.0506801187398183,-0.00728376620968768,0.0494153205448453,0.0603489187988393,-0.00444536204411412,-0.0544457590642858,0.108111100629547,0.12901941160016,0.0569117993072163,0.0501912994117577,-0.032203418688341,0.00312232335188289,0.0194799177022971,-0.0293481129712816,0.00858156862459533,0.127229246506971,0.222110477403389,0.0137766153335282,0.0683019700873605,-0.0196344889761964,0.0615093700002304,0.0754458525359757,-0.0170166169431135,-0.0857405537134467,0.155539476539766,0.179532345514467,0.0747677843711231,-0.0120629198035011,0.0427220338410963,0.0623339417228486,-0.0115836143761856,-0.0436540269864881,0.104689914591864,0.131684424583533,0.0519487506655416,-0.0248263644230183,-0.0218772417905267,-0.0122983807452741,0.0274509840828189,-0.0377933246110795,-0.042980783729654,-0.0269736280316991,0.0525312529115021,-0.0139365797999468,-0.0470235386328496,0.102871987182152,0.12295315234673,0.0391766560858993,-0.0322810648488709,-0.0751563549869311,0.0919554474211847,0.13872844861096,0.059776714787247,0.0148674964704777,-0.0310076398662653,-0.0284890538538069,-0.019517306582933,-0.079172569104858,-0.138338882319526,-0.0557608887101898,0.244098774951908,0.102406703079832,0.124670287478212
"325",0.030810829531385,-0.044641636506989,0.00564997867688165,0.0115437429137471,0.0782363059554542,0.077912683406533,-0.0434008456520269,0.108111100629544,0.0660482061630984,0.0196328370737072,249,0.0308108295313842,-0.0446416365069889,0.00564997867688192,0.0115437429137468,0.0782363059554539,0.0779126834065335,-0.0434008456520249,0.108111100629547,0.0660482061630946,0.0196328370737063,-0.0240034467312972,-0.032511417772758,-0.0370505944540764,0.0544836184756789,0.0498313740681447,-0.00463142483760742,0.127229246506971,0.0324269188867244,-0.0264806856955698,-0.0378247069272728,-0.00514215371663451,-0.00905759521132477,0.0373322243764501,0.0399801715862258,-0.027170983804393,0.062084485312625,0.029979568021619,-0.00173780945505815,-0.00958250332575377,-0.0231287463934077,-0.0747587566385876,-0.0803424487981847,0.064165222637786,-0.123511329485278,-0.0698336186311994,-0.0290014035129279,-0.0164129109499936,-0.00267998775549972,-0.00331794888808545,0.013086378854639,-0.00713449649439584,-0.0140296610509463,-0.0160195319505586,0.00765363410881977,0.010451946518631,-0.00198647389088473,0.0143753193694478,-0.00286415207688301,-0.0133369447564969,0.0571571511483457,-0.0775813600789978,0.125522203138262,0.0838477765950904,0.0177067723008497,-0.0636066573242727,0.108896899472982,0.0974536821251148,0.0186967003833003,-0.0567456672963271,-0.0443925621642651,-0.00523691787543782,0.111690636157242,0.0231714838587968,0.00486327136423155
"326",-0.00188201652779104,-0.044641636506989,0.0541515220015222,-0.0664946594890845,0.0727324945226497,0.0566185880048449,-0.0434008456520269,0.0848633944777217,0.0844952822124031,0.0486275854775501,192,-0.0018820165277906,-0.0446416365069889,0.0541515220015179,-0.066494659489084,0.0727324945226494,0.0566185880048452,-0.0434008456520249,0.0848633944777236,0.0844952822123981,0.0486275854775474,-0.0412915429199698,0.00976490431438399,0.0375710823562445,0.0427508398747608,0.0123431481025866,-0.00463142483760742,0.0666729219812181,0.0753105957405092,0.00144182035611765,-0.00660999280061308,-0.0109428112028879,-0.0142360950519513,-0.0148590432305053,-0.0126495012895431,0.00586137031023485,-0.0134321626746215,-0.0162638308137186,-0.017304640280329,-0.055517054996134,0.0528417136289787,-0.0696170818529161,-0.0602486210688696,0.064165222637786,-0.100529960135033,-0.0873257468301421,-0.056862869879817,-0.088960678783125,0.0734587767760199,0.0545023385836763,-0.0340285497248842,0.0802333974181461,0.0786368420102497,0.0365629928897342,-0.116238021750711,-0.0911981572956314,0.0676829654462476,-0.134568863389767,-0.145892489692064,-0.083609758929679,0.0293640040688471,-0.0723047555867652,0.0858444668416539,0.104346919572764,0.0620422325778775,-0.0435916907592485,0.0520417629626487,0.0894827599963879,0.0449262314083071,-0.0377954158631416,-0.0624817798989418,-0.0335380543562189,0.112274350359971,0.0625736102225818,0.0605872415786809
"327",0.0453409833354632,0.0506801187398187,-0.00836157828357004,-0.0332135761048244,-0.00707277125301585,0.00119131026809764,-0.0397192078479398,0.0343088588777263,0.0299356483965325,0.0279170509033766,131,0.0453409833354619,0.0506801187398183,-0.00836157828356845,-0.0332135761048242,-0.00707277125301572,0.00119131026809752,-0.039719207847938,0.0343088588777268,0.0299356483965309,0.0279170509033752,-0.00377724732672101,-0.0319576323543089,-0.0201733583707481,-0.0312404709680542,-0.0295881397483119,-0.0083728754706576,-0.0146503349268825,-0.0210983598313737,-0.0209233468822702,0.0407398634108412,-0.0167689738587809,-0.0508760683404581,-0.0186247880353783,-0.00927874278870216,-0.0379658707699577,0.0236762484455002,0.015695929899596,0.0130346244896972,-0.0132217624919112,-0.0485979564537141,-0.00917135436049347,-0.00554518788463941,-0.0265210551925879,0.0218646435649851,0.0250210982984678,0.020318583534049,-0.0122077625353309,-0.0110176746171867,-0.0132307228895746,0.0260083346047917,-0.0268175730534558,-0.027778006249153,-0.0231982413232266,-0.00677068683613219,-0.0100115402568489,0.0354556832437836,-0.0372296423295768,-0.0422408357257809,-0.0367711907348189,-0.0286291622308572,0.00363080345683695,-0.0255049182892378,-0.02887819306176,-0.0207044546717339,0.00860107669585775,-0.0228139211777874,-0.015074598050081,-0.0133810085520307,0.00578623973867211,-0.00649041860521991,-0.0110114406848741,-0.0072119581408339,0.000272947076307371,-0.00427181832566918
"328",0.0744012909436196,-0.044641636506989,0.114508998138853,0.0287580963824284,0.0245741444856101,0.0249905933641021,0.0191869970174533,-0.00259226199818282,-0.000609254186102297,-0.0052198044153011,237,0.0744012909436172,-0.0446416365069889,0.114508998138843,0.028758096382428,0.0245741444856101,0.0249905933641022,0.0191869970174531,-0.00259226199818327,-0.000609254186101874,-0.00521980441530043,0.0598307227411995,0.158144459249089,-0.0249780927275397,-0.0234196266212509,-0.0214340114197961,-0.0231602101702772,-0.0304484628906324,-0.0349308354648633,-0.0315342058541358,-0.079444325762819,0.170258387244793,0.031016773069076,0.0254045856543327,0.0286187556793749,0.0371933096036621,-0.0141493893587639,-0.013867539543596,-0.0239398326156679,-0.112680052630385,-0.0398869361017638,-0.0246274274782907,-0.0304033769415045,2.59378050894857e-05,-0.0140762373412539,-0.00662680803814013,-0.00512014662702301,0.0474637769302227,0.0489697897626869,0.0500028324429945,0.067750627148551,-0.0270359812463391,-0.0237968314991399,-0.0307923906276191,0.00341341863666168,0.00651337803948197,0.019669483438767,-0.0142109224829664,-0.0203470349589719,-0.0209884753964869,-0.019879834899816,0.00784066900712383,-0.0223986522086434,-0.024754912350758,-0.0191715371604801,0.0200102301505276,-0.0244740590160487,-0.0161951458451653,-0.0168902864573333,0.03044639301499,0.0201102434001712,0.011673852093502,-0.0271567258570836,-0.0182914496275515,-0.0207692209881214
"329",-0.0382074010379866,-0.044641636506989,0.067085266888093,-0.0607565416547144,-0.0290880169842339,-0.0232342697514859,-0.0102661054152432,-0.00259226199818282,-0.00149858682029207,0.0196328370737072,78,-0.0382074010379848,-0.0446416365069889,0.0670852668880876,-0.060756541654714,-0.0290880169842337,-0.0232342697514862,-0.0102661054152424,-0.00259226199818327,-0.00149858682029159,0.0196328370737063,-0.014671803902183,0.0326202751786102,0.0248649596298917,-0.0199993000485338,-0.0225423896591429,-0.0263726311567458,-0.0304484628906324,-0.0349018883969801,-0.0264806856955698,0.0280730228956755,-0.0626713909517624,0.0350986394458171,0.0107153080695301,0.00822254004899442,0.0130913030876936,-0.00783429107096261,-0.011705325551876,-0.0320260928160853,-0.0677662687749021,0.0472556503816879,0.0255039016820062,0.0151032329160621,0.0302091306675349,-0.0140762373412539,-0.00578351339311495,-0.0290014035129279,-0.0983622172402675,-0.0547975811219759,-0.0473338387557424,0.00316003817773908,-0.0243405045243932,-0.0244752960451144,0.00912479620293711,0.0263070656432599,0.0216152329452258,0.0211495318419652,-0.00919539995137096,-0.0179134426672045,-0.0421653330855587,-0.0190124695812971,0.00402170055577229,-0.0199840853952179,-0.0235276520438186,-0.0289836378601949,0.0147915747878366,-0.0225097700245823,-0.0150931843819544,-0.0238724183487642,0.0318803846515366,0.0207219638990692,0.00939337338657739,-0.0271118879319363,-0.0195580383281771,-0.0214152520344086
"330",-0.0127796318808497,0.0506801187398187,-0.0557853095343297,-0.00222773986119799,-0.0277120641260328,-0.029184090525487,0.0191869970174533,-0.0394933828740919,-0.0170521046047435,0.0444854785627154,135,-0.0127796318808489,0.0506801187398183,-0.0557853095343237,-0.00222773986119811,-0.0277120641260326,-0.0291840905254874,0.0191869970174531,-0.0394933828740933,-0.017052104604742,0.044485478562713,-0.0383709024274893,0.0123828965319289,-0.0392830972857175,-0.021102877036081,-0.0184610779784373,-0.0231602101702772,-0.00948548235226443,-0.030446441899922,-0.00399942111500433,-0.02225923756406,0.00618270011051517,-0.0164077513560228,-0.00479875427627666,-0.00258336318750566,-0.00174858475224364,0.000941763393407153,-0.00831904128344191,-0.027966603010004,-0.0642108407819524,-0.0143529600931602,-0.031060730712537,-0.0380855973113047,0.0420108319830131,-0.0609606274618937,-0.0255610542937468,0.0383929647520448,-0.0152442880601651,0.021357768478662,0.0228385549664594,-0.005382126591451,0.0277789508413216,-0.00128230313695847,-0.0700660982735073,-0.0105088689402834,-0.00773232641861788,0.00744005997761132,-0.0106979443882781,-0.0191028102351963,-0.0199525012647891,-0.0171445094283109,-0.0143202090764851,-0.00229590547568379,-0.014538275289514,-0.043646215292631,-0.00250108540143482,-0.00534583113851442,-0.00490174079406286,-0.041924590794368,0.0171484874804264,0.0129820714009494,0.0331223013676798,-0.0140894512863202,-0.0530978238182327,-0.0358639847636148
"331",0.00901559882526763,0.0506801187398187,0.0304396563761424,0.0425295791573734,-0.00294491267841247,0.0368902349121043,-0.0654906724765493,0.0712099797536354,-0.0236445575721341,0.0154907301588724,244,0.00901559882526766,0.0506801187398183,0.0304396563761403,0.0425295791573729,-0.00294491267841236,0.0368902349121045,-0.0654906724765466,0.0712099797536368,-0.0236445575721322,0.0154907301588718,-0.0398705138014313,-0.0194712575320298,-0.00789459279672202,-0.0318243760561711,-0.0117978859888997,0.0247775244313764,0.0379089015389853,-0.0263035048680942,-0.0285331990846363,0.00136542530152794,-0.00303304373968564,-0.00843406501575611,-0.0125985306144626,-0.00343090831490417,-0.00978575671159659,0.00391183766995113,-0.017405115288797,-0.012137255974218,0.0284965742908498,0.0351120346498621,-0.00479347909008477,0.0326981798951528,-0.0565037558319133,0.0632772790784245,-0.0326578069719285,0.00676279762055223,0.00791534545138464,-0.0142574619295114,0.0117157413498505,-0.0260445965651306,0.026999626214495,-0.0381292385357777,-0.00850202741816227,-0.0145450321410488,0.0250431837400722,-0.0489743238333163,0.0528602755176586,-0.0424946437464432,-0.00455966866444554,-0.0300375562485178,0.00168555872907243,-0.0249329553754666,-0.0229819448617887,-0.0173400364620386,-0.0426966452974841,0.0178208207759349,-0.0350666947179628,-0.00184377933509262,-0.0562099409522386,0.0553612007112728,-0.00888964108498085,-0.0599346630906844,0.0031294003375413,-0.0280902271210233
"332",0.0816663678456587,0.0506801187398187,-0.0256065714656645,-0.0366564467985606,-0.0703666027302678,-0.0464072559239113,-0.0397192078479398,-0.00259226199818282,-0.0411803851880079,-0.0052198044153011,199,0.0816663678456561,0.0506801187398183,-0.0256065714656613,-0.0366564467985604,-0.0703666027302674,-0.0464072559239118,-0.039719207847938,-0.00259226199818327,-0.0411803851880048,-0.00521980441530043,0.0805567926037564,-0.0234194686808254,-0.0159874155608658,0.0379702454926649,-0.00142390627223561,-0.0083728754706576,-0.0304484628906324,-0.00874971436816851,-0.0315342058541358,0.0801143015201544,-0.0527521139915905,-0.0842943630181651,-0.129790482865204,-0.0899710573085829,-0.0715550508647669,-0.0145568150547511,-0.0837952015357073,-0.0247874936548386,-0.0317632455064716,-0.0524029560493312,-0.0762987751734269,-0.0565363449243623,-0.0265210551925879,-0.0195479919484543,-0.0515350643771254,-0.0158301789019424,0.00087154325808206,0.0269305708882325,0.0131559680389473,0.0413392607940177,-0.0190720727496807,0.000994052760016684,-0.0155455556270348,0.0438370529202736,0.0279242624918158,0.0382686010632622,-0.0105457329406467,0.0138816947797908,-0.0140538047819515,0.0173830612153495,0.0591642681903416,-0.0181267263079676,0.0362844274421667,-0.00819024755935666,0.0495452334210461,-0.0215658908988126,0.0262214046385306,-0.00890118103531612,0.0333143762880833,0.0573303692529699,0.0185890022248778,-0.02511123099378,-0.0182914496275515,-0.0165727472777215
"333",0.030810829531385,-0.044641636506989,0.104808689473925,0.076958286094736,-0.0112006298276192,-0.0113346282034837,-0.0581273968683752,0.0343088588777263,0.0571041874478439,0.036201264733046,270,0.0308108295313842,-0.0446416365069889,0.104808689473916,0.0769582860947352,-0.0112006298276191,-0.0113346282034839,-0.0581273968683727,0.0343088588777268,0.0571041874478406,0.0362012647330441,-0.0240034467312972,0.127135387250087,0.0636910958342767,-0.0301753613138447,-0.0279254823872347,0.0136487802996803,-0.0146503349268825,0.0154179472111405,-0.0134295920220817,-0.0378247069272728,0.0590690656257087,0.0362173072775208,-0.019124987557571,-0.0177437132012144,-0.0377341240938288,0.0128916049823145,0.0241713227110215,0.00967289516199916,-0.103493142296309,-0.0868098672851609,0.00879345862857386,0.00387432918497426,0.0792568190690088,-0.050554601389262,-0.0613526039943636,-0.0449222414368645,0.141914889274363,-0.0378681708993783,-0.0391707185616019,-0.117783901602803,0.0583157505322605,0.109716958046594,0.0607650535853154,-0.030448153681739,-0.028159558834632,-0.0836985363622054,0.0444700077379367,0.0785514412079926,0.0386419597598069,-0.0267265126712813,0.0118071099715139,-0.0279631524821706,-0.0378448694095353,-0.0253140647759389,0.0238945788876012,-0.0295665368671303,-0.0301122792118376,-0.0228900419725775,-0.00607565363972835,-0.0546224641956896,-0.0333987736730295,0.0109170875815178,0.00586075841846725,0.020131996985385
"334",0.0271782910803654,0.0506801187398187,-0.00620595413580824,0.0287580963824284,-0.0167044412604238,-0.00162702588800815,-0.0581273968683752,0.0343088588777263,0.0293004132685869,0.0320591578182113,164,0.0271782910803648,0.0506801187398183,-0.00620595413580686,0.028758096382428,-0.0167044412604236,-0.00162702588800829,-0.0581273968683727,0.0343088588777268,0.0293004132685854,0.0320591578182096,-0.0278539772460471,-0.0324153404464247,-0.0249780927275397,-0.0280066746720881,-0.0295720700261397,0.0136487802996803,-0.0146503349268825,-0.0216794227806468,-0.017418521458037,0.0210526443561846,-0.0123457817021628,0.00051019279063728,-0.0213560766723078,-0.011340906307656,-0.0328184882902926,0.0101954441165181,0.00387222488331479,0.00421712348259793,-0.0109040771150911,0.0198920362673937,-0.0193863966581138,-0.00856440113041247,-0.0479372699349632,0.0218646435649851,0.0243372698938022,0.024837178838548,-0.0212354325028669,-0.0100480691006031,-0.0127890300549746,0.0266489316569474,-0.0251959859375374,-0.026268126629963,-0.0224795913044863,-0.0222111048114648,-0.0101689437197237,-0.0260663128023334,0.00872641083339954,-0.0010669062000891,0.000784673538163102,-0.0281287757610395,0.0188741446992837,-0.0312407980727478,-0.0346981579671406,-0.0281958925519887,0.0116740406943753,-0.0243332597078895,-0.0169096191646232,-0.0152121125716167,-0.00607565363972835,-0.0181068438349921,-0.0279838976416332,-0.00763583837440921,0.00306685274738731,-0.00221826886217716
"335",-0.0600026317441039,0.0506801187398187,-0.0471628129432825,-0.0228849640236156,-0.071742555588469,-0.0576806005483345,-0.00658446761115617,-0.0394933828740919,-0.0629129499162512,-0.0549250873933176,72,-0.0600026317441013,0.0506801187398183,-0.0471628129432773,-0.0228849640236155,-0.0717425555884685,-0.057680600548335,-0.00658446761115549,-0.0394933828740933,-0.0629129499162468,-0.0549250873933138,0.0244556107672574,-0.000555516747579884,-0.0302560206171987,0.040731304874531,0.013931640865129,-0.0271311194452177,-0.00948548235226443,0.0261833276710403,0.0106419870947308,-0.0734460071061672,0.0506758169540939,0.0137988225502978,0.0761408958739011,0.0622409540818474,0.0131575164237306,0.041288388696594,0.0666523424840782,0.0584073175818911,-0.0549400992746722,-0.0371829576668628,-0.0777580669302298,-0.0686131979074546,0.0120281313436877,-0.0609606274618937,-0.0749300946794753,-0.0700533225559297,0.00365537111314207,0.0613735218514817,0.0468920658793501,0.0255254755344246,0.0203124290242131,0.0431701364244515,0.035669997070962,0.023598861675818,0.0196186117483667,0.0114189067205625,0.00693559655242473,0.0123178917328453,0.00758829113250422,0.0296470885331674,0.00786016322773236,0.0278876253017343,0.0701458766979376,0.0709868705442916,0.0178510660770465,0.0123378019992012,0.0640466964415936,0.0538200528814341,0.0362646235741437,0.0297339081122157,0.0220597682187786,0.0211369904048348,0.024088621892691,0.0476414878981442
"336",0.00538306037424807,-0.044641636506989,-0.0482406250171634,-0.0125563519424068,0.00118294589619092,-0.00663740127664067,0.0633666506664982,-0.0394933828740919,-0.0514005352605825,-0.0590671943081523,96,0.00538306037424824,-0.0446416365069889,-0.0482406250171581,-0.0125563519424068,0.00118294589619101,-0.00663740127664085,0.0633666506664965,-0.0394933828740933,-0.0514005352605788,-0.0590671943081483,-0.0408265979088352,0.000943258896539661,-0.0366259335888552,-0.0319270765781954,-0.0290301995751524,0.0214312525704698,-0.00948548235226443,0.00586133030611445,0.017303345916664,-0.0135465959398708,-0.0142586694250986,-0.0185656361809652,-0.0119241068955634,-0.0111626776376353,0.011900871833415,-0.0145761694155109,-0.0187439758289167,-0.0223662571856806,0.0414558874191132,0.000332719198290826,-0.00277530963918695,-0.000558132814139368,-0.0452488514885787,0.0224021267067543,0.0415351661180204,0.046622576625771,-0.00571670534415638,-0.0135481031803207,-0.00596065691115057,-0.0498444448555718,0.0212457442513516,0.032419014135303,0.0410696633705748,-0.0121621087795885,-0.0073329171252137,-0.00804735763670447,-0.0018811739179267,-0.00548760720870394,-0.00287694787196085,-0.0286210926967019,-0.000918945095601218,-0.0221038475483644,-0.0257153849072509,-0.0178774861989758,0.000517140419642539,-0.0193372771375861,-0.00834748601856096,-0.00568961676989021,-0.0156220315373746,-0.0532162556998401,-0.0702507353835853,0.0122941223582977,0.0273047237973129,0.0393304368740951
"337",-0.0200447087828888,-0.044641636506989,0.0854080721440683,-0.0366564467985606,0.0919958345374655,0.0894991764927457,-0.0618090346724622,0.145012221505454,0.0809479135112756,0.0527696923923848,306,-0.0200447087828877,-0.0446416365069889,0.0854080721440611,-0.0366564467985604,0.0919958345374651,0.0894991764927463,-0.0618090346724597,0.145012221505457,0.0809479135112708,0.0527696923923819,-0.0340117700930473,0.0733463352075218,-0.0159874155608658,0.087558267158694,0.0752148255919758,0.019047432235274,0.253310699977074,0.0662478928668381,0.00736716583896185,0.0107315150475312,-0.0447820277330364,-0.000541736335414758,-0.0498350140815284,-0.0480722468622045,0.0328028019066743,-0.0728600226225502,-0.0471112017341451,-0.0389024956984776,-0.0851193216281569,0.0237941847899894,-0.0876129436027663,-0.091275855062665,0.0830297181768144,-0.159989693533286,-0.083962014392373,-0.0608430793608011,-0.0796591006996904,0.158788299830114,0.155310379501396,-0.0995811394445032,0.251031682093233,0.13019327461571,0.0756236112244695,-0.0846344428129652,-0.0806476599205265,0.0549248970791962,-0.127493826754807,-0.0864654184372375,-0.0572252910122092,0.0872040273247679,-0.128181521140319,0.210267825518061,0.13161774091663,0.0912428111081908,-0.110177378988308,0.180472920988977,0.143668297124681,0.0871484421916989,-0.136961739308113,-0.0926707204319563,-0.0594275787848996,0.201116099392671,0.131885994198182,0.0638131650257034
"338",0.0199132141783263,0.0506801187398187,-0.0126728265790937,0.0700725447072635,-0.0112006298276192,0.00714113104209875,-0.0397192078479398,0.0343088588777263,0.00538436996854573,0.00306440941436832,91,0.0199132141783259,0.0506801187398183,-0.0126728265790917,0.0700725447072627,-0.0112006298276191,0.00714113104209868,-0.039719207847938,0.0343088588777268,0.00538436996854577,0.00306440941436848,-0.0341078150718738,-0.0306358412586974,0.0460737365304821,-0.0301753613138447,-0.0289393729828426,-0.0083728754706576,-0.0146503349268825,-0.0344888826404757,-0.0317861151815026,0.0131777567343219,-0.014104707561657,0.0142977738269047,-0.0166242216277196,-0.00742749310053388,-0.0144534447035913,0.0048031223849252,-0.0106522551440598,-0.013894973209841,-0.0178571332455513,0.0655520314147989,-0.0135492296309022,0.000828706745325949,-0.0265210551925879,0.0218646435649851,-0.00140826749275549,-0.00679298829294457,-0.0352768502026437,-0.00921457804995262,-0.015004169728787,0.0298410661520982,-0.0300607472852927,-0.0237630957250222,-0.0191415430340225,-0.0287833462536403,0.00175618928735325,-0.0489318513405778,0.0393637796087171,-0.0114972116405909,-0.0135787375803489,-0.0296348604634109,0.00725255115684813,-0.0279631524821706,-0.02570499650269,-0.0170897408907694,0.00348305710520921,-0.0196064287253495,-0.0150132103277989,-0.0136248412130259,0.00578623973867211,0.0155423334089547,0.0111888914974398,-0.0235945559802888,-0.0164904869501723,-0.0205052790122599
"339",-0.0636351701951234,-0.044641636506989,-0.0331512559828308,-0.0332135761048244,0.00118294589619092,0.0240511479787335,-0.0249926566315915,-0.00259226199818282,-0.0225121719296605,-0.0590671943081523,214,-0.0636351701951208,-0.0446416365069889,-0.0331512559828269,-0.0332135761048242,0.00118294589619101,0.0240511479787336,-0.0249926566315902,-0.00259226199818327,-0.0225121719296587,-0.0590671943081483,0.0326652736164493,-0.0169579237098375,-0.0201733583707481,-0.0319270765781954,-0.022036917782116,-0.0200242753977713,-0.0304484628906324,-0.0271106132998819,0.017303345916664,0.0523511338830774,0.0355369163357239,0.0304307436721241,-0.0135968445288343,-0.0425411072849386,0.0409850796875552,-0.00640830113500748,0.0172820620047823,0.0687588263582615,0.0271651380105504,0.0204425468483181,-0.00277530963918695,-0.0295168845416818,0.0453007270987576,-0.0140762373412539,0.0141422636606594,0.046622576625771,0.00408583769044743,-0.0131594134547369,-0.0305686883927728,0.0371194181359904,-0.0186432469075529,-0.00580165343688192,0.0224892019132971,-0.0126895908440778,-0.0265584131738559,0.0253944215619516,-0.0107386376534003,-0.00319440926516718,0.0219038678986605,-0.0281108898920416,-0.00322787096495909,-0.0213461487258682,-0.0249992373222296,-0.0178774861989758,-0.00339220485356904,-0.0244357936460851,-0.0277823422910316,-0.044547710603926,0.03259738046981,0.0330866548286504,0.0471267994765375,-0.0260524355740815,-0.0155471741095293,0.00551753520102522
"340",0.0271782910803654,-0.044641636506989,-0.00728376620968916,-0.0504279295735057,0.0754844002390519,0.0566185880048449,0.0339135482338016,-0.00259226199818282,0.0434431722527813,0.0154907301588724,95,0.0271782910803648,-0.0446416365069889,-0.00728376620968768,-0.0504279295735053,0.0754844002390516,0.0566185880048452,0.0339135482338009,-0.00259226199818327,0.0434431722527789,0.0154907301588718,-0.0278539772460471,-0.032203418688341,0.00488163265065667,0.0485102948271993,0.0123431481025866,-0.0135994334248341,-0.0304484628906324,-0.00579280871752853,-0.0285331990846363,-0.0343564053576439,-0.0129614429868101,-0.0478346901704903,0.0299772757745359,0.0218900156041745,0.0254175495484047,-0.0115011223348472,0.0119737194672297,-0.0058482806701384,0.0026667104530143,0.0372007365566742,-0.0721879192457519,-0.0602486210688696,-0.0150656586261332,-0.0140762373412539,-0.0483987771395789,-0.0250211940319438,-0.0104348915017504,-0.0242778392178785,-0.0220924502178385,0.0130459898936957,-0.0201135069377052,-0.0292360307118952,-0.0206841243517174,-0.0940088170465897,-0.0713731353113147,-0.0268594276210829,-0.00977411408963198,-0.0690598862226604,-0.0338048056007873,0.0315537523092248,0.0539739952465123,-0.0246893950829188,0.0442804732353911,0.00958130945182087,0.0512101721958446,-0.025762326471491,0.0383019416672506,0.00470743054193798,0.0297293971967167,0.0536624477859459,0.0257412010956077,-0.0293777389215841,-0.0193469402114062,-0.0074968227906059
"341",-0.0164121703318693,-0.044641636506989,-0.0137506386529745,0.132044217194516,-0.00982467696941811,-0.00381906512053488,0.0191869970174533,-0.0394933828740919,-0.0358167281015492,-0.0300724459043093,216,-0.0164121703318683,-0.0446416365069889,-0.0137506386529725,0.132044217194515,-0.00982467696941797,-0.00381906512053504,0.0191869970174531,-0.0394933828740933,-0.0358167281015465,-0.0300724459043071,-0.0364325401275471,-0.0302207320449238,0.264033958661339,-0.0305838650392582,-0.0294158467776551,-0.0231602101702772,-0.00948548235226443,-0.0151270305437726,-0.0191599815907023,0.00726321347790234,-0.00405771858416591,-0.0657289262436967,-0.00875100237682658,-0.00909686742719122,-0.00337116368373971,0.00404534995519075,-0.000522433931307394,-0.00422676749736166,0.00879131734239832,-0.1404360743519,0.00750803993215599,-0.00321761001360754,2.59378050894857e-05,0.0224021267067543,0.026758084269123,0.0187611102588819,-0.0536348956969485,-0.0093636975480573,-0.0118549896094599,0.0126696290785495,-0.00862034301708246,-0.0113982759721026,-0.00971149876525899,-0.0398447376867104,-0.0201393713116105,0.060434228309286,-0.125315960502847,-0.12596349017769,-0.0985862797536218,-0.0279834213932618,-0.00673885604788203,-0.0145579648540099,-0.017066888890591,-0.00978231025697255,0.00803889471248977,-0.0210862078874701,-0.0128478762184324,-0.0116319684401507,0.0171484874804264,0.00484738304823956,0.000949627456413133,0.000323953241590644,0.00479201046496009,0.000511368233737093
"342",0.030810829531385,0.0506801187398187,0.0595405823709267,0.0563010619323185,-0.0222082526932283,0.00119131026809764,-0.0323559322397657,-0.00259226199818282,-0.0247911874324607,-0.0176461251598052,263,0.0308108295313842,0.0506801187398183,0.0595405823709219,0.0563010619323178,-0.0222082526932281,0.00119131026809752,-0.0323559322397641,-0.00259226199818327,-0.0247911874324587,-0.0176461251598038,-0.0240034467312972,0.0186953454287161,0.0157893502892853,-0.0249825132461668,-0.0295881397483119,-0.0148614559552319,-0.0304484628906324,-0.0254458911230145,-0.027525561775169,0.0249900881671159,0.0297552480998563,0.0219199696494643,-0.0260735674879121,-0.00964211533631052,-0.0192486285873161,-0.0117048351828408,-0.0290115296791326,-0.0274118948434371,0.0597853268779206,0.0503320330323305,-0.0252235636853254,-0.00554518788463941,-0.0179545692956378,-0.0195479919484543,-0.0338921500263891,-0.0293859648154392,0.0486340612116344,-0.0410989715883479,-0.0114494487313997,-0.0245444782173063,-0.0239116786822654,-0.0548074811245941,-0.0402348580874466,-0.0388314168784667,-0.00768748689822095,-0.0291526472959669,-0.0157541601849958,-0.051240452629946,-0.0381171052615999,-0.0288825716340903,0.013298291262141,-0.020293645243093,-0.0129032656505073,-0.00764536895843225,0.00879105037050279,-0.0235046696436367,-0.016510212865925,-0.0145445923533973,0.0329558783789466,0.0384979971699117,0.0267669897484001,-0.0259375333174955,-0.0176581552772387,-0.0121634219634243
"343",0.0562385986885218,0.0506801187398187,0.0218171597850952,0.0563010619323185,-0.00707277125301585,0.0181013272047324,-0.0323559322397657,-0.00259226199818282,-0.0236445575721341,0.0237749439885419,178,0.0562385986885201,0.0506801187398183,0.0218171597850939,0.0563010619323178,-0.00707277125301572,0.0181013272047324,-0.0323559322397641,-0.00259226199818327,-0.0236445575721322,0.0237749439885407,0.0164576834395667,-0.0260388399987468,0.0157893502892853,-0.0312404709680542,-0.0253189240949404,-0.0148614559552319,-0.0304484628906324,-0.0263035048680942,-0.0239440682947811,0.0525521948436352,0.0169866527358345,0.0540791274080733,-0.0202039264991422,0.0109572345163428,-0.0384022448303277,-0.0131308251187959,-0.0409390001564584,0.0146279837500411,0.0192258327835696,0.0503320330323305,-0.00917135436049347,0.012570091589999,-0.0179545692956378,-0.0195479919484543,-0.0326578069719285,0.0157999882295501,0.00660417515843015,-0.015665585441011,-0.00431514596093099,0.00277483599800908,-0.0217675494716266,-0.0336335939607238,-0.00751870026096412,-0.0204370993420589,0.013061064406793,-0.0291526472959669,-0.0157541601849958,-0.0497934209327128,0.0092454565841656,-0.0303100366051367,0.00248039126929714,-0.0209746769084181,-0.0209365803630022,-0.020055286249447,-0.00305832456692332,-0.0241934463029821,-0.0252842943626074,-0.00486847442624481,0.0329558783789466,0.0376597516884601,-0.00337428121808085,-0.0259953435246918,-0.0197691364449481,-0.0319716919383171
"344",-0.0200447087828888,-0.044641636506989,0.0185837235634525,0.0907297688696811,0.00393485161259318,0.00870687335104641,0.0375951860378887,-0.0394933828740919,-0.0578000656756125,0.00720651632920303,113,-0.0200447087828877,-0.0446416365069889,0.0185837235634515,0.0907297688696801,0.00393485161259326,0.00870687335104635,0.0375951860378878,-0.0394933828740933,-0.0578000656756084,0.00720651632920293,-0.0340117700930473,-0.0279429179206186,0.103876146808258,-0.0317282077228268,-0.028614654269862,-0.0103806385872015,-0.00948548235226443,0.0166526767961801,-0.0311859138276027,0.0107315150475312,-0.0166299055250542,-0.057900793842694,-0.0136705191226544,-0.0140763301133027,-0.0135838663702154,0.00714893651697436,0.0115073760856656,-0.0184878655190271,-0.0218317171045219,-0.100216419051846,-0.00534614703202269,-0.0150375086779106,-0.0188385577339389,0.0224021267067543,0.0476034127134996,-0.0170607750699755,0.0156630792890646,-0.0107131522908272,-0.00944836227003082,0.0342124176486824,-0.0366197998312394,-0.0459442847322152,-0.0155400810004642,-0.00413512732807679,0.00806705281523338,0.0784838580543685,-0.090048878621441,-0.137502600902641,-0.00466057949064523,-0.0280292492230574,0.000692999094114014,-0.023990318221953,-0.0292073472116767,-0.0157008290506567,0.0167149523260913,-0.0288592334425099,-0.0269415015048085,-0.0127488742656507,0.00349410455634267,-0.0287226003896279,0.0200194419990232,0.0172097030346805,-0.0241529066766363,-0.0290862848660744
"345",-0.107225631607358,-0.044641636506989,-0.0115950145052127,-0.0400993174922969,0.0493412959332305,0.0644472995495832,-0.0139477432193303,0.0343088588777263,0.00702686254915195,-0.0300724459043093,200,-0.107225631607354,-0.0446416365069889,-0.0115950145052109,-0.0400993174922966,0.0493412959332303,0.0644472995495835,-0.0139477432193294,0.0343088588777268,0.00702686254915188,-0.0300724459043071,0.16880903110225,-0.0310170858965227,-0.0113889450537842,0.00243042138169551,0.0247460848437965,-0.0252827026077652,-0.0146503349268825,-0.0341740927113676,-0.0191599815907023,0.0939707527186237,0.0173295762575552,0.0795389903081569,-0.120449332084616,-0.155476873686145,0.0387767944910111,-0.0895625079179496,-0.0287928078254587,0.0568177629043084,0.00674978171260364,0.0271458227316606,-0.0477649640138124,-0.067636057734059,0.0339820297753406,-0.050554601389262,-0.0138676267195481,0.0187611102588819,-0.00850252686936332,-0.0247634821889224,-0.0294663900155767,0.0221945918973307,-0.0292499537273335,-0.02405508116934,-0.0110628892780852,-0.0545503824010898,-0.0654700270223606,0.019824036122101,-0.0423358704587964,-0.0262702228646104,0.00655100646976969,0.0161799265537422,-0.0177770154164216,0.00809094901417812,-0.0171753017073191,-0.0492087200659944,-0.0098414806450867,0.0112867880533946,-0.00588795876350558,-0.0556402408836678,0.0223928904684327,0.0181599451029688,0.0233594626162261,-0.0224985521415768,-0.0388417323188118,-0.0250196287992544
"346",0.0816663678456587,0.0506801187398187,-0.00297251791416553,-0.0332135761048244,0.0424615316422248,0.057871181852003,-0.0102661054152432,0.0343088588777263,-0.000609254186102297,-0.00107769750046639,139,0.0816663678456561,0.0506801187398183,-0.00297251791416445,-0.0332135761048242,0.0424615316422247,0.0578711818520033,-0.0102661054152424,0.0343088588777268,-0.000609254186101874,-0.00107769750046597,0.0805567926037564,-0.0328479182649862,-0.0201733583707481,-0.00648783066334615,0.0142198245494171,-0.0263726311567458,-0.0146503349268825,-0.0349308354648633,-0.0319022125236803,0.0801143015201544,-0.0139029002340023,-0.0779783390113189,0.058991164872845,0.0887989978296029,-0.0155582916990563,0.0506378571034644,-0.0139608322297077,-0.0172262658754508,-0.00742754904986101,-0.0485979564537141,0.0433631488844109,0.0551745451692412,0.00774488839521263,0.0218646435649851,-0.00786038303789672,-0.0113115835974435,-0.0157498495409349,-0.0150539105570667,-0.0167993665939464,0.0192578522746041,-0.0227636052636598,-0.0222185087749972,-0.0182651816575216,-0.0422841108838057,-0.0510387183113456,0.0153331598801196,-0.0372296423295768,-0.0195007240295885,-0.0172128378569925,0.00602426711487127,-0.0122040734537851,0.00399389202595667,-0.0249832934405635,-0.0173431794429566,-0.00324081340306422,0.00774166481648954,-0.0166362598144067,-0.0154309077199509,0.0247652691441128,0.0205156806301628,0.0141750848637545,-0.027593986576722,-0.0192843926212522,-0.0208192282399156
"347",0.00538306037424807,0.0506801187398187,0.0175059114895716,0.0322009670761646,0.127770608850695,0.127390140369279,-0.0213110188275045,0.0712099797536354,0.062575181458056,0.0154907301588724,139,0.00538306037424824,0.0506801187398183,0.0175059114895707,0.0322009670761642,0.127770608850694,0.12739014036928,-0.0213110188275033,0.0712099797536368,0.0625751814580524,0.0154907301588718,-0.0408265979088352,-0.0285098814093459,-0.0213260092906343,0.198574991171348,0.182758844234427,-0.022108524728278,0.0379089015389853,0.0255288056765375,-0.0285331990846363,-0.00257201850940338,-0.00682028217741758,-0.0131534449342819,0.00203699695220692,0.00398270743469758,0.00128912813774001,-0.00168419690963531,-0.00581243001992603,-0.0133950510350339,0.0145904620299295,0.0236970358630108,0.133839237806191,0.12964847189831,-0.00510484045021256,0.0632772790784245,0.0601574420562079,0.00676279762055223,-0.00654823186750971,0.0364005722926053,0.0360955615039546,0.0102246903608268,0.00680545080839797,0.00189697639016659,-0.0126787463668097,0.076970329824916,0.0802496176434464,-0.00579661045315689,0.0369628769917388,0.0252114493110252,-0.00780912832403907,0.200243089302615,-0.0627237259157147,0.136636847286575,0.143110140402559,0.0275288733943938,-0.049168771029946,0.119082348126771,0.159669831302621,0.0282085961325557,0.00287813471890351,-0.00975572471456381,0.00650184432861407,0.0594778811185768,0.0031294003375413,-0.00162401710399633
"348",0.0380759064334241,0.0506801187398187,-0.0299178197611881,-0.0745280244296595,-0.0125765826858204,-0.0125872220506418,0.00446044580110504,-0.00259226199818282,0.00371173823343597,-0.0300724459043093,88,0.038075906433423,0.0506801187398183,-0.0299178197611844,-0.0745280244296589,-0.0125765826858202,-0.012587222050642,0.00446044580110534,-0.00259226199818327,0.00371173823343611,-0.0300724459043071,-0.0148551624981244,-0.0199303447245222,0.057284783362996,-0.029713390414421,-0.0275333637464805,-0.0274179427475811,-0.0304484628906324,-0.0347238234450212,-0.0191599815907023,0.0328649757889785,-0.0327426568177488,-0.0807928055804049,-0.0218655434390063,-0.0204735454132425,0.00791363152877708,-0.012112260878828,-0.00993336735461219,-0.0408534857383637,-0.0363986162601117,-0.0942579516011193,-0.0150085213877051,-0.0203057859750855,0.0248778601891129,-0.0195479919484543,-0.00320884973497518,-0.042941750728936,0.0264209225251957,-0.00411214865792202,-0.00471893809318599,0.015587982681743,-0.018827029411322,-0.0247071403804924,0.000423930080937462,0.00839118359304287,0.0112952856744886,0.00148122819556806,-0.00842378110035627,-0.0261549230569616,0.027578463714448,-0.0262859284367574,-0.00381396344166557,-0.0207270290301181,-0.0254194175552919,-0.00794852375422735,0.00840991674492172,-0.0229434442175034,-0.0168886550791186,-0.0059795297776806,0.0311633888332633,0.0207484295947272,0.0109095541941078,-0.0273745794781257,-0.0170248609269259,-0.0230441074252737
"349",0.030810829531385,-0.044641636506989,-0.02021751109626,-0.00567061055493425,-0.00432086553661359,-0.0294972389872765,0.0780932018828464,-0.0394933828740919,-0.0109044358473771,-0.00107769750046639,148,0.0308108295313842,-0.0446416365069889,-0.0202175110962573,-0.00567061055493434,-0.00432086553661348,-0.0294972389872769,0.0780932018828442,-0.0394933828740933,-0.010904435847376,-0.00107769750046597,-0.0240034467312972,-0.0270189206673675,-0.0388099037506294,-0.0316832082008091,-0.0182206069977047,0.0469011618203306,-0.00948548235226443,-0.0331004142148975,-0.0319022125236803,-0.0378247069272728,-0.0218929065885501,-0.0209720432347052,-0.0147821251011079,-0.0294910301053251,0.0599749235834525,-0.0363012753479961,-0.0199934738877322,-0.0160011902263798,0.0149159242317824,-0.00637055668505161,0.00236636514648452,0.0210131822482137,-0.0603404479198014,0.0224021267067543,0.00313542403425443,-0.00910035610800716,-0.0154348496832205,-0.0104032233780588,0.00012064025449284,-0.0167634745627857,-0.00302045165425106,-0.0173970739454288,-0.0178777465463342,-0.0113125850335568,-0.00550387931734581,-0.000789870390765813,-0.00775902089816098,-0.0185682768919922,-0.0178156817543159,-0.0267195049179359,-0.010028569068325,-0.0183309062011871,-0.0234537667727006,-0.0162259925894609,-0.0402617002309543,-0.00515150549963842,-0.00877720678382764,-0.0134124941678273,-0.0265455378766416,0.00113412224258006,0.0120334988715415,-0.0188115730341188,-0.0177207028673927,-0.0205993693395586
"350",0.00175052192322852,0.0506801187398187,-0.0579409336820915,-0.0435421881860331,-0.0965097070360893,-0.0470335528474903,-0.0986254127133329,0.0343088588777263,-0.0611765950943345,-0.0714935150526564,88,0.00175052192322882,0.0506801187398183,-0.0579409336820853,-0.0435421881860329,-0.0965097070360887,-0.0470335528474908,-0.0986254127133291,0.0343088588777268,-0.0611765950943302,-0.0714935150526516,-0.0413002742816813,0.0159561456112892,-0.00637794684950328,0.0995732605038795,-0.000658081669682304,0.0912631659191893,-0.0146503349268825,0.0228561486349161,0.040192046452797,-0.00650946232033471,-0.0109325719012072,-0.0187594962314476,-0.0155158591848425,-0.0121409904206212,-5.94402861140054e-05,-0.00867768194405692,-0.0151692905174924,-0.0180564258339191,-0.0665285261587724,-0.0600129552405654,-0.104025318552682,-0.0572072812012008,-0.0950529423681889,0.0218646435649851,-0.0730609147560592,-0.0881277037739254,0.0322223360408191,0.109459847492619,0.0469975118884018,0.146477352449084,-0.0641140767195792,0.0559040735328975,0.0680237767309489,0.0788678771490208,0.0354826587679612,0.0966547113750356,-0.0448889845234062,0.0397538678634157,0.0452830716081428,0.0352833361813314,0.207683266433988,-0.0787666591361166,0.0992877032924121,0.136562595863556,0.110086053095217,-0.0488114915817578,0.047498751371161,0.0579891132811937,-0.0321718190722093,0.156697066342974,0.172503856360832,-0.068009413057065,-0.0667807890296112,0.0658370258254126
"351",-0.0273097856849279,0.0506801187398187,0.0606183944448076,0.107944122338362,0.0121905687618,-0.0175975974392743,-0.0029028298070691,-0.00259226199818282,0.0702112981933102,0.135611830689079,243,-0.0273097856849265,0.0506801187398183,0.0606183944448027,0.107944122338361,0.0121905687618,-0.0175975974392746,-0.00290282980706855,-0.00259226199818327,0.0702112981933061,0.135611830689071,-0.0277230068203746,0.0205830273794275,0.16338933371272,-0.0298483889804742,-0.0255542475386522,-0.0275581674731809,-0.0304484628906324,0.0411865399217323,0.227535917957509,-0.0380090128077853,-0.0435944549072831,-0.0832684937658456,-0.0188754669992563,-0.000324089240370425,0.0058053707334803,-0.00844542961494337,-0.0533263494963008,-0.0980424519699465,0.0609441695663306,0.107407026966587,0.0112587302347471,-0.0256732761897932,0.0163113742921628,-0.0195479919484543,0.0683776951486276,0.137802061451021,0.111785717775367,0.00378599734115073,-0.0365012160535371,0.0146363303483018,-0.0239729395168551,0.0715926155452031,0.153040516129308,0.0165634539638126,-0.0505472378253691,0.00187380380828667,-0.0186477308763009,0.149926464621906,0.279359493755206,-0.0315256865799034,-0.00335648218662962,-0.0218414444824683,-0.00650432697965886,0.0203034459899974,0.0107321373191062,-0.0227393622443641,-0.0430664071110113,-0.0652515003295277,0.0315218867424,0.0157694365998728,0.00507295642837397,-0.0307273208227898,-0.0254687855977635,0.167844231343207
"352",-0.0854304009012408,0.0506801187398187,-0.0406959404999971,-0.0332135761048244,-0.0813742255958769,-0.0695802420963367,-0.00658446761115617,-0.0394933828740919,-0.0578000656756125,-0.0424987666488135,71,-0.0854304009012373,0.0506801187398183,-0.0406959404999925,-0.0332135761048242,-0.0813742255958764,-0.0695802420963373,-0.00658446761115549,-0.0394933828740933,-0.0578000656756084,-0.0424987666488105,0.0920538131373118,-0.00883701451738252,-0.0201733583707481,0.0615558014198816,0.0337487874083523,-0.0271311194452177,-0.00948548235226443,0.0166526767961801,-0.00643746530073569,-0.101008113782687,0.0642693276952772,0.0466921060746405,0.130374432488791,0.11437035491021,0.0170552982850001,0.0630134946290792,0.0911636370779086,0.0658962582888183,-0.047987043144212,-0.0485979564537141,-0.0879731092278501,-0.0813609871673853,0.0120281313436877,-0.0609606274618937,-0.06942609258686,-0.0564975366424328,0.00904475949829302,0.059806123226867,0.0493419074179923,0.0245724166202548,0.0147125376613817,0.0296104718934765,0.0177231183580116,0.0464994492353781,0.0412157649382686,0.0128178444596616,0.0157523670227762,0.0230767711105242,0.0107276662541882,0.0510638445376072,0.00926108880866368,0.0344902726592944,0.0741254743616777,0.0603027355026665,0.0195479495776894,0.0197221762764891,0.0726979506326273,0.0492960951759459,0.0362646235741437,0.0289732654462037,0.0202196337330787,0.0172097030346805,0.0144403161788256,0.027844090085385
"353",0.0126481372762872,0.0506801187398187,-0.0719524906425432,-0.0469850588797694,-0.051103262715452,-0.0971373067338155,0.118591217727804,-0.076394503750001,-0.0202887477516296,-0.0383566597339788,77,0.0126481372762871,0.0506801187398183,-0.0719524906425357,-0.0469850588797691,-0.0511032627154517,-0.0971373067338164,0.118591217727801,-0.0763945037500034,-0.0202887477516279,-0.038356659733976,-0.0384320219594698,0.0424840607820911,-0.00095442094802298,0.00492946741762004,0.093869859764332,0.144287233749415,0.0482386066882214,-0.0285801415058975,-0.0111624080757801,0.00530286911245927,-0.0279279509987132,-0.0303968197237162,-0.0252972040794505,-0.0362037247379674,0.0388792842824273,-0.0308804141352833,-0.0183208061377616,-0.0261031183736223,-0.0815934811081028,-0.0638179548361825,-0.0558686905781863,-0.110882183348278,0.15765839159184,-0.102373262975333,-0.0290452893781078,-0.0519789413379339,0.0491979375402977,0.0677630110566484,0.14089413945887,-0.172411880207912,0.0999952153591245,0.00993213781620507,0.0392021840221397,0.0399882846635364,0.0903163957197969,-0.106297442029327,0.0649831407688751,0.00141317375187254,0.0186616161550014,0.0412540447846183,-0.13644808336469,0.0464716843816569,-0.00271321512495563,0.0271054281471113,-0.239854352673095,0.0931452259159299,0.0275365492609507,0.0657764088021602,-0.138777031860897,-0.0339884389186358,-0.0883746827796361,0.00295786621768634,0.0390510932417915,-0.00541135823598019
"354",-0.0527375548420648,-0.044641636506989,-0.0557853095343297,-0.0366564467985606,0.0892439288210632,-0.00319276819695581,0.00814208360519211,0.0343088588777263,0.132372649338676,0.00306440941436832,109,-0.0527375548420625,-0.0446416365069889,-0.0557853095343237,-0.0366564467985604,0.0892439288210629,-0.00319276819695596,0.00814208360519228,0.0343088588777268,0.132372649338668,0.00306440941436848,0.00948350827254659,0.0123828965319289,-0.0159874155608658,0.0805156000300087,-0.0294733145429082,-0.0268506699940182,-0.0146503349268825,0.235645507927349,-0.0317861151815026,0.0419462291741909,0.0530316010169687,0.0263787508126121,-0.108481380848899,-0.00687800422427408,-0.00603660265781403,-0.0491200949310033,-0.160050900331303,-0.0188713674613446,0.0486012621233946,0.0237941847899894,-0.0850421062099306,-0.0038086049468227,0.0113446351285065,-0.050554601389262,-0.132724651315722,-0.0130805655889913,0.0227633688000008,-0.120714536490426,-0.00908935652672615,0.00840859369916418,-0.0624924896036608,-0.185092729225897,-0.0218957013244189,-0.0824569598344358,-0.00659860684667093,0.00217995969540532,-0.0397827563941866,-0.128718719622856,-0.0202211599577026,-0.0325152388939475,0.0134763975504176,0.0318538795458625,0.223125216539121,-0.0102691865736885,0.00906284886457209,-0.0251773366690574,-0.0251662092195857,-0.0143036849294341,0.0366271625225133,0.0447259833096502,0.0144873994876186,0.0611422905080671,-0.0164904869501723,-0.0127940502300687
"355",-0.0236772472339084,0.0506801187398187,0.045529025410475,0.0218723549949558,0.10988322169408,0.0888728795691667,0.000778807997017968,0.0343088588777263,0.0741925366900307,0.0610539062220542,272,-0.0236772472339071,0.0506801187398183,0.0455290254104715,0.0218723549949555,0.10988322169408,0.0888728795691672,0.000778807997018393,0.0343088588777268,0.0741925366900263,0.0610539062220508,-0.0311085923239898,-0.00276284351923535,-0.0310446765097524,0.138548652961152,0.0737529192714255,-0.0276537752406353,-0.0146503349268825,0.0500642186209114,0.0206701688398168,-0.034071568996854,-0.0314575313723537,-0.0286806815710645,-0.0653588070340661,-0.0545856970768307,0.00353052000230302,-0.0275508080046319,-0.0499375789805736,-0.0475716179778945,0.0447203719285902,0.0122820370761595,0.114868444967753,0.0883858908727449,0.0205946172406378,0.0218646435649851,0.0726634845359525,0.0564673459700405,0.0020031171126033,0.0966344016639591,0.0760890753903725,0.0193684698019596,0.0137221048445043,0.0522278423424436,0.0396163605784989,0.0400382566466988,0.0332142893413215,0.00866969764054232,0.00362018270417994,0.0164199416479127,0.00918124060338607,0.10873605847417,-0.000684381519071446,0.0441450505105269,0.146405433943637,0.132329857743942,0.0111248230161895,0.0244543886476134,0.129331949024697,0.102222597522017,0.0318824051711531,0.0216798858202658,0.0149956381922916,0.0223198157203415,0.0226241924449469,0.0689285861285558
"356",-0.0745327855481821,0.0506801187398187,-0.00943939035745095,0.0149866136074833,-0.0373437341334407,-0.0216685274425382,-0.0139477432193303,-0.00259226199818282,-0.0332487872476258,0.0113486232440377,60,-0.074532785548179,0.0506801187398183,-0.00943939035744927,0.014986613607483,-0.0373437341334404,-0.0216685274425385,-0.0139477432193294,-0.00259226199818327,-0.0332487872476233,0.0113486232440374,0.060188708571371,-0.0316779814443285,-0.0354611495031678,-0.0122550274690348,-0.0234624284319978,-0.0252827026077652,-0.0304484628906324,-0.0178657577416863,-0.0301016084619806,-0.0891957823498925,0.00598573318001787,-0.0421390183240859,0.0449702872980131,0.0234900217549283,0.0281611766107797,-0.00579716259102671,0.0393193088941188,-0.0341657901609213,-0.0143806051803212,0.00467203788492534,-0.0412757730101573,-0.0300343619892432,0.00346164544673757,-0.0195479919484543,-0.0429967267956368,0.00224420231605329,-0.0205030910619103,-0.00462957358961056,-0.00850740250818263,0.0215216434884007,-0.0199909852685259,-0.0153377837127524,-0.0205651565050756,-0.0239221825958548,-0.0162263988354678,0.00401954954991368,-0.0134393036319518,-0.0311233857332475,-0.0144856244868483,-0.0171384333019987,0.00893095291681645,-0.0196126135777679,0.00157890156033498,-0.0257200807654059,0.0161711576252379,-0.0225735456411883,4.30928219598336e-06,-0.0193654144363972,0.032059633606105,0.0308522517365027,0.0103663983265174,-0.0255111223067454,-0.0191358420946353,-0.0283093212709551
"357",-0.00551455497881059,0.0506801187398187,-0.0331512559828308,-0.015999222636143,0.00806271018719657,0.0162224364339952,0.0155053592133662,-0.00259226199818282,-0.0283202425479987,-0.0756356219674911,54,-0.00551455497881003,0.0506801187398183,-0.0331512559828269,-0.015999222636143,0.00806271018719663,0.0162224364339952,0.0155053592133662,-0.00259226199818327,-0.0283202425479965,-0.0756356219674861,-0.0408004038237007,-0.0169579237098375,-0.034915156962169,-0.0310289006346968,-0.02616285887009,-0.0247218037053662,-0.0304484628906324,-0.0225515551858044,0.048789821321619,-0.0143843499421974,-0.00495859096288027,-0.0150653499570517,-0.0129655134968866,-0.0122905858093115,0.00196922362650018,-0.00966770670290491,-0.00962046371229908,-0.00593578607364245,-0.0398751443253418,-0.0295729584756286,0.00688085496433843,0.0105572827594836,0.0377275890345381,-0.0195479919484543,-0.0376911655774334,-0.0926462990784243,-0.00720747207512413,-0.0181258014428132,-0.0248537366583552,0.0070698302550027,-0.0186432469075529,-0.00155585258022219,0.0339395939493659,-0.0146260052651129,-0.0148056478560383,0.00321640650434511,-0.0117031612171687,-0.00979803657344686,0.00663684619913194,-0.0266725194045475,0.000186782287559038,-0.0216557085737433,-0.0292262755010083,-0.02984224310182,0.0150733154070132,-0.0241169155630548,-0.0259762756799378,-0.0403967048929447,0.0306256419695583,0.0104529647050278,-0.0124488638916029,-0.0257596071928624,-0.0147027816424455,0.02161373570287
"358",-0.0600026317441039,0.0506801187398187,0.0498402737059986,0.0184294843012196,-0.0167044412604238,-0.0301235359108556,-0.0176293810234174,-0.00259226199818282,0.049768659920749,-0.0590671943081523,221,-0.0600026317441013,0.0506801187398183,0.0498402737059947,0.0184294843012193,-0.0167044412604236,-0.030123535910856,-0.0176293810234163,-0.00259226199818327,0.0497686599207462,-0.0590671943081483,0.0244556107672574,0.00323011378998785,-0.0334591768550598,-0.0280066746720881,-0.0177319655053993,-0.023861333798276,-0.0304484628906324,0.00331193151181016,0.017303345916664,-0.0734460071061672,-0.0716540510619017,-0.0418879536686632,0.00848074373810363,0.0275305019010894,0.0285859281174834,-0.00661201398300107,-0.0758533464747756,0.063962769329633,0.0493557426822303,0.00847703748054244,-0.0193863966581138,-0.0390920017265624,-0.000821597501737498,-0.0195479919484543,0.0463712661869775,-0.0745719178604286,0.000473473817056812,-0.0304346990835216,-0.0460718159900932,-0.00109145254669755,-0.0233603311709583,0.0324386325600364,-0.0797033361017303,-0.018486803814031,-0.0212481327863452,0.00163607582664495,-0.0136322083447054,0.000604951013487009,-0.0400481715278929,-0.0214387894363223,0.00393043215929153,-0.020541293121393,-0.0418633413105539,0.00553457865743406,0.0211269680553919,-0.0222291573115156,-0.0488720914480258,0.0240487203479943,0.0322388825606733,0.000550555053339035,0.0373453382381939,-0.0296966541751942,-0.0155471741095293,-0.0790848575412983
"359",-0.0200447087828888,-0.044641636506989,-0.084886235529114,-0.0263278347173518,-0.0359677812752396,-0.0341944659141195,0.0412768238419757,-0.0516707527631419,-0.0823814832581028,-0.0466408735636482,90,-0.0200447087828877,-0.0446416365069889,-0.0848862355291053,-0.0263278347173517,-0.0359677812752393,-0.0341944659141199,0.0412768238419748,-0.0516707527631437,-0.0823814832580971,-0.0466408735636449,-0.0340117700930473,0.0720510534858469,-0.0273076608989145,-0.0136794075006437,-0.0143055610531069,-0.00683040348906031,0.00549952648618675,0.0698635370660465,-0.00122841851396909,0.0107315150475312,0.0269604772485957,-0.00519247072789686,0.00271651765558544,0.00397576521460244,-0.0153018911212113,0.012429527820183,0.02189259212935,0.00563851560214168,0.0761619931256227,0.0137392709649757,0.0319309951640955,0.0254456442473273,-0.0226114568417446,0.034439986842597,0.0709123266310997,0.0346819481828185,0.026522931973321,0.0541786704573835,0.0509054795383421,-0.0598490517030514,0.0756432542850955,0.131945196895737,0.0642039613222264,0.00859940019772169,0.0104707381863383,-0.0140347993618857,0.0168041791926202,0.0286621159123973,0.00699920780231077,-0.0112256773803369,-0.0353701697571621,0.0109660571355823,0.037654034433655,0.0208437529823153,-0.0209416373705529,0.00430619661480918,0.0461695986971855,0.0200946491430104,-0.00867730356277193,-0.0564554788079433,-0.0293708849463721,0.0556023470549202,0.0288225906427329,0.0553071598643857
"360",0.0380759064334241,0.0506801187398187,0.00564997867688165,0.0322009670761646,0.00668675732899544,0.0174750302811533,-0.0249926566315915,0.0343088588777263,0.0148227108412663,0.0610539062220542,311,0.038075906433423,0.0506801187398183,0.00564997867688192,0.0322009670761642,0.0066867573289955,0.0174750302811533,-0.0249926566315902,0.0343088588777268,0.0148227108412657,0.0610539062220508,-0.0148551624981244,-0.032511417772758,-0.0213260092906343,-0.0313154701714171,-0.0256105017277773,-0.0200242753977713,-0.0146503349268825,-0.0315437711661028,0.0206701688398168,0.0328649757889785,-0.0042794460078183,0.0104949388027356,-0.00683824311085934,0.00355507207927273,-0.0181941459910715,0.0182839267139073,-0.00101652296197247,0.0367036947629824,0.00184319245741918,0.0236970358630108,0.00542156320753553,0.0118991553131605,-0.00938808339868762,0.0218646435649851,0.00875207361204949,0.0564673459700405,-0.0141032442731132,-0.0114827871722748,-0.0108372363659763,0.0154142699616716,-0.0162772567999862,-0.0204117186656665,-0.0111407974254452,-0.00719359789501636,0.00311426593993379,-0.00823523942778791,0.0112795248980093,-0.00925550999999118,0.0219883970959766,-0.02686851044166,-0.00626643766277003,-0.0173108043127949,-0.0223640542214104,-0.00728278325073808,0.00016721715839062,-0.0140355207816415,-0.0101561600713598,0.00877731597006274,0.0152757544413925,0.0120041955098988,-0.0203909665812014,-0.0172965318980394,0.0226241924449469,-0.00289918529089378
"361",0.0162806757273067,-0.044641636506989,0.0207393477112143,0.0218723549949558,-0.0139525355440215,-0.0132135189742209,-0.00658446761115617,-0.00259226199818282,0.0133159679089277,0.0403433716478807,281,0.0162806757273065,-0.0446416365069889,0.0207393477112131,0.0218723549949555,-0.0139525355440213,-0.0132135189742211,-0.00658446761115549,-0.00259226199818327,0.0133159679089273,0.0403433716478785,-0.0365111223829506,-0.026707397215319,-0.0310446765097524,-0.029197952340987,-0.027321905364423,-0.0271311194452177,-0.0304484628906324,-0.03219847572593,-0.0089565585744041,-0.0239515006487573,-0.00170435471987081,-0.00904806111030133,-0.0167085535527211,-0.0149285754208436,0.00146417083992201,-0.0108899837908664,-0.00834278798666501,-0.00057741171292613,-0.0238732527343165,-0.0331836602184214,0.0113642960214096,0.00564731398461972,0.0264362315597292,-0.0140762373412539,-0.0198311646220225,-0.0489024509178487,-0.00872681474295357,-0.0186065492612982,-0.0190457987287438,0.0155183569356411,-0.0217062886370369,-0.0161687479950154,-0.000889559171013212,-0.0184289658683957,-0.0154477806250918,0.00535684318446629,-0.0138251130574591,-0.0134259063394397,-1.86814816224077e-05,-0.0259197099601202,-0.000545390257855553,-0.0206651170605431,-0.0283346603189714,-0.0288022021435788,0.0115100803641177,-0.022917933970861,-0.0197342765671365,-0.0255214027724832,0.0317011356969683,0.018393348742439,0.0079520704950792,-0.0278588006960721,-0.0206135289120318,-0.01018693458046
"362",0.0417084448844436,-0.044641636506989,-0.00728376620968916,0.0287580963824284,-0.0428475455662452,-0.0482861466946485,0.052321737254237,-0.076394503750001,-0.0721284546019561,0.0237749439885419,182,0.0417084448844424,-0.0446416365069889,-0.00728376620968768,0.028758096382428,-0.0428475455662449,-0.048286146694649,0.0523217372542356,-0.0763945037500034,-0.072128454601951,0.0237749439885407,-0.00955740877970156,-0.032203418688341,-0.0249780927275397,-0.00602283560249629,0.000904365658785243,0.0058089433684156,0.0482386066882214,0.0454004596098298,-0.0239440682947811,-0.0482296116361593,-0.0151857916499389,0.00989683287631072,-0.0486687313604907,-0.052689579577066,0.0547634409593267,-0.0789080963398722,-0.0763194665012823,0.00690620257813543,0.0026667104530143,-0.0398869361017638,0.0383580886461848,0.0387430302446682,-0.0339301541651616,0.0588804907547624,0.0611900654336395,-0.0329816129939121,-0.0218488183013767,-0.00550953205858273,-0.00526674112394576,0.0100449494376284,-0.00832696182212241,-0.0106735947005321,-0.0219420250877137,-0.0384399696619449,-0.0394120724505666,0.0392705389706672,-0.0600855891156984,-0.0664491654771039,-0.00405380400287024,0.000566289039592282,-0.0520970971393497,0.0355243321575752,0.0403248751584699,-0.038902314185576,-0.0450886302154636,0.0345054258247281,0.0608306744649861,-0.0387033386471579,-0.0436919559897237,-0.0648930020359241,0.0419024159672733,0.0799820378499301,-0.0542654921452991,-0.0548134845591502
"363",0.0199132141783263,0.0506801187398187,0.104808689473925,0.0700725447072635,-0.0359677812752396,-0.0266789028311707,-0.0249926566315915,-0.00259226199818282,0.00371173823343597,0.0403433716478807,321,0.0199132141783259,0.0506801187398183,0.104808689473916,0.0700725447072627,-0.0359677812752393,-0.0266789028311711,-0.0249926566315902,-0.00259226199818327,0.00371173823343611,0.0403433716478785,-0.0341078150718738,0.127135387250087,0.0460737365304821,-0.0136794075006437,-0.0202924514542155,-0.0200242753977713,-0.0304484628906324,-0.0347238234450212,-0.0089565585744041,0.0131777567343219,0.0350638605981077,0.0142977738269047,-0.0267287616744619,-0.0215649866700157,-0.00762642711988819,-0.01109369663886,-0.0113542768774337,0.00269833404437128,0.108456719791142,0.0655520314147989,-0.0398164812533544,-0.0354018522039508,-0.00938808339868762,-0.0195479919484543,-0.00320884973497518,0.0338743694475458,0.127633234341402,-0.0943931550564804,-0.0745839813327759,-0.0400544420393655,-0.026484633735032,-0.0136801208682725,0.0698152429950663,-0.0662456777176579,-0.0498912837453696,-0.0277050431586897,-0.0165257790360105,-0.0141243710917551,0.0394741464441095,-0.0150247428186047,0.0172824542452648,-0.0196745255473429,-0.0272388860031022,-0.0484829771995288,0.0240661935244054,-0.0223694636680489,-0.0180403908211486,-0.037166677034638,0.03259738046981,0.0182783983628607,-0.0087499724333154,-0.0273745794781257,-0.0206135289120318,-0.017864930728009
"364",-0.0491050163910452,0.0506801187398187,-0.0245287593917836,6.75072794357462e-05,-0.0469754041408486,-0.0282446451401184,-0.0654906724765493,0.0284046795375808,0.0191990330785671,0.0113486232440377,58,-0.0491050163910431,0.0506801187398183,-0.0245287593917804,6.75072794356044e-05,-0.0469754041408483,-0.0282446451401187,-0.0654906724765466,0.0284046795375812,0.0191990330785663,0.0113486232440374,0.0027210686270277,-0.0242070882300304,-0.0393693775884163,-0.000787286375484424,-0.0191670918589547,0.0247775244313764,-0.0196483818924248,-0.0292446155600642,-0.0301016084619806,-0.0616336756733732,0.0165141555055872,-0.0171217495871185,0.0352056234435156,0.0187025101038531,0.0788274100269371,-0.0401518090190909,-0.0327828754537193,-0.0277155005477716,-0.0306044028180616,-0.0118162936833988,-0.0514908153077776,-0.037079192896047,-0.0565037558319133,0.0152386218828348,0.0134631692712491,0.00224420231605329,-0.0177363755465227,0.0127852604180965,0.00224439114514492,0.0545298734634718,-0.0358040935686721,-0.032642874033178,-0.0241350341545698,-0.0119099353475477,-0.00919077591591158,0.00822835729897074,-0.0125581546587702,-0.0199252509621076,-0.017924237337667,-0.00986377566175298,0.0653835574933804,-0.0444536697760935,-0.0433412780561581,-0.0281421761508485,0.0496860331189503,-0.0360622672483353,-0.0278005371785371,-0.0209652360054805,-0.0035580861973045,-0.00803443592524331,-0.00278883678651374,-0.0165809541686847,-0.0122199822458721,-0.0165147058663335
"365",0.00175052192322852,0.0506801187398187,-0.00620595413580824,-0.0194420933298793,-0.00982467696941811,0.00494909180957202,-0.0397192078479398,0.0343088588777263,0.0148227108412663,0.0983328684555666,262,0.00175052192322882,0.0506801187398183,-0.00620595413580686,-0.0194420933298793,-0.00982467696941797,0.00494909180957193,-0.039719207847938,0.0343088588777268,0.0148227108412657,0.0983328684555609,-0.0413002742816813,-0.0324153404464247,-0.0327918526382835,-0.0305838650392582,-0.0292861857492522,-0.0083728754706576,-0.0146503349268825,-0.0315437711661028,0.104496830923914,-0.00650946232033471,-0.00902917880346518,-0.0178118066073955,-0.0124069303343081,-0.010230772380429,0.00234114534381333,-0.00867768194405692,-0.0123652386653896,-0.0114113415834029,-0.0109040771150911,-0.0333779580712457,-0.0120899378740993,-0.00151957022360867,-0.0265210551925879,0.0218646435649851,0.00875207361204949,0.0971347037105309,-0.0153158940409713,-0.0109777827769294,-0.0136877004351025,0.0240919688311384,-0.0251959859375374,-0.0242868918062306,-0.0310536987651109,-0.00771830373791923,-0.0112462085546013,0.0242040119658687,-0.0270171860711376,-0.0264139506998515,-0.0567672607037692,-0.0291940981237189,0.00604530192351107,-0.0271437410845264,-0.0274929886813617,-0.0377365539906246,0.005368643270185,-0.0207881364709845,-0.0142445340762041,-0.00366157824430659,0.00578623973867211,0.00707219917607301,-0.0739123818680969,-0.0172965318980394,0.0477693434846664,0.00805057500946176
"366",0.0344433679824045,-0.044641636506989,-0.0385403163522353,-0.0125563519424068,0.0094386630453977,0.00526224027136155,-0.00658446761115617,-0.00259226199818282,0.0311929907028023,0.0983328684555666,206,0.0344433679824036,-0.0446416365069889,-0.0385403163522309,-0.0125563519424068,0.00943866304539775,0.00526224027136147,-0.00658446761115549,-0.00259226199818327,0.0311929907028007,0.0983328684555609,-0.0196705084819896,-0.0113265971663969,-0.0366259335888552,-0.0306888639239662,-0.0292443405991768,-0.0271311194452177,-0.0304484628906324,-0.0199114963772303,0.104496830923914,-0.0412930084969016,-0.0367004261707324,-0.0267624204816419,-0.00539394305465281,-0.00660782490363917,-0.0013199590609848,-0.0119085480308344,0.00973282253362748,0.060447334858385,0.0322689770850371,0.000332719198290826,-0.0104878218176942,-0.0117870365452272,0.0264362315597292,-0.0140762373412539,-0.0367827494525986,-0.104625383651627,-0.00812705235535199,-0.0202266986343855,-0.0174772662236591,0.0242547303155315,-0.0183369427346045,-0.0487678519252856,-0.0973366871622052,-0.0143997432216771,-0.0105892178764266,0.0100199689814634,-0.0118960659299224,-0.0287335785165619,-0.0430158671937408,-0.0278127007394252,-0.00394763809726018,-0.0217176205433183,-0.0182711986024147,0.00423709898947376,0.0088754454552247,-0.0236704862468125,-0.012245446350792,-0.00300148120823284,0.0317011356969683,0.0157337879860639,-0.000635223771520436,-0.0287601154337439,-0.023568902546825,0.0399489069998622
"367",-0.0454724779400257,0.0506801187398187,0.137143051690352,-0.015999222636143,0.0410855787840237,0.0318798595234718,-0.0434008456520269,0.0712099797536354,0.0710215779459822,0.0486275854775501,233,-0.0454724779400237,0.0506801187398183,0.13714305169034,-0.015999222636143,0.0410855787840236,0.0318798595234719,-0.0434008456520249,0.0712099797536368,0.071021577945978,0.0486275854775474,-0.00355896328393352,0.241166302003811,-0.034915156962169,-0.00811107955032363,-0.0163069077690963,-0.00463142483760742,0.0379089015389853,0.0429536894194967,0.00144182035611765,-0.0576962318624419,-0.139869582037594,-0.000704451656201736,-0.0503315067059185,-0.0408440451154848,0.0499045091297386,-0.0800286810238454,-0.0809808873501155,-0.0646853921538237,0.143222000443443,-0.0295729584756286,0.041903857127608,0.0273306896804451,-0.030804298141063,0.0632772790784245,0.0692499584826695,0.0429115600565437,-0.0611249476906483,0.110390510974662,0.0832633975359894,-0.114647427516513,0.193601573314796,0.192520583951925,0.120693895596377,-0.0260307227440388,-0.0202650654991499,0.022602739989193,-0.037224982795887,-0.0454242123915431,-0.0337405896207873,-0.0101027105949773,-0.041964279756428,0.0294905571001683,0.0367085585644699,0.0279417467967732,-0.020339009014588,0.0122146462513212,0.0339963475249607,0.0191381595418491,-0.0266659031166676,-0.0492694545680058,-0.0335380543562189,0.0711759644735991,0.0495206760089879,0.0476040077637709
"368",-0.00914709342983014,0.0506801187398187,0.17055522598066,0.0149866136074833,0.0300779559184146,0.033758750294209,-0.0213110188275045,0.0343088588777263,0.0336568129023847,0.0320591578182113,242,-0.00914709342982945,0.0506801187398183,0.170555225980644,0.014986613607483,0.0300779559184146,0.0337587502942091,-0.0213110188275033,0.0343088588777268,0.0336568129023829,0.0320591578182096,-0.0398268569928738,0.391017203808452,-0.0354611495031678,-0.0191722523817731,-0.0146930199099248,-0.022108524728278,-0.0146503349268825,-0.0174442044911401,-0.017418521458037,-0.0183217937531287,-0.0415895996383496,-0.0201266862925731,-0.0176913448325462,-0.0168948984849276,0.00849792899944244,-0.0167661645414462,-0.0194009423826245,-0.0218138317687712,0.179146123784154,0.00467203788492534,0.0302295230731848,0.0293434985109605,-0.00510484045021256,0.0218646435649851,0.02902691893966,0.024837178838548,0.0328787518807037,0.0994015510374122,0.113775320965824,-0.0627782560718722,0.107774157567772,0.104321752819399,0.0956552698482159,-0.00211126193358055,0.00187675364160509,0.00174963075596165,-0.00148604542503966,-0.00864815331200443,-0.0081819741694147,-0.0142403402574332,-0.0167342011997673,-0.00338081055284194,-0.00322649940748242,0.00503798767242711,-0.00595490057879838,-0.00525712038549567,0.00915924039761042,0.00910654667989691,0.0176481331170726,0.00416853315374905,-0.00143909445555296,-0.00472889634131723,0.00306685274738731,0.000549265258156896
"369",-0.0164121703318693,0.0506801187398187,0.00241654245523897,0.0149866136074833,0.0218222387692079,-0.0100820343563255,-0.0249926566315915,0.0343088588777263,0.0855331211874391,0.0817644407962278,123,-0.0164121703318683,0.0506801187398183,0.00241654245523955,0.014986613607483,0.0218222387692079,-0.0100820343563257,-0.0249926566315902,0.0343088588777268,0.085533121187434,0.0817644407962231,-0.0364325401275471,-0.0328915897769559,-0.0354611495031678,-0.0252225106969281,-0.0282765368635077,-0.0200242753977713,-0.0146503349268825,0.0780355169813236,0.062399496547093,-0.0261966813749913,-0.00963441461731085,-0.0225725009627412,-0.0193923475615594,-0.00693910656613313,0.0135090106224785,-0.022158486273039,-0.0424996967946828,-0.0452546270763917,-0.00163333560781087,0.00467203788492534,0.0214737725323674,-0.0176220408677317,-0.00938808339868762,0.0218646435649851,0.0848715842830768,0.0790603224925352,-0.0169869217662891,-0.0111571499341308,-0.0135478680301786,0.0172230323095315,-0.0187096374738638,-0.0177006305874414,-0.0142129051820883,-0.00478198691263453,-0.0124421240238763,0.000614671358985633,-0.00148604542503966,0.00877837127261173,0.00694678659242601,-0.0316028129678958,-0.0146224960817501,-0.00829727893870768,0.0146742937873142,0.0232084175346235,0.0150828903513644,-0.0288912752981961,-0.0348485797535255,-0.0317653683986624,0.0152757544413925,-0.0279249334680096,-0.0320319607290874,0.0298871705377433,0.0365937208003466,0.117751397132265
"370",-0.00914709342983014,-0.044641636506989,0.0379843408933087,-0.0400993174922969,-0.0249601584096305,-0.00381906512053488,-0.0434008456520269,0.0158582984397717,-0.00514530798026311,0.0279170509033766,167,-0.00914709342982945,-0.0446416365069889,0.0379843408933059,-0.0400993174922966,-0.0249601584096303,-0.00381906512053504,-0.0434008456520249,0.0158582984397718,-0.00514530798026239,0.0279170509033752,-0.0398268569928738,-0.0119467326363661,-0.0113889450537842,-0.0231496294891445,-0.0294158467776551,-0.00463142483760742,-0.0271445374715221,-0.0345277538556019,-0.0209233468822702,0.000326610338644633,-0.0161032330804621,-0.00880780176868042,-0.00737690169775029,-0.00967931158951136,0.0132018934468188,-0.0131150791981788,-0.0119201527969362,-0.0209669316461528,-0.040205537772674,0.0271458227316606,0.0216476455927526,-0.00321761001360754,0.064165222637786,-0.0323154193652579,-0.00232557166481514,-0.0369618224748962,-0.0478456103412538,-0.0329506613749137,-0.0162057346526966,-0.0183235735317098,-0.00731995602584097,-0.0265681105150849,0.00377419097990412,0.0097635623679914,-0.00581172242933725,0.044118302134261,-0.0263443493433447,-0.015329570479972,-0.0406752602350929,-0.0271710494704976,0.0213549741503627,-0.0281635438812783,-0.0217497865297599,-0.0317697475810221,0.013215493756188,-0.024407777562011,-0.0154271868970079,-0.0163794708723794,0.0184537431528218,0.0254198555432339,-0.0133229568699467,-0.0287744188849112,-0.00985364374270582,-0.023678627015858
"371",0.0199132141783263,-0.044641636506989,-0.0579409336820915,-0.0573136709609782,-0.00156895982021134,-0.0125872220506418,0.0744115640787594,-0.0394933828740919,-0.0611765950943345,-0.0756356219674911,63,0.0199132141783259,-0.0446416365069889,-0.0579409336820853,-0.0573136709609778,-0.00156895982021123,-0.012587222050642,0.0744115640787573,-0.0394933828740933,-0.0611765950943302,-0.0756356219674861,-0.0341078150718738,0.0159561456112892,0.017791322939614,-0.0319120767375228,-0.0275333637464805,0.0400365241171023,-0.00948548235226443,0.0228561486349161,0.048789821321619,-0.0274198022183862,-0.0330503943755112,-0.042685004500333,-0.0126946782762088,-0.0156743643493983,0.0384559415701076,-0.0269905156626453,-0.0385886162016921,-0.0489252885242891,0.0506427977531892,0.0439040124400167,-0.000204472246351216,0.00505631905140456,-0.0565675488119957,0.0224021267067543,0.0508051496880709,0.0625434145497075,0.0480128668736101,-0.010325923804813,0.00304833499170608,-0.0779259248860769,0.0296455812955987,0.0559040735328975,0.073026953729276,-0.0099004137521668,0.00657304889001756,-0.0794079297242905,0.0363248314535962,0.0586383124230557,0.070100582224734,-0.028233193340946,-0.00515374805796438,-0.0202173768747757,-0.0224296946229293,-0.013699607382656,-0.0106588250097716,-0.0156450899989422,0.00109629433349961,0.0063147382014907,-0.0238146612918248,-0.0824793073270962,-0.11265025834462,0.0198032687633356,0.0401691314158001,0.0708583674338581
"372",0.0526060602375023,0.0506801187398187,-0.00943939035745095,0.0494153205448459,0.0507172487914316,-0.019163339748222,-0.0139477432193303,0.0343088588777263,0.119343994203787,-0.0176461251598052,197,0.0526060602375007,0.0506801187398183,-0.00943939035744927,0.0494153205448453,0.0507172487914314,-0.0191633397482222,-0.0139477432193294,0.0343088588777268,0.11934399420378,-0.0176461251598038,0.00923029878291313,-0.0316779814443285,0.00312232335188289,0.0043744733127347,-0.024801031934002,-0.0252827026077652,-0.0146503349268825,0.185003137914099,-0.027525561775169,0.0486147510327039,-0.0192373902401353,0.0413479247456312,0.0426080666735204,-0.0315749927356319,-0.0131217818123423,0.029068570177093,0.11941387290514,-0.0360087300503935,-0.0143806051803212,0.0427220338410963,0.0521188994252283,-0.0273506168818893,0.00346164544673757,0.0218646435649851,0.121268871426015,-0.0293859648154392,-0.0269343381531248,-0.0227302403894348,-0.00902812520126525,0.0215216434884007,-0.0276283666114151,-0.047099625708533,-0.0148595428051606,0.0422573829467728,-0.029786858667891,-0.0058582545577034,0.0240450952210583,0.112236243496113,-0.0356493768732092,-0.0421700460494842,-0.0182009514217111,0.00891036041182241,0.102403146731404,-0.0361604919231362,0.0154144263301012,-0.0337869216729697,-0.0662197367084171,-0.00684492812674641,0.0223928904684327,-0.0172352249899463,0.0194615433293135,0.0524485184876036,-0.030460015305572,-0.062563651761918
"373",-0.0273097856849279,0.0506801187398187,-0.0234509473179027,-0.015999222636143,0.0135665216200011,0.0127778033543103,0.0265502726256275,-0.00259226199818282,-0.0109044358473771,-0.0217882320746399,71,-0.0273097856849265,0.0506801187398183,-0.0234509473178997,-0.015999222636143,0.0135665216200011,0.0127778033543103,0.026550272625627,-0.00259226199818327,-0.010904435847376,-0.0217882320746382,-0.0277230068203746,-0.0249608432032871,-0.034915156962169,-0.0293479507477127,-0.0274701039133441,-0.019042702318573,-0.0304484628906324,-0.0331004142148975,-0.0252211390587356,-0.0380090128077853,0.00465946435878121,-0.00723213270204261,-0.0196453433365637,-0.0177380405700077,-0.012920324215464,-0.00844542961494337,-0.0066354484994464,-0.00195847525520052,-0.0294455601296516,-0.0295729584756286,0.01271802199155,0.00686713323687207,0.0505773178799633,-0.0195479919484543,-0.0189431102698423,-0.0339045601199382,-0.010278720686135,-0.0192332749128134,-0.0196097776581985,0.00463895734457249,-0.01919459441886,-0.0166195831680311,-0.00768020174481122,-0.0165267915116006,-0.0136045759745538,-0.000418531024063861,-0.0117031612171687,-0.0160437303652967,-0.0108600426561664,-0.0260744696508141,0.00538186549361457,-0.0219033564520433,-0.0275413331765861,-0.0228791117412873,0.0169730521534635,-0.0239766092065215,-0.0189279995301723,-0.0200620612082913,0.0300878951058533,0.0138330295943932,0.000916262167403885,-0.0266376685696758,-0.0174470571604677,-0.0161242185606841
"374",-0.0745327855481821,-0.044641636506989,-0.0105172024313319,-0.00567061055493425,-0.0662387441556644,-0.0570543036247554,-0.0029028298070691,-0.0394933828740919,-0.0425721049227942,-0.00107769750046639,168,-0.074532785548179,-0.0446416365069889,-0.0105172024313301,-0.00567061055493434,-0.066238744155664,-0.0570543036247559,-0.00290282980706855,-0.0394933828740933,-0.0425721049227911,-0.00107769750046597,0.060188708571371,-0.0313644659583997,-0.0388099037506294,0.0300078703911284,0.0129912935635307,-0.0275581674731809,-0.00948548235226443,-0.00694979928952386,-0.0319022125236803,0.062756038591964,0.00767410094248127,-0.00755311409659952,0.089093723519457,0.0788547402609303,0.00899664221129418,0.0537027349437284,0.0539655673918212,-0.0134635335247328,0.00572901389770632,-0.00637055668505161,0.0602102064852886,0.0470169593096803,0.0226633324519236,0.0224021267067543,0.0331637562072423,-0.00910035610800716,-0.0165233934947856,0.00286432048246037,0.000201914897254112,0.0192581536847603,-0.0114202886984981,-0.0123853533611591,-0.0180956787963771,-0.00373350063253446,-0.00209830841267195,0.00865789972585395,-0.00775902089816098,-0.014543107788503,-0.0178156817543159,0.024602410350697,0.00167264697256665,0.024114683954557,0.0346540051408542,-0.0147473629304223,0.0132126410441549,0.0119491507214492,0.0376244095029127,-0.0127758619363331,0.0335337469893269,0.0231665252770684,0.0139966193644034,0.00551286517897384,-0.0177207028673927,-0.0199230899761763
"375",-0.107225631607358,-0.044641636506989,-0.0342290680567117,-0.067642283042187,-0.0634868384392622,-0.0705196874817053,0.00814208360519211,-0.0394933828740919,-0.000609254186102297,-0.0797777288823259,140,-0.107225631607354,-0.0446416365069889,-0.0342290680567077,-0.0676422830421865,-0.0634868384392618,-0.0705196874817059,0.00814208360519228,-0.0394933828740933,-0.000609254186101874,-0.0797777288823206,0.16880903110225,-0.015899387553046,0.0402498161020451,0.0249669561934889,0.0354711393597786,-0.0268506699940182,-0.00948548235226443,-0.0349308354648633,0.0578717002021633,0.0939707527186237,0.0683374953372832,0.145881077632156,0.127415632999247,0.148319918158391,-0.0163648264837573,0.0816350139997808,-0.0115352223908042,0.175949901985729,0.0281859058254478,0.0539589262650303,0.0576393690924529,0.059723350373806,0.0113446351285065,0.0224021267067543,-0.00662680803814013,0.0665236240306917,0.0281152097336172,0.035014659622571,0.0401416212204492,0.0123369727360645,0.0091126462985503,-0.0217985880502253,0.0385947110353057,0.0808570397760353,0.0948082684693303,-0.00300964804641335,0.0451416019239476,-0.0190305512910422,0.0916568384098274,0.0344102646472342,-0.0139933644166885,0.0222282132809684,-0.0236305746778693,0.0959015660049296,-0.00280909356706096,0.020305153193117,-0.0149138147916546,0.106507031786655,0.0253411172348767,0.020262282361418,-0.000682167957217601,-0.0267194651374452,0.043385233320422,-0.0198690904558255
"376",0.0453409833354632,0.0506801187398187,-0.00297251791416553,0.107944122338362,0.0355817673512192,0.0224854056697859,0.0265502726256275,-0.00259226199818282,0.028016506523264,0.0196328370737072,217,0.0453409833354619,0.0506801187398183,-0.00297251791416445,0.107944122338361,0.0355817673512191,0.0224854056697859,0.026550272625627,-0.00259226199818327,0.0280165065232626,0.0196328370737063,-0.00377724732672101,-0.0328479182649862,0.16338933371272,-0.0140694033581306,-0.0229904315137145,-0.019042702318573,-0.0304484628906324,-0.0228157903351605,-0.0264806856955698,0.0407398634108412,-0.0116334986434814,0.0928962655909683,0.0209989376163437,0.0109890822886911,0.0319849967668999,-0.0125196865748152,0.0138618980386522,0.00463867125252652,-0.00742754904986101,0.107407026966587,0.0360666901003964,0.0172666455278682,0.0505773178799633,-0.0195479919484543,0.022955148750356,0.0112813929250512,-0.0240533188866302,-0.0146085977981504,-0.0144831695904568,0.016808392404536,-0.020358550276064,-0.0240948389479329,-0.0195485604633299,0.0710666950358085,0.0437472708503455,0.0672720047387909,-0.0186477308763009,0.0478334431394012,0.025100906348919,-0.0172665114684693,0.0182936219998929,-0.0228939479652435,-0.00355030193561361,-0.000849672763155204,0.022554905773999,-0.0243720180294791,-0.00198825374949945,-0.00463064951012203,0.0300878951058533,0.037180852384269,0.0256492525665943,-0.0285999650531123,-0.0195580383281771,-0.00993264809742513
"377",-0.00188201652779104,-0.044641636506989,0.0681630789619739,-0.00567061055493425,0.119514891701488,0.130208476525385,-0.0249926566315915,0.0867084505215172,0.0461323310394148,-0.00107769750046639,121,-0.0018820165277906,-0.0446416365069889,0.0681630789619684,-0.00567061055493434,0.119514891701488,0.130208476525386,-0.0249926566315902,0.0867084505215191,0.0461323310394122,-0.00107769750046597,-0.0412915429199698,0.0347450091609597,-0.0388099037506294,0.169747716727811,0.192259394630766,-0.0200242753977713,0.0709459434099812,-0.00207310623055216,-0.0319022125236803,-0.00660999280061308,-0.0114970366774556,-0.0168075479849483,-0.0166629123735317,-0.015556859845824,0.00505483552553183,-0.0135072838375692,-0.0147420773388205,-0.0152136415948342,-0.0687870365897995,-0.00637055668505161,-0.113321317531124,-0.12969052572165,0.0453007270987576,-0.102353878337434,-0.0509487265254535,-0.00910035610800716,-0.0253526932997023,0.165088288111627,0.182427407211477,-0.0195551354302866,0.109062529148943,0.0470813181610793,-0.0198633514911698,-0.0264707538356014,-0.0252407106967056,0.0112345643031139,-0.0232271831420201,-0.0258180252485536,-0.0178156817543159,0.190196354874444,-0.0685570549678943,0.158584072226803,0.0911014428866984,-0.0191832519075379,-0.0608514459037747,0.153944897664123,0.116408904067799,-0.0171020673276231,-0.00932095451896034,-0.00567588663105944,0.0145320158624566,0.0506106964494269,-0.0203946123464925,-0.0218174188369094
"378",0.0199132141783263,0.0506801187398187,0.00996122697240527,0.0184294843012196,0.0149424744782022,0.0447189464568426,-0.0618090346724622,0.0712099797536354,0.00943640914607987,-0.063209301222987,235,0.0199132141783259,0.0506801187398183,0.00996122697240514,0.0184294843012193,0.0149424744782022,0.0447189464568429,-0.0618090346724597,0.0712099797536368,0.00943640914607965,-0.0632093012229828,-0.0341078150718738,-0.0315304177038845,-0.0334591768550598,-0.028794045340941,-0.00343720293880498,0.019047432235274,0.0379089015389853,-0.0335615251765384,0.0244488087503194,0.0131777567343219,-0.00463186415472982,-0.00880335252197547,-0.00595831824504729,0.00828083308777927,-0.0246939710791459,0.0206999414087104,-0.00895157022495855,-0.0433941861062184,0.00647856321105932,0.00847703748054244,0.0141773137483529,0.0410848833556335,-0.0522205128834383,0.0632772790784245,0.00295373858108459,-0.0790905131649275,-0.0140706809967482,-0.00906428956019258,-0.00320232988661117,0.00479418357505995,-0.00497448484515864,-0.0201856914992407,-0.0314579788811299,-0.0058971025050266,0.00881183539402842,-0.0151122439234392,0.0157663456238457,-0.0160561559400237,-0.0415985287681371,-0.019119661491707,-0.0229765291271603,-0.00282340343223994,-0.0214862484075395,-0.0372582494400487,-0.050234753256347,0.0265804684706439,-0.0065678419575353,-0.0746881891783149,-0.0512859346463101,0.00719626293093586,0.101791945833187,-0.0141182126449156,-0.107049879382144,-0.0326517884023402
"379",0.0162806757273067,0.0506801187398187,0.00241654245523897,-0.00567061055493425,-0.00569681839481472,0.0108989125835731,-0.050764121260201,0.0343088588777263,0.0226920225667445,-0.0383566597339788,245,0.0162806757273065,0.0506801187398183,0.00241654245523955,-0.00567061055493434,-0.0056968183948146,0.0108989125835731,-0.0507641212601988,0.0343088588777268,0.0226920225667434,-0.038356659733976,-0.0365111223829506,-0.0328915897769559,-0.0388099037506294,-0.0314885731714368,-0.0280522546399262,0.00384579721001904,-0.0146503349268825,-0.0269850700933837,-0.0111624080757801,0.00924031292339059,-0.00797397222306606,-0.0191211564570354,-0.0139547918478654,-0.00668775497860008,-0.0152807592054545,0.00210696151912878,-0.00512541495881416,-0.0292175498218496,-0.00163333560781087,-0.0181579596887773,-0.00771206260369057,0.00485432440635671,-0.0393707840380131,0.0218646435649851,0.0172233602999452,-0.0519789413379339,-0.017974785243539,-0.0126052383478658,-0.0124314115379094,0.0158291108067708,-0.0187096374738638,-0.0210492511807607,-0.0202642626062234,-0.0111441609357563,-0.0104961366662427,0.0142406729765838,-0.0168047298126985,-0.0228386078113008,-0.0135223847807922,-0.0293833485652381,0.00381346683564637,-0.0246855068915935,-0.0271502270568471,-0.0114872345420895,-0.00235638793857391,-0.0175806440185466,-0.0104139884263048,-0.0230554908627784,-0.00133089628836816,-0.0056526390708332,0.0577171749891134,-0.0120454909125379,-0.0444295436609717,-0.0380797786788772
"380",-0.00188201652779104,-0.044641636506989,-0.0385403163522353,0.0218723549949558,-0.108893282759899,-0.115613065979398,0.0228686348215404,-0.076394503750001,-0.0468794828442166,0.0237749439885419,40,-0.0018820165277906,-0.0446416365069889,-0.0385403163522309,0.0218723549949555,-0.108893282759899,-0.115613065979399,0.0228686348215401,-0.0763945037500034,-0.0468794828442132,0.0237749439885407,-0.0412915429199698,-0.0113265971663969,-0.0310446765097524,0.135490499960804,0.145307977832538,-0.0212671763746795,0.0482386066882214,-0.000999983324380843,-0.0239440682947811,-0.00660999280061308,-0.00727639652497853,-0.0179719795015573,-0.00785578655757947,-0.00584504509399191,0.00295784508530398,-0.00686657303298881,-0.0110525527674251,-0.0162591409375816,0.0322689770850371,-0.0331836602184214,0.100058186074243,0.102274985565297,-0.00374696130271619,0.0588804907547624,0.03724815454774,-0.0329816129939121,-0.0343853474410243,0.079081334392947,0.0851056760189693,-0.00115213645816254,0.0440287571488136,0.0175821530291453,-0.0374337443460744,-0.0632538364633016,-0.0642591207447764,0.0186082610087704,-0.0487157045807372,-0.0429378237927472,-0.0073786191496292,0.148422568615845,-0.0575838341394288,0.123103149950229,0.0825378632605886,-0.0736968272984295,-0.0476332775942608,0.115323099027346,0.103484626772884,-0.0730169981164802,-0.00143192226920232,-0.00384803408473546,0.0261539995549762,0.042466757529753,-0.0542654921452991,-0.0429181582320438
"381",0.0162806757273067,-0.044641636506989,0.0261284080806188,0.0585963091762383,-0.0607349327228599,-0.0442152166913845,-0.0139477432193303,-0.0339582147427055,-0.0514005352605825,-0.0259303389894746,52,0.0162806757273065,-0.0446416365069889,0.0261284080806171,0.0585963091762376,-0.0607349327228595,-0.044215216691385,-0.0139477432193294,-0.0339582147427068,-0.0514005352605788,-0.0259303389894727,-0.0365111223829506,-0.0230259653729747,0.0203783841221874,0.0201399106918905,-0.00402344730734995,-0.0252827026077652,-0.0149734501000296,0.00586133030611445,-0.02243261233058,-0.0239515006487573,0.000139650428127791,0.00438273272731536,-0.0323132032135702,-0.0255239159894423,-0.00132665083430741,-0.0219373873043624,-0.0305501171195874,-0.0246954227520195,-0.0289770918088032,-0.0689344650413023,0.0550685316996171,0.0349015631787697,0.0339820297753406,0.0169303720995531,0.0415351661180204,0.0147809007778977,0.0125943782046191,-0.046861077584193,-0.0384507817731206,0.0104179947410566,-0.0399819443795257,-0.0518732116697024,-0.0324560454175588,-0.0886624317324436,-0.0656129004989218,-0.00849233568599396,-0.0556085017232209,-0.0874655469598088,-0.0487983633896639,0.00923012588993852,0.0161378650067378,0.0145064647020239,0.0409804052676471,0.0185682347978557,0.0229817392814684,0.000136253084094209,0.0341841293745029,0.010483609876281,0.0402763652731263,0.0365725207545712,0.0220601561872552,0.00676061051286587,-0.00124587158026698,0.00557901334326989
"382",-0.0709002470971626,0.0506801187398187,-0.0891974838246376,-0.0745280244296595,-0.0428475455662452,-0.0257394574458021,-0.0323559322397657,-0.00259226199818282,-0.0129079422541688,-0.0549250873933176,104,-0.0709002470971596,0.0506801187398183,-0.0891974838246284,-0.0745280244296589,-0.0428475455662449,-0.0257394574458025,-0.0323559322397641,-0.00259226199818327,-0.0129079422541676,-0.0549250873933138,0.0505318225185061,0.082990384150778,0.057284783362996,-0.00602283560249629,-0.0209368690880111,-0.0148614559552319,-0.0304484628906324,-0.0323637051618293,0.0106419870947308,-0.0852583385389612,0.124115067308654,0.101651748202266,0.0501858925057965,0.0278966567392421,0.0573658363847301,-0.0060008754390203,0.00637703985232435,0.071786513319536,-0.100134964122663,-0.0942579516011193,-0.0471129400373689,-0.0343954477886932,-0.0179545692956378,-0.0195479919484543,-0.0210998779447098,-0.0700533225559297,0.113849996906626,0.0709179734119422,0.0375448093673239,0.0831716749745087,-0.0154576835088895,0.00313007519736836,0.0838001765710083,0.0570898084384611,0.0326575031655455,0.0579224522638681,-0.00842378110035627,0.00160897812920092,0.0651959229076954,-0.0130109145329327,0.0280499730705645,-0.0193649656994678,-0.0128507766271242,0.0358194856043756,0.0276622771226999,-0.0224077290380126,-0.0085439584411967,0.0162120732474228,0.0329558783789466,0.0298107329355342,0.053894133618233,-0.0265366567920279,-0.0157582722263002,-0.00678338411271148
"383",0.0489735217864827,-0.044641636506989,0.0606183944448076,-0.0228849640236156,-0.0235842055514294,-0.072711726714232,-0.0434008456520269,-0.00259226199818282,0.104137611358979,0.036201264733046,132,0.0489735217864813,-0.0446416365069889,0.0606183944448027,-0.0228849640236155,-0.0235842055514292,-0.0727117267142327,-0.0434008456520249,-0.00259226199818327,0.104137611358973,0.0362012647330441,0.00248532186081721,0.0205830273794275,-0.0302560206171987,-0.0240928049546608,0.039579788439576,-0.00463142483760742,-0.0304484628906324,0.13252599229461,-0.0134295920220817,-0.055166214775417,0.0535930870872703,-0.0422235540197623,-0.0357182205260613,-0.0851646368868171,-0.0455222916458529,-0.0127233994228087,0.094580278214324,0.024369998368085,-0.0616416618855181,0.0103876330233045,0.0203622268963347,0.0617918326400591,0.064165222637786,-0.0140762373412539,-0.105951253584677,-0.0449222414368645,-0.0451563156717623,-0.0434364434662813,-0.110069337831235,-0.0403105402021539,-0.0239729395168551,0.116941733168487,0.0274155235770657,-0.000191042136781821,0.0271152905574639,0.0287500434592124,-0.0113173517916614,-0.0733733396701919,-0.0347654242460993,-0.00441017486349026,0.0200358230273045,-0.020231733273518,-0.0759099012527713,-0.0352478845548328,0.0779697973489135,-0.0204944605398309,-0.182594114774203,-0.0705209531199289,0.0334936252426516,-0.0817430637901632,-0.0214089958644556,-0.0324378006047792,-0.0204024307952609,0.0538718744042882
"384",0.00538306037424807,0.0506801187398187,-0.0288400076873072,-0.00911348124867051,-0.0318399227006362,-0.0288709420636975,0.00814208360519211,-0.0394933828740919,-0.0181182673078967,0.00720651632920303,88,0.00538306037424824,0.0506801187398183,-0.0288400076873037,-0.00911348124867057,-0.0318399227006359,-0.0288709420636978,0.00814208360519228,-0.0394933828740933,-0.0181182673078952,0.00720651632920293,-0.0408265979088352,-0.0208534225775204,-0.037924182518342,-0.0176317445514086,-0.0186989824488899,-0.0268506699940182,-0.00948548235226443,-0.0298674093899606,-0.0311859138276027,-0.00257201850940338,-0.01206373548316,-0.0181493137773741,-0.0155661339862862,-0.0136751130117839,0.00498016942319217,-0.0145761694155109,-0.0149678102995547,-0.0143918517184391,-0.0352397735717017,-0.0219629592843944,-0.0354386059829457,-0.0377501291728855,0.029161103137588,-0.0609606274618937,-0.0267087747335295,-0.00227439298844564,-0.0125023272752996,0.00769013722391503,0.00532352895053376,0.0133190674952896,0.00444607016285747,-0.0107361275524528,-0.0226646757951018,-0.00557783704439043,-0.00341502745201793,0.00679294435479969,-0.00482009740804384,-0.0162531312060392,-0.0192736466147818,-0.0155915762165266,-0.00830143175683769,0.00053380053469915,-0.0123517947092191,-0.021413625456996,0.00453494523948414,-0.00554015677739042,-0.00434152972249562,-0.0185540543370203,0.0253411172348767,0.0170412782280967,0.0152458778598604,-0.0132705148266712,-0.0241529066766363,-0.0234195892846011
"385",0.0344433679824045,0.0506801187398187,-0.0299178197611881,0.00465800152627453,0.0933717873956666,0.0869939887984295,0.0339135482338016,-0.00259226199818282,0.024052583226893,-0.0383566597339788,69,0.0344433679824036,0.0506801187398183,-0.0299178197611844,0.00465800152627435,0.0933717873956663,0.0869939887984301,0.0339135482338009,-0.00259226199818327,0.0240525832268919,-0.038356659733976,-0.0196705084819896,-0.0199303447245222,-0.0389919012642957,0.0911598014840521,0.0694287965564968,-0.0135994334248341,-0.0304484628906324,-0.0260029786834324,-0.0111624080757801,0.0289275319780472,-0.0304585478666336,-0.0134432816003436,0.0538355650732354,0.0524875400344977,0.0311534558818854,-0.0119085480308344,0.00454915108141467,-0.044789707062986,-0.0363986162601117,-0.00674296090192596,0.0973569438861182,0.0863730820422295,0.0591438037769134,-0.0195479919484543,0.0186879991159518,-0.0519789413379339,-0.0204613901311831,-0.073134749546183,-0.0703228342897381,-0.00413469042464441,-0.018827029411322,-0.0381263419666063,0.00559071418871709,-0.00245319986911266,-0.000318097044031581,0.011568740237178,-0.0128605894936907,-0.0174429968473225,-0.0215683850147406,0.0856472991028631,0.0673742465406115,-0.025494250687394,0.0226231983087943,-0.0956894076821641,0.073519820778291,-0.0269995734336485,0.0302149420938731,-0.0856240462789525,0.0297293971967167,0.0388045184408619,-0.0153287538952614,-0.0284001139634083,-0.016602664693384,-0.0391139008538537
"386",0.0235457526293458,0.0506801187398187,-0.019139699022379,0.0494153205448459,-0.0634868384392622,-0.0611252336280193,0.00446044580110504,-0.0394933828740919,-0.0259524244351894,-0.0135040182449705,219,0.0235457526293453,0.0506801187398183,-0.0191396990223765,0.0494153205448453,-0.0634868384392618,-0.0611252336280199,0.00446044580110534,-0.0394933828740933,-0.0259524244351874,-0.0135040182449693,-0.0312221000262393,-0.027637217336831,0.00312232335188289,0.0249669561934889,0.0192870565089449,-0.0274179427475811,-0.00948548235226443,-0.0245359679108691,-0.0293458804798801,0.0171152005452532,-0.0182724756836404,0.00908961233827245,-0.0426809330042733,-0.0406253786887154,0.00640481274376978,-0.0300941022244289,-0.0257916447257911,-0.0223662571856811,-0.0248101893760114,0.0427220338410963,-0.0690023163894124,-0.0723033474300661,0.0248778601891129,-0.0609606274618937,-0.0351422176188137,-0.0248673695109403,-0.0364202199386039,0.0141542957711026,0.0127505280500685,0.0166640169396766,-0.00395376688138963,-0.0113052493864302,-0.0129438446303877,-0.0795613609207317,-0.0749770154403277,0.0128532382037267,-0.0547817967400353,-0.0487003250345034,-0.0314923750421476,0.0260280874198634,-0.00883018084435429,0.0222282132809684,0.0100872348939357,0.00266818006043531,0.00372115970367232,0.0144753840268372,0.0190711313878682,0.00360071586480855,0.0280719938196934,0.0177588892616834,0.0125716111489332,-0.00725297464900094,-0.00807239715352719,-0.0138875292106847
"387",0.0199132141783263,-0.044641636506989,-0.0406959404999971,-0.015999222636143,-0.00844872411121698,-0.0175975974392743,0.052321737254237,-0.0394933828740919,-0.0307512098645563,0.00306440941436832,72,0.0199132141783259,-0.0446416365069889,-0.0406959404999925,-0.015999222636143,-0.00844872411121685,-0.0175975974392746,0.0523217372542356,-0.0394933828740933,-0.030751209864554,0.00306440941436848,-0.0341078150718738,-0.00883701451738252,-0.034915156962169,-0.0309389015906613,-0.0255542475386522,0.0058089433684156,-0.00948548235226443,-0.0203340774377603,-0.0317861151815026,-0.0274198022183862,-0.0258329898749953,-0.0242041034212289,-0.0155014949558594,-0.0177688078411734,0.0282154151945529,-0.0269905156626453,-0.0258187510668692,-0.013894973209841,0.0343105127148318,0.00368435713996204,0.00622262123573813,0.00978427851712577,-0.0339301541651616,0.0224021267067543,0.0219547921832262,-0.0130805655889913,-0.00481872315544901,-0.00481843880401596,0.00275844674484677,-0.0290834137607866,0.0147125376613817,0.00533723280147932,-0.0209317459227801,-0.00892364652565003,-0.00301330574691732,-0.0089000519236848,0.00105774957219044,-0.00892623788285436,-0.0189355298201503,-0.0264212267127355,-0.0123396468971007,-0.0155012001908042,-0.0189965306976264,-0.0169028763889316,-0.010314522438567,-0.0125358797769263,-0.00394394156385957,-0.0152499519280637,-0.00742940178292433,-0.015978483842014,0.0175321760939375,-0.00356695155091513,-0.0209368047720145,-0.0226995738294848
"388",-0.0454724779400257,-0.044641636506989,0.0153502873418098,-0.0745280244296595,-0.0497273098572509,-0.0172844489774848,-0.0286742944356786,-0.00259226199818282,-0.104364820832166,-0.0756356219674911,201,-0.0454724779400237,-0.0446416365069889,0.0153502873418091,-0.0745280244296589,-0.0497273098572505,-0.017284448977485,-0.0286742944356772,-0.00259226199818327,-0.104364820832159,-0.0756356219674861,-0.00355896328393352,-0.0295422146589556,0.057284783362996,0.00297041564590826,-0.025697191128742,-0.0176085858067559,-0.0304484628906324,0.133257535635717,0.048789821321619,0.0350096260349332,-0.0234712484002334,0.0590813523196429,0.0342733386462466,0.00608649726170057,0.0343147904790452,-0.00742686537497543,0.0871135693168728,0.0616191463488023,-0.0187694136598298,0.0606622021483728,0.0447851821282742,0.00948878105051819,0.0490736262065633,-0.0140762373412539,0.0917576550754764,0.0625434145497075,-0.0403430979115326,-0.028927284343249,-0.0188538150246533,0.00872306496222035,-0.0213999844640885,-0.0575847625231345,-0.0425356751852409,0.0681576777215107,0.0189246490641518,0.0522783298570381,-0.00842378110035627,0.154391683039092,0.0965438055687348,-0.0164311571288197,0.0289230356649155,-0.0190554058515928,0.0843174937010762,0.0670135712131643,0.0203594472949392,-0.0227521173676853,0.0238613204870889,0.0139307343581921,0.0327766294243783,0.0879890317274461,0.0627021819481599,-0.0219256299183555,-0.0147027816424455,0.135588263078087
"389",0.0526060602375023,0.0506801187398187,-0.0245287593917836,0.0563010619323185,-0.00707277125301585,-0.00507165896769301,-0.0213110188275045,-0.00259226199818282,0.0267142576335128,-0.0383566597339788,110,0.0526060602375007,0.0506801187398183,-0.0245287593917804,0.0563010619323178,-0.00707277125301572,-0.00507165896769317,-0.0213110188275033,-0.00259226199818327,0.0267142576335115,-0.038356659733976,0.00923029878291313,-0.0242070882300304,0.0157893502892853,-0.0312404709680542,-0.0292701131237879,-0.022108524728278,-0.0304484628906324,-0.0239163865352775,-0.0111624080757801,0.0486147510327039,-0.0359207498900848,0.0494849620139863,-0.0196775470112209,-0.0160133445828161,-0.0221394746627929,-0.0129271122708023,0.0167080499333334,-0.0603618643041225,-0.0306044028180616,0.0503320330323305,-0.00917135436049347,-0.012254550653024,-0.00510484045021256,-0.0195479919484543,0.0215532823522618,-0.0519789413379339,-0.0450325419926494,-0.00852772239013797,-0.0102720215440541,0.0302747953669905,-0.0191333335842703,-0.0367077312048104,0.00128155138956035,-0.0204370993420589,-0.0153721355297076,-0.0163613481459229,-0.0157541601849958,0.0137587368812508,-0.0617983861844827,-0.0280066161663093,0.000754772987987419,-0.0209746769084181,-0.028400721254238,-0.010317759915144,0.0119665707788682,-0.0232495671772125,-0.0188432425282176,-0.00992381873839616,0.0324181315152416,0.00751138873851986,0.0323098953771569,-0.0285343089240139,-0.016602664693384,-0.0411369613516871
"390",-0.00551455497881059,0.0506801187398187,0.00133873038135806,-0.0848566365108683,-0.0112006298276192,-0.0166581520539057,0.0486400994501499,-0.0394933828740919,-0.0411803851880079,-0.0880619427119953,51,-0.00551455497881003,0.0506801187398183,0.00133873038135873,-0.0848566365108676,-0.0112006298276191,-0.016658152053906,0.0486400994501487,-0.0394933828740933,-0.0411803851880048,-0.0880619427119895,-0.0408004038237007,-0.0329505846264586,0.0859311919834173,-0.0301753613138447,-0.0259753787780814,0.00126438748874826,-0.00948548235226443,-0.00874971436816851,0.0774877699984185,-0.0143843499421974,-0.00895601433873382,-0.00653550773385735,-0.0107891011247331,-0.00848425026935515,-0.00228463101526482,-0.00526540973016005,-0.00812572557105522,-0.00440406105402801,-0.00279217829622092,-0.105672950387971,-0.0135492296309022,-0.0246668717745355,0.0762767755708137,-0.0609606274618937,-0.0515350643771254,-0.106202084991921,-0.0199516751721842,-0.0126319790319942,-0.0135024426764145,0.0200322754361485,-0.0216867561970223,-0.0234741011037612,-0.0207896161944901,0.00867482087858104,0.0216570955682616,-0.0765823291461879,0.0598362193745333,0.0583732270299815,0.133825113762576,-0.025888514154905,-0.0146093311535475,-0.0136147295172156,-0.0147751394944901,0.00552714979344664,-0.00792180315907274,-0.0131188566935543,-0.000754561028160869,0.0173526640566339,-0.00469852519810758,-0.0248819241450856,-0.0824053997948202,0.00444386320670582,0.0498174371296656,0.0510285245084911
"391",0.00901559882526763,0.0506801187398187,0.0692408910358548,0.0597439326260547,0.0176943801946045,-0.0232342697514859,-0.0470824834561139,0.0343088588777263,0.103292264911524,0.0734802269665584,277,0.00901559882526766,0.0506801187398183,0.0692408910358491,0.059743932626054,0.0176943801946045,-0.0232342697514862,-0.0470824834561119,0.0343088588777268,0.103292264911518,0.0734802269665542,-0.0398705138014313,0.0369036077192574,0.0227416553037854,-0.0275258330053667,-0.0225423896591429,-0.000558533944048542,-0.0146503349268825,0.129818242437811,0.0442554534290159,0.00136542530152794,0.00431914720476257,-0.0049477621398831,-0.00878621790594833,-0.0148098823659676,-0.00592213811413368,-0.00328536021246407,0.00671564879681228,-0.000451099565258194,0.0702149110736108,0.0541370326279476,0.0170958972619587,-0.0317117026813393,-0.035087541089538,0.0218646435649851,0.103989240701641,0.0700231318835373,0.0641592677972353,0.0143732625206452,-0.0484367088382983,-0.054392221763635,0.0315595631196068,0.135451179529009,0.087733064074677,0.0109776965229454,-0.0394009356641437,-0.0495420984798997,0.0317044374148877,0.118370423207519,0.0712184644935535,-0.0342885909516712,-0.0209777385856492,-0.0107555131316406,0.0138605272093763,0.0124814236623016,0.0333169737564542,-0.0359815217720062,-0.0687055665990901,-0.0506920294460446,0.00104148238731193,-0.0895062874950762,-0.0638802929937079,0.0417375069859307,0.0310059094581867,0.129569012685118
"392",-0.0236772472339084,-0.044641636506989,-0.0697968664947814,-0.0641994123484507,-0.0593589798646588,-0.0504781859271752,0.0191869970174533,-0.0394933828740919,-0.0891368600793477,-0.0507829804784829,63,-0.0236772472339071,-0.0446416365069889,-0.0697968664947741,-0.0641994123484503,-0.0593589798646584,-0.0504781859271757,0.0191869970174531,-0.0394933828740933,-0.0891368600793416,-0.0507829804784794,-0.0311085923239898,0.0380303327280748,0.0323511240173687,0.0178065887021067,0.00373745912938622,-0.0231602101702772,-0.00948548235226443,0.0877556921563052,0.00446473228451974,0.01419981661716,0.0259322651908071,0.0170988926558758,0.0167404070848827,0.0146768598364194,-0.00661632154673186,0.010252523078758,0.0315712074567897,0.0116177978694689,0.06187124371706,0.0506072883233591,0.0537831130031993,0.0408115125109212,2.59378050894857e-05,0.0224021267067543,0.0773179985692189,0.0386621576638027,0.0709706413003024,0.0779117582412269,0.064570801406379,-0.0113993784814512,0.0399120487941229,0.114931097299911,0.0555593154038595,0.0704184473418825,0.0614763442446854,-0.0170187869447001,0.0422026784338305,0.108316140665013,0.0482737015507217,0.0135998882382366,-0.0277333721270905,0.0193985072705854,0.0864401850630655,0.0504669195832989,-0.0113494637686801,0.0078683123050533,0.0832173310598154,0.0408576985091335,0.0171484874804264,-0.0182675308554998,-0.00798722640782761,0.0412799911716044,0.0208725199880692,0.068866983498114
"393",-0.0418399394890061,0.0506801187398187,-0.0299178197611881,-0.00222773986119799,0.0218222387692079,0.0365770864503148,0.0118237214092792,-0.00259226199818282,-0.0411803851880079,0.065196013136889,118,-0.0418399394890042,0.0506801187398183,-0.0299178197611844,-0.00222773986119811,0.0218222387692079,0.036577086450315,0.0118237214092792,-0.00259226199818327,-0.0411803851880048,0.0651960131368853,-0.00935658746033708,-0.0199303447245222,-0.0392830972857175,-0.0252225106969281,-0.0120989486772625,-0.0259519569799466,-0.0304484628906324,-0.00874971436816851,0.0280478263578277,-0.0537587880515106,0.0175077401067854,-0.014953483173352,-0.0307609397588733,-0.0425386761572785,-0.00755704399648765,-0.00763057822296902,0.0234032227475498,-0.0762323008337283,-0.0363986162601117,-0.0143529600931602,0.0214737725323674,0.0323627117567335,0.033444346086063,-0.0195479919484543,-0.0515350643771254,0.0609859412745394,-0.016384667291498,-0.0265220840112535,-0.037108283070729,0.0106573144051462,-0.018827029411322,0.00490895737822112,-0.0589940871585282,-0.0128908668952443,-0.0109250491422239,0.00777748033896929,-0.0124747800681834,-0.0178979711132026,-0.0208895303662926,-0.0172928847337478,0.00312483982197778,-0.0222748282694934,-0.0432735024358799,0.0151966734497101,0.0189919814225126,-0.0249459985789335,-0.049027341694872,0.0370258267221015,0.0308048909241267,0.00937319810410421,0.0312627684581373,-0.02511123099378,-0.0218801176126575,-0.0740338282960022
"394",-0.0745327855481821,-0.044641636506989,-0.0460850008694016,-0.0435421881860331,-0.0290880169842339,-0.0232342697514859,0.0155053592133662,-0.0394933828740919,-0.0398095943643375,-0.0217882320746399,69,-0.074532785548179,-0.0446416365069889,-0.0460850008693965,-0.0435421881860329,-0.0290880169842337,-0.0232342697514862,0.0155053592133662,-0.0394933828740933,-0.0398095943643345,-0.0217882320746382,0.060188708571371,-0.00202042781575111,-0.00637794684950328,-0.0199993000485338,-0.0225423896591429,-0.0247218037053662,-0.00948548235226443,-0.0104640860295543,-0.0252211390587356,0.062756038591964,0.0633902371037728,0.0558543769871255,0.0323635912347434,0.0259397880605036,-0.022944248454515,0.0537027349437284,0.0496258628841059,0.0210402275355815,0.0394143517893185,0.0304974606733318,0.0255039016820062,0.0151032329160621,0.00379883691289517,0.0224021267067543,0.0305442522430203,0.0108006912969136,0.022006438762501,0.0168849872172859,0.0105668405784452,0.00258123020762253,0.0193791137970745,0.0181968259050793,0.00260051526808051,0.0154983103568825,0.0128986374296016,-0.00556832080354527,0.0245691374931276,0.0188997402936928,0.00132788831145647,-0.0190124695812971,-0.0125377537493781,-0.00135267013888948,-0.00017412928321927,-0.00228544359149594,0.00182379550980431,-0.00903801827715834,0.00450723250206371,-0.00324194827393312,0.0198793640652432,0.00642791343539663,0.0063284224194622,0.00339093706256694,-0.00164019334428355,-0.00364433568502882
"395",0.0344433679824045,-0.044641636506989,0.0185837235634525,0.0563010619323185,0.0121905687618,-0.0545491159304391,-0.0691723102806364,0.0712099797536354,0.130080609521753,0.00720651632920303,273,0.0344433679824036,-0.0446416365069889,0.0185837235634515,0.0563010619323178,0.0121905687618,-0.0545491159304397,-0.0691723102806335,0.0712099797536368,0.130080609521745,0.00720651632920293,-0.0196705084819896,-0.0279429179206186,0.0157893502892853,-0.0298483889804742,0.00933256476834045,0.0308390568879875,0.0379089015389853,0.226356343958698,-0.0311859138276027,-0.0412930084969016,0.00465201759392171,0.0265141350435513,-0.00345199196849254,-0.0498538582491723,-0.0515061457908751,0.0430840797270562,0.0815215724584093,-0.00971069308919571,-0.0218317171045219,-0.0667000396351335,-0.0130586592105299,0.0446529795768197,0.0905755163924258,-0.0870329654372702,-0.130551263283519,-0.0170607750699755,0.00300161349672696,-0.00737232026224671,-0.0353338693768634,-0.010197153838086,0.00848829875890607,0.031047182153741,-0.0155400810004642,0.00297385024973291,-0.0760808597184521,-0.0717903111294472,0.0740568068855517,0.144205703932185,-0.00969956815414061,-0.0378564758817263,-0.0212020487084837,-0.00622487296196712,0.00879044276139818,-0.0143824914184246,0.0913437915226853,-0.084491864298266,-0.172107348801911,-0.0225209273857896,-0.0611339472581672,-0.182926350059262,0.00271527199455802,0.15297149410897,-0.00846841858032034,-0.00225628633326321
"396",-0.0600026317441039,-0.044641636506989,0.00133873038135806,-0.0297707054110881,-0.00707277125301585,-0.0216685274425382,0.0118237214092792,-0.00259226199818282,0.0318152175007986,-0.0549250873933176,258,-0.0600026317441013,-0.0446416365069889,0.00133873038135873,-0.029770705411088,-0.00707277125301572,-0.0216685274425385,0.0118237214092792,-0.00259226199818327,0.0318152175007969,-0.0549250873933138,0.0244556107672574,-0.0329505846264586,-0.023946773483431,-0.0312404709680542,-0.0234624284319978,-0.0259519569799466,-0.0304484628906324,-0.0193060881169836,0.0106419870947308,0.0488828323134486,-0.0104891170539039,0.0230799519201246,-0.00335978288566093,0.0168807040729023,-0.0125565030658574,-0.00661201398300107,-0.0531480648858889,0.0584073175818911,-0.00549943206616442,0.0170909089066469,0.00493720253932026,0.0136257455830243,0.00757173602070085,-0.0140762373412539,-0.0373727655012275,0.0426423671447868,-0.0184923087436337,-0.012511645953416,-0.0136501444374593,0.01892911426415,-0.0206035936144227,-0.0213192485274191,-0.0198648254290914,-0.00729631808636014,0.00490949469618481,0.00107862435532692,-0.010931542366154,-0.0411849007002404,0.0152693087025297,-0.0263568690952572,-0.00442208185594174,-0.0209746769084181,-0.0291567812007336,-0.00772108622599656,0.00407726854844216,-0.0225735456411883,-0.031040064011684,0.0114188993724998,0.0308048909241267,0.0288736620222827,-0.00067906420940308,-0.028791486551277,-0.0157582722263002,-0.0554595539482144
"397",-0.0854304009012408,0.0506801187398187,-0.030995631835069,-0.0228849640236156,-0.0634868384392622,-0.0542359674686496,0.0191869970174533,-0.0394933828740919,-0.0964332228917841,-0.0342145528191441,43,-0.0854304009012373,0.0506801187398183,-0.0309956318350653,-0.0228849640236155,-0.0634868384392618,-0.0542359674686501,0.0191869970174531,-0.0394933828740933,-0.0964332228917775,-0.0342145528191416,0.0920538131373118,-0.0189734022955756,-0.0302560206171987,0.0249669561934889,0.00888677296520199,-0.0231602101702772,-0.00948548235226443,0.10866390364971,-0.0154032468391023,-0.101008113782687,0.0468522755376786,0.0268707104166451,0.0990662053319938,0.0868524209246263,-0.0342001633821651,0.0630134946290792,0.160727150047733,0.0500768031682112,-0.0375574589485218,-0.0371829576668628,-0.0690023163894124,-0.0649230483848431,0.0420108319830131,-0.0609606274618937,-0.111014551889741,-0.047460346033435,-0.00366638190459359,0.0305445816543992,0.0240063892741748,0.00526378059854929,0.0063127006171346,0.0436521041928368,0.00377608604294951,0.0195205924508009,0.0179006228546153,-0.000712888996492475,0.00693559655242473,0.0295126466999169,-0.00203755327172385,0.0198811574531249,-0.0294829151336912,0.0222282132809684,0.103858381813245,0.0318036131680898,-0.0129109423040764,0.0102002199715653,0.0993067811830915,0.0256853432861909,0.0171484874804264,-0.0214305912599665,-0.00083774331643502,0.0468844430177048,0.00800811236958192,0.0445486332427735
"398",0.0526060602375023,-0.044641636506989,-0.00405032998804645,-0.0309183289641906,-0.0469754041408486,-0.0583068974719135,-0.0139477432193303,-0.0258399681500055,0.0360557900898319,0.0237749439885419,198,0.0526060602375007,-0.0446416365069889,-0.00405032998804527,-0.0309183289641905,-0.0469754041408483,-0.0583068974719141,-0.0139477432193294,-0.0258399681500066,0.0360557900898299,0.0237749439885407,0.00923029878291313,-0.0327375902347474,-0.0227348048690188,-0.000787286375484424,0.0148822542078476,-0.0252827026077652,-0.0215262923473824,-0.0148617069384486,-0.0239440682947811,-0.0586345163450459,-0.0132790475080105,-0.0535841767049502,-0.0626842802697327,-0.0748017931601201,-0.0131217818123423,-0.0393843922129764,0.0270657365064374,0.0126975384570647,-0.000395592991677726,0.0182081215426985,0.0422143447354384,0.0481989491761106,0.0339820297753406,0.00890513200899126,-0.0413938168139686,-0.0329816129939121,-0.015225403576513,-0.00816233943569276,-0.00781102334347426,0.0198392724660759,-0.0182327105319831,-0.0254787200536025,-0.0203394334402971,0.0195099502569668,0.0301390654644424,0.0171899550234438,0.00466876425785276,-0.0449421726141762,-0.0328688686025732,0.00998316824112425,0.0118985049538429,-0.000223399801729776,-0.0599355905362683,-0.0410769712551293,0.0272383528166124,0.000217622965816062,-0.0621520637541638,-0.0438104879635222,0.0381496817828385,0.00901188538331098,0.00646847903960483,-0.0453079095044901,-0.0306354884905587,-0.00384559143431904
"399",0.0126481372762872,-0.044641636506989,0.0153502873418098,-0.0332135761048244,0.0410855787840237,0.0321930079852613,-0.0029028298070691,-0.00259226199818282,0.0450661683362615,-0.0673514081378217,242,0.0126481372762871,-0.0446416365069889,0.0153502873418091,-0.0332135761048242,0.0410855787840236,0.0321930079852615,-0.00290282980706855,-0.00259226199818327,0.045066168336259,-0.0673514081378172,-0.0384320219594698,-0.0295422146589556,-0.0201733583707481,-0.00811107955032363,-0.0160443427349346,-0.0275581674731809,-0.0304484628906324,-0.0035745659287714,0.0320783755956971,-0.0204831990791285,-0.00472029448742023,-0.0264840247366835,-0.00140786951165756,-0.00186501898898181,0.00310506409840701,-0.0106862709428729,-0.000898177011010817,-0.0343004723906639,-0.0187694136598298,0.0204425468483181,-0.0400524518353051,-0.0371998186734787,0.0226633324519236,-0.0140762373412539,-0.0499377557550917,0.0545829955877392,-0.0277929453599885,0.00142777586132488,-0.00212958363202764,0.0175774906533208,-0.0213999844640885,-0.00700405196823754,-0.0398846925494539,-0.0412976268824815,-0.0324518199662145,0.0103025290392036,-0.0107386376534003,-0.0535052263231997,0.0274919687208966,-0.00992189274814841,-0.00520931924528088,-0.0231415958435435,0.0143609009720589,-0.0776464114099055,0.00760197785654469,-0.0247674268524366,0.0160867376235,-0.0605740463152611,0.0315218867424,0.017418622120199,0.0183232438182359,-0.0294595663212631,-0.0151249778759874,-0.0809787552465579
"400",0.0598711371395414,0.0506801187398187,0.0228949718589761,0.0494153205448459,0.0163184273364034,0.0118383579689417,-0.0139477432193303,-0.00259226199818282,0.0395398780720242,0.0196328370737072,232,0.0598711371395395,0.0506801187398183,0.0228949718589747,0.0494153205448453,0.0163184273364034,0.0118383579689417,-0.0139477432193294,-0.00259226199818327,0.0395398780720221,0.0196328370737063,0.0241674758307779,-0.0253364182062262,0.00312232335188289,-0.028186672760159,-0.0277727285728955,-0.0252827026077652,-0.0304484628906324,-0.010794572531244,-0.0264806856955698,0.0564896386545665,0.0200085499152705,0.0494125028474708,0.00796224140801169,0.00446609665113117,-0.0154808080079492,-0.0133345379667895,0.0369834022378963,0.0110151519601112,0.0203846754719796,0.0427220338410963,0.0156366055051558,0.00586072882161439,0.00346164544673757,-0.0195479919484543,0.035360018122176,0.0112813929250512,0.00468526779847237,-0.00416994068291076,-0.0070430296750917,0.0114274173544515,-0.0218288103062163,-0.00229648331807742,-0.00896147492501593,0.00556499021559675,0.00359989894756601,-0.0058582545577034,-0.0153683507594885,0.0238417687721544,0.00176363960634505,-0.0257957350627149,-0.00760255128947378,-0.0220271803911933,-0.0109195486826403,-0.00923000279206066,0.00604987655278435,-0.0239383438365579,-0.00555270969011715,-0.00911160937665514,0.032059633606105,0.00791392387973931,0.00776778546857569,-0.0291809446001163,-0.0195580383281771,-0.00544957531927294
"401",-0.0236772472339084,-0.044641636506989,0.045529025410475,0.0907297688696811,-0.0180803941186249,-0.0354470597612776,0.0707299262746723,-0.0394933828740919,-0.0345237153303495,-0.0093619113301358,175,-0.0236772472339071,-0.0446416365069889,0.0455290254104715,0.0907297688696801,-0.0180803941186247,-0.0354470597612781,0.0707299262746703,-0.0394933828740933,-0.0345237153303469,-0.00936191133013488,-0.0311085923239898,-0.00276284351923535,0.103876146808258,-0.0273308350766232,-0.0131640214105714,0.0335033266743828,-0.00948548235226443,-0.0165314939165074,-0.0306820951728691,0.01419981661716,-0.0314575313723537,-0.0653043409526168,-0.00328379148071454,0.00720584246150703,-0.0350274778840295,0.010252523078758,0.00431676802293587,-0.010304207999925,-0.0473509124769554,-0.100216419051846,0.0152205521106632,0.0266276341137576,-0.05279464970419,0.0224021267067543,0.025532006754386,-0.00113993714603886,0.064042804242571,-0.03023063697759,-0.0485492002751595,0.0906517708230039,-0.0599526805097035,-0.0569188479511733,-0.0272176700392343,-0.0472516963605999,-0.0792394012774881,0.140323807902291,-0.090048878621441,-0.0901653644200703,-0.0351906912992508,-0.0195035466309814,-0.0308238390226232,-0.00889855283324398,-0.0113601811418875,-0.0125784203716289,-0.0446717953224498,-0.0014593183609945,0.0110871206681384,-0.00698011811345383,-0.0210837847070081,-0.0347971372577772,-0.000965772913796184,-0.00066923034848934,-0.011288499058149,-0.0144275919708635
"402",0.0162806757273067,-0.044641636506989,-0.0450071887955207,-0.0573136709609782,-0.0345918284170385,-0.0539228190068601,0.0744115640787594,-0.076394503750001,-0.0425721049227942,0.0403433716478807,93,0.0162806757273065,-0.0446416365069889,-0.0450071887955157,-0.0573136709609778,-0.0345918284170382,-0.0539228190068606,0.0744115640787573,-0.0763945037500034,-0.0425721049227911,0.0403433716478785,-0.0365111223829506,-0.00345147430797397,0.017791322939614,-0.0150503203582423,0.00844354767234359,0.0400365241171023,0.0482386066882214,-0.00694979928952386,-0.0089565585744041,-0.0239515006487573,-0.0242012175254538,-0.0380082102321619,-0.0235929578148604,-0.0288416488947611,0.0321632092564455,-0.0368838744108569,-0.0275206602015457,-0.00057741171292613,0.0383935839744212,0.0439040124400167,0.0306455764676776,0.0440619846436045,-0.0565675488119957,0.0588804907547624,0.0331637562072423,-0.0489024509178487,0.0333434431285514,0.0215963158384424,0.0404298952404117,-0.056384743836777,0.0548609748669383,0.0199923389616347,-0.056184340352178,0.0309544602536147,0.0582039363510472,-0.0794079297242905,0.082037967571317,0.0347374148910849,-0.0648997559310391,-0.00229587471240541,-0.0594347724103591,0.0245769799334935,0.00642008209130062,-0.0472529287585319,-0.0772723059976543,0.0412715566044821,0.0346888687478893,-0.0607280458906255,-0.0753869812801147,-0.0512003503347867,0.0814410593800154,0.0360667943265953,-0.0791499149151899,-0.0548660418482614
"403",0.110726675453815,0.0506801187398187,-0.0331512559828308,-0.0228849640236156,-0.00432086553661359,0.0202933664372591,-0.0618090346724622,0.0712099797536354,0.0155668445407018,0.0444854785627154,168,0.110726675453811,0.0506801187398183,-0.0331512559828269,-0.0228849640236155,-0.00432086553661348,0.0202933664372591,-0.0618090346724597,0.0712099797536368,0.0155668445407012,0.044485478562713,0.182757381436291,-0.0169579237098375,-0.0302560206171987,-0.0316832082008091,-0.0242175573061893,0.019047432235274,0.0379089015389853,-0.0311945682833325,-0.00399942111500433,0.111613852007605,-0.0859496055600887,-0.0739695674094629,-0.0218567395567261,0.0367570905844773,-0.155368455137828,0.160600805898371,0.0234175576156928,0.0948438066848362,-0.0398751443253418,-0.0371829576668628,-0.00625277084688767,0.0149183685589336,-0.0522205128834383,0.0632772790784245,0.00955313094996542,0.0383929647520448,-0.0026901481688955,-0.00918630306427583,-0.0278255115602523,0.0644372253005247,-0.0722884028654822,-0.0336380781938664,-0.0490757483121327,-0.00970700366182174,-0.0192704095738245,0.0374156118285374,-0.0478232484798335,-0.027939561914338,-0.0386157620077905,-0.029743073053438,0.00332471887612931,-0.0266336901403302,-0.0258507247038047,-0.0205884501033147,-0.0175387755843684,-0.000749632336848124,-0.00890375591562634,0.00525828727465345,-0.0512859346463101,-0.00136499018486293,-0.0479118984550363,-0.0056276872058862,0.0437217665500571,-0.00710977780560661
"404",-0.0200447087828888,-0.044641636506989,0.0972640049567582,-0.00567061055493425,-0.00569681839481472,-0.0238605666750649,-0.0213110188275045,-0.00259226199818282,0.0616858488238662,0.0403433716478807,275,-0.0200447087828877,-0.0446416365069889,0.0972640049567499,-0.00567061055493434,-0.0056968183948146,-0.0238605666750653,-0.0213110188275033,-0.00259226199818327,0.0616858488238627,0.0403433716478785,-0.0340117700930473,0.104913636392857,-0.0388099037506294,-0.0314885731714368,-0.0221564085780404,-0.022108524728278,-0.0304484628906324,0.0238223237986881,-0.0089565585744041,0.0107315150475312,-0.0497767590925171,-0.0144939395128611,-0.00971502748652751,-0.000372549718396623,0.0139045296457193,-0.00885285531093055,-0.0389733186134961,-0.0333348692859002,-0.0963477675920276,-0.00637055668505161,0.00365178384290239,0.0156942278492773,0.041527827990952,-0.0140762373412539,-0.0656970869866451,-0.0489024509178487,-0.0286183247343975,-0.0243711393644131,-0.0641154088329274,-0.0278190986252276,-0.0260558078929043,0.110043260747773,0.063469940236572,-0.0111441609357563,-0.0062004733660291,0.0108051202069039,-0.0122818753554297,-0.027794979696557,-0.0225860117248978,-0.0266003868114611,0.000107033203255765,-0.0210365888779931,-0.0318054763147126,-0.0214219114975976,0.0206382504680617,-0.0224842597779398,-0.0482698793393203,-0.0347292940495358,0.0324181315152416,-0.00932750910117866,-0.00540956384763647,-0.0302974890073609,-0.0206135289120318,0.0284818365621133
"405",-0.0164121703318693,-0.044641636506989,0.0541515220015222,0.0700725447072635,-0.0332158755588373,-0.0279314966783289,0.00814208360519211,-0.0394933828740919,-0.0271286455543265,-0.0093619113301358,293,-0.0164121703318683,-0.0446416365069889,0.0541515220015179,0.0700725447072627,-0.0332158755588371,-0.0279314966783292,0.00814208360519228,-0.0394933828740933,-0.0271286455543243,-0.00936191133013488,-0.0364325401275471,0.00976490431438399,0.0460737365304821,-0.0163677660418306,-0.019397296798567,-0.0268506699940182,-0.00948548235226443,-0.0235718477980425,-0.0306820951728691,0.00726321347790234,-0.0274798419233746,-0.0428814069773085,-0.000885660283763215,-0.000789488112117545,0.000848879892814845,0.00404534995519075,-0.00352780993301099,-0.0118245192712561,-0.055517054996134,-0.0801065914018184,0.0293601577712598,0.0195356949151758,0.0113446351285065,0.0224021267067543,0.0185197567795615,-0.00113993714603886,0.0573876015563547,-0.0514727496666851,-0.0463177333688821,0.028443326787356,-0.067419202326812,-0.0546525886824279,-0.028900486022174,-0.0620831964438782,-0.051804153116952,0.0200552752505585,-0.0724153376807381,-0.0625645650955086,-0.0312630322551684,-0.0154718278917647,-0.00854890708987468,0.00147703587149347,-0.00555739419797611,-0.00943858243478443,0.00470060025015808,-0.0061231336940184,0.000825457513839681,-0.00848840807217914,0.0253411172348767,0.0153837053327738,0.0122119643708932,-0.00634950057677774,-0.011288499058149,-0.0157994840897463
"406",0.0489735217864827,0.0506801187398187,0.1231314947299,0.0838440274822086,-0.104765424185296,-0.10089508827529,-0.0691723102806364,-0.00259226199818282,0.0366457977933988,-0.0300724459043093,281,0.0489735217864813,0.0506801187398183,0.123131494729889,0.0838440274822076,-0.104765424185295,-0.100895088275291,-0.0691723102806335,-0.00259226199818327,0.0366457977933968,-0.0300724459043071,0.00248532186081721,0.188010869968242,0.0829585659268686,0.123036882242403,0.103608093980919,0.0308390568879875,-0.0304484628906324,-0.0141993317136243,-0.0191599815907023,0.0446773072217725,0.117937231182332,0.0751914403206511,-0.11717289778964,-0.114138816340849,-0.0749048117107527,-0.0127233994228087,0.0249142110178058,-0.0481788293865641,0.128157045494112,0.0807720297972673,-0.112781069093499,-0.114907801009308,-0.0607869987803884,-0.0195479919484543,0.0322445507734059,-0.042941750728936,0.186598017798628,-0.2932070729489,-0.286576961032225,-0.172061742076361,-0.0275260679230566,0.077241097579168,-0.0955247963297223,-0.201451361138157,-0.193510328431792,-0.110980624279261,-0.0172973978870252,0.0489164016826295,-0.0691478396110722,0.120045051629564,0.157507421135501,-0.0165789270685923,-0.104896866098486,0.0534833240877369,0.160772927532575,-0.0193464994409219,-0.0972753471962939,0.0509486024657682,0.0347483679246299,-0.0368987148918897,0.060709187882581,-0.0290350323172264,-0.0170248609269259,-0.0426698989179859
"407",-0.0563700932930843,-0.044641636506989,-0.0805749872335904,-0.0848566365108683,-0.0373437341334407,-0.0370128020702253,0.0339135482338016,-0.0394933828740919,-0.0561575730950062,-0.137767225690012,72,-0.0563700932930819,-0.0446416365069889,-0.0805749872335821,-0.0848566365108676,-0.0373437341334404,-0.0370128020702257,0.0339135482338009,-0.0394933828740933,-0.0561575730950022,-0.137767225690003,0.0167283556526231,0.0616535560360887,0.0859311919834173,-0.0122550274690348,-0.0116793503761004,-0.0135994334248341,-0.00948548235226443,0.0137623339572415,0.235848925760615,0.0454145307438197,0.0866600741016319,0.0904046872378994,0.0310740541617813,0.0333857107954571,-0.0405453732866227,0.0381848021348104,0.0538093882304625,0.158330118302575,0.0720789218660334,0.0707171159733864,0.0332164138605134,0.0281051214467955,-0.0150656586261332,0.0224021267067543,0.0460459468739819,0.12224655676447,0.117602249956263,0.0532162250146924,0.0526597574331566,-0.0425866892323581,0.0492452010655086,0.077519907368903,0.21307969292204,0.0565614009667763,0.0592994346837129,-0.0508770325324959,0.0598362193745333,0.0868607247002918,0.219486610512341,-0.0090852848221232,-0.0305506667624215,0.00430674188187641,0.0195070123384174,0.0976722071637814,-0.0175587445686039,-0.000487690166614524,0.0299092853176699,0.0952152393929546,0.00622498114115942,-0.0226560609050165,-0.0911502092630198,0.0159480784674516,0.0884106599851275,0.132476674216827
"408",0.0271782910803654,-0.044641636506989,0.0929527566612346,-0.0527231767141394,0.00806271018719657,0.0397085710682101,-0.0286742944356786,0.021024455362399,-0.0483617248028919,0.0196328370737072,140,0.0271782910803648,-0.0446416365069889,0.0929527566612267,-0.052723176714139,0.00806271018719663,0.0397085710682103,-0.0286742944356772,0.0210244553623992,-0.0483617248028885,0.0196328370737063,-0.0278539772460471,0.0929605137167317,0.00900151712483383,-0.0310289006346968,-0.00897282883103085,-0.0176085858067559,-0.0245725406932764,0.00117996650116345,-0.0264806856955698,-0.0343564053576439,0.0442950564853881,-0.0492359911328918,-0.00756502676121543,0.012242328597514,-0.0141829561819094,0.00238468019402655,-0.0406155155684945,-0.00333192963195432,-0.0922646963324383,0.0394351618622938,-0.0092024031212763,-0.0442917578720605,0.0490736262065633,-0.0374223903319791,0.0386536654424587,-0.0290014035129279,-0.114686331713873,0.00401416989998504,0.0682658424397303,-0.0410819492621372,0.0223222184529775,-0.121385406495628,0.0197118817412511,-0.0210174838496941,-0.0547752830321622,0.0394171280688643,-0.0365586487116692,0.0371990305192605,-0.03896217883135,-0.0240112171809904,-0.00768179403038474,-0.0183505465522439,-0.0326125768227215,-0.0128215728044487,-0.015033105855141,-0.0103382398095294,-0.0581460897908133,0.00261796203868153,0.0200577470828321,0.0517063955756754,0.00126543379656894,-0.0469630088612758,-0.0104424069282894,-0.0396469698350194
"409",0.0635036755905609,-0.044641636506989,-0.0503962491649252,0.107944122338362,0.0314539087766158,0.0193539210518905,-0.0176293810234174,0.0236075338237126,0.0580391276638951,0.0403433716478807,189,0.063503675590559,-0.0446416365069889,-0.0503962491649197,0.107944122338361,0.0314539087766157,0.0193539210518905,-0.0176293810234163,0.0236075338237129,0.0580391276638917,0.0403433716478785,0.0323596759565468,0.00404240391262359,0.16338933371272,-0.0179767408868779,-0.0247049707059059,-0.023861333798276,-0.023016348156663,0.017080307178252,-0.0089565585744041,-0.0690394210539325,-0.0760634667035333,0.136937455430172,0.0288689133316597,0.0153876675391968,-0.0221031982074112,0.0224554147335953,0.0647713331164937,0.0420072831319401,0.0434974230489079,-0.116974608760202,-0.0310545209603801,-0.0250844225425681,0.0377549288831463,-0.0399758758153397,-0.0622391452583452,-0.0489024509178487,-0.12535700724473,-0.0468230122933994,-0.0344891578937308,0.0384604923913498,-0.0466136418185382,-0.0867565308442782,-0.0607166994653882,0.0614484760231033,0.0363805123600552,-0.0308252966569655,0.0424802624126644,0.12047511249613,0.0705042255286131,-0.0199552487381149,-0.0148238941660786,-0.00840397489658068,0.0138157817365532,0.011789396409318,0.00223653492514542,-0.0162769615549679,0.00887458542196787,0.00264391172203067,0.0235638393154496,-0.00274373012889601,-0.00206915526195755,-0.000538874583363555,0.000166888119089269,0.0255665053004199
"410",-0.0527375548420648,0.0506801187398187,-0.0115950145052127,0.0563010619323185,0.0562210602242361,0.0729023080179005,-0.0397192078479398,0.0712099797536354,0.0305664873984148,-0.0052198044153011,181,-0.0527375548420625,0.0506801187398183,-0.0115950145052109,0.0563010619323178,0.0562210602242359,0.072902308017901,-0.039719207847938,0.0712099797536368,0.0305664873984133,-0.00521980441530043,0.00948350827254659,-0.0310170858965227,0.0157893502892853,0.0126853527769943,0.0399429467409147,-0.0083728754706576,0.0379089015389853,-0.0205089847863004,-0.0315342058541358,-0.0655711194843046,0.00405106366987092,-0.0837458344145367,-0.0728006360532204,-0.09112095367932,0.0527249154860271,-0.0912207501830183,-0.0468883008882278,-0.00910576443018182,-0.0166982905571412,0.0503320330323305,0.0579560664524399,0.0712770158133642,-0.0265210551925879,0.0632772790784245,0.0257001942887244,-0.0158301789019424,-0.0306222953458365,-0.0265005307275986,-0.0316251662669139,0.0288828832652715,-0.0386314438553204,-0.0300737241018324,-0.0170702391270932,0.0564845921738284,0.0803017399323011,-0.037680180062663,0.0740568068855517,0.018620199823835,-0.0239083367078703,0.0290918319711729,-0.0519026612766677,0.0481986395136678,0.0115718414011336,-0.0228319670275212,-0.0530845278440641,0.0581152001715962,0.0332082502046313,-0.0222513966747396,-0.0217418968107391,-0.00705654469637693,0.0185890022248778,0.0151465059895098,-0.0258651469571128,-0.0239938828777666
"411",-0.00914709342983014,0.0506801187398187,-0.0277621956134263,0.0081008722200108,0.0479653430750293,0.0372033833738938,-0.0286742944356786,0.0343088588777263,0.0660482061630984,-0.0424987666488135,209,-0.00914709342982945,0.0506801187398183,-0.0277621956134229,0.00810087222001058,0.0479653430750292,0.037203383373894,-0.0286742944356772,0.0343088588777268,0.0660482061630946,-0.0424987666488105,-0.0398268569928738,-0.0217426358545704,-0.0382275117077857,0.00053983662466661,-0.0114942567902568,-0.0176085858067559,-0.0146503349268825,0.0324269188867244,-0.00643746530073569,-0.0183217937531287,-0.00346365291760724,-0.0187118257270866,-0.0210435388513549,-0.0175563272836741,0.0100659171485679,-0.0167661645414462,-0.0256457865266735,-0.00656962956164008,-0.0340809308832917,-0.00293796130630886,0.0492003159116225,0.033033648033572,-0.0136713263471627,0.0218646435649851,0.0638961410653351,-0.0564975366424328,-0.0221541820870932,-0.0413021569505386,-0.0357549387813738,0.0363925173090857,-0.0414118570967215,-0.0626920594883176,0.00626430381952596,-0.00345402768041204,-0.00258109742092947,0.00354114410778104,-0.00659227355425925,-0.00796121446498825,-0.0249318608026952,-0.00343166506986917,-0.0329565573914254,0.00727153761653383,0.0419489389871426,-0.0614992040821339,-0.0134773892331595,-0.00340015107092636,0.0382474573585798,-0.0479875377203381,0.0129033757657124,-0.0224161832049397,0.0413328782432587,0.0168852599563439,-0.0472234493320516,-0.0764547405139755
"412",0.00538306037424807,-0.044641636506989,0.0584627702970458,-0.0435421881860331,-0.0731185084466701,-0.0723985782524425,0.0191869970174533,-0.076394503750001,-0.0514005352605825,-0.0259303389894746,136,0.00538306037424824,-0.0446416365069889,0.0584627702970411,-0.0435421881860329,-0.0731185084466696,-0.0723985782524432,0.0191869970174531,-0.0763945037500034,-0.0514005352605788,-0.0259303389894727,-0.0408265979088352,0.0168415280539531,-0.00637794684950328,0.0435458314304074,0.0389851390401933,-0.0231602101702772,0.0482386066882214,0.00586133030611445,-0.02243261233058,-0.0135465959398708,-0.00218653274443593,-0.0223125378132844,-0.0201186678496895,-0.0185938245189201,0.00636430990523673,-0.0188734935841361,-0.0187439758289167,-0.0183790544520599,-0.0596001262557234,0.0304974606733318,0.066637299967378,0.0614963351734515,2.59378050894857e-05,0.0588804907547624,0.0415351661180204,0.0147809007778977,-0.0680792008735767,-0.105389202005644,-0.106214765780361,0.0436816195885503,-0.118454508623057,-0.0885220054979656,-0.049934843558678,0.0568825172415442,0.0595524709838445,-0.00886583797059627,0.0592981985013945,0.0302124632704868,0.004990820252847,0.0458868616160227,-0.0335651821490928,0.0756646236458747,0.0543195633026267,0.0256836578701311,-0.0204580885584915,0.0634494297158982,0.0660828409193008,0.0261496696202481,0.00385058194586285,-0.00190838344017646,0.00273699822926128,0.0491842013278431,0.0203877761643733,0.00557901334326989
"413",0.0744012909436196,-0.044641636506989,0.0854080721440683,0.063186803319791,0.0149424744782022,0.0130909518160999,0.0155053592133662,-0.00259226199818282,0.00620931561650541,0.0859065477110625,261,0.0744012909436172,-0.0446416365069889,0.0854080721440611,0.0631868033197903,0.0149424744782022,0.0130909518160998,0.0155053592133662,-0.00259226199818327,0.00620931561650539,0.0859065477110575,0.0598307227411995,0.0733463352075218,0.030106488015485,-0.028794045340941,-0.0273640960062668,-0.0247218037053662,-0.0304484628906324,-0.034341193230512,0.0721976741237148,-0.079444325762819,0.12475288271875,0.0885582497058664,0.010722721865134,0.0100333789929447,0.0308164018255704,-0.0141493893587639,-0.00317495674566145,0.127608873423333,-0.0851193216281569,-0.073403315518476,-0.0156294966033656,-0.0191744732104166,0.00379883691289517,-0.0140762373412539,-0.0130924016531862,-0.0926847552086743,0.0890926030389603,0.015484535213527,0.0116088744848328,0.0482153306893209,-0.0253819387124178,-0.0105642466682742,0.134623240656363,0.00853924873362806,0.00887783215198648,0.02847249751453,-0.0161399696105032,-0.0111598595961928,0.0923029298022973,-0.0257616142226234,0.0025431778499548,-0.0219652684216183,-0.0224967774217904,0.0121151235226134,0.0140217662088221,-0.0239893643298427,-0.0140699857059586,0.0100137790639378,0.0306256419695583,0.0225496646887638,0.0438829950415924,-0.0275005010775884,-0.0229356081965122,-0.0102620401774794
"414",-0.0527375548420648,-0.044641636506989,-0.000816893766403737,-0.0263278347173518,0.0108146159035988,0.00714113104209875,0.0486400994501499,-0.0394933828740919,-0.0358167281015492,0.0196328370737072,113,-0.0527375548420625,-0.0446416365069889,-0.00081689376640286,-0.0263278347173517,0.0108146159035989,0.00714113104209868,0.0486400994501487,-0.0394933828740933,-0.0358167281015465,0.0196328370737063,0.00948350827254659,-0.032966980597619,-0.0273076608989145,-0.0302953600392253,-0.0289393729828426,0.00126438748874826,-0.00948548235226443,-0.0151270305437726,-0.0264806856955698,0.0419462291741909,-0.00789540885381144,0.0141426857873734,-0.0237396119591626,-0.0183184047675519,-0.0557578872410642,0.0350812155730268,0.0268999363087875,-0.03840257352367,-0.00345789643636975,0.0137392709649757,-0.011773240514112,-0.0135600213448727,-0.0301572550573559,0.0224021267067543,0.026758084269123,-0.0290014035129279,-0.0172779975839701,-0.0124978372394811,-0.013139830144888,0.0176854959593218,-0.0198201257427452,-0.0216132659689344,-0.0186663033351371,-0.0179875466673513,-0.01324663061228,-0.0180224945406777,0.00987452004254188,0.00118249880113278,-0.0284375291193388,-0.0274253699501676,0.00904500676595464,-0.0287064949059246,-0.0325584589692669,-0.0116243828003194,0.0171482821084886,-0.02788760524813,-0.0214919197383682,-0.0110885034354198,-0.00469852519810758,-0.0189873896297362,0.0354027800746044,0.000323953241590644,-0.0338012123905018,-0.0347664422068141
"415",0.0816663678456587,0.0506801187398187,0.00672779075076256,-0.00452298700183173,0.10988322169408,0.117056241130225,-0.0323559322397657,0.0918746074441444,0.0547240033481791,0.00720651632920303,131,0.0816663678456561,0.0506801187398183,0.00672779075076273,-0.00452298700183183,0.10988322169408,0.117056241130225,-0.0323559322397641,0.0918746074441465,0.054724003348176,0.00720651632920293,0.0805567926037564,-0.0323169646194621,-0.0390134713379856,0.138548652961152,0.149702084405274,-0.0148614559552319,0.0833993261535962,0.0113077340101667,-0.0311859138276027,0.0801143015201544,0.00274676280496409,-0.0253448056419873,0.171799710472411,0.190263083178303,-0.0575558610733393,0.152341545670281,0.0812833240490882,-0.00210381031667518,0.00300203514582922,-0.0168896265029215,0.114868444967753,0.118578023330476,-0.0179545692956378,0.0864683549659505,0.0517056761424034,-0.00227439298844564,-0.018305789842239,0.00379249985723503,0.00433023292601823,0.0137025616841352,-0.00697470535129023,-0.0141399007615553,-0.0173212296991236,-0.0225697001033147,-0.0206876609574362,0.0113296358403665,-0.0215814150030617,-0.0255023657821229,-0.0186017814613288,0.152259755410289,-0.0811124723117691,0.153941352449728,0.101574340501108,0.00121783722965574,-0.0723991112377873,0.145527843133582,0.125194033129035,0.00398939494013195,-0.024451817720674,-0.0196317024697318,0.00868222716851154,0.0705983456743312,-0.00554064746900803,-0.013017465634704
"416",-0.00551455497881059,-0.044641636506989,0.00888341489852436,-0.0504279295735057,0.0259500973438113,0.0472241341511589,-0.0434008456520269,0.0712099797536354,0.0148227108412663,0.00306440941436832,174,-0.00551455497881003,-0.0446416365069889,0.00888341489852432,-0.0504279295735053,0.0259500973438112,0.0472241341511591,-0.0434008456520249,0.0712099797536368,0.0148227108412657,0.00306440941436848,-0.0408004038237007,-0.0318264645850253,0.00488163265065667,-0.0224379838223969,-0.000423005005805009,-0.00463142483760742,0.0379089015389853,-0.0315437711661028,-0.0317861151815026,-0.00314169123098422,-0.00983045070220179,-0.0108004288454545,-0.0149864678424578,-0.0158794164612703,0.00953163187852683,-0.0184723006483946,-0.014634981806073,-0.0156367111978672,-0.0126448067704458,0.0372007365566742,-0.0259128461747086,-0.0513836970706423,0.064165222637786,-0.0870329654372702,-0.0212599081510714,-0.0130805655889913,-0.0265686658503562,-0.00728566875575399,-0.0037736232816909,0.00994538361600413,-0.00665733279566675,-0.0193548532636944,-0.0177644638888242,-0.0400890451696313,-0.061048616376354,0.0533392573392901,-0.0902163112156197,-0.0367090151197678,-0.0210782467160708,-0.0112879114361953,-0.0274536174027885,0.0107824746866688,-0.0163802973514673,-0.0145670701159587,-0.0347615584511495,0.0293835557329508,-0.00044627180985472,-0.0109917504342306,-0.0266659031166676,0.00583920009261657,0.0109351601135799,-0.00665829689319137,-0.0142673280392512,-0.0199321457581135
"417",-0.0273097856849279,-0.044641636506989,0.0800190117746638,0.09876313370697,-0.00294491267841247,0.0181013272047324,-0.0176293810234174,0.00331191734196264,-0.0295276227417736,0.036201264733046,257,-0.0273097856849265,-0.0446416365069889,0.0800190117746571,0.098763133706969,-0.00294491267841236,0.0181013272047324,-0.0176293810234163,0.00331191734196234,-0.0295276227417713,0.0362012647330441,-0.0277230068203746,0.0603521449793926,0.130365547466813,-0.0318243760561711,-0.0253189240949404,-0.023861333798276,-0.0303911089077747,-0.0214730210731869,-0.0134295920220817,0.0176681181867889,-0.0547299747379133,-0.0776361706536784,-0.0104068272888748,-0.0207899701844802,0.0151682182079524,-0.011933675895821,0.0040842150259558,-0.0373578350974754,-0.0800154825536702,-0.108036907470691,0.00108094645006665,-0.0239024326761378,0.0377549288831463,-0.0199127755889352,0.0207945463666488,-0.0449222414368645,0.138689850994591,-0.0174368269856222,0.0188838672182643,-0.0129995650011634,-0.0147167332212824,-0.0743598457933097,0.0420567806538582,-0.0181197256450602,0.0298119876640626,-0.0274959250785678,-0.00552963056419865,-0.0853217542638619,0.0546734573318928,-0.0292599216837348,-0.00142794679081421,-0.021462216221809,-0.0226188745039607,-0.0186915182566763,0.00271477373856938,-0.0225141572940529,-0.0276292076404751,-4.66458100722507e-05,0.030283943237806,0.0321357781742385,-0.000426884699451244,-0.0290894422507531,-0.0162003205210644,-0.0420141623479853
"418",-0.0527375548420648,-0.044641636506989,0.0713965151836166,-0.0745280244296595,-0.0153284884022226,-0.00131387742621863,0.00446044580110504,-0.0214118336448964,-0.0468794828442166,0.00306440941436832,55,-0.0527375548420625,-0.0446416365069889,0.0713965151836107,-0.0745280244296589,-0.0153284884022225,-0.00131387742621877,0.00446044580110534,-0.0214118336448974,-0.0468794828442132,0.00306440941436848,0.00948350827254659,0.041322398563698,0.057284783362996,-0.0286290470935427,-0.0295841215919458,-0.0274179427475811,-0.0243506433234043,-0.000999983324380843,-0.0317861151815026,0.0419462291741909,-0.0879367747624833,0.0712443225718209,0.00450764433741608,-0.00895807705032458,-0.00151648587751856,0.0144518944995394,0.0391967370114409,-0.0188713674613446,-0.0718493400344915,0.0606622021483728,0.0126497147178275,-0.00558158974646814,0.0151175342363122,0.00452772832323028,0.03724815454774,-0.0130805655889913,-0.123003313690339,-0.0361365289471105,-0.0150770117174987,0.0257027047063182,-0.0540465638928733,-0.0960637472635088,-0.0137709343677494,0.0128183313062627,-0.00701518646070294,0.00148122819556806,0.0218922662019582,0.0583599184849581,-0.0225781485432151,-0.0282276994815296,-0.0040851103282974,-0.015595932483059,-0.00938213165323319,-0.0173700376435262,0.00949891838030867,-0.0230141026711867,-0.0145035980055558,-0.0141802587991781,0.0295867773763427,0.0156498701781304,0.0142336681037587,-0.00766477991351981,-0.0198474569056631,-0.0236789461260831
"419",0.00901559882526763,-0.044641636506989,-0.0245287593917836,-0.0263278347173518,0.0988755988284711,0.0941964034195887,0.0707299262746723,-0.00259226199818282,-0.02139368094036,0.00720651632920303,84,0.00901559882526766,-0.0446416365069889,-0.0245287593917804,-0.0263278347173517,0.0988755988284707,0.0941964034195893,0.0707299262746703,-0.00259226199818327,-0.0213936809403582,0.00720651632920293,-0.0398705138014313,-0.0242070882300304,-0.0273076608989145,0.106100610525587,0.0865063530568115,0.0335033266743828,-0.0304484628906324,-0.0278689418532572,-0.0311859138276027,-0.0170148975094996,-0.0134486475776539,-0.0223792765192482,0.00620887874754098,0.00741467632751564,0.018805020909629,-0.0104825580948793,-0.0169773996491699,-0.0138067068897837,0.0189989954913717,0.0137392709649757,-0.0940400370848556,-0.0957083170617787,-0.05279464970419,-0.0140762373412539,0.013081673477049,-0.0170607750699755,-0.00492388924729823,-0.0651173663982088,-0.0638896272531905,-0.0202566173340121,-0.0191333335842703,-0.0106869652656522,-0.0220169853592257,-0.0680335642957239,-0.063196846718461,-0.0299855800770537,-0.0111244470789077,-0.00732908495432072,-0.0217931409465295,0.102384855580002,0.151909794932483,-0.025741898565694,-0.068770301494496,-0.000539946279987107,0.153915431473491,-0.0272929412700364,-0.0602342862070121,0.000457910396715394,0.0279369076510334,-0.0138143525122361,0.0253897016555814,-0.0261088270898408,-0.0189247439778643,-0.0238873294758743
"420",-0.0200447087828888,-0.044641636506989,-0.0547074974604488,-0.0538708002672419,-0.0662387441556644,-0.0573674520865449,0.0118237214092792,-0.0394933828740919,-0.0740888714915354,-0.0052198044153011,42,-0.0200447087828877,-0.0446416365069889,-0.0547074974604429,-0.0538708002672416,-0.066238744155664,-0.0573674520865455,0.0118237214092792,-0.0394933828740933,-0.0740888714915303,-0.00521980441530043,-0.0340117700930473,0.0106470688561712,0.0111302139465357,0.0300078703911284,0.0134601839591898,-0.0259519569799466,-0.00948548235226443,0.0498268506120945,-0.0315342058541358,0.0107315150475312,0.0142466156062812,0.00720948765205542,0.0151480627976984,0.0137265320340549,-0.00155769311324396,0.00714893651697436,0.0183891096929446,-0.0129202391064497,0.0475804943084972,0.0405523744983455,0.0602102064852886,0.0473124567762879,0.00757173602070085,0.0224021267067543,0.0630489976277846,-0.00512014662702301,0.0406181787624195,0.0666034443959829,0.0560976403514662,0.00409692141352247,0.026845635614183,0.0671189270719492,-0.0123789052807596,0.0651843446108204,0.0582021023695041,-0.00478287463036017,0.033385907963479,0.0695089365281382,-0.0122288914623369,0.0248939274097078,-0.0198753024345389,0.024114683954557,0.0784030380467439,-0.00866769493331855,-0.00506400708405264,0.0121434763603252,0.0777305070870398,-0.00767478327316435,0.0226102406500599,0.000581836349073213,0.012538245859924,0.0297213927864866,-0.0145046009627708,-0.0131688589903744
"421",0.0235457526293458,-0.044641636506989,-0.0363846922044735,6.75072794357462e-05,0.00118294589619092,0.0346981956795776,-0.0434008456520269,0.0343088588777263,-0.0332487872476258,0.0610539062220542,146,0.0235457526293453,-0.0446416365069889,-0.0363846922044693,6.75072794356044e-05,0.00118294589619101,0.0346981956795777,-0.0434008456520249,0.0343088588777268,-0.0332487872476233,0.0610539062220508,-0.0312221000262393,-0.0136807215116181,-0.0393693775884163,-0.0319270765781954,-0.013851428091558,-0.00463142483760742,-0.0146503349268825,-0.0178657577416863,0.0206701688398168,-0.0308881037880151,-0.0268064682110767,-0.0170115777372854,-0.0114839127815448,0.00673785038692186,-0.019830460667809,0.00749928325072163,-0.0294126391680936,0.0168742094121878,0.0302274414552425,-0.0119566199323424,-0.00277530963918695,-0.0395637984063393,0.064165222637786,-0.050554601389262,0.0243230777399542,-0.0688034983227694,-0.0177522141495187,-0.0132427041102191,-0.0408115717946315,0.0539193169568924,-0.0478982055603951,0.00441765175597245,-0.0646415855917645,-0.0118397586287743,-0.00909817312064447,0.00825903188223548,-0.0125495396965051,-0.0200046136303648,-0.0178560897556305,-0.0279338807557309,-0.00370889718774198,-0.020588449903372,-0.0252653998958301,-0.0147287907704544,-0.0229880487070176,-0.00475067420879495,-0.0412634895159892,0.0313189409058411,0.00341386106299202,0.0529781501049598,-0.0456671128479822,-0.0493737218105902,0.0226241924449469,-0.0610578294700953
"422",0.0380759064334241,0.0506801187398187,0.0164280994156907,0.0218723549949558,0.0397096259258226,0.0450320949186321,-0.0434008456520269,0.0712099797536354,0.049768659920749,0.0154907301588724,212,0.038075906433423,0.0506801187398183,0.0164280994156899,0.0218723549949555,0.0397096259258225,0.0450320949186324,-0.0434008456520249,0.0712099797536368,0.0497686599207462,0.0154907301588718,-0.0148551624981244,-0.0290429803221249,-0.0310446765097524,-0.00968086126329082,-0.00306941098316026,-0.00463142483760742,0.0379089015389853,0.00331193151181016,-0.0285331990846363,0.0328649757889785,0.00434576938913035,0.00166064095920588,0.018922843165964,0.025581304780745,-0.0345115069409769,0.0486801143066426,0.0270285097361782,-0.00207489548769063,0.0134316193415195,0.0122820370761595,0.0404445653708051,0.0414203514940527,-0.030804298141063,0.0632772790784245,0.0463712661869775,0.00676279762055223,-0.0105928898482678,0.00189982930436953,0.00327902651158859,0.00261639472585609,0.00512260285788985,-0.00422946941349805,-0.013026806279197,0.00690683055481191,0.0123164678833526,-0.0112074290959139,0.021065478465819,0.00444569066903544,-0.0110585879836326,-0.00337917884686561,-0.0406451286333699,0.0277898223353047,0.0169746815421993,-0.00269860271941326,-0.0327011942459264,0.0269308543784322,0.0334905334408537,0.000859894582412064,-0.0266659031166676,-0.0284288259161729,-0.00119389837818339,0.0417411153101689,0.0031294003375413,-0.005555136502018
"423",-0.0781653239992017,0.0506801187398187,0.0778633876269021,0.0528581912385822,0.0782363059554542,0.0644472995495832,0.0265502726256275,-0.00259226199818282,0.0406722637144977,-0.0093619113301358,233,-0.0781653239991984,0.0506801187398183,0.0778633876268956,0.0528581912385816,0.0782363059554539,0.0644472995495835,0.026550272625627,-0.00259226199818327,0.0406722637144955,-0.00936191133013488,0.0703280023587936,0.0553915209197792,0.00924957297198441,0.0544836184756789,0.0247460848437965,-0.019042702318573,-0.0304484628906324,-0.00939196240989362,-0.0306820951728691,-0.0931332261608239,-0.136716621796653,-0.109859736630314,-0.137346067310666,-0.11616154156665,-0.0443540489031188,-0.00559344974303312,-0.0799193132014658,0.00109812653505849,0.0794856525808911,0.0465270334367134,0.0813047345612863,0.0622193760760449,0.0505773178799633,-0.0195479919484543,0.0365790273256864,-0.0203487742064414,0.0637435876054035,0.120344986358427,0.0974881246906054,0.0648456360622867,-0.02495311287029,0.047574345089988,-0.0335282299752583,0.0774256301337949,0.0650918395904314,0.0371873221775221,-0.0155612554722421,0.0282348017749624,-0.0279899830517664,0.0423514603285522,0.0433101502308072,-0.0248132190220689,0.0422428050570448,-0.032559207242457,0.0466829181982491,-0.0260812045545213,0.0418587172807665,-0.027027805481511,0.0300878951058533,0.04477276455738,0.008336159287161,-0.0292380366495061,-0.0180803515107806,-0.0283775308014312
"424",0.00901559882526763,0.0506801187398187,-0.0396181284261162,0.0287580963824284,0.0383336730676214,0.0735286049414796,-0.0728539480847234,0.108111100629544,0.0155668445407018,-0.0466408735636482,91,0.00901559882526766,0.0506801187398183,-0.0396181284261117,0.028758096382428,0.0383336730676213,0.0735286049414801,-0.0728539480847205,0.108111100629547,0.0155668445407012,-0.0466408735636449,-0.0398705138014313,-0.0100987381298638,-0.0249780927275397,-0.0111971758022477,0.0411430690128974,0.0372320296051072,0.127229246506971,-0.0311945682833325,-0.00122841851396909,0.00136542530152794,-0.0163078329449394,-0.0112231073164545,-0.0049739051974341,0.0035031539974626,-0.0113312041505818,0.0111090355523663,-0.00995409389623431,-0.0246581378409606,-0.046828200455802,0.0198920362673937,0.0389852736140022,0.0719479520902026,-0.0650702417288635,0.104689914591864,0.00955313094996542,-0.0610161319469318,-0.0402503922566685,-0.0453760198093415,-0.0771578156749202,0.0831777031776346,-0.114440394902789,-0.0358579230777243,0.0201892270657431,0.0119549264527038,0.0369340824239159,-0.0347778930387334,0.0546010774661315,-0.00991972857913158,-0.0451808631016536,0.0111023126155681,-0.0642664276465178,0.0506425173078584,-0.0119358099837062,-0.0559472711536761,-0.106387226237696,0.101449509546178,0.00934412760356223,-0.0876099362279447,-0.116550738785743,-0.0052496854858517,0.0903460998291567,0.00554461132178128,-0.11769112808971,-0.0352195764932538
"425",0.00175052192322852,0.0506801187398187,0.0110390390462862,-0.0194420933298793,-0.0167044412604238,-0.00381906512053488,-0.0470824834561139,0.0343088588777263,0.024052583226893,0.0237749439885419,111,0.00175052192322882,0.0506801187398183,0.0110390390462859,-0.0194420933298793,-0.0167044412604236,-0.00381906512053504,-0.0470824834561119,0.0343088588777268,0.0240525832268919,0.0237749439885407,-0.0413002742816813,-0.0312005062467953,-0.0327918526382835,-0.0280066746720881,-0.0294158467776551,-0.000558533944048542,-0.0146503349268825,-0.0260029786834324,-0.0239440682947811,-0.00650946232033471,-0.00839471443755119,-0.0178118066073955,-0.0126536707192711,-0.0105529778329916,0.00204107214007241,-0.00867768194405692,-0.0120246955454364,-0.0143286956446051,0.00763740589946932,-0.0333779580712457,-0.0193863966581138,-0.0109126780993471,-0.035087541089538,0.0218646435649851,0.0186879991159518,0.0157999882295501,-0.0219508277491066,-0.0163208783261165,-0.0139397216093441,0.00694173093858272,-0.0122232890101902,-0.0164035265318868,-0.0128606724190195,-0.00483103349010732,-0.00753104029521004,0.0271487714825367,-0.0270171860711376,-0.030436273591263,-0.0273275100301829,-0.027614161428369,0.0147985867338313,-0.0312407980727478,-0.0328610849123347,-0.0251294860784048,0.0135199995822879,-0.0255149674535246,-0.0178825812766844,-0.0160403635557916,0.00104148238731193,-0.00521238876352066,-0.0112484894242294,-0.0111376148442193,-0.00252095859477257,-0.00950055687118495
"426",-0.0781653239992017,-0.044641636506989,-0.0406959404999971,-0.081413765817132,-0.100637565610693,-0.112794729823292,0.0228686348215404,-0.076394503750001,-0.0202887477516296,-0.0507829804784829,152,-0.0781653239991984,-0.0446416365069889,-0.0406959404999925,-0.0814137658171314,-0.100637565610692,-0.112794729823293,0.0228686348215401,-0.0763945037500034,-0.0202887477516279,-0.0507829804784794,0.0703280023587936,-0.00883701451738252,0.0759698614127442,0.111064469090095,0.136884020432846,-0.0212671763746795,0.0482386066882214,-0.0285801415058975,0.00446473228451974,0.0662243401615929,0.0580553747593963,0.125905229540107,0.149111410792552,0.174667561313423,-0.0376545272111459,0.119206092754057,0.0205133910406942,0.0734688998164895,0.0343105127148318,0.0673654780317152,0.0923456738957353,0.0996155083658287,-0.00374696130271619,0.0588804907547624,0.0120339392487692,0.0386621576638027,0.0478625109287707,0.0768767622538926,0.0880679168932579,-0.0022554985702659,0.0476394963881885,-0.00405162438834042,0.0247512754999738,0.165018191276438,0.190981518512491,-0.0299785013276785,0.121832563443681,0.0170703761308773,0.066028109591998,0.131022255407357,-0.0534133367879009,0.112155797726147,0.0183476404648783,0.0969173202924429,-0.0462374540695385,0.111940033637469,0.03453155761223,0.108696839065528,-0.00143192226920232,0.00989126695321042,-0.0121920287599285,0.00295786621768634,0.0577144103192096,-0.000415490137498096
"427",0.030810829531385,0.0506801187398187,-0.0342290680567117,0.0436772026071898,0.0575970130824372,0.0688313780146366,-0.0323559322397657,0.057556565029549,0.0354619386607697,0.0859065477110625,120,0.0308108295313842,0.0506801187398183,-0.0342290680567077,0.0436772026071893,0.057597013082437,0.0688313780146371,-0.0323559322397641,0.0575565650295501,0.0354619386607679,0.0859065477110575,-0.0240034467312972,-0.015899387553046,-0.00617303130673564,0.014896740578085,0.0323923867253341,-0.0148614559552319,0.0141774768506923,-0.0155175410792371,0.0721976741237148,0.0249900881671159,-0.0309662310608377,0.0131827076862224,0.0243036370070606,0.0341065131341705,-0.0192486285873161,0.0283873622863623,0.0101168474208575,0.0439050090131711,-0.0410339870137518,0.0363803677215679,0.0594153582092428,0.0669159300139142,-0.0179545692956378,0.0479546039384519,0.0309701305368668,0.0835789177970341,-0.047289210197938,-0.055235587683044,-0.0648918351553619,0.0433635314036206,-0.0637242368385303,-0.0490245557222769,-0.0796319553937471,0.0424617435453687,0.0563699545933966,-0.020750663928724,0.041737056222118,0.0147637616263488,0.0582643099952003,0.0272062942081336,-0.043741545063763,0.036249350233491,0.0183621330482814,0.0933117497286923,-0.0386064493792017,0.0387934908348449,0.0378880368598055,0.112662925760255,-0.00359667812198373,-0.00555014115137416,-0.0485861876678023,0.0125097435031023,0.0786512643122279,0.0395350817466125
"428",-0.034574862586967,0.0506801187398187,0.00564997867688165,-0.00567061055493425,-0.0731185084466701,-0.0626909759369669,-0.00658446761115617,-0.0394933828740919,-0.045420957777041,0.0320591578182113,67,-0.0345748625869654,0.0506801187398183,0.00564997867688192,-0.00567061055493434,-0.0731185084466696,-0.0626909759369676,-0.00658446761115549,-0.0394933828740933,-0.0454209577770377,0.0320591578182096,-0.0195046126094712,-0.032511417772758,-0.0388099037506294,0.0435458314304074,0.0218239967582459,-0.0271311194452177,-0.00948548235226443,-0.00307881905700417,-0.017418521458037,-0.045883900429648,-0.0129065230959803,-0.0126430527351913,0.0397403178612461,0.0350885266337069,0.00925973456246105,0.0195632827641088,0.020187684573882,-0.0400355004447296,0.00184319245741918,-0.0181579596887773,-0.0792173586870327,-0.0739806881221622,0.0120281313436877,-0.0609606274618937,-0.0561000260123628,0.024837178838548,-0.0183376331807274,-0.0213012942140624,-0.0208110062848368,0.0177421610687041,-0.0254200171055766,-0.027917328160091,-0.0145559115930246,-0.00289138014353198,-0.00140171436398867,0.00908734382206394,-0.00775902089816098,-0.0141809998461093,-0.0216319457307814,0.0359112185507241,0.00806029545357969,0.0288308606385286,0.0451570939789203,-0.0682720422343725,0.0185655433404751,0.0154470122212171,0.0468410551371213,-0.0571779404835208,0.0362646235741437,0.0271316282818066,0.00917882681887915,0.0077011141803856,-0.0434495181043672,-0.049687271081938
"429",0.0489735217864827,0.0506801187398187,0.0886415083657111,0.0872868981759448,0.0355817673512192,0.0215459602844172,-0.0249926566315915,0.0343088588777263,0.0660482061630984,0.131469723774244,310,0.0489735217864813,0.0506801187398183,0.0886415083657035,0.0872868981759439,0.0355817673512191,0.0215459602844173,-0.0249926566315902,0.0343088588777268,0.0660482061630946,0.131469723774236,0.00248532186081721,0.0815492242557791,0.0932110925189636,-0.0140694033581306,-0.0235317416293127,-0.0200242753977713,-0.0146503349268825,0.0324269188867244,0.211928492240221,0.0446773072217725,0.0824370137505737,0.0789790207832451,0.0236470527338349,0.0117378966205563,-0.0245347773137816,0.0263724093112966,0.0552638200890247,0.128658938265393,0.0910740794649914,0.0845770293928844,0.0360666901003964,0.0162602411126105,-0.00938808339868762,0.0218646435649851,0.0638961410653351,0.133283466146522,0.13541103936806,0.0563747674069309,0.0290443661963706,-0.031010630300066,0.0461538471628725,0.106841457648331,0.224609677605945,0.0552005897802486,0.0318373944435993,-0.0365549539454633,0.0521293499317661,0.109271220461432,0.215122544904823,-0.0177362981003652,-0.0222189128262775,-0.000103164962264779,0.0248085054202549,0.0873280855123494,-0.00203623456329868,-0.0118409206826051,0.015475832448374,0.0466286564526445,0.0152757544413925,-0.0169220884651083,-0.0599703466840139,0.0168852599563439,0.0701205888533059,0.151235692745004
"430",-0.0418399394890061,-0.044641636506989,-0.0331512559828308,-0.0228849640236156,0.0465893902168282,0.0415874618389473,0.056003375058324,-0.0247329345237283,-0.0259524244351894,-0.0383566597339788,94,-0.0418399394890042,-0.0446416365069889,-0.0331512559828269,-0.0228849640236155,0.0465893902168281,0.0415874618389475,0.0560033750583225,-0.0247329345237293,-0.0259524244351874,-0.038356659733976,-0.00935658746033708,-0.0169579237098375,-0.0302560206171987,-0.00129728095835202,-0.00697396442984835,0.0106849395085916,-0.0222820075878657,-0.0245359679108691,-0.0111624080757801,0.0315413244653043,0.0203511010987474,0.00446175978862111,-0.0519917335591069,-0.04693934137256,-0.0505900772428351,0.012410042243418,0.00997428512267887,0.0206133533497872,0.0271651380105504,0.0103876330233045,-0.0451941266209766,-0.046064742671706,-0.0377030532729673,0.00781078108755103,0.0174044249756888,0.0267215292208502,-0.0026901481688955,-0.0459375741760405,-0.0433701802778682,-0.022979757625985,-0.00254970012017413,-0.0032867688917488,0.00817621186821114,-0.0348563305494273,-0.0298907045533788,-0.0180440257351424,-0.000365582785209702,-0.00664159524880743,-0.000112384390878235,-0.00128053139997844,0.05506124109585,-0.0412940656862835,-0.0497795849837312,-0.0559272703660177,0.0600657247101851,-0.0396180875355229,-0.0396257151060002,-0.0482889000429638,0.00536539436707803,-0.0124643554866155,-0.0343842136042287,-0.0147033794512987,9.34626871686627e-05,-0.00110656402729963
"431",-0.00914709342983014,-0.044641636506989,-0.0568631216082106,-0.0504279295735057,0.0218222387692079,0.0453452433804217,-0.0286742944356786,0.0343088588777263,-0.00991895736315477,-0.0176461251598052,183,-0.00914709342982945,-0.0446416365069889,-0.0568631216082044,-0.0504279295735053,0.0218222387692079,0.0453452433804219,-0.0286742944356772,0.0343088588777268,-0.00991895736315375,-0.0176461251598038,-0.0398268569928738,0.0141525887836349,0.00488163265065667,-0.0252225106969281,-0.0026990525172354,-0.0176085858067559,-0.0146503349268825,-0.0334172988254253,-0.027525561775169,0.000326610338644633,0.00213091535119735,-0.00668551092045053,-0.0161441783623268,-0.0191197044443476,0.0100659171485679,-0.0167661645414462,-0.0109998250989409,-0.0116510302973504,0.0496220299382919,0.0372007365566742,-0.022056590085455,-0.0496107122709969,0.0490736262065633,-0.050554601389262,0.0022009607113276,0.00682048181592944,0.0390420165006409,-0.0393261957421891,-0.0697899796726346,0.0550693976432197,-0.06330328316162,-0.00982119058388538,0.002585986451411,-0.0355957308465515,-0.0589837125893619,0.0380633173468381,-0.0499952126526258,-0.00874250167181443,0.0001326847584567,-0.0146037707031697,-0.0163972296721229,-0.00829727893870768,-0.0289772296780795,-0.0248620469748573,-0.0185334682545995,0.000989049127146583,-0.0257638774431139,-0.0312469409065937,0.0129033757657124,0.026800541389435,0.0253059004645828,-0.0338061731885803,-0.030460015305572,-0.0173638442655986
"432",0.0707687524926,0.0506801187398187,-0.030995631835069,0.0218723549949558,-0.0373437341334407,-0.0470335528474903,0.0339135482338016,-0.0394933828740919,-0.0149564750249113,-0.00107769750046639,66,0.0707687524925978,0.0506801187398183,-0.0309956318350653,0.0218723549949555,-0.0373437341334404,-0.0470335528474908,0.0339135482338009,-0.0394933828740933,-0.0149564750249099,-0.00107769750046597,0.0501912994117577,-0.0189734022955756,-0.0310446765097524,-0.0122550274690348,-0.000658081669682304,-0.0135994334248341,-0.00948548235226443,-0.0314822598293453,-0.0319022125236803,0.0683019700873605,-0.0549027396826232,0.0177236940634667,-0.0661995777918409,-0.0802851475725983,0.0598329875492886,-0.0704407275276157,-0.0352211104975154,-0.0169637496649355,-0.0375574589485218,0.0122820370761595,-0.0412757730101573,-0.0572072812012008,0.0591438037769134,-0.0609606274618937,-0.0233051163436824,-0.0113115835974435,-0.0311197160067244,0.0128994562904812,0.0190905134833335,-0.0049528180588511,0.0063127006171346,-0.0120359347990196,-0.017635599601842,-0.0294727745656914,-0.0315689571783821,0.0235775426928845,-0.0312704088190981,-0.0272869870627736,-0.0184185256516394,-0.00382608581485757,-0.0305506667624215,0.00430674188187641,-0.0127364184265423,-0.0154373901046403,-0.0249186286370399,0.00573073027741734,-0.000369940878738227,-0.0130073645659673,0.00622498114115942,0.00891404783423086,0.013104291867648,-0.0156991375600639,-0.0177207028673927,-0.0205128359584987
"433",0.00901559882526763,-0.044641636506989,0.0552293340754031,-0.00567061055493425,0.0575970130824372,0.0447189464568426,-0.0029028298070691,0.0232385226149535,0.0556835477026737,0.106617082285236,173,0.00901559882526766,-0.0446416365069889,0.0552293340753987,-0.00567061055493434,0.057597013082437,0.0447189464568429,-0.00290282980706855,0.0232385226149538,0.0556835477026705,0.10661708228523,-0.0398705138014313,0.0114832633853538,-0.0388099037506294,0.014896740578085,-0.00343720293880498,-0.0275581674731809,-0.0232496897087298,0.0129436700981893,0.128450122182657,-0.0170148975094996,0.00166418936371183,-0.0181957130682006,-0.00141574666948748,-0.00194927106867195,0.00335054651977731,-0.00544451957718863,-0.00233104556455801,0.00622670409700455,-0.0565378228110314,-0.00637055668505161,-0.0554774761923196,-0.0490197173377817,0.0226633324519236,-0.0396110921748596,-0.060005506357827,-0.112585802613595,-0.0239013015509489,0.0569632085817149,0.0413741927526641,0.0149864684798517,0.00761348220312401,0.0455563508667379,0.104422042051631,-0.0188916694345791,-0.0146757009583424,0.00865789972585395,-0.0154478734755178,-0.0270320477306669,-0.0302185396778288,0.00768796804082526,-0.00626808327879589,0.0019398303364976,0.04277003127495,0.119744219247071,0.00681451635652923,-0.00712729669570991,0.0389717503026343,0.0881122291583598,0.0301135845695511,0.0167222634847717,0.00696585462692567,-0.00202007507975773,0.0301526787446683,0.0968109670396038
"434",-0.0273097856849279,-0.044641636506989,-0.0600965578298533,-0.0297707054110881,0.0465893902168282,0.0199802179754696,0.122272855531891,-0.0394933828740919,-0.0514005352605825,-0.0093619113301358,72,-0.0273097856849265,-0.0446416365069889,-0.0600965578298469,-0.029770705411088,0.0465893902168281,0.0199802179754696,0.122272855531888,-0.0394933828740933,-0.0514005352605788,-0.00936191133013488,-0.0277230068203746,0.0196648529944427,-0.023946773483431,-0.00129728095835202,-0.0243825949497082,0.155129154578748,-0.00948548235226443,0.00586133030611445,-0.0306820951728691,0.0176681181867889,0.0256932240388605,0.00121635186060216,-0.0381223754319416,-0.0218671218131175,-0.073778832799533,0.0133561096405416,0.0166744480430952,-0.00954405236425941,0.0526843333829839,0.0170909089066469,-0.0451941266209766,-0.0256754174757833,-0.10561523721347,0.0224021267067543,0.0415351661180204,-0.00113993714603886,0.0177017729880885,-0.0732737134292762,-0.0394520228206421,-0.145894317008313,0.0315122117498758,0.0458569052056661,-0.00660317424822253,-0.0417811521083281,-0.0221125494402182,-0.0665588207924829,0.012813443532659,0.0143457652797353,-0.0122793468754367,-0.015428301728757,0.12326265799219,-0.0532306136625767,-0.0746256310355094,-0.0259940915563278,0.0625346198743835,-0.0358549564420458,-0.0384740469219812,-0.018103756559053,-0.0593160568944426,-0.121626752046058,-0.0118180271482462,0.0122941223582977,-0.011288499058149,-0.0112966984221427
"435",0.0162806757273067,-0.044641636506989,0.00133873038135806,0.0081008722200108,0.00531080447079431,0.0108989125835731,0.0302319104297145,-0.0394933828740919,-0.045420957777041,0.0320591578182113,49,0.0162806757273065,-0.0446416365069889,0.00133873038135873,0.00810087222001058,0.00531080447079438,0.0108989125835731,0.0302319104297139,-0.0394933828740933,-0.0454209577770377,0.0320591578182096,-0.0365111223829506,-0.0329505846264586,-0.0382275117077857,-0.0315485725341271,-0.0280522546399262,-0.0164867880019579,-0.00948548235226443,-0.00307881905700417,-0.017418521458037,-0.0239515006487573,-0.00834277325266579,-0.0140846087836684,-0.0102831095747244,-0.00668775497860008,0.0154182792110691,-0.0238869291008617,-0.0284982379427258,-0.0035921630928128,-0.00549943206616442,-0.0197771084517365,-0.00663156572844056,-0.0171059909441636,-0.0112927595183276,0.0224021267067543,0.0358651327946873,-0.0409420319558804,-0.0174889943240053,-0.0121506467176812,-0.0126900829906682,0.0194806948501492,-0.0216867561970223,-0.0235992841070114,-0.0174372496699197,-0.0109128091532151,-0.00722505774472581,0.0133570091624053,-0.0195147148586296,-0.0282018775635375,-0.0126652980232036,-0.0276972680398907,0.000971867717480013,-0.0249335535587473,-0.0294962748074392,-0.0125564195052048,0.0167616972609021,-0.0302195129146419,-0.0267605253771584,-0.00660373761532871,0.00895585772597617,-0.0106509338342205,0.0357236300049594,0.0077011141803856,-0.0434495181043672,-0.049687271081938
"436",-0.0127796318808497,-0.044641636506989,-0.0234509473179027,-0.0400993174922969,-0.0167044412604238,0.0046359433477825,-0.0176293810234174,-0.00259226199818282,-0.0384591123013538,-0.0383566597339788,64,-0.0127796318808489,-0.0446416365069889,-0.0234509473178997,-0.0400993174922966,-0.0167044412604236,0.00463594334778241,-0.0176293810234163,-0.00259226199818327,-0.0384591123013509,-0.038356659733976,-0.0383709024274893,-0.0249608432032871,-0.0113889450537842,-0.0280066746720881,-0.0293254643890476,-0.023861333798276,-0.0304484628906324,-0.0120963089762606,-0.0111624080757801,0.00379491190827349,-0.00250208940529898,-0.00553569835842719,-0.00768086731753587,-0.0116563316152998,0.00920479158149426,-0.00926028100691773,-0.00255292801534944,-0.00430209823603118,0.0179782276764744,0.0271458227316606,0.0139351334142453,-0.0111960416120121,0.0377549288831463,-0.0140762373412539,0.0292636804432974,0.0267215292208502,0.000905601786958347,-0.00377525987508975,-0.0154053555571988,0.0278282491284338,-0.01919459441886,-0.00237061382043253,0.000419718829729013,0.00261756850476015,-0.0132005950165466,0.022860819373621,-0.010352828227893,0.0146137129965565,0.0132976159990358,-0.0295991024258126,0.00393043215929153,-0.020541293121393,-0.0109780302873211,-0.00213143752652566,0.00785584098287698,-0.02364497600017,-0.0197858792557805,-0.0179058155198834,0.0322388825606733,0.0356933609646188,0.0291339854256624,-0.025248430760556,-0.016602664693384,0.00839940188567689
"437",-0.0563700932930843,-0.044641636506989,-0.074108114790305,-0.0504279295735057,-0.0249601584096305,-0.0470335528474903,0.0928197530991947,-0.076394503750001,-0.0611765950943345,-0.0466408735636482,48,-0.0563700932930819,-0.0446416365069889,-0.0741081147902973,-0.0504279295735053,-0.0249601584096303,-0.0470335528474908,0.092819753099192,-0.0763945037500034,-0.0611765950943302,-0.0466408735636449,0.0167283556526231,0.0470732471399007,0.00488163265065667,-0.0231496294891445,-0.000658081669682304,0.0776741152383305,0.0482386066882214,0.0228561486349161,-0.00122841851396909,0.0454145307438197,0.0789984700773273,0.0468084221046011,0.0167721473973144,0.0452435629705175,-0.117848738712327,0.0831853311006154,0.0597725516719466,0.0435093324060196,0.0659543149766493,0.0372007365566742,0.0216476455927526,0.0375610403782379,-0.0754320443510241,0.0588804907547624,0.0508051496880709,0.0346819481828185,0.0562513758058205,0.0279736767551794,0.0637417109314428,-0.135386254729785,0.103605954598499,0.0777136559561254,0.0537242626897304,0.0153284981483536,0.0425407236044184,-0.0879631875908908,0.0706680830363557,0.0491960901432357,0.0298279888227952,-0.0120117787908041,-0.0537524602749638,0.0118050690053982,0.00755864979099541,0.00946730496216838,-0.0849207094069317,0.0330018412070049,0.047498751371161,0.0329315328645486,-0.101799502355441,-0.10792360239838,-0.0834366200062884,0.0637096096735359,0.0514933046267369,0.0357089761747392
"438",0.0417084448844436,0.0506801187398187,0.0196615356373334,0.0597439326260547,-0.00569681839481472,-0.00256647127337676,-0.0286742944356786,-0.00259226199818282,0.0311929907028023,0.00720651632920303,178,0.0417084448844424,0.0506801187398183,0.0196615356373323,0.059743932626054,-0.0056968183948146,-0.0025664712733769,-0.0286742944356772,-0.00259226199818327,0.0311929907028007,0.00720651632920293,-0.00955740877970156,-0.027342089855943,0.0227416553037854,-0.0314885731714368,-0.029520516267041,-0.0176085858067559,-0.0304484628906324,-0.0199114963772303,-0.0311859138276027,0.0368024195999099,0.00843441563449587,0.0389281699511521,-0.0169226269008019,-0.0126597120257153,-0.0238825055141004,-0.0123159737268216,0.0145092819440061,-0.00854040343188485,0.0169081474067495,0.0541370326279476,-0.00771206260369057,-0.00957080554567017,-0.0136713263471627,-0.0195479919484543,0.0263746229157156,-0.00227439298844564,0.00554204747428569,-0.0147444930781471,-0.0141225328053915,0.00595611972753383,-0.0216450278024473,-0.00873453587429307,-0.0153781583914951,-0.0191882624192184,-0.0124908441434372,-0.0269195969855046,-0.0159470648977495,0.0218180595569126,-0.00919566928779107,-0.0283052642822434,0.00103364161135342,-0.0210365888779931,-0.028165108883154,-0.0172388896215942,0.0112196121407976,-0.0233516081637822,-0.0176226937082578,-0.0144904282870616,0.0327766294243783,0.000165409424804154,0.00927892268590689,-0.0287601154337439,-0.0189247439778643,-0.0163777741607821
"439",-0.00551455497881059,0.0506801187398187,-0.0159062628007364,-0.067642283042187,0.0493412959332305,0.0791652772536912,-0.0286742944356786,0.0343088588777263,-0.0181182673078967,0.0444854785627154,104,-0.00551455497881003,0.0506801187398183,-0.0159062628007341,-0.0676422830421865,0.0493412959332303,0.0791652772536917,-0.0286742944356772,0.0343088588777268,-0.0181182673078952,0.044485478562713,-0.0408004038237007,-0.0292889198895316,0.0402498161020451,0.00243042138169551,0.0524061413111551,-0.0176085858067559,-0.0146503349268825,-0.0298674093899606,-0.00399942111500433,-0.0143843499421974,-0.00695730265080704,-0.00866796828965593,-0.0176292542943585,-0.0195769995572278,0.00764102981552017,-0.0140700036756498,-0.0108062422790129,-0.0207424612632487,-0.0213336613107814,-0.0866479524098851,0.0506596076684254,0.0779863785817488,-0.0136713263471627,0.0218646435649851,-0.0267087747335295,0.0383929647520448,0.00358841702916421,-0.0293956116253921,-0.0407397975497529,0.0287834179136977,-0.0324931279591703,-0.0159034873064022,-0.033083100722514,-0.0838857884437407,-0.125851717742157,0.0482168977112667,-0.0627607829756748,0.00751661291508638,-0.0790528269509603,0.026386037706581,-0.0338281009555992,0.00809094901417812,-0.0431756488733244,0.0323087759192345,-0.0395356426513504,0.0192211114883726,-0.0474436612832251,0.0613999396605777,0.0129033757657124,0.0321126151945183,-0.014761543982107,-0.0392774156650059,0.0114485697606271,-0.0368038269050855
"440",0.0417084448844436,0.0506801187398187,-0.0159062628007364,0.0172818607481171,-0.0373437341334407,-0.0138398158977999,-0.0249926566315915,-0.0110795197996419,-0.0468794828442166,0.0154907301588724,132,0.0417084448844424,0.0506801187398183,-0.0159062628007341,0.0172818607481168,-0.0373437341334404,-0.0138398158978002,-0.0249926566315902,-0.0110795197996426,-0.0468794828442132,0.0154907301588718,-0.00955740877970156,-0.0292889198895316,-0.0341723374749933,-0.0122550274690348,-0.0271001809412452,-0.0200242753977713,-0.0288821735246703,-0.000999983324380843,-0.0285331990846363,0.0368024195999099,-0.022744257980958,-0.000855514177693004,-0.0439656047738701,-0.0225300903260483,-0.0203076897653082,-0.0199740678273224,-0.0541233725778817,-0.000817100426874716,-0.0213336613107814,0.00720870429468673,-0.0412757730101573,-0.0216476585287624,-0.00938808339868762,-0.0290728981165453,-0.0576701231716256,0.00676279762055223,-0.0231434854408504,0.000629135374416991,-0.0081638412170092,0.0274726856140709,-0.0166633874904058,-0.00581553232522462,-0.0234686036508157,-0.0257723799283846,-0.014361744577475,-0.000565316751817445,-0.0167382123766547,-0.0381141217915824,-0.0125027922731748,-0.021247182526425,0.0180420959197175,-0.0141111618220497,0.0122461024441367,-0.0291476443189945,0.0171168457867699,-0.0210467573796391,-0.00157338159148029,-0.0186897475903142,0.036581354456346,0.0468465169987158,0.00521922054414783,-0.0170854715135979,-0.0219317193745352,-0.0352224733896595
"441",-0.0454724779400257,-0.044641636506989,0.0390621529671896,0.00121513083253827,0.0163184273364034,0.0152829910486266,-0.0286742944356786,0.0265596234937854,0.0445283740214053,-0.0259303389894746,220,-0.0454724779400237,-0.0446416365069889,0.0390621529671867,0.00121513083253812,0.0163184273364034,0.0152829910486266,-0.0286742944356772,0.0265596234937857,0.0445283740214029,-0.0259303389894727,-0.00355896328393352,-0.0107363422046209,-0.0393437631236063,-0.028186672760159,-0.0265501783688838,-0.0176085858067559,-0.0210172757495206,-0.00431861274675231,-0.02243261233058,0.0350096260349332,-0.0461328708783035,-0.0182885116490972,-0.0272574579735098,-0.0250012505550337,0.0343147904790452,-0.0361045825562791,-0.0555891765327752,0.0110973309477519,-0.0412263055875713,-0.013073832568394,-0.0169149152997835,-0.0212429554766696,0.0490736262065633,-0.0428941449391803,-0.0494278013821068,0.0147809007778977,-0.0167642952850973,0.00157492268601058,0.00013442003513615,-0.00649513382855557,0.00222027956916888,0.016096447996621,-0.0394475646740065,-0.0114134544110441,-0.00874449819743362,0.00760257625355246,-0.0119020301339451,-0.0187414775821822,-0.0185797208673875,-0.0250057427393442,-0.0129110554154276,-0.0137698982602856,-0.00921361306003149,-0.0257055087629693,0.000135131209179095,-0.0170781270770976,-0.000874841283209641,-0.0225891829165384,0.0170767590340322,-0.00847416401307057,0.0306482263908081,-0.00418567929051579,-0.0320973344508845,-0.043712353646299
"442",-0.0454724779400257,-0.044641636506989,-0.0730303027164241,-0.081413765817132,0.0837401173882587,0.0278089295202079,0.17381578478911,-0.0394933828740919,-0.00421985970694603,0.00306440941436832,57,-0.0454724779400237,-0.0446416365069889,-0.0730303027164164,-0.0814137658171314,0.0837401173882584,0.027808929520208,0.173815784789105,-0.0394933828740933,-0.00421985970694538,0.00306440941436848,-0.00355896328393352,0.0447617216730217,0.0759698614127442,0.0670718718607615,-0.0194867007777123,0.341717273542819,-0.00948548235226443,-0.0346615890113986,-0.0317861151815026,0.0350096260349332,0.0609947990180281,0.066114976316801,-0.0900701461895112,-0.036958076638393,-0.180043840967989,0.0288740424494596,-0.00886772082623655,-0.0183737280361942,0.064933547161752,0.0673654780317152,-0.0799004314242591,-0.0330628541409727,-0.158435824722749,0.0224021267067543,-0.0032031123544662,-0.0130805655889913,0.0999571076204403,-0.145474656505948,-0.0577321839781554,-0.265542092646783,0.0427119944755386,-0.0154628270575754,-0.0229973646405775,-0.159005712277338,-0.0584903715430468,-0.282767701081251,0.0568972958844162,-0.0122535339530691,-0.0230066919223992,0.00421725318037418,0.318950834470234,-0.0786979677560232,-0.0318465185873455,-0.0106429155773642,0.114307586745747,-0.0407130974139457,-0.0184438959395085,-0.0122671537802096,-0.0975483290818771,0.00380211974804052,0.0259053117613143,-0.0239461018471299,-0.0209368047720145,-0.0210884856882758
Can't render this file because it is too large.

Binary file not shown.

View File

@ -0,0 +1,151 @@
sepal length,sepal width,petal length,petal width,iris
5.1,3.5,1.4,0.2,Iris-setosa
4.9,3.0,1.4,0.2,Iris-setosa
4.7,3.2,1.3,0.2,Iris-setosa
4.6,3.1,1.5,0.2,Iris-setosa
5.0,3.6,1.4,0.2,Iris-setosa
5.4,3.9,1.7,0.4,Iris-setosa
4.6,3.4,1.4,0.3,Iris-setosa
5.0,3.4,1.5,0.2,Iris-setosa
4.4,2.9,1.4,0.2,Iris-setosa
4.9,3.1,1.5,0.1,Iris-setosa
5.4,3.7,1.5,0.2,Iris-setosa
4.8,3.4,1.6,0.2,Iris-setosa
4.8,3.0,1.4,0.1,Iris-setosa
4.3,3.0,1.1,0.1,Iris-setosa
5.8,4.0,1.2,0.2,Iris-setosa
5.7,4.4,1.5,0.4,Iris-setosa
5.4,3.9,1.3,0.4,Iris-setosa
5.1,3.5,1.4,0.3,Iris-setosa
5.7,3.8,1.7,0.3,Iris-setosa
5.1,3.8,1.5,0.3,Iris-setosa
5.4,3.4,1.7,0.2,Iris-setosa
5.1,3.7,1.5,0.4,Iris-setosa
4.6,3.6,1.0,0.2,Iris-setosa
5.1,3.3,1.7,0.5,Iris-setosa
4.8,3.4,1.9,0.2,Iris-setosa
5.0,3.0,1.6,0.2,Iris-setosa
5.0,3.4,1.6,0.4,Iris-setosa
5.2,3.5,1.5,0.2,Iris-setosa
5.2,3.4,1.4,0.2,Iris-setosa
4.7,3.2,1.6,0.2,Iris-setosa
4.8,3.1,1.6,0.2,Iris-setosa
5.4,3.4,1.5,0.4,Iris-setosa
5.2,4.1,1.5,0.1,Iris-setosa
5.5,4.2,1.4,0.2,Iris-setosa
4.9,3.1,1.5,0.1,Iris-setosa
5.0,3.2,1.2,0.2,Iris-setosa
5.5,3.5,1.3,0.2,Iris-setosa
4.9,3.1,1.5,0.1,Iris-setosa
4.4,3.0,1.3,0.2,Iris-setosa
5.1,3.4,1.5,0.2,Iris-setosa
5.0,3.5,1.3,0.3,Iris-setosa
4.5,2.3,1.3,0.3,Iris-setosa
4.4,3.2,1.3,0.2,Iris-setosa
5.0,3.5,1.6,0.6,Iris-setosa
5.1,3.8,1.9,0.4,Iris-setosa
4.8,3.0,1.4,0.3,Iris-setosa
5.1,3.8,1.6,0.2,Iris-setosa
4.6,3.2,1.4,0.2,Iris-setosa
5.3,3.7,1.5,0.2,Iris-setosa
5.0,3.3,1.4,0.2,Iris-setosa
7.0,3.2,4.7,1.4,Iris-versicolor
6.4,3.2,4.5,1.5,Iris-versicolor
6.9,3.1,4.9,1.5,Iris-versicolor
5.5,2.3,4.0,1.3,Iris-versicolor
6.5,2.8,4.6,1.5,Iris-versicolor
5.7,2.8,4.5,1.3,Iris-versicolor
6.3,3.3,4.7,1.6,Iris-versicolor
4.9,2.4,3.3,1.0,Iris-versicolor
6.6,2.9,4.6,1.3,Iris-versicolor
5.2,2.7,3.9,1.4,Iris-versicolor
5.0,2.0,3.5,1.0,Iris-versicolor
5.9,3.0,4.2,1.5,Iris-versicolor
6.0,2.2,4.0,1.0,Iris-versicolor
6.1,2.9,4.7,1.4,Iris-versicolor
5.6,2.9,3.6,1.3,Iris-versicolor
6.7,3.1,4.4,1.4,Iris-versicolor
5.6,3.0,4.5,1.5,Iris-versicolor
5.8,2.7,4.1,1.0,Iris-versicolor
6.2,2.2,4.5,1.5,Iris-versicolor
5.6,2.5,3.9,1.1,Iris-versicolor
5.9,3.2,4.8,1.8,Iris-versicolor
6.1,2.8,4.0,1.3,Iris-versicolor
6.3,2.5,4.9,1.5,Iris-versicolor
6.1,2.8,4.7,1.2,Iris-versicolor
6.4,2.9,4.3,1.3,Iris-versicolor
6.6,3.0,4.4,1.4,Iris-versicolor
6.8,2.8,4.8,1.4,Iris-versicolor
6.7,3.0,5.0,1.7,Iris-versicolor
6.0,2.9,4.5,1.5,Iris-versicolor
5.7,2.6,3.5,1.0,Iris-versicolor
5.5,2.4,3.8,1.1,Iris-versicolor
5.5,2.4,3.7,1.0,Iris-versicolor
5.8,2.7,3.9,1.2,Iris-versicolor
6.0,2.7,5.1,1.6,Iris-versicolor
5.4,3.0,4.5,1.5,Iris-versicolor
6.0,3.4,4.5,1.6,Iris-versicolor
6.7,3.1,4.7,1.5,Iris-versicolor
6.3,2.3,4.4,1.3,Iris-versicolor
5.6,3.0,4.1,1.3,Iris-versicolor
5.5,2.5,4.0,1.3,Iris-versicolor
5.5,2.6,4.4,1.2,Iris-versicolor
6.1,3.0,4.6,1.4,Iris-versicolor
5.8,2.6,4.0,1.2,Iris-versicolor
5.0,2.3,3.3,1.0,Iris-versicolor
5.6,2.7,4.2,1.3,Iris-versicolor
5.7,3.0,4.2,1.2,Iris-versicolor
5.7,2.9,4.2,1.3,Iris-versicolor
6.2,2.9,4.3,1.3,Iris-versicolor
5.1,2.5,3.0,1.1,Iris-versicolor
5.7,2.8,4.1,1.3,Iris-versicolor
6.3,3.3,6.0,2.5,Iris-virginica
5.8,2.7,5.1,1.9,Iris-virginica
7.1,3.0,5.9,2.1,Iris-virginica
6.3,2.9,5.6,1.8,Iris-virginica
6.5,3.0,5.8,2.2,Iris-virginica
7.6,3.0,6.6,2.1,Iris-virginica
4.9,2.5,4.5,1.7,Iris-virginica
7.3,2.9,6.3,1.8,Iris-virginica
6.7,2.5,5.8,1.8,Iris-virginica
7.2,3.6,6.1,2.5,Iris-virginica
6.5,3.2,5.1,2.0,Iris-virginica
6.4,2.7,5.3,1.9,Iris-virginica
6.8,3.0,5.5,2.1,Iris-virginica
5.7,2.5,5.0,2.0,Iris-virginica
5.8,2.8,5.1,2.4,Iris-virginica
6.4,3.2,5.3,2.3,Iris-virginica
6.5,3.0,5.5,1.8,Iris-virginica
7.7,3.8,6.7,2.2,Iris-virginica
7.7,2.6,6.9,2.3,Iris-virginica
6.0,2.2,5.0,1.5,Iris-virginica
6.9,3.2,5.7,2.3,Iris-virginica
5.6,2.8,4.9,2.0,Iris-virginica
7.7,2.8,6.7,2.0,Iris-virginica
6.3,2.7,4.9,1.8,Iris-virginica
6.7,3.3,5.7,2.1,Iris-virginica
7.2,3.2,6.0,1.8,Iris-virginica
6.2,2.8,4.8,1.8,Iris-virginica
6.1,3.0,4.9,1.8,Iris-virginica
6.4,2.8,5.6,2.1,Iris-virginica
7.2,3.0,5.8,1.6,Iris-virginica
7.4,2.8,6.1,1.9,Iris-virginica
7.9,3.8,6.4,2.0,Iris-virginica
6.4,2.8,5.6,2.2,Iris-virginica
6.3,2.8,5.1,1.5,Iris-virginica
6.1,2.6,5.6,1.4,Iris-virginica
7.7,3.0,6.1,2.3,Iris-virginica
6.3,3.4,5.6,2.4,Iris-virginica
6.4,3.1,5.5,1.8,Iris-virginica
6.0,3.0,4.8,1.8,Iris-virginica
6.9,3.1,5.4,2.1,Iris-virginica
6.7,3.1,5.6,2.4,Iris-virginica
6.9,3.1,5.1,2.3,Iris-virginica
5.8,2.7,5.1,1.9,Iris-virginica
6.8,3.2,5.9,2.3,Iris-virginica
6.7,3.3,5.7,2.5,Iris-virginica
6.7,3.0,5.2,2.3,Iris-virginica
6.3,2.5,5.0,1.9,Iris-virginica
6.5,3.0,5.2,2.0,Iris-virginica
6.2,3.4,5.4,2.3,Iris-virginica
5.9,3.0,5.1,1.8,Iris-virginica
1 sepal length sepal width petal length petal width iris
2 5.1 3.5 1.4 0.2 Iris-setosa
3 4.9 3.0 1.4 0.2 Iris-setosa
4 4.7 3.2 1.3 0.2 Iris-setosa
5 4.6 3.1 1.5 0.2 Iris-setosa
6 5.0 3.6 1.4 0.2 Iris-setosa
7 5.4 3.9 1.7 0.4 Iris-setosa
8 4.6 3.4 1.4 0.3 Iris-setosa
9 5.0 3.4 1.5 0.2 Iris-setosa
10 4.4 2.9 1.4 0.2 Iris-setosa
11 4.9 3.1 1.5 0.1 Iris-setosa
12 5.4 3.7 1.5 0.2 Iris-setosa
13 4.8 3.4 1.6 0.2 Iris-setosa
14 4.8 3.0 1.4 0.1 Iris-setosa
15 4.3 3.0 1.1 0.1 Iris-setosa
16 5.8 4.0 1.2 0.2 Iris-setosa
17 5.7 4.4 1.5 0.4 Iris-setosa
18 5.4 3.9 1.3 0.4 Iris-setosa
19 5.1 3.5 1.4 0.3 Iris-setosa
20 5.7 3.8 1.7 0.3 Iris-setosa
21 5.1 3.8 1.5 0.3 Iris-setosa
22 5.4 3.4 1.7 0.2 Iris-setosa
23 5.1 3.7 1.5 0.4 Iris-setosa
24 4.6 3.6 1.0 0.2 Iris-setosa
25 5.1 3.3 1.7 0.5 Iris-setosa
26 4.8 3.4 1.9 0.2 Iris-setosa
27 5.0 3.0 1.6 0.2 Iris-setosa
28 5.0 3.4 1.6 0.4 Iris-setosa
29 5.2 3.5 1.5 0.2 Iris-setosa
30 5.2 3.4 1.4 0.2 Iris-setosa
31 4.7 3.2 1.6 0.2 Iris-setosa
32 4.8 3.1 1.6 0.2 Iris-setosa
33 5.4 3.4 1.5 0.4 Iris-setosa
34 5.2 4.1 1.5 0.1 Iris-setosa
35 5.5 4.2 1.4 0.2 Iris-setosa
36 4.9 3.1 1.5 0.1 Iris-setosa
37 5.0 3.2 1.2 0.2 Iris-setosa
38 5.5 3.5 1.3 0.2 Iris-setosa
39 4.9 3.1 1.5 0.1 Iris-setosa
40 4.4 3.0 1.3 0.2 Iris-setosa
41 5.1 3.4 1.5 0.2 Iris-setosa
42 5.0 3.5 1.3 0.3 Iris-setosa
43 4.5 2.3 1.3 0.3 Iris-setosa
44 4.4 3.2 1.3 0.2 Iris-setosa
45 5.0 3.5 1.6 0.6 Iris-setosa
46 5.1 3.8 1.9 0.4 Iris-setosa
47 4.8 3.0 1.4 0.3 Iris-setosa
48 5.1 3.8 1.6 0.2 Iris-setosa
49 4.6 3.2 1.4 0.2 Iris-setosa
50 5.3 3.7 1.5 0.2 Iris-setosa
51 5.0 3.3 1.4 0.2 Iris-setosa
52 7.0 3.2 4.7 1.4 Iris-versicolor
53 6.4 3.2 4.5 1.5 Iris-versicolor
54 6.9 3.1 4.9 1.5 Iris-versicolor
55 5.5 2.3 4.0 1.3 Iris-versicolor
56 6.5 2.8 4.6 1.5 Iris-versicolor
57 5.7 2.8 4.5 1.3 Iris-versicolor
58 6.3 3.3 4.7 1.6 Iris-versicolor
59 4.9 2.4 3.3 1.0 Iris-versicolor
60 6.6 2.9 4.6 1.3 Iris-versicolor
61 5.2 2.7 3.9 1.4 Iris-versicolor
62 5.0 2.0 3.5 1.0 Iris-versicolor
63 5.9 3.0 4.2 1.5 Iris-versicolor
64 6.0 2.2 4.0 1.0 Iris-versicolor
65 6.1 2.9 4.7 1.4 Iris-versicolor
66 5.6 2.9 3.6 1.3 Iris-versicolor
67 6.7 3.1 4.4 1.4 Iris-versicolor
68 5.6 3.0 4.5 1.5 Iris-versicolor
69 5.8 2.7 4.1 1.0 Iris-versicolor
70 6.2 2.2 4.5 1.5 Iris-versicolor
71 5.6 2.5 3.9 1.1 Iris-versicolor
72 5.9 3.2 4.8 1.8 Iris-versicolor
73 6.1 2.8 4.0 1.3 Iris-versicolor
74 6.3 2.5 4.9 1.5 Iris-versicolor
75 6.1 2.8 4.7 1.2 Iris-versicolor
76 6.4 2.9 4.3 1.3 Iris-versicolor
77 6.6 3.0 4.4 1.4 Iris-versicolor
78 6.8 2.8 4.8 1.4 Iris-versicolor
79 6.7 3.0 5.0 1.7 Iris-versicolor
80 6.0 2.9 4.5 1.5 Iris-versicolor
81 5.7 2.6 3.5 1.0 Iris-versicolor
82 5.5 2.4 3.8 1.1 Iris-versicolor
83 5.5 2.4 3.7 1.0 Iris-versicolor
84 5.8 2.7 3.9 1.2 Iris-versicolor
85 6.0 2.7 5.1 1.6 Iris-versicolor
86 5.4 3.0 4.5 1.5 Iris-versicolor
87 6.0 3.4 4.5 1.6 Iris-versicolor
88 6.7 3.1 4.7 1.5 Iris-versicolor
89 6.3 2.3 4.4 1.3 Iris-versicolor
90 5.6 3.0 4.1 1.3 Iris-versicolor
91 5.5 2.5 4.0 1.3 Iris-versicolor
92 5.5 2.6 4.4 1.2 Iris-versicolor
93 6.1 3.0 4.6 1.4 Iris-versicolor
94 5.8 2.6 4.0 1.2 Iris-versicolor
95 5.0 2.3 3.3 1.0 Iris-versicolor
96 5.6 2.7 4.2 1.3 Iris-versicolor
97 5.7 3.0 4.2 1.2 Iris-versicolor
98 5.7 2.9 4.2 1.3 Iris-versicolor
99 6.2 2.9 4.3 1.3 Iris-versicolor
100 5.1 2.5 3.0 1.1 Iris-versicolor
101 5.7 2.8 4.1 1.3 Iris-versicolor
102 6.3 3.3 6.0 2.5 Iris-virginica
103 5.8 2.7 5.1 1.9 Iris-virginica
104 7.1 3.0 5.9 2.1 Iris-virginica
105 6.3 2.9 5.6 1.8 Iris-virginica
106 6.5 3.0 5.8 2.2 Iris-virginica
107 7.6 3.0 6.6 2.1 Iris-virginica
108 4.9 2.5 4.5 1.7 Iris-virginica
109 7.3 2.9 6.3 1.8 Iris-virginica
110 6.7 2.5 5.8 1.8 Iris-virginica
111 7.2 3.6 6.1 2.5 Iris-virginica
112 6.5 3.2 5.1 2.0 Iris-virginica
113 6.4 2.7 5.3 1.9 Iris-virginica
114 6.8 3.0 5.5 2.1 Iris-virginica
115 5.7 2.5 5.0 2.0 Iris-virginica
116 5.8 2.8 5.1 2.4 Iris-virginica
117 6.4 3.2 5.3 2.3 Iris-virginica
118 6.5 3.0 5.5 1.8 Iris-virginica
119 7.7 3.8 6.7 2.2 Iris-virginica
120 7.7 2.6 6.9 2.3 Iris-virginica
121 6.0 2.2 5.0 1.5 Iris-virginica
122 6.9 3.2 5.7 2.3 Iris-virginica
123 5.6 2.8 4.9 2.0 Iris-virginica
124 7.7 2.8 6.7 2.0 Iris-virginica
125 6.3 2.7 4.9 1.8 Iris-virginica
126 6.7 3.3 5.7 2.1 Iris-virginica
127 7.2 3.2 6.0 1.8 Iris-virginica
128 6.2 2.8 4.8 1.8 Iris-virginica
129 6.1 3.0 4.9 1.8 Iris-virginica
130 6.4 2.8 5.6 2.1 Iris-virginica
131 7.2 3.0 5.8 1.6 Iris-virginica
132 7.4 2.8 6.1 1.9 Iris-virginica
133 7.9 3.8 6.4 2.0 Iris-virginica
134 6.4 2.8 5.6 2.2 Iris-virginica
135 6.3 2.8 5.1 1.5 Iris-virginica
136 6.1 2.6 5.6 1.4 Iris-virginica
137 7.7 3.0 6.1 2.3 Iris-virginica
138 6.3 3.4 5.6 2.4 Iris-virginica
139 6.4 3.1 5.5 1.8 Iris-virginica
140 6.0 3.0 4.8 1.8 Iris-virginica
141 6.9 3.1 5.4 2.1 Iris-virginica
142 6.7 3.1 5.6 2.4 Iris-virginica
143 6.9 3.1 5.1 2.3 Iris-virginica
144 5.8 2.7 5.1 1.9 Iris-virginica
145 6.8 3.2 5.9 2.3 Iris-virginica
146 6.7 3.3 5.7 2.5 Iris-virginica
147 6.7 3.0 5.2 2.3 Iris-virginica
148 6.3 2.5 5.0 1.9 Iris-virginica
149 6.5 3.0 5.2 2.0 Iris-virginica
150 6.2 3.4 5.4 2.3 Iris-virginica
151 5.9 3.0 5.1 1.8 Iris-virginica

View File

@ -0,0 +1,6 @@
name,English,Math,Chinese,Null
Kite,92,69,,
Lily,78,87,78,
Hanmei,,91,96,
Danny,23,,,
Bob,82,90,75,
1 name English Math Chinese Null
2 Kite 92 69
3 Lily 78 87 78
4 Hanmei 91 96
5 Danny 23
6 Bob 82 90 75

View File

@ -0,0 +1,33 @@
"mpg","cyl","disp","hp","drat","wt","qsec","vs","am","gear","carb"
21,6,160,110,3.9,2.62,16.46,0,1,4,4
21,6,160,110,3.9,2.875,17.02,0,1,4,4
22.8,4,108,93,3.85,2.32,18.61,1,1,4,1
21.4,6,258,110,3.08,3.215,19.44,1,0,3,1
18.7,8,360,175,3.15,3.44,17.02,0,0,3,2
18.1,6,225,105,2.76,3.46,20.22,1,0,3,1
14.3,8,360,245,3.21,3.57,15.84,0,0,3,4
24.4,4,146.7,62,3.69,3.19,20,1,0,4,2
22.8,4,140.8,95,3.92,3.15,22.9,1,0,4,2
19.2,6,167.6,123,3.92,3.44,18.3,1,0,4,4
17.8,6,167.6,123,3.92,3.44,18.9,1,0,4,4
16.4,8,275.8,180,3.07,4.07,17.4,0,0,3,3
17.3,8,275.8,180,3.07,3.73,17.6,0,0,3,3
15.2,8,275.8,180,3.07,3.78,18,0,0,3,3
10.4,8,472,205,2.93,5.25,17.98,0,0,3,4
10.4,8,460,215,3,5.424,17.82,0,0,3,4
14.7,8,440,230,3.23,5.345,17.42,0,0,3,4
32.4,4,78.7,66,4.08,2.2,19.47,1,1,4,1
30.4,4,75.7,52,4.93,1.615,18.52,1,1,4,2
33.9,4,71.1,65,4.22,1.835,19.9,1,1,4,1
21.5,4,120.1,97,3.7,2.465,20.01,1,0,3,1
15.5,8,318,150,2.76,3.52,16.87,0,0,3,2
15.2,8,304,150,3.15,3.435,17.3,0,0,3,2
13.3,8,350,245,3.73,3.84,15.41,0,0,3,4
19.2,8,400,175,3.08,3.845,17.05,0,0,3,2
27.3,4,79,66,4.08,1.935,18.9,1,1,4,1
26,4,120.3,91,4.43,2.14,16.7,0,1,5,2
30.4,4,95.1,113,3.77,1.513,16.9,1,1,5,2
15.8,8,351,264,4.22,3.17,14.5,0,1,5,4
19.7,6,145,175,3.62,2.77,15.5,0,1,5,6
15,8,301,335,3.54,3.57,14.6,0,1,5,8
21.4,4,121,109,4.11,2.78,18.6,1,1,4,2
1 mpg cyl disp hp drat wt qsec vs am gear carb
2 21 6 160 110 3.9 2.62 16.46 0 1 4 4
3 21 6 160 110 3.9 2.875 17.02 0 1 4 4
4 22.8 4 108 93 3.85 2.32 18.61 1 1 4 1
5 21.4 6 258 110 3.08 3.215 19.44 1 0 3 1
6 18.7 8 360 175 3.15 3.44 17.02 0 0 3 2
7 18.1 6 225 105 2.76 3.46 20.22 1 0 3 1
8 14.3 8 360 245 3.21 3.57 15.84 0 0 3 4
9 24.4 4 146.7 62 3.69 3.19 20 1 0 4 2
10 22.8 4 140.8 95 3.92 3.15 22.9 1 0 4 2
11 19.2 6 167.6 123 3.92 3.44 18.3 1 0 4 4
12 17.8 6 167.6 123 3.92 3.44 18.9 1 0 4 4
13 16.4 8 275.8 180 3.07 4.07 17.4 0 0 3 3
14 17.3 8 275.8 180 3.07 3.73 17.6 0 0 3 3
15 15.2 8 275.8 180 3.07 3.78 18 0 0 3 3
16 10.4 8 472 205 2.93 5.25 17.98 0 0 3 4
17 10.4 8 460 215 3 5.424 17.82 0 0 3 4
18 14.7 8 440 230 3.23 5.345 17.42 0 0 3 4
19 32.4 4 78.7 66 4.08 2.2 19.47 1 1 4 1
20 30.4 4 75.7 52 4.93 1.615 18.52 1 1 4 2
21 33.9 4 71.1 65 4.22 1.835 19.9 1 1 4 1
22 21.5 4 120.1 97 3.7 2.465 20.01 1 0 3 1
23 15.5 8 318 150 2.76 3.52 16.87 0 0 3 2
24 15.2 8 304 150 3.15 3.435 17.3 0 0 3 2
25 13.3 8 350 245 3.73 3.84 15.41 0 0 3 4
26 19.2 8 400 175 3.08 3.845 17.05 0 0 3 2
27 27.3 4 79 66 4.08 1.935 18.9 1 1 4 1
28 26 4 120.3 91 4.43 2.14 16.7 0 1 5 2
29 30.4 4 95.1 113 3.77 1.513 16.9 1 1 5 2
30 15.8 8 351 264 4.22 3.17 14.5 0 1 5 4
31 19.7 6 145 175 3.62 2.77 15.5 0 1 5 6
32 15 8 301 335 3.54 3.57 14.6 0 1 5 8
33 21.4 4 121 109 4.11 2.78 18.6 1 1 4 2

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
Index,Name,Sex,Age,Height,Weight
0,Alfred,M,14,69.0,112.5
1,Alice,F,13,56.5,84.0
1 Index Name Sex Age Height Weight
2 0 Alfred M 14 69.0 112.5
3 1 Alice F 13 56.5 84.0

View File

@ -0,0 +1,4 @@
Index,Name,Sex,Age,Height,Weight
2,Barbara,F,13,65.3,98.0
3,Carol,F,14,62.8,102.5
4,Henry,M,14,63.5,102.5
1 Index Name Sex Age Height Weight
2 2 Barbara F 13 65.3 98.0
3 3 Carol F 14 62.8 102.5
4 4 Henry M 14 63.5 102.5

View File

@ -0,0 +1,5 @@
Index,Name,Sex,Age,Height,Weight
5,James,M,12,57.3,83.0
6,Jane,F,12,59.8,84.5
7,Janet,F,15,62.5,112.5
8,Jeffrey,M,13,62.5,84.0
1 Index Name Sex Age Height Weight
2 5 James M 12 57.3 83.0
3 6 Jane F 12 59.8 84.5
4 7 Janet F 15 62.5 112.5
5 8 Jeffrey M 13 62.5 84.0

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,168 @@
import warnings
import numpy as np
from sklearn.metrics import silhouette_score, adjusted_mutual_info_score, silhouette_samples
from Orange.data import Table
from Orange.evaluation.testing import Results, Validation
from Orange.evaluation.scoring import Score
__all__ = ['ClusteringEvaluation']
class ClusteringResults(Results):
def get_fold(self, fold):
results = Results()
results.data = self.data
if self.folds is None:
raise ValueError("This 'Results' instance does not have folds.")
if self.models is not None:
results.models = self.models[fold]
results.row_indices = self.row_indices
results.actual = self.actual
results.predicted = self.predicted[:, fold, :]
results.domain = self.domain
return results
class ClusteringScore(Score):
considers_actual = False
# pylint: disable=arguments-differ
def from_predicted(self, results, score_function):
# Clustering scores from labels
if self.considers_actual:
return np.fromiter(
(score_function(results.actual.flatten(),
predicted.flatten())
for predicted in results.predicted),
dtype=np.float64, count=len(results.predicted))
# Clustering scores from data only
else:
return np.fromiter(
(score_function(results.data.X, predicted.flatten())
for predicted in results.predicted),
dtype=np.float64, count=len(results.predicted))
class Silhouette(ClusteringScore):
separate_folds = True
def compute_score(self, results):
return self.from_predicted(results, silhouette_score)
class AdjustedMutualInfoScore(ClusteringScore):
separate_folds = True
considers_actual = True
def compute_score(self, results):
return self.from_predicted(results, adjusted_mutual_info_score)
# Class overrides fit and doesn't need to define the abstract get_indices
# pylint: disable=abstract-method
class ClusteringEvaluation(Validation):
"""
Clustering evaluation.
.. attribute:: k
The number of runs.
"""
def __init__(self, k=1, store_data=False, store_models=False):
super().__init__(store_data=store_data, store_models=store_models)
self.k = k
def __call__(self, data, learners, preprocessor=None, *, callback=None):
res = ClusteringResults()
res.data = data
res.predicted = np.empty((len(learners), self.k, len(data)))
res.folds = range(self.k)
res.row_indices = np.arange(len(data))
res.actual = data.Y.flatten() if hasattr(data, "Y") else None
if self.store_models:
res.models = np.tile(None, (self.k, len(learners)))
for k in range(self.k):
for i, learner in enumerate(learners):
model = learner.get_model(data)
if self.store_models:
res.models[k, i] = model
res.predicted[i, k, :] = model.labels
return res
def graph_silhouette(X, y, xlim=None, colors=None, figsize=None, filename=None):
"""
Silhouette plot.
:param filename:
Output file name.
:param X Orange.data.Table or numpy.ndarray
Data table.
:param y Orange.data.Table or numpy.ndarray:
Cluster labels (integers).
:param colors list, optional (default = None):
List of colors. If provided, it must equal the number of clusters.
:param figsize tuple (float, float):
Figure size (width, height) in inches.
:param xlim tuple (float, float):
Limit x-axis values.
"""
# If the module is not there, let the user install it
# pylint: disable=import-error
import matplotlib.pyplot as plt
if isinstance(X, Table):
X = X.X
if isinstance(y, Table):
y = y.X
y = y.ravel()
# Detect number of clusters and set colors
N = len(set(y))
if isinstance(colors, type(None)):
colors = ["g" if i % 2 else "b" for i in range(N)]
elif len(colors) != N:
import sys
sys.stderr.write("Number of colors does not match the number of clusters. \n")
return
# Silhouette coefficients
s = silhouette_samples(X, y)
s = s[np.argsort(y)] # Sort by clusters
parts = []
# Within clusters sort by silhouette scores
for label, (i, j) in enumerate([(sum(y == c1), sum(y == c1) + sum(y == c2))
for c1, c2 in zip(range(-1, N-1), range(0, N))]):
scores = sorted(s[i:j])
parts.append((scores, label))
# Plot data
if figsize:
plt.figure(figsize=figsize)
else:
plt.figure()
plt.title("Silhouette score")
total = 0
centers = []
for i, (scores, label) in enumerate(parts):
plt.barh(range(total, total + len(scores)),
scores, color=colors[i], edgecolor=colors[i])
centers.append(total+len(scores)/2)
total += len(scores)
if not isinstance(xlim, type(None)):
plt.xlim(xlim)
plt.yticks(centers)
plt.gca().set_yticklabels(range(N))
plt.ylabel("Cluster label")
if filename:
plt.savefig(filename)
plt.close()
else:
plt.show()

View File

@ -0,0 +1,150 @@
import numpy as np
class Curves:
# names of scores are standard acronyms, pylint: disable=invalid-name
"""
Computation of performance curves (ca, f1, precision, recall and the rest
of the zoo) from test results.
The class works with binary classes. Attribute `probs` contains ordered
probabilities and all curves represent performance statistics if an
instance is classified as positive if it equals or exceeds the threshold
in `probs`, that is, `sensitivity[i]` is the sensitivity of the classifier
that classifies an instances as positive if the probability of being
positive is at least `probs[i]`.
Class can be constructed by giving `probs` and `ytrue`, or from test
results (see :obj:`Curves.from_results`). The latter removes instances
with missing class values or predicted probabilities.
The class treats all results as obtained from a single run instead of
computing separate curves and fancy averaging.
Arguments:
probs (np.ndarray): vector of predicted probabilities
ytrue (np.ndarray): corresponding true classes
Attributes:
probs (np.ndarray): ordered vector of predicted probabilities
ytrue (np.ndarray): corresponding true classes
tot (int): total number of data instances
p (int): number of real positive instances
n (int): number of real negative instances
tp (np.ndarray): number of true positives (property computed from `tn`)
fp (np.ndarray): number of false positives (property computed from `tn`)
tn (np.ndarray): number of true negatives (property computed from `tn`)
fn (np.ndarray): number of false negatives (precomputed, not a property)
"""
def __init__(self, ytrue, probs):
sortind = np.argsort(probs)
self.probs = np.hstack((probs[sortind], [1]))
self.ytrue = ytrue[sortind]
self.fn = np.hstack(([0], np.cumsum(self.ytrue)))
self.tot = len(probs)
self.p = self.fn[-1]
self.n = self.tot - self.p
@classmethod
def from_results(cls, results, target_class=None, model_index=None):
"""
Construct an instance of `Curves` from test results.
Args:
results (:obj:`Orange.evaluation.testing.Results`): test results
target_class (int): target class index; if the class is binary,
this defaults to `1`, otherwise it must be given
model_index (int): model index; if there is only one model, this
argument can be omitted
Returns:
curves (:obj:`Curves`)
"""
if model_index is None:
if results.probabilities.shape[0] != 1:
raise ValueError("Argument 'model_index' is required when "
"there are multiple models")
model_index = 0
if target_class is None:
if results.probabilities.shape[2] != 2:
raise ValueError("Argument 'target_class' is required when the "
"class is not binary")
target_class = 1
actual = results.actual
probs = results.probabilities[model_index, :, target_class]
nans = np.isnan(actual) + np.isnan(probs)
if nans.any():
actual = actual[~nans]
probs = probs[~nans]
return cls(actual == target_class, probs)
@property
def tn(self):
return np.arange(self.tot + 1) - self.fn
@property
def tp(self):
return self.p - self.fn
@property
def fp(self):
return self.n - self.tn
def ca(self):
"""Classification accuracy curve"""
return (self.tp + self.tn) / self.tot
def f1(self):
"""F1 curve"""
return 2 * self.tp / (2 * self.tp + self.fp + self.fn)
def sensitivity(self):
"""Sensitivity curve"""
return self.tp / self.p
def specificity(self):
"""Specificity curve"""
return self.tn / self.n
def precision(self):
"""
Precision curve
The last element represents precision at threshold 1. Unless such
a probability appears in the data, the precision at this point is
undefined. To avoid this, we copy the previous value to the last.
"""
tp_fp = np.arange(self.tot, -1, -1)
tp_fp[-1] = 1 # avoid division by zero
prec = self.tp / tp_fp
prec[-1] = prec[-2]
return prec
def recall(self):
"""Recall curve"""
return self.sensitivity()
def ppv(self):
"""PPV curve; see the comment at :obj:`precision`"""
return self.precision()
def npv(self):
"""
NPV curve
The first value is undefined (no negative instances). To avoid this,
we copy the second value into the first.
"""
tn_fn = np.arange(self.tot + 1)
tn_fn[0] = 1 # avoid division by zero
npv = self.tn / tn_fn
npv[0] = npv[1]
return npv
def fpr(self):
"""FPR curve"""
return self.fp / self.n
def tpr(self):
"""TPR curve"""
return self.sensitivity()

View File

@ -0,0 +1,654 @@
"""
Methods for scoring prediction results (CA, AUC, ...).
Examples
--------
>>> import Orange
>>> data = Orange.data.Table('iris')
>>> learner = Orange.classification.LogisticRegressionLearner()
>>> results = Orange.evaluation.TestOnTrainingData(data, [learner])
"""
import math
import numpy as np
import sklearn.metrics as skl_metrics
from sklearn.metrics import confusion_matrix
from Orange.data import DiscreteVariable, ContinuousVariable
from Orange.misc.wrapper_meta import WrapperMeta
__all__ = ["CA", "Precision", "Recall", "F1", "PrecisionRecallFSupport", "AUC",
"MSE", "RMSE", "MAE", "R2", "compute_CD", "graph_ranks", "LogLoss"]
class ScoreMetaType(WrapperMeta):
"""
Maintain a registry of non-abstract subclasses and assign the default
value of `name`.
The existing meta class Registry cannot be used since a meta class cannot
have multiple inherited __new__ methods."""
def __new__(mcs, name, bases, dict_, **kwargs):
cls = WrapperMeta.__new__(mcs, name, bases, dict_)
# Essentially `if cls is not Score`, except that Score may not exist yet
if hasattr(cls, "registry"):
if not kwargs.get("abstract"):
# Don't use inherited names, look into dict_
cls.name = dict_.get("name", name)
cls.registry[name] = cls
else:
cls.registry = {}
return cls
def __init__(cls, *args, **_):
WrapperMeta.__init__(cls, *args)
class Score(metaclass=ScoreMetaType):
"""
${sklpar}
Parameters
----------
results : Orange.evaluation.Results
Stored predictions and actual data in model testing.
"""
__wraps__ = None
separate_folds = False
is_scalar = True
is_binary = False #: If true, compute_score accepts `target` and `average`
#: If the class doesn't explicitly contain `abstract=True`, it is not
#: abstract; essentially, this attribute is not inherited
abstract = True
class_types = ()
name = None
long_name = None #: A short user-readable name (e.g. a few words)
def __new__(cls, results=None, **kwargs):
self = super().__new__(cls)
if results is not None:
self.__init__()
return self(results, **kwargs)
else:
return self
def __call__(self, results, **kwargs):
if self.separate_folds and results.score_by_folds and results.folds:
scores = self.scores_by_folds(results, **kwargs)
return self.average(scores)
return self.compute_score(results, **kwargs)
def average(self, scores):
if self.is_scalar:
return np.mean(scores, axis=0)
return NotImplementedError
def scores_by_folds(self, results, **kwargs):
nfolds = len(results.folds)
nmodels = len(results.predicted)
if self.is_scalar:
scores = np.empty((nfolds, nmodels), dtype=np.float64)
else:
scores = [None] * nfolds
for fold in range(nfolds):
fold_results = results.get_fold(fold)
scores[fold] = self.compute_score(fold_results, **kwargs)
return scores
def compute_score(self, results):
wraps = type(self).__wraps__ # self.__wraps__ is invisible
if wraps:
return self.from_predicted(results, wraps)
else:
return NotImplementedError
@staticmethod
def from_predicted(results, score_function, **kwargs):
return np.fromiter(
(score_function(results.actual, predicted, **kwargs)
for predicted in results.predicted),
dtype=np.float64, count=len(results.predicted))
class ClassificationScore(Score, abstract=True):
class_types = (DiscreteVariable, )
class RegressionScore(Score, abstract=True):
class_types = (ContinuousVariable, )
# pylint: disable=invalid-name
class CA(ClassificationScore):
__wraps__ = skl_metrics.accuracy_score
long_name = "Classification accuracy"
class PrecisionRecallFSupport(ClassificationScore):
__wraps__ = skl_metrics.precision_recall_fscore_support
is_scalar = False
class TargetScore(ClassificationScore):
"""
Base class for scorers that need a target value (a "positive" class).
Parameters
----------
results : Orange.evaluation.Results
Stored predictions and actual data in model testing.
target : int, optional (default=None)
Target class value.
When None:
- if averaging is specified, use all classes and average results
- if average is 'binary' and class variable has exactly 2 values,
use the value '1' as the positive class
average: str, method for averaging (default='binary')
Default requires a binary class or target to be set.
Options: 'weighted', 'macro', 'micro', None
"""
is_binary = True
abstract = True
__wraps__ = None # Subclasses should set the scoring function
def compute_score(self, results, target=None, average='binary'):
if average == 'binary':
if target is None:
if len(results.domain.class_var.values) > 2:
raise ValueError(
"Multiclass data: specify target class or select "
"averaging ('weighted', 'macro', 'micro')")
target = 1 # Default: use 1 as "positive" class
average = None
labels = None if target is None else [target]
return self.from_predicted(
results, type(self).__wraps__, labels=labels, average=average)
class Precision(TargetScore):
__wraps__ = skl_metrics.precision_score
class Recall(TargetScore):
__wraps__ = skl_metrics.recall_score
class F1(TargetScore):
__wraps__ = skl_metrics.f1_score
class AUC(ClassificationScore):
"""
${sklpar}
Parameters
----------
results : Orange.evaluation.Results
Stored predictions and actual data in model testing.
target : int, optional (default=None)
Value of class to report.
"""
__wraps__ = skl_metrics.roc_auc_score
separate_folds = True
is_binary = True
long_name = "Area under ROC curve"
@staticmethod
def calculate_weights(results):
classes = np.unique(results.actual)
class_cases = [sum(results.actual == class_)
for class_ in classes]
N = results.actual.shape[0]
weights = np.array([c * (N - c) for c in class_cases])
wsum = np.sum(weights)
if wsum == 0:
raise ValueError("Class variable has less than two values")
else:
return weights / wsum
@staticmethod
def single_class_auc(results, target):
y = np.array(results.actual == target, dtype=int)
return np.fromiter(
(skl_metrics.roc_auc_score(y, probabilities[:, int(target)])
for probabilities in results.probabilities),
dtype=np.float64, count=len(results.predicted))
def multi_class_auc(self, results):
classes = np.unique(results.actual)
weights = self.calculate_weights(results)
auc_array = np.array([self.single_class_auc(results, class_)
for class_ in classes])
return np.sum(auc_array.T * weights, axis=1)
def compute_score(self, results, target=None, average=None):
domain = results.domain
n_classes = len(domain.class_var.values)
if n_classes < 2:
raise ValueError("Class variable has less than two values")
elif n_classes == 2:
return self.single_class_auc(results, 1)
else:
if target is None:
return self.multi_class_auc(results)
else:
return self.single_class_auc(results, target)
class LogLoss(ClassificationScore):
"""
${sklpar}
Parameters
----------
results : Orange.evaluation.Results
Stored predictions and actual data in model testing.
eps : float
Log loss is undefined for p=0 or p=1, so probabilities are
clipped to max(eps, min(1 - eps, p)).
normalize : bool, optional (default=True)
If true, return the mean loss per sample.
Otherwise, return the sum of the per-sample losses.
sample_weight : array-like of shape = [n_samples], optional
Sample weights.
Examples
--------
>>> Orange.evaluation.LogLoss(results)
array([ 0.3...])
"""
__wraps__ = skl_metrics.log_loss
def compute_score(self, results, eps=1e-15, normalize=True,
sample_weight=None):
return np.fromiter(
(skl_metrics.log_loss(results.actual,
probabilities,
eps=eps,
normalize=normalize,
sample_weight=sample_weight)
for probabilities in results.probabilities),
dtype=np.float64, count=len(results.probabilities))
class Specificity(ClassificationScore):
is_binary = True
@staticmethod
def calculate_weights(results):
classes, counts = np.unique(results.actual, return_counts=True)
n = np.array(results.actual).shape[0]
return counts / n, classes
@staticmethod
def specificity(y_true, y_pred):
tn, fp, _, _ = confusion_matrix(y_true, y_pred).ravel()
return tn / (tn + fp)
def single_class_specificity(self, results, target):
y_true = (np.array(results.actual) == target).astype(int)
return np.fromiter(
(self.specificity(y_true,
np.array(predicted == target, dtype=int))
for predicted in results.predicted),
dtype=np.float64, count=len(results.predicted))
def multi_class_specificity(self, results):
weights, classes = self.calculate_weights(results)
scores = np.array([self.single_class_specificity(results, class_)
for class_ in classes])
return np.sum(scores.T * weights, axis=1)
def compute_score(self, results, target=None, average="binary"):
domain = results.domain
n_classes = len(domain.class_var.values)
if target is None:
if average == "weighted":
return self.multi_class_specificity(results)
elif average == "binary": # average is binary
if n_classes != 2:
raise ValueError(
"Binary averaging needs two classes in data: "
"specify target class or use "
"weighted averaging.")
return self.single_class_specificity(results, 1)
else:
raise ValueError(
"Wrong parameters: For averaging select one of the "
"following values: ('weighted', 'binary')")
elif target is not None:
return self.single_class_specificity(results, target)
# Regression scores
class MSE(RegressionScore):
__wraps__ = skl_metrics.mean_squared_error
long_name = "Mean square error"
class RMSE(RegressionScore):
long_name = "Root mean square error"
def compute_score(self, results):
return np.sqrt(MSE(results))
class MAE(RegressionScore):
__wraps__ = skl_metrics.mean_absolute_error
long_name = "Mean absolute error"
# pylint: disable=invalid-name
class R2(RegressionScore):
__wraps__ = skl_metrics.r2_score
long_name = "Coefficient of determination"
class CVRMSE(RegressionScore):
long_name = "Coefficient of variation of the RMSE"
def compute_score(self, results):
mean = np.nanmean(results.actual)
if mean < 1e-10:
raise ValueError("Mean value is too small")
return RMSE(results) / mean * 100
# CD scores and plot
def compute_CD(avranks, n, alpha="0.05", test="nemenyi"):
"""
Returns critical difference for Nemenyi or Bonferroni-Dunn test
according to given alpha (either alpha="0.05" or alpha="0.1") for average
ranks and number of tested datasets N. Test can be either "nemenyi" for
for Nemenyi two tailed test or "bonferroni-dunn" for Bonferroni-Dunn test.
"""
k = len(avranks)
d = {("nemenyi", "0.05"): [0, 0, 1.959964, 2.343701, 2.569032, 2.727774,
2.849705, 2.94832, 3.030879, 3.101730, 3.163684,
3.218654, 3.268004, 3.312739, 3.353618, 3.39123,
3.426041, 3.458425, 3.488685, 3.517073,
3.543799],
("nemenyi", "0.1"): [0, 0, 1.644854, 2.052293, 2.291341, 2.459516,
2.588521, 2.692732, 2.779884, 2.854606, 2.919889,
2.977768, 3.029694, 3.076733, 3.119693, 3.159199,
3.195743, 3.229723, 3.261461, 3.291224, 3.319233],
("bonferroni-dunn", "0.05"): [0, 0, 1.960, 2.241, 2.394, 2.498, 2.576,
2.638, 2.690, 2.724, 2.773],
("bonferroni-dunn", "0.1"): [0, 0, 1.645, 1.960, 2.128, 2.241, 2.326,
2.394, 2.450, 2.498, 2.539]}
q = d[(test, alpha)]
cd = q[k] * (k * (k + 1) / (6.0 * n)) ** 0.5
return cd
def graph_ranks(avranks, names, cd=None, cdmethod=None, lowv=None, highv=None,
width=6, textspace=1, reverse=False, filename=None, **kwargs):
"""
Draws a CD graph, which is used to display the differences in methods'
performance. See Janez Demsar, Statistical Comparisons of Classifiers over
Multiple Data Sets, 7(Jan):1--30, 2006.
Needs matplotlib to work.
The image is ploted on `plt` imported using
`import matplotlib.pyplot as plt`.
Args:
avranks (list of float): average ranks of methods.
names (list of str): names of methods.
cd (float): Critical difference used for statistically significance of
difference between methods.
cdmethod (int, optional): the method that is compared with other methods
If omitted, show pairwise comparison of methods
lowv (int, optional): the lowest shown rank
highv (int, optional): the highest shown rank
width (int, optional): default width in inches (default: 6)
textspace (int, optional): space on figure sides (in inches) for the
method names (default: 1)
reverse (bool, optional): if set to `True`, the lowest rank is on the
right (default: `False`)
filename (str, optional): output file name (with extension). If not
given, the function does not write a file.
"""
try:
import matplotlib.pyplot as plt
from matplotlib.backends.backend_agg import FigureCanvasAgg
except ImportError:
raise ImportError("Function graph_ranks requires matplotlib.")
width = float(width)
textspace = float(textspace)
def nth(l, n):
"""
Returns only nth elemnt in a list.
"""
n = lloc(l, n)
return [a[n] for a in l]
def lloc(l, n):
"""
List location in list of list structure.
Enable the use of negative locations:
-1 is the last element, -2 second last...
"""
if n < 0:
return len(l[0]) + n
else:
return n
def mxrange(lr):
"""
Multiple xranges. Can be used to traverse matrices.
This function is very slow due to unknown number of
parameters.
>>> mxrange([3,5])
[(0, 0), (0, 1), (0, 2), (1, 0), (1, 1), (1, 2)]
>>> mxrange([[3,5,1],[9,0,-3]])
[(3, 9), (3, 6), (3, 3), (4, 9), (4, 6), (4, 3)]
"""
if not len(lr):
yield ()
else:
# it can work with single numbers
index = lr[0]
if isinstance(index, int):
index = [index]
for a in range(*index):
for b in mxrange(lr[1:]):
yield tuple([a] + list(b))
def print_figure(fig, *args, **kwargs):
canvas = FigureCanvasAgg(fig)
canvas.print_figure(*args, **kwargs)
sums = avranks
tempsort = sorted([(a, i) for i, a in enumerate(sums)], reverse=reverse)
ssums = nth(tempsort, 0)
sortidx = nth(tempsort, 1)
nnames = [names[x] for x in sortidx]
if lowv is None:
lowv = min(1, int(math.floor(min(ssums))))
if highv is None:
highv = max(len(avranks), int(math.ceil(max(ssums))))
cline = 0.4
k = len(sums)
lines = None
linesblank = 0
scalewidth = width - 2 * textspace
def rankpos(rank):
if not reverse:
a = rank - lowv
else:
a = highv - rank
return textspace + scalewidth / (highv - lowv) * a
distanceh = 0.25
if cd and cdmethod is None:
# get pairs of non significant methods
def get_lines(sums, hsd):
# get all pairs
lsums = len(sums)
allpairs = [(i, j) for i, j in mxrange([[lsums], [lsums]]) if j > i]
# remove not significant
notSig = [(i, j) for i, j in allpairs
if abs(sums[i] - sums[j]) <= hsd]
# keep only longest
def no_longer(ij_tuple, notSig):
i, j = ij_tuple
for i1, j1 in notSig:
if (i1 <= i and j1 > j) or (i1 < i and j1 >= j):
return False
return True
longest = [(i, j) for i, j in notSig if no_longer((i, j), notSig)]
return longest
lines = get_lines(ssums, cd)
linesblank = 0.2 + 0.2 + (len(lines) - 1) * 0.1
# add scale
distanceh = 0.25
cline += distanceh
# calculate height needed height of an image
minnotsignificant = max(2 * 0.2, linesblank)
height = cline + ((k + 1) / 2) * 0.2 + minnotsignificant
fig = plt.figure(figsize=(width, height))
fig.set_facecolor('white')
ax = fig.add_axes([0, 0, 1, 1]) # reverse y axis
ax.set_axis_off()
hf = 1. / height # height factor
wf = 1. / width
def hfl(l):
return [a * hf for a in l]
def wfl(l):
return [a * wf for a in l]
# Upper left corner is (0,0).
ax.plot([0, 1], [0, 1], c="w")
ax.set_xlim(0, 1)
ax.set_ylim(1, 0)
def line(l, color='k', **kwargs):
"""
Input is a list of pairs of points.
"""
ax.plot(wfl(nth(l, 0)), hfl(nth(l, 1)), color=color, **kwargs)
def text(x, y, s, *args, **kwargs):
ax.text(wf * x, hf * y, s, *args, **kwargs)
line([(textspace, cline), (width - textspace, cline)], linewidth=0.7)
bigtick = 0.1
smalltick = 0.05
tick = None
for a in list(np.arange(lowv, highv, 0.5)) + [highv]:
tick = smalltick
if a == int(a):
tick = bigtick
line([(rankpos(a), cline - tick / 2),
(rankpos(a), cline)],
linewidth=0.7)
for a in range(lowv, highv + 1):
text(rankpos(a), cline - tick / 2 - 0.05, str(a),
ha="center", va="bottom")
k = len(ssums)
for i in range(math.ceil(k / 2)):
chei = cline + minnotsignificant + i * 0.2
line([(rankpos(ssums[i]), cline),
(rankpos(ssums[i]), chei),
(textspace - 0.1, chei)],
linewidth=0.7)
text(textspace - 0.2, chei, nnames[i], ha="right", va="center")
for i in range(math.ceil(k / 2), k):
chei = cline + minnotsignificant + (k - i - 1) * 0.2
line([(rankpos(ssums[i]), cline),
(rankpos(ssums[i]), chei),
(textspace + scalewidth + 0.1, chei)],
linewidth=0.7)
text(textspace + scalewidth + 0.2, chei, nnames[i],
ha="left", va="center")
if cd and cdmethod is None:
# upper scale
if not reverse:
begin, end = rankpos(lowv), rankpos(lowv + cd)
else:
begin, end = rankpos(highv), rankpos(highv - cd)
line([(begin, distanceh), (end, distanceh)], linewidth=0.7)
line([(begin, distanceh + bigtick / 2),
(begin, distanceh - bigtick / 2)],
linewidth=0.7)
line([(end, distanceh + bigtick / 2),
(end, distanceh - bigtick / 2)],
linewidth=0.7)
text((begin + end) / 2, distanceh - 0.05, "CD",
ha="center", va="bottom")
# no-significance lines
def draw_lines(lines, side=0.05, height=0.1):
start = cline + 0.2
for l, r in lines:
line([(rankpos(ssums[l]) - side, start),
(rankpos(ssums[r]) + side, start)],
linewidth=2.5)
start += height
draw_lines(lines)
elif cd:
begin = rankpos(avranks[cdmethod] - cd)
end = rankpos(avranks[cdmethod] + cd)
line([(begin, cline), (end, cline)],
linewidth=2.5)
line([(begin, cline + bigtick / 2),
(begin, cline - bigtick / 2)],
linewidth=2.5)
line([(end, cline + bigtick / 2),
(end, cline - bigtick / 2)],
linewidth=2.5)
if filename:
print_figure(fig, filename, **kwargs)

View File

@ -0,0 +1,825 @@
# __new__ methods have different arguments
# pylint: disable=arguments-differ
from warnings import warn
from collections import namedtuple
from time import time
import numpy as np
import sklearn.model_selection as skl
from Orange.data import Table, Domain, ContinuousVariable, DiscreteVariable
__all__ = ["Results", "CrossValidation", "LeaveOneOut", "TestOnTrainingData",
"ShuffleSplit", "TestOnTestData", "sample", "CrossValidationFeature"]
_MpResults = namedtuple('_MpResults', ('fold_i', 'learner_i', 'model',
'failed', 'n_values', 'values',
'probs', 'train_time', 'test_time'))
def _identity(x):
return x
def _mp_worker(fold_i, train_data, test_data, learner_i, learner,
store_models):
predicted, probs, model, failed = None, None, None, False
train_time, test_time = None, None
try:
if not train_data or not test_data:
raise RuntimeError('Test fold is empty')
# training
t0 = time()
model = learner(train_data)
train_time = time() - t0
t0 = time()
# testing
if train_data.domain.has_discrete_class:
predicted, probs = model(test_data, model.ValueProbs)
elif train_data.domain.has_continuous_class:
predicted = model(test_data, model.Value)
test_time = time() - t0
# Different models can fail at any time raising any exception
except Exception as ex: # pylint: disable=broad-except
failed = ex
return _MpResults(fold_i, learner_i, store_models and model,
failed, len(test_data), predicted, probs,
train_time, test_time)
class Results:
"""
Class for storing predictions in model testing.
Attributes:
data (Optional[Table]): Data used for testing.
models (Optional[List[Model]]): A list of induced models.
row_indices (np.ndarray): Indices of rows in `data` that were used in
testing, stored as a numpy vector of length `nrows`.
Values of `actual[i]`, `predicted[i]` and `probabilities[i]` refer
to the target value of instance, that is, the i-th test instance
is `data[row_indices[i]]`, its actual class is `actual[i]`, and
the prediction by m-th method is `predicted[m, i]`.
nrows (int): The number of test instances (including duplicates);
`nrows` equals the length of `row_indices` and `actual`, and the
second dimension of `predicted` and `probabilities`.
actual (np.ndarray): true values of target variable in a vector of
length `nrows`.
predicted (np.ndarray): predicted values of target variable in an array
of shape (number-of-methods, `nrows`)
probabilities (Optional[np.ndarray]): predicted probabilities
(for discrete target variables) in an array of shape
(number-of-methods, `nrows`, number-of-classes)
folds (List[Slice or List[int]]): a list of indices (or slice objects)
corresponding to testing data subsets, that is,
`row_indices[folds[i]]` contains row indices used in fold i, so
`data[row_indices[folds[i]]]` is the corresponding testing data
train_time (np.ndarray): training times of batches
test_time (np.ndarray): testing times of batches
"""
def __init__(self, data=None, *,
nmethods=None, nrows=None, nclasses=None,
domain=None,
row_indices=None, folds=None, score_by_folds=True,
learners=None, models=None, failed=None,
actual=None, predicted=None, probabilities=None,
store_data=None, store_models=None,
train_time=None, test_time=None):
"""
Construct an instance.
The constructor stores the given data, and creates empty arrays
`actual`, `predicted` and `probabilities` if ther are not given but
sufficient data is provided to deduct their shapes.
The function
- set any attributes specified directly through arguments.
- infers the number of methods, rows and classes from other data
and/or check their overall consistency.
- Prepare empty arrays `actual`, `predicted`, `probabilities` and
`failed` if the are not given. If not enough data is available,
the corresponding arrays are `None`.
Args:
data (Orange.data.Table): stored data from which test was sampled
nmethods (int): number of methods; can be inferred (or must match)
the size of `learners`, `models`, `failed`, `predicted` and
`probabilities`
nrows (int): number of data instances; can be inferred (or must
match) `data`, `row_indices`, `actual`, `predicted` and
`probabilities`
nclasses (int): number of class values (`None` if continuous); can
be inferred (or must match) from `domain.class_var` or
`probabilities`
domain (Orange.data.Domain): data domain; can be inferred (or must)
match `data.domain`
row_indices (np.ndarray): see class documentation
folds (np.ndarray): see class documentation
score_by_folds (np.ndarray): see class documentation
learners (np.ndarray): see class documentation
models (np.ndarray): see class documentation
failed (list of str): see class documentation
actual (np.ndarray): see class documentation
predicted (np.ndarray): see class documentation
probabilities (np.ndarray): see class documentation
store_data (bool): ignored; kept for backward compatibility
store_models (bool): ignored; kept for backward compatibility
"""
# Set given data directly from arguments
self.data = data
self.domain = domain
self.row_indices = row_indices
self.folds = folds
self.score_by_folds = score_by_folds
self.learners = learners
self.models = models
self.actual = actual
self.predicted = predicted
self.probabilities = probabilities
self.failed = failed
self.train_time = train_time
self.test_time = test_time
# Guess the rest -- or check for ambguities
def set_or_raise(value, exp_values, msg):
for exp_value in exp_values:
if exp_value is False:
continue
if value is None:
value = exp_value
elif value != exp_value:
raise ValueError(msg)
return value
domain = self.domain = set_or_raise(
domain, [data is not None and data.domain],
"mismatching domain")
self.nrows = nrows = set_or_raise(
nrows, [actual is not None and len(actual),
row_indices is not None and len(row_indices),
predicted is not None and predicted.shape[1],
probabilities is not None and probabilities.shape[1]],
"mismatching number of rows")
if domain is not None and domain.has_continuous_class:
if nclasses is not None:
raise ValueError(
"regression results cannot have non-None 'nclasses'")
if probabilities is not None:
raise ValueError(
"regression results cannot have 'probabilities'")
nclasses = set_or_raise(
nclasses, [domain is not None and domain.has_discrete_class and
len(domain.class_var.values),
probabilities is not None and probabilities.shape[2]],
"mismatching number of class values")
nmethods = set_or_raise(
nmethods, [learners is not None and len(learners),
models is not None and models.shape[1],
failed is not None and len(failed),
predicted is not None and predicted.shape[0],
probabilities is not None and probabilities.shape[0]],
"mismatching number of methods")
# Prepare empty arrays
if actual is None \
and nrows is not None:
self.actual = np.empty(nrows)
if predicted is None \
and nmethods is not None and nrows is not None:
self.predicted = np.empty((nmethods, nrows))
if probabilities is None \
and nmethods is not None and nrows is not None \
and nclasses is not None:
self.probabilities = \
np.empty((nmethods, nrows, nclasses))
if failed is None \
and nmethods is not None:
self.failed = [False] * nmethods
def get_fold(self, fold):
results = Results()
results.data = self.data
if self.folds is None:
raise ValueError("This 'Results' instance does not have folds.")
if self.models is not None:
results.models = self.models[fold]
results.row_indices = self.row_indices[self.folds[fold]]
results.actual = self.actual[self.folds[fold]]
results.predicted = self.predicted[:, self.folds[fold]]
results.domain = self.domain
if self.probabilities is not None:
results.probabilities = self.probabilities[:, self.folds[fold]]
return results
def get_augmented_data(self, model_names,
include_attrs=True, include_predictions=True,
include_probabilities=True):
"""
Return the test data table augmented with meta attributes containing
predictions, probabilities (if the task is classification) and fold
indices.
Args:
model_names (list of str): names of models
include_attrs (bool):
if set to `False`, original attributes are removed
include_predictions (bool):
if set to `False`, predictions are not added
include_probabilities (bool):
if set to `False`, probabilities are not added
Returns:
augmented_data (Orange.data.Table):
data augmented with predictions, probabilities and fold indices
"""
assert self.predicted.shape[0] == len(model_names)
data = self.data[self.row_indices]
class_var = data.domain.class_var
classification = class_var and class_var.is_discrete
new_meta_attr = []
new_meta_vals = np.empty((len(data), 0))
if classification:
# predictions
if include_predictions:
new_meta_attr += (
DiscreteVariable(name=name, values=class_var.values)
for name in model_names)
new_meta_vals = np.hstack((new_meta_vals, self.predicted.T))
# probabilities
if include_probabilities:
for name in model_names:
new_meta_attr += (
ContinuousVariable(name=f"{name} ({value})")
for value in class_var.values)
for i in self.probabilities:
new_meta_vals = np.hstack((new_meta_vals, i))
elif include_predictions:
# regression
new_meta_attr += (ContinuousVariable(name=name)
for name in model_names)
new_meta_vals = np.hstack((new_meta_vals, self.predicted.T))
# add fold info
if self.folds is not None:
new_meta_attr.append(
DiscreteVariable(
name="Fold",
values=[str(i + 1) for i in range(len(self.folds))]))
fold = np.empty((len(data), 1))
for i, s in enumerate(self.folds):
fold[s, 0] = i
new_meta_vals = np.hstack((new_meta_vals, fold))
# append new columns to meta attributes
new_meta_attr = list(data.domain.metas) + new_meta_attr
new_meta_vals = np.hstack((data.metas, new_meta_vals))
attrs = data.domain.attributes if include_attrs else []
domain = Domain(attrs, data.domain.class_vars, metas=new_meta_attr)
predictions = data.transform(domain)
predictions.metas = new_meta_vals
predictions.name = data.name
return predictions
def split_by_model(self):
"""
Split evaluation results by models.
The method generates instances of `Results` containing data for single
models
"""
data = self.data
nmethods = len(self.predicted)
for i in range(nmethods):
res = Results()
res.data = data
res.domain = self.domain
res.learners = [self.learners[i]]
res.row_indices = self.row_indices
res.actual = self.actual
res.folds = self.folds
res.score_by_folds = self.score_by_folds
res.test_time = self.test_time[i]
res.train_time = self.train_time[i]
res.predicted = self.predicted[(i,), :]
if getattr(self, "probabilities", None) is not None:
res.probabilities = self.probabilities[(i,), :, :]
if self.models is not None:
res.models = self.models[:, i:i + 1]
res.failed = [self.failed[i]]
yield res
class Validation:
"""
Base class for different testing schemata such as cross validation and
testing on separate data set.
If `data` is some data table and `learners` is a list of learning
algorithms. This will run 5-fold cross validation and store the results
in `res`.
cv = CrossValidation(k=5)
res = cv(data, learners)
If constructor was given data and learning algorithms (as in
`res = CrossValidation(data, learners, k=5)`, it used to automagically
call the instance after constructing it and return `Results` instead
of an instance of `Validation`. This functionality
is deprecated and will be removed in the future.
Attributes:
store_data (bool): a flag defining whether the data is stored
store_models (bool): a flag defining whether the models are stored
"""
score_by_folds = False
def __new__(cls,
data=None, learners=None, preprocessor=None, test_data=None,
*, callback=None, store_data=False, store_models=False,
n_jobs=None, **kwargs):
self = super().__new__(cls)
if (learners is None) != (data is None):
raise ValueError(
"learners and train_data must both be present or not")
if learners is None:
if preprocessor is not None:
raise ValueError("preprocessor cannot be given if learners "
"and train_data are omitted")
if callback is not None:
raise ValueError("callback cannot be given if learners "
"and train_data are omitted")
return self
warn("calling Validation's constructor with data and learners "
"is deprecated;\nconstruct an instance and call it",
DeprecationWarning, stacklevel=2)
# Explicitly call __init__ because Python won't
self.__init__(store_data=store_data, store_models=store_models,
**kwargs)
if test_data is not None:
test_data_kwargs = {"test_data": test_data}
else:
test_data_kwargs = {}
return self(data, learners=learners, preprocessor=preprocessor,
callback=callback, **test_data_kwargs)
# Note: this will be called only if __new__ doesn't have data and learners
def __init__(self, *, store_data=False, store_models=False):
self.store_data = store_data
self.store_models = store_models
def fit(self, *args, **kwargs):
warn("Validation.fit is deprecated; use the call operator",
DeprecationWarning)
return self(*args, **kwargs)
def __call__(self, data, learners, preprocessor=None, *, callback=None):
"""
Args:
data (Orange.data.Table): data to be used (usually split) into
training and testing
learners (list of Orange.Learner): a list of learning algorithms
preprocessor (Orange.preprocess.Preprocess): preprocessor applied
on training data
callback (Callable): a function called to notify about the progress
Returns:
results (Result): results of testing
"""
if preprocessor is None:
preprocessor = _identity
if callback is None:
callback = _identity
indices = self.get_indices(data)
folds, row_indices, actual = self.prepare_arrays(data, indices)
data_splits = (
(fold_i, preprocessor(data[train_i]), data[test_i])
for fold_i, (train_i, test_i) in enumerate(indices))
args_iter = (
(fold_i, data, test_data, learner_i, learner, self.store_models)
for (fold_i, data, test_data) in data_splits
for (learner_i, learner) in enumerate(learners))
part_results = []
parts = np.linspace(.0, .99, len(learners) * len(indices) + 1)[1:]
for progress, part in zip(parts, args_iter):
part_results.append(_mp_worker(*(part + ())))
callback(progress)
callback(1)
results = Results(
data=data if self.store_data else None,
domain=data.domain,
nrows=len(row_indices), learners=learners,
row_indices=row_indices, folds=folds, actual=actual,
score_by_folds=self.score_by_folds,
train_time=np.zeros((len(learners),)),
test_time=np.zeros((len(learners),)))
if self.store_models:
results.models = np.tile(None, (len(indices), len(learners)))
self._collect_part_results(results, part_results)
return results
@classmethod
def prepare_arrays(cls, data, indices):
"""Prepare `folds`, `row_indices` and `actual`.
The method is used by `__call__`. While functional, it may be
overriden in subclasses for speed-ups.
Args:
data (Orange.data.Table): data use for testing
indices (list of vectors):
indices of data instances in each test sample
Returns:
folds: (np.ndarray): see class documentation
row_indices: (np.ndarray): see class documentation
actual: (np.ndarray): see class documentation
"""
folds = []
row_indices = []
ptr = 0
for _, test in indices:
folds.append(slice(ptr, ptr + len(test)))
row_indices.append(test)
ptr += len(test)
row_indices = np.concatenate(row_indices, axis=0)
actual = data[row_indices].Y.ravel()
return folds, row_indices, actual
@staticmethod
def get_indices(data):
"""
Return a list of arrays of indices of test data instance
For example, in k-fold CV, the result is a list with `k` elements,
each containing approximately `len(data) / k` nonoverlapping indices
into `data`.
This method is abstract and must be implemented in derived classes
unless they provide their own implementation of the `__call__`
method.
Args:
data (Orange.data.Table): test data
Returns:
indices (list of np.ndarray):
a list of arrays of indices into `data`
"""
raise NotImplementedError()
def _collect_part_results(self, results, part_results):
part_results = sorted(part_results)
ptr, prev_fold_i, prev_n_values = 0, 0, 0
for res in part_results:
if res.fold_i != prev_fold_i:
ptr += prev_n_values
prev_fold_i = res.fold_i
result_slice = slice(ptr, ptr + res.n_values)
prev_n_values = res.n_values
if res.failed:
results.failed[res.learner_i] = res.failed
continue
if self.store_models:
results.models[res.fold_i][res.learner_i] = res.model
results.predicted[res.learner_i][result_slice] = res.values
results.train_time[res.learner_i] += res.train_time
results.test_time[res.learner_i] += res.test_time
if res.probs is not None:
results.probabilities[res.learner_i][result_slice, :] = \
res.probs
class CrossValidation(Validation):
"""
K-fold cross validation
Attributes:
k (int): number of folds (default: 10)
random_state (int):
seed for random number generator (default: 0). If set to `None`,
a different seed is used each time
stratified (bool):
flag deciding whether to perform stratified cross-validation.
If `True` but the class sizes don't allow it, it uses non-stratified
validataion and adds a list `warning` with a warning message(s) to
the `Result`.
"""
# TODO: list `warning` contains just repetitions of the same message
# replace with a flag in `Results`?
def __init__(self, k=10, stratified=True, random_state=0,
store_data=False, store_models=False, warnings=None):
super().__init__(store_data=store_data, store_models=store_models)
self.k = k
self.stratified = stratified
self.random_state = random_state
self.warnings = [] if warnings is None else warnings
def get_indices(self, data):
if self.stratified and data.domain.has_discrete_class:
try:
splitter = skl.StratifiedKFold(
self.k, shuffle=True, random_state=self.random_state
)
splitter.get_n_splits(data.X, data.Y)
return list(splitter.split(data.X, data.Y))
except ValueError:
self.warnings.append("Using non-stratified sampling.")
splitter = skl.KFold(
self.k, shuffle=True, random_state=self.random_state)
splitter.get_n_splits(data)
return list(splitter.split(data))
class CrossValidationFeature(Validation):
"""
Cross validation with folds according to values of a feature.
Attributes:
feature (Orange.data.Variable): the feature defining the folds
"""
def __init__(self, feature=None,
store_data=False, store_models=False, warnings=None):
super().__init__(store_data=store_data, store_models=store_models)
self.feature = feature
def get_indices(self, data):
data = data.transform(Domain([self.feature], None))
values = data[:, self.feature].X
indices = []
for v in range(len(self.feature.values)):
test_index = np.where(values == v)[0]
train_index = np.where((values != v) & (~np.isnan(values)))[0]
if test_index.size and train_index.size:
indices.append((train_index, test_index))
if not indices:
raise ValueError(
f"'{self.feature.name}' does not have at least two distinct "
"values on the data")
return indices
class LeaveOneOut(Validation):
"""Leave-one-out testing"""
score_by_folds = False
def get_indices(self, data):
splitter = skl.LeaveOneOut()
splitter.get_n_splits(data)
return list(splitter.split(data))
@staticmethod
def prepare_arrays(data, indices):
# sped up version of super().prepare_arrays(data)
row_indices = np.arange(len(data))
return row_indices, row_indices, data.Y.flatten()
class ShuffleSplit(Validation):
"""
Test by repeated random sampling
Attributes:
n_resamples (int): number of repetitions
test_size (float, int, None):
If float, should be between 0.0 and 1.0 and represent the proportion
of the dataset to include in the test split. If int, represents the
absolute number of test samples. If None, the value is set to the
complement of the train size. By default, the value is set to 0.1.
The default will change in version 0.21. It will remain 0.1 only
if ``train_size`` is unspecified, otherwise it will complement
the specified ``train_size``.
(from documentation of scipy.sklearn.StratifiedShuffleSplit)
train_size : float, int, or None, default is None
If float, should be between 0.0 and 1.0 and represent the
proportion of the dataset to include in the train split. If
int, represents the absolute number of train samples. If None,
the value is automatically set to the complement of the test size.
(from documentation of scipy.sklearn.StratifiedShuffleSplit)
stratified (bool):
flag deciding whether to perform stratified cross-validation.
random_state (int):
seed for random number generator (default: 0). If set to `None`,
a different seed is used each time
"""
def __init__(self, n_resamples=10, train_size=None, test_size=0.1,
stratified=True, random_state=0,
store_data=False, store_models=False):
super().__init__(store_data=store_data, store_models=store_models)
self.n_resamples = n_resamples
self.train_size = train_size
self.test_size = test_size
self.stratified = stratified
self.random_state = random_state
def get_indices(self, data):
if self.stratified and data.domain.has_discrete_class:
splitter = skl.StratifiedShuffleSplit(
n_splits=self.n_resamples, train_size=self.train_size,
test_size=self.test_size, random_state=self.random_state
)
splitter.get_n_splits(data.X, data.Y)
return list(splitter.split(data.X, data.Y))
splitter = skl.ShuffleSplit(
n_splits=self.n_resamples, train_size=self.train_size,
test_size=self.test_size, random_state=self.random_state
)
splitter.get_n_splits(data)
return list(splitter.split(data))
class TestOnTestData(Validation):
"""
Test on separately provided test data
Note that the class has a different signature for `__call__`.
"""
# get_indices is not needed in this class, pylint: disable=abstract-method
def __new__(cls, data=None, test_data=None, learners=None,
preprocessor=None, **kwargs):
if "train_data" in kwargs:
if data is None:
data = kwargs.pop("train_data")
else:
raise ValueError(
"argument 'data' is given twice (once as 'train_data')")
return super().__new__(
cls,
data=data, learners=learners, preprocessor=preprocessor,
test_data=test_data, **kwargs)
def __call__(self, data, test_data, learners, preprocessor=None,
*, callback=None):
"""
Args:
data (Orange.data.Table): training data
test_data (Orange.data.Table): test_data
learners (list of Orange.Learner): a list of learning algorithms
preprocessor (Orange.preprocess.Preprocess): preprocessor applied
on training data
callback (Callable): a function called to notify about the progress
Returns:
results (Result): results of testing
"""
if preprocessor is None:
preprocessor = _identity
if callback is None:
callback = _identity
train_data = preprocessor(data)
part_results = []
for (learner_i, learner) in enumerate(learners):
part_results.append(
_mp_worker(0, train_data, test_data, learner_i, learner,
self.store_models))
callback((learner_i + 1) / len(learners))
callback(1)
results = Results(
data=test_data if self.store_data else None,
domain=test_data.domain,
nrows=len(test_data), learners=learners,
row_indices=np.arange(len(test_data)),
folds=(Ellipsis, ),
actual=test_data.Y.ravel(),
score_by_folds=self.score_by_folds,
train_time=np.zeros((len(learners),)),
test_time=np.zeros((len(learners),)))
if self.store_models:
results.models = np.tile(None, (1, len(learners)))
self._collect_part_results(results, part_results)
return results
class TestOnTrainingData(TestOnTestData):
"""Test on training data"""
# get_indices is not needed in this class, pylint: disable=abstract-method
# signature is such as on the base class, pylint: disable=signature-differs
def __new__(cls, data=None, learners=None, preprocessor=None, **kwargs):
return super().__new__(
cls,
data, test_data=data, learners=learners, preprocessor=preprocessor,
**kwargs)
def __call__(self, data, learners, preprocessor=None, *, callback=None,
**kwargs):
kwargs.setdefault("test_data", data)
# if kwargs contains anything besides test_data, this will be detected
# (and complained about) by super().__call__
return super().__call__(
data=data, learners=learners, preprocessor=preprocessor,
callback=callback, **kwargs)
def sample(table, n=0.7, stratified=False, replace=False,
random_state=None):
"""
Samples data instances from a data table. Returns the sample and
a dataset from input data table that are not in the sample. Also
uses several sampling functions from
`scikit-learn <http://scikit-learn.org>`_.
table : data table
A data table from which to sample.
n : float, int (default = 0.7)
If float, should be between 0.0 and 1.0 and represents
the proportion of data instances in the resulting sample. If
int, n is the number of data instances in the resulting sample.
stratified : bool, optional (default = False)
If true, sampling will try to consider class values and
match distribution of class values
in train and test subsets.
replace : bool, optional (default = False)
sample with replacement
random_state : int or RandomState
Pseudo-random number generator state used for random sampling.
"""
if isinstance(n, float):
n = int(n * len(table))
if replace:
if random_state is None:
rgen = np.random
else:
rgen = np.random.mtrand.RandomState(random_state)
a_sample = rgen.randint(0, len(table), n)
o = np.ones(len(table))
o[a_sample] = 0
others = np.nonzero(o)[0]
return table[a_sample], table[others]
n = len(table) - n
if stratified and table.domain.has_discrete_class:
test_size = max(len(table.domain.class_var.values), n)
splitter = skl.StratifiedShuffleSplit(
n_splits=1, test_size=test_size, train_size=len(table) - test_size,
random_state=random_state)
splitter.get_n_splits(table.X, table.Y)
ind = splitter.split(table.X, table.Y)
else:
splitter = skl.ShuffleSplit(
n_splits=1, test_size=n, random_state=random_state)
splitter.get_n_splits(table)
ind = splitter.split(table)
ind = next(ind)
return table[ind[0]], table[ind[1]]

View File

@ -0,0 +1,125 @@
import unittest
from unittest.mock import patch
import numpy as np
from Orange.evaluation.testing import Results
from Orange.evaluation.performance_curves import Curves
# Test data and sensitivity/specificity are taken from
# Tom Fawcett: An introduction to ROC analysis, with one true positive instance
# removed, so that the number of positive and negative does not match
class TestCurves(unittest.TestCase):
def setUp(self):
n, p = (0, 1)
self.data = np.array([
(p, .8), (n, .7), (p, .6), (p, .55), (p, .54), (n, .53),
(n, .52), (p, .51), (n, .505), (p, .4), (n, .39), (p, .38),
(n, .37), (n, .36), (n, .35), (p, .34), (n, .33), (p, .30), (n, .1)
])
def test_curves(self):
np.random.shuffle(self.data)
ytrue, probs = self.data.T
curves = Curves(ytrue, probs)
tn = np.array(
[0, 1, 1, 2, 2, 3, 4, 5, 5, 6, 6, 7, 7, 8, 9, 9, 9, 9, 10, 10])
np.testing.assert_equal(curves.tn, tn)
np.testing.assert_equal(curves.fp, 10 - tn)
np.testing.assert_almost_equal(curves.specificity(), tn / 10)
tp = np.array(
[9, 9, 8, 8, 7, 7, 7, 7, 6, 6, 5, 5, 4, 4, 4, 3, 2, 1, 1, 0])
np.testing.assert_equal(curves.tp, tp)
np.testing.assert_equal(curves.fn, 9 - tp)
np.testing.assert_almost_equal(curves.sensitivity(), tp / 9)
np.testing.assert_almost_equal(
curves.ca(),
np.array([9, 10, 9, 10, 9, 10, 11, 12, 11, 12, 11, 12, 11, 12,
13, 12, 11, 10, 11, 10]) / 19)
precision = np.array(
[9 / 19, 9 / 18, 8 / 17, 8 / 16, 7 / 15, 7 / 14, 7 / 13,
7 / 12, 6 / 11, 6 / 10, 5 / 9, 5 / 8, 4 / 7, 4 / 6,
4 / 5, 3 / 4, 2 / 3, 1 / 2, 1 / 1, 1])
np.testing.assert_almost_equal(curves.precision(), precision)
np.testing.assert_almost_equal(curves.recall(), tp / 9)
np.testing.assert_almost_equal(curves.ppv(), precision)
np.testing.assert_almost_equal(
curves.npv(),
np.array([1, 1 / 1, 1 / 2, 2 / 3, 2 / 4, 3 / 5, 4 / 6, 5 / 7,
5 / 8, 6 / 9, 6 / 10, 7 / 11, 7 / 12, 8 / 13, 9 / 14,
9 / 15, 9 / 16, 9 / 17, 10 / 18, 10 / 19]))
np.testing.assert_almost_equal(curves.tpr(), tp / 9)
np.testing.assert_almost_equal(curves.fpr(), (10 - tn) / 10)
@patch("Orange.evaluation.performance_curves.Curves.__init__",
return_value=None)
def test_curves_from_results(self, init):
res = Results()
ytrue, probs = self.data.T
res.actual = ytrue.astype(float)
res.probabilities = np.vstack((1 - probs, probs)).T.reshape(1, -1, 2)
Curves.from_results(res)
cytrue, cprobs = init.call_args[0]
np.testing.assert_equal(cytrue, ytrue)
np.testing.assert_equal(cprobs, probs)
Curves.from_results(res, target_class=0)
cytrue, cprobs = init.call_args[0]
np.testing.assert_equal(cytrue, 1 - ytrue)
np.testing.assert_equal(cprobs, 1 - probs)
res.actual = ytrue.astype(float)
res.probabilities = np.random.random((2, 19, 2))
res.probabilities[1] = np.vstack((1 - probs, probs)).T
Curves.from_results(res, model_index=1)
cytrue, cprobs = init.call_args[0]
np.testing.assert_equal(cytrue, ytrue)
np.testing.assert_equal(cprobs, probs)
self.assertRaises(ValueError, Curves.from_results, res)
ytrue[ytrue == 0] = 2 * (np.arange(10) % 2)
res.actual = ytrue.astype(float)
res.probabilities = np.random.random((2, 19, 3))
res.probabilities[1] = np.vstack(
((1 - probs) / 3, probs, (1 - probs) * 2 / 3)).T
Curves.from_results(res, model_index=1, target_class=1)
cytrue, cprobs = init.call_args[0]
np.testing.assert_equal(cytrue, ytrue == 1)
np.testing.assert_equal(cprobs, probs)
Curves.from_results(res, model_index=1, target_class=0)
cytrue, cprobs = init.call_args[0]
np.testing.assert_equal(cytrue, ytrue == 0)
np.testing.assert_equal(cprobs, (1 - probs) / 3)
Curves.from_results(res, model_index=1, target_class=2)
cytrue, cprobs = init.call_args[0]
np.testing.assert_equal(cytrue, ytrue == 2)
np.testing.assert_equal(cprobs, (1 - probs) * 2 / 3)
self.assertRaises(ValueError, Curves.from_results, res, model_index=1)
@patch("Orange.evaluation.performance_curves.Curves.__init__",
return_value=None)
def test_curves_from_results_nans(self, init):
res = Results()
ytrue, probs = self.data.T
ytrue[0] = np.nan
probs[-1] = np.nan
res.actual = ytrue.astype(float)
res.probabilities = np.vstack((1 - probs, probs)).T.reshape(1, -1, 2)
Curves.from_results(res)
cytrue, cprobs = init.call_args[0]
np.testing.assert_equal(cytrue, ytrue[1:-1])
np.testing.assert_equal(cprobs, probs[1:-1])

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

View File

@ -0,0 +1,18 @@
import os
import sys
from .env_manager import *
from .package_install import *
from .package_remove import *
from .package_update import *
# 获取项目相关目录添加到path中
plugins_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
features_dir = os.path.dirname(plugins_dir)
patata_dir = os.path.dirname(features_dir)
ui_dir = patata_dir + '\\ui'
# 把目录加入环境变量
sys.path.insert(0, plugins_dir)
sys.path.insert(0, patata_dir)
sys.path.insert(0, features_dir)
sys.path.insert(0, ui_dir)

View File

@ -0,0 +1,123 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'env_manager.ui'
#
# Created by: PyQt5 UI code generator 5.15.0
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_Form(object):
def setupUi(self, Form):
Form.setObjectName("Form")
Form.resize(800, 500)
self.horizontalLayout = QtWidgets.QHBoxLayout(Form)
self.horizontalLayout.setObjectName("horizontalLayout")
self.widget = QtWidgets.QWidget(Form)
self.widget.setMaximumSize(QtCore.QSize(200, 16777215))
self.widget.setObjectName("widget")
self.horizontalLayout_3 = QtWidgets.QHBoxLayout(self.widget)
self.horizontalLayout_3.setContentsMargins(0, 0, 0, 0)
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
self.verticalLayout_2 = QtWidgets.QVBoxLayout()
self.verticalLayout_2.setObjectName("verticalLayout_2")
self.listWidget = QtWidgets.QListWidget(self.widget)
self.listWidget.setObjectName("listWidget")
item = QtWidgets.QListWidgetItem()
self.listWidget.addItem(item)
self.verticalLayout_2.addWidget(self.listWidget)
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
self.pushButton_new = QtWidgets.QPushButton(self.widget)
self.pushButton_new.setObjectName("pushButton_new")
self.horizontalLayout_2.addWidget(self.pushButton_new)
self.pushButton_copy = QtWidgets.QPushButton(self.widget)
self.pushButton_copy.setObjectName("pushButton_copy")
self.horizontalLayout_2.addWidget(self.pushButton_copy)
self.pushButton_from = QtWidgets.QPushButton(self.widget)
self.pushButton_from.setObjectName("pushButton_from")
self.horizontalLayout_2.addWidget(self.pushButton_from)
self.pushButton_delete = QtWidgets.QPushButton(self.widget)
self.pushButton_delete.setObjectName("pushButton_delete")
self.horizontalLayout_2.addWidget(self.pushButton_delete)
spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
self.horizontalLayout_2.addItem(spacerItem)
self.verticalLayout_2.addLayout(self.horizontalLayout_2)
self.horizontalLayout_3.addLayout(self.verticalLayout_2)
self.horizontalLayout.addWidget(self.widget)
self.stackedWidget = QtWidgets.QStackedWidget(Form)
self.stackedWidget.setObjectName("stackedWidget")
self.page_1 = QtWidgets.QWidget()
self.page_1.setObjectName("page_1")
self.horizontalLayout_5 = QtWidgets.QHBoxLayout(self.page_1)
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 0)
self.horizontalLayout_5.setObjectName("horizontalLayout_5")
self.verticalLayout_3 = QtWidgets.QVBoxLayout()
self.verticalLayout_3.setObjectName("verticalLayout_3")
self.horizontalLayout_4 = QtWidgets.QHBoxLayout()
self.horizontalLayout_4.setObjectName("horizontalLayout_4")
self.pushButton_install = QtWidgets.QPushButton(self.page_1)
self.pushButton_install.setObjectName("pushButton_install")
self.horizontalLayout_4.addWidget(self.pushButton_install)
self.pushButton_import = QtWidgets.QPushButton(self.page_1)
self.pushButton_import.setObjectName("pushButton_import")
self.horizontalLayout_4.addWidget(self.pushButton_import)
self.pushButton_export = QtWidgets.QPushButton(self.page_1)
self.pushButton_export.setObjectName("pushButton_export")
self.horizontalLayout_4.addWidget(self.pushButton_export)
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
self.horizontalLayout_4.addItem(spacerItem1)
self.lineEdit_find = QtWidgets.QLineEdit(self.page_1)
self.lineEdit_find.setMinimumSize(QtCore.QSize(0, 25))
self.lineEdit_find.setObjectName("lineEdit_find")
self.horizontalLayout_4.addWidget(self.lineEdit_find)
self.comboBox = QtWidgets.QComboBox(self.page_1)
self.comboBox.setObjectName("comboBox")
self.comboBox.addItem("")
self.comboBox.addItem("")
self.comboBox.addItem("")
self.horizontalLayout_4.addWidget(self.comboBox)
self.verticalLayout_3.addLayout(self.horizontalLayout_4)
self.tableWidget = QtWidgets.QTableWidget(self.page_1)
self.tableWidget.setObjectName("tableWidget")
self.tableWidget.setColumnCount(0)
self.tableWidget.setRowCount(0)
self.verticalLayout_3.addWidget(self.tableWidget)
self.horizontalLayout_5.addLayout(self.verticalLayout_3)
self.stackedWidget.addWidget(self.page_1)
self.page_2 = QtWidgets.QWidget()
self.page_2.setObjectName("page_2")
self.pushButton = QtWidgets.QPushButton(self.page_2)
self.pushButton.setGeometry(QtCore.QRect(500, 250, 75, 23))
self.pushButton.setObjectName("pushButton")
self.stackedWidget.addWidget(self.page_2)
self.horizontalLayout.addWidget(self.stackedWidget)
self.retranslateUi(Form)
self.stackedWidget.setCurrentIndex(0)
QtCore.QMetaObject.connectSlotsByName(Form)
def retranslateUi(self, Form):
_translate = QtCore.QCoreApplication.translate
Form.setWindowTitle(_translate("Form", "Python环境管理"))
__sortingEnabled = self.listWidget.isSortingEnabled()
self.listWidget.setSortingEnabled(False)
item = self.listWidget.item(0)
item.setText(_translate("Form", "默认环境"))
self.listWidget.setSortingEnabled(__sortingEnabled)
self.pushButton_new.setText(_translate("Form", "新建"))
self.pushButton_copy.setText(_translate("Form", "复制"))
self.pushButton_from.setText(_translate("Form", "导入"))
self.pushButton_delete.setText(_translate("Form", "删除"))
self.pushButton_install.setText(_translate("Form", "安装"))
self.pushButton_import.setText(_translate("Form", "导入"))
self.pushButton_export.setText(_translate("Form", "导出"))
self.lineEdit_find.setPlaceholderText(_translate("Form", "请输入包名"))
self.comboBox.setItemText(0, _translate("Form", "已安装"))
self.comboBox.setItemText(1, _translate("Form", "可更新"))
self.comboBox.setItemText(2, _translate("Form", ""))
self.pushButton.setText(_translate("Form", "PushButton"))

View File

@ -0,0 +1,218 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>500</height>
</rect>
</property>
<property name="windowTitle">
<string>Python环境管理</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QWidget" name="widget" native="true">
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QListWidget" name="listWidget">
<item>
<property name="text">
<string>默认环境</string>
</property>
</item>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="pushButton_new">
<property name="text">
<string>新建</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_copy">
<property name="text">
<string>复制</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_from">
<property name="text">
<string>导入</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_delete">
<property name="text">
<string>删除</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page_1">
<layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QPushButton" name="pushButton_install">
<property name="text">
<string>安装</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_import">
<property name="text">
<string>导入</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_export">
<property name="text">
<string>导出</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_find">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="placeholderText">
<string>请输入包名</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox">
<item>
<property name="text">
<string>已安装</string>
</property>
</item>
<item>
<property name="text">
<string>可更新</string>
</property>
</item>
<item>
<property name="text">
<string>源</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTableWidget" name="tableWidget"/>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2">
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>500</x>
<y>250</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>

View File

@ -0,0 +1,155 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'package_install.ui'
#
# Created by: PyQt5 UI code generator 5.14.2
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_Form(object):
def setupUi(self, Form):
Form.setObjectName("Form")
Form.resize(800, 600)
self.verticalLayout = QtWidgets.QVBoxLayout(Form)
self.verticalLayout.setObjectName("verticalLayout")
self.horizontalLayout_4 = QtWidgets.QHBoxLayout()
self.horizontalLayout_4.setObjectName("horizontalLayout_4")
self.formLayout = QtWidgets.QFormLayout()
self.formLayout.setObjectName("formLayout")
self.label_2 = QtWidgets.QLabel(Form)
self.label_2.setObjectName("label_2")
self.formLayout.setWidget(0, QtWidgets.QFormLayout.LabelRole, self.label_2)
self.label = QtWidgets.QLabel(Form)
self.label.setObjectName("label")
self.formLayout.setWidget(1, QtWidgets.QFormLayout.LabelRole, self.label)
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
self.comboBox_source = QtWidgets.QComboBox(Form)
self.comboBox_source.setEnabled(True)
self.comboBox_source.setMinimumSize(QtCore.QSize(100, 0))
self.comboBox_source.setMaximumSize(QtCore.QSize(100, 16777215))
self.comboBox_source.setObjectName("comboBox_source")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.horizontalLayout_3.addWidget(self.comboBox_source)
self.lineEdit_source = QtWidgets.QLineEdit(Form)
self.lineEdit_source.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setObjectName("lineEdit_source")
self.horizontalLayout_3.addWidget(self.lineEdit_source)
self.formLayout.setLayout(1, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout_3)
self.label_3 = QtWidgets.QLabel(Form)
self.label_3.setObjectName("label_3")
self.formLayout.setWidget(2, QtWidgets.QFormLayout.LabelRole, self.label_3)
self.horizontalLayout = QtWidgets.QHBoxLayout()
self.horizontalLayout.setObjectName("horizontalLayout")
self.comboBox_dir = QtWidgets.QComboBox(Form)
self.comboBox_dir.setMinimumSize(QtCore.QSize(100, 0))
self.comboBox_dir.setMaximumSize(QtCore.QSize(100, 16777215))
self.comboBox_dir.setObjectName("comboBox_dir")
self.comboBox_dir.addItem("")
self.comboBox_dir.addItem("")
self.comboBox_dir.addItem("")
self.comboBox_dir.addItem("")
self.horizontalLayout.addWidget(self.comboBox_dir)
self.lineEdit_dir = QtWidgets.QLineEdit(Form)
self.lineEdit_dir.setReadOnly(True)
self.lineEdit_dir.setObjectName("lineEdit_dir")
self.horizontalLayout.addWidget(self.lineEdit_dir)
self.toolButton = QtWidgets.QToolButton(Form)
self.toolButton.setObjectName("toolButton")
self.horizontalLayout.addWidget(self.toolButton)
self.formLayout.setLayout(2, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout)
self.horizontalLayout_7 = QtWidgets.QHBoxLayout()
self.horizontalLayout_7.setObjectName("horizontalLayout_7")
self.lineEdit_name = QtWidgets.QLineEdit(Form)
self.lineEdit_name.setText("")
self.lineEdit_name.setObjectName("lineEdit_name")
self.horizontalLayout_7.addWidget(self.lineEdit_name)
self.checkBox_version = QtWidgets.QCheckBox(Form)
self.checkBox_version.setObjectName("checkBox_version")
self.horizontalLayout_7.addWidget(self.checkBox_version)
self.comboBox_version = QtWidgets.QComboBox(Form)
self.comboBox_version.setEnabled(True)
self.comboBox_version.setMinimumSize(QtCore.QSize(0, 0))
self.comboBox_version.setMaximumSize(QtCore.QSize(16777215, 16777215))
self.comboBox_version.setEditable(False)
self.comboBox_version.setObjectName("comboBox_version")
self.comboBox_version.addItem("")
self.horizontalLayout_7.addWidget(self.comboBox_version)
self.formLayout.setLayout(0, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout_7)
self.horizontalLayout_4.addLayout(self.formLayout)
self.verticalLayout.addLayout(self.horizontalLayout_4)
self.groupBox = QtWidgets.QGroupBox(Form)
self.groupBox.setObjectName("groupBox")
self.horizontalLayout_5 = QtWidgets.QHBoxLayout(self.groupBox)
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 0)
self.horizontalLayout_5.setObjectName("horizontalLayout_5")
self.textEdit_desc = QtWidgets.QTextEdit(self.groupBox)
self.textEdit_desc.setObjectName("textEdit_desc")
self.horizontalLayout_5.addWidget(self.textEdit_desc)
self.verticalLayout.addWidget(self.groupBox)
self.groupBox_2 = QtWidgets.QGroupBox(Form)
self.groupBox_2.setObjectName("groupBox_2")
self.horizontalLayout_6 = QtWidgets.QHBoxLayout(self.groupBox_2)
self.horizontalLayout_6.setContentsMargins(0, 0, 0, 0)
self.horizontalLayout_6.setObjectName("horizontalLayout_6")
self.textEdit_log = QtWidgets.QTextEdit(self.groupBox_2)
self.textEdit_log.setObjectName("textEdit_log")
self.horizontalLayout_6.addWidget(self.textEdit_log)
self.verticalLayout.addWidget(self.groupBox_2)
self.widget = QtWidgets.QWidget(Form)
self.widget.setMaximumSize(QtCore.QSize(16777215, 50))
self.widget.setObjectName("widget")
self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.widget)
self.verticalLayout_2.setObjectName("verticalLayout_2")
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
self.horizontalLayout_2.addItem(spacerItem)
self.pushButton_ok = QtWidgets.QPushButton(self.widget)
self.pushButton_ok.setObjectName("pushButton_ok")
self.horizontalLayout_2.addWidget(self.pushButton_ok)
self.pushButton_cancel = QtWidgets.QPushButton(self.widget)
self.pushButton_cancel.setObjectName("pushButton_cancel")
self.horizontalLayout_2.addWidget(self.pushButton_cancel)
self.verticalLayout_2.addLayout(self.horizontalLayout_2)
self.verticalLayout.addWidget(self.widget)
self.retranslateUi(Form)
QtCore.QMetaObject.connectSlotsByName(Form)
def retranslateUi(self, Form):
_translate = QtCore.QCoreApplication.translate
Form.setWindowTitle(_translate("Form", "安装"))
self.label_2.setText(_translate("Form", "包名:"))
self.label.setText(_translate("Form", "下载源:"))
self.comboBox_source.setItemText(0, _translate("Form", "腾讯(推荐)"))
self.comboBox_source.setItemText(1, _translate("Form", "官方"))
self.comboBox_source.setItemText(2, _translate("Form", "清华大学"))
self.comboBox_source.setItemText(3, _translate("Form", "阿里"))
self.comboBox_source.setItemText(4, _translate("Form", "豆瓣"))
self.comboBox_source.setItemText(5, _translate("Form", "自定义"))
self.lineEdit_source.setText(_translate("Form", "https://mirrors.cloud.tencent.com/pypi/simple"))
self.lineEdit_source.setPlaceholderText(_translate("Form", "腾讯镜像源"))
self.label_3.setText(_translate("Form", "安装选项:"))
self.comboBox_dir.setItemText(0, _translate("Form", "默认位置"))
self.comboBox_dir.setItemText(1, _translate("Form", "用户目录"))
self.comboBox_dir.setItemText(2, _translate("Form", "仅下载"))
self.comboBox_dir.setItemText(3, _translate("Form", "自定义"))
self.lineEdit_dir.setPlaceholderText(_translate("Form", "默认"))
self.toolButton.setText(_translate("Form", "..."))
self.checkBox_version.setText(_translate("Form", "指定版本"))
self.comboBox_version.setItemText(0, _translate("Form", "最新版本"))
self.groupBox.setTitle(_translate("Form", "详情"))
self.groupBox_2.setTitle(_translate("Form", "执行记录"))
self.pushButton_ok.setText(_translate("Form", "确定"))
self.pushButton_cancel.setText(_translate("Form", "取消"))

View File

@ -0,0 +1,312 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>安装</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>包名:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>下载源:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QComboBox" name="comboBox_source">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>腾讯(推荐)</string>
</property>
</item>
<item>
<property name="text">
<string>官方</string>
</property>
</item>
<item>
<property name="text">
<string>清华大学</string>
</property>
</item>
<item>
<property name="text">
<string>阿里</string>
</property>
</item>
<item>
<property name="text">
<string>豆瓣</string>
</property>
</item>
<item>
<property name="text">
<string>自定义</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_source">
<property name="text">
<string>https://mirrors.cloud.tencent.com/pypi/simple</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>腾讯镜像源</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>安装选项:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QComboBox" name="comboBox_dir">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>默认位置</string>
</property>
</item>
<item>
<property name="text">
<string>用户目录</string>
</property>
</item>
<item>
<property name="text">
<string>仅下载</string>
</property>
</item>
<item>
<property name="text">
<string>自定义</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_dir">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>默认</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLineEdit" name="lineEdit_name">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_version">
<property name="text">
<string>指定版本</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_version">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="editable">
<bool>false</bool>
</property>
<item>
<property name="text">
<string>最新版本</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>详情</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTextEdit" name="textEdit_desc"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>执行记录</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTextEdit" name="textEdit_log"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_ok">
<property name="text">
<string>确定</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_cancel">
<property name="text">
<string>取消</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>

View File

@ -0,0 +1,947 @@
import os
import subprocess
import sys
import logging
import webbrowser
import time
import numpy as np
import pandas as pd
# 导入PyQt5模块
from PyQt5.Qt import *
from pyminer.share.threads import *
from pyminer.features.extensions.package_manager.env_manager import Ui_Form as EnvManager_Ui_Form
from pyminer.features.extensions.package_manager.package_install import Ui_Form as PackageInstall_Ui_Form
from pyminer.features.extensions.package_manager.package_update import Ui_Form as PackageUpdate_Ui_Form
from pyminer.features.extensions.package_manager.package_remove import Ui_Form as PackageRemove_Ui_Form
from pyminer.features.extensions.package_manager.package_setting import Ui_Form as PackageSetting_Ui_Form
from pyminer.ui.source.qss.qss_tools import QssTools
class PackageManagerForm(QWidget, EnvManager_Ui_Form):
"""
打开"包管理"窗口
"""
def __init__(self, parent=None):
super().__init__(parent)
self.setupUi(self)
self.center()
self.source_index = "-i https://mirrors.cloud.tencent.com/pypi/simple" # 设置默认镜像源地址
self.widget.hide()
self.package_filter_change()
ui_dir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))+r'\ui'
qss_path = ui_dir + "\\source\\qss\\patata.qss"
QssTools.set_qss_to_obj(qss_path, self)
self.pushButton_install.clicked.connect(self.package_install_display)
self.pushButton_import.clicked.connect(self.pip_requirements_import) # 从requirements.txt导入包
self.pushButton_export.clicked.connect(self.pip_freeze_export) # 导出当前包到requirements.txt
self.lineEdit_find.textChanged.connect(self.pip_find)
self.listWidget.currentRowChanged.connect(self.env_display)
self.pushButton_new.clicked.connect(self.env_new)
self.pushButton_delete.clicked.connect(self.env_delete)
self.pushButton_copy.clicked.connect(self.env_copy)
self.comboBox.currentIndexChanged.connect(self.package_filter_change) # 当下拉索引发生改变时发射信号触发绑定的事件
def keyPressEvent(self, e):
"""
按键盘Escape退出当前窗口
@param e:
"""
if e.key() == Qt.Key_Escape:
self.close()
def center(self):
qr = self.frameGeometry()
cp = QDesktopWidget().availableGeometry().center()
qr.moveCenter(cp)
self.move(qr.topLeft())
def package_filter_change(self):
try:
if self.comboBox.currentText() == "已安装":
self.package_filter_default()
elif self.comboBox.currentText() == "可更新":
# self.package_filter_update()
self.writing_thread = QtCore.QThread()
self.package_filter_update.moveToThread(self.writing_thread)
except:
pass
def package_setting_display(self):
"""
显示"数据信息"窗口
"""
self.package_setting = PackageSettingForm()
self.package_setting.show()
def env_manager_display(self):
if self.action_env.isChecked():
self.widget.show()
else:
self.widget.hide()
def env_delete(self):
button = QMessageBox.Warning(self, "确认删除", "确认删除该虚拟环境吗?",
QMessageBox.Ok | QMessageBox.Cancel, QMessageBox.Ok)
if button == QMessageBox.Ok:
print("确认")
elif button == QMessageBox.Cancel:
print("取消")
else:
return
def env_new(self):
self.listWidget.addItem("test")
def env_copy(self):
pass
def env_display(self, i):
self.stackedWidget.setCurrentIndex(i)
def package_install_display(self):
"""
显示"数据信息"窗口
"""
self.package_install = PackageInstallForm()
self.package_install.show()
def package_update_display(self):
"""
显示"数据信息"窗口
"""
self.package_update = PackageUpdateForm()
self.package_update.show()
def package_remove_display(self):
"""
显示"数据信息"窗口
"""
self.package_remove = PackageRemoveForm()
self.package_remove.show()
def pip_freeze_export(self):
"""
导出已安装的python包到requirements.txt文件中
"""
export_path = QFileDialog.getSaveFileName(self, "导出已安装模块为requirements.txt",
os.path.join(os.path.expanduser('~'), "Desktop"),
r"文本文件(*.txt)")
if export_path == "":
logging.info("\n取消选择")
return
# cmd = "python -m pip freeze>" + export_path + "requirements.txt"
print(export_path)
# os.system(cmd)
def pip_requirements_import(self):
"""
导入requirements.txt文件并进行相关处理
"""
import_path = QFileDialog.getOpenFileName(self, '导入requirements.txt', '', "文本文件(*.txt)")
if import_path == "":
logging.info("\n取消选择")
return
cmd = sys.executable + " -m pip install -r" + import_path[0]
print(import_path)
def package_filter_default(self):
"""
pip环境管理页面初始化--默认筛选已安装的pip包
"""
# result = subprocess.check_output("python -m pip list", encoding="utf-8")
pipe = subprocess.run(sys.executable + " -m pip list", shell=True, stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
encoding="utf-8")
if pipe.returncode == 0:
result = pipe.stdout
else:
result = pipe.stderr
self.tableWidget.setEditTriggers(QAbstractItemView.NoEditTriggers) # 将表格变为禁止编辑
self.tableWidget.setColumnCount(6) # 设置列数
self.tableWidget.setRowCount(len(result.splitlines()) - 2) # 设置行数
self.tableWidget.setSelectionBehavior(QAbstractItemView.SelectRows) # 整行选中
self.tableWidget.setHorizontalHeaderLabels(['包名', '当前版本', ' 最新版本', '类型', '', '']) # 设置表头
# self.tableWidget.horizontalHeader().setSectionResizeMode(6, QHeaderView.Stretch) # 设置第五列宽度自动调整,充满屏幕
self.tableWidget.horizontalHeader().setStretchLastSection(True) # 设置最后一列拉伸至最大
self.tableWidget.sortItems(0, Qt.AscendingOrder)
self.tableWidget.setColumnHidden(3, False) # 将第4列隐藏
self.tableWidget.setColumnHidden(4, False) # 将第5列隐藏
self.tableWidget.setColumnWidth(0, 150) # 设置第1列宽度
self.tableWidget.setColumnWidth(1, 150) # 设置第1列宽度
self.tableWidget.setColumnWidth(2, 150) # 设置第1列宽度
self.tableWidget.setColumnWidth(3, 150) # 设置第5列宽度
self.tableWidget.setColumnWidth(4, 150) # 设置第5列宽度
self.tableWidget.setShowGrid(True)
font = QFont('微软雅黑', 20)
font.setBold(True) # 设置字体加粗
self.tableWidget.horizontalHeader().setFont(font) # 设置表头字体
self.tableWidget.horizontalHeader().setFixedHeight(30) # 设置表头高度
stylesheet = "::section{Background-color:rgb(242,242,242);border-radius:5px;border-width: 1px;border-style: " \
"outset;border-color: white;font: bold 12px;} "
self.tableWidget.horizontalHeader().setStyleSheet(stylesheet)
x = 0 # 当前行数
for line in result.splitlines(): # 逐行读取pip 清单
x += 1
package = line.split()[0]
version = line.split()[1]
btn_update = QtWidgets.QPushButton("更新")
btn_update.setMaximumWidth(40)
btn_update.setStyleSheet('QPushButton{margin:3px}')
btn_remove = QtWidgets.QPushButton("卸载")
btn_remove.setMaximumWidth(40)
btn_remove.setStyleSheet('QPushButton{margin:3px}')
btn_update.clicked.connect(self.btn_pip_update)
btn_remove.clicked.connect(self.btn_pip_remove)
# 逐行写入pip数据到页面
if 3 <= x <= len(result.splitlines()): # 从第3行开始识别
y = 0 # 列
while y <= 5:
if y == 0:
name = QTableWidgetItem(package)
name.setTextAlignment(Qt.AlignCenter)
self.tableWidget.setItem(x - 3, y, name)
elif y == 1:
ver = QTableWidgetItem(version)
ver.setTextAlignment(Qt.AlignCenter)
self.tableWidget.setItem(x - 3, y, ver)
elif y == 4:
self.tableWidget.setCellWidget(x - 3, y, btn_update)
elif y == 5:
self.tableWidget.setCellWidget(x - 3, y, btn_remove)
y += 1
def package_filter_update(self):
"""
pip环境管理页面--筛选可更新的pip包
"""
print("开始检查更新")
cmd = sys.executable + " -m pip list -o" + " " + self.source_index
# result = subprocess.check_output(cmd, encoding="utf-8")
pipe = subprocess.run(cmd.strip(), shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
encoding="utf-8")
if pipe.returncode == 0:
result = pipe.stdout
else:
result = pipe.stderr
self.tableWidget.setEditTriggers(QAbstractItemView.NoEditTriggers) # 将表格变为禁止编辑
self.tableWidget.setColumnCount(6) # 设置列数
self.tableWidget.setRowCount(len(result.splitlines()) - 2) # 设置行数
self.tableWidget.setSelectionBehavior(QAbstractItemView.SelectRows) # 整行选中
self.tableWidget.setHorizontalHeaderLabels(['包名', '当前版本', ' 最新版本', '类型', '', '']) # 设置表头
# self.tableWidget.horizontalHeader().setSectionResizeMode(5, QHeaderView.Stretch) # 设置第五列宽度自动调整,充满屏幕
self.tableWidget.horizontalHeader().setStretchLastSection(True) # 设置最后一列拉伸至最大
self.tableWidget.sortItems(0, Qt.AscendingOrder)
self.tableWidget.setColumnHidden(3, False) # 将第4列隐藏
self.tableWidget.setColumnHidden(4, False) # 将第5列隐藏
self.tableWidget.setColumnWidth(0, 150) # 设置第1列宽度
self.tableWidget.setColumnWidth(1, 150) # 设置第1列宽度
self.tableWidget.setColumnWidth(2, 150) # 设置第1列宽度
self.tableWidget.setColumnWidth(3, 150) # 设置第5列宽度
self.tableWidget.setColumnWidth(4, 150) # 设置第5列宽度
self.tableWidget.setShowGrid(True)
font = QFont('微软雅黑', 20)
font.setBold(True) # 设置字体加粗
self.tableWidget.horizontalHeader().setFont(font) # 设置表头字体
self.tableWidget.horizontalHeader().setFixedHeight(30) # 设置表头高度
stylesheet = "::section{Background-color:rgb(242,242,242);border-radius:5px;border-width: 1px;border-style: " \
"outset;border-color: white;font: bold 12px;} "
self.tableWidget.horizontalHeader().setStyleSheet(stylesheet)
x = 0 # 当前行数
for line in result.splitlines(): # 逐行读取pip 清单
x += 1
package = line.split()[0]
version = line.split()[1]
latest = line.split()[2]
type = line.split()[3]
btn_update = QtWidgets.QPushButton("更新")
btn_update.setMaximumWidth(40)
btn_update.setStyleSheet('QPushButton{margin:3px}')
btn_remove = QtWidgets.QPushButton("卸载")
btn_remove.setMaximumWidth(40)
btn_remove.setStyleSheet('QPushButton{margin:3px}')
btn_update.clicked.connect(self.btn_pip_update)
btn_remove.clicked.connect(self.btn_pip_remove)
# 逐行写入pip数据到页面
if 3 <= x <= len(result.splitlines()): # 从第3行开始识别
y = 0 # 列
while y <= 5:
if y == 0:
name = QTableWidgetItem(package)
name.setTextAlignment(Qt.AlignCenter)
self.tableWidget.setItem(x - 3, y, name)
elif y == 1:
ver = QTableWidgetItem(version)
ver.setTextAlignment(Qt.AlignCenter)
self.tableWidget.setItem(x - 3, y, ver)
elif y == 2:
ver = QTableWidgetItem(latest)
ver.setTextAlignment(Qt.AlignCenter)
self.tableWidget.setItem(x - 3, y, ver)
elif y == 3:
ver = QTableWidgetItem(type)
ver.setTextAlignment(Qt.AlignCenter)
self.tableWidget.setItem(x - 3, y, ver)
elif y == 4:
self.tableWidget.setCellWidget(x - 3, y, btn_update)
elif y == 5:
self.tableWidget.setCellWidget(x - 3, y, btn_remove)
y += 1
def btn_pip_remove(self):
"""
调用pip卸载包
"""
print("调用pip卸载包")
row = self.tableWidget.currentRow()
package = self.tableWidget.item(row, 0).text()
package_remove_form = PackageRemoveForm()
package_remove_form.set_package_name(package)
package_remove_form.exec_()
def btn_pip_update(self):
"""
调用pip升级包
"""
print("调用pip升级包")
row = self.tableWidget.currentRow()
package = self.tableWidget.item(row, 0).text()
package_update_form = PackageUpdateForm()
package_update_form.set_package_name(package)
package_update_form.exec_()
def pip_find(self):
"""
查找指定包
"""
text = self.lineEdit_find.text().strip() # 查找内容
items = self.tableWidget.findItems(text, Qt.MatchContains)
rows = self.tableWidget.rowCount() # 获取表格行数
i = 0
# 隐藏所有列
while i < rows:
self.tableWidget.setRowHidden(i, True)
i += 1
m = 0
while m < len(items):
try:
item = items[m].row()
self.tableWidget.setRowHidden(item, False)
except:
pass
m += 1
def pip_update_check(self):
cmd = sys.executable + " -m pip list -o "
class PackageInstallForm(QWidget, PackageInstall_Ui_Form):
"""
打开"使用pip安装python包"窗口
"""
def __init__(self, parent=None):
super().__init__(parent)
self.setupUi(self)
self.center()
self.pip_init()
self.source_index = "-i https://mirrors.cloud.tencent.com/pypi/simple"
self.comboBox_source.currentIndexChanged.connect(self.source_change)
self.comboBox_dir.currentIndexChanged.connect(self.dir_change)
self.pushButton_ok.clicked.connect(self.package_install)
self.pushButton_cancel.clicked.connect(self.close)
self.checkBox_version.stateChanged.connect(self.version_change)
filter_delay = DelayedExecutionTimer(self.lineEdit_name)
self.lineEdit_name.textChanged.connect(filter_delay.trigger)
filter_delay.triggered[str].connect(self.set_package_info)
def keyPressEvent(self, e):
"""
按键盘Escape退出当前窗口
@param e:
"""
if e.key() == Qt.Key_Escape:
self.close()
def center(self):
"""
设置窗口居中
"""
screen = QDesktopWidget().screenGeometry()
size = self.geometry()
self.move((screen.width() - size.width()) / 2,
(screen.height() - size.height()) / 2)
def pip_init(self):
python_path = sys.executable
package_path = os.path.split(python_path)[0] + r"Lib\site-packages"
self.lineEdit_dir.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_dir.setReadOnly(True)
self.lineEdit_dir.setText(package_path)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setReadOnly(True)
def dir_change(self):
import sys
python_path = sys.executable
if self.comboBox_dir.currentText() == "默认位置":
self.lineEdit_dir.setReadOnly(True)
self.lineEdit_dir.setStyleSheet("background-color:rgb(208, 207, 209);")
package_path = os.path.split(python_path)[0] + r"Lib\site-packages"
self.lineEdit_dir.setText(package_path)
elif self.comboBox_dir.currentText() == "用户目录":
self.lineEdit_dir.setReadOnly(True)
self.lineEdit_dir.setStyleSheet("background-color:rgb(208, 207, 209);")
for i in sys.path:
if i.find("Users") >= 0 and i.find("site-packages") >= 0:
self.lineEdit_dir.setText(i)
elif self.comboBox_dir.currentText() == "自定义":
self.lineEdit_dir.setReadOnly(False)
self.lineEdit_dir.setStyleSheet("background-color:rgb(110, 190, 10);")
self.lineEdit_dir.setText("")
self.lineEdit_dir.setPlaceholderText("请选择python包安装目录")
elif self.comboBox_dir.currentText() == "仅下载":
self.lineEdit_dir.setReadOnly(False)
self.lineEdit_dir.setStyleSheet("background-color:rgb(110, 190, 10);")
self.lineEdit_dir.setText("")
self.lineEdit_dir.setPlaceholderText("请选择下载目录")
def source_change(self):
if self.comboBox_source.currentText() == "腾讯(推荐)":
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setText("https://mirrors.cloud.tencent.com/pypi/simple")
elif self.comboBox_source.currentText() == "官方":
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setText("https://pypi.org/")
elif self.comboBox_source.currentText() == "华为":
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setText("https://mirrors.huaweicloud.com/repository/pypi/simple")
elif self.comboBox_source.currentText() == "清华大学":
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setText("https://pypi.tuna.tsinghua.edu.cn/simple")
elif self.comboBox_source.currentText() == "阿里":
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setText("https://mirrors.aliyun.com/pypi/simple")
elif self.comboBox_source.currentText() == "豆瓣":
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setText("http://pypi.douban.com/simple")
elif self.comboBox_source.currentText() == "自定义":
self.lineEdit_source.setReadOnly(False)
self.lineEdit_source.setStyleSheet("background-color:rgb(110, 190, 10);")
self.lineEdit_source.setText("")
self.lineEdit_source.setPlaceholderText("请输入镜像源地址")
def version_change(self):
if self.checkBox_version.checkState() == 2:
self.comboBox_version.setEnabled(True)
self.comboBox_version.setEditable(True)
self.comboBox_version.setItemText(0, "")
self.comboBox_version.lineEdit().setPlaceholderText("填写需要安装的版本号")
else:
self.comboBox_version.setEnabled(False)
def package_install(self):
"""
调用系统命令使用pip安装python包
"""
if len(self.lineEdit_name.text().strip()) > 0:
package_name = self.lineEdit_name.text().strip()
else:
QMessageBox.warning(self, '注意', '包名为空!', QMessageBox.Yes)
if self.checkBox_version.isChecked():
if len(self.comboBox_version.currentText().strip()) > 0:
version = "==" + self.comboBox_version.currentText().strip()
else:
version = ""
else:
version = ""
if self.comboBox_dir.currentText() == "默认位置":
target = ""
elif self.comboBox_dir.currentText() == "安装到用户目录":
target = "--user"
print("安装到用户目录")
elif self.comboBox_dir.currentText() == "指定安装位置":
target = "--target = " + self.lineEdit_dir.text()
elif self.comboBox_dir.currentText() == "仅下载":
print("仅下载")
if self.comboBox_source.currentText() == "腾讯(推荐)":
self.source_index = "-i https://mirrors.cloud.tencent.com/pypi/simple"
elif self.comboBox_source.currentText() == "官方":
self.source_index = ""
elif self.comboBox_source.currentText() == "华为":
self.source_index = "-i https://mirrors.huaweicloud.com/repository/pypi/simple"
elif self.comboBox_source.currentText() == "清华大学":
self.source_index = "-i https://pypi.tuna.tsinghua.edu.cn/simple"
elif self.comboBox_source.currentText() == "阿里":
self.source_index = "-i https://mirrors.aliyun.com/pypi/simple"
elif self.comboBox_source.currentText() == "豆瓣":
self.source_index = "-i http://pypi.douban.com/simple"
elif self.comboBox_source.currentText() == "自定义" and self.lineEdit_source.text() == "":
self.source_index = "-i http://pypi.douban.com/simple"
QMessageBox.warning(self, '注意', '镜像源地址为空!', QMessageBox.Yes)
self.th = threads.ThreadPipInstall(package_name=package_name, target_path=target,
source_index=self.source_index, version=version)
self.th.finishSignal.connect(self.button_finish)
self.th.start()
def button_finish(self, result):
print("信号接收成功")
self.textEdit_log.moveCursor(QtGui.QTextCursor.End) # 鼠标移动到文本末尾
self.textEdit_log.insertPlainText(result) # 插入执行结果
# self.textEdit_log.setText(result)
def set_package_info(self):
"""
从pypi获取包的信息
"""
if len(self.lineEdit_name.text().strip()) > 0:
self.textEdit_desc.setText("正在加载...")
package_name = self.lineEdit_name.text()
cmd = sys.executable + " -m pip search " + package_name
# result = subprocess.check_output(cmd_info,encoding="utf-8")
pipe = subprocess.run(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
encoding="utf-8")
if pipe.returncode == 0:
result = pipe.stdout
else:
result = pipe.stderr
self.textEdit_desc.setText(result)
else:
self.textEdit_desc.setText("")
class PackageUpdateForm(QWidget, PackageUpdate_Ui_Form):
"""
打开"使用pip更新python包"窗口
"""
def __init__(self, parent=None):
super().__init__(parent)
self.setupUi(self)
self.center()
self.pip_init()
self.source_index = "-i https://mirrors.cloud.tencent.com/pypi/simple"
# self.lineEdit_dir.setHidden(True) #隐藏安装目录
self.comboBox_source.currentIndexChanged.connect(self.source_change)
self.comboBox_dir.currentIndexChanged.connect(self.dir_change)
self.pushButton_ok.clicked.connect(self.package_update)
self.pushButton_cancel.clicked.connect(self.close)
self.checkBox_version.stateChanged.connect(self.version_change)
filter_delay = DelayedExecutionTimer(self.lineEdit_name)
self.lineEdit_name.textChanged.connect(filter_delay.trigger)
filter_delay.triggered[str].connect(self.set_package_info)
def keyPressEvent(self, e):
"""
按键盘Escape退出当前窗口
@param e:
"""
if e.key() == Qt.Key_Escape:
self.close()
def center(self):
"""
设置窗口居中
"""
screen = QDesktopWidget().screenGeometry()
size = self.geometry()
self.move((screen.width() - size.width()) / 2,
(screen.height() - size.height()) / 2)
def pip_init(self):
python_path = sys.executable
package_path = os.path.split(python_path)[0] + r"Lib\site-packages"
self.lineEdit_dir.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_dir.setReadOnly(True)
self.lineEdit_dir.setText(package_path)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setReadOnly(True)
def dir_change(self):
import sys
python_path = sys.executable
if self.comboBox_dir.currentText() == "默认位置":
self.lineEdit_dir.setReadOnly(True)
self.lineEdit_dir.setStyleSheet("background-color:rgb(208, 207, 209);")
package_path = os.path.split(python_path)[0] + r"Lib\site-packages"
self.lineEdit_dir.setText(package_path)
elif self.comboBox_dir.currentText() == "用户目录":
self.lineEdit_dir.setReadOnly(True)
self.lineEdit_dir.setStyleSheet("background-color:rgb(208, 207, 209);")
for i in sys.path:
if i.find("Users") >= 0 and i.find("site-packages") >= 0:
self.lineEdit_dir.setText(i)
elif self.comboBox_dir.currentText() == "自定义":
self.lineEdit_dir.setReadOnly(False)
self.lineEdit_dir.setStyleSheet("background-color:rgb(110, 190, 10);")
self.lineEdit_dir.setText("")
self.lineEdit_dir.setPlaceholderText("请选择python包安装目录")
elif self.comboBox_dir.currentText() == "仅下载":
self.lineEdit_dir.setReadOnly(False)
self.lineEdit_dir.setStyleSheet("background-color:rgb(110, 190, 10);")
self.lineEdit_dir.setText("")
self.lineEdit_dir.setPlaceholderText("请选择下载目录")
def source_change(self):
if self.comboBox_source.currentText() == "腾讯(推荐)":
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setText("https://mirrors.cloud.tencent.com/pypi/simple")
elif self.comboBox_source.currentText() == "官方":
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setText("https://pypi.org/")
elif self.comboBox_source.currentText() == "华为":
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setText("https://mirrors.huaweicloud.com/repository/pypi/simple")
elif self.comboBox_source.currentText() == "清华大学":
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setText("https://pypi.tuna.tsinghua.edu.cn/simple")
elif self.comboBox_source.currentText() == "阿里":
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setText("https://mirrors.aliyun.com/pypi/simple")
elif self.comboBox_source.currentText() == "豆瓣":
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setText("http://pypi.douban.com/simple")
elif self.comboBox_source.currentText() == "自定义":
self.lineEdit_source.setReadOnly(False)
self.lineEdit_source.setStyleSheet("background-color:rgb(110, 190, 10);")
self.lineEdit_source.setText("")
self.lineEdit_source.setPlaceholderText("请输入镜像源地址")
def version_change(self):
if self.checkBox_version.checkState() == 2:
self.comboBox_version.setEnabled(True)
self.comboBox_version.setEditable(True)
self.comboBox_version.setItemText(0, "")
self.comboBox_version.lineEdit().setPlaceholderText("填写需要安装的版本号")
else:
self.comboBox_version.setEnabled(False)
def package_update(self):
"""
调用系统命令使用pip安装python包
"""
if len(self.lineEdit_name.text().strip()) > 0:
package_name = self.lineEdit_name.text().strip()
else:
QMessageBox.warning(self, '注意', '包名为空!', QMessageBox.Yes)
if self.checkBox_version.isChecked():
if len(self.comboBox_version.currentText().strip()) > 0:
version = "==" + self.comboBox_version.currentText().strip()
else:
version = ""
else:
version = ""
if self.comboBox_dir.currentText() == "默认位置":
target = ""
elif self.comboBox_dir.currentText() == "安装到用户目录":
target = "--user"
print("安装到用户目录")
elif self.comboBox_dir.currentText() == "指定安装位置":
target = "--target = " + self.lineEdit_dir.text()
elif self.comboBox_dir.currentText() == "仅下载":
print("仅下载")
if self.comboBox_source.currentText() == "腾讯(推荐)":
self.source_index = "-i https://mirrors.cloud.tencent.com/pypi/simple"
elif self.comboBox_source.currentText() == "官方":
self.source_index = ""
elif self.comboBox_source.currentText() == "华为":
self.source_index = "-i https://mirrors.huaweicloud.com/repository/pypi/simple"
elif self.comboBox_source.currentText() == "清华大学":
self.source_index = "-i https://pypi.tuna.tsinghua.edu.cn/simple"
elif self.comboBox_source.currentText() == "阿里":
self.source_index = "-i https://mirrors.aliyun.com/pypi/simple"
elif self.comboBox_source.currentText() == "豆瓣":
self.source_index = "-i http://pypi.douban.com/simple"
elif self.comboBox_source.currentText() == "自定义" and self.lineEdit_source.text() == "":
self.source_index = "-i http://pypi.douban.com/simple"
QMessageBox.warning(self, '注意', '镜像源地址为空!', QMessageBox.Yes)
cmd = sys.executable + " -m pip install --upgrade " + self.source_index + " " + target + " " + package_name + version
self.textEdit_log.setPlainText("") # 清空当前日志
self.textEdit_log.insertPlainText("正在执行{0}".format(cmd) + '\n')
# result = subprocess.check_output(cmd.strip(), encoding="utf-8")
pipe = subprocess.run(cmd.strip(), shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
encoding="utf-8")
if pipe.returncode == 0:
result = pipe.stdout
else:
result = pipe.stderr
self.textEdit_log.insertPlainText(result)
def set_cmd(self, str):
self.textEdit_log.setText("当前命令为:{0}".format(str))
self.package_update()
def set_package_name(self, str):
self.lineEdit_name.setText(str)
def set_package_info(self):
if len(self.lineEdit_name.text().strip()) > 0:
self.textEdit_desc.setText("正在加载...")
package_name = self.lineEdit_name.text()
cmd = sys.executable + " -m pip show " + package_name
# result = subprocess.check_output(cmd_info, encoding="utf-8")
pipe = subprocess.run(cmd.strip(), shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
encoding="utf-8")
if pipe.returncode == 0:
result = pipe.stdout
else:
result = pipe.stderr
self.textEdit_desc.setText(result)
else:
self.textEdit_desc.setText("")
class PackageRemoveForm(QWidget, PackageRemove_Ui_Form):
"""
打开"使用pip卸载python包"窗口
"""
def __init__(self, parent=None):
super().__init__(parent)
self.setupUi(self)
self.center()
self.toolButton_open.clicked.connect(self.open_package_path)
self.pushButton_ok.clicked.connect(self.package_remove)
filter_delay = DelayedExecutionTimer(self.lineEdit_name)
self.lineEdit_name.textChanged.connect(filter_delay.trigger)
filter_delay.triggered[str].connect(self.set_package_info)
# self.pip_init()
# self.lineEdit_dir.setHidden(True) #隐藏安装目录
# self.comboBox_source.currentIndexChanged.connect(self.source_change)
# self.comboBox_dir.currentIndexChanged.connect(self.dir_change)
# self.pushButton_cancel.clicked.connect(self.close)
# self.checkBox_version.stateChanged.connect(self.version_change)
def keyPressEvent(self, e):
"""
按键盘Escape退出当前窗口
@param e:
"""
if e.key() == Qt.Key_Escape:
self.close()
def center(self):
"""
设置窗口居中
"""
screen = QDesktopWidget().screenGeometry()
size = self.geometry()
self.move((screen.width() - size.width()) / 2,
(screen.height() - size.height()) / 2)
def open_package_path(self):
"""
打开python包的安装路径
"""
import win32api
path = self.lineEdit_dir.text()
try:
win32api.ShellExecute(0, 'open', path, '', '', 1)
except IOError:
print("error")
def pip_init(self):
python_path = sys.executable
package_path = os.path.split(python_path)[0] + r"Lib\site-packages"
self.lineEdit_dir.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_dir.setReadOnly(True)
self.lineEdit_dir.setText(package_path)
self.lineEdit_source.setStyleSheet("background-color:rgb(208, 207, 209);")
self.lineEdit_source.setReadOnly(True)
def package_remove(self):
"""
调用系统命令使用pip卸载python包
"""
if len(self.lineEdit_name.text().strip()) > 0:
self.textEdit_desc.setText("正在加载...")
package_name = self.lineEdit_name.text()
cmd = sys.executable + " -m pip uninstall " + package_name
# result = subprocess.check_output(cmd_info, encoding="utf-8")
pipe = subprocess.run(cmd.strip(), shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
encoding="utf-8")
if pipe.returncode == 0:
result = pipe.stdout
else:
result = pipe.stderr
self.textEdit_desc.setText(result)
else:
self.textEdit_desc.setText("")
def set_cmd(self, str):
self.textEdit_log.setText("当前命令为:{0}".format(str))
def set_package_name(self, str):
self.lineEdit_name.setText(str)
def set_package_info(self):
if len(self.lineEdit_name.text().strip()) > 0:
self.textEdit_desc.setText("正在加载...")
package_name = self.lineEdit_name.text()
cmd = sys.executable + " -m pip show " + package_name
# result = subprocess.check_output(cmd_info, encoding="utf-8")
pipe = subprocess.run(cmd.strip(), shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
encoding="utf-8")
if pipe.returncode == 0:
result = pipe.stdout
for line in result.splitlines():
if line.find("Location") >= 0:
self.lineEdit_dir.setText(line[10:])
else:
result = pipe.stderr
self.textEdit_desc.setText(result)
else:
self.textEdit_desc.setText("")
class PackageSettingForm(QWidget, PackageSetting_Ui_Form):
"""
打开"使用pip卸载python包"窗口
"""
def __init__(self, parent=None):
super().__init__(parent)
self.setupUi(self)
self.center()
def keyPressEvent(self, e):
"""
按键盘Escape退出当前窗口
@param e:
"""
if e.key() == Qt.Key_Escape:
self.close()
def center(self):
"""
设置窗口居中
"""
screen = QDesktopWidget().screenGeometry()
size = self.geometry()
self.move((screen.width() - size.width()) / 2,
(screen.height() - size.height()) / 2)
class DelayedExecutionTimer(QObject): # source: https://wiki.qt.io/Delay_action_to_wait_for_user_interaction
"""
延迟执行筛选
"""
triggered = pyqtSignal(str)
def __init__(self, parent):
super(DelayedExecutionTimer, self).__init__(parent)
# The minimum delay is the time the class will wait after being triggered before emitting the triggered() signal
# (if there is no key press for this time: trigger)
self.minimumDelay = 500
self.minimumTimer = QTimer(self)
self.minimumTimer.timeout.connect(self.timeout)
def timeout(self):
self.minimumTimer.stop()
self.triggered.emit(self.string)
def trigger(self, string):
self.string = string
self.minimumTimer.stop()
self.minimumTimer.start(self.minimumDelay)
class database_pip_manage(QObject):
def __init__(self, parent=None):
super().__init__(parent)
def db_pip_update_insert(self):
from PyQt5 import QtSql
from PyQt5.QtSql import QSqlQuery
database = QtSql.QSqlDatabase.addDatabase('QSQLITE')
database.setDatabaseName('patata.db')
if database.open():
print("OK")
else:
print("连接数据库失败!")
insert_sql = 'insert into pip_install_info values (?,?,?)'
query = QSqlQuery()
query.prepare(insert_sql)
query.addBindValue(4)
query.addBindValue('test3')
query.addBindValue(1)
if not query.exec_():
print(query.lastError())
else:
print('inserted')
def button_finish(self, msg):
print(msg)
# ====================================窗体测试程序============================
if __name__ == '__main__':
app = QApplication(sys.argv)
form = PackageManagerForm()
form.show()
sys.exit(app.exec_())

View File

@ -0,0 +1,95 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'package_remove.ui'
#
# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_Form(object):
def setupUi(self, Form):
Form.setObjectName("Form")
Form.resize(800, 600)
self.verticalLayout = QtWidgets.QVBoxLayout(Form)
self.verticalLayout.setObjectName("verticalLayout")
self.horizontalLayout_4 = QtWidgets.QHBoxLayout()
self.horizontalLayout_4.setObjectName("horizontalLayout_4")
self.formLayout = QtWidgets.QFormLayout()
self.formLayout.setObjectName("formLayout")
self.label_2 = QtWidgets.QLabel(Form)
self.label_2.setObjectName("label_2")
self.formLayout.setWidget(0, QtWidgets.QFormLayout.LabelRole, self.label_2)
self.lineEdit_name = QtWidgets.QLineEdit(Form)
self.lineEdit_name.setText("")
self.lineEdit_name.setObjectName("lineEdit_name")
self.formLayout.setWidget(0, QtWidgets.QFormLayout.FieldRole, self.lineEdit_name)
self.label_3 = QtWidgets.QLabel(Form)
self.label_3.setObjectName("label_3")
self.formLayout.setWidget(1, QtWidgets.QFormLayout.LabelRole, self.label_3)
self.horizontalLayout = QtWidgets.QHBoxLayout()
self.horizontalLayout.setObjectName("horizontalLayout")
self.lineEdit_dir = QtWidgets.QLineEdit(Form)
self.lineEdit_dir.setReadOnly(True)
self.lineEdit_dir.setObjectName("lineEdit_dir")
self.horizontalLayout.addWidget(self.lineEdit_dir)
self.toolButton_open = QtWidgets.QToolButton(Form)
self.toolButton_open.setMinimumSize(QtCore.QSize(0, 22))
self.toolButton_open.setObjectName("toolButton_open")
self.horizontalLayout.addWidget(self.toolButton_open)
self.formLayout.setLayout(1, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout)
self.horizontalLayout_4.addLayout(self.formLayout)
self.verticalLayout.addLayout(self.horizontalLayout_4)
self.groupBox = QtWidgets.QGroupBox(Form)
self.groupBox.setObjectName("groupBox")
self.horizontalLayout_5 = QtWidgets.QHBoxLayout(self.groupBox)
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 0)
self.horizontalLayout_5.setObjectName("horizontalLayout_5")
self.textEdit_desc = QtWidgets.QTextEdit(self.groupBox)
self.textEdit_desc.setObjectName("textEdit_desc")
self.horizontalLayout_5.addWidget(self.textEdit_desc)
self.verticalLayout.addWidget(self.groupBox)
self.groupBox_2 = QtWidgets.QGroupBox(Form)
self.groupBox_2.setObjectName("groupBox_2")
self.horizontalLayout_6 = QtWidgets.QHBoxLayout(self.groupBox_2)
self.horizontalLayout_6.setContentsMargins(0, 0, 0, 0)
self.horizontalLayout_6.setObjectName("horizontalLayout_6")
self.textEdit_log = QtWidgets.QTextEdit(self.groupBox_2)
self.textEdit_log.setObjectName("textEdit_log")
self.horizontalLayout_6.addWidget(self.textEdit_log)
self.verticalLayout.addWidget(self.groupBox_2)
self.widget = QtWidgets.QWidget(Form)
self.widget.setMaximumSize(QtCore.QSize(16777215, 50))
self.widget.setObjectName("widget")
self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.widget)
self.verticalLayout_2.setObjectName("verticalLayout_2")
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
self.horizontalLayout_2.addItem(spacerItem)
self.pushButton_ok = QtWidgets.QPushButton(self.widget)
self.pushButton_ok.setObjectName("pushButton_ok")
self.horizontalLayout_2.addWidget(self.pushButton_ok)
self.pushButton_cancel = QtWidgets.QPushButton(self.widget)
self.pushButton_cancel.setObjectName("pushButton_cancel")
self.horizontalLayout_2.addWidget(self.pushButton_cancel)
self.verticalLayout_2.addLayout(self.horizontalLayout_2)
self.verticalLayout.addWidget(self.widget)
self.retranslateUi(Form)
QtCore.QMetaObject.connectSlotsByName(Form)
def retranslateUi(self, Form):
_translate = QtCore.QCoreApplication.translate
Form.setWindowTitle(_translate("Form", "卸载"))
self.label_2.setText(_translate("Form", "包名:"))
self.label_3.setText(_translate("Form", "当前安装位置:"))
self.lineEdit_dir.setPlaceholderText(_translate("Form", "默认"))
self.toolButton_open.setText(_translate("Form", "打开"))
self.groupBox.setTitle(_translate("Form", "详情"))
self.groupBox_2.setTitle(_translate("Form", "执行记录"))
self.pushButton_ok.setText(_translate("Form", "确定"))
self.pushButton_cancel.setText(_translate("Form", "取消"))

View File

@ -0,0 +1,168 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>卸载</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>包名:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_name">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>当前安装位置:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="lineEdit_dir">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>默认</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_open">
<property name="minimumSize">
<size>
<width>0</width>
<height>22</height>
</size>
</property>
<property name="text">
<string>打开</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>详情</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTextEdit" name="textEdit_desc"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>执行记录</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTextEdit" name="textEdit_log"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_ok">
<property name="text">
<string>确定</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_cancel">
<property name="text">
<string>取消</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>

View File

@ -0,0 +1,178 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'package_setting.ui'
#
# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_Form(object):
def setupUi(self, Form):
Form.setObjectName("Form")
Form.resize(600, 400)
self.verticalLayout = QtWidgets.QVBoxLayout(Form)
self.verticalLayout.setObjectName("verticalLayout")
self.splitter = QtWidgets.QSplitter(Form)
self.splitter.setOrientation(QtCore.Qt.Horizontal)
self.splitter.setObjectName("splitter")
self.widget_2 = QtWidgets.QWidget(self.splitter)
self.widget_2.setMaximumSize(QtCore.QSize(120, 16777215))
self.widget_2.setObjectName("widget_2")
self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.widget_2)
self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)
self.verticalLayout_2.setObjectName("verticalLayout_2")
self.listWidget = QtWidgets.QListWidget(self.widget_2)
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Preferred)
sizePolicy.setHorizontalStretch(0)
sizePolicy.setVerticalStretch(0)
sizePolicy.setHeightForWidth(self.listWidget.sizePolicy().hasHeightForWidth())
self.listWidget.setSizePolicy(sizePolicy)
self.listWidget.setObjectName("listWidget")
item = QtWidgets.QListWidgetItem()
self.listWidget.addItem(item)
item = QtWidgets.QListWidgetItem()
self.listWidget.addItem(item)
self.verticalLayout_2.addWidget(self.listWidget)
self.stackedWidget = QtWidgets.QStackedWidget(self.splitter)
self.stackedWidget.setObjectName("stackedWidget")
self.page = QtWidgets.QWidget()
self.page.setObjectName("page")
self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.page)
self.verticalLayout_3.setObjectName("verticalLayout_3")
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
self.label = QtWidgets.QLabel(self.page)
self.label.setObjectName("label")
self.horizontalLayout_2.addWidget(self.label)
self.comboBox_source = QtWidgets.QComboBox(self.page)
self.comboBox_source.setEnabled(True)
self.comboBox_source.setMinimumSize(QtCore.QSize(100, 0))
self.comboBox_source.setMaximumSize(QtCore.QSize(100, 16777215))
self.comboBox_source.setObjectName("comboBox_source")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.horizontalLayout_2.addWidget(self.comboBox_source)
self.lineEdit_source = QtWidgets.QLineEdit(self.page)
self.lineEdit_source.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setObjectName("lineEdit_source")
self.horizontalLayout_2.addWidget(self.lineEdit_source)
self.verticalLayout_3.addLayout(self.horizontalLayout_2)
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
self.label_3 = QtWidgets.QLabel(self.page)
self.label_3.setObjectName("label_3")
self.horizontalLayout_3.addWidget(self.label_3)
self.comboBox_dir = QtWidgets.QComboBox(self.page)
self.comboBox_dir.setMinimumSize(QtCore.QSize(100, 0))
self.comboBox_dir.setMaximumSize(QtCore.QSize(100, 16777215))
self.comboBox_dir.setObjectName("comboBox_dir")
self.comboBox_dir.addItem("")
self.comboBox_dir.addItem("")
self.comboBox_dir.addItem("")
self.comboBox_dir.addItem("")
self.horizontalLayout_3.addWidget(self.comboBox_dir)
self.lineEdit_dir = QtWidgets.QLineEdit(self.page)
self.lineEdit_dir.setReadOnly(True)
self.lineEdit_dir.setObjectName("lineEdit_dir")
self.horizontalLayout_3.addWidget(self.lineEdit_dir)
self.toolButton = QtWidgets.QToolButton(self.page)
self.toolButton.setObjectName("toolButton")
self.horizontalLayout_3.addWidget(self.toolButton)
self.verticalLayout_3.addLayout(self.horizontalLayout_3)
self.horizontalLayout_4 = QtWidgets.QHBoxLayout()
self.horizontalLayout_4.setObjectName("horizontalLayout_4")
self.label_4 = QtWidgets.QLabel(self.page)
self.label_4.setObjectName("label_4")
self.horizontalLayout_4.addWidget(self.label_4)
self.comboBox_dir_2 = QtWidgets.QComboBox(self.page)
self.comboBox_dir_2.setMinimumSize(QtCore.QSize(100, 0))
self.comboBox_dir_2.setMaximumSize(QtCore.QSize(100, 16777215))
self.comboBox_dir_2.setObjectName("comboBox_dir_2")
self.comboBox_dir_2.addItem("")
self.comboBox_dir_2.addItem("")
self.comboBox_dir_2.addItem("")
self.comboBox_dir_2.addItem("")
self.horizontalLayout_4.addWidget(self.comboBox_dir_2)
self.lineEdit_dir_2 = QtWidgets.QLineEdit(self.page)
self.lineEdit_dir_2.setReadOnly(True)
self.lineEdit_dir_2.setObjectName("lineEdit_dir_2")
self.horizontalLayout_4.addWidget(self.lineEdit_dir_2)
self.toolButton_2 = QtWidgets.QToolButton(self.page)
self.toolButton_2.setObjectName("toolButton_2")
self.horizontalLayout_4.addWidget(self.toolButton_2)
self.verticalLayout_3.addLayout(self.horizontalLayout_4)
spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
self.verticalLayout_3.addItem(spacerItem)
self.stackedWidget.addWidget(self.page)
self.page_2 = QtWidgets.QWidget()
self.page_2.setObjectName("page_2")
self.stackedWidget.addWidget(self.page_2)
self.verticalLayout.addWidget(self.splitter)
self.widget = QtWidgets.QWidget(Form)
self.widget.setMinimumSize(QtCore.QSize(0, 50))
self.widget.setMaximumSize(QtCore.QSize(16777215, 50))
self.widget.setObjectName("widget")
self.horizontalLayout = QtWidgets.QHBoxLayout(self.widget)
self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
self.horizontalLayout.setObjectName("horizontalLayout")
self.pushButton = QtWidgets.QPushButton(self.widget)
self.pushButton.setObjectName("pushButton")
self.horizontalLayout.addWidget(self.pushButton)
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
self.horizontalLayout.addItem(spacerItem1)
self.pushButton_2 = QtWidgets.QPushButton(self.widget)
self.pushButton_2.setObjectName("pushButton_2")
self.horizontalLayout.addWidget(self.pushButton_2)
self.pushButton_3 = QtWidgets.QPushButton(self.widget)
self.pushButton_3.setObjectName("pushButton_3")
self.horizontalLayout.addWidget(self.pushButton_3)
self.verticalLayout.addWidget(self.widget)
self.retranslateUi(Form)
QtCore.QMetaObject.connectSlotsByName(Form)
def retranslateUi(self, Form):
_translate = QtCore.QCoreApplication.translate
Form.setWindowTitle(_translate("Form", "设置"))
__sortingEnabled = self.listWidget.isSortingEnabled()
self.listWidget.setSortingEnabled(False)
item = self.listWidget.item(0)
item.setText(_translate("Form", "常规"))
item = self.listWidget.item(1)
item.setText(_translate("Form", "环境"))
self.listWidget.setSortingEnabled(__sortingEnabled)
self.label.setText(_translate("Form", "下 载 源:"))
self.comboBox_source.setItemText(0, _translate("Form", "腾讯(推荐)"))
self.comboBox_source.setItemText(1, _translate("Form", "官方"))
self.comboBox_source.setItemText(2, _translate("Form", "清华大学"))
self.comboBox_source.setItemText(3, _translate("Form", "阿里"))
self.comboBox_source.setItemText(4, _translate("Form", "豆瓣"))
self.comboBox_source.setItemText(5, _translate("Form", "自定义"))
self.lineEdit_source.setText(_translate("Form", "https://mirrors.cloud.tencent.com/pypi/simple"))
self.lineEdit_source.setPlaceholderText(_translate("Form", "腾讯镜像源"))
self.label_3.setText(_translate("Form", "安装选项:"))
self.comboBox_dir.setItemText(0, _translate("Form", "默认位置"))
self.comboBox_dir.setItemText(1, _translate("Form", "用户目录"))
self.comboBox_dir.setItemText(2, _translate("Form", "仅下载"))
self.comboBox_dir.setItemText(3, _translate("Form", "自定义"))
self.lineEdit_dir.setPlaceholderText(_translate("Form", "默认"))
self.toolButton.setText(_translate("Form", "..."))
self.label_4.setText(_translate("Form", "默认路径:"))
self.comboBox_dir_2.setItemText(0, _translate("Form", "默认位置"))
self.comboBox_dir_2.setItemText(1, _translate("Form", "用户目录"))
self.comboBox_dir_2.setItemText(2, _translate("Form", "仅下载"))
self.comboBox_dir_2.setItemText(3, _translate("Form", "自定义"))
self.lineEdit_dir_2.setPlaceholderText(_translate("Form", "默认"))
self.toolButton_2.setText(_translate("Form", "..."))
self.pushButton.setText(_translate("Form", "帮助"))
self.pushButton_2.setText(_translate("Form", "确定"))
self.pushButton_3.setText(_translate("Form", "取消"))

View File

@ -0,0 +1,445 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>400</height>
</rect>
</property>
<property name="windowTitle">
<string>设置</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" name="widget_2" native="true">
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QListWidget" name="listWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<item>
<property name="text">
<string>常规</string>
</property>
</item>
<item>
<property name="text">
<string>解释器</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page">
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>下 载 源:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_source">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>腾讯(推荐)</string>
</property>
</item>
<item>
<property name="text">
<string>官方</string>
</property>
</item>
<item>
<property name="text">
<string>清华大学</string>
</property>
</item>
<item>
<property name="text">
<string>阿里</string>
</property>
</item>
<item>
<property name="text">
<string>豆瓣</string>
</property>
</item>
<item>
<property name="text">
<string>自定义</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_source">
<property name="text">
<string>https://mirrors.cloud.tencent.com/pypi/simple</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>腾讯镜像源</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>安装选项:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_dir">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>默认位置</string>
</property>
</item>
<item>
<property name="text">
<string>用户目录</string>
</property>
</item>
<item>
<property name="text">
<string>仅下载</string>
</property>
</item>
<item>
<property name="text">
<string>自定义</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_dir">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>默认</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>默认路径:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_dir_2">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>默认位置</string>
</property>
</item>
<item>
<property name="text">
<string>用户目录</string>
</property>
</item>
<item>
<property name="text">
<string>仅下载</string>
</property>
</item>
<item>
<property name="text">
<string>自定义</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_dir_2">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>默认</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_2">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2">
<layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTableWidget" name="tableWidget">
<column>
<property name="text">
<string>名称</string>
</property>
</column>
<column>
<property name="text">
<string>路径</string>
</property>
</column>
<column>
<property name="text">
<string>是否默认</string>
</property>
</column>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QPushButton" name="pushButton_browser">
<property name="text">
<string>浏览</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_default">
<property name="text">
<string>设为默认</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_delete">
<property name="text">
<string>删除</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</widget>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="pushButton_help">
<property name="text">
<string>帮助</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_ok">
<property name="text">
<string>确定</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_cancel">
<property name="text">
<string>取消</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>

View File

@ -0,0 +1,151 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'package_update.ui'
#
# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_Form(object):
def setupUi(self, Form):
Form.setObjectName("Form")
Form.resize(800, 600)
self.verticalLayout = QtWidgets.QVBoxLayout(Form)
self.verticalLayout.setObjectName("verticalLayout")
self.horizontalLayout_4 = QtWidgets.QHBoxLayout()
self.horizontalLayout_4.setObjectName("horizontalLayout_4")
self.formLayout = QtWidgets.QFormLayout()
self.formLayout.setObjectName("formLayout")
self.label_2 = QtWidgets.QLabel(Form)
self.label_2.setObjectName("label_2")
self.formLayout.setWidget(0, QtWidgets.QFormLayout.LabelRole, self.label_2)
self.lineEdit_name = QtWidgets.QLineEdit(Form)
self.lineEdit_name.setText("")
self.lineEdit_name.setObjectName("lineEdit_name")
self.formLayout.setWidget(0, QtWidgets.QFormLayout.FieldRole, self.lineEdit_name)
self.checkBox_version = QtWidgets.QCheckBox(Form)
self.checkBox_version.setObjectName("checkBox_version")
self.formLayout.setWidget(1, QtWidgets.QFormLayout.LabelRole, self.checkBox_version)
self.comboBox_version = QtWidgets.QComboBox(Form)
self.comboBox_version.setEnabled(False)
self.comboBox_version.setMinimumSize(QtCore.QSize(0, 0))
self.comboBox_version.setMaximumSize(QtCore.QSize(16777215, 16777215))
self.comboBox_version.setObjectName("comboBox_version")
self.comboBox_version.addItem("")
self.formLayout.setWidget(1, QtWidgets.QFormLayout.FieldRole, self.comboBox_version)
self.label = QtWidgets.QLabel(Form)
self.label.setObjectName("label")
self.formLayout.setWidget(2, QtWidgets.QFormLayout.LabelRole, self.label)
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
self.comboBox_source = QtWidgets.QComboBox(Form)
self.comboBox_source.setEnabled(True)
self.comboBox_source.setMinimumSize(QtCore.QSize(100, 0))
self.comboBox_source.setMaximumSize(QtCore.QSize(100, 16777215))
self.comboBox_source.setObjectName("comboBox_source")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.comboBox_source.addItem("")
self.horizontalLayout_3.addWidget(self.comboBox_source)
self.lineEdit_source = QtWidgets.QLineEdit(Form)
self.lineEdit_source.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.lineEdit_source.setReadOnly(True)
self.lineEdit_source.setObjectName("lineEdit_source")
self.horizontalLayout_3.addWidget(self.lineEdit_source)
self.formLayout.setLayout(2, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout_3)
self.label_3 = QtWidgets.QLabel(Form)
self.label_3.setObjectName("label_3")
self.formLayout.setWidget(3, QtWidgets.QFormLayout.LabelRole, self.label_3)
self.horizontalLayout = QtWidgets.QHBoxLayout()
self.horizontalLayout.setObjectName("horizontalLayout")
self.comboBox_dir = QtWidgets.QComboBox(Form)
self.comboBox_dir.setMinimumSize(QtCore.QSize(100, 0))
self.comboBox_dir.setMaximumSize(QtCore.QSize(100, 16777215))
self.comboBox_dir.setObjectName("comboBox_dir")
self.comboBox_dir.addItem("")
self.comboBox_dir.addItem("")
self.comboBox_dir.addItem("")
self.comboBox_dir.addItem("")
self.horizontalLayout.addWidget(self.comboBox_dir)
self.lineEdit_dir = QtWidgets.QLineEdit(Form)
self.lineEdit_dir.setReadOnly(True)
self.lineEdit_dir.setObjectName("lineEdit_dir")
self.horizontalLayout.addWidget(self.lineEdit_dir)
self.toolButton = QtWidgets.QToolButton(Form)
self.toolButton.setObjectName("toolButton")
self.horizontalLayout.addWidget(self.toolButton)
self.formLayout.setLayout(3, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout)
self.horizontalLayout_4.addLayout(self.formLayout)
self.verticalLayout.addLayout(self.horizontalLayout_4)
self.groupBox = QtWidgets.QGroupBox(Form)
self.groupBox.setObjectName("groupBox")
self.horizontalLayout_5 = QtWidgets.QHBoxLayout(self.groupBox)
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 0)
self.horizontalLayout_5.setObjectName("horizontalLayout_5")
self.textEdit_desc = QtWidgets.QTextEdit(self.groupBox)
self.textEdit_desc.setObjectName("textEdit_desc")
self.horizontalLayout_5.addWidget(self.textEdit_desc)
self.verticalLayout.addWidget(self.groupBox)
self.groupBox_2 = QtWidgets.QGroupBox(Form)
self.groupBox_2.setObjectName("groupBox_2")
self.horizontalLayout_6 = QtWidgets.QHBoxLayout(self.groupBox_2)
self.horizontalLayout_6.setContentsMargins(0, 0, 0, 0)
self.horizontalLayout_6.setObjectName("horizontalLayout_6")
self.textEdit_log = QtWidgets.QTextEdit(self.groupBox_2)
self.textEdit_log.setObjectName("textEdit_log")
self.horizontalLayout_6.addWidget(self.textEdit_log)
self.verticalLayout.addWidget(self.groupBox_2)
self.widget = QtWidgets.QWidget(Form)
self.widget.setMaximumSize(QtCore.QSize(16777215, 50))
self.widget.setObjectName("widget")
self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.widget)
self.verticalLayout_2.setObjectName("verticalLayout_2")
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
self.horizontalLayout_2.addItem(spacerItem)
self.pushButton_ok = QtWidgets.QPushButton(self.widget)
self.pushButton_ok.setObjectName("pushButton_ok")
self.horizontalLayout_2.addWidget(self.pushButton_ok)
self.pushButton_cancel = QtWidgets.QPushButton(self.widget)
self.pushButton_cancel.setObjectName("pushButton_cancel")
self.horizontalLayout_2.addWidget(self.pushButton_cancel)
self.verticalLayout_2.addLayout(self.horizontalLayout_2)
self.verticalLayout.addWidget(self.widget)
self.retranslateUi(Form)
QtCore.QMetaObject.connectSlotsByName(Form)
def retranslateUi(self, Form):
_translate = QtCore.QCoreApplication.translate
Form.setWindowTitle(_translate("Form", "更新"))
self.label_2.setText(_translate("Form", "包名:"))
self.checkBox_version.setText(_translate("Form", "指定版本"))
self.comboBox_version.setItemText(0, _translate("Form", "最新版本"))
self.label.setText(_translate("Form", "下载源:"))
self.comboBox_source.setItemText(0, _translate("Form", "腾讯(推荐)"))
self.comboBox_source.setItemText(1, _translate("Form", "官方"))
self.comboBox_source.setItemText(2, _translate("Form", "清华大学"))
self.comboBox_source.setItemText(3, _translate("Form", "阿里"))
self.comboBox_source.setItemText(4, _translate("Form", "豆瓣"))
self.comboBox_source.setItemText(5, _translate("Form", "自定义"))
self.lineEdit_source.setText(_translate("Form", "https://mirrors.cloud.tencent.com/pypi/simple"))
self.lineEdit_source.setPlaceholderText(_translate("Form", "腾讯镜像源"))
self.label_3.setText(_translate("Form", "安装选项:"))
self.comboBox_dir.setItemText(0, _translate("Form", "默认位置"))
self.comboBox_dir.setItemText(1, _translate("Form", "用户目录"))
self.comboBox_dir.setItemText(2, _translate("Form", "仅下载"))
self.comboBox_dir.setItemText(3, _translate("Form", "自定义"))
self.lineEdit_dir.setPlaceholderText(_translate("Form", "默认"))
self.toolButton.setText(_translate("Form", "..."))
self.groupBox.setTitle(_translate("Form", "详情"))
self.groupBox_2.setTitle(_translate("Form", "执行记录"))
self.pushButton_ok.setText(_translate("Form", "确定"))
self.pushButton_cancel.setText(_translate("Form", "取消"))

View File

@ -0,0 +1,305 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>更新</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>包名:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_name">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox_version">
<property name="text">
<string>指定版本</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="comboBox_version">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>最新版本</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>下载源:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QComboBox" name="comboBox_source">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>腾讯(推荐)</string>
</property>
</item>
<item>
<property name="text">
<string>官方</string>
</property>
</item>
<item>
<property name="text">
<string>清华大学</string>
</property>
</item>
<item>
<property name="text">
<string>阿里</string>
</property>
</item>
<item>
<property name="text">
<string>豆瓣</string>
</property>
</item>
<item>
<property name="text">
<string>自定义</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_source">
<property name="text">
<string>https://mirrors.cloud.tencent.com/pypi/simple</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>腾讯镜像源</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>安装选项:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QComboBox" name="comboBox_dir">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>默认位置</string>
</property>
</item>
<item>
<property name="text">
<string>用户目录</string>
</property>
</item>
<item>
<property name="text">
<string>仅下载</string>
</property>
</item>
<item>
<property name="text">
<string>自定义</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_dir">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>默认</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>详情</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTextEdit" name="textEdit_desc"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>执行记录</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTextEdit" name="textEdit_log"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_ok">
<property name="text">
<string>确定</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_cancel">
<property name="text">
<string>取消</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>

View File

View File

View File

@ -0,0 +1,251 @@
"""Flowchart generator for PyPPL."""
from pathlib import Path
from copy import deepcopy
from graphviz import Digraph # pylint: disable=import-error
from pyppl.plugin import hookimpl
from pyppl.logger import logger
__version__ = "0.1.3"
THEMES = dict(
default = dict(
base = dict(
shape = 'box',
style = 'rounded,filled',
fillcolor = '#ffffff',
color = '#000000',
fontcolor = '#000000',
),
start = dict(
style = 'filled',
color = '#259229', # green
),
end = dict(
style = 'filled',
color = '#d63125', # red
),
procset = dict(
style = 'filled',
color = '#eeeeee', # almost white
),
edge = dict(),
edge_hidden = dict(style = 'dashed'),
),
dark = dict(
base = dict(
shape = 'box',
style = 'rounded,filled',
fillcolor = '#555555',
color = '#ffffff',
fontcolor = '#ffffff',
),
start = dict(
style = 'filled',
color = '#59b95d', # green
penwidth = 2,
),
end = dict(
style = 'filled',
color = '#ea7d75', # red
penwidth = 2,
),
procset = dict(
style = 'filled',
color = '#eeeeee', # almost white
),
edge = dict(),
edge_hidden = dict(style = 'dashed'),
)
)
ROOTGROUP = '__ROOT__'
class Flowchart:
"""@API
Draw flowchart for pipelines
"""
def __init__(self, fcfile, dotfile):
"""@API
The flowchart constructor
@params:
fcfile (file): The flowchart file.
dotfile (file): The dot file.
"""
self.fcfile = Path(fcfile)
self.dotfile = Path(dotfile)
fmt = self.fcfile.suffix
fmt = 'svg' if not fmt else fmt[1:]
self.graph = Digraph('PyPPL', format = fmt)
self.theme = THEMES['default']
self.nodes = {}
self.starts = []
self.ends = []
self.links = []
def set_theme(self, theme, base = 'default'):
"""@API
Set the theme to be used
@params:
theme (str|dict): The theme, could be the key of Flowchart.
- THEMES or a dict of a theme definition.
base (str): The base theme to be based on you pass custom theme
"""
if isinstance(theme, dict):
self.theme = deepcopy(THEMES[base])
for key, val in self.theme.items():
val.update(theme.get(key, {}))
elif not theme:
self.theme = THEMES[base]
else:
self.theme = THEMES[theme]
def add_node(self, node, role = None):
"""@API
Add a node to the chart
@params:
node (Proc): The process node
role (str): Is it a starting node, an ending node or None. Default: `None`.
"""
if role == 'start' and node not in self.starts:
self.starts.append(node)
if role == 'end' and node not in self.ends:
self.ends.append(node)
gname = node.procset or ROOTGROUP
if gname not in self.nodes:
self.nodes[gname] = []
if node not in self.nodes[gname]:
self.nodes[gname].append(node)
def add_link(self, node1, node2, has_hidden = False):
"""@API
Add a link to the chart
@params:
node1 (Proc): The first process node.
node2 (Proc): The second process node.
has_hidden (bool): Whether there are processes hidden along the link
"""
if not has_hidden and (node1, node2, True) in self.links:
self.links.remove((node1, node2, True))
if has_hidden and (node1, node2, False) in self.links:
return
if (node1, node2, has_hidden) not in self.links:
self.links.append((node1, node2, has_hidden))
def _assemble(self):
"""
Assemble the graph for printing and rendering
"""
# nodes
for group, nodes in self.nodes.items():
graph = self.graph if group == ROOTGROUP else Digraph("cluster_%s" % group)
for node in nodes:
# copy the theme
theme = deepcopy(self.theme['base'])
if node in self.starts:
theme.update(self.theme['start'])
if node in self.ends:
theme.update(self.theme['end'])
if node.desc != 'No description.':
theme['tooltip'] = node.desc
graph.node(node.shortname, **{k:str(v) for k, v in theme.items()})
if group != ROOTGROUP:
graph.attr(label = group, **{k:str(v) for k,v in self.theme['procset'].items()})
self.graph.subgraph(graph)
# edges
for node1, node2, has_hidden in self.links:
self.graph.edge(
node1.shortname,
node2.shortname,
**{k:str(v) for k,v in self.theme[
'edge_hidden' if has_hidden else 'edge'].items()})
def generate(self):
"""@API
Generate the dot file and graph file.
"""
self._assemble()
self.graph.save(self.dotfile)
self.graph.render(self.fcfile.parent.joinpath(self.fcfile.stem), cleanup = True)
def _get_mate(proc):
nextprocs = proc.nexts
ret = []
for nproc in nextprocs:
if nproc.config.flowchart_hide:
ret.extend([(np[0], True) for np in _get_mate(nproc)])
else:
ret.append((nproc, False))
return ret
def flowchart(ppl, fcfile = None, dotfile = None):
"""
Generate graph in dot language and visualize it.
@params:
dotfile (file): Where to same the dot graph.
- Default: `None` (`path.splitext(sys.argv[0])[0] + ".pyppl.dot"`)
fcfile (file): The flowchart file.
- Default: `None` (`path.splitext(sys.argv[0])[0] + ".pyppl.svg"`)
- For example: run `python pipeline.py` will save it to `pipeline.pyppl.svg`
@returns:
(PyPPL): The pipeline object itself.
"""
fcfile = fcfile or Path('.').joinpath('%s.pyppl.svg' % ppl.name)
fcfile = Path(fcfile)
dotfile = dotfile if dotfile else Path(fcfile).with_suffix('.dot')
dotfile = Path(dotfile)
fchart = Flowchart(fcfile = fcfile, dotfile = dotfile)
fchart.set_theme(ppl.procs[0].config.flowchart_theme)
for start in ppl.starts:
if start.config.flowchart_hide:
raise ValueError('Cannot hide start process: %s' % start.name)
fchart.add_node(start, 'start')
for end in ppl.ends:
if end.config.flowchart_hide:
raise ValueError('Cannot hide end process: %s' % end.name)
fchart.add_node(end, 'end')
for proc in ppl.procs:
if proc.config.flowchart_hide:
if len(proc.depends) > 1 and len(proc.nexts) > 1:
raise ValueError('Cannot hide processes [%s] with multiple \
dependenders and multiple dependendees.' % proc.name)
continue # pragma: no cover (wired this is not reported)
fchart.add_node(proc)
if not proc.nexts:
continue
for mproc, has_hidden in _get_mate(proc):
fchart.add_link(proc, mproc, has_hidden)
fchart.generate()
logger.fchart('Flowchart file saved to: %s', fchart.fcfile)
logger.fchart('DOT file saved to: %s', fchart.dotfile)
return ppl
@hookimpl
def setup(config):
"""Add default config"""
config.config.flowchart_theme = None
@hookimpl
def logger_init(logger):
"""Add log level"""
logger.add_level('fchart')
@hookimpl
def proc_init(proc):
"""Add config for process"""
proc.add_config('flowchart_hide', default = False,
converter = bool, runtime = 'ignore')
@hookimpl
def pyppl_init(ppl):
"""Initiate pipeline"""
ppl.add_method(flowchart, require = 'start')

View File

@ -0,0 +1,377 @@
# coding=utf-8
import os
import sys
import logging
import webbrowser
import time
import graphviz
import numpy as np
import pandas as pd
import pydotplus
from sklearn import tree
# from IPython.display import Image
from sklearn.datasets import load_wine
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import StandardScaler # 数据标准化
# 导入PyQt5模块
from PyQt5.QtCore import Qt, pyqtSignal
from PyQt5.QtGui import QCursor, QIcon, QPixmap
from PyQt5 import QtWidgets, QtCore
from PyQt5.QtWidgets import QWidget, QDesktopWidget, QApplication, QDialog, QMessageBox, QTableWidgetItem
# 导入模型相关操作模块
from pyminer.ui.model.model_woe_result import Ui_Form as ModelWoeIVResult_Ui_Form
from pyminer.ui.model.model_woe import Ui_Form as ModelWoe_Ui_Form
from pyminer.ui.model.model_frame import Ui_Form as ModelFrame_Ui_Form
from pyminer.ui.model.model_tree import Ui_Form as ModelTree_Ui_Form
# 定义日志输出格式
logging.basicConfig(format="%(asctime)s %(name)s:%(levelname)s:%(message)s", datefmt="%Y-%m-%d %H:%M:%S",
level=logging.INFO)
class ModelFrameForm(QWidget):
"""
"新建窗口"
"""
def __init__(self, parent=None):
super().__init__(parent)
self.__ui = ModelFrame_Ui_Form()
self.__ui.setupUi(self)
self.center()
def keyPressEvent(self, e):
"""
按键盘Escape退出当前窗口
@param e:
"""
if e.key() == Qt.Key_Escape:
self.close()
def center(self):
screen = QDesktopWidget().screenGeometry()
size = self.geometry()
self.move(int((screen.width() - size.width()) / 2), int((screen.height() - size.height()) / 2))
class ModelFrameForm(QWidget, ModelFrame_Ui_Form):
"""
打开"关于"窗口
"""
def __init__(self, parent=None):
super().__init__(parent)
self.setupUi(self)
self.center()
def keyPressEvent(self, e):
"""
按键盘Escape退出当前窗口
@param e:
"""
if e.key() == Qt.Key_Escape:
self.close()
def center(self):
screen = QDesktopWidget().screenGeometry()
size = self.geometry()
self.move(int((screen.width() - size.width()) / 2), int((screen.height() - size.height()) / 2))
class ModelTreeForm(QDialog, ModelTree_Ui_Form):
"""
打开"模型-决策树"窗口
"""
signal_output = pyqtSignal(str, str) # 自定义信号,用于传递输出结果的名称、路径
def __init__(self, parent=None):
super().__init__(parent)
self.setupUi(self)
self.center()
self.current_dataset = pd.DataFrame()
self.current_dataset_columns = []
self.tree_count = 0
self.lineEdit_result_path.setText(output_dir)
self.pushButton_dependent_add.clicked.connect(self.dependent_add)
self.pushButton_dependent_del.clicked.connect(self.dependent_del)
self.pushButton_independent_add.clicked.connect(self.independent_add)
self.pushButton_independent_up.clicked.connect(self.independent_up)
self.pushButton_independent_down.clicked.connect(self.independent_down)
self.pushButton_independent_del.clicked.connect(self.independent_del)
self.pushButton_ok.clicked.connect(self.model_tree)
self.pushButton_cancel.clicked.connect(self.close)
self.pushButton_help.clicked.connect(self.get_help)
def keyPressEvent(self, e):
"""
按键盘Escape退出当前窗口
@param e:
"""
if e.key() == Qt.Key_Escape:
self.close()
def center(self):
screen = QDesktopWidget().screenGeometry()
size = self.geometry()
self.move(int((screen.width() - size.width()) / 2), int((screen.height() - size.height()) / 2))
# ================================自定义槽函数=========================
def get_help(self):
"""
打开帮助页面
"""
try:
webbrowser.get('chrome').open_new_tab("http://www.py2cn.com")
except Exception as e:
webbrowser.open_new_tab("http://www.py2cn.com")
def model_tree(self):
self.tree_count += 1 # 用户生成决策树名称,根据第几次调用决策树进行命名
result_name = "tree_" + str(self.tree_count)
result_png = result_name + '.png'
result_png_path = output_dir + '\\' + result_png
print('result_name', result_name)
print('result_png_path', result_png_path)
if len(self.lineEdit_result_path.text().strip()) == 0:
QMessageBox.information(self, "注意", "决策树路径不能为空", QMessageBox.Yes | QMessageBox.No, QMessageBox.Yes)
return
result_path = self.lineEdit_result_path.text() + r'/' + result_name + '.html'
print(result_path)
# 可视化决策树
data = self.current_dataset
# 获取已选变量
var_list = []
count = self.listWidget_independent.count()
for i in range(count):
var_list.append(self.listWidget_independent.item(i).text())
data_x = data[var_list]
print(data_x)
data_y = data[self.listWidget_dependent.item(0).text()]
# 获取用户设置的参数
train_size = self.doubleSpinBox_train_size.value()
random_state = self.lineEdit_random_state.value()
min_samples_leaf = self.spinBox_min_samples_leaf.value()
max_depth = self.spinBox_max_depth.value()
criterion = self.comboBox_criterion.currentText().lower()
min_samples_split = self.spinBox_min_samples_split.value()
train_X, test_X, train_y, test_y = train_test_split(data_x
, data_y
, train_size=train_size
, random_state=random_state)
model_tree = tree.DecisionTreeClassifier(criterion=criterion # gini或者entropy,前者是基尼系数,后者是信息熵。
, splitter="best"
# best or random 前者是在所有特征中找最好的切分点 后者是在部分特征中默认的”best”适合样本量不大的时候而如果样本数据量非常大此时决策树构建推荐”random” 。
, max_features=None # None所有log2sqrtN 特征小于50的时候一般使用所有的
, min_samples_leaf=min_samples_leaf # 最小叶子节点数
, max_depth=max_depth
# int or None, optional (default=None) 设置决策随机森林中的决策树的最大深度深度越大越容易过拟合推荐树的深度为5-20之间。
, min_samples_split=min_samples_split
# 设置结点的最小样本数量,当样本数量可能小于此值时,结点将不会在划分。
, max_leaf_nodes=None # 通过限制最大叶子节点数,可以防止过拟合,默认是"None”即不限制最大的叶子节点数。
)
model_tree = model_tree.fit(train_X, train_y)
score = model_tree.score(test_X, test_y) # 返回预测的准确度accuracy
print(score)
# feature_name = ["酒精", "苹果酸", "灰", "灰的碱性", "镁", "总酚", "类黄酮", "非黄烷类酚类", "花青素", "颜色强度", "色调", "od280/od315稀疏葡萄酒",
# "脯氨酸"]
print("开始执行决策树")
dot_tree = tree.export_graphviz(model_tree
, out_file=None
# , feature_names=feature_name
# , class_names=["琴酒", "雪莉", "贝尔莫得"]
, filled=True # 填充颜色
, rounded=True # 画出的方块无棱角
, special_characters=True
)
os.environ["PATH"] += root_dir + r'\features\plugins\graphviz-2.38\release\bin'
graph = pydotplus.graph_from_dot_data(dot_tree)
# img = Image(graph.create_png())
graph.write_png(result_png_path)
print("图片已生成!")
html = """
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>结果</title>
</head>
<body>
<img border="0" src=" """ + result_png_path + """ " alt="决策树结果" >
</body>
</html>
"""
with open(result_path, 'w') as f:
f.write(html)
print("写入完成")
f.close()
print("开始发射信号")
self.signal_result.emit(result_name, result_path) # 发射信号
self.close()
def dependent_add(self):
items = self.listWidget_var.selectedItems()
for item in items:
self.listWidget_dependent.addItem(item.text())
def dependent_del(self):
items = self.listWidget_dependent.selectedItems()
for item in items:
row = self.listWidget_dependent.row(item)
self.listWidget_dependent.removeItemWidget(self.listWidget_dependent.takeItem(row))
def independent_add(self):
items = self.listWidget_var.selectedItems()
for item in items:
self.listWidget_independent.addItem(item.text())
def independent_up(self):
var_list = []
# 获取listwidget中条目数
count = self.listWidget_independent.count()
for i in range(count):
var_list.append(self.listWidget_independent.item(i).text())
row = self.listWidget_independent.currentRow()
print("row:", row)
temp = var_list[row]
var_list[row] = var_list[row - 1]
var_list[row - 1] = temp
# 清空当前listWidget
self.listWidget_independent.clear()
# 重新添加新项
self.listWidget_independent.addItems(var_list)
def independent_down(self):
var_list = []
# 获取listwidget中条目数
count = self.listWidget_independent.count()
for i in range(count):
var_list.append(self.listWidget_independent.item(i).text())
row = self.listWidget_independent.currentRow()
print("row:", row)
temp = var_list[row]
var_list[row] = var_list[row + 1]
var_list[row + 1] = temp
# 清空当前listWidget
self.listWidget_independent.clear()
# 重新添加新项
self.listWidget_independent.addItems(var_list)
def independent_del(self):
items = self.listWidget_independent.selectedItems()
for item in items:
row = self.listWidget_independent.row(item)
self.listWidget_independent.removeItemWidget(self.listWidget_independent.takeItem(row))
class ModelWoeForm(QDialog, ModelWoe_Ui_Form):
"""
打开"模型-WOE/IV"窗口
"""
def __init__(self, parent=None):
super().__init__(parent)
self.setupUi(self)
self.center()
self.current_dataset = pd.DataFrame()
self.all_dataset = ''
self.current_dataset_name = ''
self.current_dataset_columns = ''
self.current_dataset_path = '' # 当前数据对应路径
self.pushButton_next.clicked.connect(self.calc_woe)
self.toolButton_output_path.triggered.connect(self.slot_change_output_path)
def keyPressEvent(self, e):
"""
按键盘Escape退出当前窗口
@param e:
"""
if e.key() == Qt.Key_Escape:
self.close()
def center(self):
screen = QDesktopWidget().screenGeometry()
size = self.geometry()
self.move(int((screen.width() - size.width()) / 2), int((screen.height() - size.height()) / 2))
def slot_change_output_path(self):
directory = QtWidgets.QFileDialog.getExistingDirectory(self, "选择输出文件位置", output_dir)
self.lineEdit_output_path.setText(directory)
def calc_woe(self):
if os.path.isfile(output_dir + r"\features_detail.csv"):
feature_detail = pd.read_csv(output_dir + r"\features_detail.csv")
else:
feature_detail = calc_woe_iv.woe(self.current_dataset)
self.flush_preview(feature_detail)
def flush_preview(self, dataset):
if any(dataset):
input_table_rows = dataset.head(100).shape[0]
input_table_colunms = dataset.shape[1]
input_table_header = dataset.columns.values.tolist()
self.tableWidget_dataset.setColumnCount(input_table_colunms)
self.tableWidget_dataset.setRowCount(input_table_rows)
self.tableWidget_dataset.setHorizontalHeaderLabels(input_table_header)
# 数据预览窗口
for i in range(input_table_rows):
input_table_rows_values = dataset.iloc[[i]]
input_table_rows_values_array = np.array(input_table_rows_values)
input_table_rows_values_list = input_table_rows_values_array.tolist()[0]
for j in range(input_table_colunms):
input_table_items_list = input_table_rows_values_list[j]
input_table_items = str(input_table_items_list)
newItem = QTableWidgetItem(input_table_items)
newItem.setTextAlignment(Qt.AlignHCenter | Qt.AlignVCenter)
self.tableWidget_dataset.setItem(i, j, newItem)
class ModelWoeResultForm(QWidget):
"""
打开"关于"窗口
"""
def __init__(self, parent=None):
super().__init__(parent)
self.__ui = ModelWoeIVResult_Ui_Form()
self.__ui.setupUi(self)
self.center()
def keyPressEvent(self, e):
"""
按键盘Escape退出当前窗口
@param e:
"""
if e.key() == Qt.Key_Escape:
self.close()
def center(self):
screen = QDesktopWidget().screenGeometry()
size = self.geometry()
self.move(int((screen.width() - size.width()) / 2), int((screen.height() - size.height()) / 2))
# ====================================窗体测试程序============================
if __name__ == '__main__':
app = QApplication(sys.argv)
form = ModelFrameForm()
form.show()
sys.exit(app.exec_())

View File

@ -0,0 +1,74 @@
# -*- coding:utf-8 -*-
__author__ = 'boredbird'
import os
import numpy as np
import pandas as pd
import logging
parent_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
root_dir = os.path.dirname(parent_dir)
output_dir = root_dir + r'\output'
features_dir = root_dir + r'\features'
modelling_dir = root_dir + r'\features\modelling'
import woe.feature_process as fp
import woe.GridSearch as gs
logging.basicConfig(format="%(asctime)s %(name)s:%(levelname)s:%(message)s", datefmt="%Y-%m-%d %H:%M:%S", level=logging.INFO)
def config(data_path):
data=data_path
var_name=[]
var_dtype=[]
is_tobe_bin=[]
is_candidate=[]
is_modelfeature=[]
for i in data.columns:
var_name.append(i)
#变量类型
var_dtype.append(str(data[i].dtypes))
#是否分箱
if i.lower() in ['y', 'target']:
tobe_bin = 0
elif i.lower() in ['id', 'userid', 'user_id', 'order_no', 'order_id']:
tobe_bin = 0
elif str(data[i].dtypes)=="object":
tobe_bin = 0
else:
tobe_bin=1
is_tobe_bin.append(tobe_bin)
#是否候选变量
if i.lower() in ['y', 'target']:
candidate = 0
elif i.lower() in ['id', 'userid', 'user_id', 'order_no', 'order_id']:
candidate = 0
else:
candidate=1
is_candidate.append(candidate)
#是否模型特征
if i.lower() in ['y', 'target']:
modelfeature = 0
elif i.lower() in ['id', 'userid', 'user_id', 'order_no', 'order_id']:
modelfeature = 0
else:
modelfeature=1
is_modelfeature.append(modelfeature)
df = pd.DataFrame({"var_name": var_name, 'var_dtype': var_dtype, 'is_tobe_bin': is_tobe_bin, 'is_candidate': is_candidate,'is_modelfeature': is_modelfeature})
logging.info("配置文件修改完成")
print(df)
return df
def woe(data_path):
config_path = config(data_path)
data_path = data_path
feature_detail_path = output_dir+'\\features_detail.csv'
rst_pkl_path = output_dir+'\\woe_rule.pkl'
# train Weight of Evidence rule
feature_detail,rst = fp.process_train_woe(infile_path=data_path
,outfile_path=feature_detail_path
,config_path=config_path)
return feature_detail
logging.info("WOE和IV计算完成")

View File

@ -0,0 +1,22 @@
# Pull members from modules to Orange.classification namespace
# pylint: disable=wildcard-import
from .base_classification import (ModelClassification as Model,
LearnerClassification as Learner,
SklModelClassification as SklModel,
SklLearnerClassification as SklLearner)
from .knn import *
from .logistic_regression import *
from .majority import *
from .naive_bayes import *
from .random_forest import *
from .softmax_regression import *
from .svm import *
from .tree import *
from .simple_tree import *
from .simple_random_forest import *
from .elliptic_envelope import *
from .rules import *
from .sgd import *
from .neural_network import *
from .calibration import *

View File

@ -0,0 +1,191 @@
import os
from tempfile import TemporaryDirectory
import unittest
import numpy as np
from Orange.data import Table, DiscreteVariable, Domain
from Orange.classification import LogisticRegressionLearner, TreeLearner
class TestModelMapping(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.iris = iris = Table("iris")
with TemporaryDirectory() as tempdir:
tables = []
x = np.vstack((iris.X[:50], iris.X[100:]))
y = np.hstack((iris.Y[:50], iris.Y[100:]))
for i, data in enumerate([iris[50:],
Table.from_numpy(iris.domain, x, y),
iris[:100]]):
name = os.path.join(tempdir, f"no{i}.tab")
data.save(name)
tables.append(Table(name))
cls.iris0, cls.iris1, cls.iris2 = tables
def test_larger_model(self):
# Train on all data, test on subset of values
# Probabilities should stay the same, but normalized
# Class predictions for existing classes should stay the same
def normalized(a):
n = np.sum(a, axis=1)
n[n == 0] = 1.0 / a.shape[1]
a[n == 0] = 1
return a / n[:, None]
for lrn in [TreeLearner, LogisticRegressionLearner]: # skl and non-skl
model = lrn()(self.iris)
val, prob = model(self.iris, model.ValueProbs)
val0, prob0 = model(self.iris0, model.ValueProbs)
vale = val[50:]
probe = normalized(prob[50:, 1:])
# No effect on class predictions
np.testing.assert_array_equal(
val0[vale != 0],
vale[vale != 0] - 1)
# Classes that to not exist are replaced with the most probable;
# don't use argmax because of possible ties
np.testing.assert_array_equal(
probe[vale == 0, val0[vale == 0].astype(int)],
np.max(probe[vale == 0], axis=1))
# Probabilities are not affected (but normalized)
np.testing.assert_almost_equal(prob0, probe)
# Same as above for other two classes ...
val1, prob1 = model(self.iris1, model.ValueProbs)
vale = np.hstack((val[:50], val[100:])).astype(float)
no1 = vale != 1
vale[vale == 2] -= 1
probe = np.vstack((prob[:50], prob[100:]))
probe = normalized(np.hstack((probe[:, :1], probe[:, 2:])))
np.testing.assert_array_equal(
val1[no1],
vale[no1])
np.testing.assert_array_equal(
probe[~no1, val1[~no1].astype(int)],
np.max(probe[~no1], axis=1))
np.testing.assert_almost_equal(prob1, probe)
val2, prob2 = model(self.iris2, model.ValueProbs)
vale = val[:100]
probe = normalized(prob[:100, :2])
np.testing.assert_array_equal(
val2[vale != 2],
vale[vale != 2])
np.testing.assert_array_equal(
probe[vale != 2, val2[vale != 2].astype(int)],
np.max(probe[vale != 2], axis=1))
np.testing.assert_almost_equal(prob2, probe)
def test_smaller_model(self):
for lrn in [LogisticRegressionLearner, TreeLearner]: # skl and non-skl
model = lrn()(self.iris0)
val0, prob0 = model(self.iris0, model.ValueProbs)
val, prob = model(self.iris, model.ValueProbs)
# Model can't predict class 0 in whole data
np.testing.assert_array_equal(val0, val[50:] - 1)
np.testing.assert_almost_equal(prob0, prob[50:, 1:])
# First 50 instances in whole data can be assigned anything 1 or 2
# and should not be nan
self.assertTrue(np.all((val[:50] == 1) + (val[:50] == 2)))
np.testing.assert_almost_equal(np.sum(prob, axis=1), 1)
np.testing.assert_almost_equal(prob[:, 0], 0)
model = lrn()(self.iris1)
val, prob = model(self.iris, model.ValueProbs)
val1, prob1 = model(self.iris1, model.ValueProbs)
np.testing.assert_array_equal(val1[:50], val[:50])
np.testing.assert_array_equal(val1[50:], val[100:] - 1)
np.testing.assert_almost_equal(prob1[:50, 0], prob[:50, 0])
np.testing.assert_almost_equal(prob1[:50, 1], prob[:50, 2])
np.testing.assert_almost_equal(prob1[50:, 0], prob[100:, 0])
np.testing.assert_almost_equal(prob1[50:, 1], prob[100:, 2])
self.assertTrue(np.all((val[50:100] == 0) + (val[50:100] == 2)))
np.testing.assert_almost_equal(np.sum(prob, axis=1), 1)
np.testing.assert_almost_equal(prob[:, 1], 0)
model = lrn()(self.iris2)
val, prob = model(self.iris, model.ValueProbs)
val2, prob2 = model(self.iris2, model.ValueProbs)
np.testing.assert_array_equal(val2, val[:100])
np.testing.assert_almost_equal(prob2, prob[:100, :2])
self.assertTrue(np.all((val[100:] == 0) + (val[100:] == 1)))
self.assertTrue(np.all(val[:50] < 2)) # also tests it's not nan
np.testing.assert_almost_equal(np.sum(prob, axis=1), 1)
np.testing.assert_almost_equal(prob[:, 2], 0)
def test_model_different(self):
def test_val_prob(val, prob):
np.testing.assert_almost_equal(np.sum(prob, axis=1), 1)
np.testing.assert_array_equal(
np.choose(val.astype(int), (prob[:, 0], prob[:, 1])),
np.max(prob, axis=1))
for lrn in [LogisticRegressionLearner, TreeLearner]: # skl and non-skl
model0 = lrn()(self.iris0)
valp0 = model0(self.iris0)
model1 = lrn()(self.iris1)
valp1 = model1(self.iris1)
model2 = lrn()(self.iris2)
valp2 = model2(self.iris2)
val1, prob1 = model0(self.iris1, model0.ValueProbs)
np.testing.assert_array_equal(val1[valp0 == 1], 1)
np.testing.assert_array_equal(prob1[valp0 == 1, 0], 0)
np.testing.assert_array_equal(prob1[valp0 == 1, 1], 1)
test_val_prob(val1, prob1)
val2, prob2 = model0(self.iris2, model0.ValueProbs)
np.testing.assert_array_equal(val2[valp0 == 1], 1)
np.testing.assert_array_equal(prob2[valp0 == 1, 0], 0)
np.testing.assert_array_equal(prob2[valp0 == 1, 1], 1)
np.testing.assert_almost_equal(np.sum(prob2, axis=1), 1)
test_val_prob(val2, prob2)
val0, prob0 = model1(self.iris0, model1.ValueProbs)
np.testing.assert_array_equal(val0[valp1 == 1], 1)
np.testing.assert_array_equal(prob0[valp1 == 1, 0], 0)
np.testing.assert_array_equal(prob0[valp1 == 1, 1], 1)
np.testing.assert_almost_equal(np.sum(prob0, axis=1), 1)
test_val_prob(val0, prob0)
val2, prob2 = model1(self.iris2, model1.ValueProbs)
np.testing.assert_array_equal(val2[valp1 == 0], 0)
np.testing.assert_array_equal(prob2[valp1 == 0, 0], 1)
np.testing.assert_array_equal(prob2[valp1 == 0, 1], 0)
np.testing.assert_almost_equal(np.sum(prob2, axis=1), 1)
test_val_prob(val2, prob2)
val0, prob0 = model2(self.iris0, model2.ValueProbs)
np.testing.assert_array_equal(val0[valp2 == 1], 0)
np.testing.assert_array_equal(prob0[valp2 == 1, 0], 1)
np.testing.assert_array_equal(prob0[valp2 == 1, 1], 0)
np.testing.assert_almost_equal(np.sum(prob0, axis=1), 1)
test_val_prob(val0, prob0)
val1, prob1 = model2(self.iris1, model2.ValueProbs)
np.testing.assert_array_equal(val1[valp2 == 0], 0)
np.testing.assert_array_equal(prob1[valp2 == 0, 0], 1)
np.testing.assert_array_equal(prob1[valp2 == 0, 1], 0)
np.testing.assert_almost_equal(np.sum(prob1, axis=1), 1)
test_val_prob(val1, prob1)
def test_no_common_values(self):
abc = DiscreteVariable("iris", values=list("abc"))
iris_abc = Table.from_numpy(
Domain(self.iris.domain.attributes, abc),
self.iris.X, self.iris.Y)
for lrn in [LogisticRegressionLearner,
TreeLearner]: # skl and non-skl
model = lrn()(self.iris)
val, prob = model(iris_abc, model.ValueProbs)
self.assertTrue(np.all(val >= 0))
self.assertTrue(np.all(val <= 2))
np.testing.assert_array_equal(prob, 1 / 3)
if __name__ == '__main__':
unittest.main()

View File

@ -0,0 +1,203 @@
import unittest
from unittest.mock import Mock, patch
import numpy as np
from Orange.base import Model
from Orange.classification.calibration import \
ThresholdLearner, ThresholdClassifier, \
CalibratedLearner, CalibratedClassifier
from Orange.data import Table
class TestThresholdClassifier(unittest.TestCase):
def setUp(self):
probs1 = np.array([0.3, 0.5, 0.2, 0.8, 0.9, 0]).reshape(-1, 1)
self.probs = np.hstack((1 - probs1, probs1))
base_model = Mock(return_value=self.probs)
base_model.domain.class_var.is_discrete = True
base_model.domain.class_var.values = ["a", "b"]
self.model = ThresholdClassifier(base_model, 0.5)
self.data = Mock()
def test_threshold(self):
vals = self.model(self.data)
np.testing.assert_equal(vals, [0, 1, 0, 1, 1, 0])
self.model.threshold = 0.8
vals = self.model(self.data)
np.testing.assert_equal(vals, [0, 0, 0, 1, 1, 0])
self.model.threshold = 0
vals = self.model(self.data)
np.testing.assert_equal(vals, [1] * 6)
def test_return_types(self):
vals = self.model(self.data, ret=Model.Value)
np.testing.assert_equal(vals, [0, 1, 0, 1, 1, 0])
vals = self.model(self.data)
np.testing.assert_equal(vals, [0, 1, 0, 1, 1, 0])
probs = self.model(self.data, ret=Model.Probs)
np.testing.assert_equal(probs, self.probs)
vals, probs = self.model(self.data, ret=Model.ValueProbs)
np.testing.assert_equal(vals, [0, 1, 0, 1, 1, 0])
np.testing.assert_equal(probs, self.probs)
def test_nans(self):
self.probs[1, :] = np.nan
vals, probs = self.model(self.data, ret=Model.ValueProbs)
np.testing.assert_equal(vals, [0, np.nan, 0, 1, 1, 0])
np.testing.assert_equal(probs, self.probs)
def test_non_binary_base(self):
base_model = Mock()
base_model.domain.class_var.is_discrete = True
base_model.domain.class_var.values = ["a"]
self.assertRaises(ValueError, ThresholdClassifier, base_model, 0.5)
base_model.domain.class_var.values = ["a", "b", "c"]
self.assertRaises(ValueError, ThresholdClassifier, base_model, 0.5)
base_model.domain.class_var = Mock()
base_model.domain.class_var.is_discrete = False
self.assertRaises(ValueError, ThresholdClassifier, base_model, 0.5)
class TestThresholdLearner(unittest.TestCase):
@patch("Orange.evaluation.performance_curves.Curves.from_results")
@patch("Orange.classification.calibration.TestOnTrainingData")
def test_fit_storage(self, test_on_training, curves_from_results):
curves_from_results.return_value = curves = Mock()
curves.probs = np.array([0.1, 0.15, 0.3, 0.45, 0.6, 0.8])
curves.ca = lambda: np.array([0.1, 0.7, 0.4, 0.4, 0.3, 0.1])
curves.f1 = lambda: np.array([0.1, 0.2, 0.4, 0.4, 0.3, 0.1])
model = Mock()
model.domain.class_var.is_discrete = True
model.domain.class_var.values = ("a", "b")
data = Table("heart_disease")
learner = Mock()
test_on_training.return_value = res = Mock()
res.models = np.array([[model]])
test_on_training.return_value = res
thresh_learner = ThresholdLearner(
base_learner=learner,
threshold_criterion=ThresholdLearner.OptimizeCA)
thresh_model = thresh_learner(data)
self.assertEqual(thresh_model.threshold, 0.15)
args, kwargs = test_on_training.call_args
self.assertEqual(len(args), 2)
self.assertIs(args[0], data)
self.assertIs(args[1][0], learner)
self.assertEqual(len(args[1]), 1)
self.assertEqual(kwargs, {"store_models": 1})
thresh_learner = ThresholdLearner(
base_learner=learner,
threshold_criterion=ThresholdLearner.OptimizeF1)
thresh_model = thresh_learner(data)
self.assertEqual(thresh_model.threshold, 0.45)
def test_non_binary_class(self):
thresh_learner = ThresholdLearner(
base_learner=Mock(),
threshold_criterion=ThresholdLearner.OptimizeF1)
data = Mock()
data.domain.class_var.is_discrete = True
data.domain.class_var.values = ["a"]
self.assertRaises(ValueError, thresh_learner.fit_storage, data)
data.domain.class_var.values = ["a", "b", "c"]
self.assertRaises(ValueError, thresh_learner.fit_storage, data)
data.domain.class_var = Mock()
data.domain.class_var.is_discrete = False
self.assertRaises(ValueError, thresh_learner.fit_storage, data)
class TestCalibratedClassifier(unittest.TestCase):
def setUp(self):
probs1 = np.array([0.3, 0.5, 0.2, 0.8, 0.9, 0]).reshape(-1, 1)
self.probs = np.hstack((1 - probs1, probs1))
base_model = Mock(return_value=self.probs)
base_model.domain.class_var.is_discrete = True
base_model.domain.class_var.values = ["a", "b"]
self.model = CalibratedClassifier(base_model, None)
self.data = Mock()
def test_call(self):
calprobs = np.arange(self.probs.size).reshape(self.probs.shape)
calprobs = calprobs / np.sum(calprobs, axis=1)[:, None]
calprobs[-1] = [0.7, 0.3]
self.model.calibrated_probs = Mock(return_value=calprobs)
probs = self.model(self.data, ret=Model.Probs)
self.model.calibrated_probs.assert_called_with(self.probs)
np.testing.assert_almost_equal(probs, calprobs)
vals = self.model(self.data, ret=Model.Value)
np.testing.assert_almost_equal(vals, [1, 1, 1, 1, 1, 0])
vals, probs = self.model(self.data, ret=Model.ValueProbs)
np.testing.assert_almost_equal(probs, calprobs)
np.testing.assert_almost_equal(vals, [1, 1, 1, 1, 1, 0])
def test_calibrated_probs(self):
self.model.calibrators = None
calprobs = self.model.calibrated_probs(self.probs)
np.testing.assert_equal(calprobs, self.probs)
self.assertIsNot(calprobs, self.probs)
calibrator = Mock()
calibrator.predict = lambda x: x**2
self.model.calibrators = [calibrator] * 2
calprobs = self.model.calibrated_probs(self.probs)
expprobs = self.probs ** 2 / np.sum(self.probs ** 2, axis=1)[:, None]
np.testing.assert_almost_equal(calprobs, expprobs)
self.probs[1] = 0
self.probs[2] = np.nan
expprobs[1] = 0.5
expprobs[2] = np.nan
calprobs = self.model.calibrated_probs(self.probs)
np.testing.assert_almost_equal(calprobs, expprobs)
class TestCalibratedLearner(unittest.TestCase):
@patch("Orange.classification.calibration._SigmoidCalibration.fit")
@patch("Orange.classification.calibration.TestOnTrainingData")
def test_fit_storage(self, test_on_training, sigmoid_fit):
data = Table("heart_disease")
learner = Mock()
model = Mock()
model.domain.class_var.is_discrete = True
model.domain.class_var.values = ("a", "b")
test_on_training.return_value = res = Mock()
res.models = np.array([[model]])
res.probabilities = np.arange(20, dtype=float).reshape(1, 5, 4)
test_on_training.return_value = res
sigmoid_fit.return_value = Mock()
cal_learner = CalibratedLearner(
base_learner=learner, calibration_method=CalibratedLearner.Sigmoid)
cal_model = cal_learner(data)
self.assertIs(cal_model.base_model, model)
self.assertEqual(cal_model.calibrators, [sigmoid_fit.return_value] * 4)
args, kwargs = test_on_training.call_args
self.assertEqual(len(args), 2)
self.assertIs(args[0], data)
self.assertIs(args[1][0], learner)
self.assertEqual(len(args[1]), 1)
self.assertEqual(kwargs, {"store_models": 1})
for call, cls_probs in zip(sigmoid_fit.call_args_list,
res.probabilities[0].T):
np.testing.assert_equal(call[0][0], cls_probs)

View File

@ -0,0 +1,7 @@
# The package is pulling names from modules with defined __all__
# pylint: disable=wildcard-import
from .dbscan import *
from .hierarchical import *
from .kmeans import *
from .louvain import *

View File

@ -0,0 +1,16 @@
# Pull members from modules to Orange.regression namespace
# pylint: disable=wildcard-import
from .base_regression import (ModelRegression as Model,
LearnerRegression as Learner,
SklModelRegression as SklModel,
SklLearnerRegression as SklLearner)
from .linear import *
from .mean import *
from .knn import *
from .simple_random_forest import *
from .svm import *
from .random_forest import *
from .tree import *
from .neural_network import *
from ..classification.simple_tree import *

View File

View File

@ -0,0 +1,12 @@
import pandas as pd
import os
path=os.path.abspath(__file__)
dirname=os.path.dirname(os.path.abspath(__file__))
ccpp=pd.read_csv(dirname+"\\datasets\\ccpp.csv")
class_sas=pd.read_csv(dirname+"\\datasets\\class.csv")
diabetes=pd.read_csv(dirname+"\\datasets\\diabetes.csv")
iris=pd.read_csv(dirname+"\\datasets\\iris.csv")
mtcars=pd.read_csv(dirname+"\\datasets\\mtcars.csv")
mushrooms=pd.read_csv(dirname+"\\datasets\\mushrooms.csv")
uci=pd.read_csv(dirname+"\\datasets\\uci.csv")

View File

View File

@ -0,0 +1,65 @@
import numpy as np
from Orange.data import Domain
from Orange.statistics import distribution
from Orange.util import Reprable
from .preprocess import Normalize
from .transformation import Normalizer as Norm
__all__ = ["Normalizer"]
class Normalizer(Reprable):
def __init__(self,
zero_based=True,
norm_type=Normalize.NormalizeBySD,
transform_class=False,
center=True,
normalize_datetime=False):
self.zero_based = zero_based
self.norm_type = norm_type
self.transform_class = transform_class
self.center = center
self.normalize_datetime = normalize_datetime
def __call__(self, data):
dists = distribution.get_distributions(data)
new_attrs = [self.normalize(dists[i], var) for
(i, var) in enumerate(data.domain.attributes)]
new_class_vars = data.domain.class_vars
if self.transform_class:
attr_len = len(data.domain.attributes)
new_class_vars = [self.normalize(dists[i + attr_len], var) for
(i, var) in enumerate(data.domain.class_vars)]
domain = Domain(new_attrs, new_class_vars, data.domain.metas)
return data.transform(domain)
def normalize(self, dist, var):
if not var.is_continuous or (var.is_time and not self.normalize_datetime):
return var
elif self.norm_type == Normalize.NormalizeBySD:
return self.normalize_by_sd(dist, var)
elif self.norm_type == Normalize.NormalizeBySpan:
return self.normalize_by_span(dist, var)
def normalize_by_sd(self, dist, var):
avg, sd = (dist.mean(), dist.standard_deviation()) if dist.size else (0, 1)
if sd == 0:
sd = 1
if self.center:
compute_val = Norm(var, avg, 1 / sd)
else:
compute_val = Norm(var, 0, 1 / sd)
return var.copy(compute_value=compute_val)
def normalize_by_span(self, dist, var):
dma, dmi = (dist.max(), dist.min()) if dist.shape[1] else (np.nan, np.nan)
diff = dma - dmi
if diff < 1e-15:
diff = 1
if self.zero_based:
compute_val = Norm(var, dmi, 1 / diff)
else:
compute_val = Norm(var, (dma + dmi) / 2, 2 / diff)
return var.copy(compute_value=compute_val)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,267 @@
from collections import namedtuple
import numpy as np
from Orange.data import Domain, DiscreteVariable, Table
from Orange.preprocess.transformation import Lookup
from Orange.statistics.util import nanunique
from .preprocess import Preprocess
__all__ = ["Remove"]
class Remove(Preprocess):
"""
Construct a preprocessor for removing constant features/classes
and unused values.
Given a data table, preprocessor returns a new table and a list of
results. In the new table, the constant features/classes and unused
values are removed. The list of results consists of two dictionaries.
The first one contains numbers of 'removed', 'reduced' and 'sorted'
features. The second one contains numbers of 'removed', 'reduced'
and 'sorted' features.
Parameters
----------
attr_flags : int (default: 0)
If SortValues, values of discrete attributes are sorted.
If RemoveConstant, unused attributes are removed.
If RemoveUnusedValues, unused values are removed from discrete
attributes.
It is possible to merge operations in one by summing several types.
class_flags: int (default: 0)
If SortValues, values of discrete class attributes are sorted.
If RemoveConstant, unused class attributes are removed.
If RemoveUnusedValues, unused values are removed from discrete
class attributes.
It is possible to merge operations in one by summing several types.
Examples
--------
>>> from Orange.data import Table
>>> from Orange.preprocess import Remove
>>> data = Table("zoo")[:10]
>>> flags = sum([Remove.SortValues, Remove.RemoveConstant, Remove.RemoveUnusedValues])
>>> remover = Remove(attr_flags=flags, class_flags=flags)
>>> new_data = remover(data)
>>> attr_results, class_results = remover.attr_results, remover.class_results
"""
SortValues, RemoveConstant, RemoveUnusedValues = 1, 2, 4
def __init__(self, attr_flags=0, class_flags=0, meta_flags=0):
self.attr_flags = attr_flags
self.class_flags = class_flags
self.meta_flags = meta_flags
self.attr_results = None
self.class_results = None
self.meta_results = None
def __call__(self, data):
"""
Removes unused features or classes from the given data. Returns a new
data table.
Parameters
----------
data : Orange.data.Table
A data table to remove features or classes from.
Returns
-------
data : Orange.data.Table
New data table.
"""
if data is None:
return None
domain = data.domain
attrs_state = [purge_var_M(var, data, self.attr_flags)
for var in domain.attributes]
class_state = [purge_var_M(var, data, self.class_flags)
for var in domain.class_vars]
metas_state = [purge_var_M(var, data, self.meta_flags)
for var in domain.metas]
att_vars, self.attr_results = self.get_vars_and_results(attrs_state)
cls_vars, self.class_results = self.get_vars_and_results(class_state)
meta_vars, self.meta_results = self.get_vars_and_results(metas_state)
domain = Domain(att_vars, cls_vars, meta_vars)
return data.transform(domain)
def get_vars_and_results(self, state):
removed, reduced, sorted = 0, 0, 0
vars = []
for st in state:
removed += is_removed(st)
reduced += not is_removed(st) and is_reduced(st)
sorted += not is_removed(st) and is_sorted(st)
if not is_removed(st):
vars.append(merge_transforms(st).var)
res = {'removed': removed, 'reduced': reduced, 'sorted': sorted}
return vars, res
# Define a simple Purge expression 'language'.
#: A input variable (leaf expression).
Var = namedtuple("Var", ["var"])
#: Removed variable (can only ever be present as a root node).
Removed = namedtuple("Removed", ["sub", "var"])
#: A reduced variable
Reduced = namedtuple("Reduced", ["sub", "var"])
#: A sorted variable
Sorted = namedtuple("Sorted", ["sub", "var"])
#: A general (lookup) transformed variable.
#: (this node is returned as a result of `merge` which joins consecutive
#: Removed/Reduced nodes into a single Transformed node)
Transformed = namedtuple("Transformed", ["sub", "var"])
def is_var(exp):
"""Is `exp` a `Var` node."""
return isinstance(exp, Var)
def is_removed(exp):
"""Is `exp` a `Removed` node."""
return isinstance(exp, Removed)
def _contains(exp, cls):
"""Does `node` contain a sub node of type `cls`"""
if isinstance(exp, cls):
return True
elif isinstance(exp, Var):
return False
else:
return _contains(exp.sub, cls)
def is_reduced(exp):
"""Does `exp` contain a `Reduced` node."""
return _contains(exp, Reduced)
def is_sorted(exp):
"""Does `exp` contain a `Reduced` node."""
return _contains(exp, Sorted)
def merge_transforms(exp):
"""
Merge consecutive Removed, Reduced or Transformed nodes.
.. note:: Removed nodes are returned unchanged.
"""
if isinstance(exp, (Var, Removed)):
return exp
elif isinstance(exp, (Reduced, Sorted, Transformed)):
prev = merge_transforms(exp.sub)
if isinstance(prev, (Reduced, Sorted, Transformed)):
B = exp.var.compute_value
assert isinstance(B, Lookup)
A = B.variable.compute_value
assert isinstance(A, Lookup)
new_var = DiscreteVariable(
exp.var.name,
values=exp.var.values,
ordered=exp.var.ordered,
compute_value=merge_lookup(A, B),
sparse=exp.var.sparse,
)
assert isinstance(prev.sub, Var)
return Transformed(prev.sub, new_var)
else:
assert prev is exp.sub
return exp
else:
raise TypeError
def purge_var_M(var, data, flags):
state = Var(var)
if flags & Remove.RemoveConstant:
var = remove_constant(state.var, data)
if var is None:
return Removed(state, state.var)
if state.var.is_discrete:
if flags & Remove.RemoveUnusedValues:
newattr = remove_unused_values(state.var, data)
if newattr is not state.var:
state = Reduced(state, newattr)
if flags & Remove.RemoveConstant and len(state.var.values) < 2:
return Removed(state, state.var)
if flags & Remove.SortValues:
newattr = sort_var_values(state.var)
if newattr is not state.var:
state = Sorted(state, newattr)
return state
def has_at_least_two_values(data, var):
((dist, unknowns),) = data._compute_distributions([var])
# TODO this check is suboptimal for sparse since get_column_view
# densifies the data. Should be irrelevant after Pandas.
_, sparse = data.get_column_view(var)
if var.is_continuous:
dist = dist[1, :]
min_size = 0 if sparse and unknowns else 1
return np.sum(dist > 0.0) > min_size
def remove_constant(var, data):
if var.is_continuous:
if not has_at_least_two_values(data, var):
return None
else:
return var
elif var.is_discrete:
if len(var.values) < 2:
return None
else:
return var
else:
return var
def remove_unused_values(var, data):
unique = nanunique(data.get_column_view(var)[0].astype(float)).astype(int)
if len(unique) == len(var.values):
return var
used_values = [var.values[i] for i in unique]
return DiscreteVariable(var.name, values=used_values, sparse=var.sparse)
def sort_var_values(var):
newvalues = list(sorted(var.values))
if newvalues == list(var.values):
return var
translation_table = np.array(
[float(newvalues.index(value)) for value in var.values]
)
return DiscreteVariable(var.name, values=newvalues,
compute_value=Lookup(var, translation_table),
sparse=var.sparse)
def merge_lookup(A, B):
"""
Merge two consecutive Lookup transforms into one.
"""
lookup_table = np.array(A.lookup_table)
mask = np.isfinite(lookup_table)
indices = np.array(lookup_table[mask], dtype=int)
lookup_table[mask] = B.lookup_table[indices]
return Lookup(A.variable, lookup_table)

View File

View File

@ -0,0 +1,649 @@
"""
Preprocess
----------
"""
import numpy as np
import bottleneck as bn
import scipy.sparse as sp
from sklearn.impute import SimpleImputer
import Orange.data
from Orange.data.filter import HasClass
from Orange.statistics import distribution
from Orange.util import Reprable, Enum, deprecated
from . import impute, discretize, transformation
__all__ = ["Continuize", "Discretize", "Impute", "RemoveNaNRows",
"SklImpute", "Normalize", "Randomize", "Preprocess",
"RemoveConstant", "RemoveNaNClasses", "RemoveNaNColumns",
"ProjectPCA", "ProjectCUR", "Scale", "RemoveSparse",
"AdaptiveNormalize"]
class Preprocess(Reprable):
"""
A generic preprocessor base class.
Methods
-------
__call__(data: Table) -> Table
Return preprocessed data.
"""
def __call__(self, data):
raise NotImplementedError("Subclasses need to implement __call__")
class Continuize(Preprocess):
MultinomialTreatment = Enum(
"Continuize",
("Indicators", "FirstAsBase", "FrequentAsBase", "Remove",
"RemoveMultinomial", "ReportError", "AsOrdinal", "AsNormalizedOrdinal",
"Leave"),
qualname="Continuize.MultinomialTreatment")
(Indicators, FirstAsBase, FrequentAsBase, Remove, RemoveMultinomial,
ReportError, AsOrdinal, AsNormalizedOrdinal, Leave) = MultinomialTreatment
def __init__(self, zero_based=True,
multinomial_treatment=Indicators):
self.zero_based = zero_based
self.multinomial_treatment = multinomial_treatment
def __call__(self, data):
from . import continuize
continuizer = continuize.DomainContinuizer(
zero_based=self.zero_based,
multinomial_treatment=self.multinomial_treatment)
domain = continuizer(data)
return data.transform(domain)
class Discretize(Preprocess):
"""
Construct a discretizer, a preprocessor for discretization of
continuous features.
Parameters
----------
method : discretization method (default: Orange.preprocess.discretize.Discretization)
remove_const : bool (default=True)
Determines whether the features with constant values are removed
during discretization.
"""
def __init__(self, method=None, remove_const=True,
discretize_classes=False, discretize_metas=False):
self.method = method
self.remove_const = remove_const
self.discretize_classes = discretize_classes
self.discretize_metas = discretize_metas
def __call__(self, data):
"""
Compute and apply discretization of the given data. Returns a new
data table.
Parameters
----------
data : Orange.data.Table
A data table to be discretized.
"""
def transform(var):
if var.is_continuous:
new_var = method(data, var)
if new_var is not None and \
(len(new_var.values) >= 2 or not self.remove_const):
return new_var
else:
return None
else:
return var
def discretized(vars_, do_discretize):
if do_discretize:
vars_ = (transform(var) for var in vars_)
vars_ = [var for var in vars_ if var is not None]
return vars_
method = self.method or discretize.EqualFreq()
domain = Orange.data.Domain(
discretized(data.domain.attributes, True),
discretized(data.domain.class_vars, self.discretize_classes),
discretized(data.domain.metas, self.discretize_metas))
return data.transform(domain)
class Impute(Preprocess):
"""
Construct a imputer, a preprocessor for imputation of missing values in
the data table.
Parameters
----------
method : imputation method (default: Orange.preprocess.impute.Average())
"""
def __init__(self, method=Orange.preprocess.impute.Average()):
self.method = method
def __call__(self, data):
"""
Apply an imputation method to the given dataset. Returns a new
data table with missing values replaced by their imputations.
Parameters
----------
data : Orange.data.Table
An input data table.
"""
method = self.method or impute.Average()
newattrs = [method(data, var) for var in data.domain.attributes]
domain = Orange.data.Domain(
newattrs, data.domain.class_vars, data.domain.metas)
return data.transform(domain)
class SklImpute(Preprocess):
__wraps__ = SimpleImputer
def __init__(self, strategy='mean'):
self.strategy = strategy
def __call__(self, data):
from Orange.data.sql.table import SqlTable
if isinstance(data, SqlTable):
return Impute()(data)
imputer = SimpleImputer(strategy=self.strategy)
X = imputer.fit_transform(data.X)
# Create new variables with appropriate `compute_value`, but
# drop the ones which do not have valid `imputer.statistics_`
# (i.e. all NaN columns). `sklearn.preprocessing.Imputer` already
# drops them from the transformed X.
features = [impute.Average()(data, var, value)
for var, value in zip(data.domain.attributes,
imputer.statistics_)
if not np.isnan(value)]
assert X.shape[1] == len(features)
domain = Orange.data.Domain(features, data.domain.class_vars,
data.domain.metas)
new_data = data.transform(domain)
new_data.X = X
return new_data
class RemoveConstant(Preprocess):
"""
Construct a preprocessor that removes features with constant values
from the dataset.
"""
def __call__(self, data):
"""
Remove columns with constant values from the dataset and return
the resulting data table.
Parameters
----------
data : an input dataset
"""
oks = np.logical_and(~bn.allnan(data.X, axis=0),
bn.nanmin(data.X, axis=0) != bn.nanmax(data.X, axis=0))
atts = [data.domain.attributes[i] for i, ok in enumerate(oks) if ok]
domain = Orange.data.Domain(atts, data.domain.class_vars,
data.domain.metas)
return data.transform(domain)
class RemoveNaNRows(Preprocess):
_reprable_module = True
def __call__(self, data):
mask = np.isnan(data.X)
mask = np.any(mask, axis=1)
return data[~mask]
class RemoveNaNColumns(Preprocess):
"""
Remove features from the data domain if they contain
`threshold` or more unknown values.
`threshold` can be an integer or a float in the range (0, 1) representing
the fraction of the data size. When not provided, columns with only missing
values are removed (default).
"""
def __init__(self, threshold=None):
self.threshold = threshold
def __call__(self, data, threshold=None):
# missing entries in sparse data are treated as zeros so we skip removing NaNs
if sp.issparse(data.X):
return data
if threshold is None:
threshold = data.X.shape[0] if self.threshold is None else \
self.threshold
if isinstance(threshold, float):
threshold = threshold * data.X.shape[0]
nans = np.sum(np.isnan(data.X), axis=0)
att = [a for a, n in zip(data.domain.attributes, nans) if n < threshold]
domain = Orange.data.Domain(att, data.domain.class_vars,
data.domain.metas)
return data.transform(domain)
@deprecated("Orange.data.filter.HasClas")
class RemoveNaNClasses(Preprocess):
"""
Construct preprocessor that removes examples with missing class
from the dataset.
"""
def __call__(self, data):
"""
Remove rows that contain NaN in any class variable from the dataset
and return the resulting data table.
Parameters
----------
data : an input dataset
Returns
-------
data : dataset without rows with missing classes
"""
return HasClass()(data)
class Normalize(Preprocess):
"""
Construct a preprocessor for normalization of features.
Given a data table, preprocessor returns a new table in
which the continuous attributes are normalized.
Parameters
----------
zero_based : bool (default=True)
Only used when `norm_type=NormalizeBySpan`.
Determines the value used as the low value of the variable.
It determines the interval for normalized continuous variables
(either [-1, 1] or [0, 1]).
norm_type : NormTypes (default: Normalize.NormalizeBySD)
Normalization type. If Normalize.NormalizeBySD, the values are
replaced with standardized values by subtracting the average
value and dividing by the standard deviation.
Attribute zero_based has no effect on this standardization.
If Normalize.NormalizeBySpan, the values are replaced with
normalized values by subtracting min value of the data and
dividing by span (max - min).
transform_class : bool (default=False)
If True the class is normalized as well.
center : bool (default=True)
Only used when `norm_type=NormalizeBySD`.
Whether or not to center the data so it has mean zero.
normalize_datetime : bool (default=False)
Examples
--------
>>> from Orange.data import Table
>>> from Orange.preprocess import Normalize
>>> data = Table("iris")
>>> normalizer = Normalize(norm_type=Normalize.NormalizeBySpan)
>>> normalized_data = normalizer(data)
"""
Type = Enum("Normalize", ("NormalizeBySpan", "NormalizeBySD"),
qualname="Normalize.Type")
NormalizeBySpan, NormalizeBySD = Type
def __init__(self,
zero_based=True,
norm_type=NormalizeBySD,
transform_class=False,
center=True,
normalize_datetime=False):
self.zero_based = zero_based
self.norm_type = norm_type
self.transform_class = transform_class
self.center = center
self.normalize_datetime = normalize_datetime
def __call__(self, data):
"""
Compute and apply normalization of the given data. Returns a new
data table.
Parameters
----------
data : Orange.data.Table
A data table to be normalized.
Returns
-------
data : Orange.data.Table
Normalized data table.
"""
from . import normalize
if all(a.attributes.get('skip-normalization', False)
for a in data.domain.attributes if a.is_continuous):
# Skip normalization for datasets where all features are marked as already normalized.
# Required for SVMs (with normalizer as their default preprocessor) on sparse data to
# retain sparse structure. Normalizing sparse data would otherwise result in a dense
# matrix, which requires too much memory. For example, this is used for Bag of Words
# models where normalization is not really needed.
return data
normalizer = normalize.Normalizer(
zero_based=self.zero_based,
norm_type=self.norm_type,
transform_class=self.transform_class,
center=self.center,
normalize_datetime=self.normalize_datetime
)
return normalizer(data)
class Randomize(Preprocess):
"""
Construct a preprocessor for randomization of classes,
attributes and/or metas.
Given a data table, preprocessor returns a new table in
which the data is shuffled.
Parameters
----------
rand_type : RandTypes (default: Randomize.RandomizeClasses)
Randomization type. If Randomize.RandomizeClasses, classes
are shuffled.
If Randomize.RandomizeAttributes, attributes are shuffled.
If Randomize.RandomizeMetas, metas are shuffled.
rand_seed : int (optional)
Random seed
Examples
--------
>>> from Orange.data import Table
>>> from Orange.preprocess import Randomize
>>> data = Table("iris")
>>> randomizer = Randomize(Randomize.RandomizeClasses)
>>> randomized_data = randomizer(data)
"""
Type = Enum("Randomize",
dict(RandomizeClasses=1,
RandomizeAttributes=2,
RandomizeMetas=4),
type=int,
qualname="Randomize.Type")
RandomizeClasses, RandomizeAttributes, RandomizeMetas = Type
def __init__(self, rand_type=RandomizeClasses, rand_seed=None):
self.rand_type = rand_type
self.rand_seed = rand_seed
def __call__(self, data):
"""
Apply randomization of the given data. Returns a new
data table.
Parameters
----------
data : Orange.data.Table
A data table to be randomized.
Returns
-------
data : Orange.data.Table
Randomized data table.
"""
new_data = data.copy()
rstate = np.random.RandomState(self.rand_seed)
# ensure the same seed is not used to shuffle X and Y at the same time
r1, r2, r3 = rstate.randint(0, 2 ** 32 - 1, size=3, dtype=np.int64)
if self.rand_type & Randomize.RandomizeClasses:
new_data.Y = self.randomize(new_data.Y, r1)
if self.rand_type & Randomize.RandomizeAttributes:
new_data.X = self.randomize(new_data.X, r2)
if self.rand_type & Randomize.RandomizeMetas:
new_data.metas = self.randomize(new_data.metas, r3)
return new_data
@staticmethod
def randomize(table, rand_state=None):
rstate = np.random.RandomState(rand_state)
if sp.issparse(table):
table = table.tocsc() # type: sp.spmatrix
for i in range(table.shape[1]):
permutation = rstate.permutation(table.shape[0])
col_indices = \
table.indices[table.indptr[i]: table.indptr[i + 1]]
col_indices[:] = permutation[col_indices]
elif len(table.shape) > 1:
for i in range(table.shape[1]):
rstate.shuffle(table[:, i])
else:
rstate.shuffle(table)
return table
class ProjectPCA(Preprocess):
def __init__(self, n_components=None):
self.n_components = n_components
def __call__(self, data):
pca = Orange.projection.PCA(n_components=self.n_components)(data)
return pca(data)
class ProjectCUR(Preprocess):
def __init__(self, rank=3, max_error=1):
self.rank = rank
self.max_error = max_error
def __call__(self, data):
rank = min(self.rank, min(data.X.shape)-1)
cur = Orange.projection.CUR(
rank=rank, max_error=self.max_error,
compute_U=False,
)(data)
return cur(data)
class Scale(Preprocess):
"""
Scale data preprocessor. Scales data so that its distribution remains
the same but its location on the axis changes.
"""
class _MethodEnum(Enum):
def __call__(self, *args, **kwargs):
return getattr(Scale, '_' + self.name)(*args, **kwargs)
CenteringType = _MethodEnum("Scale", ("NoCentering", "Mean", "Median"),
qualname="Scale.CenteringType")
ScalingType = _MethodEnum("Scale", ("NoScaling", "Std", "Span"),
qualname="Scale.ScalingType")
NoCentering, Mean, Median = CenteringType
NoScaling, Std, Span = ScalingType
@staticmethod
def _Mean(dist):
values, counts = np.array(dist)
return np.average(values, weights=counts)
@staticmethod
def _Median(dist):
values, counts = np.array(dist)
cumdist = np.cumsum(counts)
if cumdist[-1] > 0:
cumdist /= cumdist[-1]
return np.interp(.5, cumdist, values)
@staticmethod
def _Std(dist):
values, counts = np.array(dist)
mean = np.average(values, weights=counts)
diff = values - mean
return np.sqrt(np.average(diff ** 2, weights=counts))
@staticmethod
def _Span(dist):
values = np.array(dist[0])
return np.max(values) - np.min(values)
def __init__(self, center=Mean, scale=Std):
self.center = center
self.scale = scale
def __call__(self, data):
if self.center is None and self.scale is None:
return data
def transform(var):
dist = distribution.get_distribution(data, var)
if self.center != self.NoCentering:
c = self.center(dist)
dist[0, :] -= c
else:
c = 0
if self.scale != self.NoScaling:
s = self.scale(dist)
if s < 1e-15:
s = 1
else:
s = 1
factor = 1 / s
transformed_var = var.copy(
compute_value=transformation.Normalizer(var, c, factor))
return transformed_var
newvars = []
for var in data.domain.attributes:
if var.is_continuous:
newvars.append(transform(var))
else:
newvars.append(var)
domain = Orange.data.Domain(newvars, data.domain.class_vars,
data.domain.metas)
return data.transform(domain)
class PreprocessorList(Preprocess):
"""
Store a list of preprocessors and on call apply them to the dataset.
Parameters
----------
preprocessors : list
A list of preprocessors.
"""
def __init__(self, preprocessors=()):
self.preprocessors = list(preprocessors)
def __call__(self, data):
"""
Applies a list of preprocessors to the dataset.
Parameters
----------
data : an input data table
"""
for pp in self.preprocessors:
data = pp(data)
return data
class RemoveSparse(Preprocess):
"""
Remove sparse features. Sparseness is determined according to
user-defined treshold.
Parameters
----------
threshold : float
Minimal proportion of non-zero entries of a feature
"""
def __init__(self, threshold=0.05):
self.threshold = threshold
def __call__(self, data):
if sp.issparse(data.X):
data_csc = sp.csc_matrix(data.X)
h, w = data_csc.shape
sparsness = [data_csc[:, i].count_nonzero() / h for i in range(w)]
else:
sparsness = np.count_nonzero(data.X, axis=0) / data.X.shape[0]
att = [a for a, s in zip(data.domain.attributes, sparsness) if s >= self.threshold]
domain = Orange.data.Domain(att, data.domain.class_vars,
data.domain.metas)
return data.transform(domain)
class AdaptiveNormalize(Preprocess):
"""
Construct a preprocessors that normalizes or merely scales the data.
If the input is sparse, data is only scaled, to avoid turning it to
dense. Parameters are diveded to those passed to Normalize or Scale
class. Scaling takes only scale parameter.
If the user wants to have more options with scaling,
they should use the preprocessing widget.
For more details, check Scale and Normalize widget.
Parameters
----------
zero_based : bool (default=True)
passed to Normalize
norm_type : NormTypes (default: Normalize.NormalizeBySD)
passed to Normalize
transform_class : bool (default=False)
passed to Normalize
center : bool(default=True)
passed to Normalize
normalize_datetime : bool (default=False)
passed to Normalize
scale : ScaleTypes (default: Scale.Span)
passed to Scale
"""
def __init__(self,
zero_based=True,
norm_type=Normalize.NormalizeBySD,
transform_class=False,
normalize_datetime=False,
center=True,
scale=Scale.Span):
self.normalize_pps = Normalize(zero_based,
norm_type,
transform_class,
center,
normalize_datetime)
self.scale_pps = Scale(center=Scale.NoCentering, scale=scale)
def __call__(self, data):
if sp.issparse(data.X):
return self.scale_pps(data)
return self.normalize_pps(data)

Some files were not shown because too many files have changed in this diff Show More