bermejo4/Tiresias_MLP_Latitude-w2-p1-v3
Updated
•
6
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 1 new columns ({'latitude_diff'}) and 1 missing columns ({'altitude_diff'}).
This happened while the csv dataset builder was generating data using
hf://datasets/bermejo4/TiresiasDatasets/data_with_lags_latitude_diff.csv (at revision 0bd7360709aaf77f2b8711b0c17dff49c0776a78)
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 1831, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 644, 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 2272, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
time_diff: double
latitude_diff_prev: double
longitude_diff_prev: double
altitude_diff_prev: double
time_diff_prev: double
Accelerometer_x_count: int64
Accelerometer_x_sum: double
Accelerometer_x_mean: double
Accelerometer_x_std: double
Accelerometer_x_min: double
Accelerometer_x_max: double
Accelerometer_x_ptp: double
Accelerometer_x_median: double
Accelerometer_x_q25: double
Accelerometer_x_q75: double
Accelerometer_x_fft1: double
Accelerometer_x_fft2: double
Accelerometer_x_fft3: double
Accelerometer_y_count: int64
Accelerometer_y_sum: double
Accelerometer_y_mean: double
Accelerometer_y_std: double
Accelerometer_y_min: double
Accelerometer_y_max: double
Accelerometer_y_ptp: double
Accelerometer_y_median: double
Accelerometer_y_q25: double
Accelerometer_y_q75: double
Accelerometer_y_fft1: double
Accelerometer_y_fft2: double
Accelerometer_y_fft3: double
Accelerometer_z_count: int64
Accelerometer_z_sum: double
Accelerometer_z_mean: double
Accelerometer_z_std: double
Accelerometer_z_min: double
Accelerometer_z_max: double
Accelerometer_z_ptp: double
Accelerometer_z_median: double
Accelerometer_z_q25: double
Accelerometer_z_q75: double
Accelerometer_z_fft1: double
Accelerometer_z_fft2: double
Accelerometer_z_fft3: double
MagneticField_x_count: int64
MagneticField_x_sum: double
MagneticField_x_mean: double
MagneticField_x_std: double
MagneticField_x_min: double
MagneticField_x_max: double
MagneticField_x_ptp: double
MagneticField_x_median: double
MagneticField_x_q25: double
Magn
...
double
GameRotationVector_y_prev_min: double
GameRotationVector_y_prev_max: double
GameRotationVector_y_prev_ptp: double
GameRotationVector_y_prev_median: double
GameRotationVector_y_prev_q25: double
GameRotationVector_y_prev_q75: double
GameRotationVector_y_prev_fft1: double
GameRotationVector_y_prev_fft2: double
GameRotationVector_y_prev_fft3: double
GameRotationVector_z_prev_count: int64
GameRotationVector_z_prev_sum: double
GameRotationVector_z_prev_mean: double
GameRotationVector_z_prev_std: double
GameRotationVector_z_prev_min: double
GameRotationVector_z_prev_max: double
GameRotationVector_z_prev_ptp: double
GameRotationVector_z_prev_median: double
GameRotationVector_z_prev_q25: double
GameRotationVector_z_prev_q75: double
GameRotationVector_z_prev_fft1: double
GameRotationVector_z_prev_fft2: double
GameRotationVector_z_prev_fft3: double
GameRotationVector_v3_prev_count: int64
GameRotationVector_v3_prev_sum: double
GameRotationVector_v3_prev_mean: double
GameRotationVector_v3_prev_std: double
GameRotationVector_v3_prev_min: double
GameRotationVector_v3_prev_max: double
GameRotationVector_v3_prev_ptp: double
GameRotationVector_v3_prev_median: double
GameRotationVector_v3_prev_q25: double
GameRotationVector_v3_prev_q75: double
GameRotationVector_v3_prev_fft1: double
GameRotationVector_v3_prev_fft2: double
GameRotationVector_v3_prev_fft3: double
latitude_diff: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 103259
to
{'time_diff': Value('float64'), 'latitude_diff_prev': Value('float64'), 'longitude_diff_prev': Value('float64'), 'altitude_diff_prev': Value('float64'), 'time_diff_prev': Value('float64'), 'Accelerometer_x_count': Value('int64'), 'Accelerometer_x_sum': Value('float64'), 'Accelerometer_x_mean': Value('float64'), 'Accelerometer_x_std': Value('float64'), 'Accelerometer_x_min': Value('float64'), 'Accelerometer_x_max': Value('float64'), 'Accelerometer_x_ptp': Value('float64'), 'Accelerometer_x_median': Value('float64'), 'Accelerometer_x_q25': Value('float64'), 'Accelerometer_x_q75': Value('float64'), 'Accelerometer_x_fft1': Value('float64'), 'Accelerometer_x_fft2': Value('float64'), 'Accelerometer_x_fft3': Value('float64'), 'Accelerometer_y_count': Value('int64'), 'Accelerometer_y_sum': Value('float64'), 'Accelerometer_y_mean': Value('float64'), 'Accelerometer_y_std': Value('float64'), 'Accelerometer_y_min': Value('float64'), 'Accelerometer_y_max': Value('float64'), 'Accelerometer_y_ptp': Value('float64'), 'Accelerometer_y_median': Value('float64'), 'Accelerometer_y_q25': Value('float64'), 'Accelerometer_y_q75': Value('float64'), 'Accelerometer_y_fft1': Value('float64'), 'Accelerometer_y_fft2': Value('float64'), 'Accelerometer_y_fft3': Value('float64'), 'Accelerometer_z_count': Value('int64'), 'Accelerometer_z_sum': Value('float64'), 'Accelerometer_z_mean': Value('float64'), 'Accelerometer_z_std': Value('float64'), 'Accelerometer_z_min': Value('float64'), 'Accelerometer_z_max': Va
...
oat64'), 'GameRotationVector_y_prev_fft2': Value('float64'), 'GameRotationVector_y_prev_fft3': Value('float64'), 'GameRotationVector_z_prev_count': Value('int64'), 'GameRotationVector_z_prev_sum': Value('float64'), 'GameRotationVector_z_prev_mean': Value('float64'), 'GameRotationVector_z_prev_std': Value('float64'), 'GameRotationVector_z_prev_min': Value('float64'), 'GameRotationVector_z_prev_max': Value('float64'), 'GameRotationVector_z_prev_ptp': Value('float64'), 'GameRotationVector_z_prev_median': Value('float64'), 'GameRotationVector_z_prev_q25': Value('float64'), 'GameRotationVector_z_prev_q75': Value('float64'), 'GameRotationVector_z_prev_fft1': Value('float64'), 'GameRotationVector_z_prev_fft2': Value('float64'), 'GameRotationVector_z_prev_fft3': Value('float64'), 'GameRotationVector_v3_prev_count': Value('int64'), 'GameRotationVector_v3_prev_sum': Value('float64'), 'GameRotationVector_v3_prev_mean': Value('float64'), 'GameRotationVector_v3_prev_std': Value('float64'), 'GameRotationVector_v3_prev_min': Value('float64'), 'GameRotationVector_v3_prev_max': Value('float64'), 'GameRotationVector_v3_prev_ptp': Value('float64'), 'GameRotationVector_v3_prev_median': Value('float64'), 'GameRotationVector_v3_prev_q25': Value('float64'), 'GameRotationVector_v3_prev_q75': Value('float64'), 'GameRotationVector_v3_prev_fft1': Value('float64'), 'GameRotationVector_v3_prev_fft2': Value('float64'), 'GameRotationVector_v3_prev_fft3': Value('float64'), 'altitude_diff': Value('float64')}
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 1456, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1055, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1702, 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 1833, 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 1 new columns ({'latitude_diff'}) and 1 missing columns ({'altitude_diff'}).
This happened while the csv dataset builder was generating data using
hf://datasets/bermejo4/TiresiasDatasets/data_with_lags_latitude_diff.csv (at revision 0bd7360709aaf77f2b8711b0c17dff49c0776a78)
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.
time_diff
float64 | latitude_diff_prev
float64 | longitude_diff_prev
float64 | altitude_diff_prev
float64 | time_diff_prev
float64 | Accelerometer_x_count
int64 | Accelerometer_x_sum
float64 | Accelerometer_x_mean
float64 | Accelerometer_x_std
float64 | Accelerometer_x_min
float64 | Accelerometer_x_max
float64 | Accelerometer_x_ptp
float64 | Accelerometer_x_median
float64 | Accelerometer_x_q25
float64 | Accelerometer_x_q75
float64 | Accelerometer_x_fft1
float64 | Accelerometer_x_fft2
float64 | Accelerometer_x_fft3
float64 | Accelerometer_y_count
int64 | Accelerometer_y_sum
float64 | Accelerometer_y_mean
float64 | Accelerometer_y_std
float64 | Accelerometer_y_min
float64 | Accelerometer_y_max
float64 | Accelerometer_y_ptp
float64 | Accelerometer_y_median
float64 | Accelerometer_y_q25
float64 | Accelerometer_y_q75
float64 | Accelerometer_y_fft1
float64 | Accelerometer_y_fft2
float64 | Accelerometer_y_fft3
float64 | Accelerometer_z_count
int64 | Accelerometer_z_sum
float64 | Accelerometer_z_mean
float64 | Accelerometer_z_std
float64 | Accelerometer_z_min
float64 | Accelerometer_z_max
float64 | Accelerometer_z_ptp
float64 | Accelerometer_z_median
float64 | Accelerometer_z_q25
float64 | Accelerometer_z_q75
float64 | Accelerometer_z_fft1
float64 | Accelerometer_z_fft2
float64 | Accelerometer_z_fft3
float64 | MagneticField_x_count
int64 | MagneticField_x_sum
float64 | MagneticField_x_mean
float64 | MagneticField_x_std
float64 | MagneticField_x_min
float64 | MagneticField_x_max
float64 | MagneticField_x_ptp
float64 | MagneticField_x_median
float64 | MagneticField_x_q25
float64 | MagneticField_x_q75
float64 | MagneticField_x_fft1
float64 | MagneticField_x_fft2
float64 | MagneticField_x_fft3
float64 | MagneticField_y_count
int64 | MagneticField_y_sum
float64 | MagneticField_y_mean
float64 | MagneticField_y_std
float64 | MagneticField_y_min
float64 | MagneticField_y_max
float64 | MagneticField_y_ptp
float64 | MagneticField_y_median
float64 | MagneticField_y_q25
float64 | MagneticField_y_q75
float64 | MagneticField_y_fft1
float64 | MagneticField_y_fft2
float64 | MagneticField_y_fft3
float64 | MagneticField_z_count
int64 | MagneticField_z_sum
float64 | MagneticField_z_mean
float64 | MagneticField_z_std
float64 | MagneticField_z_min
float64 | MagneticField_z_max
float64 | MagneticField_z_ptp
float64 | MagneticField_z_median
float64 | MagneticField_z_q25
float64 | MagneticField_z_q75
float64 | MagneticField_z_fft1
float64 | MagneticField_z_fft2
float64 | MagneticField_z_fft3
float64 | Gyroscope_x_count
int64 | Gyroscope_x_sum
float64 | Gyroscope_x_mean
float64 | Gyroscope_x_std
float64 | Gyroscope_x_min
float64 | Gyroscope_x_max
float64 | Gyroscope_x_ptp
float64 | Gyroscope_x_median
float64 | Gyroscope_x_q25
float64 | Gyroscope_x_q75
float64 | Gyroscope_x_fft1
float64 | Gyroscope_x_fft2
float64 | Gyroscope_x_fft3
float64 | Gyroscope_y_count
int64 | Gyroscope_y_sum
float64 | Gyroscope_y_mean
float64 | Gyroscope_y_std
float64 | Gyroscope_y_min
float64 | Gyroscope_y_max
float64 | Gyroscope_y_ptp
float64 | Gyroscope_y_median
float64 | Gyroscope_y_q25
float64 | Gyroscope_y_q75
float64 | Gyroscope_y_fft1
float64 | Gyroscope_y_fft2
float64 | Gyroscope_y_fft3
float64 | Gyroscope_z_count
int64 | Gyroscope_z_sum
float64 | Gyroscope_z_mean
float64 | Gyroscope_z_std
float64 | Gyroscope_z_min
float64 | Gyroscope_z_max
float64 | Gyroscope_z_ptp
float64 | Gyroscope_z_median
float64 | Gyroscope_z_q25
float64 | Gyroscope_z_q75
float64 | Gyroscope_z_fft1
float64 | Gyroscope_z_fft2
float64 | Gyroscope_z_fft3
float64 | Orientation_x_count
int64 | Orientation_x_sum
float64 | Orientation_x_mean
float64 | Orientation_x_std
float64 | Orientation_x_min
float64 | Orientation_x_max
float64 | Orientation_x_ptp
float64 | Orientation_x_median
float64 | Orientation_x_q25
float64 | Orientation_x_q75
float64 | Orientation_x_fft1
float64 | Orientation_x_fft2
float64 | Orientation_x_fft3
float64 | Orientation_y_count
int64 | Orientation_y_sum
float64 | Orientation_y_mean
float64 | Orientation_y_std
float64 | Orientation_y_min
float64 | Orientation_y_max
float64 | Orientation_y_ptp
float64 | Orientation_y_median
float64 | Orientation_y_q25
float64 | Orientation_y_q75
float64 | Orientation_y_fft1
float64 | Orientation_y_fft2
float64 | Orientation_y_fft3
float64 | Orientation_z_count
int64 | Orientation_z_sum
float64 | Orientation_z_mean
float64 | Orientation_z_std
float64 | Orientation_z_min
float64 | Orientation_z_max
float64 | Orientation_z_ptp
float64 | Orientation_z_median
float64 | Orientation_z_q25
float64 | Orientation_z_q75
float64 | Orientation_z_fft1
float64 | Orientation_z_fft2
float64 | Orientation_z_fft3
float64 | Gravity_x_count
int64 | Gravity_x_sum
float64 | Gravity_x_mean
float64 | Gravity_x_std
float64 | Gravity_x_min
float64 | Gravity_x_max
float64 | Gravity_x_ptp
float64 | Gravity_x_median
float64 | Gravity_x_q25
float64 | Gravity_x_q75
float64 | Gravity_x_fft1
float64 | Gravity_x_fft2
float64 | Gravity_x_fft3
float64 | Gravity_y_count
int64 | Gravity_y_sum
float64 | Gravity_y_mean
float64 | Gravity_y_std
float64 | Gravity_y_min
float64 | Gravity_y_max
float64 | Gravity_y_ptp
float64 | Gravity_y_median
float64 | Gravity_y_q25
float64 | Gravity_y_q75
float64 | Gravity_y_fft1
float64 | Gravity_y_fft2
float64 | Gravity_y_fft3
float64 | Gravity_z_count
int64 | Gravity_z_sum
float64 | Gravity_z_mean
float64 | Gravity_z_std
float64 | Gravity_z_min
float64 | Gravity_z_max
float64 | Gravity_z_ptp
float64 | Gravity_z_median
float64 | Gravity_z_q25
float64 | Gravity_z_q75
float64 | Gravity_z_fft1
float64 | Gravity_z_fft2
float64 | Gravity_z_fft3
float64 | LinearAcceleration_x_count
int64 | LinearAcceleration_x_sum
float64 | LinearAcceleration_x_mean
float64 | LinearAcceleration_x_std
float64 | LinearAcceleration_x_min
float64 | LinearAcceleration_x_max
float64 | LinearAcceleration_x_ptp
float64 | LinearAcceleration_x_median
float64 | LinearAcceleration_x_q25
float64 | LinearAcceleration_x_q75
float64 | LinearAcceleration_x_fft1
float64 | LinearAcceleration_x_fft2
float64 | LinearAcceleration_x_fft3
float64 | LinearAcceleration_y_count
int64 | LinearAcceleration_y_sum
float64 | LinearAcceleration_y_mean
float64 | LinearAcceleration_y_std
float64 | LinearAcceleration_y_min
float64 | LinearAcceleration_y_max
float64 | LinearAcceleration_y_ptp
float64 | LinearAcceleration_y_median
float64 | LinearAcceleration_y_q25
float64 | LinearAcceleration_y_q75
float64 | LinearAcceleration_y_fft1
float64 | LinearAcceleration_y_fft2
float64 | LinearAcceleration_y_fft3
float64 | LinearAcceleration_z_count
int64 | LinearAcceleration_z_sum
float64 | LinearAcceleration_z_mean
float64 | LinearAcceleration_z_std
float64 | LinearAcceleration_z_min
float64 | LinearAcceleration_z_max
float64 | LinearAcceleration_z_ptp
float64 | LinearAcceleration_z_median
float64 | LinearAcceleration_z_q25
float64 | LinearAcceleration_z_q75
float64 | LinearAcceleration_z_fft1
float64 | LinearAcceleration_z_fft2
float64 | LinearAcceleration_z_fft3
float64 | RotationVector_x_count
int64 | RotationVector_x_sum
float64 | RotationVector_x_mean
float64 | RotationVector_x_std
float64 | RotationVector_x_min
float64 | RotationVector_x_max
float64 | RotationVector_x_ptp
float64 | RotationVector_x_median
float64 | RotationVector_x_q25
float64 | RotationVector_x_q75
float64 | RotationVector_x_fft1
float64 | RotationVector_x_fft2
float64 | RotationVector_x_fft3
float64 | RotationVector_y_count
int64 | RotationVector_y_sum
float64 | RotationVector_y_mean
float64 | RotationVector_y_std
float64 | RotationVector_y_min
float64 | RotationVector_y_max
float64 | RotationVector_y_ptp
float64 | RotationVector_y_median
float64 | RotationVector_y_q25
float64 | RotationVector_y_q75
float64 | RotationVector_y_fft1
float64 | RotationVector_y_fft2
float64 | RotationVector_y_fft3
float64 | RotationVector_z_count
int64 | RotationVector_z_sum
float64 | RotationVector_z_mean
float64 | RotationVector_z_std
float64 | RotationVector_z_min
float64 | RotationVector_z_max
float64 | RotationVector_z_ptp
float64 | RotationVector_z_median
float64 | RotationVector_z_q25
float64 | RotationVector_z_q75
float64 | RotationVector_z_fft1
float64 | RotationVector_z_fft2
float64 | RotationVector_z_fft3
float64 | RotationVector_v3_count
int64 | RotationVector_v3_sum
float64 | RotationVector_v3_mean
float64 | RotationVector_v3_std
float64 | RotationVector_v3_min
float64 | RotationVector_v3_max
float64 | RotationVector_v3_ptp
float64 | RotationVector_v3_median
float64 | RotationVector_v3_q25
float64 | RotationVector_v3_q75
float64 | RotationVector_v3_fft1
float64 | RotationVector_v3_fft2
float64 | RotationVector_v3_fft3
float64 | RotationVector_v4_count
int64 | RotationVector_v4_sum
float64 | RotationVector_v4_mean
float64 | RotationVector_v4_std
float64 | RotationVector_v4_min
float64 | RotationVector_v4_max
float64 | RotationVector_v4_ptp
float64 | RotationVector_v4_median
float64 | RotationVector_v4_q25
float64 | RotationVector_v4_q75
float64 | RotationVector_v4_fft1
float64 | RotationVector_v4_fft2
float64 | RotationVector_v4_fft3
float64 | GameRotationVector_x_count
int64 | GameRotationVector_x_sum
float64 | GameRotationVector_x_mean
float64 | GameRotationVector_x_std
float64 | GameRotationVector_x_min
float64 | GameRotationVector_x_max
float64 | GameRotationVector_x_ptp
float64 | GameRotationVector_x_median
float64 | GameRotationVector_x_q25
float64 | GameRotationVector_x_q75
float64 | GameRotationVector_x_fft1
float64 | GameRotationVector_x_fft2
float64 | GameRotationVector_x_fft3
float64 | GameRotationVector_y_count
int64 | GameRotationVector_y_sum
float64 | GameRotationVector_y_mean
float64 | GameRotationVector_y_std
float64 | GameRotationVector_y_min
float64 | GameRotationVector_y_max
float64 | GameRotationVector_y_ptp
float64 | GameRotationVector_y_median
float64 | GameRotationVector_y_q25
float64 | GameRotationVector_y_q75
float64 | GameRotationVector_y_fft1
float64 | GameRotationVector_y_fft2
float64 | GameRotationVector_y_fft3
float64 | GameRotationVector_z_count
int64 | GameRotationVector_z_sum
float64 | GameRotationVector_z_mean
float64 | GameRotationVector_z_std
float64 | GameRotationVector_z_min
float64 | GameRotationVector_z_max
float64 | GameRotationVector_z_ptp
float64 | GameRotationVector_z_median
float64 | GameRotationVector_z_q25
float64 | GameRotationVector_z_q75
float64 | GameRotationVector_z_fft1
float64 | GameRotationVector_z_fft2
float64 | GameRotationVector_z_fft3
float64 | GameRotationVector_v3_count
int64 | GameRotationVector_v3_sum
float64 | GameRotationVector_v3_mean
float64 | GameRotationVector_v3_std
float64 | GameRotationVector_v3_min
float64 | GameRotationVector_v3_max
float64 | GameRotationVector_v3_ptp
float64 | GameRotationVector_v3_median
float64 | GameRotationVector_v3_q25
float64 | GameRotationVector_v3_q75
float64 | GameRotationVector_v3_fft1
float64 | GameRotationVector_v3_fft2
float64 | GameRotationVector_v3_fft3
float64 | Accelerometer_x_prev_count
int64 | Accelerometer_x_prev_sum
float64 | Accelerometer_x_prev_mean
float64 | Accelerometer_x_prev_std
float64 | Accelerometer_x_prev_min
float64 | Accelerometer_x_prev_max
float64 | Accelerometer_x_prev_ptp
float64 | Accelerometer_x_prev_median
float64 | Accelerometer_x_prev_q25
float64 | Accelerometer_x_prev_q75
float64 | Accelerometer_x_prev_fft1
float64 | Accelerometer_x_prev_fft2
float64 | Accelerometer_x_prev_fft3
float64 | Accelerometer_y_prev_count
int64 | Accelerometer_y_prev_sum
float64 | Accelerometer_y_prev_mean
float64 | Accelerometer_y_prev_std
float64 | Accelerometer_y_prev_min
float64 | Accelerometer_y_prev_max
float64 | Accelerometer_y_prev_ptp
float64 | Accelerometer_y_prev_median
float64 | Accelerometer_y_prev_q25
float64 | Accelerometer_y_prev_q75
float64 | Accelerometer_y_prev_fft1
float64 | Accelerometer_y_prev_fft2
float64 | Accelerometer_y_prev_fft3
float64 | Accelerometer_z_prev_count
int64 | Accelerometer_z_prev_sum
float64 | Accelerometer_z_prev_mean
float64 | Accelerometer_z_prev_std
float64 | Accelerometer_z_prev_min
float64 | Accelerometer_z_prev_max
float64 | Accelerometer_z_prev_ptp
float64 | Accelerometer_z_prev_median
float64 | Accelerometer_z_prev_q25
float64 | Accelerometer_z_prev_q75
float64 | Accelerometer_z_prev_fft1
float64 | Accelerometer_z_prev_fft2
float64 | Accelerometer_z_prev_fft3
float64 | MagneticField_x_prev_count
int64 | MagneticField_x_prev_sum
float64 | MagneticField_x_prev_mean
float64 | MagneticField_x_prev_std
float64 | MagneticField_x_prev_min
float64 | MagneticField_x_prev_max
float64 | MagneticField_x_prev_ptp
float64 | MagneticField_x_prev_median
float64 | MagneticField_x_prev_q25
float64 | MagneticField_x_prev_q75
float64 | MagneticField_x_prev_fft1
float64 | MagneticField_x_prev_fft2
float64 | MagneticField_x_prev_fft3
float64 | MagneticField_y_prev_count
int64 | MagneticField_y_prev_sum
float64 | MagneticField_y_prev_mean
float64 | MagneticField_y_prev_std
float64 | MagneticField_y_prev_min
float64 | MagneticField_y_prev_max
float64 | MagneticField_y_prev_ptp
float64 | MagneticField_y_prev_median
float64 | MagneticField_y_prev_q25
float64 | MagneticField_y_prev_q75
float64 | MagneticField_y_prev_fft1
float64 | MagneticField_y_prev_fft2
float64 | MagneticField_y_prev_fft3
float64 | MagneticField_z_prev_count
int64 | MagneticField_z_prev_sum
float64 | MagneticField_z_prev_mean
float64 | MagneticField_z_prev_std
float64 | MagneticField_z_prev_min
float64 | MagneticField_z_prev_max
float64 | MagneticField_z_prev_ptp
float64 | MagneticField_z_prev_median
float64 | MagneticField_z_prev_q25
float64 | MagneticField_z_prev_q75
float64 | MagneticField_z_prev_fft1
float64 | MagneticField_z_prev_fft2
float64 | MagneticField_z_prev_fft3
float64 | Gyroscope_x_prev_count
int64 | Gyroscope_x_prev_sum
float64 | Gyroscope_x_prev_mean
float64 | Gyroscope_x_prev_std
float64 | Gyroscope_x_prev_min
float64 | Gyroscope_x_prev_max
float64 | Gyroscope_x_prev_ptp
float64 | Gyroscope_x_prev_median
float64 | Gyroscope_x_prev_q25
float64 | Gyroscope_x_prev_q75
float64 | Gyroscope_x_prev_fft1
float64 | Gyroscope_x_prev_fft2
float64 | Gyroscope_x_prev_fft3
float64 | Gyroscope_y_prev_count
int64 | Gyroscope_y_prev_sum
float64 | Gyroscope_y_prev_mean
float64 | Gyroscope_y_prev_std
float64 | Gyroscope_y_prev_min
float64 | Gyroscope_y_prev_max
float64 | Gyroscope_y_prev_ptp
float64 | Gyroscope_y_prev_median
float64 | Gyroscope_y_prev_q25
float64 | Gyroscope_y_prev_q75
float64 | Gyroscope_y_prev_fft1
float64 | Gyroscope_y_prev_fft2
float64 | Gyroscope_y_prev_fft3
float64 | Gyroscope_z_prev_count
int64 | Gyroscope_z_prev_sum
float64 | Gyroscope_z_prev_mean
float64 | Gyroscope_z_prev_std
float64 | Gyroscope_z_prev_min
float64 | Gyroscope_z_prev_max
float64 | Gyroscope_z_prev_ptp
float64 | Gyroscope_z_prev_median
float64 | Gyroscope_z_prev_q25
float64 | Gyroscope_z_prev_q75
float64 | Gyroscope_z_prev_fft1
float64 | Gyroscope_z_prev_fft2
float64 | Gyroscope_z_prev_fft3
float64 | Orientation_x_prev_count
int64 | Orientation_x_prev_sum
float64 | Orientation_x_prev_mean
float64 | Orientation_x_prev_std
float64 | Orientation_x_prev_min
float64 | Orientation_x_prev_max
float64 | Orientation_x_prev_ptp
float64 | Orientation_x_prev_median
float64 | Orientation_x_prev_q25
float64 | Orientation_x_prev_q75
float64 | Orientation_x_prev_fft1
float64 | Orientation_x_prev_fft2
float64 | Orientation_x_prev_fft3
float64 | Orientation_y_prev_count
int64 | Orientation_y_prev_sum
float64 | Orientation_y_prev_mean
float64 | Orientation_y_prev_std
float64 | Orientation_y_prev_min
float64 | Orientation_y_prev_max
float64 | Orientation_y_prev_ptp
float64 | Orientation_y_prev_median
float64 | Orientation_y_prev_q25
float64 | Orientation_y_prev_q75
float64 | Orientation_y_prev_fft1
float64 | Orientation_y_prev_fft2
float64 | Orientation_y_prev_fft3
float64 | Orientation_z_prev_count
int64 | Orientation_z_prev_sum
float64 | Orientation_z_prev_mean
float64 | Orientation_z_prev_std
float64 | Orientation_z_prev_min
float64 | Orientation_z_prev_max
float64 | Orientation_z_prev_ptp
float64 | Orientation_z_prev_median
float64 | Orientation_z_prev_q25
float64 | Orientation_z_prev_q75
float64 | Orientation_z_prev_fft1
float64 | Orientation_z_prev_fft2
float64 | Orientation_z_prev_fft3
float64 | Gravity_x_prev_count
int64 | Gravity_x_prev_sum
float64 | Gravity_x_prev_mean
float64 | Gravity_x_prev_std
float64 | Gravity_x_prev_min
float64 | Gravity_x_prev_max
float64 | Gravity_x_prev_ptp
float64 | Gravity_x_prev_median
float64 | Gravity_x_prev_q25
float64 | Gravity_x_prev_q75
float64 | Gravity_x_prev_fft1
float64 | Gravity_x_prev_fft2
float64 | Gravity_x_prev_fft3
float64 | Gravity_y_prev_count
int64 | Gravity_y_prev_sum
float64 | Gravity_y_prev_mean
float64 | Gravity_y_prev_std
float64 | Gravity_y_prev_min
float64 | Gravity_y_prev_max
float64 | Gravity_y_prev_ptp
float64 | Gravity_y_prev_median
float64 | Gravity_y_prev_q25
float64 | Gravity_y_prev_q75
float64 | Gravity_y_prev_fft1
float64 | Gravity_y_prev_fft2
float64 | Gravity_y_prev_fft3
float64 | Gravity_z_prev_count
int64 | Gravity_z_prev_sum
float64 | Gravity_z_prev_mean
float64 | Gravity_z_prev_std
float64 | Gravity_z_prev_min
float64 | Gravity_z_prev_max
float64 | Gravity_z_prev_ptp
float64 | Gravity_z_prev_median
float64 | Gravity_z_prev_q25
float64 | Gravity_z_prev_q75
float64 | Gravity_z_prev_fft1
float64 | Gravity_z_prev_fft2
float64 | Gravity_z_prev_fft3
float64 | LinearAcceleration_x_prev_count
int64 | LinearAcceleration_x_prev_sum
float64 | LinearAcceleration_x_prev_mean
float64 | LinearAcceleration_x_prev_std
float64 | LinearAcceleration_x_prev_min
float64 | LinearAcceleration_x_prev_max
float64 | LinearAcceleration_x_prev_ptp
float64 | LinearAcceleration_x_prev_median
float64 | LinearAcceleration_x_prev_q25
float64 | LinearAcceleration_x_prev_q75
float64 | LinearAcceleration_x_prev_fft1
float64 | LinearAcceleration_x_prev_fft2
float64 | LinearAcceleration_x_prev_fft3
float64 | LinearAcceleration_y_prev_count
int64 | LinearAcceleration_y_prev_sum
float64 | LinearAcceleration_y_prev_mean
float64 | LinearAcceleration_y_prev_std
float64 | LinearAcceleration_y_prev_min
float64 | LinearAcceleration_y_prev_max
float64 | LinearAcceleration_y_prev_ptp
float64 | LinearAcceleration_y_prev_median
float64 | LinearAcceleration_y_prev_q25
float64 | LinearAcceleration_y_prev_q75
float64 | LinearAcceleration_y_prev_fft1
float64 | LinearAcceleration_y_prev_fft2
float64 | LinearAcceleration_y_prev_fft3
float64 | LinearAcceleration_z_prev_count
int64 | LinearAcceleration_z_prev_sum
float64 | LinearAcceleration_z_prev_mean
float64 | LinearAcceleration_z_prev_std
float64 | LinearAcceleration_z_prev_min
float64 | LinearAcceleration_z_prev_max
float64 | LinearAcceleration_z_prev_ptp
float64 | LinearAcceleration_z_prev_median
float64 | LinearAcceleration_z_prev_q25
float64 | LinearAcceleration_z_prev_q75
float64 | LinearAcceleration_z_prev_fft1
float64 | LinearAcceleration_z_prev_fft2
float64 | LinearAcceleration_z_prev_fft3
float64 | RotationVector_x_prev_count
int64 | RotationVector_x_prev_sum
float64 | RotationVector_x_prev_mean
float64 | RotationVector_x_prev_std
float64 | RotationVector_x_prev_min
float64 | RotationVector_x_prev_max
float64 | RotationVector_x_prev_ptp
float64 | RotationVector_x_prev_median
float64 | RotationVector_x_prev_q25
float64 | RotationVector_x_prev_q75
float64 | RotationVector_x_prev_fft1
float64 | RotationVector_x_prev_fft2
float64 | RotationVector_x_prev_fft3
float64 | RotationVector_y_prev_count
int64 | RotationVector_y_prev_sum
float64 | RotationVector_y_prev_mean
float64 | RotationVector_y_prev_std
float64 | RotationVector_y_prev_min
float64 | RotationVector_y_prev_max
float64 | RotationVector_y_prev_ptp
float64 | RotationVector_y_prev_median
float64 | RotationVector_y_prev_q25
float64 | RotationVector_y_prev_q75
float64 | RotationVector_y_prev_fft1
float64 | RotationVector_y_prev_fft2
float64 | RotationVector_y_prev_fft3
float64 | RotationVector_z_prev_count
int64 | RotationVector_z_prev_sum
float64 | RotationVector_z_prev_mean
float64 | RotationVector_z_prev_std
float64 | RotationVector_z_prev_min
float64 | RotationVector_z_prev_max
float64 | RotationVector_z_prev_ptp
float64 | RotationVector_z_prev_median
float64 | RotationVector_z_prev_q25
float64 | RotationVector_z_prev_q75
float64 | RotationVector_z_prev_fft1
float64 | RotationVector_z_prev_fft2
float64 | RotationVector_z_prev_fft3
float64 | RotationVector_v3_prev_count
int64 | RotationVector_v3_prev_sum
float64 | RotationVector_v3_prev_mean
float64 | RotationVector_v3_prev_std
float64 | RotationVector_v3_prev_min
float64 | RotationVector_v3_prev_max
float64 | RotationVector_v3_prev_ptp
float64 | RotationVector_v3_prev_median
float64 | RotationVector_v3_prev_q25
float64 | RotationVector_v3_prev_q75
float64 | RotationVector_v3_prev_fft1
float64 | RotationVector_v3_prev_fft2
float64 | RotationVector_v3_prev_fft3
float64 | RotationVector_v4_prev_count
int64 | RotationVector_v4_prev_sum
float64 | RotationVector_v4_prev_mean
float64 | RotationVector_v4_prev_std
float64 | RotationVector_v4_prev_min
float64 | RotationVector_v4_prev_max
float64 | RotationVector_v4_prev_ptp
float64 | RotationVector_v4_prev_median
float64 | RotationVector_v4_prev_q25
float64 | RotationVector_v4_prev_q75
float64 | RotationVector_v4_prev_fft1
float64 | RotationVector_v4_prev_fft2
float64 | RotationVector_v4_prev_fft3
float64 | GameRotationVector_x_prev_count
int64 | GameRotationVector_x_prev_sum
float64 | GameRotationVector_x_prev_mean
float64 | GameRotationVector_x_prev_std
float64 | GameRotationVector_x_prev_min
float64 | GameRotationVector_x_prev_max
float64 | GameRotationVector_x_prev_ptp
float64 | GameRotationVector_x_prev_median
float64 | GameRotationVector_x_prev_q25
float64 | GameRotationVector_x_prev_q75
float64 | GameRotationVector_x_prev_fft1
float64 | GameRotationVector_x_prev_fft2
float64 | GameRotationVector_x_prev_fft3
float64 | GameRotationVector_y_prev_count
int64 | GameRotationVector_y_prev_sum
float64 | GameRotationVector_y_prev_mean
float64 | GameRotationVector_y_prev_std
float64 | GameRotationVector_y_prev_min
float64 | GameRotationVector_y_prev_max
float64 | GameRotationVector_y_prev_ptp
float64 | GameRotationVector_y_prev_median
float64 | GameRotationVector_y_prev_q25
float64 | GameRotationVector_y_prev_q75
float64 | GameRotationVector_y_prev_fft1
float64 | GameRotationVector_y_prev_fft2
float64 | GameRotationVector_y_prev_fft3
float64 | GameRotationVector_z_prev_count
int64 | GameRotationVector_z_prev_sum
float64 | GameRotationVector_z_prev_mean
float64 | GameRotationVector_z_prev_std
float64 | GameRotationVector_z_prev_min
float64 | GameRotationVector_z_prev_max
float64 | GameRotationVector_z_prev_ptp
float64 | GameRotationVector_z_prev_median
float64 | GameRotationVector_z_prev_q25
float64 | GameRotationVector_z_prev_q75
float64 | GameRotationVector_z_prev_fft1
float64 | GameRotationVector_z_prev_fft2
float64 | GameRotationVector_z_prev_fft3
float64 | GameRotationVector_v3_prev_count
int64 | GameRotationVector_v3_prev_sum
float64 | GameRotationVector_v3_prev_mean
float64 | GameRotationVector_v3_prev_std
float64 | GameRotationVector_v3_prev_min
float64 | GameRotationVector_v3_prev_max
float64 | GameRotationVector_v3_prev_ptp
float64 | GameRotationVector_v3_prev_median
float64 | GameRotationVector_v3_prev_q25
float64 | GameRotationVector_v3_prev_q75
float64 | GameRotationVector_v3_prev_fft1
float64 | GameRotationVector_v3_prev_fft2
float64 | GameRotationVector_v3_prev_fft3
float64 | altitude_diff
float64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2.008
| 2.690917
| -1.361262
| 0
| 1.98
| 236
| -48.724399
| -0.206459
| 0.118078
| -0.560243
| 0.040701
| 0.600945
| -0.197522
| -0.283114
| -0.11971
| 48.724399
| 6.397052
| 6.397052
| 236
| 682.697037
| 2.892784
| 0.288387
| 2.305616
| 3.356671
| 1.051055
| 2.983175
| 2.604892
| 3.137003
| 682.697037
| 44.289954
| 44.289954
| 236
| 2,209.534531
| 9.362434
| 0.161864
| 8.925584
| 9.694122
| 0.768538
| 9.382876
| 9.25359
| 9.474455
| 2,209.534531
| 9.602263
| 9.602263
| 69
| -4,855.371094
| -70.367697
| 0.500851
| -71.679688
| -69.335938
| 2.34375
| -70.3125
| -70.605469
| -70.019531
| 4,855.371094
| 11.866629
| 11.866629
| 69
| -1,176.757813
| -17.054461
| 0.662331
| -18.359375
| -15.234375
| 3.125
| -17.1875
| -17.480469
| -16.699219
| 1,176.757813
| 17.617568
| 17.617568
| 69
| -1,373.046875
| -19.89923
| 0.585027
| -21.386719
| -18.75
| 2.636719
| -19.921875
| -20.214844
| -19.433594
| 1,373.046875
| 10.419724
| 10.419724
| 7
| 0.026267
| 0.003752
| 0.001888
| 0
| 0.006109
| 0.006109
| 0.003665
| 0.003054
| 0.005192
| 0.026267
| 0.006538
| 0.006538
| 7
| 0.083689
| 0.011956
| 0.006521
| 0.006109
| 0.024435
| 0.018326
| 0.00733
| 0.007025
| 0.015882
| 0.083689
| 0.025626
| 0.025626
| 7
| 0.304822
| 0.043546
| 0.019372
| 0.012828
| 0.068417
| 0.055589
| 0.046426
| 0.029016
| 0.059559
| 0.304822
| 0.080434
| 0.080434
| 5
| 493.606369
| 98.721274
| 0.720212
| 97.447601
| 99.48658
| 2.038979
| 98.965408
| 98.471893
| 99.234886
| 493.606369
| 2.060471
| 2.060471
| 5
| -85.813451
| -17.16269
| 1.271199
| -18.677061
| -15.244491
| 3.43257
| -17.301254
| -18.308374
| -16.28227
| 85.813451
| 3.982333
| 3.982333
| 5
| -5.366303
| -1.073261
| 0.154358
| -1.328267
| -0.938997
| 0.38927
| -0.979513
| -1.175789
| -0.943737
| 5.366303
| 0.495639
| 0.495639
| 7
| -1.077823
| -0.153975
| 0.024217
| -0.188311
| -0.101583
| 0.086728
| -0.156148
| -0.16274
| -0.153151
| 1.077823
| 0.080179
| 0.080179
| 7
| 19.261079
| 2.751583
| 0.208456
| 2.438983
| 3.064934
| 0.625951
| 2.749487
| 2.59583
| 2.908008
| 19.261079
| 0.840094
| 0.840094
| 7
| 65.862399
| 9.408914
| 0.061347
| 9.313491
| 9.49797
| 0.184479
| 9.412062
| 9.36402
| 9.455418
| 65.862399
| 0.246783
| 0.246783
| 234
| -8.96994
| -0.038333
| 0.105791
| -0.346817
| 0.178586
| 0.525403
| -0.033664
| -0.118197
| 0.04653
| 8.96994
| 6.556242
| 6.556242
| 234
| 17.061246
| 0.072911
| 0.137039
| -0.237821
| 0.352155
| 0.589976
| 0.069285
| -0.025196
| 0.184804
| 17.061246
| 16.969876
| 16.969876
| 234
| -5.056496
| -0.021609
| 0.159179
| -0.433768
| 0.335819
| 0.769588
| 0.004157
| -0.125386
| 0.090163
| 8.843984
| 8.843984
| 7.776101
| 4
| 0.419195
| 0.104799
| 0.009229
| 0.091677
| 0.115554
| 0.023877
| 0.105982
| 0.098653
| 0.112127
| 0.419195
| 0.024192
| 0.024192
| 4
| -0.428586
| -0.107146
| 0.007326
| -0.113579
| -0.095666
| 0.017914
| -0.10967
| -0.113491
| -0.103326
| 0.428586
| 0.019452
| 0.019452
| 4
| -2.993006
| -0.748251
| 0.006814
| -0.755913
| -0.73772
| 0.018193
| -0.749686
| -0.753079
| -0.744859
| 2.993006
| 0.016823
| 0.016823
| 4
| 2.584385
| 0.646096
| 0.005575
| 0.641123
| 0.655395
| 0.014272
| 0.643934
| 0.642203
| 0.647826
| 2.584385
| 0.013495
| 0.013495
| 4
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 6
| 0.880479
| 0.146746
| 0.012609
| 0.125448
| 0.159744
| 0.034295
| 0.150958
| 0.13819
| 0.157317
| 0.880479
| 0.048129
| 0.048129
| 6
| 0.161641
| 0.02694
| 0.004726
| 0.019751
| 0.033332
| 0.01358
| 0.026713
| 0.023802
| 0.030904
| 0.161641
| 0.016851
| 0.016851
| 6
| 0.713097
| 0.118849
| 0.0108
| 0.106239
| 0.137829
| 0.03159
| 0.115324
| 0.111277
| 0.12517
| 0.713097
| 0.036897
| 0.036897
| 6
| 5.888891
| 0.981482
| 0.003168
| 0.977243
| 0.986198
| 0.008954
| 0.981409
| 0.978843
| 0.983835
| 5.888891
| 0.011503
| 0.011503
| 202
| -17.587806
| -0.087068
| 0.078602
| -0.258574
| 0.088585
| 0.347159
| -0.092177
| -0.155025
| -0.011971
| 17.587806
| 5.119149
| 5.119149
| 202
| 407.89775
| 2.019296
| 0.28127
| 1.728614
| 2.681506
| 0.952892
| 1.899799
| 1.824382
| 2.185308
| 407.89775
| 29.218451
| 29.218451
| 202
| 1,927.229406
| 9.54074
| 0.162619
| 9.114726
| 9.82341
| 0.708684
| 9.56723
| 9.411009
| 9.667787
| 1,927.229406
| 5.86268
| 5.86268
| 52
| -3,637.597656
| -69.953801
| 0.395163
| -71.191406
| -69.042969
| 2.148438
| -70.019531
| -70.117188
| -69.726563
| 3,637.597656
| 5.455382
| 5.455382
| 52
| -905.371094
| -17.410983
| 0.499546
| -18.359375
| -16.113281
| 2.246094
| -17.480469
| -17.773438
| -17.089844
| 905.371094
| 6.831453
| 6.831453
| 52
| -1,058.691406
| -20.35945
| 0.52327
| -22.363281
| -19.433594
| 2.929688
| -20.3125
| -20.703125
| -20.019531
| 1,058.691406
| 6.013229
| 6.013229
| 2
| 0.00672
| 0.00336
| 0.005803
| -0.002443
| 0.009163
| 0.011606
| 0.00336
| 0.000458
| 0.006261
| 0
| 0
| 0
| 2
| 0.003054
| 0.001527
| 0.001527
| 0
| 0.003054
| 0.003054
| 0.001527
| 0.000764
| 0.002291
| 0
| 0
| 0
| 2
| 0.000611
| 0.000305
| 0.001527
| -0.001222
| 0.001833
| 0.003054
| 0.000305
| -0.000458
| 0.001069
| 0
| 0
| 0
| 3
| 302.019989
| 100.67333
| 0.158921
| 100.449028
| 100.797737
| 0.348709
| 100.773224
| 100.611126
| 100.78548
| 302.019989
| 0.337122
| 0.337122
| 3
| -39.638098
| -13.212699
| 0.845132
| -14.236691
| -12.166894
| 2.069798
| -13.234512
| -13.735602
| -12.700703
| 39.638098
| 1.792796
| 1.792796
| 3
| -1.703583
| -0.567861
| 0.017967
| -0.584998
| -0.543045
| 0.041953
| -0.57554
| -0.580269
| -0.559292
| 1.703583
| 0.038115
| 0.038115
| 4
| -0.372784
| -0.093196
| 0.002732
| -0.096126
| -0.089051
| 0.007076
| -0.093804
| -0.095353
| -0.091647
| 0.372784
| 0.007043
| 0.007043
| 4
| 8.705872
| 2.176468
| 0.122265
| 2.007788
| 2.337419
| 0.32963
| 2.180332
| 2.098199
| 2.258602
| 8.705872
| 0.306813
| 0.306813
| 4
| 38.243214
| 9.560803
| 0.027805
| 9.52353
| 9.598502
| 0.074972
| 9.560591
| 9.542423
| 9.578971
| 38.243214
| 0.069803
| 0.069803
| 202
| -0.256267
| -0.001269
| 0.079168
| -0.165618
| 0.183995
| 0.349613
| -0.007663
| -0.068477
| 0.072159
| 5.0225
| 5.0225
| 3.274105
| 202
| 9.207263
| 0.045581
| 0.147298
| -0.158763
| 0.482181
| 0.640944
| 0.013859
| -0.062504
| 0.069856
| 13.188125
| 13.188125
| 9.983594
| 202
| -13.259297
| -0.06564
| 0.162484
| -0.491479
| 0.270419
| 0.761898
| -0.03399
| -0.195531
| 0.062415
| 13.259297
| 5.923488
| 5.923488
| 2
| 0.153961
| 0.07698
| 0.004446
| 0.072534
| 0.081426
| 0.008892
| 0.07698
| 0.074757
| 0.079203
| 0
| 0
| 0
| 2
| -0.170565
| -0.085282
| 0.005131
| -0.090413
| -0.080152
| 0.010262
| -0.085282
| -0.087848
| -0.082717
| 0
| 0
| 0
| 2
| -1.529182
| -0.764591
| 0.001053
| -0.765644
| -0.763538
| 0.002106
| -0.764591
| -0.765118
| -0.764065
| 0
| 0
| 0
| 2
| 1.268313
| 0.634156
| 0.00004
| 0.634116
| 0.634196
| 0.00008
| 0.634156
| 0.634136
| 0.634176
| 0
| 0
| 0
| 2
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 2
| 0.220326
| 0.110163
| 0.005275
| 0.104888
| 0.115438
| 0.01055
| 0.110163
| 0.107525
| 0.1128
| 0
| 0
| 0
| 2
| 0.033074
| 0.016537
| 0.000679
| 0.015858
| 0.017216
| 0.001358
| 0.016537
| 0.016198
| 0.016877
| 0
| 0
| 0
| 2
| 0.210501
| 0.105251
| 0.000081
| 0.105169
| 0.105332
| 0.000162
| 0.105251
| 0.10521
| 0.105291
| 0
| 0
| 0
| 2
| 1.976345
| 0.988172
| 0.000591
| 0.987581
| 0.988763
| 0.001182
| 0.988172
| 0.987877
| 0.988468
| 0
| 0
| 0
| -1.800049
|
2.005
| -1.834716
| -0.882299
| -1.800049
| 2.008
| 236
| -31.838094
| -0.134907
| 0.2248
| -0.658405
| 0.823605
| 1.482011
| -0.158017
| -0.271143
| -0.002394
| 31.838094
| 14.711431
| 14.711431
| 236
| 698.127667
| 2.958168
| 0.143634
| 2.434903
| 3.442862
| 1.007959
| 2.973598
| 2.874838
| 3.048417
| 698.127667
| 7.800897
| 7.800897
| 236
| 2,205.955195
| 9.347268
| 0.201974
| 8.465898
| 9.950302
| 1.484405
| 9.363723
| 9.212289
| 9.481637
| 2,205.955195
| 7.519352
| 7.519352
| 75
| -5,390.039063
| -71.867188
| 0.577799
| -72.949219
| -70.605469
| 2.34375
| -72.070313
| -72.265625
| -71.435547
| 5,390.039063
| 17.698777
| 17.698777
| 75
| -1,101.660156
| -14.688802
| 0.967286
| -16.601563
| -12.792969
| 3.808594
| -14.550781
| -15.332031
| -13.964844
| 1,101.660156
| 36.117273
| 36.117273
| 75
| -1,498.046875
| -19.973958
| 0.46612
| -21.386719
| -19.140625
| 2.246094
| -19.921875
| -20.214844
| -19.628906
| 1,498.046875
| 9.68446
| 9.68446
| 19
| -0.024435
| -0.001286
| 0.004958
| -0.010385
| 0.009774
| 0.020159
| -0.000611
| -0.005192
| 0.001527
| 0.039513
| 0.039513
| 0.037619
| 19
| 0.036041
| 0.001897
| 0.012225
| -0.021991
| 0.026267
| 0.048258
| 0.001222
| -0.00672
| 0.01069
| 0.105753
| 0.105753
| 0.084156
| 19
| 0.528398
| 0.02781
| 0.02721
| -0.006109
| 0.074526
| 0.080634
| 0.022602
| 0.004276
| 0.047342
| 0.528398
| 0.302304
| 0.302304
| 2
| 191.943672
| 95.971836
| 0.460857
| 95.510979
| 96.432693
| 0.921715
| 95.971836
| 95.741407
| 96.202265
| 0
| 0
| 0
| 2
| -35.768303
| -17.884151
| 0.005432
| -17.889584
| -17.878719
| 0.010864
| -17.884151
| -17.886868
| -17.881435
| 0
| 0
| 0
| 2
| -2.380215
| -1.190107
| 0.504187
| -1.694294
| -0.685921
| 1.008374
| -1.190107
| -1.442201
| -0.938014
| 0
| 0
| 0
| 2
| -0.12288
| -0.06144
| 0.017472
| -0.078912
| -0.043968
| 0.034944
| -0.06144
| -0.070176
| -0.052704
| 0
| 0
| 0
| 2
| 5.92706
| 2.96353
| 0.051523
| 2.912007
| 3.015053
| 0.103045
| 2.96353
| 2.937769
| 2.989291
| 0
| 0
| 0
| 2
| 18.695547
| 9.347774
| 0.016449
| 9.331325
| 9.364223
| 0.032898
| 9.347774
| 9.339549
| 9.355998
| 0
| 0
| 0
| 236
| 3.12945
| 0.01326
| 0.200846
| -0.534229
| 0.93828
| 1.472509
| 0.008441
| -0.107627
| 0.102789
| 8.233508
| 8.233508
| 8.148721
| 236
| -7.858156
| -0.033297
| 0.139392
| -0.524769
| 0.493891
| 1.018659
| -0.028366
| -0.129453
| 0.050868
| 7.858156
| 6.643317
| 6.643317
| 236
| 2.30156
| 0.009752
| 0.203131
| -0.874603
| 0.61254
| 1.487144
| 0.019831
| -0.122175
| 0.150941
| 7.497299
| 7.497299
| 7.018774
| 1
| 0.10555
| 0.10555
| 0
| 0.10555
| 0.10555
| 0
| 0.10555
| 0.10555
| 0.10555
| 0
| 0
| 0
| 1
| -0.111582
| -0.111582
| 0
| -0.111582
| -0.111582
| 0
| -0.111582
| -0.111582
| -0.111582
| 0
| 0
| 0
| 1
| -0.730947
| -0.730947
| 0
| -0.730947
| -0.730947
| 0
| -0.730947
| -0.730947
| -0.730947
| 0
| 0
| 0
| 1
| 0.664925
| 0.664925
| 0
| 0.664925
| 0.664925
| 0
| 0.664925
| 0.664925
| 0.664925
| 0
| 0
| 0
| 1
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 3
| 0.453897
| 0.151299
| 0.000451
| 0.150669
| 0.151704
| 0.001035
| 0.151524
| 0.151096
| 0.151614
| 0.453897
| 0.000957
| 0.000957
| 3
| 0.113588
| 0.037863
| 0.000309
| 0.037426
| 0.038095
| 0.000669
| 0.038067
| 0.037746
| 0.038081
| 0.113588
| 0.000656
| 0.000656
| 3
| 0.474297
| 0.158099
| 0.008271
| 0.147978
| 0.168239
| 0.020261
| 0.158081
| 0.153029
| 0.16316
| 0.474297
| 0.017546
| 0.017546
| 3
| 2.924976
| 0.974992
| 0.001343
| 0.973287
| 0.976569
| 0.003283
| 0.97512
| 0.974203
| 0.975845
| 2.924976
| 0.002849
| 0.002849
| 236
| -48.724399
| -0.206459
| 0.118078
| -0.560243
| 0.040701
| 0.600945
| -0.197522
| -0.283114
| -0.11971
| 48.724399
| 6.397052
| 6.397052
| 236
| 682.697037
| 2.892784
| 0.288387
| 2.305616
| 3.356671
| 1.051055
| 2.983175
| 2.604892
| 3.137003
| 682.697037
| 44.289954
| 44.289954
| 236
| 2,209.534531
| 9.362434
| 0.161864
| 8.925584
| 9.694122
| 0.768538
| 9.382876
| 9.25359
| 9.474455
| 2,209.534531
| 9.602263
| 9.602263
| 69
| -4,855.371094
| -70.367697
| 0.500851
| -71.679688
| -69.335938
| 2.34375
| -70.3125
| -70.605469
| -70.019531
| 4,855.371094
| 11.866629
| 11.866629
| 69
| -1,176.757813
| -17.054461
| 0.662331
| -18.359375
| -15.234375
| 3.125
| -17.1875
| -17.480469
| -16.699219
| 1,176.757813
| 17.617568
| 17.617568
| 69
| -1,373.046875
| -19.89923
| 0.585027
| -21.386719
| -18.75
| 2.636719
| -19.921875
| -20.214844
| -19.433594
| 1,373.046875
| 10.419724
| 10.419724
| 7
| 0.026267
| 0.003752
| 0.001888
| 0
| 0.006109
| 0.006109
| 0.003665
| 0.003054
| 0.005192
| 0.026267
| 0.006538
| 0.006538
| 7
| 0.083689
| 0.011956
| 0.006521
| 0.006109
| 0.024435
| 0.018326
| 0.00733
| 0.007025
| 0.015882
| 0.083689
| 0.025626
| 0.025626
| 7
| 0.304822
| 0.043546
| 0.019372
| 0.012828
| 0.068417
| 0.055589
| 0.046426
| 0.029016
| 0.059559
| 0.304822
| 0.080434
| 0.080434
| 5
| 493.606369
| 98.721274
| 0.720212
| 97.447601
| 99.48658
| 2.038979
| 98.965408
| 98.471893
| 99.234886
| 493.606369
| 2.060471
| 2.060471
| 5
| -85.813451
| -17.16269
| 1.271199
| -18.677061
| -15.244491
| 3.43257
| -17.301254
| -18.308374
| -16.28227
| 85.813451
| 3.982333
| 3.982333
| 5
| -5.366303
| -1.073261
| 0.154358
| -1.328267
| -0.938997
| 0.38927
| -0.979513
| -1.175789
| -0.943737
| 5.366303
| 0.495639
| 0.495639
| 7
| -1.077823
| -0.153975
| 0.024217
| -0.188311
| -0.101583
| 0.086728
| -0.156148
| -0.16274
| -0.153151
| 1.077823
| 0.080179
| 0.080179
| 7
| 19.261079
| 2.751583
| 0.208456
| 2.438983
| 3.064934
| 0.625951
| 2.749487
| 2.59583
| 2.908008
| 19.261079
| 0.840094
| 0.840094
| 7
| 65.862399
| 9.408914
| 0.061347
| 9.313491
| 9.49797
| 0.184479
| 9.412062
| 9.36402
| 9.455418
| 65.862399
| 0.246783
| 0.246783
| 234
| -8.96994
| -0.038333
| 0.105791
| -0.346817
| 0.178586
| 0.525403
| -0.033664
| -0.118197
| 0.04653
| 8.96994
| 6.556242
| 6.556242
| 234
| 17.061246
| 0.072911
| 0.137039
| -0.237821
| 0.352155
| 0.589976
| 0.069285
| -0.025196
| 0.184804
| 17.061246
| 16.969876
| 16.969876
| 234
| -5.056496
| -0.021609
| 0.159179
| -0.433768
| 0.335819
| 0.769588
| 0.004157
| -0.125386
| 0.090163
| 8.843984
| 8.843984
| 7.776101
| 4
| 0.419195
| 0.104799
| 0.009229
| 0.091677
| 0.115554
| 0.023877
| 0.105982
| 0.098653
| 0.112127
| 0.419195
| 0.024192
| 0.024192
| 4
| -0.428586
| -0.107146
| 0.007326
| -0.113579
| -0.095666
| 0.017914
| -0.10967
| -0.113491
| -0.103326
| 0.428586
| 0.019452
| 0.019452
| 4
| -2.993006
| -0.748251
| 0.006814
| -0.755913
| -0.73772
| 0.018193
| -0.749686
| -0.753079
| -0.744859
| 2.993006
| 0.016823
| 0.016823
| 4
| 2.584385
| 0.646096
| 0.005575
| 0.641123
| 0.655395
| 0.014272
| 0.643934
| 0.642203
| 0.647826
| 2.584385
| 0.013495
| 0.013495
| 4
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 6
| 0.880479
| 0.146746
| 0.012609
| 0.125448
| 0.159744
| 0.034295
| 0.150958
| 0.13819
| 0.157317
| 0.880479
| 0.048129
| 0.048129
| 6
| 0.161641
| 0.02694
| 0.004726
| 0.019751
| 0.033332
| 0.01358
| 0.026713
| 0.023802
| 0.030904
| 0.161641
| 0.016851
| 0.016851
| 6
| 0.713097
| 0.118849
| 0.0108
| 0.106239
| 0.137829
| 0.03159
| 0.115324
| 0.111277
| 0.12517
| 0.713097
| 0.036897
| 0.036897
| 6
| 5.888891
| 0.981482
| 0.003168
| 0.977243
| 0.986198
| 0.008954
| 0.981409
| 0.978843
| 0.983835
| 5.888891
| 0.011503
| 0.011503
| -2
|
1.995
| -9.295896
| -18.657104
| -1
| 2.006
| 98
| -8.920795
| -0.091029
| 0.426757
| -1.197101
| 1.070208
| 2.267309
| -0.134075
| -0.389058
| 0.156222
| 8.920795
| 8.739583
| 8.739583
| 98
| 148.615282
| 1.516482
| 0.341091
| 0.600945
| 2.413355
| 1.812411
| 1.532289
| 1.30484
| 1.703475
| 148.615282
| 7.929303
| 7.929303
| 98
| 952.849183
| 9.722951
| 0.422106
| 8.374918
| 10.642226
| 2.267308
| 9.789891
| 9.475053
| 10.042479
| 952.849183
| 7.200495
| 7.200495
| 9
| 198.535156
| 22.059462
| 0.412897
| 21.289063
| 22.753906
| 1.464844
| 21.972656
| 21.875
| 22.265625
| 198.535156
| 1.665314
| 1.665314
| 9
| -70.703125
| -7.855903
| 0.216471
| -8.203125
| -7.617188
| 0.585938
| -7.8125
| -8.007813
| -7.714844
| 70.703125
| 1.10053
| 1.10053
| 9
| 75.195313
| 8.355035
| 0.498188
| 7.421875
| 9.082031
| 1.660156
| 8.398438
| 8.105469
| 8.59375
| 75.195313
| 2.791329
| 2.791329
| 36
| 0.357356
| 0.009927
| 0.008484
| -0.007941
| 0.024435
| 0.032376
| 0.010385
| 0.005651
| 0.016493
| 0.357356
| 0.132376
| 0.132376
| 36
| 0.248622
| 0.006906
| 0.011331
| -0.01405
| 0.031765
| 0.045815
| 0.005498
| -0.001222
| 0.016188
| 0.248622
| 0.167708
| 0.167708
| 36
| -0.020769
| -0.000577
| 0.005088
| -0.013439
| 0.007941
| 0.02138
| 0
| -0.003818
| 0.003665
| 0.099939
| 0.099939
| 0.050731
| 3
| 741.900452
| 247.300151
| 0.298549
| 246.893066
| 247.600693
| 0.707626
| 247.406693
| 247.149879
| 247.503693
| 741.900452
| 0.633318
| 0.633318
| 3
| -27.282798
| -9.094266
| 0.208926
| -9.284698
| -8.803406
| 0.481292
| -9.194695
| -9.239696
| -8.99905
| 27.282798
| 0.443198
| 0.443198
| 3
| -1.816244
| -0.605415
| 0.523972
| -1.339583
| -0.151341
| 1.188243
| -0.325321
| -0.832452
| -0.238331
| 1.816244
| 1.111512
| 1.111512
| 7
| -0.473269
| -0.06761
| 0.101029
| -0.242092
| 0.096063
| 0.338156
| -0.054952
| -0.126849
| -0.009295
| 0.477188
| 0.477188
| 0.473269
| 7
| 10.822475
| 1.546068
| 0.035378
| 1.479625
| 1.58256
| 0.102935
| 1.563195
| 1.524547
| 1.574001
| 10.822475
| 0.113624
| 0.113624
| 7
| 67.782271
| 9.683182
| 0.005405
| 9.677415
| 9.693412
| 0.015997
| 9.680834
| 9.6794
| 9.685905
| 67.782271
| 0.019095
| 0.019095
| 98
| -1.035554
| -0.010567
| 0.426219
| -1.215993
| 1.200655
| 2.416648
| -0.063093
| -0.298229
| 0.255315
| 8.633501
| 8.633501
| 7.443064
| 98
| -1.402136
| -0.014308
| 0.33941
| -0.913545
| 0.854486
| 1.76803
| 0.028784
| -0.228229
| 0.176066
| 7.830272
| 7.830272
| 6.210799
| 98
| 3.671259
| 0.037462
| 0.421437
| -1.313758
| 0.954901
| 2.268659
| 0.100432
| -0.212506
| 0.359901
| 7.214451
| 7.214451
| 6.908216
| 2
| 0.08745
| 0.043725
| 0.005027
| 0.038699
| 0.048752
| 0.010053
| 0.043725
| 0.041212
| 0.046238
| 0
| 0
| 0
| 2
| 0.132466
| 0.066233
| 0.002558
| 0.063674
| 0.068791
| 0.005117
| 0.066233
| 0.064954
| 0.067512
| 0
| 0
| 0
| 2
| 1.658752
| 0.829376
| 0.00098
| 0.828396
| 0.830356
| 0.00196
| 0.829376
| 0.828886
| 0.829866
| 0
| 0
| 0
| 2
| 1.105988
| 0.552994
| 0.001379
| 0.551616
| 0.554373
| 0.002757
| 0.552994
| 0.552305
| 0.553683
| 0
| 0
| 0
| 2
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 2
| 0.123547
| 0.061774
| 0.000799
| 0.060975
| 0.062573
| 0.001598
| 0.061774
| 0.061374
| 0.062173
| 0
| 0
| 0
| 2
| -0.093473
| -0.046736
| 0.005344
| -0.05208
| -0.041393
| 0.010688
| -0.046736
| -0.049408
| -0.044064
| 0
| 0
| 0
| 2
| -1.281677
| -0.640839
| 0.000831
| -0.64167
| -0.640008
| 0.001662
| -0.640839
| -0.641254
| -0.640423
| 0
| 0
| 0
| 2
| 1.527476
| 0.763738
| 0.000435
| 0.763303
| 0.764173
| 0.00087
| 0.763738
| 0.763521
| 0.763955
| 0
| 0
| 0
| 100
| 1.034295
| 0.010343
| 0.440281
| -1.675941
| 1.467646
| 3.143587
| 0.051475
| -0.20231
| 0.229843
| 13.175019
| 13.175019
| 12.731185
| 100
| 149.687884
| 1.496879
| 0.338854
| 0.632069
| 2.343924
| 1.711854
| 1.505953
| 1.247978
| 1.744774
| 149.687884
| 6.660996
| 6.660996
| 100
| 962.60076
| 9.626008
| 0.464433
| 8.389283
| 11.061212
| 2.671928
| 9.616311
| 9.282918
| 9.929353
| 962.60076
| 13.305334
| 13.305334
| 9
| 196.484375
| 21.831597
| 0.471974
| 20.996094
| 22.363281
| 1.367188
| 21.972656
| 21.582031
| 22.167969
| 196.484375
| 2.190338
| 2.190338
| 9
| -73.046875
| -8.116319
| 0.254008
| -8.496094
| -7.8125
| 0.683594
| -8.007813
| -8.300781
| -7.910156
| 73.046875
| 0.979558
| 0.979558
| 9
| 71.484375
| 7.942708
| 0.516748
| 7.226563
| 8.886719
| 1.660156
| 8.105469
| 7.421875
| 8.300781
| 71.484375
| 2.289156
| 2.289156
| 27
| 0.154549
| 0.005724
| 0.006905
| -0.010996
| 0.015882
| 0.026878
| 0.00672
| 0.000916
| 0.011301
| 0.154549
| 0.066665
| 0.066665
| 27
| 0.13439
| 0.004977
| 0.011592
| -0.018937
| 0.026267
| 0.045204
| 0.003054
| -0.000916
| 0.013439
| 0.13439
| 0.117611
| 0.117611
| 27
| 0.121562
| 0.004502
| 0.003903
| -0.002443
| 0.012828
| 0.015272
| 0.004276
| 0.001833
| 0.00672
| 0.121562
| 0.052551
| 0.052551
| 5
| 1,233.852829
| 246.770566
| 0.369683
| 246.193024
| 247.204224
| 1.0112
| 246.849045
| 246.526306
| 247.080231
| 1,233.852829
| 1.141628
| 1.141628
| 5
| -44.100288
| -8.820058
| 0.589097
| -9.632614
| -7.835742
| 1.796873
| -8.96306
| -9.040816
| -8.628056
| 44.100288
| 1.83566
| 1.83566
| 5
| -0.353518
| -0.070704
| 0.659414
| -0.978872
| 0.730573
| 1.709445
| -0.320952
| -0.431077
| 0.64681
| 2.32625
| 2.32625
| 0.353518
| 8
| -0.407571
| -0.050946
| 0.0758
| -0.165256
| 0.057657
| 0.222913
| -0.054442
| -0.091269
| -0.004682
| 0.407571
| 0.380344
| 0.380344
| 8
| 11.9974
| 1.499675
| 0.09394
| 1.330153
| 1.638212
| 0.308059
| 1.514615
| 1.433923
| 1.552219
| 11.9974
| 0.476345
| 0.476345
| 8
| 77.52326
| 9.690408
| 0.014067
| 9.668746
| 9.714617
| 0.045871
| 9.688819
| 9.682833
| 9.700366
| 77.52326
| 0.071032
| 0.071032
| 100
| -0.312357
| -0.003124
| 0.437756
| -1.547478
| 1.622745
| 3.170223
| -0.019698
| -0.232037
| 0.230324
| 13.533164
| 13.533164
| 12.598997
| 100
| -3.970695
| -0.039707
| 0.333308
| -0.814925
| 0.816071
| 1.630996
| -0.052114
| -0.279304
| 0.173826
| 6.661441
| 6.661441
| 6.543773
| 100
| -5.841202
| -0.058412
| 0.460587
| -1.294747
| 1.362912
| 2.65766
| -0.051942
| -0.386888
| 0.247484
| 12.697447
| 12.697447
| 10.150869
| 2
| 0.085732
| 0.042866
| 0.005851
| 0.037015
| 0.048717
| 0.011702
| 0.042866
| 0.039941
| 0.045791
| 0
| 0
| 0
| 2
| 0.126741
| 0.063371
| 0.001093
| 0.062278
| 0.064464
| 0.002186
| 0.063371
| 0.062824
| 0.063917
| 0
| 0
| 0
| 2
| 1.667247
| 0.833624
| 0.001896
| 0.831728
| 0.83552
| 0.003792
| 0.833624
| 0.832676
| 0.834572
| 0
| 0
| 0
| 2
| 1.093934
| 0.546967
| 0.002558
| 0.544409
| 0.549524
| 0.005115
| 0.546967
| 0.545688
| 0.548246
| 0
| 0
| 0
| 2
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 2
| 0.126537
| 0.063268
| 0.002312
| 0.060956
| 0.065581
| 0.004625
| 0.063268
| 0.062112
| 0.064425
| 0
| 0
| 0
| 2
| -0.093987
| -0.046994
| 0.00526
| -0.052253
| -0.041734
| 0.01052
| -0.046994
| -0.049623
| -0.044364
| 0
| 0
| 0
| 2
| -1.285885
| -0.642942
| 0.000928
| -0.64387
| -0.642015
| 0.001855
| -0.642942
| -0.643406
| -0.642479
| 0
| 0
| 0
| 2
| 1.523653
| 0.761827
| 0.000266
| 0.76156
| 0.762093
| 0.000533
| 0.761827
| 0.761693
| 0.76196
| 0
| 0
| 0
| -2
|
2.012
| -8.99567
| -14.784691
| 0
| 1.985
| 99
| 49.28943
| 0.497873
| 0.749182
| -1.467646
| 2.597709
| 4.065355
| 0.462081
| -0.00838
| 0.946907
| 49.28943
| 21.10296
| 21.10296
| 99
| 112.829149
| 1.139688
| 0.405747
| 0.134075
| 2.078167
| 1.944092
| 1.187524
| 0.878672
| 1.404199
| 112.829149
| 11.020953
| 11.020953
| 99
| 953.146064
| 9.627738
| 0.90632
| 7.484274
| 12.054806
| 4.570531
| 9.662998
| 9.040505
| 10.081984
| 953.146064
| 27.473949
| 27.473949
| 8
| 159.570313
| 19.946289
| 1.501614
| 17.480469
| 22.363281
| 4.882813
| 19.970703
| 18.945313
| 21.069336
| 159.570313
| 8.070061
| 8.070061
| 8
| -85.839844
| -10.72998
| 1.214278
| -13.574219
| -9.277344
| 4.296875
| -10.400391
| -10.888672
| -10.058594
| 85.839844
| 5.685665
| 5.685665
| 8
| 76.855469
| 9.606934
| 0.890946
| 7.519531
| 10.546875
| 3.027344
| 9.814453
| 9.350586
| 10.205078
| 76.855469
| 4.339453
| 4.339453
| 77
| 0.279165
| 0.003626
| 0.038562
| -0.073304
| 0.100182
| 0.173486
| 0.004276
| -0.026878
| 0.026267
| 1.486146
| 1.486146
| 0.758455
| 77
| 0.057421
| 0.000746
| 0.052973
| -0.125227
| 0.10568
| 0.230907
| 0.00672
| -0.032376
| 0.034819
| 1.543093
| 1.543093
| 1.389577
| 77
| -5.16059
| -0.067021
| 0.043438
| -0.118508
| 0.050702
| 0.16921
| -0.088575
| -0.100793
| -0.039706
| 5.16059
| 1.807609
| 1.807609
| 14
| 3,353.713577
| 239.55097
| 3.517728
| 229.900726
| 244.829758
| 14.929031
| 239.726776
| 238.195854
| 241.354649
| 3,353.713577
| 24.448352
| 24.448352
| 14
| -101.447176
| -7.246227
| 1.376565
| -8.80338
| -5.285266
| 3.518114
| -7.487538
| -8.598048
| -5.700124
| 101.447176
| 12.152858
| 12.152858
| 14
| 7.467642
| 0.533403
| 2.473241
| -4.165015
| 3.296084
| 7.461099
| 1.167231
| -1.425593
| 2.832516
| 21.066495
| 21.066495
| 7.467642
| 13
| -0.967418
| -0.074417
| 0.409933
| -0.792365
| 0.522493
| 1.314858
| -0.019009
| -0.329447
| 0.231148
| 2.855712
| 2.855712
| 1.796726
| 13
| 17.588014
| 1.352924
| 0.163123
| 0.982781
| 1.514666
| 0.531885
| 1.410329
| 1.257002
| 1.489818
| 17.588014
| 1.166452
| 1.166452
| 13
| 126.132967
| 9.702536
| 0.024188
| 9.660343
| 9.74461
| 0.084267
| 9.702068
| 9.687106
| 9.723008
| 126.132967
| 0.159246
| 0.159246
| 99
| 43.755442
| 0.441974
| 0.788706
| -1.957182
| 2.716324
| 4.673506
| 0.360215
| 0.006993
| 1.059654
| 43.755442
| 22.373063
| 22.373063
| 99
| -10.27676
| -0.103806
| 0.396543
| -1.066123
| 0.770084
| 1.836208
| -0.115943
| -0.339918
| 0.13174
| 10.27676
| 7.948675
| 7.948675
| 99
| -8.725831
| -0.08814
| 0.908274
| -2.267902
| 2.356465
| 4.624367
| -0.011937
| -0.661022
| 0.364945
| 27.527464
| 27.527464
| 22.439
| 12
| 0.356781
| 0.029732
| 0.01627
| -0.001951
| 0.05213
| 0.05408
| 0.029785
| 0.020187
| 0.045086
| 0.356781
| 0.111666
| 0.111666
| 12
| 0.719067
| 0.059922
| 0.020828
| 0.027821
| 0.087383
| 0.059562
| 0.068665
| 0.040149
| 0.073919
| 0.719067
| 0.143008
| 0.143008
| 12
| 10.434152
| 0.869513
| 0.013794
| 0.847347
| 0.90418
| 0.056834
| 0.86945
| 0.859301
| 0.875116
| 10.434152
| 0.074079
| 0.074079
| 12
| 5.852897
| 0.487741
| 0.026316
| 0.420215
| 0.528433
| 0.108218
| 0.489578
| 0.477567
| 0.505593
| 5.852897
| 0.139561
| 0.139561
| 12
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 9
| 0.451709
| 0.05019
| 0.021819
| 0.023016
| 0.083822
| 0.060806
| 0.051979
| 0.027199
| 0.065527
| 0.451709
| 0.119438
| 0.119438
| 9
| -0.354778
| -0.03942
| 0.013506
| -0.055059
| -0.013007
| 0.042052
| -0.042811
| -0.048801
| -0.029884
| 0.354778
| 0.075163
| 0.075163
| 9
| -5.159752
| -0.573306
| 0.016145
| -0.60277
| -0.554959
| 0.047811
| -0.574571
| -0.58193
| -0.556401
| 5.159752
| 0.083955
| 0.083955
| 9
| 7.345978
| 0.81622
| 0.010659
| 0.796142
| 0.828703
| 0.032561
| 0.81568
| 0.810917
| 0.826573
| 7.345978
| 0.055185
| 0.055185
| 100
| -166.078589
| -1.660786
| 0.740845
| -3.198653
| 0.177171
| 3.375824
| -1.807622
| -2.115876
| -1.31322
| 166.078589
| 35.877777
| 35.877777
| 100
| 155.821829
| 1.558218
| 0.255695
| 0.893037
| 2.262521
| 1.369483
| 1.555034
| 1.425149
| 1.742979
| 155.821829
| 6.128815
| 6.128815
| 100
| 959.050164
| 9.590502
| 0.57309
| 8.248025
| 11.121067
| 2.873042
| 9.601946
| 9.185355
| 9.945514
| 959.050164
| 14.614734
| 14.614734
| 12
| 261.035156
| 21.75293
| 1.461653
| 19.433594
| 23.730469
| 4.296875
| 22.119141
| 20.556641
| 22.875977
| 261.035156
| 10.367511
| 10.367511
| 12
| -107.421875
| -8.951823
| 2.523784
| -12.695313
| -4.6875
| 8.007813
| -8.789063
| -10.986328
| -7.348633
| 107.421875
| 17.050602
| 17.050602
| 12
| 106.835938
| 8.902995
| 0.863244
| 7.128906
| 10.839844
| 3.710938
| 8.789063
| 8.47168
| 9.130859
| 106.835938
| 4.235354
| 4.235354
| 71
| 0.133779
| 0.001884
| 0.032062
| -0.0562
| 0.09163
| 0.147829
| -0.001222
| -0.015882
| 0.022602
| 0.997752
| 0.997752
| 0.816447
| 71
| 2.144137
| 0.030199
| 0.035144
| -0.052534
| 0.111788
| 0.164323
| 0.032987
| 0.005803
| 0.055894
| 2.144137
| 0.830713
| 0.830713
| 71
| 13.528222
| 0.190538
| 0.059083
| 0.045204
| 0.243124
| 0.19792
| 0.218079
| 0.17318
| 0.228158
| 13.528222
| 2.316622
| 2.316622
| 22
| 5,445.267883
| 247.512177
| 6.58027
| 236.936829
| 257.603882
| 20.667053
| 247.630478
| 241.579544
| 253.447433
| 5,445.267883
| 83.486229
| 83.486229
| 22
| -224.851233
| -10.220511
| 1.261143
| -13.10161
| -8.745964
| 4.355646
| -9.8936
| -10.452511
| -9.185819
| 224.851233
| 13.241146
| 13.241146
| 22
| -222.598969
| -10.118135
| 2.258887
| -12.605973
| -5.44731
| 7.158663
| -11.0973
| -11.986595
| -8.225255
| 222.598969
| 32.999519
| 32.999519
| 19
| -30.079732
| -1.583144
| 0.347253
| -2.085085
| -0.920124
| 1.164962
| -1.604358
| -1.882772
| -1.313709
| 30.079732
| 4.58933
| 4.58933
| 19
| 33.1588
| 1.7452
| 0.238127
| 1.491138
| 2.209252
| 0.718114
| 1.639428
| 1.553865
| 1.921352
| 33.1588
| 2.661002
| 2.661002
| 19
| 180.686018
| 9.50979
| 0.070117
| 9.421138
| 9.648848
| 0.22771
| 9.477106
| 9.453459
| 9.564609
| 180.686018
| 0.850873
| 0.850873
| 100
| 6.062518
| 0.060625
| 0.577575
| -1.35021
| 1.250125
| 2.600335
| 0.128428
| -0.3164
| 0.452508
| 21.122689
| 21.122689
| 19.240903
| 100
| -18.405191
| -0.184052
| 0.241193
| -0.756211
| 0.348787
| 1.104998
| -0.189156
| -0.323496
| -0.026122
| 18.405191
| 5.05913
| 5.05913
| 100
| 10.445333
| 0.104453
| 0.573832
| -1.22366
| 1.49561
| 2.719271
| 0.125712
| -0.279443
| 0.4753
| 14.888303
| 14.888303
| 12.444021
| 17
| -0.3651
| -0.021476
| 0.021476
| -0.043409
| 0.024576
| 0.067984
| -0.026971
| -0.038967
| -0.010788
| 0.3651
| 0.235153
| 0.235153
| 17
| 2.106682
| 0.123922
| 0.011858
| 0.097504
| 0.135755
| 0.038252
| 0.127463
| 0.120916
| 0.133411
| 2.106682
| 0.121621
| 0.121621
| 17
| 13.972175
| 0.821893
| 0.03239
| 0.771226
| 0.874017
| 0.102791
| 0.821582
| 0.791569
| 0.849973
| 13.972175
| 0.318359
| 0.318359
| 17
| 9.386134
| 0.552126
| 0.046702
| 0.47589
| 0.624032
| 0.148142
| 0.554296
| 0.510923
| 0.596108
| 9.386134
| 0.460322
| 0.460322
| 17
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 17
| 2.149049
| 0.126415
| 0.012774
| 0.0914
| 0.138569
| 0.047169
| 0.130817
| 0.122147
| 0.13442
| 2.149049
| 0.123447
| 0.123447
| 17
| 0.152553
| 0.008974
| 0.0213
| -0.036035
| 0.031963
| 0.067998
| 0.018496
| -0.002171
| 0.025552
| 0.23071
| 0.23071
| 0.152553
| 17
| -10.778134
| -0.634008
| 0.045304
| -0.698643
| -0.559204
| 0.139439
| -0.637962
| -0.677735
| -0.594938
| 10.778134
| 0.4513
| 0.4513
| 17
| 12.922355
| 0.760139
| 0.038639
| 0.704045
| 0.823973
| 0.119928
| 0.758478
| 0.722912
| 0.792608
| 12.922355
| 0.383222
| 0.383222
| -2
|
2
| -10.396726
| -13.012225
| -2
| 2.012
| 99
| 3.038242
| 0.030689
| 0.366877
| -0.893037
| 1.297657
| 2.190695
| 0.019154
| -0.201113
| 0.240617
| 9.694758
| 9.694758
| 8.481606
| 99
| 48.475402
| 0.489651
| 0.329478
| -0.148441
| 1.244985
| 1.393425
| 0.471658
| 0.229843
| 0.702698
| 48.475402
| 16.533104
| 16.533104
| 99
| 977.966746
| 9.878452
| 0.345626
| 8.628703
| 10.785878
| 2.157175
| 9.859323
| 9.674969
| 10.095151
| 977.966746
| 8.447607
| 8.447607
| 10
| 222.65625
| 22.265625
| 0.658003
| 21.289063
| 23.144531
| 1.855469
| 22.265625
| 21.630859
| 22.827148
| 222.65625
| 5.273438
| 2.024592
| 10
| -75.683594
| -7.568359
| 0.502242
| -8.398438
| -6.542969
| 1.855469
| -7.568359
| -7.958984
| -7.275391
| 75.683594
| 2.246094
| 2.172038
| 10
| 97.949219
| 9.794922
| 0.409807
| 9.082031
| 10.449219
| 1.367188
| 9.814453
| 9.570313
| 10.131836
| 97.949219
| 1.818236
| 1.818236
| 20
| 0.199753
| 0.009988
| 0.01398
| -0.009774
| 0.045815
| 0.055589
| 0.006414
| 0.003512
| 0.013897
| 0.199753
| 0.111849
| 0.111849
| 20
| -0.060476
| -0.003024
| 0.008176
| -0.014661
| 0.018326
| 0.032987
| -0.003665
| -0.00733
| 0.001222
| 0.060476
| 0.056684
| 0.056684
| 20
| -0.806342
| -0.040317
| 0.035104
| -0.102014
| -0.001833
| 0.100182
| -0.023824
| -0.073762
| -0.008858
| 0.806342
| 0.42931
| 0.42931
| 8
| 1,995.954224
| 249.494278
| 1.667959
| 245.91684
| 251.913544
| 5.996704
| 249.717369
| 248.84407
| 250.571667
| 1,995.954224
| 7.435043
| 7.435043
| 8
| -21.029307
| -2.628663
| 1.071931
| -4.418626
| -1.236047
| 3.182579
| -2.494349
| -3.400595
| -1.879371
| 21.029307
| 5.917215
| 5.917215
| 8
| 6.514832
| 0.814354
| 1.253194
| -0.597318
| 2.921471
| 3.518789
| 0.316302
| -0.265677
| 1.913563
| 6.514832
| 6.294476
| 6.294476
| 13
| 2.415803
| 0.185831
| 0.219917
| -0.088429
| 0.561189
| 0.649618
| 0.179634
| -0.041662
| 0.362729
| 2.415803
| 1.749058
| 1.749058
| 13
| 6.301507
| 0.484731
| 0.209204
| 0.203279
| 0.855331
| 0.652051
| 0.469103
| 0.308629
| 0.645068
| 6.301507
| 1.905626
| 1.905626
| 13
| 127.246394
| 9.788184
| 0.014542
| 9.753146
| 9.804472
| 0.051326
| 9.792275
| 9.779425
| 9.79915
| 127.246394
| 0.123028
| 0.123028
| 100
| -6.196908
| -0.061969
| 0.341501
| -0.887268
| 0.810071
| 1.697339
| -0.112312
| -0.312757
| 0.217887
| 9.476227
| 9.476227
| 6.196908
| 100
| -1.746983
| -0.01747
| 0.275083
| -0.80536
| 0.642193
| 1.447553
| -0.055223
| -0.19308
| 0.179298
| 10.460344
| 10.460344
| 4.606724
| 100
| 8.978708
| 0.089787
| 0.347305
| -1.175609
| 1.017506
| 2.193114
| 0.071292
| -0.109528
| 0.320982
| 8.978708
| 8.541699
| 8.541699
| 8
| 0.184706
| 0.023088
| 0.013318
| 0.009244
| 0.046437
| 0.037192
| 0.019517
| 0.010013
| 0.033924
| 0.184706
| 0.070015
| 0.070015
| 8
| 0.138805
| 0.017351
| 0.009025
| 0.005171
| 0.032977
| 0.027805
| 0.016822
| 0.010708
| 0.023329
| 0.138805
| 0.049558
| 0.049558
| 8
| 6.592309
| 0.824039
| 0.009797
| 0.809325
| 0.840763
| 0.031438
| 0.822562
| 0.818519
| 0.828146
| 6.592309
| 0.045409
| 0.045409
| 8
| 4.52228
| 0.565285
| 0.014979
| 0.538766
| 0.587018
| 0.048252
| 0.568383
| 0.559246
| 0.573791
| 4.52228
| 0.069962
| 0.069962
| 8
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 7
| 0.094918
| 0.01356
| 0.008295
| 0.001662
| 0.026986
| 0.025324
| 0.012729
| 0.007408
| 0.019362
| 0.094918
| 0.039896
| 0.039896
| 7
| -0.164337
| -0.023477
| 0.015427
| -0.051596
| -0.00543
| 0.046165
| -0.01897
| -0.03226
| -0.01191
| 0.164337
| 0.071312
| 0.071312
| 7
| -4.366287
| -0.623755
| 0.005957
| -0.630232
| -0.61349
| 0.016741
| -0.626062
| -0.628871
| -0.61938
| 4.366287
| 0.025234
| 0.025234
| 7
| 5.46643
| 0.780919
| 0.004285
| 0.775706
| 0.787823
| 0.012117
| 0.779617
| 0.777302
| 0.78434
| 5.46643
| 0.018167
| 0.018167
| 99
| 49.28943
| 0.497873
| 0.749182
| -1.467646
| 2.597709
| 4.065355
| 0.462081
| -0.00838
| 0.946907
| 49.28943
| 21.10296
| 21.10296
| 99
| 112.829149
| 1.139688
| 0.405747
| 0.134075
| 2.078167
| 1.944092
| 1.187524
| 0.878672
| 1.404199
| 112.829149
| 11.020953
| 11.020953
| 99
| 953.146064
| 9.627738
| 0.90632
| 7.484274
| 12.054806
| 4.570531
| 9.662998
| 9.040505
| 10.081984
| 953.146064
| 27.473949
| 27.473949
| 8
| 159.570313
| 19.946289
| 1.501614
| 17.480469
| 22.363281
| 4.882813
| 19.970703
| 18.945313
| 21.069336
| 159.570313
| 8.070061
| 8.070061
| 8
| -85.839844
| -10.72998
| 1.214278
| -13.574219
| -9.277344
| 4.296875
| -10.400391
| -10.888672
| -10.058594
| 85.839844
| 5.685665
| 5.685665
| 8
| 76.855469
| 9.606934
| 0.890946
| 7.519531
| 10.546875
| 3.027344
| 9.814453
| 9.350586
| 10.205078
| 76.855469
| 4.339453
| 4.339453
| 77
| 0.279165
| 0.003626
| 0.038562
| -0.073304
| 0.100182
| 0.173486
| 0.004276
| -0.026878
| 0.026267
| 1.486146
| 1.486146
| 0.758455
| 77
| 0.057421
| 0.000746
| 0.052973
| -0.125227
| 0.10568
| 0.230907
| 0.00672
| -0.032376
| 0.034819
| 1.543093
| 1.543093
| 1.389577
| 77
| -5.16059
| -0.067021
| 0.043438
| -0.118508
| 0.050702
| 0.16921
| -0.088575
| -0.100793
| -0.039706
| 5.16059
| 1.807609
| 1.807609
| 14
| 3,353.713577
| 239.55097
| 3.517728
| 229.900726
| 244.829758
| 14.929031
| 239.726776
| 238.195854
| 241.354649
| 3,353.713577
| 24.448352
| 24.448352
| 14
| -101.447176
| -7.246227
| 1.376565
| -8.80338
| -5.285266
| 3.518114
| -7.487538
| -8.598048
| -5.700124
| 101.447176
| 12.152858
| 12.152858
| 14
| 7.467642
| 0.533403
| 2.473241
| -4.165015
| 3.296084
| 7.461099
| 1.167231
| -1.425593
| 2.832516
| 21.066495
| 21.066495
| 7.467642
| 13
| -0.967418
| -0.074417
| 0.409933
| -0.792365
| 0.522493
| 1.314858
| -0.019009
| -0.329447
| 0.231148
| 2.855712
| 2.855712
| 1.796726
| 13
| 17.588014
| 1.352924
| 0.163123
| 0.982781
| 1.514666
| 0.531885
| 1.410329
| 1.257002
| 1.489818
| 17.588014
| 1.166452
| 1.166452
| 13
| 126.132967
| 9.702536
| 0.024188
| 9.660343
| 9.74461
| 0.084267
| 9.702068
| 9.687106
| 9.723008
| 126.132967
| 0.159246
| 0.159246
| 99
| 43.755442
| 0.441974
| 0.788706
| -1.957182
| 2.716324
| 4.673506
| 0.360215
| 0.006993
| 1.059654
| 43.755442
| 22.373063
| 22.373063
| 99
| -10.27676
| -0.103806
| 0.396543
| -1.066123
| 0.770084
| 1.836208
| -0.115943
| -0.339918
| 0.13174
| 10.27676
| 7.948675
| 7.948675
| 99
| -8.725831
| -0.08814
| 0.908274
| -2.267902
| 2.356465
| 4.624367
| -0.011937
| -0.661022
| 0.364945
| 27.527464
| 27.527464
| 22.439
| 12
| 0.356781
| 0.029732
| 0.01627
| -0.001951
| 0.05213
| 0.05408
| 0.029785
| 0.020187
| 0.045086
| 0.356781
| 0.111666
| 0.111666
| 12
| 0.719067
| 0.059922
| 0.020828
| 0.027821
| 0.087383
| 0.059562
| 0.068665
| 0.040149
| 0.073919
| 0.719067
| 0.143008
| 0.143008
| 12
| 10.434152
| 0.869513
| 0.013794
| 0.847347
| 0.90418
| 0.056834
| 0.86945
| 0.859301
| 0.875116
| 10.434152
| 0.074079
| 0.074079
| 12
| 5.852897
| 0.487741
| 0.026316
| 0.420215
| 0.528433
| 0.108218
| 0.489578
| 0.477567
| 0.505593
| 5.852897
| 0.139561
| 0.139561
| 12
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 9
| 0.451709
| 0.05019
| 0.021819
| 0.023016
| 0.083822
| 0.060806
| 0.051979
| 0.027199
| 0.065527
| 0.451709
| 0.119438
| 0.119438
| 9
| -0.354778
| -0.03942
| 0.013506
| -0.055059
| -0.013007
| 0.042052
| -0.042811
| -0.048801
| -0.029884
| 0.354778
| 0.075163
| 0.075163
| 9
| -5.159752
| -0.573306
| 0.016145
| -0.60277
| -0.554959
| 0.047811
| -0.574571
| -0.58193
| -0.556401
| 5.159752
| 0.083955
| 0.083955
| 9
| 7.345978
| 0.81622
| 0.010659
| 0.796142
| 0.828703
| 0.032561
| 0.81568
| 0.810917
| 0.826573
| 7.345978
| 0.055185
| 0.055185
| -2
|
1.998
| -10.641354
| -20.161105
| -1
| 2.001
| 100
| -8.118738
| -0.081187
| 0.365369
| -1.034295
| 0.969652
| 2.003947
| -0.083797
| -0.233435
| 0.207697
| 11.279569
| 11.279569
| 9.843591
| 100
| 163.787338
| 1.637873
| 0.301642
| 0.754174
| 2.281674
| 1.527501
| 1.677138
| 1.452682
| 1.825579
| 163.787338
| 6.475622
| 6.475622
| 100
| 962.852157
| 9.628522
| 0.44845
| 8.5473
| 10.704475
| 2.157175
| 9.623494
| 9.357139
| 9.936536
| 962.852157
| 12.674532
| 12.674532
| 10
| 221.972656
| 22.197266
| 0.262221
| 21.777344
| 22.558594
| 0.78125
| 22.167969
| 21.972656
| 22.436523
| 221.972656
| 1.452443
| 1.452443
| 10
| -73.339844
| -7.333984
| 0.515732
| -8.300781
| -6.25
| 2.050781
| -7.421875
| -7.495117
| -7.080078
| 73.339844
| 2.419433
| 2.419433
| 10
| 80.664063
| 8.066406
| 0.554495
| 7.128906
| 8.886719
| 1.757813
| 8.251953
| 7.568359
| 8.398438
| 80.664063
| 3.011269
| 3.011269
| 41
| 0.356745
| 0.008701
| 0.020807
| -0.048869
| 0.050091
| 0.09896
| 0.008552
| -0.003665
| 0.023213
| 0.356745
| 0.350379
| 0.350379
| 41
| 0.015272
| 0.000372
| 0.024864
| -0.059254
| 0.047037
| 0.106291
| 0.000611
| -0.016493
| 0.018937
| 0.484633
| 0.484633
| 0.263752
| 41
| 0.136223
| 0.003323
| 0.005623
| -0.00672
| 0.017104
| 0.023824
| 0.003665
| -0.001222
| 0.00672
| 0.136223
| 0.107453
| 0.107453
| 2
| 499.720825
| 249.860413
| 0.500122
| 249.360291
| 250.360535
| 1.000244
| 249.860413
| 249.610352
| 250.110474
| 0
| 0
| 0
| 2
| -20.137177
| -10.068588
| 0.050094
| -10.118682
| -10.018495
| 0.100187
| -10.068588
| -10.093635
| -10.043541
| 0
| 0
| 0
| 2
| -0.945964
| -0.472982
| 0.05702
| -0.530003
| -0.415962
| 0.114041
| -0.472982
| -0.501492
| -0.444472
| 0
| 0
| 0
| 3
| -0.285198
| -0.095066
| 0.05139
| -0.167614
| -0.05505
| 0.112564
| -0.062534
| -0.115074
| -0.058792
| 0.285198
| 0.109015
| 0.109015
| 3
| 5.01483
| 1.67161
| 0.031321
| 1.627829
| 1.699326
| 0.071497
| 1.687675
| 1.657752
| 1.693501
| 5.01483
| 0.066442
| 0.066442
| 3
| 28.987424
| 9.662475
| 0.005646
| 9.658093
| 9.670446
| 0.012353
| 9.658884
| 9.658489
| 9.664665
| 28.987424
| 0.011977
| 0.011977
| 100
| -0.414836
| -0.004148
| 0.365281
| -0.951666
| 1.082411
| 2.034077
| -0.005311
| -0.195965
| 0.272631
| 11.262824
| 11.262824
| 9.946982
| 100
| -2.591489
| -0.025915
| 0.299644
| -0.898109
| 0.567054
| 1.465163
| -0.001242
| -0.19756
| 0.153826
| 6.48634
| 6.48634
| 5.819997
| 100
| -3.544644
| -0.035446
| 0.447229
| -1.108012
| 1.027634
| 2.135646
| -0.045516
| -0.306716
| 0.266704
| 12.66841
| 12.66841
| 9.151379
| 2
| 0.088328
| 0.044164
| 0.003188
| 0.040976
| 0.047352
| 0.006376
| 0.044164
| 0.04257
| 0.045758
| 0
| 0
| 0
| 2
| 0.144832
| 0.072416
| 0.001034
| 0.071382
| 0.07345
| 0.002068
| 0.072416
| 0.071899
| 0.072933
| 0
| 0
| 0
| 2
| 1.636274
| 0.818137
| 0.003742
| 0.814394
| 0.821879
| 0.007485
| 0.818137
| 0.816266
| 0.820008
| 0
| 0
| 0
| 2
| 1.137378
| 0.568689
| 0.005005
| 0.563684
| 0.573694
| 0.010009
| 0.568689
| 0.566187
| 0.571192
| 0
| 0
| 0
| 2
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 1
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 1
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 1
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 1
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 100
| -9.07163
| -0.090716
| 0.325644
| -0.936133
| 0.864307
| 1.80044
| -0.11971
| -0.329801
| 0.108338
| 9.07163
| 7.45617
| 7.45617
| 100
| 175.131066
| 1.751311
| 0.299722
| 1.103727
| 2.688689
| 1.584962
| 1.778892
| 1.54845
| 1.933916
| 175.131066
| 6.127185
| 6.127185
| 100
| 966.594296
| 9.665943
| 0.435042
| 8.681376
| 10.726024
| 2.044648
| 9.671378
| 9.383475
| 9.890447
| 966.594296
| 9.94331
| 9.94331
| 9
| 193.847656
| 21.538628
| 0.424705
| 20.703125
| 21.972656
| 1.269531
| 21.777344
| 21.191406
| 21.875
| 193.847656
| 2.313475
| 2.313475
| 9
| -67.089844
| -7.454427
| 0.41687
| -8.203125
| -6.738281
| 1.464844
| -7.519531
| -7.714844
| -7.226563
| 67.089844
| 1.672366
| 1.672366
| 9
| 71.191406
| 7.910156
| 0.548577
| 7.226563
| 8.789063
| 1.5625
| 7.910156
| 7.324219
| 8.105469
| 71.191406
| 2.504774
| 2.504774
| 25
| 0.138056
| 0.005522
| 0.013982
| -0.023824
| 0.028711
| 0.052534
| 0.009163
| -0.003665
| 0.015272
| 0.180388
| 0.180388
| 0.152958
| 25
| -0.105069
| -0.004203
| 0.017838
| -0.04215
| 0.021991
| 0.064141
| -0.002443
| -0.015882
| 0.009163
| 0.264977
| 0.264977
| 0.109932
| 25
| 0.131336
| 0.005253
| 0.004732
| -0.003054
| 0.014661
| 0.017715
| 0.004276
| 0.001833
| 0.009774
| 0.131336
| 0.068767
| 0.068767
| 4
| 991.84227
| 247.960567
| 0.579531
| 247.315887
| 248.576263
| 1.260376
| 247.97506
| 247.417568
| 248.518059
| 991.84227
| 1.638648
| 1.638648
| 4
| -41.236859
| -10.309215
| 0.57709
| -11.22273
| -9.622272
| 1.600458
| -10.195929
| -10.456805
| -10.048339
| 41.236859
| 1.589322
| 1.18376
| 4
| -2.937647
| -0.734412
| 0.5047
| -1.220289
| 0.11268
| 1.332968
| -0.915019
| -0.992859
| -0.656572
| 2.937647
| 1.328909
| 1.074604
| 3
| -0.155585
| -0.051862
| 0.069545
| -0.129733
| 0.039101
| 0.168834
| -0.064953
| -0.097343
| -0.012926
| 0.155585
| 0.147527
| 0.147527
| 3
| 5.116183
| 1.705394
| 0.065296
| 1.636487
| 1.793085
| 0.156598
| 1.686611
| 1.661549
| 1.739848
| 5.116183
| 0.138514
| 0.138514
| 3
| 28.969825
| 9.656608
| 0.011968
| 9.640456
| 9.669063
| 0.028606
| 9.660306
| 9.650381
| 9.664684
| 28.969825
| 0.025387
| 0.025387
| 100
| 1.998887
| 0.019989
| 0.315902
| -0.851728
| 0.811339
| 1.663067
| 0.009101
| -0.204757
| 0.251864
| 7.480583
| 7.480583
| 6.316125
| 100
| -4.298503
| -0.042985
| 0.28779
| -0.573307
| 0.721421
| 1.294728
| -0.086369
| -0.233063
| 0.119646
| 5.17604
| 5.17604
| 5.033137
| 100
| 2.66816
| 0.026682
| 0.430891
| -0.959845
| 1.056053
| 2.015898
| 0.024964
| -0.253756
| 0.250732
| 9.922331
| 9.922331
| 8.301068
| 1
| 0.045878
| 0.045878
| 0
| 0.045878
| 0.045878
| 0
| 0.045878
| 0.045878
| 0.045878
| 0
| 0
| 0
| 1
| 0.073189
| 0.073189
| 0
| 0.073189
| 0.073189
| 0
| 0.073189
| 0.073189
| 0.073189
| 0
| 0
| 0
| 1
| 0.823139
| 0.823139
| 0
| 0.823139
| 0.823139
| 0
| 0.823139
| 0.823139
| 0.823139
| 0
| 0
| 0
| 1
| 0.561232
| 0.561232
| 0
| 0.561232
| 0.561232
| 0
| 0.561232
| 0.561232
| 0.561232
| 0
| 0
| 0
| 1
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 1
| 0.069421
| 0.069421
| 0
| 0.069421
| 0.069421
| 0
| 0.069421
| 0.069421
| 0.069421
| 0
| 0
| 0
| 1
| -0.051403
| -0.051403
| 0
| -0.051403
| -0.051403
| 0
| -0.051403
| -0.051403
| -0.051403
| 0
| 0
| 0
| 1
| -0.623229
| -0.623229
| 0
| -0.623229
| -0.623229
| 0
| -0.623229
| -0.623229
| -0.623229
| 0
| 0
| 0
| 1
| 0.777255
| 0.777255
| 0
| 0.777255
| 0.777255
| 0
| 0.777255
| 0.777255
| 0.777255
| 0
| 0
| 0
| -2
|
1.975
| -11.920096
| -22.664512
| -1
| 2.007
| 100
| 13.783419
| 0.137834
| 0.658877
| -1.326388
| 2.082955
| 3.409343
| 0.075417
| -0.264559
| 0.490811
| 18.655686
| 18.655686
| 15.403761
| 100
| 109.7526
| 1.097526
| 0.481058
| -0.004788
| 2.226608
| 2.231396
| 1.074997
| 0.752378
| 1.469441
| 109.7526
| 24.006547
| 24.006547
| 100
| 980.315466
| 9.803155
| 0.592556
| 8.111555
| 11.410766
| 3.299211
| 9.800665
| 9.403228
| 10.187328
| 980.315466
| 15.784841
| 15.784841
| 8
| 172.753906
| 21.594238
| 0.391958
| 20.996094
| 22.363281
| 1.367188
| 21.630859
| 21.337891
| 21.777344
| 172.753906
| 1.823754
| 1.823754
| 8
| -59.667969
| -7.458496
| 0.470723
| -8.398438
| -6.835938
| 1.5625
| -7.421875
| -7.714844
| -7.104492
| 59.667969
| 1.782059
| 1.782059
| 8
| 68.164063
| 8.520508
| 0.774738
| 7.03125
| 9.863281
| 2.832031
| 8.398438
| 8.251953
| 9.008789
| 68.164063
| 3.156858
| 3.156858
| 65
| 1.047023
| 0.016108
| 0.02018
| -0.021991
| 0.055589
| 0.07758
| 0.015272
| 0.003054
| 0.029932
| 1.047023
| 0.548468
| 0.548468
| 65
| 0.566272
| 0.008712
| 0.027461
| -0.053145
| 0.107512
| 0.160658
| 0.004276
| -0.006109
| 0.022602
| 0.744965
| 0.744965
| 0.604268
| 65
| -0.221133
| -0.003402
| 0.006656
| -0.023213
| 0.01405
| 0.037263
| -0.001833
| -0.005498
| 0.000611
| 0.221133
| 0.135239
| 0.135239
| 6
| 1,492.60083
| 248.766805
| 0.432026
| 248.506439
| 249.716309
| 1.209869
| 248.558334
| 248.523102
| 248.702126
| 1,492.60083
| 1.279822
| 1.279822
| 6
| -39.564921
| -6.594154
| 1.631896
| -9.113855
| -4.703501
| 4.410354
| -6.439948
| -7.799601
| -5.071124
| 39.564921
| 6.075023
| 6.075023
| 6
| 2.299423
| 0.383237
| 0.298183
| -0.168981
| 0.808264
| 0.977245
| 0.42931
| 0.295536
| 0.520259
| 2.299423
| 0.829662
| 0.829662
| 9
| 0.966831
| 0.107426
| 0.080293
| -0.030709
| 0.280806
| 0.311515
| 0.085713
| 0.078923
| 0.133658
| 0.966831
| 0.288299
| 0.288299
| 9
| 10.60046
| 1.177829
| 0.274976
| 0.792594
| 1.579542
| 0.786948
| 1.151804
| 0.948435
| 1.421474
| 10.60046
| 1.473811
| 1.473811
| 9
| 87.577124
| 9.730792
| 0.034677
| 9.674533
| 9.77452
| 0.099987
| 9.738455
| 9.702161
| 9.760221
| 87.577124
| 0.184622
| 0.184622
| 100
| 2.167093
| 0.021671
| 0.650485
| -1.453358
| 1.924794
| 3.378152
| -0.015847
| -0.368058
| 0.419546
| 18.516325
| 18.516325
| 15.221712
| 100
| -14.053105
| -0.140531
| 0.337289
| -0.955373
| 0.671186
| 1.62656
| -0.155485
| -0.376684
| 0.095145
| 14.053105
| 7.161848
| 7.161848
| 100
| 8.183875
| 0.081839
| 0.589355
| -1.570189
| 1.729094
| 3.299282
| 0.084754
| -0.293525
| 0.422214
| 15.629536
| 15.629536
| 9.776947
| 5
| 0.194371
| 0.038874
| 0.012682
| 0.020975
| 0.057487
| 0.036511
| 0.037406
| 0.031036
| 0.047467
| 0.194371
| 0.037131
| 0.037131
| 5
| 0.23658
| 0.047316
| 0.0098
| 0.034516
| 0.058578
| 0.024062
| 0.04809
| 0.037986
| 0.057409
| 0.23658
| 0.032693
| 0.032693
| 5
| 4.11983
| 0.823966
| 0.001379
| 0.822094
| 0.825399
| 0.003305
| 0.824714
| 0.822518
| 0.825105
| 4.11983
| 0.004228
| 0.004228
| 5
| 2.815425
| 0.563085
| 0.0026
| 0.560047
| 0.567918
| 0.007871
| 0.562415
| 0.562259
| 0.562785
| 2.815425
| 0.007718
| 0.007718
| 5
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 5
| 0.220611
| 0.044122
| 0.009013
| 0.032796
| 0.054329
| 0.021532
| 0.045182
| 0.034861
| 0.053443
| 0.220611
| 0.030393
| 0.030393
| 5
| -0.211098
| -0.04222
| 0.013105
| -0.061518
| -0.023795
| 0.037723
| -0.040875
| -0.050966
| -0.033943
| 0.211098
| 0.03841
| 0.03841
| 5
| -3.108924
| -0.621785
| 0.001162
| -0.62342
| -0.620021
| 0.0034
| -0.62195
| -0.62245
| -0.621083
| 3.108924
| 0.003308
| 0.003308
| 5
| 3.903204
| 0.780641
| 0.000338
| 0.780258
| 0.781146
| 0.000888
| 0.780683
| 0.780281
| 0.780836
| 3.903204
| 0.00119
| 0.00119
| 99
| 12.066777
| 0.121887
| 0.51539
| -1.216254
| 1.45328
| 2.669535
| 0.112527
| -0.227449
| 0.432153
| 18.294666
| 18.294666
| 15.263955
| 99
| 142.893141
| 1.443365
| 0.359859
| 0.351948
| 2.348712
| 1.996764
| 1.45328
| 1.242591
| 1.677138
| 142.893141
| 6.861964
| 6.861964
| 99
| 950.30654
| 9.599056
| 0.773867
| 8.010999
| 12.902353
| 4.891355
| 9.531317
| 9.127894
| 9.98861
| 950.30654
| 19.702626
| 19.702626
| 9
| 193.652344
| 21.516927
| 0.565695
| 20.703125
| 22.558594
| 1.855469
| 21.679688
| 20.898438
| 21.875
| 193.652344
| 2.911699
| 2.911699
| 9
| -69.921875
| -7.769097
| 0.264899
| -8.203125
| -7.421875
| 0.78125
| -7.8125
| -8.007813
| -7.519531
| 69.921875
| 1.525439
| 1.525439
| 9
| 72.167969
| 8.018663
| 0.415456
| 7.421875
| 8.59375
| 1.171875
| 8.007813
| 7.714844
| 8.398438
| 72.167969
| 1.733436
| 1.733436
| 59
| 0.173486
| 0.00294
| 0.025573
| -0.053145
| 0.053756
| 0.106901
| 0.006109
| -0.012828
| 0.02138
| 0.625339
| 0.625339
| 0.60903
| 59
| 0.145997
| 0.002475
| 0.031145
| -0.067806
| 0.067806
| 0.135612
| 0.003054
| -0.021686
| 0.029322
| 0.848688
| 0.848688
| 0.429288
| 59
| -0.0562
| -0.000953
| 0.007429
| -0.018326
| 0.017104
| 0.03543
| -0.002443
| -0.006109
| 0.006109
| 0.185314
| 0.185314
| 0.115078
| 2
| 495.230927
| 247.615463
| 0.207962
| 247.407501
| 247.823425
| 0.415924
| 247.615463
| 247.511482
| 247.719444
| 0
| 0
| 0
| 2
| -18.753422
| -9.376711
| 0.28107
| -9.657781
| -9.095641
| 0.56214
| -9.376711
| -9.517246
| -9.236176
| 0
| 0
| 0
| 2
| 0.655598
| 0.327799
| 0.625219
| -0.297419
| 0.953018
| 1.250437
| 0.327799
| 0.01519
| 0.640408
| 0
| 0
| 0
| 2
| 0.18631
| 0.093155
| 0.067903
| 0.025252
| 0.161058
| 0.135806
| 0.093155
| 0.059204
| 0.127107
| 0
| 0
| 0
| 2
| 3.069005
| 1.534503
| 0.015761
| 1.518741
| 1.550264
| 0.031523
| 1.534503
| 1.526622
| 1.542383
| 0
| 0
| 0
| 2
| 19.370301
| 9.685151
| 0.00315
| 9.682
| 9.688301
| 0.006301
| 9.685151
| 9.683575
| 9.686726
| 0
| 0
| 0
| 99
| 5.36621
| 0.054204
| 0.522625
| -1.371702
| 1.446444
| 2.818146
| 0.047295
| -0.275765
| 0.344362
| 18.357607
| 18.357607
| 15.367568
| 99
| -11.354764
| -0.114695
| 0.362778
| -1.205825
| 0.816598
| 2.022423
| -0.12754
| -0.306179
| 0.119273
| 11.354764
| 7.152596
| 7.152596
| 99
| -8.170401
| -0.082529
| 0.773091
| -1.675159
| 3.21991
| 4.895069
| -0.152059
| -0.550012
| 0.307304
| 19.594326
| 19.594326
| 18.405721
| 1
| 0.045062
| 0.045062
| 0
| 0.045062
| 0.045062
| 0
| 0.045062
| 0.045062
| 0.045062
| 0
| 0
| 0
| 1
| 0.064927
| 0.064927
| 0
| 0.064927
| 0.064927
| 0
| 0.064927
| 0.064927
| 0.064927
| 0
| 0
| 0
| 1
| 0.82904
| 0.82904
| 0
| 0.82904
| 0.82904
| 0
| 0.82904
| 0.82904
| 0.82904
| 0
| 0
| 0
| 1
| 0.553577
| 0.553577
| 0
| 0.553577
| 0.553577
| 0
| 0.553577
| 0.553577
| 0.553577
| 0
| 0
| 0
| 1
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 1
| 0.058939
| 0.058939
| 0
| 0.058939
| 0.058939
| 0
| 0.058939
| 0.058939
| 0.058939
| 0
| 0
| 0
| 1
| -0.049343
| -0.049343
| 0
| -0.049343
| -0.049343
| 0
| -0.049343
| -0.049343
| -0.049343
| 0
| 0
| 0
| 1
| -0.619638
| -0.619638
| 0
| -0.619638
| -0.619638
| 0
| -0.619638
| -0.619638
| -0.619638
| 0
| 0
| 0
| 1
| 0.781114
| 0.781114
| 0
| 0.781114
| 0.781114
| 0
| 0.781114
| 0.781114
| 0.781114
| 0
| 0
| 0
| -3
|
2.002
| 0.911798
| -14.675803
| -1
| 2.009
| 100
| 148.749357
| 1.487494
| 0.577514
| 0.361524
| 2.657564
| 2.296039
| 1.545457
| 0.999579
| 1.983596
| 148.749357
| 26.645917
| 26.645917
| 100
| 206.959583
| 2.069596
| 0.208537
| 1.63524
| 2.65517
| 1.01993
| 2.066196
| 1.933318
| 2.195483
| 206.959583
| 4.933146
| 4.933146
| 100
| 949.791782
| 9.497918
| 0.418367
| 8.631097
| 11.2312
| 2.600103
| 9.479842
| 9.209895
| 9.750985
| 949.791782
| 14.212316
| 14.212316
| 10
| 227.050781
| 22.705078
| 1.390873
| 20.3125
| 24.902344
| 4.589844
| 22.65625
| 21.948242
| 23.266602
| 227.050781
| 6.739874
| 6.739874
| 10
| 132.03125
| 13.203125
| 2.260399
| 9.277344
| 15.820313
| 6.542969
| 14.111328
| 11.694336
| 14.892578
| 132.03125
| 12.986536
| 12.986536
| 10
| 50.976563
| 5.097656
| 0.444953
| 4.394531
| 5.957031
| 1.5625
| 5.175781
| 4.785156
| 5.273438
| 50.976563
| 2.734375
| 1.816852
| 49
| 0.424551
| 0.008664
| 0.033755
| -0.03543
| 0.088575
| 0.124006
| 0
| -0.018326
| 0.024435
| 0.98902
| 0.98902
| 0.424551
| 49
| -0.695165
| -0.014187
| 0.032945
| -0.084299
| 0.052534
| 0.136834
| -0.016493
| -0.040317
| 0.012217
| 0.695165
| 0.637932
| 0.637932
| 49
| -8.061589
| -0.164522
| 0.053169
| -0.252287
| -0.072693
| 0.179594
| -0.15516
| -0.211359
| -0.114232
| 8.061589
| 1.455484
| 1.455484
| 21
| 6,192.695801
| 294.890276
| 6.564331
| 283.745361
| 305.587372
| 21.84201
| 295.465668
| 289.503601
| 300.188293
| 6,192.695801
| 75.907207
| 75.907207
| 21
| -267.33412
| -12.730196
| 0.349082
| -13.409508
| -11.629041
| 1.780467
| -12.71986
| -12.877095
| -12.546841
| 267.33412
| 2.278221
| 2.278221
| 21
| 206.640214
| 9.84001
| 2.261077
| 5.068509
| 12.223155
| 7.154646
| 10.169734
| 7.633989
| 11.957734
| 206.640214
| 28.63172
| 28.63172
| 13
| 19.202974
| 1.477152
| 0.397716
| 0.83613
| 2.07701
| 1.24088
| 1.474742
| 1.167241
| 1.8221
| 19.202974
| 2.989352
| 2.989352
| 13
| 27.776585
| 2.13666
| 0.072855
| 1.959947
| 2.262325
| 0.302377
| 2.137701
| 2.119406
| 2.166785
| 27.776585
| 0.494679
| 0.494679
| 13
| 122.81743
| 9.447495
| 0.066717
| 9.349132
| 9.57235
| 0.223218
| 9.44297
| 9.395775
| 9.483374
| 122.81743
| 0.459089
| 0.459089
| 100
| -8.222245
| -0.082222
| 0.36985
| -1.052958
| 1.062172
| 2.11513
| -0.084537
| -0.338878
| 0.14065
| 10.724802
| 10.724802
| 8.342989
| 100
| -9.521859
| -0.095219
| 0.197398
| -0.583515
| 0.496757
| 1.080272
| -0.089738
| -0.226933
| 0.019724
| 9.521859
| 4.902751
| 4.902751
| 100
| 7.165735
| 0.071657
| 0.396994
| -0.718512
| 1.767323
| 2.485835
| 0.025304
| -0.192703
| 0.298273
| 10.66423
| 10.66423
| 8.87376
| 15
| 2.083876
| 0.138925
| 0.011386
| 0.111512
| 0.151626
| 0.040115
| 0.137808
| 0.133684
| 0.149088
| 2.083876
| 0.089731
| 0.089731
| 15
| -0.166355
| -0.01109
| 0.010065
| -0.025474
| 0.006102
| 0.031576
| -0.011185
| -0.019141
| -0.00171
| 0.166355
| 0.098748
| 0.098748
| 15
| 7.806523
| 0.520435
| 0.04712
| 0.451248
| 0.599315
| 0.148067
| 0.518618
| 0.480045
| 0.559216
| 7.806523
| 0.400707
| 0.400707
| 15
| 12.606231
| 0.840415
| 0.031227
| 0.785911
| 0.885383
| 0.099472
| 0.843753
| 0.815029
| 0.867183
| 12.606231
| 0.264937
| 0.264937
| 15
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 16
| -0.345398
| -0.021587
| 0.011911
| -0.038522
| -0.000081
| 0.038441
| -0.022984
| -0.030597
| -0.010369
| 0.345398
| 0.125206
| 0.125206
| 16
| -2.20536
| -0.137835
| 0.01137
| -0.150096
| -0.109297
| 0.040799
| -0.140206
| -0.147344
| -0.131244
| 2.20536
| 0.096051
| 0.096051
| 16
| -13.994897
| -0.874681
| 0.027357
| -0.914575
| -0.827692
| 0.086883
| -0.876698
| -0.898339
| -0.852921
| 13.994897
| 0.248142
| 0.248142
| 16
| 7.369113
| 0.46057
| 0.048215
| 0.389366
| 0.540186
| 0.15082
| 0.459144
| 0.419142
| 0.499546
| 7.369113
| 0.437847
| 0.437847
| 99
| 162.94458
| 1.645905
| 0.574271
| 0.531513
| 2.932897
| 2.401384
| 1.740585
| 1.201889
| 2.124854
| 162.94458
| 15.626337
| 15.626337
| 99
| 208.398499
| 2.105035
| 0.255326
| 1.331176
| 2.844312
| 1.513136
| 2.121263
| 1.941698
| 2.272097
| 208.398499
| 5.361274
| 5.361274
| 99
| 937.511923
| 9.469817
| 0.605593
| 8.12592
| 11.623849
| 3.497929
| 9.404425
| 9.129091
| 9.743204
| 937.511923
| 12.247799
| 12.247799
| 13
| 323.535156
| 24.88732
| 0.733644
| 23.339844
| 25.976563
| 2.636719
| 24.902344
| 24.511719
| 25.390625
| 323.535156
| 4.827331
| 4.827331
| 13
| 24.414063
| 1.878005
| 3.939379
| -3.710938
| 8.59375
| 12.304688
| 1.953125
| -1.464844
| 5.273438
| 29.398209
| 29.398209
| 24.414063
| 13
| 85.253906
| 6.557993
| 0.927909
| 4.882813
| 8.496094
| 3.613281
| 6.640625
| 6.152344
| 6.835938
| 85.253906
| 5.076355
| 5.076355
| 62
| -0.425162
| -0.006857
| 0.026798
| -0.050702
| 0.046426
| 0.097128
| -0.013744
| -0.029169
| 0.018021
| 0.638419
| 0.638419
| 0.635434
| 62
| -3.020118
| -0.048712
| 0.028661
| -0.108123
| 0.017104
| 0.125227
| -0.049786
| -0.07086
| -0.029169
| 3.020118
| 0.635464
| 0.635464
| 62
| -14.67054
| -0.236622
| 0.017133
| -0.258396
| -0.192423
| 0.065973
| -0.240681
| -0.2474
| -0.232892
| 14.67054
| 0.461304
| 0.461304
| 24
| 6,443.007111
| 268.45863
| 8.023782
| 255.363159
| 282.077301
| 26.714142
| 268.612885
| 261.770798
| 274.933189
| 6,443.007111
| 106.671622
| 106.671622
| 24
| -315.620312
| -13.150846
| 0.347138
| -14.014318
| -12.708243
| 1.306075
| -13.126801
| -13.385265
| -12.866581
| 315.620312
| 4.522578
| 4.522578
| 24
| 211.504541
| 8.812689
| 2.180428
| 5.682068
| 12.072415
| 6.390347
| 8.269449
| 6.870524
| 11.255018
| 211.504541
| 31.920631
| 31.920631
| 11
| 15.562553
| 1.414778
| 0.323146
| 0.947141
| 1.95957
| 1.012429
| 1.372969
| 1.14893
| 1.669588
| 15.562553
| 2.030038
| 2.030038
| 11
| 24.351433
| 2.213767
| 0.045776
| 2.157331
| 2.289073
| 0.131742
| 2.205201
| 2.174385
| 2.254576
| 24.351433
| 0.284794
| 0.284794
| 11
| 103.866497
| 9.442409
| 0.049258
| 9.349011
| 9.519279
| 0.170267
| 9.445222
| 9.412722
| 9.478042
| 103.866497
| 0.283208
| 0.283208
| 99
| 22.538008
| 0.227657
| 0.51309
| -0.65264
| 1.815223
| 2.467863
| 0.209577
| -0.131719
| 0.420614
| 22.538008
| 12.953824
| 12.953824
| 99
| -12.788853
| -0.12918
| 0.26219
| -0.852228
| 0.649154
| 1.501382
| -0.107496
| -0.266336
| 0.017564
| 12.788853
| 5.31284
| 5.31284
| 99
| 3.394194
| 0.034285
| 0.604191
| -1.333016
| 2.164416
| 3.497433
| -0.025152
| -0.328393
| 0.292262
| 12.141277
| 12.141277
| 12.112089
| 18
| 2.396332
| 0.13313
| 0.014737
| 0.106098
| 0.152185
| 0.046087
| 0.132984
| 0.121497
| 0.147492
| 2.396332
| 0.152339
| 0.152339
| 18
| 0.486712
| 0.02704
| 0.023799
| -0.011066
| 0.057357
| 0.068423
| 0.03206
| 0.002875
| 0.049462
| 0.486712
| 0.261317
| 0.261317
| 18
| 12.608923
| 0.700496
| 0.052742
| 0.610555
| 0.783593
| 0.173038
| 0.701648
| 0.659573
| 0.744156
| 12.608923
| 0.524798
| 0.524798
| 18
| 12.531261
| 0.696181
| 0.051164
| 0.609455
| 0.777164
| 0.167709
| 0.699196
| 0.654761
| 0.73699
| 12.531261
| 0.509517
| 0.509517
| 18
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 17
| 0.266686
| 0.015687
| 0.024198
| -0.022375
| 0.04718
| 0.069555
| 0.021262
| -0.009589
| 0.038409
| 0.266686
| 0.251569
| 0.251569
| 17
| -2.293205
| -0.134894
| 0.012672
| -0.151296
| -0.110519
| 0.040777
| -0.133149
| -0.147323
| -0.125758
| 2.293205
| 0.121607
| 0.121607
| 17
| -12.865075
| -0.756769
| 0.041922
| -0.820546
| -0.682313
| 0.138233
| -0.761291
| -0.790972
| -0.723864
| 12.865075
| 0.393035
| 0.393035
| 17
| 10.801106
| 0.635359
| 0.051703
| 0.550877
| 0.721116
| 0.170238
| 0.634236
| 0.593774
| 0.677159
| 10.801106
| 0.485389
| 0.485389
| -2
|
1.999
| 8.384097
| -14.944612
| -2
| 2.002
| 96
| 39.511511
| 0.411578
| 0.234012
| -0.19393
| 1.177947
| 1.371878
| 0.427365
| 0.289698
| 0.553659
| 39.511511
| 5.967752
| 5.967752
| 96
| 155.067655
| 1.615288
| 0.129194
| 1.359907
| 1.975216
| 0.61531
| 1.602918
| 1.528698
| 1.698088
| 155.067655
| 2.927373
| 2.927373
| 96
| 927.765128
| 9.66422
| 0.264964
| 8.918402
| 10.304645
| 1.386243
| 9.679757
| 9.472659
| 9.832388
| 927.765128
| 5.202922
| 5.202922
| 8
| 159.960938
| 19.995117
| 0.351257
| 19.433594
| 20.605469
| 1.171875
| 19.921875
| 19.799805
| 20.19043
| 159.960938
| 1.50203
| 1.50203
| 8
| 140.136719
| 17.51709
| 0.518907
| 16.601563
| 18.359375
| 1.757813
| 17.480469
| 17.260742
| 17.724609
| 140.136719
| 2.151471
| 2.151471
| 8
| 46.289063
| 5.786133
| 0.477793
| 4.980469
| 6.445313
| 1.464844
| 5.810547
| 5.444336
| 6.176758
| 46.289063
| 1.800692
| 1.800692
| 30
| 0.224798
| 0.007493
| 0.008455
| -0.007941
| 0.033598
| 0.041539
| 0.006414
| 0.002138
| 0.01069
| 0.224798
| 0.089476
| 0.089476
| 30
| 0.064752
| 0.002158
| 0.01011
| -0.016493
| 0.026267
| 0.042761
| 0.000611
| -0.004581
| 0.010232
| 0.103585
| 0.103585
| 0.091275
| 30
| -1.22845
| -0.040948
| 0.012674
| -0.065363
| -0.026267
| 0.039095
| -0.034819
| -0.050549
| -0.031307
| 1.22845
| 0.228565
| 0.228565
| 5
| 1,543.749481
| 308.749896
| 1.469378
| 306.632385
| 310.804504
| 4.172119
| 308.77652
| 307.746094
| 309.789978
| 1,543.749481
| 4.397055
| 4.397055
| 5
| -49.887144
| -9.977429
| 0.583822
| -10.965889
| -9.338871
| 1.627018
| -9.812732
| -10.25574
| -9.513912
| 49.887144
| 1.736894
| 1.736894
| 5
| 13.913725
| 2.782745
| 0.824425
| 1.784436
| 4.130912
| 2.346475
| 2.545506
| 2.215758
| 3.237113
| 13.913725
| 2.713384
| 2.713384
| 5
| 2.604128
| 0.520826
| 0.150263
| 0.307489
| 0.731436
| 0.423947
| 0.523975
| 0.413341
| 0.627887
| 2.604128
| 0.453265
| 0.453265
| 5
| 8.683384
| 1.736677
| 0.095272
| 1.619256
| 1.878636
| 0.25938
| 1.721786
| 1.657101
| 1.806605
| 8.683384
| 0.297051
| 0.297051
| 5
| 48.179554
| 9.635911
| 0.025446
| 9.597193
| 9.667152
| 0.06996
| 9.640088
| 9.618333
| 9.656788
| 48.179554
| 0.078504
| 0.078504
| 96
| -3.293643
| -0.034309
| 0.22423
| -0.48611
| 0.886131
| 1.372242
| -0.033656
| -0.173451
| 0.081336
| 6.22737
| 6.22737
| 4.490937
| 96
| -7.263384
| -0.07566
| 0.12848
| -0.352145
| 0.189206
| 0.541351
| -0.069756
| -0.160913
| -0.000487
| 7.263384
| 2.727392
| 2.727392
| 96
| 1.553088
| 0.016178
| 0.263007
| -0.747727
| 0.638941
| 1.386668
| 0.032313
| -0.170083
| 0.184869
| 5.12837
| 5.12837
| 5.043509
| 4
| 0.359413
| 0.089853
| 0.007408
| 0.083258
| 0.101428
| 0.01817
| 0.087364
| 0.08345
| 0.093767
| 0.359413
| 0.019733
| 0.019733
| 4
| 0.063587
| 0.015897
| 0.003554
| 0.010835
| 0.019251
| 0.008415
| 0.016751
| 0.01342
| 0.019227
| 0.063587
| 0.009746
| 0.009746
| 4
| 1.719691
| 0.429923
| 0.010683
| 0.415267
| 0.443735
| 0.028468
| 0.430344
| 0.422803
| 0.437464
| 1.719691
| 0.027269
| 0.027269
| 4
| 3.592493
| 0.898123
| 0.005756
| 0.890334
| 0.905654
| 0.01532
| 0.898253
| 0.894211
| 0.902165
| 3.592493
| 0.014726
| 0.014726
| 4
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 4
| 0.04155
| 0.010388
| 0.003606
| 0.005047
| 0.015212
| 0.010165
| 0.010645
| 0.009083
| 0.01195
| 0.04155
| 0.010174
| 0.010174
| 4
| -0.354514
| -0.088629
| 0.006599
| -0.099281
| -0.083017
| 0.016265
| -0.086108
| -0.091555
| -0.083182
| 0.354514
| 0.017248
| 0.017248
| 4
| -3.702705
| -0.925676
| 0.004826
| -0.932019
| -0.919163
| 0.012856
| -0.925761
| -0.929044
| -0.922393
| 3.702705
| 0.012333
| 0.012333
| 4
| 1.469505
| 0.367376
| 0.010752
| 0.352554
| 0.381125
| 0.028571
| 0.367913
| 0.360209
| 0.37508
| 1.469505
| 0.027531
| 0.027531
| 100
| 148.749357
| 1.487494
| 0.577514
| 0.361524
| 2.657564
| 2.296039
| 1.545457
| 0.999579
| 1.983596
| 148.749357
| 26.645917
| 26.645917
| 100
| 206.959583
| 2.069596
| 0.208537
| 1.63524
| 2.65517
| 1.01993
| 2.066196
| 1.933318
| 2.195483
| 206.959583
| 4.933146
| 4.933146
| 100
| 949.791782
| 9.497918
| 0.418367
| 8.631097
| 11.2312
| 2.600103
| 9.479842
| 9.209895
| 9.750985
| 949.791782
| 14.212316
| 14.212316
| 10
| 227.050781
| 22.705078
| 1.390873
| 20.3125
| 24.902344
| 4.589844
| 22.65625
| 21.948242
| 23.266602
| 227.050781
| 6.739874
| 6.739874
| 10
| 132.03125
| 13.203125
| 2.260399
| 9.277344
| 15.820313
| 6.542969
| 14.111328
| 11.694336
| 14.892578
| 132.03125
| 12.986536
| 12.986536
| 10
| 50.976563
| 5.097656
| 0.444953
| 4.394531
| 5.957031
| 1.5625
| 5.175781
| 4.785156
| 5.273438
| 50.976563
| 2.734375
| 1.816852
| 49
| 0.424551
| 0.008664
| 0.033755
| -0.03543
| 0.088575
| 0.124006
| 0
| -0.018326
| 0.024435
| 0.98902
| 0.98902
| 0.424551
| 49
| -0.695165
| -0.014187
| 0.032945
| -0.084299
| 0.052534
| 0.136834
| -0.016493
| -0.040317
| 0.012217
| 0.695165
| 0.637932
| 0.637932
| 49
| -8.061589
| -0.164522
| 0.053169
| -0.252287
| -0.072693
| 0.179594
| -0.15516
| -0.211359
| -0.114232
| 8.061589
| 1.455484
| 1.455484
| 21
| 6,192.695801
| 294.890276
| 6.564331
| 283.745361
| 305.587372
| 21.84201
| 295.465668
| 289.503601
| 300.188293
| 6,192.695801
| 75.907207
| 75.907207
| 21
| -267.33412
| -12.730196
| 0.349082
| -13.409508
| -11.629041
| 1.780467
| -12.71986
| -12.877095
| -12.546841
| 267.33412
| 2.278221
| 2.278221
| 21
| 206.640214
| 9.84001
| 2.261077
| 5.068509
| 12.223155
| 7.154646
| 10.169734
| 7.633989
| 11.957734
| 206.640214
| 28.63172
| 28.63172
| 13
| 19.202974
| 1.477152
| 0.397716
| 0.83613
| 2.07701
| 1.24088
| 1.474742
| 1.167241
| 1.8221
| 19.202974
| 2.989352
| 2.989352
| 13
| 27.776585
| 2.13666
| 0.072855
| 1.959947
| 2.262325
| 0.302377
| 2.137701
| 2.119406
| 2.166785
| 27.776585
| 0.494679
| 0.494679
| 13
| 122.81743
| 9.447495
| 0.066717
| 9.349132
| 9.57235
| 0.223218
| 9.44297
| 9.395775
| 9.483374
| 122.81743
| 0.459089
| 0.459089
| 100
| -8.222245
| -0.082222
| 0.36985
| -1.052958
| 1.062172
| 2.11513
| -0.084537
| -0.338878
| 0.14065
| 10.724802
| 10.724802
| 8.342989
| 100
| -9.521859
| -0.095219
| 0.197398
| -0.583515
| 0.496757
| 1.080272
| -0.089738
| -0.226933
| 0.019724
| 9.521859
| 4.902751
| 4.902751
| 100
| 7.165735
| 0.071657
| 0.396994
| -0.718512
| 1.767323
| 2.485835
| 0.025304
| -0.192703
| 0.298273
| 10.66423
| 10.66423
| 8.87376
| 15
| 2.083876
| 0.138925
| 0.011386
| 0.111512
| 0.151626
| 0.040115
| 0.137808
| 0.133684
| 0.149088
| 2.083876
| 0.089731
| 0.089731
| 15
| -0.166355
| -0.01109
| 0.010065
| -0.025474
| 0.006102
| 0.031576
| -0.011185
| -0.019141
| -0.00171
| 0.166355
| 0.098748
| 0.098748
| 15
| 7.806523
| 0.520435
| 0.04712
| 0.451248
| 0.599315
| 0.148067
| 0.518618
| 0.480045
| 0.559216
| 7.806523
| 0.400707
| 0.400707
| 15
| 12.606231
| 0.840415
| 0.031227
| 0.785911
| 0.885383
| 0.099472
| 0.843753
| 0.815029
| 0.867183
| 12.606231
| 0.264937
| 0.264937
| 15
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 16
| -0.345398
| -0.021587
| 0.011911
| -0.038522
| -0.000081
| 0.038441
| -0.022984
| -0.030597
| -0.010369
| 0.345398
| 0.125206
| 0.125206
| 16
| -2.20536
| -0.137835
| 0.01137
| -0.150096
| -0.109297
| 0.040799
| -0.140206
| -0.147344
| -0.131244
| 2.20536
| 0.096051
| 0.096051
| 16
| -13.994897
| -0.874681
| 0.027357
| -0.914575
| -0.827692
| 0.086883
| -0.876698
| -0.898339
| -0.852921
| 13.994897
| 0.248142
| 0.248142
| 16
| 7.369113
| 0.46057
| 0.048215
| 0.389366
| 0.540186
| 0.15082
| 0.459144
| 0.419142
| 0.499546
| 7.369113
| 0.437847
| 0.437847
| -3
|
2.013
| 13.954963
| -16.523864
| -1
| 1.985
| 99
| 30.803799
| 0.311149
| 0.583699
| -1.338359
| 2.154782
| 3.49314
| 0.263362
| -0.096965
| 0.5782
| 30.803799
| 11.888664
| 11.888664
| 99
| 138.114314
| 1.395094
| 0.304466
| 0.486023
| 2.111686
| 1.625663
| 1.371878
| 1.206678
| 1.632846
| 138.114314
| 9.388383
| 9.388383
| 99
| 959.469147
| 9.691608
| 0.63645
| 7.57286
| 11.255142
| 3.682282
| 9.672575
| 9.230844
| 10.090363
| 959.469147
| 21.613936
| 21.613936
| 12
| 226.074219
| 18.839518
| 0.74635
| 17.480469
| 20.3125
| 2.832031
| 18.798828
| 18.432617
| 19.262695
| 226.074219
| 4.929465
| 4.929465
| 12
| 233.398438
| 19.44987
| 0.780062
| 18.066406
| 20.703125
| 2.636719
| 19.482422
| 18.920898
| 19.921875
| 233.398438
| 5.114615
| 5.114615
| 12
| 67.675781
| 5.639648
| 0.918804
| 4.003906
| 7.617188
| 3.613281
| 5.419922
| 5.200195
| 6.323242
| 67.675781
| 5.368375
| 5.368375
| 77
| 0.772134
| 0.010028
| 0.023261
| -0.050702
| 0.065973
| 0.116675
| 0.010996
| -0.005498
| 0.023824
| 0.845934
| 0.845934
| 0.772134
| 77
| 0.468534
| 0.006085
| 0.03104
| -0.066584
| 0.083078
| 0.149662
| 0.000611
| -0.012828
| 0.026878
| 0.783924
| 0.783924
| 0.729148
| 77
| -2.34389
| -0.03044
| 0.012057
| -0.053756
| 0
| 0.053756
| -0.029322
| -0.040928
| -0.021991
| 2.34389
| 0.368879
| 0.368879
| 9
| 2,825.617523
| 313.957503
| 1.773691
| 310.88678
| 316.215942
| 5.329163
| 314.424622
| 312.723297
| 315.454895
| 2,825.617523
| 9.265833
| 9.265833
| 9
| -77.83338
| -8.648153
| 0.15738
| -8.930735
| -8.422065
| 0.50867
| -8.687138
| -8.722486
| -8.510307
| 77.83338
| 0.740676
| 0.740676
| 9
| 10.080537
| 1.12006
| 0.584592
| 0.100877
| 1.921714
| 1.820837
| 1.217466
| 1.101774
| 1.505202
| 10.080537
| 3.265165
| 3.265165
| 7
| 1.379922
| 0.197132
| 0.084808
| 0.07345
| 0.318145
| 0.244695
| 0.186385
| 0.140154
| 0.260817
| 1.379922
| 0.368034
| 0.368034
| 7
| 10.407341
| 1.486763
| 0.038278
| 1.430401
| 1.540479
| 0.110077
| 1.487166
| 1.462722
| 1.511926
| 10.407341
| 0.149985
| 0.149985
| 7
| 67.83588
| 9.69084
| 0.004836
| 9.683331
| 9.697356
| 0.014026
| 9.691439
| 9.687699
| 9.694179
| 67.83588
| 0.015651
| 0.015651
| 98
| 11.535582
| 0.11771
| 0.575104
| -1.437889
| 1.882613
| 3.320501
| 0.043565
| -0.302998
| 0.446137
| 13.093985
| 13.093985
| 11.535582
| 98
| -7.279503
| -0.074281
| 0.302165
| -0.987177
| 0.623579
| 1.610756
| -0.105117
| -0.26338
| 0.156893
| 7.872003
| 7.872003
| 7.279503
| 98
| -0.164361
| -0.001677
| 0.639351
| -2.124151
| 1.557738
| 3.68189
| -0.016764
| -0.4669
| 0.397163
| 19.112203
| 19.112203
| 13.362493
| 5
| 0.366187
| 0.073237
| 0.003261
| 0.067852
| 0.077731
| 0.009879
| 0.073287
| 0.072315
| 0.075002
| 0.366187
| 0.008426
| 0.008426
| 5
| 0.102472
| 0.020494
| 0.004886
| 0.016379
| 0.030038
| 0.013659
| 0.018723
| 0.017797
| 0.019535
| 0.102472
| 0.014211
| 0.014211
| 5
| 1.953892
| 0.390778
| 0.014722
| 0.371002
| 0.414388
| 0.043386
| 0.385494
| 0.384219
| 0.398788
| 1.953892
| 0.044653
| 0.044653
| 5
| 4.585896
| 0.917179
| 0.006291
| 0.90707
| 0.925409
| 0.018339
| 0.919588
| 0.913596
| 0.920233
| 4.585896
| 0.019099
| 0.019099
| 5
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 3
| 0.047913
| 0.015971
| 0.003435
| 0.012079
| 0.020434
| 0.008355
| 0.015401
| 0.01374
| 0.017917
| 0.047913
| 0.007286
| 0.007286
| 3
| -0.22602
| -0.07534
| 0.001893
| -0.077784
| -0.073172
| 0.004612
| -0.075063
| -0.076424
| -0.074118
| 0.22602
| 0.004016
| 0.004016
| 3
| -2.826651
| -0.942217
| 0.002956
| -0.945774
| -0.938537
| 0.007237
| -0.942339
| -0.944057
| -0.940438
| 2.826651
| 0.00627
| 0.00627
| 3
| 0.977671
| 0.32589
| 0.008225
| 0.315801
| 0.335947
| 0.020146
| 0.325923
| 0.320862
| 0.330935
| 0.977671
| 0.017447
| 0.017447
| 100
| 9.962273
| 0.099623
| 0.520228
| -1.053449
| 1.254562
| 2.30801
| 0.146046
| -0.27234
| 0.439336
| 14.787023
| 14.787023
| 13.292355
| 100
| 148.418957
| 1.48419
| 0.20606
| 0.742203
| 2.149993
| 1.407791
| 1.495179
| 1.396418
| 1.614889
| 148.418957
| 4.188638
| 4.188638
| 100
| 963.386068
| 9.633861
| 0.360781
| 8.652645
| 10.536881
| 1.884236
| 9.621099
| 9.387665
| 9.923966
| 963.386068
| 9.95626
| 9.95626
| 11
| 212.695313
| 19.335938
| 0.363016
| 18.652344
| 20.117188
| 1.464844
| 19.433594
| 19.140625
| 19.53125
| 212.695313
| 1.693944
| 1.693944
| 11
| 207.617188
| 18.87429
| 0.61776
| 18.066406
| 20.019531
| 1.953125
| 18.75
| 18.359375
| 19.287109
| 207.617188
| 3.560855
| 3.560855
| 11
| 62.890625
| 5.71733
| 0.689735
| 4.6875
| 6.835938
| 2.148438
| 5.664063
| 5.175781
| 6.201172
| 62.890625
| 3.469858
| 3.469858
| 49
| 0.38118
| 0.007779
| 0.010698
| -0.011606
| 0.026878
| 0.038485
| 0.00672
| -0.000611
| 0.015272
| 0.38118
| 0.200017
| 0.200017
| 49
| -0.142942
| -0.002917
| 0.018748
| -0.06353
| 0.027489
| 0.091019
| 0.000611
| -0.012828
| 0.009774
| 0.267695
| 0.267695
| 0.25545
| 49
| -0.695165
| -0.014187
| 0.012431
| -0.039706
| 0.004276
| 0.043982
| -0.009774
| -0.020769
| -0.006109
| 0.695165
| 0.366078
| 0.366078
| 5
| 1,564.868561
| 312.973712
| 0.493746
| 312.512482
| 313.858917
| 1.346436
| 312.763031
| 312.588257
| 313.145874
| 1,564.868561
| 1.522032
| 1.522032
| 5
| -44.370431
| -8.874086
| 0.228697
| -9.22827
| -8.514099
| 0.71417
| -8.896495
| -8.919803
| -8.811765
| 44.370431
| 0.732993
| 0.732993
| 5
| 2.700112
| 0.540022
| 0.826046
| -0.682833
| 1.916356
| 2.599188
| 0.511388
| 0.395502
| 0.559699
| 2.700112
| 2.501985
| 2.501985
| 4
| 0.113323
| 0.028331
| 0.104233
| -0.115582
| 0.169261
| 0.284842
| 0.029822
| -0.034996
| 0.093149
| 0.294785
| 0.294785
| 0.113323
| 4
| 5.99058
| 1.497645
| 0.029963
| 1.451902
| 1.534473
| 0.082571
| 1.502103
| 1.484178
| 1.51557
| 5.99058
| 0.083805
| 0.083805
| 4
| 38.76387
| 9.690968
| 0.004831
| 9.684376
| 9.697886
| 0.013511
| 9.690804
| 9.688451
| 9.69332
| 38.76387
| 0.013656
| 0.013656
| 100
| -0.705477
| -0.007055
| 0.505824
| -1.001689
| 1.215121
| 2.216809
| -0.012391
| -0.337966
| 0.255079
| 14.881547
| 14.881547
| 13.000644
| 100
| -3.633195
| -0.036332
| 0.204718
| -0.742857
| 0.665714
| 1.408571
| -0.038467
| -0.135287
| 0.053297
| 4.207174
| 4.207174
| 4.142019
| 100
| -5.230354
| -0.052304
| 0.360999
| -1.034145
| 0.843369
| 1.877515
| -0.062653
| -0.299623
| 0.234149
| 9.95002
| 9.95002
| 6.31335
| 2
| 0.152557
| 0.076279
| 0.004151
| 0.072127
| 0.08043
| 0.008302
| 0.076279
| 0.074203
| 0.078354
| 0
| 0
| 0
| 2
| 0.043498
| 0.021749
| 0.005062
| 0.016687
| 0.026812
| 0.010125
| 0.021749
| 0.019218
| 0.02428
| 0
| 0
| 0
| 2
| 0.795571
| 0.397785
| 0.002756
| 0.395029
| 0.400542
| 0.005513
| 0.397785
| 0.396407
| 0.399163
| 0
| 0
| 0
| 2
| 1.828031
| 0.914015
| 0.000974
| 0.913042
| 0.914989
| 0.001947
| 0.914015
| 0.913529
| 0.914502
| 0
| 0
| 0
| 2
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 0
| 2
| 0.043979
| 0.02199
| 0.005083
| 0.016907
| 0.027072
| 0.010165
| 0.02199
| 0.019448
| 0.024531
| 0
| 0
| 0
| 2
| -0.148894
| -0.074447
| 0.004084
| -0.078531
| -0.070363
| 0.008169
| -0.074447
| -0.076489
| -0.072405
| 0
| 0
| 0
| 2
| -1.873951
| -0.936975
| 0.000916
| -0.937892
| -0.936059
| 0.001832
| -0.936975
| -0.937434
| -0.936517
| 0
| 0
| 0
| 2
| 0.681187
| 0.340594
| 0.001956
| 0.338638
| 0.342549
| 0.003912
| 0.340594
| 0.339616
| 0.341572
| 0
| 0
| 0
| -2
|