Dataset southgermancredit

Feature Scatter

feature scatter

Coral reef health metrics based on the South German Credit dataset.

Provenance

{
  "metadata": {
    "id": 1,
    "primary_key": "k_id",
    "target_variable": "kredit",
    "original_dataset_type": "credit card",
    "obfuscated_dataset_type": "coral reef health",
    "obfuscated_table_name": "coral_reefs",
    "obfuscated_split_table_name": "coral_reef_splits",
    "created_at": "2025-03-17 17:40:58"
  },
  "column_transformations": [
    {
      "original_column": "k_id",
      "remove": false,
      "obfuscated_column": "CoralReefID",
      "transformation": null
    },
    {
      "original_column": "laufkont",
      "remove": false,
      "obfuscated_column": "CurrentFlowQuality",
      "transformation": "obfuscated['CurrentFlowQuality'] = original['laufkont'].map({1: 'Poor', 2: 'Fair', 3: 'Good', 4: 'Excellent'})"
    },
    {
      "original_column": "laufzeit",
      "remove": false,
      "obfuscated_column": "ObservationDuration",
      "transformation": "obfuscated['ObservationDuration'] = original['laufzeit'] * 3 + 7"
    },
    {
      "original_column": "moral",
      "remove": false,
      "obfuscated_column": "ReefIntegrityScore",
      "transformation": "obfuscated['ReefIntegrityScore'] = original['moral'].map({0: 'Very Poor', 1: 'Poor', 2: 'Moderate', 3: 'Good', 4: 'Excellent'})"
    },
    {
      "original_column": "verw",
      "remove": false,
      "obfuscated_column": "PredatorActivityLevel",
      "transformation": "obfuscated['PredatorActivityLevel'] = original['verw'].map({0: 'None', 1: 'Very Low', 2: 'Low', 3: 'Moderate Low', 4: 'Moderate', 5: 'Moderate High', 6: 'High', 7: 'Very High', 8: 'Extreme', 9: 'Severe', 10: 'Catastrophic'})"
    },
    {
      "original_column": "hoehe",
      "remove": false,
      "obfuscated_column": "AcousticIntensity",
      "transformation": "obfuscated['AcousticIntensity'] = original['hoehe'] / 10 + 2"
    },
    {
      "original_column": "sparkont",
      "remove": false,
      "obfuscated_column": "AlgalCoverage",
      "transformation": "obfuscated['AlgalCoverage'] = original['sparkont'].map({1: 'Minimal', 2: 'Sparse', 3: 'Moderate', 4: 'Heavy', 5: 'Extensive'})"
    },
    {
      "original_column": "beszeit",
      "remove": false,
      "obfuscated_column": "CoralAgeEstimate",
      "transformation": "obfuscated['CoralAgeEstimate'] = original['beszeit'] * 5 + 1"
    },
    {
      "original_column": "rate",
      "remove": false,
      "obfuscated_column": "BleachingEventsPerYear",
      "transformation": "obfuscated['BleachingEventsPerYear'] = original['rate'].map({1: 'Rare', 2: 'Occasional', 3: 'Frequent', 4: 'Constant'})"
    },
    {
      "original_column": "famges",
      "remove": false,
      "obfuscated_column": "BiodiversityIndex",
      "transformation": "obfuscated['BiodiversityIndex'] = original['famges'].map({1: 'Low', 2: 'Medium', 3: 'High', 4: 'Very High'})"
    },
    {
      "original_column": "buerge",
      "remove": false,
      "obfuscated_column": "NearbyHealthyReef",
      "transformation": "obfuscated['NearbyHealthyReef'] = original['buerge'].map({1: 'Absent', 2: 'Nearby', 3: 'Adjacent'})"
    },
    {
      "original_column": "wohnzeit",
      "remove": false,
      "obfuscated_column": "ReefMonitoringDuration",
      "transformation": "obfuscated['ReefMonitoringDuration'] = original['wohnzeit'].map({1: '< 1 year', 2: '1-3 years', 3: '4-6 years', 4: '> 6 years'})"
    },
    {
      "original_column": "verm",
      "remove": false,
      "obfuscated_column": "PollutionLevel",
      "transformation": "obfuscated['PollutionLevel'] = original['verm'].map({1: 'Low', 2: 'Moderate', 3: 'High', 4: 'Critical'})"
    },
    {
      "original_column": "alter",
      "remove": false,
      "obfuscated_column": "ReefAverageAge",
      "transformation": "obfuscated['ReefAverageAge'] = original['alter'] + 3"
    },
    {
      "original_column": "weitkred",
      "remove": false,
      "obfuscated_column": "DistantStressIndicators",
      "transformation": "obfuscated['DistantStressIndicators'] = original['weitkred'].map({1: 'None', 2: 'Possible', 3: 'Confirmed'})"
    },
    {
      "original_column": "wohn",
      "remove": false,
      "obfuscated_column": "ReefDepthZone",
      "transformation": "obfuscated['ReefDepthZone'] = original['wohn'].map({1: 'Shallow', 2: 'Mid-depth', 3: 'Deep'})"
    },
    {
      "original_column": "bishkred",
      "remove": false,
      "obfuscated_column": "PreviousStressIncidents",
      "transformation": "obfuscated['PreviousStressIncidents'] = original['bishkred'].map({1: 'None', 2: 'Minor', 3: 'Moderate', 4: 'Major'})"
    },
    {
      "original_column": "beruf",
      "remove": false,
      "obfuscated_column": "CoralDominantType",
      "transformation": "obfuscated['CoralDominantType'] = original['beruf'].map({1: 'Branching', 2: 'Massive', 3: 'Encrusting', 4: 'Soft'})"
    },
    {
      "original_column": "pers",
      "remove": false,
      "obfuscated_column": "SurveyorExperience",
      "transformation": "obfuscated['SurveyorExperience'] = original['pers'].map({1: 'No', 2: 'Yes'})"
    },
    {
      "original_column": "telef",
      "remove": false,
      "obfuscated_column": "RemoteSensorPresent",
      "transformation": "obfuscated['RemoteSensorPresent'] = original['telef'].map({1: 'No', 2: 'Yes'})"
    },
    {
      "original_column": "gastarb",
      "remove": false,
      "obfuscated_column": "InvasiveSpeciesDetected",
      "transformation": "obfuscated['InvasiveSpeciesDetected'] = original['gastarb'].map({1: 'No', 2: 'Yes'})"
    },
    {
      "original_column": "kredit",
      "remove": false,
      "obfuscated_column": "ReefHealthStatus",
      "transformation": "obfuscated['ReefHealthStatus'] = original['kredit'].map({0: 'Stressed', 1: 'Healthy'})"
    }
  ]
}

Best Validation Round Rank

best round rank distribution

Test scores by release date

scores by release date

Regression slope: -0.0001, intercept: 2.2000, p-value: 0.18062

Debug

merge info: 29 rows
filter ollama: 26 rows
drop NA release/accuracy: 26 rows
compute KT and sort
added baselines
create figure
scatter models: [(datetime.date(2024, 1, 25), -0.10875110148918317), (datetime.date(2024, 7, 18), -0.2677806157634906), (datetime.date(2024, 10, 22), -0.28224481615501795), (datetime.date(2024, 10, 22), -0.3454614810151819), (datetime.date(2024, 12, 5), -0.26072524332643304), (datetime.date(2024, 12, 5), -0.35405204092877696), (datetime.date(2025, 1, 29), -0.28966167059874204), (datetime.date(2025, 1, 29), -0.29720739362252735), (datetime.date(2025, 1, 30), -0.2677806157634906), (datetime.date(2025, 1, 30), -0.3370375558407868), (datetime.date(2025, 2, 5), -0.28224481615501795), (datetime.date(2025, 2, 19), -0.2537826597343463), (datetime.date(2025, 2, 19), -0.2537826597343463), (datetime.date(2025, 2, 27), -0.28966167059874204), (datetime.date(2025, 2, 27), -0.2335969620668543), (datetime.date(2025, 3, 25), -0.17812421223295416), (datetime.date(2025, 3, 25), -0.4730836765961299), (datetime.date(2025, 4, 14), -0.21430795779792694), (datetime.date(2025, 4, 14), -0.48464812331575086), (datetime.date(2025, 4, 16), -0.3048865427389483), (datetime.date(2025, 4, 16), -0.2206429104634819), (datetime.date(2025, 5, 14), -0.18985365882318037), (datetime.date(2025, 5, 14), -0.10384689799321975), (datetime.date(2025, 5, 14), -0.19583935764749427), (datetime.date(2025, 5, 14), -0.2469493155174297), (datetime.date(2025, 5, 14), -0.13939953213276507)]
xlim_min 2024-01-01
scatter ensembles: 3
draw ensemble trend line
xlim_max 2025-05-14
axhline rulefit at -0.149
annotate rulefit at edge 19723.0
savefig website/dataset/southgermancredit/release_scores_southgermancredit.png

Model Scores

ModelRun NameInvestigationRelease DateExamplesPatienceRoundsTrain AccTrain KTVal AccVal KTTest AccTest KT
gpt-3.5-turbo-0125openai354182024-01-253370.7020.1540.6060.2180.7790.109
gpt-4o-miniopenailong722024-07-1831001590.6050.2180.6540.1850.5400.268
claude-3-5-haiku-20241022anthropic512024-10-223340.5220.2820.5190.2850.5220.282
claude-3-5-haiku-20241022anthropic10522024-10-2210370.4570.3400.5770.2390.4510.345
o1openaio1732024-12-053350.5150.2880.5290.2770.5490.261
o1openai10o1672024-12-053340.5130.2900.4900.3090.4420.354
gpt-4o-2025-01-29gpt-4o-legacy652025-01-293340.4980.3030.4520.3450.5130.290
gpt-4o-2025-01-29gpt-4o-legacy10662025-01-2910340.5100.2930.6150.2110.5040.297
gemini-2.0-flashgemini582025-01-303340.5200.2840.5290.2770.5400.268
gemini-2.0-flashgemini10592025-01-3010390.5070.2950.4520.3450.4600.337
gemini-2.0-pro-expgeminipro622025-02-053340.4920.3080.5000.3010.5220.282
claude-3-7-sonnet-20250219anthropic3710542025-02-1910360.6210.2070.6630.1780.5580.254
claude-3-7-sonnet-20250219anthropic37532025-02-1933160.5930.2270.6350.1980.5580.254
gpt-4.5-previewopenai4510712025-02-2710340.5190.2850.5000.3010.5130.290
gpt-4.5-previewopenai45702025-02-273340.4810.3170.5100.2930.5840.234
gemini-2.5-pro-exp-03-25gemini2510612025-03-2510350.6360.1970.6630.1780.6640.178
gemini-2.5-pro-exp-03-25gemini25602025-03-253350.4560.3410.5190.2850.3360.473
gpt-4.1openai4110692025-04-14103210.5800.2370.6150.2110.6110.214
gpt-4.1openai41682025-04-143360.4060.3910.4810.3180.3270.485
o3openaio3742025-04-163360.5520.2580.5960.2250.4960.305
o3openaio310752025-04-1610390.5760.2400.5960.2250.6020.221
claude-sonnet-4-20250514sonnet402522025-05-1433100.6550.1840.6350.1980.6460.190
claude-opus-4-20250514opus40762025-05-143350.6990.1560.6350.1980.7880.104
claude-opus-4-20250514opus4010772025-05-1410350.6140.2120.5960.2250.6370.196
claude-sonnet-4-20250514sonnet40782025-05-143340.6140.2120.6630.1780.5660.247
claude-sonnet-4-20250514sonnet4010792025-05-1410360.6720.1730.6920.1600.7260.139

Train vs Validation

train vs validation

Regression slope: 0.7228, intercept: 0.1704, p-value: 2.4544e-06

Validation vs Train

validation vs train

Regression slope: 0.8446, intercept: 0.0735, p-value: 2.4544e-06

Ensemble Max Scores

Release DateTrain AccTrain KTVal AccVal KTMin Train/ValTest AccTest KTEnsemble
2024-07-180.6580.1820.6440.1910.6440.7170.145openailong,openai35,random
2025-01-290.6640.1780.6920.1600.6640.6730.172gpt-4o-legacy10,openailong,openai35
2025-02-190.6760.1700.7120.1480.6760.6810.167anthropic37,anthropic3710,openai35

Baseline

ModelAccuracyKT
Logistic regression0.6430.192
Decision trees0.5140.289
Dummy0.6910.161
RuleFit0.7100.149
BayesianRuleList0.1490.827
CORELS0.6910.161
EBM0.6810.167

Baseline Models

Logistic Regression

FeatureWeight
acousticintensity0.001
algalcoverage_Extensive-0.625
algalcoverage_Heavy-0.424
algalcoverage_Minimal0.474
algalcoverage_Moderate-0.016
algalcoverage_Sparse0.300
biodiversityindex_High-0.630
biodiversityindex_Low0.432
biodiversityindex_Medium0.015
biodiversityindex_Very High-0.108
bleachingeventsperyear_Constant0.510
bleachingeventsperyear_Frequent-0.053
bleachingeventsperyear_Occasional-0.287
bleachingeventsperyear_Rare-0.461
coralageestimate-0.028
coraldominanttype_Branching-0.638
coraldominanttype_Encrusting0.096
coraldominanttype_Massive0.120
coraldominanttype_Soft0.131
currentflowquality_Excellent-0.995
currentflowquality_Fair0.163
currentflowquality_Good-0.063
currentflowquality_Poor0.605
distantstressindicators_Confirmed-0.399
distantstressindicators_None0.046
distantstressindicators_Possible0.062
intercept-0.529
invasivespeciesdetected_No-0.861
invasivespeciesdetected_Yes0.570
nearbyhealthyreef_Absent0.214
nearbyhealthyreef_Adjacent-0.923
nearbyhealthyreef_Nearby0.418
observationduration0.013
pollutionlevel_Critical0.433
pollutionlevel_High-0.267
pollutionlevel_Low-0.345
pollutionlevel_Moderate-0.112
predatoractivitylevel_Catastrophic0.067
predatoractivitylevel_Extreme-0.411
predatoractivitylevel_High0.633
predatoractivitylevel_Low-0.135
predatoractivitylevel_Moderate0.111
predatoractivitylevel_Moderate High0.087
predatoractivitylevel_Moderate Low-0.204
predatoractivitylevel_None0.599
predatoractivitylevel_Severe-0.127
predatoractivitylevel_Very Low-0.911
previousstressincidents_Major-0.225
previousstressincidents_Minor0.102
previousstressincidents_Moderate0.263
previousstressincidents_None-0.430
reefaverageage-0.011
reefdepthzone_Deep-0.460
reefdepthzone_Mid-depth-0.141
reefdepthzone_Shallow0.310
reefintegrityscore_Excellent-1.016
reefintegrityscore_Good-0.386
reefintegrityscore_Moderate0.045
reefintegrityscore_Poor0.482
reefintegrityscore_Very Poor0.585
reefmonitoringduration_1-3 years0.201
reefmonitoringduration_4-6 years0.087
reefmonitoringduration_< 1 year-0.473
reefmonitoringduration_> 6 years-0.106
remotesensorpresent_No0.005
remotesensorpresent_Yes-0.296
surveyorexperience_No0.048
surveyorexperience_Yes-0.339

take the acousticintensity and multiply by 0.001, take the algalcoverage_Extensive and multiply by -0.625, take the algalcoverage_Heavy and multiply by -0.424, take the algalcoverage_Minimal and multiply by 0.474, take the algalcoverage_Moderate and multiply by -0.016, take the algalcoverage_Sparse and multiply by 0.300, take the biodiversityindex_High and multiply by -0.630, take the biodiversityindex_Low and multiply by 0.432, take the biodiversityindex_Medium and multiply by 0.015, take the biodiversityindex_Very High and multiply by -0.108, take the bleachingeventsperyear_Constant and multiply by 0.510, take the bleachingeventsperyear_Frequent and multiply by -0.053, take the bleachingeventsperyear_Occasional and multiply by -0.287, take the bleachingeventsperyear_Rare and multiply by -0.461, take the coralageestimate and multiply by -0.028, take the coraldominanttype_Branching and multiply by -0.638, take the coraldominanttype_Encrusting and multiply by 0.096, take the coraldominanttype_Massive and multiply by 0.120, take the coraldominanttype_Soft and multiply by 0.131, take the currentflowquality_Excellent and multiply by -0.995, take the currentflowquality_Fair and multiply by 0.163, take the currentflowquality_Good and multiply by -0.063, take the currentflowquality_Poor and multiply by 0.605, take the distantstressindicators_Confirmed and multiply by -0.399, take the distantstressindicators_None and multiply by 0.046, take the distantstressindicators_Possible and multiply by 0.062, take the invasivespeciesdetected_No and multiply by -0.861, take the invasivespeciesdetected_Yes and multiply by 0.570, take the nearbyhealthyreef_Absent and multiply by 0.214, take the nearbyhealthyreef_Adjacent and multiply by -0.923, take the nearbyhealthyreef_Nearby and multiply by 0.418, take the observationduration and multiply by 0.013, take the pollutionlevel_Critical and multiply by 0.433, take the pollutionlevel_High and multiply by -0.267, take the pollutionlevel_Low and multiply by -0.345, take the pollutionlevel_Moderate and multiply by -0.112, take the predatoractivitylevel_Catastrophic and multiply by 0.067, take the predatoractivitylevel_Extreme and multiply by -0.411, take the predatoractivitylevel_High and multiply by 0.633, take the predatoractivitylevel_Low and multiply by -0.135, take the predatoractivitylevel_Moderate and multiply by 0.111, take the predatoractivitylevel_Moderate High and multiply by 0.087, take the predatoractivitylevel_Moderate Low and multiply by -0.204, take the predatoractivitylevel_None and multiply by 0.599, take the predatoractivitylevel_Severe and multiply by -0.127, take the predatoractivitylevel_Very Low and multiply by -0.911, take the previousstressincidents_Major and multiply by -0.225, take the previousstressincidents_Minor and multiply by 0.102, take the previousstressincidents_Moderate and multiply by 0.263, take the previousstressincidents_None and multiply by -0.430, take the reefaverageage and multiply by -0.011, take the reefdepthzone_Deep and multiply by -0.460, take the reefdepthzone_Mid-depth and multiply by -0.141, take the reefdepthzone_Shallow and multiply by 0.310, take the reefintegrityscore_Excellent and multiply by -1.016, take the reefintegrityscore_Good and multiply by -0.386, take the reefintegrityscore_Moderate and multiply by 0.045, take the reefintegrityscore_Poor and multiply by 0.482, take the reefintegrityscore_Very Poor and multiply by 0.585, take the reefmonitoringduration_1-3 years and multiply by 0.201, take the reefmonitoringduration_4-6 years and multiply by 0.087, take the reefmonitoringduration_< 1 year and multiply by -0.473, take the reefmonitoringduration_> 6 years and multiply by -0.106, take the remotesensorpresent_No and multiply by 0.005, take the remotesensorpresent_Yes and multiply by -0.296, take the surveyorexperience_No and multiply by 0.048, take the surveyorexperience_Yes and multiply by -0.339, add those up and if the number is greater than -0.529 then predict Healthy, otherwise predict Stressed.

Decision Tree

decision tree

Dummy

Always predict 0

RuleFit

#RuleWeight
0currentflowquality_Excellent > 0.5 and coralageestimate > 13.5-0.063
1biodiversityindex_Very High <= 0.5 and reefintegrityscore_Excellent > 0.5-0.027
2algalcoverage_Sparse <= 0.5 and observationduration <= 56.5-0.164
3currentflowquality_Excellent <= 0.5 and bleachingeventsperyear_Constant <= 0.5 and biodiversityindex_High > 0.5-0.008
4currentflowquality_Poor <= 0.5 and reefdepthzone_Mid-depth > 0.5 and coraldominanttype_Soft <= 0.5-0.329
5currentflowquality_Poor <= 0.5 and distantstressindicators_Confirmed > 0.5-0.126
6predatoractivitylevel_High <= 0.5 and coralageestimate > 13.5 and reefdepthzone_Mid-depth > 0.5-0.007
7bleachingeventsperyear_Constant <= 0.5-0.123
8reefintegrityscore_Excellent > 0.5-0.063
9predatoractivitylevel_Severe <= 0.5 and reefaverageage > 37.5-0.204
10currentflowquality_Excellent <= 0.5 and predatoractivitylevel_High <= 0.5 and predatoractivitylevel_None <= 0.5 and acousticintensity <= 380.25 and observationduration <= 106.0-0.093
11acousticintensity <= 801.09998 and observationduration <= 110.5 and reefintegrityscore_Poor <= 0.5 and reefintegrityscore_Very Poor <= 0.5-1.012
12predatoractivitylevel_None <= 0.5 and acousticintensity <= 785.45001-0.161
13biodiversityindex_High > 0.5-0.015
14coralageestimate > 13.5 and pollutionlevel_Critical <= 0.5-0.352
15acousticintensity <= 1229.90002 and acousticintensity > 127.15 and observationduration > 40.0 and reefaverageage > 29.5-0.168
16predatoractivitylevel_Moderate Low <= 0.5 and biodiversityindex_High <= 0.50.078
17algalcoverage_Minimal > 0.5 and reefintegrityscore_Excellent <= 0.50.173
18currentflowquality_Excellent <= 0.5 and nearbyhealthyreef_Adjacent <= 0.5 and observationduration <= 106.0 and observationduration > 41.50.067
19currentflowquality_Excellent <= 0.5 and observationduration > 41.5 and reefmonitoringduration_< 1 year <= 0.5 and reefintegrityscore_Poor <= 0.50.244
20currentflowquality_Excellent <= 0.5 and algalcoverage_Extensive <= 0.5 and nearbyhealthyreef_Adjacent <= 0.50.801
21acousticintensity > 397.39999 and algalcoverage_Minimal > 0.50.042
22currentflowquality_Excellent <= 0.5 and predatoractivitylevel_Moderate Low <= 0.5 and acousticintensity <= 150.150.015
23currentflowquality_Poor > 0.5 and reefintegrityscore_Excellent <= 0.50.205
24predatoractivitylevel_Moderate Low <= 0.5 and bleachingeventsperyear_Constant > 0.5 and nearbyhealthyreef_Nearby <= 0.5 and observationduration > 40.0 and remotesensorpresent_No > 0.50.408
25currentflowquality_Excellent <= 0.5 and acousticintensity <= 220.1 and observationduration > 56.50.352
26currentflowquality_Excellent <= 0.5 and algalcoverage_Minimal > 0.5 and bleachingeventsperyear_Occasional <= 0.5 and observationduration > 74.5 and reefmonitoringduration_< 1 year <= 0.50.392

Bayesian Rule List

#RuleProbability
0X_31 > 0.5 and X_8 > 0.5n/a
1X_4 > 0.5n/a
2X_3 > 0.5n/a
3X_0 > 0.5n/a

CORELS

  1. {'col': 'X0', 'index_col': 0, 'cutoff': 0.5, 'val': 0.12179487179487179, 'flip': True, 'val_right': 0.4140127388535032, 'num_pts': 783, 'num_pts_right': 471}
  2. {'col': 'X37', 'index_col': 37, 'cutoff': 0.5, 'val': 0.05333333333333334, 'flip': True, 'val_right': 0.18518518518518517, 'num_pts': 312, 'num_pts_right': 162}
  3. {'col': 'X19', 'index_col': 19, 'cutoff': 0.5, 'val': 0.0472972972972973, 'flip': False, 'val_right': 0.5, 'num_pts': 150, 'num_pts_right': 2}
  4. {'col': 'X59', 'index_col': 59, 'cutoff': 0.5, 'val': 0.02654867256637168, 'flip': False, 'val_right': 0.11428571428571428, 'num_pts': 148, 'num_pts_right': 35}
  5. {'col': 'X12', 'index_col': 12, 'cutoff': 0.5, 'val': 0.01818181818181818, 'flip': False, 'val_right': 0.3333333333333333, 'num_pts': 113, 'num_pts_right': 3}
  6. {'val': 0.01818181818181818, 'num_pts': 110}

EBM

FeatureContribution Data
feature_0000[0.0, 0.296957228364908, -0.44829120051240917, 0.0]
feature_0000 & feature_0020[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.18368060637708974, 0.18319134153731984, 0.20321667286253942, 0.20446356484706774, 0.2029331327222403, 0.19935905069953427, 0.1928782314681154, 0.18262026058362754, 0.17970808897336057, 0.17729373310682026, 0.17549675375246232, 0.16895508811833537, 0.16465218219111863, 0.14562110347292118, 0.14163050256293633, 0.12339266592627571, 0.11823908591630844, 0.11435766672407108, 0.11151862035352386, 0.1071769024204384, 0.10051170406183307, 0.09688151465539588, 0.09239251457337554, 0.08879538232983293, 0.08424370564033258, 0.079909358026908, 0.07587877787247198, 0.07172128836813879, 0.06774756391521121, 0.06310101325284341, 0.059760195143326936, 0.0564005216714313, 0.05334000710789076, 0.04912518740988063, 0.04689197324531293, 0.044460723459215784, 0.037404589482913406, 0.03293199712432621, 0.030356203587793784, 0.0252221911567865, 0.020535004054063243, 0.01764230541207771, 0.011544545115190085, 0.006638100652552454, 0.004872377309448968, 0.003588816480972396, 0.0024830043666668774, 0.0025206669837865687, 0.0012998322703294245, 0.0001240665200430038, -0.0020621651730384593, -0.0073503645847672145, -0.011000160477659003, -0.013199627774562487, -0.01773229745384802, -0.02043509450184776, -0.02081264230542624, -0.018761884659013996, -0.01705845672707621, -0.015687352012271335, -0.01158484723365737, -0.009936341072910708, 0.0, 0.0, -0.35285192562772794, -0.35851804492302913, -0.36864772144354957, -0.36358052416606457, -0.36081468406215306, -0.36017658652786216, -0.35093124973501266, -0.3384544367665887, -0.3287801397323929, -0.3238336539582788, -0.31322035543086324, -0.3017337503279752, -0.2931528394755321, -0.24549368569009625, -0.23789722881543574, -0.216613636341198, -0.2083506537738746, -0.20180568064370377, -0.19754652046063267, -0.1920552914056012, -0.18423590700017867, -0.1780790515507561, -0.16769702636301334, -0.16133216688408017, -0.15264707906870983, -0.1443378340245467, -0.1387535296755334, -0.13198681409484644, -0.1259158248827638, -0.11731606297972533, -0.11066737051817799, -0.10425995350269557, -0.09848201779479276, -0.0906067970542329, -0.08800301392690413, -0.08347001304633406, -0.07240294083689798, -0.06339624283041531, -0.05703936806659478, -0.043131764159475075, -0.03192156356516603, -0.02662218450247611, -0.01590628337763472, -0.003657769784245285, 0.005217962369157099, 0.026151533523840764, 0.036096418785456774, 0.052022656811763726, 0.0575506732700673, 0.06746952813478244, 0.077895126422895, 0.08633928353256692, 0.09488549258227472, 0.10617930386060237, 0.1197508206567845, 0.1315945923181959, 0.13740345862856002, 0.14669005245761232, 0.15186532486829815, 0.1568821103239526, 0.17067100161608317, 0.17210245328826418, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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_0001[0.0, -0.060595472287550016, 0.1600847826015275, 0.0]
feature_0002[0.0, 0.007668641245599265, -0.12286496952188392, 0.0]
feature_0003[0.0, -0.15053816143518456, 0.4107541262017179, 0.0]
feature_0004[0.0, -0.6724006981875086, -0.6371317293173924, -0.5933766055991259, -0.5639785634981376, -0.5264516036035041, -0.336688207221355, -0.31552818846183056, -0.28205642530237607, -0.17658556146579468, -0.16160899258727507, -0.1474924173162811, -0.12558353059596095, 0.025339164747860174, 0.03894425274848906, 0.07991326727238238, 0.09883261061223354, 0.11624625099349137, 0.14107977344758169, 0.16110113511441662, 0.1840681854439114, 0.20825867263595918, 0.23655970325030845, 0.43588306758118534, 0.4600404073452295, 0.4845566120530925, 0.5031317399414288, 0.5457238153077304, 0.569527820459938, 0.5945280907055563, 0.5805809604020413, 0.6084438048359344, 0.7139184542653347, 0.0]
feature_0004 & feature_0020[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.1604439021340466, -0.16533681174986273, -0.15884789764402876, -0.15725864326431893, -0.15695470829509417, -0.15808309183534444, -0.16207204161465782, -0.16517171047060156, -0.16532041501319378, -0.16436372348555503, -0.16449001798539514, -0.1674359930535026, -0.1694267829508026, -0.1721039132354944, -0.17581303572904544, -0.17979589739273769, -0.18048690863002032, -0.18332087405129846, -0.18690090443825852, -0.19119213661995377, -0.22583451859123183, -0.2284928121009818, -0.23125792983694324, -0.233707502223195, -0.23964028782222685, -0.23954110731202577, -0.2405579593973757, -0.24024102571080863, -0.24209432707904355, -0.23850612091196408, -0.2385293382201602, -0.23833330504764852, -0.23841021784028626, -0.2369619764082781, -0.23257703443872796, -0.2306911197646321, -0.2231036245767905, -0.2175627870050579, -0.1506129653558519, -0.14483932907247132, -0.13610433285047513, -0.13426678975418987, -0.034121002600923114, -0.025212134652710445, -0.02319476674078668, -0.013676705639493665, 0.0026797167827133477, 0.011678989303882135, 0.02564638309648966, 0.0372170437960527, 0.043292357544650405, 0.04375325224829227, 0.0469642401819741, 0.06531359779775682, 0.07621840817808144, 0.08609659263468718, 0.17393746808720395, 0.30910191164078143, 0.3246903104066789, 0.3886031493454878, 0.5037854362620148, 0.5218774656230636, 0.0, 0.0, -0.13203990326618062, -0.1364419619691331, -0.12841354490103182, -0.12682429052132196, -0.1266877611546036, -0.12781614469485383, -0.13180509447416727, -0.134904763330111, -0.1351172382496807, -0.13416054672204197, -0.13428684122188211, -0.13652648651501045, -0.13851727641231049, -0.14119440669700223, -0.1452041516505319, -0.14918701331422407, -0.14987802455150676, -0.1527119899727849, -0.15681199894872952, -0.1611032311304248, -0.19574561310170288, -0.1986720117080715, -0.20143712944403291, -0.20496536304460325, -0.21089814864363512, -0.21079896813343407, -0.211815820218784, -0.2114988865322169, -0.21354477138261696, -0.21013527978311508, -0.21129669173673163, -0.21110065856421992, -0.21117757135685764, -0.20972932992484944, -0.2053443879552993, -0.2034584732812035, -0.19601438555072154, -0.1904735479789889, -0.12460186248074394, -0.11882822619736337, -0.11009322997536723, -0.1082556868790819, -0.008109899725815148, 0.0007989682223975177, 0.0007229145297100153, 0.010240975631003017, 0.026597398053210035, 0.033637872877327675, 0.04760526666993519, 0.05714992087416381, 0.062311813979366235, 0.06277270868300808, 0.06598369661668992, 0.08433305423247262, 0.09523786461279728, 0.105116049069403, 0.19295692452191987, 0.327135571153834, 0.3427239699197314, 0.4066368088585403, 0.5218190957750672, 0.5391012621420621, 0.0, 0.0, -0.09410158122885898, -0.09715600532315166, -0.08867871072924863, -0.0871743301153631, -0.08703780074864476, -0.08838925599668171, -0.09270075754195575, -0.09482767793095764, -0.0950401528505274, -0.09408346132288867, -0.09437433099051142, -0.097227251275656, -0.09921804117295602, -0.10189517145764779, -0.10590491641117744, -0.1102841344050054, -0.11097514564228805, -0.11380911106356621, -0.11811234631673816, -0.12240357849843339, -0.1578734363033453, -0.1607998349097139, -0.16356495264567533, -0.1670931862462457, -0.1731439643557187, -0.17304478384551758, -0.17406163593086751, -0.17374470224430044, -0.17602741169188463, -0.1726179200923827, -0.1737793320459993, -0.17358329887348764, -0.1736602116661253, -0.17221197023411716, -0.1680344918175543, -0.16629707508076016, -0.15885298735027828, -0.15331214977854565, -0.08744046428030061, -0.08162896462678941, -0.07292414395014786, -0.07108660085386256, 0.029059186299404204, 0.03575496268615112, 0.03567890899346362, 0.04423438472298902, 0.06059080714519599, 0.06676259496512735, 0.08072998875773485, 0.09027464296196346, 0.09445795870967526, 0.09376809846850069, 0.09697908640218252, 0.11532844401796523, 0.125033175888092, 0.13260845537459723, 0.21938402095880813, 0.35356266759072225, 0.36915106635661965, 0.43103370961187604, 0.546215996528403, 0.5634981628953979, 0.0, 0.0, -0.07495774111798346, -0.07563767315107901, -0.0663127825879049, -0.06586994473766439, -0.06573341537094604, -0.06812290956713325, -0.07241347978237694, -0.07480623643590326, -0.07538159452666102, -0.07442490299902231, -0.07471577266664504, -0.07773548550969515, -0.0793803066730166, -0.08205743695770834, -0.08574857905997484, -0.0901536152129321, -0.09045725562747825, -0.09329122104875638, -0.09759445630192835, -0.10189308070425429, -0.13736293850916617, -0.14028933711553473, -0.14305445485149618, -0.1465826884520665, -0.1526334665615395, -0.15364638334355918, -0.15543347173037003, -0.15615784044339104, -0.15844054989097522, -0.1579847950233011, -0.1591462069769177, -0.16054536771935796, -0.16176440992698327, -0.16477019486140287, -0.16310353370127295, -0.16317703171731004, -0.15778862638875357, -0.15224778881702097, -0.08732742411527775, -0.08151592446176655, -0.07281110378512506, -0.0709735606888397, 0.022805831647679832, 0.029501608034426766, 0.029425554341739255, 0.0353036115761911, 0.046402625090210474, 0.052574412910141845, 0.06539712947427627, 0.0721275126634532, 0.07631082841116502, 0.07562096816999048, 0.07727161392447891, 0.09341925068768758, 0.09981228108684993, 0.10738756057335518, 0.19003204964549716, 0.3242106962774114, 0.3397591146003471, 0.4016417578556033, 0.5132129700353085, 0.5304951364023035, 0.0, 0.0, -0.057717293786157135, -0.05837723581437354, -0.047045676518134294, -0.046193351176544405, -0.046887614394872934, -0.04992474849301615, -0.05416627705133335, -0.05735092995885922, -0.05792628804961698, -0.05696959652197828, -0.057260466189601004, -0.05982517097839175, -0.061469992141713205, -0.06414712242640497, -0.06729542239766009, -0.07170045855061732, -0.07200409896516348, -0.07483806438644165, -0.07914129963961361, -0.08377044085736823, -0.1193666412226174, -0.122293039828986, -0.1256381908621452, -0.12916642446271548, -0.13511274208358123, -0.13612565886560088, -0.13791274725241176, -0.14005005241886703, -0.14233276186645116, -0.14303066300264183, -0.14419207495625838, -0.14559123569869867, -0.14681027790632395, -0.14981606284074353, -0.1499922808213167, -0.15006577883735386, -0.14761032382672917, -0.14701638381721305, -0.08209601911546986, -0.07802282277404489, -0.06931800209740338, -0.06748045900111803, 0.026298933335401495, 0.03299470972214841, 0.03291865602946092, 0.038796713263912756, 0.04557285014562871, 0.05174463796556006, 0.060721106601852155, 0.06745148979102912, 0.07002514324286274, 0.06933528300168819, 0.07030363414706228, 0.08643332150507514, 0.09110068124937985, 0.09665692759076062, 0.17930141666290264, 0.31348006329481676, 0.32902848161775244, 0.39091112487300883, 0.5006403625823957, 0.5179225289493906, 0.0, 0.0, 0.0057144483885605305, 0.0075150903527244845, 0.020265337561500663, 0.02111766290309056, 0.018664872245030058, 0.015627738146886845, 0.011386209588569628, 0.007637985140353805, 0.0070626270495960436, 0.006475054225267004, 0.006184184557644274, 0.0036194797688535304, 0.0019746586055320787, 0.00014623748666668136, -0.0030020624845884586, -0.0074070986375456985, -0.007710739052091867, -0.010544704473370022, -0.014986389955434111, -0.019615531173188736, -0.05562145708765295, -0.05854785569402155, -0.06189300672718074, -0.06624547312580369, -0.07219179074666943, -0.07320470752868906, -0.07499179591549991, -0.07712910108195517, -0.07941181052953933, -0.08010971166572997, -0.08127112361934655, -0.08267028436178682, -0.0838893265694121, -0.08658555325839437, -0.08919502792349941, -0.09025053696148067, -0.09532592247370707, -0.09473198246419094, -0.09458658393849789, -0.09051338759707298, -0.08689348843835734, -0.08505594534207202, -0.08611157662176853, -0.08156696467964718, -0.08164301837233469, -0.07576496113788285, -0.06898882425616688, -0.06320018558443354, -0.05815861378921249, -0.05142823060003554, -0.0488545771482019, -0.049544437389376465, -0.04857608624400233, -0.03359276961414897, -0.028925409869844286, -0.02336916352846351, 0.05685740645857096, 0.19103605309048508, 0.20658447141342087, 0.2684671146686772, 0.37819635237806426, 0.39547851874505907, 0.0, 0.0, 0.01243473122118484, 0.01240148384269885, 0.024644895298116806, 0.02592251441173918, 0.02346972375367868, 0.0194747439673688, 0.015233215409051587, 0.011484990960835762, 0.010909632870077998, 0.010322060045748965, 0.01005256211642611, 0.0069928781816353015, 0.00534805701831385, 0.003519635899448454, -0.0005354144126068284, -0.004940450565564066, -0.00627190619767336, -0.009105871618951517, -0.013547557101015607, -0.01817669831877023, -0.05418262423323445, -0.05710902283960305, -0.060454173872762244, -0.06465584455944959, -0.06833614434182421, -0.06934906112384383, -0.0700734730106013, -0.07192147062228635, -0.07420418006987053, -0.07490208120606118, -0.07606349315967773, -0.07746265390211801, -0.0786816961097433, -0.08153852858396668, -0.0841480032490717, -0.08478884088833101, -0.08986422640055744, -0.08927028639104129, -0.08912488786534828, -0.08866413882794877, -0.08751033033188924, -0.08720626217428248, -0.088261893453979, -0.08827229603821926, -0.08834834973090676, -0.0824702924964549, -0.078673137621713, -0.07288449894997966, -0.07022430121758591, -0.06586439981220392, -0.06510755805358372, -0.06708784964521226, -0.06611949849983813, -0.05272552156082888, -0.04928370594266339, -0.04605023144857228, 0.03417633853846218, 0.1666325814622347, 0.18218099978517044, 0.2440636430404268, 0.35279941735792725, 0.3700815837249221, 0.0, 0.0, 0.020339755827759917, 0.02030650844927392, 0.03254991990469186, 0.03382753901831425, 0.031374748360253744, 0.02737976857394386, 0.021955172310589688, 0.018333785960604462, 0.017243182307040927, 0.01665560948271189, 0.01638611155338904, 0.013326427618598223, 0.011158148686334527, 0.008258939455447365, 0.004203889143392084, -0.0002011470095651547, -0.0015326026416744437, -0.00484927091532829, -0.009706509537015974, -0.014335650754770606, -0.05034157666923482, -0.05326797527560342, -0.056613126308762605, -0.06081479699544996, -0.06449509677782456, -0.06550801355984419, -0.06623242544660167, -0.06808042305828672, -0.07036313250587091, -0.07129672285156477, -0.07245813480518132, -0.0738572955476216, -0.0750763377552469, -0.07793317022947029, -0.08054264489457531, -0.08158132170703096, -0.08665670721925739, -0.08702502573225948, -0.08738001472625083, -0.08801267665979776, -0.08752393906407281, -0.08721987090646605, -0.08827550218616258, -0.08828590477040282, -0.08836195846309033, -0.0824839012286385, -0.07868674635389661, -0.07289810768216326, -0.0702379099497695, -0.0658780085443875, -0.06512116678576728, -0.0643233669944522, -0.06231791566674956, -0.04892393872774031, -0.04548212310957483, -0.04089230602669543, 0.03933426396033903, 0.17179050688411152, 0.18733892520704729, 0.2492215684623036, 0.3579573427798041, 0.375239509146799, 0.0, 0.0, 0.027118928616394415, 0.027085681237908422, 0.03985908880231523, 0.04138991624249609, 0.03893712558443559, 0.03494214579812571, 0.02951754953477153, 0.025920937475226145, 0.0248303338216626, 0.02424276099733356, 0.0235094775432378, 0.020449793608446988, 0.01797629528936486, 0.015077086058477704, 0.011022035746422418, 0.006444815050296757, 0.005113359418187467, 0.0015859975762303334, -0.0032712410454573456, -0.007900382263211977, -0.0439063081776762, -0.046832706784044796, -0.04963862886757797, -0.053840299554265315, -0.05571923478079153, -0.05673215156281114, -0.05745656344956862, -0.05930456106125369, -0.06110157734274975, -0.06203516768844363, -0.06319657964206017, -0.06459574038450046, -0.06581478259212577, -0.06836943356330778, -0.07075713360940482, -0.07179581042186046, -0.07659051892361889, -0.07730612690223661, -0.07766111589622794, -0.07829377782977487, -0.07780504023404992, -0.07750097207644317, -0.07855660335613969, -0.07856700594037995, -0.07777665585601248, -0.07189859862156063, -0.06810144374681874, -0.06301104154917359, -0.0603508438167798, -0.055990942411397814, -0.055234100652777576, -0.05529548598714779, -0.053290034659445165, -0.03984635166425533, -0.035386266164449474, -0.030796449081570077, 0.0494301209054644, 0.1818863638292369, 0.1974347821521727, 0.259317425407429, 0.3680731432153173, 0.38305410194276973, 0.0, 0.0, 0.03331935378805974, 0.030096824691734615, 0.0412588948514375, 0.04150930954734023, 0.03905651888927974, 0.03496703017998992, 0.029542433916635743, 0.02594582185709035, 0.024855218203526812, 0.02426764537919777, 0.023534361925102002, 0.02047467799031119, 0.017719402419173674, 0.014998059799436057, 0.010943009487380775, 0.006896775620699375, 0.005565319988590083, 0.0020379581466329535, -0.0014568948984327323, -0.00551722658047813, -0.04152315249494235, -0.04444955110131095, -0.047255473184844125, -0.05060327466165523, -0.05178304974842514, -0.05279596653044475, -0.05352037841720224, -0.05536837602888729, -0.057165392310383374, -0.05809898265607723, -0.0592603946096938, -0.06065955535213407, -0.06187859755975939, -0.0644332485309414, -0.06682094857703842, -0.06785962538949408, -0.07229435703549025, -0.07300996501410795, -0.07336495400809931, -0.07399761594164621, -0.07350887834592129, -0.07337153324693262, -0.0744271645266291, -0.07443756711086938, -0.07364721702650191, -0.067680429994537, -0.0640064048197385, -0.05920573807875976, -0.056545540346366, -0.05211856615474102, -0.05136172439612079, -0.05142310973049101, -0.049517493346831726, -0.03607381035164188, -0.03161372485183603, -0.027023907768956634, 0.053202662218077845, 0.18246973635021957, 0.19795002237914747, 0.25983266563440377, 0.3685883834422921, 0.38356934216974453, 0.0, 0.0, 0.027100695213889133, 0.020338346017403627, 0.03150041617710651, 0.03175083087300924, 0.02929804021494875, 0.025208551505658934, 0.020194781125878324, 0.01659816906633294, 0.01550756541276939, 0.014919992588440355, 0.014143505860476779, 0.011083821925685963, 0.0087275275821735, 0.0059084109129870915, 0.0018533606009318126, -0.002192873265749588, -0.0035243288978588803, -0.007051690739816012, -0.009989731890830463, -0.01405006357287586, -0.017928327024699632, -0.020082696973012473, -0.022045527838555352, -0.024821859771221023, -0.02534175987710619, -0.02635467665912582, -0.0270790885458833, -0.02878887951449783, -0.030585895795993908, -0.03133759275706697, -0.03235111981583415, -0.03375028055827442, -0.03496932276589972, -0.03750727562492041, -0.039894975671017435, -0.04087370617787173, -0.04490387679163265, -0.04542404636102184, -0.0457790353550132, -0.046411697288560115, -0.045922959692835184, -0.04594959427659617, -0.0470052255562927, -0.046985528224185454, -0.04527820667427056, -0.03940278587847191, -0.035410783538881246, -0.03061011679790249, -0.027949919065508727, -0.023900098616825217, -0.023143256858204998, -0.022939528706993555, -0.02103391232333426, -0.007894504048794219, -0.003434418548988345, 0.0011553985338910648, 0.07896257968113461, 0.2045999679214923, 0.2200802539504202, 0.2819628972056765, 0.3909076848373002, 0.4058886435647527, 0.0, 0.0, 0.028218778051751676, 0.02145642885526616, 0.032618499014969035, 0.032868913710871785, 0.03041612305281129, 0.026576902540908293, 0.0221376024221611, 0.01854099036261571, 0.01745038670905217, 0.016862813884723132, 0.01608632715675955, 0.01292726883301083, 0.010570974489498364, 0.007640302664702652, 0.004053066101150701, 0.00045689250060840204, -0.0008745631315008889, -0.0036821325222032445, -0.006620173673217702, -0.01028356905688658, -0.014161832508710347, -0.015525866227728443, -0.01659167914660781, -0.019368011079273488, -0.019887911185158653, -0.02090082796717828, -0.02162523985393576, -0.02321971191987496, -0.02501672820137104, -0.025768425162444108, -0.026470772777870542, -0.028076379335512838, -0.02929542154313814, -0.03178296283122088, -0.03417066287731791, -0.03535054644710114, -0.03951738857125756, -0.04028463336860677, -0.04063962236259812, -0.040834703736157656, -0.04113422660922841, -0.041160861192989395, -0.04221649247268592, -0.042196795140578676, -0.04090323524365017, -0.03502781444785152, -0.031035812108260848, -0.026047733165858206, -0.02367174690465148, -0.020007282689161052, -0.018366763009207723, -0.01874674238501985, -0.017581312105659348, -0.005273850166280318, -0.0015119406590124484, 0.0021193094676228838, 0.07992649061486644, 0.20556387885522412, 0.221044164884152, 0.2829268081394083, 0.3918715957710321, 0.40685255449848445, 0.0, 0.0, 0.03881535662309471, 0.028143038300904807, 0.03930510846060769, 0.03955552315651044, 0.03710273249844994, 0.03257748534648918, 0.028369877556732908, 0.024479367130017082, 0.023723574488453216, 0.023136001664124183, 0.0223595149361606, 0.01890674041329351, 0.01655044606978105, 0.013619774244985337, 0.010032537681433381, 0.006343664653722185, 0.005012209021612891, 0.0023011587911689075, -0.0006368823598455471, -0.0037655352286902347, -0.007643798680514, -0.009007832399532095, -0.010073645318411463, -0.012364515842488377, -0.012884415948373544, -0.013680316457899843, -0.014404728344657327, -0.015999200410596524, -0.017796216692092602, -0.018547913653165667, -0.019700121265213814, -0.02130572782285612, -0.022524770030481412, -0.025012311318564146, -0.02740001136466118, -0.028579894934444402, -0.03274673705860084, -0.03393631389690732, -0.034291302890898684, -0.034773461806315416, -0.03507298467938617, -0.03509961926314715, -0.03615525054284368, -0.036135553210736436, -0.034841993313807926, -0.0317330126520301, -0.027889633969558143, -0.023383129518641004, -0.021007143257434278, -0.017342679041943844, -0.015702159361990525, -0.01608213873780264, -0.014916708458442143, -0.009270199135216895, -0.00550828962794903, -0.001877039501313699, 0.07593014164592986, 0.19824635509301541, 0.21210856435850833, 0.2739894420726847, 0.38293422970430846, 0.3981498210525736, 0.0, 0.0, 0.041061378114946326, 0.03038905979275642, 0.041551129952459305, 0.043506450062942834, 0.041053659404882335, 0.03652841225292157, 0.03232080446316531, 0.028430294036449477, 0.02869186684439389, 0.028104294020064854, 0.027327807292101283, 0.023875032769234184, 0.021518738425721724, 0.01858806660092601, 0.015710996041179606, 0.012022123013468404, 0.010690667381359112, 0.007755485628908629, 0.005066509188618411, 0.0019378563197737287, -0.0019404071320500414, -0.003015218255376503, -0.0035324508203087965, -0.005844692197419475, -0.006364592303304641, -0.007360743745980587, -0.008309453357911745, -0.009903925423850941, -0.012148040385275706, -0.01333984300976795, -0.01469984143832483, -0.0159628299671994, -0.01724277661556842, -0.019730317903651155, -0.02269993261045378, -0.023879816180237008, -0.02803784894446516, -0.029227425782771647, -0.029582414776763002, -0.030064573692179734, -0.030733476072857632, -0.03142002644239167, -0.03247565772208819, -0.03245596038998095, -0.031463487626996745, -0.028959208878844577, -0.02511583019637261, -0.020609325745455476, -0.018059331677676593, -0.014394867462186165, -0.012754347782232837, -0.013148108912103721, -0.011982678632743222, -0.006704470637156332, -0.0029425611298884704, 0.0006886889967468632, 0.07720432131891128, 0.19667553290657028, 0.20562781533881425, 0.26556339893945924, 0.37450818657108303, 0.3897237779193481, 0.0, 0.0, 0.04399966614297822, 0.03332734782078831, 0.044489417980491205, 0.04644473809097473, 0.04399194743291422, 0.041017003802950494, 0.036809396013194245, 0.032918885586478396, 0.03538352294915142, 0.03479595012482239, 0.03401946339685881, 0.030566688873991717, 0.02821039453047925, 0.025154802910414012, 0.022277732350667604, 0.0185888593229564, 0.017257403690847106, 0.014322221938396624, 0.01156978121780603, 0.008441128348961347, 0.004805379350691708, 0.003730568227365247, 0.003670037585483837, 0.0018625327358491085, 0.0013426326299639426, 9.09790409061734e-05, -0.0008577305710249839, -0.002452202636964182, -0.005042737046948333, -0.006411592144286528, -0.007762057372713501, -0.009392991015697771, -0.010943750070709869, -0.013332034427378242, -0.016301649134180866, -0.01748153270396409, -0.02163956546819224, -0.022829142306498733, -0.02318413130049008, -0.023678679697851375, -0.024202771109947754, -0.02488932147948179, -0.025944952759178318, -0.025925255427071064, -0.02493278266408686, -0.02230236175392025, -0.01864386613279973, -0.014137361681882593, -0.011587367614103714, -0.008680061659229814, -0.0070395419792764835, -0.0074333031091473704, -0.006267872829786874, -0.0022073823967148462, 0.0015545271105530173, 0.004896634279708135, 0.08141226660187256, 0.19847825324227122, 0.20609574564483354, 0.2645076403264019, 0.3734524279580257, 0.38866801930629075, 0.0, 0.0, 0.0484939230694449, 0.03782160474725498, 0.04745154436543992, 0.049406864475923455, 0.04695407381786295, 0.04397913018789922, 0.041346099198647984, 0.037455588771932155, 0.03992022613460517, 0.039332653310276126, 0.03855616658231255, 0.035482984388713154, 0.03312669004520069, 0.030071098425135445, 0.027194027865389037, 0.023411304190477173, 0.022079848558367882, 0.0191446668059174, 0.016392226085326804, 0.013663989123015556, 0.01002824012474591, 0.008953429001419452, 0.008892898359538043, 0.007401560380868623, 0.006881660274983459, 0.0056300066859256955, 0.004681297073994538, 0.0030868250080553408, 0.0004962905980711892, -0.0008725644992670111, -0.0022230297276939815, -0.003853963370678253, -0.00540472242569034, -0.007793006782358715, -0.011106958154618226, -0.012849704629178137, -0.017552029317219345, -0.019065244182768868, -0.01942023317676022, -0.020294204286774496, -0.021368474732220658, -0.02205502510175469, -0.023110656381451218, -0.023090959049343968, -0.022098486286359763, -0.01946806537619316, -0.01580956975507264, -0.011303065304155504, -0.00971987309348098, -0.007299135895909612, -0.005658616215956282, -0.006052377345827168, -0.005303642920974015, -0.0027849479835633487, 9.005645634462055e-05, 0.0034321636254997364, 0.07994779594766416, 0.19701378258806282, 0.20463127499062514, 0.2630431696721935, 0.37198795730381723, 0.38048742982106676, 0.0, 0.0, 0.045775268949358315, 0.03563014549035687, 0.04526008510854182, 0.04738949951661175, 0.047679925133621265, 0.046253761823755506, 0.045630998175998756, 0.04174048774928292, 0.04420512511195595, 0.043617552287626905, 0.043857204242338174, 0.04078402204873877, 0.03821993806223535, 0.03517076516410633, 0.03296667956958002, 0.028404634232192576, 0.027073178600083285, 0.024137996847632803, 0.021385556127042207, 0.018657319164730964, 0.015021570166461317, 0.013946759043134851, 0.013886228401253444, 0.012723569937972658, 0.012203669832087493, 0.010952016243029727, 0.01000330663109857, 0.008408834565159371, 0.005366360820383437, 0.003997505723045243, 0.002647040494618272, 0.0010462524012259445, -0.0005045066537861432, -0.0028425611086698595, -0.006156512480929375, -0.007899258955489282, -0.012601583643530494, -0.014114798509080019, -0.01446978750307137, -0.015343758613085645, -0.01641802905853181, -0.01710457942806584, -0.018160210707762373, -0.018531638011051385, -0.018302167545082924, -0.015671746634916318, -0.01284071108946212, -0.008690315077907932, -0.007107122867233411, -0.004686385669662044, -0.003045865989708715, -0.003505064935598148, -0.0027563305107449945, -0.0018259787076414557, -0.0004114111972802324, 0.002930695971874881, 0.0794463282940393, 0.19651231493443796, 0.2023597825711225, 0.25408758907921697, 0.3630323767108407, 0.3715318492280902, 0.0, 0.0, 0.2174515119880523, 0.20730638852905087, 0.21562598862788768, 0.21786827310249052, 0.2183586852389859, 0.21693252192912008, 0.21819569850174395, 0.21430518807502807, 0.2167698254377011, 0.2161822526133721, 0.21642190456808338, 0.21334872237448396, 0.21078463838798056, 0.2077354654898515, 0.20553137989532516, 0.20096933455793778, 0.19963787892582843, 0.19861450939469655, 0.1992157030138292, 0.19648746605151796, 0.1928517170532483, 0.19177690592992186, 0.19171637528804042, 0.18987271339842035, 0.18746353944727948, 0.1862118858582217, 0.18009178609066756, 0.17849731402472832, 0.1754548402799524, 0.011003776339508544, 0.009653311111081574, 0.008052523017689247, 0.006501763962677157, 0.0037813325741355933, 0.0003637149599548588, -0.0013790315146050482, -0.006888250505403212, -0.00840146537095273, -0.008756454364944091, -0.009630425474958364, -0.010704695920404529, -0.021550963800632095, -0.022981995238911132, -0.02335342254220014, -0.023123952076231677, -0.020493531166065074, -0.01783779401697986, -0.014459326424230033, -0.012876134213555507, -0.010455397015984136, -0.008814877336030808, -0.009892327980382903, -0.009640610210648978, -0.008710258407545439, -0.00862778291179105, -0.006773566640744716, 0.038895925883168474, 0.039917394225372466, 0.04576486186205699, 0.09749266837015146, 0.20403776114814098, 0.21253723366539048, 0.0, 0.0, 0.22420486972257214, 0.21448082273306188, 0.22143860318246905, 0.2239386560500345, 0.2247372545603445, 0.2233110912504788, 0.2245742678231026, 0.22271710295030284, 0.22682788030983145, 0.22753991701838314, 0.22777956897309434, 0.224706386779495, 0.22420089050321534, 0.22115171760508634, 0.21934453690528097, 0.21478249156789353, 0.2152931116183573, 0.2178810987792386, 0.2184822923983713, 0.21575405543606005, 0.21211830643779042, 0.21104349531446398, 0.21098296467258254, 0.20886667949775156, 0.20645750554661071, 0.20391535975443154, 0.1968411750033122, 0.19524670293737303, 0.19040597267610349, 0.024341479091081246, 0.022991013862654272, 0.01896598397806639, 0.01662940943742725, 0.013908978048885683, 0.01049136043470495, 0.008748613960145044, 0.0032393949693468754, 0.001483421824958304, 0.0011284328309669454, 0.00025446172095267537, -0.0008198087244934852, -0.011666076604721057, -0.013097108043000094, -0.013929466995068307, -0.014104349416840606, -0.012004116710314422, -0.0093483795612292, -0.006529295503767322, -0.004946103293092797, -0.003068776976266244, -0.0014282572963129115, -0.0025057079406650075, -0.002253990170931088, -0.0013236383678275454, -0.001241162872073154, -0.0006432764625115201, 0.04502621606140168, 0.046047684403605675, 0.05189515204029018, 0.10115459315955574, 0.20203781686729258, 0.2021995119129033, 0.0, 0.0, 0.22959277722786348, 0.22034842349951686, 0.227306203948924, 0.2296869960786819, 0.2304855945889919, 0.2290594312791261, 0.23032260785174996, 0.22846544297895016, 0.2339290529019001, 0.23464108961045177, 0.234880741565163, 0.23180755937156364, 0.23283395657471898, 0.22978478367659, 0.22979638787281434, 0.22523434253542693, 0.22574496258589072, 0.22833294974677204, 0.22893414336590467, 0.22620590640359342, 0.22257015740532377, 0.22329527200830424, 0.22468819567801346, 0.22257191050318248, 0.2201627365520416, 0.2158373745994943, 0.20729665585584522, 0.2045327939441367, 0.19969206368286715, 0.033627570097844894, 0.03227710486941793, 0.02825207498483005, 0.025170292926749483, 0.021904617604039153, 0.018075153677977556, 0.016332407203417654, 0.010823188212619485, 0.009067215068230912, 0.007947973634199612, 0.00707400252418534, 0.0059997320787391825, -0.004846535801488388, -0.006277567239767426, -0.007621956369420351, -0.007796838791192649, -0.005696606084666462, -0.0030408689355812413, -0.00022178487811936318, 0.0013614073325551616, 0.003238733649381714, 0.004879253329335045, 0.003801802684982951, 0.003451010664239839, 0.0035989195108747482, 0.0030891192726597125, 0.0036870056822213464, 0.04935649820613454, 0.05037796654833854, 0.056225434185023064, 0.059361869758570135, 0.160245093466307, 0.16040678851191773, 0.0, 0.0, 0.25784470526398323, 0.24860035153563664, 0.25555813198504373, 0.25792422666506265, 0.2587228251753726, 0.257718826890872, 0.2589820034634958, 0.2571248385906961, 0.262588448513646, 0.2633004852221976, 0.26354013717690894, 0.26046700792830674, 0.26149340513146213, 0.2584442322333331, 0.2584558364295575, 0.2538937910921701, 0.25440441114263385, 0.2569923983035152, 0.25759359192264786, 0.2548653549603366, 0.2529281452269091, 0.25365325982988957, 0.2583561282244325, 0.25623984304960146, 0.2526146631686421, 0.24590509166548163, 0.23736437292183254, 0.23460051101012402, 0.22870734400875045, 0.04093280382552779, 0.039582338597100815, 0.03352875621348804, 0.029484069758198356, 0.026218394435488027, 0.022388930509426426, 0.020646184034866528, 0.014849923550185318, 0.013093950405796747, 0.011974708971765448, 0.011100737861751175, 0.009254617886974747, -0.0015916499932528217, -0.004808428205246974, -0.0069247572224998355, -0.007099639644272131, -0.004999406937745948, -0.0023436697886607275, 0.00047541426880115024, 0.002058606479475675, 0.0034300393718930747, 0.005070559051846406, 0.00399310840749431, 0.0029759872289240145, 0.0020094223414134377, 0.0014996221031984011, 0.002097508512760035, 0.04776700103667323, 0.04878846937887723, 0.05463593701556174, 0.05777237258910883, 0.15865559629684567, 0.15881729134245642, 0.0, 0.0, 0.2618325018110838, 0.2525881480827372, 0.25954592853214437, 0.26191202321216317, 0.26271062172247317, 0.26186370059747177, 0.26312687717009564, 0.2612697122972959, 0.26673332222024576, 0.2692291025786132, 0.2694687545333246, 0.2663956252847223, 0.26742202248787766, 0.265939073941509, 0.2659506781377334, 0.26138863280034597, 0.2652748747805, 0.2678628619413812, 0.26846405556051395, 0.2667536540292963, 0.2663925733267204, 0.26763745224946506, 0.2723403206440079, 0.2702240354691771, 0.2665988555882176, 0.2598892840850572, 0.2502191166081719, 0.2459626041634114, 0.2400694371620378, 0.05038114210552659, 0.04903067687709962, 0.04297709449348684, 0.03893240803819715, 0.035666732715486815, 0.03141021059763119, 0.02936961433650523, 0.02357335385182403, 0.02181738070743545, 0.020698139273404154, 0.019824168163389885, 0.017978048188613455, 0.007131780308385882, 0.003205098781490341, 0.0010887697642374772, 0.0005420974612898577, 0.0021554556517815802, 0.003933926103256849, 0.006753010160718731, 0.008336202371393256, 0.009707635263810653, 0.011348154943763985, 0.009410507819808405, 0.00777630512393925, 0.006232695234492693, 0.00476684694049712, 0.005364733350058755, 0.05103422587397195, 0.04861447033660425, 0.052559054647301116, 0.05569549022084821, 0.15657871392858505, 0.1567404089741958, 0.0, 0.0, 0.2724954759649726, 0.26325112223662595, 0.27020890268603315, 0.27274416746477864, 0.2737353108917619, 0.27331551941041055, 0.27457869598303436, 0.27272153111023467, 0.2781851410331846, 0.280680921391552, 0.2809205733462633, 0.2778474440976611, 0.2788738413008165, 0.27927840879856575, 0.2808395704151435, 0.2769291303901997, 0.2810276649140391, 0.2836156520749204, 0.28421684569405303, 0.2825064441628355, 0.28242728876689954, 0.28718391358953876, 0.2949889472507338, 0.2928726620759029, 0.28924748219494345, 0.2825379106917831, 0.27286774321489776, 0.2673517052257259, 0.26041613045957973, 0.06775083788233097, 0.06640037265390403, 0.060346790270291224, 0.056230318206812645, 0.05235597701107493, 0.04760744559859012, 0.045566849337464146, 0.039606836304062656, 0.03755308255087108, 0.03575755713922305, 0.03488358602920879, 0.032186572474893066, 0.0213403045946655, 0.017413623067769952, 0.015297294050517093, 0.014750621747569472, 0.0163639799380612, 0.018142450389536463, 0.02096153444699835, 0.022544726657672865, 0.02294893686639741, 0.02458945654635074, 0.02265180942239517, 0.02101760672652601, 0.01947399683707946, 0.018008148543083885, 0.01860603495264552, 0.06427552747655872, 0.061855771939191034, 0.0658003562498879, 0.068936791823435, 0.06971271188772853, 0.06987440693333927, 0.0, 0.0, 0.3402771745328171, 0.3310328208044705, 0.33799060125387764, 0.34057604761377813, 0.3415539414766435, 0.3416675174096568, 0.3439999546723838, 0.34214278979958407, 0.3475979206033508, 0.3500937009617183, 0.3503379854482549, 0.3475656150732324, 0.3485920122763878, 0.348996579774137, 0.3505577413907148, 0.34664730136577093, 0.35074583588961034, 0.35333382305049166, 0.3543382416073173, 0.3526278400760997, 0.3528287763198274, 0.35758540114246673, 0.3653904348036618, 0.3632741496288309, 0.35964896974787147, 0.35293939824471093, 0.3432692307678257, 0.3362574634511562, 0.3293218886850101, 0.1352317050308696, 0.13411601621293434, 0.1280624338293216, 0.123945961765843, 0.12007162057010529, 0.11532308915762045, 0.11110400995012035, 0.10514399691671886, 0.10309024316352726, 0.10129471775187925, 0.09827233475622077, 0.09557532120190504, 0.08472905332167747, 0.07985305487582357, 0.07773672585857071, 0.0771900535556231, 0.0788034117461148, 0.08058188219759009, 0.08340096625505196, 0.08414529554717563, 0.08454950575590016, 0.08444537457942504, 0.08250772745546948, 0.06761259256884711, 0.06445789934126649, 0.03006108694304655, 0.028699180348251065, -0.08159427365963695, -0.08401402919700465, -0.08127061630905225, -0.07813418073550515, -0.07735826067121163, -0.0771965656256009, 0.0, 0.0, 0.3640721344589865, 0.35465929010907055, 0.36161707055847764, 0.3642025169183783, 0.36544338332003473, 0.36555695925304804, 0.367889396515775, 0.36603223164297527, 0.37193622470351856, 0.3743652085858509, 0.3747267364991574, 0.3719539244369002, 0.3729803216400555, 0.37335841129002983, 0.3753255611741985, 0.3714151211492546, 0.3755136556730939, 0.3781016428339753, 0.3793020385774632, 0.37785375649537617, 0.3786971295708492, 0.38345375439348856, 0.3912587880546836, 0.38914250287985264, 0.38551732299889324, 0.3773014395763107, 0.3676312720994254, 0.35793536071947024, 0.34796790323405113, 0.15387771957991062, 0.1527620307619754, 0.14681003185560376, 0.14269355979212517, 0.13742893590411356, 0.1301034955668167, 0.12588441635931658, 0.11992440332591509, 0.11651192987112158, 0.11471640445947358, 0.10742397254321583, 0.10236389619304376, 0.09151762831281618, 0.08664162986696228, 0.08452530084970941, 0.0835899496913166, 0.08503754746411044, 0.08681601791558569, 0.08963510197304757, 0.08934523121100908, 0.08770327755456162, 0.08759914637808652, 0.08566149925413094, 0.06912863966700859, 0.065973946439428, 0.0299692059630063, 0.02860729936821082, -0.08168615463967721, -0.08659232663186339, -0.08384891374391099, -0.08071247817036391, -0.07993655810607035, -0.07977486306045962, 0.0, 0.0, 0.37720386095120295, 0.367791016601287, 0.3740987383092459, 0.37652541499558123, 0.37778097076147826, 0.37789454669449163, 0.3802269839572186, 0.378991530361468, 0.3852973851626431, 0.3877263690449754, 0.38808789695828194, 0.38530502266701855, 0.3864464016295137, 0.3868244912794881, 0.38978384314026915, 0.38611349757341196, 0.3905279870016554, 0.39311597416253674, 0.39464623844392827, 0.39360823392827426, 0.3944516070037472, 0.39920823182638654, 0.40699342499575847, 0.40487713982092755, 0.3997486888459492, 0.39153280542336677, 0.3818626379464814, 0.3678453262077737, 0.35787786872235466, 0.16378768506821414, 0.16267199625027892, 0.155235212880695, 0.15111874081721643, 0.14612656728165987, 0.138801126944363, 0.13458204773686291, 0.12862203470346142, 0.12520956124866792, 0.12260841621821597, 0.11307023697903316, 0.10801016062886111, 0.09716389274863357, 0.09228789430277963, 0.09017156528552678, 0.08869197192441039, 0.0901395696972042, 0.09191804014867948, 0.09334793772557032, 0.09305806696353183, 0.0900100899645837, 0.08990595878810856, 0.087968311664153, 0.07143545207703066, 0.06724248917642127, 0.031237748699999564, 0.029875842105204085, -0.08041761190268394, -0.08532378389487011, -0.08522539591868439, -0.08208896034513731, -0.08131304028084378, -0.08140715551522328, 0.0, 0.0, 0.39830642440688746, 0.38889358005697156, 0.3952013017649304, 0.3976279784512658, 0.3988835342171629, 0.39899711015017614, 0.40193356344765435, 0.40069810985190374, 0.4070039646530789, 0.4094329485354113, 0.40979447644871775, 0.4070116021574543, 0.40845836212602316, 0.4088364517759975, 0.41206720127484636, 0.40942245207896816, 0.41383694150721173, 0.4164249286680931, 0.4189147036830085, 0.4182897961769732, 0.4191331692524462, 0.4238897940750855, 0.4316749872444576, 0.42818571669365546, 0.42305726571867724, 0.4148413822960947, 0.40517121481920937, 0.390073595975904, 0.37761837219358374, 0.1820958268588534, 0.18098013804091817, 0.17354335467133425, 0.16807219646687702, 0.16177596785211837, 0.15476809284638227, 0.1510613526897448, 0.14420821648181378, 0.14079574302702025, 0.13682848243303689, 0.1257465345193876, 0.12068645816921555, 0.10984019028898798, 0.10496419184313409, 0.1028478628258812, 0.10050500651017218, 0.10195260428296599, 0.10240014332605886, 0.10304118807110048, 0.10210021077345675, 0.09854449662005635, 0.09844036544358123, 0.09650271831962565, 0.07996985873250331, 0.07577689583189391, 0.039772155355472225, 0.035851560260114615, -0.07444189374777338, -0.08077131651728764, -0.08163445120578383, -0.07954569307870665, -0.07925958095753288, -0.08026105438901358, 0.0, 0.0, 0.3988702633267567, 0.3894574189768407, 0.3957651406847996, 0.39819181737113496, 0.40002153847633554, 0.40013511440934885, 0.403071567706827, 0.40183611411107645, 0.4081419689122515, 0.41057095279458383, 0.4109324807078904, 0.408149606416627, 0.4098400500331419, 0.41052945681855246, 0.4143388500441908, 0.41169410084831265, 0.4161085902765563, 0.4186965774374376, 0.42118635245235303, 0.4211993088160542, 0.42279668260383313, 0.42755330742647246, 0.4356690000433934, 0.4321797294925914, 0.4270512785176131, 0.41903731303209796, 0.40936714555521264, 0.3946575959363917, 0.382327061478868, 0.18709425562634893, 0.18597856680841368, 0.17922240966717248, 0.1737512514627153, 0.1674550228479566, 0.16065535514007426, 0.1571501457729872, 0.15029700956505612, 0.1471268831877639, 0.14498677488272663, 0.1326101894435973, 0.12580868648825652, 0.1124922466974946, 0.10761624825164069, 0.10549991923438783, 0.10959213954620078, 0.11103973731899462, 0.11050376710951709, 0.11114481185455868, 0.11020383455691497, 0.10638877885260839, 0.10628464767613326, 0.10434700055217769, 0.08781414096505534, 0.08362117806444595, 0.04761643758802426, 0.04369584249266666, -0.06659761151522137, -0.0742715874361487, -0.07521576675696338, -0.0731270086298862, -0.07284089650871244, -0.07384236994019312, 0.0, 0.0, 0.40376529424711644, 0.39459347916892873, 0.40090120087688774, 0.403327877563223, 0.40467089988188104, 0.4047844758148944, 0.4077209291123725, 0.40648547551662195, 0.41279133031779713, 0.4152203142001294, 0.4155818421134359, 0.41258176509798555, 0.4142722087145006, 0.41469737887057223, 0.41808649764419037, 0.4154417484483123, 0.41985623787655585, 0.42244422503743706, 0.42493400005235255, 0.4248578471764053, 0.42645522096418426, 0.4312118457868235, 0.43918120496398255, 0.43569193441318066, 0.4305634834382024, 0.4225495179526872, 0.4128793504758018, 0.39816980085698095, 0.38583926639945726, 0.19060646054693817, 0.1894907717290029, 0.18273461458776166, 0.17726345638330454, 0.17096722776854584, 0.16390404854826715, 0.16058656912393843, 0.15370978933319315, 0.15046310813909466, 0.14793363367492413, 0.1351236986187659, 0.12804313850560328, 0.11459505075181088, 0.10943970732254225, 0.10701206373576463, 0.11110428404757758, 0.11190514561757503, 0.11116889772251466, 0.11180994246755627, 0.11086896516991254, 0.10705390946560599, 0.10670321667847059, 0.10476556955451502, 0.0861150914651374, 0.08192212856452802, 0.045917388088106324, 0.04199679299274872, -0.07188316918147741, -0.07955714510240475, -0.08584216672479553, -0.08783310200073938, -0.08754698987956558, -0.08736152789221212, 0.0, 0.0, 0.40812400404150345, 0.3989521889633158, 0.40525991067127476, 0.4076865873576101, 0.4090296096762681, 0.40914318560928153, 0.41207963890675964, 0.4109244370998225, 0.41732562718409866, 0.41959768582548723, 0.4199592137387937, 0.41695913672334345, 0.4186495803398584, 0.41898955181782727, 0.4223786705914454, 0.4197339213955672, 0.42414841082381083, 0.4267116747605823, 0.42919764771128877, 0.4291214948353414, 0.4308322901117678, 0.435765651510624, 0.4433181032670169, 0.4398288327162151, 0.43470038174123676, 0.42668641625572157, 0.4170162487788363, 0.4023066991600154, 0.3899761647024916, 0.19452706570783132, 0.19341137688989604, 0.1866552197486549, 0.18111158255207518, 0.175014381421444, 0.16795120220116536, 0.16462630601086006, 0.1577495262201148, 0.15430209677093706, 0.15177262230676652, 0.13896268725060829, 0.13188212713744565, 0.11848297363798937, 0.1133457567385569, 0.1109229025540629, 0.11501512286587585, 0.11581598443587333, 0.11507973654081295, 0.11516259604003123, 0.11422161874238751, 0.11040656303808094, 0.10970235360927216, 0.10755449984010858, 0.08890402175073099, 0.08471105885012159, 0.04870631837369988, 0.04478572327834228, -0.07097694865126478, -0.0853303372883926, -0.09414235394278514, -0.0993673290888766, -0.09908121696770278, -0.09889575498034933, 0.0, 0.0, 0.4185342881636885, 0.40936247308550083, 0.41567019479345974, 0.4180968714797951, 0.421447587483319, 0.4215611634163324, 0.4244976167138106, 0.4233424149068734, 0.43153355606641486, 0.4338056147078035, 0.4341671426211099, 0.4334838112808682, 0.4351742548973833, 0.43757240348968135, 0.4431105202715113, 0.44284600798404355, 0.4472604974122872, 0.44982376134905866, 0.45230973429976506, 0.45448536221940816, 0.45619615749583464, 0.4611295188946908, 0.47041147145397916, 0.46862131317727873, 0.4634928622023005, 0.45738023301977176, 0.4494120181165968, 0.4347024684977759, 0.42237193404025214, 0.2269228350455918, 0.2296848150097803, 0.22493723019482098, 0.21939359299824132, 0.21505252344708384, 0.2079893442268052, 0.2046644480364999, 0.19778766824575467, 0.19626974475772901, 0.19588196714936354, 0.1830720320932053, 0.17599147198004272, 0.1625923184805865, 0.15922993509030808, 0.1604076590396008, 0.16449987935141372, 0.16530074092141117, 0.1659336963746326, 0.16601655587385092, 0.1650755785762072, 0.16126052287190057, 0.16232555075633676, 0.16213940778698965, 0.143488929697612, 0.13929596679700268, 0.10329122632058094, 0.0975271413321047, -0.02006970593073819, -0.03442309456786604, -0.04936850442910768, -0.05459347957519914, -0.05430736745402533, -0.056224354644417184, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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_0023[0.0, 0.0, 0.0, 0.0, 0.0, 0.00987597321805241, -0.18984917730541676, 0.0, 0.0, 0.0424053189844613, -0.14946076907320788, 0.0, 0.0, 0.06975664632757417, -0.11745451096745045, 0.0, 0.0, 0.07845912677353661, -0.11184667486929462, 0.0, 0.0, 0.08938520404911375, -0.10520432706625552, 0.0, 0.0, 0.10990854826061848, -0.08644738096360059, 0.0, 0.0, 0.11692023360380867, -0.08633806250541952, 0.0, 0.0, 0.11296932436386103, -0.07497229233280567, 0.0, 0.0, 0.11235192088186899, -0.0649143776625977, 0.0, 0.0, 0.07464362449480991, -0.05436395329409794, 0.0, 0.0, 0.044977609020762095, -0.03845988386571173, 0.0, 0.0, 0.027653062636654062, -0.02858155707193894, 0.0, 0.0, -0.004928702727497832, -0.0034341978807707757, 0.0, 0.0, -0.01364485303268738, 0.006427814892377963, 0.0, 0.0, -0.01925509076819186, 0.015108918278115897, 0.0, 0.0, -0.03274547196143245, 0.026522584083720664, 0.0, 0.0, -0.04514351475031197, 0.039144807491757604, 0.0, 0.0, -0.05795069006831421, 0.051717818964435815, 0.0, 0.0, -0.0729411197835434, 0.06592843348546794, 0.0, 0.0, -0.0879788248242332, 0.07955160845665243, 0.0, 0.0, -0.10473786825341555, 0.09715008580852795, 0.0, 0.0, -0.11738548255581754, 0.11250394778083515, 0.0, 0.0, -0.1285312179616109, 0.12863755341840064, 0.0, 0.0, -0.1509125741855342, 0.14740580613512047, 0.0, 0.0, -0.16603157800415633, 0.16229437600174093, 0.0, 0.0, -0.17521124327378765, 0.17314793054810948, 0.0, 0.0, -0.18401853005093236, 0.19006065396372404, 0.0, 0.0, -0.20043568349113242, 0.2123589219500361, 0.0, 0.0, -0.21070903031026758, 0.2144511683954968, 0.0, 0.0, -0.21787916423167153, 0.2146294735392373, 0.0, 0.0, -0.15894387922307535, 0.2139772918748089, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0004 & feature_0026[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.010137627406104582, -0.1020809648063702, -0.16183484030512574, -0.1588708920392965, -0.10236024978891797, 0.0, 0.0, 0.03931479314273271, -0.0638452540141406, -0.1259357845301823, -0.12389865793217648, -0.07728762574206834, 0.0, 0.0, 0.060092807396533596, -0.027924513617233474, -0.0914819530077312, -0.08975124396832644, -0.052733412990834005, 0.0, 0.0, 0.05238260286202045, -0.023474401294441696, -0.07648477453392483, -0.0715406409029485, -0.029766750764738878, 0.0, 0.0, 0.05020431417879124, -0.018111786438268263, -0.0676648144011583, -0.05615773284390087, -0.01372564924009321, 0.0, 0.0, 0.05258708640900773, -0.01104734667363897, -0.05476470653705013, -0.04095384621632159, 0.004566689611105946, 0.0, 0.0, 0.041832573590799296, -0.01453253089897492, -0.050033721369289796, -0.037083431633349324, 0.009725736295527415, 0.0, 0.0, 0.041504257042900214, -0.010250102636510928, -0.044581007819510174, -0.0330093747551165, 0.013613176101257677, 0.0, 0.0, 0.0450667697196844, -0.004929724207471367, -0.03836044972507877, -0.026788816660685087, 0.01916459152040774, 0.0, 0.0, 0.0509283953379209, 0.0021753195894458938, -0.030363900602558433, -0.0365721909940167, 0.006247221558799369, 0.0, 0.0, 0.05776876750897011, 0.010003734431056035, -0.023064001494587216, -0.03576059341827213, 0.0035779489882693406, 0.0, 0.0, 0.06830253376999897, 0.019922095068152266, -0.01444620678886136, -0.03367160449952311, -0.01237764464595623, 0.0, 0.0, 0.08067466575347695, 0.02856054425466253, -0.00790991994097087, -0.030828863525843696, -0.013094979151790483, 0.0, 0.0, 0.08544120881976801, 0.03591679333567844, -0.0031154161599733624, -0.029661853946870445, -0.014786466955365528, 0.0, 0.0, 0.0905813602419766, 0.04333008837560668, 0.002056060330451888, -0.02768022757895634, -0.014588178888740356, 0.0, 0.0, 0.09566729014582481, 0.050494233134355124, 0.007659524399757557, -0.024678763823369837, -0.019106397597627344, 0.0, 0.0, 0.1003666802834019, 0.05852382786382005, 0.014257243097385332, -0.021786175139496024, -0.020389269388735042, 0.0, 0.0, 0.0980101332467876, 0.06248826002700079, 0.019196668242737892, -0.018445764634150392, -0.02104421159784393, 0.0, 0.0, 0.0925335648332032, 0.06875209928551161, 0.028048713239928844, -0.012082291490448717, -0.018633601154866175, 0.0, 0.0, 0.08455115513755847, 0.07162834449331223, 0.03148753498695781, -0.00907361616554869, -0.01648048271991008, 0.0, 0.0, 0.08075369347816329, 0.07742988511666428, 0.03835304958268273, -0.0025523599486076986, -0.011608120191167515, 0.0, 0.0, -0.15069706598240637, 0.0822403075904667, 0.04844661461799595, 0.007429096580649998, -0.0017408394806948842, 0.0, 0.0, -0.18208471866504825, 0.08901622789663378, 0.06088738861477904, 0.018335827736700484, 0.009491581464376392, 0.0, 0.0, -0.2097900571522573, 0.08544542990052384, 0.06629358239766413, 0.023860436236677846, 0.014492511600154362, 0.0, 0.0, -0.23028770825078154, 0.08249403879833003, 0.07269756396150355, 0.030562758549344714, 0.023315260825878925, 0.0, 0.0, -0.2526785377447026, 0.07314286413965693, 0.07986230065079976, 0.03922298723748927, 0.03312955398995891, 0.0, 0.0, -0.2709425393877794, 0.06865643350974113, 0.09112199285265396, 0.05257838651944617, 0.04523635958892541, 0.0, 0.0, -0.30100493749073337, 0.06553155253553238, 0.10036850509340778, 0.06481255611233233, 0.05805745195140276, 0.0, 0.0, -0.30385954355740935, 0.06048117921845763, 0.09629938502075361, 0.06111819617414506, 0.051468643079190565, 0.0, 0.0, -0.3045893620933454, 0.0562204272490627, 0.09161050801645676, 0.0557766374210596, 0.04550677467552462, 0.0, 0.0, -0.27910743175192076, 0.08895288768371351, 0.14562745047605888, 0.09652365804526782, 0.0728747153594452, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0004 & feature_0044[0.0, 0.0, 0.0, 0.0, 0.0, 0.1118168816005662, -0.6708998265620565, 0.0, 0.0, 0.11164572804460937, -0.6349025471296729, 0.0, 0.0, 0.11146044218707228, -0.5975612754233949, 0.0, 0.0, 0.11110478736509263, -0.5666732170941103, 0.0, 0.0, 0.1120025551360617, -0.5259229713080182, 0.0, 0.0, 0.11396876161281638, -0.4761855117006468, 0.0, 0.0, 0.06564311889185984, -0.39786349475596194, 0.0, 0.0, 0.052839997956984755, -0.35008368349796715, 0.0, 0.0, 0.036496079468391, -0.0007394108368019843, 0.0, 0.0, 0.025936277916328652, 0.0325918703308893, 0.0, 0.0, 0.01764044442509818, 0.06740339460606286, 0.0, 0.0, 0.009603776478663109, 0.09659081044581427, 0.0, 0.0, 0.004358448011520702, 0.14848212056025129, 0.0, 0.0, 0.004534505925161664, 0.16994306988080987, 0.0, 0.0, 0.0055962186247817906, 0.18695934018017515, 0.0, 0.0, 0.0046275632655056525, 0.20144407930761202, 0.0, 0.0, 0.0038862457635038834, 0.21512615931327728, 0.0, 0.0, 0.005019151326499932, 0.2523507584959419, 0.0, 0.0, 0.0050752187430238025, 0.2770775784552935, 0.0, 0.0, 0.006396671653834763, 0.30276305026745154, 0.0, 0.0, 0.006323331918408612, 0.3355939215578039, 0.0, 0.0, 0.011146254044163726, 0.3462192587262144, 0.0, 0.0, 0.014532054742646294, 0.35424493367565374, 0.0, 0.0, 0.012326682583980439, 0.37562533448630353, 0.0, 0.0, 0.015574576923759981, 0.3791274962448607, 0.0, 0.0, 0.016828461611913825, 0.3823569621646347, 0.0, 0.0, 0.02059318605571171, 0.3961896726225417, 0.0, 0.0, 0.02106219246837006, 0.43608166181387553, 0.0, 0.0, 0.017969898360507996, 0.3879597836909499, 0.0, 0.0, 0.018900920675166855, 0.3572944276439037, 0.0, 0.0, 0.061426784504650264, 0.35677102384079395, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0004 & feature_0046[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.04466292795893385, -0.05718257502661311, -0.0648365378166437, -0.06354423488710678, -0.06324859696330241, -0.08299281746697817, -0.0835516329021904, -0.08641051041268491, -0.08780718956075984, -0.08671428729820196, -0.08435549840143931, -0.08493790169462902, -0.0859513030443884, -0.06730355776907936, -0.07799664564706726, -0.07943544564156259, -0.2511050067385652, -0.25385836950794066, -0.26297263011163896, -0.26397935851414017, -0.26288481064245384, -0.2621395040726049, -0.2628013522858272, -0.2626512965517223, -0.26289022443438853, -0.2613301760009606, -0.2585334169075299, -0.25543013702604117, -0.2557325519024107, -0.25653301602833856, -0.2727879452519776, -0.2730071466024275, -0.271919324408292, -0.27114193906784445, -0.2698260146021783, -0.2703393488212564, -0.27001355121458837, -0.26696845924265106, -0.26374751857776646, -0.2619900930428503, -0.263200413312694, -0.26204735477948193, -0.26625971531477965, -0.26815936514970257, -0.2696915904739876, -0.2652406486633697, -0.25840417046785946, -0.25322840741962604, -0.2509391176115806, -0.2700610652598929, 0.0, 0.0, -0.01824224196023713, -0.03076188902791641, -0.03841585181794698, -0.037123548888410074, -0.036827910964605734, -0.05657213146828147, -0.05713094690349369, -0.059989824413988174, -0.06138650356206316, -0.06029360129950528, -0.05824859019173987, -0.05883099348492958, -0.059924077552210575, -0.04127633227690155, -0.05199787491364237, -0.05348949659764977, -0.2251590576946524, -0.22814699249708004, -0.2373488441716901, -0.23835557257419127, -0.23725210773054248, -0.2366372652949069, -0.23729911350812924, -0.23720292636243914, -0.2387092576163749, -0.23821693525067764, -0.23542017615724703, -0.2334222335313186, -0.23372464840768814, -0.2356573850152771, -0.2519123142389162, -0.25329217523037245, -0.25220435303623695, -0.2514269676957894, -0.25011104323012323, -0.25062437744920146, -0.2512412643244375, -0.2481961723525002, -0.24497523168761548, -0.24321780615269933, -0.24442812642254308, -0.24327506788933106, -0.24879748325511186, -0.2506971330900349, -0.25344150638123614, -0.2505054147317513, -0.24577260820356514, -0.2405968451553317, -0.23830755534728623, -0.25742950299559847, 0.0, 0.0, 0.023279402662373355, 0.010759755594694073, 0.003982424255794566, 0.006170680689886746, 0.006466318613691098, -0.013443639659508644, -0.014084241141743252, -0.01694311865223775, -0.018339797800312727, -0.017629872609117525, -0.015584861501352134, -0.016167264794541846, -0.01727512848605063, 0.001364194726959395, -0.009279440330899348, -0.010937449528342694, -0.18265121777571136, -0.1856391525781391, -0.19486645254197965, -0.19587318094448083, -0.19486456850941009, -0.19453219648723535, -0.19521139030882656, -0.1951152031631365, -0.19662153441707222, -0.19612921205137496, -0.19346619585830982, -0.1914682532323814, -0.19183738078216206, -0.19377011738975106, -0.21002504661339005, -0.21247983809018411, -0.21128864872314618, -0.21043481427538555, -0.20911888980971943, -0.2096921584966636, -0.21030904537189957, -0.20708557627585586, -0.2038646356109712, -0.2021072100760551, -0.20308907934148346, -0.20266719076117634, -0.2086165690316014, -0.2117550911099239, -0.21449946440112516, -0.21156337275164036, -0.2068305662234542, -0.2005343874626353, -0.19824509765458984, -0.21894803670592897, 0.0, 0.0, 0.051037441257960746, 0.03851779419028148, 0.03174046285138197, 0.03248395526952243, 0.030232499043560717, 0.010322540770360981, 0.00968193928812637, 0.006823061777631879, 0.006149359461871628, 0.006859284653066845, 0.00867163532731614, 0.008089232034126431, 0.0069813683426176425, 0.008238590918753046, -0.0024050441391056986, -0.0038968138710508606, -0.17561058211841957, -0.1776662628060193, -0.1865215886226735, -0.18861748805075562, -0.18738245786079724, -0.18705501393396917, -0.18794527701713157, -0.188500245482915, -0.19000657673685076, -0.18951425437115355, -0.18747708734873092, -0.18665742821486236, -0.187026555764643, -0.188959292372232, -0.20517899117986554, -0.20666158868343204, -0.2054703993163941, -0.20461656486863353, -0.2033006404029674, -0.20486172490321505, -0.20672150442497428, -0.20479382949637429, -0.20157288883148958, -0.19981546329657346, -0.20079733256200188, -0.1994940659953564, -0.2054434442657815, -0.20928862278137603, -0.21203299607257728, -0.20909690442309248, -0.2043640978949063, -0.19836532228108714, -0.19607603247304164, -0.21715649530991385, 0.0, 0.0, 0.05935442502384748, 0.046834777956168215, 0.04005744661726872, 0.03971734865991374, 0.03746589243395202, 0.018152154476056, 0.01751155299382139, 0.015848394075014444, 0.015174691759254193, 0.015884616950449397, 0.01769696762469871, 0.0167263424716016, 0.015618478780092808, 0.016875701356228207, 0.006232066298369469, 0.004740296566424298, -0.1669734716809444, -0.1690291523685441, -0.17747830276867146, -0.17903340274552706, -0.1777983725555687, -0.1774709286287407, -0.178361191711903, -0.17891616017768647, -0.18053467687598795, -0.18004235451029074, -0.17848917802700623, -0.1776695188931377, -0.17803864644291834, -0.1803424021751342, -0.19680699189443868, -0.19828958939800517, -0.19632372592628655, -0.19546989147852598, -0.19485637332260647, -0.1969055485979389, -0.1987653281196981, -0.19734844611155108, -0.19412750544666643, -0.1923700799117503, -0.1933519491771787, -0.19204868261053323, -0.19717372361871202, -0.2010189021343066, -0.20491508937577038, -0.20499309718039438, -0.20026029065220818, -0.1921590390352598, -0.192426571738511, -0.21383617075789058, 0.0, 0.0, 0.07761162375728466, 0.06509197668960537, 0.0585087116908398, 0.05511235529019082, 0.0522176570890116, 0.03383718738915012, 0.033967135919788075, 0.032303977000981136, 0.0318830539601176, 0.032592979151312804, 0.034405329825562096, 0.033194378215818214, 0.032086514524309426, 0.03288232795286816, 0.022864503869671905, 0.02137273413772673, -0.15034103410964197, -0.1519233187313167, -0.160372469131444, -0.1612499166372125, -0.15984295567045187, -0.15912327052806596, -0.16058528416621407, -0.16114025263199758, -0.1624860919336207, -0.16199376956792352, -0.160724437567837, -0.1607897833344265, -0.16115891088420717, -0.16386093256077724, -0.18032552228008178, -0.18180811978364822, -0.17984225631192963, -0.17898842186416897, -0.17897431084145146, -0.18102348611678384, -0.18208458176538658, -0.18151497617093604, -0.1797519422684095, -0.17856764852205986, -0.17954951778748826, -0.1782462512208428, -0.18337129222902157, -0.18721647074461617, -0.19115998701279746, -0.19123799481742143, -0.1865051882892353, -0.1784039366722869, -0.1786714693755381, -0.20116373826184078, 0.0, 0.0, 0.03278087356429409, 0.022986217838532844, 0.016402952839767282, 0.013006596439118312, 0.01011189823793906, 0.017209488230859386, 0.017339436761497327, 0.015676277842690385, 0.01525535480182686, 0.015965279993022063, 0.017777630667271362, 0.016566679057527477, 0.01545881536601869, 0.016254628794577435, 0.00755492752119288, 0.006063157789247715, -0.12808890832188505, -0.1286788667731497, -0.13712801717327705, -0.1380054646790455, -0.1365985037122849, -0.13587881856989897, -0.1373408322080471, -0.13789580067383056, -0.13924163997545375, -0.13874931760975653, -0.1373364167714853, -0.13740176253807482, -0.13777089008785545, -0.14047291176442556, -0.15693750148373006, -0.15842009898729656, -0.1564542355155779, -0.15560040106781733, -0.15558629004509975, -0.1553487054201819, -0.15640980106878455, -0.15477541003629164, -0.15301237613376512, -0.1513589958380954, -0.15111856531322437, -0.1498152987465789, -0.1549403397547577, -0.15878551827035225, -0.1638619813659792, -0.16590159839055837, -0.1611687918623722, -0.14957693536764596, -0.15035763081285455, -0.17329604686235725, 0.0, 0.0, 0.02666658754852193, 0.022909830616403417, 0.018594729705290542, 0.015198373304641577, 0.013462882112076555, 0.020560472104996882, 0.02157153141534497, 0.019908372496538027, 0.019487449455674502, 0.0201973746468697, 0.022009725321119004, 0.020798773711375125, 0.019690910019866323, 0.021042887885853116, 0.013538275307939027, 0.012046505575993856, -0.1211418573309912, -0.12173181578225586, -0.12683239408479974, -0.12770984159056822, -0.12630288062380765, -0.1255831954814217, -0.12667865683555563, -0.1272336253013391, -0.12762215064086305, -0.12712982827516586, -0.1257169274368946, -0.12578227320348412, -0.12565858038007918, -0.12744718687074555, -0.14145601878782152, -0.141502517125554, -0.13953665365383539, -0.13811352729571924, -0.13442274155364867, -0.1341851569287308, -0.13373270360265654, -0.13209831257016363, -0.13020585896530598, -0.1285524786696363, -0.12831204814476524, -0.12700878157811976, -0.13213382258629855, -0.13539625461227844, -0.14047271770790534, -0.14251233473248454, -0.13553607319444602, -0.12394421669971974, -0.12288515790949545, -0.1458235739589982, 0.0, 0.0, -0.013958783979167234, -0.017715540911285743, -0.022030641822398615, -0.025426998223047573, -0.027162489415612598, -0.020064899422692274, -0.01905384011234419, -0.02069666608145653, -0.021304372701873395, -0.020594447510678193, -0.01878209683642889, -0.01968393088997413, -0.020284034865318663, -0.018453171756233497, -0.014482941095703293, -0.014740761606632208, -0.014604349574404088, -0.015194308025668745, -0.011182002704868436, -0.010458652900511844, -0.00905169193375123, -0.008332006791365287, -0.008564972918261653, -0.00803116735889959, -0.00793883267852486, -0.007446510312827665, -0.00539393383006903, -0.0054592795966585395, -0.005335586773253589, -0.006738380167473191, -0.020747212084549136, -0.017980177544380235, -0.014638356058406844, -0.013215229700290718, -0.008469681120830618, -0.00823209649591275, -0.007429004927155598, -0.005794613894662682, -0.0039021602898050073, -0.0022487799941353507, -0.0020083494692642863, 0.0001201217698078968, -0.004696107447510246, -0.007958539473490114, -0.012295892332177073, -0.014446692711552763, -0.007179131354995878, 0.01805173232651474, 0.019110791116739027, -0.003827624932763667, 0.0, 0.0, -0.01552180770016882, -0.01914205166407677, -0.023457152575189637, -0.0268535089758386, -0.028589000168403628, -0.02150304417164853, -0.020491984861300442, -0.02213481083041279, -0.022770824426096896, -0.022060899234901694, -0.02019496256588093, -0.02109679661942617, -0.02090520800844031, -0.019074344899355142, -0.015104114238824936, -0.014906520357478147, -0.014323606384612247, -0.014913564835876903, -0.006060701526710139, -0.005337351722353548, -0.003930390755592933, -0.0032107056132069925, -0.0034436717401033577, -0.00330890799492919, -0.0032165733145544584, -0.00265043270243163, -0.0005978562196729989, -0.001060751508237758, -0.000937058684832807, -0.0023054429018022388, -0.01631427481887818, -0.013788647769042622, -0.010446826283069234, -0.0087744326174903, -0.0040288840380302005, -0.0035820750560819005, -0.003463399576699686, -0.0018290085442067695, -5.759632786299521e-05, 0.0020956967025974444, 0.002336127227468508, 0.004464598466540692, 0.0005444860762856703, -0.00331425824220519, -0.007651611100892153, -0.009802411480267831, -0.0025348501237109433, 0.021808625903169926, 0.02286768469339421, -7.073135610847559e-05, 0.0, 0.0, -0.012119739853776668, -0.015739983817684614, -0.020031060127150765, -0.023427416527799734, -0.023600125802537814, -0.016514169805782724, -0.016164663887040454, -0.0178074898561528, -0.0184435034518369, -0.0177335782606417, -0.016203953295274853, -0.01710578734882009, -0.016447631062258786, -0.014749936261988224, -0.010779705601458018, -0.010362295423894205, -0.009779381451028309, -0.009322231214316325, -0.0004693679051495595, 0.0002539818992070309, 0.002259146277448903, 0.0029390887458946085, 0.0027061226189982416, 0.002800623458779811, 0.0026862497249899053, 0.0032523903371127327, 0.005304966819871363, 0.004862673915515656, 0.00458592117913702, 0.003217536962167584, -0.010791294954908355, -0.008265667905072799, -0.005341435683185143, -0.003669042017606212, 0.0010765065618538892, 0.0015233155438021807, 0.0016419910231843932, 0.0034885753694086172, 0.004710806330727234, 0.006931872154809144, 0.009599147760739078, 0.010991273065333975, 0.00846889285769275, 0.004610148539201891, 0.0006459529650877489, -0.002334307468218992, 0.0019466519840306176, 0.02895099799647073, 0.03214501883301808, 0.009206602783515387, 0.0, 0.0, -0.009429377430246313, -0.013049621394154264, -0.017340697703620414, -0.020584367970072754, -0.020757077244810834, -0.013842230829162876, -0.01358353264400584, -0.015226358613118187, -0.016248735611788415, -0.015538810420593217, -0.013979893892210181, -0.014881727945755418, -0.01422357165919411, -0.012596878878788065, -0.008472274083199132, -0.007588142742484922, -0.007005228769619022, -0.006548078532907041, 0.0023047847762597256, 0.0030281345806163185, 0.005033298958858188, 0.005713241427303892, 0.005224972253897925, 0.005319473093679492, 0.005205099359889585, 0.005315787387797364, 0.0066396409659375535, 0.006197348061581846, 0.005876425843569379, 0.004508041626599943, -0.009500790290475996, -0.006990567818879112, -0.004066335596991452, -0.0023939419314125176, 0.001607845752279028, 0.0020546547342273212, 0.002935488293452713, 0.004782072639676931, 0.00600430360099555, 0.007779980757744064, 0.010447256363673996, 0.013345520841926958, 0.013082505439184962, 0.008399729920708811, 0.004435534346594672, 0.0014552739132879316, 0.00573623336553754, 0.032740579377977655, 0.035934600214525006, 0.013012410687354268, 0.0, 0.0, -0.001207889615167955, -0.0048281335790759045, -0.009841050063363105, -0.013924701201206403, -0.014511825678769193, -0.007596979263121233, -0.007338281077964204, -0.008981107047076546, -0.0104927202456247, -0.0101217233632702, -0.008442481054343046, -0.009344315107888286, -0.008686158821326975, -0.007059466040920932, -0.0029411687405798926, -0.0020570373998656834, -0.0014741234269997862, -0.0006625429672851917, 0.008354244308532054, 0.009077594112888648, 0.01096780233543665, 0.011647744803882351, 0.01094496672439778, 0.011039467564179345, 0.010752475208713495, 0.010863163236621275, 0.010945195399617856, 0.010149991206660937, 0.009829068988648467, 0.008166124027610135, -0.005842707889465808, -0.003978251332811444, -0.0023526883109471508, -0.001502447878089178, 0.0024993398056023667, 0.002260227557243244, 0.0031410611164686326, 0.004987645462692855, 0.006209876424011476, 0.007985553580759986, 0.010652829186689918, 0.013551093664942879, 0.012693989020867902, 0.008011213502391751, 0.004047017928277618, 0.001066757494970872, 0.00604154872064742, 0.03304589473308754, 0.03623991556963488, 0.013317726042464152, 0.0, 0.0, 0.006290657923321534, 0.0034732719200862147, -0.0019598350563325368, -0.0060434861941758376, -0.006095012811628686, 0.0002566811555606809, 0.000515379340717713, -0.0017797250526115844, -0.00329133825115974, -0.0039538005353776835, -0.0022745582264505275, -0.0034540057795704312, -0.002795849493009122, -0.0011691567126030779, 0.0029491405877379623, 0.0038376458131431502, 0.004420559786009048, 0.005043620214705735, 0.013880028995213503, 0.014603378799570093, 0.01631529174045963, 0.016515281672250925, 0.015812503592766352, 0.014866582309596869, 0.014579589954131018, 0.014690277982038799, 0.01447063324261553, 0.013239339658596283, 0.012918417440583816, 0.011103565196466918, -0.0027870693932467456, -0.0007650676767613488, 0.0002053602974501355, 0.001055600730308107, 0.00505738841399966, 0.004429369535259698, 0.004502106059280913, 0.006348690405505134, 0.007570921366823749, 0.00934659852357226, 0.0120138741295022, 0.01491213860775515, 0.01138823550259594, 0.005460484023028666, 0.0014962884489145233, -0.0021786587659975267, 0.0027961324596790203, 0.033906097154600356, 0.0371001179911477, 0.01430380420965886, 0.0, 0.0, 0.01588836631645435, 0.013070980313219023, 0.007362317542334786, 0.002858475267957236, 0.003225544057760596, 0.008715141150009986, 0.0062624637127911735, 0.003332979084067198, 0.001901973471050834, 0.0010043323637650005, 0.0027828794982813028, 0.001694913542422837, 0.0018748649794243886, 0.003501557759830431, 0.007619855060171473, 0.00850836028557666, 0.00895236686293442, 0.009575427291631106, 0.018411836072138876, 0.01913518587649547, 0.02050604185111904, 0.020706031782910334, 0.02000325370342576, 0.018828223898529336, 0.01854123154306349, 0.018651919570971263, 0.017937202546189936, 0.016705908962170692, 0.015970069160133344, 0.014155216916016448, 0.0002645823263027864, 0.0022865840427881813, 0.0032570120169996652, 0.004107252449857637, 0.007528126327262465, 0.006957571283927463, 0.006694397863511919, 0.008540982209736137, 0.009582875051963041, 0.010870250495395035, 0.013537526101324963, 0.01643579057957792, 0.012911887474418703, 0.005494029613641267, 0.001529834039527135, -0.002145113175384917, 0.0016922024343165114, 0.03280216712923785, 0.031151706130359818, 0.00829988500466839, 0.0, 0.0, 0.021161030398924478, 0.018343644395689154, 0.012634981624804916, 0.008131139350427363, 0.008498208140230723, 0.013501573088957598, 0.011048895651738786, 0.008119411023014807, 0.006652518547536117, 0.005071803797550089, 0.006850350932066391, 0.005762384976207925, 0.0059423364132094765, 0.006618988219715658, 0.010737285520056698, 0.011625790745461887, 0.012069797322819648, 0.012336894362109368, 0.021173303142617134, 0.021391413025505183, 0.022385895165884087, 0.02220186642729938, 0.02149908834781481, 0.020324058542918383, 0.02003706618745254, 0.020147754215360313, 0.019179344507986733, 0.017948050923967486, 0.01719575557005032, 0.015380903325933424, 0.001546985593700754, 0.0032896956479349982, 0.00426012362214648, 0.005111749337860372, 0.008216868207794329, 0.007194113216467361, 0.006930939796051816, 0.00805223593082459, 0.008735997675638159, 0.010023373119070153, 0.011926644296519549, 0.01373538282076135, 0.010066398530421992, 0.0026485406696445495, -0.0013156549044695857, -0.004990602119381639, -0.0011532865096802029, 0.029733422707026325, 0.02426954532657131, 0.0014177242008798702, 0.0, 0.0, 0.025316747724633555, 0.022499361721398225, 0.016790698950513994, 0.01228685667613644, 0.0126539254659398, 0.017657290414666675, 0.015204612977447867, 0.012275128348723881, 0.010808235873245196, 0.008810762750292939, 0.010589309884809238, 0.009501343928950773, 0.009681295365952323, 0.009990505771363062, 0.013978926360123206, 0.014838108295010663, 0.014622262640109754, 0.014697755400009253, 0.02353416418051702, 0.023752274063405066, 0.024364540035713474, 0.024180511297128764, 0.023477733217644188, 0.020981772735361313, 0.02069478037989547, 0.020805468407803243, 0.01983705870042966, 0.01860576511641042, 0.01806570560554109, 0.01600295441882958, 0.0021690366865969118, 0.0031458658412078107, 0.003461259489444102, 0.00431288520515799, 0.007418004075091953, 0.006395249083764987, 0.00613207566334944, 0.00697431052361315, 0.007037753981196158, 0.00832512942462815, 0.010228400602077543, 0.01141397420155207, 0.007744989911212709, -0.0005091179990707825, -0.004473313573184923, -0.008148260788096969, -0.00431094517839554, 0.028741996774094492, 0.02327811939363946, 0.00039008313333589446, 0.0, 0.0, 0.03819103919905748, 0.037076718133348494, 0.03136805536246425, 0.026864213088086702, 0.026369352379453873, 0.031372717328180734, 0.02641944703524281, 0.021368282729639584, 0.0182858873097935, 0.01354284263533841, 0.015321389769854707, 0.012898869603297055, 0.013078821040298604, 0.013388031445709343, 0.017087029108260477, 0.017946211043147933, 0.01715415563244958, 0.016925246935354764, 0.025761655715862527, 0.02597976559875058, 0.02659203157105899, 0.026408002832474277, 0.025705224752989704, 0.023068851708628588, 0.02278185935316274, 0.02289254738107052, 0.021946964601595585, 0.021429243870072327, 0.022732626973510764, 0.020817147469995818, 0.048404336971298506, 0.049381166125909405, 0.05022513811929727, 0.05070807017550868, 0.05381318904544264, 0.05293234923220805, 0.05467945843939774, 0.055521693299661445, 0.05558513675724445, 0.057555133385014105, 0.059458404562463506, 0.060643978161938034, 0.05768359008539417, 0.05047125537483517, 0.04650705980072103, 0.049620241060430406, 0.05421078375689264, 0.08726372570938265, 0.08179984832892762, 0.05891181206862406, 0.0, 0.0, 0.05303096945693253, 0.051916648391223535, 0.046207985620339294, 0.038939315476036566, 0.037889387271724494, 0.038128286922466725, 0.03234200650813726, 0.02729084220253403, 0.024208446782687947, 0.017522744562989877, 0.019301291697506176, 0.01687877153094852, 0.01611426331470029, 0.016423473720111034, 0.019728361845179333, 0.020587543780066792, 0.01979548836936843, 0.01956657967227362, 0.027948166763012372, 0.027843958785307984, 0.028456224757616392, 0.028272196019031685, 0.027569417939547113, 0.024933044895185996, 0.024646052539720138, 0.02475674056762792, 0.023803284791230565, 0.02387552607329148, 0.025178909176729915, 0.023932321854780312, 0.0523473788896367, 0.0533242080442476, 0.054168180037635454, 0.05465111209384686, 0.05916046398729733, 0.057995880405182346, 0.05974298961237205, 0.060898116106784986, 0.060961559564367995, 0.06293155619213765, 0.06483482736958704, 0.06554373391873256, 0.06447166968098528, 0.05725933497042626, 0.05386611799215376, 0.056979299251863146, 0.06218788908542065, 0.10249839704571145, 0.09643269048105088, 0.07502557178391714, 0.0, 0.0, 0.062221798316574, 0.06199484434398485, 0.05628618157310063, 0.04874800475374568, 0.047501753739746154, 0.04774065339048838, 0.04195437297615892, 0.03586867569402284, 0.03155059750004109, 0.023766580296295137, 0.025545127430811436, 0.021017328479797905, 0.019174612161101477, 0.018799056426936918, 0.02115764385412284, 0.021324243275180888, 0.019972968476647552, 0.01887217917510578, 0.02725376626584453, 0.02714955828814014, 0.027761824260448553, 0.027577795521863843, 0.02648806966510147, 0.023878771577054196, 0.023512635101859358, 0.023623323129767136, 0.02324478529776497, 0.024130966235369745, 0.025434349338808178, 0.025349279456941258, 0.05477272650892193, 0.05602099761806678, 0.056864969611454645, 0.05734790166766605, 0.06320962477472265, 0.06308627552893488, 0.06483338473612457, 0.0659885112305375, 0.0660519546881205, 0.06997575505100705, 0.07239043489818182, 0.07309934144732734, 0.07202727720958006, 0.06481494249902105, 0.061421725520748545, 0.06279801935896995, 0.06800660919252746, 0.11686018804402802, 0.11079448147936746, 0.08938736278223372, 0.0, 0.0, 0.0676835408588046, 0.07028487598123118, 0.06552952014207844, 0.0579913433227235, 0.054180174119039276, 0.054419073769781515, 0.04863279335545206, 0.04254709607331598, 0.03822901787933423, 0.029538666143518653, 0.03131721327803495, 0.026789414327021425, 0.024946698008324997, 0.023307623134022567, 0.025666210561208495, 0.024820928372771604, 0.02346965357423827, 0.02174656733210063, 0.02988106162496977, 0.02911179950946749, 0.029724065481775894, 0.02937851196845249, 0.028288786111690126, 0.025679488023642855, 0.025313351548448014, 0.0254240395763558, 0.025003012035941862, 0.025889192973546638, 0.027868430945190873, 0.027783361063323957, 0.05741983722690962, 0.05888968700154157, 0.059733658994929426, 0.06021659105114083, 0.06632438323654694, 0.06606480940163696, 0.06754865856933039, 0.06870378506374333, 0.0687672285213263, 0.07269102888421283, 0.07509551413249368, 0.07580442068163921, 0.07539116187352111, 0.06843292628061308, 0.06503970930234058, 0.06634993453261617, 0.07155852436617369, 0.12983396427124672, 0.12376825770658614, 0.1023611390094524, 0.0, 0.0, 0.08083156014011258, 0.08343289526253916, 0.07913862213036103, 0.0716004453110061, 0.06696662891907511, 0.06720552856981735, 0.061419248155487875, 0.05533355087335181, 0.051015472679370066, 0.042325120943554485, 0.0407541434541165, 0.03622634450310297, 0.03318919001045964, 0.030594216699779336, 0.03295280412696525, 0.030958263643269045, 0.02888368517904995, 0.02716059893691231, 0.03529509322978145, 0.03315338030083787, 0.0318130047473128, 0.03063235547058952, 0.029542629613827146, 0.026933331525779872, 0.02656719505058503, 0.025659290223068572, 0.022469009945231103, 0.023355190882835875, 0.0237198915030508, 0.023634821621183882, 0.05327129778476955, 0.05574319398103186, 0.056449683274111984, 0.05693261533032339, 0.06304040751572948, 0.06278083368081952, 0.06423838114439313, 0.06573664534998849, 0.06600518627516656, 0.06992898663805308, 0.0724316738449694, 0.07188161330704239, 0.07146835449892427, 0.06451011890601623, 0.06111690192774374, 0.06242712715801934, 0.06763571699157683, 0.12481225722585491, 0.11787950969948989, 0.09757926575544981, 0.0, 0.0, 0.33807270157036734, 0.34067403669279395, 0.336846434967392, 0.32930825814803705, 0.3246744417561061, 0.32491334140684835, 0.3191270609925189, 0.311527061927298, 0.10398858428155697, 0.09529823254574142, 0.038516916861408526, 0.010894752502560058, 0.006664225940359774, 0.0030746271386445975, 0.004009301438748286, 0.0013624121232400587, -0.0022924412649251657, -0.0045852721836744095, 0.0035492221091947343, 0.0014075091802511434, -0.0009552297586776098, -0.0029202375006126854, -0.004009963357375055, -0.006619261445422333, -0.00919384382069251, -0.010101748648208972, -0.013292028926046447, -0.01240584798844167, -0.012041147368226755, -0.013112173182604376, 0.01652430298098129, 0.019189434560901948, 0.020124974325714272, 0.02060790638192568, 0.026715698567331782, 0.026456124732421815, 0.028726618809821452, 0.030224883015416797, 0.030835386033018494, 0.03431516642189113, 0.03681785362880745, 0.036034431824947345, 0.03562117301682924, 0.028662937423921203, 0.02370176923752156, 0.023415223648902764, 0.028623813482460278, 0.08580035371673837, 0.0789584509471056, 0.05865820700306554, 0.0, 0.0, 0.36375560684998387, 0.36635694197241053, 0.36281260104616886, 0.3548316993159605, 0.3501978829240295, 0.3504367825747718, 0.3446505021604423, 0.33705050309522144, 0.10738644726068501, 0.09869609552486946, 0.040569245051205766, 0.012947080692357288, 0.007736838977317414, 0.002496396648157528, 0.0034310709482612144, 4.323253469191025e-05, -0.0048362565183042985, -0.008773062605420474, -0.0006385683125513294, -0.004029780881328841, -0.007996742470771314, -0.009961750212706396, -0.011051476069468769, -0.01589623933678366, -0.01847082171205385, -0.019378726539570307, -0.022569006817407773, -0.021682825879802997, -0.02131812525958809, -0.02441878354121263, 0.005217692622373028, 0.007882824202293678, 0.008597156155957034, 0.009080088212168439, 0.014850275563510576, 0.013825754620115902, 0.016096248697515532, 0.017594512903110874, 0.01820501592071257, 0.021235107539528304, 0.023737794746444635, 0.022954372942584535, 0.02254111413446644, 0.01558287854155839, 0.00737160891105975, 0.0070850633224409515, 0.012293653155998459, 0.06947019339027656, 0.06262829062064379, 0.042328046676603746, 0.0, 0.0, 0.38525508811421527, 0.38948683380928817, 0.38594249288304666, 0.3779615911528383, 0.3733277747609074, 0.3735666744116496, 0.36778039399732015, 0.36018039493209925, 0.1305163390975629, 0.12182598736174732, 0.05990180550217599, 0.0322796411433275, 0.027069399428287615, 0.021828957099127733, 0.022763631399231425, 0.018899988145128336, 0.012847405068044236, 0.008037809706403862, 0.014295359675897509, 0.010904147107119991, 0.004805171928227274, -0.028894613525078883, -0.033670619099926094, -0.038515382367240995, -0.041089964742511184, -0.041997869570027636, -0.04518814984786511, -0.044301968910260336, -0.04692959430674008, -0.05065326050252644, -0.021049813312283706, -0.01869213635747279, -0.018124706107465197, -0.018516070391898103, -0.013310545070877877, -0.014335066014272549, -0.01206457193687292, -0.010517414395253015, -0.009906911377651324, -0.006309012580202056, -0.003806325373285736, -0.0045897471771458274, -0.007488009480269806, -0.014446245073177853, -0.024226256955946063, -0.02451280254456486, -0.019304212711007355, 0.03635850938480224, 0.029718633319353063, 0.009418389375313009, 0.0, 0.0, 0.40652150388548286, 0.4107532495805557, 0.40744218520909103, 0.39946128347888266, 0.3920517873851732, 0.38968489386758753, 0.38156563567902135, 0.372283618075216, 0.14070752676898968, 0.13078059215018925, 0.06635089587708928, 0.038728731518240814, 0.03351848980320095, 0.027452256942719636, 0.0274005214931691, 0.022733731106936002, 0.016681148029851902, 0.011871552668211521, 0.018129102637705174, 0.014169667773191442, 0.0067011266881183435, -0.029380632701640697, -0.036280814963023725, -0.04194439165646854, -0.0457705626706168, -0.048700934496162286, -0.05189121477399978, -0.05481553137722218, -0.057443156773701924, -0.062090501558249064, -0.032790904592167644, -0.03153334363113456, -0.03147813922856139, -0.03232008978891245, -0.02804021652654145, -0.029064737469936132, -0.026794243392536502, -0.025247085850916593, -0.025607894631713406, -0.022009995834264138, -0.02027542227566594, -0.021058844079526035, -0.023957106382650008, -0.03091534197555806, -0.04069535385832626, -0.042824466235312005, -0.0376158764017545, 0.016678280387004887, 0.01034650114672181, -0.008840749697101323, 0.0, 0.0, 0.4268596368725259, 0.4310913825675989, 0.4277803181961342, 0.4197994164659257, 0.40779029409111267, 0.4011733442664622, 0.39305408607789605, 0.3824781838718456, 0.14833912239559832, 0.13746094219213553, 0.0705543351978795, 0.04293217083903102, 0.03772192912399115, 0.031655696263509836, 0.031603960813959296, 0.02687837736024218, 0.020825794283158075, 0.01544464494332006, 0.021702194912813718, 0.017742760048299982, 0.010274218963226884, -0.025807540426532157, -0.03332367332021826, -0.03898725001366307, -0.04281342102781132, -0.046010493787228574, -0.050832935016533395, -0.053757251619755794, -0.05638487701623554, -0.06406295216541769, -0.03476335519933626, -0.033857691209271956, -0.03313362000663002, -0.033975570566981084, -0.029695697304610073, -0.03072021824800476, -0.027321189507674027, -0.02577403196605411, -0.02613484074685092, -0.02093292069228488, -0.01919834713368668, -0.020947581149426027, -0.023845843452549996, -0.030804079045458045, -0.040584090928226256, -0.04271320330521199, -0.03750461347165448, 0.016789543317104912, 0.01045776407682183, -0.007712196013581146, 0.0, 0.0, 0.4333855660076264, 0.4376173117026993, 0.4356129521889681, 0.4313300493101552, 0.41932092693534195, 0.4123962561693338, 0.40427699798076766, 0.39263330989452216, 0.1555843060034655, 0.14470612580000267, 0.07779951880574669, 0.0501773544468982, 0.044967112731858334, 0.03890087987137702, 0.03884914442182648, 0.03412356096810937, 0.02807097789102526, 0.022689828551187247, 0.028947378520680894, 0.02498794365616716, 0.01751940257109406, -0.01946680129181449, -0.027614050263177155, -0.03327762695662197, -0.0380497424394472, -0.04137046394363381, -0.04687666468372499, -0.04980098128694739, -0.053084967822545175, -0.06166075550647941, -0.032863815764914844, -0.03230082595097764, -0.03157675474833572, -0.03241870530868679, -0.028138832046315763, -0.028369333631350933, -0.024970304891020204, -0.02327703462172364, -0.02363784340252045, -0.018501551043403362, -0.01790682661396511, -0.020129812391861502, -0.024397952665065534, -0.03262770436522714, -0.04240771624799535, -0.04453682862498109, -0.039496736528877106, 0.014797420259882286, 0.008465641019599198, -0.008619320823819547, 0.0, 0.0, 0.4308271709577921, 0.43505891665286506, 0.43292508440397626, 0.4292387859058187, 0.4172296635310056, 0.4120332797017313, 0.4033742543715537, 0.39081009819308254, 0.15154272173409528, 0.14066454153063243, 0.07375793453637645, 0.046918712793325386, 0.04200124896560162, 0.035935016105120315, 0.035883280655569776, 0.031157697201852665, 0.02510511412476855, 0.01977418176445, 0.02469630848121207, 0.020736873616698334, 0.013268332531625238, -0.02371787133128333, -0.03186512030264599, -0.03725683948214369, -0.04052368219936577, -0.04413390739596363, -0.048360624137177344, -0.051487102530373446, -0.05477108906597124, -0.06336655540169742, -0.03469064045297391, -0.034193956533573246, -0.03346988533093131, -0.034534566156074635, -0.030254692893703628, -0.030485194478738795, -0.025694489936487024, -0.024001219667190467, -0.024362028447987266, -0.019461546408187147, -0.0172368180792465, -0.019459803857142893, -0.023727944130346915, -0.03195769583050854, -0.04279085366547072, -0.04491996604245646, -0.03987987394635248, 0.013866882143429926, 0.0072774712482743505, -0.00980749059514439, 0.0, 0.0, 0.4281010579485175, 0.4323328036435904, 0.43019897139470153, 0.427863927229279, 0.415854804854466, 0.41065842102519184, 0.4019993956950142, 0.3894352395165429, 0.1499144151177012, 0.13903623491423836, 0.07212962791998236, 0.04529040617693127, 0.04037294234920752, 0.03430670948872621, 0.034551313044098204, 0.029825729590381097, 0.024798243717779705, 0.0195081876958873, 0.024430314412649364, 0.02047087954813563, 0.013002338463062531, -0.02398386539984603, -0.031562202786201816, -0.036953921965699514, -0.040220764682921586, -0.04412965376880297, -0.04839625019033064, -0.051522728583526745, -0.05551017665321536, -0.06410564298894153, -0.03542972804021803, -0.03423430434602292, -0.03351023314338098, -0.034574913968524294, -0.03029504070615329, -0.03052554229118844, -0.025734837748936683, -0.02255728229281983, -0.02291809107361665, -0.018656002450218163, -0.016924423555075938, -0.019178591616760554, -0.026797504632479034, -0.03502725633264062, -0.04696945745294599, -0.04909856982993174, -0.04433004729709547, 0.00941670879268694, 0.002559286039183449, -0.013058007492455379, 0.0, 0.0, 0.4634223740866286, 0.46765411978170157, 0.46552028753281277, 0.4649853109990124, 0.45297618862419936, 0.4477798047949251, 0.4391207794647474, 0.4265566232862762, 0.18703579888743446, 0.17446238088185445, 0.10755577388759845, 0.08071655214454737, 0.07246869861814674, 0.06640246575766544, 0.06664706931303742, 0.06005630031567512, 0.05502881444307374, 0.04973875842118132, 0.051458237545801505, 0.047498802681287776, 0.04003026159621466, 0.0030440577333061087, -0.006254248693775629, -0.013493802378406545, -0.01676064509562862, -0.020669534181509994, -0.02493613060303767, -0.02806260899623377, -0.033492486307253704, -0.04344827474544134, -0.01614113078149674, -0.01494570708730163, -0.014221635884659689, -0.01718595393903807, -0.015107135623054938, -0.016729536855751806, -0.011938832313500038, -0.008761276857383182, -0.009122085638179999, -0.006575601576104191, -0.004844022680961957, -0.009380259786062021, -0.0169991728017805, -0.025228924501942106, -0.03717112562224746, -0.03930023799923321, -0.03453171546639694, 0.016446270403480897, 0.0054836212468568546, -0.010604603731549868, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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_0005[0.0, 0.14136819475759085, -0.35500533212668556, 0.0]
feature_0006[0.0, -0.003619047251597076, 0.036292417508973496, 0.0]
feature_0007[0.0, -0.05693044710995321, 0.05022469733017505, 0.0]
feature_0008[0.0, -0.02949119639380501, 0.5075229146840861, 0.0]
feature_0009[0.0, -0.025485309656784326, 0.6396812723852865, 0.0]
feature_0010[0.0, -0.0038854270038785822, 0.37640074100073767, 0.0]
feature_0011[0.0, 0.006460904690472142, -0.6259001418894886, 0.0]
feature_0012[0.0, -0.021001920891551312, 0.3444315026214415, 0.0]
feature_0013[0.0, 0.008518833230123977, -0.0398162857494925, 0.0]
feature_0014[0.0, -0.0019045663558734716, 0.13366592970312, 0.0]
feature_0015[0.0, -0.0032142478546014585, 0.1645694901555947, 0.0]
feature_0016[0.0, 0.059123552120183075, -0.15035039045947007, 0.0]
feature_0017[0.0, -0.09250758776512664, 0.3190460555308629, 0.0]
feature_0018[0.0, -0.005090616559865806, 0.045364481748677556, 0.0]
feature_0019[0.0, 0.07569956229351643, -0.6471389410701831, 0.0]
feature_0020[0.0, -0.9645187783296353, -0.9633396199076103, -0.9633396199076103, -0.9614649280827613, -0.9594796764886951, -0.9594796764886951, -0.9577729037947396, -0.9577729037947396, -0.9369246192407189, 0.07365613157882171, 0.07365613157882171, -0.41813007323059587, -0.5461966205638487, -0.5459429687765808, -0.5435149820847625, -0.5431852274815993, -0.5411275855485939, -0.540096204738125, -0.5391492703959909, -0.5366314134386136, -0.5347469530572748, -0.5347469530572748, -0.5333480922051218, -0.5322677880465108, -0.5267271173266336, 0.11920683670712481, 0.12009702707581728, 0.12009702707581728, 0.18740541005739195, 0.25311113943431895, 0.25311113943431895, 0.25359782973519673, 0.25520169099319234, 0.2553354041847483, 0.2557067135058987, 0.25681463509103036, 0.28727328674398767, 0.28727328674398767, 0.28754882214843586, 0.2891351799987008, 0.29031617118630293, 0.2908059393657547, 0.2908059393657547, 0.2913739088480097, 0.2913739088480097, 0.2913739088480097, 0.2913739088480097, 0.2913739088480097, 0.29173705938978167, 0.29191903491170823, 0.2772163170545262, 0.25902288962838005, 0.2423189976486588, 0.24244778685806162, 0.24244778685806162, 0.24063494140308436, 0.23969111388270373, 0.2209335438879668, 0.22092058699333245, 0.22116242908702113, 0.22116242908702113, 0.22121801776036296, 0.2213954432786547, 0.2213954432786547, 0.2213954432786547, 0.2213210602671563, 0.2212817846217536, 0.2212599502148559, 0.2212768290349099, 0.22108205295815098, 0.22099117394291412, 0.22083461876269914, 0.22060779836892552, 0.22060443217495174, 0.22040770599930348, 0.22031926741064944, 0.22031926741064944, 0.2203246993017717, 0.22061537697523062, 0.22052546356859207, 0.22052546356859207, 0.2203400463798687, 0.2202550207065242, -0.05628604714538074, -0.06561624544544575, -0.06561624544544575, -0.06561624544544575, -0.06572824354399222, -0.06597337300300274, -0.06623431689634884, -0.06636498981591171, -0.0665129459533895, -0.06648090894487169, -0.0664477361965044, -0.0664615648133078, -0.0664615648133078, -0.06635737984270386, -0.06635737984270386, -0.06618469363794856, -0.06613688508529122, -0.06588145459371735, -0.06582656803323818, -0.06582656803323818, -0.06582656803323818, 0.022636109568773818, 0.022636109568773818, 0.022636109568773818, 0.022995596814512152, 0.02292297643403346, 0.02315742198370687, 0.023228987407818327, 0.023228987407818327, 0.02364020485166194, 0.02364020485166194, 0.024037359190450306, 0.02446439351866598, 0.02446439351866598, 0.024701836371861716, 0.02460883797429759, 0.02458804372911705, 0.024490853860734754, 0.024480233721399985, 0.024687769758541606, 0.02476106156326949, 0.028769747660173907, 0.028787375808052098, 0.028734570838763608, 0.028852979235662955, 0.02891632805952927, 0.02898887570808058, 0.029051691511009795, 0.029051691511009795, 0.02897503408941108, 0.028835704217183927, 0.02895606502589442, 0.028922751027003007, 0.028922751027003007, 0.028874817717570965, 0.028827561822122535, 0.02875824867005754, 0.02875824867005754, 0.026601007852218368, 0.025897696687739797, 0.025553439378305228, 0.025292964154725258, 0.025168352422355784, 0.025137264119771623, 0.025098593503032136, 0.025062264640335088, 0.025014433318147133, 0.024800783706768838, 0.024657502428111985, 0.024657502428111985, 0.0246455613822889, 0.024638722576420385, 0.024559111486014903, 0.02438276604718043, 0.024356112810975442, 0.024356112810975442, 0.024356112810975442, 0.024227283927063047, 0.024129031384847247, 0.023887153369491137, 0.023859246051653044, 0.023859246051653044, 0.023773292019405957, 0.023656541262555952, 0.023656541262555952, 0.023656541262555952, 0.02354141104005095, 0.02354141104005095, 0.023337927686577817, 0.02328283719933109, 0.016789822220518967, 0.016498558755645643, 0.01631449535221971, 0.0078112511982428474, -0.062096498691544176, -0.06239221473325523, -0.06239221473325523, -0.062407283458498886, -0.07478191225960412, -0.07497104826722166, -0.07526678449697893, -0.07549507262880865, -0.07553169582095949, -0.07591219675697645, -0.07587342814697787, -0.07595867090098259, -0.07595867090098259, -0.07595867090098259, -0.07603306733123344, -0.07603306733123344, -0.07606345314549941, -0.07615123383731895, -0.07626670437404921, -0.076099426266657, -0.07616616657860799, -0.07621159587906648, -0.07623928739189866, -0.07623928739189866, -0.07616110454531114, -0.07603118498660673, -0.07603118498660673, -0.0758318345201419, -0.07580680187291335, -0.07577519532779432, -0.07568753272010245, -0.07568753272010245, -0.07570646336775079, -0.07570646336775079, -0.07542652114546733, -0.0765880273794153, -0.07641221280878514, -0.0764108340024709, -0.07638036268161622, -0.07642856273047091, -0.07639196316344289, -0.07643550525541193, -0.07655827569736592, -0.0765554953785429, -0.07648996775882219, -0.07650013349773534, -0.07651312459621576, -0.07660191329976812, -0.07644965487632568, -0.08340972544270969, -0.08358213884433235, -0.13637553930575333, -0.13637553930575333, -0.13639567965254681, -0.13622112933026134, -0.13625280982311672, -0.13625280982311672, -0.13625280982311672, -0.13620826289168886, -0.13620826289168886, -0.13618427450186607, -0.13607390041754355, -0.1359785481089512, -0.13585102792029383, -0.13585102792029383, -0.13569128680910275, -0.13548458360461274, -0.13548458360461274, -0.13548458360461274, -0.13535995429249745, -0.13530304251110192, -0.1352223572126746, -0.1348068321459606, -0.13441323408357106, -0.13433143907573242, -0.13401180803041102, -0.1337474520652987, -0.13343384671766748, -0.13343384671766748, -0.1331025080426663, -0.13304730810863907, -0.13262493781091206, -0.13224585796827254, -0.131850570595659, -0.13162577088351807, -0.13111488097089244, -0.13085794954934735, -0.13039187644050956, -0.13030119079211455, -0.13030119079211455, -0.12990366681568025, -0.12988112231273372, -0.12988112231273372, -0.12965404928632415, -0.1293291057353614, -0.12918002738343837, -0.12897836394805712, -0.12897836394805712, -0.1288296171744905, -0.1288296171744905, -0.12873637558938086, -0.1286683730366882, -0.12831773565627638, -0.12804184953058703, -0.12804184953058703, -0.1277120793214428, -0.1277120793214428, -0.1273765531869383, -0.12717941443782083, -0.1268174485428379, -0.12671639660939837, -0.12660299274780773, -0.12660299274780773, -0.1265555496884956, -0.12618226818692907, -0.1261080536453606, -0.12607084552985273, -0.12607084552985273, -0.12577700772017675, -0.12551476165104208, -0.12505824443810978, -0.12500471831562288, -0.12472140115107319, -0.12472140115107319, -0.12437736399220131, -0.12408955083700554, -0.12361759357141892, -0.1230394611453656, -0.12264461275791103, -0.12245609636912537, -0.12237365682736176, -0.12237365682736176, -0.12181320912632272, -0.12181320912632272, -0.12172607912334288, -0.12162634851456351, -0.12152120693539097, -0.12141852717209806, -0.12103609736991934, -0.1207984401188964, -0.1207984401188964, -0.12061364058245408, -0.12061364058245408, -0.12030558336983461, -0.12010826790821844, -0.11993764220103421, -0.11958299260847552, -0.11932777730735522, -0.1188845798518983, -0.11845906147462733, -0.11825279714356059, -0.11815351285355113, -0.11805543784824148, -0.11771452154426934, -0.11730356846082528, -0.11709453068739853, -0.11685629428407386, -0.11672657632045802, -0.11660189000491424, -0.1164940098683721, -0.11611101935679134, -0.11597123721531022, -0.11597123721531022, -0.11585370468058183, -0.11561730637002614, -0.11535321259161323, -0.11520710085921163, -0.11474388831503472, -0.11429519122648912, -0.1139127826957744, -0.11313293220042465, -0.11292033711969016, -0.11275950317454028, -0.11264925382591286, -0.1123739065219683, -0.11156146831716676, -0.11303594776268838, -0.11258775240374246, -0.11228522305990515, -0.11228522305990515, -0.1119336075618667, -0.11132226434856099, -0.11114795039527971, -0.11100128233918288, -0.11064685616217836, -0.11064685616217836, -0.11048641879275202, -0.11048641879275202, -0.11027731887152599, -0.1091294831771911, -0.1091294831771911, -0.10887721897760295, -0.10849717635098483, -0.10832037439828697, -0.10801414406039467, -0.10745506179902534, -0.10745506179902534, -0.1067203172746728, -0.10643007067453539, -0.10617104702732147, -0.10607466203238954, -0.10601592695056432, -0.10601592695056432, -0.10588143114454643, -0.11054773240671605, -0.10987095586867669, -0.10976624451901829, -0.10976624451901829, -0.109536047586835, -0.10939864835082756, -0.10939864835082756, -0.10907807433778949, -0.10882449219108803, -0.10833634422526812, -0.1080403204798058, -0.10731691876218473, -0.1072102072155918, -0.10700861702889553, -0.11109135801023583, -0.11099780659695635, -0.1107703472812169, -0.1107703472812169, -0.1104302229395728, -0.11015922763805078, -0.10988430803100363, -0.10967785797135055, -0.10954383615927389, -0.10937825420178353, -0.10860558289478704, -0.10840741688102794, -0.10769225390175131, -0.10706172083557744, -0.10687910611532464, -0.1065646079613893, -0.10636396882073973, -0.10623654614341867, -0.10623654614341867, -0.1059921454117333, -0.1059921454117333, -0.1053411471393606, -0.1053411471393606, -0.10495719408332739, -0.1052426601836848, -0.10436147782463642, -0.10436147782463642, -0.10381682789803803, -0.10342693687332165, -0.10255651191880616, -0.1021573482059011, -0.10177133848519469, -0.10128391613050741, -0.10128391613050741, -0.10128391613050741, -0.1011314555013395, -0.10097998427806537, -0.10066642476358086, -0.10035745935071952, -0.10014400874939576, -0.10014400874939576, -0.09976741851112388, -0.09913016874407558, -0.09870926104617606, -0.09834976657943595, -0.09834976657943595, -0.098065326687701, -0.09753084929306154, -0.09753084929306154, -0.09753084929306154, -0.09671056961280607, -0.09646656944243752, -0.09646656944243752, -0.0958998562077198, -0.09558657001474327, -0.09558657001474327, -0.09558657001474327, -0.09558657001474327, -0.09491581663484176, -0.09365611363302473, -0.09297252119602514, -0.09297252119602514, -0.09279603502625823, -0.09252327857193766, -0.0921176436528175, -0.0921176436528175, -0.0918655609648926, -0.09128414491467327, -0.09103825943510985, -0.09075562068873964, -0.09028937395232418, -0.09002680561544195, -0.09002680561544195, -0.09002680561544195, -0.0897683395035563, -0.0897683395035563, -0.0897683395035563, -0.08933260599421097, -0.08908657072272781, -0.08807861199613364, -0.08712500537226633, -0.08712500537226633, -0.08647376336790048, -0.08625727376844079, -0.08566103267627709, -0.08566103267627709, -0.08517578133839429, -0.08495153385966997, -0.09094659943134968, -0.09075591528846169, -0.09019871678684852, -0.10235534529964996, -0.10203980497726861, -0.1018394298620569, -0.128628750059374, -0.12839341968986767, -0.12839341968986767, -0.12801950756669164, -0.12737568520980413, -0.12690598720911223, -0.1266313781270366, -0.12541631743979814, -0.1250653826244914, -0.12435755394911943, -0.19149579617192183, -0.1913282659126494, -0.19059060432632224, -0.19014900406483315, -0.18961193477324179, -0.18961193477324179, -0.18900090600880332, -0.18900090600880332, -0.18781607552125382, -0.18747426497789904, -0.18638837819371684, -0.18599319298766956, -0.1846940493498659, -0.184181820308113, -0.1831509692676756, -0.18271247554749948, -0.18271247554749948, -0.1812316085314444, -0.1812316085314444, -0.18077512949387423, -0.18077512949387423, -0.17990517371943177, -0.17990517371943177, -0.17938578105749037, -0.17880185656001282, -0.17880185656001282, -0.17822560918104136, -0.17057113170446722, -0.1700548368300461, -0.16881638463512627, -0.16830437131258152, -0.15750137628862138, -0.05323243089932191, -0.05254801596433541, -0.05146882627198998, -0.05049001813675306, -0.0500177885525866, -0.04934259330099838, -0.048059763631647975, -0.04619197348038454, -0.04547805809445041, -0.04547805809445041, -0.04487392918542666, -0.04326351006174737, -0.042100613391575226, -0.040141220582406975, -0.039001127303744665, -0.03839705485177308, -0.03839705485177308, -0.03778927615698059, -0.03657532836311372, 0.2300728478029574, 0.2360683276413563, 0.23687025774786072, 0.23687025774786072, 0.23937314160739737, 0.2506513882711862, 0.2527313576308741, 0.25462564563106127, 0.25519646087326464, 0.25704634757761374, 0.2575242813111176, 0.25805959834169573, 0.25897074525704206, 0.26004119648677654, 0.2605616428837115, 0.26098799599056843, 0.26335499299126675, 0.26538032072491713, 0.26686336632260593, 0.2723667280767274, 0.2723667280767274, 0.2723667280767274, 0.27298065746905487, 0.27298065746905487, 0.2737538780774173, 0.2737538780774173, 0.2737538780774173, 0.27414714868885576, 0.27414714868885576, 0.2762079218782498, 0.2772176359327643, 0.27872914240624014, 0.27918362771719246, 0.279997765902457, 0.279997765902457, 0.279997765902457, 0.2812069528256112, 0.2819625034610467, 0.28386661048740564, 0.28497984936649146, 0.2854500326122864, 0.28687478265900246, 0.28809148934343526, 0.28809148934343526, 0.28809148934343526, 0.2892375419966614, 0.29057727234950415, 0.29101570770743634, 0.23446440802967336, 0.20181727123931936, 0.19013276445597166, 0.17798303376910632, 0.18016153833856569, 0.18061476141707972, 0.1812571202175259, 0.18154961700899844, 0.18154961700899844, 0.18154961700899844, 0.1824652806269897, 0.18347117779694203, 0.1847390317432414, 0.18589345922032022, 0.18589345922032022, 0.18633302479953107, 0.18732542406159128, 0.18891329972336843, 0.18891329972336843, 0.18930637655947252, 0.19036028133530533, 0.19090014207066944, 0.19090014207066944, 0.19090014207066944, 0.19231420342743602, 0.19302025393865263, 0.19302025393865263, 0.193574841542793, 0.1942174631267097, 0.1946474994589013, 0.19508498161123236, 0.1959379028412638, 0.1959379028412638, 0.1970832806384766, 0.198702249599732, 0.19906305294021576, 0.1994692469175, 0.1994692469175, 0.20069137860125846, 0.20265845628849974, 0.20829533080260285, 0.20886241026682473, 0.20957723049644592, 0.2104422399450553, 0.21126015118743122, 0.21221388271677907, 0.2127876968937389, 0.21334056322287784, 0.2138084317529127, 0.2148544896363799, 0.19993173448235166, 0.20085817878119538, 0.20187301248358916, 0.20446029702076451, 0.20546642848137098, 0.2060963226130913, 0.20757453397414757, 0.23731900944477263, 0.2379063721322852, 0.2398877456756624, 0.2398877456756624, 0.2412856876641092, 0.24275817692250426, 0.24340209095634566, 0.24340209095634566, 0.24499094498036103, 0.24609153732862082, 0.24672292518599825, 0.25166969472702955, 0.25166969472702955, 0.2522410445605498, 0.252789027894188, 0.252789027894188, 0.254210480015738, 0.254210480015738, 0.25581487342137005, 0.2562759387474321, 0.2569335532516505, 0.2580016375972156, 0.25866593648664976, 0.2594780149848679, 0.26007452601176334, 0.26007452601176334, 0.26007452601176334, 0.2614111378456265, 0.26241388575648406, 0.26241388575648406, 0.26241388575648406, 0.2643802294632163, 0.26514648278923, 0.2666543637381077, 0.2666543637381077, 0.2671664876045564, 0.2678811050503302, 0.26852058497141534, 0.26852058497141534, 0.20185890237350304, 0.20185890237350304, 0.20185890237350304, 0.20185890237350304, 0.20249348663563635, 0.20412602536364133, 0.20412602536364133, 0.20482628720753016, 0.20482628720753016, 0.39801646664673507, 0.3993268491872442, 0.3998830671444394, 0.4006629344213593, 0.4006629344213593, 0.4013698895759184, 0.2937356891779027, 0.29467696860205805, 0.29467696860205805, 0.22591448270599948, 0.22591448270599948, 0.5134159065044637, 0.5141479705191239, 0.5177213884046081, 0.4397402682585297, 0.4415319805401046, 0.4415370367324266, 0.37163879268158423, 0.37141163087812107, 0.3722509117943172, 0.18598191922029358, 0.17294532456728412, 0.17027415735912851, 0.1697975768718801, 0.17446165244237583, 0.0]
feature_0020 & feature_0026[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4639135286826623, 0.11051867633716347, -0.20382096174760028, -0.18623281910210396, -0.19132181458301067, 0.0, 0.0, 0.4479737940975387, 0.10561616838549158, -0.20049240271560106, -0.1763341166780027, -0.17847911230991484, 0.0, 0.0, 0.40322966103622004, 0.06416940228584922, 0.004762974854825784, 0.03299971700571648, 0.03251594125556693, 0.0, 0.0, 0.39391213122503244, 0.06540583606431444, 0.007682410496534304, 0.03656281879606598, 0.03667208190320101, 0.0, 0.0, 0.3887015060011532, 0.06109585275397474, 0.005398840977987668, 0.036272634559131656, 0.04193593313534403, 0.0, 0.0, 0.3789885683928193, 0.0593243735437675, 0.004731804125601779, 0.035226884534198345, 0.041035528673095074, 0.0, 0.0, 0.3628303542498237, 0.05508582133540332, 0.001542398935483056, 0.03190279824838299, 0.037101487468602444, 0.0, 0.0, 0.3500400908618427, 0.05118584345818218, -0.0018980181840823913, 0.018751397100540905, 0.0239098361702591, 0.0, 0.0, 0.3389663235937795, 0.051377000419296166, -0.0015581025594045598, 0.018247893251455566, 0.022656006411596957, 0.0, 0.0, 0.3395566645996795, 0.05196734142519615, -0.0009338554825923741, 0.01691516733543221, 0.020398963818176106, 0.0, 0.0, 0.3384564060625098, 0.054655310971528114, 0.0017186816476426508, 0.015343342408892065, 0.01836199024284611, 0.0, 0.0, 0.3300833083141656, 0.05407208108347106, 0.002316857573710839, 0.012191267113400446, 0.01424809619189524, 0.0, 0.0, 0.3273519750379296, 0.05437499115179892, 0.0027405840203596366, 0.008455061513465987, 0.009576131067346326, 0.0, 0.0, 0.3195867910433548, 0.05424018146114483, 0.003157553591844996, 0.005952477235584195, 0.006524401056745521, 0.0, 0.0, 0.3166091466461285, 0.05385640499151138, 0.0026466796548484674, 0.0032392552554403363, 0.003934596058769665, 0.0, 0.0, 0.3086902248775666, 0.05024035157003237, -0.0005076074234682945, -0.00442721095139631, -0.004123078248112926, 0.0, 0.0, 0.3015139193228614, 0.04764616910353894, -0.0024824322332997993, -0.007023416047309513, -0.0056034508822850135, 0.0, 0.0, 0.285335417422392, 0.04453892992590255, -0.003777437485003711, -0.011190667018674565, -0.009017589224353584, 0.0, 0.0, 0.2816478761037498, 0.043949389787054136, -0.005285040523200293, -0.014634412095418782, -0.011852031356178409, 0.0, 0.0, 0.2742944825155507, 0.04343956708876946, -0.005794863221484974, -0.016895252451003963, -0.013872153517299408, 0.0, 0.0, 0.27425064501345603, 0.043395729586674814, -0.006739582356437556, -0.030067911070792593, -0.027473381853781922, 0.0, 0.0, 0.26899087507516956, 0.043645382134995886, -0.0066226361540512564, -0.031986506270363986, -0.02924325373292966, 0.0, 0.0, 0.2598583830545694, 0.043684508773297215, -0.005768714593633774, -0.03401733038180901, -0.030240592937884524, 0.0, 0.0, 0.25101317366172804, 0.042282405050385295, -0.006724562359811428, -0.03497317814798667, -0.029644922434360444, 0.0, 0.0, 0.24940980891578476, 0.04312097468540797, -0.006858722008851592, -0.03725855998767585, -0.03155777427806488, 0.0, 0.0, 0.24492743045810722, 0.04284620927228039, -0.007193454890482018, -0.03827577694183953, -0.032303968178000575, 0.0, 0.0, 0.24435358780135488, 0.04227236661552802, -0.007559310172738216, -0.03864163222409572, -0.03178683726789839, 0.0, 0.0, 0.23534266277453134, 0.040665117832540544, -0.0076828763704172775, -0.03873117809828909, -0.031463870743421885, 0.0, 0.0, 0.22797290247821522, 0.03890954995257915, -0.008166645871654063, -0.040528430781457944, -0.0325257972521245, 0.0, 0.0, 0.22417603706889078, 0.03832843988334436, -0.008970796970728645, -0.04133258188053252, -0.03244381047113136, 0.0, 0.0, 0.21460700293428914, 0.03745159678862847, -0.008811045341442357, -0.04132320163466938, -0.03267753905631316, 0.0, 0.0, 0.20838222730790715, 0.035272992617971906, -0.009236507307385915, -0.041782399225762594, -0.033019117394496485, 0.0, 0.0, 0.16783957122982465, 0.03362706895686406, -0.009173124039724463, -0.04215896796847402, -0.03332082981790194, 0.0, 0.0, -0.1198212899197453, 0.0312158789757982, -0.009961894902871863, -0.04274795225177912, -0.032991766422250005, 0.0, 0.0, -0.1252581717243022, 0.029196766412408797, -0.011132838335711628, -0.04392649796839547, -0.03345507937661997, 0.0, 0.0, -0.1316321587818654, 0.02696239665679622, -0.010377578841211273, -0.04334159692822655, -0.03272252280343073, 0.0, 0.0, -0.1407744210643777, 0.02358156937312178, -0.01076804904806318, -0.04532766984031754, -0.03446761386365405, 0.0, 0.0, -0.1500728436885251, 0.023334428255996294, -0.010441934054618162, -0.045173564746737234, -0.034496346548782315, 0.0, 0.0, -0.15479210107680516, 0.022395760439857883, -0.010272364664395642, -0.045064945910831315, -0.03370081279298992, 0.0, 0.0, -0.16569230936348148, 0.020280000182462427, -0.00955903044352458, -0.043927891887478324, -0.030772507687323196, 0.0, 0.0, -0.17626844411122142, 0.019835819568016687, -0.008858216075021231, -0.042586310068566516, -0.02875348423761049, 0.0, 0.0, -0.17989173053273097, 0.017766250778754086, -0.009701039793866878, -0.04326727369745755, -0.028780776435426515, 0.0, 0.0, -0.1871245446462713, 0.013461204895753108, -0.009955705947553848, -0.043844971962116494, -0.028475560345730528, 0.0, 0.0, -0.19496451978633136, 0.012713568803693355, -0.008881637167506493, -0.04358973860645027, -0.028441857272191857, 0.0, 0.0, -0.20670288471271245, 0.011287949704157082, -0.005814583437375801, -0.04039108826491952, -0.02499294876591152, 0.0, 0.0, -0.20676701392660957, 0.011223820490259908, -0.0020207351261483193, -0.03750320281061886, -0.022563841625719786, 0.0, 0.0, -0.2083293877023846, 0.014202369969539606, 0.0008299100098783004, -0.03527434808077879, -0.020473436599624497, 0.0, 0.0, -0.1945484685682988, 0.029807631954434328, 0.0162643025795243, -0.03131133915927558, -0.01825335001670903, 0.0, 0.0, -0.19904213146111083, 0.033006445875192865, 0.019085754615367996, -0.028499479062380602, -0.015511664283392228, 0.0, 0.0, -0.1992845855679136, 0.03624139588100573, 0.02098192806692036, -0.026687350073000382, -0.013902339364303668, 0.0, 0.0, -0.2040628062257308, 0.03723235600140167, 0.02233459616292749, -0.02505020122798532, -0.01224035424178915, 0.0, 0.0, -0.20654551225956322, 0.036887837828221415, 0.0217902075474626, -0.025853784847472715, -0.011970716533695473, 0.0, 0.0, -0.210474335807197, 0.03737857776249285, 0.021847911036789146, -0.025864205973290474, -0.01198113765951324, 0.0, 0.0, -0.2140630049917892, 0.03504296790596935, 0.02272068670678924, -0.02451300771422028, -0.008961354413661327, 0.0, 0.0, -0.2268014846157534, 0.03434671641520039, 0.02478958200805958, -0.022460661243827732, -0.0039261210098346586, 0.0, 0.0, -0.2406403966595541, 0.03591566928630838, 0.026802997209313603, -0.019398027026709067, 0.003587325011909527, 0.0, 0.0, -0.2477167613028065, 0.03656971186903427, 0.02795724089799779, -0.017465348962126717, 0.008901374703730912, 0.0, 0.0, -0.2519829974127983, 0.03585088395382244, 0.030644384690990824, -0.012787756232716227, 0.01573739686879195, 0.0, 0.0, -0.25141602652417566, 0.03874768918847956, 0.03312122164995625, -0.010469478437236803, 0.020237958672138904, 0.0, 0.0, -0.25311272315928063, 0.04107166105308947, 0.036723444831934696, -0.008813616023229928, 0.02233623221132038, 0.0, 0.0, -0.26345653661705204, 0.04035645611878769, 0.043762734927438596, -0.0019534588028525548, 0.03108199315502564, 0.0, 0.0, -0.31006724090219767, 0.02428150594482543, 0.04139872764764121, 0.00529368732817036, 0.043744204715193594, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0020 & feature_0046[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.038133313605310276, 0.03543945415043963, 0.04206317781142042, 0.04166093969251615, -0.060062576857088434, -0.07045449005819188, -0.07854037570584538, -0.07415395648834092, -0.029529712045775786, 0.14649999255077878, 0.14912948935796258, 0.14810770171286575, 0.15120710737508733, 0.15367985674977044, 0.1551770692680733, 0.15056296539182737, 0.14583305206535935, 0.14200638443135422, 0.13335665512293898, 0.1092000109216729, 0.10527676476683215, 0.10047546479463929, 0.09868232666389286, 0.09509470032477278, 0.09378933424296133, 0.08662969817237436, 0.08428037247729331, 0.07607362519803497, 0.06406040026477765, 0.06283685552736548, 0.03497450564961001, 0.033120404258230374, 0.02274123240199941, 0.020561810856430985, 0.018675088551036542, 0.020002429091130147, 0.02293688627885769, 0.022825434382700863, 0.022128173563259423, 0.01980613336435323, 0.01947990124191159, 0.02015351243393785, 0.01654073022426622, 0.007801360497707155, -0.007018208712975371, -0.00921932616110528, -0.008364553094130709, 0.02775280397930154, 0.01527582612640362, 0.006029122456541631, 0.0, 0.0, 0.03296433028950866, 0.030270470834638, 0.03689419449561879, 0.0358947307742791, -0.06582878577532549, -0.07622069897642891, -0.08073477593159815, -0.07634835671409368, -0.031724112271528535, 0.14430559232502604, 0.14693508913220987, 0.14591330148711298, 0.1490127071493346, 0.1514854565240177, 0.15298266904232052, 0.14836856516607463, 0.14732010877727747, 0.1434934411432723, 0.1348437118348571, 0.11068706763359101, 0.10869468035648923, 0.10576039176704803, 0.10396725363630159, 0.10037962729718149, 0.09907426121537008, 0.093712394089025, 0.09267434528232693, 0.08446759800306858, 0.07428126473555116, 0.07305771999813902, 0.04519537012038355, 0.04334126872900391, 0.032962096872772934, 0.03078267532720451, 0.02889595302181007, 0.03022329356190366, 0.03315775074963122, 0.033630680161001826, 0.03373594155801391, 0.03341165431141006, 0.03308542218896843, 0.033905461275264906, 0.030292679065593284, 0.021553309339034224, 0.006733740128351699, 0.004740553008589504, 0.006239366708380017, 0.04235672378181227, 0.029879745928914354, 0.020633042259052364, 0.0, 0.0, 0.045139420298062755, 0.04243107715925564, 0.04691902225411612, 0.04591955853277642, -0.05580395801682815, -0.06487355086137002, -0.06938762781653923, -0.0595625432401232, -0.014938298797558067, 0.16109140579899653, 0.164568019463048, 0.16447115486390812, 0.16757056052612973, 0.17004330990081287, 0.17154052241911572, 0.1669264185428698, 0.16587796215407258, 0.16205129452006747, 0.15340156521165227, 0.12924492101038618, 0.12725253373328438, 0.12431824514384318, 0.12252510701309674, 0.11893748067397664, 0.1176321145921652, 0.11227024746582014, 0.11123219865912207, 0.10461270060588744, 0.09526217814063771, 0.09403863340322556, 0.06617628352547007, 0.06432218213409044, 0.05484432951781382, 0.05266490797224538, 0.050778185666850925, 0.05210552620694453, 0.05503998339467208, 0.05551291280604268, 0.05604477414396928, 0.055942384279094336, 0.05656296383774612, 0.05834249245918304, 0.0547297102495114, 0.04695429226244205, 0.03286858915148502, 0.0313122724929808, 0.0328110861927713, 0.06978052507907147, 0.05730354722617356, 0.04805684355631155, 0.0, 0.0, 0.04906148974492485, 0.04635314660611774, 0.05045134041172276, 0.0479589523767564, -0.053764564172848174, -0.06219662337212053, -0.06634405479137569, -0.05651897021495964, -0.011894725772394523, 0.16413497882416006, 0.1676115924882115, 0.16751472788907168, 0.17061413355129326, 0.17308688292597643, 0.17458409544427925, 0.1699699915680333, 0.16892153517923614, 0.165094867545231, 0.15706604734010854, 0.13290940313884247, 0.13010117338830565, 0.12716688479886445, 0.12537374666811799, 0.12260235276021872, 0.1212969866784073, 0.11663709458683313, 0.11559904578013507, 0.10897954772690042, 0.09962902526165068, 0.09840548052423852, 0.07054313064648308, 0.06868902925510344, 0.059211176638826794, 0.05703175509325837, 0.05647923407595285, 0.057155313712392686, 0.060089770900120236, 0.060562700311490844, 0.06109456164941743, 0.06099217178454248, 0.06161275134319428, 0.0632467443784913, 0.05963396216881969, 0.05273368451767026, 0.0386479814067132, 0.03709166474820898, 0.038510694229476686, 0.07678284828384171, 0.0642406202378324, 0.0549939165679704, 0.0, 0.0, 0.045956358219059225, 0.043248015080252104, 0.047346208885857125, 0.044853820850890784, -0.0568696956987138, -0.06530175489798615, -0.0694491863172413, -0.05962410174082527, -0.01475134809648424, 0.1615438731729117, 0.16502048683696316, 0.16492362223782334, 0.16802302790004492, 0.17126258158028684, 0.17324242156510516, 0.16961032657328917, 0.168561870184492, 0.16473520255048682, 0.157945607006439, 0.13378896280517288, 0.13098073305463606, 0.12804644446519486, 0.12625330633444842, 0.12411604830803061, 0.12281068222621919, 0.118150790134645, 0.11711274132794695, 0.1104932432747123, 0.10114272080946257, 0.0999191760720504, 0.07205682619429496, 0.07020272480291533, 0.0611790760552787, 0.05899965450971027, 0.058447133492404754, 0.0591232131288446, 0.06205767031657214, 0.06253059972794275, 0.06306246106586932, 0.06296007120099438, 0.06358065075964618, 0.0652146437949432, 0.0630074714198108, 0.05610719376866137, 0.043422037938052015, 0.04186572127954779, 0.04328475076081549, 0.08214626321757731, 0.06960403517156802, 0.060357331501705996, 0.0, 0.0, 0.04213465611400475, 0.03942631297519761, 0.04352450678080267, 0.0410321187458363, -0.06069139780376827, -0.06912345700304062, -0.07327088842229579, -0.06344580384587976, -0.019198865586730438, 0.1570963556826655, 0.16057296934671697, 0.15971447955327614, 0.16274241244449944, 0.16622399808700092, 0.1674819733662881, 0.16549132095853733, 0.16444286456974017, 0.16161710794319972, 0.15482751239915177, 0.13067086819788573, 0.12786263844734885, 0.12584018844315076, 0.12404705031240433, 0.12203440960323839, 0.12072904352142697, 0.11621820304403768, 0.11518015423733959, 0.10856065618410496, 0.09921013371885525, 0.09798658898144304, 0.0702724685056752, 0.06841836711429558, 0.05916030497004016, 0.05698088342447173, 0.05642836240716623, 0.05710444204360605, 0.060443798069587426, 0.06091672748095804, 0.061448588818884625, 0.06134619895400967, 0.06196677851266148, 0.0636007715479585, 0.061393599172826115, 0.05449332152167667, 0.04205233059082183, 0.0400344335056398, 0.041453462986907504, 0.08031497544366935, 0.0684963896436214, 0.05924968597375938, 0.0, 0.0, 0.02730868124602883, 0.024600338107221703, 0.028698531912826734, 0.02620614387786036, -0.0755173726717442, -0.08394943187101654, -0.0880968632902717, -0.0782717787138557, -0.03402484045470636, 0.14201098543721455, 0.14548759910126602, 0.1446291093078252, 0.1476570421990485, 0.15113862784155, 0.1523966031208371, 0.15040595071308635, 0.14939119672888984, 0.14666102813963244, 0.13987143259558454, 0.13775538457546269, 0.13494715482492586, 0.1329247048207277, 0.1311315666899813, 0.12945441384230458, 0.12814904776049318, 0.12374978724023666, 0.12271173843353862, 0.11809636052392698, 0.10856694663229395, 0.10734340189488176, 0.07962928141911393, 0.07812003283872414, 0.06886197069446871, 0.06668254914890029, 0.065970316583388, 0.06664639621982782, 0.0699857522458092, 0.07045868165717982, 0.07258838611796084, 0.07248599625308587, 0.07310657581173768, 0.07474056884703471, 0.07253339647190231, 0.06563311882075287, 0.05319212788989803, 0.05117423080471602, 0.052593260285983726, 0.09145477274274554, 0.07963618694269763, 0.0703894832728356, 0.0, 0.0, 0.013897572029837785, 0.011189228891030682, 0.01528742269663569, 0.01279503466166932, -0.08892848188793524, -0.09736054108720758, -0.10150797250646273, -0.11489124117494706, -0.07064430291579775, 0.10539152297612321, 0.10886813664017464, 0.10800964684673384, 0.11103757973795716, 0.11451916538045862, 0.11577714065974576, 0.11413807476842122, 0.1131233207842247, 0.11039315219496727, 0.11337407272717057, 0.1112580247070487, 0.10844979495651187, 0.10743372961486984, 0.10564059148412343, 0.1039634386364467, 0.10265807255463527, 0.09863493285224506, 0.09759688404554698, 0.09298150613593538, 0.08528771296284729, 0.08406416822543514, 0.05635004774966724, 0.05484079916927746, 0.04543763182793145, 0.0434156920378626, 0.04270345947235031, 0.04337953910879013, 0.046718895134771524, 0.046932136294668456, 0.04906184075544948, 0.051109875197109376, 0.05173045475576116, 0.0533644477910582, 0.051750227361395194, 0.04484994971024576, 0.0324089587793909, 0.030391061694208875, 0.03181009117547659, 0.07067160363223839, 0.05951803176476928, 0.05027132809490728, 0.0, 0.0, 0.015257679576346913, 0.012549336437539797, 0.015791075893016954, 0.01329868785805057, -0.0890779417148379, -0.09751000091411025, -0.10165743233336542, -0.11504070100184974, -0.07079376274270043, 0.10396148654038244, 0.10743810020443387, 0.1065558327524736, 0.10958376564369693, 0.11273296226103448, 0.11369248550855156, 0.11205341961722703, 0.1110386656330305, 0.10880070525208226, 0.11281708131457728, 0.1107010332944554, 0.1078928035439186, 0.10687673820227657, 0.10508360007153014, 0.10375334161787816, 0.10244797553606672, 0.09894573625768492, 0.09790768745098684, 0.09329230954137518, 0.08655242957633584, 0.08454381051504886, 0.056829690039281, 0.05532044145889122, 0.0459172741175452, 0.043895334327476346, 0.04318310176196406, 0.04385918139840389, 0.04611330354047895, 0.04571116696772042, 0.04784087142850144, 0.04988890587016132, 0.05050948542881312, 0.05214347846411016, 0.05052925803444715, 0.04362898038329772, 0.032426953654075816, 0.030409056568893804, 0.03182808605016151, 0.0706895985069233, 0.059536026639454176, 0.05028932296959219, 0.0, 0.0, 0.019579490495003397, 0.016871147356196287, 0.014514669435619574, 0.012022281400653203, -0.09035434817223525, -0.09878640737150761, -0.10293383879076276, -0.1163171074592471, -0.0720701692000978, 0.10137177143352115, 0.10484838509757259, 0.10396611764561232, 0.10699405053683564, 0.10953711368390161, 0.1104966369314187, 0.10945830579772928, 0.10894481513253752, 0.10761118319799427, 0.11230342179675323, 0.11018737377663138, 0.10893603303569367, 0.10791996769405166, 0.10612682956330523, 0.10479657110965324, 0.10349120502784181, 0.09998896574945998, 0.0989509169427619, 0.0943355390331503, 0.08834457738708255, 0.08633595832579559, 0.05912064054398983, 0.057611391963600066, 0.04844137280953121, 0.04641943301946236, 0.04548551024385376, 0.0461615898802936, 0.04841571202236866, 0.04801357544961014, 0.050230285525596226, 0.052278319967256126, 0.052996198187673337, 0.05408254109279132, 0.052468320663128315, 0.04556804301197888, 0.0358100036963454, 0.03379210661116336, 0.035211136092431074, 0.07407264854919289, 0.06291907668172377, 0.05248520192621909, 0.0, 0.0, 0.1019824161269946, 0.0992740729881875, 0.09691759506761073, 0.09442520703264441, -0.008729610938247607, -0.017606503562363568, -0.021753934981618733, -0.03816467095250987, -0.027379367307633098, 0.0868446700142363, 0.0889966483227529, 0.08749572058753467, 0.09052365347875803, 0.09306671662582398, 0.09402623987334108, 0.09298790873965165, 0.09247441807445989, 0.09114078613991665, 0.09583302473867558, 0.09388234282669675, 0.09263100208575906, 0.09145472483938166, 0.08966158670863522, 0.08833132825498324, 0.08702596217317184, 0.08379456085842729, 0.08275651205172922, 0.0781411341421176, 0.07215017249604988, 0.0701415534347629, 0.042791239171923436, 0.04128199059153367, 0.032770967708009274, 0.031514577398433566, 0.029798892034240142, 0.030474971670679977, 0.032729093812755024, 0.032326957239996484, 0.036121064327661684, 0.038169098769321584, 0.03921119105806356, 0.040198315115498776, 0.03858409468583578, 0.03168381703468634, 0.021925777719052856, 0.019907880633870834, 0.02132691011513855, 0.060188422571900366, 0.049034850704431254, 0.0386009759489266, 0.0, 0.0, 0.11318583344376354, 0.11047749030495642, 0.10714610174911211, 0.10417648852729085, 0.0010216705563988637, -0.007855222067717103, -0.012002653486972265, -0.02841338945786339, -0.019269911816601443, 0.07198547384567329, 0.07413745215418986, 0.07131623864602235, 0.07262083318607591, 0.07516389633314188, 0.07612341958065896, 0.0747425620560632, 0.07422907139087143, 0.07289543945632819, 0.07751843684767872, 0.07539166619841478, 0.07414032545747706, 0.07296404821109971, 0.07117091008035324, 0.06984065162670126, 0.06853528554488986, 0.06530388423014531, 0.06426583542344724, 0.05940328965487347, 0.05341232800880576, 0.05217463171732373, 0.02482431745448427, 0.023315068874094503, 0.01480404599057012, 0.013547655680994397, 0.012680526607974809, 0.013356606244414647, 0.015610728386489721, 0.015208591813731185, 0.018381660772511427, 0.020429695214171324, 0.021471787502913314, 0.022458911560348533, 0.020844691130685527, 0.013944413479536087, 0.004186374163902593, 0.0017438164182959973, 0.004888464551679393, 0.0437499770084412, 0.0325964051409721, 0.018240330600348815, 0.0, 0.0, 0.12877383835080083, 0.1260654952119937, 0.12273410665614942, 0.11976449343432817, 0.016609675463436148, 0.007732782839320181, 0.0035853514200650093, -0.012825384550826116, -0.00368190690956416, 0.06222333066995532, 0.06325835031755443, 0.06043713680938693, 0.06174173134944049, 0.06297881867467649, 0.0639383419221936, 0.06255748439759781, 0.062043993732406044, 0.06071036179786282, 0.06533335918921335, 0.06320658853994938, 0.061955247799011695, 0.06077897055263431, 0.058985832421887874, 0.05765557396823589, 0.05635020788642447, 0.05311880657167992, 0.052080757764981854, 0.04721821199640809, 0.041227250350340375, 0.04001589185876331, 0.012665577595923856, 0.011616551774969298, 0.0031055288914449146, 0.001849138581869192, 0.0009820095088496053, 0.002012604482716862, 0.00426672662479194, 0.0037166395380367344, 0.006889708496816961, 0.00893774293847686, 0.009979835227218865, 0.010966959284654073, 0.010074995435629942, 0.0031747177844805093, -0.006583321531152993, -0.009025879276759593, -0.00588123114337619, 0.03298028131338562, 0.02182670944591652, 0.006372374655198772, 0.0, 0.0, 0.16614322952705204, 0.1634348863882449, 0.1601034978324006, 0.1571338846105793, 0.05397906663968736, 0.04510217401557139, 0.04095474259631622, 0.021362434882239132, 0.030505912523501086, 0.03452885836914102, 0.03455083194585503, 0.03172961843768751, 0.033034212977741076, 0.03427130030297708, 0.03523082355049416, 0.033941148053820216, 0.032978298222966475, 0.03164466628842324, 0.03626766367977376, 0.03414089303050981, 0.03288955228957211, 0.03171327504319474, 0.029920136912448297, 0.02858987845879632, 0.026649630912608947, 0.02395783725808723, 0.022787391546435797, 0.01792484577786204, 0.011991841211676686, 0.010780482720099625, -0.016569831542739836, -0.017618857363694392, -0.02591328758837716, -0.02573126949126444, -0.026598398564284028, -0.025567803590416785, -0.023012202109992233, -0.02356228919674745, -0.020389220237967208, -0.01834118579630733, -0.01729909350756532, -0.015598634184155167, -0.016490598033179288, -0.02339087568432875, -0.03314891499996221, -0.03581262874924069, -0.02979988257585011, 0.009061629880911696, -0.0014525442521736882, -0.01690687904289144, 0.0, 0.0, 0.17140842652755475, 0.16274659934880645, 0.15941521079296211, 0.15644559757114085, 0.05329077960024889, 0.04441388697613291, 0.04026645555687775, 0.019706132157055974, 0.028849609798317938, 0.03287255564395786, 0.03289452922067187, 0.030073315712504357, 0.030650908725024673, 0.03188799605026068, 0.03284751929777776, 0.0315578438011038, 0.03059499397025007, 0.029261362035706832, 0.03378204866610032, 0.03186065929747602, 0.03060931855653833, 0.02943304131016096, 0.027633804788643655, 0.026324805405593975, 0.02407320317619178, 0.021381409521670065, 0.02021096381001862, 0.01534841804144487, 0.00968285882424079, 0.008471500332663726, -0.017644724539444753, -0.018693750360399303, -0.026988180585082056, -0.026806162487969343, -0.027673291560988928, -0.026642696587121692, -0.02408709510669715, -0.024637182193452366, -0.02146411323467211, -0.019416078793012218, -0.01786916475145571, -0.016168705428045577, -0.017060669277069687, -0.024053770876219398, -0.03381181019185287, -0.03647552394113135, -0.030462777767740774, 0.007879739794511618, -0.0009518932205974419, -0.016406228011315187, 0.0, 0.0, 0.17059045996571154, 0.16192863278696323, 0.15859724423111893, 0.15562763100929766, 0.05247281303840566, 0.0435959204142897, 0.03944848899503453, 0.018888165595212763, -0.0004792387157235179, -0.005993432893985121, -0.005971459317271115, -0.008792672825438625, -0.00821507981291831, -0.007782933736968881, -0.00682341048945179, -0.008113085986125744, -0.009075935816979486, -0.010469670414930883, -0.005948983784537383, -0.007739582588151275, -0.008990923329088971, -0.010116814609784894, -0.011589044512865132, -0.012898043895914814, -0.015149646125317008, -0.017132368076698087, -0.018302813788349522, -0.023165359556923285, -0.028222491446724802, -0.029015658113295092, -0.04688811342312628, -0.047937139244080836, -0.055805727415345084, -0.055623709318232364, -0.05377686341333729, -0.052746268439470036, -0.050190666959045505, -0.04926887839301815, -0.04609580943423789, -0.04404777499257802, -0.04250086095102151, -0.040800401627611366, -0.041692365476635476, -0.04868546707578519, -0.05697138433838127, -0.059635098087659766, -0.05362235191426918, -0.01527983435201677, -0.024111467367125827, -0.03956580215784357, 0.0, 0.0, 0.1758444168580468, 0.16214718319629284, 0.15881579464044854, 0.1547039089669125, 0.05154909099602048, 0.042013599468336604, 0.037075386368886326, 0.016515062969064544, -0.002852341341871729, -0.00836653552013334, -0.00834456194341933, -0.011165775451586838, -0.010588182439066524, -0.01015603636311709, -0.009196513115600002, -0.010486188612273954, -0.011449038443127698, -0.012842773041079095, -0.008322086410685596, -0.010112685214299488, -0.011364025955237186, -0.012489917235933111, -0.013962147139013347, -0.015271146522063026, -0.017522748751465218, -0.019505470702846302, -0.020675916414497734, -0.025538462183071493, -0.03059559407287301, -0.03138876073944331, -0.049261216049274484, -0.050310241870229054, -0.05817883004149332, -0.05799681194438058, -0.05422188098674346, -0.05319128601287622, -0.050230897483349864, -0.049309108917322486, -0.046136039958542256, -0.044088005516882356, -0.041922660015895154, -0.040222200692485, -0.04111416454150912, -0.04810726614065882, -0.055104126733081196, -0.05776784048235967, -0.05175509430896909, -0.010231313713548412, -0.01785232752170843, -0.03439148500227162, 0.0, 0.0, 0.17626951270644667, 0.1625722790446927, 0.15924089048884843, 0.15426303262124846, 0.05110821465035643, 0.04157272312267256, 0.03641513358231021, 0.015854810182488435, -0.0035125941284478426, -0.010302149644840872, -0.011411403946650708, -0.014730823376919746, -0.014153230364399428, -0.013721084288449995, -0.013379079264858599, -0.014668754761532548, -0.015558464898324242, -0.016952199496275643, -0.012269342827930603, -0.014059941631544493, -0.014726170948283443, -0.015852062228979367, -0.0173242921320596, -0.018633291515109285, -0.020884893744511475, -0.022867615695892556, -0.024038061407543995, -0.028900607176117744, -0.03335968628272354, -0.03415285294929383, -0.05202530825912503, -0.051904828447333844, -0.05826770685930644, -0.05808568876219374, -0.0543107578045566, -0.05328016283068936, -0.04929917003665035, -0.048377381470622996, -0.04520431251184273, -0.04315627807018284, -0.04099093256919564, -0.0381959992764638, -0.03908796312548792, -0.0460810647246376, -0.05300762939425286, -0.055671343143531345, -0.04965859697014076, -0.008054196628775774, -0.015675210436935788, -0.033322303926902226, 0.0, 0.0, 0.174187338358746, 0.16049010469699204, 0.1571587161411477, 0.15218085827354774, 0.049026040302655755, 0.03949054877497188, 0.03433295923460953, 0.013772635834787758, -0.005594768476148517, -0.012384323992541548, -0.013493578294351383, -0.01681299772462042, -0.016235404712100103, -0.015803258636150667, -0.015461253612559279, -0.016509295520320218, -0.01739900565711191, -0.018792740255063313, -0.013681188670302135, -0.015471787473916025, -0.015740397785490877, -0.016866289066186802, -0.01833851896926704, -0.019647518352316717, -0.021899120581718907, -0.023881842533099988, -0.025052288244751426, -0.02920116333944215, -0.03206580733442009, -0.03285897400099038, -0.050731429310821564, -0.05061094949903038, -0.05697382791100299, -0.05679180981389027, -0.05301687885625314, -0.05198628388238588, -0.04800529108834688, -0.047083502522319534, -0.043910433563539276, -0.04186239912187938, -0.03969705362089219, -0.03690212032816034, -0.037794084177184474, -0.04478718577633415, -0.0517137504459494, -0.05437746419522787, -0.04836471802183731, -0.0045267665278076, -0.012147780335967619, -0.02979487382593406, 0.0, 0.0, 0.18113091252343566, 0.15795713142821116, 0.15462574287236686, 0.1496478850047669, 0.04595927461675199, 0.03623237077185205, 0.03107478123148968, 0.010514457831667922, -0.00885294647926835, -0.016129889858034013, -0.017239144159843848, -0.020558563590112877, -0.019980970577592568, -0.019548824501643133, -0.01920681947805174, -0.020254861385812683, -0.020967024725602693, -0.022323032756840548, -0.01721148117207938, -0.01900207997569327, -0.01927069028726812, -0.020396581567964044, -0.02161456734913033, -0.022860704173507794, -0.02511230640290999, -0.027095028354291072, -0.027977140474209097, -0.03212601556889982, -0.03450420787421522, -0.03529737454078552, -0.05148899760261008, -0.0513685177908189, -0.05773139620279152, -0.05754937810567878, -0.05377444714804166, -0.052743852174174405, -0.048762859380135394, -0.04784107081410805, -0.044668001855327794, -0.0426199674136679, -0.040454621912680705, -0.037659688619948874, -0.038446335720301136, -0.045435448327419393, -0.05074329585936404, -0.053407009608642524, -0.045534508365216685, -0.0016965568711869946, -0.009317570679347015, -0.026964664169313445, 0.0, 0.0, 0.17953318280051378, 0.15635940170528925, 0.15302801314944495, 0.14805015528184498, 0.044361544893830096, 0.03463464104893015, 0.029441032240582206, 0.00888070884076045, -0.010486695470175826, -0.018680929664603236, -0.020451063474377747, -0.023770482904646784, -0.02323427259578114, -0.02280212651983171, -0.02246012149624031, -0.023508163404001258, -0.02422032674379126, -0.02557633477502912, -0.02046478319026795, -0.022255381993881843, -0.02252399230545669, -0.023649883586152616, -0.024867869367318905, -0.02654169916071003, -0.028793301390112217, -0.030553095349729716, -0.03143520746964774, -0.03582016524187772, -0.03819835754719311, -0.039009735741898206, -0.05520135880372278, -0.055080878991931606, -0.0614437574039042, -0.06108860458663585, -0.057241648328482254, -0.056211053354615, -0.05300176535619687, -0.05194031908177679, -0.048767250122996555, -0.04671921568133666, -0.04390318626764106, -0.04110825297490922, -0.04189490007526148, -0.04888401268237975, -0.0541918602143244, -0.05667973412266002, -0.048807232879234184, -0.006770966666786102, -0.014391980474946121, -0.032039073964912554, 0.0, 0.0, 0.1786986664669191, 0.15552488537169462, 0.15219349681585026, 0.14721563894825032, 0.04352702856023541, 0.03380012471533547, 0.02860651590698752, 0.007538903524171233, -0.011828500786765037, -0.020022734981192444, -0.021792868790966955, -0.025112288221235998, -0.024576077912370358, -0.02414393183642092, -0.02380192681282952, -0.024849968720590473, -0.025562132060380473, -0.02691814009161833, -0.02180658850685717, -0.023597187310471057, -0.023865797622045905, -0.02504130687093764, -0.026259292652103923, -0.027933122445495055, -0.030184724674897245, -0.03194451863451473, -0.03282663075443277, -0.03721158852666276, -0.03942839632657436, -0.04023977452127945, -0.05643139758310404, -0.056310917771312856, -0.06267379618328543, -0.06125890509185268, -0.05741194883369909, -0.05599277736282811, -0.052783489364409984, -0.05129655932081225, -0.048123490362031986, -0.0460754559203721, -0.04325942650667649, -0.04046449321394466, -0.04125114031429691, -0.048240252921415185, -0.05338778443884069, -0.05587565834717634, -0.047683904155656306, -0.005306211329851047, -0.012927225138011063, -0.030574318627977506, 0.0, 0.0, 0.17800405595172983, 0.15483027485650536, 0.15149888630066102, 0.14652102843306106, 0.04283241804504616, 0.03310551420014622, 0.027911905391798268, 0.0068442930089819805, -0.012523111301954293, -0.020717345496381705, -0.022487479306156216, -0.02580689873642525, -0.025270688427559612, -0.02483854235161018, -0.02449653732801878, -0.025544579235779727, -0.026256742575569723, -0.02764507953700284, -0.022533527952241682, -0.024245340900025343, -0.02438860853328382, -0.02556411778217556, -0.026648569881774446, -0.028322399675165574, -0.030574001904567768, -0.03233379586418525, -0.03321590798410329, -0.03760086575633327, -0.03933139581566869, -0.03982938349175317, -0.05602100655357776, -0.05590052674178656, -0.06251332097446688, -0.06109842988303413, -0.05725147362488053, -0.055832302154009555, -0.052623014155591424, -0.051136084111993683, -0.04815585921150352, -0.04610782476984364, -0.04329179535614802, -0.040496862063416184, -0.041240257876896905, -0.04744340317512042, -0.05259093469254593, -0.0551253098426295, -0.04693355565110948, -0.0037840471134015065, -0.011405060921561528, -0.02905215441152796, 0.0, 0.0, 0.1839663423906047, 0.1534266839675773, 0.150095295411733, 0.14511743754413306, 0.041428827156118134, 0.031701923311218204, 0.02650831450287025, 0.0048424186915808605, -0.01452498561935541, -0.022719219813782828, -0.02448935362355734, -0.027808773053826372, -0.027272562744960732, -0.026840416669011297, -0.026498411645419898, -0.02754645355318084, -0.028258616892970847, -0.029646953854403968, -0.0245354022696428, -0.026247215217426463, -0.02601735086012879, -0.02719286010902053, -0.028277312208619416, -0.029951142002010548, -0.03144731018341399, -0.03275419266244333, -0.033201188872792164, -0.03716231126161062, -0.03812830182567301, -0.03862628950175748, -0.05481791256358205, -0.05469743275179088, -0.06131022698447121, -0.058806178708348436, -0.054523229255951246, -0.05310405778508028, -0.049894769786662144, -0.0484078397430644, -0.04553530334487438, -0.043312802725888375, -0.040496773312192764, -0.03770184001946092, -0.03835194344831023, -0.04477822604058421, -0.049925757558009716, -0.05104963638803899, -0.04285788219651899, 0.00029162634118896436, -0.007329387466971058, -0.024976480956937483, 0.0, 0.0, 0.18498396258846353, 0.15444430416543614, 0.1511129156095919, 0.14477418728698496, 0.04108557689897005, 0.031358673054070106, 0.026165064245722163, 0.004499168434432771, -0.014868235876503502, -0.023062470070930916, -0.024832603880705423, -0.028353858727426882, -0.027962032648730914, -0.027529886572781485, -0.02718788154919008, -0.028235923456951025, -0.029094395705782716, -0.03048273266721583, -0.02538535805060983, -0.027097170998393493, -0.026867306641095816, -0.028042815889987558, -0.029127267989586446, -0.030801097782977578, -0.032297265964381025, -0.033604148443410364, -0.03405114465375919, -0.038012267042577645, -0.03918139204964288, -0.039679379725727354, -0.05587100278755193, -0.05532512324702665, -0.06213355757528351, -0.05962950929916073, -0.05534655984676355, -0.05429904322445416, -0.05108975522603603, -0.04960282518243828, -0.0474820130749991, -0.04525951245601309, -0.04295270426115847, -0.04015777096842664, -0.041080738549762366, -0.04750702114203635, -0.05265455265946185, -0.05377843148949116, -0.04558667729797113, -0.0024371687602631766, -0.008507221828198576, -0.027269472384727576, 0.0, 0.0, 0.18941041172671483, 0.15601291162785547, 0.15145740468590813, 0.1442093647000785, 0.04052075431206358, 0.03098932797640077, 0.02579571916805282, 0.004129823356763424, -0.016100742926954636, -0.024294977121382053, -0.026065110931156564, -0.029815151109047616, -0.02942332503035166, -0.028991178954402213, -0.028508051683081025, -0.029556093590841968, -0.030414565839673658, -0.031548074897630896, -0.026450700281024885, -0.028162513228808556, -0.027932648871510885, -0.028965823205047456, -0.03005027530464634, -0.03172410509803747, -0.033220273279440916, -0.0342916378696067, -0.03473863407995553, -0.03869975646877397, -0.03986888147583922, -0.040366869151923696, -0.05655849221374827, -0.056012612673223, -0.06282104700147985, -0.06031699872535706, -0.05603404927295989, -0.05498653265065049, -0.05331664055422927, -0.05182971051063153, -0.049708898403192335, -0.047486397784206325, -0.04517958958935172, -0.04238465629661987, -0.0433076238779556, -0.04973390647022959, -0.054881437987655095, -0.056425628501878294, -0.048233874310358284, -0.007760979561070372, -0.01383103262900578, -0.032593283185534776, 0.0, 0.0, 0.20835248559317743, 0.1749549854943181, 0.15225964912786077, 0.14338946462920432, 0.03962964487483842, 0.030098218539175613, 0.024904609730827667, 0.003238713919538269, -0.017813032092571107, -0.026007266286998516, -0.02777740009677303, -0.03152744027466409, -0.031135614195968126, -0.030703468120018687, -0.0302203408486975, -0.031268382756458435, -0.032028279964951376, -0.033186618671025445, -0.02813331054853751, -0.029845123496321166, -0.029247522014278615, -0.03028069634781518, -0.031365148447414073, -0.03309753240454949, -0.03459370058595294, -0.03566506517611872, -0.036112061386467546, -0.04007318377528599, -0.04124230878235123, -0.04216473122207668, -0.057729334092698155, -0.05718345455217287, -0.06399188888042971, -0.06148784060430696, -0.05720489115190978, -0.05615737452960039, -0.05448748243317917, -0.05300055238958143, -0.050879740282142226, -0.04865723966315623, -0.04732482767861376, -0.04452989438588192, -0.04545286196721764, -0.05187914455949165, -0.057026676076917145, -0.06169762513428188, -0.05350587094276186, -0.013032976193473949, -0.019103029261409357, -0.03786527981793836, 0.0, 0.0, 0.2075181003394647, 0.17412060024060536, 0.15142526387414804, 0.1425550793754916, 0.038795259621125705, 0.029263833285462892, 0.024070224477114942, 0.0024043286658255473, -0.018647417346283827, -0.02684165154071124, -0.02861178535048575, -0.03236182552837681, -0.03196999944968085, -0.03182134201331397, -0.031338214741992776, -0.0323862566497537, -0.03314615385824665, -0.0342377987065901, -0.02918449058410215, -0.030896303531885817, -0.030064006894607642, -0.03109718122814422, -0.03216880635440617, -0.03390119031154159, -0.035623760373563025, -0.0366951249637288, -0.03714212117407763, -0.04110324356289608, -0.04188586444087011, -0.042808286880595556, -0.058372889751217044, -0.057827010210691754, -0.06463544453894861, -0.06213139626282583, -0.05730268354667216, -0.056255166924362776, -0.05551702141479195, -0.05403009137119422, -0.051909279263755014, -0.04971213823746819, -0.04855181027444973, -0.04645499753330608, -0.047579880453081175, -0.054006163045355174, -0.05976471114860031, -0.06443566020596503, -0.05624390601444501, -0.015771011265157096, -0.018695093436465547, -0.03919994050367397, 0.0, 0.0, 0.20202095716919885, 0.16862345707033957, 0.14592812070388222, 0.1373600267688591, 0.03395972478992548, 0.024428298454262677, 0.0225525962289706, 0.0008867004176811976, -0.02016504559442818, -0.02861222698493616, -0.03038236079471067, -0.03413240097260173, -0.03374057489390577, -0.03359191745753888, -0.033108790186217686, -0.03415683209397863, -0.03488774794572036, -0.0359793927940638, -0.030809498582691924, -0.03137773421275779, -0.030545437575479617, -0.03157861190901618, -0.03265023703527814, -0.03393350952430691, -0.03565607958632834, -0.03653048108613423, -0.03684451552473969, -0.04039032065328929, -0.040746810802149945, -0.041669233241875395, -0.05723383611249686, -0.05641875667642884, -0.06322719100468567, -0.0607231427285629, -0.05567053687811977, -0.054661020757302524, -0.05441921625509892, -0.05293228621150118, -0.05106096667867312, -0.0488638256523863, -0.04770349768936784, -0.04560668494822418, -0.04673156786799928, -0.05315785046027328, -0.058916398563518414, -0.06358734762088314, -0.05539559342936312, -0.019114054184507685, -0.02203813635581613, -0.04254298342302455, 0.0, 0.0, 0.2016471315213878, 0.16902465079843765, 0.14632931443198033, 0.13645525034406913, 0.03305494836513553, 0.02360677597877899, 0.021731073753486912, 6.517794219751375e-05, -0.02154047505098349, -0.029987656441491473, -0.03175779025126598, -0.03550783042915703, -0.035116004350461076, -0.03519287692094085, -0.03470974964961964, -0.0357577915573806, -0.036488707409122315, -0.03758035225746577, -0.03241045804609389, -0.03297869367615974, -0.03173600542902315, -0.032417437036302246, -0.0334890621625642, -0.034772334651592976, -0.0364949047136144, -0.03718132123569028, -0.037495355674295745, -0.04104116080284533, -0.04115387752084377, -0.04207629996056922, -0.05764090283119069, -0.05682582339512267, -0.06406682006018138, -0.06156277178405862, -0.0559571901176242, -0.05494767399680697, -0.054705869494603356, -0.05321893945100562, -0.0514845073978255, -0.04928736637153866, -0.048127038408520215, -0.046030225667376565, -0.04715510858715166, -0.05358139117942566, -0.059339939282670784, -0.0640108883400355, -0.0558191341485155, -0.01953759490366006, -0.020679376207427342, -0.04118422327463575, 0.0, 0.0, 0.20116777940476546, 0.16854529868181528, 0.14551922413342697, 0.1356451600455158, 0.032244858066582185, 0.022511926716552506, 0.020796985967579784, -0.0008689098437096201, -0.022992835501739216, -0.031440016892247194, -0.0332101507020217, -0.03696019087991276, -0.03656836480121681, -0.03664523737169656, -0.03616211010037537, -0.03733729448558155, -0.03806821033732327, -0.039159855185666725, -0.03398996097429484, -0.03455819660436071, -0.033271447765141585, -0.03395287937242068, -0.035024504498682635, -0.0363077769877114, -0.03803034704973284, -0.03822401919111178, -0.03853805362971724, -0.04178125582622755, -0.041494601673049775, -0.0425911078673442, -0.05815571073796567, -0.057340631301897656, -0.06458162796695638, -0.06223053185753653, -0.0566249501911021, -0.05561543407028487, -0.05537362956808127, -0.05388669952448355, -0.053100229375650974, -0.050903088349364134, -0.04974276038634569, -0.04764594764520203, -0.04877083056497712, -0.05672623280253551, -0.062484780905780656, -0.06715572996314538, -0.058963975771625356, -0.022682436526769916, -0.023824217830537196, -0.04598322274232416, 0.0, 0.0, 0.19921308948390146, 0.1676926123773036, 0.14466653782891525, 0.13479247374100412, 0.031392171762070466, 0.021659240412040794, 0.019944299663068057, -0.0017639054716572214, -0.02388783112968681, -0.0323350125201948, -0.034105146329969305, -0.03785518650786036, -0.03746336042916439, -0.03754023299964417, -0.03688433151616165, -0.037868022145148596, -0.03830039982221236, -0.03939204467055579, -0.03501452402117804, -0.035582759651243905, -0.03429601081202477, -0.03497744241930387, -0.03604906754556582, -0.03754765876035906, -0.039270228822380494, -0.039440244487727004, -0.03975427892633247, -0.04299748112284276, -0.04271082696966499, -0.043807333163959426, -0.0589555174322267, -0.05814043799615867, -0.0653814346612174, -0.06303033855179756, -0.057424756885363124, -0.056415240764545904, -0.056173436262342294, -0.05468650621874455, -0.053900036069911984, -0.051702895043625144, -0.0505425670806067, -0.04844575433946305, -0.04957063725923813, -0.05840184060525019, -0.06416038870849533, -0.06883133776586006, -0.06358956145717845, -0.027308022212323025, -0.0284498035160903, -0.05060880842787726, 0.0, 0.0, 0.19778557983328804, 0.1662651027266902, 0.14323902817830186, 0.13336496409039073, 0.03019582476692206, 0.0204628934168924, 0.01921458851624048, -0.0025932009826785873, -0.02471712664070818, -0.03316430803121616, -0.0355540537001843, -0.03930409387807537, -0.0389122677993794, -0.039552256340346065, -0.03889635485686354, -0.039586759463158656, -0.040151989816215865, -0.04095161307557879, -0.03650367678672348, -0.03718216977631307, -0.035895420937093934, -0.036574204674257274, -0.037645829800519226, -0.03922586069246252, -0.04075946988685226, -0.04092948555219877, -0.04124351999080423, -0.04448672218731454, -0.044200068034136765, -0.04545867882030212, -0.06060686308856938, -0.05979178365250137, -0.06703278031756009, -0.06479805428119027, -0.05919247261475586, -0.05818295649393863, -0.057941151991735024, -0.05645422194813729, -0.05566775179930472, -0.05376904078936756, -0.05260871282634912, -0.05051190008520546, -0.05163678300498054, -0.060467986350992584, -0.06664349202319017, -0.07131444108055492, -0.06607266477187333, -0.02979112552701788, -0.03093290683078515, -0.053091911742572113, 0.0, 0.0, 0.19523123633938205, 0.1637107592327842, 0.14068468468439588, 0.1308106205964847, 0.027641481273016074, 0.018245536577357637, 0.016997231676705717, -0.005279172433037922, -0.027403098091067522, -0.03585027948157551, -0.03824002515054365, -0.0419900653284347, -0.04159823924973874, -0.04223822779070541, -0.04144469655921813, -0.04213510116551325, -0.04270033151857045, -0.03933022697056238, -0.03488229068170707, -0.03556078367129665, -0.03427403483207752, -0.03495281856924085, -0.03602444369550281, -0.03760447458744611, -0.03913808378183584, -0.038788974199174764, -0.03910300863778023, -0.042346210834290535, -0.04205955668111276, -0.043318167467278124, -0.058466351735545374, -0.05765127229947735, -0.06463860522936885, -0.06240387919299902, -0.0567982975265646, -0.05578878140574738, -0.05554697690354378, -0.05406004685994604, -0.05327357671111346, -0.05290333841287968, -0.05174301044986123, -0.050433854019585285, -0.051558736939360375, -0.06038994028537242, -0.06656544595757001, -0.07123639501493474, -0.06599461870625314, -0.029713079461397708, -0.030854860765164978, -0.05408954781075774, 0.0, 0.0, 0.1941637740044306, 0.16264329689783277, 0.1396172223494444, 0.1297431582615333, 0.026574018938064645, 0.01717807424240621, 0.01592976934175429, -0.006346634767989349, -0.02847056042601895, -0.03691774181652693, -0.03930748748549508, -0.04332929217750407, -0.042937466098808115, -0.04357745463977478, -0.0427839234082875, -0.04327950533806613, -0.04384473569112333, -0.040474631143115246, -0.03602669485425994, -0.03670518784384952, -0.03541843900463039, -0.03609722274179372, -0.03716884786805568, -0.03874887875999898, -0.04028248795438872, -0.03993337837172765, -0.040247412810333096, -0.0434906150068434, -0.043203960853665624, -0.044462571639830986, -0.059610755908098244, -0.058795676472030226, -0.0653015710105576, -0.0630967618161653, -0.05749118014973088, -0.05648166402891365, -0.05623985952671005, -0.056012129265110545, -0.05532400859449804, -0.05495377029626426, -0.05379344233324581, -0.052484285902969864, -0.054006488434816736, -0.06283769178082878, -0.06901319745302635, -0.0734595855080987, -0.0682178091994171, -0.031936269954561655, -0.03307805125832892, -0.05631273830392168, 0.0, 0.0, 0.19092146693456513, 0.162025251679347, 0.1397466945877259, 0.13043200847603542, 0.027262869152566753, 0.017866924456908323, 0.01704896993355316, -0.005053216712145521, -0.027672568274158735, -0.03765322767776104, -0.040042973346729197, -0.044064778038738206, -0.04367295196004224, -0.044673905949114016, -0.04388037471762674, -0.044375956647405346, -0.04494118700046257, -0.04149430704366721, -0.0370463707548119, -0.03774130577815389, -0.03631932153220462, -0.03699810526936795, -0.03806973039562991, -0.03964976128757321, -0.04118337048196294, -0.04083426089930186, -0.041159361282590394, -0.0444025634791007, -0.044115909325922936, -0.045817075890702226, -0.06096526015896949, -0.06015018072290147, -0.06665607526142883, -0.06445126606703654, -0.05884568440060212, -0.058455815863525634, -0.05821401136132204, -0.05798628109972254, -0.05729816042911003, -0.056927922130876246, -0.05615255977678181, -0.05484340334650586, -0.05636560587835273, -0.06519680922436479, -0.07137231489656234, -0.07581870295163468, -0.07057692664295308, -0.03537960713424827, -0.03652138843801554, -0.059756075483608305, 0.0, 0.0, 0.19034343893246294, 0.1614472236772448, 0.13910118583472378, 0.12978649972303333, 0.02661736039956466, 0.017221415703906225, 0.01672335011107675, -0.005378836534621922, -0.02799818809663514, -0.037978847500237445, -0.041065864846436005, -0.045118551467591556, -0.04517077636232382, -0.04665389311415575, -0.04586036188266847, -0.04635594381244708, -0.04692117416550428, -0.04347429420870894, -0.03880830197884116, -0.03950323700218315, -0.03808125275623388, -0.0387600364933972, -0.03983166161965917, -0.04141169251160247, -0.04294530170599221, -0.04259619212333112, -0.042972232526076924, -0.04621543472258724, -0.0458259280387596, -0.04752709460353889, -0.06267527887180617, -0.06186019943573813, -0.06836609397426549, -0.0661612847798732, -0.06055570311343878, -0.060165834576362306, -0.059924030074158696, -0.0596962998125592, -0.05900817914194669, -0.058637940843712925, -0.057862578489618476, -0.05655342205934252, -0.05909309045210423, -0.06792429379811626, -0.07409979947031387, -0.0786533172727451, -0.07341154096406353, -0.0382142214553587, -0.03935600275912598, -0.06259068980471874, 0.0, 0.0, 0.18818228308665777, 0.15928606783143964, 0.1369400299889186, 0.12762534387722815, 0.025385308906660756, 0.016387294394433587, 0.015889228801604104, -0.005595666142475784, -0.028215017704489, -0.03819567710809132, -0.04128269445428988, -0.04533538107544542, -0.04586818283026097, -0.047351299582092915, -0.046948579170608226, -0.04744416110038684, -0.04808961171894918, -0.04464273176215384, -0.03997673953228605, -0.04044895398142745, -0.03902696973547819, -0.03979964988121365, -0.040847255861764506, -0.042391135846235876, -0.043856536483893434, -0.04350742690123235, -0.04388346730397816, -0.04686436696944654, -0.0464748602856189, -0.04817602685039819, -0.06332421111866546, -0.06250913168259745, -0.0690150262211248, -0.06681021702673251, -0.0612046353602981, -0.06081476682322162, -0.060572962321018, -0.060345232059418503, -0.05965711138880601, -0.05928687309057221, -0.05851151073647778, -0.05720235430620183, -0.05974202269896354, -0.06890689700991003, -0.0750824026821076, -0.07963592048453885, -0.07439414417585725, -0.03919682466715245, -0.04033860597091972, -0.06357329301651249, 0.0, 0.0, 0.18364337311942597, 0.15588390991255233, 0.13353787207003134, 0.12702035189418798, 0.02478031692362055, 0.015782302411393386, 0.015612746531822002, -0.005872148412257891, -0.028491499974271108, -0.038472159377873426, -0.041559176724071986, -0.04561186334522752, -0.046144665100043086, -0.04762778185187501, -0.04722506144039033, -0.04741142507204021, -0.04805687569060256, -0.04460999573380722, -0.03994400350393944, -0.04041621795308082, -0.03899423370713156, -0.03976691385286703, -0.041048788822104915, -0.04259266880657627, -0.04404707280109732, -0.04311126365753051, -0.04348730406027632, -0.046468203725744714, -0.04607869704191707, -0.04777986360669636, -0.06292804787496363, -0.06211296843889559, -0.06861886297742296, -0.06564026011155594, -0.06003467844512151, -0.05964480990804503, -0.059403005405841425, -0.05917527514424194, -0.05848715447362945, -0.05811691617539565, -0.057341553821301225, -0.05603239739102528, -0.05908693158649531, -0.06825180589744179, -0.07527261530148385, -0.07982613310391513, -0.07458435679523352, -0.03938703728652872, -0.040429196382442974, -0.06366388342803572, 0.0, 0.0, -0.32038048037024675, -0.34813994357712036, -0.3704859814196414, -0.3745548087421921, -0.014152993019685414, 0.01620005036088206, 0.016030494481310678, -0.005454400462769212, -0.02807375202478243, -0.038054411428384734, -0.0411414287745833, -0.04519411539573885, -0.04572691715055441, -0.04721003390238633, -0.04680731349090165, -0.04699367712255153, -0.047639127741113875, -0.04419224778431853, -0.03952625555445075, -0.039998470003592135, -0.03857648575764287, -0.03918320984049671, -0.040588995074699416, -0.04213287505917078, -0.043587279053691835, -0.04265146991012503, -0.04267681505854021, -0.0456577147240086, -0.04539960415311826, -0.04713725278740535, -0.06175191288647908, -0.06093683345041106, -0.06744272798893843, -0.06435735389627151, -0.059107372957644, -0.05892852621837469, -0.058686721716171085, -0.058458991454571584, -0.05870765813275991, -0.05833741983452613, -0.05756205748043168, -0.05625290105015575, -0.059774218969595005, -0.06893909328054149, -0.07595990268458355, -0.08051342048701482, -0.07737041770886306, -0.04358659921452694, -0.0446287583104412, -0.06786344535603396, 0.0, 0.0, -0.3217456508777546, -0.34950511408462825, -0.37185115192714924, -0.37591997924969994, -0.01551816352719323, 0.01601992234283947, 0.0158503664632681, -0.005634528480811798, -0.02825388004282502, -0.038234539446427324, -0.04132155679262589, -0.045374243413781434, -0.045907045168597005, -0.047390161920428914, -0.04698744150894424, -0.04717380514059412, -0.04781925575915647, -0.044372375802361114, -0.03970638357249334, -0.040178598021634725, -0.03875661377568546, -0.03942478929364542, -0.04083057452784813, -0.0423744545123195, -0.04382885850684054, -0.042893049363273726, -0.04291839451168892, -0.04560780317033538, -0.04534969259944505, -0.047087341233732136, -0.06170200133280586, -0.06088692189673785, -0.06739281643526523, -0.0643074423425983, -0.05905746140397078, -0.05887861466470147, -0.05863681016249786, -0.05840907990089837, -0.059398903634594505, -0.05902866533636072, -0.05825330298226628, -0.05694414655199034, -0.060465464471429586, -0.06963033878237608, -0.07665114818641817, -0.0812046659888494, -0.07885039683162927, -0.047769333511775855, -0.048811492607690125, -0.07493336433492503, 0.0, 0.0, -0.3483153510379662, -0.3760748142448399, -0.39644961863845235, -0.400518445961003, -0.0401166302384964, 0.008325402193561034, 0.008155846313989653, -0.006901826165848109, -0.029559817841974645, -0.03954047724557695, -0.04262749459177551, -0.04647409377439168, -0.04700689552920724, -0.04849001228103915, -0.04808729186955446, -0.048273655501204334, -0.0489191061197667, -0.045472226162971356, -0.040806233933103564, -0.041192689632738526, -0.039770705386789264, -0.04021432855394174, -0.041620113788144446, -0.043163993772615816, -0.04461839776713685, -0.043682588623570044, -0.04370793377198524, -0.0463973424306317, -0.04613923185974136, -0.04787688049402844, -0.06249154059310217, -0.061676461157034165, -0.06727719140180946, -0.06338851737526227, -0.05788630036917621, -0.05770745362990691, -0.05816540603862497, -0.05793767577702548, -0.0589274995107216, -0.05855726121248782, -0.059225367438323094, -0.05791621100804715, -0.06269343029723835, -0.07185830460818483, -0.07887911401222691, -0.08343263181465815, -0.08107836265743802, -0.049997299337584615, -0.05103945843349887, -0.07716133016073377, 0.0, 0.0, -0.3502811704458697, -0.3780406336527434, -0.3984154380463559, -0.4024842653689065, -0.0420824496463999, 0.0074139142580361295, 0.007244358378464749, -0.007184286492905239, -0.029842278169031768, -0.03982293757263408, -0.04290995491883265, -0.0467565541014488, -0.047289355856264356, -0.04877247260809627, -0.04836975219661158, -0.04855613849726816, -0.04919797090293915, -0.0457510909461438, -0.041085098716276025, -0.041471554415910966, -0.040049570169961704, -0.04049319333711418, -0.041602510855925846, -0.04314639084039722, -0.04460079483491826, -0.04366498569135145, -0.04369033083976664, -0.046379739498413106, -0.045633894063136435, -0.04737154269742353, -0.06198620279649726, -0.06117112336042922, -0.06677185360520453, -0.06244581275863214, -0.05694359575254607, -0.05676474901327675, -0.057222701421994836, -0.05699497116039533, -0.05798479489409144, -0.057614556595857666, -0.05828266282169294, -0.056973506391416996, -0.0617507256806082, -0.0709155999915547, -0.07734524225761377, -0.08189876006004503, -0.0795444909028249, -0.0484634275829715, -0.04950558667888575, -0.07562745840612065, 0.0, 0.0, -0.35670835872381956, -0.3834169871739511, -0.4017267232105316, -0.40579555053308236, -0.042824741847239535, 0.006671622057196496, 0.006502066177625116, -0.00792657869374487, -0.030584570369871403, -0.04056522977347372, -0.04365224711967228, -0.047381447955475206, -0.04791424971029076, -0.04939736646212268, -0.048994646050638, -0.04918103235129456, -0.04982286475696555, -0.046375984800170196, -0.04170999257030243, -0.04209644826993737, -0.040421203277652015, -0.04086482644480449, -0.04177390396156519, -0.04317482347246678, -0.04462922746698783, -0.04369341832342102, -0.043281278177238994, -0.04597068683588546, -0.0452248414006088, -0.046532175141335466, -0.0611468352404092, -0.06033175580434117, -0.06593248604911649, -0.06112039289748879, -0.05561817589140272, -0.055683063135604324, -0.0561410155443224, -0.05591328528272291, -0.05690310901641902, -0.056532870718185246, -0.05720097694402052, -0.055891820513744576, -0.06066903980293578, -0.06983391411388226, -0.07626355637994135, -0.08081707418237259, -0.07846280502515246, -0.04738174170529907, -0.048423900801213324, -0.07479166470137942, 0.0, 0.0, -0.3584801385866052, -0.38518876703673677, -0.40349850307331725, -0.4047633024528106, -0.041792493766967864, 0.007703870137468167, 0.0075343142578967875, -0.006894330613473202, -0.029498989420959357, -0.03947130804848859, -0.04255832539468715, -0.04676271716481261, -0.04729551891962817, -0.04868474599839467, -0.04817856665426323, -0.048364952954919806, -0.049006785360590784, -0.045559905403795446, -0.040604514002150115, -0.04080379302352342, -0.03880012696629292, -0.039243750133445394, -0.04018604622408059, -0.04158696573498219, -0.04284861480358953, -0.041912805660022714, -0.04060775235490741, -0.042745527271948164, -0.0419996818366715, -0.043307015577398175, -0.05792167567647191, -0.05710659624040388, -0.06270732648517918, -0.05789523333355148, -0.05163188944360702, -0.05169677668780863, -0.05215472909652669, -0.0519269988349272, -0.052916822568623345, -0.05254658427038956, -0.05321469049622481, -0.051905534065948875, -0.05668275335514008, -0.06584762766608658, -0.07227726993214567, -0.07683078773457691, -0.07447651857735677, -0.04339545525750338, -0.04450492611201609, -0.07108923229019795, 0.0, 0.0, -0.355441238714058, -0.3821498671641896, -0.40045960320077006, -0.40172440258026343, -0.037113814526568714, 0.012382549377867312, 0.012212993498295938, -0.002811469253241302, -0.02541612806072746, -0.0353884466882567, -0.03847546403445526, -0.04267985580458072, -0.04321265755939628, -0.04460188463816277, -0.04409570529403134, -0.04428209159468792, -0.04492392400035889, -0.041477044043563546, -0.036521652641918215, -0.03672093166329152, -0.03471726560606102, -0.035160888773213494, -0.0361031848638487, -0.03750410437475029, -0.038687292023976326, -0.03775148288040952, -0.036446429575294204, -0.03858420449233497, -0.0373605260615795, -0.03866785980230618, -0.05242735244494494, -0.051612273008876906, -0.0572130032536522, -0.0524009101020245, -0.046137566212080025, -0.04620245345628164, -0.04648243825775033, -0.04625470799615082, -0.04724453172984695, -0.04719563284583233, -0.04814389850159935, -0.04693794591544309, -0.051715165204634296, -0.060880039515580776, -0.06730968178163989, -0.0706615664188626, -0.06830729726164246, -0.053677295055182095, -0.05478676590969479, -0.08276433536374257, 0.0, 0.0, -0.3587614790673313, -0.38547010751746286, -0.40377984355404334, -0.3997205692777157, -0.035109981224021036, 0.014386382680414988, 0.01422264612887359, -0.0008018166226636479, -0.023406475430149804, -0.03337879405767904, -0.036465811403877606, -0.04067020317400306, -0.04120300492881862, -0.042592232007585114, -0.042086052663453694, -0.04227243896411026, -0.04291427136978125, -0.039467391412985886, -0.034512000011340575, -0.034711279032713864, -0.032707612975483365, -0.03315123614263585, -0.034063981596660194, -0.034927006663953326, -0.03611019431317936, -0.034632633102528204, -0.03332757979741291, -0.03494554112155964, -0.03372186269080417, -0.035029196431530844, 0.005367299477821797, 0.006182378913889828, 0.031177018146574323, 0.035989111298202016, 0.044064805810880854, 0.04399991856667924, 0.04371987212990394, 0.04394760239150343, 0.042957778657807325, 0.04300667754182193, 0.0424409170882777, 0.043646869674433965, 0.03989298682539977, 0.03072811251445329, 0.02429847024839419, 0.02214062567367382, 0.024494894830893968, 0.039124897037354334, 0.03801542618284165, 0.009903263903026831, 0.0, 0.0, -0.35767575747021463, -0.3843843859203462, -0.4026941219569267, -0.39523008102329676, -0.029197048926441885, 0.021629594968587313, 0.02146585841704591, 0.006441395665508676, -0.01683688483587436, -0.026809203463403597, -0.029896220809602157, -0.03410061257972761, -0.035241015214542974, -0.03663024229330947, -0.03612406294917805, -0.036310449249834606, -0.03741778899663713, -0.03340467127481679, -0.028449279873171463, -0.028648558894544762, -0.026644892837314256, -0.026917828245923182, -0.027830573699947535, -0.028641826502603725, -0.02982501415182976, -0.02834745294117861, -0.027042399636063308, -0.028421168469066102, -0.027197490038310634, -0.028504823779037302, 0.011891672130315334, 0.014533809628658053, 0.04211832941473525, 0.06482292029166845, 0.07556791145887629, 0.07550302421467467, 0.0752229777778994, 0.07545070803949885, 0.07490732884508029, 0.07495622772909492, 0.07456848415500257, 0.07564598950157615, 0.07189210665254195, 0.06458856039824955, 0.05815891813219046, 0.05600107355747008, 0.057952361830313714, 0.07258236403677408, 0.0714728931822614, 0.04264160101305001, 0.0, 0.0, -0.3319168207210113, -0.3586254491711429, -0.3769351852077234, -0.36947114427409344, -0.0034381121772386137, 0.047388531717790575, 0.04722479516624919, 0.03220033241471195, 0.008922051913328915, -0.0010502667142003135, -0.004137284060398882, -0.03587202956245919, -0.04232620173071514, -0.04371542880948162, -0.0432092494653502, -0.04339563576600677, -0.04450297551280928, -0.04048985779098895, -0.035534466389343614, -0.035733745410716916, -0.033730079353486424, -0.034003014762095336, -0.03491576021611969, -0.035727013018775886, -0.03691020066800192, -0.03543263945735077, -0.03412758615223547, -0.03494725741751048, -0.03253235948602519, -0.03383969322675187, 0.008294211499862631, 0.010936348998205354, 0.03852086878428257, 0.06198031880314252, 0.07272530997035036, 0.07266042272614874, 0.07238037628937345, 0.07260810655097295, 0.07230417928201431, 0.07235307816602891, 0.07196533459193656, 0.07276129777821033, 0.06981425808601018, 0.0625107118317178, 0.0560810695656587, 0.05541514467447017, 0.057366432947313785, 0.07199643515377417, 0.07088696429926146, 0.04205567213005008, 0.0, 0.0, -0.3296752484524763, -0.3563838769026079, -0.37469361293918835, -0.3672295720055585, 0.0003751663376624058, 0.0512018102326916, 0.0510380736811502, 0.03601361092961296, 0.012735330428229925, 0.0027630118007006977, -0.00032400554549787066, -0.032058751047558176, -0.03851292321581413, -0.04063934293914117, -0.040133163595009735, -0.04031954989566631, -0.04204936653252846, -0.03846770755711046, -0.0338990231744579, -0.03420984961572184, -0.03220618355849135, -0.03247911896710027, -0.03347448631270426, -0.03428573911536045, -0.03546892676458649, -0.03399136555393534, -0.032164110212033775, -0.032983781477308786, -0.03008927633026629, -0.03139661007099297, 0.01073729465562154, 0.013379432153964255, 0.04097092759281502, 0.06443037761167499, 0.07651887700915722, 0.07583337090870168, 0.07555332447192638, 0.07578105473352587, 0.07572560185463237, 0.07577450073864699, 0.07512669713362832, 0.07623406251352162, 0.07328702282132148, 0.06702693501839839, 0.06059729275233931, 0.05993136786115076, 0.06188265613399441, 0.07651265834045477, 0.07540318748594206, 0.046571895316730685, 0.0, 0.0, -0.3290351368310484, -0.35574376528118007, -0.3740535013177605, -0.3665894603841306, 0.0010152779590903189, 0.05184192185411952, 0.051678185302578124, 0.036653722551040886, 0.013375442049657847, 0.0034031234221286203, 0.00031610607593005047, -0.03141863942613026, -0.037872811594386206, -0.03999923131771324, -0.03949305197358182, -0.03967943827423839, -0.04228638314059379, -0.038704724165175786, -0.034136039782523234, -0.03444686622378718, -0.032443200166556684, -0.03285255983125139, -0.03384792717685539, -0.03465917997951158, -0.035842367628737604, -0.0339866978945091, -0.03215944255260754, -0.03297911381788255, -0.029155952220110363, -0.030463285960837028, 0.01167061876577747, 0.01431275626412019, 0.04190425170297097, 0.06536370172183092, 0.07745220111931315, 0.07742529428913436, 0.07714524785235907, 0.07840907559396729, 0.07899840590970383, 0.07953564822922585, 0.07894052555842893, 0.08004789093832224, 0.07710085124612208, 0.070840763443199, 0.06441112117713993, 0.06374519628595139, 0.06569648455879502, 0.08032648676525538, 0.07921701591074269, 0.05038572374153131, 0.0, 0.0, -0.3384736074533338, -0.3651822359034654, -0.38349197194004586, -0.37286241248567226, -0.0052576741424514035, 0.045568969752577786, 0.045615113988484224, 0.03059065123694699, 0.006729119148318384, -0.0032431994792108455, -0.007124514346165344, -0.03885925984822565, -0.0453134320164816, -0.04743985173980864, -0.04755211136076283, -0.04773849766141941, -0.050345442527774786, -0.046319233136321254, -0.041750548753668695, -0.04206137519493266, -0.04005770913770215, -0.04046706880239686, -0.04146243614800085, -0.0422594674184421, -0.04311255955542586, -0.032968111228391994, -0.03114085588649043, -0.031721712679574125, -0.018548484889048665, -0.01985581862977534, 0.023577264120838264, 0.026219401619180988, 0.05493821609521304, 0.07839766611407299, 0.09048616551155524, 0.09045925868137644, 0.09017921224460117, 0.09144303998620938, 0.09271978656787398, 0.09325702888739601, 0.09266190621659909, 0.09376927159649238, 0.09106701696976216, 0.08480692916683907, 0.07974517846508795, 0.07907925357389943, 0.08103054184674306, 0.09566054405320343, 0.09455107319869073, 0.06571978102947935, 0.0, 0.0, -0.3388570484114919, -0.3646802871608471, -0.3829900231974277, -0.3723604637430541, -0.004755725399833179, 0.046070918495196005, 0.046117062731102436, 0.031092599979565226, 0.006505258185039808, -0.00346706044248942, -0.007348375309443922, -0.03908312081150423, -0.04553729297976018, -0.04766371270308723, -0.0477759723240414, -0.04793278644137819, -0.05053973130773359, -0.04651352191628005, -0.0419448375336275, -0.042080979050334824, -0.039640328318649144, -0.04004968798334384, -0.04104505532894784, -0.04138443339786108, -0.04223752553484484, -0.031350387475681654, -0.029000750787164416, -0.029581607580248106, -0.016408379789722653, -0.017714590184780048, 0.027001165285528837, 0.02964330278387155, 0.05862410937318938, 0.08208355939204935, 0.09417205878953158, 0.09414515195935282, 0.09422196330890108, 0.09675124493762625, 0.09802799151929088, 0.09856523383881287, 0.09797011116801595, 0.09907747654790924, 0.09637522192117903, 0.09011513411825595, 0.08660924015149266, 0.08782845225049984, 0.08977974052334349, 0.10440974272980384, 0.10597879870446117, 0.07714750653524978, 0.0, 0.0, -0.34090760771924905, -0.36673084646860427, -0.3850405825051847, -0.3715670805718157, -0.003962342228594828, 0.046768845955390895, 0.046814990191297326, 0.03167287812155409, 0.007085536327028665, -0.002886782300500562, -0.006768097167455065, -0.03850284266951536, -0.04495701483777132, -0.04708343456109837, -0.04719569418205254, -0.04735250829938934, -0.04995945316574473, -0.04578908379850554, -0.04122039941585299, -0.04135654093256031, -0.038915890200874624, -0.03932524986556933, -0.04032061721117333, -0.040659995280086576, -0.041571574782623265, -0.030684436723460076, -0.02833480003494283, -0.028915656828026524, -0.015742429037501067, -0.017048639432558462, 0.027667116037750416, 0.030309253536093133, 0.05929006012541097, 0.083937130846015, 0.09715293955772537, 0.09712603272754657, 0.09720284407709485, 0.09973212570582002, 0.10100887228748465, 0.10154611460700666, 0.10095099193620971, 0.102058357316103, 0.09935610268937281, 0.09309601488644971, 0.08959012091968642, 0.09080933301869361, 0.09276062129153724, 0.1073906234979976, 0.10895967947265493, 0.07945409820600888, 0.0, 0.0, -0.3433027817654074, -0.3691260205147626, -0.3874357565513431, -0.37396225461797405, -0.0034552327374423484, 0.04727595544654337, 0.047322099682449804, 0.03260050631366036, 0.008013164519134945, -0.001959154108394287, -0.0058404689753487875, -0.037575214477409094, -0.04402938664566504, -0.046241094055107554, -0.04635335367606172, -0.04730747178240376, -0.04991441664875915, -0.04574404728151996, -0.04112850170473901, -0.04132096186059706, -0.03888031112891137, -0.039289670793606075, -0.04028503813921006, -0.040624416208123314, -0.041359175979580734, -0.030796700846879823, -0.028447064158362585, -0.028168395815968233, -0.01429163753840004, -0.015597847933457436, 0.029117907536851444, 0.03250246691080243, 0.06148327350012024, 0.087590386901461, 0.10080619561317136, 0.10000236875392783, 0.10007918010347613, 0.10308406680726992, 0.10469126505088432, 0.10522850737040633, 0.1046333846996094, 0.10647066722732317, 0.1043596047924909, 0.09809951698956781, 0.09459362302280448, 0.09581283512181168, 0.09776412339465533, 0.1123941256011157, 0.11396318157577304, 0.08445760030912697, 0.0, 0.0, -0.3435312854799985, -0.36872478226421523, -0.38655671129596153, -0.3730832093625926, -0.0006467044878565884, 0.05008448369612914, 0.05013062793203557, 0.03540903456324612, 0.010821692768720702, 0.0008493741411914721, -0.003031940725763028, -0.03476668622782333, -0.042428403459194554, -0.04464011086863707, -0.044752370489591235, -0.04570648859593327, -0.04892233994101295, -0.04475197057377377, -0.04013642499699281, -0.040328885152850866, -0.0386578382598838, -0.0390671979245785, -0.040062565270182496, -0.04040194333909575, -0.04113670311055316, -0.030574227977852263, -0.028224591289335018, -0.027945922946940666, -0.014069164669372471, -0.015375375064429871, 0.029340380405879017, 0.03272493977983, 0.06170574636914782, 0.08781285977048855, 0.1010286684821989, 0.1002248416229554, 0.09884928464083054, 0.10185417134462435, 0.10409200359448428, 0.10462924591400631, 0.10453410847361203, 0.10637139100132577, 0.10426032856649348, 0.0980002407635704, 0.0944943467968071, 0.09571355889581427, 0.0976648471686579, 0.11229484937511829, 0.11450671425689, 0.084719151824449, 0.0, 0.0, -0.33374264661290703, -0.35893614339712365, -0.3767680724288701, -0.36329457049550107, 0.009141934379234875, 0.0598731225632206, 0.05991926679912702, 0.044530301418807205, 0.019942959624281793, 0.009970640996752569, 0.006089326129798064, -0.03502055586623423, -0.04268227309760546, -0.04489398050704795, -0.04528412754053743, -0.04623824564687945, -0.04945409699195914, -0.04528372762471996, -0.04066818204793899, -0.040860642203797044, -0.039580237409048466, -0.03998959707374317, -0.04110417764611579, -0.04132883200104276, -0.04206359177250018, -0.03150111663979927, -0.029151479951282033, -0.028609694284657802, -0.01473293600708961, -0.01566659314899892, 0.029049162321309968, 0.032406112629400526, 0.06138691921871832, 0.08749403262005906, 0.10070984133176944, 0.09990601447252594, 0.09853045749040107, 0.10153534419419488, 0.10318855109943222, 0.10407699543374409, 0.10411190008658856, 0.10649358350901719, 0.10438252107418494, 0.09738935736236258, 0.09388346339559928, 0.09510267549460645, 0.0970539637674501, 0.11251376752882206, 0.11472563241059375, 0.08603506358111286, 0.0, 0.0, -0.3175341313570332, -0.34272762814124985, -0.3601115059631321, -0.3466380040297631, 0.025798500844972906, 0.07652968902895864, 0.07657583326486507, 0.061186867884545235, 0.036599526090019825, 0.026627207462490594, 0.022745892595536096, -0.03642225833564557, -0.04579822805974895, -0.04900428985882114, -0.04982474985859899, -0.050778867964941014, -0.055238103901131166, -0.05106773453389199, -0.046452188957111035, -0.04664464911296908, -0.045364244318220504, -0.04577360398291522, -0.04688818455528784, -0.04690311198862757, -0.04763787176008499, -0.03707539662738409, -0.03472575993886684, -0.0043215893258223845, 0.009555168951745813, 0.008621511809836502, 0.05333726728014535, 0.0566942175882359, 0.08567502417755374, 0.11178213757889445, 0.12499794629060482, 0.1226553569834199, 0.121279800001295, 0.12474158550000536, 0.12639479240524268, 0.12728323673955458, 0.12731814139239905, 0.1296998248148277, 0.12758876237999542, 0.12059559866817307, 0.11708970470140977, 0.11830891680041697, 0.12139253605536289, 0.13746959659325034, 0.139681461475022, 0.11099089264554111, 0.0, 0.0, -0.31325875201940034, -0.338452248803617, -0.3558361266254992, -0.3423626246921302, 0.03007388018260574, 0.08286487938771822, 0.08291102362362465, 0.0666043913125876, 0.042017049518062156, 0.03204473089053294, 0.028163416023578434, -0.03232705415600561, -0.041703023880108984, -0.04656173965092911, -0.04738219965070697, -0.04833631775704899, -0.05279555369323915, -0.049558627552261356, -0.0449430819754804, -0.04513554213133845, -0.044307621836026934, -0.0459167304122108, -0.04703131098458343, -0.04704623841792316, -0.04832896475322042, -0.03843145079525534, -0.036081814106738094, -0.0056776434936936385, 0.00819911478387455, 0.007265457641965237, 0.0519812131122741, 0.05480903206677429, 0.08378983865609213, 0.10989695205743288, 0.12311276076914321, 0.12077017146195825, 0.11939461447983338, 0.12317619855512757, 0.12482940546036489, 0.1257178497946768, 0.1273758368242899, 0.12975752024671855, 0.12764645781188627, 0.12065329410006392, 0.11714740013330063, 0.12037711695436111, 0.12346073620930706, 0.13953779674719446, 0.14509728078082498, 0.11640671195134404, 0.0, 0.0, -0.08065095913631781, -0.1058444559205345, -0.12322833374241668, -0.10975483180904767, 0.26281050462009226, 0.3156015038252047, 0.3156476480611112, 0.299341015750074, 0.2747536739555486, 0.26478135532801933, 0.2609000404610649, 0.08700526835536607, -0.13122206202935996, -0.13608077780018005, -0.13854930008499008, -0.13950341819133213, -0.1439626541275223, -0.14072572798654445, -0.13611018240976352, -0.13630264256562158, -0.13547472227031007, -0.13708383084649392, -0.13819841141886655, -0.1382133388522063, -0.14113955344374127, -0.1312420394857762, -0.128892402797259, -0.0980327952267229, -0.0841560369491547, -0.08508969409106398, -0.04037393862075511, -0.037546119666254915, -0.008565313076937052, 0.017029469461396864, 0.030245278173107234, 0.02790268886592227, 0.026499622446053278, 0.030974999939242263, 0.03262820684447961, 0.0335166511787915, 0.035174638208404614, 0.03755632163083324, 0.03544525919600098, 0.028452095484178652, 0.0236827756255528, 0.026912492446613284, 0.02999611170155923, 0.04607317223944664, 0.05163265627307713, 0.02406011822606432, 0.0, 0.0, -0.05681309232948086, -0.08033757272769834, -0.09772145054958054, -0.0842479486162115, 0.2899656939540295, 0.34187353554852845, 0.3411630274855893, 0.32485639517455217, 0.30026905338002674, 0.28815012419349495, 0.28426880932654053, 0.11037403722084166, -0.10785329316388433, -0.11271200893470444, -0.11518053121951449, -0.11748384813322263, -0.12194308406941279, -0.118706157928435, -0.11531046248884586, -0.1243972593756078, -0.12356933908029628, -0.1534316174294796, -0.15454619800185226, -0.15456112543519196, -0.15748734002672696, -0.14758982606876195, -0.14524018938024466, -0.11438058180970856, -0.10050382353214035, -0.10143748067404967, -0.05687980492607437, -0.05275677096662777, -0.02213352572319539, 0.003461256815138556, 0.016677065526848903, 0.014334476219663952, 0.012810455825888311, 0.017285833319077286, 0.01893904022431462, 0.019827484558626506, 0.01973830766442963, 0.022119991086858255, 0.018320171313098106, 0.009970083057101111, 0.005200763198475257, 0.008599386808126965, 0.011683006063072918, 0.02776006660096033, 0.033319550634590814, 0.005747012587577972, 0.0, 0.0, -0.05449529799630261, -0.07801977839452008, -0.09540365621640227, -0.08193015428303324, 0.2922834882872078, 0.3441913298817067, 0.34348082181876743, 0.3271741895077305, 0.3025868477132051, 0.29065613786389505, 0.28715826677805534, 0.11326349467235644, -0.10496383571236956, -0.10982255148318967, -0.11229107376799968, -0.11557111064459391, -0.1200303465807841, -0.11679342043980631, -0.11534540366502848, -0.12443220055179043, -0.12423519827308771, -0.15409747662227102, -0.15521205719464362, -0.15522698462798337, -0.1581531992195184, -0.1482556852615533, -0.14590604857303607, -0.11504644100249997, -0.10032424805467974, -0.10054594784643021, -0.05486766098747708, -0.051088699464101724, -0.017619179149744507, 0.007975603388589433, 0.02269920809076236, 0.020356618783577415, 0.01883259838980176, 0.02330797588299074, 0.024961182788228082, 0.025849627122539978, 0.025760450228343095, 0.028142133650771724, 0.024342313877011572, 0.01599222562101458, 0.011222905762388723, 0.014621529372040427, 0.017705148626986376, 0.03378220916487376, 0.042563410050915566, 0.014990872003902735, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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_0021[0.0, 0.09211304189331093, -0.4194083184078412, 0.0]
feature_0022[0.0, 0.020175429482326108, -0.3747586026342074, 0.0]
feature_0023[0.0, -0.1940150654703147, 0.12513156533484587, 0.0]
feature_0024[0.0, 0.019427513804183075, -0.27884196283650997, 0.0]
feature_0025[0.0, -0.019645217659344984, 0.18545085470421663, 0.0]
feature_0026[0.0, 0.16441287645095895, 0.1555330111084919, -0.006879070288319395, -0.07681613381409154, -0.08944915743832334, 0.0]
feature_0026 & feature_0042[0.0, 0.0, 0.0, 0.0, 0.0, 0.18750530506264082, -0.5726999944902919, 0.0, 0.0, 0.06183462211995753, -0.14773198791126613, 0.0, 0.0, -0.010125244333632618, 0.038127799229356975, 0.0, 0.0, -0.06287298104475211, 0.1530194917980029, 0.0, 0.0, -0.08259758588088636, 0.25649724726716655, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0026 & feature_0050[0.0, 0.0, 0.0, 0.0, 0.0, 0.1357887607533778, -0.7797341472879716, 0.0, 0.0, 0.0728557292231648, -0.48087097456574607, 0.0, 0.0, 0.011472987600004824, -0.1906333667279036, 0.0, 0.0, -0.031236718878833676, -0.03671853509408696, 0.0, 0.0, -0.03848454051394524, 0.10646873995760335, 0.0, 0.0, 0.0, 0.0, 0.0]
feature_0027[0.0, -0.14612760795243349, 0.15736819317954376, 0.0]
feature_0028[0.0, 0.022123369551017538, -0.1285079205224323, 0.0]
feature_0029[0.0, 0.0369734216388986, -0.12751628940233778, 0.0]
feature_0030[0.0, 0.031843842215634514, -0.18497118782646832, 0.0]
feature_0031[0.0, 0.13719146251874323, -0.1120449995512706, 0.0]
feature_0032[0.0, -0.025049813910265274, 0.4419502882739658, 0.0]
feature_0033[0.0, -0.044012080655058704, 0.09898152578855525, 0.0]
feature_0034[0.0, -0.0038722191171503472, 0.04006904999486012, 0.0]
feature_0035[0.0, -0.1422482175513587, 0.015291180387416205, 0.0]
feature_0036[0.0, 0.03372898592043461, -0.5664936498909358, 0.0]
feature_0037[0.0, -0.01289834012850766, 0.30270791989091417, 0.0]
feature_0038[0.0, -0.04685833690144236, 0.10665663294721608, 0.0]
feature_0039[0.0, -0.006821230057801857, 0.03962244937923167, 0.0]
feature_0040[0.0, 0.02486582330316458, -0.15881285260606054, 0.0]
feature_0041[0.0, 0.027005370704476755, -0.038459661065199095, 0.0]
feature_0042[0.0, -0.04349774340480368, 0.24513558783215633, 0.0]
feature_0043[0.0, 0.0012341817673449335, -0.002440207296651579, 0.0]
feature_0044[0.0, 0.06200179942826818, -0.15967586702074546, 0.0]
feature_0045[0.0, -0.002360664639517242, 0.007739884063990955, 0.0]
feature_0046[0.0, 0.3000457978931257, 0.281886981695833, 0.2545814222892376, 0.22579281835367934, 0.2220650488486407, 0.21808917226110264, 0.2117872153374108, 0.07015876834218084, 0.04133153180266587, 0.034619409130141415, 0.027972407980963555, -0.034157897495837, -0.03733504592738893, -0.045528577015833994, -0.03644066965440064, -0.04350908223522512, -0.05257506028895396, -0.06118101910404393, -0.06448402979634005, -0.07078752790490066, -0.07296091771374554, -0.0764362078245194, -0.08261050482956964, -0.0871457867649391, -0.09269035898160458, -0.09556882799194265, -0.0967645004465271, -0.09968825736241384, -0.10374525240268022, -0.11163006913737511, -0.11560397318630215, -0.11801092548341256, -0.12122574425137189, -0.1222618354502641, -0.1132734480273098, -0.11436645009402674, -0.11753271888523438, -0.11838296242596397, -0.07901272831887282, -0.0813271589500556, -0.08499142316410768, -0.08481921260364, -0.09978550882940866, -0.30514269894806306, -0.31903223566140054, -0.32944380088751823, -0.334437087630919, -0.015526127233608307, -0.024496460550657996, 0.24585035464070995, -0.5993744999760892, -0.6247184160992371, -0.6561058896592982, 0.0]
feature_0047[0.0, 0.18926336179073233, -0.04374483362144285, 0.0]
feature_0048[0.0, -0.024587614371369155, 0.15703598990015952, 0.0]
feature_0049[0.0, -0.014677803880674935, 0.2656324507185561, 0.0]
feature_0050[0.0, -0.003309252083310123, 0.029490043881649705, 0.0]
feature_0051[0.0, 0.1501068592420395, -0.05718356542553886, 0.0]
feature_0052[0.0, -0.04433298527450444, 0.20904458749875815, 0.0]
feature_0053[0.0, 0.002966614756961378, -0.5777482239182283, 0.0]
feature_0054[0.0, -0.02861437217371414, 0.056253254386960744, 0.0]
feature_0055[0.0, -0.0006932277900177507, 0.025154265523501237, 0.0]
feature_0056[0.0, 0.047329891477279326, -0.027688944609177583, 0.0]
feature_0057[0.0, 0.00753854857187316, -0.38597368687990585, 0.0]
feature_0058[0.0, 0.0029247189888478987, -0.0017298642799893074, 0.0]
feature_0059[0.0, 0.005668160093423333, -0.021898109180803187, 0.0]
feature_0060[0.0, -0.013804290816544797, 0.08018492404740804, 0.0]
feature_0061[0.0, -0.016263396591352765, 0.08985526616722403, 0.0]
feature_0062[0.0, 0.08857764546551482, -0.01603215302543254, 0.0]
feature_0063[0.0, -0.06407451099216535, 0.04381869783980339, 0.0]
feature_0064[0.0, 0.04367233032349099, -0.0638604830201991, 0.0]
feature_0065[0.0, 0.024968597627165974, -0.7269703232217171, 0.0]
feature_0066[0.0, -0.7267591259425842, 0.024961343823655502, 0.0]