The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 4 new columns ({'date_time', 'click_bool', 'gross_bookings_usd', 'position'}) and 4 missing columns ({'day', 'hour', 'month', 'year'}).

This happened while the csv dataset builder was generating data using

hf://datasets/Looong/DMT_Assignment_2/training_set_VU_DM.csv (at revision 81aed772be0935590e9959b8e399836b945cd928)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              srch_id: int64
              date_time: string
              site_id: int64
              visitor_location_country_id: int64
              visitor_hist_starrating: double
              visitor_hist_adr_usd: double
              prop_country_id: int64
              prop_id: int64
              prop_starrating: int64
              prop_review_score: double
              prop_brand_bool: int64
              prop_location_score1: double
              prop_location_score2: double
              prop_log_historical_price: double
              position: int64
              price_usd: double
              promotion_flag: int64
              srch_destination_id: int64
              srch_length_of_stay: int64
              srch_booking_window: int64
              srch_adults_count: int64
              srch_children_count: int64
              srch_room_count: int64
              srch_saturday_night_bool: int64
              srch_query_affinity_score: double
              orig_destination_distance: double
              random_bool: int64
              comp1_rate: double
              comp1_inv: double
              comp1_rate_percent_diff: double
              comp2_rate: double
              comp2_inv: double
              comp2_rate_percent_diff: double
              comp3_rate: double
              comp3_inv: double
              comp3_rate_percent_diff: double
              comp4_rate: double
              comp4_inv: double
              comp4_rate_percent_diff: double
              comp5_rate: double
              comp5_inv: double
              comp5_rate_percent_diff: double
              comp6_rate: double
              comp6_inv: double
              comp6_rate_percent_diff: double
              comp7_rate: double
              comp7_inv: double
              comp7_rate_percent_diff: double
              comp8_rate: double
              comp8_inv: double
              comp8_rate_percent_diff: double
              click_bool: int64
              gross_bookings_usd: double
              booking_bool: int64
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 7294
              to
              {'srch_id': Value(dtype='int64', id=None), 'site_id': Value(dtype='int64', id=None), 'visitor_location_country_id': Value(dtype='int64', id=None), 'visitor_hist_starrating': Value(dtype='float64', id=None), 'visitor_hist_adr_usd': Value(dtype='float64', id=None), 'prop_country_id': Value(dtype='int64', id=None), 'prop_id': Value(dtype='int64', id=None), 'prop_starrating': Value(dtype='int64', id=None), 'prop_review_score': Value(dtype='float64', id=None), 'prop_brand_bool': Value(dtype='int64', id=None), 'prop_location_score1': Value(dtype='float64', id=None), 'prop_location_score2': Value(dtype='float64', id=None), 'prop_log_historical_price': Value(dtype='float64', id=None), 'price_usd': Value(dtype='float64', id=None), 'promotion_flag': Value(dtype='int64', id=None), 'srch_destination_id': Value(dtype='int64', id=None), 'srch_length_of_stay': Value(dtype='int64', id=None), 'srch_booking_window': Value(dtype='int64', id=None), 'srch_adults_count': Value(dtype='int64', id=None), 'srch_children_count': Value(dtype='int64', id=None), 'srch_room_count': Value(dtype='int64', id=None), 'srch_saturday_night_bool': Value(dtype='int64', id=None), 'srch_query_affinity_score': Value(dtype='float64', id=None), 'orig_destination_distance': Value(dtype='float64', id=None), 'random_bool': Value(dtype='int64', id=None), 'comp1_rate': Value(dtype='float64', id=None), 'comp1_inv': Value(dtype='float64', id=None), 'comp1_rate_percent_diff': Value(dtype='float64', id=None), 'comp2_rate': Value(dtype='float64', id=None), 'comp2_inv': Value(dtype='float64', id=None), 'comp2_rate_percent_diff': Value(dtype='float64', id=None), 'comp3_rate': Value(dtype='float64', id=None), 'comp3_inv': Value(dtype='float64', id=None), 'comp3_rate_percent_diff': Value(dtype='float64', id=None), 'comp4_rate': Value(dtype='float64', id=None), 'comp4_inv': Value(dtype='float64', id=None), 'comp4_rate_percent_diff': Value(dtype='float64', id=None), 'comp5_rate': Value(dtype='float64', id=None), 'comp5_inv': Value(dtype='float64', id=None), 'comp5_rate_percent_diff': Value(dtype='float64', id=None), 'comp6_rate': Value(dtype='float64', id=None), 'comp6_inv': Value(dtype='float64', id=None), 'comp6_rate_percent_diff': Value(dtype='float64', id=None), 'comp7_rate': Value(dtype='float64', id=None), 'comp7_inv': Value(dtype='float64', id=None), 'comp7_rate_percent_diff': Value(dtype='float64', id=None), 'comp8_rate': Value(dtype='float64', id=None), 'comp8_inv': Value(dtype='float64', id=None), 'comp8_rate_percent_diff': Value(dtype='float64', id=None), 'booking_bool': Value(dtype='float64', id=None), 'year': Value(dtype='int64', id=None), 'month': Value(dtype='int64', id=None), 'day': Value(dtype='int64', id=None), 'hour': Value(dtype='int64', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1319, in compute_config_parquet_and_info_response
                  parquet_operations, partial = stream_convert_to_parquet(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 912, in stream_convert_to_parquet
                  builder._prepare_split(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 4 new columns ({'date_time', 'click_bool', 'gross_bookings_usd', 'position'}) and 4 missing columns ({'day', 'hour', 'month', 'year'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/Looong/DMT_Assignment_2/training_set_VU_DM.csv (at revision 81aed772be0935590e9959b8e399836b945cd928)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

srch_id
int64
site_id
int64
visitor_location_country_id
int64
visitor_hist_starrating
float64
visitor_hist_adr_usd
float64
prop_country_id
int64
prop_id
int64
prop_starrating
int64
prop_review_score
float64
prop_brand_bool
int64
prop_location_score1
float64
prop_location_score2
float64
prop_log_historical_price
float64
price_usd
float64
promotion_flag
int64
srch_destination_id
int64
srch_length_of_stay
int64
srch_booking_window
int64
srch_adults_count
int64
srch_children_count
int64
srch_room_count
int64
srch_saturday_night_bool
int64
srch_query_affinity_score
float64
orig_destination_distance
float64
random_bool
int64
comp1_rate
float64
comp1_inv
float64
comp1_rate_percent_diff
float64
comp2_rate
float64
comp2_inv
float64
comp2_rate_percent_diff
float64
comp3_rate
float64
comp3_inv
float64
comp3_rate_percent_diff
float64
comp4_rate
float64
comp4_inv
float64
comp4_rate_percent_diff
float64
comp5_rate
float64
comp5_inv
float64
comp5_rate_percent_diff
float64
comp6_rate
float64
comp6_inv
float64
comp6_rate_percent_diff
float64
comp7_rate
float64
comp7_inv
float64
comp7_rate_percent_diff
float64
comp8_rate
float64
comp8_inv
float64
comp8_rate_percent_diff
float64
booking_bool
float64
year
int64
month
int64
day
int64
hour
int64
1
12
187
0.152846
-0.092151
219
893
3
-0.264969
1
-0.027817
-0.384302
0.344486
-0.009339
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
10,404
4
0.211411
1
-0.43931
-0.575932
0.388086
-0.005216
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
5.229049
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
21,315
3
0.68779
1
-0.43931
-0.512276
0.328136
-0.00465
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
27,348
2
0.211411
1
-0.027817
-0.591846
0.039287
0.021783
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-3.542627
-0.109127
-0.085018
-3.947759
-0.111648
-0.024079
0.007115
-0.072739
-0.004695
-0.029081
5.229049
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
-3.330318
-0.031063
-0.020732
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
29,604
4
-0.264969
1
-0.151918
0.14815
0.333586
-0.006914
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
30,184
4
0.68779
1
-0.067007
0.188598
0.480735
-0.00368
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.017686
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.014393
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
44,147
3
-0.264969
1
-0.43931
-0.438675
0.268186
-0.007803
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
50,984
2
-3.599626
0
-0.824676
-0.673404
-0.096962
-0.010552
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
53,341
4
0.211411
1
-0.204171
0.146161
0.469836
-0.006509
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.017563
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
56,880
4
0.211411
1
-0.027817
0.006914
0.453486
0.001655
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
59,267
3
-3.599626
1
-0.43931
-0.673404
0.415336
-0.004004
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
3.417044
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
59,526
3
-0.264969
0
-0.43931
-0.42475
0.251837
-0.009582
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-3.947759
-0.111648
-0.024079
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
3.490894
-0.031063
0.061676
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
68,914
2
-0.741348
1
-0.43931
-0.538136
0.066537
-0.009582
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-5.491471
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.001715
5.901593
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
74,474
3
0.68779
1
-0.308677
0.157433
0.388086
-0.00271
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
81,437
3
0.211411
1
-0.373994
-0.571953
0.388086
-0.007238
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
85,728
2
-0.741348
1
-0.707107
-0.626989
0.099237
-0.009582
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.014489
0.007115
-0.072739
-0.004695
2.832231
-5.491471
-0.000358
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
88,096
4
0.211411
1
0.044031
-0.237099
0.469836
-0.006348
1
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.085018
-0.021009
-0.111648
-0.024079
0.007115
-0.072739
-0.004695
2.832231
-0.131211
-0.016661
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
0.010963
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
88,127
3
-0.741348
1
-0.968372
-0.649534
0.262736
-0.007238
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
88,218
4
-0.264969
1
-0.067007
0.164727
0.360836
-0.008692
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-5.491471
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
89,073
4
0.211411
1
-0.51769
-0.575269
0.524336
-0.003923
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.024079
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.020732
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
95,166
3
0.211411
1
-0.106197
-0.436685
0.213687
-0.008207
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
0.001985
-0.021009
-0.111648
-0.020883
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
95,307
4
-0.264969
1
-0.308677
0.087147
0.333586
-0.007156
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
0.052642
0.007115
-0.072739
-0.004695
-0.029081
5.229049
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
-3.330318
-0.031063
0.048998
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
97,247
2
-0.264969
1
-0.027817
-0.578584
0.197336
-0.008692
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.024079
0.007115
-0.072739
-0.004695
2.832231
5.229049
-0.009416
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
-3.330318
-0.031063
-0.020732
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
107,872
2
-0.264969
1
-0.106197
-0.366399
0.066537
-0.007884
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
0.138703
-0.021009
-0.111648
-0.008096
0.007115
-0.072739
-0.004695
2.832231
-5.491471
-0.020284
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
0.007794
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
111,000
3
0.68779
1
-0.43931
-0.565986
0.382636
-0.00457
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
111,106
3
-1.217728
1
-1.425587
-0.627652
0.191887
-0.008369
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
114,766
2
-0.264969
1
-0.824676
-0.64025
0.191887
-0.009339
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-5.491471
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
1
12
187
0.152846
-0.092151
219
122,844
3
0.68779
1
-0.373994
-0.653512
0.622435
-0.004004
0
23,246
1
0
4
0
1
1
0.19403
-0.49616
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
4
4
8
4
5
219
0.152846
-0.092151
219
3,625
4
0.211411
0
0.226916
1.012141
0.905834
0.002549
0
12,588
2
46
1
0
1
1
0.19403
-0.361842
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
11,622
4
0.211411
0
-0.106197
-0.673404
0.720535
0.002799
0
12,588
2
46
1
0
1
1
0.19403
-0.361848
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
11,826
5
0.68779
1
0.226916
0.601033
0.971234
0.007424
1
12,588
2
46
1
0
1
1
0.19403
-0.361854
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
22,824
3
0.211411
0
0.253043
1.79789
0.775034
0.004674
0
12,588
2
46
1
0
1
1
0.19403
-0.361876
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
37,581
5
0.68779
0
0.142005
0.988271
1.031184
0.02161
0
12,588
2
46
1
0
1
1
0.19403
-0.361842
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
39,993
4
0.211411
1
0.142005
0.447198
0.747785
0.006924
0
12,588
2
46
1
0
1
1
0.19403
-0.362074
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
46,162
4
0.68779
0
0.253043
1.700417
0.769585
0.004799
1
12,588
2
46
1
0
1
1
0.19403
-0.361859
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
49,152
4
0.68779
1
0.142005
0.264852
0.873134
0.004674
0
12,588
2
46
1
0
1
1
0.19403
-0.36187
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
56,063
4
0.68779
0
0.253043
1.477623
0.867684
0.000299
0
12,588
2
46
1
0
1
1
0.19403
-0.361854
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
56,472
4
0.68779
1
-1.15779
-0.575932
0.671485
0.005049
0
12,588
2
46
1
0
1
1
0.19403
-0.361735
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
58,696
0
0.68779
0
-0.824676
-0.129017
0.584285
-0.0022
0
12,588
2
46
1
0
1
1
0.19403
-0.362655
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
64,344
4
-0.741348
1
-0.707107
-0.673404
0.802284
0.000799
0
12,588
2
46
1
0
1
1
0.19403
-0.361814
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
65,984
2
-0.264969
0
0.142005
0.803935
0.415336
-0.003763
0
12,588
2
46
1
0
1
1
0.19403
-0.361865
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
71,258
1
-1.694108
0
-1.425587
-0.587867
-0.015213
-0.011512
0
12,588
2
46
1
0
1
1
0.19403
-0.362836
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
75,491
2
-0.264969
0
0.226916
1.776008
0.655135
-0.004075
0
12,588
2
46
1
0
1
1
0.19403
-0.36187
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
81,172
0
0.211411
0
-1.425587
-0.673404
0.676935
0.002174
0
12,588
2
46
1
0
1
1
0.19403
-0.36401
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
83,045
3
-0.264969
0
0.253043
1.600292
0.698735
-0.0022
0
12,588
2
46
1
0
1
1
0.19403
-0.361854
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
83,430
4
0.68779
0
-0.067007
-0.434696
0.834984
0.009424
0
12,588
2
46
1
0
1
1
0.19403
-0.361814
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
83,806
4
0.211411
1
0.20079
1.634772
0.873134
0.004737
0
12,588
2
46
1
0
1
1
0.19403
-0.361876
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
85,567
2
0.211411
1
-1.425587
-0.404194
0.448036
-0.00745
0
12,588
2
46
1
0
1
1
0.19403
-0.363169
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
85,742
3
0.211411
0
-1.15779
-0.673404
0.567935
-0.005325
1
12,588
2
46
1
0
1
1
0.19403
-0.364241
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
89,119
4
0.68779
1
0.20079
1.143431
0.698735
0.000049
1
12,588
2
46
1
0
1
1
0.19403
-0.362006
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
97,099
4
0.211411
1
0.226916
1.719646
0.938534
0.009611
0
12,588
2
46
1
0
1
1
0.19403
-0.36187
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
109,185
4
0.68779
1
0.20079
1.40601
0.960334
0.004299
1
12,588
2
46
1
0
1
1
0.19403
-0.361882
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
110,813
2
0.211411
0
-0.308677
-0.673404
0.448036
-0.0072
1
12,588
2
46
1
0
1
1
0.19403
-0.364371
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
116,696
2
0.211411
0
-0.308677
-0.673404
0.437136
-0.0072
0
12,588
2
46
1
0
1
1
0.19403
-0.361797
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
125,069
3
0.211411
1
-0.824676
-0.032207
0.524336
-0.00595
1
12,588
2
46
1
0
1
1
0.19403
-0.362655
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
127,808
2
-1.217728
0
0.08322
-0.371704
0.507986
-0.01095
0
12,588
2
46
1
0
1
1
0.19403
-0.362192
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
129,278
3
-0.264969
0
-0.707107
-0.673404
0.273636
-0.005888
0
12,588
2
46
1
0
1
1
0.19403
-0.361825
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
134,162
5
0.68779
0
0.142005
1.100331
0.993034
0.016923
0
12,588
2
46
1
0
1
1
0.19403
-0.361848
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
137,826
2
-0.741348
0
0.253043
1.411978
0.507986
-0.004575
0
12,588
2
46
1
0
1
1
0.19403
-0.361921
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
4
5
219
0.152846
-0.092151
219
139,893
2
-0.741348
1
-0.824676
-0.469839
0.507986
-0.007825
0
12,588
2
46
1
0
1
1
0.19403
-0.36309
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,012
12
31
8
6
14
100
0.152846
-0.092151
100
10,759
0
-1.694108
0
-0.602601
-0.673404
-2.353255
-0.009785
0
21,106
1
5
2
0
1
0
0.19403
-0.127891
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
6
5
12
6
14
100
0.152846
-0.092151
100
22,135
0
1.16417
0
-0.602601
-0.673404
-2.353255
-0.008698
0
21,106
1
5
2
0
1
0
0.19403
-0.127891
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
6
5
12
6
14
100
0.152846
-0.092151
100
52,376
2
-3.599626
1
-0.602601
-0.673404
-2.353255
-0.01051
0
21,106
1
5
2
0
1
0
0.19403
-0.127885
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
6
5
12
6
14
100
0.152846
-0.092151
100
104,251
3
0.211411
1
-0.602601
-0.673404
-2.353255
-0.006825
0
21,106
1
5
2
0
1
0
0.19403
-0.127891
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
5.901593
2,013
6
5
12
6
14
100
0.152846
-0.092151
100
118,866
2
0.68779
1
-0.602601
-0.673404
-2.353255
-0.004409
0
21,106
1
5
2
0
1
0
0.19403
-0.127924
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
6
5
12
8
5
219
0.152846
-0.092151
219
10,250
3
-0.264969
1
-0.968372
-0.461882
0.175537
-0.010762
0
7,082
1
0
1
0
1
0
0.19403
-0.493327
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
13,252
4
0.68779
1
-1.876269
-0.673404
0.638785
-0.005888
1
7,082
1
0
1
0
1
0
0.19403
-0.494128
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
2.832231
-0.131211
0.050361
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
3.490894
-0.031063
0.099711
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
22,756
4
0.211411
1
-0.027817
0.817859
0.431686
0.000299
0
7,082
1
0
1
0
1
0
0.19403
-0.493886
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-3.947759
-0.111648
-0.017686
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.013038
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
-3.330318
-0.031063
-0.014393
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
27,669
3
-0.264969
1
0.08322
0.722376
0.164637
-0.010575
0
7,082
1
0
1
0
1
0
0.19403
-0.494021
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
5.229049
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
5.901593
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
30,630
3
0.211411
1
-1.876269
-0.673404
0.268186
-0.009075
0
7,082
1
0
1
0
1
0
0.19403
-0.494292
0
0.098425
-0.021666
-0.027315
3.417044
-0.109127
-0.097447
-3.947759
-0.111648
-0.011292
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
32,491
3
0.68779
1
-0.373994
-0.332582
0.469836
-0.00345
0
7,082
1
0
1
0
1
0
0.19403
-0.493863
0
0.098425
-0.021666
-0.027315
-0.062791
6.352354
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
5.229049
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
7.747312
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
33,805
3
-0.264969
1
0.174663
0.248938
0.311786
-0.00845
1
7,082
1
0
1
0
1
0
0.19403
-0.494213
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
35,397
3
0.68779
1
-0.968372
-0.011652
0.273636
-0.00845
1
7,082
1
0
1
0
1
0
0.19403
-0.493513
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
3.905742
-0.111648
0.039855
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
39,137
2
-0.264969
1
-0.824676
-0.135648
0.126487
-0.010887
0
7,082
1
0
1
0
1
0
0.19403
-0.493637
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
41,497
3
0.68779
1
-0.707107
-0.388281
0.426236
-0.004075
0
7,082
1
0
1
0
1
0
0.19403
-0.495449
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
3.905742
-0.111648
-0.024079
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
54,403
2
-0.264969
1
-1.876269
-0.673404
0.066537
-0.011762
0
7,082
1
0
1
0
1
0
0.19403
-0.491425
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
58,176
0
-3.599626
0
-0.707107
-0.673404
0.213687
-0.006513
0
7,082
1
0
1
0
1
0
0.19403
-0.49607
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
63,511
3
0.68779
1
-0.968372
-0.673404
0.567935
-0.002825
0
7,082
1
0
1
0
1
0
0.19403
-0.495534
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
7.747312
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
66,444
4
0.68779
1
-0.968372
-0.673404
0.557035
-0.000951
0
7,082
1
0
1
0
1
0
0.19403
-0.495579
0
0.098425
-0.021666
-0.027315
-0.062791
6.352354
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
5.229049
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
7.747312
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
67,150
4
0.68779
1
0.011373
0.847035
0.584285
0.000299
0
7,082
1
0
1
0
1
0
0.19403
-0.493925
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
5.229049
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
73,738
3
0.68779
1
-0.968372
-0.089232
0.448036
-0.004075
0
7,082
1
0
1
0
1
0
0.19403
-0.493666
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
83,293
3
0.68779
1
0.044031
-0.19002
0.437136
-0.000951
0
7,082
1
0
1
0
1
0
0.19403
-0.494089
0
0.098425
-0.021666
-0.027315
-0.062791
6.352354
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
5.229049
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
7.747312
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
90,151
5
0.68779
0
-0.204171
0.380891
0.753235
0.000299
0
7,082
1
0
1
0
1
0
0.19403
-0.493824
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
119,302
3
-0.264969
1
-0.602601
-0.673404
0.240937
-0.010075
0
7,082
1
0
1
0
1
0
0.19403
-0.49572
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
7.747312
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
125,655
3
0.211411
1
0.08322
0.934561
0.355386
-0.006575
0
7,082
1
0
1
0
1
0
0.19403
-0.49397
0
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
8
5
219
0.152846
-0.092151
219
134,607
3
0.68779
1
-0.707107
-0.386954
0.366286
-0.004075
0
7,082
1
0
1
0
1
0
0.19403
-0.495466
0
0.098425
-0.021666
-0.027315
-3.542627
-0.109127
-0.085018
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.016661
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
3
20
17
11
5
219
0.152846
-0.092151
219
6,492
2
0.211411
1
-0.373994
-0.673404
-0.222312
-0.01295
0
12,610
1
39
2
0
1
1
0.19403
-0.33576
1
0.098425
-0.021666
-0.027315
3.417044
-0.109127
0.001985
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
3.490894
-0.031063
0.001454
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
8,946
3
0.68779
1
-0.602601
-0.673404
0.464386
-0.010637
0
12,610
1
39
2
0
1
1
0.19403
-0.33375
1
0.098425
-0.021666
-0.027315
-0.062791
6.352354
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
2.832231
-0.131211
0.01051
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
9,952
2
-0.741348
1
-0.824676
-0.673404
-0.118762
-0.012762
0
12,610
1
39
2
0
1
1
0.19403
-0.340845
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
19,470
2
-0.264969
1
-0.968372
-0.673404
0.028387
-0.012137
0
12,610
1
39
2
0
1
1
0.19403
-0.340919
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
20,499
2
-0.264969
1
-0.43931
-0.673404
-0.113312
-0.013075
0
12,610
1
39
2
0
1
1
0.19403
-0.335698
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
24,526
3
0.211411
1
-1.425587
0.053993
0.339036
-0.00845
0
12,610
1
39
2
0
1
1
0.19403
-0.33905
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
26,421
3
1.16417
1
-0.51769
-0.673404
0.409886
-0.010325
0
12,610
1
39
2
0
1
1
0.19403
-0.333937
1
0.098425
-0.021666
-0.027315
-0.062791
6.352354
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
27,675
3
0.68779
1
-1.15779
0.403435
0.208236
-0.010575
0
12,610
1
39
2
0
1
1
0.19403
-0.33848
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
28,364
3
0.68779
1
-0.824676
0.681928
0.224586
-0.01095
0
12,610
1
39
2
0
1
1
0.19403
-0.338012
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
33,980
3
1.16417
1
-1.15779
-0.673404
0.388086
-0.009762
0
12,610
1
39
2
0
1
1
0.19403
-0.336149
1
0.098425
-0.021666
-0.027315
-0.062791
6.352354
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
35,021
3
0.211411
1
-0.51769
-0.673404
0.366286
-0.006325
0
12,610
1
39
2
0
1
1
0.19403
-0.333914
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
38,443
3
0.211411
1
-0.308677
-0.673404
0.142837
-0.012137
0
12,610
1
39
2
0
1
1
0.19403
-0.335839
1
0.098425
-0.021666
-0.027315
-3.542627
-0.109127
-0.022873
-3.947759
5.692626
-0.008096
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
-3.330318
-0.031063
-0.004885
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
47,116
3
0.68779
1
-0.51769
-0.673404
0.344486
-0.010637
0
12,610
1
39
2
0
1
1
0.19403
-0.33392
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.001715
-0.169446
2,013
2
25
8
11
5
219
0.152846
-0.092151
219
59,898
3
-3.599626
1
-0.51769
-0.673404
0.284536
-0.011137
0
12,610
1
39
2
0
1
1
0.19403
-0.333762
1
0.098425
-0.021666
-0.027315
-0.062791
-0.109127
-0.010444
-0.021009
-0.111648
-0.004899
0.007115
-0.072739
-0.004695
-0.029081
-0.131211
-0.005793
-0.049232
-0.055931
-0.027401
-0.061847
-0.068279
-0.025627
0.080288
-0.031063
-0.004885
-0.169446
2,013
2
25
8
End of preview.