Dataset titanic

Feature Scatter

feature scatter

Medical treatment outcomes derived from the Titanic passenger data.

Provenance

{
  "metadata": {
    "id": 1,
    "primary_key": "PassengerId",
    "target_variable": "Survived",
    "original_dataset_type": "passenger survival",
    "obfuscated_dataset_type": "medical treatment",
    "obfuscated_table_name": "patients",
    "obfuscated_split_table_name": "patient_splits",
    "created_at": "2025-03-09 04:33:42"
  },
  "column_transformations": [
    {
      "original_column": "Survived",
      "remove": false,
      "obfuscated_column": "Outcome",
      "transformation": "obfuscated['Outcome'] = original['Survived'].map({0: 'Failure', 1: 'Success'})"
    },
    {
      "original_column": "PassengerId",
      "remove": false,
      "obfuscated_column": "Patient_ID",
      "transformation": "obfuscated['Patient_ID'] = original['PassengerId']"
    },
    {
      "original_column": "Pclass",
      "remove": false,
      "obfuscated_column": "Histogen_Complex",
      "transformation": "obfuscated['Histogen_Complex'] = original['Pclass'].map({1: 'Beta', 2: 'Omicron', 3: 'Delta'})"
    },
    {
      "original_column": "Name",
      "remove": true,
      "obfuscated_column": null,
      "transformation": null
    },
    {
      "original_column": "Sex",
      "remove": false,
      "obfuscated_column": "Sex",
      "transformation": "obfuscated['Sex'] = original['Sex'].map({'male': 'female', 'female': 'male'})"
    },
    {
      "original_column": "Age",
      "remove": false,
      "obfuscated_column": "Treatment_Months",
      "transformation": "obfuscated['Treatment_Months'] = original['Age'].fillna(original['Age'].mean()) * 3"
    },
    {
      "original_column": "SibSp",
      "remove": false,
      "obfuscated_column": "Genetic_Class_A_Matches",
      "transformation": "obfuscated['Genetic_Class_A_Matches'] = original['SibSp'] + 1"
    },
    {
      "original_column": "Parch",
      "remove": false,
      "obfuscated_column": "Genetic_Class_B_Matches",
      "transformation": "obfuscated['Genetic_Class_B_Matches'] = original['Parch'] + 1"
    },
    {
      "original_column": "Fare",
      "remove": false,
      "obfuscated_column": "TcQ_mass",
      "transformation": "obfuscated['TcQ_mass'] = original['Fare'] * 1000"
    },
    {
      "original_column": "Cabin",
      "remove": true,
      "obfuscated_column": null,
      "transformation": null
    },
    {
      "original_column": "Embarked",
      "remove": false,
      "obfuscated_column": "Cohort",
      "transformation": "obfuscated['Cohort'] = original['Embarked'].map({'S': 'Melbourne', 'C': 'Delhi', 'Q': 'Lisbon'})"
    }
  ]
}

Best Validation Round Rank

best round rank distribution

Test scores by release date

scores by release date

Regression slope: 0.0006, intercept: -12.0403, p-value: 0.0051174

Debug

merge info: 21 rows
filter ollama: 20 rows
drop NA release/accuracy: 20 rows
compute KT and sort
added baselines
create figure
scatter models: [(datetime.date(2024, 1, 25), -0.29260619125154674), (datetime.date(2024, 7, 18), -0.16363430424699762), (datetime.date(2024, 10, 22), -0.2025191059757678), (datetime.date(2024, 10, 22), -0.2025191059757678), (datetime.date(2024, 11, 20), -0.2162948722980533), (datetime.date(2024, 11, 20), -0.26045561811203355), (datetime.date(2024, 12, 5), -0.15140970440866616), (datetime.date(2024, 12, 5), -0.12794676600021637), (datetime.date(2025, 1, 30), -0.17621299542141272), (datetime.date(2025, 1, 30), -0.2452309432186094), (datetime.date(2025, 2, 19), -0.17621299542141272), (datetime.date(2025, 2, 19), -0.09497042173419899), (datetime.date(2025, 4, 14), -0.18916690423326227), (datetime.date(2025, 4, 14), -0.15140970440866616), (datetime.date(2025, 4, 16), -0.16363430424699762), (datetime.date(2025, 4, 16), -0.10568671363512454), (datetime.date(2025, 5, 14), -0.13951980510549647), (datetime.date(2025, 5, 14), -0.2162948722980533), (datetime.date(2025, 5, 14), -0.10568671363512454), (datetime.date(2025, 5, 14), -0.12794676600021637)]
xlim_min 2024-01-01
scatter ensembles: 4
draw ensemble trend line
xlim_max 2025-05-14
axhline ebm at -0.116
annotate ebm at edge 20222.0
mark baseline crossing
savefig website/dataset/titanic/release_scores_titanic.png

Model Scores

ModelRun NameInvestigationRelease DateExamplesPatienceRoundsTrain AccTrain KTVal AccVal KTTest AccTest KT
gpt-3.5-turbo-0125openai354772024-01-253340.5200.2840.5490.2600.5100.293
gpt-4o-miniopenailong1302024-07-1831001140.6880.1620.7450.1280.6860.164
claude-3-5-haiku-20241022anthropic1052024-10-223350.6380.1960.6080.2160.6270.203
claude-3-5-haiku-20241022anthropic101062024-10-2210360.6460.1900.7450.1280.6270.203
gpt-4o-2024-11-20openai1222024-11-203360.6770.1700.6860.1640.6080.216
gpt-4o-2024-11-20openai101232024-11-20103130.6150.2110.6470.1890.5490.260
o1openai10o11242024-12-0533150.6990.1550.7840.1060.7060.151
o1openaio11312024-12-0533110.6850.1640.7060.1510.7450.128
gemini-2.0-flashgemini1132025-01-303350.5840.2330.7250.1400.6670.176
gemini-2.0-flashgemini101142025-01-3010350.6570.1820.6670.1760.5690.245
claude-3-7-sonnet-20250219anthropic371072025-02-1933100.7110.1480.7840.1060.6670.176
claude-3-7-sonnet-20250219anthropic37101082025-02-19103110.7190.1430.8040.0950.8040.095
gpt-4.1openai41101262025-04-1410370.6240.2050.7250.1400.6470.189
gpt-4.1openai411252025-04-143350.6290.2010.7650.1170.7060.151
o3openaio31322025-04-163350.6910.1610.8040.0950.6860.164
o3openaio3101332025-04-1610350.7870.1040.7650.1170.7840.106
claude-sonnet-4-20250514sonnet40101392025-05-1410350.6800.1680.8430.0740.7250.140
claude-opus-4-20250514opus401342025-05-143390.6690.1750.7250.1400.6080.216
claude-opus-4-20250514opus40101352025-05-14103100.7280.1380.7250.1400.7840.106
claude-sonnet-4-20250514sonnet401382025-05-143390.6630.1790.8040.0950.7450.128

Train vs Validation

train vs validation

Regression slope: 0.7902, intercept: 0.2046, p-value: 0.0034905

Validation vs Train

validation vs train

Regression slope: 0.4877, intercept: 0.3092, p-value: 0.0034905

Ensemble Max Scores

Release DateTrain AccTrain KTVal AccVal KTMin Train/ValTest AccTest KTEnsemble
2024-07-180.6150.2110.6860.1640.6150.5880.231openailong,openai35,random
2024-10-220.6940.1590.7450.1280.6940.6670.176anthropic,anthropic10,openailong
2025-02-190.7020.1540.8430.0740.7020.8040.095anthropic10,anthropic3710,openai10o1
2025-02-270.7050.1520.8430.0740.7050.7840.106anthropic3710,openai10o1,openai45

Baseline

ModelAccuracyKT
Logistic regression0.7290.137
Decision trees0.6820.166
Dummy0.4630.335
RuleFit0.7410.130
BayesianRuleList0.3300.481
CORELS0.7050.152
EBM0.7650.116

Baseline Models

Logistic Regression

FeatureWeight
cohort_Delhi0.410
cohort_Lisbon0.380
cohort_Melbourne-0.099
cohort_NaN0.103
genetic_class_a_matches-0.286
genetic_class_b_matches-0.094
histogen_complex_Beta1.216
histogen_complex_Delta-0.741
histogen_complex_Omicron0.320
intercept0.998
sex_female-0.902
sex_male1.696
tcq_mass0.000
treatment_months-0.013

take the cohort_Delhi and multiply by 0.410, take the cohort_Lisbon and multiply by 0.380, take the cohort_Melbourne and multiply by -0.099, take the cohort_NaN and multiply by 0.103, take the genetic_class_a_matches and multiply by -0.286, take the genetic_class_b_matches and multiply by -0.094, take the histogen_complex_Beta and multiply by 1.216, take the histogen_complex_Delta and multiply by -0.741, take the histogen_complex_Omicron and multiply by 0.320, take the sex_female and multiply by -0.902, take the sex_male and multiply by 1.696, take the tcq_mass and multiply by 0.000, take the treatment_months and multiply by -0.013, add those up and if the number is greater than 0.998 then predict Failure, otherwise predict Success.

Decision Tree

decision tree

Dummy

Always predict 0

RuleFit

#RuleWeight
0histogen_complex_Delta > 0.5 and sex_female <= 0.5 and treatment_months > 21.0 and tcq_mass > 23700.0-0.137
1histogen_complex_Delta > 0.5 and sex_male > 0.5 and treatment_months > 19.5 and genetic_class_b_matches > 1.5-0.024
2histogen_complex_Delta > 0.5 and cohort_Melbourne > 0.5 and sex_female <= 0.5 and treatment_months <= 89.54868 and tcq_mass > 8031.25-0.590
3histogen_complex_Delta > 0.5 and sex_male > 0.5 and treatment_months > 16.5 and genetic_class_b_matches <= 5.5 and genetic_class_b_matches > 1.5-0.080
4histogen_complex_Beta <= 0.5 and sex_female > 0.5 and treatment_months > 40.5-0.313
5sex_female > 0.5 and treatment_months > 39.0-0.113
6sex_female > 0.5 and treatment_months > 109.5-0.119
7sex_male <= 0.5 and genetic_class_b_matches <= 2.5 and tcq_mass <= 9362.5-0.024
8histogen_complex_Beta <= 0.5 and sex_male <= 0.5 and treatment_months > 10.5-0.252
9sex_male <= 0.5 and treatment_months <= 75.0 and genetic_class_b_matches <= 2.5 and tcq_mass > 9362.5-0.184
10sex_male <= 0.5 and treatment_months > 37.5-0.142
11histogen_complex_Beta <= 0.5 and sex_female > 0.5 and treatment_months > 19.5-0.329
12sex_male <= 0.5 and treatment_months > 39.0-0.071
13sex_female > 0.5 and treatment_months <= 91.5 and cohort_Delhi <= 0.5-0.486
14histogen_complex_Delta > 0.5 and sex_female <= 0.5 and treatment_months <= 90.29868 and tcq_mass <= 17250.00.318
15histogen_complex_Beta > 0.5 and sex_male <= 0.5 and treatment_months <= 148.5 and treatment_months > 75.0 and genetic_class_b_matches <= 2.5 and tcq_mass > 10000.00.228
16cohort_Melbourne <= 0.50.193
17tcq_mass > 52481.250.399
18histogen_complex_Delta <= 0.5 and treatment_months <= 169.5 and tcq_mass > 25793.750.225
19sex_female <= 0.5 and genetic_class_a_matches <= 3.5 and genetic_class_b_matches <= 2.50.532
20cohort_Melbourne <= 0.5 and sex_female <= 0.50.197
21histogen_complex_Delta > 0.5 and sex_female <= 0.5 and treatment_months <= 89.54868 and treatment_months > 55.5 and tcq_mass <= 8031.250.173
22histogen_complex_Delta > 0.5 and sex_female <= 0.5 and tcq_mass <= 23700.0 and tcq_mass > 14850.00.407
23histogen_complex_Delta <= 0.5 and sex_male > 0.50.980
24histogen_complex_Delta <= 0.5 and sex_female <= 0.51.136
25histogen_complex_Beta <= 0.5 and sex_female > 0.5 and treatment_months <= 40.5 and genetic_class_a_matches <= 3.00.005
26sex_female > 0.5 and treatment_months <= 40.5 and genetic_class_a_matches <= 3.0 and tcq_mass <= 54797.900390.003
27sex_female > 0.5 and treatment_months <= 42.0 and genetic_class_a_matches <= 4.00.507
28sex_female > 0.5 and treatment_months <= 30.0 and genetic_class_a_matches <= 3.51.804

Bayesian Rule List

#RuleProbability
0X_0 > 0.5 and X_3 > 0.5n/a
1X_3 > 0.5n/a
2X_1 > 0.5n/a

CORELS

  1. {'col': 'X4', 'index_col': 4, 'cutoff': 0.5, 'val': 0.1872146118721461, 'flip': False, 'val_right': 0.7372549019607844, 'num_pts': 693, 'num_pts_right': 255}
  2. {'col': 'X0', 'index_col': 0, 'cutoff': 0.5, 'val': 0.13872832369942195, 'flip': False, 'val_right': 0.3695652173913043, 'num_pts': 438, 'num_pts_right': 92}
  3. {'col': 'X5', 'index_col': 5, 'cutoff': 0.5, 'val': 0.10218978102189781, 'flip': False, 'val_right': 0.2777777777777778, 'num_pts': 346, 'num_pts_right': 72}
  4. {'col': 'X7', 'index_col': 7, 'cutoff': 0.5, 'val': 0.0946969696969697, 'flip': False, 'val_right': 0.3, 'num_pts': 274, 'num_pts_right': 10}
  5. {'col': 'X19', 'index_col': 19, 'cutoff': 0.5, 'val': 0.08583690987124463, 'flip': False, 'val_right': 0.16129032258064516, 'num_pts': 264, 'num_pts_right': 31}
  6. {'val': 0.08583690987124463, 'num_pts': 233}

EBM

FeatureContribution Data
feature_0000[0.0, -0.1724781062870262, 0.5432543946525497, 0.0]
feature_0001[0.0, 0.331993778671898, -0.2718689211171447, 0.0]
feature_0001 & feature_0003[0.0, 0.0, 0.0, 0.0, 0.0, 0.25623753351507716, -0.11065175348252576, 0.0, 0.0, -0.15965807591030773, 0.011783907700732895, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0001 & feature_0004[0.0, 0.0, 0.0, 0.0, 0.0, -0.11013265147390561, 0.2552325785047724, 0.0, 0.0, 0.01169784168706823, -0.15906933568575662, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0001 & feature_0008[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.32976288124775466, -0.3026005326751147, -0.28982095116326295, -0.2709992967315869, -0.2556574519491266, -0.2431217199387854, -0.22353013062293742, -0.20447392830041164, -0.19159667716623727, -0.17247997335655346, -0.15867102386619344, -0.1461038786420433, -0.1297647133899385, -0.11015446513524095, -0.09404350917305185, -0.074963472977668, -0.044958547112695264, -0.02423998031345144, -0.007429455396663731, 0.001213477308233949, 0.009127533463602558, 0.019236470768654083, 0.02160966644899871, 0.026578259569665672, 0.02992158468358818, 0.03177330872197087, 0.033073327220551854, 0.03556333515589743, 0.03813274609012063, 0.040606162231205604, 0.043632153636070856, 0.04524891617307766, 0.04665752707003987, 0.04979691361945392, 0.052324505760140916, 0.05452640695326457, 0.06214637129329625, 0.06498680236523403, 0.06295852585530126, 0.06476278960723635, 0.06792792452997011, 0.06790651975130894, 0.06696433172794886, 0.06608192442939677, 0.06631082032742798, 0.06421140671721287, 0.0619754012261234, 0.06091002155899303, 0.06115019342568402, 0.06071436343857517, 0.06050525015011936, 0.060969308228148854, 0.05647815510856691, 0.052753032031760516, 0.05213905969407031, 0.05137003211653899, 0.05067111370579823, 0.04752908224845993, 0.04511829579850604, 0.03701922763519079, 0.03503474054760815, 0.03784483440211625, 0.0, 0.0, 0.06415518764696462, -0.030446294650413493, -0.024280859793507806, -0.015910892725431246, -0.012253298409843233, -0.013007014518587174, -0.011468032354967721, -0.007516272642363653, -0.004629686755845068, -0.0037201367660871496, -0.006501439387215081, -0.00833907732688475, -0.00762613790372998, -0.011424581251707918, -0.012681794053735554, -0.015053275900665066, -0.013937150524938074, -0.01569359242922818, -0.015636875912461018, -0.015489156572434902, -0.01674697369350055, -0.02226382176336113, -0.027324315822584905, -0.03336323959055714, -0.03490644892908493, -0.03516525651044367, -0.03551995481531544, -0.036596652437406355, -0.042003624940812403, -0.04647121694246097, -0.051957854675151495, -0.056404304807481535, -0.06351110210287453, -0.06888763433179985, -0.07807314929376626, -0.08110168546380715, -0.0898627728004494, -0.09602698514061181, -0.10391000034888627, -0.10823342405990427, -0.10704108629957239, -0.10925013726589804, -0.10477066716172176, -0.1117146490497416, -0.10770145885342974, -0.10713720055432191, -0.10414752240657427, -0.09406697631295781, -0.08380338034587821, -0.05147403137676959, -0.016410117811434616, -0.03553841644521814, -0.06110811137305646, -0.060354859804342936, -0.06006171153943814, -0.05987270329726903, -0.05927298238675452, -0.058741252913273756, -0.05810427634808644, -0.05782860782698327, -0.057336144569271885, -0.05628085657329089, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0002[0.0, -0.03867357189412005, 0.14615943033088125, 0.0]
feature_0002 & feature_0003[0.0, 0.0, 0.0, 0.0, 0.0, -0.023912959631362085, 0.041817498270639755, 0.0, 0.0, 0.17816525115680704, -0.25634043673429235, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0002 & feature_0004[0.0, 0.0, 0.0, 0.0, 0.0, 0.04173382875473436, -0.02386211885731673, 0.0, 0.0, -0.2560940092623143, 0.17815616935973422, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0003[0.0, 0.7496278051090258, -0.4364271468100492, 0.0]
feature_0003 & feature_0005[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.17625597240609875, -0.19622151780099428, -0.17175838765652876, -0.1327720005063732, -0.10518449017893765, -0.09591527105879329, -0.08564353477376944, -0.07516431353608674, -0.05665963733359952, -0.027779470793574592, -0.014298418271602558, -0.002429608204987499, 0.0014530541298761422, 0.007340654319841203, 0.008877502755197638, 0.01492094458404139, 0.018171222169372468, 0.02332684351901583, 0.025498078902130995, 0.027927617575691482, 0.028976122405875413, 0.03276019286661864, 0.04070680367407365, 0.045078503008234266, 0.0483477422281546, 0.053589601848182976, 0.05277729727062371, 0.053688223288423875, 0.0550739468831093, 0.056686363611059665, 0.05893146294263121, 0.059996101785030224, 0.060001372938279465, 0.05726665956642928, 0.05130139950790272, 0.04808015900131908, 0.045007261799957815, 0.04027157936243102, 0.03449223423580108, 0.027256886768419718, 0.02241840015729171, 0.014033483487916953, 0.009730904633619716, 0.009118179402696, 0.008535153496224728, 0.009039207606028294, 0.013555765850470086, 0.014712393370225323, 0.027200284478315122, 0.03871849076190418, 0.04492651548943264, 0.05155512890760201, 0.05534283783757789, 0.05666039441848474, 0.0761248255271894, 0.11788800810473768, 0.16038724977341448, 0.19142762619150588, 0.1910902789177442, 0.0, 0.0, 0.29688126224289657, 0.27696026826907105, 0.26462536324817637, 0.23872895482639153, 0.2163998609209903, 0.19404797486721756, 0.17203680294804924, 0.14843740871667854, 0.1224378017879753, 0.07669508217971874, 0.05636793178890329, 0.03463959957418849, 0.02447432671160169, 0.015457351999914657, 0.012059265276777658, 0.000629456726124462, -0.00409733870505051, -0.01025345341793099, -0.01472586379413556, -0.018321841816803606, -0.018016846196631887, -0.018533158776711366, -0.022316932422132653, -0.02599857273004959, -0.02681686787525247, -0.030793138015423265, -0.02866175430814797, -0.02579770138573039, -0.023567284359037887, -0.024170288718815946, -0.027015882871733968, -0.028384135576636, -0.029813147454650607, -0.03197320246323897, -0.03496349436370118, -0.035503788455298405, -0.03493219554829793, -0.0356542876838795, -0.03605183211027257, -0.03648831801700589, -0.034814526193478065, -0.03747569114635937, -0.04273188255328435, -0.04763748390949692, -0.0499817029134471, -0.05009333702975481, -0.0542880636015061, -0.05714419001852702, -0.06473443678069812, -0.0738820617554572, -0.08184459690421504, -0.08848417079999125, -0.09619956661743727, -0.10681359692993461, -0.11251737583045004, -0.13577864501607714, -0.159762693979646, -0.17400709849575166, -0.19797254575575102, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0004[0.0, -0.4360973408951534, 0.7490613149493225, 0.0]
feature_0004 & feature_0005[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.29505586288663277, 0.2749972900850773, 0.2629804113315288, 0.22872368896504366, 0.21672433772044492, 0.2010371970114087, 0.1832238718016081, 0.16050113141609837, 0.13367959908514468, 0.0837062202886399, 0.059949758380595686, 0.049036333297507735, 0.03384811688424666, 0.026252177521605156, 0.017400125240135574, 0.012898931520886704, 0.0015753244761045851, -0.009665595882272053, -0.016552658307249446, -0.021237966569131773, -0.021094245651843316, -0.021764739960795344, -0.02478420880512199, -0.027864250898448666, -0.02940741397672265, -0.03365600202418701, -0.03193905555093038, -0.029291767804557868, -0.027172774429808384, -0.027093727048261036, -0.029229828267683274, -0.03023445069054512, -0.03215336639383278, -0.03403972139013386, -0.03676971132778943, -0.03774121307934834, -0.03798923568586114, -0.038086676718303035, -0.03757826056812791, -0.03751442448545931, -0.03716382753092251, -0.04098662349958532, -0.04295588305878081, -0.0474148365140991, -0.05036439564508757, -0.05077443482852535, -0.05526990828595998, -0.060879215599941874, -0.06580379631426202, -0.06878565802724311, -0.07775116542019356, -0.08501277040072525, -0.08972374492026403, -0.10122747104881887, -0.10801928143188726, -0.14035186561629645, -0.16858881768767797, -0.18092594509677623, -0.20571156785557831, 0.0, 0.0, -0.14159070396854445, -0.16599559338268416, -0.14843708335671757, -0.10766038593003946, -0.10086407822093788, -0.09722916885819098, -0.09080963708536488, -0.07856367268284568, -0.058642982642896746, -0.027961227598375275, -0.012643700811229676, -0.00578467772745397, -0.0014749883784256645, 0.005626030784024231, 0.00928573422656517, 0.011211743101716633, 0.01656059626819718, 0.024550301414138827, 0.028256353875783, 0.031035916756608238, 0.03248615123683826, 0.03662328777675097, 0.04297658584561837, 0.04582048799834853, 0.05006975502290107, 0.05557904984601537, 0.05578900537238444, 0.055094579509840785, 0.0574471351386457, 0.05816110118622647, 0.05923214219204946, 0.060301786876577876, 0.059418581472320806, 0.05721581334054841, 0.05205159506765922, 0.04592527789353058, 0.04287285144924186, 0.03412624141113892, 0.027750823387301133, 0.01898010721995671, 0.01499837127702965, 0.004907042576763837, 0.002908935716719589, 0.004316035499418194, 0.004759383712265293, 0.007694473355969742, 0.011159247316427525, 0.014923500047656323, 0.020346086963012128, 0.025219421551232767, 0.03150968869246807, 0.03535131255661945, 0.040258149614627994, 0.04284831374567089, 0.0695990393779986, 0.12826838044977523, 0.18068449827111713, 0.20496588129532645, 0.2047116188444016, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0004 & feature_0007[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.0268215750925671, 0.03086019920195301, 0.13167663637562904, -0.009697131802328535, -0.18077082572684464, -0.2937970845373199, -0.2911660100402851, 0.0, 0.0, 0.07094471460078539, -0.0007931619541317518, -0.10171907612111343, -0.18305414775017953, -0.24481152231429557, -0.18984877088317653, -0.33733406767967966, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0005[0.0, 2.7189985607458182, 2.668904729463444, 2.6276174779249613, 2.587382219200096, 2.482667053130038, 2.2191279703724054, 0.8987912963453524, 1.4331082564459006, 1.4140954597587356, 1.401374920070913, 0.9308709432293898, 0.674832756809335, 0.5793212878263022, 0.4970015894713296, 0.28405699189166483, 0.2760187868244872, 0.2658381266974573, 0.2535624768530583, 0.1604687080376175, 0.14793219765161297, 0.13850010750430258, 0.12989493358478307, 0.12408567401798044, -0.040728643627465096, 0.0005074977592719118, -0.004155423101928239, -0.03750444946477219, -0.04377904568750718, -0.04834434829906122, -0.052696238527966, -0.05630913826004322, -0.059689583065726345, -0.06199674134942386, -0.06571286136703464, -0.06435701002869854, -0.06626605489714547, -0.07014139322435742, -0.07246087987529427, -0.05801364346949837, -0.060478870680033145, -0.06058454359979355, -0.06100652759584517, 0.03251907431990712, 0.030682862211585716, 0.0288578671406888, 0.0278916251693856, 0.026075760075326436, 0.008905134851899019, 0.006341547547608725, -0.0604995677842678, -0.09495018687049946, -0.09869626216328722, -0.10308348095017522, -0.10722314714198, -0.1115488421854427, -0.11579447867123285, -0.12010106429983654, -0.12279280606667417, -0.18594085015309575, -0.19014662197472304, -0.3376912440857356, -0.33998640878052067, -0.34547792424124146, -0.349362140650134, -0.29775555531646203, -0.3696086583821851, -0.39887211471908585, -0.4033146927199365, -0.41670400240807853, -0.4242905610896216, -0.45680586625495273, -0.4636442959712277, -0.4969937356066997, -0.5110105648765333, -0.4711735132616549, -0.4760418924026161, -0.4848614283665356, -0.5474098709072418, -0.5591612011981708, -0.2822277151562278, -1.2270350931312386, -1.3635792228284038, -1.3843560666734078, -1.4040397168574195, -1.420953240168803, -1.4431664335327061, -1.457860599726372, 0.0]
feature_0005 & feature_0006[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.358679012243289, 0.3139182973978842, 0.11901160895080103, -0.17178717202868263, -0.2655836844143638, -0.46778544409441775, -0.6018384023384225, 0.0, 0.0, 0.33335243601006487, 0.29014012969680797, 0.09779734385422921, -0.19081068180945848, -0.27648580973737447, -0.47223811787679487, -0.6064607101723765, 0.0, 0.0, 0.32687324126227213, 0.28654628496224915, 0.09951289044410479, -0.18679709822876647, -0.2693687609895027, -0.4632130749591803, -0.6026471022759643, 0.0, 0.0, 0.31287433885255217, 0.27371068212166016, 0.092446936330197, -0.18433201773918173, -0.2613867464774421, -0.4551553679156147, -0.5945893952323985, 0.0, 0.0, 0.3008205358088012, 0.2630149442239047, 0.08282147540419366, -0.1863846138165575, -0.2639911636005197, -0.45747370923397673, -0.5984472276129198, 0.0, 0.0, 0.2905951489335733, 0.25560471840987237, 0.07821050236530214, -0.19099558685544904, -0.26860213663941124, -0.4613151321898082, -0.60271015399569, 0.0, 0.0, 0.27887931743092154, 0.24574106780226482, 0.07142042851065515, -0.1912560938971971, -0.2675640466758467, -0.4598938390831754, -0.6040002001521053, 0.0, 0.0, 0.11798448272150297, 0.09415744612522928, -0.013743347093158003, -0.1398365476442122, -0.21469621734079652, -0.40484509095881244, -0.5515930841416606, 0.0, 0.0, 0.1083737523338263, 0.08542403532278078, -0.01789374495226173, -0.14198052083346177, -0.21269843709193845, -0.4006430392614265, -0.552206643547129, 0.0, 0.0, 0.07278219534338638, 0.05032475671688048, -0.02582909544018328, -0.12645526215157074, -0.19415506476669023, -0.3802728102137898, -0.5355683564422294, 0.0, 0.0, 0.05798734908069527, 0.0368256478606726, -0.03128407737951421, -0.12274847822638159, -0.18578704590246037, -0.37135959749423186, -0.5300414111316729, 0.0, 0.0, 0.0524639174030878, 0.03227686020836748, -0.03391176414021109, -0.12102491194403393, -0.1790067814550094, -0.36438590416075567, -0.5239390418719017, 0.0, 0.0, 0.04084225721742991, 0.020655200022709597, -0.0392448665966929, -0.1179877147843557, -0.17551271263408721, -0.35980557378071726, -0.5219972394138281, 0.0, 0.0, 0.03759217772510961, 0.0174051205303893, -0.03929232142518412, -0.11494251933974249, -0.1753903851419848, -0.35946887584644893, -0.526013322960082, 0.0, 0.0, 0.03290262960675436, 0.01389210815742061, -0.04005527019221941, -0.10923425062785855, -0.17045347457067214, -0.35453196527513625, -0.523245778766951, 0.0, 0.0, 0.026975026711335313, 0.007961840916345945, -0.04154634308711844, -0.10809484586134589, -0.17151669336320854, -0.35472766792434074, -0.5274694950168233, 0.0, 0.0, 0.022380819729752185, 0.0033095212848186745, -0.04095656728319347, -0.10501371606899451, -0.17010279472844855, -0.3526956176033352, -0.5296586955882728, 0.0, 0.0, 0.018011901274466283, 0.0013576743215326598, -0.04180071626823686, -0.09938506336293813, -0.16533097669827485, -0.34758913899693333, -0.5266527049629227, 0.0, 0.0, 0.016666247996961005, 0.00011985599855292249, -0.04303853459121659, -0.09666369332680405, -0.16260960666214075, -0.34486776896079924, -0.5262716303737478, 0.0, 0.0, 0.0144027571824286, -0.0020502511013005755, -0.04236059572391492, -0.09182999087260416, -0.15863006751261644, -0.3408882298112749, -0.5247292110903741, 0.0, 0.0, 0.014014316641048352, -0.0026370754339384997, -0.04093813627099856, -0.08819454051688494, -0.15629591694052772, -0.3385540792391862, -0.5235644702270011, 0.0, 0.0, 0.014743878136037688, -0.0020203631126842203, -0.04032142394974428, -0.08287006542250659, -0.15490967555664598, -0.33712716562873435, -0.5248180901485441, 0.0, 0.0, 0.014448441789205374, -0.0014216126922666549, -0.03350139024324481, -0.07273283642283584, -0.14717499707171133, -0.32938810510975663, -0.5194944160261666, 0.0, 0.0, 0.012415548604184564, -0.0007940000042482361, -0.027804104262208612, -0.06629452698217428, -0.1424690567832012, -0.3246821648212465, -0.5169966561581647, 0.0, 0.0, 0.011141637760803432, 0.0013651847150487905, -0.02028286157061106, -0.05757732503633499, -0.1384455196539651, -0.3204105436031725, -0.5153771066856925, 0.0, 0.0, 0.009464096757519245, 0.00033483076371396896, -0.01535793798140233, -0.048000772964314764, -0.1312745280748864, -0.3131750089937899, -0.5092218379429787, 0.0, 0.0, 0.009997198384860915, 0.001027754106903789, -0.007687092634624493, -0.027391287338191808, -0.11050218164105104, -0.2891509894212147, -0.48299411962686023, 0.0, 0.0, 0.01124513468396212, 0.0030654456073703354, -0.0033962481380889233, -0.012691129718180512, -0.0931275588928099, -0.26443468077187926, -0.4582778109775248, 0.0, 0.0, 0.01245196234447878, 0.004272273267886998, 0.00877592756082469, 0.012694754742415945, -0.0668478782448792, -0.23155659291216665, -0.42244253838389223, 0.0, 0.0, 0.012793460664935537, 0.004534925362134135, 0.018077730644818782, 0.033344050134727715, -0.04434133914861806, -0.20567304386919322, -0.39438166383320605, 0.0, 0.0, 0.011115060102587768, 0.0033914298139173567, 0.01959580157577849, 0.04348080030310201, -0.03203114588923349, -0.18968407736923767, -0.373309575451047, 0.0, 0.0, 0.010046417949192888, 0.003271310892940386, 0.02839923977160751, 0.05572049524692646, -0.019965730061805503, -0.17614029504095718, -0.35632072035656925, 0.0, 0.0, 0.008484552311713994, 0.0024147589086696126, 0.03476936807199596, 0.06337170708987404, -0.012314518218857961, -0.16732653815179838, -0.344734499496203, 0.0, 0.0, 0.004528583833988283, -0.00029172608369098965, 0.040056489967300185, 0.06991165553147857, -0.0019045147517762506, -0.15502851702751755, -0.3269853922633356, 0.0, 0.0, -0.0013315834308512476, -0.004060613931170258, 0.03631491741211879, 0.06763537804919707, -0.004180792234057739, -0.14273488877534138, -0.3075906249379471, 0.0, 0.0, -0.006222983039319804, -0.007652149282254568, 0.03847686059417889, 0.07201467107747331, 0.0018516392212070253, -0.13113938407758632, -0.29056137856234765, 0.0, 0.0, -0.008691591026847528, -0.008212049555749347, 0.039415288762343174, 0.07483403790169035, 0.007179180969394459, -0.12214349619880024, -0.2771126098665575, 0.0, 0.0, -0.011259942729376372, -0.01022563499906031, 0.051585723373116475, 0.08891771022984486, 0.02225522595883709, -0.10458299569485703, -0.25488380620947315, 0.0, 0.0, -0.013222080472112362, -0.011882385742376147, 0.054222950857778174, 0.09358742379495724, 0.026924939523949466, -0.09449347077510944, -0.24244361906382225, 0.0, 0.0, -0.01586509007595183, -0.014575986399960321, 0.051529350200193995, 0.09384467201615398, 0.028940114710950822, -0.08892402941674363, -0.2300778022395883, 0.0, 0.0, -0.018518134406900047, -0.017091041124857067, 0.05779265252272279, 0.10152265765214386, 0.037300748263759106, -0.07619115574657609, -0.21174305540715677, 0.0, 0.0, -0.021785652420684462, -0.019885841960294356, 0.06074325765018146, 0.10447326277960255, 0.04194849634741399, -0.07154340766292117, -0.20375817862453005, 0.0, 0.0, -0.027908899329495227, -0.024175273890855314, 0.07037074604249674, 0.11476634476401179, 0.055159124116589985, -0.051306358172073664, -0.1799850588943139, 0.0, 0.0, -0.032963170576995514, -0.02638233630011826, 0.07242590689974732, 0.11712066706283651, 0.060467317526345446, -0.04020169452662911, -0.16234846485300877, 0.0, 0.0, -0.035393323179744376, -0.027838061686583395, 0.07991767474085239, 0.1266672495645802, 0.07068676004816456, -0.02611173006661461, -0.1468819056615519, 0.0, 0.0, -0.03464154814955338, -0.02594063482551533, 0.0830398717546356, 0.13105807756595458, 0.07699373335788716, -0.01856277693743761, -0.13500056412921008, 0.0, 0.0, -0.03816352403148502, -0.028096838440634264, 0.08185157427440606, 0.13143716605986205, 0.07866054424497793, -0.013841790982615648, -0.12600766070279187, 0.0, 0.0, -0.04291714748897799, -0.027326190567836344, 0.09073485589970065, 0.14099237115223973, 0.08844408769261819, -0.000779441187708594, -0.11294531090788484, 0.0, 0.0, -0.046439276509989316, -0.028818455069070128, 0.09539609862786497, 0.14598091709368866, 0.09731833685063358, 0.0111234336951803, -0.09636164500200725, 0.0, 0.0, -0.04834366797071482, -0.028601540741339845, 0.09561301295559524, 0.1482959913327097, 0.10201493911609068, 0.015820035960637368, -0.09022549917240771, 0.0, 0.0, -0.05280123769481559, -0.030129637613020146, 0.09955226528353539, 0.15417887590461665, 0.10918194101486024, 0.024455929627856247, -0.07874303193473628, 0.0, 0.0, -0.05746758184301566, -0.03218861386022018, 0.09939903489219983, 0.15532850339589288, 0.11233433190909768, 0.02760832052209368, -0.07264604168501099, 0.0, 0.0, -0.06156166833020984, -0.03393227403930001, 0.10084412078097318, 0.15863023612685206, 0.1164014815767534, 0.03296881703803406, -0.0640499686139545, 0.0, 0.0, -0.06905214830056769, -0.03769099662798183, 0.09708539819229137, 0.1554061807435328, 0.11879511640159986, 0.03536245186288052, -0.0543082729558855, 0.0, 0.0, -0.07157424049179648, -0.037913800229332446, 0.09723196160262798, 0.1559214558794402, 0.12225788576612777, 0.043730439278653374, -0.04124747295375254, 0.0, 0.0, -0.07964796416935817, -0.046911534966794496, 0.09100542449667523, 0.15311560025645168, 0.12126322444905308, 0.0443282782224944, -0.0316554272054654, 0.0, 0.0, -0.08101660031155533, -0.04965550709702149, 0.08893696840571638, 0.1510471441654929, 0.12054368042308262, 0.05039904779998084, -0.017626858346522764, 0.0, 0.0, -0.07777162171453092, -0.04740177284434818, 0.09266798662625356, 0.15501939991260003, 0.12642202252801152, 0.05861115752436216, -0.007119104737117876, 0.0, 0.0, -0.09769236046432435, -0.0671764825239721, 0.07773485541486654, 0.14123670294372018, 0.11761384168711489, 0.06271262497954526, 0.0014100106375833574, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0005 & feature_0008[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.18910071199302, 0.18412549261462915, 0.19087523716206992, 0.2088221858207427, 0.211119784901461, 0.2180144904065543, 0.21899208839156256, 0.2284710103002713, 0.23228261210376017, 0.23562262516627264, 0.21045759970617345, 0.21289740513315425, 0.2169592747975422, 0.21162147648597066, 0.2129648761230501, 0.2098078248413032, 0.20672175206855803, 0.20535713009767978, 0.21491750713752486, 0.21975402699672597, 0.22073970918446964, 0.21533160674879798, 0.20981408397248885, 0.20200248922298977, 0.2003947878206048, 0.19531548633550344, 0.19303532599437315, 0.19161736333869886, 0.18057376127165045, 0.16792940121302244, 0.16660014013766686, 0.1598890036224194, 0.13601992891992984, 0.12868688230734238, 0.12444538327105949, 0.11888855960566148, 0.11183638532613259, 0.08512745466243643, 0.07434691635834433, 0.06696405091390424, 0.06735384983143859, 0.06066566897385348, 0.059670214702661546, 0.053906243564109856, 0.04550268146751293, 0.037150933951935666, -0.05752395335357438, -0.07502854176236322, -0.08368269315072688, -0.08762780631764448, -0.09061210526705601, -0.10041847812479826, -0.11055605082495776, -0.12359743235106806, -0.139524433023425, -0.14767363932616218, -0.17775353245592393, -0.19444798254085682, -0.3829372052118088, -0.4012884490941782, -0.4060362788975062, -0.4062940691929766, 0.0, 0.0, 0.17288273838873636, 0.1679075190103455, 0.17465726355778627, 0.1910913175396254, 0.1933889166203437, 0.20028362212543696, 0.20126122011044525, 0.21074014201915398, 0.21455174382264292, 0.21789175688515539, 0.1927267314250561, 0.19516653685203694, 0.19908000930995629, 0.19374221099838468, 0.19508561063546412, 0.19192855935371722, 0.18884248658097205, 0.1874778646100938, 0.1970382416499389, 0.20187476150913997, 0.20286044369688366, 0.1977959845312649, 0.19227846175495578, 0.1844668670054567, 0.18375199637803633, 0.17867269489293505, 0.1763925345518047, 0.17497457189613044, 0.1649399032319564, 0.15229554317332838, 0.15096628209797278, 0.14425514558272534, 0.12038607088023576, 0.1144613450481197, 0.11021984601183683, 0.10636694558555933, 0.1007781201362678, 0.07406918947257163, 0.06328865116847951, 0.05590578572403945, 0.05629558464157379, 0.049607403783988695, 0.048699855030897736, 0.042813506508591545, 0.03440994441199463, 0.026064316949365157, -0.06658634635914175, -0.08409093476793061, -0.09274508615629426, -0.09669019932321186, -0.0996744982726234, -0.10948087113036564, -0.11961844383052514, -0.13265982535663542, -0.14858372860236968, -0.1567329349051068, -0.18681282803486862, -0.2035072781198015, -0.39199650079075343, -0.4103477446731229, -0.41509557447645085, -0.4153533647719213, 0.0, 0.0, 0.16126113300155054, 0.15628591362315974, 0.16317788801980712, 0.18107420529334803, 0.18395698027915075, 0.19116613386259185, 0.19214373184760017, 0.2021390634031174, 0.20595066520660632, 0.20872627423707307, 0.18356124877697383, 0.18600105420395463, 0.18991452666187392, 0.18457672835030234, 0.1859201279873818, 0.1827630767056349, 0.1796770039328897, 0.17831238196201143, 0.18787275900185654, 0.1927092788610577, 0.19344958393944106, 0.1899508895297178, 0.1844333667534087, 0.17662177200390963, 0.17590690137648926, 0.17304594797274792, 0.17076578763161762, 0.16934782497594333, 0.1593131563117693, 0.14666879625314128, 0.14533953517778564, 0.1386283986625382, 0.11475932396004863, 0.10883459812793256, 0.10459309909164971, 0.10343154606879815, 0.09978144463072464, 0.07307251396702848, 0.06229197566293639, 0.0549091102184963, 0.05529890913603066, 0.048610728278445564, 0.04770317952535459, 0.041816831003048394, 0.0352075656740015, 0.026861938211372026, -0.05249987304779848, -0.07000446145658733, -0.07865861284495099, -0.07914717619073013, -0.08213147514014166, -0.09193784799788388, -0.10207542069804337, -0.11511680222415367, -0.12496001654885266, -0.13310922285158983, -0.14871500922106046, -0.16540945930599335, -0.35389868197694535, -0.36945559897409463, -0.37420342877742263, -0.37476441612915834, 0.0, 0.0, 0.15362616747679875, 0.1486509480984079, 0.15554292249505525, 0.1739533921242027, 0.17683616711000538, 0.18404532069344648, 0.18502291867845477, 0.1951082161562843, 0.1989198179597732, 0.20174748924510466, 0.17569037820502767, 0.1781301836320085, 0.18204365608992779, 0.1767058577783562, 0.17804925741543567, 0.17591610826282872, 0.1728300354900835, 0.17146541351920522, 0.18102579055905035, 0.18586231041825144, 0.18660261549663484, 0.18172940348488364, 0.17621188070857458, 0.1684002859590754, 0.16768541533165504, 0.16482446192791375, 0.1625443015867834, 0.16112633893110914, 0.15109167026693507, 0.1384473102083071, 0.13711804913295148, 0.130406912617704, 0.10653783791521446, 0.1006131120830984, 0.09581229335336927, 0.09440509997712881, 0.09075499853905533, 0.06404606787535916, 0.05326552957126706, 0.045882664126827, 0.04627246304436134, 0.03958428218677624, 0.03906290680909694, 0.033176558286790725, 0.02811221469692103, 0.019766587234291547, -0.05959522402487895, -0.0770998124336678, -0.08248531903805116, -0.08297388238383031, -0.08595818133324185, -0.09576455419098408, -0.10034016998772607, -0.10640349559760198, -0.11624670992230095, -0.12103936812363984, -0.13664515449311052, -0.1533396045780434, -0.33735398672861355, -0.3503802089717904, -0.35512803877511834, -0.35568902612685405, 0.0, 0.0, 0.14851068690710287, 0.143535467528712, 0.15042744192535937, 0.16883791155450678, 0.17172068654030945, 0.17876327178502902, 0.1795142953306762, 0.18971884373433806, 0.19311588817931197, 0.19594355946464342, 0.16988644842456646, 0.17232625385154726, 0.17623972630946655, 0.1692768123125427, 0.17062021194962218, 0.1684870627970152, 0.16540099002427, 0.16403636805339172, 0.17359674509323683, 0.17607221537753548, 0.17541280210346205, 0.17053959009171085, 0.16502206731540175, 0.15917814542804865, 0.15846327480062827, 0.15606235934881543, 0.1537821990076851, 0.15236423635201085, 0.14232956768783678, 0.1296852076292088, 0.12835594655385318, 0.12164481003860572, 0.09985378448417107, 0.093929058652055, 0.08912823992232592, 0.08772104654608544, 0.08407094510801194, 0.05832617958300171, 0.04754564127890961, 0.04102183854245117, 0.041411637459985516, 0.03568522999213054, 0.03516385461445123, 0.029277506092145033, 0.024213162502275325, 0.015867535039645858, -0.06349427621952465, -0.0809988646283135, -0.08638437123269686, -0.086872934578476, -0.08985723352788755, -0.09966360638562978, -0.10423922218237178, -0.11030254779224766, -0.12014576211694664, -0.12493842031828553, -0.13670996106458427, -0.1534044111495171, -0.3374187933000874, -0.3504450155432641, -0.3551928453465921, -0.35575383269832783, 0.0, 0.0, 0.12237083528091477, 0.11739561590252393, 0.1250555703143246, 0.14394930761082736, 0.14683208259663005, 0.1538746678413496, 0.15462569138699678, 0.16483023979065864, 0.16822728423563255, 0.17003321849299288, 0.1439761074529159, 0.14641591287989672, 0.15032938533781603, 0.14336647134089214, 0.14470987097797158, 0.14338797712557644, 0.14030190435283124, 0.138937282381953, 0.1484976594217981, 0.15097312970609678, 0.15031371643202335, 0.14544050442027212, 0.13992298164396302, 0.13407905975660991, 0.13336418912918951, 0.1309632736773767, 0.12868311333624638, 0.1276571546245104, 0.11881006110844816, 0.10616570104982015, 0.10483643997446453, 0.09812530345921709, 0.07633427790478242, 0.07040955207266636, 0.06560873334293725, 0.06420153996669678, 0.060551438528623276, 0.03480667300361305, 0.02586153316061357, 0.019337730424155132, 0.01972752934168947, 0.015160802280223772, 0.014639426902544456, 0.010732569657899805, 0.005668226068030089, -0.0026774013945993717, -0.045845413857268674, -0.06335000226605751, -0.06873550887044089, -0.06922407221622001, -0.07220837116563156, -0.0820147440233738, -0.08659035982011579, -0.09265368542999168, -0.10249689975469066, -0.10728955795602954, -0.11906109870232824, -0.13575554878726112, -0.3197699309378313, -0.33279615318100814, -0.3371854413836167, -0.33774642873535243, 0.0, 0.0, 0.10414689332113217, 0.09917167394274129, 0.10683162835454196, 0.1257253656510447, 0.12827508943755048, 0.13531767468227002, 0.1356871238996809, 0.1458916723033428, 0.14916311178483477, 0.1509690460421951, 0.12491193500211809, 0.1265911983093279, 0.13050467076724726, 0.12354175677032339, 0.12472883766433328, 0.12340694381193812, 0.12129859885025271, 0.12074260688505249, 0.1303029839248976, 0.1337428847015639, 0.1330834714274905, 0.1282102594157393, 0.12269273663943017, 0.11684881475207703, 0.11613394412465668, 0.11373302867284384, 0.1114528683317135, 0.1104269096199775, 0.1020972232606363, 0.09121448290051853, 0.08988522182516293, 0.08317408530991549, 0.061383059755480834, 0.05545833392336477, 0.050657515193635656, 0.04925032181739521, 0.045600220379321696, 0.019855454854311474, 0.010910315011311978, 0.004386512274853545, 0.004776311192387887, 0.00020958413092218506, -0.0003117912467571222, -0.0026063456730153773, -0.00767068926288508, -0.013557211009223186, -0.01774854048419848, -0.035253128892987345, -0.037231567785643634, -0.03772013113142278, -0.0407044300808343, -0.04723200094240061, -0.0518076167391426, -0.0578709423490185, -0.06417092180888474, -0.06896358001022364, -0.08073512075652235, -0.09742957084145522, -0.27786470223558035, -0.2908909244787571, -0.2952802126813657, -0.2958412000331013, 0.0, 0.0, 0.05828800506945894, 0.053812482103235165, 0.06147243651503585, 0.08036617381153859, 0.08291589759804435, 0.08995848284276389, 0.09032793206017481, 0.10053248046383666, 0.10380391994532864, 0.105609854202689, 0.07955274316261199, 0.0803076378908224, 0.0842211103487417, 0.07725819635181783, 0.07808539435183746, 0.07676350049944233, 0.07465515553775692, 0.07385528804977035, 0.08094399801672675, 0.08438389879339306, 0.08372448551931962, 0.07885127350756842, 0.07333375073125932, 0.0674898288439062, 0.06677495821648584, 0.06437404276467298, 0.06209388242354266, 0.06210191644658445, 0.05438600621821994, 0.043503265858102186, 0.04217400478274657, 0.03810799926016119, 0.029733102791917813, 0.025907583864834632, 0.021958994519987743, 0.021065738859138858, 0.017415637421065368, 0.014038494177339132, 0.00959722509756, 0.005274636497592515, 0.005664435415126848, 0.0025575411721993403, 0.0020361657945200265, -0.00025838863173823076, -0.0021419562643164034, -0.0080284780106545, -0.012219807485629796, -0.01752833361196515, -0.01950677250462144, -0.01999533585040058, -0.022979634799812104, -0.02625802933531928, -0.03083364513206126, -0.036896970741937166, -0.04036406827125356, -0.045156726472592446, -0.053306520317782616, -0.05483920428846363, -0.2352743356825887, -0.2483005579257655, -0.25268984612837414, -0.2532508334801098, 0.0, 0.0, 0.04614764748513443, 0.04167212451891064, 0.04933207893071133, 0.06822581622721406, 0.07077554001371983, 0.07781812525843938, 0.07818757447585027, 0.08839212287951215, 0.09166356236100412, 0.09346949661836447, 0.06741238557828745, 0.06816728030649785, 0.07216887660836499, 0.06520596261144114, 0.06603316061146076, 0.06579827155392837, 0.06368992659224296, 0.06412673505840939, 0.06790473482923132, 0.07134463560589763, 0.0706852223318242, 0.06728417660674899, 0.0617666538304399, 0.05592273194308678, 0.05520786131566641, 0.05280694586385357, 0.05052678552272323, 0.05053481954576503, 0.04281890931740053, 0.03624233691057397, 0.03491307583521835, 0.03135980954325514, 0.026012035503156443, 0.023556460491919843, 0.019607871147072964, 0.01871461548622408, 0.016770977299106322, 0.01339383405538008, 0.008952564975600947, 0.005373239488141685, 0.005763038405676022, 0.0026561441627485083, 0.0021347687850691954, -0.00015978564118906274, -0.00204335327376723, -0.00666397575023031, -0.010855305225205608, -0.016163831351540967, -0.01814227024419725, -0.018630833589976394, -0.02035754516758606, -0.023635939703093228, -0.028211555499835207, -0.034274881109711115, -0.037741978639027514, -0.0425346368403664, -0.05068443068555657, -0.05221711465623759, -0.23265224605036264, -0.24567846829353945, -0.25006775649614804, -0.25062874384788375, 0.0, 0.0, 0.04644797103686367, 0.04075172134962999, 0.04841167576143067, 0.0681638527011846, 0.07101784373480768, 0.07806042897952722, 0.07822979372475393, 0.0884343421284158, 0.09170578160990778, 0.09351171586726813, 0.06745460482719112, 0.06471995710441543, 0.06872155340628255, 0.061758639409358676, 0.06258583740937833, 0.062350948351845924, 0.060242603390160514, 0.06067941185632695, 0.06290061803348916, 0.0636095961541021, 0.06295018288002865, 0.059549137154953434, 0.0556847044854498, 0.049840782598096676, 0.049125911970676304, 0.046724996518863464, 0.044444836177733135, 0.04445287020077493, 0.03673695997241043, 0.030160387565583868, 0.028831126490228252, 0.025277860198265036, 0.021049225602891138, 0.01859365059165454, 0.014645061246807664, 0.013751805585958775, 0.011808167398841007, 0.00843102415511477, 0.003989755075335632, 0.0018123549797350908, 0.0022021538972694264, -0.000904740345658081, -0.0014261157233373958, -0.0037206701495956476, -0.0056042377821738185, -0.009231390375543828, -0.013422719850519127, -0.017675350090004666, -0.01965378898266095, -0.020142352328440097, -0.02186906390604976, -0.02675927926704122, -0.0313348950637832, -0.037398220673659104, -0.03948371997695897, -0.04427637817829786, -0.05242617202348803, -0.05600857533520722, -0.23644370672933226, -0.24946992897250908, -0.2538592171751177, -0.25442020452685343, 0.0, 0.0, 0.04947814954042596, 0.043781899853192266, 0.05144185426499296, 0.07119403120474688, 0.07404802223836995, 0.07979859055648054, 0.07817523640916726, 0.08513382064234336, 0.08840526012383532, 0.08827745907711855, 0.062220348037041545, 0.05948570031426586, 0.061336266425358936, 0.05309495493048444, 0.05246655096040912, 0.051246083286897295, 0.04913773832521189, 0.04855658103928171, 0.05077778721644392, 0.05148676533705685, 0.05082735206298343, 0.0474263063379082, 0.043561873668404555, 0.038466899880518046, 0.03819738669045814, 0.03659376154311481, 0.03505686668429816, 0.03506490070733995, 0.027348990478975453, 0.0207724180721489, 0.01944315699679328, 0.015889890704830066, 0.011661256109456175, 0.010081423132272605, 0.00663471734910318, 0.005741461688254294, 0.0037978235011365243, 0.0004206802574102896, -0.004020588822368849, -0.006197988917969393, -0.005808190000435057, -0.007877412007382109, -0.008669223943575534, -0.010963778369833789, -0.012847346002411959, -0.01611224957653664, -0.02030357905151194, -0.02390257069258197, -0.02588100958523826, -0.0263695729310174, -0.028096284508627063, -0.032986499869618525, -0.03756211566636051, -0.04301164627813852, -0.04509714558143838, -0.04988980378277727, -0.05550327772844155, -0.05908568104016074, -0.2395208124342858, -0.2525470346774626, -0.2580349366764712, -0.2585959240282069, 0.0, 0.0, 0.04133787079513011, 0.035641621107896426, 0.04330157551969711, 0.06305375245945102, 0.06590774349307411, 0.07165831181118469, 0.07003495766387141, 0.07699354189704752, 0.08026498137853949, 0.08013718033182271, 0.054080069291745705, 0.05134542156897001, 0.05319598768006309, 0.0449546761851886, 0.04406064763447922, 0.0428401799609674, 0.040731834999281985, 0.0401506777133518, 0.042371883890514016, 0.04289061939252616, 0.042231206118452734, 0.03883016039337751, 0.03638208145908217, 0.03128710767119566, 0.03101759448113576, 0.029413969333792436, 0.02787707447497578, 0.027885108498017574, 0.020169198269653067, 0.014766435482785414, 0.013437174407429796, 0.009883908115466578, 0.005655273520092684, 0.00521143704197471, 0.002333453565041827, 0.002367540251857341, 0.0014357481705414453, -0.001941395073184794, -0.004946654524018946, -0.0071240546196194915, -0.006734255702085157, -0.008803477709032207, -0.009595289645225635, -0.011889844071483888, -0.013773411704062054, -0.016373816290073798, -0.020565145765049093, -0.024164137406119127, -0.026142576298775408, -0.026631139644554554, -0.027618789106952188, -0.03250900446794364, -0.03708462026468562, -0.042534150876463644, -0.0446196501797635, -0.049412308381102395, -0.055025782326766665, -0.0582162679456533, -0.2364988740748617, -0.2495250963180385, -0.25501299831704705, -0.2551024959402251, 0.0, 0.0, 0.036372248034311605, 0.029079797031003177, 0.03673975144280388, 0.05649192838255778, 0.058532825931887716, 0.06224615580421288, 0.06062280165689958, 0.06649052021989665, 0.06976195970138861, 0.06963415865467185, 0.043577047614594834, 0.040842399891819155, 0.04269296600291221, 0.034451654508037735, 0.03391869548498595, 0.03269822781147412, 0.030933670800308413, 0.03035251351437823, 0.03249928536640338, 0.03301802086841553, 0.03277306592201859, 0.029372020196943373, 0.02692394126264803, 0.02182896747476153, 0.021559454284701622, 0.019955829137358296, 0.019144053123481934, 0.019152087146523725, 0.011436176918159228, 0.007478477904765799, 0.006149216829410171, 0.0030576343435674254, -0.0011710002518064704, -0.0016148367299244426, -0.004046642334666433, -0.004012555647850923, -0.0027680925548370324, -0.006145235798563272, -0.009150495249397423, -0.011327895344997967, -0.010938096427463632, -0.012781096270716545, -0.014444325234515172, -0.016738879660773424, -0.018622447293351597, -0.021222851879363337, -0.024721652754048792, -0.028320644395118822, -0.030201983519402856, -0.030690546865181995, -0.03167819632757962, -0.03656841168857108, -0.04114402748531307, -0.04653178548679689, -0.04846288196998102, -0.05325554017131991, -0.05886901411698416, -0.062059499735870806, -0.2403421058650792, -0.253368328108256, -0.2588562301072646, -0.2589457277304426, 0.0, 0.0, 0.0354368206629348, 0.028144369659626366, 0.03580432407142706, 0.05555650101118098, 0.05759739856051091, 0.06131072843283607, 0.05968737428552278, 0.06555509284851985, 0.0681742217028088, 0.06804642065609204, 0.041419978116597006, 0.037617855070940884, 0.03946842118203395, 0.03122710968715946, 0.030694150664107675, 0.02908572609773217, 0.027321169086566455, 0.026740011800636267, 0.028886783652661428, 0.02974870356280829, 0.029686658349183805, 0.02628561262410858, 0.023837533689813246, 0.01984102305812696, 0.019571509868067057, 0.01796788472072373, 0.01757959565921955, 0.017587629682261345, 0.009871719453896841, 0.005914020440503413, 0.004584759365147788, 0.0014931768793050443, -0.002735457716068851, -0.0031792941941868246, -0.005611099798928813, -0.005577013112113303, -0.004332550019099411, -0.007709693262825651, -0.010714952713659801, -0.012068710269787128, -0.011678911352252793, -0.013521911195505708, -0.015185140159304333, -0.017479694585562585, -0.019363262218140758, -0.0219636668041525, -0.025462467678837954, -0.029061459319907983, -0.030942798444192014, -0.031431361789971156, -0.03241901125236878, -0.037309226613360245, -0.041646437823002, -0.04703419582448583, -0.048965292307669966, -0.05375795050900885, -0.05937142445467311, -0.06240974709601827, -0.24069235322522667, -0.2537185754684035, -0.25920647746741204, -0.25929597509059005, 0.0, 0.0, 0.02876939800306531, 0.021476946999756875, 0.029136901411557573, 0.04888907835131148, 0.05092997590064141, 0.05464330577296657, 0.05301995162565328, 0.05888767018865036, 0.06068467252414434, 0.06055687147742756, 0.033930428937932515, 0.030128305892276396, 0.03197887200336946, 0.023168913200307343, 0.022594571057059157, 0.02071096583911587, 0.018946408827950154, 0.01836525154201997, 0.019911372640258808, 0.02077329255040567, 0.02071124733678118, 0.017310201611705957, 0.015565826549472835, 0.011569315917786555, 0.012204555397626328, 0.011589555784412559, 0.012124883153509713, 0.012851360453654632, 0.0059578385665113535, 0.002840450094878373, 0.0015111890195227513, -0.0005717054395373623, -0.004800340034911258, -0.005244176513029233, -0.006928867128195156, -0.006894780441379643, -0.005650317348365751, -0.009027460592091995, -0.012032720042926147, -0.01338647759905347, -0.012996678681519134, -0.014022932279191835, -0.015201222125775304, -0.016870250636939303, -0.017645398172585265, -0.020245802758597012, -0.022615430705513338, -0.02621442234658337, -0.028095761470867398, -0.02858432481664654, -0.029571974279044164, -0.03446218964003563, -0.03879940084967739, -0.04355256869877572, -0.04548366518195985, -0.04995641380082614, -0.0555698877464904, -0.05860821038783555, -0.2368908165170439, -0.24991703876022076, -0.25540494075922937, -0.2554944383824074, 0.0, 0.0, 0.02484650901118175, 0.01755405800787332, 0.025214012419674005, 0.04339078638142178, 0.0454316839307517, 0.04914501380307686, 0.047521659655763576, 0.05313050816345693, 0.0549275104989509, 0.05479970945223414, 0.02817326691273908, 0.024371143867082955, 0.025153623354084977, 0.01634366455102285, 0.015769322407774664, 0.013885717189831373, 0.012121160178665658, 0.011540002892735473, 0.013086123990974311, 0.013948043901121178, 0.01388599868749669, 0.010484952962421459, 0.009722090639042898, 0.00676933798339069, 0.007404577463230465, 0.007483154486812559, 0.008018481855909716, 0.008744959156054635, 0.0051146259251646335, 0.001997237453531653, 0.00066797637817603, -0.0014149180808840807, -0.005643552676257975, -0.006087389154375951, -0.007772079769541874, -0.0077379930827263625, -0.0064935299897124705, -0.00815720199331164, -0.011162461444145795, -0.012516219000273122, -0.012126420082738785, -0.013152673680411484, -0.014330963526994953, -0.015999992038158953, -0.016775139573804918, -0.019375544159816654, -0.020650877647793293, -0.02424986928886332, -0.02613120841314735, -0.02661977175892649, -0.02760742122132412, -0.03249763658231559, -0.03683484779195734, -0.04158801564105567, -0.04351911212423981, -0.0479918607431061, -0.05360533468877036, -0.05664365733011552, -0.23492626345932385, -0.2479524857025007, -0.2534403877015093, -0.2535298853246873, 0.0, 0.0, 0.020950617470666053, 0.01365816646735763, 0.021318120879158322, 0.03949489484090609, 0.04153579239023601, 0.04524912226256118, 0.04362576811524788, 0.04916022325917427, 0.05095722559466825, 0.05082942454795147, 0.024202982008456428, 0.02040085896280029, 0.021183338449802303, 0.012373379646740184, 0.011799037503492002, 0.009915432285548711, 0.008150875274382996, 0.007569717988452809, 0.009115839086691651, 0.009977758996838514, 0.010836045047709018, 0.00743499932263379, 0.006672136999255228, 0.003719384343603019, 0.004354623823442793, 0.004433200847024883, 0.0049685282161220385, 0.005695005516266964, 0.00277035675071585, -0.0003470317209171316, -0.0016762927962727574, -0.003759187255332869, -0.007987821850706761, -0.008431658328824736, -0.01011634894399066, -0.010082262257175149, -0.008837799164161256, -0.010501471167760427, -0.01350673061859458, -0.013447246745412344, -0.013057447827878006, -0.013659646240018149, -0.014837936086601618, -0.01650696459776562, -0.015595409756014918, -0.018195814342026655, -0.019471147830003296, -0.023070139471073323, -0.02432100080231389, -0.024809564148093037, -0.025514836161008168, -0.028931766876477395, -0.03326897808611916, -0.03802214593521749, -0.039953242418401605, -0.0444259910372679, -0.05003946498293216, -0.053077787624277326, -0.23136039375348572, -0.24438661599666253, -0.2498745179956711, -0.25106275302157904, 0.0, 0.0, 0.02342149101690507, 0.013089294308429852, 0.020749248720230543, 0.03892602268197831, 0.039618719676684386, 0.042050710175479185, 0.0404273560281659, 0.0458219597665635, 0.04761896210205749, 0.04749116105534071, 0.020864718515845655, 0.017062595470189526, 0.017845074957191544, 0.008533029460073092, 0.007958687316824907, 0.0060750820988816154, 0.004721916975640089, 0.004140759689709903, 0.005686880787948741, 0.006548800698095608, 0.007407086748966112, 0.005062967540492587, 0.004300105217114022, 0.0019270806265283156, 0.002562320106368091, 0.0031469754982348455, 0.0036823028673320045, 0.004408780167476924, 0.00148413140192581, -0.0016332570697071684, -0.00241030312024359, -0.003964144546806571, -0.008192779142180464, -0.008636615620298438, -0.010321306235464362, -0.010287219548648849, -0.009042756455634956, -0.009871241682575537, -0.012876501133409692, -0.012817017260227458, -0.012427218342693117, -0.013029416754833264, -0.014207706601416731, -0.015876735112580736, -0.014965180270830028, -0.017565584856841766, -0.0188409183448184, -0.022439909985888434, -0.023690771317129006, -0.024179334662908152, -0.024884606675823283, -0.028301537391292507, -0.03263874860093427, -0.0373919164500326, -0.039323012933216724, -0.04379576155208302, -0.04940923549774728, -0.05244755813909244, -0.2307301642683008, -0.24375638651147763, -0.2492442885104862, -0.25043252353639417, 0.0, 0.0, 0.020304508236859475, 0.009972311528384247, 0.015375606392668387, 0.033552380354416156, 0.03529720292632649, 0.0379228849256322, 0.036299530778318906, 0.04169413451671651, 0.04349113685221049, 0.043363335805493716, 0.01673689326599867, 0.01293477022034254, 0.013717249707344559, 0.0048545441006823085, 0.004280201957434124, 0.0023965967394908314, 0.001043431616249306, 0.00046227433031912073, 0.0020083954285579596, 0.0028703153387048255, 0.003728601389575331, 0.0022448066848586795, 0.0014819443614801173, -8.627532400255181e-05, 0.0005489641558372249, 0.001133619547703983, 0.0016689469168011365, 0.0023954242169460607, 0.0013257231851367657, -0.0017916652864962159, -0.0025687113370326366, -0.004122552763595616, -0.008351187358969508, -0.008795023837087482, -0.010479714452253408, -0.010445627765437894, -0.009201164672424005, -0.00917526429737567, -0.012180523748209823, -0.01212103987502759, -0.01173124095749325, -0.012333439369633393, -0.012856435397493468, -0.014525463908657471, -0.013613909066906762, -0.0162143136529185, -0.017489647140895136, -0.019704823501260297, -0.02095568483250086, -0.021444248178280004, -0.02214952019119514, -0.02556645090666437, -0.029224668817231556, -0.03298648912678566, -0.03479871773417481, -0.0392714663530411, -0.04391056762974101, -0.04694889027108616, -0.22523149640029452, -0.23825771864347134, -0.2434787869096054, -0.24466702193551337, 0.0, 0.0, 0.01822602599871055, 0.007893829290235334, 0.013297124154519467, 0.03147389811626723, 0.033218720688177564, 0.035844402687483276, 0.03422104854016999, 0.03961565227856759, 0.041412654614061566, 0.041284853567344786, 0.01465841102784975, 0.01085628798219362, 0.011638767469195638, 0.0027760618625333874, 0.0022017197192852034, 0.00031811450134191176, -0.001035050621899615, -0.0016162079078298017, -7.008680959096178e-05, 0.000999472593248545, 0.0018577586441190484, 0.00037396393940240216, -0.0003888983839761609, -0.0014588924427582524, -0.0008236529629184761, -0.00023899757105171884, 0.0002963297980454367, 0.001521288076611508, 0.00045158704480221775, -0.0026658014268307628, -0.0034428474773671837, -0.004996688903930164, -0.008063823787482955, -0.008507660265600929, -0.010192350880766855, -0.010158264193951341, -0.0080288972821421, -0.008002996907093766, -0.011008256357927921, -0.010948772484745685, -0.010558973567211347, -0.011161171979351493, -0.011684168007211563, -0.013353196518375568, -0.01244164167662486, -0.015042046262636596, -0.01631737975061323, -0.01853255611097839, -0.019783417442218957, -0.020271980787998103, -0.020977252800913233, -0.024394183516382464, -0.028052401426949654, -0.03181422173650375, -0.032894214155031284, -0.037366962773897575, -0.04200606405059747, -0.04504438669194264, -0.22332699282115098, -0.23635321506432783, -0.24157428333046185, -0.24276251835636986, 0.0, 0.0, 0.013365346215412523, 0.0030331495069372966, 0.008436444371221432, 0.026613218332969195, 0.029111854065833415, 0.031737536065139134, 0.030114181917825847, 0.035508785656223445, 0.03822676302291324, 0.03809896197619647, 0.011472519436701425, 0.008204190972140023, 0.010196052595749237, 0.0020853678083100225, 0.0018264102153091595, 0.00023687910860573222, -0.000689122164451208, -0.0007861876594895277, 0.0007599334387493109, 0.0018294928415888187, 0.002687778892459322, 0.0012039841877426744, 0.0003918996353806216, -0.00022761731720646666, 0.00040762216263330814, 0.000992277554500065, 0.0015276049235972227, 0.0027525632021632956, 0.0016828621703540037, -0.0014345263012789768, -0.0022115723518153978, -0.0037654137783783783, -0.00683254866193117, -0.006846710340209715, -0.00853140095537564, -0.008057952138008185, -0.005928585226198947, -0.00590268485115061, -0.008907944301984766, -0.00884846042880253, -0.007792102797767335, -0.00839430120990748, -0.008644892885195678, -0.010313921396359681, -0.009402366554608976, -0.012002771140620714, -0.012387317865631246, -0.014602494225996406, -0.0143683080200703, -0.014856871365849445, -0.01556214337876458, -0.01823353210172457, -0.021891750012291763, -0.024680724116083463, -0.025760716534610997, -0.030233465153477284, -0.034872566430177186, -0.03791088907152235, -0.21586189614564122, -0.22888811838881806, -0.23214135045480727, -0.23332958548071528, 0.0, 0.0, -0.00918147176823956, -0.019513668476714777, -0.014110373612430652, 0.004066400349317113, 0.006565036082181336, 0.009190718081487054, 0.008892511881466442, 0.02038401245943541, 0.023101989826125206, 0.022974188779408433, 0.015412183674029963, 0.012143855209468557, 0.014135716833077775, 0.006025032045638557, 0.0057660744526376925, 0.004176543345934268, 0.004033870286349462, 0.003936804791311143, 0.005868127965019246, 0.0069376873678587535, 0.007795973418729258, 0.006312178714012611, 0.005500094161650556, 0.00488057720906347, 0.005691073300676556, 0.006790028261553178, 0.007325355630650333, 0.008550313909216407, 0.007480612877407115, 0.004363224405774132, 0.0038957078596839672, 0.0023418664331209885, -0.0007252684504318035, -0.0007394301287103513, -0.002424120743876276, -0.0019506719265088195, 0.00017869498530042292, 0.0010832049520782161, -0.0019220544987559388, -0.0018625706255737048, -0.0008062129945385094, -0.0014084114066786548, -0.0016590030819668522, -0.0033280315931308556, -0.002416476751380149, -0.005016881337391888, -0.0054014280624024216, -0.006639106600062675, -0.006404920394136575, -0.006893483739915716, -0.00759875575283085, -0.010270144475790843, -0.013928362386358032, -0.016717336490149733, -0.017797328908677267, -0.021369251635714733, -0.02600835291241464, -0.029046675553759796, -0.2022908757714104, -0.2153170980145872, -0.21857033008057647, -0.21975856510648442, 0.0, 0.0, -0.010994552559729283, -0.021252810424038843, -0.01584951555975471, 0.002327258401993059, 0.004825894134857285, 0.007451576134163001, 0.00715336993414239, 0.018644870512111354, 0.021362847878801147, 0.021235046832084374, 0.013673041726705908, 0.010404713262144503, 0.01239657488575372, 0.004285890098314502, 0.00402693250531364, 0.002437401398610213, 0.002294728339025408, 0.0021976628439870885, 0.004128986017695192, 0.0051985454205347005, 0.006056831471405204, 0.005121549324139094, 0.004309464771777039, 0.00440628975103718, 0.0052167858426502645, 0.006315740803526886, 0.0068510681726240445, 0.008076026451190117, 0.007503221080561338, 0.0052428191504636425, 0.005003213204737274, 0.0034493717781742942, 0.001098838259596086, 0.001084676581317539, -0.0006000140338483849, -0.00012656521648092816, 0.002002801695328313, 0.0029073116621061066, -9.794778872804699e-05, -3.846391554581394e-05, 0.0010178937154893806, 0.00041569530334923657, 0.0004439476447565642, -0.0012250808664074383, -0.00031352602465673125, -0.002913930610668474, -0.003298477335679008, -0.004536155873339262, -0.0034669281979102084, -0.0039554915436893524, -0.004660763556604489, -0.007332152279564478, -0.010990370190131667, -0.013779344293923364, -0.014859336712450901, -0.018431259439488368, -0.021381405060011953, -0.024419727701357113, -0.19766392791900766, -0.2106901501621845, -0.21394338222817375, -0.2124750870513429, 0.0, 0.0, -0.012831878395522104, -0.023090136259831674, -0.01768684139554754, 0.000489932566200231, 0.0029885682990644516, 0.00561425029837017, 0.0053160440983495575, 0.016807544676318523, 0.019525522043008316, 0.019397720996291546, 0.011835715890913074, 0.008567387426351672, 0.010559249049960888, 0.0024485642625216727, 0.00218960666952081, 0.0006000755628173828, 0.00045740250323257755, 0.000360337008194257, 0.00229166018190236, 0.003657047245288124, 0.004515333296158627, 0.0035800511488925176, 0.002767966596530464, 0.0028647915757906033, 0.00367528766740369, 0.0054760223494542785, 0.0060113497185514345, 0.007512693658991151, 0.006939888288362374, 0.005195983280671253, 0.004956377334944886, 0.003402535908381907, 0.0010520023898036974, 0.0014413885780622665, -0.0002433020371036547, 0.00023014678026380027, 0.002951334440880968, 0.003855844407658762, 0.0008505849568246071, 0.0009100688300068419, 0.001966426461042036, 0.0013642280489018902, 0.0013924803903092179, -0.0002765481208547825, 0.0006350067208959215, -0.0012515420382559015, -0.0016360887632664326, -0.002873767300926688, -0.0018045396254976346, -0.0022931029712767795, -0.0029983749841919166, -0.004755732419159105, -0.008413950329726291, -0.011202924433517992, -0.012282916852045526, -0.014202247718408396, -0.017152393338931985, -0.020190715980277142, -0.10145434250744581, -0.11448056475062263, -0.11773379681661186, -0.11626550163978105, 0.0, 0.0, -0.015790985348653107, -0.026003684137075045, -0.02060038927279092, -0.0024236153110431483, 7.502042182107489e-05, 0.002700702421126795, 0.0024024962211061825, 0.013893996799075143, 0.016611974165764938, 0.018462521659304988, 0.010900516553926513, 0.008057674377403807, 0.01004953600101302, 0.0019388512135738072, 0.0016798936205729442, 0.0006592994630824794, 0.0010157405967195208, 0.000918675101681202, 0.0027501083306613484, 0.004115495394047111, 0.004973781444917615, 0.004038499297651506, 0.0032264147452894503, 0.003323239724549591, 0.004133735816162677, 0.005934470498213265, 0.006469797867310424, 0.007971141807750139, 0.007398336437121362, 0.005654431429430241, 0.005414825483703875, 0.003860984057140894, 0.0015104505385626853, 0.0018998367268212553, 0.00021514611165533498, 0.0006885949290227878, 0.003409782589639955, 0.004314292556417748, 0.001309033105583595, 0.0013685169787658272, 0.002424874609801023, 0.0024398965451073035, 0.00246814888651463, 0.0007991203753506277, 0.0017106752171013352, -0.00017587354205048956, -0.0005604202670610224, -0.0013592306872339662, 0.00030001598676269916, 0.0006767834934703256, -2.8488519444810206e-05, -0.0007501148474238477, -0.0036038744986098695, -0.006392848602401571, -0.007472841020929107, -0.00826655662570784, -0.011216702246231426, -0.014255024887576588, -0.0811511956301163, -0.09417741787329315, -0.09743064993928235, -0.09596235476245155, 0.0, 0.0, -0.020739888957457323, -0.030952587745879265, -0.02554929288159513, -0.00737251891984737, -0.004873883186983152, -0.0022482011876774326, -0.0025464073876980426, 0.008945093190270922, 0.011663070556960718, 0.013513618050500765, 0.005951612945122293, 0.0031087707685995844, 0.005100632392208799, -0.0024245807410947532, -0.002683538334095616, -0.0026236537320692968, -4.306498956725951e-05, -0.00014013048460558052, 0.0018632645616036714, 0.0032286516249894356, 0.004086937675859938, 0.00399241253656025, 0.003180327984198195, 0.0032771529634583333, 0.004087649055071419, 0.006437656589361528, 0.006972983958458686, 0.008474327898898404, 0.007901522528269624, 0.006538606765316727, 0.00629900081959036, 0.0047451593930273785, 0.002394625874449173, 0.0027840120627077407, 0.0016514674703996522, 0.0021249162877671063, 0.004846103948384273, 0.006268494170685418, 0.003263234719851264, 0.003322718593033498, 0.004379076224068691, 0.004394098159374972, 0.0044223505007822995, 0.0027533219896182957, 0.0036648768313690032, 0.0024939378458036943, 0.002109391120793158, 0.0013105807006202176, 0.003975772694813886, 0.004352540201521509, 0.005145997021703487, 0.004424370693724443, 0.0015706110425384202, -0.0012183630612532734, -0.0012246533443746738, -0.0020183689491534065, -0.004968514569676996, -0.008006837211022154, -0.07244944537085332, -0.0800367512383674, -0.08328998330435666, -0.08182168812752584, 0.0, 0.0, -0.11385358390841062, -0.1240662826968326, -0.11866298783254846, -0.10048621387080069, -0.09678216995575664, -0.09252366310202921, -0.09282186930204982, -0.08133036872408086, -0.07861239135739106, -0.076761843863851, -0.05070007665165331, -0.050139958346247966, 0.014109458077126664, 0.006311244501391383, 0.006052286908390519, 0.006112171510416839, 0.008692760252918872, 0.008595694757880553, 0.010599089804089804, 0.01196447686747557, 0.012822762918346069, 0.013380698611134782, 0.012568614058772727, 0.012665439038032869, 0.013475935129645955, 0.015825942663936065, 0.016640567530390178, 0.018141911470829896, 0.01756910610020112, 0.016407350635073373, 0.016167744689347008, 0.014613903262784028, 0.01226336974420582, 0.01265275593246439, 0.011520211340156298, 0.011993660157523754, 0.014714847818140923, 0.01613723804044207, 0.01313197858960791, 0.013191462462790148, 0.014247820093825341, 0.014262842029131619, 0.014291094370538951, 0.012622065859374948, 0.013533620701125654, 0.012362681715560337, 0.011978134990549807, 0.011179324570376861, 0.013844516564570534, 0.014221284071278161, 0.015014740891460134, 0.014293114563481093, 0.011439354912295068, 0.008650380808503371, 0.008644090525381974, 0.007850374920603241, 0.007043169860023006, 0.004004847218677847, 0.11768797717777717, 0.11285859443722812, 0.10960536237123888, 0.11107365754806968, 0.0, 0.0, -0.1522088270967027, -0.1624215258851247, -0.15701823102084056, -0.13902788655526352, -0.13532384264021946, -0.13106533578649204, -0.13136354198651265, -0.11987204140854368, -0.11715406404185388, -0.11530351654831383, -0.044233035572894014, -0.04367291726748866, 0.02057649915588597, 0.013513530048124871, 0.013254572455124007, 0.013314457057150324, 0.01589504579965236, 0.01579798030461404, 0.01716404500632355, 0.018529432069709313, 0.019647076840114474, 0.021218771693047544, 0.020406687140685487, 0.020503512119945624, 0.02131400821155871, 0.023664015745848817, 0.024478640612302937, 0.02597998455274265, 0.02540717918211387, 0.02424542371698613, 0.024005817771259763, 0.024017187101972412, 0.022021126344791864, 0.022410512533050434, 0.021277967940742343, 0.0217514167581098, 0.024472604418726965, 0.02589499464102811, 0.02288973519019396, 0.02294921906337619, 0.024005576694411387, 0.02483358059258105, 0.02560038373331975, 0.023931355222155747, 0.025475998228969947, 0.024305059243404634, 0.02488733574486654, 0.026097086061182443, 0.028762278055376105, 0.029139045562083733, 0.029932502382265705, 0.02921087605428667, 0.026357116403100643, 0.024729201519208564, 0.024722911236087174, 0.02512922658778209, 0.02432202152720186, 0.021283698885856704, 0.13496682884495598, 0.13201977844808954, 0.13047903875131, 0.13194733392814084, 0.0, 0.0, -0.16177112362425486, -0.16485987007931238, -0.15945657521502826, -0.14146623074945122, -0.13776218683440714, -0.13350367998067972, -0.13380188618070032, -0.12145928118902978, -0.11741072178415227, -0.11556017429061224, -0.04448969331519241, -0.04392957500978708, 0.02031984141358757, 0.016933449061595968, 0.016674491468595107, 0.016734376070621428, 0.019603948933940324, 0.019506883438902, 0.020872948140611514, 0.02223833520399728, 0.023586443400656014, 0.025158138253589084, 0.024346053701227027, 0.024442878680487168, 0.025253374772100254, 0.02760338230639036, 0.028418007172844477, 0.029919351113284195, 0.029346545742655418, 0.02887758344815375, 0.029076904810529793, 0.03018030511484206, 0.028184244357661516, 0.02904734147341289, 0.0279147968811048, 0.02838824569847225, 0.03110943335908942, 0.03253182358139056, 0.029526564130556415, 0.029586048003738645, 0.030642405634773842, 0.03147040953294351, 0.032237212673682195, 0.031136854148548252, 0.032681497155362456, 0.032345885862896565, 0.032928162364358464, 0.03413791268067437, 0.03772226489590145, 0.03809903240260908, 0.03889248922279105, 0.038170862894812016, 0.035317103243626, 0.03368918835973392, 0.033682898076612525, 0.03408921342830744, 0.03328200836772721, 0.03024368572638205, 0.1546965837445709, 0.15298283404763915, 0.15144209435085965, 0.15291038952769045, 0.0, 0.0, -0.16639982864735342, -0.16948857510241097, -0.16408528023812685, -0.14609493577254978, -0.14239089185750572, -0.1381323850037783, -0.13693353867385047, -0.12459093368217991, -0.12054237427730241, -0.11869182678376236, -0.047621345808342534, -0.04552265510398745, 0.018726761319387185, 0.015340368967395582, 0.014851110067323127, 0.014910994669349448, 0.017780567532668344, 0.01768350203763002, 0.019049566739339534, 0.020414953802725302, 0.02176306199938404, 0.023334756852317107, 0.022522672299955054, 0.022619497279215188, 0.023429993370828274, 0.02578000090511838, 0.0265946257715725, 0.02809596971201222, 0.02752316434138344, 0.02815628640928278, 0.028355607771658818, 0.029459008075971092, 0.027462947318790544, 0.028326044434541914, 0.02719349984223383, 0.028679784405621904, 0.031400972066239076, 0.032823362288540214, 0.030319108330895343, 0.03037859220407757, 0.03143494983511276, 0.03226295373328243, 0.03302975687402113, 0.03192939834888718, 0.034245745594919205, 0.03391013430245332, 0.03449241080391523, 0.03570216112023112, 0.039286513335458205, 0.03966328084216584, 0.040456737662347815, 0.04075742888641559, 0.03790366923522957, 0.036275754351337494, 0.037467441704799764, 0.03787375705649469, 0.038252963574100414, 0.03521464093275526, 0.15966753895094415, 0.15795378925401238, 0.15641304955723284, 0.15788134473406368, 0.0, 0.0, -0.17803702826094062, -0.18112577471599817, -0.17572247985171402, -0.157732135386137, -0.15402809147109292, -0.1497695846173655, -0.14719204885857268, -0.1348494438669021, -0.1308008844620246, -0.1277802402190995, -0.05535328391523565, -0.05139865963973919, 0.01285075678363544, 0.010187161108070034, 0.00969790220799758, 0.0097577868100239, 0.0126273596733428, 0.012530294178304478, 0.014293705545714852, 0.015659092609100617, 0.017007200805759355, 0.01857889565869242, 0.017766811106330365, 0.017863636085590502, 0.018674132177203588, 0.024349342881552456, 0.025163967748006576, 0.02666531168844629, 0.026092506317817513, 0.026725628385716856, 0.02692494974809289, 0.028028350052405167, 0.02696816472326131, 0.027831261839012692, 0.0266987172467046, 0.02818500181009268, 0.03090618947070985, 0.03232857969301099, 0.029824325735366117, 0.030553140591771697, 0.032014274498882264, 0.03284227839705192, 0.034119837305638126, 0.03301947878050418, 0.035335826026536205, 0.035695045716963136, 0.03627732221842503, 0.03748707253474093, 0.04107142474996803, 0.041448192256675655, 0.042241649076857624, 0.04254234030092541, 0.039688580649739374, 0.03964410140326062, 0.04083578875672289, 0.04124210410841781, 0.04162131062602353, 0.03858298798467838, 0.16849469874388714, 0.1667809490469554, 0.1677488428314926, 0.16921713800832344, 0.0, 0.0, -0.18546984722371174, -0.18855859367876926, -0.1831552988144851, -0.16516495434890813, -0.16146091043386407, -0.15720240358013665, -0.15462486782134377, -0.1422822628296732, -0.1382337034247957, -0.1352130591818706, -0.06278610287800679, -0.05720950184824991, 0.007039914575124721, 0.004376318899559314, 0.003887059999486863, 0.00394694460151318, 0.00681651746483208, 0.006719451969793759, 0.008934076574524217, 0.011741594350468797, 0.013089702547127538, 0.014661397400060604, 0.014634982153101352, 0.014731807132361493, 0.015542303223974579, 0.021217513928323446, 0.022032138794777563, 0.02353348273521728, 0.022960677364588504, 0.023593799432487843, 0.02379312079486388, 0.025882780343825126, 0.025959456958055183, 0.026822554073806557, 0.026818238337875888, 0.02830452290126397, 0.031025710561881137, 0.033310935143814877, 0.03154310539488322, 0.0322719202512888, 0.03373305415839936, 0.03456105805656903, 0.0370073890032865, 0.03590703047815255, 0.03822337772418458, 0.038582597414611515, 0.03916487391607341, 0.04162172542720849, 0.04520607764243558, 0.04593253426593547, 0.04672599108611744, 0.04813799404516697, 0.04528423439398094, 0.045239755147502184, 0.046431442500964454, 0.04683775785265937, 0.047216964370265097, 0.044178641728919936, 0.1740903524881287, 0.17237660279119696, 0.1733444965757342, 0.174812791752565, 0.0, 0.0, -0.19605313523337262, -0.19914188168843014, -0.19373858682414602, -0.17611518452303002, -0.17241114060798596, -0.16815263375425854, -0.16414236087489648, -0.1507461152705042, -0.14669755586562666, -0.14367691162270158, -0.07124995531883774, -0.06567335428908086, 0.0011386447449492926, -0.001524950930616116, -0.0018762313462800315, -0.0018163467442537107, 0.0012475441513454515, 0.0011504786563071336, 0.0033651032610375964, 0.006172621036982177, 0.007520729233640918, 0.00978789149420756, 0.009761476247248303, 0.010342553521533807, 0.011696322207038755, 0.01737153291138762, 0.01818615777784174, 0.020416150085579753, 0.019843344714950976, 0.020476466782850318, 0.020675788145226352, 0.022765447694187597, 0.02468693979016935, 0.025550036905920732, 0.026353032832228406, 0.027839317395616486, 0.03056050505623365, 0.03284572963816739, 0.031077899889235736, 0.031948703473118546, 0.03340983738022911, 0.034237841278398774, 0.036684172225116246, 0.0355838136999823, 0.037900160946014325, 0.03825938063644125, 0.038841657137903156, 0.04129850864903823, 0.04488286086426533, 0.046457799099793175, 0.04725125591997516, 0.04866325887902468, 0.04580949922783866, 0.045765019981359886, 0.04695670733482216, 0.0487569298945435, 0.05137782467802397, 0.04833950203667881, 0.20619204164847577, 0.20447829195154404, 0.20812607357357038, 0.20959436875040116, 0.0, 0.0, -0.2104327746136362, -0.20899291326630032, -0.2035896184020162, -0.18526229992883106, -0.18155825601378703, -0.17729974916005964, -0.17328947628069755, -0.15989323067630526, -0.1558446712714277, -0.1517113946133243, -0.07928443830946048, -0.0721276504285178, -0.005315651394487654, -0.00797924707005307, -0.008330527485716976, -0.008270642883690657, -0.005206751988091495, -0.005303817483129813, -0.003089192878399351, -0.0002816751024547672, 0.0010664330942039713, 0.003333595354770614, 0.0033071801078113604, 0.003888257382096862, 0.005242026067601806, 0.01091723677195068, 0.011731861638404797, 0.013961853946142811, 0.01426717216466412, 0.015826525798648232, 0.016025847161024266, 0.018115506709985515, 0.021054750526490227, 0.022735425186557322, 0.023538421112865, 0.02576452994100606, 0.028485717601623217, 0.03161102687540063, 0.03007339037312307, 0.03094419395700588, 0.03240532786411644, 0.0332333317622861, 0.03567966270900358, 0.03457930418386963, 0.03689565142990166, 0.03725487112032859, 0.037837147621790496, 0.041497454092261486, 0.04508180630748858, 0.046656744543016423, 0.04907501828949405, 0.051812146401320466, 0.04895838675013443, 0.05063569007165967, 0.051827377425121945, 0.053627599984843274, 0.056248494768323755, 0.05321017212697859, 0.2408723073280047, 0.2391585576310729, 0.24280633925309925, 0.24427463442993008, 0.0, 0.0, -0.22195944958034386, -0.22051958823300805, -0.21449468533954563, -0.19616736686636055, -0.19246332295131652, -0.18820481609758904, -0.18419454321822698, -0.17079829761383475, -0.1657859276915773, -0.16034719428408198, -0.08792023798021814, -0.08076345009927545, -0.013951451065245297, -0.016615046740810706, -0.016966327156474614, -0.016906442554448297, -0.013812511496952371, -0.013909576991990687, -0.011409857750757275, -0.00860233997481269, -0.007254231778153944, -0.004987069517587304, -0.005013484764546567, -0.00443240749026106, -0.0030786388047561123, 0.0025965718995927586, 0.0034111967660468753, 0.006042396968582803, 0.006347715187104113, 0.007907068821088223, 0.00887960458126246, 0.010969264130223708, 0.014761106254156772, 0.016441780914223863, 0.017244776840531537, 0.019470885668672597, 0.022192073329289755, 0.02531738260306716, 0.023779746100789603, 0.024650549684672417, 0.02611168359178298, 0.02775830013438669, 0.03020463108110416, 0.029104272555970215, 0.03213280890846614, 0.032492028598893066, 0.03307430510035498, 0.03673461157082597, 0.04031896378605306, 0.041893902021580914, 0.044312175768058536, 0.04704930387988495, 0.044195544228698924, 0.04587284755022416, 0.047064534903686436, 0.048864757463407765, 0.05475396166962564, 0.05171563902828048, 0.25725695352384803, 0.2555432038269163, 0.26111364039309654, 0.26258193556992737, 0.0, 0.0, -0.22961441291285697, -0.22850057312716812, -0.22247567023370574, -0.20342582894186417, -0.19839040629721805, -0.19413189944349063, -0.1901216265641285, -0.17672538095973628, -0.17171301103747882, -0.16627427762998348, -0.09384732132611964, -0.0851983409493659, -0.018386341915335717, -0.02104993759090113, -0.021401218006565033, -0.02134133340453872, -0.018247402347042793, -0.01834446784208111, -0.015844748600847686, -0.013037230824903106, -0.011689122628244371, -0.009421960367677723, -0.009448375614636987, -0.008867298340351482, -0.007513529654846533, -0.0018383189504976635, -0.001023694084043545, 0.001607506118492379, 0.0019128243370136883, 0.003472177970997803, 0.004444713731172035, 0.006534373280133286, 0.010326215404066348, 0.012006890064133437, 0.012809885990441118, 0.015551624331757713, 0.019210056248641194, 0.022335365522418597, 0.020797729020141043, 0.02166853260402385, 0.023129666511134416, 0.02477628305373813, 0.0272226140004556, 0.02612225547532165, 0.02915079182781758, 0.029510011518244506, 0.030092288019706412, 0.03435950325814255, 0.03794385547336964, 0.03951879370889749, 0.041937067455375114, 0.04467419556720152, 0.0418204359160155, 0.043497739237540745, 0.04519953372179597, 0.046999756281517306, 0.05328210374670064, 0.05151487734719275, 0.25895274418475184, 0.2572389944878201, 0.26280943105400034, 0.2642777262308312, 0.0, 0.0, -0.2405542529656533, -0.23944041317996434, -0.233415510286502, -0.21436566899466053, -0.20933024635001432, -0.20507173949628688, -0.20106146661692484, -0.18718777724002375, -0.18217540731776635, -0.17535630692998447, -0.10292935062612063, -0.09263437966329974, -0.023445868337404634, -0.02627724229617944, -0.02662852271184335, -0.026568638109817033, -0.0234747070523211, -0.02357177254735942, -0.021072053306126, -0.018264535530181418, -0.016916427333522686, -0.014649265072956039, -0.014675680319915299, -0.0140946030456298, -0.012514607920094708, -0.006839397215745842, -0.0060247723492917234, -0.0033935721467557977, -0.0030882539282344867, -0.0015289002942503755, 0.00027636385731351354, 0.002366023406274762, 0.006157865530207824, 0.009084729806634993, 0.010912761641328497, 0.01365449998264509, 0.01731293189952858, 0.020438241173305977, 0.01890060467102842, 0.02023764045239579, 0.02169877435950635, 0.023345390902110064, 0.025791721848827533, 0.025389572653286584, 0.028418109005782517, 0.029218764134351982, 0.02980104063581389, 0.03441679050875217, 0.03800114272397926, 0.04022810300613517, 0.0426463767526128, 0.046115787606118244, 0.043262027954932225, 0.04598960117287247, 0.0476913956571277, 0.049491618216849026, 0.05577396568203237, 0.054006739282524474, 0.2614446061200836, 0.25973085642315186, 0.265301292989332, 0.2667695881661628, 0.0, 0.0, -0.24688577764709901, -0.24302913923452135, -0.237004236341059, -0.21795439504921743, -0.21291897240457125, -0.2086604655508438, -0.2046501926714817, -0.19077650329458068, -0.18576413337232328, -0.1789450329845414, -0.10651807668067755, -0.09622310571785667, -0.02703459439196155, -0.02998221506414488, -0.0303334954798088, -0.030273610877782475, -0.027179679820286545, -0.027276745315324872, -0.025325245242950926, -0.02251772746700634, -0.021031157474100073, -0.018763995213533436, -0.01826055378271969, -0.017679476508434194, -0.0160994813828991, -0.010424270678550233, -0.009609645812096114, -0.006758913542622848, -0.005157556651115031, -0.002209422846872658, -0.0004041586953087671, 0.0016855008536524815, 0.005477342977585542, 0.008404207254012714, 0.010232239088706218, 0.01297397743002281, 0.016632409346906296, 0.020178182328649007, 0.018640545826371452, 0.01997758160773882, 0.021438715514849382, 0.02308533205745309, 0.02599168455246011, 0.025589535356919168, 0.02861807170941509, 0.029418726837984563, 0.03000100333944647, 0.03461675321238475, 0.038201105427611834, 0.04042806570976776, 0.04284633945624538, 0.046315750309750825, 0.0441462788885631, 0.046873852106503335, 0.04912060479259259, 0.05092082735231391, 0.057203174817497246, 0.05543594841798936, 0.2628738152555485, 0.2633857844124703, 0.2705221089732583, 0.27199040415008907, 0.0, 0.0, -0.2623775802394395, -0.2529945413411706, -0.24696963844770825, -0.22791979715586674, -0.22288437451122053, -0.21862586765749314, -0.214615594778131, -0.19975571148330773, -0.19474334156105033, -0.18792424117326845, -0.1154972848694046, -0.10374687693831935, -0.034558365612424265, -0.037505986284607586, -0.037404394270127206, -0.03598106379798315, -0.03288713274048721, -0.03159706733107244, -0.0296455672586985, -0.026166859684001877, -0.024680289691095612, -0.022413127430528965, -0.021909685999715222, -0.021328608725429726, -0.019748613599894646, -0.014073402895545775, -0.013258778029091658, -0.010408045759618388, -0.008197473193061182, -0.005249339388818803, -0.0034440752372549184, -0.0013544156882936698, 0.002437426435639394, 0.005364290712066565, 0.007192322546760067, 0.009934060888076659, 0.013592492804960148, 0.01713826578670286, 0.015600629284425304, 0.0171565430158326, 0.01861767692294316, 0.02026429346554687, 0.02317064596055389, 0.022768496765012948, 0.025797033117508875, 0.02739674640259337, 0.029505838876682015, 0.0341215887496203, 0.03840371438417656, 0.040630674666332474, 0.043048948412810095, 0.04651835926631555, 0.044348887845127825, 0.04707646106306806, 0.04932321374915731, 0.05202932700160092, 0.05831167446678426, 0.056544448067276376, 0.2639823149048355, 0.2671920786556991, 0.27432840321648716, 0.27579669839331794, 0.0, 0.0, -0.2697372938002134, -0.26035425490194447, -0.2534293939964984, -0.23437955270465688, -0.22934413006001067, -0.22508562320628325, -0.22107535032692116, -0.20621546703209787, -0.20024730337848057, -0.19342820299069874, -0.12100124668683489, -0.10751080008627946, -0.03832228876038434, -0.04126990943256768, -0.0411683174180873, -0.03974498694594323, -0.036651055888447304, -0.03536099047903254, -0.03340949040665859, -0.029930782831961964, -0.028444212839055703, -0.025137914592109255, -0.024519018727244612, -0.0239379414529591, -0.022357946327424022, -0.016682735623075158, -0.015868110756621034, -0.01301737848714777, -0.010806805920590563, -0.007858672116348185, -0.006053407964784303, -0.003963748415823053, -0.00017190629188999426, 0.0032593309303192803, 0.005087362765012781, 0.00860034738038143, 0.012258779297264922, 0.015804552279007636, 0.01426691577673008, 0.015822829508137373, 0.017283963415247933, 0.018930579957851645, 0.021836932452858664, 0.021764498495110293, 0.024793034847606227, 0.02690787459815799, 0.029016967072246633, 0.033632716945184916, 0.03791484257974118, 0.040141802861897086, 0.042560076608374714, 0.04602948746188017, 0.043860016040692444, 0.04658758925863268, 0.04883434194472193, 0.05154045519716555, 0.057822802662348884, 0.05643842504054498, 0.2638762918781041, 0.2670860556289677, 0.2756824299187499, 0.2783851610995628, 0.0, 0.0, -0.2734836105154897, -0.2641005716172208, -0.2571757107117747, -0.23812586941993313, -0.23309044677528698, -0.22883193992155956, -0.2248216670421975, -0.20996178374737418, -0.20399362009375693, -0.19592513497909383, -0.12349817867523001, -0.11000773207467456, -0.040819220748779465, -0.043766841420962786, -0.043665249406482406, -0.04224191893433835, -0.03914798787684243, -0.03785792246742766, -0.03590642239505371, -0.032427714820357084, -0.030941144827450823, -0.027634846580504368, -0.027015950715639725, -0.02643487344135421, -0.02485487831581913, -0.01917966761147026, -0.018365042745016148, -0.015514310475542878, -0.012488187278401376, -0.009540053474158995, -0.007734789322595114, -0.005645129773633865, -0.0018532876497008065, 0.0024068988066226924, 0.004234930641316194, 0.007747915256684846, 0.011406347173568336, 0.01495212015531105, 0.013414483653033493, 0.014970397384440788, 0.016431531291551348, 0.01807814783415506, 0.020984500329162076, 0.02091206637141371, 0.023940602723909632, 0.026055442474461406, 0.02816453494855005, 0.03336347937831749, 0.03764560501287375, 0.039872565295029666, 0.042290839041507294, 0.04576024989501273, 0.043590778473825004, 0.04688770400396419, 0.04913445669005345, 0.05184056994249707, 0.058122917407680406, 0.05673853978587651, 0.2641764066234356, 0.26738617037429924, 0.27598254466408145, 0.27868527584489433, 0.0, 0.0, -0.29773730332727305, -0.2883542644290041, -0.28142940352355805, -0.2625434001978107, -0.2575079775531645, -0.25324947069943704, -0.24923919782007498, -0.2332775089458889, -0.2273093452922716, -0.21924086017760852, -0.14681390387374468, -0.13332345727318923, -0.06413494594729416, -0.0670825666194775, -0.0669809746049971, -0.06563762814168848, -0.06254369708419254, -0.06234996276569375, -0.06039846269331981, -0.056919755118623176, -0.05543318512571692, -0.05212688687877048, -0.05150799101390581, -0.05092691373962032, -0.04888425380925099, -0.04320904310490211, -0.04169505364044497, -0.03818419256167477, -0.03515806936453328, -0.0322099355602909, -0.030404671408727012, -0.028315011859765767, -0.0245231697358327, -0.0202629832795092, -0.0184349514448157, -0.014921966829447044, 0.008084994161936958, 0.011630767143679673, 0.010093130641402114, 0.011649044372809409, 0.013110178279919976, 0.014756794822523685, 0.017663147317530707, 0.01759071335978234, 0.020619249712278267, 0.02273408946283003, 0.02484318193691868, 0.03004212636668612, 0.03432425200124238, 0.03655121228339829, 0.038969486029875905, 0.04243889688338135, 0.04152752195559517, 0.045527639084744775, 0.047774391770834014, 0.050480505023277646, 0.056762852488460976, 0.055378474866657076, 0.2628163417042162, 0.2685492226191964, 0.2771455969089786, 0.27984832808979143, 0.0, 0.0, -0.31714853044682123, -0.30776549154855226, -0.30084063064310623, -0.2817552584838968, -0.27671983583925064, -0.2724613289855232, -0.2673601824908549, -0.2507267800707409, -0.24475861641712354, -0.23669013130246044, -0.16312944969295978, -0.14963900309240433, -0.07953926668521726, -0.08097243586059383, -0.08087084384611347, -0.07813475345123264, -0.0750408223937367, -0.0720572584227487, -0.07010575835037476, -0.06662705077567814, -0.06424453158524973, -0.06093823333830329, -0.06031933747343865, -0.05757186714378951, -0.05443970992308503, -0.048764499218736164, -0.04725050975427902, -0.04373964867550882, -0.040713525478367325, -0.037765391674124946, -0.03596012752256107, -0.03239667891160543, -0.028604836787672373, -0.024344650331348874, -0.022516618496655372, -0.019003633881286716, 0.004003327110097283, 0.00754910009184, 0.006011463589562446, 0.007474916848399248, 0.008936050755509812, 0.010582667298113524, 0.013655643549432222, 0.013583209591683854, 0.017177854424648212, 0.01929269417519998, 0.021401786649288622, 0.02660073107905606, 0.03133134305836768, 0.0335583033405236, 0.036146074589727975, 0.03961548544323341, 0.03907859661518495, 0.04367566280360842, 0.04592241548969767, 0.04862852874214128, 0.05491087620732463, 0.054289748343847165, 0.26172761518140625, 0.2674604960963865, 0.27605687038616866, 0.27875960156698154, 0.0, 0.0, -0.33132742873453447, -0.3219443898362655, -0.3150195289308194, -0.2964532281102922, -0.2906350893304255, -0.28637658247669806, -0.2812754359820297, -0.2646420335619156, -0.2586738699082984, -0.25060538479363526, -0.17704470318413462, -0.1635542565835792, -0.09253768291032977, -0.0915839826738456, -0.0914823906593652, -0.08874630026448442, -0.08565236920698846, -0.08266880523600047, -0.081373687799109, -0.07789498022441237, -0.07551246103398397, -0.07132817485698005, -0.0707092789921154, -0.06796180866246627, -0.06387633801686624, -0.0570803579024888, -0.05556636843803166, -0.05089511529339563, -0.04786899209625415, -0.04492085829201177, -0.043115594140447876, -0.03849883996340879, -0.03341919840726949, -0.029159011950945998, -0.02733098011625249, -0.021961067814340072, 0.0020012374344565145, 0.005547010416199229, 0.0040093739139216746, 0.005472827172758479, 0.0069339610798690434, 0.008580577622472755, 0.011653553873791453, 0.011581119916043086, 0.015175764749007444, 0.017290604499559208, 0.019399696973647854, 0.024598641403415295, 0.030248096834597313, 0.032475057116753234, 0.0350628283659576, 0.03853223921946305, 0.03799535039141458, 0.04259241657983806, 0.04483916926592729, 0.046813274550469436, 0.05309562201565278, 0.05247449415217532, 0.2599123609897344, 0.2656452419047146, 0.2742416161944969, 0.2769443473753097, 0.0, 0.0, -0.3409270131081241, -0.32989323126933556, -0.3229683703638895, -0.30440206954336224, -0.2985839307634955, -0.2943254239097681, -0.2892242774150997, -0.27194018716309454, -0.2659720235094773, -0.2579035383948142, -0.18434285678531354, -0.1708524101847581, -0.0998358365115087, -0.0988821362750245, -0.09878054426054413, -0.09322972949855636, -0.09013579844106043, -0.08715223447007242, -0.08585711703318095, -0.08237840945848433, -0.07940190653069253, -0.07521762035368862, -0.07459872448882396, -0.07185125415917483, -0.0677657835135748, -0.06096980339919736, -0.059455813934740226, -0.0547845607901042, -0.05175843759296271, -0.048810303788720324, -0.047005039637156444, -0.04238828546011735, -0.037308643903978055, -0.033048457447654556, -0.03122042561296106, -0.025115403249018037, -0.0011530980002214478, 0.002392674981521266, 0.0008550384792437174, 0.0025423153119854608, 0.004003449219096021, 0.005650065761699735, 0.009447613328165162, 0.009375179370416795, 0.012969824203381154, 0.01508466395393292, 0.01804204375425309, 0.023240988184020532, 0.028890443615202554, 0.031117403897358467, 0.03370517514656284, 0.03717458600006828, 0.0374858458553179, 0.04208291204374136, 0.04432966472983061, 0.04630377001437276, 0.0525861174795561, 0.051964989616078636, 0.2594028564536377, 0.26513573736861795, 0.27373211165840017, 0.276434842839213, 0.0, 0.0, -0.34983467091893555, -0.338800889080147, -0.3318760281747009, -0.3133097273541737, -0.3074915885743069, -0.3032330817205795, -0.2981319352259112, -0.28084784497390597, -0.2748796813202887, -0.26555556021491955, -0.19199487860541886, -0.17850443200486343, -0.10748785833161403, -0.10653415809512984, -0.10520292146804587, -0.09965210670605809, -0.09655817564856216, -0.09357461167757415, -0.0922794942406827, -0.08880078666598606, -0.08582428373819426, -0.08163999756119035, -0.07933687124420959, -0.07658940091456046, -0.07250393026896042, -0.06570795015458297, -0.06287522753431411, -0.05751070597481999, -0.05340922503611108, -0.050461091231868704, -0.04675080621284649, -0.041036756958328965, -0.03595711540218967, -0.03169692894586617, -0.02986889711117266, -0.023763874747229644, 0.0001984305015669506, 0.003744203483309661, 0.0026229969682283493, 0.00431027380097009, 0.006532369185598828, 0.009064796877746693, 0.01286234444421212, 0.012789910486463753, 0.01638455531942811, 0.0191369342886136, 0.022094314088933774, 0.027806845247436426, 0.03359949354335151, 0.03582645382550743, 0.03871709184460794, 0.04218650269811338, 0.042497762553362996, 0.04709482874178647, 0.0493415814278757, 0.05131568671241787, 0.0575980341776012, 0.056976906314123735, 0.2644147731516828, 0.270147654066663, 0.2787440283564453, 0.2814467595372581, 0.0, 0.0, -0.35499308397440865, -0.3442763327889716, -0.33650632815393816, -0.3179400273334109, -0.3121218885535442, -0.3078633816998168, -0.3027622352051485, -0.2854781449531433, -0.279509981299526, -0.2701858601941568, -0.19662517858465617, -0.18313473198410074, -0.11211815831085135, -0.11116445807436716, -0.10983322144728316, -0.10428240668529538, -0.10118847562779947, -0.09820491165681147, -0.09742346993835634, -0.09255352166626689, -0.08957701873847508, -0.08539273256147117, -0.08308960624449041, -0.08034213591484127, -0.07625666526924121, -0.0694606851548638, -0.06616715396760606, -0.06080263240811194, -0.05670115146940301, -0.053753017665160635, -0.05004273264613841, -0.044328683391620896, -0.0392490418354816, -0.03498885537915811, -0.033160823544464604, -0.027055801180521578, -0.0030934959317249853, 0.00045227705001772613, -0.0006689294650635853, 0.0010183473676781537, 0.003240442752306886, 0.005772870444454755, 0.009570418010920182, 0.01093960642040582, 0.01453425125337018, 0.01728663022255567, 0.020244010022875843, 0.025956541181378488, 0.031749189477293584, 0.0339761497594495, 0.03686678777855001, 0.04033619863205545, 0.040967847294883945, 0.04556491348330742, 0.04781166616939666, 0.04978577145393881, 0.05606811891912214, 0.055446991055644684, 0.2655335540275457, 0.2712664349425259, 0.27986280923230816, 0.282565540413121, 0.0, 0.0, -0.3703536246489749, -0.3596368734635378, -0.35186686882850443, -0.33303484893912827, -0.32721671015926157, -0.3223509009890562, -0.3172497544943879, -0.2999656642423827, -0.29381802291245085, -0.2837344684078341, -0.21017378679833348, -0.19567192017133597, -0.12465534649808659, -0.1224031743305369, -0.12107193770345291, -0.11552112294146515, -0.11242719188396921, -0.10799188486645966, -0.10721044314800454, -0.1023404948759151, -0.09936399194812329, -0.0951797057711194, -0.091592754769381, -0.08803936183939959, -0.08395389119379956, -0.07715791107942212, -0.07386437989216438, -0.06755214615263715, -0.06345066521392821, -0.05969436559685348, -0.05598408057783127, -0.05027003132331375, -0.04519038976717446, -0.04093020331085096, -0.03910217147615745, -0.0327652655169223, -0.008184609775986878, -0.004638836794244171, -0.00576004330932548, -0.0040727664765837345, -0.0018506710919550008, 0.0006817566001928611, 0.004479304166658296, 0.005848492576143932, 0.009443137409108288, 0.012195516378293775, 0.016136722062729657, 0.021849253221232306, 0.02852088723758141, 0.030747847519737328, 0.03363848553883784, 0.03710789639234328, 0.03773954505517178, 0.04233661124359526, 0.04458336392968448, 0.04655746921422664, 0.054101209709834744, 0.05348008184635729, 0.2669775482992235, 0.27271042921420363, 0.28319348125996147, 0.28760605443839915, 0.0, 0.0, -0.3807763783062965, -0.37005962712085955, -0.3622896224858261, -0.3434576025964499, -0.33763946381658316, -0.332416884484941, -0.32647415098923305, -0.30823623927490823, -0.30208859794497644, -0.29200504344035966, -0.21844436183085897, -0.20394249520386148, -0.1329259215306121, -0.13067374936306245, -0.12934251273597844, -0.12379169797399067, -0.12069776691649474, -0.11626245989898518, -0.11548101818053005, -0.10968172134777698, -0.10670521841998518, -0.10252093224298126, -0.09893398124124288, -0.09410075509791274, -0.0900152844523127, -0.08021858075188672, -0.07692504956462899, -0.07061281582510176, -0.06651133488639283, -0.0627550352693181, -0.05820987603280917, -0.052495826778291656, -0.04741618522215235, -0.043155998765828846, -0.04104536273328944, -0.034708456774054285, -0.00902406602776491, -0.005478293046022196, -0.006599499561103509, -0.0049122227283617675, -0.002768156757999818, -0.0002357290658519572, 0.003561818500613476, 0.004931006910099112, 0.009363941415271346, 0.01211632038445683, 0.016057526068892717, 0.021770057227395365, 0.02833131540382205, 0.030558275685977968, 0.03349506593959734, 0.03696447679310278, 0.03759612545593127, 0.042193191644354755, 0.044439944330444, 0.046414049614986144, 0.05395779011059425, 0.0533366622471168, 0.26683412869998296, 0.2725670096149632, 0.283050061660721, 0.2874626348391586, 0.0, 0.0, -0.38537774544984266, -0.3746609942644057, -0.3668909896293723, -0.348058969739996, -0.3422408309601293, -0.3370182516284872, -0.3310755181327792, -0.3128376064184544, -0.3066899650885226, -0.2966064105839059, -0.22304572897440517, -0.20854386234740763, -0.13752728867415828, -0.13527511650660862, -0.13394387987952464, -0.12757261712193005, -0.12447868606443407, -0.12004337904692454, -0.11926193732846939, -0.1125858548067239, -0.10960935187893212, -0.1054250657019282, -0.1018381147001898, -0.09700488855685965, -0.09085282389132095, -0.08105612019089496, -0.07776258900363724, -0.07145035526411, -0.06734887432540108, -0.06359257470832635, -0.05904741547181744, -0.053333366217299914, -0.048253724661160624, -0.04399353820483712, -0.041882902172297704, -0.03554599621306255, -0.009861605466773175, -0.0063158324850304546, -0.006406478871734513, -0.004719202038992769, -0.0025751360686308254, -4.2708376482960934e-05, 0.003754839189982466, 0.005124027599468105, 0.009556962104640339, 0.012738002970925356, 0.016679208655361242, 0.02239173981386389, 0.02895299799029058, 0.031179958272446493, 0.03411674852606587, 0.03758615937957131, 0.03821780804239981, 0.04281487423082327, 0.04506162691691252, 0.04703573220145467, 0.05457947269706277, 0.05395834483358532, 0.2674558112864515, 0.2731886922014317, 0.2835824604511031, 0.2881076117217548, 0.0, 0.0, -0.4002402590042928, -0.38952350781885575, -0.38253376383566046, -0.36370174394628424, -0.35788360516641754, -0.35266102583477527, -0.3467182923390673, -0.32848038062474255, -0.3223327392948107, -0.3118397037229852, -0.23827902211348456, -0.22377715548648702, -0.15192755639922725, -0.14967538423167764, -0.14771167972626625, -0.14066334095257987, -0.13756940989508396, -0.1331341028775744, -0.13348291948768382, -0.12680683696593836, -0.12383033403814654, -0.11964604786114261, -0.11605909685940421, -0.1112258707160741, -0.10507380605053537, -0.09466811764174554, -0.09137458645448782, -0.08506235271496057, -0.08096087177625166, -0.07720457215917693, -0.07233341409047346, -0.06661936483595593, -0.06153972327981665, -0.05727953682349314, -0.054745620751332484, -0.048408714792097324, -0.02272432404580795, -0.019178551064065234, -0.018631105738831283, -0.01694382890608954, -0.014799762935727597, -0.01226733524357973, -0.0084697876771143, -0.006044844782994159, 0.006998491426493453, 0.010179532292778473, 0.014120737977214356, 0.02079240256915453, 0.027353660745581217, 0.029580621027737133, 0.03251741128135652, 0.038385001170953933, 0.041166506301019465, 0.04839200643525454, 0.05063875912134379, 0.05261286440588594, 0.06015660490149405, 0.05953547703801658, 0.27303294349088275, 0.278765824405863, 0.28915959265553437, 0.2936847439261861, 0.0, 0.0, -0.40865455812919566, -0.39968267556487524, -0.39337947768473924, -0.3745474577953631, -0.3687293190154964, -0.3635067396838541, -0.35756400618814616, -0.33932609447382134, -0.33317845314388955, -0.32268541757206404, -0.24912473596256335, -0.23462286933556586, -0.16091501831482846, -0.15866284614727882, -0.1566991416418675, -0.1496508028681811, -0.14655687181068516, -0.14212156479317564, -0.1435091791496761, -0.13683309662793058, -0.13385659370013878, -0.12879575349384176, -0.12520880249210337, -0.12037557634877322, -0.11366340586369168, -0.10325771745490184, -0.09996418626764411, -0.09311501083015206, -0.08901352989144312, -0.08479573539618122, -0.07918640787281954, -0.07347235861830202, -0.06839271706216271, -0.06413253060583923, -0.061598614533678556, -0.055261708574443416, -0.029577317828154023, -0.026031544846411302, -0.025484099521177358, -0.02247615414931291, -0.019029659324291428, -0.016497231632143564, -0.01269968406567813, -0.01027474117155799, 0.002768595037929627, 0.0059496359042146415, 0.009890841588650529, 0.018583837143190805, 0.0251450953196175, 0.027372055601773415, 0.030308845855392792, 0.03617643574499021, 0.03895794087505575, 0.046183441009290824, 0.04843019369538007, 0.05040429897992223, 0.05794803947553033, 0.05732691161205286, 0.270824378064919, 0.27655725897989925, 0.28768138114082165, 0.2922065324114733, 0.0, 0.0, -0.4417854622515944, -0.4328135796872741, -0.4265103818071381, -0.4076783619177619, -0.40186022313789516, -0.3963126577617672, -0.3903699242660592, -0.3721320125517345, -0.3659843712218026, -0.3554913356499771, -0.2819306540404764, -0.2674287874134789, -0.1930603485521104, -0.1898031308470772, -0.18783942634166584, -0.18079108756797949, -0.1776971565104835, -0.1721686369665085, -0.17355625132300895, -0.166359627165767, -0.16338312423797519, -0.15752271082370983, -0.15393575982197144, -0.14910253367864132, -0.14239036319355977, -0.13198467478476994, -0.1286911435975122, -0.12184196816002013, -0.11774048722131121, -0.11259353777982375, -0.10698421025646204, -0.10127016100194451, -0.09619051944580524, -0.09193033298948174, -0.08861538808938783, -0.08186365714931379, -0.05617926640302442, -0.052633493421281694, -0.050798175790992786, -0.047790230419128346, -0.04326046065560935, -0.04040567668388211, -0.034396271725071724, -0.03009819688468413, 0.031609309420465026, 0.037141539833140697, 0.04108274551757658, 0.049775741072116866, 0.05633699924854355, 0.06008359350864546, 0.065507206961344, 0.07137479685094142, 0.07719924303640294, 0.08442474317063801, 0.08667149585672726, 0.08864560114126939, 0.09618934163687749, 0.09556821377340004, 0.30906568022626624, 0.3147985611412465, 0.32592268330216895, 0.3304478345728206, 0.0, 0.0, -0.45003475662327347, -0.44106287405895306, -0.4347596761788171, -0.4163948461727056, -0.4105767073928389, -0.40495054890454085, -0.3990078154088329, -0.3810837474134877, -0.3749361060835558, -0.36444307051173036, -0.2908823889022297, -0.2763805222752322, -0.2020120834138636, -0.19875486570883039, -0.19679116120341905, -0.18900437245565085, -0.1859104413981549, -0.18038192185417984, -0.1850858046487611, -0.17788918049151917, -0.1746516309723536, -0.1687912175580882, -0.16520426655634982, -0.1603710404130197, -0.15365886992793815, -0.14200151196339986, -0.1387079807761421, -0.13185880533865005, -0.12642221545133547, -0.12127526600984802, -0.11566593848648632, -0.10995188923196879, -0.10487224767582949, -0.100612061219506, -0.0972971163194121, -0.09054538537933807, -0.06486099463304867, -0.06131522165130596, -0.05947990402101705, -0.05647195864915261, -0.051942188885633615, -0.04908740491390637, -0.041963403411271416, -0.03662645028471083, 0.025081056020438322, 0.030613286433113996, 0.034554492117549886, 0.04570673743613749, 0.05226799561256419, 0.056014589872666096, 0.06143820332536464, 0.06730579321496206, 0.07313023940042358, 0.08035573953465866, 0.08260249222074789, 0.08457659750529004, 0.09212033800089814, 0.09149921013742068, 0.3049966765902869, 0.3127359332003593, 0.32502570964789146, 0.32955086091854313, 0.0, 0.0, -0.45686254461289544, -0.44789066204857503, -0.4415874641684391, -0.423376096548408, -0.4175579577685413, -0.4114524977411925, -0.40550976424548457, -0.3875856962501394, -0.38143805492020755, -0.37094501934838203, -0.29575975638346663, -0.28125788975646915, -0.20688945089510052, -0.20073908553365347, -0.19877538102824208, -0.19098859228047388, -0.18789466122297796, -0.1823661416790029, -0.18707002447358412, -0.1798734003163422, -0.17663585079717664, -0.1707754373829113, -0.16718848638117292, -0.16235526023784275, -0.15564308975276123, -0.1439857317882229, -0.14069220060096518, -0.13532738796556923, -0.12989079807825465, -0.12474384863676719, -0.11913452111340551, -0.113420471858888, -0.1083408303027487, -0.1040806438464252, -0.10076569894633129, -0.09401396800625725, -0.06832957725996786, -0.06478380427822514, -0.06294848664793623, -0.05994054127607181, -0.055410771512552824, -0.05255598754082556, -0.04543198603819061, -0.04009503291163002, 0.021612473393519127, 0.02714470380619481, 0.03304028374799171, 0.04419252906657931, 0.05075378724300601, 0.05450038150310791, 0.059923994955806456, 0.06579158484540387, 0.07424740415576218, 0.08147290428999726, 0.0837196569760865, 0.08569376226062865, 0.09323750275623675, 0.0926163748927593, 0.30611384134562547, 0.31421165337762924, 0.3265014298251614, 0.33102658109581307, 0.0, 0.0, -0.45718871605155337, -0.448216833487233, -0.441913635607097, -0.423702267987066, -0.4178841292071993, -0.4118550300665795, -0.4059122965708715, -0.3879882285755263, -0.3814722464890841, -0.3701752592722627, -0.29498999630734724, -0.28048812968034975, -0.20611969081898118, -0.1999693254575341, -0.19800562095212276, -0.19021883220435454, -0.1871249011468586, -0.18094849581804281, -0.18565237861262404, -0.17845575445538206, -0.17521820493621654, -0.16935779152195118, -0.1657708405202128, -0.16093761437688262, -0.15897665361868102, -0.14894884599003924, -0.14565531480278154, -0.1402905021673856, -0.13485391228007101, -0.13157983104772408, -0.1259705035243624, -0.12025645426984488, -0.11517681271370557, -0.11091662625738209, -0.10760168135728819, -0.10084995041721415, -0.07823448994329806, -0.07749199603068382, -0.07565667840039493, -0.0736487610278081, -0.0691189912642891, -0.06626420729256184, -0.05914020578992689, -0.05459861669824852, 0.007108889606900647, 0.012093473349357328, 0.017989053291154217, 0.029141298609741847, 0.035115963536190876, 0.03886255779629278, 0.04566186581779903, 0.0519226551741131, 0.060378474484471374, 0.06760397461870647, 0.06985072730479572, 0.07182483258933786, 0.07936857308494596, 0.08021041174979816, 0.29370787820266436, 0.30306721741705234, 0.31535699386458443, 0.31988214513523616, 0.0, 0.0, -0.4544161965865013, -0.4454443140221809, -0.4391411161420449, -0.4209297485220138, -0.4151116097421471, -0.4090825106015274, -0.40313977710581933, -0.3852157091104742, -0.37875518181009793, -0.3674581945932764, -0.292272931628361, -0.27777106500136356, -0.20340262613999496, -0.19725226077854788, -0.19528855627313652, -0.1875017675253683, -0.18440783646787237, -0.17823143113905654, -0.1829353139336378, -0.17573868977639584, -0.1725011402572303, -0.166640726842965, -0.16305377584122654, -0.16015850421130182, -0.15819754345310016, -0.14816973582445842, -0.14487620463720066, -0.13951139200180473, -0.13407480211449016, -0.13080072088214323, -0.12519139335878154, -0.11947734410426404, -0.11616729410279479, -0.1132104003010374, -0.11196678053897764, -0.10634903592055037, -0.08611687035239862, -0.08537437643978442, -0.08353905880949551, -0.08046797464812819, -0.07593820488460923, -0.07308342091288196, -0.065959419410247, -0.06141783031856863, 0.0002896759865805209, 0.002821620842360221, 0.008717200784157133, 0.018909326329665285, 0.02488399125611432, 0.028630585516216226, 0.035429893537722454, 0.04051118653808965, 0.048193263816936845, 0.05541876395117193, 0.05766551663726117, 0.059639621921803325, 0.06718336241741142, 0.06843773539060274, 0.2823624317231333, 0.2917217709375212, 0.30409663022599004, 0.3086217814966417, 0.0, 0.0, -0.453628520243091, -0.44633183092350415, -0.44058395342007295, -0.42237258580004194, -0.4165544470201753, -0.4105253478795554, -0.40354160423348506, -0.38644469921514174, -0.37998417191476547, -0.368687184697944, -0.29034419759082636, -0.2758423309638288, -0.20147389210246025, -0.19337995072060354, -0.19141624621519224, -0.18362945746742398, -0.18053552640992804, -0.17358838477644378, -0.17829226757102504, -0.17109564341378317, -0.1678580938946176, -0.16199768048035224, -0.15841072947861384, -0.15551545784868906, -0.15355449709048746, -0.14352668946184566, -0.14023315827458796, -0.134868345639192, -0.12943175575187743, -0.1261576745195305, -0.12054834699616881, -0.11740775081631409, -0.11409770081484484, -0.11114080701308747, -0.10989718725102768, -0.10427944263260044, -0.0840472770644487, -0.08330478315183447, -0.08253785488783608, -0.07946677072646877, -0.07779629533346552, -0.07494151136173828, -0.06781750985910331, -0.06327592076742494, -0.0015684144622757999, 0.0009635303935039124, 0.006859110335300807, 0.015152460671712682, 0.021127125598161725, 0.024873719858263615, 0.03167302787976984, 0.03675432088013706, 0.04443639815898427, 0.05166189829321932, 0.05390865097930857, 0.05588275626385072, 0.06342649675945883, 0.06468086973265016, 0.27860556606518067, 0.2879649052795686, 0.30033976456803746, 0.30486491583868913, 0.0, 0.0, -0.46395385144333334, -0.4566571621237465, -0.4509092846203154, -0.43269791700028437, -0.4268797782204176, -0.4208506790797978, -0.4138669354337274, -0.39677003041538406, -0.3903095031150078, -0.379292948347853, -0.30222451590238664, -0.2877226492753891, -0.2133542104140205, -0.20526026903216385, -0.2032965645267525, -0.19550977577898423, -0.19241584472148832, -0.18546870308800406, -0.19017258588258532, -0.1829759617253434, -0.1797384122061778, -0.17387799879191246, -0.17029104779017404, -0.1673957761602493, -0.1654348154020477, -0.1557506554826597, -0.15245712429540192, -0.147092311660006, -0.14165572177269145, -0.13874961293003, -0.13314028540666828, -0.12999968922681354, -0.12668963922534432, -0.12373274542358692, -0.12290939581618764, -0.11729165119776039, -0.09724219768294916, -0.09678759157897471, -0.09470585626913629, -0.09163477210776896, -0.0899642967147657, -0.08710951274303849, -0.07998551124040351, -0.07544392214872514, -0.013736415843576003, -0.011204470987796297, -0.005308891045999407, 0.0029844592904124684, 0.008959124216861507, 0.012705718476963418, 0.019505026498469632, 0.024586319498836842, 0.03226839677768405, 0.03949389691191912, 0.04281258186481403, 0.04478668714935617, 0.05233042764496428, 0.05358480061815561, 0.26750949695068615, 0.2768688361650741, 0.2892436954535429, 0.29501829702115556, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0006[0.0, 0.08769956128252636, 0.10493275005360686, -0.11126506291208643, -1.0278997705833959, -1.2874465386341527, -2.0895075106197547, -2.4188282378882633, 0.0]
feature_0007[0.0, 0.006428271395944514, 0.06250695638982373, 0.0008559826007269902, -0.7151873233852656, -0.9446421464980329, -1.0181682408947499, -1.2486986450865964, 0.0]
feature_0008[0.0, -1.0033373893447468, -1.08428020650513, -1.0837959173043235, -1.0784282001698366, -1.0733833336202843, -1.071606475830261, -1.0659091688561728, -1.0591937057868561, -1.0518269329957672, -1.0487604833546458, -1.0421372080787197, -1.0379062884930361, -0.20372223250321772, -0.18046415069346616, -0.2012134267325323, -0.1959515522889373, -0.19185337367439093, -0.18838525668111208, -0.18099442638421095, -0.18031875264095962, -0.08928019657990308, -0.08681902251262782, -0.06921232097631738, -0.017079170265036817, -0.013932309249582962, -0.006763893541414583, 0.02383570116162746, 0.02564627223325796, 0.026790235319137417, 0.017875269997143513, -0.019357255457159665, -0.0161973010490819, -0.015477819361739887, -0.012103809532966565, -0.0104317197223588, 0.16655703664620816, 0.15576897822153168, -0.17222888810667453, -0.17098843600634447, -0.1989234429050302, -0.19803706403706425, -0.19775508062017413, -0.19662306747081365, -0.19300486084508153, -0.19088401515870368, -0.19066260405926924, -0.18898831112222095, -0.18774139112322136, -0.18435978962545355, -0.18094892110596686, -0.1781316936097835, -0.17666956904754882, -0.1719838304215286, -0.17026631297483574, -0.1410440294924897, -0.1389212911698121, -0.13673190365037385, -0.13442754468538176, -0.1304560757106075, -0.12852039087541103, -0.12668386597539136, -0.12586218088109005, -0.10934790649691582, -0.09861611943575181, -0.05485567974170563, -0.05222299989816284, -0.05038558959481724, -0.04848568708126576, -0.04505567250273856, -0.04113976998910208, -0.04066910150286815, -0.03920470467634665, -0.03376604526794406, -0.032671943694245996, -0.03100999817651098, -0.028093538328330694, -0.030932909064063405, -0.02992348638662031, -0.04339025696396272, -0.08468997692881237, -0.08299613063590502, -0.08230768262867541, -0.08091990314518716, -0.07800738378101461, -0.0752897067974413, -0.07089964851998705, -0.06556249295468955, 0.04484324620660074, 0.04686921650511153, 0.04982079456670305, 0.05245563656509836, 0.05497418596326141, 0.05756021392071916, 0.05881342345720131, 0.05966290976715431, 0.023253990419449228, 0.025308826399916336, 0.02199897000508054, 0.02492450731013984, 0.02610825074627195, 0.026937314981967914, 0.029776334983575153, 0.03109274126083411, 0.03286083578790366, 0.03354063884400635, 0.03472624629332809, 0.039004311348764024, 0.036038225654886805, 0.03821805660343222, 0.03970678156470283, 0.04112594686677746, 0.04233517379344664, 0.04250881929243494, 0.04343545480437722, 0.020989807036787267, 0.023144790487519436, 0.024511270976530962, 0.026235424795988744, 0.0270614225985966, 0.03000421347356328, 0.03006899605841179, 0.03142058686276229, 0.09330704004422216, 0.13775231524803247, 0.1389400305414424, 0.14089003014743062, 0.14257187685107908, 0.02744984905609926, -0.03805146305509793, -0.03635155294709349, -0.03531365055884059, -0.03389341760118974, -0.032240423920553665, -0.028768991753558404, -0.02706703782105092, -0.016295981566594973, 0.05160162637873057, 0.05295958866434427, 0.055932839938904036, 0.05629490000739412, 0.05869141202506056, 0.05944318764967206, 0.06122323315922745, 0.062356022144788206, 0.06414329665488241, 0.06464614377425205, 0.01248495136436218, 0.012905614855390535, 0.012905614855390535, 0.015338430868518044, 0.0174779416364601, 0.022394292787852314, 0.023726844679900775, 0.024149238811351514, 0.028319218128664125, 0.03086549691695089, 0.031106596683990396, 0.03687124644339448, 0.03751712413562806, 0.042988197492102045, 0.04622678196298244, 0.060536928722597395, 0.07635535059081733, 0.0802221467209387, 0.08402696220694651, 0.19661781666321546, 0.20107623954985648, 0.2037618856761636, 0.3025328668844981, 0.30485084208297597, 0.31047983464452344, 0.316930456689309, 0.3877985706397802, 0.3944047455472963, 0.400540899796792, 0.4037523248206823, 0.4049378183726384, 0.4077689447291684, 0.409880485116916, 0.38093269517204636, 0.38413846265546864, 0.38494382978883174, 0.39024033103184286, 0.39299957778732986, 0.39621824589066207, 0.4019784015338323, 0.4040810150668227, 0.4065294136929517, 0.4104563412624101, 0.4181704519699405, 0.4194552618798798, 0.4228807520908623, 0.4279116325218658, 0.4339402832607902, 0.44018399369405936, 0.44796383233774056, 0.4481144652406201, 0.44991680959148733, 0.4544523527781075, 0.4596793017277087, 0.4627526634878594, 0.46573583728849555, 0.4687285065842466, 0.47336824458313664, 0.49076460074506656, 0.5672090556438245, 0.5691032654076413, 0.5731428685868923, 0.5736439429842631, 0.16173865299079154, 0.16238804741130705, -0.10899315624140427, 0.07060148162139433, 0.07284280521310398, 0.0764768823628869, 0.07784935245685658, 0.08257644411412385, 0.08363173222773737, 1.0143673934925739, 1.1282492174380723, 1.132372208505162, 0.0]
feature_0009[0.0, -0.062128509779184285, 0.2591778878101792, 0.0]
feature_0010[0.0, -0.012543813876731088, 0.12119254022441729, 0.0]
feature_0011[0.0, 0.22438167974112586, -0.09166812526009409, 0.0]
feature_0012[0.0, -0.004122445505483683, 1.4243049221446125, 0.0]