blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
648d8eb4f59af88e2ac80eefcd34cd0391f2143a | c488ce95ce41095d2c3801a79a899b5408a01357 | /devel/include/simple_navigation_goals/TurtleMoveGoal.h | 54a7de6247ab975ba663ff6ff1815c3908439655 | [] | no_license | linxue666/my_ws | 59465e358deb6a4469b56117b9ef03b0ba5e80c5 | 132178958f5fbe890a3b47d9a61e500f1f72d723 | refs/heads/master | 2022-11-28T04:21:15.470760 | 2020-08-06T13:12:38 | 2020-08-06T13:12:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,424 | h | // Generated by gencpp from file simple_navigation_goals/TurtleMoveGoal.msg
// DO NOT EDIT!
#ifndef SIMPLE_NAVIGATION_GOALS_MESSAGE_TURTLEMOVEGOAL_H
#define SIMPLE_NAVIGATION_GOALS_MESSAGE_TURTLEMOVEGOAL_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ros/message_operations.h>
namespace simple_navigation_goals
{
template <class ContainerAllocator>
struct TurtleMoveGoal_
{
typedef TurtleMoveGoal_<ContainerAllocator> Type;
TurtleMoveGoal_()
: turtle_target_x(0.0)
, turtle_target_y(0.0)
, turtle_target_theta(0.0) {
}
TurtleMoveGoal_(const ContainerAllocator& _alloc)
: turtle_target_x(0.0)
, turtle_target_y(0.0)
, turtle_target_theta(0.0) {
(void)_alloc;
}
typedef double _turtle_target_x_type;
_turtle_target_x_type turtle_target_x;
typedef double _turtle_target_y_type;
_turtle_target_y_type turtle_target_y;
typedef double _turtle_target_theta_type;
_turtle_target_theta_type turtle_target_theta;
typedef boost::shared_ptr< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> > Ptr;
typedef boost::shared_ptr< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> const> ConstPtr;
}; // struct TurtleMoveGoal_
typedef ::simple_navigation_goals::TurtleMoveGoal_<std::allocator<void> > TurtleMoveGoal;
typedef boost::shared_ptr< ::simple_navigation_goals::TurtleMoveGoal > TurtleMoveGoalPtr;
typedef boost::shared_ptr< ::simple_navigation_goals::TurtleMoveGoal const> TurtleMoveGoalConstPtr;
// constants requiring out of line definition
template<typename ContainerAllocator>
std::ostream& operator<<(std::ostream& s, const ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> & v)
{
ros::message_operations::Printer< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> >::stream(s, "", v);
return s;
}
} // namespace simple_navigation_goals
namespace ros
{
namespace message_traits
{
// BOOLTRAITS {'IsFixedSize': True, 'IsMessage': True, 'HasHeader': False}
// {'move_base_msgs': ['/opt/ros/kinetic/share/move_base_msgs/cmake/../msg'], 'simple_navigation_goals': ['/home/winkle/sim/my_ws/devel/share/simple_navigation_goals/msg'], 'actionlib_msgs': ['/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg'], 'std_msgs': ['/opt/ros/kinetic/share/std_msgs/cmake/../msg'], 'geometry_msgs': ['/opt/ros/kinetic/share/geometry_msgs/cmake/../msg']}
// !!!!!!!!!!! ['__class__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_parsed_fields', 'constants', 'fields', 'full_name', 'has_header', 'header_present', 'names', 'package', 'parsed_fields', 'short_name', 'text', 'types']
template <class ContainerAllocator>
struct IsFixedSize< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> >
: TrueType
{ };
template <class ContainerAllocator>
struct IsFixedSize< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> const>
: TrueType
{ };
template <class ContainerAllocator>
struct IsMessage< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> >
: TrueType
{ };
template <class ContainerAllocator>
struct IsMessage< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> const>
: TrueType
{ };
template <class ContainerAllocator>
struct HasHeader< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> >
: FalseType
{ };
template <class ContainerAllocator>
struct HasHeader< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> const>
: FalseType
{ };
template<class ContainerAllocator>
struct MD5Sum< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> >
{
static const char* value()
{
return "d6ca75a13b0855b8f735f0fec295b281";
}
static const char* value(const ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator>&) { return value(); }
static const uint64_t static_value1 = 0xd6ca75a13b0855b8ULL;
static const uint64_t static_value2 = 0xf735f0fec295b281ULL;
};
template<class ContainerAllocator>
struct DataType< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> >
{
static const char* value()
{
return "simple_navigation_goals/TurtleMoveGoal";
}
static const char* value(const ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator>&) { return value(); }
};
template<class ContainerAllocator>
struct Definition< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> >
{
static const char* value()
{
return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
# Define the goal\n\
float64 turtle_target_x # Specify Turtle's target position\n\
float64 turtle_target_y\n\
float64 turtle_target_theta\n\
";
}
static const char* value(const ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator>&) { return value(); }
};
} // namespace message_traits
} // namespace ros
namespace ros
{
namespace serialization
{
template<class ContainerAllocator> struct Serializer< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> >
{
template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
{
stream.next(m.turtle_target_x);
stream.next(m.turtle_target_y);
stream.next(m.turtle_target_theta);
}
ROS_DECLARE_ALLINONE_SERIALIZER
}; // struct TurtleMoveGoal_
} // namespace serialization
} // namespace ros
namespace ros
{
namespace message_operations
{
template<class ContainerAllocator>
struct Printer< ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator> >
{
template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::simple_navigation_goals::TurtleMoveGoal_<ContainerAllocator>& v)
{
s << indent << "turtle_target_x: ";
Printer<double>::stream(s, indent + " ", v.turtle_target_x);
s << indent << "turtle_target_y: ";
Printer<double>::stream(s, indent + " ", v.turtle_target_y);
s << indent << "turtle_target_theta: ";
Printer<double>::stream(s, indent + " ", v.turtle_target_theta);
}
};
} // namespace message_operations
} // namespace ros
#endif // SIMPLE_NAVIGATION_GOALS_MESSAGE_TURTLEMOVEGOAL_H
| [
"374931377@qq.com"
] | 374931377@qq.com |
50504f5da26cc5032aed28d9d338b6601225f7c4 | 575a841092d255eb3c817bf0eda39406e89d738c | /examples/UnrealEngine/FacialMoCap/Plugins/MillXUtils/Source/MillXUtils/Public/MillXFileHelperBPLibrary.h | 3ff06a5c5de4003f1a3fc699c2b888f68e2ae5bb | [] | no_license | jihyunlee/FacialMoCap | fd69799aa7948ecc00ae5efb5fbb310626c0e691 | ce1c084dae4fec84200392b8b3ef7862e7e125ae | refs/heads/master | 2022-11-12T14:09:43.539899 | 2020-06-23T14:42:33 | 2020-06-23T14:42:33 | 252,923,357 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 616 | h | #pragma once
#include "MillXFileHelperBPLibrary.generated.h"
UCLASS()
class MILLXUTILS_API UMillXFileHelperBPLibrary : public UBlueprintFunctionLibrary
{
GENERATED_UCLASS_BODY()
UFUNCTION(BlueprintPure, meta = (DisplayName = "To String (Bytes)", BlueprintAutocast), Category = "MillX|CoreUtility|Conversion")
static FString Conv_BytesToString(const TArray<uint8>& InBytes);
/**
* Convert string to UTF8 bytes
*/
UFUNCTION(BlueprintPure, meta = (DisplayName = "To Bytes (String)", BlueprintAutocast), Category = "MillX|CoreUtility|Conversion")
static TArray<uint8> Conv_StringToBytes(FString InString);
}; | [
"hello.jihyunlee@gmail.com"
] | hello.jihyunlee@gmail.com |
e93a68219f76aff39ca9f39bb3589e14d1f600ef | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/git/new_hunk_7023.cpp | 1dc6422bdb6f01da9f460be852f194cfc0b9d4aa | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,521 | cpp | return final_commit_name;
}
static int blame_copy_callback(const struct option *option, const char *arg, int unset)
{
int *opt = option->value;
/*
* -C enables copy from removed files;
* -C -C enables copy from existing files, but only
* when blaming a new file;
* -C -C -C enables copy from existing files for
* everybody
*/
if (*opt & PICKAXE_BLAME_COPY_HARDER)
*opt |= PICKAXE_BLAME_COPY_HARDEST;
if (*opt & PICKAXE_BLAME_COPY)
*opt |= PICKAXE_BLAME_COPY_HARDER;
*opt |= PICKAXE_BLAME_COPY | PICKAXE_BLAME_MOVE;
if (arg)
blame_copy_score = parse_score(arg);
return 0;
}
static int blame_move_callback(const struct option *option, const char *arg, int unset)
{
int *opt = option->value;
*opt |= PICKAXE_BLAME_MOVE;
if (arg)
blame_move_score = parse_score(arg);
return 0;
}
static int blame_bottomtop_callback(const struct option *option, const char *arg, int unset)
{
const char **bottomtop = option->value;
if (!arg)
return -1;
if (*bottomtop)
die("More than one '-L n,m' option given");
*bottomtop = arg;
return 0;
}
int cmd_blame(int argc, const char **argv, const char *prefix)
{
struct rev_info revs;
const char *path;
struct scoreboard sb;
struct origin *o;
struct blame_entry *ent;
int i, seen_dashdash, unk;
long bottom, top, lno;
const char *final_commit_name = NULL;
enum object_type type;
static const char *bottomtop = NULL;
static int output_option = 0, opt = 0;
static int show_stats = 0;
static const char *revs_file = NULL;
static const char *contents_from = NULL;
static const struct option options[] = {
OPT_BOOLEAN(0, "incremental", &incremental, "Show blame entries as we find them, incrementally"),
OPT_BOOLEAN('b', NULL, &blank_boundary, "Show blank SHA-1 for boundary commits (Default: off)"),
OPT_BOOLEAN(0, "root", &show_root, "Do not treat root commits as boundaries (Default: off)"),
OPT_BOOLEAN(0, "show-stats", &show_stats, "Show work cost statistics"),
OPT_BIT(0, "score-debug", &output_option, "Show output score for blame entries", OUTPUT_SHOW_SCORE),
OPT_BIT('f', "show-name", &output_option, "Show original filename (Default: auto)", OUTPUT_SHOW_NAME),
OPT_BIT('n', "show-number", &output_option, "Show original linenumber (Default: off)", OUTPUT_SHOW_NUMBER),
OPT_BIT('p', "porcelain", &output_option, "Show in a format designed for machine consumption", OUTPUT_PORCELAIN),
OPT_BIT('c', NULL, &output_option, "Use the same output mode as git-annotate (Default: off)", OUTPUT_ANNOTATE_COMPAT),
OPT_BIT('t', NULL, &output_option, "Show raw timestamp (Default: off)", OUTPUT_RAW_TIMESTAMP),
OPT_BIT('l', NULL, &output_option, "Show long commit SHA1 (Default: off)", OUTPUT_LONG_OBJECT_NAME),
OPT_BIT('s', NULL, &output_option, "Suppress author name and timestamp (Default: off)", OUTPUT_NO_AUTHOR),
OPT_BIT('w', NULL, &xdl_opts, "Ignore whitespace differences", XDF_IGNORE_WHITESPACE),
OPT_STRING('S', NULL, &revs_file, "file", "Use revisions from <file> instead of calling git-rev-list"),
OPT_STRING(0, "contents", &contents_from, "file", "Use <file>'s contents as the final image"),
{ OPTION_CALLBACK, 'C', NULL, &opt, "score", "Find line copies within and across files", PARSE_OPT_OPTARG, blame_copy_callback },
{ OPTION_CALLBACK, 'M', NULL, &opt, "score", "Find line movements within and across files", PARSE_OPT_OPTARG, blame_move_callback },
OPT_CALLBACK('L', NULL, &bottomtop, "n,m", "Process only line range n,m, counting from 1", blame_bottomtop_callback),
OPT_END()
};
struct parse_opt_ctx_t ctx;
cmd_is_annotate = !strcmp(argv[0], "annotate");
git_config(git_blame_config, NULL);
init_revisions(&revs, NULL);
save_commit_buffer = 0;
parse_options_start(&ctx, argc, argv, PARSE_OPT_KEEP_DASHDASH |
PARSE_OPT_KEEP_ARGV0);
for (;;) {
int n;
switch (parse_options_step(&ctx, options, blame_opt_usage)) {
case PARSE_OPT_HELP:
exit(129);
case PARSE_OPT_DONE:
goto parse_done;
}
if (!strcmp(ctx.argv[0], "--reverse")) {
ctx.argv[0] = "--children";
reverse = 1;
}
n = handle_revision_opt(&revs, ctx.argc, ctx.argv,
&ctx.cpidx, ctx.out);
if (n <= 0) {
error("unknown option `%s'", ctx.argv[0]);
usage_with_options(blame_opt_usage, options);
}
ctx.argv += n;
ctx.argc -= n;
}
parse_done:
argc = parse_options_end(&ctx);
seen_dashdash = 0;
for (unk = i = 1; i < argc; i++) {
const char *arg = argv[i];
if (*arg != '-')
break;
else if (!strcmp("--", arg)) {
seen_dashdash = 1;
i++;
| [
"993273596@qq.com"
] | 993273596@qq.com |
9cb81270f35247653944d2a51a0258cc2414a011 | abbda3a32dfca9649a80fe9cd139d96db5cfd3d0 | /build/msvc-90/tools/testKey/testKey/Server.cpp | 421868364d9719e857d7aca7fd7ea807ef6b2fe8 | [] | no_license | kaulszhang/base | 71504ddb5c723b565cf881731e8b72b09a4bc790 | a7793f8206bde26bd91a522d4f925fb923e6f6fc | refs/heads/master | 2021-01-17T12:07:33.896641 | 2017-03-07T01:40:50 | 2017-03-07T01:40:50 | 84,057,340 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 339 | cpp | // Server.cpp : implementation file
//
#include "stdafx.h"
#include "testKey.h"
#include "Server.h"
#include "Client.h"
// CServer
CServer::CServer()
{
}
CServer::~CServer()
{
}
void CServer::OnAccept(int nErrorCode)
{
CClient * c = new CClient();
this->Accept(*c);
}
// CServer member functions
| [
"you@example.com"
] | you@example.com |
a7cd8fa683becb8f6a9a797092a2e70b63f61c7b | d03f3469179a0884d387ccd49ce00eb9e75354c5 | /src/oppt/robotHeaders/ObservationSpace.hpp | 0abe0a6cb2c731c255db8fa0d5afc0c12db51940 | [] | no_license | Ningg17/oppt | b9063d30acee090b16b97c7857660afdc2ebb122 | 750c265d059ff43f27aaf8f407639e062a1d7da8 | refs/heads/master | 2023-07-22T15:54:16.969457 | 2021-07-19T16:03:05 | 2021-07-19T16:03:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,065 | hpp | /**
* Copyright 2017
*
* This file is part of On-line POMDP Planning Toolkit (OPPT).
* OPPT is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License published by the Free Software Foundation,
* either version 2 of the License, or (at your option) any later version.
*
* OPPT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with OPPT.
* If not, see http://www.gnu.org/licenses/.
*/
#ifndef __OBSERVATION_SPACE_HPP_
#define __OBSERVATION_SPACE_HPP_
#include <vector>
#include <string>
#include "utils.hpp"
#include "oppt/opptCore/core.hpp"
#include "Observation.hpp"
#include "LimitsContainer.hpp"
#include "oppt/opptCore/SpaceComponents.hpp"
namespace oppt
{
struct ObservationSpaceInfo {
public:
ObservationSpaceInfo() {}
bool normalized = false;
// Contains additional information (e.g. 'linear' or 'nonlinear')
std::string observationModelInfo;
size_t numDimensions = 1;
SpaceVariablesPtr spaceVariables;
};
struct standardObservationNormalize;
struct nullObservationNormalize;
class ObservationLimits
{
friend standardObservationNormalize;
friend nullObservationNormalize;
public:
ObservationLimits(const LimitsContainerSharedPtr& limits):
container_(limits) {}
virtual ~ObservationLimits() = default;
_NO_COPY_BUT_MOVE(ObservationLimits)
_STATIC_CAST
virtual bool enforceLimits(ObservationSharedPtr& observation) const = 0;
virtual const LimitsContainerSharedPtr& getLimits() const {
return container_;
}
virtual const LimitsContainerSharedPtr& getRawLimits() const {
return container_;
}
protected:
//Contains the unnormalized limits
LimitsContainerSharedPtr container_;
};
class VectorObservationLimits: public ObservationLimits
{
public:
VectorObservationLimits(const LimitsContainerSharedPtr& limits):
ObservationLimits(limits),
lowerLimits_(),
upperLimits_() {
container_->as<VectorLimitsContainer>()->get(lowerLimits_, upperLimits_);
}
virtual ~VectorObservationLimits() {
lowerLimits_.clear();
upperLimits_.clear();
container_.reset();
}
virtual bool enforceLimits(ObservationSharedPtr& observation) const override {
VectorFloat observationVec =
static_cast<VectorObservation*>(observation.get())->asVector();
bool enforced = false;
for (size_t i = 0; i < observationVec.size(); i++) {
if (observationVec[i] < lowerLimits_[i]) {
enforced = true;
observationVec[i] = lowerLimits_[i];
} else if (observationVec[i] > upperLimits_[i]) {
enforced = true;
observationVec[i] = upperLimits_[i];
}
}
observation = std::make_shared<VectorObservation>(observationVec);
return enforced;
}
protected:
VectorFloat lowerLimits_;
VectorFloat upperLimits_;
};
class NormalizedVectorObservationLimits: public VectorObservationLimits
{
public:
NormalizedVectorObservationLimits(const LimitsContainerSharedPtr& limits):
VectorObservationLimits(limits) {
VectorFloat lowerLimits(lowerLimits_.size(), 0);
VectorFloat upperLimits(upperLimits_.size(), 1);
normalizedLimitsContainer_ =
std::make_shared<VectorLimitsContainer>(lowerLimits, upperLimits);
}
virtual ~NormalizedVectorObservationLimits() {
normalizedLimitsContainer_.reset();
}
virtual bool enforceLimits(ObservationSharedPtr& observation) const override {
VectorFloat observationVec =
static_cast<VectorObservation*>(observation.get())->asVector();
bool enforced = false;
for (size_t i = 0; i < observationVec.size(); i++) {
if (observationVec[i] < 0) {
enforced = true;
observationVec[i] = 0;
} else if (observationVec[i] > 1) {
enforced = true;
observationVec[i] = 1;
}
}
observation = std::make_shared<VectorObservation>(observationVec);
return enforced;
}
virtual const LimitsContainerSharedPtr& getLimits() const override {
return normalizedLimitsContainer_;
}
private:
LimitsContainerSharedPtr normalizedLimitsContainer_;
};
class ObservationNormalizer
{
public:
virtual ~ObservationNormalizer() = default;
virtual ObservationSharedPtr normalizeObservation(const ObservationSharedPtr& observation) const = 0;
virtual ObservationSharedPtr denormalizeObservation(const ObservationSharedPtr& observation) const = 0;
void setObservationLimits(ObservationLimitsSharedPtr& observationLimits) {
observationLimits_ = observationLimits;
}
protected:
ObservationLimitsSharedPtr observationLimits_ = nullptr;
};
/**
* Represents the POMDP observation space
*/
class ObservationSpace
{
public:
/**
* @brief Construct from ObservationSpaceInfo
* @param observationSpaceInfo The ObservationSpaceInfo this observation space is constructed from
*/
ObservationSpace(const ObservationSpaceInfo& observationSpaceInfo);
virtual ~ObservationSpace() = default;
template<class T>
T* as() {
return dynamic_cast<T*>(this);
}
/**
* @brief Get the observation space type
*/
virtual SpaceType::StateSpaceType getType() const = 0;
/**
* @brief Gets the bounds of the observation space
*/
ObservationLimitsSharedPtr getObservationLimits() const;
/**
* @brief Forces an observation into the observation space bounds
*/
bool enforceObservationLimits(ObservationSharedPtr& observation) const;
/**
* @brief Get the number of dimensions
*/
size_t getNumDimensions() const;
/**
* @brief Get the ObservationSpaceInfo this observation space was constructed from
*/
const ObservationSpaceInfo getInfo() const;
virtual VectorFloat getOrigin() const = 0;
/**
* @brief Normalizes an observation to [0, 1]
* If the oppt::ProblemEnvironmentOptions::normalizedSpaces is false, this method has no effect
* @param observation The observation to normalize
* @return A shared pointer to the normalized observation
*/
ObservationSharedPtr normalizeObservation(const ObservationSharedPtr& observation) const {
if (!observationNormalizer_)
return observation;
return observationNormalizer_->normalizeObservation(observation);
}
/**
* @brief Denormalizes an observation
* If the oppt::ProblemEnvironmentOptions::normalizedSpaces is false, this method has no effect
* @param observation The observation to denormalize
* @return A shared pointer to the denormalized observation
*/
ObservationSharedPtr denormalizeObservation(const ObservationSharedPtr& observation) const {
if (!observationNormalizer_)
return observation;
return observationNormalizer_->denormalizeObservation(observation);
}
/**
* @brief Set a custom oppt::ObservationNormalizer
*/
virtual void setObservationNormalizer(std::unique_ptr<ObservationNormalizer> observationNormalizer);
protected:
size_t dimension_;
ObservationSpaceInfo observationSpaceInfo_;
ObservationLimitsSharedPtr observationLimits_;
ObservationLimitsSharedPtr denormalizedObservationLimits_;
std::unique_ptr<ObservationNormalizer> observationNormalizer_ = nullptr;
};
/**
* Specialization of a oppt::ObservationNormalizer for vector observation spaces
*/
class VectorObservationNormalizer: public ObservationNormalizer {
public:
virtual ~VectorObservationNormalizer() = default;
virtual ObservationSharedPtr normalizeObservation(const ObservationSharedPtr& observation) const override;
virtual ObservationSharedPtr denormalizeObservation(const ObservationSharedPtr& observation) const override;
};
/**
* A specialization of the abstract ObservationSpace class for vector valued
* observation spaces
*/
class VectorObservationSpace: public ObservationSpace
{
public:
VectorObservationSpace(const ObservationSpaceInfo& observationSpaceInfo);
virtual ~VectorObservationSpace() {}
virtual SpaceType::StateSpaceType getType() const override;
/**
* @brief Constructs the observation bounds
* @param lowerLimits Vector containing the lower limits of the observation space
* @param upperLimits Vector containing the upper limits of the observation space
*/
virtual void makeObservationLimits(VectorFloat& lowerLimits, VectorFloat& upperLimits);
virtual VectorFloat getOrigin() const override;
};
}
#endif
| [
"hoergems@gmail.com"
] | hoergems@gmail.com |
063bc1d213bc7fd9a465ca771457080697e2ea49 | c772ba87de8cb6c95c7f5d57f3e474a9db530a04 | /ios/chrome/browser/ui/ui_feature_flags.cc | 3f5bc5acda2ebd97583f2f6792c4b50aed5e8e10 | [
"BSD-3-Clause"
] | permissive | msisov/chromium | b6b889e7e562e26374842050674acd619ca4155f | 67766409e7ddaa2fc54098e648c6276c10deeabd | refs/heads/master | 2023-02-26T00:58:22.871327 | 2018-10-08T09:34:23 | 2018-10-08T09:34:23 | 85,793,876 | 0 | 0 | null | 2017-03-22T06:42:41 | 2017-03-22T06:42:41 | null | UTF-8 | C++ | false | false | 729 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ios/chrome/browser/ui/ui_feature_flags.h"
const base::Feature kFirstResponderKeyWindow{"FirstResponderKeyWindow",
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kCopyImage{"CopyImage", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kOmniboxPopupShortcutIconsInZeroState{
"OmniboxPopupShortcutIconsInZeroState", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kWKWebViewSnapshots{"WKWebViewSnapshots",
base::FEATURE_DISABLED_BY_DEFAULT};
| [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
400fa3b79afc81d1d57bc516f045700045baabb0 | f5b5b363af527c45f392e1c33ca5c15dd983c535 | /A_rotten_rotten_bookkeeping_program/KeepAccount1/main.cpp | 18b4eba1786077d86082c62dd6c3b50e82ca3571 | [] | no_license | zhouhanyuxi/C-CPP-projects | caa316b7a8acc83cfefbad526fb7bd942c5d9f2b | 91d1412d2e31bfb3844ef4731a54c15a898e680e | refs/heads/master | 2022-12-12T04:10:50.163703 | 2020-09-11T08:44:33 | 2020-09-11T08:44:33 | 158,203,246 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 73 | cpp | #include "interface.h"
int main()
{
Interface I;
I.Run();
return 0;
} | [
"1127282462@qq.com"
] | 1127282462@qq.com |
041f9983b69476bd14e27bbe2fc1a61b0c4e27de | 22a080291e34763a93d391bf68ce638a1f4e9287 | /Read N Characters Given Read4 II - Call multiple times.h | 5ec8e35ae2bfd7664a4585d85fe07781436dc09c | [] | no_license | Neal854386/inter | 06e941c49f6c7d77842d1b45c2eb5e5388c756cf | 6ca016d9a43de6427ccb25aef3a766951cf0d6bb | refs/heads/master | 2016-08-12T16:15:02.075794 | 2016-05-02T06:26:31 | 2016-05-02T06:26:31 | 53,039,820 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,214 | h | /*
158. Read N Characters Given Read4 II - Call multiple times
Difficulty: Hard
The API: int read4(char *buf) reads 4 characters at a time from a file.
The return value is the actual number of characters read. For example,
it returns 3 if there is only 3 characters left in the file.
By using the read4 API, implement the function int read(char *buf, int n) that reads n characters from the file.
Note:
The read function may be called multiple times.
*/
// Time: O(n)
// Space: O(1)
// Forward declaration of the read4 API.
int read4(char *buf);
class Solution {
public:
/**
* @param buf Destination buffer
* @param n Maximum number of characters to read
* @return The number of characters read
*/
int read(char *buf, int n) {
int i = 0;
while (i < n) {
if (CacheIdx < Count) { // Any characters in buf4.
buf[i++] = Cache[CacheIdx++];
} else if ((Count = read4(Cache)) != 0) { // Read more characters.
CacheIdx = 0;
} else { // Buffer has been empty.
break;
}
}
return i;
}
private:
char Cache[4];
int CacheIdx = 0, Count = 0;
}; | [
"xhan5@binghamton.edu"
] | xhan5@binghamton.edu |
8f51af976e2de09a42af367b19de5731161f7468 | 967538850fcd15621a07b1ad3ad8ceb34a47c380 | /Duplicate char formatting.cpp | c5931598dcb2993a6b9d67e1d21264e091674ab2 | [] | no_license | shivambhushan/Codes | c4e631cab4a8165692faf62a0763ef661da5830a | e88319c58471fb1c2579f8dc08c22a214cabf0f1 | refs/heads/master | 2020-05-03T01:43:17.973976 | 2019-07-16T18:52:00 | 2019-07-16T18:52:00 | 178,346,280 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 619 | cpp | #include <bits/stdc++.h>
using namespace std;
void Duplicate_String(char *str, char current, int index)
{
if (str[index]=='\0')
{
return;
}
if (str[index]==current)
{
for (int i = strlen(str); i >= index; i--)
{
str[i+1]=str[i];
}
str[index]='*';
current='*';
}
else
{
current = str[index];
Duplicate_String(str,current,index+1);
}
Duplicate_String(str,current,index+1);
}
int main()
{
char str[1000];
cin>>str;
int n = sizeof(str)/sizeof(int);
if(n==0 || n==1)
{
return 0;
}
Duplicate_String(str, '*', 0);
cout<<str;
return 0;
} | [
"sbh327@gmail.com"
] | sbh327@gmail.com |
0fd6fd2890b9f66e8d456eadbbc806481b29beeb | 4218cc8ea49bd0244c78db7282b792d54488d0f2 | /Pelatda/music_notes.cpp | e8446bf73b958e22a162213639016bd9ffa694ef | [] | no_license | irff/cp-codes | 436678ce0d1939e6103c983eb1907078df391808 | 5c0c3a7710fff48751b4307f3ad0f135d25ea180 | refs/heads/master | 2020-03-29T14:36:34.904213 | 2014-10-19T18:27:02 | 2014-10-19T18:27:02 | 25,435,733 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 376 | cpp | #include <cstdio>
#include <algorithm>
using namespace std;
#define R(i,_a,_b) for(int i=int(_a);i<int(_b);i++)
int n, q, a[52000], num;
int main() {
scanf("%d%d", &n, &q);
R(i,0,n) { scanf("%d", &a[i]); if(i>0) a[i]=a[i-1]+a[i]; }
R(i,0,q) {
scanf("%d", &num);
printf("%d\n", upper_bound(a,a+n,num)-&a[0]+1);
}
return 0;
}
| [
"triahmad1996@gmail.com"
] | triahmad1996@gmail.com |
3438a021b34c2d7c9f533d3b0f49efbfe9a0ead7 | 40c03325b95d3af33c5ac13aad4e8bb561faf2a6 | /ngsolve/solve/hyperbolic.cpp | bd4679aa35f404e67fe21f35371ad5bfc163b324 | [] | no_license | thisch/ngsolve | 82e10e1edcf49dd28486e9b24066041ce54672ab | 143b9d0df9d262064ac7d1f1b27970ba9d172c79 | refs/heads/master | 2021-05-01T04:15:08.364008 | 2015-02-04T15:14:40 | 2015-02-04T15:14:40 | 27,179,872 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,402 | cpp | /*
Solver for a hyperbolic pde
Solves
M d^2u/dt^2 + A u = f
by the Newmark method
Please include this file to the src files given in netgen/ngsolve/Makefile
*/
#include <solve.hpp>
using namespace ngsolve;
/*
Every solver is a class derived from the class NumProc.
It collects objects (such as bilinear-forms, gridfunctions) and parameters.
*/
class NumProcHyperbolic : public NumProc
{
protected:
// bilinear-form for the stiffness matrix
shared_ptr<BilinearForm> bfa;
// bilinear-form for the mass-matrix
shared_ptr<BilinearForm> bfm;
// linear-form providing the right hand side
shared_ptr<LinearForm> lff;
// solution vector
shared_ptr<GridFunction> gfu;
// time step
double dt;
// total time
double tend;
public:
/*
In the constructor, the solver class gets the flags from the pde - input file.
the PDE class apde constains all bilinear-forms, etc...
*/
NumProcHyperbolic (PDE & apde, const Flags & flags)
: NumProc (apde)
{
// in the input-file, you specify the bilinear-forms for the stiffness and for the mass-term
// like "-bilinearforma=k". Default arguments are 'a' and 'm'
bfa = pde.GetBilinearForm (flags.GetStringFlag ("bilinearforma", "a"));
bfm = pde.GetBilinearForm (flags.GetStringFlag ("bilinearformm", "m"));
lff = pde.GetLinearForm (flags.GetStringFlag ("linearform", "f"));
gfu = pde.GetGridFunction (flags.GetStringFlag ("gridfunction", "u"));
dt = flags.GetNumFlag ("dt", 0.001);
tend = flags.GetNumFlag ("tend", 1);
}
virtual ~NumProcHyperbolic()
{ ; }
// solve at one level
virtual void Do(LocalHeap & lh)
{
cout << "solve hyperbolic pde" << endl;
// reference to the matrices provided by the bi-forms.
// will be of type SparseSymmetricMatrix<double> for scalar problems
const BaseMatrix & mata = bfa->GetMatrix();
const BaseMatrix & matm = bfm->GetMatrix();
const BaseVector & vecf = lff->GetVector();
BaseVector & vecu = gfu->GetVector();
// creates a matrix of same type:
auto summat = matm.CreateMatrix();
// create additional vectors:
auto d = vecu.CreateVector();
auto w = vecu.CreateVector();
auto v = vecu.CreateVector();
auto a = vecu.CreateVector();
auto anew = vecu.CreateVector();
// matrices matm and mata have the same memory layout. The arrays of values
// can be accessed and manipulated as vectors:
summat->AsVector() = matm.AsVector() + (dt*dt/4) * mata.AsVector();
// A sparse matrix can compute a sparse factorization. One has to cast to a sparse matrix:
auto invmat = * dynamic_cast<BaseSparseMatrix&> (*summat) . InverseMatrix();
// implicite Euler method
vecu = 0;
v = 0;
a = 0;
for (double t = 0; t <= tend; t += dt)
{
cout << "t = " << t << endl;
*w = vecu + dt * *v + (dt*dt/4) * *a;
double fac = (t < 1) ? 1 : 0;
*d = fac * vecf - mata * *w;
*anew = invmat * *d;
vecu += dt * *v + (dt*dt/4) * *a + (dt*dt/4) * *anew;
*v += (dt/2) * *a + (dt/2) * *anew;
*a = *anew;
// update visualization
Ng_Redraw ();
}
}
virtual string GetClassName () const
{
return "Hyperbolic Solver (Demo)";
}
virtual void PrintReport (ostream & ost)
{
ost << GetClassName() << endl
<< "Bilinear-form A = " << bfa->GetName() << endl
<< "Bilinear-form M = " << bfm->GetName() << endl
<< "Linear-form = " << lff->GetName() << endl
<< "Gridfunction = " << gfu->GetName() << endl
<< "dt = " << dt << endl
<< "tend = " << tend << endl;
}
///
static void PrintDoc (ostream & ost)
{
ost <<
"\n\nNumproc Hyperbolic:\n" \
"------------------\n" \
"Solves a hyperbolic partial differential equation by an implicite Euler method\n\n" \
"Required flags:\n"
"-bilinearforma=<bfname>\n"
" bilinear-form providing the stiffness matrix\n" \
"-bilinearformm=<bfname>\n"
" bilinear-form providing the mass matrix\n" \
"-linearform=<lfname>\n" \
" linear-form providing the right hand side\n" \
"-gridfunction=<gfname>\n" \
" grid-function to store the solution vector\n"
"-dt=<value>\n"
" time step\n"
"-tend=<value>\n"
" total time\n"
<< endl;
}
};
static RegisterNumProc<NumProcHyperbolic> nphyper("hyperbolic");
| [
"joachim.schoeberl@tuwien.ac.at"
] | joachim.schoeberl@tuwien.ac.at |
5155f0f95a843b31ecf24b7fd8519199b61a6bf2 | 9a1642b14e3b00b916fb794e67e06abe0445511b | /src/Configuration.hpp | 3b85b5936c6e5ca794306c6faa907f890b3bb2cd | [] | no_license | jhidalgocarrio/slam-localization | 7963c4fd593467f9626a85fdb805a3928e6fb51f | a01f0c9d364273ae0198ca9d6726159d345f4580 | refs/heads/master | 2020-12-31T01:23:17.986857 | 2016-08-05T12:29:04 | 2016-08-05T12:29:04 | 24,458,287 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,197 | hpp | /**\file configuration.hpp
* Header function file and defines
*/
#ifndef _CONFIGURATION_HPP_
#define _CONFIGURATION_HPP_
namespace localization
{
/** General constants values **/
static const int QUATERSIZE = 4; /** Number of parameters of a quaternion **/
static const int NUMAXIS = 3; /** Number of axis sensed by the IMU **/
/** WGS-84 ellipsoid constants (Nominal Gravity Model and Earth angular velocity) **/
static const int Re = 6378137; /** Equatorial radius in meters **/
static const int Rp = 6378137; /** Polar radius in meters **/
static const double ECC = 0.0818191908426; /** First eccentricity **/
static const double GRAVITY = 9.79766542; /** Mean value of gravity value in m/s^2 **/
static const double GWGS0 = 9.7803267714; /** Gravity value at the equator in m/s^2 **/
static const double GWGS1 = 0.00193185138639; /** Gravity formula constant **/
static const double EARTHW = 7.292115e-05; /** Earth angular velocity in rad/s **/
/** Magnetic declination **/
enum DECLINATION_CONSTS {
EAST = 1, /** EAST is 1 and means positive magnetic declination **/
WEST = 2 /** WEST is 2 and means negative magnetic declination **/
};
/** Variables for the attitude estimation inside the algorithm **/
static const int M1 = 1; /** Parameter for adaptive algorithm (to estimate Uk with is not directly observale) */
static const int M2 = 5; /** Parameter for adaptive algorithm (to prevent falsering entering in no-external acc mode) */
static const double GAMMA = 0.0005; /** Parameter for adaptive algorithm (only entering when Qstart is greater than RHR'+Ra) */
static const int R2COUNT = 100; /** Parameter for adaptive algorithm */
static const double D2R = M_PI/180.00; /** Convert degree to radian **/
static const double R2D = 180.00/M_PI; /** Convert radian to degree **/
static const double ZERO_UNCERTAINTY = 1.0e-10; /** Set as default zero uncertainty **/
/** Integration of the delayed windows **/
static const int INTEGRATION_XAXIS_WINDOW_SIZE = 1;//100; /** Windows size of the delay integration **/
static const int INTEGRATION_YAXIS_WINDOW_SIZE = 1;//100; /** Windows size of the delay integration **/
static const int INTEGRATION_ZAXIS_WINDOW_SIZE = 1;//10; /** Windows size of the delay integration **/
static const int ANGVELO_WINDOW_SIZE = INTEGRATION_XAXIS_WINDOW_SIZE; /** Windows size of the delay integration **/
static const unsigned int NUMBER_OF_WHEELS = 4; /** Rover number of wheels **/
static const unsigned int NUMBER_OF_PASSIVE_JOINTS = 1; /** Rover chassis number of passive joints **/
static const unsigned int NUMBER_OF_ACTIVE_JOINTS = 0; /** Rover chassis number of actuated joints **/
static const unsigned int ENCODERS_VECTOR_SIZE = NUMBER_OF_ACTIVE_JOINTS+NUMBER_OF_PASSIVE_JOINTS+NUMBER_OF_WHEELS; /** Vector of rover sensed joints with encoders **/
static const unsigned int SLIP_VECTOR_SIZE = NUMAXIS * NUMBER_OF_WHEELS; /** Size of slip vector of the mobil robot **/
static const unsigned int NORDER_BESSEL_FILTER = 8; /** Order of the IIR Bessel filter **/
}
#endif //
| [
"javier.hidalgo_carrio@dfki.de"
] | javier.hidalgo_carrio@dfki.de |
dabe9065f4f7c5ab20fea19eb6fa81d667b9ba85 | 76b38f04508c5b7a8a1d71d255de70b425c623aa | /dataGloveMapper/incl/cDataGloveState.h | 0f47dd4a21a30da5f56589038e9d166183b4b26b | [] | no_license | BioKom/dataGlove | 51bd2242446bce180d38f501d9e0eee42e36891a | e819e90bd6960ccdded1de8edc4a834a31e2d74e | refs/heads/master | 2020-04-06T07:09:02.887385 | 2017-01-09T18:50:27 | 2017-01-09T18:50:27 | 24,300,773 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,894 | h |
//TODO check
/**
* @file cDataGloveState
* file name: cDataGloveState.h
* @author Betti Oesterholz
* @date 05.08.2014
* @mail webmaster@BioKom.info
*
* System: C++
*
* This file specifies the class for a data glove state.
*
*
* Copyright (C) @c GPL3 2014 Betti Oesterholz
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License (GPL) as
* published by the Free Software Foundation, either version 3 of the
* License, or any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*
* This file specifies the class for a data glove state.
* A data glove state is a number of intervals for data glove sampling
* values and a action, which is executed, if the data glove sampling values
* are in the intervalls.
* The state is also for a modus, in which the application is.
*
*
*/
/*
History:
05.08.2014 Oesterholz created
*/
#ifndef ___N_DATA_GLOVE__N_MAPPER__C_DATA_GLOVE_STATE__
#define ___N_DATA_GLOVE__N_MAPPER__C_DATA_GLOVE_STATE__
#include "version.h"
#include <string>
#include <map>
#include "cMessageSamplingDataFromDataGlove.h"
#include "iCallFunction.h"
#include "cInterval.h"
namespace nDataGlove{
namespace nMapper{
//forward declarations
class cDataGloveState{
public:
/**
* The standard constructor for the DGTech VHand data glove handler.
*
* @param iInModus The modus, for which this state is.
* @see iModus
* @param pInCallFunction The function, which should be called in this state
* Note: The given call function object will be owned by this object,
* and will be deleted by it. (Don't delete it!)
* @see pCallFunction
* @param bInOwnsCallFunction If this object owns the the function
* (true), which should be called in this state, or not.
* If true pCallFunction will be deleted by this object else not.
* @see bOwnsCallFunction
* @param iInRepeatAllMilliSecondsAll this milli seconds the call function is called.
* If 0 the call function will be repeated once.
* @see iRepeatAllMilliSecondsAll
*/
explicit cDataGloveState( const int iInModus = 0,
iCallFunction * pInCallFunction = NULL,
const bool bInOwnsCallFunction = true,
const unsigned int iInRepeatAllMilliSecondsAll = 0 );
/**
* The standard constructor for the DGTech VHand data glove handler.
*
* @param iInModus The modus, for which this state is.
* @see iModus
* @param mapInStateArea The areas of data glove sampling values, for
* this state.
* Note: The given intervalls will be owned by this object and will
* be deleted by it. (Don't delete them!)
* @see mapStateArea
* @param pInCallFunction The function, which should be called in this state
* Note: The given call function object will be owned by this object,
* and will be deleted by it. (Don't delete it!)
* @see pCallFunction
* @param bInOwnsCallFunction If this object owns the the function
* (true), which should be called in this state, or not.
* If true pCallFunction will be deleted by this object else not.
* @see bOwnsCallFunction
* @param iInRepeatAllMilliSecondsAll this milli seconds the call
* function is called.
* If 0 the call function will be repeated once.
* @see iRepeatAllMilliSecondsAll
*/
cDataGloveState( const int iInModus,
std::map< nDataGlove::nModelDataGloveDGTechVHand::
cMessageSamplingDataFromDataGlove::tTypeSamplingValue,
cInterval * > mapInStateArea,
iCallFunction * pInCallFunction = NULL,
const bool bInOwnsCallFunction = true,
const unsigned int iInRepeatAllMilliSecondsAll = 0 );
/**
* destructor
*/
~cDataGloveState();
/**
* @return the name of this class "cDataGloveState"
*/
std::string getName() const;
protected:
//members
/**
* The modus, for which this state is.
* @see getModus()
* @see setModus()
*/
int iModus;
/**
* The areas of data glove sampling values, for this state.
* The intervalls are owned by this object and will be deleted by it.
* @see isIn()
* @see getIntervalForType()
* @see getMapForInterval()
* @see setInterval()
* @see removeInterval()
*/
std::map< nDataGlove::nModelDataGloveDGTechVHand::
cMessageSamplingDataFromDataGlove::tTypeSamplingValue,
cInterval * > mapStateArea;
/**
* The function, which should be called in this state.
* If bOwnsCallFunction is true the call function object is owned by
* this object, and will be deleted by it, else
* (bOwnsCallFunction==false) not.
* @see bOwnsCallFunction
* @see getCallFunction()
* @see setCallFunction()
*/
iCallFunction * pCallFunction;
/**
* If this object owns the the function (true), which should be called
* in this state, or not.
* If true pCallFunction will be deleted by this object else not.
* @see pCallFunction
* @see getOwnsCallFunction()
* @see setCallFunction()
*/
bool bOwnsCallFunction;
/**
* All this milli seconds the call function is called.
* If 0 the call function will be repeated once.
* @see pCallFunction
* @see pRepeaterThread
*/
unsigned int iRepeatAllMilliSeconds;
//TODO extern:
/**
* A pointer to the thread wich repeats the call to the call function.
* @see iRepeatAllMilliSeconds
* @see pCallFunction
*/
//cThreadRepeater * pRepeaterThread;
/**
* The number of calls to this state.
* @see getCalls()
* @see setCalls()
* @see incCalls()
*/
unsigned long ulCalls;
public:
/**
* Checks if the given value is in the interval.
*
* @param lInValue the value, which should be checked
* @return true if the given value lInValue is in this interval, else false
* ( lMinimum <= lInValue <= lMaximum )
*/
inline bool isIn( const nDataGlove::nModelDataGloveDGTechVHand::
cMessageSamplingDataFromDataGlove * pSamplingMessage ) const {
if ( pSamplingMessage == NULL ) {
//no sampling message -> sampling values not in this state
return false;
}
for ( std::map< nDataGlove::nModelDataGloveDGTechVHand::
cMessageSamplingDataFromDataGlove::tTypeSamplingValue,
cInterval * >::const_iterator
itrValueArea = mapStateArea.begin();
itrValueArea != mapStateArea.end(); ++itrValueArea ) {
if ( ! itrValueArea->second->isIn(
pSamplingMessage->getValue( itrValueArea->first ) ) ) {
//sampling values not in this state
return false;
}
}
return true;
}
/**
* @return The modus, for which this state is.
* @see iModus
*/
inline int getModus() const {
return iModus;
}
/**
* @param iNewModus The modus, for which this state is.
* @see iModus
*/
void setModus( const int iNewModus );
/**
* @return the area of data glove sampling values, for this state.
* @see mapStateArea
*/
inline std::map< nDataGlove::nModelDataGloveDGTechVHand::
cMessageSamplingDataFromDataGlove::tTypeSamplingValue,
cInterval * > & getMapForInterval() {
return mapStateArea;
}
/**
* @return the area of data glove sampling values, for this state.
* @see mapStateArea
*/
inline const std::map< nDataGlove::nModelDataGloveDGTechVHand::
cMessageSamplingDataFromDataGlove::tTypeSamplingValue,
cInterval * > & getMapForInterval() const {
return mapStateArea;
}
/**
* Returns the interval for the given sampling value type.
*
* @see mapStateArea
* @param typeSamplingValue the type of the sampling value, for which an
* interval should be returned
* @return the interval for the given sampling value type, or NULL if
* non exists
*/
cInterval * getIntervalForType( const nDataGlove::nModelDataGloveDGTechVHand::
cMessageSamplingDataFromDataGlove::tTypeSamplingValue typeSamplingValue ) {
std::map< nDataGlove::nModelDataGloveDGTechVHand::
cMessageSamplingDataFromDataGlove::tTypeSamplingValue,
cInterval * >::iterator itrFoundInterval =
mapStateArea.find( typeSamplingValue );
if ( itrFoundInterval == mapStateArea.end() ) {
//no interval for the sampling value
return NULL;
}
return itrFoundInterval->second;
}
/**
* Returns the interval for the given sampling value type.
*
* @see mapStateArea
* @param typeSamplingValue the type of the sampling value, for which an
* interval should be returned
* @return the interval for the given sampling value type, or NULL if
* non exists
*/
const cInterval * getIntervalForType( const nDataGlove::nModelDataGloveDGTechVHand::
cMessageSamplingDataFromDataGlove::tTypeSamplingValue typeSamplingValue ) const {
std::map< nDataGlove::nModelDataGloveDGTechVHand::
cMessageSamplingDataFromDataGlove::tTypeSamplingValue,
cInterval * >::const_iterator itrFoundInterval =
mapStateArea.find( typeSamplingValue );
if ( itrFoundInterval == mapStateArea.end() ) {
//no interval for the sampling value
return NULL;
}
return itrFoundInterval->second;
}
/**
* This method will set the given interval, as the interval for the
* given sampling type for this state. (Yust sampling messages, with
* sampling values of the given type in the given interval, will be in
* this state.)
*
* @see mapStateArea
* @see isIn()
* @see removeInterval()
* @see getIntervalForType()
* @see getMapForInterval()
* @param typeSamplingValue the type of the sampling value, for which
* the interval is
* @param pInterval a pointer to the interval for the given sampling
* type value
* Note: This object will take ownership of the interval and will
* delete it. (Don't delete it.)
*/
void setInterval( const nDataGlove::nModelDataGloveDGTechVHand::
cMessageSamplingDataFromDataGlove::tTypeSamplingValue typeSamplingValue,
cInterval * pInterval );
/**
* This method will remove the interval, as the interval for the
* given sampling type for this state.
*
* @see mapStateArea
* @see isIn()
* @see setInterval()
* @see getIntervalForType()
* @see getMapForInterval()
* @param typeSamplingValue the type of the sampling value, for which
* interval should be removed
* @return true if a interval was removed, else false
*/
bool removeInterval( const nDataGlove::nModelDataGloveDGTechVHand::
cMessageSamplingDataFromDataGlove::tTypeSamplingValue typeSamplingValue );
/**
* @return The function, which should be called in this state.
* @see pCallFunction
*/
inline iCallFunction * getCallFunction() {
return pCallFunction;
}
/**
* @return The function, which should be called in this state.
* @see pCallFunction
*/
inline iCallFunction * getCallFunction() const {
return pCallFunction;
}
/**
* @return If this object owns the the function
* (true), which should be called in this state, or not.
* If true pCallFunction will be deleted by this object else not.
* @see bOwnsCallFunction
* @see pCallFunction
*/
inline bool getOwnsCallFunctionn() const {
return bOwnsCallFunction;
}
/**
* Sets the function, which should be called in this state.
* @see pCallFunction
*
* @param pInCallFunction the function, which should be called in this state
* @param bInOwnsCallFunction If this object owns the the function
* (true), which should be called in this state, or not.
* If true pCallFunction will be deleted by this object else not.
* @see bOwnsCallFunction
*/
inline void setCallFunction( iCallFunction * pInCallFunction,
const bool bInOwnsCallFunction = true ) {
if ( bOwnsCallFunction && ( pCallFunction != NULL ) ) {
//delete old call function
delete pCallFunction;
}
pCallFunction = pInCallFunction;
bOwnsCallFunction = bInOwnsCallFunction;
}
/**
* Orders all interval values.
* @see cInterval:order()
*/
void orderIntervals();
/**
* @return true if this a a valid data glove state, else false
*/
bool isValid() const;
/**
* @return The number of calls to this state.
* @see ulCalls
* @see setCalls()
* @see incCalls()
*/
inline unsigned long getCalls() const {
return ulCalls;
}
/**
* @param ulNewCalls The number of calls to this state.
* @see ulCalls
* @see getCalls()
* @see incCalls()
*/
inline void setCalls( const unsigned long ulNewCalls ) {
ulCalls = ulNewCalls;
}
/**
* Increases the number of calls to this state with one.
* @see ulCalls
* @see getCalls()
* @see setCalls()
*/
inline void incCalls() {
ulCalls++;
}
};//end class cDataGloveState
};//end namespace nMapper
};//end namespace nDataGlove
#endif //___N_DATA_GLOVE__N_MAPPER__C_DATA_GLOVE_STATE__
| [
"Oesterholz@Fib-Development.org"
] | Oesterholz@Fib-Development.org |
c3066cc49cbed28753b8e2cce6191f8247032105 | 36b4e4755aab52625df05a6681b1207325a48af2 | /src/300_length_of_lis/main.cc | 312e533bdaa40e41859e1c3ff88fdadb6bebe2ba | [] | no_license | kiorffen/leetcode | 0f73d3d059b3c404f22a6e81e8c153d93bc1bfc4 | 292b566c0977aed4a9e19efc5ac8ebcb53015c11 | refs/heads/master | 2022-06-14T03:37:45.756144 | 2022-06-04T14:02:03 | 2022-06-04T14:02:03 | 238,211,915 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,301 | cc | /***************************************************************************
*
* Copyright (c) Tang Haiyu. All Rights Reserved
*
***************************************************************************/
/**
* @file main.cc
* @author tanghaiyu777@163.com
* @date 2020/03/06
* @brief
*
**/
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
class Solution {
public:
int lengthOfLIS(vector<int>& nums) {
int len = nums.size();
if (len<=0) {
return 0;
}
vector<int> dp(len, 0);
dp[0]=1;
int maxlen = 0;
for (int i=1;i<len;i++) {
maxlen = 0;
for (int j=0;j<i;j++) {
if (nums[i] > nums[j]) {
maxlen = max(dp[j],maxlen);
}
}
dp[i] = maxlen+1;
}
for (auto i:dp) {
cout << i << " ";
}
cout << endl;
maxlen = 1;
for (int i=0;i<len;i++) {
if (maxlen<dp[i]) {
maxlen = dp[i];
}
}
return maxlen;
}
};
int main() {
Solution s;
vector<int> nums = {10,9,2,5,3,4};
//vector<int> nums = {0};
int ret = s.lengthOfLIS(nums);
cout << ret << endl;
return 0;
}
| [
"kiorffen_tang@163.com"
] | kiorffen_tang@163.com |
8a3e287e5e92c7b59a087e1b0f9adf1f13b12f1a | d65519a17c3dbff0143c7eddd3512ad389f44843 | /MainCode/MainCode.ino | 9cdf825ef7531d28b82607d239a880ef70fa117e | [] | no_license | Andrewana/PhaseC_Sarbot_Group_8 | b31896a8a0750b2ac5058653a8737b12f16dd44b | 152a4b6a08cd60f548babbc0d06420829d2c0265 | refs/heads/master | 2020-12-25T19:14:52.356755 | 2014-04-03T20:50:10 | 2014-04-03T20:50:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,518 | ino | #include <Wire.h>
#include <L3G.h>
#include <Servo.h>
//TROUBLESHOOTING
//IF ROBOT DOESN'T STOP AT 90 DEGREE TURNS, RECALIBRATE COMPASS AT MAZE
//IF ENCODER DOESN'T COUNT PROPERLY, MOVE ENCODER DISK CLOSER
//IF ROBOT MOVES BACKWARDS, MOVE THE FRONT DIGITAL SENSORS CLOSER TO THE CENTER OF BOT
#define minerPosition 0
#define startPosition 1
boolean goal = minerPosition;
Servo servolift; // create servo object to control a servo
// a maximum of eight servo objects can be created
Servo servograb;
volatile long totalCount = 0;
//Define all 2 encoder, 2 Ir sensor
int backLeftIR = 0; //right back
int backRightIR = 0;
int FrontLeftIR = 0; //right front
int FrontRightIR = 0; //left
//Set Power motor level
double refLeftMotor = 0;
double refRightMotor = 0;
//current set motor speed
double leftMotor;
double rightMotor;
//Digital Pin out configuration for motor shield
int E1 = 6;
int M1 = 7; //left motor
int E2 = 5;
int M2 = 4; //right motor
//timer
unsigned long referenceTimer = 0;
unsigned long currentTimer = 0;
unsigned long differenceTimer = 0;
//Wheel Encoder values
int leftEncoderValue = 0;
int leftEncoderPreviousState = 0;
int leftEncoderCurrentState = 0;
int rightEncoderValue = 0;
int rightEncoderPreviousState = 0;
int rightEncoderCurrentState = 0;
long leftEncoderCounter = 0;
long rightEncoderCounter = 0;
int cellDistance = 6; //should be 14!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
double distanceTravelled = 0;
//Define all four headings of compass; mini
L3G gyro;
int currentHeading = 0;
int setHeading = 0;
//Variables to track location of robot
int x = 1;
int y = 0;
int setDirection = 1;
//Boolean to ignore corridors
boolean ignore = true; //////////////////////////////MUST BE FALSE/////////////////////////////
//Instructions that the robot will follow, enter the following commands in the list
//"stop","straight","left","right","finish"
String instructionList[] = {
"left",
"right",
"right",
"left"};
int instructionCounter = 0;
int locationCounter = 0;
void setup() {
Serial.begin(9600);
Serial.println("sizeof(instructionList");
Serial.println(sizeof(instructionList)/sizeof(instructionList[0]));
servolift.attach(11);
servograb.attach(12);
//Motor Pin Modes
pinMode(M1, OUTPUT);
pinMode(M2, OUTPUT);
pinMode(E1, OUTPUT);
pinMode(E2, OUTPUT);
//digitalWrite(2, HIGH); // turn on pullup resistor
attachInterrupt(0,updateLeftEncoder, RISING);
attachInterrupt(1,updateRightEncoder, RISING);
//Front Left Digital Sensor Pin Mode, it wasn't put on analog ports because there aren't any left
// pinMode(2,INPUT);
// pinMode(3,INPUT);
Serial.println("Digital Pins configured.");
//GYRO SETTINGS: CALIBRATE THE COMPASS IN THE LAB
Wire.begin();
if (!gyro.init())
{
Serial.println("Failed to autodetect gyro type!");
while (1);
}
Serial.println("Gyro Loaded.");
gyro.enableDefault();
//SERVOLIFT 15 = all the way down, 160 = all the way up
//SERVOGRAB 55 = all the way closed, 180 = all the way open
servolift.write(160);
servograb.write(180);
delay(3000);
clearEncoder();
//test();
}
void updateLeftEncoder(){
totalCount++;
}
void updateRightEncoder(){
totalCount++;
}
void test(){
moveForward();
long currentCount = totalCount;
long countDifference = 0;
while (countDifference <4200){
countDifference = totalCount-currentCount;
moveForward();
}
tapBrake(75,500);
shutdownRobot();
}
void goStraight(){
digitalWrite(M2,HIGH);
digitalWrite(M1,HIGH);
analogWrite(E2, 0); //PWM Speed Control
analogWrite(E1, 45); //PWM Speed Control
}
void loop(){
updateAllSensors();
if (totalCount>2400){
ignore = false;
}
if (backLeftIR <= 170 && ignore == false || backRightIR <= 170 && ignore == false) //Sees right hallway if right sees more than 8cm
{
if (totalCount<4800){
long currentCount = totalCount;
long countDifference = 0;
driveMotor(-62,-58);
while (countDifference < 250){
countDifference = totalCount - currentCount;
}
}
else{
totalCount = 0;
moveForward();
while (totalCount<500){
moveForward();
}
}
totalCount = 0;
nextInstruction();
ignore = true;
totalCount = 0;
clearEncoder();
}
else//Go straight using compass and PID
{
moveForward();
}
}
void pickup(){
//SERVOLIFT 15 = all the way down, 160 = all the way up
//SERVOGRAB 55 = all the way closed, 180 = all the way open
for (int i = 170; i>15; i=i-2){
servolift.write(i); // lower arm all the way down
delay(10);
}
delay(500);
for (int i = 180; i>55; i=i-3){ // close claw
servograb.write(i);
delay(7);
}
delay(500);
for (int i = 15; i<160; i=i+2){
servolift.write(i); // lower arm all the way down
delay(40);
}
delay(500);
}
void updateAllSensors(){
backLeftIR = analogRead(0);
backRightIR = analogRead(1);
FrontLeftIR = digitalRead(10);
FrontRightIR = digitalRead(9);
// Serial.print("analog0");
// Serial.println(backLeftIR);
// Serial.print(" analog0");
// Serial.println(backRightIR);
}
void tapBrake(int a, int b){
driveMotor(-leftMotor/abs(leftMotor)*80,-rightMotor/abs(rightMotor)*80);
delay(a);
driveMotor(0,0);
delay(b);
}
void brakeTires(){
driveMotor(leftMotor/abs(leftMotor)*44,rightMotor/abs(rightMotor)*58);
delay(100);
driveMotor(0,0);
delay(250);
}
void moveForward(){
updateAllSensors();
long currentCount = totalCount;
long countDifference = 0;
if (FrontLeftIR == LOW){ //FRONT LEFT IR DETECTED A WALL. ROTATE RIGHT
tapBrake(75,300);
driveMotor(30, 0);
while (countDifference < 200){
countDifference = totalCount - currentCount;
}
tapBrake(75,300);
}
else if (FrontRightIR == LOW){ //FRONT RIGHT IR DETECTED A WALL. ROTATE LEFT
tapBrake(75,300);
driveMotor(0, 30);
while (countDifference < 200){
countDifference = totalCount - currentCount;
}
tapBrake(75,300);
}
else{
driveMotor(62,53);
}
}
void nextInstruction(){
if (instructionList[instructionCounter] == "stop"){
shutdownRobot();
}
else if (instructionList[instructionCounter] == "straight"){
//do nothing
}
else if (instructionList[instructionCounter] == "left"){
Serial.println("Turning to left");
rotate("left");
setDirection -= 1;
if (setDirection<0){
setDirection = 3;
}
}
else if (instructionList[instructionCounter] == "right"){
Serial.println("Turning to right");
rotate("right");
setDirection += 1;
if (setDirection>3){
setDirection = 0;
}
}
else if (instructionList[instructionCounter] == "pickup"){
Serial.println("Pickup miner");
}
instructionCounter ++;
//this is triggered after the last instruction is triggered
if (instructionCounter > sizeof(instructionList)/sizeof(instructionList[0]) - 1){
Serial.println("POSITIONED IN FRONT OF MINER.");
if (goal == minerPosition){
moveForward();
long currentCount = totalCount;
long countDifference = 0;
while (countDifference <300){
countDifference = totalCount-currentCount;
moveForward();
}
tapBrake(75,500);
pickup();
currentCount = totalCount;
countDifference = 0;
moveForward();
while (countDifference < 2400){
countDifference = totalCount-currentCount;
moveForward();
}
tapBrake(75,200);
rotate("left");
rotate("left");
flipInstructions();
instructionCounter = 0;
goal = startPosition;
totalCount = 0;
for (int i=0; i<2; i++){
Serial.println(instructionList[i]);
}
}
else if (goal == startPosition){
long currentCount = totalCount;
long countDifference = 0;
moveForward();
while (countDifference < 2400){
countDifference = totalCount-currentCount;
moveForward();
}
tapBrake(90,300);
shutdownRobot();
}
}
}
void flipInstructions(){
int size = sizeof(instructionList)/sizeof(instructionList[0]);
for (int i = 0; i<size; i++){
if (instructionList[i] == "left"){
instructionList[i] = "right";
}
else if (instructionList[i] == "right"){
instructionList[i] = "left";
}
}
String instructionList2[size];
for (int i = 0;i<size; i++){
instructionList2[i] = instructionList[i];
}
int j = size;
for (int i = 0; i<size; i++){
instructionList[i] = instructionList2[size-1-i];
}
}
void shutdownRobot(){
brakeTires();
while (1){
Serial.println("Shutdown complete. Please reset robot.");
delay(5000);
}
}
void driveMotor(int newLeftMotor, int newRightMotor){
if (newLeftMotor <= 0){
digitalWrite(M2,LOW);
}
else{
digitalWrite(M2,HIGH);
}
if (newRightMotor <= 0){
digitalWrite(M1,LOW);
}
else{
digitalWrite(M1,HIGH);
}
leftMotor = newLeftMotor;
rightMotor = newRightMotor;
newLeftMotor = abs(newLeftMotor);
newRightMotor = abs(newRightMotor);
analogWrite(E2, newLeftMotor); //PWM Speed Control
analogWrite(E1, newRightMotor); //PWM Speed Control
}
void rotate(char* rotationDir){ //rotate the robot| rotationDir: 0 turns cc, 1 turns ccw toDir: up; right;down;left
long total = 0;
gyro.read();
tapBrake(95,300);
gyro.read();
total += gyro.g.x;
driveMotor(-37,37);
if (rotationDir == "left"){
Serial.println("DIAGNOSING||||||||||||||||Starting Left Rotating");
while (total>-830000){
gyro.read();
Serial.println(total);
total += gyro.g.y;
delay(10);
}
}
else if (rotationDir == "right"){
driveMotor(37,-37);
while (total<830000){
gyro.read();
Serial.println(total);
total += gyro.g.y;
delay(10);
}
}
Serial.println("DIAGNOSING||||||||||||||||Finish Rotating");
Serial.print("LeftMotor:");
Serial.println(leftMotor);
Serial.print("RightMotor:");
Serial.println(rightMotor);
tapBrake(75,300);
}
int getRightEncoderCounter(){
int a = rightEncoderCounter;
return a;
}
int getLeftEncoderCounter(){
int a = leftEncoderCounter;
return a;
}
void clearLeftEncoderCounter(){
leftEncoderCounter = 0;
}
void clearRightEncoderCounter(){
leftEncoderCounter = 0;
}
void clearEncoder(){
leftEncoderCounter = 0;
rightEncoderCounter = 0;
}
| [
"andrew.573@hotmail.com"
] | andrew.573@hotmail.com |
7ce9a31579fd4b108337210d9b14365f22edad13 | 36aac418c0742bb1da59c45f1746662c37c8d378 | /chrome/browser/chromeos/arc/accessibility/arc_accessibility_info_data.h | 168426d35b895b12ce922d6cd48eee8e6206c058 | [
"BSD-3-Clause"
] | permissive | qianjianxin/chromium | 42e87f8684c29831bb5d196b44d74a33078155cd | 436a929ab681aeadb71b4578607cb8f58d69059b | refs/heads/master | 2022-11-29T11:32:42.266249 | 2018-11-07T11:18:20 | 2018-11-07T11:18:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,711 | h | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_ARC_ACCESSIBILITY_ARC_ACCESSIBILITY_INFO_DATA_H_
#define CHROME_BROWSER_CHROMEOS_ARC_ACCESSIBILITY_ARC_ACCESSIBILITY_INFO_DATA_H_
#include "components/arc/common/accessibility_helper.mojom.h"
namespace ui {
struct AXNodeData;
} // namespace ui
namespace arc {
// ArcAccessibilityInfoData represents a single ARC++ node or window. This class
// can be used by AXTreeSourceArc to encapsulate ARC-side information which maps
// to a single AXNodeData.
class ArcAccessibilityInfoData {
public:
virtual ~ArcAccessibilityInfoData() = default;
// True if this ArcAccessibilityInfoData represents an Android node, false
// if it represents an Android window.
virtual bool IsNode() const = 0;
// These getters return nullptr if the class doesn't hold the specified type
// of data.
virtual mojom::AccessibilityNodeInfoData* GetNode() const = 0;
virtual mojom::AccessibilityWindowInfoData* GetWindow() const = 0;
virtual int32_t GetId() const = 0;
virtual const gfx::Rect GetBounds() const = 0;
virtual bool IsVisibleToUser() const = 0;
virtual bool IsFocused() const = 0;
virtual bool CanBeAccessibilityFocused() const = 0;
virtual void PopulateAXRole(ui::AXNodeData* out_data) const = 0;
virtual void PopulateAXState(ui::AXNodeData* out_data) const = 0;
virtual void Serialize(ui::AXNodeData* out_data) const = 0;
virtual const std::vector<int32_t>* GetChildren() = 0;
};
} // namespace arc
#endif // CHROME_BROWSER_CHROMEOS_ARC_ACCESSIBILITY_ARC_ACCESSIBILITY_INFO_DATA_H_
| [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
8c39e4332f0fcad1613ad20afcf621c0c71df3f7 | 9030ce2789a58888904d0c50c21591632eddffd7 | /SDK/ARKSurvivalEvolved_FPV_Spear_AnimBP_parameters.hpp | b50838353643ffc744d48b18a006430f9d2a211f | [
"MIT"
] | permissive | 2bite/ARK-SDK | 8ce93f504b2e3bd4f8e7ced184980b13f127b7bf | ce1f4906ccf82ed38518558c0163c4f92f5f7b14 | refs/heads/master | 2022-09-19T06:28:20.076298 | 2022-09-03T17:21:00 | 2022-09-03T17:21:00 | 232,411,353 | 14 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 698 | hpp | #pragma once
// ARKSurvivalEvolved (332.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_FPV_Spear_AnimBP_classes.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
// Function FPV_Spear_AnimBP.FPV_Spear_AnimBP_C.ExecuteUbergraph_FPV_Spear_AnimBP
struct UFPV_Spear_AnimBP_C_ExecuteUbergraph_FPV_Spear_AnimBP_Params
{
int EntryPoint; // (Parm, ZeroConstructor, IsPlainOldData)
};
}
#ifdef _MSC_VER
#pragma pack(pop)
#endif
| [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
f82dfc7954e3bd41f76a2a5fef758352210b9f6c | dd5b5e5ee5476d1eeffc4987e1aeec94e047e6dd | /testCase/cavity/0.128/phi | f1ad2845e3076d340d20249a7ccde398537cbc6a | [] | no_license | Cxb1993/IBM-3D | 5d4feca0321090d570089259a558585a67a512ec | 2fceceb2abf1fc9e80cb2c449cc14a8d54e41b89 | refs/heads/master | 2020-05-24T01:14:02.684839 | 2018-10-23T13:15:20 | 2018-10-23T13:15:20 | 186,721,487 | 1 | 0 | null | 2019-05-15T00:39:55 | 2019-05-15T00:39:55 | null | UTF-8 | C++ | false | false | 2,207,340 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class surfaceScalarField;
location "0.128";
object phi;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 3 -1 0 0 0 0];
oriented oriented;
internalField nonuniform List<scalar>
187200
(
3.47994e-06
3.89409e-06
-7.38902e-06
5.33448e-05
-2.28404e-05
-2.70236e-05
7.17069e-05
-7.14608e-06
-1.12145e-05
8.62914e-05
-5.79059e-06
-8.79297e-06
9.85666e-05
-4.31291e-06
-7.96191e-06
0.000113214
-4.49839e-06
-1.01487e-05
0.000128381
-2.39758e-06
-1.27688e-05
0.000146823
-2.50085e-06
-1.59405e-05
0.000165507
-6.99237e-07
-1.79831e-05
0.00018299
1.8723e-07
-1.76698e-05
0.000203131
-1.46405e-06
-1.86755e-05
0.000219989
2.23977e-06
-1.90982e-05
0.000224559
6.91687e-06
-1.14867e-05
0.000213015
1.67296e-05
-5.18488e-06
0.000183809
2.38119e-05
5.39305e-06
0.000158145
1.50523e-05
1.06108e-05
0.000121856
1.0797e-05
2.54915e-05
8.05797e-05
2.11694e-05
2.01067e-05
-9.86406e-06
7.90822e-05
1.13624e-05
-0.000164487
0.000132658
2.1965e-05
-0.000440735
0.000219415
5.68331e-05
-0.000628084
0.000220204
-3.28549e-05
-0.000777564
0.000269927
-0.000120449
-0.000820678
0.000288372
-0.000245259
-0.00080888
0.00032144
-0.000333237
-0.000740617
0.00035085
-0.000419113
-0.000630933
0.000377967
-0.000487651
-0.000490387
0.000395193
-0.000535739
-0.000316514
0.000387397
-0.000561271
-0.000146429
0.000373701
-0.000543786
-1.7872e-05
0.000341075
-0.000469632
6.32263e-05
0.000293541
-0.000374638
9.27986e-05
0.000229552
-0.000259123
8.29511e-05
0.000166897
-0.000157049
5.12607e-05
0.000115161
-8.34697e-05
2.62714e-05
7.47824e-05
-4.97918e-05
9.18114e-06
4.98311e-05
-3.27397e-05
-1.40788e-07
3.62168e-05
-2.68944e-05
-4.8213e-06
2.52831e-05
-2.06017e-05
1.61295e-05
-2.09512e-05
-4.45852e-06
3.04006e-05
-2.20471e-05
3.6052e-05
-2.31375e-05
-4.02106e-05
7.37776e-05
-1.43643e-05
-3.05054e-05
0.000103367
-8.72393e-06
-2.6655e-05
0.000122906
9.27283e-07
-2.47787e-05
0.000137771
8.86204e-06
-2.82244e-05
0.000146918
2.14159e-05
-3.29595e-05
0.00015327
2.96278e-05
-3.84786e-05
0.000155112
4.58604e-05
-4.83992e-05
0.000144168
6.47965e-05
-5.36646e-05
0.000110018
0.000104696
-7.20096e-05
5.51325e-05
0.000143422
-8.62966e-05
-1.94959e-05
0.000175575
-9.40297e-05
-0.000108706
0.000210424
-0.000104485
-0.00021489
0.00026037
-0.000130376
-0.000360515
0.000326518
-0.000165842
-0.000514314
0.000404523
-0.000239927
-0.000676656
0.000481823
-0.000298311
-0.000828549
0.000593506
-0.000362531
-0.000991066
0.000705849
-0.000410674
-0.00115915
0.000830438
-0.000442946
-0.00126412
0.000914021
-0.000588843
-0.00134486
0.00101684
-0.00066618
-0.00134483
0.00105316
-0.00076481
-0.00127234
0.00109948
-0.000850529
-0.00113553
0.00112435
-0.000910314
-0.00094953
0.00113482
-0.000942857
-0.000727397
0.00111437
-0.000941315
-0.000502361
0.00106096
-0.000898597
-0.000279
0.000979539
-0.000829199
-8.5151e-05
0.000851196
-0.000703969
7.40915e-05
0.000709029
-0.000574729
0.000150703
0.000562037
-0.000409096
0.000174706
0.000429866
-0.00028697
0.000155886
0.000314779
-0.000180796
0.000120931
0.000229704
-0.000119965
8.23674e-05
0.000170176
-8.17803e-05
4.90922e-05
0.000133047
-6.35538e-05
2.02868e-05
0.000101957
-4.7868e-05
6.63676e-05
-2.99533e-05
1.29457e-05
2.80345e-05
-1.0578e-05
4.76019e-05
-2.02329e-05
-3.75584e-05
8.56358e-05
-1.09379e-05
-4.14588e-05
0.000112398
7.67202e-06
-4.31572e-05
0.00012465
3.57344e-05
-4.70583e-05
0.000128934
6.17897e-05
-5.72104e-05
0.000120752
9.36962e-05
-6.40981e-05
0.000108452
0.000125709
-8.37799e-05
7.99969e-05
0.000180889
-0.000106572
2.80545e-05
0.00024224
-0.000125501
-4.69569e-05
0.000315951
-0.000136243
-0.000140712
0.000393903
-0.000156724
-0.000281026
0.000491642
-0.000175752
-0.000440806
0.000590402
-0.000220198
-0.000617075
0.000695573
-0.000258935
-0.00077876
0.000800532
-0.000312329
-0.00091437
0.000911745
-0.000371612
-0.00103177
0.00102745
-0.000428228
-0.00114852
0.00118613
-0.000475865
-0.00128512
0.00134721
-0.000504763
-0.00142377
0.00147759
-0.000508499
-0.00149674
0.00158232
-0.000595328
-0.00153564
0.00167607
-0.00062033
-0.00151203
0.00168914
-0.000659582
-0.00142723
0.0017147
-0.000700025
-0.00129325
0.00170288
-0.000712502
-0.00112397
0.00166728
-0.000701739
-0.000929821
0.00158714
-0.000666913
-0.000725627
0.00147229
-0.000615525
-0.000512301
0.00131985
-0.000553639
-0.000339688
0.00114906
-0.000470473
-0.000183323
0.000957452
-0.000404788
-6.27588e-05
0.000758417
-0.000316944
2.03454e-05
0.000594716
-0.000247954
5.41399e-05
0.000456045
-0.00017506
6.55208e-05
0.000352793
-0.000134471
5.95639e-05
0.000278738
-0.000102604
4.30713e-05
0.000232387
-8.28465e-05
2.00433e-05
0.000181397
-5.64118e-05
0.000117488
-3.10766e-05
1.53359e-05
2.94148e-05
-1.67148e-05
4.74971e-05
-3.27571e-06
-4.91165e-05
8.04975e-05
1.58859e-05
-5.98228e-05
9.53487e-05
5.86723e-05
-6.58504e-05
9.71433e-05
0.00010462
-7.06795e-05
8.55506e-05
0.000157507
-8.41242e-05
6.59007e-05
0.000222185
-0.000108839
3.0067e-05
0.000295459
-0.000133916
-2.19489e-05
0.000396262
-0.000163357
-9.95207e-05
0.000502084
-0.000182272
-0.000211487
0.000626693
-0.000198775
-0.000344817
0.000747237
-0.000220003
-0.000487954
0.00087226
-0.00023748
-0.000623801
0.000981881
-0.000255633
-0.000752642
0.00110395
-0.000279537
-0.000867732
0.00122531
-0.000309688
-0.000970619
0.00135563
-0.000341001
-0.00106022
0.00147297
-0.000355925
-0.0011565
0.00164044
-0.000358025
-0.0012692
0.00177996
-0.000320059
-0.00140428
0.00186363
-0.000250963
-0.00146702
0.00192659
-0.000281525
-0.00150377
0.00197244
-0.000259623
-0.00148328
0.00192871
-0.000260064
-0.00141663
0.0019149
-0.000266853
-0.00131871
0.00186028
-0.000255321
-0.00119845
0.00178414
-0.000237133
-0.00106296
0.00166619
-0.000214542
-0.000916326
0.0015163
-0.00019064
-0.00075831
0.00134643
-0.000184588
-0.000582048
0.00115714
-0.000184348
-0.000412319
0.000974213
-0.00018649
-0.000264201
0.000792296
-0.000181998
-0.000141363
0.000646441
-0.000174564
-6.01194e-05
0.000530179
-0.000155378
-4.6213e-06
0.000432754
-0.000135459
2.50521e-05
0.00036412
-0.000115054
3.37903e-05
0.000317246
-9.35961e-05
2.03423e-05
0.000255922
-6.10781e-05
0.000165568
-2.77376e-05
1.40032e-05
4.80474e-05
-3.26347e-05
4.79208e-05
3.57031e-05
-7.28946e-05
8.19787e-05
7.41092e-05
-9.22801e-05
9.07484e-05
0.000144672
-9.47683e-05
7.87662e-05
0.000221202
-0.0001046
4.9827e-05
0.000307888
-0.000121442
1.03816e-05
0.00041461
-0.000152979
-3.4226e-05
0.000522003
-0.000181937
-8.30335e-05
0.000652723
-0.000207654
-0.000148739
0.000788149
-0.000220359
-0.000230736
0.000933463
-0.000224772
-0.000324324
0.0010636
-0.000222773
-0.000430606
0.00119555
-0.000217011
-0.000548693
0.0013169
-0.000216927
-0.000660976
0.00143276
-0.000216528
-0.000758662
0.00153759
-0.000214597
-0.000838368
0.00163836
-0.000203022
-0.00089802
0.00170202
-0.000169403
-0.00097559
0.00180565
-8.76415e-05
-0.00108174
0.0018798
6.31698e-06
-0.00123162
0.00189539
0.000118112
-0.00130041
0.00187465
0.000120738
-0.00135437
0.00188443
0.000141969
-0.00136293
0.00180815
0.000129118
-0.00134201
0.00178129
0.00011269
-0.00130175
0.00171618
0.000103839
-0.00124386
0.00163834
8.79205e-05
-0.00118039
0.0015289
7.38256e-05
-0.00109144
0.0013976
2.9748e-05
-0.000975974
0.00124757
-1.66168e-05
-0.000834263
0.0010837
-6.82642e-05
-0.000668184
0.000929578
-0.000121444
-0.000496584
0.00077428
-0.000153584
-0.000335208
0.000651431
-0.000166367
-0.0001996
0.000563171
-0.0001686
-9.51194e-05
0.000481967
-0.000153692
-2.56305e-05
0.000425166
-0.000130535
1.43067e-05
0.00038245
-0.000105141
1.86511e-05
0.000314853
-6.32756e-05
0.000206155
-2.19388e-05
6.88465e-06
0.000100363
-5.91997e-05
4.70133e-05
0.000111555
-0.000115979
8.16387e-05
0.000175534
-0.000136049
8.688e-05
0.000273991
-0.00013456
6.71791e-05
0.00037553
-0.000134627
2.51601e-05
0.000500645
-0.000150738
-7.57998e-06
0.000634814
-0.000187463
-3.13344e-05
0.000767396
-0.000221638
-6.87547e-05
0.000925451
-0.000235306
-0.000124236
0.00106902
-0.000225395
-0.000186637
0.00120374
-0.000207871
-0.000256223
0.00131881
-0.00018563
-0.000326214
0.00142581
-0.000160272
-0.000392008
0.00151451
-0.000131824
-0.000452868
0.00159188
-9.82592e-05
-0.000498923
0.00164419
-6.05431e-05
-0.000554588
0.00168162
1.24023e-05
-0.000631607
0.00169197
8.70683e-05
-0.000714365
0.001714
0.000174408
-0.000821544
0.00169986
0.000287115
-0.000981019
0.00169846
0.000356404
-0.00107175
0.00160607
0.000359305
-0.00116312
0.00160945
0.000366356
-0.00121973
0.00151655
0.000348203
-0.00125109
0.00149085
0.000321794
-0.0012673
0.00143431
0.000298082
-0.0012706
0.0013786
0.000263051
-0.00126097
0.00129855
0.000220719
-0.00123074
0.00120229
0.00016507
-0.00115003
0.00109742
6.94469e-05
-0.00103875
0.000981597
-9.17385e-06
-0.000879314
0.000865466
-9.53274e-05
-0.000697752
0.000751239
-0.000158521
-0.000509967
0.000656465
-0.000192819
-0.000330788
0.000587041
-0.000203049
-0.000188346
0.000521264
-0.000181738
-7.80033e-05
0.000469207
-0.000154382
-7.22575e-06
0.000430584
-0.000118911
1.42737e-05
0.000362877
-6.95231e-05
0.000240376
-1.99498e-05
5.59736e-06
0.000186639
-9.18726e-05
5.35854e-05
0.000228407
-0.000164839
9.29203e-05
0.000318406
-0.000182207
0.000101522
0.000440645
-0.000175256
7.86547e-05
0.000569831
-0.000171433
3.56594e-05
0.000728779
-0.000185137
2.52736e-05
0.000869279
-0.000224077
8.76063e-06
0.0010158
-0.000231889
-1.02749e-05
0.00116538
-0.00022089
-4.13512e-05
0.00128844
-0.000188343
-7.99855e-05
0.00139611
-0.000153738
-0.000130574
0.00148415
-0.000114744
-0.00018445
0.0015528
-7.31099e-05
-0.000234552
0.0015926
-2.79847e-05
-0.00028173
0.00161114
2.79126e-05
-0.000320681
0.00159498
8.81574e-05
-0.000365055
0.00157599
0.000150002
-0.000405702
0.00151308
0.000219544
-0.000489442
0.00148294
0.000314804
-0.00057357
0.00138606
0.000397929
-0.000741811
0.0013921
0.000474601
-0.000856622
0.00124245
0.000478434
-0.000972713
0.00126033
0.000465211
-0.0010784
0.00118745
0.000434791
-0.00116186
0.00118172
0.000392598
-0.0012333
0.00115135
0.000354385
-0.0012928
0.00113073
0.000307372
-0.00133201
0.00108893
0.000248821
-0.00134785
0.00103975
0.000178385
-0.00130066
0.000979333
7.08891e-05
-0.00121992
0.000898242
2.61913e-06
-0.00108252
0.000811803
-8.37377e-05
-0.000894024
0.000723742
-0.000161001
-0.000676995
0.00064276
-0.000203323
-0.000445699
0.000588254
-0.000232508
-0.000268982
0.000555298
-0.000210751
-0.000122609
0.000507595
-0.000184757
-2.83129e-05
0.00047473
-0.000138441
1.16485e-05
0.000404022
-8.1103e-05
0.000273273
-2.12484e-05
9.27187e-06
0.000302098
-0.00012473
6.87407e-05
0.000380587
-0.000211648
0.000112748
0.000496184
-0.000221785
0.000126381
0.000625579
-0.000198567
0.000107326
0.000768447
-0.000179561
0.000100164
0.000931955
-0.000196012
0.000111094
0.00107631
-0.000217956
0.000106668
0.00122295
-0.00020272
0.000101105
0.00134166
-0.000170717
6.99888e-05
0.00144809
-0.000128533
3.10788e-05
0.0015241
-8.90805e-05
-1.09555e-05
0.00157074
-4.45624e-05
-5.61561e-05
0.00158829
9.71057e-06
-9.82945e-05
0.00156816
6.65769e-05
-0.000136499
0.00152606
0.000123292
-0.000176346
0.00145008
0.00018475
-0.000216637
0.00137418
0.000242102
-0.000255074
0.00126015
0.000291364
-0.000313979
0.00119572
0.000346129
-0.000398395
0.00106062
0.000409857
-0.000538101
0.00107229
0.000459515
-0.000690619
0.000928481
0.000466488
-0.000825734
0.000954675
0.000440771
-0.000974248
0.000918955
0.000417005
-0.0010976
0.000930738
0.000374325
-0.00120747
0.00092648
0.000334751
-0.00130559
0.000932689
0.000296154
-0.00138246
0.000920779
0.000245017
-0.00142725
0.000905277
0.000179271
-0.00141953
0.000864674
0.000106935
-0.00135896
0.000808868
2.88068e-05
-0.00124062
0.000738587
-4.51269e-05
-0.00105344
0.000671748
-0.000135187
-0.000831599
0.000617298
-0.000196378
-0.000583844
0.000569588
-0.00022909
-0.000358324
0.000569193
-0.000239414
-0.000177227
0.000532325
-0.000205827
-5.44837e-05
0.000510184
-0.000158199
5.60323e-06
0.000437429
-9.34928e-05
0.00030245
-2.35717e-05
2.39284e-05
0.000431159
-0.000152988
0.000113382
0.00054542
-0.000254286
0.000188187
0.000682744
-0.000261365
0.000216318
0.000816851
-0.000219402
0.000198077
0.000974567
-0.000187879
0.000197959
0.00112131
-0.000189234
0.000206357
0.00125595
-0.000188037
0.000207956
0.00138169
-0.000160342
0.000193789
0.00147795
-0.000122126
0.000168575
0.00154535
-7.20381e-05
0.000134138
0.00157992
-2.13907e-05
9.33562e-05
0.00158162
2.99075e-05
4.53868e-05
0.00154822
8.80366e-05
1.61718e-06
0.00147779
0.000134145
-3.89207e-05
0.0013843
0.000182297
-7.93856e-05
0.00126409
0.000226459
-0.000118805
0.00115152
0.000262081
-0.000166696
0.0010199
0.000288144
-0.000217267
0.000936054
0.000310235
-0.000313752
0.000811669
0.00034544
-0.000420608
0.000807795
0.000371352
-0.000594303
0.000709806
0.000392369
-0.000738946
0.000726793
0.000372524
-0.000906824
0.000725588
0.000361245
-0.00105168
0.000745918
0.000329677
-0.00118344
0.000762698
0.000295542
-0.00130863
0.00078022
0.000277654
-0.0014117
0.000790022
0.000233825
-0.00148775
0.000780211
0.000201123
-0.00151356
0.000747327
0.000143154
-0.00147643
0.000702442
6.92963e-05
-0.00137181
0.000653625
-1.96594e-05
-0.0011932
0.000596891
-0.000103749
-0.00095531
0.000553262
-0.000173858
-0.000689045
0.000517328
-0.000214007
-0.000435927
0.000544327
-0.000228251
-0.000225938
0.000546695
-0.00022436
-7.40281e-05
0.000532218
-0.000173945
-8.12058e-07
0.000469593
-0.000105381
0.000329726
-2.80871e-05
4.38597e-05
0.000559194
-0.000171895
0.00015548
0.000718586
-0.000284787
0.000256886
0.000867939
-0.000286602
0.000295875
0.00100396
-0.000226102
0.000295602
0.00115089
-0.000176046
0.000293829
0.00127937
-0.000156286
0.000288114
0.00139987
-0.000138202
0.000290623
0.00148997
-0.000110789
0.00028187
0.00155506
-6.83533e-05
0.000253024
0.00158802
-1.38257e-05
0.000214775
0.00158232
3.58502e-05
0.000163689
0.00153867
9.40297e-05
0.000111427
0.00146344
0.000137049
6.07924e-05
0.00135011
0.000178315
1.51178e-05
0.00121945
0.000210524
-3.03202e-05
0.00107407
0.000235459
-7.18461e-05
0.000944257
0.00024879
-0.0001223
0.000815218
0.000255137
-0.000167095
0.000726664
0.000254187
-0.000266371
0.000636322
0.000274623
-0.00035459
0.000611232
0.000284781
-0.000526828
0.000564421
0.000317623
-0.000678764
0.000565947
0.000312783
-0.000844213
0.000576737
0.000314301
-0.000994314
0.000597543
0.000298476
-0.00113792
0.000619863
0.000286437
-0.00127721
0.000646118
0.000273397
-0.00140778
0.000653398
0.000267192
-0.00150426
0.000643968
0.000232721
-0.001555
0.000620779
0.000177288
-0.00154227
0.000588979
0.000100736
-0.00145986
0.000551438
1.97742e-05
-0.00130056
0.000515402
-7.78037e-05
-0.00106682
0.000484575
-0.00016506
-0.00079751
0.000453209
-0.000205187
-0.000510959
0.000473979
-0.000216201
-0.000279114
0.000521391
-0.000206542
-0.000102462
0.00053573
-0.000180162
-1.03665e-05
0.000487369
-0.000109874
0.000351264
-3.19045e-05
6.07629e-05
0.000672868
-0.000174437
0.000199264
0.00088039
-0.000300306
0.000325538
0.00104037
-0.000298702
0.000381155
0.00117273
-0.00022438
0.000396797
0.00129697
-0.00016172
0.000384101
0.00140572
-0.000113659
0.000373532
0.00150036
-8.99254e-05
0.000357168
0.00156422
-5.78902e-05
0.000339482
0.00159595
-2.3204e-05
0.000313596
0.00158945
2.4449e-05
0.000267465
0.00154779
8.06689e-05
0.000208261
0.00146373
0.00013415
0.000148421
0.00135189
0.000171389
9.0013e-05
0.00120814
0.00020038
3.65757e-05
0.00105517
0.000217724
-1.21163e-05
0.000899226
0.000223533
-5.55008e-05
0.000767264
0.000220379
-0.000106114
0.000650796
0.000215037
-0.000152851
0.000567207
0.000206196
-0.000242428
0.000506062
0.000219836
-0.000326814
0.000467486
0.000228133
-0.000475559
0.000448401
0.000264766
-0.000620288
0.000437832
0.000272844
-0.000772516
0.000443898
0.000285067
-0.000916121
0.000461448
0.0002797
-0.00106441
0.000481022
0.000287129
-0.00122072
0.000502313
0.00030011
-0.00136466
0.000507262
0.000290076
-0.0014844
0.000506306
0.000257404
-0.00156412
0.000494283
0.000206221
-0.00159056
0.000467868
0.000147544
-0.00153441
0.000445572
4.97186e-05
-0.00139516
0.000416616
-4.0464e-05
-0.00115775
0.000396364
-0.0001492
-0.000867998
0.000378932
-0.00021547
-0.000567081
0.000397592
-0.00022453
-0.000313084
0.000464844
-0.000197449
-0.000116829
0.000522946
-0.00018347
-1.55865e-05
0.000497473
-0.000111347
0.000371705
-3.60282e-05
7.25807e-05
0.000768046
-0.000167759
0.00023622
0.00102203
-0.00030528
0.000384648
0.00119458
-0.000302638
0.000458745
0.00131581
-0.000217182
0.000484016
0.0014135
-0.000141807
0.00046884
0.00149755
-7.66521e-05
0.000447335
0.00156449
-4.26221e-05
0.000414396
0.00160047
-3.30774e-06
0.000372953
0.00160407
3.33189e-05
0.00033074
0.00156779
6.38831e-05
0.000287788
0.00149116
9.95797e-05
0.000219995
0.00137638
0.000155143
0.000152992
0.00123076
0.000188136
8.83722e-05
0.0010666
0.000206161
3.23075e-05
0.000903165
0.000208067
-1.6125e-05
0.000746679
0.000200981
-5.56281e-05
0.000618794
0.000187974
-0.000100412
0.000515264
0.000180316
-0.000145683
0.000438101
0.000174377
-0.000222866
0.000392614
0.000190631
-0.000300409
0.000343614
0.000201416
-0.000424385
0.000335146
0.000237232
-0.000545501
0.000307047
0.000251902
-0.000676878
0.000306164
0.000269113
-0.000811016
0.000314109
0.000281476
-0.000959299
0.000329887
0.000299418
-0.00111889
0.000347466
0.000314434
-0.00127455
0.000362387
0.000300536
-0.00141239
0.000370347
0.000273801
-0.00151765
0.000370014
0.00022953
-0.00155749
0.000365486
0.000142218
-0.0015419
0.000343599
8.63812e-05
-0.00144781
0.000315773
6.75579e-06
-0.0012612
0.000294638
-8.4879e-05
-0.000976252
0.000286699
-0.000192718
-0.000645694
0.00030852
-0.000241484
-0.000353448
0.000381893
-0.000209297
-0.000144588
0.000475056
-0.000160968
-2.35836e-05
0.000494022
-0.000117553
0.000388407
-4.02852e-05
8.21842e-05
0.000834108
-0.000148246
0.000268733
0.00113317
-0.000297687
0.000441402
0.001318
-0.000296089
0.000531757
0.00142624
-0.000200782
0.00055885
0.00150231
-0.000115901
0.000547175
0.00155785
-4.8625e-05
0.000511549
0.0015941
6.01136e-06
0.000463963
0.00160644
4.16154e-05
0.000399772
0.00158104
8.72199e-05
0.000332771
0.00151691
0.000117878
0.000270358
0.00141567
0.0001379
0.00020633
0.00127602
0.000164383
0.000133919
0.00111178
0.000191384
6.601e-05
0.000935194
0.000199312
1.02085e-05
0.000767339
0.000191628
-3.29545e-05
0.000616198
0.000173644
-6.53707e-05
0.000493673
0.000157537
-9.82895e-05
0.000397083
0.0001511
-0.000135756
0.000321944
0.000153624
-0.000195512
0.000278342
0.00017403
-0.000260092
0.000217267
0.000190929
-0.000358918
0.000211399
0.000222575
-0.000453524
0.000165912
0.000235743
-0.000562028
0.000160843
0.000253826
-0.00068603
0.000162069
0.000276042
-0.000831714
0.000175729
0.000299842
-0.000987043
0.000196242
0.000306553
-0.00114562
0.000218454
0.00030251
-0.00129601
0.000234866
0.000285877
-0.00142436
0.000244665
0.000253697
-0.00152005
0.000243515
0.000217664
-0.00155664
0.00021826
0.000161919
-0.00150029
0.000181601
7.78243e-05
-0.00133708
0.000148604
-1.71701e-05
-0.00107073
0.000146916
-0.000126566
-0.000724414
0.000181037
-0.000218836
-0.000386846
0.000283346
-0.000239023
-0.000154033
0.000411615
-0.000169373
-3.05417e-05
0.000473771
-0.00010324
0.000402906
-4.50396e-05
8.54815e-05
0.000876256
-0.000127629
0.000289075
0.00121375
-0.000284174
0.000483489
0.00140842
-0.000284833
0.000588777
0.00150586
-0.00018491
0.000618227
0.00156229
-8.94338e-05
0.000605636
0.00159398
-2.35406e-05
0.000558538
0.00160175
3.94475e-05
0.000490636
0.00158003
9.43164e-05
0.000411062
0.00153167
0.000128953
0.000325283
0.00144609
0.000156602
0.000241647
0.00132582
0.000173485
0.000166501
0.00117082
0.000180353
9.02846e-05
0.000996885
0.000191117
2.43031e-05
0.00081333
0.000187846
-2.64338e-05
0.000645756
0.000172321
-5.8221e-05
0.00049948
0.000148504
-7.64548e-05
0.000379999
0.000131908
-9.2748e-05
0.000284879
0.000128497
-0.000117267
0.000208081
0.000138383
-0.000155532
0.000154694
0.000161915
-0.000209011
8.7297e-05
0.000183452
-0.000277506
6.95412e-05
0.000210354
-0.00034949
1.71726e-05
0.000220724
-0.000439415
9.6215e-06
0.000241148
-0.000546661
5.66273e-06
0.000263653
-0.000672782
2.25617e-05
0.000279288
-0.000816456
4.71653e-05
0.000292751
-0.000971171
7.74083e-05
0.000295762
-0.00113607
0.000104151
0.000295618
-0.00129664
0.000115161
0.000290068
-0.00142894
0.000108726
0.000267093
-0.00150925
7.99985e-05
0.000218564
-0.00150774
3.70777e-05
0.000143018
-0.00139671
-6.95181e-06
4.45254e-05
-0.00116149
-2.60978e-05
-6.22119e-05
-0.000835775
1.55836e-05
-0.000160257
-0.000456435
0.000132079
-0.000228075
-0.000179055
0.000329493
-0.000195258
-3.01114e-05
0.00043591
-0.000111086
0.000420434
-4.76395e-05
8.98855e-05
0.000878969
-9.25981e-05
0.000309374
0.00125036
-0.000256091
0.000522399
0.00145861
-0.00026322
0.000640363
0.00155065
-0.000162749
0.000669871
0.00158974
-5.6959e-05
0.000648603
0.00159868
1.65667e-05
0.000588499
0.0015788
8.30598e-05
0.000505818
0.00153056
0.000132152
0.000411365
0.00145854
0.000167584
0.000309359
0.00135429
0.000193801
0.000209078
0.00121943
0.000206674
0.000120065
0.00105627
0.000203562
3.97857e-05
0.000878772
0.000198392
-2.25979e-05
0.00069597
0.000179744
-6.41626e-05
0.000532505
0.000154815
-8.40481e-05
0.000390722
0.000128644
-8.74995e-05
0.000273069
0.000110382
-8.69066e-05
0.000174828
0.000109459
-9.40548e-05
9.10359e-05
0.000124195
-0.000107895
2.08269e-05
0.000147711
-0.000144917
-4.93921e-05
0.000173713
-0.0001877
-7.81579e-05
0.000190483
-0.000250956
-0.000122065
0.000202495
-0.000322125
-0.000138504
0.000219295
-0.000404815
-0.000144532
0.000232885
-0.000512213
-0.000117969
0.00024793
-0.000641642
-8.89926e-05
0.000265588
-0.000790089
-6.14667e-05
0.000287321
-0.000954402
-3.63219e-05
0.000304785
-0.00112749
-2.27796e-05
0.000311028
-0.00129261
-2.55386e-05
0.000299382
-0.00142126
-5.49916e-05
0.00026364
-0.0014765
-0.000106986
0.000199304
-0.00142149
-0.00017199
0.000110028
-0.00122916
-0.000214737
-3.69165e-06
-0.000914965
-0.000193632
-0.000104979
-0.000531418
-6.59059e-05
-0.000185564
-0.000186385
0.000191176
-0.000206714
-4.21532e-05
0.000401765
-0.000110087
0.000422093
-4.38156e-05
8.69789e-05
0.000860534
-6.85438e-05
0.000315799
0.00125303
-0.000231498
0.000542766
0.00147542
-0.000243769
0.000672117
0.00156667
-0.000145371
0.000706469
0.0015929
-3.75051e-05
0.000673194
0.00157288
5.90778e-05
0.000601977
0.00153208
0.000117929
0.000506699
0.00146086
0.000164978
0.000398371
0.00137045
0.000196413
0.000283253
0.00125258
0.000216832
0.000168449
0.00110892
0.000225314
6.59249e-05
0.000941786
0.000217005
-2.07205e-05
0.000765175
0.000200242
-8.84351e-05
0.000591402
0.000172282
-0.000126008
0.000430909
0.00013917
-0.000131444
0.00028628
0.000109879
-0.000114666
0.000163323
9.29693e-05
-8.9976e-05
5.89214e-05
9.1217e-05
-7.23125e-05
-3.60427e-05
0.000109417
-6.12198e-05
-0.000122551
0.000132288
-8.65383e-05
-0.000175995
0.000151923
-0.000113292
-0.000218695
0.000167291
-0.000160641
-0.000254379
0.000179663
-0.000217074
-0.000274829
0.000192758
-0.000284464
-0.000285256
0.000208111
-0.000356605
-0.000274244
0.000228416
-0.000464667
-0.000232058
0.000251128
-0.000595329
-0.000206771
0.000275967
-0.000754125
-0.000175721
0.000298196
-0.000930684
-0.000161971
0.000315751
-0.0011145
-0.00016034
0.000318617
-0.00127894
-0.000189187
0.000298637
-0.00138893
-0.000244335
0.000247339
-0.00139823
-0.000328623
0.000165927
-0.00127547
-0.000400089
6.25952e-05
-0.000999425
-0.000415914
-5.37638e-05
-0.000630727
-0.000291172
-0.000143435
-0.000246066
-1.4639e-05
-0.000178845
-3.58019e-05
0.000316255
-0.000124749
0.000428429
-4.21396e-05
0.000101347
0.000764464
-5.27673e-06
0.000340566
0.00119066
-0.000176841
0.000578061
0.00143555
-0.000197626
0.000718479
0.00153077
-0.000104523
0.000745943
0.00154859
1.68458e-05
0.00070135
0.00151473
0.000102742
0.000612829
0.00145467
0.000165939
0.000500985
0.00136566
0.000207045
0.000378686
0.00126071
0.000232042
0.000252108
0.00113158
0.000247573
0.000131065
0.000983525
0.000246433
2.42128e-05
0.00081738
0.000231257
-6.58072e-05
0.00065247
0.000202725
-0.000126955
0.000486591
0.000165959
-0.000153291
0.000331696
0.00012555
-0.000147405
0.000188419
9.19756e-05
-0.000124419
6.8536e-05
7.18004e-05
-8.26885e-05
-5.35749e-05
7.07674e-05
-4.14277e-05
-0.000158831
8.15292e-05
-2.08918e-05
-0.000240455
9.73697e-05
-2.02348e-05
-0.00029738
0.000120729
-2.80153e-05
-0.000346349
0.000135434
-5.81387e-05
-0.000378706
0.000154449
-0.000102276
-0.000399308
0.000168615
-0.000163477
-0.00041024
0.000186185
-0.000238868
-0.000408952
0.0002101
-0.000315356
-0.000390524
0.000234955
-0.000424908
-0.000360077
0.000262857
-0.000569888
-0.000318401
0.00028766
-0.000736806
-0.000307044
0.000311992
-0.00092503
-0.000299311
0.000327195
-0.00110897
-0.000327589
0.000322343
-0.00125837
-0.000384099
0.000289164
-0.00132701
-0.000481516
0.000221537
-0.00126677
-0.000584426
0.000124092
-0.00103953
-0.000659235
1.60814e-05
-0.000680578
-0.000561738
-8.83865e-05
-0.000294642
-0.000255759
-0.000144818
-2.79195e-05
0.000187187
-0.000137652
0.000430704
-3.01899e-05
9.53642e-05
0.000649987
1.91132e-05
0.00032882
0.00111747
-0.000160272
0.000579014
0.00137948
-0.00019412
0.000734589
0.00147279
-9.75952e-05
0.000768846
0.00147864
3.56859e-05
0.000725051
0.00142603
0.000132498
0.000629656
0.00135081
0.000199247
0.000504116
0.00125472
0.000236481
0.000367968
0.00114482
0.000252036
0.000228142
0.00101341
0.000257995
9.34352e-05
0.000867695
0.000250537
-2.8443e-05
0.000713631
0.000225628
-0.000118102
0.000552216
0.000189913
-0.000176376
0.000392465
0.0001524
-0.000196904
0.000242799
0.000109425
-0.000181266
9.94203e-05
7.33628e-05
-0.000138975
-2.42104e-05
5.04562e-05
-8.06572e-05
-0.000151246
3.93543e-05
-2.28096e-05
-0.000255809
3.91312e-05
2.46025e-05
-0.000341175
5.33078e-05
5.21833e-05
-0.00040317
7.82083e-05
5.16782e-05
-0.000452017
0.000106172
3.62089e-05
-0.000491394
0.000128156
9.46512e-06
-0.000518428
0.000145863
-3.73932e-05
-0.000528886
0.000165505
-0.000106205
-0.000527778
0.000187639
-0.000191578
-0.000519324
0.000214175
-0.000283943
-0.000508278
0.000240567
-0.000398495
-0.000477381
0.000273532
-0.000543788
-0.000468247
0.000306499
-0.000723027
-0.000450514
0.000330443
-0.00091606
-0.000474887
0.000340333
-0.0010987
-0.000528036
0.000326582
-0.00122091
-0.000639852
0.000280541
-0.00122313
-0.000783287
0.000201084
-0.00107063
-0.00090537
9.36372e-05
-0.000739868
-0.000876285
-1.62199e-05
-0.000355035
-0.0005448
-9.57927e-05
-4.11777e-05
-2.87925e-05
-9.78805e-05
0.00038291
6.62071e-06
0.000128293
0.000434267
8.74278e-05
0.0003367
0.000979993
-7.09259e-05
0.000586991
0.00125956
-0.000130377
0.000746658
0.00135892
-4.57931e-05
0.000782567
0.00136674
7.59927e-05
0.000725946
0.00131173
0.000170915
0.0006131
0.00122645
0.000237208
0.000473423
0.00111904
0.000275349
0.00032851
0.00100306
0.000286668
0.000180625
0.000877709
0.000283589
3.94727e-05
0.000746193
0.000262655
-7.33349e-05
0.000605718
0.000220721
-0.000153809
0.000461226
0.000171464
-0.000207483
0.00031268
0.000133459
-0.000223439
0.000164224
9.45333e-05
-0.000197603
1.53692e-05
5.82164e-05
-0.000141903
-0.00010085
2.09404e-05
-7.69868e-05
-0.000214817
-1.3443e-06
-3.17871e-06
-0.000321281
-8.33713e-06
6.06863e-05
-0.000415
9.95884e-06
0.000106982
-0.000487414
3.79486e-05
0.000134289
-0.000545177
6.58516e-05
0.000133957
-0.000584384
9.33216e-05
0.000110801
-0.000611653
0.000116379
6.74315e-05
-0.000625956
0.00014044
1.34537e-05
-0.000637568
0.00016377
-6.14188e-05
-0.000633881
0.000189429
-0.00015548
-0.000631659
0.000217445
-0.000256835
-0.000624452
0.000248425
-0.000385111
-0.000623328
0.000283359
-0.000544229
-0.000616815
0.000325419
-0.000723082
-0.0006558
0.000359768
-0.000912568
-0.000711056
0.000372504
-0.00106789
-0.000831539
0.000347009
-0.00114059
-0.000985131
0.000274541
-0.00106262
-0.00115347
0.00017014
-0.000809405
-0.00118323
5.37284e-05
-0.0003823
-0.000939726
-3.21785e-05
-6.58472e-05
-0.000290604
-5.46426e-05
0.000272977
4.40861e-05
0.000113471
0.000250153
7.06427e-05
0.000297663
0.000870188
-7.4387e-05
0.000547782
0.00114729
-0.000137849
0.000715218
0.00124609
-5.46149e-05
0.0007745
0.00123891
6.85491e-05
0.000737456
0.00117429
0.000174487
0.000641499
0.00108092
0.000241489
0.000502696
0.000983023
0.000274824
0.000343405
0.000887867
0.000274486
0.00017885
0.000785584
0.00025668
2.46496e-05
0.000672101
0.000228293
-0.000103134
0.000551004
0.000182498
-0.000186706
0.000416573
0.000128226
-0.000244344
0.000278262
9.20562e-05
-0.000256194
0.000119522
5.65514e-05
-0.00023854
-1.31882e-05
1.09053e-05
-0.000176999
-0.000138098
-2.42916e-05
-9.49513e-05
-0.000242193
-5.4673e-05
-7.61926e-06
-0.000353297
-5.53177e-05
7.36262e-05
-0.000456919
-3.9328e-05
0.000134086
-0.000541442
-6.43235e-06
0.000176836
-0.000609747
2.18198e-05
0.000199008
-0.000657302
5.07465e-05
0.000204435
-0.000694186
7.71066e-05
0.000184777
-0.000709888
0.000103591
0.000136197
-0.000721007
0.00013202
6.79123e-05
-0.000723953
0.000158356
-1.10028e-05
-0.000735946
0.000183204
-0.000112056
-0.000734725
0.000211326
-0.000226717
-0.000755633
0.000246971
-0.000364631
-0.000769877
0.000290976
-0.00053855
-0.00082442
0.00034254
-0.000740713
-0.000895125
0.000386231
-0.000933768
-0.0010407
0.000402216
-0.00106921
-0.00121823
0.000368539
-0.00106161
-0.00143907
0.000277995
-0.000890729
-0.00152556
0.00017144
-0.000494409
-0.00138425
4.82083e-05
-9.16263e-05
-0.000711732
1.83448e-05
0.000107742
7.36111e-05
7.39396e-05
0.00011526
6.09525e-05
0.000278832
0.000737673
-7.2378e-05
0.00052566
0.00103243
-0.000131974
0.000710022
0.00114268
-8.09445e-05
0.000783054
0.00113939
2.64819e-05
0.000741755
0.00107799
0.000137595
0.000629632
0.000991353
0.000201687
0.000475043
0.000899937
0.000237674
0.000311425
0.000810814
0.000240671
0.000152602
0.000721263
0.000223144
4.15689e-06
0.000625123
0.000195424
-0.000117193
0.00051856
0.000153794
-0.000212454
0.000407084
0.000104749
-0.000268624
0.000277629
5.68023e-05
-0.000283843
0.000119381
1.53604e-05
-0.000260458
-8.78495e-06
-2.77864e-05
-0.000193553
-0.000133495
-7.15065e-05
-0.000105927
-0.000234486
-9.53343e-05
-1.32357e-05
-0.000345134
-0.000100856
7.5399e-05
-0.000455732
-8.98234e-05
0.000152724
-0.000547301
-7.14666e-05
0.000211399
-0.000629766
-3.86545e-05
0.000245707
-0.000690679
-9.31077e-07
0.000258985
-0.000734934
2.74706e-05
0.000251659
-0.000761414
5.8851e-05
0.000224143
-0.000785945
9.24543e-05
0.000171455
-0.000795895
0.000124631
9.66078e-05
-0.000815135
0.000154036
1.73602e-05
-0.000833179
0.000177702
-7.54023e-05
-0.00087005
0.000207183
-0.000183457
-0.000907294
0.000245474
-0.000319776
-0.000988758
0.000300657
-0.000503691
-0.00107709
0.000365877
-0.000723277
-0.00124053
0.000419412
-0.00092381
-0.00145594
0.00043824
-0.00101322
-0.00174075
0.000391094
-0.000918184
-0.00190829
0.000287704
-0.000625196
-0.00185149
0.000174247
-0.00017472
-0.00122344
6.12256e-05
-0.000174231
0.000107255
2.96801e-05
5.59345e-05
2.96451e-05
0.000227622
0.000622328
-8.25986e-05
0.000457897
0.000945649
-0.000143491
0.000648507
0.00106205
-0.000109981
0.000733367
0.00106371
-9.17923e-06
0.000713981
0.00100593
9.14496e-05
0.000623925
0.000921989
0.000159421
0.000487022
0.000836796
0.000200044
0.000329206
0.000760511
0.000208118
0.000164934
0.000688985
0.00019655
9.87884e-06
0.000611727
0.00016845
-0.000128131
0.000522006
0.000134564
-0.000231604
0.000426526
8.40304e-05
-0.000292205
0.000313291
2.49387e-05
-0.000315669
0.000172751
-2.9906e-05
-0.000289503
4.46684e-05
-7.96184e-05
-0.000226434
-7.852e-05
-0.000118045
-0.000132963
-0.000187323
-0.000140636
-3.19986e-05
-0.000293464
-0.000152637
6.80876e-05
-0.0004053
-0.000150517
0.000159207
-0.000504759
-0.00013366
0.000233953
-0.000595876
-0.000108636
0.000291024
-0.0006699
-7.78489e-05
0.000325632
-0.000733041
-3.65e-05
0.000332153
-0.000772493
4.55912e-06
0.000313208
-0.000807358
4.03566e-05
0.00027183
-0.000828327
7.38113e-05
0.000206997
-0.000859064
0.00010876
0.00011905
-0.000881556
0.000136326
1.77031e-05
-0.000933829
0.000165127
-9.6279e-05
-0.000995485
0.000202174
-0.000238077
-0.00110921
0.000262254
-0.000406725
-0.00124785
0.000339407
-0.000595823
-0.00146892
0.000417493
-0.000790516
-0.00172305
0.000461803
-0.000917936
-0.00206431
0.000450973
-0.000894447
-0.00229889
0.000367109
-0.000666411
-0.00232114
0.000241615
-0.000273262
-0.00173369
0.000117103
-0.000555082
0.000107589
1.69425e-05
6.4936e-06
3.24978e-05
0.000198681
0.000504115
-6.35269e-05
0.000417036
0.000851568
-0.000124273
0.000612394
0.000977389
-0.0001107
0.000709672
0.000995172
-2.87343e-05
0.000703391
0.000943854
6.83579e-05
0.000623148
0.000867392
0.000134841
0.000490483
0.00078805
0.000181412
0.000333018
0.000723417
0.000194558
0.000168939
0.000666981
0.000186082
1.20052e-05
0.000608321
0.000160339
-0.000130999
0.000538437
0.000126573
-0.000240996
0.000459739
7.67842e-05
-0.00030686
0.000366851
1.23035e-05
-0.000337174
0.000257998
-5.49332e-05
-0.000310675
0.000127197
-0.000109028
-0.000249802
1.24239e-05
-0.000151819
-0.000155217
-0.000107913
-0.000173995
-5.1317e-05
-0.000207754
-0.00018961
5.56547e-05
-0.000315104
-0.000197168
0.000156211
-0.000420056
-0.000185259
0.000245342
-0.000520171
-0.000164835
0.000314797
-0.000605171
-0.000134183
0.000365198
-0.00068144
-0.000102004
0.000383267
-0.000741353
-4.92072e-05
0.000374821
-0.000793902
-5.01013e-06
0.000343558
-0.000828287
3.1224e-05
0.000294176
-0.000874162
6.44796e-05
0.000227038
-0.000909529
9.51142e-05
0.000140122
-0.000972139
0.000125227
2.89009e-05
-0.00103943
0.000155166
-0.000112199
-0.00117061
0.000202498
-0.000306012
-0.00133068
0.000276652
-0.00053889
-0.00160283
0.000366795
-0.000777661
-0.00192589
0.000441615
-0.000940256
-0.00235474
0.000453024
-0.000958681
-0.00266941
0.000388947
-0.000744175
-0.00279238
0.00025673
-0.000364467
-0.0022535
0.000140106
-0.00104796
0.000128414
4.77008e-06
-3.24726e-05
3.41956e-05
0.000163762
0.000396471
-5.13483e-05
0.00037499
0.00075564
-0.0001153
0.00056879
0.000892215
-0.000108625
0.000685064
0.000926577
-4.76788e-05
0.00069726
0.00088289
4.87694e-05
0.000635176
0.000813835
0.000115641
0.000514909
0.000743418
0.000164899
0.000364152
0.000690302
0.000183871
0.000205081
0.00064708
0.000178972
4.66683e-05
0.000609807
0.000156927
-0.000106089
0.000565255
0.00012594
-0.000233809
0.000510588
7.68717e-05
-0.000313745
0.000439191
7.59579e-06
-0.000343512
0.00035524
-6.74748e-05
-0.000329591
0.000247156
-0.000133882
-0.000266029
0.000134412
-0.000185551
-0.000177594
1.39029e-05
-0.000210252
-6.79946e-05
-9.39055e-05
-0.000223448
4.31741e-05
-0.00019509
-0.000231184
0.000146557
-0.000302345
-0.000221094
0.000248204
-0.000407621
-0.000214197
0.000331969
-0.000502139
-0.000186797
0.000393137
-0.000588624
-0.000153985
0.000425077
-0.000659663
-0.000113631
0.00042295
-0.000731309
-6.04666e-05
0.000393069
-0.000784297
-1.41074e-05
0.000345105
-0.000845387
1.9189e-05
0.000274345
-0.000895157
5.63912e-05
0.000186017
-0.000976774
9.2964e-05
7.80113e-05
-0.00105879
0.000127365
-5.12929e-05
-0.00120885
0.000167543
-0.000222358
-0.00138985
0.000230233
-0.000429946
-0.00170383
0.000308586
-0.000666506
-0.00206585
0.000376519
-0.00085238
-0.00256301
0.000394141
-0.000905766
-0.00295832
0.000342297
-0.000715773
-0.00319395
0.000211572
-0.000353019
-0.00271424
9.79842e-05
-0.00146367
6.26866e-05
8.31831e-06
-7.51683e-05
3.43767e-05
0.000134036
0.000311272
-4.05188e-05
0.000340077
0.000649898
-0.000100298
0.000530872
0.000801919
-0.000100499
0.000662323
0.000847563
-5.2438e-05
0.000692433
0.000816455
3.63233e-05
0.000648912
0.000755306
0.000102049
0.000544756
0.00069458
0.000152995
0.000405833
0.000652594
0.00017663
0.000253379
0.00062265
0.000176886
9.70421e-05
0.000606825
0.000159321
-6.1648e-05
0.000590747
0.0001332
-0.000205099
0.000565418
8.86218e-05
-0.000302471
0.000519238
1.73256e-05
-0.000345656
0.000461581
-6.31558e-05
-0.000336468
0.000373515
-0.000135547
-0.000278702
0.000276512
-0.000199865
-0.000189451
0.000163224
-0.000238573
-8.46617e-05
5.01726e-05
-0.000248866
2.88429e-05
-5.88522e-05
-0.000249743
0.000133377
-0.000158279
-0.000248601
0.000237323
-0.000264013
-0.000247555
0.000330835
-0.000365263
-0.00023039
0.000403018
-0.000463017
-0.000197791
0.000446582
-0.00054874
-0.000154488
0.000453989
-0.000633886
-0.00010483
0.000429008
-0.000703266
-5.60478e-05
0.000383245
-0.000784295
-1.53276e-05
0.000315358
-0.000850429
2.3161e-05
0.000222832
-0.000947401
6.31538e-05
0.000101586
-0.00103457
9.70374e-05
-3.97131e-05
-0.00119946
0.000131912
-0.000217221
-0.0013956
0.000183256
-0.000442473
-0.00173239
0.000253811
-0.000692638
-0.00214018
0.000324498
-0.000876589
-0.00271983
0.000340775
-0.000929337
-0.00319797
0.000292395
-0.000729872
-0.00355061
0.000157201
-0.000350838
-0.00313647
4.31905e-05
-0.00182008
5.56398e-06
4.78406e-06
-0.0001069
2.69473e-05
0.000110569
0.000236846
-3.13587e-05
0.000307239
0.000543215
-8.99876e-05
0.000492221
0.000714073
-9.71377e-05
0.000637042
0.000765633
-6.28914e-05
0.00069079
0.000746715
1.59919e-05
0.000671633
0.000692291
8.21729e-05
0.000591858
0.00063901
0.000135345
0.000470789
0.00060772
0.000165944
0.000327864
0.000589629
0.000175948
0.000174059
0.000593268
0.000167365
1.50083e-05
0.00060254
0.00014726
-0.000137489
0.000606505
0.000111411
-0.00026309
0.000591276
5.35622e-05
-0.000324371
0.000561177
-3.83151e-05
-0.000333468
0.000497776
-0.000115164
-0.000285625
0.000421748
-0.000193078
-0.000196209
0.000317355
-0.000243546
-8.95801e-05
0.000213275
-0.000269732
1.16715e-05
0.000109797
-0.000269901
0.000122295
-8.88625e-07
-0.000268014
0.000225099
-9.41893e-05
-0.000272628
0.000319069
-0.000207453
-0.000251783
0.000398656
-0.000315111
-0.000227494
0.000449415
-0.000411703
-0.000187795
0.000464171
-0.00051012
-0.000138521
0.000441267
-0.000592219
-8.81439e-05
0.000389938
-0.0006854
-4.75642e-05
0.000314121
-0.000757477
-1.71356e-05
0.000205154
-0.000862841
2.44101e-05
7.11268e-05
-0.000962543
6.19981e-05
-8.32407e-05
-0.00113858
9.34878e-05
-0.000277612
-0.00134045
0.000139226
-0.000511002
-0.0017017
0.000202705
-0.000774309
-0.0021525
0.000275629
-0.000957022
-0.00282775
0.000290633
-0.000994962
-0.00340378
0.000243745
-0.000742126
-0.00388067
7.72264e-05
-0.000321549
-0.0035078
-4.92369e-05
-0.00204481
-9.68141e-05
2.88337e-06
-0.000135013
2.52296e-05
8.87509e-05
0.000174258
-2.32788e-05
0.000272863
0.000432677
-7.3573e-05
0.000453984
0.00062124
-8.82891e-05
0.000606212
0.000677293
-6.38879e-05
0.000685895
0.000668366
-1.33235e-06
0.000692169
0.00061912
6.68974e-05
0.000640441
0.000567559
0.00012318
0.000542545
0.000543483
0.000162134
0.00041519
0.000532835
0.000184152
0.000269193
0.000550709
0.000188557
0.000115289
0.000576806
0.000179639
-4.79272e-05
0.000610702
0.000159019
-0.000197337
0.000624487
0.000116198
-0.000288879
0.000622263
3.0457e-05
-0.000311794
0.000593873
-7.31805e-05
-0.000273673
0.000539849
-0.000156221
-0.000195887
0.000461741
-0.000222169
-8.12732e-05
0.00036321
-0.000264548
1.70174e-05
0.000272784
-0.000261277
0.000119656
0.000151547
-0.000255074
0.00021493
6.84212e-05
-0.000257884
0.000293139
-3.41145e-05
-0.000251547
0.000369124
-0.000156778
-0.000234316
0.000425721
-0.000267044
-0.000201258
0.000447861
-0.000376875
-0.000155384
0.000427778
-0.000467204
-0.000104931
0.000374786
-0.000567237
-6.51694e-05
0.000300128
-0.000645431
-3.73865e-05
0.00020483
-0.000764478
-3.06411e-06
7.35589e-05
-0.000862945
3.16745e-05
-8.94534e-05
-0.00104199
6.64251e-05
-0.000316417
-0.0012295
0.00011602
-0.00058796
-0.00162157
0.000191414
-0.000901397
-0.00211869
0.000279622
-0.00111944
-0.00291019
0.000300482
-0.00116774
-0.00360994
0.000254471
-0.000877263
-0.00423616
6.50102e-05
-0.000389004
-0.00391294
-8.31204e-05
-0.00226961
-0.000164203
-2.90656e-06
-0.000153667
2.15612e-05
7.18745e-05
0.000118716
-1.92384e-05
0.000237287
0.000328256
-6.09913e-05
0.000416446
0.000528136
-8.60548e-05
0.000571182
0.000591989
-6.94319e-05
0.000676457
0.000586313
-2.32192e-05
0.000713267
0.000539493
4.28179e-05
0.0006912
0.000486491
0.000103136
0.000620382
0.0004633
0.000151002
0.00051495
0.000451561
0.000186706
0.000384979
0.000473471
0.000207209
0.00023605
0.000509624
0.00021611
8.12659e-05
0.000555596
0.00020989
-7.93473e-05
0.000594943
0.000190157
-0.00020754
0.000621305
0.000129152
-0.000255952
0.000626349
1.59369e-05
-0.000215338
0.000603818
-0.000104581
-0.000147168
0.000558275
-0.000164705
-5.5729e-05
0.000486138
-0.000214368
3.04082e-05
0.000416293
-0.000229647
9.45071e-05
0.000297656
-0.000210209
0.000184124
0.000202618
-0.000223813
0.000269441
9.24233e-05
-0.000211852
0.000333231
-9.3955e-06
-0.000211169
0.00038236
-0.000125176
-0.000190996
0.0004065
-0.000248933
-0.000152081
0.000394218
-0.000347367
-0.000107555
0.000353111
-0.00045436
-7.1771e-05
0.000291758
-0.000537886
-4.61914e-05
0.000202894
-0.000657156
-1.8458e-05
6.6869e-05
-0.000747528
2.061e-05
-0.00010358
-0.000927195
5.56557e-05
-0.000347533
-0.00109834
0.000112798
-0.00065092
-0.00151808
0.00019989
-0.00101522
-0.00206533
0.000310937
-0.00127818
-0.00299302
0.000345789
-0.00134378
-0.00384951
0.000305166
-0.00102979
-0.00465831
0.000108162
-0.000477288
-0.00436928
-9.61628e-05
-0.00255497
-0.000191919
-6.97696e-06
-0.000167304
2.06138e-05
6.18981e-05
6.54579e-05
-1.56157e-05
0.000195391
0.00024163
-4.68664e-05
0.000371015
0.00043134
-7.88263e-05
0.000525999
0.000504961
-6.79553e-05
0.000648388
0.00049567
-3.17443e-05
0.000716014
0.000443879
2.79901e-05
0.000725985
0.00038488
9.16414e-05
0.000687057
0.000358197
0.000144033
0.000606739
0.000344273
0.000187608
0.000497392
0.000361814
0.000221005
0.000364238
0.000396308
0.00024647
0.000212656
0.000450098
0.000257081
5.91213e-05
0.000495707
0.000252771
-7.47515e-05
0.000539605
0.000215574
-0.000152131
0.0005735
0.000130228
-0.00015071
0.000597881
4.51623e-06
-0.000102762
0.000597161
-8.68343e-05
-4.13502e-05
0.000552765
-0.000128038
2.81482e-05
0.000493729
-0.000146935
7.66564e-05
0.000390752
-0.000141603
0.000145353
0.000302703
-0.00016878
0.000215196
0.000192129
-0.000169547
0.000280601
9.22504e-05
-0.000167049
0.000333406
-2.70894e-05
-0.000150891
0.000366877
-0.000155771
-0.000126634
0.000369839
-0.000259271
-9.1055e-05
0.00034465
-0.000366782
-6.23905e-05
0.000277749
-0.000439224
-3.17588e-05
0.000195011
-0.000565399
-9.01879e-06
6.87411e-05
-0.000646135
2.48769e-05
-0.000101788
-0.000817511
6.08451e-05
-0.000360588
-0.000964806
0.000125261
-0.000704333
-0.00140569
0.000231355
-0.00113945
-0.00199469
0.000364481
-0.00148124
-0.00307687
0.000425638
-0.00160368
-0.00412029
0.000393216
-0.00129849
-0.00515132
0.000187809
-0.000677261
-0.00492775
-6.27515e-05
-0.00305701
-0.000175212
-1.22244e-05
-0.000171294
1.62159e-05
4.76932e-05
2.0924e-05
-1.53827e-05
0.00014974
0.000181581
-4.1997e-05
0.000316515
0.000340147
-7.55807e-05
0.000472474
0.000422376
-7.33722e-05
0.000608481
0.00040797
-4.83048e-05
0.000711015
0.000338332
3.01418e-06
0.000750487
0.000281301
6.41086e-05
0.000742442
0.000244947
0.000121297
0.000694853
0.000217983
0.000173881
0.00061544
0.000222554
0.000218673
0.000498832
0.000261388
0.000251528
0.000362288
0.000310129
0.000276514
0.000214772
0.000358073
0.000285151
7.90908e-05
0.000410253
0.000265035
-2.39278e-05
0.000465913
0.000210605
-5.6535e-05
0.000523353
0.000107136
-3.49918e-05
0.00055663
1.89863e-05
1.93805e-06
0.000546089
-3.02555e-05
4.55719e-05
0.000504892
-5.47978e-05
6.15294e-05
0.000426492
-5.16968e-05
0.00011319
0.000348899
-9.7855e-05
0.000182126
0.000239864
-0.000116672
0.00025961
0.000145123
-0.000130356
0.000320004
2.88117e-05
-0.000116294
0.000357719
-9.47407e-05
-9.8746e-05
0.000384159
-0.000210808
-7.49002e-05
0.000375927
-0.000305205
-5.33447e-05
0.000321784
-0.000367664
-1.7416e-05
0.000249639
-0.000498532
5.2759e-06
0.000112407
-0.000546181
3.72775e-05
-5.77458e-05
-0.000710364
6.30047e-05
-0.00033287
-0.000837928
0.000148246
-0.000706658
-0.00127652
0.00024462
-0.00120621
-0.00188881
0.000393666
-0.00164419
-0.00311709
0.000478201
-0.00186977
-0.00436001
0.0004653
-0.00160366
-0.00566153
0.000244101
-0.000925919
-0.00557042
-3.50826e-05
-0.00381382
-0.000169106
-1.53682e-05
-0.000171545
1.56196e-05
2.03446e-05
-8.32014e-06
-6.46735e-06
0.000104633
0.000127229
-2.9935e-05
0.000245273
0.00025934
-5.9831e-05
0.000403725
0.000334291
-7.0366e-05
0.000555881
0.00031196
-5.61458e-05
0.000670264
0.000247053
-2.31019e-05
0.000744198
0.000180435
2.69345e-05
0.000767358
0.000132073
8.97165e-05
0.000748732
9.26801e-05
0.00014393
0.000691745
8.53459e-05
0.000194196
0.000610702
9.80444e-05
0.000244388
0.00049918
0.000151847
0.000269804
0.000370043
0.000197611
0.000289599
0.000247881
0.000251031
0.000281384
0.000135579
0.000326843
0.000251373
7.41497e-05
0.000398956
0.000185825
5.57187e-05
0.000453819
0.000121241
4.99477e-05
0.000478934
7.29246e-05
5.33649e-05
0.000458932
4.25452e-05
4.07536e-05
0.000414707
2.43962e-05
8.96512e-05
0.000341164
-4.11615e-05
0.000148356
0.000246891
-6.57344e-05
0.000235748
0.000157016
-9.92841e-05
0.000306014
4.55815e-05
-8.70363e-05
0.00036688
-7.30305e-05
-8.25765e-05
0.000406418
-0.000182449
-6.78962e-05
0.000405764
-0.000256778
-4.77709e-05
0.00035257
-0.00030178
-1.26895e-05
0.000280587
-0.000438398
1.18489e-05
0.000134862
-0.000454725
5.42693e-05
-3.5404e-05
-0.000610515
7.04153e-05
-0.000299674
-0.000717292
0.000143633
-0.000667276
-0.00115073
0.000241809
-0.00121223
-0.00174738
0.000403533
-0.00176425
-0.00308209
0.00051702
-0.00212777
-0.00452406
0.000527575
-0.00194513
-0.00614431
0.000300139
-0.00123077
-0.00628548
7.02619e-07
-0.0048603
-0.000184304
-2.41279e-05
-0.000157232
9.81473e-06
-1.11666e-05
-1.85184e-05
-2.76088e-06
4.75405e-05
9.02785e-05
-2.17542e-05
0.000172635
0.000179937
-4.56906e-05
0.000325347
0.000251496
-6.99163e-05
0.000487384
0.000215678
-6.57531e-05
0.000621578
0.000162866
-5.00053e-05
0.000726879
8.29475e-05
-7.81352e-06
0.000787852
2.77447e-05
4.33559e-05
0.000802954
-2.66343e-05
0.000104214
0.000776862
-4.25955e-05
0.000154035
0.000716064
-4.32077e-05
0.000202051
0.0006339
-8.54247e-06
0.000242553
0.00052634
4.41768e-05
0.000260993
0.000409974
0.000101178
0.000266219
0.000311123
0.00017943
0.000246264
0.000232219
0.000272133
0.000205726
0.000174497
0.00034681
0.000164732
0.000130412
0.000399206
0.000123812
8.24431e-05
0.000403495
0.000103406
5.28213e-05
0.00037363
7.0698e-05
8.30135e-05
0.000312627
-1.65665e-06
0.000134593
0.000232148
-3.68376e-05
0.000221054
0.000143957
-7.34026e-05
0.000286783
4.55167e-05
-6.56667e-05
0.000357471
-7.15093e-05
-7.22076e-05
0.00039756
-0.000162044
-6.04925e-05
0.00043372
-0.000234073
-5.8863e-05
0.000396948
-0.000252808
-1.22013e-05
0.000323313
-0.000378102
1.33361e-05
0.000193232
-0.000379941
5.52951e-05
3.56583e-05
-0.000528204
7.52598e-05
-0.000256626
-0.00055901
0.000134002
-0.000617776
-0.00101092
0.000221345
-0.00117688
-0.00156984
0.000381568
-0.00181025
-0.00296824
0.000519526
-0.00234751
-0.00454689
0.000560089
-0.00230003
-0.0065214
0.000329625
-0.0015792
-0.00700138
-4.92882e-06
-0.00617185
-0.000267668
-3.11317e-05
-0.000133545
7.44572e-06
-4.42481e-05
-8.59718e-06
3.19646e-06
-1.31266e-05
6.66301e-05
-7.4719e-06
6.85609e-05
0.000126272
-2.80217e-05
0.000218016
0.000156009
-5.39672e-05
0.000382166
0.000121437
-6.99074e-05
0.000532262
7.64576e-05
-6.36879e-05
0.000667262
-1.69815e-05
-3.50708e-05
0.000763485
-7.64691e-05
7.9919e-06
0.000818514
-0.000140093
5.84308e-05
0.000827922
-0.000165869
0.000113865
0.000799021
-0.000172054
0.000157747
0.000735535
-0.000142163
0.000197105
0.000652213
-0.000100196
0.000227693
0.000556487
-4.01053e-05
0.000237009
0.000457603
4.7109e-05
0.000231205
0.000372993
0.000149334
0.000207407
0.000292449
0.000240227
0.000187127
0.000216458
0.000314428
0.00016077
0.000146596
0.000330504
0.000142852
8.64666e-05
0.000321805
0.000111954
8.85619e-05
0.000277427
3.31023e-05
0.000130344
0.000196934
-6.56737e-06
0.000210685
0.00010779
-4.41729e-05
0.000279359
2.15905e-05
-4.47494e-05
0.000358424
-8.74512e-05
-6.31228e-05
0.000399924
-0.000145529
-5.80133e-05
0.000470734
-0.000226037
-7.8845e-05
0.000470179
-0.000231515
-2.07381e-05
0.000407241
-0.000325523
1.03597e-05
0.000290763
-0.000316972
5.35089e-05
0.000155083
-0.000466455
7.39319e-05
-0.000121511
-0.000435689
0.000153273
-0.000510534
-0.00084033
0.000218435
-0.00110398
-0.00134341
0.00036702
-0.00181654
-0.00274502
0.00048934
-0.00252688
-0.00441289
0.000576332
-0.00267584
-0.00673112
0.000358682
-0.00197811
-0.00767108
-2.80145e-05
-0.00769875
-0.000451219
-5.559e-05
-7.59826e-05
-1.97155e-06
-8.84286e-05
2.86759e-05
-4.43352e-06
-8.92442e-05
7.98342e-05
-1.23871e-05
-1.61846e-05
8.44716e-05
-3.12574e-05
0.000106697
8.06385e-05
-4.75089e-05
0.000281177
2.94113e-05
-8.24547e-05
0.000454282
-1.33749e-05
-8.32727e-05
0.000620198
-0.000110111
-7.27868e-05
0.000751476
-0.00017153
-3.62166e-05
0.000842447
-0.000234821
3.7578e-06
0.000886666
-0.00025739
4.73018e-05
0.000886079
-0.000268587
9.71182e-05
0.000855568
-0.000250091
0.000138436
0.000794085
-0.000213699
0.000174983
0.00071077
-0.000153119
0.00019633
0.000630046
-7.72236e-05
0.000205057
0.000538278
4.36769e-05
0.000197426
0.000440269
0.00014455
0.000193684
0.000338901
0.00023633
0.000179468
0.000241204
0.00026399
0.000164207
0.000147557
0.000267094
0.000148358
0.000124664
0.000234705
6.56134e-05
0.000155503
0.000145677
2.04183e-05
0.000232484
5.3137e-05
-2.23278e-05
0.000302167
-1.9794e-05
-2.82982e-05
0.00039467
-0.000123271
-5.66817e-05
0.000449822
-0.000144364
-5.63173e-05
0.000548255
-0.000229493
-9.49765e-05
0.000577266
-0.000229912
-3.06129e-05
0.000539914
-0.00029141
3.24193e-06
0.000425384
-0.000244524
4.20829e-05
0.000290437
-0.000402469
7.09606e-05
5.08021e-05
-0.000339022
0.000142967
-0.000328737
-0.000691992
0.000231201
-0.000966404
-0.00106859
0.000362852
-0.00176639
-0.00242599
0.000480958
-0.00264932
-0.00409196
0.000562006
-0.00302213
-0.00674754
0.000389221
-0.00240741
-0.0082371
-4.86925e-05
-0.0093709
-0.000735248
-6.70743e-05
-1.93142e-06
-6.97629e-06
-0.000151662
0.000122065
-8.79889e-06
-0.000178556
0.00012709
-2.03604e-05
-0.000142828
7.86637e-05
-2.99185e-05
-3.87958e-05
2.84881e-05
-5.1881e-05
0.00013079
-5.92436e-05
-8.09306e-05
0.00033767
-0.000118439
-0.000101816
0.000533551
-0.000204721
-0.000101272
0.000701381
-0.000259097
-8.0263e-05
0.000823818
-0.000311399
-4.58589e-05
0.000908038
-0.000338981
-2.62897e-06
0.000952101
-0.000352553
3.99022e-05
0.000958585
-0.000338324
8.17498e-05
0.000929063
-0.000309339
0.000125162
0.0008732
-0.000248833
0.000151576
0.000810954
-0.000183619
0.000168642
0.000725689
-4.90042e-05
0.000177947
0.00062164
5.88478e-05
0.00018975
0.000503388
0.000166542
0.000188038
0.000377995
0.000201787
0.000187596
0.000239755
0.000210357
0.000194975
0.00019899
0.000169282
0.000106189
0.000211019
8.35547e-05
5.00956e-05
0.000288605
-2.44317e-05
-1.74326e-08
0.000367978
-9.04172e-05
-8.74902e-06
0.000475521
-0.000180988
-4.98267e-05
0.000545753
-0.000158581
-5.60153e-05
0.00069225
-0.000270644
-0.000105348
0.00074216
-0.000244896
-3.49275e-05
0.000729343
-0.000279676
1.08352e-06
0.00065483
-0.000208658
3.86478e-05
0.000521728
-0.000338731
6.93651e-05
0.000318
-0.000261253
0.000125958
9.34771e-06
-0.000581125
0.000197786
-0.000663286
-0.00076005
0.000364089
-0.00152431
-0.00203965
0.000474675
-0.00261749
-0.0035711
0.000572321
-0.0033055
-0.00651099
0.000451454
-0.00278338
-0.00868422
-7.5003e-05
-0.0110331
-0.00112121
-0.000166402
0.000203508
-3.90358e-05
-0.000260201
0.000256997
-4.11318e-05
-0.000326896
0.000249902
-5.61169e-05
-0.000279672
0.00010849
-7.70479e-05
-0.000148085
1.82696e-06
-0.000104924
3.86327e-05
-0.000113144
-0.000132818
0.000272566
-0.000197598
-0.000154775
0.000502136
-0.000268338
-0.000165955
0.000707293
-0.000322053
-0.000142199
0.000874418
-0.000365376
-0.000113147
0.000997963
-0.000386332
-7.61937e-05
0.00107664
-0.000398353
-3.28817e-05
0.00111801
-0.000387814
8.12229e-06
0.00112484
-0.000366288
5.01193e-05
0.00110283
-0.000316033
8.92051e-05
0.00105675
-0.000258527
0.000120992
0.000993058
-0.000130278
0.000144964
0.000890565
-9.61802e-06
0.000170958
0.000760134
0.000111969
0.000185003
0.000616742
0.00014693
0.000198247
0.000418944
0.000184277
0.000223878
0.000371618
9.42373e-05
0.00012237
0.000379314
7.79053e-06
6.80711e-05
0.000470872
-0.000113311
-2.68029e-06
0.000557698
-0.000161028
-1.62163e-05
0.000693134
-0.000253826
-6.25969e-05
0.000827309
-0.00021587
-7.68891e-05
0.000971128
-0.000303961
-0.000110503
0.00101099
-0.000237835
-4.69263e-05
0.000984278
-0.000253934
9.72612e-07
0.000935064
-0.000191796
3.23554e-05
0.000815787
-0.000276071
5.66175e-05
0.000678564
-0.000240041
0.000116012
0.0004269
-0.00046827
0.000138809
-0.000156756
-0.000468847
0.000292453
-0.00107748
-0.00154671
0.000427782
-0.00231556
-0.0028882
0.000555185
-0.00331418
-0.00603812
0.000525751
-0.00301032
-0.00889149
-9.65862e-05
-0.0123967
-0.00164672
-0.000123653
0.000401811
-7.46486e-05
-0.000341893
0.000536571
-6.13341e-05
-0.000463031
0.000453122
-8.20833e-05
-0.000473406
0.000240149
-0.000121284
-0.000323403
7.82207e-06
-0.000155997
-9.34961e-05
-0.000118328
-0.000224725
0.00018861
-0.000242347
-0.000237356
0.000480234
-0.000307154
-0.000252808
0.000739266
-0.00035041
-0.000230677
0.000961463
-0.000384909
-0.000202663
0.00113574
-0.000399346
-0.000161266
0.00126587
-0.000408872
-0.000119611
0.00135424
-0.00040111
-7.50717e-05
0.0014089
-0.000384275
-3.66747e-05
0.00143798
-0.000346192
1.07792e-06
0.00142907
-0.000295634
4.60169e-05
0.00141046
-0.000199645
8.79857e-05
0.00133189
-5.94186e-05
0.000128362
0.00121463
6.75955e-05
0.00016164
0.00108441
9.07578e-05
0.000186395
0.000914583
0.000143044
0.000211057
0.000826861
5.00889e-05
0.000131869
0.000804595
-3.77233e-05
6.77836e-05
0.000945141
-0.000246289
-7.56761e-06
0.00106785
-0.000255402
-2.83393e-05
0.00122943
-0.000338351
-7.7046e-05
0.00136355
-0.000259679
-9.0309e-05
0.00149293
-0.00031018
-0.000123167
0.001531
-0.000222903
-5.29998e-05
0.00150555
-0.000215611
-1.28711e-05
0.00143772
-0.000150846
2.68875e-05
0.00135132
-0.000231959
4.22883e-05
0.0012399
-0.000209994
8.13656e-05
0.00109191
-0.000442007
0.000121732
0.000850957
-0.000421512
0.000193617
6.03373e-05
-0.00104537
0.000289283
-0.00135336
-0.00186543
0.000390934
-0.00277245
-0.00508597
0.000466923
-0.00279655
-0.00878783
-7.95476e-05
-0.0129548
-0.00223848
-0.000718498
0.00124792
-0.00012761
-0.00077496
0.000760654
-0.000167621
-0.000726958
0.000644473
-0.000239355
-0.000571012
0.000413201
-0.000329
-0.000293288
0.000136239
-0.000406137
3.52674e-05
6.74251e-06
-0.000453628
0.000396606
-0.000137239
-0.000466447
0.000762653
-0.000197579
-0.000475621
0.00109857
-0.000243161
-0.00044317
0.00139116
-0.000272956
-0.000404542
0.00163584
-0.000288271
-0.000355749
0.00182994
-0.000298557
-0.000304418
0.0019812
-0.000299142
-0.000253225
0.00209649
-0.000296702
-0.000202865
0.0021809
-0.000278761
-0.000151838
0.00223601
-0.000248133
-0.000102607
0.00226435
-0.000188234
-3.97553e-05
0.00223752
-5.92674e-05
2.66803e-05
0.00215686
6.85878e-05
7.96652e-05
0.00206255
6.91454e-05
0.000115923
0.00194908
0.000110357
0.000146154
0.00190628
1.20535e-05
8.08349e-05
0.00194462
-8.74121e-05
1.13489e-05
0.00206117
-0.000284776
-7.80579e-05
0.00217774
-0.000279559
-9.24168e-05
0.00232666
-0.000351186
-0.000136085
0.00244726
-0.000242211
-0.000138069
0.00254996
-0.00024831
-0.000164572
0.00257495
-0.000141063
-0.000106831
0.0025386
-0.000114281
-6.4981e-05
0.00244684
-6.0109e-05
1.0248e-06
0.00235279
-0.000153362
1.54583e-05
0.00225559
-0.000156673
4.38695e-05
0.00206702
-0.000322128
6.86918e-05
0.00192458
-0.000339882
6.0817e-05
0.00148073
-0.000805085
0.000203561
0.000704416
-0.00118278
9.36626e-05
-0.000959713
-0.0036772
0.000255354
-0.00200499
-0.00743821
-0.000304349
-0.0121121
-0.00284766
-0.000986791
0.00272246
-0.000487755
-0.000833118
0.00105079
-0.000443809
-0.000586317
0.000882786
-0.000485117
-8.97416e-05
0.000448229
-0.000531607
0.000439739
0.000181027
-0.000574266
0.0010261
6.73514e-05
-0.00064697
0.00154089
6.99415e-06
-0.000659017
0.00205604
-5.21032e-05
-0.000660622
0.00252392
-8.46741e-05
-0.000626362
0.0029366
-9.84198e-05
-0.000587215
0.00328851
-0.000108051
-0.000532129
0.00358553
-0.000119265
-0.000476314
0.00383129
-0.000126441
-0.000418457
0.00403547
-0.000133218
-0.000367669
0.00420474
-0.000132218
-0.000315809
0.00434381
-0.000122526
-0.000264671
0.00445263
-9.33001e-05
-0.000203753
0.00455226
-1.33501e-05
-0.00014554
0.0046053
8.34787e-05
-6.79353e-05
0.00460525
6.61967e-05
3.00474e-06
0.00458158
6.1704e-05
7.23166e-05
0.00455017
-2.8977e-06
4.63649e-05
0.00455106
-8.01064e-05
-8.19906e-06
0.0045682
-0.000212705
-8.92097e-05
0.00461932
-0.000210781
-0.000119909
0.00471252
-0.000265396
-0.000178988
0.00482013
-0.00016601
-0.000183806
0.00492722
-0.000119752
-0.000235639
0.0050041
-4.08862e-05
-0.000177053
0.00504212
-1.2037e-05
-0.000140266
0.00502425
2.47219e-05
-6.69614e-05
0.00495719
-4.31219e-05
-4.31897e-05
0.0049012
-7.79265e-05
-2.27513e-05
0.004764
-0.000194481
9.54459e-06
0.00473202
-0.00023674
-7.11666e-05
0.00443686
-0.000538879
2.89628e-05
0.00415191
-0.000727431
-0.000170383
0.00289556
-0.00219634
-0.000224506
0.000614162
-0.00474128
-0.000415531
-0.0081548
-0.00334312
0.0030864
-0.000363938
0.00453392
-0.000396724
0.00586916
-0.00045246
0.0068012
-0.000483817
0.00751289
-0.000530675
0.00812582
-0.000545576
0.00867813
-0.000545324
0.00916835
-0.000542316
0.00960471
-0.000521039
0.0100002
-0.000493869
0.0103516
-0.000459453
0.0106572
-0.000424861
0.0109165
-0.000385768
0.011135
-0.000351697
0.0113237
-0.000320978
0.0114927
-0.000291529
0.0116412
-0.000241778
0.0118256
-0.000197714
0.0120194
-0.000110396
0.0121398
-5.41206e-05
0.0121953
6.2086e-06
0.0121572
3.51261e-05
0.0120395
3.76002e-05
0.0118472
-2.03717e-05
0.0116921
-5.57315e-05
0.0115522
-0.000125437
0.0115441
-0.000157957
0.011634
-0.000209581
0.0117971
-0.000204
0.0119714
-0.000186383
0.0121433
-0.000147135
0.0121755
-7.53365e-05
0.0121835
-8.59655e-05
0.0119918
-2.73803e-06
0.0118594
-0.00010436
0.0113382
-1.77375e-05
0.0107698
-0.000158946
0.00897314
-0.000399729
0.00474306
-0.000511202
-0.00341174
-2.42377e-06
-1.58531e-05
1.08889e-05
4.20456e-05
-3.96052e-05
-3.18852e-05
8.13804e-05
-2.33146e-05
-2.72329e-05
0.000110606
-1.01844e-05
-2.78338e-05
0.000130212
1.30221e-06
-2.88697e-05
0.000146028
8.34814e-06
-3.43128e-05
0.000156883
1.65902e-05
-4.02124e-05
0.000165765
2.36335e-05
-4.84544e-05
0.000167658
3.54296e-05
-5.53033e-05
0.000170007
4.03001e-05
-6.03186e-05
0.000155027
4.50536e-05
-4.87491e-05
0.000125197
4.63365e-05
-3.56038e-05
6.91633e-05
6.67736e-05
-2.22269e-05
-1.66348e-06
8.69308e-05
-2.12892e-05
-9.17669e-05
0.000106677
-1.11815e-05
-0.00017498
0.000125996
-3.2173e-05
-0.000259291
0.000152017
-4.22141e-05
-0.000368569
0.000188359
-5.89731e-05
-0.000536023
0.000242287
-6.34691e-05
-0.000738072
0.000327011
-0.000102996
-0.000950134
0.000431014
-0.00016212
-0.00110351
0.000456446
-0.000335928
-0.00121971
0.000512577
-0.000516828
-0.00127765
0.000527926
-0.000715241
-0.00124895
0.000546254
-0.000908187
-0.00114932
0.000561901
-0.00108064
-0.000982821
0.000565604
-0.00121976
-0.000759118
0.000558578
-0.00131802
-0.000514124
0.000544354
-0.00135062
-0.000255889
0.000518326
-0.00132035
-3.22517e-05
0.00049184
-0.00118511
0.000137994
0.00044628
-0.000991162
0.000201003
0.000395404
-0.000717534
0.000194582
0.000339395
-0.000490022
0.000152169
0.000258521
-0.000299575
0.000103163
0.000184231
-0.000185015
6.16931e-05
0.000129746
-0.000121015
2.60081e-05
9.15635e-05
-8.27718e-05
3.43394e-06
6.16452e-05
-5.96729e-05
2.90566e-05
-4.65747e-05
8.51494e-06
-1.58504e-05
-3.05621e-05
6.55794e-05
-6.23676e-05
-7.45103e-05
0.000125839
-3.92452e-05
-7.48335e-05
0.000170205
-7.302e-06
-7.39025e-05
0.000191883
2.80975e-05
-7.32515e-05
0.000195529
5.6891e-05
-8.04131e-05
0.000174941
9.63413e-05
-9.21213e-05
0.000137707
0.000123529
-0.000101138
7.55618e-05
0.000166199
-0.000117023
-2.43524e-05
0.000215615
-0.000129066
-0.000207922
0.000287603
-0.000130989
-0.000448208
0.000349006
-0.000148679
-0.000729397
0.000425781
-0.000171848
-0.00102312
0.000497367
-0.000221196
-0.00133696
0.000579607
-0.000289471
-0.00165173
0.000669803
-0.000394876
-0.00195611
0.000761419
-0.000544955
-0.00222573
0.00085094
-0.000691266
-0.00244956
0.000958634
-0.000855045
-0.00261778
0.00108033
-0.000995774
-0.00271513
0.00121557
-0.00113016
-0.00275185
0.0012578
-0.00135349
-0.0027361
0.00131235
-0.0014817
-0.00264498
0.00129937
-0.00162737
-0.00247136
0.00128439
-0.00176228
-0.00221814
0.00125637
-0.00185801
-0.00189566
0.0012185
-0.00191823
-0.00151827
0.00116561
-0.00192573
-0.00111146
0.00110835
-0.00186941
-0.000700198
0.00104067
-0.00176281
-0.000347907
0.000984973
-0.00154939
-4.89686e-05
0.000903219
-0.00133061
0.000185161
0.000790205
-0.00103803
0.000309058
0.000684311
-0.000755781
0.000330823
0.000577178
-0.000521215
0.000278984
0.000468748
-0.000352643
0.000200813
0.000365244
-0.000239105
0.000119171
0.00028118
-0.000171527
4.2183e-05
0.000207298
-0.000116533
0.000111753
-7.04679e-05
2.97313e-05
-1.61144e-05
-4.00429e-05
9.03408e-05
-6.36851e-05
-9.68485e-05
0.000149458
-2.6748e-05
-0.000113072
0.000180039
3.63963e-05
-0.000117436
0.000176401
0.00010986
-0.000125183
0.000140303
0.000174391
-0.000138612
7.9924e-05
0.000259329
-0.000166706
-3.8595e-05
0.000349355
-0.000191087
-0.000236182
0.000467685
-0.000210471
-0.000494332
0.00058135
-0.000233085
-0.000807545
0.000717141
-0.000252569
-0.00116518
0.00083864
-0.00028872
-0.00155469
0.000982121
-0.000342585
-0.00195314
0.00111146
-0.000435835
-0.00234055
0.00124194
-0.00053386
-0.00267975
0.00135831
-0.000661638
-0.00296806
0.00147043
-0.000792323
-0.0031933
0.0015773
-0.00092935
-0.00335799
0.00171059
-0.00106313
-0.00344013
0.00180677
-0.00114906
-0.00342953
0.00189752
-0.00120105
-0.00338102
0.00192722
-0.00131325
-0.00328273
0.00193964
-0.0013459
-0.00313053
0.00186513
-0.00137754
-0.00292035
0.00180695
-0.00143276
-0.00265376
0.00172433
-0.00144705
-0.00233936
0.00163428
-0.00143192
-0.00198657
0.00152478
-0.00137888
-0.00160823
0.00140799
-0.0012935
-0.00121598
0.00129144
-0.00119665
-0.0008278
0.00118603
-0.00105971
-0.000474408
0.00109077
-0.000945732
-0.000203381
0.000992292
-0.000790058
-1.84087e-05
0.000899067
-0.000647681
9.31335e-05
0.000779352
-0.000488776
0.00014616
0.000664653
-0.0003834
0.000141554
0.000559315
-0.000292066
9.83032e-05
0.000467249
-0.000225664
4.06416e-05
0.000357748
-0.0001492
0.00019585
-7.4532e-05
3.86294e-05
-6.35269e-06
-6.51043e-05
9.33595e-05
-2.98543e-05
-0.000137676
0.000133499
3.65802e-05
-0.00016329
0.00013089
0.000142822
-0.000169667
9.37588e-05
0.000255408
-0.000179096
1.71483e-06
0.000383708
-0.000201397
-0.00015138
0.000538941
-0.000235356
-0.000372401
0.000701366
-0.000264907
-0.000650152
0.000874293
-0.000292214
-0.000989118
0.00105539
-0.000317344
-0.00136946
0.00124562
-0.000346909
-0.00177282
0.00141689
-0.000394898
-0.00216838
0.00158121
-0.000441014
-0.00252728
0.00171591
-0.000501183
-0.00283661
0.00184517
-0.000573425
-0.00309102
0.0019532
-0.000650173
-0.00330067
0.0020609
-0.000721814
-0.00345015
0.00215091
-0.00078005
-0.00354083
0.00226639
-0.000823144
-0.00356399
0.00231969
-0.000809822
-0.00351513
0.00235569
-0.000757994
-0.0034281
0.00232773
-0.000769069
-0.00329972
0.00227599
-0.000724361
-0.00313509
0.00213491
-0.000694474
-0.00293967
0.00203262
-0.000687947
-0.00271611
0.00190065
-0.000655199
-0.00246616
0.00176272
-0.000615529
-0.00218759
0.001606
-0.000574331
-0.00188428
0.00145251
-0.000538479
-0.00156662
0.00130193
-0.000512744
-0.001236
0.00116883
-0.000497772
-0.0009042
0.00106982
-0.000497341
-0.000587882
0.000978814
-0.000484838
-0.00031833
0.000924072
-0.000469121
-0.000134728
0.000856179
-0.000415806
-2.75447e-05
0.000784375
-0.000362362
3.16866e-05
0.000699227
-0.000314196
4.33653e-05
0.000614351
-0.000252377
2.77151e-05
0.000481325
-0.000169004
0.000266566
-7.07377e-05
3.78807e-05
2.69921e-05
-0.000103859
8.57114e-05
4.45956e-05
-0.000195174
0.000108919
0.000153313
-0.00023222
7.12684e-05
0.000314883
-0.000229179
-1.99401e-05
0.00048546
-0.000243443
-0.000172293
0.000678592
-0.000263972
-0.000381821
0.000894678
-0.000299187
-0.000654341
0.00111381
-0.000321862
-0.000974877
0.00133467
-0.000347495
-0.00133312
0.00155285
-0.000359584
-0.00170855
0.00176353
-0.000367246
-0.00207348
0.00193734
-0.000378291
-0.00239885
0.00208802
-0.000398452
-0.00267777
0.00220678
-0.000428883
-0.00291224
0.0023177
-0.000454583
-0.00310155
0.00240015
-0.000472243
-0.00324677
0.00247937
-0.000476275
-0.0033437
0.00253304
-0.000454595
-0.00336639
0.00260196
-0.000400511
-0.00332475
0.00258329
-0.000298919
-0.00324534
0.0025362
-0.000141815
-0.00314246
0.00243326
-8.76559e-05
-0.00303031
0.00232298
-1.7175e-05
-0.00290505
0.00213945
-6.85243e-07
-0.00276944
0.00202075
-1.10384e-05
-0.00262595
0.00186903
-8.0369e-06
-0.00247554
0.0017166
-1.63685e-05
-0.00229329
0.00154363
-4.60469e-05
-0.00208047
0.00136797
-9.85309e-05
-0.00183456
0.00120015
-0.000160745
-0.00156355
0.00105304
-0.000223475
-0.00126447
0.000950192
-0.000300895
-0.000962909
0.000876856
-0.000353188
-0.000663532
0.0008647
-0.000406374
-0.00040985
0.000853591
-0.000419694
-0.00021878
0.000823662
-0.000384047
-8.75954e-05
0.000781168
-0.00034366
-1.60497e-05
0.000717653
-0.000279987
7.29664e-06
0.000575092
-0.000180389
0.000319
-6.70745e-05
3.34904e-05
9.63788e-05
-0.000162076
7.10191e-05
0.000175649
-0.00028456
5.91738e-05
0.000341255
-0.000312146
-1.61172e-05
0.000553052
-0.000297438
-0.000138627
0.000769267
-0.000295924
-0.000316139
0.00101698
-0.000311615
-0.000553783
0.00128115
-0.000336295
-0.000839252
0.00152833
-0.000350682
-0.00116969
0.0017806
-0.000350798
-0.00151379
0.00200563
-0.000334072
-0.00183893
0.00219694
-0.000316138
-0.00213039
0.0023464
-0.000303239
-0.00238068
0.00246812
-0.000290087
-0.00258915
0.00255877
-0.000275337
-0.00275425
0.0026313
-0.000246757
-0.00287424
0.00266541
-0.000205811
-0.00294697
0.00268902
-0.000124525
-0.00297659
0.00266759
-1.7864e-05
-0.00295051
0.00266524
8.50403e-05
-0.00288962
0.00258323
0.000226287
-0.00284165
0.00250844
0.000336192
-0.00276924
0.00233989
0.000380263
-0.00271326
0.00220923
0.00042413
-0.002661
0.002012
0.000423394
-0.00260696
0.00188185
0.000406644
-0.00254742
0.00171996
0.000387602
-0.0024753
0.00155995
0.000347583
-0.00238189
0.00138375
0.000287187
-0.00224643
0.00121362
0.000183959
-0.00206718
0.00104322
4.71185e-05
-0.00184187
0.000907955
-8.93947e-05
-0.00156471
0.000804967
-0.000227261
-0.00126821
0.000742376
-0.000320549
-0.000953888
0.000748388
-0.000390826
-0.000651922
0.000797741
-0.000449164
-0.000395758
0.000827695
-0.000441935
-0.000202643
0.00082525
-0.000391578
-7.52616e-05
0.000785935
-0.000314573
-1.05269e-05
0.000641515
-0.000200683
0.000358916
-7.03942e-05
2.04755e-05
0.000208574
-0.000224543
4.51354e-05
0.00036125
-0.0003751
1.94809e-05
0.000579963
-0.00039526
-7.14469e-05
0.00083539
-0.000366665
-0.000208028
0.00109126
-0.000356839
-0.000401665
0.00137937
-0.000353887
-0.00064458
0.00166091
-0.000360916
-0.000933529
0.00191744
-0.000332054
-0.00122508
0.00215992
-0.000308655
-0.00150307
0.00236017
-0.000264898
-0.00176089
0.00252295
-0.000221932
-0.00199323
0.00264288
-0.000178876
-0.00218746
0.0027239
-0.00013467
-0.00233609
0.00276349
-8.40824e-05
-0.00243988
0.00277201
-9.00559e-06
-0.00250747
0.00273914
8.20088e-05
-0.0025407
0.00270133
0.00017093
-0.00253753
0.00261584
0.000268126
-0.00250791
0.00255981
0.000390612
-0.00245694
0.00241443
0.000515755
-0.00243418
0.00232644
0.000633847
-0.00240988
0.0020969
0.000697117
-0.00241751
0.00197689
0.000705188
-0.00244285
0.00178865
0.000683482
-0.00247213
0.0016678
0.000635931
-0.00250039
0.00151956
0.000583043
-0.00251211
0.00136883
0.000510216
-0.00248607
0.00119502
0.000411509
-0.00241427
0.00102102
0.000299193
-0.00228032
0.000870804
0.000109352
-0.00208952
0.000757484
-3.77023e-05
-0.00183893
0.000669496
-0.00019886
-0.00153882
0.000612632
-0.000331369
-0.00120173
0.000603968
-0.000395999
-0.000848555
0.000678133
-0.00046607
-0.000548369
0.000789934
-0.000473176
-0.000293118
0.000841061
-0.000455817
-0.000117523
0.000832078
-0.00036018
-2.33757e-05
0.00069589
-0.000229629
0.000394155
-7.98675e-05
1.61742e-05
0.000356844
-0.000289172
3.78224e-05
0.000591622
-0.000463668
-1.77866e-06
0.000863261
-0.000465481
-0.000102639
0.00114385
-0.00040617
-0.000239951
0.00142007
-0.000371058
-0.000423538
0.00172128
-0.000354332
-0.000640407
0.00198583
-0.000326004
-0.000883375
0.00223715
-0.000279457
-0.00112408
0.00245729
-0.00022738
-0.00136447
0.00263495
-0.000162929
-0.00158222
0.00275662
-0.00010501
-0.00176593
0.00283216
-5.01238e-05
-0.00190954
0.00285452
2.27082e-05
-0.00200871
0.00283309
9.61529e-05
-0.00207513
0.00277672
0.000185004
-0.00211104
0.00267752
0.000282286
-0.00211789
0.00256648
0.000383804
-0.0021049
0.00241437
0.000479845
-0.0020824
0.00230471
0.000578732
-0.00206274
0.00212372
0.000680906
-0.00206688
0.00203346
0.000756632
-0.00211184
0.00180936
0.000798985
-0.00218827
0.00170811
0.000785978
-0.00229566
0.00155533
0.000757715
-0.0024037
0.00144574
0.000704426
-0.00250597
0.0013071
0.000649485
-0.00257015
0.00115881
0.000570354
-0.00259238
0.00098334
0.000478922
-0.00255401
0.000826828
0.000335089
-0.00245836
0.000698768
0.000183329
-0.00230531
0.000593944
3.92889e-05
-0.00207697
0.000509916
-0.000113882
-0.00177409
0.00046105
-0.000286484
-0.00142848
0.000461688
-0.000399715
-0.00104138
0.000526609
-0.000464659
-0.000685135
0.000680957
-0.000486687
-0.000386257
0.000802398
-0.000466041
-0.000166079
0.000847937
-0.000394236
-3.9309e-05
0.000731387
-0.000255762
0.000422945
-9.16733e-05
2.1292e-05
0.000527347
-0.000344783
5.00278e-05
0.000852225
-0.000543626
1.57724e-05
0.0011689
-0.000532747
-7.45545e-05
0.00145727
-0.000442492
-0.000206327
0.0017491
-0.000385137
-0.000347917
0.00201529
-0.000341652
-0.000535989
0.00226514
-0.000279273
-0.000754078
0.00250225
-0.00020735
-0.000972007
0.00269505
-0.00014195
-0.00117106
0.00283045
-6.84752e-05
-0.00134318
0.00290216
5.1848e-06
-0.00148749
0.00291706
8.93161e-05
-0.00159068
0.00287779
0.00016796
-0.00166165
0.00278728
0.000250925
-0.00170373
0.002661
0.000340108
-0.00172152
0.00249479
0.000426974
-0.00172305
0.00232633
0.000503752
-0.00172485
0.00213382
0.0005705
-0.00172669
0.00198718
0.000629599
-0.001761
0.00180942
0.000694064
-0.0018081
0.00171799
0.000733923
-0.00192524
0.00154539
0.000773471
-0.00206283
0.00145216
0.000766075
-0.00223033
0.00133383
0.00075024
-0.00239031
0.0012223
0.000713094
-0.00253396
0.00108143
0.000664855
-0.00263046
0.000928836
0.000604131
-0.00267403
0.000764057
0.000496673
-0.00266839
0.000620409
0.000401907
-0.0026141
0.000490548
0.000297082
-0.002491
0.000367359
0.000172777
-0.00228506
0.000253516
3.08031e-05
-0.00199118
0.000201824
-0.0001384
-0.00162297
0.000230173
-0.000310555
-0.00121173
0.000323304
-0.000421942
-0.000798802
0.000514532
-0.000474757
-0.000462246
0.000701292
-0.000459808
-0.000198378
0.000828281
-0.000418156
-4.8251e-05
0.000752795
-0.000276919
0.000449241
-0.000102633
3.50013e-05
0.000706392
-0.000385942
7.82164e-05
0.00113032
-0.000606095
6.60979e-05
0.00147804
-0.000583624
-8.24102e-06
0.0017669
-0.000461389
-0.000106978
0.00204429
-0.000372503
-0.000225386
0.00227327
-0.000295852
-0.00039844
0.00251298
-0.000212988
-0.000581363
0.00270312
-0.000128732
-0.00076645
0.00284727
-3.5492e-05
-0.000933979
0.00294502
3.91272e-05
-0.00108658
0.00296718
0.000123441
-0.00120097
0.0029246
0.000200882
-0.00128531
0.00281979
0.000279387
-0.00133818
0.00266176
0.000356706
-0.00136998
0.00247126
0.000432058
-0.0013899
0.00225296
0.000497211
-0.00140406
0.00204389
0.000545396
-0.00143185
0.00183606
0.000580697
-0.00147293
0.00167817
0.000604279
-0.00155946
0.0015261
0.000644463
-0.00165631
0.00143581
0.000663803
-0.0018168
0.0013147
0.000708816
-0.00199094
0.00121991
0.000719167
-0.00218409
0.00111176
0.000729521
-0.0023686
0.000989066
0.00071622
-0.00252451
0.000841863
0.000681911
-0.00263567
0.000686969
0.000626424
-0.00270543
0.000538475
0.000562527
-0.00274097
0.000392927
0.000495745
-0.00273238
0.000223684
0.000435566
-0.00265566
5.23849e-05
0.000338993
-0.00248716
-0.000106646
0.000211428
-0.002207
-0.000190134
3.39925e-05
-0.00183553
-0.000149531
-0.000156822
-0.00139455
-8.51716e-06
-0.000314339
-0.000934553
0.000262691
-0.000424362
-0.000529529
0.000529209
-0.000439482
-0.000240873
0.000745669
-0.000386207
-6.30412e-05
0.000743944
-0.000278857
0.000463277
-0.000108982
6.42221e-05
0.000871529
-0.000403797
0.000142571
0.00139861
-0.00064695
0.000165048
0.00177344
-0.000616581
0.000111522
0.00205796
-0.000461912
3.8586e-05
0.00230238
-0.000346866
-5.78114e-05
0.00250139
-0.000245386
-0.000174791
0.00269541
-0.000155374
-0.000347088
0.00285493
-3.74109e-05
-0.000523629
0.0029491
5.15126e-05
-0.000690373
0.00298815
0.000148064
-0.000827061
0.00296436
0.000220178
-0.000930802
0.00287255
0.000289943
-0.00100733
0.00270712
0.000360586
-0.0010589
0.00249035
0.000423361
-0.00109561
0.00224994
0.000475758
-0.00113008
0.00199892
0.000512044
-0.00116979
0.00177115
0.000532829
-0.0012304
0.00156744
0.000544267
-0.00131024
0.00141389
0.000550324
-0.00142799
0.00128619
0.000577497
-0.00155589
0.0011948
0.000597043
-0.00172811
0.00110158
0.000650108
-0.00191291
0.00100034
0.000677214
-0.00210603
0.000879558
0.00071039
-0.0022938
0.000741082
0.00071545
-0.00245409
0.000593714
0.000695567
-0.00258317
0.000453094
0.00066307
-0.00269877
0.000311111
0.000633041
-0.00279047
0.000128014
0.000614013
-0.00283044
-9.17748e-05
0.000561647
-0.00277048
-0.000340652
0.000480626
-0.00260631
-0.000590665
0.000369565
-0.00235085
-0.000718651
0.00023259
-0.001994
-0.000707503
5.19211e-05
-0.00153759
-0.000536818
-0.000143579
-0.0010342
-0.000146867
-0.000318359
-0.0005943
0.000279206
-0.000387344
-0.000258106
0.00058792
-0.000361917
-6.9219e-05
0.000703407
-0.000259699
0.000471544
-0.000113513
8.82108e-05
0.00101885
-0.000403291
0.000200013
0.00164919
-0.000667661
0.000251421
0.00205376
-0.000634363
0.000228493
0.00232066
-0.000456956
0.000176873
0.00252273
-0.000310542
0.000104329
0.00269435
-0.000197068
3.65203e-06
0.002839
-8.5535e-05
-0.000118847
0.00294443
2.97001e-05
-0.000264712
0.00299149
0.000136798
-0.00043742
0.00299446
0.000230282
-0.00058174
0.00291159
0.000296671
-0.00069084
0.002776
0.00036079
-0.000773268
0.00256315
0.000414529
-0.000833881
0.00230287
0.000454263
-0.000884702
0.00202887
0.00047996
-0.000937184
0.00176159
0.000490792
-0.0010017
0.00153164
0.000491995
-0.00108815
0.00134046
0.000493748
-0.00119261
0.00119487
0.000497858
-0.00132134
0.00108054
0.000525016
-0.00145333
0.000978641
0.000549568
-0.00161174
0.000889948
0.000607269
-0.00177783
0.000771331
0.000647004
-0.00195578
0.000640083
0.000686539
-0.00212984
0.000497122
0.000699493
-0.00228932
0.000358692
0.000693923
-0.00245368
0.000231612
0.000700278
-0.00261161
5.97357e-05
0.00070984
-0.00274137
-0.000164776
0.000696344
-0.0028031
-0.000464164
0.000663654
-0.00281766
-0.000765659
0.000581787
-0.00275088
-0.00102903
0.000457959
-0.00254019
-0.00123219
0.000309599
-0.00219923
-0.00128887
0.000155535
-0.00175966
-0.0011579
-1.12043e-05
-0.00119659
-0.000780249
-0.000171169
-0.000678403
-0.000135855
-0.000312428
-0.000288813
0.000375015
-0.000337654
-7.30416e-05
0.00060958
-0.000239496
0.000471289
-0.000113071
0.000110258
0.0011327
-0.000372348
0.000257312
0.0018635
-0.000659047
0.000347087
0.00229849
-0.000630596
0.000356496
0.00254614
-0.000435667
0.000311711
0.00271611
-0.000264493
0.000253663
0.00284409
-0.000140318
0.000179989
0.00293849
-1.98113e-05
7.20561e-05
0.00299827
9.57028e-05
-6.73504e-05
0.00301117
0.000206949
-0.000203119
0.00295983
0.000288274
-0.000354807
0.00284093
0.000360243
-0.000477386
0.00264997
0.000412996
-0.000577394
0.00240684
0.000447705
-0.000657064
0.00211874
0.00046311
-0.000725823
0.00182712
0.00046214
-0.000796
0.00155424
0.000451165
-0.000877201
0.00132872
0.000441655
-0.000973587
0.00114649
0.000441454
-0.00107994
0.00100178
0.000453069
-0.0011951
0.000886359
0.000483371
-0.00130711
0.000766275
0.000515308
-0.00143597
0.000671741
0.00056964
-0.00157066
0.000537077
0.000604691
-0.00172445
0.000403913
0.00064379
-0.00187771
0.000267044
0.000659375
-0.00205251
0.000151238
0.000682096
-0.00223579
4.80142e-06
0.000716648
-0.00242067
-0.000191237
0.000738364
-0.00258483
-0.000462815
0.000748071
-0.00273951
-0.000766484
0.000710699
-0.00282838
-0.00110478
0.000645659
-0.00279284
-0.00144887
0.000546213
-0.00263474
-0.00173014
0.000417684
-0.00232108
-0.00188658
0.000266876
-0.001884
-0.00183586
0.000114319
-0.00134326
-0.00149239
-4.74406e-05
-0.000736729
-0.000796181
-0.000185226
-0.000316084
6.91874e-05
-0.000284191
-7.67462e-05
0.000472645
-0.000205639
0.000459221
-0.000109712
0.000126187
0.00120959
-0.000330707
0.000307427
0.00203766
-0.000639573
0.000436007
0.00250418
-0.000619105
0.000475987
0.00273909
-0.000417842
0.000449137
0.00287534
-0.000221817
0.000393355
0.00295821
-8.18801e-05
0.000314431
0.00301563
4.12365e-05
0.000223554
0.00301998
0.000163493
0.00010362
0.00299812
0.000261935
-2.88806e-05
0.00291071
0.000338223
-0.000165321
0.00275031
0.000400548
-0.000311109
0.00252758
0.000448529
-0.000428972
0.00224842
0.000467398
-0.000524677
0.00194477
0.000457515
-0.000608454
0.00164894
0.000434277
-0.000686587
0.00137412
0.000406756
-0.000768138
0.00115167
0.000390512
-0.000855648
0.00097125
0.000391247
-0.000944348
0.000819575
0.000409291
-0.00102888
0.000690999
0.000441814
-0.00111337
0.000555467
0.000478747
-0.00120253
0.00044931
0.000521944
-0.00130522
0.000309292
0.000551204
-0.00142736
0.000181644
0.000585559
-0.0015732
6.21547e-05
0.000614379
-0.00173396
-6.43693e-05
0.000655657
-0.00191988
-0.000213542
0.000697011
-0.00211401
-0.000432422
0.000731077
-0.00232615
-0.000687266
0.000732218
-0.00250941
-0.00100781
0.000714653
-0.00264265
-0.00136846
0.000664008
-0.00270632
-0.00175446
0.000587827
-0.00265033
-0.00212443
0.000481306
-0.00242347
-0.00240784
0.000338927
-0.00202841
-0.00248089
0.000187748
-0.00149861
-0.00223242
4.99742e-05
-0.000875965
-0.00156428
-8.26182e-05
-0.000329334
-0.000493803
-0.000178899
-7.31325e-05
0.000299346
-0.000193987
0.000440355
-0.000101899
0.000141648
0.00123786
-0.00026252
0.000358209
0.00215297
-0.000587961
0.000527951
0.00265421
-0.000582992
0.000599311
0.00288552
-0.000380534
0.000591402
0.0029961
-0.000169807
0.000539246
0.00303942
-1.24816e-05
0.000451064
0.00305904
0.000127835
0.000338882
0.00303075
0.00023356
0.000227741
0.00296205
0.000314794
0.000109261
0.00283751
0.000385488
-2.88232e-05
0.00265531
0.000439756
-0.000178232
0.00240637
0.000474177
-0.000312811
0.00210749
0.000473908
-0.000422355
0.00178865
0.000445414
-0.000511908
0.00149112
0.000402191
-0.000590493
0.00121918
0.000362176
-0.000662125
0.000994943
0.000338742
-0.00072717
0.000806485
0.000339269
-0.000785501
0.000641938
0.000360165
-0.00083253
0.000493959
0.000391784
-0.000889431
0.000352486
0.000433597
-0.000941653
0.00023381
0.000458205
-0.00102264
9.81504e-05
0.000494619
-0.00112408
-2.13763e-05
0.000523757
-0.00124688
-0.000143221
0.000561062
-0.00139841
-0.000271586
0.000606675
-0.0015735
-0.000423393
0.000650532
-0.00177903
-0.000619857
0.000680291
-0.00198996
-0.000867965
0.000696409
-0.00220297
-0.00117561
0.000691835
-0.00239802
-0.00154126
0.000667229
-0.00253722
-0.00197001
0.000618394
-0.00257488
-0.00242195
0.000534488
-0.00245154
-0.00283718
0.000416026
-0.00212645
-0.00307471
0.000265039
-0.00160325
-0.00297846
0.000117855
-0.000982587
-0.00237218
1.66596e-06
-0.000370634
-0.00121725
-9.52177e-05
-7.83242e-05
4.28e-05
-0.00014585
0.000400271
-8.20528e-05
0.000151821
0.00122987
-0.000212374
0.000396355
0.00222452
-0.000547579
0.000600121
0.00276624
-0.000559558
0.000699467
0.00300126
-0.000360458
0.000715271
0.00308067
-0.00013788
0.000671986
0.00308615
5.5631e-05
0.000584217
0.00307319
0.000191543
0.000471426
0.00301471
0.000293808
0.000343828
0.00291924
0.000366822
0.000204179
0.00276938
0.000424604
6.41372e-05
0.00255579
0.000464878
-8.86362e-05
0.00229114
0.000485011
-0.000229679
0.00197998
0.000468793
-0.000346352
0.00165502
0.000422585
-0.000436597
0.00135369
0.000366845
-0.000505046
0.00108052
0.000316987
-0.000555601
0.000849801
0.000288666
-0.000591157
0.000649042
0.000284217
-0.000616022
0.00047247
0.000303752
-0.000633577
0.00031038
0.000333423
-0.000661514
0.000163714
0.000368633
-0.000693453
3.28631e-05
0.000400177
-0.000756706
-9.56916e-05
0.000436756
-0.000838869
-0.000213563
0.000467108
-0.000949221
-0.000327871
0.000503114
-0.00108182
-0.000455669
0.000545097
-0.00124134
-0.000600977
0.000588235
-0.00142544
-0.000781517
0.00062173
-0.00163628
-0.00100397
0.000645043
-0.00186245
-0.00129245
0.00065876
-0.00208794
-0.00165428
0.000657127
-0.00228177
-0.00210583
0.000628282
-0.00240412
-0.00261874
0.000566479
-0.00239227
-0.00314837
0.000465259
-0.00218062
-0.00355486
0.000331089
-0.00173586
-0.003657
0.000180024
-0.00112175
-0.00318888
5.91597e-05
-0.000450402
-0.00205629
-1.11618e-05
-3.94947e-05
-0.000436434
-5.64187e-05
0.000334645
-1.60109e-05
0.000175434
0.00116259
-0.000113425
0.000448667
0.0022407
-0.000466255
0.000684718
0.00283508
-0.000502522
0.000811663
0.00308261
-0.00031282
0.000846531
0.00314426
-8.16128e-05
0.000805359
0.00311373
0.000116337
0.000719011
0.00306364
0.000261845
0.000598921
0.00297645
0.000365398
0.000461877
0.00285795
0.000430371
0.000312748
0.00268614
0.000479941
0.000154518
0.00245632
0.000504129
-9.46784e-07
0.00217681
0.00050105
-0.000145161
0.0018649
0.000462015
-0.000267601
0.0015466
0.000396819
-0.00035714
0.00124273
0.00032605
-0.000416642
0.000964766
0.000267233
-0.000449726
0.000724578
0.000230108
-0.000457543
0.000509654
0.000217973
-0.000453902
0.000320939
0.000229421
-0.00045021
0.00014417
0.000259888
-0.000458431
-7.52106e-06
0.000300186
-0.000483502
-0.0001453
0.000338666
-0.000532371
-0.000270581
0.000378206
-0.000602397
-0.000384951
0.000410028
-0.000692545
-0.00049771
0.000446173
-0.000808286
-0.000616365
0.000486539
-0.000950867
-0.000747108
0.000523667
-0.00112114
-0.000911091
0.000562707
-0.00131986
-0.00111424
0.000596643
-0.00154117
-0.00138524
0.000626096
-0.00177802
-0.00173201
0.000641786
-0.00200542
-0.00219225
0.000636165
-0.00218695
-0.00274435
0.0005963
-0.00226049
-0.00336876
0.000515481
-0.00215486
-0.00392971
0.000393309
-0.00179934
-0.00424315
0.000246709
-0.00120141
-0.00397844
0.000103238
-0.000527055
-0.00291793
4.24745e-05
-1.76049e-05
-0.0010905
6.96974e-06
0.000238309
4.85396e-05
0.000169564
0.00106713
-5.4991e-05
0.000458731
0.00222771
-0.000436454
0.000721426
0.00287281
-0.000494539
0.000889983
0.0031391
-0.000322644
0.000953088
0.00318729
-7.04485e-05
0.000931885
0.00313545
0.000131977
0.000852919
0.00305042
0.000291431
0.000730621
0.00293338
0.000401848
0.0005851
0.00278759
0.000467913
0.000426741
0.00259796
0.000504535
0.000252275
0.00236266
0.000518669
7.0491e-05
0.00208415
0.000500074
-9.64227e-05
0.00177652
0.000445207
-0.000220478
0.00146199
0.000361071
-0.000302861
0.00115798
0.000276557
-0.00034535
0.000873164
0.000207455
-0.000352911
0.000621034
0.000161561
-0.000337933
0.000391815
0.000142216
-0.000318
0.000188363
0.000151775
-0.00029079
-6.6503e-06
0.000176917
-0.000288888
-0.000158973
0.000227758
-0.000301758
-0.000298721
0.000272463
-0.000339427
-0.000423728
0.000318972
-0.000395047
-0.000538878
0.000355412
-0.000472118
-0.000646112
0.000390979
-0.000572259
-0.000756724
0.000428139
-0.000696793
-0.000875322
0.000466923
-0.000849432
-0.00102357
0.000505686
-0.00103015
-0.00120521
0.000545227
-0.00123835
-0.00145677
0.000586218
-0.00147417
-0.00178652
0.000620776
-0.00172103
-0.00224246
0.000637405
-0.00194995
-0.00281466
0.000625809
-0.00209968
-0.00351024
0.000571754
-0.00209656
-0.00420213
0.000470386
-0.0018471
-0.00472543
0.000326465
-0.00132766
-0.00469162
0.000177522
-0.000634113
-0.00379833
9.10512e-05
-4.19372e-05
-0.00185756
7.70023e-05
7.97613e-05
0.000123233
0.000188641
0.00092696
3.89563e-05
0.000481491
0.00218307
-0.000319138
0.000758833
0.00287736
-0.000412275
0.000957632
0.003166
-0.000271487
0.0010367
0.00321314
-2.89321e-05
0.00102885
0.00315387
0.000160339
0.000952337
0.00303997
0.000324174
0.000826624
0.00288873
0.000445712
0.000675856
0.0027177
0.000507334
0.000513054
0.00251357
0.000530783
0.00033418
0.0022727
0.000531483
0.000140299
0.00199669
0.000502067
-4.58071e-05
0.00170091
0.00043319
-0.000176057
0.00139518
0.00033052
-0.000249332
0.00109617
0.000229618
-0.00027514
0.000810068
0.000147122
-0.000267755
0.000549583
8.50078e-05
-0.000240462
0.00030424
5.89361e-05
-0.000196875
7.52766e-05
6.11611e-05
-0.000162857
-0.000119571
8.88602e-05
-0.000149598
-0.000280978
0.000146695
-0.000149731
-0.000430112
0.000197376
-0.00017721
-0.000554981
0.000252054
-0.000222967
-0.000669675
0.000292933
-0.000289409
-0.000772173
0.000332945
-0.000377754
-0.000877434
0.000372827
-0.000488367
-0.000986412
0.000411132
-0.000623128
-0.00112422
0.000452856
-0.000786608
-0.00128872
0.000495416
-0.000979997
-0.00152101
0.000540991
-0.00120367
-0.00182713
0.000589704
-0.00144873
-0.00227107
0.000633425
-0.00170055
-0.00284681
0.000656474
-0.00190625
-0.00359291
0.000635373
-0.00199467
-0.00439862
0.000559458
-0.00185731
-0.00512115
0.000428501
-0.00142848
-0.00533345
0.000266728
-0.000735977
-0.00466365
0.000140642
-0.000100338
-0.00265969
0.000111851
-0.000133388
0.000156896
0.000163572
0.000800353
3.36761e-05
0.000451661
0.00211988
-0.000299279
0.000750412
0.00285106
-0.000410301
0.000976214
0.00316274
-0.000277161
0.00108506
0.00321759
-4.4746e-05
0.0011073
0.00314598
0.000160143
0.00105942
0.00300711
0.000322227
0.000947383
0.00284106
0.000434531
0.000791332
0.00266251
0.000485721
0.000607796
0.00245314
0.000500642
0.000412305
0.00221177
0.000484721
0.000200141
0.00194104
0.00045031
-6.31698e-06
0.00165406
0.000381529
-0.000152488
0.00135864
0.000274759
-0.00022163
0.00106301
0.000158855
-0.000242632
0.000775348
6.66297e-05
-0.000220643
0.000504028
-7.24143e-07
-0.000178321
0.000248248
-4.1004e-05
-0.000110829
-7.83216e-06
-3.97021e-05
-5.6592e-05
-0.000202875
-1.02612e-05
-2.58046e-05
-0.000372847
5.46499e-05
-1.90707e-05
-0.000525879
0.000110853
-3.82484e-05
-0.000656827
0.000171771
-7.10845e-05
-0.000778136
0.000218405
-0.00012332
-0.00087934
0.000262995
-0.000197869
-0.000976325
0.000305459
-0.000293794
-0.0010773
0.00034517
-0.000411702
-0.00120783
0.000384721
-0.000557465
-0.00135719
0.000425562
-0.000735926
-0.00157199
0.000476419
-0.000952322
-0.0018549
0.000535152
-0.00119971
-0.00228412
0.000602979
-0.00146998
-0.00285477
0.000664469
-0.00172199
-0.00363397
0.000695295
-0.00188821
-0.00452745
0.000663582
-0.00185922
-0.00542553
0.000553383
-0.00153542
-0.00588328
0.000397459
-0.00089806
-0.00548318
0.00023038
-0.000189074
-0.00352156
0.000171228
-0.000452578
0.000203727
0.000127763
0.000656011
7.75314e-05
0.000415577
0.00200586
-0.000246179
0.000747466
0.00276185
-0.000374653
0.0010089
0.00310634
-0.000285976
0.00114521
0.00318776
-8.00019e-05
0.00117879
0.00311817
0.000131831
0.00112649
0.00297522
0.000285865
0.0010049
0.00279614
0.000404183
0.000841692
0.00259933
0.000467058
0.00065277
0.00238371
0.0004815
0.000455145
0.00214823
0.000456592
0.000249768
0.00189328
0.000406928
5.32786e-05
0.00162125
0.000334051
-9.93095e-05
0.00134356
0.000224474
-0.000174958
0.00105724
9.67809e-05
-0.000197977
0.000774615
-4.0332e-06
-0.000170957
0.000498707
-9.32055e-05
-0.000115433
0.000235141
-0.000137753
-4.70739e-05
-2.87002e-05
-0.000148349
1.97257e-05
-0.000227065
-0.000132433
6.54705e-05
-0.000408985
-8.10727e-05
8.796e-05
-0.000579781
-7.24117e-06
8.96268e-05
-0.000718258
5.8833e-05
6.28703e-05
-0.000837494
0.000113585
9.93762e-06
-0.00093998
0.000172422
-5.62725e-05
-0.00104878
0.000231123
-0.000140733
-0.00114654
0.000278331
-0.000247668
-0.00127193
0.000325076
-0.000377231
-0.00141868
0.00036875
-0.000532532
-0.00162725
0.000417747
-0.000724105
-0.00189303
0.000475183
-0.000951217
-0.00230192
0.000545568
-0.00121278
-0.00285093
0.000623591
-0.00148822
-0.00362691
0.000687795
-0.00172537
-0.00456163
0.000709565
-0.001809
-0.00559366
0.000642863
-0.00161406
-0.00628621
0.000495689
-0.00105747
-0.00619659
0.000331076
-0.000341677
-0.00437959
0.000203459
-0.000935795
0.0002488
9.54171e-05
0.000533657
5.65812e-05
0.000375236
0.00187639
-0.000232951
0.000708225
0.00264646
-0.00036109
0.000986164
0.00302133
-0.000302911
0.00114987
0.00313322
-0.00011834
0.0012051
0.00306971
8.46737e-05
0.00117668
0.00292608
0.000236982
0.00107086
0.00274145
0.000360564
0.000913117
0.00253996
0.000425226
0.000716149
0.00232876
0.000448471
0.000503603
0.00210786
0.000421363
0.000294014
0.00187169
0.000365745
0.000101404
0.00161978
0.000278102
-4.97524e-05
0.00135855
0.000161108
-0.000136593
0.00108757
2.66067e-05
-0.000160411
0.000814596
-9.5782e-05
-0.000132148
0.000541499
-0.000189101
-7.02559e-05
0.000277112
-0.000244501
1.05971e-06
1.29135e-05
-0.000265567
7.69094e-05
-0.00019
-0.000263432
0.000134812
-0.000373979
-0.00022657
0.000178795
-0.000553949
-0.000178451
0.000208475
-0.000709963
-0.000115824
0.000209412
-0.000848079
-2.68497e-05
0.000169989
-0.000959037
6.30398e-05
9.60679e-05
-0.00106678
0.000132274
1.21514e-05
-0.00117568
0.000186859
-8.67358e-05
-0.00130359
0.000239306
-0.000214378
-0.00144174
0.000287034
-0.000378293
-0.00164348
0.00034527
-0.000578409
-0.00190181
0.000411074
-0.000811204
-0.00230403
0.000497155
-0.00107274
-0.00284721
0.000597233
-0.00133548
-0.00363478
0.000688098
-0.00157322
-0.00457723
0.000715144
-0.00170447
-0.00568368
0.000672243
-0.00161723
-0.00654267
0.000536321
-0.00116789
-0.00677195
0.000367649
-0.000475025
-0.00518851
0.000233159
-0.00152074
0.000217504
8.91321e-05
0.000414544
6.24784e-05
0.000362123
0.00171972
-0.000179848
0.000691702
0.00249709
-0.000304477
0.000975354
0.00290246
-0.000275483
0.00116302
0.00304722
-0.000130397
0.00123074
0.00300142
6.89315e-05
0.00121472
0.0028637
0.000213241
0.00111576
0.00268281
0.000339006
0.000960657
0.00248164
0.00040798
0.000766206
0.00227731
0.00043198
0.000551495
0.00207164
0.000411275
0.000343352
0.00185763
0.000348771
0.000155363
0.00163428
0.000250275
1.02959e-05
0.00139323
0.000122688
-8.53518e-05
0.00115032
-2.20398e-05
-0.000111181
0.000886721
-0.000155324
-8.39323e-05
0.000623874
-0.000261444
-1.67151e-05
0.000361864
-0.000325967
5.14741e-05
0.000112845
-0.000357733
0.000136131
-0.000116349
-0.000355476
0.000203418
-0.000292035
-0.00033449
0.00026139
-0.000479164
-0.000297593
0.000304193
-0.000644906
-0.000242045
0.000326722
-0.000797194
-0.000175418
0.000305665
-0.0009283
-5.88882e-05
0.000244067
-0.00105117
4.09827e-05
0.000150745
-0.00116205
0.000110925
5.21578e-05
-0.00130192
0.000161399
-6.23909e-05
-0.0014444
0.000212324
-0.000202939
-0.00164658
0.000268882
-0.000388638
-0.00188971
0.000328765
-0.00061505
-0.00227677
0.000401653
-0.000891795
-0.00279136
0.000497545
-0.00119712
-0.00356909
0.000606427
-0.00149244
-0.00451881
0.000678513
-0.0016735
-0.00569515
0.000645568
-0.00166078
-0.00669472
0.000528278
-0.0012987
-0.00722866
0.000351352
-0.000608062
-0.00597113
0.000232093
-0.00220387
0.000203491
7.74709e-05
0.000337568
3.36999e-05
0.000340808
0.00155155
-0.000146515
0.000666444
0.00232625
-0.000270099
0.000960088
0.00275896
-0.000258769
0.00116788
0.00293237
-0.000140621
0.00125735
0.00291538
4.53328e-05
0.00126078
0.00278826
0.000187644
0.00117845
0.00261766
0.000312373
0.00103152
0.00242363
0.000388806
0.00084142
0.00222882
0.000417565
0.000625786
0.00204202
0.000402177
0.000413102
0.00185269
0.000343566
0.000223161
0.00166007
0.000241022
7.25117e-05
0.00144822
0.000103255
-2.06639e-05
0.00123336
-5.73377e-05
-5.62984e-05
0.000989296
-0.000200823
-3.08709e-05
0.000740393
-0.000327498
3.78063e-05
0.000482381
-0.000399446
0.000118453
0.000242977
-0.000434228
0.000200819
3.33953e-06
-0.00043324
0.000272017
-0.000180785
-0.000403542
0.000342995
-0.000366183
-0.000398158
0.000400736
-0.000538847
-0.000350599
0.000435213
-0.00069712
-0.000288539
0.000433551
-0.000840237
-0.000200031
0.000380525
-0.000985966
-7.26423e-05
0.000291677
-0.0011099
2.25938e-05
0.000178182
-0.00125513
8.5899e-05
5.48776e-05
-0.00140614
0.000141432
-8.6557e-05
-0.00161713
0.000204954
-0.000265506
-0.00185493
0.00027153
-0.000487605
-0.00223099
0.000343864
-0.000752453
-0.00272388
0.000427601
-0.0010413
-0.0034913
0.000519642
-0.00133333
-0.00442594
0.000575678
-0.00153975
-0.0056408
0.000546212
-0.00157384
-0.0067527
0.00043437
-0.00127532
-0.00756898
0.000253374
-0.000638182
-0.0066572
0.000146913
-0.00291067
0.000131304
7.18226e-05
0.0002652
3.49211e-05
0.000319577
0.0013721
-0.000108821
0.000641968
0.00213046
-0.000226898
0.0009448
0.00258816
-0.000232534
0.00117089
0.00279191
-0.000138062
0.00128335
0.00280915
3.00932e-05
0.0013047
0.00270063
0.000168335
0.00124003
0.00254398
0.000291344
0.00110601
0.00236219
0.000372102
0.000925156
0.00217935
0.000407205
0.000715887
0.00201226
0.000398356
0.000503572
0.00184992
0.000348287
0.00031084
0.00169009
0.000251338
0.000153133
0.00151421
0.000109043
5.59885e-05
0.00132521
-5.78589e-05
1.03665e-05
0.0011093
-0.00020993
3.18383e-05
0.000876707
-0.00035765
9.97318e-05
0.000628295
-0.000452381
0.000193073
0.000393506
-0.000492736
0.000271343
0.0001626
-0.000487274
0.000345765
-3.93012e-05
-0.000464506
0.000420448
-0.000217273
-0.00047115
0.000491295
-0.000394662
-0.000445424
0.000535634
-0.000561897
-0.000377356
0.000542725
-0.000714489
-0.000287326
0.00050359
-0.000872312
-0.000179352
0.000416195
-0.0010147
-6.38528e-05
0.000299651
-0.00117701
2.31024e-05
0.00015699
-0.00133076
9.04404e-05
6.81389e-06
-0.00154912
0.000145318
-0.000168387
-0.0017909
0.000208213
-0.00038877
-0.00216013
0.000281437
-0.000664074
-0.0026229
0.000357579
-0.000969719
-0.003372
0.000440159
-0.00127532
-0.00429838
0.000502536
-0.0014906
-0.00556276
0.000478009
-0.00154363
-0.00677758
0.000370301
-0.00127688
-0.00785334
0.000174804
-0.000664005
-0.00728685
5.99581e-05
-0.00364529
7.61733e-05
6.5616e-05
0.000201719
2.48121e-05
0.00029416
0.00119352
-8.13201e-05
0.000612829
0.00191971
-0.00019791
0.000921057
0.002399
-0.000216202
0.00116618
0.00262906
-0.000145166
0.00130593
0.00268085
4.54962e-06
0.00135343
0.00259597
0.000139322
0.00131465
0.00245535
0.000262762
0.00120197
0.00228919
0.000351629
0.00103738
0.00212007
0.000399808
0.000839687
0.00197197
0.00040535
0.000630134
0.00183577
0.00037097
0.000432376
0.00170857
0.000290689
0.000262753
0.00157031
0.00016708
0.000150344
0.0014106
-1.12983e-05
9.19677e-05
0.00122349
-0.000170974
0.000104807
0.00101672
-0.000345932
0.000170152
0.000785956
-0.00046655
0.000268116
0.000557789
-0.00053198
0.000362318
0.000336531
-0.000538034
0.000434597
0.00013252
-0.000512114
0.000518039
-4.55375e-05
-0.000527807
0.000581386
-0.000220872
-0.00048892
0.000630618
-0.00040041
-0.000438213
0.000643833
-0.000564925
-0.000350571
0.000609937
-0.000734574
-0.000242364
0.000524413
-0.000885782
-0.000131536
0.000394963
-0.00106299
-3.21316e-05
0.000226951
-0.00122221
4.23312e-05
6.43851e-05
-0.0014474
8.52564e-05
-0.00012899
-0.00168292
0.000147392
-0.000345738
-0.00206008
0.000210181
-0.000628838
-0.0024966
0.000296033
-0.00093832
-0.00323061
0.000370802
-0.00124914
-0.00414887
0.000436936
-0.00146848
-0.0054686
0.000415819
-0.00153529
-0.0067793
0.000312281
-0.00127655
-0.00810934
7.44938e-05
-0.00066337
-0.00789238
-5.68899e-05
-0.00436708
-3.83959e-05
6.14346e-05
0.000135267
3.02478e-05
0.000268693
0.00102237
-5.93849e-05
0.000580715
0.00169756
-0.000163437
0.000890326
0.00219421
-0.000193106
0.0011502
0.00244741
-0.00014211
0.0013179
0.00252604
-1.42166e-05
0.00139372
0.00247054
0.000116515
0.0013852
0.00234544
0.000241611
0.00130135
0.00219351
0.000341668
0.00116112
0.00203432
0.000410133
0.00098237
0.00189888
0.000440406
0.000782056
0.00177985
0.000435872
0.000580782
0.00167877
0.000390091
0.000396836
0.00157294
0.000297523
0.000254848
0.00144893
0.000134123
0.000188375
0.00129486
-7.80745e-05
0.000190355
0.00112258
-0.000264052
0.000251427
0.000925783
-0.000423067
0.000356943
0.000716369
-0.000528644
0.000463638
0.000509399
-0.00054084
0.000539431
0.000303525
-0.000501872
0.000611985
0.000124479
-0.000500453
0.000669111
-3.11241e-05
-0.000498416
0.000715532
-0.000229519
-0.000451628
0.000732866
-0.000406428
-0.000377089
0.000705061
-0.000591555
-0.000270598
0.000625795
-0.00075313
-0.000158315
0.00049468
-0.000939731
-5.73151e-05
0.000315691
-0.00110085
2.0237e-05
0.000132869
-0.00133231
6.46699e-05
-6.62051e-05
-0.00155575
0.000103581
-0.000285146
-0.00192105
0.000146341
-0.000574331
-0.0023289
0.000237501
-0.000908491
-0.0030471
0.000342057
-0.00125203
-0.00394586
0.000420147
-0.00150382
-0.00532513
0.000408808
-0.00160299
-0.0067365
0.000310838
-0.0013667
-0.0083281
4.74715e-05
-0.000738969
-0.00848434
-0.000118892
-0.00516129
-0.000108971
5.13163e-05
7.92073e-05
2.6306e-05
0.000242801
0.000861574
-4.99297e-05
0.000537747
0.00147839
-0.000136776
0.00085251
0.00197375
-0.000180356
0.0011222
0.0022531
-0.000144817
0.00132164
0.00235339
-5.00074e-05
0.00142881
0.00232341
8.27757e-05
0.0014568
0.00221093
0.000209664
0.0014094
0.00207025
0.000321664
0.0013022
0.00191612
0.000412111
0.00115119
0.00178336
0.000473737
0.000968999
0.00166816
0.000509995
0.000770352
0.00157732
0.000509989
0.000577253
0.00149024
0.000465949
0.000409129
0.0014033
0.000342905
0.000316028
0.00129015
0.00011375
0.000309714
0.00115522
-0.000130912
0.000363804
0.000996721
-0.000289732
0.000463
0.000823249
-0.000420445
0.000568226
0.000640043
-0.000465516
0.000636918
0.000438181
-0.000413558
0.000700741
0.000260713
-0.000423868
0.000772201
9.92602e-05
-0.000413695
0.00081061
-8.56018e-05
-0.000393493
0.000831563
-0.000273564
-0.000344811
0.000800836
-0.000461021
-0.000251887
0.000721753
-0.000628993
-0.00015261
0.000591049
-0.000822827
-5.79731e-05
0.000409765
-0.000981279
1.55255e-05
0.000197655
-0.00120398
6.5327e-05
-1.20664e-05
-0.00141553
9.01152e-05
-0.000246754
-0.00175746
0.000126753
-0.000529026
-0.00212086
0.000187026
-0.000868896
-0.00281739
0.00031005
-0.00123097
-0.00368806
0.000415212
-0.0015066
-0.00511411
0.000410401
-0.00164236
-0.00661753
0.000321959
-0.00144527
-0.0084682
5.11715e-05
-0.000831926
-0.00903333
-0.000160526
-0.00601835
-0.000166796
4.58426e-05
3.19071e-05
2.20729e-05
0.000220229
0.000712106
-4.05331e-05
0.000489043
0.0012719
-0.00010918
0.000799532
0.00174447
-0.000160043
0.00107745
0.00204469
-0.000137466
0.00129826
0.00216172
-6.08871e-05
0.00143921
0.00215483
5.56177e-05
0.00150139
0.00205701
0.000183377
0.0014935
0.00192093
0.000301247
0.00142415
0.00176659
0.000406482
0.00130758
0.00162812
0.000492814
0.00115251
0.00150446
0.000565244
0.000969715
0.0014092
0.000607985
0.000774611
0.00132448
0.000613644
0.00060071
0.00125274
0.000540034
0.000481107
0.00117273
0.000367253
0.000456516
0.00109195
9.23751e-05
0.000491803
0.000982279
-0.00010768
0.000564224
0.000843458
-0.000220671
0.000664194
0.000682999
-0.000289862
0.000738046
0.00050181
-0.000279085
0.000800926
0.000337216
-0.000308161
0.000864923
0.000180114
-0.000314398
0.000899859
8.47409e-06
-0.000296059
0.000910614
-0.00018616
-0.000249051
0.000883764
-0.000368996
-0.000191809
0.000806187
-0.000530524
-0.000111948
0.000679503
-0.000719871
-3.86616e-05
0.00050149
-0.00086634
3.13177e-05
0.000298382
-0.00108908
7.91911e-05
6.68174e-05
-0.00126747
0.000108372
-0.000161101
-0.00158614
0.000117442
-0.000455796
-0.00189099
0.000190083
-0.000793128
-0.00254942
0.000300719
-0.00117619
-0.00336148
0.000420953
-0.00149554
-0.00481644
0.000447326
-0.00168193
-0.00639384
0.000355911
-0.00156582
-0.00849322
9.67228e-05
-0.000982107
-0.00948968
-0.000190114
-0.0070105
-0.000165167
3.40823e-05
-2.46912e-06
1.65103e-05
0.000189156
0.000580005
-3.83532e-05
0.000431903
0.00108277
-9.56161e-05
0.000732858
0.00151803
-0.000150087
0.00101917
0.00182447
-0.000139464
0.0012568
0.00195756
-8.17637e-05
0.001434
0.00196525
1.53925e-05
0.00153378
0.00187903
0.00014231
0.00156692
0.00174811
0.000260987
0.00154002
0.00159167
0.0003757
0.00146135
0.00144749
0.000477968
0.00133731
0.00130964
0.000570389
0.00117828
0.001202
0.000642758
0.000993624
0.00110933
0.000684952
0.000815433
0.00104101
0.000654953
0.000683047
0.000981894
0.000533822
0.000630949
0.000930732
0.000320456
0.000656596
0.000872273
0.000103345
0.000712846
0.000777687
-2.07349e-05
0.000796012
0.000648492
-0.000103456
0.000864013
0.000505178
-0.000123067
0.000925658
0.000364383
-0.000186668
0.000975246
0.000213969
-0.000200115
0.00100828
5.14081e-05
-0.000206319
0.00101308
-0.000129171
-0.000178085
0.000982368
-0.000304903
-0.00013213
0.000905132
-0.000455017
-7.31728e-05
0.000777914
-0.000624609
-2.13884e-05
0.000609397
-0.000757333
4.20925e-05
0.000420573
-0.000979483
8.45013e-05
0.000194149
-0.00112252
0.000118756
-5.12031e-05
-0.00141471
0.000136918
-0.000324849
-0.00165609
0.000186987
-0.000659412
-0.00224848
0.000278241
-0.00104727
-0.00298017
0.000400214
-0.00140121
-0.00443425
0.00044995
-0.00165436
-0.00604391
0.000368523
-0.0016479
-0.00838349
0.000127921
-0.00112288
-0.00982891
-0.000220864
-0.00810555
-0.000196926
2.67995e-05
-2.68021e-05
1.3154e-05
0.000153509
0.000476852
-3.00219e-05
0.000368939
0.000916351
-7.89417e-05
0.00064274
0.00131361
-0.000129211
0.000930477
0.00160004
-0.000133667
0.00117999
0.00174464
-9.2748e-05
0.00138144
0.00175901
-1.83009e-05
0.00151721
0.00167604
9.41577e-05
0.00158848
0.00155506
0.0002115
0.00160294
0.00139537
0.000325761
0.0015641
0.00124596
0.000434574
0.00147867
0.00110041
0.000539041
0.00135246
0.000980946
0.000617064
0.00119571
0.000878993
0.000676688
0.00103463
0.00080625
0.000677226
0.000904915
0.000757555
0.00060543
0.000840002
0.000730395
0.000451074
0.000840775
0.000696148
0.000296593
0.000876956
0.0006437
0.00017073
0.000938226
0.000555539
7.42278e-05
0.000996169
0.000449314
2.2315e-05
0.00104319
0.000335327
-5.91218e-05
0.00108801
0.000203276
-9.98696e-05
0.0011197
5.19106e-05
-0.000131471
0.00112961
-0.000104748
-0.000121373
0.00109895
-0.000265416
-9.1399e-05
0.00102532
-0.000394165
-5.51159e-05
0.000902502
-0.000540032
-9.53324e-06
0.000733993
-0.00063989
3.83732e-05
0.000547411
-0.000858614
7.75618e-05
0.000326135
-0.000958851
0.000111874
8.54354e-05
-0.00123275
0.000129154
-0.000189102
-0.00141235
0.000174433
-0.000474828
-0.00196756
0.000246614
-0.000846179
-0.00256346
0.000358173
-0.00123452
-0.00396345
0.000434557
-0.00155887
-0.00555487
0.000362872
-0.00168255
-0.00810043
0.00014076
-0.00125784
-0.00999722
-0.000255702
-0.00930013
-0.000247549
8.96533e-06
-3.0823e-05
4.87199e-06
0.000107604
0.000404212
-2.8757e-05
0.00028873
0.000788106
-7.46348e-05
0.000541886
0.00113157
-0.000116816
0.000822847
0.00138814
-0.000138977
0.0010887
0.00152474
-0.000111697
0.00130903
0.0015483
-5.96248e-05
0.00148636
0.00146235
2.85485e-05
0.00159655
0.0013468
0.000141425
0.00165294
0.00119169
0.000251509
0.00165653
0.00104063
0.000355781
0.00161048
0.000891081
0.000457434
0.00152435
0.000768942
0.000540684
0.00140335
0.000662407
0.000598574
0.00127118
0.000589584
0.000615056
0.00115352
0.000546736
0.000574744
0.0010815
0.000538458
0.000469684
0.00105709
0.000529364
0.000355929
0.00106562
0.000509468
0.00024951
0.00110572
0.000458458
0.000160389
0.00115775
0.000374832
9.31503e-05
0.00119205
0.00028653
1.2834e-05
0.00123024
0.000161751
-3.35015e-05
0.00125656
3.11653e-05
-7.89767e-05
0.00127103
-0.000103687
-8.11978e-05
0.00124666
-0.000244367
-6.88839e-05
0.00116639
-0.000339546
-3.48432e-05
0.00104669
-0.000467466
-1.1727e-05
0.000884653
-0.000527082
3.70271e-05
0.000699186
-0.000726659
6.68498e-05
0.000486391
-0.000795729
0.000104968
0.000273798
-0.00105634
0.000111442
1.25962e-05
-0.00116613
0.000148978
-0.000281798
-0.00166467
0.000212847
-0.000614713
-0.0021556
0.00030663
-0.000978399
-0.00347183
0.000391601
-0.00137184
-0.00493734
0.000335991
-0.00162488
-0.00764459
0.000126824
-0.00134662
-0.00995628
-0.000324127
-0.0105435
-0.000370955
-5.00807e-06
-1.74966e-05
-8.71256e-07
5.32117e-05
0.000372165
-2.29743e-05
0.000195433
0.000697698
-5.92847e-05
0.000410324
0.000992943
-0.000104278
0.000669592
0.00120322
-0.000128312
0.000942023
0.0013083
-0.000125898
0.00117647
0.00133931
-8.91428e-05
0.00138401
0.00124322
-2.34895e-05
0.00153938
0.00113453
6.48989e-05
0.00163687
0.000979469
0.000173158
0.00168581
0.000837731
0.000267818
0.00168411
0.000690485
0.000360042
0.00164162
0.000569985
0.000438549
0.00156457
0.000468915
0.000498236
0.00146706
0.000403191
0.000520907
0.00137304
0.000366424
0.000505537
0.0013087
0.000371017
0.00043918
0.00127725
0.000381748
0.000366197
0.00127075
0.000393663
0.000283071
0.00129318
0.000363574
0.000215301
0.00133227
0.000302657
0.000145045
0.00135219
0.000227252
7.24591e-05
0.00138058
0.000113993
1.2793e-05
0.00140771
-5.35706e-06
-3.4776e-05
0.00143095
-0.000120545
-5.11328e-05
0.00141515
-0.00023902
-5.26766e-05
0.00134278
-0.000292701
-3.24824e-05
0.00122807
-0.000408032
-2.35695e-05
0.00109017
-0.000434407
2.4491e-05
0.000910963
-0.000596351
5.92573e-05
0.000711443
-0.000632845
9.01468e-05
0.000505841
-0.000879051
0.000102245
0.000288799
-0.000930631
0.000134819
5.04011e-05
-0.00138368
0.000175847
-0.000309713
-0.00170979
0.000281326
-0.000685591
-0.00294933
0.00034271
-0.00109925
-0.00427632
0.000328976
-0.00149217
-0.0070071
0.000114096
-0.0013789
-0.00970921
-0.000388344
-0.0118219
-0.000551649
-4.01678e-05
4.12705e-05
-2.05697e-05
-3.59416e-05
0.00039743
-3.39226e-05
5.8507e-05
0.000658861
-6.79969e-05
0.00026143
0.000874871
-0.000116108
0.000508205
0.00105456
-0.000145628
0.000792428
0.00110351
-0.000161893
0.00105186
0.00113345
-0.000136848
0.00128929
0.00103183
-9.8829e-05
0.00148617
0.000926995
-2.55545e-05
0.0016336
0.000776615
5.91802e-05
0.00172457
0.000637066
0.000156995
0.00176775
0.000500842
0.000243576
0.00176562
0.000394277
0.000316275
0.00172689
0.000307538
0.000375084
0.00166699
0.00025718
0.000402247
0.00160623
0.000228131
0.000404106
0.00155716
0.000247336
0.000370183
0.00152541
0.000277949
0.00032923
0.00150343
0.000320093
0.000275018
0.00151218
0.000286675
0.000232354
0.00153948
0.000245664
0.000178052
0.00155869
0.000170156
0.000103491
0.00158504
6.99197e-05
3.81442e-05
0.00161992
-4.76264e-05
-1.49416e-05
0.00164862
-0.000141319
-3.62237e-05
0.00164749
-0.000246232
-4.83406e-05
0.00158414
-0.000251053
-3.461e-05
0.00148106
-0.00036201
-3.79191e-05
0.00136049
-0.000354992
1.05363e-05
0.00119576
-0.000481257
5.28859e-05
0.000997358
-0.000468301
7.59388e-05
0.000798742
-0.000706381
9.69069e-05
0.000596534
-0.00070695
0.000121496
0.000419014
-0.00112714
0.000152174
0.000159576
-0.00131271
0.000225207
-0.000221075
-0.00238955
0.000301834
-0.000730182
-0.00350651
0.000301301
-0.0012146
-0.00630018
0.00016673
-0.00128911
-0.00925641
-0.000426985
-0.0130811
-0.000765232
-6.21062e-05
0.000132379
-3.59769e-05
-0.000116698
0.000493554
-5.03285e-05
-8.80598e-05
0.000685292
-7.54296e-05
4.43426e-05
0.000830796
-0.000118247
0.00028051
0.000932854
-0.000166339
0.000567207
0.000934357
-0.000198471
0.000851897
0.000937826
-0.000190883
0.00112371
0.000830096
-0.000171359
0.00136491
0.000724335
-0.000118794
0.0015602
0.000585338
-4.98807e-05
0.0017051
0.000455877
3.36583e-05
0.00179784
0.000323985
0.000124023
0.00184704
0.000233947
0.00019288
0.00186542
0.000167983
0.000246331
0.00185234
0.000143446
0.000278391
0.0018322
0.000123388
0.000293522
0.0018102
0.000163933
0.000283354
0.00178498
0.000216292
0.000276624
0.00176943
0.000268981
0.000254704
0.00176964
0.000237153
0.000236904
0.00179749
0.000214611
0.000198176
0.00181658
0.000131761
0.000125502
0.00184297
3.50879e-05
5.85384e-05
0.0018908
-9.62336e-05
7.51946e-07
0.00193625
-0.000168464
-2.70492e-05
0.00196066
-0.000268789
-5.16853e-05
0.00192111
-0.000232958
-3.45565e-05
0.00184331
-0.000343116
-4.64441e-05
0.00175343
-0.000300567
5.25387e-07
0.00161511
-0.000389046
4.71974e-05
0.00144624
-0.000332546
7.17577e-05
0.00125071
-0.000535345
9.38679e-05
0.00106067
-0.000505505
0.000114546
0.000876303
-0.000883829
0.00013885
0.000689301
-0.000958108
0.000196488
0.000453099
-0.00191124
0.000232567
-4.17439e-05
-0.00271164
0.000272296
-0.000777819
-0.00534883
0.000236179
-0.000995666
-0.00873349
-0.000380071
-0.014223
-0.00097488
-0.000189018
0.000361607
-7.92434e-05
-0.000274996
0.00063868
-0.000100278
-0.000293458
0.000790727
-0.00014309
-0.000158666
0.000822504
-0.000203548
6.95311e-05
0.000855024
-0.000255291
0.000374358
0.000799461
-0.000302749
0.000708559
0.000758758
-0.000309908
0.00101637
0.00065745
-0.000301118
0.0013073
0.000544852
-0.000253647
0.00155423
0.000417601
-0.000192341
0.00174974
0.000307135
-0.000122964
0.00189559
0.000200248
-5.49912e-05
0.00199883
0.000126316
1.25128e-05
0.00206833
7.28406e-05
7.57541e-05
0.00211183
7.12594e-05
0.000117898
0.00213598
6.84968e-05
0.000151724
0.00214302
0.000134496
0.000167363
0.00214031
0.000197478
0.000192482
0.0021324
0.000265323
0.000196564
0.00214224
0.000228456
0.000197105
0.00217709
0.000219946
0.000183699
0.00221938
0.000115816
9.60224e-05
0.00226961
1.42699e-05
3.86582e-05
0.00235291
-0.000155204
-2.70066e-05
0.00242597
-0.000193908
-6.3837e-05
0.00247758
-0.000302811
-8.019e-05
0.00246893
-0.000239172
-6.20169e-05
0.00241436
-0.000331733
-6.73139e-05
0.0023435
-0.000260229
-1.64064e-05
0.00222262
-0.000294832
2.76389e-05
0.00208653
-0.000217822
5.37214e-05
0.00190497
-0.000377949
8.07795e-05
0.00174384
-0.000337203
0.000108842
0.0015532
-0.000667467
0.000113089
0.00138684
-0.000669499
0.000170203
0.00114323
-0.00144647
0.000206619
0.00085282
-0.00206168
0.000195637
0.000138306
-0.00440587
0.000297298
-0.000330221
-0.00806712
-0.000294437
-0.0149897
-0.00121028
-0.000102192
0.000508384
-0.000119232
-0.000370469
0.000988193
-0.00014257
-0.000497631
0.00104612
-0.000210312
-0.000449493
0.000945177
-0.000292096
-0.000213359
0.000837833
-0.00037494
0.000108441
0.000715819
-0.000462882
0.000480057
0.000622045
-0.000472259
0.000861935
0.000512361
-0.000489598
0.00121603
0.000408689
-0.000448605
0.00152598
0.000304423
-0.000399437
0.00178909
0.000218498
-0.000335737
0.00201423
0.000122942
-0.000267441
0.00219746
6.9313e-05
-0.000201306
0.00234059
2.95048e-05
-0.000136464
0.00246403
2.88813e-05
-7.99857e-05
0.00254585
3.93098e-05
-6.61263e-06
0.00262843
0.000100984
3.89145e-05
0.00268737
0.000177463
8.94336e-05
0.00272164
0.000275921
0.00011678
0.00277317
0.000232666
0.000130655
0.00283852
0.000246548
0.000119102
0.00290955
0.000134968
4.16936e-05
0.00298802
1.69723e-05
-1.33911e-05
0.00310951
-0.000209706
-7.45601e-05
0.00322599
-0.000229362
-0.000109357
0.00333122
-0.000356949
-0.000128145
0.00338023
-0.000266563
-0.000111924
0.0033764
-0.000330006
-0.000121064
0.00335249
-0.000230474
-5.88421e-05
0.00328015
-0.000222014
-1.33499e-05
0.00319555
-0.00012788
2.15517e-05
0.00307017
-0.000250932
4.06493e-05
0.00296798
-0.000212967
5.93253e-05
0.00281693
-0.000502885
0.000108197
0.00273552
-0.000504639
0.000110158
0.00249812
-0.00109731
0.000177522
0.002248
-0.00149401
7.33916e-05
0.00145932
-0.00340316
0.000252906
0.000816727
-0.00732086
-0.000183207
-0.0149269
-0.00148452
-0.000809089
0.00135521
-0.000165348
-0.00091987
0.00120502
-0.000273667
-0.00090911
0.00122763
-0.000431624
-0.000731084
0.00104971
-0.000611558
-0.000367403
0.000808585
-0.000740571
3.88566e-05
0.000694523
-0.000838593
0.000504571
0.000546355
-0.000856473
0.000967645
0.000443032
-0.000869366
0.00141218
0.000343129
-0.000822147
0.0018173
0.000264454
-0.000769693
0.00218599
0.000198756
-0.000704698
0.00250456
0.00013393
-0.000633972
0.00279039
8.47178e-05
-0.000554455
0.00304066
4.99075e-05
-0.000473543
0.00326875
4.46287e-05
-0.000395674
0.00345944
6.1412e-05
-0.000315398
0.00364394
0.000109443
-0.00023272
0.00379275
0.000188452
-0.000133116
0.00392634
0.000302884
-8.08855e-05
0.00406608
0.000257915
-4.90656e-05
0.00424185
0.000261126
-4.41942e-05
0.00441431
0.000146815
-0.000103478
0.00459291
1.30807e-05
-0.000163359
0.00476215
-0.000224412
-0.000232583
0.00492035
-0.000237339
-0.000242648
0.00505568
-0.000375535
-0.000252834
0.00514671
-0.000261159
-0.000234496
0.00516977
-0.000274163
-0.000243483
0.00517901
-0.000168832
-0.000177715
0.00515979
-0.000133979
-0.000133787
0.00512149
-2.12471e-05
-6.73092e-05
0.00503875
-0.000114777
-3.79551e-05
0.00500185
-0.00011199
-2.02068e-05
0.00486657
-0.000329302
3.03823e-05
0.00481201
-0.000357337
-3.19255e-05
0.0045526
-0.000794248
0.000159907
0.00433813
-0.00109248
-9.33972e-05
0.00357246
-0.00247629
9.41505e-05
0.00253204
-0.00625935
-0.000325439
-0.0134127
-0.00182987
-0.0016679
0.00317146
-0.000636112
-0.00161921
0.00149277
-0.000780245
-0.00133818
0.00135997
-0.000898486
-0.000723708
0.000911793
-0.00100817
-5.89925e-05
0.00067339
-0.00110378
0.000693781
0.000494005
-0.00119922
0.00141761
0.000401688
-0.00123818
0.00210339
0.000317687
-0.00122106
0.00274708
0.000245207
-0.00117212
0.00334206
0.000194115
-0.00111185
0.00388997
0.000153153
-0.00103444
0.00439095
0.000111621
-0.000954983
0.00484813
7.83847e-05
-0.000869298
0.0052665
4.89695e-05
-0.000785098
0.00565376
4.402e-05
-0.000702463
0.00601138
5.77114e-05
-0.000618587
0.0063602
8.50177e-05
-0.000528147
0.00670615
0.00014188
-0.00044492
0.00706358
0.000243855
-0.000366346
0.00738092
0.000216851
-0.000273272
0.00774248
0.000179384
-0.000207504
0.00804481
0.000110082
-0.000219233
0.00828642
9.76509e-06
-0.000246496
0.0084346
-0.000170837
-0.000290961
0.00856733
-0.000183656
-0.000306324
0.00864699
-0.000288204
-0.000345982
0.00874505
-0.000206891
-0.000336131
0.00878322
-0.000167389
-0.000380578
0.00884534
-8.7061e-05
-0.000320941
0.00890309
-3.83725e-05
-0.000293631
0.00900475
2.73349e-05
-0.000217207
0.00901449
-7.09473e-06
-0.000160613
0.00905747
-3.41732e-05
-0.000143543
0.00896562
-0.000160888
-6.70203e-05
0.00893744
-0.00021938
-0.00018095
0.00873303
-0.00052223
-3.86458e-05
0.00848345
-0.000750527
-0.000262748
0.00783193
-0.0016942
-0.000355081
0.00561292
-0.00412084
-0.000335027
-0.00902891
-0.002114
0.00325479
-0.000447263
0.0049051
-0.000554266
0.00646838
-0.000655761
0.00762375
-0.000727395
0.00856512
-0.000798642
0.00938016
-0.000866613
0.0101316
-0.000895038
0.0108188
-0.000911896
0.0114436
-0.000900626
0.012022
-0.000878113
0.0125583
-0.000842591
0.0130464
-0.000801375
0.0134888
-0.000749775
0.0138844
-0.000698314
0.0142536
-0.000646198
0.0146157
-0.000595875
0.0149751
-0.00051617
0.0153493
-0.000429996
0.015822
-0.000339259
0.0162322
-0.000247506
0.0166034
-0.000185591
0.0169051
-0.000156466
0.0170908
-0.000138388
0.0170801
-0.000180499
0.0170363
-0.000195601
0.0168659
-0.000243191
0.0167652
-0.000264182
0.0167036
-0.000315323
0.0167406
-0.000328103
0.0168432
-0.000327312
0.0170361
-0.000312731
0.017173
-0.000219342
0.0172865
-0.000233575
0.0172368
-0.000114
0.0171192
-0.000206125
0.0167223
-0.000143066
0.015997
-0.000184131
0.0144106
-0.000507503
0.0102778
-0.000499307
-0.00216283
1.6118e-05
-4.58724e-06
-6.4043e-07
5.55646e-05
-3.21379e-05
-3.91926e-05
9.33774e-05
-2.23966e-05
-4.26487e-05
0.000119149
-9.13657e-06
-4.44692e-05
0.000132711
5.57837e-06
-4.80099e-05
0.000140572
1.18397e-05
-5.40135e-05
0.000137808
2.65459e-05
-6.3994e-05
0.000133386
3.02148e-05
-7.42457e-05
0.000128922
2.7637e-05
-7.84765e-05
0.000106451
3.55176e-05
-7.33656e-05
5.8781e-05
5.55427e-05
-5.66222e-05
-6.87397e-06
7.8259e-05
-4.82077e-05
-9.14528e-05
0.000101986
-3.9634e-05
-0.000196502
0.00012889
-4.51306e-05
-0.000305042
0.000158624
-6.12674e-05
-0.000437775
0.000189004
-8.84441e-05
-0.000600325
0.000219595
-9.92585e-05
-0.000779073
0.000264176
-0.0001444
-0.000966825
0.000336238
-0.000211954
-0.00119928
0.000424781
-0.000295321
-0.00147836
0.00051664
-0.000399682
-0.00166437
0.000503455
-0.000653369
-0.00182883
0.000519371
-0.000871744
-0.00189026
0.000451038
-0.00110485
-0.00184228
0.000388432
-0.0013446
-0.00169037
0.000330676
-0.00156322
-0.00144155
0.00027861
-0.00174719
-0.00112237
0.000236549
-0.00187375
-0.000755302
0.000197573
-0.00191526
-0.000376431
0.000191843
-0.00189106
-4.36616e-05
0.000216857
-0.00173473
0.000220126
0.000255754
-0.0015107
0.000366275
0.000320351
-0.00118403
0.000375486
0.000338259
-0.00083749
0.000291098
0.000307325
-0.000522511
0.000191433
0.000232259
-0.000317607
0.000100237
0.000175132
-0.000204951
4.3327e-05
0.00012647
-0.00015233
1.04156e-05
8.32108e-05
-0.000109973
3.65276e-05
-7.26865e-05
2.85621e-05
-2.28286e-05
-4.08815e-05
8.95836e-05
-6.81358e-05
-9.95334e-05
0.000147581
-4.45223e-05
-0.000110705
0.000178629
-1.30187e-06
-0.000112786
0.000180011
4.29106e-05
-0.000111966
0.000149834
8.09123e-05
-0.000119308
9.28933e-05
0.000116561
-0.000125196
4.51391e-06
0.000159496
-0.000142041
-0.000166899
0.000221416
-0.00013939
-0.000398828
0.000287916
-0.000149536
-0.000688086
0.000372607
-0.000158794
-0.0010159
0.000461528
-0.000204129
-0.00138922
0.000553099
-0.00024965
-0.0017881
0.000637065
-0.000330493
-0.00219581
0.000718113
-0.000441246
-0.00259135
0.000780666
-0.000590999
-0.00296868
0.000829365
-0.0007774
-0.00329869
0.000877931
-0.000975002
-0.00356748
0.000939687
-0.00118971
-0.00375239
0.000992126
-0.00137821
-0.00383916
0.00102809
-0.00155484
-0.00387097
0.000924608
-0.00174284
-0.00382885
0.000858102
-0.00186255
-0.00369532
0.000715402
-0.00202526
-0.0034638
0.000587954
-0.00219331
-0.00314121
0.00046052
-0.00231045
-0.00273667
0.000350554
-0.00239472
-0.00226802
0.000268554
-0.00242639
-0.00175759
0.000202895
-0.00238516
-0.00121753
0.000172936
-0.00228396
-0.000693193
0.000218032
-0.0020749
-0.000259277
0.000320894
-0.00182966
8.76277e-05
0.000446802
-0.00151138
0.000307066
0.000536263
-0.00117322
0.000390066
0.000547421
-0.000844309
0.000345496
0.000511511
-0.000587325
0.00025571
0.000435875
-0.000410059
0.000154179
0.000351826
-0.00029535
6.1017e-05
0.000258363
-0.000198523
0.000136824
-0.000109746
4.1521e-05
-3.82625e-05
-6.61291e-05
0.000102449
-8.18147e-05
-0.000144097
0.000147349
-2.9976e-05
-0.000172519
0.000147867
5.78812e-05
-0.000177137
0.000101542
0.000149448
-0.000185396
-5.06314e-06
0.000244728
-0.000195823
-0.000186779
0.000349583
-0.000218013
-0.000449132
0.000470872
-0.00024011
-0.000780043
0.000610207
-0.000268352
-0.00118703
0.000754825
-0.00029301
-0.00165623
0.000917119
-0.000327876
-0.00215326
0.00106059
-0.000390758
-0.00264615
0.00118439
-0.000480981
-0.00312135
0.0012784
-0.000601976
-0.00354619
0.00135359
-0.000744492
-0.00390823
0.00138723
-0.000906173
-0.00421549
0.00141225
-0.00106795
-0.00445009
0.00141554
-0.00123236
-0.00461032
0.00142814
-0.00139135
-0.00466944
0.00139697
-0.00149479
-0.00461848
0.001336
-0.00155992
-0.00455366
0.00117215
-0.0016256
-0.00440888
0.00103237
-0.00166495
-0.0042085
0.000843648
-0.00170617
-0.00397772
0.000678078
-0.00175367
-0.00369249
0.000505288
-0.00177704
-0.00334707
0.00035719
-0.00178398
-0.0029413
0.000238669
-0.00175476
-0.00247965
0.000131381
-0.00168363
-0.00199176
7.66428e-05
-0.00158825
-0.00147569
8.53855e-05
-0.00144313
-0.000970867
0.000173868
-0.00130353
-0.000507707
0.000315619
-0.00112203
-0.000175839
0.000533988
-0.000977272
5.50847e-05
0.00063229
-0.000804568
0.000147237
0.000662944
-0.000626984
0.000160534
0.00062166
-0.000491146
0.000115244
0.000552509
-0.000381058
5.15308e-05
0.000430513
-0.000257637
0.000231934
-0.000118113
3.87284e-05
-3.72334e-05
-0.000104861
7.89413e-05
-5.07453e-05
-0.000208959
8.15524e-05
4.54999e-05
-0.000241377
2.03689e-05
0.000199422
-0.000250024
-0.00011374
0.000359866
-0.000255405
-0.000335274
0.000537696
-0.000272831
-0.000642046
0.000723804
-0.000302805
-0.00103799
0.000930029
-0.000328119
-0.0015056
0.00114147
-0.000355869
-0.00201493
0.00134151
-0.000394701
-0.00252153
0.0015216
-0.000444789
-0.00299755
0.00165901
-0.000517291
-0.00342243
0.00175949
-0.000591232
-0.00378109
0.00181834
-0.00068246
-0.00406572
0.00184509
-0.000780295
-0.00429549
0.00183779
-0.000870969
-0.00447757
0.00183142
-0.000958896
-0.00459849
0.00178426
-0.00102786
-0.00466295
0.00175068
-0.00108123
-0.00465343
0.00165089
-0.00107325
-0.00456216
0.00151596
-0.00102922
-0.00446215
0.00131933
-0.00101627
-0.00432333
0.00113779
-0.00096859
-0.00415908
0.000916039
-0.00093112
-0.0039772
0.000725475
-0.000917224
-0.00376305
0.000531302
-0.000895362
-0.00351001
0.000370356
-0.000881731
-0.00320927
0.000227617
-0.000864021
-0.00285558
8.77914e-05
-0.000848586
-0.00245186
-3.5777e-06
-0.000836236
-0.0020006
-4.45627e-05
-0.000819083
-0.00152244
-3.99102e-06
-0.000797646
-0.00105258
0.000110096
-0.000749176
-0.000632821
0.000355258
-0.000710148
-0.000304762
0.000564787
-0.000676361
-9.67201e-05
0.000691656
-0.000599115
5.27556e-06
0.000724851
-0.000519384
3.60838e-05
0.000691364
-0.00042204
2.58081e-05
0.000560314
-0.00028853
0.000305927
-0.000118925
2.36323e-05
-6.38358e-06
-0.000158341
2.85108e-05
3.95075e-05
-0.000290306
-2.76967e-05
0.000207175
-0.000337688
-0.000166776
0.000437069
-0.000327746
-0.000392743
0.00067868
-0.000336289
-0.000712335
0.000937001
-0.000343684
-0.00111473
0.00120027
-0.000373261
-0.00157329
0.00145572
-0.00038899
-0.00205441
0.00169042
-0.000415327
-0.00252796
0.00189524
-0.000439773
-0.0029641
0.00205671
-0.000466214
-0.00333778
0.00215434
-0.00049995
-0.0036388
0.00220673
-0.000544669
-0.00387741
0.00222035
-0.00059229
-0.00406458
0.00220831
-0.000630629
-0.00421293
0.00216776
-0.000653867
-0.0043191
0.00212142
-0.000660099
-0.00438547
0.00204567
-0.000649629
-0.00442148
0.00199113
-0.000604952
-0.00440142
0.00184076
-0.000508854
-0.00430617
0.00167135
-0.000392451
-0.00420399
0.00142722
-0.000297721
-0.00409014
0.00121125
-0.00020449
-0.00397893
0.000963784
-0.000159642
-0.00385492
0.000768511
-0.000178091
-0.00371014
0.000562264
-0.000183777
-0.00354806
0.000401085
-0.000209179
-0.00332752
0.00021482
-0.000253791
-0.00305954
2.85188e-05
-0.00030724
-0.00273363
-0.000103909
-0.000386318
-0.00236276
-0.00016955
-0.000469361
-0.00192106
-0.000187181
-0.000559405
-0.00146919
-9.14988e-05
-0.000603463
-0.00100456
0.000118794
-0.000634542
-0.000629219
0.000411048
-0.000641295
-0.000329379
0.000636936
-0.000629167
-0.000140327
0.000753441
-0.000561302
-4.17183e-05
0.000773025
-0.000460257
-2.68228e-06
0.000648685
-0.000307797
0.000355746
-0.000119575
-5.94831e-06
6.97673e-05
-0.000232279
-4.88262e-05
0.000203666
-0.000405842
-0.000169282
0.000454466
-0.000438981
-0.000378872
0.000759979
-0.000410757
-0.000677368
0.0010719
-0.000390642
-0.00105081
0.00138857
-0.000389733
-0.00147381
0.00168832
-0.000401343
-0.00191544
0.00195504
-0.000408376
-0.00236125
0.00219074
-0.000405306
-0.00276815
0.00236817
-0.000400098
-0.00310293
0.00247807
-0.00040272
-0.00336591
0.00252462
-0.00041054
-0.00357485
0.00253887
-0.000413292
-0.00373811
0.00251691
-0.00040863
-0.0038566
0.00246908
-0.000389045
-0.00395065
0.00240009
-0.000344079
-0.00399611
0.00231905
-0.000276698
-0.00401713
0.00220127
-0.000152447
-0.00401409
0.00210173
-2.85953e-05
-0.00395026
0.00189544
0.000107778
-0.00387628
0.00171525
0.000218312
-0.00380423
0.00144002
0.000295408
-0.00374879
0.00122654
0.000353393
-0.00370218
0.000965559
0.000375011
-0.00365556
0.000762161
0.000366373
-0.00358885
0.000544368
0.000338784
-0.00351681
0.000382798
0.000293833
-0.00338993
0.000152392
0.000222736
-0.0032046
-6.07098e-05
8.78538e-05
-0.00296774
-0.000246373
-4.72754e-05
-0.00263162
-0.000394242
-0.000200822
-0.00224315
-0.000433258
-0.000369661
-0.00181121
-0.000352039
-0.00049195
-0.00134306
-0.000148617
-0.00059157
-0.000905497
0.000188209
-0.000663885
-0.000531791
0.000494736
-0.00067344
-0.000268141
0.000719916
-0.000621702
-0.000105408
0.000804238
-0.000508519
-2.26019e-05
0.000700959
-0.000335765
0.000390414
-0.000127664
-3.92162e-05
0.000202144
-0.000317703
-0.000129328
0.000441433
-0.000522753
-0.000299359
0.000774079
-0.000544841
-0.000557794
0.00113788
-0.000486127
-0.000887394
0.00149194
-0.000447279
-0.00127529
0.00184465
-0.000422074
-0.00168392
0.00214995
-0.000413911
-0.00208776
0.00240046
-0.000373646
-0.00245283
0.00259737
-0.000350202
-0.00275752
0.00272848
-0.000320521
-0.00300301
0.00279611
-0.000294481
-0.00319974
0.00280798
-0.000265501
-0.00335145
0.00278612
-0.000230201
-0.00346034
0.00272244
-0.000180728
-0.00353219
0.00263376
-0.000101836
-0.00357056
0.00251435
6.10651e-06
-0.0035867
0.00238948
0.000116655
-0.00357962
0.00224362
0.000218694
-0.00356101
0.00211564
0.000358104
-0.00352702
0.00188421
0.000492993
-0.00349801
0.00172707
0.000593018
-0.00346936
0.00142145
0.000687039
-0.00347353
0.00120842
0.000727486
-0.00349655
0.000942739
0.000729318
-0.00352165
0.00072932
0.000693872
-0.00353306
0.000492157
0.000646661
-0.00352069
0.000294712
0.000585931
-0.00346131
-1.44919e-06
0.000505971
-0.00333588
-0.000286145
0.000399202
-0.00315986
-0.000568554
0.000255513
-0.00289588
-0.000754243
5.83162e-05
-0.00255341
-0.000829706
-0.000144879
-0.00213217
-0.000751079
-0.00035358
-0.00163857
-0.00055167
-0.000486545
-0.00113068
-0.00015912
-0.000626633
-0.000704458
0.000283493
-0.000688153
-0.000371213
0.000606043
-0.000675192
-0.000152357
0.00079363
-0.000568426
-3.68393e-05
0.000731388
-0.000375576
0.000418716
-0.00014501
-6.84349e-05
0.000379627
-0.00039822
-0.000197958
0.000736803
-0.000629514
-0.000403535
0.00113774
-0.000623563
-0.000680604
0.00153836
-0.000529586
-0.00101924
0.00191695
-0.00045743
-0.00139002
0.00226929
-0.000408186
-0.00173982
0.00253871
-0.000364967
-0.00206794
0.00275935
-0.000310221
-0.00236009
0.00291968
-0.000257544
-0.00260876
0.00301504
-0.000200814
-0.0028007
0.0030348
-0.000151754
-0.00294888
0.00300507
-9.90343e-05
-0.00304572
0.00294007
-3.44085e-05
-0.00311559
0.00283137
5.70999e-05
-0.00315475
0.00270401
0.000153909
-0.00317099
0.00254615
0.000266735
-0.00317049
0.00238528
0.000387492
-0.00315282
0.00218712
0.000518687
-0.00313529
0.00202673
0.000650102
-0.00314089
0.00178585
0.000784871
-0.00314709
0.00162991
0.000859989
-0.00318486
0.00133449
0.000923709
-0.00325941
0.00112879
0.000940162
-0.00334804
0.000866571
0.000922514
-0.00342581
0.000631811
0.000879706
-0.0035082
0.00039031
0.000833721
-0.00354292
0.000122203
0.000777586
-0.00354665
-0.000222193
0.000703394
-0.00348913
-0.000614051
0.000605472
-0.00338873
-0.000957541
0.00047192
-0.00317526
-0.00123015
0.000301728
-0.00283615
-0.0013653
8.25999e-05
-0.00241617
-0.00132223
-0.000135316
-0.00193953
-0.00109353
-0.000334502
-0.00137692
-0.000685443
-0.000500948
-0.000878317
-7.26435e-05
-0.00062915
-0.000464993
0.000413166
-0.000686489
-0.000196162
0.000726166
-0.000595602
-4.80721e-05
0.000733376
-0.000405841
0.000440392
-0.000161421
-8.60613e-05
0.000589748
-0.000468843
-0.000237431
0.00106922
-0.000724672
-0.000457849
0.001522
-0.000696588
-0.000729128
0.00193161
-0.000564462
-0.00104651
0.00231289
-0.000463695
-0.00135872
0.00262878
-0.000388932
-0.00166141
0.00287395
-0.000311825
-0.00194649
0.00306394
-0.000226857
-0.00219263
0.00317808
-0.000154205
-0.00238586
0.00322439
-8.4601e-05
-0.0025335
0.00320429
-1.66688e-05
-0.00264286
0.00313323
7.05153e-05
-0.00271094
0.00302061
0.000155507
-0.00275425
0.00286865
0.000256958
-0.00277077
0.00268906
0.00037158
-0.00276554
0.00247882
0.000489074
-0.00274922
0.00227146
0.000601251
-0.00274136
0.00204502
0.000704748
-0.00274656
0.00186018
0.000801346
-0.0028027
0.00163366
0.000902398
-0.00287322
0.00147452
0.000959827
-0.00299132
0.00121667
0.0010094
-0.00312585
0.00100354
0.00102584
-0.00326324
0.000746592
0.00100762
-0.00337407
0.00048008
0.000975651
-0.00349546
0.000231358
0.000945193
-0.00356262
-0.000111619
0.000905115
-0.00361442
-0.000526761
0.000853045
-0.00361717
-0.000965374
0.000755981
-0.00353314
-0.00138023
0.000635735
-0.00335744
-0.00172372
0.000490646
-0.00306943
-0.00194007
0.000317557
-0.00265512
-0.00196982
9.48814e-05
-0.00216719
-0.00178334
-0.000108673
-0.00160679
-0.0013657
-0.00030208
-0.00102327
-0.000645403
-0.000485524
-0.000570091
8.97321e-05
-0.000589549
-0.000233523
0.000545677
-0.000574235
-6.07332e-05
0.000703778
-0.000420111
0.000452147
-0.000175121
-8.78738e-05
0.000810791
-0.000519111
-0.000242992
0.00141547
-0.000797229
-0.000454765
0.00190137
-0.000751225
-0.000710022
0.0023093
-0.000583821
-0.00098725
0.00266501
-0.000447389
-0.00126
0.00294526
-0.000339583
-0.00153257
0.00316588
-0.000232347
-0.0017682
0.00331081
-0.00013997
-0.00196174
0.00337849
-4.23681e-05
-0.00211489
0.00337197
4.46999e-05
-0.00223485
0.00330749
0.000140201
-0.00231667
0.00319019
0.000225744
-0.00236541
0.00302892
0.000319814
-0.00238813
0.00282571
0.000422369
-0.0023919
0.00259605
0.000528854
-0.00238541
0.00234117
0.000628364
-0.00238147
0.00209994
0.000712985
-0.00240122
0.00185917
0.000786293
-0.00244946
0.00166526
0.000847439
-0.00255588
0.0014627
0.00092185
-0.00268066
0.00129571
0.000967388
-0.00283902
0.00106749
0.00101636
-0.00299511
0.000837152
0.00104165
-0.00313342
0.000573692
0.00104073
-0.00327083
0.000306173
0.00102754
-0.00338944
1.81636e-05
0.00101371
-0.00350498
-0.000372206
0.00100255
-0.00358461
-0.000832687
0.000948085
-0.00362664
-0.00130045
0.000872845
-0.00359131
-0.0017467
0.000766711
-0.00346296
-0.00215108
0.000638001
-0.00321703
-0.00246481
0.000490237
-0.00285388
-0.00261566
0.000316688
-0.00238045
-0.00250908
9.54843e-05
-0.00180815
-0.00215294
-9.93973e-05
-0.00117592
-0.00141312
-0.000288867
-0.000639082
-0.000440509
-0.000446083
-0.000283276
0.000325911
-0.000522249
-6.96754e-05
0.000610443
-0.000399122
0.00044993
-0.00017644
-7.55496e-05
0.00102079
-0.000538244
-0.000215777
0.00174766
-0.000838908
-0.000407404
0.00225954
-0.000783124
-0.000632785
0.00265409
-0.000581318
-0.000863771
0.00296731
-0.000418182
-0.00110704
0.00321539
-0.000272249
-0.00133429
0.00340089
-0.000163138
-0.00153298
0.00350367
-3.15676e-05
-0.00169447
0.00352558
6.59106e-05
-0.0018244
0.00347371
0.000176262
-0.00192305
0.00336346
0.000262858
-0.0019918
0.00319817
0.000350717
-0.00203228
0.0029858
0.000444179
-0.00205073
0.00273092
0.000536598
-0.0020579
0.00245627
0.000622708
-0.00206627
0.00216858
0.000693007
-0.0020897
0.00190824
0.000747953
-0.00214597
0.00166724
0.000792477
-0.00223321
0.00147088
0.000831937
-0.00236368
0.00128113
0.00088954
-0.00250863
0.00110348
0.000934227
-0.00266534
0.000891269
0.000983045
-0.00281684
0.000650957
0.0010149
-0.00294534
0.000373637
0.00103895
-0.00308076
0.000113073
0.00104397
-0.0032018
-0.00021432
0.00104909
-0.00332597
-0.000628754
0.00104379
-0.00344403
-0.00109218
0.0010106
-0.00351638
-0.00155576
0.000941663
-0.00353462
-0.00202952
0.0008627
-0.00347664
-0.00249769
0.00076926
-0.00331623
-0.00290349
0.000647842
-0.00300531
-0.00318051
0.000486529
-0.00255878
-0.00321896
0.000315268
-0.00200559
-0.00296165
0.000111936
-0.00135502
-0.00228973
-9.23242e-05
-0.000711524
-0.00119924
-0.000272114
-0.00029041
-5.3444e-05
-0.000403677
-6.79326e-05
0.000464105
-0.000335839
0.000437013
-0.000168527
-5.25653e-05
0.00120612
-0.000536058
-0.000165277
0.00205583
-0.000863118
-0.00033013
0.00259456
-0.000804529
-0.000513747
0.00295977
-0.000579015
-0.000704432
0.00322763
-0.000380176
-0.00091166
0.0034384
-0.00021285
-0.00110245
0.00358663
-8.04861e-05
-0.00127149
0.00364563
5.67795e-05
-0.00142211
0.00362666
0.000186339
-0.00154088
0.00354124
0.00028152
-0.00163138
0.00338601
0.000364616
-0.00169352
0.00317119
0.000449911
-0.00173312
0.00290766
0.000532273
-0.00175753
0.00260606
0.000603538
-0.00177814
0.00229559
0.000661247
-0.00181022
0.00198979
0.000701666
-0.00186324
0.00172229
0.000730964
-0.00194619
0.00148536
0.000758577
-0.0020493
0.0012849
0.000786964
-0.00217334
0.00109418
0.000836009
-0.00229837
0.000898876
0.000879198
-0.00241881
0.0006914
0.00092758
-0.00253341
0.000446862
0.0009657
-0.00265308
0.000176309
0.00100353
-0.00278073
-8.47548e-05
0.00102497
-0.0029086
-0.000439814
0.00104728
-0.00304406
-0.000837841
0.00104483
-0.00317129
-0.00126704
0.00101194
-0.00327363
-0.00172685
0.000969773
-0.00334278
-0.00221707
0.000920357
-0.00336241
-0.00272754
0.000831268
-0.00329913
-0.00322571
0.000716893
-0.00310482
-0.00364689
0.000581671
-0.00272017
-0.0038599
0.000411817
-0.0021952
-0.00374369
0.000245871
-0.0015092
-0.00320783
6.09321e-05
-0.000832326
-0.00208907
-9.9469e-05
-0.000297871
-0.000665673
-0.00025988
-8.21207e-05
0.000280332
-0.000271474
0.000397392
-0.000155572
-2.23397e-05
0.00135613
-0.000500019
-9.53834e-05
0.00232305
-0.000853229
-0.000219964
0.00289124
-0.000802695
-0.000364335
0.003227
-0.000558525
-0.000520901
0.00345351
-0.000333805
-0.000684916
0.00361448
-0.000152377
-0.000845712
0.00371585
1.17715e-05
-0.00100626
0.00374092
0.000160958
-0.00114711
0.00369563
0.000278833
-0.00126391
0.00357323
0.00037308
-0.00135496
0.00338366
0.000453648
-0.00142277
0.00312493
0.000527063
-0.00147168
0.00281565
0.000588626
-0.00151
0.00247396
0.00063353
-0.00154928
0.0021359
0.00066111
-0.00160316
0.00182085
0.000673981
-0.001675
0.00155017
0.000685619
-0.00176268
0.00131174
0.000702745
-0.00185341
0.00109997
0.00072873
-0.00194439
0.000897986
0.000770547
-0.00202646
0.000685665
0.00081059
-0.00210113
0.000482765
0.000852941
-0.0021806
0.000235933
0.000895099
-0.0022854
-1.10959e-05
0.000935989
-0.00239299
-0.000289612
0.000971821
-0.00253039
-0.00061193
0.000991616
-0.00267407
-0.000972165
0.000994647
-0.00281201
-0.00137177
0.000981038
-0.00294683
-0.00181082
0.000966866
-0.00306621
-0.00230882
0.000921815
-0.00315535
-0.00286046
0.000867718
-0.00317666
-0.00344361
0.000785415
-0.00309252
-0.00398688
0.000673536
-0.00282947
-0.00438933
0.000533247
-0.00235317
-0.0044744
0.000368731
-0.00171173
-0.00409468
0.00019798
-0.000954051
-0.0030692
3.72204e-05
-0.000331064
-0.00145176
-0.000121093
-5.64498e-05
1.83259e-06
-0.000201754
0.000368018
-0.00013679
1.70231e-05
0.0014638
-0.0004554
-1.40701e-05
0.00255147
-0.000836898
-9.55384e-05
0.00315199
-0.000798384
-0.000201353
0.00346271
-0.000547738
-0.000322308
0.00364872
-0.000296065
-0.000453776
0.00376145
-9.73844e-05
-0.000594836
0.00381214
8.60044e-05
-0.000744725
0.00379986
0.000254447
-0.000881597
0.00373306
0.000361371
-0.00100533
0.00358779
0.000447391
-0.00110888
0.00336473
0.000523027
-0.00118885
0.00307159
0.000581849
-0.00125336
0.00272382
0.000623735
-0.00130885
0.00234925
0.00063772
-0.00136329
0.00198902
0.000635594
-0.00142572
0.00166497
0.000625058
-0.00149451
0.00138796
0.000621517
-0.00156307
0.00114058
0.000630961
-0.00162075
0.000913169
0.000653776
-0.00166628
0.000694874
0.000690459
-0.00170218
0.000473067
0.000727247
-0.00173654
0.000269487
0.000769581
-0.00179579
3.45846e-05
0.000811803
-0.00188057
-0.000192058
0.000851302
-0.00198859
-0.000452746
0.000885526
-0.00211665
-0.000740997
0.000912786
-0.00225648
-0.00105783
0.000922505
-0.00240954
-0.00141929
0.000931665
-0.00257196
-0.00183876
0.000922574
-0.00273746
-0.00233689
0.000908227
-0.00288845
-0.00291668
0.00087122
-0.00298768
-0.00356108
0.00080454
-0.00298744
-0.00421047
0.00070465
-0.00284044
-0.00477297
0.00057556
-0.0024697
-0.0050869
0.000429513
-0.00187695
-0.00491859
0.000281139
-0.00111893
-0.00405397
0.000144118
-0.000410255
-0.00235682
1.74945e-05
-3.03397e-05
-0.000493879
-7.81908e-05
0.000310878
-7.50965e-05
5.80994e-05
0.00152127
-0.000378087
8.29945e-05
0.00272042
-0.00078181
5.70575e-05
0.00336005
-0.000765117
-5.1929e-06
0.00365833
-0.000513903
-9.37866e-05
0.00381579
-0.000248285
-0.00020192
0.00387917
-2.20662e-05
-0.000342116
0.00388774
0.00019243
-0.000486788
0.0038391
0.000338992
-0.000627074
0.00374463
0.000443513
-0.000760847
0.00357903
0.000528018
-0.00088006
0.00333662
0.000587073
-0.000981687
0.00301889
0.00062851
-0.00106572
0.00264126
0.000640498
-0.00113694
0.00223887
0.000627013
-0.00120005
0.00186021
0.000594109
-0.00125847
0.00152475
0.000560824
-0.0013089
0.00123537
0.000541754
-0.00134362
0.000972431
0.000542146
-0.00135929
0.000727828
0.000561168
-0.00135972
0.000494377
0.000592715
-0.00136552
0.000275527
0.000636939
-0.00137651
6.42578e-05
0.000674427
-0.00142457
-0.000141468
0.000718732
-0.0014917
-0.000356127
0.000754952
-0.00158935
-0.000586316
0.000792287
-0.0017122
-0.000833471
0.000822
-0.00185036
-0.00111507
0.000845937
-0.00201093
-0.00144479
0.000866369
-0.00219175
-0.00183981
0.000878273
-0.00238805
-0.00232701
0.000878259
-0.00258115
-0.00291156
0.000855196
-0.00273987
-0.00359181
0.000807837
-0.00282196
-0.00432215
0.00072826
-0.00276503
-0.00502835
0.000614471
-0.00251358
-0.00554866
0.000475346
-0.00199321
-0.00564827
0.000327165
-0.00125338
-0.00499589
0.000203762
-0.000473576
-0.0033372
0.000105352
-2.3338e-05
-0.00110305
1.30792e-05
0.000211624
-6.13331e-06
9.81346e-05
0.00152488
-0.000314117
0.000167664
0.00284312
-0.0007398
0.000175353
0.00353997
-0.000747165
0.000147933
0.00382861
-0.000503315
9.46799e-05
0.00395044
-0.000219284
2.34134e-05
0.00397651
2.95534e-05
-9.75243e-05
0.00395441
0.000245806
-0.000245786
0.00388109
0.000400075
-0.000394265
0.00375342
0.000506507
-0.000540143
0.00356266
0.000586851
-0.000679318
0.00330012
0.000640557
-0.000801576
0.00296056
0.000665593
-0.000903412
0.00256004
0.00065185
-0.000987974
0.00214052
0.000605494
-0.00105474
0.00174898
0.000544845
-0.00109998
0.00139915
0.000487827
-0.00112047
0.0010922
0.00045232
-0.0011161
0.000811326
0.000440959
-0.00109345
0.000552679
0.000456247
-0.00106263
0.000309849
0.000487132
-0.0010494
8.56177e-05
0.000545311
-0.00105165
-0.000114615
0.000581299
-0.00108494
-0.000302203
0.000630785
-0.0011427
-0.000499176
0.000667921
-0.00123381
-0.00069931
0.000707216
-0.0013469
-0.00091952
0.000744238
-0.00148202
-0.00116917
0.000777465
-0.00164145
-0.0014691
0.000805458
-0.00182821
-0.00183395
0.000825939
-0.00203656
-0.00229615
0.000836253
-0.00225598
-0.00286525
0.000830243
-0.00245938
-0.00355984
0.000799706
-0.00260813
-0.00434261
0.000735693
-0.00264047
-0.00516688
0.000636138
-0.00249082
-0.00587153
0.000504304
-0.00208518
-0.00623875
0.000364862
-0.00141047
-0.00585101
0.000239579
-0.000587169
-0.00435188
0.000180215
-2.328e-05
-0.00184743
0.000124076
8.1496e-05
9.08394e-05
0.000148071
0.00146881
-0.000205426
0.000267318
0.00290489
-0.000647278
0.000316974
0.00367475
-0.000686955
0.000306575
0.00398106
-0.000454869
0.000264508
0.00408024
-0.000169345
0.000196137
0.0040577
0.000103521
0.000102689
0.00400511
0.000304599
-1.99517e-05
0.00390218
0.000466951
-0.000175368
0.00375889
0.000580323
-0.000337086
0.00354588
0.000658447
-0.000491023
0.00325678
0.00070141
-0.000625918
0.00289285
0.000703658
-0.000741919
0.00247825
0.000659813
-0.000836692
0.00205206
0.000580061
-0.000903995
0.00165576
0.000486567
-0.000937057
0.00129466
0.000404786
-0.000931901
0.000969904
0.000347249
-0.000895657
0.000669268
0.000323788
-0.000842566
0.000395022
0.000333986
-0.000794797
0.000142228
0.00037974
-0.000772982
-7.83298e-05
0.000442318
-0.000772652
-0.000269382
0.000493103
-0.000798008
-0.000449729
0.000551088
-0.000853599
-0.000631017
0.000597463
-0.000935083
-0.00081155
0.000639899
-0.00103871
-0.00100949
0.000680141
-0.00116629
-0.00123125
0.000713321
-0.00132017
-0.00150007
0.000747562
-0.0015016
-0.00183028
0.000774406
-0.0017105
-0.0022585
0.000797349
-0.00194225
-0.00279802
0.000806299
-0.00217558
-0.00348582
0.000795478
-0.00237503
-0.00429811
0.000751248
-0.00248051
-0.00521154
0.000665626
-0.00242053
-0.00607805
0.000539842
-0.00211258
-0.00669311
0.000393122
-0.0015153
-0.00660595
0.000260897
-0.000693654
-0.00533452
0.000203474
-3.51212e-05
-0.0026524
0.000153408
-6.25218e-05
0.000157434
0.000166082
0.00137006
-0.000122322
0.00032887
0.00291994
-0.000614287
0.000430802
0.00375173
-0.000673458
0.000456316
0.00408545
-0.000452549
0.000438239
0.00418296
-0.000155092
0.000368571
0.00413941
0.000119933
0.000274339
0.00405957
0.000331197
0.000157419
0.00392053
0.000500424
2.29628e-05
0.00374322
0.000618037
-0.000133096
0.00350633
0.000700147
-0.000299536
0.00321096
0.000730932
-0.000460551
0.00284204
0.000711894
-0.000600285
0.00241964
0.000643551
-0.000708726
0.00198576
0.000535809
-0.000772927
0.00157971
0.000416813
-0.000787793
0.0012058
0.000311176
-0.000757812
0.000865714
0.00023577
-0.000698149
0.000550505
0.000201315
-0.00062881
0.000267571
0.000209888
-0.000563499
-1.07408e-05
0.000264576
-0.000537816
-0.000218924
0.00034267
-0.000530071
-0.000408811
0.000404147
-0.000554302
-0.00058716
0.000480634
-0.000603313
-0.000759645
0.000533053
-0.000674585
-0.000926479
0.00057718
-0.00076755
-0.00110552
0.000617136
-0.000883134
-0.00130148
0.000652739
-0.00102397
-0.00154104
0.000687497
-0.00119407
-0.00183374
0.000718784
-0.00139485
-0.00222146
0.000749962
-0.00162787
-0.00271841
0.000774184
-0.00187979
-0.0033807
0.000784212
-0.0021212
-0.00419681
0.000765917
-0.00229331
-0.00517216
0.000704492
-0.00232352
-0.0061704
0.000592946
-0.00211847
-0.00701488
0.000443183
-0.00161767
-0.00723267
0.000303442
-0.000821288
-0.0062711
0.000231244
-7.96464e-05
-0.00354784
0.000230808
-0.000250478
0.000231546
0.000194139
0.00122744
-1.25617e-05
0.000397794
0.00290083
-0.000503686
0.00054281
0.00379326
-0.000598822
0.000615883
0.00415266
-0.000411778
0.000609413
0.00425462
-9.41225e-05
0.000550826
0.00420016
0.000158173
0.000462395
0.00409811
0.000374069
0.000347851
0.00393022
0.000550562
0.000202162
0.00372816
0.000668077
2.367e-05
0.0034698
0.000745804
-0.000148467
0.00315665
0.000757928
-0.000313393
0.00279444
0.000714598
-0.000460531
0.002381
0.00061897
-0.000576308
0.00194896
0.00048309
-0.000640493
0.00153749
0.000336017
-0.000646202
0.00115065
0.00020799
-0.000602359
0.000796623
0.000110257
-0.000529956
0.00046774
6.9298e-05
-0.000441354
0.000157695
8.24341e-05
-0.000375492
-0.00012598
0.000138238
-0.000342024
-0.000335902
0.000230204
-0.00032742
-0.000536216
0.000310176
-0.000346954
-0.000715178
0.000399605
-0.000389075
-0.000883431
0.000458842
-0.000450266
-0.00103766
0.000505315
-0.000532442
-0.00119918
0.000548657
-0.00063632
-0.00137222
0.000585741
-0.000764094
-0.00158691
0.000626498
-0.000919527
-0.00184541
0.000662516
-0.00110761
-0.00219359
0.000701201
-0.00133084
-0.00264402
0.000738549
-0.00158083
-0.00326761
0.000770328
-0.00184049
-0.00406109
0.000780415
-0.00206144
-0.00506212
0.000746274
-0.00217525
-0.00615349
0.00065637
-0.00208072
-0.00719129
0.000510374
-0.00169762
-0.0077038
0.000354751
-0.000964328
-0.00711566
0.000251906
-0.00016123
-0.00448224
0.000243144
-0.000507891
0.000253079
0.000181093
0.00107828
1.74272e-06
0.000410354
0.00284453
-0.000472236
0.000595172
0.00380288
-0.000604733
0.000711826
0.00419163
-0.000432781
0.000739616
0.00430697
-0.000124884
0.000715697
0.00423639
0.000147841
0.000655081
0.00411207
0.000368878
0.000552189
0.00392783
0.000539812
0.000404516
0.00371161
0.000649944
0.000211848
0.00343857
0.000724537
-4.28344e-06
0.00312011
0.000737393
-0.000194787
0.00275855
0.000676703
-0.000356546
0.00236111
0.000563172
-0.000476349
0.00193623
0.000407293
-0.000544286
0.00152466
0.000239625
-0.000548378
0.0011316
8.97684e-05
-0.000497069
0.000762398
-1.78077e-05
-0.000413629
0.000418084
-7.47882e-05
-0.000302921
8.0519e-05
-7.32346e-05
-0.000221236
-0.000207549
-1.03777e-05
-0.000173861
-0.000430336
0.000101708
-0.000154157
-0.000638282
0.000193214
-0.000165175
-0.000824107
0.000291719
-0.000195531
-0.000992071
0.0003574
-0.000242404
-0.00114044
0.000412645
-0.00031212
-0.0012851
0.000461096
-0.000402759
-0.00143827
0.000501863
-0.000514864
-0.00163081
0.000540722
-0.000653101
-0.00185864
0.000577035
-0.000822728
-0.00216817
0.000620632
-0.0010331
-0.00256801
0.000669508
-0.00128009
-0.00314268
0.000725028
-0.00155367
-0.0038929
0.000769859
-0.00181463
-0.00488484
0.00077898
-0.00200018
-0.00602653
0.00072217
-0.00201191
-0.00721594
0.000589773
-0.00176146
-0.00798781
0.000431019
-0.00114165
-0.00780357
0.000298491
-0.000314483
-0.00541
0.000271822
-0.000936059
0.00031741
0.000150945
0.000943154
6.17091e-05
0.000403452
0.0027247
-0.000378862
0.000643704
0.00372579
-0.000537819
0.000809355
0.00415592
-0.000415921
0.000876591
0.00428893
-0.0001292
0.000872698
0.0042312
0.000140905
0.000811119
0.00409742
0.000362096
0.000693673
0.00390116
0.000548298
0.000547692
0.00366556
0.000659096
0.00035593
0.00338379
0.000728048
0.000137053
0.00306625
0.000729327
-8.43853e-05
0.0027233
0.000663615
-0.000258467
0.00234618
0.00052306
-0.000384322
0.00194509
0.000341474
-0.000446104
0.00154318
0.000140054
-0.000445471
0.0011495
-2.25676e-05
-0.000392854
0.000775034
-0.000158458
-0.00030473
0.000422052
-0.000229846
-0.000200117
7.65292e-05
-0.000248973
-8.96441e-05
-0.000229771
-0.000220686
-1.88751e-05
-0.000476044
-0.000106135
2.15881e-05
-0.000703952
1.79657e-05
2.94683e-05
-0.000890972
0.000117819
3.34406e-06
-0.00104954
0.000197182
-4.88693e-05
-0.00118926
0.00027346
-0.000113856
-0.00133564
0.00034665
-0.000199023
-0.00147952
0.000404756
-0.000308302
-0.00165577
0.000459315
-0.000438055
-0.00186456
0.000504425
-0.000591258
-0.0021492
0.000551983
-0.00077472
-0.00250855
0.000599187
-0.000990999
-0.00303269
0.000651861
-0.00123653
-0.00372538
0.000701603
-0.00149627
-0.00466675
0.000729446
-0.00174089
-0.00578627
0.000713925
-0.00186345
-0.00706719
0.000616673
-0.00176193
-0.00806265
0.000469012
-0.00129312
-0.00827824
0.000336935
-0.00049987
-0.00627657
0.000276773
-0.00149691
0.000309786
0.000122121
0.00083634
4.12741e-05
0.000385131
0.00258278
-0.000354039
0.000655113
0.00361168
-0.00051696
0.000849534
0.00408479
-0.000426203
0.000959911
0.00424062
-0.00018041
0.000979003
0.00419275
0.000104035
0.000943659
0.00405592
0.000313821
0.000840365
0.0038579
0.00050712
0.000694052
0.00361962
0.000617479
0.000503699
0.00334981
0.000672803
0.000274885
0.00304616
0.000670273
4.31126e-05
0.00272227
0.00059854
-0.000156041
0.00237286
0.000450574
-0.00029571
0.0020011
0.000244766
-0.000360138
0.0016125
2.17098e-05
-0.000363374
0.00122355
-0.000166593
-0.000305843
0.000847624
-0.000319223
-0.000215085
0.000491275
-0.000404484
-0.000117397
0.000160638
-0.000447365
3.27092e-06
-0.000155092
-0.00045878
7.7968e-05
-0.000393729
-0.000383582
0.000144173
-0.000644079
-0.00030453
0.000189444
-0.000855854
-0.000196213
0.000197137
-0.00103922
-4.48705e-05
0.00015985
-0.00118736
9.84308e-05
8.77815e-05
-0.00132976
0.000198463
5.74719e-06
-0.00147778
0.000267145
-9.1476e-05
-0.00165469
0.000335452
-0.000221212
-0.00184291
0.000395127
-0.000381631
-0.00210126
0.000457744
-0.000571704
-0.00242868
0.00052128
-0.000791385
-0.0029097
0.000593839
-0.00103637
-0.00354677
0.000663605
-0.00127484
-0.00445046
0.000710275
-0.00150111
-0.00552357
0.000678706
-0.00166163
-0.00682472
0.000590293
-0.00167627
-0.00796475
0.000453067
-0.00136761
-0.0085413
0.000322037
-0.000654785
-0.00702397
0.000267735
-0.00220327
0.000269073
0.000107937
0.000725795
6.50857e-05
0.000381307
0.00240658
-0.000277012
0.000673688
0.00345822
-0.0004434
0.000895271
0.00397743
-0.000389706
0.00103224
0.00416151
-0.000188252
0.00107116
0.00413728
8.54792e-05
0.00104798
0.00400356
0.000288786
0.000953881
0.00381138
0.00047962
0.000806706
0.00357818
0.00059659
0.00061556
0.00332231
0.000650624
0.000391124
0.00304443
0.000637435
0.000159654
0.00274479
0.000557728
-4.97967e-05
0.00242773
0.000404858
-0.000193023
0.00208669
0.000180323
-0.000265535
0.00172214
-5.91717e-05
-0.000269595
0.00134198
-0.000269693
-0.000212423
0.000967752
-0.000438745
-0.000121511
0.000613639
-0.000539244
-2.46651e-05
0.000292905
-0.000586847
9.005e-05
-1.49112e-05
-0.000610373
0.000182007
-0.000263517
-0.000556661
0.000260857
-0.000521497
-0.000499026
0.000326425
-0.000751722
-0.000411748
0.000367018
-0.000956215
-0.000299014
0.000350928
-0.00112721
-0.000102949
0.000295345
-0.00128491
5.17213e-05
0.00020185
-0.00143142
0.000158061
9.09429e-05
-0.00161001
0.000227633
-3.08334e-05
-0.00180012
0.000291313
-0.000167653
-0.00205047
0.000354911
-0.000345488
-0.00234495
0.000422874
-0.00054749
-0.0027905
0.000484459
-0.000785054
-0.00335914
0.000547484
-0.00104751
-0.00419177
0.000610192
-0.0013174
-0.00520243
0.000627259
-0.00152368
-0.00650639
0.000533514
-0.00160457
-0.0077587
0.000403125
-0.00140142
-0.00866008
0.000266982
-0.000763597
-0.00765982
0.000230121
-0.0030187
0.000255322
9.58712e-05
0.000608484
5.51394e-05
0.000375117
0.00221117
-0.000230353
0.00068596
0.0032732
-0.000395921
0.000934345
0.00384065
-0.000370371
0.00109854
0.00406185
-0.000205152
0.00116185
0.00406685
5.24594e-05
0.00115601
0.00394299
0.000254058
0.00107865
0.0037612
0.000439905
0.00093861
0.00353905
0.000567973
0.000750273
0.00329917
0.000629037
0.000527678
0.00304972
0.000619483
0.000294264
0.00278442
0.000537343
7.95866e-05
0.00250544
0.00037799
-7.31224e-05
0.00220584
0.000136821
-0.000165811
0.00188051
-0.000123009
-0.000174425
0.00151231
-0.000362543
-0.000112353
0.00114097
-0.000562785
-3.16935e-06
0.000779041
-0.000674033
0.000105969
0.000456274
-0.000706737
0.000193987
0.00016731
-0.000703479
0.000279212
-0.000101863
-0.000650424
0.000377561
-0.000361964
-0.000656041
0.000466587
-0.000596456
-0.000594894
0.000529264
-0.000809584
-0.000497846
0.000539207
-0.000998543
-0.000338647
0.00049277
-0.00118306
-0.000128052
0.000406863
-0.00133983
1.69197e-05
0.000289189
-0.00152288
0.000116437
0.000145074
-0.00170824
0.000193662
-9.96341e-06
-0.00196432
0.000273847
-0.000181146
-0.00224579
0.000343553
-0.000385596
-0.00265756
0.000415378
-0.000614943
-0.00317565
0.000473455
-0.000848425
-0.00395828
0.000519637
-0.00108746
-0.0049073
0.000519588
-0.00129283
-0.00618902
0.000434211
-0.00140893
-0.00751164
0.000303409
-0.00127294
-0.00870432
0.000161613
-0.000742648
-0.00818026
0.000137065
-0.00382677
0.000196729
9.33413e-05
0.000496924
5.31395e-05
0.00037015
0.00200086
-0.000175326
0.000693788
0.00306014
-0.000337482
0.000966956
0.00367298
-0.000338034
0.0011579
0.00393676
-0.000203918
0.00124728
0.00397812
2.94443e-05
0.00125957
0.00387534
0.000223687
0.00119856
0.00370798
0.000405581
0.00107122
0.00350148
0.000537018
0.00089263
0.0032812
0.000603766
0.000678806
0.00306231
0.000599586
0.000450242
0.00283706
0.000524219
0.000229656
0.00260505
0.000372312
6.43751e-05
0.00234695
0.00013321
-4.79837e-05
0.00206043
-0.000125424
-6.70967e-05
0.00172296
-0.000401461
-1.4171e-06
0.00136225
-0.000644616
0.000110308
0.000993595
-0.00077866
0.000234155
0.00065491
-0.000815221
0.000324187
0.000352305
-0.000762302
0.000386405
9.75182e-05
-0.000726107
0.000499225
-0.000146511
-0.000799425
0.000610277
-0.000387417
-0.000765517
0.000689944
-0.00061538
-0.000651225
0.00071613
-0.000816888
-0.000495168
0.000682812
-0.00101911
-0.000309986
0.000598238
-0.00119805
-0.000121064
0.000473297
-0.00140041
2.55748e-05
0.000327685
-0.00158812
0.000115942
0.000139437
-0.00183827
0.000207519
-6.00736e-05
-0.0021119
0.000273835
-0.000248826
-0.00251741
0.000330031
-0.000482504
-0.00298446
0.000400065
-0.000729755
-0.00371193
0.000441058
-0.000974671
-0.00460371
0.000443861
-0.00117211
-0.00588099
0.000367422
-0.00129116
-0.00726199
0.000239708
-0.00118326
-0.00871422
7.68052e-05
-0.000705222
-0.0086402
4.18572e-05
-0.00459549
0.000139665
8.80899e-05
0.00038809
4.55566e-05
0.00035751
0.00178805
-0.000137926
0.000690527
0.00282435
-0.000295134
0.0009868
0.00347833
-0.000317825
0.00120645
0.00378497
-0.000213028
0.00132741
0.00386607
-4.34936e-06
0.00136744
0.00379009
0.000184538
0.00133142
0.00364083
0.00036592
0.00122648
0.00345293
0.000505124
0.00106594
0.00325237
0.000589179
0.000867138
0.00306394
0.000602526
0.000646659
0.00288034
0.000548165
0.000420057
0.00269666
0.000425683
0.000228273
0.00249013
0.000215689
9.01882e-05
0.00224158
-5.43625e-05
3.86543e-05
0.00194687
-0.000343351
9.87199e-05
0.00160986
-0.000653606
0.000221088
0.00124895
-0.000844272
0.000366696
0.000902322
-0.000925
0.000477032
0.000590049
-0.000886117
0.00053844
0.000333292
-0.000809296
0.000649205
0.000100526
-0.000885608
0.000760397
-0.000135059
-0.000852469
0.000842871
-0.000376581
-0.000759486
0.000884087
-0.000600219
-0.000608454
0.000860977
-0.000817628
-0.000420733
0.000776325
-0.00101383
-0.0002311
0.000645809
-0.00123394
-6.80788e-05
0.000478915
-0.00143314
5.4237e-05
0.000263061
-0.0016913
0.00015414
3.31138e-05
-0.00195019
0.000215626
-0.00018542
-0.00234309
0.000254396
-0.000415193
-0.00278242
0.000323774
-0.000660106
-0.00347149
0.000375281
-0.000899368
-0.00430833
0.000380824
-0.00109421
-0.00557918
0.000308847
-0.00120835
-0.00700735
0.000171781
-0.0011108
-0.00870684
-3.04326e-05
-0.000651988
-0.00907848
-7.7409e-05
-0.00530552
1.9649e-05
8.64232e-05
0.000302136
2.97791e-05
0.00034218
0.00157478
-0.000101873
0.000681298
0.00256919
-0.000247394
0.000993728
0.00326033
-0.000287539
0.00124151
0.00360545
-0.000210376
0.00139512
0.00372549
-2.72413e-05
0.00146719
0.0036804
0.000154138
0.00146219
0.00354865
0.00033879
0.00138764
0.0033761
0.000493051
0.00125526
0.00318772
0.000607163
0.00107952
0.00301733
0.000662758
0.000872211
0.00286109
0.000662435
0.000646804
0.00271511
0.000597047
0.000418343
0.00255645
0.000459666
0.000246187
0.00236631
0.000181547
0.00016429
0.0021167
-0.000166003
0.000203803
0.00183535
-0.000529049
0.0003325
0.00151748
-0.000820296
0.000512526
0.00119345
-0.000999796
0.000666453
0.000882855
-0.000987575
0.00072789
0.00060581
-0.000835828
0.000802352
0.000362181
-0.000836571
0.000898598
0.000130933
-0.000860651
0.000985163
-0.000114391
-0.000800384
0.00103913
-0.000362343
-0.000668924
0.00102562
-0.000603837
-0.000470881
0.000947118
-0.000820033
-0.000273615
0.000815849
-0.00105716
-0.000102831
0.000639844
-0.00126617
2.92674e-05
0.000418711
-0.00153804
0.000132537
0.000158098
-0.0017779
0.000191909
-8.98096e-05
-0.00214594
0.0001971
-0.000340126
-0.00253938
0.000244772
-0.000585344
-0.00319826
0.000314037
-0.000844615
-0.0039801
0.000351186
-0.00106286
-0.0052423
0.000290178
-0.00120062
-0.00671724
0.00015849
-0.00113106
-0.00866946
-5.94786e-05
-0.000695788
-0.00949263
-0.000140015
-0.00605937
-5.09062e-05
7.86574e-05
0.000233334
1.64521e-05
0.000319599
0.00137166
-8.77467e-05
0.000657769
0.00230423
-0.00020999
0.000988166
0.00301627
-0.000266691
0.00125832
0.00340325
-0.000212771
0.00145164
0.00355439
-7.22221e-05
0.00156053
0.00354097
0.000113309
0.001595
0.00342522
0.000298621
0.00155972
0.00326403
0.000469008
0.00146557
0.00307851
0.000615477
0.00132259
0.00290951
0.000724528
0.00113815
0.00275645
0.000799075
0.000918833
0.00262296
0.000821462
0.00067556
0.00249019
0.000775488
0.000452381
0.00235104
0.000581354
0.000346622
0.00217461
0.000161595
0.000362057
0.00194431
-0.000255314
0.000487038
0.00169209
-0.000589322
0.000673354
0.00142298
-0.000836291
0.000843329
0.00112846
-0.000881098
0.000908925
0.000822203
-0.000695548
0.000957384
0.000562842
-0.000672991
0.00105408
0.000315714
-0.000695166
0.00114169
9.20311e-05
-0.00068753
0.00119799
-0.000162831
-0.000600618
0.00118704
-0.000415423
-0.000429352
0.00111087
-0.000643963
-0.000252512
0.000977307
-0.000890074
-9.14914e-05
0.000792269
-0.00109862
3.3014e-05
0.000559776
-0.00137158
0.000131365
0.000272341
-0.0015944
0.000194045
7.13711e-06
-0.00195271
0.000198725
-0.000272748
-0.00227933
0.000206863
-0.000506521
-0.0028984
0.000243969
-0.000763375
-0.0036184
0.00031036
-0.000986098
-0.0048694
0.000260219
-0.00115448
-0.00637234
0.000145441
-0.00113261
-0.00856939
-7.07738e-05
-0.000759855
-0.00984268
-0.000183225
-0.00687664
-0.000109378
7.35609e-05
0.000171651
1.01952e-05
0.000297421
0.00117992
-7.26557e-05
0.000621233
0.00204736
-0.000176116
0.000963764
0.00275175
-0.00023805
0.00125322
0.0031806
-0.000204275
0.00147773
0.00336023
-9.12446e-05
0.00162161
0.00337687
7.58457e-05
0.00169666
0.00327517
0.000258389
0.00170421
0.00312078
0.000436954
0.00165176
0.00293083
0.000606612
0.00154837
0.00274948
0.000756227
0.00139653
0.0025801
0.000893438
0.0012
0.00243436
0.000993114
0.000962876
0.00229789
0.00104306
0.000725266
0.00217508
0.000953612
0.000572627
0.0020463
0.000648201
0.000576038
0.00190296
0.000130314
0.000670102
0.00170918
-0.000218835
0.000823419
0.00148689
-0.000437902
0.000987356
0.00122557
-0.000550906
0.0010753
0.000921878
-0.0004667
0.00113161
0.000672777
-0.000474406
0.00121391
0.000420286
-0.000501268
0.00129487
0.000199791
-0.000484784
0.00133468
-2.21782e-05
-0.000429513
0.00132787
-0.000290893
-0.000309535
0.00125506
-0.000506522
-0.00017657
0.00111491
-0.000741375
-4.72144e-05
0.000928145
-0.000939264
5.8727e-05
0.000713302
-0.00121219
0.000134638
0.000455979
-0.00141623
0.000187524
0.000151258
-0.00173914
0.000208586
-0.000128559
-0.00201841
0.000208972
-0.000378472
-0.00257604
0.000228268
-0.000638478
-0.00320816
0.000270718
-0.000872736
-0.00443108
0.000243258
-0.00110568
-0.00592689
0.000143396
-0.00116595
-0.00834621
-6.61887e-05
-0.000867841
-0.0100988
-0.000232071
-0.00779593
-0.000113733
6.11556e-05
0.000122116
4.89074e-06
0.000266703
0.00100339
-6.73687e-05
0.000573446
0.00180136
-0.000156361
0.000917922
0.00247953
-0.000222348
0.00122853
0.00293566
-0.000205136
0.00148093
0.0031423
-0.000116228
0.00166606
0.00318308
2.40519e-05
0.001782
0.00309899
0.000202539
0.00183352
0.00294864
0.000381605
0.00182466
0.0027548
0.000560582
0.00176186
0.00255865
0.000731602
0.00164467
0.00236446
0.000903218
0.00147738
0.00219542
0.00104898
0.00126031
0.00203927
0.00116065
0.00102934
0.00191155
0.00114945
0.000858254
0.00180221
0.000948996
0.00082896
0.00170263
0.000550086
0.000911686
0.00157783
0.000151973
0.00103255
0.00140299
-5.77089e-05
0.00116712
0.00117381
-0.000186269
0.00125792
0.000913022
-0.000205014
0.00132586
0.000692491
-0.00027432
0.00140409
0.000450325
-0.000308391
0.00146751
0.000241963
-0.000311901
0.00150047
5.15116e-05
-0.000284743
0.00148931
-0.000206329
-0.000205531
0.00141967
-0.000400891
-0.000109155
0.00128287
-0.000614332
-1.16368e-05
0.00109695
-0.000790458
7.92075e-05
0.000883365
-0.00105746
0.000143354
0.000635303
-0.00123179
0.000182383
0.000363875
-0.00153386
0.000203071
6.63379e-05
-0.00173944
0.000205551
-0.000192363
-0.0022516
0.000212505
-0.000451083
-0.00278289
0.000233665
-0.000686008
-0.00395354
0.000207333
-0.000979467
-0.00539187
0.000126962
-0.00113679
-0.00800567
-5.52943e-05
-0.00093935
-0.0102391
-0.000278003
-0.0087855
-0.000146712
5.60198e-05
8.25541e-05
-3.30264e-06
0.000233
0.000855603
-5.92106e-05
0.00051555
0.00157569
-0.000135817
0.000845779
0.00221949
-0.000199397
0.00116925
0.0026763
-0.00019778
0.00143848
0.00291165
-0.000131316
0.00165467
0.00296826
-1.96716e-05
0.00180743
0.00289276
0.000147624
0.00189975
0.00275179
0.000316042
0.00193376
0.00255529
0.000491268
0.00191125
0.002351
0.000664725
0.0018332
0.00213946
0.000842097
0.00170126
0.00194886
0.000995568
0.00152151
0.00177397
0.00112174
0.00132505
0.00163426
0.00115096
0.00116591
0.00152442
0.00104237
0.00111753
0.00144628
0.000755794
0.00117189
0.00135421
0.00046585
0.00125929
0.00122508
0.00026125
0.00136735
0.00104185
9.81347e-05
0.00145158
0.000839989
1.11202e-05
0.00152208
0.000650803
-8.79348e-05
0.00159339
0.000436947
-0.000157807
0.0016457
0.000245676
-0.000187497
0.00167788
8.39339e-05
-0.000185975
0.00166958
-0.000146664
-0.000142759
0.00159932
-0.000315258
-7.04956e-05
0.00147706
-0.000506577
4.97648e-06
0.00129722
-0.000642595
7.03464e-05
0.00108182
-0.000898642
0.000134146
0.00082492
-0.00103092
0.000167895
0.000564924
-0.00131887
0.000174158
0.00029798
-0.00147561
0.000177552
5.0196e-05
-0.00193361
0.000176404
-0.000218431
-0.00235198
0.000195894
-0.000462003
-0.00345299
0.000177584
-0.000798595
-0.00478815
9.57453e-05
-0.00105515
-0.00754645
-6.19047e-05
-0.000985951
-0.0102408
-0.000323213
-0.00983504
-0.000183956
3.91005e-05
6.52289e-05
-1.69018e-05
0.000187402
0.000743716
-6.51717e-05
0.000439587
0.00138118
-0.000132316
0.000757082
0.00197725
-0.000192072
0.00108582
0.00241404
-0.000205455
0.00138261
0.00266189
-0.000158733
0.00162313
0.00273859
-7.0471e-05
0.00181916
0.0026673
5.79853e-05
0.00194687
0.00254087
0.000224636
0.00202117
0.00234469
0.000387808
0.00203999
0.0021381
0.000549862
0.00200106
0.00192067
0.000715157
0.00190998
0.00172351
0.000857114
0.00177153
0.00154002
0.000970974
0.0016178
0.00139644
0.00100661
0.00148792
0.00128738
0.000941657
0.00143553
0.00121989
0.000748472
0.00146031
0.00115227
0.000533079
0.00152102
0.00105908
0.000354794
0.00160449
0.000909377
0.000209385
0.00168498
0.000753273
9.93806e-05
0.00175203
0.000594283
2.29391e-06
0.00181104
0.000413282
-6.88422e-05
0.0018543
0.000242498
-0.000119066
0.00188313
0.000102788
-0.000128882
0.00186954
-9.8552e-05
-0.000103402
0.00180058
-0.00022118
-5.99546e-05
0.00168432
-0.000400069
-1.97836e-06
0.00151695
-0.00049631
5.8115e-05
0.00130221
-0.000725813
0.000108762
0.0010569
-0.00082892
0.000148274
0.000798194
-0.0011001
0.000151375
0.000528736
-0.00120181
0.000144636
0.00030106
-0.00162727
0.000134186
4.75551e-05
-0.00193182
0.000139976
-0.000206687
-0.00295295
0.000145808
-0.00057648
-0.00414033
5.79662e-05
-0.000926133
-0.00698844
-8.15337e-05
-0.00100754
-0.0100935
-0.00039003
-0.0109402
-0.000273316
3.09289e-05
6.22782e-05
-2.8849e-05
0.000139464
0.000678699
-6.64916e-05
0.000350299
0.00123712
-0.000126053
0.000632791
0.0017725
-0.000182018
0.000948306
0.00217722
-0.00020701
0.00125975
0.00240594
-0.00018139
0.00151807
0.00250392
-0.000112801
0.00174873
0.00242898
-1.58373e-05
0.00191623
0.00231207
0.000126206
0.00203005
0.00212942
0.000274603
0.00208872
0.00192924
0.000418011
0.00209423
0.00171413
0.000561064
0.0020518
0.00152128
0.000683208
0.0019673
0.00134273
0.000780016
0.00186327
0.00120416
0.000817215
0.00177144
0.00110126
0.00078348
0.00173031
0.00104137
0.000658828
0.00174583
0.00098796
0.00051499
0.00178845
0.000924311
0.000375226
0.00185266
0.00080254
0.00025792
0.00192612
0.000684474
0.000140382
0.00197782
0.000554635
6.04092e-05
0.00202641
0.000396663
-1.9179e-05
0.00206552
0.000238205
-6.95881e-05
0.00209571
0.000112442
-9.09802e-05
0.00207807
-5.73866e-05
-7.62043e-05
0.00201722
-0.000150725
-4.20863e-05
0.00191428
-0.000306779
-1.3912e-05
0.00177355
-0.000369179
3.80879e-05
0.001581
-0.000554605
8.06007e-05
0.00134535
-0.000623476
0.000120352
0.00109843
-0.000879963
0.000129028
0.00083244
-0.000927937
0.000126931
0.000597834
-0.00132958
0.00011276
0.000345894
-0.0015092
0.000110649
8.753e-05
-0.00245204
0.000100157
-0.000321194
-0.00346182
5.91874e-05
-0.000776318
-0.00631794
-0.000101277
-0.00101528
-0.00980039
-0.000442525
-0.0121331
-0.000374007
-1.68959e-05
0.000113766
-5.51605e-05
5.6029e-05
0.000664154
-9.23016e-05
0.000226132
0.00114974
-0.000150726
0.000492937
0.00159832
-0.000208733
0.000801556
0.00196203
-0.000239056
0.00113132
0.0021525
-0.000238216
0.00142106
0.00225993
-0.000182586
0.00167735
0.00218614
-0.000112288
0.00189204
0.00208116
-9.33578e-06
0.00204439
0.00190854
0.000127712
0.00214622
0.00172636
0.00025804
0.0021957
0.00152824
0.000379991
0.00219941
0.00135019
0.000483651
0.00216344
0.00118555
0.000568239
0.00210629
0.00105823
0.000605331
0.00205327
0.000963582
0.000594801
0.00202963
0.000912697
0.000522501
0.0020431
0.00086785
0.000435863
0.00207142
0.000830813
0.000340202
0.00212335
0.00073763
0.000245332
0.0021863
0.000649923
0.000149646
0.00222881
0.000533295
8.23202e-05
0.00227262
0.000390214
7.79831e-07
0.00231536
0.000235665
-5.51396e-05
0.00234572
0.00012628
-8.0419e-05
0.0023366
-2.6056e-05
-7.05531e-05
0.00228533
-9.87916e-05
-3.52793e-05
0.002188
-0.000234156
-1.32132e-05
0.00206936
-0.000261551
2.15475e-05
0.00190221
-0.000398547
6.39807e-05
0.00168676
-0.000413363
8.12764e-05
0.00145579
-0.000662515
0.000110434
0.00120335
-0.00066136
0.000107356
0.000968652
-0.00104684
0.000104135
0.000710535
-0.00112501
9.91286e-05
0.000434582
-0.00196464
9.03914e-05
2.0999e-06
-0.00277992
5.18828e-05
-0.000542116
-0.00555505
-5.19396e-05
-0.000943256
-0.00936436
-0.000461865
-0.0133878
-0.000453875
-4.11056e-05
0.000201077
-8.21823e-05
-4.59948e-05
0.00073203
-0.000113315
7.72754e-05
0.00112835
-0.000177311
0.00029508
0.0014959
-0.00023364
0.000578434
0.00179392
-0.000281584
0.000908594
0.00192426
-0.000300397
0.00122751
0.00201584
-0.000265713
0.00151713
0.00194146
-0.000216293
0.00177224
0.00184065
-0.000133404
0.00197794
0.00169352
-4.05587e-05
0.00212601
0.00152945
8.25103e-05
0.00223076
0.00135682
0.000190695
0.00229195
0.00120314
0.000278733
0.00231281
0.00106019
0.000350824
0.00230853
0.000948878
0.000392016
0.00230088
0.0008612
0.000403555
0.00230297
0.000821053
0.000372906
0.00232524
0.000788074
0.00033413
0.00235604
0.00078183
0.000272884
0.00240404
0.000706522
0.000220007
0.00245832
0.000646281
0.000147535
0.00249325
0.000531458
9.24128e-05
0.00253162
0.000395643
1.47354e-05
0.00257912
0.000231044
-4.21212e-05
0.00261648
0.000134813
-7.29414e-05
0.00263785
-2.42954e-05
-7.48114e-05
0.00260725
-5.3884e-05
-4.88717e-05
0.0025416
-0.000190852
-2.40924e-05
0.00243972
-0.000169118
9.9767e-06
0.00231421
-0.00026705
4.12069e-05
0.00214488
-0.000232231
5.99559e-05
0.00194188
-0.000443454
7.7816e-05
0.00172889
-0.000424611
9.07832e-05
0.00151149
-0.000783466
9.2883e-05
0.00127605
-0.000789022
9.59399e-05
0.000986111
-0.00154462
0.000102478
0.000527605
-0.00211857
6.94479e-05
-0.000150486
-0.00465569
1.49033e-05
-0.000687627
-0.00879564
-0.000411651
-0.0145591
-0.000491194
-0.00016652
0.000418733
-0.000130379
-0.000202244
0.000860869
-0.000193394
-0.000156217
0.00119429
-0.000255047
5.91212e-05
0.00141835
-0.000341333
0.000371297
0.00162885
-0.000402398
0.000726721
0.00170663
-0.000440538
0.00108041
0.00177098
-0.000418739
0.00140738
0.00170003
-0.000386666
0.00170413
0.00160461
-0.000314355
0.00195534
0.00147859
-0.00022863
0.00215645
0.00134495
-0.000139585
0.00230964
0.00119958
-5.09291e-05
0.00241953
0.00106923
3.65307e-05
0.00249358
0.000951729
0.000110163
0.0025361
0.000867104
0.000157153
0.00256688
0.000793207
0.00018893
0.00259904
0.000766025
0.000190232
0.0026376
0.00075386
0.000188131
0.00267212
0.00077406
0.000169808
0.0027222
0.00070656
0.000146988
0.00278132
0.000660946
0.00010991
0.00282419
0.000537918
4.67006e-05
0.00287645
0.000403989
-2.19509e-05
0.00294545
0.000214598
-7.95567e-05
0.00300858
0.000128602
-0.000120752
0.00306834
-4.30518e-05
-0.000121198
0.00307099
-1.72308e-05
-0.000101327
0.00304292
-0.000142948
-8.71425e-05
0.00297208
-7.02461e-05
-4.44396e-05
0.00287383
-0.000142807
1.65149e-06
0.00273986
-7.28066e-05
2.82614e-05
0.00256814
-0.000237659
4.67072e-05
0.0024022
-0.000214538
6.47117e-05
0.00220649
-0.000551659
7.69918e-05
0.00203699
-0.000545076
9.57537e-05
0.00177188
-0.00119258
0.000119687
0.00137256
-0.00162248
9.88803e-05
0.000582358
-0.00373146
0.000163271
-9.02488e-05
-0.00809423
-0.000323237
-0.015323
-0.000536617
-6.56658e-05
0.000544059
-0.000178891
-0.00028874
0.00119554
-0.000254173
-0.000356221
0.00140832
-0.000356867
-0.000253648
0.0014709
-0.000447221
2.3651e-05
0.0015224
-0.000545781
0.000395991
0.00149738
-0.000625975
0.000816087
0.00149982
-0.00062119
0.00120012
0.00143805
-0.000611644
0.00155596
0.00135087
-0.000550702
0.00186584
0.00125033
-0.000481051
0.00212606
0.00114824
-0.000399243
0.00233605
0.00103492
-0.000312772
0.00250252
0.000933469
-0.000232011
0.00263631
0.000837719
-0.00015624
0.00274188
0.000773493
-9.19479e-05
0.00282997
0.000720238
-2.17331e-05
0.00291706
0.000705747
1.21022e-05
0.00300682
0.000709049
4.44805e-05
0.00308159
0.000762677
5.33899e-05
0.00315583
0.00070935
5.36285e-05
0.0032282
0.000683881
2.37928e-05
0.00328712
0.000551588
-3.0903e-05
0.00336322
0.000401647
-8.71529e-05
0.00346012
0.000192576
-0.000149434
0.00355976
0.000101007
-0.000181404
0.00367098
-8.92773e-05
-0.000193135
0.0037545
-2.95069e-05
-0.000183167
0.00379132
-0.000134163
-0.000166673
0.00380068
-1.35476e-05
-0.0001249
0.00378407
-4.58065e-05
-9.37367e-05
0.00371124
6.75613e-05
-4.59849e-05
0.00361579
-8.26195e-05
-1.89371e-05
0.00352675
-6.31372e-05
-3.04014e-06
0.00340293
-0.00034728
2.76378e-05
0.00332181
-0.000389197
3.5402e-05
0.00312809
-0.000932106
0.00011077
0.00281874
-0.00131734
7.75949e-05
0.00192578
-0.00282144
0.000235848
0.00101581
-0.00720459
-0.000162872
-0.0152013
-0.000590423
-0.000746084
0.00135279
-0.000227998
-0.000813087
0.00137809
-0.000389214
-0.000785126
0.00152199
-0.000573255
-0.000601128
0.00144851
-0.000773162
-0.000211803
0.00128575
-0.000893249
0.000176363
0.00125763
-0.000987007
0.000638978
0.00117153
-0.000990808
0.00107663
0.00111951
-0.000988488
0.00148995
0.00103779
-0.00092238
0.00185715
0.000969668
-0.000856233
0.00218131
0.000896361
-0.000776982
0.00245999
0.000816872
-0.000694606
0.00270589
0.00074291
-0.000609803
0.00292475
0.000672628
-0.000527313
0.0031229
0.00063412
-0.000454441
0.00330211
0.000601717
-0.000376091
0.00347884
0.000601918
-0.000305617
0.00364386
0.000629355
-0.000218449
0.00379391
0.000713366
-0.000181619
0.00397265
0.000650024
-0.000168489
0.00417546
0.000615516
-0.00017864
0.00434026
0.00049423
-0.000210925
0.00452405
0.000342196
-0.000287691
0.00470281
0.000111264
-0.000330033
0.00489973
1.1245e-05
-0.000349804
0.00507042
-0.000160353
-0.000352457
0.00521777
-7.32679e-05
-0.000338077
0.00528246
-0.000114842
-0.000327491
0.00534538
1.45323e-05
-0.000268722
0.0053845
2.67755e-05
-0.000245485
0.00540818
0.000158793
-0.00018222
0.00538451
4.72347e-05
-0.000144143
0.00536814
3.83786e-05
-0.00010536
0.00529617
-0.000169494
-7.54268e-05
0.00523734
-0.000269961
-9.23355e-05
0.00506662
-0.000642244
4.07712e-05
0.00481934
-0.00111078
-5.26742e-05
0.00404494
-0.00211155
0.000158655
0.00274187
-0.00614747
-7.94939e-05
-0.0135741
-0.000715184
-0.00179628
0.00318736
-0.000674403
-0.00183258
0.00157127
-0.000937125
-0.00161439
0.00147749
-0.00107218
-0.00103443
0.00105006
-0.00118967
-0.000387761
0.000840775
-0.00130548
0.000298631
0.000714577
-0.00134256
0.000957759
0.000651728
-0.0013775
0.00160303
0.000600404
-0.00134721
0.00219875
0.000549193
-0.00127926
0.00274965
0.00051307
-0.00120616
0.00325426
0.000478043
-0.00112073
0.00371249
0.000437777
-0.00103412
0.00413236
0.000398694
-0.000944953
0.00452181
0.000358868
-0.000860782
0.00489722
0.000340777
-0.00078453
0.00525113
0.000335896
-0.000706675
0.00561015
0.000347595
-0.00063285
0.00599999
0.000369224
-0.000574628
0.00641352
0.000456696
-0.000523204
0.00680283
0.00042763
-0.000440181
0.00722052
0.000381507
-0.00039119
0.00758722
0.000298018
-0.000389712
0.00790255
0.000176052
-0.00039569
0.00813233
-5.97671e-06
-0.000403494
0.00831739
-6.81742e-05
-0.000411975
0.00844947
-0.000199605
-0.000438811
0.00862089
-0.000148793
-0.000432026
0.00871746
-0.000118456
-0.000473526
0.0088492
-1.70377e-05
-0.000421115
0.00897362
3.3134e-05
-0.000424401
0.00914958
0.000131931
-0.000366305
0.00925187
9.6782e-05
-0.000312452
0.00936091
5.436e-05
-0.000268565
0.00937618
-6.44693e-05
-0.000187325
0.00931702
-0.000168157
-0.000223596
0.00916879
-0.000424679
-0.000107981
0.00880629
-0.000803432
-0.000207599
0.00809077
-0.00158554
-0.000165565
0.00579178
-0.00411219
-7.13204e-05
-0.00909351
-0.000802799
0.00318899
-0.000448891
0.00479133
-0.000585342
0.0063055
-0.000692449
0.00740289
-0.000774724
0.00828972
-0.0008447
0.00905604
-0.000918358
0.00976143
-0.000948705
0.010421
-0.000971039
0.0110279
-0.000958379
0.0115984
-0.000935523
0.0121317
-0.00089786
0.0126208
-0.000852696
0.0130682
-0.00079847
0.0134715
-0.000742713
0.0138589
-0.000692861
0.0142415
-0.000642588
0.0146453
-0.000572377
0.0150854
-0.000500842
0.0156259
-0.000423073
0.0161207
-0.000314674
0.0165846
-0.000267968
0.0169628
-0.000236618
0.0172069
-0.000206528
0.0172606
-0.000240163
0.0172651
-0.00026826
0.0171169
-0.000294543
0.0170136
-0.000309745
0.0169453
-0.000365442
0.0169836
-0.000383415
0.017094
-0.000404608
0.0173135
-0.000400331
0.017532
-0.000340973
0.0176761
-0.000323393
0.0177268
-0.000229121
0.0176042
-0.000251704
0.0172338
-0.000197331
0.0164328
-0.000186574
0.0147046
-0.000364815
0.0103821
-0.000289044
-0.000874226
1.94521e-05
-7.95729e-06
-1.21346e-05
5.77961e-05
-3.07999e-05
-4.67367e-05
9.23059e-05
-2.33343e-05
-5.38247e-05
0.000110125
-4.12908e-06
-5.81592e-05
0.000115911
7.94245e-06
-6.17389e-05
0.000111514
1.96613e-05
-6.92774e-05
0.000102046
2.37375e-05
-7.82643e-05
9.38099e-05
2.00832e-05
-8.60934e-05
6.96944e-05
2.91604e-05
-8.35225e-05
3.09378e-05
4.46632e-05
-7.9273e-05
-3.2503e-05
7.40449e-05
-6.72264e-05
-0.000123652
0.000101224
-5.82822e-05
-0.000232845
0.0001287
-5.91412e-05
-0.000373361
0.000160713
-6.5329e-05
-0.000526656
0.000178381
-8.6355e-05
-0.000718295
0.000207353
-0.000104159
-0.000903893
0.000227824
-0.000141485
-0.00112367
0.000266101
-0.000190728
-0.00138451
0.000319857
-0.000270965
-0.00172223
0.000385784
-0.000343387
-0.00205468
0.000407603
-0.000474831
-0.00228037
0.000337967
-0.000765655
-0.00242787
0.000244313
-0.000968548
-0.00245902
0.000108145
-0.00118185
-0.00236398
-6.0835e-05
-0.00137881
-0.0021533
-0.000212529
-0.00156138
-0.00184443
-0.000329825
-0.00172623
-0.00145077
-0.000414425
-0.00185299
-0.000979725
-0.000463827
-0.00192248
-0.000499768
-0.000439529
-0.00193149
-2.07623e-05
-0.000370062
-0.00184368
0.000320944
-0.000207352
-0.00164506
0.000543749
-6.03568e-05
-0.00134648
0.00055306
0.000158575
-0.00100538
0.000442464
0.000262284
-0.000674198
0.000302563
0.000250625
-0.00042833
0.000174887
0.000202669
-0.000279943
7.51545e-05
0.000147723
-0.000200319
1.66562e-05
9.95302e-05
-0.000151004
4.46538e-05
-0.000100685
3.71664e-05
-3.57811e-05
-5.0224e-05
9.51803e-05
-7.59024e-05
-0.000112445
0.000139604
-4.89328e-05
-0.000129531
0.000149025
7.01471e-06
-0.00013335
0.000121487
5.44074e-05
-0.000130893
6.11557e-05
9.72993e-05
-0.000136615
-4.25222e-05
0.000141179
-0.00013896
-0.000216207
0.000196775
-0.00014505
-0.000449587
0.000270279
-0.000147131
-0.000735428
0.000349043
-0.000168075
-0.00108248
0.000444237
-0.000181933
-0.00148608
0.000529562
-0.000228864
-0.00192618
0.000610142
-0.000290996
-0.0023855
0.000670679
-0.000381141
-0.00284708
0.000696818
-0.000498104
-0.00329099
0.000709498
-0.000649237
-0.00370904
0.000695017
-0.000826544
-0.00407454
0.000664251
-0.00100765
-0.0043691
0.000628045
-0.00120333
-0.00457354
0.000563671
-0.00135166
-0.00464891
0.000465344
-0.0015372
-0.00464117
0.00027697
-0.00168959
-0.00454204
7.81618e-05
-0.00179552
-0.00438216
-0.000173866
-0.00190313
-0.00414488
-0.000461449
-0.00202998
-0.00381463
-0.000712872
-0.00214036
-0.00338909
-0.000919943
-0.00223013
-0.00288072
-0.00106664
-0.00228256
-0.002303
-0.0011407
-0.00228601
-0.00167603
-0.00110691
-0.00224354
-0.00102327
-0.000977684
-0.00212004
-0.000437589
-0.000678169
-0.00194453
2.55137e-05
-0.000352771
-0.00168207
0.000347709
1.15502e-05
-0.00134839
0.000469833
0.000329501
-0.00103365
0.000429204
0.000449372
-0.00074544
0.000314333
0.000447394
-0.000539912
0.000181832
0.000385155
-0.000400279
6.99804e-05
0.000289115
-0.000276255
0.000152788
-0.000147899
4.21709e-05
-6.36613e-05
-8.04203e-05
8.88924e-05
-9.92736e-05
-0.000167448
0.000103546
-3.51792e-05
-0.000200926
6.11095e-05
7.74215e-05
-0.000205107
-5.20334e-05
0.000191117
-0.000208962
-0.000238695
0.000302331
-0.000214193
-0.000507061
0.000429788
-0.000238256
-0.000859063
0.000563902
-0.000255236
-0.00129882
0.000723425
-0.000281738
-0.00180246
0.000878391
-0.000318727
-0.00233946
0.00102259
-0.000369223
-0.0028774
0.00112415
-0.0004474
-0.00338634
0.00118682
-0.00054872
-0.00385405
0.00120381
-0.000667407
-0.00426158
0.00117078
-0.000810923
-0.00461387
0.00110775
-0.000952139
-0.00490933
0.00101888
-0.00109636
-0.00513485
0.000891616
-0.0012342
-0.00528164
0.000751977
-0.0013685
-0.00531566
0.000557722
-0.00145481
-0.0052481
0.000365028
-0.00152717
-0.00514579
0.000130248
-0.00158119
-0.00501165
-0.000130544
-0.00159038
-0.00481887
-0.000474895
-0.00159792
-0.00461566
-0.000791626
-0.0016267
-0.00435878
-0.00109564
-0.00165116
-0.0040409
-0.00135028
-0.00167152
-0.00365002
-0.00154749
-0.0016648
-0.00318405
-0.00165931
-0.00163098
-0.00265618
-0.00164752
-0.00157552
-0.00206535
-0.00151326
-0.00149839
-0.00143036
-0.00120275
-0.00141394
-0.000817148
-0.000800884
-0.00128713
-0.000337687
-0.000298057
-0.00114713
9.95805e-06
0.000143902
-0.000966613
0.000147269
0.000473129
-0.000788053
0.000176251
0.000569292
-0.000642026
0.000124412
0.000565407
-0.000509471
5.33045e-05
0.000458958
-0.000356371
0.00025222
-0.00016424
2.8903e-05
-7.6101e-05
-0.000121325
3.41605e-05
-7.8065e-05
-0.000235426
-2.5372e-05
5.66973e-05
-0.000273722
-0.000171493
0.000252972
-0.000279453
-0.000407274
0.000450966
-0.000279473
-0.000740096
0.00065556
-0.000293237
-0.00117271
0.000875215
-0.000315617
-0.0016852
0.00109422
-0.000345954
-0.00223545
0.00129879
-0.000380978
-0.00277759
0.00146297
-0.000437144
-0.00327422
0.00157788
-0.000503455
-0.00371108
0.00162846
-0.000584755
-0.00408453
0.00162865
-0.000659619
-0.00437614
0.00156631
-0.000753349
-0.00461111
0.00146303
-0.000837569
-0.00479795
0.00133522
-0.000911599
-0.00493975
0.0011835
-0.00098171
-0.00503535
0.000994326
-0.00103498
-0.00508707
0.000790579
-0.0010681
-0.00507204
0.000523332
-0.0010539
-0.00499848
0.000311516
-0.00104926
-0.00491986
4.16852e-05
-0.00100632
-0.0048207
-0.000242651
-0.000955639
-0.00468957
-0.000618898
-0.000918248
-0.0045711
-0.000917573
-0.000909746
-0.00442494
-0.00123709
-0.000900068
-0.00422657
-0.00152982
-0.000900565
-0.00395771
-0.00177753
-0.000902842
-0.00360942
-0.00195232
-0.000903861
-0.00318548
-0.00201009
-0.000897607
-0.00269382
-0.00193418
-0.000889816
-0.00212737
-0.00167785
-0.000889001
-0.00150513
-0.00127743
-0.000894874
-0.000936523
-0.000697311
-0.000879499
-0.000462084
-0.000167391
-0.000839509
-0.000162645
0.000337126
-0.000762553
-2.19051e-05
0.000581175
-0.000672006
1.91278e-05
0.000660494
-0.000558159
1.33699e-05
0.000570168
-0.000393984
0.000317331
-0.000170667
-6.65966e-06
-4.62201e-05
-0.000181563
-7.64228e-05
2.58827e-05
-0.000324492
-0.000239479
0.00025333
-0.000371266
-0.000499148
0.000543574
-0.000358677
-0.00085987
0.000835011
-0.000359611
-0.00130675
0.0011258
-0.000367044
-0.00181497
0.00140357
-0.000393397
-0.00233806
0.00164518
-0.000416851
-0.00283012
0.00183182
-0.00045631
-0.0032681
0.00195912
-0.000497933
-0.00363831
0.00201881
-0.000536937
-0.00393234
0.00199809
-0.000575549
-0.00415009
0.00192411
-0.000622373
-0.00430964
0.00179425
-0.000660683
-0.00444066
0.00165339
-0.000689975
-0.00454212
0.00148158
-0.000698769
-0.0046197
0.00129524
-0.000694263
-0.00467971
0.00107936
-0.000674642
-0.00471978
0.000864267
-0.000638573
-0.00471881
0.000586556
-0.000573046
-0.00468426
0.000366213
-0.000481697
-0.00466455
0.000107009
-0.000382757
-0.00460826
-0.000181104
-0.000322328
-0.00454282
-0.000553737
-0.000290243
-0.00446782
-0.000883735
-0.000286932
-0.00438239
-0.00123461
-0.000271683
-0.00426354
-0.00157184
-0.000286013
-0.00408203
-0.00189144
-0.00032139
-0.00382801
-0.00214579
-0.000367794
-0.00348505
-0.00230899
-0.000430377
-0.00306755
-0.00232102
-0.000500023
-0.00257435
-0.00215272
-0.000577743
-0.0020024
-0.00181587
-0.000636971
-0.0013652
-0.00122621
-0.000742838
-0.000839153
-0.000552026
-0.000782712
-0.000423829
7.94819e-05
-0.000786848
-0.000188942
0.000495305
-0.000710319
-6.4136e-05
0.000675449
-0.00060002
-1.4051e-05
0.000626075
-0.00041379
0.000354258
-0.000170554
-5.81549e-05
3.19101e-05
-0.000252255
-0.000220833
0.00021359
-0.000430871
-0.000493364
0.0005513
-0.000464418
-0.000859301
0.000933731
-0.000434977
-0.00129217
0.00129467
-0.000417432
-0.00176724
0.00162632
-0.000415178
-0.00224912
0.00191207
-0.00042796
-0.00269776
0.00213174
-0.000446296
-0.00309869
0.00228319
-0.000455744
-0.00342614
0.00235153
-0.000465056
-0.00366639
0.00233476
-0.000478423
-0.00383932
0.00224792
-0.000487431
-0.00396644
0.00212642
-0.000488481
-0.00406714
0.00196413
-0.00047781
-0.00415
0.00179632
-0.000449119
-0.00421715
0.00160395
-0.000399297
-0.00427667
0.00141299
-0.00033493
-0.00432419
0.00118903
-0.000214601
-0.004358
0.000971338
-0.000101856
-0.00437714
0.000682928
3.05461e-05
-0.00437852
0.000427495
0.000158415
-0.00435896
0.000137006
0.000245845
-0.00432797
-0.000133555
0.000274857
-0.00431608
-0.000481759
0.00029114
-0.00429726
-0.00082411
0.000287931
-0.00427156
-0.0011995
0.000277964
-0.0042236
-0.00158142
0.00025545
-0.00411536
-0.00196639
0.000189442
-0.00394366
-0.00230399
7.43585e-05
-0.00368975
-0.00257161
-3.85685e-05
-0.003329
-0.00271578
-0.000166817
-0.00288581
-0.00264632
-0.000319248
-0.00237237
-0.00239101
-0.000430252
-0.00174411
-0.00188085
-0.000565185
-0.00114679
-0.00110094
-0.000712303
-0.000638528
-0.000314206
-0.00078801
-0.000311322
0.000316214
-0.000769816
-0.000130131
0.000631753
-0.000646016
-3.47157e-05
0.000639395
-0.000444501
0.000373218
-0.000181341
-0.000125946
0.000179598
-0.000339445
-0.000383201
0.000496671
-0.000548579
-0.000739174
0.000928982
-0.000566548
-0.00115713
0.00137242
-0.000506863
-0.00159746
0.00176097
-0.000473252
-0.00204497
0.00210373
-0.000451974
-0.00246699
0.00237036
-0.000450177
-0.00283243
0.0025418
-0.000418271
-0.00312337
0.00263168
-0.000407758
-0.00333677
0.00263394
-0.00038953
-0.00349394
0.00256666
-0.000369213
-0.00361816
0.00244576
-0.00033911
-0.00370843
0.00229101
-0.000304524
-0.00378329
0.00210699
-0.000248719
-0.00384317
0.00192188
-0.000167517
-0.00389727
0.00171071
-4.65547e-05
-0.00394218
0.00150669
6.78575e-05
-0.00398414
0.00127742
0.000172273
-0.00401097
0.00107298
0.00028329
-0.00403631
0.000781129
0.000420124
-0.00409349
0.000545071
0.000532631
-0.00411244
0.000202001
0.000640991
-0.00413927
-4.64104e-05
0.000667167
-0.00415412
-0.000410602
0.000673012
-0.00416236
-0.00078185
0.000659856
-0.00416751
-0.00118855
0.000640866
-0.0041483
-0.00161433
0.000599624
-0.0040922
-0.00205833
0.000541812
-0.0039719
-0.0024821
0.000457008
-0.00379532
-0.00283976
0.000347086
-0.00351232
-0.00308537
0.000144912
-0.00311951
-0.00315747
-2.65325e-05
-0.0026541
-0.0029946
-0.000215407
-0.00205658
-0.00259656
-0.00036836
-0.00140786
-0.00182952
-0.000546766
-0.000831454
-0.000871475
-0.000707288
-0.000408887
-6.21108e-06
-0.000775334
-0.000153512
0.000500985
-0.000693034
-3.76867e-05
0.000624604
-0.00047661
0.000389074
-0.000198551
-0.000187111
0.00038264
-0.000414151
-0.000517388
0.000840884
-0.000643449
-0.000925045
0.00135076
-0.000637681
-0.00135581
0.00182407
-0.000550468
-0.00177891
0.00221738
-0.000490741
-0.0021736
0.00253571
-0.000445475
-0.00250392
0.00273892
-0.000403208
-0.0027725
0.00286107
-0.000360901
-0.00298881
0.00290847
-0.000318024
-0.00315525
0.00286751
-0.000267938
-0.00327442
0.00275241
-0.000218324
-0.00336648
0.00259644
-0.00015766
-0.0034289
0.00241489
-9.5863e-05
-0.00349079
0.0022135
1.24734e-05
-0.00354311
0.00201412
0.000113991
-0.00358446
0.00179404
0.000224764
-0.00362036
0.00158111
0.000348974
-0.003655
0.0013475
0.000483252
-0.00368698
0.00113861
0.000616458
-0.00372904
0.000853041
0.000755013
-0.00378539
0.000620597
0.00084081
-0.00384204
0.000243375
0.000938988
-0.00390987
-1.87281e-06
0.000963451
-0.00395858
-0.000392354
0.000952977
-0.00400303
-0.000784658
0.000926962
-0.00403767
-0.00121796
0.000897769
-0.00404895
-0.00167333
0.000847876
-0.0040363
-0.00215388
0.000786293
-0.00398342
-0.00263127
0.00070176
-0.00385355
-0.00307642
0.000578715
-0.00364317
-0.00343731
0.000443286
-0.00332343
-0.00364378
0.000249166
-0.00287477
-0.00360793
2.93581e-05
-0.00233247
-0.00331679
-0.000156578
-0.00163919
-0.00267192
-0.000351829
-0.00100962
-0.00160867
-0.000521527
-0.000497696
-0.000509772
-0.000694852
-0.000217546
0.00029877
-0.000673537
-5.1276e-05
0.000559676
-0.000507184
0.000393025
-0.000216648
-0.000233187
0.000626241
-0.000479256
-0.000609663
0.00122221
-0.000729526
-0.00103372
0.00177842
-0.000700198
-0.00144185
0.00224755
-0.000579803
-0.00181732
0.00262493
-0.000495776
-0.0021315
0.00288699
-0.00042604
-0.00239932
0.00305317
-0.000358257
-0.00263116
0.00314321
-0.000277164
-0.00280337
0.00313233
-0.000205853
-0.00292493
0.00303936
-0.000134882
-0.00301882
0.00289337
-6.37425e-05
-0.00309223
0.00271762
2.27489e-05
-0.0031538
0.00251895
0.000113013
-0.00320879
0.00230467
0.000220787
-0.00324832
0.00208119
0.000344051
-0.00327497
0.0018363
0.000473459
-0.00329682
0.00160444
0.000599773
-0.00332671
0.00135728
0.000724856
-0.00336541
0.00114146
0.000837197
-0.00343208
0.000867974
0.000954142
-0.00349931
0.000627861
0.00101979
-0.00360269
0.000269663
0.00108649
-0.00369239
-5.3115e-06
0.00111898
-0.00375821
-0.0004207
0.00110178
-0.00381728
-0.000823936
0.001074
-0.0038637
-0.00127154
0.00104518
-0.00389053
-0.00173409
0.000992711
-0.00391076
-0.00222585
0.000945238
-0.00391011
-0.00273566
0.000859716
-0.00386533
-0.00325293
0.000767463
-0.0037288
-0.00372116
0.000637969
-0.00347631
-0.00406432
0.000485608
-0.00308355
-0.0041952
0.000289402
-0.00257253
-0.00401314
7.66512e-05
-0.00191821
-0.00351668
-0.00011164
-0.00120369
-0.00248876
-0.000319949
-0.000601781
-0.00120547
-0.00049576
-0.000227062
-4.42455e-05
-0.000605939
-4.28859e-05
0.000442919
-0.000487531
0.000391955
-0.000216939
-0.000251396
0.000883241
-0.000524716
-0.000643528
0.0016126
-0.000795483
-0.00105886
0.00219421
-0.000751676
-0.00143748
0.00264763
-0.000605278
-0.00175652
0.00298584
-0.000489265
-0.00202357
0.0032006
-0.000386129
-0.00225589
0.00333493
-0.000281784
-0.00243975
0.00336865
-0.000181544
-0.00257225
0.00331243
-8.99803e-05
-0.00267696
0.00318458
4.19084e-06
-0.00276092
0.0030111
0.000106435
-0.00282854
0.0028113
0.000199683
-0.00288213
0.00259078
0.000301573
-0.00292202
0.0023481
0.00041883
-0.00294724
0.00209431
0.000540959
-0.00296612
0.00182646
0.000657084
-0.00298532
0.00157435
0.000762279
-0.00302163
0.00131905
0.000860836
-0.00307205
0.00109259
0.000946729
-0.00315346
0.000833428
0.00103781
-0.00322904
0.000580585
0.00109024
-0.00333423
0.000246238
0.00114497
-0.00342274
-5.83241e-05
0.00118317
-0.00348985
-0.000482499
0.00116963
-0.00355239
-0.000877731
0.00114387
-0.00360308
-0.00131582
0.00110868
-0.00364344
-0.00176946
0.00107829
-0.0036834
-0.00225489
0.00101708
-0.00372931
-0.0027829
0.000965993
-0.00375097
-0.00334223
0.000877673
-0.00370867
-0.00389063
0.000765168
-0.00354972
-0.00436291
0.000629866
-0.0032363
-0.00466985
0.000477917
-0.00276446
-0.00468161
0.000292112
-0.0021526
-0.00431693
8.89963e-05
-0.00138919
-0.00343345
-0.000107593
-0.000722388
-0.00202304
-0.000295316
-0.000256651
-0.000564562
-0.000467669
-7.25646e-05
0.000283879
-0.00042417
0.000361346
-0.000218395
-0.000244252
0.00113043
-0.000541185
-0.000624797
0.00198634
-0.000832107
-0.00101789
0.00258402
-0.00077984
-0.00136007
0.00301189
-0.000603407
-0.00163532
0.00330103
-0.000458113
-0.00186411
0.00347519
-0.000318047
-0.00205734
0.00356253
-0.000197506
-0.00220142
0.00355629
-7.51278e-05
-0.00231861
0.00345226
4.32826e-05
-0.00241309
0.00329468
0.000160642
-0.00249459
0.00310079
0.000254671
-0.00256054
0.00287689
0.000351068
-0.00260997
0.00262707
0.000457317
-0.00264437
0.00235242
0.000566671
-0.00266625
0.00206607
0.000672817
-0.00268731
0.00177589
0.000764637
-0.00271387
0.00150643
0.000842442
-0.00275747
0.00124392
0.000911206
-0.00281094
0.00100582
0.000972178
-0.0028796
0.000750724
0.0010409
-0.0029371
0.000488092
0.00108422
-0.00302114
0.000181368
0.00113196
-0.00309092
-0.000146618
0.00117297
-0.0031565
-0.000545399
0.00116744
-0.0032152
-0.00092562
0.00115055
-0.00327023
-0.00133317
0.00112147
-0.00332501
-0.00176088
0.00108999
-0.00339426
-0.00223576
0.00106072
-0.00347239
-0.00277191
0.0010088
-0.0035413
-0.00335146
0.00094084
-0.00356811
-0.0039452
0.000850638
-0.00350889
-0.00451305
0.000738769
-0.00331052
-0.00498016
0.000598474
-0.00292135
-0.00520997
0.000454458
-0.00235748
-0.0050588
0.000289936
-0.00161911
-0.0043581
9.39535e-05
-0.000848433
-0.00297099
-9.48398e-05
-0.000283495
-0.00125994
-0.000273241
-5.92656e-05
4.97607e-05
-0.000325951
0.000324848
-0.000191293
-0.000216259
0.00135122
-0.000540583
-0.000567355
0.00233005
-0.000855731
-0.000931275
0.00294558
-0.000802175
-0.0012299
0.00333486
-0.000603363
-0.0014643
0.00357745
-0.000422194
-0.00166306
0.00371204
-0.000250944
-0.00182309
0.0037552
-0.000113123
-0.00195142
0.00369988
4.15145e-05
-0.00206063
0.00357008
0.000177734
-0.00215648
0.00338922
0.000282825
-0.00224114
0.00317345
0.000376613
-0.00230889
0.00291993
0.000474615
-0.00235733
0.00263381
0.000573969
-0.00238967
0.00232289
0.000665409
-0.00241393
0.00200738
0.000744204
-0.00244046
0.00169811
0.000805975
-0.00247224
0.0014142
0.000854976
-0.00251148
0.00114332
0.000898423
-0.00254754
0.000891008
0.000937844
-0.00258343
0.000633609
0.000989016
-0.00260648
0.000364288
0.00102605
-0.00264804
7.99042e-05
0.00107061
-0.00269175
-0.000243886
0.00110668
-0.00275243
-0.000595053
0.00111386
-0.00280904
-0.000948194
0.00110416
-0.00287061
-0.0013183
0.00109398
-0.00294324
-0.00172068
0.00107726
-0.00303939
-0.00218211
0.00105444
-0.0031497
-0.00270973
0.0010179
-0.00325284
-0.00329434
0.00096638
-0.00333081
-0.00392861
0.000892648
-0.00334911
-0.00457068
0.00079283
-0.00325674
-0.00516009
0.000669231
-0.00299222
-0.00558375
0.000521073
-0.00251844
-0.0056728
0.000386091
-0.00183188
-0.00521494
0.000231203
-0.00100829
-0.00397128
7.72211e-05
-0.000348389
-0.0020375
-0.00014222
-4.03277e-05
-0.000330577
-0.000199197
0.000289663
-0.000160713
-0.000171761
0.00153033
-0.000507366
-0.000479435
0.00263105
-0.000846553
-0.000802369
0.00326655
-0.000800725
-0.00106157
0.0036185
-0.000582958
-0.00126654
0.00381933
-0.00037072
-0.00143804
0.00390729
-0.000176122
-0.00157116
0.00390539
-5.29355e-06
-0.00169576
0.00381619
0.00016925
-0.00180811
0.00366799
0.000293274
-0.00191039
0.00347126
0.00039331
-0.00199891
0.00323174
0.000483885
-0.00207026
0.00294625
0.000572099
-0.00212351
0.00262232
0.000653365
-0.00216029
0.00227537
0.000717829
-0.00218974
0.00193324
0.000764703
-0.00221876
0.00160636
0.000794757
-0.00224445
0.00130714
0.000818368
-0.00226228
0.00102301
0.000840887
-0.00226412
0.000754501
0.000867078
-0.00225538
0.00049233
0.00090309
-0.00224499
0.000226368
0.000938121
-0.00224267
-4.62146e-05
0.000976738
-0.0022682
-0.000335309
0.00101205
-0.00231523
-0.00063963
0.0010276
-0.00237231
-0.000953585
0.00103429
-0.0024441
-0.00129095
0.00103606
-0.00253982
-0.0016674
0.00103708
-0.0026586
-0.0021071
0.00102481
-0.00279338
-0.00261229
0.0010042
-0.00294039
-0.00319462
0.000969104
-0.00307324
-0.00384444
0.000916395
-0.003154
-0.00454194
0.000837431
-0.00313782
-0.0052311
0.000728362
-0.00296995
-0.00581417
0.000595801
-0.00259073
-0.00613568
0.000452389
-0.00198561
-0.00594432
0.000322237
-0.00116986
-0.00494632
0.000196512
-0.000417306
-0.00294745
3.6306e-05
-2.56493e-05
-0.000834561
-8.94241e-05
0.000216033
-8.88089e-05
-0.000119364
0.00166019
-0.000465896
-0.000373567
0.00288422
-0.000835865
-0.000650278
0.00354397
-0.000799095
-0.000876528
0.00386697
-0.000569956
-0.00105306
0.00402826
-0.000328472
-0.00120071
0.00407319
-0.000115636
-0.00132642
0.00403383
8.32714e-05
-0.0014487
0.00392191
0.000271017
-0.00156578
0.00375819
0.000388243
-0.00167696
0.00354454
0.000485303
-0.00177568
0.00328286
0.00057062
-0.00185714
0.00296582
0.000643741
-0.00191835
0.00260593
0.000701341
-0.00195996
0.00222268
0.000732012
-0.00198917
0.00185297
0.000745071
-0.00200755
0.0015055
0.000744304
-0.00200966
0.00118707
0.000743697
-0.00199076
0.000887298
0.000747769
-0.00195129
0.000604391
0.000764414
-0.00190406
0.000339197
0.000796364
-0.00185859
7.20899e-05
0.000836053
-0.00183424
-0.000167596
0.000866616
-0.00184538
-0.000418661
0.000906298
-0.00188449
-0.000681765
0.000932542
-0.00194399
-0.000962516
0.000953962
-0.00202629
-0.00126844
0.000972578
-0.00213203
-0.00161756
0.000978402
-0.00226191
-0.00202573
0.000980168
-0.00241821
-0.00250332
0.0009699
-0.00258961
-0.00306603
0.000951039
-0.00275996
-0.00371389
0.00091101
-0.00289929
-0.00444318
0.000845109
-0.00296332
-0.00521128
0.000748859
-0.00288899
-0.00593775
0.000624819
-0.00261879
-0.00646342
0.00048706
-0.0020984
-0.0065453
0.000361729
-0.0013369
-0.00582404
0.000260336
-0.000517951
-0.00392503
0.000176124
-3.16895e-05
-0.00142923
3.02136e-05
0.000108657
5.89591e-07
-6.13063e-05
0.00173538
-0.000391972
-0.00024947
0.00307287
-0.000782296
-0.000477188
0.00376954
-0.000762964
-0.000673228
0.00407802
-0.00052892
-0.000828939
0.00420381
-0.000268122
-0.000960812
0.00421411
-3.11144e-05
-0.00108695
0.0041518
0.000200599
-0.00121294
0.00402156
0.000365339
-0.00133834
0.00384579
0.00048131
-0.0014589
0.00361694
0.000576176
-0.00156904
0.00333147
0.000648602
-0.00166168
0.00298468
0.0007023
-0.00173385
0.00259009
0.0007285
-0.00177948
0.00217294
0.00072238
-0.00180123
0.00177316
0.000695666
-0.00179951
0.00140268
0.00066192
-0.00176846
0.00106285
0.00063492
-0.00170739
0.000745212
0.000623155
-0.00162508
0.000449518
0.000633742
-0.00154773
0.000181725
0.000672835
-0.00148442
-7.96583e-05
0.000725375
-0.0014519
-0.000281767
0.000756082
-0.00145471
-0.000505311
0.000808188
-0.00149282
-0.000736498
0.0008478
-0.00155553
-0.000986729
0.000879214
-0.00164473
-0.00126228
0.000905036
-0.00175628
-0.00158044
0.000920378
-0.00189459
-0.00195291
0.000931862
-0.00205809
-0.00239467
0.000933118
-0.00224382
-0.00292684
0.0009248
-0.00244048
-0.00355822
0.000896178
-0.00262168
-0.00429866
0.000844521
-0.00274845
-0.00511692
0.000760663
-0.00275736
-0.00596138
0.000647004
-0.00258034
-0.00667686
0.000511766
-0.00215525
-0.00702206
0.00037883
-0.00146551
-0.00659403
0.000284016
-0.000609617
-0.00491144
0.000235868
-4.52057e-05
-0.0021071
0.000126541
-1.04953e-05
6.78145e-05
4.97733e-06
0.00175017
-0.000333883
-0.000123909
0.003211
-0.000749043
-0.000308936
0.00396019
-0.000752792
-0.000470036
0.00424951
-0.000513705
-0.00060426
0.0043442
-0.000225442
-0.000725904
0.00433486
3.04533e-05
-0.00085465
0.00425612
0.000270234
-0.000986786
0.00411851
0.000435258
-0.00112214
0.0039333
0.00055435
-0.00125724
0.00369087
0.00064802
-0.00138458
0.00338486
0.000714503
-0.00149113
0.00300796
0.000748866
-0.00157062
0.00257745
0.000743976
-0.0016167
0.00212831
0.000696203
-0.00162744
0.00169978
0.000628968
-0.00159904
0.0013034
0.000558712
-0.00152857
0.000939095
0.000505611
-0.00142721
0.000604855
0.000479957
-0.00131696
0.000304889
0.00049062
-0.00120773
1.49715e-05
0.000544661
-0.00114678
-0.000206808
0.000611507
-0.00110625
-0.00040076
0.000659763
-0.00111125
-0.000601741
0.000732215
-0.00115023
-0.000808356
0.000778765
-0.00121562
-0.00103196
0.000817835
-0.00130304
-0.00127845
0.000847826
-0.00141424
-0.00156156
0.000869786
-0.00155005
-0.00189736
0.000885718
-0.00171364
-0.00229743
0.000892293
-0.00190467
-0.0027903
0.000890751
-0.0021164
-0.00338985
0.000873595
-0.00232726
-0.00412263
0.000834539
-0.00250407
-0.0049679
0.000763476
-0.00258801
-0.00589936
0.000658062
-0.00250591
-0.00678117
0.000526524
-0.00217267
-0.00738371
0.000393273
-0.00156197
-0.00725792
0.000292757
-0.000712048
-0.00584954
0.000268399
-5.03395e-05
-0.00288995
0.000245214
-0.000143085
0.00017309
8.39989e-05
0.00169578
-0.000235042
2.75256e-05
0.00329485
-0.000674659
-0.000112086
0.0041172
-0.000704344
-0.000256442
0.00440956
-0.000470562
-0.000383545
0.00447456
-0.00017261
-0.000501649
0.00443572
0.00012076
-0.000631914
0.00433688
0.0003541
-0.000773437
0.00419889
0.000528093
-0.000922155
0.00401283
0.000649516
-0.00107017
0.00375681
0.000740527
-0.00120844
0.00342719
0.000797357
-0.00132359
0.00302151
0.000805263
-0.0014085
0.00256368
0.000758492
-0.00145302
0.00208958
0.00066331
-0.00145267
0.00163755
0.000548447
-0.00140247
0.0012183
0.00043969
-0.00130112
0.000832363
0.00035263
-0.0011656
0.000478743
0.000314383
-0.00102404
0.000163739
0.000333575
-0.000909495
-0.000120824
0.000400991
-0.000844828
-0.000327001
0.000497844
-0.000809721
-0.000521954
0.00057919
-0.000820431
-0.000707627
0.000667685
-0.000860205
-0.000897351
0.000726232
-0.000922768
-0.00109819
0.000768694
-0.0010062
-0.00131804
0.000803165
-0.00111145
-0.00156689
0.000823898
-0.00124141
-0.00186341
0.000843569
-0.00139903
-0.00221819
0.000852788
-0.00158618
-0.00266546
0.000859657
-0.00180336
-0.00321933
0.000852973
-0.00203439
-0.00392578
0.000829653
-0.00224986
-0.0047753
0.000774119
-0.0023931
-0.00576995
0.000679461
-0.00239587
-0.00678747
0.000548913
-0.00215957
-0.00763426
0.000407367
-0.00162682
-0.00782394
0.000294166
-0.000803571
-0.00673106
0.000261743
-7.59647e-05
-0.00373952
0.00027537
-0.000300514
0.000238897
0.000135734
0.00159581
-0.000158084
0.000132543
0.00333756
-0.000653807
5.69902e-05
0.00422454
-0.000705247
-4.08148e-05
0.0045368
-0.000481985
-0.000138972
0.00458501
-0.000167383
-0.000267586
0.00453164
0.000152631
-0.000405242
0.00440848
0.000397259
-0.000550609
0.00425584
0.000588838
-0.00070654
0.00406271
0.000724082
-0.000861056
0.00379054
0.000820929
-0.00101113
0.00344277
0.000865426
-0.00114694
0.0030239
0.000845314
-0.00125231
0.0025537
0.000758905
-0.00130398
0.00206379
0.000613266
-0.00129401
0.00158926
0.000455141
-0.00122112
0.00114767
0.000308925
-0.00109437
0.000742789
0.000198586
-0.000940123
0.000377032
0.000148784
-0.000775751
2.95011e-05
0.000179754
-0.000654841
-0.000232617
0.000255459
-0.000581338
-0.000449746
0.000391911
-0.000551951
-0.000646238
0.000499045
-0.000566909
-0.000827434
0.000615399
-0.000606333
-0.00100837
0.000683493
-0.000662576
-0.0011889
0.000724129
-0.000737461
-0.00138262
0.000756607
-0.000831765
-0.00159824
0.000778393
-0.000948442
-0.00185559
0.000796356
-0.00109233
-0.00216266
0.000807146
-0.00126808
-0.00255747
0.000817726
-0.00147962
-0.00305513
0.000821513
-0.00171893
-0.00371565
0.0008134
-0.00196556
-0.00454173
0.000778976
-0.00216737
-0.00556697
0.000703321
-0.00225449
-0.00669046
0.000583061
-0.00212455
-0.00775703
0.000436006
-0.00169295
-0.00826474
0.000312634
-0.000922776
-0.00753209
0.000262106
-0.000125343
-0.0046118
0.000305657
-0.000492299
0.00029799
0.000176054
0.00143298
-2.57847e-05
0.000228532
0.00332436
-0.000542957
0.000207699
0.00428388
-0.000637331
0.000150011
0.00462202
-0.000439309
8.28325e-05
0.00467498
-0.000116919
-2.10203e-05
0.00459939
0.000194267
-0.000169769
0.00447463
0.000456662
-0.000324381
0.00429639
0.000664621
-0.000484961
0.00408467
0.000806696
-0.00064422
0.00379687
0.000898733
-0.000809223
0.00343525
0.000930454
-0.000968661
0.00301051
0.000887428
-0.00109592
0.00253936
0.000760565
-0.00115685
0.00204543
0.00056238
-0.00114097
0.00156394
0.000345459
-0.00105901
0.00111521
0.000158494
-0.000923413
0.000697953
1.95007e-05
-0.000749326
0.000312972
-4.073e-05
-0.000565326
-6.79771e-05
-4.08714e-06
-0.000435046
-0.00032921
0.000104549
-0.000356441
-0.000567118
0.00026897
-0.000328584
-0.000774658
0.000410738
-0.000345123
-0.000961867
0.000550577
-0.000383309
-0.00113896
0.000627623
-0.000430979
-0.0013004
0.000664486
-0.000495665
-0.00146518
0.000695903
-0.000579104
-0.00164566
0.000716598
-0.000682548
-0.00186679
0.00074114
-0.000809561
-0.00212906
0.000755926
-0.000967167
-0.0024719
0.000773237
-0.00116246
-0.00290752
0.000786243
-0.0013921
-0.00350897
0.000793286
-0.00164664
-0.00428482
0.000778041
-0.00188791
-0.00530073
0.000721301
-0.00205641
-0.00648187
0.000616278
-0.0020455
-0.00772803
0.000470467
-0.00174751
-0.00854068
0.000332702
-0.0010676
-0.00821938
0.000259284
-0.000234404
-0.00549238
0.000290523
-0.000792451
0.000318825
0.000181922
0.00126324
-1.04382e-05
0.000291907
0.00326513
-0.000522996
0.00031547
0.00430196
-0.000646375
0.000292023
0.0046752
-0.000462512
0.000233761
0.00473449
-0.000126132
0.000154848
0.00464725
0.000178893
4.66304e-05
0.00451207
0.00043966
-8.98613e-05
0.00431366
0.000659037
-0.000245415
0.00408824
0.000801932
-0.000425828
0.00380952
0.0008923
-0.000612404
0.0034413
0.000917912
-0.000799692
0.00301231
0.000862188
-0.00095927
0.00254415
0.000717957
-0.0010414
0.00205329
0.000481566
-0.00102881
0.00156803
0.000222937
-0.000940997
0.0011117
5.46901e-06
-0.000797802
0.000680452
-0.0001435
-0.000616375
0.000283926
-0.000227169
-0.000414699
-0.00012084
-0.000222048
-0.00025456
-0.000410806
-8.89213e-05
-0.000167161
-0.000675523
0.000122714
-0.000131956
-0.000903156
0.000286509
-0.000141498
-0.00110287
0.000442263
-0.00016883
-0.00127279
0.000518565
-0.000209012
-0.00141561
0.000568034
-0.000264205
-0.00155394
0.000605043
-0.000337299
-0.00170174
0.000631044
-0.000425545
-0.00189068
0.000652857
-0.000532776
-0.00211399
0.000669197
-0.000665781
-0.00240786
0.00068959
-0.000835863
-0.00277878
0.000710848
-0.00104627
-0.00330835
0.000734819
-0.0012994
-0.00400783
0.000745997
-0.00157066
-0.00497191
0.000721422
-0.00180665
-0.00616516
0.00064145
-0.00191321
-0.00753736
0.000505664
-0.00177375
-0.00861794
0.000368829
-0.00123011
-0.00873832
0.000273795
-0.000383397
-0.00635868
0.000291405
-0.00120707
0.000348627
0.000150982
0.00110706
6.68999e-05
0.000308742
0.0031452
-0.000416692
0.000407634
0.00423393
-0.000568687
0.000438966
0.00465204
-0.000424098
0.000406134
0.00473721
-9.90868e-05
0.000341361
0.0046558
0.000197133
0.000236664
0.00452015
0.000458707
9.26556e-05
0.00431897
0.000686994
-8.24763e-05
0.00408136
0.000841104
-0.000261201
0.00378322
0.000933069
-0.000457028
0.00342813
0.00093833
-0.000655128
0.00301457
0.000859455
-0.000835013
0.00256603
0.000681064
-0.000930719
0.00209143
0.000399044
-0.000919794
0.00161585
8.13079e-05
-0.00083107
0.0011582
-0.000157795
-0.000685197
0.000720723
-0.000344602
-0.000508349
0.000313738
-0.000436507
-0.000312864
-0.000106605
-0.000458692
-0.000108507
-0.000440709
-0.000395143
4.12523e-06
-0.000746239
-0.000148053
6.85447e-05
-0.0010048
5.51897e-05
9.17224e-05
-0.00120232
0.000194091
7.44104e-05
-0.00135563
0.000297335
2.78093e-05
-0.00147475
0.0003792
-3.09671e-05
-0.00160083
0.000452323
-0.000102846
-0.00173165
0.000506537
-0.000192298
-0.0018978
0.000555888
-0.000299007
-0.00208889
0.00058604
-0.000422118
-0.00235032
0.000617556
-0.000569555
-0.00267327
0.00064111
-0.000740765
-0.0031445
0.000659219
-0.000941643
-0.0037694
0.000664051
-0.00117935
-0.00464934
0.000644581
-0.00146007
-0.00576258
0.000592057
-0.00168428
-0.00718307
0.000486593
-0.00172779
-0.00847226
0.000366833
-0.00137749
-0.00903467
0.000282982
-0.000591785
-0.00714043
0.000272813
-0.00182606
0.000336994
0.000122016
0.000980742
4.55801e-05
0.000314103
0.00299229
-0.000393217
0.00046761
0.00411858
-0.000555118
0.000545049
0.00458832
-0.000439917
0.000547685
0.00470304
-0.000148877
0.000510687
0.00463275
0.000164078
0.000424736
0.004497
0.000422921
0.000295142
0.00430266
0.000653026
0.000127656
0.00406651
0.000799821
-8.27951e-05
0.00378619
0.000880286
-0.000303104
0.00344941
0.000869294
-0.000523318
0.00306586
0.00076746
-0.000719375
0.00264911
0.000563554
-0.000824881
0.00220082
0.000240877
-0.000825554
0.00174181
-0.000103578
-0.000738666
0.00128452
-0.000379796
-0.000596203
0.000840201
-0.000581167
-0.000428721
0.000429355
-0.000687584
-0.000245852
2.69119e-05
-0.00076375
-3.04217e-05
-0.000295995
-0.000818926
9.73096e-05
-0.000582681
-0.000674873
0.000209783
-0.000883594
-0.00053821
0.000287941
-0.00112311
-0.000353579
0.000311058
-0.00131729
-0.000106333
0.000282498
-0.00145567
0.000107913
0.000228364
-0.00158262
0.000234384
0.000143596
-0.00170482
0.000325082
4.78672e-05
-0.00186819
0.000401578
-5.12449e-05
-0.00204525
0.000450601
-0.000169098
-0.00228033
0.000505605
-0.000319843
-0.00255598
0.000554737
-0.000496037
-0.00297024
0.000595772
-0.000706687
-0.00352031
0.000625163
-0.000922718
-0.00434543
0.000622397
-0.00116962
-0.00538402
0.000547052
-0.00141448
-0.00677833
0.000430419
-0.00157571
-0.0081809
0.000322932
-0.00140206
-0.00913008
0.000243796
-0.000737843
-0.00778519
0.000248283
-0.00259169
0.00029686
0.000111606
0.000865848
6.83739e-05
0.000332543
0.00280997
-0.000315627
0.000526325
0.00396812
-0.000486713
0.000642133
0.00449153
-0.00040873
0.000676535
0.00464382
-0.000163436
0.000656789
0.00459507
0.000142909
0.000584666
0.00446569
0.000392225
0.000457988
0.00427919
0.000629768
0.00029172
0.00405856
0.000770803
8.62585e-05
0.00379663
0.000845649
-0.000152038
0.00349965
0.000825497
-0.000390279
0.00315519
0.000706639
-0.00059557
0.0027783
0.000480956
-0.000709803
0.00236624
0.000129142
-0.000723356
0.00192932
-0.000233123
-0.000640719
0.00146808
-0.000535894
-0.000494311
0.00101658
-0.00076153
-0.00032129
0.000597469
-0.000880379
-0.000158862
0.00023746
-0.000959825
4.62129e-05
-8.60488e-05
-0.0010254
0.000184
-0.000365271
-0.000911861
0.000321941
-0.000699762
-0.0008208
0.000442226
-0.000971109
-0.000684036
0.000517837
-0.00119312
-0.000498796
0.000511513
-0.00136188
-0.000190412
0.00047058
-0.00150532
1.53528e-05
0.000392507
-0.0016353
0.00016662
0.0002965
-0.00179417
0.000249625
0.000183968
-0.00196259
0.000321182
5.97519e-05
-0.00219218
0.000390977
-7.31505e-05
-0.00244728
0.000447085
-0.000230004
-0.00282292
0.000494001
-0.000417412
-0.00329891
0.000513492
-0.000641665
-0.00402741
0.00051643
-0.000930056
-0.00496779
0.000499419
-0.0012222
-0.00632847
0.000375793
-0.00144536
-0.00782017
0.000265543
-0.00138873
-0.00910794
0.000188214
-0.000827747
-0.00831442
0.000198362
-0.00344596
0.000281847
0.00010602
0.000756925
5.80426e-05
0.000349273
0.00260685
-0.000270485
0.000578461
0.00378761
-0.000444607
0.000729368
0.00436851
-0.000398259
0.000797362
0.00456409
-0.000193408
0.000796625
0.0045422
0.000106062
0.000743151
0.00442564
0.000347574
0.000634207
0.00425488
0.000573162
0.000472434
0.00404974
0.000738563
0.000264445
0.00381622
0.000817428
2.50167e-05
0.00355661
0.000801944
-0.000226795
0.00326379
0.00068056
-0.00045179
0.00294245
0.000438837
-0.000588432
0.00259134
4.8358e-05
-0.000629474
0.00219044
-0.000343087
-0.000553121
0.00173413
-0.00070494
-0.00039118
0.00127408
-0.000982226
-0.000194853
0.000837064
-0.00110996
-3.91127e-06
0.000456389
-0.00111661
0.000155154
0.000147423
-0.00109602
0.00026374
-0.00014593
-0.000978353
0.000423795
-0.000474041
-0.00104182
0.00058637
-0.000752458
-0.00097612
0.000706087
-0.000986031
-0.000824651
0.000739193
-0.00118437
-0.000549264
0.000706795
-0.00136037
-0.000240595
0.000636082
-0.00150325
-4.44123e-05
0.000529385
-0.00167106
0.000100029
0.000416569
-0.00183526
0.000179153
0.000279955
-0.00206419
0.000282474
0.000116202
-0.00230426
0.000364283
-5.13687e-05
-0.00266065
0.000420673
-0.000247562
-0.0030795
0.000450241
-0.000447304
-0.00375066
0.000442628
-0.000690491
-0.0046122
0.000407189
-0.000965907
-0.00591729
0.000298453
-0.00120995
-0.00745964
0.000186916
-0.00121445
-0.00903447
9.26488e-05
-0.000771011
-0.00873042
0.000109621
-0.00424029
0.000220042
0.00010335
0.000650602
5.61124e-05
0.000362139
0.00238668
-0.000213947
0.000622949
0.00357952
-0.0003902
0.000809562
0.00421799
-0.000374121
0.000910941
0.00446467
-0.000205878
0.000930711
0.00448089
7.09844e-05
0.000894441
0.00438417
0.000301425
0.000800457
0.00423303
0.00052141
0.000651886
0.00405095
0.000684381
0.000452598
0.00385175
0.000767524
0.000220655
0.00364153
0.000746609
-2.48156e-05
0.00341226
0.000621212
-0.000261318
0.00316016
0.000391113
-0.000433191
0.00286905
2.73783e-05
-0.000525908
0.00252709
-0.000369361
-0.000472058
0.00208735
-0.00080853
-0.000296832
0.00161611
-0.00116188
-5.38242e-05
0.00114753
-0.00133214
0.000163047
0.000721855
-0.00129756
0.000291072
0.000384775
-0.00112768
0.000348136
0.000125192
-0.00105429
0.000536242
-0.000150672
-0.0013109
0.000751681
-0.000435699
-0.00129772
0.000897736
-0.000697996
-0.00108531
0.00095866
-0.000924988
-0.000815475
0.000940198
-0.00112966
-0.000522241
0.000868452
-0.00129949
-0.000253081
0.000752714
-0.00148768
-4.20752e-05
0.000624307
-0.001665
7.40868e-05
0.000471887
-0.00190173
0.000197481
0.000284919
-0.00213799
0.000294534
8.37265e-05
-0.00248078
0.00035136
-0.000109355
-0.00286306
0.000376702
-0.000320742
-0.00347111
0.000372896
-0.000573593
-0.00425762
0.000342139
-0.000840016
-0.00552829
0.000244836
-0.00107912
-0.00711604
0.000135213
-0.00110103
-0.00895635
2.06019e-05
-0.00070765
-0.00911188
2.99428e-05
-0.00496606
0.000157789
9.61495e-05
0.000555625
4.43836e-05
0.000362515
0.00216093
-0.000178541
0.000649896
0.00334905
-0.000352039
0.000873875
0.00403962
-0.000363439
0.00101479
0.00433827
-0.000227545
0.0010673
0.0043991
2.49375e-05
0.00105743
0.00432969
0.000248895
0.000987298
0.00419944
0.00046964
0.000861334
0.00404274
0.000639302
0.000682695
0.00387827
0.000741302
0.000467809
0.00372111
0.000737829
0.000229069
0.00356122
0.000637953
-5.23908e-06
0.00338774
0.000432406
-0.000224742
0.00317892
0.000125328
-0.000394754
0.00288698
-0.000244236
-0.000394422
0.00250469
-0.000761029
-0.000228506
0.00203886
-0.00124226
3.9929e-05
0.00155615
-0.00152132
0.000306484
0.00109978
-0.00156948
0.000473151
0.000721917
-0.00138993
0.000526246
0.000473156
-0.00121036
0.000696686
0.000237562
-0.00144428
0.000912133
-4.0245e-05
-0.00146337
0.00106554
-0.000326608
-0.00128428
0.00116142
-0.000600436
-0.00102888
0.00116276
-0.000832968
-0.000718765
0.00108755
-0.00103741
-0.000417967
0.000965576
-0.00125418
-0.00017961
0.000814181
-0.00145063
-8.73242e-06
0.000636233
-0.00170568
0.000136034
0.000416255
-0.00194612
0.000243727
0.000168847
-0.00228334
0.000304357
-5.67951e-05
-0.00262838
0.000314745
-0.000267336
-0.00320303
0.000317744
-0.000506527
-0.00391801
0.0002804
-0.000767637
-0.00515636
0.000198033
-0.000997667
-0.00677772
6.34918e-05
-0.00103277
-0.00888888
-6.28054e-05
-0.000652418
-0.00949718
-7.24635e-05
-0.00564215
4.33108e-05
9.28957e-05
0.000452694
3.98146e-05
0.000355783
0.001935
-0.000138828
0.000667702
0.00309842
-0.000308683
0.00092277
0.00383949
-0.000342468
0.00110239
0.00418497
-0.000236694
0.00119297
0.00429054
-9.26475e-06
0.00121943
0.00424758
0.000209782
0.00118308
0.00413482
0.000439754
0.00109121
0.00399399
0.000633674
0.000947347
0.00384633
0.000782965
0.000762222
0.00372033
0.000848669
0.000539455
0.00360873
0.000837689
0.000279581
0.00349907
0.000745594
1.64284e-06
0.00336668
0.000549839
-0.000233844
0.00317919
0.000124826
-0.000315649
0.00287284
-0.000452346
-0.000175577
0.00248257
-0.00111284
9.86041e-05
0.00205256
-0.00159088
0.00045111
0.00163052
-0.00188304
0.00071597
0.00122972
-0.00176024
0.000760394
0.000924819
-0.00133192
0.000852361
0.000667371
-0.00135835
0.00103709
0.00038022
-0.00146584
0.00122108
9.48765e-05
-0.00140586
0.00134729
-0.000208468
-0.00118711
0.00136872
-0.000500428
-0.000824847
0.00130043
-0.000748778
-0.000493948
0.00117457
-0.00100732
-0.000223839
0.00100649
-0.00122596
-2.73222e-05
0.000813441
-0.00150326
0.000123162
0.000582369
-0.0017515
0.000228362
0.00030618
-0.00208884
0.000278794
4.40644e-05
-0.00239106
0.000269561
-0.000205147
-0.00291749
0.000277707
-0.000465105
-0.00355493
0.000248064
-0.000738422
-0.004764
0.000171132
-0.000988659
-0.00641905
5.00518e-05
-0.00106168
-0.00878376
-9.15874e-05
-0.000703012
-0.00987686
-0.000119009
-0.00637983
-1.62354e-05
9.0021e-05
0.000358874
2.02519e-05
0.000341178
0.00171484
-0.000118752
0.000668177
0.00283188
-0.000270451
0.000954597
0.00361487
-0.000328499
0.00117106
0.00400774
-0.00025201
0.00130648
0.00414817
-6.52723e-05
0.00137466
0.00413596
0.000156755
0.00138292
0.00403435
0.000390828
0.00133756
0.00389938
0.000608975
0.00124411
0.00374952
0.000805735
0.0011043
0.00362246
0.000962209
0.000911471
0.00351528
0.00108535
0.00065469
0.00342405
0.00115326
0.00032283
0.00333119
0.00114284
3.21077e-06
0.00322222
0.000857948
-0.000129473
0.00304309
0.000124032
-4.15586e-05
0.00276078
-0.000621431
0.000215199
0.00244242
-0.00123594
0.000599207
0.00211468
-0.00170446
0.000930614
0.0017163
-0.00169908
0.000993253
0.00130073
-0.0011341
0.00103589
0.000974408
-0.00102267
0.00117214
0.000688518
-0.00113971
0.00136616
0.000396794
-0.00118347
0.00150382
0.000119049
-0.00106579
0.001543
-0.000215267
-0.000753694
0.00148426
-0.000494702
-0.000447849
0.00135751
-0.000785333
-0.000186728
0.0011846
-0.00102051
4.88238e-07
0.000978961
-0.00130852
0.000142254
0.000734918
-0.00154393
0.000230522
0.000460879
-0.00188673
0.000270657
0.000160114
-0.00215301
0.000269583
-0.000106508
-0.00263625
0.000229351
-0.000386545
-0.00318518
0.000220648
-0.000670897
-0.00434533
0.000125902
-0.000959551
-0.00601206
2.71113e-05
-0.00108
-0.00862631
-0.000107767
-0.000775672
-0.0102075
-0.000156908
-0.00718996
-7.49191e-05
9.44871e-05
0.000267531
7.05112e-06
0.000332921
0.00150825
-0.000104491
0.000656204
0.00256547
-0.000232994
0.000968474
0.00336593
-0.000301376
0.00121187
0.00381335
-0.000253273
0.00138914
0.00398549
-0.00010584
0.00149535
0.00399951
0.000106081
0.00154855
0.00390483
0.000334713
0.00155138
0.00377027
0.000563241
0.00150843
0.00360642
0.000792662
0.00141866
0.00345557
0.00101288
0.00126933
0.00331848
0.00123957
0.00104519
0.00320175
0.00143955
0.000721976
0.00309478
0.00160268
0.000350142
0.00300262
0.00154504
0.000127901
0.00290939
0.00100415
0.000194096
0.00276571
5.91903e-05
0.000402026
0.00253632
-0.000520658
0.000725603
0.00228353
-0.000930326
0.00103972
0.00193941
-0.00108813
0.00116179
0.00149954
-0.000787576
0.00123052
0.00114907
-0.000717806
0.00136702
0.000844897
-0.000794145
0.00150887
0.000557008
-0.000786847
0.00163656
0.000278343
-0.000716498
0.00166729
-2.1916e-05
-0.000533622
0.0016337
-0.000320206
-0.000317474
0.00150696
-0.000603334
-0.000102477
0.00133125
-0.000834801
4.87297e-05
0.00112902
-0.00113312
0.000161473
0.000899802
-0.00135186
0.000224664
0.000640852
-0.00167103
0.000251834
0.000337806
-0.00188531
0.000244309
5.47727e-05
-0.00235136
0.000226413
-0.000223273
-0.00281329
0.000176873
-0.000537116
-0.00389346
0.000105231
-0.000909404
-0.00551785
2.14716e-05
-0.00111094
-0.00837078
-0.000120182
-0.000899059
-0.0104649
-0.000186554
-0.00811872
-8.40308e-05
7.92972e-05
0.000209157
-1.60318e-05
0.000308481
0.0013136
-0.000101902
0.000625345
0.0023072
-0.000214953
0.000955855
0.00309847
-0.000285398
0.00123382
0.00359089
-0.000260642
0.00144875
0.00379664
-0.000142309
0.00159574
0.00383482
4.17498e-05
0.00169277
0.00375209
0.000258246
0.0017424
0.00361461
0.000487637
0.0017464
0.00343507
0.000727938
0.0017028
0.00325503
0.000975734
0.00159573
0.00307527
0.0012535
0.00141306
0.00291417
0.00151923
0.00112584
0.00276098
0.00178167
0.000770941
0.00264126
0.00186573
0.000499202
0.00256499
0.00156514
0.000511483
0.00250119
0.000802322
0.000694138
0.00236924
0.00013639
0.000928775
0.00215465
-0.000163473
0.00117453
0.00187612
-0.000368739
0.00132756
0.00150222
-0.000360719
0.00143466
0.0011883
-0.000420647
0.00157136
0.000883526
-0.000483723
0.00168385
0.00060291
-0.000470291
0.00178609
0.00034004
-0.000448684
0.00182564
8.12659e-05
-0.00034826
0.00179561
-0.000194648
-0.000204677
0.00168431
-0.000455867
-4.78122e-05
0.00152132
-0.000663838
7.12329e-05
0.00132128
-0.000958742
0.000169021
0.00108158
-0.00114924
0.000219463
0.000836252
-0.00145842
0.000235787
0.000573012
-0.00162764
0.000211125
0.000290996
-0.0020397
0.000182859
-2.91647e-05
-0.00242185
0.000162382
-0.000339002
-0.00344688
7.05892e-05
-0.000781514
-0.00496301
1.46303e-05
-0.00106719
-0.00801243
-0.000127967
-0.000980859
-0.0106149
-0.000214343
-0.00913762
-0.000108676
7.57646e-05
0.000160649
-3.05575e-05
0.000281613
0.00114547
-9.69287e-05
0.000585636
0.00206216
-0.000194803
0.000910682
0.00284087
-0.000266849
0.00121109
0.00335028
-0.000257575
0.00145138
0.00359271
-0.000167682
0.00163792
0.00364727
-1.86502e-05
0.00177469
0.0035751
0.000187846
0.00186501
0.00343762
0.000402702
0.00190804
0.00324701
0.000636304
0.00190087
0.00304541
0.000881516
0.00183054
0.00283181
0.00115589
0.00168909
0.00263235
0.00141884
0.00145871
0.00244146
0.00167163
0.00117129
0.00229164
0.001788
0.000921189
0.00219375
0.00166371
0.000878352
0.00215458
0.00114524
0.0010137
0.00207928
0.000620461
0.00118644
0.00191732
0.000325839
0.00136794
0.00169071
0.000102049
0.00150378
0.00139686
-1.93658e-05
0.00163
0.00115094
-0.000176799
0.00177038
0.000867261
-0.000281915
0.00187627
0.000612491
-0.000302966
0.00195859
0.000381539
-0.000309792
0.00200223
0.000137675
-0.000242812
0.00197258
-8.79771e-05
-0.000147513
0.00188356
-0.000330041
-3.18363e-05
0.00172728
-0.000494136
5.6928e-05
0.00153375
-0.000778488
0.000147417
0.00129541
-0.000930775
0.000187773
0.0010422
-0.00122812
0.000197058
0.000780851
-0.00136471
0.000175972
0.000541359
-0.0017606
0.000136789
0.00022691
-0.0020177
0.000106193
-0.000104277
-0.00299381
5.5705e-05
-0.000603819
-0.00437381
6.0902e-06
-0.000991346
-0.00756251
-0.000124307
-0.00104794
-0.0106398
-0.000241688
-0.0102276
-0.000141941
5.90703e-05
0.000132141
-4.74644e-05
0.000240696
0.00100619
-0.000107526
0.000522601
0.00184158
-0.00019364
0.000848568
0.00258629
-0.000263454
0.00116556
0.00309884
-0.000271015
0.00143989
0.00336608
-0.000206432
0.00165809
0.00344193
-8.33294e-05
0.00183581
0.00336803
8.7339e-05
0.00196383
0.00324332
0.000290911
0.00204303
0.00304955
0.000506064
0.00206922
0.00284008
0.000729004
0.00203159
0.00261206
0.000972536
0.00192771
0.00239637
0.00119698
0.00175036
0.00219108
0.0013987
0.00152901
0.00203005
0.00148955
0.00133394
0.00192271
0.00140777
0.00127549
0.00188185
0.00107965
0.00135749
0.00183266
0.00069769
0.00148492
0.00172847
0.000416208
0.00163478
0.00154141
0.000208829
0.00175588
0.00131711
5.80284e-05
0.00188006
0.00111828
-8.922e-05
0.00200705
0.000869015
-0.00019759
0.0021024
0.000633907
-0.000235832
0.0021765
0.000431617
-0.000253061
0.00220689
0.000206317
-0.000202437
0.00216836
1.73518e-05
-0.00012675
0.00208522
-0.00020525
-4.36279e-05
0.00194459
-0.000326647
3.12502e-05
0.00175065
-0.000576813
0.00010103
0.00152419
-0.000701922
0.000145877
0.00128125
-0.000990467
0.000156663
0.00100712
-0.00107824
0.000132296
0.000756477
-0.00147522
9.94537e-05
0.000469766
-0.00164956
5.85422e-05
0.000137094
-0.00254967
3.43321e-05
-0.000398171
-0.00378066
7.77692e-08
-0.000897757
-0.00701655
-0.000127907
-0.00111469
-0.0105322
-0.000280681
-0.0114083
-0.000207268
5.43436e-05
0.000116037
-6.70873e-05
0.000196414
0.000915416
-0.000117784
0.000444517
0.00166298
-0.000195561
0.000744991
0.00236288
-0.000259086
0.00105889
0.00285907
-0.000281136
0.00135725
0.00312395
-0.000237625
0.00159821
0.003228
-0.000139837
0.00181481
0.00314817
-1.25766e-05
0.00197832
0.00303129
0.000174721
0.00209351
0.00284552
0.000363447
0.00215497
0.00263986
0.000556773
0.00215686
0.00241368
0.00075755
0.00209835
0.00220044
0.000937651
0.00198008
0.00199871
0.00109064
0.00182811
0.00184261
0.00115663
0.00169315
0.00173695
0.00110419
0.00164618
0.00169475
0.000892901
0.00169974
0.0016555
0.000638593
0.00179285
0.0015919
0.000418683
0.00191316
0.00143899
0.000240039
0.00202115
0.00127013
7.93657e-05
0.00213428
0.00110034
-3.47849e-05
0.00223332
0.000880251
-0.000129453
0.0023184
0.000663778
-0.000184539
0.00238098
0.000485643
-0.000207584
0.00240908
0.000277534
-0.000175512
0.00237301
0.000126875
-0.00011554
0.0022973
-9.09046e-05
-5.25539e-05
0.00218131
-0.00018883
1.62604e-05
0.00200484
-0.000377693
5.79523e-05
0.00179396
-0.000466019
9.53283e-05
0.00155691
-0.000742131
0.000117745
0.0012944
-0.00078814
9.93386e-05
0.00103684
-0.00117731
7.24112e-05
0.000729848
-0.00127193
4.00185e-05
0.000369805
-0.00211837
2.89015e-05
-0.000194947
-0.00315772
1.00142e-06
-0.000821672
-0.00638256
-0.000108543
-0.00119091
-0.0103047
-0.000300852
-0.0127092
-0.000264059
9.65915e-06
0.000151903
-0.000100685
0.000121194
0.00086982
-0.00015824
0.000325504
0.00153555
-0.0002276
0.000622759
0.00215084
-0.000293941
0.000939915
0.00262414
-0.000321277
0.00126607
0.00286197
-0.00030239
0.00154605
0.00298934
-0.000223896
0.0017923
0.00290819
-0.000118556
0.00200007
0.00279934
1.4839e-05
0.0021502
0.00262828
0.000194823
0.00224921
0.00244073
0.000358164
0.00229135
0.00222907
0.000522462
0.0022781
0.00203244
0.000664899
0.00221316
0.00184779
0.000784102
0.00212039
0.00170564
0.000835065
0.00203636
0.00160634
0.000809435
0.00200793
0.00156459
0.000681094
0.00204624
0.00153039
0.000522664
0.00211597
0.0014957
0.000366674
0.00220707
0.00136534
0.000227867
0.00230078
0.0012394
8.66673e-05
0.00239364
0.00108881
9.88041e-07
0.00247553
0.000894607
-9.5472e-05
0.00255394
0.000688883
-0.000158647
0.00260701
0.000536325
-0.000184176
0.00263107
0.00034421
-0.000161286
0.00260061
0.000242651
-0.000120597
0.00254124
1.44003e-05
-5.91472e-05
0.00242704
-3.88456e-05
-1.42309e-05
0.00227831
-0.000204833
3.9847e-05
0.00207489
-0.000231314
4.99927e-05
0.0018534
-0.000492955
8.27508e-05
0.00160497
-0.000500349
6.79913e-05
0.00135587
-0.000879494
5.54133e-05
0.00105036
-0.00090589
3.86035e-05
0.000678279
-0.00168941
3.35043e-05
7.33085e-05
-0.00253293
3.20548e-05
-0.000658363
-0.00565252
-5.03052e-05
-0.00121256
-0.0099292
-0.000283143
-0.0140943
-0.00028131
-1.77204e-05
0.000224616
-0.000137173
2.58288e-05
0.000905941
-0.000192984
0.000192994
0.00146291
-0.00027184
0.00043165
0.00200831
-0.000329766
0.000731942
0.00242091
-0.000378646
0.00106859
0.00260188
-0.000376954
0.00138394
0.00272758
-0.000319312
0.00166789
0.00264728
-0.000239333
0.00191852
0.00254083
-0.000125524
0.00211768
0.00238832
2.40076e-07
0.00226281
0.00222147
0.000156634
0.00235527
0.00203776
0.000289553
0.00239279
0.00186932
0.000404324
0.00238517
0.00170937
0.000496857
0.00235276
0.00158544
0.000544626
0.00232269
0.00149625
0.00054371
0.00232195
0.00146015
0.000478095
0.00236275
0.00143206
0.000391649
0.00241767
0.00142335
0.000290317
0.00248926
0.00131329
0.000200461
0.00256351
0.00121381
9.88897e-05
0.00263444
0.00107658
3.3713e-05
0.00269764
0.000902368
-5.6221e-05
0.00276434
0.000695372
-0.000115314
0.00281246
0.000566941
-0.000151677
0.00284888
0.000379255
-0.000146268
0.00283337
0.00032783
-0.000118548
0.00280095
0.000103295
-8.05653e-05
0.00271293
9.25369e-05
-3.33878e-05
0.00260064
-5.32289e-05
1.89472e-06
0.00243076
-2.94144e-05
2.79379e-05
0.00222717
-0.000249285
3.77346e-05
0.00201126
-0.000242429
4.87744e-05
0.00178744
-0.000602899
4.01016e-05
0.00151616
-0.00057478
3.61107e-05
0.00118097
-0.00130656
5.48222e-05
0.000557378
-0.00190634
6.64584e-05
-0.00034198
-0.00477631
3.80458e-05
-0.00102346
-0.00943623
-0.000223136
-0.0153573
-0.000251673
-0.000147834
0.000427455
-0.000185384
-0.00015599
0.00099842
-0.000277716
-6.12649e-05
0.00147226
-0.00035912
0.000215188
0.00184007
-0.000449545
0.000538658
0.00218765
-0.000492606
0.000904403
0.0023163
-0.000520697
0.00126269
0.00242534
-0.000474789
0.00158605
0.00235128
-0.000414023
0.00187761
0.00224938
-0.000314462
0.00211955
0.00212026
-0.000202515
0.00231115
0.00197967
-8.93871e-05
0.00244639
0.00182049
3.10972e-05
0.00253827
0.00168183
0.00013214
0.00258543
0.00155812
0.000214253
0.00260112
0.00146464
0.000262264
0.00261319
0.00138622
0.000286891
0.00263676
0.00135831
0.000268495
0.00267821
0.00134196
0.000236776
0.00271761
0.00136492
0.000188837
0.00277087
0.00126678
0.000140234
0.00282739
0.00118846
7.87339e-05
0.00288542
0.00104996
1.5296e-05
0.00294655
0.000884976
-6.56856e-05
0.00301793
0.000666267
-0.000121832
0.00307433
0.000559392
-0.000169605
0.00313746
0.000366816
-0.000171888
0.00315374
0.000364262
-0.00015404
0.00314467
0.00015772
-0.000132503
0.00308338
0.000200034
-9.06408e-05
0.00299999
9.23737e-05
-6.05584e-05
0.00285037
0.000188587
-4.01262e-05
0.00268375
-3.23735e-05
-3.58184e-06
0.0025046
6.62967e-06
-5.19859e-06
0.00230267
-0.000337087
1.31116e-05
0.00211336
-0.000318836
2.91207e-05
0.00182538
-0.000978731
7.9842e-05
0.00136627
-0.0014478
9.94519e-05
0.000390467
-0.00385392
0.000216685
-0.000480936
-0.00875276
-0.000135303
-0.016147
-0.000227822
-4.3088e-05
0.000536623
-0.000244969
-0.000241942
0.00129665
-0.00035355
-0.000285747
0.00162829
-0.000469089
-0.000149059
0.00181856
-0.000562404
0.00017612
0.00196714
-0.000650452
0.00057001
0.00198593
-0.000689496
0.000999672
0.00204128
-0.000666783
0.00138513
0.0019798
-0.000625625
0.00173374
0.00188784
-0.000537771
0.00203468
0.00178387
-0.0004456
0.00228078
0.00167602
-0.000341694
0.00247178
0.00155849
-0.000241774
0.00261813
0.00145114
-0.000147668
0.00272611
0.00135314
-5.92489e-05
0.0028021
0.00129294
3.76783e-06
0.0028691
0.00124364
5.38491e-05
0.00292642
0.00124023
7.28647e-05
0.00298719
0.0012417
8.39791e-05
0.00303202
0.00129758
7.58967e-05
0.00308135
0.00121287
5.82097e-05
0.00312958
0.00115556
8.45765e-06
0.00317887
0.0010096
-3.98403e-05
0.00323524
0.000843618
-0.000102166
0.00331183
0.000601288
-0.000161038
0.00339659
0.00049865
-0.000205421
0.00351226
0.000276118
-0.000218102
0.00359015
0.000312901
-0.000209696
0.00363723
0.000152766
-0.000208802
0.00364745
0.000236811
-0.000171896
0.00361368
0.0001842
-0.000151793
0.00353372
0.00034632
-0.000123746
0.00344319
0.000133301
-9.40896e-05
0.00333773
0.000180644
-7.15927e-05
0.00321587
-0.000144409
-4.31798e-05
0.00315021
-0.000191722
-2.60513e-05
0.00296566
-0.000751264
6.78574e-05
0.0026723
-0.00118037
0.000103519
0.00169902
-0.00292352
0.000278739
0.000604567
-0.00786432
4.31257e-05
-0.0159476
-0.000185277
-0.000715366
0.00133139
-0.000307396
-0.000754577
0.00144543
-0.000498777
-0.000708663
0.00167263
-0.000663515
-0.000515453
0.00167878
-0.000826597
-0.000109549
0.00159667
-0.000928677
0.000294417
0.00157192
-0.000976964
0.000778302
0.00153149
-0.000964903
0.00120416
0.00149627
-0.000930816
0.00160096
0.00141192
-0.000843265
0.00194466
0.00134353
-0.000759587
0.00223936
0.00126909
-0.000664746
0.00248541
0.00118726
-0.000569428
0.00269587
0.00111162
-0.000480741
0.00287336
0.0010425
-0.000394155
0.00301484
0.00101263
-0.000315609
0.00314098
0.000987464
-0.000246061
0.00326324
0.00100776
-0.000195408
0.00337072
0.00105366
-0.000137878
0.00345347
0.00114846
-0.000115261
0.00355863
0.00105393
-0.000114708
0.00369395
0.000988803
-0.000147204
0.00383249
0.000843181
-0.000183038
0.00399831
0.000657374
-0.000267271
0.00417787
0.000401638
-0.000309937
0.00436222
0.000305967
-0.000341472
0.00454104
8.58868e-05
-0.000341042
0.00469533
0.000166707
-0.000346172
0.00477974
9.34785e-05
-0.00035262
0.00486157
0.000202528
-0.000316265
0.00489403
0.000206716
-0.000300463
0.00491264
0.000395883
-0.000250395
0.00486706
0.000253601
-0.000218863
0.00486824
0.000248178
-0.000174077
0.00480486
-3.03889e-05
-0.000126058
0.00478152
-0.000134725
-0.000125996
0.00463311
-0.00054643
-1.56428e-05
0.00445852
-0.00104829
-1.01727e-05
0.00368294
-0.00220403
0.000214749
0.00225688
-0.00664195
0.000124192
-0.014174
-0.000231919
-0.00178653
0.00317096
-0.000727441
-0.00186057
0.00157253
-0.000990192
-0.0016737
0.00149804
-0.00108445
-0.00111407
0.00109941
-0.00116993
-0.000482622
0.000907429
-0.00124769
0.000193045
0.000816793
-0.0012631
0.000836102
0.000770369
-0.00125945
0.00145654
0.000743164
-0.00121455
0.00201846
0.000701711
-0.00113096
0.00252854
0.000673951
-0.00104666
0.00298622
0.000643185
-0.000952513
0.00339396
0.000605233
-0.000859833
0.0037622
0.000569317
-0.00077089
0.00409892
0.000533645
-0.000688645
0.00441557
0.000528635
-0.000617192
0.00471134
0.00053734
-0.000552326
0.00501331
0.000566854
-0.000493917
0.00533935
0.000599795
-0.00044681
0.00568682
0.000688134
-0.000410347
0.00603304
0.00062576
-0.000358238
0.00642163
0.000546293
-0.000337278
0.00676482
0.000443238
-0.000332953
0.00707836
0.000300546
-0.000352397
0.00732601
0.00011823
-0.000367738
0.00754629
5.2335e-05
-0.000378628
0.00770691
-0.000107251
-0.000406297
0.00790994
-5.03395e-05
-0.000418011
0.00801842
-2.91268e-05
-0.0004594
0.00817183
6.66493e-05
-0.000438643
0.00829118
0.000117068
-0.000454106
0.0084877
0.000240499
-0.000407438
0.0085747
0.000216091
-0.000361939
0.00870215
0.000172516
-0.000320351
0.00872372
1.25028e-05
-0.000251784
0.00872706
-0.00011227
-0.000249387
0.00860132
-0.000382728
-0.000145943
0.00832545
-0.000802296
-0.000177725
0.00768264
-0.00165913
-6.76549e-05
0.00523828
-0.00434095
7.20398e-05
-0.00941666
-0.000321823
0.00319025
-0.000468172
0.00476646
-0.000589027
0.00624596
-0.000673898
0.00730688
-0.000736234
0.00815422
-0.000784611
0.00888478
-0.000832122
0.00955396
-0.000847518
0.0101854
-0.000859304
0.0107661
-0.00083739
0.0113097
-0.000805176
0.0118134
-0.000758329
0.0122695
-0.000703583
0.0126874
-0.000647091
0.0130641
-0.000585753
0.0134291
-0.000529206
0.013803
-0.000479171
0.0142138
-0.000416261
0.014668
-0.000355306
0.0152384
-0.00030531
0.015776
-0.000226532
0.0162401
-0.00018577
0.0166086
-0.000161866
0.0168562
-0.000153581
0.0169102
-0.000175941
0.0169042
-0.000209916
0.016739
-0.000236588
0.016641
-0.000262076
0.0165642
-0.00031778
0.0166025
-0.000355138
0.016703
-0.000388044
0.0169311
-0.000387853
0.0171555
-0.000349293
0.0173349
-0.000330318
0.0173776
-0.00025928
0.0172714
-0.000257779
0.0168959
-0.000204549
0.0160922
-0.000185156
0.0143349
-0.000266659
0.00985885
-0.000153952
-0.000432041
2.11177e-05
-1.3459e-05
-1.97934e-05
5.84475e-05
-3.58457e-05
-4.82213e-05
8.89294e-05
-2.68901e-05
-5.74168e-05
0.00010073
-8.02973e-06
-6.193e-05
9.78116e-05
8.38305e-06
-6.72032e-05
8.50963e-05
1.62379e-05
-7.27997e-05
7.1391e-05
1.56842e-05
-8.02434e-05
5.30075e-05
1.86827e-05
-8.63936e-05
2.66284e-05
2.83717e-05
-8.55162e-05
-2.01705e-05
5.04394e-05
-8.2914e-05
-9.51804e-05
8.14643e-05
-7.36805e-05
-0.000199912
0.000112178
-6.57281e-05
-0.000344578
0.000141886
-5.63613e-05
-0.000497929
0.000161017
-7.29962e-05
-0.000682408
0.000182326
-8.42024e-05
-0.000889239
0.000196838
-9.41665e-05
-0.00111769
0.000211694
-0.000124728
-0.0013885
0.000236626
-0.000156546
-0.00171766
0.00027981
-0.000221615
-0.00210057
0.000314828
-0.000275302
-0.00243742
0.000278749
-0.00041673
-0.00269313
0.00010536
-0.000615309
-0.00284578
-5.45844e-05
-0.000761314
-0.00286015
-0.000272371
-0.000895103
-0.00274431
-0.000464661
-0.00102999
-0.00250014
-0.000640003
-0.00116554
-0.0021415
-0.000796626
-0.00128824
-0.00168324
-0.000921566
-0.00138969
-0.00113506
-0.00100956
-0.0014611
-0.000562837
-0.00101245
-0.00149126
2.79824e-05
-0.00095704
-0.00147746
0.000476531
-0.000723943
-0.00136966
0.000767378
-0.000443893
-0.00119343
0.000804119
-0.000111696
-0.000930419
0.000659971
0.00012659
-0.000656639
0.00045127
0.000224821
-0.000444448
0.000262506
0.000215456
-0.000306634
0.000124624
0.000165962
-0.000228401
3.5812e-05
0.000110607
-0.000172797
5.00646e-05
-0.000114939
3.94198e-05
-5.2113e-05
-5.09903e-05
9.35298e-05
-9.33746e-05
-0.000109027
0.000125555
-5.77068e-05
-0.00013074
0.00011532
2.75215e-06
-0.000133897
6.87153e-05
5.73491e-05
-0.000133253
-2.64403e-05
0.00010792
-0.000133141
-0.000171877
0.000155556
-0.000133396
-0.000373804
0.000221566
-0.000146009
-0.000636452
0.00029429
-0.000150401
-0.000967828
0.000381629
-0.00016789
-0.00135471
0.000472972
-0.000186561
-0.00179096
0.000550102
-0.000230531
-0.00226538
0.000610714
-0.000285413
-0.00275327
0.000632716
-0.000364945
-0.00324236
0.000633574
-0.000460269
-0.00371316
0.000598005
-0.0005796
-0.00415453
0.000539319
-0.000712804
-0.00453771
0.000457124
-0.000844973
-0.00483369
0.000367813
-0.000995351
-0.00501586
0.000244892
-0.00109955
-0.00508976
6.70883e-05
-0.00125164
-0.00508343
-0.000272062
-0.00131849
-0.00497377
-0.000558807
-0.00140097
-0.00478876
-0.00087314
-0.00148737
-0.00451595
-0.00117807
-0.00158938
-0.0041544
-0.00146797
-0.00167394
-0.00370731
-0.00172859
-0.00174526
-0.00317346
-0.00194353
-0.00179444
-0.00256424
-0.0020881
-0.00181669
-0.00189266
-0.00211488
-0.00181271
-0.00118363
-0.00202458
-0.00176152
-0.000500176
-0.00168507
-0.00166685
9.30623e-05
-0.00120308
-0.00151612
0.000481964
-0.000560098
-0.00128889
0.000637643
-2.87147e-05
-0.00103402
0.000571225
0.000322691
-0.000776892
0.000418229
0.000420245
-0.000591705
0.000238319
0.000401716
-0.000456124
8.99237e-05
0.000310384
-0.000327638
0.000163764
-0.000171676
3.77042e-05
-9.18639e-05
-7.83743e-05
6.86427e-05
-0.000129781
-0.000161981
5.85699e-05
-5.2951e-05
-0.000195608
-2.54227e-05
8.24657e-05
-0.000200827
-0.000184108
0.000211927
-0.000204853
-0.000422683
0.000342781
-0.000210478
-0.000748076
0.000471864
-0.000229171
-0.00115878
0.000627127
-0.000250097
-0.00164502
0.000783118
-0.000284321
-0.002181
0.000926594
-0.000327712
-0.00273641
0.0010404
-0.00038124
-0.00328096
0.00110013
-0.000452875
-0.00379013
0.00111062
-0.000539467
-0.00424779
0.00105901
-0.000636039
-0.00464828
0.000970909
-0.000747772
-0.00499483
0.000843789
-0.000851369
-0.00528138
0.000688598
-0.00095909
-0.00549073
0.000492403
-0.00106013
-0.00562332
0.000294575
-0.00116267
-0.00563402
2.93197e-05
-0.00122854
-0.00557687
-0.000268413
-0.00124881
-0.00546611
-0.000688192
-0.00127582
-0.0053028
-0.00102967
-0.00128283
-0.00511716
-0.00135657
-0.00130013
-0.00490727
-0.00169698
-0.00131769
-0.00464748
-0.00204453
-0.00133438
-0.00432808
-0.00236492
-0.0013546
-0.0039357
-0.00264268
-0.00135803
-0.00346899
-0.00283916
-0.00134663
-0.00293649
-0.00290138
-0.00132151
-0.00234447
-0.00282617
-0.00128882
-0.00167342
-0.00252114
-0.00124893
-0.00099646
-0.00198599
-0.00118118
-0.000392271
-0.00119547
-0.00111594
3.66921e-05
-0.000422881
-0.00100141
0.000237602
0.000183036
-0.000849308
0.000244251
0.000476268
-0.000704699
0.000164033
0.000554597
-0.000582132
6.64766e-05
0.000474222
-0.000422653
0.00026406
-0.000198058
1.66653e-05
-0.000117587
-0.000112269
-1.63122e-05
-0.000113527
-0.000218703
-0.000130682
4.76461e-05
-0.000259949
-0.000341358
0.000281082
-0.000267392
-0.00064283
0.000503232
-0.000269306
-0.00104726
0.000736232
-0.000282262
-0.00154252
0.000961359
-0.000309851
-0.00209213
0.00117959
-0.000348801
-0.00265359
0.00135702
-0.000393428
-0.00318484
0.00147658
-0.00045587
-0.00365554
0.00152924
-0.000521597
-0.00406576
0.00151659
-0.000591
-0.00439909
0.00143968
-0.000655349
-0.0046626
0.0012975
-0.00072833
-0.0048759
0.00112795
-0.000781316
-0.0050378
0.000923979
-0.000829879
-0.00515701
0.000697641
-0.000871547
-0.00522863
0.000429139
-0.000900096
-0.00526338
0.000189681
-0.00092846
-0.00525489
-0.0001528
-0.000880267
-0.00518505
-0.000512762
-0.000874749
-0.00512447
-0.000939236
-0.00081586
-0.00504338
-0.00127764
-0.000788759
-0.00494339
-0.0016072
-0.000767614
-0.00483852
-0.0019507
-0.000760896
-0.00469514
-0.00232749
-0.000760492
-0.00450057
-0.0026884
-0.000771647
-0.00424098
-0.00302445
-0.000780659
-0.00390122
-0.00329372
-0.000789063
-0.00348063
-0.00342686
-0.000792724
-0.0029995
-0.00340059
-0.000796523
-0.00243368
-0.00317223
-0.000803725
-0.00177831
-0.00270888
-0.000827362
-0.00111015
-0.00189741
-0.000845727
-0.000548086
-0.000955723
-0.000868731
-0.000172299
-0.000131748
-0.000823558
-1.10462e-05
0.000384602
-0.000741592
3.36627e-05
0.000591404
-0.000639675
1.95386e-05
0.000558848
-0.000464486
0.000319689
-0.000206758
-4.42338e-05
-9.409e-05
-0.000160827
-0.000177626
-6.75054e-06
-0.000297876
-0.000421763
0.00025989
-0.000339372
-0.000765761
0.000605546
-0.000339143
-0.00120537
0.000928589
-0.000345359
-0.00171145
0.0012383
-0.000363038
-0.00224576
0.00150349
-0.000401209
-0.00276114
0.00171642
-0.000438307
-0.00321792
0.00184572
-0.000488231
-0.00361038
0.00190685
-0.000535745
-0.00393491
0.00188821
-0.000571375
-0.00418108
0.00178691
-0.000599693
-0.00434921
0.00161853
-0.000633095
-0.00447719
0.00141074
-0.000645944
-0.00457721
0.00118685
-0.000648855
-0.00464822
0.000934908
-0.000638684
-0.00470384
0.000676239
-0.00061724
-0.0047465
0.000386015
-0.000588863
-0.00478153
0.000138743
-0.000552603
-0.00479083
-0.000246153
-0.000470396
-0.00479271
-0.000588663
-0.000403915
-0.00480119
-0.00098685
-0.000326664
-0.00478409
-0.00132611
-0.000290962
-0.00474875
-0.00167141
-0.000261369
-0.00470943
-0.00202508
-0.000251867
-0.00464084
-0.00242455
-0.000243215
-0.00453156
-0.00282115
-0.000262536
-0.00437164
-0.0032122
-0.000293561
-0.00413585
-0.00356094
-0.00033637
-0.00380228
-0.00380241
-0.000388384
-0.00338432
-0.00387397
-0.000444614
-0.00290229
-0.00372607
-0.000505932
-0.00230411
-0.00338591
-0.00055812
-0.00161576
-0.00266211
-0.000666489
-0.000969085
-0.0016456
-0.00073951
-0.000470505
-0.000601698
-0.000815478
-0.000188793
0.000162829
-0.000770257
-6.52715e-05
0.000538447
-0.000670584
-1.62077e-05
0.000576989
-0.000480994
0.000340337
-0.000207409
-0.000119868
-1.19833e-05
-0.000214493
-0.000381833
0.000199155
-0.000374811
-0.000758074
0.000594474
-0.000422762
-0.00120956
0.00103043
-0.000408372
-0.00170488
0.00141651
-0.000410035
-0.00220355
0.00174673
-0.000424935
-0.00267073
0.00199604
-0.000453342
-0.0030761
0.00216351
-0.000488007
-0.00341964
0.00223964
-0.000506123
-0.00368616
0.00222447
-0.000516162
-0.00386857
0.00211249
-0.000520295
-0.00398572
0.00193297
-0.000516337
-0.00406718
0.00171271
-0.000501188
-0.00413829
0.00147361
-0.000469578
-0.00419735
0.00121908
-0.000422295
-0.00424886
0.000948926
-0.000361799
-0.00430164
0.000684662
-0.000290572
-0.00436572
0.000408727
-0.000173239
-0.00441355
0.000154799
-7.00735e-05
-0.00445447
-0.000217768
4.30819e-05
-0.00448233
-0.000519301
0.000116912
-0.0044953
-0.000926784
0.000198743
-0.0045041
-0.00126609
0.000223645
-0.00450681
-0.00162409
0.000246523
-0.00449882
-0.00198746
0.00024232
-0.00448079
-0.00240101
0.000236396
-0.00443518
-0.00282509
0.000213779
-0.00435437
-0.00326842
0.000164853
-0.00422055
-0.00369132
7.09193e-05
-0.00399326
-0.0040429
-2.53685e-05
-0.00365102
-0.00425169
-0.000131335
-0.00321351
-0.00423326
-0.000249581
-0.00269778
-0.00399548
-0.000336412
-0.00201608
-0.00345669
-0.000452304
-0.00131405
-0.00245366
-0.000606273
-0.000705564
-0.00125489
-0.000743308
-0.000311569
-0.000207224
-0.000793757
-0.000120236
0.000398017
-0.000696918
-3.09216e-05
0.000546732
-0.000503559
0.00034156
-0.000213486
-0.000211784
0.000143831
-0.000283476
-0.000592125
0.000510364
-0.000479447
-0.00106064
0.00100474
-0.000508297
-0.00154987
0.00149251
-0.000479709
-0.0020241
0.00189052
-0.000473041
-0.00246275
0.00220902
-0.000475609
-0.00284589
0.00242488
-0.000495867
-0.00314894
0.00252456
-0.000476278
-0.00337115
0.00252178
-0.000467684
-0.00351782
0.00242844
-0.000446821
-0.00361973
0.00225729
-0.000412092
-0.00369542
0.00203781
-0.000368252
-0.00375742
0.00178748
-0.0003173
-0.0038134
0.00152707
-0.000246196
-0.00387602
0.00126494
-0.000150755
-0.00393411
0.000998654
-3.81947e-05
-0.00399202
0.000744022
6.64106e-05
-0.00406528
0.000475739
0.000178522
-0.00412215
0.000210463
0.000284491
-0.00417655
-0.000136383
0.000393137
-0.00421227
-0.000414119
0.000463172
-0.00423047
-0.000809913
0.000542316
-0.00424786
-0.00115731
0.000575781
-0.00426143
-0.00152758
0.000590069
-0.00427065
-0.00190238
0.000583992
-0.00427481
-0.0023265
0.000570514
-0.00427054
-0.00276664
0.000536899
-0.00424781
-0.00324351
0.000494179
-0.00418736
-0.00372406
0.000429303
-0.00405271
-0.00417554
0.000345067
-0.00381934
-0.00452366
0.000183506
-0.00344002
-0.0046722
3.31067e-05
-0.00297845
-0.00456175
-0.000110714
-0.00235697
-0.0041942
-0.000252335
-0.00160937
-0.00334469
-0.00040334
-0.000912057
-0.00206532
-0.000594169
-0.000399498
-0.000762205
-0.000732911
-0.000148996
0.000169658
-0.000715179
-2.80729e-05
0.000472066
-0.000522867
0.000341857
-0.000226921
-0.00029947
0.000371233
-0.000342083
-0.000766922
0.000886681
-0.000552315
-0.00127808
0.00145524
-0.000577025
-0.00175868
0.00195605
-0.000533413
-0.00219308
0.00234339
-0.000509207
-0.00256124
0.0026215
-0.0004898
-0.0028374
0.00275691
-0.00045907
-0.0030371
0.00279127
-0.000427899
-0.00318675
0.00273574
-0.00038234
-0.00329482
0.00259201
-0.000323437
-0.00337059
0.00236996
-0.000255226
-0.00342539
0.00211924
-0.000184295
-0.00348683
0.00185275
-9.96831e-05
-0.0035505
0.0015889
1.43192e-05
-0.00361811
0.00133155
0.000114999
-0.00367869
0.00106838
0.000215615
-0.00373341
0.000821034
0.000326679
-0.00378251
0.000556989
0.000451108
-0.00383748
0.000301732
0.000580154
-0.00389506
-2.64438e-05
0.000702654
-0.00392969
-0.00030273
0.000764055
-0.00395492
-0.000691431
0.000845736
-0.003977
-0.00104072
0.000868931
-0.00398687
-0.00142361
0.000858879
-0.00400237
-0.00179939
0.000839481
-0.00402004
-0.00222642
0.000815354
-0.00404181
-0.00267366
0.000776676
-0.0040608
-0.00316284
0.000724614
-0.004061
-0.00367792
0.000655822
-0.00401702
-0.00420285
0.000562052
-0.0038782
-0.00467522
0.000456033
-0.0036085
-0.0049946
0.000301866
-0.00318223
-0.00506141
0.000102748
-0.00264352
-0.00485169
-3.78028e-05
-0.00190617
-0.00421854
-0.000215323
-0.00113722
-0.00298708
-0.00036872
-0.000504779
-0.00148213
-0.00060737
-0.000160482
-0.000202554
-0.000645622
-1.84515e-05
0.000360778
-0.000537925
0.000337998
-0.00023124
-0.000357237
0.000640269
-0.000391055
-0.000872723
0.00129518
-0.000622543
-0.00138683
0.00189812
-0.000628975
-0.00182989
0.00238312
-0.000563801
-0.00220219
0.00273854
-0.00051863
-0.00247978
0.00294516
-0.000472115
-0.00269145
0.00303352
-0.000423196
-0.00286242
0.00303134
-0.000346266
-0.00297726
0.00290911
-0.00026439
-0.00304908
0.00270296
-0.000174005
-0.00311364
0.00245435
-8.35659e-05
-0.0031776
0.0021955
1.04447e-05
-0.00325274
0.00193321
0.000107691
-0.00332597
0.00166864
0.000214276
-0.00339008
0.00140869
0.000331023
-0.00344145
0.0011417
0.000451507
-0.00347916
0.000891343
0.000567178
-0.00350825
0.000627029
0.000683902
-0.00354299
0.000377415
0.000796259
-0.00359127
6.88665e-05
0.000907108
-0.00361913
-0.000211861
0.000956795
-0.00365199
-0.000589893
0.00101781
-0.00367097
-0.000937695
0.00103493
-0.00367847
-0.00132378
0.00100944
-0.00369235
-0.0016944
0.000982897
-0.00371899
-0.0021089
0.000954304
-0.00375859
-0.00255651
0.00091515
-0.00380754
-0.00304194
0.000873291
-0.00385909
-0.00357642
0.000809768
-0.0038834
-0.00413941
0.000728327
-0.00383783
-0.00469788
0.000615063
-0.00366881
-0.00516836
0.000490341
-0.00333698
-0.00544257
0.000338734
-0.00285114
-0.0054059
0.000145025
-0.00218442
-0.00499691
4.13621e-09
-0.00136267
-0.00394614
-0.000182629
-0.000649399
-0.00232936
-0.000361801
-0.000188476
-0.000741151
-0.000528266
-3.80932e-05
0.000203217
-0.000480351
0.000311126
-0.000228159
-0.000380175
0.000925699
-0.000429971
-0.000907981
0.00170965
-0.000682144
-0.00140042
0.00232232
-0.000683427
-0.00180083
0.00277912
-0.000600873
-0.00210833
0.00308237
-0.000525598
-0.00234192
0.00323689
-0.000444262
-0.00252864
0.00328554
-0.000347075
-0.00265289
0.00321302
-0.000238983
-0.00273814
0.00303962
-0.00013523
-0.0028086
0.00280653
-2.89197e-05
-0.00288865
0.00254945
9.13772e-05
-0.00296777
0.00228505
0.000189253
-0.00304795
0.00201762
0.000297354
-0.00311688
0.00174277
0.000413629
-0.00316883
0.00147013
0.000531469
-0.00320294
0.00119169
0.000641202
-0.00322038
0.000930905
0.000740161
-0.00322921
0.000663104
0.000833588
-0.00323816
0.000414028
0.000919068
-0.003259
0.000123754
0.00100376
-0.00327026
-0.000157493
0.00104713
-0.00329757
-0.000513014
0.00109541
-0.00330496
-0.000857182
0.00111005
-0.00331102
-0.00123047
0.00108238
-0.00332512
-0.00159091
0.00105448
-0.00336217
-0.00198804
0.00102487
-0.00341821
-0.0024174
0.000995225
-0.00350004
-0.00289934
0.000956312
-0.00358501
-0.00343108
0.000905619
-0.00366161
-0.00401362
0.000828494
-0.00369715
-0.00462457
0.000727387
-0.00363371
-0.00520367
0.00060174
-0.00340697
-0.00565935
0.000467961
-0.00300004
-0.00585062
0.000329891
-0.00241531
-0.00565351
0.000160862
-0.00162161
-0.00484451
-2.91902e-06
-0.000805294
-0.00327119
-0.000169805
-0.000245339
-0.00139482
-0.000373957
-2.48486e-05
-4.74347e-05
-0.000394009
0.000281966
-0.000214082
-0.000369707
0.00119806
-0.000443837
-0.000878802
0.00210211
-0.000715473
-0.00134286
0.00271854
-0.000712005
-0.00170233
0.00314004
-0.000604859
-0.00196469
0.00338491
-0.000498289
-0.00216261
0.00349268
-0.000375919
-0.00231197
0.00348606
-0.000248664
-0.00241452
0.00336581
-0.000125365
-0.00250202
0.00315769
1.27103e-05
-0.00258722
0.00290603
0.000146336
-0.00268093
0.00264518
0.000252652
-0.00277097
0.00237225
0.000353906
-0.00285154
0.00209332
0.000462187
-0.00291252
0.00179958
0.000570833
-0.00295083
0.00150689
0.000674381
-0.00296788
0.00121169
0.000761682
-0.0029661
0.000935695
0.000835876
-0.00295371
0.000659892
0.000902028
-0.00293241
0.00040481
0.000960098
-0.00291504
0.000126307
0.00102098
-0.00289564
-0.000147315
0.00105464
-0.00290178
-0.000466253
0.00109134
-0.0028956
-0.000794555
0.00110418
-0.00290399
-0.00114258
0.00108793
-0.00292296
-0.00148718
0.00106579
-0.00296985
-0.00186223
0.00104255
-0.00304419
-0.00227286
0.00101978
-0.00314228
-0.00273579
0.000995255
-0.00326052
-0.00325779
0.000953744
-0.00337866
-0.00384633
0.000891695
-0.0034703
-0.00448736
0.000805061
-0.0034922
-0.00514059
0.000697586
-0.00338436
-0.00573538
0.000566668
-0.00307737
-0.00613662
0.000433468
-0.00257051
-0.00618581
0.00031537
-0.00184709
-0.0056405
0.000166523
-0.000976613
-0.00424548
8.9758e-06
-0.000319394
-0.00214393
-0.000181352
-1.36009e-05
-0.00042657
-0.000252611
0.000248584
-0.000171513
-0.000335626
0.00144203
-0.00044893
-0.000808381
0.00246218
-0.000743045
-0.00123801
0.00308619
-0.0007402
-0.00155159
0.00346041
-0.000610144
-0.00177755
0.00365367
-0.000464995
-0.00194643
0.00371312
-0.000302504
-0.00207568
0.00365639
-0.000154207
-0.00217427
0.00349313
1.2787e-05
-0.00227426
0.00326439
0.000171017
-0.0023828
0.00300945
0.000287947
-0.00249408
0.00274314
0.000389937
-0.00259152
0.00245534
0.00048896
-0.00266882
0.0021548
0.00058979
-0.00271821
0.00183444
0.000679934
-0.00274089
0.00151627
0.000757511
-0.00273826
0.00120081
0.000814226
-0.00271178
0.000906065
0.000858128
-0.00266899
0.000618525
0.000897006
-0.00260859
0.000353502
0.000928754
-0.00255258
8.51808e-05
0.000974128
-0.00250094
-0.000177326
0.00100443
-0.00247643
-0.000455541
0.00103539
-0.00246029
-0.000753344
0.00104932
-0.00247081
-0.00106816
0.00104996
-0.0025013
-0.00139056
0.00103803
-0.00255782
-0.00173962
0.00102789
-0.00264294
-0.00212562
0.00101513
-0.00275855
-0.00256302
0.000997283
-0.00289637
-0.00306661
0.000964552
-0.00304753
-0.00364593
0.000917136
-0.00318748
-0.00430122
0.000846461
-0.00327697
-0.00500746
0.000749185
-0.00326326
-0.00571048
0.000630621
-0.00308032
-0.00629415
0.000495667
-0.00266771
-0.00658296
0.000370624
-0.00201641
-0.00632239
0.000261789
-0.00116201
-0.00517638
0.000153723
-0.000405544
-0.00301192
-3.06982e-05
-1.99189e-05
-0.000875127
-0.000136264
0.000182892
-0.000114937
-0.00028219
0.00164177
-0.000424913
-0.000705834
0.00277917
-0.000739906
-0.00109164
0.00341335
-0.000742077
-0.00136556
0.00374017
-0.000588791
-0.00156293
0.00389131
-0.00041099
-0.00171605
0.00390326
-0.000213146
-0.00183205
0.00380329
-3.61912e-05
-0.00194511
0.00361063
0.000164809
-0.00206702
0.00337421
0.000305368
-0.00219531
0.00311613
0.000414914
-0.00231843
0.00283942
0.000510712
-0.00242216
0.0025313
0.000599884
-0.00249523
0.00220122
0.000680014
-0.00253342
0.00185019
0.000740272
-0.00253877
0.00150287
0.000783457
-0.0025116
0.00116427
0.000804123
-0.00245322
0.000847855
0.000818204
-0.00237246
0.000545931
0.000832718
-0.00227015
0.000272296
0.000845979
-0.00217796
1.12801e-05
0.000884804
-0.00210235
-0.000233889
0.000919067
-0.00205333
-0.000474
0.00094618
-0.00203613
-0.000734626
0.000976135
-0.00204829
-0.00101457
0.00098618
-0.00208957
-0.00130632
0.000991333
-0.00215667
-0.00162895
0.000992499
-0.00224939
-0.00198567
0.000989855
-0.00237107
-0.00239466
0.00097813
-0.00252029
-0.00286948
0.000956287
-0.00269055
-0.00342811
0.000921548
-0.00286562
-0.00407616
0.000866415
-0.0030131
-0.00481239
0.000789838
-0.00308067
-0.00559889
0.000684354
-0.00299831
-0.0063398
0.000559091
-0.00270161
-0.00685469
0.00042742
-0.00214558
-0.00687079
0.000314593
-0.00133758
-0.00602409
0.000236218
-0.000500247
-0.00394426
0.000131315
-4.02323e-05
-0.00139333
-3.12328e-05
9.1017e-05
-3.71667e-05
-0.000217515
0.00179187
-0.000398479
-0.000583873
0.00304854
-0.000738873
-0.000922374
0.0036987
-0.000745946
-0.00116611
0.00398855
-0.000574604
-0.00134002
0.00409808
-0.000361339
-0.00148047
0.0040651
-0.000137024
-0.00159975
0.00393209
7.37563e-05
-0.00173088
0.00372898
0.000283786
-0.00187384
0.00348903
0.000416386
-0.00202056
0.00322611
0.000522038
-0.00215622
0.00293564
0.000610073
-0.00226669
0.00260367
0.00068183
-0.00233806
0.00223913
0.000734798
-0.00236439
0.00185239
0.000756144
-0.0023475
0.00147239
0.000758658
-0.00228743
0.00110618
0.000742325
-0.00218788
0.000765582
0.000726417
-0.0020623
0.000447793
0.000720334
-0.0019238
0.00017064
0.000727568
-0.00180309
-8.55269e-05
0.000772461
-0.00170965
-0.000308946
0.000817676
-0.00165106
-0.000516451
0.000850481
-0.00163732
-0.000739492
0.000897424
-0.00165702
-0.000984182
0.00092185
-0.00170433
-0.00124551
0.00094047
-0.00177736
-0.00153792
0.000954578
-0.00187499
-0.00186486
0.000955215
-0.00199896
-0.00224148
0.000950954
-0.00215067
-0.00268257
0.000934706
-0.00232806
-0.00320924
0.000909559
-0.00252278
-0.00383737
0.000866939
-0.00271072
-0.0045803
0.000800957
-0.00284833
-0.00541922
0.000706797
-0.00286186
-0.00628966
0.00058821
-0.00267181
-0.00701782
0.000460141
-0.00221315
-0.00731003
0.000342311
-0.00147866
-0.00676498
0.000266736
-0.000595251
-0.00488602
0.000234476
-5.11093e-05
-0.00201301
0.000105756
-6.80873e-06
4.73051e-05
-0.000145209
0.00188353
-0.000338425
-0.000443928
0.00326346
-0.000698491
-0.00073663
0.00394162
-0.000713174
-0.000956802
0.00421094
-0.000531129
-0.0011185
0.00428209
-0.000290427
-0.00125194
0.00421406
-4.66395e-05
-0.00138355
0.00405661
0.00020769
-0.00153205
0.00384803
0.000394792
-0.00169456
0.00360893
0.000523927
-0.00185723
0.00333935
0.000625611
-0.002006
0.0030316
0.000701417
-0.00212387
0.00267288
0.000750968
-0.00219522
0.00227176
0.000767227
-0.00220746
0.00184634
0.000740665
-0.00216375
0.00143023
0.000694112
-0.00206655
0.00103544
0.000635474
-0.00192428
0.000671418
0.000586807
-0.00175384
0.000341201
0.000559311
-0.00158229
5.45606e-05
0.000578273
-0.00144228
-0.000192115
0.000639414
-0.00134434
-0.000390219
0.000708711
-0.00128902
-0.000575033
0.000759339
-0.00128149
-0.000766841
0.000828018
-0.00130914
-0.000978739
0.000870001
-0.00136206
-0.00121306
0.000899691
-0.0014396
-0.00147486
0.000919517
-0.00153725
-0.0017716
0.00092477
-0.00165887
-0.00211354
0.000925548
-0.00180717
-0.00251514
0.000913984
-0.00198526
-0.00300377
0.000897424
-0.00218944
-0.00359947
0.000862458
-0.00240162
-0.00433144
0.000807824
-0.00258766
-0.00519497
0.000722454
-0.00268071
-0.00616027
0.000610664
-0.00259441
-0.00707406
0.00048171
-0.00223613
-0.00765133
0.000361844
-0.0015804
-0.00741453
0.000277837
-0.000696013
-0.00579607
0.000261537
-6.22976e-05
-0.00273922
0.000219032
-0.000134659
0.000133366
-7.1344e-05
0.0019126
-0.000291615
-0.000298734
0.00341612
-0.000674321
-0.000554864
0.00414994
-0.000704989
-0.000751975
0.00440493
-0.000510592
-0.000899435
0.00444246
-0.000238357
-0.00103218
0.0043439
3.33602e-05
-0.00117672
0.00417566
0.000295723
-0.00134166
0.00396642
0.000481806
-0.00152173
0.00372994
0.000613409
-0.00170247
0.00345558
0.000712532
-0.00186838
0.00313163
0.000780376
-0.00199591
0.00274295
0.000806319
-0.00206771
0.00230365
0.000783886
-0.00206673
0.00183926
0.000702294
-0.00199622
0.00138798
0.000600717
-0.00186163
0.000962587
0.00049697
-0.00167205
0.00057394
0.000413513
-0.00146324
0.000234715
0.000377632
-0.00125953
-6.68321e-05
0.000408302
-0.00110654
-0.000297447
0.000497002
-0.00101477
-0.000480891
0.000610413
-0.000965902
-0.000649478
0.000685339
-0.000967849
-0.000815399
0.000782722
-0.00100291
-0.00100449
0.00083957
-0.00105941
-0.00121437
0.000875651
-0.00113569
-0.00144792
0.000897165
-0.0012303
-0.0017111
0.000903892
-0.00134524
-0.00201742
0.000904545
-0.00148601
-0.00237684
0.000894764
-0.0016587
-0.00282069
0.000880365
-0.00186573
-0.00337102
0.000852165
-0.00209393
-0.0040748
0.000806111
-0.0023162
-0.00493925
0.000730018
-0.00247192
-0.00597016
0.000623671
-0.0024785
-0.00703656
0.000495608
-0.00222076
-0.00788761
0.00037181
-0.00164753
-0.00798089
0.000285882
-0.000789163
-0.00665443
0.000268395
-6.45866e-05
-0.00351344
0.000294854
-0.000253158
0.000227001
2.72591e-05
0.00185734
-0.000207034
-0.000140445
0.00351138
-0.000602213
-0.000363139
0.00432289
-0.000654592
-0.000544781
0.00457761
-0.000461592
-0.000690277
0.00458611
-0.000170764
-0.000831305
0.00446649
0.000139193
-0.000988564
0.00428802
0.000399003
-0.00116901
0.00408207
0.000592884
-0.00136512
0.00384884
0.000726727
-0.00156166
0.00356807
0.00082458
-0.00173808
0.00322503
0.000880386
-0.00187103
0.00280409
0.000877069
-0.00194229
0.00232853
0.000804877
-0.00192947
0.00183111
0.000658639
-0.0018361
0.00134966
0.000493396
-0.00166984
0.000899938
0.00033609
-0.00144357
0.000486946
0.000213349
-0.0011929
0.000131746
0.000166679
-0.000969364
-0.000169634
0.000212845
-0.000802737
-0.000400704
0.000337622
-0.00071833
-0.000577727
0.000510273
-0.00067975
-0.000739057
0.00063019
-0.000695833
-0.000892644
0.000761012
-0.000737925
-0.00106698
0.00083082
-0.000795729
-0.0012559
0.000868027
-0.000868219
-0.00146275
0.000890481
-0.000954214
-0.00169239
0.000891183
-0.00105954
-0.00195955
0.000891029
-0.00118884
-0.00227316
0.000878409
-0.00134994
-0.00266669
0.000866752
-0.00155107
-0.00316027
0.000843359
-0.00178745
-0.0038162
0.000807431
-0.00203829
-0.00465724
0.000742957
-0.00224835
-0.00572482
0.000644175
-0.00233686
-0.00691474
0.000515606
-0.00218211
-0.00801895
0.000383957
-0.00169793
-0.00845693
0.000286027
-0.00088338
-0.0074662
0.000258967
-0.000102798
-0.0043271
0.000308456
-0.00039736
0.000280301
0.000105488
0.00174895
-0.00015519
1.48489e-06
0.00355824
-0.000596662
-0.000179624
0.00444756
-0.000648815
-0.000348506
0.00472445
-0.000459945
-0.000489108
0.0046992
-0.000139864
-0.000626201
0.00456644
0.000189772
-0.000793477
0.00438686
0.000465692
-0.000981279
0.0041782
0.000680511
-0.00118536
0.00394672
0.000830275
-0.00139039
0.00366166
0.000932377
-0.00157753
0.00330327
0.000974317
-0.00172489
0.00286034
0.000936438
-0.00181069
0.00235986
0.000813365
-0.0017981
0.00183595
0.000595845
-0.00168706
0.00132519
0.000368578
-0.00149813
0.000854071
0.000165859
-0.00125173
0.000431518
7.61028e-06
-0.000965681
3.72983e-05
-4.28119e-05
-0.000714986
-0.000259618
1.9042e-05
-0.000540271
-0.000511615
0.000191655
-0.000451702
-0.000690075
0.00041569
-0.000423337
-0.000852081
0.000583704
-0.000455261
-0.00100921
0.00076389
-0.000505294
-0.00118061
0.00084715
-0.000557693
-0.00134904
0.000869677
-0.000621648
-0.00152633
0.000884146
-0.000697127
-0.00171907
0.000880559
-0.000786537
-0.00194657
0.000872786
-0.000897407
-0.0022107
0.000855559
-0.00103955
-0.00254844
0.000841614
-0.0012241
-0.00297638
0.000822168
-0.00145451
-0.00356795
0.000795558
-0.00172311
-0.00435543
0.000745761
-0.00198504
-0.00542111
0.000661546
-0.00215985
-0.0066974
0.000540524
-0.0021178
-0.00802892
0.000403936
-0.00174681
-0.00881059
0.000295299
-0.000999487
-0.00820611
0.000254699
-0.000162889
-0.0051753
0.000317251
-0.00059303
0.000330773
0.000170375
0.00157502
-2.22298e-05
0.0001379
0.00354993
-0.000502178
2.78915e-05
0.00451816
-0.000597917
-0.000103015
0.00481579
-0.000399746
-0.000255747
0.0047916
-5.65839e-05
-0.000404225
0.0046407
0.000268484
-0.000578101
0.00446243
0.000554974
-0.000774119
0.00425748
0.000781356
-0.000987201
0.00401653
0.000949965
-0.00120468
0.0037203
0.00105757
-0.00140772
0.0033536
0.00108316
-0.00157616
0.00290356
0.00101265
-0.00168074
0.00239042
0.000834581
-0.0016732
0.001852
0.000538779
-0.00154832
0.00132609
0.00021968
-0.0013516
0.000845951
-3.01052e-05
-0.00108522
0.000406126
-0.000221483
-0.000783012
-3.74215e-06
-0.000301898
-0.000501061
-0.00032188
-0.000223777
-0.000311968
-0.000619317
2.31561e-05
-0.000212504
-0.00082683
0.000306261
-0.000197095
-0.00101172
0.000554963
-0.000242888
-0.00118306
0.000770215
-0.000296861
-0.00135211
0.000853093
-0.000343328
-0.00149669
0.000858593
-0.000393593
-0.0016389
0.000858735
-0.000455314
-0.00178732
0.000846567
-0.000530091
-0.00197092
0.000840269
-0.000621513
-0.00218553
0.000822181
-0.000740597
-0.00246693
0.000810815
-0.000900643
-0.00282593
0.000795838
-0.00111008
-0.00334299
0.000777769
-0.00137262
-0.004055
0.000740143
-0.00166319
-0.00507721
0.000667982
-0.00192037
-0.00638129
0.000557352
-0.00200865
-0.0078916
0.00042142
-0.0017835
-0.00900543
0.000302402
-0.00113957
-0.00883672
0.000245962
-0.000279349
-0.00603967
0.000294676
-0.00089989
0.000346337
0.000191177
0.00138134
-7.92961e-06
0.000226846
0.003493
-0.000501729
0.00017336
0.00453842
-0.000613155
8.61369e-05
0.00487093
-0.000430431
-3.45623e-05
0.00485629
-7.01312e-05
-0.000181375
0.00469943
0.000266979
-0.000352267
0.00450473
0.000568252
-0.000543351
0.00429862
0.000808981
-0.00075524
0.00405149
0.000978865
-0.000987535
0.00375304
0.00109186
-0.00122116
0.00337973
0.00112541
-0.00143033
0.00292707
0.00104786
-0.00157095
0.00241111
0.00083789
-0.00158144
0.0018728
0.000471255
-0.00145148
0.00133926
7.9806e-05
-0.00125425
0.000843997
-0.000189797
-0.000974271
0.000393166
-0.000410525
-0.000672137
-2.62679e-05
-0.000506777
-0.000361375
-0.000391013
-0.000463676
-9.99251e-05
-0.000738535
-0.000231154
9.72667e-06
-0.00100502
0.000191257
2.25315e-05
-0.00124223
0.00050422
-2.34556e-05
-0.00144132
0.000746513
-7.74577e-05
-0.00158568
0.000806136
-0.000121485
-0.00167897
0.000794341
-0.000167282
-0.00177038
0.000782314
-0.000222168
-0.00187639
0.000775002
-0.000282322
-0.00202109
0.000763177
-0.000349831
-0.00219419
0.000745357
-0.000437277
-0.00242575
0.000735861
-0.000561435
-0.00271691
0.000725992
-0.000737887
-0.0031507
0.000718979
-0.00098618
-0.00376217
0.000701458
-0.00129949
-0.00469602
0.00065354
-0.00162332
-0.00598034
0.000564345
-0.00184105
-0.00760346
0.000435243
-0.00179345
-0.00900244
0.000318231
-0.00130362
-0.00930204
0.000249285
-0.000442782
-0.0068914
0.000282292
-0.00135863
0.000364584
0.000165281
0.00120839
7.45666e-05
0.000259899
0.00337556
-0.000393872
0.000277178
0.00448647
-0.000534018
0.000239761
0.00485947
-0.000375222
0.000151329
0.00487215
-2.65127e-05
3.63549e-05
0.00471946
0.000292084
-0.000141263
0.00453151
0.000609538
-0.000341963
0.0043137
0.000872621
-0.000564243
0.00406454
0.00105034
-0.000809578
0.00376065
0.00117079
-0.0010685
0.00337916
0.00119783
-0.00131412
0.00293757
0.00109458
-0.00149092
0.00244426
0.000824705
-0.00150365
0.00191901
0.000365564
-0.00138183
0.00140001
-0.000101262
-0.00116584
0.000910699
-0.000440482
-0.000884817
0.000451998
-0.00068446
-0.000602267
1.61333e-05
-0.000761457
-0.000291675
-0.000382553
-0.000777744
2.96167e-05
-0.000794259
-0.000660711
0.000140693
-0.00115869
-0.000105468
0.000182063
-0.00145172
0.000223309
0.000189334
-0.00164887
0.00039437
0.000166475
-0.00176094
0.000495457
0.000134084
-0.00181107
0.000543694
9.305e-05
-0.00187017
0.00059315
2.7626e-05
-0.0019361
0.00063167
-3.97614e-05
-0.00204877
0.000650954
-0.000110967
-0.00218868
0.000651745
-0.000196114
-0.00238294
0.000659898
-0.000304795
-0.002626
0.000658879
-0.000439693
-0.00300868
0.000652103
-0.000617958
-0.00354573
0.000625874
-0.000871653
-0.00437353
0.000575788
-0.00122445
-0.00553865
0.000503161
-0.00156436
-0.00717736
0.000400391
-0.00171299
-0.0087868
0.000299831
-0.00143046
-0.00954443
0.000242843
-0.000652969
-0.00765358
0.000257501
-0.00202762
0.000353014
0.000130443
0.00106888
5.46453e-05
0.000272513
0.0032175
-0.000377228
0.00035889
0.00436911
-0.000524128
0.000371422
0.00480139
-0.000394364
0.000305411
0.00484777
-5.84847e-05
0.00020876
0.00471025
0.000269935
6.03776e-05
0.0045272
0.000575616
-0.000132703
0.00431443
0.000845371
-0.000360634
0.00407186
0.00102042
-0.000620041
0.00378304
0.0011173
-0.000908715
0.00342675
0.00111037
-0.00118798
0.00301657
0.000967725
-0.00139835
0.00256435
0.00065384
-0.00143059
0.00207441
0.000117705
-0.0013261
0.00157854
-0.000386594
-0.00109854
0.00108236
-0.00077901
-0.000824532
0.000607789
-0.00101097
-0.000572563
0.000169455
-0.00109287
-0.0003095
-0.000219855
-0.00118951
9.45543e-06
-0.000536644
-0.0013955
0.000187557
-0.000861991
-0.00114967
0.000341434
-0.00122829
-0.000915512
0.000457285
-0.00150163
-0.000616672
0.000491639
-0.00169379
-0.000207837
0.000455032
-0.00178433
0.000117781
0.000403763
-0.0018551
0.000270583
0.000330514
-0.0019214
0.000383634
0.000248177
-0.00202661
0.000461759
0.000167731
-0.00215153
0.000493891
8.52714e-05
-0.00232696
0.000532082
-1.84451e-05
-0.00253101
0.00056346
-0.000169492
-0.00284901
0.000587146
-0.000377723
-0.0033022
0.000589864
-0.000617698
-0.00407614
0.000564979
-0.000927433
-0.00516127
0.000479416
-0.00127947
-0.00674468
0.000349773
-0.00154549
-0.0084561
0.000258249
-0.00143821
-0.00960389
0.000195975
-0.000790867
-0.00827641
0.000223775
-0.00283133
0.000309702
0.000116403
0.000944134
7.67148e-05
0.000297992
0.00303059
-0.000310312
0.000431204
0.00421835
-0.000469165
0.000488213
0.00470812
-0.000372475
0.000451319
0.00479668
-7.54493e-05
0.00037388
0.00468051
0.000250089
0.000228985
0.00451952
0.000544804
4.17023e-05
0.00431531
0.000816171
-0.000189303
0.00409339
0.000980275
-0.000465242
0.00383211
0.00107252
-0.00076851
0.00352036
0.00103516
-0.00106155
0.0031584
0.00085785
-0.00128248
0.0027571
0.000509134
-0.00134671
0.00231186
-4.40672e-05
-0.00125002
0.00183441
-0.000585686
-0.00103148
0.00131419
-0.000986271
-0.000754566
0.000812726
-0.00124338
-0.000486062
0.000374753
-0.00135418
-0.000242473
1.26694e-05
-0.00143594
6.33132e-05
-0.00019201
-0.00167582
0.000214496
-0.000501474
-0.00142356
0.000414931
-0.000965441
-0.00128408
0.00059987
-0.00128745
-0.00108316
0.000722891
-0.00151842
-0.000797185
0.000718719
-0.00166421
-0.000306361
0.000678599
-0.00176331
-3.63074e-05
0.000601667
-0.00183496
0.000157106
0.000511941
-0.00194267
0.000255403
0.00042549
-0.00206128
0.00031739
0.00033018
-0.0022319
0.000391225
0.000219399
-0.00242362
0.000450474
0.000100843
-0.00272724
0.000490793
-6.89738e-05
-0.00311452
0.000495627
-0.000321685
-0.00378306
0.000476066
-0.000677119
-0.00474861
0.000442192
-0.00108259
-0.00628224
0.000318824
-0.00140442
-0.00808338
0.000214654
-0.00139998
-0.00956885
0.000148728
-0.000857302
-0.00879444
0.000173722
-0.00369835
0.000291567
0.000112147
0.000824645
6.53843e-05
0.000326607
0.00282127
-0.000275619
0.000500409
0.00403903
-0.0004391
0.000592765
0.00459094
-0.000373432
0.000590432
0.00473142
-0.000125817
0.00053551
0.00464514
0.000196357
0.000411612
0.00449907
0.000491917
0.000234523
0.00431288
0.000752684
1.14023e-05
0.00411397
0.000941104
-0.000269495
0.00388656
0.00104387
-0.000588488
0.00362552
0.00101577
-0.000909848
0.00332605
0.000834264
-0.00115061
0.00299989
0.000436804
-0.00127089
0.00263755
-0.000157051
-0.00119839
0.00220959
-0.000790756
-0.00097956
0.00167838
-0.00128796
-0.000656617
0.00113449
-0.00162693
-0.000318042
0.000661119
-0.0017349
-6.41618e-05
0.000281565
-0.00163939
0.000153713
2.3012e-06
-0.0015082
0.000186734
-0.000289467
-0.00122338
0.0004283
-0.000715631
-0.0015332
0.000709722
-0.00104756
-0.00149743
0.00092148
-0.00126842
-0.0012864
0.00097149
-0.00145323
-0.000810258
0.000946125
-0.00158669
-0.000391854
0.000870441
-0.00167671
-0.000126973
0.000774436
-0.00179582
4.91868e-05
0.000678158
-0.00191075
0.000124905
0.00056816
-0.00208292
0.000243489
0.00042854
-0.00227042
0.000350709
0.000267757
-0.00256131
0.000415527
6.61567e-05
-0.00290977
0.00044709
-0.000163284
-0.0035323
0.000421303
-0.000468173
-0.00441269
0.000376162
-0.000841351
-0.00587719
0.000266577
-0.00117517
-0.00772766
0.000165011
-0.0012159
-0.0095089
7.34264e-05
-0.00077972
-0.00921458
9.35754e-05
-0.00449018
0.000232148
0.000111175
0.000709809
5.97731e-05
0.000351201
0.00259686
-0.000229568
0.000563693
0.00383537
-0.000399024
0.000690884
0.00445363
-0.000364005
0.000723997
0.00465203
-0.000159605
0.000685993
0.00460855
0.000145579
0.000583248
0.00448279
0.000420447
0.000420922
0.00432545
0.000671161
0.000203691
0.00415822
0.000857359
-6.74779e-05
0.00398763
0.000937622
-0.000375395
0.00380052
0.000879521
-0.000694242
0.00359641
0.000669704
-0.000940321
0.00336884
0.000268245
-0.00114175
0.00310703
-0.000240672
-0.00115693
0.00273204
-0.000876642
-0.0009632
0.00220357
-0.00152744
-0.000591368
0.00160487
-0.00200408
-0.000164603
0.00103224
-0.00213003
0.000177478
0.000517934
-0.00187601
0.000232001
0.00015119
-0.00133109
0.000132185
-2.95844e-05
-0.00121436
0.00046626
-0.000287235
-0.00207337
0.000880126
-0.00061166
-0.00214748
0.00111937
-0.000896761
-0.00169622
0.00121635
-0.00113797
-0.00122772
0.00121406
-0.00130858
-0.000798053
0.00113113
-0.00142913
-0.000417735
0.00102206
-0.00156578
-0.000163039
0.000903525
-0.00169557
-2.25532e-05
0.000769835
-0.00188774
0.000135993
0.000604799
-0.00208464
0.000273789
0.00041985
-0.00238214
0.000357134
0.000199416
-0.00270591
0.000393272
-5.57149e-05
-0.00327606
0.000371791
-0.000380036
-0.0040686
0.000322365
-0.00074186
-0.0054992
0.000228668
-0.00106599
-0.00738782
0.000119503
-0.00111534
-0.00945261
1.36688e-05
-0.000706766
-0.0096141
2.08922e-05
-0.00520838
0.00016922
0.00010441
0.000608129
4.16531e-05
0.000361846
0.00236327
-0.000202383
0.000610041
0.00360934
-0.000374209
0.000778991
0.00428912
-0.000367874
0.000856345
0.00454773
-0.000200598
0.000845157
0.0045531
9.15743e-05
0.000773766
0.00445489
0.000348188
0.000640997
0.00432659
0.000601274
0.000448696
0.00419701
0.000792814
0.000196001
0.00408663
0.000894994
-8.87769e-05
0.00399389
0.000829237
-0.000396998
0.00390453
0.000638056
-0.000662961
0.00380192
0.000265284
-0.000935738
0.00366059
-0.000155452
-0.00109819
0.00337555
-0.000725294
-0.00100017
0.00287987
-0.00153535
-0.000619803
0.00225284
-0.00227059
-0.000139251
0.00159592
-0.00256556
0.000284319
0.000962415
-0.00243753
0.00045361
0.000519098
-0.00192713
0.000351662
0.000401865
-0.00153986
0.000604095
0.00028767
-0.00227162
0.00100682
-2.53086e-05
-0.00245245
0.00127032
-0.000381007
-0.00206353
0.0014328
-0.00068644
-0.00164289
0.00146245
-0.000900675
-0.00115631
0.00138543
-0.00107758
-0.000692497
0.0012629
-0.00125993
-0.00036294
0.00111588
-0.00141793
-0.000139358
0.000947219
-0.00164664
6.35975e-05
0.00074223
-0.0018658
0.000229881
0.000517399
-0.00217694
0.000323984
0.000249565
-0.00248364
0.00036031
-2.06759e-05
-0.00302775
0.00033968
-0.000346084
-0.00373876
0.000275975
-0.000701037
-0.00513695
0.000190737
-0.00101759
-0.00706572
5.79495e-05
-0.00106484
-0.00941581
-5.23643e-05
-0.000656167
-0.0100318
-6.33955e-05
-0.00588469
6.34582e-05
0.000103454
0.000514845
2.96444e-05
0.000366975
0.00213327
-0.000172353
0.000644682
0.0033659
-0.000342948
0.000852747
0.00410083
-0.000362248
0.000977201
0.00441304
-0.000226454
0.00100709
0.00447129
4.26545e-05
0.000977514
0.00439634
0.00029791
0.000888581
0.00428465
0.000570621
0.000746796
0.00417182
0.000800652
0.00054634
0.00408453
0.000985526
0.000301558
0.00404339
0.00104396
2.65328e-05
0.00403715
0.000980093
-0.000306524
0.0040409
0.000839675
-0.000692371
0.00402896
0.000567315
-0.00103357
0.00388668
-4.51049e-05
-0.00107823
0.00355719
-0.00108501
-0.000770772
0.00302002
-0.00218748
-0.000261143
0.00243027
-0.00293486
0.000383883
0.00185912
-0.00342477
0.000798529
0.00135349
-0.00300928
0.00070476
0.00111626
-0.00195254
0.000745403
0.000954604
-0.00206592
0.00104289
0.000636475
-0.00242511
0.00138948
0.000274638
-0.00240808
0.00164344
-7.16838e-05
-0.00205583
0.00169866
-0.000384964
-0.00139578
0.00162406
-0.000657376
-0.000839548
0.00149038
-0.000918887
-0.000431203
0.00131815
-0.00113337
-0.000139653
0.0011254
-0.00140911
7.83799e-05
0.000895408
-0.00164764
0.000240192
0.000654087
-0.0019796
0.000322773
0.000353835
-0.00226086
0.000347031
5.10731e-05
-0.00275741
0.000310129
-0.000310084
-0.00338994
0.000260399
-0.000702917
-0.00474223
0.000169244
-0.00104581
-0.00671686
4.40848e-05
-0.00111892
-0.00935456
-7.97239e-05
-0.000716042
-0.0104493
-0.000104431
-0.00662825
1.12751e-05
9.76783e-05
0.00043222
5.19763e-06
0.000355883
0.00190946
-0.000153146
0.000660546
0.00310934
-0.000318559
0.000905414
0.00389113
-0.000363665
0.00107624
0.00425119
-0.000260986
0.00115587
0.00434964
-2.32473e-05
0.00117958
0.0043031
0.000226283
0.00114767
0.00420088
0.000506508
0.00107142
0.00408617
0.000770872
0.000949633
0.00398614
0.00102592
0.000781481
0.00393411
0.00123964
0.000553147
0.00392714
0.00142371
0.000216647
0.00394809
0.00158258
-0.000285324
0.00398315
0.00169062
-0.000809214
0.00398435
0.00128417
-0.00103522
0.00384904
5.81846e-05
-0.00078047
0.00354275
-0.00139891
-0.000295046
0.00315627
-0.00244736
0.000445544
0.00279319
-0.00337912
0.00106902
0.00227695
-0.00324601
0.000997532
0.00170202
-0.00164837
0.000896458
0.00135622
-0.00132321
0.00110246
0.00107579
-0.00178502
0.00145588
0.000785297
-0.00204755
0.00176295
0.000430269
-0.00187481
0.00184901
5.60827e-05
-0.0012808
0.0017973
-0.000306529
-0.000746989
0.00166278
-0.000632921
-0.000338172
0.00148073
-0.000893416
-5.74206e-05
0.00127259
-0.00120345
0.00014475
0.00102675
-0.00144112
0.000269836
0.000759676
-0.00176975
0.000327888
0.000465488
-0.00202906
0.000331968
0.00014596
-0.00248925
0.000280711
-0.00020687
-0.00304492
0.000228454
-0.000640924
-0.00432193
0.000139657
-0.00102997
-0.00632073
2.00195e-05
-0.0011556
-0.00923376
-0.000102933
-0.00079996
-0.0108169
-0.000144926
-0.00745149
-5.16414e-05
0.000102009
0.000348203
-1.09412e-05
0.000348808
0.00169968
-0.000141511
0.00066212
0.00284787
-0.000284833
0.00093922
0.00366468
-0.000352026
0.00114163
0.00407884
-0.000283335
0.00127352
0.00420912
-9.72139e-05
0.00134205
0.00418982
0.000150828
0.00136635
0.00408669
0.000424606
0.0013531
0.00396193
0.00070072
0.00130673
0.00383039
0.000994777
0.0012178
0.00373028
0.00130565
0.00105828
0.00366129
0.00166494
0.000775414
0.00362004
0.00205046
0.000271095
0.0036032
0.00248695
-0.000353399
0.00362915
0.00252473
-0.000761482
0.00366046
0.00160081
-0.000592186
0.00357083
-0.000138187
-0.000109795
0.00335678
-0.00120356
0.000452478
0.00311109
-0.0018105
0.00102624
0.00267896
-0.0020639
0.00111455
0.00200703
-0.0011809
0.0010952
0.00155903
-0.000901266
0.00130708
0.00125546
-0.00118569
0.00155724
0.000968797
-0.00122051
0.00179525
0.000634878
-0.00115911
0.00191227
0.000252178
-0.000846742
0.00188991
-9.0416e-05
-0.000511219
0.00177356
-0.000427825
-0.000191228
0.0015994
-0.000695991
2.5461e-05
0.00139776
-0.00101699
0.000176653
0.00116202
-0.0012513
0.000270585
0.00091093
-0.00157272
0.000305887
0.000617573
-0.00177367
0.000282283
0.000292362
-0.00220553
0.000267907
-6.59425e-05
-0.00269712
0.000187376
-0.000512988
-0.0038876
0.000117949
-0.000981211
-0.00584423
1.31979e-05
-0.00120536
-0.00901489
-0.000114906
-0.000927803
-0.0111024
-0.000178591
-0.00839103
-7.22889e-05
9.2913e-05
0.00027378
-3.45202e-05
0.000331401
0.00150091
-0.000141617
0.000643507
0.00259209
-0.000271285
0.000949054
0.00341389
-0.000340157
0.00118765
0.00388495
-0.000305345
0.00136343
0.00404845
-0.000157417
0.00147807
0.00405061
6.63223e-05
0.00155442
0.00394691
0.000321676
0.00159574
0.00381143
0.000596811
0.00160703
0.00364728
0.000899766
0.00157971
0.00349338
0.00123995
0.00147674
0.00334522
0.00167254
0.00125645
0.00321517
0.00214439
0.00082078
0.00309196
0.00272857
0.000244456
0.00303179
0.00303941
-0.000196488
0.00308577
0.00258078
-0.000130022
0.00314764
0.00115905
0.000220698
0.00304399
9.84638e-05
0.000577757
0.00282491
-0.00023436
0.000988366
0.00251242
-0.00061281
0.00117425
0.00199775
-0.000537321
0.00129045
0.00159559
-0.000573409
0.00151158
0.00126136
-0.000710755
0.00169786
0.000946165
-0.000633941
0.00188508
0.000650948
-0.000651979
0.0019985
0.00032633
-0.000535826
0.00200508
3.10473e-05
-0.000332727
0.00191235
-0.000277259
-0.000105642
0.00176066
-0.000513748
4.06758e-05
0.00156899
-0.000829788
0.000173488
0.00132875
-0.00104009
0.000248494
0.00107418
-0.00135818
0.000275816
0.00079628
-0.00153014
0.000245491
0.000499134
-0.0019223
0.000196776
0.000106793
-0.00231087
0.000168477
-0.000332882
-0.0034585
8.11674e-05
-0.000859827
-0.00531513
1.24706e-05
-0.00117998
-0.00869222
-0.000130483
-0.00101142
-0.0112734
-0.000211913
-0.00940684
-0.00010429
9.19112e-05
0.00020607
-5.47586e-05
0.000310984
0.00132581
-0.000140908
0.000614745
0.0023494
-0.00025587
0.000921746
0.00316857
-0.000328526
0.00119367
0.00366696
-0.000311509
0.00140112
0.00387158
-0.000198259
0.0015538
0.00388856
-9.2655e-06
0.0016699
0.00379266
0.000225996
0.00175346
0.00364366
0.000486912
0.00180475
0.00345247
0.000779823
0.00181423
0.00325838
0.00110705
0.00174953
0.00304907
0.00151674
0.00158377
0.00284992
0.00194985
0.00124848
0.00264979
0.0024491
0.000768813
0.00251509
0.00278437
0.00035332
0.00249415
0.00267082
0.000307358
0.00258981
0.00174902
0.000526992
0.00260786
0.000836954
0.000809734
0.0024487
0.000419312
0.00108729
0.0022037
0.000133226
0.00128479
0.00184235
-6.14795e-05
0.00145778
0.00155224
-0.000306441
0.00168958
0.00124683
-0.00049918
0.00186286
0.000953624
-0.000483709
0.00202819
0.000691572
-0.000515743
0.00213645
0.000400802
-0.000425548
0.00214215
0.000152497
-0.000274658
0.0020749
-0.000151425
-9.04228e-05
0.00193116
-0.000331957
1.88748e-05
0.00175017
-0.000636594
0.000135214
0.001513
-0.000808152
0.000192996
0.00125824
-0.00111917
0.000212812
0.000975667
-0.00126177
0.000190177
0.000686332
-0.00165108
0.000154903
0.00031208
-0.00194289
0.000112456
-0.000134637
-0.00301792
6.18374e-05
-0.00071778
-0.00473823
1.23369e-05
-0.00113132
-0.00826987
-0.000133118
-0.00108965
-0.0113145
-0.00024226
-0.0104901
-0.000148362
7.07436e-05
0.000167268
-7.94066e-05
0.000272619
0.00117325
-0.000156838
0.000562875
0.00212217
-0.000256668
0.000874821
0.00292473
-0.000331565
0.00116785
0.00343407
-0.000331156
0.00141175
0.00366939
-0.000248149
0.0016035
0.0037051
-9.16241e-05
0.00176204
0.0036049
0.000116544
0.0018831
0.0034607
0.000352815
0.00196468
0.0032573
0.000619651
0.00199759
0.00304482
0.000909657
0.00195678
0.00280865
0.00125376
0.00182548
0.00258259
0.00159561
0.0015662
0.00236135
0.00194642
0.00120467
0.00220299
0.00216318
0.000858564
0.00214204
0.00210599
0.000759486
0.00221359
0.00155495
0.000907061
0.00226931
0.000888659
0.0011278
0.00220285
0.00044132
0.00134655
0.00202957
0.000164214
0.00152805
0.00176453
-4.56386e-05
0.00171023
0.00156029
-0.000279449
0.00192337
0.00128187
-0.000445769
0.00207794
0.00101317
-0.000449958
0.00221635
0.000778104
-0.000478
0.00230913
0.000513422
-0.000407838
0.00231122
0.000305325
-0.000281664
0.00224354
5.92977e-06
-0.000133301
0.00211615
-0.000151865
-2.14535e-05
0.00192997
-0.00040506
5.56705e-05
0.00170688
-0.000560584
0.0001214
0.00145862
-0.000858517
0.000144266
0.00116474
-0.000964451
0.000128855
0.00087122
-0.00135621
9.80925e-05
0.000477539
-0.00157063
7.99688e-05
3.53835e-05
-0.00258471
4.32781e-05
-0.000574739
-0.00414086
1.28289e-05
-0.00109106
-0.00774916
-0.000132297
-0.00118231
-0.0112246
-0.000279373
-0.0116746
-0.000205083
6.65702e-05
0.000139205
-0.000105593
0.000229161
0.00106741
-0.000174538
0.000490288
0.00192836
-0.000262875
0.000786096
0.00270223
-0.000332396
0.00108022
0.00320762
-0.000348807
0.00135368
0.00344733
-0.000289023
0.00157078
0.00351311
-0.000164943
0.00176698
0.00339966
-3.53462e-06
0.00192068
0.00326399
0.000217737
0.00203473
0.0030598
0.000446901
0.00209663
0.00284648
0.000693217
0.00208818
0.00261084
0.000963805
0.00199995
0.00238858
0.00121989
0.00181633
0.00217855
0.00145706
0.0015637
0.0020314
0.00158085
0.00132305
0.00196704
0.00151983
0.00123454
0.00201085
0.00118415
0.00131983
0.00206573
0.000756892
0.00146941
0.00205709
0.000414852
0.00164715
0.00193556
0.000156314
0.00180015
0.00174454
-5.36453e-05
0.00196679
0.00158566
-0.000226801
0.0021461
0.00132901
-0.0003559
0.00228294
0.00107996
-0.000388165
0.002399
0.00087002
-0.000415562
0.00247317
0.000623799
-0.000360056
0.0024765
0.000452578
-0.000266124
0.00241574
0.000173094
-0.000158955
0.00230928
2.61232e-05
-5.5267e-05
0.00214073
-0.000191486
1.29285e-05
0.00192713
-0.000304678
5.30198e-05
0.00168481
-0.000590574
9.21237e-05
0.00139037
-0.000653865
8.31899e-05
0.00108162
-0.00104333
6.82807e-05
0.000677016
-0.0011707
4.46933e-05
0.000202491
-0.00212968
4.8399e-05
-0.000436862
-0.00350451
4.00414e-06
-0.00109132
-0.00709305
-0.000110193
-0.00130483
-0.0110114
-0.000300527
-0.0129982
-0.000245289
1.89158e-05
0.000162572
-0.000142967
0.000149096
0.000997149
-0.000218154
0.000372462
0.00177679
-0.000299405
0.000672785
0.00247401
-0.00036604
0.000978561
0.0029717
-0.000391135
0.00128669
0.00318998
-0.000353159
0.00154549
0.00328609
-0.00025568
0.00177717
0.00316574
-0.00011631
0.00196882
0.00303192
5.52521e-05
0.00211331
0.00284847
0.000261664
0.00220775
0.00264746
0.000462743
0.00223593
0.00242773
0.000677382
0.00219332
0.00222709
0.000869001
0.00207806
0.00204425
0.00103365
0.0019158
0.00191957
0.00110916
0.00176189
0.00185845
0.00107194
0.00169715
0.00188486
0.000871826
0.00174388
0.0019286
0.000613069
0.00183832
0.00195436
0.000374953
0.00197152
0.00185831
0.000171915
0.00208956
0.00172563
-1.24651e-05
0.00223344
0.00159112
-0.000148352
0.00238064
0.00136739
-0.000281051
0.00250229
0.00112795
-0.000328286
0.0025995
0.000944176
-0.000355536
0.00266333
0.000711447
-0.000312764
0.00266143
0.000578543
-0.000244659
0.002608
0.000334791
-0.000167416
0.00250198
0.000206932
-8.90222e-05
0.00236164
1.33942e-06
-1.26403e-05
0.00214414
-5.30297e-05
1.5839e-05
0.00191455
-0.000319586
4.13553e-05
0.00162805
-0.000341177
4.18053e-05
0.00132696
-0.000729223
4.23914e-05
0.000923599
-0.000770566
4.18274e-05
0.000428683
-0.00164787
4.66114e-05
-0.000268521
-0.00281413
3.88749e-05
-0.00101943
-0.00631847
-7.39783e-05
-0.00137145
-0.0106477
-0.000294812
-0.0143976
-0.0002533
-1.1302e-05
0.000221051
-0.000184349
4.93895e-05
0.00100574
-0.000262271
0.000231413
0.00166777
-0.000344838
0.000481778
0.00230306
-0.000409185
0.000778106
0.00274504
-0.000448318
0.00110508
0.00291374
-0.000427689
0.00140859
0.00301384
-0.000350575
0.00167902
0.00289624
-0.000240264
0.00192193
0.0027616
-9.81127e-05
0.00210626
0.00259379
7.05882e-05
0.0022464
0.00241967
0.000244295
0.00232077
0.00223347
0.000409444
0.00233137
0.00206276
0.000558056
0.00228503
0.00190991
0.000677535
0.00220337
0.00180901
0.000736837
0.00212396
0.00175468
0.000726885
0.00209385
0.00177214
0.000620929
0.00213008
0.00180532
0.000478695
0.00219205
0.00185281
0.000329904
0.00228522
0.00177285
0.000192748
0.00237183
0.00168177
5.61395e-05
0.00247773
0.00155575
-3.68196e-05
0.00258474
0.00136061
-0.000156455
0.00268893
0.00112826
-0.000219808
0.00277155
0.00096588
-0.000256009
0.00283506
0.000739796
-0.000238128
0.00284445
0.000649262
-0.000198651
0.00282198
0.000430621
-0.000153927
0.00272246
0.000368462
-9.53944e-05
0.00261368
0.000164059
-5.20445e-05
0.00241617
0.000195341
-2.29266e-05
0.00219802
-6.56965e-05
1.99087e-06
0.00194432
-5.74715e-05
1.87679e-05
0.00166587
-0.000433619
2.29586e-05
0.00130445
-0.00041784
4.48029e-05
0.000860474
-0.00120672
5.76492e-05
0.000133399
-0.00209592
7.53214e-05
-0.000775037
-0.00534334
-2.86501e-05
-0.00124436
-0.0101521
-0.000249465
-0.0156649
-0.000228737
-0.000153649
0.000416224
-0.000226908
-0.000149241
0.00106911
-0.000345489
-3.57556e-05
0.00162996
-0.0004348
0.000252554
0.00207292
-0.000507709
0.000587789
0.00246848
-0.000551276
0.000952338
0.00258045
-0.000551955
0.00130636
0.00267492
-0.000489887
0.00162303
0.00256689
-0.000401345
0.00190577
0.00243838
-0.000273977
0.00213882
0.00229822
-0.000139997
0.00231783
0.00214711
4.1605e-06
0.00244169
0.00199272
0.000147987
0.00250904
0.00186057
0.000266981
0.00252457
0.00173914
0.000369494
0.00250731
0.00165749
0.000431039
0.00248715
0.00161086
0.000450872
0.00248541
0.00162936
0.000413018
0.0025139
0.00166187
0.000351731
0.00254914
0.00173056
0.000275852
0.00260251
0.00166145
0.000198261
0.00265903
0.0015987
0.000105274
0.00273091
0.0014673
3.18632e-05
0.00281528
0.00128214
-7.1583e-05
0.0029076
0.00104762
-0.000133509
0.00298827
0.000908284
-0.000192676
0.00305967
0.000692407
-0.000195904
0.00308205
0.000655342
-0.000182497
0.0030801
0.000454694
-0.000154624
0.00300564
0.000474497
-0.000122209
0.00289868
0.000307983
-9.75304e-05
0.00272795
0.000400046
-7.40951e-05
0.00253646
0.000166232
-4.40206e-05
0.00232314
0.00018066
-3.00079e-05
0.00207258
-0.00016653
-3.42376e-06
0.00181761
-0.000154855
2.11141e-05
0.0014426
-0.000842412
9.05396e-05
0.000873247
-0.00150911
8.19964e-05
-0.000121997
-0.00425997
0.00012856
-0.000774914
-0.00942279
-0.000211654
-0.0164618
-0.000205835
-5.42899e-05
0.000517967
-0.000292424
-0.000254727
0.00134239
-0.000426394
-0.00029208
0.00173612
-0.000537894
-0.000138927
0.00198021
-0.00062285
0.000203611
0.00215727
-0.000681779
0.000613318
0.00217258
-0.000691336
0.00105516
0.00221669
-0.00065039
0.00144292
0.00213523
-0.000581717
0.00178941
0.00202186
-0.00046774
0.00208634
0.00190834
-0.000352655
0.0023232
0.00179732
-0.000228769
0.00250288
0.00167865
-0.000107384
0.00262404
0.00157944
1.22908e-05
0.00270789
0.0014953
0.000100749
0.00275667
0.00144784
0.00016463
0.0027932
0.00142273
0.000205452
0.00283059
0.00144911
0.000215733
0.00287997
0.00148382
0.000212646
0.00291131
0.00158329
0.000191827
0.00293878
0.00153158
0.000160605
0.0029538
0.00148589
0.000106248
0.00298946
0.00134903
4.27809e-05
0.00304734
0.00116539
-4.32948e-05
0.00312373
0.000904551
-9.43638e-05
0.00320867
0.000771933
-0.000154008
0.00332635
0.000535032
-0.000178409
0.00340188
0.000556732
-0.000186614
0.00345704
0.000373473
-0.000182738
0.00344829
0.000478502
-0.000167146
0.00338565
0.000385884
-0.000167054
0.00326958
0.00052669
-0.00013433
0.0031271
0.000327631
-0.000113
0.00298832
0.000333251
-8.54055e-05
0.0028333
-2.90377e-06
-5.1785e-05
0.00272882
-4.93204e-05
-2.71043e-05
0.00251661
-0.000617657
5.53107e-05
0.00215378
-0.00113784
9.50674e-05
0.00116415
-0.00315466
0.000163067
0.000276123
-0.00842361
-6.80278e-05
-0.0161942
-0.000176753
-0.000745482
0.00131273
-0.000356682
-0.000799502
0.00146361
-0.000565973
-0.00075137
0.00172635
-0.00070188
-0.00053897
0.00176273
-0.000821519
-0.000104755
0.0016949
-0.000900522
0.000322635
0.00167034
-0.000902112
0.000831512
0.00162137
-0.000878464
0.00126739
0.00158481
-0.000816274
0.0016658
0.00148772
-0.000707538
0.00200556
0.00141465
-0.000605648
0.0022918
0.00133801
-0.000491679
0.00252694
0.00125596
-0.000381878
0.00270988
0.00118628
-0.000270527
0.00285987
0.00112523
-0.000174067
0.00298096
0.00110474
-9.36063e-05
0.00308878
0.0011043
-3.54415e-05
0.00318099
0.00114987
1.16139e-05
0.00325481
0.00122579
4.63353e-05
0.00329973
0.00136663
5.6478e-05
0.00336723
0.00130054
4.88218e-05
0.00345498
0.00124187
9.07025e-06
0.00356806
0.00108988
-3.69663e-05
0.00370998
0.000875591
-0.000119387
0.0038823
0.000594919
-0.000172627
0.00405126
0.000476716
-0.000215223
0.00423578
0.000252152
-0.000242678
0.00437249
0.00033278
-0.000258926
0.00444832
0.000216875
-0.000271856
0.00451401
0.000355448
-0.000258895
0.00451691
0.000347774
-0.000265259
0.00450212
0.000524841
-0.000233751
0.00442115
0.000395906
-0.000206173
0.00437583
0.000379483
-0.000174985
0.00430009
8.18676e-05
-0.000135087
0.00426754
-1.73308e-05
-0.000125437
0.00412455
-0.000455726
-3.45846e-05
0.00395796
-0.000971198
-1.02221e-05
0.00318139
-0.00229611
0.00013277
0.00190369
-0.00699603
-2.56985e-05
-0.0143311
-0.000191343
-0.00183446
0.00316461
-0.000744863
-0.00193748
0.00156812
-0.000991678
-0.0017524
0.00149869
-0.00104187
-0.00117281
0.0011064
-0.00109319
-0.000508794
0.00092253
-0.00113934
0.000189212
0.000837225
-0.00112799
0.000856334
0.000793372
-0.00109857
0.00149056
0.000774115
-0.00103808
0.00205403
0.000732953
-0.000939677
0.00255969
0.000705532
-0.000843201
0.00300681
0.000675104
-0.000736724
0.00339999
0.000637565
-0.000634612
0.00374513
0.000606309
-0.000536062
0.00404729
0.000575631
-0.000441207
0.0043233
0.000575737
-0.000364195
0.00458246
0.000594022
-0.000301215
0.00485502
0.000633669
-0.000250268
0.00515969
0.000681085
-0.00020678
0.0054834
0.000798293
-0.000165723
0.00579972
0.000749377
-0.000123396
0.00615162
0.00066735
-0.000114666
0.00648056
0.000550506
-0.000122527
0.00678323
0.000392427
-0.000171902
0.00702652
0.000183399
-0.000199512
0.00724316
0.000115538
-0.000234087
0.00739972
-5.28886e-05
-0.000257817
0.00759588
3.45411e-06
-0.000284843
0.00767574
7.90539e-06
-0.000330292
0.00780835
0.000110467
-0.000326265
0.00788146
0.000178663
-0.000358104
0.00803563
0.000305534
-0.000342308
0.00810362
0.000283887
-0.00031791
0.00820985
0.000243621
-0.000290717
0.00820691
7.5879e-05
-0.00024285
0.00822871
-5.92623e-05
-0.000229261
0.00813001
-0.000341673
-0.000161297
0.00792936
-0.000774463
-0.00017381
0.00731724
-0.00168524
-6.64023e-05
0.0049262
-0.00447122
-6.1729e-05
-0.0094854
-0.000241342
0.00316718
-0.000470742
0.00472289
-0.00057662
0.00618576
-0.000638083
0.00723447
-0.000678547
0.00807895
-0.000706554
0.0088124
-0.000728346
0.00948638
-0.000728131
0.0101253
-0.000724093
0.0107108
-0.000689976
0.0112557
-0.000644526
0.0117575
-0.00058505
0.012211
-0.000519473
0.0126189
-0.000448725
0.0129782
-0.000369356
0.0133264
-0.000301712
0.0136918
-0.000250561
0.0141125
-0.000203257
0.0145784
-0.00014014
0.0151671
-9.57414e-05
0.0157264
-3.63817e-05
0.016214
-6.08721e-06
0.0165994
3.22357e-06
0.016841
-2.68265e-06
0.0168786
-3.01671e-05
0.0168545
-7.02893e-05
0.0166614
-9.63368e-05
0.0165361
-0.000133353
0.0164163
-0.000190032
0.0164044
-0.000232846
0.016469
-0.000273978
0.0166753
-0.000288566
0.016887
-0.000277139
0.01707
-0.000269729
0.0171121
-0.000225435
0.017018
-0.000222932
0.0166486
-0.000176835
0.015871
-0.000182013
0.0141111
-0.000191978
0.00963629
-0.000150397
-0.00028115
2.10656e-05
-1.84976e-05
-2.23617e-05
5.78884e-05
-3.9266e-05
-4.57785e-05
8.61707e-05
-3.09101e-05
-5.47889e-05
9.43996e-05
-1.06556e-05
-5.95027e-05
8.68118e-05
5.96482e-06
-6.55796e-05
7.01334e-05
1.55851e-05
-7.1706e-05
5.56226e-05
1.21094e-05
-7.78424e-05
3.54607e-05
1.61493e-05
-8.23819e-05
8.04366e-06
2.58963e-05
-8.39961e-05
-3.92615e-05
4.752e-05
-8.31286e-05
-0.000114094
7.6482e-05
-7.5329e-05
-0.000223399
0.000110833
-6.72565e-05
-0.000357838
0.000135614
-5.75363e-05
-0.000536168
0.000162241
-5.69091e-05
-0.000740242
0.000178303
-5.84315e-05
-0.000960298
0.000186266
-6.03776e-05
-0.00121232
0.000202513
-7.52167e-05
-0.00150294
0.000224805
-9.07371e-05
-0.0018612
0.00026387
-0.000127224
-0.002261
0.00027471
-0.000150213
-0.00263285
0.000200437
-0.000245318
-0.00287964
-2.82329e-05
-0.000340282
-0.00301395
-0.000199101
-0.000427902
-0.00300931
-0.000391257
-0.000508487
-0.00287222
-0.000576495
-0.000590582
-0.00261641
-0.000755611
-0.000665744
-0.00224227
-0.000928292
-0.000734094
-0.00176247
-0.00107866
-0.000790823
-0.00118656
-0.00119978
-0.000837233
-0.000569748
-0.00124486
-0.000863211
7.60056e-05
-0.00123828
-0.000884932
0.000597859
-0.00103875
-0.000852768
0.00094165
-0.000751789
-0.000785435
0.00100882
-0.000335095
-0.000662497
0.000851429
2.75528e-06
-0.000501999
0.000590138
0.000186321
-0.000369478
0.000347205
0.000213735
-0.000277435
0.000164733
0.000175802
-0.000221732
4.80228e-05
0.000119384
-0.00017547
5.28614e-05
-0.000119777
4.1257e-05
-6.51433e-05
-4.56022e-05
9.33938e-05
-0.000104785
-9.56448e-05
0.000119303
-6.93021e-05
-0.000118256
0.000100982
-3.03034e-06
-0.0001232
3.86415e-05
5.77002e-05
-0.000122648
-6.9287e-05
0.000111376
-0.000121003
-0.00022551
0.000163047
-0.000128111
-0.000443816
0.000227239
-0.000138793
-0.00072598
0.000303162
-0.000145502
-0.00107091
0.000388358
-0.000163794
-0.00147346
0.000472106
-0.000179639
-0.00192355
0.000540561
-0.000210167
-0.00241099
0.000588392
-0.000250751
-0.00291258
0.000604912
-0.000306032
-0.00341446
0.000588139
-0.000368221
-0.00389912
0.00053518
-0.000443855
-0.00434619
0.00046512
-0.000528347
-0.00472489
0.000369964
-0.000611427
-0.00502894
0.00027787
-0.000705306
-0.00518337
9.18457e-05
-0.000762252
-0.00526072
-0.000117584
-0.000856275
-0.00521554
-0.000479787
-0.000912111
-0.00509237
-0.000752866
-0.00097037
-0.00489458
-0.00105683
-0.00101959
-0.00461231
-0.00136575
-0.0010824
-0.00424463
-0.0016668
-0.00113043
-0.00378692
-0.00195428
-0.00117699
-0.00324084
-0.0022095
-0.00120969
-0.00261135
-0.00241154
-0.00123442
-0.00191605
-0.0025065
-0.00124638
-0.00118271
-0.0024983
-0.00123484
-0.000446271
-0.0022363
-0.00120573
0.000191591
-0.00176014
-0.00114563
0.0006377
-0.00104069
-0.00102939
0.000813448
-0.000323019
-0.000883997
0.000742768
0.000178989
-0.000698881
0.000535804
0.000389395
-0.000560399
0.000302303
0.000410335
-0.000457157
0.000110815
0.000328158
-0.000344925
0.000174474
-0.000182474
3.43982e-05
-0.000113635
-6.42811e-05
5.80175e-05
-0.000154207
-0.000136179
3.29906e-05
-7.01351e-05
-0.000169748
-7.1127e-05
7.75672e-05
-0.000177306
-0.00025011
0.000218866
-0.000187036
-0.000510617
0.000353591
-0.000192186
-0.000855825
0.000492889
-0.000213806
-0.00128568
0.000644211
-0.000237218
-0.0017885
0.000795717
-0.000274057
-0.00233787
0.000926309
-0.000316289
-0.00290546
0.00102107
-0.000362614
-0.00346155
0.00106164
-0.000417869
-0.00397989
0.00104922
-0.000481959
-0.00444101
0.000980295
-0.000550294
-0.00484696
0.000867836
-0.000621523
-0.00519315
0.000720403
-0.000690398
-0.00547131
0.000547265
-0.000763081
-0.00567404
0.000339484
-0.000826921
-0.0057879
0.000114627
-0.00088557
-0.00578993
-0.000229318
-0.000905343
-0.00569429
-0.000523101
-0.000938931
-0.0055751
-0.000931605
-0.000943191
-0.00540735
-0.0012584
-0.000945039
-0.0052216
-0.00159378
-0.00094893
-0.0050032
-0.00193966
-0.000962183
-0.00473239
-0.00230241
-0.000969586
-0.00440333
-0.00265784
-0.000980104
-0.00399978
-0.00298947
-0.000981617
-0.00352362
-0.0032563
-0.000978019
-0.00298248
-0.00339753
-0.000971622
-0.00238489
-0.00341164
-0.00097308
-0.00169365
-0.00320538
-0.000971091
-0.00098221
-0.00270469
-0.000948055
-0.000331364
-0.00186042
-0.000947057
0.000132274
-0.000894466
-0.0008936
0.000337132
-6.89252e-05
-0.000806252
0.000332796
0.000381411
-0.000692378
0.000216329
0.000539476
-0.000594806
8.42352e-05
0.000486875
-0.000449277
0.000275936
-0.000215287
6.32381e-06
-0.000146366
-8.58622e-05
-4.93098e-05
-0.000142886
-0.000174391
-0.000185716
3.04442e-05
-0.000224122
-0.000423095
0.000281653
-0.000234098
-0.000753077
0.000521312
-0.00024177
-0.00118323
0.000761551
-0.000260071
-0.00169744
0.000990732
-0.000293478
-0.00226084
0.00119848
-0.000339672
-0.00282955
0.00135828
-0.000387279
-0.00336473
0.0014516
-0.000445979
-0.00384143
0.00147757
-0.000501393
-0.00425525
0.00144164
-0.000557185
-0.00458731
0.00133274
-0.000606804
-0.00485318
0.00116713
-0.000649297
-0.00505777
0.000968489
-0.000677375
-0.00520427
0.000738268
-0.000701247
-0.00529792
0.000490592
-0.000721223
-0.0053605
0.000227115
-0.00072515
-0.00538623
-6.82926e-05
-0.000719805
-0.00533504
-0.000482204
-0.000678576
-0.00526322
-0.000808815
-0.000660855
-0.00519489
-0.00121013
-0.000605664
-0.00510611
-0.00154961
-0.000586339
-0.00501149
-0.00188833
-0.000567686
-0.00490119
-0.0022446
-0.000566257
-0.00475789
-0.00264153
-0.000564667
-0.0045699
-0.00304162
-0.000575848
-0.00431374
-0.00343995
-0.000586344
-0.00397282
-0.00378486
-0.000601422
-0.00354878
-0.00400197
-0.000612326
-0.00307656
-0.00405849
-0.000621879
-0.00251326
-0.00392881
-0.000643594
-0.00184165
-0.00352585
-0.000677811
-0.00114284
-0.00268062
-0.000724336
-0.000525843
-0.00159825
-0.000781944
-0.000125314
-0.000507629
-0.000785383
4.62563e-05
0.000214384
-0.000746136
6.34919e-05
0.000540135
-0.000657568
2.86905e-05
0.000552942
-0.000495751
0.000324325
-0.000226456
-6.34948e-05
-0.000129747
-0.000113952
-0.000229799
-4.18313e-05
-0.000232626
-0.000512043
0.000245899
-0.000272582
-0.000891408
0.000616325
-0.000294449
-0.0013591
0.000956338
-0.00031269
-0.00188321
0.00126959
-0.000346976
-0.00242253
0.00152632
-0.000397475
-0.00293765
0.00171983
-0.000444535
-0.0033911
0.00182024
-0.000496739
-0.00378423
0.00185241
-0.000543423
-0.00410971
0.00180434
-0.000572677
-0.00434619
0.00166742
-0.000588989
-0.00450972
0.00146136
-0.000598183
-0.0046214
0.00122056
-0.000587682
-0.00469197
0.000957228
-0.000567031
-0.0047319
0.00067902
-0.000539504
-0.004755
0.00040027
-0.000503817
-0.00478437
0.000119733
-0.00045211
-0.00477858
-0.000231996
-0.000394689
-0.00478089
-0.000640746
-0.000309553
-0.00478374
-0.000942706
-0.000267173
-0.00478092
-0.00134631
-0.000193301
-0.00476582
-0.00167854
-0.00017712
-0.00474397
-0.00200649
-0.000165059
-0.00471287
-0.00236323
-0.000164332
-0.00465668
-0.00277489
-0.000166048
-0.00456915
-0.00320479
-0.000186902
-0.00443277
-0.0036498
-0.000220094
-0.00421879
-0.00407056
-0.000264643
-0.00390062
-0.00439354
-0.000314984
-0.00348897
-0.00455045
-0.000364304
-0.00302029
-0.00449472
-0.000408712
-0.00241752
-0.00423398
-0.000452763
-0.0016963
-0.00352354
-0.000544787
-0.000993009
-0.00240499
-0.000636061
-0.000454161
-0.00112465
-0.000737305
-0.000156887
-0.000108973
-0.000744175
-4.16173e-05
0.000427709
-0.000673428
-8.46522e-06
0.00054401
-0.000505214
0.000330665
-0.000222214
-0.000152884
-4.50355e-05
-0.00014632
-0.000462666
0.000170923
-0.000277784
-0.000884233
0.00059015
-0.000345447
-0.0013666
0.00104935
-0.000359027
-0.00188022
0.00144712
-0.000387202
-0.00238201
0.00177238
-0.000425944
-0.00284441
0.00200392
-0.00046853
-0.00324272
0.00214532
-0.000515187
-0.0035793
0.00218897
-0.000538278
-0.00383705
0.00213709
-0.000543087
-0.00400529
0.00198419
-0.000531906
-0.00410149
0.00175775
-0.000510459
-0.00416186
0.00149196
-0.000471417
-0.00419763
0.00120572
-0.000418976
-0.00421898
0.000912704
-0.000356413
-0.00422806
0.000611185
-0.000284887
-0.00425632
0.000332501
-0.000194544
-0.00428673
6.97636e-05
-9.28585e-05
-0.00431127
-0.000268398
-9.13627e-06
-0.00435154
-0.000643513
8.61222e-05
-0.00438818
-0.000932484
0.000143331
-0.00441002
-0.00132983
0.000204097
-0.00442605
-0.00165847
0.0002196
-0.00442752
-0.00198785
0.000229352
-0.00443327
-0.00233965
0.000224482
-0.00443591
-0.00275273
0.000216881
-0.00442032
-0.00319497
0.000188379
-0.00437692
-0.00367379
0.000145444
-0.0042805
-0.00415595
5.98821e-05
-0.00408596
-0.0045865
-2.6945e-05
-0.00377256
-0.00487946
-0.000115719
-0.00335471
-0.00495341
-0.000208736
-0.00284228
-0.00481335
-0.000269476
-0.00213933
-0.00432126
-0.00035754
-0.00137535
-0.00329051
-0.000484731
-0.000700071
-0.00190897
-0.000634267
-0.00027478
-0.000594261
-0.00073376
-0.000103275
0.000239606
-0.000680317
-2.2738e-05
0.000474084
-0.000514171
0.000317347
-0.000222906
-0.000252596
0.000111205
-0.000187121
-0.000687932
0.000487578
-0.000360766
-0.00120109
0.00100822
-0.000413212
-0.00171529
0.00151598
-0.000432144
-0.0021975
0.00191724
-0.000460943
-0.00263019
0.00222129
-0.000491822
-0.00300563
0.00241716
-0.000533669
-0.00329557
0.00248333
-0.000524337
-0.00350233
0.00243781
-0.00050976
-0.00362698
0.00229517
-0.000480249
-0.00370196
0.00207414
-0.000427065
-0.00374675
0.00179659
-0.000362299
-0.00377723
0.00149297
-0.000287827
-0.00379461
0.00117925
-0.000202342
-0.00382695
0.000879985
-8.56996e-05
-0.00385643
0.000591706
1.07699e-05
-0.00390169
0.000330845
0.000113329
-0.00393011
7.9237e-05
0.000197466
-0.00395776
-0.000232272
0.000276017
-0.00399266
-0.000586064
0.000370582
-0.00402606
-0.000861621
0.000425717
-0.0040571
-0.00126176
0.00050529
-0.00407925
-0.00157906
0.000518522
-0.00409408
-0.00190654
0.000523583
-0.004116
-0.00224723
0.000513485
-0.00414568
-0.00265252
0.000499989
-0.00417873
-0.00309375
0.000468729
-0.00420056
-0.00358392
0.000426142
-0.00419464
-0.00409731
0.000364745
-0.00411277
-0.00460784
0.000284535
-0.00392332
-0.00503904
0.000153628
-0.00358463
-0.00528763
2.86334e-05
-0.00314085
-0.00528551
-8.2329e-05
-0.0025148
-0.00500784
-0.000191799
-0.00172035
-0.00418594
-0.000302365
-0.000940582
-0.00281553
-0.000467369
-0.00036082
-0.00126872
-0.000638215
-0.000101099
-7.80019e-05
-0.000657289
1.63872e-07
0.000362832
-0.000512881
0.000311257
-0.000220667
-0.00035089
0.000348982
-0.00022897
-0.000876143
0.000876513
-0.000415996
-0.00142509
0.00146477
-0.000484629
-0.00191953
0.00197676
-0.000499751
-0.002356
0.00236341
-0.000518915
-0.00271754
0.00262656
-0.000533533
-0.00297985
0.00273163
-0.000511227
-0.00315802
0.00271848
-0.000484884
-0.00328196
0.00261211
-0.000432703
-0.00336005
0.00240588
-0.000356055
-0.00340225
0.00212271
-0.000261594
-0.00342293
0.00180523
-0.000172248
-0.00345852
0.00148727
-5.8399e-05
-0.00349783
0.00118202
5.0863e-05
-0.00354325
0.000896814
0.000143583
-0.00358362
0.000612082
0.000235609
-0.00361798
0.000359077
0.00033281
-0.00363595
0.000117495
0.000430825
-0.00365647
-0.000160048
0.000528449
-0.00367626
-0.00049166
0.000628044
-0.00369432
-0.000756912
0.0006774
-0.00372127
-0.00114066
0.00075159
-0.00373513
-0.00145753
0.000761264
-0.00374436
-0.00178715
0.00074872
-0.00376915
-0.0021134
0.000730454
-0.00381249
-0.00250553
0.000711703
-0.00387
-0.00293556
0.000675987
-0.00393364
-0.00342378
0.00062811
-0.00398563
-0.00395314
0.000563653
-0.00399982
-0.00451037
0.000478768
-0.00392432
-0.00504442
0.000385922
-0.00370761
-0.0054673
0.000264834
-0.00333279
-0.00565821
0.000100627
-0.00280362
-0.00556188
-1.29348e-05
-0.00204092
-0.0050089
-0.000155068
-0.00118349
-0.00377151
-0.000270176
-0.000496054
-0.00207839
-0.000485137
-9.86282e-05
-0.000547236
-0.000573812
-6.48549e-06
0.000233413
-0.000500652
0.000292238
-0.000218705
-0.000410657
0.000630653
-0.00026207
-0.000978805
0.00129396
-0.000471838
-0.00152426
0.00191323
-0.000531977
-0.00198164
0.00240653
-0.000536193
-0.00235582
0.00275705
-0.000538089
-0.00262035
0.00293633
-0.000517355
-0.00280937
0.00298208
-0.000484622
-0.0029549
0.00292549
-0.00040774
-0.00304073
0.00274251
-0.000308953
-0.00307948
0.00246352
-0.000192901
-0.00311423
0.00214896
-7.50556e-05
-0.00315848
0.00182532
3.46066e-05
-0.0032197
0.00151914
0.000137041
-0.00327875
0.00121765
0.000237689
-0.00332598
0.000934251
0.000340819
-0.00335877
0.000657079
0.0004393
-0.00337861
0.000408902
0.000537194
-0.00337122
0.000161253
0.000632754
-0.00337025
-8.2066e-05
0.000717307
-0.0033595
-0.000401895
0.000806593
-0.00334512
-0.000654582
0.000840095
-0.00335895
-0.00101043
0.000901403
-0.00336487
-0.00132274
0.000906062
-0.00337266
-0.00165174
0.000881819
-0.00339646
-0.0019629
0.000856193
-0.00344996
-0.00233303
0.000835304
-0.00352659
-0.00274568
0.000801906
-0.00362083
-0.0032202
0.000763952
-0.00371717
-0.00375158
0.000704543
-0.0037945
-0.00433481
0.000630101
-0.00381325
-0.00493987
0.00052926
-0.00371618
-0.00549838
0.00042434
-0.00344198
-0.00589451
0.000300834
-0.00300547
-0.00599577
0.000142403
-0.0023441
-0.00569496
2.46959e-05
-0.00148654
-0.00468962
-0.000122075
-0.000669773
-0.00299085
-0.000266101
-0.000144352
-0.00115696
-0.000443967
4.1798e-06
3.68803e-05
-0.00043235
0.000270264
-0.000202005
-0.000432135
0.000931464
-0.000298647
-0.00100891
0.00171896
-0.000530376
-0.00152577
0.00233986
-0.000593198
-0.00193568
0.00280126
-0.000585692
-0.00223921
0.00309432
-0.00055933
-0.00245822
0.00321525
-0.000504174
-0.00262363
0.00321438
-0.000413965
-0.0027209
0.0030783
-0.000294529
-0.00277599
0.00282231
-0.00015994
-0.00282415
0.00251201
-2.92533e-05
-0.00288522
0.00219169
0.00010972
-0.00295951
0.00187346
0.000215408
-0.00303684
0.00157085
0.000322978
-0.00310013
0.00127172
0.000422856
-0.00313912
0.000985562
0.000519147
-0.00314886
0.000703151
0.000604873
-0.00313089
0.00044777
0.000683328
-0.00308903
0.000194441
0.000758537
-0.00304541
-3.22638e-05
0.000825644
-0.00300867
-0.00032953
0.000894668
-0.0029646
-0.000573308
0.000921788
-0.00296112
-0.000890654
0.00097216
-0.0029569
-0.00119167
0.000974752
-0.00296698
-0.0015098
0.000950522
-0.00298983
-0.00180799
0.000922425
-0.00304738
-0.00215176
0.000901145
-0.00313331
-0.00253801
0.000873491
-0.00324871
-0.00298743
0.000838945
-0.00338142
-0.00350659
0.000793343
-0.00351312
-0.0041016
0.00072698
-0.00360732
-0.00475647
0.000638179
-0.00361351
-0.00541609
0.000525651
-0.0034623
-0.00598665
0.000408889
-0.00310912
-0.00631334
0.000294275
-0.00255224
-0.00625135
0.000160369
-0.0017492
-0.00552718
3.15996e-05
-0.000858398
-0.00393959
-0.000111873
-0.000256805
-0.00185886
-0.000273645
9.80434e-06
-0.000288322
-0.000335416
0.000242779
-0.000176794
-0.00041671
0.00121888
-0.000314548
-0.000968881
0.00212136
-0.000565703
-0.0014552
0.00274151
-0.000627323
-0.00182476
0.00316653
-0.000600576
-0.00208448
0.00339446
-0.000538719
-0.00226966
0.00346366
-0.000439145
-0.00238905
0.0033947
-0.000309602
-0.00246526
0.00319129
-0.000162148
-0.00252475
0.00289643
-1.9283e-06
-0.00260568
0.00257456
0.000164718
-0.00269842
0.00225687
0.000280216
-0.00279775
0.00194462
0.000382068
-0.002884
0.00163875
0.000480541
-0.00293981
0.00132976
0.000568595
-0.00295685
0.00102901
0.000647976
-0.00293603
0.000734192
0.000709821
-0.00288003
0.000465354
0.000762301
-0.00280258
0.000205928
0.000813092
-0.00271316
-2.09394e-05
0.000859351
-0.00264102
-0.000293529
0.000912836
-0.00256884
-0.000524605
0.000933764
-0.00254722
-0.000796386
0.000975456
-0.00253813
-0.00107662
0.000980032
-0.00255324
-0.00137057
0.000963815
-0.00258119
-0.00165587
0.00094163
-0.00264025
-0.00197325
0.0009231
-0.00272903
-0.00233214
0.000902685
-0.00285051
-0.00275036
0.000879666
-0.00300282
-0.00324524
0.000844696
-0.00317389
-0.0038318
0.000792962
-0.00333157
-0.00450928
0.00071556
-0.00342423
-0.00524455
0.000618707
-0.00338788
-0.00595703
0.000500706
-0.00315162
-0.0064961
0.000379972
-0.00268925
-0.00667575
0.00027739
-0.00197363
-0.00624213
0.000165855
-0.00106409
-0.00488715
4.69974e-05
-0.000338439
-0.00265005
-0.000115817
2.6122e-06
-0.000681093
-0.000200891
0.000202335
-0.000128457
-0.000377857
0.00147721
-0.000329395
-0.000889201
0.00249107
-0.000601408
-0.00134016
0.00311613
-0.00066386
-0.00166185
0.00349144
-0.000613353
-0.0018853
0.00366186
-0.00050894
-0.00203485
0.00367368
-0.000362977
-0.00214203
0.00354156
-0.00019389
-0.00221627
0.00329358
-1.52614e-05
-0.00230988
0.00297817
0.000182891
-0.00242601
0.00265993
0.000318701
-0.00255044
0.00234383
0.00042741
-0.00266403
0.00202868
0.000518489
-0.00274776
0.00170869
0.00060358
-0.00278575
0.00137852
0.000669171
-0.00277492
0.00105504
0.000720644
-0.002717
0.000740132
0.00075037
-0.00262095
0.000452144
0.00077529
-0.00250276
0.000184101
0.000800638
-0.00237034
-5.1114e-05
0.000826516
-0.00226665
-0.000296707
0.000873618
-0.00217379
-0.000508779
0.000895736
-0.00213441
-0.000736222
0.000935848
-0.00212351
-0.000986853
0.000948655
-0.00213991
-0.00124802
0.00094381
-0.00217649
-0.00151357
0.000932308
-0.0022382
-0.00180628
0.000922635
-0.00232662
-0.00213599
0.000907398
-0.00244966
-0.00252254
0.000892504
-0.00260839
-0.00298745
0.000865493
-0.00279728
-0.00355071
0.000824939
-0.00299474
-0.00422696
0.000761591
-0.00315952
-0.00500414
0.000673561
-0.00322328
-0.00582748
0.000564832
-0.00310909
-0.00655997
0.000445339
-0.00275343
-0.00699008
0.000329296
-0.00213653
-0.00683339
0.000236157
-0.00126856
-0.005764
0.0001626
-0.000442605
-0.00352845
2.1749e-05
-1.74937e-05
-0.00114761
-9.4856e-05
0.000140358
-7.04534e-05
-0.000319648
0.00169101
-0.000319064
-0.000777762
0.00281797
-0.000608693
-0.00118321
0.00345186
-0.000672362
-0.00146256
0.0037752
-0.000593202
-0.00165802
0.00389874
-0.000452412
-0.00179527
0.00385631
-0.00025852
-0.00189439
0.00367418
-6.96936e-05
-0.00199694
0.00339338
0.000167558
-0.00212771
0.00307987
0.000334441
-0.00227732
0.00276475
0.000459709
-0.00242464
0.00244688
0.000554986
-0.00254519
0.00211829
0.000630818
-0.00262103
0.00177455
0.000689986
-0.00263812
0.00141455
0.000721336
-0.00259554
0.00106119
0.000734727
-0.00249754
0.000720197
0.00072606
-0.00235643
0.000408612
0.000720629
-0.00219688
0.000137198
0.000720072
-0.00202411
-0.000119877
0.000741972
-0.00189799
-0.000332188
0.00079417
-0.00179366
-0.000521798
0.000827754
-0.00174327
-0.00070908
0.000868652
-0.00173329
-0.000921742
0.000901041
-0.00175495
-0.00114918
0.000909006
-0.00179798
-0.00139108
0.000911866
-0.00186368
-0.00165934
0.000911267
-0.00195176
-0.001963
0.00090494
-0.00207251
-0.00231868
0.000895019
-0.00222883
-0.002749
0.000874154
-0.00242215
-0.00327875
0.00084291
-0.00264092
-0.00393243
0.000790656
-0.00285263
-0.00472022
0.000717628
-0.003
-0.00561428
0.000618526
-0.00299568
-0.00650805
0.000502838
-0.00275806
-0.00718573
0.000385449
-0.00223934
-0.00731971
0.000282194
-0.0014369
-0.00654904
0.000218823
-0.000542763
-0.00445399
0.000162718
-4.9128e-05
-0.00169524
2.27612e-05
4.55208e-05
8.54101e-06
-0.000250426
0.00185184
-0.000308892
-0.000647777
0.00309631
-0.000619863
-0.00100257
0.00374276
-0.000682053
-0.00124924
0.00402449
-0.000577228
-0.0014227
0.00410529
-0.000394435
-0.00155374
0.00401202
-0.000161701
-0.00166634
0.00379431
6.62333e-05
-0.00180419
0.00350642
0.000308595
-0.00196998
0.00319798
0.00046407
-0.00214837
0.00288685
0.00057833
-0.00231504
0.0025627
0.00066092
-0.00244103
0.00221192
0.000714199
-0.00250746
0.00183581
0.000739958
-0.00250098
0.00143879
0.000725429
-0.00242303
0.00104881
0.000693088
-0.00228088
0.000677258
0.000643112
-0.00208983
0.0003374
0.00060658
-0.00188417
6.16992e-05
0.000590182
-0.00168428
-0.000207385
0.000615184
-0.00153781
-0.000395474
0.000689276
-0.00143367
-0.000558455
0.000750196
-0.00138125
-0.000711573
0.00080056
-0.00137572
-0.000884944
0.000855093
-0.00140431
-0.00107907
0.000880334
-0.00145273
-0.00129732
0.000895129
-0.00152153
-0.00154126
0.000905294
-0.0016093
-0.00182144
0.000901434
-0.00172425
-0.00214729
0.000894523
-0.00187313
-0.00254047
0.000875058
-0.00206066
-0.00303026
0.0008486
-0.00228313
-0.00364663
0.000803597
-0.0025204
-0.0044207
0.000738704
-0.00272726
-0.00534854
0.000647921
-0.00282108
-0.00636353
0.000537514
-0.00270084
-0.00726347
0.000417638
-0.00228661
-0.00770506
0.000313425
-0.00157144
-0.00723846
0.000240986
-0.000650737
-0.00536869
0.000228465
-6.00966e-05
-0.00233758
0.000157455
-5.97416e-05
9.2472e-05
-0.000173488
0.00195416
-0.000267257
-0.000501499
0.00332071
-0.00059488
-0.000808811
0.00399267
-0.00065577
-0.00103283
0.00424959
-0.000532205
-0.0011935
0.00428789
-0.000312353
-0.00132586
0.00415432
-5.65679e-05
-0.00146401
0.00391286
0.000227289
-0.0016341
0.00362654
0.000444766
-0.00183284
0.00332755
0.00059309
-0.00203621
0.00301858
0.000697237
-0.00221881
0.00268452
0.000762198
-0.0023507
0.00230805
0.00078673
-0.00241031
0.00189443
0.000768222
-0.00238032
0.00145469
0.00069478
-0.00226538
0.00102343
0.000604552
-0.00207876
0.000620011
0.000506103
-0.00183898
0.000256324
0.000428103
-0.00158176
-4.53478e-05
0.000409145
-0.00135514
-0.00030604
0.000450308
-0.00119075
-0.00048052
0.00056007
-0.00109475
-0.000614246
0.000668501
-0.00104799
-0.000738537
0.000739546
-0.0010554
-0.000875788
0.000826272
-0.00109489
-0.00104103
0.000871461
-0.00114988
-0.00123948
0.000896844
-0.00122225
-0.00146169
0.000912308
-0.00130898
-0.00171896
0.000909015
-0.00141738
-0.00201509
0.000901746
-0.00155542
-0.00236929
0.00088085
-0.001732
-0.00281297
0.000856712
-0.00195097
-0.00338113
0.000815933
-0.00219954
-0.00412315
0.000758842
-0.0024445
-0.00505553
0.00067441
-0.00261092
-0.00615393
0.00056749
-0.00259686
-0.00724163
0.000445807
-0.00228535
-0.00799103
0.000336304
-0.00165464
-0.00784994
0.000258604
-0.000757821
-0.00624999
0.000246026
-6.80238e-05
-0.0030575
0.000249151
-0.000170973
0.000176574
-9.62646e-05
0.00199527
-0.000236454
-0.000349511
0.00348346
-0.000583823
-0.000615998
0.00420294
-0.000648771
-0.000817961
0.00444687
-0.000505914
-0.000969952
0.00444984
-0.000248318
-0.00110925
0.00428201
4.49653e-05
-0.0012715
0.00402943
0.000341402
-0.00147174
0.00374881
0.000559773
-0.00170005
0.00346026
0.000709007
-0.00193027
0.00315427
0.00080706
-0.00213344
0.00281051
0.000857556
-0.00227487
0.00240826
0.000847535
-0.00233127
0.00195702
0.000777693
-0.00227899
0.00147325
0.00063145
-0.00212941
0.000998976
0.000475588
-0.00189582
0.000554657
0.000328735
-0.00160734
0.000157621
0.000223739
-0.0013022
-0.000169003
0.000196147
-0.00104156
-0.000411296
0.000252917
-0.000864517
-0.000584588
0.000424033
-0.00077827
-0.000691435
0.000601356
-0.000741882
-0.000791552
0.000701966
-0.000766675
-0.000899312
0.00083104
-0.000822343
-0.0010436
0.000897812
-0.00088443
-0.00122708
0.000925336
-0.000956802
-0.00143045
0.000938303
-0.00103954
-0.00166179
0.000929467
-0.0011387
-0.0019276
0.000916206
-0.00126241
-0.0022405
0.000889682
-0.00142368
-0.00263392
0.000862583
-0.00163277
-0.00314275
0.000822875
-0.00188568
-0.00383491
0.00077077
-0.00215814
-0.00474604
0.000692988
-0.00238367
-0.00589438
0.00058965
-0.00246017
-0.00713611
0.000466592
-0.002253
-0.00817623
0.00034984
-0.00170344
-0.00838014
0.000266531
-0.000847194
-0.00708917
0.000251323
-8.17159e-05
-0.00382669
0.000298566
-0.000280681
0.000254995
-2.06291e-06
0.00195582
-0.00016553
-0.00018981
0.00359475
-0.000525759
-0.000423253
0.0043828
-0.000601015
-0.000612033
0.00462109
-0.000447031
-0.000761214
0.00459102
-0.000162765
-0.000913343
0.00440208
0.000171248
-0.00110097
0.00414554
0.000470512
-0.00132922
0.00387245
0.000697503
-0.00158408
0.00359054
0.000851302
-0.00183718
0.00328339
0.000948566
-0.00205741
0.00292714
0.000983979
-0.00220824
0.00249992
0.000936256
-0.00226625
0.00201485
0.000805058
-0.00219784
0.00149133
0.000572149
-0.00201985
0.00097826
0.000336127
-0.00175079
0.000497083
0.000124606
-0.00141338
8.02541e-05
-4.66957e-05
-0.00104563
-0.000273134
-9.69344e-05
-0.000739386
-0.000524576
1.98787e-05
-0.000546507
-0.00070584
0.000265995
-0.000470362
-0.000784865
0.000527559
-0.000454063
-0.000870784
0.000693123
-0.000509382
-0.000968204
0.000885222
-0.000583657
-0.00110375
0.000965238
-0.000653322
-0.00127553
0.000986141
-0.000725008
-0.00145737
0.000989089
-0.000799988
-0.00166073
0.000965096
-0.000886819
-0.0018911
0.000941361
-0.000993978
-0.00215911
0.000904183
-0.00113478
-0.00249841
0.000872052
-0.00132671
-0.00293901
0.000831545
-0.0015753
-0.00356314
0.000784259
-0.00186767
-0.00442495
0.000714238
-0.00214289
-0.00559088
0.000615893
-0.00230397
-0.00695054
0.000491112
-0.0022018
-0.00825844
0.000363996
-0.00174536
-0.00881784
0.000267281
-0.000938351
-0.00788011
0.000242906
-0.000124242
-0.00464082
0.000308472
-0.000428419
0.000303798
9.1653e-05
0.0018395
-0.000130518
-4.03811e-05
0.00364857
-0.000518449
-0.000239985
0.00452795
-0.000594362
-0.000415736
0.00476595
-0.000429048
-0.000556423
0.00470409
-0.000112248
-0.000716238
0.00450019
0.000251478
-0.000916981
0.00423647
0.000575505
-0.00116261
0.00397517
0.000823419
-0.00143747
0.00370157
0.000994104
-0.001711
0.00339002
0.00109927
-0.00195193
0.00301665
0.00112575
-0.00212405
0.00257064
0.00103784
-0.00219886
0.00206549
0.000837531
-0.00212503
0.00151065
0.000502696
-0.00191916
0.000961187
0.000179786
-0.00162575
0.000466201
-9.66729e-05
-0.00125355
2.29116e-05
-0.000307239
-0.000845249
-0.000347634
-0.000376615
-0.000485417
-0.000631512
-0.000233853
-0.000259688
-0.000837564
9.76491e-05
-0.000167337
-0.000926102
0.000464577
-0.000182503
-0.00100487
0.00073296
-0.000278382
-0.00110932
0.00100088
-0.000376382
-0.00125594
0.00109734
-0.000447151
-0.00140992
0.00107483
-0.00051051
-0.00156181
0.00105194
-0.000576867
-0.00172244
0.00100863
-0.000646432
-0.00191361
0.000964861
-0.000730365
-0.00213242
0.000912804
-0.000844657
-0.00241325
0.000870741
-0.00100938
-0.00277955
0.000827438
-0.00123877
-0.00332205
0.000783863
-0.00153712
-0.0041038
0.000722954
-0.00185933
-0.00524159
0.000634477
-0.00210933
-0.00667525
0.000515243
-0.00212672
-0.00821875
0.00038163
-0.00178256
-0.00914117
0.000274469
-0.00104561
-0.00859854
0.000236185
-0.000190537
-0.00548921
0.000310573
-0.000642201
0.000354015
0.000168655
0.00166283
-1.42202e-05
0.000100964
0.00365036
-0.000436279
-3.82123e-05
0.00460967
-0.000540461
-0.000193819
0.00488003
-0.00035822
-0.000343267
0.00480841
-1.14513e-05
-0.000503898
0.00457343
0.000355875
-0.000717749
0.00431279
0.000692502
-0.000976621
0.00405358
0.00096181
-0.00126479
0.00378707
0.00115263
-0.00155505
0.00347572
0.00126213
-0.00181853
0.00308933
0.00127397
-0.00202481
0.00262919
0.00116038
-0.00214041
0.0021062
0.000909474
-0.0020805
0.00153362
0.000455897
-0.00185897
0.000953174
6.16048e-06
-0.00155913
0.000449613
-0.000313354
-0.0011449
6.00541e-06
-0.000618811
-0.000685877
-0.00037743
-0.000731121
-0.000241708
-0.00072389
-0.000575567
4.34885e-05
-0.000995792
-0.000103813
0.000131758
-0.00112772
0.00041961
7.69273e-05
-0.00125321
0.000858128
-5.94689e-05
-0.00140074
0.00119803
-0.000188368
-0.00152883
0.00125488
-0.000260349
-0.00164436
0.00116502
-0.000308407
-0.00175512
0.0011001
-0.000359121
-0.00185903
0.00103387
-0.000412629
-0.00199449
0.000974658
-0.000474658
-0.00215654
0.000908327
-0.000562012
-0.00237513
0.000860047
-0.000696507
-0.00266509
0.000815878
-0.000895972
-0.00312105
0.000776239
-0.00117689
-0.0038058
0.000723062
-0.00151887
-0.00487399
0.000642361
-0.00185051
-0.00631506
0.000528798
-0.00200572
-0.00803566
0.000393544
-0.0018169
-0.0093029
0.000275313
-0.00118601
-0.00920512
0.00022166
-0.000311983
-0.00634842
0.000279849
-0.000959319
0.000351475
0.000209768
0.00144395
1.18617e-06
0.000217681
0.00358708
-0.000446354
0.000126827
0.00463758
-0.000550212
2.22271e-05
0.00493257
-0.000378376
-0.000125764
0.00487259
1.36756e-05
-0.000287732
0.00462391
0.000378477
-0.000507757
0.00436109
0.000739981
-0.000772398
0.00410021
0.00102699
-0.00107014
0.00382379
0.00123989
-0.0013749
0.0035049
0.00136744
-0.00166246
0.00310626
0.00139603
-0.0019089
0.00263647
0.00128701
-0.00208087
0.00210124
0.00101483
-0.00203731
0.00151059
0.000450719
-0.00182333
0.000917087
-9.8085e-05
-0.00149979
0.000412713
-0.000476434
-0.00109532
-3.27538e-05
-0.00077624
-0.000626612
-0.000422872
-0.000930036
-0.000112141
-0.000834332
-0.000867705
0.000252462
-0.0012614
-0.000330145
0.000361225
-0.00148736
0.000442134
0.000284541
-0.0017265
0.00105419
0.000149857
-0.00193901
0.00141947
3.21255e-05
-0.00201358
0.00140861
-2.90909e-05
-0.00199672
0.00120792
-8.49247e-05
-0.00199788
0.00108091
-0.00014227
-0.00202967
0.00100299
-0.000185356
-0.0021159
0.000927674
-0.00022092
-0.00222895
0.000853334
-0.0002726
-0.00238996
0.000802369
-0.000363621
-0.00260845
0.000760369
-0.000519604
-0.00297304
0.000726954
-0.000775833
-0.00353766
0.000689548
-0.001134
-0.00448983
0.000627552
-0.00153085
-0.00588791
0.00053404
-0.00181801
-0.0077149
0.000401653
-0.00181438
-0.00927147
0.000283167
-0.0013451
-0.00964329
0.00021818
-0.000480429
-0.00719201
0.00026121
-0.00144955
0.000374389
0.000184645
0.00125473
7.9141e-05
0.000255496
0.003477
-0.00035465
0.000247134
0.00459291
-0.000480984
0.000190949
0.00493123
-0.000317696
8.47487e-05
0.00488575
6.65304e-05
-8.2964e-05
0.00464979
0.000433917
-0.000302667
0.00438178
0.000808557
-0.000578621
0.00412786
0.00112093
-0.000896439
0.00384461
0.00134734
-0.00122887
0.00352547
0.00148265
-0.00155202
0.0031173
0.00150995
-0.00184563
0.00263809
0.00138657
-0.00208545
0.00211232
0.00105344
-0.00206464
0.00154636
0.000308989
-0.00182977
0.000971485
-0.000390536
-0.00146393
0.000451821
-0.000845425
-0.00104802
-3.08562e-06
-0.00113004
-0.000626817
-0.000403838
-0.00120169
-0.000130724
-0.00082576
-0.00128241
0.000378922
-0.00137384
-0.00105792
0.000469087
-0.0017862
0.000103204
0.000428524
-0.00214662
0.000683992
0.000388889
-0.00238018
0.000875169
0.000310675
-0.0023926
0.000952694
0.000254691
-0.00228874
0.000891696
0.000210691
-0.00222117
0.000860434
0.000141402
-0.00217652
0.000847809
6.52898e-05
-0.00219988
0.000811042
1.2613e-05
-0.00227559
0.000751068
-3.75652e-05
-0.0023991
0.000719218
-0.000120076
-0.00256285
0.000695795
-0.000241841
-0.0028684
0.00066922
-0.000420729
-0.00336599
0.000633092
-0.000698217
-0.00420853
0.000571973
-0.00111128
-0.00545575
0.000484069
-0.00152163
-0.0072764
0.00037224
-0.0017171
-0.00903911
0.000262942
-0.00146328
-0.00986092
0.000206642
-0.000692508
-0.00793524
0.000229969
-0.00214398
0.00035493
0.000147051
0.00110044
6.18856e-05
0.000271998
0.00331849
-0.000343667
0.000336735
0.00447703
-0.000472982
0.000328533
0.0048778
-0.00033273
0.000251847
0.00486257
4.13828e-05
0.000110578
0.00464584
0.000415148
-0.000111735
0.00438534
0.000794367
-0.000379187
0.0041234
0.00111728
-0.000711877
0.00386808
0.00132964
-0.00107351
0.00356571
0.00143869
-0.00143368
0.00319186
0.00139598
-0.00177233
0.00275081
0.00119366
-0.00205237
0.00225775
0.000788455
-0.0020889
0.00173346
-3.28706e-05
-0.00184095
0.00119728
-0.000860332
-0.00143973
0.000661856
-0.00139027
-0.0010452
0.000150703
-0.00155929
-0.000730466
-0.000266635
-0.00154481
-0.000383501
-0.000585346
-0.00177689
0.000133173
-0.000941005
-0.00234501
0.000340068
-0.00125315
-0.00188962
0.000556864
-0.00172645
-0.00155248
0.000811209
-0.00208701
-0.00116419
0.000817315
-0.00228088
-0.000325661
0.000713312
-0.00226277
0.00019581
0.000611192
-0.00222477
0.000376302
0.000493251
-0.00220016
0.00052522
0.00039396
-0.00221761
0.000578788
0.000327315
-0.00227592
0.000560861
0.000260307
-0.0023765
0.000576491
0.00017588
-0.00250845
0.000593485
5.26898e-05
-0.0027591
0.000601042
-0.000179295
-0.00314553
0.000601388
-0.000465267
-0.00392533
0.000567756
-0.000834521
-0.00510066
0.000493575
-0.00124792
-0.00686151
0.000348282
-0.00154762
-0.00871317
0.000232004
-0.0014568
-0.00991812
0.000162362
-0.000817653
-0.00854357
0.000192956
-0.00296502
0.000313087
0.000130104
0.000970512
7.65361e-05
0.000298374
0.00313218
-0.000292274
0.000412
0.00432692
-0.000432682
0.000448294
0.00478842
-0.000319395
0.000394275
0.00482223
1.89151e-05
0.000278404
0.00462807
0.00038373
6.29636e-05
0.00439274
0.000752838
-0.000209939
0.00413486
0.00107761
-0.000549861
0.00390542
0.00128286
-0.000937059
0.00363876
0.00138667
-0.00133252
0.00332342
0.00129905
-0.00169665
0.00295036
0.00102243
-0.00199122
0.00251572
0.000545736
-0.00206932
0.0020426
-0.000275106
-0.00182006
0.00152858
-0.00116625
-0.00141924
0.000928257
-0.00165349
-0.000993056
0.000336831
-0.00185569
-0.000657802
-0.000173886
-0.00178218
-0.000388102
-0.000353999
-0.00193699
4.97271e-05
-0.000359954
-0.0026947
0.000154306
-0.000654861
-0.00212643
0.000465721
-0.00136946
-0.00195249
0.000896962
-0.00179132
-0.00181009
0.00108698
-0.00201642
-0.00125166
0.00104094
-0.00210935
-0.000413738
0.000943417
-0.00212351
-4.00422e-05
0.000812053
-0.00210864
0.000196941
0.000687042
-0.00213753
0.000300332
0.000607321
-0.00219195
0.000313136
0.000523906
-0.00229118
0.000389317
0.000415583
-0.00241014
0.000460483
0.000286468
-0.00265314
0.000513948
0.000109365
-0.00299797
0.000525166
-0.000167196
-0.00366748
0.000494772
-0.000575781
-0.00471179
0.000461911
-0.00105422
-0.00640916
0.000344917
-0.00141116
-0.00834637
0.0002048
-0.00141258
-0.00988557
0.000117595
-0.000874577
-0.00904784
0.000139991
-0.00383935
0.000291318
0.000127572
0.000845023
6.33001e-05
0.000331882
0.00292201
-0.000269753
0.000486215
0.00414951
-0.000416025
0.000558874
0.00467458
-0.000332249
0.000527965
0.00475975
-3.2431e-05
0.000434829
0.00459838
0.000319191
0.000252098
0.00439108
0.000676305
-5.60884e-06
0.004146
0.000999251
-0.000325356
0.00393258
0.00123369
-0.000731624
0.00370163
0.00138727
-0.0011616
0.00343354
0.00133564
-0.00158605
0.00312781
0.00108126
-0.00194158
0.00278793
0.000520129
-0.00208493
0.00246494
-0.000436036
-0.00188914
0.00204613
-0.0015041
-0.00147889
0.00140366
-0.00217361
-0.000924831
0.00073484
-0.002579
-0.00039459
8.21958e-05
-0.00252122
-4.92736e-05
-0.000249867
-0.00208883
0.000150331
-0.000236785
-0.00183098
9.78501e-06
-0.000484785
-0.00125291
0.000399299
-0.00116508
-0.00212708
0.000973148
-0.00156423
-0.00229838
0.00131749
-0.00168426
-0.0019629
0.00134216
-0.00185734
-0.00108695
0.00125571
-0.00192681
-0.000502098
0.00111401
-0.00192519
-0.000168722
0.000979416
-0.00197251
1.87609e-05
0.000888636
-0.00202643
5.01692e-05
0.000786522
-0.00212861
0.000183044
0.000643719
-0.00224942
0.000332792
0.000468504
-0.00249266
0.000430254
0.000243212
-0.00280789
0.000482312
-3.80792e-05
-0.00342751
0.000462624
-0.0004007
-0.00439667
0.000423653
-0.000834329
-0.00602184
0.000312882
-0.00119055
-0.00800262
0.000177487
-0.00122511
-0.00983444
5.68519e-05
-0.000784894
-0.00946065
6.61735e-05
-0.00462632
0.000234232
0.000127222
0.00072559
5.19834e-05
0.000360422
0.00269839
-0.000239155
0.000552137
0.00395251
-0.000393747
0.000657327
0.0045463
-0.000340913
0.000656337
0.00469406
-9.29248e-05
0.000579604
0.00457886
0.000241829
0.000418222
0.00440073
0.000572185
0.000169277
0.00420514
0.000860962
-0.000143882
0.00402681
0.0010763
-0.000538822
0.00387275
0.00116144
-0.000963121
0.00370547
0.00103189
-0.00137878
0.00353272
0.000680454
-0.00173234
0.00335352
5.6213e-05
-0.00199308
0.00318782
-0.000702816
-0.00195906
0.0028547
-0.00171924
-0.00160429
0.0021872
-0.00266575
-0.000949371
0.00139518
-0.00331935
-0.000169515
0.000612902
-0.00344059
0.000385813
-0.000141034
-0.00254017
0.000248246
-0.000400629
-0.00102968
-0.000136131
-0.000305042
-0.00100973
0.000442323
-0.000462443
-0.00335447
0.00120647
-0.000898431
-0.00357742
0.00150699
-0.001222
-0.002459
0.00160684
-0.00149294
-0.00169197
0.00157671
-0.00162406
-0.00107068
0.00141583
-0.00166141
-0.000520626
0.0012497
-0.00171496
-0.000254468
0.00114131
-0.00175428
-0.000186317
0.00100263
-0.00189059
3.66566e-05
0.000825579
-0.00204031
0.000241731
0.000614922
-0.00230276
0.000377897
0.000363198
-0.00260565
0.000442753
5.68688e-05
-0.00318671
0.000437327
-0.000341774
-0.00406413
0.000388467
-0.000761119
-0.00565832
0.000284496
-0.00110128
-0.00767651
0.000133543
-0.00113347
-0.00979353
4.94848e-06
-0.000707782
-0.00986174
-3.71619e-06
-0.00533555
0.00017066
0.000118164
0.000618848
3.023e-05
0.000373786
0.00246373
-0.000223339
0.000603593
0.00373286
-0.000384363
0.000747491
0.00439526
-0.000360738
0.000790917
0.00460963
-0.000159601
0.000745441
0.00455078
0.00016513
0.000616877
0.00440298
0.0004745
0.000407279
0.00425062
0.000765397
0.000112807
0.00412976
0.000984333
-0.000258252
0.00406966
0.00106914
-0.000668638
0.00406657
0.000878527
-0.00106125
0.00410867
0.000454721
-0.00139989
0.0041672
-0.000209764
-0.00178968
0.00420357
-0.000781417
-0.00203235
0.00398612
-0.00161405
-0.0018394
0.00329365
-0.00283474
-0.00117599
0.0023681
-0.00390692
-0.000287948
0.00145869
-0.00429939
0.000486766
0.000460778
-0.00381405
0.000670248
-6.47722e-05
-0.00244647
0.0001675
0.000251774
-0.00159392
0.000512359
0.000403904
-0.00348282
0.00122298
2.93012e-05
-0.00409081
0.0015714
-0.000518093
-0.00311585
0.0018165
-0.00090861
-0.00247231
0.00186648
-0.00107344
-0.00175691
0.0017165
-0.00118947
-0.00101446
0.00153895
-0.00130231
-0.000598042
0.00138342
-0.00139589
-0.000342212
0.00119063
-0.00159032
-4.38842e-05
0.000961777
-0.00178718
0.000205598
0.000708252
-0.00208793
0.000362678
0.000420424
-0.00238562
0.000428108
9.7587e-05
-0.00294869
0.000424486
-0.000318154
-0.00373709
0.000364681
-0.000743335
-0.00529695
0.000254546
-0.00107852
-0.00736754
8.41701e-05
-0.00110035
-0.00976786
-5.62027e-05
-0.000667344
-0.010278
-8.01126e-05
-0.006007
6.75623e-05
0.000115396
0.000522443
1.06532e-05
0.000381361
0.00223081
-0.000205396
0.000644403
0.00349503
-0.000368162
0.000831494
0.00421712
-0.000371196
0.000926942
0.00449351
-0.000205781
0.000923524
0.00448805
0.0001088
0.000851625
0.00436369
0.000409099
0.000707117
0.00422358
0.000742167
0.000493572
0.00412253
0.00102142
0.000200585
0.00408925
0.00125893
-0.000135127
0.00417198
0.00127426
-0.000485987
0.00435363
0.00108599
-0.000940247
0.0045783
0.00088283
-0.00157628
0.00481038
0.000596535
-0.00218681
0.00487974
-0.000328188
-0.00217127
0.00452193
-0.00232883
-0.00146616
0.00360945
-0.00413394
-0.000586133
0.00275688
-0.00511307
0.000542453
0.00197469
-0.00606727
0.00117677
0.00131974
-0.00502811
0.000645232
0.00126142
-0.00243065
0.000552625
0.00135979
-0.0029292
0.00105417
0.00102045
-0.00391781
0.00163556
0.000524585
-0.00403214
0.00210223
7.73714e-05
-0.00350848
0.00217113
-0.000277324
-0.0022608
0.00200453
-0.00056835
-0.00129407
0.0017981
-0.000824344
-0.000702738
0.00158528
-0.00103408
-0.000288639
0.0013581
-0.00131106
2.63103e-05
0.00109839
-0.00155698
0.000269698
0.000819733
-0.00188784
0.000401341
0.000515041
-0.00217518
0.000441277
0.000146781
-0.00268772
0.000417419
-0.000292977
-0.00338938
0.000352444
-0.000758799
-0.00489969
0.000237806
-0.00111783
-0.00703028
6.58635e-05
-0.00116279
-0.00971715
-8.54732e-05
-0.000730919
-0.0106896
-0.00012475
-0.00673813
1.14864e-05
0.000105297
0.000440566
-1.82225e-05
0.000372998
0.00200488
-0.000194919
0.000664702
0.00324412
-0.000359357
0.000891733
0.004015
-0.00038857
0.00103967
0.00434526
-0.000260669
0.00109416
0.00439041
1.99036e-05
0.00108446
0.00428817
0.000311508
0.00101822
0.00414775
0.00064857
0.000911191
0.00402962
0.000970818
0.0007652
0.00396748
0.00129368
0.000582443
0.00401272
0.00158166
0.000327367
0.00415339
0.00187902
-0.00015015
0.00435536
0.00228304
-0.00107363
0.00464491
0.00277958
-0.00205867
0.00491846
0.00223049
-0.00238619
0.0049959
-8.82657e-05
-0.00161974
0.00455614
-0.00311204
-0.00076149
0.00405894
-0.00460768
0.000495515
0.00380782
-0.00646925
0.00151697
0.00303608
-0.0059838
0.000996977
0.00207647
-0.00194344
0.000604204
0.00177538
-0.00134603
0.000949387
0.00160691
-0.00271666
0.0015607
0.00138219
-0.00351647
0.00213786
0.000938599
-0.0033132
0.00227949
0.000360863
-0.00206061
0.00214105
-8.21736e-05
-0.00109473
0.00193941
-0.000484532
-0.000476345
0.00171128
-0.000781226
-8.21483e-05
0.00146713
-0.00110729
0.000185122
0.00118963
-0.00136453
0.000354897
0.000890752
-0.00169461
0.000433535
0.000570848
-0.00195416
0.000430856
0.000211358
-0.0024333
0.000385786
-0.000211363
-0.00304894
0.000310738
-0.000707309
-0.00447785
0.000213763
-0.00111188
-0.00664346
3.77682e-05
-0.00120919
-0.00960858
-0.000114194
-0.000818708
-0.0110485
-0.000176532
-0.00754886
-5.9622e-05
0.000108749
0.000360803
-3.99259e-05
0.000363558
0.00179462
-0.000186065
0.000671782
0.00298908
-0.000338011
0.000929991
0.00380058
-0.00039582
0.00111604
0.00418143
-0.000305551
0.00122571
0.00426649
-8.29688e-05
0.00127215
0.00419176
0.0002008
0.00127696
0.00404829
0.000519257
0.00126276
0.00390453
0.000840017
0.0012385
0.00378731
0.0011992
0.00118856
0.00373308
0.00163524
0.00105935
0.00373407
0.00221348
0.000733098
0.00377625
0.00295582
-0.000153033
0.00387265
0.00414534
-0.00148212
0.00410891
0.00466336
-0.00226341
0.00449604
0.00288197
-0.00170887
0.00461536
-0.000751953
-0.000794219
0.00447336
-0.00253262
0.000157778
0.00435069
-0.00330537
0.00115488
0.00376173
-0.00378665
0.00110973
0.00257061
-0.00162988
0.00087306
0.00193843
-0.000827636
0.00121764
0.001721
-0.00164436
0.00157317
0.00149513
-0.00168899
0.00195499
0.00110357
-0.0017059
0.00214863
0.000573048
-0.00125256
0.00212544
0.000126372
-0.000696582
0.00197113
-0.00028672
-0.000234726
0.00176845
-0.000590619
3.75358e-05
0.00154593
-0.000935747
0.000227623
0.00128603
-0.00118764
0.000353593
0.00101385
-0.00151901
0.000402472
0.000688335
-0.00171956
0.000373197
0.000356738
-0.00216751
0.000333708
-8.05124e-05
-0.00269978
0.00027546
-0.000588188
-0.00403623
0.000184004
-0.00106994
-0.00617281
2.43032e-05
-0.00126284
-0.00939483
-0.000135747
-0.000945686
-0.011322
-0.000222198
-0.00847565
-9.11835e-05
0.000100336
0.000289961
-6.40138e-05
0.000347017
0.00159666
-0.000190334
0.000655565
0.002737
-0.000327757
0.000945862
0.00356642
-0.000396297
0.00116645
0.00400387
-0.000348369
0.00132627
0.00411985
-0.00017059
0.00142543
0.0040677
9.12112e-05
0.00149316
0.00392301
0.000379222
0.0015458
0.00375938
0.000689315
0.00159725
0.00358607
0.00104956
0.00163239
0.00343391
0.00150398
0.00158514
0.00328111
0.00217275
0.00136921
0.00314097
0.0029956
0.00066182
0.00299513
0.00431349
-0.000592129
0.00297997
0.00542231
-0.00162285
0.00330103
0.00480651
-0.00140181
0.00375503
0.00179835
-0.000529302
0.00376551
-6.61991e-05
9.94292e-05
0.00356048
-7.2876e-05
0.000735104
0.00324629
-0.000733044
0.000973139
0.00248866
-0.000693412
0.00108349
0.00195251
-0.000697843
0.00141682
0.00159162
-0.000914708
0.00161962
0.00124142
-0.000583027
0.00189985
0.000917497
-0.000746138
0.00209934
0.000548545
-0.00071082
0.00213291
0.000200759
-0.000440683
0.00203883
-0.000158669
-0.000139613
0.00187726
-0.000416875
2.85053e-05
0.00167655
-0.000754748
0.000193202
0.00141684
-0.000978939
0.000299496
0.00114181
-0.00130698
0.000338826
0.000845409
-0.00148113
0.000303451
0.000501764
-0.00189124
0.00026415
7.40201e-05
-0.00232101
0.000217456
-0.000427287
-0.00359738
0.000143627
-0.000956866
-0.00564661
1.58519e-05
-0.00124485
-0.00907484
-0.000162492
-0.00103026
-0.0114796
-0.000268881
-0.0094688
-0.000141406
0.000101076
0.000216761
-8.26336e-05
0.000329408
0.00142091
-0.000193487
0.000630803
0.00249841
-0.000318674
0.000928345
0.00332903
-0.000388671
0.0011822
0.00380588
-0.000367376
0.00137087
0.00396422
-0.000231305
0.00151405
0.00392738
-1.21168e-05
0.00162574
0.00378176
0.000255555
0.00172106
0.00359727
0.0005537
0.00180523
0.00337867
0.000903063
0.00186347
0.00315595
0.00132677
0.00183179
0.00289849
0.00193104
0.00165869
0.00264131
0.00262261
0.00116984
0.00234769
0.00358538
0.00030446
0.00214885
0.00448087
-0.000541966
0.00225846
0.00455981
-0.000617023
0.00269973
0.00287938
-0.000148661
0.00293873
0.00119537
0.000292222
0.00278446
0.000754441
0.000644421
0.00256531
0.000462003
0.000883807
0.00214693
4.0872e-05
0.00113472
0.00183245
-0.000437283
0.00149885
0.00151531
-0.00078701
0.00173328
0.00118995
-0.000666663
0.00198801
0.000913524
-0.000766498
0.00217214
0.000599544
-0.000660678
0.00220979
0.000313049
-0.000424601
0.00215034
-3.84467e-05
-0.000151187
0.00199955
-0.000234756
-1.24587e-05
0.0018151
-0.000557489
0.000122404
0.0015664
-0.000744098
0.000206856
0.00129703
-0.00106059
0.000235785
0.000998479
-0.00120582
0.000213422
0.000673495
-0.00160393
0.000192574
0.000254211
-0.0019507
0.000161425
-0.000245559
-0.00314012
0.000104341
-0.000830516
-0.0050632
1.3879e-05
-0.0012117
-0.00864563
-0.000181147
-0.00111755
-0.0115098
-0.00030628
-0.0105394
-0.000195295
7.88616e-05
0.00017373
-0.000115235
0.000291776
0.00126236
-0.000211207
0.000582849
0.00227207
-0.000321403
0.000884537
0.00309248
-0.000396702
0.00116546
0.00358271
-0.000388911
0.00139439
0.0037766
-0.000289448
0.00157529
0.0037614
-0.00010654
0.001728
0.00361383
0.000131761
0.00185347
0.00342369
0.000400919
0.00195272
0.00318382
0.000715253
0.0020103
0.00293076
0.00107726
0.00197628
0.00263718
0.0015491
0.00181728
0.00234756
0.00204836
0.00142967
0.00204526
0.00263646
0.000808639
0.00183223
0.00310083
0.000227485
0.00181259
0.00313301
5.75323e-05
0.00212732
0.00229731
0.000295036
0.00239229
0.00119759
0.000587318
0.00240288
0.000530621
0.000886859
0.00226551
0.000164473
0.0011208
0.0019999
-0.00013255
0.00138213
0.00183008
-0.000538408
0.00170493
0.00156735
-0.000820613
0.00192649
0.00127289
-0.000754458
0.00214493
0.0010326
-0.000815512
0.00230483
0.000745302
-0.000713503
0.00234336
0.000501867
-0.000509007
0.0022693
0.000183378
-0.00028107
0.00215234
-1.85415e-05
-0.000120703
0.00195594
-0.000301478
-3.93809e-06
0.00172544
-0.000470752
7.85464e-05
0.00146743
-0.000779131
0.000120818
0.00116071
-0.000890792
0.00012055
0.000833646
-0.00129315
0.000114371
0.000398069
-0.00155057
0.000115411
-9.17048e-05
-0.00268345
7.63839e-05
-0.00071364
-0.00443615
7.71468e-06
-0.00119214
-0.00810635
-0.000193083
-0.00122492
-0.0114152
-0.000341138
-0.0117184
-0.000250972
7.48372e-05
0.000137483
-0.000144182
0.00024804
0.00114663
-0.000232008
0.000514051
0.0020724
-0.000329213
0.000800863
0.00287476
-0.000401495
0.00108299
0.00336299
-0.000411225
0.00134285
0.00356528
-0.000337563
0.00154948
0.00358067
-0.000190836
0.00173789
0.00341607
5.81385e-06
0.00189228
0.00323788
0.00024916
0.00201125
0.00299312
0.000518621
0.00207852
0.0027411
0.000815611
0.00205907
0.00245573
0.00116469
0.00193102
0.00218803
0.00150747
0.00164582
0.00193026
0.00185726
0.00122523
0.00176263
0.00207102
0.00079565
0.00174466
0.00201734
0.000638901
0.00194238
0.00152583
0.000756086
0.00216313
0.000868863
0.000964642
0.00225702
0.000352155
0.00120229
0.00219933
-1.5145e-05
0.00142988
0.00203498
-0.000316314
0.00165917
0.00190231
-0.000528333
0.00191794
0.0016555
-0.000702819
0.00211525
0.00138474
-0.000697322
0.00229986
0.00116569
-0.00073326
0.00242836
0.000894936
-0.000638193
0.00246705
0.000682689
-0.000485636
0.00240783
0.000404143
-0.000320497
0.00230006
0.000206281
-0.000172325
0.00213654
-6.65911e-05
-5.84359e-05
0.00191339
-0.000190368
-4.21495e-06
0.00166694
-0.000488104
4.75529e-05
0.00135521
-0.00055418
5.83053e-05
0.00102668
-0.000966953
7.06141e-05
0.000570551
-0.00112296
7.32197e-05
5.08834e-05
-0.00219499
7.96124e-05
-0.000605134
-0.00376571
-1.04226e-05
-0.00121454
-0.0074237
-0.000183435
-0.00136932
-0.0112057
-0.000355255
-0.0130474
-0.000285659
2.46268e-05
0.000151776
-0.000181886
0.000163752
0.00106225
-0.000272902
0.000393679
0.00190539
-0.000362318
0.00069189
0.00264031
-0.000429798
0.000986811
0.00312765
-0.000450712
0.00128513
0.00330997
-0.000396175
0.00153142
0.00336171
-0.000283011
0.00175758
0.00318872
-0.000115108
0.00194543
0.00301523
9.00443e-05
0.00209022
0.00279042
0.000319576
0.0021781
0.00255466
0.000561297
0.00218636
0.00229973
0.000825124
0.0021032
0.00207321
0.00106699
0.00191194
0.00187043
0.00128474
0.00164016
0.00175057
0.001393
0.00136873
0.00174
0.00134802
0.00124227
0.00187628
0.00106439
0.00128973
0.00204368
0.000685065
0.00140947
0.0021665
0.000345729
0.00157695
0.00214375
6.00156e-05
0.00174089
0.0020522
-0.00019362
0.00193855
0.00194911
-0.000392818
0.00215331
0.00172231
-0.000562612
0.00233274
0.00146961
-0.000592584
0.00248863
0.00127069
-0.000616422
0.00259615
0.00100815
-0.000533505
0.0026157
0.000840491
-0.000422006
0.00257738
0.00058234
-0.000307291
0.0024634
0.000433003
-0.000201774
0.00231995
0.000168051
-0.000103823
0.002088
0.000103536
-4.61188e-05
0.00185401
-0.000205264
-7.49868e-06
0.00156134
-0.000231319
1.16158e-05
0.00124076
-0.000641401
3.74271e-05
0.000802642
-0.000703642
6.06246e-05
0.000262582
-0.00167624
6.7915e-05
-0.0004421
-0.00303165
9.50384e-06
-0.00117852
-0.00659709
-0.000164171
-0.00146312
-0.0108684
-0.000347508
-0.0144598
-0.000304029
-7.40486e-06
0.000197615
-0.000222783
5.83421e-05
0.00105501
-0.000320773
0.000245683
0.00177671
-0.000403505
0.000495195
0.00245052
-0.000468904
0.000788239
0.00288788
-0.000501592
0.00111066
0.00302206
-0.000462197
0.00140664
0.0030863
-0.00037114
0.00167279
0.00291681
-0.000234507
0.00191057
0.00274667
-6.73301e-05
0.00209475
0.00254459
0.000132245
0.00222177
0.0023437
0.000328232
0.00227229
0.00212759
0.000531062
0.00224862
0.00194381
0.000711123
0.00214651
0.00178982
0.000860248
0.00199341
0.00170719
0.000933323
0.00184416
0.00170048
0.000915651
0.0017674
0.00180071
0.000773257
0.00179028
0.001927
0.000572489
0.0018541
0.00205931
0.000373274
0.0019621
0.00204402
0.000184474
0.00206388
0.00199104
1.55171e-05
0.00220798
0.00190194
-0.000133745
0.00236788
0.00171147
-0.000305512
0.00251288
0.001465
-0.000360196
0.00264146
0.00128337
-0.000397283
0.00273755
0.00102886
-0.000354919
0.00276058
0.00091179
-0.000292971
0.00274831
0.000671083
-0.0002304
0.00265224
0.000588551
-0.000154869
0.00252883
0.000348971
-0.000109556
0.00233391
0.000342433
-6.69005e-05
0.00210708
5.28037e-05
-2.92457e-05
0.00184344
5.18971e-05
-8.06977e-07
0.00154099
-0.000331921
1.59259e-05
0.00116399
-0.000332984
5.11546e-05
0.000662898
-0.00118765
7.01482e-05
-7.19657e-05
-0.00224352
2.20527e-05
-0.000945921
-0.00562791
-0.000123874
-0.00136405
-0.0103809
-0.00031882
-0.0157502
-0.000302399
-0.000162186
0.000392088
-0.000259194
-0.000158402
0.00109961
-0.000393875
-4.21913e-05
0.00171027
-0.000484571
0.000256773
0.00218986
-0.000546019
0.000594787
0.00258107
-0.000582475
0.000963306
0.00266404
-0.000562445
0.00131843
0.00273014
-0.000488852
0.00163362
0.00257711
-0.00037683
0.00191415
0.00241676
-0.000224612
0.00214328
0.00224399
-6.85256e-05
0.00231295
0.00207585
0.000102346
0.00241802
0.00190414
0.000266367
0.00245878
0.00175567
0.000414362
0.00243948
0.00164141
0.000537197
0.00237503
0.00159305
0.000609635
0.00230668
0.00159069
0.000629008
0.00226867
0.00167193
0.000579803
0.00227859
0.00177132
0.000497497
0.00230083
0.00190788
0.000405039
0.00235342
0.00188747
0.000302215
0.00240782
0.00185431
0.000187613
0.00249957
0.00175149
9.05717e-05
0.00261029
0.00157062
-4.14512e-05
0.00273883
0.00132028
-0.000117327
0.00284908
0.00117048
-0.000190032
0.00294211
0.000934505
-0.000194579
0.00297123
0.000878723
-0.000178554
0.00298159
0.000665029
-0.000158924
0.00290892
0.000653006
-0.000113996
0.00278374
0.000478508
-0.000101883
0.00259978
0.000533799
-8.15026e-05
0.00238468
0.000282685
-5.8807e-05
0.00216536
0.000279929
-3.87185e-05
0.00190382
-6.82692e-05
-5.53053e-06
0.00165123
-8.08981e-05
2.16132e-05
0.00127548
-0.000794509
7.31589e-05
0.000644602
-0.00156919
3.85397e-05
-0.000342136
-0.00445996
-5.26557e-05
-0.000947788
-0.00970158
-0.000285331
-0.0166014
-0.000302412
-6.74305e-05
0.000491224
-0.000324127
-0.000278643
0.00135514
-0.000470714
-0.000315599
0.00178565
-0.000576316
-0.000156728
0.00205149
-0.00064335
0.000201791
0.0022303
-0.000689533
0.00062408
0.00221696
-0.000666544
0.0010791
0.00224186
-0.000617129
0.00147061
0.00212928
-0.000525395
0.00182113
0.00198945
-0.00039095
0.00211497
0.00185397
-0.000256478
0.00234527
0.00172982
-0.000113045
0.00250002
0.0016001
4.19088e-05
0.00260807
0.0014981
0.000161803
0.00266566
0.00141141
0.000273166
0.00269047
0.00137812
0.000354754
0.00270073
0.00138111
0.000404774
0.00271373
0.00145953
0.000415134
0.00274226
0.00154814
0.000407284
0.00275523
0.00169957
0.000387171
0.00276899
0.00168545
0.000348863
0.00277475
0.00166972
0.000285075
0.00281145
0.00155264
0.000204924
0.00286688
0.00137251
9.93746e-05
0.00296342
0.00110612
2.3252e-05
0.00306457
0.000962419
-4.70958e-05
0.00319375
0.000705543
-7.86286e-05
0.00326813
0.000712096
-9.43641e-05
0.00333112
0.00052645
-0.000107151
0.00331593
0.000603715
-0.000102662
0.00324277
0.000505117
-0.000120508
0.00311722
0.000634422
-0.000109399
0.0029567
0.000423838
-9.3633e-05
0.0027959
0.000429241
-7.39179e-05
0.00264207
8.19044e-05
-4.81204e-05
0.00253814
2.30592e-05
-2.71337e-05
0.00234177
-0.000569824
2.69958e-05
0.00196588
-0.00112191
2.36757e-05
0.000997898
-0.00331143
-1.74793e-05
0.000115828
-0.0086533
-0.000234238
-0.0163549
-0.000307437
-0.000778322
0.00129642
-0.000383551
-0.000854393
0.0014642
-0.000598958
-0.000805407
0.0017443
-0.00070951
-0.00057404
0.00179056
-0.00079195
-0.000113515
0.00172085
-0.000851589
0.000334516
0.00168777
-0.000820953
0.000865161
0.00162219
-0.000789437
0.00131313
0.00157139
-0.000706351
0.00172015
0.00145805
-0.000583156
0.00206232
0.00137273
-0.000466576
0.00234963
0.00128684
-0.000336014
0.00257538
0.0011988
-0.000206316
0.00275149
0.00111921
-6.7753e-05
0.0028923
0.00105912
3.74108e-05
0.00299797
0.00105397
0.000124875
0.00307474
0.00107722
0.000191682
0.00314288
0.0011648
0.000238206
0.00319768
0.00126455
0.000275122
0.00322053
0.00143201
0.000301187
0.0032633
0.00139266
0.000298838
0.00332673
0.00134991
0.000265452
0.00342515
0.00121083
0.000206413
0.00356745
0.00100008
0.000110751
0.00374787
0.000716285
3.67835e-05
0.00393075
0.000591267
-2.69529e-05
0.00411897
0.000344683
-7.00335e-05
0.00424772
0.000417161
-9.27438e-05
0.00432166
0.000301149
-0.000120495
0.0043756
0.000427961
-0.000137075
0.00436313
0.000417176
-0.000164842
0.00432831
0.000597265
-0.000161783
0.00423835
0.000460683
-0.000153052
0.00418458
0.000446961
-0.000138931
0.0041043
0.000137441
-0.000110347
0.00408121
2.73199e-05
-0.00010661
0.003963
-0.000430046
-5.61454e-05
0.00382556
-0.000937222
-5.74719e-05
0.00306862
-0.00238034
-4.13795e-05
0.00176001
-0.00715983
-0.000210546
-0.0144598
-0.000326411
-0.00186895
0.0031577
-0.000737195
-0.00199282
0.00155838
-0.00096199
-0.00179884
0.00148953
-0.000981066
-0.00119784
0.0010997
-0.00100334
-0.000503921
0.00091531
-0.00102772
0.000222659
0.000829358
-0.00099616
0.000917344
0.000784046
-0.000955113
0.00157066
0.000763987
-0.000883986
0.00214805
0.000717686
-0.0007767
0.00266275
0.000686588
-0.000671757
0.00311507
0.000652181
-0.000554384
0.00350536
0.000614508
-0.000440614
0.00383605
0.000578704
-0.000326241
0.00413155
0.000540662
-0.000218248
0.0044128
0.000534896
-0.000126371
0.00467075
0.000562732
-4.46725e-05
0.00492437
0.000633255
2.76532e-05
0.0051956
0.000689351
9.7186e-05
0.00548747
0.000826294
0.000148116
0.00577947
0.000797626
0.000179641
0.00611312
0.000722585
0.000179007
0.00643979
0.000611593
0.000150049
0.0067344
0.000442206
9.13567e-05
0.00698224
0.000230556
3.83824e-05
0.00719901
0.000156613
-1.62106e-05
0.00734741
-1.59399e-05
-4.55917e-05
0.00752706
3.57942e-05
-8.31248e-05
0.00759579
3.17671e-05
-0.00012964
0.00771518
0.000140939
-0.000158632
0.00777464
0.000203025
-0.000203414
0.00791778
0.000334406
-0.000222585
0.0079753
0.000309525
-0.00022427
0.00807617
0.000276141
-0.000220761
0.00807067
9.79298e-05
-0.000197843
0.00810652
-3.85648e-05
-0.000199225
0.0080172
-0.00033677
-0.00016525
0.00784595
-0.000765082
-0.000174695
0.00728297
-0.00172421
-0.000159553
0.00482793
-0.00456013
-0.000206382
-0.00954319
-0.000330033
0.00315547
-0.000468507
0.00469904
-0.00056182
0.00615609
-0.0006056
0.00720531
-0.000628065
0.00805541
-0.000641347
0.0087991
-0.000642674
0.00948715
-0.00063214
0.0101413
-0.000614231
0.0107394
-0.000570439
0.0112957
-0.000514158
0.0118073
-0.000444516
0.012267
-0.000364707
0.0126741
-0.000277054
0.0130414
-0.000196058
0.013402
-0.000127394
0.0137667
-5.25202e-05
0.0141725
2.42014e-05
0.0146182
0.000103468
0.0151938
0.000154968
0.0157492
0.000205898
0.0162374
0.000228277
0.0166333
0.000218925
0.0168774
0.000195397
0.0169135
0.000164307
0.016874
0.000125767
0.0166707
9.10377e-05
0.0165297
4.34683e-05
0.0163785
-7.05621e-06
0.0163423
-5.57552e-05
0.0163868
-0.0001154
0.016591
-0.000158387
0.0167979
-0.000174537
0.0169901
-0.000185775
0.0170337
-0.00017109
0.0169438
-0.000171614
0.0165865
-0.000156283
0.015796
-0.000156591
0.0140602
-0.000180393
0.00953472
-0.000185037
-0.000289616
2.11396e-05
-2.09154e-05
-2.25861e-05
5.85265e-05
-4.23523e-05
-4.08138e-05
8.74998e-05
-3.368e-05
-5.00823e-05
9.60115e-05
-1.27124e-05
-5.53018e-05
8.70849e-05
4.15843e-06
-6.08114e-05
6.95614e-05
1.17753e-05
-6.59579e-05
5.38076e-05
9.0559e-06
-7.1145e-05
3.62792e-05
9.84519e-06
-7.46991e-05
1.38954e-05
1.67412e-05
-7.83533e-05
-2.87093e-05
3.82544e-05
-7.87773e-05
-9.67394e-05
6.55355e-05
-7.28336e-05
-0.000201632
0.00010403
-6.63935e-05
-0.000328346
0.000128192
-5.90145e-05
-0.0005232
0.000165612
-2.76686e-05
-0.000724189
0.000172496
-2.99388e-05
-0.000951729
0.000188248
-2.10867e-05
-0.00120991
0.000203527
-2.05603e-05
-0.00150589
0.000225836
-2.05989e-05
-0.0018698
0.000266792
-3.01087e-05
-0.00227817
0.000279313
-2.11569e-05
-0.0026519
0.000199205
-7.07834e-05
-0.00289278
-1.58965e-05
-8.35087e-05
-0.00302404
-0.000172557
-0.000124085
-0.00302087
-0.000365145
-0.000146514
-0.00289202
-0.00054878
-0.000170647
-0.00263903
-0.000730407
-0.000188328
-0.00226062
-0.000905975
-0.000206531
-0.00176712
-0.00106317
-0.00022115
-0.00117423
-0.00119008
-0.000240036
-0.000536301
-0.00124881
-0.000252331
0.000129108
-0.00126438
-0.000285966
0.000675569
-0.00109076
-0.000308464
0.00104853
-0.000827655
-0.000330739
0.00113096
-0.000415046
-0.000329882
0.000971683
-5.05707e-05
-0.000292148
0.000688944
0.00016093
-0.000247668
0.000411541
0.000212557
-0.000212588
0.000198787
0.000181597
-0.000190575
6.06113e-05
0.000124494
-0.000161789
5.26494e-05
-0.000111814
4.33879e-05
-7.2244e-05
-3.76623e-05
9.775e-05
-0.000114514
-7.78454e-05
0.000125367
-7.91945e-05
-0.000100358
0.000108939
-1.09207e-05
-0.000108563
4.67854e-05
5.29227e-05
-0.000109259
-5.94547e-05
0.000108652
-0.00011164
-0.00021897
0.000157467
-0.000117007
-0.000437468
0.000221951
-0.000132401
-0.000719327
0.00029397
-0.00014087
-0.00106619
0.000374016
-0.000152692
-0.00147102
0.000454117
-0.000163394
-0.00192103
0.000523291
-0.000179412
-0.00241145
0.000571574
-0.000203717
-0.00292054
0.000596816
-0.000228147
-0.0034271
0.000570877
-0.000260035
-0.00391586
0.000524203
-0.000291058
-0.00436364
0.000455367
-0.000332409
-0.00474241
0.00036481
-0.000371627
-0.00504412
0.000279223
-0.000416025
-0.00518681
0.000103541
-0.000443784
-0.00525402
-9.02435e-05
-0.000499624
-0.00520615
-0.00042921
-0.00054666
-0.00508581
-0.000688665
-0.000574606
-0.00489378
-0.000991338
-0.000585423
-0.0046137
-0.00129471
-0.000616546
-0.00423993
-0.00160098
-0.000633639
-0.00376907
-0.0018966
-0.000657225
-0.00320337
-0.0021662
-0.000672354
-0.00254644
-0.00238987
-0.00069156
-0.00182545
-0.0025157
-0.000700482
-0.00106917
-0.00254497
-0.000710527
-0.000310117
-0.00233098
-0.000724564
0.000353769
-0.00189236
-0.000744809
0.000808936
-0.00119131
-0.000708292
0.000981642
-0.000458797
-0.000648476
0.000889196
0.00010972
-0.000555224
0.000643748
0.000376739
-0.000479132
0.000365723
0.000419418
-0.000416953
0.000134655
0.000342338
-0.0003317
0.0001821
-0.000177268
3.70675e-05
-0.000126982
-4.66107e-05
6.32367e-05
-0.000172322
-0.00010454
3.80322e-05
-8.66705e-05
-0.000137067
-6.34161e-05
6.41513e-05
-0.00015093
-0.000243481
0.000207585
-0.000161634
-0.000500158
0.000344608
-0.000171465
-0.000842383
0.000478874
-0.000192987
-0.00127009
0.00062743
-0.000214991
-0.00177444
0.000773739
-0.000249474
-0.00233017
0.000900553
-0.000287093
-0.00291197
0.000995808
-0.000322509
-0.00348461
0.00103889
-0.000360824
-0.00402431
0.00103141
-0.000402096
-0.00450135
0.000966391
-0.00044283
-0.00492523
0.000854582
-0.00048134
-0.00528172
0.000710146
-0.000519857
-0.00557063
0.000545207
-0.000564013
-0.00577958
0.000346911
-0.000600069
-0.00589345
0.000138774
-0.000631251
-0.00588088
-0.000183452
-0.000630919
-0.00577819
-0.000451134
-0.000680734
-0.00565437
-0.000854443
-0.000641772
-0.00547536
-0.00116588
-0.000646835
-0.00527909
-0.00148906
-0.000647477
-0.0050509
-0.00183246
-0.000652628
-0.00476507
-0.00220294
-0.000653455
-0.00441142
-0.00257096
-0.000659395
-0.0039776
-0.00292049
-0.000661139
-0.00347258
-0.00321233
-0.000660585
-0.00290363
-0.00339254
-0.000663729
-0.00228429
-0.00345949
-0.000677901
-0.00156784
-0.00332064
-0.000697879
-0.000834277
-0.00286982
-0.000704159
-0.000181611
-0.00205819
-0.000732845
0.000289744
-0.00107337
-0.000750384
0.000470805
-0.000177084
-0.00070051
0.000439617
0.00034477
-0.000629222
0.000280815
0.000545362
-0.000561949
0.000108475
0.000506709
-0.000441309
0.000289472
-0.000214185
5.68231e-06
-0.000163648
-5.48794e-05
-4.73568e-05
-0.000167378
-0.000126295
-0.000177999
-3.29449e-06
-0.000176856
-0.000410935
0.000257528
-0.00019454
-0.000736666
0.000501456
-0.00020991
-0.00116406
0.000744767
-0.000232839
-0.00168023
0.000970696
-0.000269129
-0.00225178
0.00117623
-0.000316913
-0.00283775
0.00133375
-0.000361331
-0.00339858
0.00142673
-0.000411316
-0.00390524
0.00145679
-0.000455714
-0.0043476
0.00142523
-0.000501162
-0.0047092
0.00132128
-0.000535073
-0.00499691
0.00115809
-0.000553288
-0.00521328
0.000961741
-0.000568166
-0.00536398
0.00073581
-0.000576208
-0.00546019
0.000501903
-0.000581706
-0.00551793
0.000250814
-0.000571318
-0.00553396
-1.35599e-05
-0.000551437
-0.00546489
-0.000409566
-0.00052154
-0.00538053
-0.000712436
-0.000483907
-0.00529149
-0.00111449
-0.000434654
-0.00518744
-0.00143652
-0.000419755
-0.00508101
-0.00176125
-0.000401926
-0.00496115
-0.00211662
-0.000401952
-0.00480581
-0.00252294
-0.000400008
-0.00459916
-0.00294385
-0.000409605
-0.0043175
-0.00337022
-0.000418283
-0.00395331
-0.00374613
-0.000431815
-0.00351177
-0.00400601
-0.000440395
-0.00302641
-0.00411429
-0.000452434
-0.00244358
-0.0040505
-0.000496556
-0.00175297
-0.00370776
-0.000530487
-0.0010485
-0.00290312
-0.000583878
-0.00041864
-0.00181493
-0.000670242
-2.78804e-05
-0.000656223
-0.000697003
0.000123128
0.000146895
-0.000699269
0.000108155
0.000530319
-0.000627551
4.59192e-05
0.000565545
-0.000492351
0.000335018
-0.000226082
-6.1491e-05
-0.000152652
-6.34572e-05
-0.000223424
-7.85982e-05
-0.000159474
-0.000501946
0.000205164
-0.00020252
-0.000877995
0.000584011
-0.000244884
-0.00134302
0.000927604
-0.000273813
-0.00187164
0.0012458
-0.000319385
-0.00242223
0.00150095
-0.000377142
-0.00295996
0.00169777
-0.000428355
-0.00344364
0.00179877
-0.00047807
-0.00387321
0.00183649
-0.000523615
-0.00423127
0.00179433
-0.000552158
-0.00449536
0.00165814
-0.000557809
-0.00468041
0.00145368
-0.000545533
-0.00479475
0.00120906
-0.000524307
-0.00485547
0.000946196
-0.000490767
-0.00487822
0.000671142
-0.000452089
-0.00487953
0.00040653
-0.000407131
-0.00488351
0.000143813
-0.000341128
-0.00484857
-0.000176274
-0.000266922
-0.00481957
-0.000574561
-0.000173551
-0.00480359
-0.00086153
-0.000134064
-0.00478629
-0.00125508
-7.00049e-05
-0.00476285
-0.00156504
-7.20487e-05
-0.00473936
-0.00188217
-6.76233e-05
-0.00471163
-0.00223286
-7.58199e-05
-0.0046638
-0.00265022
-8.65992e-05
-0.00458483
-0.00309775
-0.000111984
-0.00444922
-0.00357955
-0.00014636
-0.00423096
-0.00403845
-0.000190583
-0.00390731
-0.00440786
-0.000236782
-0.0034858
-0.00462298
-0.000277115
-0.00301181
-0.00462119
-0.000312017
-0.00239184
-0.00442342
-0.00035707
-0.00165648
-0.00375173
-0.000431537
-0.00093675
-0.00264341
-0.000527304
-0.000386494
-0.00130457
-0.000639213
-9.81969e-05
-0.000210579
-0.000674998
-4.73504e-06
0.000400932
-0.000637503
5.8256e-06
0.000542384
-0.000492613
0.000334264
-0.000215635
-0.000151183
-7.0745e-05
-7.70443e-05
-0.000455612
0.000129508
-0.000181461
-0.000874142
0.00054152
-0.000263274
-0.00135225
0.00100752
-0.00030443
-0.00187147
0.00141269
-0.000353072
-0.00238708
0.00174609
-0.000410623
-0.00287373
0.00198225
-0.000463174
-0.00330445
0.00213005
-0.000516753
-0.00367717
0.00217861
-0.000545397
-0.00396713
0.00213115
-0.000547785
-0.00415596
0.00197767
-0.000526415
-0.00425966
0.00174357
-0.000492186
-0.00431294
0.0014711
-0.000435566
-0.00432274
0.00116951
-0.000369618
-0.00430647
0.000869907
-0.000296388
-0.00427467
0.000574244
-0.000219786
-0.00426018
0.000308428
-0.00011094
-0.00425363
5.91419e-05
-1.47361e-05
-0.00425019
-0.000259799
7.09535e-05
-0.00427241
-0.000613382
0.00014716
-0.00428666
-0.000881968
0.000178017
-0.00430186
-0.0012651
0.000229319
-0.00431362
-0.00156888
0.000235203
-0.00432772
-0.00187846
0.000239745
-0.00434941
-0.00221444
0.000227748
-0.00437065
-0.00262373
0.000211632
-0.00438156
-0.00307431
0.00017585
-0.00436378
-0.00358202
0.000130136
-0.00428567
-0.00410657
4.98929e-05
-0.00411063
-0.00458452
-2.5328e-05
-0.00380643
-0.0049453
-9.76004e-05
-0.00339014
-0.00506971
-0.000176511
-0.00287561
-0.0049927
-0.00021472
-0.00215294
-0.0045448
-0.000287143
-0.00135989
-0.00353134
-0.000389844
-0.000658588
-0.00211546
-0.000524685
-0.000229103
-0.000728064
-0.00064576
-7.06491e-05
0.000185884
-0.000623722
-5.0264e-06
0.000450221
-0.000487631
0.000314145
-0.000207813
-0.000246516
8.1924e-05
-9.32736e-05
-0.000676813
0.000434793
-0.000235754
-0.00118654
0.000954584
-0.000316546
-0.00170536
0.00147111
-0.000376921
-0.0022018
0.00188396
-0.00043576
-0.0026567
0.00219744
-0.000488267
-0.00306634
0.00240524
-0.000547018
-0.00338962
0.00247906
-0.00055006
-0.00362484
0.00243253
-0.000528462
-0.00376415
0.00228587
-0.000495667
-0.00383392
0.00205264
-0.000432259
-0.00385951
0.00175462
-0.000347761
-0.00385324
0.00142936
-0.000252346
-0.00382997
0.00109831
-0.000154409
-0.00380711
0.000790903
-2.95546e-05
-0.00378518
0.000503802
5.92866e-05
-0.00378036
0.000264956
0.000151976
-0.00377241
1.37562e-05
0.0002349
-0.00377849
-0.000289651
0.000311953
-0.0037949
-0.000616518
0.000390129
-0.00381095
-0.000871043
0.000430847
-0.00383531
-0.00123099
0.000495539
-0.00386123
-0.00151702
0.000492583
-0.00389196
-0.00181043
0.000486282
-0.00393971
-0.00212229
0.000469082
-0.0040025
-0.00251166
0.000450712
-0.00407093
-0.00295274
0.00041557
-0.00413404
-0.00346331
0.000370539
-0.00416632
-0.00401502
0.000305474
-0.00412114
-0.00457288
0.000227717
-0.00395789
-0.00506868
0.000113767
-0.00363484
-0.00537851
1.4376e-05
-0.00320024
-0.00543742
-7.22057e-05
-0.00256813
-0.00521391
-0.000154802
-0.00174629
-0.00441801
-0.000237544
-0.00091658
-0.00303994
-0.000372596
-0.000323733
-0.00142793
-0.000531194
-5.39085e-05
-0.000172762
-0.000568466
1.54308e-05
0.000332174
-0.000464173
0.000302725
-0.000193817
-0.000344941
0.000316715
-0.00011882
-0.000867697
0.000823584
-0.00028203
-0.00141562
0.00140728
-0.000389404
-0.00191626
0.00192931
-0.00045731
-0.00237404
0.00233394
-0.000511122
-0.00277104
0.0026169
-0.000555991
-0.00306653
0.00273263
-0.000543127
-0.00326914
0.00271537
-0.00051858
-0.00340201
0.00260013
-0.000467441
-0.00347124
0.00237699
-0.000377934
-0.00348137
0.00206399
-0.000262815
-0.0034671
0.00171617
-0.000148061
-0.00345447
0.0013726
-1.42664e-05
-0.00344335
0.00104516
9.28877e-05
-0.00343444
0.00074726
0.000178309
-0.003424
0.000468172
0.000260806
-0.00341119
0.000240013
0.000344938
-0.00338615
-6.08161e-06
0.000425623
-0.00337875
-0.000278238
0.00050964
-0.00338611
-0.000576962
0.000595854
-0.00339758
-0.00081069
0.000628511
-0.00342055
-0.00114738
0.000690956
-0.00343637
-0.00141809
0.000678144
-0.00346008
-0.00169961
0.000661609
-0.0035101
-0.00198458
0.000642775
-0.00358703
-0.00234752
0.000624492
-0.0036874
-0.00276542
0.000589043
-0.00380117
-0.00326489
0.000543462
-0.00390568
-0.00382758
0.000480726
-0.00397315
-0.00443265
0.000406002
-0.00394328
-0.00502755
0.000314923
-0.00375532
-0.00551297
0.000211332
-0.00340275
-0.00577011
8.07552e-05
-0.00287556
-0.00573765
-1.63801e-05
-0.00210462
-0.00522001
-0.000124009
-0.00120382
-0.00399494
-0.000215969
-0.000471641
-0.00225138
-0.000393861
-5.47044e-05
-0.00064982
-0.000513689
1.21267e-05
0.000202008
-0.000437317
0.000282856
-0.00018671
-0.000405712
0.000602117
-0.000141759
-0.00096897
0.00124174
-0.00032674
-0.00151797
0.00186156
-0.000437255
-0.00199345
0.00236988
-0.000501278
-0.00239965
0.00274446
-0.000542406
-0.00269459
0.00293722
-0.000542742
-0.00290388
0.00298162
-0.000524318
-0.00305881
0.00291773
-0.000455167
-0.00313583
0.00271174
-0.000343543
-0.00314567
0.00239917
-0.000205242
-0.00313825
0.00204276
-6.1245e-05
-0.00313697
0.00168348
6.60164e-05
-0.0031482
0.00134254
0.000178323
-0.00315891
0.00101956
0.000274012
-0.00316271
0.000728762
0.000363118
-0.0031518
0.00045703
0.000439529
-0.00312564
0.000235251
0.0005158
-0.00307677
-6.01261e-07
0.000578403
-0.00303505
-0.000254266
0.000651617
-0.00301528
-0.000522285
0.000732147
-0.00300183
-0.000736012
0.000751964
-0.00301275
-0.00104366
0.000808616
-0.00301616
-0.00129793
0.000789311
-0.00303442
-0.00156773
0.00076819
-0.00308258
-0.00182819
0.000747963
-0.00316845
-0.0021603
0.00073396
-0.00328727
-0.00255085
0.00070616
-0.00343231
-0.00302623
0.000670332
-0.00358537
-0.00358372
0.000613737
-0.00371889
-0.00421089
0.000541867
-0.0037936
-0.00487622
0.000452641
-0.00373922
-0.00550019
0.000357189
-0.0034949
-0.00596173
0.000248125
-0.003077
-0.00613318
0.000120036
-0.00241087
-0.00587929
1.78397e-05
-0.0015317
-0.00490563
-9.05551e-05
-0.000662521
-0.00317484
-0.000211825
-0.000118125
-0.00128568
-0.000352502
2.55311e-05
-4.3061e-06
-0.000369692
0.000264549
-0.000158168
-0.000429723
0.000909127
-0.000175933
-0.00100381
0.00167172
-0.00038627
-0.00152453
0.00229325
-0.000504168
-0.00195454
0.00277474
-0.000560546
-0.00228577
0.00309246
-0.0005761
-0.00252953
0.00322159
-0.000544787
-0.00271133
0.0032173
-0.000467857
-0.00280423
0.00305716
-0.000341051
-0.00283124
0.00276097
-0.000182166
-0.0028418
0.00240241
-2.19337e-05
-0.00286056
0.00203329
0.000137948
-0.00289598
0.00167632
0.000257986
-0.00293477
0.00134335
0.000360954
-0.00295961
0.00102438
0.000442874
-0.00295831
0.000731985
0.000514621
-0.00292606
0.000456391
0.000573261
-0.00286554
0.000228904
0.000629159
-0.00277965
-2.57245e-06
0.00067462
-0.00269639
-0.000243644
0.000731759
-0.00264405
-0.00047798
0.000798026
-0.00260137
-0.000669281
0.000812375
-0.00259839
-0.000938173
0.0008637
-0.0025906
-0.00117287
0.000841896
-0.00260738
-0.00142566
0.000825235
-0.00265109
-0.00166767
0.000805611
-0.00273763
-0.00196769
0.000795074
-0.00286281
-0.00232501
0.000772818
-0.00302702
-0.00276663
0.000743554
-0.00321387
-0.00330116
0.000697639
-0.00340299
-0.00393158
0.000636798
-0.0035538
-0.00464171
0.000554473
-0.0036121
-0.00537198
0.000455749
-0.00349909
-0.00601756
0.000351707
-0.00317461
-0.0064101
0.000246717
-0.00262906
-0.00640172
0.000137252
-0.00181656
-0.00571506
2.85326e-05
-0.000884984
-0.00413193
-8.63546e-05
-0.000245027
-0.00199106
-0.000208228
2.9675e-05
-0.000341489
-0.000272935
0.000245782
-0.000128352
-0.000414486
0.00120529
-0.000196229
-0.000964522
0.00208215
-0.000426095
-0.00145781
0.00270513
-0.000545908
-0.00185111
0.00315578
-0.000588322
-0.00213647
0.00340525
-0.000566146
-0.00234093
0.00347623
-0.000489325
-0.00246062
0.00338907
-0.000361678
-0.00251797
0.00314299
-0.00019063
-0.00254854
0.00279628
-6.6637e-06
-0.00259217
0.00242116
0.000189602
-0.00265341
0.00205367
0.000321075
-0.00272499
0.00170479
0.000425184
-0.0027809
0.00137111
0.000508686
-0.00280086
0.00104353
0.000569404
-0.00277829
0.00073849
0.0006189
-0.00271254
0.000450821
0.000649645
-0.00261256
0.000212252
0.000678974
-0.00248737
-2.31029e-05
0.000708433
-0.00236459
-0.000258603
0.000751531
-0.00228084
-0.000458235
0.000809342
-0.00221597
-0.000625866
0.000825478
-0.0021994
-0.000849937
0.000870645
-0.00218319
-0.00106195
0.000852913
-0.00220087
-0.00128907
0.000844904
-0.00224302
-0.00151645
0.000832559
-0.00232504
-0.0017885
0.000825949
-0.00244435
-0.00211361
0.00081059
-0.00260467
-0.00251608
0.000789441
-0.00280158
-0.00301282
0.000753272
-0.00302306
-0.00362049
0.000703346
-0.00323662
-0.00434496
0.000632367
-0.00338617
-0.00514886
0.000545138
-0.00339747
-0.00594504
0.000439489
-0.00319551
-0.00656577
0.000333682
-0.00275282
-0.00680159
0.000234565
-0.00204212
-0.00640511
0.000145202
-0.0011088
-0.00506605
4.77912e-05
-0.000347986
-0.00278984
-7.78416e-05
1.37483e-05
-0.000737873
-0.00016624
0.000214909
-8.38338e-05
-0.000377458
0.00147446
-0.000221099
-0.000887837
0.00246234
-0.000471214
-0.00134786
0.0030928
-0.000591514
-0.00169151
0.00349713
-0.000611047
-0.00193362
0.00368226
-0.000543843
-0.00209234
0.00368768
-0.000415702
-0.00218849
0.00352335
-0.000232022
-0.00224108
0.00321684
-3.65159e-05
-0.00230947
0.00284397
0.000203592
-0.00239939
0.00246863
0.000361137
-0.00250621
0.00210985
0.000478053
-0.00260272
0.00175965
0.00056014
-0.00266274
0.00141426
0.000620447
-0.00266645
0.00106536
0.000651052
-0.00261234
0.000736937
0.000668086
-0.00250421
0.00042892
0.000664147
-0.00235835
0.000178234
0.000663448
-0.00218601
-7.48125e-05
0.000680009
-0.00202679
-0.000301358
0.000710052
-0.00191899
-0.000468256
0.000775835
-0.0018407
-0.000609417
0.000801005
-0.00181434
-0.000787354
0.000846898
-0.00179956
-0.000970922
0.000842846
-0.0018183
-0.00117175
0.000845222
-0.00186406
-0.00138134
0.000842966
-0.00194241
-0.00162971
0.000842192
-0.00205361
-0.00192514
0.000830126
-0.00220337
-0.00228832
0.0008145
-0.00239194
-0.00274285
0.000784096
-0.00261879
-0.00331221
0.000743507
-0.00286515
-0.00401933
0.000682314
-0.00308657
-0.00485646
0.000602591
-0.00320714
-0.00576488
0.000505236
-0.00313673
-0.00658766
0.000396813
-0.00280672
-0.00709356
0.000291251
-0.00220054
-0.00698015
0.000205028
-0.00132398
-0.00592852
0.000148497
-0.000457667
-0.0036779
4.34969e-05
-1.86218e-05
-0.00121843
-5.33411e-05
0.000148223
-2.23865e-05
-0.000320819
0.00170119
-0.000224982
-0.000778798
0.00280189
-0.000490275
-0.0011948
0.00344579
-0.000609347
-0.00149065
0.0037965
-0.000596719
-0.00169951
0.00392931
-0.000490612
-0.00183398
0.00386785
-0.000304224
-0.00192005
0.00363747
-9.7739e-05
-0.00200202
0.00329277
0.000173592
-0.00211779
0.00291825
0.000375931
-0.00225798
0.00254875
0.000519787
-0.00240043
0.00219354
0.000613741
-0.00251254
0.00183337
0.000669208
-0.00256781
0.00146366
0.000695855
-0.00254775
0.00108231
0.000684325
-0.00245648
0.000719831
0.000660565
-0.00229983
0.000383481
0.000614853
-0.00210717
0.000112983
0.000593221
-0.00188299
-0.000170514
0.000591587
-0.00169529
-0.00036885
0.000621765
-0.00156851
-0.000509157
0.000708301
-0.0014863
-0.000620466
0.000756592
-0.00145343
-0.000756133
0.00080456
-0.00144692
-0.000901893
0.000825503
-0.00147416
-0.00107799
0.000842486
-0.00152514
-0.00126986
0.000851378
-0.00160347
-0.00149796
0.000857844
-0.00170502
-0.00176773
0.000849077
-0.00184008
-0.00209454
0.000836303
-0.0020131
-0.00250516
0.000809487
-0.00222959
-0.00302828
0.00077548
-0.00248231
-0.00369885
0.000722898
-0.00274169
-0.00453402
0.000654564
-0.00294522
-0.00550616
0.000563329
-0.00299621
-0.00649223
0.000458406
-0.0027986
-0.00725457
0.00034885
-0.00229804
-0.00745279
0.000254263
-0.00149976
-0.00670142
0.000193452
-0.000571912
-0.00460751
0.000164477
-4.92454e-05
-0.00177298
5.46398e-05
5.95814e-05
4.79378e-05
-0.000252744
0.00187467
-0.000229631
-0.000650504
0.00309348
-0.000513691
-0.00101272
0.00375233
-0.000626377
-0.00126943
0.00405879
-0.000582807
-0.00144976
0.00414565
-0.000430429
-0.00157252
0.00402299
-0.000194086
-0.00167125
0.0037452
5.72331e-05
-0.00179737
0.00338686
0.000340622
-0.00196199
0.00301733
0.000529605
-0.00214874
0.00265755
0.000656285
-0.00232347
0.00230012
0.000729081
-0.00244763
0.00192064
0.000751081
-0.00249676
0.00151899
0.000733761
-0.00245055
0.00109412
0.000667407
-0.00231666
0.000689126
0.000589898
-0.00211317
0.000314942
0.000508161
-0.00185362
1.2617e-05
0.000447396
-0.00158889
-0.000285811
0.000440756
-0.00136417
-0.000465119
0.000486737
-0.00122136
-0.000580809
0.000618119
-0.00114548
-0.000654561
0.000708408
-0.00111321
-0.000751543
0.000763696
-0.00112088
-0.000856882
0.000817754
-0.00116341
-0.00100737
0.000852246
-0.00122398
-0.00118503
0.000870871
-0.00130435
-0.00139611
0.000883814
-0.00139969
-0.00164515
0.000874197
-0.00152036
-0.00194029
0.000860936
-0.00167485
-0.00230789
0.000832269
-0.00187363
-0.00278065
0.000799755
-0.00211903
-0.00340144
0.000751585
-0.00239349
-0.00421008
0.000689224
-0.00264895
-0.00520716
0.000604384
-0.00279404
-0.00631021
0.000500577
-0.00272113
-0.00729757
0.000387727
-0.00233278
-0.00781609
0.00028839
-0.00162766
-0.00738508
0.00021953
-0.000690405
-0.00552428
0.000207978
-6.12769e-05
-0.00242853
0.00018388
-3.82486e-05
0.000129027
-0.00017665
0.00198981
-0.000205745
-0.000505906
0.003331
-0.000503137
-0.000817186
0.00401519
-0.000607349
-0.00104678
0.00429421
-0.00053803
-0.00120593
0.00433401
-0.000341566
-0.00133028
0.00416211
-7.13306e-05
-0.00145562
0.00385389
0.000243937
-0.00162542
0.0034963
0.000505114
-0.0018382
0.00313904
0.000684162
-0.00206514
0.00278747
0.000794257
-0.00226938
0.0024231
0.000843454
-0.00240786
0.00201965
0.000826205
-0.00245338
0.00157867
0.000754069
-0.00238078
0.00110282
0.000613475
-0.00220465
0.000646812
0.000470739
-0.00194766
0.000232953
0.000331103
-0.00162084
-0.000128471
0.000242368
-0.00130427
-0.000413618
0.000220391
-0.00103081
-0.000579012
0.000290742
-0.00087558
-0.000672126
0.000496159
-0.000813565
-0.00070548
0.000657405
-0.000791419
-0.00076611
0.000731969
-0.000823322
-0.000832079
0.000833372
-0.000888282
-0.000961316
0.000890364
-0.000961353
-0.0011317
0.000916593
-0.00104621
-0.00133017
0.000931219
-0.00113726
-0.00156243
0.000917341
-0.0012452
-0.00183016
0.000899562
-0.0013807
-0.00215619
0.00086464
-0.0015583
-0.00257648
0.000830148
-0.00178867
-0.00313735
0.000782216
-0.00206466
-0.00389996
0.000724714
-0.00235186
-0.00488973
0.000644175
-0.00256599
-0.00607143
0.000542842
-0.00259678
-0.00724694
0.000425962
-0.00232016
-0.00807488
0.000318476
-0.00170322
-0.00798417
0.000240759
-0.000799645
-0.00641219
0.000230363
-6.957e-05
-0.00316345
0.000253994
-0.000136255
0.000205009
-9.85123e-05
0.00203984
-0.000187973
-0.000351517
0.00350321
-0.000503033
-0.000615836
0.00423207
-0.000601332
-0.000820706
0.00449921
-0.000506049
-0.000967067
0.0044978
-0.000265745
-0.00109857
0.00428762
5.09661e-05
-0.00125549
0.00396362
0.000388592
-0.00146748
0.00361364
0.000654416
-0.00172384
0.00327168
0.000832725
-0.00199037
0.00292965
0.000931407
-0.00222778
0.00255978
0.000958284
-0.00239001
0.00213362
0.000895795
-0.00244184
0.00165424
0.000753951
-0.0023472
0.00112183
0.000517793
-0.00213357
0.000607717
0.000301056
-0.00181757
0.000147426
9.82638e-05
-0.00142468
-0.000251531
-4.60878e-05
-0.00101617
-0.000538538
-8.74448e-05
-0.000689287
-0.000707811
5.48394e-05
-0.000524268
-0.000763615
0.000350504
-0.000483729
-0.000765403
0.000620741
-0.00048046
-0.00080027
0.000732859
-0.000548907
-0.000830829
0.000898237
-0.000648302
-0.000945614
0.000981504
-0.000733911
-0.00111983
0.000999068
-0.00082034
-0.00131221
0.00100677
-0.000906918
-0.00152716
0.000980775
-0.00100294
-0.00176952
0.000951596
-0.00111883
-0.00205534
0.000904721
-0.00127277
-0.00242156
0.000861604
-0.00148315
-0.00291366
0.000809561
-0.00175326
-0.00361204
0.00075296
-0.00206058
-0.00456581
0.000676391
-0.00232823
-0.00579061
0.000576478
-0.00244613
-0.00711924
0.000456793
-0.00227178
-0.00823782
0.00033843
-0.00174084
-0.00850175
0.000253167
-0.000886787
-0.00725344
0.000238523
-9.66824e-05
-0.00394688
0.000291896
-0.000251309
0.000273366
-5.53728e-06
0.0020152
-0.000135345
-0.000191013
0.0036246
-0.000461672
-0.000420708
0.00441709
-0.00055634
-0.0006047
0.00467817
-0.000441998
-0.000747842
0.00464285
-0.000164676
-0.000891897
0.0044066
0.000196324
-0.001082
0.00407546
0.000548765
-0.0013336
0.00373635
0.000826395
-0.00163074
0.00341015
0.00100998
-0.0019344
0.00307685
0.00110503
-0.00220393
0.00270216
0.00111113
-0.00239287
0.00225535
0.00100345
-0.00246217
0.00173544
0.000793161
-0.00235222
0.00115496
0.000429069
-0.00209222
0.000578994
0.000104851
-0.00172042
0.000100034
-0.000199797
-0.00125212
-0.000320606
-0.000445923
-0.000761359
-0.000613998
-0.000512232
-0.000347861
-0.000795649
-0.000305781
-0.000135628
-0.000868762
0.00015891
-0.000116772
-0.000846377
0.000589676
-0.000175718
-0.000834472
0.000786271
-0.000307261
-0.000855742
0.00104168
-0.000441005
-0.000991644
0.00114501
-0.00054165
-0.00117675
0.00114371
-0.000627808
-0.00136013
0.00112317
-0.000705972
-0.00155596
0.00107206
-0.000787674
-0.00176881
0.00102235
-0.000882912
-0.00201216
0.00095624
-0.0010096
-0.00232207
0.00089926
-0.00119344
-0.0027376
0.000839321
-0.00144956
-0.00335383
0.000782171
-0.00176974
-0.00424079
0.000709399
-0.00208494
-0.00547178
0.000612262
-0.00228489
-0.00691776
0.00048957
-0.00221414
-0.00830362
0.000359055
-0.00177464
-0.00893306
0.000259083
-0.000972531
-0.00804588
0.000233235
-0.000140039
-0.00477403
0.000303128
-0.000407489
0.00031994
9.49553e-05
0.00189555
-0.00010583
-3.08218e-05
0.00368176
-0.000449833
-0.000223988
0.00456734
-0.000551447
-0.000398294
0.00482446
-0.000401036
-0.000531713
0.0047482
-8.41841e-05
-0.000681449
0.00449335
0.000314461
-0.000892654
0.00416124
0.000700928
-0.00117508
0.00383789
0.00100429
-0.00150599
0.00352352
0.00121164
-0.00184528
0.00319812
0.0013173
-0.00215859
0.00282425
0.00131697
-0.00239481
0.00237145
0.00115796
-0.00249795
0.00182844
0.000847663
-0.00237559
0.00120498
0.000330321
-0.00207164
0.000592578
-0.000137741
-0.0016565
8.54565e-05
-0.000497233
-0.00112331
-0.000362052
-0.000798983
-0.000533469
-0.000690213
-0.000890243
-4.97027e-06
-0.000920786
-0.000637215
0.000201582
-0.00102646
4.88004e-05
0.000217806
-0.000958004
0.000559981
0.000140552
-0.000913108
0.00088885
-8.21445e-05
-0.000966252
0.00133409
-0.000280399
-0.00115525
0.0014592
-0.000385161
-0.00135047
0.00135331
-0.000455872
-0.00151557
0.0012781
-0.000523937
-0.00166533
0.00118606
-0.000586399
-0.00184196
0.00110047
-0.000654732
-0.00203817
0.00100715
-0.000748272
-0.00228778
0.000929993
-0.000896033
-0.00262078
0.000858381
-0.00112251
-0.00314225
0.000798761
-0.00143814
-0.00393191
0.000729705
-0.0017946
-0.00511882
0.000637983
-0.00208263
-0.00663213
0.000517646
-0.00213032
-0.00825239
0.000378093
-0.00180651
-0.00924813
0.000265732
-0.00107622
-0.00876643
0.000226445
-0.000209692
-0.00563156
0.000301578
-0.000629375
0.000366207
0.000176321
0.00172019
-1.51807e-05
0.00011414
0.00369286
-0.0003852
-2.17419e-05
0.00465533
-0.000492571
-0.000165167
0.00494463
-0.000334959
-0.000303384
0.00484023
3.47402e-05
-0.00045603
0.00455396
0.000447906
-0.000680986
0.00422375
0.000854954
-0.000985602
0.00391657
0.00118775
-0.00134974
0.00361971
0.00142059
-0.00172582
0.00329965
0.00153668
-0.00209004
0.00293244
0.00152999
-0.00239149
0.00247645
0.00135683
-0.0025666
0.00190516
0.00100786
-0.00244078
0.00124321
0.000291854
-0.00210942
0.000587409
-0.000320039
-0.00163807
5.96994e-05
-0.000758944
-0.0010367
-0.000362556
-0.00121968
-0.000359222
-0.00070122
-0.00139759
0.000264705
-0.0010413
-0.00107898
0.000571029
-0.00130219
-0.000134408
0.000592878
-0.00119886
0.000638612
0.000395202
-0.00119467
0.00133737
9.30038e-05
-0.00136986
0.00190384
-0.000139546
-0.00156967
0.00190185
-0.000243741
-0.00170854
0.00162728
-0.000296018
-0.00181051
0.00144731
-0.000343662
-0.00189072
0.00130691
-0.000386067
-0.00200204
0.00117714
-0.000428601
-0.00213553
0.00104822
-0.000490952
-0.00231478
0.000949394
-0.000603878
-0.00255921
0.000867234
-0.000794301
-0.0029823
0.000806711
-0.00108418
-0.00366076
0.000741791
-0.00145187
-0.00476313
0.000654358
-0.00181733
-0.0062725
0.000534626
-0.00200223
-0.00806301
0.000389061
-0.00183619
-0.00940217
0.00026331
-0.00121909
-0.0093683
0.000206437
-0.000342418
-0.00649783
0.000269445
-0.000982377
0.000362062
0.000232355
0.00148545
3.57221e-06
0.000241218
0.00363223
-0.000394587
0.00015317
0.00468892
-0.000495757
6.44792e-05
0.00498706
-0.000332113
-5.92806e-05
0.00489305
8.46183e-05
-0.000225579
0.00459896
0.000499776
-0.000457852
0.0042468
0.000949205
-0.000772488
0.00394055
0.00131766
-0.00114194
0.00362767
0.00160138
-0.00153347
0.0032899
0.00176872
-0.00195285
0.00289956
0.00184829
-0.00234906
0.00241824
0.00174143
-0.0026174
0.00180686
0.00138147
-0.00253106
0.00112545
0.000482138
-0.0021601
0.000445506
-0.000327142
-0.00162628
-7.44206e-05
-0.000876141
-0.00102153
-0.000488531
-0.00125501
-0.000341271
-0.000800595
-0.00151092
0.000443677
-0.00124392
-0.00145004
0.000950978
-0.0017355
-0.000404143
0.000945401
-0.00163884
0.000887691
0.000575537
-0.00195982
0.00218921
0.000192966
-0.002482
0.00291418
-2.75432e-05
-0.00252297
0.00258243
-7.56434e-05
-0.00235396
0.00190144
-0.000105503
-0.00225674
0.00155699
-0.000152706
-0.00220328
0.00136275
-0.000184811
-0.00223158
0.00118932
-0.000196983
-0.00230065
0.00103063
-0.000220704
-0.0024089
0.000920213
-0.000287017
-0.00256845
0.00083592
-0.000427691
-0.00289177
0.000777094
-0.0006847
-0.0034374
0.000723196
-0.00106223
-0.00440756
0.000649499
-0.00149121
-0.00585529
0.00054581
-0.00180507
-0.00774618
0.000398693
-0.00182355
-0.00936725
0.000266729
-0.0013733
-0.00979788
0.000197517
-0.000511257
-0.00734759
0.000248926
-0.00150477
0.000385531
0.000212664
0.0012804
7.1527e-05
0.000283153
0.0035277
-0.000320604
0.000269684
0.00465494
-0.000433539
0.000222238
0.0049867
-0.000269894
0.000136515
0.00490137
0.00014393
-1.2488e-05
0.0046032
0.000578686
-0.000245411
0.00425017
0.00103811
-0.000577689
0.00394288
0.00145087
-0.00097391
0.00361506
0.00175616
-0.00139712
0.0032615
0.00193426
-0.00189173
0.00281176
0.00209236
-0.00240802
0.00228846
0.00203265
-0.0027734
0.00169712
0.00152855
-0.00272549
0.00106872
0.000317812
-0.00226098
0.000439263
-0.000848796
-0.00163475
-6.14571e-05
-0.00148462
-0.000993773
-0.000444492
-0.00181505
-0.000329497
-0.000828613
-0.00183795
0.00054109
-0.0012807
-0.00211622
0.00109183
-0.00175744
-0.00158672
0.000843552
-0.00181929
0.000531927
0.00051453
-0.00274008
0.00179327
0.000398231
-0.00358505
0.00209452
0.000304585
-0.0034072
0.00193057
0.000280094
-0.00295929
0.00152152
0.000242859
-0.00269131
0.00133224
0.00015087
-0.00249333
0.00122985
6.82343e-05
-0.00242149
0.00108359
3.65062e-05
-0.00243487
0.000917015
3.60259e-06
-0.00248804
0.000831267
-5.23562e-05
-0.00258814
0.000771444
-0.000166462
-0.00283811
0.000729671
-0.000352584
-0.00330397
0.000685786
-0.000639826
-0.00416827
0.000619932
-0.00106915
-0.00545848
0.000516583
-0.00149777
-0.00732438
0.000379057
-0.00171215
-0.0091349
0.00024496
-0.00148323
-0.00999751
0.000177357
-0.000722094
-0.0080908
0.00021205
-0.0022327
0.00036076
0.000170791
0.00111406
5.74325e-05
0.00030015
0.0033688
-0.000314133
0.000370893
0.0045366
-0.000425381
0.000376121
0.00492616
-0.000277419
0.000319628
0.00487043
0.000128819
0.000174998
0.00458684
0.000576136
-6.30726e-05
0.00423416
0.00104845
-0.00038527
0.00391501
0.00146735
-0.00081359
0.00361212
0.00176091
-0.00129995
0.00327815
0.0019084
-0.00185802
0.00284782
0.00191798
-0.00244003
0.00234237
0.00172176
-0.00286856
0.00180235
0.00111176
-0.0028607
0.00123313
-0.000205152
-0.0023295
0.000677356
-0.00162963
-0.00160579
0.000163425
-0.00233886
-0.00102152
-0.000276935
-0.00231112
-0.000645578
-0.000716957
-0.0020324
-0.000239051
-0.000940971
-0.00252314
2.35963e-05
-0.000990864
-0.00337423
7.74444e-05
-0.000976132
-0.00278662
0.000719892
-0.00207619
-0.00285882
0.00136904
-0.00300424
-0.00239414
0.00127417
-0.00320194
-0.000436041
0.00103228
-0.00293651
0.000414915
0.000804684
-0.00275187
0.000664465
0.000592165
-0.00259969
0.000844099
0.000448133
-0.00251757
0.0008189
0.000390254
-0.00250464
0.000688513
0.000336111
-0.00252278
0.000665372
0.000255826
-0.00257825
0.000663885
0.000123758
-0.0027723
0.000667301
-0.000112508
-0.00312351
0.000657199
-0.000427233
-0.00390354
0.000617743
-0.00081607
-0.00512423
0.000548173
-0.00123471
-0.00693525
0.000377795
-0.00154247
-0.00881591
0.000220777
-0.0014723
-0.0100391
0.000133773
-0.000840985
-0.00869856
0.000169395
-0.00307831
0.000317709
0.000152048
0.000974529
6.40183e-05
0.000325981
0.00318162
-0.000279028
0.000446977
0.00438255
-0.000399634
0.000496052
0.00483022
-0.000272531
0.000462537
0.0048192
0.000103659
0.000342931
0.00455782
0.000532355
9.03836e-05
0.00423558
0.00100397
-0.000232708
0.0039038
0.00141192
-0.000679872
0.0036341
0.00170804
-0.00122655
0.00333587
0.00187563
-0.00183974
0.00297594
0.00178412
-0.00243217
0.00253278
0.00142446
-0.00288151
0.00208369
0.000713729
-0.00285148
0.00163346
-0.000705453
-0.00230588
0.00106887
-0.00210336
-0.00163716
0.000337975
-0.00249675
-0.00104654
-0.000331204
-0.00239205
-0.000800781
-0.000697007
-0.00204789
-0.000795728
-0.000521842
-0.00236117
-0.00108762
0.000246862
-0.00364053
-0.00100502
0.000352433
-0.0035376
0.000380737
-0.00119543
-0.00421901
0.00148814
-0.00240535
-0.00351637
0.00165432
-0.00269224
-0.00192755
0.00145746
-0.00274722
-0.00040617
0.00122461
-0.00266037
0.0001013
0.000980938
-0.00252494
0.000365868
0.000784623
-0.00246778
0.000446858
0.00071018
-0.00245438
0.000337327
0.000631546
-0.00246249
0.00040766
0.000515595
-0.00249681
0.000494994
0.000367713
-0.00267819
0.000567721
0.000160938
-0.00299424
0.000602669
-0.00014512
-0.00367479
0.000572083
-0.000562235
-0.00476218
0.000516972
-0.0010478
-0.00649676
0.000391992
-0.00140576
-0.00845944
0.000206291
-0.00141144
-0.0100074
9.15459e-05
-0.000885373
-0.00919966
0.000115014
-0.00396642
0.000294054
0.000149311
0.000840303
4.82147e-05
0.000360299
0.00296978
-0.000268895
0.000520217
0.00420273
-0.000396125
0.000601791
0.00471195
-0.000295556
0.000590147
0.00475444
4.3966e-05
0.000494543
0.00452205
0.000450567
0.000279479
0.00423085
0.000896099
-3.38878e-05
0.00390008
0.00131634
-0.000443678
0.00363377
0.00164381
-0.00102815
0.00334403
0.00196359
-0.00172934
0.00301027
0.0020025
-0.00241749
0.00264435
0.00165783
-0.00289886
0.0023519
0.000733286
-0.0029566
0.00214652
-0.000891357
-0.00250267
0.00175189
-0.00264105
-0.00175858
0.000885705
-0.00346544
-0.000853908
-0.00012033
-0.00369455
-0.000128225
-0.000614331
-0.00332958
0.000108297
-0.000479532
-0.00236767
-0.000524827
0.000247119
-0.00119811
-0.00127112
0.000476696
-0.000630886
-0.000101552
-0.000954823
-0.00353725
0.00127599
-0.00224493
-0.00383634
0.00177485
-0.0023265
-0.0028275
0.0017616
-0.00255822
-0.00126269
0.00159678
-0.00247571
-0.000521932
0.00133811
-0.00233382
-0.000101182
0.00112059
-0.00228778
5.62851e-05
0.00105077
-0.00225983
-7.45526e-05
0.000940567
-0.00227817
0.000108926
0.000777068
-0.00231999
0.000319469
0.00056301
-0.00251178
0.000477904
0.000300187
-0.0028074
0.000558289
-3.33427e-05
-0.00343775
0.00055911
-0.000416163
-0.00446236
0.000506657
-0.000848278
-0.00612527
0.000373502
-0.00119206
-0.00812758
0.000189408
-0.00121987
-0.00995924
3.65432e-05
-0.000786519
-0.00960932
4.24843e-05
-0.00475596
0.000237249
0.000149208
0.000711789
3.12879e-05
0.00038927
0.00274597
-0.000255408
0.000583122
0.00400859
-0.000393452
0.000692956
0.00458618
-0.000324977
0.000696846
0.00469047
-3.28359e-05
0.000612999
0.00451082
0.000336901
0.000423351
0.00426129
0.000731384
9.43463e-05
0.00399985
0.00109019
-0.00032746
0.00378706
0.00134482
-0.000922374
0.00361789
0.0014825
-0.00158961
0.00342557
0.00128382
-0.00218829
0.00323638
0.000687102
-0.00258245
0.00314608
-0.000343801
-0.00285943
0.00318649
-0.00146581
-0.00273525
0.00297319
-0.00306472
-0.00201811
0.0020389
-0.00453608
-0.000744426
0.000711065
-0.00542443
0.000772779
-0.00043882
-0.0051333
0.00140384
-0.00122494
-0.00242583
0.000427847
-0.00124848
0.00144191
-0.000811734
-0.000281425
0.000987977
-3.29411e-05
-0.000105139
-0.00498294
0.00129552
-0.00136782
-0.00578298
0.00177873
-0.00187069
-0.00339801
0.0020835
-0.002206
-0.00234896
0.00202903
-0.00222064
-0.00127128
0.00170454
-0.0020984
-0.000431556
0.0014391
-0.00200344
-0.000273366
0.00135391
-0.00190289
-0.000458069
0.0011945
-0.00195515
-0.000126955
0.000978318
-0.00206209
0.000200018
0.000709082
-0.00229705
0.000432405
0.00040352
-0.00260058
0.000541498
5.78768e-05
-0.00319945
0.000544671
-0.000373059
-0.00413821
0.000495246
-0.000791677
-0.00577749
0.000355333
-0.00111338
-0.00781284
0.000140508
-0.00113556
-0.0099177
-1.44096e-05
-0.000709428
-0.0100106
-2.8596e-05
-0.00546774
0.00017301
0.000138735
0.000598981
4.30141e-06
0.000401269
0.00251284
-0.000252743
0.000631543
0.00379405
-0.000400098
0.0007775
0.00444275
-0.00036326
0.0008218
0.00461741
-0.000130838
0.00076959
0.00449785
0.000230318
0.000612533
0.0042912
0.000601654
0.000325792
0.00409944
0.000952554
-9.1371e-05
0.00397112
0.00121743
-0.000673971
0.00396545
0.00130418
-0.00134156
0.00409241
0.000879278
-0.00187107
0.00436425
-0.000143635
-0.00221782
0.00472348
-0.00144042
-0.00270051
0.00509759
-0.00220983
-0.00300803
0.00495968
-0.00329303
-0.00247933
0.0038872
-0.00521172
-0.00105113
0.00221952
-0.00684358
0.000718022
0.000520279
-0.00702764
0.00176023
-0.00129936
-0.00478183
0.00123504
-0.00233393
-0.000835824
-0.000246836
-0.000607538
0.000214067
-0.000105327
0.000900864
-0.00463033
0.00101445
0.000128409
-0.00670681
0.0016606
-0.000790212
-0.00484249
0.0023853
-0.00132505
-0.00407795
0.00248474
-0.00149954
-0.00257745
0.00211889
-0.00150651
-0.0012405
0.00183174
-0.00142451
-0.000889822
0.00166224
-0.00139561
-0.000679998
0.00140598
-0.00155635
-0.000186431
0.00112258
-0.00174465
0.000171563
0.000789504
-0.00205442
0.000453114
0.000436186
-0.00237751
0.000558354
7.99612e-05
-0.00297058
0.000551834
-0.000367027
-0.003814
0.000487459
-0.000791173
-0.00543494
0.000336141
-0.00110458
-0.00751682
0.000101547
-0.00110831
-0.00989441
-7.57552e-05
-0.000670067
-0.0104254
-0.000103552
-0.00613934
6.9095e-05
0.000134351
0.000501161
-2.58776e-05
0.000408761
0.0022792
-0.000246169
0.000672532
0.00356173
-0.000399612
0.000859728
0.00427413
-0.000389772
0.000958029
0.00451338
-0.000200058
0.00095935
0.00444564
0.000159686
0.000879033
0.00425795
0.000522664
0.000697742
0.00406934
0.000953553
0.000405058
0.00395421
0.00133103
-4.28968e-05
0.00397221
0.00170012
-0.000562855
0.00423552
0.00165111
-0.00106067
0.00473172
0.00121634
-0.00164035
0.005406
0.000779998
-0.00268619
0.00620068
0.000539282
-0.00371785
0.00662467
-0.000961514
-0.0034009
0.0060588
-0.00481737
-0.00172803
0.0043612
-0.00794849
-8.88079e-05
0.00278794
-0.00901996
0.00123697
0.00115574
-0.00984815
0.000998252
-0.000364628
-0.00675869
-0.000533094
0.000215687
-0.00172253
-0.000347345
0.00164272
-0.0038568
0.000842847
0.00173609
-0.00671568
0.00202194
0.00107237
-0.00707381
0.00296012
0.000335608
-0.00610731
0.0029378
-0.000258736
-0.00347929
0.00251211
-0.000584707
-0.00179019
0.00216931
-0.000739025
-0.00104542
0.00187802
-0.00092163
-0.000471327
0.00155627
-0.00122554
1.72581e-05
0.00121893
-0.00150429
0.000366679
0.000864275
-0.00186096
0.000562536
0.00049654
-0.00218108
0.000612579
0.000109328
-0.00272934
0.000563395
-0.000353893
-0.00348075
0.000482409
-0.000819741
-0.00505789
0.000326605
-0.00115601
-0.00719077
7.60856e-05
-0.00117654
-0.00984749
-0.000111856
-0.000734024
-0.0108367
-0.000155972
-0.00686902
7.1492e-06
0.000121864
0.000416721
-5.56451e-05
0.000399334
0.00205267
-0.000245853
0.000689955
0.00331601
-0.000404261
0.00091883
0.00407972
-0.000423037
0.0010694
0.00437977
-0.000277623
0.00113148
0.00436369
3.97723e-05
0.00112674
0.00419167
0.000382534
0.00105715
0.00398572
0.000801779
0.000937994
0.00383273
0.00121145
0.000759997
0.00378368
0.00166021
0.000556907
0.00394215
0.00207813
0.000318259
0.00435202
0.00249737
-0.00035294
0.0049158
0.00344444
-0.00199449
0.00573907
0.00488274
-0.00391842
0.00656908
0.00421001
-0.00424798
0.00685398
-0.000553883
-0.00245043
0.00615408
-0.00670249
-0.000810076
0.00526342
-0.0087235
0.000722594
0.00427292
-0.0111191
0.00120001
0.00270102
-0.00952687
-0.000252723
0.00156998
-0.001845
-0.000620438
0.00179931
-0.0011349
0.000535967
0.00236269
-0.00449966
0.00183728
0.00227199
-0.00601741
0.00288576
0.00163495
-0.00566103
0.00300553
0.000768763
-0.00320788
0.00264536
0.000102925
-0.00142219
0.00227279
-0.00036578
-0.000477029
0.00193489
-0.000704977
3.91003e-05
0.0016013
-0.00106567
0.000358841
0.0012456
-0.00135408
0.000560385
0.000879257
-0.0017057
0.000644619
0.00051147
-0.00198992
0.000607486
0.000138445
-0.00250002
0.000529491
-0.000310943
-0.00315135
0.000430733
-0.000784133
-0.00465717
0.000286224
-0.00115286
-0.00681596
3.16829e-05
-0.0012234
-0.00974247
-0.000148678
-0.000821885
-0.0111908
-0.000223892
-0.00767944
-7.10943e-05
0.000119457
0.000331602
-7.42621e-05
0.000385323
0.00184089
-0.000240156
0.000694157
0.00306674
-0.000397578
0.000951285
0.0038723
-0.000445531
0.00114145
0.00422778
-0.00034372
0.00125857
0.00426117
-9.75737e-05
0.0013128
0.00411571
0.000222524
0.00133085
0.00390203
0.000584893
0.00135157
0.00370816
0.000943869
0.00139286
0.00356624
0.00137534
0.00144719
0.0035347
0.00198836
0.00147787
0.00364431
0.0028905
0.00111828
0.00380326
0.00442795
-0.00051405
0.00408878
0.00742796
-0.00293611
0.00475165
0.00890285
-0.00425551
0.00564936
0.00540599
-0.00303754
0.00613142
-0.00194726
-0.00116936
0.00590506
-0.00504243
0.000366863
0.004708
-0.00527668
0.00138423
0.00350894
-0.00561193
0.000737758
0.00232646
-0.00173989
0.000224779
0.00195922
-0.000474572
0.000921649
0.00209723
-0.00207577
0.00150546
0.00189289
-0.00189368
0.00220945
0.00152173
-0.00229667
0.00255352
0.000964112
-0.00179198
0.00246405
0.000316286
-0.000820471
0.00218037
-0.000207097
-0.000109734
0.0019021
-0.000574602
0.000185431
0.00161275
-0.000943239
0.00039455
0.00129118
-0.00122133
0.000542416
0.000967559
-0.00156489
0.000585275
0.000608443
-0.00177923
0.000521626
0.000234644
-0.00224433
0.000451817
-0.000190145
-0.00281694
0.000365837
-0.000678082
-0.00422366
0.000238439
-0.00111555
-0.00635645
2.26669e-06
-0.00127466
-0.00952729
-0.000191817
-0.00094385
-0.0114554
-0.000288446
-0.00859933
-0.000115141
0.000106676
0.000262638
-0.000101724
0.000361116
0.00164355
-0.000247433
0.000674767
0.00281696
-0.000391624
0.000962113
0.0036498
-0.000461141
0.00118565
0.00405852
-0.000402654
0.00135334
0.00413087
-0.000207976
0.00146317
0.00401682
8.02818e-05
0.00154915
0.00380389
0.000391379
0.00164886
0.0035797
0.000718073
0.00179969
0.00335563
0.00110935
0.00199093
0.00316071
0.00168673
0.00214497
0.00295989
0.00270313
0.00202356
0.00273405
0.00418621
0.000801574
0.00244612
0.00717815
-0.00146464
0.002512
0.00992817
-0.00326862
0.00319859
0.00906126
-0.00284058
0.00428159
0.00322014
-0.00110824
0.00464191
-0.000535386
3.57981e-05
0.00357242
-8.1329e-05
0.000666794
0.00276635
-0.000621451
0.000733712
0.00220372
-0.000637582
0.000811685
0.00197204
-0.000788629
0.00127949
0.00170752
-0.000992801
0.00144844
0.00125991
-0.000119009
0.0018773
0.00100122
-0.00065448
0.00224778
0.00069089
-0.000808076
0.00229557
0.000270249
-0.000442435
0.00216161
-0.000139314
-7.34434e-05
0.00194888
-0.000429766
9.64048e-05
0.00170059
-0.000789459
0.000287717
0.00138634
-0.0010343
0.000426701
0.00106537
-0.00136717
0.000462072
0.000740867
-0.00154671
0.000395431
0.000387998
-0.00197293
0.000345616
-3.75673e-05
-0.00244335
0.000269431
-0.000526634
-0.00377001
0.000179035
-0.00100695
-0.00583303
-2.72563e-05
-0.00125335
-0.00920257
-0.000240823
-0.00102297
-0.0116012
-0.000353441
-0.00957786
-0.00018585
0.000103649
0.000203517
-0.000127161
0.000341386
0.00146659
-0.000254258
0.00064532
0.00257997
-0.000385625
0.000942946
0.00342
-0.000456503
0.00119444
0.00387506
-0.000435406
0.00138885
0.00398953
-0.000284382
0.00154693
0.00389555
-4.89263e-05
0.00167814
0.00368192
0.000246313
0.00181816
0.003433
0.000560376
0.00198527
0.00314792
0.000943666
0.00216687
0.00285031
0.00145556
0.00227025
0.0024724
0.00231515
0.00217858
0.00205515
0.00339318
0.00145789
0.00150195
0.00525024
-0.0001684
0.00112586
0.0074933
-0.0018696
0.00134221
0.00811739
-0.00213285
0.00236019
0.00506404
-0.00103895
0.00309336
0.00165001
-0.000222969
0.00267674
0.000834141
0.000190816
0.00225884
0.000555728
0.000385127
0.00193854
0.00011174
0.000744395
0.00179432
-0.000618835
0.00130313
0.00156986
-0.00120809
0.00158405
0.00121644
-0.000904109
0.00196472
0.000979294
-0.00112524
0.00227488
0.000669753
-0.000949695
0.00230045
0.000337537
-0.000517457
0.00221291
-4.42277e-05
-0.000158736
0.00202087
-0.00026035
1.01659e-05
0.00180152
-0.000597446
0.000149743
0.00150606
-0.000799592
0.000267608
0.00120264
-0.00111743
0.000289468
0.000883159
-0.00125947
0.000245666
0.000539788
-0.00166756
0.000230577
0.000129849
-0.00205573
0.000183742
-0.00035554
-0.00329606
0.000115777
-0.000879131
-0.00524238
-5.31756e-05
-0.00122043
-0.00876184
-0.000280581
-0.00110776
-0.0116177
-0.00040247
-0.0106338
-0.000247143
8.37897e-05
0.000161878
-0.000157384
0.000303075
0.00130589
-0.000269796
0.000596105
0.0023537
-0.000388156
0.000897422
0.00318464
-0.000462655
0.00117866
0.00366029
-0.000455366
0.00140849
0.00381637
-0.00034612
0.0016021
0.00374588
-0.000150478
0.00176769
0.00353542
0.000112671
0.0019253
0.00327986
0.000396443
0.00207935
0.00296859
0.000740536
0.00220803
0.00263537
0.00116352
0.00222881
0.00221618
0.00178453
0.00207957
0.00177741
0.00247535
0.00152087
0.00125734
0.00343976
0.000430767
0.000873467
0.00444333
-0.000754425
0.000881037
0.00477937
-0.00113973
0.00154318
0.00349964
-0.00058029
0.00220347
0.00152805
-2.94247e-05
0.00229314
0.00036336
0.00037702
0.00216602
-0.000149152
0.000639312
0.00194797
-0.000404268
0.00102396
0.001889
-0.00101773
0.00151338
0.00169847
-0.00143865
0.00178394
0.00138408
-0.00119265
0.00210207
0.00116896
-0.00132331
0.00236556
0.000878059
-0.0011853
0.00240937
0.000589136
-0.000804422
0.00229684
0.000234128
-0.000446897
0.00214496
9.24087e-06
-0.000238406
0.00191823
-0.000303354
-7.13032e-05
0.00165076
-0.000485839
3.22613e-05
0.00136365
-0.000797787
8.82939e-05
0.0010383
-0.000913726
0.000100149
0.000698865
-0.00132479
0.000111029
0.000271109
-0.00163044
0.000117879
-0.000198037
-0.00281166
6.11295e-05
-0.000769266
-0.00458398
-7.9456e-05
-0.00120935
-0.00820536
-0.000309477
-0.00121716
-0.0115106
-0.000440445
-0.0117996
-0.000302343
7.90348e-05
0.000122198
-0.000183536
0.000258298
0.00118367
-0.000289046
0.000526323
0.00214978
-0.000393321
0.000809662
0.00296766
-0.000467852
0.00109291
0.00343923
-0.000473412
0.00135385
0.00361032
-0.000392454
0.0015687
0.00357374
-0.000233543
0.00176974
0.00335326
-1.30786e-05
0.00194294
0.00311327
0.000242563
0.00208922
0.00280254
0.000538385
0.00219016
0.00247855
0.000871486
0.00217998
0.00209324
0.00129782
0.00201813
0.00171911
0.00172761
0.00158994
0.00133157
0.00221122
0.000904427
0.00107105
0.00255896
0.000205929
0.00105906
0.00253781
-6.1669e-05
0.00150652
0.00183008
0.000108973
0.00201508
0.000886609
0.000372691
0.0022709
0.000110672
0.000724367
0.00228768
-0.00048848
0.00103784
0.00215911
-0.000840939
0.00135097
0.00209487
-0.00104733
0.00171353
0.00188128
-0.00124817
0.00196839
0.00159072
-0.00115882
0.00223652
0.00137993
-0.00121238
0.00243787
0.00109355
-0.00105503
0.00248597
0.0008391
-0.000783693
0.00240329
0.00050976
-0.000513449
0.00226087
0.000291774
-0.000312432
0.00207777
-7.90875e-06
-0.000170787
0.00182027
-0.000157951
-7.45995e-05
0.00155311
-0.000469204
-1.38746e-05
0.00122471
-0.000543717
1.66912e-05
0.000888778
-0.0009692
5.09621e-05
0.000433313
-0.00116176
6.0006e-05
-6.31948e-05
-0.00228006
4.45219e-05
-0.000670293
-0.00388359
-0.000103716
-0.00124123
-0.0075069
-0.000310962
-0.00136744
-0.0112847
-0.000454931
-0.0131167
-0.00033599
2.47689e-05
0.000131497
-0.000215954
0.000169436
0.00108818
-0.000322084
0.0004029
0.00197356
-0.000419558
0.00069973
0.00272797
-0.000486938
0.000994306
0.00320004
-0.000506096
0.00129585
0.00335362
-0.000441018
0.00154657
0.00335963
-0.000319629
0.00178219
0.00313414
-0.000131598
0.00198205
0.0029095
9.39495e-05
0.00214123
0.00262018
0.000342758
0.00223786
0.00232996
0.000613265
0.00223492
0.00200247
0.000918833
0.00210826
0.00170981
0.00120295
0.00181395
0.00143772
0.00147289
0.00137938
0.00128743
0.00161118
0.000924008
0.00131575
0.00154671
0.000703499
0.00160811
0.0011833
0.000761009
0.00197822
0.000664418
0.000920565
0.00224506
0.000212009
0.00114785
0.00232949
-0.000209082
0.00137669
0.00229208
-0.00055542
0.00164077
0.00223817
-0.000800203
0.00194331
0.002034
-0.00101787
0.00218793
0.00176708
-0.00101357
0.00241264
0.00155901
-0.00102021
0.00256909
0.00126375
-0.000860154
0.0025972
0.0010505
-0.000661514
0.00254294
0.000748542
-0.000491814
0.00241296
0.000560592
-0.000340602
0.00223955
0.000271327
-0.000209651
0.00199273
0.000171832
-0.000129083
0.00173346
-0.000150191
-6.7237e-05
0.00142828
-0.00020125
-2.56698e-05
0.00110069
-0.000613122
8.93733e-06
0.000671325
-0.00071302
4.12482e-05
0.000156356
-0.00171931
2.21367e-05
-0.000507984
-0.00312041
-8.93321e-05
-0.00121974
-0.00664091
-0.000318404
-0.00146864
-0.0109331
-0.00045016
-0.0145219
-0.000367467
-8.17625e-06
0.000167922
-0.000251033
5.35708e-05
0.00107131
-0.000365642
0.00024602
0.00182927
-0.000451669
0.000497708
0.00252478
-0.000517404
0.000793146
0.00294799
-0.000544981
0.00112106
0.0030562
-0.000492693
0.00142291
0.00308233
-0.000395678
0.00170065
0.00286259
-0.000240709
0.00194434
0.00265045
-5.19634e-05
0.00213475
0.00240043
0.000161577
0.00225996
0.00215177
0.000381215
0.0022941
0.00188824
0.000611146
0.0022315
0.00166639
0.000817136
0.0020611
0.00148113
0.000987242
0.00181128
0.00139857
0.00107201
0.00155736
0.00143235
0.00105297
0.00141351
0.00163988
0.000885336
0.00142603
0.00190412
0.000634072
0.00150237
0.00215206
0.000389944
0.00162653
0.00223046
0.000159343
0.00175868
0.00224019
-6.47503e-05
0.00195248
0.00219737
-0.000286741
0.00217148
0.00202841
-0.000518926
0.00236919
0.00177915
-0.000569979
0.00254456
0.00158665
-0.000600285
0.00267576
0.00129211
-0.000514488
0.00270589
0.00112706
-0.000399657
0.00268498
0.000853358
-0.000314303
0.00258579
0.000727209
-0.000222304
0.00243914
0.000467374
-0.000158957
0.00222821
0.000426158
-0.000110294
0.00198171
0.00013427
-6.72005e-05
0.00171551
9.5859e-05
-3.17173e-05
0.00140292
-0.00028272
-1.89044e-06
0.00104601
-0.000318984
1.40322e-05
0.000549189
-0.00118508
3.27385e-05
-0.000156818
-0.00229062
-0.000101735
-0.00099125
-0.00566155
-0.000268801
-0.00136905
-0.0104296
-0.000444516
-0.0158055
-0.000387816
-0.000172282
0.000363675
-0.000282666
-0.000173546
0.00110564
-0.000426943
-5.78453e-05
0.00174744
-0.000518439
0.000248461
0.00224392
-0.000571465
0.000593929
0.00262365
-0.000603602
0.000974305
0.00268182
-0.000568436
0.00133979
0.00271918
-0.000491187
0.00166189
0.00252534
-0.000361678
0.00195673
0.00232918
-0.000198193
0.00218804
0.00211971
-1.91031e-05
0.00235504
0.00191942
0.00016769
0.00244594
0.00170927
0.00035444
0.0024563
0.00154804
0.000522357
0.00239023
0.0014219
0.000662495
0.00226726
0.00138001
0.000751168
0.00213598
0.00141137
0.000781262
0.00205863
0.0015606
0.000736444
0.00205532
0.00175022
0.000654703
0.00207028
0.00197001
0.000572128
0.00211875
0.00202291
0.000461295
0.00216438
0.00204477
0.000337405
0.00228128
0.00198384
0.000187204
0.00242921
0.00181977
1.92582e-05
0.00259854
0.00157325
-8.07646e-05
0.00273928
0.00140976
-0.000153883
0.00286283
0.00113874
-0.000164751
0.00289527
0.00104896
-0.000132894
0.00290288
0.000813561
-0.000126734
0.00283377
0.000772784
-9.04687e-05
0.00269767
0.000581812
-8.02115e-05
0.00250014
0.000614401
-7.22148e-05
0.00227934
0.000348694
-5.24345e-05
0.00204605
0.000329747
-3.9312e-05
0.00179246
-2.07951e-05
-1.38725e-05
0.00154568
-5.64352e-05
5.84056e-06
0.00119449
-0.000764323
3.59783e-06
0.000586839
-0.00158563
-5.87974e-05
-0.000373711
-0.00446975
-0.000283903
-0.000959539
-0.00974412
-0.000385019
-0.0166561
-0.000411408
-8.19907e-05
0.000462335
-0.000340794
-0.000304604
0.00135189
-0.000494347
-0.000342946
0.00180481
-0.000595345
-0.000172447
0.00207775
-0.00064767
0.000197863
0.00225304
-0.00068923
0.000637098
0.00221619
-0.00064015
0.00110995
0.00222107
-0.000591875
0.00151293
0.00208083
-0.000483863
0.00187431
0.00191574
-0.000338886
0.00217608
0.001758
-0.000196544
0.00239552
0.00160763
-2.06923e-05
0.00255066
0.00145816
0.00013788
0.00263805
0.00133858
0.000283874
0.00267154
0.00124919
0.000412385
0.00266345
0.00123335
0.000509504
0.00263786
0.00126547
0.000576254
0.00262759
0.0013776
0.000608395
0.00264266
0.00151746
0.000624978
0.00264231
0.00172129
0.000636239
0.00264514
0.00175505
0.000613897
0.00263108
0.00178239
0.000561516
0.00267289
0.00169986
0.000447089
0.00275387
0.00153936
0.000298808
0.00286763
0.00127867
0.000204073
0.00298318
0.00113095
0.000116171
0.00312737
0.000847377
6.85393e-05
0.00320565
0.000832263
4.40561e-05
0.00326864
0.000629688
1.3728e-05
0.0032554
0.000683906
-5.4184e-07
0.00317734
0.000575123
-3.57612e-05
0.00304307
0.000687299
-4.80277e-05
0.0028805
0.000470638
-5.29996e-05
0.00271785
0.000469066
-5.05918e-05
0.00257058
0.000121268
-4.29135e-05
0.00247886
4.47203e-05
-3.65673e-05
0.00230053
-0.000541916
-1.70852e-05
0.00194528
-0.00111574
-9.09643e-05
0.000988287
-0.00332364
-0.000206593
0.000120347
-0.00868678
-0.000423635
-0.0164036
-0.00043951
-0.000810185
0.00128014
-0.000391169
-0.000906745
0.00145695
-0.00060746
-0.000856597
0.00174678
-0.000701629
-0.000606813
0.00179463
-0.000758617
-0.000118316
0.00172084
-0.000807891
0.000352839
0.00167853
-0.000754446
0.000907863
0.00159973
-0.000723124
0.00137315
0.00153479
-0.000625602
0.00179577
0.00140783
-0.000497867
0.00214828
0.00131065
-0.000371723
0.00244372
0.00121261
-0.000236438
0.00266009
0.00110704
-7.15775e-05
0.00282511
0.00102983
7.59751e-05
0.00294252
0.000981312
0.00018788
0.00303118
0.000983453
0.000286106
0.00310092
0.0010102
0.000377221
0.00316375
0.00109887
0.000454107
0.00321128
0.001221
0.000524046
0.0032241
0.00142237
0.000587277
0.00325536
0.00141321
0.000609408
0.00330311
0.00140026
0.00059983
0.00339528
0.00128745
0.000526658
0.00354341
0.00109196
0.000410009
0.00372837
0.000809106
0.000321385
0.00391363
0.000682107
0.000236634
0.00410969
0.000421538
0.00015974
0.00425138
0.000481856
0.000115979
0.00433314
0.000361491
6.59333e-05
0.00438563
0.000466338
2.80083e-05
0.00437278
0.000448487
-2.53563e-05
0.00433433
0.000619982
-5.60163e-05
0.00424046
0.000486246
-7.47838e-05
0.00418548
0.000468129
-8.30157e-05
0.00410811
0.000162988
-7.46997e-05
0.00408921
4.65548e-05
-8.95413e-05
0.00398143
-0.000413672
-7.66153e-05
0.00386527
-0.000927442
-0.000129612
0.0031041
-0.00238547
-0.000218379
0.00178014
-0.00717427
-0.000399093
-0.0145024
-0.000447554
-0.00190291
0.0031565
-0.000710654
-0.00204377
0.0015554
-0.00091957
-0.00184105
0.00148478
-0.000921787
-0.00121797
0.00109437
-0.000926152
-0.000492429
0.000909359
-0.000941782
0.000263548
0.000818812
-0.00089242
0.000988837
0.00077281
-0.000853478
0.00166489
0.000748263
-0.000773507
0.00226208
0.000698025
-0.000664082
0.00279217
0.000663336
-0.000554546
0.00325984
0.000625555
-0.000434992
0.00366029
0.000580034
-0.000314062
0.00400484
0.000535263
-0.000176223
0.00430199
0.000504972
-3.90518e-05
0.0045663
0.000513631
7.91384e-05
0.00481152
0.000545501
0.000174796
0.0050561
0.000612385
0.00026956
0.00533286
0.00068187
0.000359562
0.00563025
0.000836656
0.000436442
0.00590775
0.000825731
0.000489624
0.00621822
0.000760244
0.000508551
0.0065247
0.000662141
0.000468875
0.00680941
0.000497635
0.000400977
0.00705206
0.000271824
0.000333009
0.00726209
0.000195993
0.00025987
0.00741362
1.46848e-05
0.00020974
0.0076003
6.18223e-05
0.000150231
0.00768012
6.20604e-05
8.99657e-05
0.00779026
0.000165082
3.2482e-05
0.00784897
0.000220995
-3.46328e-05
0.00799025
0.000342837
-8.67185e-05
0.00804764
0.000317557
-0.00011297
0.00814737
0.000282733
-0.000135093
0.00814033
0.00010927
-0.000137088
0.00817477
-2.85789e-05
-0.00015853
0.00807793
-0.000331967
-0.000150114
0.00791848
-0.000759954
-0.000182727
0.0073395
-0.00173198
-0.00023406
0.00486
-0.0045712
-0.00032996
-0.00957059
-0.000401794
0.00314323
-0.000455227
0.00467718
-0.000540378
0.0061308
-0.000574442
0.00718263
-0.000585527
0.00804388
-0.00059323
0.00880099
-0.000580972
0.00950856
-0.000566899
0.0101808
-0.000538218
0.0107971
-0.00048873
0.0113708
-0.000424538
0.0119051
-0.000353227
0.0123876
-0.000267191
0.0128171
-0.000171265
0.0131867
-6.06637e-05
0.0135297
4.3232e-05
0.0138838
0.000138865
0.0142832
0.0002372
0.0147255
0.000343062
0.0152967
0.000420424
0.0158411
0.000487163
0.0163019
0.000527744
0.0166774
0.000505518
0.0169076
0.000462854
0.0169341
0.000409651
0.0169031
0.000352803
0.0167012
0.0003076
0.0165568
0.000249684
0.016418
0.000193748
0.0163872
0.000140124
0.0164283
6.45808e-05
0.0166238
-1.11343e-05
0.0168265
-5.96323e-05
0.0170223
-9.88519e-05
0.0170646
-0.000104126
0.0169846
-0.000120191
0.0166194
-0.000123024
0.0158366
-0.000133772
0.0140984
-0.00017418
0.00955785
-0.000215662
-0.000302359
2.09454e-05
-2.01785e-05
-2.33536e-05
5.97514e-05
-4.20518e-05
-3.75691e-05
9.04369e-05
-3.48043e-05
-4.59642e-05
0.000101173
-1.33199e-05
-5.27191e-05
9.59854e-05
3.75244e-07
-5.59995e-05
8.01274e-05
8.84783e-06
-5.89483e-05
6.61042e-05
4.27485e-06
-6.1397e-05
5.27128e-05
6.89824e-07
-6.19972e-05
3.88689e-05
3.01142e-06
-6.75199e-05
5.35214e-06
2.30593e-05
-6.83186e-05
-5.27877e-05
5.19018e-05
-6.6595e-05
-0.000145342
8.98208e-05
-6.36598e-05
-0.000271156
0.000120953
-5.41538e-05
-0.000434103
0.000151644
-1.63663e-05
-0.000649281
0.000176088
9.15082e-06
-0.00087104
0.000186252
1.44206e-05
-0.00112181
0.000204588
2.56202e-05
-0.00140527
0.000224691
3.81704e-05
-0.00175806
0.00026979
5.28945e-05
-0.00216682
0.000303354
8.42455e-05
-0.00256048
0.000243107
7.97714e-05
-0.00280273
4.31392e-05
0.000115606
-0.00294963
-9.58466e-05
0.000118663
-0.00294082
-0.000285186
0.000129857
-0.00280691
-0.00044645
0.000141897
-0.00254726
-0.000608448
0.000160467
-0.00216374
-0.000765596
0.000175546
-0.00166941
-0.000905107
0.000189627
-0.00108308
-0.0010164
0.000190031
-0.000451725
-0.00107486
0.000191173
0.000213722
-0.0010963
0.000144882
0.000751231
-0.000948658
0.000102685
0.00111238
-0.000729246
3.73564e-05
0.00117871
-0.00036113
-3.50795e-05
0.0010156
-3.00885e-05
-9.89427e-05
0.000727689
0.000166009
-0.000125767
0.000441975
0.000213155
-0.000140029
0.000216662
0.000183039
-0.000148301
6.80179e-05
0.000124846
-0.00013799
5.02512e-05
-9.40477e-05
4.61067e-05
-7.16986e-05
-3.22501e-05
0.000105729
-0.000115977
-6.3543e-05
0.000141104
-8.59282e-05
-8.46105e-05
0.000135894
-2.11864e-05
-9.54878e-05
8.16971e-05
4.47484e-05
-9.94368e-05
-1.87187e-05
9.98529e-05
-0.00010223
-0.000162548
0.000142515
-0.000111418
-0.000368271
0.000202583
-0.000128571
-0.00064104
0.000266214
-0.000131302
-0.00097793
0.000345049
-0.000137791
-0.00137206
0.00042415
-0.000141513
-0.00181456
0.000498446
-0.000145534
-0.00229996
0.000554703
-0.000152071
-0.00280628
0.000583723
-0.000153901
-0.00330565
0.000572798
-0.000157382
-0.00378819
0.000530318
-0.000152585
-0.00422999
0.000471687
-0.000157705
-0.00460634
0.000392411
-0.000162994
-0.00490031
0.000322257
-0.00017452
-0.00505661
0.000187554
-0.000171693
-0.00513853
1.14981e-05
-0.000186087
-0.00510522
-0.000326705
-0.000210126
-0.00498354
-0.0005569
-0.000235234
-0.00479069
-0.000847307
-0.000216153
-0.00450322
-0.00112785
-0.000222626
-0.00411478
-0.00141514
-0.000215385
-0.0036289
-0.00169101
-0.000217697
-0.00304222
-0.00194791
-0.000216226
-0.00235893
-0.00216151
-0.00022974
-0.00161203
-0.00228232
-0.000239928
-0.00084507
-0.00230573
-0.000268049
-8.4582e-05
-0.00210956
-0.000324149
0.000555057
-0.00173145
-0.000382244
0.000978794
-0.00108455
-0.000408608
0.00112083
-0.000407235
-0.000413369
0.000999365
0.000131773
-0.000399517
0.000725984
0.000385914
-0.000378511
0.000415777
0.000432666
-0.000356372
0.000153949
0.000352587
-0.00029761
0.000186908
-0.000159975
4.26439e-05
-0.000127069
-3.38849e-05
8.11986e-05
-0.000179412
-7.96613e-05
6.44516e-05
-9.67765e-05
-0.000109473
-1.98961e-05
4.43915e-05
-0.000132161
-0.000183805
0.000186058
-0.000139036
-0.000415881
0.000315609
-0.000155146
-0.000738924
0.000443554
-0.000170983
-0.00114492
0.000584248
-0.000190663
-0.00163656
0.000723572
-0.000215182
-0.0021895
0.000856486
-0.000245594
-0.00278154
0.000962855
-0.000269173
-0.00337197
0.00102203
-0.000293984
-0.00393345
0.00102869
-0.000314598
-0.00443047
0.00097568
-0.00033777
-0.00487093
0.000878615
-0.000346693
-0.00524648
0.00074916
-0.000363152
-0.00555846
0.000601374
-0.000381723
-0.0057864
0.000421982
-0.000401697
-0.00592202
0.00024676
-0.000420132
-0.00592138
-2.63797e-05
-0.000417627
-0.00583954
-0.00029153
-0.000459541
-0.00570001
-0.000670024
-0.00043799
-0.00551373
-0.000966651
-0.00042336
-0.00530901
-0.00127952
-0.000419988
-0.00505748
-0.00161244
-0.000419564
-0.0047415
-0.00197142
-0.000413151
-0.00435266
-0.0023266
-0.000412631
-0.0038863
-0.00266531
-0.00041011
-0.00334622
-0.00295217
-0.000410009
-0.00273419
-0.00313864
-0.000419437
-0.00207107
-0.00321509
-0.000431651
-0.00133146
-0.00309033
-0.00045671
-0.000596509
-0.00267502
-0.000495535
3.86116e-05
-0.00190688
-0.000545638
0.000466549
-0.000991294
-0.000594262
0.000611213
-0.000138656
-0.000574743
0.000542579
0.000368246
-0.000542918
0.000343047
0.000573713
-0.000503464
0.000133057
0.000528585
-0.000407316
0.000303481
-0.000197696
1.44446e-05
-0.000163952
-3.24407e-05
-2.21755e-05
-0.00018108
-8.80074e-05
-0.000126078
-3.51059e-05
-0.000134625
-0.000329954
0.000214262
-0.000160535
-0.000628797
0.000458645
-0.000183655
-0.00103256
0.000694058
-0.000207521
-0.00153426
0.00091748
-0.000241357
-0.00210466
0.00112284
-0.000285107
-0.00270927
0.00128954
-0.000322688
-0.00330221
0.00139835
-0.000360237
-0.00384863
0.00144739
-0.000393835
-0.00433424
0.00143664
-0.000430152
-0.00473508
0.00134993
-0.00045547
-0.00505555
0.00120301
-0.000460152
-0.0053021
0.00102572
-0.00046872
-0.00548015
0.000819264
-0.000468261
-0.00560591
0.000610011
-0.000464587
-0.0056729
0.00036963
-0.000451975
-0.00569074
0.000146251
-0.000433089
-0.00563442
-0.000211419
-0.000392814
-0.00554053
-0.000503401
-0.000365925
-0.00543402
-0.00089134
-0.000319849
-0.00531521
-0.00119542
-0.000309797
-0.00518808
-0.0015133
-0.000295282
-0.0050443
-0.0018637
-0.000294465
-0.00485804
-0.00226906
-0.000288622
-0.00461287
-0.0026895
-0.000291883
-0.00428978
-0.00311317
-0.000293504
-0.00388548
-0.00348671
-0.000301572
-0.00341173
-0.00374804
-0.000304752
-0.00289765
-0.00386438
-0.000317222
-0.00228734
-0.00382191
-0.00037528
-0.0015752
-0.00350957
-0.000408082
-0.000865879
-0.00272947
-0.000470602
-0.000270679
-0.00170271
-0.000554026
9.6611e-05
-0.000591992
-0.000610957
0.000207906
0.000183934
-0.000626248
0.000164758
0.000564983
-0.000575673
6.66708e-05
0.000595709
-0.000461386
0.000354104
-0.000210034
-4.42158e-05
-0.000157619
-2.55755e-05
-0.000177405
-0.000108315
-9.90502e-05
-0.000421064
0.000155951
-0.000149919
-0.0007693
0.000522584
-0.000204971
-0.00120702
0.000860275
-0.000237723
-0.00172782
0.00118174
-0.000286264
-0.00228951
0.00144319
-0.000341161
-0.00285916
0.00165548
-0.000391337
-0.00338835
0.00177582
-0.000435164
-0.00387114
0.0018372
-0.000479676
-0.00428623
0.00181975
-0.000509423
-0.00460244
0.00170693
-0.000511888
-0.00482408
0.00151903
-0.000492993
-0.00496499
0.00129244
-0.000472825
-0.00504288
0.00104687
-0.000434032
-0.00507298
0.000787874
-0.000390597
-0.0050782
0.000549753
-0.000341649
-0.00506095
0.000289444
-0.000278192
-0.00503955
5.12779e-05
-0.000193353
-0.00499126
-0.000345257
-8.79987e-05
-0.00495234
-0.000617506
-5.88768e-05
-0.00491471
-0.000986391
-1.25895e-05
-0.00487643
-0.00128744
-1.82959e-05
-0.00483448
-0.00160147
-2.14146e-05
-0.00479182
-0.00195374
-2.844e-05
-0.0047291
-0.00238023
-3.81628e-05
-0.00462996
-0.00284112
-5.94954e-05
-0.00446682
-0.00333525
-8.7429e-05
-0.00421686
-0.00380325
-0.00012401
-0.00385985
-0.00418235
-0.000159475
-0.00341223
-0.00440205
-0.000187071
-0.00291925
-0.0044107
-0.000216216
-0.00227305
-0.00423326
-0.000279579
-0.00152786
-0.00356705
-0.000339151
-0.000820776
-0.0025014
-0.000435694
-0.000291634
-0.00121628
-0.000544062
-3.40788e-05
-0.000159194
-0.000589424
3.3115e-05
0.000441675
-0.000581389
1.85711e-05
0.000571575
-0.000453934
0.000351816
-0.000194777
-0.000126834
-8.38786e-05
-2.39501e-05
-0.000390922
8.45788e-05
-0.000110268
-0.000772733
0.000466573
-0.000192085
-0.00122234
0.000924264
-0.000256503
-0.00173686
0.00133521
-0.000313493
-0.00227019
0.00168326
-0.000378808
-0.00279671
0.00193906
-0.000432532
-0.00327902
0.00211162
-0.000490581
-0.00371122
0.00218874
-0.000526108
-0.0040622
0.00216949
-0.00052909
-0.00430473
0.00204002
-0.000504158
-0.0044435
0.00182249
-0.000468979
-0.00450938
0.00155996
-0.000410621
-0.00451842
0.00127132
-0.000339454
-0.0044895
0.000982819
-0.000261255
-0.00444312
0.000702987
-0.000181279
-0.00439167
0.000456879
-6.95158e-05
-0.0043532
0.000215559
2.06788e-05
-0.00432779
-2.48346e-05
0.000121655
-0.00430805
-0.000401632
0.0001838
-0.00430628
-0.00064262
0.000201354
-0.00431471
-0.00100393
0.000255291
-0.00432373
-0.00129198
0.000248759
-0.00433849
-0.00159051
0.00024355
-0.00436643
-0.00192456
0.000226499
-0.00439685
-0.00234331
0.000205146
-0.00441733
-0.00281296
0.000168164
-0.00440179
-0.00334362
0.000122964
-0.00431751
-0.00388889
5.12598e-05
-0.00412737
-0.00438616
-1.16639e-05
-0.00379538
-0.0047589
-7.27291e-05
-0.0033564
-0.00488514
-0.000141056
-0.00281863
-0.0048239
-0.000161845
-0.00207297
-0.00436879
-0.000231066
-0.00127718
-0.00337011
-0.00031692
-0.000590948
-0.001988
-0.000439197
-0.000181535
-0.000649669
-0.000564696
-4.06839e-05
0.000234768
-0.000557664
3.81843e-06
0.000480523
-0.000441082
0.000328856
-0.000181033
-0.000212517
5.81251e-05
-2.27596e-05
-0.000597386
0.000367672
-0.000133978
-0.00107395
0.000865201
-0.000238609
-0.00158403
0.00138016
-0.000322739
-0.00209772
0.00180998
-0.000396836
-0.00259044
0.00214651
-0.000458797
-0.00305513
0.00238618
-0.000529443
-0.00343925
0.00249456
-0.000548876
-0.00373509
0.00247595
-0.000519837
-0.00392228
0.00235313
-0.000492112
-0.00401962
0.00213532
-0.000430225
-0.00404602
0.00184139
-0.000340253
-0.00402327
0.00151694
-0.000232077
-0.00396836
0.00119052
-0.000128514
-0.00390206
0.000890569
-3.60236e-06
-0.00384565
0.000613828
9.20368e-05
-0.00378755
0.000379995
0.000170765
-0.00374698
0.000160309
0.000249578
-0.00371906
-8.03428e-05
0.000339541
-0.00370424
-0.000424834
0.000398513
-0.00370942
-0.000649896
0.000443304
-0.00373678
-0.000979407
0.000498382
-0.00377476
-0.00124134
0.000479929
-0.00381898
-0.00152388
0.000463875
-0.00388473
-0.00183248
0.000442757
-0.00396802
-0.00222869
0.000419381
-0.00405956
-0.00268526
0.000379408
-0.00414421
-0.00321897
0.00033055
-0.00419168
-0.00379961
0.000263659
-0.0041553
-0.00438481
0.000189997
-0.00398903
-0.00490136
8.99536e-05
-0.00364747
-0.00522262
1.02892e-05
-0.00319705
-0.00528524
-6.12805e-05
-0.00253806
-0.00505678
-0.000125804
-0.00169872
-0.00425678
-0.000190219
-0.000863847
-0.00289389
-0.00030158
-0.000284202
-0.0013217
-0.000438804
-3.18681e-05
-0.000105241
-0.000480791
2.51145e-05
0.00035886
-0.000399492
0.000316581
-0.000156428
-0.000305095
0.000280124
-3.57225e-05
-0.000788374
0.000746796
-0.000177873
-0.00131203
0.00130687
-0.000307422
-0.0018176
0.00183723
-0.000408814
-0.00230612
0.0022681
-0.000480721
-0.00275894
0.00259362
-0.000550284
-0.00311589
0.0027476
-0.000547607
-0.00337692
0.00275737
-0.000520369
-0.00355262
0.00266605
-0.000481841
-0.00364278
0.00245718
-0.000391829
-0.00364605
0.0021442
-0.000268424
-0.00360498
0.0017879
-0.000135643
-0.00354595
0.00143929
4.35298e-06
-0.00347902
0.00110322
0.000113259
-0.00341751
0.000803803
0.000203564
-0.0033545
0.000531791
0.000279835
-0.00329584
0.000306691
0.000359587
-0.00324305
9.56815e-05
0.000437462
-0.00320679
-0.000127606
0.000520645
-0.00318667
-0.000423809
0.000574701
-0.00319687
-0.000623384
0.0006122
-0.00322512
-0.000921814
0.000661614
-0.00326087
-0.00116091
0.000633467
-0.00330878
-0.00142684
0.000612478
-0.00338383
-0.00170402
0.00058937
-0.0034861
-0.00206756
0.000565626
-0.00361426
-0.00249453
0.000526462
-0.00375885
-0.00301137
0.000480457
-0.0038971
-0.0036009
0.000420265
-0.00398854
-0.00423789
0.000350516
-0.00397801
-0.00486076
0.000263792
-0.00379211
-0.00537167
0.000174484
-0.0034281
-0.00563289
6.43822e-05
-0.0028855
-0.00559788
-1.78858e-05
-0.00208877
-0.00507241
-0.000105104
-0.00116526
-0.00385337
-0.000179996
-0.000435064
-0.00212404
-0.000321715
-2.58093e-05
-0.000574981
-0.000453205
2.26194e-05
0.000238343
-0.000365229
0.000299265
-0.000146776
-0.0003699
0.000560202
-5.19364e-05
-0.000895245
0.00115787
-0.000212473
-0.00143319
0.00176582
-0.000358251
-0.00192898
0.00229256
-0.000460828
-0.00238323
0.00270882
-0.00052887
-0.0027353
0.00294438
-0.000541426
-0.00299694
0.00301604
-0.000531121
-0.00319393
0.00297963
-0.000480436
-0.00329143
0.00278769
-0.000367675
-0.00329081
0.00247195
-0.000220629
-0.00324685
0.00209789
-5.88879e-05
-0.00319504
0.00171821
8.39016e-05
-0.00314623
0.0013595
0.000209304
-0.00309831
0.00102436
0.000304947
-0.00304759
0.000731876
0.000384326
-0.00298493
0.000465426
0.000443234
-0.0029195
0.00025309
0.000503969
-0.00285046
3.98891e-05
0.000565159
-0.00278278
-0.000177534
0.000633869
-0.00274467
-0.000417135
0.000687363
-0.00274029
-0.000589154
0.000713353
-0.00275833
-0.000853881
0.000758726
-0.00278687
-0.00107212
0.000729052
-0.00283359
-0.0013192
0.000707258
-0.00290848
-0.00156574
0.000684566
-0.00301691
-0.00189151
0.00066635
-0.00315895
-0.00228066
0.000634332
-0.00333223
-0.0027644
0.000596645
-0.00352108
-0.00333942
0.000541114
-0.00369548
-0.00399672
0.000475097
-0.00380546
-0.00469604
0.000397909
-0.00377485
-0.00535184
0.000306746
-0.00353593
-0.00583728
0.000213597
-0.00310839
-0.00600639
0.000101004
-0.00243029
-0.00574526
1.25873e-05
-0.00152323
-0.00478132
-6.96652e-05
-0.000638307
-0.00304751
-0.00017328
-8.81657e-05
-0.00119944
-0.000278184
3.2631e-05
5.20698e-05
-0.000304218
0.000284736
-0.000111009
-0.000397642
0.000867231
-8.53185e-05
-0.00094213
0.00158863
-0.000272538
-0.00145959
0.00220553
-0.000426414
-0.00191889
0.00271563
-0.000524324
-0.00229944
0.0030823
-0.000569032
-0.00259358
0.00324976
-0.000556031
-0.002823
0.00327545
-0.000497855
-0.00294024
0.00312988
-0.00037406
-0.00295959
0.00282897
-0.000204101
-0.00293181
0.00244751
-2.52765e-05
-0.00289944
0.00204742
0.00015605
-0.00287733
0.00166334
0.000290749
-0.00285889
0.00130729
0.000394726
-0.00282957
0.000973632
0.000464279
-0.00277866
0.00067811
0.000517473
-0.00269953
0.000408783
0.000550773
-0.00260686
0.000199609
0.000589973
-0.0025014
-2.02773e-05
0.000629326
-0.00239961
-0.000229059
0.000681487
-0.00233664
-0.000417952
0.000735871
-0.00231322
-0.000563127
0.000762931
-0.00231744
-0.000789047
0.000803083
-0.00233846
-0.000984277
0.000775076
-0.00238373
-0.00120853
0.000759846
-0.00245167
-0.00142923
0.000737039
-0.00255632
-0.00171474
0.000722961
-0.00269847
-0.00206198
0.000696292
-0.00288445
-0.00250137
0.000666505
-0.003102
-0.00304602
0.000621782
-0.00332917
-0.00369923
0.000566475
-0.00352143
-0.00444057
0.000491274
-0.00361939
-0.00520568
0.000407552
-0.0035342
-0.00588276
0.000311993
-0.00321424
-0.00629583
0.000216197
-0.00266063
-0.00627857
0.00011695
-0.00183639
-0.00560287
2.58399e-05
-0.00087664
-0.00402399
-6.96202e-05
-0.00022244
-0.0019025
-0.000159375
3.73894e-05
-0.000260886
-0.000219811
0.000274759
-8.09854e-05
-0.000387926
0.00116858
-0.000109649
-0.000914759
0.00200627
-0.000316909
-0.00141155
0.00263124
-0.000474828
-0.00184216
0.00312147
-0.000563554
-0.00217659
0.00342188
-0.000571291
-0.00242921
0.00352849
-0.000515435
-0.00257723
0.00345923
-0.000397441
-0.00263114
0.00321225
-0.000219098
-0.00263157
0.00284077
-1.8039e-05
-0.00262506
0.00242896
0.000201648
-0.00263591
0.00202461
0.000354727
-0.0026543
0.00164255
0.000464369
-0.00266031
0.00128313
0.000538851
-0.00263386
0.000939624
0.000576955
-0.00256802
0.000631217
0.000599955
-0.00246256
0.000350111
0.00060286
-0.00233262
0.000131495
0.000617152
-0.00217901
-9.8864e-05
0.000633407
-0.00204741
-0.000290907
0.000681783
-0.00196477
-0.000434158
0.000742905
-0.0019258
-0.000554101
0.000777475
-0.00191861
-0.000739853
0.000814266
-0.00193217
-0.000911642
0.00079384
-0.00197823
-0.00110598
0.000788409
-0.00203935
-0.00130622
0.000770678
-0.00213439
-0.001555
0.000761243
-0.00226434
-0.0018625
0.000741063
-0.00244152
-0.0022539
0.000719152
-0.00266399
-0.00275341
0.000683138
-0.00291926
-0.00337798
0.000637362
-0.00317073
-0.00413046
0.00057372
-0.00335883
-0.00496647
0.000494035
-0.00340928
-0.00579367
0.000400852
-0.00323261
-0.00644319
0.000304367
-0.00279271
-0.00669316
0.00020926
-0.00207552
-0.00630187
0.000127004
-0.00111846
-0.00497706
4.38016e-05
-0.000345042
-0.00270955
-4.42082e-05
2.50527e-05
-0.000667606
-0.000129616
0.000248451
-3.24705e-05
-0.000357118
0.00144623
-0.000141636
-0.000850212
0.00239733
-0.000369179
-0.00132012
0.00303625
-0.000526617
-0.00170356
0.00348912
-0.000595249
-0.00198881
0.00372164
-0.000558353
-0.00218337
0.00375923
-0.000451872
-0.00228612
0.00359968
-0.000269721
-0.0023207
0.00327082
-6.05042e-05
-0.00234648
0.00285994
0.000210198
-0.00238813
0.0024402
0.000391552
-0.00245124
0.00204077
0.000525005
-0.00250567
0.00165523
0.000601882
-0.00252559
0.0012815
0.000641998
-0.00248919
0.000913734
0.000640539
-0.00239459
0.000578845
0.000625862
-0.00225222
0.00028029
0.000591601
-0.00207369
4.14921e-05
0.000574921
-0.00186715
-0.000211219
0.00058582
-0.001708
-0.00036832
0.000628313
-0.001609
-0.000474279
0.000716955
-0.00156485
-0.00056242
0.000765174
-0.00155013
-0.000709291
0.000801623
-0.00156407
-0.000852329
0.000797474
-0.00161042
-0.00101744
0.000803028
-0.00167059
-0.00119728
0.000794194
-0.0017579
-0.00141615
0.000790655
-0.0018747
-0.00168939
0.000773806
-0.00203514
-0.00203632
0.000757369
-0.00224296
-0.00248763
0.00072613
-0.00249788
-0.00306735
0.000687798
-0.00277828
-0.0037978
0.000630056
-0.00303553
-0.00466516
0.00055853
-0.0031899
-0.00560331
0.000469243
-0.00315382
-0.00645078
0.000368323
-0.00284428
-0.00698237
0.000270924
-0.00224349
-0.00688508
0.000187456
-0.00135415
-0.00585245
0.000134547
-0.000460498
-0.00361498
5.52802e-05
-1.21124e-05
-0.00115519
-1.4143e-05
0.000194379
1.9573e-05
-0.000306449
0.00168484
-0.000157145
-0.000751641
0.00275067
-0.000398424
-0.00118233
0.00341063
-0.000553033
-0.00151418
0.00381331
-0.000589067
-0.00176072
0.00398987
-0.000512293
-0.00191117
0.0039496
-0.000344149
-0.00199385
0.00370596
-0.000121342
-0.0020445
0.00332813
0.000166932
-0.00211924
0.00290661
0.000404006
-0.00222096
0.00249207
0.000569635
-0.00233343
0.00209627
0.000670713
-0.00241658
0.00169811
0.000709486
-0.00244232
0.00129718
0.000705911
-0.00238832
0.000890034
0.000654031
-0.00225762
0.000515832
0.000592873
-0.00207007
0.000194881
0.000512716
-0.00182354
-9.05085e-05
0.000478689
-0.00156954
-0.000345012
0.000471384
-0.00137494
-0.000474391
0.000533235
-0.0012648
-0.000543126
0.000667009
-0.00122664
-0.000591945
0.000747956
-0.00121006
-0.000700127
0.000778819
-0.00123063
-0.000805098
0.000798846
-0.00128323
-0.000942447
0.000820088
-0.00134854
-0.00110395
0.000823364
-0.00143413
-0.00130104
0.000828326
-0.00153971
-0.00154924
0.000814518
-0.00168137
-0.00185869
0.00080032
-0.00186651
-0.0022633
0.0007703
-0.00210294
-0.00279067
0.000735239
-0.00238272
-0.00347797
0.000682851
-0.00267388
-0.00433682
0.00061739
-0.00291024
-0.00533615
0.000532528
-0.00299114
-0.00634564
0.000434172
-0.0028219
-0.00713211
0.000329351
-0.00233711
-0.00735584
0.000240229
-0.00154176
-0.00663631
0.000181973
-0.000586774
-0.00456528
0.000159786
-4.43821e-05
-0.00172549
8.25553e-05
0.000107355
9.05805e-05
-0.000242879
0.00187105
-0.000172962
-0.000631096
0.00305642
-0.000431219
-0.00100768
0.00373721
-0.00057638
-0.00129225
0.00409452
-0.000579441
-0.00150088
0.00422401
-0.000455945
-0.00162849
0.00411181
-0.000228678
-0.00171405
0.00380901
3.97378e-05
-0.00180701
0.00340549
0.000356221
-0.00194141
0.00298678
0.000583834
-0.00210564
0.00258389
0.000728695
-0.00226539
0.00218832
0.000796781
-0.00237446
0.00176994
0.000788313
-0.00240267
0.00133093
0.000728209
-0.00232474
0.000869956
0.000609559
-0.0021489
0.000443778
0.000486103
-0.00190379
9.30122e-05
0.000364929
-0.00158369
-0.000249658
0.000286443
-0.00127893
-0.000486263
0.000277242
-0.00103349
-0.000612483
0.000379389
-0.000917922
-0.000638288
0.000597717
-0.000897763
-0.000636637
0.000732942
-0.000890184
-0.000701601
0.000757591
-0.000925496
-0.000761057
0.000809024
-0.000994457
-0.000872237
0.000850999
-0.00106925
-0.00102457
0.000866284
-0.00115888
-0.00120968
0.000882077
-0.00125802
-0.00144323
0.000867327
-0.00138281
-0.0017247
0.000851736
-0.00154402
-0.00208647
0.000816644
-0.0017552
-0.00255949
0.000779748
-0.00201902
-0.00318973
0.000727161
-0.00231639
-0.00401506
0.000664835
-0.00259842
-0.00503257
0.000582838
-0.00277175
-0.00615436
0.000482621
-0.00272733
-0.00716351
0.000374699
-0.00236329
-0.00770602
0.000274529
-0.00166774
-0.00732503
0.000212703
-0.000717406
-0.00550506
0.000197416
-5.67598e-05
-0.00239903
0.000196773
2.02252e-05
0.000159397
-0.00016965
0.0019992
-0.00016424
-0.000492579
0.00330997
-0.00043376
-0.000813531
0.00401649
-0.000565677
-0.00106387
0.00434457
-0.000537747
-0.00123914
0.00442421
-0.000366495
-0.00136264
0.00425226
-8.82857e-05
-0.0014658
0.00391048
0.000245632
-0.00160896
0.0035033
0.000550464
-0.00180698
0.00309895
0.000770009
-0.0020319
0.00270862
0.000894438
-0.00223926
0.00231055
0.000928583
-0.00237735
0.00186952
0.000864728
-0.00241438
0.00138814
0.00073389
-0.00231314
0.000861169
0.000521022
-0.00210356
0.000374939
0.000329992
-0.00177784
-4.50691e-05
0.000143472
-0.00137955
-0.000435513
2.99333e-05
-0.000978326
-0.000678806
1.17077e-05
-0.000663167
-0.000781895
0.000144997
-0.000551227
-0.000747022
0.000492955
-0.000557853
-0.000699441
0.000726835
-0.000568545
-0.000705505
0.000746564
-0.000636417
-0.00070192
0.000842107
-0.000740096
-0.000795841
0.000917648
-0.000833806
-0.00095972
0.000945455
-0.00093162
-0.00114749
0.000966843
-0.00102834
-0.00137665
0.000947488
-0.00113833
-0.0016389
0.000923749
-0.00127596
-0.00196205
0.000877856
-0.00145925
-0.00237964
0.000833597
-0.00170026
-0.00294331
0.000776804
-0.00199128
-0.00371437
0.000715044
-0.00229748
-0.00471746
0.000635266
-0.00253286
-0.00591194
0.000535804
-0.00258734
-0.00710438
0.000421323
-0.00233618
-0.00795036
0.000311658
-0.00173438
-0.00792383
0.000237759
-0.000831374
-0.00640281
0.000225114
-7.20995e-05
-0.0031575
0.000253189
-7.40172e-05
0.000227152
-9.29059e-05
0.00206093
-0.0001568
-0.00033914
0.00349487
-0.0004417
-0.000606479
0.00424424
-0.000561736
-0.000824945
0.00456012
-0.000503135
-0.00097721
0.00459295
-0.000282213
-0.00110049
0.00437659
4.99177e-05
-0.00123374
0.00401249
0.000419822
-0.00142902
0.00361286
0.00074014
-0.00168791
0.00323023
0.000960336
-0.00197529
0.00285627
0.00107114
-0.00224165
0.00246053
0.00107466
-0.00242338
0.00200455
0.000942496
-0.0024774
0.00148674
0.000709375
-0.00234446
0.000880836
0.000365186
-0.00207389
0.000313481
9.19482e-05
-0.00166782
-0.000161686
-0.000191193
-0.00118954
-0.000580878
-0.000378997
-0.000686231
-0.000864415
-0.000405148
-0.000267756
-0.00097226
-0.00017327
-0.000129383
-0.000926154
0.000391263
-0.000190721
-0.000785898
0.000768537
-0.000247713
-0.000692714
0.00077706
-0.000364086
-0.000632214
0.000944905
-0.000524441
-0.000713233
0.00105925
-0.000639829
-0.000914575
0.00106931
-0.000743397
-0.00112731
0.00109016
-0.000837725
-0.00135717
0.00105562
-0.00093335
-0.00160692
0.00101525
-0.00104648
-0.0018946
0.000950405
-0.0012
-0.0022568
0.000892282
-0.00141331
-0.00274587
0.000825435
-0.00168998
-0.0034449
0.000760163
-0.00200853
-0.00440278
0.000680252
-0.00229265
-0.00563177
0.000580432
-0.00242885
-0.00697181
0.000460425
-0.00227631
-0.00810367
0.000339199
-0.00176315
-0.00843777
0.000253947
-0.000915804
-0.00724762
0.000235979
-0.000106496
-0.00396512
0.000290204
-0.000195343
0.000288198
-3.54676e-07
0.00204932
-0.000123378
-0.000177662
0.00362745
-0.000416942
-0.000405275
0.00443877
-0.000523256
-0.00059143
0.00474346
-0.000439186
-0.000734891
0.00474411
-0.000172377
-0.000863521
0.00449242
0.000209126
-0.00103219
0.0041153
0.000614627
-0.00127729
0.00372776
0.00095659
-0.00159248
0.00336794
0.00118747
-0.00193761
0.0030097
0.00129673
-0.00226015
0.00261571
0.00127849
-0.00249783
0.00215119
0.00109451
-0.00259965
0.00160766
0.000774053
-0.00245624
0.000920847
0.000245651
-0.00211635
0.000294747
-0.000216305
-0.00166064
-0.000219121
-0.000598069
-0.00106484
-0.000688264
-0.00093434
-0.000391494
-0.00103455
-0.00101544
0.000181449
-0.00115757
-0.000693418
0.000323264
-0.00111949
0.000210432
0.000254565
-0.00091202
0.000784498
0.000141348
-0.000679953
0.000886726
-0.000103076
-0.000543469
0.00119736
-0.000355743
-0.00066603
0.00135048
-0.000497391
-0.000939905
0.00131068
-0.000597495
-0.00118145
0.00127741
-0.00068221
-0.00140928
0.00120888
-0.000759247
-0.00164106
0.00113353
-0.000846113
-0.00189158
0.00104009
-0.000966676
-0.00219694
0.000959961
-0.00114686
-0.00260499
0.000878634
-0.00140103
-0.00321519
0.000806637
-0.00172388
-0.00409668
0.000726154
-0.00204784
-0.00532169
0.000626146
-0.00226196
-0.00676778
0.000499657
-0.00221067
-0.00816101
0.000365094
-0.00179044
-0.00886267
0.000263754
-0.00100076
-0.00803772
0.00023366
-0.000156014
-0.00480992
0.000303182
-0.000364638
0.000333223
0.000105515
0.00193332
-9.53464e-05
-5.30724e-06
0.0036917
-0.000403259
-0.000196869
0.00459635
-0.000517467
-0.00036715
0.00489886
-0.000386151
-0.000495711
0.00484523
-5.67452e-05
-0.000619167
0.00456832
0.000362021
-0.000811082
0.00419168
0.000816462
-0.00109846
0.00381571
0.00120372
-0.00146469
0.00347387
0.00147194
-0.00187088
0.00313021
0.00160297
-0.00226824
0.00274267
0.00158737
-0.00258928
0.00228868
0.00134152
-0.00275693
0.00176875
0.000854228
-0.00259275
0.00104093
4.60655e-05
-0.00216801
0.000343026
-0.000610765
-0.0016555
-0.000212485
-0.00101637
-0.000978872
-0.000698578
-0.0014653
-0.000164632
-0.0010912
-0.00164783
0.000564516
-0.00132118
-0.00120275
0.000805948
-0.00135312
4.1e-05
0.000772741
-0.0010403
0.000721464
0.000552819
-0.000675072
0.00110389
0.00013858
-0.00053295
0.00173781
-0.000250561
-0.000735417
0.00191773
-0.000422571
-0.00111371
0.00169913
-0.000489662
-0.00137697
0.0015407
-0.000554525
-0.00156164
0.00140329
-0.000603029
-0.00176042
0.00126834
-0.000654996
-0.00196648
0.00113403
-0.00073696
-0.00221105
0.00102606
-0.000875719
-0.00253321
0.000925361
-0.00109322
-0.00304228
0.000843351
-0.00140279
-0.00381781
0.000760406
-0.001759
-0.0049887
0.000661195
-0.00205393
-0.00648723
0.000532033
-0.00211765
-0.00810492
0.000385731
-0.00181415
-0.00916786
0.000267413
-0.00110132
-0.00874972
0.000225623
-0.000229416
-0.00568202
0.000301774
-0.000605236
0.000377387
0.000188472
0.00175761
-2.79399e-05
0.000139141
0.00370662
-0.000350794
1.87021e-05
0.00468339
-0.000459179
-0.00011639
0.00501568
-0.000316684
-0.000238319
0.00493274
6.91617e-05
-0.000366302
0.00462185
0.000522352
-0.000573604
0.00423867
0.00101526
-0.000900327
0.00388353
0.00144664
-0.00131784
0.00355767
0.00175431
-0.00178315
0.00322385
0.00190835
-0.00223537
0.00283585
0.00188903
-0.00264212
0.00238693
0.00166532
-0.00294281
0.00186208
0.00121522
-0.00282227
0.00107782
0.000134414
-0.00234625
0.000267778
-0.000720804
-0.00179889
-0.000253007
-0.00126579
-0.001009
-0.000663076
-0.00204507
5.4076e-05
-0.000942302
-0.00260956
0.00103398
-0.00130143
-0.00207863
0.00151349
-0.00165207
-0.000314974
0.00147224
-0.0012814
0.00092097
0.00100735
-0.000979887
0.00210707
0.000267332
-0.00116043
0.00327134
-0.00027167
-0.00144508
0.00315051
-0.000396601
-0.00164801
0.00228651
-0.000399816
-0.00180304
0.0018766
-0.000428124
-0.00187133
0.0016449
-0.000446942
-0.00199066
0.00142619
-0.000463542
-0.00213165
0.00122999
-0.000508704
-0.0023011
0.00108461
-0.000608885
-0.00252815
0.00096236
-0.000786916
-0.00292858
0.000871048
-0.00106567
-0.00358498
0.000787712
-0.00142428
-0.00466437
0.000688644
-0.00178639
-0.00614456
0.000554062
-0.00198219
-0.00791661
0.00039655
-0.00183954
-0.00930805
0.00026084
-0.00124671
-0.00933807
0.000201961
-0.000369958
-0.00656016
0.000270823
-0.000984355
0.000371222
0.000258131
0.00151273
-9.68031e-06
0.000278349
0.00364972
-0.000357899
0.000198788
0.00471838
-0.000451187
0.000128114
0.00504616
-0.000291922
4.56653e-05
0.00495503
0.000144771
-9.70856e-05
0.00463996
0.000624423
-0.000310502
0.0042318
0.00116949
-0.000659914
0.00387111
0.00167949
-0.0010949
0.00350935
0.00208468
-0.00159961
0.00314384
0.00235345
-0.00213056
0.00269039
0.0025247
-0.0026546
0.00221445
0.00243796
-0.00309707
0.00166612
0.00201991
-0.00304304
0.000811807
0.000694116
-0.0024596
-0.000152178
-0.000490628
-0.00184114
-0.000729402
-0.0010182
-0.00109612
-0.000995567
-0.00166753
0.000134307
-0.000915465
-0.00276819
0.00164495
-0.00107735
-0.00318475
0.00259389
-0.00158098
-0.00142418
0.00209639
-0.000928757
0.00103255
0.000962905
-0.00135238
0.00369519
0.000155106
-0.00292593
0.00548748
-0.000330687
-0.00327032
0.00489346
-0.000403102
-0.0028505
0.00317634
-0.000283616
-0.00258035
0.00221482
-0.000277812
-0.00239571
0.00188132
-0.0002811
-0.00235578
0.00155774
-0.000260669
-0.0024105
0.00128905
-0.000263139
-0.00248685
0.00110843
-0.000314031
-0.00261018
0.000968836
-0.000439496
-0.00289512
0.0008691
-0.000679918
-0.00341113
0.000789767
-0.00104079
-0.00435252
0.000698512
-0.00145769
-0.00575571
0.000573859
-0.00177353
-0.00761044
0.000408354
-0.00181501
-0.00925719
0.000257356
-0.00139293
-0.00975132
0.000188691
-0.000538763
-0.00741321
0.000247811
-0.00153336
0.000395768
0.000243374
0.00129231
4.85708e-05
0.000324645
0.00355131
-0.000303467
0.000320621
0.00469017
-0.000401302
0.000284809
0.00504211
-0.000230029
0.000243381
0.00494227
0.000198122
0.000121316
0.00461028
0.000730429
-9.29632e-05
0.00418176
0.00130243
-0.000459686
0.00382155
0.00186715
-0.000946915
0.00342234
0.00233041
-0.00150639
0.00301434
0.00262324
-0.00208031
0.0024883
0.00286838
-0.00276271
0.00191175
0.00301775
-0.00351426
0.00130608
0.00264015
-0.00353889
0.000545174
0.000609081
-0.00269175
-0.000313334
-0.00153478
-0.00182034
-0.00087635
-0.00220909
-0.00101668
-0.00110744
-0.00250684
0.000350269
-0.000947503
-0.00317286
0.00263386
-0.000762334
-0.00471483
0.00333636
-0.000550384
-0.00331982
0.00137084
0.0002628
0.00130589
6.24734e-05
-0.00160405
0.00335331
0.000282315
-0.0045369
0.00348565
0.00030005
-0.00496862
0.00361114
0.000193742
-0.00404059
0.00281792
0.00018432
-0.00335729
0.00211859
5.58506e-05
-0.00291057
0.00187319
-3.60506e-05
-0.00271196
0.00153168
-3.85061e-05
-0.00268166
0.00119064
-4.73624e-05
-0.00266106
0.00101433
-8.51701e-05
-0.00269807
0.00089714
-0.00018678
-0.00289527
0.000831428
-0.00036655
-0.00331534
0.00076977
-0.000638569
-0.00414703
0.000686458
-0.00103835
-0.00539842
0.000559075
-0.00145597
-0.00720577
0.000392003
-0.00168907
-0.00901083
0.0002317
-0.00149103
-0.00993313
0.000161122
-0.000750088
-0.00814611
0.000204005
-0.0022891
0.000366416
0.000199569
0.00111316
3.70102e-05
0.000343936
0.00339064
-0.000297831
0.000430748
0.00456839
-0.000390413
0.00045801
0.0049644
-0.000226976
0.000444469
0.00488574
0.000198892
0.000326079
0.00455911
0.000745698
8.27934e-05
0.00412491
0.00134858
-0.000304823
0.00374591
0.00193061
-0.000866716
0.0033873
0.00235784
-0.00152456
0.00303073
0.00254984
-0.00215265
0.00259633
0.00243805
-0.00287686
0.00207463
0.00228309
-0.00374918
0.00145492
0.00183524
-0.00388844
0.000710618
-0.000231334
-0.00289966
3.66938e-05
-0.00296843
-0.0017101
-0.000521341
-0.00388343
-0.00102767
-0.00117868
-0.00292231
-0.000600753
-0.00143445
-0.00197238
7.67701e-05
-0.000712496
-0.00325051
-0.00023894
0.000679614
-0.00428852
-0.000542262
0.00119112
-0.00341163
0.00122889
-0.00140386
-0.00483015
0.00267879
-0.00393722
-0.00444372
0.00223225
-0.00471153
-0.000246601
0.00155777
-0.0040892
0.001138
0.00108016
-0.00348761
0.0012724
0.000666766
-0.0031039
0.00145082
0.000420583
-0.00287783
0.00123095
0.000367102
-0.00285133
0.000911658
0.000329075
-0.00277657
0.000818905
0.000250187
-0.00274017
0.000784879
0.000113352
-0.0028672
0.000776063
-0.000125147
-0.00317168
0.000752034
-0.000437816
-0.00390855
0.000691933
-0.000805329
-0.00508452
0.000601792
-0.00120329
-0.00683328
0.000403254
-0.00151365
-0.00869185
0.000212152
-0.00146921
-0.00996486
0.000121071
-0.000863107
-0.00873783
0.000155007
-0.00315674
0.000322236
0.000178351
0.00096376
3.50694e-05
0.000367606
0.00320261
-0.000280253
0.000506864
0.00440914
-0.000379641
0.000579265
0.0048541
-0.000234628
0.000586737
0.00481307
0.000168853
0.00048618
0.00449745
0.000694572
0.000229683
0.00409246
0.00129292
-0.000169524
0.00368609
0.00187094
-0.000755697
0.00337263
0.00230888
-0.00148886
0.00306641
0.00257312
-0.00220204
0.00271716
0.00237648
-0.00292452
0.00233478
0.00188679
-0.00380459
0.00177263
0.00127608
-0.00391466
0.0012068
-0.00109156
-0.00294939
0.000519974
-0.00355192
-0.00176409
-0.000490308
-0.00371308
-0.00116121
-0.00157809
-0.00259552
-0.0015157
-0.00214084
-0.000987011
-0.00273334
-0.00110038
-0.000755655
-0.00483191
0.0020031
-0.00286545
-0.00367272
0.00317724
-0.0066829
0.0013391
-0.000500823
-0.0101339
0.00348396
-0.00349534
-0.00610313
0.00284513
-0.00421208
-0.00178816
0.00217505
-0.0038888
6.35172e-05
0.00169412
-0.00338316
0.000477786
0.00117253
-0.00296061
0.000744159
0.000815468
-0.00279336
0.000719457
0.000751812
-0.00285165
0.000401305
0.000688363
-0.00275051
0.000445047
0.00055803
-0.00267866
0.000563817
0.000381568
-0.00278142
0.000658411
0.000153533
-0.00304503
0.000704049
-0.000156582
-0.00369619
0.000669837
-0.00055608
-0.00474476
0.000576704
-0.00101254
-0.0064108
0.000425983
-0.00137003
-0.0083328
0.000204728
-0.0013999
-0.00992124
7.77972e-05
-0.000898426
-0.00922708
0.000102781
-0.00405702
0.00029591
0.000174265
0.000821133
1.65757e-05
0.000399387
0.00298985
-0.000281261
0.000574868
0.00422657
-0.000389036
0.000679454
0.00472616
-0.000272206
0.000701315
0.0047315
0.000103676
0.000629072
0.0044418
0.000578452
0.000419819
0.00406237
0.00113544
6.46118e-05
0.00364228
0.00171536
-0.000430038
0.00330518
0.00220591
-0.00115791
0.0029169
0.00284097
-0.00194586
0.00248308
0.00302452
-0.00289669
0.0020512
0.00289224
-0.0036479
0.00163582
0.00162132
-0.00365755
0.00168922
-0.00136413
-0.00308263
0.00144666
-0.00414267
-0.00223522
9.02294e-05
-0.00489338
-0.000915948
-0.00137994
-0.00521197
-0.000114455
-0.00251976
-0.00375215
-0.00049819
-0.00181575
-0.00126856
-0.00281957
0.00197376
0.0011526
-0.00364162
0.00447439
-0.00110599
0.000233882
0.00120541
-0.00911899
0.00266207
-0.00354698
-0.00621289
0.00264761
-0.00406767
-0.00295746
0.00242109
-0.00390748
-0.0010175
0.00215993
-0.00320427
-0.000439657
0.00156091
-0.0026587
0.00019593
0.00112741
-0.00255556
0.000251982
0.00115485
-0.0025931
-0.000360548
0.00107797
-0.00251407
-5.06258e-05
0.000883697
-0.0024669
0.000301977
0.000609791
-0.00258814
0.000558532
0.000300681
-0.00284665
0.000669026
-5.04397e-05
-0.00345772
0.000671762
-0.000425555
-0.00445311
0.000590127
-0.000825797
-0.00605374
0.000416679
-0.00115883
-0.00799846
0.000188097
-0.00120537
-0.00986268
2.45247e-05
-0.000792099
-0.00963011
3.22512e-05
-0.00484918
0.000237309
0.000174345
0.000685478
-7.40205e-06
0.000425188
0.00276832
-0.000284726
0.000628911
0.00403582
-0.000406432
0.000753004
0.00460209
-0.000324998
0.000782927
0.00467384
-5.09505e-06
0.000708321
0.00444127
0.000412042
0.00050417
0.0041246
0.000873305
0.000101362
0.0038015
0.00133378
-0.000447642
0.00356232
0.00163668
-0.00123031
0.00337026
0.00181182
-0.00202487
0.00310623
0.00145523
-0.00269154
0.00272618
0.000678791
-0.00267491
0.00267901
-0.00140362
-0.00263826
0.0034146
-0.00322783
-0.00293341
0.00350084
-0.00482375
-0.00271834
0.00184846
-0.00650938
-0.000951138
-0.000481416
-0.00809015
0.00197349
-0.00248907
-0.00808862
0.00424794
-0.00357701
-0.00293902
0.002954
-0.00194895
0.00665857
0.00027925
0.0030983
0.00503882
0.000622031
0.00346185
-0.00758216
0.00205889
-0.00181508
-0.00895173
0.0024754
-0.00345521
-0.00442698
0.00299337
-0.00383626
-0.00293816
0.00274631
-0.00325218
-0.000976305
0.00185999
-0.00267119
0.000467261
0.001355
-0.00239783
7.38902e-05
0.00149656
-0.0021233
-0.00106942
0.00141227
-0.00205894
-0.000497795
0.00113772
-0.00210911
0.000116771
0.000774265
-0.00231649
0.000524211
0.000397737
-0.00261751
0.000688884
2.29451e-05
-0.0032208
0.000682534
-0.000395132
-0.00414109
0.000601306
-0.000781147
-0.00572025
0.000407854
-0.00108581
-0.00769265
0.000139362
-0.00112003
-0.00981281
-3.00668e-05
-0.000712977
-0.0100257
-4.01075e-05
-0.0055594
0.000170257
0.000163245
0.00056846
-4.19258e-05
0.000434595
0.00253862
-0.000294387
0.000671093
0.00382864
-0.000429407
0.00082671
0.0044668
-0.000383594
0.000892543
0.00460969
-0.000132517
0.000850955
0.00444523
0.000267948
0.000693975
0.00418936
0.000693877
0.000318265
0.00397366
0.0011561
-0.000270735
0.00386866
0.0015001
-0.00116391
0.00394542
0.00162219
-0.00219017
0.00428388
0.000727888
-0.00269921
0.00493743
-0.00184585
-0.00234858
0.00592629
-0.00503834
-0.00258024
0.00722611
-0.00578967
-0.00345731
0.00719961
-0.00611473
-0.00337011
0.00476113
-0.00821158
-0.00171144
0.00110999
-0.0100937
0.00146512
-0.00129515
-0.0113981
0.00488766
-0.00428559
-0.00749579
0.00538486
-0.00632021
0.00303823
0.00288939
-0.00054826
0.0063561
0.00105381
0.00435282
-0.00368571
0.00108468
0.00112879
-0.00968155
0.00223246
-0.00141161
-0.00803388
0.00371348
-0.00258681
-0.00680842
0.00353614
-0.00265831
-0.00299397
0.00251403
-0.00224487
-0.000644721
0.00203624
-0.00166547
-0.00114439
0.00197749
-0.00134005
-0.0014045
0.00169355
-0.00147044
-0.000490989
0.00129653
-0.00168314
0.000142603
0.000844657
-0.00202621
0.000614715
0.000411073
-0.00238513
0.000759558
2.41533e-05
-0.0030018
0.000719759
-0.00041071
-0.00383675
0.000617972
-0.000792311
-0.00539872
0.000396211
-0.00108495
-0.00740087
0.000102409
-0.00109979
-0.00977972
-9.40124e-05
-0.00067614
-0.0104353
-0.000117529
-0.00622919
6.2741e-05
0.000154193
0.00046397
-7.55789e-05
0.000438172
0.00230696
-0.00029849
0.000708341
0.00360275
-0.0004439
0.000906429
0.00430635
-0.000427409
0.00102824
0.004512
-0.000224174
0.0010633
0.00439183
0.000178022
0.0010162
0.004146
0.000613117
0.000830414
0.00390073
0.00121227
0.000412425
0.00375881
0.00185886
-0.00025809
0.00385256
0.00246349
-0.000903673
0.00443044
0.00215013
-0.00126069
0.00553586
0.000974923
-0.00160005
0.00706281
-1.71583e-05
-0.003302
0.00914939
0.00031794
-0.00531859
0.0102284
-0.00197367
-0.00494008
0.00792676
-0.00836151
-0.00278631
0.00404087
-0.0130331
-0.000264405
0.0020961
-0.0149331
0.0017411
-0.0016019
-0.0145373
0.000841572
-0.00555594
-0.00662342
-0.00173577
-0.00216589
0.00247245
-0.00147324
0.00327657
-0.00304309
0.000605336
0.00327735
-0.0109428
0.00308936
0.00170188
-0.0126713
0.00469832
0.000282807
-0.0105859
0.00416341
-0.000692157
-0.00491053
0.00319689
-0.000907395
-0.00216115
0.00267328
-0.000593426
-0.00159385
0.00227332
-0.000708524
-0.000702896
0.00180896
-0.00109528
0.000106454
0.00133806
-0.00144043
0.000594866
0.000860947
-0.00185431
0.000867742
0.000429505
-0.00222436
0.000883248
2.56582e-05
-0.00279076
0.000756198
-0.000420307
-0.00353293
0.000624562
-0.000827711
-0.00504858
0.000383871
-0.00113594
-0.00708534
6.87868e-05
-0.00116567
-0.00972868
-0.000133162
-0.000739392
-0.0108399
-0.000177688
-0.00695801
-3.42428e-06
0.000140647
0.000367923
-0.000100243
0.000426165
0.00208141
-0.00030582
0.000720773
0.00336371
-0.000459828
0.000957929
0.00412181
-0.000475646
0.00112701
0.00439149
-0.000326198
0.00122806
0.00431576
1.47944e-05
0.00126637
0.00407457
0.000415658
0.00122756
0.00378011
0.000961213
0.00110214
0.00356185
0.00153384
0.000994371
0.00349793
0.0021226
0.00104991
0.00384621
0.00260682
0.00136289
0.00462166
0.00309858
0.00110877
0.00550209
0.00525928
-0.00168612
0.0070704
0.00975662
-0.00469514
0.00913243
0.00831495
-0.00440474
0.00830174
-0.00121925
-0.00245292
0.00649906
-0.0111125
-0.000460118
0.00541979
-0.01404
0.000982171
0.000987015
-0.0151503
-0.000198679
-0.0029325
-0.0109695
-0.00375912
-0.000968308
0.000517863
-0.00361234
0.00232668
-0.00033179
-0.000392798
0.00326243
-0.00770427
0.00271771
0.0026029
-0.0100289
0.00447624
0.00223052
-0.00936727
0.00417596
0.00125067
-0.00485043
0.00334357
0.000172701
-0.0016699
0.00270488
-0.00025169
-0.000180073
0.00221227
-0.00064973
0.000472908
0.0017301
-0.00107544
0.000821178
0.0012623
-0.00139967
0.000987423
0.000796405
-0.00178157
0.00103778
0.000396472
-0.00209448
0.000877534
2.65379e-05
-0.0026019
0.000710556
-0.000385458
-0.00323803
0.000547827
-0.000795336
-0.00467262
0.000320145
-0.00113289
-0.006718
1.89697e-06
-0.00120415
-0.00961471
-0.000191389
-0.000823308
-0.0111836
-0.000261049
-0.0077656
-8.68184e-05
0.000127874
0.000294155
-0.000128366
0.000406923
0.00186949
-0.000307283
0.000717304
0.00312092
-0.000465162
0.000980205
0.00392471
-0.000511329
0.00118227
0.00425764
-0.00041193
0.00132664
0.00423709
-0.000163271
0.00141775
0.00402284
0.000183142
0.001473
0.00372357
0.000586185
0.00157078
0.00345859
0.000949345
0.00182495
0.00328005
0.00133906
0.00224992
0.00324126
0.00216834
0.00311578
0.00338207
0.00326423
0.00387088
0.00345303
0.0057219
0.00158997
0.00334899
0.0134303
-0.0016739
0.00420819
0.017091
-0.00204012
0.0044836
0.00959036
-0.000401166
0.00579237
-0.00287953
0.000985353
0.00611423
-0.00712339
0.00163795
0.000787243
-0.0057295
0.00160409
-0.00293767
-0.0055729
0.000170365
-0.00109141
-0.000183064
-0.000577018
0.00200382
0.00059567
0.000458939
0.00214982
-0.00199912
0.00161073
0.00114287
-0.00158544
0.00281957
0.00149707
-0.00277206
0.00319914
0.00135887
-0.00227974
0.00289128
0.000441459
-0.000781363
0.00245951
-0.000197839
0.000268181
0.00204966
-0.000664783
0.000610341
0.00167032
-0.00106217
0.000760609
0.00126011
-0.00135117
0.000904128
0.0008564
-0.00170529
0.000912695
0.000478104
-0.00192281
0.000728261
0.000118202
-0.00236863
0.000578452
-0.000276898
-0.00291227
0.00043517
-0.000690857
-0.00425539
0.000235165
-0.00108829
-0.00626396
-5.43461e-05
-0.0012435
-0.00939099
-0.000260324
-0.000939165
-0.011435
-0.000341348
-0.00867586
-0.000144038
0.000110648
0.000240898
-0.000159114
0.000375222
0.00167155
-0.000314068
0.000693281
0.00287614
-0.000464908
0.000980931
0.00371175
-0.000535834
0.00121512
0.00410223
-0.00048143
0.00139908
0.00413475
-0.000289598
0.00154483
0.00396228
-4.91217e-06
0.001664
0.00367102
0.000324769
0.00185559
0.00337437
0.000610692
0.00222929
0.00309135
0.000924352
0.00279188
0.00280614
0.00155926
0.00365351
0.00245007
0.00277351
0.00466098
0.0019338
0.00469797
0.00344936
0.000733959
0.0110048
0.00028311
-0.000315782
0.0176184
-0.00131248
2.27673e-05
0.0151177
-0.000197384
0.00261054
0.00528688
0.00103288
0.00447319
-0.000124617
0.000617296
0.00112437
-2.87164e-06
0.000226578
-0.00179969
-0.00136871
0.000544896
-0.00100714
-0.00104017
0.00122937
0.0013534
-0.000822674
0.00148419
0.00149994
-0.000597756
0.0012538
0.000504083
0.000750165
0.00169899
0.000562992
-0.000165593
0.00232162
0.000521926
-0.00059376
0.00245679
0.000160704
-0.000296852
0.00231722
-0.000249247
0.000117539
0.00204948
-0.00057361
0.000272971
0.00173837
-0.000947618
0.000484272
0.00134004
-0.00120454
0.000678406
0.000945705
-0.00153577
0.000686884
0.000601888
-0.00169615
0.000512585
0.000275065
-0.00210091
0.00040471
-0.000112564
-0.00253769
0.000282478
-0.000531634
-0.00379754
0.000140257
-0.000968002
-0.00574118
-0.000113661
-0.00120896
-0.00905552
-0.000335342
-0.00101008
-0.0115663
-0.00042102
-0.00964512
-0.000226683
0.00010687
0.000186947
-0.000180078
0.000349825
0.00149533
-0.000320996
0.000657463
0.00264016
-0.000457281
0.000956626
0.00349119
-0.000535106
0.00121367
0.00392915
-0.000519373
0.00142498
0.00400905
-0.000369991
0.0016164
0.00386419
-0.000142252
0.0017868
0.00358335
0.000163572
0.00201199
0.00326121
0.000448352
0.00235994
0.00289445
0.000792609
0.0028115
0.00247625
0.0013339
0.00330575
0.00186905
0.00240191
0.00381406
0.00110382
0.00371486
0.0031409
-0.000278077
0.00693543
0.000604121
-0.00187837
0.0115927
-0.00142319
-0.00215337
0.0123208
-0.00159659
9.60939e-05
0.00775188
-0.00065874
0.00208731
0.00309804
-0.000499587
0.00149055
0.000308815
-0.000707948
0.000329365
-0.00136497
-0.000485525
0.000188903
-0.00130673
0.000458744
0.00113495
-0.00134466
0.00129122
0.00139904
-0.00193966
0.0013895
0.000838304
-0.00133662
0.00185532
0.000702505
-0.00173057
0.002402
0.000441974
-0.00141642
0.00246527
0.000102174
-0.000522203
0.00233704
-0.000218474
-6.12761e-05
0.00208772
-0.000425937
0.00011181
0.00181538
-0.000769786
0.000244255
0.00144568
-0.00097698
0.000409737
0.00108802
-0.00128278
0.000394134
0.000758295
-0.00139234
0.000271578
0.000437773
-0.00177791
0.000228104
7.18282e-05
-0.0021334
0.000145399
-0.00034958
-0.00331184
5.14897e-05
-0.00082207
-0.00514663
-0.000175238
-0.00116062
-0.00860478
-0.000392776
-0.00108598
-0.0115676
-0.000475812
-0.0106895
-0.000288759
8.71155e-05
0.000146465
-0.000204017
0.000309444
0.00133347
-0.000330255
0.000604323
0.002413
-0.000455873
0.000908606
0.00325707
-0.000532821
0.00119321
0.00372499
-0.000535802
0.00143317
0.00384973
-0.000426771
0.00165428
0.00373205
-0.000239448
0.00185824
0.00346162
3.04455e-05
0.00207985
0.00313915
0.000296888
0.00234878
0.00274106
0.000624988
0.00263561
0.00228749
0.00106545
0.00282258
0.00165449
0.00181213
0.00285312
0.000929543
0.00261908
0.00220333
-9.52569e-05
0.00390673
0.000451802
-0.00117685
0.00549333
-0.00142907
-0.00149408
0.00600094
-0.00216101
-0.000127966
0.00445564
-0.00151684
0.00131999
0.0016512
-0.000627607
0.0017737
-0.000809025
-7.41696e-05
0.00149767
-0.00187089
5.79604e-05
0.0013058
-0.00165329
0.00054983
0.00159726
-0.00197191
0.00135499
0.00166037
-0.00250514
0.00165428
0.00126209
-0.00191572
0.00210769
0.00114325
-0.00221746
0.00255859
0.000879691
-0.00207391
0.00259645
0.000553581
-0.00129369
0.00243437
0.000119953
-0.000623241
0.00220531
-0.000110439
-0.00032485
0.00193247
-0.000426932
-0.000141315
0.0016082
-0.000616067
-4.37781e-06
0.00128206
-0.000907984
3.96404e-05
0.00094879
-0.0010017
4.27738e-05
0.000622678
-0.00139715
5.63797e-05
0.000239113
-0.0016789
4.69429e-05
-0.000171872
-0.00280968
-3.00447e-05
-0.000698621
-0.00448074
-0.000218598
-0.0011382
-0.00804202
-0.000432654
-0.00118919
-0.0114453
-0.0005118
-0.0118432
-0.000337807
8.06876e-05
0.000106337
-0.000224095
0.000263196
0.00120618
-0.000344273
0.000532728
0.00220495
-0.000454801
0.00081568
0.00303815
-0.00053188
0.00110595
0.00350154
-0.000540229
0.00137475
0.00365017
-0.000461689
0.00160861
0.00357044
-0.000305799
0.00184087
0.00330012
-8.38367e-05
0.0020571
0.00299606
0.000169423
0.00226839
0.00260934
0.000458821
0.00244567
0.00218454
0.000797158
0.00248721
0.00164554
0.00126523
0.00232923
0.00109097
0.00172416
0.00177888
0.00044484
0.00222147
0.000695895
-6.36607e-05
0.00252875
-0.000571032
-0.000128325
0.00243899
-0.00108109
0.000629899
0.00158228
-0.000864798
0.00157965
0.000410649
-0.000218856
0.00213259
-0.000894161
0.000305661
0.00219934
-0.00171467
0.000673664
0.00208754
-0.00199069
0.00106543
0.00214315
-0.00198498
0.00157062
0.00203131
-0.00212432
0.00187408
0.00168678
-0.00188696
0.00226185
0.00153254
-0.00198944
0.00256987
0.00125166
-0.00173501
0.00263134
0.000946069
-0.00123765
0.00249732
0.00053606
-0.000795536
0.00231376
0.000290127
-0.000529447
0.00208509
-3.77532e-05
-0.000331292
0.00178895
-0.00020477
-0.000189756
0.00149134
-0.000518444
-0.000105807
0.00115533
-0.000588072
-6.09256e-05
0.000835208
-0.00100367
-2.2397e-05
0.000418726
-0.00118869
-1.37165e-05
-2.02006e-05
-0.00226097
-6.5266e-05
-0.000585777
-0.00378089
-0.000237993
-0.00116
-0.0073397
-0.00043906
-0.00133525
-0.0112039
-0.00052105
-0.01315
-0.000364472
2.39793e-05
0.000114328
-0.000247924
0.000171882
0.00110297
-0.000366777
0.000406836
0.00202085
-0.000470414
0.000704034
0.00279332
-0.000539305
0.00100393
0.00325584
-0.000560289
0.00131401
0.00339253
-0.000493465
0.0015795
0.00335943
-0.000374098
0.00183967
0.00308907
-0.000180725
0.00206937
0.0028129
4.74112e-05
0.00226183
0.0024615
0.000298141
0.00239245
0.00208891
0.000578264
0.0023966
0.00165805
0.000902175
0.00223576
0.0012587
0.00119606
0.00183233
0.000866315
0.00145485
0.00119721
0.000623967
0.00155867
0.00052121
0.000660343
0.00143404
0.00021973
0.00114527
0.000969412
0.00024864
0.00180845
0.000406708
0.000440451
0.00230607
-0.000153285
0.000741589
0.00250719
-0.000818063
0.00101251
0.00254026
-0.00127906
0.00136583
0.00254086
-0.00155123
0.00178924
0.00238229
-0.00179226
0.0021197
0.0020778
-0.00173504
0.00244461
0.00187731
-0.00168989
0.00265552
0.00154236
-0.00136177
0.00268273
0.00126738
-0.00101004
0.00259784
0.000888906
-0.000759771
0.00244526
0.000651539
-0.000549441
0.00224773
0.000320812
-0.000370684
0.00197062
0.000194688
-0.00025143
0.0016919
-0.000142766
-0.000164198
0.00138456
-0.00020649
-9.99073e-05
0.00106638
-0.000619358
-5.71894e-05
0.000672487
-0.0007187
-3.48552e-05
0.000206331
-0.00169486
-7.78175e-05
-0.000422734
-0.00300488
-0.000236277
-0.00113097
-0.0065047
-0.000445165
-0.0014312
-0.0108379
-0.000515961
-0.0145534
-0.000395254
-9.73159e-06
0.000149013
-0.000275985
5.09966e-05
0.00107844
-0.000401829
0.000246289
0.00186564
-0.00049175
0.000499691
0.00257886
-0.000556347
0.000800984
0.00299428
-0.000584712
0.00113903
0.00308781
-0.000526025
0.00145198
0.00308262
-0.00043182
0.001749
0.00282201
-0.000270663
0.0020162
0.00257169
-7.79731e-05
0.00222808
0.00227127
0.000139929
0.00236261
0.0019647
0.000370892
0.00238886
0.00163178
0.000611171
0.00229557
0.00134651
0.000822615
0.00205669
0.00110119
0.000991251
0.00170085
0.000993931
0.00105788
0.00133091
0.00105818
0.00102508
0.00110914
0.00138987
0.000862502
0.00109824
0.00182305
0.000630376
0.0011799
0.00222935
0.000385003
0.00131504
0.00242826
0.000103137
0.0014658
0.00253154
-0.000206803
0.00171632
0.0025414
-0.0005378
0.00201784
0.00240682
-0.00084498
0.00228907
0.00214077
-0.000904195
0.00253684
0.0019407
-0.000911441
0.0027077
0.00160169
-0.000744672
0.00273985
0.00137585
-0.000540278
0.00269647
0.00103582
-0.000417842
0.00258584
0.000859176
-0.000319312
0.00243309
0.000553442
-0.000238838
0.00221546
0.000485741
-0.000183718
0.00196188
0.00017021
-0.000126595
0.0016909
0.000119402
-8.66235e-05
0.00139287
-0.000273508
-4.9714e-05
0.00105813
-0.000320362
-4.95685e-05
0.00062783
-0.00117033
-6.14898e-05
-3.18313e-05
-0.00220317
-0.000243783
-0.000897508
-0.00550815
-0.000399668
-0.0013256
-0.010335
-0.000519341
-0.0158406
-0.00042619
-0.000177919
0.00034245
-0.000298183
-0.000184587
0.00110711
-0.000448953
-6.7668e-05
0.00177255
-0.000542262
0.000245947
0.00228467
-0.000590885
0.00059768
0.00265963
-0.000620685
0.000994306
0.00270085
-0.000578099
0.00137337
0.00271643
-0.000504057
0.00171263
0.00248842
-0.000367351
0.00202318
0.00226638
-0.000203433
0.00226738
0.0020172
-9.23506e-06
0.00244327
0.00177592
0.000180592
0.00252466
0.00152773
0.0003771
0.00251376
0.001324
0.000555763
0.00240765
0.00116826
0.000701525
0.0022333
0.0011242
0.000795245
0.00204955
0.00118606
0.000837142
0.00193676
0.00140543
0.000833673
0.0019154
0.00168873
0.000810369
0.00191208
0.00200595
0.00079885
0.00193127
0.00214662
0.000723741
0.00195503
0.00223799
0.000607205
0.00207986
0.00222204
0.000381741
0.00228216
0.00209384
0.000129936
0.00250691
0.00184687
-1.16213e-05
0.00270492
0.0016799
-9.10854e-05
0.00285563
0.0013715
-8.52766e-05
0.00289627
0.00124063
-3.83054e-05
0.00289274
0.000964854
-5.22346e-05
0.00282784
0.000889387
-5.5781e-05
0.00269018
0.000669605
-5.87152e-05
0.00249533
0.0006738
-6.54219e-05
0.00228316
0.000385371
-5.54243e-05
0.00205883
0.000352819
-4.84016e-05
0.00182157
-1.16152e-05
-3.85081e-05
0.00159803
-5.44557e-05
-3.65243e-05
0.00127486
-0.000760087
-8.34695e-05
0.000725129
-0.00153459
-0.000177643
-0.000253024
-0.00437145
-0.000442451
-0.000880008
-0.00963952
-0.000453464
-0.0166758
-0.000456245
-9.00863e-05
0.000439287
-0.000347545
-0.000321611
0.00134693
-0.000502638
-0.000360673
0.00181887
-0.000602608
-0.000178342
0.00209912
-0.000644452
0.000202917
0.00227577
-0.000686631
0.000662422
0.00222187
-0.000620676
0.00115106
0.00221581
-0.000579893
0.00156828
0.00205028
-0.000462938
0.00194786
0.00186666
-0.000318747
0.00225742
0.00168477
-0.000173667
0.00248416
0.00150866
1.98146e-05
0.00263513
0.00133292
0.000181724
0.00271162
0.00119107
0.000340314
0.00272294
0.00108975
0.00047958
0.00268898
0.00107279
0.000594882
0.00263996
0.00112115
0.00069018
0.00260903
0.00126978
0.000774971
0.00261055
0.00145407
0.000858124
0.00258866
0.00171006
0.000954009
0.00255336
0.00179221
0.0010036
0.0025007
0.00185926
0.000992902
0.00254292
0.00181372
0.000813183
0.00265374
0.00168438
0.000597451
0.00280553
0.00143897
0.000460184
0.00296049
0.00130042
0.000340696
0.00312166
0.00100052
0.000278351
0.00320372
0.000962158
0.000240466
0.00327164
0.000740701
0.000169954
0.0032736
0.000759803
0.000127082
0.00321137
0.000633304
6.27755e-05
0.00309119
0.000727999
1.79558e-05
0.00293833
0.000491635
-6.40598e-06
0.00278251
0.000482587
-2.45346e-05
0.00265482
0.000108278
-3.51167e-05
0.00257598
3.91372e-05
-5.13254e-05
0.00241898
-0.000551265
-6.88983e-05
0.00209192
-0.00111072
-0.00018778
0.00111758
-0.00325936
-0.000344339
0.000201359
-0.00863171
-0.000515222
-0.0164233
-0.000490608
-0.000830221
0.00126785
-0.000389507
-0.000939469
0.00145037
-0.000601644
-0.000886836
0.00175017
-0.000685557
-0.000620931
0.0018008
-0.000726203
-0.000113037
0.00173
-0.000770011
0.000383517
0.00167532
-0.000704443
0.000960168
0.00159404
-0.000677999
0.00144397
0.00151498
-0.000574098
0.00188282
0.00137957
-0.000449639
0.0022515
0.00127132
-0.000326949
0.00254686
0.00115971
-0.000182851
0.00276314
0.0010474
-2.32796e-06
0.00292358
0.000962917
0.000143682
0.00304188
0.000890657
0.000268673
0.00312871
0.000877465
0.000394597
0.00319514
0.000912276
0.000519669
0.00325388
0.00101915
0.000645981
0.00329746
0.00115901
0.000775528
0.00329483
0.00139001
0.000909953
0.00329214
0.00140891
0.000995398
0.00330191
0.00141306
0.00103626
0.00338636
0.00132973
0.000926198
0.00354667
0.00115945
0.000774622
0.00375857
0.000890343
0.00065812
0.00396743
0.000776299
0.000551887
0.0041707
0.000504085
0.0004529
0.00432142
0.000549206
0.000378219
0.00441619
0.000429296
0.000282561
0.00448297
0.000507495
0.000213544
0.00449085
0.000473642
0.000126418
0.00446706
0.000633255
6.2523e-05
0.00438231
0.000485663
1.59387e-05
0.00433694
0.000467687
-2.2743e-05
0.00426805
0.000144866
-4.24001e-05
0.00424883
4.06084e-05
-7.17909e-05
0.00414661
-0.000431075
-9.45838e-05
0.00402556
-0.000942338
-0.000176944
0.00325176
-0.00237451
-0.000329435
0.00186972
-0.00715517
-0.000493588
-0.0145189
-0.000482266
-0.00192318
0.00315473
-0.000674357
-0.00207572
0.00155219
-0.000868851
-0.00186573
0.00148182
-0.000863433
-0.00122606
0.00109166
-0.000856682
-0.000476136
0.000908503
-0.000870212
0.000303666
0.000813796
-0.000810696
0.00105436
0.000769989
-0.000780122
0.0017517
0.000740241
-0.00069611
0.00236951
0.000689233
-0.000591558
0.00291904
0.000653013
-0.000485766
0.00339925
0.000611375
-0.00036687
0.00380839
0.000559129
-0.00023493
0.00415048
0.000514626
-7.00265e-05
0.00444899
0.000478272
7.48223e-05
0.00473367
0.000476474
0.000195455
0.00499519
0.000504877
0.000320669
0.00524583
0.000579101
0.00045897
0.00551355
0.000649828
0.000601027
0.00579705
0.000814008
0.000728945
0.00604713
0.000821562
0.000826889
0.00631569
0.000761188
0.000891865
0.00660728
0.000677519
0.000829495
0.00689441
0.000530193
0.000743105
0.00714516
0.000312434
0.000660168
0.00736269
0.000246956
0.000571677
0.00751158
5.92457e-05
0.000505685
0.00769641
9.47789e-05
0.000419829
0.0077972
9.10804e-05
0.000327394
0.00792227
0.00018104
0.00023386
0.00800222
0.000227675
0.00013139
0.00815157
0.000344977
5.22111e-05
0.00821741
0.000315947
-9.08813e-06
0.00832618
0.000282085
-5.82688e-05
0.00832028
9.3127e-05
-7.94427e-05
0.00835073
-3.25351e-05
-0.000115844
0.00824293
-0.000339594
-0.000133793
0.00806796
-0.000771722
-0.000178375
0.00746569
-0.00173905
-0.000267239
0.00492888
-0.00457129
-0.000377026
-0.00958124
-0.000410577
0.00313692
-0.000437419
0.0046644
-0.000515666
0.00611624
-0.000544458
0.00717053
-0.000548153
0.00804041
-0.00055461
0.00880738
-0.000534138
0.00953133
-0.000520859
0.0102193
-0.000485956
0.0108543
-0.000434488
0.0114562
-0.000373403
0.0120129
-0.000298529
0.0125093
-0.000204537
0.0129346
-8.1946e-05
0.0133114
4.08488e-05
0.0136746
0.000156515
0.0140375
0.000280838
0.0144378
0.000415994
0.0148608
0.000569914
0.0154009
0.000694346
0.015916
0.000793585
0.0163263
0.0008786
0.0166741
0.000835285
0.0169015
0.000765617
0.0169228
0.000700734
0.0169
0.000622642
0.016706
0.00056085
0.0165636
0.000486837
0.0164448
0.000403578
0.0164356
0.00033036
0.01649
0.000237927
0.0166957
0.000128135
0.0168992
5.27729e-05
0.0170972
-1.47821e-05
0.0171385
-5.22275e-05
0.0170641
-7.83469e-05
0.0166972
-9.57249e-05
0.0159051
-0.000113416
0.0141581
-0.000166254
0.00959329
-0.000222105
-0.00029031
2.0458e-05
-1.80116e-05
-2.5801e-05
6.06654e-05
-4.00639e-05
-3.77137e-05
9.46706e-05
-3.48593e-05
-4.51111e-05
0.000110651
-1.58891e-05
-5.28114e-05
0.000110304
-1.58347e-06
-5.407e-05
9.84834e-05
7.57805e-06
-5.47062e-05
8.91616e-05
2.80734e-06
-5.48825e-05
8.21205e-05
-2.22708e-06
-5.27285e-05
7.57637e-05
-4.03448e-06
-5.71277e-05
5.47978e-05
1.13109e-05
-5.86631e-05
7.99268e-06
3.91049e-05
-5.88949e-05
-7.08772e-05
7.22885e-05
-5.70788e-05
-0.000191209
0.000112532
-4.63536e-05
-0.000336224
0.000142834
-1.41865e-05
-0.000512573
0.000169952
1.55484e-05
-0.000742293
0.000186884
5.72551e-05
-0.000979181
0.000203359
5.91483e-05
-0.00125171
0.000225717
8.49812e-05
-0.00158774
0.000272621
0.000116308
-0.00198684
0.000326823
0.000156523
-0.00238986
0.000305371
0.000177421
-0.0026619
0.000157958
0.000229684
-0.00282682
1.38207e-05
0.000269766
-0.0028297
-0.000188021
0.000320753
-0.00270383
-0.000343535
0.000359567
-0.00245002
-0.000497049
0.000403706
-0.00207067
-0.000642254
0.000438453
-0.0015795
-0.000768675
0.000467133
-0.00100094
-0.000861355
0.000472824
-0.000379035
-0.000910622
0.000479887
0.00025713
-0.000918029
0.000426747
0.0007623
-0.000768869
0.000366386
0.00109225
-0.000551007
0.000258419
0.00115034
-0.000237861
0.000144686
0.000996402
1.91135e-05
3.58845e-05
0.000717817
0.000186816
-3.39962e-05
0.000442152
0.000214538
-7.89021e-05
0.000220156
0.000181258
-0.000107564
7.03544e-05
0.000121193
-0.00010938
4.62702e-05
-6.99621e-05
4.87602e-05
-6.75521e-05
-3.14707e-05
0.00011524
-0.000113064
-5.70237e-05
0.000161852
-8.98171e-05
-7.62656e-05
0.000169743
-2.95042e-05
-8.97653e-05
0.000132401
3.43369e-05
-9.80158e-05
4.94967e-05
9.06366e-05
-0.000102384
-7.83121e-05
0.000128604
-0.000109405
-0.000260474
0.000179915
-0.00012855
-0.000505885
0.000243405
-0.00013333
-0.000820616
0.000314829
-0.000126579
-0.00119603
0.000396752
-0.00012375
-0.00162223
0.000471504
-0.000118549
-0.00209245
0.000539333
-0.000108646
-0.00258492
0.000578409
-9.70065e-05
-0.00307583
0.000583591
-8.01144e-05
-0.00354433
0.000549097
-4.62932e-05
-0.00397311
0.000503005
-2.85775e-05
-0.00434866
0.000443332
-5.06049e-06
-0.00465371
0.000406215
-3.059e-06
-0.00481857
0.000319328
6.6641e-07
-0.00490514
0.00018513
2.07236e-05
-0.00487763
-0.000115751
3.60625e-05
-0.00475714
-0.000364029
2.21347e-05
-0.00455972
-0.000645718
4.41211e-05
-0.00427369
-0.000910367
5.81739e-05
-0.00387964
-0.00117992
7.3438e-05
-0.0033873
-0.00143265
8.0367e-05
-0.00279079
-0.00166463
8.32182e-05
-0.0021064
-0.00185018
7.46937e-05
-0.00136025
-0.00195133
5.46303e-05
-0.000623975
-0.00195292
3.05695e-05
0.000113982
-0.00177645
-5.45195e-05
0.000725425
-0.00141827
-0.000126423
0.00112651
-0.000848209
-0.000199346
0.00122307
-0.000256591
-0.000234226
0.00107442
0.000208864
-0.000272909
0.000780683
0.00041314
-0.000283379
0.000450985
0.000447846
-0.000293259
0.000168305
0.000358757
-0.000252495
0.000189288
-0.000134686
4.94644e-05
-0.000121593
-2.93084e-05
0.00010274
-0.000179949
-6.60525e-05
0.000105855
-0.0001063
-9.61057e-05
4.79041e-05
2.17944e-05
-0.00012551
-8.50883e-05
0.000159248
-0.000130955
-0.000287662
0.000280702
-0.000142639
-0.000574294
0.000401101
-0.000156847
-0.00095053
0.000535165
-0.000169676
-0.00141447
0.000675887
-0.000183719
-0.00194843
0.000808238
-0.000205048
-0.00253369
0.000930035
-0.00021719
-0.00313141
0.00100651
-0.00023127
-0.00370735
0.00103634
-0.000235672
-0.00422546
0.00100431
-0.000245558
-0.00468351
0.000928473
-0.000233531
-0.00508059
0.000815624
-0.000232599
-0.0054147
0.000688798
-0.000233404
-0.00567467
0.000534308
-0.000232701
-0.00582785
0.000382021
-0.000242755
-0.00584671
0.000164581
-0.00024402
-0.00580554
-4.9341e-05
-0.00026624
-0.00565705
-0.000430238
-0.000271995
-0.00546614
-0.0007124
-0.000265902
-0.00525333
-0.00102845
-0.000250065
-0.00498216
-0.00134839
-0.000252707
-0.00463783
-0.00169355
-0.000243849
-0.0042153
-0.00202559
-0.000242225
-0.00371328
-0.00233779
-0.00023898
-0.00313025
-0.00260169
-0.000241526
-0.0024746
-0.00277043
-0.000255993
-0.00177236
-0.00281954
-0.000267266
-0.00102642
-0.00267966
-0.000299448
-0.000321799
-0.00227122
-0.000347205
0.000277755
-0.0015816
-0.000411804
0.000640438
-0.000756174
-0.000457361
0.000752268
-1.79386e-05
-0.00045977
0.000636663
0.00043453
-0.000448701
0.00040164
0.00061458
-0.000435173
0.000156456
0.000553052
-0.000356426
0.000317952
-0.000169902
2.65433e-05
-0.000158044
-2.25332e-05
1.51673e-05
-0.000189559
-6.70225e-05
-4.87134e-05
-6.52896e-05
-0.000111756
-0.000213525
0.000164241
-0.000138172
-0.000467512
0.000400005
-0.000170426
-0.000828423
0.000626731
-0.000192638
-0.00129781
0.000846998
-0.000217869
-0.00185372
0.00105563
-0.000249659
-0.00246374
0.00123831
-0.00027509
-0.00308205
0.00136692
-0.000300605
-0.0036642
0.00144252
-0.000324175
-0.00419371
0.00145793
-0.00035206
-0.00464519
0.00140386
-0.000371503
-0.00501216
0.00128107
-0.000369946
-0.00530359
0.00112689
-0.000375705
-0.00552596
0.000942246
-0.000372514
-0.00569304
0.000756516
-0.000365222
-0.00579763
0.000540173
-0.00035325
-0.00583594
0.000324269
-0.000337033
-0.00578724
3.30607e-05
-0.000309993
-0.00568734
-0.000236059
-0.000279101
-0.00556171
-0.000629329
-0.000246388
-0.00542763
-0.000926125
-0.000230158
-0.00528721
-0.00124598
-0.000218164
-0.0051161
-0.00159561
-0.00021836
-0.00489339
-0.00199202
-0.000212861
-0.00460464
-0.00239338
-0.00021285
-0.00423541
-0.00278952
-0.000211002
-0.00379231
-0.00313225
-0.000214107
-0.00328103
-0.003368
-0.000218467
-0.00271342
-0.00346957
-0.000234796
-0.00205884
-0.00341539
-0.000294133
-0.00132944
-0.00309664
-0.000312061
-0.000632311
-0.00235705
-0.00039228
-8.41575e-05
-0.00139412
-0.000464238
0.000236431
-0.00041628
-0.000533202
0.000298737
0.000288337
-0.000542358
0.000222737
0.000628715
-0.00051381
8.82024e-05
0.000638973
-0.000412771
0.000379583
-0.000183463
-1.59063e-05
-0.000155817
-1.18969e-05
-0.000108934
-0.00013206
-6.35217e-05
-0.000299207
0.000100741
-0.000125677
-0.000600693
0.000442847
-0.000182091
-0.000992071
0.000770048
-0.000216389
-0.00148754
0.00109322
-0.000257278
-0.00205002
0.00136747
-0.000299157
-0.00264838
0.00160157
-0.000338919
-0.00322288
0.00174943
-0.000371783
-0.00375877
0.00183808
-0.000414949
-0.004237
0.00185812
-0.000446789
-0.00461987
0.00177944
-0.000450525
-0.00490235
0.00162506
-0.000431707
-0.00509397
0.00141854
-0.000418674
-0.00521472
0.0011983
-0.000384695
-0.00528011
0.000961715
-0.000344671
-0.0053106
0.00074228
-0.000296924
-0.00531126
0.000503115
-0.000240474
-0.00528263
0.000266487
-0.000164193
-0.00522078
-4.78341e-05
-6.89567e-05
-0.00515781
-0.000329093
-2.88055e-05
-0.00510083
-0.000693766
-5.13729e-06
-0.00503928
-0.000998781
-7.19265e-06
-0.00498099
-0.00131686
-8.82702e-06
-0.00491848
-0.00167394
-1.26282e-05
-0.00483074
-0.0020995
-1.84262e-05
-0.00469545
-0.00255601
-3.21512e-05
-0.00448715
-0.0030354
-4.98509e-05
-0.0041869
-0.00348408
-7.24394e-05
-0.00378218
-0.00383438
-9.78166e-05
-0.00330574
-0.00401667
-0.00011641
-0.00277934
-0.00400962
-0.000148393
-0.00210629
-0.00382806
-0.000221209
-0.0013617
-0.00316824
-0.000272553
-0.000678358
-0.00214713
-0.000366015
-0.000190207
-0.000979125
-0.000469368
3.03858e-05
-7.49325e-06
-0.000514186
7.06706e-05
0.000522021
-0.000514978
3.06692e-05
0.000623309
-0.000398269
0.000380264
-0.000164789
-8.81114e-05
-8.97269e-05
-1.92852e-06
-0.000289769
3.47214e-05
-7.53916e-05
-0.000612785
0.000377839
-0.000146168
-0.00101695
0.000817556
-0.000227042
-0.00151011
0.00123009
-0.000280375
-0.00205235
0.00159655
-0.000339903
-0.0026167
0.00188104
-0.000381749
-0.00315706
0.00208409
-0.00043274
-0.00365558
0.00219952
-0.000477674
-0.00408085
0.00222093
-0.000486669
-0.00439664
0.00213174
-0.000461999
-0.00459831
0.00194453
-0.000432399
-0.00470913
0.00170807
-0.000382808
-0.0047473
0.00143443
-0.000317178
-0.00473348
0.00116551
-0.000242282
-0.00468924
0.000902838
-0.000166639
-0.00463116
0.000673298
-5.86157e-05
-0.00457328
0.000431857
3.40593e-05
-0.00452863
0.000205364
0.000138133
-0.00448323
-9.63963e-05
0.000186959
-0.00445363
-0.000371844
0.000214509
-0.00444561
-0.00071494
0.000268441
-0.00444497
-0.00100435
0.000253689
-0.00445132
-0.00130697
0.000240017
-0.00447367
-0.00164657
0.000221478
-0.00449841
-0.00206745
0.000197842
-0.00450711
-0.00254294
0.000163788
-0.00447226
-0.0030726
0.000125301
-0.00436024
-0.00361133
6.65037e-05
-0.00412655
-0.00409301
1.32717e-05
-0.00375101
-0.00442873
-3.62145e-05
-0.00328141
-0.00452942
-9.08544e-05
-0.0027129
-0.00445511
-0.000103308
-0.00194574
-0.00398057
-0.000185894
-0.00115722
-0.00299179
-0.000260778
-0.000515043
-0.00168411
-0.000376394
-0.000135714
-0.000457189
-0.000494328
-1.76818e-05
0.000340474
-0.000494149
9.08867e-06
0.000543494
-0.000388039
0.000357958
-0.000149638
-0.000157013
3.81504e-05
6.37669e-06
-0.000475829
0.000296784
-7.72243e-05
-0.000899661
0.00075696
-0.000193897
-0.00138229
0.00126158
-0.000284129
-0.0019026
0.00171008
-0.000356525
-0.0024317
0.00207726
-0.000410403
-0.00296008
0.00235475
-0.000474782
-0.00341756
0.0025115
-0.0005188
-0.00378972
0.00253505
-0.00048322
-0.00405065
0.00245341
-0.000463664
-0.0042046
0.00226777
-0.000412305
-0.00426874
0.00199735
-0.000328927
-0.00425808
0.00168726
-0.000221934
-0.00419983
0.00136925
-0.00012159
-0.00411868
0.00108122
-4.56065e-07
-0.00402886
0.000809276
9.57805e-05
-0.00393908
0.000581515
0.000172769
-0.00385916
0.000346336
0.000255175
-0.00381152
0.000145952
0.000351319
-0.00376174
-0.000153067
0.00040541
-0.00375733
-0.000384635
0.000451679
-0.00377605
-0.000694329
0.000496494
-0.00381019
-0.000960234
0.000469951
-0.00385534
-0.00124355
0.000445595
-0.00392815
-0.00155476
0.000423761
-0.00401948
-0.00195299
0.000396249
-0.00412164
-0.00241704
0.000355669
-0.00421009
-0.00296004
0.000306447
-0.00425757
-0.00354499
0.000244789
-0.00420793
-0.00413079
0.000178136
-0.00401196
-0.00462601
9.12763e-05
-0.00363494
-0.0049207
2.45487e-05
-0.00315293
-0.00495684
-4.15551e-05
-0.00246215
-0.00470539
-9.17719e-05
-0.00160824
-0.00388846
-0.000147463
-0.000794276
-0.00255444
-0.000245203
-0.000246856
-0.00108647
-0.000356944
-2.68357e-05
4.04946e-05
-0.000400832
2.70611e-05
0.000420485
-0.000330382
0.000344508
-0.000115917
-0.000244637
0.000246319
7.47388e-07
-0.000660459
0.000655444
-0.000120711
-0.00114123
0.00118248
-0.000252174
-0.00164131
0.00171627
-0.000363418
-0.00215602
0.0021763
-0.00043223
-0.00267543
0.00255321
-0.000506818
-0.00310428
0.00276256
-0.000526567
-0.0034416
0.00281528
-0.000486823
-0.00368713
0.00276688
-0.000468142
-0.00383168
0.00259437
-0.000388235
-0.00386581
0.00230355
-0.000270074
-0.00382707
0.00195679
-0.000133822
-0.00374549
0.00160669
3.33028e-06
-0.00364602
0.00126799
0.000115051
-0.00354145
0.000967373
0.000212837
-0.00343523
0.000694844
0.000288053
-0.00333348
0.000473978
0.000365369
-0.00324044
0.000256509
0.000434252
-0.00318241
8.10007e-05
0.000527567
-0.00313163
-0.000193473
0.000564331
-0.00314234
-0.000383574
0.000621847
-0.00316398
-0.000659608
0.000648528
-0.00320596
-0.000897399
0.000612611
-0.0032643
-0.00115526
0.000582536
-0.00335505
-0.00143246
0.00055782
-0.00347542
-0.00179674
0.000529757
-0.00362532
-0.00223087
0.000490192
-0.00379101
-0.00275878
0.000444886
-0.00394594
-0.0033579
0.000388119
-0.00404482
-0.00400083
0.000319432
-0.0040309
-0.00461888
0.000242741
-0.0038276
-0.00510768
0.000158158
-0.00343679
-0.00534866
6.53993e-05
-0.00286379
-0.00528549
-1.07924e-05
-0.0020355
-0.00473979
-8.20689e-05
-0.00110304
-0.0035144
-0.000152502
-0.000394668
-0.0018505
-0.000266058
-1.3018e-05
-0.000405011
-0.000389349
2.75198e-05
0.000314246
-0.000299531
0.00033442
-0.000109169
-0.000310817
0.000514675
-9.47516e-06
-0.000773857
0.00105623
-0.000150218
-0.00128543
0.00164199
-0.000306194
-0.0017967
0.00218517
-0.000418457
-0.00230543
0.00264995
-0.000493795
-0.00272274
0.00294743
-0.000518341
-0.00305336
0.00306246
-0.000500393
-0.00331744
0.00307461
-0.0004757
-0.00347034
0.00292377
-0.000371658
-0.00349503
0.00262851
-0.000230079
-0.00344229
0.00225707
-6.51489e-05
-0.00335963
0.00186921
8.88141e-05
-0.00326456
0.00149867
0.000222261
-0.0031658
0.00115346
0.000320724
-0.00306641
0.000854966
0.000397339
-0.00295947
0.000584308
0.00044683
-0.00284959
0.000368175
0.000499895
-0.00274668
0.000170332
0.000548422
-0.00266306
4.07083e-06
0.000627181
-0.00260369
-0.000230956
0.000665473
-0.00261537
-0.000380091
0.000721548
-0.00262837
-0.000625941
0.000738059
-0.00266767
-0.00083127
0.000702221
-0.00272664
-0.00106264
0.000673611
-0.00282027
-0.00130547
0.0006512
-0.00294973
-0.00162985
0.000628929
-0.00311635
-0.00202464
0.00059472
-0.00331613
-0.00251766
0.000555308
-0.00353104
-0.0031032
0.000501315
-0.00372902
-0.00376868
0.000440929
-0.00384829
-0.00447006
0.000368362
-0.00381977
-0.00511443
0.000284977
-0.0035714
-0.00558115
0.000197718
-0.00312343
-0.00573071
9.82615e-05
-0.00241681
-0.00545235
1.8526e-05
-0.00147874
-0.00447512
-4.70119e-05
-0.000605955
-0.00276029
-0.000136275
-5.95739e-05
-0.00100628
-0.000223298
3.25559e-05
0.000152964
-0.000235066
0.00032092
-6.49547e-05
-0.000348117
0.000816597
-3.91242e-05
-0.000840653
0.00148415
-0.000207929
-0.00134302
0.00209068
-0.000372737
-0.00182788
0.00262868
-0.000482977
-0.00226296
0.00305619
-0.000540181
-0.00262025
0.00328014
-0.00053146
-0.00292159
0.00335961
-0.000493677
-0.00309821
0.00325887
-0.000381703
-0.0031426
0.00298272
-0.000218651
-0.00310328
0.00259907
-3.51618e-05
-0.00303563
0.00218501
0.00016046
-0.00296342
0.00178122
0.000306526
-0.00289058
0.00140416
0.000416385
-0.00280863
0.00105307
0.000482711
-0.00271027
0.000748041
0.000526039
-0.00259076
0.000473312
0.00054226
-0.00245928
0.000257269
0.000569399
-0.00232933
6.83879e-05
0.00060132
-0.00220905
-0.000104829
0.000670109
-0.0021469
-0.000274151
0.000716911
-0.00214863
-0.00038643
0.000770998
-0.00215095
-0.000600055
0.000779527
-0.00218641
-0.000771077
0.000750342
-0.00224106
-0.000974997
0.000726851
-0.00232951
-0.00118555
0.000705564
-0.00245621
-0.00146824
0.000688047
-0.00262373
-0.00181895
0.000658121
-0.00283442
-0.00226625
0.000625787
-0.00307691
-0.00281907
0.000580144
-0.00332937
-0.00347629
0.000526541
-0.00354723
-0.00421902
0.000458088
-0.00365592
-0.00498004
0.000381842
-0.0035736
-0.00564427
0.000292793
-0.00324978
-0.00604231
0.00020397
-0.00268123
-0.00601478
0.000110827
-0.00183217
-0.00532935
3.10048e-05
-0.000849895
-0.00376082
-5.13561e-05
-0.000191131
-0.00170374
-0.000120681
3.73914e-05
-0.000117501
-0.000177868
0.000314911
-3.75861e-05
-0.000345213
0.00111785
-6.56902e-05
-0.000830236
0.00190726
-0.000254991
-0.00131965
0.00253045
-0.000425179
-0.00178556
0.00306198
-0.000530949
-0.00217716
0.00342985
-0.000553359
-0.00249743
0.003593
-0.000508022
-0.00270687
0.00357658
-0.000404966
-0.00279123
0.00336023
-0.0002361
-0.00278466
0.00299017
-3.20666e-05
-0.00274229
0.00255903
0.000199313
-0.0027035
0.00212949
0.000371468
-0.00266666
0.0017167
0.000492049
-0.00262062
0.0013303
0.000566659
-0.00254783
0.000963759
0.000593479
-0.00244198
0.000642686
0.000599462
-0.00229776
0.000353807
0.000578147
-0.00213766
0.000133402
0.000580922
-0.00195761
-7.40828e-05
0.000595832
-0.00181654
-0.000226673
0.000662555
-0.00175015
-0.000328503
0.00073086
-0.00174327
-0.000409034
0.000793208
-0.00174049
-0.000588443
0.00079987
-0.00177028
-0.000726306
0.000778861
-0.00182214
-0.000900228
0.000765505
-0.00190152
-0.00108405
0.000748557
-0.00201774
-0.00132767
0.000736885
-0.00217055
-0.00163627
0.000711197
-0.00236962
-0.00203248
0.000684446
-0.00261185
-0.00253746
0.000643759
-0.00288642
-0.00316269
0.000598331
-0.0031583
-0.0039116
0.000538191
-0.00337052
-0.00473978
0.000465991
-0.00343555
-0.00555945
0.000381065
-0.00326511
-0.006198
0.000289615
-0.00282442
-0.00644666
0.000200454
-0.00209638
-0.00605438
0.000124002
-0.00111785
-0.00474786
5.23121e-05
-0.000337259
-0.00251788
-1.06591e-05
3.1351e-05
-0.000534367
-8.13621e-05
0.000297497
1.62952e-05
-0.000323502
0.00140233
-0.000102611
-0.000783229
0.00230881
-0.000311007
-0.00125352
0.0029536
-0.00047948
-0.001679
0.00346056
-0.000568342
-0.00201983
0.00376008
-0.000547755
-0.00227617
0.00385509
-0.000457624
-0.00241466
0.0037345
-0.000289155
-0.00245896
0.00341726
-7.32197e-05
-0.00245099
0.00299348
0.000198918
-0.00244787
0.00254353
0.000403932
-0.00246014
0.00210993
0.000556831
-0.00246757
0.00168696
0.000639051
-0.00244702
0.0012805
0.00067125
-0.00237541
0.00088136
0.000651328
-0.00224757
0.000528362
0.000612349
-0.00207318
0.000222032
0.000548987
-0.00185203
-3.30612e-05
0.000520238
-0.00161382
-0.000251596
0.000525122
-0.00144591
-0.000363501
0.000597229
-0.0013718
-0.000410402
0.00072474
-0.00137357
-0.000449192
0.000807105
-0.00136983
-0.000592875
0.000802314
-0.00140326
-0.000691863
0.000796469
-0.0014581
-0.000837674
0.000795313
-0.00153449
-0.000999052
0.00078559
-0.00164261
-0.00121007
0.000781172
-0.00177979
-0.00148273
0.000757443
-0.00195817
-0.00183127
0.000734539
-0.00218064
-0.00228472
0.000695859
-0.00244945
-0.00286072
0.000654651
-0.00274433
-0.00358526
0.000598591
-0.00301723
-0.00444077
0.000532424
-0.0031932
-0.00536308
0.000448846
-0.00317526
-0.00620258
0.000354965
-0.00287391
-0.00673943
0.000262349
-0.00227301
-0.00665032
0.0001825
-0.00136935
-0.00565051
0.000133529
-0.000459077
-0.00344297
7.00958e-05
-2.61687e-06
-0.0010148
9.83121e-06
0.00025643
5.80237e-05
-0.00028095
0.00165237
-0.000126241
-0.000699892
0.00267662
-0.000347293
-0.00113882
0.00335131
-0.000511811
-0.00151176
0.00381498
-0.00057055
-0.00180868
0.00405627
-0.000511561
-0.00200481
0.00406978
-0.000362707
-0.00210856
0.00385293
-0.000136028
-0.00214322
0.00347214
0.000146711
-0.00217544
0.00302187
0.000407836
-0.00223415
0.00257216
0.000599713
-0.00230613
0.00213619
0.000716435
-0.00235672
0.00169502
0.000752005
-0.00235469
0.00125215
0.000732234
-0.00227246
0.000800188
0.000652967
-0.00211179
0.000395651
0.000564914
-0.00188957
6.05629e-05
0.000451969
-0.00158841
-0.000256175
0.000400643
-0.00129908
-0.000461156
0.00039161
-0.00108186
-0.000549293
0.000501807
-0.00100461
-0.000530953
0.000710319
-0.00103214
-0.000510577
0.000836863
-0.00103102
-0.000617346
0.00080217
-0.00107252
-0.000665988
0.000814477
-0.00114111
-0.000781618
0.000832615
-0.00122438
-0.00092634
0.000833929
-0.00133099
-0.00111435
0.000839213
-0.00145513
-0.00136089
0.00081682
-0.00161144
-0.00166991
0.000795268
-0.00180634
-0.0020747
0.000755184
-0.00205055
-0.00259643
0.000715159
-0.00233906
-0.00327528
0.00066139
-0.00264075
-0.00412067
0.000598975
-0.00289006
-0.00509968
0.000518446
-0.00299314
-0.00608893
0.000423595
-0.0028438
-0.00688362
0.000324199
-0.00236816
-0.00712615
0.000240418
-0.001574
-0.00644921
0.000186513
-0.000599703
-0.00442041
0.000162922
-3.98983e-05
-0.00160817
0.000116117
0.000175631
0.000131482
-0.000223894
0.00185281
-0.000149507
-0.000591697
0.00299894
-0.00038574
-0.000979183
0.00370205
-0.000539635
-0.00129909
0.00412203
-0.000566582
-0.00155215
0.00431691
-0.000463529
-0.0017052
0.00424753
-0.000253377
-0.00179728
0.00395995
2.47955e-05
-0.00186027
0.00354214
0.000349204
-0.0019579
0.00309286
0.000610479
-0.00208943
0.002653
0.000779389
-0.00222907
0.00221696
0.000855648
-0.00232666
0.00174888
0.000832049
-0.00234421
0.00125638
0.000741527
-0.00224122
0.000723678
0.000583075
-0.00204954
0.000262733
0.00042735
-0.00173947
-0.000145615
0.000261028
-0.00135742
-0.000515706
0.000163923
-0.000970492
-0.000736291
0.000165454
-0.000684093
-0.000782187
0.000325883
-0.000615081
-0.000698193
0.000695945
-0.000690694
-0.000586988
0.000884965
-0.000703951
-0.00064848
0.000801982
-0.000760041
-0.000632872
0.000832
-0.000857716
-0.000715572
0.000882629
-0.000959584
-0.000854007
0.000895819
-0.0010744
-0.00103347
0.000916007
-0.00119266
-0.00126775
0.00089245
-0.0013303
-0.00155007
0.000869537
-0.00149731
-0.00191329
0.000822242
-0.00171005
-0.00238153
0.000777587
-0.00197533
-0.00300304
0.000720193
-0.0022774
-0.00381125
0.000657485
-0.00256774
-0.00480354
0.000577033
-0.00275701
-0.00589734
0.000480299
-0.00273631
-0.00690426
0.000374651
-0.00239016
-0.00747533
0.000277556
-0.00169973
-0.00714787
0.000220929
-0.000738047
-0.00538508
0.000200406
-5.23873e-05
-0.00230183
0.000204776
9.93195e-05
0.000183321
-0.000155085
0.00199621
-0.000152553
-0.000462624
0.00327129
-0.000398565
-0.000791777
0.00400319
-0.000537665
-0.00107018
0.00439438
-0.000531691
-0.00127872
0.00454037
-0.000381415
-0.00141545
0.00440691
-0.000110938
-0.00150915
0.00407045
0.000228835
-0.00162357
0.00363809
0.000568933
-0.00179476
0.00320648
0.000827573
-0.00200609
0.00278434
0.000974426
-0.00221767
0.00235036
0.00100677
-0.00237068
0.00185503
0.000911585
-0.00241679
0.00130313
0.000733249
-0.00229332
0.000668281
0.000452949
-0.00203855
0.000119622
0.000218324
-0.00164136
-0.000393882
-5.44681e-06
-0.00115675
-0.000814658
-0.000155723
-0.000639519
-0.00106104
-0.000180778
-0.000237082
-0.00104373
4.09994e-06
-0.000169409
-0.000868918
0.000596008
-0.000322068
-0.000651971
0.000944479
-0.000368544
-0.000657275
0.000801835
-0.000453212
-0.000564223
0.000858128
-0.000601962
-0.000618364
0.000969191
-0.000735824
-0.00077339
0.000998703
-0.000867181
-0.000965885
0.00103062
-0.000986509
-0.00120416
0.00100322
-0.0011092
-0.0014747
0.000971075
-0.00125007
-0.00180489
0.000910339
-0.00142983
-0.00222272
0.000854543
-0.0016658
-0.00277898
0.000788716
-0.00195407
-0.00353081
0.000722872
-0.00226114
-0.00450293
0.000641723
-0.00250529
-0.00565903
0.000541649
-0.00258141
-0.00683452
0.000427711
-0.0023549
-0.00770952
0.000319347
-0.00176771
-0.00774853
0.000251239
-0.000860715
-0.00630089
0.000233929
-7.68957e-05
-0.00309261
0.000260144
3.87376e-06
0.000245701
-8.02512e-05
0.00207158
-0.00015192
-0.000313119
0.00347295
-0.000410496
-0.000582176
0.00424739
-0.000536886
-0.000822391
0.00462922
-0.000497755
-0.000992377
0.00472375
-0.000295603
-0.00111857
0.00453969
4.33345e-05
-0.00122843
0.00417367
0.000426461
-0.00140093
0.00375528
0.000795448
-0.00165056
0.00335578
0.00106068
-0.0019531
0.00296515
0.00119287
-0.00226251
0.00255441
0.00118002
-0.00249819
0.00205273
0.000980475
-0.00258162
0.00144137
0.000654572
-0.0024309
0.000675685
0.000207056
-0.00209204
-9.72027e-06
-0.00011757
-0.00161553
-0.000581365
-0.000480217
-0.00098758
-0.0010493
-0.000772301
-0.000278855
-0.00125023
-0.00092468
0.000294898
-0.00115984
-0.000630913
0.000337673
-0.000936595
0.000416165
0.000109024
-0.000714577
0.00105979
8.78088e-06
-0.000607809
0.000827838
-0.000146958
-0.000364978
0.000901401
-0.000390144
-0.000426489
0.00111056
-0.000561293
-0.000683033
0.00115011
-0.000702609
-0.000921928
0.00118752
-0.000825273
-0.00117824
0.00115237
-0.00093454
-0.00145159
0.0011014
-0.0010491
-0.00175699
0.00101706
-0.00119493
-0.00212649
0.00094189
-0.00139811
-0.00261049
0.00086012
-0.0016655
-0.00328839
0.000785141
-0.0019768
-0.00421015
0.000698781
-0.00225885
-0.00539136
0.000594814
-0.00240839
-0.00669703
0.000472465
-0.00228188
-0.00784887
0.000352032
-0.00179029
-0.00825529
0.00026912
-0.000946169
-0.00715797
0.000248934
-0.000116305
-0.00393043
0.000298156
-0.000126426
0.000302191
1.08977e-05
0.00207027
-0.000132966
-0.000150748
0.00361952
-0.000401868
-0.000375839
0.00445274
-0.000503515
-0.000569952
0.00481996
-0.000435813
-0.000720258
0.00488127
-0.000179594
-0.000839957
0.00466013
0.000208385
-0.000978309
0.00427594
0.000650703
-0.00120541
0.00388029
0.00105868
-0.0015292
0.00351866
0.00134837
-0.00191854
0.00316097
0.00149025
-0.00232463
0.0027902
0.00144879
-0.00267547
0.00231811
0.00117997
-0.00285472
0.00166113
0.000733541
-0.00270119
0.000741296
2.65051e-05
-0.00226335
-8.28905e-05
-0.000580969
-0.00169669
-0.000637523
-0.00110857
-0.00083388
-0.00108859
-0.00175787
0.000155099
-0.00116843
-0.00208622
0.000910221
-0.00103775
-0.00157063
0.000952055
-0.000887077
0.000119082
0.000643087
-0.000742442
0.00112133
0.000415652
-0.000315026
0.000821379
0.000149954
7.6913e-05
0.00102117
-0.000221389
-9.0319e-05
0.00138565
-0.000446719
-0.000587235
0.00144022
-0.000594063
-0.000935053
0.00143788
-0.000710422
-0.00122304
0.00137005
-0.000799952
-0.00150195
0.00127341
-0.000883478
-0.00178361
0.00115023
-0.000991314
-0.00210196
0.00104327
-0.00115691
-0.00250544
0.000939187
-0.00139613
-0.00309311
0.00085057
-0.00170394
-0.00393406
0.000757866
-0.00201663
-0.0051019
0.000649377
-0.0022343
-0.00649683
0.000517129
-0.00220552
-0.00789397
0.000381414
-0.0018117
-0.00866651
0.000281165
-0.00103235
-0.00795382
0.000250156
-0.000171999
-0.00480086
0.000313267
-0.000310642
0.000345439
0.000124828
0.00195873
-0.000108638
3.99688e-05
0.00368736
-0.00038624
-0.000147416
0.00462009
-0.000497432
-0.000317937
0.0049872
-0.000382877
-0.000445534
0.00498924
-3.71236e-05
-0.00054412
0.00473115
0.000389583
-0.000697245
0.00434658
0.000898951
-0.000967393
0.00397316
0.001381
-0.00135084
0.00364788
0.00172617
-0.00182607
0.00333069
0.00190848
-0.00237849
0.00304277
0.00188722
-0.00292197
0.00269347
0.00150964
-0.00327863
0.00213063
0.000741388
-0.00305101
0.00115106
-0.000591309
-0.00240955
0.000155392
-0.00149051
-0.00165441
-0.000415209
-0.00199382
-0.000515433
-0.000677597
-0.00301527
0.000666114
-0.000731491
-0.00326632
0.00139681
-0.000629887
-0.00234131
0.00141344
-0.000778504
-8.42103e-05
0.00126817
-0.000743043
0.000867333
0.0010242
0.000319366
0.000713468
0.000427658
0.000996425
0.00141484
-0.000249054
0.00047619
0.00202793
-0.000476695
-0.00058589
0.00192543
-0.000549132
-0.00110789
0.00178598
-0.00063808
-0.00139051
0.00165971
-0.00069151
-0.00166054
0.00148037
-0.000730239
-0.00190932
0.00129847
-0.00079286
-0.00216414
0.00115086
-0.000914153
-0.00247736
0.00101858
-0.00111214
-0.00296306
0.000911297
-0.00139862
-0.00369551
0.00080833
-0.00173251
-0.00480117
0.000694349
-0.0020204
-0.00623103
0.000554121
-0.00210101
-0.00783174
0.000404103
-0.00182625
-0.00895857
0.000284709
-0.00112988
-0.00866848
0.000243918
-0.00024932
-0.00569394
0.000314294
-0.000570347
0.000387769
0.000206345
0.00178786
-6.34152e-05
0.000179677
0.00370962
-0.000346382
7.83107e-05
0.00470891
-0.000446632
-3.58324e-05
0.00509366
-0.000308995
-0.000144088
0.00507244
9.42256e-05
-0.00024183
0.00478358
0.000567663
-0.000403393
0.00438358
0.00113983
-0.000716772
0.00403548
0.0016977
-0.00115826
0.00374363
0.00210004
-0.00168905
0.00345193
0.0023179
-0.00233131
0.00330368
0.00227038
-0.00306979
0.00305049
0.00204678
-0.00368505
0.00242488
0.00153624
-0.00350846
0.00137072
-0.000261837
-0.00270351
0.000139366
-0.00150973
-0.0017873
-0.000519469
-0.00207773
-0.000246636
-0.000481129
-0.0037822
0.00144582
-0.000175432
-0.00485808
0.00221616
0.000264521
-0.00374338
0.00238303
-0.000499756
-0.000760594
0.0021383
-5.8365e-05
0.00048102
0.00117844
0.00167119
0.00171511
-0.000173619
0.00148647
0.00413335
-0.000837993
-5.9248e-05
0.00435033
-0.000696455
-0.00131902
0.0028781
-0.000567423
-0.00162161
0.00226129
-0.000587516
-0.00175666
0.00203114
-0.00059945
-0.00194763
0.00172521
-0.000582504
-0.00214678
0.0014505
-0.00059592
-0.00231638
0.00125027
-0.00067479
-0.00252695
0.00109082
-0.000832
-0.00289938
0.000964575
-0.00108432
-0.00350883
0.000853356
-0.0014119
-0.00451917
0.000734226
-0.00175426
-0.00591715
0.000582536
-0.00195846
-0.00764688
0.000415894
-0.00184501
-0.00908795
0.000276774
-0.00127705
-0.00925421
0.000219729
-0.000399429
-0.00658624
0.000285499
-0.000980528
0.000381975
0.000289587
0.00153474
-4.61426e-05
0.000330453
0.00365649
-0.000345638
0.000269739
0.00474642
-0.000427984
0.000212175
0.00511822
-0.000258923
0.000178956
0.00507274
0.000177682
0.000103686
0.00475939
0.00072388
-5.21559e-05
0.0043367
0.0013722
-0.000363826
0.00396236
0.00206428
-0.000775841
0.00361975
0.00262058
-0.00125185
0.00325744
0.00302394
-0.00194815
0.00299076
0.00353391
-0.00294065
0.00238327
0.00409768
-0.00398153
0.0011873
0.00429838
-0.00406875
0.000200194
0.00195186
-0.00299579
-0.000854111
-0.000570116
-0.0017992
-0.00162068
-0.00111358
-0.000313604
-0.00146138
-0.00217288
0.00190817
-0.000189946
-0.00497544
0.00398785
0.00106143
-0.00606134
0.00504022
0.000457233
-0.00343355
0.003615
0.00285029
-0.00045089
0.000764827
0.00452621
0.00369034
-0.00142782
-0.000118803
0.0092854
-0.00185673
-0.00321071
0.00847384
-0.00113257
-0.00317561
0.00430877
-0.000613636
-0.00275112
0.0028254
-0.000533348
-0.00246738
0.00251175
-0.000495065
-0.00242995
0.00200177
-0.000409873
-0.00253624
0.00159331
-0.000366996
-0.00259107
0.00134024
-0.000397044
-0.00268338
0.00115531
-0.000505329
-0.00292701
0.00100502
-0.000716612
-0.00338706
0.00087928
-0.00103754
-0.00425836
0.000758637
-0.00142551
-0.00556428
0.000608956
-0.00174161
-0.00734923
0.000426804
-0.00180741
-0.00903413
0.000269337
-0.001413
-0.00966355
0.000203619
-0.000567974
-0.00744431
0.00026085
-0.00155773
0.000404995
0.000281544
0.0013021
-3.32597e-07
0.000384728
0.00356373
-0.00031389
0.000403708
0.00471967
-0.00039353
0.000400938
0.00510033
-0.000209366
0.000408866
0.00502678
0.000236162
0.000362121
0.00467647
0.000860093
0.000210038
0.0042183
0.00157291
-0.000124881
0.00382224
0.00234218
-0.00053545
0.00340393
0.0029568
-0.000843746
0.00303211
0.00315686
-0.00155942
0.00232348
0.00425134
-0.00272774
0.00107815
0.00549118
-0.00408046
-0.000537463
0.00571763
-0.00460089
-0.00131614
0.00264584
-0.00351638
-0.00143691
-0.00203649
-0.00192166
-0.00169721
-0.00372728
-0.000622429
-0.00142141
-0.00384604
0.00107324
8.14421e-05
-0.00513992
0.0040676
0.0017695
-0.00841725
0.00533598
0.00272912
-0.00686009
0.00277724
0.00672018
-5.2536e-06
0.000552341
0.00627933
0.00382509
4.56057e-06
-0.00209316
0.00600778
-0.000308808
-0.00619428
0.00690808
-0.000294118
-0.00505175
0.00467937
-6.44959e-05
-0.00399046
0.0031283
-0.000178737
-0.00332577
0.00284582
-0.000259443
-0.00304115
0.00222358
-0.000177349
-0.00301872
0.00159102
-0.000134426
-0.00291419
0.00129452
-0.000164424
-0.00285932
0.00110307
-0.000254682
-0.00298669
0.000981357
-0.00041468
-0.00333253
0.000875236
-0.000653061
-0.00409039
0.000756865
-0.00101008
-0.00524707
0.000598879
-0.00141261
-0.0069632
0.000408506
-0.00166727
-0.00878794
0.000240171
-0.00150318
-0.00983579
0.000169256
-0.000781175
-0.00817665
0.000214342
-0.00234617
0.000373686
0.000236022
0.00110809
-5.00241e-06
0.000407637
0.00339986
-0.00030558
0.0005249
0.00459133
-0.000379335
0.000593029
0.00500088
-0.00019566
0.000642152
0.0049232
0.000253343
0.000599735
0.00456209
0.000902497
0.000420242
0.00408961
0.00165677
4.0099e-05
0.00365041
0.00248257
-0.00047707
0.00324681
0.00303212
-0.00101887
0.00303102
0.00309273
-0.00178706
0.00243057
0.00309914
-0.00291882
0.00123994
0.00325305
-0.0042711
-0.000181804
0.00283186
-0.00480491
-0.00090989
-0.000103764
-0.0038092
-0.000960069
-0.00444098
-0.00208615
-0.00101933
-0.00628437
-0.00104515
-0.00119225
-0.00419246
-0.00132157
-0.000752886
-0.000861634
-0.00152721
0.00122697
-0.00250233
-0.00289718
0.00453179
-0.00472123
-0.00176212
0.00670534
-0.00453185
0.00314782
0.0030291
-0.00648986
0.0054161
-0.00294601
-0.00585916
0.00392019
-0.00568547
0.000740497
0.00208976
-0.00461425
0.00253094
0.00122747
-0.00414413
0.00228836
0.000553685
-0.00375204
0.00255087
0.000164961
-0.00342698
0.00200551
0.000196928
-0.00339667
0.00125764
0.000232965
-0.00318449
0.00105316
0.000176082
-0.00299387
0.000976309
4.76976e-05
-0.00301286
0.000930624
-0.000167457
-0.00323708
0.000871737
-0.0004599
-0.00388363
0.000777617
-0.000793923
-0.00495885
0.0006476
-0.00116603
-0.00661355
0.000425709
-0.00148817
-0.00847303
0.00021938
-0.00147507
-0.00985746
0.000129639
-0.000886504
-0.00877151
0.000161298
-0.00323835
0.000327904
0.000212653
0.000947812
-1.7307e-05
0.000428683
0.00320924
-0.000305659
0.000602157
0.00442125
-0.000383036
0.00071782
0.00486821
-0.000217618
0.000790174
0.0048036
0.000216096
0.000756635
0.00444487
0.000845332
0.000582547
0.00396288
0.00159373
0.000202434
0.00348467
0.0024168
-0.00037412
0.00310016
0.00303209
-0.00110384
0.00288937
0.00344449
-0.00185017
0.00265535
0.00289804
-0.00285872
0.00223297
0.00190231
-0.00410802
0.00117255
0.00117103
-0.00396168
0.000101507
-0.00224931
-0.002545
-0.000537334
-0.00539133
-0.00103499
-0.0018068
-0.00443562
0.00012638
-0.00307396
-0.00187518
-0.00105485
-0.0029331
0.00237443
-0.00513106
-0.00123595
0.00578347
-0.0102288
0.00372414
0.00303998
-0.00718629
0.0058775
-0.00889761
0.00233872
0.000258766
-0.0168886
0.00611217
-0.00449977
-0.00832282
0.00407423
-0.00516721
-0.000268479
0.0024291
-0.00353242
0.000626813
0.00191212
-0.00366222
0.000512859
0.00118298
-0.00343239
0.00115365
0.000668731
-0.00325637
0.0010631
0.000734047
-0.00352298
0.000462297
0.000760188
-0.00325421
0.000488633
0.000614758
-0.00297225
0.000687628
0.000384877
-0.00293295
0.000808384
0.000126492
-0.00310763
0.000832988
-0.000178252
-0.00368532
0.000776268
-0.000549257
-0.00464341
0.000632264
-0.000974404
-0.00621223
0.000449807
-0.00133782
-0.00811391
0.000209024
-0.00139688
-0.00980599
8.53942e-05
-0.00091464
-0.00926195
0.000110988
-0.00415358
0.000296505
0.000206257
0.000797573
-3.9444e-05
0.000455333
0.0029941
-0.000315199
0.00066044
0.00423159
-0.000404487
0.000805252
0.00472318
-0.000271987
0.000892567
0.00469473
0.000125238
0.00088892
0.00434887
0.000678092
0.000777039
0.00386694
0.00134327
0.000545523
0.00333716
0.00209439
0.000202393
0.00284812
0.00280107
-0.000447848
0.00225546
0.00412511
-0.0010982
0.00174629
0.00458393
-0.00213426
0.00155644
0.00460483
-0.00296187
0.00104092
0.00258056
-0.00220537
0.000668838
-0.00268796
-0.000991639
0.00047722
-0.00637095
-0.000449432
-0.00200445
-0.00523793
0.00147593
-0.00457336
-0.00563794
0.00146312
-0.0058002
-0.000872226
-0.00201756
-0.00583957
0.00681574
-0.00667566
-0.000872371
0.0104072
-0.00669733
0.00609291
-0.00129973
-0.000429225
0.00193125
-0.0170596
0.00346973
-0.0060889
-0.00852271
0.00203627
-0.00620842
-0.000482788
0.00124172
-0.00335499
-0.000400369
0.0018479
-0.002861
-0.00184706
0.00134008
-0.00213766
-0.000590975
0.000989662
-0.00239568
-0.000258299
0.00136182
-0.00309902
-0.00115666
0.00137075
-0.00291055
-0.00040323
0.00108863
-0.00267956
0.000291408
0.000692029
-0.00267528
0.000697461
0.000301735
-0.00287435
0.000826031
-6.86078e-05
-0.00343942
0.000796206
-0.000433697
-0.00435847
0.000670281
-0.000801243
-0.00587425
0.000446247
-0.00113163
-0.00778477
0.000189342
-0.0012013
-0.00974294
3.1136e-05
-0.000803972
-0.00966824
4.12119e-05
-0.0049542
0.000233953
0.000204888
0.000656224
-7.09412e-05
0.000473495
0.0027746
-0.000333831
0.000697921
0.00404231
-0.000441571
0.000851941
0.00459642
-0.000352262
0.000927259
0.00463541
-2.1098e-05
0.000895852
0.00435667
0.000435656
0.000733687
0.00396749
0.000934923
0.000342105
0.0035942
0.00146833
-0.000246059
0.0033
0.00177297
-0.00119737
0.00303339
0.00198521
-0.00210792
0.0027753
0.00133677
-0.0026196
0.00266393
8.29884e-05
-0.00158822
0.00297272
-0.0043668
-0.00032473
0.00399233
-0.0078148
-0.000722084
0.00404903
-0.0079982
-0.00103336
0.000357563
-0.00856012
0.0010551
-0.00410673
-0.0106452
0.00279542
-0.00744236
-0.00818679
0.00438279
-0.00997804
-0.00038793
0.00437156
-0.00687457
0.012672
0.00304354
0.00525974
0.0072
0.00171245
0.00674742
-0.0110672
0.00147818
-0.00339179
-0.0114146
0.000366789
-0.0058207
-0.0037033
0.000615187
-0.00413939
-0.00240216
0.00130863
-0.00298298
-0.00154777
0.000726636
-0.001674
0.000585593
0.000991897
-0.00192884
-0.000658202
0.00189585
-0.0023219
-0.00275049
0.00191884
-0.00214455
-0.00128678
0.00146907
-0.00211445
1.4217e-06
0.000905267
-0.00228804
0.000700778
0.000399973
-0.00259694
0.000916771
-1.5545e-05
-0.00320041
0.000859042
-0.000418181
-0.00406542
0.000710887
-0.00077191
-0.0055598
0.00044713
-0.00106742
-0.00749044
0.000140543
-0.00112028
-0.00968945
-3.07059e-05
-0.00072512
-0.0100664
-3.7148e-05
-0.00567115
0.000162092
0.000188554
0.000534025
-0.000108279
0.000474378
0.00254858
-0.000354196
0.000726537
0.00384198
-0.000481236
0.000903986
0.00446883
-0.000433451
0.0010123
0.00458098
-0.000186391
0.00101264
0.00437563
0.000248643
0.000900888
0.00407944
0.000693679
0.000490351
0.00386253
0.00129831
-0.00035123
0.00382428
0.00181739
-0.00189554
0.00418946
0.00201043
-0.00381413
0.00504667
0.0003751
-0.0044896
0.00652429
-0.00503073
-0.00225762
0.0085016
-0.0127992
-0.000754539
0.0105002
-0.0138006
-0.00204492
0.0104888
-0.0112641
-0.00256713
0.00482422
-0.012156
-0.00125222
-0.00225341
-0.0132619
-0.00052059
-0.00558104
-0.0139911
0.00331382
-0.00929081
-0.0120174
0.00997883
-0.0119335
0.00143211
0.010623
0.000794051
0.0101776
0.00478311
0.00957548
-0.000673846
0.000537116
0.00222274
-0.0110501
0.00123806
-0.00214084
-0.0124147
0.00313535
-0.0036584
-0.00918669
0.00282089
-0.00337773
-0.00228476
0.00179048
-0.00184475
0.000556436
0.00217828
-0.00114053
-0.00232049
0.00267561
-0.00097217
-0.00325157
0.00232736
-0.00112039
-0.0011669
0.00165791
-0.00145139
0.000148994
0.000962261
-0.00190439
0.000926721
0.000388495
-0.00235565
0.00109204
-4.87038e-05
-0.0029917
0.000948238
-0.000458366
-0.00379654
0.000758756
-0.000794225
-0.00526271
0.000434978
-0.00107182
-0.00720672
9.62888e-05
-0.00110272
-0.00965102
-0.00010154
-0.000690558
-0.0104765
-0.000119497
-0.00635136
5.23862e-05
0.000179107
0.000418209
-0.000138868
0.000474559
0.00232176
-0.000367125
0.000756433
0.00362443
-0.000508221
0.000976298
0.00431599
-0.000494435
0.00114735
0.0044851
-0.000299349
0.00126699
0.00430775
0.000126256
0.00133806
0.00399915
0.000622334
0.00126783
0.00367301
0.00147202
0.000821455
0.00347726
0.00265226
-0.000353032
0.00366184
0.00416561
-0.00163088
0.00486023
0.00361442
-0.00182777
0.00711031
0.000585794
-0.000336371
0.00977802
-0.00278498
-0.000467532
0.0129921
-0.00204288
-0.00297878
0.014752
-0.00372566
-0.00342865
0.00877956
-0.011867
-0.00337707
0.00212564
-0.0174638
-0.00344954
-0.000138147
-0.0203035
-0.000501898
-0.00635002
-0.0204258
0.00346882
-0.0127144
-0.00981323
0.00248085
-0.00302828
0.00728275
-0.000157251
0.00777431
0.00139619
0.000591887
0.00488479
-0.014354
0.00449326
0.00161018
-0.0203237
0.00647604
-0.000286949
-0.0159401
0.00524969
-0.00134633
-0.00571558
0.00397135
-0.00070219
-0.00202536
0.00361742
6.47377e-05
-0.00244519
0.00308199
-0.00014373
-0.000995902
0.00231438
-0.000736978
0.000490652
0.00155615
-0.00123449
0.0011362
0.00085717
-0.00179192
0.00145426
0.000332095
-0.00226514
0.00131781
-9.46337e-05
-0.00283767
0.0010289
-0.000495416
-0.00354844
0.000777246
-0.000836651
-0.00494907
0.000411466
-0.00112407
-0.00689917
4.865e-05
-0.00116387
-0.00959356
-0.000150818
-0.000750867
-0.010879
-0.00018827
-0.00708627
-1.93778e-05
0.000153674
0.000334298
-0.000170005
0.000452281
0.00209781
-0.000380475
0.000756091
0.00339464
-0.000533848
0.00100828
0.00414404
-0.000555879
0.00121086
0.00437986
-0.000423526
0.00139654
0.00424124
-0.000104375
0.0015496
0.00390786
0.000353894
0.00164211
0.00346916
0.00107256
0.00169178
0.00309769
0.00186374
0.00151879
0.00284925
0.00310818
0.00145121
0.00336001
0.00417463
0.0030698
0.00492073
0.00366957
0.00729548
0.00647443
0.0043372
0.0081365
0.00914533
0.0127624
0.0043945
0.0123488
0.0144602
0.00310451
0.00940623
-0.000555929
0.00253405
0.00636533
-0.0147817
0.00241779
0.00457872
-0.0186406
0.00292802
-0.00407917
-0.0179314
0.00155298
-0.00954208
-0.0127667
-0.00382996
-0.00232138
0.0051939
-0.00502349
0.00640225
0.00223379
-0.000322424
0.0042983
-0.0118188
0.00493525
0.00162045
-0.0152969
0.00696934
0.00191179
-0.0136001
0.00574244
0.00133153
-0.00630138
0.00432392
0.000659994
-0.00161357
0.0034792
0.000149929
0.000579456
0.002715
-0.000446377
0.00153975
0.00196528
-0.00106271
0.00189663
0.00126672
-0.00146364
0.00191514
0.000646547
-0.00190539
0.00177142
0.000222997
-0.00225504
0.00129098
-0.000128542
-0.00273077
0.000955194
-0.00047498
-0.00330954
0.000655364
-0.000799062
-0.00461073
0.000305886
-0.00111345
-0.00653733
-4.55577e-05
-0.00119348
-0.0094713
-0.000233614
-0.000830446
-0.0112161
-0.00028694
-0.00789921
-0.000104322
0.000137491
0.00026625
-0.000197808
0.000426746
0.00188826
-0.000386985
0.00074031
0.00316116
-0.000545252
0.00101083
0.00396203
-0.000599841
0.00123276
0.00426956
-0.000523559
0.00142098
0.00419334
-0.000303586
0.00158704
0.00389555
2.93922e-05
0.00171758
0.00346856
0.000456238
0.00203873
0.00308508
0.000640797
0.00258939
0.00271084
0.000926808
0.00336604
0.00253816
0.00221353
0.00587977
0.00292064
0.0027506
0.0128735
0.00297848
0.00222412
0.0174705
0.00288527
0.0150933
0.0144855
0.00382094
0.0286038
0.0116676
0.00494911
0.0168653
0.0116464
0.00755357
-0.00404658
0.0107939
0.00690861
-0.00860073
0.00684312
-0.0011124
-0.00474549
0.0032952
-0.00654773
-0.00501934
0.00057471
-0.00190577
0.00212182
-6.5515e-05
0.00504256
0.00259559
0.0017788
0.00299373
-0.00253887
0.00311811
-0.000164376
-0.00113992
0.00395947
0.000301404
-0.00200303
0.00393642
0.000688698
-0.00161386
0.00345355
0.000480258
-0.000118756
0.00286791
-0.000234351
0.0012381
0.00230018
-0.000819827
0.00155152
0.00179314
-0.00128201
0.00148695
0.00121533
-0.00160111
0.0016194
0.000682992
-0.00196593
0.00150557
0.000299734
-0.0021637
0.00102018
-2.31832e-05
-0.00255304
0.000723644
-0.000349326
-0.00301536
0.000467133
-0.000679419
-0.00421755
0.000172082
-0.00105463
-0.0060931
-0.000123354
-0.00122054
-0.0092382
-0.000327511
-0.00094119
-0.0114581
-0.000378752
-0.00880674
-0.000177706
0.000118079
0.000215226
-0.000226168
0.00038932
0.00169261
-0.000389666
0.000708157
0.00292503
-0.000547616
0.000996311
0.00376356
-0.000625517
0.00124166
0.00413707
-0.000594286
0.00144338
0.00413205
-0.000430033
0.0016366
0.00389615
-0.000198722
0.00179902
0.00352029
0.00011062
0.00215216
0.0031465
0.000196129
0.00292176
0.00274693
0.00011867
0.00406081
0.00225918
0.000699185
0.00631242
0.00169124
0.0017513
0.0118957
0.000598099
0.00149509
0.0169966
-0.00191508
0.0107042
0.0143559
-0.0042174
0.0282975
0.0102724
-0.00223
0.0263802
0.0116362
0.00351815
0.00795855
0.0117089
0.00563832
0.00107297
0.00569882
0.00169836
0.00319644
0.000811199
-0.00250286
-0.00052596
0.000392014
-0.00139906
-0.00112769
0.00262554
0.00323492
-0.00124855
0.00350362
0.00265374
-0.00113585
0.00186679
-6.52101e-05
0.00228783
0.00133334
-0.000768409
0.00143767
0.00212382
-0.000854321
0.000158779
0.00271238
-0.000417533
1.23844e-05
0.00260868
-0.000613789
0.000600674
0.00223003
-0.000900058
0.000731858
0.00183802
-0.00126931
0.000863577
0.00129713
-0.00154008
0.00115827
0.000786626
-0.00185745
0.0010889
0.000433114
-0.00195696
0.000659353
0.00015274
-0.00229789
0.000429932
-0.000171401
-0.00264206
0.000233313
-0.000503168
-0.00377072
2.51916e-05
-0.000907357
-0.00556371
-0.000238867
-0.0011667
-0.00888966
-0.000424537
-0.00100152
-0.0115764
-0.000467879
-0.00977234
-0.000262596
0.000109419
0.0001678
-0.00024207
0.000355612
0.00151772
-0.000392292
0.000666097
0.00269185
-0.000534581
0.000964428
0.00355349
-0.000623369
0.00122783
0.00397795
-0.000623654
0.00145748
0.00403023
-0.000497821
0.00168182
0.00383793
-0.000308378
0.00190751
0.00349382
-3.5655e-05
0.00225397
0.00311331
0.000135089
0.00288962
0.00266067
0.000243221
0.0037376
0.00207491
0.000670181
0.0049478
0.00113032
0.00175262
0.00747624
-0.000317599
0.00210212
0.00957906
-0.00326338
0.00618091
0.00692655
-0.00670917
0.0167369
0.00244606
-0.00609487
0.0206662
0.00282986
-0.00159168
0.0124779
0.00447894
0.00136816
0.00571913
0.00224694
0.00164993
0.00258924
-0.000712808
0.000479223
-0.00138731
-0.00121059
0.000207842
-0.00241585
0.000904746
0.00222541
-0.00245049
0.00234507
0.002206
-0.00293224
0.00164335
0.000572279
-0.00127238
0.00164085
-6.42687e-05
-0.00243221
0.0024547
-0.000443489
-0.0026411
0.00274315
-0.000490664
-0.00073752
0.00259591
-0.000653
0.00012517
0.00226377
-0.00079614
0.000340024
0.00189631
-0.00112657
0.000468972
0.00141457
-0.00133194
0.000683342
0.00097393
-0.00159473
0.000572053
0.000643167
-0.00162436
0.00026974
0.000358545
-0.0019543
0.000169136
5.27679e-05
-0.00221795
2.70677e-05
-0.000294549
-0.00328267
-8.9237e-05
-0.000739683
-0.00496483
-0.00032898
-0.00109992
-0.00842769
-0.000494515
-0.00106655
-0.0115621
-0.000523449
-0.0108086
-0.000319018
8.77736e-05
0.000131433
-0.000255421
0.000311373
0.00135619
-0.000392323
0.000607579
0.00246485
-0.000525073
0.000913671
0.00332352
-0.000608938
0.00120243
0.00378474
-0.000631354
0.00145935
0.00388508
-0.000538533
0.00170449
0.00373202
-0.000378678
0.00196036
0.00341001
-0.000141618
0.00226599
0.00303192
7.26486e-05
0.00271295
0.00254979
0.000288904
0.00322584
0.00196202
0.000665461
0.00369724
0.00102975
0.00144129
0.00419061
-0.000177613
0.00198573
0.0038636
-0.00204034
0.00301071
0.0014892
-0.00439162
0.00555019
-0.0014869
-0.00490101
0.00778317
-0.00231745
-0.00221467
0.00590919
-0.00156964
0.000422595
0.00184895
-0.000536449
0.0016196
-0.00181189
-0.000338578
0.00170435
-0.0032939
-0.000366202
0.00140118
-0.002819
0.000569745
0.00209374
-0.00277619
0.00197114
0.00206101
-0.00376154
0.0020414
0.00104887
-0.00246258
0.00240773
0.000868795
-0.00351686
0.00306329
0.000723204
-0.00389616
0.0030994
0.000368956
-0.00218943
0.00275195
-0.000149185
-0.00077961
0.00240665
-0.000368128
-0.000407562
0.00205679
-0.000690399
-0.00022763
0.00164087
-0.000879304
-4.10884e-05
0.00125293
-0.0011284
-3.87461e-05
0.000908735
-0.00116448
-7.29056e-05
0.000598758
-0.00151212
-7.58189e-05
0.000261909
-0.00172499
-0.000109164
-9.55621e-05
-0.00275363
-0.000201618
-0.000597326
-0.004308
-0.00037367
-0.0010619
-0.00785764
-0.000538132
-0.00116019
-0.0114207
-0.000554977
-0.0119488
-0.000357829
7.97432e-05
9.25448e-05
-0.00026495
0.000263354
0.00122463
-0.00039632
0.000533537
0.00225262
-0.00051276
0.00081745
0.00310235
-0.00059462
0.00111453
0.00356311
-0.000615669
0.0013933
0.00369592
-0.000551301
0.0016523
0.00358147
-0.000414246
0.00192313
0.00326615
-0.000210806
0.00219801
0.00291409
1.23642e-05
0.00250471
0.00245334
0.000248572
0.00279436
0.00192447
0.00054505
0.00291781
0.00118124
0.000990304
0.00277194
0.00038865
0.00130376
0.00209714
-0.000634558
0.00149048
0.000501583
-0.00163724
0.00136992
-0.00138857
-0.00185376
0.00128189
-0.00226497
-0.000360129
0.000604129
-0.00197145
0.00123145
-0.000691732
-0.00101751
0.0022937
-0.00252219
-8.36426e-05
0.00262133
-0.00356552
0.000527933
0.00253782
-0.00373891
0.00113485
0.00261991
-0.00311808
0.00181651
0.00244102
-0.00318599
0.00211796
0.00180022
-0.00293977
0.00259813
0.0016715
-0.00327231
0.00300434
0.00141288
-0.00283089
0.0030037
0.00102451
-0.00189256
0.00276503
0.000538877
-0.00124493
0.00250999
0.000235672
-0.000878204
0.0022111
-0.000122305
-0.000600497
0.00185376
-0.000318706
-0.000393016
0.00150687
-0.000619475
-0.000267844
0.00115602
-0.000670007
-0.000204548
0.000837058
-0.00105836
-0.000157198
0.000471633
-0.00121051
-0.000162775
8.07731e-05
-0.00219598
-0.000232048
-0.000463367
-0.00361348
-0.000388367
-0.00107226
-0.00714535
-0.000542463
-0.00129676
-0.0111587
-0.000558466
-0.0132363
-0.000373785
2.12327e-05
0.00010125
-0.000277863
0.000170366
0.00111517
-0.000406458
0.000405787
0.00206197
-0.000515181
0.000703418
0.00285251
-0.000587101
0.00101163
0.00331033
-0.000615723
0.0013317
0.00343962
-0.000557234
0.00161776
0.00337347
-0.00045216
0.00190692
0.00306759
-0.00027132
0.00218089
0.00275114
-6.36126e-05
0.00242404
0.0023376
0.00017074
0.00260611
0.00188645
0.000434207
0.00261766
0.00132759
0.000744269
0.00240791
0.000804291
0.000990169
0.00190646
0.000248988
0.00107276
0.00102611
-0.000124719
0.0009265
4.92738e-06
-6.11594e-05
0.000662618
-0.000457513
0.000750958
0.000320764
-0.000405139
0.00178943
-0.000203655
-8.15459e-05
0.00265298
-0.00083616
0.000335654
0.00315456
-0.0017685
0.000741771
0.00328521
-0.00243257
0.00126593
0.00328239
-0.00273786
0.00185683
0.00305852
-0.00300066
0.0022844
0.0026236
-0.00298598
0.00273605
0.0023924
-0.00286244
0.00298063
0.00195549
-0.00214897
0.0029449
0.00157003
-0.00151983
0.00280114
0.0010825
-0.00115963
0.00260499
0.00076175
-0.000879373
0.00237544
0.000384079
-0.000647522
0.00205568
0.00020628
-0.000456656
0.00174399
-0.000150171
-0.000321811
0.00141952
-0.000229672
-0.000215773
0.00110085
-0.000632682
-0.000164204
0.000740536
-0.000719685
-0.000165357
0.00032045
-0.001632
-0.00022171
-0.000293153
-0.00284413
-0.000392026
-0.00102158
-0.00633439
-0.000527696
-0.00138056
-0.0107684
-0.000547329
-0.0146211
-0.000391009
-1.19219e-05
0.000133546
-0.000296358
4.72492e-05
0.00108381
-0.00042964
0.000244082
0.00189702
-0.000523636
0.00049931
0.00262906
-0.000588123
0.000808703
0.00303896
-0.000622738
0.00115869
0.0031297
-0.000566092
0.00148816
0.00309663
-0.000484453
0.00180771
0.0028071
-0.000329717
0.00210476
0.00252516
-0.000149046
0.00234524
0.00217619
6.08569e-05
0.00250324
0.00181487
0.000284481
0.00252108
0.00140527
0.000515649
0.00238457
0.00104823
0.000715183
0.00207596
0.000734183
0.000814668
0.00160947
0.000608849
0.000790801
0.00108708
0.0007339
0.00075241
0.000800292
0.00123959
0.000660649
0.000781908
0.0019193
0.000518899
0.000886392
0.00255144
0.000382056
0.00104293
0.00296727
0.000133895
0.00122302
0.00318144
-0.000283133
0.00154949
0.00323107
-0.000812954
0.00199677
0.00310361
-0.00133735
0.00236085
0.00277837
-0.00142305
0.00269708
0.00252705
-0.00138232
0.0029022
0.00206995
-0.00106424
0.00290048
0.00172213
-0.000690664
0.00281044
0.00128631
-0.000531608
0.00267291
0.00103547
-0.000455503
0.00251971
0.000669696
-0.000371249
0.00229117
0.000558757
-0.000307659
0.00202816
0.000213124
-0.000226872
0.00174458
0.000138736
-0.000171458
0.00145578
-0.000264354
-0.000129242
0.00114312
-0.000316017
-0.000140573
0.000772364
-0.00112962
-0.000193113
0.000125425
-0.00207941
-0.000361565
-0.000786705
-0.0053239
-0.000498023
-0.00126462
-0.0102714
-0.00053838
-0.0158986
-0.0004133
-0.00018282
0.000326264
-0.00030808
-0.000193745
0.00110791
-0.000462127
-7.48811e-05
0.00179349
-0.000557597
0.000243881
0.00232321
-0.000603803
0.000602437
0.00269665
-0.000636935
0.00101641
0.00273107
-0.000593447
0.00141036
0.00272822
-0.000529602
0.00176924
0.00247721
-0.000396333
0.0020995
0.00223298
-0.000241521
0.00236931
0.00195471
-5.75505e-05
0.00255521
0.00167399
0.000135574
0.00263377
0.00137814
0.000325666
0.00260094
0.00113438
0.000502444
0.00245331
0.00095306
0.000630274
0.00223035
0.000919447
0.000707611
0.00199773
0.00102774
0.000775922
0.00185875
0.00134029
0.000871959
0.00184149
0.00175061
0.000996311
0.00184142
0.00218555
0.00116481
0.00181688
0.00244513
0.00127043
0.00178095
0.00261701
0.00120757
0.00191109
0.00266016
0.000822519
0.00221299
0.00258113
0.000350509
0.00250362
0.0023143
0.000161824
0.00276129
0.00211657
6.17206e-05
0.00294172
0.00173174
7.25018e-05
0.00297363
0.00151685
0.000135073
0.00294931
0.00117343
8.49681e-05
0.00288059
0.00104099
7.40832e-06
0.00275459
0.000783911
-4.69273e-05
0.00257041
0.00075114
-7.36183e-05
0.00236741
0.000433901
-7.3201e-05
0.00214809
0.000380629
-7.09764e-05
0.00191802
-8.15621e-07
-7.19737e-05
0.00171531
-5.07098e-05
-9.91154e-05
0.00141327
-0.000739102
-0.000171953
0.000916218
-0.00146726
-0.000292742
-9.5105e-05
-0.00424679
-0.000508245
-0.000783578
-0.00955087
-0.000485547
-0.0167099
-0.000428511
-9.56272e-05
0.000421702
-0.000347356
-0.000333157
0.00134371
-0.000500907
-0.000373406
0.00183191
-0.000600773
-0.000179425
0.00212158
-0.000636803
0.000210481
0.00230103
-0.000680911
0.00069212
0.00223949
-0.000610732
0.0011952
0.00222607
-0.000580826
0.00163023
0.00204237
-0.000463135
0.00202832
0.00184598
-0.000329841
0.00235159
0.00164606
-0.000188292
0.00259533
0.00144769
2.3839e-06
0.00274597
0.00124324
0.000165989
0.0028108
0.00108138
0.000328479
0.00280158
0.000969865
0.000472002
0.00275147
0.000963324
0.000601116
0.00269203
0.0010388
0.000738543
0.00265915
0.00123036
0.000917794
0.00266806
0.00146703
0.00113279
0.00264202
0.00176667
0.00139892
0.00254046
0.00189591
0.00165438
0.00240834
0.00199293
0.0017491
0.00244383
0.00200166
0.0014362
0.00259724
0.00193123
0.00109394
0.00278171
0.00170363
0.000886389
0.00297368
0.00156179
0.000703505
0.00316433
0.00122328
0.000596158
0.00325503
0.00113408
0.00053254
0.00331772
0.000882138
0.000398558
0.00333434
0.00086272
0.000288725
0.00328607
0.000712452
0.000182512
0.00318728
0.000780931
8.69539e-05
0.00305176
0.000526844
3.6175e-05
0.00290987
0.000501299
-3.31482e-06
0.0027919
0.000114438
-3.2402e-05
0.00272585
3.15171e-05
-6.75018e-05
0.00258312
-0.000550349
-0.000114918
0.00228411
-0.00110322
-0.00025281
0.00127752
-0.00317278
-0.00041176
0.000299415
-0.00856542
-0.000522566
-0.0164498
-0.000451235
-0.000844466
0.00125813
-0.000381467
-0.000961967
0.00144564
-0.000586064
-0.000907163
0.00175522
-0.000663673
-0.000627087
0.00180962
-0.000694311
-0.000105
0.00174505
-0.000736122
0.000417484
0.00168035
-0.000667788
0.00101493
0.0016007
-0.000650077
0.00151794
0.00151169
-0.000546427
0.00197671
0.00137143
-0.000433858
0.00235399
0.00125725
-0.000315415
0.00265709
0.00113252
-0.000170786
0.00288383
0.0010106
3.56872e-06
0.00304834
0.000905975
0.000154577
0.00316513
0.000828457
0.000293293
0.00325358
0.000827381
0.00044209
0.00332577
0.000877317
0.000608966
0.00339161
0.00100036
0.000810148
0.00343676
0.00115578
0.00104162
0.00342336
0.00139533
0.0012947
0.00336401
0.00143311
0.00151755
0.00331307
0.00144221
0.00163791
0.00338822
0.00139484
0.00145787
0.00356506
0.00126761
0.0012614
0.00378741
0.00102049
0.00111891
0.00401573
0.000919073
0.000966286
0.00423612
0.000635333
0.000820454
0.0043963
0.000650243
0.000701871
0.00449979
0.000516231
0.000544979
0.00458665
0.000570904
0.0004185
0.00460956
0.000519593
0.000296366
0.00461306
0.000656555
0.000183405
0.00455258
0.000502851
0.000100408
0.00452071
0.00047557
3.48552e-05
0.00445743
0.000139443
-4.12763e-06
0.00443956
3.55078e-05
-5.79068e-05
0.00433354
-0.000439655
-9.92574e-05
0.00421018
-0.000957469
-0.000199331
0.00341747
-0.00234836
-0.000361143
0.00197321
-0.00712143
-0.000493318
-0.0145304
-0.000428525
-0.00193894
0.0031549
-0.000632182
-0.00210088
0.00155181
-0.000813092
-0.00188618
0.00148235
-0.000805266
-0.00123248
0.00109234
-0.000793102
-0.00046209
0.000912632
-0.000808181
0.000339417
0.000814325
-0.000746175
0.00111202
0.000774436
-0.000726457
0.0018302
0.000740675
-0.000643274
0.00246729
0.000692835
-0.000550039
0.00303302
0.000655679
-0.000449933
0.00352336
0.000605716
-0.000330404
0.00394556
0.000551227
-0.000197756
0.00430592
0.000501647
-2.6059e-05
0.00462221
0.00046148
0.000125507
0.00491737
0.000460896
0.000266779
0.00518986
0.000492397
0.000433102
0.00545045
0.000570251
0.000628485
0.0057179
0.000644563
0.000844787
0.00598424
0.000803881
0.00105405
0.00618218
0.000818848
0.00124321
0.00639676
0.000758244
0.00136126
0.00667166
0.000692652
0.00125678
0.00695116
0.000569436
0.00116178
0.00719202
0.00037035
0.00106943
0.00741141
0.000317194
0.000954166
0.00756801
0.000135049
0.000849369
0.00775433
0.000160063
0.000723689
0.00787291
0.000140221
0.000584822
0.00802045
0.000212949
0.000444275
0.00812321
0.000239498
0.000308727
0.00829718
0.000354943
0.000179852
0.00838117
0.000320105
8.96656e-05
0.00849835
0.00028385
1.62744e-05
0.00849306
9.68641e-05
-3.15698e-05
0.00852233
-3.2397e-05
-7.72098e-05
0.00839811
-0.000339804
-0.000109425
0.00820459
-0.000778321
-0.000164007
0.00758204
-0.00173447
-0.00025858
0.00500232
-0.00455901
-0.000359729
-0.00958731
-0.000351307
0.00313226
-0.000414784
0.00465454
-0.000486131
0.00610459
-0.000512153
0.00715986
-0.000511088
0.00803717
-0.000519289
0.0088125
-0.000495138
0.00955184
-0.000485764
0.0102552
-0.000448601
0.0109158
-0.000402336
0.0115392
-0.000341127
0.0121061
-0.000259703
0.0126185
-0.000165695
0.0130691
-3.08292e-05
0.0134691
0.00010228
0.0138476
0.000238882
0.0142194
0.000401461
0.0146236
0.000582087
0.015041
0.000797002
0.0155466
0.000992717
0.0159989
0.00116005
0.0163499
0.00128584
0.0166668
0.00121112
0.0168635
0.00113834
0.0168638
0.00107077
0.0168348
0.000968852
0.0166529
0.000877777
0.0165305
0.000769254
0.0164373
0.000636996
0.0164509
0.000529707
0.0165246
0.000403772
0.0167382
0.000269464
0.0169551
0.000155987
0.0171601
6.40102e-05
0.017196
8.80289e-06
0.0171299
-4.46684e-05
0.0167632
-6.88411e-05
0.0159679
-9.64129e-05
0.0142131
-0.000145947
0.00963269
-0.00020069
-0.000244929
1.97036e-05
-1.42123e-05
-3.12931e-05
6.08355e-05
-3.69763e-05
-4.18694e-05
9.84363e-05
-3.33096e-05
-4.94028e-05
0.000121017
-1.86694e-05
-5.67234e-05
0.000127516
-2.47298e-06
-5.80964e-05
0.000125291
2.74538e-06
-5.52265e-05
0.000120305
5.02189e-06
-5.49185e-05
0.000119604
-5.7324e-06
-4.62948e-05
0.000111975
-1.03411e-05
-3.91568e-05
0.00010626
-6.42902e-06
-4.65199e-05
7.15074e-05
2.38717e-05
-4.8014e-05
7.14656e-06
5.7797e-05
-5.05155e-05
-9.56991e-05
9.77428e-05
-4.12511e-05
-0.000226998
0.000130741
-1.36287e-05
-0.000387167
0.000161181
1.45355e-05
-0.000564392
0.000178878
5.56013e-05
-0.000788242
0.000198189
8.48089e-05
-0.00104047
0.000231206
0.000106005
-0.00136074
0.00028918
0.000147399
-0.00174613
0.000355511
0.0001864
-0.00214257
0.000354823
0.000219043
-0.00242824
0.000234007
0.000281347
-0.0026074
0.000125038
0.000323886
-0.00262469
-5.09157e-05
0.000388951
-0.002502
-0.000204783
0.000441666
-0.00225543
-0.000332873
0.00049001
-0.00188879
-0.000455852
0.000527661
-0.00141729
-0.000561247
0.000556881
-0.000873572
-0.000634779
0.000563888
-0.000269246
-0.000686239
0.000561799
0.000316079
-0.000673162
0.000514586
0.00077641
-0.00053335
0.000439406
0.00104824
-0.00035037
0.000336962
0.00109176
-0.000106384
0.000207546
0.00093977
8.91151e-05
9.87593e-05
0.000687496
0.00020581
1.24673e-05
0.000428489
0.000218307
-3.82006e-05
0.000215854
0.000176513
-7.14403e-05
6.89467e-05
0.000115509
-7.79805e-05
4.16851e-05
-4.26978e-05
5.062e-05
-6.02135e-05
-3.60894e-05
0.000124235
-0.000108553
-5.90615e-05
0.000181592
-8.8489e-05
-7.84443e-05
0.000203559
-3.78866e-05
-9.25157e-05
0.000185211
1.96888e-05
-0.00010183
0.000119772
7.56918e-05
-0.000109892
2.68735e-05
0.000107651
-0.000119136
-0.000126956
0.000145281
-0.000125734
-0.000347267
0.000206617
-0.000129976
-0.000630557
0.00028169
-0.000131408
-0.00097754
0.000360175
-0.00011307
-0.001377
0.000442062
-0.000103351
-0.00181995
0.000514559
-8.25122e-05
-0.00228795
0.00056559
-6.38584e-05
-0.00276148
0.000587974
-3.33805e-05
-0.00321703
0.000572699
1.54358e-05
-0.00363933
0.000544573
4.73383e-05
-0.00400262
0.000502835
8.66006e-05
-0.00430524
0.00048622
0.000102517
-0.00448841
0.000439924
9.94276e-05
-0.00458942
0.00034646
0.000130095
-0.00458881
0.000114609
0.000154852
-0.00450777
-9.83652e-05
0.000164497
-0.00431658
-0.000388829
0.000190837
-0.00403297
-0.0006301
0.000199884
-0.0036382
-0.000875991
0.000221795
-0.00314022
-0.00110172
0.000228259
-0.00254039
-0.00130763
0.000229769
-0.00185213
-0.00146566
0.000217307
-0.00112119
-0.00154938
0.000186837
-0.000390574
-0.00153593
0.000162724
0.000316414
-0.00136355
6.86916e-05
0.000888995
-0.00106401
1.46345e-05
0.00122952
-0.000566495
-7.97564e-05
0.00129375
-7.01433e-05
-0.000139204
0.00111481
0.000297473
-0.000185628
0.000814549
0.000449318
-0.00021413
0.000473326
0.00045835
-0.000233872
0.000178381
0.000361878
-0.000203919
0.000189845
-0.000104463
5.42767e-05
-0.000110318
-3.34805e-05
0.000121081
-0.000175836
-6.55757e-05
0.000149614
-0.000116009
-9.712e-05
0.000117664
-4.66076e-06
-0.000126787
1.36144e-05
0.000129299
-0.000136517
-0.000148754
0.000241872
-0.000146452
-0.000387518
0.000349187
-0.000159619
-0.000727031
0.000476496
-0.000161378
-0.00114537
0.000606637
-0.0001654
-0.0016401
0.000748361
-0.000176986
-0.0021991
0.000881475
-0.000179498
-0.00278862
0.000982712
-0.000182392
-0.00336629
0.00103248
-0.000175928
-0.00390308
0.00103064
-0.000173823
-0.00437867
0.000982087
-0.000152044
-0.00479596
0.000893179
-0.000135795
-0.00515159
0.00079087
-0.000124066
-0.005434
0.000664653
-0.000112112
-0.00562829
0.000551847
-0.00011409
-0.00566314
0.000354008
-0.000123259
-0.00563005
0.000178328
-0.000131192
-0.00551743
-0.000134974
-0.000135033
-0.00531694
-0.000438675
-0.00012609
-0.00508784
-0.000751469
-0.000116524
-0.00480332
-0.00105525
-0.000112074
-0.00443457
-0.00137932
-0.000109272
-0.00398473
-0.00168387
-0.000109926
-0.00345608
-0.00196853
-0.000106734
-0.00284475
-0.00220563
-0.000112888
-0.0021721
-0.00234616
-0.000131859
-0.00145231
-0.00237315
-0.000149833
-0.000722437
-0.00220134
-0.000191531
-4.62874e-05
-0.00183626
-0.000251102
0.000501535
-0.00120545
-0.00032067
0.000812512
-0.000501459
-0.000337021
0.000875799
0.00014634
-0.000371923
0.000720165
0.000521842
-0.000365589
0.00045156
0.000653755
-0.000361971
0.0001769
0.000577555
-0.000297441
0.000331303
-0.000134461
4.01015e-05
-0.000147141
-2.58127e-05
5.59027e-05
-0.000192715
-6.59456e-05
2.51438e-05
-8.85583e-05
-0.000108449
-9.45693e-05
0.000117009
-0.00014013
-0.000299408
0.000330573
-0.000166863
-0.00060581
0.000550441
-0.000194806
-0.0010232
0.000758087
-0.000209377
-0.00153669
0.000967537
-0.000227216
-0.00212614
0.00116279
-0.000241794
-0.00274813
0.00132153
-0.000251786
-0.00335472
0.00142477
-0.000260875
-0.00391953
0.00147257
-0.000277111
-0.00441939
0.00145171
-0.000290866
-0.0048371
0.00136333
-0.000284928
-0.00518165
0.00123537
-0.000284441
-0.00545761
0.00107537
-0.000278739
-0.00567584
0.000913816
-0.000269935
-0.00582808
0.000721115
-0.000257474
-0.00589426
0.000530383
-0.000249394
-0.0058595
0.0002491
-0.000239845
-0.00578777
3.86321e-05
-0.000211135
-0.00564613
-0.000344792
-0.000178207
-0.00548893
-0.00065852
-0.000167515
-0.00533073
-0.000979946
-0.000147887
-0.00513191
-0.00131957
-0.000152852
-0.00487305
-0.00170083
-0.000150209
-0.00454286
-0.00207698
-0.000149933
-0.00412972
-0.0024414
-0.000151272
-0.00364297
-0.00274979
-0.000156701
-0.0030856
-0.00295635
-0.00016565
-0.00247039
-0.00304209
-0.000181072
-0.00178244
-0.00295632
-0.000227097
-0.00105333
-0.0026265
-0.00025093
-0.000399702
-0.00192123
-0.000330134
9.70374e-05
-0.00106241
-0.000400027
0.000360453
-0.000193947
-0.000456331
0.000397471
0.000405165
-0.0004627
0.000278125
0.000698675
-0.000439382
0.000110383
0.000684904
-0.000352378
0.000405997
-0.000147777
1.35929e-06
-0.000145081
-1.53168e-05
-4.85415e-05
-0.000144987
-6.13507e-05
-0.000176586
3.8706e-05
-0.000124898
-0.000419697
0.000358865
-0.000180838
-0.000755696
0.000666101
-0.000215919
-0.00120446
0.000986099
-0.000244177
-0.00173806
0.00126467
-0.000272138
-0.00233618
0.00152485
-0.000298104
-0.00293876
0.00170682
-0.000313235
-0.00351921
0.0018295
-0.000342472
-0.00405815
0.0018869
-0.000369977
-0.00451052
0.00184972
-0.000375306
-0.0048628
0.00173045
-0.000358174
-0.00512279
0.00155384
-0.000349181
-0.00530796
0.00135859
-0.000322753
-0.00542783
0.00113933
-0.000288754
-0.00550231
0.000937611
-0.000246235
-0.00553286
0.000708544
-0.000197356
-0.00552181
0.000482496
-0.00012736
-0.00545978
0.000174696
-5.65743e-05
-0.00538998
-5.47758e-05
-5.19942e-06
-0.00529898
-0.000450867
9.9357e-06
-0.00522162
-0.000758754
1.56757e-05
-0.00514483
-0.00107569
1.0122e-05
-0.00505374
-0.00142643
3.14109e-06
-0.0049327
-0.00184323
2.93243e-06
-0.00475494
-0.00228065
-6.22923e-06
-0.00449625
-0.00273214
-1.78018e-05
-0.00414489
-0.00314032
-3.32727e-05
-0.00369871
-0.00344794
-5.24026e-05
-0.00319152
-0.00360018
-6.55126e-05
-0.00261599
-0.00357321
-0.000107031
-0.00190977
-0.00337443
-0.000179499
-0.00116745
-0.00271025
-0.000225851
-0.000517501
-0.00176577
-0.000312609
-9.35714e-05
-0.000693426
-0.00039382
9.49034e-05
0.000147919
-0.000445416
9.74096e-05
0.000621207
-0.000440015
4.31888e-05
0.00067939
-0.000338534
0.000413299
-0.000128902
-5.09395e-05
-9.20105e-05
-4.05965e-06
-0.000190825
-6.04803e-06
-7.44453e-05
-0.000448636
0.000287783
-0.000137434
-0.000795311
0.000700904
-0.000222407
-0.0012445
0.00110242
-0.0002675
-0.00176833
0.00148344
-0.000313417
-0.00234203
0.00179857
-0.000341943
-0.00292274
0.00204236
-0.000369536
-0.00348321
0.00219841
-0.000408798
-0.00398642
0.00226677
-0.000420738
-0.00438485
0.00222004
-0.000396706
-0.00466547
0.0020702
-0.000372259
-0.00484433
0.00186218
-0.000335678
-0.00494033
0.00161356
-0.000280902
-0.00496723
0.00135731
-0.000214097
-0.00494885
0.0011029
-0.000148587
-0.00490498
0.000884212
-4.90933e-05
-0.00484902
0.000647628
3.90236e-05
-0.00478519
0.000421327
0.000135469
-0.00472082
0.000117365
0.000179922
-0.0046732
-0.000112426
0.00022453
-0.0046386
-0.000484906
0.000267886
-0.00462561
-0.000775524
0.000257469
-0.00461931
-0.00107832
0.000236349
-0.00462716
-0.00141725
0.000220145
-0.00463681
-0.00183683
0.000201088
-0.00462211
-0.00230391
0.000172341
-0.00455161
-0.00281791
0.000140571
-0.00439245
-0.00333039
9.74171e-05
-0.0041059
-0.00376705
4.58288e-05
-0.0036868
-0.00406053
5.02951e-06
-0.0031897
-0.0041224
-3.87703e-05
-0.00258739
-0.00402502
-5.50283e-05
-0.00180573
-0.00353028
-0.000147517
-0.00104344
-0.00256977
-0.000219066
-0.000440762
-0.00134812
-0.000324375
-9.94965e-05
-0.000260593
-0.000427079
6.73249e-06
0.00044491
-0.000424081
1.57099e-05
0.000612007
-0.000329632
0.000392599
-0.000113227
-0.000111203
2.26335e-05
2.93576e-06
-0.000355206
0.000232883
-7.2153e-05
-0.00071273
0.000640132
-0.000188722
-0.00114843
0.00112581
-0.00027333
-0.00165415
0.00158572
-0.000334114
-0.00219337
0.00198645
-0.000374184
-0.00276528
0.00230339
-0.000407698
-0.00329921
0.00251839
-0.000460908
-0.0037521
0.00258983
-0.00042174
-0.00410021
0.00255411
-0.000402894
-0.00433269
0.00240539
-0.000365177
-0.00446191
0.00216685
-0.000296346
-0.00449568
0.00187692
-0.000202906
-0.00446335
0.00156878
-0.000109141
-0.00438691
0.00128292
-2.50492e-06
-0.00428577
0.00101238
8.51686e-05
-0.00417888
0.000784512
0.000165575
-0.00407279
0.000550819
0.000245892
-0.00398763
0.000337481
0.00035001
-0.00392774
6.58318e-05
0.00039705
-0.00389644
-0.000150122
0.000458083
-0.00389744
-0.000477912
0.000490495
-0.00392314
-0.000739646
0.000459775
-0.00396559
-0.00102401
0.000433733
-0.00403682
-0.00133611
0.000413852
-0.00412879
-0.00173501
0.000386402
-0.00422868
-0.00219667
0.000348314
-0.00431182
-0.00273062
0.000302297
-0.00434191
-0.00330265
0.000247144
-0.00425863
-0.00386064
0.000188451
-0.0040227
-0.0043256
0.000120423
-0.00360105
-0.0045689
4.94018e-05
-0.00308569
-0.00457396
-7.98944e-06
-0.00236246
-0.00429232
-5.29662e-05
-0.00150441
-0.0034665
-0.000108791
-0.000721648
-0.00217437
-0.000201712
-0.000219001
-0.000815674
-0.00030451
-2.91149e-05
0.000194746
-0.000340555
2.06098e-05
0.000498311
-0.000266411
0.000375352
-7.80593e-05
-0.000187264
0.000212406
-1.7615e-06
-0.00052452
0.000564589
-0.000115162
-0.00094839
0.00105093
-0.000239102
-0.00142586
0.00158285
-0.000342986
-0.00193849
0.0020645
-0.000398377
-0.00250573
0.00249121
-0.000444346
-0.00301296
0.00276402
-0.000479967
-0.00342938
0.00287095
-0.00042296
-0.00375766
0.00286602
-0.000416045
-0.00397996
0.00273999
-0.000351817
-0.00407739
0.0024828
-0.000250047
-0.00407428
0.00215194
-0.000122029
-0.00400204
0.0018053
2.70164e-06
-0.00389309
0.00146291
0.000111976
-0.00376239
0.0011566
0.000208459
-0.00362056
0.000878397
0.000280204
-0.00348106
0.000654831
0.000355547
-0.00335427
0.000433327
0.000424956
-0.00326007
0.000244389
0.000526457
-0.00319753
1.02959e-05
0.000557324
-0.00318529
-0.000175385
0.000634872
-0.00319155
-0.00045971
0.000636581
-0.00323408
-0.000685914
0.000601413
-0.003299
-0.000944309
0.000567762
-0.00339751
-0.00122324
0.000543454
-0.00352924
-0.00158747
0.00051394
-0.00369089
-0.00202026
0.000475427
-0.00386731
-0.00254129
0.000431978
-0.00402653
-0.00313205
0.000376745
-0.00412333
-0.00375668
0.000312269
-0.00409178
-0.00435578
0.000241374
-0.00385487
-0.00481219
0.000164532
-0.00343065
-0.00501411
8.13244e-05
-0.00282529
-0.00491871
1.02412e-05
-0.00197001
-0.00435118
-5.26614e-05
-0.00104986
-0.00312861
-0.000118409
-0.000355234
-0.00155557
-0.000220791
-1.32942e-05
-0.000215994
-0.000320548
3.83493e-05
0.000390269
-0.000243133
0.000376005
-7.14719e-05
-0.000253507
0.000465862
-9.42569e-06
-0.000643819
0.000949477
-0.000144794
-0.00111219
0.00150651
-0.000293408
-0.00161286
0.00206145
-0.000396384
-0.00216253
0.00256971
-0.000449343
-0.00264898
0.00293788
-0.000478547
-0.00304807
0.00310198
-0.000439261
-0.00338613
0.00316429
-0.000430984
-0.00362068
0.00307001
-0.00034111
-0.00370619
0.00281157
-0.000216151
-0.00367981
0.0024546
-6.33319e-05
-0.00359627
0.00206498
9.22354e-05
-0.00348035
0.00168627
0.000225376
-0.0033477
0.0013276
0.000323388
-0.00320674
0.0010159
0.000397079
-0.00305545
0.000734526
0.000439412
-0.00290102
0.000511555
0.000488739
-0.00275854
0.000303263
0.000536008
-0.00265119
0.000140603
0.000623617
-0.00258328
-5.2942e-05
0.000660798
-0.00258128
-0.000194496
0.00073866
-0.00258425
-0.00044469
0.000726011
-0.00262718
-0.000635352
0.000694593
-0.00269665
-0.000863552
0.000662316
-0.00280053
-0.00110693
0.000638769
-0.00294312
-0.00142895
0.000613
-0.00312548
-0.00182063
0.000577454
-0.00334321
-0.00230642
0.000538159
-0.00357585
-0.0028842
0.00048611
-0.00378509
-0.00353562
0.0004291
-0.00391002
-0.00422074
0.000358254
-0.00387384
-0.0048452
0.000281801
-0.0036025
-0.00528696
0.000199227
-0.00312881
-0.00540837
0.000114229
-0.0023891
-0.00511013
3.77694e-05
-0.00141439
-0.00412744
-2.29013e-05
-0.000566295
-0.00244405
-9.58871e-05
-4.63728e-05
-0.000774209
-0.000185008
2.7367e-05
0.000250133
-0.000168669
0.000361735
-2.33219e-05
-0.000290758
0.000760103
-4.26075e-05
-0.000720951
0.00137109
-0.000199355
-0.00119704
0.00196325
-0.000353387
-0.00169776
0.00252662
-0.000447433
-0.00218708
0.00301405
-0.000495201
-0.00259826
0.00329714
-0.000479544
-0.00297179
0.00343248
-0.000450658
-0.00323093
0.00339386
-0.000352138
-0.00333559
0.00316413
-0.000208104
-0.00332078
0.00279569
-3.40976e-05
-0.00324618
0.00237897
0.000161485
-0.00314742
0.00196017
0.000312576
-0.00303545
0.00156347
0.000427211
-0.00290943
0.0011907
0.000493586
-0.00276779
0.000868707
0.000531598
-0.00260385
0.000578471
0.000534368
-0.00242891
0.000352631
0.000553388
-0.0022615
0.000158362
0.000578812
-0.00212821
1.51158e-05
0.000662301
-0.00206407
-0.000119695
0.000719528
-0.00206334
-0.000222936
0.000798703
-0.00206555
-0.000438995
0.000776039
-0.00210435
-0.000596935
0.000750727
-0.00217029
-0.000792242
0.000721481
-0.0022691
-0.00100143
0.000698877
-0.00240845
-0.00127855
0.000676991
-0.00259038
-0.00162498
0.0006444
-0.00281884
-0.00206312
0.000610946
-0.0030814
-0.00260651
0.000565015
-0.00335328
-0.00325015
0.000512958
-0.00358631
-0.00397746
0.00044783
-0.0037039
-0.00471982
0.00037406
-0.0036206
-0.00536721
0.000289742
-0.00328391
-0.00574788
0.000206795
-0.00269606
-0.00570957
0.000122422
-0.00181944
-0.00502326
5.01992e-05
-0.000824024
-0.00346584
-2.49817e-05
-0.000148305
-0.00148733
-8.32857e-05
3.48233e-05
2.55852e-05
-0.000136449
0.000358836
1.34438e-07
-0.000296361
0.00106126
-7.04904e-05
-0.000730162
0.00179748
-0.000247573
-0.0012024
0.0024147
-0.000404399
-0.00169493
0.00298276
-0.000494554
-0.0021381
0.00341783
-0.000513973
-0.00252332
0.00364537
-0.000471027
-0.00281122
0.00369499
-0.00037957
-0.00295695
0.00353231
-0.000228823
-0.00297881
0.00318422
-3.02918e-05
-0.00292994
0.00275206
0.000194072
-0.00286234
0.00230603
0.000376807
-0.00278482
0.00186596
0.000508733
-0.00269665
0.00145179
0.000590168
-0.00258324
0.00105597
0.000614803
-0.00243916
0.000712186
0.000611908
-0.00225688
0.000404067
0.000570271
-0.00204667
0.000165221
0.000558127
-0.00183196
-2.66458e-05
0.000566133
-0.00166826
-0.0001432
0.000657164
-0.00161934
-0.000196991
0.000759236
-0.0016322
-0.000266679
0.00084981
-0.00163301
-0.000450779
0.000812462
-0.00166747
-0.000575852
0.000792244
-0.00172884
-0.000736526
0.000771152
-0.00181852
-0.000914972
0.000751781
-0.00194728
-0.00114897
0.000736068
-0.00211457
-0.00145227
0.000705766
-0.00233084
-0.00183891
0.000676509
-0.00259156
-0.00233543
0.000633386
-0.00288436
-0.00294677
0.000587751
-0.0031733
-0.00367794
0.000527612
-0.00340033
-0.00448532
0.000458515
-0.00347475
-0.00528833
0.000376604
-0.00330636
-0.00591618
0.000289525
-0.00285758
-0.00616538
0.000207479
-0.00211115
-0.0057839
0.000138215
-0.00111292
-0.00449021
7.84546e-05
-0.000323316
-0.00230532
1.7733e-05
3.02058e-05
-0.000378105
-3.11947e-05
0.000343366
6.19722e-05
-0.000283147
0.00135039
-0.000108593
-0.000701092
0.00220777
-0.000303357
-0.00116279
0.0028544
-0.000457481
-0.00162451
0.00341139
-0.000535245
-0.00202067
0.00378287
-0.000516635
-0.00234728
0.00394826
-0.000433912
-0.00254212
0.00388465
-0.000283984
-0.00262276
0.00360812
-6.83876e-05
-0.00261226
0.00318948
0.000183148
-0.00258626
0.00272551
0.000404489
-0.00255965
0.00226223
0.000574016
-0.00252713
0.00180223
0.000670264
-0.00247001
0.00135711
0.000708802
-0.00236564
0.000918389
0.000684537
-0.00220956
0.000533223
0.000635238
-0.00199285
0.000197161
0.000539185
-0.00172236
-8.18565e-05
0.000496819
-0.00143758
-0.000273786
0.000487484
-0.0012438
-0.000334669
0.000594914
-0.001205
-0.000304929
0.000793883
-0.00125534
-0.000320979
0.000911741
-0.00125613
-0.000479337
0.00083167
-0.00129218
-0.000563506
0.000820166
-0.0013554
-0.00068957
0.000811578
-0.0014414
-0.000842649
0.000799263
-0.00156321
-0.00103952
0.000793532
-0.00171506
-0.00130734
0.000764372
-0.0019102
-0.00164736
0.000738129
-0.00214959
-0.00209455
0.000694378
-0.00243347
-0.00265825
0.000650002
-0.00274069
-0.00336388
0.000591751
-0.00302658
-0.00419286
0.000525861
-0.00321692
-0.0050928
0.000443657
-0.00321189
-0.00592093
0.000354683
-0.00291474
-0.00646622
0.000266041
-0.00230488
-0.0064048
0.000193534
-0.00137481
-0.00543108
0.000144326
-0.000458217
-0.00325079
9.89733e-05
5.55518e-06
-0.000858954
2.6908e-05
0.000310696
9.62495e-05
-0.000249699
0.00161024
-0.000136397
-0.000634914
0.0025887
-0.000343007
-0.00107373
0.0032739
-0.000492492
-0.0014837
0.00379736
-0.000546549
-0.00183327
0.00411248
-0.000491606
-0.00209061
0.00420103
-0.000358132
-0.00223686
0.00403887
-0.000143999
-0.00228504
0.00367658
0.000126437
-0.00229881
0.00321461
0.000396467
-0.00232423
0.00274122
0.000609419
-0.00236238
0.00226837
0.000748454
-0.00238365
0.00177912
0.00079639
-0.00235951
0.00128479
0.000780399
-0.00225402
0.000773417
0.000692454
-0.00207519
0.000331935
0.00058737
-0.00179777
-5.79417e-05
0.000429655
-0.00143673
-0.000377911
0.00033566
-0.00106875
-0.000559635
0.000309471
-0.000805573
-0.000575961
0.000479926
-0.000794612
-0.000444149
0.000838577
-0.000914566
-0.000383728
0.00101957
-0.000916998
-0.000526582
0.000851847
-0.000953731
-0.000551282
0.000838987
-0.00103413
-0.000634756
0.000858195
-0.00112789
-0.000773566
0.000858608
-0.00125136
-0.000944698
0.000867863
-0.00139285
-0.00118932
0.000840286
-0.00156634
-0.00149363
0.000815026
-0.00177644
-0.00189655
0.000767285
-0.00203195
-0.00240831
0.00072073
-0.00232746
-0.00306783
0.000660849
-0.00263427
-0.00388245
0.000595382
-0.00289278
-0.00483044
0.000514588
-0.00301009
-0.00580207
0.000422043
-0.00287624
-0.0066059
0.000330025
-0.00240562
-0.00688653
0.000251539
-0.00160176
-0.00625359
0.000205155
-0.000611371
-0.0042558
0.000177542
-2.98127e-05
-0.00147702
0.000152622
0.000247341
0.000165025
-0.000199813
0.00182352
-0.000162976
-0.000540796
0.00292698
-0.000383043
-0.000933163
0.00364902
-0.000522397
-0.00128699
0.00413373
-0.000549136
-0.00159146
0.00440502
-0.000451593
-0.00178936
0.00440651
-0.000260947
-0.00190892
0.00415975
2.34666e-05
-0.00196123
0.00375099
0.000327108
-0.00203575
0.0032907
0.0006089
-0.00214242
0.00282286
0.000804433
-0.00226564
0.00234356
0.000903675
-0.00235379
0.00181381
0.000885505
-0.0023642
0.00124777
0.000788959
-0.00223833
0.000622505
0.000608123
-0.00202932
0.000122577
0.000427702
-0.00164739
-0.000370509
0.000191661
-0.00117807
-0.000702337
1.90262e-05
-0.00067454
-0.000826484
-7.12224e-05
-0.000311804
-0.000754615
0.000141801
-0.000358195
-0.00050676
0.000804947
-0.000586717
-0.000406009
0.00113577
-0.00059553
-0.000559697
0.000843911
-0.000628356
-0.000500763
0.000814307
-0.000748207
-0.000534599
0.000902323
-0.000863886
-0.000686823
0.000924755
-0.00100062
-0.000851613
0.000959654
-0.00114125
-0.00109082
0.000934586
-0.0012981
-0.00137663
0.000909381
-0.00147998
-0.00174491
0.000852476
-0.00170139
-0.00220764
0.000798329
-0.0019686
-0.00281103
0.000730606
-0.00226882
-0.00358599
0.000661249
-0.00255997
-0.00453855
0.000576295
-0.0027599
-0.00560338
0.000481534
-0.00275673
-0.00661354
0.000379126
-0.00242667
-0.00723132
0.00029228
-0.00173366
-0.00696313
0.000237458
-0.000754695
-0.00525092
0.000216561
-5.0055e-05
-0.00218987
0.000212981
0.000175047
0.000205559
-0.000135816
0.00198075
-0.000173967
-0.000421847
0.00321681
-0.000402369
-0.000754219
0.00397265
-0.000528916
-0.00106042
0.00443112
-0.000522874
-0.00131277
0.00465757
-0.000381625
-0.00148013
0.00459182
-0.000128889
-0.00158485
0.00428741
0.000205898
-0.00168243
0.00386295
0.000554553
-0.00183208
0.00342071
0.000847206
-0.00203863
0.00297556
0.00102828
-0.00226356
0.00249473
0.00108054
-0.00243495
0.00192398
0.000972801
-0.00249477
0.00128167
0.000759162
-0.00236743
0.000521711
0.000426406
-0.00205733
-0.000136339
0.000167139
-0.00156075
-0.000608116
-0.000264422
-0.000920932
-0.000889533
-0.000608341
-0.000252478
-0.000868894
-0.000806821
0.000213301
-0.000699337
-0.000516955
8.17131e-05
-0.000398049
0.000618885
-0.000254515
-0.000370747
0.00124545
-0.000249991
-0.000509086
0.000746699
-0.00028705
-0.000327856
0.000722282
-0.00047886
-0.000332637
0.000959041
-0.000644405
-0.000535197
0.00101262
-0.000806608
-0.000746692
0.0010879
-0.000954681
-0.00100679
0.00106727
-0.00109867
-0.00129731
0.00103574
-0.00125374
-0.00164358
0.00096408
-0.00143861
-0.00206334
0.000895117
-0.00167036
-0.00260542
0.000814849
-0.00194785
-0.00332265
0.00073702
-0.0022467
-0.00424587
0.000647889
-0.00249428
-0.00536142
0.000547275
-0.00258907
-0.00652832
0.00043728
-0.00238434
-0.00745261
0.000335915
-0.0018057
-0.00756506
0.000274532
-0.00088537
-0.00619122
0.000253892
-7.81802e-05
-0.00301014
0.000273233
8.04219e-05
0.000262145
-6.28604e-05
0.00206921
-0.000177514
-0.00027807
0.0034376
-0.000416077
-0.000545785
0.00423611
-0.000532635
-0.00080703
0.0046881
-0.000493491
-0.00100616
0.00486308
-0.000301981
-0.00114919
0.00474143
3.67567e-05
-0.00125243
0.00440942
0.000407689
-0.00140908
0.00401004
0.000805015
-0.00165393
0.00361114
0.0011151
-0.00198934
0.00321729
0.00128654
-0.00236336
0.00276675
0.00128202
-0.00266181
0.00218601
0.00101688
-0.00276439
0.00145903
0.000579792
-0.00258808
0.000492716
5.97415e-05
-0.00210878
-0.000276152
-0.000457053
-0.00141767
-0.000578807
-0.00120064
-0.000542675
-0.000666693
-0.00187013
0.000224296
-0.0005261
-0.00203444
0.00056353
-0.000308197
-0.00136129
0.000243995
-0.000152692
0.000490344
-3.46931e-05
-0.000337485
0.00130522
9.85082e-05
-0.000311972
0.000497523
3.92711e-05
8.87292e-05
0.000544054
-0.000255661
7.18881e-05
0.00100097
-0.000480661
-0.000290647
0.00113055
-0.000657083
-0.000628426
0.00124567
-0.000821466
-0.000934657
0.00124462
-0.000953445
-0.00126161
0.00119768
-0.00108103
-0.00160034
0.0011014
-0.0012285
-0.00198352
0.00100954
-0.00142231
-0.00246006
0.000908568
-0.00167069
-0.00310483
0.000815706
-0.00196404
-0.0039704
0.000716661
-0.0022401
-0.00509846
0.000607906
-0.00240308
-0.00637916
0.00048629
-0.00230169
-0.00757311
0.000371142
-0.00182703
-0.00806511
0.000294509
-0.000977599
-0.00706588
0.00027416
-0.00012373
-0.00387693
0.00031107
-5.58775e-05
0.00031476
2.83065e-05
0.00207761
-0.000169671
-0.000114065
0.00359901
-0.000420905
-0.000331325
0.00445691
-0.000507053
-0.000536741
0.00489403
-0.000436325
-0.000697908
0.00503061
-0.000185952
-0.000821338
0.00487538
0.00019786
-0.000943921
0.00453136
0.000651348
-0.00115733
0.00416715
0.00111497
-0.00149285
0.00381986
0.00147517
-0.00195296
0.00348326
0.0016844
-0.00245911
0.00307508
0.00164659
-0.00292155
0.00254728
0.00128114
-0.00322013
0.00183294
0.000658218
-0.0029506
0.000643419
-0.000393727
-0.00222704
-0.000217302
-0.00136338
-0.00122434
-0.000288366
-0.0024017
-1.39163e-05
-0.000160681
-0.00347431
0.000786778
5.68418e-05
-0.00346985
0.000771052
0.000223796
-0.00208689
0.00036007
0.000153732
0.000223639
0.000388557
-0.00028035
0.00103571
0.000620888
0.000248423
2.86527e-05
0.000376653
0.00107369
0.000280443
-0.00013461
0.000895842
0.00107296
-0.000442036
0.000121907
0.00133509
-0.000608628
-0.000523474
0.00149952
-0.00075439
-0.000916115
0.00149727
-0.000861857
-0.00129475
0.00141402
-0.000951347
-0.00163538
0.00127476
-0.00105512
-0.00198157
0.00114509
-0.00120614
-0.00238555
0.00101571
-0.00141919
-0.00294224
0.000901032
-0.00169937
-0.00372135
0.000788992
-0.00199599
-0.0048223
0.000669834
-0.00221918
-0.00617442
0.000535585
-0.00221474
-0.00759925
0.000403106
-0.00184355
-0.00846499
0.000309862
-0.0010682
-0.00787014
0.000279074
-0.000187739
-0.0047739
0.000329768
-0.00025359
0.000355415
0.000148741
0.00197347
-0.000153241
9.9234e-05
0.00367105
-0.000408773
-6.84785e-05
0.0046309
-0.000503705
-0.000245275
0.0050736
-0.000385649
-0.000374428
0.00516008
-3.74422e-05
-0.000461142
0.00496155
0.000390128
-0.000582716
0.00460706
0.000944818
-0.000842057
0.00428923
0.00151825
-0.00125827
0.00399663
0.00196562
-0.00186328
0.00374606
0.00225069
-0.00261801
0.00346886
0.00224816
-0.00339485
0.00315532
0.00167844
-0.00392155
0.00273633
0.000364696
-0.00329322
0.00144338
-0.0020196
-0.0019929
0.000544287
-0.00355241
-0.000627648
0.000685022
-0.00433247
0.000903584
0.00109063
-0.00579782
0.00169604
0.00102354
-0.00502547
0.000907707
0.0015082
-0.00283737
0.000213312
0.00106638
-0.000302461
0.00112273
-0.00056072
0.000238287
0.00175855
0.00117795
-0.000851879
0.000853282
0.00362128
-0.000227477
-0.000325493
0.00297895
0.0011236
-0.000681715
0.000745149
0.00165841
-0.000686201
-0.000575345
0.00184234
-0.000765926
-0.00103149
0.00185481
-0.000817326
-0.00145196
0.00168898
-0.00084441
-0.00178806
0.00147823
-0.000892498
-0.00208075
0.00129813
-0.000993932
-0.00239677
0.00113123
-0.00116136
-0.00285175
0.000988239
-0.0014106
-0.00352059
0.000856812
-0.001716
-0.00454738
0.000724834
-0.00199858
-0.00591466
0.000576937
-0.00209982
-0.00752177
0.000427869
-0.00185136
-0.00874379
0.000315038
-0.00116654
-0.0085873
0.000276265
-0.00027121
-0.00568802
0.000333089
-0.000531303
0.000394273
0.000226627
0.00180849
-0.000125061
0.000233643
0.00370003
-0.000382372
0.000154089
0.00472614
-0.000462317
6.45336e-05
0.00516852
-0.000314365
-5.04167e-06
0.00522855
9.53266e-05
-7.68274e-05
0.00500522
0.000595773
-0.000217949
0.00464942
0.00123859
-0.000519761
0.00437468
0.00191406
-0.00102209
0.00413552
0.00246348
-0.00172483
0.00393076
0.00283594
-0.00240677
0.00357895
0.00284223
-0.0032155
0.00321461
0.00279622
-0.0041874
0.00338439
0.00186009
-0.00369627
0.00244672
-0.00175632
-0.00220034
0.000858581
-0.00331995
-0.000672892
0.000753664
-0.00367382
0.00165425
0.00162361
-0.00664233
0.00343637
0.00184167
-0.00745832
0.00243807
0.00431368
-0.00555056
0.00150965
0.00372473
-0.00249053
0.00210377
0.0011701
-0.00184392
0.000342852
0.0065884
-0.00193443
-0.00273309
0.00999205
0.000838519
-0.00278898
0.00457635
0.00280881
-0.00151818
-4.12713e-05
0.00239373
-0.000897806
-0.00123368
0.00229925
-0.000840756
-0.00141666
0.00235927
-0.000817836
-0.00179134
0.00204167
-0.000758785
-0.00210873
0.00171212
-0.000735905
-0.00230837
0.001455
-0.000781865
-0.00250609
0.0012461
-0.000906623
-0.00283412
0.0010717
-0.00111746
-0.00337701
0.000920609
-0.00140736
-0.00429984
0.000776596
-0.00173073
-0.0056197
0.000610935
-0.00194925
-0.00732785
0.000440492
-0.00186552
-0.00885972
0.000308992
-0.00131773
-0.00916955
0.000254181
-0.000431688
-0.00659691
0.000308339
-0.000970827
0.000389814
0.000320665
0.0015494
-0.00010772
0.00039601
0.00365142
-0.00037237
0.000367687
0.00476496
-0.000438487
0.000345396
0.00518774
-0.000255853
0.000351383
0.00520837
0.000191874
0.000352558
0.0049298
0.000798133
0.000269808
0.00453042
0.00157396
-1.13102e-05
0.00421093
0.00250916
-0.000476003
0.00382908
0.00339171
-0.00122885
0.0033879
0.00431965
-0.00187561
0.00225318
0.00550644
-0.00219795
0.000790682
0.00684394
-0.00260739
0.000894578
0.00719763
-0.00262557
0.001395
0.00302175
-0.00179805
-0.000204571
-0.000334482
-0.00129359
-0.00158079
0.000716419
9.7108e-05
-0.000322893
-0.00161707
0.00264801
0.00144211
-0.00712679
0.0041637
0.00572991
-0.00899324
0.00421406
0.00595877
-0.00571796
0.000185919
0.00821946
-0.0034721
-0.00858865
0.0184605
0.000592817
-0.0117519
0.0147109
0.00772977
-0.00711187
0.000986485
0.0074237
-0.00289056
-0.00339173
0.00343793
-0.00136289
-0.00285475
0.0029188
-0.000956253
-0.00238772
0.00307617
-0.000838914
-0.00242846
0.00252154
-0.000650848
-0.00264514
0.00194166
-0.000551625
-0.00267684
0.00160949
-0.000535675
-0.00272849
0.00136176
-0.00060613
-0.00291876
0.00116011
-0.000768473
-0.00330841
0.000973027
-0.00104174
-0.00408225
0.000814311
-0.00140018
-0.00529341
0.000641112
-0.00172068
-0.00703267
0.000452127
-0.00181581
-0.0087945
0.000299247
-0.00144572
-0.00957365
0.000237627
-0.000600787
-0.00746428
0.000283288
-0.00157481
0.000408196
0.000321834
0.00130496
-7.77254e-05
0.000457835
0.0035606
-0.000359071
0.000513934
0.00473262
-0.000417288
0.000562293
0.00514781
-0.000217791
0.000640674
0.00511321
0.000252941
0.000693169
0.00477427
0.000963119
0.000632324
0.00431361
0.00185057
0.000315691
0.00390371
0.00296604
-0.000338573
0.00341695
0.00402319
-0.00142279
0.00275583
0.00487316
-0.00175595
0.00112285
0.00571483
-0.00114243
-0.00153233
0.00720068
-0.00101597
-0.00256704
0.00905279
-0.00134548
-0.000794946
0.0051653
-0.00193279
-0.000244455
-0.0014093
-0.00286245
-0.00210305
-0.00227535
-0.00300092
-0.0014643
-0.00256616
-0.00230802
0.00164284
-0.00603356
-0.000814439
0.00512423
-0.00930515
-5.14819e-05
0.00586787
-0.00753215
-0.00289028
0.012558
-0.001505
-0.00743558
0.0223433
0.00448756
-0.00729901
0.0116937
0.00888847
-0.00401302
-0.00428127
0.00888985
-0.00174451
-0.00666011
0.00567923
-0.000661675
-0.0048214
0.00401212
-0.000638918
-0.00374285
0.00417819
-0.000700458
-0.00346021
0.00331687
-0.00043089
-0.0034791
0.00215541
-0.000281784
-0.00321695
0.00168552
-0.000273184
-0.00302226
0.00138825
-0.000344323
-0.00304551
0.00117925
-0.000476711
-0.00329807
0.00099728
-0.000672787
-0.00395598
0.000826674
-0.000986978
-0.00501682
0.000636479
-0.00137937
-0.00666446
0.000432691
-0.00166123
-0.00854154
0.000269071
-0.00152771
-0.00973732
0.000199409
-0.000815381
-0.00819999
0.00023772
-0.00239347
0.00037696
0.000277175
0.00109724
-7.44625e-05
0.000486712
0.00339399
-0.00034851
0.000645862
0.00459644
-0.000402309
0.000775149
0.00502184
-0.000198978
0.000905198
0.00495115
0.000285349
0.000972042
0.00456606
0.00104387
0.000856612
0.00405094
0.00203487
0.000299604
0.0035563
0.00338699
-0.000775545
0.00321037
0.00431385
-0.00246316
0.00323332
0.00430286
-0.00330732
0.00228319
0.00278296
-0.00266427
-2.94272e-05
0.00110711
-0.00206687
-0.00144765
0.00111506
-0.00301247
-0.00102372
0.00107061
-0.00495875
0.00101273
-0.00375188
-0.0066704
-0.000352438
-0.00632334
-0.00653128
-0.0028699
-0.00292598
-0.00676272
-7.5135e-05
0.00108779
-0.00861851
0.00286653
0.00161115
-0.0105419
0.00437777
-0.00130776
-0.00569984
0.00604942
-0.00286531
0.00404988
0.00837487
-0.00227113
0.00792573
0.00295925
-0.00100058
0.0054139
-0.00568077
0.00465183
0.00236627
-0.00652487
0.00544334
0.00135759
-0.00526494
0.00374059
0.000276521
-0.00468386
0.00457295
-0.000237033
-0.0045322
0.00359105
3.00489e-05
-0.00438126
0.00189271
0.000160161
-0.00374365
0.00144975
0.000107141
-0.00327863
0.00128569
-2.65595e-05
-0.00313347
0.00115228
-0.000215698
-0.00324789
0.00101069
-0.000481252
-0.0037767
0.000863892
-0.000790889
-0.00474805
0.000688461
-0.00114525
-0.00633369
0.000449302
-0.00147966
-0.00822923
0.000241468
-0.00149496
-0.00975192
0.000159527
-0.000916562
-0.00879875
0.000181667
-0.00330924
0.000327113
0.000249482
0.000927392
-9.69381e-05
0.000501314
0.00319882
-0.000362328
0.000720954
0.00441264
-0.00041888
0.000900359
0.004857
-0.000232192
0.0010586
0.0047682
0.00024081
0.0011323
0.00435353
0.000984169
0.00103215
0.00377378
0.00197103
0.000497473
0.00318863
0.00331915
-0.000379143
0.00301787
0.00410121
-0.00172323
0.00398337
0.00403853
-0.00211419
0.00419434
0.00137785
-0.00192822
0.00255468
-0.000867766
-0.00301204
-0.000502453
0.00130966
-0.00381262
-0.0025709
9.84529e-05
-0.00424867
0.000195656
-0.00413821
-0.00737818
-0.000584804
-0.00107374
-0.00704769
-0.00578517
0.000709601
-0.0024945
-0.00658697
0.00433309
-0.00317765
-0.00474138
0.0140745
-0.00831742
-0.000761895
0.0133194
-0.00628857
-0.00237614
-0.0025009
0.00321348
-0.00645968
-0.0115561
0.00662801
-0.0072589
-0.00151919
0.00393547
-0.00847731
0.00522061
0.00248057
-0.00587663
0.00143346
0.00242212
-0.00509469
0.000401069
0.00127371
-0.00485781
0.002476
0.000624479
-0.00491446
0.00209459
0.000922909
-0.00488274
0.000665353
0.000953286
-0.00401054
0.000725144
0.000706886
-0.00332398
0.00097938
0.000389949
-0.00305826
0.00105011
9.22608e-05
-0.00310813
0.00099092
-0.000195197
-0.00359433
0.000881355
-0.000547487
-0.00445185
0.00068836
-0.000952173
-0.00594805
0.000468852
-0.00132762
-0.00787045
0.000225688
-0.00141044
-0.00969498
0.000111267
-0.000938513
-0.00929098
0.00013129
-0.00423983
0.000288582
0.000236748
0.000768412
-0.000117214
0.000516013
0.00298229
-0.00037793
0.0007613
0.00421512
-0.000452253
0.000958068
0.00469367
-0.000305422
0.00112204
0.00462078
0.000108681
0.00121563
0.00420437
0.000733657
0.00122715
0.00359218
0.00151335
0.0011142
0.00289945
0.00249652
0.0010605
0.00257134
0.00330131
0.000435518
0.00344867
0.00528479
-6.42366e-05
0.00390522
0.00537281
-0.000861139
0.00176444
0.00619197
-0.0013568
-0.00244747
0.00502123
0.000180313
-0.00315747
-0.0036385
0.000781946
-1.72075e-05
-0.00675972
-0.00443928
-0.00130954
0.000708035
-0.00577798
-0.0050033
-0.00508112
0.00248745
-0.00913042
-0.00659422
0.00866309
-0.0111774
0.00707613
0.00527276
-0.00681218
0.0198478
0.00147832
-0.00328453
0.0034031
0.00041176
-0.00757425
-0.0148784
7.21286e-05
-0.0130397
-0.00240228
-0.00129627
-0.0131704
0.00557867
0.000686619
-0.00606337
-0.00219652
0.00262354
-0.00433479
-0.00454388
0.00215396
-0.00315742
-0.00182179
0.00207316
-0.00359724
-0.00149471
0.00239205
-0.00418038
-0.00217792
0.00208828
-0.00346773
-0.000642271
0.00147011
-0.00289547
0.000481074
0.000839189
-0.00268973
0.000959857
0.000320726
-0.00279532
0.00103169
-8.26002e-05
-0.00332379
0.00092899
-0.000450952
-0.0041651
0.000751881
-0.000798625
-0.00562679
0.000472665
-0.00113111
-0.00755103
0.000202412
-0.0012164
-0.00962845
4.98984e-05
-0.000824579
-0.00969782
5.62292e-05
-0.00504955
0.00021909
0.000229783
0.00062213
-0.000154442
0.000520013
0.00276626
-0.000408034
0.000770685
0.00402881
-0.000505928
0.000956249
0.00456911
-0.000413261
0.00107839
0.00456948
-9.1942e-05
0.00108379
0.00424081
0.000393814
0.000948132
0.00377929
0.000883477
0.000447797
0.00340371
0.0014644
-0.000291124
0.00350797
0.00157526
-0.00139928
0.00463195
0.00191009
-0.00240845
0.00591036
0.000340789
-0.00309291
0.00518041
-0.00264852
0.00060152
0.00238068
-0.0128894
0.0050592
0.00241397
-0.0178439
0.00373002
0.0038811
-0.0105673
-0.00272509
-4.52071e-05
-0.00336934
-0.00494479
-0.00263196
-0.0107969
-0.00108893
-0.00660246
-0.0145706
0.00531582
-0.00936962
-0.00860047
0.00955743
-0.00721746
0.00883567
0.00896964
-9.55311e-05
0.00459879
0.00220948
0.000342803
-0.0122241
-0.00209282
-0.00817533
-0.0119767
-0.00355629
-0.0115385
-0.00387166
-0.00121581
-0.00549154
-0.00531446
0.000823712
-0.00265823
-0.00526385
0.00185581
-0.000581133
-0.0030228
0.00332774
-0.00119973
-0.00452764
0.00383787
-0.00215389
-0.00528711
0.00313524
-0.00197363
-0.00207825
0.00210211
-0.00197572
0.000114808
0.00115185
-0.00211011
0.00107141
0.00042158
-0.00243359
0.0012853
-6.43835e-05
-0.00306524
0.00108645
-0.000466876
-0.00389214
0.000840422
-0.000794522
-0.00533546
0.000483439
-0.00107718
-0.0072713
0.000143474
-0.00113766
-0.00957427
-2.44061e-05
-0.000745114
-0.0100974
-3.0121e-05
-0.00577243
0.000139861
0.000212439
0.000496505
-0.000195092
0.000511662
0.0025483
-0.000435453
0.000777949
0.00384023
-0.000558949
0.00097729
0.00445377
-0.000517449
0.00112585
0.00453353
-0.000298997
0.00118127
0.00428386
0.000150181
0.00116614
0.00396813
0.000519961
0.000844519
0.00383477
0.00118888
1.00966e-05
0.00433653
0.00182325
-0.00199369
0.00642835
0.00221782
-0.00463879
0.00911085
-0.000180286
-0.00585072
0.0110101
-0.00964849
-0.000981245
0.0110936
-0.0263815
0.00381207
0.0112712
-0.0274511
0.00178598
0.0110355
-0.0163924
-0.00285821
0.0016985
-0.00925554
-0.00880548
-0.00317675
-0.00676983
-0.0125083
-0.00210711
-0.0147836
-0.00758775
-0.00510295
-0.0212046
0.00441983
-0.0107605
-0.00703242
0.0115517
-0.00400935
0.00695959
0.00587809
0.00493869
0.000403827
-0.000409329
0.00117986
-0.0141179
-0.00139688
-0.00327
-0.0196957
0.000111216
-0.00344465
-0.0127417
0.00130793
-0.0020402
-0.0040995
0.00294051
0.00109487
-0.00275215
0.00491139
0.00162892
-0.00712003
0.00485851
0.000678038
-0.00603061
0.0036171
-0.000127569
-0.00177154
0.00230855
-0.00092273
0.000404551
0.00117747
-0.00157319
0.00152088
0.000350236
-0.00219785
0.00168353
-0.000145937
-0.00289689
0.00127607
-0.000540792
-0.00368161
0.000943078
-0.000834659
-0.00507228
0.00046566
-0.0010914
-0.00700148
8.32032e-05
-0.00112658
-0.00953309
-0.000107535
-0.000713905
-0.0105069
-0.000122659
-0.0064555
2.15461e-05
0.000195846
0.000384131
-0.000222339
0.000502848
0.00232781
-0.000453643
0.000796073
0.00363414
-0.000595351
0.00103849
0.00431186
-0.000594941
0.00126156
0.00444718
-0.00043606
0.00151923
0.0042116
-5.91586e-05
0.00191526
0.0038291
0.000365339
0.00239454
0.00339184
0.00143569
0.00315262
0.00322844
0.00300226
0.00323173
0.00475323
0.00576162
0.00176432
0.00760076
0.00659193
0.000476209
0.010263
0.00262104
0.00395827
0.0118789
-0.00705238
0.00920651
0.014973
-0.010993
0.00885583
0.0156557
-0.00799519
0.00328586
0.0040162
-0.00861472
-0.00712293
-0.00203327
-0.00819845
-0.0139635
0.00220375
-0.0177739
-0.00908942
-0.00311111
-0.0272917
0.00264528
-0.0133789
-0.0189295
0.00769976
-0.00763274
0.00585166
0.00481486
0.0054152
0.00380458
0.003476
0.00538627
-0.0172215
0.0049857
0.0011629
-0.0262663
0.00615113
-0.000945847
-0.0196044
0.00580807
-0.00109823
-0.00631449
0.00572623
0.00168767
-0.00253631
0.00579127
0.00245011
-0.00333142
0.00439503
0.00149469
-0.000416316
0.00290689
0.000145397
0.00170582
0.00185049
-0.000812202
0.00208206
0.000849933
-0.0016314
0.00251303
0.000141907
-0.00228564
0.00211364
-0.000273692
-0.00287391
0.00142152
-0.00061256
-0.00353698
0.000971489
-0.000882998
-0.00481199
0.000421624
-0.00114204
-0.00670924
1.54524e-05
-0.00118323
-0.00947309
-0.000169628
-0.000771878
-0.0109077
-0.000198828
-0.00719322
-5.35252e-05
0.000163402
0.000306524
-0.000255801
0.000469335
0.00210998
-0.000468573
0.000779191
0.00341702
-0.000626587
0.00104575
0.00415557
-0.00066615
0.00128676
0.00435734
-0.000574691
0.00157408
0.00415065
-0.000330751
0.00197979
0.00370484
7.24438e-05
0.0024917
0.00304859
0.000903895
0.00389544
0.00231541
0.00137303
0.00616634
0.00270076
0.00288975
0.00661375
0.00386865
0.00745933
0.00570987
0.00481015
0.0100263
0.0123187
0.00711673
0.00249051
0.0242136
0.0115888
0.00425178
0.0276948
0.0129696
0.0136651
0.0214412
0.00528592
0.00442793
0.0109671
0.00164544
-0.00798626
0.00555353
0.00385399
-0.0148773
0.00637877
-0.00258204
-0.0192857
0.00800359
-0.00739541
-0.0203751
0.00356574
-8.43591e-07
0.00199985
0.000271925
0.0100944
0.000848363
0.00335873
0.00738343
-0.0169028
0.00780928
0.000942001
-0.0195265
0.00884843
-0.000384259
-0.0152008
0.00719127
0.000110597
-0.00585305
0.00546871
0.00139064
0.000406018
0.00422256
0.000667486
0.00360823
0.00271252
-0.000446221
0.0049907
0.00172477
-0.00119803
0.0042278
0.00112633
-0.00160845
0.00330982
0.000397045
-0.00213245
0.00300176
-7.63029e-05
-0.00252755
0.00200624
-0.000337932
-0.00291526
0.00125817
-0.000595248
-0.00338687
0.000762569
-0.000830949
-0.00452116
0.000250754
-0.00111513
-0.00636144
-0.000109175
-0.0011977
-0.00934385
-0.000280279
-0.000845379
-0.0112347
-0.000312224
-0.00800007
-0.00014285
0.000143119
0.000244103
-0.000278506
0.000433747
0.00190622
-0.00047386
0.000745797
0.00319669
-0.000636969
0.0010167
0.00399505
-0.000710224
0.00124815
0.00427953
-0.000677206
0.00146348
0.00415746
-0.000525723
0.00171215
0.00377566
-0.000290095
0.00187358
0.00320621
0.000137185
0.00274711
0.00257282
-0.000490142
0.00493871
0.00234991
-0.00091394
0.00595441
0.00207891
0.00298757
0.00580702
0.0017601
0.00594804
0.0149391
0.00317027
-0.00296151
0.0338664
0.00424413
0.00351076
0.0422534
0.00339103
0.0297953
0.0358322
0.00442871
0.0241437
0.0287708
0.00532455
-0.00066427
0.0252807
0.00618401
-0.00744068
0.0199703
0.00266963
-0.00468678
0.0144351
0.0016819
-0.00856146
0.00806229
0.00693359
0.00156024
0.00296871
0.0129725
0.00481114
0.0031066
0.00793533
-0.00322865
0.00463613
0.00036546
-0.00209291
0.00512039
-0.00188243
-0.000989125
0.00500414
-0.00123903
-0.000147976
0.00402168
-0.000486863
0.00274121
0.00281256
-0.00124083
0.00435552
0.00204476
-0.00170065
0.00357375
0.00164022
-0.0018986
0.00259207
0.00109836
-0.0020182
0.00257101
0.00043287
-0.00236639
0.002405
4.36625e-05
-0.00252568
0.00140752
-0.000197282
-0.00279762
0.000846944
-0.000430773
-0.00313555
0.000449308
-0.000681271
-0.00414885
5.02753e-05
-0.00102258
-0.00591317
-0.000230317
-0.00120469
-0.0090957
-0.000393553
-0.000947084
-0.0114626
-0.000408495
-0.00890047
-0.000224391
0.000120693
0.000195414
-0.000298172
0.000391532
0.00171641
-0.000470686
0.000703113
0.0029732
-0.000635706
0.000985144
0.00381594
-0.000728435
0.00122818
0.00417877
-0.000736566
0.00144485
0.00414527
-0.000634515
0.00164834
0.00385484
-0.000481394
0.00174581
0.00341666
-0.0001973
0.00210047
0.00299619
-0.000581902
0.00355153
0.00273089
-0.00171337
0.00513829
0.00203625
-0.000844916
0.00621463
0.00112373
0.00131133
0.0133888
0.000782526
-0.0032913
0.0287697
-0.00260266
0.00217005
0.0373671
-0.00703912
0.0301302
0.0343359
-0.000793614
0.0346338
0.031096
0.0046564
0.0118666
0.0284398
0.00726972
0.00264343
0.0208956
0.00851692
0.00489333
0.0132499
0.00686464
0.00193699
0.00876102
0.00675104
0.00354378
0.00598468
0.00970471
0.00479555
0.00398096
0.00607446
0.00272875
0.00202556
0.000650705
0.00395798
0.00214612
-0.00187729
0.00131198
0.00365249
-0.00263233
4.5712e-05
0.00395209
-0.00207751
0.00130343
0.00312213
-0.00170456
0.00189437
0.002465
-0.00165542
0.00134376
0.00201314
-0.00188171
0.00129855
0.00130497
-0.00205752
0.00190576
0.000574849
-0.00235083
0.00180346
0.000233342
-0.00232166
0.00079684
2.04401e-05
-0.00254195
0.000387161
-0.000205675
-0.00276209
8.59675e-05
-0.000460192
-0.00371793
-0.000151214
-0.000842392
-0.00537765
-0.00039218
-0.00112589
-0.00873238
-0.000504358
-0.000994819
-0.0115645
-0.000497053
-0.00985664
-0.000301244
0.000108157
0.000152034
-0.000306846
0.000353405
0.00154186
-0.000462996
0.000659756
0.00274467
-0.000612399
0.000949105
0.00361862
-0.000715397
0.00121044
0.00403852
-0.00074473
0.00145237
0.00407272
-0.0006672
0.00168665
0.00385253
-0.00054034
0.00189979
0.00345395
-0.000286075
0.00228938
0.00306409
-0.000322407
0.00338073
0.00268134
-0.000798566
0.00466337
0.00199546
-0.00057167
0.00589164
0.000625614
0.00102247
0.00979454
-0.000985469
-3.27803e-05
0.0167869
-0.00525621
0.0018421
0.0205414
-0.0104315
0.0163748
0.0199137
-0.00681656
0.0273168
0.0182395
0.000519439
0.0182891
0.0165056
0.00455499
0.0101677
0.0125199
0.00756805
0.00752383
0.00700048
0.00609576
0.00490102
0.00295792
0.00350227
0.00487547
0.00231789
0.00455821
0.00333605
0.00290342
0.00289373
-0.000337045
0.00252203
-0.000278778
3.84949e-05
0.00318325
-0.000875491
-0.00409523
0.00440526
-0.00123914
-0.0052563
0.00405044
-0.00165979
-0.000800434
0.00322251
-0.00151377
0.000762301
0.00257979
-0.00143954
0.000766863
0.00208534
-0.00174627
0.000827987
0.00142759
-0.00194015
0.00122372
0.000842864
-0.00212357
0.000929528
0.000538911
-0.00197111
0.000223142
0.000328604
-0.00216523
2.72977e-06
8.01337e-05
-0.00229181
-0.000194741
-0.000203541
-0.00321356
-0.000309927
-0.000647929
-0.00477341
-0.000488832
-0.00103557
-0.00825896
-0.000580288
-0.00104839
-0.0115321
-0.000543061
-0.0108791
-0.000345
8.4211e-05
0.000121431
-0.000309029
0.000304574
0.00138199
-0.000452813
0.000597659
0.00251802
-0.000591503
0.000899517
0.00339315
-0.000685324
0.00118385
0.00385429
-0.000731449
0.00144568
0.0039428
-0.000670447
0.00170607
0.00377281
-0.000559346
0.00197168
0.00340998
-0.000363268
0.00235212
0.00302124
-0.00026494
0.00306093
0.00254628
-0.000284851
0.00383835
0.00185979
2.37168e-05
0.00445942
0.000530281
0.000915553
0.00553205
-0.000956611
0.000884244
0.00634948
-0.00373118
0.00066825
0.00544727
-0.00698034
0.00300129
0.00350886
-0.00619552
0.00910054
0.0023266
-0.00111286
0.00872374
0.00202209
0.00293441
0.00377404
0.00216571
0.00520532
0.000407219
0.00154283
0.00437496
-0.000950219
0.000472148
0.00221013
-0.000456179
0.00106477
0.00237026
-0.00118087
0.00292949
0.00207841
-0.00481094
0.00331997
0.00015229
-0.00328412
0.00416497
0.000348485
-0.00558583
0.00508646
0.000413068
-0.00646985
0.00442856
-0.000166032
-0.00302529
0.00340471
-0.000633875
-0.000635641
0.00279088
-0.000835994
-0.00039728
0.00232652
-0.00112102
-0.000388522
0.00179183
-0.00130809
-0.000138454
0.00131698
-0.0014652
-0.000222262
0.000962802
-0.00135794
-0.0003319
0.000662846
-0.00161917
-0.00032192
0.00035736
-0.00174099
-0.000354493
3.0266e-05
-0.00266468
-0.000423397
-0.000477152
-0.00411242
-0.000527243
-0.000979287
-0.00767847
-0.000616484
-0.00113152
-0.0113731
-0.000561664
-0.0120014
-0.000366954
7.56444e-05
8.60923e-05
-0.000305255
0.000257525
0.00124724
-0.000443449
0.000525763
0.00230259
-0.000565572
0.000807058
0.00317111
-0.000653875
0.00110304
0.0036364
-0.000693756
0.00138407
0.00376269
-0.000652215
0.00165969
0.00363162
-0.000548673
0.00194487
0.00329358
-0.000379583
0.00227801
0.00292746
-0.000227004
0.00270031
0.002443
-7.04449e-05
0.00311769
0.00183959
0.000147868
0.00321722
0.000861244
0.000559815
0.00308092
-0.000171262
0.00065471
0.00217073
-0.00146826
0.00013775
0.000221146
-0.00264786
-0.00101298
-0.00187086
-0.0023873
-0.00043433
-0.00271253
0.000153137
0.000179804
-0.00248181
0.0028404
-0.000828432
-0.00160452
0.00454022
-0.00273438
-0.000430363
0.00472718
-0.00509189
0.000715619
0.0038361
-0.00651086
0.00150166
0.00320944
-0.00474329
0.002283
0.0029231
-0.00481201
0.00273868
0.00202971
-0.00527287
0.00366879
0.00197261
-0.00582655
0.00425509
0.00148756
-0.00449168
0.00388572
0.00101668
-0.0027059
0.00332249
0.000541036
-0.00185662
0.00288938
0.000177589
-0.00145868
0.00251666
-0.000229892
-0.0011189
0.00207081
-0.000465528
-0.000789728
0.00165801
-0.000746264
-0.000573982
0.00127903
-0.000744965
-0.000438547
0.000947069
-0.00109199
-0.000352418
0.000601667
-0.00119449
-0.000363872
0.000229329
-0.00210097
-0.000423421
-0.000327501
-0.00341987
-0.000524089
-0.000976473
-0.00696409
-0.000607875
-0.00125981
-0.0110966
-0.000551724
-0.0132691
-0.000365905
1.67685e-05
9.63972e-05
-0.000304936
0.000164651
0.00113252
-0.000439623
0.00039829
0.00210516
-0.000551393
0.000694476
0.00291547
-0.000627644
0.00100683
0.00337571
-0.000667396
0.00133162
0.00350669
-0.000626031
0.00163247
0.00342152
-0.000542914
0.00194296
0.00309809
-0.000386319
0.00225863
0.00276473
-0.00021655
0.00256424
0.00231552
-7.39205e-06
0.00281056
0.00181274
0.000214736
0.00280343
0.00113225
0.000480399
0.00249074
0.000485477
0.000646116
0.00183898
-0.00017691
0.000433168
0.000737413
-0.000468208
-0.000151577
-0.000455507
-0.000216912
-0.00031485
-0.00102763
0.00109224
-4.62191e-05
-0.00097203
0.00269477
-0.000113628
-0.000760134
0.00402251
-0.000530354
-0.000283821
0.0046759
-0.00219353
0.000436325
0.00486917
-0.00418578
0.00115594
0.004585
-0.00483304
0.00190575
0.00424709
-0.00507448
0.00256983
0.00367071
-0.00529106
0.00333898
0.00339451
-0.0050535
0.0036169
0.00265584
-0.00359517
0.00344496
0.00209533
-0.00242653
0.00319734
0.00144798
-0.00181894
0.00292819
0.00101099
-0.00144363
0.00266662
0.000537586
-0.00115342
0.00230349
0.000273377
-0.000832431
0.0019409
-0.000126898
-0.000578583
0.00157659
-0.000223942
-0.000372484
0.00123789
-0.000625525
-0.00029197
0.000883843
-0.000688121
-0.000317686
0.000485605
-0.00155132
-0.000373117
-0.000143847
-0.0026765
-0.000505936
-0.000913631
-0.00616149
-0.000560509
-0.00133745
-0.0106927
-0.00052736
-0.0146393
-0.000358294
-1.4637e-05
0.000126863
-0.000312186
4.22806e-05
0.0010949
-0.000448946
0.000238982
0.00193116
-0.000546337
0.000493964
0.00268332
-0.000610957
0.000810024
0.00309245
-0.000655537
0.00116817
0.00319017
-0.000607725
0.00151067
0.00313929
-0.000544722
0.00184929
0.00283471
-0.00040495
0.00217283
0.00253999
-0.000247846
0.00244624
0.00216036
-5.73945e-05
0.00263027
0.00176216
0.000151036
0.00264176
0.00128777
0.000348643
0.00244937
0.000871323
0.000521723
0.00208247
0.00050871
0.000495951
0.00158544
0.000453573
0.000366048
0.00104265
0.000711041
0.000367247
0.000732946
0.00138936
0.000673233
0.000619086
0.00230268
0.00102485
0.000586021
0.0032364
0.00120124
0.000652699
0.00396025
0.000782862
0.000891789
0.00442793
-8.09857e-05
0.00129726
0.00446592
-0.00109935
0.00188486
0.00432289
-0.00200074
0.00245128
0.0039136
-0.00223236
0.00299097
0.00358947
-0.00211697
0.00324356
0.00289409
-0.00155509
0.00316499
0.00233374
-0.000850509
0.00301108
0.00173159
-0.000661319
0.00285051
0.00136822
-0.000652157
0.00271069
0.000911659
-0.000605499
0.00248421
0.000713477
-0.000521276
0.00221233
0.000307177
-0.000389067
0.00190434
0.000189701
-0.000277115
0.00161014
-0.000237815
-0.00022275
0.00129849
-0.000280055
-0.000236982
0.000940329
-0.00107477
-0.000311501
0.000278195
-0.00194705
-0.00042889
-0.00068281
-0.0051681
-0.000530412
-0.00121576
-0.0102026
-0.000495571
-0.0159126
-0.000355747
-0.000187218
0.000319399
-0.000313398
-0.000201184
0.00111398
-0.000467234
-8.06415e-05
0.00181699
-0.000563968
0.000241456
0.00236629
-0.000608872
0.000604953
0.0027406
-0.000648585
0.00103381
0.00277805
-0.000610177
0.00143966
0.0027642
-0.000560359
0.00181485
0.00250083
-0.000437644
0.00216579
0.00224745
-0.000299921
0.00246125
0.00195041
-0.000143057
0.00266181
0.00164296
5.42139e-05
0.00273826
0.00131534
0.000221644
0.00268546
0.00104596
0.000380601
0.00251741
0.000847793
0.000459245
0.00231244
0.000859804
0.000506344
0.00212838
0.00103197
0.000639053
0.00202173
0.00139574
0.00097224
0.00198235
0.00186912
0.00146924
0.00190046
0.00241015
0.00207295
0.00171903
0.00283029
0.00258182
0.00153647
0.00317521
0.00264286
0.00158859
0.00326531
0.001971
0.00196814
0.00328781
0.00100605
0.00244165
0.00307046
0.000531459
0.00284174
0.00283302
0.000418085
0.00307655
0.00232006
0.000411725
0.0030664
0.00196385
0.000515108
0.00301347
0.00151597
0.00035352
0.00295492
0.00130308
0.000131096
0.00285938
0.000980935
-2.06639e-05
0.00270438
0.00089549
-0.000100632
0.00252351
0.00053148
-0.000116627
0.00230875
0.000441092
-0.000107608
0.00207655
3.19554e-05
-0.000109542
0.00188284
-2.74901e-05
-0.000157971
0.00158206
-0.000710139
-0.00023581
0.00109552
-0.00140109
-0.000352158
3.53928e-05
-0.00413064
-0.000485577
-0.000718819
-0.00947722
-0.000456667
-0.0167147
-0.000345246
-9.88103e-05
0.000412524
-0.000341669
-0.000340489
0.00134538
-0.000490628
-0.000381972
0.00184791
-0.000590211
-0.000178245
0.00214855
-0.000622783
0.000218421
0.00233284
-0.000669812
0.000719715
0.00227056
-0.000604541
0.00123425
0.00225559
-0.000586754
0.00168702
0.00205989
-0.000474954
0.00210295
0.0018604
-0.000358737
0.00244122
0.00164781
-0.000223955
0.0027009
0.00143759
-5.19148e-05
0.00285655
0.00121526
0.000110413
0.00291963
0.00104276
0.000268602
0.00290868
0.000930375
0.000400371
0.00288787
0.000944462
0.000537267
0.00288358
0.00104292
0.000731886
0.00289324
0.00124008
0.0010638
0.00291587
0.00146996
0.00150933
0.00284106
0.00175923
0.00212465
0.002557
0.00190112
0.0028676
0.00224202
0.00206196
0.00317733
0.0022347
0.00215427
0.00255455
0.00244189
0.00220837
0.00196619
0.00269067
0.00205407
0.00165399
0.00295409
0.00191814
0.00135497
0.00318324
0.0015313
0.00115576
0.0032695
0.00137327
0.00103686
0.00333725
0.00108568
0.000761097
0.00338194
0.0010296
0.000517514
0.00336865
0.000842563
0.000334176
0.00330118
0.000881227
0.000168684
0.00319786
0.000597502
7.34803e-05
0.00307147
0.000545809
1.83493e-05
0.00295903
0.000136075
-2.40773e-05
0.00289721
4.06485e-05
-7.38235e-05
0.00275542
-0.000544487
-0.000138776
0.00245987
-0.00109083
-0.000267516
0.00141337
-0.00310347
-0.000392423
0.000366353
-0.00850437
-0.000448404
-0.0164527
-0.000346848
-0.000853207
0.00125348
-0.000369214
-0.000975353
0.00144443
-0.000562972
-0.00091888
0.00176325
-0.00063548
-0.000626645
0.00182184
-0.00065984
-9.48269e-05
0.00176567
-0.000700775
0.000450988
0.00169473
-0.000637767
0.0010646
0.00162117
-0.00062926
0.00158411
0.00152526
-0.000531318
0.00206043
0.00138578
-0.000435552
0.00245062
0.00126268
-0.000320477
0.00276912
0.00113743
-0.000189129
0.00300783
0.00100533
-2.52081e-05
0.00318181
0.000895575
0.000127788
0.00331273
0.000819071
0.000273673
0.00342924
0.000827436
0.000442609
0.0035416
0.000882869
0.000656659
0.00364056
0.000998879
0.000952378
0.00369487
0.00113114
0.00132613
0.0036498
0.00133439
0.00176461
0.00345036
0.00134629
0.00227182
0.00327353
0.0013786
0.0024981
0.00330587
0.00140741
0.00217238
0.00349964
0.00136636
0.00190965
0.0037335
0.00116687
0.00177225
0.00398347
0.00108382
0.00155064
0.00422077
0.000792009
0.00132244
0.00438742
0.000775354
0.00113313
0.00451078
0.000635074
0.000872233
0.00462824
0.000671138
0.000659497
0.00468833
0.000601257
0.000477591
0.00472327
0.000720788
0.000308902
0.00469402
0.000545963
0.000181194
0.00468312
0.000503966
8.75944e-05
0.00462967
0.000155011
3.03926e-05
0.00461127
4.13048e-05
-4.01688e-05
0.00449724
-0.000439955
-8.97564e-05
0.00435958
-0.000965177
-0.000187333
0.00354284
-0.00232639
-0.000321482
0.00203982
-0.00708843
-0.000406239
-0.014524
-0.000317424
-0.00194838
0.00315533
-0.000585659
-0.00211671
0.00155175
-0.000752065
-0.00189872
0.0014841
-0.000744105
-0.00123415
0.00109385
-0.000729681
-0.000448193
0.000918986
-0.00074745
0.000371437
0.000818608
-0.000689688
0.00116171
0.000784851
-0.000680413
0.00189651
0.000749592
-0.000602403
0.00255229
0.000704671
-0.000524708
0.00313233
0.000662402
-0.000429701
0.00363831
0.000614736
-0.000313689
0.00407756
0.000556802
-0.000188479
0.00445694
0.000505902
-1.57576e-05
0.00479727
0.000465526
0.000138718
0.0051189
0.000466247
0.000306343
0.00542645
0.000496685
0.000511736
0.00571257
0.000569048
0.000772191
0.00598378
0.000628614
0.0010761
0.00622556
0.000759952
0.00138672
0.00631804
0.000759177
0.00173784
0.00643394
0.000708738
0.00191522
0.00665251
0.000681389
0.00176423
0.00691232
0.000604082
0.00166425
0.00714487
0.000432826
0.00157093
0.00736589
0.00038936
0.0014276
0.00752591
0.000212634
0.00126872
0.0077121
0.000224936
0.00108792
0.00784929
0.000210417
0.000872287
0.00802112
0.000267061
0.000676515
0.00816004
0.000278052
0.000493018
0.00835987
0.000379957
0.000320851
0.00847419
0.000342827
0.000178478
0.00861279
0.000298641
8.29977e-05
0.00861259
0.000105564
1.80739e-05
0.0086423
-2.19111e-05
-4.36963e-05
0.0085067
-0.000331363
-8.24172e-05
0.00829465
-0.000780811
-0.000136324
0.0076542
-0.00172906
-0.000215462
0.00504163
-0.00454822
-0.000287365
-0.00958042
-0.00025326
0.00312963
-0.000389076
0.0046481
-0.000452861
0.00609688
-0.000476832
0.00715201
-0.000472371
0.00803478
-0.000483069
0.00881638
-0.000458122
0.00956924
-0.000453778
0.0102884
-0.000418172
0.0109695
-0.000378744
0.0116071
-0.000316313
0.0121976
-0.000235494
0.0127285
-0.000139806
0.0132054
-1.7823e-06
0.0136357
0.000137487
0.0140407
0.000300114
0.0144411
0.000497763
0.0148632
0.000729002
0.015277
0.00101188
0.0157483
0.00128133
0.0161065
0.001561
0.0163635
0.0017376
0.0166032
0.00165281
0.0167541
0.00159156
0.0167395
0.00151814
0.0167046
0.0013931
0.0165268
0.00126826
0.0164075
0.00111351
0.0163352
0.000919729
0.0163774
0.00075456
0.0164754
0.000583833
0.016715
0.000409797
0.0169464
0.000267361
0.017171
0.000138051
0.01722
6.54212e-05
0.0171537
-3.10889e-07
0.0167919
-3.83667e-05
0.0159939
-7.92522e-05
0.0142369
-0.00011805
0.00964671
-0.000158678
-0.000178641
1.92636e-05
-1.16889e-05
-3.88677e-05
6.13477e-05
-3.39796e-05
-4.99734e-05
0.000102142
-3.38121e-05
-5.63844e-05
0.000129434
-1.97273e-05
-6.42889e-05
0.000142801
-7.97267e-06
-6.349e-05
0.000146286
3.65582e-06
-6.23673e-05
0.000145071
6.14318e-06
-5.98476e-05
0.000148322
6.126e-06
-5.56716e-05
0.000152687
-7.32559e-07
-4.27899e-05
0.000156964
-5.32991e-06
-4.54672e-05
0.000136515
1.525e-05
-4.28153e-05
8.76295e-05
4.62918e-05
-4.7922e-05
4.08433e-07
8.28233e-05
-3.68537e-05
-0.000114853
0.000117117
-1.54843e-05
-0.000261215
0.000151947
8.94926e-06
-0.000418474
0.000170581
4.22789e-05
-0.000599865
0.000193047
7.31531e-05
-0.000833614
0.000234015
0.000105739
-0.00112879
0.000306459
0.000136115
-0.00149757
0.000385646
0.000169534
-0.00188719
0.000409186
0.000199475
-0.0021706
0.000310004
0.000254758
-0.00236924
0.000233378
0.000289147
-0.00240923
8.46438e-05
0.000344298
-0.00230556
-6.03835e-05
0.000398374
-0.00207033
-0.000186088
0.000440873
-0.00172188
-0.000290322
0.000469534
-0.00127326
-0.000380473
0.00048873
-0.000771392
-0.000434876
0.000496898
-0.000201911
-0.000490221
0.00048254
0.000338269
-0.000472074
0.00044648
0.000753855
-0.000345296
0.000369117
0.00099122
-0.000193102
0.000292699
0.00102741
-1.45465e-05
0.000185899
0.000876366
0.00014248
0.000107325
0.000641911
0.000219485
2.74381e-05
0.000402158
0.00021711
-1.55568e-05
0.000205668
0.000170126
-4.50739e-05
6.48518e-05
0.000109778
-4.69424e-05
3.81679e-05
-1.60135e-05
5.21489e-05
-5.43985e-05
-4.5528e-05
0.000132197
-0.000103169
-6.992e-05
0.000199635
-9.20673e-05
-8.76269e-05
0.000231692
-3.90825e-05
-0.000105218
0.000225858
7.97677e-06
-0.000111946
0.000179572
6.34225e-05
-0.000123373
0.000102237
9.66053e-05
-0.000132264
2.87669e-06
0.000119058
-0.000139305
-0.000175872
0.000191314
-0.000143274
-0.00042941
0.000257237
-0.000140437
-0.000747465
0.000339265
-0.00011903
-0.00111332
0.000414
-0.000105208
-0.00152693
0.000491885
-7.7963e-05
-0.00196461
0.000547614
-5.66744e-05
-0.00241325
0.00058843
-2.12193e-05
-0.00283845
0.000588365
2.28482e-05
-0.00324276
0.000585514
5.91817e-05
-0.00358476
0.000563716
9.89053e-05
-0.00388192
0.000580502
0.000125628
-0.00408824
0.000558773
0.000132621
-0.00421547
0.000517449
0.000149061
-0.00423781
0.000324141
0.000163052
-0.00416809
0.000157677
0.000170476
-0.00398762
-0.000100276
0.000195294
-0.0037068
-0.000345629
0.000204307
-0.00331901
-0.000570896
0.00021882
-0.00283147
-0.000772736
0.000223124
-0.00224152
-0.000958572
0.000217919
-0.00156776
-0.00109661
0.000205279
-0.00086908
-0.00117626
0.000174194
-0.000171142
-0.00115615
0.000148865
0.000490761
-0.00100959
7.10819e-05
0.00102937
-0.00074367
2.6588e-05
0.00130125
-0.000319915
-4.62698e-05
0.00133483
8.28636e-05
-0.000113165
0.00113437
0.000374844
-0.000140522
0.000830531
0.000476811
-0.000169994
0.000484986
0.000466851
-0.00018505
0.000184603
0.000363225
-0.00015698
0.000189579
-7.12709e-05
5.88956e-05
-0.000101446
-4.5329e-05
0.000136654
-0.00016782
-7.86857e-05
0.000182555
-0.000127056
-0.000108033
0.000185284
-3.0359e-05
-0.00013824
0.000111119
9.953e-05
-0.000153907
-2.16804e-05
0.000211283
-0.000161513
-0.000223144
0.000315356
-0.000176907
-0.000514341
0.000427717
-0.000178841
-0.000880063
0.000564936
-0.0001733
-0.00132228
0.00069247
-0.00017
-0.00183911
0.000839533
-0.000162935
-0.00240407
0.000953863
-0.000157297
-0.00297167
0.00102647
-0.000142908
-0.00351408
0.00104931
-0.000133111
-0.00399908
0.00103144
-0.000110057
-0.00442601
0.000967177
-8.76753e-05
-0.00479661
0.000899084
-6.70295e-05
-0.00509377
0.000799983
-5.12235e-05
-0.0053137
0.00072994
-4.36011e-05
-0.00539583
0.000568341
-5.0698e-05
-0.0053691
0.00040713
-4.75973e-05
-0.005277
0.000146312
-4.93053e-05
-0.0050982
-0.000110644
-3.65735e-05
-0.00484995
-0.000443688
-2.13576e-05
-0.00455444
-0.000730052
-2.31656e-05
-0.00417795
-0.00103339
-2.32633e-05
-0.00371796
-0.00131319
-2.94629e-05
-0.00317968
-0.00157332
-3.02624e-05
-0.00255906
-0.00178893
-4.11828e-05
-0.00188153
-0.0019171
-6.85557e-05
-0.00115597
-0.00193848
-9.30639e-05
-0.000453729
-0.00176971
-0.000133651
0.000193886
-0.00144675
-0.000195636
0.000679558
-0.000868041
-0.000258217
0.000953189
-0.000266331
-0.000261456
0.000966886
0.00028872
-0.000299495
0.000781135
0.000591258
-0.000294286
0.000488169
0.000691052
-0.000293206
0.000192585
0.000597679
-0.000236309
0.000343477
-9.57712e-05
4.93117e-05
-0.00013683
-3.9741e-05
9.62131e-05
-0.000198104
-8.25648e-05
9.0162e-05
-0.000106181
-0.000123275
6.46089e-06
7.46132e-05
-0.000161402
-0.000156239
0.000278767
-0.000183401
-0.000402097
0.000476162
-0.000213829
-0.000763704
0.000687068
-0.000219482
-0.00122442
0.000890658
-0.000229445
-0.00177179
0.00109811
-0.000227595
-0.00237674
0.00127161
-0.000225969
-0.00298592
0.00140445
-0.00021662
-0.00356825
0.00147941
-0.000220331
-0.00410347
0.00149518
-0.00022436
-0.00456337
0.00143933
-0.000215031
-0.00495445
0.0013441
-0.000206024
-0.00527885
0.00120943
-0.000196595
-0.0055433
0.00107498
-0.000181378
-0.00573909
0.000905074
-0.000166771
-0.00585255
0.000748603
-0.000154597
-0.00584357
0.000465207
-0.000145693
-0.00577899
0.000253499
-0.000122083
-0.00565836
-5.27059e-05
-9.98156e-05
-0.00547563
-0.000379608
-8.12909e-05
-0.0052917
-0.000707604
-6.78975e-05
-0.00507483
-0.00103138
-6.83941e-05
-0.00478874
-0.00139674
-7.29498e-05
-0.00442651
-0.00175112
-7.42271e-05
-0.00398194
-0.00209019
-7.89768e-05
-0.00346624
-0.00237444
-8.68996e-05
-0.00288167
-0.0025645
-0.000102821
-0.00223998
-0.00263536
-0.000125886
-0.00153499
-0.0025329
-0.000168897
-0.000821766
-0.00220525
-0.000205665
-0.000201922
-0.0015437
-0.000274322
0.000251494
-0.000770177
-0.000349596
0.000469714
-9.02399e-06
-0.000376807
0.000471143
0.000509962
-0.000382835
0.000322723
0.00076369
-0.000363599
0.000128324
0.00072496
-0.00028526
0.000431003
-0.000106978
1.81417e-05
-0.000137147
-3.31436e-05
6.96607e-07
-0.000156607
-8.54038e-05
-7.50468e-05
-6.94174e-06
-0.000148396
-0.000257966
0.000274407
-0.000197714
-0.000536943
0.000577349
-0.000235524
-0.000935483
0.000885435
-0.000254909
-0.00142858
0.00117466
-0.000266627
-0.00200581
0.00144526
-0.00027548
-0.00261235
0.00166226
-0.00027085
-0.00321373
0.00181091
-0.000280389
-0.00379288
0.00190726
-0.000293635
-0.00430342
0.0019106
-0.000295956
-0.00472137
0.00183086
-0.000275907
-0.00504994
0.00168369
-0.000264976
-0.00530283
0.00151522
-0.000240984
-0.00548268
0.00131323
-0.000212702
-0.0056041
0.00112304
-0.000172878
-0.00567056
0.000901349
-0.000127174
-0.00568309
0.000690502
-5.67224e-05
-0.00562338
0.000363283
-1.43645e-05
-0.00556241
0.0001473
4.00304e-05
-0.00545792
-0.000214852
6.75897e-05
-0.00535501
-0.000539695
7.28507e-05
-0.00526305
-0.000857371
6.79257e-05
-0.00515104
-0.00119694
5.66968e-05
-0.00499684
-0.0016017
5.3685e-05
-0.00478085
-0.00201963
4.62836e-05
-0.00448054
-0.00244247
3.41786e-05
-0.00408643
-0.00281612
1.42933e-05
-0.00360709
-0.00308885
-7.38448e-06
-0.00306367
-0.00322245
-2.18389e-05
-0.00245115
-0.00318375
-6.87083e-05
-0.00172669
-0.00297435
-0.000134856
-0.00100209
-0.00230989
-0.000184261
-0.000390406
-0.00142441
-0.000270053
-1.42443e-06
-0.000455863
-0.000335965
0.000151726
0.000299719
-0.000388323
0.00012749
0.000710605
-0.000362693
5.36519e-05
0.000735937
-0.000275672
0.000445938
-9.0184e-05
-2.17784e-05
-9.1559e-05
-2.78697e-05
-0.000108554
-4.21801e-05
-0.000102098
-0.000297732
0.000211011
-0.00016621
-0.000592466
0.00059251
-0.000245777
-0.00099035
0.000985959
-0.000278226
-0.00148577
0.00137482
-0.000307383
-0.00205168
0.00171439
-0.000315758
-0.00264913
0.00199183
-0.000318656
-0.0032426
0.00218237
-0.000335441
-0.00380767
0.00229582
-0.000340585
-0.00427948
0.00229745
-0.000315084
-0.00463762
0.00218696
-0.000290472
-0.00489169
0.00200826
-0.000259016
-0.0050571
0.00178235
-0.000214161
-0.00513672
0.00153914
-0.000158402
-0.0051598
0.00128561
-9.788e-05
-0.00514414
0.00107146
-1.31797e-05
-0.00510206
0.000838941
5.93492e-05
-0.00503319
0.000616014
0.000141086
-0.00495401
0.000274
0.000190032
-0.00490271
6.85009e-05
0.000252032
-0.00483436
-0.000293998
0.000278681
-0.00481202
-0.000589422
0.000284857
-0.00479783
-0.000893535
0.000258321
-0.0047909
-0.00122836
0.000244636
-0.00477856
-0.00164067
0.000227716
-0.0047333
-0.00209449
0.00020195
-0.00462237
-0.00258657
0.000173733
-0.00441231
-0.00306728
0.000138515
-0.00408513
-0.00346489
9.46972e-05
-0.00362973
-0.00372064
4.78076e-05
-0.00311152
-0.00374801
7.28571e-06
-0.00247512
-0.00364266
-2.31192e-05
-0.00168855
-0.00313518
-0.000108804
-0.000948221
-0.00220004
-0.000183759
-0.000377829
-0.00106557
-0.000285055
-7.29384e-05
-7.62583e-05
-0.000355991
2.79072e-05
0.000542457
-0.000356781
2.00063e-05
0.000679545
-0.000265337
0.000429756
-7.70391e-05
-7.13355e-05
1.09166e-05
-2.82048e-05
-0.000248353
0.000175161
-0.000112478
-0.000540864
0.000533233
-0.000218433
-0.000926664
0.000996906
-0.000291926
-0.00140706
0.00146449
-0.000332243
-0.0019457
0.00189104
-0.000351773
-0.00253092
0.00224329
-0.000351384
-0.00311534
0.00250251
-0.000387169
-0.00363586
0.00262638
-0.000345229
-0.00406496
0.00264137
-0.000319335
-0.00437865
0.00253358
-0.000287624
-0.00458403
0.0023267
-0.000230713
-0.00468316
0.00205708
-0.000152594
-0.00469228
0.00175591
-7.35816e-05
-0.0046397
0.00146702
1.70435e-05
-0.00454622
0.00118872
8.8575e-05
-0.00443127
0.000958553
0.000163524
-0.00430759
0.000721329
0.000239833
-0.00419066
0.000505003
0.000344088
-0.00411739
0.000204781
0.000393002
-0.00407636
1.91498e-05
0.000466403
-0.00405002
-0.000322822
0.000492982
-0.00407
-0.000575692
0.00046602
-0.00411345
-0.000856349
0.000439994
-0.00417907
-0.00116777
0.000418876
-0.00426642
-0.00156058
0.00039366
-0.00435745
-0.00201385
0.000358709
-0.00442454
-0.00253407
0.000316885
-0.0044255
-0.00308502
0.000265847
-0.00430241
-0.00361241
0.000212882
-0.00402164
-0.00403811
0.000157128
-0.00356462
-0.00424183
8.62072e-05
-0.00302314
-0.00422356
3.14298e-05
-0.00227417
-0.00392248
-1.46411e-05
-0.00141101
-0.00309505
-7.69463e-05
-0.000665491
-0.00184952
-0.00016328
-0.000201677
-0.000577609
-0.000266975
-3.53586e-05
0.000323806
-0.000288222
1.45664e-05
0.000575939
-0.00021273
0.000408588
-4.23265e-05
-0.000136361
0.000185934
-4.04188e-05
-0.000400556
0.000479521
-0.000155327
-0.000767948
0.000928202
-0.000266678
-0.00121632
0.00145194
-0.000349644
-0.00172086
0.00195217
-0.000381516
-0.00229977
0.00241611
-0.000390506
-0.00286758
0.0027449
-0.000413769
-0.00334876
0.00291109
-0.000350352
-0.00375458
0.00294919
-0.000333036
-0.0040583
0.00287261
-0.000279341
-0.00423797
0.00265572
-0.000192511
-0.00428853
0.00234261
-8.73792e-05
-0.00424986
0.0019962
2.49117e-05
-0.0041513
0.00164634
0.000122986
-0.00401131
0.00132753
0.000207965
-0.0038468
0.00103419
0.000270229
-0.00367452
0.000801444
0.000340379
-0.00351346
0.000577439
0.00040778
-0.00337923
0.000385513
0.000511719
-0.00331129
0.000144753
0.000549416
-0.00326999
-2.80089e-05
0.000640725
-0.00327074
-0.000317932
0.000632442
-0.00331355
-0.000536414
0.000604945
-0.00338331
-0.000788986
0.000570159
-0.00348628
-0.00106674
0.000545388
-0.00362472
-0.00142422
0.000516021
-0.00379245
-0.00184943
0.000478741
-0.00397207
-0.00235891
0.000436438
-0.00412906
-0.00293422
0.00038293
-0.00421184
-0.00353924
0.000321871
-0.00415231
-0.00411124
0.000254978
-0.00387908
-0.00453805
0.000187521
-0.00342543
-0.00470907
0.000113188
-0.00278848
-0.00459213
4.29269e-05
-0.00191159
-0.00400887
-1.5722e-05
-0.00100092
-0.00279647
-8.21336e-05
-0.000322511
-0.00130378
-0.000173026
-2.56039e-05
-4.22908e-05
-0.000251355
3.95731e-05
0.00045728
-0.000189653
0.000410034
-3.33467e-05
-0.000198594
0.000426575
-5.1474e-05
-0.000523038
0.000851307
-0.000192138
-0.000943878
0.00137729
-0.000321661
-0.00142665
0.0019377
-0.000399371
-0.00198094
0.00247462
-0.000417507
-0.00252567
0.00291004
-0.000427746
-0.00298398
0.00313479
-0.00037084
-0.003388
0.00323602
-0.000351896
-0.00370723
0.00320122
-0.000273908
-0.00387402
0.00298992
-0.000166661
-0.00390169
0.00265138
-3.13322e-05
-0.00384213
0.0022634
0.000111888
-0.00372858
0.00187332
0.000234705
-0.00357994
0.00149561
0.000325477
-0.00340867
0.00116296
0.000390373
-0.0032169
0.0008599
0.000421933
-0.00301651
0.000626056
0.000463732
-0.0028265
0.000413493
0.000509948
-0.00268316
0.000257809
0.000607972
-0.00261416
7.44186e-05
0.000662135
-0.0025886
-6.583e-05
0.000750918
-0.00259994
-0.000311687
0.00073111
-0.00264389
-0.000495862
0.000697991
-0.00271904
-0.000717566
0.000666037
-0.00282936
-0.0009575
0.000639856
-0.00298159
-0.00127136
0.000612358
-0.00317532
-0.00165447
0.000576224
-0.00340562
-0.00212757
0.000537124
-0.00364866
-0.00269101
0.000485935
-0.00386312
-0.0033255
0.000429828
-0.00398573
-0.0039918
0.000361423
-0.003935
-0.0045956
0.000288622
-0.00363836
-0.00501954
0.000213047
-0.00313576
-0.00512264
0.000142152
-0.00236416
-0.00481057
6.78612e-05
-0.00136791
-0.0038249
9.27734e-06
-0.00053352
-0.00217206
-6.20056e-05
-3.81822e-05
-0.00057222
-0.000150417
3.01289e-05
0.000336491
-0.000116192
0.000405283
1.1557e-05
-0.000240494
0.000709645
-8.51842e-05
-0.000610649
0.00126646
-0.000244351
-0.00105154
0.00184215
-0.000377354
-0.00154097
0.00242027
-0.000440583
-0.00206916
0.00296091
-0.000453294
-0.00253307
0.00331223
-0.000417826
-0.00296415
0.00349154
-0.000376332
-0.00330944
0.00351853
-0.000289363
-0.00349272
0.00334114
-0.000164751
-0.00353181
0.00299594
-1.03513e-06
-0.00347851
0.00258349
0.000176082
-0.00337694
0.00215144
0.00032297
-0.00324686
0.00173253
0.000437922
-0.003093
0.00133289
0.000502444
-0.00291309
0.000982929
0.000531729
-0.00270119
0.000665718
0.000516645
-0.0024667
0.00042336
0.000521596
-0.00224273
0.000226244
0.000542089
-0.00208075
0.000101526
0.000656609
-0.00202275
-1.53316e-07
0.000736093
-0.00202479
-9.64414e-05
0.000831354
-0.00203691
-0.000316415
0.000792882
-0.00207738
-0.000467878
0.000763221
-0.00214982
-0.000656476
0.000732822
-0.00225548
-0.000859665
0.0007067
-0.00240511
-0.00112683
0.000682097
-0.00259838
-0.00146389
0.000647083
-0.00283956
-0.0018875
0.000612068
-0.00311569
-0.00241454
0.000564674
-0.00340116
-0.00303944
0.000512364
-0.00364361
-0.00374919
0.000447673
-0.00376549
-0.00447543
0.000375771
-0.00367871
-0.00511217
0.000295583
-0.00332419
-0.00548957
0.000219212
-0.00271397
-0.0054466
0.00014823
-0.00180846
-0.00476216
8.19534e-05
-0.000806885
-0.00320858
9.95367e-06
-0.000125502
-0.00128549
-5.14006e-05
2.69676e-05
0.000141645
-9.40736e-05
0.000400039
3.23477e-05
-0.000251862
0.00100631
-0.000115298
-0.000634538
0.00169384
-0.000292283
-0.00107759
0.00230457
-0.00042377
-0.0015757
0.00290029
-0.000476468
-0.00206229
0.00340012
-0.000466604
-0.00250197
0.00368857
-0.000407691
-0.00287151
0.00380208
-0.000320562
-0.00309052
0.00369808
-0.000189366
-0.0031673
0.00338564
1.9864e-06
-0.00313915
0.00296338
0.000198485
-0.00306813
0.00250626
0.000383012
-0.00297258
0.00204126
0.000523362
-0.00285701
0.00159392
0.000613213
-0.00271276
0.00116053
0.000642907
-0.0025309
0.00078204
0.000630944
-0.00229834
0.000440785
0.000562639
-0.00201975
0.000179987
0.000522915
-0.0017476
2.5252e-06
0.000517696
-0.00154441
-7.69792e-05
0.000632475
-0.00152284
-7.89358e-05
0.000816455
-0.00156779
-0.000130585
0.000928903
-0.00157771
-0.000343003
0.000848964
-0.00161216
-0.000460123
0.000818942
-0.00167977
-0.000611353
0.000793635
-0.0017768
-0.000780028
0.000769176
-0.00191722
-0.00100121
0.000750859
-0.00209614
-0.00129527
0.000716067
-0.00232413
-0.00166684
0.000683841
-0.0025961
-0.00214638
0.000637201
-0.00290099
-0.00273567
0.000588867
-0.00320348
-0.00344589
0.000526801
-0.00344162
-0.00423646
0.000457688
-0.00352444
-0.0050308
0.000378046
-0.00335729
-0.00566434
0.000297144
-0.00289607
-0.00592384
0.000223497
-0.00212881
-0.0055547
0.000163494
-0.00110202
-0.00427046
0.000113557
-0.000297786
-0.0021182
4.62033e-05
2.10289e-05
-0.000217529
9.16623e-06
0.000382755
0.000100286
-0.000245657
0.00129728
-0.000153908
-0.000619402
0.00210994
-0.000345711
-0.00105925
0.00275779
-0.000470852
-0.00153927
0.00335642
-0.000511354
-0.00198088
0.00379583
-0.00047073
-0.00237166
0.0040264
-0.000380963
-0.00264063
0.00403152
-0.000244455
-0.00278041
0.00380215
-3.2678e-05
-0.00279779
0.00340609
0.000180073
-0.00276904
0.0029373
0.00040182
-0.00272768
0.00245355
0.000585363
-0.00267369
0.00195519
0.000702349
-0.00259321
0.00146259
0.000759652
-0.00246744
0.000968273
0.000751019
-0.00228095
0.000536512
0.000694279
-0.00200989
0.000148864
0.000560048
-0.00164753
-0.000150291
0.000464736
-0.00127912
-0.000296693
0.000418287
-0.00102056
-0.000300693
0.000560064
-0.00105638
-0.00015975
0.00091052
-0.00119155
-0.0001541
0.00107042
-0.00119525
-0.000392203
0.000884571
-0.00121671
-0.00047085
0.000852356
-0.00128629
-0.000574145
0.000843947
-0.00138201
-0.00071162
0.000826578
-0.00151861
-0.000892108
0.000821026
-0.00168432
-0.00115139
0.000786208
-0.00189141
-0.00147741
0.000755789
-0.00214074
-0.00190882
0.000706145
-0.00243339
-0.00244978
0.000656759
-0.00275067
-0.00313086
0.000594003
-0.00305004
-0.00393694
0.00052572
-0.00325471
-0.00482639
0.000443909
-0.00326083
-0.00566328
0.000359754
-0.00296619
-0.00623092
0.000278474
-0.00234402
-0.0061979
0.000214573
-0.0013966
-0.0052421
0.000168536
-0.000466645
-0.00307857
0.000129388
8.60375e-06
-0.000721292
5.54239e-05
0.000360897
0.000126713
-0.000219278
0.00156441
-0.000184246
-0.000567143
0.00250094
-0.000386148
-0.000993051
0.00319549
-0.000504284
-0.00142692
0.00376978
-0.000526048
-0.00182348
0.00415498
-0.000454193
-0.00214749
0.0043159
-0.00032362
-0.00235052
0.00421229
-0.000121743
-0.00243412
0.00388894
0.000123239
-0.00245295
0.00344201
0.000379384
-0.00246997
0.00295755
0.000606191
-0.00249352
0.00245468
0.00077087
-0.00250146
0.00191132
0.000848211
-0.00246044
0.00134535
0.000856615
-0.00233808
0.000743727
0.000794636
-0.00213568
0.000246305
0.000675183
-0.0017793
-0.000190043
0.000412178
-0.00132089
-0.000432709
0.000159668
-0.000835477
-0.000470125
-2.51263e-06
-0.000488395
-0.000417298
0.000249448
-0.000620856
-0.000200885
0.00101217
-0.000886224
-0.000167357
0.00129819
-0.000873726
-0.000469411
0.000916556
-0.000858739
-0.000500859
0.00085401
-0.000947645
-0.00052721
0.000900166
-0.00105491
-0.00063973
0.000893984
-0.00119842
-0.000790878
0.000910134
-0.00135817
-0.00102718
0.000875831
-0.00154538
-0.00132121
0.000846029
-0.00176452
-0.0017124
0.00079001
-0.00202516
-0.00220414
0.000735731
-0.00232474
-0.00283902
0.000668585
-0.00263901
-0.0036255
0.000598208
-0.00291227
-0.00455455
0.000516016
-0.00304681
-0.00553422
0.000427513
-0.00292536
-0.00636443
0.00034209
-0.0024528
-0.0066901
0.000271173
-0.00162906
-0.00609223
0.000231543
-0.000619617
-0.00411092
0.000200444
-2.29428e-05
-0.00134628
0.000180935
0.000313386
0.000189593
-0.000175172
0.00178892
-0.000212317
-0.000485474
0.00285357
-0.000425368
-0.000870714
0.00359274
-0.0005344
-0.00124871
0.00413315
-0.000534508
-0.0015992
0.00447952
-0.000425645
-0.00185045
0.00455853
-0.000252337
-0.00200708
0.00436595
2.64437e-05
-0.00208018
0.00399567
0.00029348
-0.00215449
0.00354233
0.000582885
-0.00225809
0.00306048
0.00080511
-0.00238675
0.00254602
0.000940983
-0.00248378
0.00193745
0.000956402
-0.00249599
0.00126185
0.000884677
-0.00237149
0.000491732
0.000735611
-0.0020971
-5.91272e-05
0.000458746
-0.00157955
-0.000388123
-0.000127812
-0.000928164
-0.000399915
-0.000665152
-0.000312123
-0.000359359
-0.000798028
8.94439e-05
-0.000359462
-0.000317602
-0.000239096
-9.93973e-05
0.001032
-0.000663651
-9.1234e-05
0.0014842
-0.000572587
-0.00056092
0.000844355
-0.000499754
-0.00052229
0.000762904
-0.000633945
-0.000424097
0.0009334
-0.00077492
-0.000535459
0.000961459
-0.000938869
-0.00068323
0.00101595
-0.00110713
-0.00091033
0.000985998
-0.00128237
-0.00119379
0.000957204
-0.00147477
-0.00155819
0.000890659
-0.00169875
-0.00200818
0.000826352
-0.00196577
-0.00259003
0.000748635
-0.0022667
-0.00333423
0.000670914
-0.00256689
-0.0042593
0.00058123
-0.00278312
-0.00532267
0.000486212
-0.00279868
-0.00636001
0.00039027
-0.00248011
-0.00702902
0.000312625
-0.00177797
-0.00681935
0.000262433
-0.000777877
-0.00513572
0.000241266
-5.00946e-05
-0.00208695
0.000225871
0.000241577
0.000227275
-0.000115316
0.00195899
-0.000228723
-0.000375535
0.00315926
-0.000447845
-0.000702883
0.00393951
-0.000548339
-0.00103115
0.00445674
-0.0005182
-0.00132193
0.00476409
-0.000375417
-0.00152239
0.00477207
-0.000141958
-0.0016504
0.00452738
0.00017249
-0.00175535
0.00414441
0.000510753
-0.00190928
0.00371669
0.000826774
-0.002134
0.0032626
0.00105087
-0.00239649
0.00274509
0.00114395
-0.00261849
0.00207573
0.00105652
-0.00270249
0.00128029
0.000824711
-0.00252784
0.000314102
0.000429388
-0.0019849
-0.000253981
-0.000180951
-0.00114376
-0.000163481
-0.0013302
-0.000304979
4.31463e-05
-0.00189019
0.000169324
5.12434e-05
-0.00169172
0.000226943
-0.000117131
-0.000816905
-0.00027082
5.51687e-05
0.000962082
-0.000540601
-6.90559e-05
0.00149305
-0.000213377
-0.000719807
0.000578361
-0.000106288
-0.000484565
0.000577469
-0.00031061
-0.000235022
0.000974287
-0.000528646
-0.00035654
0.00105174
-0.000736065
-0.000544147
0.00115623
-0.000926398
-0.000788007
0.00113528
-0.00109537
-0.00109201
0.00110294
-0.00126299
-0.0014481
0.0010216
-0.00144877
-0.00186751
0.000940229
-0.00167609
-0.0023945
0.000846635
-0.00194787
-0.00308113
0.00075571
-0.0022467
-0.00396935
0.000656771
-0.00250617
-0.00506824
0.000552322
-0.00261879
-0.00625734
0.000447233
-0.00243071
-0.0072375
0.000356315
-0.00185188
-0.00742596
0.000302314
-0.000911003
-0.00610202
0.000279312
-7.78145e-05
-0.0029345
0.000287588
0.000149931
0.000275977
-4.29027e-05
0.00206067
-0.000236292
-0.000236791
0.00340096
-0.00046389
-0.000495341
0.00422249
-0.000557065
-0.000766929
0.00473386
-0.000499024
-0.000993256
0.00500144
-0.000313011
-0.00115486
0.00495977
1.06561e-05
-0.00127054
0.00469278
0.000357971
-0.00143039
0.00434749
0.000761788
-0.00169314
0.00398981
0.00110471
-0.00208813
0.00361808
0.00132606
-0.00257807
0.00317249
0.00134456
-0.00299908
0.00250032
0.00101331
-0.00312423
0.00153636
0.000448882
-0.00266974
0.000192234
-0.000272883
-0.0016568
-0.000266614
-0.00145737
-0.000507549
0.000483553
-0.00299692
0.000360126
0.000817541
-0.0035122
0.000236849
0.000733265
-0.00259319
-0.000405465
0.000297697
-0.0011338
-0.000808459
6.57637e-05
0.000882743
-0.000348502
-0.000473306
0.00124952
0.000321562
-0.000957503
6.51556e-05
0.00034941
-0.000240711
0.000272353
4.09206e-06
0.000182111
0.000929157
-0.000315091
-5.74975e-05
0.0011507
-0.000573238
-0.000351363
0.00131104
-0.000802424
-0.000650236
0.00133603
-0.000971032
-0.00101801
0.00129229
-0.00111343
-0.00139109
0.0011868
-0.00126039
-0.00179066
0.00107965
-0.00144662
-0.00226116
0.000961456
-0.00168279
-0.00287897
0.000849714
-0.00196569
-0.0037046
0.00073481
-0.00224383
-0.00479956
0.000617356
-0.00242296
-0.00609068
0.000498756
-0.00234224
-0.00734076
0.000393686
-0.00187564
-0.00792442
0.000326367
-0.0010119
-0.0069968
0.000305205
-0.000131859
-0.00382925
0.000325781
8.17841e-06
0.000324659
5.16523e-05
0.00207632
-0.000236971
-6.64486e-05
0.00357362
-0.000475463
-0.000266882
0.00445972
-0.000543858
-0.000481071
0.00496678
-0.000455054
-0.000644409
0.00518737
-0.000208544
-0.000772906
0.00511311
0.000173016
-0.000887087
0.00484802
0.00061028
-0.00110087
0.004566
0.00111024
-0.00146723
0.00428639
0.00154495
-0.00202294
0.00398125
0.00187694
-0.00269051
0.00362216
0.00186449
-0.00333714
0.00304612
0.00138195
-0.00366245
0.00203892
0.00048097
-0.00283855
0.000326805
-0.00135219
-0.00130456
0.0001023
-0.00326629
4.2803e-05
0.00149826
-0.00476378
0.000741638
0.00191204
-0.00526764
0.000154974
0.00157275
-0.00372267
-0.000850198
0.000762769
-0.00154679
-0.000840658
3.87542e-05
0.000241111
0.000504519
-0.00123663
0.000453857
0.00129063
-0.00102788
-0.000687073
0.00102859
0.000531451
-0.00022968
0.000340251
0.00099267
0.000950737
-0.000194803
0.000471518
0.00134113
-0.000519631
-9.2394e-05
0.00156538
-0.00076865
-0.000529023
0.00162507
-0.000919865
-0.000996989
0.00154421
-0.00102107
-0.00141296
0.00139784
-0.00111815
-0.00179715
0.00124865
-0.00125669
-0.0022031
0.00109619
-0.00145065
-0.00273942
0.000955441
-0.00171059
-0.00347459
0.000818928
-0.00199816
-0.00452815
0.000685994
-0.00223047
-0.00587509
0.000552305
-0.00224845
-0.00734786
0.000428189
-0.00189239
-0.00831658
0.000345952
-0.00110977
-0.00781518
0.000314833
-0.000203707
-0.00475373
0.000348183
-0.000201888
0.000361775
0.000172962
0.00198014
-0.000230021
0.000152434
0.00365619
-0.000470808
2.27132e-05
0.00463313
-0.000547386
-0.000122052
0.00514938
-0.000423481
-0.000239822
0.00533257
-6.48663e-05
-0.000327734
0.00522766
0.000363487
-0.000429064
0.00496984
0.000924334
-0.000674491
0.00475832
0.00157136
-0.00111551
0.0045841
0.00210891
-0.00182895
0.004444
0.00250137
-0.00288933
0.00462302
0.00230768
-0.00412054
0.00482846
0.00112731
-0.0046455
0.00380172
-0.000873148
-0.00292243
0.0012034
-0.00461927
-0.000357984
0.0011447
-0.00715926
0.00128348
0.00305672
-0.00753239
0.00205821
0.00367853
-0.00833903
0.00147193
0.00310134
-0.00596778
-0.000250202
0.00230459
-0.00265707
-0.000346578
0.00103919
-0.00120652
0.00210491
-0.00246761
-0.00098223
0.00331149
-0.00128614
-0.00180021
0.00214712
0.00238688
-0.000918532
0.000495064
0.00302562
0.000742708
-0.00035795
0.0013674
0.00161555
-0.000592067
5.68532e-05
0.00192721
-0.000826602
-0.000492625
0.00205294
-0.000936237
-0.00109122
0.00189285
-0.000963403
-0.00156848
0.00166092
-0.000994965
-0.0019194
0.00145195
-0.00107515
-0.00224408
0.00125239
-0.00121698
-0.00268031
0.00107096
-0.00143715
-0.00330206
0.000904449
-0.00172134
-0.00426942
0.000750295
-0.00200416
-0.00561364
0.000598319
-0.0021259
-0.00725447
0.000456208
-0.00189739
-0.00858465
0.000354599
-0.00121227
-0.00854025
0.000316211
-0.000294458
-0.0056927
0.000354254
-0.000497753
0.000395681
0.000249411
0.00182009
-0.000214421
0.000294123
0.00368824
-0.000459139
0.00024217
0.00473789
-0.000515131
0.00019396
0.0052481
-0.000364878
0.000176569
0.00538929
5.59926e-05
0.000170699
0.00526192
0.00056738
8.50555e-05
0.00502296
0.00127111
-0.000260961
0.0048748
0.0021436
-0.000857186
0.00485012
0.00279369
-0.00165928
0.00454656
0.00353547
-0.00255333
0.00542778
0.00293153
-0.00386533
0.00565419
0.00328248
-0.00493806
0.0039431
0.00279144
-0.00284444
0.00109984
-0.00374637
7.07569e-05
0.00094476
-0.00603521
0.00148152
0.00314529
-0.00517315
0.00285039
0.00433339
-0.00866607
0.00366473
0.0034089
-0.00858022
0.00193992
0.00473179
-0.00625295
0.00160326
0.0035447
-0.00465939
0.00402639
-0.00267856
-0.00405609
0.00287895
0.00265115
-0.00472428
-0.000674891
0.00950531
-0.00272607
-0.00151321
0.00555
0.00112274
-0.00116932
0.00118598
0.00223126
-0.000896942
-0.000384524
0.00246825
-0.000982616
-0.000733159
0.00268547
-0.00104827
-0.00136775
0.00238385
-0.000949207
-0.0019382
0.00198278
-0.00089057
-0.00220398
0.00168094
-0.000895891
-0.00241374
0.00142108
-0.000986544
-0.00271225
0.0011943
-0.00116204
-0.00319364
0.000987689
-0.00142214
-0.004046
0.000813283
-0.00173566
-0.00532624
0.000637053
-0.00196894
-0.00705158
0.000470888
-0.00190906
-0.00868704
0.000351507
-0.00136954
-0.00912411
0.000298514
-0.000466155
-0.00662192
0.000334182
-0.00096724
0.000393147
0.000352372
0.00156175
-0.000201759
0.000471423
0.00364493
-0.000448114
0.000487805
0.00477902
-0.000496001
0.000520223
0.00526567
-0.000305844
0.000597996
0.00534666
0.00015673
0.000701142
0.00514409
0.000812811
0.000755862
0.00482556
0.00171664
0.000552806
0.00458919
0.00299781
0.000303436
0.00437731
0.00411388
-0.000387874
0.00339045
0.00616707
-0.00220265
0.00273391
0.0100151
-0.00476649
0.000817625
0.0142443
-0.00496555
-0.000663913
0.0120037
-0.00227467
-0.00097514
0.00240586
-0.00150125
-0.000444362
0.000281219
-0.00397559
1.50938e-05
0.00632096
-0.00361181
-0.00034537
0.00269792
-3.07544e-05
-0.000887894
-0.00641106
0.00128597
0.0026874
-0.00826558
0.00156813
0.00364639
-0.00610181
-0.00178183
0.000952874
-0.00375357
-0.0108565
0.0150112
-0.00269257
-0.0126525
0.017724
0.0013071
-0.00634606
0.00302403
0.00364319
-0.00266435
-0.0019998
0.00294199
-0.00144655
-0.00208493
0.0034014
-0.00131684
-0.00157327
0.00378657
-0.00125558
-0.00202885
0.00312137
-0.000918835
-0.00265877
0.00232548
-0.000739623
-0.00270204
0.00192833
-0.000685212
-0.0027084
0.001602
-0.00072074
-0.00284409
0.00132747
-0.000840651
-0.0031744
0.00107369
-0.00106647
-0.00386884
0.00086297
-0.00140441
-0.0050193
0.000672111
-0.00173297
-0.00675621
0.000485319
-0.0018503
-0.00861193
0.000341458
-0.00149221
-0.00952837
0.000283804
-0.000636818
-0.00750443
0.000310398
-0.00159882
0.000402958
0.000365092
0.00130445
-0.000185516
0.000546955
0.0035516
-0.000447598
0.00065554
0.00473761
-0.000484464
0.000785333
0.00519412
-0.000276033
0.00095821
0.00520322
0.000223507
0.00112652
0.00491381
0.0010251
0.00124509
0.00449434
0.00206322
0.000735215
0.00418494
0.00388016
0.000363871
0.00369027
0.00508158
-0.00175386
0.00288294
0.00749839
-0.0076796
-0.000813195
0.0151877
-0.00975159
-0.00381061
0.0139009
-0.00536635
-0.00353204
0.00753567
-0.00366992
-0.000912153
0.00340588
-0.00797936
0.000507403
0.00194837
-0.0138655
-0.00445733
0.00808317
-0.0123555
-0.00910113
0.00467964
-0.00890071
-0.00778504
-0.00259119
-0.0082607
-0.00410535
-0.00315241
-0.00819825
-0.00191658
-0.00203162
-0.0104019
-0.00152034
0.00317183
-0.0136931
0.0166966
0.00609338
-0.010083
0.0154462
0.00755614
-0.00450261
-0.00221231
0.00854581
-0.00237606
-0.00508245
0.00663534
-0.00102965
-0.00398077
0.00456155
-0.00136051
-0.002168
0.00510376
-0.00147709
-0.0029496
0.00435421
-0.000868077
-0.00390877
0.0027964
-0.000512637
-0.00357473
0.00220277
-0.000426414
-0.00317684
0.00177047
-0.000460006
-0.00305424
0.001423
-0.000557676
-0.00321194
0.00113249
-0.000715514
-0.00378382
0.000899491
-0.000998808
-0.00477526
0.000675725
-0.00138446
-0.00640412
0.000466255
-0.00168548
-0.00835283
0.000310985
-0.00156953
-0.00968909
0.000244183
-0.000853777
-0.00824831
0.000265843
-0.00244789
0.000372259
0.000322909
0.00108638
-0.000179296
0.000582552
0.00338254
-0.000439101
0.000798987
0.00459311
-0.000474243
0.00102131
0.00503532
-0.000262495
0.00126511
0.00497555
0.000269215
0.0014996
0.00458533
0.00113786
0.00159477
0.00403451
0.00239952
0.000753263
0.00352427
0.00488917
-0.000605955
0.00300465
0.00635868
-0.00278358
0.00298707
0.00637636
-0.00750868
-0.00148014
0.00817501
-0.0104577
-0.00476734
0.00501289
-0.0101941
-0.00607892
0.00339834
-0.011985
-0.00278539
0.00473476
-0.0193698
0.00145094
0.0026893
-0.0249209
-0.00609179
0.000862263
-0.0193068
-0.0163584
-0.0012828
-0.0107072
-0.0152515
-4.52744e-05
-0.00825582
-0.0109889
0.00604329
-0.0103521
-0.00776451
0.00663645
-0.00725233
-0.0157496
0.0082642
0.0013698
-0.00496428
0.0107677
0.00594964
0.00256422
0.00730153
0.0021018
-0.00507713
0.0113645
-0.000447221
-0.00632098
0.00923088
0.000440822
-0.00490532
0.00377709
-0.000886415
-0.0015367
0.00526888
-0.00132508
-0.00380344
0.00488355
-0.00034939
-0.00561024
0.0026185
7.04746e-05
-0.00458823
0.00204338
4.66761e-05
-0.00364406
0.00177671
-0.000103054
-0.00322356
0.00147133
-0.000277727
-0.00319288
0.0011663
-0.000520472
-0.00362154
0.00094435
-0.000826583
-0.00451321
0.000732524
-0.00117183
-0.00608819
0.000478617
-0.00150855
-0.00804916
0.000274519
-0.00153534
-0.00970174
0.000198966
-0.000951664
-0.00885489
0.000204578
-0.00338846
0.000316018
0.000293038
0.00090136
-0.00020496
0.000592744
0.00317885
-0.00045834
0.000873922
0.00439116
-0.000498106
0.00115124
0.0048274
-0.000301598
0.00143229
0.00471134
0.000223965
0.00168594
0.00423306
0.00108278
0.00176254
0.00351293
0.00241601
0.000875843
0.00270699
0.00502312
-0.000662254
0.00239291
0.00625105
-0.00246229
0.00360333
0.00522231
-0.00354082
0.000817885
0.000158361
-0.00658774
-0.00591056
0.00332236
-0.0123486
-0.0140717
0.0150634
-0.0177934
-0.0115714
0.0143292
-0.0255296
-0.00226075
0.00730968
-0.0309965
-0.00713351
0.00543488
-0.0235364
-0.0180065
-0.00510237
-0.0078106
-0.0193556
-0.00728863
0.00486366
-0.0169118
0.00732314
0.00653416
-0.0121208
0.0160052
0.00247768
-0.0238714
0.00967734
-3.96328e-05
-0.023394
0.00939098
-5.23429e-05
-0.010892
0.0119497
-0.00120279
-0.0100654
0.0113593
0.000483518
-0.0099896
0.00341578
0.00123886
-0.00632274
0.00106314
-0.000296289
-0.00108973
0.00356418
-0.000515569
-0.00464351
0.00315394
0.000857125
-0.00689343
0.00057585
0.00128402
-0.00521419
0.000924213
0.000889195
-0.00383042
0.00156057
0.000403846
-0.00316331
0.00147521
5.38384e-05
-0.00304039
0.00118843
-0.000231067
-0.00344286
0.000987577
-0.000590577
-0.00422894
0.000763601
-0.000987163
-0.00571416
0.000491403
-0.00136343
-0.00769477
0.000247558
-0.00144815
-0.00964475
0.000138993
-0.000969026
-0.00935275
0.000150025
-0.00433649
0.000267577
0.00027317
0.000737561
-0.000226585
0.000591581
0.00295975
-0.00047724
0.00088982
0.00418224
-0.000541574
0.00116292
0.00463857
-0.000389688
0.0014275
0.00451099
4.44522e-05
0.00163395
0.0040052
0.000755062
0.00167993
0.00321257
0.00176773
0.00115724
0.00229514
0.00343106
0.000522269
0.00210392
0.00422526
-4.38596e-05
0.00415315
0.00530109
-0.000179389
0.00271385
0.00361237
-0.00274822
-0.00747331
0.0103236
-0.00616789
-0.0179418
0.0123109
-0.0107074
-0.0122196
0.00154916
-0.0206348
-0.000845053
0.00175196
-0.0295827
-0.0029208
0.00544323
-0.0230949
-0.00807771
-0.0214977
-0.0101776
-0.0125408
-0.0263263
0.00613729
-0.0143777
-0.0117728
0.0153453
-0.0107312
0.00925019
0.00678638
-0.0182413
0.00633195
-0.0083094
-0.0226273
-0.000549316
-0.0127871
-0.0161483
0.00733177
-0.00597114
-0.017007
0.00570432
0.00228247
-0.0138058
-0.00663394
0.00283339
-0.00751422
-0.00390333
0.00227063
-0.00181988
-0.000528868
0.00315092
-0.00472323
-0.00229528
0.0040842
-0.00598443
-0.0040202
0.00350736
-0.00425658
-0.00102304
0.00223824
-0.0031519
0.00107167
0.00112844
-0.00259902
0.00150536
0.000364355
-0.00259403
0.00134941
-0.000115903
-0.00312502
0.00109141
-0.000526276
-0.00392932
0.000862636
-0.000865996
-0.00540563
0.000503848
-0.00118242
-0.00738783
0.000211898
-0.0012606
-0.00958577
6.90916e-05
-0.000853301
-0.00976688
6.30582e-05
-0.00515611
0.000185414
0.000258977
0.000588959
-0.000264815
0.000575618
0.00274646
-0.000511388
0.000860071
0.00399773
-0.000605878
0.0010887
0.00451459
-0.000517909
0.00126133
0.00446451
-0.0002181
0.00129382
0.00406453
0.000301998
0.000996905
0.00354514
0.000847821
-0.000335679
0.00330248
0.00178964
-0.00247018
0.00418805
0.00162564
-0.00405046
0.00705379
0.000589723
-0.00534989
0.00907851
-0.00472443
-0.00625885
0.00230459
-0.0115175
-0.0027304
-0.00708734
-0.0272722
-0.00518547
-0.0045289
-0.0230795
-0.0160741
0.00485065
-0.0053744
-0.0251887
0.00490993
-0.00208548
-0.0206979
0.00603169
-0.0293971
-0.0140915
-0.000657401
-0.0330604
-0.00498967
-0.00563457
-0.0264454
0.00214124
-0.003575
-0.00545143
0.000647435
-0.0125399
0.000391214
-0.00619982
-0.0157731
-0.0122311
-0.00897869
-0.010774
-0.0145721
-0.00495802
-0.0139301
-0.0109693
0.0012719
-0.0115208
-0.0138294
0.00416349
-0.00535566
-0.010314
0.00660247
-0.000520375
-0.00676129
0.00822991
-0.000930938
-0.00994738
0.007566
-0.00165444
-0.00895317
0.0056095
-0.00125881
-0.00311951
0.00337484
-0.00147338
0.000670937
0.00162329
-0.00165306
0.001877
0.000449727
-0.00211226
0.00197709
-0.000179764
-0.00283932
0.00143024
-0.00060889
-0.00368247
0.0010227
-0.000907632
-0.00514231
0.000518864
-0.00115267
-0.00713287
0.000133542
-0.00119103
-0.00954404
-2.77611e-05
-0.000775667
-0.0101771
-3.53127e-05
-0.00588453
9.26132e-05
0.000235021
0.000460417
-0.000301572
0.000548961
0.00253718
-0.000540109
0.000834753
0.00382124
-0.000668244
0.00106289
0.00441497
-0.000645965
0.00125122
0.00445546
-0.000478274
0.00140904
0.00414955
-9.26513e-05
0.00151325
0.0038568
0.00010409
0.00140113
0.00408904
0.000514438
0.0012123
0.00563841
0.000561721
0.000450323
0.00967613
0.000357461
-0.00189776
0.0144271
-0.0031808
-0.00424863
0.0111625
-0.0161555
-0.00166483
0.00122782
-0.0372805
-0.00187116
0.00158618
-0.0333599
-0.0107393
0.00931524
-0.0119889
-0.0193508
0.00726369
-0.0029978
-0.0222341
0.0115836
-0.00943845
-0.0230238
0.00948258
-0.0241339
-0.0161716
0.00097616
-0.0346676
-0.004393
-0.00528724
-0.0170988
0.00426991
-0.017393
0.00314972
0.006523
-0.013666
-0.00395642
0.00393358
-0.00354571
-0.0187567
2.32162e-05
-0.00476727
-0.0249481
0.000771697
-0.005924
-0.0190869
0.00529418
-0.00187691
-0.0121007
0.00952699
0.00418682
-0.0116921
0.0109084
0.00553697
-0.0149694
0.00889655
0.00427099
-0.00994415
0.00603184
0.00272565
-0.0028913
0.00357052
0.000587423
0.000805065
0.00154161
-0.000794539
0.00269128
0.000250713
-0.00189602
0.00275819
-0.000367877
-0.00273595
0.00179128
-0.000743972
-0.0035622
0.0011989
-0.000977956
-0.00493252
0.000489854
-0.00118119
-0.00688697
4.0539e-05
-0.00118838
-0.00951491
-0.000129479
-0.000747121
-0.0105953
-0.000145617
-0.00657403
-3.60741e-05
0.00020869
0.000354911
-0.000325522
0.000526744
0.00232399
-0.000558509
0.000836324
0.00362763
-0.000711321
0.00111632
0.00428602
-0.000745991
0.00141712
0.00438426
-0.000665664
0.00189447
0.0040757
-0.000462658
0.00290915
0.00362761
-0.000420148
0.00526859
0.00320713
-4.18269e-05
0.0094164
0.00368147
0.000811386
0.0133363
0.00804428
0.00347353
0.0161191
0.0119857
0.00625059
0.0160232
0.00672801
0.00715137
0.0142489
-0.000110277
-0.00393994
0.0152912
0.00419833
-0.0146475
0.0116336
0.00924021
-0.0042625
-0.0017519
0.00253713
0.00949731
-0.0130719
0.00852376
0.00618134
-0.0192462
0.0135504
-0.0156673
-0.0149989
0.00399559
-0.0345584
-0.00154736
-0.00608877
-0.0315795
0.00740649
-0.0149221
-0.00557307
0.0120595
-0.00899016
-0.00552419
0.0110219
-0.000315849
-0.0194139
0.0057777
-0.00169233
-0.024097
0.00401504
-0.00428391
-0.0194818
0.00380525
-0.00103145
-0.00695017
0.00425596
0.00458496
-0.00338516
0.00427381
0.00537867
-0.00319096
0.00306539
0.00471877
0.000344322
0.00250468
0.00290261
0.00208957
0.00192318
0.00041911
0.00283187
0.000611253
-0.00118043
0.00421085
-0.00025367
-0.00226837
0.00335091
-0.000611034
-0.0028984
0.00194134
-0.000866797
-0.00356007
0.00122512
-0.00103839
-0.00474234
0.000403036
-0.00123222
-0.00662097
-5.67214e-05
-0.00124142
-0.00946369
-0.000211636
-0.00080361
-0.011
-0.000231949
-0.00732035
-0.00011081
0.000170513
0.000281008
-0.000352413
0.00047819
0.00211675
-0.000569012
0.000792127
0.00342743
-0.000740329
0.00107928
0.00415072
-0.000818001
0.00138799
0.00431297
-0.000812101
0.0018509
0.00401858
-0.000736542
0.00285104
0.00342124
-0.000721327
0.00503452
0.00245192
-0.000524376
0.00907371
0.00205282
-0.00103751
0.0159649
0.00526222
-0.00121939
0.0245773
0.0055591
0.00527361
0.0249783
-0.00103217
0.0173854
0.0200556
-0.00104904
0.00835199
0.0276966
0.00601513
-0.005206
0.0384979
0.00457557
0.00752846
0.0294512
-0.00315395
0.0191657
0.0140731
0.0033142
0.0126014
0.00777378
0.00945381
-0.00448143
0.00738852
0.00232184
-0.0172267
0.00990451
-0.000259812
-0.02872
0.00709602
0.00329764
-0.0134114
0.00674202
0.00519062
-0.0129784
0.00909859
0.00393326
-0.0235085
0.00865702
1.39123e-05
-0.0207912
0.00565222
-0.00280879
-0.0136712
0.00179443
-0.000336287
-0.00269043
-0.00206829
0.00177704
0.00707666
-0.00415005
0.000227399
0.0108413
-0.00381895
-3.85078e-05
0.00941687
-0.00123707
-0.000414506
0.00496303
0.000106042
-0.00162145
0.00400727
-0.000343888
-0.00248448
0.00475575
-0.000674605
-0.00293194
0.00300053
-0.000728204
-0.00318522
0.0015986
-0.000853455
-0.00354989
0.000877637
-0.000960427
-0.00451603
0.000131423
-0.00117798
-0.00628985
-0.000222746
-0.00123611
-0.00932686
-0.000358985
-0.000870823
-0.0113143
-0.0003632
-0.00811515
-0.000218873
0.000143558
0.000225717
-0.000366774
0.000430365
0.00192165
-0.000565571
0.000737537
0.00322486
-0.000741569
0.00100922
0.00401778
-0.000848965
0.00125825
0.00427731
-0.000890583
0.00153944
0.00409778
-0.000886109
0.00196552
0.00358686
-0.000881786
0.00254324
0.00278101
-0.00076962
0.00412711
0.002363
-0.00238419
0.0101111
0.00336207
-0.00499781
0.016818
0.00180728
3.25175e-05
0.0125375
-0.000933673
0.0101301
0.00774353
0.00425481
-0.00347143
0.0230617
0.00801757
-0.0138098
0.0440326
0.00204851
0.0113515
0.0437284
-0.000255967
0.0215499
0.035543
0.00222082
0.00861457
0.0329945
0.00450284
5.87722e-05
0.0254518
0.00114995
0.00402782
0.0179824
0.00368083
-0.00503278
0.00771573
0.0150876
3.69987e-05
-0.00116989
0.0134814
0.00540603
-0.00017655
0.00559551
-0.00588424
0.00411174
0.00225567
-0.00862296
0.00398593
0.000955761
-0.00462786
0.0022062
0.000700485
0.000594989
-0.00156754
-0.000300747
0.00859273
-0.00326921
-0.00249436
0.00877896
-0.00202591
-0.00256745
0.0048594
0.000158651
-0.00235456
0.00234756
0.000568569
-0.00282902
0.00336866
-0.000221725
-0.00314586
0.00385667
-0.000492688
-0.00310866
0.0018552
-0.00052565
-0.0032163
0.000910979
-0.000619328
-0.00337808
0.000371177
-0.000754271
-0.00418933
-0.000141483
-0.00104307
-0.00584029
-0.000391081
-0.00121753
-0.00906359
-0.000482357
-0.000961956
-0.0115256
-0.00045277
-0.00900653
-0.000294969
0.000117074
0.000183416
-0.000372944
0.00038074
0.00174026
-0.000552963
0.000679844
0.00301679
-0.00072674
0.00095128
0.0038638
-0.00084589
0.00118504
0.00422076
-0.000913774
0.00140608
0.00416155
-0.000919319
0.00163212
0.00381407
-0.000934645
0.00160403
0.00326026
-0.000648466
0.00176569
0.00299176
-0.00137232
0.00433237
0.00321251
-0.00413048
0.00622723
0.00239525
-0.00332775
0.00207277
0.00179756
0.00273456
0.0014818
0.00562814
-0.00407367
0.0160006
0.00562999
-0.00996112
0.0352877
-0.00086307
0.0137547
0.0419664
0.00175537
0.0259437
0.0409832
0.00462511
0.0104455
0.038026
0.0051636
0.00493986
0.0275068
0.00510169
0.0114609
0.0163764
0.00470165
0.0120465
0.00764405
0.0103914
0.0169723
-0.00302437
0.00888607
0.0200593
-0.00604862
0.00225752
0.00909099
-0.000470545
0.000513183
0.000122387
0.00497339
0.00145772
-0.00463391
0.00668306
0.000584549
-0.00154802
0.00408283
-0.00192187
0.00552478
0.00196532
-0.00287625
0.00439377
0.00211545
-0.00272058
0.00134675
0.00235588
-0.00273817
0.00144173
0.00128211
-0.00306936
0.00321987
0.000111868
-0.0033025
0.00313034
-0.000144426
-0.00294465
0.00088912
-0.000174099
-0.00296325
0.00016379
-0.000278972
-0.00297405
-0.00021319
-0.000443092
-0.00374443
-0.000431993
-0.000814484
-0.00528098
-0.000580089
-0.0011073
-0.00867888
-0.00059625
-0.000995257
-0.0116047
-0.00053003
-0.00994705
-0.000355984
0.000102711
0.000143285
-0.000369426
0.000341302
0.001568
-0.000529316
0.00063724
0.00279758
-0.00068912
0.000912217
0.00368381
-0.00081039
0.00116411
0.00410595
-0.000881816
0.00140441
0.00413263
-0.000878578
0.00164842
0.00389263
-0.000862903
0.00180319
0.00343515
-0.000615728
0.00210328
0.00313225
-0.000762987
0.0034803
0.00307687
-0.00203995
0.00443012
0.00255545
-0.00168168
0.00277943
0.00140471
0.003066
0.00347192
0.0023082
0.00259466
0.0116083
0.000612739
-0.00127703
0.02247
-0.00429826
0.00894827
0.02906
-0.00197277
0.024455
0.0295774
0.00558125
0.0168156
0.0238712
0.00959068
0.0114468
0.015227
0.00857737
0.0126923
0.00812865
0.00413283
0.0125682
0.00203344
0.00275223
0.0186098
-0.00369136
0.00214581
0.0158011
-0.00401569
-0.000674585
0.0029194
0.00120426
-0.00236108
-0.00230719
0.00756443
0.000180743
-0.00917843
0.00976655
0.0004794
-0.00735328
0.00714919
-0.0020051
0.00190016
0.00423684
-0.00276797
0.00356637
0.00303753
-0.00255412
0.00179973
0.0023976
-0.00272065
0.00145039
0.00138256
-0.00302148
0.00219089
0.00056637
-0.00304264
0.00148586
0.000363407
-0.00248098
-3.75606e-05
0.0003155
-0.00244109
-0.000471522
0.000109952
-0.00240305
-0.000560185
-0.000136446
-0.00318783
-0.000620124
-0.000580714
-0.00466242
-0.000663126
-0.000991548
-0.0081835
-0.000664836
-0.00103725
-0.0115455
-0.000556616
-0.0109483
-0.000380996
7.79338e-05
0.000115703
-0.00035938
0.000291606
0.00140835
-0.000506837
0.000577946
0.00256973
-0.000649998
0.000869663
0.00346348
-0.000756706
0.00114553
0.00393099
-0.000832362
0.00140818
0.00401825
-0.000818715
0.00167945
0.00384238
-0.000780367
0.00193238
0.00345479
-0.000635838
0.00232652
0.00311664
-0.000643468
0.00328303
0.00277916
-0.000943654
0.00419528
0.00215312
-0.000486204
0.0036995
0.000686593
0.00212946
0.00336759
-5.42527e-05
0.00357861
0.00505732
-0.00129336
0.000884613
0.00713963
-0.0036664
0.000287129
0.00827152
-0.00228866
0.00828453
0.00735394
0.00633268
0.00888989
0.00327034
0.0124629
0.00498546
-0.00123246
0.0104388
0.00304863
-0.00272689
0.00543844
-0.000761403
-0.00220009
0.00111048
0.000658776
-0.00165342
-0.00111925
0.00153753
0.000589172
-0.000909813
-0.00681831
0.00377065
-0.000722184
-0.0081045
0.00762422
0.00103017
-0.0102888
0.0093827
0.000762337
-0.00851127
0.00722074
-0.00072065
-0.00214778
0.00474031
-0.00141126
0.000488068
0.00335109
-0.00158505
2.28729e-05
0.00266869
-0.00183604
-0.000590729
0.00196429
-0.00200903
-0.000446503
0.00140616
-0.00195648
-0.0007503
0.00106333
-0.00157914
-0.000890917
0.00077692
-0.00173209
-0.000744508
0.000484738
-0.00175823
-0.000707133
0.00016671
-0.00259523
-0.00069797
-0.000372002
-0.00397437
-0.000676578
-0.000923452
-0.0075723
-0.000676228
-0.00111386
-0.011361
-0.000555722
-0.0120481
-0.000380988
6.86305e-05
8.48777e-05
-0.000343061
0.000245343
0.00127182
-0.000483637
0.000508429
0.0023515
-0.000610428
0.000784965
0.00323926
-0.0007062
0.00107668
0.00371353
-0.000768016
0.00135828
0.00384276
-0.000758323
0.00164697
0.00370587
-0.000700864
0.0019387
0.0033585
-0.000575023
0.00228533
0.00300598
-0.000462987
0.00282538
0.00255744
-0.000388773
0.00335006
0.00195694
-0.000180638
0.0030963
0.000776405
0.000723758
0.00227586
-0.000218384
0.00163928
0.0012611
-0.000795147
0.000654298
-7.35827e-05
-0.00102023
-0.00232448
-0.00207541
-0.000337677
-0.000383494
-0.00333358
0.0047591
0.00301155
-0.00399971
0.00979893
0.00250161
-0.00486323
0.00900613
-0.000438231
-0.00398866
0.00574343
-0.00627144
-0.00211775
0.00328367
-0.010555
-0.000926917
0.00111324
-0.0081666
0.000397741
0.00159717
-0.00864366
0.00262747
0.00267473
-0.0108995
0.0052245
0.00342428
-0.0108177
0.00643509
0.0021816
-0.00712154
0.00537685
0.00123704
-0.00360535
0.00417271
0.000578042
-0.00264177
0.00343414
0.000111688
-0.00241685
0.0029667
-0.000345011
-0.00214249
0.00242573
-0.000636889
-0.0016209
0.00192994
-0.000863774
-0.00117089
0.00148821
-0.000785253
-0.000790694
0.00111102
-0.0010959
-0.000611415
0.000753147
-0.00115302
-0.000611203
0.000371059
-0.00199906
-0.000637498
-0.000220892
-0.00327255
-0.000633956
-0.000910243
-0.0068525
-0.000638329
-0.00123743
-0.0110626
-0.00052292
-0.0132953
-0.000356208
1.05303e-05
9.72299e-05
-0.000327819
0.000154727
0.00115246
-0.000464457
0.000385376
0.00214744
-0.000577987
0.00067844
0.00297859
-0.000660033
0.000992165
0.00344623
-0.000713819
0.00131893
0.00358718
-0.000697221
0.00163614
0.00348981
-0.000644059
0.00196841
0.00315962
-0.000519707
0.00230845
0.00281832
-0.000368924
0.00268015
0.00236005
-0.000181706
0.00298522
0.00183288
3.37317e-05
0.00280409
0.00103511
0.000402816
0.00215282
0.000323478
0.000755524
0.00130385
-1.67798e-06
0.000488665
0.000409214
0.000176452
-0.000453619
-0.00095659
0.000650635
6.26386e-05
-0.00184725
0.00274539
0.00285815
-0.00194238
0.00569152
0.00408891
-0.00177336
0.00653954
0.00176722
-0.00104582
0.0061778
-0.00335544
-0.000101624
0.00602074
-0.00786706
0.000447058
0.00523647
-0.00950495
0.00126668
0.00493976
-0.00923669
0.00258262
0.00531385
-0.00924611
0.00414907
0.00557707
-0.00877275
0.00471569
0.00432212
-0.00630233
0.00435409
0.0031563
-0.00398418
0.00378565
0.00215332
-0.00282578
0.00335428
0.0014996
-0.00240018
0.0030764
0.000853523
-0.00207407
0.00268415
0.00044683
-0.0015239
0.00225791
-4.07691e-05
-0.000975349
0.00180694
-0.000176287
-0.000530481
0.00141092
-0.000587349
-0.0004045
0.00103761
-0.000632443
-0.000464964
0.000638197
-0.00145829
-0.000514479
-2.6115e-05
-0.00254128
-0.000572898
-0.000842243
-0.00604313
-0.000553743
-0.00131592
-0.0106395
-0.000476794
-0.0146525
-0.000317011
-1.86049e-05
0.000126096
-0.000322448
3.46087e-05
0.0011092
-0.000458907
0.000229344
0.0019644
-0.000558024
0.000483084
0.00273757
-0.000623677
0.000804058
0.00314926
-0.000679539
0.00116857
0.003262
-0.000647062
0.00152444
0.00319815
-0.000608934
0.00188344
0.0028887
-0.000493033
0.002231
0.00258419
-0.000361281
0.00254109
0.00219026
-0.000197697
0.00275866
0.00175669
9.65679e-06
0.00272131
0.00123234
0.000188769
0.00235023
0.000758652
0.000457634
0.001902
0.000543317
0.000399185
0.0014761
0.000777019
0.000191374
0.000989899
0.00116931
0.000334779
0.00066051
0.00204896
0.00169906
0.000643615
0.00341874
0.00331452
0.000621628
0.00469249
0.00307027
0.000635788
0.00571105
0.00123546
0.00121747
0.00601842
-0.000660344
0.00166004
0.00551994
-0.0018254
0.00196739
0.00553675
-0.00290508
0.00256943
0.00555454
-0.0030751
0.0034459
0.00536868
-0.00278504
0.00383284
0.00444615
-0.00206606
0.0035337
0.00338842
-0.000783489
0.00318304
0.00242119
-0.000578534
0.00299044
0.00190149
-0.00086144
0.00291852
0.00133511
-0.00101517
0.00273666
0.00099888
-0.000891461
0.00245862
0.000486801
-0.000638603
0.00211428
0.000293775
-0.000402837
0.00178541
-0.000168692
-0.000312536
0.00145836
-0.000213035
-0.000329338
0.00108192
-0.000992206
-0.000401137
0.000398711
-0.00183242
-0.000454536
-0.000616804
-0.00506253
-0.000495499
-0.00119183
-0.0101453
-0.000414742
-0.0159223
-0.00027773
-0.000192344
0.000317994
-0.000312951
-0.000209421
0.00112278
-0.000463728
-8.88802e-05
0.00183978
-0.000559892
0.000235066
0.00240901
-0.000604257
0.000602649
0.00278572
-0.000652627
0.00104481
0.00283407
-0.000624409
0.00146235
0.0028132
-0.000592949
0.00185506
0.00254656
-0.000488215
0.00222751
0.00228592
-0.000374091
0.00253432
0.00197656
-0.000236162
0.00276023
0.00165118
-6.6184e-05
0.00282598
0.00130066
8.757e-05
0.00271238
0.00100161
0.000251245
0.00252013
0.000869819
0.000324983
0.00239573
0.00102433
0.000383441
0.00232174
0.00127204
0.000610304
0.0023227
0.00171234
0.0013079
0.0023968
0.0022967
0.00251718
0.00233445
0.00294172
0.00388608
0.00211787
0.0035209
0.00498854
0.00208092
0.00371128
0.00498694
0.00206974
0.00354346
0.00395866
0.00210142
0.00400703
0.00250409
0.00241492
0.00406474
0.00170776
0.00289326
0.00375101
0.00155741
0.00317323
0.00313476
0.00144314
0.00305119
0.00253071
0.00149486
0.00292509
0.00191283
0.00098798
0.00291343
0.00165019
0.000394057
0.00290614
0.00128397
3.77717e-05
0.0028293
0.00113764
-0.000162556
0.0026842
0.000711529
-0.000196257
0.0024714
0.000558933
-0.000159965
0.00222464
0.000122733
-0.000154205
0.00202914
2.72371e-05
-0.000202741
0.00171445
-0.00064698
-0.000266348
0.00121361
-0.00132945
-0.000354295
0.000112776
-0.00404107
-0.000406199
-0.000691143
-0.00942782
-0.000370214
-0.0167162
-0.000242465
-0.000101852
0.000408835
-0.000330659
-0.000346956
0.00134993
-0.000472676
-0.000390609
0.00186372
-0.000570497
-0.000178602
0.00217521
-0.000600985
0.000222911
0.0023658
-0.000651405
0.000741335
0.00230886
-0.000597747
0.00126596
0.00229421
-0.000592389
0.00173555
0.00209524
-0.000493215
0.00216897
0.00189222
-0.00039846
0.0025227
0.0016763
-0.000277424
0.00280206
0.00145844
-0.000138527
0.00296307
0.00122732
2.27372e-05
0.00300829
0.00104506
0.000179944
0.00300361
0.000961879
0.000312985
0.00304958
0.00103224
0.000483385
0.00313863
0.00116418
0.00075069
0.00325454
0.00137015
0.00129008
0.0034043
0.00158696
0.0020693
0.00336263
0.00180579
0.00330224
0.00284654
0.00186297
0.00504161
0.00231495
0.00193931
0.0054809
0.00220427
0.00207971
0.00412898
0.00233259
0.00242159
0.0034233
0.0025245
0.00240206
0.00312476
0.00282865
0.00225401
0.00254781
0.00309677
0.00183546
0.00218694
0.00315431
0.00160177
0.00190826
0.00321983
0.00129068
0.00131773
0.00331461
0.00123295
0.000839972
0.00336041
0.00103757
0.000534782
0.00335363
0.00103995
0.000273159
0.00329977
0.000730549
0.000108325
0.00319658
0.000637664
4.28125e-05
0.00308123
0.000222957
-8.95376e-06
0.00301971
8.44605e-05
-6.95268e-05
0.00287152
-0.000501175
-0.000136388
0.0025634
-0.00105016
-0.00023869
0.00148195
-0.00303821
-0.000313837
0.000390498
-0.00845942
-0.000325352
-0.0164476
-0.000225021
-0.000860144
0.00125229
-0.000352521
-0.00098573
0.00144542
-0.000532882
-0.000928895
0.00177172
-0.000600321
-0.000626511
0.00183396
-0.000620973
-8.59513e-05
0.00178618
-0.000661712
0.000479471
0.00171497
-0.000609303
0.00110595
0.00164814
-0.000609673
0.0016432
0.00154969
-0.000523022
0.00213487
0.00141069
-0.000445691
0.00254158
0.00129022
-0.000341111
0.00287445
0.0011584
-0.000221954
0.00313015
0.00102668
-8.02712e-05
0.00331257
0.000913718
7.67055e-05
0.00346403
0.000850408
0.000233685
0.003628
0.000882568
0.000428313
0.0038056
0.000949552
0.000693694
0.00397734
0.00105482
0.00109597
0.00408946
0.00114699
0.00165398
0.00403088
0.00126502
0.00236396
0.00363952
0.00116805
0.00335811
0.00322745
0.00113816
0.00371131
0.00317276
0.00128332
0.00302346
0.00338101
0.0013883
0.0027347
0.00359173
0.00124576
0.00271783
0.0038344
0.00119975
0.00236223
0.00408145
0.000918938
0.00199191
0.00423765
0.000875045
0.00170366
0.00437892
0.00074795
0.00127369
0.00453707
0.000782716
0.000951581
0.00464556
0.000712134
0.000694541
0.00473197
0.000819796
0.000442637
0.00474063
0.000634009
0.000269077
0.0047542
0.000570035
0.00014165
0.0047162
0.000219922
7.14275e-05
0.00469926
7.92468e-05
-1.80155e-05
0.00458581
-0.000408736
-6.87429e-05
0.00443775
-0.000937985
-0.000151449
0.00360304
-0.00228797
-0.000237003
0.00206582
-0.00705217
-0.000276258
-0.0145108
-0.000188364
-0.00195527
0.00315722
-0.000535316
-0.00212837
0.001553
-0.000686538
-0.00190858
0.00148701
-0.000679181
-0.00123513
0.00109575
-0.000664924
-0.000437205
0.000926166
-0.000685359
0.000398375
0.00082624
-0.000636538
0.0012027
0.000799603
-0.000636208
0.00195366
0.000763376
-0.000567046
0.00262557
0.000719531
-0.000505453
0.00322453
0.000679672
-0.00041812
0.003753
0.000628696
-0.000312457
0.00420831
0.000570505
-0.000187615
0.00461011
0.000522561
-2.6401e-05
0.00497783
0.00048719
0.000134216
0.00534014
0.000495734
0.000330866
0.00569636
0.000528335
0.000576734
0.00602852
0.000590883
0.000903968
0.00632709
0.000623569
0.00130096
0.0065259
0.000704907
0.00174803
0.00648336
0.000659361
0.00228907
0.00643167
0.000575808
0.00252926
0.00657063
0.000607104
0.00230148
0.00681863
0.000599032
0.00220552
0.00702124
0.0004506
0.00216348
0.00722502
0.000428749
0.00199483
0.00737757
0.000264623
0.00177049
0.00754519
0.000266764
0.00152859
0.00769329
0.000262346
0.00120979
0.00789061
0.000319389
0.000942517
0.00806437
0.000330525
0.000700874
0.00830969
0.000426921
0.000468411
0.00845589
0.000381388
0.000284899
0.00862184
0.000335369
0.000151712
0.00864303
0.000142817
7.3991e-05
0.00867557
1.93415e-06
1.06834e-06
0.0085426
-0.000306739
-5.14408e-05
0.00832784
-0.000757605
-0.000101936
0.00768364
-0.00170638
-0.000152864
0.00505825
-0.00452807
-0.000186068
-0.00956886
-0.000136946
0.00312807
-0.000359923
0.00464387
-0.000415659
0.00609164
-0.000437595
0.00714596
-0.000430942
0.00803298
-0.000443926
0.00882136
-0.000420256
0.00958832
-0.000421134
0.0103224
-0.000388835
0.0110186
-0.00035542
0.011678
-0.000296038
0.0122935
-0.000222342
0.012847
-0.000122801
0.0133547
1.31073e-05
0.0138172
0.000162112
0.0142629
0.000350222
0.0147072
0.000581718
0.0151666
0.000860479
0.015596
0.00120613
0.0160082
0.00157402
0.0162468
0.00198175
0.0163657
0.00219448
0.0165208
0.00210486
0.0166457
0.00206566
0.0166034
0.00201109
0.016546
0.00187917
0.0163609
0.00171802
0.0162259
0.00151529
0.0161585
0.00124945
0.0162163
0.00101613
0.0163373
0.000793376
0.0166076
0.000566426
0.0168702
0.000386132
0.0171147
0.000228985
0.0171903
0.000132601
0.0171418
5.01597e-05
0.0167901
6.58181e-06
0.0159962
-4.30251e-05
0.0142474
-7.55977e-05
0.00965713
-9.64756e-05
-9.03683e-05
1.91429e-05
-9.32453e-06
-4.86854e-05
6.24425e-05
-3.24719e-05
-6.08007e-05
0.00010699
-3.33459e-05
-6.75857e-05
0.000138271
-2.21142e-05
-7.34557e-05
0.000158704
-1.00263e-05
-7.38957e-05
0.000170601
-2.5427e-07
-7.40104e-05
0.000175087
9.4017e-06
-7.37362e-05
0.000176206
1.17564e-05
-6.85482e-05
0.000181883
9.08102e-06
-5.75484e-05
0.000186733
1.30051e-06
-5.16175e-05
0.000182505
1.02063e-05
-4.87941e-05
0.000145515
3.72258e-05
-4.81578e-05
7.64986e-05
6.88541e-05
-3.66909e-05
-2.48984e-05
0.000104685
-1.87718e-05
-0.000153967
0.000137287
7.31978e-07
-0.000300947
0.000165051
2.42081e-05
-0.000464505
0.000185844
5.08675e-05
-0.000669394
0.000231721
7.89073e-05
-0.000935905
0.000309613
9.30117e-05
-0.00128835
0.000398678
0.000123302
-0.00166843
0.000440639
0.000138916
-0.00195083
0.000364737
0.000172417
-0.00216208
0.000307852
0.00019254
-0.00222411
0.000184145
0.000222186
-0.00214469
6.76835e-05
0.000251271
-0.0019269
-5.14895e-05
0.000274579
-0.00159402
-0.000151594
0.000288243
-0.00117165
-0.000229276
0.000295641
-0.000691392
-0.000278615
0.00029525
-0.00015165
-0.000332447
0.000275244
0.000361384
-0.000325455
0.000258902
0.000724281
-0.000200113
0.000206333
0.000942304
-9.0394e-05
0.000165069
0.00096798
5.65355e-05
0.000103686
0.000826425
0.000183936
6.49467e-05
0.000605361
0.000229254
1.92478e-05
0.000380648
0.000214605
-5.44924e-06
0.00019419
0.00016494
-2.35543e-05
6.09903e-05
0.000106193
-1.99343e-05
3.71944e-05
7.78291e-06
5.31713e-05
-4.94428e-05
-5.85805e-05
0.000137573
-0.000100719
-8.60747e-05
0.000213901
-9.26367e-05
-0.000104664
0.000255673
-4.65613e-05
-0.000122543
0.000261406
4.11552e-06
-0.000131821
0.000229555
5.02102e-05
-0.000141988
0.000170847
8.92518e-05
-0.000153407
9.11159e-05
0.000108106
-0.000155926
-4.27049e-05
0.000159342
-0.000159715
-0.000270829
0.000240287
-0.0001513
-0.000555332
0.000311807
-0.000136128
-0.000902549
0.000394872
-0.000115637
-0.00128349
0.000467211
-9.53806e-05
-0.00169473
0.000531971
-7.27167e-05
-0.00211487
0.00058346
-4.72537e-05
-0.00251464
0.000602597
-1.49277e-05
-0.00289628
0.000611452
1.52218e-05
-0.00322279
0.000615574
4.15567e-05
-0.00350454
0.000652875
6.41116e-05
-0.00371077
0.000661812
7.57254e-05
-0.00385641
0.000648385
8.69525e-05
-0.00390712
0.000485925
9.25753e-05
-0.00385614
0.000331222
9.61197e-05
-0.00369697
0.000112073
0.000108203
-0.00343023
-0.000104131
0.000109379
-0.0030529
-0.000326484
0.00011648
-0.00258241
-0.000514021
0.000115061
-0.002011
-0.000686326
0.000103553
-0.00135551
-0.000818501
8.9678e-05
-0.000691344
-0.000887204
6.47878e-05
-2.42347e-05
-0.000884329
4.06301e-05
0.000608811
-0.000751273
-1.0806e-05
0.00110529
-0.000513344
-4.69455e-05
0.00134101
-0.000146904
-7.85457e-05
0.00134849
0.000187564
-0.00012427
0.00114713
0.000418611
-0.000128513
0.000836643
0.000497251
-0.000142156
0.000489192
0.000472706
-0.000145364
0.000187342
0.00036551
-0.000114446
0.000189975
-3.67081e-05
6.15757e-05
-9.44788e-05
-6.18696e-05
0.00014795
-0.000166557
-9.92238e-05
0.000209145
-0.000132341
-0.000129525
0.000229588
-4.76047e-05
-0.00015764
0.000183277
7.19537e-05
-0.000175435
7.84034e-05
0.000184735
-0.000191165
-9.08576e-05
0.000285339
-0.000203734
-0.000346472
0.000392326
-0.000207446
-0.000677895
0.000516654
-0.000199189
-0.0010809
0.000658115
-0.000184821
-0.00155208
0.000790898
-0.00017085
-0.00208246
0.000925296
-0.000157342
-0.00262912
0.00101154
-0.000140579
-0.00316363
0.00106007
-0.000126698
-0.00365022
0.00106635
-0.000106353
-0.00408028
0.0010307
-8.5723e-05
-0.00445996
0.000988141
-6.40339e-05
-0.00476811
0.00091755
-4.50539e-05
-0.00500431
0.000879847
-3.43654e-05
-0.00510869
0.000745928
-3.04343e-05
-0.00511203
0.000628822
-2.46997e-05
-0.00502715
0.00036771
-1.59719e-05
-0.00486699
0.00014121
-6.72298e-06
-0.0046341
-0.000151861
9.68728e-06
-0.00432944
-0.000448553
1.65986e-05
-0.00395214
-0.000743034
1.59827e-05
-0.00349258
-0.00100635
3.30726e-06
-0.00295247
-0.00125427
-2.42738e-06
-0.00232912
-0.00146087
-2.2174e-05
-0.00165234
-0.00158198
-5.05487e-05
-0.000939063
-0.00161222
-7.84492e-05
-0.00025976
-0.00144571
-0.000118514
0.000366343
-0.00116552
-0.000169565
0.000810334
-0.000629637
-0.000219475
0.00104786
-9.06669e-05
-0.000220751
0.00101163
0.000404362
-0.000249009
0.000814842
0.000640583
-0.000240835
0.000507751
0.000719778
-0.000233187
0.000201968
0.00061313
-0.000178146
0.000354367
-5.81947e-05
5.69027e-05
-0.000129187
-6.19374e-05
0.000120227
-0.00020182
-0.000110627
0.00014118
-0.000124643
-0.000151927
8.77594e-05
4.17628e-05
-0.00019735
-4.50915e-05
0.000234037
-0.000212634
-0.000257061
0.000425917
-0.000243042
-0.00056677
0.000624044
-0.000248478
-0.000982823
0.00082883
-0.000249896
-0.00149077
0.00103373
-0.000236721
-0.00206435
0.00122372
-0.000217994
-0.00266297
0.00137323
-0.000200335
-0.00324669
0.00147735
-0.000188673
-0.00379853
0.00152119
-0.00018216
-0.0042864
0.00149916
-0.000166248
-0.00471018
0.00143302
-0.000148919
-0.00506663
0.00132123
-0.000130676
-0.00536239
0.00121124
-0.000108716
-0.00558765
0.00106435
-8.83143e-05
-0.00573013
0.000930933
-6.32072e-05
-0.00575348
0.000669029
-4.54382e-05
-0.0057013
0.000472679
-1.81252e-05
-0.00558824
0.000155453
-6.16885e-07
-0.00542603
-0.000118871
1.65748e-05
-0.00521668
-0.00046172
3.26098e-05
-0.00498526
-0.000784576
3.62139e-05
-0.00468659
-0.00113627
2.16219e-05
-0.00430547
-0.00147768
1.59777e-05
-0.00384261
-0.00180154
5.43701e-06
-0.00331109
-0.00207132
-7.96784e-06
-0.00271165
-0.00225492
-2.93281e-05
-0.00205935
-0.00232775
-6.26587e-05
-0.00134853
-0.00221825
-0.000107183
-0.00066115
-0.00189874
-0.000159822
-6.83716e-05
-0.00127494
-0.000221793
0.000353094
-0.000577248
-0.000284481
0.000549309
0.000140956
-0.000309617
0.000523911
0.000592373
-0.000309228
0.000353075
0.000816232
-0.000289217
0.000140997
0.000756288
-0.00021634
0.000452603
-6.42178e-05
3.50381e-05
-0.000134402
-6.29674e-05
4.11299e-05
-0.000168412
-0.000124904
-4.12427e-06
-4.26156e-05
-0.00018517
-0.000146165
0.000216388
-0.000230299
-0.000376719
0.000497959
-0.000268893
-0.00073193
0.000809261
-0.000283042
-0.00118456
0.00109558
-0.000285532
-0.00173263
0.00137611
-0.000274692
-0.00232996
0.00161144
-0.000251221
-0.00293559
0.00178683
-0.000237878
-0.0035331
0.00190919
-0.000232072
-0.00408232
0.00195366
-0.000223054
-0.00454824
0.00190872
-0.000197519
-0.00492957
0.00179284
-0.000177327
-0.00523263
0.00164501
-0.000149924
-0.00545924
0.00145369
-0.00011855
-0.00561872
0.00127443
-7.65971e-05
-0.00571881
0.00106532
-2.80595e-05
-0.00575322
0.000877211
3.14137e-05
-0.00572113
0.000552123
7.04555e-05
-0.00565175
0.000327895
0.00011543
-0.00557027
-8.5183e-06
0.000150079
-0.00544332
-0.000334776
0.000161808
-0.00533366
-0.000667125
0.000163667
-0.0052055
-0.0010005
0.000144461
-0.00502905
-0.00139469
0.000135643
-0.00478315
-0.00179979
0.000122497
-0.0044488
-0.00220503
0.000103318
-0.00402489
-0.00255919
7.82542e-05
-0.00352512
-0.00281294
5.08713e-05
-0.0029599
-0.00293711
2.22959e-05
-0.0023264
-0.00289596
-2.4496e-05
-0.001591
-0.00268209
-8.69009e-05
-0.000876583
-0.00202661
-0.000147014
-0.000311855
-0.00118513
-0.000226898
5.64447e-05
-0.000280128
-0.000283182
0.000179353
0.000403626
-0.000322484
0.000148976
0.000776636
-0.00029272
6.02425e-05
0.000780309
-0.000210958
0.000474127
-5.1466e-05
-6.30908e-07
-9.45898e-05
-6.70518e-05
-5.37956e-05
-6.71004e-05
-0.000150246
-0.000192193
0.00014722
-0.000217649
-0.000446084
0.000510619
-0.000286119
-0.000802328
0.0008888
-0.000312822
-0.00126298
0.00128577
-0.000323244
-0.00180848
0.00163578
-0.000310461
-0.00240525
0.00194175
-0.000287525
-0.00301042
0.00215459
-0.00027342
-0.00361162
0.00230536
-0.000257906
-0.00413626
0.00234821
-0.000229466
-0.00455797
0.00228262
-0.000197725
-0.00487468
0.00212963
-0.000163216
-0.00510059
0.00192383
-0.000119242
-0.00522967
0.00168685
-7.116e-05
-0.00529358
0.00143555
-1.58261e-05
-0.00530475
0.00122506
4.73614e-05
-0.00528103
0.000994933
0.000106018
-0.00522416
0.000777152
0.000184282
-0.00514361
0.0004268
0.000234796
-0.00508149
0.000214109
0.000303698
-0.00499818
-0.000139169
0.000326025
-0.00494889
-0.000439428
0.000340223
-0.00493208
-0.000735736
0.000310123
-0.00492017
-0.0010658
0.000298022
-0.0048912
-0.00147481
0.000278864
-0.0048228
-0.00191968
0.000253445
-0.00468044
-0.00239724
0.000223577
-0.00443167
-0.00285756
0.000188113
-0.00406726
-0.00322969
0.000147043
-0.00359061
-0.00346671
0.000100749
-0.00305597
-0.00347464
5.13324e-05
-0.00239681
-0.00336823
3.85181e-06
-0.00160863
-0.00285482
-6.87729e-05
-0.000883641
-0.00194718
-0.0001467
-0.000335622
-0.000872151
-0.00024105
-5.78861e-05
5.97357e-05
-0.000289837
3.42586e-05
0.000618481
-0.00029077
2.16711e-05
0.000729933
-0.000202374
0.000459193
-4.04359e-05
-4.6303e-05
9.77489e-08
-7.65899e-05
-0.000173286
0.000126455
-0.000179051
-0.000417378
0.000445811
-0.000272932
-0.000761715
0.000895756
-0.000332726
-0.00121366
0.00136252
-0.00035401
-0.00173953
0.00180688
-0.000347014
-0.00232048
0.00218313
-0.000317772
-0.00293078
0.00247775
-0.000312865
-0.00349851
0.00264022
-0.000263131
-0.00398596
0.00270274
-0.000229268
-0.00436753
0.00263196
-0.000189804
-0.00464023
0.0024637
-0.000139097
-0.00480102
0.00220949
-7.16582e-05
-0.00486021
0.00191223
-2.79211e-06
-0.00483461
0.00161682
6.14646e-05
-0.00475409
0.00132848
0.000115119
-0.00463746
0.00108972
0.000182239
-0.00450584
0.000848139
0.000255009
-0.00437621
0.000636209
0.000355395
-0.00428824
0.000327511
0.000404325
-0.00423558
0.000140397
0.000487455
-0.00419137
-0.000203165
0.000512768
-0.00420593
-0.000448213
0.000489365
-0.00424578
-0.000722142
0.000466249
-0.00430952
-0.00102715
0.000443969
-0.00439212
-0.00141768
0.000419132
-0.0044728
-0.00186466
0.000384362
-0.00452333
-0.00237437
0.000344545
-0.0044979
-0.00291261
0.000295476
-0.00434136
-0.00341815
0.000244801
-0.00402319
-0.00382019
0.000192435
-0.00354491
-0.00400185
0.000135141
-0.00298259
-0.00397264
7.35241e-05
-0.00221611
-0.00365754
2.15995e-05
-0.00135623
-0.00283457
-4.94282e-05
-0.000634623
-0.00162687
-0.000130173
-0.000195442
-0.00041563
-0.000230789
-3.81152e-05
0.000413545
-0.000240612
9.31994e-06
0.00063444
-0.000164672
0.000436807
-1.0621e-05
-0.000101109
0.000159599
-9.88114e-05
-0.000313147
0.000409908
-0.000226743
-0.000637656
0.000829587
-0.000325946
-0.00105694
0.00134687
-0.000381475
-0.00154991
0.00185891
-0.000384927
-0.00211838
0.00234276
-0.00035792
-0.00272131
0.00271471
-0.000342417
-0.00324801
0.00292924
-0.000275145
-0.00370848
0.00300616
-0.000238496
-0.00407719
0.00297498
-0.00018287
-0.00433083
0.0027989
-0.000105814
-0.00444336
0.00250424
-1.54008e-05
-0.00444613
0.00215877
7.84055e-05
-0.00436665
0.00179855
0.000157187
-0.00422888
0.00146375
0.000223254
-0.00404965
0.00114883
0.000270661
-0.00385266
0.000905212
0.0003279
-0.00366206
0.000673531
0.000391782
-0.00349918
0.000490272
0.000494773
-0.00342772
0.000250985
0.000554487
-0.00336889
7.41642e-05
0.00064812
-0.00336349
-0.000213604
0.000637488
-0.00339976
-0.000422911
0.000615905
-0.00347093
-0.000667382
0.000586567
-0.00357632
-0.000938244
0.000561876
-0.00372057
-0.00128961
0.000532198
-0.00389286
-0.00170835
0.000494718
-0.00407398
-0.00220826
0.000451442
-0.0042269
-0.002775
0.000398247
-0.00429452
-0.0033677
0.000339031
-0.0042091
-0.00392607
0.000275442
-0.00390569
-0.00433178
0.000214044
-0.00342911
-0.0044886
0.000152558
-0.00276756
-0.00436152
8.53585e-05
-0.00187471
-0.00376921
2.60665e-05
-0.000972003
-0.00256413
-4.75812e-05
-0.000312369
-0.0011209
-0.000127388
-3.49105e-05
8.00115e-05
-0.000195281
3.71378e-05
0.000513022
-0.000140283
0.000440572
2.57714e-08
-0.000160489
0.000387516
-0.000118902
-0.000437597
0.000768032
-0.000273156
-0.000819922
0.00127055
-0.000380302
-0.00128729
0.00183762
-0.000422755
-0.00183168
0.00238898
-0.00040319
-0.00240521
0.00286296
-0.000374419
-0.00290306
0.00314548
-0.000303762
-0.00335145
0.00328355
-0.000257817
-0.00374303
0.00330251
-0.000178679
-0.00398153
0.00313381
-8.69907e-05
-0.00406806
0.00282171
3.23834e-05
-0.00404314
0.00243714
0.000154069
-0.00394879
0.00203797
0.000261157
-0.00380069
0.00163914
0.000336789
-0.00361176
0.00128098
0.000384213
-0.00338532
0.000947609
0.000396711
-0.00313682
0.000697064
0.000423381
-0.00289832
0.000480516
0.000464457
-0.00271905
0.000340852
0.000578117
-0.00265386
0.000182701
0.000665234
-0.00262688
4.34652e-05
0.000754637
-0.00263584
-0.000210486
0.000736951
-0.00267744
-0.000390784
0.000707457
-0.00275575
-0.000603198
0.000680169
-0.00287056
-0.000835193
0.000651614
-0.00303195
-0.00113857
0.000622703
-0.0032351
-0.00151324
0.000584269
-0.00347493
-0.00197487
0.000543556
-0.00372577
-0.00252905
0.000490826
-0.00394433
-0.00315354
0.00043423
-0.00406295
-0.00381372
0.00036769
-0.00399697
-0.00440872
0.00029958
-0.0036795
-0.00482453
0.000231501
-0.00315056
-0.00492141
0.000173097
-0.00235583
-0.00460608
0.000109988
-0.00134152
-0.00361447
4.53103e-05
-0.000510938
-0.00198385
-2.96506e-05
-4.34732e-05
-0.000427083
-0.000110787
2.95193e-05
0.000403319
-7.9483e-05
0.000442945
3.8704e-05
-0.000202332
0.000662799
-0.000158137
-0.000529254
0.00117715
-0.000326544
-0.000945443
0.00173964
-0.000430252
-0.00142616
0.00232975
-0.000452003
-0.00196263
0.00289432
-0.000422161
-0.00245607
0.00329972
-0.000361148
-0.00292247
0.00352524
-0.000289691
-0.00333858
0.00360694
-0.000196645
-0.00359443
0.00347912
-8.55173e-05
-0.00368761
0.00317018
5.57682e-05
-0.00367084
0.00277394
0.000207083
-0.00358682
0.00232967
0.000346424
-0.0034571
0.00189228
0.000453886
-0.00328999
0.00146264
0.000511836
-0.00308314
0.00108503
0.000520835
-0.002823
0.000725027
0.000479082
-0.00252491
0.000462656
0.000457918
-0.00224207
0.000258155
0.000481607
-0.00202895
0.000161709
0.000622634
-0.00199294
0.000128449
0.000754332
-0.00202214
3.59864e-05
0.000868028
-0.00203267
-0.000222823
0.000815749
-0.00207265
-0.000371393
0.000783809
-0.00214838
-0.000549612
0.00075497
-0.00225823
-0.000743524
0.000724879
-0.00241779
-0.000994415
0.000697491
-0.00262091
-0.00132136
0.00065832
-0.00287304
-0.00172983
0.000619165
-0.00316019
-0.00224495
0.000567719
-0.00345625
-0.00285757
0.000512453
-0.00370788
-0.00356123
0.000446814
-0.00383269
-0.00428619
0.000378051
-0.00374046
-0.00492534
0.000304165
-0.00337112
-0.00530876
0.000237219
-0.0027383
-0.00526815
0.000177481
-0.00180737
-0.00458777
0.000124331
-0.000798586
-0.00303146
4.8774e-05
-0.000120715
-0.00113944
-1.69169e-05
1.87188e-05
0.000221965
-5.21534e-05
0.000431374
6.26387e-05
-0.000219444
0.000958517
-0.000191573
-0.000565187
0.00160613
-0.000375529
-0.000989076
0.002212
-0.00047224
-0.00148255
0.00282394
-0.000477194
-0.001987
0.00336192
-0.00042975
-0.00245712
0.00370794
-0.000345802
-0.00288125
0.00387306
-0.000244255
-0.00317255
0.00382185
-0.000112972
-0.00330435
0.00355813
5.47721e-05
-0.00331528
0.00316119
0.000218408
-0.00326014
0.00270272
0.000399089
-0.00316649
0.00221718
0.000542212
-0.00304537
0.00174285
0.000641524
-0.00288619
0.0012697
0.000676668
-0.00267774
0.000857909
0.000649623
-0.00238876
0.00045927
0.00053941
-0.00202332
0.000162966
0.000457169
-0.00165632
-3.86793e-05
0.000447529
-0.0013965
-5.74225e-05
0.00059178
-0.00143966
8.31034e-05
0.000904963
-0.00155393
4.88382e-05
0.00103032
-0.00155822
-0.000267582
0.000898004
-0.00157969
-0.000386709
0.000855735
-0.00165006
-0.000515404
0.000829789
-0.00175152
-0.000670884
0.000798
-0.00190307
-0.000867641
0.00077563
-0.0020925
-0.00114995
0.000734094
-0.0023306
-0.00150383
0.000695947
-0.00261234
-0.00196906
0.000643042
-0.00292797
-0.00254217
0.000589104
-0.00324326
-0.00324267
0.00052353
-0.00349387
-0.0040319
0.000454016
-0.0035841
-0.00483551
0.000378438
-0.00341495
-0.00548681
0.000306042
-0.0029408
-0.00576132
0.000242521
-0.00215395
-0.00540345
0.000192322
-0.00109906
-0.00412006
0.000147269
-0.000289547
-0.00198365
8.08994e-05
1.50215e-05
-0.000112434
3.89975e-05
0.000422592
0.00012409
-0.000218538
0.00125214
-0.000228993
-0.000561643
0.00202878
-0.00042525
-0.00098675
0.00267888
-0.000512623
-0.00147146
0.00330172
-0.000504424
-0.00193719
0.00379052
-0.000433606
-0.00236416
0.00408069
-0.000326744
-0.00269131
0.00414617
-0.000190415
-0.00287894
0.00397072
6.07713e-06
-0.00293674
0.00360596
0.000190056
-0.00292943
0.00315016
0.000405532
-0.00289396
0.00265584
0.000596778
-0.00283758
0.00212181
0.000741331
-0.00274738
0.00158211
0.000830184
-0.00261039
0.00102678
0.000856947
-0.00240042
0.000548247
0.000793972
-0.0020737
9.59683e-05
0.000596624
-0.00162006
-0.000211338
0.000385402
-0.00113001
-0.00035667
0.000246227
-0.000821695
-0.000317539
0.000511866
-0.000969043
4.07531e-05
0.00110022
-0.00121497
8.35017e-05
0.00128169
-0.00118734
-0.000360415
0.000949773
-0.00115868
-0.0004558
0.000892783
-0.00123203
-0.000494711
0.000896607
-0.00133358
-0.000612679
0.000869916
-0.00148502
-0.000755175
0.000860005
-0.001664
-0.00100112
0.000816359
-0.00188207
-0.00130762
0.000777645
-0.00214027
-0.00172451
0.000719803
-0.00244112
-0.0022471
0.000662547
-0.00276943
-0.00291422
0.00059386
-0.00308283
-0.00371503
0.000522245
-0.00330306
-0.00461345
0.000442077
-0.00331949
-0.00547549
0.000364863
-0.00302309
-0.0060729
0.000293664
-0.00238678
-0.00606521
0.000240021
-0.00141959
-0.00511835
0.000199634
-0.000470481
-0.00296078
0.000157403
4.04473e-07
-0.000622497
9.46e-05
0.000396368
0.000153343
-0.000197449
0.00152543
-0.000260087
-0.000520247
0.00242976
-0.000464329
-0.000936104
0.00313353
-0.000543078
-0.00138007
0.0037402
-0.000520554
-0.00180471
0.00418374
-0.000422771
-0.00216232
0.00440793
-0.000293256
-0.00241044
0.00436379
-9.12473e-05
-0.0025322
0.00409406
0.000121662
-0.00257912
0.00367229
0.000359969
-0.00260981
0.00319451
0.000592532
-0.00264175
0.00266984
0.000788811
-0.00265052
0.00206241
0.000916389
-0.00260944
0.00140959
0.000988054
-0.00249072
0.00071248
0.000990217
-0.00227584
0.000203709
0.000804843
-0.00178508
-0.000173156
0.000190534
-0.00118596
-0.000264076
-0.000386708
-0.000670008
-0.000371861
-0.000503276
-0.000405317
-0.000425759
9.2975e-05
-0.000753201
-5.6222e-06
0.00140643
-0.00105689
5.6178e-05
0.00162921
-0.000889328
-0.000572726
0.000961302
-0.000767137
-0.000609007
0.000885025
-0.000861348
-0.000478165
0.00097783
-0.000980778
-0.00055747
0.000958205
-0.00114644
-0.000648032
0.000968654
-0.00132687
-0.000867315
0.000922451
-0.00152853
-0.00114088
0.000880957
-0.00175788
-0.00151952
0.000814365
-0.00202528
-0.00199347
0.000749506
-0.00233262
-0.00261206
0.000673764
-0.00265744
-0.00338837
0.000596375
-0.00294548
-0.00432146
0.000512071
-0.00309567
-0.00532624
0.000428453
-0.00298188
-0.00619693
0.00035233
-0.00250293
-0.00656523
0.000292236
-0.00165762
-0.00598994
0.000257821
-0.000629532
-0.00401222
0.000223803
-2.02676e-05
-0.00124811
0.000197285
0.000362163
0.000203531
-0.000157043
0.00175836
-0.000288203
-0.00044767
0.00279614
-0.000501126
-0.000823484
0.00354804
-0.000573095
-0.00121265
0.00412935
-0.000534496
-0.00158445
0.0045395
-0.000409598
-0.00187258
0.00469094
-0.000247228
-0.00206042
0.00456897
9.10692e-06
-0.00216583
0.00424311
0.000249851
-0.00225405
0.00381348
0.000529907
-0.00237609
0.00334166
0.000779999
-0.00252963
0.00278781
0.000976557
-0.00264685
0.00205973
0.0010763
-0.00265672
0.00121244
0.0010917
-0.00250785
0.000363639
0.000935583
-0.00204195
1.15615e-05
0.000184985
-0.00120805
0.000158857
-0.00129372
-0.000506195
0.000320218
-0.0019513
-0.000225903
-6.56652e-05
-0.00138451
-0.000252407
-0.000644046
-7.28112e-05
-0.000723963
-0.000221645
0.00171958
-0.000878448
-0.000151252
0.00184612
-0.000514932
-0.000928541
0.000836654
-0.000346613
-0.000814173
0.00079975
-0.000478312
-0.000453531
0.00104046
-0.000660146
-0.000466055
0.00105188
-0.00085955
-0.000530771
0.0010981
-0.00106432
-0.000732547
0.001056
-0.00126222
-0.000995646
0.00100986
-0.00146938
-0.00135229
0.000930588
-0.00170021
-0.00178869
0.000852403
-0.00197187
-0.00235513
0.000763361
-0.00227802
-0.00308567
0.000674376
-0.00258966
-0.00400876
0.000580175
-0.00282279
-0.0050939
0.000487004
-0.00285366
-0.00617697
0.00040118
-0.00253884
-0.00690113
0.00033372
-0.00182355
-0.00673281
0.000290011
-0.000800721
-0.00506084
0.000267056
-5.15149e-05
-0.00201144
0.000239992
0.000293553
0.00024437
-9.96198e-05
0.00193766
-0.000308405
-0.000340591
0.00311498
-0.000525713
-0.000658374
0.00391138
-0.000593902
-0.000996373
0.00447882
-0.000529665
-0.00130561
0.00485388
-0.000380566
-0.00152675
0.00493733
-0.000167203
-0.00167756
0.00476495
0.000127324
-0.00179882
0.00444726
0.000427864
-0.00197157
0.00405806
0.000754944
-0.00224558
0.00363116
0.00103537
-0.0025857
0.00305181
0.00122008
-0.00287177
0.00218307
0.00121925
-0.00292251
0.00113434
0.000953545
-0.00248856
0.00023185
0.000127227
-0.00144309
0.000352381
-0.00156724
-0.000340519
0.00113047
-0.00340439
0.000233855
0.00111692
-0.00326126
0.000128372
-3.19319e-05
-0.00161997
-0.000148652
-0.00116001
-2.39178e-05
-0.000448884
-0.000727619
0.00176829
-0.000241539
-0.000644448
0.0017789
0.000159438
-0.00140069
0.000649537
0.00020436
-0.0010033
0.000721679
-4.2202e-05
-0.000363863
0.00113118
-0.000342605
-0.000310514
0.0011966
-0.000610988
-0.000379764
0.00127361
-0.000867856
-0.000578137
0.00123774
-0.00107434
-0.000863324
0.0011771
-0.00126509
-0.00122126
0.00108133
-0.00145955
-0.00163656
0.000982562
-0.00168914
-0.00215314
0.000874239
-0.00196032
-0.00282638
0.000767589
-0.00226464
-0.0037075
0.000659827
-0.00253845
-0.00482184
0.000554066
-0.00266819
-0.00605726
0.000457261
-0.00249036
-0.00710017
0.000377518
-0.00190299
-0.00734809
0.000330217
-0.000937852
-0.00605115
0.000304489
-8.07174e-05
-0.00288018
0.000299195
0.000204898
0.000283914
-2.68703e-05
0.00204943
-0.000321193
-0.000202223
0.00337325
-0.000546814
-0.000449612
0.00421068
-0.000608974
-0.000720353
0.00477608
-0.000525548
-0.000956373
0.00512076
-0.000343866
-0.00111865
0.00516509
-5.48252e-05
-0.00124752
0.0049886
0.000263188
-0.00141819
0.00474615
0.000633569
-0.00172069
0.00446787
0.000997405
-0.00224122
0.00417598
0.00130178
-0.00293442
0.00362349
0.00146608
-0.00345266
0.00258496
0.00112966
-0.0033434
0.00127755
0.000196403
-0.00221189
0.00030968
-0.00148222
-0.000649454
0.000768202
-0.00343562
0.000376305
0.00206682
-0.00495903
0.000557944
0.00152415
-0.00410106
-7.67151e-05
1.99474e-05
-0.00201041
-0.000480935
-0.00137637
-0.000513221
-2.73145e-05
-0.00136505
0.00106656
0.000945181
-0.00166899
0.00130156
0.00132378
-0.00213279
0.000418661
0.00104416
-0.00113371
0.000682371
0.000535888
-0.000147218
0.00122078
-7.63955e-06
-3.53244e-05
0.00141903
-0.000386225
-0.000188658
0.00149852
-0.000725921
-0.000371867
0.00146946
-0.000954226
-0.000738474
0.00139574
-0.00113057
-0.00113312
0.00127501
-0.00128848
-0.00154543
0.00114642
-0.00147457
-0.00201513
0.00100953
-0.00170439
-0.00262313
0.000876286
-0.00198575
-0.00343788
0.000746555
-0.00227327
-0.00453979
0.000622831
-0.00246941
-0.00587173
0.00050936
-0.00240175
-0.00719028
0.000416135
-0.0019329
-0.00784828
0.00035771
-0.0010484
-0.0069639
0.000333461
-0.00014216
-0.00379776
0.000337122
5.99849e-05
0.000327412
7.30307e-05
0.0020697
-0.000330271
-1.44768e-05
0.00354836
-0.000563066
-0.000201278
0.00446481
-0.000611195
-0.000406974
0.00503044
-0.000503718
-0.000556278
0.00533588
-0.00027436
-0.00067192
0.00536376
8.99832e-05
-0.000772975
0.0052122
0.00048773
-0.000976705
0.00506049
0.000999635
-0.00140479
0.00491034
0.00153056
-0.0022094
0.00472604
0.00213149
-0.00319751
0.0041577
0.00231838
-0.0038737
0.00323248
0.00141062
-0.00353225
0.00232854
-0.000911475
-0.00162967
0.000808971
-0.00375407
0.000424401
0.0010361
-0.00558825
0.000852646
0.00290817
-0.00603337
0.000404548
0.00183401
-0.0051294
-0.000255071
1.12099e-05
-0.00305431
-0.000246942
-0.00149231
-0.00143898
0.00103477
-0.00220082
-0.000204837
0.0027679
-0.0033629
0.000414636
0.00308243
-0.0033186
0.000184208
0.00222589
-0.00122746
0.000720613
0.00121386
0.000287191
0.00152836
0.000321866
0.00046356
0.00173424
-0.000218347
9.94006e-05
0.00181754
-0.000672288
-8.63768e-05
0.00179352
-0.000917259
-0.000635425
0.00168613
-0.00106683
-0.00110917
0.00152345
-0.0011755
-0.00153657
0.00134846
-0.00130879
-0.00195645
0.00117081
-0.00148922
-0.00248887
0.00100161
-0.00173812
-0.00321229
0.000842232
-0.00202774
-0.00426101
0.000696828
-0.00227404
-0.00563815
0.000565029
-0.00230728
-0.00718157
0.000452715
-0.00195351
-0.00823762
0.00038151
-0.00115331
-0.00779834
0.000349069
-0.000219171
-0.00474548
0.000361767
-0.000158096
0.000360682
0.000192781
0.00198083
-0.000333931
0.00020054
0.00364068
-0.000570888
0.000107141
0.00463704
-0.00062621
-3.04779e-06
0.00521098
-0.000493831
-3.08897e-05
0.00548875
-0.000189895
-5.90776e-05
0.005515
0.000240436
-0.000115826
0.00543277
0.00076051
-0.000384214
0.00548538
0.00141486
-0.000967272
0.005578
0.00202431
-0.00222301
0.00590729
0.00257585
-0.00407453
0.00635037
0.00196653
-0.00514661
0.00641755
-0.000985678
-0.0041233
0.00508402
-0.00465193
-0.00120442
0.00125189
-0.00798107
0.00143163
-0.000215674
-0.00854354
0.00231708
0.00243448
-0.00794415
0.00233373
0.000919842
-0.00744151
0.00143444
-0.000401627
-0.00465565
0.000954658
-0.00208538
-0.00158421
0.00258793
-0.00362881
-0.0014118
0.00532109
-0.00647183
-0.000606458
0.00582033
-0.00545353
-0.000164511
0.00389893
-0.000852992
0.000628403
0.0018957
0.00137915
0.00165398
0.000519466
0.00121548
0.00223986
-0.000141262
0.000374667
0.00231267
-0.000702687
0.000234955
0.00229303
-0.000985248
-0.000529466
0.00206946
-0.00105775
-0.00120782
0.00183207
-0.00109816
-0.00164508
0.00160086
-0.00116249
-0.00200896
0.00136923
-0.00128146
-0.00244445
0.00114551
-0.00147917
-0.00305571
0.000945585
-0.0017536
-0.00400509
0.000768803
-0.00204371
-0.005364
0.00061428
-0.00218161
-0.00707097
0.000483501
-0.00196145
-0.00849732
0.000394142
-0.00126457
-0.00853482
0.000355816
-0.000318414
-0.00570804
0.000370664
-0.000469702
0.000388873
0.000271585
0.00182454
-0.000329718
0.000350927
0.0036762
-0.000573999
0.000334932
0.00474998
-0.000612077
0.000323847
0.00532234
-0.00046515
0.000393083
0.00555677
-8.12661e-05
0.000472264
0.00558435
0.000418846
0.000509541
0.0055614
0.00110521
0.000235225
0.00582791
0.00207538
-0.000696055
0.00629377
0.0030092
-0.00254631
0.00738441
0.00390862
-0.00446021
0.00957187
0.00162393
-0.00586789
0.0112329
-0.000125152
-0.00602308
0.00680916
0.00122148
-0.00259424
-0.00320583
-0.00271748
0.000616863
-0.00733262
-0.00212937
0.000341568
-0.000919827
-0.00154354
0.000917704
-0.00273686
-0.0055855
0.00267366
-0.00550502
-0.00523279
0.00274066
-0.00711765
-0.00128767
0.00403649
-0.00783262
-0.00175142
0.00737775
-0.0114982
-0.00237097
0.00783273
-0.00766171
-0.00297109
0.00531695
-4.86414e-05
-0.00101464
0.00256397
0.0025044
0.00275047
0.000557664
0.00209231
0.00336074
-0.000275832
0.000675442
0.00300097
-0.000858572
0.000555949
0.00294722
-0.00120921
-0.000321047
0.00252607
-0.00111778
-0.00150272
0.00218626
-0.00105354
-0.00191783
0.00188946
-0.00103286
-0.00219665
0.00158809
-0.00108308
-0.00250784
0.00130791
-0.00122719
-0.00297181
0.0010479
-0.00146701
-0.00379324
0.000841246
-0.00177685
-0.00507485
0.000657746
-0.00202227
-0.00685588
0.000501209
-0.00197462
-0.00858808
0.000394613
-0.00143005
-0.00912389
0.000343012
-0.00050055
-0.00665744
0.000354086
-0.000963656
0.00038655
0.000381893
0.00156735
-0.000326465
0.000545269
0.00363607
-0.000571364
0.000622428
0.00478695
-0.000610137
0.000743554
0.00533149
-0.000436126
0.000968013
0.00549417
-5.13146e-06
0.00130904
0.00542548
0.000630653
0.0016792
0.00536565
0.00154223
0.00181443
0.00570315
0.00298735
0.00207734
0.00595546
0.00418929
0.00310899
0.00589428
0.00662553
0.000911662
0.00666251
0.0151218
-0.00615873
0.00645325
0.0260944
-0.00916335
-0.00227485
0.0240923
-0.00789375
-0.0123585
0.0102889
-0.00995924
-0.0156435
0.0106576
-0.0139374
-0.00905025
0.0184296
-0.00971834
-0.0159358
0.0116778
-0.00151487
-0.0207536
0.000634101
0.00103258
-0.0192271
0.00129638
0.000939542
-0.0165202
0.0026788
0.00144372
-0.0154955
-0.000260488
0.000820789
-0.00467741
-0.00505394
0.000812144
0.00296685
-0.00169974
0.00103954
0.00296773
0.00295246
-0.000380332
0.00207692
0.00437726
-0.000525931
4.37001e-05
0.00417874
-0.00130237
0.00117315
0.00394581
-0.00173697
0.000108178
0.00312675
-0.00124966
-0.00222765
0.0025631
-0.000971981
-0.00247613
0.00220895
-0.000874248
-0.00252409
0.0018317
-0.000860987
-0.00266662
0.00147299
-0.000939131
-0.00298169
0.00116172
-0.00112902
-0.00363983
0.000899459
-0.00145108
-0.00477516
0.000694485
-0.00178488
-0.00655405
0.000517288
-0.00191262
-0.00850351
0.000384626
-0.00155308
-0.00952756
0.000327944
-0.000676027
-0.00755418
0.000330082
-0.00162261
0.000385891
0.000407336
0.00129776
-0.00032326
0.000639134
0.00353765
-0.000580972
0.00082005
0.00473396
-0.000612386
0.00108276
0.00522624
-0.000433497
0.00145112
0.00530331
4.60126e-05
0.00201208
0.00509594
0.000793675
0.00265497
0.00490206
0.00188392
0.00324243
0.0051036
0.00389225
0.00364825
0.00492211
0.00570911
0.00767028
0.0030114
0.00635926
0.00442643
-0.000399196
0.0254932
-0.00733352
-0.00695896
0.0390731
-0.0110035
-0.0196151
0.0285459
-0.0163472
-0.0182341
0.0146252
-0.0249072
-0.0140203
0.00888511
-0.0273735
-0.0171608
0.01866
-0.0189733
-0.0346695
0.0150131
-0.0103966
-0.038674
0.00675245
-0.00788316
-0.0318811
0.00698818
-0.0104239
-0.0267634
0.0107523
-0.0136006
-0.0203912
0.0112443
-0.0125893
0.00122519
-0.000820508
-0.00817922
0.00872705
-0.00261415
-0.00418416
0.00243449
0.00508399
-0.00223992
-0.000379835
0.00714785
-0.000717135
-0.00127834
0.00436081
-0.00261401
0.00406072
0.00411306
-0.00305684
0.00109239
0.00381283
-0.00169669
-0.00381389
0.00302248
-0.000922723
-0.00361889
0.00257157
-0.000696952
-0.00310205
0.00212266
-0.000649447
-0.00293417
0.00164304
-0.000683489
-0.00306082
0.00124567
-0.000806074
-0.00358446
0.000966702
-0.00106326
-0.00454869
0.000706443
-0.00143726
-0.0062114
0.000497611
-0.00174252
-0.00823915
0.000351874
-0.00162779
-0.00968325
0.000285145
-0.000895535
-0.00830564
0.000285044
-0.0024993
0.00035341
0.0003706
0.00106971
-0.000321848
0.000685439
0.00336422
-0.000580513
0.000985784
0.00457449
-0.000615128
0.00136987
0.0050242
-0.00044454
0.00189001
0.00497075
8.1643e-05
0.00270569
0.00454662
0.000871488
0.00376531
0.00393562
0.00230635
0.00495441
0.00335887
0.0054448
0.0046858
0.00259636
0.00895305
0.00586321
0.00033142
0.00787892
0.00689943
-0.00676774
0.0135073
0.00308005
-0.0210197
0.022893
-9.7489e-05
-0.0301962
0.017157
-0.0053454
-0.0187984
0.010547
-0.018623
-0.008811
0.0107576
-0.0277597
-0.0191139
0.011952
-0.0233026
-0.0407678
0.00035837
-0.0158685
-0.0456634
-0.000489986
-0.0101377
-0.0390622
0.00749349
-0.0134654
-0.0336128
0.0168135
-0.019443
-0.0299988
0.0238494
-0.0169739
-0.00397789
0.0135016
-0.0107992
0.00936522
0.000488662
-0.00856256
0.00395105
0.00761126
-0.00430849
-0.00433539
0.00893237
-0.00145577
-0.00381033
0.00345637
-0.00420446
0.00861537
0.00346292
-0.00436855
0.00215998
0.00398004
-0.0017345
-0.00622993
0.00240049
-0.000425824
-0.00513589
0.00225171
-0.000224327
-0.00372767
0.00220083
-0.000270895
-0.00313927
0.001723
-0.000396327
-0.00304162
0.00127253
-0.000613959
-0.00342735
0.00100488
-0.000919643
-0.00427964
0.000769153
-0.00125564
-0.00589693
0.000500139
-0.00157764
-0.00794524
0.000302605
-0.00159557
-0.009698
0.000231647
-0.000993005
-0.00891951
0.00021588
-0.00346397
0.000287681
0.000336727
0.000872348
-0.000344327
0.000690162
0.00315052
-0.000598072
0.00105674
0.00434966
-0.000639857
0.00149861
0.0047635
-0.000482769
0.00206549
0.00457733
5.04999e-05
0.00287997
0.00394756
0.000867355
0.00381691
0.00284042
0.00257428
0.00446845
0.00137994
0.00635051
0.00388272
0.000191401
0.00924172
0.00103816
-0.000186028
0.00858432
-0.000911376
-0.00653055
0.00187071
-0.00427103
-0.0224999
0.00816213
-0.0047476
-0.0308144
0.0161581
-0.00573596
-0.0214125
0.0179316
-0.0187126
-0.00877019
0.0202455
-0.0263193
-0.0189584
0.0128861
-0.0217232
-0.0352812
-0.0151851
-0.0180395
-0.0407613
-0.0158744
-0.00872007
-0.0380587
-0.00299974
-0.00778159
-0.03146
0.012914
-0.0193099
-0.0321611
0.0233679
-0.0207645
-0.0164373
0.023305
-0.0125188
0.00276185
0.0103074
-0.00749782
0.00610361
0.00418578
-0.00228229
-0.00807287
0.00193773
-0.00209658
-0.00788623
0.00495333
-0.00507177
0.0100203
0.00513444
-0.00398787
0.000871348
0.00335867
-0.00090866
-0.00764999
-0.0010833
0.000411435
-0.00587987
0.000348098
0.000509419
-0.00400339
0.0017383
0.000226606
-0.00301381
0.00163256
-7.11611e-05
-0.0027893
0.00123387
-0.000329287
-0.00320764
0.00102599
-0.000710637
-0.0039742
0.000839508
-0.00109434
-0.00552726
0.000505432
-0.00144666
-0.00760292
0.000257559
-0.00150903
-0.0096558
0.000159162
-0.00100564
-0.0094237
0.000150822
-0.00442604
0.000224011
0.000306196
0.000703507
-0.000363941
0.000663786
0.002929
-0.000613318
0.00102362
0.00413035
-0.000682096
0.00140987
0.00454857
-0.000561006
0.00183816
0.00431938
-0.000125884
0.00231639
0.00362649
0.000597901
0.00245885
0.00237983
0.00208586
0.0018282
0.000656614
0.00478503
0.00145898
-0.000216099
0.00500199
0.00204436
-0.000247738
0.00477742
0.00119647
-0.00440312
0.00233282
-0.00453977
-0.0155539
0.00911386
-0.00612747
-0.0239869
0.00707112
-0.0101273
-0.0184367
0.00257328
-0.0224568
-0.00632787
0.0116391
-0.0181717
-0.0156847
-0.00211561
-0.00901524
-0.0259621
-0.0399733
-0.0159551
-0.0292807
-0.030867
-0.0144246
-0.0327494
-0.0186126
-0.0117783
-0.0223483
-0.00250777
-0.021892
-0.0243735
0.00865803
-0.0262695
-0.0228096
0.0102005
-0.0168771
-0.00502689
0.00572816
-0.00372564
0.00270956
-0.00405313
0.00384975
-0.0113679
-0.0109143
0.000427129
-0.00966256
0.00129562
-0.00239076
0.00546684
0.00684249
-0.000486829
-0.00156492
-0.00176295
0.00115013
-0.00654669
-0.00676046
0.00202806
-0.00478049
-0.00300036
0.00173036
-0.00342998
0.000795967
0.000968117
-0.00219249
0.00144628
0.000229479
-0.00203299
0.00133174
-0.000264294
-0.00276737
0.00114492
-0.000714154
-0.00363116
0.000969453
-0.00103051
-0.00523202
0.000524961
-0.00129442
-0.00731053
0.000183418
-0.00133253
-0.0096099
6.13e-05
-0.000888669
-0.00985331
4.88032e-05
-0.00525824
0.000128943
0.000278813
0.000554584
-0.000394705
0.00061587
0.00272024
-0.000639689
0.000929117
0.00395169
-0.000740465
0.00120924
0.00442873
-0.000678196
0.00141653
0.00428336
-0.000389366
0.00148699
0.00370426
0.000153767
0.000804032
0.00288754
0.00102306
-0.00183636
0.0022896
0.00279705
-0.00533333
0.00275648
0.00215004
-0.00843858
0.0037289
-0.00028167
-0.0120319
0.00331957
-0.00885379
-0.0117095
-0.00518009
-0.0222137
-0.00672988
-0.0198399
-0.0363988
-0.013241
-0.0154293
-0.0195758
-0.0214956
-0.000651389
-0.00279623
-0.0122584
-0.00519371
-0.0218137
-0.00390302
-0.00985943
-0.0538551
-0.0141374
-0.0155435
-0.0365633
-0.0172544
-0.0290978
-0.02698
-0.0111884
-0.0224799
-0.0113859
-0.0110559
-0.0208074
-0.00330741
-0.0121839
-0.0238531
-0.0100596
-0.00690513
-0.0117292
-0.0131486
0.00409327
-0.0037183
-0.0155398
0.00931634
-0.012501
-0.0179194
0.00720462
-0.00663118
-0.0112337
0.00586347
0.00387857
-0.00383187
0.00566747
0.000392691
-0.011709
0.00472906
-0.00212896
-0.0124325
0.00394229
-0.00184763
-0.00526559
0.00299312
-0.00173644
-7.34439e-05
0.00155454
-0.000866716
0.00198982
0.000108666
-0.00114903
0.002539
-0.000563676
-0.00241572
0.00175093
-0.000943757
-0.00344169
0.00121331
-0.00114487
-0.00502729
0.000515248
-0.00129428
-0.00708641
5.88263e-05
-0.00127475
-0.00958987
-6.73281e-05
-0.000811606
-0.0102761
-7.5622e-05
-0.005986
8.76567e-06
0.000245324
0.000428486
-0.000420798
0.000562388
0.00252287
-0.000659795
0.00085284
0.00379213
-0.000799137
0.00109279
0.00435022
-0.000807405
0.00125604
0.00432812
-0.00068628
0.00136683
0.00388674
-0.000385925
0.00108873
0.00345333
-0.000183598
2.51231e-05
0.00356689
0.000300752
-0.0015924
0.00493749
-1.76971e-06
-0.00370446
0.00721944
-0.00102102
-0.00761135
0.0107182
-0.00667257
-0.00766177
0.000193658
-0.0214788
-0.001108
-0.0207444
-0.0429298
-0.00294185
-0.015997
-0.0309584
-0.00978828
0.00277497
-0.00856881
-0.00667135
0.00568184
-0.0169903
-0.00289949
0.00670877
-0.0297785
-0.0135208
-0.00313886
-0.0259172
-0.0154365
-0.0250333
-0.0368164
-0.00371328
-0.0248523
-0.0264496
0.00573585
-0.0196807
-0.00742619
0.0116035
-0.0206479
-0.0130292
0.0127961
-0.0148979
-0.0167807
0.0121697
-0.00883882
-0.0192012
0.0103921
-0.0101258
-0.0196845
0.0107268
-0.00214133
-0.0169253
0.0120301
0.00599674
-0.0151136
0.0104601
0.00537323
-0.0183799
0.00761479
0.00360761
-0.0128354
0.00534153
0.00223916
-0.00470482
0.00371815
0.000593346
9.86589e-05
0.00151593
8.35643e-05
0.00394321
-0.000460979
-0.00112481
0.00471088
-0.00106157
-0.00259541
0.00257156
-0.00124249
-0.0035341
0.00147223
-0.00128168
-0.00492518
0.000426933
-0.0013458
-0.00687605
-0.000105705
-0.00127877
-0.00958153
-0.000204842
-0.000784897
-0.0107052
-0.000210403
-0.00668219
-0.000124787
0.000206786
0.000332794
-0.000436616
0.000517598
0.00232206
-0.000668522
0.000814509
0.0036193
-0.000835397
0.00107246
0.00425388
-0.000907597
0.00133768
0.0043051
-0.000907868
0.00174852
0.00388404
-0.000870803
0.00250317
0.00340071
-0.00112216
0.00475828
0.00287416
-0.0016042
0.008277
0.00348972
-0.00125956
0.0108546
0.00753915
0.000576192
0.014573
0.010867
0.00238343
0.0206219
-0.00301972
0.00431587
0.0223223
-0.0194512
-0.00693359
0.0177213
-0.012461
-0.0135824
0.00950655
0.00214346
0.00458372
0.00450577
0.00498115
0.0151988
0.00749834
0.00905173
0.000845812
0.0016315
-0.00148988
-0.0114494
-0.0023417
-0.0329704
-0.0226481
0.00322488
-0.0265829
-0.0354155
0.010356
-0.010626
-0.0217588
0.0155323
-0.010326
-0.0210223
0.0135208
-0.0107125
-0.0215879
0.00776122
-0.00850287
-0.0186734
0.00218529
-0.00637382
-0.0176578
-0.00137674
-0.00129832
-0.00423114
-0.00210943
0.00356754
-0.000223281
-0.00117684
0.00273636
-0.00148669
0.000473809
0.00337485
-0.00107357
0.00204068
0.00290469
-0.000142819
0.00230039
0.000429963
0.00273554
0.000407945
-0.0011778
0.00736467
-0.00133458
-0.0026065
0.00657512
-0.00149141
-0.00325854
0.00276129
-0.00142433
-0.00379644
0.00142038
-0.00134374
-0.00483902
0.000236291
-0.00138833
-0.00665454
-0.000233636
-0.00131899
-0.00954635
-0.000316166
-0.00083638
-0.011113
-0.0003068
-0.00742555
-0.000203821
0.000163113
0.000266071
-0.000448803
0.000453127
0.00212912
-0.000666083
0.000740261
0.00344286
-0.000851022
0.000984062
0.00415722
-0.00096514
0.00122958
0.0042924
-0.00104493
0.00156844
0.00394127
-0.00113263
0.00239449
0.00333678
-0.00148345
0.00445202
0.00231697
-0.00202472
0.0067918
0.00262957
-0.00251714
0.00964846
0.0072251
-0.00376201
0.0209234
0.00752017
-0.00265448
0.0320586
-0.00695891
0.0101893
0.024514
-0.0113292
0.00777459
0.0174605
-0.00278529
-0.00782815
0.0222142
-9.18168e-05
0.00501007
0.0222331
-0.00260051
0.0267284
0.0238266
0.00244095
0.0176187
0.0303191
-0.0166099
0.00414605
0.0271146
-0.0479564
0.000963855
0.017158
-0.0325922
-0.0127541
0.00938614
0.00280336
-0.0190689
0.00804141
0.00498398
-0.0269437
0.00675843
0.000351077
-0.0332891
0.00413781
0.0016139
-0.0282874
-0.00344245
0.00352199
-0.0159867
-0.0135658
0.00203955
0.00409502
-0.0189821
0.000893344
0.0151672
-0.0166211
-0.00161387
0.0128306
-0.0090284
-0.000363917
0.00556289
-0.00133145
0.00012436
4.64155e-05
0.00102853
-0.00178282
0.00386007
-0.000406548
-0.00362026
0.00863329
-0.00165194
-0.00431838
0.0059578
-0.00146508
-0.0038692
0.00202241
-0.00127906
-0.00395217
0.000847342
-0.00118682
-0.00468212
-0.000117713
-0.00127304
-0.00633179
-0.000459275
-0.00128469
-0.00939937
-0.000494311
-0.000895
-0.0114129
-0.000452971
-0.00820531
-0.000334118
0.000129753
0.000218337
-0.000448793
0.000395313
0.00194553
-0.000647537
0.000668207
0.00326374
-0.000835341
0.000888686
0.00406154
-0.000973769
0.00106126
0.00432144
-0.00109219
0.00120492
0.00413803
-0.00122653
0.00157756
0.00365495
-0.0015726
0.00201663
0.00291628
-0.00180798
0.00190758
0.00317271
-0.00281828
0.00515132
0.00630812
-0.00732457
0.0142297
0.00504723
-0.00657294
0.0154671
-0.00370552
0.00563937
0.00332809
0.00232078
-0.0049824
0.00179586
0.00793074
-0.0229936
0.017116
0.00415143
-0.00821191
0.0265669
-0.00066311
0.0101616
0.0349825
-0.00219195
0.00483191
0.0426052
-0.0293382
0.00516436
0.0320025
-0.0511593
0.0178334
0.018051
-0.0358583
0.0121848
0.00268458
0.0073651
0.0108417
-0.00217669
0.010647
0.00460433
-0.000141775
0.00758681
-0.0151549
0.00159385
0.0124364
-0.0211811
-0.000929444
0.0135908
-0.0121734
-0.00667212
0.00637661
0.0020006
-0.0117022
0.00282824
0.0116879
-0.0107862
0.000927791
0.00532131
-0.00402419
2.48174e-05
-0.00229137
0.0017714
-0.000783697
-0.00253998
0.00235495
-0.00298957
0.00399188
9.37796e-05
-0.00460685
0.00710443
-0.00102558
-0.00459445
0.00325063
-0.00092018
-0.00387816
0.000814538
-0.000841192
-0.00376467
0.000104695
-0.000839077
-0.00432817
-0.000497543
-0.00107149
-0.00585983
-0.000630635
-0.00123121
-0.0091095
-0.000612512
-0.000971848
-0.0115995
-0.000525577
-0.00907841
-0.000393715
9.98683e-05
0.000185304
-0.000439779
0.000341839
0.00177223
-0.000621632
0.000611258
0.00307014
-0.000802556
0.000841071
0.00393388
-0.000948043
0.0010208
0.00430783
-0.0010799
0.00117762
0.00426962
-0.00120773
0.00141821
0.00395623
-0.00147651
0.0016642
0.00344369
-0.00142186
0.00189966
0.00349758
-0.00193265
0.00471882
0.0051413
-0.00578283
0.00874783
0.00385689
-0.00616641
0.00472951
-0.00116937
0.00421674
-0.00276
0.00556944
0.000167167
0.000346177
0.0102774
-0.0154139
0.0166392
0.00739619
-0.00578304
0.0306179
0.00252337
0.0087785
0.0412955
-0.00421167
0.00178764
0.035996
-0.024364
0.00526514
0.0134615
-0.0368347
0.0196707
0.000297915
-0.0294607
0.0188125
-0.00558561
-0.00269846
0.0329194
-0.0109184
0.00123671
0.0348023
-0.00726411
0.00541487
0.00760865
4.23788e-05
0.0108608
-0.0056085
0.00348438
0.0137221
-0.0082072
0.00274372
0.00692802
-0.00135877
0.000279991
0.00149371
0.00932303
0.000424314
8.73434e-05
0.00508989
0.00333143
-0.000799347
-0.000736199
0.00476716
-0.00219265
0.00141495
0.00236489
-0.00396027
0.00659284
-0.000391707
-0.00514717
0.00642726
-0.000766736
-0.00415128
0.000820985
-0.000352514
-0.0034606
-0.000667996
-0.000339427
-0.00322468
-0.00076627
-0.000423755
-0.00381962
-0.000856215
-0.000785442
-0.00526797
-0.000810258
-0.00108588
-0.00869025
-0.000715058
-0.000990337
-0.0116452
-0.000579862
-0.00999045
-0.00043428
8.7413e-05
0.00014912
-0.000420654
0.000307435
0.00160465
-0.000581759
0.000577633
0.00285938
-0.000748564
0.000819392
0.00376663
-0.000884898
0.00103376
0.0042115
-0.000999841
0.00123808
0.00426496
-0.00107824
0.00149844
0.00405504
-0.00122208
0.00189342
0.00358463
-0.00115165
0.00272812
0.00354014
-0.00164025
0.00532977
0.00413381
-0.00363412
0.00762519
0.00295478
-0.00307499
0.00433765
-0.00101979
0.00620395
-0.00117818
0.00193322
0.0117467
0.000791585
0.00574366
0.0012869
0.0129833
0.0044597
-0.000306942
0.0252884
0.000260229
0.014413
0.0294901
-0.00185394
0.0102561
0.0170006
-0.00826958
0.00784193
-0.00100736
-0.0180076
0.0118731
-0.00818173
-0.0188925
0.0091744
-0.00858221
-0.0111431
0.0274549
-0.0093726
-0.0115987
0.0294269
-0.00466017
-0.00106484
0.00468667
0.00393514
0.00576506
-0.00580673
0.00967573
0.009036
-0.0102329
0.0100759
0.00536033
-0.00618574
0.00673017
-0.000679654
0.00741924
0.00384861
-0.00297887
0.00951414
0.00357816
-0.00338824
0.00465908
0.00345703
-0.0039204
0.00329927
0.00140165
-0.0048547
0.00514071
-0.00023606
-0.00484339
0.00281978
2.77342e-05
-0.00318184
-0.0012708
0.000312582
-0.00273664
-0.00148033
0.000188883
-0.00251103
-0.00115013
-3.73409e-05
-0.00317609
-0.00103743
-0.000504885
-0.0046047
-0.000858856
-0.000949883
-0.00815446
-0.00075563
-0.00102222
-0.0115502
-0.000579245
-0.0109588
-0.000434812
6.49447e-05
0.00012256
-0.000397765
0.000264701
0.00144288
-0.000544821
0.000533329
0.00262994
-0.00068918
0.000801003
0.00355004
-0.000807785
0.00104927
0.00403931
-0.000908437
0.0012862
0.004151
-0.000941692
0.00152761
0.0040058
-0.000972532
0.00175211
0.00362959
-0.000905302
0.00232775
0.00349668
-0.00117564
0.00404649
0.00340371
-0.00193229
0.00569981
0.00247314
-0.0016579
0.00417209
-0.000464387
0.00310177
0.000257971
-0.000500224
0.00992617
-0.000448546
0.000847692
0.0064871
0.00330083
0.00231691
-0.00131945
0.00612703
0.00186405
0.0038545
0.00474712
0.00377452
0.00464134
-0.00159475
0.00200579
0.00105197
-0.00998745
-0.0075713
0.00100507
-0.0145417
-0.0110682
-0.00403146
-0.0132093
-0.0104323
-0.00138451
-0.0100897
-0.0145029
0.00132219
-0.00260559
-0.00538991
-0.00997734
0.00526196
0.00375808
-0.0139651
0.0114104
0.00627033
-0.0136716
0.0127429
0.00341061
-0.00789404
0.00915294
-0.000848183
0.00161073
0.0051972
-0.00286708
0.00433202
0.00334942
-0.00308841
0.00157082
0.00294516
-0.00304202
-0.00106485
0.00221117
-0.00315274
-0.00141447
0.00152982
-0.00271631
-0.00219603
0.00128869
-0.00176133
-0.0020703
0.000997279
-0.00176569
-0.00142405
0.000668788
-0.00172191
-0.00116776
0.000314521
-0.00249877
-0.00102102
-0.000263983
-0.00386704
-0.000835731
-0.000872019
-0.00750002
-0.000722628
-0.0010944
-0.0113354
-0.000548135
-0.0120281
-0.000406167
5.73705e-05
9.23913e-05
-0.000370264
0.00022354
0.00130206
-0.000508991
0.000475199
0.00240467
-0.000636822
0.000738708
0.00331679
-0.000736458
0.00101325
0.0038123
-0.000815559
0.00127657
0.00396384
-0.000834478
0.00154295
0.00385113
-0.000812576
0.00177498
0.00353144
-0.000708909
0.00212962
0.00328567
-0.000606619
0.00290269
0.00295727
-0.000715403
0.00368274
0.00227852
-0.000766067
0.00299857
0.000480679
0.00046286
0.00107459
-0.000375667
0.0034387
-0.000416876
-0.000159646
0.00315311
-0.000769258
0.00231866
-0.00197385
-0.00185728
0.00322805
-0.00065947
-0.00319866
0.00317172
0.00495574
-0.00507482
0.00072538
0.00565817
-0.00729601
-0.00541819
-0.000370151
-0.00818861
-0.00688895
-0.00955806
-0.0085008
-0.0040803
-0.0165947
-0.00951706
-0.00505319
-0.0166001
-0.00531636
-0.00176968
-0.0164646
0.00170615
0.00439774
-0.0185617
0.00725586
0.00698675
-0.0170838
0.00923855
0.00446355
-0.0101572
0.00735021
0.00148811
-0.0040533
0.00510631
-0.000173781
-0.00309117
0.00396785
-0.00025364
-0.00411316
0.00356838
-0.000406604
-0.00437842
0.00302523
-0.000737497
-0.003493
0.00241446
-0.00088642
-0.00239001
0.00183718
-0.000690651
-0.00128409
0.00133764
-0.00100667
-0.000870888
0.00092638
-0.00104081
-0.000881048
0.000510124
-0.00186053
-0.00085948
-0.00012773
-0.0031391
-0.00072404
-0.000861257
-0.00676542
-0.000639405
-0.00121854
-0.0110172
-0.000483849
-0.0132533
-0.000349497
1.71487e-06
0.000106154
-0.000343299
0.000138234
0.00117806
-0.000476977
0.000362027
0.00219257
-0.000589684
0.000647294
0.00304723
-0.000675739
0.000954316
0.00353073
-0.000739265
0.00127092
0.00369604
-0.000746039
0.00158666
0.00360824
-0.000716903
0.00191319
0.00329852
-0.000613315
0.00227334
0.00299509
-0.000438496
0.00270757
0.00258273
-0.000241394
0.00310788
0.00205395
-0.000142013
0.00276052
0.00112015
0.000110699
0.00176166
0.000421573
0.000957145
0.000671484
0.00040298
0.00101622
0.00068714
0.00179512
5.42632e-05
0.000993888
0.00247319
0.000510745
0.000424619
0.00173417
0.00486497
-0.00117742
0.00027101
0.00614532
-0.00355858
-0.00106628
-0.000203525
-0.00297405
-0.000721222
-0.0101077
-0.000793369
0.00189005
-0.0160181
-0.00135992
0.00338795
-0.0173796
-0.00146577
0.00405189
-0.0149524
0.00192257
0.00585523
-0.0140919
0.00542431
0.0084845
-0.0137722
0.00668848
0.00723954
-0.0103425
0.00601886
0.00451874
-0.0063452
0.00478565
0.00260765
-0.004374
0.00397364
0.00218281
-0.00402462
0.00369938
0.00155454
-0.00376096
0.00332736
0.000886247
-0.00277562
0.00278974
0.000214356
-0.0015385
0.00214491
-2.18429e-05
-0.000554459
0.00161035
-0.000483925
-0.000392681
0.00118589
-0.000524387
-0.000556932
0.000764874
-0.0013286
-0.000625388
6.09273e-05
-0.00241519
-0.000592869
-0.000800441
-0.00594719
-0.000510602
-0.00130502
-0.0105843
-0.000405069
-0.0146012
-0.000274147
-2.40368e-05
0.000132649
-0.000324907
2.30643e-05
0.00112873
-0.000456679
0.000213189
0.0019991
-0.00055468
0.0004632
0.00279427
-0.000620727
0.000783729
0.00321553
-0.000684866
0.00114639
0.0033546
-0.000668282
0.00150606
0.0032912
-0.000651557
0.00187373
0.0029952
-0.000557376
0.00223872
0.00270566
-0.000436855
0.00257294
0.00232558
-0.000274761
0.00282322
0.00189564
-8.23094e-05
0.00271548
0.0013676
4.90609e-05
0.00226992
0.000904287
0.000420488
0.00179341
0.000886012
0.000392655
0.00192941
0.00146902
0.00038147
0.00249873
0.0019309
0.000307753
0.00268437
0.00189013
0.00135746
0.00181239
0.00174171
0.0027158
-0.000639067
0.00170305
0.00275238
-0.00177557
0.00162523
2.55045e-05
0.000858451
0.00223891
-0.00364322
0.00264487
0.00397238
-0.00419624
0.00198632
0.00536961
-0.00356426
0.00233543
0.00557015
-0.00313913
0.00402875
0.00697006
-0.00296391
0.00469908
0.00663966
-0.00213651
0.00403926
0.00476616
-0.000371085
0.00336676
0.00304747
-0.000345858
0.00312879
0.00262653
-0.00106719
0.00317576
0.0021425
-0.00165011
0.00308701
0.00156799
-0.00148446
0.00280835
0.000841168
-0.000986754
0.00238087
0.00049302
-0.000490221
0.00196331
-3.68621e-05
-0.000342033
0.00160409
-9.91438e-05
-0.000395369
0.00118649
-0.00086911
-0.000443022
0.000467267
-0.00172027
-0.000430234
-0.00058937
-0.00497783
-0.000408225
-0.00118898
-0.010088
-0.000311487
-0.0158665
-0.000201385
-0.000198057
0.000323583
-0.000305828
-0.000219186
0.00113614
-0.000450014
-0.000101487
0.00186381
-0.0005423
0.000223041
0.00245262
-0.000587137
0.000590963
0.00283508
-0.0006401
0.00104211
0.00290384
-0.000624802
0.00146569
0.00288471
-0.000610039
0.00187037
0.00262708
-0.000524776
0.00225693
0.00237532
-0.000430306
0.00257921
0.00207419
-0.000307055
0.00282111
0.00175361
-0.000166063
0.00287867
0.00140669
-9.07752e-06
0.00273976
0.00112658
0.000167853
0.00258993
0.00108699
0.000273831
0.00274341
0.00134757
0.000351406
0.00318813
0.00160539
0.000491088
0.00368668
0.00167903
0.00102045
0.00409612
0.00167536
0.00217409
0.00326923
0.00125275
0.00516328
0.0011648
0.000282184
0.00843601
0.00141312
0.000471904
0.00650564
0.00283437
0.00252938
0.00398041
0.00261922
0.00414032
0.00394854
0.00208691
0.00392221
0.003888
0.00268976
0.0043211
0.00360352
0.00316489
0.00407529
0.00353239
0.00287827
0.00318438
0.00336326
0.00260799
0.00233005
0.00197568
0.00269633
0.00212129
0.000810957
0.00285175
0.00181779
0.000207062
0.00290445
0.00156424
-0.000211496
0.00283785
0.00102656
-0.000315048
0.00262061
0.000763289
-0.000212997
0.00234496
0.000270269
-0.000185685
0.00213606
0.000128771
-0.000221755
0.00179372
-0.000543326
-0.000249791
0.00126105
-0.00124142
-0.00030048
0.000128689
-0.00396625
-0.000285415
-0.000694947
-0.00938097
-0.000253596
-0.0166566
-0.000147381
-0.000105449
0.000411254
-0.00031288
-0.000353842
0.0013578
-0.000445936
-0.000400699
0.00187985
-0.000539684
-0.000181729
0.00220118
-0.000568523
0.000221515
0.00240099
-0.000620556
0.000753416
0.00235569
-0.000581493
0.00128531
0.0023465
-0.000586071
0.00177017
0.00215157
-0.000502559
0.00221851
0.00195715
-0.000428638
0.0025932
0.00174496
-0.000322872
0.00288044
0.0015274
-0.000199558
0.00306378
0.00130929
-6.32092e-05
0.00311274
0.00113888
0.000118689
0.00315747
0.00109644
0.000258813
0.00336039
0.00120163
0.000426401
0.003726
0.00132308
0.000667405
0.00416813
0.00134941
0.00117757
0.00473786
0.00124276
0.00193217
0.00460979
0.000853561
0.00382951
0.00281551
8.6775e-05
0.0070313
0.00142619
0.000130218
0.0072119
0.00185354
0.00153699
0.00469403
0.00238192
0.00242535
0.00460988
0.00223009
0.00225094
0.00494786
0.00244807
0.0023665
0.00428444
0.002839
0.00207374
0.00379756
0.00281439
0.00175603
0.00336122
0.00284273
0.00148722
0.00213223
0.00304037
0.00148768
0.00127595
0.00319649
0.00130893
0.000887527
0.00330126
0.00129284
0.000439784
0.00332774
0.000942287
0.000166123
0.00325524
0.000796216
8.23851e-05
0.00314298
0.000347951
2.56234e-05
0.00307017
0.00017799
-4.59351e-05
0.00291667
-0.00041938
-0.000106833
0.00258874
-0.000980852
-0.000171334
0.00148564
-0.00297926
-0.000197724
0.000378408
-0.00841787
-0.000181206
-0.0163973
-0.000105831
-0.000865745
0.00125518
-0.0003307
-0.000994128
0.00144872
-0.000495423
-0.000938431
0.00178056
-0.000556723
-0.000628586
0.00184551
-0.000575146
-8.21499e-05
0.00180704
-0.000614204
0.000498905
0.00174106
-0.000575729
0.00113616
0.00168198
-0.000582409
0.0016896
0.00158524
-0.000510136
0.00219563
0.00145529
-0.000449861
0.00262156
0.00133722
-0.00035931
0.00297208
0.0012079
-0.000252971
0.00324957
0.00108074
-0.000129218
0.00345733
0.000974953
3.28767e-05
0.00365437
0.00093183
0.000201257
0.00391409
0.00097675
0.000393465
0.00423716
0.0010326
0.000661101
0.00457763
0.00104069
0.00106423
0.00485216
0.000955455
0.00166676
0.00472675
0.000788212
0.00255472
0.00383364
0.000377698
0.0039603
0.00287814
0.000296873
0.00450016
0.00285708
0.000924096
0.00365742
0.00323873
0.00130561
0.00347279
0.00336004
0.00111021
0.00373724
0.00353701
0.00117999
0.00337179
0.00380037
0.000953779
0.00284851
0.00390674
0.000873611
0.00247971
0.00406126
0.000810275
0.00179611
0.00427448
0.00088935
0.00133669
0.00444412
0.000834436
0.000999393
0.00460771
0.000955343
0.000616553
0.00468405
0.000762132
0.000372894
0.00472514
0.00067388
0.000222893
0.00470905
0.000310856
0.000124616
0.00469752
0.000144409
2.70922e-05
0.00459113
-0.000351515
-3.02144e-05
0.0044376
-0.000883766
-9.50069e-05
0.00359473
-0.00224526
-0.000128137
0.00205371
-0.00702171
-0.000131395
-0.0144761
-5.58879e-05
-0.00195896
0.00315986
-0.000481041
-0.00213496
0.00155469
-0.000616503
-0.00191436
0.00149023
-0.000609453
-0.00123462
0.0010973
-0.000596452
-0.000428435
0.000933708
-0.000618209
0.000419211
0.000837364
-0.000580489
0.00123536
0.000816323
-0.000586705
0.00200169
0.000780585
-0.000528722
0.00268956
0.000743484
-0.000481515
0.00330908
0.000703348
-0.000403774
0.0038607
0.000653173
-0.000309338
0.00434561
0.000599881
-0.000191666
0.00477918
0.000558588
-4.36134e-05
0.00518605
0.000529488
0.000129689
0.00561597
0.000541634
0.000336064
0.00606226
0.000567581
0.000595471
0.00648366
0.000588255
0.000934994
0.00684063
0.000543648
0.0013558
0.00696567
0.000509764
0.00190143
0.00668108
0.000335493
0.00261586
0.00633033
0.00025236
0.00292452
0.00641062
0.000423945
0.00272134
0.00669663
0.000530285
0.00269483
0.00682827
0.000369593
0.00277245
0.00699665
0.000392041
0.00261439
0.00712885
0.000261355
0.00233071
0.00724842
0.000252836
0.00202979
0.00740037
0.000282049
0.00158607
0.00762927
0.000356085
0.00124688
0.00784019
0.000376762
0.000947629
0.00813784
0.000486569
0.000639533
0.00833558
0.000439406
0.000409887
0.00853101
0.000387089
0.000243067
0.0085811
0.000194179
0.000140579
0.00863203
3.87388e-05
5.58182e-05
0.00850645
-0.000278347
9.73079e-07
0.00829998
-0.000729091
-5.01397e-05
0.00766169
-0.0016785
-8.13336e-05
0.00504445
-0.00450824
-8.22968e-05
-0.00954937
-1.92262e-05
0.00312739
-0.000327453
0.00464146
-0.000375031
0.00608847
-0.00039437
0.00714113
-0.000386301
0.00803049
-0.00039958
0.00882608
-0.000378489
0.00960425
-0.000382976
0.0103504
-0.000354375
0.0110657
-0.000327221
0.0117486
-0.000275645
0.0123872
-0.000207771
0.0129786
-0.000114255
0.0135194
3.08941e-05
0.0140241
0.000186849
0.0145285
0.000387494
0.0150437
0.000634087
0.0155647
0.000927677
0.0160182
0.00129635
0.0163615
0.00174046
0.0164256
0.00225316
0.0163395
0.00253293
0.0164096
0.0024587
0.0165393
0.00246627
0.0164445
0.00247548
0.0163522
0.00236347
0.0161463
0.00218528
0.0159674
0.00194702
0.0158965
0.00160242
0.0159683
0.0013004
0.016109
0.00102942
0.0164147
0.000747339
0.0167194
0.000520803
0.016994
0.000341463
0.0170997
0.000221069
0.0170742
0.000114449
0.0167422
6.02228e-05
0.0159626
7.50259e-06
0.0142235
-1.49795e-05
0.00964147
-2.27102e-05
1.72735e-06
1.86314e-05
-8.8322e-06
-5.84842e-05
6.27345e-05
-3.23506e-05
-7.25529e-05
0.000109661
-3.47914e-05
-7.97204e-05
0.000143557
-2.34588e-05
-8.38925e-05
0.000168988
-1.28509e-05
-8.64756e-05
0.00018466
-1.20913e-06
-8.84744e-05
0.000191552
7.31637e-06
-8.79456e-05
0.000194694
1.45275e-05
-8.62187e-05
0.000201287
1.57783e-05
-7.99195e-05
0.00020862
1.47107e-05
-7.36612e-05
0.000211686
1.17805e-05
-6.36403e-05
0.000184704
3.40878e-05
-5.52627e-05
0.00012443
6.3686e-05
-4.0102e-05
3.30781e-05
9.63508e-05
-2.37696e-05
-8.93335e-05
0.000130956
-7.81179e-06
-0.00022691
0.000154269
7.51574e-06
-0.000379745
0.000181062
2.26409e-05
-0.000556581
0.000219559
3.61835e-05
-0.000824037
0.000312846
4.76218e-05
-0.00116247
0.00040137
6.03691e-05
-0.00154568
0.000452503
6.96194e-05
-0.00182716
0.000381732
7.21632e-05
-0.00204487
0.000336859
7.33871e-05
-0.00211841
0.000223897
7.18345e-05
-0.00205567
0.000120961
6.757e-05
-0.00185522
9.1334e-06
6.49896e-05
-0.00153487
-8.67239e-05
5.46217e-05
-0.00112688
-0.000161883
4.95304e-05
-0.000657905
-0.000210312
3.65865e-05
-0.000145597
-0.000263625
2.65624e-05
0.000359314
-0.000262843
1.68347e-05
0.000693383
-0.000137512
9.77646e-06
0.000906061
-5.03071e-05
2.69665e-06
0.000929024
8.01578e-05
5.65307e-07
0.000795347
0.000195625
2.99923e-06
0.000581006
0.000232842
7.47787e-07
0.000365512
0.000214031
-3.98407e-06
0.00018534
0.00016385
-7.23199e-06
5.74577e-05
0.00010573
2.21642e-06
3.76942e-05
2.75468e-05
5.28456e-05
-4.81125e-05
-7.21459e-05
0.00013951
-0.000101198
-0.000103891
0.000220969
-9.73875e-05
-0.000123527
0.000268172
-5.29975e-05
-0.000140207
0.000282905
-6.16933e-06
-0.000153236
0.000260808
4.32225e-05
-0.000164325
0.00020311
8.56869e-05
-0.000174081
0.000133984
0.00010506
-0.000177333
2.11922e-05
0.00015062
-0.000181765
-0.000169373
0.000222187
-0.00016821
-0.000443614
0.000304035
-0.000154142
-0.000770032
0.000381398
-0.000136527
-0.00113992
0.000457244
-0.000119048
-0.00153451
0.000521174
-0.000102952
-0.0019423
0.000579923
-8.84285e-05
-0.00233328
0.000604358
-7.40336e-05
-0.00270366
0.000629005
-6.23423e-05
-0.00302803
0.00064131
-5.58326e-05
-0.0033037
0.000699867
-4.72405e-05
-0.00350366
0.000718101
-4.10416e-05
-0.00365958
0.000728379
-3.30042e-05
-0.00373201
0.000585508
-3.87734e-05
-0.00371051
0.000448832
-3.73493e-05
-0.00356546
0.00022222
-3.51736e-05
-0.003317
2.53424e-05
-4.34565e-05
-0.00294521
-0.000196056
-5.01289e-05
-0.0024781
-0.000378993
-5.97832e-05
-0.00191605
-0.000546811
-7.35657e-05
-0.00127138
-0.000677081
-8.82228e-05
-0.000626271
-0.000741313
-0.00010263
2.95392e-05
-0.000751123
-0.000126898
0.000650243
-0.000632549
-0.000136475
0.00112316
-0.00040595
-0.000164224
0.00135037
-6.58145e-05
-0.000159777
0.00133941
0.00023703
-0.000154709
0.00114074
0.000441707
-0.000138718
0.000831392
0.000508768
-0.000127542
0.000486292
0.000477947
-0.00011436
0.000186702
0.000369468
-7.85932e-05
0.000194309
-6.62023e-06
6.26047e-05
-9.30707e-05
-7.95169e-05
0.000154238
-0.000169298
-0.000122758
0.000224586
-0.000143439
-0.000153822
0.000253601
-6.0019e-05
-0.000179634
0.00022231
5.0866e-05
-0.000201181
0.000130466
0.000164147
-0.000220247
-2.27147e-05
0.000268732
-0.000233599
-0.000253542
0.000371206
-0.000242764
-0.000570061
0.00050151
-0.000233558
-0.000947854
0.000631099
-0.000215939
-0.00139326
0.000774649
-0.000196055
-0.00189968
0.00090643
-0.000175957
-0.00243198
0.00100678
-0.000157817
-0.00295871
0.00106611
-0.000144905
-0.00344355
0.00108803
-0.000129623
-0.00387357
0.00106429
-0.000115627
-0.00424973
0.00104035
-9.92214e-05
-0.00456018
0.000992476
-8.57695e-05
-0.00480799
0.000981641
-6.83321e-05
-0.00493095
0.000860879
-5.0255e-05
-0.00495957
0.000759952
-2.76476e-05
-0.00489945
0.000523836
-1.44243e-05
-0.00474305
0.000279232
6.47433e-06
-0.00452143
-4.24817e-06
1.45339e-05
-0.00421502
-0.000283265
1.88033e-05
-0.00383493
-0.000576572
1.64062e-05
-0.00337951
-0.00083828
7.17087e-06
-0.00284297
-0.00108509
-6.80087e-07
-0.00222237
-0.00129352
-2.63412e-05
-0.00154733
-0.00141545
-5.14553e-05
-0.000848201
-0.00144498
-8.37197e-05
-0.000186449
-0.00128493
-0.000127885
0.000422525
-0.00102799
-0.000156502
0.000857676
-0.000520479
-0.00019996
0.00108403
4.17297e-07
-0.00021049
0.00102563
0.000465588
-0.00021449
0.000822765
0.000671675
-0.000200879
0.000511268
0.000739201
-0.000182944
0.000204834
0.000625242
-0.000127485
0.000363112
-2.21637e-05
5.99522e-05
-0.000128652
-8.63088e-05
0.000132327
-0.000208853
-0.000143448
0.000166118
-0.000143488
-0.000185669
0.000128217
8.38353e-06
-0.000227852
1.36198e-05
0.000203642
-0.000250815
-0.00018141
0.000393548
-0.000277413
-0.000471404
0.000595152
-0.000284904
-0.000860046
0.000792696
-0.000282743
-0.00133954
0.00100287
-0.000258579
-0.00189154
0.00119353
-0.000228425
-0.0024759
0.0013591
-0.000200426
-0.00305556
0.00147595
-0.000178527
-0.0036134
0.00154228
-0.000159826
-0.00411364
0.00153775
-0.000137647
-0.00454925
0.00148852
-0.000113795
-0.00491945
0.00139185
-8.80511e-05
-0.00522454
0.00129488
-5.81546e-05
-0.00545742
0.00115944
-2.23994e-05
-0.00561157
0.00105543
1.71425e-05
-0.00565091
0.00080797
4.68116e-05
-0.0056272
0.000636194
8.19223e-05
-0.00552321
0.000307396
0.000111838
-0.00537799
2.86793e-05
0.0001219
-0.00517718
-0.000304474
0.000132033
-0.00493106
-0.00062215
0.000128979
-0.00462865
-0.000978071
0.00012071
-0.00424288
-0.00131551
0.000107442
-0.00377517
-0.00163654
8.91709e-05
-0.0032406
-0.00190317
6.7118e-05
-0.00263518
-0.00208659
3.63874e-05
-0.0019734
-0.00215742
-1.19926e-05
-0.00125309
-0.00205417
-5.8254e-05
-0.000585189
-0.00174151
-0.000114211
-1.76852e-05
-0.00113953
-0.000170241
0.000392277
-0.00047326
-0.000220768
0.000575199
0.000215882
-0.000242834
0.000538351
0.000642658
-0.000243362
0.000361559
0.000848235
-0.000221457
0.00014549
0.000778574
-0.000153603
0.000469497
-2.51103e-05
4.24571e-05
-0.000138625
-9.54519e-05
6.64012e-05
-0.000188825
-0.000168876
3.82971e-05
-7.04802e-05
-0.000230074
-8.80774e-05
0.000174602
-0.000270144
-0.000300944
0.000454517
-0.000306902
-0.000633553
0.00076344
-0.000320326
-0.00106377
0.00105526
-0.000315428
-0.00158841
0.0013332
-0.000290558
-0.00217053
0.00158388
-0.000250116
-0.00276953
0.00177138
-0.000216734
-0.00336918
0.00191571
-0.000189036
-0.00393716
0.00198353
-0.00016266
-0.00442879
0.00196416
-0.000127764
-0.00483711
0.0018625
-9.37658e-05
-0.005166
0.00172441
-5.69282e-05
-0.00541258
0.00154262
-2.27414e-05
-0.00559746
0.0013785
2.46675e-05
-0.00573052
0.00118896
7.54753e-05
-0.00579897
0.0010218
0.000133505
-0.00578683
0.000692449
0.000173835
-0.00572969
0.000477464
0.000217015
-0.00562426
0.000103715
0.000248332
-0.00549189
-0.00019616
0.000254276
-0.00536436
-0.000525847
0.000257513
-0.00522795
-0.000860541
0.000246439
-0.00504888
-0.00125209
0.000230585
-0.00479205
-0.00165892
0.000209075
-0.00444605
-0.00206135
0.00018213
-0.00400685
-0.00241183
0.000147717
-0.00349601
-0.0026593
0.000112741
-0.00292282
-0.0027804
7.20925e-05
-0.00227518
-0.00273737
1.10511e-05
-0.00153439
-0.00252408
-4.51124e-05
-0.000825542
-0.00188916
-0.000106235
-0.000282448
-0.00106132
-0.000181934
7.79082e-05
-0.00018716
-0.000240497
0.000188545
0.000462298
-0.00025276
0.000154413
0.0008176
-0.000227952
6.24918e-05
0.000810258
-0.000150719
0.000494581
-1.40593e-05
8.04793e-06
-0.000103627
-0.000110098
-2.87717e-05
-9.30841e-05
-0.000209169
-0.000141234
0.000103951
-0.000279618
-0.000373916
0.000454947
-0.000333783
-0.000711581
0.000835555
-0.000356196
-0.00115427
0.00123493
-0.000352044
-0.00168181
0.00159096
-0.000318617
-0.00226892
0.00190686
-0.000274071
-0.00286963
0.00214079
-0.00022962
-0.00348359
0.00231471
-0.000187273
-0.00403857
0.00238939
-0.000148171
-0.0044956
0.00234653
-0.000103697
-0.00485122
0.00221585
-5.92826e-05
-0.00511161
0.00201734
-1.36885e-05
-0.00527951
0.00178921
3.19399e-05
-0.00537302
0.00154353
7.67723e-05
-0.00540853
0.00133253
0.000128837
-0.00540108
0.00110084
0.000186693
-0.00534555
0.000887863
0.000262686
-0.00526452
0.00053724
0.000308974
-0.005186
0.000336514
0.000366131
-0.00510879
-3.61951e-05
0.000388723
-0.00503526
-0.000323769
0.000394304
-0.00500816
-0.000621428
0.0003786
-0.00499083
-0.000945638
0.000365786
-0.00495601
-0.00135127
0.000343225
-0.00487904
-0.00179681
0.000314366
-0.0047246
-0.00227196
0.000279748
-0.00446033
-0.00272799
0.000240003
-0.00407761
-0.00309341
0.000198445
-0.00358485
-0.00332471
0.00015229
-0.00303852
-0.00333452
0.000102164
-0.00237043
-0.00322382
3.55041e-05
-0.00157886
-0.00271425
-3.52531e-05
-0.000862813
-0.00181733
-0.000106739
-0.000328246
-0.000767292
-0.000195486
-5.56478e-05
0.000135812
-0.000235952
3.1544e-05
0.000668034
-0.000228396
2.07196e-05
0.000764549
-0.000145839
0.000481338
-6.47508e-06
-3.51216e-05
-1.55441e-05
-0.000129552
-0.000136474
8.43552e-05
-0.00025514
-0.00035667
0.000389229
-0.000338014
-0.00068367
0.00083403
-0.000384809
-0.00112041
0.00130593
-0.000387644
-0.00163552
0.00175803
-0.000355005
-0.00220485
0.00214309
-0.000300579
-0.00281845
0.00246119
-0.000253579
-0.00340622
0.002653
-0.000187573
-0.0039253
0.0027473
-0.000142786
-0.00434977
0.00271025
-8.61864e-05
-0.00466883
0.0025563
-2.98122e-05
-0.00487171
0.00232006
2.70138e-05
-0.00496098
0.00202377
8.00428e-05
-0.00495997
0.00172188
0.000127789
-0.00488894
0.00141714
0.000170472
-0.0047694
0.00117031
0.000224919
-0.00463402
0.00093023
0.000290248
-0.00449841
0.000725936
0.000381708
-0.00441242
0.000422674
0.000432897
-0.00434277
0.000236032
0.000518294
-0.00429387
-0.000102668
0.000530341
-0.00429107
-0.000353629
0.000516425
-0.00433144
-0.000615293
0.000500476
-0.00439691
-0.000915951
0.000479761
-0.00447822
-0.00130321
0.000452377
-0.00455662
-0.00174972
0.000415673
-0.00459881
-0.00225936
0.000374138
-0.00456016
-0.00279622
0.000325048
-0.00438569
-0.00329849
0.000275403
-0.0040485
-0.00369489
0.00022543
-0.00355145
-0.00387131
0.000174876
-0.00297923
-0.00384492
0.000122403
-0.00220065
-0.00352843
5.71952e-05
-0.00134384
-0.00270471
-1.8846e-05
-0.000626861
-0.00151466
-9.97885e-05
-0.000202128
-0.000332347
-0.000187363
-4.1281e-05
0.000464614
-0.000198039
4.6174e-06
0.000673798
-0.00011982
0.000459816
1.55179e-05
-8.43436e-05
0.00013529
-0.000165302
-0.000271819
0.000357392
-0.000312306
-0.000576599
0.000767087
-0.000399025
-0.000981788
0.00128472
-0.000426977
-0.00146697
0.00180743
-0.000401238
-0.00202555
0.00230172
-0.000343023
-0.00263502
0.00269294
-0.000282806
-0.00318202
0.00293939
-0.000206343
-0.0036694
0.00304528
-0.000143398
-0.00408431
0.0030534
-7.40579e-05
-0.00437916
0.00289943
-1.4859e-07
-0.00453629
0.00262323
7.48067e-05
-0.00457602
0.00228583
0.000152363
-0.00452276
0.00191628
0.000211423
-0.00439164
0.00155938
0.000254633
-0.00420312
0.00121874
0.000280538
-0.00397913
0.000952926
0.000321286
-0.00375603
0.000718185
0.00038073
-0.00357206
0.000552323
0.000484414
-0.0034971
0.000333839
0.000568361
-0.00343925
0.000178808
0.000647497
-0.00342789
-0.000122759
0.000646216
-0.00346019
-0.000331833
0.000626413
-0.00352977
-0.000564509
0.000605363
-0.00363682
-0.000827582
0.000580549
-0.0037859
-0.00117244
0.000550505
-0.00396261
-0.00158929
0.000510994
-0.00414813
-0.00208829
0.000465889
-0.00430056
-0.00265676
0.00041122
-0.00436366
-0.00325084
0.000354481
-0.00426533
-0.00381208
0.000294292
-0.00394462
-0.00421689
0.000238913
-0.00344998
-0.00437226
0.000185249
-0.00277598
-0.00425073
0.000133657
-0.00186646
-0.00365323
6.50721e-05
-0.000969031
-0.00244816
-1.15171e-05
-0.000316642
-0.00102001
-9.21084e-05
-4.74385e-05
0.000151843
-0.000151714
3.22619e-05
0.000551826
-9.80131e-05
0.000465328
2.6774e-05
-0.000142671
0.000356937
-0.00019788
-0.000398472
0.000709491
-0.000369454
-0.000763451
0.00120569
-0.000453923
-0.00122374
0.00178107
-0.000458818
-0.0017623
0.00234645
-0.000403654
-0.00234116
0.00283872
-0.000332552
-0.00285301
0.00314694
-0.000245912
-0.00331973
0.00331303
-0.000164737
-0.00375073
0.00336973
-7.21411e-05
-0.00403533
0.0032377
1.33215e-05
-0.00416609
0.0029479
0.00011467
-0.00418654
0.00258309
0.00021466
-0.00411494
0.00217164
0.000303744
-0.00397752
0.00175576
0.000359892
-0.00378129
0.00136692
0.000380451
-0.00352523
0.000994158
0.00036523
-0.00322618
0.000710864
0.000366399
-0.00293432
0.000486975
0.000403802
-0.0027042
0.000361442
0.000538874
-0.00265514
0.000295491
0.000654522
-0.00265557
0.000181421
0.000752451
-0.00265927
-0.000124399
0.000742291
-0.00270329
-0.000297738
0.000717382
-0.00278054
-0.000500464
0.000693374
-0.00289784
-0.000723126
0.000664456
-0.00306603
-0.00101536
0.000633823
-0.00327749
-0.00138548
0.000591922
-0.00352672
-0.00184268
0.000547175
-0.00378625
-0.00239787
0.000491472
-0.00401007
-0.00302605
0.000433251
-0.00413022
-0.00369334
0.000369106
-0.00405747
-0.00429755
0.000307499
-0.00372679
-0.00471957
0.000248139
-0.00318189
-0.00482125
0.000198716
-0.00236747
-0.00450779
0.000150135
-0.00134118
-0.00351297
8.3828e-05
-0.000507
-0.00188703
3.18068e-06
-5.08964e-05
-0.000343085
-7.19619e-05
2.78076e-05
0.000446579
-5.29403e-05
0.000472594
5.92456e-05
-0.000185555
0.000626724
-0.000242369
-0.000493866
0.00111625
-0.000424993
-0.000899318
0.00167855
-0.000497664
-0.00137573
0.00228089
-0.000475404
-0.001914
0.00286425
-0.000401689
-0.00241811
0.00329279
-0.000311108
-0.00289662
0.00354835
-0.000212593
-0.00334214
0.00366718
-0.000105281
-0.0036428
0.00357876
6.10397e-06
-0.0037805
0.00330483
0.000126335
-0.00380799
0.00292476
0.000257712
-0.00374807
0.00248422
0.000385384
-0.00363475
0.0020331
0.00047909
-0.00347865
0.00158899
0.000522514
-0.00325872
0.00117033
0.000497493
-0.00295369
0.000755007
0.000413197
-0.00256042
0.000426261
0.000349251
-0.00219368
0.000218979
0.000382865
-0.00191307
0.000134308
0.000569162
-0.00193768
0.00030268
0.000771744
-0.00202326
0.000234237
0.000900792
-0.00202744
-0.000139582
0.000835121
-0.00206598
-0.000279959
0.000804567
-0.00214319
-0.000444701
0.000776416
-0.00225632
-0.000627717
0.000742593
-0.00242425
-0.000862451
0.000712517
-0.00263662
-0.00118279
0.000667988
-0.00289919
-0.00158388
0.000622943
-0.00319766
-0.00209721
0.00056553
-0.00350536
-0.00271195
0.000506059
-0.00376654
-0.0034247
0.000439347
-0.00389671
-0.00416318
0.000373849
-0.00380259
-0.00481856
0.000309033
-0.00342239
-0.005217
0.000252767
-0.00277364
-0.00518395
0.000204896
-0.00181811
-0.00450472
0.000160552
-0.000806917
-0.00294139
9.19362e-05
-0.000124707
-0.00105434
1.21248e-05
1.15231e-05
0.000274139
-1.59443e-05
0.000457348
8.94096e-05
-0.000204944
0.000920468
-0.000280374
-0.000535381
0.00154593
-0.000474771
-0.000951
0.0021563
-0.000534372
-0.0014427
0.00278426
-0.000488864
-0.00195426
0.00334584
-0.000399769
-0.00243752
0.00372266
-0.000292423
-0.0028838
0.00392617
-0.000175799
-0.00320916
0.00391985
-4.02792e-05
-0.00337593
0.00369501
0.000105284
-0.00342656
0.00331836
0.000255516
-0.00339669
0.00286908
0.000424895
-0.00332194
0.00238241
0.000569263
-0.00321115
0.00188834
0.000675496
-0.00306523
0.00140233
0.000717407
-0.00284924
0.000933947
0.000670016
-0.00251231
0.000420639
0.000536852
-0.00203783
-4.74483e-05
0.000456396
-0.00151662
-0.000331273
0.000476562
-0.00117836
-0.000274361
0.000662186
-0.0013235
0.000304031
0.00104875
-0.00156457
0.000355036
0.0011506
-0.00155697
-0.000193252
0.000944072
-0.00155027
-0.000318571
0.000887644
-0.00162318
-0.000407394
0.000865388
-0.00172763
-0.000550402
0.000825141
-0.00188889
-0.00072368
0.000798114
-0.00208824
-0.000998402
0.000749056
-0.00233655
-0.00134256
0.000702935
-0.00262879
-0.00180425
0.000642325
-0.00295628
-0.00237623
0.000580882
-0.00328489
-0.00308379
0.000511233
-0.00354742
-0.00388853
0.000441896
-0.00364533
-0.0047146
0.000372384
-0.00347524
-0.00539193
0.000310879
-0.00299007
-0.00568583
0.000259245
-0.00218537
-0.0053366
0.000219503
-0.00110847
-0.00404721
0.000176184
-0.000288591
-0.0019075
0.000114193
6.47237e-06
-4.77852e-05
6.58613e-05
0.0004505
0.00013741
-0.000206217
0.00121561
-0.000317915
-0.00053702
0.00197303
-0.000521547
-0.000955498
0.00263087
-0.000568713
-0.00143943
0.0032729
-0.000509136
-0.00191657
0.00379174
-0.000402379
-0.00235477
0.0041158
-0.000281683
-0.0027125
0.00422683
-0.000133335
-0.00293094
0.00410267
4.16913e-05
-0.00302206
0.00376608
0.000210117
-0.00303781
0.00332949
0.000410147
-0.00301931
0.00283665
0.0006107
-0.00297283
0.0022863
0.000790959
-0.00289573
0.00171038
0.000931051
-0.00279066
0.00113041
0.0010238
-0.00258717
0.000553229
0.000971196
-0.00215646
-0.000111337
0.000697893
-0.00153116
-0.000583225
0.000295882
-0.000960488
-0.000783818
0.000128096
-0.000719646
-0.000567484
0.000564147
-0.00104684
0.000383778
0.00134766
-0.00134094
0.000442528
0.0014883
-0.0012046
-0.000359576
0.000979752
-0.00110349
-0.000445939
0.000919042
-0.0011805
-0.000380837
0.000947052
-0.00128979
-0.000481573
0.00091038
-0.00145489
-0.000592416
0.000893841
-0.00164732
-0.000830671
0.00084106
-0.00187612
-0.00112831
0.000792193
-0.00214438
-0.00154144
0.000725253
-0.00245543
-0.00206109
0.000658451
-0.00279679
-0.00273182
0.000583248
-0.00312498
-0.00354639
0.000508292
-0.003359
-0.00447062
0.000432122
-0.00338289
-0.00536725
0.000364069
-0.00308337
-0.00599758
0.000305904
-0.00243278
-0.00601017
0.000262998
-0.00144613
-0.00506321
0.000228975
-0.000479904
-0.00289808
0.000181755
-6.28117e-06
-0.00055731
0.000130502
0.000425124
0.000172436
-0.000186974
0.00149299
-0.000350493
-0.000499991
0.00238139
-0.000559667
-0.000908967
0.0030947
-0.000597931
-0.00135304
0.00372397
-0.000527541
-0.00178527
0.00420266
-0.00040147
-0.00216671
0.00446984
-0.000265853
-0.00243887
0.00447851
-7.07651e-05
-0.00258901
0.00425096
0.000123516
-0.00265733
0.00386411
0.000330259
-0.00270364
0.00340613
0.000562208
-0.00274567
0.00287492
0.000792567
-0.00276283
0.00222416
0.000995687
-0.00272779
0.00148917
0.00117422
-0.0026264
0.000740246
0.001279
-0.00230196
0.000139569
0.000894061
-0.00154404
-0.000344458
-0.000334271
-0.000961063
-0.000477548
-0.00107536
-0.000855764
-0.000571532
-0.000820863
-0.000999048
-0.000583739
0.000252514
-0.00128758
0.000285365
0.00179338
-0.00124018
0.000206343
0.00181799
-0.000846846
-0.000736995
0.000945388
-0.000671724
-0.000655202
0.000919165
-0.000772446
-0.000345462
0.00104318
-0.00091748
-0.000393707
0.00101537
-0.00110261
-0.000455175
0.00101655
-0.00130373
-0.000665871
0.00095877
-0.00151789
-0.000937539
0.000904348
-0.00175724
-0.00131534
0.000827618
-0.00203263
-0.00178745
0.000751263
-0.00235018
-0.00240745
0.00066694
-0.00268883
-0.0031943
0.000582947
-0.0029927
-0.00415363
0.000498944
-0.00315572
-0.00519799
0.000422222
-0.00304518
-0.00611388
0.000358089
-0.0025566
-0.00651627
0.000309745
-0.00168971
-0.00595081
0.000278537
-0.000644754
-0.00396287
0.000243644
-2.31753e-05
-0.00118546
0.000203853
0.000395711
0.000209767
-0.000147974
0.0017322
-0.00037944
-0.000430775
0.00275828
-0.000595224
-0.000798508
0.00351937
-0.000630033
-0.00119007
0.00412923
-0.000548206
-0.00157049
0.00457954
-0.000406056
-0.00187979
0.00478332
-0.000251404
-0.00207893
0.00471284
-2.60846e-05
-0.00221123
0.00444074
0.000192373
-0.00231464
0.0040495
0.000447927
-0.00245187
0.00360195
0.000721409
-0.00262843
0.00303259
0.000995445
-0.00275452
0.00219964
0.00122691
-0.00276153
0.00122097
0.0013669
-0.00250837
0.000390533
0.00103214
-0.00163072
0.000215567
-0.00076867
-0.000675965
0.000316529
-0.00290946
-0.000584119
0.000274206
-0.0027949
-0.000972076
-0.000405486
-0.0011626
-0.00115467
-0.00112782
0.000653855
-0.000906845
-0.000436545
0.00219367
-0.000503602
-0.000331194
0.00198041
-0.000182203
-0.00116488
0.000943144
-0.000168611
-0.000834228
0.000965182
-0.000314189
-0.000308698
0.00114928
-0.000556903
-0.000255629
0.00115652
-0.000794441
-0.000289812
0.00117027
-0.00103688
-0.000478431
0.001111
-0.00125241
-0.000757585
0.00104544
-0.00147195
-0.00112045
0.000955232
-0.00171
-0.00156064
0.000863646
-0.00198945
-0.00212902
0.000764389
-0.00230669
-0.00286844
0.000665764
-0.00263322
-0.00381594
0.000569014
-0.002881
-0.0049435
0.000480285
-0.0029205
-0.00607933
0.000406135
-0.00260174
-0.00685183
0.000350523
-0.00187018
-0.006706
0.000313652
-0.000824156
-0.00502977
0.000287921
-5.47578e-05
-0.00196545
0.000250583
0.000332859
0.000252461
-9.16242e-05
0.00191879
-0.000403371
-0.000322708
0.00308658
-0.000622931
-0.000632287
0.00389352
-0.000658473
-0.000969819
0.00449774
-0.000560642
-0.00128453
0.00491789
-0.000404204
-0.0015089
0.00506113
-0.000220641
-0.00166523
0.00495752
3.89668e-05
-0.00180482
0.00471332
0.000294882
-0.00199074
0.00438249
0.000607867
-0.00229734
0.00401781
0.000926113
-0.00269081
0.00344492
0.00120121
-0.00304149
0.00243803
0.00133154
-0.00305376
0.00125742
0.000929362
-0.00220131
0.000538171
-0.000872858
-0.000803014
0.000780446
-0.00353041
-0.000259738
0.00108174
-0.00471287
-0.000393443
0.000301027
-0.00315438
-0.000375732
-0.00110224
-0.000940934
-0.000146997
-0.00200102
0.000620556
0.000514849
-0.00128422
0.00195412
0.00107017
-0.000991177
0.00188356
0.00106583
-0.00155386
0.00104285
0.000700457
-0.000866246
0.00111908
0.000251383
-5.45801e-05
0.00132614
-0.000215952
4.3126e-05
0.00136518
-0.000545513
-4.68272e-05
0.00136019
-0.000847188
-0.000241734
0.00130272
-0.0010743
-0.000576761
0.00122339
-0.00127925
-0.000951385
0.0011172
-0.00148069
-0.00138205
0.00100541
-0.00171522
-0.00190595
0.000885695
-0.00199293
-0.00258949
0.000766347
-0.0023084
-0.00349234
0.000651698
-0.002596
-0.00464887
0.000547027
-0.00273618
-0.00594226
0.000460373
-0.00255807
-0.007046
0.000393578
-0.0019549
-0.00733121
0.000352252
-0.000965122
-0.00603971
0.000324653
-8.68873e-05
-0.00284883
0.000304341
0.000245042
0.000284845
-1.74014e-05
0.00203834
-0.000423348
-0.000181177
0.00335575
-0.000652208
-0.000419548
0.00420778
-0.000684864
-0.000678663
0.00481202
-0.000580707
-0.000914787
0.00521514
-0.000404989
-0.00105807
0.00533135
-0.000181757
-0.00119781
0.00525373
0.000106715
-0.00139426
0.00512515
0.000418185
-0.00174245
0.00494409
0.000783992
-0.00237148
0.00477717
0.00117145
-0.00321586
0.00419463
0.00156075
-0.00376274
0.00281067
0.0013039
-0.00325875
0.00152527
-0.00057544
-0.00150417
0.000609193
-0.00330782
8.59153e-05
0.000211899
-0.00445716
0.000361682
0.000203717
-0.00435677
0.000307696
-0.00136204
-0.00238401
0.000743759
-0.00277278
-0.000775925
0.00114994
-0.00274542
-0.000175002
0.00199107
-0.00199031
0.000931524
0.00269712
-0.00186453
0.00146887
0.00246625
-0.00204473
0.0011404
0.00169497
-0.000703129
0.00129053
0.000893681
0.000442515
0.00152497
0.000180281
0.000548265
0.00162729
-0.000299412
0.000304193
0.00162719
-0.000704212
7.1859e-05
0.00156067
-0.000975595
-0.000362041
0.0014524
-0.0011685
-0.000810418
0.00132695
-0.0013327
-0.00125864
0.00118721
-0.00152007
-0.0017468
0.00103775
-0.0017499
-0.00237109
0.000887721
-0.0020356
-0.00320635
0.000746272
-0.00233378
-0.0043474
0.000619543
-0.00254116
-0.0057403
0.000514779
-0.00247682
-0.00712877
0.000434558
-0.00199506
-0.00783906
0.000383803
-0.00108548
-0.00697051
0.000354683
-0.000153518
-0.00378564
0.000341978
9.68525e-05
0.000322083
8.62105e-05
0.00206285
-0.000440987
1.8486e-05
0.00353454
-0.000674132
-0.000151626
0.00447368
-0.000706981
-0.000330809
0.00508151
-0.000594025
-0.00045951
0.00546241
-0.000392929
-0.000512297
0.00557311
-9.89901e-05
-0.000588813
0.00555722
0.000260754
-0.000782644
0.00560193
0.000716688
-0.00120013
0.00554449
0.00134765
-0.00218529
0.00569956
0.00219426
-0.00356985
0.00516573
0.00273184
-0.00472622
0.00459206
0.000785605
-0.00386713
0.00361452
-0.00385981
-0.00101349
0.0002839
-0.00628241
0.00166297
-0.00290208
-0.00515074
0.00236769
-0.00242763
-0.00410675
0.0022299
-0.00463321
-0.00172044
0.00218268
-0.00543856
-0.000341321
0.00248181
-0.00413825
-0.000345284
0.00349477
-0.00318082
-2.72748e-05
0.00461531
-0.00348107
0.000910634
0.00446184
-0.00297489
0.00126784
0.00313085
-0.000334732
0.00168321
0.00162732
0.00153967
0.00193474
0.000453558
0.00147861
0.00197766
-0.00017748
0.000786361
0.0019664
-0.000694933
0.000502821
0.00188001
-0.00099965
-0.00010139
0.0017302
-0.00114832
-0.000727086
0.00158878
-0.00125949
-0.00121304
0.00141403
-0.00138392
-0.00167455
0.00122299
-0.00155591
-0.00222667
0.00102918
-0.00179915
-0.00297405
0.000853165
-0.00209333
-0.00405526
0.000698875
-0.0023501
-0.00549109
0.000572593
-0.00238876
-0.00711098
0.000473577
-0.0020247
-0.00823286
0.000411249
-0.00119865
-0.00782261
0.000375117
-0.000235494
-0.00475316
0.000366137
-0.00012789
0.000349932
0.00020665
0.00197975
-0.000457492
0.000238013
0.00363276
-0.000700475
0.000175934
0.0046491
-0.000739545
0.000116121
0.00526255
-0.000615061
0.000142029
0.00562984
-0.00038323
0.000205017
0.0057826
-3.20439e-05
0.000211984
0.00587715
0.000433618
-8.73454e-05
0.00629191
0.00102421
-0.000932473
0.00659227
0.00182166
-0.0030467
0.0075793
0.00281033
-0.00594941
0.00742114
0.00261383
-0.00727225
0.00686751
-0.00193828
-0.00599662
0.00510786
-0.0074209
-0.0033502
-0.000432379
-0.00991121
0.000816224
-0.00735049
-0.00826155
0.00385087
-0.00602693
-0.00737949
0.0053352
-0.00992389
-0.00363517
0.00462513
-0.00909986
-0.000284276
0.00402791
-0.00554981
0.000424573
0.00521019
-0.00497708
-0.000797815
0.00741388
-0.00624462
-4.66048e-05
0.00744051
-0.00438972
0.00122369
0.00485997
0.000985565
0.00188865
0.00222371
0.00365005
0.00217985
0.000568826
0.00282083
0.00255253
-0.000216595
0.00140638
0.00247808
-0.000859498
0.00110549
0.00233327
-0.00116795
0.000158877
0.00211764
-0.00121344
-0.000785412
0.00193589
-0.00123825
-0.0012916
0.00170423
-0.0012844
-0.0017174
0.00145824
-0.00138
-0.00218839
0.00120282
-0.00156028
-0.00281977
0.000971598
-0.00182864
-0.00379802
0.000779925
-0.00212455
-0.00520556
0.000624655
-0.00226885
-0.0069905
0.00050733
-0.00204143
-0.00849521
0.000429063
-0.00131952
-0.00857598
0.000387272
-0.000340806
-0.00573879
0.000377572
-0.000452318
0.000372495
0.000291013
0.00182641
-0.000467386
0.000399417
0.00367125
-0.000720891
0.000424136
0.00476839
-0.000756089
0.000467654
0.0053831
-0.00062922
0.00064716
0.00570872
-0.000339658
0.000890155
0.00588741
7.10391e-05
0.00107513
0.00603177
0.000765605
0.000977822
0.00678148
0.00168312
0.000142368
0.00702164
0.00341529
-0.00244492
0.00899192
0.0050833
-0.00551505
0.00884576
0.00326943
-0.00911348
0.011102
-0.000761163
-0.0121405
0.00955277
-0.000196407
-0.00998995
-0.00150719
-0.00379324
-0.00343388
-0.0143007
-0.00173521
0.00206891
-0.0130172
-5.60205e-05
0.00548575
-0.0167797
-0.00214649
0.00621468
-0.0146794
-0.000382168
0.00559498
-0.0109644
0.00474659
0.00712435
-0.00974412
0.00148626
0.0105578
-0.0106625
-0.0013866
0.0110627
-0.00668618
-0.00117953
0.007799
0.00159466
0.00164
0.00327933
0.00672339
0.00419681
8.02554e-05
0.00574482
0.00363583
-0.000663404
0.00196689
0.00318412
-0.00121204
0.00172901
0.00287232
-0.00155008
0.000482896
0.0025401
-0.00137695
-0.00109125
0.00231896
-0.00126062
-0.00155691
0.00203843
-0.00121564
-0.00189416
0.00171988
-0.00122567
-0.00226409
0.00139364
-0.0013334
-0.00275733
0.0010932
-0.00155706
-0.00358967
0.000856552
-0.00186546
-0.00491096
0.000671549
-0.00211426
-0.00676682
0.000526324
-0.00206231
-0.00858484
0.000432292
-0.00149624
-0.00917833
0.000379302
-0.000532355
-0.0067127
0.00036411
-0.000966539
0.000368416
0.000407544
0.00157082
-0.000478425
0.000610123
0.00363235
-0.000735045
0.000753412
0.00479664
-0.000781684
0.000971749
0.00537836
-0.000649729
0.00136659
0.00561734
-0.000308601
0.00199179
0.0056838
0.000209066
0.0025771
0.00581328
0.00117542
0.00279459
0.00669219
0.00285915
0.00218908
0.00630223
0.0055142
0.00514308
0.00545011
0.00721334
0.0112792
0.0022758
0.0155556
0.0105888
0.00802409
0.0298626
0.00404296
0.00577878
0.0344121
-0.00223247
-0.00510922
0.0201664
-0.00654753
-0.0219412
0.022613
-0.00673873
-0.0233337
0.0289372
6.6646e-05
-0.0265642
0.0146569
0.00812726
-0.031681
0.00957504
0.00843175
-0.0282531
0.0182806
0.0049766
-0.0203124
0.0167022
0.00702009
-0.0137333
0.000766866
0.00769541
-0.00408884
-0.0083266
0.00347098
0.00868645
-0.00456711
-0.00108724
0.0132728
0.000961288
-0.0025834
0.00815546
0.00346278
-0.00173355
0.00107249
0.0042233
-0.00231893
0.00315388
0.00310633
-0.00248777
0.00103125
0.00274723
-0.00164582
-0.00207586
0.00270576
-0.00124739
-0.0021771
0.00243071
-0.00112436
-0.0022135
0.00202801
-0.00106438
-0.00243051
0.00157942
-0.00108213
-0.0027865
0.00120864
-0.00124587
-0.00344804
0.000921574
-0.00155173
-0.0046088
0.000698176
-0.00188271
-0.0064609
0.000542346
-0.00200316
-0.00849962
0.000419856
-0.00162565
-0.00959055
0.000362647
-0.000715542
-0.00763114
0.000338416
-0.00165501
0.000358816
0.000445397
0.00129372
-0.000491553
0.00072497
0.00353002
-0.000758212
0.000986225
0.00473099
-0.000807995
0.00138359
0.00524373
-0.000696231
0.00194378
0.00538623
-0.000283068
0.00292784
0.00524353
0.000249881
0.00352454
0.00538006
0.00172044
0.00406235
0.00611688
0.00392974
0.00206213
0.00641638
0.00759519
0.00825063
0.00111296
0.00450791
0.0263093
-0.00659007
0.0163004
0.0336511
-0.0115315
0.0512869
0.0314382
-0.0240459
0.0605835
0.0238086
-0.0235246
0.0406702
0.00740584
-0.0215835
0.0249303
-0.00347983
-0.0215569
0.0277689
-0.0045177
-0.0331217
0.0226085
0.000387294
-0.0517453
0.0219118
0.00147109
-0.0460861
0.0237374
-0.00825691
-0.0310221
0.0311901
-0.0129934
-0.0146198
0.0168672
-0.0124923
0.00575062
-0.011161
-0.0138465
0.0229519
-0.0155253
-0.0109627
0.0187068
-0.00323378
-0.00664485
0.00571094
0.0052745
-0.00336826
-0.00353208
0.00568879
-0.00434154
0.00532243
0.00291778
-0.00415977
0.00205705
0.00260526
-0.00219365
-0.00419148
0.00317198
-0.00126494
-0.00343045
0.00289621
-0.00103985
-0.0026973
0.00238136
-0.000932504
-0.00268279
0.00178798
-0.000879564
-0.00288077
0.00128699
-0.000963262
-0.00338935
0.000991707
-0.00119798
-0.0043811
0.000713465
-0.00154601
-0.00612832
0.000513065
-0.00183425
-0.00824054
0.00038104
-0.00170147
-0.00975188
0.00031369
-0.000938545
-0.00839888
0.000289859
-0.00256106
0.000320917
0.000413955
0.00105561
-0.000497696
0.000781154
0.00335186
-0.000769551
0.00116839
0.00455776
-0.000829127
0.00171061
0.00500916
-0.000752189
0.00248548
0.00496963
-0.000276635
0.00384968
0.00455174
0.000199085
0.00495168
0.00421446
0.00236995
0.00727876
0.00398802
0.00524658
0.00753985
0.00595185
0.00915649
0.00857842
0.00243248
0.00552082
0.0193287
-0.00594657
0.00211353
0.0302835
-0.02259
0.0229968
0.0384153
-0.0358605
0.0208398
0.0421386
-0.0294584
0.0127575
0.0314386
-0.0148046
0.0146786
0.0171557
-0.0149166
0.0195946
0.0079211
-0.0309771
0.00744838
-0.0018238
-0.053885
0.0113946
-0.00657529
-0.05335
0.0195089
-0.0194996
-0.0378806
0.0365964
-0.0312581
-0.0180945
0.0390826
-0.0283175
0.00784377
0.00846788
-0.0218996
0.0301114
-0.0130888
-0.0151585
0.025415
-0.00583809
-0.0075033
0.00232831
0.00465985
-0.00260097
-0.0155129
0.0105348
-0.00398272
0.00318428
0.00698283
-0.00424514
0.00260335
0.00369615
-0.00222189
-0.00636436
0.00255012
-0.000956109
-0.00491353
0.00246901
-0.000621142
-0.00323633
0.0024049
-0.000578567
-0.00284289
0.00184052
-0.000618813
-0.00284303
0.00127504
-0.000791535
-0.00321633
0.00100458
-0.00109141
-0.00407462
0.000762551
-0.00140363
-0.00580566
0.000489689
-0.00168768
-0.00795958
0.000305697
-0.00167403
-0.00977752
0.000243636
-0.00103668
-0.00902835
0.000207988
-0.0035531
0.000243048
0.000377974
0.000848014
-0.000514703
0.000785377
0.00312886
-0.000782477
0.00124719
0.00431125
-0.00085517
0.00186975
0.00470466
-0.000800824
0.00278528
0.00444693
-0.000342328
0.0043444
0.00371592
0.000144057
0.00609032
0.00247813
0.00256469
0.0101121
0.00074169
0.00557503
0.014311
0.00280295
0.00819177
0.01636
0.0023581
0.00660973
0.0154694
-0.000139764
-0.00304555
0.0101792
-0.0123272
0.00318959
0.0108633
-0.0175628
-0.00282376
0.019466
-0.0181381
-0.00199138
0.0160187
-0.00919555
0.0180838
0.0152325
-0.0162795
0.0150352
0.0184869
-0.0301703
-0.0192463
0.00639333
-0.0501139
-0.00755197
0.00110515
-0.0554809
0.00441934
-0.0140524
-0.0371666
0.0273576
-0.0325017
-0.0204254
0.0441482
-0.0299696
-0.00107975
0.0296964
-0.0197146
0.0256334
0.00453029
-0.013373
0.033827
-0.0105679
-0.00199286
-0.000201887
-0.00691219
0.00281612
-0.0249354
0.00956692
0.000358405
-0.00268829
0.0134647
-0.000962272
0.000668407
0.00661429
-0.00135687
-0.00668649
-0.000366572
-0.000509853
-0.00547399
6.15419e-05
-0.000208745
-0.00348706
0.00168792
-0.000299244
-0.00260819
0.00148836
-0.000343485
-0.00253601
0.000971085
-0.000565788
-0.00291943
0.000951387
-0.000957575
-0.00370876
0.000865425
-0.00128946
-0.00543349
0.000465151
-0.00157643
-0.00763666
0.000221605
-0.00159021
-0.00975613
0.000151555
-0.00104373
-0.00955089
0.000126881
-0.00453105
0.000158225
0.000337494
0.000674103
-0.000527525
0.000737725
0.00290274
-0.000787433
0.001176
0.00407714
-0.000886265
0.00172053
0.00445096
-0.000851832
0.00246011
0.00408498
-0.00050352
0.00358993
0.00317585
8.15552e-06
0.00493444
0.00132494
0.00189454
0.00717214
-0.00138294
0.00467196
0.0129684
-0.00126623
0.00327492
0.0192681
-0.00161049
0.00244632
0.016311
0.00489939
0.00025072
0.00700598
0.00454017
0.00155157
0.010882
-0.00361447
-0.0107532
0.0215897
-0.0139838
-0.0122887
0.0146497
-0.00731728
0.0167008
0.0193674
-0.0139852
-0.00912761
0.0296745
-0.0336711
-0.0467796
0.0142732
-0.0447664
-0.0208133
-0.000148897
-0.0555944
-0.00407695
-0.0120925
-0.0360499
0.00831908
-0.0274828
-0.019515
0.0231379
-0.027738
-0.013706
0.0230819
-0.0138341
0.00429011
0.0131676
-0.00023996
0.0288904
-0.0127106
0.0149085
-0.00709527
-0.0191694
0.0154131
-0.0215523
-0.00259205
0.00904777
-0.00281955
0.013339
0.00500931
-0.00142558
0.00436951
0.00106285
-0.00587394
-0.00362655
-2.73703e-05
-0.00481241
-0.00257172
9.61699e-05
-0.00325658
0.000441946
-0.00011964
-0.00178191
0.000835804
-0.000367239
-0.00158033
0.00062367
-0.000653537
-0.00235372
0.000865505
-0.001086
-0.00332558
0.00101874
-0.00130312
-0.00514416
0.000452754
-0.00144831
-0.00736567
5.7615e-05
-0.0014205
-0.00973614
1.35014e-05
-0.000924887
-0.00999868
9.80081e-07
-0.00537655
4.95482e-05
0.000295545
0.000525377
-0.000541524
0.000654953
0.00269614
-0.000792496
0.00101068
0.00389853
-0.000917587
0.0013856
0.00431599
-0.000918149
0.00176679
0.00401189
-0.000697466
0.00226543
0.0031265
-0.000295533
0.00214588
0.00152995
0.000937603
0.00161825
-0.00105434
0.00299607
0.00253628
-0.00200859
0.00197436
0.000340892
-0.000958808
0.00126204
-0.00507949
0.00591898
-0.00445299
-0.00527081
0.00315623
-0.0206384
0.00195877
-0.0131905
-0.0340524
0.00718782
-0.0205523
-0.0182364
0.00493972
-0.01053
0.00266457
0.0127823
-0.0126407
-0.0310008
0.0241805
-0.0302805
-0.0686439
0.00993215
-0.0321204
-0.0349609
-0.00129074
-0.0513803
-0.0199713
1.75609e-05
-0.0456654
-0.00307858
-0.00204241
-0.0262585
0.00549606
-0.00196656
-0.0264609
0.00261945
0.00785516
-0.021044
0.00236383
0.0218304
0.0069495
-0.0075742
0.0282709
-0.0129713
-0.0184839
0.0232639
-0.0123059
-0.015473
0.0157654
0.00292967
-0.00208264
0.00881583
0.00106419
-0.00724917
0.00249187
-0.00350521
-0.00847728
0.000102442
-0.00360062
-0.00408795
0.000291362
-0.002827
-0.000691946
-0.000588718
-0.00040009
0.00148808
-0.00162043
0.00012512
0.00186526
-0.00158092
-0.00191187
0.00126957
-0.00158422
-0.00327356
0.00116459
-0.00151313
-0.005005
0.000304994
-0.00148554
-0.00715615
-0.000178276
-0.00136627
-0.00973461
-0.000188134
-0.00084293
-0.0104296
-0.000168062
-0.00610923
-0.000101485
0.00024633
0.000404142
-0.000545894
0.000560216
0.00251059
-0.000788128
0.000845825
0.00375743
-0.000943643
0.001077
0.00426452
-0.000987115
0.00118847
0.00412228
-0.00090814
0.00115882
0.00342422
-0.000653994
9.19355e-05
0.00249437
-8.11262e-05
-0.00295849
0.00112946
0.00116738
-0.00749065
0.000302166
0.00221964
-0.0149113
0.000134876
0.00530598
-0.0187884
-0.000337728
0.00346117
-0.0110044
-0.00973806
-0.0163685
0.00122793
-0.0203353
-0.0480173
0.00682387
-0.0208456
-0.036261
0.00832044
-0.012655
-0.0079404
0.0152051
-0.00841079
-0.0281049
0.0245241
-0.0148613
-0.0545167
0.0113337
-0.0175546
-0.0272926
0.0107238
-0.0507599
-0.0368268
0.0163125
-0.0481623
-0.0295415
0.0193869
-0.026793
-0.00996604
0.0199451
-0.0266416
-0.0134067
0.0241624
-0.0271848
-0.0148571
0.0333124
-0.00965757
-0.0117441
0.0286946
-0.0102365
-0.0178014
0.0199496
-0.00284017
-0.017646
0.0148359
0.0070422
-0.0141125
0.008281
0.00452696
-0.0152878
0.00244584
-0.000191996
-0.0103134
0.000260599
-0.00179238
-0.00432782
0.000248014
-0.00148055
-0.00123521
-0.00215035
0.0015658
0.00437568
-0.00378266
0.000887768
0.00558055
-0.00295796
-0.00246697
0.00230195
-0.00225947
-0.00375434
0.00125453
-0.00175692
-0.00504441
-3.6215e-05
-0.00156369
-0.00699152
-0.000463561
-0.00136998
-0.00974492
-0.000388241
-0.000816255
-0.0108614
-0.000332326
-0.00680247
-0.000247795
0.000194373
0.000320031
-0.000546879
0.000485607
0.00232401
-0.000773182
0.000743819
0.00361192
-0.000948096
0.000917249
0.00421892
-0.00103542
0.000973595
0.00421787
-0.0010598
0.000824054
0.00368088
-0.00097792
-4.81102e-05
0.00311506
-0.00087069
-0.00235146
0.00226002
-0.000431417
-0.00529074
0.000987505
0.000994383
-0.0102231
-0.00081671
0.00646014
-0.0140411
-0.00402035
0.00988407
-0.00779968
-0.0123755
0.000711923
0.010742
-0.0170839
-0.0287267
0.022964
-0.0156487
-0.0310013
0.0225182
-0.0131433
0.00551785
0.028205
-0.00624361
0.00734477
0.0304384
-0.00747453
-0.00877438
0.0204223
-0.014277
-0.0047109
0.0250307
-0.0728248
-0.00519169
0.0313586
-0.0637442
-0.0261615
0.0194608
-0.014635
-0.022019
0.00388163
-0.00835835
-0.0237264
0.0022806
-0.0186061
-0.0285656
0.0069584
-0.00750845
-0.0255003
0.00334828
-0.00175592
-0.0225283
0.00134812
0.00105145
-0.0061226
0.00244539
0.00583377
-0.00011212
0.00196684
0.00445517
-0.000936344
0.000318756
0.00176739
-0.00138488
-0.000932771
0.000159362
-0.000843031
-0.00149429
0.000699182
0.00111734
-0.00444299
0.00129601
0.0105832
-0.00543169
-0.0017428
0.0101944
-0.00374419
-0.00415205
0.00275889
-0.00263833
-0.00447312
0.00103329
-0.00187966
-0.005108
-0.00045879
-0.00159943
-0.0067955
-0.000709876
-0.00140309
-0.00970792
-0.000549513
-0.00086518
-0.0112544
-0.000451686
-0.00752698
-0.000344486
0.000145562
0.000261199
-0.000535533
0.000406111
0.00214573
-0.000748353
0.000640314
0.00346293
-0.000936235
0.000780107
0.00417235
-0.00105836
0.000812026
0.00429752
-0.0011565
0.000627243
0.00394405
-0.00121101
0.000123164
0.00344511
-0.00130942
-0.0011958
0.00264638
-0.00109212
-0.00343633
0.00104506
-0.000334158
-0.00855876
0.000589787
-4.60751e-05
-0.0120048
-3.44382e-05
-0.00319435
-0.00367827
-0.00836735
-0.00214541
0.00888562
-0.0124737
-0.00939951
0.0104241
-0.013531
-0.0114843
0.00963522
-0.0136045
0.00626018
0.0165994
-0.00867109
0.0221917
0.0259079
-0.0071733
0.00800903
0.0398217
-0.0314765
0.00743172
0.0450765
-0.0930073
0.0158916
0.0425296
-0.0797963
0.00584482
0.0238027
-0.00896381
-0.00601325
0.000377627
0.0112059
-0.0230828
-0.00848032
-0.00222059
-0.0408166
-0.00564355
0.00409706
-0.0427296
-0.0089655
0.0123233
-0.026744
-0.0106856
0.00551636
0.00135021
-0.00789674
0.00479417
0.0134179
-0.0049724
0.00667414
0.00768726
-0.00168567
0.00414982
-0.000106268
0.000396493
0.00182023
-0.00369662
-0.000754778
-2.20951e-05
0.00573262
-0.0044148
-0.00394976
0.0175391
-0.00518951
-0.00639265
0.0113824
-0.0034263
-0.00589656
0.0020037
-0.0023383
-0.004999
0.000285219
-0.0016246
-0.0050382
-0.000901202
-0.00142708
-0.00649936
-0.000952947
-0.00133923
-0.00955796
-0.00073211
-0.000910663
-0.0115413
-0.000594612
-0.00829337
-0.000478398
0.000108574
0.000219194
-0.00051536
0.000342376
0.00197465
-0.000710253
0.000563326
0.00330629
-0.000899656
0.000687915
0.00411771
-0.00104372
0.000701516
0.00439297
-0.00120123
0.000510962
0.00427818
-0.0013701
0.000184152
0.00394013
-0.00174081
-0.000414935
0.00337002
-0.00193254
-0.00182838
0.00206342
-0.00242318
-0.00670217
0.00417316
-0.00603416
-0.00891073
0.00414264
-0.00854146
-0.00273197
-0.00748295
-0.00142379
0.00229776
-0.0148469
-0.00763893
0.000756481
-0.0163922
-0.0185912
0.000970635
-0.00999916
-0.0120314
0.011228
-0.00510594
-0.00366092
0.0330837
-0.011316
-0.0128811
0.0563028
-0.0519599
0.0024287
0.0465243
-0.0870869
0.0216914
0.027533
-0.0684178
0.0197977
0.0205554
-0.0103336
0.0191891
0.0145439
0.0157493
0.00607241
0.0032796
0.0135124
-0.0196235
-0.00412569
0.0203176
-0.0299964
-0.00724104
0.0238341
-0.0205688
-0.00803019
0.00707627
0.00122984
-0.0055866
0.00428163
0.00975686
-0.00184628
0.0111633
-0.00290817
0.00395472
0.00754915
-0.0114917
0.00801834
0.00203422
-0.00681758
0.00460911
-0.0042652
0.0116442
-0.00104291
-0.00927235
0.018079
-0.00259212
-0.00817719
0.00658439
-0.00192145
-0.00597271
0.000220014
-0.0014207
-0.00470019
-0.000694859
-0.00106767
-0.00465103
-0.00123775
-0.00113708
-0.00600654
-0.00105404
-0.00124677
-0.00923907
-0.000821712
-0.000973784
-0.0116986
-0.000641311
-0.00914153
-0.000519339
7.46035e-05
0.000195257
-0.000490445
0.00028696
0.00180796
-0.000667301
0.000509646
0.00312844
-0.000847392
0.000663721
0.00401806
-0.00100247
0.000715845
0.00442846
-0.00116751
0.000679571
0.00447269
-0.00136597
0.000617831
0.00431799
-0.00179263
0.00103745
0.00385304
-0.0023245
0.00176248
0.00296573
-0.00355999
0.00222876
0.00539022
-0.00746617
0.00482557
0.00441726
-0.00903785
0.0110277
-0.00981399
0.000345694
0.0164958
-0.0215334
0.00138562
0.0176328
-0.0217556
-0.0111874
0.0216925
-0.00826008
-0.0115819
0.0316807
-0.00382732
-0.00248833
0.048273
-0.0205644
-0.00555616
0.054519
-0.0588544
0.0059136
0.032504
-0.0695563
0.0241551
0.00835175
-0.0438389
0.0183859
0.00159699
-0.00393499
0.0332756
0.00477575
0.0114779
0.0358949
0.00285525
0.0177352
0.00530637
-0.0054006
0.0273751
-0.00441006
-0.00878513
0.0247996
-0.00578816
-0.00724933
0.00664386
-0.00246215
-0.00215121
0.0021866
0.00631993
0.00425374
0.00841769
0.00143057
0.0108711
0.00464654
-0.00445093
0.0115882
-0.00178521
0.00451725
0.00505748
-0.00809589
0.0169543
-0.000470006
-0.0104407
0.0131231
-0.000955286
-0.00679659
-7.43391e-05
-0.000512539
-0.00477168
-0.00231178
-0.00042345
-0.00379439
-0.00176116
-0.000408619
-0.00401186
-0.00151022
-0.000745866
-0.00535398
-0.00112558
-0.00105287
-0.0087697
-0.000877423
-0.000974667
-0.011699
-0.000657655
-0.0100173
-0.000533179
6.53286e-05
0.000165002
-0.000455726
0.000259637
0.00164512
-0.000613226
0.000495533
0.00292353
-0.000779549
0.000691756
0.00385921
-0.000922269
0.000841946
0.0043465
-0.00106808
0.000970613
0.00446685
-0.00120107
0.00112941
0.0043859
-0.00144878
0.00175854
0.00393128
-0.00185901
0.00331752
0.00324085
-0.00347435
0.00709655
0.00405932
-0.00608225
0.012733
0.00300466
-0.00729883
0.0172784
-0.0083196
0.000164194
0.0154009
-0.0195965
0.0116872
0.0110465
-0.0180737
0.00195939
0.0163047
-0.00569094
-0.00813421
0.0307384
-0.00512053
0.00127256
0.0350632
-0.022012
0.00737878
0.0206273
-0.0433375
0.00676096
0.00489712
-0.0468475
0.00489453
-0.00680344
-0.0247594
0.00179544
-0.00587361
0.0018312
0.0207589
0.00369363
0.00192538
0.0294122
0.00784013
0.0108841
0.00739125
0.00541901
0.022424
0.00156549
0.00403488
0.0188566
-0.0029058
0.00273631
0.00695793
-0.00520124
0.00306872
-0.000635344
0.00990877
0.00468865
-0.00121799
0.0175299
0.00737915
-0.00395118
0.0105663
0.0063465
-0.00686334
0.00941005
0.00137429
-0.00884171
0.0108587
-0.000809813
-0.00778115
0.0023443
5.77385e-05
-0.00447205
-0.0044629
0.000517248
-0.00332054
-0.00339098
0.000385404
-0.00268493
-0.00212775
0.000115259
-0.00316693
-0.00161221
-0.000396732
-0.00458906
-0.00111179
-0.000895925
-0.00816736
-0.000858779
-0.000996078
-0.0115574
-0.00062071
-0.0109459
-0.000502298
4.80956e-05
0.000139535
-0.000420394
0.000229412
0.00148077
-0.00056178
0.000474284
0.00269275
-0.000703275
0.00071299
0.00364107
-0.000828353
0.00093211
0.00416365
-0.000944701
0.00115465
0.00432082
-0.0010182
0.00142984
0.00425051
-0.00111234
0.00181912
0.00389161
-0.0012549
0.00282072
0.00329489
-0.00223128
0.00586922
0.00268077
-0.00360225
0.01054
0.00162811
-0.00495215
0.0118308
-0.0042366
-0.00227202
0.00546872
-0.010607
0.00729873
-0.00168702
-0.00999289
0.005562
0.00216851
-0.00299389
-0.00787203
0.00754621
-0.00124224
-0.00540148
0.00451301
-0.0116065
-0.00273088
-8.69457e-05
-0.0302015
-0.00748407
-0.0031735
-0.0365121
-0.0062438
-0.00823125
-0.0176564
-0.00607672
-0.00789802
0.00234995
-0.00223649
-0.00165953
-0.00266872
-0.000322186
0.00440015
0.00287053
-0.00802347
0.00949188
0.0140585
-0.0106913
0.0139688
0.0124571
-0.0117491
0.0124055
0.00517162
-0.00454438
0.00756577
-0.00254312
0.00835822
0.00396382
-0.00581439
0.0125304
0.00372299
-0.00588672
0.00374718
0.00356218
-0.00529151
-0.00247587
0.00226866
-0.00484173
-0.00412092
0.00157889
-0.00342361
-0.0058638
0.0016048
-0.00197811
-0.00459015
0.00131
-0.00180386
-0.00264592
0.000931266
-0.00162381
-0.00185015
0.000501288
-0.00234451
-0.00141347
-0.000146289
-0.0037732
-0.001004
-0.000819671
-0.00745406
-0.000762543
-0.00106746
-0.0113076
-0.000550075
-0.0119829
-0.000436602
4.39121e-05
0.000107874
-0.000382516
0.00019686
0.00133374
-0.000514917
0.000434728
0.00245747
-0.000639405
0.000682678
0.00339636
-0.000739697
0.00094439
0.00392037
-0.000833992
0.00121157
0.00410346
-0.000884306
0.00154549
0.00402284
-0.000918821
0.00192353
0.00371051
-0.00090586
0.00242941
0.0032571
-0.0010747
0.00366192
0.00244327
-0.00171042
0.00569831
0.00136377
-0.00253811
0.00555889
-0.00134823
-0.00228609
0.00162792
-0.00383963
0.000602337
-0.0026341
-0.00389721
0.00131944
-0.00279576
-0.000878291
-0.00392778
-0.00131422
0.00228899
-0.00567224
-0.000996771
-0.00465268
-0.00231557
-0.00329369
-0.0225239
0.000277505
-0.00744132
-0.0293416
-0.00339295
-0.00695889
-0.0140975
-0.0135994
-0.00475681
0.0034088
-0.0198557
-0.00674897
0.00261032
-0.0198869
-0.00322416
0.00191248
-0.0190313
0.00456165
0.00881803
-0.021107
0.0105764
0.0117307
-0.0223721
0.0117254
0.0074899
-0.0136245
0.00833637
0.000735868
-0.00394324
0.00523188
-0.00150337
-0.0042977
0.00426049
-0.000701365
-0.00832713
0.00430607
-0.000308757
-0.00940676
0.00403314
-0.000666528
-0.00739527
0.0032696
-0.000685778
-0.0043643
0.00226889
-0.000587816
-0.00167368
0.00150283
-0.000928461
-0.000980226
0.00106863
-0.000869709
-0.00120095
0.000642581
-0.00166717
-0.00111077
-3.47147e-05
-0.00301329
-0.000806657
-0.000823653
-0.00668828
-0.000616257
-0.00120118
-0.0109691
-0.000444892
-0.0131906
-0.000343021
-8.5312e-06
0.000119646
-0.000346541
0.000117928
0.00120374
-0.000473432
0.000333127
0.00223446
-0.000581876
0.000609538
0.00311348
-0.000669272
0.000912867
0.0036176
-0.000739829
0.00123197
0.00381258
-0.000774265
0.00159094
0.00373436
-0.0007874
0.00201402
0.0034279
-0.000753784
0.00248683
0.00304287
-0.000697082
0.00304617
0.00242305
-0.000780517
0.00364856
0.00172106
-0.0011017
0.00334118
0.000273346
-0.00120349
0.00194995
-0.000998588
-0.000492676
0.000310433
-0.00109104
-0.000150435
0.000167054
0.000543021
-0.00122367
0.00210379
0.00276371
-0.00190072
0.00321515
-0.000910078
1.1004e-05
-0.00307523
-0.00980408
-0.00028415
-0.0118798
-0.0159593
-0.00478124
-0.00834733
-0.0128763
-0.0148614
-0.000122297
0.000567774
-0.0214021
-0.000813693
0.00604224
-0.0201201
-0.00117367
0.0041647
-0.0168447
0.00412176
0.00695762
-0.017527
0.00849198
0.0123269
-0.0187387
0.00948291
0.010993
-0.0148365
0.00754684
0.00591774
-0.009591
0.0055675
0.00318817
-0.00708621
0.00466742
0.00319689
-0.0070228
0.0046777
0.00284397
-0.00692396
0.00444654
0.0017336
-0.0049446
0.00362795
0.000643904
-0.0020496
0.00246808
5.6074e-05
-3.84762e-05
0.00164884
-0.000416226
-8.56804e-05
0.00123593
-0.00036615
-0.000647576
0.000834267
-0.00114943
-0.000741467
0.000106211
-0.00229417
-0.000583929
-0.00078821
-0.00586197
-0.000442488
-0.00130297
-0.0105313
-0.000328124
-0.0145344
-0.000233281
-3.031e-05
0.00014289
-0.000317839
8.85585e-06
0.00114938
-0.000441488
0.000193162
0.00203109
-0.00053562
0.000439005
0.00284788
-0.000600968
0.000759196
0.00328296
-0.000670409
0.00112271
0.00345435
-0.000673567
0.00149987
0.00339237
-0.00068672
0.00190657
0.00310262
-0.000638801
0.00232616
0.00277939
-0.000592959
0.00269994
0.00232673
-0.000552215
0.00307915
0.00182743
-0.000567883
0.0028934
0.00111553
-0.000607372
0.00230297
0.000424044
-0.000411709
0.0016761
0.000459003
-0.000530523
0.00200437
0.00125949
-0.000663269
0.0039015
0.00222395
-0.00104963
0.00490638
0.00114545
-0.00170294
0.000897728
-0.000984334
-0.0020953
-0.0080468
-0.00548792
0.00122549
-0.00914084
-0.0120792
0.000322487
-0.000265508
-0.00643435
-0.00551644
0.00328681
0.00356997
-0.00527629
0.00195101
0.00348892
-0.00155267
0.00347279
0.00351869
-0.00122199
0.00567273
0.00850366
-0.00134061
0.00547774
0.00897095
8.05391e-05
0.00351619
0.00638724
0.00112096
0.00272458
0.00414139
-0.000507467
0.00294839
0.00367337
-0.00176748
0.00342316
0.003351
-0.00263189
0.00358676
0.00248451
-0.00239897
0.00329755
0.00135426
-0.0014079
0.00262611
0.000681511
-0.000444215
0.00205124
0.00010208
-0.000285471
0.00168216
6.61106e-05
-0.000458556
0.00123004
-0.000693587
-0.000446744
0.000477786
-0.001601
-0.000371156
-0.000597232
-0.00489866
-0.000296517
-0.00119737
-0.0100295
-0.000213088
-0.0157944
-0.000138773
-0.000203963
0.000332047
-0.000291023
-0.000230461
0.00115119
-0.00042532
-0.000117675
0.00188628
-0.000510269
0.000206372
0.00249322
-0.00055653
0.000574262
0.00288408
-0.000609116
0.00103319
0.00298002
-0.000609401
0.00146595
0.00296443
-0.000614865
0.00189017
0.00271535
-0.000561715
0.00229819
0.00245714
-0.000516076
0.00263956
0.002136
-0.000457699
0.00292712
0.00178017
-0.000406365
0.00297962
0.00140802
-0.000354074
0.00279946
0.000959002
-0.000186946
0.00264131
0.000991277
-0.000100288
0.00293512
0.00141286
-9.57665e-05
0.0039622
0.00181523
-0.000127269
0.00489946
0.00159861
-0.000369981
0.00509791
0.00130124
-0.000309935
0.00163421
-0.00119752
0.00433658
-0.00387731
-0.00826093
0.0101292
-0.00196098
-0.0075957
0.00575065
0.00173665
0.00134794
0.00250481
0.00174215
0.00213016
0.00530179
0.00178919
0.000255469
0.00710418
0.00297694
0.00354073
0.0073787
0.00283766
0.00447724
0.00816538
0.00160377
0.00342275
0.00756163
0.0013704
0.0028841
0.00346633
0.00194805
0.00275179
0.00115489
0.00251245
0.00250827
0.000485393
0.00287397
0.00219356
-0.000282067
0.00296598
0.00148667
-0.000539463
0.00272068
0.00103542
-0.000321607
0.00239141
0.000470187
-0.00022452
0.00217237
0.000275356
-0.000211964
0.0018058
-0.000377356
-0.000199458
0.0012404
-0.0011249
-0.000211174
9.92543e-05
-0.00388908
-0.000153847
-0.000714923
-0.00932934
-0.000139598
-0.0165963
-6.03965e-05
-0.000110127
0.000417097
-0.000287802
-0.000361958
0.00136734
-0.000410257
-0.000413158
0.00189483
-0.000497032
-0.000189168
0.00222493
-0.000524221
0.000214414
0.00243574
-0.000575798
0.000757671
0.00240769
-0.000552418
0.00129751
0.0024055
-0.000566976
0.00179782
0.00221883
-0.000506364
0.00226165
0.00202855
-0.00046388
0.00265297
0.00181713
-0.000395329
0.00296579
0.00159101
-0.000323213
0.00317573
0.00137638
-0.000241512
0.00320743
0.00115715
-0.00011116
0.00328167
0.00116345
1.24001e-05
0.00362629
0.00134559
0.00014904
0.00429399
0.00150646
0.000308472
0.00513289
0.0014149
0.00052238
0.00650155
0.000988964
0.000875787
0.00627991
-0.000186669
0.0030403
0.00180925
-0.0033568
0.00659783
-0.000952215
-0.00395355
0.00633121
0.000724126
0.000405163
0.00396047
0.00178849
0.00129129
0.00438439
0.00134121
-0.00024325
0.00589386
0.00180996
0.00119282
0.00616359
0.00229287
0.00174469
0.0060472
0.00201595
0.00146822
0.00559269
0.00207145
0.00161748
0.00334334
0.00244961
0.00175327
0.00189631
0.00277769
0.00157752
0.0014902
0.00309194
0.0016179
0.000701199
0.00326646
0.00124432
0.000233943
0.00322518
0.00101279
0.000146303
0.00311535
0.000519884
8.57493e-05
0.00303133
0.000311397
2.04498e-06
0.00288997
-0.000290999
-5.18212e-05
0.00254468
-0.00087215
-7.87975e-05
0.00144037
-0.00291236
-7.0137e-05
0.000353139
-0.00837659
-4.67248e-05
-0.0163632
1.41924e-05
-0.000871461
0.00126077
-0.000302913
-0.0010028
0.00145373
-0.000450475
-0.000949738
0.0017894
-0.000504359
-0.000635056
0.00185629
-0.000521184
-8.41591e-05
0.00182754
-0.000556894
0.000509
0.00177173
-0.000532934
0.00115661
0.00172018
-0.000544701
0.00172548
0.00162911
-0.000489283
0.00224683
0.00150628
-0.000448932
0.00269114
0.00139245
-0.000378942
0.00306353
0.00126509
-0.000299439
0.00336882
0.00114571
-0.000203851
0.00359466
0.0010399
-7.57144e-05
0.00383161
0.00102596
0.000101808
0.00418447
0.00109592
0.000290271
0.00468042
0.001147
0.000524621
0.00526651
0.0010811
0.000811929
0.00589301
0.000801876
0.00122734
0.00592083
0.000311171
0.00202906
0.00423391
-0.00103122
0.00332164
0.00226885
-0.0014221
0.00393377
0.00249484
0.000273834
0.00356276
0.00318481
0.000764592
0.00330951
0.00289019
5.42992e-05
0.00373432
0.00293011
0.000557687
0.003967
0.00326572
0.000622858
0.00363473
0.00332734
0.000593229
0.00329308
0.00355405
0.000766654
0.00242023
0.00385662
0.000958593
0.0018288
0.0040807
0.000939748
0.00141308
0.00434827
0.00111499
0.000851896
0.00451958
0.00092897
0.000516935
0.00460451
0.000814143
0.000336606
0.00460695
0.00042742
0.000214643
0.00460399
0.000242244
9.92114e-05
0.00452184
-0.000272107
3.30443e-05
0.00437279
-0.000807949
-1.01604e-05
0.00353606
-0.00219555
-8.2083e-06
0.0020201
-0.00699642
4.39104e-06
-0.0144569
5.79765e-05
-0.00196144
0.00316397
-0.000422791
-0.00213952
0.00155754
-0.000542236
-0.0019191
0.00149437
-0.000534851
-0.00123538
0.00109948
-0.000523368
-0.000423648
0.00094231
-0.000544711
0.000433491
0.000852428
-0.000518323
0.00126091
0.000835448
-0.000529397
0.00204247
0.000802395
-0.000483563
0.00274778
0.000769342
-0.000449882
0.00338959
0.00073003
-0.000383165
0.00396352
0.000685204
-0.000303378
0.0044809
0.00063969
-0.000203029
0.00494781
0.000602521
-7.31347e-05
0.00540145
0.000583645
0.000118368
0.00590319
0.000606745
0.0003235
0.00644767
0.000626351
0.000571637
0.00697793
0.000614833
0.000871004
0.00742813
0.000477262
0.00123021
0.00759153
0.000305185
0.00174403
0.00698711
-0.000192596
0.00238165
0.00621875
-0.00042439
0.00269518
0.00629504
0.000152416
0.00276647
0.00666937
0.000289673
0.00279542
0.00661477
-2.63881e-05
0.00290774
0.00669076
0.000115624
0.00298045
0.00677501
7.4487e-05
0.00279483
0.00682769
8.88701e-05
0.00248148
0.00699296
0.00022519
0.00196226
0.00726641
0.00036195
0.00157008
0.00751143
0.000406383
0.00123598
0.00786869
0.000547254
0.000850016
0.00812988
0.000509309
0.000568354
0.00836268
0.000448863
0.00037555
0.00843831
0.000250848
0.000241522
0.00851136
8.96026e-05
0.000135412
0.00841248
-0.00024077
6.85129e-05
0.00823239
-0.00069521
1.72093e-05
0.00760943
-0.00165858
4.65581e-06
0.00501066
-0.0045007
2.07615e-05
-0.00954123
7.57334e-05
0.0031274
-0.000290882
0.00464041
-0.000330492
0.00608697
-0.000346559
0.00713746
-0.000337311
0.00802908
-0.000348888
0.00883396
-0.000330939
0.00962294
-0.000336504
0.0103835
-0.000312544
0.0111177
-0.000292062
0.011818
-0.000245927
0.0124829
-0.000187434
0.0131057
-9.74445e-05
0.0136877
5.15053e-05
0.0142358
0.000222386
0.0148099
0.000420092
0.0154051
0.000665212
0.0160012
0.00094641
0.0164926
0.00128223
0.0168255
0.0017128
0.0166859
0.00220016
0.0163029
0.00249156
0.0163354
0.00257858
0.0164736
0.00261772
0.0162852
0.00263753
0.0161509
0.00261336
0.0159164
0.00249423
0.0156797
0.00227263
0.0155904
0.00191688
0.0156666
0.00158616
0.015823
0.00127947
0.0161664
0.000951152
0.0165123
0.000684269
0.0168264
0.000476185
0.0169628
0.000335546
0.0169675
0.000199328
0.0166585
0.000128397
0.0159032
6.76654e-05
0.0141846
4.50495e-05
0.00961749
4.36585e-05
7.79906e-05
1.89689e-05
-9.85814e-06
-6.75948e-05
6.43312e-05
-3.45043e-05
-8.34104e-05
0.00011288
-3.73617e-05
-9.09065e-05
0.000149222
-2.64782e-05
-9.37562e-05
0.000174449
-1.41265e-05
-9.75764e-05
0.000192333
-4.98183e-06
-0.000101379
0.000200526
4.6961e-06
-0.000100836
0.000205323
1.23093e-05
-0.000103325
0.000208788
1.54592e-05
-9.88424e-05
0.000214174
1.35351e-05
-9.2582e-05
0.00021894
1.19709e-05
-8.03776e-05
0.000195556
3.44649e-05
-6.63423e-05
0.00013787
6.36921e-05
-4.61063e-05
4.78172e-05
9.5775e-05
-2.94914e-05
-7.34597e-05
0.000129845
-1.63798e-05
-0.000211442
0.000155105
-9.60741e-06
-0.000365502
0.000180972
-4.2717e-06
-0.000544173
0.000222823
-7.96943e-06
-0.000813874
0.000313847
3.47571e-06
-0.00115146
0.000400007
-2.05643e-06
-0.00153635
0.000453306
1.21012e-06
-0.00182231
0.000382962
-2.48416e-05
-0.00204522
0.000340292
-4.40008e-05
-0.00212147
0.000224695
-7.66107e-05
-0.00206476
0.000121107
-0.00011024
-0.00186986
8.00508e-06
-0.000137916
-0.00155312
-9.49894e-05
-0.000167136
-0.00114726
-0.000171402
-0.000184924
-0.000678208
-0.000222353
-0.000210113
-0.000163086
-0.000276497
-0.000212061
0.000343821
-0.000272307
-0.000217765
0.000679462
-0.000142918
-0.000182947
0.000891012
-5.44404e-05
-0.000154415
0.000917974
7.28267e-05
-9.92228e-05
0.000782885
0.000197271
-5.91837e-05
0.000571285
0.00023525
-2.29022e-05
0.000357948
0.000217201
-7.8485e-06
0.000179697
0.000167025
3.994e-06
5.49227e-05
0.000108475
1.85166e-05
3.90788e-05
4.33919e-05
5.28336e-05
-5.04231e-05
-8.44144e-05
0.000140869
-0.000106611
-0.000119818
0.000224547
-0.000104478
-0.000140088
0.00027584
-6.32132e-05
-0.000154765
0.000292511
-1.47265e-05
-0.000169309
0.000273213
3.31304e-05
-0.00018314
0.000214632
7.87882e-05
-0.000189592
0.000146474
0.000103052
-0.000199917
3.00753e-05
0.000144081
-0.000193987
-0.000161357
0.000222524
-0.000185767
-0.000437796
0.000303477
-0.000169209
-0.000763638
0.000382533
-0.000158752
-0.00113266
0.000456776
-0.000143109
-0.00152677
0.000522198
-0.000135261
-0.00193498
0.000581794
-0.00013217
-0.0023256
0.000609077
-0.000137391
-0.00269786
0.000635869
-0.000144979
-0.00302463
0.000651298
-0.000157538
-0.00330744
0.000715119
-0.000165711
-0.00351369
0.000737085
-0.000171861
-0.0036726
0.000746461
-0.000167252
-0.00374542
0.000601981
-0.000184972
-0.00372408
0.000460149
-0.000178545
-0.0035774
0.000235341
-0.000192501
-0.00333704
3.37315e-05
-0.000196449
-0.00296835
-0.000194735
-0.00021607
-0.00250223
-0.000385103
-0.000235797
-0.00194109
-0.000556106
-0.000250004
-0.00129781
-0.000685404
-0.00026845
-0.000654402
-0.000750416
-0.000272112
4.66898e-06
-0.000758749
-0.000299528
0.000622439
-0.000644499
-0.000252666
0.00109986
-0.000415417
-0.000280666
0.00132958
-7.0834e-05
-0.000245837
0.0013223
0.000245608
-0.000195772
0.00112713
0.000449155
-0.000157455
0.000820716
0.000516696
-0.000120616
0.000479562
0.000484526
-9.07088e-05
0.000183828
0.000375919
-5.03027e-05
0.00020014
1.61471e-05
6.29324e-05
-9.72327e-05
-9.56396e-05
0.000157206
-0.000179028
-0.000144614
0.000231626
-0.000157061
-0.000175658
0.000261902
-7.33116e-05
-0.000199812
0.000234006
3.56308e-05
-0.000223643
0.000141594
0.000149779
-0.000244485
-1.22451e-05
0.000258534
-0.000259506
-0.000246875
0.000367335
-0.000272416
-0.000573233
0.000499296
-0.000262416
-0.000954991
0.000634308
-0.000245965
-0.00140113
0.000776406
-0.000222842
-0.00190686
0.000910489
-0.000198187
-0.00243928
0.0010113
-0.000179913
-0.00296565
0.0010735
-0.000169841
-0.0034491
0.00109608
-0.000160467
-0.00387748
0.00107828
-0.00015644
-0.00425351
0.00105842
-0.000145741
-0.00456147
0.00100821
-0.00013472
-0.00480458
0.00100019
-0.000110297
-0.00492597
0.000883961
-7.57449e-05
-0.00495781
0.000791184
-4.05298e-05
-0.00491195
0.000558661
-1.6961e-05
-0.00476095
0.000313771
1.85397e-06
-0.00454948
2.53751e-05
1.30253e-05
-0.00424868
-0.000260762
1.24953e-05
-0.00387158
-0.000560782
5.34786e-06
-0.00341968
-0.000826003
-3.82211e-06
-0.00287981
-0.0010813
-1.53642e-05
-0.00225651
-0.00129352
-4.15173e-05
-0.00157878
-0.00141926
-6.03368e-05
-0.000877606
-0.00145415
-8.94967e-05
-0.000220853
-0.00129631
-0.000132827
0.000390709
-0.00103325
-0.00015023
0.000822779
-0.000518213
-0.000184651
0.00105866
7.5378e-06
-0.000208302
0.00100354
0.00047941
-0.000189617
0.000806084
0.000684071
-0.000170801
0.000499979
0.000750135
-0.000142446
0.000200193
0.000634614
-8.63943e-05
0.000372159
6.01153e-06
6.06933e-05
-0.000135861
-0.000108374
0.000135776
-0.000224289
-0.000173269
0.000173236
-0.000164732
-0.000215459
0.000138056
-1.45224e-05
-0.000251462
2.59535e-05
0.000180247
-0.00028333
-0.000177604
0.000380344
-0.000304422
-0.000474725
0.000586228
-0.000315476
-0.000870776
0.000792323
-0.000311679
-0.00135639
0.00100554
-0.00027921
-0.00190883
0.00119943
-0.000241109
-0.0024912
0.00136352
-0.000205167
-0.00306819
0.00148523
-0.000176273
-0.00362203
0.00155359
-0.000148276
-0.00411646
0.00155224
-0.000121963
-0.00454464
0.00150114
-9.0671e-05
-0.00490626
0.00140397
-5.21255e-05
-0.00520425
0.00131211
-1.38605e-05
-0.00544059
0.00119037
3.1775e-05
-0.00560811
0.00110496
7.99019e-05
-0.00566602
0.000867358
0.000121319
-0.00566138
0.000702438
0.000166029
-0.00555189
0.000366817
0.00019419
-0.00540665
7.52391e-05
0.000215199
-0.00520012
-0.000263889
0.000214762
-0.00495517
-0.000583652
0.000206925
-0.0046573
-0.000940521
0.000202579
-0.00427538
-0.00128191
0.000181428
-0.00381074
-0.00161195
0.000155187
-0.00327334
-0.0018869
0.000123109
-0.00266634
-0.00207771
8.78246e-05
-0.00200871
-0.00215476
3.09855e-05
-0.00129522
-0.00205548
-1.25782e-05
-0.000622163
-0.0017475
-7.30207e-05
-4.97399e-05
-0.00113642
-0.000124453
0.000363558
-0.000465326
-0.000161202
0.000549343
0.000233655
-0.000182862
0.000518836
0.000658043
-0.000186825
0.000349273
0.000861985
-0.000163742
0.000140784
0.000790568
-0.000101069
0.000480556
7.27898e-06
4.36857e-05
-0.00015055
-0.000124448
7.30245e-05
-0.00021253
-0.000209974
4.41316e-05
-9.63975e-05
-0.000269516
-8.2171e-05
0.000150797
-0.000309162
-0.000304089
0.000434845
-0.000339583
-0.000645021
0.000754271
-0.00035332
-0.00108456
0.00105268
-0.000342334
-0.00161357
0.00133715
-0.000306383
-0.0021954
0.00158947
-0.000252218
-0.00278774
0.0017772
-0.000202164
-0.00338098
0.0019251
-0.000157381
-0.00394327
0.00199994
-0.00011508
-0.00443155
0.00198278
-6.86828e-05
-0.00483812
0.00188606
-2.10209e-05
-0.0051715
0.00175531
2.22966e-05
-0.00543496
0.00158048
6.41975e-05
-0.00563221
0.00142087
0.000113159
-0.00576631
0.00123589
0.000164064
-0.00582979
0.00107676
0.000225175
-0.00580761
0.00075031
0.000268705
-0.00575327
0.000550788
0.000314327
-0.00564757
0.000168994
0.000340452
-0.00552556
-0.00013557
0.000343075
-0.00539334
-0.00047018
0.000331588
-0.00525659
-0.000804474
0.000330506
-0.00507641
-0.00119949
0.000309373
-0.00481823
-0.00161026
0.00027925
-0.0044755
-0.00201982
0.000247268
-0.00403805
-0.00238283
0.000206192
-0.00352647
-0.00264367
0.000167125
-0.00294965
-0.00277603
0.000116551
-0.0023057
-0.00273867
5.02916e-05
-0.00156575
-0.00252794
-4.62502e-06
-0.000856711
-0.00188183
-6.98583e-05
-0.000309775
-0.00105527
-0.000138925
5.36915e-05
-0.000171813
-0.000198493
0.00017136
0.000482081
-0.000194465
0.000143658
0.000834101
-0.000172368
5.79529e-05
0.00082481
-9.92527e-05
0.000508225
1.62246e-05
9.55266e-06
-0.000121722
-0.000148479
-2.57661e-05
-0.000122185
-0.000264195
-0.000140635
7.23224e-05
-0.00033347
-0.000378994
0.000430135
-0.000374762
-0.000728596
0.000821452
-0.000393201
-0.00118049
0.00123172
-0.000377599
-0.00171114
0.00159265
-0.000327943
-0.00229614
0.00191303
-0.00026495
-0.00288738
0.00214585
-0.000194759
-0.00349269
0.00232625
-0.000131007
-0.00404735
0.00241077
-7.91734e-05
-0.00451085
0.00237775
-1.80077e-05
-0.00487823
0.00225506
3.58149e-05
-0.00515396
0.00206914
7.89682e-05
-0.00533079
0.00184151
0.000122558
-0.00541788
0.00158101
0.000163341
-0.00544283
0.00136327
0.000211385
-0.00542984
0.00113923
0.000270364
-0.00537993
0.000947092
0.000342445
-0.00531283
0.000608714
0.000383465
-0.00523975
0.00041424
0.000429596
-0.0051557
2.2442e-05
0.000451226
-0.00508358
-0.00025149
0.000438106
-0.0050604
-0.000551034
0.000436271
-0.00504114
-0.000879566
0.000421619
-0.00500401
-0.00128989
0.000396484
-0.00492227
-0.00174059
0.000362963
-0.00476393
-0.0022231
0.000324685
-0.00449856
-0.00268949
0.000281292
-0.00411533
-0.00306747
0.000239016
-0.00362035
-0.00331097
0.000192256
-0.00307181
-0.00332829
0.000143237
-0.00240358
-0.00323074
7.00787e-05
-0.00160586
-0.00271339
-1.41993e-06
-0.000886137
-0.00181118
-7.05498e-05
-0.000349056
-0.000753051
-0.000151329
-7.24029e-05
0.000156355
-0.000186878
2.22082e-05
0.000686631
-0.000175538
1.6183e-05
0.000782647
-9.76511e-05
0.000495998
2.19326e-05
-3.55542e-05
-3.76323e-05
-0.000178088
-0.000137805
4.97995e-05
-0.000324874
-0.000363679
0.000357321
-0.000397139
-0.000702433
0.000814954
-0.000430873
-0.00114986
0.00129853
-0.000417289
-0.00166843
0.00175883
-0.000363538
-0.00223475
0.00214713
-0.000288747
-0.00283879
0.00246853
-0.000205034
-0.00341783
0.00266531
-0.000127992
-0.00394073
0.00277041
-6.40477e-05
-0.00436665
0.00274191
8.58851e-06
-0.00469321
0.00260999
6.45046e-05
-0.00491627
0.00238382
0.000121317
-0.00502365
0.00208715
0.000169411
-0.00502899
0.00177312
0.00020153
-0.0049545
0.00145161
0.000225376
-0.00482799
0.00119807
0.000263609
-0.00468406
0.000963017
0.000322529
-0.00454084
0.000780741
0.000404846
-0.00445928
0.000496627
0.000463417
-0.00438279
0.000319798
0.000536243
-0.00433489
-4.29582e-05
0.000547844
-0.00433157
-0.000273655
0.00053527
-0.00436964
-0.000535691
0.000523202
-0.00443566
-0.000838155
0.000504372
-0.00452068
-0.00122734
0.000474843
-0.0046031
-0.00167889
0.000436395
-0.0046489
-0.0021964
0.000393236
-0.00461088
-0.0027462
0.000343741
-0.00443591
-0.00326242
0.000295378
-0.0040948
-0.00367421
0.000247563
-0.00359148
-0.00386042
0.000203696
-0.00301492
-0.00384353
0.000158626
-0.00223016
-0.00353201
9.10551e-05
-0.00136871
-0.00270134
9.86417e-06
-0.000644506
-0.00150608
-7.09629e-05
-0.000217498
-0.000315446
-0.00014257
-5.31818e-05
0.000480599
-0.000156323
-4.29814e-07
0.000692304
-8.22291e-05
0.000475449
3.56372e-05
-8.55935e-05
0.000109065
-0.000226407
-0.000277404
0.00032028
-0.000390976
-0.000593183
0.000738803
-0.000464727
-0.00101035
0.00127205
-0.000466898
-0.00150187
0.00180506
-0.000416251
-0.00205772
0.00230475
-0.000333104
-0.00265832
0.00270127
-0.00023634
-0.00319549
0.00295242
-0.000153064
-0.00368169
0.00306568
-5.75814e-05
-0.00409017
0.0030828
2.20383e-05
-0.00440378
0.00296324
9.21429e-05
-0.00459344
0.00270726
0.000167194
-0.00465654
0.00237394
0.000225335
-0.00461727
0.00199387
0.000265435
-0.00449024
0.00161845
0.000282272
-0.00428645
0.00123964
0.000288721
-0.00403256
0.000954078
0.000311386
-0.00377609
0.000716671
0.000370607
-0.00357247
0.000582516
0.000479022
-0.00350362
0.000420005
0.000576133
-0.0034689
0.000291988
0.000640589
-0.00345376
-6.04397e-05
0.000648559
-0.00348597
-0.000244043
0.000629004
-0.00355297
-0.000476027
0.000612705
-0.00365978
-0.000737887
0.00058708
-0.00381168
-0.00108091
0.000555991
-0.00399281
-0.00150048
0.000513703
-0.00418517
-0.00200467
0.000466528
-0.00434528
-0.00258595
0.000411072
-0.0044142
-0.00319601
0.000357002
-0.00431878
-0.00377654
0.000301192
-0.00399542
-0.00419837
0.00025351
-0.00349495
-0.00436633
0.000207583
-0.00281049
-0.00425237
0.00016955
-0.00189354
-0.0036565
0.000103275
-0.000989237
-0.0024424
2.05027e-05
-0.000332412
-0.00100367
-6.07125e-05
-6.09673e-05
0.000169392
-0.000111952
2.65121e-05
0.000570175
-6.33612e-05
0.000483417
4.53183e-05
-0.000145733
0.000329629
-0.000272711
-0.000411087
0.000674063
-0.000457885
-0.000787837
0.00118127
-0.000519638
-0.00125694
0.00177252
-0.000490186
-0.00179481
0.00234491
-0.000405625
-0.00236635
0.0028443
-0.000300554
-0.00286862
0.00315631
-0.000198684
-0.00333013
0.00333429
-8.51006e-05
-0.00375532
0.00340612
1.26134e-05
-0.00406147
0.0033041
9.81647e-05
-0.00422457
0.00304884
0.000192161
-0.00426769
0.00268794
0.000277093
-0.0042198
0.00228576
0.000344035
-0.00410085
0.00185679
0.000378017
-0.00390463
0.00143611
0.000366566
-0.00361563
0.00100351
0.000312366
-0.00324919
0.000676599
0.000277432
-0.00289548
0.00044269
0.000324076
-0.00261798
0.000365839
0.000478052
-0.00261605
0.000440141
0.000632455
-0.00266144
0.000343397
0.000746431
-0.00265945
-5.21076e-05
0.00073197
-0.00270503
-0.000200106
0.000719024
-0.00278276
-0.000399118
0.0006942
-0.00290156
-0.000619895
0.000665263
-0.00307492
-0.000906299
0.000632565
-0.00329217
-0.00127821
0.000586909
-0.00354862
-0.00173869
0.000537634
-0.00381732
-0.00230465
0.000478874
-0.00405109
-0.00294874
0.000419755
-0.00418008
-0.0036377
0.000359259
-0.00411164
-0.00426466
0.000305347
-0.00377855
-0.00470738
0.000256097
-0.0032268
-0.00482167
0.000216257
-0.00240016
-0.00451251
0.000179501
-0.00136448
-0.00351331
0.000119067
-0.000518787
-0.0018781
3.19181e-05
-6.17888e-05
-0.000318335
-4.12329e-05
2.40953e-05
0.000463815
-3.24648e-05
0.000489981
7.67782e-05
-0.000189957
0.00059818
-0.000320964
-0.00050964
0.00108349
-0.000514739
-0.000927222
0.00165868
-0.000557495
-0.00140809
0.00227431
-0.000496329
-0.00194053
0.00286385
-0.000388201
-0.00243365
0.00329934
-0.000273029
-0.00290664
0.00356331
-0.0001466
-0.00335154
0.00370406
-3.01561e-05
-0.00366393
0.0036407
8.39232e-05
-0.00382337
0.00340329
0.000186582
-0.00386922
0.00304861
0.000303796
-0.00383899
0.00262794
0.000415159
-0.00375708
0.00219361
0.000489321
-0.00362913
0.00174232
0.000509036
-0.00341101
0.00128967
0.000425815
-0.0030465
0.000753385
0.000298812
-0.00255495
0.000287341
0.000246955
-0.00206435
-3.54442e-05
0.000370408
-0.00173688
5.18762e-06
0.000602343
-0.00184481
0.000458722
0.000861087
-0.00202171
0.000464754
0.000956333
-0.00202702
-6.69148e-05
0.000855241
-0.00205146
-0.0001857
0.000814601
-0.0021297
-0.000331508
0.000787046
-0.00224389
-0.000511707
0.000748597
-0.00241764
-0.000734815
0.000714786
-0.0026367
-0.00105533
0.000664167
-0.00290799
-0.00145711
0.000612659
-0.00321698
-0.00197984
0.000549708
-0.00353685
-0.00260945
0.00048663
-0.00381028
-0.00334513
0.000420205
-0.00395004
-0.00411054
0.000359491
-0.00385976
-0.00479374
0.000305101
-0.00347548
-0.00521382
0.000260633
-0.00281629
-0.00519161
0.000224821
-0.00184599
-0.00451034
0.000187275
-0.000825345
-0.00293459
0.000127784
-0.000135619
-0.00103167
3.57369e-05
3.71203e-06
0.00028942
1.91204e-05
0.000478778
0.000104325
-0.000211431
0.00089281
-0.000363573
-0.000553788
0.00151571
-0.000564633
-0.000979619
0.00214005
-0.000589907
-0.00147148
0.00277888
-0.00050157
-0.00197656
0.00334884
-0.000379672
-0.00244546
0.0037274
-0.000251584
-0.00289532
0.00394919
-0.000111815
-0.00322104
0.0039689
2.05959e-05
-0.00340127
0.00378055
0.000145663
-0.00346671
0.00344418
0.000280068
-0.00345898
0.00303273
0.000433041
-0.00341149
0.00257067
0.00057904
-0.00334218
0.00210985
0.000689953
-0.00324958
0.00162538
0.000741748
-0.00304649
0.00104095
0.000715639
-0.00259047
0.000154891
0.00067932
-0.00190587
-0.000586714
0.000645857
-0.00126285
-0.000925033
0.000723125
-0.000921493
-0.00059436
0.000920379
-0.00124402
0.000498367
0.00133163
-0.00161786
0.000662423
0.00132677
-0.00157235
-0.000152933
0.000984576
-0.00152383
-0.000252392
0.000905817
-0.00159815
-0.000283343
0.000891546
-0.0017037
-0.000421237
0.000840216
-0.00187153
-0.000576218
0.000807346
-0.00207779
-0.000849905
0.000749895
-0.00233391
-0.00119303
0.000694973
-0.00263643
-0.00166192
0.000626939
-0.00297674
-0.00224697
0.000558716
-0.00332006
-0.00297699
0.000486409
-0.00359608
-0.00381143
0.000418822
-0.00370273
-0.00467187
0.000357158
-0.00353353
-0.00537966
0.000307532
-0.00304047
-0.0056937
0.000268276
-0.00222142
-0.00534862
0.000238726
-0.00113011
-0.00404695
0.000197233
-0.000296229
-0.00188931
0.000137957
-4.64563e-06
-2.04746e-05
8.41744e-05
0.00046929
0.000142251
-0.000213139
0.0011893
-0.000401262
-0.000556202
0.00194576
-0.000608529
-0.000982699
0.00261753
-0.000619696
-0.00146455
0.00326888
-0.000517275
-0.00192987
0.00379516
-0.000383384
-0.00236103
0.00412282
-0.00024594
-0.00271938
0.0042621
-8.78975e-05
-0.00293322
0.00416244
6.20004e-05
-0.00303163
0.00388028
0.000208795
-0.00305572
0.0034907
0.000387716
-0.00304493
0.00304363
0.000589012
-0.00301615
0.0025226
0.000810249
-0.00297272
0.00198019
0.00101729
-0.00289093
0.00134418
0.00122322
-0.00256371
0.000453043
0.00123189
-0.00178298
-0.000693137
0.000765199
-0.000975328
-0.00112473
2.62431e-05
-0.000630717
-0.00101421
-0.00012734
-0.000713173
-0.000511867
0.000564109
-0.0012167
0.000766982
0.00158258
-0.0014006
0.000727938
0.00160668
-0.00117836
-0.000383749
0.000988331
-0.00105008
-0.000401483
0.000939851
-0.00113103
-0.0002441
0.000988767
-0.00125245
-0.000330463
0.000941023
-0.00142842
-0.000420217
0.000913809
-0.00163121
-0.000656527
0.000850466
-0.00186839
-0.000953966
0.000790318
-0.00214638
-0.00137365
0.000714966
-0.0024692
-0.00190507
0.000639365
-0.00282547
-0.00259647
0.000558997
-0.00316959
-0.00344119
0.000482167
-0.00341652
-0.00440509
0.000412274
-0.00344582
-0.0053409
0.000354611
-0.00314196
-0.0060021
0.000310431
-0.00247822
-0.00602694
0.000277582
-0.00147476
-0.00507145
0.000250012
-0.000493064
-0.0028873
0.000198046
-1.37958e-05
-0.000526923
0.00015768
0.000447875
0.000180053
-0.000193234
0.00146802
-0.00043598
-0.000518312
0.00235733
-0.000646156
-0.000932934
0.00308356
-0.00064934
-0.00137519
0.00372239
-0.000538802
-0.00179655
0.00420924
-0.000394184
-0.00217096
0.00448388
-0.000252505
-0.00242982
0.00453175
-8.15538e-05
-0.00257007
0.00433853
8.76744e-05
-0.00264082
0.00401827
0.000263014
-0.00268526
0.00362264
0.000474707
-0.00272237
0.00314811
0.000725196
-0.00273329
0.00250433
0.00102487
-0.00270463
0.00176351
0.00136224
-0.00249146
0.000874538
0.00153546
-0.00158705
-7.88975e-05
0.000521591
-0.000309533
-0.000846391
-0.00145854
-1.85197e-05
-0.000468939
-0.00202216
-0.000676993
-0.000245752
-0.000930849
-0.00119925
-0.000201685
0.000464588
-0.00116655
0.000638303
0.00188936
-0.000830353
0.000362257
0.00184747
-0.000590835
-0.000708081
0.0010302
-0.000554195
-0.000552548
0.00103359
-0.000675246
-0.000197349
0.00111748
-0.000861284
-0.000206681
0.00107763
-0.00106732
-0.000252958
0.00105532
-0.00128546
-0.000459101
0.000979486
-0.00150985
-0.000734948
0.000909716
-0.00175931
-0.0011201
0.000823535
-0.0020454
-0.00160409
0.000736378
-0.00237651
-0.00224304
0.000644623
-0.00273113
-0.00305947
0.000555858
-0.00304991
-0.00406187
0.000474501
-0.00322178
-0.00515348
0.000406661
-0.00310994
-0.00611111
0.000355264
-0.00260975
-0.00653574
0.000318357
-0.00172372
-0.00596773
0.000288788
-0.000663021
-0.00395899
0.000254639
-2.96615e-05
-0.00115834
0.000201915
0.000418003
0.000209978
-0.000153328
0.00170959
-0.000467688
-0.000446859
0.00273842
-0.000682786
-0.000818578
0.00351082
-0.000685575
-0.00120623
0.00413178
-0.000569948
-0.00157571
0.0045932
-0.000420529
-0.00187466
0.00481002
-0.000278593
-0.00204949
0.00478182
-0.000101329
-0.00216002
0.0045556
8.58377e-05
-0.00224032
0.00425137
0.000295137
-0.00235164
0.00390911
0.000546252
-0.00250349
0.00344532
0.000850085
-0.00262371
0.0026153
0.00123615
-0.00256553
0.00161256
0.00145967
-0.00172434
0.000587775
0.00047771
-0.000160235
-0.000141337
-0.00227033
0.000422789
-0.000438433
-0.00390044
-0.000399897
2.74555e-05
-0.0024686
-0.00105933
-0.000288728
-0.000460191
-0.000964641
-0.000803937
0.00116141
-0.000116505
-0.000333643
0.00231748
0.00040036
-0.000284071
0.00210987
0.00032517
-0.000972354
0.00128261
6.34349e-05
-0.000591723
0.00126609
-0.000186259
-9.96091e-05
0.00130124
-0.000485323
-2.16507e-05
0.00127055
-0.000753947
-3.52812e-05
0.00122122
-0.00101833
-0.000230862
0.00114715
-0.00124848
-0.000519828
0.00106047
-0.00147977
-0.000894279
0.000960697
-0.00172872
-0.00134785
0.000856356
-0.00202073
-0.00193482
0.000748191
-0.0023528
-0.00270386
0.00064223
-0.00269459
-0.00369646
0.000545385
-0.00295294
-0.00487849
0.000463654
-0.00299352
-0.00606656
0.000402168
-0.00266436
-0.00687239
0.000358011
-0.00191448
-0.00673103
0.000327067
-0.000846116
-0.00503766
0.000298223
-6.11792e-05
-0.00194671
0.000254007
0.0003585
0.000250787
-9.57294e-05
0.00189926
-0.000497313
-0.000334286
0.00307005
-0.000716012
-0.000645186
0.00388753
-0.00072428
-0.000974438
0.00450566
-0.000605266
-0.00127128
0.00493994
-0.000454108
-0.00148536
0.00511509
-0.000311625
-0.0015937
0.00506121
-0.000132082
-0.00169168
0.00488671
6.17502e-05
-0.00182978
0.00469586
0.000301467
-0.0021295
0.00458117
0.000553781
-0.00252579
0.00421867
0.000824146
-0.00284758
0.00317886
0.00108977
-0.00248523
0.00192866
0.000250916
-0.00105452
0.0005266
-0.0022424
-6.08937e-06
-0.000837179
-0.003883
-0.000410096
-0.0014183
-0.003329
-0.000958581
-0.0011629
-0.00141553
-0.000561814
-0.00185306
0.00022663
0.000164226
-0.00214125
0.00123183
0.00117982
-0.0014677
0.00207258
0.00172246
-0.000983647
0.00204049
0.00147099
-0.00123199
0.00155396
0.000948636
-0.000478142
0.00152785
0.000392863
0.000282771
0.00149953
-0.000132932
0.00038348
0.00148584
-0.000494449
0.000255986
0.00143044
-0.000827303
5.42711e-05
0.00135044
-0.00107746
-0.000294237
0.00124797
-0.00129797
-0.000689565
0.001133
-0.00151216
-0.00113575
0.00100752
-0.0017583
-0.00168095
0.000877956
-0.00204852
-0.00239578
0.00074848
-0.00237772
-0.00334574
0.000630176
-0.00267641
-0.00456247
0.000529708
-0.00281863
-0.00591779
0.000453817
-0.00263044
-0.00706669
0.000399695
-0.00200634
-0.00736576
0.000362891
-0.000991939
-0.00606111
0.000333706
-9.56121e-05
-0.00283838
0.000299684
0.000270522
0.000277212
-1.97576e-05
0.00202245
-0.000526781
-0.000188682
0.00334219
-0.000755423
-0.000425944
0.00420652
-0.000766587
-0.000671751
0.00482644
-0.000655679
-0.000882528
0.00524689
-0.000501157
-0.00100804
0.00541736
-0.000358518
-0.00108189
0.00541676
-0.000174976
-0.00120284
0.00539771
2.81301e-05
-0.00144023
0.0054196
0.000297648
-0.00207248
0.00579828
0.000586589
-0.00310381
0.00585709
0.000953659
-0.00350368
0.00409416
0.000788476
-0.00234139
0.00141105
-0.00122012
-0.000225147
-0.00291363
-0.00198383
0.000469586
-0.00481267
-0.0011764
-0.00014184
-0.00465611
-0.000507533
-0.000465494
-0.00454575
0.00132249
0.000478853
-0.00540183
0.0018285
0.00135459
-0.00452547
0.00133348
0.00214773
-0.00284856
0.00151924
0.00286248
-0.00192448
0.00169496
0.00267437
-0.00166123
0.00175775
0.00192624
-0.000258387
0.0018189
0.00106532
0.000876471
0.00179219
0.000280238
0.00100361
0.00179224
-0.00025517
0.000692716
0.00172587
-0.000698727
0.000431444
0.00162705
-0.000989156
-5.31003e-05
0.0015017
-0.00120707
-0.000506978
0.00136228
-0.00138702
-0.000974444
0.00120584
-0.00158341
-0.00149096
0.00104415
-0.00182181
-0.00215107
0.000881413
-0.00211769
-0.00303604
0.000732446
-0.00242592
-0.00424066
0.00060597
-0.00263599
-0.00570342
0.000510472
-0.00256196
-0.00714872
0.000442554
-0.00205741
-0.00788462
0.000398114
-0.00111998
-0.00700774
0.000363878
-0.00016537
-0.00378742
0.000336412
0.000119709
0.000307526
8.65321e-05
0.00204875
-0.000553813
1.60298e-05
0.00352314
-0.000784581
-0.000145647
0.0044722
-0.00081099
-0.00029745
0.00509654
-0.00071232
-0.000391388
0.00549908
-0.00055118
-0.000344167
0.00567084
-0.000399692
-0.000264782
0.00575482
-0.000156696
-0.000211885
0.0059706
9.09018e-05
-0.000223169
0.00626851
0.000510022
-0.000893886
0.00755703
0.00110623
-0.00326185
0.00917302
0.00178388
-0.00578464
0.00689564
0.000506908
-0.00480609
-0.00153594
-0.00189137
-0.000110859
-0.0120845
-0.00180682
0.00254899
-0.0115058
-0.00111744
0.00214991
-0.00820776
-0.000156011
0.00125646
-0.00950596
0.00413322
0.00234609
-0.0111774
0.00434463
0.00351937
-0.00782622
0.00178219
0.00413811
-0.00431438
0.000819803
0.00501308
-0.00295086
0.00106204
0.00471675
-0.00208882
0.00199177
0.00330933
0.000543966
0.00228828
0.00168857
0.00237561
0.00205636
0.00049196
0.00209501
0.00208288
-0.000151694
0.00124817
0.0020546
-0.000702338
0.000927763
0.00193434
-0.00102333
0.000194267
0.00180382
-0.00122138
-0.000363995
0.00164385
-0.00134937
-0.000886911
0.00145448
-0.00147864
-0.00139325
0.00125455
-0.00165016
-0.00199031
0.00103995
-0.00189693
-0.00278729
0.000851186
-0.00219786
-0.00393181
0.000690961
-0.00245757
-0.00544168
0.00057056
-0.0024879
-0.00712919
0.000484377
-0.00210058
-0.00828889
0.000428201
-0.00124216
-0.00787823
0.000387184
-0.000251504
-0.00476966
0.000357725
-0.000110817
0.000328955
0.000208167
0.00196711
-0.000584024
0.000241039
0.00362093
-0.000831137
0.000188846
0.0046472
-0.000862352
0.000177564
0.00527272
-0.000779964
0.000234704
0.00568283
-0.000624118
0.000413423
0.00591205
-0.000451972
0.000558356
0.00616673
-0.000123225
0.000477732
0.00685033
0.00022511
0.000171796
0.00756362
0.000832482
-0.00161521
0.0100139
0.00214048
-0.00605221
0.0121314
0.00409248
-0.0103708
0.00655848
0.00271744
-0.00986768
-0.00744186
-0.00201806
-0.00289468
-0.0197145
-0.00925421
0.00335862
-0.0158582
-0.0101625
0.0052999
-0.011083
-0.0064455
0.00566601
-0.0171201
0.00361287
0.00652703
-0.0168616
0.0045389
0.00747976
-0.00912762
0.000773241
0.00718828
-0.00330048
-0.00152023
0.00791841
-0.00286434
-0.000863256
0.00755438
-0.00249424
0.00199314
0.00509467
0.00199981
0.00289253
0.00254093
0.00443447
0.00267473
0.000659875
0.00387705
0.00265153
-0.000242128
0.00203182
0.00259643
-0.000902801
0.00152642
0.00239529
-0.00121723
0.000394189
0.00223214
-0.00131212
-0.000380156
0.00204694
-0.00136924
-0.000928456
0.00180289
-0.00142668
-0.0014092
0.00153163
-0.00151186
-0.00195103
0.00124872
-0.00168179
-0.00263294
0.000987185
-0.00194836
-0.00366895
0.000783636
-0.00224367
-0.00514827
0.000626552
-0.00238077
-0.00700724
0.000522483
-0.0021307
-0.00856159
0.000451691
-0.00137431
-0.00865087
0.000403534
-0.00036186
-0.00577544
0.0003709
-0.000445628
0.000345445
0.000293917
0.00181555
-0.000609747
0.000406671
0.00366053
-0.000873245
0.000449693
0.00476864
-0.000920555
0.000556561
0.00538752
-0.000850886
0.000792263
0.00577274
-0.000665272
0.00125926
0.00599422
-0.000478133
0.00176919
0.00636445
5.79547e-05
0.00223763
0.00741087
0.000654133
0.00337366
0.00710458
0.00273831
0.00416675
0.00791512
0.00638898
0.00268232
0.00766211
0.00922311
-0.00154079
0.00215032
0.0078701
-0.00549214
-0.0059486
0.00226169
-0.00351526
-0.0156226
-0.009862
0.0034487
-0.0167543
-0.00780298
0.0110654
-0.0158695
-0.00288629
0.0140303
-0.0257734
0.00354192
0.0121591
-0.0197753
0.00440275
0.00980274
-0.00496971
0.002945
0.00901598
0.000319526
-0.00134699
0.0116629
-0.00252158
-0.00437624
0.0120783
-0.00292925
-0.00115995
0.008827
0.00430265
0.00258845
0.00348956
0.00996612
0.00400259
-0.000289295
0.00789779
0.00339395
-0.000899517
0.00249561
0.00333055
-0.00134567
0.00193506
0.00290984
-0.00162828
0.00048785
0.00272905
-0.00148329
-0.000740238
0.00253405
-0.00143642
-0.00116166
0.00222477
-0.00141856
-0.00156637
0.00185918
-0.00141146
-0.00203996
0.00147547
-0.00148254
-0.00260614
0.00113749
-0.00169729
-0.00346484
0.000867188
-0.00200152
-0.00484967
0.000677173
-0.00224003
-0.00678489
0.000542483
-0.00216569
-0.00866135
0.000457711
-0.00156474
-0.00927222
0.000399703
-0.000560811
-0.00677551
0.000360254
-0.000975938
0.000337916
0.000411403
0.00156066
-0.00063493
0.000622833
0.00362169
-0.00090764
0.000797944
0.00479076
-0.000978912
0.00109525
0.00536884
-0.000928353
0.00162073
0.00567161
-0.000732965
0.00259349
0.0057304
-0.000499869
0.00360932
0.00629219
0.000231839
0.00513968
0.00700705
0.0017326
0.00658205
0.00432794
0.00684847
0.0114133
0.000325159
0.00997203
0.0249317
-0.00597924
0.0156786
0.0362027
-0.00630104
0.027043
0.0327624
-0.00175796
0.0336618
0.0222719
-0.00272852
0.0177628
0.0165035
-0.00786635
0.0194935
0.023119
-0.0144697
0.020922
0.0281791
-0.0233271
0.00715053
0.0230144
-0.0236517
0.0186162
0.0130155
-0.0104131
0.033723
0.00912031
-0.00196034
0.0228772
0.0144201
-0.00430386
-0.00275065
0.0121684
0.00147766
-0.0104818
0.00288617
0.0172014
-0.00818362
-0.00413545
0.0205663
-0.00261727
-0.00473261
0.00973872
0.00221901
-0.00288614
0.000489605
0.00438284
-0.00267072
0.00164723
0.00317874
-0.00242845
-0.000213894
0.00320671
-0.00164849
-0.00196618
0.00315175
-0.00145674
-0.00171768
0.00279497
-0.00139777
-0.00189659
0.00229927
-0.00131815
-0.00227799
0.00173783
-0.00127217
-0.00271086
0.00126737
-0.00140848
-0.00335769
0.000950738
-0.00170743
-0.0045382
0.000685656
-0.0020235
-0.00647958
0.000553116
-0.00211774
-0.00858763
0.000440376
-0.00170542
-0.00970295
0.000381056
-0.000753285
-0.00772286
0.000333633
-0.00169309
0.000322684
0.000454162
0.00128285
-0.000667908
0.000744227
0.00352188
-0.000948466
0.00104395
0.00472203
-0.00103899
0.00150872
0.00523638
-0.00102854
0.0022699
0.00543546
-0.000808093
0.00358695
0.00532661
-0.000663388
0.00506558
0.00601567
0.000518339
0.00677149
0.00613784
0.00309303
0.0047446
0.00369644
0.0102536
0.00558211
-0.00470901
0.00870457
0.0239305
-0.0122726
0.00424549
0.0479884
-0.0138085
0.0347363
0.0645153
-0.0128708
0.0551694
0.0695735
-0.00839591
0.0412794
0.0525535
-0.000489073
0.0345731
0.0405574
-0.0061732
0.0314685
0.0376451
-0.00997254
0.0121662
0.028012
-0.0262871
0.0341802
0.011809
-0.0210966
0.0506238
-0.000170106
-0.00719828
0.0484071
0.00235829
-0.00632815
0.0163631
-0.000786099
0.00345068
-0.00998968
-0.0111387
0.0288226
-0.0167939
-0.0134751
0.0280797
-0.00841085
-0.00999537
0.00648638
0.00504716
-0.00484154
-0.00762144
0.00864601
-0.00357628
-0.000720072
0.00401983
-0.00301356
-0.00143728
0.00326592
-0.00184172
-0.00381132
0.00384528
-0.00149499
-0.00267255
0.00350433
-0.00144005
-0.00244603
0.00287586
-0.00128456
-0.00274565
0.00210015
-0.00111935
-0.00298624
0.00139716
-0.00116043
-0.00334891
0.00102401
-0.00139905
-0.00428714
0.000701032
-0.0017073
-0.00615278
0.000494515
-0.00195682
-0.00834683
0.000389758
-0.00178613
-0.0098814
0.000321453
-0.000980218
-0.00851586
0.000276949
-0.00262936
0.000276976
0.000424436
0.00104098
-0.000680262
0.000803318
0.00334627
-0.000972822
0.0012365
0.00454612
-0.00108639
0.00185809
0.0050038
-0.0011412
0.00294799
0.00497336
-0.000904436
0.00482331
0.00466865
-0.00101828
0.00789799
0.00463315
0.000677786
0.0116569
0.00354898
0.00407649
0.0102224
0.00555309
0.00873441
0.010071
-0.00238062
0.00334379
0.0197255
-0.00511557
-0.0146981
0.036427
-0.00796704
0.000453866
0.0496384
-0.0128386
0.00759615
0.0520944
-0.00760932
0.0095149
0.043836
0.0035788
0.0188692
0.0445259
-0.00716504
0.0198966
0.0475252
-0.00490859
-0.00061494
0.0344428
-0.0274938
0.0256837
0.0107404
-0.0230953
0.04521
-0.0154276
-0.00426835
0.0598344
-0.019789
-0.0104
0.047516
-0.0150263
-0.00285308
0.0100089
-0.0187955
0.028368
-0.008865
-0.0177321
0.0313936
-0.0102153
-0.00949541
-0.00134279
0.00425229
-0.00151335
-0.0242555
0.0191868
0.0012695
-0.00894212
0.012422
0.00035033
-0.00248438
0.00566242
-0.000711731
-0.00427366
0.00407451
-0.000933631
-0.00343133
0.00344969
-0.00108742
-0.00313482
0.00324748
-0.00105923
-0.00334295
0.00240962
-0.000914623
-0.00336099
0.00150518
-0.0010354
-0.00327512
0.00105157
-0.00133883
-0.00391847
0.000697309
-0.00160891
-0.00580594
0.000412927
-0.00183048
-0.00808743
0.000267864
-0.00176388
-0.0099298
0.000225434
-0.00107929
-0.00916916
0.000176688
-0.00365001
0.000184404
0.000385512
0.000833262
-0.000692502
0.000807765
0.00312452
-0.000982986
0.0013256
0.00429501
-0.0011219
0.00206038
0.00469112
-0.00122292
0.00338286
0.00437899
-0.00107043
0.00579498
0.0037468
-0.00134621
0.0106703
0.00215742
0.000165127
0.0171568
-0.000110468
0.00274799
0.0206342
0.00478656
0.00548089
0.0253349
0.000571586
-0.00104322
0.0283189
0.00555996
-0.016705
0.0215356
0.00909426
-0.00708848
0.0129902
0.00278257
-0.00989948
0.0132123
0.00107324
-0.0108961
0.0184015
0.00556688
0.0109066
0.0352501
-0.00670119
-0.0022772
0.0518506
-0.00702783
-0.0337276
0.0490035
-0.030736
-0.00146278
0.0311152
-0.0288011
0.0280134
-0.00201108
0.00436976
0.0518458
-0.0215019
0.00151722
0.0517218
-0.0196966
-0.00418904
0.0292271
-0.0176156
0.0178603
0.012957
-0.0134111
0.0272998
-0.0106785
0.00406345
-0.0161742
-0.00955536
0.00978403
-0.0350659
0.0146568
0.00944628
-0.0176492
0.0225096
0.00687501
-0.00467788
0.0113791
0.00260596
-0.00406312
0.00369194
0.000982335
-0.00377293
0.00202676
-0.000208161
-0.00367076
0.00341436
-0.000820675
-0.00381395
0.00257188
-0.000927319
-0.00361264
0.00132938
-0.00111399
-0.00313799
0.00100091
-0.00137131
-0.00352596
0.000730231
-0.00155598
-0.005434
0.000277877
-0.0017401
-0.00780862
0.000126922
-0.0016808
-0.00993983
0.000102278
-0.00108282
-0.00971749
7.72373e-05
-0.00465777
8.31657e-05
0.000338188
0.000663165
-0.000695617
0.00074854
0.00290157
-0.000974833
0.00123639
0.00405982
-0.00113893
0.00191058
0.00442287
-0.00125778
0.00305828
0.0039515
-0.00122374
0.00516671
0.00303468
-0.00138815
0.00950091
0.000347003
-0.000629252
0.0153239
-0.00232361
0.00106212
0.0221921
0.000478356
0.00071494
0.026907
0.000944299
-0.00264129
0.0253089
0.0175747
-0.0101659
0.017242
0.0269197
-0.008207
0.00976361
0.013864
-0.0143562
0.0100935
0.00683128
-0.0183766
0.0133463
0.00575004
0.0132649
0.0297426
-0.00069026
-0.0315349
0.0438293
-0.00997964
-0.0579144
0.0446355
-0.0322291
-0.0201263
0.0344264
-0.0298952
0.00722628
0.0175765
0.00541258
0.0241262
0.00038828
0.0219172
0.0199261
-0.00665328
0.00903079
0.0169036
-0.00299598
0.0040247
0.0233459
0.00868274
0.0110502
-0.00813974
0.0252769
-0.0274141
-0.0245236
0.0248649
-0.0306357
-0.00661025
0.0198323
-0.0136137
0.0143361
0.0142453
-0.00560521
0.0108839
0.00787604
-0.0049609
0.00364047
0.003378
-0.00394957
0.00210296
0.000750751
-0.00427045
0.00366889
-0.000878351
-0.00410222
0.00275317
-0.00150725
-0.00345809
0.00109802
-0.00165557
-0.00290209
0.000777929
-0.00171497
-0.00328284
0.000835019
-0.00164182
-0.00521661
0.000162215
-0.0016264
-0.00760565
-0.000160771
-0.00150491
-0.00995478
-9.30442e-05
-0.000955516
-0.0101803
-8.556e-05
-0.00551317
-5.0569e-05
0.000287209
0.000520733
-0.000686302
0.000646761
0.00269975
-0.00095023
0.00103357
0.00388463
-0.00112921
0.00151505
0.00427735
-0.00125411
0.00219094
0.00385507
-0.00127693
0.00346106
0.00285061
-0.00138159
0.00526288
0.000479532
-0.000996746
0.00874852
-0.00240196
-0.00041121
0.0152223
-0.00282025
-0.00120084
0.0153605
0.00179912
0.000269046
0.0065128
0.0241631
-0.00219372
-0.00202134
0.0287176
-0.0139022
-0.00873987
0.0105596
-0.0240295
-0.0074783
0.00161002
-0.0142767
-0.00799098
-0.00703499
0.0159623
0.00483326
-0.00629325
-0.0382221
0.0202651
-0.0147037
-0.0793516
0.0264867
-0.0299105
-0.0435012
0.0235889
-0.0252283
-0.0217403
0.0252134
-0.0044052
0.00511474
0.0293011
0.0104215
0.012904
0.0262911
0.00522699
0.00943325
0.02647
-0.00292339
0.00913303
0.0322157
0.00143994
-0.00370962
0.0304622
-0.0196928
-0.0244517
0.0261774
-0.0210721
-0.0207518
0.0212838
-0.00389428
-0.00690854
0.0132481
-0.000853251
-0.00396547
0.00524156
-0.00357746
-0.00185413
0.001162
-0.0043236
0.000365648
-0.000265059
-0.00627841
0.00274307
-0.00264306
-0.00454537
0.00430923
-0.00362542
-0.00284872
0.00223824
-0.00290766
-0.00299942
0.000649138
-0.00223675
-0.00364518
0.000856014
-0.00185035
-0.0052309
-6.71156e-05
-0.00165389
-0.00744462
-0.000535766
-0.00143729
-0.00997904
-0.000380474
-0.00086536
-0.0106253
-0.000295036
-0.00624931
-0.000230704
0.000227836
0.000409701
-0.000662698
0.000528651
0.00252277
-0.000911961
0.000814861
0.0037559
-0.00110112
0.0011019
0.00423121
-0.001228
0.00136601
0.00398351
-0.0013007
0.0017993
0.0030985
-0.00133517
0.0016819
0.00169129
-0.00117548
0.00200243
-0.000885363
-0.000669743
0.00470305
-0.00307464
-0.00022659
0.00870728
-0.00286864
0.00596951
0.0103839
0.0097383
0.0162094
0.00895522
0.0138419
-6.41884e-05
-0.00415098
0.0135486
-0.0379001
-0.0148515
0.00543023
-0.0293807
-0.0210987
-0.0132521
0.00452391
-0.0170919
-0.0101815
-0.0282235
0.0105887
-0.00742933
-0.0894716
0.0218411
-0.0215306
-0.0469248
0.0310038
-0.0180391
-0.0531787
0.0324114
-0.00264705
-0.0327072
0.0394735
-0.00289667
-0.00370999
0.0434024
-0.00845829
-0.00365028
0.0384184
-0.00320429
-0.00959219
0.0342696
0.00572965
-0.0118851
0.0235771
-0.00580711
-0.0209947
0.0183257
-0.0104067
-0.0230601
0.0169748
0.00282547
-0.0194813
0.00945103
0.00606587
-0.0146832
0.00192396
0.00102732
-0.00739115
-0.000904971
-0.00431161
-0.00151088
-0.00250829
-0.00777918
0.00186888
-0.00593351
-0.00364704
0.00690258
-0.00647314
-0.001698
0.00496945
-0.0043479
-0.00379297
0.000970253
-0.00278603
-0.0046639
0.000711376
-0.00199387
-0.00545254
-0.000606739
-0.00167512
-0.0072926
-0.000934336
-0.00140415
-0.00999123
-0.000647022
-0.000823341
-0.0110518
-0.000486679
-0.00692744
-0.000393001
0.000171457
0.000331152
-0.000639786
0.000435296
0.00234809
-0.000862347
0.000668382
0.00362848
-0.00105377
0.000833683
0.0042131
-0.00118261
0.000908268
0.00413712
-0.001288
0.000882387
0.00344082
-0.00129436
0.000411773
0.00250034
-0.00120912
-0.00121755
0.000672194
-0.000359651
-0.000500701
-0.00346569
0.000668583
0.00597865
-0.0096065
0.00671865
0.00871812
-0.00352778
0.0204107
0.00534186
0.00643189
0.0114982
0.00504501
0.0163649
-0.0312462
0.0106141
0.00751114
-0.0386513
0.0132089
-0.0158066
0.00547755
0.00975811
-0.0110402
0.0116543
0.00582097
-0.00199728
-0.0102693
-0.00504918
-0.00824886
-0.00712255
0.0164093
-0.02246
-0.0222293
0.0406665
-0.00774805
-0.0453177
0.040087
0.00385629
-0.0281925
0.0258644
0.00298732
-0.0209493
0.013953
0.00368157
-0.0235401
0.00922329
0.011789
-0.0268299
0.00503251
-0.000150557
-0.023994
0.0109027
-0.00425956
-0.0181399
0.0189114
0.00838417
-0.0136795
0.0159354
0.0149176
-0.00681208
0.00695927
0.00901249
-0.000393947
1.43601e-05
-0.00151109
0.00330137
-0.00566623
-0.00513415
0.00415289
-0.0094862
-0.00103932
0.0117954
-0.00796059
-0.00187733
0.00884809
-0.0047018
-0.00573163
0.00143877
-0.00293258
-0.00581674
0.000416913
-0.00193021
-0.00560743
-0.00130627
-0.0016279
-0.00704241
-0.00126237
-0.00138797
-0.00992012
-0.000860564
-0.000854344
-0.0114057
-0.000631324
-0.00761671
-0.000509564
0.00011819
0.0002771
-0.000599671
0.000345097
0.002181
-0.000808159
0.000531411
0.00350095
-0.000995011
0.00062151
0.00420049
-0.00113586
0.000568602
0.00428615
-0.00125261
0.000272482
0.00379916
-0.00127323
-0.00041737
0.00305556
-0.00117479
-0.00212984
0.0015153
-0.000222753
-0.00446617
-0.00288081
0.00141729
-0.0120522
-0.00671859
0.00465207
-0.0247479
0.00159873
0.00437477
-0.0284365
0.01212
-0.00414484
-0.0107033
0.0132914
-0.0240593
0.00625924
-0.00103915
-0.0198965
0.00254062
-0.013036
0.00720813
-0.00364468
-0.0069449
0.0242817
-0.00859847
-0.00131796
0.0122835
-0.00969329
-0.0128059
0.0130836
0.0135508
-0.0526177
0.0228052
0.0461416
-0.0417293
0.0072353
0.0410515
0.000269045
0.00266411
0.0142273
0.017278
-0.0105493
0.00410862
0.0035788
-0.0305952
0.00326397
0.00679632
-0.0368923
0.00259845
0.00345392
-0.0296829
0.0106554
0.00145903
-0.0124253
0.0214464
0.0133486
-0.00233747
0.0198566
0.0234146
0.000779983
0.00966681
0.0143729
0.00472314
-0.0004971
0.00153683
0.00341936
-0.0092779
-0.00327222
0.0126515
-0.0110714
-0.00452855
0.0228218
-0.00694476
-0.0063823
0.0117607
-0.00376873
-0.00849356
0.00158959
-0.00233801
-0.00670784
-0.000254397
-0.00151967
-0.00555855
-0.00176842
-0.00138351
-0.00669042
-0.0014411
-0.00128692
-0.00974249
-0.00100633
-0.00088247
-0.0116555
-0.000749306
-0.00835073
-0.000626848
7.94786e-05
0.000238557
-0.000556296
0.000276649
0.00201884
-0.000745262
0.000437159
0.00336598
-0.000925197
0.000480797
0.00418533
-0.00107219
0.000303398
0.00448465
-0.00122234
-0.000298889
0.00434909
-0.00131774
-0.00146719
0.0039713
-0.00148825
-0.00343568
0.00303212
-0.00148085
-0.00786246
0.000489802
-0.00136703
-0.0217351
0.00275638
-0.00163651
-0.0369345
0.0095499
-0.00129316
-0.033616
0.00726713
0.000110507
-0.0122143
-0.009321
-0.00642827
0.000506073
-0.0158551
-0.0164956
-0.00697738
-0.0017958
-0.0157881
-0.00655879
0.00424955
-0.015274
0.00212637
-0.000161271
-0.0227229
0.018655
-0.0290645
0.00215869
0.0299034
-0.0711278
0.028953
0.0359892
-0.0577571
0.0297397
0.0419132
-0.0121948
0.0257289
0.0343619
0.0171286
0.0137731
0.0195437
0.00829193
-0.00951841
0.00953615
0.00743855
-0.0206311
0.00792071
0.00522528
-0.0207248
0.0103674
0.00172203
-0.00147987
0.0153019
0.00816276
0.0100082
0.0164761
0.019824
-0.000491762
0.0127129
0.0120399
-0.00539539
0.00522554
-0.000677276
0.00288387
-0.00327563
-0.00912221
0.0259954
-0.00459736
-0.0123886
0.0272609
-0.00233024
-0.0103298
0.00826479
-0.00159908
-0.00911294
0.000108232
-0.00114786
-0.00638782
-0.0014661
-0.000889489
-0.00505201
-0.00200265
-0.00102569
-0.00612472
-0.00148353
-0.00116888
-0.00937167
-0.00104935
-0.000932664
-0.0117679
-0.000765065
-0.00915767
-0.000645058
4.29861e-05
0.000218746
-0.000513619
0.000219679
0.00185627
-0.000681426
0.000385197
0.0032021
-0.000849034
0.000446045
0.00411778
-0.000995765
0.000338392
0.00458174
-0.00115694
-8.20935e-05
0.00471238
-0.00130877
-0.0010706
0.00475051
-0.00158334
-0.00253213
0.00443943
-0.00227027
-0.00491443
0.00306175
-0.00374963
-0.0110321
0.00673877
-0.00533085
-0.0164374
0.011039
-0.00512164
-0.008829
0.000358925
-0.000354521
0.00844252
-0.0295641
0.0043572
0.0174671
-0.0332696
-0.00279752
0.0148973
0.00286433
-0.0136722
0.0136125
0.0151048
-0.0120588
0.0243111
0.00127285
-0.0176889
0.0430186
-0.0383443
-0.00351406
0.0361658
-0.0590193
0.0188994
0.0166713
-0.0357902
0.0159134
0.0178049
-0.000347343
0.0202945
0.028381
0.0184396
0.0240078
0.0183352
0.0170153
0.00662881
0.00417414
0.0157216
0.00146796
0.000849513
0.00349409
-0.000732337
-0.00280628
-0.00191627
0.00483194
0.00160209
0.00268229
0.00739203
0.0134265
0.00789791
0.00153228
0.0205154
0.002848
-0.00234802
0.0162932
-0.00625269
0.0143148
0.00782413
-0.0132402
0.0295413
0.00403965
-0.0128622
0.0173812
0.00241193
-0.00872419
-5.22459e-05
0.000753244
-0.00677723
-0.00298881
0.000101502
-0.00475861
-0.00273863
-0.000159034
-0.00414306
-0.00215863
-0.000563002
-0.00539004
-0.00145629
-0.000948019
-0.00882967
-0.00103441
-0.000919703
-0.0117194
-0.000734563
-0.00998586
-0.000624692
3.57234e-05
0.000194456
-0.000467158
0.000197931
0.00169457
-0.00061374
0.000390338
0.00299791
-0.000767762
0.000518441
0.00396893
-0.000901522
0.000557285
0.00451646
-0.00104164
0.000511446
0.00472681
-0.00116966
0.000399835
0.00480568
-0.00139234
0.000277969
0.00463583
-0.00193355
0.000165289
0.00347621
-0.00377613
0.0015595
0.00509289
-0.00583058
0.00438525
0.00882635
-0.00791197
0.0126187
-0.00221706
-0.00549332
0.0190955
-0.0290421
0.0046885
0.0163748
-0.0322611
0.0036716
0.0165113
0.00234301
-0.00774943
0.0228626
0.0165936
-0.00656736
0.0349714
-0.00548622
0.00202902
0.0377781
-0.0381708
0.0037807
0.0260317
-0.0407658
-0.0016126
0.00790721
-0.0118706
-0.00399964
0.00776015
0.0172258
0.00333283
0.0237679
0.0235063
0.0083378
0.0218508
0.0270443
-0.000720693
0.0110013
0.0248841
0.00325243
0.00688414
0.00694916
-0.00224372
-0.000422611
0.00096265
-0.000773406
5.31656e-05
-0.00118082
0.0132961
0.00978391
-0.00569482
0.0213919
0.0160708
-0.00808411
0.0152116
0.0123882
-0.00934397
0.0161839
0.00674831
-0.00999381
0.0132522
0.00442534
-0.0074605
-0.000734424
0.00315695
-0.00507841
-0.00684029
0.00206455
-0.00398518
-0.00509063
0.00111802
-0.00281646
-0.00312338
0.000490799
-0.00304092
-0.00208713
-0.000185175
-0.00450535
-0.0013205
-0.000792566
-0.00814473
-0.000936328
-0.000937889
-0.0115365
-0.000658258
-0.0108702
-0.000555889
2.65704e-05
0.00016814
-0.000420649
0.000183404
0.00152739
-0.000551433
0.000397796
0.00276249
-0.000682251
0.000597734
0.00374228
-0.000801638
0.000773845
0.00431233
-0.000916686
0.000949022
0.00453777
-0.00100434
0.00120343
0.00458721
-0.00114828
0.00161612
0.00434714
-0.0013789
0.00207896
0.00333539
-0.00255331
0.00458011
0.00285801
-0.00386851
0.0101971
0.0045315
-0.00627429
0.015423
-0.00189281
-0.00782212
0.0106141
-0.0152609
-0.00167361
-9.41356e-05
-0.0165487
0.000557849
0.00197669
-0.000999692
-0.00660016
0.0126133
0.00758949
-0.007034
0.0183731
-0.0104912
-0.00348575
0.0123609
-0.0324754
-0.00716728
0.00593667
-0.0312936
-0.00929178
0.00406012
-0.0011763
-0.0148945
0.00961799
0.0232287
-0.0137973
0.0196602
0.027001
-0.0138591
0.0199912
0.0279248
-0.00923504
0.0141089
0.0247677
-0.00469253
0.0132312
0.0113957
-0.015318
0.0106987
0.00639113
-0.00744032
0.00749671
-0.00367458
0.0140539
0.00745721
-0.0107437
0.0176188
0.00749843
-0.00832774
0.00394959
0.00557649
-0.00493689
-0.00496102
0.00377581
-0.00367364
-0.00864041
0.00335962
-0.00281169
-0.0100964
0.00308285
-0.00223393
-0.00715785
0.00235492
-0.00191705
-0.00398612
0.00155067
-0.00132356
-0.00253879
0.000841534
-0.00206296
-0.00168229
5.27705e-05
-0.00363317
-0.00108742
-0.000728598
-0.00737541
-0.000750495
-0.00102145
-0.0112566
-0.000537078
-0.0118771
-0.000451064
2.6557e-05
0.000134244
-0.000375179
0.000164105
0.00137149
-0.000496568
0.000383823
0.00251469
-0.000611319
0.000608051
0.00348334
-0.000704986
0.000847031
0.00404418
-0.000804827
0.00109747
0.00427392
-0.000870886
0.00147735
0.00424531
-0.000956805
0.00197621
0.00397665
-0.00103423
0.00236071
0.00331917
-0.00144298
0.00332755
0.002397
-0.00221625
0.00656518
0.00221831
-0.00346255
0.00782616
-0.000566657
-0.00487323
0.00285633
-0.00503316
-0.0046556
-0.00350613
-0.00593361
-0.00293317
-0.00314345
-0.00251959
-0.00277057
0.00139934
0.0010204
-0.00364595
0.000845055
-0.006182
-0.00607051
-0.00386327
-0.0195173
-0.00797229
-0.00739329
-0.0232353
-0.00792119
-0.00172063
-0.0017725
-0.0186758
0.0058948
0.0233622
-0.0276047
0.00767118
0.0275171
-0.0221794
0.00767969
0.0213069
-0.012422
0.00822156
0.0191266
-0.0160078
0.0108306
0.0149717
-0.028557
0.0141339
0.0116126
-0.0221493
0.0133548
0.00218189
-0.00902067
0.00913674
-0.00120234
-0.00962101
0.00601967
0.000941171
-0.014479
0.0052893
0.00167322
-0.0152865
0.00494751
0.000710976
-0.0114381
0.00390987
-0.000242228
-0.00589613
0.00265566
-0.000759117
-0.00189428
0.00188925
-0.000850471
-0.0012804
0.00144329
-0.000486433
-0.00159211
0.000884696
-0.00134247
-0.00127268
8.4528e-05
-0.00283559
-0.000804067
-0.000768549
-0.00659297
-0.000545621
-0.00117413
-0.0109036
-0.000392379
-0.0130724
-0.00032192
-2.01186e-05
0.000140495
-0.000332673
9.43662e-05
0.00123299
-0.000449415
0.000298024
0.00227756
-0.000548405
0.000561258
0.00318222
-0.00063139
0.000851874
0.00371583
-0.00070209
0.00115956
0.00394854
-0.000756573
0.00153263
0.00389597
-0.000811129
0.00199055
0.00362124
-0.000856297
0.00241852
0.00318047
-0.000986347
0.00282572
0.00252609
-0.00131681
0.00380533
0.00205395
-0.00191696
0.00385627
0.0008079
-0.00262899
0.00232069
-0.00120675
-0.00278351
0.000158066
-0.00134578
-0.00257564
-0.000722755
-0.000161998
-0.00270045
-0.000255242
0.00202233
-0.00337016
-0.00195377
0.000557103
-0.00502957
-0.00898043
-0.00520742
-0.00756737
-0.0150591
-0.0159273
-0.0060106
-0.00781455
-0.0123251
-0.0115533
0.00111096
0.0127598
-0.0197252
0.00111469
0.0219637
-0.0145704
0.00194509
0.0155791
-0.0119473
0.00608343
0.0159492
-0.0184879
0.00850673
0.0159401
-0.0221304
0.00975546
0.0115691
-0.0160417
0.00818044
0.0042783
-0.0101124
0.00612514
0.00360434
-0.00983759
0.00588789
0.00557389
-0.0114183
0.00635049
0.00530029
-0.0110136
0.00573061
0.00350991
-0.00712365
0.00401033
0.00141236
-0.00198391
0.00229201
0.000253825
0.000666893
0.00152365
-0.000193861
2.6071e-05
0.00132617
-2.94008e-05
-0.000907124
0.000907825
-0.000852081
-0.000813512
0.000141095
-0.00213157
-0.000521224
-0.000778993
-0.00576982
-0.000345544
-0.00129863
-0.0104663
-0.000245718
-0.0144185
-0.000185784
-3.70802e-05
0.000157682
-0.000297945
-7.3951e-06
0.00117204
-0.000410218
0.000169504
0.00206263
-0.000497586
0.000408117
0.00290084
-0.0005582
0.000723784
0.00335597
-0.000626215
0.00108033
0.00356462
-0.000646192
0.00145859
0.0035179
-0.00068691
0.00187118
0.00325792
-0.000688076
0.00227086
0.00293032
-0.000742488
0.00259665
0.00248964
-0.000841563
0.00308533
0.00207057
-0.00107319
0.00304079
0.00150782
-0.00126275
0.00237227
0.000448685
-0.00139862
0.00163807
0.000469912
-0.00161203
0.00150347
0.00130077
-0.00199144
0.0022995
0.00260916
-0.00243248
0.00220153
0.00259339
-0.00364126
-0.00178169
0.00187209
-0.00519159
-0.00988975
-0.00712903
0.000535312
-0.00883627
-0.0168702
0.00381411
0.00141126
-0.00136155
-0.00164261
0.00415589
0.0128808
0.00106202
0.00387703
0.0100125
0.00429279
0.00724129
0.00889589
0.00246707
0.00747527
0.010229
0.00413643
0.00382618
0.00595401
0.00934474
0.000313355
0.000871289
0.0080408
0.000194914
0.00275845
0.000456861
0.00179207
0.00546271
-0.00325346
0.00361497
0.00515046
-0.00430496
0.00425813
0.00417935
-0.00371158
0.00374115
0.00235168
-0.00183023
0.00274293
0.00117561
-0.000367772
0.00206791
0.000443039
-0.000247351
0.00173595
0.000320763
-0.000476761
0.00125556
-0.000404353
-0.000414083
0.000465001
-0.00143921
-0.000272964
-0.000620107
-0.00481189
-0.000169346
-0.00120915
-0.00996818
-0.000122197
-0.015693
-7.3398e-05
-0.000209252
0.000344258
-0.000268346
-0.000242409
0.0011689
-0.000389028
-0.000135216
0.00190895
-0.000463785
0.000185575
0.00253407
-0.000510547
0.00055246
0.00293614
-0.000556175
0.00101196
0.00306526
-0.000569544
0.00144625
0.00306028
-0.000591532
0.00187778
0.00283446
-0.000569786
0.00228328
0.0025882
-0.000579453
0.00261887
0.00228652
-0.000590177
0.00294197
0.00197011
-0.000629004
0.00307882
0.0016752
-0.000658301
0.00284007
0.00111242
-0.000611934
0.00261352
0.00117378
-0.000577609
0.00278813
0.00164874
-0.000618334
0.00367236
0.00226603
-0.000668363
0.00455502
0.00257753
-0.00123678
0.00517238
0.00312757
-0.00218277
0.000698343
-0.00115367
0.00283525
-0.00508864
-0.0102604
0.00930635
-0.00147831
-0.00638282
0.00716159
0.00212138
0.00486889
0.00691699
0.00234834
0.00503384
0.0100535
0.00466943
0.00186617
0.0118128
0.00522718
0.00298724
0.0140628
0.00141151
0.00113708
0.016798
-0.00264157
-0.00140164
0.0138876
-0.00300976
0.00124635
0.00534661
-0.00102105
0.00348647
0.00114242
0.0012593
0.0031516
0.000203906
0.00272997
0.00315108
-0.000724462
0.00306936
0.00226733
-0.000794506
0.00280153
0.00151542
-0.000393591
0.00241573
0.000786102
-0.000181782
0.00214889
0.000511861
-0.000136224
0.00178106
-0.000121238
-0.000114743
0.00118062
-0.000957804
-9.21335e-05
3.99511e-05
-0.00380825
-1.68119e-05
-0.00075232
-0.00928524
-3.02665e-05
-0.0165307
2.49759e-05
-0.000115384
0.000427045
-0.000255206
-0.00037068
0.00137936
-0.000365421
-0.000426709
0.00191017
-0.000442224
-0.000199563
0.00224975
-0.000467047
0.000203147
0.00247267
-0.000515032
0.000753251
0.00246618
-0.000503436
0.00129723
0.00247411
-0.000524782
0.00180838
0.00230348
-0.000486543
0.0022775
0.00212949
-0.000474297
0.00267524
0.00193559
-0.000442133
0.00300889
0.00173479
-0.000421549
0.00327078
0.00155925
-0.000387456
0.00329968
0.00133398
-0.000361624
0.00339669
0.00136879
-0.000279618
0.0037364
0.00161144
-0.000153379
0.00441745
0.00186666
2.67885e-05
0.00546413
0.00193673
0.000116495
0.00751303
0.00173384
0.000220625
0.00718508
3.35548e-05
0.00218103
0.00159941
-0.00371642
0.00563954
-0.000891573
-0.00401764
0.00645701
0.000844428
0.000960698
0.00613265
0.00166269
0.00203126
0.0065687
0.00201818
-0.00041447
0.00781901
0.0027781
-8.90796e-05
0.00848
0.00200315
-8.6258e-05
0.00804549
-0.000240962
-0.000726251
0.00716141
-0.000538043
0.000626852
0.00425992
0.000477436
0.00185461
0.0025127
0.00161395
0.00161839
0.00188688
0.002608
0.00195632
0.000901909
0.00307397
0.00165962
0.000375696
0.00311458
0.00130963
0.000311478
0.00301651
0.000738391
0.000231535
0.00292352
0.000480257
0.000126637
0.00280513
-0.000125038
7.03626e-05
0.0024584
-0.000746699
5.68318e-05
0.00136432
-0.0028533
6.8989e-05
0.000304321
-0.00834844
7.64785e-05
-0.0163171
0.000104861
-0.000876981
0.00126957
-0.000268457
-0.00101129
0.00146101
-0.000397809
-0.000962201
0.00179953
-0.000442811
-0.000644725
0.00186862
-0.000457536
-9.07746e-05
0.00184993
-0.000488109
0.000511053
0.00180644
-0.000475021
0.00116863
0.00176068
-0.000488851
0.0017511
0.00168088
-0.000449145
0.00228525
0.00157203
-0.000425619
0.00274558
0.00147152
-0.0003752
0.00314123
0.00135997
-0.000320266
0.0034808
0.0012653
-0.000249471
0.00371635
0.00117191
-0.000149193
0.00399096
0.00117639
1.96003e-05
0.00438097
0.00126423
0.000247469
0.00494785
0.00134116
0.00048324
0.0056799
0.00130788
0.000708735
0.00658746
0.00107043
0.0009832
0.00667005
0.000375053
0.00160497
0.0046427
-0.0012209
0.00285347
0.00232694
-0.0015699
0.0038018
0.0023744
0.000289739
0.00418626
0.00311459
0.000823395
0.00377719
0.00281701
-0.000242848
0.00386028
0.00282048
-0.000289364
0.00416382
0.00293198
-0.000340797
0.00377777
0.00257407
-0.000404606
0.00332934
0.0027073
0.000241314
0.00267254
0.00315919
0.000877682
0.00235384
0.00344389
0.00088095
0.00186584
0.00390221
0.00122381
0.00112608
0.0042411
0.00110787
0.00072979
0.00440262
0.000971391
0.000513331
0.0044392
0.000558535
0.000357917
0.00444563
0.000354308
0.000218733
0.00439505
-0.000178131
0.000136716
0.00427406
-0.000722578
8.67132e-05
0.0034563
-0.00214643
0.000102692
0.00197182
-0.00697572
0.000116148
-0.0144309
0.000143624
-0.00196274
0.00316999
-0.000360476
-0.00214232
0.00156189
-0.000463529
-0.00192275
0.00150016
-0.000455051
-0.00123688
0.00110385
-0.000444462
-0.000421546
0.000953629
-0.000463737
0.000444053
0.000869418
-0.000446902
0.00128273
0.000851811
-0.000459209
0.00207925
0.000824517
-0.000423716
0.00280166
0.000798664
-0.000398924
0.00346508
0.000767612
-0.000342678
0.00406375
0.000732419
-0.0002745
0.00461393
0.000700799
-0.000188707
0.00510871
0.000665789
-6.17878e-05
0.00561044
0.000653964
0.000139072
0.00615323
0.000689583
0.000355361
0.0067535
0.00071575
0.000596774
0.00735121
0.000707444
0.00087373
0.00789126
0.00056018
0.00120042
0.00804945
0.000310731
0.00165016
0.00728015
-0.000337632
0.00226768
0.00633649
-0.000578642
0.00264759
0.00634468
8.15958e-05
0.00296642
0.00673752
0.00022242
0.00300356
0.00659013
-0.000175735
0.00298802
0.00648108
-0.000198216
0.00299836
0.00643078
-0.000294682
0.00279902
0.00635902
-0.000307575
0.00245621
0.00649798
-2.83712e-05
0.00209298
0.00682428
0.000258874
0.00186259
0.0070687
0.000355137
0.00151738
0.00749526
0.000577896
0.00106938
0.007839
0.000573046
0.000759435
0.00813142
0.000514019
0.000540501
0.00824819
0.000304082
0.000379207
0.00834532
0.000149957
0.000242636
0.00828243
-0.000198291
0.000151562
0.00813888
-0.000654751
9.29314e-05
0.00754377
-0.00163016
8.34974e-05
0.00497551
-0.00448567
9.89741e-05
-0.00953124
0.000151579
0.00312835
-0.000249241
0.00464122
-0.000281464
0.00608846
-0.000293643
0.007138
-0.000282999
0.00803435
-0.000291615
0.00884889
-0.000276055
0.00964459
-0.000280397
0.0104172
-0.00026064
0.0111672
-0.000243345
0.0118912
-0.000202333
0.0125827
-0.000146512
0.0132337
-4.76833e-05
0.0138539
9.70955e-05
0.014447
0.000283299
0.0150755
0.00048114
0.015729
0.000727502
0.0163798
0.00100298
0.0169071
0.00131514
0.0172325
0.00169814
0.0169563
0.00213869
0.0163977
0.0024715
0.0163501
0.00270785
0.0164563
0.00273387
0.0162165
0.00270166
0.0159955
0.00263615
0.0156868
0.0025082
0.0153566
0.00229532
0.0152252
0.00201983
0.0152953
0.00177496
0.0154579
0.00147197
0.0158532
0.00113383
0.0162555
0.000854965
0.0166183
0.000627405
0.0167966
0.000461337
0.0168327
0.000313185
0.0165526
0.000210226
0.0158321
0.000133409
0.0141407
0.000106312
0.00959573
0.000102928
0.00014248
1.88555e-05
-1.2422e-05
-7.4028e-05
6.48211e-05
-3.83857e-05
-9.09894e-05
0.000113941
-4.16364e-05
-9.83889e-05
0.000151242
-3.06585e-05
-0.000100399
0.000174731
-1.63394e-05
-0.000104726
0.000191977
-8.59234e-06
-0.000110033
0.000200484
2.19131e-06
-0.000111533
0.000202157
8.79072e-06
-0.000113788
0.000206593
1.08588e-05
-0.000114136
0.000210875
5.56054e-06
-0.000102425
0.000213509
8.01406e-06
-9.10259e-05
0.000183313
3.63984e-05
-7.25439e-05
0.000121108
6.81561e-05
-5.20564e-05
2.43168e-05
0.000101492
-3.41911e-05
-0.000102937
0.000136026
-2.51532e-05
-0.000248377
0.000161536
-2.57043e-05
-0.000403508
0.000185842
-3.49844e-05
-0.000589142
0.000226743
-4.90793e-05
-0.000875478
0.000318713
-2.89021e-05
-0.00123351
0.00040039
-4.44112e-05
-0.00162806
0.000445008
-4.92537e-05
-0.0019276
0.000369299
-9.45952e-05
-0.00215008
0.000315558
-0.000137077
-0.00222346
0.000191188
-0.000194427
-0.00216242
7.74063e-05
-0.000248678
-0.00195336
-5.15291e-05
-0.000295455
-0.00162959
-0.000151157
-0.000339749
-0.00121159
-0.000233922
-0.000368994
-0.000736005
-0.000288682
-0.000397021
-0.000199397
-0.000350108
-0.00039856
0.000316793
-0.000344218
-0.000389737
0.000681223
-0.00021313
-0.000334249
0.000901302
-9.40758e-05
-0.00028042
0.000934405
4.73792e-05
-0.000179705
0.000792462
0.000193282
-0.000110524
0.000575685
0.000237101
-4.32261e-05
0.000356914
0.000223921
-1.3e-05
0.000177322
0.000173328
1.02587e-05
5.36088e-05
0.000114069
2.81618e-05
4.33687e-05
5.36326e-05
5.20873e-05
-5.59906e-05
-9.29325e-05
0.000139996
-0.000115902
-0.00013021
0.000223621
-0.000114994
-0.000150355
0.000274902
-7.43978e-05
-0.000162308
0.000288444
-2.08958e-05
-0.000178295
0.000265723
2.31316e-05
-0.000192142
0.000204613
7.09631e-05
-0.000197253
0.000122993
9.96802e-05
-0.000209186
-5.76196e-06
0.000151713
-0.000206086
-0.00022961
0.000232333
-0.000188692
-0.000518909
0.000312107
-0.000184003
-0.000865135
0.000392857
-0.000168984
-0.00124799
0.000468374
-0.000160465
-0.00165925
0.000534872
-0.00015739
-0.00208239
0.00059063
-0.000163627
-0.00248724
0.00061165
-0.000182662
-0.00286985
0.000629709
-0.000206242
-0.00320735
0.000640043
-0.000233334
-0.00349919
0.00069717
-0.00025233
-0.00371348
0.000707611
-0.000264796
-0.0038715
0.00070278
-0.000266999
-0.00394127
0.000542791
-0.000288696
-0.00390412
0.000382911
-0.000283049
-0.0037596
0.000151371
-0.000297208
-0.0035088
-6.41054e-05
-0.000305734
-0.00313602
-0.000306475
-0.000333907
-0.00266314
-0.000505539
-0.000354297
-0.00209051
-0.000688697
-0.00036785
-0.00143458
-0.00082442
-0.000388646
-0.00077828
-0.000899936
-0.000378584
-0.000110828
-0.000898077
-0.000413121
0.000524744
-0.000770581
-0.000330788
0.00104383
-0.000527872
-0.000365952
0.00129172
-0.000148262
-0.000298094
0.00130648
0.000206297
-0.000223541
0.00111352
0.000441794
-0.000169186
0.000809877
0.000521913
-0.000114967
0.000471793
0.000493413
-7.27095e-05
0.000180286
0.000385017
-2.97412e-05
0.000209108
3.0694e-05
6.1971e-05
-0.000106366
-0.000107234
0.000155723
-0.000195175
-0.000159093
0.000229458
-0.000174081
-0.000190306
0.000255186
-8.88491e-05
-0.000211089
0.000221429
2.39298e-05
-0.000234712
0.000111274
0.000141973
-0.000253171
-6.03355e-05
0.000260787
-0.000277719
-0.000323327
0.000375411
-0.000285155
-0.000671897
0.00051624
-0.000278374
-0.00108047
0.000655473
-0.000260532
-0.00155291
0.000796746
-0.000235042
-0.00208263
0.000933746
-0.000209356
-0.00263096
0.00102902
-0.000192232
-0.00316511
0.00108399
-0.00018481
-0.00365137
0.0010977
-0.000181282
-0.00407667
0.001063
-0.00018249
-0.0044443
0.00102891
-0.000177306
-0.00474509
0.000973588
-0.000167483
-0.00498065
0.000959643
-0.000137203
-0.00509786
0.000832811
-8.37353e-05
-0.00512743
0.000734879
-4.30631e-05
-0.00507476
0.00048727
-1.41113e-05
-0.00493129
0.000226908
1.43937e-05
-0.00471945
-6.52627e-05
1.78144e-05
-0.00441315
-0.000367188
9.28073e-06
-0.00403967
-0.000674982
3.72324e-07
-0.00358564
-0.00095236
-1.10364e-05
-0.00304271
-0.00121981
-2.7175e-05
-0.00241734
-0.00144171
-4.96017e-05
-0.00173779
-0.00157571
-6.41129e-05
-0.00102262
-0.00160904
-9.37092e-05
-0.000354688
-0.00144039
-0.000130946
0.00028497
-0.00116093
-0.000156827
0.000727533
-0.000611986
-0.000163488
0.000993479
-6.18861e-05
-0.000206065
0.000959594
0.000451148
-0.000165086
0.00077557
0.000682141
-0.000147005
0.000481013
0.000754989
-0.000109463
0.000192186
0.000642661
-5.52109e-05
0.000381071
2.62368e-05
5.86954e-05
-0.000150059
-0.000123376
0.0001311
-0.000248081
-0.000192767
0.000165598
-0.000188783
-0.000235256
0.000114199
-2.78557e-05
-0.000261056
-1.39969e-05
0.000170991
-0.000302196
-0.000242012
0.000381643
-0.000316076
-0.000566785
0.000600886
-0.000330803
-0.00100121
0.000820553
-0.000322397
-0.0015173
0.00103913
-0.000286015
-0.00209268
0.00123053
-0.000240784
-0.00268796
0.00139044
-0.000203572
-0.00326508
0.00150327
-0.000168675
-0.00381118
0.00156247
-0.000135622
-0.00429014
0.00154414
-0.00010316
-0.0047051
0.00148053
-5.85364e-05
-0.00505012
0.0013751
-1.92075e-05
-0.0053399
0.00127996
2.48606e-05
-0.00556592
0.00115997
7.14103e-05
-0.00571992
0.00107423
0.000119316
-0.00576869
0.00083214
0.000170755
-0.00574977
0.000663274
0.00021872
-0.00563672
0.000321247
0.00024716
-0.0054991
2.54541e-05
0.000279026
-0.00529083
-0.000322289
0.000263523
-0.00505687
-0.000654564
0.00026034
-0.00476135
-0.00101761
0.00024969
-0.00438343
-0.00137189
0.000223044
-0.00392727
-0.00171468
0.000193895
-0.00339725
-0.0020024
0.000153775
-0.002795
-0.00220808
0.00011795
-0.00213342
-0.0022883
4.8662e-05
-0.00142085
-0.00218325
1.77076e-05
-0.000730353
-0.00187557
-4.88751e-05
-0.0001425
-0.00124268
-8.16084e-05
0.000288528
-0.000537098
-0.000117016
0.000493084
0.00019635
-0.00013262
0.000477858
0.00064762
-0.000137076
0.000324061
0.000860317
-0.00011527
0.000130806
0.000794956
-6.01101e-05
0.00048698
3.21776e-05
4.12247e-05
-0.000170673
-0.000145058
6.21281e-05
-0.000242456
-0.000236503
2.15255e-05
-0.000119528
-0.000298168
-0.000125505
0.000138789
-0.000328777
-0.000376638
0.000439598
-0.000357057
-0.00075647
0.000776999
-0.000368843
-0.00123044
0.00108672
-0.000354191
-0.00178634
0.00137652
-0.000306459
-0.00237928
0.00162459
-0.000244735
-0.0029688
0.00180238
-0.000184499
-0.0035523
0.00194457
-0.000128013
-0.0040974
0.0020074
-7.41131e-05
-0.00457127
0.00198107
-1.34098e-05
-0.00496523
0.00187642
4.06512e-05
-0.00528172
0.00173487
8.44514e-05
-0.00551324
0.00154869
0.000122136
-0.00567384
0.00138627
0.000167447
-0.00578072
0.00120642
0.000224492
-0.00582839
0.00105637
0.000290709
-0.00580429
0.000739415
0.000337335
-0.00575115
0.000548441
0.000376012
-0.00565059
0.000163494
0.000397644
-0.00553043
-0.000144027
0.0003924
-0.00541853
-0.000485021
0.000382423
-0.00529471
-0.00082422
0.00037634
-0.00512294
-0.00123169
0.00035168
-0.0048742
-0.00165685
0.000315471
-0.00453905
-0.00208259
0.000280032
-0.00411262
-0.00246095
0.000238307
-0.0036125
-0.0027394
0.000198331
-0.00304242
-0.00288653
0.0001447
-0.00239974
-0.00285425
7.86059e-05
-0.00165571
-0.00264603
2.18122e-05
-0.000937836
-0.00198823
-4.21801e-05
-0.000373187
-0.00113741
-0.000103263
3.01394e-06
-0.000219902
-0.00015844
0.000138343
0.000466483
-0.000148658
0.000120646
0.00083013
-0.000124482
4.93728e-05
0.000827313
-6.03357e-05
0.000514456
3.8121e-05
6.1455e-06
-0.000149116
-0.000176182
-4.2752e-05
-0.000156011
-0.000301743
-0.000182039
5.33085e-05
-0.00036702
-0.000453672
0.000431943
-0.000396283
-0.0008406
0.000844703
-0.000411377
-0.00132442
0.00126846
-0.000385237
-0.00187485
0.00163366
-0.000324452
-0.00246514
0.0019504
-0.000248535
-0.00304616
0.00217381
-0.000162958
-0.00363395
0.00234474
-8.55667e-05
-0.00416988
0.00241923
-1.79081e-05
-0.00461281
0.00238446
4.78698e-05
-0.00495711
0.00225729
0.000103896
-0.00520969
0.00205694
0.000151025
-0.00535924
0.00181443
0.000192548
-0.00542611
0.00154803
0.000230873
-0.00543463
0.00133063
0.000275543
-0.00540862
0.00111957
0.000331207
-0.00535189
0.00094885
0.000393234
-0.00529155
0.00063052
0.000432025
-0.00522146
0.000443437
0.000464502
-0.00513406
4.35637e-05
0.000483759
-0.00507441
-0.000226601
0.000461031
-0.00506018
-0.000526661
0.000463676
-0.0050493
-0.000863212
0.000449737
-0.00502426
-0.00128124
0.000420987
-0.00495582
-0.00174611
0.000383791
-0.00481068
-0.00224639
0.000343353
-0.00455591
-0.00273357
0.000299149
-0.00418297
-0.00313322
0.000259892
-0.00369358
-0.00339857
0.000214899
-0.00314597
-0.00343017
0.000171548
-0.00248137
-0.0033424
0.000101845
-0.0016749
-0.00282628
3.01542e-05
-0.000939662
-0.001905
-3.82011e-05
-0.000389672
-0.000811758
-0.000109464
-9.95912e-05
0.000127534
-0.000138012
6.91415e-06
0.000677978
-0.00012989
9.12209e-06
0.000785925
-5.84699e-05
0.00050339
4.2122e-05
-4.46588e-05
-6.59768e-05
-0.000216568
-0.00017164
1.82422e-05
-0.000372144
-0.000427953
0.000347863
-0.000435379
-0.000805187
0.000831939
-0.000453633
-0.00128352
0.00133426
-0.000428517
-0.00181821
0.00179892
-0.000359302
-0.0023868
0.00218459
-0.00027109
-0.00297716
0.00249911
-0.000163381
-0.00352629
0.00267746
-8.25213e-05
-0.00402562
0.00277663
3.39631e-06
-0.00443138
0.00275557
7.8012e-05
-0.00475051
0.00262412
0.000143969
-0.00496145
0.00239365
0.00019589
-0.00505986
0.00209389
0.000230887
-0.00505781
0.00176612
0.000247787
-0.00496773
0.00142939
0.000253937
-0.00481591
0.00116504
0.000277377
-0.00464621
0.000937114
0.000335285
-0.00449114
0.000785754
0.000412871
-0.00441417
0.000537476
0.000479488
-0.00434845
0.000384561
0.000529408
-0.00430678
6.65676e-06
0.000543074
-0.00431055
-0.000219725
0.000532164
-0.00435195
-0.000486418
0.000524354
-0.00442387
-0.000792965
0.000506054
-0.00451685
-0.00118794
0.000474527
-0.00460926
-0.00165117
0.000433852
-0.0046689
-0.00218322
0.000389709
-0.00464645
-0.00275391
0.000341626
-0.0044865
-0.00329499
0.000297208
-0.0041571
-0.00373333
0.000252925
-0.003656
-0.00394417
0.000216604
-0.00307858
-0.00393997
0.000178781
-0.00229454
-0.0036399
0.000120641
-0.00142131
-0.00280425
3.58753e-05
-0.000680197
-0.00157978
-4.40532e-05
-0.000237277
-0.000352203
-0.000105752
-6.88463e-05
0.000470938
-0.000117715
-4.78301e-06
0.000693881
-5.42474e-05
0.000485236
4.90095e-05
-0.000100421
8.07207e-05
-0.000272683
-0.000322827
0.000295371
-0.000445698
-0.000676412
0.000740489
-0.000503766
-0.00112729
0.00130023
-0.000484316
-0.00163716
0.00184434
-0.000416462
-0.00219522
0.00234095
-0.000317072
-0.00277684
0.0027271
-0.000197229
-0.00328489
0.0029623
-0.000108206
-0.00374601
0.00307111
9.88974e-06
-0.00414363
0.00310462
9.16596e-05
-0.0044503
0.00298716
0.000167229
-0.00462938
0.00274004
0.000230346
-0.0046965
0.00241004
0.000276072
-0.004665
0.0020288
0.000299017
-0.00452992
0.0016199
0.000293419
-0.00430157
0.00120413
0.000285624
-0.00399713
0.000872694
0.00029929
-0.00369845
0.000651372
0.000357672
-0.00347424
0.000577661
0.000462902
-0.00343849
0.00050888
0.000568975
-0.00343975
0.000401702
0.000624712
-0.00342244
5.40891e-06
0.000632496
-0.00345994
-0.000168708
0.000615482
-0.00353025
-0.000403063
0.00059966
-0.00364161
-0.00066867
0.000574144
-0.00379932
-0.0010154
0.000541161
-0.0039871
-0.0014456
0.00049593
-0.00418819
-0.00196273
0.000447121
-0.00436112
-0.00256241
0.000392503
-0.00444447
-0.00319698
0.000342343
-0.00436409
-0.00380545
0.000292939
-0.00405107
-0.00425711
0.000253428
-0.00355258
-0.004447
0.000216122
-0.00286698
-0.00434543
0.000189485
-0.00194518
-0.00375539
0.000132615
-0.00102785
-0.00252683
5.02211e-05
-0.000353546
-0.00105402
-3.32021e-05
-7.41374e-05
0.000157133
-7.7556e-05
2.31251e-05
0.000572009
-3.87514e-05
0.000494197
5.94817e-05
-0.000165894
0.000303598
-0.000329693
-0.000467455
0.000656212
-0.000517163
-0.000881141
0.0011919
-0.000557361
-0.00137462
0.0018039
-0.000500375
-0.00191689
0.00237858
-0.000397595
-0.00246872
0.00286453
-0.000272306
-0.00294623
0.00316663
-0.000160711
-0.00338631
0.00333637
-1.90879e-05
-0.00379865
0.0034154
8.06612e-05
-0.00408742
0.00333036
0.000161199
-0.00424034
0.00308862
0.000243624
-0.00429543
0.00275466
0.000317557
-0.00426807
0.00236232
0.000364395
-0.0041695
0.00193581
0.000372447
-0.00397444
0.0014741
0.000317301
-0.00364733
0.000983931
0.000205457
-0.00320158
0.000575777
0.000128604
-0.00276671
0.00033422
0.000206359
-0.00245436
0.000331852
0.000411505
-0.00251309
0.000576897
0.00062317
-0.0026248
0.000525092
0.000734746
-0.00263113
3.76749e-05
0.000706043
-0.00267274
-0.000104817
0.000696733
-0.0027546
-0.000302442
0.000675442
-0.00287737
-0.000528232
0.000647592
-0.00305636
-0.000815574
0.000611728
-0.00328038
-0.00119694
0.000562264
-0.00354612
-0.00166891
0.000509554
-0.00382568
-0.00225346
0.000449484
-0.00407278
-0.00292171
0.00039159
-0.00421481
-0.00364024
0.000336071
-0.004158
-0.00429868
0.000290116
-0.00383086
-0.00476976
0.000251709
-0.00327843
-0.00490321
0.000221609
-0.00244773
-0.00460126
0.000194671
-0.00140188
-0.00359714
0.000143532
-0.000542907
-0.00193687
5.58037e-05
-7.43782e-05
-0.00034125
-1.13761e-05
1.50268e-05
0.000464084
-1.39447e-05
0.000502513
8.34897e-05
-0.000212492
0.00057373
-0.000378604
-0.000570326
0.00107266
-0.000573347
-0.00101994
0.00167372
-0.000589706
-0.00151464
0.00230255
-0.000500272
-0.00203844
0.00288636
-0.000372173
-0.00250752
0.00330377
-0.000243186
-0.00296185
0.00356381
-8.94477e-05
-0.00338044
0.0037011
2.37053e-05
-0.00366882
0.00365821
0.00012949
-0.00382138
0.00344566
0.000223842
-0.00387921
0.00312341
0.000326842
-0.00387643
0.00274512
0.000421923
-0.0038392
0.00234034
0.000474068
-0.00377204
0.00192217
0.000455515
-0.0035762
0.00138054
0.000323536
-0.00312634
0.0005924
0.000240482
-0.00243366
-0.000185049
0.000315103
-0.00182441
-0.000476323
0.000571693
-0.00150769
-0.000203659
0.000821141
-0.00174955
0.000633077
0.00104676
-0.00201881
0.000708855
0.00104183
-0.00201318
2.14902e-06
0.000885137
-0.00201646
-9.98875e-05
0.000812954
-0.00209977
-0.000216143
0.000784052
-0.0022161
-0.000400695
0.000737393
-0.00239484
-0.00061975
0.000697694
-0.00262003
-0.00094788
0.000640302
-0.00290003
-0.00135928
0.000583029
-0.00322044
-0.00189974
0.000516398
-0.00355364
-0.00255369
0.000451798
-0.00384121
-0.00332047
0.000388012
-0.00399311
-0.00412116
0.000333873
-0.00391013
-0.00483739
0.000289754
-0.00352733
-0.00528248
0.000257107
-0.00286316
-0.00527269
0.000232082
-0.00188677
-0.00458742
0.000201164
-0.000851754
-0.00299496
0.000150851
-0.00015203
-0.00106093
5.5688e-05
-3.89663e-06
0.000288093
4.69804e-05
0.000492516
0.000110426
-0.000235076
0.000870964
-0.000425732
-0.000613311
0.00150889
-0.000622636
-0.00106569
0.00215524
-0.000619037
-0.00156405
0.00280078
-0.00050144
-0.00205337
0.00335871
-0.000362704
-0.0025027
0.00372135
-0.000219838
-0.00292092
0.00394311
-7.28934e-05
-0.00321795
0.00396874
4.99886e-05
-0.00338555
0.00380736
0.000164114
-0.00345017
0.00350827
0.000282083
-0.00345474
0.00313821
0.000422802
-0.00343843
0.0027372
0.000570656
-0.00341764
0.00232439
0.000685102
-0.0033603
0.00184052
0.000766064
-0.00303038
0.000902234
0.000864028
-0.00222992
-0.000495255
0.000966513
-0.00144604
-0.00126364
0.000940573
-0.00101163
-0.00118357
0.000995962
-0.000979766
-0.000506419
0.00119127
-0.0014278
0.000822491
0.00159026
-0.00171137
0.000875373
0.00144382
-0.00156952
-0.000163841
0.00100871
-0.0014916
-0.000183475
0.000911486
-0.00156531
-0.000151801
0.000900913
-0.00167429
-0.000288449
0.000836954
-0.00184738
-0.000434849
0.000795535
-0.00206002
-0.00071456
0.000729221
-0.00232414
-0.00106648
0.000666288
-0.00263765
-0.00155206
0.000592784
-0.00299141
-0.00216153
0.000520312
-0.00334961
-0.00292372
0.000447859
-0.0036392
-0.00379682
0.000384066
-0.00375457
-0.00469648
0.000331622
-0.00358692
-0.00543601
0.000293415
-0.00308901
-0.0057678
0.000265489
-0.0022598
-0.00542251
0.000244599
-0.00115885
-0.00410439
0.000205708
-0.000314756
-0.00191649
0.000149424
-1.40385e-05
-2.27437e-05
9.42943e-05
0.000481209
0.000139521
-0.000236223
0.00116996
-0.000464037
-0.000612764
0.00194159
-0.00066469
-0.00106092
0.00263082
-0.00064712
-0.00154356
0.00328296
-0.000516811
-0.00198932
0.00379263
-0.000371542
-0.00239467
0.00410736
-0.000226604
-0.00271379
0.00425271
-7.83758e-05
-0.00290439
0.00416927
5.20676e-05
-0.00299173
0.00391607
0.000187425
-0.00300548
0.00356691
0.000342827
-0.00299009
0.0031615
0.00055033
-0.00295756
0.00269957
0.000815353
-0.00289876
0.00216381
0.00111905
-0.00264736
0.00130242
0.00150992
-0.0018029
-0.000278928
0.00156858
-0.000537092
-0.00145362
0.000457762
7.16677e-05
-0.00105189
-0.000794267
-0.000152668
-0.000382481
-0.000704093
-0.000598788
9.48383e-05
0.000408971
-0.0010336
0.00116294
0.00167694
-0.00109882
0.000895739
0.00165154
-0.00099614
-0.000320664
0.00104247
-0.000969264
-0.000258892
0.000988392
-0.00106756
-8.97189e-05
0.00102498
-0.00121231
-0.000161898
0.000959222
-0.00140106
-0.000246167
0.000913884
-0.00161409
-0.000487432
0.000836366
-0.00185979
-0.0007957
0.000765242
-0.00214867
-0.00123149
0.000683278
-0.00248469
-0.0017874
0.000601251
-0.00285668
-0.00251123
0.000518507
-0.00321609
-0.00339848
0.000443229
-0.00347367
-0.00440771
0.000381089
-0.00350562
-0.00538404
0.000334589
-0.00319621
-0.00607005
0.000303267
-0.0025209
-0.00609901
0.000278781
-0.00150427
-0.0051276
0.00025659
-0.000510445
-0.0029157
0.000203436
-2.08774e-05
-0.000526175
0.000171543
0.00046291
0.000177476
-0.000214038
0.00144956
-0.000501542
-0.000569361
0.002354
-0.000703237
-0.00100102
0.00309302
-0.000679884
-0.00143828
0.00372712
-0.000545693
-0.0018379
0.00419632
-0.000398262
-0.00218221
0.00446123
-0.000262064
-0.00241278
0.0045184
-0.000116669
-0.00252402
0.00435316
1.5024e-05
-0.00258378
0.00406163
0.00017721
-0.00259938
0.00369434
0.000362878
-0.00258304
0.00321927
0.000651077
-0.00251256
0.00257304
0.00108093
-0.00228909
0.00163698
0.0016656
-0.00142904
0.00017231
0.00180553
0.000332449
-0.00133875
-0.000180078
0.00141987
-0.00114781
-0.00285177
0.000960981
0.000280875
-0.00289605
-2.1806e-07
0.00070707
-0.0010592
-0.000467454
0.000227275
0.000799387
-0.000339033
0.00079162
0.00213225
-0.0001331
0.000515498
0.00202178
-0.000273597
-0.000476569
0.0013266
-0.000409563
-0.000326477
0.00123714
-0.000583693
-1.66263e-05
0.00121852
-0.000819135
1.96987e-05
0.00113147
-0.00103886
-3.20458e-05
0.00106093
-0.00127214
-0.00025298
0.000978316
-0.00150654
-0.000541295
0.000889709
-0.00176711
-0.000942643
0.000795257
-0.0020658
-0.00145187
0.000699541
-0.00241275
-0.00212325
0.00060359
-0.00278367
-0.00298597
0.000514262
-0.00311499
-0.00404017
0.00043828
-0.00329091
-0.00518216
0.000380701
-0.00317323
-0.00617364
0.000341179
-0.00265971
-0.00660796
0.000313786
-0.00175799
-0.00602607
0.000285544
-0.000683182
-0.00398884
0.000252972
-3.92934e-05
-0.00116042
0.000192273
0.000432114
0.000201481
-0.000172056
0.00169151
-0.000537579
-0.000492248
0.0027347
-0.000743293
-0.000877452
0.00351598
-0.000723335
-0.00125553
0.00412837
-0.000593122
-0.00160139
0.0045739
-0.000452247
-0.00187145
0.00478511
-0.000332404
-0.00202217
0.00478293
-0.000215141
-0.0020947
0.00458391
-7.238e-05
-0.00215085
0.00431127
0.000101646
-0.00220939
0.00397356
0.000325579
-0.00231372
0.00346946
0.000704219
-0.00242936
0.00253573
0.00138911
-0.00199555
0.000926894
0.00173594
-8.934e-05
-0.00111565
-0.00014054
0.00152966
-0.00206098
-0.0031671
0.00119351
-0.00114782
-0.00356428
-0.000203977
0.000607286
-0.00139753
-0.000950705
0.0003346
0.000659007
-0.00077633
-0.000705961
0.00192028
0.00019357
-0.000513432
0.00265263
0.000781414
-0.000363122
0.00240065
0.000545183
-0.000721646
0.00176391
0.000202723
-0.00031006
0.00159214
-0.0001233
0.000156241
0.00145439
-0.000442194
0.000252247
0.00135689
-0.00072883
0.000224001
0.00125181
-0.00101153
2.5941e-05
0.00115093
-0.00125509
-0.000282383
0.00104512
-0.00149879
-0.000675448
0.000937201
-0.0017608
-0.00115617
0.00082267
-0.00206898
-0.00177641
0.000709543
-0.00241798
-0.00259587
0.000601138
-0.00277299
-0.00364781
0.000508037
-0.00303627
-0.00489066
0.00043543
-0.00306994
-0.00612416
0.000386353
-0.00272406
-0.00694779
0.000351964
-0.00195417
-0.0067945
0.000325597
-0.000866476
-0.00507245
0.000294136
-7.08775e-05
-0.00194885
0.000246839
0.000373332
0.000238689
-0.000112726
0.0018816
-0.000574679
-0.000374803
0.0030651
-0.000784338
-0.000695641
0.00388907
-0.000776529
-0.00101123
0.00449639
-0.000657694
-0.00128013
0.00492128
-0.000532593
-0.00146453
0.00509717
-0.000439287
-0.00156419
0.00510091
-0.000350389
-0.00162784
0.00496711
-0.000257812
-0.00177298
0.00485419
-9.63076e-05
-0.00212213
0.0047448
0.000131686
-0.00274628
0.00430772
0.00061003
-0.00326927
0.00300427
0.00114422
-0.00234405
0.000547567
-0.000294981
-0.00068631
-0.00291465
-0.00210113
-0.000269235
-0.00445229
-0.00190876
-0.000822942
-0.00330049
-0.000622623
-0.00148174
-0.00103797
0.000888524
-0.00113459
-0.00156973
0.00178381
-0.000262831
-0.00247243
0.00212654
0.00087259
-0.00214063
0.00256436
0.00166688
-0.00143981
0.00232289
0.00151956
-0.00109185
0.00207149
0.00104099
-0.000208484
0.00190485
0.000463903
0.000545105
0.00168775
-7.65575e-05
0.000685672
0.00159287
-0.000474311
0.000574504
0.00147769
-0.000823957
0.000359408
0.00136662
-0.00109312
-6.60841e-06
0.00124135
-0.00133201
-0.000419203
0.00111564
-0.0015617
-0.000897166
0.000978203
-0.00182389
-0.00147925
0.000842988
-0.00213032
-0.00225033
0.000709364
-0.00247309
-0.00326786
0.000592992
-0.00277735
-0.00455658
0.000499885
-0.00291231
-0.00597067
0.000435288
-0.00270434
-0.00714797
0.000391906
-0.00205452
-0.00743959
0.000358158
-0.00101762
-0.00610279
0.000327151
-0.000106718
-0.00284352
0.000283451
0.000283882
0.000259945
-3.62169e-05
0.00200696
-0.000615924
-0.00022469
0.00333428
-0.000836127
-0.000468345
0.00420701
-0.000840868
-0.000698516
0.0048171
-0.000746221
-0.000869791
0.00523806
-0.000646659
-0.000961318
0.00542539
-0.00059521
-0.00101986
0.00552359
-0.000539119
-0.00111885
0.00559051
-0.000496267
-0.00138267
0.0058311
-0.000415446
-0.00231727
0.00641464
-0.000148658
-0.0043145
0.00678575
0.000472858
-0.00567237
0.00474095
0.000409668
-0.00434776
-0.00179803
-0.000199131
-0.00143368
-0.0101087
0.00229616
9.2625e-05
-0.0108231
0.00366816
1.37938e-05
-0.00728665
0.00355746
-0.00100841
-0.00338355
0.00469027
-0.000681498
-0.00436116
0.00429302
0.000497035
-0.00561287
0.00329539
0.00183398
-0.00457019
0.00261185
0.00297571
-0.00296952
0.00208294
0.00283717
-0.00156759
0.00237203
0.0020732
7.76935e-05
0.0022967
0.00118039
0.00123272
0.00199737
0.00035835
0.00138256
0.0019174
-0.000235927
0.00111611
0.00177854
-0.000711542
0.000803284
0.00165879
-0.0010267
0.000301117
0.00150913
-0.00126794
-0.00017115
0.00135546
-0.00146684
-0.000679039
0.00118662
-0.00167619
-0.00124338
0.00101763
-0.00192809
-0.00196614
0.000849136
-0.00223542
-0.0029288
0.000700707
-0.00254901
-0.00421585
0.000578838
-0.00275073
-0.00575203
0.000493547
-0.00265405
-0.00723815
0.000436052
-0.00211729
-0.00797409
0.000395857
-0.00115131
-0.00706113
0.00035624
-0.000178072
-0.00379817
0.000317828
0.000129713
0.000283624
7.17037e-05
0.0020361
-0.00065466
-1.96748e-05
0.00352163
-0.000880552
-0.000182605
0.00447302
-0.000914072
-0.000310648
0.00508563
-0.000852807
-0.000333772
0.00549454
-0.000784541
-0.000216655
0.00570091
-0.00079233
-4.42302e-05
0.00597402
-0.000779549
5.41489e-05
0.00641367
-0.000830637
-0.000103717
0.00732529
-0.000826305
-0.00167628
0.00948383
-0.000390395
-0.00577321
0.0118745
0.00079211
-0.00946939
0.0073494
0.00159465
-0.00659664
-0.0100538
0.00349169
0.000846328
-0.0239691
0.00461057
0.00543194
-0.0199901
0.00346388
0.00416615
-0.0106935
0.00451665
0.000167129
-0.00412434
0.00887303
-0.000109549
-0.0075954
0.00785555
0.00177659
-0.00942276
0.00370593
0.00384517
-0.00735765
0.00153868
0.00541153
-0.00451367
0.00103984
0.00496973
-0.00167966
0.00254564
0.00345191
0.00124636
0.00263743
0.00182961
0.00276402
0.00214735
0.000623231
0.00247673
0.00219509
-0.0001256
0.00181364
0.0021059
-0.000716958
0.00134018
0.0019888
-0.00106025
0.000615082
0.00183315
-0.00130152
6.29506e-05
0.00165102
-0.0014692
-0.000509323
0.00145244
-0.00161417
-0.00109028
0.00124643
-0.00178938
-0.00177472
0.00102373
-0.00204048
-0.00265648
0.00082997
-0.00234434
-0.00389141
0.000670383
-0.00259494
-0.00548718
0.000556312
-0.00260119
-0.00722792
0.000480392
-0.00217735
-0.00839686
0.00042714
-0.00128263
-0.00794954
0.000380873
-0.00026758
-0.00479084
0.000335347
-0.000107643
0.000298733
0.000198602
0.00195392
-0.000700439
0.000215221
0.00361582
-0.000941949
0.000174025
0.00464714
-0.000995277
0.000190759
0.00526806
-0.000979127
0.000305542
0.00571457
-0.000958924
0.000574385
0.00602939
-0.00104929
0.000934674
0.00659348
-0.00110298
0.000882237
0.00792892
-0.00123771
0.000340739
0.00989903
-0.00119975
-0.00234393
0.0138693
0.000439703
-0.00735285
0.0169553
0.00402051
-0.00906931
0.00499269
0.00679061
-0.00337587
-0.0198076
0.00204222
0.00665875
-0.0351223
-0.00813562
0.0110362
-0.0286097
-0.00592032
0.00855065
-0.0162425
0.00158904
0.00336539
-0.00872317
0.013397
0.00347256
-0.0114722
0.00830856
0.00613898
-0.0117347
0.000418802
0.00787024
-0.00830119
-0.00230795
0.00842954
-0.00441765
-0.00151858
0.00722009
-0.00140564
0.00292857
0.00500399
0.00239738
0.00395761
0.00261615
0.00492619
0.00290041
0.000756888
0.00430976
0.00267776
-0.000249649
0.0027871
0.00262951
-0.000935112
0.0019345
0.00248643
-0.00127216
0.000858529
0.00232575
-0.00144098
0.000193564
0.00208515
-0.0015506
-0.000427121
0.0018303
-0.0016279
-0.00103621
0.00155486
-0.00170824
-0.00171047
0.00126481
-0.00186176
-0.00250848
0.000992699
-0.00212303
-0.00362454
0.000778035
-0.0024034
-0.00520071
0.000620456
-0.00251505
-0.00711818
0.000524394
-0.0022255
-0.00869086
0.00045614
-0.00142504
-0.00874693
0.000400459
-0.00038061
-0.00581327
0.000348898
-0.000452147
0.000309341
0.000286331
0.00180076
-0.00074292
0.000385549
0.003652
-0.00100864
0.000442673
0.0047656
-0.00109614
0.000615297
0.00537891
-0.00113436
0.00101321
0.0058195
-0.00116812
0.00175979
0.00614416
-0.00133948
0.00280604
0.00703146
-0.00142627
0.00383422
0.00932309
-0.00176821
0.00674926
0.0105924
-0.000870065
0.0114454
0.0116548
0.00390736
0.0132086
0.0146758
0.00973937
0.0133986
0.000825228
0.0118476
0.0133483
-0.0179991
0.00050362
0.0118382
-0.030167
-0.0133072
0.00730815
-0.0284337
-0.00344896
0.00851451
-0.0247816
0.00444641
0.00758649
-0.0162307
0.0119775
0.00723471
-0.00896766
0.00224996
0.00752218
-0.00418021
-0.00489701
0.00826664
-0.00397534
-0.0064173
0.0100106
-0.00334724
-0.00719058
0.00958887
-0.00112563
-0.00101826
0.00647053
0.00541172
0.00269246
0.00244013
0.00979493
0.00316424
-0.000172079
0.00717347
0.00314245
-0.000888641
0.00346612
0.0033681
-0.00143199
0.00229248
0.00309521
-0.00167745
0.000895882
0.00293717
-0.00166944
6.08835e-05
0.00265872
-0.00169245
-0.000510427
0.00233108
-0.0017071
-0.00112162
0.00195925
-0.00168584
-0.0018034
0.00154715
-0.00170862
-0.00253888
0.00119067
-0.00190124
-0.00345401
0.000889277
-0.00218808
-0.00492012
0.000683423
-0.00239608
-0.00691914
0.000551436
-0.0022784
-0.00881843
0.00046761
-0.00162825
-0.00939812
0.000400745
-0.00058433
-0.00683708
0.000340148
-0.000996844
0.000298285
0.000401614
0.00154551
-0.000781299
0.000607361
0.00361065
-0.00107204
0.000818541
0.00478015
-0.00120464
0.00123725
0.00533925
-0.0013074
0.00203133
0.00571293
-0.00142048
0.00368127
0.0057611
-0.00176675
0.00577999
0.00724052
-0.00207594
0.0109377
0.00879268
-0.00289469
0.0213044
0.00526254
0.00181153
0.0348449
0.00101576
0.00707061
0.0474549
0.00389625
0.0138482
0.0545862
-0.0036767
0.0244136
0.0506688
-0.00467006
0.0242501
0.0341967
-0.00458376
0.00865167
0.0202318
-0.00740643
0.0124311
0.0204404
-0.0153158
0.0112476
0.020456
-0.00783563
-0.00126006
0.015918
0.00184776
0.0123387
0.0103835
0.00907318
0.0260041
0.0120347
0.00138498
0.0158657
0.0175881
-0.00411258
-0.00753868
0.014897
0.0023854
-0.0113017
0.00768681
0.0122767
-0.00783845
0.000191302
0.0167292
-0.00205603
-0.00283062
0.00934614
0.00306827
-0.00274805
0.00297629
0.00479009
-0.00266051
0.00122778
0.00415591
-0.00230143
-0.000299302
0.00404282
-0.00183258
-0.000856454
0.00360023
-0.00183826
-0.000799931
0.00309015
-0.00186291
-0.00136797
0.00257028
-0.00173118
-0.00214962
0.00195232
-0.00156599
-0.00285112
0.00141441
-0.00163713
-0.00346775
0.00103562
-0.00191689
-0.00465865
0.000703949
-0.00219609
-0.00665045
0.000563635
-0.00224426
-0.00878176
0.000451877
-0.0017826
-0.0098596
0.000380877
-0.000785527
-0.007814
0.000313482
-0.00173961
0.000279924
0.000446968
0.00127159
-0.000840954
0.000736187
0.00351449
-0.00114153
0.00109611
0.00470374
-0.00132251
0.00171435
0.00518538
-0.00149291
0.00295223
0.00540821
-0.00174125
0.00524594
0.00512615
-0.00232214
0.00951695
0.00674293
-0.00325508
0.0196534
0.00534209
-0.00359285
0.0310886
-0.0026073
0.00668819
0.039361
-0.0082203
0.00966825
0.0452024
0.00326847
-0.000968082
0.054481
0.00630689
0.0154741
0.0717065
0.00420882
0.0290651
0.07652
0.00806011
0.023822
0.063322
0.0119233
0.0284413
0.0523904
0.00407919
0.0230051
0.0488644
0.0101914
-0.00233477
0.038123
0.00619917
0.0405701
0.0156959
0.0111297
0.0709944
0.00764875
0.00822447
0.0496148
0.0134307
0.000111958
0.0063566
0.0104316
0.0027554
-0.00736057
0.00407119
0.00935614
-0.00751288
-0.00244008
0.0179367
-0.00310712
-0.00584095
0.0107996
0.00699458
-0.00416015
0.00236883
0.00757267
-0.00321228
2.7397e-05
0.00427234
-0.00253124
-0.00212238
0.00440796
-0.00192197
-0.00224226
0.00462182
-0.00212427
-0.00116333
0.00407003
-0.00225398
-0.00184929
0.00348688
-0.0019732
-0.00296334
0.00263308
-0.00153669
-0.00369371
0.00180325
-0.00142867
-0.00380059
0.00124883
-0.00163432
-0.00452742
0.000775454
-0.00189401
-0.00639329
0.000497038
-0.00208653
-0.00860025
0.00040077
-0.00186971
-0.0100708
0.000315877
-0.00101837
-0.00863991
0.000251511
-0.00270969
0.000228685
0.0004135
0.00103042
-0.000852595
0.000786039
0.00334413
-0.001175
0.00128426
0.00452241
-0.00140328
0.00203401
0.00495186
-0.00165743
0.00376668
0.00482688
-0.00205577
0.00639687
0.00441978
-0.0029421
0.0142694
0.00418876
-0.0046406
0.0266242
-0.000187788
-0.00274839
0.0275965
-0.00326974
0.00842449
0.0286805
-0.00991601
0.00395557
0.0358942
0.00648333
-0.0251266
0.0349095
0.0226299
-0.0148845
0.0337201
0.0104385
0.00255588
0.0335077
0.00570001
0.0120874
0.0324201
0.00917253
0.0227075
0.0377021
0.0045784
0.0141153
0.04386
0.0186062
-0.0151876
0.0265279
0.0104588
0.0387562
-0.00385943
0.0174743
0.0692527
-0.0130785
0.0174119
0.0598661
-0.0101355
0.0134972
0.0311877
-0.0117889
0.00397671
0.0104409
-0.0182028
0.00555224
0.00135283
-0.0174774
0.00832205
-0.00132604
-0.00894094
-0.00233294
0.00884836
-0.00155063
-0.00127441
0.0154397
0.00128395
0.0011062
0.00850864
0.000796726
-0.0017701
0.00579736
-0.000586577
-0.00219813
0.00541369
-0.00168679
-0.00111471
0.00450129
-0.00224941
-0.00255834
0.00451914
-0.00207225
-0.00435342
0.00362254
-0.00145327
-0.00518073
0.00237322
-0.00130205
-0.00443697
0.00153673
-0.0015308
-0.0044037
0.000802334
-0.00178695
-0.00612624
0.000402031
-0.00195823
-0.00842374
0.000262632
-0.00184006
-0.0101732
0.000209579
-0.00111417
-0.00932885
0.000139747
-0.00376623
0.000126778
0.000366585
0.000829547
-0.000858209
0.000773753
0.00313285
-0.00117887
0.00133081
0.00427986
-0.0014364
0.00215079
0.00465978
-0.00175082
0.00398986
0.00418425
-0.00226687
0.00678068
0.00364269
-0.00335994
0.015975
0.000683573
-0.00552401
0.0253482
-0.00337449
-0.00343851
0.0224409
0.000465344
0.00465311
0.0208138
-0.00633028
-0.0030018
0.0266994
0.00434152
-0.0204489
0.0239669
0.0250223
-0.00674836
0.0131489
0.0120928
-0.000735792
-0.000246577
0.0058618
0.00233766
0.00628796
0.00281778
0.0107268
0.0294286
0.00637994
-0.0272194
0.0393476
0.0166019
-0.0416422
0.0272295
0.00770848
0.0134055
-0.0111736
0.0306674
0.0532234
-0.0232654
0.0381774
0.0431721
-0.0192982
0.0242683
0.0369836
-0.0143925
0.0128525
0.0154456
-0.0185972
0.00706582
0.0156482
-0.0163347
-0.00848937
0.00387029
-0.00182185
-0.028531
0.00212992
0.00123718
-0.00585227
0.0161756
0.00460921
0.00308497
0.0171588
0.00655631
-0.00248003
0.0101419
0.00387831
-0.00247123
0.00664304
0.00133563
-0.00131259
0.00476732
-0.00065617
-0.00345455
0.00630237
-0.00155397
-0.00614476
0.00526103
-0.00141057
-0.00696599
0.00297124
-0.0012961
-0.00515687
0.00160634
-0.00140322
-0.00429526
0.00072891
-0.00165926
-0.00582723
0.000234916
-0.00183181
-0.00821838
9.41108e-05
-0.00173422
-0.0102359
6.7376e-05
-0.00110407
-0.00990874
2.69776e-05
-0.00480559
1.84586e-05
0.000311538
0.000669146
-0.000846755
0.000698365
0.00292178
-0.0011506
0.00119189
0.00406522
-0.00141782
0.00191125
0.00442229
-0.00173964
0.003303
0.00383382
-0.00226506
0.00590921
0.0029467
-0.00329837
0.0120962
-0.000750363
-0.0053823
0.0182308
-0.00341033
-0.00503661
0.0188008
0.00120026
-0.000590022
0.0160402
-0.000989173
-0.00522175
0.0162951
0.00816547
-0.0142448
0.0199395
0.0179432
-0.00477228
0.0113477
0.0102597
-0.00393129
-0.0113766
0.0112389
-0.0010293
-0.00285534
-0.00188428
0.00944566
0.0236829
0.0158528
-0.067546
0.0207518
0.0274891
-0.0658706
0.0167732
0.000866369
-0.00930563
-0.00755593
0.0397719
0.0224509
-0.0205808
0.0718568
0.00347164
-0.013117
0.0498489
-0.0131183
-0.00375001
0.027906
-0.00751678
-0.000208238
0.00534593
0.021524
0.000125374
-0.0209866
0.0040239
0.00139486
-0.0408308
-0.0134934
0.0015334
-0.011507
-0.00109401
0.00487403
0.00296183
0.0111186
0.00832253
-0.00468086
0.0096362
0.00677038
-0.0044008
0.0071222
0.00392738
-0.00234864
0.00598202
0.00121126
-0.00489893
0.00782938
-0.000470569
-0.00844106
0.0067313
-0.00127147
-0.00846643
0.00339935
-0.00139874
-0.00554301
0.00129134
-0.00140208
-0.0040511
0.000594191
-0.00159369
-0.00554895
7.55535e-05
-0.00164406
-0.00809622
-0.000232569
-0.00150878
-0.0103001
-0.000164111
-0.000955448
-0.0103946
-0.000152993
-0.00567058
-0.00014103
0.000255183
0.000538296
-0.000810636
0.000585839
0.00273078
-0.00108988
0.000957646
0.00391046
-0.00134625
0.00144979
0.00430724
-0.0016312
0.00225599
0.00381561
-0.00206492
0.003783
0.00285892
-0.00282082
0.00623887
1.55237e-05
-0.0042185
0.00962923
-0.00189855
-0.00531336
0.0136538
-0.000386829
-0.00363833
0.0102997
0.00309542
-0.000461475
-0.000963882
0.0203227
-0.00308738
-0.00894973
0.015457
-0.0034301
-0.0234382
0.00875714
-0.00803855
-0.0368035
0.0107479
-0.000420423
-0.0277473
-0.0111199
0.0161417
0.00729982
0.0240674
-0.0814838
-0.0016539
0.0432207
-0.0861295
-0.00330826
-0.000116841
-0.0408636
0.00158232
0.0297601
-0.0166191
0.0145383
0.0730057
-0.00899006
0.0208334
0.0751641
-0.0187063
0.00841944
0.055117
-0.00536382
0.00403597
0.0148618
0.00400067
-0.000710965
-0.014381
-0.00556835
-0.00729735
-0.0357645
-0.0229316
-0.000525549
-0.0229288
-0.0161019
0.00419286
-0.00148475
-0.00718036
0.00214
-0.0034611
-0.00313237
-0.00123157
-0.00345239
0.000569023
-0.00244815
-0.00362346
0.00285705
-0.00222065
-0.00860799
0.00622465
-0.00214988
-0.0118538
0.00765123
-0.00222227
-0.00992773
0.00377193
-0.00164966
-0.0059892
0.000522715
-0.00139686
-0.00403197
0.00058409
-0.00157492
-0.00541385
-2.41597e-05
-0.00154377
-0.00795138
-0.000711757
-0.00137299
-0.0103433
-0.000508017
-0.000832681
-0.0108486
-0.000381416
-0.00640466
-0.000329308
0.000192862
0.000439323
-0.000756588
0.00046442
0.00256216
-0.0010149
0.000728432
0.00379684
-0.00125151
0.00101945
0.00427915
-0.00149093
0.00135905
0.00400276
-0.00182744
0.00204423
0.00316646
-0.00232789
0.00243413
0.00165195
-0.00320181
0.00430141
-6.68085e-07
-0.0044349
0.0106315
-0.00146615
-0.00547737
0.0234453
-0.00234976
-0.00139908
0.0333682
0.0160894
0.0105198
0.0201788
0.0179855
0.0105967
-0.0192778
0.0216439
-0.0113303
-0.0534051
0.0199999
-0.00450542
-0.0642652
-0.00575782
0.0100219
-0.0267208
0.0139853
-0.0556858
0.00378649
0.030924
-0.107682
0.0114414
-0.000813876
-0.0538827
0.0199719
0.0170509
-0.049
0.0311051
0.0535613
-0.0243961
0.0434096
0.064073
-0.00492337
0.0407663
0.0557933
-0.00168336
0.0189003
0.0305131
-0.00337747
-0.00346116
0.00960872
-0.0135133
-0.0131969
-0.0200471
-0.0269763
-0.00344189
-0.0267841
-0.0289597
0.00514044
-0.00689263
-0.0226557
0.00224358
-0.00101123
-0.0142362
-0.00325412
0.00044232
-0.00578817
-0.00567364
-0.00394525
0.00123043
-0.0051213
-0.0130181
0.00572667
-0.004194
-0.0145989
0.00872033
-0.00259598
-0.00995911
0.00340281
-0.00149434
-0.00612376
3.17979e-06
-0.0013223
-0.00434512
0.00085249
-0.00142011
-0.00554526
-0.000377522
-0.00139602
-0.00773745
-0.00117235
-0.00125702
-0.0103116
-0.000817768
-0.000758897
-0.0112493
-0.000584036
-0.00705627
-0.000500287
0.000142457
0.000361573
-0.000704495
0.000376871
0.00239547
-0.000930077
0.000586017
0.00367996
-0.00114603
0.000770199
0.00426413
-0.00135178
0.000940866
0.00417151
-0.00162741
0.00129423
0.00348347
-0.00196473
0.00186922
0.0025074
-0.00263956
0.00390012
0.000990651
-0.00338187
0.00938979
-0.00190702
-0.00438021
0.0259141
-0.0085294
-0.00362597
0.0514724
0.00326774
0.00767399
0.0571693
0.0192092
0.00457761
0.0237651
0.0374568
-0.0136549
-0.0144038
0.0303093
-0.0107918
-0.0366817
0.00412359
0.017874
-0.0393304
0.00937643
0.0189119
-0.0168578
0.0144102
-0.0162281
-0.000965568
0.000560188
-0.0243888
0.0164953
0.0174376
-0.0400769
0.0280319
0.0438734
-0.0471663
0.0509447
0.0475672
-0.0345996
0.0652634
0.0380508
-0.0175255
0.0383134
0.0407833
-0.00686025
0.00737017
0.0312222
-0.0175002
-0.00299814
-0.00560052
-0.0280724
0.00468191
-0.020339
-0.0322651
0.0156751
-0.00609752
-0.0254678
0.0160704
0.00474782
-0.0129664
0.00767639
0.00904073
-0.000598348
0.000388715
-0.00155457
0.00819835
-0.00398977
-0.0137168
0.00923001
-0.00341311
-0.0128673
0.00948722
-0.000322699
-0.00725593
0.00305451
-0.000325688
-0.00579172
0.0011097
-0.000963374
-0.00490553
0.001615
-0.00101627
-0.00565159
-0.00114705
-0.00120083
-0.00732048
-0.00149477
-0.00116395
-0.0101568
-0.00105219
-0.000757434
-0.0115531
-0.000734067
-0.0076995
-0.000623766
9.28616e-05
0.000308272
-0.000639233
0.000287756
0.00223186
-0.000839445
0.000449419
0.00355779
-0.0010345
0.00054059
0.0042547
-0.00121759
0.000593465
0.00430648
-0.00144046
0.000757158
0.00372353
-0.00167698
0.0016558
0.00266318
-0.00222921
0.00425108
0.000615065
-0.00244244
0.00745621
-0.00210327
-0.0015916
0.00915969
-0.00568918
0.000108377
0.010648
0.00692441
-0.000770159
0.00110824
0.0329148
-0.00831069
-0.0098762
0.04733
-0.022948
-0.0116959
0.0315175
-0.019285
-0.0172319
0.0132536
0.00361403
-0.0191877
0.0116128
0.0240011
-0.0201566
0.0101721
0.0174905
-0.0219768
0.00280777
0.0126562
-0.00105475
0.00135448
0.0179663
0.0335776
0.011428
0.00504827
0.0563061
0.0300565
-0.00255368
0.0581255
0.0433276
-0.0176455
0.0405044
0.0470438
-0.0192347
0.019581
0.0318804
-0.016627
0.00957907
-0.000241207
-0.0250403
0.0174323
-0.0135648
-0.0270527
0.0229111
0.00307745
-0.0169913
0.0192399
0.0156395
-0.00644053
0.00928115
0.0142684
0.00945416
-0.00178893
-0.00228879
0.0152237
-0.00696379
-0.0123559
0.0164655
-0.00197778
-0.00923398
0.0142024
0.00198107
-0.00516142
0.00570735
0.000271516
-0.00629134
0.00379876
-0.00049694
-0.00586544
0.00147397
-0.000541723
-0.00561118
-0.00176405
-0.000916035
-0.00679647
-0.00159079
-0.00103665
-0.00989451
-0.00114803
-0.000774572
-0.0117404
-0.000824108
-0.008383
-0.000717921
5.79024e-05
0.0002699
-0.000575825
0.000221072
0.00207106
-0.000747629
0.000345397
0.00343053
-0.000922262
0.000352135
0.00425954
-0.00108377
0.000156266
0.00454456
-0.00126455
-0.000369905
0.00433123
-0.00139927
-0.00111802
0.0036697
-0.00174666
-0.00261818
0.0024257
-0.00179133
-0.00688594
0.00158134
-0.000783859
-0.0191639
0.00387851
0.00107379
-0.0320036
0.0155655
0.00290542
-0.0340895
0.0331848
0.00192645
-0.0217498
0.0368919
-0.00832983
-0.0088824
0.0295425
-0.0273881
-0.0110536
0.026246
-0.0266093
-0.0120008
0.0200511
-0.022765
-0.0189435
0.0137139
-0.0193221
-0.0235525
0.00244444
0.00713104
-0.00747397
-0.0197784
0.0340073
0.018424
-0.0171905
0.0324603
0.0391204
0.00879754
0.0262915
0.041572
0.0383379
0.0163112
0.0354777
0.036911
0.00670871
0.0284885
0.0210581
-0.00281966
0.0260267
-0.000701032
-0.0178031
0.0285323
-0.0144558
-0.00309456
0.0255944
0.00149299
0.0145306
0.0205641
0.010982
0.00919617
0.00977533
0.00663781
0.013024
-0.00354374
-0.00677031
0.0206845
-0.00470079
-0.012556
0.0273525
0.00242101
-0.00876622
0.0196713
0.00356953
-0.00593386
0.00788871
0.00114608
-0.00718076
0.00342111
0.000524454
-0.00609968
-0.000610239
2.85306e-05
-0.00510406
-0.00201385
-0.000553667
-0.00614473
-0.00155309
-0.000928883
-0.00944644
-0.0011222
-0.000824916
-0.0117889
-0.000820483
-0.00913686
-0.000716116
2.12202e-05
0.00024875
-0.00051369
0.000166366
0.00190737
-0.00066288
0.00029133
0.00327243
-0.000815903
0.000301386
0.00420746
-0.000953741
8.01559e-05
0.00470738
-0.00109853
-0.000580936
0.0048577
-0.00117415
-0.00203633
0.00486928
-0.00132752
-0.00520168
0.00481498
-0.00149421
-0.0106997
0.00507593
-0.00174619
-0.0214448
0.00935971
-6.69482e-05
-0.0340846
0.0183236
0.00476004
-0.0350423
0.0216641
0.0121238
-0.0180666
0.00964706
0.0146264
-0.00452316
0.0125991
0.000602385
-0.00542062
0.0335631
-0.0200919
-0.0140086
0.035878
-0.0192977
-0.0227134
0.0290635
-0.0243337
-0.0186138
0.0124149
-0.0175842
-0.0155854
-0.0069347
0.00302733
-0.0156882
-0.00520534
0.00403101
0.000131736
0.00269785
0.0105743
0.0242741
0.0200053
0.0181981
0.0319847
0.0243993
0.01143
0.0316857
0.017737
0.00508806
0.0342312
-0.000478423
-0.00350047
0.0223431
-0.0144297
0.016694
0.0142323
-0.00793413
0.02493
0.0196922
-0.00822355
0.0152779
0.0202952
-0.00587213
0.00955894
0.0134202
-0.00752603
0.0219455
0.0117258
-0.00857633
0.0272561
0.0114868
-0.00529984
0.0141538
0.00722149
-0.00488768
0.00316693
0.00396829
-0.00570943
-0.00120694
0.00225179
-0.0045486
-0.00257321
0.000915223
-0.00394737
-0.00197875
-6.99946e-05
-0.00526344
-0.00135236
-0.00073114
-0.00881001
-0.00100969
-0.000819889
-0.0116817
-0.000753035
-0.00991529
-0.000666149
8.40434e-06
0.000227605
-0.000454417
0.000143229
0.00174222
-0.000583414
0.000300199
0.00306487
-0.000717166
0.000376509
0.00406381
-0.000834186
0.000350473
0.00464899
-0.000957217
0.000195651
0.0048883
-0.00104543
-0.00024078
0.00506094
-0.00114758
-0.00124444
0.00524538
-0.00136029
-0.00325268
0.00534578
-0.00203773
-0.00662659
0.00858315
-0.0016801
-0.0120136
0.0160396
-0.000240926
-0.0127829
0.0132544
0.00368563
-0.00343085
-0.00792492
0.0129085
0.00390603
-0.00886827
0.0178021
-0.00167724
0.026184
0.00521294
-0.0147102
0.0402469
0.00209664
-0.0189283
0.0346513
0.000659292
-0.0144975
0.0204404
-0.00867556
-0.0172943
0.0123942
-0.0181447
-0.0209262
0.0147118
-0.0202849
-0.0129704
0.0101403
-0.0120655
0.011244
0.0128693
-0.00874058
0.0255223
0.0217055
-0.0123053
0.0311034
0.0236078
-0.00819947
0.0347059
0.0076231
-0.0139478
0.0200825
-0.00347879
0.00289911
0.0114827
-0.00675721
0.0207189
0.0190886
-0.0162843
0.0218468
0.0237562
-0.00982082
0.0144927
0.0213584
-0.00237469
0.0134304
0.018337
0.00012135
0.00757592
0.013864
8.06681e-05
-0.0016419
0.0090971
-0.0017108
-0.0052503
0.00566563
-0.00259719
-0.0047714
0.00308888
-0.00211681
-0.00297842
0.00144486
-0.00265619
-0.00173429
0.000315686
-0.00432561
-0.00112915
-0.000579894
-0.00803279
-0.000817963
-0.000849241
-0.0114406
-0.000629994
-0.0107567
-0.000563675
4.50206e-06
0.000200041
-0.000397587
0.000137433
0.00157155
-0.000513695
0.000322823
0.00282283
-0.000625606
0.000483586
0.00382994
-0.000728529
0.000602368
0.00444126
-0.000827743
0.000672746
0.00471877
-0.000905184
0.000767279
0.00483974
-0.00102161
0.00104259
0.00476239
-0.00117123
0.00101992
0.00447091
-0.00165576
0.00217496
0.00543933
-0.00187973
0.00464388
0.00980789
-0.00251151
0.00681762
0.00823454
-0.00497602
0.00515039
-0.00580712
-0.00212418
-0.000183676
-0.00960648
0.00663013
-0.00269126
0.0109451
0.0111464
-0.0049579
0.0234679
0.0120117
-0.00496234
0.0195986
0.0115714
-0.00748228
0.0145463
0.00124675
-0.00754609
0.0150039
-0.0118376
0.0025506
0.0222042
-0.0324835
0.00765237
0.0218829
-0.0306416
0.013503
0.02185
-0.0286904
0.0191605
0.0300429
-0.0232299
0.0235952
0.0277903
-0.0133097
0.0276038
0.0114752
-0.0231787
0.0264362
0.005693
-0.0154445
0.0253339
-0.00215585
0.0105549
0.022584
-0.00752381
0.0116081
0.0183057
-0.00112962
-0.000463319
0.0136626
0.00508608
-0.00777865
0.0110402
0.00483727
-0.0107339
0.00927621
0.0019894
-0.0102412
0.0073188
4.47884e-05
-0.00695603
0.00505005
-0.000480807
-0.00383375
0.00297716
-0.000452873
-0.00212984
0.00151851
-0.00159998
-0.00127985
0.000382822
-0.0034273
-0.000850043
-0.000567004
-0.00724402
-0.000589446
-0.000954313
-0.0111257
-0.000464651
-0.0117376
-0.000424517
9.18043e-06
0.000163488
-0.000347804
0.000130845
0.00140677
-0.000453455
0.000328678
0.00256553
-0.000551848
0.000522068
0.00356124
-0.000629683
0.000717918
0.00415864
-0.000718055
0.000905522
0.00443566
-0.000775388
0.00117917
0.00447184
-0.000862557
0.0015759
0.00428589
-0.000954461
0.00189697
0.00392674
-0.00121988
0.00280541
0.0037617
-0.00144705
0.00587804
0.00518373
-0.00191102
0.00832696
0.00465906
-0.00374667
0.00394083
-0.000896824
-0.00517976
-0.0044324
-0.00120676
-0.00295965
-0.00551167
0.00495169
0.00430207
-0.0010409
0.00779265
0.0075585
0.000344606
0.00593963
0.00620297
-0.00546325
0.0118612
0.000520684
-0.00743803
0.0151056
-0.00604817
0.00469624
0.0160475
-0.0246535
0.010484
0.0234631
-0.0349726
0.00826245
0.0311335
-0.0292414
0.00905026
0.0368191
-0.019986
0.0113414
0.0293357
-0.0198444
0.0127253
0.0128536
-0.0313193
0.0186139
0.00659103
-0.0289359
0.0220395
0.00314251
-0.0177447
0.0159465
0.00517473
-0.0162265
0.00951216
0.00923571
-0.01841
0.00725355
0.00903625
-0.0169781
0.00671452
0.00578354
-0.0118453
0.00608269
0.00257129
-0.00584618
0.00494146
0.00107003
-0.0017783
0.00368564
0.000557822
-0.0010632
0.00248676
0.000383466
-0.00122957
0.00134384
-0.000841869
-0.000887862
0.00028866
-0.00262499
-0.000551198
-0.000676657
-0.00646306
-0.000361262
-0.00113775
-0.0107665
-0.000290479
-0.012928
-0.000269293
-3.19438e-05
0.000165434
-0.000302675
6.94605e-05
0.00126108
-0.000405122
0.000259175
0.00231619
-0.000488779
0.000502431
0.00324579
-0.000559189
0.000763153
0.00381255
-0.000616715
0.00102393
0.00408881
-0.000670498
0.00132189
0.00408885
-0.000726097
0.00164466
0.00389069
-0.00078386
0.0019252
0.0035921
-0.000932254
0.00217725
0.00328857
-0.00109573
0.00320181
0.00350563
-0.00126341
0.00390154
0.00315189
-0.00182155
0.0019599
0.00112988
-0.00286858
-0.000813225
0.00172279
-0.00273207
-0.00167654
0.00436131
-0.00124675
-0.00213951
0.00560061
-0.000715161
-0.00642241
0.00669238
-0.00149942
-0.0138459
0.0137194
-0.00200209
-0.0139483
0.0100933
-0.00089585
-0.00504292
0.0017607
-0.00617184
-0.00116904
0.0161015
-0.0162374
-0.00287476
0.0302622
-0.0119933
1.70301e-05
0.0334937
-0.0115136
0.00221621
0.0264505
-0.0178019
0.00248922
0.00988682
-0.0194366
0.00570914
-0.00106222
-0.0116084
0.00758612
-0.00181843
-0.00702845
0.00692927
0.00624638
-0.0102524
0.00756996
0.0108735
-0.0136967
0.00772796
0.0103117
-0.0124471
0.00631719
0.00756078
-0.00749012
0.00460074
0.00420467
-0.00190084
0.00334465
0.0022318
0.000761208
0.002615
0.0010973
0.000216246
0.00201407
0.000677151
-0.000599884
0.00117524
-0.000311174
-0.000505376
0.000219996
-0.00191093
-0.000280037
-0.000760982
-0.00565132
-0.000176305
-0.00129065
-0.0103422
-0.000140368
-0.0142785
-0.000125886
-4.34436e-05
0.000176422
-0.000265489
-2.42709e-05
0.00119398
-0.00036229
0.000142421
0.00209055
-0.000438641
0.000368632
0.00294968
-0.0004883
0.000669248
0.00342987
-0.000544151
0.000998697
0.00367897
-0.000565793
0.00133549
0.00367177
-0.000606622
0.00167902
0.00347654
-0.000617459
0.0019633
0.00324645
-0.000681116
0.00217994
0.0029865
-0.00075613
0.00255721
0.0028837
-0.000828533
0.00269782
0.00267644
-0.000927908
0.00179815
0.00187619
-0.00124526
0.000977914
0.00216625
-0.00123526
0.000818567
0.00352036
-0.000991137
-0.000283549
0.00493658
-0.000666334
-0.00391002
0.00694841
-0.000270813
-0.00662262
0.0116011
-0.000360646
-0.00529089
0.00433583
0.00496103
0.000355201
-0.010186
0.0101148
0.00468533
0.0011481
0.00898061
0.0034865
0.0187514
0.0137717
0.00389326
0.0224183
0.0149614
0.00597544
0.0172889
0.00954654
0.00218788
0.00454847
0.0132623
-0.00259448
-0.0074524
0.0205173
-0.00356494
-0.00856677
0.0157596
-0.00250312
0.00233983
0.00330159
0.0011974
0.00766961
-0.00375008
0.00449524
0.00781177
-0.0051029
0.00497014
0.00712844
-0.00375413
0.00418747
0.00451572
-0.00135861
0.00321548
0.00271379
0.000122218
0.00248145
0.00140951
0.000174477
0.00195249
0.000856847
-0.000127495
0.00133928
2.60615e-06
-0.00011465
0.000435722
-0.00122186
-5.84784e-05
-0.000660801
-0.00472136
-2.77599e-06
-0.0012316
-0.00987847
-1.51585e-05
-0.0155772
-6.26958e-06
-0.000212992
0.000358503
-0.000237432
-0.000253622
0.00118578
-0.000340198
-0.000153989
0.00192883
-0.000401694
0.000157718
0.00257112
-0.000443699
0.000519856
0.00298848
-0.000476918
0.000967893
0.00315376
-0.000492373
0.00138279
0.00317814
-0.000512795
0.00178851
0.00299809
-0.000497067
0.00215263
0.00281384
-0.000510964
0.00245468
0.00260831
-0.000514041
0.00276979
0.00245074
-0.000511144
0.00297365
0.00231039
-0.00049612
0.00270089
0.00206052
-0.000523498
0.00238633
0.00230711
-0.000403912
0.00237792
0.00300607
-9.56366e-05
0.00252772
0.00382398
0.000294436
0.00266244
0.00500522
0.000571687
0.00475039
0.00712071
0.000209638
0.00541594
0.00264046
0.00386508
0.00347237
-0.00890963
0.00997351
0.00463985
-0.00624698
0.0133892
0.00535972
0.00646959
0.0184789
0.0041243
0.0106071
0.0231001
0.00472489
0.00624201
0.0222591
0.00241972
-0.000905657
0.0218221
-0.00389555
-0.00648454
0.0221454
-0.00798521
-0.00718233
0.0165929
-0.007138
-0.000230665
0.00706989
-0.00332943
0.00358565
0.0014178
0.000947851
0.0038009
-6.25057e-05
0.00294581
0.00474178
-0.000335757
0.00317284
0.00353471
-4.05222e-05
0.00286134
0.00233444
0.000297257
0.00244272
0.00131942
0.00032693
0.00210738
0.000857687
0.000198276
0.00173422
0.00011178
0.000149244
0.001083
-0.000776738
0.000113962
-5.19757e-05
-0.00374465
0.000141444
-0.000801762
-0.00922838
6.94344e-05
-0.016443
8.89708e-05
-0.000118987
0.000439364
-0.000217082
-0.000378385
0.00139126
-0.000311512
-0.000440271
0.00192361
-0.000375124
-0.000213287
0.00227251
-0.000395414
0.000183495
0.00251047
-0.000433809
0.000734387
0.00252639
-0.000426958
0.00127464
0.00255708
-0.000443972
0.00178199
0.00241697
-0.000412768
0.0022414
0.00228281
-0.000402675
0.00263226
0.00214317
-0.000367859
0.00296883
0.00202128
-0.000328668
0.00322842
0.00193402
-0.000270672
0.00329707
0.00183972
-0.000209485
0.00340757
0.00196087
-4.3877e-05
0.00374348
0.00227598
0.00024081
0.00439217
0.00264216
0.000559912
0.00554736
0.00309023
0.000876296
0.00843807
0.00340987
0.00104075
0.00992867
0.00142746
0.00190343
0.00578519
-0.00379409
0.00466749
0.00199343
-0.00396164
0.00796343
0.00231599
0.00143178
0.0108479
0.00327064
0.00376899
0.0124522
0.0039099
0.000948239
0.0124735
0.00348136
-0.00168768
0.00969057
0.000829842
-0.00293103
0.0071435
-0.00264172
-0.00291101
0.00636165
-0.00283835
-0.000129091
0.00435499
-0.00118323
0.0016027
0.00284052
0.000773961
0.00161212
0.00211847
0.00231354
0.00260302
0.00150108
0.00288225
0.00228649
0.00105521
0.00294451
0.00170971
0.00087395
0.00286237
0.00100668
0.000626398
0.00277006
0.000676491
0.000400144
0.00266695
1.71214e-05
0.000268127
0.00233779
-0.000611437
0.000220697
0.00126026
-0.00280042
0.000202285
0.000247291
-0.00830901
0.000170077
-0.016256
0.000165179
-0.000880722
0.00127951
-0.000227879
-0.00101892
0.00146863
-0.000336982
-0.000975409
0.00180886
-0.000371575
-0.00065783
0.00187981
-0.00038241
-0.000101796
0.0018709
-0.000404575
0.000504113
0.00184141
-0.000395955
0.00116763
0.00181022
-0.000405503
0.00175774
0.00174965
-0.000371941
0.0022988
0.0016649
-0.000348776
0.00277006
0.00159369
-0.000296981
0.00318513
0.00152145
-0.000235507
0.00354676
0.00147041
-0.000147483
0.00381979
0.00142751
-1.00179e-05
0.00411298
0.00147451
0.000212767
0.00452344
0.00161808
0.000494909
0.005106
0.00175008
0.000792772
0.00595931
0.00184253
0.00110312
0.00725571
0.00168586
0.00141081
0.00772533
0.000810302
0.00175251
0.00546984
-0.00118471
0.00249957
0.00262297
-0.00132245
0.00400947
0.00223018
0.000578381
0.00543245
0.00315769
0.00138712
0.00523156
0.00339778
3.29935e-05
0.00453543
0.00321504
-0.00098437
0.00364325
0.00275779
-0.00153729
0.00284127
0.0018733
-0.00120904
0.00251186
0.00191299
-6.32226e-05
0.00256698
0.00243556
0.000694148
0.00273983
0.00275915
0.000817623
0.00233675
0.00344488
0.00141431
0.00162906
0.00393633
0.00135011
0.00117472
0.0041544
0.00115157
0.0008534
0.0042205
0.000694998
0.000603497
0.00425512
0.000463905
0.000396704
0.00422402
-8.32122e-05
0.000268144
0.00415652
-0.000639693
0.000182478
0.00335534
-0.0021049
0.000208348
0.00191147
-0.00695302
0.000204017
-0.0143981
0.000197164
-0.00196281
0.00317713
-0.000295281
-0.00214387
0.00156707
-0.000380898
-0.00192549
0.00150608
-0.00037065
-0.001239
0.00110862
-0.000359765
-0.000420862
0.000963006
-0.000373976
0.000450981
0.000884257
-0.000361586
0.00129869
0.0008726
-0.000369303
0.00210769
0.000854499
-0.000337562
0.00284503
0.000839703
-0.000311063
0.00352557
0.000824626
-0.000254153
0.00415101
0.000808034
-0.000186518
0.00472674
0.000789956
-8.3993e-05
0.00525115
0.000772464
6.88562e-05
0.00578377
0.00078066
0.000300305
0.0063729
0.000835966
0.000548349
0.00701235
0.000881284
0.000826116
0.00768332
0.000908876
0.00113641
0.00833019
0.00077388
0.00146554
0.00851303
0.000460982
0.00181663
0.0076103
-0.000335946
0.00232166
0.00653617
-0.000560072
0.00295933
0.00639792
0.000101884
0.00358117
0.00680276
0.00035447
0.00363137
0.00675147
-0.00011494
0.00318724
0.00649818
-0.00040982
0.00267711
0.00615807
-0.000698834
0.00230067
0.00596332
-0.000663588
0.00210551
0.0061071
-0.000226132
0.00211212
0.00642485
0.000103745
0.00213524
0.0066211
0.000293587
0.00184517
0.00710133
0.000625945
0.00137751
0.00752336
0.000647086
0.00104043
0.00786878
0.00057883
0.000767816
0.00802899
0.000357287
0.000556709
0.00815948
0.000192705
0.000383346
0.00812791
-0.000156396
0.000256324
0.00802901
-0.000618704
0.000170836
0.00746588
-0.00160749
0.000149222
0.00492914
-0.00447379
0.000156492
-0.00951719
0.000199803
0.00313078
-0.000202901
0.0046447
-0.000228301
0.0060934
-0.000236272
0.00714335
-0.000224327
0.0080426
-0.000227853
0.00886279
-0.000211987
0.00966681
-0.00021182
0.0104529
-0.000192262
0.0112198
-0.000170481
0.0119675
-0.000125417
0.0126816
-5.25511e-05
0.0133659
5.79586e-05
0.0140107
0.000224723
0.0146548
0.000419889
0.0153286
0.000643288
0.0160291
0.000908265
0.016738
0.00120295
0.0173193
0.00150777
0.0176417
0.00183671
0.0172554
0.00218905
0.0165638
0.00260302
0.0163748
0.00299871
0.0164548
0.0030084
0.0162587
0.00278277
0.0159893
0.00249571
0.015549
0.00224973
0.0151196
0.00206109
0.0149624
0.00195096
0.0149914
0.00184962
0.015119
0.00163803
0.0155487
0.00133004
0.0159943
0.00105645
0.0163966
0.00080394
0.0166118
0.0006034
0.0166866
0.000431102
0.0164328
0.000307674
0.0157479
0.000199619
0.0140839
0.000162758
0.00956261
0.000150453
0.000187903
1.87632e-05
-1.63382e-05
-7.64527e-05
6.54428e-05
-4.4048e-05
-9.36201e-05
0.000114827
-4.74899e-05
-0.000100283
0.000152614
-3.61163e-05
-0.00010207
0.000174282
-2.20276e-05
-0.000104366
0.000188989
-1.37099e-05
-0.000111029
0.000194993
-3.67483e-06
-0.00011386
0.000192479
3.35706e-06
-0.000114631
0.000194135
1.30953e-06
-0.000117101
0.000199863
-8.99228e-06
-9.91625e-05
0.000194845
6.09095e-06
-9.20986e-05
0.000153693
3.99189e-05
-7.13102e-05
8.02657e-05
7.28726e-05
-5.15007e-05
-2.69123e-05
0.000108969
-3.59819e-05
-0.000166078
0.000143585
-2.95726e-05
-0.000323799
0.000167605
-3.55905e-05
-0.000491565
0.000189045
-5.62648e-05
-0.000723981
0.000241152
-5.78159e-05
-0.0010102
0.000316314
-5.89949e-05
-0.00138792
0.000399882
-6.65778e-05
-0.00179199
0.000434284
-7.94618e-05
-0.00209876
0.000347493
-0.000135325
-0.00232156
0.000273203
-0.00018748
-0.00238632
0.00012866
-0.000258327
-0.00230813
-1.0621e-05
-0.000316249
-0.00208293
-0.000148853
-0.000371801
-0.00174734
-0.000255961
-0.000419381
-0.00131017
-0.00034949
-0.000456675
-0.000815001
-0.00041108
-0.000481106
-0.000252574
-0.000471031
-0.000489956
0.000289669
-0.000458446
-0.000473535
0.000699584
-0.000331338
-0.000412827
0.000934745
-0.00017036
-0.000345222
0.000971533
9.37215e-06
-0.000225865
0.000823796
0.000176983
-0.00013977
0.000596556
0.000239912
-5.58969e-05
0.000365107
0.000232292
-1.38414e-05
0.000180228
0.000181057
1.40793e-05
5.28378e-05
0.000121032
3.45211e-05
4.9543e-05
5.69272e-05
5.13872e-05
-6.46458e-05
-9.60111e-05
0.000138905
-0.000129117
-0.000132657
0.00022111
-0.000129037
-0.000151013
0.00026988
-8.64179e-05
-0.000160776
0.000279283
-3.41593e-05
-0.000175565
0.000247984
1.3981e-05
-0.000188532
0.000177725
6.28935e-05
-0.000193561
8.16114e-05
9.23875e-05
-0.000202102
-8.3073e-05
0.000157506
-0.0001976
-0.000345755
0.00024532
-0.000180323
-0.000664351
0.000323875
-0.000183191
-0.00103511
0.00040708
-0.000165388
-0.00144608
0.000484547
-0.00016116
-0.0018818
0.000548443
-0.000161148
-0.00232737
0.000596593
-0.000171066
-0.00274959
0.000604849
-0.00019769
-0.00315068
0.0006118
-0.000227901
-0.0035011
0.000617141
-0.000258905
-0.00380669
0.000653931
-0.000284355
-0.00402742
0.000649696
-0.000293882
-0.00417995
0.00062033
-0.000300515
-0.00423528
0.000435854
-0.000321733
-0.00418329
0.000258057
-0.000319884
-0.00403784
9.92597e-06
-0.000323932
-0.00376424
-0.000244994
-0.000344958
-0.00338682
-0.000485078
-0.000375101
-0.00289863
-0.000700237
-0.000398215
-0.0023059
-0.000898231
-0.00041184
-0.0016319
-0.00104254
-0.000431183
-0.000932439
-0.00112875
-0.000420324
-0.000239443
-0.0011101
-0.000454468
0.00042363
-0.00096764
-0.00035756
0.0009735
-0.000697827
-0.000388353
0.00125731
-0.000265245
-0.000307287
0.00129578
0.000148831
-0.000233862
0.00110528
0.000428208
-0.000166983
0.000803737
0.000523776
-0.000104906
0.000466126
0.000502668
-5.67114e-05
0.000177223
0.000395711
-1.55141e-05
0.000217691
3.97692e-05
6.03657e-05
-0.000120905
-0.00011134
0.000151567
-0.00021715
-0.00016226
0.000220146
-0.000196296
-0.000191625
0.000239687
-0.000107985
-0.000209062
0.000187455
1.22905e-05
-0.00022893
6.17812e-05
0.000138065
-0.000251581
-0.000142131
0.000261567
-0.00027248
-0.000449982
0.000391171
-0.000276088
-0.000840616
0.000539223
-0.000269458
-0.00129018
0.000684418
-0.000250065
-0.00180664
0.000830337
-0.000225047
-0.00237044
0.000961533
-0.000200002
-0.00293927
0.00104611
-0.000184965
-0.00348163
0.00108477
-0.000178778
-0.00396333
0.00107444
-0.000177426
-0.00438059
0.00102157
-0.000181946
-0.00474317
0.000974818
-0.000177751
-0.00503785
0.00090824
-0.000163897
-0.00527008
0.000880401
-0.000131443
-0.00537553
0.000741851
-7.0446e-05
-0.00539324
0.000623095
-2.81143e-05
-0.00531556
0.000346494
-2.43518e-06
-0.00516846
9.58121e-05
2.95419e-05
-0.00492776
-0.000239085
2.61266e-05
-0.00463515
-0.000541759
1.34278e-05
-0.00426636
-0.000858417
4.9305e-06
-0.00381059
-0.00115398
-1.30699e-05
-0.00326671
-0.0014367
-3.25878e-05
-0.00263593
-0.0016701
-5.28189e-05
-0.00194851
-0.00181292
-6.73642e-05
-0.00122117
-0.00183712
-9.40248e-05
-0.000531794
-0.00167504
-0.000112924
0.000130438
-0.00135657
-0.000160321
0.000606325
-0.000774009
-0.00013061
0.000908151
-0.000168801
-0.000190259
0.000914526
0.000393751
-0.000137004
0.000743528
0.000668822
-0.000121054
0.000461174
0.000755122
-7.95611e-05
0.000183463
0.00064991
-3.16992e-05
0.000388328
3.9065e-05
5.58195e-05
-0.000171395
-0.000128705
0.000123274
-0.00027983
-0.00019754
0.000142623
-0.000214154
-0.000236746
7.53866e-05
-4.32939e-05
-0.000258511
-8.26315e-05
0.000167069
-0.000298956
-0.000348546
0.000393537
-0.000305633
-0.000726803
0.000629443
-0.000320423
-0.00121439
0.000863037
-0.000306679
-0.00177816
0.00108651
-0.000269529
-0.00238729
0.00127574
-0.000222979
-0.0029959
0.00142087
-0.000185489
-0.00357306
0.00151925
-0.000149236
-0.00410254
0.00155276
-0.000112785
-0.00456101
0.00151393
-7.38648e-05
-0.00494852
0.00143182
-2.8411e-05
-0.00527057
0.0013142
1.02185e-05
-0.00553578
0.00121101
5.38801e-05
-0.00573481
0.00108654
9.21388e-05
-0.00586823
0.000991569
0.000141572
-0.0058907
0.000739966
0.000195104
-0.00585153
0.000564829
0.000237821
-0.00574711
0.000221219
0.000268015
-0.00559079
-7.28168e-05
0.000291336
-0.00540177
-0.000439313
0.00027473
-0.00518272
-0.000773077
0.000272607
-0.00489579
-0.00115278
0.000257124
-0.00452777
-0.0015264
0.000227451
-0.00408195
-0.00188887
0.000200238
-0.00356046
-0.00219748
0.000159671
-0.00296315
-0.00242004
0.000127763
-0.00230589
-0.00250652
6.07994e-05
-0.00159532
-0.00240762
3.97195e-05
-0.000884557
-0.0020897
-2.65046e-05
-0.00026876
-0.00142195
-4.94682e-05
0.000184366
-0.000655283
-8.36598e-05
0.000416166
0.000126253
-9.69229e-05
0.000423314
0.000621003
-9.64042e-05
0.000291878
0.000847181
-7.58926e-05
0.000116935
0.000793835
-2.90942e-05
0.000490785
4.66569e-05
3.59522e-05
-0.000197951
-0.000154455
4.24605e-05
-0.000278373
-0.000244469
-2.31614e-05
-0.000143854
-0.000302846
-0.000202987
0.000133464
-0.000325708
-0.000501897
0.000460123
-0.0003512
-0.000936854
0.000816838
-0.000357188
-0.0014631
0.00114012
-0.000338621
-0.0020578
0.00143534
-0.000284062
-0.00266727
0.00167223
-0.000220984
-0.00325424
0.00183565
-0.000157441
-0.00382016
0.00195609
-9.73176e-05
-0.00433974
0.00199798
-3.32568e-05
-0.0047804
0.00195214
2.78603e-05
-0.00513366
0.00183127
7.65699e-05
-0.00540288
0.00167115
0.000114347
-0.00559248
0.00147323
0.000152703
-0.00572012
0.00130703
0.000199064
-0.00579717
0.00113269
0.000255395
-0.00582208
0.000992164
0.000315027
-0.00579129
0.000686489
0.000360016
-0.00573868
0.000501263
0.000386971
-0.005654
0.000126053
0.000408124
-0.00553905
-0.000194477
0.000399114
-0.00545088
-0.00053469
0.000389632
-0.00533534
-0.000888834
0.000376555
-0.00517536
-0.0013103
0.000349212
-0.00494687
-0.00175322
0.000313802
-0.00462997
-0.00220331
0.000277572
-0.00422026
-0.00260922
0.000240338
-0.00373104
-0.00291468
0.000203749
-0.00316813
-0.00307867
0.000153935
-0.00253596
-0.00306413
0.000102953
-0.00178985
-0.00285389
3.9887e-05
-0.00106158
-0.00217943
-1.29668e-05
-0.000458992
-0.00128935
-7.17832e-05
-6.05356e-05
-0.000317399
-0.000113242
9.84427e-05
0.00042462
-0.000111253
9.4596e-05
0.000810878
-8.43316e-05
3.76156e-05
0.000821858
-3.13797e-05
0.000517141
4.93789e-05
-1.47025e-06
-0.000182133
-0.000190528
-7.65165e-05
-0.00019113
-0.000313939
-0.000256588
4.07037e-05
-0.000371505
-0.000579292
0.000450961
-0.000391074
-0.00102037
0.000889947
-0.000400127
-0.0015513
0.00132869
-0.000366154
-0.00213033
0.00169453
-0.000299822
-0.00272417
0.00199963
-0.00021899
-0.00329289
0.00220706
-0.000129074
-0.00384739
0.00235385
-4.92514e-05
-0.00434568
0.00241069
2.57864e-05
-0.00474695
0.00235942
8.76965e-05
-0.00505109
0.00221672
0.000143449
-0.00526433
0.00200504
0.000190493
-0.00538061
0.00175213
0.000227855
-0.00541606
0.00147685
0.000262698
-0.00539253
0.00126193
0.000297111
-0.00533849
0.00106718
0.000342678
-0.00526558
0.000923073
0.000389413
-0.00520804
0.000629605
0.000431374
-0.0051501
0.000455037
0.000452791
-0.00506668
5.50391e-05
0.000471349
-0.0050297
-0.000221393
0.000450972
-0.00502469
-0.000527167
0.000451145
-0.00502203
-0.000876447
0.000434681
-0.00501049
-0.00130705
0.000406202
-0.00496231
-0.00178815
0.000370546
-0.00484148
-0.00231233
0.000331551
-0.00461191
-0.00282888
0.000289239
-0.00426054
-0.00326134
0.000255182
-0.00378543
-0.00355454
0.00021566
-0.00324703
-0.00361101
0.000180036
-0.00258592
-0.00353563
0.000122474
-0.00177113
-0.00301889
5.48285e-05
-0.00101526
-0.00207373
-9.68925e-06
-0.000444896
-0.000924556
-7.26683e-05
-0.000132854
6.57592e-05
-9.11921e-05
-1.37761e-05
0.000652144
-9.02338e-05
1.84398e-07
0.000777277
-2.78485e-05
0.000505858
5.35905e-05
-6.1219e-05
-0.000100675
-0.000236806
-0.00023051
-7.32612e-06
-0.000386655
-0.000536755
0.000351597
-0.000440027
-0.000968525
0.000872041
-0.000442943
-0.00149128
0.00139473
-0.000410542
-0.00204839
0.00186053
-0.000334038
-0.00262
0.00223609
-0.000241045
-0.00318551
0.00252832
-0.000126563
-0.00369946
0.00268263
-4.41313e-05
-0.00415817
0.00276643
4.95172e-05
-0.00452562
0.00273795
0.000118208
-0.00480588
0.00260169
0.000181955
-0.00499013
0.00237094
0.000225918
-0.00507
0.00206431
0.000251493
-0.00504563
0.00172093
0.000254619
-0.00492268
0.00136019
0.000247646
-0.00472995
0.00108005
0.000266539
-0.00452344
0.000872717
0.000323235
-0.00435567
0.000766087
0.000402084
-0.00429568
0.000584009
0.000465091
-0.00426329
0.000458512
0.000493543
-0.00422945
5.4502e-05
0.000509773
-0.00425
-0.000164963
0.000496284
-0.00429639
-0.00044978
0.000493362
-0.00437279
-0.000768651
0.000474655
-0.00447542
-0.00117343
0.000443533
-0.00458141
-0.00165258
0.000404274
-0.00465969
-0.00220561
0.000361263
-0.00466008
-0.00280362
0.000316758
-0.00452443
-0.00337704
0.00027725
-0.00421767
-0.00384814
0.000239771
-0.00373149
-0.00409175
0.000211167
-0.00316083
-0.00410832
0.000180801
-0.0023787
-0.00381783
0.00013745
-0.00149295
-0.00297959
5.59917e-05
-0.000728029
-0.00171544
-1.80942e-05
-0.000258807
-0.000430687
-7.85235e-05
-8.34694e-05
0.000442326
-8.32378e-05
-9.87933e-06
0.000682873
-3.34327e-05
0.00048945
5.55375e-05
-0.00012788
5.03079e-05
-0.000295784
-0.000398515
0.000279374
-0.00046176
-0.000809029
0.000761665
-0.000503318
-0.00130654
0.0013542
-0.000468963
-0.00184161
0.0019066
-0.000393258
-0.00240499
0.00239472
-0.000287882
-0.00295671
0.00275534
-0.000164759
-0.00342585
0.00295989
-7.0641e-05
-0.00384331
0.00306002
4.99589e-05
-0.00419981
0.00308843
0.000126154
-0.00446948
0.00297686
0.000197992
-0.00463232
0.00274076
0.00025411
-0.00469331
0.0024209
0.000287098
-0.00465492
0.00202681
0.000298133
-0.00449883
0.00158272
0.000275535
-0.00423039
0.00110962
0.000267749
-0.00387198
0.000762292
0.000258628
-0.00353786
0.000583709
0.000312566
-0.00330166
0.000601609
0.000391175
-0.0033178
0.000654442
0.00051469
-0.00336738
0.000557106
0.000575696
-0.00335981
9.41091e-05
0.000585317
-0.0033979
-8.5118e-05
0.000573718
-0.00347276
-0.000333282
0.000558023
-0.00358929
-0.000612186
0.000534207
-0.00375336
-0.000968562
0.000500364
-0.00395093
-0.00141445
0.000455375
-0.00416582
-0.00195101
0.000407416
-0.00435518
-0.00257718
0.000355425
-0.00445763
-0.00324242
0.000310165
-0.0043972
-0.00388409
0.000268466
-0.00410271
-0.00436986
0.000237059
-0.00361472
-0.0045887
0.000208511
-0.00293384
-0.00450091
0.000191688
-0.00201126
-0.00391593
0.000146368
-0.00107759
-0.00267449
7.5595e-05
-0.000380545
-0.00115451
-6.42567e-06
-8.34945e-05
0.000116128
-4.84065e-05
1.92739e-05
0.000559531
-1.81787e-05
0.000501153
6.70537e-05
-0.000199335
0.000276365
-0.000356414
-0.000556001
0.000650357
-0.000531478
-0.00102395
0.00122483
-0.000552585
-0.00155032
0.00186013
-0.000479927
-0.00210096
0.00243076
-0.000371123
-0.00262808
0.00289179
-0.000242243
-0.00306722
0.00316181
-0.000128039
-0.00346292
0.00332408
1.24237e-05
-0.0038282
0.00339862
0.000107349
-0.00408198
0.00331992
0.000183493
-0.00422016
0.00310403
0.000254638
-0.00427748
0.00279919
0.000316442
-0.00426822
0.00243321
0.000342838
-0.0041981
0.0020053
0.00032384
-0.00401736
0.00149432
0.000224966
-0.00364693
0.000886253
5.83944e-05
-0.00307778
0.000300698
2.10454e-05
-0.00254456
0.000104341
0.000152511
-0.00220487
0.000247133
0.000426294
-0.00236088
0.000811875
0.000621745
-0.00255834
0.000795735
0.000693571
-0.00258401
0.000164888
0.000660935
-0.00261493
-9.30264e-06
0.000651838
-0.00270865
-0.000195791
0.000631671
-0.00283214
-0.000442342
0.000601238
-0.00301557
-0.000737713
0.000564305
-0.00324592
-0.00113606
0.000514222
-0.00352184
-0.00162657
0.000461045
-0.00381509
-0.00223727
0.000402823
-0.00407769
-0.00293668
0.000348453
-0.00423569
-0.00368984
0.000299822
-0.00419405
-0.00438365
0.000262263
-0.00387881
-0.00488554
0.000233307
-0.00333082
-0.00504004
0.000212749
-0.00250192
-0.00474365
0.000193491
-0.00144922
-0.00373539
0.000151739
-0.00057715
-0.00204411
7.33333e-05
-8.59542e-05
-0.000396568
1.01237e-05
6.47209e-06
0.000452462
6.97369e-07
0.00050868
8.24349e-05
-0.000249967
0.00055184
-0.000404112
-0.000663937
0.00107605
-0.000585071
-0.00115782
0.0017098
-0.000580787
-0.00167051
0.00235087
-0.000478327
-0.00218194
0.00291694
-0.000346929
-0.0026238
0.0033062
-0.000215742
-0.0030321
0.00354368
-6.30238e-05
-0.00339872
0.00367234
4.20686e-05
-0.00364654
0.00363598
0.00013994
-0.0037765
0.00345227
0.00022145
-0.00383445
0.00318046
0.000308363
-0.00386451
0.00286414
0.000387029
-0.00389681
0.00252975
0.00040982
-0.00390715
0.00210708
0.000364072
-0.00364294
0.00134064
0.000213011
-0.0029695
0.000127256
0.000326036
-0.00211795
-0.000784507
0.000548756
-0.00161265
-0.000767498
0.000938236
-0.00150758
-7.44913e-05
0.00103769
-0.001875
0.00105882
0.00116723
-0.00210677
0.00102302
0.00104632
-0.00202678
0.000110368
0.000859661
-0.00199281
-9.05072e-06
0.00077873
-0.00207141
-8.31499e-05
0.000750016
-0.00218573
-0.000285346
0.000694712
-0.00236514
-0.000511741
0.000651133
-0.0025939
-0.000857147
0.000590152
-0.00288122
-0.00128682
0.000530595
-0.00321305
-0.00185319
0.00046416
-0.00356026
-0.00253926
0.000401592
-0.00386229
-0.00334311
0.000343305
-0.00402655
-0.00418263
0.000297112
-0.00395212
-0.00493285
0.000262643
-0.0035736
-0.00540172
0.000240267
-0.00290829
-0.00540137
0.000224494
-0.00193261
-0.00470923
0.000199328
-0.000884175
-0.00309963
0.000157937
-0.000168832
-0.00112559
6.9369e-05
-1.19019e-05
0.000271495
7.10156e-05
0.000498593
0.000108611
-0.000272016
0.000851455
-0.000453331
-0.000702101
0.00151602
-0.000632513
-0.00119092
0.00218804
-0.000608457
-0.00169605
0.00283502
-0.000480462
-0.00216624
0.0033661
-0.000341664
-0.00257841
0.00369898
-0.000200449
-0.00294025
0.00389614
-6.35064e-05
-0.00318919
0.00392433
4.69341e-05
-0.0033247
0.00378674
0.000148871
-0.003371
0.00353168
0.000248963
-0.00338018
0.00323903
0.000373417
-0.00339927
0.00293553
0.000518345
-0.00341832
0.00260775
0.000626162
-0.00323985
0.00193251
0.000762158
-0.00252089
0.000395628
0.00109008
-0.0014379
-0.00118902
0.0011998
-0.00104233
-0.00124254
0.00100304
-0.00128728
-0.000276587
0.000750001
-0.00166049
0.000527243
0.000962743
-0.00186824
0.00143709
0.00141974
-0.00181087
0.0010928
0.00131667
-0.00156624
-6.68999e-05
0.000941345
-0.00148479
-5.7851e-05
0.00087884
-0.00154544
8.09883e-06
0.000870317
-0.00165587
-0.000137367
0.000799408
-0.00182865
-0.000289671
0.000746241
-0.00204411
-0.000590799
0.000678338
-0.00231341
-0.000962202
0.000610966
-0.00263674
-0.00147371
0.000536631
-0.00300358
-0.0021164
0.000464293
-0.00337645
-0.00291807
0.00039569
-0.00367831
-0.00383528
0.000338581
-0.00380077
-0.00477437
0.000295595
-0.00363401
-0.00554282
0.000267745
-0.00313214
-0.00588653
0.000248776
-0.00229629
-0.00553525
0.000234771
-0.00119118
-0.00419797
0.000198938
-0.000339388
-0.00197576
0.000147804
-2.15728e-05
-4.62468e-05
9.42215e-05
0.000487193
0.000129349
-0.000271651
0.00115147
-0.000492404
-0.000694956
0.00194822
-0.000673591
-0.00117249
0.00265578
-0.000637318
-0.00165227
0.00329806
-0.00050007
-0.0020724
0.00377379
-0.000359102
-0.00243353
0.00405654
-0.000223031
-0.00270074
0.00417629
-9.13091e-05
-0.00283969
0.00410293
1.24083e-05
-0.0028864
0.00388424
0.000136642
-0.00286397
0.00358098
0.000271089
-0.00280955
0.00326156
0.000473387
-0.00273355
0.00290948
0.000765406
-0.00249923
0.00234951
0.00114297
-0.00172326
0.000855625
0.00181083
-0.000238698
-0.00107894
0.00155858
0.000636507
-0.00134276
-0.000263701
0.000221342
0.000182219
-0.00180386
-0.000563171
0.00103119
-0.00122736
-0.000882694
0.0010692
0.00018654
-0.000888884
0.00156155
0.00155868
-0.000801553
0.00108734
0.00156967
-0.000842235
-7.86944e-05
0.00109495
-0.000924897
-2.6119e-05
0.00103932
-0.00104418
0.00012985
0.00102251
-0.00120185
4.21405e-05
0.000937381
-0.00139122
-6.12742e-05
0.000874858
-0.00160889
-0.000321863
0.000785105
-0.0018599
-0.00065512
0.000709169
-0.00215784
-0.00111749
0.000624993
-0.00250599
-0.0017085
0.000541507
-0.00289282
-0.00247414
0.000461401
-0.00326523
-0.00341158
0.000391942
-0.0035297
-0.00446739
0.000338586
-0.00356067
-0.00548021
0.000302951
-0.00324353
-0.00618231
0.000281904
-0.00255752
-0.0062063
0.000263821
-0.00153169
-0.00521335
0.000246133
-0.000529647
-0.00297032
0.000195954
-2.73605e-05
-0.000547698
0.000170709
0.00047175
0.000165558
-0.000246062
0.00142869
-0.000532693
-0.000643885
0.0023567
-0.000713896
-0.00109934
0.00310587
-0.000674525
-0.00152874
0.00372018
-0.000538408
-0.00189931
0.00414864
-0.000402542
-0.00219777
0.00437785
-0.000284921
-0.00237923
0.00440708
-0.000165995
-0.00243888
0.00424903
-7.14306e-05
-0.00243147
0.00398975
6.42908e-05
-0.0023732
0.00363784
0.000247749
-0.00223941
0.00323494
0.000543903
-0.00203963
0.00269832
0.0010923
-0.00141265
0.00144075
0.00194739
0.000431515
-0.000954697
0.00177168
0.00203829
-0.00183621
-0.00102959
0.00174783
-0.000440728
-0.00346334
0.00029203
0.00131845
-0.00257648
-0.000444269
0.00104091
-0.00033262
-0.000606468
0.00049774
0.00153304
-0.000265354
0.000917049
0.00243563
-4.17778e-06
0.000685645
0.00216229
-0.000223245
-0.000129866
0.00159684
-0.000400141
-2.43084e-06
0.00139035
-0.000586375
0.0002803
0.0012543
-0.000826969
0.000278064
0.00113614
-0.0010411
0.000180823
0.00103296
-0.00128689
-3.26163e-05
0.000934864
-0.00152163
-0.000360317
0.000829648
-0.00179053
-0.000787843
0.000734507
-0.0021007
-0.00133445
0.000635668
-0.00246289
-0.00204998
0.000541623
-0.00284793
-0.00296906
0.000456787
-0.0031869
-0.00407938
0.000389241
-0.00336068
-0.00526844
0.000342712
-0.00323222
-0.00628275
0.000313169
-0.00270415
-0.00671363
0.000293044
-0.00178998
-0.00610863
0.000266651
-0.000703678
-0.00403997
0.000236318
-5.02614e-05
-0.00118417
0.000175325
0.000439102
0.000183866
-0.000201594
0.001666
-0.000573302
-0.000560679
0.00273055
-0.000758059
-0.000966864
0.00351426
-0.000725538
-0.0013351
0.00409811
-0.000602814
-0.00165264
0.00449587
-0.000481923
-0.00187868
0.00466651
-0.000395034
-0.0019856
0.00462731
-0.000328456
-0.001999
0.00441757
-0.000227508
-0.00195593
0.00413705
-8.87224e-05
-0.00190026
0.00375347
0.000154282
-0.00191681
0.00334732
0.000608389
-0.00194884
0.00238746
0.001732
-0.000631981
-0.000104441
0.00196427
0.00118728
-0.00230863
-0.000605869
0.000939609
-0.00209845
-0.00265718
-0.000649813
-0.000361009
-0.00205458
-0.00183107
0.00118164
-7.94554e-05
-0.00212206
0.000317457
0.00167345
-0.00170171
-0.00047745
0.00247511
-0.000610287
-0.000370489
0.00284875
0.000322972
-0.000358714
0.00251175
0.000300772
-0.000350419
0.00200667
9.30488e-05
7.18852e-05
0.00172555
-0.000168222
0.000486402
0.00150956
-0.000467122
0.000568924
0.00136493
-0.000755009
0.00049943
0.00122109
-0.0010338
0.000291069
0.00110603
-0.00128827
-4.75448e-05
0.000986819
-0.00153974
-0.000470745
0.000871582
-0.00181353
-0.000992509
0.000754513
-0.00213686
-0.00166033
0.000643221
-0.00250138
-0.00254244
0.000539039
-0.00286555
-0.00366191
0.000454736
-0.00312648
-0.00496515
0.000393073
-0.00314503
-0.00623319
0.000355334
-0.00277723
-0.00705798
0.000328512
-0.0019873
-0.00687855
0.000305591
-0.000884148
-0.00512206
0.000273077
-8.22808e-05
-0.0019665
0.000227299
0.000379437
0.000216073
-0.000141344
0.00185016
-0.000617493
-0.000441038
0.00305256
-0.000806651
-0.000781609
0.0038704
-0.000792106
-0.00109096
0.00444124
-0.00069148
-0.00133894
0.00481141
-0.000600153
-0.00148669
0.00493622
-0.000561252
-0.00154954
0.00488478
-0.000544998
-0.001574
0.00470385
-0.000519641
-0.00162287
0.00451393
-0.000424319
-0.00196187
0.00432817
-0.00010402
-0.00289495
0.00408236
0.000808064
-0.00345142
0.00236115
0.001727
-0.00259753
-0.00133871
8.54011e-05
-0.00255521
-0.00389509
-0.000556997
-0.00241261
-0.00458069
0.000430883
-0.00191505
-0.00242212
0.000940927
-0.0023108
0.000609023
0.00185689
-0.00244911
-0.000134468
0.00237404
-0.00170604
-0.00171233
0.00261835
-6.19401e-05
-0.00236533
0.00291511
0.00129405
-0.0018301
0.00243829
0.00130169
-0.00064521
0.00235864
0.000881925
0.000338174
0.00205833
0.000399868
0.000912148
0.00174406
-0.000113812
0.00106937
0.00160611
-0.000511628
0.000927877
0.00144706
-0.00086352
0.000689893
0.00131969
-0.00114489
0.000296591
0.00117859
-0.00139583
-0.000151893
0.00104774
-0.00163798
-0.000678569
0.000906413
-0.00191534
-0.00131191
0.000771928
-0.00223754
-0.00215388
0.000643011
-0.00259084
-0.00325103
0.000535413
-0.00289352
-0.00461616
0.000453573
-0.003011
-0.00608074
0.000400333
-0.00277509
-0.00726775
0.000365761
-0.00209742
-0.00753192
0.000333862
-0.00104095
-0.0061533
0.000301914
-0.000118563
-0.00286042
0.000254988
0.000288251
0.00023257
-6.79041e-05
0.00197249
-0.000670349
-0.000290307
0.00330736
-0.000868523
-0.000559131
0.00417473
-0.000876371
-0.00079361
0.00473897
-0.000809465
-0.000958988
0.00509393
-0.000763808
-0.00103041
0.00520818
-0.000795749
-0.00105993
0.00523087
-0.000855692
-0.00112801
0.00519797
-0.000922311
-0.00137896
0.00528463
-0.000935199
-0.00274469
0.00587594
-0.000330689
-0.00559865
0.00655098
0.000858204
-0.00764902
0.00386115
0.000960048
-0.007474
-0.00307419
0.00136134
-0.00476884
-0.00879739
0.00449329
-0.000314442
-0.010828
0.00546102
0.0011733
-0.00582388
0.00547148
-0.00120294
0.00147993
0.00619561
-0.00253888
-0.000121838
0.00561633
-0.00131275
-0.00471551
0.00507243
0.000976086
-0.00589837
0.00385606
0.00260052
-0.00391292
0.00254133
0.00253227
-0.00093259
0.00272766
0.00185306
0.000882694
0.00243139
0.00105435
0.0017202
0.00198802
0.000292072
0.00186988
0.00187918
-0.000298538
0.0015737
0.00172332
-0.000771303
0.00122584
0.00159561
-0.00110805
0.000701402
0.00144106
-0.00136387
0.0001752
0.00128419
-0.00157984
-0.000386653
0.00111069
-0.00180035
-0.00101712
0.000943334
-0.00206559
-0.00181996
0.000780467
-0.00238328
-0.00287522
0.000642576
-0.00269554
-0.0042566
0.000531537
-0.00287679
-0.00586385
0.000457905
-0.00274609
-0.00737163
0.000409219
-0.00217235
-0.00808115
0.000371353
-0.00117946
-0.00711842
0.000328479
-0.000191006
-0.00381622
0.000285165
0.000130738
0.000250134
3.30154e-05
0.00200756
-0.000722743
-0.000108167
0.00349831
-0.000930318
-0.000297054
0.00442353
-0.000973983
-0.000439143
0.0049819
-0.000953653
-0.000487088
0.0053216
-0.000964264
-0.000412973
0.00543168
-0.00108994
-0.000286491
0.00558931
-0.00126447
-0.000276073
0.00586593
-0.00150901
-0.000884054
0.00669862
-0.00163231
-0.00345554
0.00869492
-0.000637894
-0.00781592
0.0105713
0.00113216
-0.0109435
0.00594861
0.00263473
-0.00807586
-0.00743693
0.00498682
-0.0002697
-0.0166136
0.00462063
0.00736467
-0.0192743
0.00427583
0.00718253
-0.00798488
0.00685978
0.000530764
0.00567952
0.0113252
-0.00286043
-0.000523258
0.0116482
-0.00131715
-0.0100687
0.00751581
0.00227778
-0.0116003
0.00364564
0.00454593
-0.00671926
0.00157802
0.00424628
-0.000299075
0.00221178
0.00296114
0.00270019
0.00210509
0.00163426
0.00333202
0.00186241
0.00056268
0.00310134
0.0020352
-0.000191556
0.00241266
0.00202119
-0.000788458
0.00188719
0.00192435
-0.0011698
0.00114088
0.00177501
-0.00142156
0.000486899
0.00159109
-0.00162192
-0.000111664
0.00137781
-0.00178485
-0.000781269
0.00117351
-0.00196884
-0.00157407
0.000961829
-0.00222412
-0.00256615
0.000776193
-0.00252536
-0.00391143
0.000626459
-0.00275356
-0.00560101
0.000521667
-0.00272021
-0.00737894
0.000454352
-0.00225024
-0.00852706
0.000403087
-0.00131913
-0.0080212
0.000352539
-0.000283243
-0.00481577
0.000299022
-0.000113648
0.000259877
0.000162715
0.00192783
-0.000783428
0.000135767
0.00358932
-0.00100601
4.02968e-05
0.00460061
-0.00107689
1.54531e-05
0.00515086
-0.00112324
0.00010967
0.00548491
-0.00121645
0.000341747
0.00564633
-0.00149602
0.00063749
0.00602209
-0.0018315
0.000591426
0.00700798
-0.0023337
-0.000830866
0.00916836
-0.00224721
-0.00434182
0.0127863
-0.000140681
-0.00788584
0.0156819
0.00245394
-0.00620558
0.00483834
0.00622063
0.00247008
-0.0168598
0.00278938
0.0123111
-0.0300605
-0.0045297
0.0163934
-0.028864
-0.000412926
0.0142087
-0.00897731
0.00476615
0.00481605
0.0116564
0.0168128
-0.00033869
-0.000849393
0.0137894
0.00175388
-0.0155134
0.00377096
0.00567077
-0.0175659
-0.00025918
0.00623395
-0.00800706
-0.000793956
0.00460022
0.00210195
0.00216127
0.00313774
0.00585848
0.00226179
0.00194326
0.00582304
0.00160387
0.000587943
0.00506342
0.002071
-0.000341776
0.00357121
0.00240067
-0.00103895
0.00269418
0.00237661
-0.0014238
0.00158444
0.00226703
-0.0016178
0.000732835
0.00203322
-0.00177267
0.000117536
0.00175597
-0.00187348
-0.000616422
0.00149083
-0.00195343
-0.00144575
0.00121644
-0.00209516
-0.00239376
0.00096204
-0.0023464
-0.00362829
0.000746132
-0.00259689
-0.00532408
0.000594017
-0.00266299
-0.00729081
0.000502367
-0.00231836
-0.00885111
0.00043556
-0.00147163
-0.00884026
0.000372789
-0.000398247
-0.00585173
0.000311477
-0.000467952
0.000265399
0.00024326
0.00177545
-0.000833798
0.000283151
0.00362703
-0.00108624
0.000281017
0.00470765
-0.00120105
0.000376411
0.00523736
-0.00131626
0.000667773
0.00553729
-0.00151185
0.00130509
0.0056417
-0.00197217
0.00226657
0.00614318
-0.00250884
0.0035145
0.00753046
-0.00353862
0.00599435
0.0090121
-0.00319366
0.0102066
0.0126082
-0.000126828
0.0135637
0.0184471
0.00361711
0.0161856
0.0045715
0.00949251
0.0176134
-0.0212825
0.00349848
0.0171679
-0.0357226
-0.00719952
0.0103556
-0.0267245
0.00122387
0.00769949
-0.00269591
0.000821096
0.00249508
0.020728
0.00811019
0.00261736
0.00186239
-0.000584097
0.00600292
-0.0145628
-0.00923318
0.00799148
-0.0179861
-0.0079857
0.00612989
-0.00779976
-0.00553629
0.00433729
0.00299885
-0.000122558
0.00377575
0.00766938
0.0014431
0.00192853
0.00964934
0.00118515
-8.37884e-05
0.0080584
0.0021598
-0.000978054
0.00475804
0.00307554
-0.0015824
0.00330507
0.00308867
-0.00187091
0.0018331
0.00297701
-0.00193852
0.000808532
0.00265064
-0.00200962
0.000232019
0.0022877
-0.00205618
-0.000548148
0.00193754
-0.002027
-0.0014761
0.00154832
-0.00200982
-0.00242758
0.0012073
-0.00217028
-0.0034722
0.000893658
-0.00242395
-0.00505714
0.000670153
-0.0025763
-0.00712605
0.000539024
-0.00239472
-0.00901752
0.000452445
-0.00168931
-0.00952169
0.000376775
-0.000606686
-0.00689802
0.000303805
-0.00102819
0.000251834
0.00034383
0.001518
-0.000867673
0.000466241
0.00358011
-0.00114753
0.000574682
0.00471359
-0.00131901
0.000860697
0.00518519
-0.00154125
0.00147374
0.00537831
-0.00187454
0.00283396
0.00515232
-0.00263759
0.00469606
0.00582262
-0.00361747
0.00946048
0.00585868
-0.00598733
0.0223497
0.00188703
-0.00395262
0.0392927
0.00394358
-0.00120782
0.0503649
0.017203
0.00402008
0.0498929
0.0107969
0.0186602
0.0341589
-0.00325021
0.0219519
0.0071115
-0.0094033
0.00937972
-0.0100791
-0.00483995
0.00773708
-0.0107661
0.0163259
-0.00708724
-0.00630502
0.0345429
-0.019536
0.000516196
0.0190642
-0.0116843
0.00663846
0.0072581
-0.00193906
0.0138588
-0.0107698
0.00142912
0.0154311
-0.00828144
-0.00862935
0.0137687
0.00289878
-0.00953923
0.0115201
0.00722941
-0.00514987
0.00551064
0.0138504
-0.000247688
-0.000427924
0.0135732
0.00349205
-0.00234081
0.00667702
0.004784
-0.00274883
0.00320867
0.00466034
-0.00267537
0.00140947
0.00439299
-0.00235324
0.000344601
0.00374204
-0.00235714
0.000184947
0.00314112
-0.0024509
-0.00054355
0.00265944
-0.00228625
-0.00179458
0.00210614
-0.00200155
-0.00287145
0.00157359
-0.00197396
-0.00357914
0.00111497
-0.00219037
-0.00486174
0.000724955
-0.00240518
-0.00690908
0.000561472
-0.00238336
-0.00903239
0.00044493
-0.00185775
-0.0100271
0.000360686
-0.000813216
-0.00790814
0.000279072
-0.00179412
0.000232638
0.000375741
0.00125262
-0.000951318
0.000555672
0.00349716
-0.00123851
0.00076346
0.00465025
-0.00146695
0.00116366
0.00505808
-0.001766
0.00202112
0.00508429
-0.00230469
0.00367527
0.00451055
-0.00333453
0.00678149
0.0049238
-0.00546249
0.0151107
0.00219437
-0.00825775
0.0306643
-0.00588937
-0.00108906
0.050429
-0.00353
-0.00262286
0.062425
0.0199428
-0.0157039
0.0609547
0.0259613
0.00178011
0.0472449
0.0196535
0.0198711
0.0242171
0.0151838
0.0222627
0.0101098
0.0178636
0.0198451
0.00983999
0.0334124
0.00618848
0.0138229
0.0439921
-0.0157668
0.0148934
0.0305634
0.0280005
0.00542001
0.0157953
0.0719305
0.00942691
-0.00538216
0.0402203
0.0100049
-0.00112265
-0.00138022
0.00520163
0.0094118
-0.00907027
0.0063997
0.00377745
-0.00525899
0.00350901
0.0146267
-0.00099268
-0.0027269
0.0224352
0.00436849
-0.00513658
0.0120755
0.0045839
-0.00511171
0.00417298
0.00328315
-0.00362681
-0.000516776
0.0048493
-0.00251012
-0.00130073
0.00515046
-0.00274334
0.000155521
0.00433268
-0.00318322
-0.000359791
0.003743
-0.00296509
-0.00241113
0.0030315
-0.00225896
-0.00409223
0.00231789
-0.0018852
-0.00422794
0.00152388
-0.00194955
-0.00487653
0.000854594
-0.00213167
-0.00674586
0.000515947
-0.00223864
-0.0089252
0.000400537
-0.00195561
-0.0102932
0.000298944
-0.00105151
-0.00877875
0.000218019
-0.00279668
0.000179731
0.000322814
0.0010228
-0.000945592
0.00056166
0.00334995
-0.00126663
0.000856501
0.00450417
-0.00155205
0.00129496
0.0048836
-0.00192141
0.00236466
0.00463018
-0.00267136
0.00392531
0.0039686
-0.0039608
0.00874268
0.00290882
-0.007443
0.0175719
-0.00138021
-0.00800303
0.0217992
-0.00570299
0.00401084
0.0342773
-0.00401546
-0.00803706
0.0537227
0.0151623
-0.0397915
0.0478661
0.0387194
-0.021786
0.0248564
0.0341971
0.011022
0.0110014
0.0167266
0.0243996
0.00899354
0.024467
0.0181119
0.0139775
0.0443782
-0.00183444
0.0200779
0.0404188
-0.0177146
0.00576679
0.0402869
0.0433438
-0.0179966
0.0275329
0.0812786
-0.025858
0.0177552
0.0445902
-0.0290595
0.0270341
0.00623241
-0.0279453
0.0172142
0.00152423
-0.0225571
0.00233677
-0.00259465
-0.0197353
0.00985467
0.000624132
-0.014144
0.0183686
0.00732363
-0.00932558
0.0164361
0.0062607
-0.00545858
0.00598992
0.0028247
-0.00187605
-0.00326295
0.00496101
-0.00132249
-0.00281242
0.00637182
-0.00207694
5.94977e-05
0.00535176
-0.00300046
-8.59114e-05
0.00516879
-0.00316352
-0.00318256
0.00455703
-0.00237844
-0.00605704
0.00355296
-0.00184066
-0.00535709
0.0021281
-0.00181755
-0.00499572
0.000898411
-0.00200998
-0.00660002
0.000448619
-0.00210048
-0.00884322
0.000271146
-0.00191539
-0.0104612
0.000192465
-0.0011432
-0.00951662
0.000105434
-0.00389272
7.96244e-05
0.000262633
0.000844518
-0.000942561
0.00052293
0.00317104
-0.00126027
0.000834945
0.00431902
-0.00156327
0.00124378
0.00469806
-0.00197412
0.00217544
0.00423423
-0.00280258
0.00341096
0.00361721
-0.00424408
0.00771919
0.000963629
-0.00788705
0.010863
-0.00156413
-0.00639836
0.00642701
-0.00024203
0.0036281
0.00930111
-0.00357882
-0.00631255
0.0231551
0.00157983
-0.0207204
0.0277654
0.0258597
0.00150107
0.0119793
0.029536
0.0197114
-0.012487
0.0211333
0.0223972
-0.00614334
0.0281164
0.00073371
0.00458996
0.0520384
-0.0456129
-0.0048023
0.0325694
-0.0244006
-0.0358053
0.0432437
0.0414517
-0.051964
0.0482309
0.0486841
-0.0438337
0.0419561
0.0108409
-0.0402386
0.0535101
0.00691247
-0.0314297
0.026894
-0.00304311
-0.0283925
0.00564542
0.00930235
-0.0249986
-0.00143981
0.0117709
-0.01737
0.00183937
0.0110306
-0.0134792
0.0171331
0.0115878
-0.00612233
0.00579841
0.00999337
0.000301304
-0.00564958
0.00610489
0.000779904
-0.00369895
0.00705096
-4.35371e-05
-0.00115251
0.00680277
-0.00115024
-0.00056156
0.00788472
-0.00197253
-0.00433743
0.00723818
-0.0020237
-0.00789713
0.00486251
-0.00168366
-0.00636552
0.00227472
-0.00152854
-0.005054
0.00063207
-0.00179382
-0.00637939
0.000279559
-0.0019148
-0.00872744
9.9321e-05
-0.00177139
-0.0105828
4.55899e-05
-0.00111605
-0.0101325
-1.24626e-05
-0.00495803
-3.22836e-05
0.000207696
0.000707065
-0.000917
0.00045479
0.00298851
-0.00121516
0.000710806
0.00415488
-0.0015097
0.00102189
0.00456058
-0.00191324
0.00155962
0.00409038
-0.00265894
0.00244811
0.00342625
-0.00399589
0.00409174
0.000803529
-0.00686584
0.00482103
-0.000249832
-0.00708019
0.00205717
0.00288848
-0.000956673
-0.000198836
-0.00162696
-0.0049176
0.00159989
-0.00688341
-0.00758031
0.0117168
0.00088412
0.0100864
0.000262502
0.0157303
0.0213287
-0.0290318
0.0249867
0.0244116
-0.0110114
0.0251483
-0.00560659
-0.0146348
0.0631384
-0.0750226
-0.0405316
0.0380023
-0.0454066
-0.0502751
0.0413217
0.00235985
-0.0587018
0.0731869
0.00592164
-0.0459233
0.0644144
-0.0317651
-0.0305878
0.0560318
-0.0309755
-0.0222034
0.0218391
-0.0108463
-0.0193017
-0.00262321
0.026891
-0.0199368
-0.0156521
0.0188713
-0.0243276
-0.013276
0.00601279
-0.0207598
0.00636698
0.00610427
-0.011444
-0.00299143
0.0105927
-0.00475287
-0.0094625
0.00675799
-0.00367692
-0.004315
0.00666232
-0.00309412
-0.00247402
0.00672071
-0.00250362
-0.00113943
0.00781676
-0.00172286
-0.00565499
0.0072681
-0.00150693
-0.00899876
0.00428505
-0.00138607
-0.0066971
0.00150207
-0.00125741
-0.00463181
4.33444e-05
-0.00154573
-0.0059583
-5.72199e-05
-0.00161453
-0.00864742
-0.00024379
-0.00148403
-0.0106811
-0.000196347
-0.00094134
-0.0106326
-0.000195619
-0.00583911
-0.000201299
0.000162695
0.000592561
-0.000858828
0.000377058
0.00281313
-0.00112887
0.000556603
0.00402411
-0.00139503
0.000739942
0.0044899
-0.00174386
0.000932465
0.0041423
-0.00230936
0.00133973
0.00348653
-0.00328838
0.0013861
0.00165241
-0.00511375
0.00133581
0.00102637
-0.00653927
0.00128398
0.00312359
-0.00382161
-0.00114078
0.00264597
-0.00230965
-0.00831413
0.000204274
-0.00300171
-0.0117462
-0.00680178
0.00768784
-0.0272063
0.0106559
0.0124959
-0.0407922
0.020532
0.0176203
-0.00495767
0.0114728
-0.00601736
-0.0188064
0.0801752
-0.0846718
-0.0727763
0.0680767
-0.0622341
-0.0657377
0.031676
-0.0382566
-0.0494716
0.0707188
-0.0304171
-0.0426124
0.0876795
-0.0391144
-0.0367803
0.070385
-0.0388915
-0.033442
0.0176231
-0.00448613
-0.030153
-0.0155218
0.0136103
-0.0303126
-0.0256596
0.00459873
-0.0342571
-0.0239448
-0.00831839
-0.0248826
-0.011755
-0.00735434
-0.0155109
-0.017109
-0.00243454
-0.0123184
-0.0151929
-0.000594421
-0.0134255
-0.00336285
0.000723986
-0.0140281
-0.000813746
0.00179934
-0.0103418
-0.00269303
0.00409192
-0.0049435
-0.00817093
0.00476888
-0.00173023
-0.0103432
0.00190313
-0.000877578
-0.00716511
0.000138069
-0.00087482
-0.00396076
-8.97159e-05
-0.00120533
-0.00537122
-0.000280726
-0.00131804
-0.00847153
-0.000774936
-0.00125374
-0.0107098
-0.000543564
-0.000776214
-0.0110719
-0.000419647
-0.00655987
-0.00038476
0.000116228
0.000505964
-0.00078622
0.00029465
0.00264657
-0.00102676
0.000415412
0.00391721
-0.00126538
0.000506532
0.00446254
-0.00155468
0.000492775
0.00430823
-0.00197961
0.000600672
0.00371264
-0.00266189
0.000131046
0.00267879
-0.00375856
0.000366544
0.00180696
-0.00545099
0.00232604
0.00165291
-0.00596618
0.0073924
0.000476874
-0.00429634
0.00743509
0.00621574
0.00446567
-0.0129151
0.00791639
0.0162286
-0.0494676
0.0265519
0.00932629
-0.0626954
0.0223514
0.00690295
-0.0353936
-0.00021537
-0.00559163
-0.00596536
0.0500224
-0.0549613
-0.0330784
0.0598875
-0.0723799
-0.0460576
0.0294557
-0.0386832
-0.0375361
0.0457808
-0.0325835
-0.0252674
0.0716569
-0.0206423
-0.0165142
0.0634264
-0.00671808
-0.0240347
0.0198615
0.00359878
-0.0299499
-0.00959223
-0.00339185
-0.0304212
-0.0229364
-0.0157653
-0.0281011
-0.0271728
-0.0260684
-0.0192556
-0.0205651
-0.0289951
-0.0122437
-0.0234392
-0.0233374
-0.00690719
-0.0234495
-0.0113161
-0.00901207
-0.00359407
-0.00345207
-0.0133214
0.00395748
0.000768557
-0.0103675
-0.00393405
0.00401377
-0.00311657
-0.0112927
0.00459117
0.00117891
-0.0112257
-1.01646e-05
0.000834737
-0.00634504
-0.000472718
-0.000343291
-0.00263777
0.000707526
-0.000699849
-0.00484032
-0.000551865
-0.000972113
-0.0080948
-0.00127682
-0.00104641
-0.0105919
-0.000861443
-0.00066641
-0.0114202
-0.00061571
-0.00717339
-0.000553176
9.17134e-05
0.000420606
-0.00071085
0.000243431
0.00248387
-0.000919099
0.000338561
0.00380539
-0.00112935
0.000378749
0.00444222
-0.00137165
0.000310575
0.00445529
-0.0017063
0.000296958
0.0039505
-0.00218897
0.000129892
0.00326483
-0.00305854
0.00078101
0.00214748
-0.0043735
0.00290143
0.000798365
-0.00564607
0.0108967
-0.00380503
-0.0073393
0.0223424
0.0055393
-0.00309532
0.00768945
0.0260525
0.00109451
-0.0278504
0.0464088
0.00202801
-0.0640241
0.0336411
0.0140923
-0.0825019
0.00659504
0.0295414
-0.0535124
0.016372
0.0235729
-0.0236834
0.0229909
-0.0091606
-0.0112465
0.0181317
-0.0255017
-0.017194
0.0359647
-0.0243131
-0.0143502
0.0525772
-0.0309304
0.00796207
0.0458869
-0.0393723
0.013829
0.0215906
-0.0251214
0.00533794
0.00985733
-0.0178188
-0.00420402
-0.00435831
-0.0265363
-0.0106202
-0.012269
-0.0365599
-0.00721379
-0.0183999
-0.0378367
-0.00203551
-0.0251088
-0.0289765
0.00144396
-0.0253168
-0.0145785
0.000705681
-0.0034668
1.26638e-05
-0.00171428
0.00626679
0.00830901
-8.0082e-05
-0.00379071
0.00745246
0.00564433
-0.0108813
0.00335138
0.0067477
-0.00798845
-0.00128617
0.00234504
-0.00237981
0.00154714
-3.14351e-05
-0.000897538
0.00225124
-0.000223636
-0.00450965
-0.00128553
-0.000703405
-0.00745957
-0.00165023
-0.000908532
-0.0103145
-0.00112445
-0.000640327
-0.0116517
-0.000770757
-0.00775876
-0.000678727
4.7414e-05
0.000367857
-0.000633899
0.000183612
0.0023186
-0.000810373
0.000262696
0.00368119
-0.000989374
0.00024314
0.00442525
-0.00118106
0.000107636
0.00457636
-0.00142602
-6.33287e-05
0.00417526
-0.00173077
-7.29263e-05
0.00348988
-0.00244467
0.000633405
0.00228359
-0.00328489
0.00114744
0.00148677
-0.00279403
0.00141714
-0.00139892
-0.00256744
0.0011767
0.00831576
-0.00330618
-0.00798998
0.0320424
-0.00513395
-0.0198949
0.0449106
-0.00954501
-0.0331591
0.034916
-0.00729558
-0.0450323
0.0180962
0.00398607
-0.0356605
0.00744761
0.0235536
-0.0345349
0.00708985
0.0322659
-0.0332522
0.00887959
0.0206256
-0.0119125
0.0184122
0.0141791
0.00978916
0.0328905
0.0030333
0.0277462
0.051706
-0.0263298
0.0357199
0.0538904
-0.0579191
0.0356335
0.0370836
-0.0463746
0.0194922
0.0181952
-0.0230393
0.00173166
0.00971382
-0.0292626
0.00237731
-0.00832887
-0.0377694
0.00313188
-0.0163104
-0.0265442
0.000322757
-0.0140385
-0.0149097
-0.00019603
-0.000365006
0.00687115
0.000609793
0.00116568
0.0195189
0.00577367
-0.00559488
0.0131058
0.0115499
-0.00551331
0.00305825
0.00754726
-0.000632993
0.00235451
0.000769269
0.00187515
0.0063218
-0.00057724
-0.000556089
0.00247903
-7.61301e-05
-0.00469212
-0.00208269
-0.000549732
-0.00681226
-0.0017645
-0.000834942
-0.00994047
-0.00123682
-0.000672498
-0.0117696
-0.000868631
-0.00838641
-0.000762764
2.17536e-05
0.000324177
-0.0005539
0.000143018
0.00215262
-0.000702906
0.000211634
0.00354183
-0.000851526
0.000133553
0.00441807
-0.000998504
-0.000201844
0.00479049
-0.00114328
-0.000834977
0.00468742
-0.0012783
-0.00187762
0.0043726
-0.00158673
-0.00371247
0.00392011
-0.001593
-0.00749417
0.0045902
-0.000105592
-0.0164858
0.00559919
0.00306732
-0.0257809
0.0130156
0.0075007
-0.0275284
0.0262371
0.00947925
-0.0153294
0.0279485
-0.0035667
-0.00729266
0.0239191
-0.0244279
-0.0118063
0.0197901
-0.0237895
-0.0167204
0.00933463
-0.019738
-0.0289762
0.00558336
-0.0055598
-0.0383232
0.00617866
0.0191789
-0.0210693
0.0014828
0.0336828
0.00797082
0.00579307
0.0305176
0.0306558
0.0402262
0.0150863
0.0409392
0.0647896
-0.00487136
0.0384811
0.0506348
-0.00438443
0.0243269
0.0337415
-0.00421179
0.0137256
0.0255346
-0.0230226
0.0152781
0.00121488
-0.0141908
0.0128903
-0.00851252
0.00912048
0.00405017
-0.00409977
0.00809753
-0.00281116
-0.000629837
0.0201501
-0.00254644
-0.00692761
0.028513
0.00555708
-0.00646888
0.020123
0.00836481
-5.73034e-05
0.0114075
0.00197064
0.00358558
0.0100643
-0.00167065
0.00181998
0.00711757
-0.000371654
-0.00233273
-0.000132597
0.000201235
-0.00482817
-0.00245068
-0.000309526
-0.00614818
-0.0017064
-0.000754853
-0.00943657
-0.00118077
-0.000724365
-0.0117583
-0.000862295
-0.00907842
-0.000748471
-5.25361e-06
0.000294458
-0.000478718
0.000112928
0.0019755
-0.000603952
0.000200585
0.00336448
-0.000726205
0.000164015
0.00433996
-0.000839058
-0.000100421
0.00489818
-0.00094178
-0.000682865
0.00509342
-0.000997705
-0.0017819
0.00522851
-0.0010844
-0.00384906
0.00548479
-0.000991729
-0.00720721
0.00656453
-0.000362362
-0.0140529
0.00978786
0.0025901
-0.0230669
0.0164685
0.0103211
-0.0252534
0.0187666
0.0217808
-0.0128137
0.00848611
0.0216491
0.00582535
0.0078512
-0.00196876
0.0114655
0.0121577
-0.0180996
0.00086189
0.0143186
-0.013678
-0.0202208
0.0170965
-0.0147642
-0.0341773
0.0183663
-0.0158153
-0.0358329
0.0109965
-0.00483076
-0.0284926
0.00132115
0.00116264
-0.00714462
0.0187322
0.0107203
0.0176084
0.046589
0.0116456
0.0317702
0.0425159
0.0053871
0.0371654
0.0336101
-0.000175694
0.0424101
0.0278391
-0.0110496
0.0391377
0.00188562
0.0192956
0.0253449
-0.0160174
0.0462278
0.0175668
-0.00820093
0.0271572
0.0112368
-0.00261751
0.0178766
0.00863814
-0.00464809
0.0222646
0.00970356
-0.000189912
0.0199117
0.00593166
0.00398674
0.0138816
0.000940876
0.00382345
0.00791984
0.000869408
-0.000154897
0.000839397
0.00168708
-0.00317519
-0.00254843
0.00109794
-0.00409203
-0.00212575
0.00017846
-0.00522364
-0.00135742
-0.000570766
-0.00873124
-0.000965785
-0.000732792
-0.0115956
-0.000753712
-0.0098038
-0.000673563
-1.33047e-05
0.000267194
-0.000413849
9.84989e-05
0.00179748
-0.000517194
0.000229997
0.0031385
-0.000622688
0.000280418
0.00416809
-0.000712742
0.000231474
0.00479289
-0.000802986
6.80006e-05
0.00507498
-0.000863526
-0.000208766
0.00530416
-0.000946461
-0.000476088
0.00550791
-0.0011161
-0.000910687
0.00612389
-0.0011625
-0.00162355
0.00869657
0.000124054
-0.00304045
0.0138535
0.003791
-0.0043291
0.0130319
0.010709
-0.00125392
0.000919979
0.0173994
0.00689018
-0.00397688
0.0214861
0.00797005
0.000842961
0.0154478
0.000979069
0.00899783
0.0144083
-0.0124511
0.0237152
0.00747077
-0.0233416
0.0312943
-0.010713
-0.030191
0.0302255
-0.0305243
-0.0403099
0.0204553
-0.0293002
-0.0374305
0.0156501
-0.0118628
-0.0124143
0.0219593
-0.00912707
0.0165572
0.0186281
-0.017389
0.0368682
0.0194432
-0.0143436
0.0495422
0.0170386
-0.0158212
0.0500643
-0.00251816
0.00678077
0.0375602
-0.0136947
0.0309002
0.0299408
-0.00590838
0.0271736
0.0269493
0.0057893
0.00907736
0.0224897
0.0090426
0.00419929
0.0164248
0.00992074
0.00353015
0.00995403
0.00768125
0.00113437
0.00715061
0.00375151
-0.00237494
0.00573763
0.000113012
-0.00362633
0.0035967
-0.00161232
-0.00240036
0.00176448
-0.00262854
-0.00136556
0.000527019
-0.0042058
-0.000909535
-0.000436715
-0.00791348
-0.000671988
-0.000778531
-0.0113134
-0.000570339
-0.0106072
-0.000538766
-1.52141e-05
0.000238105
-0.000353286
9.77981e-05
0.00161928
-0.000448508
0.000264584
0.00288252
-0.000536408
0.000405781
0.00391381
-0.00061544
0.000496844
0.00456326
-0.000689174
0.000554367
0.00486935
-0.000757078
0.000662659
0.00502787
-0.000853607
0.00115933
0.00493349
-0.00109347
0.00193657
0.0050385
-0.00134761
0.00391431
0.00597548
-0.00113638
0.00739472
0.0083944
-0.000532841
0.008431
0.00784151
-0.000821936
0.00609546
0.001586
-0.000454657
0.00413077
-0.00309286
0.00771079
-0.0011754
-0.0025549
0.0198504
-0.00544419
0.00088146
0.0243969
-0.00413588
0.0100191
0.0239592
-0.00814028
0.0277883
0.00875714
-0.00519158
0.0344442
-0.0190051
-0.00305518
0.029971
-0.0441356
-0.0119442
0.024702
-0.0308046
-0.00849267
0.0127464
-0.0229291
0.00720578
0.0100525
-0.0303528
0.026377
0.0138755
-0.0269132
0.0373141
0.00551668
-0.0225938
0.0389619
-0.0049013
-0.0147093
0.0347555
-0.000935869
0.00200251
0.0285119
0.0106095
0.00133394
0.0228566
0.0198103
-0.00882899
0.0182514
0.0189376
-0.0130684
0.0153793
0.0138568
-0.011798
0.0135056
0.00796452
-0.00865074
0.0108038
0.00406903
-0.00457177
0.00713227
0.00167198
-0.00172116
0.00389978
0.000222385
-0.000732059
0.001867
-0.00132564
-0.000549973
0.00051849
-0.00324031
-0.000467019
-0.000478258
-0.00711833
-0.000387844
-0.000912977
-0.0109819
-0.00036143
-0.0115726
-0.000372128
-5.15226e-06
0.0001984
-0.000302945
0.00010312
0.00144592
-0.000388371
0.000284025
0.00261644
-0.000466674
0.000460777
0.00363243
-0.000525063
0.000636916
0.00426033
-0.000591269
0.000802353
0.00456675
-0.000638225
0.00103576
0.00464393
-0.000712029
0.00141448
0.00446335
-0.000863034
0.00203399
0.00429733
-0.00109823
0.00344072
0.0042842
-0.00116249
0.00626056
0.00492805
-0.00126451
0.00825508
0.00474569
-0.00264537
0.00629263
0.00233687
-0.00396819
0.000975577
0.00195989
-0.00269535
-0.00451962
0.0038519
0.00339048
-0.00631124
0.00285939
0.00737218
-0.00411593
0.00198166
0.0120451
-0.00666688
0.0181443
0.0127156
-0.00301422
0.0245094
0.000233972
0.0119978
0.0147957
-0.0244902
0.0159573
0.0149204
-0.0291506
0.00934516
0.0130992
-0.0229821
0.00404844
0.0192342
-0.023871
0.00672084
0.0180878
-0.0267291
0.00931726
-0.000926341
-0.0274727
0.0129891
-0.0120421
-0.0254669
0.0156286
-0.00147403
-0.0198461
0.0141592
0.014668
-0.0188156
0.0119219
0.0226362
-0.0189986
0.0105749
0.0192527
-0.0159462
0.0108852
0.0133927
-0.0116916
0.0111445
0.00814021
-0.00628111
0.00917398
0.00483104
-0.00056984
0.00608132
0.00256856
0.00113288
0.00345918
0.0011581
0.000456842
0.00161758
-0.000374901
3.0085e-06
0.000361291
-0.00242823
-0.000106992
-0.00064689
-0.0063459
-0.000125522
-0.00112492
-0.0106338
-0.000160568
-0.0127714
-0.000195405
-4.22645e-05
0.000196972
-0.000258983
4.83433e-05
0.00129252
-0.000342334
0.000228434
0.00235425
-0.000406683
0.000459703
0.00330336
-0.000461388
0.000704796
0.00389897
-0.000500448
0.000943007
0.00420397
-0.000545927
0.00121046
0.00424167
-0.000591294
0.00147778
0.00407597
-0.0006638
0.00178184
0.00386989
-0.000808883
0.00218817
0.00367966
-0.000897521
0.00299517
0.00374335
-0.00088572
0.00365293
0.00351306
-0.00124669
0.00264502
0.00254392
-0.00206772
0.00114234
0.00305697
-0.00232646
0.000233597
0.00497838
-0.00146449
-0.00257566
0.00605888
-0.0011054
-0.00842358
0.00548734
0.000842823
-0.0157426
0.0149687
0.00849261
-0.0158457
0.0158056
0.00791101
-0.00525724
-0.000866755
-0.00109781
0.00250358
-0.000239807
-0.008838
0.000868152
0.00707928
-0.00433795
-0.00263523
0.0157964
-0.00457243
-0.00447124
0.0124951
-0.0103732
-0.00353591
-0.0110062
-0.0102921
0.00132598
-0.0250145
-0.00349793
0.00343972
-0.0109714
0.000355151
0.00567514
0.00821197
-0.00603177
0.00900112
0.0162727
-0.0106592
0.00910883
0.0160353
-0.00933731
0.00835678
0.0130084
-0.0063537
0.00790555
0.00886807
-0.00217746
0.00652095
0.00548631
0.00149054
0.00449679
0.0028143
0.00199466
0.00273394
0.00143766
0.000883403
0.00138459
0.000132219
0.000336859
0.000219081
-0.00168894
0.00014618
-0.000790814
-0.00555315
4.08441e-05
-0.00130494
-0.0102339
-2.61806e-05
-0.014141
-6.12746e-05
-4.88547e-05
0.000202129
-0.000221792
-3.73679e-05
0.0012174
-0.000298657
0.000122043
0.00211667
-0.000360475
0.000340667
0.00299326
-0.000396821
0.000635374
0.00349612
-0.000436005
0.000950069
0.00377574
-0.000452258
0.00126952
0.00379895
-0.000483344
0.00158808
0.00364002
-0.000500078
0.00186049
0.00346819
-0.000551829
0.00210048
0.00328215
-0.000598612
0.00241411
0.00317941
-0.00057823
0.00254118
0.00304587
-0.000587781
0.00185582
0.00265229
-0.000668269
0.00122852
0.0029853
-0.000536292
0.00130656
0.00394423
-3.50241e-05
0.000557722
0.00513656
0.00100482
-0.00321924
0.00664207
0.00235143
-0.00622551
0.012561
0.00505326
-0.00381556
0.0102783
0.00807838
0.00201025
-0.00730021
0.0107224
0.00875262
-0.0127163
0.0147148
0.0120155
-0.00503908
0.0226271
0.0127105
0.00269179
0.0273711
0.00987077
0.000603766
0.0242776
0.00180632
-0.0133757
0.0236963
-0.00359643
-0.0229789
0.0238845
-0.00493954
-0.0141424
0.0202737
-0.00390186
0.00107128
0.0094046
0.00273923
0.0061847
-0.000303167
0.00632533
0.00933616
-0.0019899
0.00597136
0.0102349
-0.000626726
0.00529506
0.00717203
0.00101373
0.00421739
0.00450674
0.00217946
0.0030544
0.00242238
0.00172939
0.00211031
0.00140632
0.000847931
0.0013333
0.00030704
0.000487545
0.000354855
-0.00103632
0.000267344
-0.000721434
-0.0046483
0.000168661
-0.00126299
-0.00979284
8.5349e-05
-0.0154736
6.3404e-05
-0.000214935
0.000376917
-0.000197286
-0.000260988
0.00120114
-0.000277886
-0.000166954
0.00194565
-0.000324703
0.000138449
0.00260214
-0.000357982
0.000500498
0.00303425
-0.000377096
0.000943381
0.00322873
-0.000388244
0.00135117
0.00327823
-0.000399868
0.00175067
0.00312889
-0.00038544
0.00211229
0.00298449
-0.000388885
0.00243007
0.00282562
-0.000375298
0.00273563
0.00270355
-0.000340837
0.00294581
0.00262376
-0.000284186
0.00281306
0.00251438
-0.000252835
0.00264081
0.00279151
-3.78713e-05
0.00266958
0.00338923
0.000430588
0.00271212
0.00420498
0.00118348
0.00259143
0.00506146
0.00227299
0.00444958
0.00765224
0.00326029
0.00777371
0.00626114
0.00455813
0.00946303
-0.0065755
0.00755947
0.0112203
-0.0141656
0.0130812
0.0139566
-0.0091368
0.0198403
0.0150708
-0.00365703
0.0283347
0.0120964
-0.00540712
0.0312444
0.00327683
-0.008939
0.026205
-0.00602395
-0.0107338
0.0192011
-0.0100178
-0.0084894
0.0149337
-0.00936462
-0.00193803
0.00942605
-0.00388658
-0.000914416
0.00303889
0.00163132
0.00215902
0.00159674
0.00311337
0.00601013
0.00240698
0.00294767
0.0045982
0.002699
0.0026273
0.00301403
0.00211032
0.00228771
0.00172088
0.00136803
0.00195602
0.00114467
0.000791617
0.00160585
0.000290212
0.000516242
0.000955944
-0.000604912
0.00033245
-0.000149064
-0.00368205
0.00028021
-0.000847947
-0.00916553
0.000141007
-0.0163714
0.000138798
-0.000119901
0.000453857
-0.000174122
-0.000383042
0.00140155
-0.000248775
-0.000449425
0.00193393
-0.00029702
-0.000222634
0.0022913
-0.000311365
0.000172863
0.00254282
-0.00033788
0.000726768
0.00257681
-0.000328952
0.00126832
0.0026301
-0.000337395
0.00177966
0.00251204
-0.000307251
0.00224358
0.00240702
-0.000289126
0.00264955
0.00229801
-0.000246215
0.00299655
0.00221122
-0.000183341
0.00328177
0.00215932
-9.14618e-05
0.00341543
0.00211579
5.54479e-05
0.00361129
0.00224504
0.000306731
0.00399093
0.00254748
0.000702922
0.00463035
0.00292951
0.00119597
0.00551096
0.00332471
0.00173245
0.00813346
0.00386373
0.00220676
0.0114503
0.00280749
0.00204023
0.0105829
-0.00337427
0.00233363
0.00638894
-0.00703594
0.00502774
0.00447891
-0.00488517
0.00850631
0.0050914
-0.00241563
0.0105983
0.00486083
-0.00338635
0.0106833
0.00253872
-0.00391561
0.00698929
-0.00126441
-0.0038982
0.00411101
-0.0045362
-0.00334686
0.0044909
-0.00499206
-0.00117279
0.00404561
-0.00345723
-0.00183494
0.00222622
-0.000454331
-0.000555564
0.00183015
0.0017851
0.00273137
0.00254042
0.00235267
0.00260886
0.00247699
0.00248678
0.00192427
0.0018296
0.00252441
0.00114251
0.00116713
0.00252875
0.000810612
0.000729869
0.00247773
0.000128481
0.000480873
0.00218945
-0.000462099
0.000366164
0.00115772
-0.00274618
0.000298136
0.000193519
-0.00827176
0.000240513
-0.0162086
0.000195903
-0.000882023
0.00128987
-0.000181869
-0.00102433
0.00147493
-0.000268056
-0.00098567
0.00181542
-0.000291728
-0.000667587
0.0018881
-0.000297296
-0.000108235
0.00188869
-0.000309791
0.000502237
0.00187087
-0.000300483
0.00117518
0.00185322
-0.000301566
0.00177683
0.00180716
-0.000268709
0.00233285
0.00174201
-0.000239799
0.0028258
0.00168854
-0.00018046
0.00327029
0.00163983
-0.000108607
0.00365541
0.00160565
2.10646e-05
0.00398219
0.00159272
0.000186268
0.00432653
0.00165128
0.000462186
0.00477724
0.00180062
0.000791073
0.00537502
0.00193585
0.00118864
0.00617933
0.00201384
0.00160968
0.00754723
0.00192333
0.00198331
0.00878054
0.00125287
0.00207381
0.0074191
-0.00117109
0.00165783
0.00432246
-0.00233071
0.00240088
0.00263062
-0.00169685
0.00393597
0.00259987
-0.00120785
0.00405453
0.00255146
-0.00173846
0.00293595
0.00248253
-0.00207363
0.00187019
0.00214231
-0.00211735
0.00140064
0.00138142
-0.00158381
0.0015097
0.00143941
-0.000643839
0.00198004
0.00124956
-0.000738425
0.00183317
0.00151354
-0.00033405
0.00185126
0.00273207
0.00119093
0.00195096
0.00345174
0.00135596
0.00170795
0.0037697
0.00118298
0.00127672
0.00390408
0.000731
0.000880629
0.00400799
0.000514852
0.000588551
0.00403091
-3.02797e-05
0.000403994
0.00402738
-0.000570668
0.000294577
0.00326315
-0.00206283
0.000289229
0.00186025
-0.00692059
0.000255737
-0.0143734
0.00022221
-0.00195942
0.00318291
-0.000228893
-0.00214096
0.0015709
-0.000295334
-0.0019233
0.00151023
-0.000283125
-0.00123614
0.00111227
-0.000271095
-0.000414498
0.000970617
-0.000277545
0.000463619
0.000897071
-0.000265905
0.00132303
0.000888879
-0.000264376
0.00214627
0.000878268
-0.000231909
0.00290213
0.000876354
-0.000201262
0.00360691
0.000871198
-0.000141597
0.00425916
0.000862583
-6.15193e-05
0.00486526
0.000848381
6.71786e-05
0.00543185
0.000835886
0.000259103
0.00601485
0.00086183
0.000506758
0.00664925
0.000916621
0.000797937
0.00731486
0.000965644
0.00113071
0.00799563
0.000986873
0.00148261
0.00871705
0.00085
0.00181745
0.00913141
0.000577711
0.00207744
0.00843933
-0.000345748
0.0021884
0.00733137
-0.000915853
0.00265243
0.00679889
-0.000746813
0.00316361
0.00669327
-0.00053618
0.00306532
0.00645447
-0.000768578
0.00245615
0.00617627
-0.000872206
0.00175389
0.00593157
-0.000987981
0.00141599
0.00586674
-0.000871385
0.00145791
0.00606526
-0.000479589
0.00174935
0.00607996
-0.000372397
0.00175452
0.00606903
-0.000128103
0.00165015
0.00663328
0.000485868
0.00151833
0.00714879
0.000601407
0.00127947
0.0075534
0.000566985
0.000979203
0.00776544
0.000358195
0.000717473
0.00795058
0.000205752
0.000507304
0.00796366
-0.00013948
0.000352449
0.00791642
-0.00058708
0.000234488
0.00738985
-0.00158543
0.000198389
0.00488543
-0.00446117
0.000201493
-0.00950906
0.000220897
0.00313512
-0.000155113
0.00465141
-0.000173689
0.0061026
-0.000177236
0.00715436
-0.000163812
0.00805795
-0.000160829
0.00888672
-0.000143686
0.00970044
-0.000136657
0.0104979
-0.000111413
0.0112848
-8.11073e-05
0.0120516
-2.0996e-05
0.0127974
6.42835e-05
0.0135048
0.000198892
0.0141911
0.000374324
0.0148809
0.000591888
0.0155965
0.00084429
0.01633
0.00114044
0.0170641
0.00145571
0.0176714
0.0017505
0.0180651
0.00202071
0.0177646
0.00214376
0.017041
0.00241084
0.016564
0.00272884
0.0163567
0.00267953
0.0160421
0.0023288
0.0157332
0.00193238
0.0153156
0.0016794
0.0149415
0.00156378
0.0148094
0.00160344
0.0147318
0.00155488
0.0147674
0.0014743
0.015225
0.00135832
0.0157094
0.00117345
0.0161493
0.000931008
0.0164003
0.00071056
0.0165164
0.000520824
0.0163065
0.00037803
0.0156558
0.00026329
0.0140257
0.000207424
0.00952877
0.000186208
0.000207612
1.88978e-05
-2.08187e-05
-7.45313e-05
6.5971e-05
-5.02284e-05
-9.04638e-05
0.000115179
-5.44786e-05
-9.50113e-05
0.000152203
-4.13073e-05
-9.7786e-05
0.000171833
-2.78086e-05
-9.61867e-05
0.000181274
-1.47256e-05
-0.000105744
0.00018431
-1.21674e-05
-0.000104727
0.000179948
-4.56752e-06
-0.000105701
0.000181059
-1.14392e-05
-0.000106772
0.000187377
-1.68056e-05
-8.86756e-05
0.000170445
6.60679e-06
-8.17739e-05
0.000118359
4.28883e-05
-6.21103e-05
2.92871e-05
8.12756e-05
-4.37039e-05
-8.92779e-05
0.000114647
-3.20633e-05
-0.000242477
0.000149821
-2.61943e-05
-0.000407143
0.000168512
-3.94355e-05
-0.000594293
0.000192247
-6.13618e-05
-0.000850568
0.000241009
-4.25506e-05
-0.00116454
0.000316495
-6.15122e-05
-0.00155891
0.000391983
-6.41927e-05
-0.0019742
0.000415044
-7.92176e-05
-0.0022889
0.000311107
-0.000131738
-0.0025044
0.000215223
-0.000187199
-0.00256294
5.30003e-05
-0.000252793
-0.00246126
-0.000115462
-0.000302462
-0.00222472
-0.00025187
-0.00035647
-0.00187205
-0.000370253
-0.0004018
-0.00141513
-0.000474003
-0.00043959
-0.000887869
-0.000546632
-0.000461741
-0.000298974
-0.000602148
-0.000476702
0.000277042
-0.000595478
-0.000454071
0.000725834
-0.000460052
-0.00040157
0.000984878
-0.000267774
-0.000336493
0.00102399
-4.23245e-05
-0.000222649
0.000870292
0.000149303
-0.000135377
0.000627032
0.00024146
-5.40972e-05
0.000380554
0.000241313
-8.67838e-06
0.000185872
0.00019011
1.86502e-05
5.35455e-05
0.000128019
3.88287e-05
5.51546e-05
5.53187e-05
5.06745e-05
-7.50348e-05
-9.24685e-05
0.000137067
-0.000143855
-0.000125421
0.00021658
-0.00014547
-0.000139534
0.000260375
-9.64647e-05
-0.000149411
0.00026547
-5.00147e-05
-0.000158453
0.000224428
6.72544e-06
-0.000168939
0.000135645
5.7711e-05
-0.000174656
1.53833e-05
9.07966e-05
-0.000177204
-0.000190782
0.00016881
-0.000171685
-0.000473649
0.00025025
-0.000164511
-0.000830762
0.000338371
-0.00015784
-0.0012289
0.000420665
-0.00014503
-0.00166915
0.000500126
-0.000139751
-0.00213006
0.000556345
-0.000141938
-0.00259552
0.000594611
-0.000150402
-0.00303523
0.000589284
-0.000178748
-0.00345347
0.000588853
-0.000206272
-0.00381463
0.000576854
-0.000233586
-0.00413232
0.000607495
-0.000257661
-0.00435103
0.000578383
-0.000261578
-0.00449468
0.000525884
-0.000267707
-0.00452663
0.000310599
-0.000289276
-0.00447213
0.00012822
-0.000287374
-0.00429222
-0.000166186
-0.000284666
-0.00401657
-0.000418812
-0.000317252
-0.00363174
-0.00067153
-0.000340274
-0.00313286
-0.000905279
-0.000362064
-0.00252518
-0.00111829
-0.000375244
-0.001834
-0.0012773
-0.0003917
-0.00109846
-0.00137208
-0.000385928
-0.000384645
-0.001356
-0.000407755
0.000325006
-0.00119418
-0.000333089
0.000902773
-0.000889609
-0.000344285
0.00123536
-0.000409081
-0.000273116
0.00129461
7.1963e-05
-0.000215769
0.00110444
0.000408417
-0.000143772
0.000804725
0.000522113
-8.59958e-05
0.000465646
0.000512065
-3.95898e-05
0.000175841
0.000405319
-3.00922e-06
0.000227121
4.36441e-05
5.90588e-05
-0.000138405
-0.000107028
0.000145905
-0.00024007
-0.000152891
0.000208775
-0.000224518
-0.000175445
0.000220789
-0.000124818
-0.000192722
0.000137002
5.41229e-06
-0.000200569
-1.19707e-05
0.000136111
-0.000231994
-0.000251512
0.000265054
-0.000240282
-0.00059767
0.000407292
-0.000246426
-0.00103524
0.00057143
-0.000234511
-0.00153193
0.00071268
-0.000215802
-0.00209261
0.000865716
-0.000191715
-0.00268642
0.000983127
-0.000168653
-0.00327021
0.00105518
-0.000156224
-0.00381383
0.00107156
-0.000150377
-0.00428727
0.00103949
-0.000148861
-0.00469816
0.000970735
-0.000152506
-0.00505213
0.000909499
-0.000144432
-0.00534114
0.000831142
-0.00012917
-0.00556335
0.000791734
-9.3474e-05
-0.0056473
0.000632944
-4.10562e-05
-0.00563647
0.000492496
-5.55889e-06
-0.00555529
0.000204823
2.21545e-05
-0.00538913
-6.35847e-05
5.51916e-05
-0.00514881
-0.000414554
3.41694e-05
-0.00486176
-0.000720906
2.84804e-05
-0.00449231
-0.00105238
1.63267e-05
-0.00403768
-0.00136809
-4.89681e-06
-0.00349656
-0.00166917
-2.28249e-05
-0.00286521
-0.00192018
-4.12868e-05
-0.00217156
-0.00207752
-5.55849e-05
-0.00143979
-0.00210333
-7.84682e-05
-0.000714882
-0.00195012
-8.18928e-05
-4.08542e-05
-0.00158866
-0.000135296
0.000492281
-0.00097574
-9.70895e-05
0.000822574
-0.000302666
-0.000145923
0.000872999
0.000321121
-0.000100132
0.000714431
0.000647753
-8.81238e-05
0.000444709
0.000753118
-5.08909e-05
0.000175352
0.000655599
-1.26243e-05
0.00039619
4.53497e-05
5.30238e-05
-0.000195918
-0.000124214
0.000114478
-0.00031246
-0.000186604
0.000109108
-0.000239881
-0.000216012
1.993e-05
-5.50484e-05
-0.000239103
-0.000175054
0.000166908
-0.000265467
-0.000478971
0.000407616
-0.00027322
-0.000921801
0.000669495
-0.000282033
-0.00146408
0.000908599
-0.000265703
-0.00207197
0.00113896
-0.000229175
-0.00271103
0.00131687
-0.000188111
-0.00332739
0.0014483
-0.000151714
-0.00389622
0.00152079
-0.000118061
-0.0044047
0.00153219
-8.13196e-05
-0.00483676
0.00146977
-4.00161e-05
-0.00519425
0.00137092
-2.33714e-06
-0.00548779
0.00124059
3.38893e-05
-0.00572108
0.00112662
7.00557e-05
-0.00589453
0.000996889
9.98439e-05
-0.00599745
0.000892858
0.00014337
-0.00599821
0.000636069
0.000192737
-0.00594565
0.000452431
0.000225331
-0.00584855
0.000120838
0.000254893
-0.00567861
-0.000209492
0.000267305
-0.0055135
-0.000562065
0.00025713
-0.00530286
-0.000907971
0.000249036
-0.0050258
-0.00130398
0.000231661
-0.0046756
-0.00169621
0.000205376
-0.00424229
-0.00208285
0.000180618
-0.00373391
-0.00241498
0.000146083
-0.00314441
-0.00265979
0.000120548
-0.00249339
-0.00276078
6.72297e-05
-0.00177972
-0.00267392
4.98509e-05
-0.00105079
-0.00233932
-4.77914e-06
-0.000402556
-0.00164749
-2.59473e-05
6.85415e-05
-0.000800845
-5.65776e-05
0.000339422
2.18245e-05
-6.8505e-05
0.000368441
0.000583664
-6.13327e-05
0.000261324
0.000829286
-4.49438e-05
0.000103648
0.000790307
-6.12839e-06
0.000493499
5.29954e-05
2.7317e-05
-0.000227265
-0.000150424
1.98216e-05
-0.000316941
-0.000232492
-7.89801e-05
-0.000165282
-0.000278642
-0.000296584
0.000131925
-0.000295078
-0.000658687
0.000491698
-0.000313886
-0.00115398
0.000863031
-0.000317307
-0.00173233
0.00120207
-0.000292856
-0.00236094
0.00149513
-0.000241976
-0.0029778
0.00171715
-0.000182317
-0.00355328
0.00185895
-0.000124039
-0.00409311
0.00195868
-6.78674e-05
-0.00457886
0.00197549
-2.21523e-06
-0.00497607
0.00190869
4.85621e-05
-0.00528567
0.00176775
8.81855e-05
-0.00551307
0.00158734
0.000125323
-0.00565747
0.00137788
0.000159826
-0.00573914
0.00120626
0.000201091
-0.00577995
0.00104255
0.00025054
-0.00578318
0.000912633
0.00029849
-0.00574726
0.000624443
0.00033572
-0.00570712
0.000446202
0.000353062
-0.00562267
7.62557e-05
0.000368254
-0.00553092
-0.00025984
0.000357711
-0.00545633
-0.000598168
0.000351139
-0.00535551
-0.000967858
0.000335625
-0.00521238
-0.00140704
0.000309144
-0.00500521
-0.0018686
0.000279021
-0.00471263
-0.0023449
0.00024705
-0.00432385
-0.00277873
0.000215308
-0.00385234
-0.00311354
0.000185989
-0.00330557
-0.00329922
0.000145609
-0.00268105
-0.00330722
0.000111727
-0.00193203
-0.00309812
4.96699e-05
-0.00119355
-0.00241179
1.28415e-05
-0.000548766
-0.0014751
-4.23126e-05
-0.000126256
-0.000443762
-7.01623e-05
5.88641e-05
0.000365384
-7.80947e-05
7.13403e-05
0.000781912
-4.94319e-05
2.74631e-05
0.000812375
-9.57211e-06
0.000516302
5.40385e-05
-1.20332e-05
-0.000217847
-0.000187913
-0.00012002
-0.000227601
-0.000295289
-0.000351968
3.75357e-05
-0.000342374
-0.000732468
0.00047545
-0.000354098
-0.00123282
0.000945987
-0.000354066
-0.00181244
0.00139507
-0.000318572
-0.00241512
0.00176032
-0.000255386
-0.00300525
0.00204652
-0.000180253
-0.00354778
0.00222957
-9.89591e-05
-0.00406665
0.00235108
-2.25026e-05
-0.00451746
0.00238844
4.68414e-05
-0.00487182
0.0023181
9.9434e-05
-0.00512995
0.00215929
0.000150981
-0.00530129
0.00193639
0.000193197
-0.0053755
0.00166635
0.000223065
-0.00536965
0.00138253
0.000252201
-0.00530608
0.00116775
0.00027205
-0.00521678
0.000988795
0.000307133
-0.00512835
0.00087373
0.000339893
-0.00507659
0.000619383
0.00038467
-0.00503942
0.000462981
0.00039884
-0.00496787
5.91894e-05
0.000416864
-0.00496092
-0.00021661
0.000400793
-0.0049663
-0.000541167
0.000399531
-0.0049745
-0.000906096
0.000381118
-0.00497971
-0.00135113
0.000355498
-0.00495065
-0.00185147
0.00032435
-0.00485625
-0.00239902
0.000291271
-0.00465517
-0.00294553
0.000254966
-0.00432875
-0.00341169
0.000226909
-0.0038743
-0.00373385
0.000195836
-0.00335261
-0.00381773
0.000168869
-0.00269573
-0.00375909
0.000126562
-0.00187549
-0.00324818
7.09691e-05
-0.00109479
-0.00227662
1.11451e-05
-0.00050039
-0.00106614
-4.4693e-05
-0.000162675
-9.55938e-06
-5.39623e-05
-3.46817e-05
0.000617378
-5.36928e-05
-8.06655e-06
0.000763017
-5.10611e-06
0.000503755
5.80705e-05
-8.31847e-05
-0.000138101
-0.000233366
-0.000302492
-3.2448e-05
-0.000362498
-0.000667689
0.000365035
-0.000402328
-0.00115998
0.000921274
-0.000396479
-0.00172837
0.00146423
-0.000360383
-0.0023054
0.00192602
-0.000287961
-0.00287196
0.00228743
-0.000201592
-0.00339996
0.00254875
-0.000100787
-0.00386997
0.00267373
-1.82815e-05
-0.00427627
0.00274462
6.22748e-05
-0.00459555
0.00270239
0.000123533
-0.00483925
0.00256381
0.000179949
-0.00499595
0.00232615
0.000215754
-0.00505255
0.00201097
0.000233517
-0.00500048
0.00163667
0.000232228
-0.0048293
0.00123731
0.000221683
-0.00457734
0.000937804
0.000244522
-0.00432919
0.00076004
0.000303839
-0.00416446
0.000738485
0.000372605
-0.00413326
0.000633287
0.000419986
-0.00414261
0.000531941
0.000433933
-0.00412289
0.00010013
0.000449106
-0.00415727
-0.000122565
0.000436615
-0.0042141
-0.000422777
0.000431804
-0.00430058
-0.000756916
0.000411953
-0.00441502
-0.00117658
0.000383424
-0.00453559
-0.00167525
0.000348619
-0.00463466
-0.00225016
0.000311481
-0.00466042
-0.00287618
0.000273157
-0.00455168
-0.00348325
0.000240081
-0.00426822
-0.00398766
0.000210119
-0.00380182
-0.00426225
0.000189293
-0.00324364
-0.00430305
0.000166576
-0.00246491
-0.00402599
0.000136538
-0.00157053
-0.00318451
6.95019e-05
-0.000776471
-0.00188406
5.76287e-06
-0.000279563
-0.000534005
-5.09866e-05
-9.41508e-05
0.000398938
-5.0212e-05
-1.33045e-05
0.000665235
-1.64983e-05
0.000489755
5.62313e-05
-0.000160296
1.54407e-05
-0.000289027
-0.000490282
0.000267807
-0.000432026
-0.000963622
0.00079282
-0.00045776
-0.0015094
0.00141565
-0.000417558
-0.00206727
0.00197352
-0.000344675
-0.00262866
0.00244628
-0.00024675
-0.00314065
0.0027735
-0.000138842
-0.00356113
0.0029439
-4.53151e-05
-0.00392697
0.00303497
5.45541e-05
-0.00423764
0.00305682
0.000124619
-0.00447072
0.00294654
0.000186926
-0.00460964
0.00272356
0.00023328
-0.00465671
0.00240332
0.000257004
-0.00460662
0.00199435
0.000264665
-0.00442411
0.0014965
0.000233197
-0.00411914
0.000968154
0.000231934
-0.00370572
0.000596156
0.000186855
-0.00333302
0.00047299
0.000226918
-0.0030791
0.000592456
0.00028328
-0.00314356
0.000784773
0.000427664
-0.00324733
0.000717131
0.000494271
-0.00327245
0.000202098
0.000508468
-0.0033109
-1.68619e-05
0.000506465
-0.00340068
-0.000264472
0.000489495
-0.00352011
-0.000567584
0.000464309
-0.0036906
-0.000938198
0.000432472
-0.00389808
-0.00140402
0.000391621
-0.00412762
-0.00196229
0.000349096
-0.00433613
-0.00261586
0.000303619
-0.00446007
-0.00331367
0.000264514
-0.00442036
-0.00398951
0.000230605
-0.00414483
-0.00450773
0.00020701
-0.00367204
-0.00475343
0.000186113
-0.00299918
-0.00468374
0.000176571
-0.00207866
-0.00410108
0.000142414
-0.00112895
-0.0028467
8.85287e-05
-0.000408545
-0.00127794
1.71036e-05
-8.84384e-05
5.33884e-05
-2.29614e-05
1.53788e-05
0.000541597
1.64042e-06
0.000504706
6.74824e-05
-0.000240203
0.000247154
-0.000347922
-0.000659531
0.000650103
-0.000494445
-0.00118503
0.00126639
-0.000500658
-0.00174314
0.00192105
-0.000427217
-0.00229629
0.00248191
-0.000326366
-0.00279043
0.0029105
-0.000212327
-0.00318147
0.00314041
-0.000103909
-0.0035269
0.0032887
1.30485e-05
-0.00384296
0.00335869
9.96971e-05
-0.00405307
0.0032873
0.000163119
-0.00416867
0.00309484
0.000221934
-0.00422879
0.00282822
0.000271895
-0.00425286
0.00248329
0.000286945
-0.00424432
0.00205709
0.000252559
-0.0040972
0.00142272
0.000151626
-0.00358492
0.000501151
1.31152e-05
-0.00282775
-0.000189383
4.94189e-05
-0.00218923
-0.000254113
0.000241092
-0.00190445
0.000231237
0.000502728
-0.00220046
0.00108515
0.000617385
-0.00248209
0.00106659
0.000625739
-0.00251817
0.000302235
0.00059688
-0.00254281
8.10423e-05
0.000578573
-0.0026473
-9.08322e-05
0.000562522
-0.00277545
-0.000366066
0.000527866
-0.00296385
-0.000676555
0.000491057
-0.00320109
-0.00109625
0.000443696
-0.00348798
-0.001609
0.000394644
-0.00379578
-0.00224757
0.000342326
-0.00407531
-0.00298013
0.000294447
-0.00424921
-0.00376936
0.000253572
-0.00422165
-0.00449714
0.000224112
-0.00391825
-0.00502628
0.000202762
-0.00337853
-0.00520032
0.000189606
-0.00255417
-0.00490848
0.000176533
-0.00149952
-0.0038939
0.000144296
-0.000612164
-0.00217252
8.05477e-05
-9.85588e-05
-0.000474506
2.44122e-05
-8.65262e-07
0.000432453
1.21471e-05
0.000510376
7.58983e-05
-0.000294633
0.000529571
-0.000391894
-0.000771012
0.00108441
-0.000542994
-0.0013104
0.00175152
-0.00052653
-0.00183838
0.00239904
-0.000428337
-0.0023327
0.00294053
-0.000311223
-0.00273495
0.00329184
-0.000194835
-0.00309401
0.00349892
-6.24703e-05
-0.00340381
0.00361349
2.70809e-05
-0.00360325
0.00358455
0.000113517
-0.00370252
0.0034307
0.000177319
-0.00376173
0.00321433
0.000248083
-0.0038375
0.00297902
0.000312003
-0.0039534
0.00269507
0.000313932
-0.00397619
0.00215766
0.000286288
-0.00347696
0.000920057
0.000216436
-0.00244873
-0.000778075
0.000577036
-0.00161169
-0.00127975
0.000802083
-0.00143462
-0.00059906
0.00110611
-0.00166772
0.000449192
0.00105284
-0.00205162
0.00152822
0.00110807
-0.00217556
0.00130242
0.000934426
-0.00201875
0.000231049
0.000774036
-0.00197342
0.000106247
0.00070819
-0.00203967
4.588e-05
0.000679558
-0.00215193
-0.000178178
0.000619086
-0.00233139
-0.00041987
0.000573905
-0.0025636
-0.000787706
0.000513821
-0.00285836
-0.0012406
0.000456946
-0.00320195
-0.00183546
0.000395643
-0.00356337
-0.00255623
0.000339114
-0.00387937
-0.00339865
0.000288596
-0.00405419
-0.00427629
0.000251079
-0.00398597
-0.00505681
0.000224957
-0.00361144
-0.00554475
0.000210164
-0.0029473
-0.00554877
0.00020065
-0.00197579
-0.00484741
0.000181319
-0.000918247
-0.00322157
0.000149453
-0.000194278
-0.00120513
7.60241e-05
-1.92122e-05
0.00024944
7.89642e-05
0.000499946
9.98294e-05
-0.000314359
0.000830922
-0.000440322
-0.000801214
0.00152659
-0.000587843
-0.0013267
0.00222296
-0.000554418
-0.00183523
0.00286394
-0.000436833
-0.00228175
0.00336004
-0.000314646
-0.00264891
0.00365226
-0.000193706
-0.00295537
0.00381711
-7.52381e-05
-0.00314503
0.00383964
1.04286e-05
-0.00323143
0.00372361
9.62082e-05
-0.00324982
0.00351856
0.000179496
-0.00325949
0.00331403
0.00028338
-0.00330559
0.00312702
0.000416445
-0.00328886
0.00278439
0.000520101
-0.00279031
0.00167482
0.000746455
-0.00146133
-0.000610955
0.00129211
-0.000317342
-0.00185293
0.00113066
-0.00055917
-0.000693407
0.000658522
-0.00142894
0.000919929
0.000100782
-0.00197762
0.00154589
0.000414723
-0.00194889
0.00193598
0.000983251
-0.0017112
0.00134157
0.00103982
-0.00150679
0.000143272
0.000824719
-0.00146744
0.000138299
0.000807435
-0.00152727
0.000181603
0.000794428
-0.00164105
1.03452e-05
0.000724663
-0.00180899
-0.000173099
0.000667414
-0.00202971
-0.000486635
0.000597982
-0.00230477
-0.000884648
0.000530077
-0.00263827
-0.00142534
0.00046001
-0.00301765
-0.00210558
0.000393014
-0.00340348
-0.00294946
0.00033234
-0.00371524
-0.00391004
0.000284091
-0.00384163
-0.00488496
0.000250135
-0.00367307
-0.00567609
0.000230524
-0.00316713
-0.00602355
0.000217611
-0.00232759
-0.00566033
0.000208153
-0.00122352
-0.00430371
0.000176996
-0.000365016
-0.00205095
0.000135125
-2.71776e-05
-8.27287e-05
8.85516e-05
0.00048877
0.000113345
-0.000311944
0.00112996
-0.000479501
-0.000786584
0.00195574
-0.000628103
-0.00129355
0.0026785
-0.000585889
-0.0017689
0.00330244
-0.000463217
-0.0021589
0.00373447
-0.000343529
-0.00246812
0.00397098
-0.000232535
-0.00267652
0.00405668
-0.000122472
-0.00275834
0.00398319
-4.93268e-05
-0.00273624
0.00379107
4.7087e-05
-0.00266086
0.0035453
0.000168964
-0.00255106
0.00333049
0.000347126
-0.00240823
0.00311242
0.000637176
-0.00182993
0.00229019
0.00105887
-0.000299852
8.27691e-05
0.00187281
0.00144851
-0.00185817
0.00105744
0.00127773
-0.000834824
-0.00111103
-0.000275059
0.001318
-0.00226248
-0.00121409
0.00170114
-0.00106954
-0.00120775
0.00138208
0.000344012
-0.000818143
0.00173264
0.0013724
-0.000644113
0.00133141
0.0014058
-0.000775397
0.000262768
0.00110674
-0.000913168
0.000283236
0.00103216
-0.00103488
0.000356333
0.000969496
-0.00120624
0.000245848
0.000873234
-0.00139203
8.86323e-05
0.00079892
-0.0016144
-0.000181918
0.000702759
-0.00186803
-0.000543693
0.000621844
-0.00217456
-0.00103356
0.000539752
-0.00253504
-0.00166466
0.000461062
-0.00293498
-0.00247721
0.000389093
-0.00331707
-0.00346487
0.000328871
-0.00358395
-0.00456505
0.000285555
-0.0036095
-0.00560674
0.000259151
-0.00328172
-0.00631457
0.000245137
-0.00258577
-0.00632414
0.00023168
-0.00155482
-0.00530607
0.000217553
-0.000548311
-0.00303603
0.000174514
-3.35558e-05
-0.000581816
0.000155041
0.000476034
0.000144736
-0.000282702
0.00140159
-0.000521615
-0.000727376
0.00235663
-0.000670116
-0.00120718
0.00311148
-0.000627703
-0.00162729
0.00369553
-0.000511391
-0.00196587
0.00407306
-0.000402544
-0.00221638
0.00425081
-0.00031425
-0.00233534
0.00424744
-0.000237796
-0.00233328
0.00407365
-0.000163955
-0.00223097
0.00382195
-6.88957e-05
-0.00205726
0.00352054
9.88041e-05
-0.00182611
0.00327551
0.000367725
-0.00144689
0.00283826
0.000987229
-9.88788e-05
0.000873194
0.00201638
0.00215863
-0.0017015
0.00129844
0.00235308
-0.00137023
-0.00171198
0.000104697
0.000842915
-0.0028927
-0.0016028
0.00177171
-0.00132269
-0.00176971
0.00107536
0.000460073
-0.00143764
0.000741063
0.00184198
-0.000821887
0.0011432
0.00240932
-0.000288727
0.000845517
0.00211502
-0.000348473
0.000224045
0.00169531
-0.000487537
0.000383924
0.00142873
-0.000643923
0.000533529
0.00123349
-0.000856553
0.000508948
0.00108567
-0.00106891
0.000385679
0.000948273
-0.00130664
0.000142136
0.000848537
-0.00155092
-0.000202451
0.000732687
-0.00182503
-0.000663772
0.000638834
-0.00214692
-0.00125105
0.000543946
-0.00252328
-0.00201773
0.0004585
-0.00291992
-0.00299502
0.000383573
-0.00326221
-0.00416102
0.000327501
-0.00342814
-0.00538965
0.00029155
-0.00328424
-0.00641515
0.000269844
-0.00273959
-0.00683071
0.00025497
-0.00181633
-0.00619376
0.000231074
-0.000722858
-0.00409782
0.000204646
-6.10611e-05
-0.0012195
0.000151214
0.000441102
0.000157736
-0.000235966
0.00163025
-0.000565997
-0.000639326
0.00271976
-0.000717827
-0.00106803
0.003499
-0.000684353
-0.00142852
0.00404228
-0.000589075
-0.00171703
0.00437965
-0.000499991
-0.0018948
0.00448571
-0.00045216
-0.00195191
0.00440236
-0.000426267
-0.0018803
0.00416678
-0.000392257
-0.00170307
0.00383748
-0.000281482
-0.00147484
0.00352261
-7.60105e-05
-0.00146841
0.00342084
0.000456623
-0.00114833
0.00235931
0.00189087
0.00066106
-0.000787211
0.00181529
0.0010587
-0.00184324
-0.000861775
-0.00112536
-0.000327218
-0.00151613
-0.00254872
0.000718139
-0.000506433
-0.00285644
0.00155163
0.000448346
-0.00290089
0.00133534
0.00145792
-0.00255265
0.000806188
0.00206174
-0.00127302
8.00636e-05
0.00263226
-9.84225e-05
-0.000261188
0.00244386
5.07629e-05
-3.72712e-05
0.0021188
-5.58617e-05
0.000417319
0.00179878
-0.000233734
0.000711292
0.00150967
-0.000517535
0.000834773
0.00132291
-0.000800189
0.000744943
0.00114448
-0.00107742
0.000522189
0.00100321
-0.00133368
0.000161058
0.000879573
-0.00159344
-0.000294015
0.000761585
-0.00188002
-0.000859073
0.000649118
-0.00221826
-0.00158316
0.000546898
-0.00259637
-0.00253234
0.000454471
-0.00296566
-0.00372072
0.000383728
-0.00321783
-0.00507882
0.000334414
-0.0032151
-0.00636888
0.000306337
-0.00282154
-0.00718101
0.000285252
-0.00201256
-0.00696242
0.000265264
-0.000898982
-0.0051731
0.000234775
-9.39155e-05
-0.00199256
0.00019529
0.000379775
0.000183485
-0.000176439
0.00180563
-0.00061644
-0.000520825
0.00302997
-0.000772468
-0.000886418
0.00383337
-0.00076088
-0.00119565
0.00435187
-0.000691828
-0.00142357
0.00464885
-0.000641438
-0.00153344
0.00469073
-0.0006564
-0.00154984
0.00457318
-0.000699416
-0.00147905
0.00432501
-0.000748659
-0.00136047
0.00402854
-0.000733955
-0.00168248
0.00414232
-0.000401726
-0.00263109
0.00426212
0.000915406
-0.00284528
0.00215762
0.00214287
-0.0026799
-0.00155794
0.00069075
-0.00342997
-0.00230578
0.000655613
-0.002154
-0.0021774
0.0010051
-0.000430024
-0.00132807
0.00126316
-0.00168537
0.00301138
0.00165249
-0.00347153
0.00360655
0.00188898
-0.00305725
0.000174795
0.00283546
-0.000895057
-0.0025926
0.00342558
0.000758152
-0.0023199
0.00284379
0.000950924
-0.000588599
0.00271719
0.000681562
0.00045862
0.00228639
0.00029894
0.00101802
0.00181995
-0.000156103
0.00129761
0.00159831
-0.000558704
0.00122193
0.00137267
-0.000920034
0.000993317
0.00120989
-0.00121349
0.000579371
0.00105373
-0.00147472
9.37232e-05
0.000921227
-0.00173025
-0.000480599
0.000783474
-0.00202239
-0.00117841
0.00065932
-0.00236016
-0.00209656
0.000544998
-0.00272102
-0.00327805
0.000453597
-0.00301538
-0.00471763
0.000386745
-0.00310791
-0.00622099
0.000344977
-0.00283828
-0.00740249
0.000317616
-0.00213227
-0.0076232
0.000288631
-0.00106116
-0.00620022
0.00025792
-0.000130439
-0.00288344
0.000215147
0.000286251
0.000195657
-0.000107712
0.00191933
-0.000676329
-0.000376501
0.00327167
-0.000841438
-0.000680998
0.00411716
-0.00085567
-0.000930052
0.0046153
-0.000823846
-0.00109339
0.00487793
-0.000829552
-0.00114324
0.00487915
-0.000934326
-0.00114562
0.00479589
-0.00107601
-0.00110562
0.0046245
-0.00126181
-0.00129526
0.00465333
-0.00137035
-0.00290697
0.00600899
-0.000585648
-0.00566434
0.00668427
0.00119342
-0.00764678
0.00334661
0.0017535
-0.00728635
-0.00262172
0.00206469
-0.00327532
-0.00500148
0.00317797
0.00293164
-0.00627933
0.00335598
0.00500294
-0.0027922
0.00486432
-0.000826644
0.0106887
0.00434787
-0.00595812
0.00982191
0.00453244
-0.00497725
-0.00239067
0.00665703
-0.00149142
-0.00798511
0.00576274
0.00099474
-0.00593003
0.0036653
0.00171946
-0.00199721
0.00341154
0.00155637
0.000263512
0.00278959
0.000960427
0.00146819
0.00213379
0.000269869
0.00200557
0.00186177
-0.000340899
0.00191479
0.00164123
-0.000832075
0.00162121
0.00145889
-0.00119779
0.00109577
0.00129038
-0.0014734
0.000521528
0.00113199
-0.00170537
-0.000103558
0.000965625
-0.0019418
-0.00081033
0.000811671
-0.00222159
-0.00170267
0.000666378
-0.0025489
-0.00285752
0.000549358
-0.00285357
-0.00433774
0.00045632
-0.0030055
-0.00600782
0.000396656
-0.00283278
-0.0075229
0.000356908
-0.00221861
-0.00818858
0.000322566
-0.00120252
-0.00716836
0.000280532
-0.000203262
-0.00383711
0.000239571
0.000125172
0.000207952
-2.58328e-05
0.00196064
-0.000738224
-0.000217974
0.00345055
-0.000917057
-0.0004522
0.00434304
-0.000965638
-0.000624474
0.00482014
-0.000986214
-0.000698342
0.00505025
-0.00106271
-0.000636174
0.00501803
-0.00129098
-0.000526879
0.0050086
-0.00158648
-0.000388422
0.00500217
-0.00202513
-0.00130011
0.00618597
-0.00225326
-0.00415548
0.00919576
-0.000969299
-0.00829683
0.0109218
0.00103594
-0.011319
0.00678194
0.00222161
-0.00827682
-0.00364977
0.00297266
-0.00149282
-0.00731214
0.000147285
0.00706118
-0.0117245
0.00116703
0.0124863
-0.00628663
0.00492911
0.00625373
0.019817
0.0084295
-0.00312339
0.019358
0.0114892
-0.00458038
-0.0043882
0.0109703
-0.000849371
-0.0157655
0.00769504
0.00246402
-0.011602
0.00393663
0.00349681
-0.00359317
0.00277495
0.00292784
0.000724541
0.00221302
0.00182428
0.00241076
0.00202339
0.000736317
0.00312182
0.00200692
-0.000161571
0.00291728
0.00191659
-0.00082894
0.00244151
0.00177141
-0.00127351
0.00171176
0.00160359
-0.00156471
0.000988613
0.0014152
-0.00178676
0.000285595
0.00121071
-0.00197565
-0.000466134
0.0010182
-0.00217197
-0.00137738
0.000832864
-0.0024332
-0.00249276
0.000672672
-0.00272655
-0.0039616
0.000543656
-0.00292092
-0.00574634
0.000454552
-0.0028371
-0.00755099
0.000398624
-0.0023161
-0.00865798
0.00035149
-0.00135054
-0.00808341
0.000302028
-0.000297983
-0.0048402
0.00024956
-0.000126438
0.000213504
0.000105239
0.00188136
-0.000809389
5.29307e-06
0.00353869
-0.000994209
-0.000156426
0.00451557
-0.0010877
-0.000259585
0.0049759
-0.00117584
-0.000245787
0.00515845
-0.00133845
-4.03526e-05
0.00505379
-0.00173722
0.000271998
0.00508193
-0.00221718
0.000716706
0.00530781
-0.00308405
-0.000317995
0.00817092
-0.00319746
-0.00268975
0.0132453
-0.00181843
-0.00526257
0.016059
-0.000110372
-0.0055154
0.00906548
0.00418992
0.000707673
-0.0110355
0.00395201
0.00638792
-0.0172733
-0.000248779
0.0100838
-0.0169556
0.00112231
0.0152379
-0.00705322
0.000378551
0.0144935
0.024543
0.0128312
0.0086181
0.0217839
0.0172389
0.00551624
-0.00709072
0.00957534
0.00584938
-0.0221262
0.00576832
0.0056673
-0.01545
0.00323609
0.00505182
-0.00225118
0.00143477
0.00444946
0.00271379
0.000874894
0.00304635
0.004218
0.00119975
0.00122304
0.00519015
0.00182599
-9.89354e-05
0.00447773
0.00216218
-0.00103229
0.00362267
0.00212881
-0.00156681
0.00248264
0.00203067
-0.00182377
0.00146745
0.00181134
-0.001999
0.000664582
0.00155221
-0.002132
-0.000147215
0.0013049
-0.00222392
-0.00113644
0.00106742
-0.00236578
-0.00224287
0.000854006
-0.00260402
-0.00363341
0.000656194
-0.0028106
-0.00546822
0.000522477
-0.00281474
-0.00748783
0.00044336
-0.00240676
-0.0090122
0.000381793
-0.00151254
-0.00892532
0.000320477
-0.000414196
-0.00588657
0.000259505
-0.000490568
0.000215334
0.000180496
0.00174033
-0.000873256
0.000139089
0.00358029
-0.00108643
4.70979e-05
0.00461598
-0.00120947
5.38405e-05
0.00503305
-0.00138016
0.000217822
0.00511732
-0.00163471
0.000646848
0.00487806
-0.00222546
0.00162774
0.00455989
-0.00296769
0.00343201
0.00451063
-0.0045457
0.00616296
0.00740551
-0.0051592
0.00975552
0.0147108
-0.00518492
0.0114623
0.0194753
-0.001506
0.0120699
0.00895027
0.00900009
0.015785
-0.0204883
0.00923615
0.016506
-0.0290532
0.00385939
0.00996083
-0.014969
0.00578243
0.00888025
0.00353174
-0.00868328
0.013451
0.0256053
0.00247708
0.0177809
0.0137724
0.00309756
0.0184859
-0.0107662
-0.00626263
0.0146539
-0.0219817
-0.00429819
0.00917212
-0.015759
0.000254534
0.00784524
-0.00201143
0.000964565
0.00801304
0.00409047
-0.000101381
0.00475616
0.00876736
-0.000107327
0.00134489
0.00935789
0.00140332
-0.000513212
0.00667058
0.00274079
-0.00159792
0.00495763
0.00283843
-0.00208393
0.00321341
0.00273225
-0.00223471
0.00185216
0.00241672
-0.00235095
0.00101941
0.00204911
-0.00243499
0.000145032
0.00172934
-0.002407
-0.00101904
0.00140293
-0.00237022
-0.00218327
0.00111093
-0.00249994
-0.00341573
0.000805696
-0.00269887
-0.00518971
0.000590573
-0.0027714
-0.00735535
0.00047907
-0.00251046
-0.00921856
0.000397867
-0.00174392
-0.00964016
0.000325071
-0.000626483
-0.00695205
0.000251856
-0.00106588
0.000200662
0.00026093
0.00149778
-0.000886058
0.000283106
0.00354543
-0.00113484
0.000258965
0.00462218
-0.00130107
0.000316556
0.00498895
-0.00155474
0.000580337
0.00490736
-0.00192835
0.00129688
0.00431448
-0.00279056
0.0027051
0.00342148
-0.00388728
0.00583291
0.00189901
-0.00650353
0.0156796
0.00176381
-0.00815765
0.0280048
0.0106973
-0.00951953
0.0313122
0.0237292
-0.00354118
0.0268415
0.0188237
0.0132576
0.0155324
-0.00767907
0.0204518
0.00172211
-0.0154924
0.00962914
-0.00476717
-0.00170829
0.000965685
-1.71021e-05
0.0172177
-0.0255232
0.00781812
0.024728
-0.026494
0.0137645
0.0146647
-0.018523
0.0214084
0.000318906
-0.0206681
0.0248212
-0.0127474
-0.011218
0.0204509
-0.0134387
-0.00657944
0.017411
-0.00269463
-0.00581615
0.0142018
0.00601982
-0.00386999
0.00742326
0.0158623
-0.000564056
0.00149905
0.0168721
0.00190201
-0.00156382
0.0107906
0.00372683
-0.00295381
0.00695215
0.00405581
-0.00319232
0.00386914
0.00397577
-0.00293448
0.00192423
0.00341214
-0.0029352
0.00132449
0.00283675
-0.00309113
0.000547825
0.00241258
-0.00294415
-0.00104506
0.00198517
-0.00258832
-0.00249703
0.00153152
-0.0024435
-0.00346383
0.00101824
-0.00253772
-0.00500943
0.0006389
-0.00265338
-0.00717405
0.000495838
-0.00253005
-0.00928954
0.000392589
-0.00192808
-0.0101927
0.000311247
-0.000836851
-0.00799313
0.000228912
-0.00185213
0.000182035
0.000280815
0.00124178
-0.000976136
0.00032249
0.00348715
-0.0012219
0.000308762
0.00459285
-0.00142391
0.000360053
0.00491321
-0.00174155
0.000518678
0.00468746
-0.00224341
0.000994774
0.0037859
-0.00328205
0.00129511
0.00253433
-0.00487567
0.00319327
-0.00029379
-0.0079631
0.0151001
-0.00283216
-0.00839988
0.0320782
0.00581799
-0.0147216
0.0366198
0.0260808
-0.0225972
0.0304625
0.0305602
-0.00379904
0.0109971
0.0128929
0.0187645
-0.0101779
0.00849099
0.0194542
-0.0121446
0.0170313
0.0030722
-0.0052868
0.0276549
-0.0111066
0.000158449
0.0253788
-0.0218628
0.00672312
0.0326722
0.00342834
0.0182418
0.0207451
0.0399857
0.0281827
-4.55348e-05
0.0175774
0.0211324
-0.00332577
-0.00444281
0.0124658
0.00801358
-0.0111118
0.00968363
0.0117639
-0.00822089
0.0052401
0.0225678
-0.0032547
-0.000149441
0.0259382
0.000692011
-0.00422101
0.0164101
0.00303603
-0.00595861
0.00889872
0.00307418
-0.00479499
0.00313555
0.00441927
-0.00341527
0.000971112
0.00472386
-0.00317252
0.00146224
0.00395218
-0.00370275
0.00147828
0.00334278
-0.00372168
-0.000981068
0.00298644
-0.00313903
-0.00319894
0.00243715
-0.00261578
-0.00383804
0.00137483
-0.00242938
-0.00502633
0.000685089
-0.00244969
-0.00708259
0.000444788
-0.0024163
-0.00926338
0.00034098
-0.00204266
-0.0105214
0.000254032
-0.00108221
-0.00890751
0.000171945
-0.00288551
0.000130905
0.000212957
0.0010325
-0.000949269
0.000274621
0.0033747
-0.00121585
0.000277132
0.00451133
-0.00147304
0.000263923
0.00484975
-0.00184474
0.000228429
0.00452145
-0.00246985
-7.40148e-05
0.0036923
-0.00356476
-0.0015999
0.00244999
-0.00583277
-0.00234822
0.000201293
-0.00774979
0.0058679
-0.00238323
-0.0046542
0.0211616
0.00180006
-0.0193128
0.0291915
0.0115472
-0.0332877
0.0257713
0.0250012
-0.012807
0.00711018
0.0250672
0.0175088
-0.0116933
0.0243002
0.0273939
-0.00620545
0.0311963
-0.00154084
0.00298488
0.0365946
-0.0199645
0.00222465
0.0195116
-0.0110872
-0.00507651
0.0355796
0.0477375
-0.0128205
0.0271798
0.0825878
-0.0169408
0.0168973
0.0317677
-0.0274375
0.018631
-0.00522762
-0.0258863
0.0207306
-0.012744
-0.0225811
0.0157323
-0.00986832
-0.0246557
0.0273468
-0.00208014
-0.0224554
0.0270268
0.00403462
-0.0180571
0.0146809
0.00359162
-0.012203
0.00350551
0.00236377
-0.00619269
-0.00145619
0.00354245
-0.00305508
-0.00164387
0.0058492
-0.00221981
0.000513049
0.00546567
-0.00298434
0.00254502
0.00486658
-0.00358099
-0.000638423
0.00481103
-0.00350384
-0.00378354
0.0040604
-0.00303385
-0.0041161
0.00193617
-0.00253217
-0.0051542
0.000524607
-0.00237757
-0.00711255
0.000323975
-0.00228945
-0.00928652
0.00020616
-0.001997
-0.0107682
0.000146763
-0.00117111
-0.00969474
6.678e-05
-0.00401779
4.07943e-05
0.000142507
0.000881226
-0.000933794
0.000220611
0.0032359
-0.00119958
0.000235532
0.00440181
-0.00146866
0.000165789
0.00480318
-0.0018578
-0.00011276
0.00447222
-0.0024748
-0.00108615
0.00395059
-0.00352897
-0.0034016
0.00261563
-0.00573723
-0.00565615
0.00217566
-0.00611818
-0.00332758
0.000167786
-0.00125149
0.00482916
-0.00241631
-0.0102529
0.0142023
-0.00193199
-0.0166144
0.0100771
0.0190343
0.0115931
-0.0172201
0.0345937
0.0374822
-0.0292074
0.0300157
0.0286689
-0.015973
0.0395184
-0.0208227
-0.02057
0.0403915
-0.0448128
-0.0306219
0.0203773
-0.0152145
-0.0469128
0.0343201
0.059002
-0.0461807
0.0324438
0.0426881
-0.0479245
0.0380644
-0.00858243
-0.0531083
0.0471559
-0.0164287
-0.0413125
0.020993
-0.0151013
-0.0390122
0.0154796
0.0072548
-0.0359541
0.0226136
0.0134459
-0.0303368
0.0221406
0.0102995
-0.0229157
0.0115958
0.00725185
-0.0131009
-0.00163805
0.00532213
-0.0060787
-0.00416831
0.00179481
-0.00321095
-0.00308194
0.00562128
-0.00194597
-0.00192114
0.00797198
-0.00208586
0.00245369
0.00811594
-0.00236871
-0.000433247
0.00731586
-0.00306839
-0.00361039
0.00538904
-0.00324431
-0.0039625
0.00229705
-0.0024743
-0.0054726
0.000180452
-0.00212067
-0.00723544
4.88157e-05
-0.0020531
-0.00928834
3.35672e-05
-0.00181916
-0.0109628
6.27875e-06
-0.00112829
-0.0103516
-4.64347e-05
-0.00510927
-6.90974e-05
9.31028e-05
0.000767688
-0.000896567
0.000179634
0.00308301
-0.0011488
0.000183778
0.0042942
-0.00140624
7.70206e-05
0.00477426
-0.00177756
-0.000319191
0.00452515
-0.00231566
-0.00127329
0.00416983
-0.00326103
-0.00375436
0.00312821
-0.00489736
-0.00606196
0.00340837
-0.00600529
-0.00663424
0.00222
-0.0024366
-0.00681113
-0.00318015
-0.00397687
-0.00578332
-0.0079723
-0.00256781
-0.00596117
0.00891688
0.0203817
-0.0267259
0.0353673
0.0413197
-0.0318857
0.0247594
0.0348278
-0.0185622
0.0361398
-0.0155514
-0.0424047
0.0398686
-0.0506573
-0.0630488
0.029056
-0.0334412
-0.059507
0.0348068
-0.00166868
-0.0584783
0.0447476
-0.00741088
-0.0595077
0.0454652
-0.0381365
-0.0523427
0.0481283
-0.0391129
-0.0404218
0.0101926
-0.0119668
-0.0283153
-0.00186413
0.0321282
-0.0245638
0.00259534
0.0351382
-0.0306745
0.0123936
0.0218704
-0.0290464
0.00878134
0.00729069
-0.0195112
-0.00718775
0.00660715
-0.0134725
-0.00654097
0.00309192
-0.0104494
-0.00350955
0.00406681
-0.00837852
-0.00425993
0.00698863
-0.00651394
0.000886224
0.00751965
-0.00394099
-0.000424774
0.00468668
-0.00281263
-0.00297036
0.00251666
-0.0027488
-0.00392536
0.00140109
-0.00201357
-0.00578037
-0.000384114
-0.00160753
-0.00725796
-0.000440737
-0.00160096
-0.00927888
-0.00025982
-0.00145884
-0.0111015
-0.000199753
-0.000922055
-0.010869
-0.000215006
-0.0060079
-0.000224728
7.0294e-05
0.000667299
-0.000828734
0.000163008
0.00292047
-0.00105905
0.000164801
0.00418343
-0.00128606
6.25471e-05
0.00473555
-0.0016029
-0.000298891
0.0045848
-0.00200757
-0.000967581
0.00424558
-0.00269544
-0.00272207
0.0033872
-0.00361825
-0.00399164
0.00329772
-0.00515904
-0.00448278
0.00273969
-0.00385016
-0.00608544
-0.00167367
-0.00221347
-0.00709165
-0.00804057
-0.00192723
-0.00282757
0.000794876
0.0115458
-0.0048261
0.0272748
0.0225869
-0.0091713
0.027261
0.0194638
0.00177006
0.0264141
-0.00723302
-0.041853
0.0381527
-0.0393328
-0.0801224
0.0452441
-0.0401528
-0.0851687
0.0272113
-0.0256147
-0.0816017
0.0352803
-0.0245169
-0.0681668
0.033344
-0.0404281
-0.0563131
0.0279049
-0.0305219
-0.0502658
-0.010064
0.00972317
-0.042497
-0.0305938
0.0345711
-0.0404079
-0.0190635
0.0241686
-0.0436479
0.000985219
0.00632995
-0.0363258
0.00296138
-0.00885648
-0.0255528
-0.0146649
-0.00573028
-0.0178197
-0.0140945
-0.000774042
-0.014779
-0.00530529
-0.000521015
-0.0163516
-0.00288109
0.00199309
-0.0138969
-0.000685423
0.00320892
-0.00735784
-0.002087
-0.000107999
-0.00236995
-0.00360092
-0.00245421
-0.00108656
-0.00482624
-0.000244433
-0.000824478
-0.00586702
-0.000265149
-0.000758947
-0.00685138
-0.000752833
-0.00106902
-0.00908286
-0.000660889
-0.0011225
-0.0111219
-0.000469717
-0.000712209
-0.0112937
-0.000405244
-0.00671845
-0.000386414
4.39614e-05
0.000584764
-0.000747646
0.000135198
0.00275533
-0.000952849
0.000122852
0.00407678
-0.00114637
4.03852e-06
0.00470034
-0.00140065
-0.000383382
0.00468642
-0.0016938
-0.000964587
0.00434126
-0.00217637
-0.00228527
0.00368224
-0.00273291
-0.00346728
0.00303111
-0.00400237
-0.0056107
0.00288268
-0.00396576
-0.00936759
-0.000416906
-0.00179621
-0.0110364
-0.00290065
0.000994528
-0.00771044
0.00258716
0.0111104
-0.00696442
0.0234673
0.0123878
-0.0126582
0.0284315
0.0114263
-0.00308747
0.00651552
0.00473621
-0.0104082
0.0156908
-0.0251787
-0.0376368
0.051362
-0.0512692
-0.0604435
0.0435105
-0.0321757
-0.0665757
0.0262212
-0.0173922
-0.0507713
0.0174979
-0.0206006
-0.0328279
0.00406179
-0.000818391
-0.0329121
-0.0231149
0.0167339
-0.0357616
-0.0391624
0.00802621
-0.0357273
-0.0340552
-0.000807902
-0.0294545
-0.015085
-0.0162709
-0.0225625
-0.00437794
-0.0285479
-0.0166254
-0.0151322
-0.0288072
-0.00530496
-0.0244717
-0.0122592
-0.00319689
-0.0126226
0.00175713
-0.010644
0.00230859
0.00302598
-0.0107085
0.00132852
0.0020643
-0.00369764
-0.00337627
-0.00113039
0.00129702
-0.00427723
-0.0043285
0.00163889
-0.00476797
-0.000872859
0.000698982
-0.00474891
0.000529315
0.000220215
-0.00590914
-0.00101534
-0.000491015
-0.00860065
-0.0010478
-0.000812856
-0.0109427
-0.000718807
-0.000553492
-0.0115965
-0.000572298
-0.00729079
-0.000534326
3.12814e-05
0.000500289
-0.000657658
0.000113489
0.00259112
-0.000837098
0.000105409
0.0039549
-0.000999387
-3.22002e-05
0.00466226
-0.00119596
-0.0004352
0.00479048
-0.00140736
-0.00102782
0.00448623
-0.00174132
-0.00223992
0.00403007
-0.00219426
-0.00385932
0.00321377
-0.00293676
-0.00635096
0.0030526
-0.00332435
-0.011298
0.000383237
-0.00319239
-0.016987
0.0021258
-0.00243277
-0.0242418
0.00878827
0.00214819
-0.0347179
0.0247459
0.0112255
-0.0523426
0.0328613
0.027287
-0.057787
0.000833631
0.0406677
-0.0320266
-0.0121565
0.0256598
-0.0103886
0.0289288
-0.00836545
-0.000594648
0.0505513
-0.0423364
-0.00428197
0.0316063
-0.0260109
-0.0100126
0.0205675
-0.0282694
-0.00869748
0.00937411
-0.0459998
0.000609635
-0.00958488
-0.0479585
0.00247704
-0.0217819
-0.0370667
-0.00509733
-0.0235383
-0.0294787
-0.0106893
-0.0162959
-0.0297571
-0.0106371
-0.0102843
-0.0319826
-0.00645273
-0.0196337
-0.0286594
-0.00094829
-0.0333986
-0.0111561
0.00153981
-0.020831
0.00573298
4.22106e-05
0.00266338
0.00945181
0.0015402
0.00357362
0.00370937
0.0059149
-0.00167284
-0.00272675
0.00652109
-0.00201103
-0.00415856
0.00359074
-0.00201143
0.00172096
0.00182526
-0.00227624
0.00154404
0.00111611
-0.00485041
-0.0016351
-2.9808e-05
-0.00772195
-0.00138301
-0.000613061
-0.0105085
-0.000975347
-0.000495644
-0.0117569
-0.000727787
-0.00781203
-0.000653129
4.3961e-06
0.00043724
-0.000575248
8.1205e-05
0.00242035
-0.000716411
7.91604e-05
0.00381714
-0.000849572
-7.61777e-05
0.0046226
-0.000986058
-0.000472174
0.00488265
-0.00112219
-0.00110231
0.0046889
-0.0013033
-0.00228259
0.00437991
-0.00161424
-0.00410348
0.00369371
-0.00194392
-0.00567645
0.00329701
-0.00146547
-0.00818045
0.00140905
-0.00108924
-0.0138674
0.00438954
0.000117046
-0.0213396
0.010096
0.00103044
-0.028473
0.0179601
0.00437422
-0.0424631
0.0301843
0.0093715
-0.0512002
0.00403893
0.00951794
-0.0485477
-0.0161431
0.0248877
-0.0416641
0.00157634
0.0527348
-0.0168672
0.029878
0.0165019
0.00633058
0.0231841
-0.000596423
0.0175611
0.0245947
-0.0122244
0.0163652
0.0350118
-0.0507716
0.0105841
0.0228591
-0.084582
0.0137408
0.00554026
-0.0768535
0.0065228
9.52723e-05
-0.0394548
-0.011857
-0.000211166
-0.0269675
-0.0118689
-0.0125619
-0.0354799
-0.00292445
-0.0266054
-0.028517
-0.00466953
-0.0311856
-0.0153776
-0.00279538
-0.0180652
0.00223121
0.004287
-0.000397587
0.0154975
0.0095185
0.00407863
0.00736929
0.011429
0.00329758
-0.00382272
0.00716601
0.00311455
0.00149197
0.00237105
0.00195187
0.00715346
0.00146925
-0.000575141
0.00167973
0.00122633
-0.00435794
-0.00233225
0.000161328
-0.00683645
-0.00158499
-0.000511301
-0.00994861
-0.0011241
-0.000528087
-0.0117781
-0.000830598
-0.0083712
-0.00073168
-1.02024e-05
0.000387015
-0.000493474
7.08089e-05
0.00224069
-0.000604261
8.80758e-05
0.00365715
-0.0007088
-6.53384e-05
0.00457408
-0.000796578
-0.000466266
0.00500863
-0.000868342
-0.00116467
0.00502679
-0.000917792
-0.00241813
0.00499775
-0.000951102
-0.00439452
0.00481627
-0.000739169
-0.0066217
0.00477216
0.00064643
-0.0100339
0.00470794
0.00318058
-0.0144855
0.00857543
0.00776646
-0.0160598
0.0104179
0.0107317
-0.00425852
0.00491377
-0.00232159
0.0052096
0.00911843
-0.0128302
-0.00151191
-0.00236458
-0.0106644
-0.0259824
-0.0113319
-7.87812e-05
-0.0447531
-0.00162349
0.0164107
-0.0411824
0.0117714
0.0337149
-0.0201831
0.0107066
0.025161
0.00285296
0.0126313
0.0194449
0.00948676
0.0449022
-0.00143787
0.0111426
0.0516922
-0.0353602
0.0187674
0.0310862
-0.0375552
0.0129164
0.0193023
-0.0175678
-0.00380344
0.0148318
-0.0213457
-0.00740078
-0.000438369
-0.0227169
-0.00250244
-0.0112423
-0.0111409
-0.00459378
-0.0115593
-0.0094374
-0.00307657
-0.00676373
0.00733143
0.00504514
-0.00207369
0.0220674
0.00976756
0.00422506
0.0152541
0.00779781
0.00746176
0.00921312
0.00255857
0.00627971
0.0121384
0.000744876
0.0027629
0.00812023
0.00145407
-0.00103225
-0.000384681
0.00133286
-0.00406577
-0.00262163
0.000300897
-0.00589557
-0.00161532
-0.000437823
-0.00929295
-0.00109771
-0.000586488
-0.0116639
-0.000827888
-0.00898825
-0.000717907
-2.72767e-05
0.000351011
-0.000415438
6.55854e-05
0.00204976
-0.00050588
0.000130071
0.003455
-0.000588551
5.2059e-05
0.00446001
-0.000646973
-0.000251486
0.00505128
-0.000680887
-0.00082315
0.0052822
-0.000681453
-0.00176518
0.0054905
-0.000635109
-0.00322407
0.0056841
-0.00040068
-0.00566076
0.0062028
0.000643692
-0.00992624
0.00832883
0.0032347
-0.0138758
0.0136291
0.00921694
-0.0140292
0.0137678
0.0185843
-0.002311
-0.000546321
0.015391
0.0211682
-0.00767624
-0.00865332
0.0232678
-0.0131041
-0.00945964
0.0016082
-0.00955491
0.00620466
-0.017954
0.00145166
0.00172295
-0.0301523
0.00980583
-0.00165156
-0.0349927
0.0117026
-0.000986383
-0.0290814
0.00582867
0.00205395
-0.0147351
0.032077
0.00919916
-0.000761279
0.0465552
0.00280876
0.0186719
0.0273401
-0.0103
0.026969
0.0237079
-0.0128784
0.0208903
0.0198865
-0.0100257
0.01315
0.00640366
0.0201939
0.00469395
-0.00123102
0.0446726
0.00215749
0.00271035
0.015424
0.00168283
0.00169988
0.00988765
0.0042933
0.000447204
0.0171332
0.00441093
0.00443661
0.0195825
0.00183827
0.00684757
0.0170685
0.000654783
0.004965
0.010418
0.00135872
0.00107039
0.00182796
0.00203256
-0.00186158
-0.00239293
0.00147604
-0.0033997
-0.00223531
0.00047899
-0.00489926
-0.00135668
-0.000359677
-0.00852157
-0.00089849
-0.00063108
-0.0114306
-0.000715603
-0.00965526
-0.000637633
-3.0807e-05
0.000316845
-0.000348876
7.12797e-05
0.00185427
-0.000423793
0.000184669
0.00320893
-0.000490001
0.000212502
0.00425931
-0.000539877
0.000118777
0.00491318
-0.00057116
-0.000132194
0.00523487
-0.000565232
-0.000544165
0.00551348
-0.000557472
-0.00100948
0.00565812
-0.000624801
-0.00182716
0.00617201
-0.000314032
-0.00245637
0.00824665
0.000835453
-0.000893022
0.0121883
0.00366842
0.0030647
0.0121315
0.00838753
0.00784307
0.000840181
0.0112345
0.0146856
-0.00518419
0.0121515
0.0140268
-0.00971724
0.0127197
0.00847138
-0.009366
0.0197748
-0.000996989
0.000606708
0.0177841
-0.0121995
0.0130414
-0.00274598
-0.02908
0.0235438
-0.0254851
-0.050769
0.0181549
-0.0199373
-0.0484597
0.020282
-0.00237708
-0.0230058
0.0151124
-0.0031381
0.00819731
-0.00426606
-0.0169859
0.0299292
0.00447986
-0.0168474
0.0363695
0.00444558
-0.0068206
0.0352221
-0.00265179
0.0169836
0.0243773
0.000536158
0.0399779
0.0171912
0.0155355
0.0215345
0.0117343
0.0161045
0.000129616
0.00775975
0.00930781
-0.000686733
0.00584409
0.00591938
0.00396304
0.00560713
0.00452704
0.00369186
0.00516943
0.00322331
-0.000195544
0.00407361
0.000969725
-0.00242984
0.00277118
-0.00095949
-0.00200002
0.00156678
-0.00221812
-0.00134274
0.000514071
-0.00392824
-0.000827846
-0.000369945
-0.00772053
-0.000589012
-0.000728043
-0.0111288
-0.000514032
-0.0104293
-0.000492772
-2.87634e-05
0.00028194
-0.000289617
6.67974e-05
0.00166781
-0.000357616
0.000217758
0.00293634
-0.000414781
0.00033435
0.00398686
-0.000459578
0.000377904
0.00466851
-0.000488056
0.000353422
0.00500434
-0.000502061
0.000331574
0.00520964
-0.000527923
0.000360099
0.00521441
-0.000678281
0.000440787
0.00551429
-0.000770576
0.00160267
0.00651812
-0.000569728
0.00532693
0.00809204
-0.00016081
0.0092452
0.00742405
-3.27136e-05
0.0085143
0.00294065
-0.00182422
0.00602984
0.0022924
0.00271866
0.00141141
-3.28127e-05
0.0147844
-0.00185202
-0.00261024
0.0209045
0.00472905
-0.00461901
0.0226039
0.00989037
0.00264403
0.0139932
0.00962914
0.0209244
-0.0161244
-0.00949752
0.0240496
-0.0309035
-0.0284008
0.0224177
-0.014037
-0.0226751
-0.0013477
-0.0121946
-0.00744211
-0.0206307
-0.0292211
0.0115964
-0.0117448
-0.029727
0.0226996
-0.0114548
-0.0177966
0.0272238
-0.0128206
-0.00906464
0.0256073
0.00704359
-0.00288842
0.0197915
0.0311362
-0.00845099
0.012889
0.0299931
-0.0158151
0.00871145
0.0172629
-0.016846
0.00884298
0.0076082
-0.0136183
0.0100334
0.00282843
-0.00814259
0.00862653
0.00235917
-0.00230072
0.00572701
0.00189329
0.000254788
0.00317735
0.000673965
0.000184149
0.00153849
-0.000971936
-0.000157292
0.000394628
-0.00302733
-0.000224064
-0.000503966
-0.00695911
-0.000250671
-0.000904554
-0.0108123
-0.000277301
-0.0113918
-0.000314143
-1.66129e-05
0.000236511
-0.000240905
8.04937e-05
0.00148336
-0.00030103
0.000243369
0.00266032
-0.000353531
0.000400395
0.00369185
-0.000387083
0.000544965
0.00434863
-0.00041596
0.000644371
0.00469362
-0.000426911
0.000757408
0.00482853
-0.000443951
0.000857699
0.00477581
-0.000524723
0.00109546
0.00483265
-0.000654349
0.00207965
0.00508819
-0.000716751
0.00448872
0.00535598
-0.000937526
0.00635565
0.0048612
-0.00194944
0.00581381
0.00312915
-0.00361485
0.00475534
0.00424924
-0.00359371
0.00303321
0.00609496
-0.00101516
0.0008609
0.00518531
0.00174895
0.00322568
-0.000751819
0.00581311
0.00766423
-0.00104685
0.0119679
0.0167204
0.00705093
0.00505121
0.0229218
0.0102346
-0.0168766
0.0205171
0.0125479
-0.016876
0.0139203
-0.00613505
-0.0115979
-6.38147e-05
-0.0150216
-0.0154961
-0.00300104
-0.0125916
-0.022945
0.000219283
-0.0202897
-0.0218581
0.00224717
-0.0259737
-0.0143417
0.0074699
-0.00738927
-0.010636
0.0106483
0.0244693
-0.015327
0.00722582
0.0295013
-0.0150843
0.00456728
0.0178261
-0.0138508
0.00524396
0.00918765
-0.0139477
0.00734105
0.0041323
-0.00968207
0.00698303
0.00283494
-0.000687583
0.00489545
0.00219468
0.00291907
0.00276777
0.0013571
0.00190138
0.00124483
-0.000126917
0.000680928
0.000177985
-0.00228158
0.000214107
-0.000734681
-0.00622002
4.80562e-05
-0.00115248
-0.0104914
-6.37372e-05
-0.0126083
-0.000131389
-5.03e-05
0.000229043
-0.000201216
3.07905e-05
0.0013205
-0.000260566
0.000202541
0.00238421
-0.000302321
0.000417643
0.00335013
-0.000334765
0.000641319
0.00397352
-0.00034902
0.000838065
0.00431384
-0.000362894
0.00104133
0.00440086
-0.000366889
0.00120826
0.00433238
-0.000387307
0.00139515
0.00427896
-0.000442075
0.00177115
0.00428581
-0.000471144
0.00249176
0.00426624
-0.000516589
0.0029725
0.0040057
-0.000871927
0.00230013
0.00318181
-0.00144802
0.00199401
0.00401126
-0.00178236
0.00315438
0.00548837
-0.00201827
0.00351595
0.00635884
-0.00264051
-0.000159417
0.00510495
-0.00133857
-0.00587173
0.00563592
0.00752216
-0.00606628
0.0050919
0.0100646
0.00326438
-0.000556618
0.000362722
0.01286
-0.00412164
-0.00176413
0.0130443
-0.0139099
0.00325263
0.00414319
-0.0168877
0.00619485
-0.00357324
-0.0179612
0.00271275
-0.00394147
-0.0316901
0.00147649
-0.00588324
-0.0388298
0.0112999
-0.00636235
-0.0233505
0.0167955
0.0027193
0.0063779
0.00297797
0.00643953
0.0192218
-0.00409995
0.00442785
0.0139987
-0.00349823
0.0039538
0.00901765
-0.00570964
0.00502777
0.0054826
-0.00460173
0.00463242
0.00371695
0.00100388
0.00318721
0.00225239
0.00338215
0.00193104
0.00141171
0.00208497
0.000952981
0.000254196
0.000933807
-5.75794e-06
-0.0016011
0.00042444
-0.000898478
-0.00547672
0.000190262
-0.00134434
-0.010133
6.13477e-05
-0.0140104
-3.51649e-06
-5.28536e-05
0.000228499
-0.000168395
-4.61767e-05
0.00123706
-0.000221895
0.000105991
0.00213656
-0.000264992
0.000315441
0.00302707
-0.00028321
0.000601068
0.00355259
-0.000300704
0.000894413
0.00386596
-0.00029773
0.00118385
0.00392625
-0.000298174
0.001472
0.00383051
-0.000286355
0.00173594
0.00374889
-0.000285702
0.00202027
0.00367683
-0.000273964
0.00235189
0.00359843
-0.000242045
0.00249962
0.00351494
-0.000244749
0.00203296
0.00329312
-0.000312917
0.00185041
0.00373306
-7.55392e-05
0.00240427
0.00455884
0.000340643
0.00318739
0.00541667
0.00116387
0.00255833
0.00591819
0.00216725
0.00107213
0.00755144
0.00462394
0.000629288
0.00778427
0.00582884
0.00480375
-0.000830437
0.00682176
0.0139894
-0.0109745
0.012382
0.0235995
-0.0198481
0.0189552
0.029751
-0.0227594
0.0270913
0.0262656
-0.0222587
0.0320605
0.015337
-0.0249797
0.0279146
0.00183817
-0.0260376
0.0245911
-0.00957731
-0.0168615
0.0252002
-0.00575944
-0.00209865
0.0140633
0.0038871
0.0066277
0.00264442
0.00544431
0.00799124
0.00246033
0.00409892
0.00730907
0.00242723
0.0035475
0.00477559
0.00227215
0.00296763
0.00335119
0.00312509
0.00208113
0.0019939
0.00287439
0.00146702
0.00131704
0.0015567
0.000976874
0.000363582
0.000868309
0.000149941
-0.00096736
0.000460532
-0.000829403
-0.0045945
0.000265791
-0.00131584
-0.00971671
0.000155469
-0.0153757
0.000112843
-0.000215621
0.000395577
-0.000148745
-0.000264049
0.00121258
-0.000204977
-0.000174597
0.00195776
-0.000235358
0.000123498
0.00262565
-0.000254658
0.000483228
0.00307283
-0.000257064
0.000919272
0.00329565
-0.000253978
0.00131547
0.00337512
-0.000244935
0.00170838
0.00326729
-0.00021513
0.00207598
0.00317746
-0.000185055
0.00241975
0.00308757
-0.000129804
0.00274595
0.00300464
-7.32517e-05
0.00299413
0.00297184
1.07365e-05
0.00301047
0.00291233
0.000111619
0.00312244
0.00319757
0.000385643
0.00348566
0.0036958
0.000930412
0.00415696
0.00421893
0.00170992
0.00493
0.0045526
0.00286554
0.00614658
0.00534566
0.00424949
0.00813622
0.00603259
0.00432018
0.00997452
0.000283407
0.00460733
0.0129895
-0.00939299
0.00848472
0.0174042
-0.0155518
0.0111293
0.0225247
-0.0152043
0.0156591
0.0231269
-0.0141709
0.0225544
0.0141344
-0.00957781
0.0197955
0.00097913
-0.00638794
0.0127067
-0.00817056
-0.00484098
0.0120629
-0.00909758
-0.00217534
0.0104298
-0.00256865
-0.00145329
0.00459095
0.00245153
0.001346
0.00322179
0.0029528
0.00447849
0.00473629
0.00233489
0.0033946
0.0046979
0.00200142
0.00247414
0.00332084
0.00172552
0.00148731
0.00215053
0.00152789
0.00108118
0.00122511
0.00132416
0.000317209
0.00076634
0.000751199
-0.000531862
0.000469913
-0.000283068
-0.0036423
0.000362275
-0.000913859
-0.00912108
0.000176161
-0.0163185
0.000167669
-0.000118406
0.000467848
-0.000127987
-0.000384269
0.00140946
-0.000179793
-0.000453627
0.00194142
-0.000211326
-0.000228108
0.00230582
-0.000217057
0.000164638
0.00256963
-0.00022743
0.000721337
0.00262062
-0.000210619
0.00126434
0.0026983
-0.000203575
0.00178302
0.00260631
-0.000164957
0.00226002
0.00253488
-0.000123544
0.0026914
0.00246616
-5.61972e-05
0.00306996
0.00240455
3.81995e-05
0.00340076
0.0023814
0.000168179
0.00363196
0.00236782
0.00036876
0.00394596
0.00250558
0.000684726
0.00446312
0.00275292
0.00112864
0.00518909
0.00298564
0.0017033
0.00597498
0.00315923
0.00233993
0.0073311
0.00313098
0.00306532
0.00956561
0.00287311
0.00296521
0.0105801
-0.000398321
0.00200087
0.00849741
-0.00496241
0.00267985
0.00515735
-0.00712099
0.00341553
0.00403005
-0.00624246
0.00276374
0.00352923
-0.00570514
0.00271839
0.00195871
-0.00315158
0.00213357
-0.00102306
-0.00130854
0.00201339
-0.00378127
-0.00130107
0.00370921
-0.0050091
-0.00145395
0.00455205
-0.0037975
-0.00281686
0.00237819
-0.000696647
-0.00148982
0.00156513
0.00138731
0.00178012
0.00315483
0.00174941
0.00192623
0.00358325
0.00194037
0.00159444
0.00251835
0.00207696
0.000982215
0.00153563
0.00218363
0.000753534
0.000950838
0.00222321
0.000140911
0.000617593
0.00201732
-0.00041207
0.00045226
0.00105512
-0.00272587
0.000343911
0.000153672
-0.00824862
0.000269497
-0.0161759
0.000207016
-0.000882006
0.00129985
-0.000131866
-0.00102775
0.00148043
-0.000193292
-0.000992166
0.00182046
-0.000206352
-0.000673651
0.00189484
-0.000204837
-0.000111284
0.00190325
-0.000205772
0.000503713
0.00189563
-0.000190488
0.00118636
0.00189319
-0.000179106
0.00180204
0.00186207
-0.000140151
0.00237807
0.00181479
-9.57405e-05
0.00290079
0.00178212
-1.91378e-05
0.00336997
0.00174696
7.98098e-05
0.0038059
0.00173181
0.000234717
0.00419244
0.00173006
0.000437478
0.00462631
0.00179969
0.000734211
0.00514857
0.00191106
0.00111067
0.00577104
0.0019844
0.00156742
0.00647528
0.0019931
0.00207157
0.0072807
0.00176989
0.00253899
0.00820369
0.00135603
0.0026679
0.00782128
-0.000329472
0.00197139
0.00556082
-0.00210446
0.0018034
0.00307616
-0.00285936
0.002159
0.00185845
-0.00296031
0.00199009
0.00124554
-0.00298488
0.000828602
0.00148929
-0.00195217
0.000427031
0.00178064
-0.00117808
0.000978832
0.00152527
-0.000987639
0.00145163
0.00135011
-0.000939507
0.00164076
0.000761214
-0.00136354
0.000968743
0.000945248
-0.000897742
0.00107515
0.00222807
0.000578309
0.00186996
0.00294035
0.000936787
0.00198512
0.00331609
0.000955452
0.00153998
0.00353888
0.000609508
0.00103055
0.0037228
0.000463122
0.000695046
0.00382452
-3.79064e-05
0.000481088
0.00388444
-0.00052903
0.000351618
0.0031688
-0.00204172
0.000320725
0.00181252
-0.00690431
0.000267709
-0.0143613
0.000220152
-0.0019554
0.00318854
-0.000162181
-0.00213659
0.0015747
-0.000208414
-0.0019188
0.00151413
-0.000194588
-0.00123058
0.0011161
-0.000180566
-0.000404578
0.000976762
-0.000177066
0.000480331
0.000907009
-0.000162196
0.00135272
0.000905737
-0.000149312
0.00219072
0.000905308
-0.000113151
0.00296886
0.000911712
-7.63228e-05
0.00369821
0.00091074
4.2156e-07
0.00437971
0.000906619
9.73224e-05
0.00502696
0.00089543
0.000256312
0.00564925
0.000899274
0.000467596
0.00629494
0.000922443
0.000738318
0.00697959
0.000965857
0.00105849
0.00766878
0.000990867
0.00143504
0.00833261
0.000985242
0.00182665
0.0089276
0.000803854
0.00218849
0.00934691
0.000578558
0.0024356
0.00895949
-5.39113e-05
0.00230025
0.00796515
-0.000802309
0.00234462
0.00703036
-0.0011368
0.00237585
0.00633586
-0.00111462
0.00191413
0.00574281
-0.00117906
0.00124338
0.0056539
-0.000933437
0.000824061
0.00586021
-0.000758157
0.00078976
0.00603183
-0.000658422
0.000957072
0.00614568
-0.000554293
0.00125029
0.00596096
-0.000574842
0.00115054
0.0058608
-0.000336682
0.00118925
0.00633005
0.000225167
0.00140222
0.00681075
0.000405459
0.0013301
0.00724152
0.0004481
0.00105579
0.00750173
0.000291708
0.000775056
0.00773765
0.000174455
0.000560057
0.00780411
-0.000150216
0.000398299
0.00780912
-0.000579503
0.000279949
0.00731614
-0.00158038
0.000230027
0.00485024
-0.0044555
0.000218573
-0.00950566
0.000215481
0.00314102
-0.000107594
0.00466114
-0.000119099
0.00611593
-0.000117901
0.00717167
-0.000103447
0.00808149
-9.38924e-05
0.00891637
-7.15492e-05
0.0097407
-5.5257e-05
0.0105535
-1.88864e-05
0.0113576
2.6487e-05
0.0121507
9.6623e-05
0.0129216
0.000199989
0.0136692
0.0003468
0.0144035
0.00053921
0.0151419
0.000775987
0.0158966
0.00105539
0.016646
0.001382
0.0173733
0.00171365
0.0179132
0.00201441
0.0182535
0.002259
0.0180808
0.00226255
0.0174095
0.00227978
0.0166889
0.00231272
0.0161666
0.0020872
0.0156866
0.00162971
0.0154132
0.00127235
0.0151736
0.00116079
0.0149622
0.00111678
0.0148355
0.00117589
0.0146785
0.00113706
0.0146586
0.00115749
0.0150376
0.0012045
0.0154864
0.00113007
0.0159295
0.000936019
0.0162062
0.000725569
0.0163545
0.000546973
0.0161781
0.000404228
0.0155725
0.000289368
0.0139723
0.000227231
0.00950217
0.000200851
0.000204126
1.85346e-05
-2.59961e-05
-6.7069e-05
6.5838e-05
-5.72948e-05
-8.04714e-05
0.000115382
-6.16812e-05
-8.28737e-05
0.000151265
-4.77066e-05
-8.59609e-05
0.000169651
-3.22935e-05
-8.22783e-05
0.000175418
-2.04529e-05
-9.10571e-05
0.00017416
-1.65157e-05
-8.69533e-05
0.000170957
-1.60206e-05
-8.64762e-05
0.000170302
-2.14575e-05
-8.46603e-05
0.000173594
-2.21132e-05
-6.98545e-05
0.000145537
8.2802e-06
-6.19968e-05
8.33356e-05
4.47623e-05
-4.46697e-05
-1.76718e-05
8.58873e-05
-2.85827e-05
-0.000147852
0.000119508
-2.13906e-05
-0.000311458
0.00015288
-1.54666e-05
-0.000490607
0.000169108
-2.93932e-05
-0.000712128
0.000196397
-3.62366e-05
-0.000965511
0.000238197
-2.73645e-05
-0.00130361
0.000312121
-3.55317e-05
-0.00171377
0.000383769
-3.77996e-05
-0.00213677
0.00039524
-5.14682e-05
-0.00245466
0.000272886
-8.67258e-05
-0.00266642
0.000157529
-0.000132972
-0.00270936
-2.8885e-05
-0.000180973
-0.00259449
-0.000195248
-0.00022208
-0.00234862
-0.000339589
-0.000262756
-0.0019816
-0.000470719
-0.000298106
-0.00150798
-0.000583992
-0.000329218
-0.000953764
-0.000668442
-0.000347511
-0.000346913
-0.000722454
-0.000361101
0.000270308
-0.000727004
-0.00034429
0.000752292
-0.000577547
-0.000306007
0.00104031
-0.000369223
-0.000255285
0.00108125
-9.29671e-05
-0.000170623
0.000923095
0.000120032
-9.72525e-05
0.000660052
0.000242501
-3.35543e-05
0.00039894
0.000250394
2.03696e-06
0.000191668
0.000200141
2.57823e-05
5.56163e-05
0.000135118
3.97622e-05
6.0173e-05
5.07626e-05
4.98134e-05
-8.61155e-05
-8.21616e-05
0.000135022
-0.00015965
-0.000108274
0.000211809
-0.000160944
-0.000117057
0.00025111
-0.000110402
-0.000126016
0.000253123
-6.32595e-05
-0.0001295
0.000199329
3.59578e-07
-0.000135957
9.90282e-05
5.00407e-05
-0.000140911
-4.8721e-05
9.22081e-05
-0.000137684
-0.000283849
0.000173729
-0.000131744
-0.00059883
0.000256504
-0.000128147
-0.000978522
0.000348398
-0.000118265
-0.00140477
0.000433003
-0.000107026
-0.00186686
0.000509634
-0.000101406
-0.00234826
0.000560997
-0.000102025
-0.00282769
0.000588002
-0.000106091
-0.00328197
0.00057281
-0.000128165
-0.00370934
0.000563942
-0.000146448
-0.00407939
0.000539733
-0.000165073
-0.00440319
0.000556316
-0.000178051
-0.00461696
0.000511228
-0.000175271
-0.00474402
0.000435073
-0.000180483
-0.00477146
0.000206848
-0.000195799
-0.00470618
-5.60225e-06
-0.000189525
-0.00450993
-0.000308384
-0.000201423
-0.00423179
-0.000567174
-0.000223468
-0.00383914
-0.000829903
-0.000242609
-0.00333206
-0.00107911
-0.000260753
-0.00271344
-0.001307
-0.000270849
-0.0020078
-0.00148216
-0.000283628
-0.00124624
-0.0015875
-0.000282443
-0.000509123
-0.00157923
-0.000292647
0.000240193
-0.00140947
-0.000250481
0.000839784
-0.00106694
-0.000246162
0.0012217
-0.000553221
-0.000194774
0.0012973
-1.45851e-05
-0.00015676
0.00111299
0.000379642
-9.66e-05
0.000811321
0.000520457
-5.43883e-05
0.000468704
0.000520826
-1.76575e-05
0.000176
0.00041469
1.01229e-05
0.000235677
4.41417e-05
5.73582e-05
-0.000156058
-9.44427e-05
0.00014008
-0.000264818
-0.000130443
0.000197414
-0.000249059
-0.000144663
0.00019383
-0.000140275
-0.000159265
9.42316e-05
-4.40835e-06
-0.000159822
-7.91769e-05
0.000133189
-0.000191414
-0.000353475
0.00026729
-0.000183234
-0.000741155
0.000425562
-0.0001921
-0.00121687
0.000592099
-0.000177167
-0.00175736
0.000743281
-0.000162093
-0.00234906
0.00088928
-0.000140892
-0.00296176
0.000998323
-0.000121278
-0.00355114
0.00105325
-0.000110458
-0.00408916
0.00105141
-0.000102768
-0.00455404
0.0010025
-9.84826e-05
-0.0049583
0.000922149
-9.75824e-05
-0.00530426
0.000851666
-8.61968e-05
-0.00558942
0.000768339
-7.26123e-05
-0.00580127
0.000715545
-4.08546e-05
-0.00586965
0.000541194
-2.64597e-06
-0.0058422
0.00038206
2.00095e-05
-0.00575667
0.000104164
3.93049e-05
-0.00555851
-0.0002116
6.3028e-05
-0.00533005
-0.000550564
4.78921e-05
-0.00504403
-0.000866792
4.20737e-05
-0.00467528
-0.00121362
3.12895e-05
-0.00422788
-0.00154684
1.54276e-05
-0.00368945
-0.00186693
-1.32248e-06
-0.00306112
-0.0021366
-1.51832e-05
-0.00236484
-0.00231069
-2.86703e-05
-0.00163248
-0.00234454
-4.55033e-05
-0.000868466
-0.00220829
-4.70878e-05
-0.000170885
-0.00181231
-8.75046e-05
0.000404808
-0.00117089
-5.51191e-05
0.000751674
-0.000423003
-8.437e-05
0.000836534
0.000252072
-5.7422e-05
0.000690348
0.000627144
-4.86241e-05
0.000431531
0.000749912
-2.11611e-05
0.000168338
0.000660146
5.11221e-06
0.000402896
4.64708e-05
5.01271e-05
-0.000220891
-0.000109507
0.000102125
-0.00034461
-0.000158809
7.85184e-05
-0.000265804
-0.00017566
-3.33706e-05
-6.72228e-05
-0.000200265
-0.000260867
0.000165704
-0.000208082
-0.000610494
0.00042731
-0.000217713
-0.00110624
0.000699495
-0.000218494
-0.00169526
0.000951384
-0.000202504
-0.00233845
0.00117876
-0.000172646
-0.0029935
0.00134847
-0.000138254
-0.00360813
0.0014612
-0.000109006
-0.00416134
0.00151347
-7.9993e-05
-0.00464826
0.00150527
-4.64257e-05
-0.00505204
0.00142854
-1.33614e-05
-0.00538336
0.00131585
1.56338e-05
-0.00564846
0.00117697
4.41745e-05
-0.00585107
0.00105591
6.84182e-05
-0.00599733
0.000921435
9.30118e-05
-0.00607405
0.000809286
0.000126346
-0.00605757
0.000551552
0.0001659
-0.00600311
0.000364045
0.00018888
-0.0059007
4.53306e-05
0.000211325
-0.00574342
-0.000314443
0.000212859
-0.00558997
-0.000657444
0.000210567
-0.00539036
-0.0010188
0.000201436
-0.0051266
-0.00143177
0.00018605
-0.00479106
-0.0018433
0.000166297
-0.00437161
-0.00225292
0.000147161
-0.00387623
-0.00260736
0.000121468
-0.003296
-0.00287362
0.000103244
-0.00265283
-0.00299169
7.12064e-05
-0.00194091
-0.00292476
5.43894e-05
-0.00119982
-0.00257279
1.4616e-05
-0.000522783
-0.00187321
-6.70715e-07
-1.87592e-05
-0.000956088
-2.75153e-05
0.000277518
-7.52643e-05
-3.74438e-05
0.000327806
0.000544195
-2.86713e-05
0.000235982
0.000812894
-1.6105e-05
9.17829e-05
0.000786759
1.14556e-05
0.000495672
5.20027e-05
1.98298e-05
-0.00025862
-0.000132523
-5.7997e-06
-0.000354102
-0.000197369
-0.000136694
-0.000187677
-0.000225873
-0.000394331
0.000134735
-0.000239398
-0.000810668
0.000517154
-0.000248998
-0.00135738
0.000906713
-0.000250001
-0.00197837
0.00125281
-0.000225177
-0.00262876
0.00154398
-0.000184185
-0.00324389
0.00174776
-0.00013619
-0.0037991
0.00187003
-9.03868e-05
-0.00431344
0.00194927
-4.16043e-05
-0.00476169
0.00194724
1.22598e-05
-0.00512114
0.00186337
4.99164e-05
-0.00539086
0.00170514
8.12942e-05
-0.00557432
0.00151379
0.000110841
-0.005673
0.00129645
0.000139014
-0.0057155
0.00112629
0.000173214
-0.00572628
0.000970662
0.000212092
-0.00571522
0.000851566
0.000245148
-0.00567814
0.000578128
0.000272066
-0.00564697
0.00040331
0.000282623
-0.00557117
4.42008e-05
0.00029359
-0.0055089
-0.000307505
0.0002885
-0.00544299
-0.000653013
0.000280792
-0.00535585
-0.00103646
0.000266148
-0.00523211
-0.0014914
0.000245043
-0.00504452
-0.00197409
0.000222227
-0.0047742
-0.00247451
0.000198318
-0.00440624
-0.00293467
0.000174655
-0.00395102
-0.00329533
0.000152473
-0.00342048
-0.00350068
0.000124073
-0.00280494
-0.00353225
0.000103664
-0.00205549
-0.00333123
5.86556e-05
-0.00130632
-0.00264096
3.14286e-05
-0.000631414
-0.00165964
-1.36617e-05
-0.000183891
-0.000563988
-2.89583e-05
1.9023e-05
0.000301698
-3.8512e-05
4.87981e-05
0.000751399
-1.77094e-05
1.70418e-05
0.000800742
8.20077e-06
0.000514305
5.24469e-05
-2.49764e-05
-0.000255302
-0.000166254
-0.000165536
-0.000262037
-0.000246792
-0.000447334
3.11587e-05
-0.00027941
-0.000880823
0.000500046
-0.000285918
-0.00143292
0.000994072
-0.000278885
-0.00204805
0.00145201
-0.000248737
-0.00266262
0.0018092
-0.000197212
-0.00323921
0.00207816
-0.000137836
-0.00375412
0.00223838
-7.46736e-05
-0.00423474
0.0023371
-8.95403e-06
-0.00464061
0.00235928
4.27063e-05
-0.00495088
0.00227268
8.42612e-05
-0.00516714
0.00210552
0.000125098
-0.00529957
0.00187241
0.000158361
-0.00533582
0.00159134
0.000181765
-0.0052957
0.00130607
0.000202464
-0.00519477
0.00108398
0.00021343
-0.00507361
0.000918297
0.000238338
-0.00497207
0.000826441
0.000263484
-0.00492755
0.000614961
0.000303307
-0.00491358
0.000474252
0.000313935
-0.00486343
8.1057e-05
0.00032985
-0.00487498
-0.000214982
0.000319819
-0.00489244
-0.000553334
0.000317315
-0.00491648
-0.000932075
0.000300766
-0.00493966
-0.00139306
0.000280341
-0.00493085
-0.00191441
0.000255858
-0.00485974
-0.00248552
0.000231173
-0.00468461
-0.00305918
0.000204348
-0.00438137
-0.00355471
0.000183059
-0.00394513
-0.00390167
0.000160579
-0.00344105
-0.00400904
0.000141588
-0.00279154
-0.00396825
0.00011408
-0.00196818
-0.00346945
7.60969e-05
-0.0011657
-0.00247838
2.73999e-05
-0.000546508
-0.00121056
-1.73046e-05
-0.000188531
-8.98021e-05
-2.04394e-05
-5.2093e-05
0.00058135
-2.00841e-05
-1.63874e-05
0.000746432
1.3497e-05
0.000500602
5.53876e-05
-0.000106923
-0.000176219
-0.000205523
-0.000373822
-5.68287e-05
-0.000300806
-0.000796173
0.000377021
-0.000325838
-0.00134066
0.00096549
-0.000317437
-0.00194312
0.00152133
-0.000285176
-0.00252811
0.00197642
-0.000227389
-0.00308171
0.00232098
-0.000159768
-0.00357726
0.00255282
-7.98962e-05
-0.00400069
0.00265546
-1.19403e-05
-0.00435869
0.00271117
4.62086e-05
-0.00463422
0.00266271
9.56292e-05
-0.00484285
0.00252193
0.000139334
-0.00497116
0.00228165
0.000167936
-0.00500291
0.0019558
0.000181873
-0.00491782
0.00155439
0.000184093
-0.00469632
0.00112881
0.000177441
-0.00439743
0.000825082
0.000204534
-0.00412512
0.000690749
0.000259078
-0.00397062
0.000737511
0.000307044
-0.00396857
0.000692732
0.000340162
-0.00400662
0.000599106
0.000347123
-0.00400808
0.000175011
0.000356612
-0.00405474
-8.57193e-05
0.000354015
-0.00412468
-0.000396989
0.000345395
-0.00422381
-0.000747684
0.000326693
-0.00435218
-0.00118398
0.000302705
-0.00448824
-0.00170415
0.00027442
-0.00460527
-0.00230239
0.000245373
-0.00465352
-0.00295444
0.000216673
-0.00456907
-0.00359095
0.000191875
-0.00430619
-0.004124
0.000169577
-0.00385665
-0.004424
0.000154707
-0.00331356
-0.00448362
0.000138846
-0.00254292
-0.00422275
0.000119195
-0.00164386
-0.00338123
7.32978e-05
-0.000821238
-0.00205222
2.4797e-05
-0.000297614
-0.000642307
-2.21062e-05
-9.76992e-05
0.000351316
-2.0094e-05
-1.50182e-05
0.000645672
1.58181e-06
0.0004886
5.32153e-05
-0.000192907
-1.92523e-05
-0.000253086
-0.000579678
0.000256504
-0.000358586
-0.00110946
0.000820042
-0.000371002
-0.00169419
0.00146803
-0.000335365
-0.00226665
0.00202569
-0.000276578
-0.00281638
0.00248021
-0.000200806
-0.00329148
0.00277496
-0.000117726
-0.00366031
0.00291822
-4.18862e-05
-0.0039773
0.0029958
3.12177e-05
-0.00424499
0.00301498
8.84982e-05
-0.00444016
0.00291039
0.00013441
-0.00455385
0.00269728
0.000171612
-0.00458713
0.00238044
0.000191502
-0.00452512
0.00196002
0.000198436
-0.00432908
0.00141369
0.000177854
-0.00401364
0.000874746
0.000170553
-0.0035512
0.000429278
0.000120224
-0.003127
0.000352283
0.000141186
-0.0028482
0.000544698
0.000197288
-0.00295191
0.000894156
0.000329952
-0.00311422
0.000865477
0.000390202
-0.00316996
0.000333812
0.00040541
-0.0032171
6.18084e-05
0.000406078
-0.00332126
-0.000198361
0.00039503
-0.00344892
-0.000526468
0.000370745
-0.00362925
-0.000914568
0.000343393
-0.00384794
-0.00140311
0.000309266
-0.00409106
-0.00198502
0.000274844
-0.00431555
-0.00266585
0.000239525
-0.00445834
-0.00339321
0.000209564
-0.00443676
-0.00409903
0.000184043
-0.00417594
-0.0046446
0.000166796
-0.00371539
-0.00490996
0.0001519
-0.00305282
-0.00485466
0.000145904
-0.00213774
-0.00427664
0.000122751
-0.00117402
-0.00301373
8.63217e-05
-0.000434172
-0.0013971
3.20515e-05
-9.44468e-05
-1.25363e-05
1.1616e-06
1.19648e-05
0.000522748
1.81516e-05
0.000505831
6.2216e-05
-0.000280188
0.000217255
-0.00030424
-0.000758013
0.000649425
-0.000409538
-0.00133327
0.00130204
-0.000407401
-0.00191461
0.00196979
-0.000347635
-0.00246227
0.00251667
-0.000269686
-0.00292281
0.00291252
-0.000184098
-0.00326852
0.00310937
-9.26062e-05
-0.00356729
0.003242
-1.1969e-05
-0.00383171
0.00330652
5.33959e-05
-0.00400167
0.00324252
0.000105538
-0.00409564
0.00307643
0.000149864
-0.00416124
0.00284515
0.000189627
-0.00422192
0.00252527
0.000202799
-0.00426218
0.00208739
0.000165442
-0.004079
0.00127463
0.000107511
-0.00342102
0.000196371
3.35128e-05
-0.00252012
-0.000563625
0.000141422
-0.00184859
-0.000415218
0.000337054
-0.00170773
0.000417781
0.000488789
-0.00211582
0.00138416
0.000535474
-0.00242679
0.00128123
0.000520958
-0.00245024
0.0004558
0.000498345
-0.0024825
0.000196001
0.000476642
-0.00258682
4.9439e-06
0.000463536
-0.00272187
-0.0002913
0.000427741
-0.00291609
-0.000623239
0.000393947
-0.00316071
-0.00106742
0.00035263
-0.00345754
-0.00160494
0.000311393
-0.00377817
-0.00227233
0.00026944
-0.00407216
-0.00303668
0.000231898
-0.00425977
-0.00385807
0.000200233
-0.00424327
-0.00461533
0.000178344
-0.00394808
-0.00516534
0.000162956
-0.00341531
-0.00535208
0.000154258
-0.00259831
-0.00506249
0.000145383
-0.00154594
-0.00404417
0.000122355
-0.000642907
-0.00229727
7.76841e-05
-0.000110875
-0.000554532
3.43721e-05
-6.59401e-06
0.000407643
2.29718e-05
0.000509013
6.61198e-05
-0.000337807
0.000505399
-0.000342229
-0.000870257
0.00109003
-0.000451149
-0.0014471
0.00178494
-0.000432587
-0.00198321
0.00243353
-0.000355969
-0.00245751
0.00294835
-0.000268595
-0.00282032
0.00326171
-0.000181207
-0.0031335
0.00344046
-8.03747e-05
-0.00338965
0.0035425
-1.72644e-05
-0.00353507
0.0035188
4.6655e-05
-0.00360657
0.00339262
9.87201e-05
-0.00366873
0.00323428
0.000152385
-0.00378773
0.0030723
0.000203843
-0.00396686
0.00280597
0.000212367
-0.00386639
0.00207581
0.000197384
-0.0030146
0.000389926
0.000249351
-0.00166503
-0.00123249
0.000656328
-0.00106117
-0.00119364
0.000828237
-0.00124964
-7.25641e-05
0.000951916
-0.00179023
0.00114378
0.000867436
-0.00213709
0.00197523
0.000863856
-0.00217263
0.00151551
0.000735683
-0.00198683
0.0004145
0.000629542
-0.00195315
0.000280868
0.000589641
-0.0020142
0.000181934
0.000563617
-0.00212605
-7.18377e-05
0.000511471
-0.00230626
-0.000334833
0.000465706
-0.00254172
-0.000730284
0.000412146
-0.00284233
-0.00120997
0.000362583
-0.00319586
-0.00183499
0.000311829
-0.00356884
-0.0025906
0.00026602
-0.00389579
-0.00346877
0.000226243
-0.00407823
-0.00437952
0.000197711
-0.00401291
-0.00518427
0.000178568
-0.00363974
-0.00568363
0.000168549
-0.00297678
-0.00568676
0.000161965
-0.00201118
-0.00497661
0.000148155
-0.000947534
-0.00333699
0.000125535
-0.000216579
-0.00128309
7.36289e-05
-2.49076e-05
0.000220457
7.44777e-05
0.000499184
8.47508e-05
-0.000354082
0.000806902
-0.000387743
-0.000891675
0.00153255
-0.000492768
-0.00144646
0.0022478
-0.000462486
-0.00195422
0.00287841
-0.000373963
-0.00237516
0.00333862
-0.000283975
-0.00269762
0.0035889
-0.000198444
-0.00295021
0.00372578
-0.000107981
-0.00308714
0.00373944
-4.95784e-05
-0.00311991
0.0036392
8.57093e-06
-0.00310884
0.00348143
7.96125e-05
-0.0031127
0.0033633
0.00015822
-0.003166
0.00327053
0.000271519
-0.00299861
0.00277383
0.000384851
-0.00185715
0.00104488
0.000635926
6.85233e-05
-0.001479
0.00123536
0.00105922
-0.00200039
0.000907863
0.000237998
-2.49272e-05
0.000311035
-0.00106528
0.0016203
-0.000288806
-0.00164108
0.00201982
0.000114484
-0.0016023
0.00231025
0.000609448
-0.00145143
0.00165871
0.000745757
-0.00141106
0.000520136
0.00067871
-0.00143963
0.00042476
0.000692111
-0.00151344
0.000376051
0.000674124
-0.00163786
0.0001667
0.000610544
-0.00180453
-5.46534e-05
0.000553907
-0.0020278
-0.000393588
0.000484549
-0.00230664
-0.00082424
0.000423191
-0.00264813
-0.001397
0.000363513
-0.0030378
-0.00211573
0.000307811
-0.00343321
-0.00300013
0.000259101
-0.00375083
-0.00399927
0.000221466
-0.00387742
-0.00500388
0.000196343
-0.00370416
-0.00580887
0.000182497
-0.00319364
-0.00615301
0.000173338
-0.00235268
-0.00577561
0.000166188
-0.00125242
-0.00440262
0.000142367
-0.000387096
-0.00212522
0.000111928
-3.22857e-05
-0.000122559
7.67568e-05
0.000487698
9.25439e-05
-0.000349383
0.00110312
-0.000426341
-0.000869299
0.00195685
-0.000532485
-0.00139928
0.00268954
-0.000497644
-0.00186596
0.00329034
-0.000408469
-0.00222585
0.00368065
-0.000325661
-0.00248861
0.00386871
-0.000249576
-0.00263996
0.00392606
-0.000171402
-0.00266327
0.00383879
-0.000125382
-0.00257524
0.00366009
-6.18208e-05
-0.00242483
0.00347176
2.82151e-05
-0.00225522
0.00335953
0.000181292
-0.00197828
0.0032146
0.000416157
-0.000971642
0.00193626
0.000889804
0.00138727
-0.00102852
0.0015873
0.00274786
-0.00225252
0.000470375
0.00144763
-0.000491832
-0.00131937
-0.000615101
0.0015434
-0.00176807
-0.00110169
0.00164034
-0.000603002
-0.000819469
0.00160893
0.000472687
-0.000522465
0.00222026
0.00116538
-0.000526186
0.00184442
0.00122381
-0.000768422
0.000806982
0.00106213
-0.000925781
0.000653497
0.000960777
-0.00105886
0.000612457
0.000866168
-0.00123491
0.000458617
0.000757365
-0.00141414
0.000254652
0.000668848
-0.00163672
-4.75404e-05
0.000579293
-0.00188998
-0.000448649
0.000499514
-0.00220259
-0.00097228
0.000427639
-0.00257215
-0.00164588
0.000360776
-0.00298146
-0.0025038
0.000302071
-0.00336884
-0.00353764
0.000254627
-0.00363384
-0.0046756
0.000222278
-0.00365028
-0.00573665
0.000203361
-0.00331058
-0.00644106
0.000193494
-0.00260635
-0.00643139
0.00018324
-0.00157305
-0.00539057
0.000172197
-0.0005641
-0.00309982
0.000140159
-3.92589e-05
-0.000618663
0.000126302
0.000477122
0.000116053
-0.000316906
0.00136821
-0.000469795
-0.000803301
0.00234935
-0.000576219
-0.00130243
0.00310435
-0.000543383
-0.00171296
0.00365438
-0.000464911
-0.00202139
0.00398254
-0.000396005
-0.00222339
0.00409981
-0.000343351
-0.00229034
0.00406294
-0.000307726
-0.00221742
0.00386952
-0.000267601
-0.00202293
0.00359938
-0.000202674
-0.0017234
0.00335031
-7.92637e-05
-0.00145421
0.00330101
0.000157052
-0.000864405
0.00283791
0.000774117
0.00121305
0.000185694
0.00168948
0.00293672
-0.00205169
0.000597932
0.00115236
-0.000403656
-0.00177648
-0.00186928
0.0015194
-0.0018823
-0.00271337
0.00158216
-0.00051736
-0.00238566
0.00114985
0.000622858
-0.00206796
0.00152252
0.00161069
-0.00138896
0.00189772
0.00205286
-0.000654213
0.00131216
0.00191253
-0.000569456
0.000796552
0.00162098
-0.000638926
0.00079052
0.00136117
-0.000746764
0.00081307
0.00114072
-0.000927614
0.000755152
0.000969986
-0.00112992
0.000588392
0.000816844
-0.00135376
0.000319302
0.000705529
-0.00159869
-6.44881e-05
0.000593457
-0.00187368
-0.000565069
0.000506613
-0.00220341
-0.0011968
0.000424596
-0.00258939
-0.00201355
0.000354221
-0.00299298
-0.00304549
0.000295022
-0.0033338
-0.00426017
0.000252882
-0.00348775
-0.00551791
0.000226775
-0.00332633
-0.00654366
0.000211026
-0.00276657
-0.006936
0.000199812
-0.00183728
-0.00626912
0.000180334
-0.000739361
-0.00415334
0.000160251
-7.04075e-05
-0.00125668
0.000120275
0.000440152
0.000124301
-0.000269805
0.00158961
-0.000517592
-0.000713798
0.00270238
-0.00062687
-0.00116185
0.00347183
-0.000603787
-0.00151701
0.00397051
-0.000550039
-0.00177854
0.00424594
-0.000501857
-0.00191156
0.00427388
-0.000493215
-0.00191242
0.00414018
-0.00050265
-0.00176625
0.00384946
-0.000518376
-0.00143661
0.00346072
-0.000472467
-0.00109572
0.00325518
-0.000321775
-0.00105611
0.00346592
0.000252098
-0.000280112
0.00235366
0.00159913
0.00107024
-0.000602383
0.00125301
-0.000582825
-0.000247164
-0.00101323
-0.00299149
0.00156178
-0.0010729
-0.00306795
0.00117688
-8.74545e-05
-0.0028717
0.00143925
0.000395012
-0.00345408
0.00224706
0.000943085
-0.00329666
0.00191831
0.00150852
-0.00182141
0.000793977
0.00226076
-0.000488666
0.000102273
0.00232101
-0.000224505
0.000502972
0.00214822
-0.000238605
0.000789598
0.0018138
-0.000371472
0.000985733
0.00146987
-0.000622549
0.00110943
0.00121971
-0.000886899
0.000990724
0.0010065
-0.00115327
0.000741978
0.000846904
-0.00140557
0.00034953
0.000717859
-0.00166624
-0.000145857
0.000603039
-0.00195783
-0.000760841
0.000504758
-0.0023056
-0.00153891
0.000420034
-0.00269268
-0.0025514
0.000347459
-0.00306217
-0.00380147
0.000294513
-0.00330103
-0.00520335
0.000258709
-0.00327408
-0.0065029
0.000238636
-0.00285541
-0.00729204
0.000222622
-0.00203074
-0.00703455
0.000206013
-0.000910601
-0.00522046
0.000181757
-0.000104107
-0.00202014
0.000152257
0.000377061
0.000142468
-0.00021396
0.00175911
-0.000571977
-0.000601478
0.00300176
-0.000684325
-0.000992365
0.00378783
-0.000685991
-0.00130504
0.00424645
-0.000655089
-0.00151853
0.004468
-0.000650011
-0.00159919
0.00440579
-0.000707665
-0.00156946
0.00420452
-0.00079348
-0.00139089
0.003826
-0.000903765
-0.00112149
0.00341691
-0.000959543
-0.00137651
0.00383343
-0.000724958
-0.0019632
0.00430827
0.000659738
-0.00192869
0.00259605
0.00186598
-0.00271945
0.000423187
0.000455942
-0.00323014
0.000786791
0.00013235
-0.000895167
9.11852e-05
0.000140719
0.000577883
-7.41947e-05
0.00104118
-0.00160348
0.0039809
0.0012922
-0.00381277
0.00483505
0.00151027
-0.0032913
0.00105741
0.00317489
-0.00150574
-0.00153578
0.00396978
-0.000180941
-0.00182091
0.00344217
0.000351856
-0.000446361
0.00313373
0.000356265
0.000513
0.00255858
9.5393e-05
0.00113266
0.00193389
-0.00027608
0.0015222
0.00155702
-0.000664609
0.00150858
0.00124334
-0.00102214
0.00127696
0.00103243
-0.00131419
0.000835853
0.000859466
-0.00157405
0.000306723
0.000728501
-0.00183327
-0.000323567
0.000605418
-0.0021342
-0.00108174
0.000503078
-0.00248352
-0.00207144
0.000414366
-0.00284775
-0.00333024
0.000346594
-0.00312903
-0.00483341
0.000298076
-0.00319279
-0.00636218
0.000268021
-0.00288963
-0.00752473
0.000247141
-0.00215907
-0.00769978
0.000223303
-0.0010772
-0.00624233
0.000197924
-0.000140617
-0.00290636
0.000164789
0.00028147
0.000150634
-0.000151621
0.00186642
-0.000632016
-0.000469644
0.00323374
-0.000755395
-0.000810625
0.0040538
-0.000780663
-0.00107954
0.00447826
-0.000786732
-0.00125253
0.00464885
-0.000837409
-0.00129841
0.00450869
-0.000991355
-0.00128049
0.00429844
-0.00118785
-0.00111368
0.00385631
-0.00145892
-0.00134138
0.00391019
-0.00163594
-0.00260131
0.00544377
-0.000936056
-0.00418596
0.00604859
0.00103776
-0.00461847
0.00304667
0.00173538
-0.00282829
-9.15961e-05
0.000789291
0.000915627
-0.00028913
0.000509973
0.00519522
-0.00170982
0.000877396
0.00529904
0.00160514
0.00308117
-0.00158238
0.0139917
0.00121851
-0.00685219
0.011379
0.00325829
-0.00638912
-0.00044379
0.00769516
-0.00386602
-0.00543668
0.00714055
-0.000951975
-0.00627168
0.00520202
0.000765914
-0.00314668
0.00439398
0.00112661
-0.000537137
0.00347903
0.000753737
0.00110527
0.00253406
0.000150544
0.00205165
0.0019355
-0.000450558
0.0022102
0.00154072
-0.000947278
0.00197584
0.00125673
-0.00132325
0.00145053
0.00105167
-0.0016032
0.000829334
0.000889329
-0.00183888
0.000135857
0.000741882
-0.00208453
-0.000640087
0.000615668
-0.00237606
-0.00161849
0.000504959
-0.00271046
-0.00286595
0.000419467
-0.00300277
-0.00443631
0.000351539
-0.00312072
-0.00615594
0.000308367
-0.0029053
-0.00766138
0.000278143
-0.00225534
-0.00827711
0.000249925
-0.00122059
-0.00721133
0.000214778
-0.000213731
-0.0038558
0.000182155
0.000117538
0.000158153
-8.33781e-05
0.00190863
-0.000697057
-0.000333184
0.00339886
-0.000832376
-0.000619252
0.00425915
-0.000884919
-0.000844057
0.0046599
-0.000943047
-0.000969624
0.00477899
-0.00106728
-0.000960352
0.0045614
-0.00135296
-0.000900653
0.00438826
-0.001736
-0.000710647
0.00396109
-0.00231993
-0.00172356
0.00533656
-0.00266672
-0.00389845
0.0083512
-0.00170183
-0.00626927
0.00917169
0.000283658
-0.00635647
0.00435131
0.00100418
-0.00470178
0.000968098
0.000258268
-0.00360457
0.000319923
-0.00155897
0.00339624
-0.00722951
-0.000314091
0.0107677
-0.00258628
0.00174909
0.00526488
0.0256447
0.00227923
-0.00317792
0.0234992
0.00781183
-0.00557791
0.00132383
0.0116027
-0.00399119
-0.00973754
0.0104092
2.4285e-05
-0.0137894
0.00743884
0.00250504
-0.00773569
0.00488321
0.00286027
-0.00230514
0.00362579
0.00202265
0.00103082
0.00293546
0.000848945
0.0029277
0.00230458
-0.000195319
0.00329875
0.0018723
-0.000937636
0.00294099
0.00154858
-0.00142562
0.00223316
0.00130895
-0.00173566
0.0014473
0.00110727
-0.00195951
0.00064758
0.000922842
-0.00215843
-0.00018961
0.000766649
-0.00236933
-0.00120767
0.000632948
-0.00263856
-0.00244026
0.000516216
-0.00291945
-0.00403193
0.000420158
-0.00307417
-0.00590072
0.000354055
-0.00293793
-0.00771087
0.000311877
-0.00236978
-0.00876659
0.000272818
-0.00137596
-0.00813443
0.000231305
-0.00031087
-0.0048597
0.000188372
-0.00014029
0.000160465
3.48707e-05
0.00182847
-0.000764098
-0.000150597
0.0034943
-0.000904178
-0.000412802
0.00443278
-0.000999119
-0.000611464
0.00480135
-0.00111864
-0.00070765
0.00486656
-0.00132984
-0.000654628
0.00456474
-0.00179358
-0.000448937
0.00435449
-0.0023891
-0.000154194
0.00406604
-0.00348374
-0.00110108
0.00704684
-0.00396085
-0.00260391
0.011679
-0.00364344
-0.0035032
0.0114207
-0.00146006
-0.00387668
0.00518313
0.00373158
-0.00725169
0.00480921
0.00348591
-0.00692935
-0.00107887
0.000827672
0.00205015
-0.0174033
0.00231656
0.0104032
-0.0113485
0.000787773
0.0130429
0.0276649
0.00817129
0.0129049
0.0287255
0.0121506
0.00940483
0.00565548
0.00874377
0.00558946
-0.00921919
0.00906535
0.00562126
-0.0193467
0.00876159
0.0067287
-0.0126797
0.00527135
0.00679132
-0.00475739
0.00326452
0.00455374
0.00145058
0.00301758
0.00192594
0.00484706
0.00253443
9.26048e-05
0.00508602
0.00220825
-0.00105958
0.00434556
0.00187644
-0.00173019
0.00328875
0.00164569
-0.00204368
0.00216738
0.00140475
-0.00222734
0.00120049
0.00118296
-0.0023676
0.000264757
0.000990789
-0.00248095
-0.000842572
0.000815675
-0.00263391
-0.00209529
0.00066199
-0.00285464
-0.0036642
0.000509186
-0.00300971
-0.00563153
0.00040836
-0.00294815
-0.00767753
0.000348466
-0.00247972
-0.00915049
0.000297264
-0.00154604
-0.00899365
0.000246011
-0.000428312
-0.00591276
0.000194839
-0.000513344
0.000160076
9.18968e-05
0.00169428
-0.000830965
-3.84149e-05
0.00353126
-0.000993078
-0.000227733
0.00453126
-0.00111864
-0.000385514
0.0048801
-0.00130113
-0.000390505
0.00484202
-0.00160518
-0.000162856
0.00438964
-0.00227801
0.000556536
0.00382421
-0.00315681
0.00169226
0.00336274
-0.00497814
0.00412357
0.00617618
-0.00671985
0.00597228
0.0125062
-0.00786076
0.00706393
0.0117839
-0.00296093
0.00933064
0.00170307
0.0102134
0.0102901
5.75928e-05
0.0130283
0.0117937
-0.0112483
0.0125252
0.00729665
-0.0232421
0.0161184
0.00560297
-0.0106573
-0.00768082
0.0125819
0.0209353
0.0022278
0.0222559
0.019414
0.00273501
0.0240498
0.0063591
-0.00876013
0.0204229
-0.00612448
-0.00376599
0.0172146
-0.02112
0.0052362
0.0165669
-0.0170011
0.0059336
0.0141247
-0.0056495
0.00323293
0.00816138
0.00522633
0.00208029
0.00299805
0.00923373
0.00217999
3.61123e-05
0.0081487
0.00264005
-0.00164871
0.00641765
0.00245116
-0.00235047
0.00454315
0.0021796
-0.00255824
0.00292725
0.00186462
-0.00267805
0.00179887
0.00157054
-0.00277906
0.000764045
0.00133106
-0.00276583
-0.0005704
0.00111753
-0.00274084
-0.00190393
0.00089457
-0.00283324
-0.00340162
0.000635518
-0.00295617
-0.00538015
0.000462127
-0.00294444
-0.00758913
0.000378939
-0.00260794
-0.00939924
0.000310127
-0.00179007
-0.00973585
0.000249399
-0.000644632
-0.00699342
0.000187075
-0.00110324
0.000145923
0.000172815
0.00147457
-0.000839166
7.98389e-05
0.00351407
-0.00102468
-6.15041e-05
0.00456504
-0.0011935
-0.000157315
0.00487371
-0.00145254
-8.68946e-05
0.00468534
-0.00184209
0.000209938
0.00398095
-0.00267871
0.00111977
0.00281571
-0.00378861
0.00316055
0.00120988
-0.00639145
0.00941426
0.0013975
-0.00963267
0.0137254
0.00945813
-0.0107826
0.0120778
0.0129224
-0.00303194
0.0120834
0.00288412
0.0120709
0.0173976
-0.00639255
0.0215877
0.0187209
-0.0220528
0.0191104
0.0021651
-0.0187173
0.0129967
0.00147001
-0.00429453
-0.0311909
0.0139509
0.00982474
-0.0278644
0.0199593
0.00935544
-0.0144729
0.0289677
0.0021907
-0.025508
0.0357016
-0.00584932
-0.018227
0.032922
-0.0206194
-0.00430044
0.0274059
-0.0174845
0.000183296
0.0199986
-0.00326373
0.00115147
0.0115237
0.0117115
0.00142567
0.00420527
0.0166436
0.00181063
-0.000471845
0.0134531
0.0030996
-0.00285639
0.00953292
0.00332508
-0.00352056
0.00614567
0.00303742
-0.00341031
0.00361973
0.00260942
-0.00333468
0.00236006
0.00219992
-0.00352552
0.00149198
0.00187548
-0.00345016
-0.000289894
0.0016293
-0.00318669
-0.00189771
0.00126183
-0.00293003
-0.00343609
0.000796047
-0.00285824
-0.00530931
0.000496265
-0.00286972
-0.00747147
0.000389667
-0.00265339
-0.00952987
0.000306891
-0.00198673
-0.010329
0.000237736
-0.000856625
-0.00806179
0.000167175
-0.00190765
0.000129825
0.000191863
0.00122461
-0.000918047
0.000114146
0.00346939
-0.0010995
-3.00084e-05
0.00456727
-0.00128199
-0.000186426
0.00485939
-0.00157081
-0.000301752
0.00454388
-0.00198663
-0.000355213
0.00362606
-0.00287369
-0.000507625
0.00212339
-0.00403095
7.66585e-05
-0.000270339
-0.00706716
0.00482862
-0.00200216
-0.00975218
0.00653164
0.00454114
-0.0115077
-0.00141222
0.00956741
-0.0112983
-0.00190265
0.00176974
-0.00219423
0.00392482
-0.00914628
0.0156908
0.00391817
-0.0200634
0.0174714
-0.00925675
-0.00511859
0.00264837
-0.0163725
0.00761156
-0.0158969
-0.00731707
0.0076289
-0.0287224
0.00611472
0.0131424
-0.0137904
0.0335376
0.0159669
-0.00121332
0.0481754
0.00129877
-0.00420856
0.0417193
-0.0135357
-0.00507036
0.0303146
-0.00996389
-0.00722771
0.0191132
0.00328348
-0.00356669
0.0067727
0.0219809
-0.00118357
-0.00101954
0.0245444
0.000583384
-0.00431875
0.0157857
0.00400256
-0.00611613
0.0107653
0.00363917
-0.00567787
0.00665158
0.0034751
-0.00435091
0.00340314
0.00361348
-0.00360436
0.0024384
0.00312729
-0.00384752
0.0024266
0.00265132
-0.00409455
0.000394354
0.00254922
-0.00387307
-0.00174248
0.00206044
-0.0033045
-0.00363447
0.00100465
-0.0028327
-0.00557152
0.000475501
-0.00270094
-0.00750663
0.000348183
-0.00255902
-0.00959397
0.000263152
-0.00211116
-0.0107173
0.00019449
-0.00110668
-0.00901456
0.00012023
-0.00296785
8.44283e-05
0.00010763
0.00105244
-0.000884726
4.89291e-05
0.00339869
-0.00108646
-0.000104842
0.00453298
-0.00128498
-0.00038604
0.00487483
-0.00157898
-0.000823654
0.00452821
-0.00201657
-0.00172782
0.00375511
-0.00278965
-0.00370575
0.00245712
-0.00418856
-0.00580022
0.00082863
-0.00675429
-0.0035313
-0.00163203
-0.00729326
-0.0056114
-0.00117895
-0.0115126
-0.0160893
0.000706116
-0.0139485
-0.0171219
-0.00234746
-0.00765716
-0.0157219
-0.00138462
0.00834722
-0.0130137
-0.00879269
0.0134149
-0.00971911
-0.00263301
-0.00732098
-0.0217984
0.0180696
-0.0183432
-0.0184745
0.0117305
-0.0185127
-0.00585739
0.0127329
0.0355298
0.01173
0.0169383
0.064029
0.0226268
0.00577123
0.0163983
0.0068378
0.00243678
-0.00541109
-0.0116511
0.00662164
-0.0108406
-0.0282274
0.0166659
-0.00667443
-0.0350766
0.0296979
-0.00294786
-0.0270725
0.0212548
-0.000679822
-0.0183241
0.0082146
0.00241435
-0.0133538
0.00463353
0.00352522
-0.00884773
0.00283148
0.00285648
-0.0053812
0.0012564
0.0045294
-0.00354341
0.00123265
0.00483364
-0.00343559
0.00279387
0.00439149
-0.00394283
0.001375
0.00433762
-0.00414815
-0.00102291
0.00354614
-0.00384652
-0.00341519
0.00141525
-0.00296579
-0.00616928
0.000241645
-0.00258579
-0.00777053
0.000207871
-0.00241119
-0.00971174
0.000149336
-0.0020506
-0.0110356
0.000104482
-0.00119071
-0.00984382
3.61549e-05
-0.00413282
1.50514e-05
4.48872e-05
0.000926523
-0.000852766
-5.90859e-08
0.00330034
-0.00105628
-0.000168554
0.0044783
-0.00124548
-0.000491975
0.00488881
-0.00154836
-0.00107705
0.00460097
-0.00196248
-0.00228479
0.00411779
-0.00268391
-0.00441134
0.00301481
-0.00416838
-0.00635174
0.00266064
-0.00600979
-0.00375414
-0.000580427
-0.00490069
-0.00322708
-0.0044188
-0.00754012
-0.00972088
-0.00222218
-0.00719229
-0.0143785
0.00428814
0.00961511
-0.0193555
0.0169536
0.024121
-0.0154428
9.47822e-05
0.0158688
-0.0198396
-0.0108017
-0.0082573
-0.039979
0.00681402
-0.0134178
-0.04087
0.0150978
-0.0176908
-0.0162858
0.0192512
0.0278996
0.00300369
0.0146572
0.0256797
-0.00921188
0.0179931
-0.00858874
-0.0362909
0.0255064
-0.0124193
-0.0535822
0.01855
-0.00973839
-0.056072
0.0205522
0.00585833
-0.0446346
0.0228834
0.00882297
-0.0286084
0.0150584
0.000469643
-0.0171368
0.00722827
-0.00323342
-0.0102752
0.00266531
0.000428723
-0.00675017
0.000676289
0.000425004
-0.00498314
0.000575491
0.00453516
-0.00402583
0.000126159
0.00812117
-0.00362776
0.00249306
0.00801869
-0.00313364
0.00186664
0.0063301
-0.00353573
0.000348543
0.00441968
-0.00376404
-0.00292893
0.0020391
-0.00272065
-0.00714491
0.000112693
-0.00216824
-0.00823719
-3.69359e-05
-0.00209163
-0.00978664
3.18615e-05
-0.0018346
-0.0112798
-6.63008e-06
-0.00113172
-0.010532
-6.11177e-05
-0.00524792
-8.57136e-05
6.01839e-07
0.000836464
-0.000807111
-3.08973e-05
0.00317936
-0.000996324
-0.000200346
0.00441531
-0.0011738
-0.000541876
0.00492167
-0.0014689
-0.0011757
0.00475368
-0.00183455
-0.00229718
0.00450977
-0.00253153
-0.00425801
0.00376293
-0.00368466
-0.00591373
0.00407711
-0.00576604
-0.00559646
0.00120179
-0.00453609
-0.00641425
-0.00328125
-0.00429662
-0.0112855
0.000400875
-0.00031966
-0.00792859
0.00887534
0.0124376
0.00550131
0.0251918
0.0196517
0.0171331
0.00299368
0.0202971
0.00767548
-0.00875046
-0.00814506
-0.0199784
-0.00594264
-0.0102467
-0.0520949
0.0205412
-0.00676808
-0.0435467
0.0148483
-0.00581393
-0.0370637
0.00799642
-0.0072331
-0.0434196
0.0139149
-0.0277023
-0.0447225
0.0196491
-0.0319527
-0.0456935
0.0175792
-0.010025
-0.0309585
0.0109098
0.0270356
-0.0154357
0.00746572
0.0350331
-0.0106948
0.0193492
0.0128386
-0.0090481
0.0231643
-0.010292
-0.00475236
0.00947837
-0.00450165
-0.00460486
0.00134261
0.0022781
-0.00617785
0.00125571
0.00495957
-0.00672086
-0.00212778
0.00978559
-0.00598116
-0.000757295
0.0100303
-0.00315527
6.91601e-05
0.00365827
-0.00189809
0.00065165
0.000956366
-0.00212962
-0.00296366
0.00166735
-0.00165035
-0.00825254
0.000244247
-0.00137439
-0.00863148
-0.000322408
-0.00150575
-0.00977197
-0.000143129
-0.00140989
-0.0114266
-0.0001488
-0.000896549
-0.0110605
-0.000199812
-0.00615744
-0.000211757
-1.30036e-05
0.000752563
-0.000731829
-2.28147e-05
0.00303481
-0.000904684
-0.000159862
0.00432677
-0.00106047
-0.00045392
0.00492101
-0.00130818
-0.000978106
0.00485487
-0.00158458
-0.00169372
0.00466267
-0.00213273
-0.00273428
0.00399406
-0.00280882
-0.0031255
0.00416242
-0.00485313
-0.00345798
0.00261939
-0.00493528
-0.00245938
-0.00237997
-0.00411335
-0.00298929
-0.000778632
-0.000217804
-0.00060467
0.00909785
0.00893864
0.0172668
0.0202497
0.00965754
0.0375357
0.0044357
-0.00224709
0.0318683
-0.00260012
-0.00771601
0.0265727
-0.0163199
-0.0236599
0.00188884
0.0175796
-0.0125075
-0.0471042
0.031572
0.00665474
-0.0613352
0.00283993
-0.00512949
-0.0584775
-0.00489124
-0.0244796
-0.0549609
0.00562673
-0.0200161
-0.0490871
0.00594274
0.0154857
-0.0418887
-0.00969634
0.0479789
-0.0349135
-0.00838712
0.0330463
-0.0289008
0.0195548
0.00011164
-0.0191143
0.0311124
-0.0265911
-0.0114607
0.012989
-0.0168945
-0.00883657
-0.000762036
-0.00129351
-0.00763843
-0.00379114
0.00332769
-0.00904387
-0.00584855
0.0071193
-0.00904152
-0.00482066
0.00726993
-0.00495514
-0.00374911
-0.000376108
-0.00113731
-0.00148108
-0.00413931
-9.34733e-05
-0.0042908
3.88655e-05
-5.99273e-05
-0.00920421
0.000652975
-0.000417891
-0.0086118
-0.00041455
-0.000879928
-0.00960512
-0.000365707
-0.00101148
-0.0114271
-0.0003377
-0.000656865
-0.0114727
-0.00034774
-0.00685707
-0.000343656
-2.61087e-05
0.0006782
-0.000647174
-2.47196e-05
0.00287722
-0.000796646
-0.00014132
0.00422583
-0.000928831
-0.000412869
0.00490514
-0.00111324
-0.000909748
0.00496587
-0.00130792
-0.00152472
0.00477803
-0.00167675
-0.00242768
0.00421247
-0.00204837
-0.00299799
0.00395054
-0.00322017
-0.00476603
0.00361918
-0.00319751
-0.00632327
-0.00114669
-0.00147226
-0.000249461
-0.00279846
-0.00305945
0.00889409
0.00641605
0.00464867
0.0165749
0.016284
0.00867268
0.0163918
0.0104383
0.0056067
0.010168
-0.00823379
0.0165937
0.0244222
-0.0376076
-0.0181452
0.0473024
-0.00631784
-0.0502518
0.0312674
0.0421365
-0.0267053
-0.0111661
0.0312892
-0.00340805
-0.0431956
0.0138298
-0.00729208
-0.048222
0.0132584
-0.00342371
-0.0469033
-0.0020875
0.0234454
-0.0564323
-0.018599
0.0264579
-0.054504
-0.0201751
0.00905181
-0.0343749
-0.0041807
-0.0126644
-0.0147565
0.0129359
-0.0299898
-0.00962556
0.0123771
-0.0333262
-0.00365388
-0.00222405
-0.0167689
0.000594403
-0.0132765
0.00699422
-0.00362849
-0.00741937
0.00881969
-0.00540729
-0.00391148
0.00293391
-0.00294282
-0.00352527
-0.00381869
0.000377853
-0.00214641
-0.00698385
0.00239996
-0.00603025
-0.00115552
0.00198951
-0.00925165
0.000987219
0.000725994
-0.00784114
-0.000522487
-0.000266798
-0.00910582
-0.000554301
-0.000666718
-0.0112427
-0.000503231
-0.000470082
-0.0117586
-0.000483017
-0.0073965
-0.00046498
-2.48764e-05
0.000600854
-0.000555436
-1.23539e-05
0.00270974
-0.000682144
-0.000100328
0.00410281
-0.000788386
-0.00034825
0.0048685
-0.0009114
-0.000825228
0.00507296
-0.00103747
-0.00147484
0.00492942
-0.00124311
-0.00263858
0.00460845
-0.00142649
-0.00396918
0.00411851
-0.00177414
-0.00648898
0.00439363
-0.00157899
-0.0117312
0.00112306
-0.000219902
-0.0125229
-0.000909778
-0.00352975
-0.012109
0.00692167
0.00122867
-0.0194636
0.019612
0.0152521
-0.0292268
0.0216158
0.0258728
-0.0193211
-0.00832036
0.0308485
0.00738786
-0.0468252
0.00816841
0.0338248
-0.0169028
-0.0242175
0.0538307
0.0320356
-0.0522414
0.0564256
0.0399056
-0.0372221
0.0417342
0.025891
-0.0256393
0.01405
0.0244399
-0.029497
-0.00529777
0.00846961
-0.0391678
-0.0204629
-0.00855848
-0.0319421
-0.0302626
-0.0203189
-0.0195353
-0.0251689
-0.0220212
-0.0170103
-0.0103274
-0.00883536
-0.0250529
-0.00249718
0.00740086
-0.0315134
0.00180156
-0.00455602
-0.0131229
0.00352035
-0.0222298
0.0129674
0.000894042
-0.0100629
0.0147217
0.000360891
-0.00277733
0.00310837
0.00162081
0.00126293
-0.00877487
0.00409635
0.000368649
-0.00914915
0.00532789
-0.00641203
0.000871192
0.00399519
-0.007617
0.00124208
0.00192686
-0.00648558
-0.000922332
0.00039901
-0.00811732
-0.000843658
-0.000385187
-0.0107374
-0.000696439
-0.000391014
-0.0118689
-0.00061167
-0.00786899
-0.00057165
-2.95252e-05
0.000523888
-0.000468758
-3.16587e-06
0.00253173
-0.000564755
-6.19468e-05
0.00395525
-0.000643232
-0.000277448
0.0048147
-0.000716752
-0.000700405
0.00514691
-0.000773192
-0.00134188
0.00509705
-0.000829453
-0.00243036
0.00494787
-0.00086519
-0.00400104
0.00451709
-0.000771817
-0.0055474
0.00473191
-0.000257385
-0.00939219
0.00300028
0.000878328
-0.0123367
0.0022946
-0.000142799
-0.0090729
0.00618707
-0.00149878
-0.0116441
0.0150744
0.011483
-0.018424
0.0260363
0.0117309
-0.0134558
-0.00223748
-0.00153315
-0.0102678
-0.0303486
0.00522319
0.00107375
-0.0147099
0.0392003
0.0239677
0.0284513
-0.00280777
0.0432644
0.0289926
-0.00898013
0.0510659
0.0190189
-0.0131539
0.0433063
0.0229213
-0.0414933
0.0205225
0.0119555
-0.0652842
0.000378579
0.00123095
-0.066499
-0.00936995
-0.00952714
-0.040498
-0.021022
-0.0178737
-0.019463
-0.018315
-0.0177131
-0.0293092
-0.000774148
-0.00916283
-0.0294942
0.00430864
-0.0142564
-0.0107601
0.00238696
-0.0240499
0.00597306
0.00204356
-0.00996367
0.0157417
0.00183732
0.00229767
0.00250054
0.00376944
0.00776153
-0.0122535
0.00704763
0.00201552
-0.00343308
0.00682133
-0.00546958
0.0064373
0.00474909
-0.00534736
0.00148233
0.00243248
-0.00510766
-0.00139355
0.00081355
-0.00699893
-0.00108445
-0.000207035
-0.0100163
-0.000824669
-0.000404465
-0.011796
-0.000706054
-0.00836082
-0.00064431
-3.57483e-05
0.000464796
-0.000398634
1.93367e-05
0.00233507
-0.000462687
8.55844e-06
0.00377125
-0.000514025
-0.000149246
0.00472239
-0.000546463
-0.000535737
0.00521146
-0.000546393
-0.00115228
0.00529963
-0.00050382
-0.00215392
0.00534995
-0.000351539
-0.00362574
0.00520623
4.35094e-05
-0.00500371
0.00556433
0.00119198
-0.00704146
0.00554592
0.00267269
-0.00865916
0.00711907
0.00455969
-0.00199426
0.00809913
0.0021547
0.00689959
0.00706227
-0.00320328
0.00672497
0.0184406
-0.00505979
0.000327068
-0.00350291
-0.00300111
-0.0129443
-0.020657
0.00350105
-0.0145048
-0.00499058
0.00825189
-0.0101667
0.0267835
0.0310447
0.00320687
0.0184918
0.0222883
0.0147105
0.00857412
0.0183861
0.00598898
0.030776
-0.000571118
-0.00755637
0.0316765
-0.0415358
-0.00429961
0.0160731
-0.0556541
-0.00621061
0.00347429
-0.0286582
-0.0200842
-0.00829643
-0.0170494
-0.021689
-0.0154765
-0.0233488
-0.00373871
-0.0171974
-0.0210566
0.00696973
-0.01666
-0.0177423
0.00624396
-0.012805
-0.00318771
0.00527722
-0.000846619
0.0139171
0.00386428
0.00944699
0.00951773
0.00774022
0.0100572
0.00304151
0.0107501
0.00136768
0.00977631
0.0086098
-0.00358992
0.00838091
0.00529113
-0.00286464
0.00045127
0.00275977
-0.00356789
-0.00163003
0.00101645
-0.00571552
-0.00115541
-9.38756e-05
-0.0091739
-0.000829748
-0.0004518
-0.0115597
-0.00070627
-0.00889395
-0.000636582
-4.42863e-05
0.000416376
-0.000322731
3.55657e-05
0.00212229
-0.000372954
8.79629e-05
0.00354095
-0.000410649
1.66211e-05
0.00456662
-0.00041986
-0.000244042
0.00517921
-0.000387976
-0.000766995
0.00543906
-0.000297931
-0.00161782
0.00565177
-8.61072e-05
-0.00293413
0.0057762
0.000345655
-0.00484619
0.00655636
0.00156372
-0.00752169
0.00811142
0.00334469
-0.00944309
0.011553
0.00670442
-0.00653078
0.0133443
0.0104268
0.00552768
0.00733637
0.0030584
0.0156595
0.0066359
-0.00698048
0.000658045
-0.0042347
0.00627362
-0.0251106
-0.0074337
0.0187499
-0.0321548
0.00779429
-0.00401764
-0.0274354
0.0244017
-0.00398922
-0.022547
0.0131093
-0.000492342
-0.0202939
-0.000461054
0.00883607
-0.016543
0.0148373
0.0213869
-0.0125368
0.023843
0.00663595
-0.00425491
0.023102
-0.0256108
-0.00343726
0.0142252
-0.0244469
-0.00936295
8.26607e-05
-0.0124791
-0.0127733
-0.00293303
0.0110606
-0.00434703
-0.0034407
0.0224897
0.000503609
-0.00549862
-0.000587993
0.000594868
-0.000915635
-0.00209299
0.00246134
0.00455345
0.00986668
0.00664106
0.00794448
0.0169053
0.0121807
0.00576381
0.0158222
0.0124581
0.000680373
0.010828
0.0082977
-0.000913528
0.00331192
0.00477652
-0.00060519
-0.0011312
0.00259638
-0.00208208
-0.00154098
0.000973296
-0.00442111
-0.001028
-0.000102985
-0.00828786
-0.000708249
-0.000527079
-0.0112354
-0.000615823
-0.00949478
-0.000563874
-4.15424e-05
0.000368993
-0.000259951
5.27904e-05
0.00190599
-0.000301832
0.000171071
0.00326497
-0.000332295
0.000201945
0.00433342
-0.000337552
0.000100812
0.0050121
-0.000302916
-0.000156034
0.00535355
-0.000222872
-0.000635172
0.00562526
-5.18202e-05
-0.00145594
0.00581113
0.000161031
-0.00258618
0.00655348
0.000819101
-0.00363365
0.00808295
0.00191139
-0.00308258
0.0108431
0.0038272
-0.000307615
0.0130439
0.00591304
0.0044247
0.00852067
0.00531793
0.0109589
0.0060873
0.00616596
0.00188231
0.00496798
0.0125936
-0.0201474
0.0067226
0.0276483
-0.0287355
0.0129935
0.021173
-0.0274087
0.0252014
-0.00487234
-0.0374647
0.0187
-0.0210199
-0.0482011
0.0056871
-0.015349
-0.0450207
0.000464046
0.00881575
-0.0243426
-0.00632947
0.00635633
-0.00484362
0.00393609
-0.017319
0.00608585
0.00520195
-0.0187536
0.0120091
-0.0132036
0.000542428
0.0124921
-0.00728861
0.0208562
0.00735732
0.0104009
0.031271
0.00200299
0.0151757
0.00621451
-0.00202227
0.00817264
-0.0049334
0.00219926
0.00177774
-0.00213254
0.0109363
-0.00121305
0.00438355
0.0155168
-0.00107398
0.00594917
0.0117251
0.00131749
0.00295897
0.00622162
0.00221642
-5.62839e-05
0.00349288
0.00122014
-0.00109662
0.00189364
-0.000835615
-0.000989953
0.000682823
-0.0033812
-0.000656943
-0.000263258
-0.00744765
-0.000483142
-0.000675878
-0.010895
-0.000441787
-0.010233
-0.00043041
-3.59158e-05
0.000324035
-0.000208742
5.26933e-05
0.00170679
-0.000247026
0.000199204
0.00297612
-0.000272446
0.000314398
0.00403952
-0.000280871
0.000360273
0.00473803
-0.000259864
0.000324581
0.00509277
-0.000205588
0.000198721
0.00532189
-9.86915e-05
-9.59918e-05
0.00541802
9.54282e-06
-0.000398788
0.00584667
0.000239027
-0.000232203
0.00666477
0.000681866
0.00127945
0.00793515
0.00123554
0.00409895
0.00892961
0.00126203
0.00453278
0.0069298
-0.000667168
0.00265309
0.00861581
0.00206985
-0.00202273
0.0126245
0.0118037
-0.00954431
0.0145573
0.0205915
-0.00970011
0.0115005
0.0242527
0.000537882
0.0135394
0.0154172
-0.00827016
0.0221832
-0.0107995
-0.0340087
0.0183087
-0.0177866
-0.0436994
0.00455035
-0.00843263
-0.031022
-0.0190136
-0.0121879
-0.00923776
-0.0196344
-0.0274348
0.00398311
-0.0132485
-0.0244975
0.00470235
-0.0219399
-0.00977954
0.0100279
-0.0209426
-0.000736233
0.014094
0.00745599
-0.00400955
0.0046396
0.025479
-0.00929986
-0.00595771
0.0150481
-0.0120933
-0.0069382
-0.000540131
-0.0135477
-0.00201844
-0.00829532
-0.0114558
0.00257281
-0.00760347
-0.00620435
0.00371937
-0.00150878
-0.000621013
0.0030901
0.00213538
0.000965091
0.00201341
0.00204479
0.000436191
0.00106358
-2.8446e-06
-4.02334e-05
0.000210785
-0.00260631
-0.000146155
-0.000577374
-0.00671922
-0.000190938
-0.000914638
-0.0106071
-0.000227938
-0.0112
-0.000261809
-2.11566e-05
0.000271652
-0.000167366
7.18694e-05
0.00151328
-0.000200545
0.00022855
0.00269045
-0.000224545
0.000381212
0.00373058
-0.000230809
0.000519289
0.00440429
-0.000220295
0.000594712
0.00477355
-0.000183116
0.00065024
0.00493722
-0.000114816
0.000625655
0.00496315
-4.52668e-05
0.000639511
0.00511561
6.28502e-05
0.000938806
0.00543149
0.000217237
0.00190315
0.00578394
0.000249343
0.00299848
0.00602159
-0.000136769
0.00280141
0.00513738
-0.00162535
0.00275174
0.0067042
-0.00163243
0.00250171
0.0110483
0.000811035
0.000283274
0.0133629
0.00516178
0.00018439
0.00956886
0.00784361
0.0104865
0.00707828
0.0081269
0.0219255
0.0157141
8.13069e-05
0.0158779
0.0193648
-0.011885
0.00176714
0.00933327
-0.00754821
-0.00490271
-0.0132087
-0.010733
-0.000709253
-0.0244163
-0.0149077
0.00186735
-0.0200614
-0.0187087
-0.0100974
-0.0172092
-0.0146241
-0.0140402
-0.0283013
-0.00304021
-0.000825571
-0.0173771
0.00098255
0.000434036
0.0140013
-0.005109
-0.0108143
0.0160681
-0.0048559
-0.0169957
-4.72961e-05
-0.00816225
-0.0168902
-0.00800562
-0.0143429
-0.0107815
-0.00890111
-0.0144931
-0.00344852
-0.00410328
-0.00542612
-0.000272262
0.000187851
0.00169035
0.000515097
0.00144741
0.0017114
0.000316303
0.000166982
0.000709895
-0.000226589
-0.0021064
0.000257081
-0.000912864
-0.00605941
7.45191e-05
-0.00120947
-0.0103367
-3.7559e-05
-0.0124449
-9.59652e-05
-5.26838e-05
0.000258024
-0.000134905
2.47637e-05
0.001343
-0.000167734
0.00019439
0.00240517
-0.000186667
0.000404433
0.00337997
-0.000194195
0.000623663
0.00401925
-0.000183215
0.000809479
0.00438226
-0.00015742
0.000986505
0.00449737
-0.000104064
0.00111729
0.00448716
-4.21065e-05
0.00124408
0.00450556
4.1181e-05
0.00147212
0.00458267
0.000149644
0.00185199
0.00465698
0.000230488
0.00212782
0.00473207
0.000141759
0.00161671
0.00438886
-0.000188388
0.00146681
0.00533749
-0.000265742
0.00296082
0.00744088
9.51321e-05
0.00430463
0.00877652
0.000602039
0.00269699
0.00795166
0.00188627
0.0019112
0.00952477
0.00586145
0.00927362
0.0134112
0.00500504
0.0147962
0.0145054
-0.000300412
0.010601
0.00699333
0.00477104
0.00299257
-0.00931248
0.00696479
-0.00624843
-0.0205435
0.0115631
-0.00943734
-0.0236391
0.00947938
-0.0108383
-0.0223173
0.00798555
-0.0191205
-0.0270841
0.0183649
-0.0142781
-0.0281635
0.0227395
-0.000397662
-0.00361307
0.00671196
-0.00156721
0.0101475
0.00299015
-0.00781402
-0.000630243
0.00333152
-0.00930928
-0.00838571
-0.00383427
-0.0063427
-0.00770545
-0.00876398
-0.00308463
-0.00292485
-0.0034326
-0.00097942
-0.000210777
0.00167557
1.3655e-05
0.00079423
0.00174507
8.51623e-05
0.000133415
0.000895868
-0.000449199
-0.00160085
0.000453257
-0.00112314
-0.0054055
0.000210295
-0.00143113
-0.0100469
7.95897e-05
-0.0138928
1.3262e-05
-5.3233e-05
0.000252405
-0.000109543
-4.66108e-05
0.00125239
-0.000137913
0.000103477
0.00215032
-0.00016023
0.000310324
0.00304913
-0.000159228
0.000596835
0.00358763
-0.000155596
0.000886954
0.00392262
-0.000128212
0.00116564
0.00400682
-8.63158e-05
0.00144511
0.00394991
-2.85718e-05
0.00170353
0.00391333
4.81059e-05
0.00197737
0.00388859
0.000146273
0.00226134
0.00388214
0.000248827
0.0024436
0.00394345
0.000361612
0.00220005
0.00391454
0.000404964
0.00217774
0.00443775
0.00084651
0.00296923
0.00542618
0.00156384
0.00399484
0.00633048
0.0025843
0.00336057
0.00680857
0.00394462
0.00272005
0.00822303
0.0065662
0.0047429
0.0105515
0.00666573
0.00788638
0.00905803
0.00912566
0.00917648
0.00199624
0.016089
0.00876443
-0.00947946
0.0195343
0.00753157
-0.016866
0.0246467
0.00515378
-0.0180574
0.0288565
0.00541028
-0.0177515
0.0230923
-0.00306032
-0.0151378
0.0211155
-0.0123334
-0.0132077
0.0195174
-0.00447705
-0.00531632
0.00791018
0.00316818
0.00292831
0.0022184
0.00128997
-0.000994518
0.00470282
-0.000811142
-0.00684377
0.00298639
-0.000523204
-0.00676941
0.00104818
-0.000158051
-0.00157968
0.00141476
7.16318e-05
0.000402769
0.00203116
0.000382507
0.000729767
0.00131029
0.000413445
0.000172519
0.000798267
-0.000191587
-0.00101968
0.000484389
-0.0010199
-0.00460067
0.000289266
-0.00140393
-0.00966836
0.000160968
-0.0152962
0.000112331
-0.00021428
0.000412878
-9.49388e-05
-0.000260996
0.00122034
-0.000126206
-0.00017202
0.00196471
-0.000138722
0.00012535
0.00263952
-0.000142421
0.000487973
0.00309789
-0.000129942
0.000928328
0.00333773
-0.000109443
0.00132313
0.00343691
-6.9826e-05
0.00171512
0.0033561
-1.33044e-05
0.00208604
0.00329774
5.96163e-05
0.00244244
0.00324224
0.000160139
0.00277995
0.00319868
0.000272699
0.00308715
0.00321947
0.000427522
0.00324987
0.00323183
0.000631607
0.00351608
0.00352911
0.00102807
0.00413381
0.0040289
0.00170996
0.0050367
0.00446386
0.00267366
0.00587396
0.00461063
0.00422622
0.00695613
0.00491675
0.00647359
0.00878387
0.00585229
0.00719161
0.00973656
0.00468701
0.00802564
0.00989687
-0.000541908
0.0108626
0.00978604
-0.00738926
0.00914992
0.011366
-0.00946448
0.00667758
0.0116992
-0.0064661
0.01063
0.00839965
-0.00388825
0.00923173
0.00324068
-0.00372425
0.00645203
-0.00280079
-0.00261598
0.00751262
-0.00281499
-0.00149804
0.00662568
0.00239976
-0.000476201
0.00278072
0.00393426
-0.00135958
0.00205235
0.00167076
-0.00268975
0.00284577
0.000219648
-0.00323508
0.00261468
0.000347523
-0.000540865
0.00215416
0.000681422
0.000541844
0.00167755
0.000896889
0.000684394
0.00105502
0.000968862
0.000168675
0.000698209
0.000537758
-0.000568843
0.000450183
-0.000414007
-0.00364572
0.000359096
-0.000994041
-0.00909353
0.000181368
-0.0162812
0.000158622
-0.000115154
0.00047982
-7.97734e-05
-0.000380979
0.00141481
-0.000108439
-0.000450711
0.00194555
-0.000122437
-0.000223833
0.0023142
-0.000118615
0.000173988
0.0025854
-0.000112765
0.000739417
0.00264791
-8.62338e-05
0.00128718
0.00274163
-5.60614e-05
0.0018104
0.00266638
1.54069e-06
0.00230319
0.00261536
6.60355e-05
0.00275935
0.00256582
0.000164059
0.00318069
0.00253172
0.000283818
0.00357223
0.0025332
0.000462908
0.00390736
0.00255748
0.000707977
0.00433107
0.00269016
0.00109998
0.00494928
0.00289592
0.00164342
0.0057198
0.0030262
0.00237044
0.00636976
0.00304552
0.00325508
0.00703366
0.00280608
0.00451208
0.00809916
0.00260787
0.00514412
0.00872303
0.00133299
0.00473103
0.00728992
-0.00145568
0.00502672
0.00407776
-0.00432951
0.00356794
0.00220921
-0.0049634
0.000131202
0.00217947
-0.00274391
-0.000974073
0.00178127
-0.000518854
-0.000837628
0.000343751
-0.000589975
0.000316638
-0.000474041
-0.00100514
0.00291616
-0.000525973
-0.00107039
0.00417632
0.000641443
-0.00122959
0.00196417
0.00177281
-0.00146526
0.000539444
0.00145428
-0.000843567
0.00162718
0.000578659
-0.00079965
0.00202344
0.000831272
8.86118e-05
0.00163626
0.00134746
0.000403741
0.00115755
0.0017167
0.000483116
0.000782877
0.00191821
4.18679e-05
0.000542882
0.00182513
-0.000435126
0.000411624
0.000956189
-0.00274318
0.00031031
0.000118765
-0.00823001
0.000243401
-0.0161451
0.000189678
-0.000880434
0.00130858
-8.01888e-05
-0.00102721
0.00148456
-0.00011627
-0.000991953
0.00182329
-0.000119346
-0.000670005
0.00189839
-0.000110971
-0.000102151
0.0019125
-0.00010073
0.000521796
0.00191043
-7.69609e-05
0.0012166
0.00191642
-4.87035e-05
0.00184434
0.00189503
3.46341e-06
0.00243977
0.00186065
6.35496e-05
0.00298979
0.00184066
0.000155999
0.00350097
0.00182377
0.000276592
0.00399167
0.00182169
0.00045552
0.00445644
0.00183154
0.000698642
0.00496789
0.00188105
0.00103188
0.00555919
0.001947
0.00146828
0.00618956
0.00195696
0.00200629
0.00678251
0.0018796
0.00264453
0.00718802
0.0015665
0.00337308
0.00741349
0.0012236
0.0038267
0.00696369
0.000174804
0.00357937
0.00530468
-0.00115949
0.00316622
0.00298688
-0.0022976
0.00244489
0.00128319
-0.002534
0.00126438
0.00108207
-0.00181874
0.000104549
0.00186215
-0.000684657
-0.000187255
0.00212909
-0.000482225
0.00060414
0.00194478
-0.000645446
0.00127626
0.00204111
-0.000908493
0.00138254
0.00193347
-0.00092485
0.000771638
0.00185662
-0.000855432
0.000542166
0.00226705
-0.000451469
0.00106743
0.00244081
-0.000234704
0.00124641
0.0027191
0.000270159
0.00108014
0.00308892
0.000273373
0.000791086
0.00340259
0.000290461
0.00057404
0.00360576
-0.000107087
0.000426872
0.00374212
-0.000546638
0.000326763
0.00307487
-0.00204512
0.000289915
0.00177
-0.00689593
0.000238495
-0.0143492
0.000194206
-0.00195085
0.00319358
-9.63377e-05
-0.00212958
0.00157775
-0.000122867
-0.00190941
0.00151734
-0.00010881
-0.00121776
0.00111964
-9.34651e-05
-0.000384327
0.000981649
-7.96376e-05
0.000508828
0.000915596
-6.05115e-05
0.00139405
0.0009181
-3.62104e-05
0.00224686
0.000919165
9.89509e-06
0.00304169
0.000927007
6.24925e-05
0.00380447
0.000931945
0.000146356
0.00452459
0.000931948
0.000269026
0.00522577
0.000930755
0.000446064
0.00591142
0.000937695
0.000675792
0.0066113
0.00095265
0.000966839
0.00733101
0.000969453
0.00131633
0.00801967
0.000967108
0.00173623
0.00862285
0.00092105
0.00218202
0.00902746
0.000702508
0.00264786
0.0092221
0.000483277
0.00298129
0.00880175
2.31029e-05
0.0028723
0.00781103
-0.000526116
0.00270196
0.006635
-0.00100129
0.00225558
0.00572094
-0.00109363
0.00138781
0.00531994
-0.000890041
0.000715683
0.00558684
-0.000543493
0.000415997
0.00600147
-0.00057696
0.00046986
0.00619319
-0.00054434
0.000664252
0.00617214
-0.000493164
0.000856003
0.0061106
-0.000487456
0.000774685
0.00611651
-0.00040659
0.0007345
0.00633495
-0.000155527
0.000887833
0.00656783
-2.62161e-05
0.000888729
0.00694153
0.000171092
0.000781166
0.00723698
0.000137798
0.000615179
0.00752674
9.1121e-05
0.00046964
0.00765062
-0.000189089
0.000356422
0.00770602
-0.000589973
0.000267883
0.00724984
-0.00158171
0.0002228
0.00482072
-0.00445263
0.000204393
-0.00950238
0.000189414
0.00314719
-6.12099e-05
0.00467233
-6.64884e-05
0.00613287
-6.10925e-05
0.00719362
-4.4556e-05
0.0081096
-2.82261e-05
0.00895312
5.20057e-07
0.00978735
2.86125e-05
0.0106154
7.22762e-05
0.0114411
0.000127777
0.0122607
0.000208971
0.013069
0.000323621
0.0138617
0.00048488
0.0146477
0.00069082
0.0154328
0.000943553
0.0162131
0.00124453
0.0169681
0.00159416
0.0176528
0.00195002
0.0180758
0.0022939
0.0182686
0.00254947
0.018032
0.0025222
0.0173645
0.0024212
0.0164982
0.00217776
0.0157909
0.0017008
0.0153538
0.00117683
0.0152598
0.000822884
0.0151299
0.000713699
0.0149673
0.000735048
0.0148544
0.000795648
0.014753
0.000751013
0.014756
0.00074788
0.0150107
0.00079424
0.0153375
0.000777022
0.0157425
0.00070219
0.0160249
0.000580928
0.0162029
0.000460124
0.0160604
0.000357582
0.015491
0.000268837
0.0139205
0.000216022
0.00947877
0.000189941
0.00018051
1.96301e-05
-2.91704e-05
-5.75281e-05
6.67973e-05
-6.21109e-05
-6.55274e-05
0.000116623
-6.63901e-05
-6.63085e-05
0.000151083
-5.27572e-05
-6.76639e-05
0.000167149
-3.32447e-05
-6.50993e-05
0.000170449
-2.64121e-05
-6.79441e-05
0.000166629
-1.99535e-05
-6.31794e-05
0.000165989
-2.5188e-05
-6.06484e-05
0.000162697
-2.57558e-05
-5.56132e-05
0.000161775
-2.33338e-05
-4.55987e-05
0.000126145
1.03658e-05
-3.67316e-05
5.68699e-05
4.7882e-05
-2.32756e-05
-5.05328e-05
9.05848e-05
-1.17636e-05
-0.000189874
0.000122201
-4.24926e-06
-0.000360148
0.000152517
2.29116e-06
-0.000556272
0.000167248
-5.17567e-07
-0.000790943
0.000195684
2.75034e-06
-0.00105799
0.000237912
1.77121e-06
-0.00140362
0.000308376
1.72238e-06
-0.00182339
0.000378026
3.94499e-06
-0.00225175
0.000379842
-2.94875e-06
-0.00256514
0.000247741
-2.1083e-05
-0.00277642
0.000120927
-4.26165e-05
-0.00280487
-8.31553e-05
-6.9373e-05
-0.00268782
-0.000247748
-9.13769e-05
-0.002438
-0.000399017
-0.000113561
-0.00206199
-0.000540458
-0.000133665
-0.00157682
-0.000662315
-0.000152076
-0.0010044
-0.00075628
-0.000163651
-0.000382037
-0.000811075
-0.000172385
0.000264331
-0.00082575
-0.00016491
0.000770914
-0.000667117
-0.000145472
0.00108386
-0.000449485
-0.000118745
0.00112886
-0.000141148
-7.44732e-05
0.000966731
9.95531e-05
-3.46756e-05
0.000688771
0.000244054
3.5131e-07
0.000414858
0.000256535
1.94131e-05
0.000199087
0.000208059
3.34966e-05
5.8179e-05
0.000140494
4.01781e-05
6.33661e-05
4.55761e-05
5.04811e-05
-9.41318e-05
-6.76809e-05
0.000134398
-0.000171885
-8.24175e-05
0.000208526
-0.000171389
-8.61863e-05
0.000244877
-0.000124322
-9.08009e-05
0.000243201
-7.02675e-05
-9.08013e-05
0.000178548
-4.81646e-06
-9.2899e-05
6.58374e-05
4.4991e-05
-9.31452e-05
-0.000102747
9.3124e-05
-8.74113e-05
-0.000354358
0.000178374
-8.42641e-05
-0.000690621
0.000259819
-7.50365e-05
-0.00108952
0.000357713
-6.67123e-05
-0.00153257
0.000440793
-5.68813e-05
-0.00200896
0.000515266
-4.96975e-05
-0.00250349
0.000561303
-4.66014e-05
-0.0029918
0.000580162
-4.54271e-05
-0.00345847
0.000559857
-5.40995e-05
-0.00389174
0.000542382
-5.98766e-05
-0.00426925
0.000516869
-6.65177e-05
-0.00459267
0.000522561
-6.88215e-05
-0.00479911
0.000469615
-6.04181e-05
-0.00491473
0.000378192
-6.32097e-05
-0.00493083
0.000139925
-7.18839e-05
-0.00484657
-8.60349e-05
-6.68332e-05
-0.00465733
-0.000397218
-7.6594e-05
-0.00437668
-0.000664817
-8.70569e-05
-0.00398184
-0.00093821
-9.82546e-05
-0.0034727
-0.00120004
-0.000110311
-0.00284841
-0.00144044
-0.000117021
-0.0021338
-0.00162918
-0.000125346
-0.00135779
-0.00174279
-0.00012673
-0.000599348
-0.00174557
-0.00013127
0.000172303
-0.00157428
-0.00011497
0.000795281
-0.00121142
-0.000107207
0.00121013
-0.000667638
-8.31314e-05
0.00130041
-8.16456e-05
-6.58421e-05
0.00112606
0.000354337
-3.25337e-05
0.000820559
0.000517914
-1.02684e-05
0.000474371
0.00052668
9.90932e-06
0.000177269
0.000421606
2.61141e-05
0.000241835
4.29437e-05
5.74248e-05
-0.00016941
-7.65893e-05
0.00013655
-0.000284855
-9.65978e-05
0.000191248
-0.000266995
-0.000103754
0.000168956
-0.000151165
-0.00011013
6.11601e-05
-1.35172e-05
-0.000108776
-0.000138721
0.000128643
-0.000124993
-0.000430962
0.000270463
-0.000116466
-0.000849769
0.000436787
-0.000116957
-0.00135422
0.000611172
-0.000105509
-0.00192359
0.000761126
-9.40392e-05
-0.00253326
0.000904308
-7.78087e-05
-0.00315519
0.00100528
-6.38451e-05
-0.00374535
0.00104845
-5.34692e-05
-0.00427697
0.00103508
-4.49282e-05
-0.00473367
0.000976925
-3.85445e-05
-0.00513205
0.000892952
-3.22988e-05
-0.00547293
0.000817064
-1.99971e-05
-0.00575374
0.000734169
-9.10513e-06
-0.00595192
0.000671214
8.67765e-06
-0.00600062
0.000484891
3.07792e-05
-0.00596441
0.000318465
4.3524e-05
-0.00587903
3.60814e-05
5.77642e-05
-0.0056763
-0.000293836
6.80972e-05
-0.0054517
-0.000635327
6.13958e-05
-0.00516963
-0.000962538
5.77288e-05
-0.00480398
-0.00132241
4.98383e-05
-0.00435985
-0.00166984
4.11001e-05
-0.00382641
-0.00200627
3.10771e-05
-0.00320066
-0.00229253
2.24177e-05
-0.00250453
-0.00248136
1.3762e-05
-0.00177009
-0.0025279
2.38998e-06
-0.000988018
-0.00240172
-1.71375e-06
-0.000272801
-0.00199332
-2.08233e-05
0.000335236
-0.00132288
-7.91477e-06
0.000703785
-0.000514677
-1.98858e-05
0.00080862
0.000201123
-9.04395e-06
0.000674702
0.000608994
-5.78392e-06
0.000423848
0.00074697
9.402e-06
0.000164088
0.00066322
2.32588e-05
0.000408059
4.43364e-05
4.92237e-05
-0.000240195
-8.79449e-05
8.97724e-05
-0.0003688
-0.000115412
5.75204e-05
-0.000287912
-0.00012249
-7.81486e-05
-7.7673e-05
-0.000138087
-0.000325609
0.000162052
-0.000136191
-0.000717151
0.000444044
-0.000141572
-0.00124773
0.000720107
-0.000137559
-0.00186855
0.000979561
-0.00012446
-0.00253115
0.00120488
-0.000103758
-0.00319319
0.00136543
-8.05123e-05
-0.00380042
0.00146366
-6.11386e-05
-0.0043386
0.0015039
-4.04265e-05
-0.00480579
0.00148409
-1.48781e-05
-0.00518913
0.00139962
5.43397e-06
-0.00550144
0.00127864
2.62312e-05
-0.00574395
0.00113465
4.49949e-05
-0.00592429
0.00100653
5.92947e-05
-0.00604634
0.000871603
7.76258e-05
-0.00610427
0.000755591
9.98999e-05
-0.00607983
0.00050253
0.00012382
-0.00602409
0.000314602
0.000136999
-0.0059223
-5.57055e-06
0.000151187
-0.00577698
-0.000379287
0.000152987
-0.00563125
-0.000720498
0.000150004
-0.00544256
-0.00109273
0.00014294
-0.00519156
-0.00151996
0.000132604
-0.00486689
-0.00194834
0.000120131
-0.00445789
-0.00237648
0.000108375
-0.0039745
-0.00274903
9.45754e-05
-0.00340516
-0.00303132
8.38775e-05
-0.00276777
-0.00316213
6.80399e-05
-0.00205905
-0.00311254
5.64889e-05
-0.00131303
-0.00275867
3.39589e-05
-0.00061195
-0.00204866
2.4029e-05
-7.48614e-05
-0.00108554
6.26096e-06
0.000234918
-0.000148592
2.49141e-06
0.000299701
0.000509631
5.9081e-06
0.00021971
0.000798529
1.23271e-05
8.41317e-05
0.000782991
2.72647e-05
0.000497183
4.70113e-05
1.61851e-05
-0.000284055
-0.000104849
-2.65786e-05
-0.000383051
-0.000140353
-0.000180985
-0.000205421
-0.000153957
-0.00047575
0.000138344
-0.00016065
-0.000931117
0.000532065
-0.000163643
-0.00151314
0.00093701
-0.000160942
-0.00216007
0.00128521
-0.000143348
-0.00281951
0.00157103
-0.000116224
-0.00342723
0.00176183
-8.54126e-05
-0.00396347
0.00186786
-5.65787e-05
-0.00445463
0.00193607
-2.28525e-05
-0.00487183
0.0019246
8.7593e-06
-0.00520222
0.00182866
3.57406e-05
-0.00544143
0.00166225
5.78828e-05
-0.00559334
0.00146146
7.99303e-05
-0.00565956
0.00123995
9.99215e-05
-0.00567392
0.00107092
0.000123182
-0.00566442
0.000927494
0.000146695
-0.00564491
0.000814648
0.000166582
-0.0056097
0.000556701
0.000182686
-0.00558463
0.000383234
0.000188921
-0.00552322
3.06104e-05
0.000196001
-0.00547495
-0.000334615
0.000195552
-0.00541851
-0.000686465
0.000190318
-0.00534522
-0.00108045
0.000180575
-0.005238
-0.00154954
0.000167397
-0.00506735
-0.00205035
0.000153575
-0.00481364
-0.00257127
0.0001394
-0.0044616
-0.00305234
0.000125926
-0.00401977
-0.00343367
0.000112987
-0.00350217
-0.00365191
9.62489e-05
-0.00289549
-0.0036989
8.33375e-05
-0.00214558
-0.00350872
5.88053e-05
-0.0013852
-0.00282064
4.30153e-05
-0.000695958
-0.00180494
1.65045e-05
-0.000223121
-0.000660139
9.75276e-06
-6.90095e-06
0.000253012
1.88831e-06
3.27378e-05
0.000727942
1.32401e-05
8.71804e-06
0.000789835
2.53763e-05
0.000511332
4.70169e-05
-3.55893e-05
-0.000286122
-0.000128597
-0.000204171
-0.00028921
-0.000172051
-0.000523953
2.39811e-05
-0.000189029
-0.000997666
0.00051685
-0.000190711
-0.00158642
0.00102564
-0.000183705
-0.00222207
0.00148806
-0.000164138
-0.00283842
0.00183662
-0.000132277
-0.00339852
0.00208956
-9.62602e-05
-0.00388944
0.00223241
-5.43263e-05
-0.00433654
0.00231859
-1.25905e-05
-0.00470883
0.00233389
1.71732e-05
-0.00498589
0.00223849
4.74337e-05
-0.00517225
0.00206466
7.54557e-05
-0.00527764
0.00182734
9.86633e-05
-0.00528743
0.00153603
0.00011698
-0.00522122
0.00124432
0.000131892
-0.00509021
0.00101183
0.000141516
-0.0049406
0.000857118
0.000159101
-0.00482932
0.000788894
0.000177956
-0.00479422
0.000620699
0.000204211
-0.00480234
0.000493221
0.000212066
-0.00477122
0.000105778
0.000223557
-0.00479668
-0.00020797
0.000218638
-0.00482579
-0.000555823
0.000215777
-0.00486356
-0.00094627
0.00020436
-0.00490253
-0.00142093
0.000190702
-0.00491128
-0.00196053
0.000174794
-0.00485863
-0.0025519
0.000159161
-0.00470236
-0.00314745
0.00014318
-0.00441761
-0.00366629
0.000130942
-0.00399491
-0.00403192
0.000117889
-0.00350399
-0.00415363
0.000105393
-0.002863
-0.00412431
8.86825e-05
-0.00203715
-0.00363737
6.69801e-05
-0.00122042
-0.002636
4.17338e-05
-0.000580956
-0.00133112
1.42169e-05
-0.000206871
-0.000154017
1.25046e-05
-6.18226e-05
0.000550754
1.20517e-05
-1.99457e-05
0.000732981
2.84742e-05
0.00049807
4.87024e-05
-0.000126079
-0.000208907
-0.000156657
-0.000431887
-7.72741e-05
-0.000206932
-0.000898509
0.000383331
-0.000218565
-0.00148053
0.000994569
-0.000213134
-0.00210361
0.00155642
-0.00019288
-0.00268804
0.00200397
-0.000158861
-0.00322448
0.00233252
-0.000119235
-0.00368805
0.0025413
-6.80674e-05
-0.00407218
0.00263197
-2.73672e-05
-0.00439254
0.00267761
7.55609e-06
-0.00463608
0.00262826
4.47899e-05
-0.00481968
0.00248981
7.16147e-05
-0.0049291
0.00224686
9.51554e-05
-0.00494331
0.00191429
0.000109133
-0.00483443
0.00149175
0.000119485
-0.00457214
0.00103717
0.000122296
-0.00423888
0.000735192
0.000147913
-0.00395508
0.000649718
0.000182679
-0.00381279
0.000740598
0.000213043
-0.00383262
0.000748059
0.000232638
-0.00389142
0.000660018
0.00023912
-0.00390905
0.000235635
0.000244387
-0.00396715
-4.37834e-05
0.000247918
-0.00404937
-0.000367813
0.00023961
-0.00415979
-0.000735252
0.000226087
-0.00430049
-0.00118651
0.000208991
-0.0044507
-0.00172554
0.000189639
-0.00458316
-0.00234423
0.000170159
-0.00464729
-0.00301827
0.000151626
-0.00457998
-0.00367784
0.000136112
-0.00433247
-0.00423301
0.000123165
-0.00389502
-0.00455006
0.000113697
-0.00336292
-0.00462063
0.000103061
-0.00259987
-0.00437148
9.0245e-05
-0.00169543
-0.00353214
6.49974e-05
-0.00085473
-0.0021868
3.97684e-05
-0.000312239
-0.000729283
1.06681e-05
-0.000102026
0.000310359
1.00853e-05
-1.83596e-05
0.000628554
2.23434e-05
0.000486172
4.67536e-05
-0.000219419
-5.09378e-05
-0.000191635
-0.000651268
0.000243353
-0.000247363
-0.00122262
0.000834996
-0.000251317
-0.00183273
0.00149931
-0.000229989
-0.00241023
0.00205334
-0.000196003
-0.00294467
0.00249063
-0.000153029
-0.00338521
0.0027586
-0.00010327
-0.00371385
0.002885
-5.69548e-05
-0.00399378
0.00295648
-1.33633e-05
-0.00422551
0.00297419
2.36565e-05
-0.00439386
0.00287492
5.60914e-05
-0.00449055
0.00267498
8.3128e-05
-0.0045176
0.00236067
0.000104747
-0.00445722
0.00193757
0.000114783
-0.00426518
0.00136184
0.000115717
-0.00393577
0.000769426
0.000108892
-0.00342184
0.000250055
9.14289e-05
-0.00292579
0.000187817
0.000107038
-0.00262889
0.000488944
0.000152038
-0.002774
0.000989463
0.000233662
-0.00299583
0.00099897
0.000273076
-0.00307665
0.000435889
0.00028598
-0.00314535
0.000148309
0.000282679
-0.00325598
-0.000139406
0.000277255
-0.00339182
-0.000488185
0.000259522
-0.00358123
-0.00089309
0.000239377
-0.00381016
-0.00140243
0.000215082
-0.00406525
-0.00200537
0.000191081
-0.00430219
-0.00270925
0.000167436
-0.00445787
-0.00346035
0.000147757
-0.0044492
-0.00418923
0.000131596
-0.00419832
-0.00475464
0.000120497
-0.00374593
-0.00503186
0.000110737
-0.00309148
-0.00498493
0.000104914
-0.00218145
-0.00441025
9.08331e-05
-0.00120848
-0.0031437
7.02493e-05
-0.000454122
-0.00149426
4.26661e-05
-9.76987e-05
-6.56337e-05
2.07279e-05
9.28258e-06
0.000507226
3.24979e-05
0.000505494
5.21765e-05
-0.000311917
0.000186312
-0.00022957
-0.000835083
0.000641822
-0.00028484
-0.00144576
0.00132025
-0.00028197
-0.00203992
0.00199441
-0.000248572
-0.00257755
0.00252685
-0.000205556
-0.00300916
0.00289595
-0.000157801
-0.00331336
0.00306998
-9.97884e-05
-0.00357758
0.00318882
-5.1569e-05
-0.00380163
0.00324844
-1.45103e-05
-0.00393553
0.00319316
2.04615e-05
-0.00401279
0.00304836
5.36856e-05
-0.00408791
0.002855
8.47241e-05
-0.00418724
0.0025588
0.000104
-0.00427052
0.0020967
8.9594e-05
-0.00403715
0.0011599
7.60879e-05
-0.00321947
-6.89754e-05
5.42249e-05
-0.00222149
-0.000763154
0.000156656
-0.00160471
-0.00037759
0.000285679
-0.00161255
0.000631958
0.000353613
-0.00207915
0.00162071
0.000370834
-0.00238818
0.00145894
0.000370015
-0.00239629
0.000584745
0.000357602
-0.00243652
0.000319279
0.000345902
-0.00254566
9.90414e-05
0.000334225
-0.002684
-0.000226778
0.000304672
-0.00288284
-0.000578663
0.000278358
-0.00313374
-0.00104606
0.000247162
-0.00343858
-0.0016062
0.000217055
-0.00376879
-0.00229753
0.000187931
-0.00407242
-0.00308747
0.000162647
-0.00426944
-0.00393382
0.00014185
-0.00426004
-0.00471306
0.000127356
-0.00396916
-0.0052767
0.000116918
-0.00344063
-0.00546937
0.000110161
-0.00262984
-0.00517873
0.000103066
-0.00158119
-0.00415881
8.88108e-05
-0.000667079
-0.00239538
6.47007e-05
-0.00012145
-0.000619301
4.24085e-05
-1.09484e-05
0.000385477
3.42179e-05
0.000506732
5.39327e-05
-0.000372169
0.000476448
-0.000260195
-0.000946991
0.00108473
-0.000319234
-0.00154958
0.00179832
-0.000308068
-0.00208731
0.00244356
-0.000267395
-0.00254301
0.00293437
-0.000220417
-0.00287328
0.00321744
-0.000172425
-0.00314677
0.00337311
-0.000110011
-0.00336165
0.00346201
-7.55837e-05
-0.00346788
0.00343976
-3.8439e-05
-0.00350879
0.00333817
-5.37196e-06
-0.00357498
0.0032269
4.00372e-05
-0.00372607
0.00313174
7.81924e-05
-0.00393578
0.00287162
0.000109258
-0.00369097
0.00193783
0.000111447
-0.00249376
3.29612e-06
0.00020874
-0.000997798
-0.00135037
0.000441756
-0.00054578
-0.000924864
0.000537928
-0.000982771
0.000456376
0.000554939
-0.00169349
0.00167878
0.000531339
-0.00207968
0.00234627
0.000524482
-0.00211048
0.00174059
0.000484833
-0.001957
0.00061707
0.000443733
-0.00193707
0.000456975
0.000432008
-0.00200073
0.000316621
0.000409697
-0.0021146
2.64731e-05
0.000372091
-0.0022934
-0.000264862
0.000330701
-0.0025317
-0.000685559
0.000289946
-0.0028365
-0.00119109
0.000252274
-0.00319685
-0.00184146
0.00021611
-0.0035777
-0.00262511
0.000184513
-0.00391187
-0.00353145
0.00015805
-0.00409857
-0.00446745
0.000138801
-0.00403355
-0.00528899
0.00012583
-0.00365929
-0.00579319
0.000118119
-0.00299669
-0.00579184
0.000112477
-0.00203642
-0.00507402
0.000103098
-0.000969372
-0.00342638
8.94836e-05
-0.000231694
-0.00134507
6.17247e-05
-2.91039e-05
0.000195993
6.13699e-05
0.000497812
6.45663e-05
-0.000385333
0.00077547
-0.000301431
-0.000961093
0.00152506
-0.000357343
-0.00153586
0.00225168
-0.000341083
-0.00203935
0.00286894
-0.000295856
-0.00243806
0.00329837
-0.000249258
-0.00272663
0.00351311
-0.000205545
-0.00293396
0.00362296
-0.000150502
-0.00302528
0.00362214
-0.000118386
-0.00301876
0.00352803
-8.62303e-05
-0.0029653
0.00340458
-4.02531e-05
-0.00295208
0.00335283
1.90596e-05
-0.00298482
0.00333574
0.000100273
-0.00257976
0.00266029
0.000191113
-0.000975601
0.00055565
0.000413945
0.0012981
-0.0018657
0.000830649
0.00209576
-0.00174497
0.000504804
0.000868074
0.000493465
0.000120391
-0.000610982
0.0018546
-0.000207972
-0.00109907
0.00220407
7.72806e-05
-0.00113684
0.00264116
0.000352323
-0.00120126
0.00206183
0.000488933
-0.001332
0.00091427
0.000512254
-0.00142298
0.00070771
0.000532358
-0.001517
0.000577051
0.000507705
-0.00165102
0.000319995
0.000451044
-0.00181432
4.9289e-05
0.000403064
-0.00203772
-0.000319669
0.000342055
-0.00231742
-0.000782277
0.000294078
-0.00266328
-0.00138214
0.000250051
-0.00305937
-0.00213216
0.000210961
-0.00346093
-0.00304882
0.000178022
-0.00378145
-0.00407829
0.00015283
-0.00390616
-0.00510396
0.000136032
-0.00372692
-0.00591575
0.000125808
-0.00321154
-0.0062526
0.000118731
-0.00236995
-0.00586223
0.000112797
-0.00127397
-0.00447817
9.81777e-05
-0.000403464
-0.00218434
8.06873e-05
-3.63608e-05
-0.000156028
6.16743e-05
0.000485657
6.83383e-05
-0.000379356
0.00106688
-0.000338396
-0.000933752
0.00194292
-0.000395943
-0.00148002
0.00267962
-0.000379319
-0.00193881
0.00325628
-0.000337007
-0.00227538
0.00361089
-0.000301622
-0.00250324
0.00375622
-0.000264819
-0.00260729
0.00378531
-0.000229704
-0.00257923
0.00367278
-0.000204087
-0.00243575
0.00348607
-0.000163335
-0.00220407
0.00331964
-0.00011852
-0.00197113
0.00330754
-6.36686e-06
-0.00154308
0.00319722
0.000126622
-3.05484e-05
0.00154734
0.00049022
0.00273031
-0.00155239
0.000934475
0.00335941
-0.00222429
0.000199863
0.001308
-0.000200597
-0.000812323
-0.00063222
0.00150396
-0.000838353
-0.000818164
0.00158701
-0.000149474
-0.000580002
0.00203482
0.000403775
-0.000496051
0.00290479
0.000817802
-0.000582349
0.00244626
0.00092568
-0.000831446
0.00135588
0.000869607
-0.000998978
0.00106575
0.000770266
-0.00112275
0.000888721
0.000678273
-0.00128874
0.000666616
0.000576728
-0.00145854
0.000400247
0.000487692
-0.00166891
5.68486e-05
0.000413152
-0.00192106
-0.000375565
0.000344945
-0.00223468
-0.000931933
0.000291057
-0.002609
-0.0016405
0.000243445
-0.0030238
-0.00253536
0.000203409
-0.00341361
-0.00360582
0.000171949
-0.00367473
-0.00477122
0.00015066
-0.00368151
-0.00584312
0.000137513
-0.00333065
-0.0065399
0.000129926
-0.00261973
-0.00651208
0.000122172
-0.00158558
-0.00545459
0.000114462
-0.000575719
-0.00315008
9.60371e-05
-4.37113e-05
-0.000650121
8.83859e-05
0.000476486
8.1513e-05
-0.000346331
0.00132578
-0.000382362
-0.000865716
0.00232685
-0.000440768
-0.00137978
0.00307656
-0.000426259
-0.00178527
0.00359454
-0.000397684
-0.0020718
0.00387659
-0.00037518
-0.00223644
0.00393664
-0.000359133
-0.00226183
0.00385606
-0.000353091
-0.00213357
0.00362053
-0.000343603
-0.00185285
0.0033171
-0.000314428
-0.00144029
0.00305662
-0.000228803
-0.00109571
0.00320348
-8.34726e-05
-0.000149329
0.00265275
0.000372214
0.00230278
-0.000156064
0.000940779
0.00283457
-0.00174944
0.000263197
-0.000339199
0.000209648
-0.00103665
-0.0028518
0.00137595
-0.000946239
-0.00278155
0.00104216
-0.00012581
-0.00245145
0.00140853
0.000471248
-0.0024723
0.00256607
0.00110029
-0.00181518
0.00288448
0.00141605
-0.00096173
0.00207536
0.00142997
-0.000796696
0.00152233
0.0012895
-0.000827002
0.00135241
0.00110482
-0.00089266
0.00117636
0.000918735
-0.00103732
0.00102682
0.000754442
-0.00121546
0.000782097
0.000613127
-0.00141921
0.000461377
0.00050475
-0.00165343
4.32516e-05
0.000408861
-0.00192461
-0.000494589
0.000340453
-0.00225711
-0.0011648
0.000281398
-0.00264824
-0.0020232
0.000233192
-0.00305532
-0.00309836
0.000194649
-0.00339268
-0.00434872
0.000167735
-0.00353457
-0.00562511
0.000150662
-0.0033572
-0.00664581
0.000139568
-0.00278479
-0.00701577
0.000131084
-0.00185144
-0.00632592
0.000118328
-0.00075161
-0.00419607
0.000106401
-7.7481e-05
-0.00128795
8.39783e-05
0.000437645
8.56603e-05
-0.000301647
0.0015407
-0.00043087
-0.000780348
0.00266993
-0.000491249
-0.00124579
0.00342542
-0.000487204
-0.0016015
0.00388027
-0.000480064
-0.00184711
0.00409622
-0.000475878
-0.00195303
0.00404751
-0.000498165
-0.00191307
0.00384378
-0.000530332
-0.00169525
0.00345464
-0.000570311
-0.00123772
0.00294915
-0.000562054
-0.000799559
0.0028198
-0.000523113
-0.000587527
0.00331708
-7.35368e-05
0.00052958
0.00237993
0.000754838
0.000908968
0.000184056
0.000533502
-0.0022168
0.00105204
-0.000688942
-0.00377325
0.00151735
-0.000824158
-0.0026669
0.000347909
-0.00016576
-0.00236198
0.000896665
0.000235576
-0.00350607
0.00294582
0.000549883
-0.00358503
0.00318598
0.000967561
-0.00210261
0.00205909
0.00160372
-0.000850696
0.00130143
0.00184303
-0.000564693
0.00156174
0.0018228
-0.000532751
0.00156386
0.00157041
-0.000611042
0.00147695
0.00124757
-0.000793923
0.00144635
0.000983063
-0.0010166
0.00124056
0.000770709
-0.00125311
0.000930703
0.000614085
-0.00148693
0.000498455
0.000496476
-0.00173971
-3.71558e-05
0.000398389
-0.00202908
-0.000697182
0.000326513
-0.00238136
-0.00151964
0.000268753
-0.00277357
-0.00258164
0.000222941
-0.00314116
-0.00387731
0.000190698
-0.00336694
-0.00530942
0.000168793
-0.00331851
-0.00661109
0.000155485
-0.00287937
-0.00737659
0.000144316
-0.00204284
-0.00708905
0.000132609
-0.000918841
-0.00525608
0.000117773
-0.000111781
-0.00204389
0.000101135
0.000373102
9.52309e-05
-0.000250927
0.00170404
-0.000484387
-0.000677186
0.00295985
-0.000547984
-0.00109407
0.00372212
-0.000565807
-0.00141913
0.00412435
-0.000574109
-0.00163463
0.00426941
-0.000607693
-0.00171145
0.00410065
-0.000683987
-0.00166254
0.0037811
-0.000779722
-0.00141926
0.00320555
-0.000897948
-0.00106248
0.00260167
-0.000968847
-0.00125522
0.00315393
-0.000866351
-0.00143057
0.00406541
8.67709e-05
-0.001355
0.00331709
0.000853253
-0.00288356
0.00210873
5.98183e-05
-0.00289963
0.0015966
-0.000396144
2.39379e-05
-0.00103746
-0.000228027
0.000704377
-2.57905e-05
0.000734437
-0.00197794
0.00407244
0.00079875
-0.004004
0.00545661
0.00102554
-0.00334921
0.00326039
0.00244569
-0.0023044
0.00183755
0.00314651
-0.00125712
0.000527161
0.00316916
-0.000465633
0.000972116
0.00293187
-0.000209729
0.00145413
0.0024124
-0.000315627
0.00174231
0.00177443
-0.000552109
0.00191946
0.00132039
-0.00085962
0.00181247
0.000978949
-0.00116241
0.00151437
0.000751554
-0.001425
0.00103561
0.0005849
-0.00166797
0.000463336
0.000470982
-0.00192402
-0.000214733
0.000379019
-0.00222841
-0.00102369
0.000311529
-0.00258523
-0.00206882
0.000258372
-0.00295068
-0.00338496
0.000219679
-0.00321919
-0.00493452
0.000191688
-0.00325769
-0.00647775
0.000173189
-0.00292706
-0.00761908
0.000158998
-0.00217793
-0.00775747
0.000142584
-0.00108913
-0.0062733
0.000126335
-0.000149312
-0.00292567
0.000106748
0.000275005
9.94227e-05
-0.000194317
0.00180728
-0.00054094
-0.000559978
0.00318582
-0.0006157
-0.000941246
0.00397224
-0.000649522
-0.0012458
0.00432952
-0.000687353
-0.00145463
0.00440497
-0.000764135
-0.0015393
0.00411043
-0.000916464
-0.00154668
0.00370407
-0.00110344
-0.00131872
0.00287681
-0.00135813
-0.00150365
0.00268002
-0.00152935
-0.00210897
0.00401956
-0.00119636
-0.00256659
0.00542678
0.000133999
-0.00223492
0.00419833
0.000522469
-2.25617e-05
0.000972014
-0.000286346
0.00313976
-0.000377388
-0.000678354
0.00490243
-0.00249976
0.000577014
0.00214323
0.00450017
0.00131441
-0.00319014
0.0111315
-0.000507175
-0.00582402
0.00964129
0.00170749
-0.00611287
0.00599742
0.00524699
-0.00551957
0.0028172
0.00556761
-0.00268665
-0.00244087
0.00533712
-0.000336089
-0.00160629
0.00462182
0.000203138
0.000756911
0.00363702
9.03577e-05
0.00181111
0.00257804
-0.000244269
0.00242267
0.00176692
-0.000708322
0.00255928
0.00125795
-0.00112683
0.00226978
0.000919827
-0.00146407
0.00172263
0.000701892
-0.00172362
0.00105657
0.000555639
-0.00195409
0.00031097
0.000446648
-0.00220126
-0.000527469
0.000366613
-0.00250103
-0.00157057
0.000306487
-0.00284091
-0.00288683
0.000261216
-0.00312133
-0.00452658
0.00022402
-0.00320973
-0.00627962
0.000198636
-0.00295936
-0.00777002
0.00017872
-0.0022819
-0.00834393
0.000158919
-0.00123393
-0.00724259
0.000136109
-0.00022176
-0.0038717
0.000116018
0.000108632
0.000102768
-0.00013524
0.00184728
-0.000601813
-0.000443949
0.00334469
-0.000682536
-0.000794824
0.00417735
-0.00073915
-0.00109223
0.00449769
-0.00081381
-0.00131496
0.00450598
-0.000945569
-0.00144324
0.00407884
-0.00119308
-0.00155417
0.00359723
-0.00151824
-0.00151321
0.00253071
-0.00201479
-0.00243266
0.00327617
-0.00234342
-0.00345986
0.00536453
-0.0020196
-0.00382391
0.00672365
-0.00064916
-0.00159864
0.00322502
-0.000247776
-0.000350592
0.000775143
-0.000792912
-0.00247634
0.000412152
-0.000222759
0.000358539
-0.0067615
0.00111277
0.00153726
0.00509552
-2.4984e-05
-0.00126108
0.0180788
-0.0018697
-0.00315788
0.0162452
0.00310476
-0.00680216
0.0136135
0.00763086
-0.00788241
0.00556008
0.00874656
-0.00336892
-0.00798332
0.0084678
0.000474072
-0.00703366
0.00646758
0.00130552
-0.00141152
0.00496277
0.00110941
0.00133579
0.0036069
0.000359466
0.00310318
0.00237401
-0.000494952
0.00367056
0.00161544
-0.00114956
0.00333554
0.00113743
-0.00159957
0.00263072
0.000850863
-0.00188973
0.00178811
0.000665901
-0.00210925
0.000922218
0.00053112
-0.00230012
-9.96606e-06
0.00044001
-0.00252484
-0.00108775
0.000374849
-0.00280367
-0.00241053
0.000318751
-0.00307319
-0.00410472
0.000267814
-0.00319321
-0.00603502
0.000229481
-0.003014
-0.00783902
0.000201657
-0.00240957
-0.00884963
0.000174088
-0.00139513
-0.00817159
0.000145864
-0.000320767
-0.0048764
0.000118722
-0.000154429
0.00010276
-4.37647e-05
0.00178339
-0.000656448
-0.000308176
0.00344572
-0.000740805
-0.000658203
0.00435791
-0.000829658
-0.000980026
0.00464372
-0.000942849
-0.0012548
0.00458372
-0.0011328
-0.00151039
0.00403476
-0.00149391
-0.00176427
0.00342379
-0.00196178
-0.00222073
0.00229912
-0.00279569
-0.00331818
0.00382687
-0.0034141
-0.0044167
0.00643673
-0.00361712
-0.00412666
0.00713949
-0.00216596
-0.00132177
0.00326933
0.000882382
-0.00597495
0.00876538
0.00014885
-0.00911818
0.00467754
-0.000294479
-0.000221336
-0.0187414
0.00539959
0.000255486
0.000811779
0.00459469
-0.00360275
0.0232843
0.00682402
-0.000967731
0.0209572
0.00480356
-0.0018268
0.020063
0.0031534
-0.0042553
0.0100779
0.00697607
-0.000303886
-0.0132418
0.0100687
0.00442136
-0.0164451
0.00995752
0.00533143
-0.007106
0.00804892
0.00366168
0.000474541
0.00554858
0.00150318
0.00460575
0.00319035
-0.000203842
0.00546714
0.0021187
-0.00129477
0.00489384
0.00140907
-0.00192245
0.00387008
0.00103401
-0.00223212
0.00269441
0.000808117
-0.00241596
0.00163142
0.0006576
-0.00255717
0.000565583
0.000556458
-0.00267999
-0.000628632
0.000479377
-0.00284843
-0.00199006
0.000409951
-0.00305485
-0.00371805
0.000328933
-0.00316412
-0.00578642
0.000269039
-0.00304936
-0.00783342
0.000228108
-0.00253445
-0.00925828
0.000190999
-0.00157147
-0.00904339
0.000154825
-0.000439432
-0.00593507
0.00012147
-0.000534948
0.000101161
2.71236e-08
0.00166587
-0.000713468
-0.0002428
0.00349857
-0.000803096
-0.00057685
0.0044787
-0.00090538
-0.000920193
0.00474236
-0.00105643
-0.00123896
0.00459095
-0.00129365
-0.00164483
0.00391735
-0.00175473
-0.00198428
0.00299745
-0.00239102
-0.00273004
0.00167121
-0.00360446
-0.00310457
0.00253551
-0.00505396
-0.00367701
0.00532871
-0.0061803
-0.00181105
0.00635793
-0.00404532
0.000900308
0.00674063
0.00403077
-0.00295197
0.0177797
0.00786625
-0.00323042
0.0041742
0.013307
-6.55528e-05
-0.0275909
0.021803
-0.00308252
0.00464099
-0.00849307
-0.00841236
0.0345998
-0.00375784
-0.00180617
0.0196352
-0.00254921
0.00464302
0.0208928
-0.0160392
0.00803756
0.0112785
-0.0083612
0.0134577
-0.0187385
0.00531278
0.01682
-0.0253844
0.0115107
0.0145133
-0.012522
0.0109556
0.00841415
0.00146563
0.0071884
0.00331004
0.00794232
0.00394754
1.81568e-06
0.00876254
0.00265287
-0.00183069
0.00738189
0.00179561
-0.00256928
0.00551959
0.00126868
-0.00280644
0.00379565
0.00100054
-0.00293588
0.0025052
0.000826208
-0.00304931
0.00127899
0.000731072
-0.00304872
-0.000200371
0.000688686
-0.00305706
-0.00166678
0.000579621
-0.00310849
-0.00345513
0.000424036
-0.00315387
-0.00559328
0.000314369
-0.00307381
-0.00778843
0.000253894
-0.00267981
-0.00954375
0.000201607
-0.0018241
-0.00980671
0.000156997
-0.000658861
-0.00702855
0.000115322
-0.0011386
9.07124e-05
6.87092e-05
0.00147381
-0.000715817
-0.000148945
0.00351421
-0.00082268
-0.000474387
0.00454198
-0.000931345
-0.000867859
0.0047905
-0.00110721
-0.00126948
0.00451254
-0.00136207
-0.00190269
0.0036901
-0.00181824
-0.00260315
0.00227603
-0.00236674
-0.0038837
0.000223204
-0.0036629
-0.00373567
-0.00123353
-0.00601167
-0.0039534
0.00190878
-0.00714498
2.04986e-05
0.00467201
-0.00531992
0.00714659
0.0102892
0.00139628
0.0052958
0.0258573
0.0153609
-0.00562939
0.00556716
0.0286426
-0.0174866
-0.0215123
0.0187753
-0.0127526
0.00461064
-0.0358945
-0.00561428
0.0297492
-0.0301521
0.00294186
0.00942721
-0.012821
0.0122224
0.0112768
-0.0251725
0.0240091
0.000690856
-0.0194261
0.0307647
-0.0261744
-0.00362016
0.0309521
-0.028761
0.00337249
0.0254506
-0.0138982
0.00802902
0.015768
0.00410604
0.00846788
0.00614562
0.0142988
0.00507657
-4.39488e-05
0.0146418
0.00340991
-0.00291624
0.0111548
0.00242443
-0.00376643
0.00779358
0.00161361
-0.00374813
0.00505503
0.00133174
-0.00369055
0.00350349
0.00114405
-0.00385725
0.00226656
0.00105461
-0.00379938
0.000337581
0.00103349
-0.00363515
-0.0013991
0.000829911
-0.00330527
-0.00353377
0.000544805
-0.00309014
-0.00566843
0.000356277
-0.0030201
-0.00773821
0.000269408
-0.00274084
-0.00971968
0.000203562
-0.00202818
-0.0104314
0.000149764
-0.000870578
-0.00811979
0.00010081
-0.00195709
7.77388e-05
8.43184e-05
0.00123273
-0.000761292
-0.000125905
0.00348485
-0.000859921
-0.00046907
0.00456953
-0.000966382
-0.000945905
0.00483038
-0.00113387
-0.00155623
0.00447113
-0.0013349
-0.0027109
0.00357795
-0.00160688
-0.00458072
0.0018706
-0.00175571
-0.0075659
-0.000585894
-0.00327287
-0.00922861
-0.00355217
-0.00577083
-0.0103067
-0.00125034
-0.00727048
-0.00984677
0.00276028
-0.0098465
0.000270441
0.00890533
-0.0109276
0.0078935
0.0296627
0.00426234
-0.00688596
0.0199312
0.0178869
-0.037797
0.00534588
0.00670125
-0.0277987
0.00542239
-0.026707
-0.00307416
0.0115427
-0.0352405
0.00478766
-0.000276242
-0.0119487
0.0256428
-0.000300333
-0.0104914
0.042394
-0.0126749
-0.00759403
0.0424992
-0.0285561
-0.00279387
0.0353302
-0.0246642
-0.00415553
0.0247467
-0.00972557
0.00284424
0.00968814
0.00979362
0.00818739
-0.000696597
0.0188305
0.00643638
-0.00417975
0.0169523
0.00517524
-0.00596902
0.0136064
0.0029769
-0.00598817
0.00953275
0.00175507
-0.00513696
0.00609427
0.00172303
-0.00477228
0.00464372
0.00162237
-0.00495136
0.00348051
0.00161644
-0.0048377
0.00111792
0.00165522
-0.00437207
-0.00108527
0.00128098
-0.00368996
-0.00389272
0.000681476
-0.00305627
-0.00621274
0.000386127
-0.00284547
-0.0078695
0.000268672
-0.00265517
-0.00983763
0.000190811
-0.00215874
-0.0108608
0.000127426
-0.00112472
-0.0091019
6.83269e-05
-0.00304013
4.27458e-05
-1.12439e-05
0.00108694
-0.000727692
-0.000223454
0.00344387
-0.000833263
-0.000564743
0.00457338
-0.000947544
-0.00111764
0.00490938
-0.00110509
-0.00197698
0.0045746
-0.00126069
-0.00372294
0.0038706
-0.00133633
-0.00715145
0.00251432
-0.00140378
-0.012608
0.000979683
-0.00286335
-0.018366
-0.00140438
-0.00368305
-0.0253597
-0.000871261
-0.00489796
-0.0283044
0.00206042
-0.010304
-0.0131983
0.00272923
-0.0165871
0.00507102
0.0279822
-0.00824165
0.00807619
0.0262234
0.00411743
-0.0219708
0.0251362
0.00293568
-0.0431377
0.0166185
-0.00837254
-0.0267428
0.00411473
-0.0274795
0.000826841
0.00392197
0.00376188
0.0350954
0.00280632
0.0266538
0.0442186
-0.0105116
0.00511183
0.0231071
-0.0116867
-0.00116894
-0.00407628
-0.00720168
-0.00111969
-0.0232874
0.000193606
0.0026175
-0.0273159
0.00781556
0.00305871
-0.0188118
0.00664004
0.00300655
-0.0132063
0.00908052
0.00468059
-0.0117806
0.0116594
0.00404659
-0.00977763
0.00857192
0.00181429
-0.00728439
0.00582292
0.0023075
-0.00599552
0.00526114
0.00292735
-0.00575042
0.0041174
0.0035095
-0.00530094
0.00152098
0.00348509
-0.00456422
-0.000529862
0.00225402
-0.00390003
-0.00411431
0.000972657
-0.00299726
-0.00722162
0.000347756
-0.00264486
-0.00823218
0.000218156
-0.00247683
-0.00999276
0.000136433
-0.00208635
-0.0112221
7.52806e-05
-0.00120431
-0.009962
1.42145e-05
-0.00422875
-6.43406e-07
-6.5515e-05
0.000987512
-0.000687827
-0.000254689
0.00337154
-0.00079478
-0.00058645
0.0045668
-0.000907139
-0.00116609
0.00501049
-0.00106983
-0.00210761
0.00477545
-0.00122181
-0.00402926
0.00443567
-0.00132733
-0.0078336
0.00380658
-0.0016563
-0.013497
0.00366825
-0.00303492
-0.0188035
0.00191866
-0.00291729
-0.0272664
0.00205084
-0.00199927
-0.0336645
0.0044759
-0.00320968
-0.0214505
0.00332637
-0.00319607
-0.00112943
0.030975
0.000807107
0.00836872
0.028098
0.00449602
-0.00814562
0.0203911
0.0130022
-0.0345981
0.0162892
0.013364
-0.0342556
0.000348739
-0.0142673
-0.00436655
0.0110765
-0.00914399
0.0104308
0.00992859
0.00376005
-0.00719315
0.00201515
-0.00349153
-0.0317975
0.00338929
-0.00289101
-0.0488147
0.00136633
-0.00128919
-0.0451269
-0.00279237
0.00515655
-0.028307
-0.00490827
0.0047269
-0.0144571
-0.00270096
-0.00403933
-0.010856
0.00947163
-0.00722565
-0.0096753
0.0124697
-0.00156229
-0.00801864
0.00735639
-1.6116e-05
-0.00679811
0.00701423
0.00212332
-0.0061959
0.00766243
0.00511766
-0.00556061
0.00469007
0.00681072
-0.00443351
0.00133211
0.00539187
-0.0036201
8.45817e-05
0.00299183
-0.00320719
-0.00410775
0.00161962
-0.0024361
-0.00836766
0.000487637
-0.002129
-0.00871779
0.000141574
-0.0021061
-0.0100737
8.9889e-05
-0.00185053
-0.011481
-3.23625e-06
-0.00113734
-0.0106691
-6.71824e-05
-0.00535975
-9.20597e-05
-0.000102306
0.000918322
-0.000635614
-0.000258643
0.00327228
-0.000740729
-0.000567801
0.00454232
-0.000840165
-0.00113787
0.00511126
-0.000999586
-0.00208096
0.00502637
-0.00114237
-0.00380529
0.00500343
-0.00137495
-0.00650671
0.00477942
-0.00195608
-0.0103333
0.00541736
-0.00368856
-0.0127942
0.00360119
-0.00375772
-0.017121
0.00412197
-0.00204098
-0.0257183
0.0108353
0.00191823
-0.0202997
0.0073227
0.00302278
0.0040102
0.025641
0.000675744
0.0159908
0.0327024
0.00371216
0.0117198
0.0038779
0.0126391
-0.0129663
0.0012287
0.0295
-0.0375054
0.00449762
0.0136221
-0.0304803
0.0107292
-0.0124917
-0.0242825
0.00516465
-0.00866693
-0.0271816
-0.00856906
-0.014219
-0.027756
-0.0131499
-0.0148391
-0.0290085
-0.005296
-0.00211019
-0.018372
-0.00423182
0.0178385
-0.00505688
-0.00510076
0.0219105
-0.00295526
0.0117368
-0.00370084
-0.00306456
0.0256026
-0.0263136
0.00163366
0.0192784
-0.0160086
0.00186074
0.00862764
0.000779776
-0.001824
0.0102762
0.00538234
-0.00409127
0.0105509
0.00916435
-0.00364184
0.00352558
0.0107453
-0.00264055
-0.000476851
0.00446594
-0.00202234
-0.000541493
0.000964237
-0.00162257
-0.00462717
0.001787
-0.00130374
-0.0094313
0.00098906
-0.00134524
-0.00908089
8.21918e-05
-0.00150951
-0.0100574
4.82716e-06
-0.00140499
-0.011622
-0.000112329
-0.000890452
-0.0112061
-0.000177368
-0.00627767
-0.000184289
-9.87533e-05
0.000849831
-0.000564585
-0.000212486
0.00314218
-0.000660857
-0.000458327
0.00447114
-0.000743449
-0.000925174
0.00514311
-0.000873181
-0.00166222
0.00516774
-0.000988913
-0.00274106
0.00520032
-0.00125078
-0.00376323
0.00482434
-0.00183157
-0.00517849
0.00552269
-0.00354319
-0.00611791
0.00408763
-0.00448231
-0.00388809
0.0021556
-0.0043768
-0.00593727
0.0110393
0.00162739
-0.0089824
0.0125602
0.00674629
0.00891121
0.0159587
0.00144625
0.0299921
0.0168357
-0.0074614
0.0278358
-0.0110171
0.00933531
0.0161172
-0.0205668
0.00985422
0.00462182
-0.0122868
0.0157723
-0.00927787
0.0202638
0.0110198
-0.0143442
0.0103761
-0.00527458
-0.0227382
-0.00988318
-0.0147715
-0.0317687
-0.0136659
-0.0104696
-0.0317842
0.000763497
0.00944165
-0.0246071
0.00294105
0.0336289
-0.0213077
0.00151643
0.0231297
-0.0185524
0.0215819
-0.0124888
-0.0110685
0.0294947
-0.0379671
-0.00460666
0.021507
-0.0255849
-0.00360378
0.00779922
-0.00146798
-0.00271674
0.00420681
0.00851005
-0.00165457
0.00442483
0.0121832
-0.00170479
-0.00113523
0.011981
-0.00239178
-0.00350075
0.00333478
-0.0022406
-0.00257793
-0.00225405
-0.000623406
-0.00669541
0.00048991
-0.000165687
-0.0106442
0.00140816
-0.000543677
-0.00918134
6.38936e-05
-0.000924533
-0.00991063
-0.000131593
-0.0010059
-0.0116314
-0.000246997
-0.000645337
-0.0116152
-0.000299159
-0.00697135
-0.00029531
-9.95665e-05
0.00078921
-0.000486988
-0.00017475
0.00298862
-0.000567901
-0.000369777
0.00436792
-0.000630576
-0.00074344
0.0051248
-0.00072127
-0.00136507
0.00527588
-0.000794424
-0.00216558
0.00529865
-0.000974567
-0.00307326
0.00493307
-0.00124941
-0.00391207
0.0053261
-0.00218477
-0.00517018
0.00485454
-0.00270629
-0.0015706
-1.11184e-05
-0.00290513
0.00760184
0.00332387
-0.00451645
0.00784569
0.0144254
0.00253957
0.0116206
0.0165658
0.00429071
0.0219048
0.0100398
0.00211846
0.0223587
-0.0105419
0.0156646
0.0186988
-0.0332059
-0.0018461
0.0182036
-0.0468499
-0.0151935
0.0249856
-0.00473601
-0.0084875
0.0222914
0.00932678
0.000335455
-0.00553994
0.00427025
0.00638581
-0.0385063
0.0123032
0.00357359
-0.0447657
0.0204622
0.0100061
-0.0448827
0.0141874
0.0153286
-0.0475071
0.00661499
0.00657763
-0.0387445
0.00738879
-0.00723388
-0.0258411
0.0136152
-0.0270138
-0.0223013
0.0162409
-0.0315999
-0.0153328
0.00157354
-0.0175117
-0.00410374
-0.00826789
0.0082399
0.00196337
-0.00514973
0.0123271
0.00364589
-0.00429762
0.00441377
0.000940515
-0.000458365
-0.00415571
-0.000112628
-8.12697e-05
-0.00842737
0.00156647
-0.00871522
-0.0008148
0.00161288
-0.0110876
0.00138422
0.000459408
-0.00864507
9.4718e-05
-0.000344496
-0.00945166
-0.000209371
-0.000651711
-0.0114641
-0.000363298
-0.000449746
-0.0118855
-0.00041468
-0.00748748
-0.000398593
-7.31876e-05
0.000711435
-0.000404475
-0.000114257
0.00281629
-0.00046875
-0.000263186
0.00424002
-0.000511557
-0.00056
0.00507022
-0.000560001
-0.00109808
0.00536489
-0.000588401
-0.00179605
0.00540238
-0.000648862
-0.00290642
0.00527336
-0.000656413
-0.00380917
0.00525409
-0.000799382
-0.00576143
0.00576046
-0.000532653
-0.00753514
0.00153996
2.73657e-06
-0.0036121
0.000453706
-0.00458262
-0.00223391
0.014215
6.09472e-05
-0.00409225
0.0224121
0.0112641
-0.00547317
0.0235916
0.013702
0.00173164
-0.00127979
0.0143816
0.0238852
-0.0381504
-0.00904076
0.0293019
-0.0477524
-0.0287316
0.0304126
-0.0289283
-0.0291599
0.0458604
-0.0221173
-0.0212258
0.0586295
-0.0185052
-0.0156329
0.0477914
0.00514298
-0.0114987
0.0178488
0.0261082
-0.0148713
-0.0148022
0.0317639
-0.0168676
-0.0345575
0.0145294
-0.00769431
-0.0337372
-0.0100722
-0.000369749
-0.0215306
-0.00762271
-0.0160215
-0.0132265
0.00653818
-0.0301148
-0.00854051
0.000388888
-0.0166242
-0.00486273
-0.0125729
0.0135947
-0.000584321
-0.0102197
0.0155133
0.00259266
-0.00276508
-0.00160114
0.00241509
0.00876765
-0.0178233
0.00462627
0.00467778
-0.0161194
0.00608806
-0.00880845
-0.000497368
0.00419143
-0.00911251
0.0011636
0.00184575
-0.00710735
-0.000114374
0.000387015
-0.00841576
-0.000420816
-0.000334791
-0.0109241
-0.000514611
-0.000352938
-0.0119593
-0.000519721
-0.00791972
-0.000492348
-6.03522e-05
0.000627539
-0.000324509
-5.80991e-05
0.00262071
-0.000371429
-0.000138686
0.00407062
-0.000393246
-0.000373901
0.00498978
-0.000401097
-0.000806066
0.00540919
-0.000385328
-0.00140129
0.00548071
-0.000312558
-0.00235116
0.00551076
-0.000152728
-0.00337477
0.00533695
0.000168935
-0.00471855
0.00605283
0.000794028
-0.00797693
0.0036926
0.00198406
-0.00856775
0.00222621
-0.00132448
-0.00486066
0.0118986
-0.00288955
-0.00144701
0.0221349
0.00834652
0.00320676
0.0255573
0.00511138
0.00738672
0.000180574
-0.00717347
0.0123729
-0.0282778
-0.00963549
0.0271439
-0.02984
0.00651678
0.032539
-0.0222028
-0.0149283
0.039514
-0.0255039
-0.0125684
0.0449923
-0.0196266
-0.0175108
0.0456049
-0.00204546
-0.0349175
0.0423576
0.00801428
-0.0439429
0.0178511
0.0246385
-0.0348672
-0.0015856
0.0118585
-0.0183904
-0.00791628
-0.0175884
-0.00561606
-0.00746857
-0.0189663
-0.0184132
0.00242521
-0.00314963
-0.0297002
0.00195627
0.00230377
-0.012206
-0.00537905
-0.00912004
0.00985555
-0.00691197
-0.00604328
0.0130981
-0.00771613
0.00679786
-0.00625824
-0.00366399
0.0139847
-0.0215227
0.00502118
0.00275396
-0.0101944
0.00725332
-0.00766264
0.00305935
0.00484534
-0.0060808
0.000858596
0.0024073
-0.00531336
-0.000749504
0.000880916
-0.00715456
-0.000819272
-0.000100668
-0.0101004
-0.000666821
-0.000347294
-0.0118091
-0.000609686
-0.00835364
-0.000557689
-4.10706e-05
0.000535465
-0.000265489
6.91505e-07
0.00240864
-0.000292375
-8.51922e-06
0.00386193
-0.000296126
-0.000138957
0.00484711
-0.000273361
-0.000464846
0.00539013
-0.000201441
-0.000995884
0.00555241
-4.44829e-05
-0.0017456
0.00567455
0.00023439
-0.00269073
0.0055748
0.000750797
-0.00340089
0.00616614
0.00178883
-0.00502135
0.00560273
0.00238302
-0.0051912
0.005376
0.00157975
-0.000376459
0.0108789
-0.00164028
0.00146978
0.0173696
-0.0002843
0.0012593
0.0193493
0.00135873
0.00111867
-0.000514177
-0.00216573
6.68932e-05
-0.0162311
-0.00749386
-0.00290578
-0.0131407
-0.00547467
-0.00421334
-0.011098
0.0212474
0.00122762
-0.0218218
0.0131652
0.00976755
-0.0195105
0.00973012
0.0132293
-0.000919347
-0.00515898
0.00586353
0.00905817
-0.0352139
-0.00271888
0.0167556
-0.0391888
-0.00283401
0.00263403
-0.0193186
-0.00606998
-0.0211713
-0.0102305
-0.00899206
-0.0236273
-0.0157657
0.00205737
-0.0159984
-0.0192573
0.0065562
-0.0045523
-0.015385
-0.000278229
-0.00168103
-0.00379229
-0.0068172
0.00709704
0.00731575
-0.00747809
0.0144708
0.00250565
0.00129561
0.0109743
-0.00272174
0.00923202
-0.000523126
0.00511698
0.00817152
-0.0047584
0.00653717
0.00505036
-0.00285296
0.000344593
0.00272915
-0.00345405
-0.00116813
0.00110858
-0.00571523
-0.000974173
3.62381e-05
-0.009137
-0.000720763
-0.000380501
-0.0114811
-0.000617496
-0.00881621
-0.000554508
-4.77541e-05
0.000476338
-0.00021585
3.5406e-05
0.00217919
-0.000226668
0.000101286
0.00360409
-0.000218695
6.07937e-05
0.00464675
-0.000179004
-0.000131831
0.00527806
-8.32863e-05
-0.000522907
0.00554996
9.55909e-05
-0.00112493
0.00576438
0.000426088
-0.00194731
0.00578505
0.000957782
-0.0027304
0.00637529
0.00213766
-0.00358028
0.007
0.00279731
-0.0038873
0.00847017
0.00391727
0.00150457
0.0112186
0.00469516
0.00678914
0.0149056
0.000237895
-0.000526436
0.0158874
0.00379706
-0.0156101
0.0059963
0.0148468
-0.0219806
0.00169643
0.0071928
-0.0269255
0.00667466
-0.0188881
-0.0311402
0.00348597
-0.0143585
-0.0277341
-0.0173845
-0.00833566
-0.0181618
-0.0197801
-0.000466733
-0.00879101
-0.00873883
0.0198356
-0.00623748
0.00875425
0.00438635
-0.0115693
0.0188224
-0.0223458
-0.0223813
0.00670723
-0.0177082
-0.0242348
-0.0180799
-0.013717
-0.0138774
-0.0220518
-0.000872317
0.00212377
-0.012362
0.00285213
0.00898392
-0.00281912
-0.00918132
0.00496494
0.00461977
-0.00437481
0.00233777
0.0107489
0.00884204
0.00748271
0.0110551
0.015176
0.0141596
0.00618737
0.0139323
0.0139
0.000541347
0.010023
0.00882477
-0.00022062
0.0038494
0.00503451
0.000300083
-0.000493977
0.00276597
-0.00155535
-0.00117115
0.00110018
-0.00421007
-0.000867365
1.42532e-05
-0.00813522
-0.000624109
-0.000465359
-0.0110779
-0.000539415
-0.0093574
-0.000488049
-4.08579e-05
0.000419705
-0.00016246
5.90269e-05
0.00195085
-0.00017337
0.000186261
0.00330988
-0.000165315
0.000238722
0.00438627
-0.000129536
0.000184946
0.00507157
-4.26432e-05
-1.63124e-05
0.0054077
0.000120645
-0.000338039
0.00564576
0.00038852
-0.000914926
0.00574043
0.000782544
-0.00157821
0.00625269
0.00160498
-0.00222218
0.0070693
0.00248607
-0.00220291
0.00853226
0.00374584
-0.000621552
0.0104114
0.00513897
0.00264997
0.0134307
0.00352131
-0.000360135
0.0166311
0.00843239
-0.0146737
0.0150875
0.0178159
-0.0217056
0.0156759
0.0207007
-0.0164465
0.0154583
0.00713011
-0.019087
0.0082648
-0.00701059
-0.0332866
-0.0132004
-0.0110044
-0.032359
-0.0159245
-0.0201322
-0.0187329
-0.010133
-0.00341606
-0.00496838
-0.00501423
0.00636025
-0.00786153
0.0136629
-0.00926637
-0.0212473
0.0114793
-0.0101399
-0.0191718
-0.0179358
-0.00167717
-0.0021853
-0.0211354
0.00295328
0.0114924
0.00204924
0.00318208
0.0106762
0.00770204
-0.00349039
0.00623222
0.00443359
-0.000303252
0.00941294
0.0017434
0.00369219
0.0164205
0.000919629
0.0075115
0.0182657
0.00168704
0.00860428
0.0127953
0.00351014
0.00546055
0.00691545
0.00421265
0.00139033
0.00380316
0.00277328
-0.000457513
0.00200243
2.80943e-05
-0.000772669
0.000742774
-0.00303007
-0.000577284
-0.000221682
-0.00721741
-0.000436487
-0.000647046
-0.0107007
-0.000393603
-0.0100633
-0.000371577
-3.32974e-05
0.000365838
-0.000121577
6.0727e-05
0.00174014
-0.000130347
0.000214893
0.00300702
-0.000123747
0.00034153
0.00407481
-9.6042e-05
0.000403669
0.00478028
-3.07182e-05
0.000396096
0.00513458
7.51045e-05
0.000300834
0.00535262
0.000289719
6.67912e-05
0.00542107
0.000562944
-0.000209086
0.00571749
0.00105011
-0.000428515
0.00622864
0.00174196
-0.000283772
0.00705174
0.00257132
-3.6561e-05
0.00831103
0.00311515
-0.000337467
0.010054
0.00301038
-0.00300087
0.0148203
0.00654398
-0.0119681
0.0195546
0.016304
-0.0196322
0.023447
0.0204845
-0.0179914
0.0191098
0.0189603
-0.0192342
0.0101195
0.0148053
-0.0390552
-0.000475534
-0.0037035
-0.0420216
-0.0139042
-0.0168405
-0.0213715
-0.0242759
-0.0149398
0.000384983
-0.0272919
-0.0116667
0.0123843
-0.00739107
-0.0183802
0.00398732
0.00473764
-0.00935885
-0.011367
-0.0161465
0.00378553
-0.0046324
-0.0297194
0.00111324
0.00958901
-0.0145766
-0.00160517
0.0038227
0.00392942
0.000239063
-0.00482178
0.000413775
0.000570989
-0.00624259
-0.00732116
-0.0030623
-0.00535115
-0.0065428
-0.00488481
-0.00244467
-0.00444586
-0.00297792
0.000467931
9.77536e-06
-3.32433e-05
0.00143992
0.0034065
0.000799253
0.00125398
0.00314176
0.000253649
0.000737439
0.000621945
-0.000117541
4.91525e-05
-0.00230388
-0.000184053
-0.000640313
-0.00652262
-0.000196261
-0.000931313
-0.0104294
-0.000208272
-0.0110335
-0.000222936
-1.74316e-05
0.00030458
-8.8676e-05
8.07181e-05
0.00153856
-9.71054e-05
0.00024556
0.00271019
-9.25635e-05
0.000405778
0.00375326
-6.94795e-05
0.000548709
0.00443454
-1.74846e-05
0.000633453
0.00480858
5.81395e-05
0.000695746
0.0049753
0.000200209
0.000691948
0.00500183
0.000377777
0.000693205
0.00511448
0.000664604
0.000746858
0.00534263
0.00104959
0.000844079
0.0057097
0.00149416
0.000747232
0.00639215
0.00187895
7.60367e-05
0.00709899
0.00200087
-6.1477e-05
0.00980081
0.0035246
-0.00199513
0.014689
0.00761027
-0.00634331
0.0209476
0.0120093
-0.00838452
0.0186431
0.0103515
-0.00653688
0.0120881
0.00431071
-0.0143841
0.0135735
-0.0061205
-0.026731
-0.0019384
-0.0115038
-0.0199029
-0.0330398
-0.00561244
-0.00134901
-0.0440443
-0.0125346
0.0179124
-0.0254027
-0.0161576
0.0161211
-0.00304857
-0.00913118
-0.0116531
-0.00272466
-0.000271784
-0.0199522
-0.0268728
0.00241223
-0.00334175
-0.0362624
0.00605796
-0.000219185
-0.0106302
0.00632805
-0.0103182
-0.000736069
0.006393
-0.0171796
-0.0084386
-0.00018347
-0.0196107
-0.00964048
-0.00881404
-0.0176118
-0.00883412
-0.0121038
-0.0101171
-0.00596076
-0.00695023
-0.00387419
-0.000402461
-0.000743612
-0.00106713
0.0016337
0.000412406
-0.000327324
0.000342404
0.000249629
-0.000528483
-0.00197449
0.00012885
-0.0010615
-0.0059445
2.94209e-05
-0.00126871
-0.010213
-4.67069e-05
-0.0123143
-8.38573e-05
-4.80563e-05
0.000282672
-6.49423e-05
3.82064e-05
0.0013598
-7.5239e-05
0.000211975
0.0024186
-6.88433e-05
0.000427923
0.0033939
-5.07782e-05
0.000649157
0.00403877
-8.67468e-06
0.000839482
0.0044098
5.10371e-05
0.00102428
0.00453115
0.000155286
0.00116861
0.00453013
0.000285264
0.00129515
0.00454778
0.000481336
0.00142814
0.0046238
0.000735487
0.001548
0.00476906
0.00105126
0.00154746
0.00512565
0.0014088
0.00112672
0.00550262
0.00182871
0.000998442
0.00691104
0.00275231
0.00183082
0.00954914
0.00440258
0.00354334
0.0130129
0.0068243
0.00389502
0.0121439
0.00803378
0.0060138
0.00830817
0.00752259
0.0103818
0.0136077
0.000602753
0.00654731
0.00693892
-0.00534324
-0.00540146
-0.0194907
0.00317068
-0.0104472
-0.031812
-0.000221691
-0.00769139
-0.018051
0.00145555
-0.00497792
-0.0028527
0.00657004
-0.0115578
0.00493977
0.00690105
-0.0189383
-0.00922875
0.00810129
-0.0130727
-0.0279692
0.00858076
-0.000960707
-0.0208937
0.00486345
-0.000674391
-0.00619726
0.00816502
-0.00629018
-0.00728327
0.00779198
-0.00892054
-0.0114058
0.00056138
-0.00989316
-0.00948584
-0.00713963
-0.00775392
-0.00569257
-0.00584003
-0.00396391
-0.00149985
-0.00101705
-0.00146319
0.000482023
0.000396031
-0.000590719
6.33905e-07
0.000365162
-0.000752652
-0.00161752
0.000258215
-0.00127571
-0.00535551
0.000144356
-0.00149268
-0.00997463
5.81577e-05
-0.0138025
8.83217e-06
-4.94574e-05
0.00027131
-4.87246e-05
-3.57312e-05
0.00126328
-5.51138e-05
0.000121535
0.00215768
-5.65799e-05
0.00033187
0.00305828
-3.39495e-05
0.000620538
0.00359963
-5.12716e-06
0.000913543
0.00394278
4.58012e-05
0.00120192
0.00403521
0.00012124
0.00149322
0.00398937
0.00022089
0.00176138
0.00396463
0.000363087
0.00202378
0.00395943
0.000548242
0.00225596
0.00400124
0.000784474
0.00245966
0.00418461
0.00109896
0.00242728
0.00441653
0.00152343
0.00263886
0.00515513
0.00239083
0.00366616
0.00633534
0.00375035
0.00602805
0.00769833
0.00553694
0.00735326
0.00726077
0.00750259
0.00791404
0.00470979
0.0096038
0.00999719
0.00866259
0.00952772
0.00605333
0.00725315
0.0127553
-0.00674149
-0.00794488
0.017338
-0.0187074
-0.0137016
0.0133898
-0.0202236
-0.00436561
0.0124775
-0.0132515
0.000880498
0.0181513
-0.00421038
0.00362103
0.0153699
-0.00332512
-0.000201324
0.0112028
-0.00621242
-0.0101506
0.00458613
-0.00244415
-0.0150104
-0.00174143
0.00137937
-0.00899425
0.00119186
-0.000740717
-0.00545687
0.0049965
-0.00212048
-0.0101372
0.00309761
-0.00146349
-0.00921887
0.000124214
-0.00162276
-0.00371911
-0.000399423
-0.00110668
-0.000340615
0.000355844
-0.000358311
0.000487506
0.000556445
-5.58674e-05
6.04014e-05
0.000436056
-0.000465179
-0.00105599
0.000332169
-0.00114989
-0.00459003
0.000208499
-0.00146059
-0.00962964
0.000126669
-0.0152354
8.46288e-05
-0.000211084
0.000427884
-4.04293e-05
-0.000250765
0.00122523
-4.84809e-05
-0.000154749
0.00196702
-4.40753e-05
0.00014891
0.00264253
-3.03223e-05
0.000510683
0.00310743
4.82969e-07
0.000953302
0.00335224
3.84772e-05
0.00136001
0.00345991
9.8762e-05
0.00177066
0.00338824
0.000177167
0.0021649
0.00334193
0.000288079
0.00254463
0.0033026
0.000437238
0.0029
0.00328819
0.000630378
0.00326241
0.00335265
0.000897067
0.00357881
0.00345722
0.00127453
0.00409968
0.00377185
0.00189049
0.00509566
0.00421145
0.00283787
0.00680633
0.00459262
0.00406869
0.00817568
0.00422834
0.0058893
0.00842858
0.00255251
0.00837797
0.00978247
0.00372321
0.0107771
0.00914941
0.00303157
0.0128803
0.00244285
-0.00357073
0.013195
-0.00622115
-0.00579011
0.00990245
-0.00861473
-0.00109772
0.00580328
-0.00664782
0.0024876
0.00705597
-0.00232346
0.00291054
0.00561787
0.00232351
-0.00204322
0.00364695
0.00249691
-0.00530388
0.00249249
0.00044798
-0.00602538
-0.00031036
0.00130186
-0.00538374
-0.00168368
0.00186574
-0.00346417
-0.000504229
-0.000214839
-0.00512582
-8.50419e-05
-0.00127522
-0.00542891
-0.000114902
-0.000943262
-0.00212173
0.000224826
-0.000182427
1.0632e-05
0.000565471
0.000392878
0.000446939
0.000520276
0.000660576
6.26683e-05
0.000428244
0.000326606
-0.00058971
0.000317878
-0.000527637
-0.00364425
0.000267565
-0.00105507
-0.00907063
0.000149794
-0.0162528
0.000120964
-0.00011062
0.000488259
-2.95309e-05
-0.000372125
0.0014178
-3.94999e-05
-0.000437972
0.00194662
-3.61874e-05
-0.000209471
0.00231628
-2.08758e-05
0.000196563
0.00258721
1.42102e-06
0.000765957
0.00265612
4.04909e-05
0.00132594
0.00275873
8.51283e-05
0.001874
0.00269072
0.000151007
0.00239307
0.00264895
0.000239951
0.00288457
0.00260755
0.000367615
0.00333988
0.00258453
0.000532167
0.00379573
0.002597
0.00076271
0.0042445
0.00263499
0.00108143
0.00482451
0.00274049
0.00155133
0.00561891
0.0028556
0.00220487
0.00667611
0.00284398
0.00306188
0.00751804
0.00250491
0.00413659
0.00751899
0.00141106
0.00565258
0.00798313
0.00107243
0.00733076
0.00774422
-0.000251791
0.00825329
0.00366606
-0.00280029
0.00833444
-0.000994487
-0.00386022
0.0062986
-0.00243602
-0.00219902
0.00267404
-0.00112047
0.000406682
-0.000208703
0.000553653
0.00168645
-0.00128766
0.00179188
-0.00144937
-0.00151543
0.00213143
-0.00295788
0.000230607
0.00185364
-0.00267533
0.00110406
0.00159094
-0.00249256
-0.000664314
0.00191469
-0.00205582
-0.00119266
0.000983949
-0.00199136
-0.000576535
-6.999e-05
-0.00200797
-0.000343564
0.000142157
-0.000806899
0.000109276
0.000891889
4.27501e-06
0.000414178
0.00140086
0.000300729
0.000420118
0.00169337
-3.79451e-05
0.000350979
0.00168432
-0.000462172
0.000293144
0.000883374
-0.00276124
0.00022824
8.59398e-05
-0.00821598
0.000186191
-0.0161223
0.000145101
-0.000878004
0.00131444
-2.83696e-05
-0.00102112
0.00148696
-4.23094e-05
-0.000982254
0.00182383
-3.54254e-05
-0.000655346
0.00189715
-1.87465e-05
-8.43587e-05
0.00191203
3.4644e-06
0.000546421
0.00191116
3.72206e-05
0.00125513
0.00192522
7.61004e-05
0.00190784
0.00191043
0.000131035
0.00253187
0.00188282
0.000205641
0.00311478
0.00186487
0.000315765
0.0036663
0.00184848
0.000461126
0.00421266
0.00184435
0.000661802
0.00476501
0.00185351
0.000927777
0.00538436
0.00186566
0.00128736
0.00608939
0.00186011
0.00175874
0.00683504
0.00175955
0.00234507
0.00743959
0.00149288
0.00305201
0.0074536
0.000816492
0.00395363
0.00727179
0.000367149
0.0047138
0.00632627
-0.000523933
0.00479704
0.00412301
-0.00181132
0.00438051
0.00164932
-0.002358
0.00341635
0.000171172
-0.00137433
0.00191784
0.00104091
-0.000571378
0.000212867
0.00271477
0.000286103
-0.000460773
0.00298829
-0.000367963
-0.000750785
0.00253602
-0.00109232
-0.00013704
0.00251868
-0.00156753
0.000292072
0.00244834
-0.00150191
-0.000148676
0.00236989
-0.00112457
-0.000310633
0.00236761
-0.000885728
-3.59349e-05
0.00222768
-0.000724912
0.000103292
0.00239633
-0.00017354
0.000278138
0.00279677
3.48181e-05
0.000360104
0.00318053
0.000154295
0.000336711
0.003443
-0.000166376
0.000292834
0.00363702
-0.000577052
0.000247623
0.00300298
-0.0020559
0.000218613
0.00173799
-0.00689364
0.000181145
-0.0143395
0.000149367
-0.00194466
0.00319755
-3.4786e-05
-0.0021183
0.00158064
-4.29092e-05
-0.00189311
0.00151949
-2.9656e-05
-0.00119786
0.00112076
-1.23244e-05
-0.000360242
0.000982475
1.22968e-05
0.00053999
0.000915306
3.51136e-05
0.00143807
0.000917792
7.31332e-05
0.0023146
0.000922615
0.000121185
0.0031406
0.000931741
0.000187576
0.00393154
0.000934284
0.000285995
0.00469121
0.000936571
0.000421264
0.0054411
0.000936197
0.00060433
0.00619054
0.000943638
0.000836223
0.00696106
0.00093333
0.00112864
0.00773712
0.000914016
0.00148635
0.00846624
0.000852005
0.00191466
0.00905449
0.000713525
0.00237312
0.0092618
0.00036876
0.00288829
0.00919954
0.000113183
0.00329751
0.00851579
-0.000258159
0.00329029
0.00713859
-0.000827233
0.00309508
0.00568621
-0.00112837
0.00247833
0.00496567
-0.00088265
0.00161668
0.00495125
-0.000552097
0.000710812
0.00569537
-0.000213132
0.00017112
0.00628867
-0.000505215
1.38021e-05
0.00642296
-0.000717443
0.000155095
0.00622519
-0.000725984
0.000212231
0.00609292
-0.000690341
9.53833e-05
0.00617016
-0.000547792
8.04841e-05
0.00633111
-0.000335141
0.000176298
0.00646065
-0.000218973
0.000253245
0.00676641
-1.67303e-05
0.000318602
0.00707102
2.08028e-05
0.000324578
0.00738074
1.85219e-05
0.000295702
0.00754209
-0.000224114
0.00025281
0.00762695
-0.000604921
0.000210888
0.00719983
-0.00158823
0.000182247
0.00479829
-0.00445231
0.000164602
-0.00949899
0.000147214
0.00315327
-1.69317e-05
0.00468421
-1.67749e-05
0.00615052
-7.91432e-06
0.00721669
1.00365e-05
0.00813961
3.13286e-05
0.00899276
6.26762e-05
0.00984102
9.81442e-05
0.0106896
0.000146308
0.0115395
0.000209586
0.012384
0.000298815
0.013225
0.000419169
0.0140627
0.000583325
0.0149095
0.000787686
0.0157515
0.00103492
0.0165759
0.00133412
0.017346
0.00167606
0.017985
0.00202451
0.0182651
0.00238265
0.0182682
0.00265946
0.0178799
0.00265234
0.0169927
0.00248117
0.0159433
0.00209881
0.0152347
0.0015268
0.0149481
0.000911303
0.0151322
0.00042568
0.0151674
0.000173274
0.0150058
0.00017924
0.014847
0.000228407
0.0147421
0.000165609
0.014775
0.00016721
0.0149976
0.000236465
0.0152711
0.000284506
0.0156354
0.000321224
0.015915
0.000322079
0.0160978
0.000295871
0.0159752
0.000256072
0.0154273
0.000211807
0.0138781
0.000177009
0.00946009
0.000155627
0.00014161
1.91402e-05
-3.33224e-05
-4.33458e-05
6.64717e-05
-6.71284e-05
-4.57311e-05
0.000116849
-7.13062e-05
-4.53801e-05
0.000151126
-5.80271e-05
-4.39135e-05
0.000166529
-3.82012e-05
-4.23014e-05
0.000169104
-3.166e-05
-3.88599e-05
0.00016457
-2.45644e-05
-3.4081e-05
0.000166041
-3.19716e-05
-3.01485e-05
0.000161683
-3.05318e-05
-2.07233e-05
0.000159916
-2.72551e-05
-1.65757e-05
0.000121388
8.79173e-06
-6.99481e-06
5.00808e-05
4.78399e-05
1.92159e-07
-6.13764e-05
9.11961e-05
8.49763e-06
-0.00020465
0.00012219
1.68353e-05
-0.000379425
0.000152924
2.41413e-05
-0.00058005
0.000167907
3.22e-05
-0.000813425
0.000196858
3.9268e-05
-0.0010938
0.00023551
4.66407e-05
-0.00144935
0.000302461
5.4813e-05
-0.00187971
0.000368823
6.54749e-05
-0.00231556
0.000365015
6.78843e-05
-0.00262977
0.00022703
6.61e-05
-0.00283976
0.00010179
6.55844e-05
-0.00286282
-0.000108002
6.16819e-05
-0.00274189
-0.000272935
6.06333e-05
-0.0024876
-0.000427426
5.9576e-05
-0.00210595
-0.000574007
5.86938e-05
-0.00161431
-0.000700859
5.71366e-05
-0.00103223
-0.000800836
5.51072e-05
-0.000400615
-0.000857139
5.31368e-05
0.0002616
-0.000877776
5.06508e-05
0.000781731
-0.000714639
4.90381e-05
0.00110982
-0.000493843
4.70098e-05
0.00115806
-0.000168713
4.59997e-05
0.00099144
8.76482e-05
4.42964e-05
0.000704566
0.000244394
4.28305e-05
0.000422134
0.000261107
4.07388e-05
0.000202676
0.000212406
4.05505e-05
5.9626e-05
0.000142584
4.06444e-05
6.46492e-05
4.05538e-05
4.988e-05
-0.000102554
-4.83304e-05
0.000133318
-0.000182708
-5.02771e-05
0.000206418
-0.000180768
-4.98255e-05
0.000241773
-0.000135906
-4.82778e-05
0.000237986
-7.91328e-05
-4.6083e-05
0.00016774
-1.09975e-05
-4.33164e-05
4.9047e-05
3.84673e-05
-3.74839e-05
-0.000123692
8.85094e-05
-3.51533e-05
-0.000387802
0.0001754
-2.60855e-05
-0.000731846
0.000260701
-1.89482e-05
-0.00114007
0.000359811
-9.50625e-06
-0.00159113
0.000443219
-1.19948e-06
-0.00207479
0.000517047
8.10549e-06
-0.00257559
0.000560082
1.63079e-05
-0.00306783
0.000574858
2.48831e-05
-0.00353761
0.000550377
3.32113e-05
-0.00397089
0.000529229
4.1027e-05
-0.00435284
0.000501329
4.96123e-05
-0.00468227
0.000504347
5.87237e-05
-0.00489174
0.00044938
6.84936e-05
-0.00501223
0.000351583
7.07084e-05
-0.00502889
0.000102269
6.95426e-05
-0.00492887
-0.000134598
6.95324e-05
-0.00474026
-0.000440211
6.70016e-05
-0.00445618
-0.000709596
6.55302e-05
-0.00405709
-0.000988805
6.40276e-05
-0.00354642
-0.00125719
6.22019e-05
-0.00291867
-0.00150579
6.01679e-05
-0.0021995
-0.00170302
5.76691e-05
-0.0014159
-0.00182262
5.51541e-05
-0.000646452
-0.00183077
5.22738e-05
0.00013258
-0.00165937
5.07355e-05
0.00077423
-0.00129041
4.77076e-05
0.00120637
-0.000730646
4.6662e-05
0.00130299
-0.000120215
4.54082e-05
0.00113398
0.000337103
4.37663e-05
0.000825504
0.000516895
4.24207e-05
0.000476406
0.000529904
4.15104e-05
0.000178382
0.000425288
4.14364e-05
0.000245264
4.07103e-05
5.62894e-05
-0.000182022
-5.34108e-05
0.000133671
-0.000301705
-5.49829e-05
0.000186501
-0.000282039
-5.53128e-05
0.000156163
-0.000162007
-5.3691e-05
4.23827e-05
-2.22763e-05
-5.18525e-05
-0.000169098
0.000121623
-4.61331e-05
-0.000472892
0.000267918
-4.21237e-05
-0.000905482
0.000439826
-3.56834e-05
-0.00142305
0.000617419
-2.99616e-05
-0.00200288
0.000769718
-2.32253e-05
-0.00261992
0.000911845
-1.28056e-05
-0.003244
0.00100656
-3.10345e-06
-0.0038313
0.0010428
8.07817e-06
-0.00435935
0.00102526
1.79442e-05
-0.00481442
0.000962915
2.84596e-05
-0.0052124
0.000878074
3.79883e-05
-0.00555134
0.000802507
4.56661e-05
-0.00582903
0.000716856
5.30549e-05
-0.00602188
0.000645713
6.01627e-05
-0.00606443
0.000454586
6.81204e-05
-0.0060268
0.000286794
7.06822e-05
-0.00593849
2.28079e-09
7.17206e-05
-0.0057391
-0.000336719
7.08301e-05
-0.00551628
-0.000673381
7.17446e-05
-0.00523315
-0.00100621
7.12099e-05
-0.00487035
-0.00137182
7.00516e-05
-0.00442822
-0.00172663
6.84046e-05
-0.00389726
-0.00207169
6.60207e-05
-0.00327352
-0.00236745
6.30935e-05
-0.00257713
-0.00256522
5.99775e-05
-0.0018406
-0.00262112
5.62096e-05
-0.00105146
-0.00250254
5.23106e-05
-0.000323198
-0.0020885
4.90097e-05
0.000298008
-0.00140675
4.6988e-05
0.000680071
-0.000566853
4.46906e-05
0.0007944
0.00016947
4.42595e-05
0.000664988
0.000597537
4.29869e-05
0.000417787
0.000744623
4.18843e-05
0.000161054
0.000664212
4.10677e-05
0.00041065
4.00058e-05
4.79035e-05
-0.000258083
-5.97879e-05
8.16e-05
-0.000389068
-6.17453e-05
4.57782e-05
-0.0003067
-6.20071e-05
-0.000104256
-8.97859e-05
-6.0273e-05
-0.00036048
0.000156543
-5.87863e-05
-0.000773359
0.00044698
-5.40517e-05
-0.00132152
0.000727115
-4.85981e-05
-0.0019557
0.000991796
-4.22492e-05
-0.00262466
0.00121682
-3.4196e-05
-0.00328536
0.00137344
-2.35375e-05
-0.00388552
0.00146308
-1.22117e-05
-0.00441672
0.00149706
2.82544e-07
-0.00487325
0.00147156
1.28885e-05
-0.00524814
0.00138194
2.36408e-05
-0.00554819
0.00125625
3.29488e-05
-0.0057764
0.00111011
4.11581e-05
-0.00594385
0.000980614
4.86421e-05
-0.00605399
0.000847751
5.68726e-05
-0.00610618
0.00073242
6.53834e-05
-0.00608437
0.000481808
7.47842e-05
-0.00603278
0.00029396
7.82379e-05
-0.00593481
-2.7737e-05
8.09527e-05
-0.00579287
-0.000406901
8.12321e-05
-0.00565075
-0.000747099
8.16013e-05
-0.00546858
-0.00112554
8.01036e-05
-0.00522467
-0.00156059
7.74704e-05
-0.0049062
-0.0019994
7.44307e-05
-0.0045023
-0.00243826
7.10387e-05
-0.00402257
-0.00282096
6.83603e-05
-0.00345872
-0.00311175
6.65575e-05
-0.00282687
-0.00324937
6.44405e-05
-0.002123
-0.00320841
5.84853e-05
-0.00137297
-0.0028566
5.20329e-05
-0.000660247
-0.0021428
4.73519e-05
-0.000108481
-0.00115828
4.59206e-05
0.000211706
-0.000193299
4.50719e-05
0.0002842
0.000487453
4.34995e-05
0.000210086
0.000788963
4.21022e-05
7.97698e-05
0.000780693
4.10975e-05
0.000497628
3.98018e-05
1.22654e-05
-0.000306709
-6.84875e-05
-3.95523e-05
-0.00040691
-7.0693e-05
-0.000204692
-0.000223278
-7.2239e-05
-0.000519132
0.000134046
-7.00416e-05
-0.000994032
0.000534838
-6.70379e-05
-0.00159392
0.000948026
-6.20993e-05
-0.00225183
0.00129748
-5.58065e-05
-0.00291153
0.00158282
-4.75536e-05
-0.00350892
0.00176483
-3.60318e-05
-0.00403482
0.00186518
-2.2415e-05
-0.0045128
0.00192609
-7.89645e-06
-0.00491645
0.00190684
2.63065e-06
-0.00522901
0.00180595
1.39107e-05
-0.00545141
0.00163633
2.58889e-05
-0.00558615
0.00143523
3.56931e-05
-0.00563466
0.00121223
4.63138e-05
-0.0056356
0.00104928
5.54503e-05
-0.00561647
0.000910613
6.47063e-05
-0.00559533
0.000804568
7.32876e-05
-0.00556572
0.000553394
8.14915e-05
-0.00554739
0.000380038
8.45123e-05
-0.00549442
2.80112e-05
8.72822e-05
-0.00545411
-0.000340685
8.90229e-05
-0.00540307
-0.000696183
8.8366e-05
-0.0053377
-0.00109695
8.6609e-05
-0.00523999
-0.0015746
8.36952e-05
-0.0050793
-0.00208684
8.03224e-05
-0.00483495
-0.00261995
7.67386e-05
-0.00449005
-0.00311315
7.32161e-05
-0.00405328
-0.0035058
7.02617e-05
-0.00354182
-0.00373347
6.88944e-05
-0.00294323
-0.00378891
6.52511e-05
-0.0021964
-0.0036016
5.69693e-05
-0.00143083
-0.00291548
5.01318e-05
-0.000731566
-0.001886
4.49687e-05
-0.000243815
-0.000714695
4.3395e-05
-2.10357e-05
0.000223497
4.30662e-05
2.48785e-05
0.000714054
4.22374e-05
5.04184e-06
0.000784555
4.13495e-05
0.000509639
4.00478e-05
-4.31269e-05
-0.000312179
-7.99986e-05
-0.000225969
-0.000312609
-8.35096e-05
-0.000564157
1.12151e-05
-8.53328e-05
-0.00105849
0.000518956
-8.12869e-05
-0.00166485
0.00103577
-7.82757e-05
-0.00230873
0.00150014
-7.23768e-05
-0.00292248
0.0018439
-6.49402e-05
-0.00347015
0.00208907
-5.48477e-05
-0.00394689
0.00222412
-3.6877e-05
-0.00437695
0.0023055
-2.28438e-05
-0.00473066
0.00230964
-1.26732e-05
-0.00498854
0.00221369
-1.53388e-06
-0.00515829
0.00204053
1.06275e-05
-0.00524848
0.00180088
2.4302e-05
-0.00524474
0.00151056
3.79216e-05
-0.00516452
0.00121335
5.05521e-05
-0.00501763
0.000980007
6.38992e-05
-0.00485501
0.000831244
7.58482e-05
-0.00474204
0.000782921
8.66304e-05
-0.00471692
0.000635726
9.67572e-05
-0.00474052
0.000515193
0.00010051
-0.00472064
0.000127203
0.000104485
-0.00475403
-0.000192564
0.00010391
-0.00478935
-0.000546339
0.000101251
-0.00483472
-0.000944688
9.74587e-05
-0.00488225
-0.0014287
9.23335e-05
-0.00490112
-0.00198011
8.69351e-05
-0.00485917
-0.0025842
8.14686e-05
-0.00471297
-0.00319289
7.67159e-05
-0.00443614
-0.00372435
7.26555e-05
-0.00401925
-0.00410181
6.93359e-05
-0.00353621
-0.00423362
6.70624e-05
-0.00290184
-0.00420972
6.24313e-05
-0.00207857
-0.00372636
5.45961e-05
-0.00125232
-0.00271878
4.82564e-05
-0.000599766
-0.00139644
4.3406e-05
-0.000216938
-0.000190265
4.34375e-05
-6.63911e-05
0.000533416
4.2141e-05
-2.15007e-05
0.000726199
4.19405e-05
0.000496588
4.0252e-05
-0.000137652
-0.000237074
-9.41093e-05
-0.000462933
-9.67284e-05
-9.75319e-05
-0.000952005
0.000378319
-9.65964e-05
-0.0015514
0.00100151
-9.63014e-05
-0.00218245
0.00156564
-9.17033e-05
-0.00276219
0.00200664
-8.56096e-05
-0.00328859
0.00232741
-7.63458e-05
-0.00373515
0.00252401
-5.64426e-05
-0.00409971
0.00260804
-4.67145e-05
-0.00440062
0.00264895
-3.49891e-05
-0.00462264
0.00259986
-2.34073e-05
-0.0047919
0.00246474
-1.01701e-05
-0.00488929
0.00222507
8.00921e-06
-0.00489211
0.00188492
2.79083e-05
-0.00476854
0.00146173
4.47396e-05
-0.00448474
0.000989782
6.2057e-05
-0.0041406
0.000707341
7.64393e-05
-0.00385215
0.000632673
9.27991e-05
-0.0037206
0.000756775
0.00010764
-0.00375682
0.000789339
0.00011525
-0.00382654
0.000705559
0.000118466
-0.00385493
0.000279266
0.000120717
-0.00392102
-5.13648e-06
0.000126576
-0.00401147
-0.000336399
0.000120118
-0.00412755
-0.000716635
0.00011412
-0.0042747
-0.00117853
0.000105961
-0.00443248
-0.00173048
9.77842e-05
-0.00457364
-0.00236258
8.96987e-05
-0.00464667
-0.00305057
8.23371e-05
-0.00458734
-0.00372364
7.6069e-05
-0.00434609
-0.004291
7.11164e-05
-0.00391448
-0.00461917
6.76266e-05
-0.00338941
-0.00469624
6.45076e-05
-0.0026332
-0.00445127
5.8952e-05
-0.00172738
-0.00361082
5.12168e-05
-0.000874217
-0.0022562
4.63564e-05
-0.000320237
-0.000776011
4.24335e-05
-0.000104582
0.000286493
4.13527e-05
-1.76861e-05
0.000619555
4.20908e-05
0.000485382
4.02721e-05
-0.000233695
-8.3798e-05
-0.000111216
-0.000688809
0.00022837
-0.000117348
-0.00127936
0.000833521
-0.000115964
-0.00190064
0.00150542
-0.000112622
-0.00247787
0.00205443
-0.000107558
-0.00300412
0.00248044
-0.000100582
-0.00342563
0.002735
-8.93456e-05
-0.00373115
0.00284924
-7.66684e-05
-0.00399013
0.00291825
-6.45968e-05
-0.00420151
0.00293688
-5.28885e-05
-0.00435099
0.00284404
-3.86073e-05
-0.00443668
0.00265215
-1.85928e-05
-0.00446161
0.00234668
8.05983e-06
-0.00440355
0.00190833
3.33084e-05
-0.00421986
0.00133494
5.88186e-05
-0.00387336
0.000677394
7.47773e-05
-0.00333128
0.000164774
9.19179e-05
-0.00280057
0.000100315
0.000108687
-0.00250413
0.000491576
0.000120796
-0.00267731
0.00106
0.000136184
-0.0029326
0.00108577
0.000148153
-0.00302731
0.000507319
0.000152639
-0.00310921
0.000211145
0.000148298
-0.00322348
-8.89305e-05
0.000144054
-0.00336565
-0.000449999
0.000135056
-0.00356009
-0.000868355
0.00012364
-0.00379432
-0.00139303
0.000111865
-0.00405561
-0.00201071
0.000100497
-0.00429923
-0.00272978
9.02694e-05
-0.00446101
-0.00349564
8.15357e-05
-0.00445724
-0.00423765
7.44778e-05
-0.00421036
-0.00481469
6.91382e-05
-0.0037619
-0.00509919
6.5229e-05
-0.00311292
-0.00505619
6.08483e-05
-0.00220721
-0.00448132
5.56272e-05
-0.00123068
-0.00321138
4.88979e-05
-0.000465731
-0.00154394
4.56427e-05
-0.000100565
-9.94741e-05
4.15288e-05
9.34895e-06
0.000499238
4.28991e-05
0.000506276
4.06279e-05
-0.000330842
0.000155753
-0.000138279
-0.00087495
0.000627528
-0.00013989
-0.00150159
0.00131833
-0.000140134
-0.00210048
0.00199296
-0.000137212
-0.0026323
0.00251465
-0.000133958
-0.00304763
0.00286701
-0.000129037
-0.00332829
0.00302647
-0.000110596
-0.0035709
0.0031388
-9.85217e-05
-0.00377401
0.00319564
-8.87911e-05
-0.00388701
0.00314635
-7.6e-05
-0.00395175
0.00301803
-5.55703e-05
-0.00403374
0.0028436
-2.47384e-05
-0.00415318
0.00256184
8.27446e-06
-0.00424202
0.00203784
4.89221e-05
-0.00395652
0.00105584
6.96948e-05
-0.00305303
-0.000259619
8.77432e-05
-0.00202523
-0.000807386
0.000101016
-0.00146453
-0.000294959
0.000120249
-0.00155438
0.000787818
0.000147223
-0.00205339
0.00175886
0.000170976
-0.00235884
0.001576
0.000185231
-0.00236866
0.000679778
0.000194961
-0.00241847
0.000414636
0.00019222
-0.00253316
0.000176949
0.000183029
-0.002673
-0.000168896
0.000163399
-0.00287391
-0.000536577
0.000147495
-0.00312713
-0.00102267
0.000130027
-0.00343521
-0.00159973
0.000114145
-0.00376985
-0.00230752
0.00010031
-0.00407782
-0.0031136
8.8583e-05
-0.00427791
-0.00397477
7.90618e-05
-0.00427048
-0.00476651
7.17503e-05
-0.00398081
-0.00533814
6.61977e-05
-0.00345468
-0.0055336
6.14401e-05
-0.00264818
-0.0052417
5.69348e-05
-0.00160303
-0.00421896
5.12407e-05
-0.00068138
-0.00244756
4.66725e-05
-0.000128777
-0.000652895
4.32251e-05
-1.27387e-05
0.000374206
4.32092e-05
0.000506348
4.11224e-05
-0.00039199
0.000445342
-0.000157794
-0.000986873
0.00106821
-0.000165033
-0.00160068
0.00178999
-0.000165926
-0.0021384
0.0024295
-0.000166223
-0.00258257
0.00290498
-0.000166574
-0.00289653
0.00316989
-0.000161337
-0.00314593
0.00331197
-0.000146108
-0.00333369
0.00339141
-0.000140439
-0.00341635
0.00337034
-0.000130485
-0.00344202
0.00328064
-0.000113993
-0.00350312
0.00320317
-8.4007e-05
-0.00367155
0.00313304
-4.28127e-05
-0.00388561
0.00287994
5.22006e-06
-0.00355505
0.00177075
4.79802e-05
-0.00212198
-0.000256194
8.76958e-05
-0.000526673
-0.00150046
8.72913e-05
1.73044e-05
-0.000924817
0.000111378
-0.00050348
0.000649186
0.000131577
-0.0012988
0.00194362
0.000170853
-0.00184436
0.00261901
0.000209898
-0.00200469
0.00198403
0.000237134
-0.00192793
0.000799844
0.000246901
-0.00193076
0.000604612
0.000244867
-0.00200582
0.00043529
0.000226409
-0.00212378
0.000115409
0.000205747
-0.00230076
-0.000204619
0.000175728
-0.00253876
-0.000646784
0.000152066
-0.00284377
-0.00117265
0.000130201
-0.00320604
-0.00184122
0.000112085
-0.00358942
-0.00264277
9.70608e-05
-0.00392522
-0.00356581
8.48891e-05
-0.00411224
-0.00451614
7.54524e-05
-0.00404589
-0.00534698
6.83119e-05
-0.00367032
-0.00585346
6.24101e-05
-0.00300817
-0.005849
5.76292e-05
-0.00205139
-0.00512562
5.29816e-05
-0.000983613
-0.00347432
4.84568e-05
-0.00024057
-0.00137849
4.42801e-05
-3.13846e-05
0.00018265
4.37389e-05
0.000497421
4.21083e-05
-0.000402971
0.000739511
-0.000192629
-0.000996858
0.00150344
-0.000198691
-0.00158136
0.00223384
-0.000200436
-0.00208307
0.00283991
-0.000204551
-0.0024697
0.00325078
-0.000208433
-0.00273926
0.00344369
-0.000209782
-0.002919
0.00353877
-0.000197565
-0.00298104
0.00352571
-0.000190654
-0.00294837
0.00342916
-0.000177712
-0.00287627
0.00332216
-0.000153876
-0.00284607
0.00330978
-0.000117745
-0.00288688
0.00332777
-5.36547e-05
-0.00227473
0.00246327
-4.36226e-06
-0.000458728
0.000276173
9.25136e-05
0.00197108
-0.00197952
0.000124161
0.00249763
-0.00165673
0.000134527
0.00134854
0.000247901
9.67578e-05
9.08979e-05
0.00156975
0.000129104
-0.000300854
0.00222935
0.000183303
-0.000624233
0.00304964
0.000245067
-0.000978201
0.0025179
0.000309032
-0.00126734
0.00126387
0.000337358
-0.00142176
0.000960533
0.00033086
-0.00153927
0.000760696
0.000299805
-0.00168108
0.000450764
0.000257501
-0.00184074
0.000137189
0.000220915
-0.00206182
-0.000262793
0.00017915
-0.00233813
-0.000751479
0.000149215
-0.00268332
-0.00137098
0.000125003
-0.00308007
-0.00214098
0.00010592
-0.00348231
-0.00307663
9.10933e-05
-0.0038021
-0.00412313
7.96019e-05
-0.0039238
-0.00516012
7.08791e-05
-0.00374041
-0.00597479
6.37455e-05
-0.00322201
-0.00630665
5.79735e-05
-0.00238016
-0.00590799
5.33054e-05
-0.00128728
-0.00451839
4.9376e-05
-0.000413942
-0.00221681
4.56552e-05
-3.87366e-05
-0.000174232
4.33492e-05
0.000484704
4.23172e-05
-0.000398409
0.0010265
-0.000226982
-0.000969589
0.00191451
-0.000235829
-0.00152483
0.00264999
-0.000240225
-0.00198056
0.00320916
-0.000250525
-0.00230431
0.00354154
-0.000268633
-0.00250869
0.00365752
-0.000274271
-0.00258707
0.00366375
-0.000276293
-0.00252738
0.00353653
-0.000274592
-0.00234625
0.00334585
-0.000261161
-0.00208009
0.00318039
-0.000242908
-0.00181057
0.00322697
-0.000193075
-0.00135556
0.00312984
-0.000130461
0.000410174
0.00121948
-3.17234e-05
0.00316779
-0.00164613
9.91673e-05
0.00321916
-0.00196775
0.000136722
0.000929959
-0.000224049
4.4195e-05
-0.00061159
0.000895602
5.54953e-05
-0.000768505
0.00143062
0.000146568
-0.000829836
0.00247933
0.000215123
-0.000803202
0.00352915
0.000311663
-0.000745108
0.00296059
0.000424897
-0.000918212
0.00182349
0.000483095
-0.00109077
0.00143823
0.000465133
-0.00120633
0.00114982
0.000404698
-0.00135933
0.000847919
0.000332572
-0.00151666
0.000515551
0.000266665
-0.00171074
0.000130601
0.000213832
-0.00195838
-0.000327989
0.000169101
-0.00226727
-0.000908953
0.000137918
-0.00264002
-0.00163875
0.00011396
-0.00305444
-0.00255497
9.61726e-05
-0.00344286
-0.00364587
8.31185e-05
-0.00369979
-0.00482588
7.3349e-05
-0.00370008
-0.00590246
6.54694e-05
-0.0033423
-0.00659336
5.88593e-05
-0.00262739
-0.00655418
5.34645e-05
-0.0015929
-0.0054881
4.96792e-05
-0.000582856
-0.00317765
4.68324e-05
-4.654e-05
-0.000668119
4.59579e-05
0.000475839
4.38401e-05
-0.000366827
0.00127983
-0.000268862
-0.000904311
0.00229071
-0.000279489
-0.00142699
0.00303251
-0.000286104
-0.00183262
0.00352939
-0.000312284
-0.00210786
0.00378038
-0.000338782
-0.00224986
0.00379967
-0.000359292
-0.00224689
0.00368653
-0.000378847
-0.0020774
0.00341236
-0.000388924
-0.00174697
0.00308198
-0.000380988
-0.0012606
0.0028125
-0.000347285
-0.000901889
0.00306601
-0.000281227
0.000271573
0.00250062
-0.000172028
0.00272333
-0.000259176
-3.23226e-05
0.00239052
-0.00120472
0.000154587
-0.00120629
0.000509277
8.31315e-05
-0.00329963
0.000917571
5.48149e-06
-0.00321772
0.000605992
8.18973e-05
-0.0032364
0.00178719
0.00013336
-0.00319916
0.0032857
0.000256682
-0.00222039
0.0034956
0.000470827
-0.00115935
0.00267315
0.000656369
-0.000965776
0.00218707
0.000732342
-0.00099838
0.00188915
0.000686499
-0.00104362
0.00154381
0.000569987
-0.00116215
0.00127671
0.000444183
-0.00131412
0.000941654
0.000338998
-0.00149503
0.000560569
0.000255686
-0.00170873
0.000102855
0.000191719
-0.00197139
-0.000455987
0.000150155
-0.00229905
-0.00115009
0.00012041
-0.00268845
-0.00203206
9.96719e-05
-0.00309441
-0.00313067
8.54011e-05
-0.003428
-0.00439982
7.52674e-05
-0.00356213
-0.00568472
6.70449e-05
-0.00337538
-0.00670049
5.99423e-05
-0.00279576
-0.00705668
5.39574e-05
-0.0018601
-0.00635453
4.91016e-05
-0.000759341
-0.00421797
4.59624e-05
-8.20386e-05
-0.00130477
4.33309e-05
0.000436721
4.27397e-05
-0.000325572
0.00148991
-0.000315375
-0.000825143
0.00262579
-0.000326754
-0.00130336
0.003368
-0.000344474
-0.00166263
0.00379388
-0.000385288
-0.00190037
0.00396882
-0.000426575
-0.00199127
0.00386596
-0.000473558
-0.00192441
0.00361122
-0.000521884
-0.00166128
0.00314606
-0.000567145
-0.00112166
0.00256467
-0.000584363
-0.00068815
0.0024535
-0.000597627
-0.000267119
0.00306421
-0.000492771
0.00107069
0.002294
-0.000376348
0.000947281
0.000525587
-0.000127852
-0.00251764
0.00159107
-1.98002e-05
-0.00343646
0.000648805
-4.48631e-05
-0.00224405
-0.000411114
-2.94897e-05
-0.00236119
0.0010741
-0.000115403
-0.00358105
0.00374658
-0.000189647
-0.00341702
0.00397269
0.000116533
-0.00198682
0.00306588
0.000603235
-0.00100379
0.00251102
0.00102212
-0.000831848
0.00268243
0.0011555
-0.0008193
0.00239617
0.00105084
-0.000872459
0.00202066
0.000823874
-0.00099921
0.00178742
0.000599098
-0.00117099
0.00145488
0.000429259
-0.00136537
0.00106432
0.000304715
-0.00156794
0.000581425
0.000220478
-0.00180198
1.79684e-05
0.000158477
-0.00208053
-0.000668063
0.000123028
-0.00243014
-0.00151389
0.000100202
-0.00282249
-0.00260144
8.60523e-05
-0.00318755
-0.00392082
7.6765e-05
-0.00340502
-0.00536752
6.90605e-05
-0.00334395
-0.00666811
6.20414e-05
-0.00289321
-0.00741862
5.55153e-05
-0.00205
-0.00711519
5.00472e-05
-0.000923896
-0.00527253
4.62336e-05
-0.000116425
-0.00205551
4.4408e-05
0.00037247
4.30606e-05
-0.000279855
0.0016503
-0.000364929
-0.000731258
0.00290937
-0.000380162
-0.00116741
0.00365148
-0.000413138
-0.00150482
0.00401894
-0.000461767
-0.00172636
0.00411164
-0.00052897
-0.00180399
0.00386899
-0.00060939
-0.00174202
0.00346888
-0.000699357
-0.00145145
0.00274681
-0.000789263
-0.00104914
0.00203741
-0.000843905
-0.00115036
0.00256323
-0.000874862
-0.000944093
0.00362329
-0.000678571
-0.000558833
0.0032502
-0.00048821
-0.00196683
0.00205543
-6.20338e-05
-0.00167278
0.00055127
0.000349609
0.0013406
-0.00316777
0.000575164
0.00146193
-0.000227161
0.000429152
-0.00171875
0.00534646
-0.000292919
-0.00389979
0.00759616
-0.000643
-0.0033081
0.0060299
-0.000203215
-0.00265054
0.00468751
0.000867327
-0.001895
0.00312071
0.00180393
-0.00108498
0.0027934
0.00201088
-0.000758076
0.00272922
0.00175244
-0.000775075
0.00255228
0.00125981
-0.000893434
0.00239398
0.00083219
-0.00110608
0.00210045
0.000546028
-0.00132496
0.00168264
0.000352122
-0.0015327
0.0011419
0.000232168
-0.00174181
0.000537863
0.000160191
-0.0019835
-0.000165316
0.000117962
-0.00228534
-0.000996712
9.61976e-05
-0.00264469
-0.00206806
8.43407e-05
-0.00300992
-0.00341406
7.81485e-05
-0.00327077
-0.00498705
7.20835e-05
-0.0032947
-0.00653626
6.52668e-05
-0.00294852
-0.00766379
5.79868e-05
-0.00218893
-0.00778343
5.12436e-05
-0.00109643
-0.00628523
4.65276e-05
-0.00015558
-0.00293318
4.35626e-05
0.00027324
4.30745e-05
-0.000227179
0.00175229
-0.000415746
-0.000625912
0.00313207
-0.000439669
-0.00103789
0.00389565
-0.000481711
-0.00137043
0.00421249
-0.00054836
-0.00160668
0.00422691
-0.000643162
-0.00172136
0.00383582
-0.000768602
-0.0017452
0.00330852
-0.000919234
-0.00149012
0.00222966
-0.00109606
-0.00164252
0.00189764
-0.00123718
-0.00182802
0.00294724
-0.00139486
-0.00161496
0.00471372
-0.0011695
-0.000621867
0.00373333
-0.000953751
0.00186172
-0.000690363
-2.41356e-05
0.00494132
-0.00394699
0.000740311
0.00574245
-0.00476073
0.00136884
0.00214768
0.00516932
-0.000487301
-0.00352171
0.0129194
-0.00241072
-0.00565035
0.0143186
-0.00288626
-0.00604068
0.0133116
-0.00164438
-0.00609425
0.00917969
0.001129
-0.00375999
0.00271294
0.00341062
-0.00144928
0.00146338
0.00364114
-0.000727891
0.00266687
0.00297798
-0.00069316
0.00311345
0.00198213
-0.000804881
0.0031144
0.00115822
-0.00107576
0.00293811
0.000691159
-0.00135102
0.00248895
0.000388776
-0.00159934
0.00186657
0.000225527
-0.00180954
0.00116368
0.000140025
-0.00202145
0.000393088
0.000100149
-0.00226663
-0.000468484
8.3569e-05
-0.00257157
-0.00153653
7.98995e-05
-0.00291454
-0.00289041
8.05369e-05
-0.00318832
-0.00456688
7.76212e-05
-0.00326025
-0.00633689
7.11969e-05
-0.00299022
-0.0078181
6.29953e-05
-0.00229719
-0.00837212
5.45733e-05
-0.00124206
-0.00725247
4.82266e-05
-0.000227027
-0.00387632
4.41262e-05
0.000106118
4.28639e-05
-0.000173234
0.00179092
-0.000467204
-0.000527085
0.00329773
-0.000494345
-0.000923929
0.00410339
-0.000550047
-0.0012737
0.00438374
-0.000635294
-0.00156213
0.00433037
-0.000760597
-0.00178858
0.00379812
-0.000928939
-0.00200899
0.0031606
-0.00114992
-0.00214767
0.00178368
-0.00143014
-0.00302349
0.00215699
-0.00172695
-0.0034476
0.00347264
-0.0021209
-0.00279944
0.00512922
-0.00171282
8.06851e-05
0.00182094
-0.00121551
0.001445
-0.00316023
0.000312639
0.000864374
-0.00558146
0.00199233
0.00176144
-0.00723251
0.00268748
0.000574027
0.00712899
-0.000797235
-4.13356e-05
0.0166649
-0.0049999
-0.00175013
0.024224
-0.00509192
-0.00808241
0.0287572
-0.00148249
-0.0103138
0.0178805
0.0022771
-0.00581122
0.00162939
0.00504878
-0.0011597
-0.0028015
0.00608094
-0.000168243
0.00153428
0.0051039
-0.00019438
0.00355596
0.00319052
-0.000489727
0.00417254
0.00161121
-0.0010117
0.0042323
0.000843216
-0.00145784
0.00368464
0.000387881
-0.00177392
0.0028538
0.00017971
-0.00199339
0.00195727
9.17877e-05
-0.00218773
0.0010625
5.60563e-05
-0.00237077
0.000101019
5.35422e-05
-0.00260935
-0.000991259
6.81506e-05
-0.002896
-0.00237058
8.55637e-05
-0.00316028
-0.00412281
8.80336e-05
-0.00326156
-0.00608767
8.15507e-05
-0.00305839
-0.00789148
7.18695e-05
-0.00243334
-0.00888339
6.03035e-05
-0.00140756
-0.00818331
5.09168e-05
-0.000327972
-0.00488115
4.39789e-05
-0.000160742
4.16468e-05
-9.91031e-05
0.00174168
-0.000508107
-0.000412418
0.00341093
-0.000540691
-0.000822608
0.00429386
-0.000609941
-0.0012198
0.00455064
-0.00071256
-0.00159986
0.00444227
-0.000864637
-0.00204506
0.00381974
-0.00107033
-0.00258821
0.00309282
-0.00135086
-0.00358092
0.00174517
-0.00176446
-0.00498766
0.00256718
-0.00241755
-0.00628551
0.00425088
-0.0030975
-0.00609159
0.00557236
-0.00280303
-0.00340204
0.00204596
-0.00203219
-0.00576091
0.00175734
-0.00240984
-0.00244059
-0.00711334
-0.00208292
0.00610721
-0.0152646
0.00488385
0.00276682
0.0102193
0.00484476
0.00067277
0.0211037
0.00447931
-0.00276648
0.0356147
-0.00314784
-0.010178
0.0408207
-0.00149856
-0.0136969
0.0264954
0.0018801
-0.00667843
-0.000398509
0.00507805
0.0011461
-0.0110915
0.010423
0.00227172
-0.00257841
0.011036
0.0012191
0.00387747
0.00627969
3.33781e-05
0.00634033
0.00220828
-0.000991634
0.00639254
0.000983471
-0.00171915
0.00551593
0.000305297
-0.00213643
0.00422342
8.16591e-05
-0.00235091
0.00297341
6.44753e-06
-0.00250035
0.00187523
-5.68962e-06
-0.00264493
0.000784775
1.72773e-05
-0.00278398
-0.000432177
5.93457e-05
-0.00297068
-0.0018748
0.000100874
-0.00317217
-0.00370259
0.000110208
-0.00325668
-0.00583276
9.86378e-05
-0.00311109
-0.00789386
8.48816e-05
-0.00256914
-0.00930255
6.8208e-05
-0.00158959
-0.00906228
5.42495e-05
-0.000448687
-0.00594379
4.32037e-05
-0.00054749
3.92237e-05
-6.40244e-05
0.00164115
-0.00054892
-0.000365389
0.0034827
-0.000573506
-0.000769252
0.00444444
-0.000652102
-0.00121188
0.00469403
-0.000757192
-0.00168589
0.00453386
-0.000911234
-0.00240722
0.00388258
-0.00109623
-0.00337937
0.00302706
-0.00135312
-0.00522813
0.00170112
-0.00171165
-0.00724462
0.00195487
-0.00242517
-0.00957547
0.00390266
-0.00350122
-0.0101393
0.00708352
-0.00499264
-0.00868936
0.00871469
-0.0040879
-0.00824818
0.0108424
-0.00166003
-0.000738583
-0.00466525
0.0033493
0.00881483
-0.0180033
0.0149883
0.00456688
0.0217484
-0.0157742
-0.00753475
0.0440219
-0.0145745
-0.0128642
0.0406343
-0.00223935
-0.0124194
0.0371187
-0.012782
-0.0116237
0.0271957
-0.00985714
-0.00121878
-0.00802186
0.00253121
0.00871912
-0.0195663
0.0100475
0.00852724
-0.00609112
0.0146602
0.00433674
0.00611588
0.00914048
0.00105126
0.0107704
0.00280291
-0.0012059
0.0104431
0.000859508
-0.00243398
0.0084381
0.000101522
-0.00285109
0.00608198
-0.000172764
-0.00295074
0.00424971
-0.000176113
-0.00302291
0.00292137
-0.000147758
-0.00314858
0.0017143
-7.27867e-05
-0.00321864
0.000282943
4.36279e-05
-0.00326346
-0.00138604
0.000135687
-0.00328436
-0.00340411
0.000146462
-0.00328244
-0.00564237
0.000122048
-0.00315976
-0.00786324
0.000100606
-0.00273036
-0.00960624
7.58949e-05
-0.00185173
-0.00983991
5.59926e-05
-0.000672608
-0.00704695
3.9353e-05
-0.00116178
3.23962e-05
-7.74686e-06
0.00147849
-0.000545412
-0.00029552
0.00352222
-0.000574428
-0.000677909
0.00454744
-0.00065196
-0.00115175
0.0048016
-0.000740942
-0.0016817
0.0045511
-0.00084935
-0.00257832
0.00384622
-0.00088527
-0.00386156
0.00263976
-0.000696199
-0.00624354
0.000728134
-0.000307925
-0.00866103
-0.00028355
-0.00135577
-0.0103407
0.00251991
-0.0040826
-0.00782167
0.00983098
-0.0105864
-0.00394733
0.0192501
-0.0130135
-0.00219386
0.0259476
-0.00149773
-0.00424721
0.00817462
0.0178561
-0.000997627
-0.0144201
0.0119425
-0.00362081
0.0207869
-0.0323098
-0.0179833
0.0566313
-0.028399
-0.011877
0.0286892
-0.00698219
-0.00773557
0.0236388
-0.015834
-0.000662534
0.0124076
-0.011711
0.00865927
-0.0219294
0.000965609
0.0144732
-0.0222792
0.000271457
0.0138696
-0.00525685
0.00779835
0.00784579
0.0107981
0.00980951
0.0016823
0.0182581
0.00375239
-0.00208463
0.0171281
0.00049181
-0.00390489
0.0129139
-0.000231144
-0.00419793
0.00853174
-0.000543104
-0.00395021
0.00573357
-0.00039984
-0.00379661
0.00422908
-0.000317265
-0.00393809
0.00310549
-0.000195098
-0.00402947
0.00137665
3.11621e-05
-0.00393105
-0.000853175
0.000198617
-0.00355753
-0.00343632
0.000203487
-0.00326222
-0.00573199
0.000150593
-0.00313474
-0.00783791
0.000116595
-0.00281034
-0.00980578
7.8703e-05
-0.00206573
-0.0104869
5.21449e-05
-0.000885902
-0.00815525
2.9291e-05
-0.00199167
2.17259e-05
1.23628e-05
0.00126376
-0.000558928
-0.000255611
0.00351104
-0.000580777
-0.000637925
0.00460588
-0.000642503
-0.00115672
0.00487244
-0.000685908
-0.0017984
0.00453565
-0.000677768
-0.00298736
0.0037349
-0.000306598
-0.0050947
0.00210549
0.000885896
-0.0091162
-0.000170953
0.00164772
-0.0132538
-0.00143045
-0.000486356
-0.0159779
0.00359195
-0.00561843
-0.0138831
0.0138232
-0.0159335
-0.0111008
0.025766
-0.0202258
-0.0109127
0.0400224
-0.0100005
-0.0220645
0.0292045
0.00800881
-0.0317337
-0.00150725
0.00345756
-0.0234025
0.00606239
-0.0203137
-0.0107131
0.029711
-0.0210097
0.0022724
0.00984227
-0.00608731
0.0117454
0.00223527
0.00143917
0.0221311
-0.0126487
0.0070766
0.0187002
-0.0299914
0.00869896
0.0127125
-0.020159
-0.000287964
0.00843351
-0.00418009
0.00604644
-0.000461424
0.0129497
0.0149307
-0.00634737
0.0231715
0.00740894
-0.00743577
0.0225386
0.000853115
-0.0075528
0.0170832
-0.00107534
-0.00657604
0.0106644
-0.00135436
-0.00544507
0.0072784
-0.000952761
-0.00523845
0.00631788
-0.000673053
-0.00565971
0.00540557
-0.000262378
-0.00550947
0.0027813
0.000100341
-0.00482985
-0.00045205
0.000200229
-0.00399788
-0.00379405
0.000207226
-0.00326995
-0.00624336
0.000169576
-0.00299024
-0.00798073
0.000131785
-0.00275137
-0.00993147
7.7626e-05
-0.00221247
-0.0109383
3.99408e-05
-0.0011466
-0.00916045
7.64306e-06
-0.00309455
-9.74404e-07
-7.03142e-05
0.00113048
-0.000524091
-0.000324289
0.00348275
-0.000550995
-0.000694976
0.00462397
-0.000594956
-0.00126129
0.00494762
-0.00061396
-0.00205896
0.00459799
-0.000525361
-0.00367769
0.003854
0.000163288
-0.00720496
0.00242892
0.00180007
-0.0137496
0.00117645
0.00233393
-0.0202581
0.000743782
0.0006512
-0.0238518
0.00662335
-0.00433564
-0.0227651
0.0158172
-0.0133848
-0.0195694
0.0238877
-0.0179045
-0.0176226
0.0435888
-0.0137549
-0.0240282
0.0406528
-0.0009252
-0.0378077
0.0140282
0.00117969
-0.032044
-0.00241513
-0.00565876
-0.010345
-0.00513159
-0.0143359
0.00724013
-0.000970523
-0.00301048
0.0278018
-0.00725624
0.0155836
0.0240086
-0.0175476
0.0138039
0.00149099
-0.0193496
0.0107068
-0.0133808
-0.0155985
0.00919163
-0.0175341
-0.00936363
0.0119543
-0.0209041
0.00380488
0.0155735
-0.0203235
0.0167274
0.00887002
-0.0171238
0.0225521
0.00146741
-0.0143343
0.019521
-0.00118078
-0.0111789
0.0115523
-0.00222898
-0.00843784
0.00822188
-0.00137702
-0.00741528
0.00838964
-0.000166967
-0.00728217
0.0074489
0.00133305
-0.00637214
0.00374113
0.00161523
-0.00506293
-0.000201359
0.000694122
-0.00416013
-0.00404589
0.000321699
-0.00322864
-0.00698046
0.000153362
-0.00281375
-0.00830932
0.000131853
-0.00258442
-0.0100892
6.48099e-05
-0.00214228
-0.0113256
2.04279e-05
-0.00122493
-0.0100449
-1.86702e-05
-0.00430052
-1.95999e-05
-0.000126155
0.00105183
-0.000483025
-0.000349016
0.0034254
-0.000514573
-0.000712031
0.00463082
-0.000550969
-0.00132742
0.00507124
-0.000578059
-0.00227575
0.00481846
-0.000493952
-0.00431393
0.00443059
0.000134268
-0.00870725
0.00379858
0.00136735
-0.0162814
0.00391507
0.00180058
-0.0237198
0.00366191
0.00160304
-0.0289047
0.00958195
0.000227015
-0.0300486
0.0184423
-0.00469087
-0.0235371
0.023197
-0.00901686
-0.0151992
0.0458626
-0.00980455
-0.0135606
0.0464416
-0.00293144
-0.0226327
0.02923
0.00687249
-0.0216397
0.00481142
0.00514442
-0.0093751
-0.0176826
-0.0139809
-0.000461384
-0.00756287
-0.0114654
-0.00639995
-0.00248993
0.00493231
-0.0247048
-0.00711526
0.00438094
-0.0346529
-0.013276
0.00098351
-0.0339785
-0.0238134
0.00625126
-0.026359
-0.0250676
0.013241
-0.0175764
-0.0126106
0.0123598
-0.014258
0.00757259
0.00179702
-0.0165479
0.0254241
-0.00780768
-0.0155702
0.0246352
-0.00765426
-0.0118021
0.0131225
-0.00535436
-0.00940894
0.0105699
-0.00261783
-0.0085671
0.0114888
0.00117665
-0.0072619
0.00841233
0.00454209
-0.00537421
0.00345325
0.00379206
-0.00409914
-0.000170089
0.00168549
-0.00353309
-0.00377337
0.000781052
-0.00281746
-0.00736489
0.000156434
-0.00237252
-0.0086648
5.21165e-05
-0.00223505
-0.0101704
3.36065e-05
-0.00191803
-0.0116015
-4.43442e-05
-0.00116063
-0.0107711
-9.84049e-05
-0.0054528
-0.000100404
-0.000145338
0.000994304
-0.000432754
-0.000345206
0.00334763
-0.000463091
-0.000692459
0.00462875
-0.000490843
-0.00131298
0.00521232
-0.000520151
-0.00232527
0.00513376
-0.000445376
-0.00438253
0.0051297
-1.68037e-05
-0.0079711
0.00498135
0.000449727
-0.0137552
0.00578605
0.000224536
-0.0190808
0.00477864
0.000451156
-0.0243472
0.00998252
0.00282489
-0.0301434
0.0222796
0.00387717
-0.0272394
0.0215644
0.00175138
-0.0167108
0.0429214
-0.00691172
-0.0142577
0.0573075
-0.00960686
-0.0241519
0.0353213
0.016442
-0.0278708
0.00826057
0.0297697
-0.0185806
-0.00451422
-0.00883641
-0.0130214
-0.00468828
-0.0209254
-0.017643
-0.00158169
-0.0049536
-0.0233446
-0.0136456
-0.00198712
-0.0242351
-0.0260116
-0.00121303
-0.0186759
-0.0352759
0.00379313
-0.00884345
-0.0320001
0.0149387
0.0023611
-0.0165504
0.0146457
0.00294216
0.00772496
-0.00443427
-0.00603419
0.0289135
-0.0208266
-0.0102096
0.0298422
-0.0170401
-0.00987744
0.0181777
-0.00460758
-0.00971634
0.0146718
0.00111929
-0.00814943
0.0134418
0.00564444
-0.00543853
0.00875576
0.00769102
-0.00411182
0.00248337
0.00410911
-0.00356331
-0.00131079
0.00155643
-0.00280006
-0.00406259
0.00131297
-0.00219315
-0.00734382
0.000361071
-0.0017819
-0.00886594
-0.000127918
-0.00169441
-0.010206
-4.70529e-05
-0.00149064
-0.0117724
-0.000145247
-0.00092138
-0.0113267
-0.000191004
-0.00638258
-0.000175887
-0.000136419
0.000937409
-0.000371271
-0.000283746
0.00323088
-0.000396774
-0.000559994
0.00457759
-0.000416042
-0.00106736
0.00528002
-0.000433514
-0.00189237
0.00534052
-0.000370662
-0.00334007
0.00544324
-0.000116614
-0.00525964
0.00525341
-0.000184065
-0.00854125
0.00612131
-0.000596835
-0.0117007
0.00475123
-0.0012954
-0.0134323
0.00623943
0.00109787
-0.0192468
0.0219727
0.00774878
-0.0217952
0.0194556
0.0114034
-0.0104565
0.0323735
0.000655538
-0.00818167
0.0579853
-0.010414
-0.0187102
0.0323485
0.0228367
-0.0302101
0.00660211
0.0230126
-0.0190792
0.00337526
-0.00324812
-0.000893573
0.00328691
-0.015141
0.00262799
-0.000675709
-0.00970213
-0.00600099
-0.0131954
-0.00659259
-0.0148923
-0.0235304
-0.00405945
-0.0153632
-0.0239241
-0.00143919
-0.00381791
-0.0137829
0.00386649
0.00342145
-0.00300024
0.00234024
-0.00584101
0.0155171
-0.0110184
-0.0221117
0.0283913
-0.0211743
-0.0281906
0.024859
-0.0145229
-0.0257
0.0155714
-0.00135231
-0.0182586
0.00712597
0.00861446
-0.00766616
0.00467758
0.0103551
-0.000940367
0.00347276
0.0105382
-0.00166692
0.000174633
0.00637006
-0.00344634
-0.00249651
0.000711093
-0.00254977
-0.00568007
0.00121083
-0.00142989
-0.00800039
0.000944846
-0.00108617
-0.00893351
-0.000212253
-0.00116088
-0.0101081
-0.000154728
-0.00109895
-0.0118106
-0.000270702
-0.000671898
-0.0117425
-0.000310393
-0.00707481
-0.000274981
-0.000130097
0.000886145
-0.000305627
-0.000226062
0.00308287
-0.000323924
-0.000434662
0.00448518
-0.000329568
-0.000829352
0.00528348
-0.000330035
-0.00148791
0.00547878
-0.000274125
-0.00249461
0.00561042
-0.000135054
-0.00378652
0.0054348
-0.000138894
-0.0057052
0.00612622
-0.000271005
-0.00865999
0.0056556
-0.000655881
-0.00835259
0.00311191
-8.5e-05
-0.00743351
0.0145234
0.00201376
-0.0123843
0.0207723
0.00617357
-0.00887927
0.0264632
0.00669596
0.00100119
0.0474899
0.0027334
-0.00243911
0.0304656
0.0209878
-0.0216212
0.0148188
0.00911935
-0.0194288
-0.00889475
-0.00511597
0.00335507
-0.0231033
-0.00488112
0.0191206
-0.0225795
0.00647371
0.0144384
-0.0161597
0.0140322
-0.00473445
-0.00786602
0.00708208
-0.0161408
0.00321801
-0.00572973
-0.0155889
0.0120689
-0.0110751
-0.0233
0.0138893
-0.00260078
-0.0366627
0.0210274
0.000618466
-0.0430348
0.021038
-0.0132884
-0.0440073
0.0121324
-0.0179008
-0.0393822
0.00381691
-0.0103823
-0.0236247
-0.00823341
0.00784173
-0.00478417
-0.0101847
0.00834894
0.00651996
-0.00813531
0.00471771
0.00381271
-0.000553972
-0.000719857
-0.000642245
3.22526e-05
-0.00650118
-0.000551382
-0.00710904
0.000523297
-0.000113581
-0.0089084
0.00185443
-0.000177882
-0.00878803
1.35375e-05
-0.000550812
-0.00976655
-0.000178025
-0.000715684
-0.0116398
-0.000369216
-0.000465779
-0.0119953
-0.000411798
-0.00757424
-0.000364948
-9.39735e-05
0.000814661
-0.000239016
-0.000141828
0.00290843
-0.000246461
-0.000284623
0.00435547
-0.000239049
-0.000579515
0.00522937
-0.000211005
-0.00111491
0.00556393
-0.000138142
-0.00185979
0.00571094
-4.5044e-06
-0.00299964
0.00572209
0.000196148
-0.00431458
0.00609298
0.0005488
-0.00728834
0.00688164
0.00121507
-0.0101444
0.00361295
0.00235771
-0.00959304
0.00788725
0.00150219
-0.0121059
0.0219427
0.00140344
-0.00997753
0.0276525
0.0079464
-0.000158514
0.0381444
0.0132284
0.000312196
0.0318449
0.0125315
0.000540772
0.0143841
-0.00883467
0.0102878
-0.0286913
-0.0186821
0.0215273
-0.0521927
-0.01131
0.0346526
-0.0584612
0.00153054
0.042093
-0.0405289
0.00129597
0.0448653
-0.0181277
-0.00400936
0.0381892
0.0046641
-0.00964131
0.0146364
0.0290921
-0.010338
-0.0159032
0.0333561
0.00337847
-0.0292128
0.0220543
0.0119129
-0.0255684
0.00897059
-0.00759857
-0.0272636
0.00398079
-0.020268
-0.0281172
-0.00117305
-0.0107807
-0.0178624
-0.0156416
0.0107481
-0.0038297
-0.0185238
0.00981966
0.00413663
-0.0118668
-0.00583599
0.00348138
0.00152859
-0.0192506
0.0030263
0.00152293
-0.017155
0.00390004
-0.0078132
-0.000666953
0.00268862
-0.00816756
0.00163418
0.00136278
-0.00754147
-3.50948e-05
0.000246561
-0.00879174
-0.000279403
-0.000357851
-0.0110982
-0.000451822
-0.000344892
-0.0120431
-0.000484895
-0.00797343
-0.000438045
-6.2638e-05
0.000728861
-0.000176071
-5.06985e-05
0.00269829
-0.000173228
-0.000107533
0.00416126
-0.000142202
-0.000303031
0.00510744
-8.36584e-05
-0.00071458
0.00557463
1.55235e-05
-0.00124301
0.00571764
0.000209171
-0.00204792
0.00584482
0.000529453
-0.00288946
0.00590863
0.00119483
-0.00461097
0.00712905
0.00226812
-0.00839328
0.00530626
0.00407305
-0.0109248
0.0054342
0.00366009
-0.0112043
0.0183303
0.00100233
-0.00548468
0.0270628
0.00321667
0.0017888
0.0298535
0.00612885
0.00242543
0.026736
-0.00270123
0.00832624
0.00996168
-0.0111139
0.0248621
-0.0258577
-0.0128528
0.0271194
-0.0455437
-0.0238345
0.0226053
-0.048035
-0.0184805
0.0211545
-0.0386867
-0.0179022
0.0280028
-0.0307958
-0.0290976
0.0378295
-0.0179462
-0.0311593
0.0331261
0.0142305
-0.0153021
0.010756
0.0323022
0.00503359
0.00288107
0.0128806
0.0114326
0.00334008
-0.00178985
-0.00811181
-0.00157893
-6.43427e-05
-0.020736
-0.00592158
-0.00137224
-0.00766419
-0.00790888
-0.0117446
0.00794587
-0.00700141
-0.0110883
0.00475511
-0.00683937
-0.00373484
-0.0145522
-0.00262331
0.00182624
-0.0260364
0.00469908
-0.00262907
-0.0133648
0.00681174
-0.00753957
0.000673053
0.00462315
-0.00554425
0.000423871
0.00254568
-0.0055387
-0.000674806
0.000937844
-0.00735053
-0.000652642
-4.44261e-05
-0.0101848
-0.000597887
-0.000314746
-0.0118279
-0.000554576
-0.00835473
-0.000491135
-3.30383e-05
0.000621819
-0.000125408
1.96842e-05
0.00247022
-0.000117027
3.9717e-05
0.00392678
-8.16835e-05
-4.30941e-05
0.00492359
-6.70789e-06
-0.000275114
0.00547995
0.000125258
-0.000631378
0.00568086
0.000348561
-0.00114473
0.0058671
0.000725458
-0.00169303
0.00581185
0.00139587
-0.00200014
0.00661527
0.00260973
-0.00351864
0.00588705
0.00332073
-0.00563452
0.00542152
0.00370832
-0.00619054
0.0133055
0.00394051
-0.00524871
0.022663
0.00317372
-0.00221335
0.0214582
0.00671867
0.00154146
0.0158767
0.00493883
0.000847766
0.00577867
-0.00261716
-0.00677429
-0.0135606
-0.0101497
-0.0117697
-0.0229194
0.00361853
-0.0115423
-0.0339595
-0.00113776
-0.000372261
-0.0329706
-0.00715606
0.0174939
-0.0280071
-0.0258139
0.0214768
-0.0221828
-0.0349602
0.0189252
-0.0058915
-0.0165151
0.0143199
0.01102
0.00656888
0.0145033
-0.00645766
0.0089243
0.0135503
-0.0133248
-0.00327779
0.0150215
-0.00750662
-0.0132861
0.0121562
-0.00204755
-0.0118444
0.00194046
0.00199629
-0.00731748
-0.005733
0.00576202
-0.00186107
-0.0068668
0.00387039
-0.00396577
0.000683669
-0.000621121
-0.00782485
0.00780195
-0.00497684
0.000346466
0.00748259
-0.00459306
0.00391002
0.0050613
-0.00217122
-0.000607143
0.00301496
-0.0033208
-0.00133968
0.00128524
-0.00565751
-0.00093748
0.000143469
-0.00908259
-0.000681246
-0.000328038
-0.0114104
-0.000563518
-0.008751
-0.000486276
-3.164e-05
0.00053306
-9.54507e-05
6.13288e-05
0.00222703
-7.64392e-05
0.000155823
0.00364891
-3.53153e-05
0.000169511
0.00468979
4.11176e-05
6.24263e-05
0.00532242
0.000181328
-0.000142073
0.00557764
0.000403314
-0.000398799
0.00577643
0.000773488
-0.000763682
0.00574799
0.00138654
-0.000668964
0.00614744
0.00251078
-0.000692462
0.00603703
0.00267082
-0.00102749
0.00638944
0.00328437
0.000877399
0.0100263
0.00606956
0.00227654
0.0157589
0.00574279
-0.000246038
0.0157838
0.011994
-0.00302149
0.0099231
0.0235759
-0.000295753
-0.00102684
0.0112726
0.00339656
-0.0169671
-0.0191738
-0.00429335
-0.0157946
-0.0137934
-0.0180388
-0.0238627
-0.00468702
-0.0121423
-0.0213841
-0.0179497
0.0108229
-0.0115077
-0.0196289
0.0171867
-0.00569528
-0.018465
0.00589051
-0.00469247
-0.0122486
-0.00592131
-0.000755624
0.00587922
-0.0114684
-0.0176929
0.00306536
-0.00239935
-0.0162137
-0.00705241
0.0149395
-0.00202507
-0.0199682
0.0225147
0.00884707
-0.0276512
0.0156769
0.015387
-0.0109277
0.00741646
0.012852
0.0100124
0.00747082
0.00482716
0.0141649
0.0109369
-7.7405e-06
0.00985286
0.0103546
-0.00136738
0.00699586
0.00699687
0.000195884
0.00241818
0.00461831
0.000802319
-0.00108896
0.00279781
-0.00129138
-0.00138007
0.00119455
-0.00401586
-0.000905749
9.57805e-05
-0.00798923
-0.000618701
-0.000420307
-0.0109388
-0.000494944
-0.00923976
-0.000419597
-3.09145e-05
0.00046295
-6.14354e-05
8.09375e-05
0.00198774
-4.59389e-05
0.000223607
0.00334327
-2.34326e-06
0.000306879
0.004415
6.19773e-05
0.000331318
0.00508267
0.000172672
0.00026285
0.00539841
0.000368339
0.000157425
0.00558623
0.000684152
-3.47726e-05
0.00558021
0.00114252
-1.41176e-05
0.00576953
0.00196224
5.10825e-05
0.00594039
0.00251751
0.000204435
0.00654795
0.00343398
0.00204789
0.00803173
0.00529005
0.00583712
0.0101809
0.00531017
0.00735982
0.0127708
0.00992267
0.00190709
0.0108993
0.0222925
0.000184064
-0.000188808
0.0215857
0.00242855
-0.0162019
0.00412037
0.00216944
-0.021949
-0.000597146
-0.00957964
-0.0285908
0.00547277
-0.010548
-0.0305292
-0.0100188
0.0131793
-0.0206838
-0.0179672
0.0279191
-0.00860088
-0.00547399
0.0150858
-0.00582485
0.00469929
-0.00932718
0.00288136
0.0106361
-0.0166611
-0.012553
0.000516886
-0.000488361
-0.0087223
-0.0207109
0.0206301
0.01059
-0.0305515
0.0294881
0.0179573
-0.0214586
0.0277625
0.0142781
0.00253131
0.0221322
0.0074658
0.0147087
0.0178555
0.00407049
0.0125448
0.013947
0.00341562
0.00908942
0.0091071
0.00361658
0.0053165
0.00528731
0.00415641
0.00124958
0.00328696
0.00295746
-0.000612297
0.00187067
0.000282112
-0.000929872
0.000741431
-0.00279836
-0.000665536
-0.000198921
-0.00703413
-0.000451225
-0.000624665
-0.0105377
-0.000368959
-0.00992125
-0.000314752
-2.41792e-05
0.000398128
-3.25756e-05
8.21756e-05
0.00176553
-1.4495e-05
0.000252686
0.00302691
2.21088e-05
0.000403896
0.00409172
7.60354e-05
0.00050732
0.00478089
0.000167637
0.000544608
0.00512339
0.000312846
0.000574855
0.00528518
0.000560521
0.000553061
0.00527056
0.000894389
0.000586161
0.00533904
0.00144749
0.000617484
0.005474
0.00217702
0.000836279
0.00577997
0.00312051
0.00155143
0.00643378
0.00399795
0.00279127
0.00730438
0.00464701
0.00521234
0.00998201
0.00691172
0.00534468
0.0120225
0.0150485
-0.00227521
0.00901984
0.0188957
-0.0149481
-0.000825699
0.016257
-0.0274629
-0.011411
0.0167821
-0.0354271
-0.0273103
0.00298019
-0.0212047
-0.0490725
-0.0125195
0.016182
-0.0600453
-0.0129649
0.0411188
-0.0366433
-0.00856113
0.0436105
-0.0284616
0.00176492
0.0253145
-0.00964475
0.0214632
0.00522554
-0.0045024
0.0158239
0.0114141
-0.00828054
-0.0055171
0.0289767
-0.00107648
-0.00750131
0.0320546
0.0105499
0.00456865
0.0232925
0.00770618
0.0159049
0.0145841
0.00231069
0.0108013
0.00768947
0.00446212
0.00161818
0.00329436
0.00401371
0.000819084
0.00182709
0.00302393
0.00202667
0.00125658
0.0037809
0.00174528
0.000943976
0.00314223
0.000381481
0.000595747
0.00080117
-0.000288369
-1.83701e-05
-0.00209715
-0.000271143
-0.000664537
-0.00635979
-0.000224438
-0.000936186
-0.01028
-0.00019431
-0.0108976
-0.000182805
-6.67829e-06
0.00032707
-1.09398e-05
9.90185e-05
0.00155626
6.46719e-06
0.000275505
0.00271979
3.80707e-05
0.000453524
0.00376105
8.31706e-05
0.000630741
0.00443088
0.000155313
0.000760553
0.00479308
0.000258633
0.000889819
0.00492097
0.000435158
0.000972947
0.00490032
0.000664891
0.00106992
0.0048887
0.00101797
0.00118929
0.00493018
0.00147405
0.00138321
0.00501378
0.00206642
0.00164608
0.00537445
0.00267542
0.00175558
0.0057453
0.00345045
0.00289243
0.00715297
0.00521679
0.00490784
0.00923409
0.00838324
0.00218337
0.012215
0.0115386
-0.00811461
0.0109803
0.00884346
-0.0184581
0.00442997
-0.0011868
-0.0216497
-0.012549
-0.0176902
-0.0171833
-0.0462518
-0.0187908
0.00142572
-0.0767815
-0.00748535
0.0266978
-0.0639559
-0.0104942
0.0376529
-0.0402454
-0.0153288
0.0290335
-0.0186744
0.0085178
0.00248167
0.00401262
0.0177651
-0.00378598
-0.0100117
0.0104111
0.00851428
-0.0212466
0.0139278
0.013143
-0.00353345
0.0157827
0.00794212
0.00481596
0.0144841
0.00434112
0.000772228
0.004956
0.00145766
0.000495555
-0.00196402
-0.00275883
0.000124274
-0.00399788
-0.00403846
-0.000642838
-0.00200383
-0.00241389
0.000928907
0.000483804
-0.00100178
0.00181456
0.000327964
-0.000475617
0.000437879
8.67581e-05
-0.000634202
-0.00185723
4.75087e-05
-0.00111948
-0.00583332
-1.17784e-05
-0.00129197
-0.0101048
-4.94077e-05
-0.0122076
-6.57674e-05
-3.72777e-05
0.000297609
1.79584e-06
5.78686e-05
0.00137026
1.56141e-05
0.000235245
0.00242393
4.96336e-05
0.000465184
0.00339638
8.3957e-05
0.00071408
0.00403576
0.000137551
0.000939171
0.00439915
0.000219881
0.00117045
0.00449741
0.000347562
0.00137586
0.00446788
0.000512283
0.00157712
0.00441946
0.000749317
0.00179634
0.00440121
0.00104523
0.00201913
0.0044093
0.00143295
0.00228319
0.00460993
0.00190926
0.00246589
0.00481809
0.00257321
0.0030849
0.00557221
0.00371406
0.00485486
0.00672409
0.00514262
0.0081825
0.00884174
0.00686991
0.0106339
0.00833333
0.00822935
0.0123077
0.00366188
0.00661692
0.0129191
-0.00298924
-0.00956837
0.00505246
-0.0240987
-0.0196298
-0.00550679
-0.0540516
-0.00899988
0.000920828
-0.0579144
-0.0126908
0.00522939
-0.0231011
-0.0199974
-0.000747122
-0.00207912
-0.00404867
-0.00953986
0.0127173
0.00698914
-0.0163929
-0.000625476
0.00556807
-0.0156931
-0.0190044
0.0056387
-0.00591525
-0.0137409
0.00529308
0.000291448
-0.000844844
0.00761913
0.0018091
0.00053434
0.00651222
0.00191022
-0.00257507
0.00353088
-0.00131746
-0.00274235
-0.00104533
-0.00369563
-0.00192566
-0.00217903
-0.00279314
-0.000270967
-0.000719663
-0.00131519
0.000722379
1.0272e-05
-0.000731946
6.6861e-05
0.000152933
-0.000866955
-0.00157985
0.000115845
-0.001344
-0.00528428
7.23656e-05
-0.00152162
-0.00989876
2.97674e-05
-0.0137225
2.06429e-06
-4.06981e-05
0.000281627
7.95597e-06
-1.96169e-05
0.00126836
2.57112e-05
0.000142309
0.00215972
4.57054e-05
0.00036318
0.00305844
8.31164e-05
0.000672766
0.00359853
0.000122513
0.000992881
0.00393817
0.000186665
0.0013132
0.00401722
0.000281111
0.00164371
0.00395702
0.000401237
0.00196161
0.00389698
0.00056766
0.00229597
0.00384122
0.000773877
0.00263558
0.00380646
0.00104771
0.00305361
0.00388935
0.00140151
0.00349625
0.00397809
0.00192079
0.00434142
0.004354
0.00276388
0.00592238
0.004864
0.00402947
0.00927084
0.00553067
0.00549956
0.0128896
0.00442155
0.00779564
0.0154266
-0.000156218
0.0108849
0.0156599
-0.00167415
0.00797928
0.00657996
-0.00735898
0.00509557
-0.00983754
-0.0257167
0.00542053
-0.0189548
-0.0324656
-0.00294172
-0.0146314
-0.00648542
-0.00846153
-0.0090457
0.0119171
-0.00143062
-0.00194702
0.0161074
0.00488114
-0.00281576
0.0075812
0.00386489
-0.0100433
-0.0069132
-0.000277528
-0.00876527
-0.0132783
-0.00348203
-0.00242636
-0.00578809
-0.000203817
-0.000563808
0.000255601
0.00341268
-0.000203352
-0.00281687
0.00297895
-0.000276477
-0.00316436
0.000619347
-0.000995816
-0.00128964
-0.000316106
-0.000927045
6.56178e-05
-4.95108e-05
-0.000411339
0.000560796
0.000202321
-0.000197602
6.88707e-05
0.000220308
-0.000604606
-0.00104069
0.000200016
-0.00122586
-0.0045717
0.000117172
-0.00149055
-0.00958753
8.01364e-05
-0.0151786
5.02207e-05
-0.000204721
0.000435648
1.02725e-05
-0.000236919
0.0012276
2.44767e-05
-0.000136266
0.00196701
4.7977e-05
0.000179207
0.00264075
7.18885e-05
0.000555146
0.00310897
0.000114104
0.00102121
0.00334996
0.000160628
0.00145303
0.00344979
0.000234369
0.00188982
0.00337153
0.000325868
0.00231835
0.00330603
0.000450497
0.00275071
0.00323926
0.00060684
0.0031893
0.00318368
0.00081456
0.00369749
0.00318852
0.00108971
0.00427726
0.00319217
0.00148069
0.00516277
0.00329946
0.00205952
0.00655602
0.00336734
0.00294128
0.00890051
0.00323773
0.00401715
0.0112302
0.00216038
0.00582075
0.0118074
-0.000806258
0.00845085
0.0122469
-0.00195328
0.0106167
0.00994017
-0.00429761
0.0121257
-0.000385564
-0.0125292
0.0103333
-0.0126711
-0.0158315
0.00555388
-0.0126211
-0.00394361
0.00321142
-0.00649892
0.00918963
0.00366125
0.00029242
0.0110383
0.00389561
0.00477268
0.00444974
0.00229816
0.00308939
-0.00318273
0.000445313
-0.00146301
-0.00642391
-0.00261234
-0.00161887
-0.00409876
-0.00321715
-0.000179532
-0.000670668
-0.0010173
-0.000595376
-0.00177784
-0.000708226
-0.000897151
-0.00212747
-0.000850022
-0.000682533
-0.000799235
-0.000480198
-0.00017427
7.54422e-05
4.7383e-05
0.000291321
0.00042327
0.000192209
0.000533733
3.28595e-05
0.000221842
0.00022344
-0.000594728
0.000182209
-0.000605937
-0.00363573
0.000160966
-0.00108986
-0.00905114
9.73291e-05
-0.0162231
7.55814e-05
-0.000102402
0.000494534
1.39897e-05
-0.000360945
0.00141961
2.70383e-05
-0.000423089
0.00194591
4.70604e-05
-0.000187913
0.00231472
6.99806e-05
0.000236049
0.0025855
0.000100933
0.000826653
0.00265608
0.000143769
0.00140615
0.0027546
0.000200825
0.00197376
0.00268087
0.000274047
0.00251827
0.00262881
0.000372666
0.00305233
0.00257404
0.000498781
0.00357455
0.00252775
0.000665868
0.0041353
0.0025037
0.00088679
0.00474549
0.00247307
0.00119034
0.0055324
0.00245213
0.00161174
0.00654106
0.00235716
0.00220639
0.00782453
0.00202948
0.00298665
0.00890092
0.00120879
0.00401179
0.00888375
-0.000691962
0.00555546
0.0089535
-0.00214064
0.00744837
0.00782432
-0.00389237
0.00897723
0.00217601
-0.00681981
0.00827332
-0.00504231
-0.00757873
0.00526414
-0.00694135
-0.0034244
0.00405388
-0.00298644
0.00251024
0.00251578
0.00140922
0.00481628
0.00053867
0.00386173
0.0018299
-0.00134811
0.00338772
-0.00154308
-0.000935033
0.00149486
-0.00256703
-0.000859963
0.000436465
-0.00182933
-0.00187534
0.00101032
-0.000936138
-0.00150105
0.000866926
-0.00105474
-0.00115624
0.000411125
-0.0010832
-0.000932029
0.000541251
-0.000355941
-0.000464143
0.00094937
3.75774e-05
4.39241e-05
0.00134537
0.00027298
0.000174406
0.00160896
-7.06325e-05
0.000190881
0.00161452
-0.000478161
0.000171018
0.000838746
-0.00276902
0.00013731
6.52754e-05
-0.00820586
0.000114378
-0.0161045
9.17977e-05
-0.000872323
0.00131961
1.88791e-05
-0.00101232
0.00148802
2.92697e-05
-0.000970345
0.00182299
4.55178e-05
-0.000637074
0.00189561
6.70991e-05
-5.3796e-05
0.00191192
9.37587e-05
0.000597539
0.00191221
0.000129746
0.001325
0.00192451
0.000178727
0.00199414
0.00190375
0.000239007
0.00263875
0.00186912
0.00032072
0.00325733
0.00184389
0.000427334
0.00386277
0.00181643
0.000567002
0.00448588
0.00179244
0.000749945
0.00514023
0.0017592
0.000987302
0.00588402
0.00169563
0.00130007
0.00671781
0.00156763
0.00171447
0.00758664
0.00127522
0.0022305
0.00826856
0.000754029
0.00282485
0.00813513
-0.000257075
0.00365218
0.00748377
-0.00109558
0.00432009
0.00602001
-0.00207025
0.00443868
0.00327183
-0.00361061
0.00391948
6.41593e-05
-0.00390356
0.00294885
-0.00167292
-0.00200338
0.0022339
-0.000480612
3.51935e-05
0.0014956
0.00210349
0.00152421
0.000247193
0.00343093
0.000759581
-0.0010079
0.00311811
-0.000507925
-0.000859371
0.00260711
-0.00131666
-0.000447289
0.00247483
-0.00113857
-0.000707165
0.0026178
-0.000628052
-0.000761681
0.00259166
-0.000476058
-0.000588481
0.00244176
-0.000406576
-0.000423441
0.00254469
-3.59097e-05
-0.000144819
0.00281773
4.41868e-05
8.04574e-05
0.00313902
0.000135739
0.000152653
0.00338312
-0.000190632
0.000168739
0.00358674
-0.000592641
0.000158482
0.00296203
-0.00206352
0.000137816
0.0017183
-0.0068946
0.000113619
-0.0143329
9.60263e-05
-0.00193865
0.00319977
2.37025e-05
-0.0021079
0.00158085
3.35173e-05
-0.00187887
0.00151861
4.56905e-05
-0.00117747
0.00112087
6.10145e-05
-0.000327756
0.000982078
9.2428e-05
0.000589754
0.000913498
0.000116321
0.00150647
0.000915105
0.000165816
0.00239771
0.000915976
0.000217724
0.00324257
0.000921743
0.000290087
0.00406455
0.000922353
0.000385545
0.00486945
0.000921915
0.000510879
0.00568177
0.000913719
0.000670735
0.0065066
0.00090221
0.000868381
0.00735694
0.000856994
0.00111694
0.00820492
0.000780354
0.00142564
0.00897922
0.000628279
0.00178731
0.00956862
0.000385529
0.00215222
0.00962457
-7.51953e-05
0.00265046
0.00930254
-0.00048487
0.00300883
0.00838789
-0.00088759
0.00302228
0.00664216
-0.0015051
0.00273531
0.00484563
-0.00173078
0.00210209
0.00395697
-0.00109999
0.00160195
0.00415664
-0.000425015
0.00097135
0.00526062
0.000274593
0.000316756
0.00619627
3.60717e-05
-0.000198344
0.00646037
-0.000366765
-0.00025016
0.0062382
-0.000602122
-0.000280146
0.00611291
-0.000513611
-0.000404281
0.00626058
-0.000338159
-0.000357088
0.00643823
-0.000199442
-0.000277963
0.00655719
-0.000116761
-0.000155527
0.00681164
2.95542e-05
-1.3157e-06
0.00706403
1.96684e-05
9.67077e-05
0.00734815
5.14923e-06
0.000142172
0.00750214
-0.000241137
0.00014933
0.00759245
-0.000615461
0.000143395
0.00717474
-0.00159338
0.000129816
0.00478461
-0.00445309
0.000113222
-0.00949733
9.6281e-05
0.00315953
2.33051e-05
0.00469546
2.81444e-05
0.0061675
3.86633e-05
0.00724357
5.48402e-05
0.00817711
7.98674e-05
0.00904247
0.000110811
0.00990383
0.000151887
0.0107664
0.000199668
0.0116341
0.00026363
0.0125053
0.000350041
0.0133824
0.000463994
0.0142731
0.000606272
0.0151864
0.000776638
0.0160914
0.000986921
0.0169671
0.00123875
0.0177472
0.00152422
0.018353
0.00180424
0.0185164
0.00214404
0.0183334
0.00235768
0.0177827
0.00231539
0.01667
0.00208882
0.0153896
0.00164842
0.0145918
0.00122463
0.0143522
0.000725807
0.0147722
0.000280258
0.0150799
-9.83357e-05
0.0150802
-0.000187846
0.0149022
-0.000195655
0.0148107
-0.000256507
0.014878
-0.000238209
0.01509
-0.00017502
0.0153465
-8.87382e-05
0.0156756
2.16797e-05
0.015917
0.000100315
0.0160786
0.000139444
0.0159458
0.000147755
0.0154004
0.000141723
0.013857
0.000127044
0.00944913
0.00011039
9.34055e-05
2.07158e-05
-3.42774e-05
-2.97847e-05
6.86918e-05
-6.81974e-05
-2.5511e-05
0.000119479
-7.26456e-05
-2.35223e-05
0.000154939
-5.94187e-05
-1.99553e-05
0.000171148
-3.92885e-05
-1.92225e-05
0.000175887
-3.3066e-05
-1.0533e-05
0.000171932
-2.57984e-05
-4.32825e-06
0.000170324
-3.15976e-05
3.05712e-06
0.000166891
-3.10886e-05
1.37994e-05
0.000163321
-2.7969e-05
1.49635e-05
0.000126519
7.29872e-06
2.25085e-05
5.52944e-05
4.71226e-05
2.42929e-05
-5.51051e-05
8.92445e-05
2.96517e-05
-0.000198037
0.000121779
3.79879e-05
-0.000373441
0.000151975
4.75701e-05
-0.000574756
0.000167446
6.607e-05
-0.00080972
0.000196178
7.80557e-05
-0.00108938
0.000235985
9.03176e-05
-0.00144329
0.000303108
0.000105609
-0.00187064
0.000369771
0.000123058
-0.00230583
0.000365691
0.000137383
-0.0026221
0.000225893
0.000156475
-0.00283343
0.000103008
0.000173908
-0.00285837
-0.000107817
0.00019443
-0.00274062
-0.000273709
0.000216598
-0.00248892
-0.000428541
0.000236413
-0.00210864
-0.000575146
0.000253558
-0.00161752
-0.000701867
0.000267884
-0.00103561
-0.000801518
0.000274713
-0.000404016
-0.000857833
0.00027938
0.000257834
-0.000878423
0.000267223
0.000777853
-0.000715692
0.000244713
0.00110582
-0.000493684
0.000212728
0.00115423
-0.000168009
0.000165601
0.000989067
8.8293e-05
0.000121168
0.000703333
0.000244917
8.36495e-05
0.0004219
0.000260471
6.1701e-05
0.000202911
0.000211614
4.79268e-05
5.99478e-05
0.000142392
4.12143e-05
6.43905e-05
3.61102e-05
5.14721e-05
-0.000105304
-2.87775e-05
0.000135955
-0.000184983
-1.79762e-05
0.000210118
-0.000182774
-1.38611e-05
0.000246702
-0.000137773
-6.50702e-06
0.000243626
-8.08022e-05
-1.49424e-06
0.000174543
-1.3731e-05
6.43142e-06
5.73895e-05
3.57987e-05
1.80728e-05
-0.000117259
8.33269e-05
2.45708e-05
-0.000380268
0.00017358
3.22557e-05
-0.000726631
0.000260466
3.89789e-05
-0.00113508
0.000358729
4.7516e-05
-0.00158579
0.000442902
5.37293e-05
-0.00206863
0.000516658
6.35314e-05
-0.00256922
0.000560763
7.79151e-05
-0.00306227
0.000576478
9.34223e-05
-0.00353388
0.000553862
0.000118406
-0.0039703
0.00053482
0.000138808
-0.00435283
0.000508532
0.000159597
-0.00467857
0.000512243
0.000175327
-0.00488292
0.000455938
0.000186677
-0.00500118
0.00035835
0.000196308
-0.00501882
0.000109606
0.000203465
-0.0049239
-0.000122205
0.000199826
-0.00473781
-0.000436383
0.000209481
-0.00445684
-0.000708194
0.000219046
-0.00405958
-0.00098891
0.000227133
-0.00354993
-0.00125808
0.000235475
-0.00292233
-0.00150734
0.000238036
-0.00220299
-0.00170469
0.000241509
-0.001419
-0.00182514
0.000238469
-0.000649617
-0.00183329
0.000237763
0.000128611
-0.001662
0.000218819
0.00077052
-0.00129068
0.000202796
0.00120287
-0.000729717
0.000176018
0.00130038
-0.000119369
0.000155568
0.00113244
0.000338263
0.000118358
0.00082495
0.000516904
9.34759e-05
0.000476097
0.000530188
7.17912e-05
0.00017868
0.000426028
5.52181e-05
0.000245465
3.83141e-05
5.7633e-05
-0.000185909
-3.04392e-05
0.000136546
-0.000304558
-1.43214e-05
0.000190664
-0.000285056
-7.14919e-06
0.000161321
-0.000165802
3.68091e-06
4.76789e-05
-2.62938e-05
7.28113e-06
-0.00016221
0.00011638
3.36448e-05
-0.00046354
0.000261854
3.31502e-05
-0.000897839
0.000433605
4.8337e-05
-0.00141689
0.000611749
5.09222e-05
-0.00199797
0.000764928
5.33858e-05
-0.00261454
0.000907632
5.48689e-05
-0.00323816
0.00100463
5.87871e-05
-0.00382534
0.00104377
6.81465e-05
-0.00435429
0.00102859
7.90699e-05
-0.00480983
0.000968834
9.16419e-05
-0.00520876
0.000885447
0.000105326
-0.0055484
0.00080882
0.000111309
-0.00582499
0.000721883
0.000116297
-0.00601555
0.000649896
0.000113067
-0.00605557
0.000458384
0.000105696
-0.00601703
0.000291271
9.92223e-05
-0.0059311
5.86664e-06
8.95256e-05
-0.00573222
-0.000330712
8.04513e-05
-0.00551332
-0.000671135
8.7596e-05
-0.00523246
-0.0010055
8.76553e-05
-0.00487113
-0.00137162
9.14307e-05
-0.0044299
-0.00172656
9.56488e-05
-0.00389984
-0.00207183
0.000100454
-0.00327681
-0.00236775
0.000103123
-0.00258112
-0.00256601
0.000105156
-0.00184469
-0.00262235
0.000108836
-0.00105513
-0.00250547
0.000106209
-0.000326241
-0.00209119
0.000120636
0.000295066
-0.00140691
0.000102872
0.000676625
-0.000565412
0.000109175
0.000792609
0.000171085
9.54514e-05
0.000664478
0.000598935
8.90883e-05
0.000417923
0.000745873
7.27562e-05
0.000161709
0.000665053
5.82574e-05
0.000411297
3.58833e-05
4.97705e-05
-0.000263736
-3.17317e-05
8.46391e-05
-0.000393464
-7.70837e-06
4.86417e-05
-0.000311539
4.74503e-07
-0.000100698
-9.6072e-05
1.9337e-05
-0.000356435
0.0001483
2.23565e-05
-0.000766828
0.000437558
3.51626e-05
-0.0013132
0.000717008
4.26163e-05
-0.00194733
0.000981858
4.36268e-05
-0.00261746
0.00120719
4.05001e-05
-0.00327864
0.00136537
3.71967e-05
-0.00387907
0.001459
3.68473e-05
-0.00440999
0.0014976
3.82286e-05
-0.00486564
0.00147443
3.78817e-05
-0.0052392
0.00138557
4.0217e-05
-0.00553975
0.00126104
4.12876e-05
-0.00577071
0.00111572
4.18421e-05
-0.00593984
0.000986719
3.98729e-05
-0.00605147
0.00085445
3.59453e-05
-0.00610403
0.00073967
2.81603e-05
-0.00608111
0.000489216
2.10402e-05
-0.00602847
0.000302509
1.43587e-05
-0.00593121
-1.85966e-05
8.15379e-06
-0.00579129
-0.000398042
8.6365e-06
-0.00565139
-0.00073923
9.79336e-06
-0.0054705
-0.0011191
1.28253e-05
-0.00522732
-0.0015558
1.84661e-05
-0.00490932
-0.00199656
2.64307e-05
-0.0045055
-0.00243688
3.22724e-05
-0.00402585
-0.00282073
4.16877e-05
-0.00346177
-0.00311236
4.88327e-05
-0.00282701
-0.00325099
5.83183e-05
-0.00212361
-0.0032106
6.02163e-05
-0.00137315
-0.00285909
6.94607e-05
-0.000661721
-0.00214401
7.30241e-05
-0.00011142
-0.00115691
8.71187e-05
0.000209711
-0.0001918
8.68237e-05
0.000283122
0.000490291
7.87327e-05
0.000210048
0.000790684
7.0364e-05
7.98799e-05
0.000781454
5.48623e-05
0.000498254
3.27249e-05
1.43969e-05
-0.000314769
-3.18516e-05
-3.68432e-05
-0.000414831
1.91474e-06
-0.000203241
-0.000232581
1.52003e-05
-0.000516828
0.000123003
2.44701e-05
-0.000990636
0.000522145
3.29253e-05
-0.00158819
0.000933848
3.91635e-05
-0.00224422
0.00128396
3.32736e-05
-0.00290428
0.00156945
2.49187e-05
-0.00350217
0.00175185
1.72038e-05
-0.00402727
0.0018557
1.23534e-05
-0.00450351
0.0019215
5.84409e-06
-0.00490578
0.00190465
-2.15567e-06
-0.0052196
0.00180656
-4.39914e-06
-0.00544239
0.00164067
-6.4157e-06
-0.00557987
0.00144085
-6.63864e-06
-0.00563184
0.0012193
-5.29477e-06
-0.00563401
0.00105583
-1.14893e-05
-0.00561431
0.000919138
-1.96884e-05
-0.00559067
0.000813983
-2.46573e-05
-0.00555944
0.000564413
-2.49422e-05
-0.005541
0.000392863
-2.42736e-05
-0.00548883
4.11217e-05
-2.46086e-05
-0.005452
-0.00032546
-2.03979e-05
-0.00540376
-0.000682465
-1.66337e-05
-0.0053404
-0.00108439
-1.14596e-05
-0.00524388
-0.0015638
-4.82051e-06
-0.00508369
-0.00207788
1.45631e-06
-0.00483934
-0.00261306
8.56015e-06
-0.00449524
-0.00310858
1.69621e-05
-0.00405904
-0.00350234
2.40385e-05
-0.00354517
-0.00373096
3.49973e-05
-0.00294352
-0.00378728
4.02774e-05
-0.00219574
-0.00360323
5.3332e-05
-0.00143032
-0.0029174
5.81065e-05
-0.000732845
-0.00188572
7.63074e-05
-0.00024599
-0.000713747
7.84831e-05
-2.2455e-05
0.000225884
8.3938e-05
2.48031e-05
0.000715704
6.99619e-05
4.67389e-06
0.000785773
5.71592e-05
0.000510192
3.27834e-05
-4.1436e-05
-0.000324498
-2.88332e-05
-0.00022405
-0.000326312
1.05845e-05
-0.000563906
-3.10581e-06
2.50485e-05
-0.00105804
0.000502553
3.32992e-05
-0.00166298
0.00101795
3.08603e-05
-0.00230381
0.00148185
2.04465e-05
-0.00291511
0.00182599
4.32931e-06
-0.00346207
0.00206959
-8.0286e-06
-0.00393577
0.00220988
-2.1203e-05
-0.00436332
0.00229378
-3.33767e-05
-0.00471615
0.00230387
-4.22124e-05
-0.00497362
0.00221259
-5.20006e-05
-0.00514484
0.0020425
-5.4092e-05
-0.00523727
0.00180597
-4.8564e-05
-0.00523687
0.00151747
-3.90991e-05
-0.00515942
0.00122299
-3.05813e-05
-0.00501361
0.000991146
-1.72254e-05
-0.00485035
0.000846567
-1.48496e-05
-0.00473446
0.000797891
-1.31658e-05
-0.00470879
0.000652841
-1.73352e-05
-0.00473463
0.000535999
-1.67889e-05
-0.00471648
0.000147628
-2.01687e-05
-0.00475383
-0.00017174
-1.24615e-05
-0.00479186
-0.000527835
-1.53514e-05
-0.0048397
-0.000927897
-1.11941e-05
-0.00488845
-0.00141441
-8.31464e-06
-0.00490777
-0.00196823
-3.39423e-06
-0.00486536
-0.00257452
5.23957e-07
-0.00471871
-0.00318523
6.71052e-06
-0.00444204
-0.00371821
1.18549e-05
-0.00402524
-0.00409702
1.8593e-05
-0.00353861
-0.00422959
2.27401e-05
-0.00290122
-0.00420874
3.05488e-05
-0.00207796
-0.00372861
4.25412e-05
-0.00125168
-0.00272015
5.64026e-05
-0.000600766
-0.00139659
7.53409e-05
-0.000219142
-0.000189339
7.70338e-05
-6.80479e-05
0.00053417
7.25798e-05
-2.22891e-05
0.000727206
5.47475e-05
0.000496714
3.14379e-05
-0.000136104
-0.000255559
-2.69445e-05
-0.000463089
-0.000114707
1.78474e-05
-0.000954341
0.000358912
3.26372e-05
-0.00155334
0.000979476
2.57783e-05
-0.00218057
0.00154199
1.14817e-05
-0.00275571
0.00198355
-1.21608e-05
-0.00328074
0.00230407
-2.94069e-05
-0.00372204
0.00250411
-4.96601e-05
-0.00408379
0.00258929
-6.43744e-05
-0.00438093
0.00263501
-7.90711e-05
-0.00460322
0.00259219
-8.94416e-05
-0.00477487
0.00246271
-8.86553e-05
-0.00487404
0.00222527
-7.55855e-05
-0.00488054
0.00189221
-5.18292e-05
-0.00475929
0.00146902
-2.80754e-05
-0.00447793
0.00100049
3.19826e-06
-0.00413258
0.000720997
1.23687e-06
-0.0038453
0.000657648
-5.56665e-06
-0.00371329
0.00078084
-7.3184e-06
-0.00375025
0.000817134
-1.20875e-05
-0.00381893
0.00073358
-1.04368e-05
-0.00385052
0.00030813
-8.19844e-06
-0.00391996
2.28734e-05
1.40374e-06
-0.00401612
-0.000309073
-2.47991e-06
-0.00413453
-0.000695341
-3.02577e-08
-0.00428311
-0.00116107
1.19249e-06
-0.00444141
-0.00171637
4.22703e-06
-0.00458242
-0.00235117
7.36395e-06
-0.00465445
-0.00304134
1.04831e-05
-0.00459418
-0.00371619
1.37772e-05
-0.00435312
-0.0042854
1.84343e-05
-0.0039196
-0.00461458
1.90963e-05
-0.00339067
-0.00469286
1.97038e-05
-0.00263324
-0.00445138
2.42835e-05
-0.00172772
-0.00361314
3.86867e-05
-0.000874773
-0.00225729
5.41088e-05
-0.000321693
-0.000776312
7.63276e-05
-0.000105581
0.000285738
7.36732e-05
-1.72281e-05
0.000619871
6.10729e-05
0.000485763
3.39934e-05
-0.000233891
-0.000107213
-2.56723e-05
-0.000691068
0.000205193
1.9929e-05
-0.00128273
0.000808192
2.64173e-05
-0.00190218
0.00147777
8.53469e-06
-0.00247572
0.00202691
-1.8935e-05
-0.00299838
0.0024522
-4.65764e-05
-0.00341485
0.00270553
-7.4331e-05
-0.00371679
0.00282041
-9.10268e-05
-0.00396984
0.00289296
-0.000115219
-0.00417847
0.00291685
-0.000126106
-0.00432848
0.0028302
-0.000126598
-0.0044167
0.00264596
-0.000113627
-0.00444197
0.00234597
-8.7367e-05
-0.00438552
0.00192033
-5.12604e-05
-0.00420451
0.00134664
1.85292e-07
-0.00386325
0.000698328
3.56809e-05
-0.00332251
0.00018373
8.8443e-05
-0.00279468
0.000135482
0.000103016
-0.00249609
0.000516631
8.64177e-05
-0.0026678
0.00109108
3.39474e-05
-0.00292316
0.00112599
1.1103e-05
-0.00302478
0.0005512
1.11879e-05
-0.00311305
0.000250008
9.42903e-06
-0.00322969
-5.49227e-05
6.53827e-06
-0.00337506
-0.000421177
6.2675e-06
-0.00357118
-0.000846088
4.7687e-06
-0.00380573
-0.00137631
6.36521e-06
-0.00406668
-0.00199797
8.24875e-06
-0.00430941
-0.00271992
1.15752e-05
-0.00447008
-0.00348785
1.38582e-05
-0.00446545
-0.00423149
1.59331e-05
-0.00421755
-0.00481008
1.67378e-05
-0.00376596
-0.00509542
1.61991e-05
-0.00311375
-0.00505443
1.1699e-05
-0.00220694
-0.00448264
1.83147e-05
-0.00123103
-0.00321332
2.90114e-05
-0.00046612
-0.00154476
4.91784e-05
-0.000101277
-9.83659e-05
6.07876e-05
9.8904e-06
0.000499064
5.25362e-05
0.000506063
3.02162e-05
-0.00033183
0.000125573
-3.92349e-05
-0.000878338
0.000599446
1.23649e-05
-0.00150668
0.0012888
7.59229e-06
-0.0021019
0.0019607
-2.49222e-05
-0.00262921
0.00248127
-6.09994e-05
-0.00303811
0.00282885
-9.67898e-05
-0.00331559
0.00298818
-0.000115767
-0.00355157
0.00310253
-0.000144651
-0.0037492
0.00315972
-0.000157921
-0.00385798
0.00311393
-0.000164294
-0.00392368
0.0029941
-0.000153771
-0.00400659
0.00283417
-0.000130045
-0.00412602
0.00256141
-8.7739e-05
-0.00422583
0.00206463
4.42503e-06
-0.00394492
0.00106931
6.6115e-05
-0.00304244
-0.000256885
0.000140474
-0.00200649
-0.000804647
5.34411e-05
-0.00144834
-0.000265923
-3.64964e-05
-0.00153672
0.00083975
-8.75156e-05
-0.00203747
0.00181632
-5.35294e-05
-0.00234734
0.00163847
-1.73725e-05
-0.00236751
0.000748742
1.75765e-05
-0.00242806
0.000478219
2.45632e-05
-0.00254704
0.000225855
2.12324e-05
-0.00268922
-0.000130772
1.51729e-05
-0.00288993
-0.000508436
1.0554e-05
-0.0031422
-0.0010027
8.67982e-06
-0.00344904
-0.00158557
8.583e-06
-0.00378242
-0.00229714
1.09138e-05
-0.00408921
-0.00310598
1.35093e-05
-0.004288
-0.00396886
1.52144e-05
-0.00427899
-0.0047618
1.44611e-05
-0.00398709
-0.00533415
1.30239e-05
-0.00345802
-0.00553068
8.607e-06
-0.00264867
-0.0052412
6.14603e-06
-0.00160367
-0.00422001
1.29315e-05
-0.000682158
-0.00244914
2.95389e-05
-0.000128864
-0.000653026
4.45899e-05
-1.15284e-05
0.000374876
5.00594e-05
0.000506069
2.95883e-05
-0.000395984
0.000411283
-4.75207e-05
-0.000993656
0.00103537
-3.29055e-06
-0.0016068
0.00175502
-1.89956e-05
-0.00214052
0.00239145
-6.32643e-05
-0.00258044
0.00286022
-0.000105605
-0.00289098
0.00312184
-0.00014379
-0.00313593
0.0032624
-0.000175385
-0.00331491
0.00333585
-0.000194774
-0.00338886
0.00331261
-0.000209436
-0.00340611
0.00322482
-0.000207635
-0.00346479
0.00316025
-0.000191478
-0.00363166
0.00311452
-0.000156285
-0.00384845
0.00287672
-9.33081e-05
-0.00353447
0.00179881
-1.80807e-07
-0.00214266
-0.000232004
-2.80123e-06
-0.000557658
-0.00152253
-0.000232068
-1.68263e-05
-0.000937643
-0.000296459
-0.000513041
0.00065181
-0.000289942
-0.00128405
0.00198563
-0.000204016
-0.0018252
0.00270558
-0.000138211
-0.00199308
0.00208067
-3.71836e-05
-0.00193238
0.00090488
3.00581e-05
-0.00194612
0.000698771
3.80584e-05
-0.00202929
0.000508532
2.68985e-05
-0.00214734
0.000168558
2.4467e-05
-0.0023237
-0.000167693
1.13397e-05
-0.00255879
-0.000622448
6.90399e-06
-0.00286118
-0.00115663
3.6495e-06
-0.0032213
-0.00183031
5.3805e-06
-0.00360287
-0.00263525
7.8895e-06
-0.00393688
-0.00356029
1.03348e-05
-0.0041219
-0.00451166
1.03325e-05
-0.00405338
-0.00534267
8.31024e-06
-0.00367525
-0.0058495
3.10634e-06
-0.00301073
-0.0058463
-1.7923e-06
-0.00205175
-0.00512472
-1.29769e-06
-0.000984286
-0.00347498
6.83297e-06
-0.000241089
-0.00137936
2.7419e-05
-3.12227e-05
0.000180777
2.79721e-05
0.000495938
2.10158e-05
-0.000407012
0.000698996
-7.33307e-05
-0.00100471
0.00146467
-3.02876e-05
-0.00158963
0.00219189
-5.23851e-05
-0.002089
0.0027921
-0.000105822
-0.00247417
0.00319462
-0.000157661
-0.00273907
0.00338259
-0.000205632
-0.00291054
0.00346836
-0.000232054
-0.00295989
0.00344658
-0.000252033
-0.00291233
0.00334619
-0.00025885
-0.00282438
0.0032395
-0.00025651
-0.00278828
0.00324123
-0.000234822
-0.00282555
0.00329992
-0.000201793
-0.00225074
0.00246844
-0.000170881
-0.000522909
0.00037399
-0.000210498
0.00176944
-0.00182111
-0.000579083
0.00222633
-0.00162053
-0.000224364
0.00116082
9.23167e-05
0.000132309
9.6361e-05
0.00138681
0.000458563
-0.000225611
0.00221902
0.000271885
-0.000569509
0.00315975
0.000134797
-0.000958872
0.00267845
0.000100606
-0.00128099
0.00143597
0.000128378
-0.00145689
0.00111355
9.19872e-05
-0.00158137
0.000874439
5.83741e-05
-0.00172215
0.000526907
3.9929e-05
-0.00187393
0.000187205
1.78033e-05
-0.00209007
-0.000231442
4.27867e-06
-0.00236087
-0.000732607
-4.00635e-06
-0.00270204
-0.00135902
-5.11121e-06
-0.00309583
-0.00213344
-2.09834e-06
-0.00349561
-0.0030717
2.2817e-06
-0.00381285
-0.00411924
4.41625e-06
-0.00393193
-0.00515596
3.24535e-06
-0.00374607
-0.00597046
-1.15464e-06
-0.00322595
-0.00630277
-5.6902e-06
-0.00238189
-0.00590534
-1.0133e-05
-0.00128777
-0.00451715
-2.57469e-06
-0.000415226
-0.00221746
1.12086e-05
-3.90564e-05
-0.000176583
2.45388e-05
0.000482952
1.62462e-05
-0.000404689
0.000980617
-0.000103915
-0.000982151
0.00186853
-6.22317e-05
-0.00153949
0.00259986
-9.08548e-05
-0.00199615
0.00315067
-0.000152444
-0.00231992
0.00347168
-0.000221918
-0.00251907
0.003577
-0.000269529
-0.00258835
0.00356605
-0.000304705
-0.00251404
0.00342322
-0.000325552
-0.00231072
0.00322181
-0.000340088
-0.00201887
0.00304772
-0.000342982
-0.00173441
0.00311002
-0.000346322
-0.0012784
0.00304649
-0.00033303
0.00045501
0.00121117
-0.00050787
0.00308568
-0.00140281
-0.000754703
0.00288563
-0.00158922
0.000104873
0.000516308
-0.000174795
0.000967784
-0.000750471
0.000475449
0.000939141
-0.000682461
0.00110701
0.000358347
-0.000714156
0.00248015
-1.43109e-05
-0.000716549
0.00370178
-0.000227978
-0.00071821
0.00323334
-0.000128327
-0.000945919
0.00211761
2.91618e-05
-0.00115069
0.0017025
8.0953e-05
-0.00127547
0.00133715
6.67636e-05
-0.0014226
0.000963299
4.33116e-05
-0.00156798
0.000582381
1.68663e-05
-0.00174789
0.00017043
-8.12649e-06
-0.00198829
-0.000303598
-1.95088e-05
-0.00229022
-0.000896376
-2.27898e-05
-0.00265835
-0.00163195
-1.94058e-05
-0.00306922
-0.00255136
-1.32903e-05
-0.00345446
-0.00364292
-7.96259e-06
-0.00370844
-0.00482209
-6.54222e-06
-0.00370611
-0.00589803
-9.28913e-06
-0.00334655
-0.00658891
-1.45624e-05
-0.0026306
-0.00655073
-1.70922e-05
-0.00159498
-0.00548581
-1.72755e-05
-0.000584398
-0.00317658
-4.6332e-06
-4.77165e-05
-0.000670368
3.06305e-06
0.00047379
5.28567e-06
-0.000375697
0.00122943
-0.00014198
-0.000923197
0.00223858
-0.000102036
-0.00144962
0.00297376
-0.000133586
-0.00185976
0.00345887
-0.000210343
-0.00213552
0.00369374
-0.000285081
-0.00227161
0.00369327
-0.000339469
-0.00225545
0.00355331
-0.000382271
-0.00206266
0.00324971
-0.000408206
-0.00169562
0.00289696
-0.000423181
-0.00115429
0.00259641
-0.000437317
-0.000785625
0.0028876
-0.000427473
0.000390011
0.00234664
-0.000647811
0.00278166
-0.000290752
-0.000922053
0.00235619
-0.000899095
7.63416e-05
-0.00130501
0.000917255
0.00123786
-0.00338036
0.000818758
0.00108727
-0.00330993
0.000159064
0.000327858
-0.00334863
0.00153363
-0.000254563
-0.00320148
0.00325043
-0.000660753
-0.00213321
0.00367825
-0.000573911
-0.00113068
0.00314389
-0.000256715
-0.00103115
0.00272351
2.69043e-05
-0.00111527
0.00236809
0.000105038
-0.00116677
0.001864
9.46306e-05
-0.00126541
0.00145872
4.74018e-05
-0.00139397
0.0010415
8.44696e-06
-0.00155194
0.000613006
-2.89212e-05
-0.00174925
0.000131934
-4.65045e-05
-0.00200122
-0.000442912
-5.134e-05
-0.00232059
-0.00114662
-4.55434e-05
-0.00270425
-0.00203222
-3.58126e-05
-0.00310617
-0.00313013
-2.54735e-05
-0.00343681
-0.00439701
-1.91707e-05
-0.00356865
-0.00568065
-1.84996e-05
-0.00338037
-0.00669623
-2.10039e-05
-0.00279985
-0.00705341
-2.38851e-05
-0.0018635
-0.00635229
-2.07708e-05
-0.000761603
-0.00421718
-1.53423e-05
-8.33937e-05
-0.00130634
1.09492e-06
0.000434405
-1.27008e-06
-0.000339435
0.00143735
-0.000183856
-0.000851559
0.00256949
-0.000145548
-0.00133791
0.00330186
-0.000186232
-0.0017065
0.00371179
-0.000269616
-0.00194942
0.00386352
-0.000353429
-0.00204036
0.00373155
-0.000420899
-0.00196363
0.00343587
-0.000481184
-0.00168019
0.00292307
-0.000523953
-0.00110322
0.00229989
-0.000564257
-0.000620888
0.00212147
-0.000605015
-0.000174659
0.00276644
-0.000817837
0.00127045
0.00184048
-0.0013153
0.00110523
0.000373286
-0.000626674
-0.00234146
0.00170806
0.000819732
-0.00335488
0.000854093
0.00103172
-0.00230827
-0.00075646
0.000499126
-0.00262688
0.000514781
-0.00015251
-0.00368138
0.00305726
-0.000658777
-0.00315731
0.00347387
-0.000630986
-0.00164662
0.00332078
-0.000549984
-0.00089008
0.00348819
-7.87117e-05
-0.000940432
0.00372704
0.000202324
-0.00104305
0.00329046
0.000231084
-0.00110318
0.00258027
0.000167733
-0.0011786
0.00207552
5.77062e-05
-0.00129903
0.00160664
-1.54508e-05
-0.00145374
0.00114009
-6.76598e-05
-0.0016248
0.000618359
-9.48765e-05
-0.00184129
3.09117e-05
-9.88622e-05
-0.00210542
-0.000672056
-8.74009e-05
-0.00244584
-0.00152053
-7.10676e-05
-0.00283301
-0.00260441
-5.25063e-05
-0.00319567
-0.003919
-3.85734e-05
-0.00341178
-0.00536356
-3.19112e-05
-0.00334978
-0.00666397
-3.2219e-05
-0.00289848
-0.00741563
-3.35743e-05
-0.00205465
-0.00711372
-3.23521e-05
-0.000927298
-0.005273
-2.52906e-05
-0.000118308
-0.0020582
-1.2722e-05
0.000369191
-1.00328e-05
-0.000299227
0.00159798
-0.000226333
-0.00076602
0.00285085
-0.000194727
-0.00121745
0.00358028
-0.000240129
-0.00157041
0.00392915
-0.000326171
-0.0018045
0.00399191
-0.000423268
-0.00188824
0.00370943
-0.000503542
-0.0018166
0.00325148
-0.000586601
-0.00149533
0.00245428
-0.00064174
-0.00101317
0.0016729
-0.000699075
-0.000975026
0.00204559
-0.00083713
-0.000592879
0.00305263
-0.00134691
7.96859e-06
0.00228908
-0.00153765
-0.00147208
0.00172212
6.91728e-05
-0.00157037
0.000935243
0.00122073
0.00128377
-0.00294376
0.00151888
0.00155756
-0.000781266
0.000180169
-0.00154056
0.00426495
-0.000944979
-0.00342895
0.00593622
-0.00163357
-0.00251186
0.00497588
-0.00262232
-0.0018733
0.00542356
-0.00187401
-0.00165339
0.00523202
-0.000159806
-0.0013322
0.00491946
0.000497274
-0.00124346
0.00452178
0.000432383
-0.00124013
0.00357673
0.000260012
-0.00122415
0.00285506
3.66709e-05
-0.00132326
0.00233147
-7.96922e-05
-0.00145922
0.00177951
-0.000151339
-0.00161601
0.00117699
-0.000169667
-0.00178996
0.00053882
-0.000173767
-0.00201011
-0.000180314
-0.00015363
-0.00229881
-0.00101146
-0.000124177
-0.0026521
-0.00207476
-9.20161e-05
-0.00301642
-0.00341201
-6.45302e-05
-0.00327754
-0.00498208
-4.82702e-05
-0.00330153
-0.00653152
-4.31947e-05
-0.00295547
-0.00766066
-4.3055e-05
-0.00219545
-0.0077826
-3.98844e-05
-0.00110148
-0.00628693
-3.35226e-05
-0.000158512
-0.00293687
-2.07321e-05
0.000268846
-1.5092e-05
-0.000251379
0.00170247
-0.00026886
-0.000671803
0.00307504
-0.000243435
-0.00110908
0.00382682
-0.000290975
-0.00146831
0.00412362
-0.000383601
-0.00173092
0.00410581
-0.000494449
-0.0018706
0.00367198
-0.000591476
-0.00190603
0.00307554
-0.000707852
-0.00164978
0.00190221
-0.000800246
-0.00169106
0.00141719
-0.000940181
-0.00165066
0.00212333
-0.00151301
-0.00103744
0.00356932
-0.00229941
0.000137464
0.00234775
-0.00218733
0.00249637
-0.000637952
-2.29621e-05
0.00493187
-0.00239324
0.0016333
0.00546679
-0.00335599
0.00124614
0.00230547
0.00416282
-0.00227007
-0.00324623
0.0106785
-0.00327261
-0.00445806
0.0103014
-0.00603961
-0.0036528
0.0104952
-0.00796893
-0.00419024
0.0114092
-0.00431917
-0.00340739
0.00769197
0.000167822
-0.00207013
0.00546677
0.00175656
-0.00170483
0.00604675
0.00108772
-0.00159604
0.00500011
0.000449963
-0.00139784
0.00383621
-2.11261e-05
-0.00143457
0.00327806
-0.000218703
-0.00155663
0.00259688
-0.000306548
-0.00171762
0.00187912
-0.000315616
-0.0018732
0.00113446
-0.000300021
-0.00204834
0.000354546
-0.000259578
-0.00227446
-0.000496993
-0.000204773
-0.00257277
-0.00154737
-0.000149183
-0.002918
-0.00288551
-0.000100727
-0.00319509
-0.00455897
-6.84014e-05
-0.00326871
-0.00633053
-5.61767e-05
-0.00299955
-0.00781409
-5.27326e-05
-0.00230598
-0.0083714
-5.0199e-05
-0.00124842
-0.00725506
-4.11941e-05
-0.000230068
-0.00388114
-2.99581e-05
0.000100969
-1.93275e-05
-0.00020112
0.00174452
-0.000308131
-0.000585972
0.0032511
-0.000285549
-0.0010166
0.00404485
-0.000337452
-0.00140396
0.00430948
-0.000433793
-0.00173361
0.00423264
-0.000557786
-0.002007
0.00367821
-0.000661774
-0.00227017
0.00299896
-0.000810175
-0.00249228
0.00159241
-0.00089823
-0.00330178
0.00175434
-0.00125461
-0.00352228
0.0024949
-0.00227197
-0.00205579
0.00337135
-0.00298133
0.00210628
0.000436351
-0.00346618
0.0038808
-0.00120718
-0.00089265
0.00108214
0.000178014
0.00221973
0.000575794
-0.00210096
0.0019388
-0.000633532
0.00636792
-0.00179301
-0.00119334
0.0121269
-0.0058885
0.000262582
0.0164858
-0.0127322
-0.00306194
0.0252103
-0.0128732
-0.00651365
0.0264497
-0.00931175
-0.0049536
0.0134778
-0.00229708
-0.00199855
0.00576054
0.00283213
-0.00192427
0.00943878
0.00163759
-0.00211567
0.00809509
0.000286936
-0.00162122
0.00526904
-0.000316082
-0.0015974
0.00461088
-0.000513421
-0.00176957
0.00374053
-0.000583604
-0.00193527
0.00278225
-0.000557719
-0.00207269
0.00186252
-0.000498867
-0.00221271
0.000971695
-0.00042107
-0.00236661
3.9033e-05
-0.000328581
-0.00259758
-0.0010107
-0.000237552
-0.00289398
-0.00235597
-0.000147569
-0.00316738
-0.00410736
-9.01651e-05
-0.00327289
-0.00607707
-6.63989e-05
-0.00307138
-0.00788467
-5.90699e-05
-0.00244511
-0.00888122
-5.61413e-05
-0.00141582
-0.00818556
-4.78761e-05
-0.000331948
-0.0048864
-3.46366e-05
-0.000166689
-2.26439e-05
-0.000133959
0.00170677
-0.000336402
-0.000485393
0.00338033
-0.000318489
-0.000934616
0.00425618
-0.000372044
-0.00137872
0.00451179
-0.000470765
-0.00181407
0.00441021
-0.000606855
-0.00233759
0.00384271
-0.000711302
-0.00302715
0.00323697
-0.000899319
-0.0042891
0.00209338
-0.00100349
-0.00581039
0.00272616
-0.00186808
-0.00703796
0.00373184
-0.00310687
-0.00578457
0.00341118
-0.00409625
-0.00177721
0.000471798
-0.006075
-0.00439405
0.00396059
-0.00496078
-0.00317716
0.000696961
-0.00381874
0.0033955
-0.00666085
0.00287108
0.00261142
0.010125
0.00187176
0.00398313
0.0204341
-0.0051995
0.00226346
0.0300347
-0.0149771
-0.00392247
0.0403347
-0.010437
-0.00972282
0.0430531
-0.00892294
-0.00395969
0.018258
-0.00546533
0.00155633
0.0100589
0.000608573
-0.00203042
0.0209679
0.00309361
-0.00349961
0.0151163
0.000727659
-0.00210496
0.00739878
-0.00131611
-0.0019434
0.00658772
-0.00115492
-0.00219305
0.00541621
-0.00112074
-0.00234492
0.00398464
-0.000968855
-0.00243499
0.00277205
-0.00081301
-0.00250943
0.0017065
-0.000666043
-0.00261398
0.00067878
-0.000517925
-0.00275242
-0.000450704
-0.000362199
-0.00296243
-0.00183609
-0.000209009
-0.00318194
-0.00367261
-0.000105033
-0.00327231
-0.00581724
-7.08332e-05
-0.00312869
-0.00788445
-5.89524e-05
-0.00258465
-0.00929843
-5.86254e-05
-0.0016004
-0.00906397
-5.15899e-05
-0.000454123
-0.00595004
-3.94355e-05
-0.000555673
-2.59181e-05
-0.000111017
0.00162643
-0.000357564
-0.000439277
0.0034696
-0.000334522
-0.000883648
0.00443647
-0.000388023
-0.00136104
0.00470757
-0.00047559
-0.00186255
0.00460615
-0.000605657
-0.00260557
0.00415595
-0.000666448
-0.00362615
0.00374226
-0.000837825
-0.00524793
0.00288365
-0.000880136
-0.00632911
0.00294023
-0.00155806
-0.00837648
0.00448578
-0.0022078
-0.00873355
0.00407606
-0.00530046
-0.00586257
0.00330762
-0.0097947
-0.00784592
0.0128702
-0.00858633
0.00324589
0.00338241
-0.010428
0.0156941
-0.00607425
0.00195352
0.00544377
0.0190421
-0.0144411
-0.00653567
0.0386978
-0.0208588
-0.0123818
0.0372582
-0.0036168
-0.0159722
0.0335923
-0.00244915
-0.0202241
0.0414234
-0.00397556
-0.00870063
0.0103376
-0.00107178
0.000873209
0.0129393
-0.00240664
-0.00251249
0.034074
0.00493987
-0.00336542
0.0237263
0.00138345
-0.00229249
0.0121979
-0.0030691
-0.0026357
0.0101091
-0.0023187
-0.00300106
0.00788521
-0.00200212
-0.00307031
0.00553886
-0.00165774
-0.00301148
0.00385827
-0.00132116
-0.00298769
0.00259123
-0.00105628
-0.00305991
0.00149983
-0.000821622
-0.00314168
0.00027843
-0.000603732
-0.00324435
-0.00127961
-0.000318125
-0.0033006
-0.00334983
-0.000120058
-0.00330427
-0.00562169
-6.98284e-05
-0.00318332
-0.00785257
-5.22258e-05
-0.0027506
-0.00960041
-5.48337e-05
-0.00186518
-0.00984201
-5.1393e-05
-0.000679083
-0.00705543
-4.13524e-05
-0.00117382
-2.85436e-05
-5.00677e-05
0.00148421
-0.00035313
-0.000357963
0.00353006
-0.000327001
-0.000767538
0.00456975
-0.000375672
-0.00122202
0.00486222
-0.000441111
-0.00163004
0.00470773
-0.000542908
-0.00209721
0.00427568
-0.000537835
-0.00212736
0.00355462
-0.000478421
-0.00220419
0.00223674
0.000415824
-0.0033552
0.00184172
0.000893744
-0.00745194
0.00450394
-4.01798e-06
-0.0103179
0.00373917
-0.00738352
-0.00756871
0.00221588
-0.0146709
-0.00376966
0.0197152
-0.0121417
0.00610534
0.0179668
-0.00660323
0.0138869
0.000888028
-0.00280128
0.00256941
0.0176382
-0.0195884
-0.0208376
0.0484154
-0.0147096
-0.0239544
0.0230597
0.0103331
-0.0268724
0.013836
0.00684035
-0.027793
0.0193871
0.0112459
-0.0193375
-0.00940353
0.0122513
-0.0110797
0.00711553
-0.00216258
-0.00551699
0.0344396
0.00186996
-0.00320814
0.0308884
0.000338548
-0.00337676
0.0203038
-0.00418495
-0.00389112
0.0152412
-0.00412587
-0.00450366
0.0115982
-0.00333156
-0.00435537
0.00754836
-0.00270089
-0.0039628
0.00508172
-0.00201586
-0.0037343
0.00362867
-0.00158322
-0.0037834
0.00259791
-0.00124407
-0.00389064
0.00131782
-0.000900994
-0.00389105
-0.000672761
-0.000407823
-0.00357809
-0.00335262
-0.000106692
-0.00329319
-0.00569814
-5.78564e-05
-0.00316567
-0.00782601
-3.74792e-05
-0.00283648
-0.00979941
-5.14902e-05
-0.0020834
-0.0104935
-4.94612e-05
-0.000893684
-0.00817207
-4.37878e-05
-0.00201259
-3.31887e-05
-1.96491e-05
0.00129132
-0.000346387
-0.000292193
0.00353818
-0.00031635
-0.000664607
0.00464384
-0.000344174
-0.00105662
0.00492727
-0.000358948
-0.00128405
0.00462815
-0.000370769
-0.00120896
0.00390824
-1.42495e-05
-0.000677503
0.00249317
0.0014159
-0.00224538
0.00119573
0.0042566
-0.00813574
0.00171297
0.00553276
-0.0161163
0.00488859
0.00197744
-0.021511
0.00259893
-0.00939849
-0.0191191
-0.00412316
-0.0162786
-0.00903997
0.0159074
-0.0162718
-0.000669292
0.0238427
-0.00623783
-0.00139914
0.00715649
-0.00208105
-0.0118795
0.00336172
0.00444319
-0.0198948
0.028214
0.007207
-0.0128509
0.00696254
0.00296594
-0.0137134
-0.00256967
0.0187073
-0.0141808
-0.00882237
0.0357534
-0.0206254
-0.0219157
0.0276557
-0.0240842
0.000873078
0.00941329
-0.0192796
0.0287804
0.00690113
-0.0152945
0.0341553
0.00767869
-0.0114846
0.0249694
-0.0010666
-0.00874305
0.0190364
-0.00568367
-0.00782828
0.0152406
-0.00563252
-0.00640888
0.00924687
-0.00447226
-0.00524479
0.00622884
-0.00326397
-0.00484969
0.00501923
-0.00245871
-0.00503819
0.00424271
-0.00171868
-0.00502705
0.00256187
-0.00115485
-0.00463769
-0.000358148
-0.000503749
-0.00396936
-0.0037621
-5.16249e-05
-0.00329156
-0.00617246
-3.39129e-05
-0.00302805
-0.00795652
-1.22023e-06
-0.0027895
-0.00991871
-4.16154e-05
-0.00224004
-0.0109564
-4.66271e-05
-0.00115931
-0.00919557
-4.95758e-05
-0.00313051
-4.23573e-05
-9.65832e-05
0.00117415
-0.000310338
-0.000350796
0.00352152
-0.000280126
-0.000693737
0.00466962
-0.0002778
-0.00112265
0.00498638
-0.000244164
-0.00148134
0.00461417
-0.000152686
-0.00190978
0.00373834
0.000761626
-0.00349923
0.00241486
0.00346783
-0.00944352
0.00247723
0.00699672
-0.0182249
0.00337442
0.00777109
-0.0267267
0.00612875
0.00292607
-0.0351499
0.00468538
-0.00704807
-0.0399856
-0.00359935
-0.0135927
-0.0310591
0.00907128
-0.0158453
-0.0168414
0.014606
-0.00590618
-0.0140862
0.00341307
0.00216793
-0.0108339
-0.0100844
0.00453512
-0.00727434
-0.00405616
0.0143747
-0.00219335
-0.0030486
0.00191967
0.000583385
-0.0104869
0.0207242
-0.00980838
-0.01996
0.0353333
-0.0266907
-0.0168892
0.0225627
-0.0348648
0.00230103
0.0159378
-0.0347265
0.0233219
0.0172745
-0.031536
0.028558
0.0179804
-0.0248439
0.0219656
0.00518174
-0.0183972
0.0194109
-0.00535387
-0.014071
0.0176977
-0.007964
-0.0101988
0.0099943
-0.00684869
-0.00730766
0.00659643
-0.00463572
-0.00609496
0.00650897
-0.00286941
-0.00600387
0.00643154
-0.000946876
-0.00551071
0.00387393
-0.000189992
-0.00473192
-0.00051718
7.43545e-05
-0.00413337
-0.00441191
0.00037297
-0.00328685
-0.00684416
-2.14618e-05
-0.00289865
-0.00825887
4.59976e-05
-0.00265295
-0.010078
-2.16273e-05
-0.00218121
-0.0113706
-3.70362e-05
-0.00124208
-0.0101019
-5.1527e-05
-0.00435267
-3.95273e-05
-0.000145086
0.00110962
-0.000273407
-0.000379633
0.00348059
-0.000239093
-0.000738808
0.00469508
-0.000217247
-0.00130438
0.00513716
-0.000163267
-0.00205526
0.00487111
-7.62984e-09
-0.00366391
0.00435615
0.00112511
-0.00716936
0.00380196
0.00348571
-0.0139148
0.00479847
0.00622476
-0.021422
0.00486619
0.0076185
-0.0308167
0.00781841
0.00793206
-0.0429849
0.00893673
0.00322599
-0.0512432
-0.000728128
-0.00362978
-0.0411744
0.00517434
-0.0159764
-0.0183761
0.0065303
-0.0176541
-0.0152726
0.00274469
0.00443744
-0.00668071
-0.0080286
-0.00550332
0.00103445
-0.0185784
-0.00717382
-0.00394545
-0.00995482
0.000420767
-0.0191823
-0.00801913
0.0177013
-0.0356259
-0.0103133
0.0111779
-0.0447121
-0.00855086
0.00173141
-0.0444125
-0.00111656
0.00936921
-0.0345559
0.00802405
0.0186822
-0.0234254
0.012098
0.0176893
-0.0165246
0.0132556
0.00360627
-0.0164751
0.0216094
-0.0100557
-0.0160911
0.0243927
-0.0147332
-0.0115126
0.012103
-0.0120416
-0.00809425
0.00774113
-0.00718084
-0.00706035
0.00830271
-0.00165099
-0.00607726
0.00764789
0.00234265
-0.00435855
0.0037727
0.00217458
-0.00350457
-0.00133721
0.00165154
-0.00345913
-0.00471207
0.00103577
-0.00303961
-0.00677356
-0.000333692
-0.00256718
-0.00842885
-0.000250326
-0.00233711
-0.0101527
-0.000121743
-0.00196929
-0.0116764
-0.000106442
-0.00118395
-0.0108619
-0.000123717
-0.0055331
-0.00010392
-0.000158934
0.00106488
-0.000229082
-0.000368397
0.00341709
-0.000190128
-0.000722763
0.00471112
-0.000152522
-0.00132854
0.00530638
-8.35859e-05
-0.002257
0.00523204
0.000122148
-0.00417934
0.00516917
0.00109251
-0.00745193
0.00509943
0.00242484
-0.0128644
0.00638614
0.00404932
-0.0172975
0.00528552
0.00446493
-0.0233672
0.00695995
0.00975309
-0.0346978
0.0113624
0.0127821
-0.0415838
-0.00270743
0.0106166
-0.0364314
0.00288992
-0.00977964
-0.0215787
0.0138398
-0.0317691
-0.0247615
0.018351
0.0040185
-0.0183305
0.00544128
0.00986879
-0.00993297
-0.0122232
-0.0235891
-0.0165432
-0.00866027
-0.0156097
-0.0270916
-0.00456137
0.00213697
-0.0347854
-0.0112747
0.00666808
-0.0385137
-0.0179851
0.0119496
-0.0347057
-0.0167711
0.0156396
-0.0178559
-0.00935632
0.0154693
0.00114732
-0.000249947
0.00799037
0.00417191
0.00628626
-0.000489538
-0.00906325
0.0213267
-0.0073087
-0.020495
0.0287958
-0.0100114
-0.0193962
0.0152803
-0.0088837
-0.0139877
0.00778901
-0.00433707
-0.00953598
0.00575319
0.00374224
-0.00580978
0.00638967
0.00522305
-0.00345957
0.00245407
0.00307754
-0.00270926
-0.00321353
0.00268244
-0.00280187
-0.00478
0.00147351
-0.00281929
-0.00530256
-0.0010925
-0.00221781
-0.00793369
-0.00122456
-0.00185815
-0.0101011
-0.000458284
-0.00155345
-0.0118723
-0.000254041
-0.000939112
-0.0114412
-0.00022601
-0.00647826
-0.00016984
-0.000145262
0.00101909
-0.00018022
-0.000299064
0.00331133
-0.000137213
-0.000582442
0.00467056
-9.21086e-05
-0.00108062
0.0053908
-1.97561e-05
-0.00181762
0.00545655
0.000141821
-0.00317102
0.0055779
0.000828067
-0.00502633
0.00555045
0.00122022
-0.00794346
0.00667386
0.00203258
-0.0098839
0.00503338
0.00089719
-0.0103668
0.00358062
0.00496012
-0.0145058
0.0112336
0.0120166
-0.0195555
0.0033288
0.0104169
-0.0219428
0.0104841
-0.0045514
-0.0202745
0.0250778
-0.0233202
-0.0247853
0.033042
0.0126565
-0.0215529
0.0200673
0.00515409
-0.0127133
0.00549471
-0.0298056
-0.0133052
0.00536862
-0.0285779
-0.0168741
-0.00164792
-0.00904671
-0.015358
-0.0182134
-0.00116998
-0.0154758
-0.0243918
0.00246506
-0.0169737
-0.0188733
0.00216098
-0.00801902
-0.00424709
-0.0101974
-0.00197306
0.007183
-0.0111387
-0.0129604
0.00855943
-0.00230425
-0.0308665
0.0142541
0.00380438
-0.039181
0.0200483
0.00253905
-0.0373356
0.0129775
-0.0008949
-0.0270812
0.000884504
0.00526456
-0.0121275
-0.00557697
0.00673158
-0.00215443
0.000711994
0.00624278
-0.00182923
0.000722879
0.00777604
-0.00318968
-0.00501279
0.00387081
-0.00340401
-0.00447128
0.00111644
-0.00292072
-0.00343555
-0.00140546
-0.00189837
-0.00709327
-0.00207503
-0.00140898
-0.00998698
-0.000758274
-0.00116334
-0.0119216
-0.000466974
-0.000687056
-0.0118574
-0.000370538
-0.00717225
-0.000268045
-0.000130181
0.00096963
-0.000125989
-0.000226844
0.00316364
-7.95707e-05
-0.000440564
0.00457727
-2.25544e-05
-0.000829723
0.005398
5.19235e-05
-0.00144707
0.00561825
0.000181526
-0.00240501
0.0058363
0.000564487
-0.00364608
0.00586674
0.000785881
-0.00539521
0.00678997
0.00136202
-0.00877428
0.00637952
0.00137704
-0.0108545
0.00342874
0.0021471
-0.0102369
0.00914322
0.00348649
-0.0100324
0.010722
-0.00142409
-0.0103562
0.0152348
0.00226898
-0.00980659
0.0274625
-0.000200822
-0.0134776
0.034956
0.0227448
-0.0106641
0.0273695
-0.000996328
-0.00339561
0.0128067
-0.0196964
0.00117169
0.0176217
-0.0217015
0.00612145
0.00161315
-0.00173713
0.00647346
-0.0232145
0.0186813
-0.00272113
-0.0209244
0.0128093
-0.0166989
-0.00526297
-0.00536226
-0.0258452
0.0141353
-0.0203111
-0.0312197
0.0196194
-0.00966268
-0.0340883
0.0114778
0.000568678
-0.0332896
0.00322874
-0.00306159
-0.0383332
0.0100555
-0.00286444
-0.0456114
0.0111859
-0.0013126
-0.03467
-0.00636211
0.00414695
-0.0126979
-0.0198873
0.000687172
0.000548957
-0.0119935
0.00417642
-0.000639578
-0.00373423
0.00492579
-0.00466083
-0.00540876
-0.00208396
-0.00512453
-0.00308352
-0.000400765
-0.00325576
-0.00219163
-0.00125827
-0.00127075
-0.00691791
-0.00214683
-0.000847163
-0.00978002
-0.000808573
-0.000796588
-0.0117444
-0.000597053
-0.000480417
-0.0120928
-0.000492537
-0.00766088
-0.000356728
-8.42214e-05
0.00088852
-7.36847e-05
-0.000115164
0.00297335
-2.523e-05
-0.000260336
0.00443414
4.92595e-05
-0.000539079
0.00533744
0.000128302
-0.00101906
0.00570877
0.000251325
-0.00164345
0.00593869
0.000517487
-0.00253665
0.00610749
0.000848607
-0.00344329
0.00665316
0.00159226
-0.0064093
0.00774784
0.00281277
-0.00996337
0.00500951
0.00433102
-0.0103394
0.00567177
0.00534972
-0.00870464
0.0126474
-0.00215681
-0.00452709
0.0161178
0.00288589
-0.00277888
0.0197691
0.0191736
0.000762443
0.0231419
0.0208043
0.0101835
0.016363
-0.00724932
0.0198315
0.00433114
-0.0198544
0.0371918
0.00559693
-0.0166455
0.0486286
-0.0146725
0.00637944
0.041089
-0.0350086
0.0206297
0.0268691
-0.0301295
0.0194156
0.0135428
-0.00613295
0.00455498
-0.00190412
0.020544
-0.0012998
-0.0166921
0.029483
0.00830281
-0.0187694
0.0136714
0.0117966
-0.0166621
-0.00324796
-0.00322918
-0.026869
0.0112408
-0.0112464
-0.0354114
0.0170807
-0.00813309
-0.0254354
-0.008656
0.0030659
-0.0103135
-0.0273878
0.00219828
-0.002175
-0.0214908
-0.00447727
-0.0016447
-0.00948341
-0.0140318
-0.00417995
-0.00497868
-0.0150498
-0.00382753
-0.00111918
-0.00298371
-0.00149731
-0.00189723
-0.000990432
0.000153593
-0.00691412
-0.00168978
-8.64637e-05
-0.00911022
-0.000709142
-0.000407222
-0.0112164
-0.000659081
-0.000335078
-0.0121112
-0.00053861
-0.00802774
-0.000406269
-5.37706e-05
0.000797975
-3.17555e-05
-2.35666e-05
0.00275072
1.92004e-05
-5.72913e-05
0.00422407
0.000101593
-0.000192086
0.00518965
0.000198934
-0.000505738
0.00568905
0.000348898
-0.00086805
0.00590545
0.000604724
-0.00136303
0.00612503
0.00100689
-0.00146208
0.00622801
0.00171903
-0.00226174
0.00767148
0.00314414
-0.00465557
0.00611616
0.00536024
-0.00660327
0.00334967
0.0079299
-0.0072012
0.0104133
0.00383437
-0.00396513
0.0169929
-0.00089452
-0.000458611
0.0126252
0.00976623
0.00835072
0.00555353
0.0060778
0.0177634
-0.00676911
0.00260553
0.0303495
-0.0112327
-0.00987498
0.0570081
-0.0175698
-0.0273264
0.0678925
-0.0341596
-0.00987784
0.050457
-0.0435207
0.00804544
0.0279858
-0.0398798
0.00312391
0.0210424
-0.0237488
-0.0066001
0.0223374
0.00245498
0.00149191
0.0143387
0.0233219
0.0191934
0.00528859
0.0137106
0.0204435
-0.00588055
0.000368305
-0.000558925
-0.0152565
0.0070211
-0.00714035
-0.0132254
0.00991816
-0.00253276
-0.00730975
-0.00942076
0.00279501
-0.00626084
-0.0213178
-0.00236372
-0.00631454
-0.0191636
-0.0168257
-0.00290105
-0.0119415
-0.0269918
-0.00122372
-0.0049336
-0.0150872
-0.000147815
-2.11994e-05
-0.00150083
0.00158874
-0.00215305
-0.00105686
0.00191067
-0.00607407
-0.00183679
0.000801422
-0.00772219
-0.000931424
-9.77919e-06
-0.0102692
-0.000733862
-0.000275596
-0.0118419
-0.000558066
-0.00835505
-0.000439421
-2.01737e-05
0.000692726
1.58833e-08
5.73827e-05
0.00251206
4.40719e-05
0.00011379
0.00397351
0.000112472
8.77298e-05
0.00498458
0.00022442
-4.86937e-05
0.00556393
0.000386804
-0.000197185
0.00577835
0.000624156
-0.000333424
0.0059724
0.00101433
-0.000233278
0.00587999
0.00164375
0.000585288
0.00668724
0.00277539
-2.21454e-05
0.00587109
0.00417323
-0.00268218
0.00348651
0.00623152
-0.00475348
0.0084069
0.00801819
-0.00581306
0.0180632
0.00316297
-0.000778588
0.0116114
0.00269804
0.00926094
-0.0099071
0.0103599
0.0142275
-0.0354263
0.0210735
0.0227643
-0.0322453
0.00232611
0.025531
-0.0136377
-0.00308023
0.00527385
-0.0203184
0.00527813
-0.00533016
-0.0352825
-0.00479028
-0.00685609
-0.0336997
-0.0304681
-0.00653399
-0.0325512
-0.0264799
0.00959742
-0.0247666
-0.00542495
0.0204714
-0.00371779
0.0227345
0.0176446
0.00200957
0.0234522
0.0114348
-0.00116625
0.00446658
0.0116202
0.000983139
-0.00743356
0.0111866
0.00606544
-0.00755808
0.00620401
-0.00076711
-0.0109885
-0.000152733
-0.00878579
-0.00803638
-0.00209088
-0.0132894
-0.00790185
0.000679051
-0.010419
-0.0121173
0.00178411
-0.0038529
-0.0018393
0.00272768
-0.00067392
0.00361916
0.00436172
-0.00221979
-0.00217444
0.00322868
-0.00405968
-0.00222102
0.0014882
-0.00577043
-0.00114877
0.000279953
-0.00903638
-0.000705802
-0.000263169
-0.0113463
-0.000515964
-0.00869248
-0.000412009
-6.79844e-06
0.00058098
2.30944e-05
0.000105121
0.00226118
6.25215e-05
0.000224567
0.00368378
0.000134968
0.000284666
0.00472503
0.000240567
0.00028119
0.00535489
0.000393839
0.000258126
0.00558891
0.000615822
0.000288622
0.00573466
0.000980744
0.000416546
0.00559711
0.00154148
0.00139825
0.00579319
0.00242312
0.00192104
0.00517156
0.00284757
0.001004
0.00395893
0.00372898
0.00268372
0.00656051
0.00623622
0.00585686
0.013671
0.00696189
0.0131597
0.00867981
0.00762272
0.0199193
-0.0165128
0.023422
0.0152869
-0.0415725
0.0220512
0.0163073
-0.0499893
-0.00245039
0.018884
-0.0231378
-0.00686993
-0.000628215
-0.0106042
0.005111
-0.015336
-0.0141098
-0.0244146
-0.0136179
-0.00839653
-0.0466501
-0.0130329
-0.0226781
-0.0289231
-0.000194301
-0.038008
-0.0118457
0.0136751
-0.0266828
0.0149749
0.00899494
-0.00899881
0.0187539
0.00494953
0.00645341
-0.0106267
0.010868
0.0155026
-0.0404061
0.0137475
0.0198069
-0.0442721
0.0133985
0.012082
-0.0234278
0.0113547
-0.00173578
0.00500624
0.0098832
-0.00843708
0.0107841
0.00698868
-0.00419166
0.00652007
0.00358695
-0.000889246
0.00743394
0.00417907
-0.0019191
0.00307125
0.00498048
-0.00149838
-0.00261179
0.00338575
-0.00156165
-0.00228337
0.00154919
-0.00381785
-0.00102176
0.000278185
-0.00782133
-0.000562745
-0.000346718
-0.0108031
-0.000413267
-0.00913408
-0.000324716
-5.39634e-06
0.000495988
2.89541e-05
0.000116637
0.00201736
7.58476e-05
0.000282071
0.00336208
0.000153923
0.000405727
0.00442748
0.000235874
0.000476564
0.00508827
0.000368458
0.000512385
0.00536236
0.000559068
0.000596873
0.0054776
0.000856714
0.000725614
0.00533983
0.00127106
0.00132178
0.00524821
0.00191105
0.00190806
0.00485792
0.00224487
0.00196177
0.00444249
0.00289671
0.00483872
0.00526261
0.003711
0.0118249
0.0071381
0.00485685
0.0234047
0.00363049
0.00339224
0.0327557
-0.0117735
0.00820221
0.0253477
-0.026368
0.0137891
0.00802411
-0.0422107
0.0136654
0.0123405
-0.0359923
0.00794101
0.0187705
-0.0270395
0.015478
0.00867271
-0.0248037
0.0107729
0.0047569
-0.0122213
-0.0102266
0.00301312
-0.0162554
-0.0101529
-0.000873038
-0.0337686
0.00434609
0.00380979
-0.029985
0.0092554
0.00298649
-0.0106984
0.00303978
0.000388881
0.0161022
-0.0277621
0.00702627
0.0222837
-0.04397
0.0163718
0.0249885
-0.0359858
0.0225604
0.0165475
-0.00812287
0.0220387
0.00223849
0.0112561
0.0156701
0.000588969
0.00988743
0.00855875
0.00362719
0.00838189
0.00460344
0.00157997
0.00680259
0.00426663
-0.00128669
0.000953982
0.00350576
0.000364646
-0.00171445
0.00227352
0.000385283
-0.00164457
0.00098283
-0.00246594
-0.000726756
-8.21135e-05
-0.00681145
-0.000396164
-0.000574299
-0.0103772
-0.000302724
-0.00979849
-0.00022464
-6.17384e-06
0.000423072
4.65142e-05
0.000121806
0.00177998
9.49056e-05
0.000315714
0.00303777
0.000152504
0.00050342
0.00408971
0.000226101
0.000653607
0.00477061
0.000335112
0.000767966
0.00507407
0.000486775
0.000909273
0.00517628
0.00072054
0.00105979
0.00505692
0.00102679
0.00135332
0.00491517
0.001487
0.0016785
0.00469404
0.00201571
0.0021062
0.00445918
0.00267613
0.00386898
0.00454425
0.00295354
0.00824462
0.00428756
0.00312191
0.0140915
0.00225676
0.00243854
0.0216279
-0.00385281
-0.000408589
0.0155781
-0.00958315
0.0081606
-0.0104201
-0.0152828
0.0153273
-0.0221393
-0.0185054
0.0110144
-0.0186678
-0.0305685
0.00303778
-0.00602493
-0.0522515
0.00228529
0.017683
-0.0507214
0.00182714
0.0174379
-0.0231054
-0.00146601
0.00261651
-0.0297424
0.01256
0.00252492
-0.0335613
0.0251312
0.00899992
-0.00647842
0.00512887
0.0170262
0.0133979
-0.0108391
0.0277096
0.0134471
-0.00934817
0.0315766
0.0191457
0.00654457
0.0238414
0.0166483
0.0235393
0.0154388
0.00912344
0.0123189
0.00963732
0.00779851
0.000210094
0.0060706
0.00642642
0.00158657
0.00409197
0.00180541
0.00377987
0.00223724
-2.6174e-06
0.00231595
0.00111116
0.00182768
4.45214e-05
0.000643731
0.00102961
-0.000465263
2.27692e-05
-0.00183877
-0.000277353
-0.0006291
-0.00619403
-0.000189987
-0.000914839
-0.0101437
-0.000142035
-0.0107852
-0.000110951
1.06731e-05
0.000342785
5.86737e-05
0.000130092
0.00156546
0.000101562
0.000334361
0.00272176
0.000149814
0.000543511
0.00375717
0.000206557
0.000753763
0.00441538
0.000300289
0.000928881
0.00474687
0.000410717
0.00113018
0.0048287
0.000581436
0.00132395
0.00473559
0.000792457
0.00156085
0.00459284
0.0011034
0.00183529
0.00443788
0.00145577
0.002208
0.00425243
0.00190047
0.0030844
0.00424004
0.00210322
0.00455761
0.00393321
0.00233159
0.00661961
0.00315919
0.00225235
0.00874327
0.000952193
0.00145457
0.00603412
0.000628521
0.00403608
-0.00615644
0.00255694
0.00319432
-0.0151266
0.000211847
-0.010934
-0.0129282
-0.0246276
-0.0258296
-0.0015609
-0.0652639
-0.0171457
0.0255638
-0.0854447
0.000113218
0.038169
-0.0455458
-0.000658983
0.0205562
-0.0278919
0.000433582
0.00592994
-0.03321
0.0227928
0.00532734
-0.00436338
0.0162526
0.0100665
0.00589512
0.0131747
0.0149894
-0.000254444
0.0227065
0.0167488
0.00990707
0.023262
0.0101405
0.0165599
0.0211807
0.00727504
0.0101314
0.00681352
0.0084785
0.00439993
0.000231108
0.00744158
0.00266342
0.000802033
0.00312652
0.000827698
0.00328894
-7.81978e-05
0.000667237
0.00301867
-0.000658392
0.00160049
0.00113535
-0.000412591
0.000572946
0.000297622
-0.000625497
-0.00171633
0.000137971
-0.00112646
-0.00572748
2.26418e-05
-0.00129573
-0.0100165
-7.35354e-06
-0.012128
-1.86481e-05
-2.20518e-05
0.000306137
6.04946e-05
8.39493e-05
0.00137721
9.7867e-05
0.000284995
0.0024257
0.000144648
0.000539847
0.00339261
0.000193662
0.000812461
0.00401693
0.000263386
0.00106683
0.00435875
0.000353628
0.00134285
0.00442462
0.000475629
0.00161751
0.0043458
0.000627413
0.00190204
0.00421804
0.000839582
0.00221783
0.00409031
0.00107701
0.00257395
0.00395643
0.00137283
0.00315593
0.0039652
0.00160212
0.00391256
0.00388462
0.00186516
0.00495431
0.0038154
0.00201611
0.00595538
0.00332878
0.00176497
0.00854085
0.00352277
0.0013902
0.0111864
0.00422128
0.00391942
0.0144826
0.00341296
0.000119675
0.0182805
-0.0161981
-0.0217957
0.0159432
-0.0528852
-0.0296712
0.0152685
-0.0769199
-0.0168499
0.0266289
-0.0613523
-0.00824471
0.0186201
-0.0240591
-0.0158214
0.00118097
-0.012476
-0.00734359
-0.00363973
0.0016995
0.00574696
-0.00758944
0.00449019
0.0109227
-0.0120634
-0.00624954
0.0161078
-0.00756764
-0.00012647
0.0108308
-0.00216687
0.0108333
0.00794497
0.00223771
0.0066607
0.00557836
0.00513497
0.000276227
0.00475732
0.00402294
-0.000766982
0.00349712
0.000648457
-7.58337e-05
0.00209898
-0.00101445
0.000487692
0.00112278
-0.000863238
0.000956542
0.000503009
-0.00062156
0.000190581
0.000293621
-0.000861511
-0.001504
0.000143465
-0.001358
-0.00522319
6.45616e-05
-0.00153083
-0.00984668
3.28042e-05
-0.013671
1.42246e-05
-2.91702e-05
0.00028616
5.71027e-05
3.30942e-06
0.00127248
9.79563e-05
0.00018265
0.00216096
0.000131106
0.000423848
0.00305493
0.000179602
0.000747431
0.00358237
0.000233494
0.00108767
0.00390409
0.000301082
0.00143716
0.00396317
0.00039306
0.00181244
0.00387002
0.000501738
0.00218469
0.00376167
0.000651779
0.00258646
0.00364406
0.000818352
0.00302984
0.00352699
0.00103377
0.00365861
0.00349759
0.00124035
0.00450593
0.0034282
0.00152988
0.00586206
0.00341259
0.00181057
0.00777153
0.00326043
0.00218835
0.0112327
0.00326373
0.00229748
0.0157865
0.00224129
0.00522178
0.020021
-0.000800886
0.0108642
0.0224618
-0.0112501
0.00059051
0.0148739
-0.0292664
-0.0109353
0.000387747
-0.0443207
-0.0126926
-0.00328837
-0.0468424
-0.0137754
-0.00114073
-0.0174282
-0.0172401
-0.00280973
0.0050285
-0.0172661
0.00047158
0.0109566
-0.00765727
-0.00160989
0.00971745
0.000719098
-0.0116558
-0.00171815
0.00523697
-0.0125498
-0.00462429
0.0019098
-0.00502578
0.00269865
0.000406801
-0.000844606
0.00327704
0.00261518
0.000367708
-0.000847445
0.00289031
0.000294914
-0.00131576
0.00124092
-0.000361038
-0.000103251
0.000367264
-0.00051908
0.000390106
0.000206116
-0.000301808
0.000673673
0.000267917
-0.000206464
0.000113713
0.000201831
-0.000631963
-0.00101705
0.00013857
-0.00125172
-0.00456174
7.54801e-05
-0.00149916
-0.00957312
5.40192e-05
-0.0151527
3.26995e-05
-0.00019567
0.000438645
5.34572e-05
-0.000219845
0.00122825
9.2884e-05
-0.000102912
0.00196623
0.000125773
0.000228445
0.00263597
0.000159492
0.000615539
0.00309783
0.000211546
0.00109369
0.00332465
0.000261913
0.00154595
0.00341172
0.000333565
0.00201433
0.00331266
0.000414847
0.00248305
0.00321747
0.000525978
0.0029668
0.0031144
0.000652757
0.0034834
0.0030104
0.000814556
0.00412903
0.00294793
0.000993737
0.00495432
0.00285029
0.0012333
0.00614439
0.00275666
0.00152538
0.00789043
0.00247729
0.00197838
0.0107147
0.00196333
0.00249333
0.0142715
0.000367933
0.00413725
0.0168415
-0.00301595
0.0080959
0.017416
-0.00836091
0.00715307
0.0114492
-0.0153017
0.00412776
-0.00112046
-0.0224157
0.000997954
-0.0122168
-0.0246115
-0.00558071
-0.0111509
-0.0118905
-0.00339218
-0.00567398
0.00405056
-0.000837739
-9.61144e-05
0.00972683
-0.000452491
0.00372138
0.00822978
-3.16707e-05
0.000802146
0.000503837
0.00114256
-0.00310712
-0.00326351
-6.38498e-05
-0.00178624
-0.000508381
-0.00133101
-1.07041e-05
0.000951261
-0.000467052
-0.000130624
-0.000795017
-0.000640735
-0.000336143
-0.000836005
-0.00112426
-0.000238536
-1.91038e-05
-0.000661953
4.2402e-05
0.000212256
-5.57052e-05
0.000353066
0.00043674
0.000118478
0.000525021
2.49347e-05
0.000138665
0.000195457
-0.000606296
0.000101018
-0.000636919
-0.0036437
7.53011e-05
-0.00110374
-0.00905706
4.8092e-05
-0.0162204
3.95399e-05
-9.39951e-05
0.000495468
5.11622e-05
-0.000347737
0.00142098
8.80496e-05
-0.000399139
0.00194601
0.00011868
-0.000149746
0.00231031
0.000146256
0.000286297
0.00257602
0.000186699
0.000885733
0.00263832
0.000230666
0.00147909
0.00272976
0.000289426
0.0020701
0.00264266
0.000353035
0.00264609
0.00257304
0.000441107
0.00321961
0.00249629
0.000543361
0.00380034
0.00242158
0.000673959
0.00445624
0.00235441
0.000824406
0.00521414
0.00225876
0.00102397
0.00618948
0.00212192
0.00127114
0.00742194
0.00182558
0.00162564
0.00907285
0.0012274
0.00207167
0.0107186
-8.21776e-06
0.00274221
0.0113721
-0.00268224
0.00456818
0.0107558
-0.00564227
0.00534607
0.00768983
-0.00865396
0.00539546
0.000951785
-0.0111123
0.00370801
-0.00671136
-0.0112396
-0.000444632
-0.00871211
-0.0070249
0.00118907
-0.00513282
-0.000349699
0.00333674
-0.000176972
0.00382282
0.00148684
0.00362587
0.00379347
-0.00071464
0.00337498
0.000301609
-0.000481925
0.0012424
-0.00149531
-0.000495583
0.000729935
-0.000697726
-0.00117353
0.0012398
-5.54819e-05
-0.00100416
0.000973852
-0.000543021
-0.00114229
0.000773587
-0.000525833
-0.00104194
0.000844033
1.44007e-05
-0.000568095
0.00108701
0.00010564
-9.24369e-05
0.00137627
0.00026566
5.62276e-05
0.00159773
-9.98375e-05
9.41926e-05
0.00159099
-0.000499403
7.08615e-05
0.000820539
-0.00278559
4.96467e-05
5.4857e-05
-0.008212
3.49919e-05
-0.0161085
3.47535e-05
-0.000866092
0.00132088
5.95564e-05
-0.00099977
0.00148859
9.53418e-05
-0.000946924
0.00182384
0.000114838
-0.000604058
0.00189333
0.00014121
-1.23315e-05
0.00190552
0.000172532
0.000646396
0.00189932
0.000210007
0.00138592
0.00190736
0.000261596
0.00207306
0.00188041
0.000314118
0.00274318
0.00183669
0.000386956
0.00339411
0.00179897
0.000473717
0.00404591
0.00175567
0.000581108
0.00473784
0.00170585
0.000706571
0.0054875
0.00163329
0.000863113
0.0063499
0.00150003
0.00105956
0.00732875
0.00125197
0.00130923
0.00837654
0.000788736
0.00162137
0.00915745
7.60428e-05
0.00195968
0.00898007
-0.00146496
0.00261229
0.00786011
-0.00288258
0.00268036
0.00578047
-0.00439159
0.00225595
0.00273879
-0.00577091
0.00161973
-0.000576737
-0.00564845
0.000673236
-0.00246985
-0.00366357
0.000765688
-0.00165028
-0.000973345
0.00129968
0.000891021
0.00103602
0.000492679
0.00297937
0.0013444
-0.000647177
0.00312971
1.87998e-05
-0.000726907
0.00259867
-0.000799154
-0.000612401
0.00249202
-0.000466244
-0.000832003
0.00277668
-0.000216853
-0.000884963
0.00274084
-0.000186991
-0.000908675
0.00263597
-0.000162596
-0.000681804
0.00272984
0.000119781
-0.000344074
0.0029176
7.94028e-05
-8.1061e-05
0.0031678
0.000134963
3.31506e-05
0.00337996
-0.000217055
7.37951e-05
0.00357279
-0.000611008
7.72598e-05
0.00294765
-0.00207606
5.34207e-05
0.00171221
-0.00690107
3.81343e-05
-0.0143348
3.45202e-05
-0.00193188
0.0031986
7.78664e-05
-0.00209379
0.00158179
0.000102225
-0.00185491
0.00151986
0.000110793
-0.00114752
0.00112029
0.000126661
-0.000290731
0.000978893
0.000162271
0.000633775
0.00090433
0.000186808
0.00156334
0.000904759
0.000238857
0.00246973
0.000905981
0.000285762
0.00333656
0.000908495
0.000351443
0.0041876
0.000903753
0.000429722
0.00503318
0.000895388
0.000525574
0.00590018
0.000875317
0.00063427
0.00678894
0.000846433
0.000766478
0.00771389
0.000767731
0.000924285
0.00864579
0.000633936
0.00111178
0.00948626
0.000402869
0.00133272
0.0101243
7.73013e-05
0.00151296
0.0101103
-0.000636707
0.00183619
0.00959165
-0.00120234
0.00184722
0.00834919
-0.00177282
0.00164597
0.0063163
-0.00234159
0.00133889
0.00433722
-0.00236893
0.000801647
0.0032918
-0.00168746
0.000671242
0.00344285
-0.000662786
0.000509741
0.00462329
0.000110194
6.2148e-05
0.00584239
0.000275557
-0.000348603
0.00621733
-0.000147964
-0.000458333
0.00608976
-0.000420967
-0.000530763
0.00614942
-0.000290713
-0.000639475
0.00636898
-0.000166874
-0.000626626
0.00655994
-7.4792e-05
-0.000581122
0.00667683
-1.18216e-05
-0.000423194
0.00691203
9.05056e-05
-0.000207233
0.00711562
3.46013e-05
-6.20794e-05
0.0073682
2.00821e-06
2.25435e-05
0.00749789
-0.000254713
5.72939e-05
0.00758352
-0.00062867
7.54269e-05
0.00716785
-0.00160084
7.02739e-05
0.00478101
-0.00445536
5.43547e-05
-0.0094964
3.89352e-05
0.00316501
5.68954e-05
0.00470786
6.70834e-05
0.00618818
7.82073e-05
0.0072719
9.14102e-05
0.00821355
0.000117112
0.00908472
0.000143966
0.00995692
0.000184455
0.0108341
0.000228514
0.0117184
0.000287811
0.0126116
0.000360593
0.0135231
0.000447806
0.014459
0.000545766
0.0154204
0.000661656
0.0163769
0.000798172
0.0172995
0.000950056
0.0181001
0.00112653
0.0187238
0.00125782
0.0187832
0.00144788
0.0184746
0.001464
0.0177209
0.00129621
0.0164139
0.00105426
0.0150174
0.000676015
0.0140734
0.000481215
0.0138309
0.000305486
0.0142568
-3.54164e-05
0.0147887
-0.00035474
0.0149181
-0.000465233
0.0148035
-0.000502002
0.014815
-0.000558729
0.0149512
-0.000541295
0.0151814
-0.000479918
0.0154372
-0.000356453
0.0157498
-0.000200363
0.0159594
-7.46523e-05
0.0160954
5.46479e-06
0.0159428
4.55523e-05
0.015389
6.68924e-05
0.0138459
6.9268e-05
0.00944335
5.76264e-05
4.03538e-05
2.0626e-05
-3.56683e-05
-1.47434e-05
6.93238e-05
-6.80701e-05
-6.14029e-06
0.000121363
-7.36793e-05
-1.88265e-06
0.000158698
-6.11417e-05
3.85092e-06
0.00017712
-4.25207e-05
4.87553e-06
0.00018436
-3.50928e-05
1.7321e-05
0.00018306
-2.7507e-05
2.44789e-05
0.000180494
-3.02115e-05
3.58352e-05
0.000180929
-3.20362e-05
4.54011e-05
0.000179505
-3.01037e-05
4.64911e-05
0.00014998
4.05897e-06
4.79744e-05
8.26791e-05
4.46159e-05
4.69766e-05
-2.29446e-05
8.63753e-05
4.88995e-05
-0.000162147
0.000120104
5.7086e-05
-0.000333454
0.000152171
6.67056e-05
-0.000527131
0.000168322
9.14267e-05
-0.000756194
0.000197248
0.000109871
-0.00102804
0.00024051
0.000121655
-0.00138303
0.000310263
0.000150339
-0.00180862
0.000378408
0.000170232
-0.00224473
0.000381066
0.000192425
-0.00256658
0.00025029
0.000228042
-0.00277728
0.000125932
0.000258675
-0.00280913
-7.57674e-05
0.000302046
-0.00269259
-0.000242112
0.000342165
-0.00244426
-0.000393289
0.000381377
-0.00206944
-0.00053544
0.000414169
-0.00158502
-0.000658167
0.000441638
-0.00101277
-0.000753005
0.000455468
-0.000390321
-0.000808417
0.000465346
0.000256808
-0.000823845
0.000443939
0.000764225
-0.000666536
0.000403833
0.00107808
-0.000448113
0.000346984
0.00112333
-0.00014041
0.000260769
0.00096176
9.9515e-05
0.000183218
0.000684614
0.000244343
0.000116451
0.000411014
0.0002571
7.82014e-05
0.000197488
0.000207612
5.3842e-05
5.7673e-05
0.000139862
4.11678e-05
6.29104e-05
3.08715e-05
5.17554e-05
-0.000106939
-9.26347e-06
0.000138362
-0.000184316
1.16617e-05
0.000214668
-0.000184653
2.0807e-05
0.000252439
-0.000136589
3.11695e-05
0.000252613
-8.34712e-05
3.92829e-05
0.000190861
-1.85566e-05
5.16487e-05
8.27292e-05
3.24016e-05
6.62962e-05
-7.95149e-05
7.80721e-05
7.85319e-05
-0.000328204
0.000166202
8.27071e-05
-0.000665538
0.000254722
9.14872e-05
-0.00106253
0.000350821
9.77413e-05
-0.00150436
0.000436762
0.000103413
-0.00198088
0.000513271
0.000113156
-0.00247591
0.000562043
0.000131009
-0.00296551
0.000583665
0.00015153
-0.003433
0.000565113
0.000189107
-0.00386903
0.000551332
0.000220753
-0.00424809
0.000526572
0.000252591
-0.00457714
0.000535502
0.000279134
-0.0047887
0.000483366
0.000293277
-0.00491061
0.000393881
0.000305407
-0.00493204
0.000156592
0.000318593
-0.00485085
-6.81804e-05
0.000312745
-0.00466212
-0.000377375
0.000322361
-0.00438294
-0.000648249
0.000346003
-0.00398865
-0.000924009
0.000363564
-0.00348017
-0.00118838
0.000379931
-0.00285616
-0.00143113
0.000386988
-0.00214164
-0.001622
0.000395981
-0.0013653
-0.00173752
0.00039124
-0.000607329
-0.00174013
0.000396074
0.000161715
-0.00157092
0.000354158
0.000788478
-0.00120863
0.000336547
0.00120487
-0.000666607
0.000285826
0.00129606
-8.14425e-05
0.00024534
0.0011219
0.000355591
0.000181264
0.000817112
0.000519285
0.000136081
0.000471408
0.000527706
9.74027e-05
0.000177002
0.000422861
6.66261e-05
0.000242246
3.59828e-05
5.69034e-05
-0.000187942
-6.34079e-06
0.000139504
-0.000303512
2.2274e-05
0.000196935
-0.000287274
3.80411e-05
0.000178613
-0.000170187
5.56015e-05
7.20937e-05
-3.0592e-05
6.09227e-05
-0.000124115
0.000110634
0.000100663
-0.000412585
0.000251283
0.000102739
-0.000830053
0.000420338
0.000123539
-0.00133207
0.000594675
0.000124465
-0.00189706
0.000750577
0.000122518
-0.00250414
0.000896546
0.000116222
-0.00312409
0.00100043
0.000115066
-0.00371286
0.00104774
0.00012245
-0.00424615
0.00104055
0.000133858
-0.00470647
0.000986521
0.000149107
-0.00510924
0.000905642
0.000167563
-0.00545283
0.000832612
0.000173622
-0.00573475
0.000748125
0.000176665
-0.00593685
0.000683528
0.000167139
-0.00598905
0.000494894
0.000146365
-0.00595793
0.000331494
0.000130488
-0.0058767
5.30863e-05
0.000111807
-0.00567757
-0.000276534
8.96749e-05
-0.00545516
-0.000617757
0.00010556
-0.00517451
-0.000945466
0.000104225
-0.00480997
-0.00130586
0.000108743
-0.00436711
-0.00165315
0.00011755
-0.00383506
-0.00198984
0.000127119
-0.0032101
-0.002278
0.000134167
-0.00251373
-0.00246888
0.000140138
-0.00177797
-0.00251778
0.000150726
-0.000995794
-0.00239555
0.000148666
-0.000279586
-0.00198949
0.000185287
0.00032939
-0.00132103
0.000148318
0.000698556
-0.000514497
0.000173063
0.000805303
0.000200819
0.000143477
0.000671097
0.000610337
0.000132246
0.000420782
0.000748275
0.000102504
0.000163372
0.000664334
7.4193e-05
0.000408726
3.27769e-05
4.83561e-05
-0.000265237
-2.7925e-06
9.312e-05
-0.000394983
3.89995e-05
6.23651e-05
-0.000313807
5.77638e-05
-7.144e-05
-0.000103247
8.62034e-05
-0.000316048
0.000136129
0.000100244
-0.000701291
0.000416867
0.000114172
-0.00122819
0.000694283
0.00012651
-0.00184458
0.000955597
0.000124758
-0.00250379
0.0011842
0.000110189
-0.00316164
0.00135142
9.4202e-05
-0.00376597
0.00145475
8.29805e-05
-0.00430555
0.00150269
7.55466e-05
-0.00477334
0.00148649
6.69199e-05
-0.00515913
0.00140377
6.27863e-05
-0.00547125
0.00128428
5.56543e-05
-0.00571417
0.00114355
4.68455e-05
-0.00589624
0.00102109
3.34686e-05
-0.00601966
0.000891757
1.57332e-05
-0.0060833
0.000780998
-5.67053e-06
-0.00606556
0.000530598
-3.24049e-05
-0.00601777
0.000345928
-4.78671e-05
-0.00592193
2.84321e-05
-6.30307e-05
-0.00577968
-0.000343585
-6.65657e-05
-0.00563818
-0.000689397
-6.00616e-05
-0.00545282
-0.0010647
-5.32979e-05
-0.00520291
-0.00149634
-4.09679e-05
-0.00487828
-0.00192979
-2.15612e-05
-0.00446862
-0.00236221
-5.01964e-06
-0.00398455
-0.0027372
1.68096e-05
-0.00341565
-0.00302013
3.11878e-05
-0.00277626
-0.00315234
5.34819e-05
-0.002069
-0.00310314
6.05527e-05
-0.00131972
-0.00275186
8.25422e-05
-0.000616557
-0.00204438
9.32122e-05
-8.07599e-05
-0.00108293
0.000119758
0.000230508
-0.000147921
0.000124294
0.00029513
0.000510869
0.000113578
0.000216676
0.000798922
9.81717e-05
8.29883e-05
0.000784012
6.88709e-05
0.000497679
2.67606e-05
1.39333e-05
-0.000315993
4.97148e-06
-2.37567e-05
-0.000417303
6.19253e-05
-0.000177148
-0.000239278
9.40631e-05
-0.000466558
0.000103176
0.000107457
-0.000918578
0.000497769
0.000123306
-0.00149623
0.000901514
0.000132172
-0.00213794
0.00124979
0.000119471
-0.00279267
0.00154074
9.45052e-05
-0.00339452
0.00173341
6.98488e-05
-0.00392921
0.00184823
5.02281e-05
-0.00441752
0.00192166
2.72396e-05
-0.00483409
0.00191332
3.78846e-06
-0.00516368
0.00182426
-1.25826e-05
-0.00540228
0.00166806
-3.21063e-05
-0.00555676
0.00147549
-4.33664e-05
-0.00562551
0.00125933
-5.23254e-05
-0.00564254
0.00109629
-6.96573e-05
-0.00563624
0.000957769
-9.19993e-05
-0.00562288
0.000852529
-0.00010955
-0.00559576
0.000597735
-0.000119207
-0.00557811
0.000427866
-0.000123862
-0.00552086
7.61675e-05
-0.000129586
-0.00547894
-0.000284823
-0.000121081
-0.00542684
-0.000643748
-0.000114386
-0.00535622
-0.00104225
-0.00010453
-0.00525094
-0.00151691
-8.9527e-05
-0.00508222
-0.00202334
-7.3714e-05
-0.0048292
-0.00254995
-5.6724e-05
-0.00447532
-0.0030363
-3.78205e-05
-0.00403271
-0.00342217
-1.65264e-05
-0.00351396
-0.00364313
7.0358e-06
-0.0029073
-0.00369006
2.05363e-05
-0.00215682
-0.00349966
5.0658e-05
-0.00139344
-0.00281378
6.41212e-05
-0.000701318
-0.00180199
0.000103245
-0.000227752
-0.000659319
0.000116317
-1.00514e-05
0.000254244
0.000122863
3.09325e-05
0.000728738
9.91621e-05
7.79273e-06
0.000791571
7.27411e-05
0.000511852
2.64003e-05
-3.74809e-05
-0.000327253
1.99074e-05
-0.00020095
-0.000334606
9.1357e-05
-0.000518105
-1.85517e-05
0.000121478
-0.000988244
0.000471819
0.000134796
-0.00157315
0.000980661
0.000132874
-0.00220371
0.0014405
0.000112022
-0.00281291
0.00178915
7.41675e-05
-0.00336628
0.0020418
4.42852e-05
-0.00385421
0.00219343
6.7096e-06
-0.00429712
0.00228591
-2.81479e-05
-0.00466695
0.00230475
-5.5472e-05
-0.00493898
0.00222213
-8.87813e-05
-0.00512576
0.00206227
-0.000105325
-0.00523178
0.0018361
-0.000110587
-0.00524415
0.00155538
-0.000106613
-0.00518021
0.00126811
-0.000103301
-0.00505329
0.00104592
-9.37715e-05
-0.00490837
0.000896424
-9.84273e-05
-0.00480029
0.000834566
-0.000103282
-0.00477434
0.000675814
-0.000121359
-0.00479762
0.000560424
-0.000126074
-0.0047763
0.000172657
-0.000137975
-0.00480643
-0.000142429
-0.000124728
-0.00483957
-0.000497501
-0.000128452
-0.00488009
-0.00089512
-0.000117799
-0.00492052
-0.00137869
-0.000106114
-0.00492959
-0.00192644
-9.12191e-05
-0.0048769
-0.00252509
-7.70206e-05
-0.00472036
-0.00312601
-6.01183e-05
-0.00443323
-0.00364983
-4.76259e-05
-0.0040094
-0.00402101
-2.73605e-05
-0.00351713
-0.00414609
-1.35008e-05
-0.00287503
-0.00411762
6.41439e-06
-0.00204845
-0.0036302
3.2388e-05
-0.00122735
-0.00262902
6.23314e-05
-0.000586365
-0.00132829
0.000103331
-0.00021107
-0.000151612
0.000107596
-6.42334e-05
0.000551527
0.000102953
-2.09506e-05
0.00073478
6.82547e-05
0.000497721
2.46179e-05
-0.000124922
-0.000263802
3.45262e-05
-0.000430489
-0.000129052
0.00011786
-0.000895324
0.000331143
0.000147778
-0.00147403
0.000938148
0.000138159
-0.00209025
0.00149518
0.000113185
-0.00266501
0.00193843
6.46645e-05
-0.00319819
0.00226766
2.52685e-05
-0.00365638
0.00247882
-2.84889e-05
-0.00403605
0.00257479
-6.60684e-05
-0.00434586
0.00262469
-0.000108042
-0.00458109
0.00258918
-0.000138641
-0.0047612
0.00246791
-0.000154326
-0.00487071
0.00224486
-0.000148666
-0.0048891
0.00193006
-0.000127401
-0.00478418
0.00151756
-9.51782e-05
-0.00452411
0.00106773
-5.649e-05
-0.00419385
0.000777905
-6.10082e-05
-0.00391613
0.000703295
-9.01537e-05
-0.00378753
0.000813317
-0.00011467
-0.00382045
0.000827063
-0.000130421
-0.0038821
0.000742363
-0.000130724
-0.0039121
0.000325403
-0.000130953
-0.00397803
4.47039e-05
-0.0001198
-0.00407187
-0.00028172
-0.000124424
-0.00418432
-0.000667382
-0.000115313
-0.00432613
-0.001131
-0.00010468
-0.00447593
-0.00168224
-9.01845e-05
-0.00460736
-0.00231107
-7.52305e-05
-0.00467016
-0.00299304
-5.96933e-05
-0.00460002
-0.00365872
-4.7471e-05
-0.00434902
-0.00421842
-3.51466e-05
-0.00390965
-0.00454069
-2.56747e-05
-0.003377
-0.00461388
-1.66814e-05
-0.00261279
-0.00436564
-4.48297e-06
-0.00170698
-0.00352526
2.91062e-05
-0.000860597
-0.00218032
5.97563e-05
-0.00031698
-0.000726894
0.000107992
-0.000104615
0.000309938
0.000102898
-1.63686e-05
0.000629569
7.80365e-05
0.000487095
2.82501e-05
-0.000219956
-0.000120501
5.09831e-05
-0.000651844
0.000180896
0.00014187
-0.00121792
0.000766898
0.00015674
-0.0018252
0.00142867
0.000125295
-0.00239744
0.00197625
7.22282e-05
-0.00292999
0.00240693
1.74737e-05
-0.00336257
0.00267233
-4.64136e-05
-0.00368027
0.00279612
-9.063e-05
-0.00394403
0.00287273
-0.000149388
-0.00416481
0.00289974
-0.000180383
-0.00432306
0.00281924
-0.000198406
-0.00441618
0.0026438
-0.000196404
-0.00444519
0.00235709
-0.000170589
-0.00439217
0.00195754
-0.000131761
-0.00421031
0.00140153
-6.56459e-05
-0.0038869
0.000803529
-2.35372e-05
-0.00337381
0.000291621
6.16422e-05
-0.00287883
0.000234958
7.63651e-05
-0.00259092
0.000558415
5.34098e-05
-0.00273964
0.00107945
-6.97191e-05
-0.00297998
0.00111467
-0.000120868
-0.00308239
0.000566439
-0.000127443
-0.0031696
0.000269725
-0.000128377
-0.00328352
-3.03813e-05
-0.000130879
-0.00342614
-0.000394675
-0.000123826
-0.00361721
-0.000819665
-0.000115497
-0.00384487
-0.00134748
-0.000100732
-0.00409722
-0.00196499
-8.54828e-05
-0.0043311
-0.00267978
-6.78056e-05
-0.00448349
-0.00343864
-5.38194e-05
-0.00447083
-0.00417261
-4.25392e-05
-0.00421561
-0.00474253
-3.66521e-05
-0.00376038
-0.00502436
-2.85631e-05
-0.00310463
-0.00498041
-2.92915e-05
-0.0021925
-0.00440497
-1.41045e-05
-0.00121943
-0.00313798
1.35924e-05
-0.000459258
-0.00148883
5.09409e-05
-0.000102216
-6.39262e-05
7.76083e-05
1.12126e-05
0.000507769
6.09087e-05
0.000506795
2.1728e-05
-0.000314329
0.000100343
5.42501e-05
-0.00083483
0.000562157
0.000151606
-0.00144646
0.00123894
0.000147183
-0.00203697
0.00190502
8.92468e-05
-0.00257064
0.00242577
2.31525e-05
-0.00299368
0.00278286
-4.9679e-05
-0.00328553
0.00295423
-0.000105824
-0.00353363
0.00307399
-0.000174419
-0.00374244
0.00313292
-0.000209301
-0.00385746
0.00308736
-0.000236895
-0.0039197
0.00296754
-0.000239818
-0.0039887
0.00280888
-0.00022613
-0.00409287
0.00255035
-0.000176826
-0.00419537
0.00214255
-7.80915e-05
-0.00398687
0.00121289
4.62513e-05
-0.00318119
-5.18647e-05
0.000190186
-0.00215652
-0.000770321
9.07127e-05
-0.00153216
-0.000362831
-6.3066e-05
-0.0015463
0.000709593
-0.000224559
-0.00203356
0.00173618
-0.000222996
-0.00236216
0.00161682
-0.000190924
-0.00240292
0.000774608
-0.000149832
-0.00247525
0.00050604
-0.000139418
-0.00259641
0.000250767
-0.000138757
-0.0027378
-0.000104171
-0.000133942
-0.00293536
-0.000483866
-0.000127684
-0.00318214
-0.000977959
-0.000114056
-0.00348147
-0.0015583
-9.87879e-05
-0.00380612
-0.00226419
-8.0028e-05
-0.00410411
-0.00306414
-6.29999e-05
-0.00429585
-0.00391686
-4.88016e-05
-0.0042817
-0.0047003
-4.19214e-05
-0.00398684
-0.00526734
-3.8859e-05
-0.0034555
-0.00546271
-4.04328e-05
-0.00264151
-0.00517458
-3.82304e-05
-0.00159154
-0.00415462
-2.0395e-05
-0.000675148
-0.00239221
1.65302e-05
-0.000125305
-0.000614134
4.49527e-05
-9.80952e-06
0.000388652
5.36815e-05
0.000508843
1.77293e-05
-0.000379707
0.000379518
5.30114e-05
-0.000955645
0.000987235
0.00014757
-0.00155792
0.00169698
0.000125231
-0.00209103
0.0023286
4.62663e-05
-0.00254113
0.00280215
-3.18857e-05
-0.0028664
0.0030768
-0.000112459
-0.00312657
0.00322538
-0.000186363
-0.00331675
0.00330071
-0.000231312
-0.00339787
0.00327476
-0.000270158
-0.00341152
0.00318006
-0.000286686
-0.00345283
0.00310396
-0.000286596
-0.00359863
0.00306
-0.000261603
-0.00382551
0.0028611
-0.000177177
-0.00363232
0.00201781
-6.86317e-05
-0.00249828
8.22853e-05
-6.2378e-06
-0.000987608
-0.0013987
-0.000395908
-0.000519287
-0.000979896
-0.000555205
-0.000931442
0.000412974
-0.000653595
-0.00160989
0.00171647
-0.000532449
-0.00201247
0.00250134
-0.000500798
-0.0020749
0.00196871
-0.000326641
-0.00197292
0.000906746
-0.000204063
-0.00198759
0.000729481
-0.000170713
-0.00207528
0.000538357
-0.000173007
-0.00219327
0.000194661
-0.000156381
-0.00236839
-0.00014478
-0.000152616
-0.00259795
-0.000603694
-0.0001378
-0.00289332
-0.00113612
-0.00012316
-0.00324449
-0.00180524
-0.000102398
-0.00361689
-0.00260145
-8.23983e-05
-0.00394347
-0.00351563
-6.43155e-05
-0.00412381
-0.00445603
-5.35964e-05
-0.00405358
-0.00528003
-4.92296e-05
-0.00367555
-0.00578601
-5.16242e-05
-0.00301065
-0.00578665
-5.46259e-05
-0.00204802
-0.00506967
-4.88753e-05
-0.000978342
-0.00342307
-3.19918e-05
-0.000237181
-0.00134205
1.4178e-05
-3.07111e-05
0.000195674
1.44784e-05
0.000498581
5.63299e-07
-0.000392128
0.000659931
3.83846e-05
-0.000974137
0.00140929
0.000129666
-0.00155078
0.00212857
9.26745e-05
-0.00205396
0.00272476
1.19392e-06
-0.00245377
0.00313687
-9.25752e-05
-0.00273367
0.00333486
-0.000183792
-0.0029187
0.00342166
-0.000243312
-0.00297787
0.00339771
-0.000289868
-0.0029321
0.00328981
-0.000319672
-0.00283544
0.00316735
-0.000340462
-0.00278068
0.00315946
-0.000345075
-0.00279519
0.00322518
-0.000352469
-0.00244055
0.00266075
-0.000325173
-0.000977579
0.000809466
-0.000465117
0.00110272
-0.00157672
-0.00100038
0.00181743
-0.00168697
-0.000650797
0.000714246
0.000213417
4.21771e-05
-0.000470778
0.00147468
0.000581878
-0.000851861
0.00207423
0.000295211
-0.000936547
0.00284489
-0.000124065
-0.00110426
0.00244353
-0.000206502
-0.00134896
0.00138726
-0.000107442
-0.00150832
0.00113447
-0.000153637
-0.00163367
0.000905722
-0.000183646
-0.0017733
0.000548531
-0.000174309
-0.00192132
0.000202561
-0.000181512
-0.00213134
-0.000222204
-0.000167189
-0.00239347
-0.000724147
-0.000153845
-0.00272437
-0.00134656
-0.000132894
-0.00310748
-0.00211118
-0.000109258
-0.00349829
-0.00303605
-8.64945e-05
-0.00381046
-0.00406963
-6.98112e-05
-0.00392882
-0.00509694
-6.14776e-05
-0.00374489
-0.00590968
-6.14153e-05
-0.0032264
-0.00624731
-6.35157e-05
-0.0023825
-0.00585806
-6.56463e-05
-0.00128372
-0.0044745
-4.99253e-05
-0.000410774
-0.00218141
-2.23756e-05
-3.95436e-05
-0.000158258
7.23878e-06
0.0004837
-8.41872e-06
-0.000394614
0.000936705
1.39238e-05
-0.0009614
0.00181055
0.000103287
-0.00151366
0.00253402
5.5961e-05
-0.00197747
0.00308389
-4.77671e-05
-0.00231804
0.00341069
-0.000155175
-0.00253158
0.00352172
-0.000242836
-0.00261359
0.00350478
-0.00030582
-0.00254608
0.0033537
-0.000349046
-0.0023473
0.00313996
-0.000389006
-0.0020504
0.0029493
-0.000421848
-0.00174957
0.00299258
-0.000480275
-0.00129074
0.0029903
-0.000556973
0.000163714
0.00153821
-0.000839793
0.00272329
-0.00105807
-0.00144675
0.00305273
-0.00159482
-0.000206463
0.000964896
-0.000187908
0.00155656
-0.000480343
0.000666116
0.00193168
-0.000318684
0.000795672
0.000875697
-0.000105441
0.00184645
2.15371e-07
-0.000171103
0.00324709
-0.000564519
-0.000452281
0.00310024
-0.000503858
-0.000871974
0.00214636
-0.000310251
-0.00115701
0.00175368
-0.000253215
-0.00132125
0.00138633
-0.000249603
-0.00147847
0.00098424
-0.000235186
-0.00161852
0.000586214
-0.000226727
-0.001791
0.00016087
-0.000218728
-0.00202241
-0.000312422
-0.000199822
-0.00231165
-0.000903013
-0.000177096
-0.00266656
-0.00162648
-0.000149204
-0.00306624
-0.00252895
-0.000120706
-0.00344502
-0.00360186
-9.69497e-05
-0.00369884
-0.0047667
-8.29646e-05
-0.00370059
-0.00583805
-7.91699e-05
-0.0033461
-0.00653473
-8.16412e-05
-0.0026319
-0.00650776
-8.15831e-05
-0.00159434
-0.00545121
-7.81231e-05
-0.000581454
-0.00314659
-5.23371e-05
-4.79035e-05
-0.000650215
-3.85295e-05
0.000474352
-3.32695e-05
-0.000370371
0.00118264
-1.7545e-05
-0.000913199
0.00218067
7.06758e-05
-0.00143758
0.00290657
1.82426e-05
-0.00185842
0.00339057
-9.61825e-05
-0.00215115
0.00362893
-0.00021059
-0.00230152
0.00362799
-0.000295375
-0.00229474
0.00347494
-0.000359216
-0.00210833
0.00315974
-0.000400661
-0.00174209
0.00279343
-0.000442895
-0.00120145
0.00246499
-0.000493637
-0.00074968
0.00268159
-0.000568257
0.00028685
0.00226835
-0.000962389
0.00269483
-0.000230093
-0.00156173
0.003175
-0.0010853
-0.000376593
-0.000169935
0.000884001
0.00210398
-0.00266415
0.00110414
0.00228944
-0.00254396
-4.27131e-05
0.000916494
-0.00222648
0.000470217
-0.000246592
-0.00206289
0.0021521
-0.00112998
-0.00133966
0.00324551
-0.00129556
-0.000744104
0.00317264
-0.000924669
-0.000902798
0.00288815
-0.000556192
-0.00112119
0.00249101
-0.000413904
-0.00123006
0.00194649
-0.000356663
-0.00133968
0.00147523
-0.000333969
-0.00146093
0.001026
-0.000310092
-0.00160046
0.00057168
-0.000300197
-0.00178541
9.57859e-05
-0.000269763
-0.00202064
-0.000478549
-0.000240574
-0.00232447
-0.00116413
-0.000204064
-0.00269411
-0.00202786
-0.000167258
-0.00308722
-0.00310081
-0.000133416
-0.0034167
-0.00434609
-0.000110295
-0.00355416
-0.00561929
-9.98033e-05
-0.00337377
-0.00663899
-9.71319e-05
-0.00279895
-0.00700936
-9.71125e-05
-0.00186307
-0.00632094
-8.69252e-05
-0.000759313
-0.00419266
-7.30362e-05
-8.16383e-05
-0.00128778
-3.90214e-05
0.000435295
-4.38514e-05
-0.000340279
0.00138882
-4.97627e-05
-0.000851951
0.00251171
3.50834e-05
-0.00134167
0.00323295
-2.28941e-05
-0.00172467
0.00364394
-0.000139983
-0.00198435
0.00379458
-0.000259399
-0.00208945
0.00365731
-0.000345124
-0.00202166
0.00334108
-0.000415109
-0.00174189
0.00281664
-0.000460624
-0.00117539
0.00218595
-0.000523288
-0.000618297
0.00189316
-0.000590275
-0.000245885
0.00247417
-0.000982828
0.00115514
0.00143304
-0.00188103
0.00154709
-0.000244093
-0.00100463
-0.00186634
0.0016022
0.00154566
-0.00377096
0.00195879
0.00186155
-0.00273718
-0.000412445
0.00098193
-0.00245742
-0.000533668
5.8681e-05
-0.00324661
0.00125425
-0.000653624
-0.00267892
0.0019883
-0.00103487
-0.00105503
0.00246389
-0.00139226
-0.000420863
0.00341012
-0.000950363
-0.000812904
0.00409461
-0.000612099
-0.00110228
0.00354162
-0.000530156
-0.00121369
0.00270171
-0.000476071
-0.00128746
0.00206974
-0.000463038
-0.00138751
0.00154507
-0.000434467
-0.00151841
0.00104555
-0.000410628
-0.00166062
0.000526208
-0.000383095
-0.00185832
-4.62499e-05
-0.000333464
-0.00210203
-0.000724221
-0.000283591
-0.00242548
-0.00154244
-0.000233034
-0.00280171
-0.00259203
-0.000185058
-0.00316258
-0.00387452
-0.000149273
-0.0033858
-0.00529989
-0.000128093
-0.00333562
-0.00660014
-0.000121258
-0.00289448
-0.0073667
-0.000117376
-0.00205499
-0.00708195
-0.000110825
-0.000927164
-0.00525156
-9.4217e-05
-0.000116337
-0.00204288
-6.84446e-05
0.000370931
-6.20058e-05
-0.000305055
0.00155117
-8.36289e-05
-0.000775788
0.00279426
-6.54707e-06
-0.00123765
0.00351383
-5.9153e-05
-0.00160716
0.00386509
-0.00017781
-0.00185905
0.00392392
-0.000300709
-0.00195605
0.00363415
-0.000383385
-0.00188864
0.00315026
-0.000463185
-0.0015691
0.00235511
-0.000499759
-0.00102856
0.00151813
-0.000571799
-0.000919024
0.00171599
-0.000769498
-0.000694493
0.00265384
-0.00175111
-0.00020889
0.00146914
-0.00205936
-0.00238812
0.00163687
0.000367443
-0.00339792
0.00259146
0.00124127
-0.000845099
-0.000391159
0.00131601
9.33448e-05
-0.000978117
-0.000192605
-0.00223412
0.00197539
-0.00112658
-0.00315625
0.00201545
-0.00147264
-0.00125961
0.000533376
-0.00306404
-0.000152433
0.00258537
-0.00310266
-0.000510376
0.00501965
-0.00141139
-0.00108462
0.00597568
-0.000809552
-0.00137307
0.0050915
-0.000829038
-0.0014327
0.00377004
-0.000748695
-0.00139192
0.00277663
-0.000710999
-0.00144624
0.00216391
-0.000644208
-0.00153608
0.00158075
-0.000596708
-0.00164845
0.00099713
-0.000528216
-0.00179373
0.000399369
-0.000474114
-0.00199215
-0.000283361
-0.000396066
-0.0022626
-0.00107132
-0.000324837
-0.00260347
-0.00208785
-0.000255334
-0.00296621
-0.00337787
-0.000198439
-0.00323676
-0.00491625
-0.000161362
-0.0032762
-0.00645918
-0.000144712
-0.00294489
-0.00760341
-0.000137647
-0.00219311
-0.00774698
-0.000126633
-0.00110032
-0.0062672
-0.000110674
-0.000155521
-0.00292426
-8.41525e-05
0.000271543
-7.12244e-05
-0.00026074
0.00166051
-0.000117458
-0.000691579
0.00302365
-4.1993e-05
-0.00114582
0.00376897
-9.18769e-05
-0.001524
0.00406969
-0.000210032
-0.0018065
0.0040494
-0.000337428
-0.0019601
0.00361647
-0.000420192
-0.00199568
0.0029976
-0.000519615
-0.00174146
0.00186267
-0.000562021
-0.00166326
0.00120437
-0.000704612
-0.00179502
0.00182226
-0.00148752
-0.00161234
0.00309372
-0.00292197
-0.00106691
0.00133088
-0.00259449
4.89555e-05
0.000695154
-0.000197119
0.00199285
0.00127305
0.00100781
0.00271601
-4.08172e-05
0.000172642
0.000238608
0.00226853
-0.00303931
-0.00338968
0.00523681
-0.00290574
-0.00291544
0.000689014
-0.00518742
-0.000573425
-0.000769755
-0.00900781
-0.000766214
0.00550924
-0.00705025
-0.00165627
0.0083148
-0.00223727
-0.00208821
0.0080995
6.46804e-05
-0.00219062
0.00689504
-0.000613409
-0.00202344
0.00513576
-0.00108293
-0.00168812
0.00351039
-0.00109021
-0.00160757
0.00286964
-0.001005
-0.00163858
0.00221062
-0.000905401
-0.00173169
0.00156291
-0.000788289
-0.00184674
0.000893792
-0.000679391
-0.00199803
0.000175755
-0.000567401
-0.00221178
-0.000604301
-0.000458047
-0.00249948
-0.00159606
-0.000353278
-0.00284561
-0.00286773
-0.000264743
-0.00313671
-0.00449178
-0.000201758
-0.00323056
-0.00624893
-0.000172577
-0.00298149
-0.00774586
-0.000159354
-0.00230132
-0.00832926
-0.000148092
-0.00124828
-0.00723535
-0.000126084
-0.000228678
-0.0038716
-0.000102228
0.000104002
-8.04671e-05
-0.000212858
0.0017111
-0.000145861
-0.000614514
0.00321047
-7.07142e-05
-0.00106564
0.0040022
-0.000119552
-0.00147241
0.00427578
-0.000233117
-0.00181943
0.00420542
-0.000366784
-0.00209442
0.0036762
-0.000446515
-0.00233563
0.0030083
-0.000579661
-0.00244474
0.00168019
-0.000606639
-0.00311173
0.00165802
-0.00104128
-0.00344515
0.00241626
-0.00253255
-0.00203203
0.00302361
-0.00432435
0.00225573
-0.000826314
-0.00559675
0.00450296
0.000498824
-0.00294354
0.000482965
0.00538193
0.00213085
-0.00210022
0.00345117
0.00103
-0.00376759
0.00504214
-0.00289925
-0.00457036
0.00411381
-0.00396273
-0.000409892
-0.00505713
-0.0111465
0.00218437
-0.00179516
-0.014442
-0.000463985
0.0135319
-0.014686
-0.00208628
0.0141466
-0.00650655
-0.00215522
0.0109802
2.0319e-05
-0.00279882
0.0111776
-0.00200134
-0.00290525
0.00854785
-0.00301873
-0.00208347
0.00448996
-0.00211743
-0.00178828
0.00374188
-0.00168085
-0.00181505
0.0030566
-0.00140281
-0.00189544
0.00226599
-0.00118042
-0.0019954
0.00148512
-0.000990228
-0.00211569
0.00069094
-0.00081597
-0.00226254
-0.000138042
-0.000647983
-0.00248252
-0.00112038
-0.000493256
-0.00278929
-0.00236271
-0.00034582
-0.00308575
-0.00404203
-0.000243456
-0.00321876
-0.00598759
-0.000194725
-0.00304456
-0.00780324
-0.000175896
-0.00243711
-0.00883088
-0.000161961
-0.00141597
-0.00816436
-0.000140006
-0.000332
-0.00487949
-0.000110714
-0.000163713
-8.69271e-05
-0.000147611
0.00168711
-0.000164807
-0.000519385
0.00335602
-9.22663e-05
-0.000989618
0.0042363
-0.000135912
-0.0014501
0.00451092
-0.000245421
-0.00189571
0.00443746
-0.000393279
-0.00239697
0.00394139
-0.000475241
-0.00303062
0.00343077
-0.000688139
-0.00399764
0.00233596
-0.000692244
-0.00539595
0.00300699
-0.00181874
-0.00664386
0.00459048
-0.00403318
-0.00476162
0.00368055
-0.00663542
0.00147978
-0.00329601
-0.0098467
-0.00097285
0.00439304
-0.00640237
-0.00700188
0.00940302
-0.0018108
-0.00462251
0.000905444
0.00303744
-0.00416722
0.00594888
0.000509734
-0.00675934
0.00798402
-0.00647759
-0.00438365
-0.0117413
-0.0106686
-7.87117e-05
-0.00829834
-0.00823877
-0.000532742
0.0170355
-0.0119725
0.00323057
0.0161561
-0.0112381
0.00327443
0.0212054
-0.00966047
-0.00325203
0.0309239
-0.0101262
-0.00478094
0.0181212
-0.00731679
-0.0025533
0.00555402
-0.00460782
-0.00196827
0.00503781
-0.00303589
-0.00208005
0.00435236
-0.00230472
-0.00217321
0.00319282
-0.00180254
-0.00225928
0.00221183
-0.00145365
-0.00234703
0.00128501
-0.00117236
-0.00243637
0.000348513
-0.000915143
-0.00257981
-0.000656579
-0.000682561
-0.00281209
-0.00189067
-0.000448762
-0.00307136
-0.0036167
-0.000271098
-0.00320162
-0.0057247
-0.00020346
-0.00309437
-0.00778991
-0.000179532
-0.00257414
-0.00924137
-0.000168366
-0.0016013
-0.00904103
-0.000147751
-0.00045549
-0.00594652
-0.000118223
-0.000554773
-9.03493e-05
-0.000122943
0.00162518
-0.000172696
-0.000468527
0.00346574
-9.86616e-05
-0.000927118
0.00444626
-0.000139397
-0.00140278
0.00475221
-0.000241217
-0.00187696
0.00471586
-0.00040989
-0.00251872
0.00442885
-0.000512139
-0.00332259
0.00426379
-0.000866979
-0.00425599
0.00343365
-0.00104442
-0.00416514
0.00399048
-0.00263239
-0.00475128
0.00711668
-0.00414786
-0.00451376
0.00523059
-0.00708801
-0.000132705
-0.00698715
-0.0104846
-0.0012965
0.00590391
-0.0089334
0.00294749
0.00642929
-0.0116982
0.00722835
0.00161158
-0.00303347
-0.00887353
0.00944853
-0.00183884
-0.0243308
0.00880315
-0.00622067
-0.0209471
-0.026799
0.00805721
-0.0151051
-0.0265425
0.00995301
-0.0132838
0.00412545
0.0071132
-0.00238894
0.00667214
-0.00248274
0.00196026
0.0287072
-0.0142576
-0.00356671
0.0535503
-0.0121595
-0.00309668
0.0286914
-0.00965677
-0.00178201
0.0092126
-0.00804235
-0.00222953
0.0080635
-0.00489688
-0.00255551
0.00625682
-0.00358061
-0.00268007
0.00435298
-0.00269334
-0.00270623
0.00304211
-0.00212528
-0.00273299
0.00194446
-0.00168898
-0.00279
0.000892694
-0.00130878
-0.00283988
-0.000221547
-0.000988892
-0.0029911
-0.00146886
-0.000588714
-0.00314255
-0.00331279
-0.000272516
-0.00321111
-0.00554936
-0.000176601
-0.00314018
-0.00775772
-0.000155343
-0.00273719
-0.00954505
-0.000154138
-0.00186648
-0.00982131
-0.000141829
-0.000681857
-0.00705777
-0.000114737
-0.00117792
-8.72557e-05
-5.93311e-05
0.00150201
-0.000170632
-0.00037538
0.00354983
-9.50437e-05
-0.000785744
0.00461104
-0.000130087
-0.00120793
0.00495941
-0.000226125
-0.00153499
0.00493676
-0.000436743
-0.00184557
0.00484051
-0.000638925
-0.00135303
0.00450433
-0.0012115
-6.5406e-05
0.00335018
-0.00078832
0.000438573
0.00442574
-4.54933e-05
-0.00294505
0.00933359
0.0011627
-0.00815444
0.00452093
-0.00146448
-0.00857841
-0.0153978
-0.00583634
-0.0032517
-0.00599221
-0.00557234
0.0124856
-0.00697714
-0.00893413
0.0173389
0.00468473
-0.0107276
-0.00952517
0.0215124
-0.00478819
-0.0324857
0.0121941
0.00486004
-0.0253519
-0.0389223
0.0153225
-0.0259073
-0.0361957
0.0170489
-0.0288063
-0.0120665
0.030337
-0.0210265
-0.011174
0.0223176
-0.0121485
0.0127807
0.00488594
-0.00184284
0.0442239
0.000890669
0.00186029
0.030001
-0.00467414
-0.00124684
0.0158828
-0.00774803
-0.00289163
0.0123613
-0.00677888
-0.00357386
0.00896995
-0.00536245
-0.00363631
0.00573668
-0.00402214
-0.00348718
0.00395083
-0.00307371
-0.00341196
0.00269616
-0.00241014
-0.00345908
0.00149059
-0.00179486
-0.00343579
0.000175634
-0.00132146
-0.00348913
-0.00120723
-0.000616114
-0.0033709
-0.00341328
-0.000124427
-0.00317648
-0.00573147
-7.01722e-05
-0.00311009
-0.00777321
-8.83797e-05
-0.00282151
-0.00977218
-0.000112944
-0.00208615
-0.010487
-0.000119114
-0.000897932
-0.00818739
-0.000102388
-0.00202632
-8.27229e-05
-1.77871e-05
0.00132834
-0.000154928
-0.000278013
0.00357237
-7.86617e-05
-0.000614329
0.00470175
-9.85615e-05
-0.000872473
0.0050398
-0.000181196
-0.000784627
0.00488963
-0.000411481
0.000139543
0.00447597
-0.000573879
0.00273678
0.00352265
-0.000199662
0.00328518
0.00312691
0.00393147
-0.000776342
0.00560221
0.00841782
-0.00933664
0.0101574
0.00971389
-0.0217898
0.00310261
0.00447304
-0.0289834
-0.0226145
-0.00186836
-0.0178406
-0.0289728
-0.00443396
0.00192207
-0.0320801
-0.000897634
0.017441
-0.0128816
-3.36325e-05
0.00591573
0.0220966
0.0153842
-0.0205725
0.0238636
0.0220258
-0.0144141
-0.0191973
-0.0229174
-0.0138173
-0.0201787
0.00209359
-0.0164161
-0.0194744
0.04576
-0.0181144
-0.0217611
0.0399411
-0.0151857
-0.00180721
0.0210725
-0.00424649
0.0277178
0.012468
-0.00141676
0.0279814
0.00686855
-0.00478587
0.0188958
-0.000710451
-0.00636879
0.0147971
-0.00653654
-0.00629449
0.0106871
-0.00742397
-0.00519269
0.00620486
-0.00604225
-0.00443868
0.00449125
-0.00455841
-0.00407528
0.00329321
-0.00341915
-0.00400252
0.00203484
-0.00233568
-0.0040287
0.00068596
-0.001639
-0.00398023
-0.00127569
-0.000483759
-0.00367709
-0.00414064
0.000372592
-0.00313644
-0.00650518
0.000199139
-0.00295663
-0.00803618
8.19366e-05
-0.00277371
-0.00995768
-3.90338e-05
-0.00224403
-0.0109874
-7.59429e-05
-0.00116487
-0.00923599
-8.013e-05
-0.00316114
-7.2402e-05
-7.98121e-05
0.00121874
-0.000120928
-0.000307615
0.0035587
-3.86549e-05
-0.000567323
0.00472041
-3.6761e-05
-0.000749787
0.00506016
-8.20628e-05
-0.000578039
0.00481299
-0.000247797
0.000626086
0.00406987
-3.64017e-05
0.00209313
0.00314251
0.00238093
-0.000878991
0.00465793
0.00843782
-0.00686426
0.00710539
0.0122532
-0.0140802
0.00843047
0.0118689
-0.0273422
0.00491325
0.00440337
-0.0366916
-0.0219301
-0.0049277
-0.0283199
-0.0386078
-0.014582
-0.0122743
-0.0432056
-0.0108263
0.00497412
-0.0365154
0.00855328
0.00653443
-0.00651448
0.0315859
-0.0166392
0.0217945
0.0396174
-0.0127885
0.0126257
-0.0337541
0.0053154
0.00233229
-0.0198907
0.00578847
-0.0174072
0.032793
-0.00213543
-0.0157883
0.0245138
-0.00823879
0.00424661
0.0159873
-0.00832247
0.027298
0.017778
-0.00648544
0.0263284
0.0177963
-0.00911123
0.0191123
0.00759104
-0.0108063
0.0148054
-0.0036671
-0.00968284
0.01064
-0.00904041
-0.00713087
0.00549766
-0.00869345
-0.00500227
0.00406843
-0.0063415
-0.00432639
0.00420488
-0.00445697
-0.00466431
0.00370053
-0.00227465
-0.00441476
0.00142585
-0.00117943
-0.00422186
-0.00220886
0.000814621
-0.00399289
-0.0059957
0.00199906
-0.00313474
-0.00801053
0.000625742
-0.00276015
-0.00859915
0.000234375
-0.00261272
-0.0102325
0.000105739
-0.00217301
-0.0114467
-1.74374e-05
-0.00124495
-0.0101706
-4.49685e-05
-0.0044034
-4.22198e-05
-0.00012581
0.00115887
-8.77258e-05
-0.000322739
0.00351735
-8.0835e-07
-0.000575517
0.00473089
2.50524e-05
-0.000867741
0.00517025
1.88612e-05
-0.000914733
0.00492513
-6.51542e-05
-0.000561775
0.00425165
0.000590369
-0.000891584
0.00387045
0.00308758
-0.00360169
0.00630043
0.00729235
-0.00229585
0.00511351
0.00830454
6.26479e-05
0.000896581
0.0131075
-0.00673187
0.0034953
0.0114385
-0.0125997
-0.0212874
0.0015953
-0.0119789
-0.0327047
-0.0225003
-0.00445262
-0.0283581
-0.0400278
-1.40848e-05
-0.0307987
-0.0057178
-0.00052499
-0.024244
0.0127371
-0.0138843
0.0072472
0.0207328
-0.00901681
0.0265004
-0.0183214
-0.0028654
0.0104033
0.00347895
-0.0113381
-0.00990145
0.0121448
-0.0211944
-0.00452405
0.000323439
-0.0258966
0.0125725
0.00574552
-0.0156519
0.0230225
0.0127129
-0.0005803
0.020273
0.00867324
0.00384587
0.0181796
0.000112773
-0.0018401
0.019904
-0.00946836
-0.00753432
0.0162076
-0.0146065
-0.00613891
0.00585259
-0.013792
-0.003876
0.00504015
-0.0104155
-0.00451058
0.00760225
-0.00441378
-0.00452911
0.005507
0.000554702
-0.00279956
0.000554604
0.00131628
-0.00281843
-0.00476759
0.00422914
-0.0038133
-0.00874793
0.00478287
-0.00299205
-0.00951179
0.000346323
-0.00227892
-0.0091302
-0.000432403
-0.00219789
-0.0104041
-3.11353e-05
-0.00192133
-0.0118086
-2.10706e-05
-0.00117103
-0.0109731
-7.15495e-05
-0.00561496
-6.33925e-05
-0.000142764
0.00111592
-4.33684e-05
-0.000318677
0.00345377
4.93533e-05
-0.000570536
0.00473945
9.07816e-05
-0.000934565
0.00532452
0.000126181
-0.00119523
0.00517439
0.000133558
-0.00166523
0.00490097
0.000913184
-0.00234056
0.00473723
0.0022334
-0.0033914
0.00680064
0.00459995
0.0010547
0.00256127
0.00257107
0.00837735
-0.00585087
0.00917789
0.0117883
-0.00444139
0.0173079
0.00874044
-0.0215756
0.0139528
6.50155e-05
-0.0168825
-0.0169264
-0.0055399
-0.001172
-0.0533503
-0.0115644
-0.00842684
-0.0123289
-0.0132492
-0.0148868
0.00219643
-0.0255372
-0.00146138
-0.00259249
-0.0248168
0.0169866
-0.00681637
-0.021561
0.00495146
0.00433301
-0.0210123
-0.00464484
0.000862778
-0.025201
0.0014098
0.0102044
-0.0273683
0.0110014
0.0193779
-0.0117937
0.0183093
0.00460792
0.00428521
0.0210014
-0.00881695
0.00384269
0.0212475
-0.00311491
-0.0103516
0.0240224
0.00276723
-0.0186249
0.0159024
-0.00143294
-0.0149188
0.00238604
-0.00912331
-0.0107799
0.00640728
-0.00984304
-0.00764589
0.00686846
0.00134198
-0.00356157
0.00222447
0.00442126
-0.00104749
-0.00112546
0.00224352
-0.00151662
-0.00740589
0.00578987
-0.00330509
-0.0106099
0.00512399
-0.00262511
-0.00935189
-0.00193239
-0.0016327
-0.00881452
-0.00253265
-0.00151789
-0.010241
-0.000736181
-0.00140765
-0.0119873
-0.000185607
-0.000890927
-0.0115601
-0.000155679
-0.00657284
-0.000102882
-0.000131589
0.00107089
-3.60625e-06
-0.000255742
0.0033516
8.91115e-05
-0.000458944
0.0047084
0.000142139
-0.000771001
0.00542531
0.000191505
-0.00111042
0.00543254
0.000223081
-0.00156306
0.0054505
0.000731181
-0.00205638
0.00538613
0.00106464
-0.0014114
0.00648908
0.00169916
-9.9027e-05
0.00259357
-0.00044748
0.00191191
-0.0049902
0.00208851
0.00503648
-0.00271421
0.00716485
0.00242997
-0.00609352
-0.00245872
-0.00865496
0.00558791
-0.0159369
-0.0141182
0.01793
-0.036959
-0.0110808
0.00316184
-0.00196964
-0.0102036
-0.019851
0.00924107
-0.0191864
-0.0125652
-0.00971902
-0.0251784
0.0082821
-0.0138814
-0.0226736
0.00417887
-0.0107789
-0.015078
0.000334944
-0.0137454
-0.00868318
0.00121172
-0.00373166
-0.0157504
0.00555631
0.0146733
-0.0248268
0.0238393
-0.00665106
-0.0327609
0.0265191
-0.00872226
-0.0349385
0.0139999
0.00712092
-0.0307567
0.00878764
0.0148573
-0.0271071
0.00469291
0.0100989
-0.0256202
-0.00272181
0.00272608
-0.0213068
0.00462622
0.00273224
-0.0104039
-0.00351721
0.00621436
-0.000867624
-0.00630078
0.0052317
-0.000560072
-0.000692441
0.00703547
-0.00308368
-0.00821374
0.00720227
-0.0040078
-0.010976
0.0024066
-0.00229468
-0.00711125
-0.00535922
-0.00113433
-0.00723554
-0.00481436
-0.000936514
-0.00971096
-0.00148615
-0.000927476
-0.0119293
-0.000533968
-0.000603854
-0.0119384
-0.000315921
-0.00725423
-0.000190509
-0.000112471
0.00102175
3.56235e-05
-0.000181976
0.00321395
0.000127589
-0.000331044
0.00463405
0.00020086
-0.000587587
0.00545906
0.00027472
-0.000993491
0.00566478
0.000355188
-0.00143988
0.00583525
0.000626129
-0.00195064
0.00589197
0.000790799
-0.00149924
0.00648013
0.000919577
-0.00399876
0.00543068
0.00103944
-0.00807388
0.000919687
0.000312336
-0.0069132
0.00366939
-0.00405778
-0.00394865
0.0059307
-0.0164129
-0.0026981
0.0131982
-0.00659188
-0.00157922
0.0203721
-0.00376178
0.00352208
0.00222613
0.0185792
0.0128946
-0.0319231
0.00170332
0.0167348
-0.0347826
-0.00131931
0.00665239
-0.00079008
-0.00254691
-0.000826558
0.0151499
-0.00522923
-0.00246249
0.00661047
0.0140417
-0.012793
0.00669391
0.0176576
-0.0270168
0.00582398
0.00859383
-0.0442441
0.0270087
-0.00625311
-0.0483114
0.0246846
-0.00376099
-0.0304013
-0.00676164
0.00342015
-0.00945188
-0.0182481
0.00302469
-0.00688871
-0.00138389
0.000649192
-0.0208427
0.00582392
0.00409561
-0.0249062
0.00619135
0.00664534
-0.0115023
-0.0145084
-0.00172555
0.00037712
-0.0150555
0.00105169
-0.0011966
-0.00318755
0.00899462
-0.00626034
-0.00986439
0.00463044
-0.0061874
-0.00888312
-0.00256658
-0.00307936
-0.00318428
-0.00829329
-0.0010421
-0.0056103
-0.00580932
-0.000510535
-0.00923255
-0.00181856
-0.000555928
-0.0116531
-0.000827885
-0.000381728
-0.0121054
-0.000499742
-0.00771536
-0.000277325
-5.77204e-05
0.000941563
6.4224e-05
-5.43625e-05
0.00302522
0.000160139
-0.000114344
0.0044913
0.00025199
-0.000279959
0.0054012
0.000351773
-0.000630495
0.00578748
0.000479169
-0.00093881
0.00597458
0.000686473
-0.00137376
0.00615719
0.00101834
-0.000936866
0.00639141
0.00124408
-0.00284016
0.00744338
0.00270337
-0.00617314
0.00495263
0.00363106
-0.00317836
0.00244616
0.00357816
0.0028501
0.0056093
-0.00786386
0.00891799
0.00962239
0.000393827
0.010789
0.0126434
0.0250313
0.0196862
-0.0130937
0.0272268
0.0345616
-0.0467615
-0.00728639
0.0437212
-0.045379
-0.0184176
0.0618989
-0.0249779
-0.0106355
0.0747983
-0.00329372
0.0119237
0.0756766
-0.0143066
0.0406685
0.0584684
-0.00127736
0.0445951
0.0355752
-0.000898325
0.0341704
0.0133212
0.0206092
0.0273537
0.00219476
0.0226041
0.0215098
0.00900952
-0.0156211
0.0138413
0.01276
-0.0256908
0.000463097
0.00161196
0.007816
-0.00929824
-0.020696
0.0294297
-0.0094309
-0.0232559
0.0108836
0.000933632
-0.0116525
-0.0209365
-0.00297708
-0.00366727
-0.0190286
-0.0084894
-0.00273868
-0.0081916
-0.00995631
-0.0071088
-0.0091066
-0.0114375
-0.00767125
-0.00116951
-0.0101349
-0.0038855
0.000779078
-0.00873954
-0.000653897
-0.00571072
-0.00482096
-3.63286e-05
-0.00890685
-0.00165241
-0.000280858
-0.0111057
-0.00096194
-0.000263988
-0.0120768
-0.000584003
-0.00805465
-0.000330967
-2.2085e-05
0.000846388
8.55074e-05
4.2686e-05
0.00279789
0.00018176
7.32916e-05
0.00427526
0.00028703
3.83241e-05
0.00523256
0.000402541
-0.000118226
0.00572447
0.000568457
-0.000181199
0.00588567
0.000756601
-0.000266838
0.0061018
0.00114792
0.00049257
0.00597907
0.00137195
0.00129796
0.00718364
0.00259849
0.000945085
0.00549235
0.00517338
0.00381088
-0.000583738
0.008094
0.00768094
0.000990875
0.00458274
0.00943602
0.00701299
-4.02059e-05
0.0113333
0.00564934
0.014863
0.0216208
-0.031719
0.0144156
0.0392233
-0.0666178
0.00485933
0.0472185
-0.0426595
-0.0205897
0.0539998
-0.0269986
-0.032087
0.076942
-0.0350531
-0.00106062
0.08887
-0.0416485
0.0234593
0.0690315
-0.0158425
0.0375275
0.0433633
-0.0164136
0.0345833
0.0370872
0.00217512
0.0262021
0.0322778
0.00883703
0.03777
0.0168111
-0.00949928
0.0297883
-0.00187818
-0.0127747
0.00521433
-0.0116358
0.00893839
0.00149485
-0.0153812
0.0313928
-0.000750533
-0.0100883
0.00533336
0.00305236
-0.00732454
-0.0214678
-0.00459609
-0.00851123
-0.0194328
-0.0152348
-0.00643579
-0.0117125
-0.0255464
-0.00789486
-0.00215354
-0.0205812
-0.00689197
0.00802963
-0.0117029
-0.00181799
0.00151512
-0.00686689
0.00078189
-0.00627059
-0.00387681
0.00071513
-0.00794657
-0.00182494
8.921e-05
-0.0101784
-0.00103523
-0.000192869
-0.0117668
-0.000586022
-0.00833242
-0.000354521
7.77593e-06
0.000735516
0.000103114
0.000122899
0.00254461
0.000182231
0.000212835
0.004006
0.0002918
0.000258723
0.0050046
0.000406499
0.000238056
0.00556044
0.000571499
0.000274719
0.00571883
0.000754325
0.000427298
0.00586099
0.00110256
0.00110647
0.00555986
0.00138379
0.00295126
0.00603786
0.00207639
0.00361995
0.00488698
0.0041099
0.00438158
-0.000527587
0.00541373
0.00897245
-0.000940758
0.00535896
0.00979194
0.00797053
0.00138594
0.0116226
0.00598664
0.000530128
0.0158082
-0.0344865
0.00894179
0.0137366
-0.0617357
0.0182629
0.0171501
-0.041531
-0.00221592
0.0176248
-0.021861
-0.00869251
0.0101574
-0.0320234
0.0097158
0.00977088
-0.0420852
-0.00396701
0.00630868
-0.0186751
-0.0241733
-0.00148623
-0.0242592
-0.0108394
0.0101905
-0.0162663
0.00133972
0.0209765
-0.00313747
0.023923
0.0130535
-0.000349247
0.0222251
-0.000914524
0.00145876
0.00420111
-0.00441238
0.00976017
-0.00475749
-0.00114465
0.0213307
-0.000763705
0.000342699
0.000298614
-0.00744114
-0.00332416
-0.0199114
-0.00592601
-0.0086207
-0.0193406
-0.00269747
-0.00932591
-0.0102846
-0.0128399
-0.00853026
0.00547506
-0.0102635
-0.00366916
0.00874086
-0.00195317
0.00214198
-0.00175583
-0.00471463
0.00274465
-0.00549826
-0.00359602
0.00151261
-0.00609378
-0.00176951
0.000379851
-0.00890677
-0.00084471
-0.000188101
-0.0112387
-0.000476066
-0.00863068
-0.000301847
1.32943e-05
0.000629596
0.000115719
0.000147916
0.00228221
0.000190295
0.000299289
0.00369961
0.000289987
0.000421735
0.00472541
0.00039731
0.000496462
0.00532375
0.000555802
0.000603907
0.00549869
0.00072852
0.000843831
0.00556275
0.00103907
0.00135626
0.00522359
0.00136532
0.00276324
0.00513688
0.00191712
0.00374101
0.00404204
0.00271475
0.00286532
0.00124754
0.00282955
0.00650348
0.000741997
0.000915308
0.010243
0.00819532
0.00299758
0.0139795
0.00691745
0.00295545
0.0105357
-0.0177472
0.0101264
-0.00193922
-0.0354733
0.00826375
-0.00550999
-0.0418025
0.0013919
-0.00562992
-0.0323074
0.00369647
-0.0138269
-0.0249115
0.00619609
-0.0213059
-0.0238024
-0.0352184
-0.0287422
-0.016372
-0.0415168
-0.027948
-0.0287355
-0.025241
-0.0058831
-0.0334806
-0.0166963
0.0140226
-0.00980013
0.00173182
0.00851791
0.0117233
0.012186
-0.00367082
0.0235814
-0.0205605
-0.0110769
0.0201487
-0.0433885
-0.0102978
0.0170037
-0.0407243
-0.0026104
-0.00530514
-0.0255115
0.00171694
-0.0199406
0.000708124
-0.00191352
-0.014726
0.00979993
-0.00900917
-0.00313485
0.00646593
-0.00884209
0.00424928
0.00849264
-0.000342682
-0.000832618
0.00414532
0.00464422
-0.00487155
-0.00448298
0.00341616
-0.00292383
-0.00362974
0.00162093
-0.00401512
-0.00130519
0.000356774
-0.00766778
-0.000537576
-0.000294128
-0.0106787
-0.000322422
-0.0090466
-0.000202926
2.57033e-05
0.000516871
0.000115975
0.000163722
0.00203094
0.000189106
0.000366204
0.00337161
0.000279442
0.000537675
0.00441739
0.000372421
0.00068044
0.00504279
0.000506648
0.000819823
0.00526458
0.000653795
0.00104796
0.00529629
0.000895028
0.00137356
0.00500571
0.00116335
0.00213402
0.00472337
0.00156411
0.00263575
0.00392319
0.00186198
0.00204981
0.00273265
0.00199753
0.00339683
0.00249621
0.000609761
0.00872483
0.00525734
0.00246683
0.0146837
0.00485943
-0.000508586
0.0190479
-0.00302558
-0.0108836
0.020251
-0.0151498
-0.00773749
0.014862
-0.0300886
0.00734054
0.0197023
-0.0348513
0.00564453
0.0249602
-0.033889
0.0191975
0.00432106
-0.0237298
0.0313395
-0.0213536
-0.00810365
0.00717966
-0.036434
-0.021376
-0.00243195
-0.0286382
-0.0383378
0.00140755
-0.00400588
-0.0201091
-0.00506796
-0.00581515
0.0216489
-0.0050765
-0.0156302
0.0322614
-0.0266271
-0.0152431
0.0112752
-0.0354836
-0.00985717
0.0115439
-0.0359119
0.000728223
0.00295843
-0.0269718
0.00608655
-0.00325004
-0.0107927
-0.00112918
-0.000186111
0.00256322
-0.00865546
0.0018028
0.0109705
-0.00391318
-0.00418647
0.0104961
0.00386433
-0.00775003
9.38895e-05
0.0048406
-0.00314876
-0.0044135
0.00294808
-5.95183e-05
-0.00261636
0.00119095
-0.00230375
-0.000681001
1.50038e-05
-0.00658927
-0.000298727
-0.000538625
-0.0102333
-0.000194487
-0.00970006
-0.000109802
2.15765e-05
0.000432436
0.000109372
0.000173137
0.00178841
0.000185868
0.000395563
0.00304138
0.000260305
0.000615927
0.00407671
0.000346416
0.00081731
0.004721
0.000455526
0.00100748
0.0049834
0.000577783
0.00124476
0.0050131
0.000766456
0.00150987
0.00478701
0.00098038
0.00193653
0.00449252
0.0012912
0.00224809
0.00402566
0.00160168
0.00232588
0.0034287
0.00190228
0.00289588
0.00339085
0.00148891
0.00637208
0.00325595
0.00164709
0.00973063
0.00343544
0.000503983
0.0164743
0.00119303
-0.0113708
0.02286
-0.00488195
-0.00849304
0.0100719
-0.0069788
0.00500573
-0.00495088
-0.00895995
0.000145801
-0.0120909
-0.0216328
-0.00207837
-0.0112618
-0.0345567
0.0122831
-0.0159915
-0.0187912
0.0172443
-0.0324568
-0.0117583
0.00538166
-0.0367149
-0.0310245
0.00950476
-0.0127389
-0.0313584
0.0124045
0.00236206
0.0139104
-0.00223361
0.000729126
0.0246813
-0.00162602
0.0029675
0.00344209
-0.00375347
0.00262174
0.00971148
0.00872277
0.00172354
0.0178033
0.00959267
0.000632674
0.0181068
-0.00794705
-0.00385524
0.0122691
-0.00775723
-0.00272838
0.00273537
-0.000472861
0.00262039
-0.0067803
0.00102494
0.0042416
-0.00562933
-0.00142596
0.00233323
0.000760458
-0.00195632
0.000956124
0.0012819
-0.000429579
3.16523e-05
-0.00153895
-0.000117678
-0.000624154
-0.00602282
-0.000100631
-0.000909699
-0.0100334
-5.635e-05
-0.0107059
-1.48134e-05
3.28448e-05
0.000344612
0.00011365
0.000171281
0.00157246
0.000179073
0.000398808
0.002719
0.000244669
0.000631494
0.00373959
0.000310991
0.000877949
0.0043708
0.000404034
0.00110395
0.00467072
0.000497405
0.00136654
0.00469576
0.000636176
0.00162747
0.0045293
0.000789228
0.00194219
0.00427714
0.00100405
0.00222269
0.00398855
0.00121239
0.00247061
0.00363679
0.00144445
0.00302673
0.00363127
0.00130669
0.00395572
0.00330763
0.00135093
0.00558811
0.0033112
0.000744201
0.00804051
0.00248644
-0.00229123
0.00756363
0.00141096
-0.00177994
-0.000190717
0.00562166
-0.0016518
-0.00971865
0.00582119
-0.0161872
-0.0169387
-0.0148307
-0.0254116
-0.0101185
-0.0461476
-0.0123751
0.0131989
-0.0463142
0.00431896
0.0169749
-0.0172635
0.0010702
-0.00345616
-0.0191083
0.0089484
-0.00928153
-0.0280534
0.0253132
0.00480391
0.000211772
0.0158658
0.00858609
0.0126556
0.0214182
0.00604323
-0.00286482
0.0315562
0.0038571
0.0046333
0.0305263
0.00129344
0.0208773
0.0206704
0.00249496
0.0219644
0.00175441
0.00493049
0.0129163
-0.00285156
0.00649103
0.00324725
-0.00127039
0.00407279
-0.00260151
0.00152838
0.000279363
-0.00141108
0.00259384
-0.00083663
0.00129994
0.00171186
-0.000689113
0.000585185
0.000846822
-0.000784565
-0.00163065
0.000325122
-0.00121354
-0.00566698
9.57721e-05
-0.00132842
-0.00997284
4.69407e-05
-0.0120912
3.82284e-05
-5.63427e-06
0.00030454
0.000106199
0.000117547
0.00137946
0.000167683
0.000333163
0.00242136
0.000226669
0.000606055
0.00337546
0.0002849
0.000906846
0.00397967
0.000353726
0.00119973
0.00429768
0.00043378
0.0015153
0.00432281
0.000533011
0.00183411
0.00419319
0.000644713
0.00216457
0.0039919
0.000794365
0.00249902
0.00379081
0.000940299
0.00283893
0.00356472
0.00110498
0.00338788
0.00356753
0.00111692
0.00394205
0.00346909
0.00114952
0.00477134
0.00362042
0.000877594
0.00511371
0.00382707
8.19667e-05
0.00399108
0.00472394
-0.000800149
0.00325812
0.00672457
0.00354947
0.00545955
0.00461509
-0.000875662
0.00746592
-0.0171483
-0.0214845
0.00723749
-0.0496017
-0.0259887
0.0215346
-0.0610582
-0.0164031
0.0366648
-0.036214
-0.00442436
0.0243448
-0.0197454
-0.00286437
0.00417004
-0.0127735
-0.00244878
0.00260373
0.00117067
0.00635436
0.00195381
0.00744902
0.0167792
-0.00394224
-0.00560194
0.024741
-0.0047417
-0.00317462
0.0194382
-0.00119188
0.0120261
0.0132463
0.00404213
0.0139532
0.00835551
0.00687955
0.00782743
0.00700873
0.00553807
0.00242642
0.00565943
0.00149682
-0.000285685
0.00382441
-0.000971759
-0.000251006
0.00243129
-0.00107657
0.000577504
0.00133025
-0.000823448
5.45052e-05
0.00057118
-0.00097145
-0.00155186
0.000212679
-0.00141534
-0.00523119
7.26643e-05
-0.00155659
-0.00984623
4.74522e-05
-0.0136672
3.36332e-05
-1.59614e-05
0.000282219
9.53859e-05
3.0578e-05
0.00127238
0.000158494
0.000218426
0.00215825
0.00020637
0.000474587
0.00304196
0.000256938
0.000817495
0.00355545
0.000314806
0.00118623
0.00385606
0.000373961
0.00156364
0.0038875
0.000450965
0.00196901
0.00375935
0.000530206
0.00237453
0.00360165
0.000636515
0.00280606
0.00343646
0.000741171
0.00328158
0.0032589
0.000864069
0.00395302
0.0032074
0.000929055
0.00482133
0.00310434
0.00102632
0.00613185
0.00313829
0.000982177
0.00803621
0.00318048
0.000930577
0.0110802
0.00357645
0.000400935
0.016615
0.00254335
0.00386827
0.0241534
-0.00286975
0.0108106
0.0291879
-0.0179282
-0.00366405
0.0229141
-0.036424
-0.0178391
0.014617
-0.0442923
-0.0211613
0.0153959
-0.0328969
-0.0178715
0.0105789
-0.0187117
-0.0134567
0.00253209
-0.00518401
-0.0168087
0.00292481
0.00704937
-0.0139287
0.00299212
0.0094747
-0.00137389
-0.00335565
-0.00253587
0.00851868
-0.00640092
-0.00691497
0.00869541
-0.00250966
0.00265709
0.00588451
0.00163017
0.00582926
0.00659929
0.00313514
0.00324161
0.00597116
0.00230282
0.00107738
0.00342227
0.000625446
3.74172e-05
0.00172153
-0.000192698
-2.02433e-05
0.000793498
-0.000282732
0.000416691
0.000518764
-0.000266408
-2.66153e-05
0.000266627
-0.000692603
-0.00109811
0.00011101
-0.00129262
-0.00459295
3.72583e-05
-0.00151466
-0.0095924
2.22181e-05
-0.015162
1.28195e-05
-0.000189133
0.000438327
8.6482e-05
-0.000201795
0.00122683
0.000151094
-7.44073e-05
0.00196253
0.000194102
0.000268089
0.00262725
0.000231706
0.000671278
0.00307983
0.00028398
0.00116851
0.00329055
0.000330195
0.00164191
0.0033572
0.000390466
0.00213225
0.00323521
0.000448636
0.00262601
0.00310734
0.000526534
0.00313938
0.00297214
0.000603705
0.00369399
0.00282504
0.000693809
0.00439815
0.00273451
0.000762457
0.00530158
0.0025876
0.000846621
0.00660953
0.00246875
0.000886969
0.00870106
0.00212536
0.000941964
0.0121446
0.00165747
0.000968774
0.0176029
-0.000444546
0.00166686
0.0228747
-0.00610917
0.00606348
0.0236099
-0.0138875
0.00237727
0.0161792
-0.0207918
-0.00407379
0.00400089
-0.0238326
-0.00728347
-0.00245998
-0.0182855
-0.0137313
-0.00388663
-0.0110922
-0.00958504
-0.00320622
-0.00317469
-0.00352748
0.000903709
0.00604661
-0.00355966
0.00495967
0.00811647
-0.00272941
0.00248546
-0.00015825
0.00123916
-0.00216642
-0.00431871
0.00199176
-0.001395
-0.000149432
0.000704101
0.000623169
0.00210777
0.00123627
0.00142115
0.00132012
0.000482772
0.00137028
0.000526559
-0.000522562
0.000701806
0.000390752
-0.000346819
0.000424712
0.000123481
7.76644e-05
0.000458247
0.000321098
0.000180535
0.000526896
-8.097e-05
0.000124371
0.00017006
-0.000675927
3.56749e-05
-0.000660396
-0.0036779
-9.29249e-06
-0.00111777
-0.00907746
-9.4727e-06
-0.0162281
-1.21351e-05
-8.5991e-05
0.00049707
7.84114e-05
-0.000333758
0.00142162
0.000141031
-0.000378885
0.00194461
0.000181726
-0.000119177
0.00230376
0.000210047
0.000331068
0.00256287
0.000253415
0.000945238
0.00261551
0.000291529
0.00155408
0.00269365
0.000344123
0.00216216
0.00259077
0.000389397
0.0027583
0.0025002
0.000452107
0.00335822
0.00240194
0.000513632
0.00397524
0.00229711
0.000584877
0.00468114
0.00220383
0.00064919
0.00550415
0.00206403
0.000724518
0.00658153
0.00187705
0.000785459
0.00799395
0.00147999
0.000858588
0.0100444
0.000768511
0.000910195
0.0123488
-0.00103569
0.00102893
0.0131152
-0.00459974
0.00229237
0.0113934
-0.00819068
0.00137104
0.00637664
-0.0104911
0.000111539
-0.000664794
-0.0116682
-0.00141495
-0.00480791
-0.00992214
-0.00466488
-0.00548141
-0.00658994
-0.00263969
-0.00455708
-0.00261494
0.00185267
-0.000635578
0.00236705
0.0012449
0.00370141
0.00403684
-0.000971995
0.00349422
0.000161607
-0.000594593
0.000715027
-0.00186063
-0.000174473
0.000321739
-0.000413938
-0.000515738
0.00115185
0.000817652
-0.000544162
0.0014271
0.000698608
-0.000796029
0.00140418
0.000259177
-0.000751634
0.00127923
0.000299018
-0.00035142
0.00130153
9.4154e-05
-8.54028e-05
0.00146524
0.000198447
1.5167e-05
0.00162503
-0.000177962
3.13946e-05
0.00158812
-0.000552045
-1.61084e-05
0.000813148
-0.00282082
-3.24706e-05
4.63786e-05
-0.00823039
-4.53108e-05
-0.0161159
-3.1041e-05
-0.000859025
0.00132045
9.51993e-05
-0.000984393
0.00148773
0.000154595
-0.000926858
0.00182287
0.000179044
-0.00057618
0.00189028
0.000204003
2.57167e-05
0.00189795
0.000235553
0.000695841
0.00188633
0.000269069
0.00144809
0.00188742
0.000315576
0.00214794
0.00185056
0.000354482
0.00283383
0.00179415
0.000407109
0.00350723
0.00174338
0.000458883
0.00418846
0.00168139
0.000515597
0.00491651
0.00161311
0.000569237
0.0057093
0.00150868
0.000625671
0.00663251
0.00133332
0.000680087
0.00769275
0.00100714
0.000721832
0.00887422
0.000457069
0.000751353
0.0096502
-0.000545044
0.000693048
0.00915678
-0.00245003
0.000956008
0.00740274
-0.00408119
0.000324915
0.00485135
-0.0053725
-0.000311297
0.0017849
-0.00622452
-0.000757552
-0.000782152
-0.0053592
-0.00132265
-0.00201682
-0.00374497
-0.000844609
-0.00189156
-0.00177465
0.000334121
0.000190683
0.000533881
0.000243601
0.00283413
0.00144765
-0.000701434
0.00316725
-6.51306e-06
-0.000891913
0.00239938
-0.00089524
-0.000809922
0.00227743
-0.000260781
-0.000863203
0.00276053
0.000253095
-0.000803511
0.00297765
0.000395526
-0.000822712
0.00298112
0.000215309
-0.000641401
0.00301261
0.000275163
-0.000351713
0.0030927
8.84666e-05
-0.000155462
0.00326178
0.00010823
-4.57125e-05
0.00341986
-0.000260252
-1.99595e-06
0.00358225
-0.000649467
1.22897e-05
0.00294312
-0.00210071
-2.75567e-05
0.0017074
-0.00691682
-3.97087e-05
-0.0143401
-3.38639e-05
-0.00192628
0.00319804
0.000126553
-0.00208371
0.00157991
0.000167485
-0.00183992
0.0015182
0.000171672
-0.00112602
0.00111972
0.000183326
-0.000260695
0.000977756
0.000217148
0.00067405
0.00089824
0.000240152
0.00161603
0.00089688
0.000287422
0.00253326
0.000894771
0.000324324
0.00341418
0.000890623
0.000374054
0.00428578
0.000879308
0.000422185
0.00515728
0.000862633
0.000472831
0.00605067
0.000833731
0.000520263
0.0069692
0.000788575
0.000568058
0.00792866
0.000687634
0.000610506
0.00889224
0.000515022
0.000640324
0.00979255
0.000239243
0.00065023
0.0103807
-0.000187011
0.000566779
0.0101693
-0.001041
0.000638593
0.00933364
-0.00167386
0.000275522
0.00784082
-0.00219401
-3.9703e-05
0.00578034
-0.00258414
-0.000241001
0.00408275
-0.00229182
-0.000568145
0.00321299
-0.00169997
-0.000504002
0.00319345
-0.000958658
-0.000286716
0.00426368
-5.91377e-05
-0.000415065
0.0057104
0.000340213
-0.000687889
0.00616041
-0.000116308
-0.000798549
0.0059785
-0.000429793
-0.000814306
0.00607256
-0.000197174
-0.00079714
0.00640541
3.60574e-06
-0.000709981
0.00671599
0.0001437
-0.000639876
0.00687611
0.000131031
-0.000499038
0.00709206
0.000155824
-0.000303841
0.00723462
3.88121e-05
-0.000154988
0.00744199
-9.13355e-06
-6.74606e-05
0.0075308
-0.000274911
-1.68614e-05
0.0075937
-0.000649544
1.26098e-05
0.00716759
-0.00161362
9.29905e-06
0.00477756
-0.00446197
-1.04713e-05
-0.00949819
-2.5434e-05
0.00316957
8.53639e-05
0.00471631
0.000100258
0.00620092
0.000111799
0.00729205
0.000120001
0.00824401
0.000142905
0.00912206
0.00016416
0.0100028
0.000200599
0.0108899
0.000236129
0.0117861
0.000282234
0.0126974
0.000328695
0.0136317
0.000376111
0.0145895
0.000421706
0.0155728
0.000466898
0.0165518
0.000506791
0.0174893
0.000527573
0.0183129
0.000542214
0.0188978
0.000485871
0.0188154
0.000489286
0.0183075
0.00029805
0.0173567
5.3032e-05
0.0159808
-0.000154034
0.0147356
-0.00037059
0.0139219
-0.000405028
0.0136218
-0.000353108
0.0139969
-0.000469672
0.0146734
-0.000690969
0.0148796
-0.000787765
0.0147605
-0.000812724
0.0148104
-0.000805763
0.0150055
-0.000732759
0.0153046
-0.000635346
0.0155841
-0.000504899
0.015888
-0.00034848
0.0160555
-0.000203367
0.0161559
-0.000104056
0.0159711
-4.45368e-05
0.015392
-3.55634e-06
0.0138402
7.42202e-06
0.00943715
-1.26331e-06
-2.06831e-05
2.19187e-05
-3.46216e-05
-2.04147e-06
7.20189e-05
-6.66434e-05
1.04021e-05
0.000125443
-7.24162e-05
1.71094e-05
0.000164501
-5.84488e-05
2.32424e-05
0.000186942
-4.38621e-05
2.62976e-05
0.000196688
-2.92194e-05
3.67953e-05
0.000200425
-2.61861e-05
4.69284e-05
0.000197096
-1.97901e-05
5.89544e-05
0.000199377
-2.68798e-05
7.00006e-05
0.000202872
-2.84517e-05
7.14492e-05
0.000182297
1.90477e-06
6.66449e-05
0.000122146
4.23624e-05
6.47647e-05
2.53604e-05
8.40386e-05
6.16468e-05
-0.000105748
0.000119128
6.90664e-05
-0.000269693
0.000153618
7.70334e-05
-0.000450743
0.000171665
0.000100812
-0.000666329
0.000198536
0.000126922
-0.000931081
0.000246943
0.000139464
-0.0012743
0.000319443
0.000174113
-0.00168953
0.000391262
0.000194197
-0.00212064
0.000403056
0.000220486
-0.0024464
0.000282564
0.000271234
-0.00266275
0.000168928
0.000306097
-0.00271106
-1.5408e-05
0.00036576
-0.00260063
-0.000185263
0.000416994
-0.00235817
-0.000330716
0.000469636
-0.00199362
-0.000462911
0.000512529
-0.00152127
-0.000578011
0.000547302
-0.000967925
-0.000663129
0.000565249
-0.000361416
-0.000717805
0.00057664
0.000256292
-0.000723197
0.000549426
0.000740391
-0.000576624
0.000496357
0.00102819
-0.000366027
0.000425216
0.00107054
-9.12683e-05
0.000309683
0.00091506
0.000120497
0.000218204
0.000653749
0.000243261
0.0001345
0.000393604
0.000250853
8.74933e-05
0.000190025
0.000200101
5.73219e-05
5.46644e-05
0.000134677
4.18527e-05
5.91701e-05
2.63681e-05
5.28514e-05
-0.000104459
7.72126e-06
0.000142311
-0.000178158
3.37167e-05
0.000223454
-0.000179775
4.70232e-05
0.000265736
-0.000128401
5.88415e-05
0.000270111
-8.21528e-05
7.31989e-05
0.000221857
-1.92436e-05
8.99283e-05
0.000124636
3.20515e-05
0.00010528
-1.47347e-05
7.38961e-05
0.000124217
-0.000242761
0.000157281
0.000126574
-0.000556695
0.000248887
0.000128084
-0.000936548
0.000340441
0.000139057
-0.00136135
0.000427971
0.000142606
-0.00182316
0.000507821
0.00015119
-0.00230559
0.000563386
0.000169181
-0.00278761
0.00059476
0.000192409
-0.00324564
0.000583313
0.000235484
-0.00367915
0.000576467
0.000276334
-0.00405236
0.000556147
0.000316602
-0.00437986
0.000574617
0.000351457
-0.00459721
0.000533044
0.000368836
-0.00472973
0.00045882
0.000382172
-0.00476409
0.000232235
0.000403276
-0.004705
2.18396e-05
0.000400739
-0.00451236
-0.000286122
0.000400433
-0.0042374
-0.000548079
0.00043386
-0.00384802
-0.000812604
0.000456078
-0.0033431
-0.00106442
0.000476518
-0.00272522
-0.00129553
0.000486614
-0.00202004
-0.00147177
0.00049945
-0.0012587
-0.00157852
0.000490605
-0.000522457
-0.00156981
0.000506447
0.000225956
-0.0014039
0.000433023
0.000827505
-0.00106315
0.000432119
0.00121137
-0.000551566
0.000362261
0.00128916
-1.25716e-05
0.000300623
0.00110612
0.000382538
0.000225021
0.000806263
0.000521999
0.000164796
0.000465634
0.000521334
0.000116801
0.00017516
0.000415592
7.61898e-05
0.000234987
3.53264e-05
5.92284e-05
-0.00018456
1.45325e-05
0.000146942
-0.000293174
4.95781e-05
0.000208819
-0.000277898
7.42885e-05
0.000211255
-0.000169567
9.43329e-05
0.000111968
-2.96978e-05
0.000107756
-5.59849e-05
0.000104719
0.000144654
-0.00032525
0.000238933
0.000165123
-0.00070684
0.000397659
0.000181366
-0.00118183
0.000568854
0.000187878
-0.00171662
0.000725048
0.000181153
-0.00230404
0.000875904
0.000168175
-0.00291426
0.000990462
0.000162793
-0.00350243
0.00105185
0.0001666
-0.00404235
0.001059
0.000178159
-0.00451148
0.00101866
0.000194336
-0.00492116
0.000944459
0.000216094
-0.00527332
0.000877497
0.000224756
-0.00556326
0.000795549
0.000227206
-0.00577949
0.000742892
0.00021509
-0.00585341
0.000568392
0.000184939
-0.00582915
0.000409647
0.000155404
-0.00574712
0.000135584
0.000126423
-0.00555711
-0.000170709
9.22115e-05
-0.0053311
-0.000518191
0.00011162
-0.00505091
-0.000839339
0.000115289
-0.00468543
-0.0011898
0.000120462
-0.00423888
-0.00152511
0.000131695
-0.00370338
-0.00184715
0.000143246
-0.00307579
-0.00211858
0.000153382
-0.00237943
-0.00229722
0.000162483
-0.00164533
-0.00233408
0.000180891
-0.000880724
-0.00220111
0.000181267
-0.000183723
-0.00180546
0.000230598
0.000392238
-0.00116626
0.000187054
0.000741601
-0.000421734
0.000232861
0.000830295
0.000253936
0.000183387
0.000685322
0.000630459
0.000168761
0.000428393
0.000751568
0.000129197
0.000167101
0.000661777
8.92983e-05
0.000403354
3.15109e-05
5.23646e-05
-0.000258298
1.85813e-05
0.000108554
-0.00038391
7.35476e-05
8.85382e-05
-0.00030542
0.000105303
-2.19631e-05
-0.000105037
0.000132176
-0.000245196
0.000124624
0.000169156
-0.000585783
0.000383651
0.000175828
-0.00107502
0.000658233
0.000196442
-0.00165855
0.000912162
0.000193787
-0.00229592
0.0011432
0.000173216
-0.00294517
0.0013207
0.000147802
-0.00355452
0.00144085
0.000127391
-0.0041071
0.0015059
0.000112692
-0.0045949
0.00150896
9.75998e-05
-0.00500255
0.00144159
8.78435e-05
-0.00533801
0.00133428
7.54977e-05
-0.00560569
0.00119981
5.91699e-05
-0.00581424
0.00108255
3.69704e-05
-0.00596382
0.000953593
7.26842e-06
-0.0060456
0.000847994
-2.8994e-05
-0.00603549
0.000596033
-7.01578e-05
-0.00598633
0.000411325
-9.87055e-05
-0.00589354
9.93941e-05
-0.000119632
-0.00574691
-0.000258522
-0.000125387
-0.00559808
-0.000609861
-0.000117213
-0.00540249
-0.000975982
-0.000112246
-0.0051425
-0.00139478
-9.59857e-05
-0.00480615
-0.00181328
-6.97315e-05
-0.00438768
-0.00223025
-4.03979e-05
-0.00389168
-0.00258951
-8.25106e-06
-0.00331331
-0.00285697
1.25607e-05
-0.00266708
-0.0029757
4.8875e-05
-0.00195588
-0.00291287
6.11089e-05
-0.00121126
-0.00256478
9.72388e-05
-0.000533135
-0.00186653
0.00011536
-3.0622e-05
-0.000949552
0.000145062
0.000268781
-7.4131e-05
0.00015296
0.000320989
0.000547986
0.000143843
0.000231963
0.000814331
0.000124436
9.02293e-05
0.000788475
8.39062e-05
0.000496281
2.40626e-05
2.23551e-05
-0.000308494
3.28132e-05
-1.28528e-07
-0.000405461
0.000105961
-0.000129502
-0.000239373
0.000157389
-0.000380935
7.9459e-05
0.000174395
-0.00079101
0.000460366
0.00019764
-0.00133113
0.000848563
0.000207376
-0.00194433
0.00119527
0.000195634
-0.00258569
0.00148821
0.000159814
-0.00319225
0.00169887
0.00012074
-0.00374173
0.00183337
8.70324e-05
-0.00425455
0.00192563
5.52712e-05
-0.00470105
0.00193541
2.07807e-05
-0.00506032
0.00186315
-7.5017e-06
-0.00533032
0.00171923
-3.97405e-05
-0.00551944
0.00153881
-5.87731e-05
-0.00562572
0.00133084
-7.70663e-05
-0.00567463
0.00116488
-0.000103078
-0.00569098
0.00101699
-0.000139047
-0.00568539
0.000905866
-0.000173011
-0.00565354
0.000640627
-0.000195648
-0.00563248
0.000471217
-0.000204818
-0.00556669
0.000115824
-0.000211806
-0.00551262
-0.000227812
-0.000205863
-0.00545388
-0.000587467
-0.000195516
-0.00537193
-0.000977045
-0.000185414
-0.00525092
-0.00144131
-0.000164004
-0.00506408
-0.00193289
-0.000140946
-0.00479556
-0.00244045
-0.00011504
-0.00442621
-0.00290932
-8.7356e-05
-0.00397234
-0.00327692
-5.04395e-05
-0.00343942
-0.00348549
-1.60912e-05
-0.00282193
-0.00351733
7.49856e-06
-0.00207109
-0.00331902
5.40679e-05
-0.0013189
-0.00263248
7.78794e-05
-0.000642085
-0.00165399
0.000130866
-0.000193725
-0.000560726
0.000154552
1.30351e-05
0.000306142
0.000157947
4.47184e-05
0.00075322
0.000128591
1.58279e-05
0.00080215
8.79565e-05
0.000515473
2.30339e-05
-2.39619e-05
-0.000318693
5.40689e-05
-0.00015953
-0.000332465
0.000153931
-0.000438131
-3.66246e-05
0.000197332
-0.000866542
0.000426845
0.000215821
-0.00141323
0.000920116
0.00021981
-0.00201942
0.00137455
0.00019223
-0.00262302
0.00173
0.000143043
-0.00318502
0.00200041
9.40889e-05
-0.00369966
0.00217537
4.48542e-05
-0.00417286
0.00228621
-7.78031e-06
-0.00457192
0.00232131
-5.20894e-05
-0.00487484
0.00225148
-0.000101943
-0.00509166
0.00210547
-0.00013083
-0.00522925
0.00189317
-0.000146935
-0.00527406
0.00162785
-0.000150848
-0.00524202
0.00135268
-0.000157194
-0.00514695
0.001136
-0.00015996
-0.00503024
0.000979198
-0.000177343
-0.00493018
0.000895101
-0.000192576
-0.0048955
0.000704834
-0.000220248
-0.0049005
0.000576047
-0.000225909
-0.00487008
0.000189029
-0.0002416
-0.00488364
-0.000115291
-0.000223686
-0.00491058
-0.000463123
-0.000225856
-0.00494082
-0.000852348
-0.000212254
-0.00496731
-0.00132693
-0.000194
-0.00495933
-0.00186066
-0.000171436
-0.00488678
-0.00244264
-0.000147372
-0.00470986
-0.00302624
-0.000120123
-0.00440568
-0.00352944
-9.92872e-05
-0.00396712
-0.0038834
-6.80112e-05
-0.00346203
-0.00399453
-4.13895e-05
-0.0028103
-0.00395498
-9.35448e-06
-0.00198274
-0.00345817
3.05185e-05
-0.00117723
-0.0024705
7.33359e-05
-0.000558084
-0.001206
0.000129455
-0.000196966
-8.60931e-05
0.000138713
-5.69672e-05
0.000583534
0.00013264
-1.82397e-05
0.000748656
8.30207e-05
0.000501277
2.05753e-05
-0.000101543
-0.000261554
7.89317e-05
-0.000371019
-0.000138961
0.000193833
-0.000792041
0.000292391
0.000239786
-0.00133249
0.000873224
0.000232233
-0.00192364
0.00142214
0.000202304
-0.00249442
0.00187064
0.000139354
-0.00303762
0.00221769
8.07813e-05
-0.00352819
0.00245287
9.61117e-06
-0.00393869
0.00257072
-5.09243e-05
-0.0042791
0.00263129
-0.000112716
-0.00454148
0.00260607
-0.000161019
-0.00474755
0.00249393
-0.000190706
-0.00487888
0.00228305
-0.000194918
-0.00491969
0.00198915
-0.00018257
-0.00484461
0.00160482
-0.000147222
-0.00463347
0.00119559
-0.000110537
-0.00433966
0.000892559
-0.000111377
-0.00407597
0.000779254
-0.000153907
-0.00393111
0.000833809
-0.000198236
-0.00394278
0.000813528
-0.000227452
-0.00398657
0.00072526
-0.000236144
-0.00400997
0.000323869
-0.000242398
-0.00406564
5.07258e-05
-0.000230146
-0.00415482
-0.000266133
-0.000232227
-0.00425964
-0.00064378
-0.00021906
-0.00439141
-0.00109864
-0.000201204
-0.00452753
-0.00163687
-0.000177852
-0.00464233
-0.00225022
-0.000152855
-0.00468704
-0.00291453
-0.000126696
-0.00459922
-0.0035609
-0.000103822
-0.00433315
-0.00410233
-8.22902e-05
-0.00388034
-0.00440769
-6.53339e-05
-0.00333523
-0.00447159
-4.51829e-05
-0.00256224
-0.00421222
-2.34224e-05
-0.00165969
-0.00337135
2.74056e-05
-0.000833401
-0.00204515
7.26188e-05
-0.000307421
-0.000638799
0.000134718
-0.000102546
0.000351482
0.000130074
-1.61035e-05
0.000647414
9.28367e-05
0.000489899
2.35218e-05
-0.000191878
-0.000125409
0.000106716
-0.000581284
0.000154899
0.000237418
-0.00110476
0.00070892
0.000263685
-0.00168434
0.00135128
0.000226819
-0.00225073
0.00190169
0.000159068
-0.0027904
0.00234701
8.07753e-05
-0.00325378
0.00263667
-2.01768e-06
-0.00360292
0.00278312
-7.1735e-05
-0.00389384
0.00286964
-0.000157389
-0.00414295
0.00290439
-0.000204377
-0.00432473
0.00282918
-0.000239731
-0.00443272
0.00265684
-0.000251323
-0.00446933
0.00238365
-0.000234578
-0.00442028
0.00201107
-0.000202739
-0.00424714
0.00149931
-0.000133275
-0.00394706
0.000966225
-9.42503e-05
-0.00348913
0.000513083
-1.68144e-05
-0.00305241
0.000441633
-2.27335e-05
-0.00279376
0.000670798
-4.22257e-05
-0.00290229
0.00104677
-0.000194434
-0.00309227
0.0010455
-0.00025113
-0.00317308
0.000538815
-0.000261574
-0.00325395
0.000257846
-0.00025463
-0.00336061
-3.51418e-05
-0.000255207
-0.00349938
-0.000387326
-0.000241517
-0.00368369
-0.000804805
-0.000225019
-0.00390134
-0.00132034
-0.000199622
-0.00414055
-0.00192346
-0.000173023
-0.00435948
-0.00262028
-0.000143118
-0.00449629
-0.00335958
-0.000118338
-0.00446961
-0.0040751
-9.64404e-05
-0.00420444
-0.00462697
-8.25429e-05
-0.00373927
-0.0048972
-6.81229e-05
-0.00307356
-0.00484682
-6.04061e-05
-0.00215497
-0.00426946
-3.4591e-05
-0.00118867
-0.00300612
8.2641e-06
-0.000444657
-0.00139118
5.93074e-05
-0.000101691
-1.1723e-05
9.78434e-05
1.13515e-05
0.000524294
7.09856e-05
0.000506928
1.60479e-05
-0.000281557
8.4237e-05
0.000126163
-0.000758571
0.000520593
0.000262928
-0.00133606
0.00116903
0.000264563
-0.00191504
0.0018264
0.000193111
-0.00244894
0.0023573
0.000101449
-0.00289457
0.00273441
8.54685e-06
-0.00321708
0.00292911
-7.57441e-05
-0.0034938
0.00306131
-0.000175896
-0.00373232
0.00312713
-0.000228261
-0.003872
0.00308295
-0.000275779
-0.0039443
0.00295804
-0.000296373
-0.0040015
0.00278777
-0.000299866
-0.00407147
0.00253479
-0.000257995
-0.00414047
0.00217895
-0.000176976
-0.00400001
0.00140951
-4.40749e-06
-0.00337288
0.000338783
0.000190499
-0.0024537
-0.00049705
0.000181669
-0.00175376
-0.000349193
2.78143e-05
-0.00161683
0.000545079
-0.000235769
-0.00203699
0.0015818
-0.000337875
-0.00238463
0.00153277
-0.000330555
-0.00245627
0.000757449
-0.000296826
-0.00253865
0.000486924
-0.000286118
-0.00265936
0.000230202
-0.000283398
-0.00280058
-0.000112608
-0.000267444
-0.00299401
-0.000486722
-0.000252332
-0.00323376
-0.000968262
-0.000226376
-0.00352312
-0.00153447
-0.000198414
-0.00383522
-0.00222226
-0.000165952
-0.00412045
-0.00300119
-0.000136155
-0.00430028
-0.00383313
-0.000110937
-0.00427656
-0.00459809
-9.45188e-05
-0.00397592
-0.00515268
-8.40265e-05
-0.00344017
-0.00534313
-7.98829e-05
-0.00261753
-0.00505678
-7.35533e-05
-0.00156224
-0.00403906
-4.27438e-05
-0.000653909
-0.00229312
1.01416e-05
-0.000118762
-0.000550576
4.86587e-05
-7.5401e-06
0.000408817
5.79344e-05
0.000510315
6.79953e-06
-0.00034705
0.000351846
0.000132453
-0.000884286
0.000934628
0.000270771
-0.00146144
0.00162081
0.000250601
-0.0019925
0.00225309
0.000150643
-0.00245013
0.00273767
4.53707e-05
-0.00280654
0.00303576
-5.74054e-05
-0.0030951
0.00320134
-0.000170035
-0.00331516
0.00328538
-0.000235324
-0.0034195
0.00325739
-0.00029608
-0.00344149
0.00315216
-0.000333899
-0.00346471
0.00305134
-0.000356675
-0.00356752
0.00298393
-0.000354945
-0.00375761
0.00282499
-0.000277291
-0.00372875
0.00224869
-0.00016722
-0.00295852
0.000630698
2.34694e-06
-0.00164147
-0.00105904
-0.000315143
-0.000980703
-0.00115365
-0.000559376
-0.00114642
-3.05376e-05
-0.000806538
-0.00166999
0.00128022
-0.000744019
-0.002037
0.00222525
-0.000777243
-0.00211562
0.00185907
-0.000574323
-0.00201035
0.000854501
-0.000406392
-0.0020271
0.000683288
-0.000350322
-0.00212342
0.000496962
-0.000343451
-0.00223901
0.000163208
-0.000316599
-0.00241602
-0.000165521
-0.000296809
-0.00264013
-0.000614776
-0.000267179
-0.00292782
-0.00113181
-0.000238132
-0.00326821
-0.00178222
-0.000202053
-0.00362875
-0.00255518
-0.000167874
-0.00394504
-0.00344469
-0.000136468
-0.00411834
-0.00436314
-0.000115248
-0.00404531
-0.00517245
-0.000102483
-0.00366613
-0.00567486
-9.90771e-05
-0.00299802
-0.00568096
-9.85414e-05
-0.00202788
-0.00497118
-8.68972e-05
-0.000959632
-0.00333367
-5.96987e-05
-0.000225139
-0.00127968
8.78633e-06
-2.85027e-05
0.000218909
7.74798e-06
0.000498128
-1.57509e-05
-0.000363217
0.000622779
0.000130668
-0.000912147
0.00134812
0.000265108
-0.00147437
0.00204931
0.000226401
-0.00197775
0.00265287
0.000104799
-0.00239555
0.00307587
-1.29704e-05
-0.00270474
0.00329829
-0.000137133
-0.00291733
0.00339525
-0.00022464
-0.00300238
0.00337391
-0.000293354
-0.00297187
0.00325502
-0.000347808
-0.0028809
0.00311561
-0.000394884
-0.0028227
0.00308339
-0.00043533
-0.00285237
0.0031414
-0.000480271
-0.00273966
0.00284901
-0.000461896
-0.0017097
0.00137759
-0.00062398
0.000161582
-0.00113473
-0.00110623
0.00118021
-0.00177275
-0.000955717
0.000403056
-4.20456e-05
-0.000292264
-0.000796162
0.00144554
0.000305017
-0.00134683
0.00206239
6.37136e-05
-0.00135464
0.00262303
-0.000514033
-0.00135564
0.00220463
-0.000551065
-0.00145981
0.0011984
-0.00034717
-0.00157696
0.00101348
-0.000366677
-0.00168905
0.000819319
-0.000393918
-0.00181581
0.000474968
-0.000359306
-0.00195921
0.000149628
-0.000353255
-0.00216376
-0.000260245
-0.000317169
-0.00241866
-0.000744011
-0.000286747
-0.00273919
-0.00134624
-0.000248348
-0.00311065
-0.00208434
-0.000208631
-0.00349105
-0.00297994
-0.000170836
-0.00379669
-0.00398583
-0.000141487
-0.00391394
-0.00499328
-0.000123392
-0.00373335
-0.00580002
-0.000116832
-0.00321741
-0.00614584
-0.000114583
-0.00237095
-0.00576992
-0.000113358
-0.00126672
-0.00439817
-8.96488e-05
-0.000396829
-0.00212252
-4.94211e-05
-3.79708e-05
-0.000127362
-5.35012e-06
0.000483984
-3.22454e-05
-0.000370369
0.000892524
0.000114548
-0.000909783
0.00174223
0.000248586
-0.00145619
0.00245424
0.000197439
-0.00192752
0.00301342
6.30156e-05
-0.00229107
0.00335604
-7.18051e-05
-0.0025323
0.003488
-0.000191309
-0.00264126
0.00347257
-0.000274179
-0.0025965
0.00331914
-0.000339044
-0.00241631
0.00309017
-0.000404351
-0.002141
0.00289103
-0.000472581
-0.00185975
0.00290076
-0.000578901
-0.00154267
0.00299616
-0.000728812
-0.0005516
0.00199028
-0.00097213
0.00167162
-0.000591261
-0.00170112
0.00303867
-0.00182524
-0.000882998
0.00179536
-0.000438072
0.00146519
-7.5622e-05
0.00107059
0.00269002
-0.000499736
0.00110546
0.00163989
-0.000255683
0.00152098
0.000297571
-0.000107292
0.00260672
-0.0006966
-0.00036209
0.00270392
-0.000748352
-0.000857816
0.001886
-0.000502123
-0.00116368
0.001559
-0.000492872
-0.00134331
0.00124182
-0.000492471
-0.00150515
0.000856033
-0.000454407
-0.00164034
0.000486623
-0.000428535
-0.00181268
8.52105e-05
-0.000391838
-0.00203534
-0.000367583
-0.000353593
-0.00231529
-0.000932267
-0.00031112
-0.00265832
-0.00162557
-0.00026494
-0.00304698
-0.00249286
-0.000219124
-0.00341888
-0.00353028
-0.000180603
-0.00367289
-0.00466742
-0.000154812
-0.00368131
-0.00572777
-0.000143011
-0.00333554
-0.0064326
-0.000140649
-0.00262589
-0.00642435
-0.000136801
-0.00158686
-0.00538578
-0.000129555
-0.00057266
-0.00309635
-9.27116e-05
-4.54282e-05
-0.000620723
-7.24006e-05
0.000472803
-6.75172e-05
-0.000352826
0.00113417
9.36392e-05
-0.000873604
0.00210856
0.000225128
-0.0013974
0.0028291
0.00016717
-0.00182901
0.00332236
2.64893e-05
-0.00214694
0.00357885
-0.000115473
-0.00232212
0.00359344
-0.000225634
-0.0023349
0.00343194
-0.000305808
-0.00216247
0.00311384
-0.000367796
-0.00180755
0.00273464
-0.000442284
-0.00128887
0.00241382
-0.000535109
-0.000780564
0.00252494
-0.000700743
-5.28003e-05
0.00241737
-0.00111136
0.00190692
0.000300319
-0.00183148
0.00348741
-0.00151776
-0.00103059
0.00151387
4.34272e-05
0.00220884
-0.00155322
0.00134542
0.00357305
-0.00239623
0.000661846
0.00216825
-0.00187155
1.40613e-05
0.000320128
-0.00135767
0.000945128
-0.00106801
-0.000679353
0.00215663
-0.00152379
-0.000371328
0.00272151
-0.00125029
-0.000768091
0.00263085
-0.000904285
-0.00107176
0.00222027
-0.000771509
-0.00121575
0.00170984
-0.000680685
-0.00134376
0.00126222
-0.000612148
-0.00146549
0.000847282
-0.000549014
-0.00160008
0.000429095
-0.000509494
-0.00178609
-5.25408e-06
-0.000446087
-0.00201
-0.000552775
-0.000396154
-0.00230177
-0.00119904
-0.000338824
-0.00265925
-0.00202012
-0.000282514
-0.00304379
-0.00304811
-0.000231049
-0.00337322
-0.0042546
-0.000193686
-0.00352014
-0.0055074
-0.000173248
-0.00335364
-0.00653192
-0.000164308
-0.00278962
-0.00692551
-0.000159973
-0.00185599
-0.00626166
-0.000144676
-0.000751945
-0.0041493
-0.00012412
-7.69889e-05
-0.00125843
-7.62729e-05
0.000434687
-8.27252e-05
-0.000327605
0.00134287
6.91408e-05
-0.000824088
0.00244112
0.000199002
-0.001316
0.00315903
0.000139087
-0.00171591
0.00358232
-2.84998e-08
-0.00200326
0.00374971
-0.000142913
-0.00213263
0.00362215
-0.000244459
-0.00208067
0.00328746
-0.000322587
-0.00181092
0.00276669
-0.000383222
-0.00126366
0.00213339
-0.000469303
-0.000598677
0.00173417
-0.000575598
-0.000230071
0.00217594
-0.00100243
0.00083886
0.00148354
-0.00201613
0.0019712
-0.000498002
-0.00133865
-0.000457247
0.000710896
0.00174546
-0.0035689
0.00228889
0.00272774
-0.00373286
0.00069899
0.00179232
-0.00289262
-0.000665543
0.000545826
-0.00261128
-0.000607334
-0.000313564
-0.00188863
0.000118267
-0.000930665
-0.000372214
0.000698681
-0.00145073
0.00010468
0.00255866
-0.0012644
-0.00060182
0.00382781
-0.00110256
-0.00104623
0.00317532
-0.0010408
-0.00118584
0.00227824
-0.000904859
-0.0012737
0.00170143
-0.000814393
-0.00137403
0.00123615
-0.000723003
-0.00149952
0.000799438
-0.000655476
-0.00163659
0.000339769
-0.000591048
-0.00182874
-0.000181755
-0.000512332
-0.00206225
-0.00080792
-0.000441208
-0.00237186
-0.00157432
-0.00036922
-0.00273729
-0.00256713
-0.000300602
-0.00309755
-0.00379562
-0.000247992
-0.00333265
-0.00518642
-0.000213978
-0.0033027
-0.00648407
-0.000199063
-0.00288059
-0.00727563
-0.000189365
-0.00205103
-0.00702328
-0.000178767
-0.000924885
-0.00521451
-0.00015515
-0.000111842
-0.00202052
-0.000119399
0.000370988
-0.000110148
-0.000296273
0.0015096
4.59111e-05
-0.000760406
0.00272704
0.000171663
-0.00122594
0.00344731
0.000118102
-0.0016157
0.00381246
-1.81944e-05
-0.00189474
0.00388279
-0.000154742
-0.00200802
0.00359814
-0.000246101
-0.00194131
0.0030817
-0.000324134
-0.00159953
0.00229555
-0.000370402
-0.000952232
0.00137153
-0.000457232
-0.00059724
0.00126486
-0.000655182
-0.000599053
0.00213202
-0.00170537
-0.000217664
0.0012409
-0.00219811
-0.00223536
0.00134637
0.000540764
-0.00428677
0.00277403
0.00122954
-0.00273016
0.0013439
0.000704394
-0.00139449
-0.000859212
2.99204e-05
-0.00239749
-0.000211463
-0.000577659
-0.00265391
-0.00175385
-6.96985e-05
-0.00049481
-0.0039094
-0.00119547
0.00160515
-0.00254011
-0.00196383
0.00114147
0.00297673
-0.00136578
-0.000577375
0.00620596
-0.00146886
-0.00129941
0.0046362
-0.00156788
-0.00133378
0.00288364
-0.00131974
-0.00131616
0.00211196
-0.00113915
-0.00137559
0.00163286
-0.000981483
-0.00147559
0.00118362
-0.000880885
-0.00158737
0.000700014
-0.000776681
-0.00173683
0.000176901
-0.00068331
-0.00192521
-0.000435764
-0.000579846
-0.00218299
-0.00115491
-0.000486462
-0.00251154
-0.0021008
-0.000393113
-0.00287366
-0.00331551
-0.000316438
-0.00315894
-0.00479953
-0.000262965
-0.0032243
-0.00632886
-0.000234552
-0.00291989
-0.00749769
-0.000220003
-0.00218493
-0.00768212
-0.00020275
-0.00109665
-0.00623319
-0.000180276
-0.000152538
-0.00290535
-0.000143429
0.000272065
-0.000124836
-0.000257431
0.00162453
2.50352e-05
-0.00068755
0.00296476
0.000150403
-0.00114732
0.00371056
0.000104647
-0.00154786
0.00402545
-2.24886e-05
-0.00185882
0.00400956
-0.000153237
-0.00203145
0.0035784
-0.000227812
-0.0020655
0.00290885
-0.000312716
-0.00179646
0.00180953
-0.000345044
-0.00151679
0.000846402
-0.000459145
-0.00178356
0.00119515
-0.00115105
-0.00228467
0.00245432
-0.00274316
-0.0026511
0.00114911
-0.00213626
-0.00295296
0.00186372
-0.000412606
-0.000485541
0.00261723
-0.00130281
0.00125687
0.00129445
-0.00152032
-0.000681242
0.000128877
-0.00208929
-0.0035743
0.0012106
-0.00143474
-0.00295885
-0.00628713
-0.0012696
0.000413667
-0.0119442
-0.00434549
0.00286583
-0.00785403
-0.0041885
0.00182162
0.00385992
-0.00207626
-0.00122734
0.0105152
-0.00119563
-0.00238939
0.0069697
-0.00178486
-0.00199156
0.00335942
-0.00195653
-0.00155026
0.00221397
-0.00163351
-0.00145017
0.0019204
-0.00139263
-0.00149731
0.00155221
-0.00122686
-0.00161091
0.00108673
-0.0010614
-0.00173196
0.00054943
-0.000930876
-0.00188585
-6.40257e-05
-0.000785248
-0.00209112
-0.000757154
-0.000650538
-0.00237079
-0.00165408
-0.000520334
-0.00271874
-0.00282338
-0.000408913
-0.00303024
-0.00436549
-0.000324299
-0.00315729
-0.00609657
-0.000277826
-0.00294384
-0.00761676
-0.000253736
-0.00228896
-0.0082506
-0.000234489
-0.00124504
-0.00719916
-0.000204028
-0.000225746
-0.0038564
-0.00017047
0.000105892
-0.00014004
-0.00021518
0.0016833
1.05519e-05
-0.000619142
0.00316305
0.000134963
-0.00107896
0.00395273
9.80923e-05
-0.00150918
0.00423813
-1.5571e-05
-0.00188514
0.00416133
-0.000142587
-0.00217117
0.00361654
-0.000198624
-0.00239074
0.00284668
-0.000297928
-0.00237023
0.00149324
-0.000310856
-0.00279154
0.00092835
-0.000701921
-0.00348779
0.00154029
-0.00218143
-0.00338881
0.0024458
-0.00441482
-0.00105366
-0.00218557
-0.00459722
0.00103017
9.82986e-05
-0.00326195
0.000653875
0.00447168
0.000652701
-0.00260582
0.00500005
0.000584093
-0.00541457
0.00160259
-0.00156422
-0.00653795
-0.00102008
-0.000608673
-0.00299891
-0.0186933
-0.00227944
0.00232721
-0.0262656
-0.0054468
0.00498711
-0.018775
-0.006425
0.00333293
0.00157657
-0.00256901
-0.000417009
0.0141468
0.000138717
-0.00220966
0.00956945
-0.00280845
-0.0019979
0.00406556
-0.00393663
-0.00141593
0.00215942
-0.00264485
-0.00135632
0.00224395
-0.002064
-0.00150325
0.00201027
-0.00171394
-0.00166721
0.00153307
-0.0014628
-0.00179966
0.000951161
-0.00125951
-0.00193341
0.000316941
-0.00106319
-0.00208798
-0.000371021
-0.000879547
-0.00229858
-0.00124247
-0.000694261
-0.0026164
-0.00232808
-0.000523293
-0.00294647
-0.00388639
-0.000392496
-0.00312189
-0.00579869
-0.00031718
-0.00299202
-0.0076393
-0.000283232
-0.00241723
-0.00872911
-0.000258241
-0.00141075
-0.00811967
-0.000225971
-0.000328676
-0.00486447
-0.00018473
-0.000158886
-0.000150825
-0.000154969
0.00166883
4.6323e-06
-0.000533063
0.00332019
0.000128682
-0.00101872
0.00419724
0.000105239
-0.00150942
0.00447846
4.94736e-06
-0.00200072
0.00438382
-0.00012448
-0.00250953
0.00381522
-0.000165111
-0.00307164
0.00304575
-0.000325088
-0.00358193
0.00161581
-0.000304537
-0.00461714
0.0015624
-0.00141758
-0.00585879
0.00300025
-0.00425149
-0.0047454
0.0026154
-0.00791841
-4.36025e-05
-0.00839883
-0.00833524
-0.00102594
-0.00319788
-0.00212385
-0.00663694
0.00345036
0.00482151
-0.00730219
0.00439488
0.00430785
-0.0078576
-0.000949797
0.00361753
-0.0101507
-0.00774833
0.00254375
-0.00541733
-0.037157
0.00306178
0.00262003
-0.0442082
0.00166649
0.00649443
-0.0331572
-0.00146475
0.00682526
-0.0065299
-0.00346252
0.00463985
0.0133152
-0.00664352
0.00121103
0.0136018
-0.0107298
-5.40272e-05
0.00595451
-0.00794069
-0.000224778
0.00211074
-0.00438838
-0.000784548
0.00292215
-0.00315432
-0.00140454
0.00284243
-0.00251689
-0.00173343
0.00212375
-0.00206432
-0.00192796
0.00143216
-0.00174012
-0.0020594
0.000743554
-0.00146754
-0.00216657
1.89865e-05
-0.00119798
-0.00230404
-0.00085007
-0.000937481
-0.00257085
-0.00183339
-0.000676646
-0.00289604
-0.00337109
-0.000461204
-0.00308376
-0.00546912
-0.000345316
-0.00303119
-0.00757176
-0.000299646
-0.00255054
-0.00910435
-0.000273766
-0.00159722
-0.0089802
-0.000240548
-0.000454431
-0.00592811
-0.000197366
-0.000545485
-0.000158182
-0.000133463
0.00161797
1.16215e-05
-0.000491165
0.00344129
0.000137945
-0.000973212
0.00441814
0.00012175
-0.00149586
0.0047246
3.52873e-05
-0.00206032
0.0046509
-0.000112498
-0.00277978
0.0041938
-0.000171261
-0.00364682
0.00353138
-0.000485573
-0.00465802
0.00225737
-0.000674782
-0.00506559
0.0024753
-0.00313772
-0.00456953
0.00476935
-0.00641303
-0.00129637
0.00192099
-0.00966677
0.00209999
-0.0132071
-0.00907266
0.00428015
-0.00967446
-0.00463697
0.00780487
-0.0101802
-0.00159243
0.00330497
0.00614172
-0.00028042
-0.0118004
0.00544608
0.00687067
-0.0190372
-0.013407
0.00667472
-0.0125475
-0.0480807
0.0124912
-0.00342505
-0.0552755
0.0118979
0.00146298
-0.0435146
0.0125826
0.00663331
-0.0188032
0.00462026
0.0098341
0.00382576
-0.00796896
0.0105947
0.012834
-0.0121523
0.00826764
0.00823011
-0.00960533
0.00350068
0.00508251
-0.00624715
7.67119e-05
0.005697
-0.00424776
-0.00147498
0.00432364
-0.00351014
-0.00196534
0.00278344
-0.00286267
-0.00216461
0.00189896
-0.00239281
-0.00227294
0.00119015
-0.00202725
-0.00235794
0.000445156
-0.00164995
-0.0023934
-0.000528262
-0.00127524
-0.00261442
-0.00132553
-0.000875555
-0.00292112
-0.00281953
-0.00051737
-0.00308432
-0.00514537
-0.000337154
-0.00308061
-0.00744905
-0.000281759
-0.00271777
-0.00936196
-0.000259361
-0.00186608
-0.00973909
-0.000234625
-0.00068353
-0.00703317
-0.000192225
-0.00116336
-0.000152907
-7.35318e-05
0.00150645
1.44243e-05
-0.00040894
0.00354014
0.00014151
-0.00086147
0.00460271
0.00013787
-0.00138828
0.00496064
6.46511e-05
-0.00198291
0.00492501
-0.000116228
-0.00287091
0.00468547
-0.000242594
-0.00385211
0.00405481
-0.000753724
-0.00444108
0.00268366
-0.000625632
-0.0041044
0.00389459
-0.00180146
-0.00317029
0.00723701
-0.00223906
-0.00122175
0.000796154
-0.00228818
0.000377868
-0.0163166
-0.0043265
0.0104566
-0.0218949
-0.00343061
0.0221364
-0.0270192
-0.00377497
0.00551039
0.0189499
-0.00690975
-0.0183273
0.0240295
0.000466089
-0.0173013
-0.00646822
-0.0031048
-0.0119059
-0.0338459
-0.00430764
-0.00660198
-0.0455578
0.00202734
-9.37154e-05
-0.0409996
0.0213137
0.00573192
-0.0278605
0.0255492
0.013993
-0.0115254
0.011976
0.0219871
0.000344028
0.00538657
0.017572
0.00756202
0.00040902
0.00681552
0.0120438
-0.00395279
0.000545568
0.0108905
-0.00570247
-0.00194501
0.00668892
-0.00523715
-0.00251827
0.00347929
-0.00414473
-0.00257902
0.0023267
-0.0034407
-0.00265052
0.00178924
-0.00293772
-0.00279004
0.00113424
-0.00234443
-0.00274467
-0.000111398
-0.00178369
-0.00294458
-0.000653547
-0.00108818
-0.00317502
-0.00220912
-0.000504409
-0.00312491
-0.0050322
-0.000233448
-0.00309565
-0.00737342
-0.000193274
-0.00282467
-0.00954783
-0.000198057
-0.00209685
-0.010385
-0.000201022
-0.000904828
-0.00815686
-0.000170719
-0.00200778
-0.000143134
-3.3863e-05
0.00135003
3.53536e-05
-0.000315645
0.0035839
0.000159357
-0.000708669
0.00472622
0.000170952
-0.00113708
0.00510012
0.000107722
-0.00155382
0.00502665
-9.63797e-05
-0.00176329
0.00465267
-0.000331602
-0.00108569
0.00353331
-0.000355777
5.58387e-05
0.00253292
0.00294068
0.000654449
0.00499516
0.00671864
-0.000223309
0.00684982
0.0109788
-0.0039703
-0.00131181
0.010328
-0.00294951
-0.0208938
0.00168806
0.00379304
-0.0334677
0.000396312
0.0069977
-0.02729
-0.00383145
0.000361863
0.0324632
-0.00691116
-0.0131873
0.0451664
0.00779653
-0.0111075
0.0120614
0.0014163
-0.00485354
-0.00934594
-0.0536713
-0.000578665
-0.00448235
-0.0432567
0.0147425
-0.0175979
0.00703716
0.0169656
-0.022304
0.0321615
0.020836
-0.0143532
0.02003
0.0236908
-0.00460094
0.0145581
0.0146326
0.00797534
0.0155135
0.00021932
0.0190499
0.00669666
-0.0054023
0.0142329
-0.00425732
-0.00483724
0.00556471
-0.00686482
-0.00358513
0.00191893
-0.005734
-0.00283518
0.00179917
-0.00478083
-0.00257824
0.00221079
-0.00409764
-0.00276618
0.00227562
-0.00328913
-0.00297108
0.000930782
-0.00247627
-0.00348985
0.000700111
-0.00131866
-0.00382267
-0.00122536
-0.000278351
-0.00336887
-0.00531504
2.81818e-05
-0.00306599
-0.00762746
3.30987e-05
-0.00283289
-0.00974772
-7.22462e-05
-0.00228059
-0.0108902
-0.000123008
-0.00118262
-0.009213
-0.000121949
-0.00314971
-0.000113085
-8.83473e-05
0.00125307
6.43722e-05
-0.000328853
0.00358878
0.00019697
-0.000635661
0.00477406
0.000222208
-0.000960309
0.00516369
0.000179018
-0.00119786
0.00504174
-2.53408e-05
-0.000844121
0.00443009
-0.000167563
0.000121953
0.0034075
0.00154067
0.00061569
0.00362207
0.00685494
0.0026508
0.0041806
0.0110326
0.0038614
-0.000417199
0.0179254
-0.000436426
-0.00676415
0.0141535
-0.00197714
-0.0248807
0.000599909
-0.00627398
-0.0302025
-0.0135504
-0.0124607
-0.0151521
-0.0167774
-0.000924234
0.0220102
0.00746983
-0.0149457
0.0530106
0.0377632
-0.0226961
0.0253392
0.0340899
-0.0201586
0.00917854
-0.0548161
-0.00246598
0.0237795
-0.0658451
0.0227414
-0.00770229
-0.00230995
0.0206139
-0.0137118
0.0180491
0.0165794
-0.00772863
0.0133971
0.0140813
-0.00458144
0.0202566
0.00979092
0.00841421
0.0216479
-0.000203061
0.0238452
0.0127897
-0.00718559
0.018173
-0.000624601
-0.00712517
0.00454422
-0.00808034
-0.00450645
-0.00137711
-0.00801613
-0.00217212
-0.000492083
-0.00638457
-0.00163269
0.0022022
-0.00498781
-0.00214874
0.00375082
-0.00323379
-0.00228405
0.00228965
-0.002403
-0.00419638
0.00369468
-0.000267619
-0.00576975
0.00104741
0.00129967
-0.00443324
-0.00635039
0.000324576
-0.0032491
-0.00861096
3.37356e-05
-0.00279032
-0.0102258
0.000125079
-0.00224983
-0.0114396
-8.53947e-06
-0.00127521
-0.0101946
-3.80103e-05
-0.00441925
-4.78901e-05
-0.000126774
0.00120541
8.67086e-05
-0.000328143
0.00356355
0.000225794
-0.000598322
0.00480394
0.000265353
-0.000963805
0.00528398
0.000264056
-0.00121625
0.00515215
7.68857e-05
-0.00110322
0.00459308
0.000314344
-0.00132684
0.00414576
0.00257295
-0.00268919
0.00603936
0.00623741
0.000787306
0.00230775
0.0067009
0.00638293
-0.00776028
0.0148549
0.008828
-0.012049
0.0142783
0.00870262
-0.0259686
0.00280854
-0.00299948
-0.0185263
-0.0224744
-0.0245799
-0.00430542
-0.0292941
-0.0169618
-0.000149817
0.00882414
-0.0108096
0.0341822
0.0254132
-0.0258775
0.0374459
0.0236941
-0.0198457
0.0408828
-0.0560574
0.00375165
0.0249544
-0.0212933
0.00880463
-0.0149962
0.0143858
7.20925e-05
-0.0080485
0.00339264
-0.00161254
-0.000451607
0.000153129
0.00593139
-0.0047996
0.00538714
0.0134423
0.0112422
-0.00166566
0.0133302
0.028927
-0.0048569
0.0058839
0.025012
-0.00886113
0.00040217
0.00709574
-0.0116763
0.000522986
-0.00497126
-0.0103186
0.000860956
-0.00164108
-0.00960444
-0.00111383
0.00468741
-0.00492421
-0.000887651
0.00438652
-0.000307176
0.00079107
0.00126416
0.000663053
-0.00352038
0.00651706
0.00571821
-0.00778099
0.00292946
0.00716142
-0.00565233
-0.00830409
0.000171361
-0.00306573
-0.0102851
-0.00134483
-0.00241014
-0.0108524
-6.0172e-05
-0.00199832
-0.0119866
0.000114094
-0.00120338
-0.0110848
2.36924e-05
-0.00568037
-5.6518e-06
-0.000130306
0.00117022
0.000122134
-0.000288008
0.00350797
0.000262632
-0.000531361
0.00481555
0.000322518
-0.000907157
0.00542539
0.000360563
-0.0011783
0.00532315
0.000233696
-0.00138946
0.00506102
0.000656406
-0.00209231
0.00511662
0.00196539
-0.00174624
0.00708453
0.0032087
0.00104026
0.000995955
0.00109637
0.00499439
-0.00982263
0.0072861
0.00878306
-0.0115436
0.0130137
0.00245874
-0.0144523
0.00876087
-0.0166195
0.00375688
-0.0201314
-0.0385392
0.00731847
-0.0430544
-0.0303961
-0.0159449
-0.00467693
-0.014021
0.00493993
0.0150637
-0.0235414
0.0324962
0.0118775
-0.0104343
0.043513
-0.0225537
-0.0009662
0.0137993
0.00601999
-0.012848
-0.0102424
0.00799079
-0.0171134
0.00594506
0.000476165
-0.0135386
0.013347
0.00200453
-0.00983514
0.0107296
-0.0146247
-0.00861196
0.0161293
-0.0149273
-0.0096634
0.0251152
0.0017483
-0.0116915
0.0193184
0.010489
-0.00993566
-0.00290724
0.00681415
-0.00587097
-0.0145492
-0.00361002
-0.00580974
-0.00139828
-0.0101471
-0.00567604
0.00740922
-0.00151353
-0.000959885
0.00141511
0.00267651
0.00220553
-0.00112241
0.00146468
-0.00161797
0.00573479
0.0103956
-0.006139
0.000874196
0.0117003
-0.00430821
-0.010868
-0.00119931
-0.00166866
-0.0115892
-0.00386809
-0.00128763
-0.0110976
-0.000872007
-0.00130687
-0.0122731
0.000120093
-0.000864797
-0.0117412
5.86838e-05
-0.00667994
3.18919e-05
-0.000110728
0.00112844
0.0001489
-0.000213319
0.00341042
0.000289253
-0.000414809
0.00478775
0.00037143
-0.000745681
0.00552016
0.00042761
-0.00115027
0.00557316
0.000377659
-0.00161261
0.00564926
0.000605278
-0.00244901
0.00597616
0.0010415
-0.00087313
0.00705942
0.000148389
-0.00172073
0.00301696
-0.00162089
-0.00612085
-0.00486499
0.00153099
-0.00958229
-0.00492418
0.00400691
-0.0228194
-0.000371239
-0.00330269
-0.039764
0.0204081
-0.0156436
-0.048268
0.0128561
-0.0339925
-0.0327108
-0.019695
-0.0137767
-0.0198862
-0.017613
0.0189693
-0.0218277
0.0108947
0.0138241
-0.0158792
0.0283404
-0.00465737
-0.0198291
0.00938633
-0.00241607
-0.0289936
-0.00225424
-0.0125691
-0.0210177
0.00887465
-0.0146371
-0.0252605
0.0212914
0.0109717
-0.0466665
0.0282838
-0.00279934
-0.0506582
0.0136033
-0.0022045
-0.0346057
-4.06836e-05
0.0162243
-0.0132917
-0.00905788
0.0219196
-0.00474347
-0.0209135
0.0195569
-0.00896581
-0.0211476
0.0135467
-0.013406
-0.000566155
0.00634027
-0.00991673
0.00347255
0.0066618
-0.000704782
-0.00668561
0.00412047
0.00332938
-0.00248318
0.00436207
0.00195511
0.00102545
0.0132859
-0.000254453
-0.00619782
0.0116882
0.000551653
-0.0129063
-0.00412695
0.000845989
-0.0104873
-0.00621064
0.000148649
-0.0103353
-0.00155112
-0.000482417
-0.0121917
1.56994e-05
-0.000458435
-0.0121235
4.24406e-05
-0.00735986
3.09709e-05
-8.02821e-05
0.00107076
0.000173577
-0.000123336
0.00326715
0.000313911
-0.000260273
0.00470564
0.000419907
-0.000518925
0.00554412
0.000509406
-0.000963936
0.00580819
0.000565167
-0.00143636
0.00604607
0.000701737
-0.00198565
0.00643902
0.000877238
-0.000911431
0.00714844
-0.000243654
-0.00274199
0.00681566
-0.000928686
-0.00877108
0.000616058
0.000860374
-0.0152786
-0.000739329
-0.00173514
-0.027129
0.00629239
-0.011226
-0.0323145
0.0228714
-0.00386969
-0.026781
0.0140913
-0.0105305
-0.0175376
-0.0130921
0.00273287
-0.0110512
-0.0271701
0.00477399
-0.00408448
-0.0182226
0.0208313
-0.00133655
0.00206063
0.020985
-0.0196144
0.0187598
0.00367521
-0.0351362
0.0238341
0.00347508
-0.036569
0.0298376
-0.0018725
-0.0308082
0.0249002
-0.000775765
-0.0344155
0.0290854
-0.00344734
-0.0312911
0.0106434
-0.00392543
-0.00886427
-0.0188087
-0.000238634
0.0174359
-0.0372948
0.00496145
0.0217197
-0.0313536
0.00680553
0.00249979
-0.0101021
0.0122701
-0.0133213
0.00923515
0.0126651
-0.00858903
-0.00397037
0.000985101
0.00372782
-0.0158441
-0.00210666
0.00929453
-0.00756326
0.00850798
0.00806069
-0.0086326
0.0155223
0.00517309
-0.0121466
0.00626984
0.00364252
-0.0100024
-0.00966663
0.00263359
-0.00758629
-0.0077014
0.00141756
-0.00927702
-0.0016608
0.000253942
-0.011682
-0.000173944
-0.000154663
-0.0121846
-3.01028e-05
-0.00780073
8.88813e-06
-2.9653e-05
0.000976516
0.000188124
7.26974e-06
0.00306268
0.000327686
-1.80762e-05
0.00452969
0.000453286
-0.000131051
0.00543991
0.000568956
-0.000401834
0.0058577
0.000700445
-0.000604151
0.00606534
0.000869521
-0.000719068
0.00636935
0.00120293
0.000484912
0.00665047
0.000538071
0.00171878
0.00757389
0.000711271
0.000336797
0.00191294
0.00371615
-0.000272394
-0.00171615
0.00516418
-0.00385169
0.00721737
-0.00520954
-0.00676131
0.0182539
0.00792093
-0.000555059
0.0154025
0.0175138
0.00893714
-0.0101393
0.0147819
0.0119776
-0.0199947
-0.0175022
0.0150915
-0.0278238
-0.0119303
0.0347589
-0.0369402
0.00869781
0.0601088
-0.0169756
0.0223092
0.0695168
0.00881734
0.0462772
0.0531428
0.035578
0.0552287
0.0312398
0.0230717
0.0579018
0.0185929
0.0197537
0.0493323
0.022995
0.0036164
0.0241347
0.0373646
-0.0250107
0.00567362
0.0386395
-0.0381887
8.21694e-05
0.0196632
-0.0205988
-0.00107682
-0.00930762
0.012413
-0.00297516
-0.0171093
0.0161092
0.00186121
-0.00577693
-0.012623
-0.00565676
0.00478332
-0.0207394
-0.0141544
0.0115672
-0.0161901
-0.0081133
0.00995797
-0.0150996
-0.00336128
0.00520184
-0.00697753
-0.0105478
0.00357566
-0.00307011
-0.0140457
0.0031703
-0.00571831
-0.00628359
0.00203502
-0.00854195
-0.00125219
0.000686955
-0.0109766
-0.000319323
3.09514e-05
-0.0120173
-9.53255e-05
-0.00809226
-8.48926e-06
4.15393e-06
0.000866969
0.000190902
0.000105541
0.00282052
0.000322536
0.0001714
0.00429289
0.000457976
0.00018098
0.00524832
0.000584558
0.000114294
0.00573726
0.000755585
0.000123702
0.00589315
0.000919382
0.00023409
0.00609261
0.00131428
0.00130103
0.00599755
0.000957939
0.00360364
0.00662802
0.00124175
0.00284846
0.00222958
0.00561193
0.0032605
-0.00318438
0.00915018
0.00595348
0.00323721
0.00586991
0.00733672
0.00972819
0.00710229
0.00896852
0.00697014
0.0216636
0.016353
-0.0217711
0.018663
0.0283688
-0.0268332
-0.000318002
0.0213096
-0.0155772
-0.0257771
0.016448
-0.0414818
-0.0226838
0.0480297
-0.0479465
-0.00167153
0.0801555
-0.0238935
0.0240445
0.0915031
0.00967416
0.0520838
0.0837122
0.00581711
0.0596288
0.0648476
0.0033552
0.0614652
0.0441366
-0.00540129
0.0674987
0.0317603
-0.0188731
0.0360271
0.0130227
-0.0190741
0.00483728
-0.00294284
-0.0085822
0.00544383
-0.0107817
0.0129135
0.00658773
-0.00597788
0.00464273
0.00971505
-0.000870155
-0.0240348
0.00170794
-0.000705672
-0.0265031
-0.00963552
0.00435133
-0.0238905
-0.0229031
0.00487767
-0.0108681
-0.0253391
0.00341315
0.00449008
-0.021706
0.00389238
0.000877715
-0.0112939
0.00399398
-0.00563439
-0.00406234
0.002513
-0.0075131
-0.00137281
0.000899164
-0.00988153
-0.000516427
9.45872e-05
-0.0116252
-0.000173521
-0.00829746
-5.47294e-05
2.75002e-05
0.000751901
0.000190682
0.000159935
0.00255992
0.000310389
0.000291213
0.00401383
0.000439579
0.000380856
0.00500422
0.000560954
0.000425717
0.00554235
0.000721551
0.000533558
0.00568127
0.000858373
0.00079847
0.00575626
0.00117399
0.0016141
0.00548069
0.00108503
0.00337955
0.00558795
0.00135101
0.00273862
0.0029746
0.00400581
0.00267369
-0.00249015
0.00478442
0.00882768
-0.000656283
0.00309846
0.0154216
0.0025361
0.0019841
0.0169181
0.000837942
0.00516586
0.0117516
-0.0192667
0.0116039
0.00996948
-0.0201416
0.0133534
-0.00494607
-0.00319487
0.000317258
-0.0230275
-0.0210103
-0.0110826
-0.0113589
-0.0365541
-0.0133452
0.00967364
-0.0199126
-0.0289804
0.0370542
0.00648681
-0.0483666
0.0463714
-0.00279989
-0.0115396
0.0419408
-0.00539052
0.014516
0.0319318
0.00483482
0.0236959
0.0133555
0.00696689
0.0149614
-0.00241734
0.00688719
-0.00598738
-0.0073034
0.00413317
-0.0125868
-0.00566968
0.00871556
0.00180057
-0.00483392
-0.00870756
0.00507339
-0.00868487
-0.031997
0.00588719
-0.0122052
-0.0291526
0.00347233
-0.00754685
-0.0187651
-0.0226236
0.00126748
0.000376627
-0.0303226
0.005359
0.00930646
-0.0108611
0.00632779
-0.00138292
-0.00342278
0.00498997
-0.00562849
-0.0022641
0.00270737
-0.00594302
-0.00105698
0.000968127
-0.00859584
-0.000391156
4.12983e-05
-0.0110751
-9.93042e-05
-0.00854913
-8.88547e-06
3.38693e-05
0.000645988
0.000187762
0.000194733
0.00229205
0.000297306
0.000386402
0.0036969
0.000415249
0.000553458
0.00470955
0.000524922
0.000699327
0.00528173
0.000670542
0.000884228
0.00543076
0.00079412
0.00121679
0.00541899
0.00104377
0.00188178
0.00503963
0.00114139
0.00312207
0.0047618
0.00150299
0.0034034
0.00316528
0.00224275
0.00232949
-0.000133565
0.00154688
0.00389495
0.000575741
-0.00188217
0.00896628
0.00262195
-0.00215961
0.010137
0.00319851
-0.000575886
-0.0051383
0.00312753
0.00300752
-0.0253006
0.00395504
0.00432949
-0.0342843
0.00335349
0.00382716
-0.0415287
-0.0133023
0.00323285
-0.0380338
-0.023836
-0.0100168
-0.0268943
-0.0220918
-0.0441788
-0.00853229
-0.0121286
-0.0412635
0.000661663
-0.0148912
-0.0223436
0.00507799
-0.0174549
-0.00904828
0.00583601
0.00994888
-0.00414025
-0.000883717
0.0298149
-0.00394228
-0.00617174
0.0188822
-0.0272675
-0.0122497
0.00172849
-0.0349059
-0.0167125
0.00266768
-0.0302135
-0.0154865
-0.0159605
-0.0194846
-0.013362
-0.0275397
-0.00587368
-0.0153348
-0.0192923
0.00191243
-0.0127889
-0.00436492
-0.0104802
-0.00258068
0.00702485
-0.00836381
0.0056292
0.00303234
0.00220956
0.00755395
-0.00566778
-0.00212287
0.00501711
-0.00452875
-0.00219265
0.00241782
-0.00425971
-0.000389204
0.000770275
-0.00740897
-7.69e-05
-0.000140838
-0.0105146
2.81894e-05
-0.00896138
6.84874e-05
4.56929e-05
0.000533483
0.000182787
0.000215379
0.00203513
0.000276341
0.000445768
0.00336361
0.000382339
0.000654968
0.00439317
0.000479602
0.000852533
0.00499099
0.000599826
0.00104885
0.00517954
0.000708697
0.00133567
0.00514095
0.000886249
0.0017261
0.00479048
0.00102206
0.00238284
0.00438838
0.00128078
0.00237519
0.00342854
0.00160637
0.00117878
0.00196386
0.00109652
-4.65111e-05
0.00283651
-0.000425714
0.00174974
0.0038015
-0.000508964
-0.00130393
0.00728365
-0.00154004
-0.0141012
0.0160546
-0.0110134
-0.0160005
0.0120592
-0.0139422
-0.00437156
0.00149051
-0.00242546
-0.00117373
-0.0152727
0.0044171
-0.0117508
-0.0207414
0.02668
-0.0165196
-0.0213531
0.0353696
-0.0118532
-0.020124
0.0105087
-0.0118843
-0.0164602
-0.000831847
-0.0109067
-0.027529
0.010504
-0.00732061
-0.00428021
0.00557505
-0.0153871
0.0348546
-0.00204975
-0.0160365
0.0115317
-0.0186271
-0.0134135
-0.0112707
-0.0251075
-0.0110482
-0.00650335
-0.0291061
-0.00743578
-0.00681241
-0.0397323
-0.0111798
-0.00568906
-0.0288993
-0.0181898
-0.00562594
-0.00409314
-0.014521
-0.00151624
0.00445303
-0.00238887
-0.000300459
0.00568924
0.00777445
-0.00652116
-0.000515931
0.00820503
-0.00594769
-0.00456417
0.00447366
-0.00198546
-0.00142827
0.00174486
-0.00244121
0.000229299
0.000265311
-0.00635106
0.000122911
-0.000454983
-0.0101017
0.000112949
-0.00963879
0.000112633
4.5102e-05
0.00043435
0.000163404
0.000219973
0.00178766
0.000258468
0.000465935
0.0030327
0.000345258
0.000717842
0.00405281
0.000434872
0.000960557
0.00466945
0.000534348
0.00119519
0.0048972
0.000625495
0.00147852
0.00486491
0.000759162
0.00178674
0.00457879
0.000883863
0.00220435
0.00419031
0.00107166
0.00226894
0.00363027
0.00133537
0.00186216
0.00291017
0.00136275
0.00153106
0.00348057
0.00117595
0.00187622
0.00334839
0.00175504
-0.000333516
0.00659066
0.0034067
-0.00520996
0.0145063
-0.00494609
-0.00230535
0.0143348
-0.0136733
0.00384779
0.00689033
-0.00654723
-0.000781268
-0.00760223
-0.00289559
-0.0176852
-0.0125785
0.00666262
-0.020456
-0.0255132
0.0192139
-0.00184431
-0.0403106
0.0188193
-0.000391162
-0.0262372
0.0137055
-0.00809047
-0.0301113
0.0197864
0.000862972
-0.0235163
0.0226871
0.000408842
0.0136986
0.0193765
-0.00409487
0.00508302
0.00932634
-0.0033079
-0.00841892
-0.0073922
-0.00167664
0.000507132
8.10249e-05
0.00247105
0.0137737
-0.0151411
-0.00407696
0.015088
-0.0221761
-0.0111353
0.00496791
-0.0112928
-0.00517624
-0.0039448
-0.00400332
0.00643423
-0.00767779
-0.00320821
0.0106782
-0.00692519
-0.0052659
0.00653577
-0.00133102
-0.00243056
0.00240936
0.00079987
0.000911494
0.000435647
-0.00126395
0.000678778
-0.00049978
-0.00583349
0.000317224
-0.000879563
-0.00994697
0.000168654
-0.0106714
0.000138218
4.86391e-05
0.000342607
0.000156752
0.000205732
0.00157051
0.000239119
0.000455382
0.00271129
0.000316425
0.000714234
0.00371796
0.000386989
0.000990034
0.00432461
0.000473069
0.00124686
0.00459356
0.000544218
0.00153955
0.00456811
0.000640291
0.00182049
0.00435182
0.000735255
0.00212793
0.00402979
0.000857129
0.00226175
0.00368827
0.00102056
0.00222209
0.00328664
0.00110765
0.0022897
0.0035977
0.00112195
0.00196777
0.00353909
0.00148216
0.00164866
0.00499773
0.00265624
0.00241499
0.00914524
0.00230347
0.00239073
0.0127511
-0.000172003
-0.00110666
0.0124457
-0.00370979
-0.0108136
-0.00145747
-0.012625
-0.0292135
-0.00458058
-0.0150097
-0.0300427
-0.02459
-0.012469
0.00372593
-0.0526723
-0.017088
0.0257233
-0.0364961
-0.0106683
0.0187397
-0.0207871
0.00660789
0.0159221
-0.0140816
0.0186961
0.0194329
0.000133916
0.0259197
0.0108367
0.00121703
0.0338803
0.00362142
-0.00460593
0.0349586
-6.43022e-05
0.00197828
0.0327408
0.000807729
0.0187417
0.0148304
0.00202699
0.0171905
-0.00156745
0.00218241
0.00684985
-0.00488892
0.00432373
-0.000500247
-0.00685627
0.00639655
-0.00332717
-0.00489506
0.00385443
-0.00165956
-0.000129664
0.000523874
0.0010602
0.00265119
-0.000575631
0.000736174
0.00201002
-0.000786617
-0.00145965
0.000731815
-0.00123975
-0.0056035
0.000318914
-0.00134486
-0.00995785
0.000162933
-0.0120956
0.000117581
5.70091e-06
0.000300365
0.000142738
0.000144635
0.00137806
0.000221201
0.000377577
0.00241649
0.000288524
0.000670701
0.00335823
0.0003515
0.000992819
0.00394043
0.000415789
0.0013098
0.00423221
0.000478149
0.00164558
0.00421999
0.000545345
0.00198019
0.00404973
0.000612196
0.00230936
0.00379985
0.000695132
0.00258319
0.00356643
0.000788312
0.00278827
0.00331857
0.000867958
0.00310687
0.00347412
0.000921896
0.00311835
0.00356042
0.00111671
0.00315852
0.00433719
0.00149797
0.00439241
0.00610904
0.00188428
0.00433323
0.00936834
0.00264179
0.00439493
0.00938773
0.00654575
0.0052689
-0.00806666
0.00485956
-0.00168588
-0.0104708
-0.00863956
-0.00808221
-0.02239
-0.0217924
0.00173936
-0.0430014
-0.0358955
0.0143678
-0.0257712
-0.0277777
0.0108944
-0.0118089
-0.00836911
0.00746316
-0.00437516
-0.00872401
0.00761642
0.00425093
0.00208409
-0.000308422
0.00576165
0.0201594
-0.00352007
-0.00459788
0.0279446
-0.00305405
-0.00446837
0.0254188
0.000874958
0.00850494
0.0195541
0.00555701
0.00852183
0.0123422
0.0063874
0.00454131
0.00848688
0.00488226
0.00220365
0.00446068
0.00181663
0.000419006
0.00314386
-0.000685741
2.77942e-05
0.00324631
-0.00106664
0.0004226
0.00234876
-0.000852125
6.1437e-05
0.0010314
-0.000972101
-0.00153791
0.000410908
-0.00143709
-0.00523548
0.00016964
-0.0015707
-0.00986611
8.93212e-05
-0.0136903
5.76554e-05
-8.07107e-06
0.000276025
0.000127795
5.2652e-05
0.00127091
0.000204922
0.000254146
0.00215734
0.000264025
0.000524882
0.00302967
0.000314762
0.00088146
0.00352616
0.000372495
0.00126851
0.00380281
0.000416315
0.00166174
0.00380743
0.000470289
0.00207903
0.00364806
0.000514575
0.0024894
0.00345538
0.000570622
0.00290207
0.00326553
0.000629405
0.00333266
0.00307099
0.000681056
0.00392453
0.00308022
0.000731087
0.00462835
0.0030624
0.000820519
0.00565438
0.00336544
0.000927904
0.00793799
0.00390816
0.000847837
0.0116409
0.0053646
0.000701757
0.019462
0.00305911
0.00237583
0.0284267
-0.0130145
0.00679367
0.0284817
-0.0165143
0.00232439
0.0177386
-0.0206849
-0.00880104
0.00543924
-0.0292707
-0.0225926
0.00429869
-0.0120108
-0.0304914
0.00218554
-0.00620756
-0.016945
-0.000141687
-0.00627082
-0.0125859
-0.000980223
0.00464533
-0.0134845
-0.00329408
0.00858484
-0.00188322
-0.00427679
-0.00295115
0.00785465
-0.0027866
-0.00728995
0.0100268
0.000583289
0.00172321
0.00929636
0.00306633
0.00400175
0.00863634
0.00307082
0.00334181
0.00716617
0.00214458
0.0017881
0.00476406
0.000827136
0.00038321
0.00307477
3.86761e-05
-0.000163154
0.00177291
-0.000192807
0.000218943
0.000953904
-0.00022723
-0.000123733
0.00048622
-0.000666589
-0.00117771
0.000190177
-0.00129148
-0.00462916
5.58365e-05
-0.00151954
-0.00962285
7.01449e-06
-0.0151883
-8.77181e-06
-0.000187572
0.000434494
0.000115585
-0.000187862
0.00122551
0.000196782
-4.52179e-05
0.00196049
0.000248302
0.000308263
0.00262017
0.000287729
0.000721976
0.00305983
0.000336594
0.00123008
0.00325221
0.000372683
0.00171538
0.00329773
0.000414877
0.00221544
0.00315296
0.000443665
0.0027159
0.00299919
0.00048226
0.00322902
0.00284307
0.000513042
0.00377435
0.0026786
0.000540861
0.0044616
0.00260231
0.000553121
0.00532583
0.00247475
0.000570033
0.00658914
0.00244261
0.0005465
0.00886961
0.00220792
0.000361741
0.0131514
0.00205829
-6.71303e-06
0.0197319
-0.000825828
-0.00102868
0.0242065
-0.0106818
-0.000743823
0.0250774
-0.0138651
-0.00114273
0.0183539
-0.0151909
-0.00284426
0.00458923
-0.0165816
-0.00620798
-0.00149575
-0.00625032
-0.0134067
-0.00168115
-0.00372165
-0.0118855
-0.00189954
-0.0049984
-0.00458151
-0.000129361
0.00339439
-0.0040789
0.0021681
0.00723349
-0.00367552
0.000890562
-0.000826328
0.000391873
-0.00135394
-0.00496242
0.00190873
-0.000348286
-0.000102413
0.00152407
0.00123295
0.00192362
0.00173316
0.00191711
0.00197518
0.00116523
0.00192339
0.00103085
0.000228404
0.00122866
0.000475808
0.000255316
0.000720844
5.5706e-05
0.000366619
0.000591921
0.000208401
0.00032
0.000596278
-0.000180566
0.000176846
0.000215705
-0.000786722
2.52543e-05
-0.000638128
-0.00371921
-6.54128e-05
-0.00111203
-0.00910763
-5.0796e-05
-0.016252
-6.03962e-05
-8.40221e-05
0.000491638
0.000105292
-0.000322281
0.00142121
0.000183587
-0.000357723
0.00194395
0.000233715
-8.72271e-05
0.00229838
0.000261331
0.00037245
0.00254876
0.000304808
0.000994487
0.00259048
0.000331226
0.00161048
0.00265381
0.000372047
0.00222621
0.00253453
0.000392107
0.00282967
0.00242531
0.000422531
0.00343519
0.00230969
0.000441485
0.00405453
0.00218955
0.000454591
0.00475919
0.00209083
0.000456003
0.00557186
0.00194698
0.000439609
0.00665703
0.00177413
0.000368771
0.00813815
0.00138195
0.000203434
0.0105598
0.00068711
-0.000140274
0.0129278
-0.00140178
-0.000763133
0.0126398
-0.00627994
-0.00182148
0.0113466
-0.00821617
-0.00298473
0.00673838
-0.00837066
-0.0021005
-0.000437653
-0.00848081
-0.00233971
-0.0030934
-0.00481241
-0.00344704
-0.00312587
-0.00278935
-0.00353952
-0.00358131
-0.00214729
-0.000542998
-0.000850658
0.00184669
6.19439e-05
0.00305891
0.00410217
-0.00175024
0.00265329
0.000228814
-0.00124412
9.99235e-05
-0.00207303
-0.000510499
0.000313595
-0.000308972
-0.000522852
0.00127359
0.000843796
-0.000424333
0.00175092
0.00107338
-0.000371555
0.00178841
0.000568979
-0.000327249
0.00162928
0.000412602
-0.000129085
0.00154872
5.16196e-05
-7.51687e-07
0.00160181
0.000143868
2.66108e-05
0.00170645
-0.00027261
1.87955e-05
0.00162537
-0.000651759
-6.99942e-05
0.000835011
-0.00286103
-0.00010029
5.38618e-05
-0.00825655
-0.000115238
-0.0161339
-9.52752e-05
-0.000854806
0.00131615
0.000125489
-0.000969845
0.00148608
0.000204756
-0.000903504
0.00182311
0.00023354
-0.000545978
0.00188905
0.000255806
6.13153e-05
0.00189072
0.000286303
0.00073811
0.00187236
0.000310388
0.00149466
0.00186549
0.00034734
0.00220041
0.00181795
0.000365304
0.00289236
0.00174953
0.000390938
0.00357166
0.00168651
0.000402774
0.00425484
0.0016137
0.000408258
0.00498225
0.00153637
0.000396286
0.00576907
0.00142255
0.000363281
0.00670314
0.00124366
0.000276491
0.00777754
0.000903096
0.000126282
0.00899428
0.000340321
-0.000118597
0.00960674
-0.000766532
-0.000554657
0.00849546
-0.00306405
-0.0011486
0.00652923
-0.00400637
-0.00191865
0.00406269
-0.00450204
-0.00171338
0.00125414
-0.00516776
-0.00126205
-0.000567823
-0.00364481
-0.000668287
-0.00138362
-0.00234035
-0.00047781
-0.00180629
-0.00139724
6.73345e-06
-0.000258105
0.000522246
1.98605e-05
0.00258755
0.00152292
-0.000967834
0.00318523
0.000139223
-0.00140001
0.00239772
-0.000795272
-0.00130016
0.00237128
-0.000102534
-0.00104321
0.00285125
0.000346103
-0.00078578
0.00316171
0.000593667
-0.000653466
0.00323464
0.000389751
-0.000535093
0.00327245
0.000359754
-0.000336679
0.0032998
7.17036e-05
-0.000202891
0.0034168
8.26188e-05
-0.000101465
0.00350752
-0.00030753
-5.78007e-05
0.00362071
-0.000702174
-5.04828e-05
0.00296443
-0.00213106
-0.000101256
0.00171643
-0.0069348
-0.000113449
-0.0143487
-0.000102668
-0.00192266
0.00319578
0.000169582
-0.00207451
0.00157889
0.000226528
-0.00182404
0.00151798
0.000226331
-0.00110453
0.0011201
0.000232769
-0.00023638
0.000977175
0.00026254
0.000704522
0.000891577
0.000280037
0.00165171
0.000887598
0.000318127
0.00257447
0.000881428
0.000338097
0.00346208
0.000871402
0.000364569
0.00433992
0.000854344
0.000376505
0.00521286
0.000832571
0.000381024
0.00610519
0.000798148
0.000366156
0.00702011
0.000746085
0.000329601
0.00797893
0.000641063
0.000254281
0.00892673
0.000461429
0.000134197
0.00980927
0.00017442
-6.64056e-05
0.0102652
-0.000312486
-0.000343199
0.00980669
-0.00125566
-0.000711274
0.00888603
-0.00168363
-0.00112656
0.0074446
-0.0019671
-0.00113321
0.00540449
-0.00223061
-0.00113805
0.00396398
-0.00172483
-0.0010476
0.00332665
-0.00124949
-0.000957539
0.00320499
-0.000836729
-0.000725566
0.00409106
-7.73641e-05
-0.000701527
0.005555
0.000392449
-0.00102136
0.00611636
-3.13416e-05
-0.00118935
0.00600902
-0.000358457
-0.00114378
0.00617619
-9.94714e-05
-0.000967379
0.00651828
7.87795e-05
-0.000784741
0.00688169
0.00023961
-0.000649224
0.00706907
0.000207604
-0.000504272
0.00727255
0.00019539
-0.000342961
0.00737617
3.60185e-05
-0.000222922
0.00755332
-2.31101e-05
-0.000138886
0.00760215
-0.000296634
-7.65827e-05
0.00763272
-0.000675856
-4.42751e-05
0.00718792
-0.00162851
-4.84494e-05
0.00478376
-0.00446957
-7.15492e-05
-0.00949952
-9.08638e-05
0.00317184
0.000109305
0.00472219
0.000128799
0.00621138
0.000140596
0.00730809
0.000143399
0.00826598
0.000162191
0.00914698
0.000174735
0.0100313
0.000203922
0.0109234
0.000225448
0.0118258
0.000251207
0.0127434
0.000265417
0.0136793
0.000272763
0.0146364
0.000262761
0.0156189
0.000230495
0.0165956
0.000171174
0.0175129
7.16602e-05
0.0183202
-9.06637e-05
0.018807
-0.000313387
0.0186063
-0.000565623
0.0180831
-0.000862473
0.0171434
-0.000974285
0.01577
-0.0010113
0.0146354
-0.000960848
0.0138915
-0.000910535
0.0135151
-0.00081343
0.0138052
-0.000837197
0.0145339
-0.00102715
0.0148286
-0.00111382
0.01477
-0.00111262
0.0148803
-0.00101556
0.0151014
-0.000875033
0.0154412
-0.00073552
0.0157366
-0.000592704
0.0160242
-0.000440703
0.0161712
-0.000314388
0.0162411
-0.000197027
0.0160251
-0.000125138
0.0154173
-7.16447e-05
0.0138488
-5.25766e-05
0.00943696
-5.90163e-05
-8.3245e-05
2.2938e-05
-3.31108e-05
8.13086e-06
7.42013e-05
-6.32913e-05
2.24306e-05
0.000128384
-6.80313e-05
3.09588e-05
0.000169886
-5.46745e-05
3.64161e-05
0.000196349
-4.14372e-05
4.12714e-05
0.000210188
-2.69137e-05
4.98703e-05
0.000219855
-2.40415e-05
6.13035e-05
0.000218719
-1.21941e-05
7.22853e-05
0.000222626
-1.69546e-05
8.305e-05
0.000232023
-2.55777e-05
8.76313e-05
0.000221445
-3.34423e-06
8.05679e-05
0.000171368
3.74196e-05
7.74223e-05
8.6973e-05
7.73754e-05
6.86679e-05
-3.28821e-05
0.000115463
7.34601e-05
-0.000186552
0.00015233
7.83752e-05
-0.000356157
0.000174507
9.5912e-05
-0.000552798
0.000199478
0.000124086
-0.000805927
0.000250322
0.00014227
-0.00112542
0.000328255
0.000165349
-0.00152832
0.000406184
0.000190916
-0.0019494
0.000429649
0.000211914
-0.00227361
0.000327849
0.000267593
-0.00249944
0.000231396
0.000300534
-0.00256809
7.25404e-05
0.000361865
-0.00247182
-0.000101756
0.000422481
-0.00223877
-0.000240784
0.00047737
-0.00188894
-0.000361042
0.000523746
-0.00143422
-0.000465931
0.000558503
-0.000908585
-0.000539571
0.000579188
-0.000321045
-0.000595892
0.000584991
0.000255219
-0.000591263
0.000564425
0.000709275
-0.000460458
0.000502758
0.000967526
-0.00026388
0.000430847
0.00101056
-4.10397e-05
0.000307694
0.000859693
0.000149803
0.000219264
0.00061711
0.000242691
0.000134392
0.000373349
0.000242807
8.84476e-05
0.000180427
0.000191677
5.85676e-05
5.08564e-05
0.00012851
4.29149e-05
5.49461e-05
2.22797e-05
5.44859e-05
-0.000100719
2.0844e-05
0.000146688
-0.000169523
4.77482e-05
0.000231965
-0.000171821
6.55367e-05
0.000280339
-0.000122725
7.85184e-05
0.00029048
-7.64047e-05
9.80261e-05
0.000254782
-1.7909e-05
0.000116623
0.000172956
3.36184e-05
0.000129448
6.4083e-05
6.99438e-05
0.000150954
-0.000117209
0.00013531
0.000155602
-0.000415235
0.000238493
0.00016204
-0.000768638
0.000328702
0.000160413
-0.00116861
0.000414031
0.000165967
-0.00160877
0.000497234
0.000171493
-0.00207059
0.000559939
0.000186529
-0.0025388
0.00060367
0.000209282
-0.0029829
0.000604452
0.000249635
-0.00340779
0.000607209
0.000293499
-0.00377547
0.000598119
0.000336484
-0.00409933
0.000630996
0.000372581
-0.00432503
0.000607183
0.000393532
-0.00447516
0.000555324
0.000406628
-0.00451749
0.000344612
0.000428839
-0.00446827
0.000153672
0.00042925
-0.00429614
-0.000131919
0.000432762
-0.0040234
-0.000395871
0.000455234
-0.00364371
-0.000649841
0.000485441
-0.00314756
-0.000887001
0.000506329
-0.00254126
-0.00110246
0.000516841
-0.00185125
-0.00126331
0.000533176
-0.00111526
-0.00136035
0.000519081
-0.000405252
-0.00134429
0.000549465
0.000306137
-0.00118975
0.000450928
0.000884934
-0.000884699
0.000474142
0.00122332
-0.000408443
0.000391281
0.00128418
7.47314e-05
0.000314834
0.00109534
0.000411379
0.000245175
0.000797651
0.000524102
0.00018119
0.000461217
0.000513407
0.000131507
0.000173695
0.000406424
8.5799e-05
0.000227065
3.68989e-05
6.23055e-05
-0.000177674
2.91827e-05
0.000154796
-0.000279983
6.75483e-05
0.000223183
-0.000263904
9.79859e-05
0.000241333
-0.000165906
0.000119364
0.000165211
-3.65123e-05
0.000143987
2.20366e-05
9.87794e-05
0.000171142
-0.00021167
0.000227172
0.000205276
-0.00054784
0.000372571
0.000214909
-0.000986653
0.000536058
0.000225942
-0.0014779
0.000687692
0.000223198
-0.00203075
0.000846182
0.000203548
-0.00262116
0.000972081
0.000195153
-0.00320303
0.00105116
0.000194543
-0.00374745
0.00107795
0.000204576
-0.00422601
0.00105727
0.000219298
-0.00464272
0.000996607
0.000240649
-0.0050041
0.000941989
0.000251358
-0.00530159
0.000868801
0.000254019
-0.00552926
0.000833853
0.000239897
-0.00562162
0.00067719
0.000207293
-0.00561562
0.000535469
0.000169256
-0.00554033
0.000253611
0.00014214
-0.00539199
-5.7445e-06
0.00010328
-0.00515783
-0.000365162
0.000110701
-0.00487501
-0.000681056
0.000117656
-0.00450765
-0.00101762
0.000120881
-0.00405579
-0.00133819
0.000131024
-0.00351616
-0.00164328
0.000144437
-0.00288497
-0.00189819
0.000157074
-0.00219074
-0.00205967
0.000167565
-0.00145716
-0.00208879
0.000191816
-0.000730462
-0.00194233
0.000207152
-6.08188e-05
-0.00157752
0.000253778
0.000474974
-0.000969976
0.000212796
0.00081033
-0.00030135
0.000273584
0.000864636
0.000324579
0.000215881
0.000707189
0.00065196
0.00019835
0.000439912
0.000755404
0.000154477
0.000172311
0.000657498
0.000105826
0.000397052
3.38347e-05
5.62293e-05
-0.000247692
3.2371e-05
0.000122811
-0.000367418
9.44015e-05
0.000124853
-0.000296086
0.000135444
4.01808e-05
-0.000107511
0.000158454
-0.000149843
0.000112793
0.000209875
-0.000446506
0.000351289
0.000219983
-0.000879267
0.000613421
0.000242955
-0.00141267
0.000857138
0.000242621
-0.002014
0.00109083
0.000219772
-0.00264491
0.00127696
0.000189444
-0.00325409
0.00141785
0.000164902
-0.00381935
0.00150493
0.000145107
-0.00433052
0.00153376
0.000126169
-0.00476669
0.00148897
0.000112999
-0.00513156
0.00139911
9.85161e-05
-0.00542852
0.0012752
7.75383e-05
-0.00566776
0.00116864
4.95614e-05
-0.00584917
0.00104567
1.18076e-05
-0.00595977
0.000949971
-3.45113e-05
-0.00597024
0.000699928
-8.24322e-05
-0.00592935
0.00051769
-0.000121813
-0.00583553
0.000188172
-0.00014802
-0.00568617
-0.00011301
-0.000167472
-0.00551717
-0.000496677
-0.000154707
-0.00531669
-0.000848912
-0.000144872
-0.00504396
-0.00125344
-0.000132896
-0.00469537
-0.0016533
-0.000103207
-0.00426549
-0.00204915
-6.44104e-05
-0.00375805
-0.00238747
-2.64133e-05
-0.00316823
-0.00263619
-7.48919e-07
-0.00251364
-0.00274029
4.5782e-05
-0.00179962
-0.00265998
6.47411e-05
-0.00106467
-0.00232788
0.000112642
-0.000416998
-0.00164014
0.00013785
5.28995e-05
-0.000794316
0.000168132
0.000327833
2.50502e-05
0.000177557
0.000359868
0.000588605
0.000175166
0.000255531
0.000832036
0.000152141
0.000100453
0.000792994
0.000103486
0.000494815
2.67519e-05
3.10644e-05
-0.000296139
5.0197e-05
2.6975e-05
-0.000388198
0.000130831
-6.90093e-05
-0.00023564
0.000192928
-0.000280025
5.79035e-05
0.000219997
-0.000629723
0.000415052
0.000245081
-0.00111707
0.000787038
0.000258971
-0.00168608
0.00112586
0.000252216
-0.0023026
0.00142104
0.000212432
-0.00290632
0.00164891
0.000166383
-0.00347178
0.0018053
0.000124157
-0.00401154
0.00192839
8.44825e-05
-0.00449624
0.00196301
4.73983e-05
-0.00489508
0.00191282
1.22796e-05
-0.00520579
0.00178454
-2.46043e-05
-0.0054362
0.00162207
-5.13229e-05
-0.00558728
0.0014252
-7.5984e-05
-0.00567854
0.0012649
-0.000108079
-0.00572985
0.0011098
-0.000151865
-0.00574328
0.000990211
-0.000199825
-0.005715
0.000709847
-0.000233845
-0.005685
0.000537477
-0.000254608
-0.0056178
0.0001759
-0.000266733
-0.00554093
-0.000137467
-0.000258275
-0.00547394
-0.000511947
-0.000247234
-0.00537804
-0.000889472
-0.000240757
-0.00523836
-0.00134058
-0.000216542
-0.0050325
-0.00181327
-0.000186844
-0.00474147
-0.0023003
-0.000154918
-0.00435184
-0.00274284
-0.000121605
-0.00388077
-0.00308543
-7.22728e-05
-0.00333236
-0.00327593
-2.88576e-05
-0.00270249
-0.00328757
5.21457e-06
-0.00195219
-0.00308351
5.94088e-05
-0.00121046
-0.00240082
9.68313e-05
-0.000563798
-0.00146793
0.000157822
-0.00013933
-0.000439333
0.000194467
4.79872e-05
0.000370114
0.000189122
6.52934e-05
0.000783207
0.000160114
2.47231e-05
0.000815115
0.000106405
0.000518476
2.40938e-05
-1.232e-05
-0.000303946
7.41963e-05
-0.000113449
-0.000322754
0.000189616
-0.00033883
-5.46688e-05
0.000241742
-0.000711954
0.000378832
0.000268018
-0.00120502
0.000847748
0.00028018
-0.00177331
0.00129317
0.000254392
-0.00236033
0.00165339
0.000202525
-0.00292995
0.00194291
0.000141839
-0.00346926
0.00214681
8.62571e-05
-0.00398368
0.00228543
2.65094e-05
-0.00442441
0.00234205
-2.50121e-05
-0.00477206
0.00228806
-7.93443e-05
-0.0050276
0.00216025
-0.00012271
-0.00520434
0.00196242
-0.000148082
-0.00528738
0.0017168
-0.000162531
-0.00528985
0.00144645
-0.000175975
-0.00523537
0.00124509
-0.000194626
-0.00515836
0.00108066
-0.000225219
-0.00507864
0.000975307
-0.000257389
-0.00503822
0.000737369
-0.000288194
-0.00502349
0.000597291
-0.000300455
-0.00498518
0.000210423
-0.000314432
-0.00497089
-8.07903e-05
-0.000294653
-0.00499023
-0.000423466
-0.000294991
-0.00500663
-0.00080158
-0.000283751
-0.00501624
-0.00126452
-0.000260437
-0.00498841
-0.00178089
-0.000231657
-0.00489352
-0.00234285
-0.000199709
-0.00469109
-0.00290152
-0.000163874
-0.00436228
-0.00337765
-0.000135878
-0.00390425
-0.00370672
-9.52486e-05
-0.00338106
-0.00379625
-5.58942e-05
-0.00272029
-0.00374085
-1.27947e-05
-0.00189422
-0.00323483
3.84605e-05
-0.00111028
-0.00226841
8.98727e-05
-0.000516095
-0.00105878
0.000154711
-0.000173278
-7.53724e-06
0.000173546
-4.22183e-05
0.000620462
0.000164325
-1.29006e-05
0.000765806
0.00010301
0.000505173
2.09764e-05
-7.75751e-05
-0.000251142
0.000103704
-0.000298557
-0.00014361
0.000235672
-0.000660123
0.000250376
0.000296308
-0.0011462
0.000799163
0.000297978
-0.00170046
0.00133321
0.000271105
-0.00226065
0.0017875
0.000205218
-0.00281154
0.00215199
0.000133066
-0.00333437
0.00241905
5.63096e-05
-0.00378696
0.00256266
-1.4184e-05
-0.00417163
0.00264062
-8.32342e-05
-0.00447088
0.00262694
-0.000146655
-0.00471162
0.00252646
-0.000188376
-0.00487092
0.00232909
-0.000204461
-0.00493609
0.00204913
-0.00020411
-0.00489486
0.0017075
-0.000179157
-0.00473656
0.00132571
-0.000148101
-0.00449704
0.00103877
-0.000144567
-0.00426375
0.00087924
-0.000185771
-0.00410965
0.000868116
-0.000245151
-0.00409946
0.00079343
-0.000293704
-0.00412085
0.000703217
-0.000320679
-0.00413363
0.000311792
-0.000330983
-0.00417216
4.80869e-05
-0.000320495
-0.00425375
-0.000255577
-0.000318529
-0.00434779
-0.000621917
-0.000304682
-0.00446695
-0.00106561
-0.000280951
-0.00458768
-0.00158747
-0.000250537
-0.00468426
-0.00218188
-0.000217243
-0.00470653
-0.00282359
-0.000182361
-0.00459388
-0.00344333
-0.000150788
-0.00430514
-0.00395699
-0.000120753
-0.00383327
-0.00423869
-9.47619e-05
-0.00327242
-0.00428467
-6.22092e-05
-0.00249026
-0.00401114
-2.92682e-05
-0.00159098
-0.00317236
3.20554e-05
-0.000792724
-0.00187678
9.23711e-05
-0.00029241
-0.000530963
0.00015783
-0.000100546
0.000400367
0.000158306
-1.62558e-05
0.000667493
0.00010686
0.000490551
2.18887e-05
-0.000158687
-0.000123928
0.00013819
-0.000490015
0.000131495
0.000293643
-0.000954839
0.000644948
0.000333938
-0.00149509
0.00126259
0.00030364
-0.00204754
0.0018111
0.000233635
-0.00259372
0.00227198
0.000142473
-0.00308763
0.00259314
5.07354e-05
-0.00347998
0.00276823
-2.85547e-05
-0.0038148
0.00286586
-0.00012578
-0.00410178
0.00291275
-0.000189533
-0.00431705
0.00284022
-0.00023773
-0.00444849
0.00266939
-0.000262808
-0.00450031
0.00240869
-0.000262362
-0.00446461
0.00204817
-0.000237475
-0.00430178
0.00159691
-0.000185514
-0.00400977
0.00108162
-0.00014217
-0.00361479
0.000737546
-0.000110566
-0.00324534
0.000621033
-0.000133973
-0.00302214
0.000790648
-0.000187959
-0.00309635
0.000997113
-0.00032391
-0.00322486
0.000953002
-0.000372408
-0.00328424
0.000486713
-0.000377117
-0.00335503
0.000226933
-0.000362692
-0.00345358
-5.36304e-05
-0.0003586
-0.0035861
-0.000390348
-0.000340567
-0.00376214
-0.000796829
-0.000317759
-0.0039684
-0.0012964
-0.00028444
-0.00419298
-0.00188125
-0.000249065
-0.00439516
-0.00255515
-0.000209385
-0.00451251
-0.00326881
-0.000175507
-0.00446568
-0.00395631
-0.000143952
-0.00418281
-0.00448274
-0.000121374
-0.00370329
-0.00473455
-9.7757e-05
-0.00302522
-0.00467072
-7.89011e-05
-0.00210105
-0.00408882
-4.22935e-05
-0.00114635
-0.00283658
1.33536e-05
-0.000422263
-0.0012722
7.64635e-05
-9.83772e-05
5.16468e-05
0.000122679
1.19506e-05
0.000542834
8.53165e-05
0.000505442
1.31093e-05
-0.000242989
7.80883e-05
0.000167137
-0.000658701
0.00047924
0.000330896
-0.00118698
0.00108983
0.000347962
-0.00174117
0.00173052
0.000279367
-0.00228026
0.00227427
0.000177374
-0.002749
0.00267725
7.2021e-05
-0.0031122
0.00290338
-2.27799e-05
-0.00343099
0.00304859
-0.000137469
-0.00370961
0.00312336
-0.000207144
-0.00388184
0.003078
-0.000268794
-0.00396771
0.00293939
-0.000309682
-0.00401641
0.0027499
-0.000331671
-0.00404959
0.002497
-0.000313126
-0.00406835
0.00214227
-0.000252314
-0.00395337
0.00158311
-0.000105586
-0.00348803
0.00070749
9.92897e-05
-0.0027504
6.34296e-06
0.000175244
-0.00206175
-0.000146995
0.000107188
-0.0018055
0.00047228
-0.000173654
-0.00211039
0.00135454
-0.000390413
-0.00244002
0.00139762
-0.000445547
-0.00253363
0.00070573
-0.000422235
-0.00261963
0.00043938
-0.000412569
-0.00273453
0.000184014
-0.000406137
-0.00287578
-0.00013607
-0.000380473
-0.00306409
-0.000502625
-0.000358224
-0.00329595
-0.000967728
-0.000323189
-0.00357371
-0.00151591
-0.000285997
-0.00387098
-0.00218032
-0.000243508
-0.00414043
-0.00293194
-0.000203566
-0.00430471
-0.00373484
-0.000168129
-0.00426791
-0.00447205
-0.000142001
-0.00395637
-0.00500722
-0.000122898
-0.00341044
-0.00518626
-0.000110271
-0.00257857
-0.00489849
-9.57587e-05
-0.00151953
-0.00388527
-5.30956e-05
-0.000625594
-0.00216597
9.97692e-06
-0.000109723
-0.000472888
5.73215e-05
-4.13182e-06
0.000431338
6.38373e-05
0.000510497
-2.38703e-06
-0.0003037
0.000331507
0.000182734
-0.000784646
0.000878993
0.000351965
-0.00132635
0.00153648
0.000345661
-0.0018527
0.00216155
0.00024596
-0.0023243
0.00267047
0.000120772
-0.002709
0.00299555
8.97594e-06
-0.00304195
0.00318199
-0.000115693
-0.00330479
0.00327547
-0.000199373
-0.00344508
0.00324383
-0.000276252
-0.00348322
0.00311733
-0.000335086
-0.00349358
0.00297668
-0.0003836
-0.0035514
0.00286063
-0.000407862
-0.00368137
0.00272099
-0.000371316
-0.00376437
0.00231702
-0.000258969
-0.00334198
0.00124323
-8.0169e-05
-0.00236188
-0.000481757
-0.000105994
-0.0014552
-0.00116165
-0.000298067
-0.00127275
-0.000466287
-0.000669691
-0.00152007
0.000752607
-0.000777022
-0.0019407
0.00188877
-0.000890837
-0.00212103
0.00176111
-0.00075749
-0.00205326
0.000804541
-0.000572972
-0.00207365
0.000612681
-0.000503236
-0.00217767
0.000425089
-0.000480501
-0.00229196
0.000107605
-0.000445979
-0.00247128
-0.000204326
-0.000415792
-0.00269072
-0.000639593
-0.000375872
-0.00296977
-0.00113822
-0.000336777
-0.00329706
-0.00176498
-0.000290106
-0.00364306
-0.0025081
-0.000245717
-0.00394546
-0.00336549
-0.000203422
-0.00410836
-0.00425288
-0.00017152
-0.00402983
-0.00503919
-0.000149049
-0.00364718
-0.00553105
-0.000136937
-0.00297597
-0.00553919
-0.00012904
-0.00199791
-0.00483962
-0.000110612
-0.000935153
-0.00321661
-7.18162e-05
-0.000209093
-0.00119971
9.54347e-06
-2.36912e-05
0.000244362
9.3213e-06
0.000498259
-2.7206e-05
-0.000324608
0.000594767
0.000192017
-0.000824752
0.0012853
0.00035895
-0.00135904
0.00196439
0.000332779
-0.00186946
0.00257018
0.000206588
-0.00230478
0.00302153
7.12862e-05
-0.00265569
0.00327052
-6.11857e-05
-0.00291208
0.00338287
-0.00016913
-0.00303659
0.00335954
-0.000252899
-0.00303279
0.00322082
-0.000328598
-0.00295057
0.00304164
-0.000401416
-0.00287765
0.00294467
-0.00047624
-0.00290194
0.00295283
-0.000548181
-0.0029407
0.00286697
-0.000569111
-0.0025025
0.00188539
-0.000630554
-0.00122868
-0.000246198
-0.000890625
-0.000118242
-0.00157121
-0.000976697
-0.000325549
-0.000628612
-0.000618
-0.00120311
0.0010184
-0.000302107
-0.00170838
0.00183684
-0.000515243
-0.00176038
0.00244407
-0.00101734
-0.00164004
0.0020428
-0.000953095
-0.00158977
0.00101996
-0.000612851
-0.00164377
0.000864282
-0.000564272
-0.00174622
0.000703329
-0.000569708
-0.00185863
0.000374785
-0.000514083
-0.00200447
7.62195e-05
-0.000487956
-0.00220263
-0.000319513
-0.000439088
-0.00244998
-0.000780559
-0.000397064
-0.00275784
-0.00135822
-0.000347244
-0.0031144
-0.00206326
-0.000296903
-0.00348107
-0.00292195
-0.000247698
-0.00377703
-0.00389116
-0.000207257
-0.003891
-0.00486999
-0.000178624
-0.00371256
-0.00566363
-0.000162695
-0.00319928
-0.00601372
-0.000153348
-0.00235264
-0.00565295
-0.000146662
-0.00124376
-0.00429749
-0.000117651
-0.000378195
-0.00204731
-6.73812e-05
-3.47373e-05
-8.89428e-05
-1.55019e-05
0.000484724
-5.34487e-05
-0.000337416
0.000858065
0.000188667
-0.00083627
0.00167741
0.00035533
-0.00136354
0.00237335
0.000315751
-0.00184618
0.00294265
0.000173193
-0.00223774
0.00331028
3.09956e-05
-0.00252461
0.00347292
-0.000106831
-0.00267495
0.00346198
-0.000202958
-0.00266726
0.00329824
-0.000285438
-0.00251765
0.00303993
-0.000373077
-0.00227318
0.00279464
-0.000470056
-0.00202082
0.00272592
-0.000612513
-0.00184372
0.00283808
-0.000791173
-0.00128156
0.00234534
-0.00101265
8.31319e-05
0.000340812
-0.00152124
0.00179188
-0.00161799
-0.00121995
0.00158123
-0.000672357
0.000776982
5.69322e-05
0.00117229
0.00241342
-0.000841231
0.00168195
0.00187451
-0.000789224
0.00167562
0.000406777
-0.000470419
0.00237947
-0.000950796
-0.000536627
0.00244454
-0.00108389
-0.000945992
0.00163351
-0.00070631
-0.00121524
0.00133049
-0.000689826
-0.00137914
0.00106095
-0.000686187
-0.0015339
0.000693046
-0.000617906
-0.00166238
0.000360804
-0.000584646
-0.00184233
-7.1541e-06
-0.000524246
-0.00205383
-0.000447494
-0.000475151
-0.00232141
-0.000981305
-0.000420464
-0.00264887
-0.00163746
-0.000363278
-0.00302248
-0.00246185
-0.000305618
-0.00338445
-0.00345427
-0.000255525
-0.00363678
-0.00455399
-0.000218478
-0.0036518
-0.00559513
-0.000196488
-0.00331581
-0.00630402
-0.000186332
-0.00261256
-0.00631593
-0.000177086
-0.00157372
-0.00530051
-0.000165371
-0.000560434
-0.00303219
-0.000121123
-4.20078e-05
-0.000585505
-9.42638e-05
0.000469635
-9.44332e-05
-0.000326866
0.00109814
0.000180427
-0.00081484
0.00204564
0.000344864
-0.00132834
0.00275536
0.000298653
-0.00177438
0.00326376
0.000151413
-0.00212742
0.00354426
3.59906e-06
-0.00234729
0.0035911
-0.000123946
-0.0024012
0.00342409
-0.000214015
-0.00226562
0.00308928
-0.00029441
-0.00195399
0.0026776
-0.000391583
-0.0014827
0.00230614
-0.000517899
-0.00096908
0.00224903
-0.000737467
-0.000520338
0.00238116
-0.00110318
0.000623863
0.00112111
-0.00175146
0.00267137
-0.00120683
-0.00153044
0.0026444
-0.000844834
0.00146265
5.63512e-05
0.00130075
0.00418799
-0.00162315
0.00159991
0.00342014
-0.0014186
0.00063528
0.00116225
-0.000799109
0.000719519
-0.000731398
-0.000189407
0.0019184
-0.00167243
-0.000134714
0.00272303
-0.00158347
-0.000697713
0.00249407
-0.00120185
-0.00104224
0.0019486
-0.00104509
-0.00120325
0.00145767
-0.000916404
-0.00134563
0.00102552
-0.000802235
-0.00146796
0.00064889
-0.000714768
-0.00160299
0.000268392
-0.000650019
-0.0017879
-0.000132127
-0.000576535
-0.00200046
-0.000648907
-0.000515988
-0.0022762
-0.00125279
-0.000447756
-0.00261693
-0.00202411
-0.000379523
-0.0029888
-0.00299698
-0.000316462
-0.00331585
-0.00415353
-0.000267107
-0.00347228
-0.0053762
-0.000235736
-0.00332163
-0.00640049
-0.000218491
-0.00277111
-0.00681828
-0.000208133
-0.00184188
-0.00618492
-0.000189492
-0.000740234
-0.00409377
-0.000164189
-7.00198e-05
-0.00122374
-0.000108249
0.000432771
-0.000115879
-0.000307977
0.00130696
0.000168296
-0.000778684
0.00238216
0.000333197
-0.00126621
0.0030938
0.00028818
-0.00168244
0.00353706
0.000142914
-0.00200734
0.00372843
-2.19382e-06
-0.00218049
0.00363325
-0.000113453
-0.00216646
0.00328606
-0.00019858
-0.00193992
0.00274808
-0.000268557
-0.00145563
0.00209633
-0.000372326
-0.00075109
0.00153046
-0.00050446
-0.000250746
0.00162969
-0.000883438
0.000300327
0.00154292
-0.00172896
0.00182944
-1.70721e-05
-0.00172958
0.00162677
-0.000162458
0.000903753
-0.00152806
0.00165517
0.00338256
-0.00351053
0.00185831
0.00321723
-0.00312498
0.000313693
0.00144649
-0.00207768
-0.000618388
-0.000107198
-0.00114039
-1.11948e-05
-0.00113724
3.80318e-05
0.0010845
-0.00179527
0.000301592
0.00309875
-0.00190369
-0.000574673
0.00401924
-0.00175146
-0.00104491
0.00289046
-0.00151242
-0.00115725
0.00188558
-0.00122043
-0.00125476
0.00135207
-0.00104344
-0.00136147
0.000937231
-0.000904636
-0.00147733
0.000544923
-0.000816149
-0.00161839
0.000143194
-0.000725305
-0.00179719
-0.000339514
-0.000642914
-0.0020168
-0.000913786
-0.000560598
-0.00230825
-0.00162452
-0.000477357
-0.00265814
-0.00255074
-0.000396953
-0.00301448
-0.00371296
-0.000332216
-0.00326106
-0.00505687
-0.000286736
-0.00325423
-0.00634443
-0.000261951
-0.00285584
-0.00716024
-0.000245787
-0.00203989
-0.00694874
-0.000230899
-0.000918407
-0.00516665
-0.000203754
-0.000105111
-0.00199477
-0.000161665
0.000369093
-0.000151579
-0.000282043
0.00147789
0.000157023
-0.000725434
0.00267414
0.00032307
-0.0011901
0.00339205
0.000284515
-0.00159792
0.00377978
0.000146911
-0.0019128
0.00387305
1.55175e-05
-0.0020739
0.00361787
-6.96176e-05
-0.00205422
0.00307961
-0.000137363
-0.00177256
0.00228405
-0.00018803
-0.0011438
0.00127825
-0.000267904
-0.000530377
0.00069448
-0.000432623
-0.000452959
0.00107255
-0.00122565
-5.69892e-05
0.00088169
-0.00193285
-0.000509092
0.000787871
0.000187925
-0.00249513
0.00183614
0.00121698
-0.00318091
0.00227693
0.000768414
-0.00275285
0.000635798
0.000824367
-0.00241397
-0.000964898
0.000362057
-0.00195293
-0.00166612
0.000516984
-0.000109445
-0.00274587
-0.000304276
0.00211617
-0.00144258
-0.00166236
0.00162696
0.00455714
-0.00233495
-0.000567663
0.00749022
-0.00274522
-0.00138645
0.00443523
-0.00229387
-0.0012755
0.0021268
-0.0016719
-0.00126066
0.00156977
-0.00137169
-0.00131998
0.00117297
-0.0011579
-0.00142661
0.000803143
-0.00103248
-0.00153364
0.000388804
-0.000915265
-0.00168709
-5.48512e-05
-0.000814515
-0.00185274
-0.000619587
-0.000708403
-0.00209111
-0.00126662
-0.000605989
-0.00240132
-0.0021313
-0.000502337
-0.00275776
-0.00325771
-0.000415254
-0.00305632
-0.00467172
-0.000349553
-0.0031509
-0.00617504
-0.000309357
-0.00287958
-0.00736543
-0.000286142
-0.00216731
-0.00760021
-0.00026354
-0.0010874
-0.00618919
-0.000237644
-0.000146477
-0.00288392
-0.000195204
0.000270959
-0.000173181
-0.000246617
0.00159978
0.000149764
-0.000661419
0.00292019
0.000319153
-0.00112329
0.00366746
0.000291107
-0.00154143
0.00400622
0.000169209
-0.00188259
0.00400736
5.36139e-05
-0.00209529
0.00359848
4.27338e-06
-0.00217933
0.00288085
-2.99198e-05
-0.00201026
0.00179972
-2.97784e-05
-0.00163491
0.000523976
-8.02276e-05
-0.00168596
5.84831e-05
-0.000464004
-0.00210023
0.000495165
-0.0017515
-0.00235498
0.000395348
-0.00139518
-0.00314403
0.00145676
-0.000292447
-0.00221981
0.00247385
-0.00286473
-0.000413035
0.00194924
-0.00299941
-0.000680704
-0.000425234
-0.000760586
-0.00188583
-0.00114963
-4.48835e-05
-0.0017841
-0.00371302
0.000675577
0.00109955
-0.00895794
-0.00101708
0.00452834
-0.00700076
-0.00205912
0.00352976
0.00703805
-0.00355859
-0.00110611
0.0154388
-0.00450831
-0.00277539
0.00795124
-0.00363158
-0.00197541
0.00184024
-0.00246997
-0.00144583
0.00126953
-0.00186284
-0.00133366
0.00118954
-0.00152138
-0.00139208
0.000978724
-0.00134402
-0.00150499
0.000625219
-0.00118491
-0.00162992
0.000184852
-0.00104565
-0.00177434
-0.00034789
-0.000912517
-0.00195872
-0.000949365
-0.000783421
-0.00222056
-0.00174232
-0.000647466
-0.00256267
-0.00279568
-0.000528836
-0.00289124
-0.00423577
-0.000431681
-0.00305542
-0.0059197
-0.000368997
-0.00288515
-0.0074572
-0.000332233
-0.00226438
-0.00815048
-0.000304993
-0.00123611
-0.00715159
-0.000269892
-0.000221077
-0.00383815
-0.000231278
0.000106344
-0.0001965
-0.00020744
0.00166832
0.000149456
-0.000599905
0.00312809
0.000319527
-0.00106445
0.00392295
0.000307143
-0.00151337
0.00423246
0.000207109
-0.00192583
0.00416528
0.000111955
-0.00226196
0.00363372
0.000102263
-0.00255104
0.0027727
9.93085e-05
-0.00264862
0.00139951
0.000186925
-0.00307026
0.000111149
0.000132542
-0.00407036
-0.000341339
-0.000781499
-0.00434418
-0.00125922
-0.00238662
-0.00418175
-0.00226692
-0.00209738
-0.00377824
0.00121836
-0.00342705
-0.0016572
0.00489629
-0.00389078
-0.00168822
0.00405181
-0.00148746
-0.00340871
-0.000279075
1.01099e-05
-0.00362522
-0.00314132
0.00159953
-0.00338223
-0.00798985
0.0017544
0.000117151
-0.0185078
0.000603727
0.00467799
-0.0181486
0.000162039
0.0047427
0.00571553
-0.0013112
0.000437448
0.0224694
-0.00258665
-0.00145581
0.0103326
-0.00329654
-0.00126588
0.000925585
-0.0032119
-0.00097567
0.000648947
-0.00231448
-0.00107737
0.00112939
-0.00190214
-0.0013041
0.00119983
-0.00170834
-0.00149727
0.00087448
-0.00151888
-0.00163266
0.000416856
-0.00135613
-0.00176014
-9.71973e-05
-0.00118639
-0.00189377
-0.000671092
-0.00102419
-0.00208722
-0.00140317
-0.000839961
-0.00240736
-0.00232261
-0.000676218
-0.00276462
-0.00373783
-0.000533175
-0.00298763
-0.00558094
-0.000432921
-0.00291144
-0.00743836
-0.000378266
-0.00238129
-0.00859831
-0.000340566
-0.00139846
-0.00805986
-0.000300525
-0.000323393
-0.00484442
-0.000253521
-0.000153818
-0.000214053
-0.00014921
0.00166515
0.000157008
-0.000517114
0.00329574
0.000328942
-0.00101075
0.00418154
0.000340295
-0.0015206
0.0044826
0.000264658
-0.00205676
0.00438419
0.000192772
-0.00261769
0.00379772
0.000231814
-0.00328992
0.00287602
0.000243826
-0.00398919
0.00136285
0.00043139
-0.00560453
0.000251396
5.7514e-05
-0.00756288
-0.00068829
-0.00194619
-0.00683879
-0.00542985
-0.00447187
-0.0038499
-0.0106082
-0.00298285
-0.00252339
-0.00476178
0.00252978
-0.0047971
0.00333289
0.00865863
-0.00700927
0.00597375
0.00459809
-0.00746931
-0.00117292
0.00497142
-0.00756186
-0.00648141
0.00597638
-0.00734868
-0.0118583
0.00671703
-0.00277126
-0.0284834
0.00706465
0.0024907
-0.031803
0.00692761
0.0045358
-0.0039174
0.00412532
0.00638856
0.0145292
-0.000556129
0.00623014
0.00315349
-0.00339228
0.00339322
-0.000860642
-0.00331754
0.00114246
0.000743055
-0.00223172
-0.000196184
0.00161205
-0.00229834
-0.00103478
0.00170127
-0.00217972
-0.00143915
0.00120677
-0.00199224
-0.0016669
0.000693569
-0.00178909
-0.00179339
0.000148084
-0.00158632
-0.00188466
-0.000405775
-0.00137203
-0.00199786
-0.00109914
-0.00112832
-0.00228384
-0.00182342
-0.000889859
-0.00266365
-0.00315101
-0.00066821
-0.00291696
-0.00517265
-0.000500301
-0.00293161
-0.00730198
-0.000421366
-0.00250581
-0.00892448
-0.000373398
-0.00158317
-0.00889663
-0.000326415
-0.000450277
-0.00590025
-0.000274434
-0.000532554
-0.000229722
-0.0001283
0.00162687
0.000178197
-0.000479436
0.00343245
0.000352368
-0.000974215
0.00441714
0.000380925
-0.00152685
0.00473658
0.00033395
-0.00217095
0.00464375
0.000272036
-0.00298896
0.00409777
0.000346701
-0.00419857
0.00329175
0.000308306
-0.00616851
0.00214745
0.000510556
-0.009383
0.000967548
-0.000639378
-0.0101004
-0.00259744
-0.0037865
-0.00544033
-0.0134597
-0.006297
0.000966759
-0.0230534
-0.00303457
0.00945193
-0.0220965
0.00421256
0.0104973
-0.0123208
0.0130159
-0.00145569
0.0124516
0.00519476
-0.012097
0.0105449
0.00579416
-0.013657
-0.00481128
0.0065646
-0.0152919
-0.00943303
0.0117008
-0.0100848
-0.0331
0.0113074
-0.000327481
-0.0410973
0.0121196
0.0077638
-0.0170182
0.00962977
0.0160563
-0.00333205
0.00159986
0.0185607
-0.00844914
-0.00305407
0.0128219
-0.00212814
-0.00259901
0.00534294
0.00382669
-0.00185186
0.00100163
0.00422116
-0.00251556
-0.00090607
0.0028585
-0.00275967
-0.00155029
0.00157673
-0.00258841
-0.00178892
0.000906634
-0.00236725
-0.00188149
0.000348262
-0.00213485
-0.00190181
-0.000181886
-0.00185352
-0.00191504
-0.000860462
-0.00150068
-0.00219616
-0.00122596
-0.0011919
-0.00262494
-0.00239946
-0.000840138
-0.00288731
-0.00468912
-0.000558317
-0.00297226
-0.00705775
-0.000441038
-0.00267243
-0.00910169
-0.000381979
-0.00185339
-0.0096179
-0.000332411
-0.000681069
-0.00699021
-0.00027458
-0.00114061
-0.000225918
-6.87361e-05
0.0015251
0.000184934
-0.000402611
0.0035464
0.000361442
-0.000878506
0.00461297
0.00041794
-0.00145804
0.00497784
0.00040292
-0.00218989
0.00491032
0.000349052
-0.0032613
0.00447689
0.000449698
-0.00498398
0.00384058
0.000420124
-0.00767363
0.00333763
0.000873832
-0.0116216
0.00344693
-0.000332848
-0.0113231
-0.00238457
-0.00275047
-0.00492626
-0.0181639
-0.00398079
0.00416032
-0.030722
-0.00574447
0.0181074
-0.0359296
-0.00354463
0.0234824
-0.019552
-0.00191866
0.00334811
0.0244102
0.00126592
-0.0139257
0.0283197
-3.48445e-05
-0.00897642
0.0012351
-0.0141005
-0.0192806
0.0128691
-0.0163055
-0.0171097
-0.0162149
-0.0170287
0.000572838
-0.0337404
-0.00372569
0.0138401
-0.0198574
0.0151211
0.0228194
-0.0108691
0.0105338
0.0259761
-0.00961799
0.00339876
0.0177117
0.00649682
4.84645e-05
0.00648247
0.013024
-0.0019209
0.00116436
0.00805179
-0.00421499
-0.00109315
0.004286
-0.00440714
-0.00186845
0.00194319
-0.00373589
-0.00201474
0.000998865
-0.00338663
-0.00205199
0.000566889
-0.0031191
-0.00209222
0.000227378
-0.00271346
-0.0020133
-0.000527839
-0.00219523
-0.00233483
-0.000258283
-0.00173433
-0.00282933
-0.00123177
-0.0011776
-0.00296321
-0.00420673
-0.000581959
-0.00302847
-0.00676591
-0.000419856
-0.00280793
-0.00916561
-0.000354677
-0.0020978
-0.0102163
-0.000312761
-0.000908151
-0.00809345
-0.000257127
-0.00197036
-0.000221533
-2.68836e-05
0.00137532
0.000212019
-0.000312491
0.00360109
0.000390277
-0.000746314
0.00474676
0.000470981
-0.00127934
0.0051341
0.000484496
-0.00193122
0.0050346
0.000431223
-0.00278073
0.00448526
0.000509535
-0.00347228
0.00348051
0.000695843
-0.00232614
0.0028019
0.00233027
-0.00220834
0.00568275
0.00436502
-0.00231081
0.00251306
0.00618367
-0.00179193
-0.0135932
0.00523837
0.00588112
-0.0302852
-0.00642178
0.0108238
-0.0355185
-0.00495751
0.00829933
-0.0042515
-0.0166075
-0.00132941
0.0449784
-0.0178506
-0.00595124
0.0443391
-0.00360108
0.00882926
0.0037077
-0.0158368
-0.00310695
0.0329466
-0.0618125
-0.0123684
0.0150199
-0.06523
0.00466213
-0.00536558
-0.0383682
0.0132786
-0.00590644
0.0095942
0.0101588
-0.00271514
0.0149958
0.0078476
-0.0044565
0.0117078
0.000671925
0.017948
0.011238
-0.00756239
0.025738
0.00221699
-0.00756741
0.00982735
-0.00602785
-0.00475703
0.00116462
-0.00655382
-0.0028785
-0.000911995
-0.00475735
-0.00213528
-0.000226684
-0.0042985
-0.00198672
0.000699615
-0.00437894
-0.00212151
0.00108421
-0.00401117
-0.00214483
0.000305907
-0.0032867
-0.00285406
0.00186251
-0.00273022
-0.00366427
0.00113397
-0.00183389
-0.00346926
-0.00363888
-0.000734681
-0.00315484
-0.00669186
-0.000355366
-0.00289882
-0.00921887
-0.000275014
-0.00232068
-0.0106736
-0.000243809
-0.00120191
-0.00913119
-0.000202988
-0.00310163
-0.000183725
-8.37084e-05
0.0012833
0.0002401
-0.000329681
0.00361402
0.000430007
-0.00069906
0.00480487
0.000533474
-0.00117554
0.00521623
0.000573361
-0.00178283
0.00508843
0.000528114
-0.00258696
0.00445125
0.00067058
-0.00239475
0.00321286
0.00161611
0.000129555
0.00253041
0.00460212
0.00372079
0.0047208
0.00840334
0.0048215
0.00236005
0.0169777
0.00261804
-0.0101818
0.0129456
0.00015179
-0.0249514
-0.00226763
-0.0105153
-0.023149
-0.0152528
-0.0204968
0.0192374
-0.0302848
-0.0224251
0.0704921
-0.0161156
-0.0150133
0.0576926
0.016998
0.0012514
0.00150124
0.0200316
-0.0131575
0.0351795
-0.0426401
-0.031518
0.0375325
-0.0699973
-0.0127315
0.00946267
-0.0359248
-0.00716276
0.00268649
0.00388749
-0.0084219
0.000248862
0.0116923
-0.00588915
-0.00797509
0.0212425
-0.00157047
0.0132087
0.0220684
-0.0026845
0.0284905
0.0111512
-0.00661019
0.0162114
-0.00308293
-0.00660719
0.00201668
-0.00893541
-0.00392637
-0.00468394
-0.006925
-0.00143586
-0.00383834
-0.00526343
-0.000765818
-0.000421465
-0.00453678
-0.000836477
0.00151503
-0.00359395
-0.000811328
0.00146623
-0.00358846
-0.00375467
0.00794683
-0.0034086
-0.00653159
0.00753693
-0.00232636
-0.00532713
-0.00313727
-0.0013815
-0.00375429
-0.00739272
-0.000838255
-0.00304035
-0.00957106
-0.000236663
-0.00236934
-0.0112311
-0.000122068
-0.00132169
-0.010126
-9.08063e-05
-0.00437588
-9.53287e-05
-0.000117186
0.00123704
0.000250154
-0.000320584
0.00358971
0.000453502
-0.000654209
0.00483879
0.000565064
-0.00116325
0.00533964
0.000649688
-0.00187102
0.00525478
0.00061831
-0.00289811
0.00480825
0.000984426
-0.00350773
0.00393047
0.00246496
-0.00318444
0.00401937
0.00442516
-0.00181784
0.00379727
0.00625783
-0.00266997
-6.01664e-05
0.0181273
-0.00401407
-0.00718985
0.0126305
-0.0121185
-0.0154422
0.0014038
-0.0330844
-0.00232815
-0.0223294
-0.0358751
0.0261289
-0.033395
-0.0394497
0.0718319
0.011059
-0.0416073
0.0542291
0.0310343
-0.0470536
0.0181556
0.012486
-0.0637209
0.0392599
-0.0434706
-0.042232
0.0279464
-0.0331962
-0.0293675
-0.00480568
0.0157896
-0.0287704
0.00946345
-0.0039814
-0.00996604
-0.0019932
-0.0164091
-0.00159791
-0.00683302
-0.00412306
0.00877341
0.00508648
-0.00391472
0.0142784
0.0220287
-0.0039001
0.00758927
0.0243842
-0.0103448
0.00403435
0.00662757
-0.0127323
0.0042678
-0.00720315
-0.00803288
0.00181272
-0.00599429
-0.00499341
-0.000209241
-0.0012545
-0.00206922
0.000553132
0.000391265
5.42182e-05
0.00162132
0.00121313
-0.000152044
-0.00364393
0.0169928
0.00193748
-0.00934687
0.0173179
0.00308341
-0.0072948
-0.00324921
-0.00176878
-0.00416725
-0.0092471
-0.002618
-0.0029704
-0.0102462
-0.000581902
-0.00222234
-0.0118808
1.57712e-05
-0.0012875
-0.0110769
3.9736e-05
-0.00566994
9.03655e-07
-0.000116112
0.00119976
0.000275523
-0.000273058
0.00353379
0.000475491
-0.000563019
0.00485325
0.000598014
-0.00105505
0.0054843
0.00070794
-0.00176912
0.00549117
0.000711371
-0.00285981
0.00539004
0.00116531
-0.0044354
0.00521334
0.00225811
-0.0051819
0.00612973
0.00184484
-0.00636648
0.00474862
0.0013296
-0.00902201
0.000782821
0.00909864
-0.00770646
-0.00380271
0.00831099
-0.0201171
-0.00922644
0.0149557
-0.0545302
0.0161698
-0.00421612
-0.0522034
0.0217313
-0.0409836
-0.027177
0.0454831
-0.00335456
-0.0312574
0.0480454
0.0253278
-0.0504732
0.0403628
0.00888607
-0.0533668
0.0432635
-0.0236636
-0.0426375
0.0163635
0.00687359
-0.0483291
-0.0142143
0.0230911
-0.0418796
0.0100925
-0.00660235
-0.0273502
0.00442711
-0.0189452
-0.0293515
0.0042697
-0.0237261
-0.0273083
-0.00282395
-0.00906006
-0.0190409
0.00582346
0.00968609
-0.00967311
0.0139266
0.0115788
0.000449053
-0.00625697
0.00957652
0.00430656
-0.0131889
-0.00148174
-0.000172202
-0.00680038
-0.00486222
-0.00296562
-0.000485663
0.00051105
-0.000132303
-0.000643715
0.000878177
0.00160507
-0.00026616
0.0012066
-0.00223385
0.0202733
0.0109541
-0.00589404
0.0195947
0.0130837
-0.00467745
-0.00520108
-0.000464023
-0.00264403
-0.0107008
-0.00444782
-0.00188324
-0.0107689
-0.00111003
-0.00151841
-0.0123549
0.000229303
-0.000941443
-0.0118055
0.000210298
-0.00671212
0.000132624
-9.12951e-05
0.00115158
0.000288373
-0.000185287
0.0034343
0.000482734
-0.000408774
0.00482826
0.000619912
-0.000830474
0.00559218
0.000741429
-0.00153487
0.00577399
0.000799231
-0.00267931
0.00600171
0.00113805
-0.00443294
0.00638372
0.00162476
-0.00529896
0.00770156
-0.000557422
-0.0085421
0.00768691
-0.00131604
-0.0130915
0.00208193
0.00478126
-0.0128189
-0.00860301
0.0085346
-0.0268006
-0.0109199
0.0123725
-0.0568018
0.0173466
0.0131808
-0.068021
0.0169669
-0.0180089
-0.0352004
0.0130368
-0.0141511
-0.0152196
0.0288075
0.0182264
-0.0275697
0.0424915
0.0240455
-0.0303094
0.0466043
-0.00525854
-0.0349894
0.00893302
0.00969446
-0.0458991
-0.0168995
0.00102581
-0.0364804
0.00213318
-0.0160965
-0.0289863
0.0124924
-0.00458766
-0.0381806
0.010325
0.000339586
-0.0424726
-0.0123717
0.0116353
-0.0314166
-0.0203569
0.0313486
-0.00983891
-0.0234081
0.0376767
-0.00373552
-0.027846
0.0350425
-0.00384763
-0.0143646
0.0148345
-0.00408765
-0.0048493
0.00462922
-0.00485187
0.000211978
0.00672838
-0.00182116
-0.00098324
0.00142928
0.00101425
-0.000723684
0.00198419
0.00450701
0.0122886
0.0177778
0.00532146
0.0086724
0.021796
0.0026541
-0.00758502
0.000924342
0.000931596
-0.00967849
-0.00551045
-1.85086e-05
-0.0103435
-0.00102647
-0.000509703
-0.0124094
0.000561412
-0.000471133
-0.0122144
0.000412784
-0.00742162
0.000269339
-5.13337e-05
0.00108183
0.000294665
-7.1747e-05
0.00328549
0.000483139
-0.000193667
0.00473698
0.000633103
-0.000466086
0.00560173
0.000772273
-0.000983107
0.00596539
0.00089079
-0.00178582
0.00630359
0.00120257
-0.00280577
0.00682653
0.00145438
-0.00255717
0.00798921
-0.000779905
-0.00373252
0.00940161
-0.00146804
-0.00676983
0.000253764
0.00572585
-0.0139408
-0.0132277
0.0100605
-0.0365494
-0.00584555
0.00630822
-0.0588214
0.0170573
0.0186916
-0.062331
0.0107998
-0.000853783
-0.0427869
-0.00534945
0.00157515
-0.0214488
0.00130244
0.0109408
-0.0116857
0.0194845
0.0340752
-0.00539811
0.0328233
0.0284783
-0.0189968
0.0181886
0.00801831
-0.0347262
0.0107754
-0.00847043
-0.0220285
0.00621019
-0.0186472
-0.00210851
0.00788534
-0.0160887
0.0108765
0.00401892
-0.0101262
0.0148697
-0.0158113
-0.00447897
0.0142736
-0.0292306
0.00923108
0.0192705
-0.0471174
0.0236739
0.0113034
-0.039469
0.0263957
-0.00205045
-0.00631763
0.0175769
-0.00797982
0.00724893
0.00649627
-0.00727873
-0.000304514
0.000800499
-0.00149034
-0.00643736
-0.00244093
0.00650517
-0.00509967
0.00488846
0.0140527
-0.00141496
0.0216784
0.0132966
-0.00129831
0.0169967
0.00774309
-0.00506317
-0.00663501
0.00432911
-0.00680971
-0.0071562
0.00213605
-0.00954241
-0.000268818
0.000583103
-0.0119095
0.000879137
-4.75202e-05
-0.0122431
0.000629218
-0.00784801
0.000387756
-5.82675e-06
0.000985584
0.000290194
6.90491e-05
0.00307223
0.000466065
8.85025e-05
0.00454327
0.000627545
1.70657e-05
0.00545373
0.000788386
-0.000180496
0.00589362
0.000969772
-0.000444339
0.00613081
0.00130614
-0.000638725
0.00646428
0.00175957
0.000326962
0.00699827
0.000563333
0.00293435
0.00804667
-0.000541169
0.00420404
-0.00219902
0.00489925
-0.000544238
-0.010462
0.00714677
-0.0143369
0.00222705
0.000510467
-0.0271249
0.0134197
0.0243465
-0.0302714
0.00667745
0.0247827
-0.030602
-0.000781186
0.0105443
-0.0297906
0.00091603
-0.0179273
-0.0122714
-0.00310828
-0.00685667
0.0131457
-0.00449236
0.0205965
0.0326932
0.00229862
0.0186517
0.0344034
0.0176181
0.0377243
0.0259507
0.0160757
0.0538158
0.0258265
0.00709005
0.0588213
0.0415376
0.001094
0.0365462
0.0566444
-0.0145854
0.00780198
0.0518235
-0.0217357
0.00299967
0.0297996
-0.0366311
0.0116197
0.0030873
-0.0318972
0.0180636
-0.0145885
0.000491659
0.00789137
-0.0167715
0.0134617
-0.00216859
-0.0092137
-0.00479771
-0.00872138
-0.00126078
-0.0167579
-0.0117868
0.00863252
-0.0145177
-0.00858861
0.0132176
-0.00761042
-0.00175093
0.0105417
0.00150907
-0.0106793
0.00777805
-3.78622e-05
-0.0163074
0.00590316
-0.00549765
-0.00572075
0.0032881
-0.00877333
0.000593787
0.0011494
-0.0110746
0.000984424
0.000175164
-0.0120472
0.000682991
-0.00812801
0.00044667
2.58308e-05
0.000875484
0.000275172
0.000155263
0.00282403
0.000441299
0.000263586
0.00429425
0.000598674
0.000313187
0.00523773
0.000750965
0.000306115
0.00571102
0.000945262
0.000283824
0.00585128
0.0012212
0.000348309
0.00595966
0.00175442
0.000857815
0.00609535
0.00135135
0.00283955
0.00645484
0.000851837
0.00174317
-0.000396555
0.00490585
-0.00129148
-0.00498687
0.00670972
-0.0023896
0.00585284
0.00334225
0.000920198
0.00614987
0.0110623
0.00728391
-0.00551505
0.0274923
0.000635021
-0.00606073
0.0305915
-0.0191455
0.0133086
0.00706991
-0.0251897
0.00157458
-0.0244157
-0.00763849
-0.0273835
-0.0173438
0.0192901
-0.023837
-0.00246449
0.0434753
-0.00375125
0.0212287
0.0771557
0.00399038
0.0304887
0.0873286
0.00377928
0.0527666
0.0700581
-0.00120159
0.0810313
0.0644703
-0.00334321
0.0618444
0.0594561
-0.00470239
0.0240079
0.0250981
-0.00778662
0.0103509
-0.00678169
-0.0113578
0.0167842
-0.0140039
-0.00200644
0.016308
-0.00690631
0.00514991
0.0109293
0.000340457
-0.018977
0.00864051
0.00618839
-0.0320101
-0.000231257
0.011707
-0.0234983
-0.019441
0.0132011
-0.0062662
-0.0281774
0.0133427
0.00505793
-0.0253964
0.0119989
0.00100514
-0.0109931
0.00842821
-0.004889
-0.00110034
0.00431175
-0.00699021
0.000960531
0.00158269
-0.0096206
0.000758636
0.000342164
-0.0115345
0.000554318
-0.00828325
0.000442681
4.48573e-05
0.000759548
0.00026176
0.000215278
0.00255603
0.00040797
0.000393189
0.00400215
0.000553766
0.000529669
0.00497565
0.000686556
0.000631822
0.00548104
0.000849379
0.00072351
0.00559885
0.00101911
0.000883536
0.00557601
0.00139762
0.00128216
0.00547697
0.00130478
0.00207678
0.00542038
0.00159086
0.000431065
0.00193233
0.00332264
0.000180306
-0.00237513
0.00242345
0.00561461
0.00257406
0.000942928
0.0128118
-6.92217e-05
0.00100606
0.018423
-0.00792818
0.00196775
0.0175691
-0.00890188
0.0152989
0.00860746
0.00928682
0.0263369
-0.0128914
0.00771387
0.0156769
-0.0266791
-0.0198867
-0.00479176
-0.0204224
-0.0257945
-0.0176443
-0.0116159
-0.00455126
-0.036987
0.0126485
-0.0100111
-0.0586296
0.0362638
-0.00564229
-0.0257333
0.0446392
-0.00625592
0.011195
0.0439952
0.00592833
0.0150684
0.0282645
0.0131589
0.0128308
0.0141322
0.00339637
-0.00303805
0.00454485
-0.00502085
-0.00933637
-0.000118765
0.00346245
0.000995293
-0.00239641
0.000765052
0.0117359
-0.0076414
-0.0295223
0.0216774
-0.0160146
-0.0340021
0.0138375
-0.0171702
-0.0200081
-0.0249581
-0.00144158
-0.0101606
-0.0421568
0.0130278
-0.00241387
-0.0178587
0.012834
-0.00360055
0.00137669
0.00833109
-0.00464236
0.0019922
0.00405221
-0.0049534
0.00118509
0.0014738
-0.00815369
0.00072035
0.00023912
-0.0109209
0.000521798
-0.00849774
0.00044472
5.05641e-05
0.000650172
0.000246574
0.000246889
0.00228389
0.000373126
0.000480667
0.00367921
0.000504414
0.000690538
0.00467257
0.000618124
0.000883385
0.00520864
0.00075009
0.00109169
0.00532833
0.000856338
0.00140332
0.00523603
0.00107211
0.00199147
0.00493354
0.00109667
0.00280836
0.0046085
0.00149799
0.00276175
0.00253911
0.00168258
0.00245591
-0.000395046
-0.000127362
0.0028992
0.00219253
-0.00194394
0.00571591
0.00120473
-0.00625028
0.00885638
-0.000857398
-0.0107871
0.0079098
-0.00187235
-0.00307544
0.00261193
0.0040049
0.0149093
-0.0190443
0.0120409
0.0211564
-0.0428283
-0.00420646
0.0113367
-0.0483546
-0.0223167
-0.00796826
-0.039652
-0.023198
-0.0342346
-0.0179618
-0.034691
-0.0382737
0.000974778
-0.0293268
-0.0175957
0.0073334
-0.0233978
0.00173494
0.00524703
-0.00401824
0.00789269
-0.000561935
0.0134795
0.0015461
0.00329687
-0.00922918
-0.0185008
0.00363661
-0.0156615
-0.024605
-0.00216861
0.00220631
-0.0231522
-0.00888947
0.00421581
-0.0162145
-0.0205492
-0.0201415
-0.00359477
-0.03494
-0.0185632
0.000864392
-0.0315913
-0.00709328
-0.0267438
-0.00935497
-0.0100781
-0.0306827
0.00695056
-0.0129535
-0.0035563
0.00875799
-0.0110603
0.00352941
0.0060565
-0.00536211
0.00122859
0.00294888
-0.00354484
0.00130985
0.000941747
-0.00701616
0.000792703
-9.23182e-05
-0.0103974
0.00053873
-0.00893222
0.000410656
6.94363e-05
0.000535622
0.0002279
0.000265148
0.00202711
0.000337411
0.000525578
0.00334707
0.000454047
0.00076879
0.00435603
0.000552933
0.00100316
0.00491831
0.000655785
0.00123351
0.00507279
0.000733881
0.00153585
0.00496792
0.00085202
0.00197576
0.00461456
0.000901128
0.00259707
0.00416303
0.00110494
0.00259341
0.00295943
0.00118971
0.00187469
0.00168606
-0.000265862
0.00103686
0.00352389
-0.000919249
0.00117588
0.00429005
-0.0037333
0.000210132
0.00424942
-0.00568111
-0.00505704
-0.000369258
-0.00724932
-0.00560681
0.000710955
-0.0100985
-0.00812176
0.00819513
0.00393523
-0.0255812
-0.000484263
0.0181544
-0.0469137
-0.0102335
0.0359293
-0.0381574
-0.0252016
0.0286168
-0.0121904
-0.0592126
0.00906333
0.0016173
-0.0432137
-0.000752577
-0.000422025
-0.0286844
0.01783
-0.00884169
-0.0161839
0.0261604
-0.0124716
0.000975028
0.0140846
-0.00546535
-0.0153521
-0.0195105
-0.00189793
-0.018147
-0.0261895
0.0046179
-0.0104541
-0.0229616
0.00363218
0.00214836
-0.0366791
-0.0120649
-0.00776794
-0.0255758
-0.0178924
-0.0128839
-0.00394497
-0.00826829
-0.00812964
-0.0041347
0.00319933
-0.0123538
-0.00350269
0.00893831
-0.0198672
0.00065872
0.00813306
-0.0138447
-0.000974469
0.00454711
-0.00372814
0.0005237
0.00182168
-0.00193636
0.00134626
0.000258932
-0.00606985
0.000739351
-0.000467379
-0.0100339
0.000475787
-0.00962999
0.000343019
6.61166e-05
0.000427123
0.000205786
0.000262395
0.00178086
0.000308437
0.000531966
0.00301737
0.000405383
0.000809898
0.00401889
0.000494075
0.00108212
0.00460369
0.00057674
0.00134826
0.00479741
0.000634741
0.0016584
0.00470819
0.000708748
0.0020174
0.00438508
0.000754344
0.00246407
0.00393875
0.000849265
0.00252238
0.00325848
0.000978008
0.00253408
0.00256004
0.000477065
0.00311211
0.00351591
0.000605902
0.00427227
0.00340374
0.00148118
0.00247791
0.00398696
0.00546353
-0.00853446
0.00271768
0.00297934
-0.0131439
0.00307906
-0.011432
-0.00564597
0.0033758
-0.0092258
-0.00684449
-0.00968349
0.00750217
-0.0268498
-0.00798842
0.0244229
-0.0288978
-0.0324059
0.0284662
0.00179904
-0.0847117
0.0136216
0.0199453
-0.0573365
0.00968202
0.0145405
-0.0282608
0.0247677
0.00510362
-0.0189817
0.0349219
-0.00330846
-0.00813548
0.0368991
-0.00246665
-0.00682359
-4.39738e-05
0.00114575
-0.0134075
-0.0157441
0.00893961
-0.00921238
-0.00895452
0.0135178
0.0061659
-0.0237368
0.00260579
0.00120542
-0.0202374
-0.0011794
-0.0124311
-0.00796036
0.00520157
-0.017165
-0.00134891
0.0114099
-0.0211892
-0.00058117
0.0101372
-0.0194592
-0.00440123
0.00474922
-0.00812875
-0.00275849
0.00116689
-0.000261207
0.00102689
-0.000116243
-0.00110475
0.0011303
-0.000708183
-0.00574565
0.00058496
-0.000952458
-0.00994544
0.000324432
-0.0106996
0.00025541
6.48576e-05
0.000332811
0.000186205
0.000238372
0.00156529
0.00028117
0.000505782
0.00269916
0.000367226
0.000784299
0.0036891
0.000438267
0.0010831
0.00426816
0.000509797
0.00136602
0.00450665
0.000552059
0.00168164
0.00443518
0.00059768
0.00199771
0.00417524
0.000629024
0.00233628
0.00380084
0.00065647
0.00247308
0.00338358
0.00075865
0.00259215
0.00295812
0.000590497
0.00320907
0.00336129
0.000659645
0.00397762
0.00298607
0.00113128
0.0040528
0.00306328
0.00350474
0.000597793
0.00410196
0.0043742
-0.00586086
0.00738215
0.00198356
-0.00474645
0.00460078
-0.00604918
-0.0052121
-0.014769
-0.0070738
-0.0203503
-0.00678844
-0.00107143
-0.0199831
-0.0380596
-0.00718248
-0.00548538
-0.0829538
-0.0333436
0.00299213
-0.0575833
-0.0188991
0.000450395
-0.0212531
0.00214185
0.0049228
-0.0128534
0.0080954
0.00627268
-0.00732599
0.0237603
-0.000309301
0.00225677
0.031382
-0.000258038
-0.0072951
0.0287949
0.00208292
-0.00690218
0.0280897
0.00536484
0.00512249
0.0125919
0.00441868
-0.0009947
0.00157883
0.00143031
-0.0102109
-0.00412071
0.000802178
-0.0147078
-0.00868532
0.00092656
-0.0158831
-0.0103255
-0.00143781
-0.0107643
-0.0064602
-0.00312981
-0.00295043
-0.000835143
-0.00228433
-0.000178657
0.001082
-0.0015374
-0.00167357
0.000553712
-0.00154498
-0.00571136
0.000292208
-0.00145256
-0.0100384
0.000163517
-0.0121677
0.000133074
1.78066e-05
0.000290741
0.000167001
0.00017031
0.00137428
0.000259704
0.000415578
0.00240913
0.000333282
0.000723602
0.00333563
0.000396945
0.00106177
0.00389491
0.000450868
0.00139893
0.00415965
0.00048799
0.00175079
0.00411278
0.000515876
0.00210489
0.0039034
0.000529943
0.0024543
0.00361142
0.000535129
0.0027342
0.00332597
0.000566022
0.00301322
0.0030302
0.000516853
0.00355929
0.00316147
0.000575655
0.00394951
0.00298117
0.000731383
0.00400118
0.00314762
0.00136195
0.00467534
0.00388733
0.00142475
0.00417357
0.00654055
0.00398516
0.00808007
0.00335024
0.00388979
0.0140038
-0.0147995
-0.00103362
0.00626368
-0.00438477
-0.00330314
-0.00467372
-0.0303482
-0.0185664
-0.0147587
-0.0633785
-0.0453858
-0.0179738
-0.037891
-0.0442549
-0.0158327
-0.00981395
-0.0219494
-0.00822175
-0.00821675
-0.0209716
-0.0033054
-0.00063394
-0.00952431
-0.00864487
0.0100078
0.0177479
-0.0112315
-0.0020716
0.0253077
-0.00535864
-0.0100014
0.0226452
0.001733
-0.0013208
0.0189057
0.00578295
-0.0044769
0.0117744
0.00481821
-0.00517257
0.00441326
0.00171195
-0.00446639
-0.00267451
-0.00193678
-0.00538801
-0.0037025
-0.00381935
-0.00455939
-0.00107599
-0.00311251
-0.00174979
0.000441279
-0.0017967
-0.000868956
0.000405886
-0.00137009
-0.00187188
0.000182605
-0.00160776
-0.00539684
9.27803e-05
-0.0016319
-0.00996789
4.29115e-05
-0.0137744
3.24632e-05
1.17789e-06
0.00026685
0.000150505
7.25806e-05
0.0012681
0.000239702
0.000283464
0.00215524
0.000307024
0.000564712
0.00301411
0.000355029
0.00093143
0.00349271
0.000407977
0.00133304
0.00374482
0.000429535
0.00173824
0.00372359
0.000454276
0.00216863
0.00353333
0.000454255
0.00259232
0.00330829
0.000450056
0.00301874
0.00308051
0.000448458
0.00348434
0.00284087
0.000404774
0.00416397
0.00280765
0.000405276
0.0049498
0.00262723
0.000388634
0.00586228
0.00270109
0.000461961
0.00773779
0.00277854
8.1114e-05
0.0109624
0.00379199
0.000225686
0.0171487
0.000546578
-0.00100676
0.0234883
-0.0115658
-0.00277962
0.0250559
-0.00590355
0.00227552
0.0151414
-0.0216671
-0.00756766
-0.00246502
-0.0397813
-0.0285834
-0.00815162
-0.0217558
-0.04094
-0.00425273
-0.00499853
-0.0256593
-0.00451552
-0.00726147
-0.0132783
-0.00749957
0.000825172
-0.0119596
-0.00945014
0.0104522
-0.000377113
-0.00728558
-0.00127494
0.00489344
-0.00208827
-0.00837029
0.00319837
0.00210397
-0.00040464
0.00418797
0.00243348
-0.000278062
0.00410799
0.00171916
-0.000478661
0.00318657
0.00127562
-0.000752781
0.001494
-6.31215e-05
-0.00181309
0.000838588
-0.0010534
-0.00214643
0.000350229
-0.00100002
-0.00103625
0.000186978
-0.000648224
-0.000844504
0.000109969
-0.000807496
-0.00150227
-2.01589e-05
-0.00133802
-0.0047561
-5.43837e-05
-0.00153619
-0.00970142
-6.12761e-05
-0.015257
-6.23788e-05
-0.000183895
0.000429965
0.000136365
-0.000176343
0.00122427
0.000233059
-2.11891e-05
0.00195898
0.000289411
0.000339647
0.00261199
0.00032902
0.000760587
0.00303746
0.000370899
0.00127635
0.00321077
0.00039097
0.00176902
0.00323527
0.000410542
0.00227522
0.00306793
0.000402859
0.00278164
0.00288955
0.000394579
0.00329674
0.00270618
0.000372263
0.0038442
0.0025081
0.000326177
0.00453444
0.00239788
0.000272654
0.00536497
0.00219177
0.000174957
0.00649294
0.00206187
5.77592e-05
0.00832978
0.00171279
-0.000409339
0.0118886
0.00143766
-0.00121119
0.0159912
-0.00119252
-0.00339217
0.0187909
-0.00829166
-0.00681768
0.022461
-0.00741341
-0.00330298
0.015283
-0.012996
-0.00433743
-0.00148507
-0.0180126
-0.0112086
-0.00884206
-0.0109346
-0.0168709
-0.0056313
-0.00520763
-0.0148872
-0.00479191
-0.00644046
-0.00624191
-0.00484238
-9.82807e-05
-0.00310498
-0.00377586
0.00755635
-0.00184616
-0.00367465
-8.82749e-05
-0.00089601
-0.00308943
-0.00544748
-0.0015993
-5.46924e-06
-0.000941654
-0.00102288
0.00116838
0.00049221
-0.000210965
0.00172034
0.000354343
-0.000219734
0.00192853
-0.000323539
-0.000409029
0.00137527
-0.000726668
-0.000277838
0.000689641
-0.000852304
-0.000241884
0.000473986
-0.000357803
-0.000142789
0.00052191
-0.000589477
-0.000126106
0.000198537
-0.00101552
-0.000138128
-0.000629503
-0.00380484
-0.000188628
-0.00110675
-0.00916417
-0.000110807
-0.0162998
-0.00012436
-8.0766e-05
0.000487164
0.000128859
-0.000312436
0.00142159
0.000217936
-0.000340227
0.00194401
0.000276481
-6.17567e-05
0.00229329
0.000301551
0.0004039
0.00253386
0.000342747
0.00103052
0.00256416
0.000351213
0.00164922
0.00261171
0.000376902
0.00226745
0.00247663
0.000365177
0.00287279
0.00234874
0.000357994
0.00347597
0.00221507
0.000329416
0.00408688
0.00207136
0.00028041
0.00477913
0.00195325
0.000208383
0.00554962
0.00177436
8.65157e-05
0.00650824
0.00157772
-0.000105701
0.0077573
0.00115673
-0.000489574
0.0097289
0.000494607
-0.00116881
0.0112925
-0.00122151
-0.00229771
0.0111274
-0.0051457
-0.00480241
0.0113916
-0.0056981
-0.00496421
0.00725737
-0.00733864
-0.00362359
-0.000354069
-0.00887804
-0.00386287
-0.00481736
-0.00602849
-0.00388987
-0.00488498
-0.00378853
-0.00489101
-0.00493082
-0.00375676
-0.00318086
-0.00270084
-0.000629793
-0.00163652
0.000983095
0.00398515
-0.00186298
0.00102964
0.000901871
-0.00228081
-0.000610838
-0.00214076
-0.00217674
0.000401063
-0.000771822
-0.00170459
0.00150327
0.000147807
-0.00118214
0.00199392
0.000408868
-0.000916726
0.00200201
0.000122789
-0.000781664
0.0017684
-7.20508e-05
-0.000550097
0.00159849
-0.000303684
-0.000379461
0.00164023
-0.000125946
-0.000246985
0.00173734
-0.000483641
-0.000184151
0.00165561
-0.000807698
-0.000196079
0.000869092
-0.00292837
-0.000190242
6.67116e-05
-0.00829757
-0.000179458
-0.0161652
-0.000163086
-0.000849482
0.00131306
0.000149077
-0.000955683
0.00148565
0.0002469
-0.000882347
0.00182407
0.000280139
-0.000520215
0.00188906
0.000297908
8.93293e-05
0.00188403
0.000326593
0.00077009
0.00185851
0.000335277
0.00152562
0.00184328
0.000360241
0.00223105
0.00178543
0.000351069
0.00292068
0.00170415
0.0003459
0.00359243
0.00163027
0.000315825
0.00426123
0.00154262
0.000268205
0.00496908
0.00145243
0.000189253
0.00571313
0.00132493
6.86622e-05
0.00655834
0.00113438
-0.000125376
0.00748899
0.000787629
-0.000435271
0.00850863
0.0002835
-0.00092712
0.00896846
-0.000649473
-0.00158652
0.00800649
-0.00257366
-0.00275866
0.00670714
-0.00304785
-0.00326954
0.00457421
-0.00411541
-0.00280368
0.00176473
-0.00512795
-0.00220266
-0.000324522
-0.00366385
-0.000943681
-0.00141664
-0.00229676
-0.000877456
-0.00228117
-0.00179917
-0.00108632
-0.00119517
-0.00048808
-0.00120786
0.00200515
0.00135398
-0.00153699
0.00319612
0.000389485
-0.0020786
0.00258455
-0.0007153
-0.00211405
0.0026173
-0.000244626
-0.00160316
0.00305347
9.2062e-05
-0.0011662
0.00335743
0.000375195
-0.000923755
0.00348835
0.000197901
-0.000741125
0.00349622
0.00012637
-0.000542975
0.00346597
-8.47933e-05
-0.000391527
0.00353956
-4.40889e-05
-0.000256916
0.00359096
-0.000401761
-0.000191078
0.00367394
-0.000783387
-0.000157778
0.00300437
-0.00217663
-0.000183429
0.00173453
-0.00696082
-0.000180358
-0.0143645
-0.000168872
-0.00192006
0.00319378
0.000208921
-0.0020674
0.00157808
0.000281435
-0.00181194
0.00151764
0.000277307
-0.0010882
0.0011206
0.000277495
-0.000219839
0.000976569
0.000301636
0.000723805
0.000886236
0.00030867
0.00167076
0.000879353
0.000335103
0.00259364
0.000868577
0.000332073
0.00347801
0.000852923
0.000331425
0.004347
0.000831319
0.000306462
0.00520426
0.000802596
0.000263788
0.00607361
0.000760951
0.000188282
0.00695076
0.000702679
7.47111e-05
0.00784679
0.000592269
-9.96417e-05
0.00870599
0.000411882
-0.000349248
0.00948636
0.000160964
-0.000724237
0.00988187
-0.000240914
-0.00114727
0.00947934
-0.00108407
-0.00179833
0.00879226
-0.00134422
-0.00214311
0.00740525
-0.0017552
-0.0021064
0.00542462
-0.00217283
-0.00211254
0.00413015
-0.00174701
-0.00166998
0.00361045
-0.00125241
-0.00148219
0.00341866
-0.00101303
-0.00131992
0.00392585
-0.000383675
-0.00131312
0.00538893
0.000296989
-0.00142745
0.00616109
3.01204e-05
-0.00160214
0.00617248
-0.000305481
-0.00156499
0.00637753
-0.000111677
-0.00130538
0.0067017
3.08497e-05
-0.0010477
0.00706951
0.000199504
-0.000841339
0.00726565
0.000166099
-0.000668617
0.00743962
0.000124037
-0.000514598
0.00752126
-1.52181e-05
-0.000374138
0.00766811
-7.43267e-05
-0.000255489
0.0076826
-0.000324517
-0.00016832
0.00768239
-0.000708043
-0.000119412
0.00721945
-0.00165002
-0.000112116
0.0047974
-0.00448062
-0.000129704
-0.00950332
-0.000154655
0.00317218
0.0001309
0.00472426
0.000154801
0.00621569
0.000166805
0.00731538
0.000164311
0.00827579
0.00017835
0.00915713
0.000179634
0.0100416
0.000198821
0.0109345
0.000201151
0.0118352
0.000203429
0.012746
0.000185852
0.0136684
0.000152998
0.0146023
8.98237e-05
0.0155451
-9.68019e-06
0.0164708
-0.00016226
0.0173272
-0.00037278
0.0180762
-0.000678684
0.0185408
-0.0010189
0.0183507
-0.00145967
0.0179312
-0.0017872
0.017064
-0.00186224
0.0157659
-0.00188605
0.0147036
-0.00164557
0.0140416
-0.00150094
0.013598
-0.00138282
0.0137158
-0.00133873
0.0144049
-0.00141926
0.0148029
-0.00148168
0.0148373
-0.00145248
0.0149965
-0.00128643
0.0152397
-0.00108744
0.0156066
-0.000902877
0.0159122
-0.000732176
0.0161694
-0.000573913
0.0162778
-0.000438033
0.016322
-0.000315528
0.0160857
-0.000213325
0.0154511
-0.000145116
0.0138669
-0.000118384
0.00944311
-0.000115859
-0.000143451
2.4769e-05
-3.06748e-05
1.40371e-05
7.71516e-05
-5.89507e-05
2.89995e-05
0.000132727
-6.2143e-05
3.75273e-05
0.000176817
-5.08078e-05
4.31338e-05
0.000205449
-3.57777e-05
4.84165e-05
0.000225097
-2.74198e-05
5.76431e-05
0.00023797
-1.90582e-05
6.74886e-05
0.000241927
-9.82275e-06
7.81524e-05
0.000244129
-4.43311e-06
8.52826e-05
0.000252909
-1.47463e-05
9.35976e-05
0.000254646
-4.98891e-06
8.38204e-05
0.000220549
2.99826e-05
8.15383e-05
0.000148645
7.10023e-05
6.95711e-05
4.10762e-05
0.000109997
7.1033e-05
-0.000100906
0.000148008
7.23503e-05
-0.00026251
0.000174561
8.29567e-05
-0.000440081
0.000198715
0.000102943
-0.000669732
0.000248266
0.000123656
-0.000963464
0.000332729
0.000126353
-0.00134963
0.000417759
0.000159318
-0.00175876
0.000453024
0.00016802
-0.00207666
0.000368441
0.000217055
-0.00231104
0.000291251
0.000243665
-0.00238996
0.00014832
0.000292457
-0.00232044
7.87864e-06
0.000345093
-0.00210034
-0.000136294
0.000393563
-0.00176812
-0.000244691
0.000436211
-0.0013342
-0.000339063
0.000463646
-0.000841366
-0.000401993
0.000488346
-0.000281427
-0.000463319
0.000488371
0.000259659
-0.000452874
0.000476216
0.000677849
-0.000332667
0.000417234
0.00091384
-0.00016637
0.000361228
0.000955465
1.03596e-05
0.000255709
0.000809949
0.000178905
0.000185874
0.000583971
0.000242081
0.000118287
0.000355553
0.000234582
8.22829e-05
0.000172112
0.000183004
5.90032e-05
4.81824e-05
0.00012161
4.52366e-05
4.90289e-05
2.14326e-05
5.73214e-05
-9.46347e-05
2.74834e-05
0.000151326
-0.000159466
5.426e-05
0.000240743
-0.000159751
7.37276e-05
0.000297065
-0.000118246
8.96347e-05
0.000312586
-6.07123e-05
0.000107441
0.000288668
-1.65199e-05
0.000129642
0.000221144
3.6539e-05
0.000141374
0.000126833
6.90533e-05
0.00016639
-1.3964e-05
0.000125636
0.00016633
-0.000261319
0.000220055
0.000174593
-0.000583339
0.000314243
0.000163201
-0.000961589
0.000399192
0.000175008
-0.00137196
0.000482919
0.000169951
-0.00180847
0.000551419
0.000181617
-0.00225769
0.000607303
0.000199208
-0.00268533
0.000622143
0.000229697
-0.00309439
0.000634936
0.000266331
-0.00345384
0.000640859
0.000303351
-0.00376678
0.000686142
0.000332106
-0.00399474
0.000684701
0.000354546
-0.00415217
0.000655142
0.000361942
-0.00421679
0.000476376
0.000385517
-0.00417584
0.000296037
0.00038351
-0.00404368
5.23685e-05
0.000396551
-0.00377567
-0.000213165
0.000408274
-0.00340118
-0.000459194
0.000433843
-0.00291633
-0.000678107
0.000454894
-0.0023255
-0.000878746
0.000465692
-0.00165368
-0.00102483
0.000484194
-0.000954981
-0.00111412
0.000471184
-0.000264424
-0.00109742
0.000503452
0.000401537
-0.000962726
0.000415028
0.000953276
-0.000694918
0.000450952
0.00124096
-0.000262984
0.000376946
0.0012817
0.000152569
0.000300423
0.00109303
0.000432309
0.00024362
0.000794953
0.000526112
0.000187738
0.000461243
0.000504326
0.000143893
0.000174444
0.000396389
9.78182e-05
0.000218424
4.19463e-05
6.61534e-05
-0.000167787
3.61828e-05
0.000164208
-0.000265555
7.55832e-05
0.000239639
-0.000244053
0.000106858
0.000265992
-0.000158043
0.000132809
0.000224513
-3.53567e-05
0.000160113
0.000104905
9.24389e-05
0.000181792
-9.27048e-05
0.000218084
0.000221341
-0.000387133
0.00034834
0.00023005
-0.000776444
0.000500841
0.000240047
-0.00122407
0.000653359
0.00023752
-0.00173025
0.000805338
0.000218637
-0.00228954
0.000945782
0.000207845
-0.00285654
0.00104248
0.000201993
-0.00340037
0.00109049
0.000209332
-0.0038875
0.00109479
0.000218942
-0.00431166
0.00105201
0.000234939
-0.00468168
0.00101336
0.000242959
-0.00498789
0.000954945
0.000246147
-0.00522876
0.00093472
0.000232191
-0.005344
0.000800846
0.000206391
-0.00536977
0.000680966
0.0001692
-0.00530119
0.000412191
0.000137736
-0.00516477
0.000160225
0.000102676
-0.00493591
-0.000161451
9.56592e-05
-0.00464605
-0.000489697
0.000104328
-0.00428457
-0.00081351
0.000113721
-0.0038329
-0.00111664
0.000117882
-0.00329046
-0.00140657
0.000129827
-0.00265949
-0.00164498
0.000146257
-0.00197112
-0.00179233
0.000157398
-0.00124248
-0.00181992
0.000185677
-0.000552341
-0.00166448
0.000218766
0.000103576
-0.00134439
0.00024733
0.000582438
-0.000769532
0.000240481
0.000893776
-0.00017148
0.000286294
0.000902975
0.000399255
0.000239737
0.000734366
0.000672867
0.000220205
0.000455371
0.000757614
0.000180187
0.00017924
0.000652249
0.000126094
0.000389889
4.16108e-05
6.09877e-05
-0.000235968
3.9564e-05
0.000134268
-0.000345511
0.000101077
0.000166028
-0.000284376
0.000144008
9.8263e-05
-0.000105037
0.000173214
-5.03158e-05
0.000102213
0.000220886
-0.000310474
0.000328427
0.000244153
-0.000673624
0.000562607
0.000261582
-0.00115175
0.000800988
0.000268098
-0.00170515
0.00102936
0.00024465
-0.00230488
0.00122712
0.000215418
-0.00290541
0.00138392
0.000186844
-0.00347803
0.00149526
0.000168247
-0.00400992
0.00155287
0.000147669
-0.00447537
0.00153629
0.000132645
-0.00486998
0.00146983
0.000118091
-0.00519928
0.00136033
9.85097e-05
-0.00546963
0.00126373
6.9538e-05
-0.00568154
0.00114683
3.18348e-05
-0.00582305
0.00106315
-2.14294e-05
-0.00585519
0.000820267
-6.97196e-05
-0.00582376
0.000644121
-0.000116402
-0.00572602
0.000307783
-0.000141353
-0.00559918
2.50877e-05
-0.000159173
-0.005414
-0.00035013
-0.000151203
-0.00520187
-0.00070371
-0.000142987
-0.00491788
-0.00109173
-0.000138665
-0.00455321
-0.00147493
-0.000109588
-0.00410996
-0.00184534
-6.8909e-05
-0.00359002
-0.00216132
-3.00057e-05
-0.00299122
-0.00239109
-7.94768e-07
-0.00233173
-0.00248304
4.9414e-05
-0.00161785
-0.00239039
7.67783e-05
-0.000902263
-0.00207666
0.000129327
-0.000286445
-0.00141415
0.000166652
0.000163386
-0.000649531
0.000196352
0.000402297
0.000129149
0.000208751
0.000410994
0.000628092
0.000211247
0.000284816
0.000849355
0.000186577
0.000112845
0.000797008
0.000130698
0.000492989
3.64943e-05
4.14397e-05
-0.000281293
5.40828e-05
5.43715e-05
-0.00036537
0.000137758
-8.31549e-06
-0.000227627
0.000198867
-0.000182092
4.59998e-05
0.000242738
-0.000465012
0.000365759
0.000264457
-0.000890955
0.000727928
0.000285414
-0.00140701
0.00104978
0.000281102
-0.00198759
0.00134775
0.000246245
-0.00257743
0.0015845
0.000201079
-0.00315161
0.00176884
0.000156625
-0.00371591
0.00191769
0.000115023
-0.00423725
0.00198611
7.78852e-05
-0.00467956
0.00196331
4.4159e-05
-0.00503687
0.00185698
1.20155e-05
-0.00531053
0.00171343
-2.12593e-05
-0.00550878
0.00153202
-4.94121e-05
-0.00564461
0.00137809
-8.66118e-05
-0.00573533
0.00121719
-0.000131513
-0.00577438
0.0010895
-0.000187117
-0.00575383
0.000791989
-0.00022611
-0.00571792
0.000612882
-0.000259281
-0.00564436
0.000242989
-0.000275503
-0.00555404
-5.15708e-05
-0.000271937
-0.00546414
-0.000430233
-0.000257031
-0.00536062
-0.000793621
-0.000254364
-0.00520593
-0.00123028
-0.000232675
-0.00498084
-0.00168611
-0.000200763
-0.00466476
-0.00214838
-0.000167961
-0.00425497
-0.00256438
-0.000128328
-0.00376519
-0.00287753
-7.5609e-05
-0.00320082
-0.00304839
-2.78798e-05
-0.00256205
-0.00304071
1.67629e-05
-0.00181315
-0.00283747
7.1327e-05
-0.0010833
-0.00216613
0.000118962
-0.000479267
-0.00128048
0.00018474
-7.56894e-05
-0.000314356
0.000234394
8.74614e-05
0.00042994
0.000224122
8.85468e-05
0.000811845
0.000196539
3.39038e-05
0.00082646
0.000131596
0.000519296
3.16907e-05
-1.49731e-07
-0.000284328
7.7381e-05
-6.7099e-05
-0.00030353
0.000194724
-0.000240139
-6.88416e-05
0.000255998
-0.000550728
0.000334221
0.000290386
-0.000985206
0.000772351
0.000308067
-0.00150319
0.00120787
0.000292442
-0.00206383
0.00156938
0.000243566
-0.00263269
0.00187259
0.000185862
-0.00319305
0.00210664
0.000124476
-0.00374728
0.00227943
7.01368e-05
-0.00423133
0.0023616
1.51228e-05
-0.00462515
0.00232957
-2.89884e-05
-0.00492613
0.00221861
-7.70313e-05
-0.00514799
0.0020403
-0.000109537
-0.00527431
0.00181193
-0.000134715
-0.00532101
0.00155638
-0.000153636
-0.00530761
0.00135281
-0.000182736
-0.00526706
0.00117607
-0.000224645
-0.00520639
0.0010471
-0.000275661
-0.00516202
0.000769585
-0.000310166
-0.00512901
0.000615211
-0.000335787
-0.0050825
0.000229085
-0.000347042
-0.00504698
-4.66956e-05
-0.000335051
-0.0050534
-0.000387983
-0.000330817
-0.00505973
-0.000751829
-0.000319209
-0.0050536
-0.00120376
-0.000293092
-0.00500758
-0.0017029
-0.000260888
-0.00488697
-0.00224402
-0.000224672
-0.00465558
-0.00277438
-0.000185265
-0.00430014
-0.00321846
-0.000150393
-0.00382303
-0.00351958
-0.000101171
-0.00328279
-0.00358245
-5.43939e-05
-0.00261569
-0.00351369
-3.6809e-06
-0.00179455
-0.00300415
5.53377e-05
-0.00103476
-0.00206409
0.000113683
-0.000464617
-0.00091573
0.000185943
-0.000145983
7.25018e-05
0.00021235
-2.71996e-05
0.000656084
0.000201303
-5.42182e-06
0.000779045
0.000128648
0.00050664
2.82149e-05
-5.39704e-05
-0.000232931
0.000106278
-0.000224359
-0.000140706
0.000243238
-0.000523539
0.00021312
0.000313528
-0.000948461
0.000725419
0.000331702
-0.00145538
0.00123845
0.000311922
-0.00199319
0.00169727
0.000253629
-0.00254882
0.00207443
0.00018364
-0.00310063
0.0023756
0.000105118
-0.00359842
0.0025543
3.5946e-05
-0.00402547
0.002651
-2.77394e-05
-0.00437098
0.00265301
-9.25558e-05
-0.00465018
0.00256279
-0.000142396
-0.00484014
0.00237787
-0.000173763
-0.00493104
0.00211503
-0.000187944
-0.00491962
0.00180198
-0.000180621
-0.00481081
0.00146507
-0.000165598
-0.00462882
0.00119601
-0.000169766
-0.00443985
0.00101191
-0.000210589
-0.00428857
0.00092819
-0.000277518
-0.00425435
0.00077525
-0.000333588
-0.00424587
0.0006669
-0.000380852
-0.00424456
0.000288377
-0.000391594
-0.00426654
3.75748e-05
-0.000382786
-0.00433982
-0.000257734
-0.000375498
-0.00442691
-0.000608784
-0.000360629
-0.00453573
-0.00104194
-0.000333956
-0.00464259
-0.00154719
-0.000299385
-0.0047192
-0.00212289
-0.000261761
-0.00471615
-0.00273951
-0.000220275
-0.00457544
-0.00332759
-0.000182372
-0.0042625
-0.00380961
-0.00014367
-0.00377072
-0.00406194
-0.000107055
-0.00319637
-0.00408393
-6.63168e-05
-0.00240859
-0.00379821
-2.29821e-05
-0.00151883
-0.00296641
4.46175e-05
-0.000750087
-0.00170762
0.00011552
-0.000273603
-0.000427913
0.00018176
-9.18958e-05
0.000444984
0.000187698
-1.49301e-05
0.000684969
0.00012397
0.000489243
2.43539e-05
-0.000125069
-0.000113997
0.000144326
-0.000395668
0.000116105
0.000307431
-0.000795409
0.000583895
0.000362904
-0.00128628
0.00117192
0.000348017
-0.00181342
0.00171281
0.000286419
-0.00236619
0.00219214
0.000200366
-0.00289124
0.00254396
0.000106266
-0.00332504
0.00275392
2.69217e-05
-0.00370054
0.00286792
-6.39041e-05
-0.00403071
0.00292358
-0.000131947
-0.0042834
0.00286001
-0.000192037
-0.00443673
0.00268736
-0.000234061
-0.00450422
0.00243521
-0.000252207
-0.00448507
0.00210369
-0.000245284
-0.00435205
0.00169721
-0.000213765
-0.00410387
0.00125399
-0.000179274
-0.00376013
0.000915256
-0.000173552
-0.00343309
0.000772148
-0.000221245
-0.00322361
0.000832476
-0.00030172
-0.00326052
0.000898509
-0.000410262
-0.00333794
0.000833049
-0.000461139
-0.00338186
0.000416069
-0.000460892
-0.00344241
0.000179476
-0.000444045
-0.00353844
-8.70869e-05
-0.000433209
-0.00366654
-0.000408846
-0.000412405
-0.00383649
-0.000804081
-0.000385672
-0.00403303
-0.00128705
-0.00034803
-0.00424357
-0.00185378
-0.000307639
-0.00442668
-0.00250383
-0.000261955
-0.00452159
-0.00318767
-0.000220506
-0.00445276
-0.00384298
-0.00017942
-0.00415004
-0.00433882
-0.000147212
-0.00365405
-0.00456536
-0.000112312
-0.00296619
-0.00448282
-8.21424e-05
-0.00203875
-0.00389853
-3.76097e-05
-0.0010988
-0.00266203
2.78123e-05
-0.00039931
-0.00114922
9.82782e-05
-9.39156e-05
0.000113784
0.000148485
1.27109e-05
0.000560188
0.000103471
0.000500756
1.43057e-05
-0.000202159
8.06697e-05
0.000174631
-0.000551911
0.000445475
0.000351278
-0.00102311
0.00101246
0.000390594
-0.00154386
0.00163354
0.000338491
-0.00208319
0.00218486
0.000244653
-0.00257709
0.00262415
0.00013391
-0.00297572
0.0028792
4.06029e-05
-0.0033356
0.00304666
-7.03224e-05
-0.00366046
0.00313205
-0.00014642
-0.00387287
0.00308732
-0.00022012
-0.00397798
0.00293532
-0.000279881
-0.00402499
0.002727
-0.000324289
-0.0040295
0.00246354
-0.000336943
-0.00399766
0.00212928
-0.000309749
-0.00385088
0.00166122
-0.000216383
-0.00350918
0.00108378
-7.21919e-05
-0.00295032
0.000489953
4.1686e-05
-0.00239651
0.000320051
5.47431e-06
-0.00208299
0.000531511
-0.00018621
-0.00227052
0.00113019
-0.000434564
-0.0025194
0.00117234
-0.000535962
-0.00260897
0.00060419
-0.000520781
-0.00269549
0.000359464
-0.000506038
-0.00280341
0.000110371
-0.000495674
-0.00294645
-0.00018084
-0.000465438
-0.00313179
-0.000538482
-0.000438479
-0.00335686
-0.000986891
-0.000398281
-0.0036235
-0.00151658
-0.000356556
-0.0039059
-0.00215683
-0.000308105
-0.00415709
-0.00287845
-0.000261583
-0.00430352
-0.00364769
-0.000216991
-0.00425084
-0.00435286
-0.000180638
-0.00392617
-0.00486236
-0.000150564
-0.00336965
-0.00502294
-0.000126677
-0.00253249
-0.00473093
-0.000100524
-0.00147267
-0.00372376
-5.11844e-05
-0.000594658
-0.00203579
1.85337e-05
-0.000100168
-0.000397499
7.41145e-05
1.03154e-06
0.000449669
7.31586e-05
0.000506833
-7.43307e-06
-0.000257104
0.000320108
0.000200401
-0.000674905
0.000830093
0.000385149
-0.00117233
0.00145358
0.000401971
-0.00168108
0.00207035
0.000317907
-0.00217278
0.00259957
0.000197755
-0.00258415
0.00296246
8.20423e-05
-0.00295882
0.00317631
-3.81181e-05
-0.00326842
0.00328664
-0.000129756
-0.0034483
0.00325281
-0.000217131
-0.00350814
0.00310855
-0.000296475
-0.00351058
0.00292666
-0.000372506
-0.00351835
0.00275784
-0.000430932
-0.00357037
0.00258525
-0.000441015
-0.00364158
0.00231158
-0.000370053
-0.00346265
0.00159575
-0.000193623
-0.00283321
0.000374062
-2.57298e-05
-0.00195495
-0.000638744
-4.76243e-05
-0.00143226
-0.000548111
-0.000324224
-0.00135503
0.000288911
-0.000611652
-0.00175955
0.00147132
-0.000827445
-0.00205243
0.00152603
-0.000818295
-0.00206486
0.0007074
-0.000663761
-0.00210949
0.0005052
-0.000604342
-0.00222087
0.000317466
-0.000576207
-0.00234489
3.44112e-05
-0.000537214
-0.00252514
-0.000271207
-0.000502816
-0.00274159
-0.00068842
-0.000457887
-0.00301259
-0.00116765
-0.000414709
-0.00332688
-0.00176974
-0.000362906
-0.00365708
-0.00248139
-0.000312577
-0.00394329
-0.0033027
-0.000262204
-0.00409344
-0.00415412
-0.000220111
-0.00400666
-0.00491166
-0.000186521
-0.00361824
-0.00538572
-0.000162588
-0.00294374
-0.00539044
-0.000144025
-0.00195915
-0.00470053
-0.000118436
-0.000904994
-0.00309495
-6.68081e-05
-0.000188274
-0.0011209
1.62215e-05
-1.71058e-05
0.000266189
2.1632e-05
0.000495368
-3.2846e-05
-0.000280337
0.000574539
0.000217924
-0.000724724
0.00122842
0.000405014
-0.00122336
0.00188192
0.000403064
-0.00172857
0.00248949
0.000292661
-0.00218723
0.00297108
0.000158426
-0.00257363
0.0032545
3.31768e-05
-0.00287865
0.00339574
-8.35433e-05
-0.00304418
0.00337725
-0.000177984
-0.0030718
0.00322606
-0.00027423
-0.00300533
0.00301526
-0.000374593
-0.00292272
0.00285144
-0.000483626
-0.00291458
0.00279166
-0.000590144
-0.00298853
0.00273744
-0.000647356
-0.00294565
0.00229832
-0.000660183
-0.00234329
0.000759404
-0.000656635
-0.00129585
-0.000950659
-0.000699408
-0.000871898
-0.00100932
-0.000671378
-0.00110372
1.44806e-05
-0.000632877
-0.00147522
0.00097698
-0.000831812
-0.00170313
0.00194902
-0.00126713
-0.00175278
0.00179572
-0.00117314
-0.00165811
0.000790474
-0.000790589
-0.00167669
0.000652109
-0.000692602
-0.00178529
0.000533268
-0.000676913
-0.00188838
0.000240174
-0.000616755
-0.00204827
-1.83216e-05
-0.000580954
-0.00224077
-0.000407811
-0.000527194
-0.00248214
-0.000841956
-0.000481389
-0.00277813
-0.00139469
-0.000426297
-0.00311979
-0.00206534
-0.000371294
-0.00347103
-0.0028842
-0.000314948
-0.00375469
-0.00381201
-0.000265697
-0.00386244
-0.00475668
-0.000225863
-0.00368368
-0.00552887
-0.000198307
-0.00317238
-0.00587614
-0.000178931
-0.00232724
-0.00552796
-0.000164371
-0.00121623
-0.00419215
-0.00013146
-0.000357486
-0.00197365
-7.33688e-05
-3.04776e-05
-5.58766e-05
-2.04468e-05
0.000480893
-6.94513e-05
-0.00029644
0.000832
0.000227647
-0.000747148
0.00161778
0.000416673
-0.00124614
0.00229577
0.000400889
-0.00173566
0.00287682
0.000275391
-0.00215115
0.00328141
0.000136163
-0.00248367
0.00347605
4.13832e-06
-0.00267656
0.00349272
-0.000107053
-0.00270843
0.00332716
-0.000203477
-0.00259235
0.00305253
-0.000315627
-0.00238506
0.00278185
-0.000443938
-0.00216884
0.00263867
-0.000615969
-0.0020523
0.00270401
-0.000820062
-0.00196871
0.0026663
-0.0010251
-0.00145034
0.00152453
-0.00126582
-0.000145665
-0.000472654
-0.00129257
0.0007387
-0.000932182
-0.00012586
0.000393387
0.000495352
0.00125407
-0.000271689
0.00136337
0.0011907
-0.000598962
0.00155643
0.000154603
-0.000641216
0.00220947
-0.001169
-0.000763143
0.00212609
-0.00129233
-0.00103618
0.0011727
-0.000815491
-0.00124113
0.000944317
-0.000777085
-0.00140057
0.00079176
-0.000785244
-0.00154917
0.00047936
-0.000708494
-0.00168056
0.000203132
-0.000674705
-0.0018672
-0.000134884
-0.000610528
-0.0020727
-0.000549739
-0.000561876
-0.00232967
-0.00105566
-0.000502528
-0.00264197
-0.00167452
-0.0004418
-0.00299928
-0.00245409
-0.000378425
-0.00334867
-0.00339793
-0.000320219
-0.00359595
-0.00445476
-0.000273118
-0.00361392
-0.00546811
-0.000239278
-0.00328647
-0.00617192
-0.000217997
-0.00259102
-0.00619915
-0.000201341
-0.00155502
-0.00520928
-0.000184247
-0.000545076
-0.00296805
-0.000136667
-3.74719e-05
-0.000555314
-0.000102431
0.000462296
-0.000113306
-0.000291666
0.00107148
0.000232614
-0.0007377
0.00198719
0.000421494
-0.00122868
0.00268633
0.000399079
-0.00168474
0.00321534
0.000268957
-0.00206372
0.00353633
0.000127659
-0.00232948
0.00361612
1.746e-06
-0.0024205
0.00347343
-0.000103698
-0.00232279
0.00313827
-0.00020323
-0.00205763
0.00272466
-0.000328876
-0.00166055
0.00236031
-0.000493434
-0.00122811
0.00221593
-0.000747164
-0.000895987
0.00238328
-0.00111458
-0.000482602
0.00212747
-0.00162601
0.000777363
0.000532715
-0.00179859
0.00208815
-0.000539554
0.000218767
0.00158258
0.000491482
0.0032699
0.000368984
0.00150239
0.00362669
-0.000144715
0.00127318
0.00176613
-0.000189952
0.000966444
-9.61796e-05
0.000141275
0.00171527
-0.00150946
1.33373e-05
0.00227547
-0.00160491
-0.000590193
0.0017406
-0.00116622
-0.000946708
0.00131036
-0.00105461
-0.00114376
0.001049
-0.000976591
-0.00131689
0.00071829
-0.000868035
-0.00144816
0.000422147
-0.000802519
-0.00160812
0.000107247
-0.000732189
-0.00178804
-0.000283865
-0.000662493
-0.00199444
-0.000766065
-0.000599173
-0.00225472
-0.00133271
-0.000529285
-0.00257774
-0.00205415
-0.000456446
-0.00293447
-0.00297034
-0.000387321
-0.00325502
-0.00407229
-0.000329022
-0.00341667
-0.00525604
-0.000286154
-0.00327932
-0.00626926
-0.000258515
-0.00274365
-0.00670285
-0.000240111
-0.0018216
-0.00610234
-0.000218483
-0.00072489
-0.00403874
-0.000190206
-6.13511e-05
-0.00119335
-0.000133754
0.000426505
-0.000141438
-0.000278485
0.00128317
0.000235085
-0.000712667
0.00232892
0.000425648
-0.00118238
0.00303685
0.000407372
-0.0016076
0.00350668
0.000276803
-0.00195702
0.00374126
0.000142295
-0.00217276
0.0036816
3.68105e-05
-0.00219147
0.00335484
-6.12862e-05
-0.00200194
0.00283026
-0.000150075
-0.00158566
0.00221198
-0.00027592
-0.000960073
0.00167929
-0.00044903
-0.000346098
0.00151095
-0.00079243
-8.25198e-05
0.00184162
-0.00145088
0.00094366
0.00129479
-0.00192307
0.0024261
0.000276312
-0.000322284
0.00143078
0.000781687
0.00305664
-0.000854868
0.0015945
0.00439986
-0.00183449
0.0010451
0.00288341
-0.00164152
0.000222732
0.000750272
-0.000788037
-0.00025879
-0.000765482
0.000283705
0.000598495
-0.00175023
0.000412653
0.00232231
-0.00207947
-0.000378748
0.00261417
-0.00183363
-0.000821221
0.00175169
-0.00151129
-0.00099651
0.0012428
-0.00123895
-0.00116609
0.000921054
-0.00107662
-0.00131384
0.000626643
-0.000961381
-0.00144128
0.000296766
-0.000878221
-0.00160616
-4.30179e-05
-0.000801271
-0.00177027
-0.000521837
-0.000723037
-0.00197653
-0.00104583
-0.000641212
-0.00224975
-0.00170252
-0.000555759
-0.00258182
-0.00256382
-0.000471405
-0.00292907
-0.00365809
-0.000399173
-0.00318164
-0.00494656
-0.000343632
-0.00319413
-0.00621094
-0.000307788
-0.00281974
-0.00703956
-0.000283463
-0.00202102
-0.00686798
-0.000263971
-0.000907729
-0.00511951
-0.000236283
-9.67645e-05
-0.00197337
-0.000192603
0.000362102
-0.00018394
-0.000257497
0.00145951
0.000238186
-0.000667311
0.00262864
0.000433163
-0.0011172
0.00334886
0.000422386
-0.00153369
0.00376967
0.000300416
-0.00186397
0.00390661
0.000180441
-0.00204681
0.00369223
0.000102604
-0.00203975
0.00317684
3.35738e-05
-0.00179727
0.00243725
-3.75063e-05
-0.001204
0.00148849
-0.000137678
-0.000421416
0.000734179
-0.000270102
-7.71116e-05
0.000749018
-0.00080802
0.000181589
0.00130443
-0.00165435
0.00129968
0.00107281
-0.000708187
0.000736485
0.000763767
0.00129272
-0.00149553
0.00148979
0.00229232
-0.0028903
0.00141808
0.00239557
-0.0027803
-0.000353489
0.00165064
-0.00160859
-0.00143795
0.00100594
0.000227415
-0.00245447
5.54081e-05
0.00195237
-0.00125164
-0.00153718
0.00159156
0.002997
-0.00264883
-0.000144584
0.00445762
-0.00285254
-0.000841687
0.00233422
-0.00217929
-0.000902564
0.00119552
-0.00156375
-0.00106609
0.00102705
-0.00131417
-0.00121672
0.000771355
-0.00115198
-0.00135613
0.000465855
-0.00106216
-0.001488
0.000143704
-0.000970117
-0.00163682
-0.000307143
-0.000880381
-0.00179118
-0.000815504
-0.000784376
-0.00200865
-0.00140759
-0.000683449
-0.00229784
-0.0021979
-0.000579067
-0.00264156
-0.00324155
-0.000488073
-0.00294542
-0.00457792
-0.000414341
-0.00306381
-0.00603798
-0.000363912
-0.0028251
-0.00723319
-0.000331237
-0.00213979
-0.00751207
-0.000304749
-0.00107223
-0.00614712
-0.000277591
-0.00013658
-0.00286751
-0.000236721
0.000265354
-0.000213012
-0.000225393
0.00158834
0.000246325
-0.000607971
0.0028842
0.000446174
-0.00105425
0.003638
0.000448251
-0.00147687
0.00401442
0.000347069
-0.00183032
0.00406159
0.00025209
-0.0020497
0.00370111
0.000214764
-0.00211508
0.0029998
0.000212504
-0.0019385
0.00200299
0.000227908
-0.00143101
0.000648327
0.000252444
-0.000891605
-0.000418092
0.000148859
-0.000866191
-0.000350852
-0.000677044
-0.000811324
0.000819116
-0.000964729
-0.000845037
0.000556735
0.000257344
-0.00207835
0.000163848
-0.00103149
-0.00263267
0.00065969
-0.00161499
-0.00239709
0.000140861
0.000281055
-0.00165024
-0.00259548
0.00145025
-0.000497213
-0.00333839
0.00142299
0.00192806
-0.00635794
0.000461113
0.00466334
-0.00549948
-0.000546555
0.00374843
0.00374418
-0.00339086
-0.000124555
0.00872253
-0.00490023
-0.00141779
0.00349863
-0.00350276
-0.00108227
0.000459044
-0.00206901
-0.00102007
0.00070394
-0.00160193
-0.00112431
0.000738156
-0.00138394
-0.00128409
0.000555247
-0.00127363
-0.00141605
0.00027005
-0.00117929
-0.00156648
-0.000113037
-0.00108933
-0.00167675
-0.000642346
-0.000975402
-0.00184247
-0.00117054
-0.000854742
-0.00208285
-0.00188148
-0.000723508
-0.00240821
-0.00283874
-0.00060628
-0.00274095
-0.00417138
-0.000505485
-0.00293547
-0.00577909
-0.000433365
-0.00280769
-0.00730703
-0.00038617
-0.00222621
-0.00804579
-0.00035275
-0.0012191
-0.00710695
-0.000317164
-0.00021262
-0.00382465
-0.000280617
0.000101727
-0.000245491
-0.000188287
0.00166567
0.000260413
-0.000546711
0.00309983
0.000462325
-0.000991241
0.00390554
0.000484138
-0.00143435
0.00425345
0.000411196
-0.00184015
0.00422942
0.000349924
-0.00216113
0.00374999
0.00037436
-0.00241016
0.00289489
0.000453254
-0.0024126
0.00158101
0.000611353
-0.00227727
-0.000225912
0.000871451
-0.00241214
-0.0018405
0.000775775
-0.0027654
-0.00213895
-0.000245256
-0.00385539
0.000163763
-0.000352039
-0.00533848
0.00039284
-0.00178006
-0.00463984
0.000271293
-0.00469687
-0.00238591
0.000207391
-0.0032891
-0.00191645
-0.000499231
0.000180741
-0.00153129
-0.00366202
0.00228092
-0.00185801
-0.00370061
0.00244334
0.000171918
-0.0111508
0.00336662
0.004752
-0.0130166
0.00309905
0.00557347
0.00185144
-0.000239924
0.00246066
0.0128485
-0.00359982
0.000611681
0.00478988
-0.00273881
-5.46052e-05
-0.000362035
-0.00172454
-0.000452475
0.000321375
-0.00153405
-0.00084041
0.000705854
-0.0014819
-0.00115916
0.000654564
-0.00148891
-0.0013764
0.000402235
-0.00143383
-0.00153399
3.31724e-05
-0.00134475
-0.00162592
-0.000516195
-0.00122061
-0.0017307
-0.00100819
-0.00108177
-0.00190414
-0.0016391
-0.000908898
-0.00220456
-0.00245482
-0.000759714
-0.00256347
-0.00372516
-0.000620475
-0.00282654
-0.00543499
-0.000513943
-0.00280469
-0.00726127
-0.000445882
-0.00232505
-0.00846807
-0.00039792
-0.00137448
-0.00800261
-0.000355435
-0.00031303
-0.00482859
-0.000311034
-0.000153763
-0.000271593
-0.00012936
0.00167051
0.00028153
-0.000460717
0.00327434
0.000485789
-0.000929294
0.00417465
0.000539765
-0.00142263
0.00451205
0.00049939
-0.00193713
0.00445182
0.000484874
-0.00246775
0.0039167
0.000595722
-0.00311644
0.00298472
0.00080269
-0.00376521
0.00145926
0.00120191
-0.00493056
-0.00072956
0.00172652
-0.0067417
-0.00332152
0.00134597
-0.00805464
-0.00567777
0.00037989
-0.00873339
-0.00313649
0.000996158
-0.00551642
-0.00312043
0.00282608
-0.00184579
-0.000116108
0.0053754
-0.00244134
0.0015992
0.00380182
-0.00454488
0.00195292
0.00462281
-0.00406216
-0.00500597
0.00683761
-0.00569346
-0.0033704
0.00801813
-0.00472528
-0.0154548
0.0104006
0.00059537
-0.0211058
0.00969621
0.00557144
-0.00495101
0.0059517
0.00779368
0.00894688
0.00112326
0.00625058
0.0031877
-0.000247006
0.00309427
-0.000232591
-0.000290673
0.00096372
0.000728771
-0.000508572
-0.000188635
0.000973116
-0.00141325
-0.000903068
0.000860101
-0.00167082
-0.00130021
0.000591707
-0.00178457
-0.00152492
0.000190948
-0.00172216
-0.00160576
-0.000433666
-0.00158801
-0.00165353
-0.000927047
-0.0014054
-0.00174691
-0.00149379
-0.00118025
-0.00200602
-0.00210956
-0.000976008
-0.00238459
-0.00323555
-0.000779248
-0.00270098
-0.0050108
-0.000608113
-0.00279084
-0.00708024
-0.000512539
-0.00242962
-0.00875721
-0.000445483
-0.0015519
-0.00881442
-0.000392322
-0.000439888
-0.00587427
-0.000340761
-0.000524561
-0.000298811
-0.000104794
0.00163835
0.000315152
-0.000422671
0.00342366
0.000520925
-0.000887902
0.00441922
0.000601582
-0.00141887
0.00477467
0.000602304
-0.00204492
0.00472173
0.000628177
-0.00284429
0.00422013
0.000842646
-0.00416646
0.00342208
0.00119312
-0.00628511
0.00213567
0.00195279
-0.0102676
-0.000132948
0.00274655
-0.0136842
-0.00588766
0.0021962
-0.0127945
-0.0143404
0.00147592
-0.00668067
-0.0157469
0.00346202
0.00565774
-0.019202
0.00795567
0.0117784
-0.00676303
0.0135422
0.0024399
0.0130507
0.00308177
-0.00597582
0.0134749
0.00268786
-0.00641086
-0.00617698
0.00817066
-0.0123695
0.00185448
0.0124345
-0.0141021
-0.0109192
0.00850439
-0.00600786
-0.0225493
0.00546886
0.00608346
-0.012554
0.00514143
0.0131861
0.00151847
0.0019256
0.0130789
0.000794394
-0.00055349
0.00869518
0.00174771
-0.000195638
0.00365523
0.00359726
0.000319609
0.000501081
0.0026736
-0.00106191
-0.000849278
0.00148324
-0.00203245
-0.00139307
0.000803849
-0.00225676
-0.00162295
0.000258098
-0.00220452
-0.00163752
-0.000480854
-0.0020731
-0.00158078
-0.00100333
-0.00183398
-0.00157988
-0.00147813
-0.00151724
-0.00180888
-0.00178808
-0.00128438
-0.00222174
-0.00267589
-0.000986943
-0.00258671
-0.00448525
-0.000718892
-0.00278955
-0.00674243
-0.000576007
-0.00257564
-0.00886903
-0.000484078
-0.00181273
-0.00949478
-0.000414965
-0.000668084
-0.0069433
-0.000350195
-0.00111852
-0.000300039
-4.06213e-05
0.00154061
0.000323291
-0.000346618
0.0035485
0.000542597
-0.000783314
0.00462562
0.000648238
-0.00133031
0.00502563
0.000698954
-0.00202737
0.00499657
0.00077127
-0.00304841
0.00459232
0.00109855
-0.00501182
0.0041447
0.00166091
-0.00884577
0.00381463
0.00302883
-0.0160234
0.00256825
0.00414361
-0.0198304
-0.00693622
0.00210503
-0.0147889
-0.0219001
-0.00146255
-0.00173127
-0.0297217
-0.0048273
0.0135235
-0.0306067
-0.00739469
0.019555
-0.00535705
-0.00935613
0.00939756
0.0295504
-0.00507629
-0.000196636
0.026003
-0.0029687
-0.00443118
-0.00246842
-0.0135745
-0.015466
0.0186645
-0.0220808
-0.0157005
0.00858967
-0.0363031
-0.0021545
-0.0101148
-0.0297062
0.0155812
-0.00907344
-0.00609514
0.0223071
0.00234696
0.0029794
0.0192972
0.00864984
-0.00144678
0.0113282
0.0137382
-0.00397302
0.00417568
0.0113466
-0.00251769
0.000943442
0.00432214
-0.00263129
-0.000618576
0.00175672
-0.00311859
-0.00149247
0.000968861
-0.00302701
-0.00177994
0.000109995
-0.00295107
-0.00168327
-0.000845903
-0.00285073
-0.0016023
-0.00121175
-0.00258601
-0.0015094
-0.00166305
-0.00210321
-0.00172124
-0.00150639
-0.00180419
-0.00215484
-0.00205486
-0.00136503
-0.00251013
-0.0038863
-0.000825615
-0.00280625
-0.00621439
-0.000651776
-0.0027028
-0.00881557
-0.000511593
-0.00205428
-0.0100299
-0.000426144
-0.000895203
-0.0080109
-0.000348607
-0.00192461
-0.000310656
5.79955e-06
0.00139168
0.000355145
-0.000253344
0.00361372
0.000584199
-0.000637252
0.00477078
0.00070973
-0.00113103
0.00519382
0.000810088
-0.00176355
0.00514455
0.000915757
-0.00268838
0.00469809
0.0013286
-0.0040871
0.00420698
0.00203228
-0.00622191
0.0044047
0.00387501
-0.0113074
0.00690527
0.00511354
-0.0127207
0.000254735
0.000405965
-0.00682618
-0.0155848
-0.00697144
0.00406757
-0.0309277
-0.0161096
0.00915996
-0.0253411
-0.0153155
0.00961309
0.00671736
-0.029135
0.00489871
0.0376692
-0.0212551
0.00652964
0.0347282
-0.0139573
0.0176651
0.000632586
-0.0300733
0.011546
0.0241324
-0.0611613
-0.00154787
0.0157103
-0.0592568
0.000962539
0.00604026
-0.0570337
0.0130268
0.00672213
-0.0182656
0.00377193
0.0158673
0.0107302
-0.00695786
0.0238722
0.00721528
-0.00988507
0.0303102
-0.0024068
-0.00835892
0.0206017
-0.00856427
-0.00539748
0.00396909
-0.00863624
-0.0032157
-0.00116086
-0.00581802
-0.00229788
-0.000794986
-0.00391133
-0.00222241
-0.000613961
-0.00365001
-0.00191602
-0.0016712
-0.00386002
-0.00178214
-0.00167943
-0.00367738
-0.00158391
-0.00207707
-0.00307091
-0.00192485
-0.00113407
-0.0027616
-0.00243214
-0.00132685
-0.00205461
-0.00274478
-0.00316744
-0.0011409
-0.00294483
-0.00560947
-0.000760247
-0.00282621
-0.00867653
-0.000532676
-0.00229165
-0.0104087
-0.000399624
-0.00119627
-0.00899812
-0.00031115
-0.00302488
-0.000279727
-4.95364e-05
0.0013028
0.000378517
-0.000255865
0.00363225
0.000617809
-0.000563265
0.00483536
0.000776296
-0.000978577
0.00527306
0.00090943
-0.00151425
0.00517398
0.00103435
-0.0022896
0.00463119
0.00151283
-0.00254698
0.00380817
0.0022723
-0.00182059
0.00380002
0.00448042
-0.00147724
0.0087935
0.00617176
-2.94571e-05
0.00994035
0.00584428
0.00113813
-0.0015571
-0.00224969
-0.00266628
-0.0197519
-0.00963895
-0.0126085
-0.0152685
-0.0153831
-0.0121905
0.0192439
-0.0432294
-0.00705055
0.0463227
-0.029909
0.00070556
0.0466524
-0.00268225
0.0245835
-0.000195967
-0.00301772
0.0240524
0.0268314
-0.0448081
-0.0185614
0.0325672
-0.0442403
-0.0199049
0.0233466
-0.0518876
-0.00168258
0.025697
-0.0333096
-0.0156877
0.0327713
0.00879345
-0.0207191
0.0292624
0.0208836
-0.00904688
0.0240569
0.0166494
0.00334911
0.0151968
0.00416017
0.00195909
0.00842166
-0.00614548
-0.00205897
0.00125778
-0.00733599
-0.0034463
-0.000547264
-0.00578539
-0.00318732
-0.0014709
-0.00466548
-0.00274751
-0.00318493
-0.00346286
-0.00212357
-0.00274623
-0.00315109
-0.00124522
-0.00288777
-0.00365612
-0.00214941
0.000479503
-0.00411798
-0.00371607
0.00103055
-0.0031171
-0.00373058
-0.00255886
-0.00197557
-0.00349416
-0.00525182
-0.00143232
-0.00307387
-0.00874252
-0.000590964
-0.00239724
-0.0108782
-0.000329123
-0.00133969
-0.00993219
-0.000214295
-0.00426722
-0.000192671
-8.01276e-05
0.00125333
0.000379757
-0.00023167
0.00360642
0.000630868
-0.000500471
0.00486315
0.000806067
-0.000928214
0.00537196
0.000978537
-0.00156743
0.0052953
0.0011362
-0.0025801
0.0049007
0.00172759
-0.00293493
0.00398411
0.00264386
-0.00311228
0.00391043
0.0044921
-0.0011261
0.00766141
0.00540374
0.00159622
0.0132675
0.0120779
-0.0038018
0.0104023
0.00606905
-0.0215494
-0.00371483
0.00311425
-0.0416348
-0.00724726
-0.0102652
-0.0398182
0.0254891
-0.0414568
-0.0179601
0.0563683
-0.0208447
-0.00391739
0.0408537
0.0227903
-0.00992
0.00691629
0.0113764
-0.0452744
0.0335112
-0.0147959
-0.0558187
0.0366101
-0.0266949
-0.0309428
0.0161124
-0.00185205
-0.00835133
0.0337711
-0.034647
0.00756955
0.0256586
-0.0252174
0.00883268
0.020683
0.00319324
0.0161894
0.000864668
0.0119209
0.0236227
-0.00382028
0.00768359
0.0161343
0.0122843
-0.00671904
0.0033618
0.00977182
-0.00847383
-0.00231709
0.00206747
-0.00496872
-0.00449105
-0.00313752
-0.00115284
-0.00531395
-0.00578493
0.00135368
-0.0046154
-0.00465828
0.00126772
-0.00206233
-0.00476091
-0.000831979
-0.00207016
0.00417222
-0.00174741
-0.00405023
0.00689069
-0.000796659
-0.00393352
-0.00198332
-0.00246104
-0.0035762
-0.00562178
-0.00260536
-0.0031213
-0.00897089
-0.000808435
-0.00236846
-0.0114207
-0.000194578
-0.00135061
-0.0108256
-8.46946e-05
-0.00553207
-8.48556e-05
-7.62549e-05
0.00121099
0.000394117
-0.000176673
0.00354259
0.000639744
-0.000403469
0.00486521
0.000822757
-0.000831055
0.00549207
0.00101542
-0.00154127
0.00552054
0.00119635
-0.00267314
0.0054094
0.00178848
-0.00393489
0.00480446
0.00269951
-0.00593808
0.00482424
0.00293422
-0.00605338
0.00597732
0.00312899
-0.00269568
0.0107664
0.00824197
-0.000236301
0.0105379
0.00571602
-0.00613267
-0.000120269
0.0172575
-0.0356509
-0.00597341
0.0240282
-0.0538232
0.0185551
-0.0158774
-0.0290413
0.04594
-0.0177082
-0.000176016
0.0361632
0.00115298
-0.0217019
0.0331147
0.00421358
-0.0628489
0.0496512
0.0013434
-0.0490274
0.0267637
0.00289852
-0.0318761
-0.00210514
0.0241573
-0.0220072
0.0264674
-0.00916755
0.00109561
0.0100361
-0.0264255
0.00384084
0.0116403
-0.0174287
-0.00084344
-0.00558055
0.00206944
-0.000170857
-0.00706624
0.0122595
0.0033609
0.0151458
0.00518555
0.00503726
0.0122752
0.00539679
0.00174873
0.00290227
0.000971995
-0.00364746
-0.00626359
0.00366004
-0.00598868
-0.00974286
0.00681021
-0.00595475
-0.00767884
0.0038648
-0.00437221
-0.0069436
0.00180676
-0.00195013
0.00757271
0.00513148
-0.000273063
0.0109233
0.00737397
-0.000990217
-0.00157248
-0.000157706
-0.00236512
-0.00558894
-0.00310576
-0.00246192
-0.00911934
-0.000864772
-0.00184432
-0.0118922
8.31441e-05
-0.00107386
-0.0115208
0.000134982
-0.00655869
8.53775e-05
-4.71592e-05
0.00115541
0.000391107
-8.71273e-05
0.00343813
0.000627163
-0.000252363
0.00483379
0.000816568
-0.000629906
0.00559146
0.00101958
-0.00133373
0.00580279
0.00122081
-0.00258318
0.00601116
0.00178573
-0.00457964
0.00588478
0.00254089
-0.00823467
0.00650946
0.00141239
-0.0130675
0.00740464
0.00208946
-0.00998636
0.00515004
0.00731651
0.00183236
-0.00406866
0.0113225
0.00722921
-0.0113803
0.0182357
-0.010369
-0.0111331
0.0359386
-0.0429168
0.016538
0.016556
-0.0394229
0.0247751
0.00351986
-0.0121427
0.025545
0.00156445
-0.0125772
0.0418617
0.015733
-0.0305243
0.0587459
0.00359386
-0.0245342
0.0120375
0.0184306
-0.0232299
-0.019518
0.0171344
-0.0190745
0.00944425
-0.00322883
-0.0147484
0.0167865
-0.0156641
-0.0222281
0.0199102
-0.00045064
-0.0325403
-0.00340654
0.0197734
-0.0321172
-0.0119587
0.0358179
-0.0227952
0.00765691
0.0358436
-0.0153089
0.00920024
0.0306312
-0.0102757
0.00565406
0.00704947
-0.00640433
-0.00742873
0.001923
-0.00486578
-0.011716
0.00716293
-0.00581107
-0.00881411
0.00350984
-0.0073712
-0.00518689
0.00178761
-0.00141001
0.00854202
0.0108473
0.00513146
0.011435
0.0147428
0.00225721
0.00101728
0.00120883
-0.000765496
-0.00467532
-0.00340136
-0.00124803
-0.00927539
-0.000387887
-0.00115023
-0.0120106
0.000582045
-0.000725437
-0.011956
0.000423276
-0.00729856
0.000283778
-8.82813e-06
0.00107898
0.000379928
3.13399e-05
0.00327592
0.000605178
-2.18035e-05
0.0047241
0.000795933
-0.000244927
0.00558321
0.00100364
-0.000736843
0.00597396
0.00121154
-0.00163143
0.0063186
0.00178972
-0.00318707
0.0063812
0.0025136
-0.00653854
0.00745293
0.0016281
-0.0120527
0.00961304
0.00183767
-0.0100395
0.000508771
0.00835402
-0.00246125
-0.0146966
0.0131102
-0.00682297
-0.0116212
0.0109109
-0.0221702
-0.00108497
0.0239907
-0.0498619
0.00935082
0.0340251
-0.0550465
0.00662387
0.0249109
-0.0354378
0.0123584
0.00451877
-0.0125494
0.0361769
0.0168716
-0.00410734
0.0446776
0.0341045
-0.00904539
0.00106869
0.0239252
-0.0144558
-0.0228598
0.000281797
0.00308697
-0.0172468
-0.0094989
0.0151822
0.00727328
-0.0186707
0.0181207
0.0152167
-0.00837117
0.00665636
-0.0066698
0.0102486
-0.00758363
-0.0202061
0.0317185
-0.0107279
-0.0100153
0.0444904
-0.0125302
-0.00148435
0.0388826
-0.00872948
0.00737771
0.0120525
-0.00385485
-0.000750968
-0.00505613
-0.00574372
-0.00822319
-0.000803413
-0.00998678
-0.00704304
3.10622e-05
-0.0112347
-0.000236518
0.001186
-0.00249452
0.0111735
0.0103067
0.00470106
0.0153783
0.00585781
0.00249322
0.00597999
-0.00938987
0.00061008
-0.00431675
-0.00563163
-7.36164e-05
-0.00954709
0.000686572
-0.00053152
-0.0117659
0.00109234
-0.000388658
-0.012165
0.000695334
-0.0077845
0.000485035
3.08922e-05
0.000978353
0.000359924
0.000145134
0.00305895
0.000568791
0.000216271
0.00452325
0.000757259
0.000230199
0.0054097
0.000947977
0.000180416
0.0058337
0.00115982
9.78438e-05
0.00601784
0.00168947
-0.000244807
0.00593861
0.00254482
-0.00152122
0.00666452
0.00262816
-0.00280067
0.00893612
0.0014152
-0.000862321
-0.00107374
0.00454341
-0.00183452
-0.00988208
0.00330442
-0.0123441
0.00184492
-0.00244613
-0.0171505
0.00660783
0.0214602
-0.0293496
-0.00735564
0.0536882
-0.0443758
-0.00118829
0.0333827
-0.0497453
0.00971958
-0.00991896
-0.0319883
0.0242545
-0.0126912
-0.0155526
0.0223107
0.0265276
-0.0174112
-0.00139094
0.0229699
-0.0153103
-0.00692864
0.0196922
0.00109816
-0.00439415
0.0245547
0.0227402
0.0109451
0.0335075
0.0415556
0.0136065
0.0193408
0.033904
-0.00278804
0.0115718
0.0167077
-0.0190628
0.0190526
0.00673009
-0.0208621
0.0324442
0.0019693
-0.0141567
0.0354967
0.00255109
0.0012977
0.0133896
-0.000554089
0.00563688
-0.00545126
-0.00684857
-0.00188801
-0.00876207
-0.0119791
-0.00821711
-0.00548222
-0.0129986
0.000462363
-0.00826797
-0.00704636
0.0133411
-0.00987074
-0.000376433
0.0161931
-0.018164
0.00169644
0.00512406
-0.0175243
0.00200998
-0.005977
-0.00437404
0.000967015
-0.00949822
0.00158788
-1.29005e-05
-0.0111792
0.00137765
-0.000175722
-0.0121489
0.000829725
-0.00812064
0.000607084
5.36212e-05
0.000866139
0.000333765
0.000232497
0.00280357
0.000517795
0.000403819
0.00425896
0.000691637
0.000534658
0.00517491
0.000854917
0.000659685
0.00561192
0.00104202
0.000852116
0.0056446
0.00140201
0.00105715
0.00539889
0.0020891
0.000892001
0.00574412
0.00243688
0.00166805
0.0068441
0.00216781
0.0030597
-0.000205856
0.00264631
0.00336286
-0.00261169
-0.000863834
0.0035392
0.0086694
-0.00365857
0.00785671
0.00373918
0.00961346
0.00968828
-0.0121232
0.0304284
-0.00994782
-0.00199382
0.0510331
-0.0349777
0.0198462
0.0219732
-0.0395967
0.0246656
-0.0202079
-0.0299612
0.0104129
-0.0150814
-0.0193401
-0.0139646
-0.000511968
-0.00659546
-0.000593264
0.00214868
0.02959
0.00483993
-0.0149308
0.0558477
0.0153065
0.0221475
0.068087
0.0289153
0.0534832
0.0746706
0.0220497
0.030423
0.0518017
0.00731342
0.0205006
0.01411
0.00295941
0.0242211
-0.00597044
-0.00077055
0.0234785
-0.00314812
-0.00185344
0.0166368
0.00464283
0.00316574
0.00560952
0.010067
-0.00517134
0.00649969
0.0140247
-0.0200269
0.00762087
0.00879802
-0.00326795
-0.0104841
0.00613859
0.0119373
-0.0241141
0.00975395
0.00815062
-0.0209693
0.0101988
0.000591122
-0.00690506
0.00694413
-0.00571389
0.00189126
0.00317752
-0.00713595
0.00236487
0.000969977
-0.00965993
0.00144691
4.99896e-05
-0.0115785
0.000903873
-0.00830044
0.000672471
7.15952e-05
0.000749695
0.000306608
0.000283297
0.00253406
0.000465777
0.000511994
0.00396236
0.000621669
0.000707608
0.00490871
0.000757134
0.000903444
0.00536515
0.00090031
0.00109146
0.0054003
0.0010754
0.00129106
0.00517725
0.00141966
0.00153733
0.00524683
0.0015558
0.00272489
0.00520768
0.00203973
0.00406242
9.36154e-05
0.00168563
0.00868692
-0.00221871
-0.00259404
0.0203895
0.00322193
-0.00531214
0.0267157
-0.00112698
-0.000454068
0.0190385
-0.00491722
0.00243898
0.0145556
-0.00454409
0.0223321
0.0105731
0.00708066
0.0430849
0.00750154
0.0171561
0.0262579
0.0117409
0.00239113
-0.00100933
0.002875
-0.0205215
-0.0022216
-0.000775217
-0.0122086
-0.0217214
0.01146
-0.0164775
-0.0495473
0.0298186
0.00467909
-0.0334645
0.0489928
0.0235569
-0.00262071
0.0496212
0.0317821
0.00470761
0.0336119
0.0217045
0.014449
0.0176305
0.0108628
0.00503994
0.00757458
0.00407292
-0.00412389
0.00891523
2.70857e-05
-0.00222587
0.0157935
0.00384276
0.00418055
0.0191724
-0.00853025
0.0216575
0.0105465
-0.02397
0.0264064
-0.00652422
-0.00617234
-0.00498299
-0.00581383
-0.00189648
-0.0290334
0.0083781
-0.00751775
-0.0163822
0.0109482
-0.00433268
0.00373042
0.00690323
-0.00429545
0.0046187
0.00322704
-0.00451476
0.0022401
0.00102939
-0.00809024
0.00134831
3.73055e-07
-0.0108987
0.000871044
-0.00852656
0.000671213
8.02715e-05
0.000637634
0.000278363
0.000304906
0.00226455
0.000417998
0.00057522
0.0036422
0.000554266
0.000828648
0.00460957
0.000663841
0.0010805
0.00509958
0.000763807
0.00133624
0.00516471
0.000836195
0.00168489
0.00494964
0.000951066
0.00234486
0.00471703
0.000966496
0.0040664
0.00408056
0.000903574
0.00586511
0.000290222
-0.000312736
0.00833288
-0.00152594
-0.0032879
0.0132891
0.00124759
-0.00492587
0.0108157
0.000974124
-0.00587793
0.00101261
0.000353366
-0.00625463
0.00448072
-0.0108393
-0.000248323
0.01619
-0.0116338
0.0219145
0.0191224
0.00397159
0.0314085
0.00699727
0.00408002
0.0217728
-0.012336
-0.018863
0.0097065
-0.0109553
-0.0265449
-0.021279
-0.00406255
-0.0314287
-0.0302153
0.00697225
-0.0136656
-0.0102859
0.0248257
-0.00378006
0.0112184
0.0241232
0.0202806
0.0200967
0.0164195
0.0150488
0.0159055
0.0177888
0.00400465
-0.013012
0.0184956
0.00210082
-0.0233397
0.0152117
0.00467476
-0.024516
0.0142338
0.0101016
-0.0214954
0.00407603
-0.00327727
0.00131
-0.0182326
-0.0129695
0.0121726
-0.0299553
-0.00909817
-0.0120952
-0.0162933
-0.0180028
-0.0282383
5.09004e-05
-0.018555
-0.00886323
0.00457734
-0.0104089
0.00507914
0.00356817
-0.00455883
0.00250115
0.00180622
-0.00305094
0.00160799
0.000344709
-0.00695666
0.00112063
-0.000303151
-0.0104461
0.000733935
-0.00899304
0.000573991
9.45232e-05
0.000520808
0.000250204
0.000313334
0.00201031
0.00037284
0.00059929
0.00331663
0.000493652
0.000873884
0.00430222
0.00058569
0.00114512
0.0048248
0.000659335
0.00141435
0.00493579
0.000693569
0.00175103
0.00474349
0.000721488
0.00230347
0.00438108
0.000684643
0.00326284
0.0037036
0.000522535
0.00356946
0.00167956
-0.000506257
0.0034371
0.000812117
-0.00247156
0.00294852
0.00314621
-0.00232928
-0.00185014
0.00493639
-0.00289691
-0.0045057
-0.00135125
-0.00132094
-0.00290995
-0.0166303
-0.00305406
-0.000420226
-0.0162056
-0.00801646
-0.000931573
0.00277556
0.00564261
-0.0170053
0.0143297
0.0239784
-0.0342451
-0.00278685
0.0370929
-0.0307803
-0.0251313
0.0237384
-0.0179322
-0.0474397
0.0122263
-0.00933679
-0.0286232
0.00560954
-0.0071163
-0.0158163
0.0276457
-0.00391128
-0.000557162
0.0437931
0.00282429
0.00292539
0.0194725
0.010939
1.96472e-05
-0.0236401
0.0166607
-0.00102475
-0.0287856
0.0200608
0.00339738
-0.0250843
0.00923967
0.0116764
-0.0274328
-0.00565408
-0.00302573
-0.0109336
-0.0112179
-0.0143959
0.00304522
-0.00664132
-0.014045
-0.00376444
0.00222739
-0.0213937
-0.00898056
0.00490569
-0.0212928
0.000718195
0.0031953
-0.0115704
0.0018975
0.00153646
-0.00297725
0.000600966
0.000480418
-0.00185322
0.00120457
-0.000312095
-0.00623639
0.000811592
-0.000648592
-0.0101725
0.000538723
-0.00972833
0.000429712
8.52588e-05
0.000414378
0.000226956
0.00029855
0.00176775
0.000337708
0.000587322
0.00299369
0.000439551
0.000888408
0.00397412
0.000521082
0.00118598
0.00452644
0.000577527
0.00148084
0.00468289
0.000592787
0.00181598
0.0045306
0.000586495
0.00225757
0.00416651
0.000527329
0.00278723
0.00360686
0.000416328
0.00287788
0.00258874
-2.18153e-05
0.00318975
0.0020821
-0.00110479
0.00454367
0.00331238
-0.000914199
0.00591536
0.00380267
0.00124321
0.00490228
-0.00126124
0.00638661
-0.00419953
-0.00742559
0.00287642
-0.0111476
-0.00838686
-0.0123027
-0.00706961
-0.000689484
-0.0098387
-0.00172097
0.00967308
0.00681016
-0.00746463
0.00253164
0.0248481
-0.0116528
-0.025164
0.032687
-0.00150079
-0.0542871
0.010317
0.00900031
-0.0306436
0.00120141
-0.00140196
-0.0039992
0.0233528
-0.0133112
-0.00197015
0.0482441
-0.00561354
-0.000196579
0.0323235
0.0015835
-0.00122958
-0.00599179
0.00449013
-0.011021
-0.00865446
0.0156816
-0.0096185
-0.00713014
0.013908
0.00322454
-0.0135113
0.00622187
-0.00751274
-0.0080643
0.00345308
-0.0176509
-0.00193658
0.006151
-0.0190819
0.000990052
0.00720072
-0.0226488
-0.000375803
0.00303336
-0.0189818
-0.00254488
-0.000804608
-0.00764614
-0.00284482
-0.00133742
-0.00100157
-0.000415979
-0.000981061
-0.00162598
0.000546714
-0.00106945
-0.00598311
0.000420066
-0.0011028
-0.0101044
0.000289677
-0.0108309
0.000255157
7.90579e-05
0.000320156
0.000201369
0.00026563
0.00155625
0.000306099
0.00054669
0.00268276
0.000397091
0.000840863
0.00365426
0.00046396
0.00115651
0.00420572
0.000514875
0.00145854
0.00441262
0.0005203
0.00178666
0.00429634
0.000503822
0.00214124
0.00399354
0.000447418
0.00249102
0.00356238
0.000351167
0.00260283
0.00300178
0.000233804
0.00282239
0.0026547
-0.000201672
0.00396049
0.00306539
-0.000231465
0.0055786
0.00269251
0.000623334
0.00459558
0.000537397
0.00268912
-0.000525589
0.000318318
0.00175145
-0.00611272
-1.08933e-05
-0.00080528
-0.00104542
-0.00393962
-0.00786634
0.00929719
0.000133757
-0.00787709
0.00598994
0.00314539
0.00162206
-0.00219081
-0.0247684
0.000602695
-0.0123953
-0.0547868
-0.0226394
-0.0162148
-0.0349442
-0.0107789
-0.0212832
-0.00169419
0.00490518
-0.0200122
-0.00599009
0.0108444
-0.0100499
-0.00326943
0.0168709
-0.00634784
0.00768713
0.0187632
-0.0060563
-0.00390299
0.0213853
0.00273819
-0.0129232
0.0225999
0.0131594
-0.00842807
0.0138233
0.0159529
-0.0132594
0.00453197
0.0099815
-0.0146111
-0.00118909
0.00171653
-0.0151227
-0.00437959
-0.00393226
-0.017681
-0.00964449
-0.0064503
-0.0128049
-0.010119
-0.00552408
-0.00450231
-0.00490519
-0.00318373
-0.00122482
-0.00103511
-0.0019137
-0.00214172
-0.000200588
-0.00168319
-0.00594742
2.60192e-05
-0.00151031
-0.0101801
6.63442e-05
-0.0122936
8.54687e-05
2.73767e-05
0.000279454
0.000180323
0.000190834
0.00136906
0.000283434
0.000445524
0.00240035
0.000361002
0.000764546
0.00330981
0.000422371
0.0011128
0.00384647
0.000461859
0.00146275
0.00408306
0.000467598
0.00182095
0.00400479
0.000449225
0.0021907
0.00375854
0.000395188
0.00253958
0.00343549
0.000313137
0.00280221
0.00307636
0.000228815
0.00311328
0.00280555
5.4934e-05
0.00387714
0.0028587
1.84755e-05
0.00452444
0.00257839
0.000198205
0.00417125
0.00201461
0.000237942
0.00385754
0.00237574
-0.000318965
0.00275714
0.00289391
0.00218075
0.00520058
-0.00135968
-0.00113358
0.0145121
-0.00152081
-0.00869057
0.0179341
0.00323325
-0.00681297
0.0106264
-0.0247918
-0.0112353
-0.00797441
-0.0560269
-0.0255449
-0.0177528
-0.0434102
-0.0260106
-0.0127227
-0.010679
-0.0179946
-0.0081696
-0.0111598
-0.020355
-0.00418342
-0.00379454
-0.0129854
-0.0030507
0.0146937
0.00960863
-0.00559485
0.00547275
0.0184761
-0.00273108
-0.00732257
0.0141808
0.00600579
-0.00861084
0.0103516
0.0102408
-0.00997018
0.00425019
0.00805811
-0.00723339
-0.000781761
0.00243739
-0.00586903
-0.00630741
-0.00257415
-0.00793518
-0.00843677
-0.00444643
-0.00635175
-0.00565689
-0.00338114
-0.00279382
-0.0023325
-0.00189114
-0.00151389
-0.000795042
-0.00140833
-0.00212304
-0.000318884
-0.00161717
-0.00552403
-0.000121771
-0.00163912
-0.0100642
-5.10899e-05
-0.0138736
-2.6668e-05
7.64773e-06
0.00025747
0.00016484
8.73528e-05
0.00126582
0.000263233
0.000306287
0.00215286
0.000335583
0.000594368
0.0029969
0.000379852
0.000966038
0.0034573
0.000425483
0.00137494
0.00368418
0.000419503
0.00178255
0.00364022
0.000411225
0.0022162
0.00342102
0.000358123
0.00263545
0.00317432
0.000291976
0.00304695
0.00290286
0.000210454
0.00350895
0.00265965
8.86807e-05
0.00420671
0.00255725
8.95792e-06
0.00491273
0.00232923
-6.82219e-05
0.00550419
0.00206638
-0.000181264
0.00669207
0.00203044
-0.000761469
0.00834225
0.00233903
-0.000869615
0.00905094
3.47264e-05
-0.00310986
0.0121109
1.49852e-06
-0.00736187
0.0206284
0.00189014
-0.00489887
0.0232301
-0.0220291
-0.0129321
0.00994459
-0.0424554
-0.0288694
-0.00294632
-0.0390402
-0.0324191
0.000194105
-0.017629
-0.0218497
0.000648583
-0.0116736
-0.013219
-0.00294172
-0.00233299
-0.00983085
-0.0022814
0.0131185
0.000537805
0.000757237
0.0042566
0.00307095
0.00301842
-0.00419062
-0.00219475
0.00421321
-0.00248605
-0.00313162
0.00241067
-0.00192014
-0.00213952
0.00170869
-0.00148966
-0.00185517
0.00159775
-0.00148967
-0.00277442
9.36402e-05
-0.0027801
-0.00281239
-0.0010237
-0.00282661
-0.00205757
-0.00100299
-0.00147981
-0.00114774
-0.000639223
-0.00115359
-0.000614102
-0.00076184
-0.00164384
-0.000376743
-0.00131189
-0.00483266
-0.000195703
-0.00152484
-0.00977252
-0.000139975
-0.0153343
-0.000126471
-0.000180955
0.000424166
0.000150625
-0.000164826
0.00122372
0.000259035
-2.00987e-06
0.00195943
0.000320023
0.000362913
0.00260303
0.000357974
0.000785886
0.00301363
0.000391589
0.00130314
0.00316694
0.000390963
0.00179525
0.00317296
0.000385691
0.00229943
0.00298392
0.000335786
0.0027997
0.00278921
0.000279425
0.00330329
0.00257688
0.000194643
0.00383713
0.00236861
8.33752e-05
0.00449604
0.00221456
-4.35621e-05
0.00521665
0.00199414
-0.000210572
0.00605435
0.0017639
-0.000477455
0.00729938
0.00147498
-0.00109892
0.00931079
0.00120162
-0.00208518
0.0104537
-0.00034719
-0.00415313
0.0129054
-0.00185881
-0.00740913
0.019866
-0.00213504
-0.0062384
0.0179509
-0.0129511
-0.0115003
0.00624901
-0.0218427
-0.0201194
-0.00323559
-0.0244306
-0.021996
-0.0030872
-0.0174406
-0.015224
-0.00293141
-0.0116634
-0.00640788
-0.00397523
-0.00205439
-0.00233975
-0.00214813
0.00902871
0.00041649
-0.00121853
0.00388275
-0.00145176
-0.000314283
-0.0023315
-0.00436267
0.00120664
-0.0012701
-0.00375975
0.00163808
-0.00023915
-0.00232339
0.00189523
-0.000186527
-0.00178003
0.00210422
-0.000642194
-0.00146549
0.00154753
-0.00110184
-0.00139941
0.000828573
-0.00115492
-0.00119461
0.000581816
-0.00059697
-0.000778871
0.000611693
-0.000775763
-0.000533809
0.000301261
-0.00113946
-0.000332073
-0.000558492
-0.00386516
-0.000296379
-0.00107742
-0.00920943
-0.000154972
-0.0163496
-0.000186476
-7.83872e-05
0.000483319
0.000148096
-0.000304763
0.0014224
0.000245628
-0.000325544
0.00194523
0.000311457
-4.29924e-05
0.00228913
0.00033289
0.000424151
0.00251824
0.000370995
0.00104912
0.00253624
0.000356948
0.0016639
0.00256881
0.000366262
0.00227583
0.00241873
0.000318438
0.0028721
0.00227803
0.0002729
0.00345882
0.00212496
0.000194615
0.00404471
0.00197277
9.03603e-05
0.00467956
0.00182947
-4.13763e-05
0.00534675
0.00164443
-0.000230962
0.00609823
0.0014205
-0.000513779
0.00700795
0.001088
-0.0010123
0.00824347
0.000573427
-0.00177614
0.00902849
-0.000467064
-0.00296286
0.0099701
-0.00237492
-0.0052279
0.01191
-0.00326254
-0.00577659
0.0101153
-0.00737576
-0.00740425
0.00441122
-0.0106769
-0.00932461
-0.00169802
-0.012084
-0.0101272
-0.00447048
-0.00996701
-0.00959215
-0.0053456
-0.00754589
-0.00642329
-0.00381368
-0.00207336
-0.00314948
0.000314156
0.00444129
-0.00140339
0.00156978
0.00289037
-0.00254405
0.000933432
-0.000398272
-0.00347362
0.00126818
-0.00038324
-0.0029262
0.00196598
-3.07262e-05
-0.00208836
0.00227942
0.000213828
-0.00163052
0.00225807
8.12564e-06
-0.00141063
0.00200786
-0.000207765
-0.00119397
0.00180458
-0.000422444
-0.000908655
0.00181411
-0.000241064
-0.000612423
0.00186842
-0.000586393
-0.000427828
0.00175631
-0.000893287
-0.000330138
0.000936752
-0.00297159
-0.000264251
9.769e-05
-0.00832508
-0.000224747
-0.0161991
-0.000215907
-0.000845371
0.0013098
0.000167966
-0.000944174
0.00148622
0.000281879
-0.000864189
0.00182535
0.00032004
-0.000499895
0.00188983
0.000332915
0.000108233
0.00187725
0.000359461
0.000787496
0.00184377
0.000348491
0.00153619
0.00182023
0.000360124
0.00223284
0.00175269
0.000320452
0.00290924
0.00166302
0.000284522
0.00356033
0.00157687
0.000212822
0.00420041
0.00148215
0.000118744
0.00485366
0.00137936
-1.38968e-05
0.00552231
0.00124477
-0.000200325
0.00622905
0.00106729
-0.000478909
0.00697439
0.000793976
-0.000886585
0.00771759
0.000373643
-0.00147054
0.00808491
-0.00021332
-0.00220759
0.00786578
-0.00144475
-0.0034697
0.00752008
-0.00205434
-0.00413206
0.00600715
-0.00400523
-0.00466129
0.00350414
-0.00541392
-0.00496259
0.000638329
-0.00540109
-0.00476081
-0.00158113
-0.00409711
-0.0045279
-0.00292943
-0.00314224
-0.00414167
-0.00207334
-0.0011065
-0.00303081
0.00128696
0.00144934
-0.00190535
0.0031786
0.00117639
-0.00225625
0.00314761
-1.24539e-05
-0.00246887
0.00318496
-1.16897e-05
-0.00201206
0.00344508
8.53622e-05
-0.00154241
0.00365657
0.000310679
-0.0012321
0.00376959
0.000139592
-0.000985614
0.0037358
7.82513e-05
-0.000795196
0.00367304
-0.000123944
-0.00062727
0.00371786
-8.7474e-05
-0.000455329
0.00372946
-0.000451777
-0.000337289
0.00376757
-0.000835906
-0.000253271
0.00307289
-0.00220749
-0.000252849
0.00176673
-0.00697576
-0.000223532
-0.0143801
-0.00022119
-0.00191944
0.00319121
0.000246958
-0.00206353
0.00157755
0.000334186
-0.00180425
0.00151695
0.000326426
-0.00107767
0.00112053
0.000320222
-0.000211256
0.000974297
0.000338173
0.000729156
0.000881541
0.000330484
0.00166959
0.000871517
0.000343384
0.00258368
0.000856501
0.000314171
0.0034541
0.000837152
0.000286869
0.00430081
0.000810129
0.00022649
0.00512847
0.0007772
0.000141072
0.00595225
0.000730555
1.33117e-05
0.00676704
0.000664726
-0.000160034
0.00757145
0.000571935
-0.000408696
0.00833511
0.000423458
-0.000742389
0.00896781
0.000207754
-0.00119105
0.00936099
-5.70515e-05
-0.00169672
0.00925813
-0.00066669
-0.00247354
0.00896316
-0.000918357
-0.00298412
0.00779599
-0.00160544
-0.00333902
0.00603102
-0.00223354
-0.00352795
0.00456529
-0.00239695
-0.00320838
0.00379293
-0.0019342
-0.00287274
0.00339649
-0.00152755
-0.00253818
0.00372405
-0.000674958
-0.00207222
0.00516276
0.000292028
-0.00170884
0.006219
0.000306609
-0.0017886
0.00646304
-1.72268e-05
-0.00180425
0.00670493
2.36975e-05
-0.00158266
0.00698749
5.35036e-05
-0.0012984
0.00731759
0.000201111
-0.00106187
0.00749946
0.000147793
-0.000858688
0.00764493
9.94794e-05
-0.000681292
0.00769594
-2.76805e-05
-0.000521412
0.00781157
-8.12993e-05
-0.000377298
0.00779825
-0.000341192
-0.000265582
0.00775734
-0.000728107
-0.000186299
0.00726671
-0.00166397
-0.000165003
0.00481857
-0.00448698
-0.00017035
-0.00950719
-0.000208957
0.00317011
0.000151996
0.00472224
0.000180232
0.00621351
0.000192486
0.00731344
0.000184913
0.00827204
0.000194048
0.00915088
0.000182327
0.0100324
0.00018881
0.0109194
0.000170656
0.0118087
0.000151308
0.0126999
0.000104772
0.0135939
3.61747e-05
0.0144869
-7.26396e-05
0.0153721
-0.000230127
0.0162318
-0.00044999
0.0170157
-0.000733208
0.0176599
-0.00111519
0.0181085
-0.00152451
0.0180711
-0.00208895
0.0179063
-0.00254078
0.0172496
-0.00281101
0.0161054
-0.00297538
0.01492
-0.00285712
0.0141124
-0.00262752
0.0135718
-0.00236977
0.0136053
-0.00204724
0.0142652
-0.00178709
0.0148197
-0.0017296
0.0150082
-0.00165812
0.0152266
-0.00148115
0.0154596
-0.00126696
0.0158157
-0.00105782
0.0161041
-0.000872867
0.0163301
-0.00070037
0.0164121
-0.000547724
0.0164227
-0.000407465
0.0161738
-0.000305557
0.0155086
-0.000208089
0.0138993
-0.000172998
0.00945636
-0.000159931
-0.000194273
2.5955e-05
-2.88894e-05
1.6972e-05
7.9519e-05
-5.53855e-05
3.08213e-05
0.00013607
-5.79316e-05
3.89072e-05
0.000181371
-4.71697e-05
4.50026e-05
0.000211785
-3.25106e-05
5.05135e-05
0.000234589
-2.44263e-05
5.92659e-05
0.00025111
-1.60311e-05
6.69982e-05
0.000260986
-7.50811e-06
7.57844e-05
0.000262885
3.73432e-06
7.96492e-05
0.000272969
-2.50573e-06
8.60192e-05
0.000280731
-2.50761e-06
7.85661e-05
0.000261243
2.389e-05
7.71374e-05
0.000199806
6.43889e-05
6.66194e-05
0.000103675
0.000102434
6.47304e-05
-2.71458e-05
0.000141528
6.16439e-05
-0.000179186
0.000170376
6.46222e-05
-0.000342443
0.000196672
6.95294e-05
-0.000539277
0.000238069
8.24218e-05
-0.000826858
0.00033445
7.9483e-05
-0.00119047
0.000421544
0.000101381
-0.00159041
0.000469302
9.86602e-05
-0.001898
0.000396507
0.000128136
-0.00213385
0.000339108
0.000140408
-0.00222292
0.000215828
0.000165701
-0.00217383
9.82716e-05
0.000197731
-0.00197251
-3.43762e-05
0.000226621
-0.00165323
-0.0001379
0.000254825
-0.00123985
-0.000221968
0.000272234
-0.000768095
-0.000279079
0.000295673
-0.000232444
-0.000343283
0.000296004
0.000282106
-0.000338988
0.000300654
0.000654453
-0.00021485
0.000259737
0.000876087
-9.15041e-05
0.000231098
0.000916
4.48292e-05
0.000170966
0.000775512
0.000196606
0.000129757
0.000561675
0.000239584
9.25407e-05
0.000344683
0.000226256
7.30182e-05
0.000167556
0.000175179
6.09514e-05
4.71057e-05
0.000114982
5.07058e-05
4.25224e-05
2.6016e-05
5.93466e-05
-8.93529e-05
2.86006e-05
0.000154902
-0.000150261
5.35799e-05
0.000247016
-0.000149586
7.32684e-05
0.000307869
-0.000109643
9.12549e-05
0.000328844
-5.29992e-05
0.000106955
0.000313748
-9.28761e-06
0.000129599
0.000257744
4.03831e-05
0.000140963
0.000182602
7.01694e-05
0.000163854
6.86475e-05
0.000120526
0.000163492
-0.000127914
0.000195837
0.000172811
-0.0004256
0.000303023
0.000155356
-0.000772672
0.00038194
0.000164029
-0.0011602
0.000468467
0.000153399
-0.00157256
0.000538258
0.000158156
-0.00199991
0.00060266
0.00016543
-0.00241095
0.000630411
0.000180696
-0.00280194
0.000654568
0.000199425
-0.0031507
0.000668595
0.000221587
-0.00345328
0.000732277
0.000236862
-0.00367527
0.000746087
0.000251989
-0.00383812
0.000743575
0.000250522
-0.00391799
0.000589984
0.000271907
-0.00389096
0.000427653
0.000267938
-0.00375888
0.000195529
0.000284766
-0.00352146
-2.38602e-05
0.000292987
-0.00315426
-0.000276425
0.000308692
-0.00268464
-0.000482287
0.000329663
-0.00211427
-0.000667717
0.000341068
-0.00146139
-0.00080549
0.00035772
-0.000806363
-0.000885033
0.000357911
-0.000141203
-0.000884884
0.000384191
0.000497138
-0.00076683
0.000328671
0.00102124
-0.000525072
0.000360419
0.00127256
-0.00014907
0.000319522
0.00128958
0.000212106
0.000267911
0.00109964
0.000445268
0.000227868
0.000799455
0.000524729
0.000189452
0.000465857
0.000494724
0.000157947
0.000177226
0.000386149
0.000115281
0.00020959
5.2103e-05
6.90498e-05
-0.000158457
3.62369e-05
0.000170891
-0.000249639
7.31203e-05
0.000252834
-0.000228668
0.000103998
0.000286684
-0.00014384
0.000133157
0.000265402
-3.21506e-05
0.000160548
0.000164895
9.0222e-05
0.00018279
3.24993e-06
0.000211383
0.000211985
-0.000250005
0.000328222
0.000225251
-0.000594184
0.000473476
0.000231276
-0.00100084
0.000613829
0.000226187
-0.0014651
0.000774369
0.000211548
-0.00198781
0.000913233
0.000199254
-0.00253331
0.00102482
0.000191139
-0.00307046
0.00109097
0.000193776
-0.00356094
0.00111606
0.000196017
-0.00399251
0.00109425
0.000202677
-0.00436921
0.00107164
0.000202584
-0.00468252
0.00102579
0.000202263
-0.00493173
0.00102403
0.00018965
-0.00505861
0.000905761
0.000173591
-0.00509734
0.000806268
0.000145242
-0.00505494
0.000564159
0.00012116
-0.00492507
0.000300858
9.96028e-05
-0.0047315
1.00954e-05
8.75232e-05
-0.0044308
-0.000304342
8.41044e-05
-0.00406139
-0.000626423
9.43132e-05
-0.00361276
-0.00090971
9.66754e-05
-0.00307066
-0.00118611
0.000106122
-0.00244404
-0.00141471
0.000128858
-0.00176223
-0.00155413
0.00014468
-0.00104444
-0.00159054
0.000173544
-0.000380077
-0.00142761
0.000215185
0.000258804
-0.00114786
0.000231239
0.000699133
-0.00060715
0.000258232
0.000978446
-6.22638e-05
0.00028135
0.000946364
0.000457448
0.000259639
0.000765676
0.000686574
0.000239049
0.00047417
0.000757088
0.000209329
0.000187582
0.000645564
0.000153266
0.000382019
5.67657e-05
6.48601e-05
-0.00022416
4.04072e-05
0.000144378
-0.000322901
9.48207e-05
0.000191289
-0.000269287
0.000137716
0.000146646
-0.000101882
0.000175902
2.82833e-05
9.7676e-05
0.000209423
-0.000193104
0.000310423
0.00024534
-0.000504541
0.000526564
0.000257838
-0.000927395
0.000751743
0.00026743
-0.00143081
0.000975164
0.00024638
-0.00199713
0.00117473
0.000220827
-0.00258043
0.00135043
0.000194089
-0.00315462
0.00147713
0.000178544
-0.00370068
0.00155705
0.000161509
-0.0041889
0.00156444
0.000147392
-0.00460959
0.00152338
0.000131472
-0.00496503
0.00143265
0.000115554
-0.00526242
0.00134731
9.12515e-05
-0.00549955
0.00123392
6.08299e-05
-0.00566748
0.00115752
1.30053e-05
-0.00572824
0.000923817
-2.70211e-05
-0.00572195
0.000756351
-7.27692e-05
-0.00562319
0.000422517
-9.84657e-05
-0.00549664
0.000134314
-0.000119186
-0.00530249
-0.000215974
-0.000119277
-0.00507114
-0.000574344
-0.000104347
-0.00478569
-0.000947709
-0.00010282
-0.00441342
-0.00131238
-7.91905e-05
-0.00396073
-0.00166254
-4.51698e-05
-0.00343185
-0.00195778
-1.58185e-05
-0.00282574
-0.00217406
1.30368e-05
-0.00216376
-0.00226226
5.91497e-05
-0.0014469
-0.00216386
9.61674e-05
-0.000753514
-0.00186396
0.000152034
-0.000164782
-0.00122947
0.000200236
0.000265461
-0.000530717
0.000234562
0.000477378
0.000200803
0.000253479
0.000464414
0.000656467
0.000254319
0.000315618
0.000862144
0.000230318
0.000125993
0.00079789
0.000167995
0.000489328
5.518e-05
4.73531e-05
-0.000266715
4.92846e-05
7.89976e-05
-0.000344278
0.00012749
4.13406e-05
-0.000214858
0.000182095
-9.75179e-05
4.14031e-05
0.000238313
-0.000334301
0.000336812
0.000262106
-0.000700064
0.000675021
0.00028658
-0.00116388
0.000987381
0.000284105
-0.00170448
0.00128098
0.00025761
-0.00227649
0.00152962
0.000218625
-0.00285035
0.00172257
0.000182645
-0.00342888
0.0018962
0.000147774
-0.00397687
0.00198639
0.000116619
-0.00445581
0.00199441
8.57325e-05
-0.004851
0.00191161
6.00354e-05
-0.00516876
0.00178914
3.07408e-05
-0.00540929
0.00162098
2.79095e-06
-0.00558562
0.00147389
-3.68496e-05
-0.00570757
0.00130945
-8.50994e-05
-0.00577108
0.00117323
-0.000139311
-0.00575962
0.000862719
-0.000176478
-0.00572081
0.00067377
-0.000215499
-0.005635
0.000297604
-0.000236407
-0.00555043
1.21579e-05
-0.000234342
-0.00544237
-0.000354004
-0.000227068
-0.00532569
-0.000717583
-0.000227803
-0.0051583
-0.00114074
-0.000207037
-0.00491371
-0.00157992
-0.000177818
-0.00457866
-0.00201923
-0.000146315
-0.0041527
-0.00240804
-0.00010403
-0.0036511
-0.00269441
-5.68639e-05
-0.00307812
-0.002851
-1.21253e-05
-0.00243118
-0.00283062
3.65882e-05
-0.00168228
-0.00262834
8.6805e-05
-0.000964336
-0.00197403
0.000145582
-0.000396946
-0.00112727
0.000213903
-1.66298e-05
-0.000214899
0.000269781
0.000125333
0.000473807
0.000264819
0.000112504
0.000832073
0.000239442
4.3701e-05
0.000832011
0.000166276
0.000517223
4.74946e-05
7.8546e-06
-0.000264967
6.77772e-05
-3.26755e-05
-0.000282402
0.000173378
-0.000163872
-7.02083e-05
0.000242546
-0.000416923
0.000299023
0.000285818
-0.000796246
0.000714746
0.000309456
-0.00126692
0.00113391
0.000304228
-0.00179745
0.00149674
0.000264731
-0.00235672
0.00181004
0.000216068
-0.00292939
0.00206322
0.000163538
-0.00351064
0.00225639
0.000117566
-0.00404025
0.00236848
7.24514e-05
-0.004474
0.00235693
3.42163e-05
-0.00481291
0.00226464
-8.35209e-06
-0.00506864
0.00209963
-4.18313e-05
-0.00523251
0.00188925
-7.09531e-05
-0.00531373
0.00164691
-9.83415e-05
-0.00533687
0.00144716
-0.000132871
-0.00532701
0.0012541
-0.00017915
-0.00528524
0.00109975
-0.000243949
-0.00523962
0.000790564
-0.000283634
-0.00520012
0.000622628
-0.000324142
-0.00514538
0.00023387
-0.000338046
-0.00509819
-3.73538e-05
-0.000332737
-0.00508754
-0.000370275
-0.000325196
-0.00508946
-0.000722678
-0.000312195
-0.00507124
-0.00116417
-0.000287878
-0.00500684
-0.00164896
-0.000256248
-0.00486254
-0.00216808
-0.000220125
-0.00460568
-0.00267019
-0.000179976
-0.0042278
-0.00308319
-0.000139491
-0.00373699
-0.00335761
-8.53664e-05
-0.00318621
-0.00339588
-3.9912e-05
-0.00251584
-0.00331959
1.71934e-05
-0.00170244
-0.0028093
7.72043e-05
-0.000964803
-0.00189531
0.000144087
-0.000414112
-0.000802857
0.000223212
-0.000114951
0.000133113
0.000253884
-7.73199e-06
0.000682378
0.000243778
1.5363e-06
0.000787937
0.000163455
0.000504758
4.22157e-05
-3.65655e-05
-0.000213008
9.08856e-05
-0.000164694
-0.000131233
0.0002202
-0.000408695
0.000190904
0.000296417
-0.000778372
0.00066669
0.000333713
-0.00123843
0.00116088
0.000325843
-0.00175167
0.00161804
0.00028275
-0.00230282
0.00200943
0.000222109
-0.00287771
0.00233375
0.000156298
-0.0034107
0.00253499
9.71761e-05
-0.00387758
0.00265183
4.36946e-05
-0.00425638
0.00266562
-1.08823e-05
-0.00456715
0.00258414
-5.88423e-05
-0.00478273
0.00240765
-0.000101187
-0.00489564
0.00215633
-0.000131719
-0.00490791
0.0018685
-0.000147603
-0.0048348
0.00156215
-0.000153943
-0.00470073
0.00131817
-0.000174848
-0.00455195
0.00111632
-0.000221587
-0.00441745
0.000986804
-0.000299079
-0.00436488
0.000753842
-0.000349438
-0.00433293
0.000620394
-0.000410562
-0.00431923
0.000248212
-0.000419635
-0.00433385
8.27557e-06
-0.000413796
-0.00440029
-0.00027796
-0.000401371
-0.00448355
-0.000615327
-0.000384719
-0.00458386
-0.0010411
-0.000356723
-0.00467858
-0.00153253
-0.000321081
-0.00473725
-0.00208966
-0.00028151
-0.00471084
-0.00268045
-0.000236427
-0.00454537
-0.00323784
-0.000193178
-0.00420867
-0.00368859
-0.000149396
-0.00370158
-0.00390965
-0.000100383
-0.0031194
-0.00391065
-5.74395e-05
-0.00232821
-0.00361854
-4.92521e-06
-0.00145082
-0.00279059
6.25042e-05
-0.000708102
-0.00157047
0.000140419
-0.000256013
-0.000349664
0.00021245
-8.04499e-05
0.000473281
0.000221231
-1.2087e-05
0.000695232
0.000148314
0.000484756
3.22676e-05
-9.9484e-05
-9.48233e-05
0.000125626
-0.000317184
0.000112358
0.00028154
-0.000657062
0.000540154
0.000353533
-0.00109959
0.00109681
0.000360427
-0.00160019
0.00163058
0.000317327
-0.00214818
0.00211987
0.000246527
-0.00269953
0.00250232
0.000164722
-0.00317122
0.00273642
9.5949e-05
-0.00358349
0.00286015
2.32054e-05
-0.00394876
0.00292856
-4.33993e-05
-0.0042319
0.00286229
-0.000105569
-0.00440511
0.00268583
-0.00016255
-0.0044764
0.00243352
-0.000206791
-0.00446325
0.00212264
-0.000224752
-0.00435447
0.00176812
-0.000222167
-0.00415138
0.00138525
-0.000205465
-0.0038709
0.00107069
-0.000206542
-0.00358808
0.000866809
-0.000254558
-0.00338279
0.000826853
-0.000347059
-0.00337755
0.000780778
-0.000442442
-0.00341222
0.00070587
-0.000511941
-0.00344979
0.000335196
-0.000510307
-0.003505
0.00011694
-0.000497501
-0.0036033
-0.000133668
-0.000479196
-0.00372773
-0.00044702
-0.00045628
-0.00389228
-0.00083482
-0.000427397
-0.00407991
-0.00130393
-0.000389004
-0.00427683
-0.00185356
-0.000346814
-0.00444286
-0.00247899
-0.000297379
-0.00451746
-0.00313407
-0.000249679
-0.0044277
-0.00375764
-0.000200116
-0.004105
-0.00422147
-0.000158089
-0.00359868
-0.00442018
-0.000109094
-0.00290453
-0.00432313
-7.17072e-05
-0.00197641
-0.00373551
-2.08056e-05
-0.00105235
-0.002515
4.82831e-05
-0.00037869
-0.00104939
0.000124337
-8.55249e-05
0.00015087
0.000177731
1.4059e-05
0.000571803
0.000127315
0.000492136
2.09853e-05
-0.000166504
9.132e-05
0.000154992
-0.000457777
0.000426579
0.000328331
-0.000874015
0.000953662
0.000393325
-0.00136037
0.00155157
0.000370087
-0.00188887
0.00210693
0.000296801
-0.00240923
0.00257011
0.000204027
-0.00284265
0.00285999
0.000116357
-0.00323878
0.00303495
2.72749e-05
-0.00360199
0.00313122
-5.42809e-05
-0.00384859
0.00308357
-0.000128531
-0.00396638
0.0029115
-0.000211292
-0.0040052
0.00267741
-0.000277051
-0.00398736
0.00240417
-0.000325435
-0.00391859
0.00208039
-0.000336261
-0.00376302
0.00169274
-0.000296568
-0.0034675
0.00123039
-0.000212861
-0.0030507
0.000846697
-0.00015112
-0.00262452
0.000608611
-0.00016252
-0.00234718
0.000659074
-0.000295766
-0.00244228
0.000930103
-0.00048879
-0.00259357
0.000919072
-0.000597869
-0.00266713
0.00047458
-0.000586609
-0.00275086
0.000262487
-0.000567854
-0.00285822
3.09021e-05
-0.000552885
-0.00300083
-0.000248988
-0.000520861
-0.00318464
-0.000597645
-0.00049185
-0.00340441
-0.00103165
-0.000450775
-0.00366119
-0.00154532
-0.000408027
-0.00392909
-0.00216206
-0.000357131
-0.00416363
-0.00285481
-0.000306303
-0.00429292
-0.0035913
-0.000254043
-0.00422414
-0.00426296
-0.000207926
-0.00388624
-0.00474335
-0.000165297
-0.00332349
-0.00488419
-0.000128367
-0.00248395
-0.0045872
-8.83788e-05
-0.00142786
-0.00358368
-3.85837e-05
-0.000563917
-0.0019287
3.39072e-05
-9.16021e-05
-0.000344384
9.70525e-05
7.57415e-06
0.000459345
8.64378e-05
0.000498705
-6.42898e-06
-0.000217113
0.000321985
0.000186849
-0.000576771
0.000799198
0.00037219
-0.00102826
0.00138906
0.000418063
-0.00151618
0.00199274
0.000364654
-0.0020156
0.00253603
0.000268077
-0.00245975
0.00292958
0.000166723
-0.00286913
0.0031679
6.33544e-05
-0.0032258
0.00328871
-2.68546e-05
-0.00344333
0.00325192
-0.0001203
-0.00352021
0.00308316
-0.000219191
-0.00351541
0.00285546
-0.000321268
-0.00348347
0.0026301
-0.000415557
-0.00345903
0.00241069
-0.000471972
-0.00344327
0.00215926
-0.00046468
-0.00332903
0.00173367
-0.000348785
-0.00295768
0.00101273
-0.000179418
-0.00228517
0.000185387
-5.8825e-05
-0.00167316
-0.000154015
-0.000173615
-0.00134727
0.000132905
-0.000411367
-0.00163443
0.00107368
-0.000683868
-0.0019676
0.00121863
-0.000784681
-0.00205936
0.000596443
-0.000693865
-0.00213765
0.000393624
-0.000657185
-0.00225064
0.00019955
-0.000631864
-0.00238967
-5.38822e-05
-0.000593286
-0.00256923
-0.000360907
-0.000559995
-0.00278332
-0.000760541
-0.000514906
-0.0030472
-0.00122451
-0.000471644
-0.00334935
-0.00180413
-0.000418684
-0.00366404
-0.00248665
-0.00036604
-0.00393419
-0.00327333
-0.00031002
-0.00407056
-0.00408789
-0.000258805
-0.00397386
-0.00481337
-0.000213201
-0.00357989
-0.0052648
-0.000175949
-0.00290462
-0.00526151
-0.000144973
-0.00191834
-0.00457892
-0.000109476
-0.000873844
-0.00299048
-4.95308e-05
-0.000169507
-0.00105909
2.65899e-05
-1.03271e-05
0.000280522
4.1274e-05
0.000487704
-3.2173e-05
-0.00024135
0.000569526
0.000211734
-0.000632626
0.00119047
0.000405023
-0.00109357
0.00181785
0.000435223
-0.00158809
0.00242243
0.000357489
-0.00206926
0.00292817
0.000247465
-0.00248631
0.00324177
0.000138036
-0.0028386
0.00340326
3.33926e-05
-0.00304673
0.00338709
-6.82371e-05
-0.0031025
0.0032164
-0.000182932
-0.003047
0.00296155
-0.000308477
-0.00294983
0.00272624
-0.000451589
-0.00288908
0.00256539
-0.000586185
-0.00290867
0.00246663
-0.000683709
-0.00296763
0.00225848
-0.000700442
-0.00276276
0.00147918
-0.000607015
-0.00206647
0.000126949
-0.00050992
-0.00124109
-0.000863946
-0.000447417
-0.000829882
-0.000670206
-0.000527899
-0.000851933
3.19662e-05
-0.000708823
-0.0013203
0.00138623
-0.00111132
-0.00166336
0.00151579
-0.00112724
-0.00165829
0.000636645
-0.000835851
-0.00168152
0.000473135
-0.00074889
-0.00180564
0.000370067
-0.000723305
-0.0019123
0.000107573
-0.000671547
-0.00208299
-0.000134764
-0.000636412
-0.00227412
-0.000511209
-0.000585389
-0.00251121
-0.000928059
-0.000540758
-0.00279671
-0.00145958
-0.000485345
-0.00312388
-0.00210073
-0.000430054
-0.00345852
-0.00288323
-0.000370405
-0.00372799
-0.00376936
-0.00031476
-0.00382673
-0.0046767
-0.000263793
-0.00364522
-0.0054214
-0.000223227
-0.00313649
-0.00575787
-0.000191295
-0.00229628
-0.00541659
-0.000166903
-0.00118742
-0.0041006
-0.00013021
-0.000337609
-0.00191622
-6.60459e-05
-2.35341e-05
-3.57952e-05
-1.82026e-05
0.000471889
-7.71688e-05
-0.000260151
0.000823129
0.000234195
-0.000663812
0.0015779
0.000432899
-0.00113231
0.00223677
0.000450471
-0.00161916
0.0028249
0.000359771
-0.00205803
0.00326244
0.000240755
-0.00242823
0.00348419
0.000131916
-0.0026723
0.00352225
1.80228e-05
-0.00274398
0.00335057
-9.52738e-05
-0.00266221
0.00304735
-0.000228344
-0.00248168
0.00272378
-0.000386704
-0.00228101
0.0024887
-0.000579087
-0.00215742
0.00242234
-0.000800605
-0.0021634
0.00245126
-0.00100374
-0.00212587
0.00212642
-0.0011713
-0.00157745
0.000755993
-0.00111779
-0.000400228
-0.000558294
-0.00061784
0.000182633
-0.000454959
0.000262219
5.11579e-05
0.000207489
0.000444477
-0.000431869
0.000869476
-0.00019988
-0.000849663
0.00186872
-0.00123369
-0.00108637
0.00176619
-0.00130602
-0.00116424
0.000737357
-0.000838332
-0.00127001
0.000590325
-0.000788511
-0.00142537
0.000554962
-0.000814774
-0.00155906
0.000286421
-0.00075365
-0.00171074
6.81408e-05
-0.000725925
-0.0018924
-0.000275928
-0.000664157
-0.00209405
-0.0006688
-0.00061948
-0.00234135
-0.00115426
-0.000560546
-0.00263975
-0.00174284
-0.00050129
-0.00298008
-0.0024847
-0.000436624
-0.00331411
-0.00338127
-0.00037427
-0.00355209
-0.00439431
-0.000317531
-0.00356872
-0.00537284
-0.000271204
-0.00324688
-0.00606177
-0.000235931
-0.0025604
-0.00609457
-0.000209856
-0.00153178
-0.00512704
-0.000186422
-0.000528914
-0.00291628
-0.000139475
-3.20882e-05
-0.000539373
-9.56793e-05
0.000449374
-0.000122878
-0.000259475
0.00106235
0.000252868
-0.000663817
0.00194933
0.000454408
-0.00113063
0.00263673
0.00046593
-0.00159238
0.00318304
0.000372577
-0.00199266
0.00354293
0.000247446
-0.00230245
0.00365496
0.000140766
-0.00244104
0.00353199
2.51537e-05
-0.00238633
0.00318772
-9.50965e-05
-0.00217802
0.00275768
-0.000247524
-0.00185652
0.00234336
-0.000434515
-0.00150168
0.00209463
-0.000707938
-0.00125271
0.00211406
-0.00105527
-0.00117486
0.002221
-0.00147359
-0.000840615
0.0017387
-0.00174511
0.000366322
0.000530621
-0.000762797
0.00140019
6.99072e-05
0.00160783
0.00113363
0.000809075
0.00262922
0.000264197
0.00132437
0.00151868
-0.000212329
0.00126006
-1.02396e-05
-0.00014102
0.00168597
-0.00139802
-0.000212363
0.00167764
-0.00144502
-0.000599266
0.000881726
-0.000923686
-0.000901512
0.000745647
-0.000907689
-0.00111439
0.000734265
-0.000943013
-0.00130505
0.000476284
-0.00086724
-0.00144604
0.000241162
-0.000834546
-0.00162807
-5.17931e-05
-0.000774294
-0.00179809
-0.000443113
-0.000718161
-0.00199644
-0.000901038
-0.000654049
-0.00224271
-0.00143858
-0.000587272
-0.00254772
-0.00212097
-0.000515165
-0.00288733
-0.00298476
-0.000444218
-0.00319713
-0.00403432
-0.000379215
-0.00335805
-0.00517298
-0.000325094
-0.00322914
-0.00616441
-0.000284785
-0.0027061
-0.00660179
-0.000255932
-0.00179493
-0.00602501
-0.000231689
-0.000707496
-0.00399275
-0.000201174
-5.23311e-05
-0.0011767
-0.000151588
0.00041396
-0.000158356
-0.000249603
0.00127635
0.000270687
-0.000645619
0.00229581
0.000475184
-0.00109535
0.00300003
0.0004938
-0.00153064
0.00349659
0.00039854
-0.00190053
0.00377541
0.00027971
-0.00214697
0.00375626
0.000181956
-0.00221343
0.0034619
7.52733e-05
-0.00207502
0.00294395
-4.47213e-05
-0.00176333
0.00235892
-0.000188842
-0.00126014
0.00176979
-0.00037864
-0.000678563
0.0014238
-0.000703173
-0.000277342
0.00151033
-0.00124837
3.79412e-05
0.00179491
-0.00181227
0.00113903
0.00147318
-0.00115785
0.00204209
0.000912342
0.00177186
0.00128345
0.000991797
0.00423661
-3.97208e-05
0.00144941
0.00356625
-0.000591256
0.00132875
0.00129743
-0.000184397
0.000493326
-0.000405603
0.000628732
0.000726873
-0.00160427
0.000615146
0.00128784
-0.00167608
-0.000118765
0.00101478
-0.00123277
-0.000565991
0.000807448
-0.00112586
-0.000855232
0.000884124
-0.00109957
-0.00111296
0.000669221
-0.00101183
-0.00128441
0.000419212
-0.000967983
-0.001443
0.000132621
-0.000904041
-0.00160452
-0.000243575
-0.000839286
-0.00175924
-0.000700973
-0.000768384
-0.00195189
-0.0011947
-0.000692439
-0.00220664
-0.00181212
-0.000609856
-0.00251887
-0.0026171
-0.000526829
-0.00285239
-0.00364912
-0.000450854
-0.00310342
-0.00487939
-0.000386181
-0.00312828
-0.0061095
-0.000337843
-0.00277357
-0.00693693
-0.000303034
-0.00199298
-0.0067916
-0.000277959
-0.000892913
-0.00507758
-0.000251521
-8.81433e-05
-0.00196313
-0.00021095
0.000347501
-0.000205625
-0.000230194
0.00145682
0.000287918
-0.000604456
0.00260322
0.000500019
-0.00103541
0.00332729
0.00052608
-0.00145684
0.00378178
0.000436651
-0.00180741
0.00397146
0.000334962
-0.00201701
0.00380882
0.000259633
-0.00204747
0.00334415
0.000181791
-0.00186609
0.00264523
7.98279e-05
-0.00143712
0.0018484
-5.61321e-05
-0.000751179
0.00101784
-0.000204095
-7.87033e-05
0.000541469
-0.000598169
0.000167437
0.000904312
-0.00129447
0.00114288
0.00137771
-0.00126642
0.00225818
0.000796329
0.000854269
0.00129652
0.00071367
0.00345266
-0.000652617
0.00119255
0.00414395
-0.00146717
0.000793326
0.00312128
-0.000704648
0.000167237
0.00140493
0.0008305
-0.00114393
0.000157513
0.0017331
-0.000569324
-0.00114358
0.00152807
0.000684416
-0.00184037
0.000484381
0.000977356
-0.00177143
-0.000206941
0.000762682
-0.0014432
-0.000609472
0.000979759
-0.00125685
-0.000962392
0.000878996
-0.00117102
-0.00117922
0.000587801
-0.00110374
-0.00133984
0.000283184
-0.00105211
-0.00148954
-7.85008e-05
-0.000985486
-0.00161442
-0.000545427
-0.000911041
-0.00175223
-0.00101564
-0.000825633
-0.00194876
-0.0015698
-0.000729232
-0.00221555
-0.00229931
-0.000630074
-0.00254151
-0.00327184
-0.000539392
-0.00284154
-0.00453339
-0.000460302
-0.00297434
-0.00594083
-0.000399778
-0.00276136
-0.00712521
-0.000355939
-0.00210205
-0.00743069
-0.000324977
-0.00105173
-0.00610755
-0.000297935
-0.000125104
-0.00286111
-0.000265361
0.000251472
-0.000242085
-0.000198618
0.00159234
0.000309419
-0.000545813
0.00286706
0.000529528
-0.000967971
0.00363068
0.00056702
-0.00138383
0.00404696
0.000497761
-0.00173665
0.00415493
0.00042143
-0.00196354
0.00386293
0.000387556
-0.00204509
0.00325942
0.000378779
-0.00194898
0.00238259
0.000394442
-0.00155508
0.00130575
0.000401198
-0.000847522
6.57353e-05
0.00039341
-0.000110418
-0.000834325
-3.8352e-05
0.00039151
2.45898e-05
-0.000586932
0.0012974
0.000313885
0.000415277
0.00065899
-0.00138834
0.00179159
-0.00121315
-0.000764106
0.00173492
-0.00240688
0.000342226
0.00232511
-0.00177542
-0.00129173
0.00290385
4.63468e-05
-0.00188773
0.00165619
0.00195007
-0.00363382
0.00104728
0.0031907
-0.00284826
0.000491757
0.00291721
-0.00102247
-0.00141049
0.00119613
0.000197217
-0.00239902
0.000172031
8.39774e-05
-0.00179996
-0.000354132
0.000786573
-0.00134967
-0.000845705
0.00102268
-0.00125404
-0.00109212
0.000681638
-0.00123136
-0.00127948
0.000395664
-0.00119876
-0.00141224
4.22474e-05
-0.00116728
-0.00153128
-0.000424846
-0.00109087
-0.00161949
-0.000907833
-0.000995003
-0.00176013
-0.00140188
-0.000882021
-0.00197557
-0.00204628
-0.000761098
-0.00227948
-0.00292327
-0.000650941
-0.00260531
-0.00416134
-0.000551705
-0.0028171
-0.00568898
-0.000473421
-0.00272156
-0.00719137
-0.000415547
-0.00217574
-0.00795368
-0.000375579
-0.00119401
-0.00706412
-0.000342326
-0.000201498
-0.00381965
-0.000314589
8.81205e-05
-0.000283637
-0.000160593
0.00167827
0.000335075
-0.000479518
0.00308819
0.000560117
-0.000892854
0.00391219
0.000615961
-0.00131464
0.00430544
0.000574495
-0.00169414
0.00435226
0.000532106
-0.00198749
0.0039703
0.000560335
-0.00218008
0.00326541
0.000639851
-0.00222057
0.00221783
0.000816603
-0.00201634
0.000880183
0.00109278
-0.00163077
-0.000856585
0.00131253
-0.00144782
-0.00218987
0.000927329
-0.00142416
-0.00123936
0.000888253
-0.00130028
-0.00297151
0.00138146
-0.00200293
-0.00540965
2.70962e-05
-0.00200461
-0.00294591
-0.00110562
-0.00182712
-0.000698833
0.00104431
-0.00115532
-0.00193445
0.00225184
-0.000227171
-0.00163182
0.00125928
0.00219942
-0.00583419
0.00314039
0.00478987
-0.0056246
0.00328495
0.00524126
-0.00266833
0.000954546
0.00319433
7.10275e-05
-0.0014267
0.00159401
3.39844e-05
-0.00108851
0.000395074
0.0010322
-0.000771223
-0.00057243
0.00152002
-0.00106389
-0.00100323
0.000875575
-0.00124504
-0.00125452
0.000494197
-0.00133615
-0.00139374
0.000118383
-0.00137075
-0.00150823
-0.000334961
-0.00132014
-0.00153798
-0.000892666
-0.00120603
-0.00161307
-0.00133571
-0.00107284
-0.00176601
-0.0018806
-0.000921634
-0.0020408
-0.00261818
-0.000790006
-0.00238822
-0.00376943
-0.000664968
-0.0026719
-0.00535695
-0.000562298
-0.00268948
-0.00713618
-0.000483483
-0.0022557
-0.00835792
-0.00042746
-0.00134011
-0.00795046
-0.000384677
-0.000298229
-0.00482031
-0.00035225
-0.000163062
-0.000318639
-9.56772e-05
0.00168948
0.000366002
-0.000382636
0.00326755
0.000593388
-0.000808642
0.00419365
0.00068432
-0.0012567
0.0045786
0.000674288
-0.00169683
0.00459672
0.000680539
-0.00212549
0.00419747
0.000797214
-0.00258223
0.003497
0.00102784
-0.00311251
0.00245363
0.00149639
-0.00383791
0.00114357
0.00218854
-0.00515638
-0.000948441
0.00275629
-0.00656595
-0.0034729
0.0030725
-0.00682696
-0.00387037
0.00388817
-0.00345334
-0.00816361
0.00464457
-0.000330719
-0.0061379
0.00298103
-0.00100497
-0.000120737
0.0016509
-0.00275406
0.00290701
0.00276607
-0.00214022
-0.00104991
0.00533923
-0.000719324
-0.000757139
0.00572256
0.0016535
-0.00680176
0.00899531
0.00424465
-0.0064791
0.00795957
0.00556265
-0.00228473
0.0042501
0.00446732
0.00192286
0.000366751
0.00237835
0.00197482
-9.88659e-05
0.000557536
0.0026943
-0.000131968
-0.000541295
0.00252961
-0.000419328
-0.000913162
0.000927307
-0.00109312
-0.0011836
0.000492461
-0.00139865
-0.00138544
0.0001312
-0.00159555
-0.00150016
-0.000357569
-0.00158483
-0.00148586
-0.00102052
-0.00147446
-0.00148349
-0.00141805
-0.00132543
-0.0015581
-0.00185298
-0.00113327
-0.00178971
-0.00239389
-0.000968688
-0.00215035
-0.00337655
-0.00081149
-0.00250195
-0.00494418
-0.000669277
-0.00264166
-0.00694423
-0.000564779
-0.00233747
-0.00862365
-0.000483938
-0.00150616
-0.0087461
-0.000427987
-0.000422866
-0.00585639
-0.000387984
-0.000527526
-0.000357214
-5.45015e-05
0.00165689
0.000402242
-0.000335649
0.00342672
0.000642907
-0.000736684
0.00444469
0.000751581
-0.00119448
0.00484953
0.000789167
-0.00168451
0.0048735
0.000841437
-0.00225546
0.00453389
0.00107717
-0.0030749
0.00400055
0.00150902
-0.00454917
0.00346855
0.00241214
-0.0072963
0.00284043
0.00379681
-0.010872
-0.00028505
0.00510848
-0.0124371
-0.00618891
0.00575705
-0.00954459
-0.00936704
0.00606619
-0.00107705
-0.0134242
0.00474869
0.00408499
0.00350678
-0.00126455
0.00174365
0.0131426
-0.0078402
-0.000926602
0.00975911
-0.00149399
-0.00134119
-0.000328797
0.00786413
-0.00500501
0.00955895
0.00578226
-0.00623446
0.00471201
-0.00177994
-0.0039682
0.00285003
-0.00612653
0.00329186
0.00121281
-0.00561618
0.00459705
0.00524583
-0.00270256
0.000716758
0.00641287
-0.00111125
-0.00134472
0.0063761
-0.00181596
-0.00150697
0.0037971
-0.000785626
-0.00135827
0.000768281
-0.00105159
-0.00139931
5.14795e-05
-0.00155043
-0.00150814
-0.000110442
-0.00190629
-0.00160249
-0.000556781
-0.00191096
-0.00146713
-0.00143301
-0.00179597
-0.00134358
-0.00175087
-0.00162471
-0.00133076
-0.00200623
-0.00137681
-0.0015162
-0.00229416
-0.00119867
-0.00189901
-0.0029873
-0.000993381
-0.00232789
-0.00442275
-0.000811443
-0.00259578
-0.00659323
-0.000659115
-0.00245161
-0.00871058
-0.00054131
-0.00174711
-0.00940447
-0.000461112
-0.0006433
-0.00690702
-0.000403376
-0.00110714
-0.000363724
1.57144e-05
0.00155884
0.000405626
-0.000241389
0.00355697
0.000669445
-0.000600305
0.00465341
0.000798434
-0.00103488
0.00509168
0.000891389
-0.00150316
0.0051122
0.00100084
-0.00205606
0.00481587
0.00136948
-0.0028607
0.00443496
0.00203113
-0.00449628
0.004663
0.00346997
-0.00797615
0.00528236
0.00518155
-0.0109944
-0.000140074
0.00497827
-0.0113111
-0.00945817
0.00212343
-0.0076292
-0.0144008
-0.00347543
-0.00262318
-0.0156139
-0.0102109
-0.00483597
0.0178986
-0.0215351
-0.0038105
0.0268821
-0.0198413
0.00525669
0.00731513
-0.00959192
0.00624813
-0.00187352
-0.0130212
-0.000537907
0.0231611
-0.0288969
-0.00527995
0.0166647
-0.0435137
-0.00241094
0.0119546
-0.0416797
0.0140214
0.00153658
-0.0228513
0.0175693
0.00367469
0.00100269
0.00877263
0.0113906
0.00237215
0.000643939
0.0137514
-0.00321964
-0.00139078
0.00636777
-0.00305364
-0.000798366
-0.00106678
-0.00138864
-0.000887298
-0.0014504
-0.00152778
-0.0014666
-0.000425645
-0.0021325
-0.00169717
-0.0010275
-0.00224978
-0.00136468
-0.00241566
-0.00220056
-0.00114739
-0.00250905
-0.00204512
-0.00109875
-0.0024479
-0.00171017
-0.00124507
-0.00241721
-0.00153482
-0.00164167
-0.00268138
-0.00127436
-0.0021471
-0.00375415
-0.000988777
-0.00254854
-0.00603899
-0.000804585
-0.00253733
-0.00862784
-0.000605545
-0.00196975
-0.00989963
-0.000498565
-0.0008651
-0.00794369
-0.000416581
-0.00189238
-0.000390519
7.18657e-05
0.00140136
0.000440759
-0.000126484
0.0036251
0.000714422
-0.000429179
0.00479193
0.000873902
-0.00077386
0.0052432
0.00100324
-0.00113807
0.00522226
0.00116991
-0.00151206
0.00484141
0.00167704
-0.00190899
0.00435159
0.00251259
-0.00229819
0.00456615
0.00436107
-0.0021862
0.00641941
0.0038645
-0.00117061
0.00153065
-0.00228035
-0.00111133
-0.0075732
-0.0089157
-0.00193078
-0.01608
-0.0136109
-9.88693e-05
-0.0195979
-0.0131634
-0.00385167
0.0164007
-0.0238844
-0.00545099
0.0292871
-0.0220608
0.00933571
3.05475e-05
-0.0214594
0.0223558
-0.00570577
-0.0392611
0.014312
0.0152102
-0.0451667
0.00254377
0.00996
-0.0407839
0.00518735
0.00788305
-0.0556058
0.0226586
0.0023393
-0.0365396
0.020877
0.00946434
0.00672219
0.0037397
0.0268087
0.00893448
-0.00767454
0.027055
-0.00429614
-0.00580034
0.00431035
-0.00838105
-0.00173406
-0.00885284
-0.00491645
-0.00068961
-0.00585253
-0.00246034
-0.00144256
-0.00103476
-0.00254927
-0.0020014
-0.00148447
-0.0026342
-0.00146712
-0.00413669
-0.00267327
-0.000995774
-0.00418531
-0.00247245
-0.000838115
-0.00355423
-0.00212224
-0.00101844
-0.00287837
-0.00212012
-0.00149684
-0.00246219
-0.0017954
-0.00215854
-0.00285535
-0.001378
-0.00259136
-0.00534615
-0.00102027
-0.00261259
-0.00845972
-0.000679566
-0.00218491
-0.0102185
-0.00050847
-0.0011573
-0.00888184
-0.000400624
-0.00295869
-0.000370705
1.61193e-05
0.00130945
0.000454298
-0.000127176
0.00364426
0.000741942
-0.000340904
0.0048512
0.000930753
-0.000615907
0.00531701
0.00111062
-0.000928742
0.00524967
0.00131978
-0.00129171
0.00476645
0.00195076
-0.00166565
0.00410157
0.00289626
-0.00160395
0.00385201
0.00513286
0.00209125
0.00681861
0.00207736
0.00745236
0.00735018
-0.00533635
0.00822925
0.000650837
-0.0112506
0.00178205
-0.0105303
-0.00874149
-0.00523831
-0.0238874
-0.00407327
-0.0067225
-0.00775362
-0.0175908
-0.00465922
0.0130088
-0.015694
0.0105957
-0.00465806
-0.0132486
0.0397388
-0.0120126
-0.025854
0.037066
0.00257949
-0.0295045
0.00396336
0.0134097
-0.0145874
-0.00789116
0.0215723
-0.0537224
0.00792696
0.019226
-0.0660145
-0.00182314
0.0326744
-0.00466654
-0.0249914
0.0540645
0.0167961
-0.0198063
0.0329861
0.00553322
-0.00335136
-0.00880395
0.000819538
0.00286294
-0.0199357
-0.00127694
0.000847435
-0.00950224
-0.00167077
-0.00233168
-0.000820576
-0.00282045
-0.00325043
-0.00241282
-0.0028184
-0.00238028
-0.00649775
-0.00197193
-0.0012377
-0.00667195
-0.00180704
-0.000487771
-0.00591416
-0.00204612
-0.000616351
-0.00398623
-0.00288155
-0.00140545
-0.00230063
-0.00248956
-0.00236961
-0.00187282
-0.00199394
-0.00296325
-0.00459989
-0.00158494
-0.00280996
-0.00845164
-0.000752336
-0.00228149
-0.0105893
-0.000486776
-0.00130023
-0.00974449
-0.000332901
-0.00415154
-0.000300052
-1.00951e-05
0.00124804
0.000451258
-9.41763e-05
0.00361363
0.000745578
-0.000257289
0.00486768
0.000952699
-0.000526548
0.00539077
0.00117404
-0.000923034
0.00533536
0.001447
-0.00159688
0.00496021
0.00220768
-0.00231497
0.00425782
0.0032057
-0.00332466
0.00377412
0.00557968
0.000688593
0.00614828
0.00206081
0.00813601
0.0130244
-0.00104382
0.00755936
0.0109133
-0.00361679
-0.00407834
0.00200966
0.002212
-0.018305
-0.0215385
0.00161243
-0.0256288
-0.0264245
-0.015462
-0.0109467
-0.00850462
-0.0140135
0.0187704
-0.00628062
-0.00530425
0.0424724
-0.0140814
-0.0102568
0.0176643
0.0150094
-0.00241759
-0.0326205
0.0361341
0.000865511
-0.0239858
0.0406195
-0.0295339
0.00502669
0.0322772
-0.0767107
0.0131307
0.032724
-0.0333709
0.000966743
0.0528063
0.0166154
-0.000712163
0.0230622
0.0235237
0.00960822
-0.0262175
0.0147768
0.0100975
-0.0313296
0.00418562
-0.000627815
-0.0110068
0.00375603
-0.00723454
-0.00134092
0.00215835
-0.00581118
-0.00652027
0.00153125
-0.00423224
-0.00940238
0.00267938
-0.00313756
-0.00859813
0.00209922
-0.000927027
-0.00902095
6.42793e-05
-0.000302443
-0.00400434
-0.00235388
-0.00101503
-9.49565e-05
-0.00228975
-0.00219195
-0.000629772
-0.00252716
-0.00304096
-0.0042389
-0.00211734
-0.00288221
-0.0085544
-0.000864425
-0.00229087
-0.0109989
-0.000376283
-0.00133003
-0.0105608
-0.000229216
-0.00536958
-0.000196846
-1.44572e-05
0.00120191
0.000454709
-3.81622e-05
0.0035367
0.000740378
-0.000156882
0.00485368
0.000955475
-0.000426829
0.00548114
0.00119499
-0.000891851
0.00549947
0.00149727
-0.00180097
0.00540433
0.00225348
-0.00292631
0.00479394
0.00328873
-0.00595214
0.00437904
0.00535513
-0.00625822
0.00499896
0.0045844
0.00146195
0.0117545
0.00179173
0.00659574
0.0120213
-0.000525785
0.0106818
0.00967118
0.00550995
0.00847239
-0.0176189
0.0223181
-0.00904634
-0.0278534
0.00307026
0.00465194
-0.0218829
-0.0180282
0.0310308
-0.003553
-0.0279535
0.0363361
0.00183668
-0.0170098
0.00205921
0.0446819
0.0059477
-0.0264092
0.0597847
0.00771634
-0.0117233
0.0439234
0.00616747
0.00214797
0.0425389
-0.0333005
0.019409
0.0238189
-0.0347815
0.0291435
0.0288966
-0.00325349
0.030162
0.0078967
0.0162165
0.0241584
-0.0249496
0.0169951
0.0154659
-0.0242954
0.00684382
0.00686931
-0.00558355
0.00857012
-0.0027461
0.000644475
0.00860201
-0.00478878
-0.00994591
0.00912835
-0.00415562
-0.0118427
0.00861733
-0.00436192
-0.0111183
0.00659131
-0.00336209
-0.0117092
0.00349516
-0.00153938
-0.00103799
0.000342418
-0.000669094
0.00654812
-0.000139392
-0.00133149
0.00196742
-0.0020925
-0.00255933
-0.00411198
-0.00200484
-0.00246816
-0.00879874
-0.000711617
-0.00191441
-0.0113427
-0.000126856
-0.00110862
-0.0112025
-2.91022e-05
-0.00635844
-3.4387e-05
1.26437e-05
0.00113742
0.000442951
4.66405e-05
0.00341641
0.000713456
-2.26325e-05
0.00480628
0.000933245
-0.000246757
0.00555608
0.00116877
-0.000756594
0.00576189
0.00146822
-0.00173288
0.00598871
0.00217764
-0.00328368
0.00565473
0.0032309
-0.00873302
0.0062493
0.00499147
-0.0150571
0.00636963
0.00704284
-0.00613797
0.00413913
0.00601278
0.00913886
-0.000639992
0.00870698
0.0218212
0.00352216
0.0117024
0.0331771
-0.0180313
0.0249951
0.0202687
-0.025095
0.026706
0.0158602
-0.0149735
0.00101896
0.0206193
0.00851626
-0.0152639
0.0215939
0.0208053
-0.00421027
0.00302317
0.0588143
0.00803217
-0.00387996
0.0609162
0.0242022
0.0138092
0.0253707
0.017998
0.0229551
0.0388156
-0.0086515
0.0209783
0.0282359
-0.0181044
0.0225868
0.0298357
-0.00299822
0.020473
0.0127132
0.0170707
0.00928854
-0.00510476
0.0271575
-0.000593896
-0.000778932
0.0222096
-0.00137614
0.00703838
0.0187915
-0.00564692
0.00499466
0.00697007
-0.00805967
-0.00836495
0.00275479
-0.00548438
-0.0129039
0.00564889
-0.00526803
-0.0148522
0.00702738
-0.00843173
-0.0110748
0.00431693
-0.00619555
0.00663436
0.000938765
-0.000512262
0.016098
-0.000490323
-0.000688417
0.0064046
-0.00305219
-0.00222597
-0.00427347
-0.00170232
-0.0019901
-0.00916556
-0.000256941
-0.00152927
-0.0114918
0.000270316
-0.000865977
-0.0116734
0.000230882
-0.00711032
0.000169685
3.91225e-05
0.00105605
0.000422175
0.000143484
0.00324404
0.000673178
0.000179182
0.00468125
0.000885258
0.000134834
0.00550898
0.00109509
-0.000134668
0.00588873
0.0013542
-0.000520671
0.00621276
0.00195167
-0.00129053
0.00594667
0.00299151
-0.00490325
0.00698032
0.00450979
-0.00967045
0.00775104
0.00522346
-0.00311034
-0.00127411
0.00720716
0.0107904
-0.0116593
0.0102287
0.0163698
-0.00167964
0.0105333
0.0213907
-0.00434859
0.00528703
0.016403
-0.0162118
0.0301296
0.00374967
-0.00948472
0.0320755
-0.0037779
0.0186108
0.00195175
0.000306736
0.0375936
-0.00400133
0.00381997
0.0590347
0.0303709
0.00487683
0.0419239
0.0418606
0.0173603
0.000444032
0.012725
0.0358167
0.0115006
-0.000640287
0.0355881
0.0144286
-0.0046349
0.0307007
0.026488
-0.000136013
0.0195526
0.0189258
0.0151842
0.00412855
0.00839686
0.033641
-0.00388318
0.0101089
0.0416143
-0.00262679
0.00832454
0.0363401
0.000739306
0.00435463
0.00932647
-0.00050912
-0.00406469
-0.00810795
-0.00180979
-0.00993991
-0.00246675
-0.00610605
-0.0142027
0.00367784
-0.0131605
-0.00492133
0.00208703
-0.00946124
0.0156888
-0.00244707
-0.00130314
0.0228567
-0.00905898
-0.0015453
0.00716555
-0.00990866
-0.00227437
-0.00600048
-0.00317555
-0.0015099
-0.00963876
0.000395308
-0.00116457
-0.0114668
0.00072205
-0.000640769
-0.0120011
0.000499182
-0.00765676
0.000390704
7.27417e-05
0.000952681
0.000390552
0.000254192
0.0030192
0.000612187
0.000417524
0.004468
0.000807182
0.000580099
0.00531782
0.00097656
0.000753308
0.00571525
0.00116009
0.00149189
0.0057082
0.00145546
0.0027198
0.00507038
0.00219321
0.00395177
0.00509988
0.00327663
0.0059272
0.00530096
0.00188986
0.0101324
-0.00413705
0.00320112
0.00990297
-0.00893499
0.000809558
0.00194044
0.00740271
-0.00356595
0.00602454
0.0106748
0.00235274
0.00658309
-0.0105225
0.0474403
-0.00998396
-0.0106502
0.0511152
-0.0275514
0.0147008
0.0115585
-0.031776
0.0354864
-0.00635935
-0.01843
0.0536925
0.0185238
-0.0147312
0.0299603
0.0312346
-0.00880745
0.00284251
0.01137
0.0166523
0.00118678
0.00940876
0.0318868
0.0128525
0.0198491
0.0314704
0.022014
0.0242312
0.0179403
0.0133604
0.0306673
0.00841559
0.00598399
0.0309902
0.00941067
0.00745779
0.0341002
0.0159694
0.00339686
0.0338657
0.0216718
0.000538353
0.0115034
0.0189395
5.66568e-05
-0.00684037
0.0100406
-0.00346751
-0.00633551
0.000363192
-0.00999891
-8.66274e-06
-0.00782956
-0.000148088
-0.00484846
-0.00556054
0.0154946
-0.0119456
-0.00031104
0.0153345
-0.0158913
-0.000431787
0.00113554
-0.0113736
-0.000743848
-0.00782435
-0.0022381
-0.00061249
-0.00937016
0.00118792
-0.000644829
-0.0111153
0.00105853
-0.000434177
-0.0120955
0.000713548
-0.00804488
0.000561025
9.285e-05
0.000840699
0.000352898
0.000320739
0.00276295
0.000546157
0.000567158
0.00419599
0.00071723
0.000828788
0.0050647
0.000846412
0.00120754
0.00543027
0.000948248
0.00207041
0.00523569
0.00101164
0.00356394
0.00444193
0.00122403
0.0055381
0.00393547
0.00162713
0.00874477
0.00322855
0.00103355
0.0115903
-0.00474733
0.000411108
0.0071915
-0.00247481
-0.00292527
0.00104347
0.013817
-0.0039248
0.00474658
0.00894174
0.00764339
0.0110494
-0.0101568
0.0237599
-0.00419052
-0.00340556
0.0590284
-0.028152
0.0216491
0.0389864
-0.0382008
0.0250088
0.000318457
-0.025278
0.0332667
-0.00757838
-0.0164222
0.0197368
0.000855892
-0.0134093
0.00787459
-0.0058963
0.00592282
-0.0102525
-0.0228237
0.026949
0.0109327
0.00304106
0.0359192
0.0368215
0.0297055
0.0269171
0.0225054
0.0302801
0.0160229
0.0111168
0.0262619
0.0131142
0.017752
0.0168356
0.0181112
0.0138053
0.00807309
0.023368
0.00516692
0.00675143
0.0257291
0.000762735
0.00254231
0.0261945
-0.00231112
0.00487793
0.0243502
-0.00973619
0.00920249
0.0140359
0.00172373
-0.00204167
0.0084343
0.00934862
-0.0123665
0.00848192
0.00337913
-0.00906155
0.0067124
-0.0028092
-0.00119081
0.00390333
-0.00589604
0.00277202
0.00152508
-0.0068623
0.00223526
0.000189566
-0.00972126
0.00138834
-0.000260285
-0.0116483
0.000906465
-0.008324
0.000691306
0.000104807
0.00072618
0.000316318
0.000352112
0.00249633
0.000485088
0.000632871
0.0039014
0.000635499
0.000908165
0.00480584
0.000740707
0.00125005
0.00518902
0.000799675
0.00171501
0.00505975
0.000786377
0.00241213
0.00448151
0.000682957
0.00315036
0.00417805
0.000574996
0.00556928
0.00287356
-2.42059e-05
0.00782707
-0.00370574
-0.00161375
0.00803985
-0.00113967
-0.00414197
0.0142746
0.00821002
-0.00593993
0.0202504
0.00111323
0.00139859
0.010232
-0.00633846
0.00863905
0.00637696
-0.000241589
0.0230232
0.00396487
0.0160718
0.0510743
0.00173451
0.0189199
0.0345771
0.0149699
0.0176743
0.0013476
0.0191843
0.0115716
0.00172913
0.019789
0.00265454
-0.017106
0.014902
-0.0186554
-0.0362574
0.0122106
0.000185812
-0.0200261
0.0164035
0.0300504
-4.24924e-05
0.0105874
0.0307636
0.00226548
0.0112978
0.0168965
0.00795888
0.0168602
0.0227367
-0.00550716
0.0204921
0.0226096
-0.0165601
0.020915
0.0127247
-0.0102066
0.0248477
0.00155028
-0.000539718
0.035442
-0.00291385
0.0116659
0.0395307
-0.0068931
0.0194746
0.0267295
0.00494928
0.00459262
0.0107633
0.00599244
-0.00971104
0.00696717
-0.00231788
-0.00688909
0.00675872
-0.00246662
0.00359629
0.0042251
-0.0030286
0.00428488
0.00192894
-0.00448989
0.00216385
0.000383516
-0.0081996
0.00137208
-0.000274752
-0.0110297
0.000910726
-0.00863254
0.000705008
0.000106592
0.000614476
0.000283473
0.000355723
0.00223318
0.000432015
0.000657022
0.00359102
0.000563346
0.000951516
0.00452477
0.000650418
0.00126028
0.00495808
0.000685978
0.00158699
0.00493035
0.000638881
0.00200608
0.00453445
0.000479041
0.00275857
0.00417118
0.000220871
0.00470568
0.00278504
-0.000955017
0.00538956
-0.00148547
-0.00321688
0.00490791
0.000619312
-0.00456523
0.00813874
0.00572896
-0.00567565
0.00686049
-8.21361e-05
-0.00340431
-0.00160887
-0.0102106
0.0060869
0.00264054
-0.0150553
0.010316
0.0123624
0.00279141
0.025473
0.0218515
0.01257
0.0282694
0.0287047
0.0194575
0.0131366
0.0200029
0.013668
0.0163119
0.0192099
-0.00512703
-0.0127045
0.0168433
-0.0239173
-0.0225869
0.0118021
-0.00771673
0.00265789
0.017474
0.00963434
0.0259627
0.0135686
0.033906
0.0208597
0.0134169
0.0209928
0.0119609
0.0232338
0.0162693
-0.0163615
0.0314042
0.0181947
-0.0270952
0.0259469
0.0171402
-0.023474
0.017353
0.00501916
-0.0163704
0.0211286
-0.0043635
-0.00101595
0.0240347
-0.00571867
0.00809205
0.0148872
0.00070026
0.0013013
0.00241171
0.000450082
-0.0102205
0.000770029
-0.00325539
-0.00628403
0.00247524
-0.00208434
0.00299165
0.00170169
-0.00208807
0.00233417
0.000755128
-0.00324327
0.00130792
-0.000116556
-0.00722216
0.00101487
-0.000500956
-0.0106457
0.000734345
-0.00915507
0.00059556
0.00011385
0.000498226
0.000252601
0.000349965
0.00198552
0.000384393
0.000655069
0.00327658
0.000502988
0.000951689
0.0042358
0.000578036
0.00124401
0.00471749
0.000607609
0.00153382
0.00477389
0.000560224
0.00188027
0.0044907
0.000418792
0.00246779
0.00406585
0.000202459
0.00320038
0.00310839
-0.000533405
0.00251639
0.000974936
-0.00228268
0.00142095
0.00239885
-0.00315566
0.00104515
0.00648162
-0.00270614
-0.0020841
0.00194301
-0.00179281
-0.00346662
-0.0162486
0.00609955
-0.00159049
-0.0258443
0.00585883
-0.00387563
-0.00322525
0.000285349
-0.00413659
0.0173281
0.00114547
-0.00805504
0.0324934
0.0148609
-0.0114073
0.0252515
0.0288617
0.00331673
-0.00579198
0.00967928
0.00933205
-0.0244385
0.00673219
-0.00200105
-0.00552912
0.014755
-0.00385391
0.00370006
0.0354328
0.00703908
0.0209266
0.0458796
0.0151733
0.0200195
0.0123116
0.0150514
0.0087465
-0.0159954
0.0221116
0.00533223
-0.0229833
0.0200808
0.0120722
-0.0179856
0.00318626
0.00609598
-0.011615
-0.000593445
-0.00926131
-0.00225604
0.00305171
-0.0115203
0.00520171
0.00209628
-0.00412991
0.00202116
0.00234603
-0.00330369
-0.00547654
0.00289214
-0.00217337
-0.000909937
0.00140485
-0.000612563
0.00191301
0.000321966
-0.000980998
0.000576778
-8.85368e-05
-0.00237126
0.000743064
-0.000550378
-0.0066153
0.000666574
-0.000762998
-0.0104018
0.000507482
-0.00992013
0.00043177
9.71092e-05
0.000397583
0.000230487
0.000323269
0.00174983
0.00034723
0.000623927
0.0029644
0.000451073
0.000938006
0.00392279
0.00052001
0.0012434
0.004445
0.000544622
0.00154265
0.00456591
0.000501506
0.00186737
0.00436686
0.00038561
0.00229741
0.00397432
0.000188814
0.00270687
0.00332703
-0.000211761
0.00248749
0.00225376
-0.00108127
0.00308071
0.00264611
-0.00194526
0.00554195
0.00486817
-0.00176199
0.00785529
0.0014417
-0.000568821
0.0027278
-0.00858846
0.00385396
-0.00912927
-0.0108928
-0.000218052
-0.0135566
-0.00343173
-0.00766891
-0.0107045
0.0137107
-0.00907335
-0.00709132
0.0351256
0.000564773
0.00120914
0.0297985
0.0120006
0.011369
-0.000491733
0.0172269
0.0113462
-0.0151902
0.00109147
0.00650608
0.00197843
-0.00146599
-0.00477249
0.0164905
0.0218409
-0.00207994
0.0150598
0.0514183
0.0104086
0.0151487
0.0247056
0.00767902
0.00163059
0.00385373
0.00965698
-0.00575756
0.000457366
0.0163807
-0.00195928
0.000177649
0.0105932
-0.00108478
-0.00054304
0.00386635
-0.00980284
-0.000795947
-0.000334137
-0.0107265
0.00147009
-0.000805619
-0.00407197
0.00140359
0.00106318
-0.00288377
-0.00266453
0.000472949
-0.00208184
-0.00204618
-0.000951217
-0.000423665
-0.00160955
-0.00101019
-0.000608643
-0.000729364
-0.000864243
-0.00213301
0.000162521
-0.00105674
-0.00626443
0.000261702
-0.0011141
-0.0103011
0.000246306
-0.0110119
0.000232795
8.78177e-05
0.000306465
0.000204666
0.000283203
0.00154497
0.000315572
0.000571607
0.00266349
0.000409599
0.00087293
0.00361557
0.000469863
0.00119108
0.00414383
0.000497893
0.00149179
0.00432342
0.000462084
0.00180449
0.00418058
0.000377404
0.00214095
0.0038599
0.000225371
0.00243193
0.00341006
-2.28397e-05
0.00244112
0.00283737
-0.000359
0.00294102
0.00274629
-0.000801753
0.00508793
0.00330498
-0.000815188
0.00611301
0.00155116
-0.000511198
0.00132265
-0.00084537
-0.000263599
-0.00637688
0.000484914
-0.00192672
-0.00701371
-0.000702798
-0.00289738
-0.000699047
0.00384317
-0.00431349
0.00810254
0.022952
-0.00450514
0.0165097
0.0228931
0.000120288
0.0121597
0.00229858
0.00216244
-0.00576701
-0.007928
-0.011975
-0.0117112
0.00306593
-0.00592228
-0.0149756
0.0169229
0.00773731
-0.0123729
0.00851159
0.0147899
-0.000359877
0.00640382
0.0136027
0.00109242
0.00603911
0.0129024
-0.00140192
0.00207406
0.016048
0.00595865
-0.00293336
0.0162134
0.0149004
-0.00641009
0.0102069
0.0165592
-0.00940058
0.00247089
0.0105071
-0.00651252
0.000649034
0.00484727
-0.00221343
-0.000578305
0.000684882
-0.0031279
-0.00523797
-0.00205046
-0.00320344
-0.0062621
-0.00228699
-0.00130568
-0.00378664
-0.00153383
-0.0010087
-0.00138822
-0.00124994
-0.00223016
-0.000387332
-0.00142513
-0.0060221
-4.11158e-05
-0.00142611
-0.0102757
4.18555e-05
-0.0124202
6.76833e-05
3.30613e-05
0.000268741
0.000184986
0.000202869
0.0013639
0.000294694
0.000462115
0.00238962
0.000375627
0.000784626
0.00328211
0.000433316
0.00113293
0.00379972
0.000457674
0.00147956
0.00401271
0.000431676
0.0018242
0.00391779
0.000367376
0.00217812
0.0036558
0.000245364
0.00249874
0.00333223
7.0351e-05
0.00272641
0.00296612
-0.000127617
0.00312712
0.00275395
-0.000353439
0.00412303
0.00279091
-0.000463357
0.00420713
0.00211398
-0.000448716
0.0032793
0.00116022
-0.000839814
0.00235717
0.00183161
-0.000743538
0.00127942
0.0020186
0.000537116
0.00303241
0.0022351
-0.00127851
0.0117857
0.010944
-0.00543588
0.0199356
0.0109886
-0.00305834
0.0151939
-0.00286589
-0.00132916
-1.25182e-05
-0.0120268
-0.00623973
-0.00804968
-0.0087492
-0.00615827
-0.00480363
0.00234181
-0.00665958
-0.00139158
-0.00314991
-0.0121056
0.00316429
0.000153478
-0.0112909
0.00573334
0.0120095
0.00106915
0.00443356
0.0116582
0.0101917
0.0048187
0.00352767
0.00733462
0.00943325
-0.00274097
0.00206793
0.0108709
-0.00537923
-0.00120883
0.00815906
-0.00296889
-0.00161354
0.00437013
-0.00118255
-0.00354936
0.000769197
-0.00234614
-0.00561759
-0.00105646
-0.00241979
-0.00461489
-0.00111115
-0.00120699
-0.0023765
-0.000803502
-0.0011011
-0.00101029
-0.00092169
-0.00202518
-0.000405676
-0.00139701
-0.00552205
-0.000146496
-0.00155732
-0.0101042
-6.22679e-05
-0.0139579
-4.62503e-05
1.08545e-05
0.000249738
0.000172988
9.83429e-05
0.00126224
0.000277413
0.000318432
0.00215001
0.000355105
0.000606996
0.00297865
0.000394745
0.000976667
0.00342332
0.000432203
0.00138184
0.00362849
0.00039855
0.00177943
0.00357262
0.0003588
0.00220094
0.00333833
0.000254093
0.00260448
0.00308915
0.000131509
0.00299979
0.00280971
-2.84465e-05
0.00346904
0.00257524
-0.000201864
0.00418282
0.00244392
-0.00035782
0.0046799
0.00208207
-0.000533394
0.004845
0.00163673
-0.000822885
0.00515862
0.00190623
-0.0011497
0.00532407
0.00233937
-0.00135584
0.00503385
0.00234314
-0.00292768
0.00850505
0.00549738
-0.00538642
0.0158046
0.00427716
-0.00548702
0.0173222
-0.00802274
-0.00929277
0.00935232
-0.0171492
-0.0157772
0.00106246
-0.0175782
-0.0153002
0.000591403
-0.00887401
-0.0101628
0.00080549
-0.00740978
-0.0091732
0.000642225
-0.0015766
-0.00793751
0.00395871
0.0103464
-0.00111552
0.00675166
0.00947076
0.00246545
0.00671785
0.00323718
-0.00187046
0.00517461
0.000373
-0.00470235
0.00287994
-0.00083815
-0.00438593
0.00200581
-0.00032779
-0.00362213
0.00192335
-0.000343668
-0.00353084
0.00111875
-0.00103305
-0.00332088
0.000309368
-0.00121769
-0.00245029
9.11145e-05
-0.000696147
-0.00144033
2.93797e-05
-0.000870248
-0.000783218
-0.000424069
-0.00152961
-0.000418865
-0.00115348
-0.00478651
-0.000201828
-0.0014573
-0.00979437
-0.00014596
-0.0153963
-0.000145423
-0.0001789
0.000417487
0.000161776
-0.000158924
0.00122277
0.000278532
7.54783e-06
0.00195948
0.000344082
0.000372288
0.00259201
0.000379872
0.00079188
0.00299091
0.000404411
0.00130313
0.0031261
0.000382099
0.00178595
0.00312183
0.000353662
0.0022768
0.00291979
0.000263475
0.0027599
0.00271949
0.000165986
0.0032381
0.00250091
2.52536e-05
0.00373851
0.00228884
-0.000130642
0.00433756
0.00211605
-0.000314735
0.00489478
0.00185609
-0.00054182
0.00536431
0.00158266
-0.000892904
0.00604164
0.00145286
-0.00132288
0.00699209
0.00136486
-0.00206112
0.00752338
0.000992363
-0.00333365
0.00938963
0.00153707
-0.00531507
0.0139355
0.000441528
-0.00694868
0.0135391
-0.00662659
-0.0125
0.00755484
-0.0136807
-0.0176035
0.00169662
-0.0163501
-0.0173658
-0.00058137
-0.0115018
-0.0103182
-0.00225778
-0.00715827
-0.00498298
-0.00268526
-0.000977221
-0.00251165
0.000775992
0.00705632
0.000245296
0.00300525
0.00631766
-0.000527922
0.00305005
0.002159
-0.0033293
0.00275375
0.000617543
-0.00370799
0.00232596
0.00027826
-0.00301202
0.0021955
0.000415274
-0.00239263
0.00223468
6.89007e-05
-0.00191723
0.00180997
-0.000275905
-0.00173185
0.00127782
-0.000464896
-0.00141525
0.00102656
-0.000262725
-0.000961028
0.000898171
-0.000638184
-0.000637488
0.000519852
-0.00111876
-0.000364601
-0.000414766
-0.00385485
-0.000293421
-0.000996138
-0.00921693
-0.000151037
-0.0163788
-0.000200033
-7.71859e-05
0.000478114
0.000164653
-0.000299315
0.00142125
0.000269272
-0.000315755
0.001946
0.000341378
-3.52673e-05
0.00228478
0.00035963
0.000428665
0.00250376
0.000394215
0.0010456
0.00251062
0.000355502
0.00165117
0.00253283
0.000349685
0.0022479
0.0023737
0.00026779
0.00282615
0.00222527
0.000188863
0.00338459
0.00206666
7.04279e-05
0.00393204
0.00190897
-7.72211e-05
0.00450918
0.00175824
-0.00026072
0.0050663
0.00156776
-0.000499751
0.00559791
0.00136102
-0.000823759
0.00616877
0.00113444
-0.00126473
0.00685088
0.000809728
-0.00190313
0.00731425
0.000347232
-0.00278111
0.00832852
-0.000469751
-0.00423535
0.0100549
-0.00134066
-0.00572077
0.0092495
-0.00446155
-0.00876389
0.00513696
-0.00748405
-0.0114087
0.000746853
-0.00924308
-0.0128441
-0.00178642
-0.00760185
-0.0109588
-0.00333712
-0.00482435
-0.00720651
-0.00293013
-0.000840649
-0.00369304
0.00039615
0.00371136
-0.00138471
0.0025834
0.00352219
-0.00193583
0.00272086
0.00156629
-0.00301836
0.00246007
0.000805425
-0.00285329
0.00254818
0.000410028
-0.00230825
0.00264454
0.000573802
-0.0018854
0.00261826
0.000288145
-0.0016036
0.00239118
0.000111666
-0.00135445
0.00222055
-0.000164352
-0.00103857
0.00216886
-9.07052e-05
-0.000732754
0.00213441
-0.000519049
-0.000512511
0.0019477
-0.000896484
-0.000365703
0.00104147
-0.00295231
-0.000260567
0.000141188
-0.00832779
-0.000213601
-0.016222
-0.000231562
-0.000842381
0.00130407
0.000184395
-0.000937308
0.00148557
0.000312491
-0.000852038
0.00182537
0.000355397
-0.0004886
0.00189033
0.000363935
0.00011545
0.00187064
0.000388532
0.000787318
0.00183085
0.000356393
0.00152392
0.00180096
0.000355396
0.00220306
0.00172796
0.000287059
0.00285747
0.00163165
0.000223736
0.00347839
0.00154072
0.000117833
0.00407859
0.00144149
-1.3981e-05
0.00467575
0.00133511
-0.000187927
0.00525535
0.0012042
-0.000416365
0.00581803
0.00104317
-0.000723741
0.00636132
0.000838526
-0.00113396
0.00685115
0.00053955
-0.00169019
0.00713089
0.000212361
-0.00235246
0.00706625
-0.000476686
-0.00339812
0.00692143
-0.00098134
-0.00434656
0.00585742
-0.00254739
-0.00551144
0.00381294
-0.00387145
-0.00653071
0.00134655
-0.00429256
-0.00724495
-0.000575128
-0.00332462
-0.00688345
-0.00160726
-0.00226348
-0.0056704
-0.00109
-0.000601077
-0.00378765
0.00143039
0.00129852
-0.00201289
0.00313208
0.00150454
-0.00194029
0.00355664
0.000776352
-0.0021035
0.00369429
0.00056929
-0.00191357
0.00381293
0.000394967
-0.00164599
0.00396272
0.000544739
-0.00135282
0.00402947
0.000354855
-0.00111908
0.00399899
0.000267619
-0.000920669
0.00394526
-8.05526e-06
-0.000729836
0.00396214
-2.53792e-05
-0.000537534
0.00392817
-0.000422515
-0.000399856
0.00391411
-0.000841588
-0.000294101
0.00317575
-0.00221057
-0.000256234
0.00182182
-0.00698209
-0.00021531
-0.0143858
-0.000235578
-0.00192189
0.00318737
0.000285544
-0.00206468
0.00157598
0.000386579
-0.00180337
0.00151519
0.000375294
-0.00107577
0.0011201
0.000362844
-0.000212417
0.000970639
0.00037482
0.000720369
0.000878268
0.000350284
0.00164778
0.000866422
0.000350508
0.00254501
0.000848518
0.000296385
0.00339228
0.000825949
0.000245303
0.00420906
0.00079592
0.000154513
0.00499833
0.000761749
3.1546e-05
0.00576473
0.000710057
-0.000128038
0.00650309
0.000648389
-0.00034258
0.00719924
0.000564486
-0.00062616
0.00783441
0.000450843
-0.000989879
0.00833501
0.000289844
-0.00144194
0.00867765
0.000129376
-0.00195637
0.00866283
-0.000248229
-0.00268718
0.0085056
-0.000449986
-0.00335824
0.00763226
-0.00101212
-0.00400094
0.00622742
-0.0015884
-0.00440616
0.0049122
-0.00183419
-0.00435153
0.00414645
-0.00154433
-0.00388727
0.00380949
-0.00114202
-0.00332267
0.00411106
-0.000422474
-0.0025524
0.00527545
0.000314949
-0.00188966
0.0062747
0.000465254
-0.00174856
0.00669366
0.000265614
-0.00171248
0.00699332
0.000240745
-0.00155377
0.00723943
0.000194723
-0.00134426
0.00754623
0.000298762
-0.00112269
0.00772424
0.000244347
-0.000926191
0.00787256
0.000189646
-0.000751642
0.00790982
2.37543e-05
-0.00059048
0.00800047
-5.38465e-05
-0.000439482
0.00795248
-0.000320809
-0.000319302
0.00786736
-0.000727875
-0.000214886
0.00734105
-0.00166475
-0.000184509
0.00485871
-0.00448852
-0.000181573
-0.00950776
-0.000228288
0.00316696
0.000172406
0.00471804
0.000205133
0.006208
0.000217714
0.00730729
0.000205724
0.0082613
0.000210684
0.00913493
0.000186964
0.0100076
0.000182541
0.0108801
0.000146712
0.0117498
0.00010749
0.0126145
3.60744e-05
0.0134735
-6.11209e-05
0.0143148
-0.000203858
0.0151291
-0.000396034
0.0158978
-0.000654254
0.0165923
-0.000976869
0.0171428
-0.00137578
0.0175483
-0.00180068
0.0175913
-0.00238018
0.0175354
-0.00293482
0.0170653
-0.00335309
0.0161515
-0.00364999
0.0151566
-0.00369638
0.0144144
-0.00342963
0.0139098
-0.00300724
0.0139055
-0.00246539
0.0144109
-0.00197757
0.014925
-0.0017784
0.0151762
-0.00164377
0.0154087
-0.00147283
0.0156304
-0.001294
0.0159733
-0.00110189
0.0162657
-0.000920921
0.0164994
-0.000744448
0.0165684
-0.000593033
0.0165591
-0.000451995
0.0162813
-0.000348556
0.0155919
-0.000246513
0.0139535
-0.000199352
0.00948614
-0.000181129
-0.000215895
2.7483e-05
-2.77108e-05
1.71998e-05
8.2349e-05
-5.30065e-05
2.89618e-05
0.000139151
-5.49413e-05
3.70461e-05
0.00018474
-4.3869e-05
4.32832e-05
0.00021585
-2.99866e-05
4.93897e-05
0.000240444
-2.17545e-05
5.64258e-05
0.000257897
-1.26978e-05
6.22415e-05
0.000270816
-4.45025e-06
6.73155e-05
0.000272938
8.36187e-06
6.91661e-05
0.000285348
3.27707e-06
7.03316e-05
0.000290491
4.66603e-06
6.87556e-05
0.000280246
2.12037e-05
6.61782e-05
0.000225613
5.98234e-05
6.1427e-05
0.000136456
9.81919e-05
5.56956e-05
1.11984e-05
0.000138102
4.88006e-05
-0.000134037
0.000167935
4.19223e-05
-0.000293779
0.000196111
3.31593e-05
-0.000474616
0.000236647
2.66113e-05
-0.000751361
0.000330574
2.56529e-05
-0.00109729
0.000420377
2.69334e-05
-0.00149759
0.000477613
2.13497e-05
-0.0017982
0.000411056
1.76883e-05
-0.00203287
0.000365983
9.09488e-06
-0.00212391
0.00025058
6.15818e-06
-0.00207889
0.000143966
8.75119e-06
-0.001892
2.81568e-05
1.15732e-05
-0.00158012
-7.86125e-05
2.15556e-05
-0.00117702
-0.000156401
2.55324e-05
-0.000711487
-0.000208709
3.88504e-05
-0.000195102
-0.000266202
4.58219e-05
0.000309073
-0.00026436
6.08385e-05
0.000653168
-0.000142212
5.78553e-05
0.000866105
-4.99702e-05
6.81329e-05
0.000898675
6.98468e-05
6.8552e-05
0.000762596
0.000200319
6.55186e-05
0.000554441
0.000236986
6.37094e-05
0.000343055
0.000219791
6.4612e-05
0.000168224
0.000169561
6.62215e-05
4.80921e-05
0.000109961
6.08786e-05
3.71453e-05
3.69621e-05
6.15244e-05
-8.6473e-05
2.58387e-05
0.000158478
-0.000144326
4.79463e-05
0.000251791
-0.000142066
6.70804e-05
0.000314693
-0.000101094
8.55786e-05
0.000337669
-4.71254e-05
0.000101118
0.000327763
-1.94962e-06
0.000119699
0.000277944
4.49774e-05
0.000133106
0.000212808
7.69021e-05
0.000147637
0.000110339
0.000118787
0.000155536
-5.55147e-05
0.000187315
0.000154626
-0.000334355
0.000290953
0.000147909
-0.000658471
0.000371354
0.000137993
-0.00103405
0.000459064
0.000129733
-0.0014293
0.000527738
0.000123865
-0.00184133
0.000596189
0.000119374
-0.00223938
0.000631376
0.000115301
-0.00261858
0.000662083
0.00011265
-0.002955
0.000680411
0.000114247
-0.00325132
0.000748282
0.000115474
-0.00346812
0.000768548
0.000120613
-0.00363645
0.000780765
0.000115703
-0.00372231
0.000645044
0.000123777
-0.00371422
0.000505315
0.000120525
-0.00358153
0.000286879
0.000115776
-0.00335303
8.57685e-05
0.000122687
-0.00298828
-0.000156191
0.000128287
-0.00252242
-0.000354299
0.000139489
-0.00196435
-0.000525454
0.000152044
-0.00132385
-0.000657641
0.000166158
-0.000683455
-0.000727969
0.000179282
-2.67603e-05
-0.000742992
0.000206129
0.000590709
-0.000640946
0.000209936
0.00107622
-0.000411692
0.000236628
0.00130763
-7.04188e-05
0.000228377
0.00130382
0.000250043
0.000222001
0.00111145
0.000453011
0.000204211
0.000808677
0.000520758
0.000191259
0.00047285
0.000486552
0.000176781
0.000180664
0.000377482
0.000139948
0.000201715
6.81986e-05
7.17475e-05
-0.000152903
3.09194e-05
0.000175459
-0.000237597
6.26795e-05
0.000260891
-0.000217298
9.37985e-05
0.000297176
-0.000126252
0.000122031
0.000284429
-2.35703e-05
0.00014974
0.000199782
9.4348e-05
0.000171138
5.6326e-05
0.000208083
0.000192335
-0.000167565
0.000319051
0.000206993
-0.000482378
0.00045714
0.000207734
-0.000861239
0.000592776
0.000199586
-0.0013027
0.000754654
0.000189305
-0.0018
0.000889833
0.000178076
-0.00232898
0.00100969
0.000169488
-0.00285879
0.00108471
0.000166613
-0.00334946
0.00112136
0.000161521
-0.00378379
0.0011112
0.000157176
-0.00416541
0.0010973
0.000148997
-0.00448376
0.00106013
0.000140898
-0.00474261
0.00106539
0.000131392
-0.00488109
0.000956792
0.000123828
-0.004927
0.000864045
0.00010787
-0.0048961
0.00063795
9.73599e-05
-0.00475734
0.000389461
7.66987e-05
-0.00456083
0.000107607
7.02841e-05
-0.00426839
-0.000184821
6.22538e-05
-0.00389241
-0.000503907
6.6047e-05
-0.00344811
-0.000777928
7.59984e-05
-0.00290766
-0.00104516
8.53831e-05
-0.00228366
-0.00126439
0.0001116
-0.00160432
-0.00139582
0.0001332
-0.000902819
-0.00143438
0.00016343
-0.00025126
-0.00127976
0.000202438
0.00036127
-0.00102129
0.000228305
0.000793959
-0.00051383
0.000268953
0.00104011
7.52532e-06
0.000277713
0.00098817
0.000485659
0.000278936
0.000794631
0.000689151
0.000264197
0.000492139
0.00075284
0.000245534
0.000195202
0.000637729
0.000189953
0.000373675
8.00073e-05
6.84009e-05
-0.000214262
3.33656e-05
0.000151486
-0.000304186
7.83248e-05
0.000202601
-0.00025189
0.000121194
0.000179693
-9.13739e-05
0.000163933
7.46707e-05
9.83922e-05
0.000192483
-0.00011826
0.000307324
0.000225294
-0.000401121
0.000507731
0.000241051
-0.000786809
0.000725116
0.000247052
-0.00125857
0.000941708
0.000233568
-0.00180112
0.00114288
0.000213279
-0.00237059
0.00132453
0.000193689
-0.0029445
0.00146165
0.000180633
-0.00349932
0.00155443
0.000171582
-0.00400049
0.001573
0.000160277
-0.00443686
0.00154246
0.000146743
-0.00480757
0.00146532
0.000132153
-0.00512049
0.00138761
0.00011385
-0.00536943
0.0012762
9.37019e-05
-0.00554953
0.00119726
6.12348e-05
-0.00561612
0.000963733
3.26298e-05
-0.0056207
0.000797456
-1.60215e-06
-0.00552921
0.000472692
-2.46976e-05
-0.00539755
0.000171898
-3.32871e-05
-0.0052213
-0.000142096
-4.58233e-05
-0.00497441
-0.000490641
-4.54111e-05
-0.00468249
-0.00086134
-3.7307e-05
-0.00430687
-0.00121356
-1.91828e-05
-0.0038453
-0.00155265
7.56017e-07
-0.00331112
-0.00183785
2.34672e-05
-0.00270247
-0.00204236
5.09172e-05
-0.00204117
-0.00212878
9.22507e-05
-0.00132429
-0.00203482
0.000134353
-0.000648239
-0.0017343
0.000188988
-7.66253e-05
-0.00112425
0.000239048
0.000338745
-0.000459345
0.000286064
0.000531774
0.000237702
0.000308409
0.000504364
0.000664873
0.000306006
0.000339591
0.000864072
0.000283858
0.000136142
0.000793041
0.000216132
0.000482079
8.29165e-05
5.01819e-05
-0.000254003
3.88428e-05
9.64891e-05
-0.00032365
0.000100646
6.52606e-05
-0.000197329
0.000158762
-4.45762e-05
4.75843e-05
0.000209193
-0.000259056
0.000327748
0.000247229
-0.000578079
0.000644854
0.000268073
-0.00100763
0.000950656
0.000270735
-0.00152048
0.0012407
0.00025487
-0.0020809
0.00149499
0.000225758
-0.0026554
0.00169773
0.000202306
-0.00324347
0.00187778
0.000182588
-0.00380652
0.00197633
0.000164993
-0.00429925
0.00199102
0.000141881
-0.00471163
0.00192321
0.000122204
-0.00505522
0.00181801
9.87762e-05
-0.00532306
0.00166145
7.45002e-05
-0.00552838
0.00151682
3.92708e-05
-0.00567856
0.00134647
-5.19082e-06
-0.00576482
0.00120453
-6.0326e-05
-0.00575999
0.000884315
-0.000101884
-0.00572159
0.000684758
-0.000141203
-0.00562906
0.000310672
-0.000166916
-0.00554401
2.43495e-05
-0.000171844
-0.00541608
-0.000326298
-0.000170795
-0.0052869
-0.000689422
-0.000158196
-0.00511435
-0.00109999
-0.000140944
-0.00486079
-0.00152594
-0.000119004
-0.00451785
-0.00195025
-9.16531e-05
-0.00408207
-0.00232403
-5.36379e-05
-0.00356839
-0.00259427
-1.86361e-05
-0.00298929
-0.00273823
1.82226e-05
-0.00234179
-0.00271252
6.67976e-05
-0.00159644
-0.00250863
0.000115783
-0.000885048
-0.00186763
0.00017757
-0.00033594
-0.00104486
0.000250306
3.36905e-05
-0.000166614
0.000304468
0.000156745
0.000490269
0.000316369
0.000133712
0.000836121
0.000290426
5.20097e-05
0.000828576
0.000212444
0.000510035
7.15489e-05
1.40239e-05
-0.000249074
4.88236e-05
-1.1331e-05
-0.000258739
0.000133823
-0.000119669
-5.82356e-05
0.000211792
-0.000334429
0.00028442
0.000263742
-0.000674373
0.000684302
0.000292846
-0.0011113
0.00108908
0.000296929
-0.00162167
0.0014513
0.000274457
-0.00217702
0.00177217
0.00023994
-0.00275769
0.00203399
0.000205211
-0.00335309
0.00223676
0.000173929
-0.00389945
0.00235305
0.000143539
-0.00435336
0.0023506
0.000113854
-0.00472174
0.00227
8.10524e-05
-0.00500495
0.00211679
4.78031e-05
-0.00519089
0.00191937
1.36184e-05
-0.00529102
0.00168763
-2.43857e-05
-0.00533468
0.00149361
-6.60026e-05
-0.00534034
0.0012875
-0.000114524
-0.00530926
0.00111364
-0.000184138
-0.00525793
0.000779471
-0.000230127
-0.00521579
0.000602531
-0.000284053
-0.00515461
0.000215905
-0.000304453
-0.00510895
-5.37842e-05
-0.000300267
-0.00508658
-0.000384897
-0.000288966
-0.00508344
-0.000730342
-0.000274412
-0.00505472
-0.00116464
-0.000251945
-0.00497803
-0.00163554
-0.000223332
-0.00482037
-0.00213739
-0.000190647
-0.00455252
-0.00261997
-0.00015189
-0.0041656
-0.0030126
-0.000108071
-0.00366844
-0.00326448
-5.62755e-05
-0.00311624
-0.00329081
-1.38279e-05
-0.00244265
-0.00320682
4.17959e-05
-0.00163814
-0.00269511
0.000100169
-0.000914389
-0.001801
0.00017648
-0.000376254
-0.000743777
0.000262242
-9.02839e-05
0.00016036
0.000297824
7.54432e-06
0.000689489
0.00029258
7.3399e-06
0.000785039
0.000207196
0.000496588
6.30025e-05
-2.7154e-05
-0.000193175
6.2142e-05
-0.000129497
-0.000112238
0.000176043
-0.000336768
0.000188703
0.000256751
-0.000668193
0.000637874
0.000311685
-0.00109388
0.00111434
0.000321492
-0.00158947
0.00156756
0.000299865
-0.00213717
0.00196429
0.000256824
-0.00272705
0.0023033
0.000215058
-0.00328203
0.00251853
0.000167613
-0.00377307
0.00263846
0.000133035
-0.00417555
0.00265697
8.76699e-05
-0.00450139
0.00257218
4.54212e-05
-0.00472542
0.00239652
-3.67716e-06
-0.00484307
0.00215187
-4.91505e-05
-0.00486442
0.00188309
-8.99699e-05
-0.00480968
0.00159469
-0.000115734
-0.00470087
0.00136564
-0.000155702
-0.00457926
0.00115781
-0.000213495
-0.0044615
0.000998664
-0.000301859
-0.00440379
0.000722816
-0.000350493
-0.00436586
0.000573297
-0.000419264
-0.00434301
0.000201865
-0.000428443
-0.00435548
-2.98872e-05
-0.00042522
-0.00441832
-0.000319778
-0.000403649
-0.00449851
-0.000651494
-0.000383376
-0.00459274
-0.0010718
-0.000355338
-0.00467811
-0.00155175
-0.000319496
-0.004723
-0.00209469
-0.000279313
-0.0046808
-0.00266584
-0.000232758
-0.00450032
-0.0031994
-0.000186848
-0.0041519
-0.0036254
-0.000136894
-0.00364246
-0.00382091
-7.97247e-05
-0.00305868
-0.00381064
-3.73988e-05
-0.00226822
-0.00350975
1.92561e-05
-0.00140227
-0.00268658
8.21245e-05
-0.000675787
-0.00149586
0.000166018
-0.00023998
-0.000311941
0.000248943
-6.89245e-05
0.000480955
0.000258708
-8.36423e-06
0.000692224
0.000180566
0.000474394
4.60963e-05
-8.49679e-05
-6.96536e-05
8.70729e-05
-0.000268373
0.000124189
0.000228519
-0.000568133
0.000525697
0.000316299
-0.000973871
0.00105537
0.000348673
-0.00145252
0.00157841
0.000331913
-0.00199621
0.00207179
0.000285992
-0.00256634
0.00246535
0.000233788
-0.00306466
0.00272345
0.000174117
-0.00349988
0.0028508
0.000126155
-0.00388366
0.00290992
6.89229e-05
-0.00417708
0.00283851
6.30517e-06
-0.00434988
0.00265045
-6.80119e-05
-0.00441604
0.00239606
-0.000140165
-0.00439769
0.0020938
-0.000185035
-0.00429643
0.00177378
-0.000214123
-0.00412139
0.00143576
-0.000221577
-0.00388922
0.0011711
-0.000244166
-0.00365768
0.000964869
-0.000293154
-0.00347108
0.00085319
-0.000388188
-0.00344116
0.000713763
-0.000463308
-0.003444
0.000614865
-0.000550669
-0.00347699
0.000267572
-0.000543027
-0.00352733
5.32895e-05
-0.000530338
-0.00362572
-0.000196497
-0.000504086
-0.00374887
-0.000505721
-0.000478901
-0.00390964
-0.000890278
-0.000448155
-0.00409204
-0.00134869
-0.000409661
-0.00428091
-0.00188604
-0.000366598
-0.00443445
-0.00249476
-0.000314924
-0.00449466
-0.00312671
-0.000262157
-0.0043896
-0.00372424
-0.000206332
-0.00405521
-0.0041592
-0.000154197
-0.00354719
-0.00433601
-9.17421e-05
-0.00285132
-0.00422691
-5.042e-05
-0.00192888
-0.00363592
6.09573e-06
-0.00101717
-0.00243111
7.18382e-05
-0.000360404
-0.000998816
0.000154445
-7.63246e-05
0.000164259
0.000210349
1.66234e-05
0.000569507
0.000157084
0.000478268
3.37339e-05
-0.00014376
0.000109135
0.000119964
-0.000397816
0.000429525
0.000277052
-0.000774177
0.000928611
0.000366772
-0.00123368
0.00150734
0.000377615
-0.00175221
0.00206053
0.000333215
-0.00228682
0.00253746
0.000272957
-0.00274591
0.00284189
0.000198909
-0.0031641
0.00303126
0.000137662
-0.00354543
0.00311487
6.29771e-05
-0.00380771
0.00305696
-1.32879e-05
-0.00393177
0.00287025
-0.000118959
-0.00396052
0.00261448
-0.000212329
-0.00391978
0.00232186
-0.000291984
-0.00382955
0.00200369
-0.000336384
-0.00367112
0.00165886
-0.000340074
-0.00341841
0.00127329
-0.000303098
-0.00307357
0.000955159
-0.000280026
-0.00273253
0.00076609
-0.000304779
-0.00250806
0.00075862
-0.000425672
-0.00254898
0.000820284
-0.000554394
-0.00263536
0.000752518
-0.00064914
-0.00269851
0.000379158
-0.000635042
-0.00277631
0.000179383
-0.000616155
-0.00288828
-4.70765e-05
-0.000590333
-0.00302751
-0.000330389
-0.000556961
-0.00320873
-0.000675492
-0.000525424
-0.00342347
-0.0011006
-0.000484113
-0.00367174
-0.00160409
-0.000441704
-0.0039292
-0.00220412
-0.000390316
-0.00415022
-0.00287475
-0.000337241
-0.00426634
-0.00358364
-0.000278525
-0.00418523
-0.0042255
-0.000222748
-0.00383951
-0.00467858
-0.000168445
-0.00327811
-0.00480136
-0.000115315
-0.0024394
-0.0044958
-6.72028e-05
-0.00139415
-0.00349982
-1.51292e-05
-0.00054105
-0.00187261
5.46036e-05
-8.21768e-05
-0.00032596
0.000128396
1.32865e-05
0.000455771
0.000104711
0.000484053
1.07364e-06
-0.000190972
0.000337647
0.000149311
-0.000512106
0.000796692
0.000326158
-0.000929566
0.00136029
0.000403846
-0.00140037
0.00195327
0.000389525
-0.00190393
0.00250409
0.000328075
-0.00236836
0.00291744
0.000251175
-0.00279627
0.00316
0.000173156
-0.00317398
0.00328973
9.23894e-05
-0.0034128
0.00323686
-3.46424e-06
-0.00350213
0.00305323
-0.000126139
-0.00349066
0.00278921
-0.000251698
-0.00342855
0.00251353
-0.000376732
-0.00335469
0.00224646
-0.000470431
-0.00327143
0.00196139
-0.000505644
-0.00312062
0.00162395
-0.000464687
-0.00282797
0.00115095
-0.000349719
-0.00237188
0.000684346
-0.000244104
-0.00189593
0.000355365
-0.000238845
-0.00159823
0.000467672
-0.000418124
-0.00174151
0.000928548
-0.000648848
-0.00198002
0.000986897
-0.000780548
-0.00208044
0.000512717
-0.000727007
-0.00217006
0.000307434
-0.000695615
-0.00227689
9.57872e-05
-0.000667901
-0.00242001
-0.000151463
-0.000629091
-0.00259787
-0.000460618
-0.000597014
-0.00280852
-0.000852537
-0.000552317
-0.00306493
-0.00130919
-0.000510134
-0.00335607
-0.00187366
-0.000458003
-0.00365738
-0.0025344
-0.000405074
-0.00391302
-0.00329245
-0.000345574
-0.00403647
-0.00407376
-0.000287089
-0.00393128
-0.00476795
-0.000229014
-0.00353455
-0.00519553
-0.000178507
-0.00286179
-0.0051814
-0.000132129
-0.00188259
-0.00450265
-8.58443e-05
-0.000847749
-0.00293132
-2.56715e-05
-0.000156912
-0.00103406
4.38565e-05
-3.99155e-06
0.00027889
6.52339e-05
0.000472323
-2.44344e-05
-0.000214717
0.0005812
0.000182898
-0.000567498
0.00118302
0.000371478
-0.000999703
0.00178953
0.000438187
-0.00148404
0.00239099
0.000404108
-0.00197414
0.00291188
0.000329786
-0.00241122
0.00325068
0.000241875
-0.00278515
0.00341143
0.000155894
-0.00302192
0.00340477
5.35024e-05
-0.00309752
0.0032127
-8.31793e-05
-0.00304986
0.00292913
-0.000232039
-0.00294405
0.00263477
-0.000402965
-0.00285028
0.00239335
-0.000559774
-0.00280207
0.0021945
-0.000679954
-0.00280151
0.00198178
-0.000721395
-0.0027108
0.001574
-0.000647782
-0.00233443
0.000736154
-0.000471488
-0.00165182
-8.53213e-05
-0.000360369
-0.00104254
-0.00044409
-0.000337719
-0.000774181
2.90474e-05
-0.000538557
-0.00116033
0.00111157
-0.000908201
-0.00157739
0.00130205
-0.00102534
-0.00165507
0.000602648
-0.000848101
-0.00170441
0.000396063
-0.00078818
-0.00182426
0.000248583
-0.000756246
-0.00194684
8.16461e-06
-0.000708593
-0.00211549
-0.000255423
-0.00067296
-0.00230232
-0.000627287
-0.000623807
-0.00253281
-0.00103827
-0.000581197
-0.00280777
-0.00155667
-0.000527367
-0.0031213
-0.00217682
-0.0004741
-0.00344037
-0.00293041
-0.000413371
-0.00369536
-0.00378053
-0.000352999
-0.00378411
-0.00465099
-0.000292012
-0.00359945
-0.00536558
-0.000237834
-0.00309425
-0.00568549
-0.000192398
-0.00226182
-0.00534539
-0.000156593
-0.00116208
-0.00404678
-0.00011448
-0.000321584
-0.00189186
-4.87479e-05
-1.44104e-05
-3.77879e-05
-8.70107e-06
0.000455985
-7.52425e-05
-0.000233906
0.000833766
0.000215536
-0.000600669
0.00156874
0.000413939
-0.00104417
0.00221246
0.000471045
-0.00152527
0.00280409
0.000427776
-0.00198243
0.00326632
0.000343462
-0.00236636
0.00351801
0.000248509
-0.00263968
0.0035577
0.000145076
-0.00273282
0.00339402
8.61353e-06
-0.00267488
0.00307085
-0.000144423
-0.00252002
0.00272161
-0.000334037
-0.00234013
0.00241611
-0.000540323
-0.00221826
0.00222639
-0.000755512
-0.00220242
0.00212056
-0.000945627
-0.00228505
0.0019562
-0.00106308
-0.00216362
0.00134619
-0.00101142
-0.00154263
0.000215792
-0.00071846
-0.000686573
-0.000530915
-0.000148248
-0.00037273
-0.000348147
3.46908e-05
-0.000568496
0.000402642
-0.000377708
-0.00109228
0.00153409
-0.00113242
-0.00137118
0.00155377
-0.00127883
-0.00131572
0.000610337
-0.000901486
-0.00133764
0.000460528
-0.000831054
-0.00147591
0.000407494
-0.000835411
-0.00158693
0.000148039
-0.000782507
-0.00175207
-5.72585e-05
-0.000758951
-0.00192232
-0.000420128
-0.000701069
-0.00211743
-0.000804734
-0.000657905
-0.00235424
-0.00128015
-0.000600253
-0.00263923
-0.00184892
-0.000544205
-0.00296297
-0.00256283
-0.000480463
-0.0032803
-0.00342063
-0.000416837
-0.00350583
-0.00439159
-0.000351404
-0.00351786
-0.00533196
-0.000292798
-0.00319963
-0.00599746
-0.000242199
-0.0025229
-0.0060271
-0.000204881
-0.00150583
-0.00507604
-0.000174229
-0.000513848
-0.00289283
-0.000130487
-2.56138e-05
-0.000547206
-7.4495e-05
0.000429025
-0.00012153
-0.000233667
0.00107313
0.000247173
-0.000602981
0.00194134
0.000451125
-0.00104627
0.00261907
0.000502611
-0.00150581
0.00317732
0.000458883
-0.00192411
0.00356926
0.000362809
-0.00224319
0.00371249
0.000265364
-0.00241563
0.00361213
0.000143171
-0.0023825
0.00328406
-1.82672e-05
-0.00221859
0.00285031
-0.000190885
-0.0019683
0.00244083
-0.00040403
-0.00170066
0.00210237
-0.000661839
-0.00153428
0.00196946
-0.000964729
-0.00154698
0.00194351
-0.00128384
-0.00170325
0.00187072
-0.00150336
-0.00127359
0.00130662
-0.00115289
-0.000181196
0.00044446
0.00028677
0.000242286
0.000270469
0.00140436
-0.000403871
0.000868398
0.00094829
-0.0009146
0.00111468
-0.000211547
-0.00096445
0.00163125
-0.00144533
-0.000856403
0.00149655
-0.00149585
-0.000885358
0.000622845
-0.000907238
-0.0010127
0.000548418
-0.000868236
-0.0011836
0.000572162
-0.000936782
-0.00134038
0.000313529
-0.000875955
-0.00148556
0.000113316
-0.000859941
-0.00165801
-0.00022269
-0.000799281
-0.00181751
-0.000611324
-0.000752066
-0.00200741
-0.00105503
-0.000689266
-0.00224106
-0.00157534
-0.000627211
-0.00252921
-0.00223196
-0.000557887
-0.00285069
-0.00305491
-0.000488449
-0.00314531
-0.00405789
-0.000418292
-0.0032994
-0.00514929
-0.000353682
-0.00317389
-0.00610854
-0.000299205
-0.00266209
-0.00653708
-0.000257742
-0.0017648
-0.00597437
-0.000230652
-0.000689672
-0.00397034
-0.0001988
-4.44707e-05
-0.00118305
-0.000160943
0.000393389
-0.000167189
-0.000223655
0.00128879
0.000278677
-0.000585302
0.00229039
0.000487785
-0.00101229
0.00299264
0.000547207
-0.00144365
0.00350881
0.000498425
-0.00182377
0.00382696
0.000402124
-0.0020801
0.00384349
0.000307293
-0.00216575
0.0035917
0.000181347
-0.00205483
0.00312244
5.98157e-06
-0.00180803
0.00258678
-0.000172108
-0.0014597
0.00209539
-0.000381536
-0.00105965
0.0016724
-0.000673251
-0.000821526
0.00157076
-0.00108778
-0.000828272
0.00168782
-0.00154984
-0.000637668
0.00206406
-0.0015418
0.000212371
0.0021135
0.000114946
0.000697478
0.0015535
0.00264246
-1.26613e-06
0.001537
0.00299847
-0.00069161
0.00152143
0.00133474
-0.000492172
0.000923256
-0.000413619
7.72179e-05
0.00120515
-0.00174756
0.0001695
0.00135031
-0.00162212
-0.000270193
0.000754574
-0.000924808
-0.000632559
0.000691358
-0.000906437
-0.000910856
0.000772993
-0.0010221
-0.00115718
0.0005205
-0.000972476
-0.0013101
0.000267315
-0.000969057
-0.00148253
-4.19463e-05
-0.000912358
-0.00162428
-0.000445093
-0.000863766
-0.0017677
-0.000883675
-0.000796318
-0.00194538
-0.00136514
-0.00072496
-0.00218207
-0.0019588
-0.000646324
-0.00247443
-0.00272194
-0.000567442
-0.00279046
-0.00370309
-0.000489619
-0.00303225
-0.00487709
-0.000416592
-0.00306055
-0.00606355
-0.000354527
-0.00271985
-0.00687356
-0.000307263
-0.00195738
-0.00673958
-0.000275211
-0.000874586
-0.00505379
-0.000250862
-8.03764e-05
-0.00197106
-0.000217157
0.000323289
-0.000215902
-0.00020306
0.00147146
0.000308309
-0.000542026
0.00260329
0.000526082
-0.000948243
0.00333162
0.000593321
-0.00135806
0.00381354
0.00054173
-0.00170388
0.00405117
0.000456581
-0.00191153
0.00394194
0.000368827
-0.00194779
0.00354933
0.000260426
-0.00179441
0.00295337
9.5523e-05
-0.00148319
0.00229883
-7.93985e-05
-0.00101272
0.00168262
-0.000261799
-0.00046761
0.00110348
-0.000574359
-0.000166506
0.00108385
-0.00110866
7.25601e-05
0.00163636
-0.00145403
0.00072444
0.00272824
-0.000461785
0.000977851
0.00328591
0.00202683
7.80125e-05
0.00247657
0.00412073
-0.000656342
0.0016681
0.00372453
-0.000197055
0.000992727
0.00147435
0.000867611
0.000308345
-0.000292241
0.00160232
0.000794159
-0.00146729
0.00138911
0.00132435
-0.0016012
0.000461215
0.00100884
-0.0010978
-0.000209699
0.000911556
-0.000992488
-0.000658603
0.00106629
-0.00110125
-0.00102283
0.000797588
-0.00108388
-0.00121584
0.000445495
-0.00108891
-0.00137686
0.000122195
-0.00105524
-0.00151293
-0.000291588
-0.00100292
-0.00161488
-0.000765489
-0.000927276
-0.00173771
-0.00122229
-0.000845645
-0.00191581
-0.00175501
-0.000754918
-0.00216148
-0.00244282
-0.00066353
-0.00246688
-0.00336154
-0.00057554
-0.00275461
-0.00455773
-0.00049194
-0.00288959
-0.00590803
-0.000420312
-0.00269293
-0.00706329
-0.000362867
-0.00205715
-0.00737407
-0.000326265
-0.00102749
-0.00608158
-0.000299809
-0.00011455
-0.00286967
-0.000279687
0.000226587
-0.000259933
-0.000169904
0.00161232
0.000338462
-0.000478103
0.00287089
0.000570127
-0.000867078
0.00364537
0.000642247
-0.001258
0.00409726
0.000604966
-0.0015847
0.00426471
0.000534587
-0.00178008
0.00405453
0.000470352
-0.00181797
0.00356365
0.000402341
-0.00169822
0.00289381
0.00033425
-0.00138217
0.00215447
0.000229498
-0.000821917
0.00138483
0.000130952
-0.000122287
0.000520291
-0.000154793
0.000372733
0.000621538
-0.000619643
0.00136829
0.00162225
-0.000566165
0.0016674
0.0033292
0.000891512
0.000414815
0.00375431
0.0025191
-0.00109095
0.00221188
0.00409556
-0.000999678
0.000489117
0.00399156
0.000405887
-0.000280649
0.00152401
0.00204028
-0.000773085
0.000494323
0.00279212
0.000739853
-0.00020578
0.00243448
0.00131447
-0.00104296
0.00108275
0.00106256
-0.00110101
0.000137497
0.00101055
-0.000953697
-0.000488922
0.00138312
-0.00104008
-0.000968987
0.00113995
-0.00111633
-0.00117984
0.000607007
-0.00118202
-0.00134196
0.000271872
-0.00118631
-0.00146014
-0.000185083
-0.0011556
-0.00153148
-0.000700411
-0.0010846
-0.00159749
-0.00115629
-0.000995001
-0.00171506
-0.00163162
-0.000887838
-0.001908
-0.00223209
-0.000778876
-0.00218848
-0.00305457
-0.000677431
-0.00249813
-0.00421965
-0.000580136
-0.00271072
-0.00567509
-0.000493773
-0.00263323
-0.00713331
-0.000423011
-0.00211743
-0.00789
-0.000375455
-0.00116307
-0.00703244
-0.000345825
-0.000188638
-0.00382702
-0.000331674
6.34583e-05
-0.000309146
-0.00012785
0.00170363
0.000371619
-0.000400054
0.00309244
0.000610768
-0.000769816
0.00393727
0.000693818
-0.00114603
0.00437205
0.000675923
-0.00146576
0.00449091
0.000625622
-0.00167645
0.00422714
0.000598413
-0.00176713
0.00370347
0.000590711
-0.00171387
0.00303171
0.000625451
-0.00147815
0.00232088
0.000690648
-0.000934177
0.0014137
0.000739688
-0.00017816
0.000114052
0.000577552
0.000735934
0.000443202
0.000152495
0.00164618
0.00138008
0.000713393
0.00111417
0.00216702
0.00172129
-0.000426615
0.00254678
0.00164269
-0.0012119
0.00123908
0.0028024
-0.00118775
-0.000127432
0.00284423
0.000229805
-0.00113681
0.00069788
0.00309109
-0.00224907
0.0017551
0.00445781
0.000800602
0.00185747
0.00407224
0.00207244
0.000582148
0.00238395
0.00168186
-0.000357712
0.00099656
0.0016688
-0.000359361
-9.69676e-05
0.00235843
-0.000653001
-0.00094989
0.00190696
-0.000977986
-0.00121132
0.000830364
-0.00120697
-0.00137878
0.000408841
-0.00130566
-0.00146632
-0.000135221
-0.00133307
-0.00150522
-0.000709083
-0.00127256
-0.00150315
-0.00119243
-0.00117196
-0.00154851
-0.00161684
-0.00104226
-0.00168269
-0.00210642
-0.000913127
-0.00193243
-0.00279573
-0.00079911
-0.00225936
-0.0038695
-0.000688181
-0.00254015
-0.00537249
-0.000584099
-0.00257566
-0.00708911
-0.000492182
-0.00217693
-0.00828799
-0.000428198
-0.00129757
-0.00790903
-0.000387443
-0.000280296
-0.00482316
-0.000373392
-0.00018373
-0.000351745
-4.54755e-05
0.00171295
0.000402155
-0.000289526
0.00328309
0.000646788
-0.000650921
0.00421876
0.000764222
-0.00102567
0.00465844
0.000762651
-0.00134974
0.0047546
0.00074092
-0.00159283
0.00450598
0.00076147
-0.00175611
0.004056
0.000838585
-0.00185286
0.00359087
0.00103399
-0.00199926
0.00334777
0.00130804
-0.00212715
0.00254615
0.00175173
-0.00186827
0.000570247
0.00235743
-0.000325351
3.50063e-05
0.00275344
0.00151311
0.000276286
0.0039099
0.000520941
0.0033073
0.00283292
-0.00118188
0.00570574
0.000194769
-0.0011658
0.00314392
0.000845131
-0.00149881
0.0030182
0.00252661
0.000630401
0.00103118
0.00142535
0.00462541
3.30189e-05
0.0027182
0.0056816
0.00487923
0.00282475
0.00399514
0.00743063
0.00057837
0.00172114
0.00487861
-0.000556005
-9.14567e-05
0.00298008
0.000402447
-0.00099519
0.00323413
-0.00010394
-0.00138038
0.0025431
-0.000670274
-0.00138229
0.000857136
-0.00111798
-0.00143821
0.000451281
-0.00138517
-0.00152057
-9.60515e-05
-0.00155235
-0.00152732
-0.000771046
-0.00151611
-0.00143435
-0.00137135
-0.00138851
-0.00138778
-0.00176056
-0.00122829
-0.00144978
-0.00210817
-0.00106951
-0.00165956
-0.00260666
-0.000947979
-0.00199518
-0.00352281
-0.000822565
-0.00234195
-0.00500168
-0.000693326
-0.00249742
-0.0069231
-0.000575311
-0.00223416
-0.0085509
-0.000484278
-0.00144992
-0.00869095
-0.000430309
-0.000401329
-0.00584966
-0.000410073
-0.000543489
-0.000398783
1.94222e-06
0.0016771
0.000436151
-0.000224275
0.0034519
0.000700314
-0.000534764
0.00446221
0.000818628
-0.000884353
0.00494011
0.000857091
-0.00118058
0.00503781
0.000854444
-0.00141402
0.00487857
0.000938021
-0.00164441
0.00468692
0.0011085
-0.0021034
0.00496203
0.00149997
-0.00313028
0.00605577
0.0021157
-0.00425515
0.00547902
0.00330049
-0.00418446
0.00161936
0.00463725
-0.00201732
-0.00111413
0.00504819
-2.76633e-05
8.82297e-05
0.00294709
-0.0021873
0.00946405
-0.00526165
-0.00252682
0.00957606
-0.011371
0.000564703
0.00463184
-0.00607344
-0.00215647
0.0134147
0.000188822
-0.00241192
0.0128285
-0.00575957
0.00176736
0.00569584
-0.011622
0.00330477
0.0127909
-0.0155756
0.0047998
0.014398
-0.0140786
0.00316585
0.00675247
-0.00294246
-0.00157972
0.00347062
0.00314379
-0.00394332
0.00312102
0.000660753
-0.0033338
0.0017896
-0.000641649
-0.00210597
-0.000331267
-0.00109101
-0.00172485
1.76525e-05
-0.00149792
-0.00168029
-0.000238929
-0.00180797
-0.00163412
-0.000930784
-0.00179739
-0.00137702
-0.00180828
-0.00161614
-0.00120255
-0.00215599
-0.00140375
-0.0011878
-0.00226924
-0.00123049
-0.0013594
-0.00251472
-0.001119
-0.00172052
-0.00315751
-0.000997561
-0.00213316
-0.00455877
-0.00084171
-0.00240839
-0.00663183
-0.00067515
-0.0023123
-0.00864458
-0.000543727
-0.00166574
-0.00933691
-0.000461705
-0.000610496
-0.00688422
-0.000424052
-0.00110991
-0.000407796
8.30117e-05
0.00157233
0.00042738
-8.6865e-05
0.00357981
0.000711407
-0.000360984
0.00467365
0.000861107
-0.000635178
0.00517837
0.000927322
-0.000831914
0.00526989
0.000965495
-0.000832241
0.00515805
0.00109032
-0.000512793
0.00509007
0.00130853
-7.03608e-05
0.00625382
0.00173574
0.000306105
0.00885462
0.00200623
0.00094886
0.00764064
0.00217389
0.000566934
0.00161472
0.00250999
-0.000531011
-0.00414369
0.000652078
-0.00387944
-0.0041068
-0.00266748
-0.0103074
0.00969955
-0.0153427
-0.0041198
0.00541628
-0.0218691
0.00976939
-0.00306408
-0.0157852
0.0100367
0.0182741
-0.018148
0.00597394
0.0174429
-0.0294486
0.00040577
-0.000195686
-0.032054
-0.00065104
0.0115215
-0.0393535
0.00946781
0.0108884
-0.0294605
0.0137384
0.00101226
0.00247235
0.00642175
0.00125292
0.0119065
-0.000140352
0.00122318
0.00524031
-0.00166399
-0.0002477
0.000507297
-0.000804792
-0.00205779
-0.00052131
-0.00133448
0.000395853
-0.0013763
-0.00181999
0.000239876
-0.00212579
-0.00189486
-0.000949603
-0.0021561
-0.00132217
-0.00273447
-0.00184707
-0.000938902
-0.00302256
-0.00156181
-0.000870942
-0.00265468
-0.0013927
-0.00102841
-0.00252342
-0.00136865
-0.00143589
-0.00277154
-0.00125286
-0.00191403
-0.00402001
-0.0010494
-0.0022925
-0.00623158
-0.000826367
-0.00234441
-0.00858331
-0.000614898
-0.00185772
-0.00981868
-0.000503491
-0.000820517
-0.00789712
-0.00044089
-0.00187672
-0.000444224
0.000140216
0.00140285
0.00047002
4.02995e-05
0.00363171
0.000762445
-0.000143726
0.00481046
0.000921119
-0.000285609
0.00530777
0.00101572
-0.000260033
0.00535014
0.00106408
0.000215846
0.00515485
0.00120436
0.00143744
0.00495755
0.00142351
0.00458838
0.00580263
0.00166132
0.0110465
0.00704188
-0.000780839
0.0165268
0.00380349
-0.0039235
0.0128754
-0.000352617
-0.00329703
0.00442665
-0.00927665
-2.9155e-05
0.0012001
-0.0193956
0.00535193
-0.00326919
-0.00331857
-0.00639697
-0.000920853
-0.000105842
-0.018887
0.0121052
-0.0126125
-0.0249371
0.0151434
0.00804086
-0.032066
0.00514798
0.00810836
-0.0258367
-0.00327724
-0.00679674
-0.0257576
-0.00186954
0.00422891
-0.0497209
0.0132644
0.000599387
-0.0413846
0.0219907
-0.00383212
0.00284035
0.0130061
0.0080429
0.0111291
0.00298224
0.00494742
0.00200346
-0.000539579
-0.00328737
-0.00181956
8.36956e-05
-0.00735598
-0.000241539
-0.000678107
0.000364161
-0.00166685
-0.00188478
0.00156085
-0.00266357
-0.00235926
-0.000484901
-0.00262441
-0.00148513
-0.00427004
-0.00201183
-0.000618166
-0.0048696
-0.00149238
-0.000420134
-0.00356818
-0.00140678
-0.000680513
-0.00268747
-0.00169569
-0.00125173
-0.00229315
-0.00170257
-0.00183837
-0.00338149
-0.00142988
-0.00218156
-0.00587823
-0.00103043
-0.00232383
-0.00842436
-0.000696248
-0.00202505
-0.0101034
-0.000522483
-0.00108986
-0.00880016
-0.000432769
-0.00290776
-0.000429532
9.17016e-05
0.00130367
0.000461783
5.82654e-05
0.00363685
0.000770232
-1.83243e-05
0.0048658
0.000952006
-4.18918e-05
0.00535305
0.00108891
0.000122171
0.0053315
0.00117435
0.000895347
0.0049514
0.00138103
0.00246616
0.00454159
0.00174141
0.00740943
0.00390189
0.00209033
0.0171407
0.00207572
-0.00268775
0.0234263
-0.00163231
-0.00618612
0.0233782
-0.00394561
-0.00760959
0.0179905
-0.0140146
0.00138428
0.0135025
-0.0286654
0.00968446
0.00886738
-0.0210618
0.00478755
0.00763611
-0.00991248
-0.00465607
0.0206351
-0.01878
-0.02008
0.0295264
-0.0020702
-0.0246342
0.0103895
0.00354041
-0.00579969
-0.00499908
0.00100447
-0.00699999
-0.00759644
0.00712437
-0.0540205
-0.00574212
-0.00134468
-0.0659248
0.000573745
0.00599114
-0.0208057
-0.00904584
0.0301939
0.00426471
-0.0132356
0.0164038
-0.00173338
-0.00996655
-0.00824389
0.00250697
-0.00696632
-0.011685
5.18212e-05
-0.0054282
-0.000438985
-0.00240574
-0.00528282
0.00113142
-0.0025364
-0.00409861
-0.00206404
-0.00242347
-0.00188272
-0.0069039
-0.00155397
-0.000136624
-0.00754892
-0.000873816
0.000393161
-0.00537838
-0.000765698
-0.000191408
-0.00325013
-0.00173433
-0.00119585
-0.00169651
-0.00208176
-0.00205653
-0.00256884
-0.00194591
-0.00238942
-0.00568406
-0.00144622
-0.00237154
-0.00842507
-0.00076951
-0.0020662
-0.010378
-0.000517588
-0.00121369
-0.00960387
-0.000381701
-0.00404712
-0.000374378
6.83809e-05
0.00122865
0.000457896
8.76341e-05
0.00359564
0.000767536
7.53752e-05
0.0048614
0.000969359
8.73693e-05
0.00537999
0.0011351
0.000254386
0.00533934
0.00127215
0.00085669
0.00493604
0.00162074
0.00199884
0.00449461
0.00211054
0.00598081
0.00263099
0.0028686
0.0127023
-0.000883962
-0.00170096
0.016009
-0.000899605
-0.00508323
0.0191357
-0.00376163
-0.00692747
0.0160298
-0.0100518
0.00135503
0.0070197
-0.0190946
0.00105177
0.00756828
-0.0328033
-0.00426912
0.0182235
-0.0342694
-0.000311769
0.0401172
-0.0283407
-0.0176373
0.0534249
-0.00633097
-0.0193037
0.0330317
0.0152042
0.00631182
0.00227267
0.0220252
0.0106038
-0.00520193
0.0235203
-0.0384553
-0.0169787
0.0106432
-0.0769218
-0.0125413
0.00953918
-0.0413562
-0.0225775
0.0410907
0.0157547
-0.0316339
0.0291499
0.019834
-0.0247851
-0.0123052
0.0119894
-0.0171436
-0.0174544
0.00231353
-0.0110408
-0.00621451
0.00342875
-0.00795728
-0.00503187
0.0052381
-0.00375127
-0.00701116
0.00227237
-0.000277312
-0.00882774
0.00112926
0.00162932
-0.00865924
0.0013029
0.0021982
-0.00712206
0.00123909
0.000654389
-0.00311244
-0.000947759
-0.00120092
0.000199144
-0.0023301
-0.0021843
-0.00171766
-0.00239495
-0.00248497
-0.00580258
-0.00169815
-0.00240093
-0.00852333
-0.000850213
-0.00205622
-0.010658
-0.000441002
-0.0012454
-0.0103454
-0.000298514
-0.00520842
-0.000280948
5.42545e-05
0.00117572
0.000453379
0.000132314
0.00350752
0.000750444
0.000166504
0.00481898
0.000963705
0.000177028
0.00542128
0.00114317
0.000267934
0.00543057
0.00131513
0.00047203
0.0052448
0.00174062
0.00113397
0.00482689
0.00229451
0.00132084
0.00361849
0.00418076
0.00112509
0.00109055
0.00280563
0.00350185
0.00189365
-0.00337828
0.00738278
0.00174927
-0.00991762
0.00283659
0.00772909
-0.00772476
0.00150486
0.00110733
0.00344787
0.016784
-0.0417641
-0.00324808
0.0374805
-0.0535951
-0.0193991
0.051851
-0.0371589
-0.0335057
0.0623147
-0.0102013
-0.0236032
0.0534373
0.0295418
0.000487546
0.024283
0.0489506
0.00994512
0.0111617
0.0482421
-0.00543299
0.000404207
0.0306781
-0.0425779
0.00532187
0.0103615
-0.0405215
0.00305204
0.0337859
0.00632119
-0.00927005
0.0326807
0.0250078
-0.00732834
-0.00758056
0.0103287
6.07664e-05
-0.0225647
0.00456505
0.004687
-0.0159791
0.0137084
0.00266785
-0.0106325
0.0162218
0.00274022
-0.00864912
0.0106939
0.00362892
-0.00620887
0.00510976
0.00372862
-0.00641008
0.00424244
0.00323317
-0.00753745
0.00440599
0.00106895
-0.00123179
0.00062599
-0.00114536
0.0045886
-0.00231454
-0.00193656
-0.000391416
-0.00262755
-0.0022574
-0.00601989
-0.00146668
-0.00211707
-0.00869243
-0.000682846
-0.00175104
-0.0108784
-0.000272436
-0.00105623
-0.0109321
-0.000137218
-0.00615693
-0.000142103
7.60114e-05
0.0011042
0.000438463
0.000208028
0.00337118
0.000717772
0.000292508
0.00474072
0.000927013
0.000342724
0.00544075
0.00109909
0.000368917
0.00559674
0.00127586
0.000513605
0.00566508
0.00161268
0.00102437
0.00539364
0.00215339
-0.00106132
0.00578432
0.00491133
-0.00485625
0.00465674
0.00727158
-0.00111602
0.00089196
0.00327424
0.00721423
0.00101431
0.00111169
0.00935956
0.0167981
0.000488007
0.0171347
0.005384
0.0129433
0.0306436
-0.0356922
0.00712504
0.0401778
-0.0375861
-0.0245242
0.0401234
-0.0235025
-0.028866
0.0435273
-0.00387241
-0.0139429
0.0370964
0.0407847
0.00322022
0.0244144
0.0648278
0.021007
0.0343039
0.0441068
0.0122438
0.0325927
0.0304221
-0.00668429
0.0275414
0.00958434
-0.0122759
0.0319425
0.0259822
0.000404324
0.0331843
0.0326983
0.0158112
0.0337016
0.00852129
0.0105384
0.030189
-0.0072385
0.010396
0.0242551
-0.0089532
0.0176995
0.0130855
-0.00712813
0.0146353
0.00333392
-0.0041621
0.00801939
0.001363
-0.00184651
0.00325746
0.0025588
-0.0045037
0.0039252
0.00201036
-0.00744709
0.004775
-4.44345e-05
0.00139409
0.000367686
-0.000765897
0.00874476
-0.00392502
-0.00169748
0.000933662
-0.00344568
-0.00204941
-0.00628318
-0.0010871
-0.00183422
-0.00881642
-0.000348136
-0.00147533
-0.0109969
2.98687e-05
-0.0008617
-0.0114018
8.69986e-05
-0.00690465
5.57003e-05
9.82323e-05
0.00101663
0.000411513
0.000287442
0.00318886
0.00066629
0.000450744
0.00459736
0.000865324
0.000627613
0.00535589
0.00100308
0.000811849
0.0056247
0.001142
0.00164956
0.00559648
0.00118255
0.00325871
0.00525306
0.00152294
0.00419806
0.00593946
0.00341531
0.0044771
0.00449343
0.00510772
0.00765714
-0.00304117
0.00796025
0.0159298
-0.00768158
0.010652
0.0229091
0.00983745
0.0105147
0.0243274
0.00644285
0.00280991
0.0305371
-0.0142402
0.0024679
0.0360742
-0.0147646
0.00371684
0.022823
-0.00683649
-0.00146301
0.00670381
0.00856764
-0.0003222
0.00974496
0.0489282
0.0191862
0.016569
0.0598179
0.0400465
0.0278294
0.0214226
0.0241488
0.0365592
0.00558088
0.0154712
0.0321799
-0.00341932
0.012748
0.0333465
0.0167977
0.00788189
0.0368226
0.0313868
0.0130196
0.031259
0.023083
0.0246429
0.022625
0.011565
0.0314449
0.0192243
0.00112241
0.0296651
0.011059
-0.00230505
0.0126687
-0.00089493
0.000715141
-0.00103123
-0.00295247
0.00170739
-0.00396312
0.000824819
-0.00486677
0.000263624
0.000690735
-0.00659523
0.00136925
0.000350468
0.00233047
-0.00304319
0.000599788
0.00660008
-0.00716362
-0.00163615
-0.00155226
-0.00518681
-0.00214688
-0.00753478
-0.00141321
-0.00160998
-0.00897385
1.58291e-05
-0.00123231
-0.011006
0.000353524
-0.000708778
-0.0117593
0.000333146
-0.00748934
0.00026662
0.000120023
0.000911614
0.000375541
0.000359505
0.00296063
0.000600941
0.00060499
0.00437923
0.000779821
0.000896321
0.00516333
0.000877792
0.00130744
0.00544489
0.000928771
0.0024779
0.00514966
0.000731828
0.00485909
0.00438613
0.000678943
0.009149
0.00382741
0.00109877
0.0137874
0.00112007
0.000624864
0.0164726
-0.00699066
0.00446536
0.015766
-0.0101956
0.00403015
0.00943181
0.00849874
0.00410696
0.0026652
0.0117723
0.00378991
0.0154945
-0.00604891
0.0264198
0.0230577
-0.0162525
0.0450398
0.00610287
-0.00203935
0.0237163
-0.0220459
0.0129031
0.017454
-0.0183499
0.0464217
0.0173343
-0.00496683
0.0462534
0.0314161
-0.0014325
0.00641919
0.022839
0.0130454
-0.0201681
0.0206799
0.0152355
-0.00901259
0.0232523
0.0156361
0.0134305
0.0271979
0.0151767
0.0292117
0.0333017
0.0114281
0.0246491
0.0331728
0.0192645
0.014623
0.0232057
0.0316931
0.00479024
0.0177693
0.0293939
0.00224283
0.00925476
0.0155857
0.00814589
-0.000462865
0.00777546
0.00677273
-0.00359065
0.00774253
-0.00348978
-0.00135272
0.00640122
-0.00570631
-0.00439609
0.00522381
-0.00135167
-0.00708604
0.00342008
-0.00143168
-0.00605578
-8.31371e-05
-0.00606178
-0.00336083
-0.00107249
-0.00813696
-0.000646565
-0.000910005
-0.00865889
0.00071048
-0.000840945
-0.0107503
0.000733723
-0.00056745
-0.011888
0.000568725
-0.0079381
0.000442334
0.000125632
0.00080275
0.000336129
0.000390224
0.00270835
0.000533835
0.000681077
0.00411451
0.000691098
0.000994795
0.00493338
0.000762652
0.00143446
0.00521138
0.000742093
0.00224944
0.00487732
0.000469008
0.00382641
0.0040036
2.95876e-05
0.00654714
0.00304284
-0.000309032
0.00977843
0.000325737
-0.00140341
0.00991681
-0.00612828
-0.000589662
-0.00183685
-0.00267493
0.00130777
-0.0167808
0.0137358
0.00578209
-0.0173239
0.00687021
0.0130886
-0.00185404
-0.0180221
0.0202633
0.00998254
-0.0148064
0.0457457
0.00172099
0.00730446
0.0379041
-0.0161877
0.0112746
0.0198556
-0.0151531
0.0293665
0.00844233
-0.00461282
0.0289288
0.00764016
0.000618957
-0.00847059
0.00376172
-0.00663843
-0.0317539
-0.00398057
-0.015606
-0.00466177
0.00765782
-0.0115787
0.0133808
0.0257279
-0.00592314
0.0232276
0.0306086
0.00312957
0.0200675
0.0217908
0.0179788
0.0158376
0.000771626
0.0339207
0.00670305
-0.00978162
0.0370836
0.00478736
0.00104407
0.030485
0.0093861
0.00790069
0.02392
0.00880561
0.00941006
0.0217487
2.90719e-05
0.00785487
0.0180752
-0.00278952
-0.00128491
0.0124187
-0.00330383
-0.00475783
0.00755484
-0.0047253
-0.000904103
0.00395552
-0.00564449
0.00199122
0.00183036
-0.0055935
0.00235372
0.000465394
-0.0067391
0.00168043
-0.000317395
-0.00971723
0.0011381
-0.000467103
-0.011635
0.000803158
-0.00832652
0.000612625
0.000127869
0.000692067
0.000299131
0.000398822
0.00244929
0.000473197
0.000702746
0.00383178
0.000614306
0.000997683
0.00469953
0.000679622
0.00133375
0.00502678
0.000648207
0.00172772
0.00483089
0.000438833
0.00221001
0.00419038
1.38888e-05
0.00262033
0.0036604
-0.000452885
0.00325408
0.00165555
-0.00198777
0.000516802
-0.00203933
-0.00296541
-0.00945525
0.00393355
-0.000778394
-0.0167932
0.0135164
0.00161747
-0.0116745
-0.00155007
0.00470012
-0.00708271
-0.0246789
0.0107041
0.000570858
-0.0148674
0.0154307
0.00972542
0.0121129
0.0371113
0.0106051
0.0165108
0.0284613
0.0124612
0.021568
0.00729001
0.0163824
0.022322
0.00441467
0.0154126
-0.016872
-0.00773483
-0.00777325
-0.0320905
-0.0127349
-0.0224946
-0.00623712
-0.0037295
-0.0186516
0.00353044
0.00596486
-0.00688687
0.0111503
0.00257815
0.00866153
0.0110167
0.00146125
0.0218634
0.00882156
-0.011693
0.0298033
0.00313269
-0.0209297
0.0289653
0.00721525
-0.0117965
0.023278
0.00920662
0.00532713
0.0234024
0.00678657
0.0135605
0.0277939
0.00396407
0.0111481
0.0266075
0.00235388
0.000635677
0.0177686
-0.000728683
-0.00344729
0.00867302
-0.00235577
-0.000163067
0.00482858
-0.00171745
0.00351368
0.00277267
-0.00243347
0.00318075
0.00104868
-0.00470266
0.00185141
-9.1685e-05
-0.00842274
0.00121795
-0.000482569
-0.0111755
0.000842099
-0.00873923
0.000635154
0.00012186
0.000584977
0.000268701
0.000385953
0.00219519
0.000422019
0.000698143
0.00353459
0.000548344
0.000994579
0.00444228
0.00061123
0.00128206
0.00483887
0.00058641
0.00155281
0.00477638
0.000422645
0.00173901
0.00436497
0.000118252
0.00200129
0.00394795
-0.000328956
0.00177032
0.00266313
-0.00173163
-0.00151866
0.00114574
-0.00311297
-0.00738724
0.00641096
-0.00117407
-0.00915691
0.0117838
-0.00217339
-0.00419146
-0.00340838
-0.00651144
-0.00172401
-0.0266573
0.00559786
0.00235466
-0.0214398
0.0128097
0.00965739
0.0115057
0.0187774
0.0148886
0.0211062
0.0184429
0.0193804
0.0230297
0.00718311
0.0193554
0.0254823
0.0131767
0.0133198
-0.016043
-0.007498
4.08231e-05
-0.0305569
-0.0108415
-0.00759963
-0.00566636
0.00972758
-0.00390341
0.00274628
0.0230506
0.00646794
0.0122704
0.00936825
0.0175575
0.00961924
0.0022688
0.0233211
-0.00195337
-0.0113502
0.0240143
-0.00488889
-0.0197668
0.0177122
0.00699928
-0.016956
0.00822046
0.00821535
-0.00588737
0.00973851
0.00225162
0.00200094
0.0174269
0.00244494
0.00192281
0.0203393
0.00285021
-0.00210747
0.0132745
0.00055618
-0.00444055
0.00557981
0.000179049
-0.00112412
0.00330782
0.00101593
0.00253026
0.00188844
-0.000815268
0.00213534
0.000636996
-0.0034857
0.00134241
-0.000274716
-0.00749936
0.00100321
-0.000606411
-0.0108347
0.000725225
-0.00931411
0.000564028
0.000125132
0.000472073
0.000240373
0.000369962
0.00195674
0.000378016
0.000680951
0.00323264
0.00049395
0.00097678
0.00417063
0.000553854
0.00125169
0.00462696
0.000544608
0.00150074
0.00466475
0.0004228
0.0017001
0.0043926
0.000191794
0.00199288
0.0039697
-0.000112071
0.00176967
0.00325345
-0.000900517
0.000167086
0.00241562
-0.00194997
-0.00110486
0.00554387
-0.00101663
0.000493136
0.00956653
-0.00208688
0.00240422
-0.00139152
-0.00572076
-0.000822697
-0.0202573
0.00292642
-0.00208265
-0.0170998
0.0027788
-8.5405e-06
0.00917501
0.000541949
0.0011289
0.0178681
0.00324611
0.0038792
0.024982
0.0101583
0.00814537
0.0309438
0.0191341
0.0115152
-0.00676336
-0.00297016
0.00564586
-0.0151806
-0.00277478
-0.00927532
0.0075948
0.016415
-0.00897491
0.0137362
0.0241425
0.00847518
0.0177144
0.0229855
0.0136537
0.0128649
0.00388746
0.00770016
-0.00439311
-0.00760212
0.00775566
-0.0122206
-0.0157071
0.00678314
-0.000493625
-0.00952022
0.00276864
0.00412002
-0.00350519
0.00582728
-0.00252381
-0.000539242
0.010938
-0.0012749
0.00381085
0.0107157
0.0020819
0.0030117
0.00574187
0.00178744
-0.00173393
0.00304805
0.0023391
-0.000376171
0.00219107
0.00219732
0.00158861
0.00102743
-5.45837e-05
0.000979735
0.000137544
-0.00269925
0.000846494
-0.000541989
-0.00685562
0.00070237
-0.00079735
-0.0106062
0.000534356
-0.0101088
0.000429156
0.000102421
0.000380944
0.000219197
0.000335559
0.00172884
0.000341985
0.000639182
0.00293138
0.000448714
0.000951249
0.00387169
0.000506879
0.00124177
0.00437474
0.000506314
0.00151205
0.00448217
0.000413799
0.00176006
0.00429521
0.000234989
0.00202483
0.00391962
-2.58823e-05
0.00208959
0.00345493
-0.000478007
0.00163891
0.00287852
-0.00109349
0.00238263
0.00403048
-0.00117559
0.00539518
0.00596447
-0.00117247
0.00564061
0.000119419
-0.00232519
-0.00222972
-0.00676647
-0.00176653
-0.00736931
-0.00424627
-0.00793203
0.000110388
0.00414669
-0.0101203
0.0074139
0.00781424
-0.00632302
0.0104369
0.0181997
0.00432409
0.0165011
0.0281408
0.00873938
0.0192933
0.00564073
0.00203069
0.0079737
0.00192242
-0.00469196
-0.00791679
0.019123
0.00289626
-0.0114178
0.0236345
0.0154436
0.00531569
0.0186566
0.0337426
0.0150908
0.0112321
0.0165634
0.00927975
-0.001345
0.00661664
0.0072494
-0.00849409
-0.00123879
0.00933931
-0.0031673
0.000761408
0.00870948
0.00145293
0.00275388
0.00668491
-0.00115417
-0.000141013
0.00485747
0.000208301
0.00181433
0.00332358
0.00332672
0.00169266
0.00179031
0.00267637
-0.00202019
0.00117208
0.00240362
-0.00149247
0.000642759
0.00160121
-0.000484119
0.00010015
-0.000151098
-9.024e-05
-0.000377117
-0.0023497
0.000290244
-0.00087626
-0.0064253
0.000330524
-0.00106514
-0.0104751
0.000304121
-0.0111918
0.000250622
9.267e-05
0.000294421
0.000198518
0.000291786
0.00153122
0.000314072
0.000580924
0.0026406
0.000411242
0.000880988
0.00357509
0.000466402
0.00118974
0.00408862
0.000475262
0.00147452
0.00425355
0.00040593
0.00175572
0.00411594
0.000275469
0.00201986
0.00380952
7.13356e-05
0.00220957
0.00345183
-0.000209452
0.00219111
0.00305542
-0.000517439
0.00293495
0.00321029
-0.000725416
0.00514638
0.00358959
-0.000651741
0.0047194
0.00144666
-0.00141146
0.000275471
0.000129367
-0.0027155
-0.00203279
0.00159035
-0.00545507
0.004914
0.00149901
-0.00719649
0.0130924
0.00130236
-0.00598005
0.0190688
0.00761117
0.000106997
0.0234501
0.0178011
0.00607864
0.015143
0.0108065
0.00530379
-0.00207739
0.00793104
-0.000763202
-0.00960263
0.0182915
0.00243452
-0.00847345
0.0206551
0.0095876
0.0007287
0.0120334
0.0122108
0.00982644
0.00672993
0.00900715
0.00934702
0.00410111
0.00793567
0.00598421
0.00251916
0.0083976
0.00736835
0.00329941
0.00836254
0.00980639
0.00382562
0.00539616
0.00788386
0.0026516
0.000587652
0.00505907
0.0034995
0.000182629
0.00418334
0.00399196
-0.000367815
0.00252368
0.00183128
-0.00273322
0.000767167
0.000678969
-0.00278094
-7.16881e-05
0.000368482
-0.00171506
-0.000247694
-0.000645545
-0.000717768
-0.000650196
-0.00221229
-0.000122241
-0.00115131
-0.00604218
7.68754e-05
-0.00132931
-0.0103723
0.000117026
-0.0125521
9.86252e-05
3.65192e-05
0.0002591
0.000183787
0.000208211
0.00135622
0.000298006
0.000467592
0.00237477
0.000382083
0.000788043
0.00325172
0.000436234
0.00113063
0.00375629
0.000447407
0.00146784
0.00395313
0.000394886
0.001795
0.00385806
0.000298098
0.00212185
0.00359684
0.000131195
0.00241402
0.00330357
-7.35539e-05
0.0026494
0.00298841
-0.000295988
0.00317783
0.00282928
-0.000500861
0.00415167
0.00278344
-0.000631043
0.00428457
0.00188747
-0.00102242
0.00405642
0.00105838
-0.00154067
0.00484912
0.00147371
-0.0014196
0.00703763
0.00164927
-0.00180166
0.00918409
0.00092609
-0.00304869
0.0108489
0.00313481
-0.0026243
0.012643
0.0086318
0.00431681
0.00786232
0.00678872
0.00746938
0.000521118
0.00649594
0.00253657
-0.00164507
0.0128045
0.00149493
-0.000888746
0.0123582
0.000880911
0.0011329
0.00303161
-0.00512543
0.00408513
0.00115527
-0.00866847
0.00558669
0.00673602
-0.00306732
0.00618414
0.00876976
0.00334366
0.00612463
0.00783323
0.00286032
0.00590699
0.00599334
0.000117866
0.00500125
0.00370551
-0.00135701
0.004549
0.00323956
-0.000901341
0.00405711
0.00248102
-0.00154653
0.0022506
0.000593691
-0.00257349
0.000764422
-0.000195728
-0.00225401
0.000218434
-9.82525e-05
-0.00136377
-3.66008e-06
-0.000763453
-0.000670291
-0.000531207
-0.00189448
-0.00019594
-0.00117707
-0.00550121
-4.16087e-05
-0.00146285
-0.0101563
7.58057e-06
-0.0140511
-1.01145e-05
1.24498e-05
0.000243238
0.000176399
0.000104008
0.00125627
0.0002858
0.000322315
0.00214346
0.000368111
0.000607855
0.00295769
0.000403231
0.00097194
0.00339171
0.000432705
0.0013699
0.00357834
0.000375377
0.00175522
0.00351988
0.000311655
0.00216147
0.00327632
0.000168374
0.00255373
0.00303549
7.32232e-06
0.00293887
0.00275975
-0.000184935
0.00342529
0.00253176
-0.000390764
0.00410203
0.0023537
-0.000604815
0.00451011
0.00188891
-0.00094292
0.00466079
0.00144893
-0.00136412
0.00512994
0.00137431
-0.00151945
0.00587457
0.00150452
-0.00195571
0.0058503
0.00100283
-0.00298015
0.0056328
0.00172797
-0.00376207
0.00754488
0.00377973
-0.00254703
0.00711301
0.00163153
-0.0037037
0.00301652
0.00194113
-0.00712587
0.000530312
0.00768341
-0.00769295
-0.00011192
0.00788955
-0.00505187
-0.00153226
0.000786142
-0.0055074
-0.00111248
-0.000263487
-0.00693853
0.00207577
0.00552606
-0.00309381
0.00463661
0.00777529
0.000899094
0.00484779
0.00620221
-0.000450627
0.00419615
0.00432102
-0.00237838
0.00349736
0.00274059
-0.00272222
0.0032128
0.00219527
-0.00229329
0.00292992
0.00126489
-0.00203182
0.00200035
0.000226731
-0.00202435
0.00118233
-0.00023351
-0.00159448
0.000779215
-9.5466e-05
-0.00104001
0.000496186
-0.000660276
-0.000603366
-9.38643e-05
-0.00143562
-0.00028768
-0.000957723
-0.00472701
-0.000112167
-0.0013736
-0.00981197
-7.44566e-05
-0.0154632
-0.000106846
-0.000176588
0.000412788
0.000168814
-0.0001558
0.00122113
0.000292883
1.06069e-05
0.00195817
0.000362965
0.000373327
0.00257902
0.000395825
0.00078699
0.00297056
0.000411898
0.00128901
0.00308749
0.000370932
0.0017603
0.00307907
0.000323182
0.00223577
0.00286396
0.000200357
0.00270501
0.00266135
7.08866e-05
0.00315962
0.00243364
-0.000103232
0.00363871
0.00221973
-0.0002977
0.0041803
0.00201838
-0.000521013
0.00462544
0.00171464
-0.00081268
0.00495529
0.00141001
-0.00118383
0.00533277
0.00119429
-0.00152033
0.00584942
0.00101244
-0.0020857
0.00585533
0.000592425
-0.00292914
0.00580146
0.000549432
-0.00408266
0.00677924
0.00133237
-0.00547909
0.00511466
-0.000447206
-0.0087567
0.00108757
-0.00093001
-0.0107053
-0.000673226
0.00219992
-0.0101216
-0.000334167
0.00392904
-0.00669678
-0.00184585
0.00131813
-0.00400328
-0.00272067
0.00112688
-0.0030272
1.13526e-05
0.00407635
-0.00103702
0.00259144
0.00496949
-0.000302222
0.00317177
0.0036932
-0.00140061
0.00308742
0.00270558
-0.00200821
0.00294145
0.00191806
-0.00204351
0.0028807
0.00159876
-0.00173537
0.00275235
0.000952367
-0.00147636
0.00223294
0.000433538
-0.00141925
0.00174209
-1.79594e-05
-0.00113995
0.00146694
1.6443e-05
-0.000797787
0.00120575
-0.000505557
-0.000531016
0.000742842
-0.00106152
-0.00027579
-0.000257717
-0.00382937
-0.000190501
-0.000901332
-0.00921959
-9.9805e-05
-0.0164077
-0.000156853
-7.53816e-05
0.000476091
0.00017673
-0.000295524
0.00142104
0.000289505
-0.000310214
0.00194726
0.000366976
-3.49972e-05
0.00228102
0.000382416
0.00042382
0.00249191
0.000414043
0.00102777
0.00248583
0.000353213
0.00162169
0.00250063
0.000334201
0.00219928
0.00233147
0.000222697
0.00275751
0.00217673
0.000115252
0.00328877
0.00201113
-3.83273e-05
0.00380062
0.00184793
-0.00021728
0.00431784
0.00168005
-0.000439617
0.00477626
0.00147211
-0.00071564
0.00517306
0.00125749
-0.00106805
0.0055394
0.00103585
-0.00147263
0.00587912
0.000785055
-0.00201546
0.00594366
0.000431733
-0.00268495
0.00580801
4.72816e-06
-0.003555
0.00595011
2.80231e-05
-0.00455853
0.00433662
-0.00100166
-0.00659594
0.00170483
-0.00166604
-0.00804093
0.00027808
-0.000639245
-0.0085782
-7.9872e-05
0.000577079
-0.00724893
-0.00113468
0.000522139
-0.00535572
-0.00139382
0.00112246
-0.00342948
0.000517403
0.00244488
-0.00166445
0.00222214
0.00275468
-0.00142575
0.00281694
0.00201796
-0.00193792
0.00293647
0.00165396
-0.0019212
0.00303032
0.00124888
-0.00173291
0.00308678
0.001147
-0.00149011
0.00301798
0.000730657
-0.00131309
0.00277903
0.000481921
-0.00116389
0.00258201
6.7519e-05
-0.000927027
0.00248887
4.09413e-05
-0.000664106
0.00238713
-0.000452303
-0.000464025
0.0021471
-0.00088399
-0.000303207
0.00116559
-0.00291919
-0.000189232
0.000207041
-0.00832316
-0.000151492
-0.0162399
-0.000192414
-0.000838792
0.00130163
0.00019765
-0.000932204
0.00148701
0.000339936
-0.000844076
0.00182672
0.000387807
-0.0004849
0.00189231
0.000393471
0.000113448
0.0018657
0.000416393
0.000772455
0.00181884
0.000364381
0.00149423
0.00178192
0.000352328
0.00215141
0.00170281
0.000258535
0.00278184
0.00160037
0.000169668
0.00337243
0.00150613
3.22444e-05
0.00393124
0.00140039
-0.00012524
0.00446937
0.00128486
-0.000330877
0.00496276
0.00114861
-0.000586254
0.00541183
0.000993375
-0.000908688
0.00578577
0.000827404
-0.00129945
0.00606588
0.000609032
-0.00179428
0.00613477
0.000370559
-0.00236017
0.00577834
6.14819e-05
-0.00309844
0.00533036
-4.35108e-05
-0.00382705
0.00422522
-0.000732396
-0.00467556
0.00269017
-0.00123544
-0.00542627
0.00152172
-0.000972259
-0.00574348
0.00102753
-0.000432056
-0.00538013
0.000596677
-0.000231688
-0.00448572
0.000781483
0.000307055
-0.00315705
0.00207759
0.00105368
-0.0019178
0.00316197
0.00136861
-0.00163859
0.00367553
0.00105812
-0.00165723
0.00396936
0.000965498
-0.00151894
0.0041559
0.000782905
-0.00136655
0.00429485
0.000827873
-0.00117264
0.00432729
0.000583779
-0.00100464
0.00428304
0.000460122
-0.000854616
0.00421352
0.000106526
-0.000699324
0.00420487
3.44921e-05
-0.000522435
0.00413187
-0.000392667
-0.000386493
0.00406745
-0.000844624
-0.000269046
0.00329429
-0.00220423
-0.000198038
0.00188941
-0.00697391
-0.000159678
-0.0143881
-0.000197892
-0.00192318
0.00318512
0.000325233
-0.00206553
0.00157577
0.000440169
-0.00180437
0.00151482
0.000426026
-0.00107898
0.00112181
0.000407954
-0.000221656
0.000968514
0.000414685
0.000699525
0.000875252
0.000372693
0.00161038
0.000859923
0.000361651
0.00248651
0.000838306
0.00028476
0.00330702
0.000812491
0.000212674
0.00409088
0.000781904
9.48726e-05
0.00483455
0.000742226
-5.39614e-05
0.00554427
0.00068838
-0.000241274
0.00620525
0.000623432
-0.000478381
0.00680382
0.00054501
-0.000776362
0.00731764
0.00046063
-0.00113692
0.00770186
0.000343741
-0.00156087
0.00791989
0.000230598
-0.00203443
0.00783637
4.92809e-05
-0.00259146
0.00762121
4.79875e-06
-0.0031914
0.00690053
-0.000273465
-0.00373919
0.00588403
-0.000534753
-0.00409034
0.00508747
-0.000440351
-0.00408688
0.00477131
-0.000270278
-0.00373288
0.0046858
-0.000248143
-0.00322071
0.00492195
8.54264e-06
-0.00249004
0.00565576
0.000310894
-0.00188068
0.00642303
0.000460218
-0.00160745
0.00687973
0.000386776
-0.00149782
0.00723445
0.000397237
-0.00134023
0.00750424
0.000350397
-0.00118153
0.00780351
0.000416605
-0.00101069
0.00796938
0.000341496
-0.00084978
0.00811084
0.000273541
-0.000706522
0.00812339
7.59067e-05
-0.000572404
0.00818746
-2.57714e-05
-0.000443294
0.00810642
-0.000306869
-0.000324055
0.00798574
-0.000723112
-0.000215719
0.00742394
-0.00166026
-0.000166672
0.00490705
-0.00448333
-0.000155264
-0.00950788
-0.000201483
0.00316345
0.000194077
0.00471277
0.000231583
0.00620055
0.000244761
0.00729875
0.000229326
0.0082472
0.000230747
0.00911244
0.000196972
0.0099715
0.000183404
0.0108241
0.000132425
0.0116677
7.64106e-05
0.0125013
-1.56429e-05
0.013318
-0.000135622
0.0141038
-0.000301262
0.0148448
-0.000513606
0.0155212
-0.000785686
0.0161203
-0.00111534
0.0165911
-0.00150283
0.0169255
-0.00190438
0.0169785
-0.00238394
0.0169391
-0.00289063
0.0165762
-0.00326361
0.0158954
-0.00350401
0.015277
-0.00351832
0.0148746
-0.00329745
0.0145537
-0.00293449
0.0145157
-0.00241885
0.0147843
-0.00193527
0.0151331
-0.00166698
0.0153711
-0.00149505
0.0156128
-0.00131727
0.0158367
-0.00116749
0.01616
-0.00100861
0.0164349
-0.000854255
0.0166665
-0.000702519
0.0167253
-0.000575972
0.0166991
-0.000451567
0.0163945
-0.000350806
0.015678
-0.000253125
0.0140163
-0.000197889
0.00952495
-0.000173147
-0.000198828
2.8503e-05
-2.76504e-05
1.63473e-05
8.39727e-05
-5.21566e-05
2.56491e-05
0.000140162
-5.3283e-05
3.41395e-05
0.000184339
-4.12712e-05
4.03775e-05
0.000214291
-2.74756e-05
4.69128e-05
0.00023768
-1.90376e-05
5.20735e-05
0.000254961
-9.90948e-06
5.487e-05
0.000268011
-1.88104e-06
5.61455e-05
0.000270923
1.02384e-05
5.60167e-05
0.000283177
5.13486e-06
5.29412e-05
0.000287283
5.3352e-06
5.93133e-05
0.000276762
2.20422e-05
5.46554e-05
0.000220756
6.08839e-05
5.65478e-05
0.000129408
9.97008e-05
4.73415e-05
2.57332e-06
0.00014023
3.54048e-05
-0.000144746
0.000169767
1.94736e-05
-0.000306197
0.000198718
-4.10929e-06
-0.000486688
0.000236652
-2.95496e-05
-0.00076135
0.000335207
-3.48932e-05
-0.00110668
0.000427329
-5.50618e-05
-0.00150174
0.000483978
-6.75724e-05
-0.00179258
0.000416481
-0.00010795
-0.00202128
0.000367039
-0.000129245
-0.00211115
0.000250793
-0.000154759
-0.00206303
0.000142266
-0.000181634
-0.0018747
2.83444e-05
-0.000205102
-0.0015618
-7.37034e-05
-0.000217645
-0.00115918
-0.000151396
-0.000225688
-0.000694598
-0.000202278
-0.000223457
-0.000181832
-0.000257726
-0.000209218
0.000321171
-0.000257151
-0.000185016
0.000661429
-0.000132952
-0.000149451
0.000875692
-4.54661e-05
-0.000100664
0.000908625
7.87461e-05
-4.31263e-05
0.000775278
0.000198718
1.46282e-07
0.000564702
0.000234633
3.96517e-05
0.000351543
0.000216847
6.09248e-05
0.000174234
0.000166912
7.66193e-05
5.12835e-05
0.000107373
7.64583e-05
3.46434e-05
5.36e-05
6.26758e-05
-8.61177e-05
2.16309e-05
0.000159373
-0.000141445
4.05376e-05
0.000251084
-0.000136731
5.88172e-05
0.000310847
-9.30746e-05
7.76189e-05
0.000332855
-4.07319e-05
9.23658e-05
0.00032175
5.904e-06
0.000105863
0.000272552
5.11708e-05
0.000121223
0.000208983
8.25898e-05
0.000126735
0.000108439
0.000122008
0.00014431
-5.8747e-05
0.000188274
0.000138671
-0.000333714
0.000292616
0.000135594
-0.000656168
0.000370327
0.000112161
-0.00103191
0.000459393
0.000106963
-0.0014279
0.00052765
9.19118e-05
-0.00184064
0.000595285
7.70521e-05
-0.00224043
0.000628492
5.63664e-05
-0.00262112
0.000658847
3.32151e-05
-0.00295519
0.00067375
1.1222e-05
-0.00324645
0.000741431
4.99864e-07
-0.00345409
0.000760149
-4.56531e-06
-0.00361617
0.000774944
-1.3184e-05
-0.00369623
0.000636735
-1.64177e-05
-0.00368361
0.000497864
-2.29174e-05
-0.00355444
0.00027682
-3.94159e-05
-0.00332548
8.0678e-05
-4.46868e-05
-0.00296464
-0.00015434
-4.98657e-05
-0.00250241
-0.000348861
-4.7592e-05
-0.00194604
-0.000518508
-3.72083e-05
-0.00130616
-0.000650211
-2.57911e-05
-0.000663053
-0.000718782
-2.77498e-06
-3.51435e-06
-0.000733249
2.26905e-05
0.0006176
-0.000626353
8.22216e-05
0.00109853
-0.000399648
0.000109876
0.00132761
-6.23625e-05
0.000140406
0.00131981
0.000243946
0.000184577
0.00112388
0.000446754
0.000188014
0.000818611
0.000512782
0.000200593
0.000479158
0.000479941
0.000203205
0.000183321
0.000371111
0.000172051
0.000195614
9.05482e-05
7.34633e-05
-0.000152006
2.33449e-05
0.000175856
-0.000231377
5.0219e-05
0.000259129
-0.000206938
8.07326e-05
0.00029225
-0.000112351
0.000108187
0.000277546
-1.07038e-05
0.000134416
0.000192917
0.000106025
0.000155646
5.35364e-05
0.000215287
0.000167598
-0.000162496
0.0003224
0.000183215
-0.000470716
0.000458748
0.000179213
-0.000845251
0.000591144
0.000171252
-0.00128459
0.00075385
0.000167413
-0.00178208
0.000886658
0.000159228
-0.0023111
0.00100597
0.000151939
-0.00284096
0.00107902
0.0001451
-0.00333365
0.00111639
0.000133104
-0.00377308
0.0011052
0.000119896
-0.00416076
0.00108984
0.000105691
-0.00448296
0.00104431
9.25393e-05
-0.00474324
0.00104721
8.58905e-05
-0.00487874
0.000935719
8.37529e-05
-0.00491762
0.000841918
7.97814e-05
-0.00487021
0.000612524
7.41552e-05
-0.00473112
0.00036418
7.12952e-05
-0.00452669
7.90963e-05
6.35709e-05
-0.0042322
-0.000214723
6.31669e-05
-0.00385633
-0.000526012
6.18462e-05
-0.00341079
-0.000797024
7.86212e-05
-0.00287417
-0.00105381
8.40671e-05
-0.00225281
-0.0012663
0.000106324
-0.00157451
-0.001391
0.000127117
-0.0008746
-0.00142087
0.000151133
-0.000217633
-0.00126509
0.000184211
0.000390536
-0.00101573
0.000236219
0.000829001
-0.000513307
0.000281429
0.00106493
3.89311e-06
0.000281837
0.00100917
0.000472921
0.000308531
0.000809933
0.000676905
0.000299306
0.000502249
0.000742027
0.000291132
0.000199302
0.000628162
0.00023585
0.000364723
0.000110202
6.96669e-05
-0.000210464
2.21566e-05
0.000150279
-0.000292695
5.90306e-05
0.000197145
-0.000234191
0.000101581
0.00017363
-7.38893e-05
0.000148986
7.24274e-05
0.000114794
0.000168187
-0.000113569
0.000316107
0.000201207
-0.000388878
0.000513416
0.000218232
-0.000766016
0.000724283
0.000222307
-0.0012326
0.00093974
0.000219157
-0.0017739
0.00113814
0.000207583
-0.00234443
0.00132014
0.00019793
-0.00292141
0.00145382
0.000190457
-0.0034798
0.00154437
0.000191567
-0.00398673
0.0015625
0.000183714
-0.00443027
0.00153225
0.000174432
-0.00480727
0.00144986
0.00016449
-0.00512417
0.0013709
0.000149695
-0.00537533
0.00125307
0.000136095
-0.00555162
0.00116338
0.000121356
-0.00560935
0.00091889
0.000107188
-0.00559788
0.000745796
8.30574e-05
-0.00549963
0.000421914
6.76624e-05
-0.00536262
0.00014096
5.2917e-05
-0.00518489
-0.000178406
3.39511e-05
-0.00494553
-0.000528341
2.88398e-05
-0.00465615
-0.0008983
4.56024e-05
-0.0042781
-0.0012459
5.16441e-05
-0.00381671
-0.00157606
6.1613e-05
-0.00328192
-0.00185368
7.60526e-05
-0.00267244
-0.00204896
9.94078e-05
-0.00200584
-0.00212919
0.000133969
-0.00128288
-0.0020303
0.000176595
-0.000613622
-0.00172245
0.000226449
-4.6968e-05
-0.00112688
0.000285968
0.00036566
-0.000467289
0.000344619
0.000555412
0.00022114
0.000370436
0.000522417
0.000648756
0.00036715
0.000350846
0.000850275
0.000347179
0.000140681
0.000780631
0.000273826
0.000470493
0.000117824
5.18381e-05
-0.000245185
2.17245e-05
9.45491e-05
-0.000304761
7.0001e-05
6.37707e-05
-0.000174507
0.000129857
-4.31969e-05
6.76847e-05
0.000174586
-0.000250373
0.000344296
0.000224903
-0.000559504
0.000649674
0.000243636
-0.000977398
0.000949192
0.000252853
-0.00148411
0.00123456
0.00025131
-0.00204586
0.00149045
0.000236803
-0.00262698
0.00169153
0.000230036
-0.0032219
0.0018687
0.000228935
-0.00378977
0.00196288
0.000223805
-0.00428471
0.00197283
0.00020836
-0.0046946
0.00189754
0.000197056
-0.00502943
0.00178746
0.00017839
-0.00529432
0.00163196
0.000157306
-0.00549501
0.00148562
0.000125235
-0.00564189
0.00130607
8.86973e-05
-0.00572416
0.00114963
3.56925e-05
-0.00572883
0.000828761
-7.09183e-06
-0.00569144
0.00061857
-5.13602e-05
-0.00560006
0.00024752
-8.39061e-05
-0.00551126
-3.00955e-05
-8.95866e-05
-0.00538735
-0.000380228
-9.28809e-05
-0.00525889
-0.000743722
-7.12845e-05
-0.00508688
-0.0011504
-6.085e-05
-0.00483427
-0.00157186
-4.56551e-05
-0.00449118
-0.00198722
-2.35889e-05
-0.00405307
-0.00234722
1.78744e-06
-0.0035448
-0.0026027
2.68352e-05
-0.00296521
-0.00273941
4.88558e-05
-0.0023131
-0.0027091
9.34766e-05
-0.0015672
-0.00250532
0.000152755
-0.000855916
-0.00187128
0.000210687
-0.000310051
-0.00105186
0.000289011
5.63413e-05
-0.000182216
0.000341428
0.000172718
0.000469753
0.000378993
0.000144171
0.000819237
0.000350009
5.66236e-05
0.000813158
0.000267463
0.000496306
0.000102361
1.38658e-05
-0.000236104
2.58774e-05
-1.22425e-05
-0.000232807
8.79775e-05
-0.000117071
-2.94952e-05
0.000171609
-0.000324947
0.000305539
0.000233762
-0.000651253
0.000694769
0.000268678
-0.00107671
0.00108847
0.000283598
-0.00158037
0.00144665
0.000280661
-0.00213885
0.00176669
0.000266288
-0.00272872
0.00202694
0.000258588
-0.00333252
0.00222454
0.000244718
-0.00387881
0.00233181
0.000226711
-0.00432571
0.00231899
0.000204652
-0.0046767
0.00222734
0.00017753
-0.00494753
0.00207412
0.000142056
-0.00512838
0.00187912
0.000102807
-0.00523643
0.00165632
5.92983e-05
-0.00528839
0.0014643
7.28132e-06
-0.0053018
0.00125835
-5.33902e-05
-0.00527155
0.00106415
-0.000128911
-0.0052102
0.00071597
-0.000178687
-0.00516162
0.000523825
-0.000237878
-0.00510642
0.000150749
-0.000262882
-0.00505606
-0.000114123
-0.000266601
-0.00503202
-0.000451638
-0.000241592
-0.00503279
-0.000792347
-0.000225028
-0.00500789
-0.00122128
-0.000205956
-0.00493659
-0.00168707
-0.000179425
-0.00478277
-0.00218234
-0.000149342
-0.00451619
-0.00265569
-0.000109994
-0.0041317
-0.00303469
-6.05829e-05
-0.00363487
-0.00327418
-1.83385e-05
-0.00308672
-0.00329304
2.1966e-05
-0.00241204
-0.00319922
6.10187e-05
-0.0016177
-0.00269655
0.000131095
-0.000893627
-0.00180682
0.000207367
-0.000357765
-0.000758081
0.000302244
-7.66609e-05
0.000139479
0.000346994
1.70897e-05
0.000669302
0.000348765
1.16249e-05
0.000767076
0.000258744
0.000480642
9.02896e-05
-2.78489e-05
-0.000177361
3.12483e-05
-0.000125864
-8.45397e-05
0.00012579
-0.000326114
0.00021554
0.000211966
-0.000644421
0.000654297
0.000281233
-0.00105793
0.0011214
0.000308378
-0.00154696
0.00156721
0.000310149
-0.00209424
0.00196046
0.000290302
-0.00269585
0.0022961
0.000287251
-0.00325653
0.0025076
0.000247634
-0.00374604
0.00261834
0.000228742
-0.00414237
0.00261875
0.000197059
-0.00445648
0.0025265
0.000152018
-0.00466586
0.00234155
9.14876e-05
-0.00476973
0.00209317
3.56714e-05
-0.0047832
0.00183285
-3.02222e-05
-0.00473212
0.00156659
-7.708e-05
-0.00463555
0.00134729
-0.00013526
-0.00452344
0.00113389
-0.000201137
-0.00441353
0.000951696
-0.000299319
-0.00435086
0.000652798
-0.000349998
-0.00432385
0.000497262
-0.00041971
-0.00429974
0.00013624
-0.00043804
-0.00431522
-9.73356e-05
-0.000426533
-0.00437955
-0.000396576
-0.000394381
-0.00446
-0.000724706
-0.000370571
-0.00455141
-0.0011423
-0.0003429
-0.00463407
-0.00161687
-0.000307031
-0.00467612
-0.00215243
-0.000267176
-0.00463447
-0.00271113
-0.000218968
-0.00445354
-0.00323209
-0.000170372
-0.00411163
-0.00364307
-0.000109904
-0.00360568
-0.00382745
-5.12809e-05
-0.00302606
-0.0038121
-4.13572e-06
-0.00224206
-0.00350605
4.47649e-05
-0.00138309
-0.00268854
0.000104882
-0.000659385
-0.00150572
0.000189953
-0.000227806
-0.000329809
0.000286651
-6.04734e-05
0.000462963
0.000297713
-4.50028e-06
0.000672184
0.000219485
0.000457278
6.49585e-05
-8.37775e-05
-4.90672e-05
4.25571e-05
-0.000259143
0.000154288
0.000165057
-0.000547868
0.000550585
0.00026998
-0.000940012
0.00106612
0.000328993
-0.0014088
0.0015824
0.000339694
-0.00195015
0.00207177
0.000322791
-0.00253178
0.00246491
0.000310965
-0.00303699
0.00271712
0.000258305
-0.0034755
0.00283497
0.000237305
-0.00385627
0.00288017
0.000187867
-0.0041333
0.00278445
0.000117635
-0.00428412
0.00257154
3.77671e-05
-0.00432796
0.00230822
-6.29905e-05
-0.00428689
0.00201201
-0.000144947
-0.00418343
0.00171704
-0.000201774
-0.00402296
0.0014221
-0.000237554
-0.00382256
0.00118476
-0.000282043
-0.00363123
0.000988709
-0.000339303
-0.00347006
0.000840284
-0.00043795
-0.00343371
0.000641803
-0.000488665
-0.00342381
0.000517423
-0.000580735
-0.00344488
0.000184442
-0.000570151
-0.00349995
-2.20875e-05
-0.00055052
-0.0036002
-0.000285297
-0.000515117
-0.00372609
-0.000589566
-0.000488157
-0.00388548
-0.000975946
-0.000455117
-0.00406478
-0.0014312
-0.000416033
-0.00424777
-0.00196391
-0.000372117
-0.00439391
-0.00256035
-0.000319563
-0.00444872
-0.00317726
-0.000262182
-0.00434043
-0.00375662
-0.000201076
-0.00401096
-0.00417548
-0.000135628
-0.00350661
-0.00433836
-6.98281e-05
-0.00281985
-0.00422323
-2.00045e-05
-0.00190564
-0.00363363
3.697e-05
-0.00100121
-0.00243715
9.88363e-05
-0.000346468
-0.00101679
0.000186681
-6.59844e-05
0.000141572
0.000251256
2.18405e-05
0.000548232
0.00019321
0.000459247
5.3605e-05
-0.000137759
0.000133541
7.51152e-05
-0.000381984
0.000460484
0.000215083
-0.000742604
0.000949883
0.000328095
-0.00119171
0.00151667
0.00037617
-0.00170913
0.0020674
0.000365641
-0.00225307
0.00254213
0.000346525
-0.00272194
0.00284661
0.000286079
-0.00314052
0.00301807
0.000255287
-0.00352541
0.00309593
0.000186914
-0.00376403
0.003004
0.000101495
-0.00386582
0.00278172
-1.44302e-05
-0.00386634
0.00250713
-0.000147398
-0.00380198
0.0022073
-0.000255429
-0.0036893
0.00189159
-0.00032865
-0.00352981
0.00158634
-0.000368867
-0.00331148
0.00126985
-0.000369187
-0.00303952
0.00101319
-0.000380414
-0.00277162
0.000832372
-0.000416339
-0.00258705
0.000752123
-0.000522078
-0.00259058
0.000697344
-0.000606411
-0.0026321
0.000605989
-0.000696182
-0.00269452
0.000282309
-0.000670482
-0.00276797
8.37687e-05
-0.000648567
-0.0028861
-0.00014488
-0.000612622
-0.00302311
-0.000429695
-0.000579824
-0.00320122
-0.00077775
-0.00054551
-0.00341229
-0.00119999
-0.000504262
-0.00365486
-0.00170072
-0.000462326
-0.003904
-0.00229123
-0.000410304
-0.00411523
-0.00294734
-0.000355923
-0.00422246
-0.00363582
-0.000292091
-0.00413695
-0.00425622
-0.000227525
-0.00379222
-0.00468981
-0.000161727
-0.0032393
-0.00479959
-9.18783e-05
-0.00240944
-0.00448934
-4.13536e-05
-0.00137469
-0.00350068
1.36481e-05
-0.000531253
-0.00188453
7.89046e-05
-7.13494e-05
-0.000351807
0.00016187
1.60157e-05
0.000435918
0.000129657
0.000461723
1.46113e-05
-0.000183483
0.000365964
0.000100372
-0.000491058
0.000827905
0.000266312
-0.000892499
0.00137857
0.000376595
-0.00135636
0.00196189
0.00040817
-0.00186295
0.00251118
0.000390891
-0.00233709
0.00292333
0.000344127
-0.00277209
0.00316487
0.000289895
-0.00315274
0.00327473
0.000216387
-0.00337984
0.00320201
0.000117557
-0.00345141
0.00297514
-2.57036e-05
-0.00342142
0.00268594
-0.00018591
-0.00333284
0.00237456
-0.00033275
-0.00322246
0.00207802
-0.000451528
-0.00310398
0.00178513
-0.000517654
-0.00294135
0.00148338
-0.000524369
-0.00269598
0.00114582
-0.000471054
-0.0023494
0.000844673
-0.000422168
-0.00200429
0.000676041
-0.000427625
-0.00178817
0.000661577
-0.000543696
-0.00185675
0.000812412
-0.000695331
-0.0019986
0.000772914
-0.000805633
-0.00208621
0.000405578
-0.000762665
-0.00217326
0.000208404
-0.0007332
-0.00228882
-2.39843e-06
-0.000694824
-0.00243039
-0.000263461
-0.00065375
-0.00260604
-0.000579047
-0.000620073
-0.0028125
-0.000969654
-0.00057619
-0.00306192
-0.00142651
-0.000534923
-0.00334357
-0.00198328
-0.0004843
-0.00363321
-0.00263117
-0.000431612
-0.00387647
-0.00336817
-0.000369967
-0.00398994
-0.00412424
-0.000305598
-0.00388029
-0.00479196
-0.000236513
-0.00348588
-0.00519904
-0.000173462
-0.00282475
-0.00517489
-0.000107702
-0.00185754
-0.00449673
-5.70018e-05
-0.00083417
-0.00293906
5.48061e-06
-0.000145403
-0.0010618
6.50768e-05
1.18469e-06
0.000258774
9.57925e-05
0.000448696
-1.02232e-05
-0.000205391
0.000610669
0.000143584
-0.000541285
0.00121313
0.000322152
-0.000958939
0.001807
0.00042742
-0.00143947
0.00240153
0.000444995
-0.00193254
0.00291986
0.000414175
-0.00238125
0.00326267
0.000351249
-0.00276041
0.00342457
0.000275346
-0.0029978
0.00339628
0.000169346
-0.00306397
0.00317097
1.40284e-05
-0.00301
0.00285076
-0.000161632
-0.0028886
0.00251352
-0.000351942
-0.00276515
0.00221331
-0.00052198
-0.00266541
0.0019517
-0.000653375
-0.00258635
0.00169598
-0.000711309
-0.00246457
0.00139805
-0.000684226
-0.00219963
0.000962048
-0.000552661
-0.0017742
0.000489992
-0.000431118
-0.00130582
0.000271122
-0.000401182
-0.00103105
0.000421232
-0.000572982
-0.00123026
0.000950168
-0.000846741
-0.00153658
0.00103331
-0.000979422
-0.0016444
0.000533848
-0.000868546
-0.00172516
0.000319621
-0.000818634
-0.00183415
0.000130011
-0.000779669
-0.00197064
-0.000100932
-0.00073463
-0.00213356
-0.00039019
-0.000698901
-0.00231725
-0.000760464
-0.000649308
-0.00254225
-0.00117475
-0.000607957
-0.00280828
-0.00168876
-0.000555854
-0.00310962
-0.00229868
-0.000505246
-0.00341406
-0.00303253
-0.000444569
-0.00365502
-0.00385539
-0.000380886
-0.00373405
-0.00469362
-0.000311324
-0.00354744
-0.00537924
-0.000244248
-0.00304916
-0.00568034
-0.000185226
-0.00222868
-0.00533756
-0.000136236
-0.00114419
-0.00405014
-8.78886e-05
-0.000313737
-0.00191362
-2.73843e-05
-4.48062e-06
-6.95411e-05
1.03582e-05
0.000433018
-6.40422e-05
-0.000222818
0.000865046
0.000183976
-0.000571326
0.00159814
0.000377439
-0.00100129
0.00223161
0.000476395
-0.00147753
0.00281783
0.000487718
-0.00193847
0.00328131
0.00044296
-0.00233569
0.00354217
0.000366225
-0.0026086
0.00357578
0.000266771
-0.00271279
0.00339636
0.000112725
-0.00265142
0.00304382
-7.86553e-05
-0.00250737
0.00265742
-0.000284745
-0.00233521
0.00229986
-0.000498818
-0.00220003
0.00202112
-0.000698495
-0.00213234
0.00179791
-0.000859528
-0.002138
0.00158251
-0.000943955
-0.00209459
0.00124267
-0.000899443
-0.00179846
0.000628603
-0.000681139
-0.00120741
0.000148
-0.000397305
-0.000719974
6.8775e-05
-0.000250404
-0.000593992
0.00041277
-0.00049523
-0.000962963
0.00121839
-0.00103167
-0.00132233
0.00133114
-0.00121729
-0.00134058
0.000613347
-0.000962735
-0.00137348
0.000405678
-0.000884212
-0.0015007
0.000284185
-0.000862361
-0.00161828
4.33521e-05
-0.000809211
-0.00178097
-0.000206156
-0.000780298
-0.001943
-0.000574158
-0.000725347
-0.00213372
-0.000958935
-0.000683007
-0.00236258
-0.00143328
-0.00062687
-0.00263658
-0.00199476
-0.000574118
-0.00294535
-0.00269209
-0.000512131
-0.00324615
-0.00352344
-0.000447987
-0.0034575
-0.00445802
-0.000375654
-0.00346247
-0.00536153
-0.000305545
-0.00314702
-0.00599777
-0.00024022
-0.00248226
-0.00601614
-0.000191064
-0.00147984
-0.00507385
-0.000152927
-0.000503298
-0.0029097
-0.00011095
-1.76459e-05
-0.00058374
-4.59504e-05
0.000401523
-0.000107681
-0.000220398
0.00110558
0.000227035
-0.0005709
0.00197097
0.000428793
-0.00100021
0.00264097
0.000522556
-0.00145381
0.00319854
0.000531772
-0.00187648
0.00359721
0.000469582
-0.00220126
0.00375291
0.000379397
-0.00237864
0.00364482
0.000251509
-0.00236691
0.0033181
4.82652e-05
-0.00222465
0.00286409
-0.000153414
-0.00201671
0.00242379
-0.00037834
-0.00180303
0.00204091
-0.000616571
-0.00166366
0.00177343
-0.000856408
-0.0016477
0.00157673
-0.00107863
-0.001768
0.00141087
-0.0012114
-0.0017609
0.0011777
-0.00109501
-0.00119968
0.000788836
-0.000434683
-0.000504503
0.000552895
0.00030428
-0.000526386
0.000640185
0.000398763
-0.000849757
0.000765722
-0.000241125
-0.00118843
0.00142606
-0.00131432
-0.00124765
0.00144659
-0.00155208
-0.00109883
0.000595685
-0.00103839
-0.0010974
0.000464028
-0.000928021
-0.00124766
0.000456763
-0.0009591
-0.00137088
0.000190234
-0.000899615
-0.00153162
-2.26864e-05
-0.000882669
-0.00168637
-0.000397809
-0.000820881
-0.00183774
-0.000783658
-0.000775971
-0.00201891
-0.00122863
-0.000712746
-0.00224277
-0.0017437
-0.000654411
-0.00251753
-0.00238743
-0.000587801
-0.00282203
-0.00318681
-0.00052058
-0.00309965
-0.00415199
-0.000446702
-0.00324248
-0.00519991
-0.000372472
-0.0031159
-0.00611949
-0.000304073
-0.00261395
-0.00652639
-0.000249445
-0.00173379
-0.00596679
-0.000217879
-0.000673088
-0.00398282
-0.000186377
-3.91531e-05
-0.0012191
-0.000159517
0.000363904
-0.000168724
-0.000207042
0.00132147
0.000269836
-0.000549018
0.00231996
0.000480769
-0.000959493
0.00301934
0.000579315
-0.00138339
0.00353913
0.000581743
-0.00176331
0.00387031
0.000508937
-0.00202128
0.00390657
0.000411605
-0.00211543
0.00365749
0.000262824
-0.00203409
0.00320373
3.9012e-05
-0.00184633
0.00267568
-0.000171457
-0.00158878
0.00217779
-0.000393087
-0.00131729
0.00173702
-0.000640854
-0.00114822
0.00145164
-0.000935062
-0.00117438
0.00129934
-0.00124628
-0.00131634
0.00140863
-0.00139761
-0.000951651
0.00177693
-0.000848972
-0.000177735
0.00198862
0.000668764
-7.62085e-05
0.00175425
0.00169559
-0.00061571
0.00124481
0.00126963
-0.000853964
0.000695303
-0.000104944
-0.000779364
0.00131834
-0.00171444
-0.000643552
0.00151104
-0.00182238
-0.000644965
0.000663248
-0.000990956
-0.000800832
0.00063194
-0.00091848
-0.00102478
0.000704336
-0.00104572
-0.00121778
0.000405274
-0.000994516
-0.0013589
0.000150693
-0.00100132
-0.00152403
-0.000209967
-0.000935065
-0.00164319
-0.000644312
-0.000883953
-0.0017794
-0.00107473
-0.000814008
-0.00194712
-0.00155481
-0.000746127
-0.00217115
-0.00213914
-0.000670589
-0.00244711
-0.00288228
-0.000596017
-0.0027445
-0.00382759
-0.000516634
-0.00297163
-0.00495309
-0.000436277
-0.00299521
-0.00608995
-0.000360484
-0.00266211
-0.00686693
-0.000299821
-0.00191622
-0.00672802
-0.000259876
-0.000853727
-0.00505841
-0.000237768
-7.47321e-05
-0.00200141
-0.000213843
0.000287981
-0.000214711
-0.00018341
0.00150372
0.000309463
-0.000499785
0.00263437
0.000528043
-0.000886653
0.00336324
0.000636283
-0.00128516
0.00385435
0.000625009
-0.00162488
0.00411177
0.000554847
-0.00183202
0.00403293
0.000449604
-0.00187376
0.00366208
0.000297582
-0.00175859
0.00310964
7.44505e-05
-0.00153911
0.00251398
-0.000137174
-0.00123989
0.00194966
-0.00033289
-0.000902817
0.00140506
-0.000579474
-0.000703203
0.00108929
-0.000945933
-0.000608185
0.00107723
-0.00132693
-0.000341817
0.0019578
-0.00127731
0.000189904
0.00333263
-6.05902e-05
0.000333423
0.0037258
0.00224004
1.28263e-05
0.00263246
0.00316692
-2.94883e-05
0.00129512
0.00146635
0.000252669
0.000484317
-0.000363411
0.000630337
0.00133776
-0.00186438
0.000593142
0.00185758
-0.00191055
7.11266e-05
0.0010236
-0.00093614
-0.000371646
0.000963251
-0.000881027
-0.000770212
0.00111881
-0.00111715
-0.00110986
0.000753482
-0.00109244
-0.00127613
0.0003521
-0.00112405
-0.00144436
-3.17318e-05
-0.00106523
-0.00154213
-0.000532575
-0.00101689
-0.00162875
-0.000974031
-0.000941353
-0.00173735
-0.00143292
-0.000858932
-0.00190274
-0.00195793
-0.000770742
-0.00213284
-0.00263024
-0.000685461
-0.00241868
-0.00351791
-0.000599374
-0.00268841
-0.00466391
-0.000511385
-0.00281558
-0.00595556
-0.000427534
-0.00262496
-0.0070648
-0.000355616
-0.00200769
-0.00735954
-0.000312007
-0.00100095
-0.00607795
-0.00028701
-0.000105468
-0.0028954
-0.000281184
0.000188891
-0.00026631
-0.000147305
0.00164477
0.000344718
-0.000427318
0.00290172
0.000582792
-0.000790579
0.00367985
0.000688904
-0.00116169
0.00414647
0.000683966
-0.0014703
0.00434027
0.000614692
-0.00165073
0.00417198
0.000511727
-0.0016902
0.00372907
0.000374819
-0.0015958
0.00313908
0.000210411
-0.00140131
0.00251828
3.0702e-05
-0.00106751
0.00188208
-0.000135268
-0.000631151
0.00113752
-0.000323611
-0.000208145
0.000760271
-0.000713628
0.000299124
0.00105323
-0.00104943
0.000936061
0.00296855
-0.000756181
0.00106148
0.00497887
0.000747439
0.000326143
0.00491959
0.00363711
0.000280129
0.00281085
0.00385919
0.000922055
0.00107112
0.00110607
0.00164696
0.000708672
-0.000454936
0.00221208
0.00217686
-0.00161
0.00186611
0.00293599
-0.00177541
0.000807021
0.00183488
-0.0008532
-4.71001e-05
0.00168419
-0.000820517
-0.000682779
0.0018331
-0.00111869
-0.00113315
0.00127506
-0.00118753
-0.00130138
0.000594025
-0.00125572
-0.00143875
0.000149871
-0.00123054
-0.00151089
-0.000432487
-0.00118355
-0.00154336
-0.000930737
-0.00109543
-0.00159242
-0.00138392
-0.000994939
-0.00169749
-0.00185171
-0.000888991
-0.00187642
-0.00244193
-0.000788249
-0.00213622
-0.00324384
-0.000691701
-0.00242373
-0.00436281
-0.000593741
-0.00262425
-0.00575165
-0.000497158
-0.00255073
-0.00714902
-0.000412307
-0.00205506
-0.00787426
-0.000356415
-0.00112743
-0.00702019
-0.000331209
-0.000175404
-0.00384557
-0.000333526
2.57941e-05
-0.000321451
-0.000100415
0.00173545
0.000381356
-0.000340061
0.00312378
0.000628355
-0.000674383
0.00396985
0.000738143
-0.00101979
0.00442681
0.000740992
-0.00130505
0.00457657
0.000674585
-0.00148256
0.00436748
0.000580425
-0.00154759
0.00391738
0.000467433
-0.00151229
0.00337339
0.000355841
-0.00138785
0.00280918
0.000275316
-0.00107188
0.00211521
0.000190593
-0.000477459
0.00105621
6.44454e-05
0.000197516
0.000561743
-0.000323954
0.00125628
0.00121777
-0.000509915
0.00218336
0.00379774
-3.49834e-05
0.00189306
0.00548002
0.00143185
0.001006
0.00476407
0.00384498
0.000469009
0.00247694
0.00371513
0.000941238
0.000263601
0.00103317
0.00279227
0.000549182
6.35567e-05
0.00379967
0.00376894
-0.000742009
0.00304748
0.0053062
-0.00103587
0.00170799
0.00331847
-0.000501819
0.000649401
0.0029312
-0.000547774
-0.000483228
0.00331549
-0.00100276
-0.0012705
0.00228116
-0.00119682
-0.0014645
0.000944346
-0.0013633
-0.00155388
0.000342254
-0.00140866
-0.0015625
-0.000376952
-0.00137998
-0.00151888
-0.000962792
-0.00128413
-0.00149225
-0.00142663
-0.00115587
-0.001527
-0.00183569
-0.00102353
-0.00165153
-0.00232612
-0.000904402
-0.00187886
-0.00301865
-0.000796975
-0.00217667
-0.0040625
-0.000690678
-0.00243817
-0.00549387
-0.000580384
-0.00247444
-0.00712987
-0.000475058
-0.00209743
-0.0082764
-0.000403067
-0.00125025
-0.00788807
-0.000366743
-0.000260983
-0.00483341
-0.000374825
-0.000217623
-0.000369311
-7.38527e-06
0.00173803
0.000406959
-0.00021732
0.00331685
0.000663657
-0.000530768
0.00424529
0.000802221
-0.000861679
0.00471518
0.000805185
-0.00112782
0.00484009
0.000743533
-0.00130229
0.00464793
0.000655485
-0.00138901
0.00427597
0.000566713
-0.00142909
0.00394643
0.000501021
-0.00151462
0.00370481
0.000497947
-0.00144646
0.00319011
0.000608671
-0.000873936
0.00191296
0.00092816
0.000410051
0.00125105
0.000780143
0.00216845
0.00219076
0.00117852
0.0026544
0.0050813
0.00106341
0.00329587
0.00411254
0.000920777
0.00337508
0.00378339
0.00174661
0.00182382
0.00362811
0.00292671
0.00148225
0.00106177
0.000968751
0.00472528
0.000986809
-0.000962452
0.00561316
0.00816189
-0.00245608
0.00372462
0.0105853
-0.00281223
0.00171897
0.00603191
-0.00126378
6.14127e-06
0.00545449
-0.000408023
-0.00146567
0.00558664
-0.000903278
-0.00202021
0.00343208
-0.00126665
-0.00186306
0.00116206
-0.00149284
-0.00177839
0.000487892
-0.00161548
-0.00167092
-0.000389258
-0.00164752
-0.0015357
-0.00108245
-0.00153168
-0.00140818
-0.00158554
-0.00135711
-0.001361
-0.00193293
-0.00117823
-0.00142599
-0.00229912
-0.00103153
-0.00160848
-0.0028663
-0.000917831
-0.00190256
-0.00378932
-0.000801671
-0.00222105
-0.00519453
-0.000674168
-0.00237261
-0.00700713
-0.000546492
-0.00213298
-0.0085514
-0.000448909
-0.00138733
-0.00866316
-0.000400876
-0.000376252
-0.00584751
-0.000407047
-0.000572295
-0.000420361
4.75785e-05
0.00169461
0.000431997
-0.000121245
0.00347677
0.000709212
-0.000389814
0.00449481
0.000837679
-0.000671941
0.00498788
0.00086652
-0.000882544
0.00511312
0.000792017
-0.00101405
0.00501354
0.000703923
-0.00109407
0.0048474
0.000617098
-0.0012804
0.00506813
0.000564599
-0.00186459
0.00578596
0.000618741
-0.00223503
0.00578829
0.00107275
-0.0015423
0.00398053
0.00187696
0.00042452
0.00241503
0.00191739
0.00223262
0.00174537
0.00158438
0.00171598
0.00111931
-0.000783021
0.00291578
-0.00514408
-0.00331417
0.0047637
-0.00023143
-0.00390653
0.00422847
0.00639313
-0.00204098
0.00391711
-0.000317359
-0.00406908
0.00558257
-0.00495145
-0.00734924
0.00540993
0.00790221
-0.0151433
0.0046049
0.0112238
-0.0139121
0.00249072
0.00619823
-0.000994612
-0.00109106
0.00833915
0.00384092
-0.00374504
0.00822321
0.000678154
-0.0037813
0.00378745
-0.000960763
-0.00283372
0.00070482
-0.00158135
-0.00225845
0.000299602
-0.0018849
-0.0018939
-0.000583152
-0.00197862
-0.00161895
-0.00129799
-0.00185679
-0.00133436
-0.00190909
-0.00157719
-0.00119081
-0.00215924
-0.00132099
-0.00119686
-0.00236326
-0.0011603
-0.00132985
-0.0028071
-0.00104521
-0.00161564
-0.00356095
-0.000940136
-0.00197813
-0.00488316
-0.000790595
-0.00224573
-0.00678937
-0.000625307
-0.00217807
-0.00866829
-0.000494489
-0.00157612
-0.0093066
-0.000420209
-0.000571048
-0.00686302
-0.00041361
-0.0011231
-0.000428037
0.000135024
0.0015766
0.000410365
2.83406e-05
0.00359243
0.00070243
-0.000176659
0.00469847
0.000862449
-0.000373396
0.00522257
0.000889373
-0.000468246
0.00533982
0.000833643
-0.000358542
0.00528256
0.000711597
-6.58618e-05
0.00530186
0.000561381
0.00019637
0.00626554
0.000276097
-5.06781e-06
0.00826832
-0.00027469
-0.000248526
0.00862893
-0.000423293
-0.000284318
0.00599157
0.000534751
0.000768233
0.000880075
0.00113448
0.00348693
-0.00600693
0.00236612
0.00276624
-0.0114749
-0.0020278
0.00213358
-0.017721
-0.00865949
0.00696589
-0.0090891
-0.0117598
0.00864434
0.00170468
-0.015138
0.00621986
-0.0124308
-0.0149107
0.00230695
-0.0185237
-0.0145688
-0.00226195
-0.000854458
-0.026028
-0.00066289
0.00299333
-0.022829
0.00359336
0.000214099
0.00420023
0.0016745
0.0085332
0.0136313
-0.00281402
0.0113404
0.00661168
-0.00378342
0.00487382
0.000390331
-0.00267434
0.000649253
-0.00157482
-0.00242773
0.00091512
-0.00223843
-0.00219294
-0.000342514
-0.00260122
-0.00175003
-0.00156084
-0.00233616
-0.00122757
-0.00243581
-0.00184282
-0.000998985
-0.0025084
-0.00144123
-0.00097256
-0.00249854
-0.00128384
-0.00103973
-0.0028984
-0.00121019
-0.0012972
-0.00344721
-0.00110914
-0.00169542
-0.00459124
-0.000943097
-0.00206214
-0.00651449
-0.00073452
-0.00216218
-0.00863685
-0.000546305
-0.00174025
-0.00978278
-0.000449243
-0.00076977
-0.00785069
-0.000423702
-0.00186989
-0.0004672
0.000189923
0.00139741
0.000459288
0.000149657
0.00363524
0.0007599
3.06076e-05
0.00482569
0.000912946
1.58397e-06
0.0053359
0.000931409
0.00011682
0.00544668
0.000841993
0.000582849
0.00538013
0.000640758
0.00165448
0.00538734
0.000266401
0.00401638
0.00625504
-0.00069009
0.00714737
0.00737806
-0.00302157
0.00803755
0.00777354
-0.00395829
0.0046111
0.00734992
-0.00122893
0.00481241
-0.00420365
0.00485327
0.0112355
-0.0193265
0.0122484
0.00993054
-0.0196319
0.003065
0.00317046
-0.0202545
-0.00959345
0.00267999
-0.0170758
-0.0164599
0.00114152
-0.0071338
-0.0216891
-0.00120045
-0.0192241
-0.0167015
-0.00111386
-0.0268406
-0.0175273
-0.00972021
-0.0117479
-0.0302211
-0.0133485
-0.0089088
-0.0258542
-0.00808065
-0.00367499
0.00146163
-0.00835268
0.00933893
0.0105954
-0.00841368
0.0117414
0.00166341
-0.00443508
0.00176385
-0.00268819
-0.00185495
-0.000879023
-0.00129339
-0.00272993
0.00338059
-0.00325734
-0.00262552
0.000627082
-0.00373758
-0.00224724
-0.00120403
-0.0033595
-0.00159974
-0.00286724
-0.0022279
-0.00103982
-0.00304195
-0.00151874
-0.000834462
-0.0027571
-0.00135358
-0.000798989
-0.00324111
-0.00138845
-0.0010364
-0.00352323
-0.00138913
-0.00142477
-0.00446795
-0.00116481
-0.00179919
-0.00632076
-0.000849738
-0.00205274
-0.00848674
-0.000592812
-0.00185752
-0.01005
-0.000450507
-0.0010135
-0.0087218
-0.000405676
-0.00286402
-0.000448905
0.000144671
0.00129264
0.000421877
0.000173776
0.0036353
0.000741065
0.000168367
0.00487391
0.000909193
0.00026355
0.00538726
0.000942357
0.000603477
0.00543232
0.000848784
0.00158303
0.00520966
0.000571953
0.00349087
0.00508611
0.000134803
0.00829578
0.0049144
-0.00137394
0.0148432
0.00252729
-0.00438441
0.0177717
0.00314233
-0.00448337
0.0172733
0.00520071
-0.00496205
0.0213616
-0.0110124
0.0041048
0.0260471
-0.0277372
0.0134096
0.0217022
-0.0175055
0.00700606
0.0105196
-0.0103732
-0.00335465
0.0047555
-0.0161294
-0.0152623
-0.000691227
-0.00713682
-0.0191845
-0.00620194
-0.010416
-0.00909701
-0.00380893
-0.021883
-0.0143507
-0.0184849
-0.0156782
-0.0354142
-0.0430063
-0.0156817
-0.0346304
-0.0429869
-0.00401746
-0.0204826
-0.0341979
0.0119165
-0.00710181
-0.0205449
0.00645641
-0.0101014
-0.00892277
-0.00323478
-0.00411657
-0.00882267
0.00477065
-0.00569794
-0.00957429
0.00901237
-0.0072859
-0.00632986
-0.000753825
-0.00439993
-0.00430821
-0.00189506
-0.00375409
-0.00273576
-0.00344373
-0.00254994
-0.00137759
-0.0037567
-0.00151722
-0.000600754
-0.00329125
-0.0010084
-0.000446116
-0.00388229
-0.00124779
-0.000820447
-0.00363124
-0.00159943
-0.00134709
-0.00440921
-0.00147801
-0.00173918
-0.00631508
-0.00105982
-0.00194437
-0.00843194
-0.000619119
-0.00183378
-0.0102493
-0.000428897
-0.00111359
-0.00947172
-0.000351969
-0.00395255
-0.000399436
0.000115052
0.00121132
0.000424168
0.000207432
0.00357423
0.000736225
0.000303503
0.0048431
0.000904092
0.000499609
0.00537099
0.000955267
0.000960467
0.00537158
0.000872033
0.00216049
0.00502822
0.000602152
0.00456033
0.00469606
0.000100749
0.0102501
0.0033313
-0.00123803
0.0155954
-0.00122707
-0.00329196
0.0166859
-0.000599531
-0.00243184
0.0234463
-0.00264009
-0.00584712
0.0358387
-0.020545
-0.00150477
0.0402421
-0.0269211
-0.00416773
0.0370444
-0.0106747
-0.00790223
0.0287265
0.000251753
-0.00261879
0.0202816
-0.00960326
-0.0157186
0.0116472
-0.000118822
-0.0176873
0.00394603
0.00360054
-3.61146e-06
0.00971657
-0.0102822
-0.00676748
0.000822951
-0.0121787
-0.0330611
-0.0378092
-0.0141814
-0.0397899
-0.0453798
-0.0062684
-0.0315347
-0.037182
0.0178078
0.00166559
-0.0306995
0.0151928
0.00461509
-0.0256939
0.00284618
0.000902804
-0.0245127
0.0150601
-0.00915715
-0.0145248
0.00788572
-0.0054325
-0.00740918
-0.00553682
0.00290549
-0.00452959
-0.00375961
0.00125733
-0.00228253
-0.00317513
-0.0013864
-0.000803528
-0.00310154
-0.000831265
0.000266578
-0.00332799
0.000205724
0.000268293
-0.0043847
-0.000447059
-0.000460429
-0.00363506
-0.00159756
-0.00114815
-0.00445891
-0.00165753
-0.00160134
-0.00641185
-0.00114819
-0.00185564
-0.00838192
-0.00064593
-0.00177624
-0.0104169
-0.000352737
-0.00113349
-0.0101387
-0.000274263
-0.0050527
-0.000314287
0.000106549
0.0011463
0.000411852
0.000259073
0.00346424
0.000707909
0.000413461
0.00476647
0.000885952
0.000638508
0.0053414
0.000947726
0.00109488
0.00533595
0.000894392
0.00218795
0.00498971
0.000686066
0.00453129
0.00444421
0.000203021
0.00947011
0.00266956
-9.63196e-05
0.0124112
-0.00117245
-0.000190108
0.0157325
-0.0035244
-0.0037747
0.0281994
-0.011528
-0.0134966
0.0382251
-0.0196735
-0.018622
0.0373027
-0.00909096
-0.0134598
0.0384769
-0.0112571
-0.0038399
0.0345389
-0.0118494
-0.00335988
0.0250486
-0.016092
-0.0175268
0.0173913
-0.00168434
-0.0143804
0.0152211
0.00535523
0.000903051
0.016214
-0.00456566
0.0032356
0.0115853
-0.00934526
-0.00363771
-0.00891641
-0.0126687
-0.023589
-0.0157017
-0.00957592
-0.0304286
-0.0164034
0.0203133
0.00451729
-0.0290193
0.0296582
0.0231583
-0.0328984
0.0102752
0.0067788
-0.0183059
0.00867902
-0.00364642
-0.000568078
-0.00447689
0.0083332
0.00225604
-0.00958759
0.0174484
0.0011284
-0.00283097
0.0108929
0.00065736
0.00100095
0.00140471
0.00101424
0.00106651
-0.000282486
0.00218805
-0.0018465
0.0017507
0.00150925
-0.00386114
0.000781228
-8.52135e-06
-0.00317789
-0.00125394
-0.00100464
-0.00439919
-0.00169116
-0.00137926
-0.00649262
-0.00101128
-0.00157239
-0.00836178
-0.000509866
-0.00149597
-0.0105427
-0.000223096
-0.00095919
-0.0106767
-0.000135973
-0.00596395
-0.000190042
0.000126711
0.00106365
0.0003944
0.000324227
0.00331238
0.000672117
0.000513408
0.00465476
0.000849539
0.000742356
0.00529789
0.000913653
0.00111208
0.00536497
0.000877107
0.00197717
0.00510407
0.000633229
0.00375042
0.00458213
0.00024222
0.00653434
0.00348321
0.00131375
0.00830121
0.000954708
0.00337754
0.012804
-0.00495085
0.000197865
0.0220729
-0.00983706
-0.00984815
0.0230082
-0.00435402
-0.0157667
0.0182438
0.00685633
0.00176039
0.019407
-0.0127452
0.00745
0.0183607
-0.0304824
-0.00484497
0.0126717
-0.0302796
-0.00898934
0.00817526
-0.0142481
0.0031173
0.0105187
-0.00674484
0.0129769
0.0146963
-0.00908784
0.0213514
0.0117215
-0.0167508
0.0226242
0.000314553
-0.0167451
0.00879906
0.00139093
-0.010969
-0.0119592
0.0109767
0.0160906
-0.00495864
0.00710028
0.0333838
0.0159621
0.00065724
0.0157124
0.0115443
0.0111466
0.00061067
0.00797501
0.01843
-0.0118011
0.0177403
0.0112121
-0.00906528
0.0213308
0.0021596
0.00197143
0.0122695
-0.00257771
0.00872923
0.000266492
-0.000445731
0.00583837
-0.00297864
0.00272883
-0.000491973
0.000245906
0.00238033
-0.00349816
0.000353202
0.000444015
-0.00357851
-0.00158809
-0.000920111
-0.00476236
-0.00171839
-0.00122879
-0.00654072
-0.000730324
-0.00136233
-0.00830378
-0.000272597
-0.00128317
-0.0106055
1.35005e-05
-0.000801112
-0.011124
5.21529e-05
-0.00669762
-1.17465e-05
0.000138979
0.000969893
0.000366288
0.000375163
0.00312195
0.000620528
0.000604813
0.0044975
0.000792934
0.000867242
0.00519518
0.000843349
0.00123601
0.00534098
0.000797218
0.0020971
0.00501671
0.000408817
0.00368228
0.00453232
-1.24215e-05
0.00564886
0.00407231
0.000859629
0.00648742
0.00203864
0.00318523
0.00838261
-0.00452863
0.00564284
0.0145412
-0.00819916
0.00285546
0.0194511
0.0017097
-0.000458956
0.0144567
0.011741
0.00291974
0.0113496
-0.0087014
0.00153113
0.0188052
-0.0315626
-0.00265848
0.0151544
-0.0333706
0.00527878
0.00130338
-0.0177379
0.0170185
-0.00301757
-0.00807306
0.0248354
-0.00111574
-0.00974785
0.0388046
-0.000306985
-0.026509
0.0330982
0.00262932
-0.0293586
0.0251484
0.00469102
-0.0140136
0.0137309
0.013703
0.0101177
0.00484278
0.0193599
0.0304641
0.0102824
0.0179528
0.021225
0.0205374
0.0226023
0.00326486
0.0241412
0.020565
-0.00604708
0.0259485
0.00706129
-0.00180238
0.0189094
-0.00655023
0.00981419
0.00473754
-0.00943314
0.0145063
-0.0068573
-0.002298
0.00692716
-0.0079603
0.00315431
-0.000741108
-0.00383393
0.0034232
-0.00466588
-0.00214436
0.00115028
-0.00609749
-0.0023717
-0.000732395
-0.00642365
-0.00164283
-0.00113826
-0.00694898
-0.000599086
-0.00117063
-0.00823868
-1.68863e-05
-0.00109889
-0.0105761
0.000252358
-0.000684695
-0.0114678
0.000262791
-0.00729264
0.00017695
0.000147651
0.000864434
0.000333349
0.000414242
0.00289536
0.000560949
0.000685845
0.00428357
0.00072214
0.000973278
0.00502253
0.000763017
0.00135431
0.00520014
0.000688575
0.00201986
0.00480111
0.000281884
0.00328779
0.00415345
-0.000210118
0.00512855
0.00356678
-0.000236471
0.00594689
0.00138926
0.000455908
0.00682959
-0.00440499
0.00345902
0.00770344
-0.00743131
0.00238846
0.00292723
0.0061597
0.00443316
-0.00506321
0.0147148
0.00880648
0.00868559
-0.0104122
0.0143818
0.0275849
-0.0291158
0.0236937
0.0288761
-0.0256767
0.0147311
0.0151213
-0.0119716
0.0254426
-0.00415111
0.00175565
0.026778
-0.0104202
-0.00518756
0.0331248
-0.00473626
-0.0386049
0.029251
0.00645683
-0.0410509
0.021179
0.00793412
-0.0112738
0.0190352
0.00781
0.0130305
0.0244092
0.0116455
0.0323475
0.0275828
0.0138139
0.0243305
0.027899
0.0202216
0.00446232
0.0156007
0.0213975
0.000778856
0.00976741
0.0111026
0.00754704
0.0102003
-5.90171e-05
0.0162287
0.00428422
-0.000645138
0.0151367
-0.00363489
0.00470315
0.00523041
-0.00500426
0.00685139
-0.00252682
-0.00475861
0.00502515
-0.00648322
-0.00344246
0.0022082
-0.00773288
-0.00160344
0.000181302
-0.00719433
-0.000563253
-0.000573217
-0.00687731
3.62855e-05
-0.000754409
-0.00784027
0.000493256
-0.000862926
-0.0103098
0.000575938
-0.000610427
-0.0116304
0.00047883
-0.00779733
0.000336602
0.000141225
0.000760226
0.000299114
0.000418156
0.00265069
0.000501576
0.000708138
0.00403354
0.000651151
0.000975842
0.00482623
0.000691245
0.0012573
0.00505535
0.000605421
0.00149495
0.00475721
0.000275272
0.00176127
0.00414491
-0.000228195
0.00215506
0.00353901
-0.000675049
0.00187006
0.00169997
-0.00142912
-0.0014951
-0.00150583
-0.000123667
-0.0125547
0.000475382
0.00446063
-0.0254879
0.0125065
0.0123686
-0.024228
0.00779375
0.0187498
-0.00893264
-0.0248335
0.0193892
0.0095177
-0.0277083
0.0258878
0.0211104
-0.0135697
0.0142044
0.017486
-0.00208677
0.0135952
0.00345534
0.00635058
0.017878
0.00169464
-0.0130961
0.0173094
0.00637293
-0.0545017
0.0149802
-0.00196318
-0.0450793
0.00838403
-0.0105506
-0.000890374
0.00586185
-0.0130865
0.0201384
0.0211559
-0.00435755
0.0294519
0.0247753
0.00887069
0.0163084
0.0165846
0.0158215
-0.00168471
-3.2195e-05
0.0174336
-0.000650757
-0.00996405
0.0172236
0.00941341
-0.000612318
0.0143172
0.0172814
0.00975436
0.0135845
0.0149616
0.0103178
0.0148135
0.00464163
0.00721463
0.0127159
-0.00334069
0.00162663
0.00803857
-0.00610304
-0.000460706
0.00430667
-0.00576477
0.00085969
0.00213231
-0.00491798
0.00188923
0.000961548
-0.00498568
0.00163285
3.5344e-05
-0.00645516
0.00122153
-0.000551434
-0.00953405
0.000949168
-0.000573148
-0.0115231
0.000717617
-0.00827992
0.000522066
0.000136602
0.000655365
0.000267389
0.000413663
0.00239979
0.000447031
0.000711047
0.00376465
0.000585808
0.000970701
0.00461377
0.000632437
0.00118531
0.00492348
0.000565461
0.00128086
0.00477611
0.000324387
0.00113664
0.00433373
-3.07192e-05
0.000717264
0.00395946
-0.000453965
-0.00103091
0.00293885
-0.00147848
-0.00659696
0.00226432
-0.0011695
-0.0171312
0.00714725
0.00308396
-0.0233181
0.0132568
0.00705403
-0.0145892
-0.00230882
0.00607382
-0.00620534
-0.0278012
0.00528789
-0.00263811
-0.0199609
0.00411612
0.00880999
0.00302806
0.00906543
0.00956015
0.0144118
0.0112126
0.00775395
0.00378207
0.0116647
0.0130912
-0.0229948
0.0089761
0.00281203
-0.0583153
0.00635799
-0.0184914
-0.0432854
0.00677449
-0.0235115
-0.00154071
0.00194096
-0.0152411
0.0104989
0.00733393
-0.000660921
0.0114573
0.00599265
0.0116494
0.00191349
0.0035459
0.0132739
-0.0127602
-0.00224198
0.0100558
-0.00820958
-0.0101527
0.00995275
0.0051281
-0.00740808
0.0115442
0.0144906
0.00652653
0.0124225
0.0133972
0.0142466
0.013474
0.00445268
0.0102854
0.0120956
-0.00353011
0.00220353
0.00832589
-0.00463699
-0.00114362
0.00473728
-0.00284978
0.000510544
0.00267616
-0.00191961
0.00257643
0.00154417
-0.00283906
0.00216612
0.000411645
-0.0048986
0.00142738
-0.000419831
-0.00852975
0.00104513
-0.000615612
-0.0112495
0.0007642
-0.00881242
0.000552039
0.000124455
0.00055626
0.00024335
0.000391667
0.00215367
0.000400929
0.000698407
0.00347793
0.000528326
0.000972061
0.00437156
0.000579785
0.00118933
0.00475977
0.000532849
0.0013152
0.00472663
0.000346256
0.00126435
0.00442305
7.97738e-05
0.0011418
0.00407557
-0.000322508
-0.00025161
0.00357372
-0.000973093
-0.00384094
0.00375629
-0.00101561
-0.00720654
0.00766335
0.00167543
-0.00548464
0.00960532
-0.000243828
-0.000606674
-0.00409096
-0.00960727
-0.00109623
-0.0168288
-0.00488491
0.00137456
-0.00760286
-0.00201915
0.00832703
0.0140533
0.00079963
0.0107687
0.0195028
0.0109102
0.0171104
-0.00613946
0.0107629
0.0197862
-0.0228705
0.0103766
0.00267924
-0.0473509
-0.00135538
-0.0154088
-0.0392401
0.00320131
-0.016789
-0.00260853
0.0121756
-0.00290378
0.00690374
0.0127605
0.0140008
0.00170302
0.00221793
0.0206666
-0.00309414
0.000610629
0.0134428
-0.0158486
-0.0010381
0.00450001
-0.0120025
-0.00703112
0.00161785
0.000456607
-0.00940232
0.00424653
0.00956562
-0.0035911
0.0067104
0.00904885
0.00388545
0.00672266
0.00257708
0.00378615
0.00593859
-0.00287146
-0.00198206
0.00416254
-0.00282641
-0.00447508
0.00255949
-0.00150936
-0.000861488
0.00177521
-0.000503597
0.00189853
0.00111671
-0.0016991
0.00165387
0.000257898
-0.00388943
0.00119206
-0.000467252
-0.00773691
0.00093552
-0.000702315
-0.0109889
0.000699744
-0.00946611
0.000515399
0.000125932
0.000449915
0.000220784
0.000371262
0.00192323
0.000363118
0.000677712
0.00318578
0.000479649
0.000959957
0.00411083
0.000532338
0.00119623
0.00456031
0.000507798
0.00136699
0.00461159
0.000367085
0.00142896
0.00439951
0.000153367
0.00148366
0.00405871
-0.000149914
0.000967886
0.0037382
-0.000549229
-4.7962e-06
0.00354791
-0.000768911
0.000523173
0.00561986
0.000498898
0.00340963
0.00665079
-0.00201881
0.00134554
0.000183597
-0.00793122
-0.00471515
-0.00384098
-0.00400074
0.000212604
0.00282155
-0.0125734
0.0126857
0.0143309
-0.0122087
0.0199672
0.00816744
0.00729996
0.0243447
-0.0143711
0.0140124
0.0259089
-0.0204598
0.0151591
0.011404
-0.0333808
-0.00243539
-0.00199715
-0.0254737
-0.00314002
-0.0030597
0.00243885
0.0124302
0.0050729
0.0115604
0.0113532
0.0186339
0.00508469
0.00604281
0.0200675
-0.000916506
0.000276206
0.0104909
-0.00969383
-0.00418024
0.0020427
-0.0103173
-0.00894411
0.00208217
-0.0023084
-0.00679469
0.00642028
0.00562883
-0.00390651
0.00915919
0.00528696
0.000483726
0.00880927
0.00278382
0.00395403
0.00700756
0.000721076
0.00122088
0.00386546
0.000248431
-0.00166667
0.00197001
0.00015456
-0.000144647
0.00148226
0.000422069
0.00115069
0.000821529
-0.00104104
0.000982408
8.21981e-05
-0.00314554
0.000841935
-0.000596262
-0.00708894
0.000732865
-0.000839326
-0.0107711
0.000559607
-0.0102939
0.000417581
0.000101647
0.000366194
0.000201272
0.00033369
0.00170272
0.000330456
0.000633805
0.00289374
0.000440636
0.000936233
0.0038227
0.000492578
0.00120215
0.00431876
0.00048194
0.0014263
0.00442875
0.000372485
0.00158803
0.00427755
0.000195217
0.00171966
0.0039637
-6.25101e-05
0.00164702
0.00369394
-0.000361107
0.00133689
0.00340999
-0.000645438
0.00196381
0.0041523
-0.000334945
0.0031918
0.00463983
-0.000389502
-0.000222407
0.00297411
-0.00170149
-0.00549106
0.00277149
-0.00311035
-3.23677e-05
0.00452808
-0.0150972
0.0158759
0.00694839
-0.018646
0.0254844
-0.00368025
-0.00408382
0.0250559
-0.0179213
0.00830275
0.0223851
-0.0189496
0.00989995
0.0113598
-0.0185309
-0.00179391
-0.00131933
-0.00963549
-0.00785108
-0.00433267
0.00733933
0.00100913
0.0010719
0.0131383
0.00846115
0.0143409
0.00867883
0.0168795
0.0176379
0.00335391
0.008996
0.0118676
0.000230691
0.00246235
0.00609959
-0.00326234
-0.00252572
0.00539625
-3.18855e-05
-0.000811768
0.00781376
0.00463514
0.00133006
0.00857987
0.00380854
0.000571297
0.00804912
0.00335618
0.00177272
0.00656144
0.00273351
0.00116791
0.00377337
0.00155898
-0.000542678
0.00179573
0.000933176
-0.000293443
0.001004
0.00060301
0.000126666
0.000420255
-0.000804928
0.000257388
-0.000193894
-0.00268756
0.000446413
-0.000802513
-0.00659379
0.00044399
-0.00104256
-0.0106056
0.000378702
-0.0113629
0.000277131
9.3496e-05
0.00028404
0.000187177
0.000290256
0.00151277
0.00030726
0.000575151
0.00261322
0.000406862
0.000869113
0.0035358
0.000459344
0.0011621
0.00404237
0.00045867
0.00141996
0.00420194
0.00037489
0.00165575
0.00408416
0.000233069
0.00185281
0.00380776
3.02212e-05
0.00199495
0.00354987
-0.00020752
0.00204508
0.00326038
-0.000417963
0.00255282
0.00336618
-0.000447036
0.00341709
0.00343212
-0.000308301
0.00279942
0.00297639
-0.000796072
0.00183844
0.00301962
-0.00200265
0.00521566
0.0025863
-0.00689051
0.0141038
0.00273824
-0.0118745
0.0171896
-0.00358525
-0.0091608
0.0116369
-0.0110907
-0.00117086
0.0059752
-0.0101975
0.0029882
0.000575536
-0.00748101
-0.000346397
-0.00304658
-0.00406427
-0.00271231
-0.00307789
0.00775532
0.00204983
-0.000321771
0.0112872
0.00868261
0.00590894
0.00495936
0.00969959
0.00965948
0.00323119
0.00537933
0.00851665
0.00543384
0.00387535
0.00654974
0.00388509
0.00321709
0.00603899
0.00507133
0.00377008
0.00660528
0.00590123
0.00356378
0.00573257
0.0043676
0.000901301
0.00509135
0.00378697
0.000393063
0.00454601
0.00281686
9.41765e-05
0.00294419
0.00138793
-0.000960339
0.00153221
0.000544376
-0.000980165
0.000757444
0.000258672
-0.000595956
0.000249959
-0.000815058
-0.000200152
-0.000338728
-0.00234126
0.000120141
-0.000985625
-0.00609686
0.000226845
-0.00126342
-0.0104311
0.000220325
-0.0126777
0.000150013
3.80443e-05
0.000252356
0.000177428
0.000207206
0.00134552
0.000296092
0.000462402
0.00235694
0.000383169
0.000776991
0.0032224
0.00043504
0.00110786
0.0037193
0.000439603
0.00142666
0.00390541
0.000372615
0.00172694
0.00382131
0.000260667
0.00201644
0.00356843
8.10218e-05
0.00228768
0.00332416
-0.00011909
0.00253376
0.00304475
-0.000326439
0.00298113
0.00290376
-0.000485809
0.00357903
0.00278816
-0.000584988
0.00401275
0.00239207
-0.000871818
0.00455802
0.00216847
-0.0012348
0.00600688
0.00166308
-0.00194525
0.00874869
0.00195277
-0.003758
0.00847853
-0.000404778
-0.00595901
0.00251937
-0.00263648
-0.00511938
-0.00185825
-0.00191881
0.000415763
-0.00238421
-0.00315848
0.00367282
-0.00141394
-0.00300476
0.000506784
0.00176621
0.00507118
0.000998928
0.00303204
0.00859623
0.00230604
0.00257817
0.00167619
-0.00138838
0.00192289
-8.06343e-07
-0.00478119
0.00220006
0.00436103
-0.00227168
0.00334835
0.00536662
0.000713838
0.00415566
0.00593277
0.00119157
0.00413248
0.00551641
0.000525874
0.00361641
0.00389242
-0.000365764
0.00359327
0.00326356
-0.000354795
0.00332984
0.00216873
-0.000634971
0.00229781
0.00104191
-0.00119544
0.00139269
0.000288468
-0.00109299
0.000841587
0.000125635
-0.00067963
0.000385145
-0.000704416
-0.000324491
-0.000250221
-0.00190079
-1.04214e-06
-0.00100937
-0.00550031
0.000120989
-0.00139078
-0.0101678
0.000125653
-0.0141425
6.3908e-05
1.25869e-05
0.00024051
0.000175655
0.000103112
0.00125082
0.000289965
0.000317759
0.0021342
0.0003762
0.00059719
0.00293677
0.000409427
0.000950399
0.00336553
0.000433275
0.00133413
0.00353474
0.000362316
0.00169958
0.00348516
0.000282347
0.0020772
0.00323891
0.000120266
0.00244756
0.00301513
-5.40065e-05
0.00280514
0.00275871
-0.000256472
0.00323491
0.00254725
-0.000464024
0.0037312
0.00235869
-0.000671632
0.00413267
0.00202337
-0.000975697
0.00445717
0.00178334
-0.00130349
0.00493955
0.00130698
-0.00164573
0.00594451
0.00127206
-0.00227997
0.00586522
0.000452309
-0.00375794
0.00421556
-4.20365e-05
-0.00470685
0.0034316
-1.3111e-05
-0.00366878
0.00246966
-0.00218843
-0.00371181
0.000727294
-0.00250527
-0.00588299
0.00208582
0.00250629
-0.0064866
0.00363548
0.00632018
-0.00432549
0.00124641
0.00260127
-0.00404341
-0.00106644
0.000478166
-0.00510465
-5.25625e-05
0.00308512
-0.00283178
0.00207014
0.00449154
-0.000348531
0.00330211
0.00450894
-0.000258765
0.00345685
0.00372282
-0.00073952
0.00312291
0.00262277
-0.00111863
0.00293833
0.00221991
-0.00106505
0.00273773
0.00141414
-0.00107662
0.00213421
0.000782983
-0.00116191
0.00158943
0.00020184
-0.000963067
0.00119162
0.00014071
-0.000657274
0.000801419
-0.000552416
-0.000365167
0.000120142
-0.00142024
-8.69465e-05
-0.000811256
-0.00470666
2.55754e-05
-0.00130083
-0.00980331
5.06243e-05
-0.0155309
-1.932e-05
-0.000176107
0.000411972
0.000173462
-0.000156504
0.00122085
0.000303255
5.64245e-06
0.00195609
0.000378933
0.000363459
0.00256455
0.000410225
0.000767339
0.00295353
0.000420013
0.0012544
0.00305149
0.000367119
0.00170908
0.00304942
0.000304252
0.00215867
0.00282894
0.000160732
0.00260591
0.00263071
8.06638e-06
0.00302885
0.00241364
-0.000181106
0.00346401
0.00220701
-0.000392614
0.00391751
0.00201156
-0.00062739
0.00431131
0.00174179
-0.000924888
0.00465272
0.00151849
-0.0012604
0.00491378
0.0011795
-0.00165391
0.00531687
0.000993081
-0.0022098
0.00551705
0.000450991
-0.00312801
0.00568604
-0.000141212
-0.00415247
0.00585327
-0.000400874
-0.00525855
0.00377196
-0.00162258
-0.00724125
0.00062347
-0.00169981
-0.00836227
-0.000128407
0.00122655
-0.00808994
0.00127657
0.00405947
-0.00584104
0.000429912
0.00323275
-0.00378809
-0.000989905
0.00197503
-0.00310424
5.55103e-05
0.00273529
-0.00173261
0.00178349
0.00327116
-0.000809819
0.0027494
0.00300025
-0.000857844
0.00302547
0.00252166
-0.00108312
0.00294377
0.00184828
-0.00118733
0.00288645
0.00162593
-0.00108407
0.00275429
0.0010747
-0.00100475
0.00237287
0.000736806
-0.000991656
0.00199913
0.000253996
-0.000818367
0.00174999
0.000177926
-0.000585862
0.00145084
-0.000417832
-0.000366451
0.000926232
-0.00104601
-0.000125414
-0.000120927
-0.00381101
-3.89859e-05
-0.000822126
-0.00920634
4.42327e-06
-0.0164455
-6.43249e-05
-7.52565e-05
0.000477097
0.000186863
-0.000295674
0.00142232
0.000308454
-0.000311412
0.00194788
0.000390924
-4.54491e-05
0.00227552
0.000405483
0.000404948
0.00248185
0.000435326
0.000990532
0.00246172
0.000357394
0.0015703
0.00247667
0.000327177
0.00212261
0.00230425
0.000195084
0.00265589
0.00214788
6.48031e-05
0.00315314
0.00198583
-0.000107761
0.00362459
0.00182586
-0.000307582
0.00407815
0.00166332
-0.000544936
0.00447542
0.00146438
-0.000835496
0.00482862
0.00127812
-0.00118087
0.0051064
0.00103247
-0.0016034
0.0053977
0.000822552
-0.00213622
0.00550417
0.000504255
-0.00284469
0.0053527
6.17537e-05
-0.0036065
0.0050245
-0.000226185
-0.00440502
0.00344992
-0.00104659
-0.00559734
0.00115367
-0.00118898
-0.00625551
-0.000211789
0.000156935
-0.00614313
-3.70328e-06
0.00172164
-0.00511918
4.39903e-05
0.00179778
-0.00396844
1.34829e-05
0.00153673
-0.00296067
0.00108776
0.00182112
-0.00182455
0.00218239
0.00209521
-0.00134443
0.00280718
0.00182012
-0.00138257
0.00310244
0.00163436
-0.00132916
0.0031957
0.00127885
-0.00125674
0.00323113
0.00122009
-0.0011197
0.00316447
0.000836769
-0.0010085
0.00298008
0.000657023
-0.000899716
0.00281077
0.000237447
-0.000741167
0.00272444
0.00013822
-0.000538069
0.00259967
-0.000396426
-0.00036066
0.00230725
-0.000875825
-0.000180967
0.00127745
-0.00290068
-6.97746e-05
0.000271225
-0.00831448
-3.71355e-05
-0.0162659
-0.000100844
-0.000835737
0.00129967
0.000210811
-0.000929766
0.00148906
0.000367226
-0.000841949
0.00182717
0.000420696
-0.000491203
0.00189286
0.000425386
9.95957e-05
0.00185974
0.000447705
0.000739697
0.00180735
0.000378653
0.00144375
0.00176783
0.000357117
0.00207615
0.00168653
0.000243856
0.00267939
0.00158028
0.000134024
0.0032338
0.00148465
-2.09886e-05
0.00375218
0.00138155
-0.000199308
0.00423639
0.00126934
-0.00042111
0.00466854
0.00113626
-0.000690294
0.00505199
0.000999387
-0.0010134
0.00534473
0.000845101
-0.00140481
0.00556126
0.000682726
-0.00187098
0.00563165
0.000491447
-0.00241775
0.00539297
0.000208156
-0.00300616
0.00489253
7.26813e-05
-0.00362547
0.00387169
-0.000442128
-0.00425919
0.00254858
-0.000735308
-0.00455684
0.00158469
-0.000277286
-0.00434536
0.00138615
0.000398194
-0.00385814
0.00145764
0.000540093
-0.00329953
0.00171851
0.000688376
-0.00256956
0.00251527
0.000923437
-0.00181688
0.0033071
0.00114766
-0.00148288
0.00382302
0.00100728
-0.00136031
0.00416562
0.000986033
-0.00121321
0.00435966
0.0008247
-0.00110644
0.00449036
0.000885739
-0.000968987
0.00451237
0.00065635
-0.000846234
0.00448875
0.000552902
-0.00072688
0.00442129
0.000206514
-0.000600926
0.00440031
9.41104e-05
-0.000457351
0.00430929
-0.000366654
-0.000325241
0.00420032
-0.00084282
-0.00019308
0.0034001
-0.00220138
-9.71091e-05
0.00195172
-0.00696765
-5.81261e-05
-0.0143962
-0.00011585
-0.00192484
0.00318289
0.000366857
-0.00206791
0.0015758
0.000496494
-0.00180922
0.00151394
0.000480562
-0.00108934
0.00112298
0.000457964
-0.000240415
0.000964462
0.000461036
0.000664519
0.000871398
0.000403711
0.00155524
0.000856122
0.00038264
0.00240668
0.000832217
0.000287633
0.00319846
0.000803987
0.000197185
0.00394636
0.000772375
5.925e-05
0.0046461
0.000732465
-0.000104626
0.00530255
0.000679754
-0.000308139
0.00590168
0.000615847
-0.00055709
0.00643644
0.000544855
-0.000856593
0.0068826
0.000475666
-0.00121364
0.00722845
0.000392941
-0.00161694
0.00743697
0.000312186
-0.00206369
0.00741466
0.000166374
-0.00252736
0.00722803
0.000124646
-0.00305672
0.00667638
-9.51331e-05
-0.00353453
0.00589814
-0.000303525
-0.00374389
0.0053158
-0.000180975
-0.00360085
0.00516292
3.72163e-05
-0.00321902
0.00521324
5.60421e-05
-0.00278698
0.00546837
0.000203258
-0.00226005
0.00600312
0.000279203
-0.00177119
0.00662485
0.000390887
-0.0014724
0.00706434
0.000374971
-0.00130501
0.0074364
0.000410692
-0.00113695
0.00770841
0.000374913
-0.00100375
0.0079988
0.000447656
-0.000862999
0.008161
0.000378492
-0.000734116
0.00830644
0.000316576
-0.000615639
0.00831859
0.000122375
-0.000500413
0.00836252
-1.86119e-07
-0.000392933
0.00825519
-0.000297179
-0.000286196
0.00809573
-0.000720387
-0.00017869
0.00750445
-0.00165953
-0.000117246
0.00495488
-0.0044834
-8.99459e-05
-0.00950888
-0.000133928
0.00316006
0.000216906
0.00470729
0.000260153
0.00619151
0.000274477
0.00728661
0.000257198
0.00822548
0.000256341
0.00907826
0.000215595
0.00992317
0.000194615
0.0107549
0.000132919
0.0115717
6.36177e-05
0.0123716
-4.31813e-05
0.013145
-0.000176577
0.0138776
-0.000354121
0.0145549
-0.000574998
0.0151608
-0.000846751
0.0156927
-0.0011716
0.0161233
-0.00154049
0.0164535
-0.00192238
0.0165712
-0.00233524
0.0165904
-0.00278526
0.0163646
-0.00313289
0.0158643
-0.00330729
0.0154109
-0.00324586
0.0151535
-0.00300284
0.0149387
-0.00266358
0.0149371
-0.00221401
0.0150848
-0.00180374
0.0153297
-0.00152104
0.0155373
-0.00132771
0.0157806
-0.00114989
0.0160039
-0.00101587
0.0163177
-0.000874775
0.0165865
-0.000744496
0.0168198
-0.000619278
0.0168804
-0.000514156
0.0168386
-0.00040993
0.0165103
-0.000319722
0.0157656
-0.00022884
0.0140773
-0.000169119
0.00955979
-0.000139032
-0.00014792
2.97497e-05
-2.8198e-05
1.4796e-05
8.55214e-05
-5.27058e-05
2.25833e-05
0.000140648
-5.20194e-05
3.10318e-05
0.000182222
-3.94585e-05
3.82612e-05
0.000208861
-2.42105e-05
4.44843e-05
0.000228931
-1.74866e-05
4.94904e-05
0.000243172
-9.29351e-06
4.99226e-05
0.000251685
-1.15991e-06
4.87935e-05
0.000255457
5.89568e-06
4.63483e-05
0.000266296
-2.01878e-06
4.41193e-05
0.000270481
-1.84434e-07
5.53111e-05
0.000245609
2.79538e-05
5.15719e-05
0.000179321
6.7784e-05
5.50512e-05
7.83105e-05
0.000108212
4.01403e-05
-5.58749e-05
0.000145743
2.3847e-05
-0.000210299
0.000176274
-2.37804e-06
-0.000374483
0.000199062
-3.89876e-05
-0.000568041
0.000239929
-7.59196e-05
-0.000855077
0.000332479
-8.03377e-05
-0.00122579
0.000421034
-0.000105379
-0.00162434
0.000468144
-0.000137172
-0.00192226
0.000389584
-0.000199609
-0.00214632
0.000330229
-0.000235419
-0.00222197
0.000208523
-0.000287632
-0.00215464
9.04102e-05
-0.000339377
-0.00194645
-3.13337e-05
-0.000381953
-0.0016194
-0.000135037
-0.000409659
-0.00120192
-0.000213668
-0.000429501
-0.00072539
-0.000264817
-0.000435176
-0.000188329
-0.000321293
-0.000424987
0.000328555
-0.00032224
-0.000379661
0.000694377
-0.000197066
-0.000318206
0.000913949
-8.7275e-05
-0.00023296
0.000944884
5.47404e-05
-0.000128802
0.000803159
0.000186312
-4.44425e-05
0.000586209
0.000230562
2.60414e-05
0.000366325
0.000217009
6.38011e-05
0.000183269
0.000167716
9.19594e-05
5.5632e-05
0.00010785
9.62485e-05
3.53953e-05
7.38385e-05
6.37003e-05
-8.74191e-05
1.7152e-05
0.000159156
-0.000141793
3.41686e-05
0.000247073
-0.000132555
5.14353e-05
0.000300479
-8.6301e-05
7.10563e-05
0.000315901
-3.07768e-05
8.35099e-05
0.000296893
1.20056e-05
9.53784e-05
0.000241672
5.76226e-05
0.000109529
0.000168031
8.47262e-05
0.000114489
5.53205e-05
0.000128139
0.000134776
-0.000140792
0.000206844
0.000125919
-0.000436166
0.000305822
0.000124961
-0.000781992
0.000384404
0.000101536
-0.00116656
0.000468764
9.05505e-05
-0.00157798
0.000538519
7.30282e-05
-0.00200405
0.000598121
5.07368e-05
-0.00241278
0.000624286
1.70841e-05
-0.00280285
0.000640364
-1.80178e-05
-0.00314165
0.000648135
-5.81808e-05
-0.00343756
0.0006925
-6.3616e-05
-0.00365198
0.000702011
-7.11174e-05
-0.00381128
0.000692624
-7.83711e-05
-0.00387664
0.000541846
-0.000103312
-0.00384276
0.000388194
-0.00011477
-0.00369779
0.000165092
-0.000140958
-0.0034434
-5.06437e-05
-0.000158019
-0.00307158
-0.000286592
-0.000166429
-0.00260312
-0.000480271
-0.000170822
-0.00203396
-0.000655245
-0.00016479
-0.00138067
-0.00079107
-0.000152829
-0.000720892
-0.000862628
-0.000121217
-5.99279e-05
-0.000867743
-9.27711e-05
0.000575736
-0.000739035
-1.14735e-05
0.00107499
-0.000507581
3.09316e-05
0.00131596
-0.000146259
0.000100424
0.00132648
0.000191751
0.000168625
0.00112838
0.000422885
0.000193782
0.0008229
0.000500284
0.000222803
0.00048105
0.000474679
0.000238093
0.000183457
0.000367405
0.000210086
0.000191926
0.000117473
7.33256e-05
-0.000153583
1.61832e-05
0.000171178
-0.000229677
4.02515e-05
0.000246129
-0.00019567
6.8896e-05
0.000270328
-0.000100784
9.84709e-05
0.000243335
9.48374e-06
0.000121148
0.000147459
0.000126589
0.000136937
-5.7868e-06
0.000232238
0.000146229
-0.000245948
0.000342913
0.000165189
-0.000574012
0.000477608
0.000157808
-0.000970735
0.000619381
0.000155439
-0.00143173
0.000771814
0.000162411
-0.00195602
0.000908793
0.000159132
-0.002501
0.00101233
0.000153348
-0.00303891
0.00107445
0.000147081
-0.00353367
0.0010952
0.000130777
-0.00397315
0.00107049
0.000113179
-0.00436101
0.00103539
9.85218e-05
-0.00468023
0.000973025
8.68661e-05
-0.00493004
0.00094191
8.62932e-05
-0.00505024
0.00081308
9.28857e-05
-0.00507037
0.000699665
9.28637e-05
-0.00500014
0.000444248
0.000101521
-0.00485688
0.00021297
0.000103265
-0.00463988
-7.04509e-05
8.21038e-05
-0.00434312
-0.000375283
9.10539e-05
-0.00397263
-0.000682717
8.74807e-05
-0.00352038
-0.000953979
0.000100079
-0.00298238
-0.00121088
0.000101697
-0.00235993
-0.00142488
0.000117678
-0.00168219
-0.00155297
0.000139725
-0.000969675
-0.00159161
0.00016248
-0.000291203
-0.0014281
0.000194803
0.00033725
-0.0011521
0.000252283
0.000778364
-0.000622279
0.000316334
0.00102686
-9.22398e-05
0.000317334
0.000993388
0.000410434
0.000354453
0.000800739
0.000645184
0.000347056
0.000497844
0.000722848
0.000345855
0.00019699
0.000615608
0.000288501
0.000354824
0.000144295
6.85695e-05
-0.000211585
1.15888e-05
0.000140805
-0.000286761
4.38788e-05
0.000175276
-0.000212983
8.44225e-05
0.000133131
-4.3127e-05
0.000133473
1.4773e-05
0.000146665
0.000149362
-0.00018572
0.000347033
0.000181255
-0.000478843
0.000546377
0.000197216
-0.000881859
0.000758676
0.000209561
-0.00137518
0.000973994
0.000216089
-0.00193763
0.00117229
0.000217127
-0.00252282
0.0013372
0.000217731
-0.00310462
0.00145835
0.000222697
-0.00365874
0.00152564
0.00023238
-0.00415384
0.00152495
0.000228321
-0.00458439
0.00147527
0.000224918
-0.00495002
0.00138108
0.000219524
-0.00525669
0.00128236
0.000209402
-0.00549641
0.00115047
0.000198365
-0.00565641
0.00103307
0.000190199
-0.0056965
0.000776309
0.000184053
-0.00566037
0.000580229
0.000166358
-0.00556317
0.000262089
0.000152626
-0.00542729
-7.97501e-06
0.000137974
-0.00523107
-0.000358352
0.000125626
-0.00500147
-0.000694791
0.000118753
-0.0047125
-0.00105559
0.0001295
-0.00433797
-0.0014078
0.000130938
-0.00388032
-0.00174372
0.000136795
-0.00334965
-0.00202492
0.000145423
-0.0027489
-0.00221833
0.000164014
-0.00209533
-0.00229834
0.000187136
-0.00138205
-0.00219206
0.00022727
-0.000690668
-0.00187993
0.000262901
-9.50002e-05
-0.00126208
0.0003301
0.000325326
-0.000570633
0.000402685
0.000529524
0.000147198
0.000429473
0.000506696
0.000599804
0.000435358
0.000342388
0.000817949
0.000416385
0.000136635
0.000758156
0.00033703
0.00045344
0.000155842
4.82931e-05
-0.000244908
6.75398e-06
6.98805e-05
-0.000286866
4.85175e-05
2.94517e-05
-0.000148587
0.00010589
-9.86512e-05
0.000106887
0.000152675
-0.000317608
0.000387438
0.000203088
-0.000654298
0.000700765
0.000226595
-0.0010921
0.000992997
0.000244031
-0.00162083
0.00127872
0.000260004
-0.00219655
0.00152429
0.000262222
-0.00278456
0.00171446
0.000275879
-0.00337772
0.00186656
0.000292724
-0.0039277
0.00193469
0.00029745
-0.00439704
0.00191679
0.000286551
-0.00478194
0.00182736
0.00027954
-0.0050915
0.00170249
0.000260729
-0.0053279
0.00153927
0.000235522
-0.00550613
0.00138402
0.000201794
-0.00562431
0.00118872
0.000168632
-0.00568001
0.00100998
0.00011449
-0.00566329
0.000684828
6.76686e-05
-0.00561197
0.000469149
8.3928e-06
-0.00554504
0.000134166
-2.29053e-05
-0.0054472
-0.00016864
-2.67658e-05
-0.00534603
-0.000532782
-1.96222e-05
-0.00523283
-0.000879428
1.49966e-07
-0.00506606
-0.00128912
5.91409e-06
-0.00482803
-0.00170847
1.69843e-05
-0.00449849
-0.00212592
2.90609e-05
-0.0040765
-0.00249117
4.60483e-05
-0.00357431
-0.00275886
6.51765e-05
-0.00300509
-0.00289853
7.98183e-05
-0.00236645
-0.00286756
0.000130334
-0.00162497
-0.00266154
0.000192875
-0.000909704
-0.00200653
0.000239873
-0.000341158
-0.00117458
0.00032441
3.20544e-05
-0.000275322
0.000390736
0.000163497
0.000407015
0.000440339
0.000138719
0.000777836
0.000414901
5.53166e-05
0.000782364
0.000326657
0.00047445
0.000136665
1.04396e-05
-0.000230577
1.10629e-06
-3.8651e-05
-0.000204377
5.45789e-05
-0.000160655
9.11995e-06
0.000135905
-0.000393911
0.00036553
0.000208375
-0.000736373
0.000748654
0.000249925
-0.00117939
0.00114548
0.000281906
-0.00170078
0.00149688
0.000298168
-0.00226958
0.00180663
0.000307173
-0.00286332
0.0020492
0.000327422
-0.00345238
0.002221
0.000327239
-0.00396857
0.00229365
0.000315815
-0.00438015
0.00225204
0.000298884
-0.00469545
0.00213769
0.000271935
-0.00492636
0.00197233
0.000227996
-0.00507165
0.00177487
0.000175714
-0.00514959
0.0015537
0.000122819
-0.00518199
0.00136188
6.18252e-05
-0.00517522
0.00114857
-2.00186e-05
-0.00514209
0.000953431
-0.000105497
-0.00508636
0.000605876
-0.000155454
-0.00504202
0.000397048
-0.000210127
-0.00499807
6.05395e-05
-0.000233205
-0.00496134
-0.000240054
-0.000231913
-0.00496238
-0.000566929
-0.000206407
-0.00496249
-0.000915634
-0.000188717
-0.00494348
-0.00134554
-0.000168555
-0.00488015
-0.00181093
-0.000140291
-0.00473791
-0.00230765
-0.000109854
-0.00449192
-0.00278405
-6.31078e-05
-0.00412351
-0.00316675
-2.11021e-05
-0.00364419
-0.00341221
1.60152e-05
-0.00310597
-0.00343481
5.10064e-05
-0.0024407
-0.00334128
7.54804e-05
-0.00164645
-0.00283533
0.000165648
-0.000915744
-0.00193491
0.000236984
-0.000367326
-0.000861159
0.000339661
-7.99365e-05
6.0494e-05
0.000406126
1.91341e-05
0.000618821
0.000408705
1.30358e-05
0.000731047
0.000316158
0.000456114
0.00012166
-3.97943e-05
-0.00016019
6.54955e-07
-0.000156551
-4.25026e-05
8.06722e-05
-0.000381365
0.000271506
0.000174394
-0.00071242
0.00071832
0.000259499
-0.0011432
0.00118253
0.000305288
-0.00164518
0.00162474
0.000332871
-0.00220296
0.00200533
0.000339627
-0.00280093
0.00231924
0.000372613
-0.00334058
0.00250368
0.000332819
-0.00379911
0.00257911
0.000329155
-0.00415663
0.00254861
0.000299619
-0.00442358
0.00242767
0.000243333
-0.00459161
0.00223044
0.000166765
-0.00465714
0.00198347
9.00627e-05
-0.00465153
0.00172889
1.01425e-05
-0.00458878
0.0014753
-6.14317e-05
-0.00449478
0.00126848
-0.000135858
-0.0043894
0.00105184
-0.000209787
-0.00428568
0.000862223
-0.000311835
-0.00422066
0.000553324
-0.000362463
-0.00421292
0.00039329
-0.000423687
-0.00419411
4.87299e-05
-0.00044505
-0.00422757
-0.000209594
-0.00042353
-0.00429053
-0.000507011
-0.000391342
-0.00437109
-0.000838261
-0.000367385
-0.0044647
-0.0012567
-0.000338116
-0.00455076
-0.00173134
-0.000300565
-0.0046025
-0.00226593
-0.000257154
-0.00457408
-0.00282673
-0.00020471
-0.00441126
-0.00335079
-0.000149154
-0.00408989
-0.00376559
-7.78877e-05
-0.00359894
-0.00395473
-2.23048e-05
-0.00303321
-0.0039399
2.87519e-05
-0.0022592
-0.00363357
6.89933e-05
-0.00140052
-0.00281783
0.000129126
-0.000668432
-0.00161821
0.000214915
-0.000224361
-0.000414668
0.000317741
-5.73357e-05
0.000410864
0.000338646
-7.5582e-07
0.000631205
0.000262744
0.000432202
8.81126e-05
-9.75429e-05
-2.71387e-05
7.04863e-06
-0.000292955
0.000205159
0.000112809
-0.000603028
0.000617792
0.000233769
-0.00100657
0.00113081
0.00032004
-0.00148372
0.00163876
0.00036062
-0.00203422
0.00211959
0.000378431
-0.00260964
0.00249191
0.000399805
-0.00309783
0.00271835
0.000347388
-0.00350986
0.00280554
0.000347478
-0.00385161
0.00281366
0.000295066
-0.00408437
0.00268967
0.000209338
-0.00418188
0.00245963
0.000103315
-0.00419118
0.0021813
-4.54858e-06
-0.00412329
0.00188865
-0.000118013
-0.00401003
0.00161401
-0.000200148
-0.00385881
0.00134607
-0.000259555
-0.0036873
0.00113672
-0.000321795
-0.00352796
0.000939459
-0.00038626
-0.00339557
0.000779657
-0.000487768
-0.00335666
0.000550802
-0.000525058
-0.00335999
0.000417302
-0.000601416
-0.00336818
8.93491e-05
-0.000602584
-0.00343872
-0.000117919
-0.000571656
-0.00353764
-0.000395611
-0.000527593
-0.00366304
-0.000702842
-0.000498174
-0.00381861
-0.00109321
-0.000463036
-0.00399504
-0.00154895
-0.000421996
-0.00417482
-0.00208148
-0.000376784
-0.00432281
-0.00267641
-0.000321889
-0.00438292
-0.00329214
-0.000260714
-0.00428669
-0.00386968
-0.000193208
-0.00397722
-0.00428892
-0.000110914
-0.0034868
-0.00445314
-4.70144e-05
-0.00281525
-0.00433896
1.38276e-05
-0.00191348
-0.00375174
6.91243e-05
-0.00100797
-0.00255428
0.000129396
-0.000341754
-0.00111744
0.000223237
-5.27238e-05
7.06129e-05
0.000302477
2.68298e-05
0.000507317
0.000237543
0.000433666
7.89712e-05
-0.000155528
0.000167951
3.55548e-05
-0.000420993
0.000522643
0.000163066
-0.0007924
0.00101932
0.000297969
-0.00124658
0.00158003
0.00038113
-0.00177048
0.00211978
0.000408527
-0.0023073
0.00257732
0.000425622
-0.00276499
0.00285768
0.000377995
-0.00316722
0.0030055
0.000370375
-0.00351362
0.0030427
0.000296153
-0.00371021
0.00292015
0.000191589
-0.00376588
0.00267129
5.96132e-05
-0.00372683
0.00237263
-9.94488e-05
-0.00363399
0.00206521
-0.000232178
-0.00350603
0.00176145
-0.000329411
-0.00334754
0.00148226
-0.000395609
-0.00315647
0.00121035
-0.000424528
-0.00293882
0.000997793
-0.000459142
-0.00273838
0.000826557
-0.000503878
-0.00259494
0.00071424
-0.000600104
-0.00258932
0.000587008
-0.000648239
-0.00260991
0.00047739
-0.000735682
-0.00265812
0.000178366
-0.00071128
-0.00273804
-6.70048e-06
-0.000679868
-0.00285423
-0.000257914
-0.000634136
-0.00299176
-0.000543706
-0.000601429
-0.00316435
-0.000900959
-0.000565173
-0.00336925
-0.00132543
-0.000522892
-0.00360406
-0.00182973
-0.000479259
-0.00384575
-0.00241951
-0.000425524
-0.00405257
-0.00307231
-0.000368927
-0.00415889
-0.00375459
-0.000300855
-0.00408002
-0.00436633
-0.000228979
-0.00375043
-0.00479357
-0.000150894
-0.00321115
-0.00489836
-7.17561e-05
-0.00240111
-0.00458967
-1.34608e-05
-0.00137769
-0.00360636
4.23089e-05
-0.000539555
-0.00198335
0.000106663
-6.38972e-05
-0.000435658
0.00019248
1.80382e-05
0.000392034
0.000163004
0.000430056
3.62609e-05
-0.000197377
0.000404762
6.09381e-05
-0.000520414
0.00089474
0.000217251
-0.000929689
0.00144703
0.00035816
-0.00139571
0.00202213
0.000432087
-0.00190006
0.00255667
0.000458352
-0.00236268
0.00294836
0.00043571
-0.00278791
0.00316853
0.000404277
-0.00314035
0.00324626
0.000328066
-0.00332646
0.0031373
0.000209069
-0.00335855
0.00287791
4.86262e-05
-0.00329379
0.00255885
-0.000138231
-0.00318062
0.00222937
-0.000302662
-0.00305028
0.00192225
-0.000438913
-0.00291326
0.00163039
-0.000523612
-0.00275462
0.00136061
-0.000561369
-0.00254755
0.00107972
-0.000547491
-0.00229439
0.000862823
-0.000540361
-0.00204949
0.000717196
-0.000563166
-0.00189276
0.000671374
-0.000657561
-0.00192011
0.000663398
-0.000744368
-0.0019989
0.000585282
-0.000834736
-0.00208239
0.00029132
-0.00079212
-0.00216674
0.000104357
-0.000759906
-0.00229173
-0.000109756
-0.00071799
-0.0024257
-0.000383832
-0.000679654
-0.00259531
-0.000709146
-0.000642279
-0.00279546
-0.00110359
-0.000597869
-0.00303677
-0.00156728
-0.000556075
-0.0033088
-0.00212657
-0.000505215
-0.00358779
-0.00277325
-0.000451676
-0.0038222
-0.00350249
-0.000387669
-0.00393067
-0.00424591
-0.000317547
-0.00382262
-0.00489861
-0.000239533
-0.00343827
-0.00529191
-0.000164266
-0.00279432
-0.00525994
-8.13762e-05
-0.0018475
-0.00458033
-2.98504e-05
-0.000830656
-0.00303282
3.81082e-05
-0.000140869
-0.00115054
9.01718e-05
7.56049e-06
0.000204481
0.000134914
0.000415672
1.17216e-05
-0.000218473
0.000658264
0.000108556
-0.000564542
0.00128266
0.000280301
-0.000985729
0.00187517
0.000420476
-0.00146516
0.0024605
0.000486051
-0.00194756
0.00296044
0.000492812
-0.00238355
0.00328193
0.000453658
-0.00274282
0.00342129
0.000381851
-0.00294735
0.00335713
0.000263002
-0.00298515
0.00310197
8.71601e-05
-0.00290689
0.00275638
-0.00011836
-0.0027731
0.0023928
-0.000319678
-0.00263496
0.00206512
-0.000495866
-0.00251417
0.00177612
-0.000628038
-0.00240659
0.00150649
-0.000694989
-0.00227273
0.00124263
-0.000700108
-0.0020534
0.000938517
-0.000630784
-0.00173973
0.000691361
-0.000573328
-0.00142927
0.000576039
-0.000570487
-0.00125148
0.000612411
-0.000691812
-0.00135172
0.000772101
-0.000855198
-0.00153794
0.000755402
-0.00096333
-0.00164147
0.000415038
-0.000888725
-0.00173203
0.00022691
-0.000850626
-0.0018471
2.88339e-05
-0.000803192
-0.00198366
-0.000223654
-0.000758247
-0.00214117
-0.000528634
-0.000721909
-0.00231927
-0.000902503
-0.000672295
-0.00253734
-0.00132695
-0.000630214
-0.0027951
-0.00184628
-0.000578378
-0.00308601
-0.00245923
-0.000528367
-0.00337784
-0.00318819
-0.000467032
-0.00360701
-0.00399735
-0.000400278
-0.00367816
-0.00481487
-0.000323907
-0.00349202
-0.00547613
-0.000246172
-0.00300327
-0.00575928
-0.000174644
-0.00220075
-0.00540818
-0.000110903
-0.00113598
-0.00412656
-5.89199e-05
-0.00031631
-0.00199345
-4.14525e-06
2.46757e-06
-0.000141763
3.78235e-05
0.000402177
-4.80801e-05
-0.000229108
0.000915003
0.000156346
-0.000583594
0.00166716
0.000347419
-0.00101521
0.00229903
0.00048414
-0.00148496
0.00287375
0.000544221
-0.00193112
0.00331841
0.000531149
-0.00231245
0.0035602
0.000469291
-0.00255761
0.00357346
0.000359756
-0.00264123
0.00336429
0.000189192
-0.00256935
0.00299357
-4.21401e-05
-0.00242507
0.00258588
-0.000258522
-0.00226008
0.00220286
-0.000473867
-0.00212426
0.00188458
-0.000653785
-0.00202831
0.00161101
-0.000790373
-0.00196809
0.00135801
-0.000855687
-0.00188139
0.00109531
-0.000838823
-0.00165583
0.000744372
-0.000712564
-0.00128364
0.000499515
-0.000577644
-0.000886846
0.000474783
-0.000545944
-0.000662455
0.000572541
-0.00067975
-0.000873877
0.000944854
-0.000993005
-0.0012036
0.00101169
-0.00114386
-0.00131431
0.000553364
-0.000990355
-0.00140081
0.000359728
-0.000930531
-0.00151901
0.00017476
-0.000890085
-0.00165427
-5.65945e-05
-0.000841014
-0.00180494
-0.000352371
-0.000805899
-0.00195795
-0.000726372
-0.000748468
-0.00214152
-0.00112228
-0.00070411
-0.00236304
-0.00160434
-0.0006473
-0.00262867
-0.00217217
-0.000595554
-0.00292545
-0.00286945
-0.000534078
-0.00321158
-0.0036902
-0.000469011
-0.00340844
-0.00460198
-0.000391686
-0.00340487
-0.0054732
-0.00031205
-0.00309163
-0.00607804
-0.000234692
-0.00244024
-0.00607704
-0.000173598
-0.00145527
-0.0051355
-0.000128961
-0.000497327
-0.00297825
-8.40984e-05
-8.37084e-06
-0.0006532
-2.34677e-05
0.000371318
-8.51926e-05
-0.00022129
0.00115712
0.000206211
-0.000572115
0.00203793
0.000408855
-0.000999743
0.00270707
0.00054215
-0.00144172
0.00325255
0.00059494
-0.00184864
0.00363415
0.000560763
-0.00215463
0.00377462
0.000470971
-0.00230148
0.00364762
0.000324197
-0.00228819
0.00330401
9.52605e-05
-0.00215305
0.00284519
-0.000140177
-0.00197562
0.00240111
-0.000371003
-0.00179873
0.00199588
-0.000586484
-0.00167543
0.00168118
-0.00077631
-0.00162381
0.00140944
-0.000928679
-0.00165007
0.0011765
-0.00100363
-0.00163332
0.000947333
-0.000963785
-0.00132445
0.000701639
-0.000700823
-0.000756735
0.000615576
-0.000379492
-0.000346062
0.000698775
-0.000235902
-0.000245109
0.000720615
-0.000490151
-0.000653089
0.00120665
-0.00116814
-0.00106015
0.0013089
-0.00144223
-0.00109708
0.000673741
-0.00112184
-0.00113874
0.000491153
-0.00101779
-0.00129094
0.000370999
-0.00100314
-0.00141123
0.00010462
-0.000940542
-0.00157346
-0.000159577
-0.000913234
-0.00170608
-0.000570603
-0.000844034
-0.00185193
-0.000957162
-0.000795241
-0.0020264
-0.00141296
-0.000729658
-0.0022445
-0.00193598
-0.000672505
-0.00251018
-0.00258412
-0.00060746
-0.00280099
-0.00337808
-0.000541882
-0.0030618
-0.00432179
-0.000466083
-0.00318995
-0.00533387
-0.000383652
-0.0030582
-0.00621025
-0.000303609
-0.00256423
-0.00658406
-0.000236397
-0.001704
-0.00601529
-0.000198316
-0.000659294
-0.00404083
-0.000168496
-3.80753e-05
-0.00129002
-0.000143914
0.000322346
-0.000157827
-0.000200731
0.0013709
0.00025678
-0.000539377
0.00238436
0.000472989
-0.000942061
0.00308274
0.000606326
-0.00134978
0.003591
0.000651013
-0.00171024
0.00390884
0.000594708
-0.00194535
0.00393581
0.000485518
-0.00201669
0.00367775
0.000304031
-0.00194445
0.00323077
4.00078e-05
-0.00178931
0.00270944
-0.000190849
-0.00159807
0.00222729
-0.000410499
-0.00140857
0.00178181
-0.000616276
-0.00128919
0.00144792
-0.000821174
-0.00126502
0.00114483
-0.00100584
-0.00134819
0.000977009
-0.00111495
-0.0012681
0.00102266
-0.00100438
-0.000690363
0.00120932
-0.000416648
-5.3191e-05
0.00137938
0.000294612
8.2582e-05
0.00135278
0.000479847
-8.2233e-05
0.000863595
-8.31094e-05
-0.00059285
0.00139757
-0.00139474
-0.000936773
0.00162074
-0.0017903
-0.000876386
0.000826244
-0.00120384
-0.000914704
0.000687394
-0.0010764
-0.00113183
0.00067107
-0.00112866
-0.0012818
0.000317719
-0.00105765
-0.00142753
1.67435e-05
-0.00103191
-0.0015594
-0.000415321
-0.000958477
-0.0016633
-0.000833059
-0.000904154
-0.00178898
-0.00127589
-0.000825394
-0.00195148
-0.00176146
-0.000758152
-0.00216893
-0.00235274
-0.000684514
-0.00243343
-0.00309523
-0.000614375
-0.00271388
-0.00402378
-0.0005342
-0.00292331
-0.00511257
-0.000448149
-0.00293515
-0.0061995
-0.000359398
-0.00260331
-0.0069293
-0.000286431
-0.00187221
-0.00676767
-0.000238599
-0.000830972
-0.00510201
-0.000217828
-7.09111e-05
-0.00205876
-0.000205165
0.000239973
-0.000203249
-0.000170879
0.00154983
0.000301412
-0.000478491
0.00269495
0.000525062
-0.000850856
0.00342423
0.000667161
-0.00123023
0.00390488
0.000690499
-0.00154412
0.00415271
0.000624872
-0.00172671
0.00407275
0.000495254
-0.00175336
0.00370754
0.000294443
-0.00165306
0.00318005
2.48709e-05
-0.00150072
0.00261346
-0.000193546
-0.00131151
0.00209567
-0.000390481
-0.00110278
0.00157201
-0.000578402
-0.000975463
0.00117649
-0.000801829
-0.000951611
0.000821059
-0.00102701
-0.000961997
0.000846736
-0.00113665
-0.000605391
0.00145435
-0.000848887
0.000212403
0.00229713
0.00033443
0.000848816
0.00249164
0.00141824
0.000676046
0.00196019
0.00103172
0.000137011
0.000947369
9.18529e-05
-0.000271819
0.00154244
-0.00160041
-0.000450357
0.00200543
-0.00211669
-0.000458806
0.00110178
-0.00120322
-0.000643729
0.00106938
-0.00107809
-0.000970023
0.00114496
-0.00126475
-0.00123043
0.000693023
-0.00120734
-0.00136697
0.000230621
-0.00120139
-0.00150474
-0.000234219
-0.00110857
-0.00156179
-0.000753798
-0.0010391
-0.00163696
-0.00119687
-0.000945208
-0.00173938
-0.00165558
-0.000862385
-0.00190029
-0.00218597
-0.000776606
-0.00212245
-0.00286054
-0.000697995
-0.002393
-0.003739
-0.000613594
-0.00264363
-0.00485135
-0.000521978
-0.00275566
-0.00608904
-0.000425965
-0.00256155
-0.00713862
-0.000340408
-0.00195746
-0.0073951
-0.000288675
-0.00097385
-0.0061067
-0.000265928
-9.84589e-05
-0.00294123
-0.000274111
0.000137738
-0.000262533
-0.000130088
0.00168527
0.000339366
-0.000394321
0.0029574
0.000584576
-0.000737167
0.00373469
0.000721284
-0.00108307
0.00419346
0.000741291
-0.00136034
0.00438028
0.000664397
-0.00151135
0.00421566
0.000519817
-0.00153446
0.00378684
0.000318624
-0.00144854
0.00323132
7.32261e-05
-0.00132188
0.00263672
-0.000119213
-0.0011649
0.00207143
-0.000268008
-0.000939925
0.00141711
-0.000393684
-0.000750194
0.000886843
-0.000613709
-0.000512146
0.000399125
-0.000865545
-0.000216326
0.000758818
-0.000964082
0.000262362
0.00209928
-0.00037618
0.000975435
0.00371499
0.00150617
0.00131219
0.00356898
0.00244509
0.000741504
0.00242273
0.00121422
0.000117009
0.00122557
-0.000108648
0.000284396
0.00195931
-0.00219426
0.000355043
0.0026635
-0.00250413
9.12826e-05
0.00170864
-0.0011963
-0.000395682
0.00189943
-0.00116361
-0.000952783
0.00205042
-0.00146705
-0.00134216
0.00130656
-0.00141168
-0.00143969
0.000460511
-0.00138809
-0.00153503
-8.19064e-05
-0.00128751
-0.00154143
-0.000729996
-0.00120095
-0.00155092
-0.00119296
-0.00108985
-0.00158741
-0.00162927
-0.000984752
-0.00168935
-0.00209194
-0.000881089
-0.00186477
-0.00268369
-0.00078968
-0.0021122
-0.00348578
-0.000697487
-0.00237948
-0.00457946
-0.000598344
-0.00256127
-0.00591323
-0.000491185
-0.00247982
-0.00724051
-0.000391868
-0.0019944
-0.00791015
-0.000326777
-0.00109003
-0.00703671
-0.000305574
-0.000162795
-0.00387666
-0.000325319
-2.36996e-05
-0.000322807
-7.90014e-05
0.00177141
0.000374219
-0.000296607
0.00317279
0.000630566
-0.000603489
0.00401577
0.000763945
-0.000918309
0.00446708
0.000782191
-0.00116588
0.00460863
0.000693809
-0.00130661
0.00439826
0.000538556
-0.00134933
0.00395766
0.000339331
-0.00132698
0.00342653
0.000138284
-0.00127036
0.00286875
-1.33385e-05
-0.0011651
0.00226072
-0.000103958
-0.000926391
0.00139379
-0.000150947
-0.000623653
0.000591072
-0.00033092
-6.79336e-05
-0.000121479
-0.000545028
0.000510767
0.000717322
-0.000572187
0.00132182
0.00250277
0.000217312
0.00186243
0.0046459
0.00237346
0.00155045
0.00434447
0.00325162
0.000582531
0.00273031
0.00169351
0.000610547
0.00165691
-0.000395798
0.00155228
0.00309567
-0.0028201
0.00171972
0.00431558
-0.00285538
0.00104697
0.00297734
-0.00109778
0.000200438
0.00322396
-0.00102577
-0.000917295
0.0038408
-0.00167542
-0.0016216
0.00252275
-0.0017087
-0.0017118
0.0008289
-0.00164149
-0.00169278
2.19291e-05
-0.00153152
-0.00159653
-0.000804784
-0.00140145
-0.00151383
-0.001297
-0.00126279
-0.00146985
-0.00170441
-0.00112471
-0.0015089
-0.0020782
-0.000998208
-0.00163643
-0.00256934
-0.00089122
-0.00185608
-0.00327291
-0.000790195
-0.00213312
-0.00430866
-0.000684447
-0.00237155
-0.00568897
-0.00056621
-0.00239441
-0.00724469
-0.000448019
-0.00202418
-0.00831744
-0.000366009
-0.00120196
-0.00789329
-0.000332379
-0.000241725
-0.00484938
-0.000362336
-0.000261607
-0.000373127
2.25463e-05
0.00176179
0.000394029
-0.000161142
0.00335599
0.000664145
-0.000445737
0.00428493
0.000817655
-0.000742215
0.00474256
0.00082618
-0.000965473
0.00484985
0.00072557
-0.0011003
0.0046323
0.000556275
-0.00116049
0.00423144
0.000353126
-0.00120297
0.00379956
0.000170475
-0.00130512
0.00339433
7.45173e-05
-0.0014029
0.00287795
8.922e-05
-0.00128653
0.00190319
0.000302391
-0.000918318
0.000740454
0.000262554
0.000327002
-0.000549427
0.00036115
0.00170224
7.1059e-05
0.000334433
0.0032249
0.000896203
0.00100469
0.0039782
0.00326439
0.00237482
0.0032724
0.00408559
0.00389139
0.00219947
0.00248639
0.00228561
0.00275013
0.001224
-0.0010802
0.00376779
0.00406618
-0.00444424
0.0036175
0.00593407
-0.00428044
0.00210835
0.00488799
-0.00166529
-3.86924e-05
0.00677132
-0.00180833
-0.00215562
0.00762683
-0.00257238
-0.00269798
0.00409122
-0.00229277
-0.00229354
0.000950142
-0.00201853
-0.00198908
-2.88921e-05
-0.00186912
-0.00170869
-0.00106697
-0.00166571
-0.00148732
-0.00158035
-0.0014697
-0.00134544
-0.00191728
-0.00128613
-0.00132485
-0.00214894
-0.00112808
-0.0014075
-0.00251582
-0.00100241
-0.00158514
-0.00312275
-0.000890347
-0.00185774
-0.00406096
-0.000776772
-0.00214933
-0.00542656
-0.000644987
-0.00228197
-0.00715134
-0.000507191
-0.00204608
-0.00860137
-0.000400879
-0.00132666
-0.00865763
-0.000355957
-0.000350808
-0.00584433
-0.000387948
-0.000607313
-0.000425464
7.78296e-05
0.00171218
0.000403778
-6.02673e-05
0.00350978
0.000693518
-0.00029635
0.00452149
0.000837197
-0.000541849
0.0049968
0.000857783
-0.000714712
0.00508307
0.000731663
-0.000816829
0.00489546
0.000542882
-0.000880975
0.00460427
0.000308406
-0.00100252
0.00438079
0.00010491
-0.00135953
0.00436027
9.81569e-06
-0.00179346
0.00424574
0.000138881
-0.00185145
0.00316732
0.000670819
-0.00127307
0.00122483
0.000854631
0.000521863
-0.00198915
0.00122917
0.00203414
-0.00378879
0.00156455
0.00321211
-0.00570132
0.00210538
0.00415157
-0.0033911
0.00180949
0.0043804
-0.00101208
0.00282785
0.00346525
-0.00354039
0.00287285
0.00309105
-0.00482678
-0.000924246
0.00228057
-0.00143691
-0.00882973
0.00103084
0.00309776
-0.00982601
-0.00186836
0.00909146
-0.00229889
-0.00585489
0.0154087
-0.000809898
-0.00687661
0.0126685
-0.00334177
-0.00521259
0.00477099
-0.00330455
-0.00362436
0.000374359
-0.00259379
-0.00260315
-0.000634718
-0.00230029
-0.00192641
-0.00175006
-0.00197228
-0.0014644
-0.0022037
-0.00169546
-0.00119152
-0.00232371
-0.00144363
-0.00112757
-0.00227782
-0.00125605
-0.0011797
-0.00250562
-0.00111838
-0.00131326
-0.00303927
-0.000995129
-0.001567
-0.00386346
-0.000883905
-0.00189349
-0.0051578
-0.000732862
-0.00213852
-0.00696683
-0.00056479
-0.00207227
-0.0087319
-0.000430208
-0.00149577
-0.00929322
-0.000361116
-0.000531984
-0.00683679
-0.000384938
-0.0011365
-0.000430837
0.000171625
0.00156698
0.000383938
9.93277e-05
0.00359905
0.000685461
-8.04119e-05
0.00470628
0.000857398
-0.000248534
0.00519847
0.000855819
-0.000342045
0.00527342
0.000736805
-0.000338959
0.00509388
0.000510093
-0.000260174
0.00490157
0.000185296
-0.000355774
0.00494607
-0.000193587
-0.00107661
0.00542384
-0.000617424
-0.0023274
0.00576373
-0.000690489
-0.00347713
0.00473684
0.000114966
-0.00279444
0.000897144
0.000779473
0.000659749
-0.00410299
0.00102578
0.00238653
-0.00871298
0.00116961
0.000942847
-0.0157004
0.00278331
-0.000565108
-0.0141653
0.000522366
-0.00271878
-0.0119863
-0.00201009
-0.00348841
-0.016083
-0.00159846
-0.00398266
-0.0170451
-0.00185626
-0.00795156
-0.013391
-0.0101049
-0.00911552
-0.00616971
-0.0123976
-0.00734958
0.012155
-0.000629255
-0.00825356
0.0259227
0.00402125
-0.00868245
0.0214344
-0.00172531
-0.00661284
0.0069454
-0.00385369
-0.00399538
-0.000850003
-0.00296792
-0.00293786
-0.00109828
-0.00283238
-0.0020902
-0.00280755
-0.0023914
-0.00131984
-0.00335266
-0.00195756
-0.00091069
-0.00296506
-0.00161062
-0.000892753
-0.00234456
-0.00139243
-0.000962905
-0.00246128
-0.00125803
-0.0010316
-0.00306665
-0.00111411
-0.00124061
-0.00376371
-0.000999888
-0.00159402
-0.00490908
-0.000838403
-0.00193162
-0.00672479
-0.000638961
-0.0020384
-0.00871022
-0.00046121
-0.0016459
-0.0097601
-0.00037487
-0.000722496
-0.0077999
-0.000383988
-0.00185813
-0.00046806
0.000214788
0.00138411
0.000427378
0.000198344
0.00363276
0.000742637
0.000102517
0.00482012
0.000894935
4.24804e-05
0.00530409
0.000885823
7.97785e-05
0.00537017
0.000707939
0.000246935
0.00518146
0.000386022
0.000560667
0.00496299
-0.000108755
0.000760675
0.00496489
-0.000908923
-0.000215773
0.00538464
-0.00200591
-0.00289548
0.00684107
-0.00235592
-0.00635283
0.00785737
-0.000892124
-0.00501952
0.00167754
0.00273956
0.00177057
-0.00470146
0.00605677
0.00248324
-0.0094402
0.00307955
-0.0033904
-0.0234543
0.00403402
-0.00930622
-0.0256144
0.000904941
-0.0123164
-0.0228001
-0.00786512
-0.00775427
-0.0280993
-0.00924717
-0.00765428
-0.0286974
-0.005975
-0.0183367
-0.0254122
-0.00751754
-0.0219352
-0.0206471
-0.00777831
-0.0174658
0.0110447
-0.00189739
-0.0182994
0.0335718
0.0037798
-0.0190741
0.0277144
-0.00384192
-0.010891
0.00350489
-0.00743076
-0.00450298
-0.00413849
-0.00439292
-0.00416667
-0.00096227
-0.00372967
-0.00232244
-0.00521003
-0.00317932
-0.00117238
-0.00527372
-0.0025885
-0.000768059
-0.00371366
-0.00188362
-0.000849814
-0.00220083
-0.00158072
-0.000900686
-0.00232605
-0.00143793
-0.000836471
-0.00326851
-0.00125081
-0.000966233
-0.00387101
-0.00115207
-0.00125721
-0.00483182
-0.000951101
-0.00162104
-0.00651752
-0.00069317
-0.00189705
-0.00855058
-0.000476433
-0.00173773
-0.010013
-0.000356922
-0.000948057
-0.00864381
-0.00035145
-0.0028123
-0.000442793
0.000162807
0.00127392
0.000369258
0.00021622
0.00361862
0.00070179
0.000227391
0.00485545
0.000862686
0.000266445
0.00535454
0.000852856
0.000447865
0.00537392
0.000663616
0.000828892
0.00510479
0.000267589
0.00152598
0.00475836
-0.000357647
0.00214128
0.00454582
-0.00157017
0.00213762
0.00395128
-0.00294738
0.00111861
0.00703663
-0.00365991
-0.0017808
0.00991767
-0.00412294
0.00143664
0.000131925
0.00243298
0.00741451
-0.00508089
0.00781118
0.00843172
-0.00595084
0.00249949
-0.000163819
-0.0225976
0.00438421
-0.0132614
-0.0293675
0.00158836
-0.0181327
-0.0253376
-0.0117757
-0.00978749
-0.031231
-0.0143105
-0.00368235
-0.0329309
-0.0162223
-0.0220511
-0.0287033
-0.0137544
-0.0442157
-0.0282524
-0.00486055
-0.0487141
-0.000349369
-0.00459012
-0.0432907
0.0266703
-0.00562378
-0.0293718
0.0162556
-0.0125615
-0.011779
-0.0055117
-0.0126927
-0.00784463
-0.00390522
-0.0098656
-0.00849545
-0.00054516
-0.00705219
-0.00468263
-0.00965557
-0.0037672
-0.0022188
-0.00862541
-0.00286623
-0.00175873
-0.0044115
-0.00231217
-0.00154287
-0.00203341
-0.0019005
-0.00108399
-0.00224168
-0.00155165
-0.000675667
-0.0036842
-0.00124043
-0.000801478
-0.00408621
-0.00125841
-0.00112268
-0.00487149
-0.00111713
-0.00145635
-0.00645404
-0.000789628
-0.00172258
-0.0084323
-0.000471169
-0.00168442
-0.0101591
-0.000320937
-0.0010366
-0.00935179
-0.000291815
-0.00385524
-0.000393088
0.00013026
0.00119005
0.000377774
0.00024834
0.00354198
0.000694776
0.000348958
0.00480687
0.00085206
0.000476861
0.00533089
0.00085101
0.000735418
0.00533039
0.000657008
0.00118925
0.00501045
0.000242659
0.00196749
0.00453232
-0.000451445
0.00292043
0.00400609
-0.00165124
0.00342818
0.00258935
-0.00243778
0.00458919
0.0059432
-0.00249943
0.00779566
0.0047337
-0.00386962
0.0168003
-0.00997771
-0.000399808
0.0251982
-0.0118595
-0.00578707
0.0309221
-0.0061017
-0.0134752
0.0194183
-0.0158863
0.00217363
-0.00683706
-0.0213552
0.00252455
-0.0192395
-0.0200552
-0.0105672
-0.0125059
-0.0273724
-0.0105958
0.00190231
-0.0320506
-0.0220559
-0.00352087
-0.0267872
-0.029554
-0.0309207
-0.02604
-0.0146025
-0.0464543
-0.0104971
-0.00585335
-0.0338997
0.0142455
0.00153582
-0.0175105
0.00987482
-0.00539332
-0.00994525
0.000101367
-0.0122755
-0.0127304
0.00581783
-0.0160951
-0.0108036
-0.000287108
-0.00761729
-0.00459945
-0.0136885
0.000734226
-0.00211397
-0.010832
0.000978468
-0.00246834
-0.00359739
-0.00184614
-0.00239604
-0.000535319
-0.00240166
-0.00123506
-0.00185129
-0.00134564
-0.000342739
-0.00412358
-0.000900003
-0.000458541
-0.00442854
-0.00113944
-0.000855397
-0.00500894
-0.00112322
-0.0012574
-0.00640482
-0.00079541
-0.00158337
-0.00829586
-0.000456397
-0.00160177
-0.0102509
-0.000242611
-0.00105127
-0.00996197
-0.00021458
-0.0049065
-0.000314294
0.000125521
0.00111868
0.000357705
0.000297936
0.0034179
0.000659578
0.000457728
0.00471061
0.000822416
0.000633753
0.00527166
0.000830931
0.00092601
0.00527678
0.000655743
0.00144768
0.00491103
0.000263818
0.00232013
0.00427474
-0.000411845
0.00433626
0.0031679
-0.00127427
0.00639381
0.00165662
-0.00131493
0.0116539
0.0011545
-0.00424612
0.021598
-0.00864712
-0.0100598
0.0304329
-0.0253285
-0.0121062
0.0398025
-0.020037
-0.0146518
0.0441109
-0.005952
-0.00829794
0.0230329
-0.00917748
0.0110093
-0.00629943
-0.0132105
0.00366083
-0.015428
-0.0169376
-0.00836944
-0.0130662
-0.0253683
-0.00346288
-0.00470394
-0.0303417
-0.00683563
0.000684353
-0.0243831
-0.0114301
-0.00581115
-0.02674
-0.0163935
-0.0156957
-0.0154028
-0.0156385
-0.0105722
0.0106613
0.00297805
-0.00607047
0.0157117
0.0128197
-0.0117661
0.0116914
0.00088446
-0.0112465
0.0131859
-0.011534
-0.00217771
-0.00127551
0.000252789
0.00272631
-0.0132533
0.0121092
0.00125365
-0.00723474
0.00876831
-0.00151179
0.00118285
-0.000610086
-0.00237413
0.00372934
-0.0036848
-0.000812909
-0.000364665
-0.00129715
0.000111792
-0.00387162
-0.000395434
-0.000110423
-0.00464159
-0.000818679
-0.000640433
-0.00516973
-0.00100037
-0.0010019
-0.00639677
-0.000657875
-0.0012974
-0.00817776
-0.000332461
-0.00133449
-0.0103144
-0.00012251
-0.00088553
-0.0104589
-8.79878e-05
-0.00578319
-0.000198889
0.000143482
0.00102927
0.000340326
0.000354085
0.00325654
0.000622868
0.000545788
0.00458255
0.000785895
0.000727484
0.00520055
0.000803069
0.000968728
0.00525687
0.000655775
0.00129566
0.00492624
0.000291088
0.00174999
0.00430105
-0.000238427
0.00346444
0.00315817
-0.000390961
0.00628705
0.00198791
0.000223638
0.0140122
-0.00313409
-0.0032387
0.024127
-0.0155615
-0.0130485
0.026673
-0.0250986
-0.0185426
0.0257127
-0.01401
-0.00330625
0.0106177
-0.00209032
0.0186833
-0.00993604
-0.0133008
0.0198321
-0.0157816
-0.0180883
0.00173402
-0.0124183
-0.0188735
0.00168987
-0.0100796
-0.0250288
0.0102987
-0.00839628
-0.0286865
0.018013
-0.00841267
-0.0278069
0.0260645
-0.00199688
-0.0335697
0.00921289
-0.00241999
-0.0168359
-0.010103
-0.00287815
0.0113183
-0.00515752
-0.00194535
0.0198465
0.0108945
-0.00418935
0.0129073
0.0125724
0.00380934
0.00693091
0.00623126
0.0120512
-0.0060408
0.0142637
0.00967804
-0.00945697
0.0199077
0.00257759
0.00218704
0.00994818
-0.00361561
0.010591
-0.00294847
-0.00391943
0.0081487
-0.00709418
-0.00089503
0.000531077
-0.00367423
0.000392176
-0.00382656
-0.000979068
0.0001016
-0.0051412
-0.000797897
-0.000488608
-0.00547133
-0.000826573
-0.000836032
-0.00635731
-0.000422353
-0.00110618
-0.00804614
-0.000134062
-0.00114566
-0.010324
6.2591e-05
-0.000751295
-0.0108795
7.83591e-05
-0.00650226
-4.39641e-05
0.000149922
0.000931876
0.00031376
0.000392298
0.00306163
0.000573059
0.00061401
0.00441789
0.00073588
0.000804077
0.00509563
0.000758201
0.00100543
0.00521851
0.000634221
0.00113925
0.00492661
0.000274625
0.00115629
0.00439311
-0.000121523
0.00151598
0.00360568
5.24248e-05
0.00285781
0.00260581
0.0012255
0.00864008
-0.00375002
0.000476502
0.0163463
-0.0127469
-0.00766537
0.0174394
-0.011863
-0.0147876
0.00897754
-0.000757935
-0.00187049
-0.00458335
-0.00207781
0.0150795
-0.0127881
-0.0226716
0.0149172
-0.0120833
-0.0217896
0.00827518
-0.0103479
-0.0155135
0.0119232
-0.0131072
-0.0179276
0.0204934
-0.0128171
-0.0237649
0.0335929
-0.0067383
-0.0376827
0.0368953
0.00604282
-0.044601
0.0233986
0.0101532
-0.0150539
0.00783861
0.00835073
0.0122799
0.00568372
0.00782181
0.0203236
0.0103342
0.0101015
0.010183
0.020982
0.0173174
0.000220663
0.0236355
0.0155681
-0.00515228
0.0268093
0.00529843
-0.00217709
0.0218992
-0.00274414
0.0105931
0.00437402
-0.0054554
0.0151412
-0.00869624
-0.002923
0.00713805
-0.00948204
0.000448969
-0.000973048
-0.00570177
0.00126631
-0.00491401
-0.00187424
0.0006403
-0.0058737
-0.0010132
-6.54931e-05
-0.00579271
-0.000615667
-0.000541546
-0.00630691
-0.000173436
-0.000891301
-0.00781576
0.000102483
-0.000987545
-0.0102464
0.000271005
-0.000651044
-0.0112149
0.000261725
-0.00710217
0.000125816
0.000153666
0.000826612
0.000284947
0.000421381
0.00283656
0.00051831
0.000679667
0.00420666
0.000675084
0.000900038
0.00493554
0.000702734
0.00111219
0.00510598
0.000588953
0.00124514
0.00481418
0.000261363
0.00126397
0.00428982
-0.000125649
0.00119855
0.00355307
-0.000118444
0.00138314
0.00234195
0.000535182
0.00256438
-0.00236059
0.000888354
0.00223298
-0.00535128
-0.00467575
0.000296012
0.00324798
-0.00874088
-0.00343105
0.0122329
-0.000457331
-0.00123014
-0.0011256
0.0112286
0.00350526
-0.021027
0.0173136
0.0024395
-0.0176356
0.0116429
0.00117181
-0.00654537
0.0177421
-0.00584737
-0.00474554
0.0206151
-0.0068834
-0.0203089
0.0307049
0.000575413
-0.048026
0.0321355
0.00922346
-0.0497067
0.0176367
0.0141653
-0.00843577
0.00747518
0.0150284
0.0195838
0.0162422
0.016854
0.0268006
0.0192802
0.0219548
0.0143695
0.0186116
0.0228202
-0.000668085
0.015624
0.0129007
-9.83929e-06
0.0145445
0.00242531
0.00604186
0.0124567
-0.000628372
0.0136421
0.00428898
0.00191482
0.0121132
-0.00315003
0.00509446
0.00328342
-0.00432927
0.00510394
-0.0030367
-0.00270444
0.00306016
-0.00549518
-0.00081751
0.00150893
-0.00563581
-0.000290103
0.000588627
-0.00541482
-2.08387e-05
-0.000106942
-0.00585724
0.000282189
-0.000598685
-0.00731344
0.000482679
-0.000829738
-0.00997357
0.0005342
-0.000614465
-0.011407
0.000455683
-0.00765229
0.000272251
0.000142918
0.000726066
0.000256744
0.000419175
0.002597
0.000464876
0.000697066
0.00396446
0.000615461
0.000919441
0.00475197
0.000652444
0.00108643
0.00498814
0.000556271
0.00109748
0.00477872
0.00029968
0.00087363
0.00432809
-4.26153e-05
6.43648e-05
0.00383048
-0.000143195
-0.00200964
0.00296692
1.99154e-05
-0.00716152
0.00144458
0.00122305
-0.0151013
0.00387358
0.00317556
-0.0198943
0.0147605
0.00564909
-0.0152571
0.0154888
0.0108567
-0.00419872
-0.00821831
0.0154235
0.00216422
-0.0182742
0.0167721
0.00301291
-0.0114516
0.00717175
0.000563133
-0.00024217
0.00974181
0.000932177
-0.00148432
0.0142478
0.00977086
-0.030816
0.0189779
0.0102862
-0.0552855
0.0217243
0.00221055
-0.0440502
0.0108032
0.00368999
-0.00427926
0.000225901
0.00704496
0.0267623
0.0106224
0.0131259
0.0313846
0.0141103
0.0235359
0.0148079
0.00573626
0.0235107
-0.000912444
0.000237396
0.0123575
0.00317634
-0.00199701
0.00624726
0.0109526
0.000587207
0.00806563
0.0147764
0.00680166
0.011081
0.0107105
0.00870513
0.011757
0.00350623
0.00631583
0.00886183
-0.00206145
0.00354655
0.00495859
-0.00397497
0.00192232
0.00264041
-0.00379311
0.00133517
0.00149328
-0.00369833
0.00131987
0.000648519
-0.00450224
0.00112261
-0.000170575
-0.00623033
0.000957521
-0.000667413
-0.00936627
0.000838708
-0.000623136
-0.0113993
0.000665598
-0.00820269
0.000449331
0.000135693
0.00062681
0.00023095
0.000412926
0.00235174
0.000415057
0.000704777
0.00370223
0.000556183
0.000941038
0.00454526
0.000602885
0.00110172
0.00486116
0.000531764
0.00111352
0.00476214
0.000329166
0.000940915
0.00441976
5.02107e-05
0.0002952
0.0041424
-0.000120175
-0.00180774
0.00378314
-0.000191766
-0.00625749
0.00418309
0.00054174
-0.0113837
0.00800024
0.00408353
-0.0111856
0.0146069
0.00700954
-0.00152596
0.00651986
0.00538311
0.00650354
-0.0146822
0.00372228
0.00391214
-0.0140318
0.00246503
0.000680054
-0.00158712
0.002433
-0.000444835
0.00448926
0.00760602
0.0103175
-0.0128026
0.0122206
0.0187438
-0.042049
0.0117828
0.00838508
-0.0498309
0.0112621
-0.00333524
-0.0340205
0.00846506
-0.00538859
-0.00378008
0.00349512
0.000460169
0.0222446
0.00600284
0.0111474
0.0221773
0.00451275
0.0204563
0.00622445
0.00282042
0.0198363
-0.00350982
0.000975456
0.0112468
0.00428194
-0.00266886
0.00556242
0.0115713
-0.00234243
0.00759546
0.0150308
0.00423912
0.0102247
0.0115787
0.0107491
0.0100892
0.00484933
0.00907781
0.00737289
-0.00106463
0.00392303
0.00414974
-0.00266001
0.000764573
0.00226319
-0.00216928
0.000773265
0.00149328
-0.00196432
0.00161234
0.000857676
-0.00311984
0.00141933
4.52048e-05
-0.00507343
0.00108295
-0.000604813
-0.00859869
0.000927563
-0.000691504
-0.0112636
0.000715209
-0.00882786
0.000485709
0.000120459
0.000537056
0.000212646
0.000388574
0.00211112
0.000373439
0.000693379
0.00342143
0.000504318
0.000952189
0.00430958
0.00055666
0.00113871
0.00469852
0.000508953
0.00121301
0.00469225
0.000341856
0.00115825
0.00444232
0.000111983
0.000955717
0.00416653
-0.000144107
0.000137578
0.00391181
-0.000283619
-0.000857654
0.00426557
-0.000102864
0.000323676
0.00669964
0.00179469
0.0069117
0.00809487
-0.000319845
0.0131574
-0.00114266
-0.00819048
0.0115656
-0.00946809
-0.00850725
0.00859753
-0.00282729
-0.0102555
0.00749772
0.00696831
-0.00665599
0.00884334
0.00515874
0.00889513
0.0170419
-0.0218746
0.0116364
0.0164544
-0.0366704
0.00558559
0.00305298
-0.0364036
-0.0013813
-0.00430968
-0.02541
0.0019535
-0.00424429
-0.00166537
0.00999546
0.0054087
0.0160425
0.00930969
0.0182165
0.0106944
0.000893084
0.023066
0.000343944
0.00164157
0.0184787
-0.00420567
0.00424506
0.0103957
0.00378245
0.00155142
0.00432153
0.00912776
-0.000884644
0.00404982
0.0113285
0.000382838
0.00615688
0.00903757
0.00431953
0.00648867
0.00361926
0.00468443
0.0045687
-0.00145594
0.000329226
0.00196638
-0.00268104
-0.00185174
0.00104378
-0.00174778
-0.000360379
0.000932162
-0.00111216
0.00115799
0.000635026
-0.00229582
0.00112698
8.09753e-06
-0.00421612
0.000961675
-0.000602901
-0.00792193
0.000869755
-0.000761894
-0.0110932
0.000688273
-0.00955271
0.000478351
0.000121292
0.000440994
0.000195554
0.000367771
0.00188797
0.000339785
0.000672934
0.00313714
0.000458776
0.000947727
0.00405427
0.000512849
0.00116902
0.00450005
0.000484981
0.00132156
0.00456128
0.00034551
0.00139962
0.00437406
0.00014357
0.00145515
0.00407875
-0.000117657
0.00128289
0.00384961
-0.000314781
0.00144895
0.00373808
-0.000407467
0.00397467
0.0045369
0.000135917
0.0086717
0.00371558
-0.00233655
0.00668977
-8.21854e-05
-0.00700976
0.00177758
-0.000383514
-0.00817313
0.0037696
0.00148754
-0.0188802
0.00942781
0.00532298
-0.0162216
0.0139207
0.000388783
0.00757701
0.0142781
-0.0195269
0.0113072
0.0110248
-0.0244804
0.00622238
0.00198837
-0.0252338
-0.00456874
-0.00202137
-0.0189119
-0.00562841
0.00366144
-0.00146764
0.00654967
0.0125152
0.0109184
0.00762348
0.0207977
0.00659001
0.00186469
0.0213282
0.00178904
-0.00169939
0.0140659
-0.000604163
-0.000519417
0.00628009
0.00255697
6.71697e-05
0.00299647
0.00532958
0.00028711
0.00340277
0.0063975
0.000618235
0.00485014
0.00579549
0.00227843
0.00595382
0.00306706
0.00340254
0.00489297
-0.000234758
0.00106055
0.00253397
-0.0012641
-0.00072461
0.00135695
-0.000800365
8.49479e-05
0.00102589
-0.000418679
0.000788268
0.000588421
-0.00167039
0.000794443
-2.5918e-05
-0.00350486
0.000745017
-0.000654391
-0.00730052
0.000739932
-0.000870552
-0.0109101
0.000592749
-0.0104208
0.000415135
0.000102325
0.000358811
0.00018113
0.000331845
0.00167699
0.000311921
0.000629326
0.00285599
0.000424298
0.000925458
0.0037734
0.000477317
0.00118036
0.00426274
0.000464336
0.00139055
0.00437331
0.000350274
0.00154984
0.00423601
0.000173965
0.00168787
0.00394734
-6.91265e-05
0.00176532
0.00369541
-0.000284352
0.00193855
0.00341496
-0.000495549
0.00301352
0.00351466
-0.000387677
0.00414178
0.00298161
-0.000783788
0.00185565
0.00226217
-0.00175972
0.0010137
0.00215924
-0.00481116
0.00410649
-0.000607274
-0.0160952
0.00761298
-0.000264404
-0.0165651
0.00903908
-0.00373268
-0.00138846
0.0065254
-0.0141636
0.00545319
0.0052154
-0.0176496
0.0043792
0.00110023
-0.0170297
-0.00588281
-0.00256264
-0.0122737
-0.0108264
0.000428086
-0.000953001
-0.00249623
0.00669588
0.00753485
0.00557691
0.0131651
0.00784669
0.00915354
0.0135293
0.00609395
0.00432694
0.00917518
0.00471246
0.00149985
0.00478056
0.00347851
0.000947356
0.00346399
0.00381045
0.00202393
0.00445311
0.00428604
0.00245241
0.00499369
0.00402095
0.00180526
0.00519755
0.00292063
0.00171528
0.00434044
0.00110709
0.000683169
0.00259923
0.00019824
-0.000263813
0.00143625
6.05129e-05
8.66043e-06
0.000934667
-5.41719e-05
0.000263743
0.00044505
-0.00129213
0.000368748
-0.000141249
-0.0029601
0.000487955
-0.000773914
-0.00675927
0.000535404
-0.00103337
-0.0107321
0.00046015
-0.0114913
0.000314255
9.43426e-05
0.000279282
0.000172365
0.000289132
0.00149528
0.000294179
0.000571037
0.00258539
0.000395556
0.000859477
0.00349539
0.000448912
0.00114356
0.00399289
0.000444439
0.00139226
0.00414597
0.000353538
0.00162135
0.00403774
0.00020225
0.00183721
0.00377112
-9.42882e-06
0.00204551
0.00351253
-0.000232932
0.00229889
0.00319979
-0.000456174
0.00289127
0.00304587
-0.000570624
0.00360595
0.00268543
-0.000726801
0.00392453
0.00221218
-0.00106467
0.00486952
0.00156774
-0.00235614
0.00573095
-0.000956857
-0.00740236
0.00545682
-0.00112336
-0.0107414
0.00295696
-0.00242517
-0.00796846
-0.000665806
-0.00751494
-0.00419676
-0.00175327
-0.00995861
-0.00361536
-0.00231601
-0.00923464
-0.00757876
-0.00273712
-0.00591235
-0.00865258
-0.00167778
0.0022962
-0.00225871
0.00143248
0.00781044
0.00529676
0.00523608
0.00617272
0.00756995
0.00612516
0.00577343
0.00481078
0.00495444
0.00673232
0.0030262
0.0039118
0.00511865
0.00261958
0.0038139
0.00476897
0.00290946
0.00429881
0.00465484
0.00271006
0.00424478
0.00362279
0.00135349
0.00403755
0.00271237
0.000808562
0.00344372
0.00154925
0.00024585
0.00230175
0.000724677
-0.000344809
0.00144529
0.000253611
-0.000316803
0.000918046
2.57191e-05
-0.000148606
0.000406168
-0.00103852
5.81207e-05
-0.000204684
-0.00248894
0.000259834
-0.000898746
-0.00619949
0.000361134
-0.0012254
-0.0105171
0.000331987
-0.0127786
0.000211936
3.83147e-05
0.00024924
0.000169155
0.000205344
0.00133519
0.000289147
0.000457126
0.00233735
0.000379428
0.00076659
0.00319034
0.000430625
0.00108879
0.00367844
0.00043185
0.00139923
0.00385188
0.000356256
0.00168932
0.00377654
0.000231777
0.00197882
0.00351868
4.39706e-05
0.00227318
0.00327405
-0.00017497
0.00258115
0.00297114
-0.000405764
0.00303081
0.00272814
-0.000617741
0.00355964
0.00241651
-0.000844901
0.00415821
0.00193781
-0.00119602
0.00474189
0.00138408
-0.00163483
0.00474415
6.14149e-05
-0.00296578
0.00449647
2.7944e-05
-0.00466162
0.00284875
-0.000247152
-0.00648931
-0.00110151
-0.00177187
-0.00691219
-0.00315433
-0.00209432
-0.00539571
-0.0024392
-0.00235902
-0.00391793
-0.00189358
-0.0017524
-0.00419877
-0.000553916
0.00358051
-0.00162504
0.0015182
0.00709407
0.000950293
0.00229974
0.00371185
0.000290948
0.00136689
0.00282574
-0.000900637
0.00119597
0.00495838
-0.000326824
0.00185552
0.00467095
0.000501983
0.00274366
0.00430229
0.00077011
0.00329865
0.00395897
0.000666754
0.00335652
0.00304278
0.000156378
0.0032437
0.0024173
5.30945e-05
0.00286387
0.001509
-0.000214893
0.00210437
0.000825082
-0.000536349
0.00150218
0.000266232
-0.000503417
0.00105138
0.000104662
-0.00030777
0.000550698
-0.000793133
-6.92031e-05
-0.000116564
-0.00197128
0.000148562
-0.000912159
-0.00554267
0.000259759
-0.00134332
-0.0102095
0.000249189
-0.0142068
0.000148778
1.03873e-05
0.000240334
0.000174173
9.79349e-05
0.00124666
0.000290953
0.000310483
0.00212117
0.00037983
0.000585122
0.00291136
0.000413769
0.000927655
0.00333666
0.000432517
0.00130227
0.00348564
0.000353942
0.0016576
0.00344449
0.000259065
0.002022
0.00319025
8.42976e-05
0.00239053
0.00296541
-0.000113902
0.00274747
0.00269501
-0.000337296
0.00314634
0.00244417
-0.000578917
0.0035662
0.00216735
-0.000842336
0.00393792
0.00178641
-0.00119601
0.00418792
0.0014144
-0.0015838
0.00411434
0.000681077
-0.00219181
0.00425646
0.000486731
-0.00288089
0.0040162
0.000421865
-0.0041867
0.00277347
0.000160922
-0.00539692
0.00186654
0.00059952
-0.0054557
0.00113964
-1.27804e-05
-0.00533115
-0.000107134
-0.000606755
-0.00578186
0.00055857
0.00152462
-0.00509641
0.00232839
0.00431222
-0.00331346
0.00170035
0.00314072
-0.00284425
-1.70669e-05
0.00209712
-0.00265862
0.000317456
0.0031489
-0.00135681
0.00157664
0.003516
-0.00045276
0.00250904
0.00333771
-0.000226585
0.0029451
0.0030542
-0.000270801
0.0029926
0.00235521
-0.000478566
0.00290267
0.00195417
-0.000511995
0.00266094
0.00126523
-0.000591111
0.00215646
0.000825644
-0.000657994
0.00173951
0.000287759
-0.00056764
0.00137539
0.000191936
-0.000380433
0.000945521
-0.000560312
-0.000168116
0.000265597
-0.00145556
7.72504e-05
-0.00071439
-0.00471711
0.000180009
-0.00124593
-0.00981615
0.000188818
-0.0155729
0.000100855
-0.000176573
0.000412522
0.000177845
-0.000158847
0.00122084
0.000311342
-2.98442e-06
0.00195193
0.000392313
0.000350259
0.00254569
0.000422648
0.000744861
0.00293382
0.000428252
0.00121826
0.00301129
0.000368074
0.00166101
0.00301505
0.000290939
0.0020899
0.0027875
0.000134594
0.0025215
0.00258543
-4.35628e-05
0.00292379
0.00236157
-0.00024995
0.00332116
0.00214083
-0.000486655
0.00370721
0.00190743
-0.000753509
0.00402905
0.00162616
-0.00108649
0.00429493
0.00135598
-0.00146786
0.00432197
0.000978506
-0.00197838
0.00434926
0.000805594
-0.00255595
0.00430412
0.000672839
-0.00333385
0.00413554
0.000327737
-0.00415071
0.00402996
0.000373109
-0.00492656
0.00292991
-3.28409e-05
-0.00612114
0.00106376
-0.000356938
-0.00674593
0.000166445
0.000429179
-0.00609719
0.000895182
0.00217033
-0.00442788
0.000917192
0.00252857
-0.00319796
0.000296258
0.00213199
-0.00251818
0.000866331
0.00234577
-0.00149956
0.00180195
0.00262348
-0.000852917
0.00249027
0.00245837
-0.000666822
0.00285589
0.00226549
-0.000660026
0.00294204
0.00181087
-0.000729151
0.00290559
0.00160062
-0.000694072
0.00275414
0.00108577
-0.000673841
0.00243295
0.00082085
-0.000665671
0.00211923
0.000339109
-0.000556005
0.00189528
0.000226465
-0.000396434
0.00157459
-0.000398303
-0.000207775
0.00105384
-0.00107081
1.05863e-05
-1.21136e-05
-0.00381513
0.000124987
-0.000763096
-0.00920513
0.00014438
-0.0164648
6.44141e-05
-7.73132e-05
0.000479025
0.000197673
-0.000299255
0.00142389
0.000327349
-0.000316613
0.00194648
0.000413729
-6.14178e-05
0.00226715
0.000428833
0.000380887
0.0024696
0.00045724
0.000946182
0.0024355
0.000367889
0.00151366
0.0024486
0.000326151
0.00204248
0.00227267
0.000181091
0.00255206
0.00211084
2.98209e-05
0.00302022
0.00194542
-0.000159767
0.00345195
0.00178166
-0.000380134
0.00384566
0.0016051
-0.000636317
0.00417462
0.00140734
-0.000945628
0.00444187
0.0012129
-0.00130504
0.00457314
0.000995995
-0.00175215
0.00465824
0.000834972
-0.0022507
0.00461569
0.000714528
-0.00284382
0.00434603
0.000479053
-0.00348816
0.00393729
0.000461683
-0.00408486
0.00305796
0.000169872
-0.00492071
0.00175416
-1.77831e-05
-0.00529086
0.000711712
0.000264714
-0.00493622
0.000586075
0.00113462
-0.00395784
0.000818972
0.0014369
-0.00310966
0.000990064
0.0014347
-0.00243447
0.00159781
0.0015546
-0.00164114
0.00230968
0.00177412
-0.00120695
0.00282322
0.00161255
-0.00105028
0.00314328
0.00156129
-0.000945024
0.00329089
0.00130196
-0.00089544
0.00332694
0.001256
-0.000811118
0.00325895
0.000887453
-0.000742186
0.00310659
0.000735262
-0.000661775
0.00294673
0.000309506
-0.000551704
0.0028589
0.000173122
-0.000396897
0.00272554
-0.00037725
-0.000248349
0.00241931
-0.000893221
-5.23185e-05
0.00136524
-0.00290434
7.3498e-05
0.000321317
-0.00831251
0.000114163
-0.0162817
3.74275e-05
-0.000834271
0.00129888
0.000225231
-0.000930062
0.0014917
0.0003952
-0.000844173
0.00182693
0.000454357
-0.000504298
0.00189241
0.000460251
7.80394e-05
0.00185241
0.000482567
0.000696733
0.00179417
0.000401289
0.0013832
0.00174905
0.000370198
0.00199056
0.00166669
0.000242477
0.00256688
0.00155499
0.00011355
0.00308841
0.00145833
-5.54352e-05
0.00356722
0.00135392
-0.00025038
0.00399857
0.00123718
-0.000484547
0.00436966
0.00110859
-0.00076263
0.00467819
0.000976607
-0.00108564
0.00488032
0.000853745
-0.00146469
0.00498987
0.000741408
-0.00188697
0.00498168
0.000659613
-0.00235464
0.00476148
0.000520558
-0.00282746
0.00433935
0.000541628
-0.00328329
0.00367786
0.000381581
-0.0038094
0.00282458
0.000246631
-0.00396798
0.00216924
0.000306322
-0.00373163
0.00203338
0.000640218
-0.00322787
0.00216387
0.000736118
-0.00272924
0.00240969
0.000815006
-0.00219569
0.00294363
0.000839436
-0.00163565
0.00352117
0.00101426
-0.00130056
0.00395666
0.000927598
-0.00111084
0.00429286
0.000967569
-0.000955702
0.00450255
0.00085203
-0.000866203
0.00463039
0.000922318
-0.000763145
0.0046456
0.000700399
-0.000674393
0.00463181
0.000604216
-0.000582048
0.0045661
0.000257557
-0.000483266
0.00453477
0.000115798
-0.000368692
0.00443465
-0.00035545
-0.000246922
0.00430223
-0.000852204
-0.000101679
0.00348628
-0.00220732
2.18286e-05
0.00200066
-0.00696769
8.26794e-05
-0.0144077
1.08133e-05
-0.0019267
0.00318136
0.000411069
-0.00207084
0.00157636
0.000555982
-0.00181636
0.00151397
0.000539039
-0.00110458
0.00112503
0.000513558
-0.000265744
0.000960718
0.000513894
0.000621975
0.000865674
0.000444487
0.00149225
0.000847417
0.000413997
0.00231814
0.00082247
0.000305962
0.0030812
0.000790804
0.000198303
0.00379261
0.00076013
4.60455e-05
0.00445187
0.000719354
-0.000129319
0.0050568
0.000665629
-0.000341508
0.00559826
0.000603944
-0.000593905
0.00606827
0.000536608
-0.000886601
0.00644667
0.000484984
-0.00122329
0.00673079
0.000431902
-0.00159155
0.00689937
0.000408204
-0.00198086
0.00692463
0.000334846
-0.00236691
0.0068006
0.000358433
-0.0027495
0.00650106
0.000276206
-0.00312961
0.00606916
0.000170729
-0.00323609
0.00571976
0.000148487
-0.00309362
0.00565885
0.000250728
-0.00276862
0.00576087
0.000231335
-0.00238421
0.00599979
0.000287763
-0.00197173
0.00638491
0.000255323
-0.0015722
0.00687096
0.000342561
-0.00128675
0.00724572
0.000345685
-0.00109785
0.00759946
0.000405424
-0.000928549
0.00786863
0.000390403
-0.000811304
0.00815525
0.000468352
-0.000695646
0.00831426
0.000402676
-0.000595402
0.00846018
0.00034089
-0.000498243
0.00847265
0.000151474
-0.000406797
0.0084983
1.11003e-05
-0.000313889
0.00837328
-0.000293425
-0.000223195
0.0081869
-0.000722368
-0.000122147
0.00757226
-0.00166489
-4.50451e-05
0.00499388
-0.00448512
5.85204e-06
-0.00951562
-3.21425e-05
0.00315667
0.000241596
0.00470184
0.000291335
0.00618306
0.000307224
0.00727566
0.000289631
0.00820575
0.00028697
0.00904474
0.000242281
0.00987184
0.000214931
0.0106805
0.000146733
0.0114662
6.86694e-05
0.0122318
-4.86497e-05
0.0129641
-0.000189488
0.013647
-0.000371347
0.0142669
-0.000591022
0.0148091
-0.000852279
0.0152778
-0.0011553
0.0156609
-0.00149176
0.015979
-0.00183222
0.0161594
-0.00218077
0.0162568
-0.00252429
0.0162195
-0.00281938
0.0159919
-0.00290896
0.0157194
-0.00282489
0.0155621
-0.00259476
0.0154079
-0.0022781
0.0153931
-0.0019114
0.0154265
-0.00158186
0.0155694
-0.00132136
0.0157136
-0.00112623
0.0159289
-0.000959694
0.0161424
-0.00083901
0.0164529
-0.000716897
0.0167235
-0.000612492
0.0169552
-0.000510075
0.0170178
-0.000425293
0.0169592
-0.000340156
0.016611
-0.000265005
0.0158418
-0.000181964
0.01413
-0.000122251
0.00958997
-8.41031e-05
-7.35728e-05
3.06596e-05
-3.05525e-05
1.46889e-05
8.58812e-05
-5.44821e-05
2.18437e-05
0.000139195
-5.24464e-05
3.01638e-05
0.000176426
-3.6617e-05
3.76478e-05
0.000198388
-2.20644e-05
4.45878e-05
0.000212124
-1.3537e-05
4.92912e-05
0.000222221
-9.71223e-06
4.95379e-05
0.000224659
-1.3996e-06
4.77546e-05
0.000230634
-4.91837e-06
4.52896e-05
0.000239376
-1.49001e-05
5.02765e-05
0.00023353
3.12846e-06
5.80281e-05
0.000189637
4.01402e-05
5.53249e-05
0.000106229
8.26352e-05
5.58236e-05
-1.0756e-05
0.000120129
3.69976e-05
-0.000160123
0.000157744
1.54693e-05
-0.000322822
0.000180574
-2.02564e-05
-0.000511162
0.000203913
-5.45619e-05
-0.000751078
0.000248538
-8.45428e-05
-0.00105226
0.00032124
-0.000100402
-0.00143757
0.000404863
-0.000124928
-0.00183663
0.000434036
-0.00017215
-0.00213463
0.000335293
-0.000236898
-0.00234859
0.000257241
-0.0002787
-0.00240227
0.000107411
-0.000341363
-0.00231484
-3.12713e-05
-0.000395538
-0.00208745
-0.00016741
-0.000441933
-0.00174543
-0.0002737
-0.000477978
-0.00130391
-0.000364426
-0.000506596
-0.000805297
-0.00042198
-0.00051181
-0.000244058
-0.000475625
-0.000510601
0.000307941
-0.000470302
-0.000461357
0.000719364
-0.000339201
-0.000390428
0.000960932
-0.000187617
-0.00028691
0.00100193
-1.23127e-05
-0.000157482
0.000854775
0.000145264
-4.25557e-05
0.000624652
0.000222367
3.37987e-05
0.000388932
0.000219252
8.02695e-05
0.000194703
0.000171847
0.000114343
6.0051e-05
0.0001113
0.0001196
3.83686e-05
9.55207e-05
6.32839e-05
-9.21006e-05
1.54162e-05
0.000155925
-0.000144492
3.15377e-05
0.000236517
-0.000131257
4.9655e-05
0.000278783
-7.47197e-05
6.6894e-05
0.000285096
-2.42908e-05
7.9423e-05
0.000251592
2.5841e-05
8.95038e-05
0.000184958
6.66562e-05
9.9793e-05
9.8156e-05
8.99959e-05
0.000109894
-5.5978e-05
0.000157587
0.000126403
-0.000308451
0.000237826
0.000125665
-0.00062499
0.000326959
0.000117671
-0.000994002
0.000406132
0.000104556
-0.00140534
0.000491928
9.25917e-05
-0.00184462
0.000555548
7.68911e-05
-0.00229846
0.000605435
5.6888e-05
-0.00273145
0.000614321
1.63234e-05
-0.00314313
0.000616921
-1.93503e-05
-0.00350045
0.000601587
-5.39085e-05
-0.00381099
0.000619763
-5.16019e-05
-0.00402646
0.000605919
-5.66961e-05
-0.00416914
0.000568619
-7.02776e-05
-0.00420575
0.00037868
-0.000110094
-0.00414964
0.000205677
-0.00011931
-0.00398415
-5.07599e-05
-0.000148283
-0.00371376
-0.000304421
-0.000155252
-0.00333509
-0.000537204
-0.000175309
-0.00285378
-0.000744387
-0.000181443
-0.00226779
-0.000933541
-0.000181666
-0.00159792
-0.00107609
-0.000168589
-0.000900254
-0.00115549
-0.000139018
-0.000203065
-0.00114393
-0.000116337
0.000458974
-0.000996097
-1.66154e-05
0.000999181
-0.000736497
3.96035e-05
0.00127403
-0.000314422
0.00012768
0.00131307
8.88908e-05
0.000185966
0.00111594
0.000380254
0.000233026
0.000816703
0.00047922
0.000262068
0.000475406
0.000469241
0.000281995
0.000180075
0.000365033
0.000251685
0.000190363
0.000145557
7.10832e-05
-0.000160229
1.32291e-05
0.000161127
-0.000231106
3.68226e-05
0.000221608
-0.000189215
6.63733e-05
0.000232417
-8.3053e-05
9.59954e-05
0.000176537
3.81889e-05
0.000114547
5.6879e-05
0.000157088
0.000125346
-0.000132722
0.000263355
0.000139131
-0.000410645
0.000381047
0.00015206
-0.000772009
0.000522064
0.000154694
-0.00120749
0.000661052
0.000167696
-0.00171335
0.000815044
0.000180187
-0.00227334
0.000940623
0.000184633
-0.00283884
0.00102744
0.000183334
-0.00338426
0.00106477
0.000183276
-0.0038773
0.00106139
0.000167856
-0.00431378
0.00100889
0.000155099
-0.00469495
0.000950106
0.000146506
-0.0050058
0.000860361
0.000138945
-0.00523984
0.000795421
0.000144673
-0.00533344
0.000638662
0.00015374
-0.00532016
0.000484791
0.000163414
-0.00524561
0.000225001
0.000180644
-0.00508565
-2.49211e-05
0.000173905
-0.00485092
-0.000366573
0.000163194
-0.00456317
-0.000664504
0.000163384
-0.00419856
-0.000975828
0.000161489
-0.00374555
-0.00126289
0.000165575
-0.00321103
-0.0015305
0.000164133
-0.00259072
-0.00175265
0.000173932
-0.0019125
-0.00188578
0.000191789
-0.00118757
-0.00191433
0.000207946
-0.00048794
-0.00174801
0.000247088
0.000160993
-0.00143203
0.000298884
0.000646124
-0.000857293
0.000374073
0.000930864
-0.000262806
0.00038429
0.000948663
0.000293603
0.000423304
0.000766605
0.000594948
0.000413387
0.000478036
0.000694272
0.000409394
0.000187815
0.000599498
0.000344258
0.000343879
0.000178593
6.27518e-05
-0.000217575
6.18268e-06
0.00012357
-0.000285669
3.76234e-05
0.000125959
-0.000186923
7.9741e-05
6.1231e-05
-5.10842e-06
0.000120256
-8.9329e-05
0.00019601
0.0001421
-0.000324233
0.000399011
0.000174237
-0.000668014
0.000611662
0.000192688
-0.00111637
0.000823765
0.000215194
-0.00165162
0.00103863
0.000234772
-0.00224506
0.00122344
0.000248179
-0.00284327
0.00136893
0.000262047
-0.003423
0.00146384
0.000279206
-0.00395909
0.00149919
0.000296723
-0.00442559
0.00146421
0.000295386
-0.00482392
0.00138633
0.000298306
-0.00515804
0.0012674
0.000295136
-0.0054351
0.00114746
0.000289106
-0.00564533
0.000988902
0.000280058
-0.00577656
0.000841692
0.000275159
-0.00578604
0.000565309
0.000266877
-0.00573835
0.000354589
0.000248878
-0.00563488
5.61693e-05
0.000217984
-0.00546721
-0.000262859
0.000208238
-0.00529209
-0.000611302
0.000195241
-0.00509074
-0.000946276
0.000199169
-0.00481443
-0.00132233
0.00019969
-0.00445927
-0.00168714
0.000200027
-0.00401884
-0.00203564
0.000201507
-0.00350558
-0.00232685
0.000206361
-0.00291904
-0.00252567
0.000217366
-0.00227618
-0.00260471
0.00023466
-0.0015693
-0.00250649
0.000278875
-0.00085279
-0.00218756
0.000301912
-0.00023076
-0.00152817
0.000378948
0.000221077
-0.000761512
0.000449551
0.000449286
-5.07906e-06
0.000499947
0.000452777
0.00051728
0.000509534
0.000311779
0.000765584
0.000486068
0.000123539
0.000726158
0.000398609
0.000431438
0.00019182
3.62546e-05
-0.00024552
-1.55592e-06
3.02925e-05
-0.000270271
3.90808e-05
-4.05553e-05
-0.000108057
9.78715e-05
-0.000204489
0.000161978
0.000149521
-0.000467194
0.000468076
0.000193727
-0.000849524
0.000781399
0.000226536
-0.00132743
0.00107477
0.000258827
-0.00188718
0.00135227
0.000291252
-0.00247483
0.00157726
0.000311243
-0.00306337
0.00174627
0.000341594
-0.00363733
0.00186579
0.000369828
-0.00414612
0.00189291
0.000377172
-0.0045646
0.00183741
0.000366808
-0.0048959
0.00171577
0.000359275
-0.0051569
0.00157243
0.000335628
-0.00534964
0.00139304
0.000302624
-0.00548742
0.00122443
0.000262598
-0.00557159
0.00102045
0.000221255
-0.00560242
0.000822589
0.00016442
-0.005565
0.000494685
0.000100871
-0.00551183
0.000274059
3.57555e-05
-0.00544562
-4.75044e-05
1.45649e-05
-0.00535633
-0.000397191
1.82764e-05
-0.00528062
-0.000730253
2.36197e-05
-0.00517894
-0.00108102
3.3207e-05
-0.0050343
-0.00149872
3.76666e-05
-0.00482468
-0.00192964
4.98638e-05
-0.00452762
-0.0023664
6.2766e-05
-0.00413389
-0.00275451
7.99681e-05
-0.0036536
-0.00304099
0.000100198
-0.00310978
-0.00318321
0.000114498
-0.00249175
-0.00315538
0.000161192
-0.00176408
-0.00295219
0.000229833
-0.00103831
-0.00228959
0.000275517
-0.000422541
-0.00141314
0.000360272
-2.94347e-05
-0.000451557
0.000444111
0.000135006
0.000301264
0.000491914
0.000117729
0.000710814
0.000486947
4.86137e-05
0.000737436
0.000384494
0.000445435
0.000171283
-5.89133e-06
-0.000227661
-1.08623e-05
-8.98111e-05
-0.000173899
4.21265e-05
-0.000256176
7.71422e-05
0.000117071
-0.000539198
0.000454334
0.000199042
-0.000918446
0.000847095
0.000250153
-0.00139442
0.00123888
0.000300404
-0.00193648
0.00157905
0.00033595
-0.00251108
0.00186453
0.000369513
-0.00309653
0.00208229
0.000407833
-0.00364927
0.00221516
0.000411086
-0.00410827
0.00224118
0.000399416
-0.00445584
0.00215931
0.000380053
-0.00470805
0.00201674
0.000344816
-0.00487938
0.00182564
0.000289466
-0.00497284
0.00161879
0.000222816
-0.00501138
0.00139667
0.000157719
-0.00501606
0.00120498
8.59612e-05
-0.00499433
0.000991057
-1.23547e-05
-0.00494899
0.000783787
-0.000112034
-0.00489518
0.000446451
-0.000161033
-0.00486388
0.000233244
-0.000200609
-0.00482759
-8.13298e-05
-0.000235667
-0.0048144
-0.000415489
-0.000226805
-0.00482251
-0.000730251
-0.000198299
-0.00483061
-0.00108263
-0.000179005
-0.00482879
-0.00151362
-0.000155478
-0.00478858
-0.00198645
-0.000123692
-0.00468224
-0.00249549
-8.71054e-05
-0.0044727
-0.00299083
-3.63288e-05
-0.00414082
-0.00340158
7.6155e-06
-0.00368389
-0.00367223
4.81086e-05
-0.00316139
-0.0037094
8.25261e-05
-0.00252173
-0.00361771
0.000101331
-0.0017282
-0.00311478
0.000197306
-0.000981906
-0.00218747
0.000265023
-0.000409372
-0.00105523
0.000370794
-9.84509e-05
-7.29624e-05
0.000469434
1.13642e-05
0.000540241
0.00046946
1.16171e-05
0.000678998
0.000374341
0.000424347
0.000154364
-6.56335e-05
-0.000146463
-1.49092e-05
-0.000229705
1.07852e-05
6.00595e-05
-0.000501877
0.00035904
0.000164668
-0.000870417
0.000823971
0.000258402
-0.00132938
0.00128883
0.000322511
-0.0018434
0.00171508
0.000370692
-0.00240963
0.00207499
0.00040992
-0.00298097
0.00235208
0.000456413
-0.00347875
0.00249465
0.00041824
-0.00387582
0.00252509
0.000416293
-0.00416791
0.00245404
0.000378851
-0.00436673
0.00229331
0.000308146
-0.00446847
0.00207231
0.00021294
-0.00448669
0.00182062
0.000113302
-0.00445144
0.00157302
2.06522e-05
-0.00437747
0.00132987
-6.85949e-05
-0.00428392
0.00112856
-0.00015299
-0.00418548
0.000916613
-0.000233777
-0.00409799
0.000722297
-0.000337839
-0.00404807
0.000421518
-0.000387444
-0.00404612
0.000247212
-0.000439604
-0.00404203
-6.04027e-05
-0.000470067
-0.00408971
-0.000352891
-0.000438451
-0.00415512
-0.000650101
-0.000406078
-0.00423747
-0.000986032
-0.000381629
-0.00433606
-0.00140411
-0.000349035
-0.00443344
-0.00188288
-0.000306756
-0.0045027
-0.00242637
-0.000257019
-0.00450038
-0.0029997
-0.000198157
-0.00437511
-0.00354338
-0.000132631
-0.00408574
-0.00398245
-5.70282e-05
-0.00362233
-0.00419895
3.82795e-06
-0.00307638
-0.00419406
5.91616e-05
-0.00231873
-0.00389839
9.49604e-05
-0.00145495
-0.00307823
0.000156096
-0.000700293
-0.00184206
0.000247097
-0.000232293
-0.000575386
0.000352162
-5.45289e-05
0.000317057
0.000384066
4.43787e-06
0.000571342
0.000311432
0.000400888
0.000116009
-0.000128809
-2.12572e-06
-8.47881e-06
-0.00037341
0.000275489
9.27061e-05
-0.000727148
0.000721563
0.000224985
-0.00115935
0.00124309
0.000333131
-0.00164814
0.0017413
0.000396941
-0.00220555
0.00220234
0.000448582
-0.0027454
0.00253575
0.000478893
-0.00319434
0.00271125
0.00043716
-0.00355635
0.0027663
0.000437835
-0.0038337
0.00272488
0.000372622
-0.00399223
0.00255276
0.000269151
-0.0040341
0.00230027
0.000138223
-0.00399464
0.00201616
1.21465e-05
-0.00390769
0.00172605
-0.000110388
-0.00378696
0.00146209
-0.000209948
-0.00364792
0.0012159
-0.000284625
-0.00350254
0.00101918
-0.000357799
-0.00337227
0.000828276
-0.000428187
-0.00327243
0.000663434
-0.000528754
-0.0032388
0.000424989
-0.000562154
-0.00325217
0.000285191
-0.000626022
-0.00326829
-1.52108e-05
-0.000631656
-0.00334884
-0.000253183
-0.000590821
-0.00344482
-0.000531559
-0.000550154
-0.003568
-0.000841893
-0.000519131
-0.00371855
-0.00123409
-0.000482509
-0.00389179
-0.00169335
-0.000438274
-0.00407121
-0.00223364
-0.000390092
-0.00422478
-0.00283624
-0.00033178
-0.00430076
-0.00346339
-0.000264711
-0.00423135
-0.00405479
-0.000190285
-0.00395092
-0.00449466
-9.56373e-05
-0.00348624
-0.00467615
-2.96112e-05
-0.00283818
-0.00457273
4.00963e-05
-0.00195197
-0.0039915
9.61934e-05
-0.00103822
-0.00278768
0.000161272
-0.000352843
-0.00130012
0.000262585
-4.52935e-05
-5.13151e-05
0.000363298
2.91606e-05
0.000449261
0.000285171
0.000401075
0.000107945
-0.000191567
0.000211987
1.30092e-05
-0.000505554
0.000614376
0.000138166
-0.000911599
0.00113455
0.000291031
-0.00137965
0.00169241
0.000399859
-0.00190893
0.00221902
0.000460077
-0.00241495
0.0026403
0.000493682
-0.00283767
0.00286813
0.000468338
-0.00320281
0.00298381
0.000462946
-0.00348245
0.00296838
0.000373722
-0.00360935
0.00279427
0.000249098
-0.00360525
0.00251695
9.132e-05
-0.00353016
0.00220196
-7.62323e-05
-0.00341578
0.00189184
-0.000222241
-0.00328377
0.00159732
-0.000332696
-0.0031397
0.00133586
-0.000413446
-0.00297956
0.00109179
-0.000460556
-0.00281136
0.000901961
-0.000510124
-0.00266173
0.000734536
-0.000559775
-0.00255404
0.00060842
-0.00065278
-0.00254517
0.000448888
-0.000681011
-0.00257165
0.000336859
-0.000760861
-0.00260873
5.3469e-05
-0.000742882
-0.00270172
-0.000134505
-0.000705558
-0.00280898
-0.000396939
-0.000661502
-0.00294289
-0.000681592
-0.000627818
-0.00310732
-0.00104336
-0.000591476
-0.00330479
-0.0014716
-0.000547171
-0.00353205
-0.00198465
-0.000500989
-0.00376772
-0.0025821
-0.000443989
-0.00397168
-0.00324421
-0.000384155
-0.0040831
-0.00393262
-0.0003116
-0.00401981
-0.00455346
-0.000233469
-0.00371258
-0.0049885
-0.000145766
-0.0031967
-0.00510147
-5.8889e-05
-0.00241202
-0.00479939
9.74211e-06
-0.00140608
-0.00381884
6.75327e-05
-0.000562369
-0.00217437
0.000137204
-6.19901e-05
-0.000581514
0.000222299
1.84615e-05
0.000320698
0.000211113
0.000390709
6.50879e-05
-0.000230426
0.000458615
4.4736e-05
-0.00059393
0.000994826
0.000200304
-0.00102677
0.00156208
0.000363462
-0.00149983
0.00212952
0.000468046
-0.00199168
0.00264298
0.000526248
-0.0024227
0.0029864
0.000520632
-0.00281688
0.00316677
0.000499823
-0.0031065
0.00319409
0.000407406
-0.00323129
0.00303414
0.000268108
-0.00321218
0.00273998
8.38093e-05
-0.00311567
0.00239716
-0.000114954
-0.00298711
0.00205824
-0.000287509
-0.00285468
0.00174839
-0.0004279
-0.00272291
0.00146075
-0.000518806
-0.00258061
0.00120487
-0.000572687
-0.00241344
0.000962989
-0.00058586
-0.00222082
0.000772898
-0.000603917
-0.00204793
0.000634702
-0.000636228
-0.00193762
0.000560949
-0.0007204
-0.00195439
0.000491203
-0.000769904
-0.00200503
0.000405488
-0.000852734
-0.00207164
0.000147627
-0.000819663
-0.0021616
-1.4926e-05
-0.000789524
-0.00227863
-0.000255019
-0.000742883
-0.00241097
-0.000523136
-0.000705766
-0.00257222
-0.000856261
-0.000668125
-0.00276574
-0.00125317
-0.000622791
-0.00299912
-0.00172789
-0.000579449
-0.00326276
-0.00229691
-0.000526771
-0.00353296
-0.00295515
-0.000470537
-0.00375948
-0.00369043
-0.000403334
-0.00386565
-0.00443566
-0.000329173
-0.00376323
-0.0050861
-0.000244351
-0.00339514
-0.00547396
-0.000159874
-0.00277037
-0.00544026
-6.52801e-05
-0.00185228
-0.00475919
-7.58519e-06
-0.000839036
-0.00321576
6.6246e-05
-0.000149558
-0.00129923
0.000118414
1.57783e-05
0.00011677
0.000173508
0.000379047
3.91602e-05
-0.000246384
0.000722022
9.15324e-05
-0.000625528
0.0013873
0.000266969
-0.00106299
0.00198651
0.000433502
-0.00154397
0.00256102
0.000535532
-0.00200365
0.00302799
0.000567475
-0.00240658
0.00330105
0.000541931
-0.00271502
0.00339522
0.000461834
-0.00286208
0.00328213
0.000322021
-0.00285588
0.00299303
0.000122068
-0.00275316
0.0026188
-9.9907e-05
-0.0026135
0.00224309
-0.000305261
-0.00247786
0.00190179
-0.000475052
-0.00235803
0.00160009
-0.000599573
-0.00224837
0.0013227
-0.000666592
-0.00212409
0.00107063
-0.000690151
-0.0019495
0.000819455
-0.000661842
-0.00172589
0.000623771
-0.000647802
-0.0015107
0.000515592
-0.000666568
-0.00138501
0.000506665
-0.000763227
-0.00143561
0.000546131
-0.000859519
-0.00154923
0.000508397
-0.000952623
-0.00164959
0.000260675
-0.000901408
-0.00174072
9.30749e-05
-0.0008675
-0.00186536
-0.000106677
-0.000826902
-0.00199003
-0.000372551
-0.00078416
-0.00213939
-0.000684222
-0.000744587
-0.00231189
-0.00105765
-0.000695319
-0.00252441
-0.0014937
-0.000651882
-0.00277627
-0.00202423
-0.00059921
-0.00305931
-0.00265237
-0.000548104
-0.00334018
-0.00339125
-0.000485346
-0.00355785
-0.00420266
-0.000415613
-0.00362163
-0.00501182
-0.000334396
-0.00343713
-0.0056563
-0.000248336
-0.00296
-0.00592546
-0.00016657
-0.00218022
-0.00556325
-8.6628e-05
-0.00113822
-0.00428053
-3.61475e-05
-0.000327329
-0.00213264
1.83672e-05
8.83073e-06
-0.000246828
6.52619e-05
0.000360019
-2.02219e-05
-0.00024894
0.000981697
0.000145611
-0.000627954
0.00177137
0.000342367
-0.0010701
0.00240425
0.000508547
-0.00153035
0.00296229
0.000603197
-0.00194759
0.00336713
0.000609255
-0.00228942
0.00356345
0.000548726
-0.00248899
0.00353555
0.000418993
-0.00252566
0.00328698
0.000221019
-0.00244027
0.002894
-2.85052e-05
-0.00229839
0.00247173
-0.000253322
-0.00215235
0.00208063
-0.000457453
-0.00203229
0.00174286
-0.000614919
-0.00194078
0.00144592
-0.00072771
-0.00186535
0.00117013
-0.000778549
-0.00176151
0.000906028
-0.000778065
-0.00157605
0.000632088
-0.000710653
-0.00128737
0.000415959
-0.000658516
-0.00100778
0.000360084
-0.00067003
-0.000845079
0.000451102
-0.000786888
-0.000963174
0.000636447
-0.000965227
-0.00118845
0.000671758
-0.00108194
-0.00131464
0.000390178
-0.00099367
-0.00142057
0.000225791
-0.00095732
-0.00153984
3.57511e-05
-0.000913241
-0.00167353
-0.00021511
-0.000864774
-0.00181267
-0.000526043
-0.000824936
-0.00196113
-0.000890045
-0.000767608
-0.002141
-0.00129661
-0.000721329
-0.00235936
-0.00178872
-0.000664456
-0.00262097
-0.00237352
-0.000612797
-0.0029093
-0.00308531
-0.000551684
-0.00318266
-0.00391276
-0.00048555
-0.00336431
-0.00481698
-0.000404881
-0.00335007
-0.00566463
-0.000317965
-0.00303798
-0.00624097
-0.000231276
-0.00239989
-0.00621533
-0.0001596
-0.00143462
-0.00526514
-0.000109616
-0.000491977
-0.0031023
-5.70839e-05
-3.40643e-06
-0.000758588
-2.78436e-07
0.000328999
-5.75796e-05
-0.000234033
0.00122407
0.000197873
-0.000599975
0.00213771
0.000408456
-0.00103219
0.00280608
0.000572539
-0.00145641
0.00332853
0.000652911
-0.00183198
0.00366962
0.000633847
-0.00209863
0.00376795
0.000533116
-0.00220199
0.00360753
0.000355584
-0.00216704
0.00323486
0.000112424
-0.00204287
0.002778
-0.000148341
-0.00189624
0.00232829
-0.000374197
-0.00176144
0.00192335
-0.000563999
-0.00166658
0.00158392
-0.000712226
-0.00160757
0.00127665
-0.00081842
-0.00156988
0.000988336
-0.000859524
-0.00149226
0.000700345
-0.000835725
-0.00127328
0.000417672
-0.000705388
-0.000894501
0.000249222
-0.000591537
-0.000494772
0.000312113
-0.000587661
-0.000265703
0.000504042
-0.000772161
-0.000495673
0.000804963
-0.00110669
-0.0008961
0.000922172
-0.00129221
-0.00105822
0.00055641
-0.00112595
-0.00117049
0.000392957
-0.00107268
-0.00131016
0.000197895
-0.00102562
-0.00144909
-4.46379e-05
-0.000972088
-0.00158859
-0.000370031
-0.00092975
-0.00171162
-0.000750852
-0.000860193
-0.00185378
-0.00114283
-0.000806866
-0.00202677
-0.00160422
-0.000741165
-0.00224423
-0.00214315
-0.000685417
-0.00250586
-0.00280875
-0.000622396
-0.0027877
-0.00361532
-0.000557471
-0.003034
-0.0045575
-0.000479264
-0.00314618
-0.00554641
-0.000389689
-0.00300565
-0.00638465
-0.000300455
-0.00251696
-0.00671672
-0.000223708
-0.00167673
-0.00612646
-0.00017722
-0.000649177
-0.00414852
-0.000149841
-4.21294e-05
-0.00139565
-0.000113904
0.000264633
-0.000135591
-0.00020529
0.0014338
0.000252333
-0.000551146
0.00247695
0.000479596
-0.00095088
0.00317297
0.00063917
-0.00133502
0.00365551
0.000708169
-0.00166182
0.00393453
0.000656605
-0.00185683
0.00392566
0.000522814
-0.00189774
0.00364595
0.000306522
-0.0018294
0.00318988
1.66541e-05
-0.00170613
0.00268552
-0.00022165
-0.00157116
0.00221342
-0.000430584
-0.00145136
0.00178584
-0.000598573
-0.0013784
0.00142733
-0.000737547
-0.00135219
0.00108915
-0.000844557
-0.00136348
0.000772074
-0.000887394
-0.00130252
0.000482152
-0.000847154
-0.000970681
0.000299605
-0.000630422
-0.00039202
0.000377153
-0.000411982
0.000101007
0.00065971
-0.000360777
0.000346192
0.000778464
-0.000602718
-0.000100334
0.0011063
-0.00124955
-0.000707563
0.00134111
-0.00160201
-0.000875591
0.000818443
-0.00129785
-0.00097221
0.000619562
-0.00120639
-0.001169
0.000453111
-0.00118709
-0.00130595
0.000143318
-0.00110866
-0.00145547
-0.000189773
-0.00106264
-0.0015566
-0.000634868
-0.000973336
-0.00166015
-0.00103387
-0.000909563
-0.00178507
-0.00147612
-0.000828574
-0.00195006
-0.00197318
-0.000763135
-0.00216805
-0.00258251
-0.000692768
-0.00242948
-0.00334305
-0.000625221
-0.00269871
-0.00427837
-0.00054411
-0.00289077
-0.00534919
-0.000453319
-0.00288599
-0.00639404
-0.000354787
-0.0025485
-0.00706956
-0.000271091
-0.00182894
-0.00686649
-0.000218127
-0.000809114
-0.00518839
-0.000197782
-6.84088e-05
-0.00214469
-0.000196824
0.000180274
-0.000187298
-0.000167014
0.00160601
0.000296217
-0.000476994
0.00277914
0.000532859
-0.000838643
0.00350629
0.000695492
-0.0011912
0.00395825
0.000740315
-0.00146839
0.00417066
0.00066592
-0.00161404
0.00406405
0.000502516
-0.00162151
0.00369047
0.000257394
-0.00154627
0.00317564
-3.61297e-05
-0.00144282
0.00264483
-0.000256308
-0.00133361
0.00215405
-0.000440325
-0.00123056
0.00168272
-0.000578327
-0.00118124
0.00128734
-0.000711156
-0.00118422
0.000886498
-0.000821391
-0.00121558
0.000542364
-0.000875574
-0.00107351
0.000298976
-0.000807783
-0.000462023
0.000454424
-0.00043188
0.000390891
0.000921505
2.09738e-05
0.000791267
0.00121646
7.45935e-05
0.000667977
0.0011629
-0.000169298
-3.71712e-05
0.00154861
-0.00133757
-0.000643576
0.00184144
-0.00201061
-0.000705311
0.00115185
-0.00147489
-0.000786487
0.000958992
-0.00133634
-0.00107392
0.000868942
-0.00139315
-0.00125883
0.000413312
-0.00129242
-0.0014053
-2.90072e-06
-0.00124179
-0.00149582
-0.000528233
-0.00112468
-0.00154973
-0.000976605
-0.00104246
-0.00162239
-0.00141016
-0.000938505
-0.00172986
-0.001871
-0.000857098
-0.00189585
-0.00241734
-0.000775787
-0.00212116
-0.00311326
-0.000702465
-0.00238626
-0.00400739
-0.000619473
-0.00262063
-0.00511173
-0.000525062
-0.00271299
-0.00630702
-0.000420626
-0.0025063
-0.00729365
-0.000323012
-0.00190865
-0.00748939
-0.000263418
-0.000947482
-0.00617238
-0.000243112
-9.58443e-05
-0.00300779
-0.000262652
7.35471e-05
-0.00025165
-0.000120239
0.00173101
0.000334614
-0.000379315
0.00303215
0.000590635
-0.000704369
0.00380357
0.000749055
-0.00102079
0.00423582
0.000780142
-0.00125959
0.00438978
0.000684078
-0.00137657
0.00420561
0.000495236
-0.00138021
0.00377622
0.000236514
-0.001325
0.00323953
-4.58699e-05
-0.00126406
0.00270067
-0.000235989
-0.00119715
0.00219539
-0.000376266
-0.00111176
0.00166561
-0.000461963
-0.00107229
0.00120017
-0.000566014
-0.00107126
0.000679832
-0.000659911
-0.00105126
0.000300374
-0.00074209
-0.000655776
0.000207419
-0.000680103
0.000362213
0.000925628
1.69756e-05
0.00128046
0.00168137
0.000766982
0.00112584
0.00180805
0.000777245
0.000396972
0.00152265
0.000260469
-0.0002785
0.00178159
-0.00175177
-0.0005696
0.00230601
-0.0026776
-0.00054591
0.00168203
-0.00175018
-0.000725049
0.00156252
-0.00158801
-0.00111474
0.00154317
-0.00175159
-0.00136482
0.000835398
-0.00158369
-0.00145644
0.000181965
-0.00148134
-0.001517
-0.000425053
-0.00133014
-0.00150613
-0.000984221
-0.0012042
-0.00151907
-0.00141898
-0.0010681
-0.00156464
-0.0018465
-0.000963671
-0.00167704
-0.00232021
-0.000865818
-0.00186189
-0.00293571
-0.000782387
-0.00211026
-0.00376239
-0.000694121
-0.0023638
-0.00486084
-0.00059569
-0.00252301
-0.00615717
-0.000481832
-0.00242321
-0.00741444
-0.000370881
-0.00193717
-0.00800593
-0.000296291
-0.0010526
-0.00708638
-0.000276133
-0.000151295
-0.00392236
-0.000312062
-8.50274e-05
-0.000315528
-6.31287e-05
0.00180673
0.000361621
-0.000269873
0.00323721
0.000632256
-0.000555691
0.00407182
0.000781517
-0.000839178
0.00449824
0.000803254
-0.00104861
0.00460771
0.000685315
-0.00115777
0.00437794
0.000475387
-0.00117975
0.00393256
0.000204979
-0.00116904
0.00341748
-5.03793e-05
-0.00116777
0.00289616
-0.000210093
-0.00115668
0.00237801
-0.000297664
-0.00109328
0.00175072
-0.000299444
-0.00108228
0.00121419
-0.00035594
-0.0010931
0.000544136
-0.000398512
-0.000889486
2.0819e-05
-0.000496242
-4.27293e-05
-0.000123809
-0.000298217
0.00125011
0.00127019
0.000736055
0.00190491
0.00255146
0.00172673
0.00125828
0.0024149
0.0017333
0.000308575
0.00161311
0.000463449
-7.95653e-05
0.00163758
-0.00228796
-2.93814e-05
0.00274992
-0.00334947
-1.77614e-05
0.00249035
-0.00191772
-0.000427464
0.00278384
-0.00183739
-0.00118887
0.00289127
-0.00226211
-0.00164008
0.00164909
-0.00207118
-0.00168146
0.000423548
-0.0018417
-0.00165002
-0.00038196
-0.00160606
-0.00153147
-0.00109919
-0.00140503
-0.00145823
-0.00153323
-0.00122176
-0.00142919
-0.00191723
-0.00108302
-0.00148643
-0.00229564
-0.000965543
-0.00162955
-0.0028145
-0.000869304
-0.00185631
-0.00355036
-0.000775464
-0.00212192
-0.00460734
-0.000672339
-0.00233655
-0.00596068
-0.000548065
-0.00233697
-0.0074428
-0.000419235
-0.00196116
-0.00842189
-0.000325851
-0.0011556
-0.00793049
-0.000293831
-0.000223572
-0.00487405
-0.000342677
-0.000315403
-0.000366322
4.23125e-05
0.00178255
0.000375903
-0.000122928
0.00340452
0.000662079
-0.000388392
0.00433071
0.000824227
-0.000651094
0.00475762
0.000829509
-0.000834461
0.00482779
0.000688853
-0.000936543
0.00458063
0.000455666
-0.000966594
0.00414852
0.000167211
-0.00101157
0.00370818
-7.52516e-05
-0.00110256
0.0032687
-0.000207038
-0.00120674
0.00279851
-0.000227094
-0.00120286
0.00212559
-7.63648e-05
-0.00126567
0.00155333
-1.37783e-05
-0.0012206
0.000697482
0.000162733
-0.000741683
-0.000298536
0.000174868
0.000846734
-0.00126712
0.000559579
0.00246214
0.000547962
0.00148165
0.00310203
0.00293356
0.0028694
0.00244079
0.00296055
0.0024012
0.00161558
0.00109538
0.000262749
0.00116401
0.000786147
-0.00314123
0.000669728
0.00344753
-0.00448376
2.12691e-05
0.00410433
-0.00263081
-0.00095381
0.00491033
-0.00295974
-0.0021025
0.00504939
-0.00358181
-0.00242167
0.00262452
-0.00294902
-0.0021321
0.00046456
-0.00234911
-0.00185566
-0.000561308
-0.00196621
-0.00159512
-0.00138811
-0.00163733
-0.00139596
-0.00181157
-0.00139052
-0.00128271
-0.00210696
-0.00120964
-0.00128993
-0.00234472
-0.00107177
-0.00139258
-0.00275232
-0.000961945
-0.00158271
-0.00339287
-0.000857706
-0.00184789
-0.00437013
-0.000748797
-0.00211608
-0.00572476
-0.000612724
-0.00222295
-0.00737753
-0.000465594
-0.00197643
-0.00872075
-0.000348543
-0.00127075
-0.00868653
-0.000305595
-0.000325957
-0.00584749
-0.000359302
-0.000648873
-0.000417949
0.000100338
0.00172036
0.000365625
-1.81428e-05
0.00354653
0.00066999
-0.000229038
0.00455385
0.00082496
-0.0004439
0.00499474
0.000835524
-0.000582832
0.00503448
0.000663911
-0.000663168
0.00479457
0.000409277
-0.000699825
0.00441555
7.80369e-05
-0.000810137
0.00409011
-0.000166713
-0.00104743
0.00381194
-0.000296124
-0.00129879
0.00343791
-0.000249167
-0.00133255
0.0027355
9.46555e-05
-0.00148946
0.00225413
0.000310744
-0.00163002
0.00140545
0.000661753
-0.00105438
-0.000368902
0.00105928
0.00138509
-0.00363143
0.00203022
0.00348898
-0.00265336
0.00290693
0.00371059
0.00164186
0.00389793
0.00279054
0.00290139
0.00385205
0.000523967
0.00106807
0.00136964
-0.00301378
-0.0010124
-0.00349344
-0.00558403
0.00285202
-0.00666025
-0.00571778
0.00625285
-0.00431366
-0.00580334
0.00830638
-0.00412038
-0.00555902
0.007085
-0.00562169
-0.00423169
0.00270282
-0.00471019
-0.00308143
-8.87353e-05
-0.00319075
-0.002328
-0.0011641
-0.00245093
-0.00174609
-0.00203454
-0.00190777
-0.00133284
-0.00236613
-0.00155414
-0.00111458
-0.00244843
-0.00132043
-0.00108291
-0.00245778
-0.00117466
-0.00115835
-0.00273938
-0.00105588
-0.00130586
-0.0032978
-0.000942693
-0.00155106
-0.00417783
-0.000831014
-0.00185458
-0.00547498
-0.000679123
-0.00207402
-0.00721729
-0.000505584
-0.00199298
-0.00886929
-0.000362699
-0.0014241
-0.0093199
-0.000296625
-0.000492305
-0.00681949
-0.000344734
-0.00115268
-0.000419331
0.00019659
0.00154658
0.000361129
0.000144927
0.00360534
0.000678307
-6.74594e-06
0.0047156
0.000847319
-0.000150651
0.00516633
0.000828137
-0.000233002
0.0052039
0.000649733
-0.0002498
0.00496682
0.000354648
-0.000230105
0.00463165
-5.05023e-05
-0.000384302
0.00442568
-0.000374953
-0.000806895
0.00424804
-0.000630934
-0.00136163
0.00393704
-0.000634877
-0.00180455
0.00341832
-0.000124922
-0.00159346
0.00256546
0.000257051
-0.000763087
0.00182391
-0.00022305
-0.000237731
-0.000214177
0.000489531
0.00201365
-0.0075182
0.00441871
0.00339393
-0.00826023
0.00474895
0.00170721
-0.00170217
0.00302067
-0.00132508
0.0011296
0.00320562
-0.00581141
-0.000186181
0.00388432
-0.0120729
-0.00424688
-0.000608928
-0.0142645
-0.00240746
-0.0049466
-0.0103424
0.00542175
-0.00372027
-0.00720635
0.0126564
-0.00346483
-0.00623434
0.0109244
-0.00653671
-0.00507226
0.00381283
-0.00612578
-0.00357568
-0.000834226
-0.00371901
-0.00261392
-0.00203045
-0.00292778
-0.00180028
-0.00305626
-0.00218332
-0.00115316
-0.00327283
-0.00169798
-0.000842603
-0.00296511
-0.00140449
-0.000842534
-0.00256647
-0.0012838
-0.000920367
-0.00274904
-0.00117054
-0.00100696
-0.00330227
-0.00102304
-0.00121355
-0.00406084
-0.000910286
-0.00154377
-0.00523081
-0.000752336
-0.00185803
-0.00698834
-0.000553648
-0.00195331
-0.00885809
-0.000377139
-0.00156876
-0.0097839
-0.000295425
-0.000676546
-0.00776404
-0.000331647
-0.00184649
-0.000450799
0.000223831
0.00137658
0.000373549
0.000226348
0.00363574
0.000709727
0.000154264
0.00481663
0.000865984
9.54467e-05
0.00527396
0.000837017
0.000107552
0.0052895
0.000610231
0.000189621
0.0050438
0.000226969
0.000263662
0.00469447
-0.000245613
5.33042e-05
0.00447203
-0.000744917
-0.000772648
0.00427688
-0.0012088
-0.00199768
0.00418503
-0.00137888
-0.00358685
0.00458813
-0.000472761
-0.00297409
0.00362905
0.0010632
5.95349e-05
0.00394271
0.00090435
0.000894634
0.000625197
0.00140507
0.00168
-0.0125752
0.00830561
0.00155112
-0.0153651
0.00813869
-0.00143886
-0.00723903
0.000661728
-0.00505768
-0.00268113
-0.00181763
-0.0103595
-0.00277434
0.001915
-0.0169795
-0.00802262
0.0028782
-0.0149773
-0.0122837
9.57357e-05
-0.00795445
-0.00186443
-0.00163403
-0.00564546
0.0154066
-0.00127934
-0.00826148
0.0153228
-0.00562428
-0.00742226
0.00341245
-0.00786961
-0.00454331
-0.00276503
-0.00534107
-0.00337034
-0.00348827
-0.00344483
-0.0018322
-0.00528713
-0.00248659
-0.000827399
-0.00500132
-0.00186482
-0.000509147
-0.00368893
-0.00147805
-0.000647245
-0.00258767
-0.00142142
-0.000768773
-0.00275273
-0.00131272
-0.000784011
-0.00342734
-0.0011105
-0.000903904
-0.00411021
-0.000982809
-0.00116865
-0.00511497
-0.000802195
-0.00152867
-0.00674969
-0.000571796
-0.00180242
-0.00869009
-0.000370681
-0.00165012
-0.0100285
-0.000264644
-0.000890323
-0.00858762
-0.000287665
-0.00276034
-0.00041926
0.000171299
0.00125985
0.00031469
0.000247632
0.00359887
0.000662322
0.000275999
0.00483044
0.000820507
0.000308796
0.00530646
0.000787557
0.000410463
0.00530019
0.000551252
0.000611457
0.00499677
0.000113629
0.000799793
0.00457565
-0.000427165
0.000632328
0.0042022
-0.00113288
7.04571e-05
0.00380543
-0.00191406
-0.00134905
0.00422522
-0.00228059
-0.00430841
0.00517454
-0.00175
-0.00410746
0.00433802
0.00152305
-0.000366667
0.00551394
0.00249914
0.0025446
0.00163156
-0.00141814
0.00494038
-0.0149155
0.00432881
0.00155334
-0.0183715
0.00798176
-0.00429229
-0.0123035
-0.000865585
-0.00330341
-0.00895181
-0.00902875
-0.00315795
-0.00649087
-0.0126512
-0.00961526
-0.00795724
-0.00736244
-0.0141758
-0.0159074
0.00332365
-0.0138247
-0.0113568
0.00455117
-0.0140338
0.00996639
2.54591e-05
-0.0151594
0.0103585
-0.0064716
-0.00988995
-0.0025415
-0.0120082
-0.00657025
-0.00539968
-0.0105506
-0.00551485
-0.00591462
-0.00568123
-0.00263856
-0.00938181
-0.00254881
-0.000756875
-0.00810742
-0.00164182
-0.000611646
-0.00450084
-0.0016455
-0.000778139
-0.00256656
-0.00175512
-0.000758241
-0.00281019
-0.00151409
-0.000642201
-0.00362539
-0.00115842
-0.000752453
-0.00420709
-0.00105128
-0.000998313
-0.00509162
-0.000894621
-0.00130223
-0.00662403
-0.000611364
-0.00159804
-0.00851653
-0.00034893
-0.00158695
-0.0101384
-0.000222116
-0.000975933
-0.00926645
-0.000223998
-0.00376187
-0.000367489
0.000138663
0.00117544
0.000323519
0.00027607
0.00350758
0.000648658
0.000390755
0.0047651
0.000802718
0.000500755
0.00527298
0.000774491
0.000656506
0.00526645
0.000534997
0.000863987
0.00493502
9.69223e-05
0.00100219
0.00445468
-0.000468674
0.000798269
0.00395307
-0.00119819
0.000573703
0.0034737
-0.00188148
0.000107402
0.00441098
-0.00221889
-0.00136867
0.00444919
-0.00166821
0.00126816
0.00107444
0.000226951
0.00677775
0.000270082
-0.0060528
0.0136984
-0.00199815
-0.0167661
0.0161672
-0.0120114
-0.00319932
0.00404863
-0.0114091
0.0076808
-0.00882804
-0.0101205
0.000126417
-0.00443861
-0.0140602
-0.00987681
0.00390055
-0.0128094
-0.0240766
0.00206733
-0.0110779
-0.0246002
-0.00783667
-0.0159492
-0.00465671
-0.0170375
-0.0182703
0.010261
-0.012648
-0.00141222
0.00852489
-0.00837509
0.00200612
-0.00131389
-0.00742359
-0.00166965
-0.0140989
-0.00777376
-0.0030824
-0.0180622
-0.00661821
-0.00734985
-0.00733762
-0.0021294
-0.013142
5.60504e-06
0.00027019
-0.0102179
0.000689409
-0.000512126
-0.00384427
-0.00172038
-0.00110694
-0.00174825
-0.00262515
-0.000917174
-0.00265078
-0.0016948
-0.000462075
-0.00388769
-0.0010928
-0.000439528
-0.00439161
-0.000977463
-0.000723089
-0.00508771
-0.000843577
-0.00108645
-0.00646518
-0.000590901
-0.00143679
-0.00831223
-0.00031036
-0.00149481
-0.0101767
-0.000146319
-0.000990626
-0.00983804
-0.000147181
-0.00477304
-0.000293751
0.000137234
0.00109618
0.000299721
0.00032446
0.00337156
0.000608373
0.000492423
0.00465438
0.000765168
0.00064877
0.00520331
0.00074426
0.000835727
0.0052153
0.000519936
0.00106028
0.00487572
9.85617e-05
0.00120763
0.00435409
-0.000458601
0.00138828
0.00368887
-0.00119071
0.00199805
0.00329629
-0.0017473
0.00211951
0.00359605
-0.00355265
0.000704743
0.000284805
-0.00448065
0.00320603
-0.00965273
-0.00388032
0.012223
-0.0130723
-0.0103264
0.0198743
-0.0057924
-0.0121551
0.0144566
-0.00412054
0.00853615
-0.00310488
-0.000522423
0.0103356
-0.0155778
-0.00518987
-0.000827125
-0.0120882
-0.0136438
-0.00736892
0.000429752
-0.0147158
-0.0174471
0.00875613
-0.0116001
-0.0192343
0.0067886
-0.0198853
-0.0104898
-0.00562158
-0.0222119
0.000713252
-0.00510999
-0.00607504
0.00712927
0.00148513
0.00262277
0.00560794
-0.000243467
0.0059177
-0.00497429
-0.00269696
0.00239844
-0.0145614
-0.00125519
-0.00641834
-0.00212049
0.00341149
-0.012887
0.00718755
0.00409461
-0.00714518
0.00501241
0.00110614
0.000641142
-0.00210702
-0.000885376
0.00109975
-0.00454129
-0.000869117
-0.00195162
-0.00201257
-0.000330716
-0.00389749
-0.000924043
-0.000243763
-0.00448909
-0.000808148
-0.000498043
-0.00510205
-0.00073174
-0.000820057
-0.00633874
-0.0004623
-0.0011541
-0.00811157
-0.000199075
-0.00123746
-0.0101861
-2.97475e-05
-0.000835711
-0.0102956
-3.21382e-05
-0.0056216
-0.000186048
0.000153347
0.00100054
0.000282623
0.000376982
0.00320105
0.000569733
0.000578655
0.00451346
0.000725138
0.000753105
0.00511578
0.000716143
0.000930114
0.00517536
0.000518704
0.0010874
0.0048698
0.000139723
0.00114886
0.0043932
-0.000338987
0.00155132
0.00374741
-0.000851963
0.00282607
0.00349111
-0.00124595
0.00451694
0.00236914
-0.00370266
0.00494633
-0.00615804
-0.00703508
0.00393288
-0.020212
-0.00696988
0.00544263
-0.019899
0.00201072
0.00180868
-0.00383962
0.0203644
-0.00771299
0.00104185
0.0241913
-0.0165107
0.00214119
0.00786817
-0.0189792
-0.000857519
-0.000174038
-0.0147111
-0.00619345
-0.00141973
-0.00731965
-0.00689019
0.00279588
0.00430027
-0.00696143
0.00980588
0.0173299
-0.0257628
0.00206072
0.00953493
-0.0233521
-0.00116786
-0.00331686
0.000472486
0.00114675
0.00020683
0.00876207
0.00123148
0.00592551
0.00576397
0.0070074
0.00841312
0.00128968
0.0048524
0.0106465
-0.00621672
0.0118288
0.0106465
-0.00858759
0.0156083
0.00690165
0.00066963
0.00587818
0.00204614
0.00744541
-0.00489723
-0.000446023
0.00278382
-0.00628608
-0.000728846
-0.00223013
-0.0031129
-0.000222326
-0.0042685
-0.00111457
-0.000103336
-0.00474572
-0.000660257
-0.00035074
-0.00513148
-0.000549746
-0.000667724
-0.00617182
-0.000272283
-0.000977568
-0.00790906
-2.67247e-05
-0.00106801
-0.0101493
0.000116242
-0.000714582
-0.0106913
0.000120613
-0.00632926
-5.08794e-05
0.000156319
0.000899618
0.000258359
0.000409971
0.00299933
0.00052113
0.000643941
0.00433795
0.000677421
0.000838382
0.00499854
0.000681007
0.00102027
0.00511254
0.000515149
0.00114954
0.00483557
0.000179575
0.00125324
0.00438276
-0.000214779
0.00172184
0.00379359
-0.000462361
0.00366247
0.00335837
-0.000582379
0.00866808
0.000362159
-0.00252212
0.0138194
-0.0101633
-0.00881144
0.0111148
-0.0194383
-0.0128567
0.00173869
-0.0127018
0.000308294
-0.00750262
-0.000333293
0.0208145
-0.0149507
-0.000953983
0.0243611
-0.0184496
0.00211303
0.0118022
-0.01688
0.00381199
0.00568409
-0.0137578
0.00360606
0.00757171
-0.00770895
0.00261281
0.018041
0.00660821
-0.0113826
0.0269993
0.021957
-0.0326831
0.0149701
0.0202622
-0.0186148
0.00479618
0.0107232
0.00971607
0.00597916
0.00895506
0.0147188
0.00614559
0.0133157
0.00302354
0.0193618
0.0172222
-0.00235967
0.0233785
0.0160317
-0.00273216
0.0245151
0.00994782
-0.00113183
0.0205274
0.00422587
0.00600579
0.00475981
0.00177622
0.00784801
-0.00664917
0.000757206
0.000446229
-0.00612545
0.000365947
-0.00432467
-0.00321598
0.000444342
-0.00524207
-0.000979069
0.000232969
-0.00512875
-0.000418797
-9.06854e-05
-0.00514937
-0.000274121
-0.000450942
-0.00594292
-4.2081e-05
-0.000810837
-0.0076036
0.000156921
-0.000942741
-0.010042
0.000295685
-0.000630578
-0.0110244
0.00028265
-0.00693664
0.000102619
0.000157529
0.000794019
0.000233018
0.000432566
0.00277341
0.00046919
0.000698782
0.00412443
0.000622399
0.000921004
0.00483998
0.00063907
0.00112608
0.00499927
0.000497144
0.00129922
0.00472616
0.000197644
0.00149521
0.00421872
-0.000157612
0.00202739
0.00349966
-0.000356688
0.00375089
0.0024961
-0.000326052
0.0074899
-0.00098806
-0.00150044
0.00977659
-0.00731161
-0.00981415
0.00821763
-0.00658864
-0.0200316
0.00270858
0.00337078
-0.0110208
-0.00436066
0.00587257
0.012092
-0.0108604
-6.89039e-05
0.0229283
-0.0139947
0.00318826
0.0137021
-0.0111067
0.00751062
0.0111554
-0.00870855
0.0099263
0.0118968
-0.000306589
0.00601306
0.0189027
0.0147603
-0.0197685
0.0254545
0.0180693
-0.0313952
0.0130399
0.0143398
-0.00907735
0.00166713
0.0154006
0.0157567
0.0091408
0.0165454
0.0189019
0.0139523
0.018429
0.00585071
0.0139007
0.0197832
-0.00343103
0.0153412
0.0155875
-0.000278669
0.0162867
0.00794894
0.00462495
0.0143385
0.00415914
0.00717898
0.0069056
0.00480498
0.00407351
-2.13783e-05
0.00452896
-0.00213515
-0.00147187
0.00323223
-0.00512141
-0.000610977
0.00196824
-0.0049409
0.000145316
0.000994631
-0.00465048
0.000205242
0.000346793
-0.00471084
0.000188474
-0.000172957
-0.00544741
0.000306434
-0.000631493
-0.00710266
0.000440274
-0.000852013
-0.00979104
0.000503716
-0.000623915
-0.0112454
0.00044855
-0.00751909
0.000230782
0.000144432
0.000696253
0.000210079
0.000425584
0.00253683
0.000420312
0.000707517
0.00388641
0.00057155
0.000932543
0.00466262
0.000604775
0.0010989
0.00489242
0.000496775
0.00116973
0.00469332
0.000261687
0.00112202
0.00425305
-2.92385e-05
0.000953154
0.00364174
-0.00011641
0.000510315
0.00287086
8.79954e-05
-0.0012851
0.00127703
0.000753374
-0.00409367
0.000486185
-0.00181366
-0.00469923
0.0071754
-0.00750938
-0.00347336
0.0146967
-0.00169503
-0.0029374
0.00798978
0.0127704
-0.00600326
0.000991792
0.0187773
-0.0107316
0.00292126
0.0121671
-0.00881107
0.00656371
0.0087682
-0.00155066
0.00940613
0.00750754
0.011257
-0.000722353
0.0129056
0.0156309
-0.0209732
0.018555
0.00639803
-0.0190428
0.00768368
0.00176289
-0.00208112
-0.00213519
0.00656433
0.0160734
0.00550429
0.0127173
0.019896
0.00696315
0.0176378
0.01071
-0.0040435
0.0200507
-0.000630478
-0.0049761
0.0162532
0.00135313
0.000168667
0.0100701
0.00792677
0.00346852
0.00829936
0.00878737
0.00696401
0.00895843
0.00399972
0.00811986
0.00798421
-0.000361723
0.00551662
0.00555748
-0.00223623
0.0030881
0.00329636
-0.00260428
0.00184682
0.00180575
-0.00300817
0.00118347
0.000940461
-0.00345243
0.00092675
0.000274745
-0.00442594
0.000766861
-0.000381743
-0.00623146
0.000742807
-0.000763125
-0.00930963
0.000738684
-0.000660875
-0.0113109
0.000628909
-0.00812095
0.000390317
0.000135475
0.000602613
0.000189114
0.000415324
0.0022973
0.000374736
0.000708397
0.00363083
0.000518685
0.000944624
0.00446309
0.000566186
0.00110721
0.00477485
0.000486742
0.00116413
0.0046766
0.000288963
0.00110062
0.00434795
1.88313e-05
0.000825963
0.00392476
-0.000128545
-4.36325e-05
0.00361314
-6.44456e-05
-0.00207972
0.00336443
0.000490425
-0.00412917
0.00466816
0.001951
-0.00272573
0.00986214
0.00291936
0.00375057
0.0109851
0.00261834
0.0089289
0.00103787
0.00549586
0.00409442
-0.000248959
0.00854026
-0.00463966
0.00461295
0.00947539
-0.00539697
0.00698893
0.0079381
0.00751499
0.00439693
0.00431788
0.0183973
-0.00822455
0.00840265
0.0114298
-0.0130838
0.0103403
0.00143417
-0.00576941
0.00518727
-0.00291311
0.00293144
0.00282983
-7.6612e-05
0.0133009
0.00593884
0.00756247
0.0149347
0.00183494
0.0142857
0.0112222
-0.00441501
0.0157792
0.00474891
-0.00589741
0.0121325
0.0058543
-0.00352331
0.00775172
0.00941862
0.000546451
0.00690043
0.00945078
0.00442701
0.00772848
0.00586627
0.00805454
0.00741177
0.00235666
0.00667613
0.00534878
0.000213858
0.00353594
0.00299111
-0.000961881
0.00147985
0.00158751
-0.00176553
0.000934217
0.000958464
-0.0022488
0.00103776
0.000452506
-0.00341638
0.000915718
-0.000243307
-0.00529216
0.000839458
-0.000740164
-0.00870282
0.000817605
-0.000744154
-0.0112745
0.000682762
-0.00881547
0.000436077
0.000118088
0.000521584
0.000175586
0.000387795
0.00206356
0.000337472
0.000692679
0.00335686
0.000473404
0.000948863
0.00423513
0.000528439
0.00113742
0.00461917
0.000476076
0.00123886
0.0046111
0.000305922
0.00126396
0.00436884
6.59914e-05
0.00116957
0.00402363
-0.000148592
0.000933397
0.00377185
-0.000206152
0.000668576
0.00363345
-0.000107066
0.00178542
0.00458758
0.000758439
0.00582393
0.00618085
-0.000677075
0.0109948
0.00279601
-0.0051722
0.0129448
-0.00401763
-0.00540176
0.00709924
-0.000942876
-0.00371603
-0.00100849
0.00593436
0.000130328
-0.000960961
0.00864457
0.00719196
0.0103383
0.00137237
0.00336164
0.0155721
-0.00631853
-0.00155425
0.00720929
-0.00413562
-0.00196663
0.00116489
0.0020617
0.000166794
-0.000516055
0.00835162
0.00625623
0.00292883
0.012159
0.00700671
0.010078
0.00809013
0.000588534
0.0143815
0.00675662
0.00180364
0.0127445
0.00646074
0.00417024
0.00850239
0.00838406
0.00326378
0.00527771
0.00860276
0.00315591
0.00432158
0.00720991
0.00357983
0.00512123
0.00496401
0.00442214
0.00563022
0.00249659
0.00403551
0.00419579
0.000276074
0.00170144
0.0020642
-0.000811937
0.000129909
0.00104615
-0.00136656
0.000258704
0.000735256
-0.00154165
0.000761727
0.000403475
-0.00271999
0.000762371
-0.00019511
-0.00451563
0.000783735
-0.000714011
-0.00811453
0.000800368
-0.000808973
-0.0111767
0.00068545
-0.00960002
0.000453925
0.000119374
0.000431888
0.000165876
0.000365599
0.00184993
0.00030719
0.000668695
0.00308085
0.000431689
0.000940123
0.00398647
0.000490083
0.00115894
0.00442752
0.000457808
0.00131544
0.004487
0.000313114
0.00142158
0.00430606
0.000100208
0.00149086
0.00399042
-0.000153732
0.00156949
0.00371327
-0.000334843
0.00186213
0.00346266
-0.000529311
0.00355479
0.00355575
-0.000524922
0.00625214
0.00322487
-0.00207792
0.00704341
0.000308142
-0.00531316
0.0049788
-0.00271577
-0.00741038
-0.00130946
-0.00262793
-0.0109069
-0.00677966
0.00266454
-0.00748161
-0.00292719
0.0077131
0.00465602
0.00442887
0.0031676
0.00215594
0.00714913
0.00121739
-0.0040338
0.00246363
0.00172919
-0.00574805
-0.00134825
0.00394111
-0.00369594
0.000517525
0.0087771
0.00425841
0.00412604
0.0105123
0.00566164
0.00882542
0.00532283
-6.73932e-05
0.0106576
0.00405696
-0.000831911
0.00840075
0.00522808
0.0029701
0.00554163
0.00664394
0.0046664
0.00406278
0.00594362
0.00442509
0.00374947
0.00476304
0.00337842
0.00414364
0.00370246
0.00314581
0.00467024
0.00239481
0.00297772
0.00383035
0.000618013
0.0015585
0.00222922
-0.000340678
0.000405257
0.00131662
-0.000779664
0.000410653
0.000893107
-0.000911596
0.000581723
0.000459129
-0.00210304
0.000611472
-0.000141318
-0.00382185
0.000651686
-0.000719457
-0.00752403
0.000727569
-0.000901736
-0.0110297
0.000628029
-0.0105085
0.000421854
0.000102471
0.00035164
0.000158906
0.00032933
0.00164797
0.000287017
0.000622619
0.00281058
0.000401282
0.000913521
0.00371359
0.000459299
0.00116415
0.0041974
0.000443825
0.00137069
0.00430647
0.00032426
0.00153942
0.00417393
0.000137364
0.00168155
0.00388809
-0.000108916
0.0018352
0.00360821
-0.000332949
0.00209544
0.00329079
-0.000583913
0.00293506
0.003094
-0.000765543
0.00416238
0.00257798
-0.00136423
0.00415497
0.0012431
-0.00268726
0.00283387
-0.000696839
-0.005509
-0.00278623
-0.00257441
-0.0105286
-0.0076905
-0.000206228
-0.00879006
-0.00573719
0.00578003
-0.00140869
-0.00213373
0.00519939
-0.000182066
-0.000252563
0.00515881
-0.00144339
-0.00216248
0.00311648
-0.00536018
-0.00427167
0.00137576
-0.00615185
-0.00236619
0.00526136
-0.00088598
0.00141025
0.00813197
0.00418081
0.00484985
0.00709389
0.00394288
0.00601791
0.0059109
0.00130495
0.00513372
0.00566249
0.00194962
0.00388131
0.0054778
0.00336591
0.00361694
0.00470193
0.00353
0.00385755
0.00386124
0.00311361
0.00390781
0.00314141
0.00231605
0.00387791
0.00231784
0.00182216
0.00318395
0.00102773
0.000967407
0.00208952
0.000235006
0.000254937
0.00134418
-0.000223763
0.000198092
0.000880703
-0.000447956
0.000263585
0.000424416
-0.00164688
0.000368877
-0.000162079
-0.00323091
0.000483505
-0.000787101
-0.00695606
0.00059246
-0.00103989
-0.010853
0.00053626
-0.0115914
0.000357307
9.3186e-05
0.000273881
0.000156938
0.00028522
0.00147331
0.000276805
0.000562865
0.00254961
0.00037888
0.000845208
0.0034454
0.000434751
0.00112274
0.00393583
0.000428483
0.00136528
0.0040849
0.000332576
0.0015879
0.00398305
0.000170506
0.00180172
0.00372064
-5.57972e-05
0.00202294
0.00344972
-0.000295665
0.00229614
0.00312416
-0.000562745
0.00280166
0.00284401
-0.000826156
0.00347944
0.00242291
-0.00124951
0.00398798
0.00167252
-0.00200263
0.00389246
0.000442076
-0.00339954
0.00123129
-0.00104654
-0.00626906
-0.00251687
-0.000377677
-0.0068218
-0.00335628
0.00340622
-0.00475524
-0.00261121
0.00407589
-0.00381834
-0.00128126
0.00399334
-0.00377982
-0.00153438
0.00183609
-0.00604525
-0.00314302
0.00084932
-0.00651751
-0.00244716
0.00425753
-0.00195073
0.00052343
0.00747473
0.00298341
0.00256227
0.00795878
0.00466622
0.00299337
0.00693047
0.00336011
0.00297071
0.0060762
0.00263517
0.00294594
0.00523967
0.00288248
0.0031632
0.00461625
0.00277788
0.00348047
0.0039153
0.00233874
0.00344539
0.00298937
0.00154061
0.00329452
0.00224222
0.00103505
0.00280987
0.00125086
0.000507378
0.00204704
0.000615532
3.74977e-05
0.00140979
0.000101269
-4.58759e-06
0.000927255
-0.000163819
4.97905e-05
0.000439881
-0.00126262
0.00016124
-0.000178193
-0.00268507
0.000332074
-0.000879516
-0.00635048
0.000456882
-0.00121541
-0.0106212
0.000436097
-0.0128751
0.000280249
3.6452e-05
0.000245545
0.000161037
0.000200084
0.00131967
0.00027916
0.000447086
0.00231075
0.000371284
0.000750494
0.00314957
0.000423051
0.00106359
0.00363176
0.000422821
0.0013665
0.00379579
0.000342454
0.00164309
0.00373079
0.000207442
0.00192235
0.00347417
1.11839e-05
0.00220097
0.00322724
-0.000231103
0.00248565
0.00292408
-0.000490361
0.00284951
0.00263637
-0.00077396
0.00325403
0.00229843
-0.00112495
0.00361751
0.00178862
-0.00167559
0.0035693
0.00120314
-0.00234768
0.00268942
0.000338113
-0.00347056
0.00135247
0.000563716
-0.00426607
0.000885491
0.001988
-0.00460411
0.000375089
0.00256939
-0.00489528
0.000571794
0.00294026
-0.00453934
0.00047766
0.00255037
-0.00453807
-0.00122077
0.0026964
-0.00434741
-0.00147283
0.00483866
-0.00195412
0.000142846
0.00642476
0.000384584
0.00123623
0.00616846
0.000987888
0.0013706
0.00531021
0.000585251
0.00154231
0.00488851
0.000689161
0.00200255
0.0042921
0.000989313
0.00254014
0.00375648
0.00109229
0.00288813
0.00326877
0.000965284
0.00293556
0.00253723
0.000561097
0.00283092
0.00204982
0.000350133
0.00249624
0.00129373
7.69166e-05
0.00194752
0.000782755
-0.000154849
0.00148365
0.000245981
-0.000184262
0.00106272
4.01496e-05
-9.08113e-05
0.000586076
-0.000904924
4.97461e-05
-8.05147e-05
-0.00210066
0.000230744
-0.000882691
-0.00564913
0.000360588
-0.0013287
-0.0102859
0.000359897
-0.0142865
0.000231441
6.14188e-06
0.000240771
0.000172806
8.62833e-05
0.00123993
0.000290547
0.0002978
0.00210056
0.000378501
0.000567488
0.00287766
0.000415988
0.000897802
0.00330312
0.000430838
0.0012624
0.00343566
0.000349474
0.00160268
0.00340689
0.000242694
0.00194636
0.00315136
6.34202e-05
0.00229043
0.00292895
-0.000159684
0.00261488
0.00266366
-0.000401331
0.00294651
0.00240328
-0.000677451
0.00327103
0.00212732
-0.000995747
0.00350533
0.00177721
-0.00141891
0.00357079
0.00146045
-0.00190658
0.00325382
0.000992065
-0.00252879
0.00289773
0.00103053
-0.00299162
0.00271458
0.00149381
-0.00350936
0.00233085
0.00172074
-0.00416453
0.00198388
0.00220865
-0.00437713
0.00125003
0.00242549
-0.00447243
-7.24421e-05
0.00260307
-0.00436607
-0.000533517
0.00346622
-0.0032629
0.000159349
0.00422191
-0.00180348
0.000678941
0.00404207
-0.00123745
0.000805459
0.00351397
-0.000988893
0.0012975
0.00340809
-0.000368441
0.00189541
0.0032432
-1.76442e-06
0.00241214
0.0028846
0.000128564
0.00270481
0.00259943
0.000105869
0.00274595
0.00206193
-4.44026e-05
0.00265159
0.0017482
-0.000116025
0.00243412
0.00115825
-0.000238159
0.00204313
0.000830867
-0.00031512
0.00171691
0.000312144
-0.000307582
0.00138435
0.000187787
-0.000195506
0.000960445
-0.000607135
-4.20047e-05
0.000303919
-0.00152235
0.000155464
-0.000680411
-0.00477873
0.000293935
-0.00122728
-0.00986409
0.000313833
-0.0156253
0.000212375
-0.000177414
0.000413791
0.00018224
-0.000163904
0.0012193
0.000318467
-1.58278e-05
0.00194219
0.000402604
0.000330626
0.00251977
0.000434088
0.000715187
0.00290944
0.000437375
0.00117269
0.00297135
0.000374879
0.00159931
0.00298518
0.000286026
0.00200515
0.00275561
0.000124505
0.00240683
0.00255775
-7.40488e-05
0.00277777
0.00233644
-0.000293666
0.00312289
0.00212015
-0.000548647
0.00343919
0.00189563
-0.000838119
0.00368122
0.00164336
-0.00119467
0.0038411
0.00142329
-0.00159057
0.00374562
0.00117946
-0.0020703
0.00359488
0.00112564
-0.00250032
0.00347327
0.00121796
-0.00293638
0.00323032
0.0012489
-0.00343593
0.0028847
0.00145326
-0.00382555
0.00208842
0.00145739
-0.00435676
0.000997601
0.00151049
-0.00456252
0.000343798
0.00192604
-0.0039032
0.000509562
0.00243753
-0.00280926
0.000871207
0.00256651
-0.00208404
0.00105912
0.00242059
-0.00161271
0.00153556
0.00235333
-0.000921241
0.00206503
0.00238649
-0.000525674
0.00249877
0.00214632
-0.000362292
0.00275814
0.00199075
-0.000310713
0.00282377
0.00162747
-0.000360325
0.00276926
0.00148327
-0.000374631
0.00261998
0.00103366
-0.000399963
0.00235628
0.000839549
-0.00041066
0.00209664
0.000368092
-0.000352314
0.00190116
0.00024368
-0.000256849
0.00157947
-0.000404118
-8.90992e-05
0.00108364
-0.00110702
9.1084e-05
2.21778e-05
-0.00384682
0.000254541
-0.000738445
-0.00922751
0.000268432
-0.0164981
0.000198731
-8.00156e-05
0.000482379
0.000209102
-0.000304329
0.00142497
0.000345993
-0.000324634
0.00194095
0.000435275
-8.30152e-05
0.00225389
0.000453091
0.000349326
0.00245366
0.000480674
0.000892264
0.00241011
0.000386196
0.00144529
0.002424
0.00033431
0.00194887
0.00224892
0.000184202
0.00242604
0.00208764
2.27566e-05
0.00286363
0.00192414
-0.000185059
0.00325168
0.00176738
-0.000415414
0.00359071
0.00159995
-0.000679661
0.00385601
0.00142348
-0.00099105
0.00404673
0.00126443
-0.0013369
0.00409859
0.00110798
-0.00173252
0.00408294
0.001019
-0.00212842
0.00398806
0.00101217
-0.00254315
0.00375755
0.000972992
-0.00298173
0.00338982
0.00106256
-0.00332642
0.00271093
0.000970825
-0.00375526
0.00187556
0.000960198
-0.0039052
0.00129098
0.00113668
-0.00356229
0.00119255
0.00146705
-0.00288893
0.00135997
0.00157183
-0.0022824
0.00157335
0.00157125
-0.00179851
0.00202361
0.00151064
-0.00124871
0.00249869
0.00161423
-0.000909764
0.00288521
0.00144167
-0.000732147
0.00314618
0.00141411
-0.000629353
0.00326764
0.00120368
-0.000593116
0.00328167
0.00119921
-0.000541094
0.00320743
0.0008714
-0.000505681
0.00308062
0.000759201
-0.000454624
0.00294543
0.000339513
-0.000387933
0.00287368
0.000193469
-0.000274935
0.00273655
-0.000366191
-0.000149145
0.00244226
-0.000906717
4.1669e-05
0.00140236
-0.00291504
0.00018162
0.000346857
-0.00832022
0.000262379
-0.016304
0.000190242
-0.000833316
0.00129966
0.000241266
-0.00093147
0.00149447
0.000423845
-0.000849354
0.00182484
0.000488356
-0.000522971
0.00188928
0.000498477
4.91007e-05
0.00184287
0.000521293
0.000642658
0.00178303
0.000434805
0.00131061
0.00173204
0.0003942
0.00189084
0.00165139
0.00025977
0.00243811
0.00153764
0.000116279
0.00292624
0.00144362
-6.30427e-05
0.00336657
0.00134227
-0.00026561
0.00375249
0.00123232
-0.000502831
0.00407422
0.00111646
-0.000777351
0.00432896
0.00100606
-0.001082
0.00447771
0.000916338
-0.00142181
0.00454343
0.00084462
-0.00177831
0.00451012
0.000834397
-0.00214354
0.00434286
0.000812345
-0.00249956
0.00401159
0.000898637
-0.00278809
0.00349991
0.000807473
-0.00313437
0.00295977
0.000743997
-0.00321163
0.00256639
0.000781975
-0.00298354
0.00250013
0.00088936
-0.00258392
0.00263728
0.000866265
-0.00216084
0.00287393
0.0008942
-0.00175528
0.00328312
0.000799033
-0.00133323
0.00372002
0.000923262
-0.00104649
0.00407394
0.000834936
-0.000858029
0.00436408
0.000890357
-0.000722092
0.00454621
0.000800235
-0.000644884
0.00465432
0.000892557
-0.000564601
0.00465881
0.000693707
-0.00050119
0.00465163
0.000617047
-0.000432716
0.00459517
0.000276698
-0.00036399
0.00456809
0.000127945
-0.000276088
0.00446439
-0.000345965
-0.000163446
0.00433282
-0.000855178
-2.16505e-05
0.00352282
-0.00221021
0.000126999
0.0020315
-0.00696847
0.000222243
-0.0144214
0.000159673
-0.0019277
0.00318033
0.000458102
-0.00207278
0.00157736
0.000618171
-0.00182404
0.00151411
0.000601025
-0.00112314
0.0011269
0.000575031
-0.000296941
0.000957334
0.000573232
0.000570823
0.000862492
0.000497265
0.00142006
0.000839549
0.000457256
0.00221909
0.000815022
0.000343296
0.00295516
0.000779015
0.000220867
0.00362888
0.000748028
6.79142e-05
0.00425228
0.000710864
-0.000121307
0.00481362
0.000661245
-0.000331774
0.00530868
0.00060551
-0.000578014
0.00573265
0.000548095
-0.000852603
0.00607333
0.000508821
-0.00115645
0.00632656
0.000476437
-0.0014766
0.00648366
0.000491941
-0.00179551
0.0065605
0.000472848
-0.00210425
0.00652322
0.000532529
-0.0023461
0.00634823
0.00048842
-0.00263557
0.00615516
0.000393999
-0.00269302
0.00600386
0.000369887
-0.00253023
0.00602397
0.000373957
-0.00227333
0.00615904
0.000298367
-0.00195139
0.00638666
0.000316551
-0.0016217
0.00668868
0.000231964
-0.00130716
0.00708086
0.000300309
-0.00105598
0.00739438
0.000302779
-0.00087921
0.00771354
0.000370733
-0.000728087
0.00796077
0.000368272
-0.000626566
0.00823158
0.000456132
-0.000530031
0.00837989
0.000400627
-0.00045063
0.00852549
0.000345684
-0.000372478
0.00854007
0.000159828
-0.000304512
0.00856185
1.58531e-05
-0.000223577
0.00843032
-0.000290744
-0.000146884
0.00823656
-0.000723486
-6.00886e-05
0.00761353
-0.00166788
3.56516e-05
0.00502397
-0.00448427
0.000111214
-0.00952493
9.53777e-05
0.00315338
0.000268544
0.0046966
0.000325469
0.00617469
0.00034325
0.00726384
0.000327378
0.00818538
0.00032277
0.00901196
0.000278189
0.00982044
0.000246001
0.0106069
0.000175312
0.011362
9.25242e-05
0.0120882
-2.67703e-05
0.0127809
-0.000171341
0.0134201
-0.000349301
0.0139935
-0.000558936
0.0144907
-0.000801343
0.0149192
-0.00107502
0.0152742
-0.00137024
0.0155908
-0.00165691
0.0158287
-0.00194584
0.0160113
-0.00217438
0.0160949
-0.00241451
0.0160532
-0.00247325
0.0159461
-0.00234795
0.0158718
-0.0021465
0.0157678
-0.0018757
0.0157485
-0.00157553
0.0157106
-0.00131209
0.0157789
-0.00108936
0.0158672
-0.00091168
0.0160498
-0.000771621
0.0162465
-0.000667452
0.0165481
-0.000562333
0.016814
-0.00047778
0.0170424
-0.000392775
0.0171043
-0.000327358
0.0170397
-0.000259651
0.0166827
-0.000198763
0.0159017
-0.000124509
0.0141764
-6.48323e-05
0.00961882
-1.07622e-05
2.03162e-05
3.15798e-05
-3.35736e-05
1.66828e-05
8.61343e-05
-5.6964e-05
2.42535e-05
0.000137138
-5.28962e-05
3.20568e-05
0.000169188
-3.45943e-05
4.01921e-05
0.000185757
-1.93492e-05
4.73684e-05
0.000192649
-1.08524e-05
5.32522e-05
0.000195758
-8.82006e-06
5.52482e-05
0.000194162
-7.22455e-06
5.65745e-05
0.000200088
-1.67834e-05
5.6147e-05
0.00020244
-1.54895e-05
6.34136e-05
0.000179958
1.50857e-05
6.54238e-05
0.000115554
5.54795e-05
6.42491e-05
1.62367e-05
9.7503e-05
5.76373e-05
-0.00011985
0.000134424
3.86599e-05
-0.000282426
0.000165758
1.2285e-05
-0.000463883
0.000185543
-2.43449e-05
-0.00068864
0.000209015
-3.88206e-05
-0.000956654
0.000244952
-6.14815e-05
-0.00128534
0.000305904
-7.76166e-05
-0.00167821
0.000378686
-0.00011075
-0.00208817
0.00037951
-0.000141692
-0.00239391
0.000263568
-0.000194732
-0.00258835
0.000151664
-0.000235919
-0.00261941
-2.3004e-05
-0.000287299
-0.00250786
-0.000182523
-0.000324566
-0.00226906
-0.000314297
-0.000366439
-0.00190877
-0.000439163
-0.000399104
-0.00144423
-0.000544685
-0.000426454
-0.000904131
-0.00061997
-0.000431935
-0.00030967
-0.000669196
-0.000435866
0.00028663
-0.000670383
-0.000387274
0.000743127
-0.000523151
-0.000323775
0.0010217
-0.000348135
-0.000217343
0.00106516
-9.9728e-05
-0.000101221
0.000919866
9.21194e-05
1.06224e-05
0.000670118
0.000208029
7.55169e-05
0.00041336
0.000220091
0.000116937
0.000205415
0.000177215
0.000145073
6.34859e-05
0.00011672
0.000144809
4.26458e-05
0.00011636
6.25084e-05
-9.85882e-05
1.79233e-05
0.000150457
-0.000148598
3.52241e-05
0.000221809
-0.000129699
5.51065e-05
0.000251377
-6.67504e-05
6.94826e-05
0.00024516
-1.46303e-05
8.09193e-05
0.000192185
4.03969e-05
9.12289e-05
0.00010817
7.78366e-05
9.71507e-05
-1.52391e-05
0.000110405
0.000115673
-0.000223113
0.00018749
0.000130003
-0.000509572
0.000268055
0.000128579
-0.000853923
0.000351129
0.000125978
-0.00125096
0.000436009
0.000121066
-0.00169226
0.000515287
0.000116097
-0.00216297
0.00057364
0.000108385
-0.0026421
0.000603809
9.7967e-05
-0.00310478
0.000596986
6.75628e-05
-0.00354086
0.000577906
4.78381e-05
-0.00391992
0.000537942
3.21621e-05
-0.00422965
0.000530231
3.37948e-05
-0.00442877
0.000490185
3.09317e-05
-0.00453791
0.000396746
2.16251e-05
-0.0045566
0.000170357
1.80594e-06
-0.00448848
-4.69394e-05
1.11734e-05
-0.00430973
-0.000341149
-8.88691e-06
-0.00403643
-0.000591297
-1.97744e-05
-0.00365111
-0.00084094
-3.39857e-05
-0.00316053
-0.00107178
-3.93987e-05
-0.00256432
-0.00128152
-4.10468e-05
-0.0018795
-0.00144433
-2.90474e-05
-0.0011485
-0.00153005
-9.16389e-06
-0.00042152
-0.00152745
1.37541e-05
0.000285261
-0.00134753
0.000100981
0.000859155
-0.00105615
0.000173725
0.00120247
-0.000559031
0.000243667
0.00127213
-6.86266e-05
0.000277056
0.00109664
0.000301211
0.000315334
0.000800354
0.000452332
0.00032611
0.000463165
0.000460693
0.00033571
0.00017364
0.000363351
0.00029458
0.00018982
0.000172026
6.70602e-05
-0.000168965
1.65468e-05
0.000145889
-0.000234822
4.42182e-05
0.000188058
-0.000181543
7.60484e-05
0.000172616
-5.99667e-05
0.000104653
8.80112e-05
6.95903e-05
0.000114929
-6.70118e-05
0.000190611
0.000130154
-0.00029688
0.000299921
0.000146915
-0.000625449
0.000431162
0.00015987
-0.00103193
0.000572295
0.000176364
-0.00151708
0.000717673
0.000203232
-0.00206665
0.000862098
0.000218782
-0.00265226
0.000972459
0.000233791
-0.00322878
0.00103414
0.000240999
-0.00377003
0.00104562
0.000252545
-0.00425371
0.00101095
0.000244395
-0.00468024
0.000932951
0.000245664
-0.00504679
0.000841766
0.000249199
-0.00534282
0.000723013
0.0002499
-0.00554877
0.000616753
0.000264108
-0.00559859
0.00042554
0.000268202
-0.0055834
0.000255041
0.000289931
-0.00549303
-4.23746e-05
0.000303005
-0.00530401
-0.000358115
0.00029606
-0.00508475
-0.000681913
0.000284697
-0.00481149
-0.000991018
0.000289843
-0.00445184
-0.00132245
0.00028335
-0.0040093
-0.00163344
0.000284682
-0.0034854
-0.00192418
0.000282893
-0.00287637
-0.00216691
0.000287475
-0.00220457
-0.00231294
0.000302871
-0.00148767
-0.00234811
0.000311709
-0.000753181
-0.00217943
0.000344501
-7.73272e-05
-0.00182035
0.000387232
0.000473609
-0.00119525
0.000459352
0.000786771
-0.000495953
0.000498454
0.000855959
0.000151841
0.000503487
0.000704622
0.000525858
0.000491199
0.000441105
0.000656264
0.000477339
0.000172024
0.000578668
0.000398023
0.000331092
0.000209344
5.37113e-05
-0.000227785
1.12911e-05
9.16635e-05
-0.000280963
4.58122e-05
6.24262e-05
-0.000162312
8.9748e-05
-4.06641e-05
4.04719e-05
0.000122907
-0.000235753
0.000253735
0.000153042
-0.000521794
0.000470284
0.000180605
-0.000924384
0.000687891
0.000207306
-0.00142517
0.000903598
0.00024354
-0.00200081
0.00110928
0.00027343
-0.002613
0.00127735
0.000300691
-0.00320926
0.00139432
0.000326078
-0.00377152
0.00145988
0.000354043
-0.0042728
0.00145663
0.000375526
-0.00469629
0.00138756
0.000376943
-0.00504757
0.00127625
0.000384279
-0.00533411
0.00113123
0.000383404
-0.00556693
0.000985305
0.000378382
-0.00573567
0.000802766
0.000369041
-0.00582115
0.000619352
0.000358049
-0.00579682
0.000333454
0.000334627
-0.00574217
0.000134921
0.000314356
-0.00561813
-0.000225586
0.000277152
-0.00547501
-0.000558274
0.000265281
-0.00533235
-0.000883881
0.000254545
-0.00514607
-0.00123362
0.000255491
-0.00489718
-0.00162381
0.000252154
-0.00457393
-0.00200968
0.000253031
-0.00416522
-0.0023837
0.000252321
-0.00368159
-0.00270046
0.000256284
-0.00312365
-0.00291578
0.000262257
-0.00250801
-0.00300997
0.000280882
-0.00181673
-0.00293043
0.000338593
-0.00108663
-0.00260478
0.00035624
-0.000430041
-0.00190752
0.000434634
6.96207e-05
-0.00105322
0.000507157
0.000338743
-0.000188508
0.000571171
0.000380163
0.000409523
0.000584447
0.000267309
0.000700993
0.000554196
0.000105189
0.000685895
0.000453504
0.000405513
0.000222587
1.6431e-05
-0.000250865
5.09238e-06
-2.35443e-05
-0.000251872
4.99657e-05
-0.000141128
-5.85885e-05
0.000111732
-0.000358573
0.00024246
0.000164978
-0.000680889
0.000564113
0.000205665
-0.001115
0.000884055
0.00024687
-0.00163292
0.00117021
0.000294439
-0.00221281
0.00143567
0.000339066
-0.00279651
0.00162898
0.000375237
-0.00336834
0.00177335
0.000417421
-0.00390263
0.00185011
0.000448332
-0.00435217
0.00183412
0.000452476
-0.00470365
0.00173714
0.000437768
-0.00496625
0.00158495
0.00042449
-0.0051604
0.00141444
0.000391587
-0.00529416
0.00121531
0.000352303
-0.00538318
0.00103058
0.000306351
-0.00543041
0.000816901
0.000254349
-0.00543933
0.00060728
0.000185412
-0.00538822
0.000290916
9.23039e-05
-0.00535324
8.56395e-05
5.00545e-05
-0.00528488
-0.000301299
2.19229e-05
-0.00522019
-0.000627923
2.32335e-05
-0.00515583
-0.000954109
2.94841e-05
-0.0050787
-0.00131643
3.88845e-05
-0.0049667
-0.00174605
4.79159e-05
-0.00479587
-0.00219673
6.60742e-05
-0.00454187
-0.00266151
8.6568e-05
-0.00419143
-0.00308293
0.000111998
-0.00374529
-0.00340011
0.000138383
-0.00323828
-0.00356003
0.00015755
-0.0026576
-0.0035431
0.000193184
-0.00194718
-0.00335032
0.000264941
-0.00120316
-0.00269122
0.000315196
-0.000549905
-0.00175343
0.000407224
-0.000120811
-0.000686612
0.000513126
7.54277e-05
0.000149868
0.000555332
8.60872e-05
0.000621574
0.000555705
3.72264e-05
0.00068012
0.000439129
0.000411223
0.000202798
-3.2726e-05
-0.000225819
-3.18264e-06
-0.00016697
-0.000135332
5.98285e-05
-0.000399217
0.000159005
0.000131724
-0.000739271
0.000567462
0.000214094
-0.00116784
0.00097038
0.000272455
-0.00167268
0.00135365
0.000335647
-0.00222162
0.00167054
0.000384565
-0.00278509
0.00192945
0.000439208
-0.00333623
0.00210675
0.000481195
-0.0038293
0.00219256
0.000484956
-0.00421252
0.00216655
0.000466198
-0.00448173
0.00204441
0.000438968
-0.0046602
0.00187134
0.000389097
-0.00476263
0.00165501
0.000321833
-0.00479958
0.00142947
0.000244735
-0.004801
0.00120338
0.000171064
-0.00477325
0.00101058
7.82206e-05
-0.00473784
0.000791029
-2.18952e-05
-0.00469587
0.000580889
-0.000127611
-0.00465218
0.000258818
-0.000172622
-0.00463635
7.13449e-05
-0.000202146
-0.00462045
-0.000308234
-0.000244626
-0.00462986
-0.000609374
-0.000235949
-0.00464122
-0.000924467
-0.000216586
-0.00466423
-0.00127796
-0.000194473
-0.00468473
-0.00171413
-0.00016689
-0.00467676
-0.00219903
-0.000129366
-0.00461226
-0.00272999
-8.31292e-05
-0.00444997
-0.00325649
-2.50543e-05
-0.00416361
-0.00370865
2.97964e-05
-0.0037407
-0.00401602
8.1199e-05
-0.00324081
-0.0040857
0.000125224
-0.00263276
-0.00399897
0.000141935
-0.00184686
-0.00350863
0.000228821
-0.00107952
-0.00255678
0.000301024
-0.000470457
-0.00134006
0.000415183
-0.000127779
-0.000256823
0.000533446
-9.2706e-06
0.000441115
0.000531408
7.1706e-06
0.000610214
0.000427805
0.000387235
0.000185523
-0.000105379
-0.00012654
-8.81032e-06
-0.00033304
7.69206e-05
7.54664e-05
-0.00067105
0.000474565
0.000187118
-0.00108763
0.000960249
0.000282191
-0.00157216
0.00141991
0.000357515
-0.00208755
0.00182178
0.000417947
-0.00264345
0.00215175
0.000484611
-0.00315969
0.00238054
0.000521562
-0.0035911
0.0024651
0.000491308
-0.00390932
0.00244864
0.00047843
-0.00412515
0.00233537
0.000425866
-0.00424728
0.00213542
0.00033927
-0.00428171
0.00189018
0.000228526
-0.00426069
0.00162539
0.000121906
-0.00419746
0.00137928
7.60508e-06
-0.00411607
0.00114225
-8.88549e-05
-0.0040282
0.000941867
-0.000172142
-0.00394646
0.000731584
-0.000256069
-0.00388743
0.000540952
-0.000356933
-0.00385859
0.000249889
-0.000407357
-0.00385954
8.37124e-05
-0.000451019
-0.00388485
-0.000257757
-0.000495242
-0.00393677
-0.000531603
-0.000464297
-0.00400146
-0.000831394
-0.000434459
-0.00409
-0.00116426
-0.000406798
-0.00419386
-0.00158571
-0.000373594
-0.00430126
-0.00207072
-0.000327668
-0.00438778
-0.00262664
-0.00027385
-0.00441592
-0.00321929
-0.000207213
-0.00433154
-0.00379352
-0.000132144
-0.00408587
-0.00427171
-4.70046e-05
-0.00366001
-0.00452862
2.08866e-05
-0.00313937
-0.00454574
8.52957e-05
-0.00240812
-0.00427043
0.000125507
-0.00154665
-0.00345038
0.000188227
-0.00075691
-0.00216761
0.000284897
-0.000249567
-0.00081184
0.000399834
-4.6326e-05
0.000180085
0.000441853
1.25622e-05
0.000492427
0.000370331
0.000366576
0.000149229
-0.000175494
3.51342e-05
5.34068e-06
-0.000490425
0.000366831
0.000117727
-0.000901297
0.000856177
0.000254244
-0.00136342
0.00138619
0.000369321
-0.00186174
0.00187011
0.000445058
-0.00240461
0.00229456
0.000518682
-0.00288489
0.00257376
0.00053716
-0.00326843
0.0026879
0.000513336
-0.0035618
0.00270226
0.000494033
-0.0037603
0.00260801
0.000411755
-0.00383818
0.00239236
0.000290031
-0.00382569
0.00211419
0.000146962
-0.00375105
0.00182167
6.00492e-06
-0.00365326
0.00153209
-0.000114876
-0.00353784
0.00127551
-0.000221596
-0.00341919
0.00104182
-0.00030285
-0.00330608
0.000853707
-0.000382753
-0.00320895
0.000662407
-0.000456135
-0.00314333
0.000498951
-0.00055238
-0.00312951
0.00025889
-0.000584969
-0.00314636
0.000108279
-0.000633741
-0.00318802
-0.000183721
-0.000664028
-0.00326203
-0.000426424
-0.000621984
-0.00335349
-0.000705362
-0.000584734
-0.00347211
-0.00101266
-0.00055211
-0.0036169
-0.00140733
-0.000516093
-0.0037854
-0.0018711
-0.000469395
-0.00396309
-0.00242084
-0.000418209
-0.0041202
-0.0030373
-0.000356656
-0.00421169
-0.00368286
-0.000283868
-0.00417121
-0.00430046
-0.000202017
-0.00392569
-0.00477047
-9.93155e-05
-0.00349393
-0.00498479
-2.23192e-05
-0.00287654
-0.00490145
5.37171e-05
-0.00201146
-0.00433614
0.000116879
-0.00108425
-0.00312233
0.000188788
-0.00038237
-0.00155379
0.000302649
-3.47927e-05
-0.000228063
0.00042387
2.74969e-05
0.00037912
0.000336188
0.000360984
0.000141033
-0.000243095
0.000265952
2.52865e-05
-0.000625294
0.000726358
0.000160837
-0.00107512
0.00127753
0.000319498
-0.00155939
0.00183195
0.000438369
-0.00207803
0.00233222
0.000516601
-0.00253105
0.00269283
0.000548435
-0.00289602
0.00286413
0.000542938
-0.00320063
0.00293963
0.000515834
-0.00339797
0.00286294
0.000410378
-0.00344895
0.0026409
0.000267198
-0.00339534
0.00233564
9.44273e-05
-0.00329595
0.00201012
-7.15521e-05
-0.00317646
0.00169912
-0.000219178
-0.0030577
0.00141425
-0.000333621
-0.00293943
0.00116541
-0.000421612
-0.00281709
0.000939004
-0.000480074
-0.00269426
0.000758949
-0.000538202
-0.00258952
0.000591044
-0.000593153
-0.00252215
0.00045709
-0.000678286
-0.00251142
0.000276841
-0.000709693
-0.00254506
0.000149744
-0.000768678
-0.00258905
-0.0001026
-0.000780019
-0.00267443
-0.000312001
-0.000734596
-0.00277602
-0.00056939
-0.000695888
-0.00290358
-0.000851427
-0.000661479
-0.00305989
-0.00121458
-0.000627918
-0.00324791
-0.00164686
-0.000583387
-0.00346463
-0.00216936
-0.000535744
-0.00369172
-0.00277909
-0.000475121
-0.00389216
-0.00345666
-0.000409913
-0.00400682
-0.00416345
-0.000333963
-0.00395915
-0.00480415
-0.000247458
-0.00367751
-0.00525777
-0.00015443
-0.00319153
-0.00538991
-5.64009e-05
-0.0024396
-0.00510111
2.27825e-05
-0.00145807
-0.00412289
8.65657e-05
-0.000595509
-0.00245019
0.000171049
-6.93069e-05
-0.000788831
0.000256865
1.85635e-05
0.000232025
0.000270336
0.00034537
9.92654e-05
-0.000277341
0.000523262
6.47668e-05
-0.000700014
0.00111764
0.000231694
-0.00116384
0.00170199
0.000402831
-0.00164319
0.00225763
0.000521711
-0.00209832
0.00272606
0.000587544
-0.00248087
0.00300782
0.0005882
-0.00281712
0.00314524
0.000554952
-0.00302703
0.00311228
0.000444667
-0.003079
0.00289936
0.000283662
-0.00301535
0.00257645
8.46146e-05
-0.00290179
0.00221912
-0.000111992
-0.00277839
0.00188025
-0.000281051
-0.00266248
0.00157273
-0.000417423
-0.00255273
0.00129509
-0.000509405
-0.00244163
0.001055
-0.000573377
-0.00231618
0.000832569
-0.000604875
-0.00218134
0.000659111
-0.000638924
-0.00206235
0.000513253
-0.000677426
-0.00198501
0.000412136
-0.000752785
-0.00198675
0.000302903
-0.000794227
-0.0020337
0.000209384
-0.00086542
-0.00208545
-1.83955e-05
-0.000852119
-0.00217877
-0.000192677
-0.000815527
-0.00228403
-0.000431198
-0.00077582
-0.00241005
-0.000693628
-0.000737542
-0.00256296
-0.00102638
-0.000703407
-0.002748
-0.0014257
-0.000658912
-0.00297134
-0.00191045
-0.000615025
-0.00322379
-0.00249292
-0.000560491
-0.00348249
-0.00316779
-0.000500713
-0.00370155
-0.00391979
-0.000427932
-0.0038046
-0.00468107
-0.000349202
-0.00370646
-0.00534267
-0.000257592
-0.00335614
-0.00573413
-0.000165967
-0.0027533
-0.00570677
-6.24595e-05
-0.0018642
-0.00502507
5.49201e-06
-0.000859003
-0.00347553
8.63796e-05
-0.000184565
-0.0014994
0.000154545
2.15094e-05
-9.00798e-06
0.000208465
0.000336072
6.9967e-05
-0.000288756
0.000795114
0.000108435
-0.000715901
0.00151376
0.000297991
-0.0011766
0.00212146
0.000474741
-0.00164639
0.00267315
0.000589796
-0.00206237
0.00308542
0.000624098
-0.00241217
0.0033045
0.000595039
-0.00264779
0.00334305
0.000499645
-0.00272632
0.00317601
0.000336823
-0.00267815
0.00285386
0.000119403
-0.0025655
0.00246619
-0.000102302
-0.00244009
0.00208812
-0.000299672
-0.00232681
0.00174853
-0.000456598
-0.00223075
0.00144986
-0.000572764
-0.002142
0.00118172
-0.000641967
-0.00204142
0.000944101
-0.000679832
-0.00190936
0.000718951
-0.000680282
-0.00174916
0.000541248
-0.00069014
-0.00160062
0.000415021
-0.000716879
-0.0015098
0.00035306
-0.000794969
-0.00153064
0.000326034
-0.00086181
-0.00160572
0.000276585
-0.000944751
-0.00168147
7.53228e-05
-0.000919375
-0.00177792
-7.10121e-05
-0.000892713
-0.00188941
-0.000293668
-0.000852939
-0.00201009
-0.000546787
-0.000810319
-0.00215086
-0.000856349
-0.000773846
-0.00231636
-0.00122827
-0.000727247
-0.00252108
-0.00167339
-0.000684229
-0.00276497
-0.00221699
-0.000631245
-0.00303887
-0.00286468
-0.000577302
-0.00330878
-0.00362338
-0.00051185
-0.00351739
-0.00445136
-0.000436715
-0.00357376
-0.00527023
-0.000350462
-0.00338815
-0.00591036
-0.000257723
-0.00292416
-0.00616983
-0.000167509
-0.00216296
-0.00579632
-7.65844e-05
-0.00114788
-0.00450697
-1.97787e-05
-0.000348723
-0.00232505
4.48614e-05
1.67282e-05
-0.000419467
0.00011027
0.000314375
1.82017e-05
-0.000281743
0.00105733
0.000165143
-0.000698858
0.00189649
0.00037676
-0.00115496
0.00253176
0.000554353
-0.00159286
0.00305766
0.000656587
-0.00196149
0.00340451
0.0006588
-0.0022406
0.00354517
0.000587173
-0.00237549
0.00346362
0.000433307
-0.00236572
0.0031742
0.000213057
-0.00227448
0.00276983
-3.57232e-05
-0.00215184
0.00234826
-0.000258032
-0.00203926
0.00196209
-0.000443999
-0.00195131
0.00162817
-0.000582515
-0.00188008
0.00133241
-0.00068149
-0.00181052
0.0010646
-0.000730997
-0.00171698
0.000817736
-0.000745243
-0.00156839
0.000576789
-0.000717079
-0.00137247
0.000385447
-0.000698632
-0.00117464
0.000270545
-0.000723385
-0.00105142
0.000260091
-0.000817144
-0.0010982
0.000337448
-0.00092986
-0.00123622
0.00036393
-0.00103127
-0.00134766
0.000187172
-0.000994077
-0.00145681
4.96413e-05
-0.000968831
-0.00158309
-0.000144656
-0.000935964
-0.00170139
-0.000405758
-0.00088751
-0.00183047
-0.000705998
-0.00084621
-0.001972
-0.00106188
-0.000792467
-0.00214559
-0.0014745
-0.000746633
-0.00235872
-0.0019773
-0.000691014
-0.00261573
-0.00258229
-0.000638181
-0.00289789
-0.00331801
-0.000574887
-0.00316056
-0.004169
-0.000505244
-0.0033297
-0.00508544
-0.000420533
-0.00330481
-0.00592622
-0.000326986
-0.00298981
-0.00648101
-0.000235098
-0.00236382
-0.00642741
-0.000154502
-0.00142113
-0.00545854
-0.000100739
-0.000482803
-0.00327977
-4.06907e-05
-1.0293e-05
-0.000905648
1.33925e-05
0.000276602
-3.00985e-05
-0.000257085
0.00129779
0.000214492
-0.00065039
0.00225698
0.000441267
-0.00108646
0.00292249
0.000617877
-0.00148011
0.00340619
0.000698029
-0.00180307
0.00368912
0.00067219
-0.0020097
0.00373416
0.000550762
-0.00206679
0.00353125
0.000345038
-0.00201347
0.00314072
9.25839e-05
-0.00190986
0.00268524
-0.000167344
-0.0018045
0.00224724
-0.000378541
-0.00171807
0.00185521
-0.000543546
-0.00165738
0.00152022
-0.000664964
-0.00161044
0.00121496
-0.000747915
-0.00156091
0.000934617
-0.000779067
-0.00146927
0.000662629
-0.000772264
-0.00129065
0.000397953
-0.000705169
-0.00102209
0.000185628
-0.000660276
-0.000743322
8.92249e-05
-0.00068511
-0.000568811
0.000133068
-0.000819651
-0.000665624
0.000345821
-0.00101825
-0.000910817
0.000483204
-0.00116629
-0.00106693
0.000318728
-0.0011014
-0.0012046
0.000186559
-0.00107194
-0.00134466
1.01283e-05
-0.00104034
-0.00147782
-0.000256194
-0.000988493
-0.00159944
-0.000574194
-0.000939934
-0.00171737
-0.000929648
-0.000874499
-0.00185494
-0.00132276
-0.000821034
-0.00202592
-0.00178934
-0.000758144
-0.00224426
-0.00234629
-0.000703081
-0.00250717
-0.00303707
-0.000640426
-0.0027856
-0.00387402
-0.000574015
-0.00301899
-0.00483861
-0.000492699
-0.00311422
-0.00582183
-0.000398841
-0.00296048
-0.00663433
-0.000300878
-0.002472
-0.00692158
-0.000218013
-0.00164877
-0.00629599
-0.000163
-0.000639471
-0.00430049
-0.000138419
-4.97236e-05
-0.00152802
-8.12817e-05
0.000192345
-0.000101058
-0.00021848
0.00150103
0.000267573
-0.000580448
0.00258581
0.000512734
-0.000976519
0.00327475
0.000682982
-0.00132568
0.00371651
0.000747015
-0.00160143
0.00393849
0.000682979
-0.00174683
0.00388327
0.000519102
-0.00175553
0.003574
0.000272466
-0.00169564
0.00311615
-1.86592e-05
-0.00160825
0.00262847
-0.000252279
-0.00153158
0.00218112
-0.000441136
-0.00146999
0.00177618
-0.000581123
-0.00143055
0.00142826
-0.000685025
-0.00139921
0.00109293
-0.00075387
-0.00136593
0.000787009
-0.000773067
-0.00127852
0.000470102
-0.000742034
-0.00104636
0.000173531
-0.000638158
-0.00067353
-4.09802e-05
-0.000558203
-0.000281256
-5.2283e-05
-0.000611543
-4.88825e-06
6.04662e-05
-0.000806485
-0.000168693
0.000418706
-0.00115863
-0.000592161
0.000696371
-0.00139171
-0.000829019
0.000528039
-0.0012703
-0.00100825
0.000391031
-0.00123164
-0.00118237
0.000179039
-0.00118188
-0.00133617
-8.75669e-05
-0.00112349
-0.00145795
-0.000451947
-0.00106311
-0.00155007
-0.000833416
-0.000977451
-0.00164912
-0.00122376
-0.000909507
-0.0017742
-0.00166055
-0.000832288
-0.00194526
-0.00216929
-0.000769084
-0.00217093
-0.00280241
-0.000701756
-0.00243685
-0.00359782
-0.000635495
-0.00269882
-0.0045657
-0.00055505
-0.00287342
-0.00564053
-0.000460024
-0.00284816
-0.00665762
-0.000356756
-0.00249794
-0.00728142
-0.000261486
-0.00178681
-0.00701945
-0.000205795
-0.00078757
-0.00531238
-0.000185135
-6.68941e-05
-0.00225539
-0.000190128
0.000106871
-0.000168719
-0.000170628
0.00166349
0.000304387
-0.000488634
0.00287538
0.000561291
-0.000840347
0.00359343
0.000728525
-0.00115553
0.00400211
0.000769899
-0.00138575
0.00416044
0.00067418
-0.00148843
0.00401505
0.000473421
-0.0014791
0.00362313
0.000198946
-0.00143465
0.00312783
-9.22683e-05
-0.00137765
0.00262118
-0.000306012
-0.00133655
0.00216619
-0.000466495
-0.00129906
0.00173661
-0.000576251
-0.00127972
0.00135903
-0.000661268
-0.00126813
0.000973845
-0.000713892
-0.00125748
0.000614726
-0.00071394
-0.00117221
0.000238386
-0.000661344
-0.000822419
-0.000100393
-0.000507745
-0.000277543
-0.000168905
-0.000395977
0.00023962
-4.86413e-05
-0.000446212
0.000613347
0.000211175
-0.000693733
0.0003558
0.000624356
-0.00128567
-0.000287407
0.00103262
-0.00170365
-0.000620401
0.000895133
-0.00150899
-0.000842626
0.00072572
-0.0014488
-0.00108588
0.000430678
-0.00140153
-0.00125572
0.000100551
-0.0013107
-0.00139094
-0.000323547
-0.00123498
-0.00145823
-0.000776522
-0.00111428
-0.0015176
-0.00118432
-0.00102253
-0.00159416
-0.0015982
-0.000924301
-0.00171304
-0.00205991
-0.000847592
-0.00189342
-0.00262576
-0.000772061
-0.00213044
-0.00335894
-0.000704323
-0.00239646
-0.00429433
-0.000624839
-0.00261656
-0.0054173
-0.000528181
-0.00268743
-0.00659011
-0.000417267
-0.00246095
-0.00752047
-0.000310445
-0.00186194
-0.00763836
-0.000243525
-0.000920519
-0.00627036
-0.000226551
-9.46697e-05
-0.00309113
-0.000252759
-2.68576e-06
-0.000236762
-0.000116068
0.00177505
0.000339124
-0.000376056
0.00311244
0.000613566
-0.000685511
0.00387384
0.000778101
-0.000966014
0.00426302
0.000799734
-0.00116107
0.00436446
0.000675113
-0.00124318
0.00414766
0.000444726
-0.00123878
0.003706
0.000149244
-0.00122711
0.00319651
-0.000126227
-0.0012128
0.0026862
-0.000315315
-0.00121197
0.00222714
-0.000438041
-0.00119715
0.00176403
-0.0005042
-0.00119112
0.00134667
-0.000559697
-0.00118943
0.000891385
-0.000579141
-0.00121013
0.000455149
-0.000561814
-0.00107449
-0.000100271
-0.000477087
-0.000547483
-0.000323309
-0.000287114
0.000233138
-0.000108582
-7.396e-05
0.000844953
0.000159709
-4.29204e-05
0.00123086
0.000417106
-0.000331366
0.000797383
0.000761198
-0.00145514
-7.99552e-05
0.00151604
-0.00228368
-0.000525091
0.00156828
-0.00197819
-0.000805736
0.00124665
-0.00182829
-0.00111228
0.000760017
-0.00177438
-0.00129004
0.00029184
-0.00159722
-0.00140094
-0.000233112
-0.00146088
-0.00143989
-0.000780883
-0.00128682
-0.00144542
-0.00122438
-0.00115861
-0.00146558
-0.00161606
-0.00103008
-0.00152867
-0.00202744
-0.000933045
-0.00166114
-0.00251485
-0.000844259
-0.00186384
-0.00316786
-0.000770767
-0.00212147
-0.00404192
-0.000688901
-0.00236888
-0.00517515
-0.000590437
-0.00250764
-0.00646179
-0.000471382
-0.00238479
-0.00766174
-0.00035246
-0.00188908
-0.00816019
-0.00027017
-0.00101794
-0.00716681
-0.000250817
-0.000141836
-0.00397973
-0.000299573
-0.000156384
-0.000303665
-5.15103e-05
0.00183505
0.000353136
-0.000254637
0.00330341
0.000644415
-0.00052453
0.00412675
0.000798493
-0.000773407
0.00450848
0.000806676
-0.000943672
0.00456534
0.000654698
-0.00102435
0.00430379
0.000399941
-0.00103954
0.00383419
9.19811e-05
-0.00107113
0.00334184
-0.000164125
-0.00111345
0.00284603
-0.000327602
-0.00116358
0.00238994
-0.00041034
-0.00117332
0.0018917
-0.000417366
-0.00119341
0.00144087
-0.000430051
-0.00123844
0.000936887
-0.000398987
-0.00131402
0.000373
-0.000338512
-0.000971065
-0.000552901
-0.00018854
-0.000109704
-0.000557934
0.000109321
0.000858036
4.00068e-05
0.000610398
0.00150181
0.000421427
0.000827809
0.00177395
0.000345237
0.000263175
0.00129511
0.000441227
-0.00148914
0.000404334
0.00194797
-0.00289063
-0.000272058
0.00282546
-0.00249851
-0.000814992
0.00229532
-0.00234312
-0.00125809
0.00127511
-0.0023341
-0.00146128
0.000468742
-0.0020449
-0.00151688
-0.000241582
-0.00177762
-0.0014914
-0.000899933
-0.00151249
-0.00141929
-0.00138056
-0.00132096
-0.00136826
-0.00173768
-0.00115117
-0.00136897
-0.00208309
-0.00102666
-0.00145233
-0.0024747
-0.00092233
-0.00161774
-0.00303026
-0.000841483
-0.00186111
-0.00381679
-0.000757222
-0.00212932
-0.00492295
-0.000656328
-0.00232918
-0.00628255
-0.000527452
-0.00230373
-0.00771417
-0.000392259
-0.00191133
-0.00858742
-0.000291023
-0.00111357
-0.00799883
-0.000259576
-0.000207714
-0.00490607
-0.000322205
-0.000376488
-0.000353933
5.42786e-05
0.00179575
0.000360924
-0.000101722
0.00345282
0.000668675
-0.000353047
0.00436889
0.000833415
-0.000584673
0.00474962
0.000819996
-0.000732441
0.00476018
0.000641789
-0.00081049
0.0044768
0.000360705
-0.00084285
0.00400675
2.70138e-05
-0.000915357
0.00355355
-0.000214446
-0.00102121
0.00310534
-0.000360498
-0.00113938
0.00268294
-0.000401924
-0.00118786
0.0021849
-0.000321077
-0.00126181
0.00175608
-0.00025504
-0.00142034
0.00136644
-0.000108294
-0.0014735
0.00055154
4.94848e-05
-0.000776513
-0.00105592
0.000365618
0.000479869
-0.00118312
0.000850452
0.00177133
3.815e-05
0.0015798
0.0024148
0.000442965
0.00173619
0.00251627
-0.000370637
0.000877152
0.0019919
-0.000621931
-0.00155371
0.00043013
0.0031717
-0.00414572
-0.000939843
0.00549238
-0.00392775
-0.00153996
0.00342282
-0.00348713
-0.00177512
0.00126773
-0.00333927
-0.00181272
0.000262977
-0.00270565
-0.00169921
-0.000564092
-0.00214011
-0.00158422
-0.00120065
-0.00178048
-0.00140471
-0.001707
-0.0014904
-0.00126177
-0.00199677
-0.00127438
-0.00119724
-0.00223714
-0.00112012
-0.00123769
-0.00250407
-0.00100196
-0.00136312
-0.00295481
-0.000911972
-0.00157623
-0.00363994
-0.000821442
-0.00185339
-0.00467756
-0.000717033
-0.00211363
-0.00605517
-0.000579855
-0.00219514
-0.00766958
-0.000428673
-0.00192685
-0.00889886
-0.000305388
-0.00122195
-0.00874737
-0.000261959
-0.000301827
-0.00585401
-0.000331482
-0.000690379
-0.000405882
0.000115691
0.00170999
0.000335689
7.95867e-06
0.00357169
0.000658848
-0.000189782
0.00456891
0.000822678
-0.000377646
0.00496396
0.000809045
-0.000500335
0.00494464
0.000602137
-0.000556964
0.00464896
0.00029375
-0.000608559
0.0042073
-7.09113e-05
-0.000719493
0.0038095
-0.000311736
-0.000910736
0.00344947
-0.000449009
-0.00111261
0.00309572
-0.00046007
-0.00118892
0.00263219
-0.00027633
-0.00130013
0.00232678
-0.00014875
-0.00178568
0.00240739
0.000106363
-0.00211467
0.00135417
0.000585642
-0.000909206
-0.00172471
0.00149354
0.000970656
-0.00225817
0.00210211
0.00238858
-0.000119444
0.0026376
0.00266589
0.000891036
0.00312667
0.00136154
-0.000241122
0.00254448
-0.00138371
-0.0010074
-0.000362726
-0.0045389
0.00378487
-0.00411823
-0.00483264
0.00697806
-0.0055056
-0.0032196
0.00323488
-0.00554548
-0.00266625
8.28205e-05
-0.00499013
-0.00239132
-0.000979379
-0.00374276
-0.00209486
-0.00133913
-0.00271218
-0.0017891
-0.0018456
-0.00211173
-0.00140851
-0.00232664
-0.00166872
-0.00113525
-0.00244021
-0.00138396
-0.00100536
-0.00248848
-0.00119899
-0.00101572
-0.00259211
-0.00107625
-0.00111141
-0.00293285
-0.000982154
-0.00128603
-0.0035214
-0.000886607
-0.00154784
-0.00446888
-0.000777887
-0.00184996
-0.00580419
-0.00062797
-0.00204785
-0.00752088
-0.000456401
-0.00194064
-0.00906024
-0.00030852
-0.00136453
-0.00937653
-0.000243575
-0.000453473
-0.0068029
-0.000306901
-0.00116389
-0.000399297
0.000209078
0.00152099
0.000341054
0.00016777
0.00360695
0.000684358
2.54934e-05
0.00470908
0.000849429
-0.000105501
0.00510946
0.000813631
-0.000196268
0.00509858
0.000586557
-0.00022626
0.00479734
0.000236255
-0.000288306
0.00437787
-0.000159035
-0.00041945
0.00401868
-0.000452983
-0.000683238
0.00372554
-0.000643218
-0.000961073
0.00340811
-0.000669428
-0.00100003
0.0029399
-0.000393666
-0.000603324
0.00241651
-0.000229388
-0.00106379
0.00330626
-0.000661448
-0.00235766
0.00292021
0.000217357
-0.000812269
-0.00215796
0.00330657
0.00165336
-0.00390789
0.00393304
0.0021857
-0.000630631
0.00299953
0.00085686
0.00170264
0.00372285
-0.00186777
0.00115034
0.00521748
-0.00545036
-0.00100122
0.00296748
-0.00621105
0.0013887
-0.00178975
-0.00342287
0.00516118
-0.00469157
-0.0014944
0.00339307
-0.00555148
-0.00207198
-0.0005555
-0.00532082
-0.00246867
-0.00238015
-0.00432831
-0.00222294
-0.00225544
-0.00304843
-0.00183776
-0.00276989
-0.00238867
-0.00128908
-0.00326022
-0.00179842
-0.000891179
-0.00306839
-0.0014677
-0.000745399
-0.00277305
-0.0012657
-0.000771889
-0.00268627
-0.00116315
-0.000842842
-0.00297548
-0.00105696
-0.000960866
-0.00348752
-0.000938908
-0.00119955
-0.00431041
-0.000830066
-0.00153412
-0.00554229
-0.00067967
-0.00183264
-0.00728904
-0.00048697
-0.00190456
-0.00905299
-0.000312471
-0.00151054
-0.00983351
-0.000232465
-0.000634182
-0.00772563
-0.000285268
-0.0018244
-0.000424468
0.000218662
0.00136181
0.000314063
0.000231739
0.00362825
0.000675341
0.000170539
0.00479468
0.000841573
0.00010779
0.0052149
0.000794326
8.65453e-05
0.00518412
0.000545935
0.000118599
0.0048811
0.000111159
6.53365e-05
0.00447345
-0.000287928
-0.000118297
0.00412873
-0.000671335
-0.000516885
0.00385601
-0.000940688
-0.00105472
0.00352332
-0.000956256
-0.0013443
0.00319603
-0.000439309
-0.000386972
0.00243979
8.25896e-05
-0.000314544
0.00461553
-0.00047735
-0.00235964
0.00597294
0.000397435
-0.000559418
-0.00113626
0.00548369
0.00280386
-0.00531607
0.0061836
0.00228738
-0.00187595
0.00242352
-0.000867771
0.00203596
0.00100421
-0.00538702
0.00331485
0.00426974
-0.00762775
-0.000114631
0.00423234
-0.00300402
-0.00143311
-0.00170618
0.00296552
0.00276008
-0.00520247
0.00338025
0.00528723
-0.00358824
0.000795516
-0.000492436
-0.00310261
-0.00134187
-0.00400247
-0.00410991
-0.00235295
-0.00279082
-0.0037946
-0.00189378
-0.00408158
-0.00259232
-0.00099364
-0.00485893
-0.00178803
-0.00046274
-0.00399843
-0.00146568
-0.000407106
-0.00299593
-0.00131081
-0.000553922
-0.00270148
-0.0012594
-0.000638838
-0.00305898
-0.0011443
-0.000697919
-0.0035567
-0.000982239
-0.00084743
-0.00428786
-0.000855845
-0.00113336
-0.00536757
-0.00069098
-0.00150035
-0.00701131
-0.00048253
-0.00175579
-0.00887697
-0.000291259
-0.00159034
-0.0100688
-0.000194848
-0.000841908
-0.0085286
-0.000233122
-0.00269545
-0.000390115
0.000166345
0.00124073
0.000269431
0.000251752
0.00357109
0.000634076
0.000283543
0.00478851
0.000794886
0.000300293
0.00523966
0.000746048
0.000338172
0.00520682
0.000490675
0.000409354
0.00488315
4.03947e-05
0.000421388
0.00444684
-0.00041258
0.000267531
0.00405725
-0.000907534
-0.000201987
0.00368796
-0.00127649
-0.00105915
0.00347291
-0.00137302
-0.00175953
0.00317548
-0.00102906
-0.000565324
0.00235239
0.000416244
0.000559868
0.005674
0.000315481
-0.000688235
0.0106211
-0.00481817
0.00265651
0.00163239
-0.00178459
0.00621486
-0.00523843
0.00434577
0.00482724
-0.00341413
0.00206022
0.00111191
-2.12135e-05
-0.00325625
-0.00494487
0.00267707
-0.00595668
-0.0105679
0.00155383
-0.00340791
-0.00829909
-0.000230829
-0.000147409
0.000726082
0.00146712
-0.00318103
0.0061778
0.00434962
-0.00448865
0.00533785
-0.00330179
-0.0028223
0.000101876
-0.0052514
-0.00552329
-0.00336116
-0.00318119
-0.00669724
-0.00259266
-0.00683876
-0.00369255
-0.00079625
-0.00776089
-0.00144326
0.000115561
-0.00544933
-0.00110273
-5.83296e-05
-0.00313102
-0.00133652
-0.000367584
-0.00266216
-0.00148518
-0.000490138
-0.00316428
-0.00128623
-0.000540927
-0.00363455
-0.00102977
-0.000690118
-0.00429131
-0.000898646
-0.000931402
-0.00527097
-0.000749935
-0.00123728
-0.00682255
-0.000494247
-0.00154259
-0.00865775
-0.000262853
-0.00152906
-0.010157
-0.000147414
-0.000931095
-0.0091821
-0.000168464
-0.00365733
-0.000336707
0.000135544
0.00115872
0.00026998
0.000277082
0.00346956
0.000608648
0.000387846
0.00471422
0.00076624
0.00047364
0.00520559
0.000722768
0.000553932
0.00519133
0.000470191
0.000636659
0.00487058
2.67716e-05
0.000636993
0.00441518
-0.000437346
0.000454566
0.0040006
-0.000959123
-1.31157e-05
0.00355781
-0.00128366
-0.000868585
0.00350114
-0.00139165
-0.00107783
0.00304005
-0.00132354
0.000820222
0.00133842
-0.000657128
0.00311476
0.00249837
-0.00517171
0.00564194
0.0085493
-0.0172215
0.0108996
0.00444676
-0.0112713
0.0113455
-0.00232627
0.00432271
0.00737333
-0.00376508
0.00444953
0.00459349
-0.00302248
-0.00409569
-0.000940496
-0.00297254
-0.012893
-0.00955123
-0.00270083
-0.0117348
-0.0132786
-0.00129733
0.000137124
-0.00565194
-0.00272592
0.00682745
0.00753135
-0.0028908
0.00258202
0.00933363
-0.00676028
0.000342318
0.0011985
-0.00437792
-0.00683724
-0.00335616
-0.00487116
-0.0118176
-0.00239073
-0.0102542
-0.00488764
0.000157482
-0.0105703
0.000266832
0.00163695
-0.00642926
0.000189872
0.000713648
-0.00243464
-0.00149347
-0.000298711
-0.00212045
-0.0021545
-0.000464507
-0.00323381
-0.00145948
-0.000340768
-0.00383992
-0.00101117
-0.00041269
-0.00436314
-0.000833707
-0.000674513
-0.00516575
-0.000686971
-0.00102399
-0.00658772
-0.000476245
-0.00137374
-0.00840304
-0.000215314
-0.00143669
-0.0101651
-7.52394e-05
-0.000950607
-0.00972239
-9.2965e-05
-0.00463358
-0.000268105
0.000136852
0.00107511
0.000246478
0.000325564
0.00332354
0.000565678
0.000485695
0.00459597
0.000723294
0.000614969
0.00513296
0.000687621
0.000726533
0.00514929
0.000450412
0.000836089
0.00483779
2.1788e-05
0.000857246
0.00437858
-0.000443159
0.000757416
0.00390398
-0.000994252
0.000344526
0.0035437
-0.0013203
-0.00130025
0.00353226
-0.00193899
-0.00336493
0.00289129
-0.00226721
-0.00322614
-7.37433e-05
-0.00260695
-0.000462362
-0.00316697
-0.00742479
0.00758123
0.000939747
-0.0125891
0.0148357
0.00467644
0.00105198
0.0129193
0.00158194
0.00834372
0.00593387
-0.00296636
0.00535963
0.00279549
-0.00418085
-0.00307217
0.000438489
-0.00732494
-0.0107377
-0.00276177
-0.00766258
-0.0110723
-0.00436704
-0.00772581
-0.00245601
-0.00440504
-0.00980154
0.00782687
0.00229913
-0.00924986
0.00678415
0.00590012
-0.0074382
0.00268488
0.00405857
-0.00349542
-0.00401525
0.00183246
-0.00726593
-0.00994052
0.00200515
-0.011541
-0.00100639
0.00433925
-0.0109722
0.00525531
0.00490983
-0.00479442
0.002807
0.00225837
0.000137796
-0.00202799
-6.19292e-05
-0.000990885
-0.00335055
-0.000410687
-0.0032941
-0.00160352
-0.000240533
-0.00403158
-0.000902538
-0.000251512
-0.00443818
-0.000722131
-0.000468225
-0.00509282
-0.00058796
-0.000768
-0.00638715
-0.000363095
-0.00109973
-0.00815729
-0.000113088
-0.00118639
-0.0101407
3.24509e-05
-0.000806459
-0.0101574
2.29738e-05
-0.00545826
-0.000167831
0.000151366
0.000978491
0.000227876
0.000375419
0.00314742
0.000521799
0.000569865
0.00444889
0.00067777
0.000720463
0.0050422
0.000656298
0.000840765
0.00510652
0.000441171
0.000934825
0.00483172
5.17398e-05
0.000939655
0.00442051
-0.000385747
0.000878778
0.00398433
-0.00087144
0.000478823
0.00387673
-0.00117902
-0.00166113
0.00408659
-0.00211704
-0.0056958
0.00250296
-0.00261207
-0.00918987
-0.00239999
-0.00114957
-0.00722954
-0.00661278
0.0034962
0.000362279
-0.000242284
0.0139547
0.00706617
0.00486537
0.0172985
0.00565724
0.00142031
0.00943873
-0.000921556
-0.00240905
0.00584745
-0.00461702
-0.00258804
0.000682914
-0.00339371
-0.00472717
-0.00102521
0.00394905
-0.00568815
0.000488685
0.00854829
-0.0108623
0.000597983
0.00230253
-0.00948403
0.00476039
-0.0014983
-0.00413228
-0.000170001
0.00265777
-0.00388702
-0.00647577
0.00777527
-0.00440204
0.00279653
0.00870491
-0.00773107
0.0043879
0.0084908
-0.00877555
0.00927745
0.00880529
-0.00720854
0.0115302
0.00674198
-0.001466
0.00461306
0.00290982
0.00188259
-0.00280987
0.000423092
-0.00100271
-0.00378752
-0.000203256
-0.00404217
-0.00173848
-0.000137769
-0.0043939
-0.000817733
-0.000115635
-0.00454658
-0.000573989
-0.000322898
-0.00500205
-0.000433251
-0.000622912
-0.00615497
-0.000204447
-0.000929963
-0.0079029
2.59371e-05
-0.00103501
-0.0100781
0.000158746
-0.000693948
-0.010537
0.000159069
-0.00615805
-4.50359e-05
0.000152557
0.000878112
0.000206181
0.000406251
0.00294167
0.000473183
0.00063462
0.00426799
0.000629952
0.000811422
0.00492218
0.00062423
0.00095321
0.00504237
0.000437511
0.00107412
0.00480534
8.50399e-05
0.00118394
0.00442172
-0.00032581
0.00145013
0.00400438
-0.000748594
0.00208272
0.00383471
-0.00117294
0.00279361
0.00347892
-0.00262534
0.00149981
-0.000135908
-0.00487878
-0.00276434
-0.00670382
-0.00428869
-0.0058844
-0.00710257
0.00391815
-0.00404144
0.00109341
0.0176359
0.00106073
0.00391065
0.0202137
0.00139791
0.00046703
0.0124183
-0.00337458
-0.00121072
0.00925825
-0.00611162
0.000181747
0.00753896
-0.00263426
-0.000249547
0.0100861
0.0084009
-0.00453208
0.0148081
0.0143814
-0.0105222
0.00864949
0.00765341
-0.00373233
0.00577251
0.004061
0.00594896
-0.000509667
0.00623068
0.00366548
-0.0035766
0.00904908
-0.00084828
0.0129896
0.0097304
-0.0028921
0.0178582
0.00999418
-0.00169385
0.0171697
0.00908457
-0.000991449
0.0152199
0.00575018
0.000120867
0.00650733
0.00269308
-0.000161736
-0.00154774
0.00118356
-0.00307878
-0.00253986
0.00035122
-0.00518591
-0.0012399
0.000238179
-0.00474737
-0.000512565
0.000159417
-0.00457766
-0.000308951
-8.40557e-05
-0.00483812
-0.000194572
-0.000440719
-0.00584017
-2.17402e-07
-0.000789452
-0.00756655
0.000169307
-0.000927551
-0.00995415
0.000309821
-0.000617694
-0.0108667
0.000302573
-0.00676486
9.17359e-05
0.00015292
0.0007748
0.000183414
0.000426428
0.00271569
0.000421661
0.000687254
0.00405276
0.000576805
0.00089565
0.00476526
0.000587587
0.00106965
0.00493696
0.000428556
0.00125098
0.00471356
0.000108103
0.00151563
0.00428633
-0.000286859
0.00218298
0.00369801
-0.00071767
0.00384216
0.00303057
-0.00118109
0.00729723
0.00133254
-0.00280913
0.0104069
-0.00395481
-0.0091049
0.00812899
-0.0078752
-0.0165823
0.00132333
-0.00273601
-0.00858172
-0.00108053
0.00491802
0.0106713
0.00248579
0.00598605
0.0172865
0.00371112
0.00307329
0.00987047
0.0012487
0.00217694
0.0102302
-0.00153515
0.00349453
0.0113678
0.00282462
0.00309161
0.0112017
0.0128347
-0.00277436
0.0136867
0.0113811
-0.00419935
0.00817056
0.00447188
0.00190909
0.00293497
0.00696704
0.00781919
0.0047754
0.00950199
0.00764957
0.0074333
0.00869146
0.00426635
0.00959663
0.00828428
0.000430194
0.0124261
0.00909939
0.000927038
0.0128507
0.00870888
0.0022094
0.0115282
0.00644484
0.00115629
0.00813422
0.00466902
-0.00143664
0.00302935
0.00328617
-0.00399745
0.000829649
0.00194765
-0.00488949
0.000431123
0.00119805
-0.00419684
0.00034439
0.000687575
-0.00405904
0.000197101
0.00020595
-0.00433031
0.000162285
-0.000262494
-0.00529523
0.000229939
-0.00069724
-0.00706802
0.000376485
-0.000889078
-0.00972558
0.000466985
-0.000632824
-0.0111153
0.000440841
-0.0073685
0.000201596
0.000140302
0.000679863
0.000164718
0.000420087
0.00248053
0.000375686
0.00069913
0.00381476
0.000530504
0.000921323
0.00458665
0.000561195
0.00108661
0.00482731
0.000441141
0.00121795
0.00465953
0.00018437
0.0013596
0.00426153
-0.000146096
0.00170664
0.0036661
-0.000431538
0.00252751
0.00289346
-0.00059577
0.00441628
0.00125981
-0.00106267
0.00634818
-0.00205965
-0.00564072
0.00453114
-0.00140921
-0.0121583
0.00034332
0.00542465
-0.00566786
-0.000873128
0.00969423
0.00921063
0.00189984
0.00896291
0.0130275
0.00347182
0.00652835
0.00714002
0.00437861
0.00488761
0.00515075
0.00434537
0.00588489
0.00515042
0.00799505
0.0051495
0.00719806
0.0107002
0.00366453
0.00941104
0.0033861
0.00600246
0.00479593
-0.00201276
0.00517529
-2.53725e-06
0.00230079
0.00453926
0.00447068
0.00587837
0.00733153
0.00370361
0.00534833
0.00661624
-0.00586335
0.00490486
0.000394045
-0.00449648
0.00687357
-0.00156501
0.000692006
0.00809225
0.00139686
0.00306237
0.00717005
0.00290136
0.00614114
0.00634275
0.000683577
0.00682694
0.00507553
-0.00169085
0.00447723
0.00338415
-0.00256741
0.0024574
0.00212719
-0.00251274
0.00141969
0.00124648
-0.00286416
0.000869296
0.000606122
-0.00338267
0.000619481
3.56936e-05
-0.00448244
0.000524503
-0.00053855
-0.00634546
0.000594494
-0.000840317
-0.00933981
0.00065468
-0.000684994
-0.0112432
0.00060152
-0.00801164
0.000348466
0.00013124
0.000590135
0.000147605
0.000409169
0.00224448
0.000332855
0.000700894
0.00356029
0.000481438
0.000937634
0.00438653
0.000529571
0.0011067
0.00470336
0.000441624
0.00120483
0.00462021
0.000230152
0.00125195
0.00430424
-7.09963e-05
0.0012514
0.00384463
-0.000306532
0.00119505
0.00331785
-0.000432476
0.000890539
0.00255984
-0.000505096
-0.00017623
0.00163955
-0.000681426
-0.00123174
0.00348761
-0.000921945
-0.00103084
0.00739476
0.000447329
0.000248362
0.00894975
0.00496113
0.000427687
0.00987532
0.00744854
0.000513009
0.00883102
0.00708741
0.00330429
0.00726241
0.00277202
0.00790994
0.00835998
-0.00276286
0.010382
0.00795769
0.00312236
0.00588941
0.0100049
0.00849249
-0.001135
0.0123785
0.00583563
-0.00457693
0.00745539
0.00399167
-0.00258398
0.00327108
0.00521407
0.000162908
0.00605038
0.000369206
0.00202473
0.00874563
-0.00840621
0.00211025
0.00385818
-0.00944707
0.0024482
0.000325406
-0.00575168
0.00377925
0.00113507
-0.000522806
0.00409497
0.00315642
0.00385623
0.0045845
0.00234116
0.00590743
0.00449256
0.000436209
0.004641
0.00349962
-0.000670128
0.0026316
0.00224428
-0.00118215
0.00140459
0.00130091
-0.00185724
0.000870666
0.000694299
-0.0024584
0.000720091
0.000171139
-0.00365663
0.000613063
-0.000443072
-0.00555153
0.000659736
-0.000844351
-0.00884352
0.000722595
-0.000782787
-0.0112801
0.000658098
-0.00875774
0.000399389
0.000114279
0.000512195
0.000139246
0.000380883
0.00201694
0.000298406
0.000684191
0.00328928
0.000441099
0.000941375
0.00416004
0.000497737
0.0011365
0.0045442
0.000440116
0.00125408
0.00454529
0.000263259
0.00132133
0.00430795
-4.95677e-06
0.00131662
0.00394355
-0.000242803
0.00128498
0.00356495
-0.000421615
0.00110593
0.00318113
-0.0005493
0.00100023
0.00297431
-0.000470621
0.00122094
0.00362586
-0.00103604
0.00163698
0.00457996
-0.00277345
0.00133652
0.0057304
-0.00188194
-0.0010702
0.00818986
0.000376139
-0.00316449
0.00829356
0.00276208
-0.000513219
0.00853151
0.00327158
0.00579752
0.0101132
-0.00470234
0.007126
0.00923641
-0.00416145
0.00274003
0.0103113
0.002113
-0.000671689
0.0122832
0.00367382
-0.00194968
0.00909976
0.00588985
-0.00108013
0.00384886
0.00555939
0.000764746
0.00276703
0.00202701
0.00326053
0.00696901
0.00108447
0.00376523
0.00638651
0.0011372
0.00257384
0.00390514
0.000875446
0.00225035
0.00242165
0.00219282
0.00254549
0.00244735
0.00399376
0.00313464
0.0020982
0.00407595
0.00349384
0.000966502
0.00314602
0.00297167
-0.00012525
0.00167873
0.00190789
-0.000748497
0.000760045
0.00114472
-0.00136598
0.000530608
0.0006524
-0.00178871
0.000584353
0.000228173
-0.00300604
0.00053601
-0.000357423
-0.00481908
0.000636883
-0.00080882
-0.00831883
0.000727076
-0.000846869
-0.0112362
0.000679553
-0.0095855
0.000434818
0.000115487
0.000425563
0.000137021
0.000357433
0.00181089
0.000271298
0.000657159
0.00302025
0.000400994
0.000927586
0.00391463
0.000465064
0.00114435
0.00435587
0.000429377
0.00130105
0.00442027
0.000281427
0.00141575
0.00424756
4.59046e-05
0.00147473
0.00393551
-0.000204677
0.00152335
0.00361226
-0.000430769
0.00156911
0.0032909
-0.000684838
0.00181329
0.00310238
-0.000897179
0.00198911
0.00301355
-0.00164143
0.00170207
0.00288419
-0.00333034
0.000336417
0.00359229
-0.00390661
-0.00357595
0.00503732
-0.003842
-0.00649234
0.00564504
-0.00191669
-0.00334178
0.00784637
0.0021906
0.00232661
0.009214
-0.00261323
0.00435475
0.00871399
-0.00553952
0.00191594
0.00883739
-0.00183536
-0.000167546
0.00997488
0.000695859
-0.000183004
0.0088956
0.00447802
0.000773235
0.00438607
0.00416819
0.00183005
0.000611288
0.00103153
0.00320222
0.00250104
0.00226389
0.00377281
0.00412137
0.00466466
0.00320523
0.00391336
0.00522574
0.00264859
0.00282747
0.00457593
0.00255026
0.00221326
0.00371084
0.00280043
0.00189094
0.0031029
0.00303277
0.00126772
0.00244417
0.00269047
0.000329778
0.00144577
0.00185788
-0.000222779
0.00071213
0.00123779
-0.000836079
0.000500843
0.000754301
-0.00119252
0.000469029
0.000315865
-0.0024141
0.000457968
-0.000278411
-0.00412754
0.000554429
-0.000797072
-0.00775761
0.000685016
-0.000934416
-0.0111198
0.000648988
-0.0105249
0.000426889
0.000100625
0.000346014
0.000137833
0.000322752
0.00161671
0.000259072
0.000611526
0.00275887
0.000373887
0.000899289
0.00364846
0.000437707
0.00114621
0.00413087
0.0004219
0.001346
0.00424453
0.000300204
0.00150608
0.00412128
0.000103569
0.00162724
0.00384853
-0.000143098
0.00173284
0.00356071
-0.000386997
0.00183783
0.00325513
-0.00065313
0.00205852
0.00303649
-0.000920336
0.00227953
0.00280972
-0.00138142
0.00220685
0.00256625
-0.00229665
0.00119264
0.0026751
-0.0035776
-0.00220204
0.00271021
-0.00480684
-0.00500037
0.00350399
-0.00385068
-0.00361074
0.00600065
-0.000952599
-9.93728e-05
0.00731072
-0.00179016
0.00234206
0.00764793
-0.00281877
0.00107525
0.00723018
-0.00248616
-0.000935872
0.00714135
-0.0013072
-0.000990827
0.00686955
0.00119503
0.000324475
0.00464987
0.00260171
0.00110073
0.00210303
0.00167487
0.00179922
0.00206382
0.00104368
0.0022941
0.00312896
0.00244716
0.00244157
0.00346162
0.00367018
0.00250668
0.0028532
0.00343916
0.00265543
0.00236678
0.00281133
0.0027548
0.00194088
0.00216674
0.0027375
0.00146933
0.00163786
0.00237721
0.000675357
0.000982117
0.00173875
0.000187339
0.000483275
0.00119238
-0.000414916
0.000323306
0.000751419
-0.000751969
0.000263989
0.000320073
-0.00192692
0.000313047
-0.000256746
-0.00350219
0.000434969
-0.000840722
-0.0071773
0.000596124
-0.00106041
-0.0109501
0.000586253
-0.0116197
0.000391679
9.09074e-05
0.000271292
0.000140753
0.000279012
0.00144967
0.000255734
0.000551396
0.00250758
0.000357787
0.000828741
0.00338856
0.000417303
0.00110006
0.00387623
0.000411803
0.00133481
0.00402677
0.000315591
0.00154463
0.00393618
0.00014578
0.001735
0.00368732
-8.49615e-05
0.00190758
0.00342254
-0.000330083
0.00207526
0.00312501
-0.000600312
0.00229904
0.00287662
-0.000890059
0.00251523
0.00262248
-0.00127846
0.00262574
0.00234415
-0.00189104
0.0024013
0.00217727
-0.00267727
0.000939678
0.00177956
-0.00387678
-0.000749037
0.00222206
-0.00385116
-0.000789148
0.00401733
-0.00273181
0.000103442
0.00506131
-0.00246152
0.000960367
0.00548964
-0.00247846
0.000235633
0.00485278
-0.00294312
-0.00116271
0.0045751
-0.00255291
-0.000795481
0.00500981
-0.00045822
0.000600634
0.00474175
0.00149542
0.00121283
0.00399386
0.00216321
0.00130782
0.00355375
0.00177519
0.00154865
0.00356322
0.00196007
0.00197915
0.00349804
0.00241556
0.00233023
0.00300333
0.00227667
0.00256213
0.00256471
0.00190891
0.00261646
0.00201999
0.00140718
0.00252418
0.00157346
0.0010232
0.00220939
0.00088081
0.000616712
0.00172389
0.000451654
0.000258687
0.00124152
-6.98854e-05
0.000132747
0.000796121
-0.000350878
9.41028e-05
0.000351991
-0.00148438
0.000162828
-0.000239884
-0.00290936
0.000331122
-0.000916383
-0.00653527
0.000491351
-0.00122734
-0.0107145
0.000511503
-0.0129076
0.000340819
3.40465e-05
0.000245757
0.000152523
0.000193386
0.00130369
0.000265809
0.000435498
0.00227774
0.000359016
0.000733283
0.00310117
0.00041266
0.00103778
0.00358097
0.000413587
0.00133274
0.00374117
0.000333096
0.00159198
0.00369121
0.000193168
0.0018488
0.00344611
-4.41615e-06
0.00208444
0.00320681
-0.000251019
0.00230011
0.00292924
-0.00051026
0.00252524
0.00267466
-0.000797131
0.00272977
0.00242295
-0.00112995
0.00284203
0.0021489
-0.00159261
0.00279591
0.00194754
-0.00207183
0.0022488
0.0016419
-0.00278579
0.00151333
0.0017526
-0.00306114
0.00123789
0.00256503
-0.00287637
0.00107781
0.00316623
-0.00284012
0.00102125
0.0036349
-0.00262803
0.000516749
0.00345937
-0.00264016
-0.000315936
0.00349445
-0.00243408
-8.18021e-05
0.00404258
-0.00122103
0.000802727
0.00423216
9.64411e-06
0.00121593
0.00397779
0.000590746
0.00120804
0.00358649
0.0005604
0.0013841
0.00324098
0.00083534
0.00178984
0.0030444
0.00103721
0.00216296
0.00267132
0.00105119
0.00240431
0.00235866
0.000929987
0.00245097
0.00186941
0.000665006
0.00236083
0.00154478
0.00046896
0.00210029
0.000978197
0.000240063
0.00172178
0.000625964
4.93593e-05
0.0013354
0.000141992
-9.76749e-06
0.00096007
-6.80857e-05
1.72955e-06
0.000512175
-0.00105318
6.64428e-05
-0.000135471
-0.00227447
0.0002435
-0.000915658
-0.00580551
0.000411019
-0.00133856
-0.0103747
0.00044292
-0.0143218
0.000307001
2.01114e-06
0.000245468
0.000171084
7.64191e-05
0.00123281
0.000287017
0.000284648
0.00207514
0.000372872
0.000549203
0.00283641
0.00041619
0.000867553
0.00326431
0.000429147
0.00122221
0.00338582
0.000350175
0.00154585
0.00337298
0.000237277
0.00186588
0.00312505
6.44617e-05
0.00217076
0.00291277
-0.000170524
0.00244556
0.00266528
-0.000412174
0.00269796
0.00242944
-0.00068464
0.00291632
0.00219812
-0.00098928
0.0030507
0.00196062
-0.001365
0.00306799
0.00177803
-0.00175436
0.00281301
0.00157064
-0.00220256
0.00249494
0.00157553
-0.00249648
0.00232672
0.00189581
-0.0026719
0.00207896
0.00212883
-0.00287937
0.00180269
0.00247779
-0.00294374
0.00124509
0.00255307
-0.00300853
0.00055212
0.00273709
-0.00291575
0.000392452
0.00309536
-0.00215601
0.000752772
0.00330342
-0.00123505
0.00104853
0.00310884
-0.000664256
0.00118586
0.00286377
-0.000403496
0.0015089
0.00261917
-6.96695e-05
0.00188417
0.00250079
0.000166591
0.002219
0.00221812
0.000246926
0.00242269
0.00203134
0.000229504
0.00246535
0.00164793
0.000134423
0.00238091
0.00144415
6.90349e-05
0.00218507
0.000977582
-4.1695e-05
0.00187445
0.000735914
-0.000114457
0.00160148
0.000263402
-0.000156025
0.00129179
0.000134655
-8.85565e-05
0.000895019
-0.000690917
-7.49365e-06
0.000237798
-0.00164377
0.000181984
-0.000715095
-0.00489811
0.000339427
-0.00123918
-0.00994106
0.000404333
-0.0156496
0.000301026
-0.000178268
0.000419476
0.0001865
-0.000168876
0.00121795
0.000323925
-2.8624e-05
0.00192824
0.000409246
0.000311052
0.00248728
0.000443546
0.000685343
0.00287879
0.000448598
0.00112661
0.00293124
0.000388194
0.00153481
0.00295755
0.000293256
0.00192025
0.00273156
0.000132544
0.00228303
0.00254062
-6.46796e-05
0.00261777
0.00233164
-0.000294761
0.00290953
0.00213364
-0.000544604
0.00315624
0.00193604
-0.00082275
0.00332599
0.0017428
-0.00114661
0.00341111
0.00158581
-0.00148348
0.00332643
0.00144195
-0.00185693
0.00317018
0.00140343
-0.00217196
0.0030311
0.00152504
-0.00242654
0.00281107
0.00160636
-0.00269343
0.00253302
0.00180803
-0.00287773
0.00199196
0.001809
-0.00307163
0.00135044
0.0019097
-0.00309361
0.001034
0.00211517
-0.00260657
0.00114622
0.00228967
-0.00190774
0.00134092
0.00220265
-0.00137255
0.00148012
0.00211273
-0.00100088
0.00179148
0.00195598
-0.000569413
0.00211958
0.00195445
-0.000307433
0.00241391
0.00174362
-0.000182129
0.00260104
0.0016637
-0.000130204
0.00265407
0.00139154
-0.000156967
0.00258896
0.00131176
-0.000177127
0.00244939
0.000931301
-0.000214115
0.00221624
0.000793661
-0.000235248
0.0019927
0.000351008
-0.000216385
0.00180787
0.000230604
-0.000167973
0.00150436
-0.000439654
-3.68516e-05
0.00101947
-0.0011708
0.000103
-2.6265e-05
-0.0039298
0.000331976
-0.000757175
-0.00928171
0.000339989
-0.0165113
0.000303217
-8.23749e-05
0.000489845
0.00022111
-0.000308394
0.00142634
0.000363624
-0.000331863
0.00193213
0.000454856
-0.000105173
0.00223575
0.000477925
0.000316492
0.00243238
0.000505423
0.000836059
0.0023839
0.000413967
0.00137325
0.00240011
0.000354554
0.0018546
0.00222928
0.00020514
0.002298
0.00207449
4.54807e-05
0.00270025
0.00191595
-0.000171609
0.00304633
0.00177108
-0.000398936
0.00333643
0.00161947
-0.000653184
0.00355276
0.00147551
-0.00094009
0.00369353
0.00135083
-0.00124268
0.00372201
0.00124987
-0.00156892
0.00368204
0.00119259
-0.00187761
0.00358712
0.00123845
-0.00216164
0.00339004
0.00126267
-0.00244096
0.00311201
0.0014008
-0.00264116
0.00262371
0.00136964
-0.00282759
0.00210976
0.00140043
-0.00288198
0.00175925
0.00146595
-0.00256256
0.00169854
0.00155833
-0.00209688
0.00179896
0.00147746
-0.00165763
0.00194741
0.0014508
-0.00128503
0.00225859
0.00130236
-0.000906264
0.00257869
0.00137591
-0.000651324
0.00287009
0.00121489
-0.000494816
0.00307563
0.00123591
-0.000407116
0.00317167
0.00107667
-0.000374289
0.00316702
0.00111434
-0.000339013
0.00308871
0.000825176
-0.000321252
0.00297322
0.000746966
-0.000292438
0.00285399
0.000340544
-0.000258236
0.00279015
0.000197671
-0.00017816
0.00265863
-0.000370258
-8.70279e-05
0.00237513
-0.000929927
8.43041e-05
0.00135375
-0.00296514
0.000238336
0.000325824
-0.00835789
0.000366483
-0.0163099
0.000314745
-0.000830917
0.00130341
0.000258618
-0.000930494
0.00149762
0.000452143
-0.000853271
0.00182079
0.000522477
-0.000541991
0.00188271
0.000540241
1.71636e-05
0.00182967
0.000564847
0.000584009
0.00177175
0.000480109
0.0012317
0.00171504
0.000431585
0.0017865
0.00163741
0.000296831
0.00230507
0.00152631
0.000145893
0.00275873
0.00142817
-2.89238e-05
0.00316392
0.00133832
-0.000238038
0.00350871
0.00123735
-0.000465502
0.00379053
0.00113846
-0.000722127
0.0040071
0.00104719
-0.000994926
0.00413456
0.000986039
-0.00128543
0.00418406
0.000941879
-0.0015771
0.00415618
0.00097349
-0.00185069
0.00402359
0.00100538
-0.00210969
0.00379687
0.0011375
-0.00229807
0.0034213
0.00109029
-0.00247945
0.00309958
0.00105037
-0.00253984
0.00286844
0.00102106
-0.00230752
0.00284927
0.000992976
-0.00199938
0.00297453
0.000858164
-0.0016668
0.00317862
0.000841423
-0.00134999
0.00349336
0.000682903
-0.00102852
0.00382616
0.00079321
-0.000796597
0.00410679
0.000708988
-0.000632752
0.00434881
0.000790052
-0.000518243
0.00449951
0.000730159
-0.000449076
0.00458567
0.000849788
-0.000386209
0.00458019
0.000672912
-0.000343442
0.00457383
0.000614388
-0.000293776
0.00452211
0.000280034
-0.000251766
0.00449706
0.000130057
-0.000183424
0.00440136
-0.000345878
-9.21257e-05
0.00427911
-0.000862054
3.27265e-05
0.00348347
-0.00223378
0.000191281
0.0020095
-0.00699501
0.000333338
-0.0144271
0.000286318
-0.00192523
0.00317948
0.000507266
-0.00206953
0.00157799
0.000682095
-0.00182741
0.00151354
0.000666157
-0.00113976
0.00112704
0.000643041
-0.00032948
0.00095262
0.000640005
0.000516416
0.000859116
0.000564005
0.00134313
0.000831137
0.000514436
0.00211643
0.000806719
0.000400688
0.00282384
0.000771185
0.000268579
0.00346648
0.000737397
0.00011605
0.00405246
0.000703737
-7.27092e-05
0.00457614
0.0006589
-0.000277
0.00503433
0.000610994
-0.000508737
0.00542406
0.00056221
-0.000757347
0.00574151
0.00053469
-0.00102255
0.00597846
0.000519136
-0.00129081
0.00614489
0.000556378
-0.00154483
0.00625836
0.000571867
-0.0017842
0.00632606
0.000664877
-0.00194118
0.0062534
0.0006408
-0.00211341
0.00623072
0.00055312
-0.0021731
0.00622654
0.000495472
-0.00200046
0.00631252
0.000429005
-0.00179534
0.00645879
0.000299844
-0.00153934
0.00666406
0.000289302
-0.00127485
0.00689977
0.000172924
-0.00103289
0.00722008
0.000238412
-0.00082149
0.00747801
0.000243576
-0.000671735
0.00775741
0.000321684
-0.000539113
0.0079764
0.000333774
-0.000449168
0.0082263
0.000434263
-0.000364409
0.00836174
0.000389302
-0.000302462
0.00850328
0.000341817
-0.000241447
0.008517
0.00015847
-0.00019667
0.00853607
1.5634e-05
-0.00012822
0.00840995
-0.000291481
-7.51686e-05
0.00821854
-0.000729658
-1.07404e-06
0.00759904
-0.00167712
9.84936e-05
0.0050121
-0.00449534
0.000198478
-0.00952668
0.000207081
0.00315084
0.000297175
0.00469289
0.000361414
0.006168
0.00038168
0.00725283
0.000369589
0.00816439
0.000363834
0.00897903
0.000322658
0.00976821
0.000287963
0.0105303
0.000219956
0.011259
0.000135002
0.0119503
1.929e-05
0.0126046
-0.000121839
0.0132039
-0.000289735
0.01374
-0.000484004
0.0142029
-0.000702108
0.0146036
-0.000940967
0.014942
-0.00118948
0.0152648
-0.00142337
0.0155465
-0.00165566
0.0158429
-0.00180596
0.0160284
-0.00195913
0.0161326
-0.00202436
0.0161614
-0.00188131
0.016154
-0.0017101
0.0160733
-0.00149516
0.0160407
-0.00125363
0.0159439
-0.00104227
0.01595
-0.000857067
0.0159899
-0.000708078
0.0161362
-0.000596223
0.0163088
-0.000506273
0.0165942
-0.000413437
0.0168513
-0.000345576
0.0170746
-0.000274245
0.0171343
-0.000228608
0.0170659
-0.000175639
0.0167032
-0.000127577
0.0159204
-7.13574e-05
0.0141843
-5.77012e-06
0.00961807
6.00877e-05
0.000111711
3.17657e-05
-3.71971e-05
2.21146e-05
8.5849e-05
-6.01296e-05
3.03005e-05
0.000133108
-5.31148e-05
3.7914e-05
0.000160351
-3.34457e-05
4.6395e-05
0.000170519
-1.495e-05
5.21507e-05
0.000172081
-8.54337e-06
6.02327e-05
0.000168301
-5.05304e-06
6.40817e-05
0.000166903
-1.1216e-05
6.91876e-05
0.000167737
-1.44423e-05
6.97544e-05
0.000157183
-2.35973e-06
7.63268e-05
0.000116587
3.24313e-05
7.35885e-05
3.95859e-05
6.96453e-05
7.16027e-05
-7.64472e-05
0.000112648
6.10212e-05
-0.000228039
0.000146298
4.39526e-05
-0.000402494
0.000174833
1.19041e-05
-0.000622262
0.000195782
-3.59757e-07
-0.000872911
0.000215556
-3.72662e-06
-0.00116124
0.000240844
-1.39953e-05
-0.00151052
0.000289636
-1.79734e-05
-0.00191952
0.00034931
-5.10588e-05
-0.00233783
0.00032647
-4.98549e-05
-0.00262581
0.000181766
-8.85172e-05
-0.00280606
3.83419e-05
-9.40158e-05
-0.00282348
-0.000166018
-0.000103861
-0.00270778
-0.000326656
-0.000113609
-0.00246285
-0.000481341
-0.000130026
-0.00209003
-0.000628346
-0.000143576
-0.00160566
-0.000754682
-0.000156139
-0.00103151
-0.000849792
-0.0001563
-0.000414894
-0.000898174
-0.000154305
0.000226282
-0.000916552
-0.000111897
0.00073223
-0.000765823
-6.38989e-05
0.00106282
-0.000546297
-1.63869e-06
0.00112177
-0.000233366
7.31964e-05
0.000974078
2.29001e-05
0.000135418
0.000699731
0.000190531
0.000159335
0.000428532
0.000215419
0.000172718
0.000210789
0.000181838
0.000180976
6.47511e-05
0.000121652
0.000169194
4.69745e-05
0.000134138
6.09961e-05
-0.000105811
2.55414e-05
0.000142463
-0.000153628
4.72558e-05
0.000202104
-0.000125881
6.8232e-05
0.000218726
-6.24064e-05
8.18217e-05
0.000195453
-1.26862e-06
9.05103e-05
0.000127278
5.53584e-05
9.55005e-05
2.07075e-05
9.78327e-05
0.000100836
-0.000149145
0.00014801
0.000126298
-0.000389467
0.000223865
0.000132016
-0.000699293
0.000297937
0.000138106
-0.00107072
0.000385652
0.000144178
-0.00149375
0.000465964
0.000147781
-0.0019616
0.000540328
0.000156265
-0.00245708
0.00058711
0.000163044
-0.00295267
0.00059931
0.000169083
-0.00342854
0.000574926
0.000164294
-0.00386861
0.000533014
0.000170446
-0.00425499
0.00048048
0.000178909
-0.00457559
0.000447379
0.000196647
-0.0047574
0.000369478
0.000192578
-0.00485839
0.000235322
0.000213759
-0.00484759
-6.50084e-05
0.000237785
-0.00473802
-0.000321188
0.000261137
-0.00455232
-0.000607566
0.000246957
-0.00427792
-0.000875791
0.000254967
-0.00389306
-0.00114936
0.000249167
-0.00340731
-0.00140607
0.000252583
-0.00281515
-0.00164114
0.000253248
-0.00213306
-0.00183044
0.000269522
-0.00138713
-0.00193335
0.000280074
-0.000656922
-0.00194182
0.000308812
7.4021e-05
-0.00175957
0.000363789
0.000691171
-0.00141109
0.000421371
0.00109843
-0.000843979
0.000447023
0.00119926
-0.000251591
0.000450719
0.00105648
0.000211159
0.000437485
0.00076627
0.000416015
0.000415726
0.000440581
0.000449826
0.000393413
0.000163171
0.000359489
0.000334154
0.000188805
0.000193369
6.20536e-05
-0.000178759
2.74422e-05
0.000127836
-0.000240031
6.4839e-05
0.000148696
-0.000167373
9.66804e-05
0.000100754
-3.34762e-05
0.000123664
-1.73824e-05
0.000102587
0.000129208
-0.000206403
0.00022994
0.000144591
-0.000478714
0.000353588
0.00016347
-0.000847439
0.000490656
0.000185946
-0.00129738
0.000639613
0.000210552
-0.00182108
0.000778524
0.000246342
-0.00239833
0.000910928
0.000270759
-0.00299189
0.000996895
0.000296414
-0.00356679
0.00103784
0.000318395
-0.00409038
0.0010191
0.000344147
-0.00455669
0.00095682
0.000353192
-0.00496262
0.000854221
0.000372304
-0.00530912
0.000736798
0.000391911
-0.0055843
0.000589843
0.000415715
-0.00574922
0.000443362
0.000433044
-0.00578267
0.000236254
0.000434883
-0.00575436
2.26131e-05
0.000474324
-0.00562289
-0.000352403
0.000458933
-0.00544742
-0.000646505
0.000445905
-0.00524796
-0.000967081
0.00044475
-0.00498798
-0.00129221
0.000446289
-0.00465366
-0.00164176
0.00044143
-0.00423878
-0.00197892
0.000442644
-0.00374213
-0.00229641
0.00044152
-0.00316146
-0.00256676
0.00044313
-0.00250691
-0.00274034
0.000455316
-0.00180717
-0.00279664
0.000466789
-0.00105553
-0.00266056
0.000493852
-0.000353332
-0.00225771
0.000531647
0.000250875
-0.00157305
0.000584215
0.000615643
-0.000747948
0.000630043
0.000731157
-1.33808e-05
0.000612513
0.000619546
0.00043896
0.000579868
0.000390919
0.000615672
0.000540121
0.000151418
0.000553371
0.000443643
0.000317079
0.000232486
4.26447e-05
-0.00023811
2.79967e-05
4.89616e-05
-0.000275805
7.52683e-05
-1.09378e-05
-0.000138219
0.000120492
-0.000158535
9.07055e-05
0.000146321
-0.000398183
0.000320412
0.000174865
-0.000744631
0.000555988
0.000201003
-0.00119806
0.000778741
0.000235579
-0.00173983
0.00099383
0.000282132
-0.00233489
0.00118729
0.000320809
-0.00294168
0.00132593
0.000360074
-0.00351484
0.0014145
0.000395664
-0.00404288
0.00144666
0.000432322
-0.00449693
0.00140898
0.000458434
-0.00487044
0.00130417
0.00046537
-0.00516923
0.00116474
0.000475154
-0.00540182
0.000994684
0.000475538
-0.00558219
0.00082375
0.000471804
-0.00570168
0.000615972
0.000462399
-0.00575494
0.000406055
0.000448613
-0.00571813
0.000127498
0.000406577
-0.00564825
-0.000114885
0.000381969
-0.00553521
-0.00053097
0.000342679
-0.00541351
-0.000834262
0.00033134
-0.00528724
-0.00115751
0.000318708
-0.00512906
-0.00151462
0.000319721
-0.00491633
-0.00191924
0.000316914
-0.00463494
-0.00232983
0.000322555
-0.00426994
-0.00273495
0.000325852
-0.00382971
-0.0030861
0.000335392
-0.00331887
-0.00332877
0.000339855
-0.0027509
-0.00343883
0.0003551
-0.00209376
-0.00339098
0.000411865
-0.0013638
-0.00307603
0.000444602
-0.000666927
-0.00234277
0.000507483
-0.000112198
-0.00138636
0.000590845
0.000212391
-0.000412456
0.000645659
0.000284343
0.000289486
0.000661967
0.000212612
0.000629515
0.000612084
8.29359e-05
0.000639471
0.000497079
0.000378138
0.000244466
-2.33669e-06
-0.000257602
2.69215e-05
-8.59794e-05
-0.000229553
8.73553e-05
-0.000258415
-4.24361e-06
0.000150192
-0.000539474
0.000338629
0.000198112
-0.00091755
0.000670076
0.000234074
-0.00139661
0.000998202
0.000283712
-0.00194261
0.00127817
0.000341014
-0.00252224
0.00151839
0.000394133
-0.00307733
0.00167939
0.000438234
-0.00360601
0.001789
0.000483033
-0.00407993
0.00182446
0.000512298
-0.00446103
0.00176584
0.000514384
-0.004742
0.00163093
0.000496786
-0.00493704
0.00144608
0.000477627
-0.00506762
0.00124897
0.000437944
-0.00514583
0.00103034
0.00039486
-0.00518914
0.000826799
0.000346612
-0.00520629
0.000600769
0.000286707
-0.00520283
0.000374748
0.000213249
-0.00515406
7.54398e-05
9.55973e-05
-0.00511502
-0.000163076
5.92107e-05
-0.00507186
-0.000567731
1.55206e-05
-0.00503068
-0.000878292
2.60831e-05
-0.00498871
-0.00120562
3.56228e-05
-0.00493906
-0.00157319
4.78019e-05
-0.00486192
-0.00200969
6.12183e-05
-0.00473435
-0.00247732
8.5992e-05
-0.00453083
-0.00296827
0.000116367
-0.00423258
-0.00342747
0.000155122
-0.00382783
-0.00378768
0.000192534
-0.0033517
-0.00397822
0.000220805
-0.00282164
-0.00397995
0.000252105
-0.00214445
-0.00380423
0.000315945
-0.00139638
-0.00315063
0.000374976
-0.000709617
-0.00213698
0.000471081
-0.000219581
-0.000969113
0.000579751
8.7728e-06
-1.01321e-05
0.000626595
5.79493e-05
0.000519979
0.000616063
2.37987e-05
0.000623488
0.000489262
0.000376852
0.000227883
-7.03203e-05
-0.000218905
2.844e-05
-0.000259983
-8.79868e-05
0.000107923
-0.000562547
0.000247299
0.000182744
-0.000955796
0.000691905
0.000254066
-0.00143032
0.00110384
0.000313211
-0.00195374
0.00147555
0.000381725
-0.00249347
0.00176273
0.000439735
-0.00302014
0.00198552
0.000498757
-0.00350794
0.00211625
0.000532126
-0.00392214
0.00215494
0.00053322
-0.00422376
0.0020816
0.000510668
-0.00441548
0.00192152
0.00047501
-0.00452627
0.00171563
0.000415195
-0.00457103
0.00147137
0.000341299
-0.00456675
0.00122852
0.00026091
-0.00453972
0.000992376
0.000181992
-0.00449595
0.0007896
7.16476e-05
-0.00446027
0.000563712
-2.05173e-05
-0.00443618
0.000344433
-0.000121386
-0.00441504
6.52276e-05
-0.00018355
-0.00441248
-0.000165052
-0.000202733
-0.00442265
-0.000551864
-0.000250326
-0.00444338
-0.00085162
-0.000241887
-0.00446823
-0.00116344
-0.000233907
-0.00450622
-0.00151668
-0.000212997
-0.00454291
-0.00195289
-0.000186996
-0.00455978
-0.00244437
-0.000145444
-0.00452889
-0.00298936
-9.29387e-05
-0.00441753
-0.00354296
-2.09229e-05
-0.00418279
-0.00403816
4.55445e-05
-0.00380387
-0.00438501
0.000109067
-0.00333272
-0.00449556
0.00016968
-0.00275813
-0.00442969
0.00019281
-0.00198727
-0.0039594
0.000266731
-0.00119545
-0.00297916
0.000351383
-0.000544363
-0.00167792
0.000472894
-0.000165002
-0.000454588
0.000598542
-3.61101e-05
0.000331967
0.00059053
1.25367e-06
0.000540117
0.000473809
0.000351229
0.000212397
-0.000150288
-0.000106441
2.90128e-05
-0.00044881
0.000150137
0.000135863
-0.0008571
0.00059959
0.000243117
-0.00131785
0.00110496
0.000329879
-0.00181779
0.00155414
0.000407161
-0.00232527
0.00192742
0.000473549
-0.00283831
0.00221712
0.000543262
-0.00327729
0.00238689
0.000559162
-0.00362502
0.00242107
0.000534227
-0.00385992
0.0023596
0.000508669
-0.00400147
0.00220517
0.000443842
-0.00406057
0.00196973
0.000350164
-0.00404784
0.001696
0.00023542
-0.00399895
0.00141647
0.000127913
-0.00392983
0.00116588
1.13026e-06
-0.00385617
0.000927072
-9.72143e-05
-0.00378624
0.0007225
-0.000174973
-0.00373129
0.000510797
-0.000258096
-0.00370592
0.000314028
-0.000351904
-0.00369709
6.38353e-05
-0.000414792
-0.00371103
-0.000149061
-0.00045307
-0.00375788
-0.000493184
-0.00050708
-0.0038183
-0.000770074
-0.000485414
-0.00388489
-0.00106661
-0.000464699
-0.0039749
-0.00139589
-0.000437583
-0.00407874
-0.0018139
-0.000408757
-0.00418901
-0.00229846
-0.000363303
-0.00428196
-0.00286086
-0.000309406
-0.00432999
-0.0034642
-0.000237931
-0.00427729
-0.00406657
-0.000156437
-0.00407656
-0.00457639
-5.63495e-05
-0.00369424
-0.0048833
2.6308e-05
-0.00320606
-0.00493035
9.7787e-05
-0.00250816
-0.00468623
0.000154428
-0.00164949
-0.00387366
0.000224066
-0.000828793
-0.00254881
0.000335091
-0.000274122
-0.00108262
0.000473195
-4.58926e-05
2.82814e-05
0.00051731
1.92834e-05
0.000412691
0.00043258
0.000333252
0.00018649
-0.000232553
7.41498e-05
5.73038e-05
-0.000623564
0.000469326
0.00018955
-0.00109039
0.00100081
0.000319847
-0.00157568
0.00153567
0.000423915
-0.00207615
0.0019991
0.000500566
-0.00256969
0.00237253
0.000567109
-0.00297279
0.00258843
0.000568948
-0.00327564
0.00265179
0.000551283
-0.00349383
0.0026229
0.000510397
-0.0036168
0.00247754
0.000416783
-0.00363454
0.00222385
0.000289095
-0.00358562
0.00191995
0.000147822
-0.00350064
0.00161718
-1.52241e-07
-0.00341053
0.00132717
-0.000115682
-0.0033198
0.00107026
-0.0002167
-0.00323246
0.000837722
-0.000300844
-0.00315525
0.000648131
-0.000385591
-0.00309354
0.000456494
-0.000463537
-0.00306835
0.000288238
-0.000551784
-0.00306287
7.35788e-05
-0.000600191
-0.00309672
-0.000103942
-0.000645014
-0.00315391
-0.000412239
-0.00068778
-0.00322642
-0.000663159
-0.000656388
-0.00331021
-0.000939054
-0.000628486
-0.00342084
-0.00124003
-0.000597352
-0.00355482
-0.00163015
-0.000565861
-0.00371291
-0.00209067
-0.000519092
-0.00388163
-0.00264355
-0.000466792
-0.00403581
-0.00326571
-0.00040097
-0.00413108
-0.00392887
-0.000326308
-0.00411028
-0.00456433
-0.000234884
-0.00389709
-0.00506703
-0.000128778
-0.00349949
-0.00532099
-2.9284e-05
-0.00291646
-0.00526898
5.34419e-05
-0.00207979
-0.0047275
0.000134042
-0.00114106
-0.00350949
0.000210742
-0.000421464
-0.0018524
0.000352823
-3.48122e-05
-0.000413986
0.000479482
1.87212e-05
0.000298776
0.00039657
0.000318041
0.000174966
-0.000299139
0.000323561
7.50141e-05
-0.000752847
0.000847771
0.000236101
-0.00124545
0.00142986
0.000383048
-0.0017355
0.00197386
0.000490221
-0.00221215
0.00243143
0.000560922
-0.00259878
0.00272515
0.000582456
-0.00289799
0.00285188
0.0005787
-0.00313224
0.00287617
0.000525694
-0.0032519
0.00274314
0.000409801
-0.00324675
0.00248032
0.000259265
-0.00317025
0.00215335
8.84314e-05
-0.00307197
0.00181866
-6.85398e-05
-0.0029737
0.00150802
-0.000208295
-0.00288453
0.00122375
-0.000319375
-0.00280451
0.000980818
-0.000412194
-0.00272297
0.000758855
-0.000482753
-0.00264278
0.000580152
-0.00055041
-0.00257139
0.000406621
-0.000614673
-0.0025398
0.000267603
-0.000689237
-0.00252959
8.59513e-05
-0.000732271
-0.00257282
-5.76195e-05
-0.000771782
-0.0026294
-0.000324537
-0.000811132
-0.00270535
-0.000545559
-0.000776253
-0.00279454
-0.000801237
-0.000744513
-0.0029106
-0.00107538
-0.00071006
-0.00305431
-0.00143354
-0.000680808
-0.00322842
-0.00186226
-0.000637686
-0.00342996
-0.00238698
-0.000590767
-0.00364219
-0.00300102
-0.000527581
-0.00383358
-0.00369145
-0.000455945
-0.0039437
-0.00441359
-0.000374579
-0.00390447
-0.00507395
-0.000279761
-0.00364468
-0.00555442
-0.000180791
-0.0031872
-0.00571617
-6.66937e-05
-0.00246786
-0.00544539
2.13312e-05
-0.00152085
-0.00447297
0.000103045
-0.00063494
-0.00276956
0.000202308
-8.32513e-05
-0.00101887
0.000310061
2.23589e-05
0.000130881
0.000332623
0.000300911
0.000138754
-0.000330627
0.000595116
0.000123839
-0.00081262
0.00124968
0.000311779
-0.00130163
0.00185184
0.000469856
-0.00176448
0.00238439
0.000574037
-0.00216931
0.00279836
0.000625449
-0.00249819
0.00302325
0.000618979
-0.00276141
0.00310626
0.00056379
-0.00289306
0.00301255
0.000439946
-0.0028927
0.00275793
0.000268498
-0.0028135
0.00241242
7.33169e-05
-0.00271209
0.00204929
-0.000109331
-0.00261837
0.00171054
-0.000266646
-0.00253987
0.00140718
-0.000395091
-0.00246949
0.00113389
-0.000489926
-0.00239591
0.000898934
-0.000565076
-0.00230956
0.000684209
-0.000616579
-0.0022133
0.000511792
-0.000666826
-0.0021247
0.000354987
-0.000714391
-0.00207345
0.000241142
-0.000777574
-0.00206134
9.45132e-05
-0.000814898
-0.00211385
-9.60008e-06
-0.000860924
-0.00216866
-0.000231835
-0.000890007
-0.00224788
-0.000425711
-0.000856155
-0.00233827
-0.000661047
-0.000825627
-0.00245204
-0.00091304
-0.000786109
-0.00259307
-0.00123995
-0.000755975
-0.00276644
-0.00163452
-0.000713279
-0.00297624
-0.00212196
-0.000670239
-0.00321301
-0.00270998
-0.00061476
-0.00345617
-0.00339709
-0.000551915
-0.00366199
-0.00416426
-0.000471449
-0.00375662
-0.00494403
-0.000384483
-0.00365995
-0.00562277
-0.000285926
-0.00332231
-0.0060329
-0.00018687
-0.00274055
-0.00601683
-7.27698e-05
-0.00187777
-0.00533526
4.98873e-06
-0.000885923
-0.00377368
9.86513e-05
-0.000217159
-0.00172036
0.000187277
2.45845e-05
-0.000150519
0.000248121
0.000289177
0.000106285
-0.000333324
0.000872933
0.000163941
-0.000808017
0.00164756
0.000374802
-0.00128402
0.00226441
0.000538178
-0.00172692
0.00278308
0.000634007
-0.00209078
0.00313489
0.000651422
-0.00237418
0.00329414
0.000607557
-0.00253574
0.00327361
0.000493852
-0.00256155
0.00305927
0.000315911
-0.00249762
0.0027129
0.000100501
-0.00240215
0.00232102
-0.000106372
-0.00231541
0.00194939
-0.000286507
-0.0022481
0.00161559
-0.000428965
-0.00219343
0.00132134
-0.000541589
-0.00213701
0.00105505
-0.000619544
-0.00206463
0.000821948
-0.000675226
-0.00196457
0.000607816
-0.000703953
-0.00184594
0.000436452
-0.000733432
-0.00173219
0.000292628
-0.000768264
-0.00165757
0.000198446
-0.000826895
-0.00165403
0.000105926
-0.000876766
-0.00171488
3.85043e-05
-0.000931998
-0.00177326
-0.000144308
-0.00094853
-0.00186121
-0.000311025
-0.000919445
-0.00195771
-0.000525032
-0.000892455
-0.00206613
-0.00076426
-0.000850682
-0.00219605
-0.00106603
-0.000817841
-0.00235157
-0.00143117
-0.000775078
-0.00254545
-0.00187764
-0.000734678
-0.00277722
-0.00242527
-0.000684178
-0.00303769
-0.00308581
-0.000628109
-0.00329342
-0.00386269
-0.000557696
-0.00348803
-0.00471206
-0.000474073
-0.00353549
-0.00554693
-0.000378833
-0.00334806
-0.00619732
-0.000280735
-0.00289258
-0.00645609
-0.000183727
-0.00214798
-0.00607171
-8.47352e-05
-0.00115512
-0.00476878
-1.7538e-05
-0.000361112
-0.00254241
7.29036e-05
1.92097e-05
-0.000571385
0.000150814
0.00026474
6.18501e-05
-0.000316047
0.00113587
0.000218257
-0.000769452
0.00202694
0.000450786
-0.0012303
0.00266351
0.000616099
-0.00163265
0.003147
0.000695021
-0.00194447
0.00342948
0.000676035
-0.00215592
0.0035093
0.000583472
-0.00223512
0.00337693
0.000409181
-0.00220344
0.00305631
0.00018434
-0.00212692
0.00265227
-5.16055e-05
-0.00204989
0.0022403
-0.000254335
-0.00199365
0.00186942
-0.000420269
-0.00195639
0.00154232
-0.000546505
-0.00192196
0.00124965
-0.000644232
-0.00187295
0.00097967
-0.000704617
-0.0017919
0.000736536
-0.000740887
-0.00166887
0.000513328
-0.000745609
-0.0015115
0.000336051
-0.0007556
-0.00135969
0.000199715
-0.000782289
-0.00125493
0.000124696
-0.000848154
-0.00125944
0.000106171
-0.000925592
-0.00135075
9.5641e-05
-0.000997098
-0.0014312
-5.34215e-05
-0.00100451
-0.00153772
-0.000185378
-0.000987954
-0.00164616
-0.000392753
-0.000959803
-0.00175482
-0.000627888
-0.000915228
-0.00187392
-0.000915713
-0.000877425
-0.00200838
-0.00126045
-0.000828725
-0.00217481
-0.00167085
-0.000786989
-0.00238014
-0.00217459
-0.000736376
-0.00262861
-0.00279075
-0.000684764
-0.00290145
-0.00354628
-0.000618461
-0.00315187
-0.00442484
-0.000542041
-0.00330628
-0.00536309
-0.000449976
-0.00326871
-0.00621371
-0.00034816
-0.00295014
-0.00675905
-0.00025072
-0.00233265
-0.00667807
-0.000165619
-0.00141344
-0.00568343
-0.000105308
-0.000487717
-0.00347915
-2.9674e-05
-1.95801e-05
-0.00106693
4.08035e-05
0.000212276
2.78416e-06
-0.000280565
0.00137157
0.000259354
-0.00069952
0.00237929
0.000507871
-0.0011297
0.0030387
0.000672858
-0.00148367
0.00347316
0.000725837
-0.00174969
0.00369271
0.00067497
-0.00189659
0.00367939
0.000527574
-0.00192091
0.00344079
0.000305505
-0.00187348
0.00304662
5.48317e-05
-0.0018127
0.00260409
-0.000179938
-0.00176848
0.00218691
-0.000369371
-0.00174547
0.00181721
-0.000514358
-0.00173261
0.00148935
-0.000624858
-0.00170973
0.00118466
-0.000705799
-0.0016598
0.000898361
-0.000747686
-0.00156383
0.00062876
-0.000760457
-0.00140597
0.000387175
-0.000736874
-0.00119927
0.000194389
-0.000725317
-0.00098801
6.00435e-05
-0.000756699
-0.000848267
1.18842e-05
-0.000846582
-0.000870298
8.02299e-05
-0.000970277
-0.00102048
0.000155661
-0.00107613
-0.00113305
3.43263e-05
-0.00107658
-0.00126646
-5.2162e-05
-0.00107174
-0.00139731
-0.000254135
-0.00104811
-0.00151587
-0.000501405
-0.000996416
-0.00162899
-0.000790705
-0.000951822
-0.00174156
-0.00112837
-0.000894014
-0.00187591
-0.00151184
-0.000845691
-0.00204427
-0.00197382
-0.000790562
-0.00225986
-0.0025392
-0.000739041
-0.00251934
-0.00325044
-0.00067678
-0.00279317
-0.00411913
-0.000605896
-0.00301704
-0.00511388
-0.000518036
-0.00309695
-0.00611462
-0.000418021
-0.0029272
-0.00691709
-0.000312592
-0.00243365
-0.00716618
-0.000223456
-0.00161902
-0.00649664
-0.000164411
-0.000629312
-0.00447019
-0.000137091
-5.45406e-05
-0.00166331
-5.96731e-05
0.000119236
-6.2557e-05
-0.000231903
0.00156587
0.000305169
-0.000608594
0.00269575
0.000572961
-0.000992219
0.0033735
0.000731809
-0.00130065
0.0037637
0.000764908
-0.00152097
0.00392355
0.000672462
-0.00162195
0.00381967
0.000479803
-0.0016186
0.00349181
0.000218095
-0.00158885
0.00304703
-4.88206e-05
-0.0015575
0.00258763
-0.000267164
-0.00155142
0.00217201
-0.000432325
-0.00155647
0.00179796
-0.000556808
-0.0015609
0.00145838
-0.000649629
-0.00154435
0.00112812
-0.00071387
-0.00149262
0.000809678
-0.000736119
-0.00137719
0.000496545
-0.000725246
-0.00118129
0.000220501
-0.000667391
-0.000886636
-2.65124e-05
-0.000631952
-0.000584003
-0.000176021
-0.000678112
-0.000392747
-0.000173061
-0.000812794
-0.000445265
-2.64419e-07
-0.00102561
-0.000686988
0.000210698
-0.00120502
-0.000871474
0.000140862
-0.00119235
-0.00104048
8.04671e-05
-0.00119526
-0.00120543
-9.56269e-05
-0.00117544
-0.00134533
-0.000371419
-0.00111358
-0.00145714
-0.000690272
-0.00105173
-0.00154913
-0.00103815
-0.00097568
-0.00164977
-0.00140685
-0.000913868
-0.00177709
-0.00183198
-0.000846806
-0.00195045
-0.00234492
-0.000790003
-0.00217815
-0.00299822
-0.000726275
-0.00244615
-0.00382822
-0.000658418
-0.00270717
-0.00483463
-0.000573268
-0.0028711
-0.00593934
-0.000471373
-0.00282801
-0.00695404
-0.000362895
-0.00246143
-0.00753166
-0.000262597
-0.00175243
-0.00721013
-0.000201297
-0.000770619
-0.00545131
-0.000185833
-6.93915e-05
-0.00237348
-0.000181192
2.57237e-05
-0.000144597
-0.000174811
0.00171611
0.000328956
-0.000498348
0.00297055
0.000610028
-0.000834404
0.003674
0.000764082
-0.00110873
0.0040319
0.000776031
-0.00129002
0.00413048
0.000648535
-0.00136214
0.00394881
0.000416403
-0.00135874
0.00355287
0.000134489
-0.00135883
0.0030853
-0.000130449
-0.00136736
0.00261848
-0.00032833
-0.0013965
0.00220432
-0.00046967
-0.0014248
0.00181817
-0.000568163
-0.00144455
0.00145899
-0.000642118
-0.00143479
0.00108706
-0.000682588
-0.00137872
0.000719957
-0.000680286
-0.00124394
0.000331799
-0.000631376
-0.000975616
-2.53596e-05
-0.000530213
-0.000577243
-0.00035123
-0.000469631
-0.000175898
-0.000481677
-0.000541901
0.000129872
-0.000435827
-0.000736737
4.23467e-05
-9.36296e-05
-0.00110478
-0.000321866
0.000264262
-0.001393
-0.000618991
0.000298522
-0.00136952
-0.000849372
0.000238917
-0.00137687
-0.0010665
7.17054e-05
-0.00135174
-0.00124003
-0.000232769
-0.00127582
-0.0013509
-0.000627922
-0.00118645
-0.00142358
-0.000995633
-0.00108411
-0.00148877
-0.00136331
-0.00100088
-0.00157309
-0.00175621
-0.000915745
-0.00170038
-0.0022165
-0.000848719
-0.00188935
-0.00280114
-0.000780178
-0.00213749
-0.00357111
-0.000713287
-0.0024115
-0.00455499
-0.000630482
-0.00262859
-0.00572096
-0.000529474
-0.00268103
-0.00690444
-0.000414434
-0.00243279
-0.0077855
-0.000304845
-0.00182518
-0.00783024
-0.000231027
-0.000896051
-0.00638732
-0.000219663
-9.42278e-05
-0.00317998
-0.000248079
-8.57493e-05
-0.000219517
-0.000112883
0.00181273
0.000355395
-0.000372169
0.00318948
0.00065393
-0.0006627
0.00393596
0.00080667
-0.000904124
0.00427568
0.000797374
-0.00105773
0.0043214
0.000637798
-0.00111937
0.00407853
0.000376641
-0.00113444
0.00364099
7.61872e-05
-0.00116938
0.00316856
-0.000174551
-0.0012207
0.00270626
-0.000351769
-0.00128464
0.00229592
-0.000465689
-0.00133329
0.00189646
-0.000533846
-0.00136776
0.00151503
-0.00058127
-0.00137027
0.00109907
-0.000588645
-0.00132256
0.000665444
-0.000555018
-0.00117168
0.000170992
-0.000467155
-0.000816846
-0.00035319
-0.000314116
-0.00030841
-0.000691492
-0.000242131
0.000269608
-0.000800217
-0.000302399
0.000771651
-0.000670125
-0.000599113
0.000701222
-0.000257764
-0.00122058
9.92606e-05
0.000320942
-0.0017384
-0.0003816
0.000506123
-0.00170493
-0.00070713
0.000431532
-0.00169538
-0.00100423
0.000224724
-0.0016303
-0.00120132
-0.000134174
-0.00149872
-0.00131098
-0.000613877
-0.00136526
-0.00135624
-0.00101707
-0.00122013
-0.0013786
-0.00139648
-0.00110309
-0.00141439
-0.00175799
-0.000992506
-0.00149235
-0.00216183
-0.000909749
-0.00163906
-0.00266656
-0.000832128
-0.00186102
-0.00335666
-0.000763247
-0.00213632
-0.00428748
-0.000681108
-0.0023899
-0.0054775
-0.00058033
-0.00251486
-0.00679073
-0.000460134
-0.00236582
-0.00794836
-0.000338645
-0.00185269
-0.00836063
-0.000252906
-0.000987287
-0.00726788
-0.000235667
-0.000135166
-0.00404152
-0.000290151
-0.000235809
-0.000288771
-3.99947e-05
0.00185411
0.000351745
-0.000239343
0.00336583
0.000667409
-0.000492383
0.00417313
0.000814367
-0.000706262
0.00450607
0.000790159
-0.000841597
0.00450802
0.000603415
-0.00090772
0.00422647
0.00031813
-0.000948381
0.00377209
1.54012e-06
-0.00102195
0.00330901
-0.000231001
-0.00111939
0.00286151
-0.000385419
-0.00122191
0.0024628
-0.000474698
-0.00129281
0.00205319
-0.000503184
-0.00135143
0.00166082
-0.000517228
-0.001403
0.00122782
-0.000476158
-0.00141599
0.000729375
-0.00038945
-0.00122603
5.96657e-06
-0.000213482
-0.000764023
-0.000678815
-2.70556e-05
-5.61461e-05
-0.000902142
0.000113171
0.000797385
-0.000949186
0.000123248
0.00152876
-0.000894534
-0.000243785
0.00156674
-0.000606503
-0.00117839
0.000708107
0.000364977
-0.00207603
-7.11167e-05
0.000931229
-0.00214439
-0.000588528
0.000756545
-0.00215072
-0.00101425
0.000359637
-0.0020433
-0.00125851
-0.000113078
-0.00182173
-0.0013443
-0.000701125
-0.00160459
-0.00134395
-0.00114062
-0.00138929
-0.00130687
-0.00153332
-0.00122119
-0.00128464
-0.00185368
-0.00107771
-0.00130796
-0.0021899
-0.000975276
-0.00140978
-0.00259984
-0.000887232
-0.00160054
-0.00319197
-0.000815408
-0.00187071
-0.00404045
-0.000734074
-0.00215415
-0.0052166
-0.000633797
-0.00234627
-0.00661906
-0.000506993
-0.00229443
-0.00802145
-0.000371003
-0.00187848
-0.00879965
-0.000267956
-0.00107679
-0.00809137
-0.000237781
-0.0001923
-0.00494073
-0.000307481
-0.000443762
-0.00033828
6.3818e-05
0.00179951
0.000351714
-8.48574e-05
0.00349719
0.000685997
-0.00031637
0.0043965
0.000841561
-0.000516664
0.00472865
0.000797718
-0.000634719
0.00468374
0.000584123
-0.000698888
0.00437957
0.000271779
-0.000762709
0.00392508
-6.21535e-05
-0.000865808
0.00348825
-0.000290584
-0.00100597
0.00307237
-0.000431191
-0.00114881
0.00270161
-0.000497895
-0.00124701
0.00230975
-0.000479432
-0.00133631
0.00193922
-0.000444138
-0.00147501
0.00159276
-0.000334538
-0.00161309
0.00108578
-0.000168835
-0.00133501
-6.10418e-05
0.000154546
-0.00065261
-0.000927965
0.0004172
0.000317614
-0.000958879
0.000666314
0.00137645
-0.000970555
0.000698717
0.00233591
-0.00124279
0.000265952
0.00241641
-0.00126144
-0.000979272
0.00114129
0.000203922
-0.00270955
-3.96877e-05
0.00131446
-0.00313
-0.00070681
0.00084523
-0.00290869
-0.00115582
4.08606e-05
-0.00257149
-0.00138184
-0.000398171
-0.00219453
-0.00142721
-0.000938411
-0.00185746
-0.00136551
-0.00141228
-0.00157051
-0.00124659
-0.00180959
-0.00133306
-0.00114968
-0.00206892
-0.00115606
-0.00111502
-0.0023099
-0.00103476
-0.00117202
-0.00260738
-0.000937412
-0.00132303
-0.0030917
-0.000861241
-0.00157191
-0.00383476
-0.000778257
-0.00187571
-0.00495085
-0.00067898
-0.00213746
-0.0063884
-0.000548752
-0.00219509
-0.00799313
-0.000399366
-0.00189891
-0.00912395
-0.000277267
-0.00118289
-0.00883575
-0.000233593
-0.000281341
-0.00586386
-0.000309899
-0.000743863
-0.000387123
0.000130093
0.00169123
0.000313869
3.58979e-05
0.00359034
0.000659893
-0.000144111
0.00457415
0.000825037
-0.000302254
0.00492457
0.000771264
-0.000410816
0.00485414
0.00054031
-0.000458172
0.00452364
0.000197037
-0.000547017
0.00408429
-0.000141272
-0.000677366
0.00368934
-0.000382478
-0.000866353
0.00332857
-0.000516227
-0.00105385
0.00300154
-0.000572497
-0.00118293
0.00266659
-0.00050409
-0.00131986
0.00235795
-0.000430557
-0.00168109
0.00233643
-0.000276068
-0.00208384
0.0020601
1.40737e-05
-0.00165914
0.000235859
0.000771933
-0.000603997
-0.00107175
0.00119075
0.000590139
-0.000963883
0.00144847
0.00169388
-0.000640415
0.00169279
0.00273928
-0.00130212
0.0015584
0.00266652
-0.00166255
0.00011114
0.0010266
-3.87445e-05
-0.00223565
-0.000442326
0.00118543
-0.00390765
-0.00100723
-2.75165e-05
-0.00410784
-0.00139471
-0.00118582
-0.00337597
-0.00164638
-0.00117026
-0.00271901
-0.00164265
-0.00144814
-0.00220618
-0.00145167
-0.00195157
-0.00176343
-0.00119815
-0.00230208
-0.00142975
-0.000999988
-0.00243924
-0.00121181
-0.000907117
-0.00252232
-0.00107944
-0.000932602
-0.00267639
-0.000981754
-0.00104778
-0.00305466
-0.000904017
-0.00126158
-0.00368859
-0.000818974
-0.0015585
-0.00471328
-0.000718538
-0.00187357
-0.00612022
-0.000581079
-0.00205315
-0.00785206
-0.000417894
-0.00191458
-0.00929623
-0.000274808
-0.00131796
-0.00946545
-0.000210495
-0.000415054
-0.00679462
-0.000279046
-0.00117932
-0.000378894
0.000215802
0.00149922
0.000317268
0.000182428
0.00361321
0.000694865
5.43437e-05
0.00470132
0.000850341
-4.99483e-05
0.0050519
0.000790596
-0.0001326
0.00499515
0.000528202
-0.000173723
0.00465925
0.000141769
-0.000277621
0.00422839
-0.000199237
-0.000419148
0.00384363
-0.000465748
-0.000626783
0.00352478
-0.000631793
-0.000811529
0.00321857
-0.000701713
-0.00087121
0.00295203
-0.000619432
-0.000806148
0.0026261
-0.000562598
-0.00150321
0.0030288
-0.000656763
-0.00276108
0.00367261
-0.00013728
-0.00219896
0.00136976
0.00161054
-0.000382671
-0.00118499
0.00223
0.000703109
-0.00109105
0.00204091
0.0013627
3.69761e-05
0.00238587
0.00232122
-0.000268522
0.00322536
0.00333803
-0.00159026
0.00187839
0.00362456
-0.000135486
-0.00197955
0.0018574
0.00262206
-0.00436103
-0.000287545
0.000833316
-0.00426737
-0.00128524
-0.00200128
-0.00350766
-0.00163915
-0.00224212
-0.00290254
-0.00173802
-0.00205185
-0.00234585
-0.00146485
-0.00274148
-0.00187193
-0.00106621
-0.00304544
-0.00145369
-0.00076756
-0.00297686
-0.00122872
-0.00064724
-0.00279941
-0.00110894
-0.000663986
-0.00280034
-0.00102246
-0.000744989
-0.00309861
-0.000932003
-0.00091695
-0.00361506
-0.00084048
-0.0012006
-0.00451488
-0.000744811
-0.0015543
-0.00583292
-0.000613265
-0.00184444
-0.00761142
-0.000437467
-0.0018862
-0.00929316
-0.000273785
-0.00146884
-0.00992087
-0.000194401
-0.00059547
-0.00770126
-0.000252004
-0.00180322
-0.000396038
0.000213369
0.00134726
0.000252651
0.000236122
0.00361496
0.000650837
0.000191656
0.00476703
0.000820325
0.000137304
0.00514988
0.000750693
0.000111849
0.00508159
0.000484953
9.49008e-05
0.00474304
4.43182e-05
4.10161e-06
0.00433046
-0.000299195
-0.000172721
0.00396556
-0.000616438
-0.000432121
0.0036642
-0.000820705
-0.000645299
0.00338378
-0.000908278
-0.00060042
0.00324622
-0.000778367
-0.000210813
0.00296736
-0.000648276
-0.000900908
0.00413796
-0.000896404
-0.0034475
0.00717304
-0.000556399
-0.00296502
0.00447533
0.00189564
7.13416e-05
-0.000899614
0.00286187
0.00097203
-0.00162429
0.00205607
0.000532084
-0.000257708
0.00173884
0.000461191
0.000602621
0.00346949
0.00172872
-0.000895628
0.00227018
0.00394206
-9.65037e-05
-0.0039585
0.00268593
0.00610656
-0.00743085
-0.0001756
0.00530796
-0.00520135
-0.000894734
-0.0014322
-0.00295256
-0.00123598
-0.00352456
-0.00248622
-0.00179792
-0.00281143
-0.00247308
-0.00146179
-0.00390189
-0.00176804
-0.000794601
-0.00422682
-0.00127384
-0.000384148
-0.00374715
-0.00110584
-0.000314566
-0.00310138
-0.00107841
-0.000417327
-0.00291088
-0.0010461
-0.00050265
-0.00320021
-0.00095737
-0.000608709
-0.00364693
-0.000844306
-0.000811892
-0.0044306
-0.000736939
-0.00114272
-0.00559507
-0.000598004
-0.00151933
-0.00729673
-0.000420608
-0.0017471
-0.00911074
-0.000245912
-0.0015536
-0.0101514
-0.000157846
-0.000800356
-0.00848928
-0.000198342
-0.00263196
-0.00036173
0.0001631
0.00122296
0.000230627
0.000254682
0.00353935
0.000618103
0.000296897
0.00474045
0.000779249
0.000311908
0.00516427
0.000716647
0.000328969
0.00511144
0.000443765
0.000332836
0.00477921
3.56616e-07
0.00027783
0.00435247
-0.000379584
0.000124145
0.00395827
-0.000746556
-0.000106468
0.00363819
-0.00101987
-0.000335548
0.00339127
-0.00115143
-0.000277034
0.00325072
-0.00109208
0.000855253
0.00288896
-0.000637651
0.0017976
0.00481166
-0.00130057
-0.000514636
0.0105991
-0.00593199
-0.000762353
0.00783929
-0.00490083
0.00228441
-0.000825644
0.00122504
0.00329941
-0.00264056
0.00206149
0.00153211
-0.00166386
-8.2801e-05
-0.00239873
-0.000772773
-0.000650448
-0.00569701
-0.000709528
-0.000295722
-0.00494019
0.00167089
-0.00267163
-0.00183841
0.00841413
-0.00859038
0.000384074
0.00715119
-0.00855438
0.00201296
-0.00227005
-0.00361333
0.00071065
-0.00497735
-0.0027682
-0.00158995
-0.00425756
-0.00295051
-0.00154411
-0.00585478
-0.0017855
-0.000389677
-0.00604602
-0.000778483
0.000197777
-0.00470699
-0.000730345
0.000132678
-0.00336324
-0.00100956
-0.00015189
-0.00298688
-0.00112461
-0.000299965
-0.00332527
-0.00101309
-0.000428854
-0.00367595
-0.000871875
-0.000624209
-0.00437233
-0.000761563
-0.000900702
-0.00543411
-0.000634404
-0.00123493
-0.00704542
-0.000411333
-0.00153556
-0.00886019
-0.000212772
-0.00149892
-0.0102259
-0.000109514
-0.000895858
-0.0091221
-0.000138703
-0.00355749
-0.000307036
0.000133685
0.00114154
0.000217716
0.000279397
0.00342639
0.000575894
0.000391318
0.0046557
0.000739071
0.000465451
0.0051291
0.000683805
0.000517228
0.00510592
0.000423938
0.000539505
0.00479645
-1.27368e-05
0.000487986
0.00436791
-0.000401265
0.000334589
0.00395595
-0.000803412
0.000187627
0.00358011
-0.00107862
0.000122745
0.00330803
-0.00124352
0.000511961
0.00285649
-0.00131853
0.00207619
0.00186269
-0.00119509
0.00389206
0.00208772
-0.00426364
0.00313043
0.00663996
-0.0125008
0.0030273
0.00611772
-0.00944662
0.00495422
-0.000632072
0.00220223
0.0062478
-0.00325762
0.003773
0.0045709
-0.00347787
-0.000604781
-0.00202503
-0.00449909
-0.00257077
-0.00938105
-0.00261861
-0.00246971
-0.0105643
0.00323201
-0.00024078
-0.00252596
0.00741747
-0.00021419
0.00622277
0.00268425
-0.00169976
0.00893615
-0.00448731
-0.000153799
0.00502492
-0.0055988
-0.00230457
-0.000328161
-0.00683781
-0.00388423
-0.00105496
-0.00848827
-0.00152735
0.000554231
-0.00774428
0.000355905
0.00142557
-0.00541844
2.99859e-05
0.000921113
-0.00335136
-0.00100089
9.76143e-05
-0.00293384
-0.00138404
-0.000119571
-0.00351344
-0.00105412
-0.000172689
-0.00380868
-0.000825318
-0.000348632
-0.0043461
-0.000683994
-0.000655767
-0.0052449
-0.000569048
-0.00102839
-0.00675344
-0.000395598
-0.00136888
-0.00857366
-0.00016135
-0.00141297
-0.0102162
-4.08291e-05
-0.000922906
-0.00964265
-6.24666e-05
-0.00450393
-0.000244563
0.000136192
0.00105314
0.000198682
0.000326834
0.00327063
0.000530804
0.000483296
0.00453081
0.000691721
0.000595209
0.00505635
0.000648457
0.000672224
0.00507332
0.000405995
0.000717605
0.00478683
-1.39712e-05
0.00068491
0.00436985
-0.000412404
0.000554618
0.00394033
-0.00084834
0.000408857
0.00355591
-0.00115034
2.7117e-05
0.00323787
-0.0014871
-0.000459354
0.00271091
-0.00163515
-0.000542788
0.00120951
-0.00187033
-0.0004798
-0.00125163
-0.00414843
0.00125282
-0.000812073
-0.00686969
0.0059906
0.00266589
-0.000233965
0.00810862
0.000548775
0.00504486
0.00831019
-0.00274959
0.00465003
0.00585271
-0.00499976
0.000907196
-0.000533894
-0.00767372
-0.00117645
-0.00686233
-0.00585772
-0.00150471
-0.00841211
0.00205365
0.000272134
-0.00282147
0.00512756
0.00452613
0.00481368
-0.00148225
0.0033155
0.00802868
-0.00588617
0.000868743
0.00583563
-0.00669342
-0.000727587
0.00124604
-0.00967154
-0.00251719
0.000658041
-0.00986914
0.000962479
0.00269475
-0.00801404
0.00348836
0.00353864
-0.00517148
0.00171615
0.00203257
-0.00294915
-0.000924124
0.000400348
-0.00295937
-0.00169281
3.3823e-05
-0.00373579
-0.00101465
-1.45441e-05
-0.00394364
-0.000719205
-0.000169612
-0.00433581
-0.000577347
-0.000446993
-0.00508208
-0.000473402
-0.000780732
-0.00649032
-0.000292476
-0.00110487
-0.00829133
-7.12882e-05
-0.00117618
-0.01018
6.75552e-05
-0.000789846
-0.0100644
5.83726e-05
-0.00531022
-0.000151395
0.000147886
0.000955814
0.000177318
0.000373466
0.00308802
0.000478824
0.000565255
0.00437728
0.000639506
0.000702359
0.00496311
0.000612439
0.000790149
0.00503233
0.000394374
0.000837544
0.00478526
5.91609e-06
0.000795421
0.00440948
-0.000383245
0.000641661
0.00402995
-0.000807296
0.000308525
0.0038209
-0.00111087
-0.000918687
0.00386547
-0.00151742
-0.00346489
0.00411059
-0.00146555
-0.00644228
0.00345607
-0.000418731
-0.00701702
0.0005569
0.0022624
-0.00187749
0.000257323
0.00774573
0.00525801
0.00318646
0.00964246
0.00753787
0.00122413
0.00648351
0.00691893
-0.0023967
0.0061135
0.00325905
-0.00557254
0.00491558
-0.00131076
-0.0076437
0.00351458
-0.00390841
-0.00645211
0.00368071
-0.00524836
-9.63495e-06
0.00400122
-0.00356456
0.00392766
0.0042765
0.000809582
-0.00193278
-0.00409362
0.00273756
-0.00664512
-0.00764481
0.00299451
-0.00671103
0.00255719
0.00204265
-0.00868359
0.00435181
0.00286873
-0.00726359
0.00584582
0.00499637
-0.00539347
0.00678194
0.00501542
-0.00411098
0.00353351
0.00269172
-0.00322532
-0.000209999
0.000893866
-0.00358327
-0.00136576
0.000386648
-0.00412248
-0.000844567
0.000184857
-0.00407263
-0.000486955
-1.40491e-05
-0.00430339
-0.000407505
-0.000308287
-0.00489841
-0.000322682
-0.000643623
-0.00621461
-0.000144822
-0.000953566
-0.00800005
4.46071e-05
-0.00104027
-0.0101098
0.000175248
-0.000683802
-0.0104402
0.000178408
-0.00600503
-3.40223e-05
0.000147315
0.000856442
0.000158239
0.000401626
0.00287807
0.000428826
0.000628546
0.00419037
0.000589942
0.000795821
0.00483902
0.000581039
0.000908767
0.00496616
0.000390728
0.000985436
0.00475678
3.68551e-05
0.00100237
0.0044151
-0.000348374
0.000988755
0.00406944
-0.000774462
0.000957387
0.00388688
-0.00120755
6.10949e-05
0.00409616
-0.00195974
-0.00280967
0.00461245
-0.00250988
-0.00667586
0.00436462
-0.00133106
-0.00819628
0.00253305
0.00346242
-0.00451527
0.0035601
0.0106521
0.00168655
0.0049474
0.0122509
0.00475192
0.00182389
0.00875322
0.0042719
-0.00136377
0.00870533
0.000675189
-0.00303225
0.00859539
-0.00146548
-0.00377597
0.00835899
-0.0004473
-0.00266848
0.0100063
-0.00109845
0.000631804
0.0086592
-0.000715129
0.00305526
0.00626159
0.00145457
-0.000572364
-0.00403978
0.00121198
-0.00389876
-0.00608036
0.00186487
-0.00164883
0.00727451
0.00221889
-0.00168318
0.0105037
0.00337092
-0.000746247
0.00950029
0.0054959
-0.000962752
0.00866421
0.00539063
-0.00281121
0.00531283
0.00320709
-0.003934
0.00134448
0.00164701
-0.00425804
-0.000305007
0.000933584
-0.00432978
-0.00031918
0.000550405
-0.00406534
-0.000136673
0.000233372
-0.00417954
-0.000115763
-0.000122811
-0.00463621
-0.000100584
-0.000515019
-0.00584672
2.41053e-05
-0.000846019
-0.00766136
0.000161613
-0.000952359
-0.0099967
0.000303031
-0.000615542
-0.0107806
0.000306192
-0.00661859
8.9756e-05
0.000146502
0.000756272
0.000137085
0.000418522
0.00265211
0.000375597
0.000677106
0.00397261
0.00053598
0.000877061
0.00468142
0.000545234
0.00102406
0.00486455
0.000383167
0.00115493
0.00467971
5.4295e-05
0.00129598
0.00431423
-0.000327024
0.00158662
0.00385436
-0.000793235
0.00226127
0.00338407
-0.00135293
0.00330568
0.00284678
-0.00260416
0.00306961
0.00128455
-0.00554092
-0.00107328
-0.000444647
-0.00763012
-0.00517961
0.000593079
-0.00253541
-0.00275911
0.00458914
0.00722172
0.00400517
0.0062681
0.00920157
0.00682541
0.00353355
0.00534056
0.00552287
0.0022266
0.00794236
0.00188292
0.0020639
0.00991164
0.000324915
0.000866861
0.00811692
0.00200816
0.00207713
0.00725783
0.00102498
0.00354719
0.00623836
0.000230216
0.00240367
0.00438131
0.00257571
-0.00045972
0.00231726
0.00344139
-0.000528497
0.00319736
0.0030779
0.00332157
0.00498972
0.0023722
0.00409585
0.00735277
0.00283646
0.00314977
0.00849039
0.00476661
0.00144276
0.00719252
0.00521955
-0.00107001
0.00594008
0.00393519
-0.00304519
0.0034249
0.00268592
-0.00364102
0.0014619
0.00177622
-0.00369184
0.000702882
0.00111898
-0.00349191
0.000428194
0.00057268
-0.00366987
0.000233728
8.31515e-05
-0.00412483
0.000140431
-0.00039526
-0.00530542
0.000167047
-0.000798901
-0.007184
0.000302763
-0.000949236
-0.0097969
0.000417526
-0.00064602
-0.0110609
0.000417919
-0.00724501
0.000181997
0.000133396
0.000665285
0.00012231
0.000411444
0.00241866
0.000331093
0.000689907
0.00373392
0.000490736
0.000911407
0.00449999
0.000521128
0.00106939
0.00475143
0.000396278
0.00119391
0.00461685
0.000122718
0.00130983
0.00426944
-0.000217234
0.00155403
0.00376946
-0.000590831
0.00217726
0.00316133
-0.000996259
0.00357393
0.0022067
-0.00181926
0.00410091
-0.000195034
-0.00468812
0.000492307
-0.00160546
-0.0073889
-0.00331252
0.00159682
-0.00286677
-0.000878387
0.00633329
0.00503234
0.00532843
0.00765271
0.00543603
0.00854998
0.00600052
0.00145149
0.00808575
0.00530087
0.00254071
0.0042094
0.00562536
0.00546532
0.00167724
0.00474661
0.00585047
0.0024504
0.00667688
0.00403813
0.00109983
0.00720936
0.00248433
-0.000536036
0.00279519
0.0012418
0.00215359
-0.0013669
0.00268822
0.00347099
-0.000804746
0.00266246
0.00187686
0.00222089
-0.00316854
0.000167677
0.00251559
-0.00120704
0.000757612
0.00064239
0.00260945
0.00289634
-0.000370691
0.00273709
0.0038094
5.66404e-05
0.00410145
0.00371579
-0.000637115
0.00451247
0.00316772
-0.00167252
0.0030568
0.00233158
-0.00219495
0.00179667
0.0015611
-0.00237758
0.00107583
0.000906124
-0.00280903
0.000663441
0.000318692
-0.00336098
0.000443072
-0.000214281
-0.00460859
0.000360649
-0.000707662
-0.00656318
0.00046706
-0.000928323
-0.00948581
0.000564252
-0.000708419
-0.0112402
0.000560944
-0.00792161
0.000316646
0.000124293
0.000580193
0.000108405
0.00039944
0.00218652
0.000289845
0.000691366
0.00348029
0.000443141
0.000928857
0.00429971
0.000492365
0.00109855
0.00462296
0.000400401
0.00120749
0.00456332
0.000174747
0.00126081
0.00428158
-0.000136446
0.00128633
0.00386048
-0.000423079
0.00132769
0.00338094
-0.000693436
0.00131111
0.00273626
-0.00101808
0.000446495
0.00168592
-0.00169777
-0.00159883
0.00157703
-0.00205911
-0.00328634
0.00404417
-0.000312509
-0.00176419
0.00709481
0.00267747
0.00164379
0.00853814
0.00315513
0.0054772
0.00755804
0.00169647
0.00767252
0.0060057
-0.000128122
0.00541648
0.00679194
-0.00167339
0.00236933
0.00787942
0.00303669
0.00144831
0.00952102
0.00656937
1.17269e-05
0.00911085
0.00537072
-0.00131616
0.00448294
0.00363181
0.000109776
-0.000546722
0.00296796
0.000224033
-0.000595758
4.5961e-05
-0.000988139
0.000918442
-0.0058916
-0.00172495
-0.000301985
-0.00589268
-0.0017703
-0.00232245
-0.00274149
-0.000297867
-0.00222935
-0.000136574
0.00122481
-5.94018e-05
0.00244959
0.00238192
0.000393829
0.00371938
0.00272204
-0.000381303
0.00300965
0.00231053
-0.00104876
0.00189692
0.00162549
-0.00141525
0.00112729
0.000988174
-0.0020084
0.000707354
0.000446253
-0.00261679
0.000517818
-7.74464e-05
-0.00389339
0.000421559
-0.000636223
-0.0058581
0.000513435
-0.000951538
-0.00906463
0.00061673
-0.000816861
-0.0113317
0.000614918
-0.0087058
0.00036672
0.000109231
0.000504249
0.000105962
0.000371554
0.00196637
0.000256233
0.000674365
0.00321239
0.000406189
0.000932706
0.00407433
0.000464774
0.00112669
0.00446311
0.000405978
0.00125408
0.00447791
0.000221273
0.00132446
0.00426827
-6.2031e-05
0.00133674
0.00392229
-0.000316878
0.00131633
0.00354662
-0.000566886
0.0011849
0.00314672
-0.000828327
0.000699131
0.002768
-0.00106693
-0.000295336
0.00283757
-0.00130212
-0.00158312
0.00393416
-0.00137566
-0.00172511
0.00592755
-0.000572679
-0.000665417
0.00757871
0.000275883
0.00180721
0.00684202
0.00100548
0.00513863
0.00543937
0.000506491
0.00507829
0.00638403
-0.00423409
0.00235464
0.00817969
-0.00173808
0.000729132
0.00877348
0.00448604
1.85532e-05
0.00812805
0.0053672
-4.26725e-05
0.0054394
0.00499462
0.000327826
0.00104788
0.00359429
-0.000439979
0.000580801
0.00161825
-0.000578857
0.0021664
-2.4615e-05
7.75495e-05
0.000847711
-0.000668901
-0.000262523
-0.000937552
-0.00016938
-0.00025673
-0.00118996
0.00114763
0.000921089
0.000156937
0.0025996
0.00197793
0.000574939
0.002838
0.00237616
0.000106048
0.00226044
0.00209077
-0.000525607
0.00144096
0.00150311
-0.000908807
0.000841271
0.0009649
-0.00148822
0.00054863
0.000478201
-0.00200347
0.000457737
1.94959e-05
-0.00327216
0.000373484
-0.000540003
-0.00516352
0.000501801
-0.0009194
-0.00858422
0.000626068
-0.00088483
-0.0113295
0.000642712
-0.00956496
0.00040915
0.000111393
0.000420457
0.000109421
0.000348311
0.00176703
0.000233728
0.000646613
0.00295023
0.000364848
0.000918451
0.00383088
0.000436679
0.0011352
0.00427564
0.000400102
0.00129138
0.00435117
0.000251988
0.00139719
0.00420226
6.10826e-06
0.00144672
0.0039095
-0.000241415
0.00146759
0.00359053
-0.00049556
0.00142855
0.00326648
-0.000765558
0.00129345
0.00302713
-0.00102121
0.000942756
0.00292188
-0.00137504
0.000286251
0.00314448
-0.00188416
-0.000186605
0.00430137
-0.00180759
-0.000297697
0.00555544
-0.00170764
0.00025055
0.00523779
-0.00086071
0.00240046
0.00479519
0.000684879
0.00314731
0.00534459
-0.00232065
0.00176543
0.00659115
-0.0025691
0.000538897
0.00706945
0.00109521
0.000352063
0.00663213
0.00237862
0.00135752
0.00541992
0.00349205
0.00168867
0.0021929
0.00269202
0.000897247
0.000761473
0.00164228
0.000693795
0.0019766
0.00265714
0.00127016
0.0017558
0.0031802
0.00146978
0.00109484
0.00299374
0.00134539
0.000772964
0.00273739
0.00166441
0.000994004
0.00255475
0.00210473
0.000941036
0.00229648
0.00226842
0.00056367
0.00182286
0.00201329
-4.3821e-05
0.0012191
0.00150049
-0.000427213
0.000743338
0.00103716
-0.00100735
0.000483309
0.000566211
-0.00143594
0.00037244
0.000118188
-0.00269063
0.000324463
-0.000453509
-0.00447603
0.000438639
-0.000903138
-0.00804606
0.000596482
-0.000973038
-0.0112378
0.000627172
-0.0105275
0.000416355
9.82166e-05
0.000341642
0.000118431
0.000314802
0.00158121
0.000228306
0.000599631
0.00269739
0.000341901
0.000885877
0.00357209
0.000410248
0.00113073
0.00405437
0.000398321
0.00132629
0.00417707
0.000278744
0.0014803
0.00406996
8.1852e-05
0.00158695
0.00382107
-0.000161319
0.00166048
0.00354198
-0.000411975
0.00169866
0.0032498
-0.000674631
0.00171938
0.00302393
-0.000937852
0.00165349
0.00286079
-0.00125444
0.00137371
0.00282175
-0.00169414
0.00101313
0.0031471
-0.00206275
0.000540341
0.00365546
-0.00243407
0.000223585
0.00374072
-0.00203685
0.00077872
0.0039823
-0.000694846
0.00108562
0.00431148
-0.00106394
0.000986096
0.00511879
-0.00124688
0.000534519
0.00537843
-0.000343566
0.000369692
0.00526471
0.000225043
0.000892239
0.00477116
0.00132124
0.00118519
0.00300376
0.0014979
0.000862832
0.00160469
0.00115401
0.000752879
0.00168861
0.00144163
0.000988246
0.00188089
0.00208671
0.00144082
0.00188377
0.00242868
0.00173263
0.00164213
0.00227818
0.00199199
0.0015372
0.00200878
0.00216932
0.00126589
0.00166455
0.00215649
0.000907296
0.00130706
0.00190077
0.000323211
0.000870809
0.00144566
-4.18797e-06
0.000515361
0.00102033
-0.000595787
0.000337063
0.000588006
-0.000962835
0.000223214
0.000170045
-0.00218541
0.00022579
-0.000403259
-0.00381516
0.000347399
-0.000931816
-0.00745721
0.00053583
-0.00109517
-0.0110728
0.000584664
-0.0116343
0.000403357
8.85522e-05
0.000271387
0.000122455
0.000272191
0.00142302
0.000230281
0.000539193
0.00245677
0.000331404
0.000813371
0.00332104
0.000394168
0.00108047
0.00380804
0.000391026
0.00130924
0.00396519
0.000298701
0.00150558
0.00389078
0.000128623
0.00167551
0.00365986
-9.36769e-05
0.0018126
0.00340924
-0.000334437
0.00191932
0.00313502
-0.000592255
0.00200869
0.0029047
-0.000860211
0.00204458
0.00270713
-0.00116068
0.00196368
0.00255364
-0.00154203
0.00179187
0.00254178
-0.00190015
0.00133392
0.00259987
-0.00236324
0.000869263
0.0027429
-0.00238867
0.000788737
0.00318563
-0.00185462
0.000700435
0.00353351
-0.00159524
0.000700186
0.00402315
-0.00138257
0.000459217
0.00402709
-0.0013508
0.000171837
0.00398277
-0.000983596
0.000455637
0.00406922
-4.00743e-05
0.000856628
0.0033793
0.00071889
0.000981375
0.00264191
0.00100125
0.00101286
0.00235736
0.00107495
0.00119278
0.0023094
0.00135165
0.00157435
0.00230798
0.00160978
0.00187275
0.0020537
0.00156671
0.00208307
0.00184104
0.00139475
0.00216631
0.00146377
0.00112606
0.00208376
0.00114111
0.000871934
0.00185125
0.000593247
0.00057918
0.00149067
0.000287383
0.000327705
0.00108397
-0.000227233
0.000170892
0.000662089
-0.000544963
9.81073e-05
0.000219301
-0.00169245
0.000112654
-0.000361765
-0.00317152
0.000268554
-0.00100093
-0.00677957
0.000452878
-0.00125995
-0.0108286
0.000526288
-0.012925
0.000371549
3.15343e-05
0.000248853
0.000143522
0.000186013
0.00128573
0.000248618
0.00042359
0.00223692
0.00034129
0.00071629
0.00304322
0.000397776
0.00101351
0.00352243
0.00040198
0.00130219
0.00368395
0.000325666
0.00154617
0.00365274
0.000187222
0.00178082
0.00342168
-8.87824e-07
0.00198031
0.00320139
-0.000242655
0.00214556
0.00294715
-0.000487639
0.00228295
0.00272142
-0.000751234
0.00237649
0.00251546
-0.00103182
0.00236984
0.00233618
-0.00136849
0.00227779
0.002242
-0.00168
0.00196637
0.00217126
-0.00204576
0.00159802
0.00225805
-0.00220794
0.00138336
0.00262555
-0.00210164
0.00118354
0.00289759
-0.00200438
0.00110386
0.0032606
-0.0017858
0.000897255
0.00328272
-0.00168919
0.000578428
0.00330794
-0.00144042
0.000710159
0.00345873
-0.000742275
0.000995846
0.0031821
-7.88414e-05
0.00121291
0.00281823
0.000197351
0.00125166
0.00255209
0.000326921
0.00143083
0.00236815
0.000597415
0.00171771
0.00227499
0.000783325
0.00196685
0.00202901
0.000826727
0.00212605
0.00183862
0.000773208
0.00216112
0.00147594
0.000617763
0.0020689
0.00123542
0.000466875
0.00184595
0.000759429
0.000296836
0.00154932
0.000502538
0.00013083
0.0012021
5.05066e-05
5.97093e-05
0.000823899
-0.000173688
8.65844e-06
0.000369023
-0.0012058
3.4675e-05
-0.000256986
-0.00248625
0.000184242
-0.00100147
-0.00601572
0.000391647
-0.00137068
-0.0104826
0.000466161
-0.0143412
0.000352559
-1.73745e-06
0.000252997
0.000168677
6.83084e-05
0.001224
0.000278703
0.000271763
0.00204391
0.000362426
0.000531295
0.00278787
0.000412013
0.00083805
0.00321877
0.000426048
0.00118241
0.00333512
0.000354639
0.00148957
0.00334209
0.000240774
0.00179147
0.00310692
7.73239e-05
0.00205822
0.0029105
-0.000146388
0.00229253
0.00268137
-0.000380708
0.00248364
0.00247696
-0.000631296
0.00262821
0.00227993
-0.000898316
0.00268906
0.0021097
-0.00119937
0.00266526
0.00199769
-0.00148625
0.00249675
0.00192084
-0.00178364
0.0022852
0.00194823
-0.00197511
0.00212848
0.00215846
-0.00204809
0.00194573
0.00232408
-0.00212312
0.00176682
0.00259486
-0.00209909
0.00147771
0.00262375
-0.00206045
0.00111398
0.00267535
-0.00191942
0.00104995
0.00278319
-0.00141645
0.00116975
0.0026946
-0.000867355
0.00133743
0.00247495
-0.000488657
0.00143611
0.00228401
-0.000234091
0.00165253
0.00208116
8.99967e-07
0.00190251
0.00200789
0.00018372
0.00212775
0.00178627
0.000264424
0.00225427
0.00166336
0.000278244
0.00226751
0.00136807
0.000229054
0.00217809
0.00123258
0.000161298
0.00199171
0.000835428
6.86845e-05
0.00172943
0.00064981
5.52624e-07
0.00146872
0.000211734
-5.65459e-05
0.00117002
7.93129e-05
-4.28586e-05
0.000763487
-0.000769938
-3.68189e-05
0.000110556
-0.00179405
0.000142708
-0.000796348
-0.00507513
0.000305744
-0.00127575
-0.0100284
0.000429566
-0.0156637
0.000347769
-0.000178676
0.000428376
0.000189798
-0.000172139
0.00121569
0.0003257
-3.9939e-05
0.00190915
0.000411808
0.000291844
0.00244898
0.000450649
0.000656347
0.00284205
0.000460816
0.00107987
0.00289221
0.000407579
0.00147066
0.00293305
0.000311515
0.0018372
0.00271665
0.000156272
0.00216685
0.00253494
-1.87682e-05
0.00246336
0.00234151
-0.000251406
0.0027106
0.00217012
-0.000485
0.00290565
0.00199743
-0.0007353
0.00302739
0.00185076
-0.00100941
0.00307568
0.00174198
-0.00127606
0.00301688
0.00166853
-0.00154582
0.00290115
0.00165698
-0.00176497
0.00277756
0.0017702
-0.00191469
0.00260006
0.00186413
-0.00205598
0.00239046
0.00205444
-0.00212771
0.0020627
0.00203725
-0.00215736
0.00168534
0.0020803
-0.0021212
0.00151031
0.00211796
-0.00176632
0.00153255
0.00208094
-0.00131632
0.00165731
0.00193515
-0.000957507
0.00176171
0.0018432
-0.000664472
0.00197381
0.00166375
-0.000364112
0.00218421
0.0016557
-0.000165644
0.00238584
0.00147005
-6.75369e-05
0.00250095
0.00143188
-1.3836e-05
0.00251583
0.00121541
-1.9186e-05
0.00243054
0.00118259
-4.18505e-05
0.00228558
0.000848529
-8.22548e-05
0.0020633
0.000747862
-0.000111025
0.00185411
0.00033139
-0.000126845
0.00166881
0.000214445
-0.000117811
0.00137499
-0.000467927
-4.50436e-05
0.000870508
-0.00124482
5.8262e-05
-0.000140135
-0.00405114
0.000318628
-0.000809844
-0.00936678
0.000348045
-0.0165271
0.000356734
-8.35156e-05
0.000501103
0.0002319
-0.000309665
0.00142801
0.00037745
-0.000336598
0.00192014
0.000470796
-0.000126276
0.00221383
0.000502764
0.000284011
0.00240656
0.000530631
0.000778825
0.00235958
0.00045179
0.00130072
0.00237854
0.000387163
0.00175647
0.00221988
0.000246169
0.00217919
0.00207126
8.64336e-05
0.00253908
0.00192272
-0.000112716
0.00285334
0.00179047
-0.000333545
0.00310448
0.00165817
-0.000565065
0.00328752
0.00154363
-0.000815999
0.00340343
0.00144937
-0.00106599
0.00343356
0.00138949
-0.00132001
0.00339981
0.00136203
-0.00154891
0.00332011
0.00142646
-0.00173821
0.00317221
0.00148368
-0.00191261
0.00297139
0.00164054
-0.00202644
0.00264046
0.00161423
-0.00207364
0.00228654
0.0016408
-0.00208856
0.00206523
0.00161094
-0.00183423
0.00199591
0.00155494
-0.00150155
0.00206024
0.00139879
-0.0011856
0.00217701
0.0013396
-0.000898208
0.00241166
0.00114916
-0.000626315
0.00263607
0.0012061
-0.000426115
0.0028547
0.00105095
-0.000294352
0.00299932
0.00110066
-0.00022052
0.00305443
0.000976866
-0.00019085
0.00302523
0.00104378
-0.000171007
0.0029335
0.000786587
-0.000167583
0.00281644
0.000731206
-0.000158724
0.00270182
0.000341149
-0.000153372
0.00263951
0.000208449
-0.000109859
0.00251492
-0.000362306
-6.80586e-05
0.00222598
-0.000941542
6.99612e-05
0.00123622
-0.00303563
0.00021259
0.00026997
-0.00842568
0.000391637
-0.0163216
0.000379182
-0.000826313
0.00130961
0.000276423
-0.000925545
0.0015013
0.000478086
-0.000854078
0.00181538
0.000555771
-0.000559426
0.00187373
0.000585682
-1.6248e-05
0.00181386
0.000614369
0.000522699
0.00176216
0.000538578
0.00114774
0.00169997
0.000485104
0.00167637
0.00163045
0.00035763
0.00217444
0.0015168
0.000202282
0.00259633
0.00143058
4.13325e-05
0.00296921
0.00133875
-0.000159191
0.00328178
0.00125461
-0.000374515
0.00353551
0.00117084
-0.000603067
0.00373068
0.00109697
-0.00083769
0.0038508
0.00105957
-0.00107563
0.00390104
0.0010385
-0.00130381
0.00389189
0.00108891
-0.00150399
0.00379745
0.00115231
-0.00168389
0.0036433
0.00131061
-0.00181398
0.0033858
0.00126918
-0.0018769
0.00316767
0.00123867
-0.00191959
0.00304182
0.00115318
-0.00172391
0.00304592
0.00103212
-0.00148066
0.00316556
0.000836923
-0.00122457
0.00334876
0.000786794
-0.000980386
0.00360898
0.000592089
-0.000731678
0.00386905
0.000696423
-0.00054699
0.00408716
0.000610369
-0.000410275
0.00427396
0.000710139
-0.000314521
0.00438276
0.000674138
-0.00025515
0.0044402
0.000813362
-0.000213224
0.00441767
0.000655306
-0.000189631
0.00440534
0.000610453
-0.000160688
0.00435524
0.000284689
-0.000145208
0.00433727
0.000136992
-9.39974e-05
0.00426162
-0.000333786
-4.49939e-05
0.00415055
-0.000850348
5.26023e-05
0.00337231
-0.0022578
0.00019169
0.00195039
-0.00703122
0.000360798
-0.014445
0.000360123
-0.00191968
0.00317962
0.000556936
-0.00206139
0.00157924
0.000745866
-0.00182696
0.00151332
0.000733784
-0.00115423
0.0011265
0.000717538
-0.000363326
0.000947919
0.000715044
0.00045968
0.000856702
0.000646456
0.00126181
0.000824072
0.000588211
0.00201185
0.000801151
0.000479952
0.0026906
0.000762831
0.000343799
0.00330589
0.000738409
0.000192926
0.00385864
0.000698495
1.47988e-05
0.00435198
0.000659508
-0.000175245
0.00478053
0.00061974
-0.000386176
0.00514714
0.000579086
-0.000606083
0.00545126
0.000562652
-0.000829754
0.00568286
0.000560593
-0.00104451
0.00586196
0.000607077
-0.0012421
0.00600588
0.000642943
-0.00141875
0.00614968
0.000759526
-0.00153391
0.00617562
0.000738448
-0.00160862
0.00624654
0.0006575
-0.00166285
0.00634292
0.000569429
-0.00151309
0.00647422
0.000451192
-0.00134571
0.00662985
0.000286856
-0.00114491
0.00682025
0.000257423
-0.000935875
0.00701381
0.000114404
-0.000748768
0.00728133
0.000185868
-0.000578451
0.00748589
0.000185048
-0.000450974
0.00771845
0.00027405
-0.000335588
0.00789973
0.000303003
-0.000259313
0.00812437
0.000417099
-0.000192778
0.00824545
0.000384184
-0.000152423
0.00838509
0.000342236
-0.000112871
0.00839801
0.000162976
-8.78771e-05
0.00842269
2.23693e-05
-3.82809e-05
0.00831182
-0.000287543
-1.05381e-05
0.00813887
-0.000725275
4.68024e-05
0.00753773
-0.00168695
0.000128777
0.00497906
-0.0045139
0.000239826
-0.00954444
0.000285607
0.00314974
0.00032705
0.00469187
0.000398531
0.00616456
0.000422315
0.00724442
0.00041622
0.00814562
0.000410554
0.00894826
0.000376721
0.00971864
0.000341656
0.0104583
0.000281474
0.0111576
0.000198479
0.0118234
9.19041e-05
0.0124412
-4.10951e-05
0.0130055
-0.000194551
0.0135096
-0.000368378
0.0139471
-0.000560541
0.0143316
-0.000762733
0.0146647
-0.000961992
0.014997
-0.00114869
0.0153124
-0.00132811
0.015703
-0.00143697
0.0159931
-0.00151084
0.0162011
-0.00157486
0.0163377
-0.00144846
0.0163868
-0.00130798
0.0163189
-0.00114036
0.0162725
-0.000949802
0.0161291
-0.000784482
0.0160884
-0.000630559
0.016079
-0.000513566
0.016179
-0.000422182
0.0163179
-0.000342173
0.0165822
-0.000260689
0.0168286
-0.000207756
0.0170498
-0.000153176
0.0171107
-0.000126581
0.0170462
-8.87381e-05
0.0166845
-5.34712e-05
0.0159062
-1.82809e-05
0.0141681
4.53921e-05
0.00961004
0.000104204
0.000177316
3.1915e-05
-3.91794e-05
2.93795e-05
8.50265e-05
-6.12613e-05
3.84499e-05
0.000129198
-5.3446e-05
4.71887e-05
0.000151817
-3.02819e-05
5.40587e-05
0.000158732
-1.52311e-05
6.04676e-05
0.000154269
-3.82435e-06
6.85202e-05
0.00014713
-3.48454e-06
7.47059e-05
0.000145156
-9.4609e-06
8.06228e-05
0.000137986
-5.33412e-06
8.22561e-05
0.000115003
1.34556e-05
8.58531e-05
5.97668e-05
4.79481e-05
8.08762e-05
-3.12204e-05
8.83863e-05
7.42004e-05
-0.000156558
0.000121322
6.50348e-05
-0.000318444
0.00015096
5.48787e-05
-0.000523038
0.000178468
3.80285e-05
-0.000757865
0.000195496
3.89701e-05
-0.00101932
0.000220392
3.734e-05
-0.00131756
0.000242324
4.19115e-05
-0.00167661
0.000291109
4.99743e-05
-0.0020969
0.0003305
3.87314e-05
-0.00250344
0.000266187
9.04967e-05
-0.00276631
6.86533e-05
0.000105702
-0.00292877
-6.93456e-05
0.000137783
-0.00293127
-0.000266218
0.000164863
-0.0028074
-0.000428821
0.000191345
-0.00255658
-0.000591915
0.000211069
-0.00217991
-0.000750763
0.000230517
-0.00169203
-0.000891203
0.000247185
-0.00111024
-0.00100527
0.000267187
-0.000483545
-0.00106394
0.000282939
0.000184711
-0.00109432
0.000314167
0.000721264
-0.000941564
0.000341114
0.00108512
-0.000726866
0.000361374
0.00115416
-0.000355734
0.000359892
0.000996032
-2.76232e-05
0.000321173
0.000710116
0.000167763
0.000277489
0.000428556
0.000213458
0.000240819
0.00020722
0.00018328
0.000219033
6.2505e-05
0.000125078
0.000188831
5.04313e-05
0.000146211
5.80502e-05
-0.000108359
3.6671e-05
0.000132584
-0.000154149
6.56097e-05
0.000182578
-0.000123489
8.82807e-05
0.00018765
-5.18207e-05
9.82881e-05
0.000148411
1.07412e-05
0.000103776
6.48856e-05
6.82091e-05
0.000106992
-6.64158e-05
0.000114496
0.000114156
-0.000257366
0.000174786
0.000133001
-0.000524463
0.00025168
0.000142097
-0.000855162
0.000328432
0.000153827
-0.00124464
0.000415262
0.000166345
-0.00168363
0.00049332
0.00018183
-0.00216753
0.00055564
0.000205853
-0.00267781
0.000589633
0.000234649
-0.00318534
0.000588778
0.0002663
-0.00367712
0.000552775
0.000298795
-0.00412827
0.000501144
0.000340843
-0.00451674
0.000428166
0.000381534
-0.00481688
0.000360932
0.000426965
-0.00498746
0.000240554
0.000453106
-0.00508646
6.70675e-05
0.000511877
-0.00506851
-0.000276157
0.000564646
-0.00495811
-0.000514195
0.000595589
-0.0047791
-0.000805386
0.000607115
-0.0045034
-0.00109004
0.000640483
-0.0041249
-0.00138088
0.000659638
-0.00364723
-0.00166073
0.000684883
-0.00306553
-0.00192123
0.000701579
-0.00238544
-0.00213842
0.000722581
-0.00163979
-0.00226195
0.000732436
-0.000875976
-0.00229236
0.000743038
-0.000115426
-0.00209323
0.000754907
0.00052432
-0.0017232
0.000777963
0.000952798
-0.00107651
0.000739323
0.001098
-0.000401699
0.000679593
0.000981299
0.000134661
0.00058729
0.000711701
0.000388305
0.00051048
0.000405438
0.000433906
0.00044905
0.000148716
0.000352885
0.00036307
0.00018593
0.00020659
5.54741e-05
-0.000183442
4.7051e-05
0.00010809
-0.000236981
9.50548e-05
0.000105241
-0.000152134
0.000128174
3.67802e-05
-8.60553e-06
0.000148907
-0.000108146
0.000132932
0.000151941
-0.000331211
0.00026664
0.000169223
-0.000642259
0.000400445
0.000188567
-0.00103846
0.000543181
0.000213755
-0.00151752
0.000693274
0.000248015
-0.00206176
0.000830067
0.000288944
-0.00264658
0.000946129
0.000324707
-0.0032331
0.00101314
0.000363107
-0.00379452
0.00103127
0.000404194
-0.0042971
0.00098902
0.000447338
-0.00474399
0.000904235
0.000484624
-0.00512879
0.000784858
0.000525017
-0.0054518
0.000646354
0.000569707
-0.00569311
0.000475427
0.00060977
-0.00584214
0.000302434
0.000640568
-0.00585226
4.09924e-05
0.000644568
-0.00578798
-0.000217732
0.000694845
-0.0056614
-0.000604195
0.000660388
-0.00549317
-0.000900479
0.00066397
-0.00530121
-0.00121875
0.000666153
-0.0050617
-0.00155652
0.000673268
-0.00475542
-0.00192147
0.000675735
-0.0043744
-0.00228233
0.000683218
-0.00391366
-0.00262676
0.000686315
-0.00337664
-0.0029192
0.000686885
-0.00276562
-0.00311088
0.000693236
-0.00210435
-0.00319367
0.000706827
-0.00136206
-0.00307005
0.000728378
-0.000627684
-0.00266069
0.000734767
1.23658e-05
-0.00189708
0.000764737
0.00044317
-0.000983398
0.000780941
0.000590341
-0.000132871
0.000732873
0.000526048
0.000372038
0.000660429
0.000332345
0.00057408
0.000593653
0.000127849
0.000528608
0.000472418
0.000301946
0.00024432
2.67464e-05
-0.000240341
5.81483e-05
8.46663e-06
-0.000263772
0.000120339
-8.29792e-05
-0.000105408
0.00016521
-0.000271099
0.000139094
0.000186739
-0.000556222
0.000387033
0.000205884
-0.000944654
0.000625188
0.000230886
-0.00143085
0.000854373
0.000267842
-0.00198839
0.00106523
0.000317632
-0.00258021
0.00124324
0.000362664
-0.00316258
0.00135926
0.000413248
-0.00370128
0.00142197
0.000458519
-0.00418582
0.00142678
0.00050323
-0.00458975
0.00135644
0.000537202
-0.00491501
0.00122395
0.000555696
-0.00516719
0.00106156
0.000570004
-0.00535477
0.000869358
0.00057862
-0.00549261
0.000671245
0.000584753
-0.00557304
0.0004415
0.000576763
-0.00560091
0.000221895
0.00055702
-0.00557293
-0.000101963
0.000521548
-0.00549612
-0.000407213
0.000494641
-0.00540446
-0.00079988
0.000446701
-0.00529848
-0.00110784
0.000432733
-0.00518594
-0.00143013
0.000417544
-0.00505488
-0.00178742
0.000419558
-0.00487908
-0.00220044
0.000420095
-0.00464146
-0.00262924
0.000431858
-0.00432328
-0.00306147
0.000442377
-0.00392199
-0.00344287
0.000457776
-0.00344966
-0.00371081
0.000467451
-0.00293519
-0.00383489
0.000481848
-0.00232207
-0.00379735
0.000526052
-0.0016088
-0.00348977
0.00056041
-0.000898547
-0.00271488
0.000615029
-0.000296961
-0.00169422
0.000700087
7.34977e-05
-0.000588068
0.000730399
0.000192545
0.000185941
0.000729017
0.000154115
0.000565193
0.0006594
6.12306e-05
0.000595872
0.000522697
0.000351769
0.000255873
-2.52951e-05
-0.000257667
6.95418e-05
-0.00015247
-0.000201441
0.000152198
-0.000377137
6.3743e-05
0.000205707
-0.000708614
0.000424105
0.000244577
-0.00112943
0.000766937
0.00027498
-0.00163414
0.00109178
0.000321832
-0.00217953
0.00136058
0.000380189
-0.00273094
0.00157742
0.000433358
-0.00324355
0.00171115
0.000482926
-0.00372103
0.00179119
0.000528575
-0.00413188
0.00178926
0.000555856
-0.00444652
0.0016947
0.000561099
-0.00466665
0.0015253
0.000548059
-0.00481055
0.0013191
0.000526383
-0.00489632
0.00109439
0.00049088
-0.00493776
0.00085339
0.000452272
-0.00495766
0.000628523
0.000409234
-0.00495676
0.000381015
0.000346287
-0.00495407
0.00016055
0.000271908
-0.00491747
-0.000216723
0.000173752
-0.00489773
-0.000503383
0.000135641
-0.00488459
-0.000867464
6.99721e-05
-0.00486366
-0.00117555
7.28662e-05
-0.0048388
-0.00149546
7.60954e-05
-0.00481043
-0.00185704
8.90407e-05
-0.00475866
-0.00229387
0.000102883
-0.00466691
-0.00276545
0.000130446
-0.00450857
-0.00327071
0.00016727
-0.00426135
-0.00374848
0.000213514
-0.00390461
-0.00413675
0.000261731
-0.00345699
-0.00436452
0.000302807
-0.00296152
-0.0043803
0.000339582
-0.00231165
-0.00420995
0.000386252
-0.001563
-0.00355021
0.000461663
-0.000851882
-0.00249131
0.000557049
-0.000319899
-0.00120867
0.000668371
-5.90035e-05
-0.000154895
0.000706536
1.91894e-05
0.000436538
0.000666525
1.16064e-05
0.000570065
0.000522651
0.000347086
0.000244174
-0.000112504
-0.000205827
8.91027e-05
-0.000360208
-3.62041e-05
0.000190388
-0.000719008
0.000342711
0.000262576
-0.00115594
0.000806099
0.000309002
-0.00165351
0.00121862
0.000359104
-0.00216806
0.00157
0.000418051
-0.00267073
0.00183017
0.000472813
-0.0031432
0.00202183
0.000526808
-0.00356553
0.00211199
0.000553625
-0.00390516
0.00210891
0.000555126
-0.00413391
0.00199447
0.000534216
-0.00426495
0.00180248
0.000498272
-0.00433095
0.0015679
0.000438603
-0.00434482
0.00130453
0.000369732
-0.00432482
0.00104168
0.000293623
-0.00429012
0.000785371
0.000215306
-0.00425557
0.000560297
0.000105327
-0.00423264
0.000322424
1.5143e-05
-0.00423522
0.000118466
-7.6725e-05
-0.00423738
-0.000241323
-0.000156793
-0.00426055
-0.000493744
-0.000189197
-0.00428814
-0.000854995
-0.000235208
-0.00431746
-0.00115063
-0.000237492
-0.00435101
-0.0014579
-0.000237912
-0.00439492
-0.00180377
-0.000222354
-0.00443792
-0.00223573
-0.000202137
-0.0044669
-0.00271986
-0.000162052
-0.00445565
-0.0032652
-0.000109709
-0.00437341
-0.00382497
-2.66644e-05
-0.00418231
-0.00433406
5.17564e-05
-0.00384732
-0.00471691
0.000126464
-0.00340748
-0.00485362
0.000203169
-0.00286322
-0.00480006
0.000238661
-0.00211384
-0.00434872
0.000315853
-0.00131407
-0.00335813
0.000418428
-0.000621639
-0.00198207
0.000553865
-0.000206526
-0.000646321
0.000674854
-5.75224e-05
0.000224612
0.00065345
-3.9998e-06
0.000475277
0.000515074
0.000320442
0.000235042
-0.000198961
-8.23806e-05
0.000104524
-0.000566213
0.000227997
0.000238914
-0.00102878
0.000720979
0.000327418
-0.00151632
0.0012348
0.000388713
-0.00200906
0.00166744
0.000451074
-0.00248269
0.00201156
0.000505626
-0.00293317
0.00226084
0.000563071
-0.0032989
0.0023814
0.000565328
-0.00356985
0.00237155
0.00054562
-0.00373401
0.00226947
0.000512264
-0.00382182
0.00208041
0.000445715
-0.00384276
0.00181682
0.000356757
-0.00381858
0.00152439
0.000254747
-0.00376987
0.00123191
0.000151814
-0.00371687
0.000966941
2.28694e-05
-0.00367462
0.000717671
-7.17623e-05
-0.00363509
0.00050731
-0.000161514
-0.00361718
0.000289569
-0.000243143
-0.00362006
9.81039e-05
-0.000328665
-0.00362917
-0.000240277
-0.000406733
-0.00365893
-0.00046659
-0.000450467
-0.00371301
-0.000795182
-0.000512804
-0.00377586
-0.00106801
-0.000505188
-0.00384225
-0.00136143
-0.000494774
-0.00392587
-0.00168547
-0.000472271
-0.0040226
-0.00209912
-0.000448636
-0.00412279
-0.00257459
-0.000408393
-0.00421253
-0.00312664
-0.000358223
-0.00426155
-0.00372492
-0.000288966
-0.00422181
-0.00432601
-0.000204221
-0.00405323
-0.00485683
-8.50226e-05
-0.0037066
-0.00518893
1.49812e-05
-0.00324925
-0.00526127
0.000101652
-0.00258434
-0.00504034
0.000181142
-0.00173966
-0.00424377
0.000265028
-0.000898244
-0.00288942
0.000401023
-0.000310417
-0.00131965
0.000558693
-4.81374e-05
-0.000118854
0.000598497
1.75588e-05
0.00034997
0.000492193
0.000304099
0.000220393
-0.000291903
0.000120201
0.000146625
-0.000750996
0.00057387
0.000302771
-0.00125838
0.0011395
0.00040871
-0.00174984
0.00167292
0.000477257
-0.00222252
0.00210682
0.000533868
-0.00265054
0.00243039
0.000576301
-0.00298092
0.00259005
0.000570116
-0.00320937
0.00261146
0.000549673
-0.00336266
0.00253963
0.000495618
-0.00343404
0.00235508
0.000402544
-0.00342226
0.00207474
0.000282986
-0.00337282
0.00175517
0.000160029
-0.00331152
0.00144818
1.47728e-05
-0.00325055
0.00115527
-0.000100018
-0.00320196
0.000894642
-0.000192987
-0.00315903
0.000656263
-0.000282366
-0.00311953
0.000457856
-0.000375642
-0.00309639
0.000264681
-0.000461789
-0.00309298
9.52168e-05
-0.000552303
-0.00310762
-0.000194843
-0.000630986
-0.00314626
-0.000404198
-0.000668774
-0.00320662
-0.000697004
-0.000725592
-0.00327284
-0.00095103
-0.000707154
-0.00334646
-0.00123088
-0.000685414
-0.00344198
-0.00152842
-0.000658883
-0.00355894
-0.00191475
-0.000633262
-0.0036963
-0.00236622
-0.000590096
-0.00384522
-0.00290663
-0.000537885
-0.0039833
-0.00351801
-0.000469798
-0.00407185
-0.00417379
-0.000389984
-0.00405631
-0.00481298
-0.000294268
-0.0038602
-0.00533581
-0.000177998
-0.00349027
-0.00560869
-5.18017e-05
-0.00293845
-0.00558369
4.49672e-05
-0.00213391
-0.00506313
0.000148868
-0.00120277
-0.00385105
0.00024122
-0.000459008
-0.00212995
0.000419362
-5.01153e-05
-0.000586658
0.000538393
1.39452e-05
0.000218705
0.000463773
0.000281667
0.000211344
-0.000355171
0.000381659
0.000168728
-0.000868057
0.000965632
0.000357226
-0.00138756
0.00157091
0.000471141
-0.00186103
0.00209905
0.000537567
-0.00228537
0.00251005
0.000582036
-0.00260764
0.00274699
0.000588117
-0.00284157
0.00283068
0.000571991
-0.00301063
0.00280595
0.000500272
-0.00307782
0.00263125
0.000385365
-0.0030508
0.00234467
0.000242663
-0.00298809
0.00200899
9.14675e-05
-0.00292106
0.00167602
-5.64164e-05
-0.00286924
0.00136673
-0.000178661
-0.00282906
0.00108501
-0.00028929
-0.00279601
0.000841054
-0.000391657
-0.00276008
0.000617089
-0.000479502
-0.00271872
0.000431484
-0.000565405
-0.00268252
0.000256091
-0.000642283
-0.00266243
0.000102978
-0.000717084
-0.00265951
-0.000136001
-0.000794039
-0.00268857
-0.000328268
-0.000818652
-0.00274637
-0.000582773
-0.000867557
-0.00281304
-0.000820057
-0.000840555
-0.00289011
-0.00108571
-0.000812616
-0.00298873
-0.00135895
-0.000780912
-0.00311329
-0.0017143
-0.000756698
-0.00326419
-0.00213475
-0.000718251
-0.00343996
-0.0026483
-0.000673322
-0.00362655
-0.00325025
-0.00060875
-0.00379571
-0.00392981
-0.000530778
-0.00389814
-0.00464776
-0.00043737
-0.00385738
-0.00531817
-0.000338171
-0.00360768
-0.00581636
-0.000222824
-0.00317218
-0.00599571
-9.01696e-05
-0.00248164
-0.00574142
9.08237e-06
-0.00156539
-0.00478159
0.000117327
-0.000668678
-0.00305948
0.000235129
-0.000109513
-0.00121279
0.00037703
2.46594e-05
2.19382e-05
0.000395219
0.000263049
0.000182032
-0.000379708
0.000663559
0.000221646
-0.000909149
0.0013739
0.000432947
-0.00141141
0.00198822
0.000554808
-0.00184865
0.00249474
0.000615596
-0.0022016
0.0028529
0.000635554
-0.00246758
0.00302396
0.00060799
-0.00266055
0.00305502
0.000532424
-0.00273727
0.00291794
0.000404675
-0.00271846
0.00264058
0.00024036
-0.00265581
0.00229027
6.50652e-05
-0.00259539
0.00193367
-9.44282e-05
-0.00255429
0.00160443
-0.000236162
-0.002531
0.00130971
-0.000361369
-0.00251089
0.00104148
-0.000466502
-0.00248113
0.000805966
-0.000559746
-0.00243401
0.000589395
-0.000636006
-0.00237225
0.000410332
-0.00070744
-0.00230848
0.000248598
-0.000770665
-0.00226423
0.000108429
-0.000827269
-0.00224392
-7.56983e-05
-0.000895507
-0.00226822
-0.000247629
-0.000917264
-0.00231699
-0.000466579
-0.000957434
-0.00238493
-0.000683759
-0.000924508
-0.00246542
-0.000933265
-0.000897585
-0.00256083
-0.00118839
-0.000861266
-0.00268268
-0.00151205
-0.000836376
-0.00283288
-0.00189862
-0.000799194
-0.00301885
-0.0023748
-0.000757777
-0.00323073
-0.00295188
-0.000701246
-0.00344858
-0.00363185
-0.00063202
-0.00362985
-0.00439464
-0.000543302
-0.00371617
-0.00517606
-0.000440271
-0.00361789
-0.00586602
-0.000334549
-0.00328539
-0.00629002
-0.000225063
-0.00271971
-0.00628532
-9.45517e-05
-0.00188044
-0.00561266
-3.20612e-06
-0.00091184
-0.0040397
0.000110276
-0.000248192
-0.00192109
0.000231926
2.65796e-05
-0.000304969
0.000300258
0.000246043
0.00014987
-0.00037365
0.000944275
0.000256875
-0.000886297
0.00177056
0.000490798
-0.00136701
0.00239133
0.000615779
-0.00177375
0.00287211
0.000663365
-0.00208067
0.00316301
0.00064823
-0.00229778
0.00326967
0.000578963
-0.00240302
0.00320136
0.000452753
-0.00240624
0.00296075
0.000276319
-0.00235768
0.00261053
8.19899e-05
-0.00230482
0.00223238
-0.000101343
-0.00227753
0.00187825
-0.00025838
-0.00227051
0.00156054
-0.000392094
-0.00226848
0.00127547
-0.000509373
-0.00225437
0.00101335
-0.000605527
-0.00221542
0.00077803
-0.00068624
-0.00214752
0.000561508
-0.000743955
-0.00205727
0.000383069
-0.000796426
-0.00196425
0.000231017
-0.000843701
-0.00189431
0.000101811
-0.000890217
-0.00185882
-4.39759e-05
-0.000943973
-0.00188842
-0.000175236
-0.000974797
-0.00193249
-0.000361927
-0.00100911
-0.00200407
-0.00055548
-0.000976139
-0.00209298
-0.000784231
-0.000952588
-0.00218559
-0.00102903
-0.00091742
-0.00229835
-0.00132712
-0.000890012
-0.00243405
-0.00168338
-0.000854628
-0.00260738
-0.00211917
-0.000816974
-0.00281974
-0.00265663
-0.000767062
-0.00306137
-0.00331199
-0.00070635
-0.00329777
-0.00408889
-0.000627049
-0.00346993
-0.00494387
-0.000534099
-0.00350489
-0.00578525
-0.000424644
-0.00331288
-0.00644499
-0.000317775
-0.00286076
-0.00670489
-0.000216277
-0.00212649
-0.00632149
-0.00011017
-0.00115767
-0.00500068
-2.53793e-05
-0.000365567
-0.00274012
9.98338e-05
1.01446e-05
-0.000710918
0.000181052
0.000213287
0.000104752
-0.000346024
0.00120506
0.000303494
-0.000827607
0.00214406
0.000558865
-0.00128339
0.00277723
0.000685986
-0.00164287
0.00321345
0.000713158
-0.00189854
0.00343522
0.000659503
-0.00205219
0.00346569
0.000541096
-0.002098
0.00329836
0.000357991
-0.00207607
0.0029741
0.000149054
-0.00203721
0.0025843
-6.42357e-05
-0.00202081
0.00219786
-0.000236219
-0.00202889
0.00185126
-0.000385196
-0.00204779
0.00154229
-0.000509346
-0.00205552
0.00125743
-0.000618465
-0.00203544
0.000990227
-0.000701576
-0.00197745
0.000743204
-0.000764043
-0.00187814
0.00051677
-0.000800182
-0.00175229
0.000332444
-0.000830831
-0.0016254
0.000188381
-0.000866539
-0.0015268
6.76155e-05
-0.000912559
-0.00148933
-3.60811e-05
-0.00097096
-0.00153307
-0.000113089
-0.0010155
-0.00158416
-0.000266879
-0.00104846
-0.00167033
-0.000436387
-0.00102088
-0.00176939
-0.000643788
-0.00100118
-0.00186456
-0.000882976
-0.000966111
-0.00196835
-0.00116524
-0.000935516
-0.00208667
-0.00149836
-0.000895429
-0.00223732
-0.00189798
-0.000857531
-0.00242867
-0.00239278
-0.000808885
-0.00266421
-0.00300696
-0.000754258
-0.00292509
-0.00376394
-0.000682533
-0.00316356
-0.0046517
-0.000595739
-0.00329944
-0.00560541
-0.000493933
-0.00324494
-0.00646469
-0.000382964
-0.00291929
-0.00700458
-0.00027668
-0.00230146
-0.00691568
-0.000189257
-0.00139714
-0.00588834
-0.000121971
-0.00048992
-0.00365527
-2.17466e-05
-2.85901e-05
-0.00120632
7.48796e-05
0.000143846
4.36362e-05
-0.000300209
0.00143329
0.000331332
-0.000738354
0.00248608
0.000603999
-0.0011545
0.00313436
0.000731872
-0.00146458
0.00351706
0.000732306
-0.00167868
0.0036791
0.0006452
-0.00178376
0.00362408
0.000474268
-0.00179944
0.00336681
0.000252728
-0.00178349
0.00298904
2.39338e-05
-0.00177505
0.00257614
-0.000180213
-0.0017974
0.00219509
-0.000344253
-0.00183657
0.00185391
-0.000477832
-0.00187074
0.00154406
-0.00059246
-0.00187824
0.00124721
-0.000688068
-0.00184575
0.000962743
-0.0007527
-0.0017625
0.000691847
-0.000792353
-0.00162649
0.000444295
-0.000800406
-0.00145659
0.000249424
-0.000812197
-0.00128422
9.92776e-05
-0.000839965
-0.00115629
-4.46449e-06
-0.00090243
-0.00112662
-4.78812e-05
-0.000988149
-0.00119864
-6.00778e-05
-0.00105713
-0.00127576
-0.000179285
-0.00108705
-0.00138506
-0.000324115
-0.00107471
-0.00150026
-0.000517918
-0.00105878
-0.00160267
-0.000755316
-0.00102167
-0.00170125
-0.00103282
-0.00098566
-0.00180152
-0.00135303
-0.000939075
-0.00192501
-0.00172395
-0.000896228
-0.0020854
-0.00217714
-0.000845822
-0.00229523
-0.00274215
-0.000794017
-0.00254995
-0.00345733
-0.000728673
-0.00281823
-0.0043373
-0.000652011
-0.00303339
-0.00535266
-0.000555633
-0.00309401
-0.00637422
-0.000447866
-0.00290529
-0.0071692
-0.000336702
-0.0024025
-0.00740049
-0.000241434
-0.00158664
-0.00668776
-0.000180855
-0.000616652
-0.00461905
-0.000143299
-6.11189e-05
-0.00178474
-3.67861e-05
4.92629e-05
-2.90922e-05
-0.000242293
0.00161686
0.000363894
-0.000629267
0.00278883
0.000657177
-0.000995319
0.00345099
0.000781229
-0.00126267
0.00378823
0.000761086
-0.00143794
0.00389403
0.000632809
-0.00151168
0.00375802
0.000419602
-0.00152317
0.00343074
0.000165663
-0.00153451
0.00302083
-6.92605e-05
-0.00156631
0.00260181
-0.000261029
-0.00162296
0.00222703
-0.000407616
-0.00168235
0.00188471
-0.000528219
-0.00172265
0.00156455
-0.000629815
-0.00172367
0.00124332
-0.000708973
-0.00167559
0.000931333
-0.000752784
-0.0015654
0.000620584
-0.000764176
-0.00138524
0.000341622
-0.000744877
-0.00116114
0.000127897
-0.000734526
-0.000928624
-3.97106e-05
-0.00077164
-0.000765784
-0.000113841
-0.000866257
-0.000750661
-8.1434e-05
-0.00100718
-0.000870456
-1.75068e-05
-0.0011278
-0.000998009
-8.28538e-05
-0.00116123
-0.00114504
-0.000202964
-0.00116938
-0.001285
-0.000405908
-0.00114748
-0.00139977
-0.000652552
-0.00110157
-0.00149478
-0.00093584
-0.00105371
-0.00157814
-0.00125292
-0.000992426
-0.00167307
-0.00160404
-0.000938849
-0.00179875
-0.00201831
-0.000879959
-0.00197445
-0.00253075
-0.000825704
-0.00220679
-0.00318868
-0.000762588
-0.00247705
-0.00403459
-0.000690864
-0.00273476
-0.00506765
-0.000600569
-0.00288529
-0.00620127
-0.000493791
-0.00281941
-0.00721876
-0.000379215
-0.00243542
-0.00776804
-0.000279048
-0.00172083
-0.00739337
-0.000210272
-0.000750076
-0.00557622
-0.000199416
-7.40718e-05
-0.00247402
-0.000167923
-5.75102e-05
-0.000111894
-0.000176936
0.00175319
0.000369563
-0.000503197
0.00304732
0.000677805
-0.00082108
0.00373302
0.000799938
-0.00105752
0.00403933
0.000761375
-0.00120158
0.00408785
0.00059877
-0.00126338
0.00388574
0.000350489
-0.00128976
0.00350892
8.26843e-05
-0.0013352
0.0030839
-0.000148088
-0.00140563
0.00266647
-0.000322568
-0.00149126
0.0022961
-0.000453108
-0.00156467
0.00194604
-0.000556081
-0.00160904
0.00160802
-0.000641217
-0.0016051
0.00125321
-0.000696413
-0.00154474
0.000900932
-0.000710256
-0.00140149
0.000532662
-0.0006867
-0.00117493
0.000217206
-0.000632361
-0.00087095
-4.03602e-05
-0.00060535
-0.000559373
-0.000238192
-0.000654997
-0.000343672
-0.000271432
-0.000794847
-0.000344057
-0.000171345
-0.00101448
-0.000536164
7.48795e-06
-0.00122589
-0.000736573
2.10617e-05
-0.00127303
-0.000941018
-6.90036e-05
-0.00130639
-0.00111847
-0.000299806
-0.00128039
-0.00125318
-0.00058157
-0.0012121
-0.00134665
-0.000882372
-0.00114644
-0.00141387
-0.00120609
-0.00106373
-0.00147891
-0.0015459
-0.000993971
-0.0015678
-0.00192318
-0.000921982
-0.00170519
-0.00237984
-0.000862231
-0.00190773
-0.00296847
-0.000797844
-0.00216723
-0.00375787
-0.000730512
-0.00244579
-0.004775
-0.000644581
-0.002656
-0.00598033
-0.000540199
-0.00268709
-0.00718074
-0.000421366
-0.00241405
-0.00803303
-0.000312895
-0.00179202
-0.00801213
-0.000234298
-0.000867272
-0.00649522
-0.000225408
-9.05091e-05
-0.00325024
-0.00024862
-0.000169894
-0.000197643
-0.000109045
0.00183504
0.000382591
-0.000366343
0.00324913
0.000709421
-0.000639921
0.0039783
0.000834973
-0.000847754
0.00426722
0.000777319
-0.000974021
0.00426807
0.00058385
-0.00103528
0.00401439
0.00030925
-0.00108598
0.00360982
2.5982e-05
-0.0011662
0.00318174
-0.000192163
-0.00127246
0.00277144
-0.000350477
-0.00138257
0.00240576
-0.00046523
-0.00146704
0.00204632
-0.000549656
-0.00151457
0.00168951
-0.000615231
-0.00151008
0.00129968
-0.000639605
-0.00144687
0.00090322
-0.000620514
-0.00127703
0.000447351
-0.00055169
-0.000987991
8.04278e-05
-0.000466376
-0.00058302
-0.00027674
-0.000410724
-0.000159668
-0.000491154
-0.000472789
0.000161773
-0.000542633
-0.000649351
0.000161595
-0.000378025
-0.00101372
-0.000172242
-7.54826e-06
-0.00138952
-0.00050456
0.000120152
-0.0014717
-0.000793052
3.99392e-05
-0.00151583
-0.00102023
-0.000230753
-0.00147218
-0.00116634
-0.000558911
-0.00137528
-0.00125228
-0.000891015
-0.00127068
-0.00129733
-0.00122657
-0.0011546
-0.00132735
-0.00156029
-0.00105868
-0.00137482
-0.00189969
-0.000968533
-0.00147038
-0.00229636
-0.000897667
-0.00163812
-0.00280405
-0.000828814
-0.00187933
-0.00351727
-0.000762636
-0.00216735
-0.00448699
-0.000681097
-0.00242427
-0.00572549
-0.000578251
-0.00253563
-0.00707293
-0.000456573
-0.00236001
-0.00821063
-0.000336671
-0.00182514
-0.0085494
-0.000250505
-0.000956686
-0.00736316
-0.000236177
-0.00012547
-0.00408123
-0.00029037
-0.000312204
-0.000271932
-2.85095e-05
0.00185811
0.000357192
-0.000224854
0.00341125
0.000701635
-0.000464923
0.00420313
0.000829609
-0.000651065
0.00448377
0.00075975
-0.000766636
0.00444274
0.000544321
-0.000836599
0.00415479
0.000247702
-0.000917958
0.00373604
-4.33154e-05
-0.00103162
0.00331795
-0.00025355
-0.00117253
0.00292249
-0.000395558
-0.00130938
0.00256521
-0.000497303
-0.00140559
0.00219797
-0.000558612
-0.00146165
0.00182653
-0.000598188
-0.00147553
0.00141844
-0.000581045
-0.00143444
0.000982597
-0.000509919
-0.00122983
0.000397048
-0.000367794
-0.000854448
-0.000104608
-0.000217396
-0.000352308
-0.000537653
-0.000128055
0.000194791
-0.000756885
-0.000158119
0.000655957
-0.000860392
-0.000387192
0.000735472
-0.000692752
-0.000943177
0.000307245
-0.000108607
-0.00154675
-0.000222442
0.000246242
-0.0017408
-0.000670321
0.000141129
-0.00180403
-0.000974779
-0.000224627
-0.00174497
-0.0011397
-0.000627675
-0.00158804
-0.00121155
-0.000991939
-0.00143182
-0.00122267
-0.00134045
-0.00126429
-0.00120668
-0.00166415
-0.00113332
-0.00120679
-0.00195757
-0.00101972
-0.00125643
-0.00228626
-0.000935745
-0.00138489
-0.0027021
-0.000860712
-0.00160081
-0.00332122
-0.000795538
-0.00189082
-0.00421241
-0.00071864
-0.00218591
-0.00544544
-0.000618756
-0.00237407
-0.00689809
-0.000493678
-0.00229888
-0.00829599
-0.00036083
-0.00185623
-0.00900112
-0.000258875
-0.00104477
-0.00817952
-0.000232887
-0.000176928
-0.00495337
-0.00030319
-0.00050612
-0.000321293
7.18611e-05
0.00178675
0.000351207
-7.12079e-05
0.00352225
0.000718062
-0.000288016
0.00440932
0.000852177
-0.000464398
0.00468781
0.000770066
-0.000569115
0.0046043
0.00052728
-0.000643077
0.00429216
0.000208364
-0.000746134
0.00387324
-9.63003e-05
-0.000886746
0.00347631
-0.000308325
-0.00105342
0.00310117
-0.000443195
-0.00121014
0.00275908
-0.000535047
-0.00131854
0.00239915
-0.000572217
-0.00138614
0.00203381
-0.000583821
-0.00144886
0.00166625
-0.000519615
-0.00147678
0.00123615
-0.000394476
-0.00125531
0.000474596
-0.000144464
-0.000790606
-0.000240476
8.83584e-05
-0.000200565
-0.000688559
0.000227177
0.000527542
-0.00097483
0.000188553
0.00128047
-0.00120034
-0.000147021
0.00152699
-0.00102991
-0.000888643
0.000901048
-0.000379194
-0.00181301
4.31398e-06
0.000195823
-0.00218285
-0.000672931
0.000135665
-0.00222598
-0.00102144
-0.000383666
-0.00206394
-0.0011654
-0.000843152
-0.00183509
-0.00121
-0.0012056
-0.0015992
-0.00117657
-0.00156692
-0.00137747
-0.0010967
-0.00187908
-0.00119799
-0.00103638
-0.0021125
-0.00106145
-0.00103605
-0.00235807
-0.000963289
-0.00112108
-0.0026728
-0.000881689
-0.00130068
-0.00318621
-0.000816655
-0.00157674
-0.00397028
-0.000744325
-0.00190233
-0.00514906
-0.000649774
-0.00217001
-0.00665283
-0.00052633
-0.00220985
-0.00827245
-0.000383071
-0.00188486
-0.00933629
-0.000267087
-0.00115266
-0.00891932
-0.000225993
-0.000264317
-0.00584993
-0.000301685
-0.000793541
-0.000364019
0.000142202
0.00166339
0.000295029
5.57989e-05
0.00359371
0.000674838
-0.000106353
0.00456497
0.000831544
-0.000249572
0.00487067
0.00073162
-0.000359252
0.0047656
0.000488694
-0.000427713
0.00443007
0.000127598
-0.000548402
0.0040184
-0.000165743
-0.000708505
0.00364514
-0.000391204
-0.000906353
0.00330709
-0.000524292
-0.00109248
0.00298771
-0.000614996
-0.00122562
0.00265624
-0.000628036
-0.00132264
0.0023161
-0.000615828
-0.00146874
0.00206019
-0.000523905
-0.00168652
0.00180046
-0.000332457
-0.00143307
0.00085768
0.000135402
-0.000840608
-0.000201387
0.000559201
-0.000135417
-0.000663702
0.000718421
0.000726649
-0.000900647
0.000756541
0.00189712
-0.00126135
0.000448939
0.00254862
-0.00109576
-0.000474513
0.00189859
-0.000107599
-0.00185721
0.000399177
0.000466787
-0.0026792
-0.000764345
-1.65859e-05
-0.00279206
-0.00117219
-0.000840307
-0.00251149
-0.00125815
-0.00132422
-0.00215198
-0.0012673
-0.00160045
-0.00180218
-0.00115958
-0.00195451
-0.00148356
-0.000990375
-0.002234
-0.00124404
-0.000858129
-0.00237326
-0.00108329
-0.00081046
-0.00250755
-0.000977627
-0.00085864
-0.00271194
-0.000894434
-0.000999541
-0.00311817
-0.000831159
-0.00124362
-0.00378275
-0.000762426
-0.00157018
-0.00486995
-0.000671092
-0.00190307
-0.00635426
-0.000546761
-0.00207301
-0.00812461
-0.000395783
-0.00190534
-0.0095148
-0.000263973
-0.00128374
-0.00954774
-0.000203674
-0.000379479
-0.00676511
-0.000268119
-0.00118617
-0.00036574
0.000218556
0.00147351
0.000288588
0.000190816
0.00360731
0.000709005
7.23683e-05
0.00467815
0.000855603
-2.38867e-05
0.0049889
0.000768621
-0.000114237
0.00489685
0.000487302
-0.000193098
0.00456116
8.95333e-05
-0.000322934
0.00415049
-0.000201481
-0.000487916
0.00378334
-0.000438973
-0.000688257
0.00346664
-0.000591
-0.000865619
0.00315767
-0.000694311
-0.00097407
0.00285678
-0.000711524
-0.00104412
0.00254697
-0.000723424
-0.00138165
0.00247643
-0.000735469
-0.00204346
0.00286753
-0.000542534
-0.00185533
0.00192004
0.000360053
-0.000976726
0.000114682
0.00103532
-0.000111874
-0.000568745
0.0010811
0.000836778
-0.000574601
0.00111117
0.00253247
-0.000871704
0.00114001
0.00433622
-0.000904362
-0.000116758
0.00413711
0.000525083
-0.00241312
0.00149371
0.00226421
-0.00351506
-0.000812884
0.00125282
-0.00323018
-0.00142261
-0.00105941
-0.00267883
-0.0013527
-0.00199775
-0.00229892
-0.00130412
-0.00209728
-0.00189759
-0.00111743
-0.00249995
-0.00151318
-0.00083609
-0.00275451
-0.00121452
-0.000624875
-0.00276387
-0.00104932
-0.000540908
-0.00274776
-0.000952697
-0.000566802
-0.00282874
-0.00087976
-0.000672235
-0.00312612
-0.000818615
-0.000880668
-0.00365826
-0.000756534
-0.00120137
-0.0046192
-0.000674854
-0.0015796
-0.00602757
-0.000561712
-0.00186896
-0.0078673
-0.000405413
-0.00188675
-0.00950702
-0.000263774
-0.00144171
-0.0100004
-0.000186805
-0.000560625
-0.00765979
-0.000238409
-0.00177014
-0.000372691
0.000202767
0.00132291
0.000200492
0.000234001
0.00358729
0.000639622
0.000204614
0.00472138
0.000806478
0.000151882
0.00507502
0.00071731
0.000108172
0.00498588
0.000439626
3.60476e-05
0.00465259
2.50204e-05
-9.48616e-05
0.00426178
-0.000279584
-0.00027628
0.00389991
-0.00055159
-0.000498544
0.00359859
-0.000730394
-0.000688229
0.00329059
-0.000851516
-0.000766014
0.00303976
-0.000883563
-0.000718163
0.0027546
-0.000903757
-0.0011463
0.00307749
-0.00106933
-0.00240372
0.00475696
-0.00118841
-0.00249088
0.0039524
-4.95617e-05
-0.00119511
0.000478542
0.00120223
-0.000122047
-0.000911322
0.00132559
0.000620683
-0.000732539
0.00115405
0.00226732
-0.00050974
0.00146089
0.00439546
-0.000898367
0.000136047
0.00406356
-5.10962e-05
-0.00305043
0.000297084
0.00365697
-0.00505712
-0.00227479
0.00292002
-0.00429667
-0.00200787
-0.00149699
-0.00278191
-0.00135129
-0.00297677
-0.00216378
-0.00129994
-0.00270708
-0.00191463
-0.00102974
-0.00318671
-0.00135147
-0.000604059
-0.00344517
-0.00100887
-0.000324846
-0.00326539
-0.000883543
-0.000260496
-0.00302762
-0.000862898
-0.000318036
-0.00297352
-0.00084378
-0.000405159
-0.00320499
-0.000791382
-0.000543282
-0.00364536
-0.000719086
-0.000790476
-0.00447503
-0.000633912
-0.00116338
-0.00573005
-0.000522623
-0.00155274
-0.00752034
-0.00037822
-0.00175903
-0.00931218
-0.00023446
-0.00153368
-0.0102255
-0.000158073
-0.000765116
-0.00843649
-0.00019021
-0.00255556
-0.00034143
0.000157227
0.00119924
0.000197065
0.000251102
0.00349918
0.000612339
0.000299595
0.00467976
0.000772378
0.000308526
0.00508469
0.000698048
0.000296995
0.00502283
0.000418353
0.000243064
0.00470346
3.41109e-06
0.000131525
0.00431303
-0.000319293
-2.93883e-05
0.00393884
-0.00062457
-0.000235415
0.00362568
-0.000840927
-0.000409781
0.00331655
-0.00100302
-0.000376412
0.00302234
-0.00110803
0.000211775
0.00264003
-0.00111127
0.00076254
0.00293475
-0.0017086
-0.000827077
0.00448674
-0.00407215
-0.0023294
0.00375123
-0.00319734
-0.00123798
-0.00010812
0.000720283
9.39201e-05
-0.00192825
0.00174652
0.000344332
-0.00176489
0.000699138
0.000172455
-0.00148537
0.000497064
0.000126438
-0.00156166
0.000413582
-4.25046e-05
-0.000777964
-0.00177582
-0.00155965
0.00250307
-0.00591934
-0.00281666
0.00105778
-0.00543513
-0.00191025
-0.00341504
-0.00260168
-0.00113995
-0.00442765
-0.00208763
-0.00121809
-0.00375599
-0.00182346
-0.000930721
-0.00423943
-0.00102015
-0.00028059
-0.00429767
-0.000576108
8.36774e-05
-0.00378668
-0.000573321
0.000100949
-0.00331411
-0.000740337
-3.88469e-05
-0.00313492
-0.000823419
-0.000164752
-0.00331043
-0.000781748
-0.000334187
-0.00363046
-0.000717337
-0.000569941
-0.0043645
-0.000636338
-0.000891062
-0.00551184
-0.000531493
-0.00126103
-0.00721177
-0.00034993
-0.00155045
-0.00904075
-0.000194782
-0.00148927
-0.0102963
-9.98343e-05
-0.000870993
-0.0090544
-0.000139073
-0.00344702
-0.000286566
0.00012882
0.00111832
0.000169812
0.000275202
0.00337506
0.000553629
0.0003842
0.0045889
0.000720929
0.000444896
0.00504927
0.000658528
0.000464439
0.00502779
0.00039943
0.000424128
0.00473718
-6.13988e-06
0.000315532
0.00435757
-0.000337204
0.000139085
0.00397309
-0.000661211
-3.32313e-05
0.00362018
-0.0009008
-0.00013969
0.00327899
-0.00109951
0.000103442
0.002796
-0.00133533
0.00112134
0.00197696
-0.00154993
0.00177141
0.00102108
-0.00300004
-0.000247176
0.000344939
-0.00634037
-0.00185324
0.000170058
-0.00425937
-0.000723053
-0.000701458
0.00166537
0.000783968
-0.0024944
0.00283213
0.00054874
-0.00312459
0.000990148
-0.00090742
-0.00291294
0.000312953
-0.00278096
-0.00274313
0.000585298
-0.00271637
-0.001089
5.66336e-06
2.05637e-06
0.0012302
-0.00165975
0.000960772
-0.000861696
-0.000739
0.00111858
-0.00381968
9.30312e-05
0.000461401
-0.00497698
-0.00109805
-0.000761143
-0.00516808
-0.0012496
-0.000772496
-0.00543748
-0.000317949
0.000163235
-0.00507606
0.000198566
0.000763618
-0.00428742
-6.96517e-05
0.000671754
-0.00365148
-0.000571665
0.00030051
-0.00333644
-0.000811275
9.47378e-05
-0.00344518
-0.000713601
-4.69926e-05
-0.00368188
-0.000632166
-0.000292264
-0.00425956
-0.000543666
-0.000647538
-0.0052567
-0.000468919
-0.00105695
-0.00687323
-0.000324723
-0.00138877
-0.00873139
-0.000138896
-0.00141291
-0.0102777
-3.53451e-05
-0.000907683
-0.0095637
-5.83865e-05
-0.00436828
-0.000230992
0.000130886
0.00102946
0.000156656
0.000319407
0.00321261
0.000504739
0.000469346
0.00446002
0.000670665
0.000563044
0.00497842
0.000625613
0.000606528
0.00500359
0.00038671
0.000587834
0.00474382
-1.91482e-06
0.000493754
0.0043802
-0.000340962
0.000300103
0.00400359
-0.000685186
7.69746e-05
0.00364213
-0.000949152
-0.00019265
0.00327608
-0.00121456
-0.000268467
0.00270548
-0.00146882
-0.000184839
0.00160875
-0.00158574
-0.000413154
-0.000645749
-0.00225328
-0.00116466
-0.00268138
-0.00309187
-0.000145059
-0.0012703
0.000186799
0.00140979
-0.000251266
0.00303982
0.00195623
-0.0019345
0.00354368
0.00122284
-0.00352141
0.0020374
-0.00014032
-0.00389933
0.0011731
-0.00209134
-0.00382013
0.00152332
-0.00283629
-0.00141476
0.00134284
0.000129431
0.000860873
0.00192973
0.00210299
-0.00105421
0.00153445
0.00189356
-0.0029446
0.000203095
0.000801405
-0.0049423
0.000329891
-0.000732318
-0.00633955
0.000188005
-0.00050562
-0.00601957
0.00131787
0.00104636
-0.00505487
0.0019152
0.0018416
-0.00435224
0.000985725
0.00139665
-0.00392451
-0.000206146
0.000664748
-0.0036059
-0.00069144
0.000331419
-0.0035518
-0.000574708
0.000129045
-0.00370093
-0.00049779
-0.000105549
-0.00417402
-0.000428294
-0.000439732
-0.00502919
-0.000366723
-0.000817786
-0.00655828
-0.000229376
-0.00113777
-0.00842351
-5.91859e-05
-0.00118816
-0.0102327
7.29328e-05
-0.000782249
-0.00996997
5.87278e-05
-0.00515904
-0.000142881
0.000139482
0.000934731
0.000132564
0.000361769
0.00302533
0.000443814
0.000546936
0.00430248
0.000611875
0.000666729
0.00488526
0.000585809
0.000725226
0.00496625
0.000373211
0.000717177
0.00474785
9.93448e-06
0.000620338
0.00441999
-0.000326197
0.000399072
0.00408903
-0.000671471
2.14223e-05
0.00384059
-0.000931684
-0.000671679
0.00364368
-0.00119192
-0.00173158
0.00355228
-0.00125245
-0.00304959
0.00314021
-0.000632192
-0.00372159
0.00136581
0.000922849
-0.00196659
-0.00013768
0.00344703
0.000740026
0.000791812
0.00487372
0.00165935
0.000972832
0.00434009
0.00179441
-0.000673833
0.00471777
0.00146549
-0.00223038
0.00395347
0.000641889
-0.00304369
0.00348253
-0.000778885
-0.00314605
0.00442741
-0.00139585
-0.000908188
0.00411161
0.000748516
0.000527051
0.00246595
0.00134989
-0.0023832
-0.00336601
-0.000655083
-0.00440996
-0.00417448
-0.000881497
-0.00436906
0.00221036
-0.000766991
-0.00533134
0.00322909
0.000152819
-0.00446879
0.00337523
0.00195532
-0.00352094
0.0034455
0.00275541
-0.00370486
0.00208604
0.00205087
-0.0039177
0.00048774
0.0011015
-0.00376664
-0.000255661
0.000619688
-0.00363018
-0.000284374
0.000345741
-0.00366944
-0.00024449
4.96633e-05
-0.00404713
-0.00023832
-0.000312301
-0.00477937
-0.000210544
-0.000684269
-0.00623765
-9.34786e-05
-0.0010029
-0.00810677
4.65005e-05
-0.00106205
-0.0101619
0.000163631
-0.000681851
-0.0103406
0.000168879
-0.00584344
-3.14725e-05
0.000136633
0.000838494
0.000117844
0.000386199
0.00281355
0.00039104
0.00060713
0.00411168
0.000559819
0.000759812
0.00475969
0.000553928
0.000844918
0.00490243
0.000369447
0.000866919
0.00472701
3.56916e-05
0.000813235
0.00442924
-0.000303937
0.000673648
0.00412216
-0.000668008
0.000374019
0.00392904
-0.000996377
-0.000454943
0.00388845
-0.00137555
-0.0020786
0.00433303
-0.00166697
-0.00427519
0.00490405
-0.000898309
-0.00519325
0.00414201
0.00160428
-0.0032776
0.00352174
0.00507701
-0.0005629
0.00393692
0.00639109
0.000471179
0.00288784
0.00580413
0.000956134
0.00120668
0.00633987
0.0010549
0.000368267
0.00589798
0.000863353
-8.62664e-05
0.00559311
0.000908681
1.20893e-06
0.00681369
0.00127657
0.000764708
0.00661841
0.0030529
0.000623778
0.00438854
0.00195506
-0.0030173
-0.00230783
-0.00133359
-0.00430291
-0.00289876
-0.00104827
-0.00113826
0.00375839
1.90247e-06
-0.00111708
0.0052393
0.000836693
-0.000869441
0.00506616
0.00235201
-0.000890773
0.00451873
0.00312832
-0.00229127
0.00312294
0.00250427
-0.00335292
0.00140375
0.00157464
-0.00352186
0.000379841
0.00099057
-0.00347894
0.000113659
0.000604911
-0.00348163
6.11773e-05
0.000250556
-0.00381482
6.28692e-06
-0.000165296
-0.00443532
-2.87816e-05
-0.000591477
-0.00583784
5.04775e-05
-0.000923973
-0.00775972
0.000147058
-0.000992396
-0.0100657
0.000275231
-0.000620377
-0.0106923
0.00028585
-0.00646039
8.63256e-05
0.000134285
0.000742651
9.86438e-05
0.000400237
0.00258815
0.00033504
0.000652574
0.00389219
0.000503131
0.000839277
0.00460162
0.000516599
0.0009583
0.00480516
0.000361413
0.00102139
0.00466706
5.11616e-05
0.00104517
0.00436575
-0.000287313
0.00105428
0.00400385
-0.000684033
0.00109972
0.00366095
-0.00113027
0.000856626
0.00334589
-0.00181851
-0.000682479
0.00321632
-0.0028851
-0.00373323
0.00335543
-0.00303075
-0.00503693
0.00359186
-0.000681562
-0.00233572
0.00455469
0.00348755
0.00119699
0.00516172
0.00444407
0.00195024
0.00391791
0.00355724
0.00193302
0.00342901
0.00573724
0.00171058
0.00375788
0.00674447
0.00150591
0.00266586
0.00556946
0.00165495
0.00242475
0.00468525
0.00180965
0.00236438
0.00448399
0.00225314
0.000787809
0.0037738
0.00172075
-0.00175188
0.00158423
0.000689831
-0.00171687
0.00164223
0.000544868
0.00158269
0.00241372
0.00063925
0.00247287
0.00366844
0.0010249
0.00222613
0.00500918
0.00196439
0.00105632
0.00430593
0.00273783
-0.000655974
0.00353134
0.00260919
-0.002114
0.00231462
0.00197472
-0.00267789
0.0012524
0.00140441
-0.00289102
0.000685274
0.000921898
-0.00296744
0.000396514
0.000462856
-0.00334295
0.000220897
-2.81746e-05
-0.00394269
0.000138839
-0.000526096
-0.0053167
0.000143823
-0.000907614
-0.0073139
0.000238462
-0.00101173
-0.00989856
0.000354511
-0.000660408
-0.0109983
0.000372637
-0.00709948
0.000160686
0.000120856
0.000657508
8.65945e-05
0.000393526
0.0023562
0.000290376
0.000668253
0.00365232
0.000455881
0.000883548
0.00441619
0.000491259
0.00102629
0.00468764
0.000371059
0.0011059
0.00460293
0.000107228
0.00114089
0.00432158
-0.000208056
0.00116826
0.0039398
-0.000554154
0.00127257
0.00350626
-0.000945882
0.00132776
0.00300785
-0.00153639
0.000226539
0.00225602
-0.0026266
-0.00229909
0.00167015
-0.00317799
-0.00314706
0.00272718
-0.00115411
0.000140434
0.00452471
0.00177483
0.00387136
0.00503836
0.00182846
0.00449592
0.00423397
0.000510874
0.00335752
0.00458995
0.00251817
0.00185438
0.0058319
0.00489444
0.00127834
0.00442213
0.00467025
0.00169638
0.00342627
0.00261857
0.00185671
0.00307181
0.00161657
0.00144221
0.00090841
0.0015357
0.00191159
-0.00119755
0.00166451
0.00234839
-0.00155638
0.00206518
0.000910948
0.000261284
-0.000409697
-0.000180552
0.00201872
0.000338601
0.000122603
0.00203159
0.00250084
0.000749112
0.000642466
0.00252443
0.00153204
-0.00012349
0.00278603
0.00207581
-0.000858568
0.00271327
0.00201452
-0.0015049
0.0019451
0.00163951
-0.00197185
0.00125251
0.00115409
-0.00220917
0.000802976
0.000660074
-0.00269294
0.000507442
0.000139485
-0.00330488
0.000325846
-0.000397613
-0.00468797
0.000269015
-0.000850956
-0.00675479
0.000361294
-0.00101589
-0.00963796
0.000468585
-0.000732134
-0.0112172
0.000495997
-0.00779895
0.000283982
0.000113173
0.000577268
7.54735e-05
0.000381693
0.0021296
0.000247921
0.000672312
0.00339765
0.000407184
0.000906746
0.00421355
0.00046057
0.00107054
0.0045502
0.000374054
0.00116137
0.00453223
0.000154619
0.00118142
0.00430438
-0.000139286
0.00114794
0.00396786
-0.000417664
0.00107547
0.00359193
-0.00070663
0.000881271
0.00320412
-0.00102016
0.000136112
0.00271546
-0.00141205
-0.00107117
0.00240774
-0.00158942
-0.00139239
0.0033633
-0.000627409
0.000602833
0.00467447
0.000532492
0.00292097
0.00519886
0.000676497
0.00392572
0.00483605
8.96352e-05
0.00343991
0.00458477
0.000362865
0.000957628
0.00543262
0.00120818
-0.00025191
0.00529181
0.00337655
0.000783179
0.00472964
0.00423091
0.00174964
0.00407638
0.00339968
0.00186715
0.00199098
0.00243173
0.0023618
-0.000429173
0.00170493
0.00217119
-0.00207926
0.000759461
0.000358905
-0.00218625
-0.00163178
-0.000877982
-0.000863009
-0.00177405
-0.000894576
-0.000410417
-0.000282895
-0.000460296
-0.000695862
0.000767474
0.00049332
-0.000371524
0.00174401
0.00142753
-0.000330173
0.00225677
0.00179368
-0.000725864
0.00186446
0.00164466
-0.00121907
0.00129317
0.00122296
-0.00151333
0.000853138
0.000739664
-0.00206221
0.000559923
0.000237037
-0.00267155
0.000387118
-0.000294087
-0.00404383
0.000308546
-0.000803872
-0.00611878
0.000387208
-0.00105446
-0.00927428
0.000503642
-0.000849178
-0.0113507
0.000543137
-0.00860834
0.000326925
0.000101571
0.000504104
7.75567e-05
0.000355712
0.00191671
0.000214986
0.000656993
0.0031333
0.000369265
0.000914428
0.0039868
0.000434091
0.00110481
0.00438557
0.000380219
0.00122693
0.00442951
0.000201875
0.00127305
0.00426334
-6.71131e-05
0.0012589
0.00397852
-0.000313386
0.00118796
0.00366376
-0.000567783
0.00102283
0.00336444
-0.000823522
0.000647089
0.00309099
-0.00106671
-2.65714e-05
0.00299578
-0.0012165
-0.000469963
0.00350948
-0.00107845
-4.86618e-05
0.00427072
-0.00059023
0.000636978
0.00490124
-0.000112131
0.00171805
0.00476474
-4.28106e-06
0.00274393
0.00404607
1.93167e-05
0.00103725
0.00394281
-0.00103759
-0.000571357
0.00477631
0.000386028
0.000122134
0.00512549
0.00339671
0.00122736
0.00462722
0.00371113
0.0019216
0.00315398
0.00313739
0.00219954
0.000917913
0.00196926
0.00153251
-0.000524201
0.000730215
0.000357657
-0.00101966
-1.63447e-05
-0.000110861
-0.000961302
-0.000102091
-0.00017392
-0.000940504
0.000423766
-2.38755e-06
-0.000755832
0.00103607
0.000732469
-0.000156713
0.00164993
0.00144189
-1.86943e-05
0.0018171
0.00172057
-0.000263261
0.00151915
0.00159863
-0.000732208
0.00107603
0.00123156
-0.00102266
0.000717669
0.000793484
-0.00155899
0.000483493
0.000328052
-0.00211089
0.00036251
-0.000170024
-0.00344993
0.00027766
-0.000701637
-0.00545733
0.000371969
-0.00102801
-0.00883012
0.000508291
-0.000922855
-0.0113823
0.000569217
-0.00948907
0.000367026
0.000106074
0.000424139
8.33131e-05
0.000335997
0.00172387
0.000196651
0.000631132
0.00287766
0.00032535
0.000902467
0.00374571
0.000406435
0.00111321
0.00419969
0.000375249
0.00126419
0.00429545
0.000235071
0.00135135
0.00418302
-7.42881e-07
0.00137909
0.00393953
-0.000230164
0.00135358
0.00366747
-0.000473761
0.00126559
0.00340369
-0.00071682
0.00107851
0.00320356
-0.0009467
0.000728582
0.00312227
-0.0011516
0.00039799
0.00324294
-0.00128702
0.000297696
0.00370073
-0.00113731
0.000221737
0.00416173
-0.000892185
0.000600127
0.00416436
-0.000638726
0.00166816
0.00386724
-0.00020432
0.0010306
0.00336117
-0.00110146
-8.61726e-05
0.00399073
-0.00066675
0.000295382
0.00476163
0.00107752
0.00098691
0.00448552
0.00182879
0.00186329
0.00363511
0.00213454
0.0019372
0.0020013
0.00153471
0.00123216
0.000912259
0.000910866
0.000797316
0.000797723
0.0012746
0.000847356
0.00054494
0.00162392
0.00096502
0.000340243
0.00159532
0.00105318
0.000320875
0.00157253
0.00132788
0.000502096
0.00162123
0.00164854
0.000409097
0.00154803
0.00176394
0.000167131
0.00127707
0.00160224
-0.000284713
0.000933307
0.00126082
-0.000565293
0.000627395
0.000885596
-0.00111847
0.000418
0.000428535
-0.00157933
0.000297937
-4.69658e-05
-0.00288447
0.000234506
-0.000612038
-0.00477227
0.00031865
-0.00101285
-0.00831327
0.000480436
-0.00101474
-0.0113142
0.00056091
-0.0104684
0.000380988
9.21453e-05
0.000352367
9.80595e-05
0.000304082
0.0015451
0.000195132
0.000585044
0.00263165
0.000306942
0.000870379
0.00349159
0.000379032
0.00111296
0.00397971
0.000375716
0.00130049
0.00412074
0.000265939
0.00143756
0.00404545
8.23529e-05
0.00152243
0.00383708
-0.000143734
0.0015568
0.00359827
-0.000377142
0.00154282
0.00335541
-0.000612368
0.00147632
0.00317284
-0.000840647
0.00134088
0.00306575
-0.00106247
0.00112527
0.00306257
-0.00129815
0.000939453
0.00323059
-0.00140679
0.000690501
0.00344406
-0.00146745
0.000627531
0.00353825
-0.00134777
0.000944988
0.0036975
-0.00084256
0.000706524
0.00342562
-0.000889932
0.000306763
0.00369847
-0.000554858
0.000556818
0.0041465
2.15089e-05
0.00088683
0.00397951
0.000401035
0.00139827
0.00352296
0.000921945
0.00153816
0.00250654
0.000852771
0.00121878
0.00168684
0.000698804
0.00102508
0.00149819
0.000934857
0.00107001
0.00133246
0.00125426
0.00126568
0.00117767
0.00139558
0.0014445
0.00103195
0.00138828
0.00163498
0.00098973
0.00133066
0.00177023
0.00076443
0.00117396
0.00177887
0.000512349
0.000953206
0.00160305
7.65403e-05
0.000685379
0.00126995
-0.000167328
0.000450494
0.00091131
-0.000728566
0.000305801
0.000469548
-0.00110016
0.000185806
2.50372e-05
-0.0023746
0.000160427
-0.000549666
-0.00409367
0.000243507
-0.00103386
-0.00772641
0.000433165
-0.00113647
-0.0111628
0.00053593
-0.0115875
0.000385906
8.75977e-05
0.000278448
0.000108775
0.000264653
0.00139706
0.000201265
0.000526073
0.00240192
0.000299713
0.000797054
0.00324859
0.000366181
0.00105968
0.00373946
0.000368648
0.00128127
0.00391088
0.000286963
0.00146157
0.00386468
0.000129099
0.00161014
0.00366662
-7.17936e-05
0.00171291
0.003453
-0.000291937
0.00177349
0.00322298
-0.000520406
0.00179454
0.00304023
-0.000748643
0.00176846
0.0029066
-0.000975454
0.00167728
0.00283293
-0.0012212
0.00156279
0.00285194
-0.00140701
0.00133379
0.00290693
-0.00159711
0.00111055
0.0029905
-0.00161768
0.00108225
0.00324195
-0.00137077
0.000913713
0.00322929
-0.00123038
0.000784922
0.00340255
-0.000957854
0.000804
0.00352411
-0.000747493
0.000845631
0.00341579
-0.0004615
0.00105203
0.00323736
3.91212e-05
0.00125714
0.00269025
0.00033007
0.00126382
0.00219604
0.000485376
0.00124263
0.00193596
0.000658369
0.00133519
0.00172329
0.000868257
0.00151896
0.00159956
0.00100412
0.00168728
0.00141237
0.00101798
0.00182189
0.00128616
0.000963703
0.00188247
0.00100399
0.000825925
0.00181423
0.0007781
0.000674421
0.00164779
0.000348099
0.000474069
0.00134953
0.000150171
0.000308457
0.000995597
-0.000389184
0.000185447
0.000562824
-0.000668814
9.95338e-05
9.51713e-05
-0.00185837
6.40817e-05
-0.000495273
-0.00341682
0.000182146
-0.00110065
-0.0070332
0.000365044
-0.00130273
-0.0109272
0.000492712
-0.0128886
0.000369946
2.96051e-05
0.000258242
0.000134123
0.000179174
0.00126926
0.000226847
0.000412454
0.00219269
0.000317242
0.000701045
0.00298065
0.000377132
0.000991034
0.00346335
0.000388101
0.00127234
0.00363344
0.000321806
0.00150042
0.00363008
0.000193737
0.00171527
0.00342447
2.64184e-05
0.00188274
0.0032395
-0.000196624
0.00201127
0.00302076
-0.000413942
0.00209843
0.00283921
-0.000637377
0.00214428
0.00268994
-0.000861025
0.00212501
0.0025827
-0.00109899
0.00206203
0.00253585
-0.00130093
0.00189635
0.00252165
-0.0014948
0.00169621
0.00256811
-0.00158541
0.00158466
0.00276126
-0.0015094
0.00141967
0.00284032
-0.00145042
0.00129372
0.00301199
-0.00126929
0.00121285
0.00303772
-0.00112194
0.00112098
0.00297603
-0.000908789
0.00120005
0.00292933
-0.000513307
0.00135512
0.00260765
-0.000151314
0.00143804
0.00226152
4.89487e-05
0.0014769
0.00203462
0.000189413
0.00159147
0.00181916
0.000386978
0.00173767
0.00170996
0.000526732
0.00187741
0.0015142
0.000585144
0.00196852
0.00139032
0.000577936
0.00198806
0.00110783
0.00049437
0.0018904
0.00094743
0.000395209
0.00170938
0.000549825
0.000276132
0.00146473
0.000371297
0.000154352
0.00112487
-6.11686e-05
7.1553e-05
0.000733451
-0.000273355
4.62042e-06
0.000246457
-0.00133763
9.28369e-07
-0.000383683
-0.00270104
9.86037e-05
-0.00110721
-0.00622832
0.000310295
-0.00141775
-0.01059
0.000439567
-0.0143102
0.000356396
-4.67698e-06
0.000265318
0.000166279
6.28308e-05
0.00121687
0.000263582
0.000262039
0.00201088
0.00034503
0.000516718
0.00273674
0.00040124
0.00081322
0.00317253
0.000420366
0.00114714
0.00329144
0.000362709
0.00143635
0.00332501
0.000256641
0.0017207
0.00311099
0.000106457
0.00196032
0.00294014
-8.66543e-05
0.00216304
0.00274026
-0.000302942
0.00231586
0.00257337
-0.000518275
0.00242225
0.00242062
-0.000735379
0.00246632
0.00230333
-0.000964084
0.00245677
0.00223017
-0.00117101
0.00236748
0.0021898
-0.00136251
0.00224443
0.00220355
-0.00148749
0.00214737
0.00232713
-0.00151691
0.00200536
0.00240244
-0.00154322
0.00184734
0.00256077
-0.00148985
0.00168981
0.00255245
-0.00141766
0.00149546
0.00253041
-0.00127945
0.00147383
0.00250857
-0.000974064
0.00153725
0.00231017
-0.000633298
0.00161444
0.00206458
-0.000368901
0.00167499
0.00189261
-0.000152634
0.00180937
0.00167342
1.22544e-05
0.00195298
0.00159975
0.000150319
0.00209396
0.0014152
0.000222448
0.00216367
0.00133827
0.000260582
0.00216221
0.00110361
0.000234742
0.00206506
0.00102254
0.000183339
0.0018907
0.000680409
0.00011246
0.00166101
0.000545902
5.5641e-05
0.00139369
0.000153629
-4.01984e-06
0.00108675
2.20393e-05
-3.1322e-05
0.000631387
-0.000854027
-6.50559e-05
-3.23952e-05
-0.00195272
5.81722e-05
-0.000898886
-0.00528075
0.000224667
-0.0013303
-0.0101221
0.000393072
-0.0156348
0.000342079
-0.000176764
0.000444624
0.000187254
-0.000170634
0.00121561
0.000320831
-4.47779e-05
0.0018886
0.000408233
0.000278578
0.00241053
0.000453498
0.000633556
0.00280479
0.000473585
0.00103786
0.00286205
0.000432671
0.00141285
0.00291983
0.000341697
0.00175539
0.00272229
0.000202441
0.00206856
0.0025598
4.84044e-05
0.00232685
0.00239071
-0.000160132
0.00254761
0.00223816
-0.000370553
0.00271229
0.00210152
-0.000580877
0.00281533
0.00198907
-0.000798183
0.00286334
0.00191116
-0.00100507
0.00284063
0.00186526
-0.00119857
0.00277227
0.00185893
-0.001352
0.00268713
0.00194028
-0.0014427
0.00255251
0.00200138
-0.00152031
0.00238001
0.00214436
-0.0015388
0.00218292
0.00210344
-0.00151126
0.00194048
0.00209421
-0.00144256
0.00184577
0.00204797
-0.00121102
0.00184497
0.00190633
-0.000911674
0.00191201
0.00169782
-0.000657789
0.00198137
0.00159013
-0.000431343
0.0021173
0.00139368
-0.000220303
0.00224617
0.00138565
-8.04101e-05
0.00237295
0.00121442
6.47026e-06
0.00243755
0.00120964
5.01911e-05
0.00243063
0.00103677
5.45654e-05
0.00232985
0.00104386
3.76122e-05
0.00218059
0.000747383
2.96404e-08
0.00196288
0.000680928
-2.83416e-05
0.00176612
0.000290548
-6.70005e-05
0.00155963
0.000191334
-8.06242e-05
0.00125672
-0.00051453
-8.16264e-05
0.00069785
-0.0013332
-2.39027e-06
-0.000275794
-0.00419444
0.000205955
-0.000897462
-0.00947193
0.000319511
-0.0165154
0.00033994
-8.09616e-05
0.000519038
0.000238449
-0.000304349
0.00143217
0.000384279
-0.000333846
0.00190816
0.000480729
-0.000139727
0.0021926
0.00052658
0.000258459
0.00238175
0.000555486
0.000728268
0.00234309
0.000500948
0.00123299
0.00236785
0.00043443
0.00166183
0.0022279
0.00031172
0.00206851
0.00208507
0.000154476
0.00239894
0.00195076
-3.1945e-06
0.00268342
0.00183283
-0.000212696
0.00291033
0.00172349
-0.000413948
0.00307854
0.00163083
-0.000625981
0.00319243
0.00155942
-0.000828127
0.00323595
0.00152216
-0.00102043
0.00322673
0.00150684
-0.0011876
0.00317526
0.0015682
-0.00131467
0.00306858
0.00162088
-0.00142543
0.00290739
0.00176672
-0.00148762
0.00269454
0.0017274
-0.00148475
0.00243564
0.00172716
-0.00146262
0.00229099
0.00164473
-0.00128634
0.00222905
0.00150774
-0.00104102
0.00226026
0.0012922
-0.000811191
0.00234037
0.00120267
-0.000590859
0.00251368
0.000985892
-0.000391845
0.00266982
0.00103938
-0.000235987
0.00283312
0.000890961
-0.00013419
0.00293313
0.000968554
-7.94418e-05
0.0029625
0.000871531
-5.49789e-05
0.00291378
0.000967829
-4.62576e-05
0.00280961
0.000735999
-5.20299e-05
0.00268699
0.000704643
-5.98216e-05
0.00256864
0.000327209
-7.16805e-05
0.00250093
0.000210372
-6.11846e-05
0.00236743
-0.000372184
-7.69082e-05
0.00205374
-0.000959785
1.02402e-05
0.00108846
-0.00313321
0.000116642
0.00018036
-0.00850283
0.000330638
-0.0163088
0.000352861
-0.000815594
0.00131976
0.000291295
-0.000910065
0.00150687
0.000497858
-0.000844197
0.00181108
0.000586982
-0.000567333
0.00186577
0.000635646
-4.44725e-05
0.00180057
0.00067269
0.000466926
0.00175738
0.000612887
0.00106709
0.00169312
0.000559664
0.00157446
0.00163304
0.00044511
0.00204306
0.00152269
0.000296064
0.00244765
0.00144524
0.000142261
0.0027886
0.00136137
-2.86775e-05
0.00307983
0.00127918
-0.000221436
0.00331569
0.00121302
-0.000421113
0.00350341
0.00115459
-0.000620582
0.00362448
0.00113315
-0.000807689
0.00368611
0.00112497
-0.000983567
0.0036997
0.00118072
-0.0011301
0.00364147
0.00125133
-0.0012561
0.00352025
0.00141715
-0.00134319
0.00336191
0.0013663
-0.00135746
0.00320705
0.00132645
-0.00136401
0.00314441
0.00120862
-0.00122516
0.00316648
0.00103141
-0.0010264
0.00327629
0.000788619
-0.000830797
0.00343108
0.000709242
-0.000641743
0.00364491
0.000491328
-0.000450944
0.00384852
0.000595403
-0.000306621
0.00401645
0.000512214
-0.000199456
0.00416428
0.000636184
-0.000129987
0.00424629
0.000621414
-8.70389e-05
0.00427996
0.000778578
-5.76451e-05
0.0042416
0.000633346
-4.86179e-05
0.00422128
0.000602747
-3.84723e-05
0.0041669
0.000280676
-4.42921e-05
0.00415671
0.000140247
-1.36852e-05
0.00408782
-0.000326609
-2.16804e-05
0.00398218
-0.00084249
4.09436e-05
0.00321659
-0.00228989
0.000113971
0.00185266
-0.00707403
0.000295924
-0.0144455
0.000349478
-0.00190706
0.00317946
0.000604293
-0.00204272
0.00158001
0.000808391
-0.00181674
0.00151337
0.000805507
-0.00116136
0.00112569
0.000802241
-0.000394786
0.000944472
0.000804567
0.000402993
0.000856211
0.000749844
0.0011775
0.000819669
0.000687161
0.00190164
0.000800176
0.000588679
0.00255379
0.00076009
0.000454256
0.00314588
0.000734338
0.000311732
0.00366968
0.00070585
0.00014652
0.00413489
0.000663953
-2.52326e-05
0.00454221
0.000629647
-0.00021012
0.00489093
0.000597847
-0.000398057
0.00518733
0.000590485
-0.000583485
0.00542175
0.000598453
-0.000752404
0.00561543
0.000648219
-0.000903282
0.00578745
0.000690837
-0.00103028
0.005963
0.000821979
-0.00111429
0.00607636
0.000794921
-0.0011506
0.00620762
0.000710027
-0.00117768
0.00637256
0.000604905
-0.00107432
0.00653794
0.000453631
-0.000933308
0.00670016
0.000259041
-0.000777549
0.00687592
0.000212775
-0.000615166
0.0070317
5.43812e-05
-0.000467604
0.00725721
0.000117494
-0.000326055
0.00741396
0.000126797
-0.000222306
0.00761367
0.00023785
-0.000136958
0.00776532
0.000284361
-7.39066e-05
0.00797221
0.000408922
-3.00169e-05
0.00807769
0.000383248
-7.80918e-06
0.00820852
0.000345507
1.35462e-05
0.00821801
0.000167702
1.56009e-05
0.00825334
2.48112e-05
4.1829e-05
0.00816122
-0.000287968
4.29398e-05
0.00801371
-0.000723904
7.57215e-05
0.00742879
-0.00169985
0.000123659
0.00491053
-0.00453526
0.000219313
-0.00954819
0.000298864
0.00315114
0.000355371
0.00469513
0.000434548
0.00616631
0.000464511
0.00724068
0.00046753
0.00813036
0.000465344
0.00892009
0.000443206
0.00966997
0.000411445
0.0103887
0.000362961
0.0110589
0.000288343
0.0116942
0.000190951
0.0122864
7.24976e-05
0.0128212
-6.53692e-05
0.0132972
-0.000214755
0.0137117
-0.000377167
0.0140841
-0.000544623
0.0144221
-0.000701592
0.0147702
-0.000848493
0.0151142
-0.000981277
0.0155575
-0.0010583
0.0159488
-0.00110725
0.0162338
-0.00114986
0.0164564
-0.00106615
0.0165541
-0.000952015
0.0164937
-0.000820919
0.0164335
-0.000676837
0.0162513
-0.000547918
0.0161577
-0.000419464
0.0160893
-0.000318327
0.0161451
-0.000240177
0.0162623
-0.000174963
0.0165176
-0.00010708
0.0167624
-6.93324e-05
0.0169842
-2.94367e-05
0.0170466
-2.12738e-05
0.0169789
3.78314e-06
0.0166247
1.27059e-05
0.0158488
3.369e-05
0.0141217
7.26684e-05
0.00957607
0.000114575
0.000205201
3.19645e-05
-4.01099e-05
3.75246e-05
8.34773e-05
-6.1241e-05
4.81777e-05
0.000125848
-5.23894e-05
5.72085e-05
0.000146208
-2.90268e-05
6.27261e-05
0.00015041
-1.25126e-05
6.87788e-05
0.000143755
-4.94731e-07
7.56687e-05
0.000136233
1.08068e-07
8.21191e-05
0.000131271
-1.60154e-06
8.7186e-05
0.000116503
7.94442e-06
8.90787e-05
8.41531e-05
2.88209e-05
8.93801e-05
1.92446e-05
6.22629e-05
8.3521e-05
-8.26741e-05
0.00010196
7.41586e-05
-0.000211062
0.000128665
6.47572e-05
-0.000376139
0.000158438
6.15174e-05
-0.000600932
0.000185334
7.74873e-05
-0.00083282
0.000197855
7.30019e-05
-0.00110316
0.000219145
8.85359e-05
-0.00140891
0.000243932
0.000103723
-0.00178599
0.000286629
0.00014043
-0.0022118
0.000304124
0.000160419
-0.00260097
0.000221268
0.0002584
-0.00285447
6.16335e-06
0.000353045
-0.00300161
-0.0001562
0.000441124
-0.00301078
-0.000349879
0.000523913
-0.0028924
-0.000534359
0.000607327
-0.0026479
-0.000717348
0.000683918
-0.0022765
-0.000894668
0.000753777
-0.00178892
-0.00105282
0.000812428
-0.00120037
-0.00118113
0.000859771
-0.00056571
-0.00123924
0.000887513
0.000101972
-0.00126101
0.000907497
0.000646259
-0.00108419
0.000881016
0.00102223
-0.000824708
0.000810112
0.00110589
-0.000411676
0.000687911
0.000950687
-4.96977e-05
0.000526074
0.00067109
0.000162613
0.000394472
0.000398154
0.000212598
0.000301158
0.000189731
0.000181598
0.000245859
5.53144e-05
0.000124454
0.000198795
5.23158e-05
0.000149211
5.59532e-05
-0.000109039
4.96457e-05
0.000125356
-0.000150968
8.59348e-05
0.000167807
-0.000116451
0.000109893
0.000164442
-4.3006e-05
0.000115632
0.000114526
2.1568e-05
0.000119611
2.12719e-05
7.82364e-05
0.000121513
-0.000120491
0.000131006
0.00012502
-0.0003254
0.000196083
0.000140225
-0.000602144
0.000278587
0.000148196
-0.000942472
0.000357873
0.000165102
-0.00134191
0.000445174
0.000182873
-0.0017885
0.000517894
0.00021249
-0.00227846
0.00057174
0.000252738
-0.0027926
0.000600692
0.000306537
-0.00330386
0.000591453
0.00037144
-0.00380084
0.000546143
0.000447486
-0.00425724
0.000482686
0.000533696
-0.00464638
0.000396898
0.000617709
-0.00496077
0.0003158
0.000712187
-0.00512167
0.000146188
0.000771942
-0.00520409
-4.9013e-05
0.000864577
-0.00516839
-0.000389469
0.000924585
-0.0050604
-0.000652269
0.000983665
-0.00488228
-0.000955972
0.00103509
-0.00461341
-0.00126154
0.0010988
-0.00424909
-0.00157054
0.00114852
-0.00378615
-0.00186928
0.00119654
-0.00322596
-0.00214189
0.00123046
-0.00257256
-0.00236891
0.00125696
-0.00185216
-0.00249669
0.00126949
-0.00109638
-0.00253152
0.00125777
-0.000338689
-0.0023168
0.00122982
0.000325785
-0.00188518
0.00117396
0.000784319
-0.00118414
0.00105326
0.000958091
-0.000454208
0.000910333
0.000870376
0.00011277
0.000724848
0.000629254
0.000378006
0.000586196
0.000355467
0.000420166
0.000484271
0.000129313
0.000342047
0.000371631
0.000180502
0.000207717
5.0776e-05
-0.000181939
6.91749e-05
9.3208e-05
-0.000227533
0.000129186
7.80827e-05
-0.000137235
0.000164082
-6.01196e-06
1.31825e-05
0.000176811
-0.000171065
0.000156969
0.000181591
-0.000412698
0.000297597
0.000191496
-0.000743936
0.000439429
0.000211381
-0.00116138
0.00058948
0.000237798
-0.00165365
0.000744632
0.000274239
-0.00220066
0.00087559
0.000318238
-0.00277554
0.000979572
0.000365184
-0.00334461
0.00103018
0.000419896
-0.00388504
0.00103325
0.000483117
-0.00436761
0.00097909
0.000551511
-0.00479738
0.000880559
0.000625286
-0.00516276
0.000743219
0.000693317
-0.00546376
0.000586994
0.000766402
-0.00567978
0.000392087
0.000830604
-0.00581
0.000196203
0.000890389
-0.00581645
-0.000112175
0.000909377
-0.00572847
-0.0003936
0.000951455
-0.00561613
-0.000794766
0.000953344
-0.00545287
-0.00110846
0.000956895
-0.00526976
-0.0014342
0.000961267
-0.00505361
-0.00178162
0.000977204
-0.00477751
-0.00215694
0.000986033
-0.00443167
-0.00252999
0.000998095
-0.00400365
-0.0028845
0.0010009
-0.00350242
-0.00318144
0.000998187
-0.00293382
-0.00336622
0.000994172
-0.00231576
-0.00343811
0.00099535
-0.00159794
-0.00330123
0.000994987
-0.000865299
-0.00285603
0.000972985
-0.00020904
-0.00204923
0.000973575
0.000264766
-0.00106606
0.00091899
0.000451356
-0.000172679
0.000831732
0.000423099
0.000348936
0.000717757
0.000270138
0.000544978
0.0006218
0.000103206
0.000505809
0.000475588
0.000287064
0.000240964
2.05746e-05
-0.000236905
9.25385e-05
-1.40811e-05
-0.000244716
0.000172177
-0.000134273
-7.02979e-05
0.000218464
-0.000347581
0.000184142
0.000229086
-0.000661333
0.000435844
0.000240759
-0.00107444
0.000680993
0.000260591
-0.00157535
0.000913476
0.000294704
-0.00213416
0.00112345
0.000342475
-0.00270816
0.00129105
0.000390244
-0.00325868
0.00139026
0.000449095
-0.00375861
0.00143352
0.0005045
-0.00420015
0.00141673
0.000558218
-0.00456377
0.00132652
0.000607557
-0.00485602
0.00117704
0.000649996
-0.00507845
0.000994533
0.000678466
-0.00523875
0.000779993
0.000702141
-0.00534743
0.000558352
0.000722071
-0.00541516
0.000309541
0.000727039
-0.00545076
6.58989e-05
0.000722929
-0.00539788
-0.000324056
0.000680544
-0.00532795
-0.000630336
0.00066145
-0.00525638
-0.00103247
0.000612831
-0.00516805
-0.00135744
0.000593389
-0.00507622
-0.00168618
0.000577696
-0.00496902
-0.0020478
0.00057854
-0.00482404
-0.00246078
0.000578953
-0.00462538
-0.00288885
0.000592054
-0.00434906
-0.00332244
0.000604006
-0.00398801
-0.00370559
0.000620874
-0.0035483
-0.00397135
0.000632873
-0.0030631
-0.00408595
0.000644487
-0.00247861
-0.00402712
0.000667464
-0.00178665
-0.00368979
0.000702202
-0.00107938
-0.0028912
0.000749719
-0.000446592
-0.00180549
0.000806734
-5.05125e-05
-0.000652675
0.000814316
0.000106911
0.000149686
0.000770846
9.72232e-05
0.000529772
0.000684294
4.04151e-05
0.000564198
0.000521118
0.00033191
0.000251442
-4.24628e-05
-0.000247887
0.000122985
-0.000195841
-0.000168252
0.000229109
-0.000455021
0.000118473
0.000276115
-0.000816343
0.000493531
0.000296507
-0.00126367
0.000841252
0.000316893
-0.00177609
0.00116332
0.000351926
-0.00231089
0.00142553
0.000402937
-0.00283168
0.00162611
0.00045149
-0.00330065
0.00174008
0.000502867
-0.00372534
0.00179502
0.000548503
-0.00407958
0.00176679
0.000576829
-0.00434074
0.00164717
0.000591812
-0.00452316
0.00145838
0.000598617
-0.00464009
0.00123316
0.000587193
-0.0047083
0.000987593
0.000566028
-0.00474034
0.000726758
0.000537556
-0.00475353
0.000479775
0.000500996
-0.00476948
0.000221465
0.00045031
-0.00476897
-5.7428e-05
0.000394734
-0.00475435
-0.000471828
0.000306908
-0.00475365
-0.000758406
0.000263011
-0.00475354
-0.00114956
0.000186957
-0.00474911
-0.00146426
0.000175254
-0.00474035
-0.00178661
0.00016777
-0.00472615
-0.002145
0.000172036
-0.00468934
-0.00257147
0.000176762
-0.00461857
-0.00302887
0.000199704
-0.00448833
-0.00352021
0.000234798
-0.00427334
-0.00398834
0.000281278
-0.00395078
-0.00436568
0.000333509
-0.00352916
-0.00458849
0.000383722
-0.00305331
-0.00459312
0.000429731
-0.00242983
-0.00440228
0.000475259
-0.00169155
-0.00373708
0.00056927
-0.000966718
-0.00263398
0.000660707
-0.000414272
-0.00129944
0.000762694
-0.000119838
-0.000208029
0.000769817
-2.08469e-05
0.000398194
0.000699112
-1.41252e-06
0.000538489
0.000528925
0.000328731
0.000245938
-0.00013725
-0.00018313
0.000161594
-0.000423996
1.53436e-05
0.000293538
-0.000821452
0.00042653
0.000351975
-0.0012841
0.000897708
0.000367469
-0.00178605
0.00130545
0.000396858
-0.0022832
0.00164173
0.000436786
-0.00274845
0.0018827
0.000480888
-0.00317097
0.00204841
0.000527021
-0.00353363
0.00210924
0.000547123
-0.0038117
0.00207636
0.000551852
-0.00398757
0.00193672
0.000540159
-0.00408332
0.0017259
0.0005153
-0.00413679
0.00147779
0.000472664
-0.0041519
0.00120024
0.000417757
-0.00414533
0.000922034
0.000352605
-0.00412946
0.000647174
0.000279022
-0.00412585
0.000395976
0.000185516
-0.00413462
0.000166176
7.92064e-05
-0.00415518
-0.000108139
-5.4523e-06
-0.00419407
-0.000487677
-0.000102047
-0.00423399
-0.000750529
-0.000157158
-0.00427146
-0.00113271
-0.000214587
-0.0043034
-0.00144211
-0.000227699
-0.00433518
-0.00175941
-0.000233334
-0.00437229
-0.00210608
-0.000224164
-0.0044061
-0.00252738
-0.000212408
-0.00442622
-0.00299058
-0.000180226
-0.00441362
-0.00351111
-0.000131413
-0.00433834
-0.00404824
-4.20395e-05
-0.00416332
-0.00453632
4.73712e-05
-0.00385719
-0.0049054
0.000137243
-0.00343946
-0.00503963
0.000231954
-0.00291941
-0.0049716
0.000287925
-0.00219294
-0.00452787
0.000380182
-0.00139571
-0.0035209
0.000508112
-0.000688899
-0.00211082
0.000658426
-0.00025464
-0.000726441
0.000759007
-8.36879e-05
0.000173814
0.000706876
-1.33663e-05
0.000445647
0.000537592
0.000304852
0.000245553
-0.000229258
-5.15765e-05
0.000202229
-0.000641352
0.000301114
0.000365238
-0.00113552
0.000820716
0.000427401
-0.00163373
0.00133753
0.000447098
-0.00211077
0.00175354
0.000480032
-0.00255017
0.00207543
0.000511326
-0.00294627
0.00229104
0.000550834
-0.00325062
0.00237702
0.000541065
-0.00346106
0.00233846
0.00052684
-0.00357986
0.00221193
0.000495496
-0.00364125
0.00200426
0.00043956
-0.00366152
0.00173297
0.000369949
-0.0036549
0.00143588
0.000290045
-0.00363629
0.00113527
0.000198173
-0.00362204
0.000856718
7.39359e-05
-0.00361865
0.000596502
-2.44767e-05
-0.00362831
0.000373878
-0.00012975
-0.00364473
0.000159784
-0.000220337
-0.00367749
-9.89087e-05
-0.000305128
-0.00371807
-0.00046045
-0.000393384
-0.00375885
-0.000711313
-0.000448906
-0.0038088
-0.00106856
-0.000527
-0.00385804
-0.00136258
-0.000535474
-0.00390928
-0.00166655
-0.000536395
-0.00397399
-0.00199197
-0.000521683
-0.0040497
-0.002397
-0.000503315
-0.00412724
-0.00285386
-0.000467561
-0.00419605
-0.00338001
-0.000420515
-0.0042314
-0.00394643
-0.00035544
-0.00418306
-0.00451921
-0.000269668
-0.00402126
-0.0050292
-0.000123028
-0.0036922
-0.00534713
-6.58639e-06
-0.00325161
-0.0054158
0.000105265
-0.00261291
-0.0051999
0.000214461
-0.00178592
-0.00440788
0.000325022
-0.00094842
-0.00303778
0.000490477
-0.000349423
-0.0014272
0.000660459
-7.64826e-05
-0.000181511
0.000680883
5.22944e-06
0.000322554
0.000533574
0.000288421
0.000242052
-0.00033211
0.000169287
0.000257872
-0.000833201
0.000664907
0.000440069
-0.00136097
0.00125121
0.00050599
-0.00184679
0.00177856
0.000522052
-0.00228816
0.00218523
0.000543548
-0.00266151
0.00246877
0.000556302
-0.0029301
0.00258996
0.000539798
-0.00310257
0.00258548
0.000513677
-0.00321621
0.00248919
0.000458538
-0.00326872
0.00228823
0.00037876
-0.00326482
0.00200286
0.000280486
-0.00324253
0.0016872
0.000183503
-0.00322873
0.00138052
5.63368e-05
-0.00322289
0.00108875
-5.93393e-05
-0.00322654
0.000825122
-0.000157749
-0.00323314
0.000577635
-0.000256896
-0.00323967
0.000366543
-0.000361781
-0.00324312
0.000170551
-0.0004691
-0.00326572
-5.72138e-05
-0.000571401
-0.00330555
-0.000387594
-0.000664015
-0.00334769
-0.000619662
-0.000718288
-0.00339936
-0.000952727
-0.000789756
-0.00344249
-0.00123341
-0.000793191
-0.00348996
-0.00152838
-0.000776122
-0.00355928
-0.00183063
-0.0007509
-0.00365037
-0.00221321
-0.000725954
-0.00375999
-0.002651
-0.000683343
-0.00387851
-0.00317041
-0.000628968
-0.00398435
-0.00375106
-0.000559325
-0.00405004
-0.00437333
-0.000470169
-0.00401787
-0.00498251
-0.000373127
-0.00382172
-0.00548047
-0.000240805
-0.00346384
-0.00574818
-7.72919e-05
-0.00292836
-0.0057263
3.58768e-05
-0.00214955
-0.00521338
0.000175552
-0.00124356
-0.00399487
0.000292321
-0.000497122
-0.00225955
0.000505273
-7.64414e-05
-0.000666072
0.000602274
5.90087e-06
0.000183031
0.000520955
0.000265049
0.000240617
-0.000389304
0.000434165
0.000293153
-0.000938224
0.00106553
0.000505526
-0.00146872
0.00168281
0.000570039
-0.00192094
0.00219273
0.000575611
-0.00229853
0.00256401
0.000580847
-0.00256492
0.00276179
0.000561495
-0.0027501
0.00281808
0.000529054
-0.00287892
0.00276552
0.000449056
-0.00292894
0.00257709
0.00034748
-0.00291618
0.00229184
0.00022629
-0.00289069
0.00196658
0.00010225
-0.00287799
0.00164596
-2.78721e-05
-0.00288587
0.00134763
-0.000137894
-0.00290223
0.00106753
-0.0002517
-0.00292114
0.000820254
-0.000367888
-0.00293113
0.000586257
-0.000478128
-0.00293205
0.000387355
-0.0005853
-0.00291853
0.000203666
-0.00068891
-0.00291152
-1.37459e-06
-0.000779936
-0.00293088
-0.000296821
-0.000865458
-0.00295366
-0.000511043
-0.000904488
-0.00299707
-0.00081439
-0.000962484
-0.00303371
-0.00107948
-0.000957848
-0.00308035
-0.0013666
-0.000927752
-0.0031504
-0.00164904
-0.000892459
-0.00325142
-0.00200574
-0.000863155
-0.00337952
-0.0024209
-0.000820248
-0.003529
-0.0029204
-0.000773857
-0.00368213
-0.00350026
-0.000706417
-0.00381245
-0.00414787
-0.000625912
-0.00388099
-0.00483003
-0.000521314
-0.00381814
-0.00546861
-0.000412895
-0.00356491
-0.00594203
-0.000282198
-0.00313912
-0.00612459
-0.000117666
-0.00246115
-0.00587901
-3.25257e-06
-0.00157336
-0.00490877
0.000143442
-0.000694604
-0.00318858
0.000285393
-0.000150178
-0.00129753
0.00046406
1.60294e-05
-3.83592e-05
0.000450401
0.000241067
0.000222042
-0.00041155
0.000721666
0.000345697
-0.000967867
0.00147602
0.000578772
-0.00147133
0.00209639
0.000644688
-0.00187882
0.00257583
0.000639997
-0.00218461
0.00288884
0.000616507
-0.00240075
0.00302332
0.000562594
-0.00254874
0.00302543
0.000473066
-0.00260569
0.00287502
0.000352121
-0.00260098
0.00260416
0.000208591
-0.00258033
0.00227014
6.61146e-05
-0.0025748
0.00193663
-7.00051e-05
-0.00259451
0.0016256
-0.00019609
-0.00262919
0.00134347
-0.000322527
-0.0026619
0.00107754
-0.000443798
-0.00267795
0.000836076
-0.000559524
-0.0026704
0.000605842
-0.000663132
-0.00264457
0.000409359
-0.000755276
-0.00259918
0.000228068
-0.000840459
-0.00255808
4.72273e-05
-0.000916965
-0.00255249
-0.000210664
-0.000987265
-0.0025573
-0.00040738
-0.00101611
-0.00259149
-0.000671917
-0.00106572
-0.00262381
-0.000918177
-0.00105349
-0.00267433
-0.00119276
-0.00102091
-0.00274254
-0.00146224
-0.000979854
-0.00284476
-0.00179248
-0.00094741
-0.00297872
-0.00218059
-0.000905551
-0.00314612
-0.00265166
-0.000859114
-0.0033315
-0.00321309
-0.000803039
-0.00351558
-0.00386724
-0.000728581
-0.00365768
-0.00459762
-0.000633619
-0.0037055
-0.00534434
-0.000516712
-0.00358056
-0.00600293
-0.000398598
-0.0032451
-0.00640597
-0.000279138
-0.00268613
-0.00640937
-0.00012316
-0.00186006
-0.0057271
-1.09426e-05
-0.000918411
-0.00415073
0.000130787
-0.000266246
-0.00201126
0.00029349
1.98365e-05
-0.0003768
0.000352617
0.000215439
0.000195336
-0.000398308
0.0010009
0.000375946
-0.000931665
0.00186929
0.000630883
-0.00140659
0.00249006
0.000697032
-0.00177534
0.0029343
0.000673642
-0.00203369
0.00317879
0.00061663
-0.00220479
0.00325299
0.000520396
-0.00228521
0.00316777
0.000390826
-0.00229854
0.00293499
0.000229677
-0.00229107
0.00260701
7.16643e-05
-0.00229177
0.00225895
-8.94472e-05
-0.00232378
0.00193366
-0.0002234
-0.00237427
0.00163649
-0.000352493
-0.00242358
0.00136264
-0.000479231
-0.00245255
0.00109912
-0.000598142
-0.00245135
0.000854491
-0.000705853
-0.00241716
0.000620727
-0.000793031
-0.00235837
0.000419784
-0.000865644
-0.00228487
0.000239215
-0.000928343
-0.00221217
7.30097e-05
-0.000988704
-0.00217771
-0.000143433
-0.00104566
-0.00217423
-0.00031782
-0.00106784
-0.00220477
-0.000541539
-0.00110895
-0.00223633
-0.000768102
-0.00109465
-0.00229457
-0.00102235
-0.00106476
-0.00236407
-0.00128429
-0.00102587
-0.00246248
-0.00159376
-0.000990315
-0.00258901
-0.00195683
-0.000951859
-0.00275032
-0.00239505
-0.000912275
-0.00294312
-0.00292363
-0.000863722
-0.00315643
-0.00355889
-0.00080138
-0.00335882
-0.00430633
-0.000715941
-0.00349529
-0.00512867
-0.0006133
-0.00349222
-0.00593943
-0.000491217
-0.00327503
-0.00657068
-0.000370259
-0.00281934
-0.00681603
-0.000265298
-0.0020934
-0.00642752
-0.000135701
-0.00114937
-0.00509215
-2.79937e-05
-0.000369484
-0.00282326
0.000131957
-1.33588e-06
-0.000783499
0.000219603
0.000175615
0.000143241
-0.000363426
0.00125729
0.000410535
-0.000858611
0.00223588
0.000687457
-0.00130082
0.00286271
0.000755547
-0.00161978
0.00325598
0.00071043
-0.00183209
0.00343524
0.000615362
-0.00195326
0.00344064
0.000474611
-0.00199729
0.00327229
0.000297503
-0.0020086
0.00297578
0.000119585
-0.00201979
0.00262133
-6.73722e-05
-0.00205961
0.00227468
-0.000212129
-0.00212409
0.00196051
-0.000347571
-0.00219307
0.00166978
-0.000473661
-0.00224333
0.00139348
-0.000599043
-0.00225837
0.00112105
-0.000708461
-0.00223088
0.000862605
-0.000799645
-0.0021618
0.000615831
-0.000864369
-0.00206186
0.000403838
-0.000914825
-0.00195409
0.000223574
-0.000958659
-0.00185595
6.6427e-05
-0.00100412
-0.00180391
-0.000107667
-0.00105877
-0.00180353
-0.000250087
-0.00108361
-0.00183802
-0.000433011
-0.0011225
-0.00187911
-0.000636555
-0.00111133
-0.00194625
-0.000869084
-0.00108731
-0.00202226
-0.00112232
-0.00105208
-0.00211645
-0.00141727
-0.00101782
-0.00223267
-0.00175963
-0.000976406
-0.0023798
-0.00216555
-0.000939903
-0.00256033
-0.00265709
-0.000894894
-0.00277509
-0.00325751
-0.000840877
-0.0030066
-0.00398995
-0.000767409
-0.00321167
-0.00484714
-0.000672201
-0.00331539
-0.00577094
-0.000558697
-0.00322771
-0.00660534
-0.000435986
-0.00288116
-0.00712008
-0.00031918
-0.00225794
-0.00701503
-0.000224972
-0.00136616
-0.0059678
-0.000138102
-0.000485726
-0.00372168
-3.75849e-06
-3.50105e-05
-0.00126977
0.000110434
9.71104e-05
8.71312e-05
-0.000309903
0.00147682
0.000421705
-0.00075553
0.00256739
0.000718126
-0.00115298
0.00320297
0.000789059
-0.00142522
0.0035413
0.000719232
-0.00160264
0.00366596
0.000591901
-0.00169063
0.00359747
0.000405435
-0.00172308
0.00335657
0.000200893
-0.00175137
0.00302095
7.05386e-06
-0.00179689
0.00265828
-0.000171632
-0.00187319
0.00232145
-0.000314719
-0.00195967
0.00201185
-0.000442685
-0.00203505
0.00171787
-0.000565166
-0.00207611
0.00142653
-0.000680063
-0.00207029
0.00113474
-0.000772218
-0.00201214
0.000851559
-0.000839459
-0.00190331
0.000583972
-0.00087737
-0.001761
0.000355142
-0.000905809
-0.0016175
0.000176851
-0.000936746
-0.00149762
2.41801e-05
-0.000980064
-0.00143803
-0.000113309
-0.00104209
-0.00145422
-0.000203341
-0.00108768
-0.00150056
-0.000348298
-0.00112542
-0.00156307
-0.000525462
-0.0011233
-0.00164503
-0.000741301
-0.00110461
-0.00172924
-0.000986652
-0.00107312
-0.0018224
-0.00127287
-0.00103689
-0.00192509
-0.00159906
-0.00099696
-0.00205215
-0.00197632
-0.000958393
-0.00221156
-0.00242864
-0.000914859
-0.00241068
-0.00298575
-0.000866664
-0.00264395
-0.00368304
-0.000802315
-0.00288316
-0.00453911
-0.000720835
-0.00306663
-0.00552706
-0.000616044
-0.00309794
-0.00652509
-0.000496804
-0.00288146
-0.00729618
-0.000377071
-0.00236306
-0.00750136
-0.000273502
-0.00154566
-0.00675682
-0.000209236
-0.000602885
-0.00466494
-0.000142823
-6.51628e-05
-0.00183581
-8.46385e-06
-2.13806e-06
4.9933e-06
-0.000245509
0.00165005
0.000436173
-0.000634226
0.00285803
0.000755246
-0.000980628
0.00350417
0.000826439
-0.00121533
0.00379818
0.000738909
-0.00136156
0.00387087
0.000574136
-0.00143034
0.00373436
0.000351497
-0.00147647
0.00344256
0.00012581
-0.00153053
0.0030879
-8.21495e-05
-0.00161488
0.00272505
-0.000243455
-0.00171728
0.00239529
-0.000379056
-0.00181714
0.00208472
-0.000501229
-0.00189134
0.00177786
-0.000615605
-0.00192002
0.00146232
-0.000716076
-0.00189291
0.00114104
-0.000786195
-0.00180214
0.000822696
-0.000826089
-0.00165126
0.00052419
-0.000835978
-0.00146167
0.000276102
-0.000845074
-0.00127201
8.74363e-05
-0.000871889
-0.00112539
-6.27417e-05
-0.000925947
-0.00107011
-0.00015562
-0.00102015
-0.00111731
-0.000181523
-0.00110242
-0.00119034
-0.000289767
-0.00114672
-0.00128572
-0.000440532
-0.00115893
-0.00138878
-0.000642812
-0.00114292
-0.00148462
-0.000884884
-0.0011075
-0.00157692
-0.00116615
-0.00106813
-0.00166756
-0.00148162
-0.00101923
-0.00177253
-0.0018349
-0.000975291
-0.00190585
-0.0022483
-0.000926986
-0.00208066
-0.00275673
-0.000879918
-0.00230116
-0.00340453
-0.000820599
-0.00255113
-0.00423387
-0.000746126
-0.00278332
-0.00524641
-0.00064903
-0.00290635
-0.00636133
-0.000534527
-0.00281218
-0.00735742
-0.000412157
-0.00240414
-0.00788236
-0.000306083
-0.00167919
-0.00745751
-0.000234528
-0.000722783
-0.00559984
-0.000220925
-7.80231e-05
-0.00250623
-0.00014226
-0.000119027
-7.30275e-05
-0.000174158
0.00177335
0.00042042
-0.000497083
0.00310146
0.0007573
-0.000797644
0.0037721
0.00083257
-0.00100664
0.00403756
0.000731002
-0.00113227
0.00405854
0.000536734
-0.00119929
0.0038672
0.000284662
-0.00126341
0.00354255
4.681e-05
-0.00134738
0.00317758
-0.000153798
-0.00146361
0.00282259
-0.00030387
-0.00158768
0.00249609
-0.00042984
-0.00169523
0.0021781
-0.000541904
-0.00176683
0.00185269
-0.000644446
-0.00178373
0.00150487
-0.000722064
-0.00173593
0.00114605
-0.00076307
-0.00161054
0.000777043
-0.000766445
-0.00141098
0.000437361
-0.000745091
-0.00117145
0.000169071
-0.000737847
-0.000927365
-4.8825e-05
-0.000762817
-0.000744357
-0.000199183
-0.000841412
-0.000698451
-0.000227868
-0.00098814
-0.000785943
-0.000191002
-0.00112892
-0.000905981
-0.000253727
-0.00118903
-0.00104616
-0.000382804
-0.00122394
-0.00118056
-0.000580776
-0.00120802
-0.00128965
-0.000823772
-0.00116412
-0.00138232
-0.00110562
-0.0011143
-0.00145999
-0.00141464
-0.00105304
-0.0015415
-0.00174847
-0.000998892
-0.00164592
-0.00212275
-0.000943095
-0.00179153
-0.00257876
-0.000894586
-0.00199081
-0.00316531
-0.000837793
-0.0022377
-0.00394727
-0.000770228
-0.0024982
-0.00495137
-0.000679115
-0.00268786
-0.0061441
-0.000567775
-0.00269561
-0.00732792
-0.000443119
-0.00239727
-0.00816197
-0.000331627
-0.00176045
-0.00807602
-0.000252607
-0.000835466
-0.00650821
-0.000242018
-8.71883e-05
-0.00326062
-0.000242513
-0.000236005
-0.000167854
-0.00010202
0.00184181
0.000416152
-0.000353755
0.00328977
0.000772851
-0.00061244
0.00400508
0.000860676
-0.000798007
0.00425573
0.000744716
-0.000912622
0.00423539
0.00052161
-0.000986129
0.00400183
0.000248131
-0.00107271
0.00365839
-3.27749e-06
-0.00118768
0.00329426
-0.000193876
-0.00132843
0.00294763
-0.000334771
-0.00146851
0.00262359
-0.000452658
-0.00158217
0.00229616
-0.000554061
-0.00165312
0.00195059
-0.000642178
-0.0016633
0.00157013
-0.000694687
-0.00160465
0.00117047
-0.000703586
-0.00145055
0.000737935
-0.000666681
-0.00120575
0.000337284
-0.000611097
-0.000899443
3.76794e-05
-0.000585642
-0.000582269
-0.000223782
-0.000615004
-0.000349683
-0.000341236
-0.000739886
-0.000292923
-0.000335176
-0.000963168
-0.000445855
-0.000235187
-0.00119241
-0.000645977
-0.000232304
-0.001293
-0.000846947
-0.000354792
-0.00134287
-0.00101795
-0.000564494
-0.00131745
-0.00114274
-0.000819041
-0.00125522
-0.00123095
-0.00110695
-0.00118114
-0.00129198
-0.00140913
-0.00109907
-0.00134647
-0.00172502
-0.00102764
-0.00141843
-0.00205929
-0.000960044
-0.00153097
-0.00245859
-0.000905303
-0.00170373
-0.00297297
-0.000848396
-0.00194017
-0.00368808
-0.000785392
-0.00221763
-0.00465427
-0.000700739
-0.0024584
-0.00588877
-0.000592812
-0.00255173
-0.00722463
-0.00046653
-0.00235434
-0.0083487
-0.000347336
-0.00180194
-0.00861602
-0.000262895
-0.000927005
-0.00737212
-0.000247201
-0.000115894
-0.00406583
-0.000296265
-0.000372781
-0.000251051
-1.57564e-05
0.00184366
0.000371097
-0.00020505
0.00343782
0.000742881
-0.000434802
0.00421683
0.000847616
-0.000604155
0.00446159
0.000723245
-0.000713207
0.00440289
0.000485878
-0.000799358
0.00414127
0.00019441
-0.000911309
0.00378931
-6.22824e-05
-0.00105422
0.00343685
-0.000253224
-0.00121757
0.00310301
-0.000387594
-0.00137322
0.00278271
-0.00050077
-0.00149352
0.00244683
-0.00058898
-0.00156734
0.00208272
-0.000656496
-0.00158281
0.00167563
-0.00067108
-0.00152906
0.00124233
-0.000635518
-0.00134942
0.000726517
-0.000536021
-0.00104694
0.000247504
-0.0004301
-0.00065917
-0.000101788
-0.000376354
-0.000261326
-0.000369389
-0.000410358
8.22711e-05
-0.000490377
-0.000581647
0.00016134
-0.000475027
-0.000882394
-7.22055e-05
-0.000302636
-0.00124575
-0.000388697
-0.000229606
-0.001427
-0.000674878
-0.000367583
-0.00150506
-0.00089872
-0.000615304
-0.00147032
-0.00104184
-0.000888833
-0.00137512
-0.00112486
-0.00118541
-0.00127034
-0.00116069
-0.00148196
-0.00115563
-0.00118034
-0.00177662
-0.00106207
-0.00121515
-0.00206563
-0.000978566
-0.00129002
-0.00240287
-0.000916593
-0.00142968
-0.0028351
-0.000858917
-0.00164793
-0.00346429
-0.000801088
-0.00193528
-0.00436121
-0.000724344
-0.00222157
-0.00559996
-0.000621278
-0.00239541
-0.00705166
-0.000492812
-0.00230062
-0.00844167
-0.00036265
-0.00183885
-0.00907314
-0.000263521
-0.0010161
-0.00818869
-0.000239079
-0.000161362
-0.00491863
-0.000305124
-0.000553129
-0.000302308
8.21178e-05
0.00175878
0.000353976
-5.32927e-05
0.00353052
0.000760773
-0.000254163
0.00441022
0.000859656
-0.000418534
0.00464937
0.000746656
-0.000522406
0.00455624
0.000477798
-0.000615819
0.00427399
0.000169059
-0.000742864
0.00392306
-0.000103006
-0.000906398
0.0035891
-0.00029704
-0.0010835
0.0032688
-0.000431883
-0.00124672
0.00295418
-0.000543292
-0.00136936
0.00261745
-0.000620195
-0.00145006
0.0022477
-0.000668105
-0.00149099
0.00184229
-0.000645348
-0.00148323
0.00140907
-0.000568987
-0.00130217
0.000792332
-0.000391331
-0.000934254
0.000192153
-0.00022421
-0.000441401
-0.000231164
-0.000136298
7.05237e-05
-0.000503988
-0.000188771
0.00048161
-0.000681592
-0.000366891
0.000609495
-0.000692109
-0.000799446
0.000298723
-0.000435176
-0.0013697
-0.000169162
-0.000282739
-0.00166183
-0.000565693
-0.000466137
-0.0017309
-0.000821809
-0.000774248
-0.00164888
-0.000976527
-0.00105881
-0.00151039
-0.00104947
-0.00135105
-0.00136062
-0.00105414
-0.00164409
-0.00121067
-0.00102666
-0.00191672
-0.00108538
-0.00101396
-0.00215461
-0.000985157
-0.00104512
-0.00242154
-0.000913461
-0.00114367
-0.00276319
-0.000855042
-0.00132976
-0.00329263
-0.00080222
-0.00161093
-0.00408949
-0.000734871
-0.00193626
-0.00528298
-0.000641426
-0.00219676
-0.00679969
-0.000517789
-0.00222014
-0.00842117
-0.000380197
-0.00187409
-0.00941695
-0.000269324
-0.00112467
-0.00893436
-0.000229733
-0.000243854
-0.00579631
-0.00030483
-0.000817205
-0.000343796
0.000156826
0.00162596
0.000271024
7.7894e-05
0.00358906
0.000695238
-6.84372e-05
0.00455004
0.000838057
-0.000204783
0.00482112
0.000696218
-0.000316875
0.00471541
0.000441619
-0.000409726
0.00440738
8.70558e-05
-0.000551532
0.00405877
-0.000159653
-0.000725808
0.00374027
-0.000368095
-0.000917275
0.00344338
-0.000507407
-0.0010948
0.00313963
-0.000622927
-0.0012313
0.00281106
-0.000685141
-0.00133485
0.00244655
-0.000711126
-0.00143167
0.00207077
-0.000655564
-0.00151855
0.00169613
-0.000532638
-0.00133886
0.000982596
-0.000234555
-0.000863862
0.000236951
3.94071e-05
-0.000338501
-0.000223389
0.000185287
0.00026534
-0.000510588
0.0001593
0.000892217
-0.000803892
-5.56401e-05
0.00114556
-0.0008596
-0.000560364
0.000776032
-0.000499599
-0.00142327
7.45616e-05
-0.000296399
-0.00196407
-0.000497315
-0.000640904
-0.00204542
-0.000795466
-0.00110789
-0.0018797
-0.000950581
-0.0013937
-0.00166197
-0.00100911
-0.00164059
-0.00145411
-0.000966598
-0.0019226
-0.00124757
-0.000880813
-0.00215749
-0.00108906
-0.000815298
-0.00233012
-0.000973295
-0.000802531
-0.00251383
-0.000898103
-0.000860398
-0.00275764
-0.000842121
-0.00100737
-0.00318206
-0.000794756
-0.00126057
-0.00386351
-0.000735195
-0.00159516
-0.00497053
-0.000648947
-0.00193086
-0.00648066
-0.00053009
-0.00209017
-0.00826768
-0.000389955
-0.00189953
-0.00960504
-0.00026652
-0.001255
-0.00957151
-0.00021104
-0.000349879
-0.00669808
-0.000271474
-0.00118185
-0.000350975
0.00021868
0.00144315
0.000252716
0.000198931
0.00359134
0.000726469
9.68589e-05
0.00464811
0.000859604
8.43387e-06
0.00493352
0.00074465
-8.45209e-05
0.00483798
0.000457681
-0.000197742
0.0045299
8.02353e-05
-0.000340326
0.00418062
-0.000180743
-0.000515158
0.00386372
-0.000387595
-0.000700524
0.00357724
-0.000539491
-0.000869245
0.00327513
-0.000661081
-0.00100161
0.00296104
-0.000729133
-0.00110957
0.00260364
-0.000772562
-0.00129388
0.00228784
-0.000768219
-0.00161265
0.00214029
-0.000667922
-0.00151189
0.001447
-0.000205109
-0.000918407
0.000411237
0.000267556
-0.000283886
-0.000216948
0.000440142
0.00037403
-0.000505186
0.000447854
0.00126978
-0.000817116
0.000257483
0.00177051
-0.00105479
-0.000422306
0.00127446
-0.000848688
-0.00156798
0.000179586
-0.000394931
-0.00232166
-0.000562965
-0.00075463
-0.0023739
-0.000797446
-0.00152515
-0.00202709
-0.000920278
-0.0018455
-0.00172429
-0.000965355
-0.00202618
-0.00146693
-0.000864481
-0.00232797
-0.00120868
-0.000704588
-0.00251722
-0.00101467
-0.000580847
-0.00260325
-0.000899934
-0.000529331
-0.00268139
-0.000836649
-0.000552302
-0.00282048
-0.000793944
-0.000660792
-0.00313657
-0.000755611
-0.000882151
-0.00368936
-0.000709331
-0.00121656
-0.00467368
-0.000637298
-0.00160665
-0.00611891
-0.00053337
-0.00189483
-0.00799132
-0.000393606
-0.00189017
-0.00960533
-0.000268145
-0.001417
-0.0100334
-0.000198081
-0.000529145
-0.00758251
-0.000241829
-0.00172935
-0.000354336
0.000198115
0.00129282
0.000152706
0.000239441
0.00354982
0.000639815
0.000222647
0.00467171
0.000799678
0.000174595
0.0050055
0.000693376
0.000117156
0.00492395
0.000411101
1.80043e-05
0.00462326
3.08135e-05
-0.000132491
0.00428942
-0.000237887
-0.000308622
0.00396785
-0.00047959
-0.000503918
0.00368961
-0.000647475
-0.000683829
0.00338659
-0.000783069
-0.000820292
0.00308198
-0.000868041
-0.000917144
0.00272096
-0.000924227
-0.00118776
0.00246791
-0.000978793
-0.001797
0.00259595
-0.00103483
-0.00186891
0.00187964
-0.000410297
-0.0010854
0.000441976
0.000387983
-0.00025043
-0.000367798
0.000641471
0.000418553
-0.000632034
0.000611911
0.00146469
-0.000934389
0.000532022
0.00216557
-0.00140402
-0.00021559
0.00139184
-0.00161798
-0.00150742
-0.000231877
-0.00112885
-0.00269948
-0.000992296
-0.00149737
-0.00279351
-0.000934622
-0.00229686
-0.00206788
-0.00086044
-0.00246113
-0.00162232
-0.000905741
-0.0025135
-0.00138201
-0.000740749
-0.00280558
-0.00103886
-0.000501244
-0.00293793
-0.000827674
-0.000326835
-0.00291677
-0.000744435
-0.000268394
-0.00286971
-0.000733026
-0.000292637
-0.00291916
-0.000720861
-0.000367736
-0.00316452
-0.000688338
-0.000518064
-0.00362137
-0.000636743
-0.0007885
-0.00447078
-0.000566382
-0.00119045
-0.00576643
-0.000473153
-0.00158826
-0.00761683
-0.0003549
-0.0017756
-0.00941188
-0.000240572
-0.00152226
-0.0102677
-0.000177139
-0.000735932
-0.00835765
-0.000201389
-0.00247951
-0.000327199
0.00015057
0.00118261
0.00015671
0.00025284
0.00345043
0.000609456
0.000309456
0.00461672
0.00077075
0.000317501
0.0050103
0.0006852
0.000288101
0.0049604
0.000411298
0.000209927
0.00467711
2.77327e-05
8.16673e-05
0.0043456
-0.000247221
-8.47785e-05
0.0040197
-0.000509977
-0.000260547
0.00373259
-0.000708132
-0.000432443
0.00341609
-0.000860619
-0.000548263
0.0030686
-0.000978822
-0.000485074
0.00261348
-0.00106698
-0.000584376
0.0021916
-0.00133298
-0.00172564
0.0017632
-0.00209814
-0.00252568
0.000902767
-0.00142042
-0.00155333
-0.00010533
0.000295234
-0.00026139
-0.000783326
0.000870115
0.00039378
-0.00111194
0.000523868
0.00107089
-0.00148838
0.000373945
0.0020372
-0.00207193
0.000115174
0.00218112
-0.00246254
-0.00107519
0.000566971
-0.00258378
-0.00285026
-0.000881967
-0.00290434
-0.00257923
-0.000992072
-0.00317163
-0.00161681
-0.000812268
-0.00326727
-0.00146129
-0.000813034
-0.00316621
-0.00116998
-0.000558366
-0.00334243
-0.000737964
-0.000196496
-0.00338091
-0.000494996
7.38236e-06
-0.00320043
-0.000493538
4.30746e-05
-0.00305913
-0.000586603
-2.62698e-05
-0.00303185
-0.000641383
-0.000121221
-0.00321349
-0.000637831
-0.000297052
-0.00355812
-0.000604751
-0.000543728
-0.00431785
-0.000542589
-0.000891952
-0.00550341
-0.000446289
-0.00128781
-0.00726586
-0.000305036
-0.0015751
-0.00912586
-0.000193517
-0.00149005
-0.0103379
-0.000114666
-0.00085067
-0.00898593
-0.000150179
-0.00334246
-0.000274288
0.000127358
0.00109814
0.000126921
0.000277886
0.00331543
0.000538091
0.000388463
0.00451775
0.000709325
0.000442487
0.00497152
0.000643279
0.000442145
0.00496691
0.000393268
0.000375367
0.00471447
2.32825e-05
0.000254132
0.00439379
-0.000264155
8.145e-05
0.00405854
-0.000527367
-7.48088e-05
0.00373582
-0.000747774
-0.00023517
0.00340218
-0.000925236
-0.000327433
0.00293357
-0.00110804
-0.000213972
0.00221718
-0.00126708
-0.000428759
0.00122272
-0.00181638
-0.00202303
-0.000154766
-0.00282813
-0.00296392
-0.000796344
-0.00161938
-0.00168233
-0.000563356
0.000841815
-0.000116013
-0.000993818
0.00147631
0.000409787
-0.00146273
0.000815139
0.000729128
-0.00191351
0.000418745
0.001448
-0.00251872
0.000313215
0.00213716
-0.00276244
-0.000383597
0.00166892
-0.00290573
-0.000869559
0.000330127
-0.00239865
9.40948e-05
-0.000244022
-0.00247078
-3.36721e-05
-0.000452296
-0.00345561
-0.000701438
-0.000578308
-0.00360966
-0.000680136
-0.000283941
-0.00372793
-0.000226821
0.000202014
-0.0036901
2.18046e-05
0.000490475
-0.00344588
-0.000112663
0.000468102
-0.00324892
-0.000359509
0.000292493
-0.00314767
-0.000519847
0.000160099
-0.00327547
-0.000519225
1.94713e-06
-0.00354141
-0.000490727
-0.000266458
-0.00415232
-0.000440793
-0.000651558
-0.00520166
-0.000385566
-0.00108904
-0.00689228
-0.000260828
-0.00141979
-0.00880236
-0.000131639
-0.00142385
-0.0103187
-5.05281e-05
-0.000894256
-0.00949796
-7.59489e-05
-0.00424284
-0.000224864
0.000125637
0.00100637
0.00012279
0.000316413
0.00314658
0.000482815
0.000467234
0.0043824
0.000655193
0.000553163
0.00489904
0.000612168
0.000576588
0.004944
0.000386189
0.000528324
0.00472413
3.66827e-05
0.000417935
0.00442038
-0.000257162
0.000231475
0.00409841
-0.000538598
1.53281e-05
0.00376635
-0.000763535
-0.000243532
0.00341341
-0.000966939
-0.00056458
0.00290879
-0.00112299
-0.000857962
0.0020594
-0.00113458
-0.00123279
0.000656012
-0.00131175
-0.00210262
-0.00100569
-0.00137112
-0.00189703
-0.000971468
0.000156332
-0.000883296
-0.000287333
0.00175006
0.000182571
-0.000777878
0.00226187
0.000412273
-0.00138805
0.00173303
0.000524329
-0.00190344
0.00105097
0.00087064
-0.00238482
0.00104311
0.00103891
-0.00258541
0.000997536
0.00137
-0.00244732
0.00114024
0.000813093
-0.00132269
0.0010154
-0.000193709
-0.00146883
0.000207945
-0.000428364
-0.00313245
0.000241389
-0.000429467
-0.0036728
0.000252244
9.49382e-06
-0.00366899
0.00081997
0.00072873
-0.00350389
0.00100975
0.00107556
-0.00336779
0.000560812
0.000927559
-0.00329358
-1.34804e-05
0.000614143
-0.00320749
-0.000318201
0.000393097
-0.00327807
-0.000351055
0.000186473
-0.00348192
-0.000350655
-7.19224e-05
-0.00400808
-0.000314133
-0.000439172
-0.00492957
-0.000271563
-0.000852368
-0.0065407
-0.00016776
-0.00118072
-0.00848336
-4.98343e-05
-0.0012121
-0.0102722
5.78733e-05
-0.000780343
-0.00990094
2.99537e-05
-0.00502732
-0.000138749
0.000130762
0.000910985
9.71851e-05
0.0003537
0.00295407
0.000413389
0.000539906
0.00421879
0.000589269
0.000653826
0.00480226
0.000568661
0.000695292
0.00490454
0.000371203
0.000657943
0.00472493
4.64838e-05
0.000546313
0.00445072
-0.000244907
0.000344493
0.00416032
-0.000531567
2.67509e-05
0.0039021
-0.000749688
-0.000446566
0.00362211
-0.000927297
-0.00117344
0.00334581
-0.000962592
-0.00196629
0.00280958
-0.000589518
-0.00232686
0.00174273
0.000196697
-0.00188614
0.000704314
0.00129631
-0.00101235
0.0006925
0.00233597
-0.000458824
0.000819094
0.00268013
0.00021461
5.41877e-05
0.00321227
0.000395641
-0.000650635
0.00303502
0.000535782
-0.0011325
0.00257146
0.00128633
-0.00139678
0.00268881
0.00197668
-0.00165646
0.00249231
0.00227925
-0.00184415
0.00156022
0.000535261
-0.00206589
-0.000878815
-0.00151841
-0.00240273
-0.00118691
-0.00111486
-0.00256342
0.00123777
-0.000338488
-0.00289291
0.00167284
0.000295849
-0.00283999
0.0019119
0.0010982
-0.00271074
0.00185
0.00150528
-0.0028964
0.00120757
0.00132875
-0.00308762
0.000458311
0.0009377
-0.00311296
4.08618e-05
0.000639409
-0.00319534
-6.88113e-05
0.000378071
-0.00335127
-0.000113805
7.87987e-05
-0.00381502
-0.000132113
-0.000323366
-0.00462702
-0.000110934
-0.00072702
-0.00618708
-4.34372e-05
-0.00105979
-0.00815351
4.94213e-05
-0.00109635
-0.0102106
0.000138548
-0.000687276
-0.0102792
0.000138032
-0.00571182
-3.42412e-05
0.000125712
0.000817486
8.56305e-05
0.000373712
0.00274067
0.000356437
0.000595601
0.00402313
0.000533597
0.000743876
0.004673
0.000534921
0.000813819
0.00483774
0.000366311
0.00080089
0.00470299
7.056e-05
0.000720032
0.00445376
-0.00022612
0.000551106
0.00418828
-0.00052704
0.00025507
0.00398134
-0.000779586
-0.000309382
0.00381121
-0.0010002
-0.00125991
0.00373133
-0.00110197
-0.00235702
0.00367778
-0.000669403
-0.0028281
0.0032872
0.000530892
-0.00214309
0.00291711
0.0021792
-0.00118867
0.0030109
0.00311827
-0.000630099
0.00276355
0.00330111
5.4045e-05
0.00177502
0.00393489
0.000430635
0.000922817
0.00394794
0.000654496
0.000567861
0.00366889
0.00158576
0.00066278
0.00382286
0.00268857
0.000303844
0.00355531
0.00312517
-0.000523974
0.00263176
0.00101837
-0.00210556
-0.000161359
-0.0012695
-0.00244428
-0.000569338
-0.000927539
-0.00104218
0.00189519
-4.79827e-05
-0.00109378
0.00256061
0.00061842
-0.00125983
0.00281959
0.00135556
-0.00144771
0.00251856
0.00175745
-0.00201167
0.00183633
0.00161188
-0.00256278
0.00102447
0.00121808
-0.00279491
0.000455597
0.000882891
-0.00296029
0.000213796
0.000562548
-0.00310523
0.000135483
0.000234154
-0.003542
6.16635e-05
-0.000205786
-0.00425113
3.52687e-05
-0.000651028
-0.00577345
8.20908e-05
-0.000994861
-0.00780352
0.000140906
-0.00103783
-0.0101306
0.000238211
-0.000631379
-0.0106437
0.000243911
-0.00634019
8.33101e-05
0.000122122
0.000727268
6.67367e-05
0.000384934
0.00251612
0.000296775
0.000636948
0.00380187
0.000472368
0.000819919
0.00451192
0.000494709
0.00092376
0.0047398
0.000355514
0.000943442
0.00465125
8.3216e-05
0.000910914
0.00441115
-0.000212178
0.000810859
0.00413204
-0.000527743
0.000648432
0.00386361
-0.000850112
0.000184633
0.00364001
-0.00118352
-0.000828598
0.00345648
-0.00159702
-0.00208901
0.00349358
-0.00158613
-0.0026781
0.0035938
-0.000399079
-0.00167927
0.00391636
0.00148946
-0.000615726
0.00417128
0.00222015
-0.000447325
0.00384639
0.002306
2.88535e-05
0.00340022
0.00363587
0.000760526
0.00280306
0.00413256
0.00119259
0.0021189
0.00358635
0.00156458
0.0018682
0.00310785
0.00194426
0.00153425
0.00287391
0.00216867
0.000560242
0.00246517
0.00120208
-0.000839853
0.00128511
0.000294893
-0.000954757
0.0010599
-3.35299e-05
0.00025841
0.00144156
7.38208e-06
0.000443083
0.00209067
0.000706333
0.000251757
0.00279864
0.0012789
-0.000235837
0.00252149
0.00167342
-0.000977416
0.00210257
0.00171289
-0.00176256
0.00147492
0.00145971
-0.00218378
0.000894462
0.00113982
-0.00248025
0.000525119
0.000780922
-0.00267226
0.000322434
0.000381738
-0.00312367
0.000201747
-0.000107414
-0.00378086
0.000157719
-0.000615845
-0.00526929
0.000148087
-0.00100137
-0.00738114
0.000201604
-0.00107539
-0.0099961
0.000294055
-0.000678541
-0.0109783
0.000310401
-0.00699926
0.000141212
0.000108245
0.000648198
5.74195e-05
0.000377232
0.00228636
0.000251148
0.000652667
0.00356057
0.000421745
0.000866564
0.00432302
0.000466259
0.00100202
0.00461561
0.000359787
0.00105161
0.00458405
0.000124833
0.00104281
0.00436874
-0.000156844
0.000976795
0.00408677
-0.000442867
0.00086253
0.00377878
-0.00074679
0.000563901
0.00347959
-0.00107734
-0.00027115
0.00316336
-0.00149843
-0.00133449
0.00309262
-0.00171369
-0.00167342
0.00353508
-0.000756461
-0.000569903
0.00401252
0.000575144
0.000451067
0.00406981
0.000908964
0.000208929
0.00372215
0.000877259
0.000148765
0.0038615
0.00211705
0.000679007
0.00411276
0.0030545
0.0013173
0.00323856
0.0029123
0.00160331
0.00208638
0.00211438
0.00163832
0.00150721
0.0016086
0.00158933
0.000736883
0.00140805
0.00130293
-3.89545e-05
0.00115001
0.00130135
-7.91965e-05
0.00119119
0.000474229
0.00020835
0.000467485
-0.000107392
0.000557568
0.000805737
0.00040672
0.000628839
0.00160964
0.000814504
0.000170165
0.00171065
0.00120497
-0.000398131
0.00181628
0.00151204
-0.00101735
0.00166099
0.0014951
-0.0014575
0.00123576
0.00127235
-0.00185615
0.000851167
0.000926935
-0.00210328
0.000579411
0.000528438
-0.00260066
0.000382931
3.44365e-05
-0.00323096
0.000269949
-0.000510274
-0.00469218
0.000236618
-0.000959337
-0.00686035
0.00028957
-0.00109435
-0.0097745
0.000381986
-0.000757182
-0.011231
0.000411486
-0.00771793
0.000245474
0.000103067
0.000572019
4.85863e-05
0.000364536
0.00206735
0.000205465
0.000657286
0.00330476
0.000370246
0.000891593
0.0041186
0.000430682
0.0010534
0.00446996
0.000357895
0.00113126
0.00449874
0.000162067
0.00113475
0.0043319
-0.000105936
0.00107193
0.00407941
-0.000347481
0.000939121
0.0038025
-0.000597542
0.000697961
0.00353808
-0.00083749
0.000181941
0.00331984
-0.00105251
-0.00044607
0.00324297
-0.00111177
-0.000544368
0.00363688
-0.000630906
0.000182235
0.00394476
-0.000126347
0.000836874
0.00392161
0.000170059
0.000680497
0.00373578
0.000232379
0.000253042
0.00388692
0.000764904
-7.38138e-05
0.00434185
0.00130595
0.000323112
0.00403976
0.00217843
0.00117271
0.00298864
0.00247906
0.00180987
0.00213943
0.00213031
0.00201466
0.00129414
0.00166969
0.00202717
0.000502382
0.00115108
0.0019334
1.46311e-05
0.000759407
0.000988789
-0.000418189
-6.06344e-05
0.000183433
-0.000233794
-0.000177337
0.000212018
-1.47673e-05
0.000332126
0.000498466
-0.000146623
0.000797813
0.000905418
-0.000304635
0.00124356
0.00133011
-0.000592131
0.00140686
0.00145975
-0.000901084
0.00117841
0.00133402
-0.00130745
0.000870197
0.00102123
-0.00155995
0.000622598
0.00062
-0.00207722
0.000437708
0.000147141
-0.00267895
0.000307966
-0.000406041
-0.00409334
0.000262882
-0.000921075
-0.00626518
0.00030707
-0.00114624
-0.00945292
0.000407229
-0.000882062
-0.0114034
0.00045137
-0.00855822
0.000285151
9.44889e-05
0.00050115
5.39371e-05
0.00034016
0.00186085
0.000175819
0.000642714
0.00304517
0.000326303
0.000902507
0.00388961
0.000403285
0.0010916
0.00430172
0.000359363
0.00120974
0.00438054
0.00020195
0.00124504
0.00426845
-3.89629e-05
0.00122091
0.00405029
-0.000260133
0.00112881
0.00381293
-0.000486112
0.000955765
0.00358668
-0.000699071
0.000657357
0.00342906
-0.000877521
0.000280005
0.00335853
-0.000954703
0.000139419
0.00357961
-0.000880596
0.000323403
0.00379244
-0.000621895
0.000564538
0.00389367
-0.000325329
0.000586801
0.00387666
-0.000167421
0.000522746
0.00385967
0.000110618
-2.99006e-05
0.00385845
-1.54079e-06
-0.000230207
0.00383245
0.000793639
0.000637507
0.00362509
0.00189254
0.00146654
0.00297911
0.00204243
0.00200628
0.00214756
0.00174423
0.00210621
0.00125842
0.00111329
0.00182056
0.000454611
0.000575889
0.00114612
-9.94548e-05
0.000339357
0.00070428
-0.000227034
0.00033299
0.000677334
-9.5514e-05
0.000531458
0.000824201
-9.09485e-05
0.000833525
0.0011114
-5.87512e-05
0.00111685
0.00141085
-0.00024776
0.00117328
0.00149336
-0.000471234
0.0010068
0.00137437
-0.00087509
0.000762659
0.00109654
-0.00111944
0.000554993
0.000711424
-0.00161263
0.000404017
0.000256197
-0.00216123
0.000300015
-0.000274704
-0.00353027
0.000245495
-0.000818324
-0.00563427
0.000284674
-0.00112606
-0.00903877
0.000401866
-0.000960443
-0.0114669
0.000467159
-0.0094631
0.000311466
0.000100077
0.000422658
6.17287e-05
0.000323011
0.00167474
0.000159825
0.000615961
0.00279491
0.000282654
0.000891304
0.0036515
0.000369202
0.00110153
0.00411626
0.000350478
0.00125057
0.00423792
0.000228648
0.00132781
0.00416881
2.16591e-05
0.00135088
0.00398158
-0.000184531
0.00131532
0.00377312
-0.000398386
0.00122161
0.00356641
-0.000602848
0.00106043
0.00342274
-0.00077919
0.000815934
0.00335861
-0.000907192
0.000629227
0.00343591
-0.000956619
0.000571395
0.00358867
-0.000875701
0.000540806
0.00375098
-0.000718907
0.000585352
0.00374687
-0.000553485
0.000735786
0.00372476
-0.000219839
0.000424438
0.00342022
-0.000351888
0.000178418
0.00341451
-2.78361e-06
0.000588369
0.00353643
0.000756239
0.00113008
0.00321678
0.00104941
0.00163276
0.00263214
0.00114728
0.00172206
0.00188058
0.000823259
0.00138818
0.00118124
0.000518119
0.00113266
0.000784431
0.000646236
0.00109681
0.000584545
0.000848196
0.00116522
0.000497751
0.000933641
0.0012568
0.00038997
0.00100003
0.00141068
0.000346507
0.0010621
0.00156879
0.000126645
0.00101552
0.00158202
-6.48558e-05
0.000857461
0.0014442
-0.000468625
0.000664657
0.0011599
-0.000692197
0.000484453
0.000822665
-0.00120931
0.000351903
0.000368483
-0.00166515
0.000256034
-0.000143145
-0.00298452
0.000200382
-0.00072793
-0.00496389
0.000233055
-0.00111367
-0.00853986
0.000367264
-0.00105526
-0.0114225
0.000458105
-0.0104622
0.00032485
8.63503e-05
0.00035719
7.71761e-05
0.000293554
0.00150246
0.000160197
0.000571576
0.00255606
0.000267768
0.000858734
0.00340056
0.00034281
0.00110356
0.00389851
0.000348645
0.0012877
0.00406465
0.000255055
0.00141758
0.00402616
9.51236e-05
0.00149556
0.00386484
-0.000104971
0.00152248
0.00367651
-0.00030746
0.0015038
0.00348016
-0.000507438
0.00143739
0.00333717
-0.000688676
0.00132768
0.00324893
-0.000843085
0.00119309
0.00324292
-0.000970569
0.00108644
0.00330457
-0.00101604
0.000977479
0.00340158
-0.00100909
0.000890253
0.00341788
-0.000931558
0.000928879
0.00348297
-0.0006394
0.000784903
0.00327606
-0.000601794
0.00070024
0.00326693
-0.000322622
0.000901219
0.00333082
2.61349e-05
0.00113936
0.00311984
0.000259827
0.00143159
0.00276194
0.000499915
0.00153885
0.00217916
0.000446919
0.00140201
0.00163828
0.000378613
0.00129796
0.00131544
0.000507888
0.00133988
0.00110729
0.00068961
0.00144825
0.000972395
0.000812564
0.00154623
0.000814572
0.000865698
0.00164184
0.00071306
0.000868498
0.0016979
0.000460194
0.000784354
0.00166997
0.000255785
0.000660486
0.00149823
-0.000120278
0.000508777
0.0012196
-0.00033166
0.00036858
0.000886768
-0.000840687
0.000270014
0.000427876
-0.00119766
0.000177217
-5.73736e-05
-0.00248109
0.000142252
-0.000657756
-0.0042856
0.000165602
-0.00113013
-0.00795582
0.000321499
-0.00117627
-0.0112852
0.000444767
-0.0115946
0.000341978
8.52588e-05
0.000286078
9.46285e-05
0.000255725
0.00136472
0.000168537
0.000513243
0.00233616
0.00026209
0.000783684
0.00316501
0.000331294
0.00104609
0.00366221
0.000342537
0.00126634
0.00385563
0.000275728
0.0014389
0.00384429
0.000138418
0.00158085
0.00368451
-3.34144e-05
0.00167222
0.00352129
-0.000228088
0.00172412
0.00332796
-0.000420109
0.00173749
0.00318118
-0.000606017
0.0017149
0.00307004
-0.000773978
0.00165369
0.00301474
-0.000931816
0.00158281
0.00300721
-0.00103877
0.00147571
0.00303029
-0.00111873
0.00135752
0.00304323
-0.00112484
0.0013223
0.00312696
-0.000979531
0.00121403
0.0030752
-0.000921243
0.00114724
0.0031095
-0.000733631
0.00118462
0.00308474
-0.00053879
0.00125072
0.00291567
-0.000323433
0.00138402
0.00271231
-4.45391e-05
0.00149244
0.00229082
0.000109986
0.00150643
0.00190626
0.000203411
0.00150044
0.00164555
0.000334257
0.00157022
0.00141761
0.000488155
0.00167048
0.00127898
0.000597265
0.00176165
0.0010949
0.00064648
0.0018296
0.000971646
0.000637168
0.00183775
0.000710786
0.000567183
0.00176904
0.000524089
0.000474828
0.00160642
0.000158335
0.000358079
0.00132415
5.74192e-06
0.000253321
0.000985303
-0.000496032
0.00017964
0.000530161
-0.000748923
0.000105935
2.55174e-05
-0.00196288
5.05113e-05
-0.000599425
-0.00358841
0.000109901
-0.00119297
-0.00725585
0.000258626
-0.00134105
-0.0110563
0.000411881
-0.0129024
0.000336737
2.75762e-05
0.000271453
0.000121172
0.000172018
0.00124759
0.000199538
0.000402096
0.0021387
0.000284626
0.000688892
0.00290685
0.000348503
0.000975581
0.00339615
0.000367473
0.0012537
0.00358253
0.000316789
0.00147194
0.00361375
0.000206035
0.00167883
0.00344069
6.33577e-05
0.0018341
0.00329418
-0.000124784
0.00195227
0.00311247
-0.000316615
0.00202921
0.00296584
-0.000498975
0.00207005
0.0028412
-0.000673027
0.00206457
0.00275954
-0.000838314
0.00202695
0.00271475
-0.000970862
0.00194099
0.00270101
-0.00107957
0.00183225
0.00270341
-0.00113686
0.00176111
0.0027764
-0.00108769
0.00166257
0.00278309
-0.00105978
0.00158826
0.00285195
-0.000937418
0.00156332
0.0028031
-0.000815353
0.00152968
0.00267957
-0.000639057
0.00157081
0.00256079
-0.000402917
0.0016469
0.00225469
-0.000191269
0.0016949
0.00194193
-3.47219e-05
0.00172251
0.0017268
8.05482e-05
0.00180638
0.0015105
0.000210214
0.00188915
0.00139877
0.000324175
0.0019666
0.00121113
0.000391457
0.00200387
0.00110727
0.000405045
0.00199091
0.000858134
0.000359984
0.00187207
0.000733732
0.000304405
0.00169997
0.000386537
0.000220029
0.00146461
0.000249073
0.000146375
0.00112554
-0.000168161
8.2752e-05
0.000711629
-0.000347419
1.70322e-05
0.000185405
-0.00142576
-9.96169e-06
-0.000474081
-0.00285911
2.87866e-05
-0.0011966
-0.0064106
0.000187566
-0.00145527
-0.01072
0.000361866
-0.0143166
0.000315352
-8.67531e-06
0.000295045
0.000151361
5.96553e-05
0.00120452
0.000238323
0.000254639
0.00196966
0.000319081
0.000506147
0.00267751
0.000379063
0.000796044
0.00311893
0.000407694
0.00112209
0.00325074
0.000368456
0.00140393
0.00331243
0.000276123
0.00167234
0.00313063
0.000148102
0.00189915
0.0029824
-1.69544e-06
0.00208187
0.00282292
-0.000196116
0.00222833
0.00268115
-0.000380041
0.00232894
0.00255768
-0.000552474
0.00237739
0.00246716
-0.000720156
0.00238344
0.00240366
-0.000865961
0.0023454
0.0023698
-0.000993256
0.00228142
0.00235977
-0.00107987
0.00222043
0.00241779
-0.00109731
0.00213084
0.00244563
-0.00111618
0.0020297
0.00253269
-0.00106945
0.00195048
0.00247171
-0.00100705
0.00183664
0.00238596
-0.000871999
0.00181467
0.0022913
-0.00068261
0.00183644
0.00206171
-0.000462087
0.0018799
0.00180861
-0.000279027
0.00192482
0.00164234
-0.000113099
0.00201702
0.00142236
8.18813e-06
0.00210248
0.00134904
0.000114594
0.00218655
0.00117306
0.000176443
0.00221278
0.00112263
0.00021898
0.00218473
0.000918357
0.000202574
0.00206926
0.000862499
0.000170043
0.00189482
0.000553871
0.000119559
0.00167405
0.00045608
6.94065e-05
0.00138469
8.80415e-05
2.91408e-05
0.00106291
-2.98597e-05
-2.71091e-05
0.000547747
-0.000912858
-6.27927e-05
-0.000152418
-0.00207212
-2.86516e-05
-0.000989727
-0.00546151
0.000112888
-0.00136919
-0.0102444
0.000297005
-0.0156284
0.000284609
-0.000169685
0.000467797
0.000184187
-0.000163997
0.00121284
0.00030682
-4.24356e-05
0.00186118
0.000395151
0.000270949
0.00236688
0.000450743
0.000618592
0.00276422
0.000480658
0.0010056
0.00283753
0.00045888
0.00136701
0.00291363
0.000379089
0.00168988
0.00274637
0.000263837
0.00199564
0.00259991
0.00012513
0.00223606
0.00245381
-3.14361e-05
0.00243901
0.00233164
-0.000223999
0.00259891
0.00221261
-0.000395698
0.00270327
0.00212966
-0.000565049
0.00275964
0.00206147
-0.000719253
0.00276253
0.00202538
-0.000857031
0.00272789
0.00201177
-0.000969361
0.0026736
0.00206031
-0.00103093
0.00258507
0.00209519
-0.00108134
0.00246431
0.00219437
-0.00107971
0.00235118
0.00212424
-0.00105066
0.00218943
0.00206485
-0.000959696
0.00212311
0.00196064
-0.000814029
0.0021094
0.00177362
-0.000609876
0.00214946
0.00154184
-0.000431075
0.00220156
0.00141955
-0.000260648
0.0022989
0.00121853
-0.00011381
0.00237877
0.00120016
-1.14055e-05
0.00246332
0.00103682
5.81726e-05
0.00248582
0.00105372
9.66049e-05
0.0024488
0.000910362
9.95773e-05
0.00232593
0.000938315
8.46657e-05
0.00216242
0.000666677
5.07304e-05
0.00194281
0.000618378
2.89707e-05
0.0017397
0.000246973
-2.28219e-05
0.00151284
0.000160471
-4.40974e-05
0.00117359
-0.000547352
-0.000107883
0.000575893
-0.00140426
-7.25567e-05
-0.000387148
-0.00430671
1.42009e-05
-0.000964863
-0.00959321
0.000246007
-0.0165153
0.00026199
-7.41222e-05
0.000541515
0.000238853
-0.000291201
0.00143635
0.000377848
-0.000322732
0.00189301
0.000480433
-0.000143251
0.00216966
0.000544323
0.000240786
0.0023565
0.000579166
0.000688717
0.0023344
0.000556146
0.00117475
0.00236774
0.000494294
0.00158745
0.00225081
0.000394578
0.00196714
0.00212313
0.000251572
0.00229469
0.00200573
0.000117338
0.00255815
0.0019008
-4.53254e-05
0.00277727
0.00180336
-0.000223816
0.00293953
0.00173235
-0.000390927
0.0030559
0.00167106
-0.000554093
0.00311742
0.00164457
-0.000701133
0.00313404
0.00163385
-0.000826295
0.00311269
0.00168136
-0.000914375
0.00304697
0.00172461
-0.000989123
0.00292986
0.0018456
-0.00102174
0.00279626
0.00178756
-0.00101446
0.00260172
0.00175945
-0.000962673
0.00249178
0.00163533
-0.000851096
0.00243641
0.00145916
-0.000671194
0.00245256
0.00121838
-0.000503882
0.00251007
0.00110862
-0.000337446
0.00264641
0.000882641
-0.000192291
0.00276305
0.000924817
-7.72819e-05
0.00288634
0.000784006
-4.66603e-06
0.00294486
0.000877347
3.84137e-05
0.00293947
0.000798093
6.26727e-05
0.00286446
0.000907334
5.97391e-05
0.00274472
0.000692109
4.22771e-05
0.00261325
0.000669273
2.07515e-05
0.00248372
0.000309023
-4.19618e-06
0.00241347
0.000200044
-3.05118e-05
0.00225285
-0.000374865
-8.87751e-05
0.00191974
-0.000977309
-8.3601e-05
0.000969493
-0.00320142
-3.83969e-05
0.000109131
-0.00857406
0.000171853
-0.0163021
0.00024887
-0.000798293
0.00133167
0.000299434
-0.000882781
0.00151305
0.00050565
-0.000821897
0.00180706
0.000612046
-0.000563988
0.00185857
0.000688829
-6.47571e-05
0.00179056
0.000739399
0.000420408
0.001758
0.000704124
0.000995166
0.00169591
0.000656728
0.00148058
0.00164862
0.000561891
0.00192844
0.00154588
0.000425451
0.00231233
0.00147651
0.000287583
0.00264422
0.00140587
0.000134358
0.00291587
0.00132988
-1.96028e-05
0.00314859
0.00126684
-0.000188324
0.00332643
0.00121636
-0.000343708
0.0034526
0.00120727
-0.000496572
0.00352754
0.00120839
-0.000633046
0.00356116
0.00125997
-0.000742323
0.0035304
0.00133167
-0.000832405
0.00343741
0.00148257
-0.000887157
0.00334389
0.00141554
-0.000891923
0.00323796
0.00137024
-0.000868877
0.00320423
0.00122544
-0.000781533
0.00324262
0.00102258
-0.000628211
0.00335095
0.000758972
-0.000479713
0.0034915
0.00065936
-0.000333037
0.0036806
0.000433469
-0.00019087
0.00385065
0.000534746
-8.65968e-05
0.00398726
0.000451554
-3.61641e-06
0.0040981
0.000585081
5.14351e-05
0.00414061
0.000582654
8.58923e-05
0.00414608
0.000755016
8.92078e-05
0.00408982
0.000620435
7.93093e-05
0.00406066
0.000593749
6.6211e-05
0.00400374
0.000282392
3.92571e-05
0.00400174
0.000141562
4.68023e-05
0.0039286
-0.000316536
-6.87583e-06
0.00383119
-0.000833819
-5.12906e-06
0.00307832
-0.00230622
-2.8367e-05
0.00176846
-0.00710087
0.000132593
-0.0144368
0.000252547
-0.00188913
0.00318083
0.000644253
-0.00201585
0.00158298
0.000865181
-0.00180003
0.00151617
0.000880584
-0.00116383
0.00112738
0.000897234
-0.000425149
0.000945017
0.000911428
0.000345489
0.000860339
0.000876864
0.00109051
0.000820735
0.000817321
0.00179052
0.000805129
0.000732162
0.00241734
0.000766625
0.000606691
0.00298414
0.000743409
0.000478038
0.00349109
0.000716052
0.000329391
0.00393371
0.000686466
0.00017556
0.00432171
0.00064984
1.88804e-05
0.00465833
0.000618349
-0.000136663
0.0049481
0.000619447
-0.000285434
0.00518595
0.000639142
-0.000421007
0.00539369
0.000686934
-0.000537989
0.00559165
0.000734927
-0.000631496
0.00578903
0.000863519
-0.000692624
0.00595304
0.00082204
-0.000721105
0.00613577
0.00073888
-0.000729059
0.00633671
0.000622141
-0.000671956
0.00653167
0.000457189
-0.000562874
0.00670644
0.00024904
-0.000442385
0.00687605
0.000186761
-0.000312183
0.00701565
2.10818e-05
-0.000194818
0.00722441
8.92228e-05
-8.92911e-05
0.00735115
9.89176e-05
3.59449e-06
0.00750968
0.000218367
7.12203e-05
0.00762046
0.000280979
0.000116987
0.00780004
0.000407877
0.000137543
0.00789034
0.00038604
0.000136289
0.00801786
0.000346906
0.000132871
0.00803309
0.000172766
0.000109993
0.0080794
2.34456e-05
0.000113637
0.00800416
-0.000283088
8.47314e-05
0.0078711
-0.00071774
9.26967e-05
0.00731051
-0.00169523
7.32643e-05
0.00484619
-0.00453713
0.000119895
-0.0095408
0.000249101
0.00315479
0.00038142
0.00470248
0.000469834
0.00617276
0.000510405
0.00724089
0.000526773
0.0081188
0.000532454
0.00889519
0.000527152
0.00962413
0.000503243
0.0103221
0.000470085
0.0109699
0.000407186
0.0115776
0.000326636
0.0121411
0.000225129
0.0126534
0.000108755
0.0131091
-2.06452e-05
0.0135047
-0.000154354
0.0138663
-0.000286839
0.014214
-0.000410133
0.0145778
-0.000525352
0.0149541
-0.000622609
0.0154414
-0.000682083
0.0158839
-0.000727738
0.0162251
-0.000752219
0.0164959
-0.000714754
0.0166359
-0.000634908
0.0165968
-0.00053277
0.0165289
-0.000422161
0.0163176
-0.000315529
0.0161952
-0.000207821
0.0160985
-0.000122727
0.0161245
-4.78382e-05
0.0162155
1.50961e-05
0.0164465
6.97635e-05
0.0166778
8.53983e-05
0.0168963
9.89552e-05
0.0169615
8.63394e-05
0.0168978
9.08798e-05
0.016551
7.63889e-05
0.0157887
7.8325e-05
0.0140695
9.65668e-05
0.00954539
0.000101598
0.000209787
3.18771e-05
-3.68937e-05
4.25405e-05
8.26165e-05
-5.71927e-05
5.46308e-05
0.000124649
-4.84509e-05
6.3628e-05
0.000145434
-2.54326e-05
6.73734e-05
0.000151149
-8.84168e-06
7.19052e-05
0.000145138
3.42207e-06
7.82565e-05
0.000137175
4.63292e-06
8.54492e-05
0.000131041
3.90265e-06
8.94154e-05
0.000112185
1.65577e-05
9.13768e-05
7.60168e-05
3.86872e-05
8.68614e-05
4.33965e-06
7.47443e-05
8.04528e-05
-0.000101921
0.000109282
7.11377e-05
-0.000236696
0.000134393
6.51412e-05
-0.000412371
0.000163054
7.41381e-05
-0.000613883
0.000184363
9.46359e-05
-0.000847797
0.00019678
0.000110137
-0.00110793
0.000216354
0.000132314
-0.00140863
0.000239862
0.000164562
-0.00177847
0.000281096
0.000229178
-0.00219331
0.000297188
0.000278067
-0.0025797
0.000221936
0.000422855
-0.00284164
-6.62472e-06
0.000621612
-0.00298892
-0.00018113
0.000769534
-0.00299594
-0.000375017
0.000905947
-0.00286974
-0.000561421
0.00104254
-0.00262315
-0.000741527
0.00117886
-0.00225653
-0.000915891
0.00130305
-0.0017824
-0.00106742
0.00140572
-0.00121074
-0.00118966
0.00147777
-0.000598239
-0.00123377
0.00150878
4.8286e-05
-0.00123232
0.00149329
0.000568845
-0.00103149
0.00139195
0.000916437
-0.000748883
0.0012114
0.00098471
-0.000331464
0.000951102
0.000831538
2.01965e-06
0.000677227
0.000572087
0.000188731
0.000465191
0.000333488
0.000213683
0.000326075
0.000155493
0.000175772
0.000248082
4.34234e-05
0.0001196
0.000191264
5.18774e-05
0.000140758
5.42085e-05
-0.000101001
5.95445e-05
0.000121978
-0.000139138
0.00010011
0.000163875
-0.000104472
0.000124017
0.000158447
-3.24386e-05
0.000128064
0.000110441
2.87017e-05
0.000130072
1.93064e-05
8.34174e-05
0.000132652
-0.000125287
0.000137647
0.000136599
-0.000330573
0.000204647
0.000144765
-0.000608226
0.000288335
0.000154073
-0.000946778
0.000373611
0.00016873
-0.00134355
0.000463738
0.000190649
-0.00178912
0.000535666
0.000231672
-0.00227818
0.000587984
0.000288211
-0.00278512
0.000611882
0.000364648
-0.00329111
0.000600213
0.00046158
-0.00378412
0.00055621
0.000581073
-0.00424012
0.000490756
0.00071529
-0.00463021
0.000399791
0.000847865
-0.00494618
0.000312161
0.000997101
-0.00511601
0.000137207
0.00110175
-0.00520788
-7.9268e-05
0.00125765
-0.00517608
-0.000443224
0.00132939
-0.0050649
-0.000717917
0.00140927
-0.00488068
-0.0010229
0.00149875
-0.00460969
-0.00133445
0.00160083
-0.004252
-0.00163844
0.00168775
-0.00380218
-0.00192895
0.00175978
-0.00326199
-0.00218708
0.00180993
-0.00263595
-0.0023922
0.00183347
-0.00194179
-0.00248886
0.00183042
-0.00120992
-0.00248571
0.0017793
-0.000475465
-0.00222228
0.00168615
0.000164791
-0.00175232
0.00153714
0.000612415
-0.00103458
0.00130875
0.000790283
-0.000320317
0.0010548
0.000724487
0.000181206
0.000798167
0.000521416
0.000389718
0.000613233
0.000292049
0.000410996
0.000478416
0.000105694
0.000327788
0.000349797
0.000172272
0.000193016
4.89983e-05
-0.000167551
8.67258e-05
8.99914e-05
-0.000206035
0.000155089
7.47311e-05
-0.000116343
0.000191213
-1.12316e-05
3.15562e-05
0.000198778
-0.000176079
0.000171485
0.000203654
-0.000422077
0.000310441
0.000210468
-0.000756878
0.00045452
0.000229307
-0.00117574
0.000608822
0.000252484
-0.00166655
0.000767779
0.000285601
-0.0022075
0.000902859
0.000329944
-0.00276864
0.00100605
0.000384016
-0.00332076
0.00105352
0.00045416
-0.00384173
0.00105205
0.000540026
-0.00430655
0.000993106
0.000635108
-0.00472056
0.000890303
0.000749207
-0.00507475
0.00075102
0.000852691
-0.00536459
0.000585799
0.000961202
-0.00557528
0.000381184
0.0010599
-0.00570219
0.000164813
0.00116465
-0.00572471
-0.000156017
0.00122512
-0.00564262
-0.000468518
0.00125861
-0.00553567
-0.000876083
0.00127926
-0.00538316
-0.00120401
0.00129048
-0.00520981
-0.00154172
0.00130673
-0.00500393
-0.001892
0.00132887
-0.00474304
-0.00225933
0.00134603
-0.00442182
-0.00261958
0.00136751
-0.00402409
-0.00295594
0.00137203
-0.00355188
-0.00322758
0.00136137
-0.00301155
-0.00337325
0.00133823
-0.002416
-0.0033918
0.0013059
-0.00172417
-0.00318731
0.00126818
-0.00101128
-0.00269201
0.00119979
-0.000356987
-0.00185169
0.00113638
0.000107285
-0.000887926
0.00102232
0.000317788
-6.87938e-05
0.00087123
0.000315316
0.000384337
0.00072561
0.000205069
0.00053939
0.000603651
7.88395e-05
0.000485448
0.000444158
0.000272643
0.000219433
2.05216e-05
-0.000216756
0.000121222
-1.65154e-05
-0.000213682
0.00021686
-0.000139813
-3.54995e-05
0.000260916
-0.000357127
0.000212669
0.000265286
-0.000675201
0.000460062
0.000270253
-0.00109132
0.00070226
0.00028489
-0.00159124
0.000937161
0.000311979
-0.00214243
0.00114921
0.000353277
-0.00269972
0.00131824
0.000397076
-0.0032249
0.00141778
0.000459353
-0.00369482
0.00145625
0.000524222
-0.00410842
0.00143409
0.000591245
-0.00444369
0.00133886
0.000656002
-0.0047138
0.0011849
0.000728315
-0.00492421
0.000997715
0.000781456
-0.00507891
0.000778669
0.000829199
-0.00518412
0.00054192
0.000871164
-0.00525727
0.000283642
0.000897732
-0.00530341
9.17935e-06
0.000924696
-0.00526377
-0.000401077
0.000885968
-0.00521037
-0.000733974
0.000873505
-0.0051579
-0.00113393
0.00081821
-0.00508422
-0.00147635
0.000792036
-0.00500409
-0.00181807
0.000773922
-0.00490663
-0.00218018
0.000769258
-0.00477375
-0.00258335
0.000770101
-0.00459378
-0.00299007
0.000782561
-0.00434329
-0.00339486
0.000792432
-0.00400609
-0.00374668
0.000802771
-0.00358414
-0.00396971
0.000807379
-0.0031124
-0.00403205
0.000812993
-0.00254782
-0.0039064
0.00082196
-0.00187508
-0.0035092
0.00084665
-0.00117363
-0.00266882
0.000865406
-0.000553794
-0.00159012
0.00088909
-0.000147303
-0.00050555
0.000844582
2.8408e-05
0.000216924
0.000762549
5.2801e-05
0.000538627
0.000660665
2.31216e-05
0.000550593
0.00048565
0.000319735
0.00022747
-4.45183e-05
-0.00021976
0.000170506
-0.000198515
-0.000126566
0.00029599
-0.000462587
0.000162446
0.000342241
-0.000827705
0.000532411
0.000341881
-0.00127832
0.000876337
0.000351227
-0.00178649
0.00119292
0.000369435
-0.00231021
0.00145632
0.000407502
-0.00280902
0.00165364
0.000445869
-0.00324877
0.00176666
0.000494188
-0.00363741
0.00181471
0.000540211
-0.0039587
0.00177968
0.000574693
-0.00419297
0.00165748
0.00060269
-0.00435543
0.00146581
0.000634133
-0.00446969
0.00124129
0.000645062
-0.00454752
0.000995199
0.000646382
-0.00459742
0.000730865
0.00063526
-0.00463167
0.000465239
0.00061193
-0.00467246
0.000198266
0.000576469
-0.00469518
-0.000112502
0.000539144
-0.00470954
-0.000545674
0.000465862
-0.00472977
-0.000848353
0.000397616
-0.00474468
-0.00124859
0.00031653
-0.00474731
-0.00158493
0.000286469
-0.00474121
-0.00191717
0.000260778
-0.00472408
-0.00228115
0.000255878
-0.0046792
-0.00270075
0.000249281
-0.00460005
-0.00313976
0.000270253
-0.00446931
-0.00359382
0.000303013
-0.00425905
-0.0040236
0.000347941
-0.00394263
-0.00435431
0.000401699
-0.00353102
-0.00451909
0.000459153
-0.00306038
-0.00446926
0.000521952
-0.00245477
-0.0042146
0.000575051
-0.00173053
-0.00350957
0.000685784
-0.0010219
-0.00239681
0.000758774
-0.00048127
-0.00112159
0.000838101
-0.000177121
-0.00010765
0.000790242
-5.40623e-05
0.000422174
0.000692505
-1.51537e-05
0.000539717
0.000500891
0.000323797
0.000226721
-0.000139103
-0.000147592
0.000228527
-0.000430081
6.94169e-05
0.000388532
-0.000831017
0.000484232
0.000431124
-0.00129668
0.00094711
0.000418433
-0.0017937
0.00134778
0.000422438
-0.00227671
0.00167555
0.000437163
-0.00271942
0.00191338
0.000466536
-0.00311005
0.00207118
0.000500122
-0.00343732
0.00212627
0.000514781
-0.0036834
0.00208758
0.000525062
-0.00383897
0.00194762
0.000527789
-0.0039286
0.00174149
0.00052093
-0.00399018
0.00149744
0.000502604
-0.00403033
0.00123144
0.000467758
-0.00405982
0.000959041
0.000418257
-0.00408223
0.000677487
0.000354812
-0.00412247
0.000412214
0.000278784
-0.00416765
0.000166608
0.000156044
-0.00421582
-0.000124286
5.44969e-05
-0.00427323
-0.000532032
-5.82841e-05
-0.00433235
-0.000813982
-0.000132408
-0.00437649
-0.00120941
-0.000209619
-0.00441287
-0.00154176
-0.000234494
-0.0044313
-0.00187843
-0.000253654
-0.00445197
-0.00223904
-0.000245605
-0.00446689
-0.00266264
-0.000235585
-0.0044607
-0.00311605
-0.00021013
-0.00442352
-0.00360632
-0.000156096
-0.00433074
-0.00409996
-5.84616e-05
-0.00413686
-0.00454111
4.0293e-05
-0.00382221
-0.00484349
0.000146997
-0.00340227
-0.00492487
0.000267627
-0.00288618
-0.00479422
0.000351456
-0.00217908
-0.00430673
0.000470231
-0.00141124
-0.00328186
0.000625321
-0.000730063
-0.00190581
0.000761475
-0.000298887
-0.00059396
0.00081414
-0.000115204
0.000227664
0.000717703
-2.97775e-05
0.000468005
0.000523876
0.000307365
0.000232208
-0.000234887
-1.25334e-05
0.000302056
-0.000649433
0.000361071
0.000488129
-0.00114606
0.00088516
0.000523105
-0.00164114
0.00139366
0.000495625
-0.00210598
0.00179886
0.000493795
-0.0025241
0.00211069
0.000494309
-0.00288583
0.00231384
0.000512105
-0.00315683
0.0023912
0.000492043
-0.00333994
0.00235348
0.000482744
-0.00344618
0.00222946
0.000459852
-0.00351366
0.00203215
0.000422511
-0.00355427
0.00177701
0.000375046
-0.00358416
0.00149889
0.000318482
-0.0036071
0.00121064
0.000241906
-0.00364737
0.000937671
0.00013557
-0.0036902
0.000671458
2.43916e-05
-0.00375015
0.000430765
-8.83578e-05
-0.00380139
0.000189817
-0.000192298
-0.00386117
-6.42382e-05
-0.000305401
-0.00391536
-0.000451763
-0.000419458
-0.00397094
-0.000719281
-0.000488022
-0.00402649
-0.00111561
-0.000565243
-0.00407112
-0.00143859
-0.000594009
-0.00410632
-0.00177623
-0.000603387
-0.00414486
-0.0021272
-0.000594988
-0.004188
-0.002546
-0.000576818
-0.00423037
-0.00300097
-0.000540272
-0.00425817
-0.00350589
-0.000493149
-0.00425643
-0.00403276
-0.000424373
-0.00417392
-0.00455639
-0.0003369
-0.0039826
-0.00499937
-0.000158459
-0.00363893
-0.00525783
-1.73025e-05
-0.0031916
-0.00526559
0.000129306
-0.00255851
-0.00499502
0.000269654
-0.00176068
-0.00417745
0.000422784
-0.000974598
-0.00281464
0.000613224
-0.000389567
-0.00127014
0.000751611
-0.00011436
-0.00010023
0.00073357
-6.56773e-06
0.000354076
0.000539709
0.000297754
0.000245097
-0.000336226
0.000213854
0.000367711
-0.000842713
0.000730722
0.000576904
-0.00137056
0.0013202
0.000598799
-0.00184844
0.00183799
0.000555603
-0.00226788
0.00222728
0.00053456
-0.00260576
0.0024928
0.000512075
-0.002842
0.00260368
0.0004862
-0.00299312
0.00260355
0.00045244
-0.00310035
0.0025149
0.000404352
-0.00316368
0.00232835
0.000343207
-0.00319314
0.00207101
0.000271091
-0.00320712
0.00178052
0.000193966
-0.00324133
0.00149259
9.68569e-05
-0.00328421
0.00121886
-2.46858e-05
-0.0033399
0.000963034
-0.000127421
-0.00339529
0.000706499
-0.000236544
-0.00345254
0.000480206
-0.000353965
-0.00349456
0.000241745
-0.000479004
-0.00354553
2.99878e-05
-0.000614659
-0.00359225
-0.000325422
-0.000743637
-0.00363934
-0.000586711
-0.000803762
-0.00369613
-0.000966565
-0.000882016
-0.00373543
-0.00129221
-0.000900274
-0.00376662
-0.00163378
-0.00088739
-0.00381043
-0.00197326
-0.000861036
-0.00386855
-0.00238244
-0.00083139
-0.00393651
-0.00282966
-0.000786698
-0.00400643
-0.00333613
-0.000728803
-0.00406032
-0.0038821
-0.000656092
-0.00407314
-0.00445562
-0.000558118
-0.00399477
-0.0050022
-0.00044867
-0.00377308
-0.00543746
-0.000282868
-0.00339305
-0.00563823
-8.46836e-05
-0.00285514
-0.0055534
5.63578e-05
-0.00208505
-0.00500337
0.000231368
-0.00122136
-0.00377337
0.000387364
-0.000520515
-0.00208748
0.000621768
-0.000123508
-0.000562326
0.000667363
-1.52295e-05
0.000214518
0.000552234
0.00027293
0.000250212
-0.000391261
0.000475322
0.000422944
-0.000944103
0.00113307
0.000656016
-0.00147153
0.00175052
0.000667139
-0.00190573
0.0022455
0.000602304
-0.00225281
0.00259431
0.000560902
-0.00249046
0.00278107
0.000510873
-0.00265704
0.00283763
0.000461683
-0.00277825
0.00279318
0.000380637
-0.00284011
0.00262714
0.000297087
-0.00286087
0.00237476
0.000200633
-0.0028769
0.00208471
0.000104585
-0.00291292
0.00179205
-3.38813e-06
-0.00297043
0.00152188
-0.00010967
-0.00303511
0.00125836
-0.000226513
-0.00309566
0.00101108
-0.000355378
-0.00314912
0.000767722
-0.000485897
-0.00319056
0.000548333
-0.000611985
-0.00322026
0.000314821
-0.000732289
-0.00324078
0.000119761
-0.000849185
-0.00327234
-0.000195994
-0.000963331
-0.00329164
-0.00045779
-0.00101411
-0.00333896
-0.000808249
-0.00107349
-0.00337461
-0.00113047
-0.00108392
-0.00340789
-0.00147272
-0.00105554
-0.00345342
-0.00180207
-0.00101811
-0.0035234
-0.00219311
-0.000982502
-0.00361095
-0.0026274
-0.000934964
-0.00371084
-0.00312374
-0.000886354
-0.00380873
-0.00367582
-0.000814808
-0.0038841
-0.00427795
-0.000728218
-0.00389704
-0.00489925
-0.000611327
-0.00379256
-0.00547164
-0.000483209
-0.00351175
-0.00587821
-0.000323016
-0.003067
-0.0059889
-0.000126923
-0.00239353
-0.00569808
1.79859e-05
-0.00152714
-0.00469489
0.000198573
-0.000699908
-0.00300634
0.000377021
-0.000171564
-0.00117443
0.000547824
-3.72767e-06
1.2484e-06
0.000495834
0.000246317
0.000244927
-0.000413301
0.000760029
0.000474293
-0.000970627
0.0015412
0.000727968
-0.00146865
0.0021618
0.000731435
-0.00185596
0.00262278
0.00065003
-0.00213561
0.00291331
0.000577164
-0.00232755
0.00304185
0.000493749
-0.00246138
0.00304751
0.000397021
-0.00252792
0.00292399
0.000287847
-0.00255395
0.00268991
0.000171863
-0.00257763
0.00240338
6.11779e-05
-0.00261492
0.00210988
-5.78875e-05
-0.00267813
0.0018311
-0.000171923
-0.0027511
0.00156947
-0.000297151
-0.00282072
0.00131523
-0.000431053
-0.00287502
0.00107163
-0.000565776
-0.00290836
0.000829095
-0.00069116
-0.0029186
0.000607102
-0.000803809
-0.00292084
0.00038201
-0.000905406
-0.00290004
0.00017781
-0.000995812
-0.00291793
-7.72611e-05
-0.0010881
-0.00291142
-0.000347793
-0.00113261
-0.00294736
-0.000659572
-0.00117846
-0.00297867
-0.000969845
-0.00118281
-0.00301897
-0.00130409
-0.00114925
-0.00306642
-0.00162597
-0.0011085
-0.00314187
-0.00199504
-0.00107003
-0.00323914
-0.00240867
-0.00102701
-0.0033597
-0.00288453
-0.000977758
-0.0034921
-0.00342831
-0.000918161
-0.00361947
-0.00404499
-0.00083417
-0.00370663
-0.00471843
-0.000727279
-0.00370339
-0.00539373
-0.000597857
-0.00354148
-0.00597708
-0.00046164
-0.00318032
-0.00631268
-0.000316519
-0.00260792
-0.00625936
-0.000134286
-0.00179265
-0.00554057
1.94715e-05
-0.000890685
-0.003961
0.000183481
-0.000279847
-0.00188236
0.000390577
-1.04918e-06
-0.000329852
0.00040492
0.000211901
0.000228704
-0.000398545
0.00103297
0.000501556
-0.000932102
0.00192929
0.000776357
-0.00139855
0.00254877
0.000776506
-0.00174319
0.00296996
0.000671101
-0.00197652
0.00319551
0.000567765
-0.00212952
0.00327124
0.000444004
-0.00221196
0.0032041
0.000316669
-0.00225304
0.00301668
0.000178065
-0.00228269
0.00273881
5.24078e-05
-0.00232501
0.00244415
-8.78911e-05
-0.00239236
0.00215769
-0.00020386
-0.0024742
0.00188912
-0.000328669
-0.00255481
0.0016315
-0.000460653
-0.00261806
0.00137463
-0.000594289
-0.00265351
0.0011234
-0.000722178
-0.00266081
0.000874382
-0.000831014
-0.00264031
0.000644191
-0.000923236
-0.00260462
0.00041848
-0.0010005
-0.00255762
0.00021114
-0.00106903
-0.00254061
-3.63298e-06
-0.0011363
-0.00252112
-0.000262258
-0.00117286
-0.0025447
-0.000535525
-0.00120942
-0.00257566
-0.000824471
-0.00120906
-0.00262744
-0.00113955
-0.00117752
-0.00268315
-0.00145344
-0.00114268
-0.00276176
-0.0018023
-0.00110444
-0.00286113
-0.0021939
-0.00106726
-0.002986
-0.00264369
-0.00102824
-0.00313545
-0.00316702
-0.000975552
-0.00329947
-0.00377841
-0.000903933
-0.00344721
-0.00447683
-0.000809798
-0.00352831
-0.00522935
-0.00069658
-0.00347958
-0.00595524
-0.000561786
-0.00323006
-0.00650528
-0.000427176
-0.00275482
-0.00669495
-0.000304937
-0.00202513
-0.00626671
-0.000139249
-0.00110466
-0.00491466
5.19625e-06
-0.000360318
-0.00268682
0.000192071
-9.61714e-06
-0.000727511
0.000266561
0.000162428
0.000183096
-0.000361233
0.00128136
0.000523374
-0.000854563
0.00228828
0.000821798
-0.00128508
0.00291141
0.000823424
-0.00158154
0.00327988
0.000696971
-0.00177597
0.00344794
0.00055736
-0.00189071
0.00346381
0.000396796
-0.00195121
0.00333098
0.000231122
-0.00199062
0.00309232
8.33649e-05
-0.00203862
0.00279578
-7.63337e-05
-0.00211008
0.00250486
-0.00020138
-0.00220155
0.00222691
-0.00032532
-0.00229207
0.00195891
-0.00045293
-0.00236781
0.00169327
-0.000585069
-0.00241463
0.00142304
-0.000710054
-0.00242616
0.00115578
-0.000820493
-0.00240208
0.000892655
-0.000906725
-0.00234737
0.000648844
-0.000974184
-0.00227627
0.000418792
-0.00103007
-0.00220206
0.000212294
-0.00107948
-0.00215252
2.05901e-05
-0.00113253
-0.00212533
-0.000209258
-0.0011638
-0.00214677
-0.000439735
-0.00119685
-0.00218174
-0.000703725
-0.00119711
-0.00224148
-0.000991034
-0.00117608
-0.00230918
-0.00129189
-0.00114594
-0.00239119
-0.00162303
-0.00111508
-0.00248953
-0.00199253
-0.00107944
-0.00261303
-0.00241582
-0.00104428
-0.00276556
-0.00291334
-0.000996046
-0.0029439
-0.00350431
-0.000936638
-0.00312835
-0.00420356
-0.000856219
-0.00327874
-0.00499931
-0.000751864
-0.00332711
-0.00583727
-0.000628298
-0.00319765
-0.00658088
-0.000489841
-0.00282657
-0.00702027
-0.000364947
-0.0021939
-0.0068723
-0.000252049
-0.00131089
-0.00580542
-0.000130353
-0.000469807
-0.00357442
4.27627e-05
-3.43566e-05
-0.00120067
0.000148144
8.64365e-05
0.000128765
-0.000304869
0.00149007
0.000517866
-0.000746482
0.00260917
0.000838851
-0.00113072
0.00323754
0.000847168
-0.00138478
0.00355371
0.000699469
-0.00154962
0.00367356
0.000531123
-0.00163935
0.00362733
0.00033165
-0.00169785
0.00344044
0.000149927
-0.00175342
0.00317296
-1.80189e-05
-0.00182837
0.00287402
-0.000174925
-0.00192609
0.0025857
-0.000297835
-0.00202891
0.00230944
-0.000422398
-0.00211947
0.00203344
-0.000549134
-0.0021834
0.00174923
-0.000672097
-0.00221093
0.00145659
-0.000778221
-0.00219496
0.00116535
-0.000864998
-0.00213678
0.000881263
-0.000924164
-0.00204417
0.000619942
-0.000969515
-0.00193699
0.000382552
-0.00100769
-0.00183652
0.000180317
-0.00104856
-0.00176786
6.49827e-06
-0.00109666
-0.00174553
-0.000186695
-0.00113257
-0.00177229
-0.000375118
-0.00116328
-0.00181975
-0.00061291
-0.00116665
-0.00189031
-0.000870447
-0.00115464
-0.00196848
-0.0011545
-0.00113234
-0.00205522
-0.00146985
-0.00110332
-0.00215047
-0.00181961
-0.00107463
-0.00226773
-0.0022176
-0.00103934
-0.00241335
-0.00268403
-0.000998538
-0.00259181
-0.00324412
-0.000948399
-0.00279361
-0.00392213
-0.000881945
-0.00298745
-0.00472939
-0.000796912
-0.0031167
-0.00563856
-0.000685505
-0.00309416
-0.00654389
-0.000556342
-0.00283899
-0.00723051
-0.000421999
-0.00230267
-0.00737203
-0.000310081
-0.00148284
-0.00660752
-0.00022697
-0.000573538
-0.00451379
-0.000112745
-6.38937e-05
-0.00176114
4.23626e-05
-2.02342e-05
4.7771e-05
-0.000237953
0.00165203
0.000512169
-0.000620365
0.00288772
0.00085911
-0.000955693
0.00352632
0.000872983
-0.00117743
0.00380034
0.000714015
-0.00131764
0.00387422
0.000513684
-0.00139681
0.00377275
0.00028525
-0.00146749
0.00355061
8.6323e-05
-0.00154219
0.00326708
-0.000101564
-0.00164312
0.00297042
-0.000238921
-0.00175853
0.00268638
-0.000364324
-0.00186727
0.00240444
-0.000487487
-0.00195397
0.00211179
-0.00060726
-0.00200465
0.00180051
-0.000716678
-0.00201084
0.00147801
-0.000801431
-0.00196465
0.00115303
-0.000859966
-0.00186746
0.000840949
-0.000892855
-0.00173419
0.000557771
-0.000916169
-0.00158976
0.000311606
-0.000945373
-0.00146721
0.000118116
-0.000986292
-0.00138778
-4.71615e-05
-0.00104592
-0.00138549
-0.000191388
-0.00110001
-0.0014288
-0.000343489
-0.00113504
-0.00149826
-0.000552141
-0.00115024
-0.00158214
-0.000785218
-0.00114427
-0.00166907
-0.00105325
-0.00112182
-0.00175726
-0.00135216
-0.00109764
-0.00184849
-0.00168519
-0.00106241
-0.00195455
-0.00205866
-0.00102817
-0.00208707
-0.00249134
-0.000987142
-0.00225427
-0.00301313
-0.000943701
-0.00245519
-0.00365446
-0.000887355
-0.00267091
-0.00444806
-0.000811737
-0.00285673
-0.00539093
-0.000710839
-0.00293004
-0.00641742
-0.000587687
-0.00279011
-0.00732589
-0.000456712
-0.00235699
-0.00777464
-0.000336594
-0.00162169
-0.00731415
-0.00026321
-0.000683812
-0.0054473
-0.000225288
-8.39201e-05
-0.00241725
-8.60385e-05
-0.000140443
-3.67392e-05
-0.000163832
0.00176224
0.000474049
-0.000478534
0.00311859
0.000841131
-0.000769894
0.00378259
0.000867668
-0.000969154
0.00403069
0.000699912
-0.00109353
0.00405797
0.00047736
-0.00117327
0.00391121
0.000225938
-0.0012607
0.00366349
2.13601e-05
-0.00135787
0.00337637
-0.000165918
-0.00148032
0.00308534
-0.000296337
-0.00160666
0.0028015
-0.000418619
-0.00171877
0.00250874
-0.000534097
-0.00180108
0.00219426
-0.000644613
-0.00183887
0.00185044
-0.0007342
-0.00182399
0.00149175
-0.000791692
-0.00174482
0.00112462
-0.000817206
-0.00160668
0.000776752
-0.000819029
-0.00143197
0.000468842
-0.000823626
-0.00124689
0.000211922
-0.000848216
-0.00109684
2.63408e-05
-0.000899682
-0.00101873
-0.000131398
-0.000982012
-0.00104503
-0.000220357
-0.00107365
-0.00111882
-0.000343585
-0.00111514
-0.00122009
-0.000521223
-0.00115359
-0.00132435
-0.000740534
-0.00114844
-0.00141961
-0.000995638
-0.00112648
-0.00150878
-0.00128134
-0.00109594
-0.00159337
-0.00159819
-0.00105546
-0.00168588
-0.00194758
-0.00101746
-0.00180038
-0.00234354
-0.000976403
-0.0019502
-0.00282001
-0.000937884
-0.00214235
-0.00341258
-0.000887512
-0.0023652
-0.00417332
-0.000822117
-0.00258589
-0.00511988
-0.000729477
-0.00272932
-0.00622912
-0.000612651
-0.00269327
-0.00732479
-0.000480274
-0.00236121
-0.00808026
-0.000358065
-0.00171048
-0.00794424
-0.000273244
-0.000793435
-0.00634773
-0.000258634
-8.60271e-05
-0.00315664
-0.000210536
-0.000270168
-0.000124155
-8.99699e-05
0.00181967
0.000448687
-0.000333582
0.00329684
0.000838224
-0.000586584
0.00400596
0.000890316
-0.000763644
0.00424037
0.000712097
-0.000879916
0.00423275
0.000463102
-0.000967104
0.00405003
0.000196511
-0.00106805
0.00378704
-2.58812e-05
-0.00118721
0.00350129
-0.000199637
-0.0013242
0.00321788
-0.00033032
-0.00145996
0.0029329
-0.000448296
-0.00157616
0.00262746
-0.00055657
-0.00165653
0.00228894
-0.000656488
-0.0016848
0.00190939
-0.000725371
-0.00165381
0.00151198
-0.000754808
-0.0015461
0.00109451
-0.000744281
-0.00136755
0.000702304
-0.000715206
-0.0011435
0.000359331
-0.000700175
-0.000920305
9.88827e-05
-0.000725158
-0.00073107
-0.000114402
-0.000788374
-0.000661334
-0.000242189
-0.000922111
-0.000719514
-0.000289214
-0.00106537
-0.000839442
-0.000373544
-0.00114312
-0.000983177
-0.000529905
-0.00119046
-0.00111253
-0.000742746
-0.00118588
-0.00121648
-0.000992879
-0.00115403
-0.0013014
-0.00126892
-0.00110863
-0.00137443
-0.00156722
-0.00105701
-0.00144795
-0.00189157
-0.00101013
-0.00153905
-0.00224728
-0.000965202
-0.00166582
-0.0026728
-0.000925742
-0.00184231
-0.00320397
-0.000880521
-0.00206526
-0.00391293
-0.000822833
-0.00231038
-0.00483651
-0.000738994
-0.00251064
-0.00599437
-0.000627302
-0.00256348
-0.00724308
-0.000495403
-0.00233412
-0.00828816
-0.000368788
-0.00176365
-0.00849618
-0.000281421
-0.000886272
-0.0072078
-0.000264502
-0.000101872
-0.00394693
-0.000290375
-0.00040314
-0.000219953
2.88973e-06
0.00180218
0.000385704
-0.000181487
0.00343238
0.000791719
-0.000405303
0.00421167
0.000865723
-0.000568581
0.00443774
0.000689157
-0.000682939
0.00439582
0.000437161
-0.000780286
0.00418684
0.000154943
-0.00089917
0.00392033
-7.66896e-05
-0.00103911
0.00364216
-0.000254148
-0.00118988
0.00336584
-0.000384785
-0.00133326
0.00307913
-0.000503622
-0.00145027
0.00276073
-0.000605238
-0.00152763
0.00239599
-0.000686186
-0.00154988
0.00198211
-0.000721549
-0.00151273
0.00155025
-0.000710924
-0.00138079
0.00107597
-0.000649426
-0.0011606
0.000631308
-0.000579284
-0.000885209
0.000246135
-0.000538549
-0.000610346
-3.3608e-05
-0.00055273
-0.000387596
-0.000271171
-0.000647625
-0.000299833
-0.00037512
-0.000837228
-0.000392168
-0.000381481
-0.00106115
-0.000577615
-0.000427856
-0.00118724
-0.000776076
-0.00058088
-0.00125562
-0.000939884
-0.000801149
-0.00124811
-0.00105536
-0.00105266
-0.00119987
-0.00113548
-0.00132181
-0.00113733
-0.00119041
-0.00160268
-0.00106523
-0.00123884
-0.0018984
-0.0010068
-0.00130199
-0.00220892
-0.000953777
-0.00139937
-0.00257776
-0.000914251
-0.00155242
-0.00303688
-0.000872961
-0.0017667
-0.00367467
-0.000825052
-0.00202853
-0.00454637
-0.000752662
-0.00227625
-0.00571962
-0.000648304
-0.00241194
-0.00708466
-0.000515534
-0.00228628
-0.00839591
-0.000380563
-0.00180784
-0.00895797
-0.000280164
-0.000980467
-0.00802124
-0.000253019
-0.000145427
-0.00478401
-0.000303086
-0.000574517
-0.000276358
9.39907e-05
0.00171008
0.000352083
-3.39349e-05
0.00351412
0.000806958
-0.000230192
0.00439243
0.000875155
-0.000384839
0.00462014
0.000718901
-0.000495465
0.00455173
0.000432522
-0.000596409
0.00432195
0.000134894
-0.000722055
0.00405197
-0.000108998
-0.000872402
0.0037814
-0.00028593
-0.00102835
0.00351342
-0.000423521
-0.00117224
0.00322471
-0.000544986
-0.00128585
0.00289553
-0.000641384
-0.00136354
0.00251174
-0.000706165
-0.00139876
0.0020815
-0.000709522
-0.0013842
0.001632
-0.0006653
-0.00125054
0.00109868
-0.000547705
-0.000997649
0.000581413
-0.000427208
-0.000675898
0.000147641
-0.000359553
-0.000346425
-0.000175109
-0.000376744
-5.99554e-05
-0.000413238
-0.000511295
6.57039e-05
-0.000541869
-0.000758358
-7.51733e-05
-0.00052807
-0.00108224
-0.000349251
-0.000539222
-0.00127639
-0.000612079
-0.000696855
-0.00135209
-0.00080328
-0.00093214
-0.00132669
-0.000925119
-0.00118498
-0.00125623
-0.000996457
-0.00144501
-0.00116608
-0.00102841
-0.00170967
-0.00107172
-0.00104185
-0.00197762
-0.000992718
-0.00106712
-0.00223818
-0.000930639
-0.00112787
-0.00254285
-0.000887613
-0.00124791
-0.00292106
-0.000850824
-0.00143971
-0.00347245
-0.000812641
-0.00170524
-0.00426081
-0.000754896
-0.00199746
-0.00540416
-0.000664667
-0.00222056
-0.00684055
-0.0005388
-0.00221398
-0.00838447
-0.000398217
-0.00184752
-0.00930734
-0.00028641
-0.00109033
-0.00876331
-0.000244856
-0.000220372
-0.00564952
-0.000309274
-0.000813873
-0.000324812
0.000168009
0.00157536
0.000237741
9.61024e-05
0.00355643
0.000724841
-3.46456e-05
0.00451508
0.000846151
-0.0001715
0.00477407
0.000679139
-0.000289545
0.00470579
0.000405597
-0.000395094
0.00445083
6.37197e-05
-0.000527219
0.00418272
-0.000158281
-0.00068386
0.00391881
-0.000348866
-0.000843732
0.00365676
-0.000490879
-0.000991081
0.00336617
-0.00061703
-0.00110819
0.00302894
-0.000701442
-0.0011996
0.00263666
-0.000744626
-0.001266
0.00220922
-0.000716885
-0.00130258
0.00176875
-0.000632805
-0.00118417
0.00118202
-0.0004363
-0.000899156
0.000586212
-0.000250407
-0.000522563
0.0001051
-0.000148764
-0.000120815
-0.000242479
-0.000175076
0.000250568
-0.000524944
-0.000315317
0.00044128
-0.000679149
-0.000613797
0.000271516
-0.000715239
-0.00106633
-0.000121583
-0.000730912
-0.00137928
-0.000482342
-0.000908965
-0.00147256
-0.00070353
-0.00117471
-0.00141594
-0.000822411
-0.00142041
-0.00130766
-0.00088143
-0.00165425
-0.00118585
-0.00088423
-0.00189394
-0.0010605
-0.00085829
-0.00212882
-0.000963797
-0.00084224
-0.00233377
-0.000893749
-0.000863028
-0.00256852
-0.000851646
-0.00094558
-0.00286071
-0.000819921
-0.00110339
-0.00331848
-0.000790915
-0.00134829
-0.00400561
-0.000745492
-0.00165809
-0.00507585
-0.000667458
-0.00196099
-0.00651615
-0.00055159
-0.00209129
-0.0082327
-0.000411423
-0.00187878
-0.00949802
-0.000288358
-0.00122281
-0.00939993
-0.000230384
-0.000321661
-0.00654033
-0.000281811
-0.00115105
-0.000335454
0.00021451
0.00140448
0.000209081
0.000209687
0.00354694
0.000740785
0.000121478
0.00459472
0.000868172
3.05387e-05
0.00488181
0.000727844
-6.2771e-05
0.0048148
0.000441986
-0.00018476
0.00456472
8.8335e-05
-0.000323279
0.00429758
-0.00015708
-0.000467237
0.0040314
-0.00035623
-0.000615433
0.00377092
-0.000505457
-0.00076084
0.00347336
-0.000622867
-0.000882824
0.00313856
-0.000716768
-0.000989343
0.00274406
-0.00077344
-0.00111193
0.00232537
-0.000761768
-0.00126208
0.00194157
-0.000690594
-0.001201
0.00132748
-0.000411653
-0.000870362
0.000633856
-0.000110721
-0.00044544
9.56702e-05
2.46481e-05
2.55204e-05
-0.000255111
-1.04735e-05
0.000502993
-0.000581382
-0.000163553
0.000738117
-0.000846636
-0.000489946
0.000560058
-0.00101198
-0.00109318
5.68573e-05
-0.00104067
-0.0015087
-0.000394182
-0.00126253
-0.0015693
-0.000623257
-0.00153106
-0.00144167
-0.000734354
-0.00173365
-0.00129996
-0.000774318
-0.00193655
-0.00114467
-0.000735305
-0.0021529
-0.000988735
-0.00065734
-0.00234886
-0.000872596
-0.000596149
-0.00248978
-0.000805115
-0.000579258
-0.00264882
-0.000773235
-0.000624396
-0.00285563
-0.000753879
-0.000745724
-0.00321465
-0.000738115
-0.000964551
-0.00378585
-0.000710256
-0.00127977
-0.00474633
-0.000651599
-0.00164083
-0.00613552
-0.000552937
-0.00190378
-0.00794487
-0.000418479
-0.00187754
-0.00949566
-0.000296737
-0.00138598
-0.00986519
-0.000224382
-0.000496314
-0.00741292
-0.000258913
-0.00165985
-0.000341857
0.00017659
0.00125639
0.000124215
0.000240416
0.00348797
0.000634961
0.000240065
0.00459912
0.000795633
0.000200367
0.00493697
0.000677915
0.00013477
0.00488953
0.000401965
2.92701e-05
0.00464849
5.25399e-05
-0.000116629
0.0043922
-0.000186613
-0.000268403
0.00412062
-0.000417035
-0.00042281
0.00385877
-0.000580913
-0.000574985
0.00356095
-0.000718486
-0.000705221
0.0032137
-0.000812946
-0.000823585
0.00280471
-0.000866512
-0.000997008
0.00239501
-0.000875007
-0.001293
0.00204997
-0.00084724
-0.00131811
0.0013999
-0.000457606
-0.000910837
0.000605813
8.75633e-06
-0.000407354
3.59443e-05
0.000197711
0.000100257
-0.000310979
0.000160168
0.000654707
-0.000633672
2.98619e-05
0.000965374
-0.00102672
-0.000346174
0.000833174
-0.00137331
-0.00101389
0.000242619
-0.0015588
-0.00159079
-0.000312314
-0.00188818
-0.00161293
-0.000531137
-0.00202707
-0.00135304
-0.000610142
-0.00210025
-0.00117672
-0.000650722
-0.00224672
-0.00103127
-0.000577992
-0.00242447
-0.00084002
-0.000452973
-0.00258278
-0.000718775
-0.000355985
-0.00266423
-0.000666979
-0.000325213
-0.00275066
-0.00066196
-0.000353165
-0.00288963
-0.000658909
-0.000428991
-0.00318263
-0.000644529
-0.000580161
-0.00365696
-0.000614469
-0.000843411
-0.00448577
-0.000563697
-0.00122829
-0.00573963
-0.000484162
-0.00160854
-0.00754385
-0.000375677
-0.00177784
-0.00929464
-0.000272283
-0.00150003
-0.010108
-0.000212107
-0.000706474
-0.00818195
-0.000225914
-0.00237212
-0.000321399
0.000135238
0.00114698
0.000130871
0.000252769
0.00337789
0.000602001
0.000319249
0.00453311
0.000770282
0.000328407
0.00493444
0.00067857
0.000290837
0.00492094
0.00041746
0.000206518
0.00469779
6.27491e-05
9.71866e-05
0.00444468
-0.00019036
-4.55457e-05
0.00416906
-0.000415682
-0.000197994
0.00390093
-0.000597842
-0.000354849
0.00359654
-0.000739347
-0.000488953
0.00322201
-0.000853028
-0.000583749
0.00276144
-0.000928916
-0.000776525
0.0022667
-0.00101189
-0.00131268
0.00170304
-0.00121504
-0.00155265
0.000988839
-0.000769386
-0.00101216
0.000334162
2.64033e-05
-0.000314203
-0.000154993
0.000363094
0.000161133
-0.000518935
0.000256489
0.000625103
-0.000846428
0.00012273
0.00110618
-0.00126315
-0.000129469
0.00113529
-0.00181346
-0.000664162
0.000434439
-0.00234415
-0.00136405
-0.000142445
-0.00256635
-0.00132417
-0.000334978
-0.00243093
-0.00102042
-0.000446802
-0.00249627
-0.000953452
-0.000489907
-0.00256404
-0.000809552
-0.00037282
-0.0026906
-0.000588926
-0.000184731
-0.00279869
-0.000467183
-7.53193e-05
-0.00279997
-0.000467199
-4.97373e-05
-0.00283944
-0.000523402
-8.82047e-05
-0.00292742
-0.00056513
-0.000178457
-0.00315589
-0.000574318
-0.000344513
-0.0035352
-0.000560454
-0.000572905
-0.00428697
-0.000512998
-0.00090779
-0.00543064
-0.0004204
-0.00130173
-0.00715195
-0.000302994
-0.00158191
-0.00899093
-0.000217045
-0.00147583
-0.0101863
-0.000142435
-0.000828193
-0.00880323
-0.000176535
-0.00320559
-0.000269005
0.000116767
0.00105931
9.78321e-05
0.000278214
0.00323449
0.000520037
0.000394053
0.00442757
0.000699024
0.000445878
0.00489041
0.00063548
0.000436749
0.00492244
0.000400898
0.000363968
0.00473106
6.27946e-05
0.000258134
0.0044842
-0.000197849
0.000115278
0.00421122
-0.000426678
-3.22711e-05
0.00392223
-0.000621526
-0.000190027
0.00360185
-0.000772791
-0.000354101
0.00318714
-0.000909089
-0.000460767
0.00260846
-0.00100743
-0.000745306
0.0018873
-0.00115244
-0.00146277
0.00100371
-0.00141134
-0.00175535
0.00040035
-0.000738303
-0.00105942
0.000143546
0.000336501
-0.000199125
-0.00028212
0.000743138
0.000277429
-0.000698453
0.000518104
0.00057615
-0.00106131
0.000334908
0.000887139
-0.00146566
0.000204735
0.000825966
-0.00200298
-0.000132901
0.000371126
-0.00241212
-0.000346757
0.000223994
-0.00216955
-0.000155579
0.000115266
-0.00208512
-0.000270755
-0.000102507
-0.00254283
-0.000437101
-0.000245675
-0.0026907
-0.000410313
-0.000129431
-0.00283802
-0.000195644
0.000119177
-0.00291771
-0.000107776
0.000275327
-0.00289997
-0.000168818
0.000290133
-0.00290921
-0.000304551
0.000197597
-0.00295378
-0.000400951
0.000106123
-0.00315289
-0.000430745
-3.91628e-05
-0.00345207
-0.000428565
-0.000291631
-0.00407238
-0.000402911
-0.000665881
-0.00508956
-0.000352389
-0.00109491
-0.00674904
-0.000234707
-0.00142945
-0.0086424
-0.000145626
-0.00142534
-0.0101614
-7.95561e-05
-0.000883656
-0.00931165
-0.000109216
-0.00408548
-0.00022863
0.000118705
0.000974118
8.92754e-05
0.000314612
0.00306201
0.000459392
0.000469041
0.00428783
0.000640502
0.000552795
0.00481448
0.000604344
0.000568649
0.0048956
0.000397169
0.00051147
0.00473513
8.97913e-05
0.000416091
0.00450304
-0.000180618
0.000270629
0.00424399
-0.000425897
8.687e-05
0.00396454
-0.00062208
-0.000131392
0.00362936
-0.000776182
-0.00041314
0.00322329
-0.000877391
-0.000678351
0.00261421
-0.000875118
-0.00103749
0.00176778
-0.000833093
-0.00153238
0.000802562
-0.000675085
-0.00151633
0.000418678
0.000121948
-0.000895357
0.000355285
0.000917349
-9.23345e-05
-0.000104245
0.00128098
0.000361953
-0.000583822
0.00116411
0.00052354
-0.00102423
0.000852297
0.000639434
-0.00137849
0.000840059
0.000678045
-0.00173785
0.000693794
0.000667348
-0.00190932
0.000648135
0.000527575
-0.00145992
0.000445544
0.000170332
-0.00156017
4.02362e-05
-2.77038e-05
-0.00226071
0.000157302
-0.000104318
-0.00257246
0.000210615
0.000144219
-0.00270337
0.000436785
0.000497009
-0.00276355
0.0005028
0.000673979
-0.00278792
0.000271796
0.000620689
-0.00285022
-1.91803e-05
0.000466382
-0.00290622
-0.000211454
0.000322225
-0.00308417
-0.000275624
0.000144156
-0.00333482
-0.000289842
-9.19913e-05
-0.00387996
-0.000270408
-0.000441309
-0.00478065
-0.000231156
-0.000850907
-0.00636805
-0.000139156
-0.00119255
-0.00830187
-4.87291e-05
-0.00122306
-0.0101018
2.8777e-05
-0.000785797
-0.00971492
-4.03658e-06
-0.00486508
-0.000144954
0.000122032
0.000884179
6.50943e-05
0.000346987
0.00286737
0.000383075
0.000537951
0.00411917
0.000566967
0.00065272
0.0047123
0.000556075
0.000690691
0.00484965
0.000379185
0.000644507
0.00472771
0.000100086
0.00055428
0.00451738
-0.000169019
0.00039914
0.00428371
-0.000416155
0.000173265
0.00405135
-0.00061063
-0.000157226
0.00377902
-0.000746476
-0.000598659
0.00346764
-0.000765506
-0.00105819
0.00306146
-0.000577245
-0.00136149
0.00238232
-0.00011453
-0.00138167
0.0016528
0.000466244
-0.00111057
0.00134764
0.00113591
-0.000700399
0.00114149
0.00148375
-8.64609e-05
0.000664634
0.00182946
0.000431032
9.749e-05
0.00183622
0.000625301
-0.000351887
0.00170485
0.000950935
-0.000698995
0.00168368
0.00132752
-0.00103739
0.00141526
0.00141641
-0.0013157
0.000877709
0.000615205
-0.00137522
-0.000162306
-0.000278418
-0.00155166
-0.000301784
-0.000184899
-0.00174452
0.000628065
6.481e-05
-0.00200349
0.000854167
0.000414388
-0.0021866
0.00104555
0.000792921
-0.00229183
0.000999748
0.000977795
-0.00245047
0.000685252
0.000907151
-0.00263078
0.000309516
0.000716574
-0.00274498
7.02058e-05
0.000529975
-0.0029269
-3.94745e-05
0.000319337
-0.00315104
-8.69416e-05
4.96002e-05
-0.00364864
-9.36948e-05
-0.000323894
-0.00444273
-7.53622e-05
-0.000729175
-0.00598354
-2.2662e-05
-0.00107102
-0.00796001
4.94076e-05
-0.00110912
-0.0100441
0.000118927
-0.000694819
-0.0100944
0.000103208
-0.00554752
-4.6616e-05
0.000113837
0.00079495
6.10228e-05
0.000361716
0.0026534
0.000322523
0.000589064
0.00391926
0.000506155
0.000740558
0.00457681
0.000518912
0.000808565
0.00477605
0.000371909
0.00078824
0.0047007
0.000117903
0.000718135
0.00451039
-0.000149025
0.000575327
0.00430074
-0.000401262
0.000363033
0.00409954
-0.000615481
6.09589e-06
0.00391013
-0.000774364
-0.000532243
0.00371732
-0.000813316
-0.00111941
0.00354848
-0.000569258
-0.00145717
0.00319395
5.70242e-05
-0.00128957
0.00279657
0.000867839
-0.000934611
0.00260961
0.00150134
-0.000630529
0.00236009
0.00177843
-9.33054e-05
0.00184626
0.00221604
0.000428741
0.00126447
0.00225891
0.000715138
0.000817856
0.00221275
0.00109746
0.000523424
0.00221812
0.00150731
0.000156128
0.00195195
0.00170913
-0.000303098
0.00141733
0.000878915
-0.000941414
0.000235057
-0.000103591
-0.00121282
7.43208e-05
-5.71072e-05
-0.000897777
0.00100196
0.000239612
-0.00105528
0.00131568
0.000630641
-0.0012828
0.00152476
0.000992733
-0.00153073
0.00139537
0.00117728
-0.00186148
0.00106278
0.00112407
-0.00220823
0.000655141
0.000927001
-0.0024336
0.000341282
0.000712778
-0.00267319
0.000174306
0.000470573
-0.00288013
0.00010677
0.000179124
-0.00335388
5.83533e-05
-0.000226724
-0.00406286
6.12427e-05
-0.000658248
-0.00556042
9.04955e-05
-0.00100817
-0.00760325
0.000134074
-0.00105668
-0.00996703
0.000209666
-0.000643209
-0.0104649
0.000200949
-0.00617964
7.22177e-05
0.000108876
0.000707822
4.49865e-05
0.000369728
0.00242918
0.000260147
0.000626075
0.00369581
0.000439471
0.0008131
0.00441016
0.000474337
0.000916858
0.004671
0.000356798
0.000927874
0.00464597
0.000126922
0.000889312
0.00447234
-0.000135567
0.000786449
0.0042661
-0.000390236
0.000620059
0.00405125
-0.000635433
0.000333323
0.00385974
-0.000846388
-0.00019755
0.00367453
-0.00102336
-0.000883137
0.00354881
-0.000900872
-0.00129042
0.00346132
-0.000259168
-0.00102303
0.00343461
0.000584039
-0.000714872
0.00340491
0.00111669
-0.000639345
0.00320879
0.00138177
-0.000130549
0.00292209
0.00205125
0.00052129
0.00242513
0.00232006
0.000867637
0.00184728
0.00221059
0.00112757
0.00137367
0.00199767
0.00134701
0.000993495
0.0018171
0.00151179
0.000514287
0.001483
0.00106671
-7.82151e-05
0.000866994
0.000557126
-0.000369964
0.000726634
0.000291908
-0.000108339
0.00091734
0.000327518
-0.000192223
0.00119201
0.000702253
-0.000369814
0.00151092
0.0010194
-0.000740592
0.00141421
0.00123533
-0.00117879
0.00120394
0.00127141
-0.00165548
0.000886096
0.00113355
-0.00197512
0.000573842
0.000919376
-0.00228691
0.000353018
0.000643848
-0.00251303
0.000230868
0.000291161
-0.00297308
0.000173625
-0.00014045
-0.0036176
0.000144072
-0.000627651
-0.0050689
0.000143765
-0.00101953
-0.00718916
0.000179391
-0.00110155
-0.00984497
0.000254008
-0.000695417
-0.0108155
0.000254831
-0.00685713
0.000123288
9.58048e-05
0.000633232
3.62048e-05
0.000360144
0.002204
0.000211985
0.00064111
0.00345147
0.000385116
0.000859128
0.00421821
0.000440191
0.000998705
0.0045364
0.000354808
0.00104713
0.00456541
0.000156972
0.00103727
0.00442528
-9.99199e-05
0.000966371
0.00422389
-0.000329756
0.000837927
0.00399873
-0.000565819
0.00063102
0.0037764
-0.000787096
0.000205883
0.00357272
-0.000971482
-0.000392289
0.00343014
-0.000996843
-0.000725153
0.00352675
-0.000489028
-0.00050376
0.00366495
0.000123405
-0.00028181
0.00362721
0.000464712
-0.000356924
0.00346055
0.000700614
-9.97282e-05
0.0034025
0.00137944
0.000480996
0.00313324
0.00176566
0.000976482
0.00249388
0.00177021
0.00121631
0.00173337
0.00151487
0.00130197
0.00121453
0.00130191
0.00133273
0.000799063
0.00109252
0.001181
0.000396185
0.000827342
0.00104638
0.000209082
0.000746763
0.000717206
0.00016483
0.000523491
0.000531202
0.000113665
0.000685854
0.000703629
4.56335e-05
0.00102177
0.000899677
-0.00031275
0.00108676
0.00112276
-0.000682971
0.00109738
0.00125888
-0.00111745
0.000986826
0.00120768
-0.00144999
0.000761835
0.0010351
-0.00181048
0.000547311
0.000768362
-0.00205154
0.000384652
0.000438217
-0.0025311
0.000271096
-1.28879e-05
-0.0031236
0.000227059
-0.000529842
-0.00452824
0.000212915
-0.000986546
-0.0066948
0.000251914
-0.00112433
-0.00964803
0.000322826
-0.000774371
-0.0110931
0.000339101
-0.00759034
0.000204308
9.35776e-05
0.000558597
2.96421e-05
0.000346664
0.00199136
0.000165017
0.000646215
0.00319479
0.000327378
0.000886276
0.00401051
0.000398319
0.00105344
0.00438356
0.000343572
0.0011396
0.00446126
0.000180047
0.00114912
0.00436363
-5.3807e-05
0.00110334
0.00418533
-0.000263148
0.000995713
0.00398094
-0.000472124
0.0008158
0.00377826
-0.000659435
0.000511142
0.00361555
-0.000790678
0.000162057
0.00349442
-0.000826969
2.12611e-06
0.00360942
-0.000553641
3.95122e-05
0.00372378
-0.000222558
0.000127663
0.00368417
2.49545e-05
6.42057e-05
0.00351712
0.000239264
0.000142702
0.00344997
0.000638936
0.000294625
0.00336911
0.000918158
0.000702681
0.00300317
0.00126108
0.00113692
0.00234406
0.00143413
0.00142376
0.00171995
0.00133804
0.00155988
0.00124542
0.00108721
0.00150316
0.000837539
0.000766445
0.00139273
0.000549271
0.000529649
0.00107411
0.000213469
0.000209348
0.000805915
6.57117e-06
0.000197951
0.000773464
-7.04218e-05
0.000480632
0.000879004
-0.0002864
0.000665923
0.00107236
-0.000460615
0.000827843
0.0012566
-0.000755481
0.000860648
0.00126978
-0.00101824
0.000733475
0.00114522
-0.00137979
0.000564063
0.000888071
-0.00160213
0.000430336
0.0005599
-0.00207625
0.000311026
0.000119524
-0.00262382
0.000248557
-0.000416109
-0.00396553
0.000235799
-0.000948125
-0.00611902
0.000263304
-0.00118042
-0.00934887
0.00034036
-0.000905305
-0.0112924
0.000375613
-0.00845496
0.000244471
8.81602e-05
0.000488379
3.59952e-05
0.000323847
0.00179069
0.00014081
0.000628306
0.00293824
0.000278393
0.000898827
0.00377707
0.000366201
0.00109384
0.00421119
0.000336727
0.00122032
0.00432919
0.000207542
0.00126636
0.0042794
-7.79732e-07
0.00126043
0.00412443
-0.000193297
0.00119569
0.00394657
-0.000387004
0.00107376
0.00376429
-0.000563172
0.000882455
0.0036236
-0.000694267
0.000632659
0.00353823
-0.000748719
0.00046774
0.00357287
-0.000679128
0.000433919
0.00363013
-0.000494425
0.000461762
0.00360891
-0.000277913
0.000460313
0.00349901
-0.000147851
0.000535979
0.00341918
6.57473e-05
0.000485128
0.00331926
9.91578e-05
0.000621973
0.00314674
0.000513225
0.00107258
0.00281959
0.000966405
0.00142667
0.00231709
0.00109119
0.00166518
0.00179836
0.000952778
0.00164535
0.00129865
0.000671998
0.00148384
0.000870936
0.000415736
0.00127368
0.000468287
0.000294705
0.00112525
0.000175268
0.000312716
0.00107143
5.47989e-05
0.000460058
0.00111221
-8.84729e-05
0.000594821
0.00124921
-0.00019436
0.000713588
0.001372
-0.000432224
0.000727231
0.00136333
-0.000637766
0.000635005
0.00124424
-0.00100173
0.000503687
0.00101485
-0.00121139
0.000393644
0.000681506
-0.00165618
0.000317289
0.000258935
-0.00213812
0.000236888
-0.000265171
-0.00343447
0.000238542
-0.00083561
-0.00550638
0.000242471
-0.00115774
-0.00895637
0.000331495
-0.000986411
-0.0113814
0.000384787
-0.00938526
0.000255347
9.48877e-05
0.000416545
3.8675e-05
0.000311371
0.00160998
0.000124046
0.000602122
0.00269186
0.000238288
0.000885445
0.00353872
0.000324228
0.00110491
0.00402249
0.000319707
0.0012624
0.00417895
0.0002214
0.00134941
0.00415918
5.48668e-05
0.00138851
0.00403245
-0.000131647
0.00137449
0.00387508
-0.000312873
0.00131498
0.00370552
-0.000484577
0.00120966
0.00357279
-0.000623049
0.00106766
0.00348568
-0.000712633
0.000945738
0.00347409
-0.00073593
0.000883209
0.00349349
-0.000676532
0.000839894
0.0034959
-0.000562587
0.000818904
0.00343083
-0.00046432
0.000884166
0.00337767
-0.000243591
0.00085256
0.0032422
-0.000243219
0.00087907
0.00312883
-1.13847e-05
0.00116459
0.00294009
0.000350211
0.00140996
0.00257396
0.000547169
0.00163575
0.00213143
0.000588424
0.00166253
0.00163266
0.000462462
0.0015194
0.00118374
0.000348446
0.00140277
0.000853936
0.000377224
0.00135903
0.000594572
0.000472631
0.00137009
0.000427539
0.000549843
0.00140504
0.000257992
0.00061861
0.00147869
0.000143444
0.000650645
0.0015412
-0.000100761
0.000621546
0.00150096
-0.000282972
0.000542898
0.00136563
-0.000640164
0.000438425
0.00111948
-0.000825826
0.000345036
0.000828478
-0.00128902
0.000275748
0.000393576
-0.0016761
0.000228915
-0.000114491
-0.00291912
0.000193098
-0.000732665
-0.0048565
0.000201349
-0.0011368
-0.0084783
0.000293323
-0.0010807
-0.0113599
0.000380498
-0.010408
0.000266933
7.8858e-05
0.000360954
5.39048e-05
0.000279953
0.00144374
0.000125338
0.000557176
0.00245861
0.000223791
0.000850472
0.00328727
0.000300965
0.00110527
0.0038021
0.000314232
0.00129598
0.00400318
0.000240119
0.00143395
0.00400879
0.000107539
0.00152448
0.00389844
-6.14863e-05
0.00156725
0.00375751
-0.000232664
0.00156912
0.00359631
-0.000400094
0.00153263
0.00346625
-0.00054565
0.00146881
0.00336834
-0.000661923
0.00139445
0.00332042
-0.000742533
0.00134009
0.00330077
-0.000768966
0.00128396
0.00329163
-0.000748681
0.00123034
0.00325231
-0.000699422
0.0012548
0.00324637
-0.000532564
0.0012286
0.00313946
-0.000472847
0.00125036
0.00306381
-0.00027936
0.00139001
0.00290489
-7.83009e-05
0.00151913
0.00261362
9.10498e-05
0.00166481
0.00227918
0.000206488
0.00171459
0.00183479
0.000195004
0.00164741
0.00142968
0.000199857
0.00158718
0.00113294
0.000289112
0.00158579
0.000890642
0.000394938
0.00162119
0.000733165
0.000471534
0.00166098
0.000558437
0.000525465
0.00169674
0.00044006
0.000536117
0.00170802
0.000187306
0.000485009
0.00163655
3.59064e-05
0.000413075
0.00148677
-0.000321489
0.000339885
0.00122726
-0.000467732
0.000269996
0.000931739
-0.00094677
0.00022328
0.000489957
-0.00123055
0.000173449
-8.50992e-07
-0.00244087
0.000154809
-0.000638362
-0.00420138
0.000147989
-0.00113585
-0.00791091
0.000251597
-0.00119589
-0.0112366
0.000381536
-0.0115563
0.000294398
7.84184e-05
0.000303206
7.39594e-05
0.000242648
0.00131587
0.000132186
0.000499609
0.00224649
0.000217252
0.000773592
0.00305732
0.000287262
0.00104303
0.00356689
0.000308315
0.00127146
0.00379186
0.000258622
0.00144818
0.00382359
0.000146897
0.00159657
0.00370608
1.05574e-05
0.00169803
0.00358872
-0.000160751
0.00176157
0.00343244
-0.00031978
0.00178926
0.00330215
-0.000469607
0.00179028
0.00319146
-0.000598121
0.0017671
0.00311925
-0.000707476
0.00173819
0.00307025
-0.000779338
0.00169115
0.00303927
-0.000819324
0.00163816
0.00300324
-0.000822776
0.00163446
0.00300386
-0.000733322
0.00160556
0.00293966
-0.000692539
0.00159937
0.00289685
-0.000560485
0.00164581
0.00275798
-0.000438318
0.00168716
0.00252574
-0.000276911
0.00174687
0.00228787
-0.000112944
0.00179441
0.00192343
-2.61833e-05
0.00179644
0.00158675
4.43148e-05
0.00178441
0.00134013
0.000139098
0.00180394
0.0011045
0.000254766
0.00184006
0.000961547
0.000332756
0.00188286
0.000782232
0.000379889
0.00190612
0.000667559
0.000386409
0.00187635
0.000428354
0.000355901
0.00179744
0.000288699
0.000300944
0.00163117
-3.31827e-05
0.00023604
0.00137499
-0.000138022
0.000179797
0.00107098
-0.000615117
0.000152001
0.000622721
-0.000797012
0.000120653
0.000103007
-0.00194469
7.40424e-05
-0.000558178
-0.00352998
9.96948e-05
-0.00118116
-0.00721975
0.000190448
-0.00135078
-0.0110187
0.000363632
-0.0128717
0.000301321
2.6274e-05
0.000295912
0.000102193
0.000164704
0.00121212
0.000164852
0.000390821
0.00206219
0.000242806
0.000679651
0.00280822
0.000308768
0.00096911
0.00330916
0.000335746
0.00125162
0.00352199
0.000304152
0.00147175
0.00359414
0.000215358
0.00168086
0.00346275
9.75748e-05
0.00183907
0.00335016
-4.44332e-05
0.0019616
0.00320919
-0.000215895
0.00204472
0.00308193
-0.000361867
0.00209786
0.00296267
-0.000497373
0.00211856
0.00287993
-0.000619687
0.00211769
0.00281686
-0.000716607
0.00208933
0.00277366
-0.000785594
0.00204691
0.00273547
-0.00082668
0.002023
0.00273473
-0.00079466
0.00198576
0.00269464
-0.000777528
0.00195264
0.00268467
-0.00069212
0.00195298
0.00255979
-0.0006175
0.00193661
0.00237943
-0.000476376
0.00194925
0.0022048
-0.00033249
0.00197069
0.0019101
-0.000199374
0.0019943
0.0016163
-8.78855e-05
0.00200363
0.00140746
3.88383e-06
0.00203413
0.00118699
9.72369e-05
0.0020675
0.00108323
0.00016911
0.00209958
0.000908917
0.00023269
0.00210098
0.00081872
0.000252489
0.00206107
0.00059635
0.000231896
0.00194188
0.000506518
0.000205774
0.00177572
0.000198986
0.000154019
0.00154373
0.000123251
0.000117093
0.00123469
-0.000313374
9.00574e-05
0.000817814
-0.000408055
4.49462e-05
0.000277355
-0.00143971
2.55165e-05
-0.00042306
-0.00281747
1.6683e-05
-0.00116535
-0.00640148
0.000111588
-0.00145556
-0.0106883
0.000321611
-0.0142863
0.00027441
-7.1764e-06
0.000324342
0.000130106
5.99215e-05
0.00118325
0.000200102
0.000251077
0.00191057
0.000279544
0.000500176
0.00259578
0.000342409
0.000788441
0.00304809
0.000380501
0.00111102
0.00320383
0.000364035
0.00139088
0.00329933
0.000291067
0.00165124
0.00315833
0.000192162
0.00188637
0.00304072
7.26168e-05
0.0020676
0.00290751
-7.56622e-05
0.00221073
0.00279638
-0.000237625
0.00231619
0.00267919
-0.000374453
0.00238423
0.00259333
-0.000501603
0.00241932
0.00252783
-0.00061202
0.00242262
0.00247951
-0.000702402
0.00240771
0.00243821
-0.000767704
0.00238761
0.00243859
-0.000781076
0.00234941
0.00241473
-0.000798062
0.00229375
0.00243394
-0.000763059
0.00225431
0.00231778
-0.000725602
0.00218275
0.00218524
-0.00060625
0.00215759
0.00203867
-0.000491315
0.00215539
0.00179696
-0.000346758
0.0021731
0.00153675
-0.000217184
0.00219503
0.00137095
-9.85226e-05
0.00224409
0.00115226
-6.14639e-06
0.00228411
0.00108873
6.90906e-05
0.00232617
0.000920851
0.000122444
0.00232458
0.000885105
0.000154189
0.00227995
0.000700048
0.0001435
0.00215951
0.000672702
0.000124304
0.00199107
0.000394464
9.25207e-05
0.0017928
0.000331798
5.91264e-05
0.00149711
-2.60408e-05
3.74973e-05
0.00116357
-9.84335e-05
-3.1942e-06
0.00065046
-0.000961732
-2.76565e-05
-7.70116e-05
-0.00205806
-6.05823e-05
-0.000950525
-0.00545404
3.89607e-05
-0.00136641
-0.0102223
0.000246961
-0.0155929
0.000224767
-0.000158903
0.000494334
0.000173097
-0.000151355
0.00120446
0.000278062
-3.07401e-05
0.0018199
0.000365212
0.000273736
0.00230846
0.00043358
0.000614494
0.00271374
0.000474247
0.000989323
0.00281113
0.000476757
0.00134459
0.00291055
0.000412597
0.00165651
0.00278178
0.000328462
0.00194892
0.00266206
0.000211385
0.00219313
0.00253809
9.37774e-05
0.00238933
0.00242859
-5.24042e-05
0.00254927
0.00233076
-0.000207209
0.00266766
0.00224748
-0.00033758
0.0027482
0.0021864
-0.00045836
0.0027833
0.00214753
-0.000560151
0.00278637
0.00211236
-0.000646579
0.00276598
0.00212209
-0.000694042
0.00271897
0.00211658
-0.000736171
0.00264179
0.00216583
-0.000734417
0.00257389
0.0020549
-0.000719887
0.00246853
0.00195789
-0.000626988
0.00241703
0.00181435
-0.000538211
0.00239763
0.00160516
-0.00039867
0.00241594
0.00135688
-0.000269513
0.00244425
0.00122675
-0.000144758
0.00251088
0.0010195
-4.7674e-05
0.00255022
0.00100737
3.0608e-05
0.00259431
0.000848047
8.68923e-05
0.00259144
0.000879341
0.000105239
0.00254216
0.00074076
0.000108142
0.00241889
0.000789445
9.11885e-05
0.00226188
0.000534977
6.7225e-05
0.00205758
0.000509566
5.55051e-05
0.00184664
0.000150655
1.14236e-05
0.00161354
9.82193e-05
-7.64757e-06
0.00125257
-0.000611881
-9.67714e-05
0.000624076
-0.00141106
-9.10653e-05
-0.000355224
-0.00431662
-0.000143921
-0.000960275
-0.00956262
0.000191344
-0.01647
0.000178859
-6.03427e-05
0.000568524
0.000225006
-0.000267484
0.00143764
0.000351806
-0.000299264
0.00187123
0.000460883
-0.000130507
0.00213982
0.000544216
0.000237867
0.00233
0.000594535
0.000668382
0.00232899
0.000607768
0.00113544
0.00237922
0.000558567
0.0015373
0.00228712
0.000487381
0.00190061
0.00217768
0.000372634
0.00221718
0.00208203
0.000256822
0.00247647
0.00199131
0.000132664
0.00268914
0.00189978
-5.50856e-06
0.00286289
0.00183171
-0.000148903
0.00299269
0.0017776
-0.000275095
0.00307399
0.00175216
-0.000387066
0.00311596
0.00173525
-0.000491165
0.00312324
0.00176135
-0.000560921
0.00309547
0.00177701
-0.000621789
0.00301994
0.00186486
-0.000645255
0.00292848
0.00177915
-0.000647241
0.00278886
0.00172379
-0.000588954
0.00269772
0.0015733
-0.000518898
0.00264766
0.00137437
-0.000390349
0.00265442
0.00111465
-0.000268412
0.002698
0.000995012
-0.000149287
0.00280889
0.000761797
-4.54781e-05
0.00289551
0.000806579
3.68883e-05
0.00299033
0.000658053
9.05113e-05
0.00302749
0.000761032
0.000119558
0.00301265
0.000689052
0.000129224
0.00293368
0.000814001
0.000114155
0.0028151
0.000606181
8.96478e-05
0.00268464
0.000598791
6.19907e-05
0.00255714
0.000242851
3.11064e-05
0.00247796
0.000150572
-3.6913e-06
0.00229706
-0.000429728
-9.002e-05
0.00193285
-0.00100123
-0.000129221
0.000982304
-0.00320371
-0.000200756
0.000104544
-0.00854712
3.41166e-05
-0.0162545
0.000137887
-0.000768531
0.00134697
0.000289521
-0.000834592
0.00151912
0.000490229
-0.000776699
0.001803
0.000622378
-0.000538345
0.00185202
0.000738266
-6.78864e-05
0.00178801
0.000810925
0.000392603
0.00176295
0.000809672
0.000940347
0.00171301
0.0007752
0.0014062
0.00167741
0.000705756
0.00183474
0.00158507
0.000589517
0.00220662
0.00152141
0.000476312
0.00252457
0.00146201
0.000345708
0.00279176
0.00139871
0.000214283
0.00301548
0.0013406
7.90713e-05
0.00320817
0.0012937
-5.2507e-05
0.00334884
0.00128502
-0.000170103
0.00343574
0.00129074
-0.000275431
0.00348791
0.00133356
-0.000366697
0.00348649
0.00138618
-0.00044015
0.00342987
0.00151656
-0.000482236
0.00337696
0.0014349
-0.000494766
0.00331954
0.00137523
-0.000462908
0.00330537
0.00121036
-0.000404423
0.00335418
0.000989497
-0.000292148
0.00345825
0.000711451
-0.000180594
0.00358833
0.000600669
-6.87692e-05
0.0037591
0.000373093
2.7057e-05
0.00390074
0.000470369
0.000107976
0.00400455
0.000385792
0.000164833
0.00409712
0.000529539
0.000190368
0.00413138
0.000536399
0.000204284
0.00413742
0.000712298
0.000184867
0.00408479
0.000576556
0.00016157
0.00406012
0.000557098
0.000132573
0.00400548
0.000246785
8.99621e-05
0.00400253
0.00011519
8.51284e-05
0.00391236
-0.000339976
-6.45299e-06
0.00378996
-0.000849696
-3.42658e-05
0.0030462
-0.00230346
-0.000184857
0.00174512
-0.00708676
-2.66834e-05
-0.014394
0.000137156
-0.00185683
0.00318139
0.000666662
-0.00196865
0.00158545
0.000910678
-0.00176373
0.00152029
0.000958383
-0.00115141
0.00113113
0.00100581
-0.000446625
0.000950096
0.00104456
0.000292094
0.000868959
0.00103214
0.00100388
0.000829283
0.000989264
0.00167805
0.000816461
0.000918932
0.00228097
0.000780826
0.00080802
0.00282533
0.00075988
0.000695217
0.00331212
0.000735824
0.000568784
0.00374407
0.000705325
0.000436998
0.00412141
0.000681783
0.000300358
0.00445539
0.000655349
0.000167707
0.00474986
0.000652615
5.25073e-05
0.0049969
0.000677995
-5.53018e-05
0.00521508
0.000724846
-0.00014745
0.00543548
0.000764658
-0.00023038
0.00565997
0.000885572
-0.000286123
0.00586205
0.000836298
-0.000324578
0.00608738
0.000749735
-0.000328896
0.00630583
0.00061932
-0.000299371
0.00651671
0.000443441
-0.000227695
0.00669747
0.000227063
-0.000138755
0.00687232
0.00015685
-4.32132e-05
0.00700699
-2.96652e-06
4.65649e-05
0.00719113
6.78792e-05
0.000129062
0.00728647
7.9415e-05
0.000214633
0.00743815
0.000202809
0.000246271
0.00754302
0.000264092
0.000284422
0.00772462
0.000390396
0.000277843
0.00781612
0.000366539
0.000254806
0.00794533
0.000330112
0.000230645
0.00796643
0.000153275
0.0001824
0.00801761
6.5149e-06
0.000171139
0.00795127
-0.000292637
0.000103726
0.00780587
-0.000725405
0.000113811
0.00725869
-0.00168862
5.6019e-06
0.00481362
-0.00452521
3.4158e-06
-0.00951248
0.000181188
0.00316476
0.000398051
0.00471988
0.00050015
0.0061915
0.000559078
0.00725407
0.000595328
0.00811881
0.000617811
0.00887909
0.000635829
0.0095857
0.000625918
0.0102609
0.000611335
0.0108855
0.000563383
0.0114715
0.000500551
0.0120126
0.000419817
0.0125019
0.000324857
0.0129415
0.000221466
0.0133321
0.000110473
0.0136956
2.194e-06
0.014048
-8.4502e-05
0.0144232
-0.000175669
0.014831
-0.000265809
0.0153534
-0.000318874
0.015832
-0.000370082
0.016224
-0.000394462
0.0165105
-0.000381886
0.0166624
-0.000343424
0.0166339
-0.000277163
0.016559
-0.000190464
0.0163467
-0.000106154
0.0162161
-9.34542e-06
0.0160871
8.57275e-05
0.0160893
0.000152779
0.0161683
0.000200128
0.0164041
0.000224391
0.0166405
0.000215476
0.0168589
0.000210735
0.0169309
0.000167596
0.0168595
0.000168814
0.0165241
0.000119111
0.0157579
0.000119154
0.0140365
0.000129318
0.00952382
8.90723e-05
0.000221131
3.10351e-05
-3.25409e-05
4.40463e-05
8.22589e-05
-5.19965e-05
5.54039e-05
0.000126583
-4.33199e-05
6.26238e-05
0.00015078
-2.15105e-05
6.46868e-05
0.000161359
-6.8098e-06
6.81344e-05
0.000160481
5.72562e-06
7.34074e-05
0.00015211
1.17513e-05
8.20677e-05
0.00014602
9.35088e-06
8.61534e-05
0.000132077
1.79388e-05
8.73795e-05
9.50414e-05
3.90006e-05
8.48981e-05
2.4157e-05
7.83444e-05
7.29932e-05
-7.73842e-05
0.000110243
6.24352e-05
-0.000207666
0.000137431
5.79924e-05
-0.000373541
0.000167157
7.28569e-05
-0.000556518
0.000187384
9.02286e-05
-0.000772759
0.000206539
0.000119839
-0.00101473
0.000222172
0.000152109
-0.00129543
0.000250127
0.000195135
-0.00163615
0.000294802
0.000275103
-0.00203286
0.000329836
0.000344933
-0.00238265
0.000296601
0.000476048
-0.00265336
0.000128036
0.000764282
-0.00281874
-3.69005e-05
0.000971813
-0.00284521
-0.000256533
0.00118896
-0.0027402
-0.000450016
0.00138754
-0.00250552
-0.000626566
0.00157075
-0.0021543
-0.000784605
0.00173643
-0.00170162
-0.000910738
0.00186378
-0.00115805
-0.000999885
0.00193409
-0.00059107
-0.00100217
0.00194397
-1.72379e-06
-0.000950197
0.00185414
0.000447157
-0.000719053
0.00166212
0.000740972
-0.00044203
0.00135962
0.000779677
-0.000109805
0.0010222
0.000639792
0.000127037
0.000690075
0.000433375
0.000226021
0.000445586
0.000249051
0.000215749
0.000294649
0.000115319
0.000166074
0.000215741
2.84541e-05
0.000109852
0.000168276
4.84767e-05
0.000120733
5.33091e-05
-8.82051e-05
6.18997e-05
0.000123402
-0.000123513
0.000101533
0.000172268
-9.10736e-05
0.000122904
0.000175712
-2.51421e-05
0.00012825
0.000139263
3.02471e-05
0.000129462
6.17873e-05
8.12259e-05
0.000134625
-6.67557e-05
0.000131728
0.000145164
-0.000258664
0.000197722
0.000148301
-0.000518305
0.000282664
0.000148988
-0.000842484
0.000366833
0.000165077
-0.00122523
0.000464442
0.0001873
-0.00165725
0.000545633
0.000228293
-0.00213289
0.000608781
0.000292503
-0.00262554
0.000642531
0.000381923
-0.00311814
0.000643458
0.000498105
-0.00359685
0.00061573
0.000650594
-0.00404752
0.000561822
0.000826308
-0.00444118
0.00048342
0.00100824
-0.00475123
0.000397998
0.00120395
-0.00494917
0.000277062
0.00135246
-0.00503744
0.000105116
0.00153741
-0.00504083
-0.000233139
0.00169396
-0.00494273
-0.0005265
0.00180077
-0.00477224
-0.000840456
0.00191218
-0.00451223
-0.00114816
0.00203897
-0.00416006
-0.00144097
0.00214998
-0.00372085
-0.00170432
0.00224028
-0.00319282
-0.00192222
0.00229338
-0.00258741
-0.00206985
0.00229803
-0.00191725
-0.00209816
0.00225625
-0.00120864
-0.00201225
0.00213275
-0.000530071
-0.00167145
0.00195997
6.42448e-05
-0.00119586
0.00169666
0.00045273
-0.000555185
0.00136565
0.000617554
-3.22939e-05
0.00104931
0.0005527
0.000325969
0.000763074
0.000403598
0.000421061
0.000557025
0.000227882
0.000402128
0.000418077
8.43497e-05
0.000309064
0.000294115
0.000161507
0.000164335
5.21858e-05
-0.000145152
9.14854e-05
0.000102636
-0.000178393
0.000159518
0.000101746
-9.51124e-05
0.00019614
3.47075e-05
4.05441e-05
0.000200129
-0.000109667
0.000168415
0.00020986
-0.000332985
0.000299583
0.000215429
-0.000647969
0.000440506
0.000235512
-0.00104892
0.000590448
0.000260702
-0.00152254
0.000757376
0.000284516
-0.0020504
0.000904281
0.000320358
-0.0026002
0.00102592
0.000372327
-0.00314099
0.00109264
0.000447949
-0.003653
0.00111181
0.000549011
-0.00411348
0.00107183
0.00066629
-0.00452057
0.000990112
0.00080964
-0.00487569
0.000871111
0.000952436
-0.00517183
0.000723383
0.00109578
-0.00539559
0.000533223
0.00123386
-0.00553928
0.000335325
0.00137101
-0.00556254
7.38593e-05
0.00145158
-0.0055228
-0.000202153
0.00152614
-0.00542399
-0.000635247
0.00158255
-0.00527684
-0.000979337
0.00159617
-0.00510504
-0.00130956
0.00160403
-0.0049065
-0.00165261
0.00163479
-0.00465608
-0.0020041
0.00165874
-0.0043445
-0.00232878
0.0016804
-0.00395829
-0.00261146
0.00167505
-0.00349563
-0.00281207
0.00164094
-0.0029649
-0.00287891
0.00158824
-0.00237441
-0.00280714
0.00151031
-0.00170293
-0.00250427
0.00142951
-0.00102376
-0.00197659
0.00130135
-0.000420248
-0.00118467
0.00116236
7.23156e-06
-0.000418579
0.00098113
0.000217878
0.000182549
0.000804004
0.0002277
0.000478485
0.000658365
0.00015321
0.000553564
0.000526705
6.08988e-05
0.000472142
0.00037339
0.000260706
0.000181131
2.86953e-05
-0.000184155
0.000131527
1.18211e-05
-0.000176699
0.000232038
-8.52798e-05
-1.03402e-05
0.000273244
-0.000273457
0.000214975
0.00027903
-0.00056397
0.000446196
0.000282984
-0.000954952
0.000679655
0.000295799
-0.00143496
0.0009131
0.000319386
-0.00197401
0.00113239
0.000350391
-0.00252399
0.00131974
0.000384697
-0.0030457
0.00144506
0.00044028
-0.00351023
0.00150884
0.000505831
-0.00391976
0.0015093
0.000584112
-0.00425648
0.00144439
0.000660143
-0.00452349
0.00131412
0.000753032
-0.00474224
0.00115394
0.000836375
-0.00491229
0.00096067
0.000909692
-0.00504129
0.000744432
0.000979116
-0.00512724
0.000485332
0.00103158
-0.00517529
0.000242422
0.00106565
-0.00518918
-7.57859e-05
0.0010495
-0.00512939
-0.000434647
0.00104621
-0.00508416
-0.000870926
0.00100866
-0.00501827
-0.00121105
0.000957869
-0.00493395
-0.00154296
0.000923007
-0.00484182
-0.00189087
0.000915392
-0.00470873
-0.00227325
0.000906171
-0.00452228
-0.00264045
0.000907773
-0.00426826
-0.00298209
0.000909055
-0.00393263
-0.00325823
0.000913299
-0.00351413
-0.00339665
0.000906624
-0.00303355
-0.00337604
0.000901314
-0.00246668
-0.0031513
0.000902118
-0.00181121
-0.00269438
0.000908969
-0.00113956
-0.00188657
0.00089567
-0.000575413
-0.000948694
0.000855054
-0.000192469
-0.000133961
0.000778149
-2.74052e-05
0.000387603
0.000688367
2.08855e-05
0.000590128
0.000575811
1.27757e-05
0.000555464
0.000410438
0.000314184
0.000186768
-2.52448e-05
-0.00018014
0.000191736
-0.000144969
-8.57069e-05
0.000324721
-0.000370274
0.000181433
0.000375771
-0.000700356
0.000526965
0.000359972
-0.00112317
0.000854302
0.00036593
-0.0016141
0.00116653
0.000373495
-0.00213273
0.00143915
0.000400085
-0.00263307
0.00165497
0.000423627
-0.00307659
0.00179608
0.000461369
-0.00346466
0.00187173
0.00050161
-0.0037859
0.00186519
0.000539588
-0.00403
0.00177782
0.000578276
-0.00419767
0.00162255
0.000623635
-0.00432672
0.00142958
0.000658652
-0.00443273
0.00122004
0.000686288
-0.00451308
0.000981988
0.000694294
-0.00458091
0.000735681
0.000688505
-0.00464101
0.000453385
0.000668524
-0.00468966
0.000198885
0.000631324
-0.00472406
-0.000133023
0.000557499
-0.0047335
-0.00049822
0.00047064
-0.00476136
-0.000897732
0.000371197
-0.00476061
-0.00123919
0.000313859
-0.00474329
-0.00158915
0.000289651
-0.00471758
-0.00194905
0.000288344
-0.00466068
-0.00235594
0.000275075
-0.00455964
-0.00276082
0.000289569
-0.00440565
-0.00316008
0.000327016
-0.00417396
-0.00351762
0.000375631
-0.00384252
-0.00376617
0.000439774
-0.00342536
-0.00384411
0.000510065
-0.00294093
-0.00370375
0.000589978
-0.00234033
-0.00336861
0.000648683
-0.00164981
-0.00265115
0.000759841
-0.000999464
-0.00163841
0.00079814
-0.000496013
-0.000599653
0.000800337
-0.000207335
0.000163984
0.000725184
-7.67368e-05
0.000535222
0.000616813
-2.20003e-05
0.000571485
0.000430135
0.000332943
0.000185963
-0.000106578
-0.000107693
0.00026266
-0.000350817
0.000104421
0.000442642
-0.000706384
0.000495706
0.000472417
-0.00113915
0.000933998
0.000444163
-0.00161741
0.00132387
0.000431131
-0.00209712
0.00165639
0.000427012
-0.00254636
0.0019138
0.000441129
-0.00294435
0.00209507
0.000458012
-0.0032789
0.00218207
0.000463336
-0.00353446
0.00217912
0.000473226
-0.0037054
0.00207916
0.000484761
-0.00381626
0.00191796
0.000491648
-0.00389843
0.00171753
0.000489802
-0.00397338
0.00149724
0.000475047
-0.0040402
0.00126102
0.000444093
-0.00410193
0.00100739
0.000391141
-0.00417012
0.00075797
0.00032469
-0.004248
0.000493261
0.000194046
-0.00431745
0.000233478
8.93573e-05
-0.00437902
-8.24113e-05
-4.73238e-05
-0.00442568
-0.000410692
-0.000173274
-0.004457
-0.000813587
-0.000262445
-0.0044855
-0.00115864
-0.000286537
-0.00450676
-0.00152483
-0.000296717
-0.00451347
-0.00189593
-0.000292011
-0.00450762
-0.00231883
-0.000278548
-0.00447158
-0.00275313
-0.000253867
-0.00439711
-0.00320559
-0.000185051
-0.00426775
-0.00363856
-6.68872e-05
-0.00404195
-0.00400122
4.95476e-05
-0.00369865
-0.00422038
0.000179974
-0.00325917
-0.00420852
0.000332915
-0.00274111
-0.0039784
0.000443179
-0.00205484
-0.00344513
0.000577937
-0.00134745
-0.00244806
0.000727579
-0.00073589
-0.0012534
0.000803667
-0.000333443
-0.000209539
0.000785216
-0.000134164
0.000392867
0.000660779
-3.73928e-05
0.000538081
0.000460508
0.000331592
0.000196167
-0.000192472
2.90477e-05
0.000357786
-0.000551382
0.000390331
0.000561128
-0.00100306
0.000890953
0.000579535
-0.00147445
0.00138034
0.000520676
-0.00193234
0.00178298
0.000492579
-0.00235681
0.00210734
0.000467827
-0.00272665
0.00233064
0.000465113
-0.00301077
0.00243991
0.000431322
-0.00321111
0.00244538
0.000419775
-0.00334124
0.00236936
0.000399739
-0.00343643
0.00221988
0.000376986
-0.00350844
0.00202055
0.000344453
-0.00357104
0.00179341
0.000305206
-0.0036304
0.00155453
0.000243976
-0.00370089
0.00131358
0.000153504
-0.00377088
0.00106793
3.38428e-05
-0.00384998
0.000831055
-8.23395e-05
-0.0039366
0.000576825
-0.000189241
-0.00402279
0.000320964
-0.000306703
-0.00409258
6.17814e-06
-0.000438252
-0.00415435
-0.000285019
-0.000551922
-0.00419691
-0.000675907
-0.000660367
-0.00423564
-0.0010289
-0.000685024
-0.00426841
-0.00140835
-0.000687097
-0.00429465
-0.00179374
-0.000670949
-0.0043127
-0.00223031
-0.000647294
-0.00431709
-0.00268241
-0.000606596
-0.0043006
-0.00317307
-0.000542158
-0.00424399
-0.00366566
-0.000453886
-0.00411311
-0.00412737
-0.000341628
-0.0038749
-0.00448553
-0.000131526
-0.00349367
-0.00464555
3.85033e-05
-0.00302674
-0.00454494
0.000228918
-0.00239887
-0.00418405
0.000380708
-0.00164895
-0.00333977
0.00056457
-0.000946584
-0.00206621
0.000723664
-0.000426506
-0.000767322
0.000789317
-0.000162623
0.000153411
0.000709144
-3.54219e-05
0.000459515
0.000491075
0.00032837
0.000212898
-0.000284767
0.000247002
0.000434526
-0.000735114
0.000752325
0.000665257
-0.00122513
0.00132099
0.000658771
-0.00168668
0.00182721
0.000570286
-0.00210172
0.00221794
0.00051464
-0.00244698
0.00249903
0.000465634
-0.00269896
0.00264155
0.000427275
-0.00287469
0.00268791
0.000380172
-0.00300895
0.00264889
0.000335098
-0.00310378
0.00252331
0.000284082
-0.00316813
0.00232502
0.000230308
-0.00321655
0.00209775
0.000165191
-0.0032773
0.0018562
9.4817e-05
-0.0033456
0.00161804
-1.98996e-05
-0.00342246
0.00138811
-0.000125084
-0.00349794
0.00114932
-0.000242463
-0.00357307
0.000924163
-0.000371935
-0.00364093
0.000678191
-0.000512515
-0.00372832
0.000441489
-0.000647793
-0.00380625
0.000123999
-0.000783528
-0.00387534
-0.000145617
-0.000874076
-0.00392714
-0.000536142
-0.000969971
-0.00397235
-0.00089177
-0.000992199
-0.00400374
-0.00128546
-0.000978886
-0.00403709
-0.00167406
-0.00094737
-0.00406898
-0.00211675
-0.000913055
-0.00410132
-0.00257853
-0.000858241
-0.00412809
-0.00308449
-0.000790621
-0.00413043
-0.00361364
-0.000705767
-0.00408735
-0.00415355
-0.00057502
-0.00394601
-0.0046381
-0.000437428
-0.00367167
-0.00496694
-0.000235818
-0.00324015
-0.00504369
-1.74617e-05
-0.00269289
-0.0048452
0.000170244
-0.00194763
-0.00421594
0.000362279
-0.00116994
-0.00299124
0.000534714
-0.00053343
-0.00149066
0.000708598
-0.000178788
-0.000222593
0.000688724
-3.0821e-05
0.000343801
0.000519981
0.00031773
0.000230032
-0.000336243
0.000495738
0.000510452
-0.000835159
0.00114679
0.000760468
-0.00133167
0.00174952
0.00073513
-0.00175234
0.00223656
0.000613626
-0.0020979
0.00259142
0.00053299
-0.00235152
0.00280569
0.000457831
-0.00254204
0.00290415
0.000389602
-0.00268896
0.00291104
0.000304431
-0.00278359
0.00281051
0.000230102
-0.00283863
0.00262645
0.000152539
-0.00288693
0.00240063
7.7274e-05
-0.00294439
0.00216646
-1.46401e-05
-0.00301642
0.00193397
-0.000115409
-0.00309404
0.00170034
-0.000231197
-0.00316914
0.00147171
-0.000363867
-0.00323803
0.00123395
-0.000501643
-0.0032997
0.00100968
-0.000635822
-0.00335769
0.000767005
-0.000763119
-0.00342045
0.000538387
-0.000883321
-0.00349752
0.000235691
-0.00099795
-0.00356263
-2.48731e-05
-0.00106975
-0.0036254
-0.00041133
-0.00113552
-0.0036738
-0.000766136
-0.00116116
-0.00370687
-0.00116747
-0.00114046
-0.00374036
-0.00155296
-0.00110572
-0.00378301
-0.00198577
-0.00107083
-0.00383418
-0.00245114
-0.00101118
-0.0038888
-0.00295529
-0.000960939
-0.00394415
-0.00350877
-0.000864327
-0.00396756
-0.00408893
-0.000769428
-0.00391816
-0.00466223
-0.000636601
-0.00374287
-0.00514493
-0.000480513
-0.00340407
-0.00542737
-0.000278138
-0.00291049
-0.00540173
-6.39593e-05
-0.00223237
-0.00500273
0.000126648
-0.00140447
-0.0039541
0.000333538
-0.000680079
-0.00234611
0.00050807
-0.000210377
-0.000764852
0.000620381
-4.57713e-05
0.000176269
0.00049876
0.000286527
0.000230358
-0.00036098
0.00076767
0.00056334
-0.000868571
0.00154679
0.000835561
-0.00134126
0.00216018
0.000793458
-0.00171871
0.00261772
0.000646313
-0.00200219
0.00291998
0.000532088
-0.00221009
0.00308258
0.000424757
-0.00236727
0.00313837
0.000319983
-0.00246454
0.00308213
0.000214021
-0.00252467
0.00292452
0.000117992
-0.0025753
0.0027119
2.63527e-05
-0.002633
0.00248375
-8.33093e-05
-0.00270372
0.0022505
-0.000185251
-0.00278021
0.00201622
-0.000302903
-0.00285417
0.00177702
-0.000433787
-0.00291934
0.00154014
-0.000569027
-0.00297423
0.0012952
-0.000697521
-0.00301907
0.00106431
-0.000813602
-0.00306143
0.000822334
-0.000918371
-0.00309873
0.000594609
-0.00101474
-0.00316257
0.000315274
-0.00110385
-0.00321432
5.53892e-05
-0.00116112
-0.00327802
-0.000310686
-0.0012154
-0.00332023
-0.000662309
-0.00124442
-0.00335361
-0.00105249
-0.00123085
-0.00339017
-0.00143285
-0.00119206
-0.00344334
-0.00185085
-0.00115177
-0.00351157
-0.00230383
-0.0011061
-0.00360013
-0.00280799
-0.0010365
-0.00368604
-0.00336139
-0.000979635
-0.00376022
-0.00396328
-0.000885637
-0.00379118
-0.00459116
-0.000767383
-0.00372011
-0.00518527
-0.000628592
-0.00348422
-0.00565242
-0.000472477
-0.00306962
-0.00585153
-0.000281327
-0.00246866
-0.0056636
-7.43786e-05
-0.00166316
-0.00486266
0.000122526
-0.000838388
-0.00329496
0.000307563
-0.000270663
-0.00142006
0.00047806
-3.49372e-05
-8.76784e-05
0.000433142
0.000248221
0.000232072
-0.00035018
0.00102771
0.000591696
-0.000839509
0.00192739
0.000885082
-0.00128302
0.00254473
0.000835458
-0.00161773
0.00296421
0.000659322
-0.00185428
0.00320871
0.000515584
-0.00202498
0.00332573
0.000371556
-0.00213548
0.00332022
0.000245315
-0.00221093
0.00321449
0.000121159
-0.0022639
0.00302266
7.23798e-06
-0.00232378
0.00279725
-0.000113351
-0.00239382
0.00256615
-0.000216225
-0.00247287
0.00233036
-0.000329483
-0.00254837
0.00208859
-0.000457518
-0.0026144
0.00183604
-0.000587285
-0.00266777
0.00158309
-0.000711758
-0.00270905
0.00132571
-0.000820246
-0.00273889
0.00108334
-0.000912423
-0.00276363
0.000837535
-0.000990966
-0.00278141
0.000606005
-0.00106264
-0.0028117
0.000344687
-0.00113542
-0.00283793
8.59513e-05
-0.00117718
-0.00288919
-0.000242812
-0.00122604
-0.00292543
-0.000580056
-0.00125507
-0.00296304
-0.000945512
-0.00124689
-0.00300823
-0.00131455
-0.00121578
-0.00307525
-0.00171496
-0.00117331
-0.0031602
-0.00215204
-0.0011341
-0.00326345
-0.00264216
-0.00109081
-0.00338086
-0.00318833
-0.00103121
-0.00349459
-0.00379904
-0.00095445
-0.00357891
-0.0044592
-0.000857445
-0.00359194
-0.00512854
-0.000740282
-0.00347275
-0.00573657
-0.00059682
-0.00315315
-0.00614848
-0.000449833
-0.00263656
-0.00620636
-0.000278762
-0.00189407
-0.00566593
-7.84768e-05
-0.00101174
-0.00427944
0.000107353
-0.000342013
-0.00218305
0.00028534
-2.37382e-05
-0.000477288
0.000337896
0.000204685
0.000202893
-0.000317183
0.00126397
0.000604302
-0.000769955
0.00227919
0.000922777
-0.00117772
0.00290309
0.000872828
-0.00146612
0.00327341
0.000676174
-0.00166369
0.00346712
0.000496523
-0.00179441
0.00353141
0.000321832
-0.00188993
0.00347468
0.000172187
-0.00195431
0.00332689
3.53429e-05
-0.00201637
0.00311094
-0.000102551
-0.00208818
0.00288382
-0.000216132
-0.0021713
0.0026493
-0.000325355
-0.00225371
0.00240322
-0.000443373
-0.0023248
0.0021449
-0.000570303
-0.00237989
0.00187145
-0.000690367
-0.00242002
0.00159754
-0.000794808
-0.00244539
0.00132378
-0.000879425
-0.0024549
0.0010664
-0.000947729
-0.00245384
0.000812379
-0.00100597
-0.00244322
0.000574706
-0.00105881
-0.00243906
0.00032594
-0.00111794
-0.00244267
7.87023e-05
-0.00115293
-0.00247651
-0.00020919
-0.00119663
-0.00250761
-0.00052179
-0.00122427
-0.00255323
-0.000854879
-0.0012211
-0.00261159
-0.00120395
-0.00119817
-0.00268712
-0.00158257
-0.00117194
-0.00278468
-0.00200247
-0.00113145
-0.00290342
-0.00247036
-0.00109734
-0.00303844
-0.00300201
-0.00104734
-0.00318266
-0.00360587
-0.000985583
-0.00331272
-0.00428211
-0.000903238
-0.00339018
-0.00500572
-0.000797223
-0.0033634
-0.00572269
-0.000668953
-0.00316588
-0.00631698
-0.000518855
-0.00273928
-0.00661557
-0.000382332
-0.00207437
-0.00636357
-0.000219322
-0.00120295
-0.00521809
-6.31266e-05
-0.000433732
-0.00306256
0.000153056
-3.51109e-05
-0.000932015
0.000204251
0.000128706
0.000169632
-0.000264373
0.00146046
0.000585744
-0.000668716
0.00259173
0.000930653
-0.00103249
0.00322316
0.000890879
-0.00128067
0.00354692
0.000674151
-0.0014495
0.00369812
0.000468955
-0.00155558
0.00370818
0.000260958
-0.00163967
0.0036092
9.95052e-05
-0.0017042
0.00342807
-5.46637e-05
-0.00178172
0.00320688
-0.000193351
-0.00186755
0.00297371
-0.000301895
-0.0019576
0.00272945
-0.000412499
-0.00204031
0.00246666
-0.000529875
-0.00210477
0.00218491
-0.000647642
-0.00214981
0.0018857
-0.000747434
-0.00217568
0.00158706
-0.000828648
-0.00218053
0.0012932
-0.000888725
-0.00216314
0.00101745
-0.000937949
-0.00212947
0.000752067
-0.000981049
-0.00208716
0.000508043
-0.0010242
-0.00205393
0.000269377
-0.00107332
-0.00204308
4.10683e-05
-0.00110579
-0.00206777
-0.000206548
-0.00114123
-0.00209973
-0.00048666
-0.00116982
-0.00215592
-0.00078771
-0.00116561
-0.00222963
-0.00111056
-0.00115202
-0.00231935
-0.00147057
-0.0011256
-0.00242143
-0.00186449
-0.00111052
-0.00254363
-0.0023085
-0.00107901
-0.00268689
-0.00281426
-0.00104304
-0.00284683
-0.00339983
-0.000994501
-0.00300873
-0.00407022
-0.000931943
-0.00314118
-0.00482465
-0.00084553
-0.00319272
-0.00562548
-0.000731172
-0.00309409
-0.00637751
-0.000594452
-0.00277989
-0.0069012
-0.000450572
-0.00220909
-0.00692549
-0.000318955
-0.00138429
-0.00608289
-0.000186974
-0.000526925
-0.00400481
-2.78622e-05
-5.66776e-05
-0.00146073
0.000100832
2.53695e-05
9.44312e-05
-0.000201765
0.00161283
0.000561562
-0.00054831
0.00286215
0.000935244
-0.000864977
0.00350881
0.000903996
-0.00108216
0.00379418
0.000683935
-0.00122307
0.00390228
0.000450434
-0.00131651
0.00386507
0.000221804
-0.00139948
0.00373283
4.56606e-05
-0.0014763
0.0035348
-0.000131469
-0.00156438
0.00331004
-0.000254007
-0.00165973
0.00307052
-0.000365771
-0.00175364
0.00281204
-0.00047617
-0.00183584
0.00252652
-0.000584911
-0.00189551
0.00221557
-0.000687664
-0.00193075
0.0018863
-0.000766798
-0.00193855
0.00155743
-0.000822533
-0.00191513
0.00123745
-0.000860531
-0.00186135
0.000940119
-0.000892618
-0.00179041
0.000661858
-0.00092611
-0.00171843
0.000414306
-0.00096453
-0.00166515
0.000184116
-0.00101394
-0.00165262
-2.16039e-05
-0.00104987
-0.00167682
-0.000231438
-0.00108595
-0.00172614
-0.000476775
-0.0011108
-0.00179449
-0.000747365
-0.00111626
-0.00187975
-0.00104598
-0.00110115
-0.0019742
-0.00138126
-0.0010925
-0.00208005
-0.0017507
-0.00107035
-0.0022013
-0.00216708
-0.00104833
-0.00234333
-0.0026425
-0.00101687
-0.00250645
-0.00319781
-0.000982606
-0.00268421
-0.00384909
-0.000930718
-0.0028538
-0.00461046
-0.000856348
-0.0029726
-0.00546375
-0.000753778
-0.00296712
-0.00634529
-0.000625388
-0.00275888
-0.00708172
-0.000484436
-0.00228073
-0.00738144
-0.000358786
-0.00152856
-0.00684291
-0.000255356
-0.000627795
-0.00496542
-0.000165439
-6.53594e-05
-0.00209547
-1.37348e-05
-8.77665e-05
1.10378e-05
-0.000130052
0.00171199
0.000504949
-0.000411231
0.00308319
0.000901271
-0.000684607
0.0037585
0.00089136
-0.00087704
0.00402298
0.000663545
-0.00100273
0.00408819
0.000417149
-0.00109142
0.00401156
0.00016814
-0.00117388
0.00385386
-1.72184e-05
-0.00126075
0.00364943
-0.000193675
-0.00136101
0.00342153
-0.000307568
-0.00146425
0.00317484
-0.000419695
-0.00156159
0.00290064
-0.000525365
-0.00164305
0.00258881
-0.000625445
-0.00169811
0.00224372
-0.000707289
-0.00172192
0.00187924
-0.000760819
-0.00170663
0.0015143
-0.000789367
-0.00164924
0.0011636
-0.000802565
-0.0015564
0.000841678
-0.000818027
-0.00144854
0.000549444
-0.000843659
-0.0013471
0.000297632
-0.000884446
-0.00128724
8.40338e-05
-0.000941785
-0.00128909
-9.36111e-05
-0.000999793
-0.00132565
-0.000274735
-0.00103528
-0.00139878
-0.000492647
-0.0010646
-0.0014857
-0.000741092
-0.00106779
-0.00157878
-0.00101623
-0.00106314
-0.00167737
-0.00132663
-0.00105198
-0.00177994
-0.00167167
-0.00103191
-0.00189436
-0.00205828
-0.00101185
-0.0020277
-0.00249658
-0.000988996
-0.00218643
-0.00301493
-0.000962031
-0.00236926
-0.00363367
-0.000920103
-0.00255944
-0.00438363
-0.000858771
-0.00272361
-0.00526087
-0.000768182
-0.00279529
-0.00623667
-0.000649588
-0.00268803
-0.00715816
-0.00051109
-0.00230996
-0.00774157
-0.000376009
-0.00163485
-0.00750999
-0.00028129
-0.000731852
-0.00589487
-0.000232174
-7.98909e-05
-0.00283763
-0.000120336
-0.00023148
-6.03326e-05
-5.79626e-05
0.0017527
0.000465939
-0.000271901
0.0032484
0.000886946
-0.000504372
0.003976
0.000905291
-0.000676401
0.00423087
0.000676246
-0.000787811
0.0042578
0.0004049
-0.000874094
0.00415378
0.00014057
-0.000961875
0.00398112
-6.53583e-05
-0.00106067
0.0037725
-0.000223912
-0.00116772
0.0035445
-0.000346237
-0.00127544
0.00329207
-0.000457806
-0.00137843
0.00300091
-0.000553851
-0.00146271
0.00266062
-0.000644013
-0.00151472
0.0022776
-0.000707234
-0.00152785
0.00187363
-0.000736081
-0.00148977
0.00146872
-0.000736781
-0.00139849
0.00108205
-0.000724929
-0.00126474
0.000731684
-0.00072393
-0.00112123
0.00042491
-0.000744134
-0.000992465
0.000172271
-0.000791778
-0.000931508
-2.91537e-05
-0.000869883
-0.000950607
-0.000181544
-0.000958334
-0.0010182
-0.000342028
-0.00100823
-0.00111792
-0.000538698
-0.00104468
-0.0012229
-0.000769602
-0.0010524
-0.00132315
-0.00102762
-0.00104239
-0.00141955
-0.0013166
-0.00102226
-0.00151481
-0.00163402
-0.000999394
-0.00161592
-0.00198945
-0.000977842
-0.00173507
-0.0023873
-0.000955332
-0.00188235
-0.00286088
-0.000932512
-0.00206311
-0.00343312
-0.000900312
-0.00226542
-0.00415347
-0.000850672
-0.00246291
-0.00503013
-0.000772246
-0.00259492
-0.00607034
-0.000661633
-0.00257887
-0.0071434
-0.000526204
-0.00229977
-0.00799939
-0.00039006
-0.00170618
-0.00809654
-0.000288464
-0.00082752
-0.00677335
-0.000264685
-8.61974e-05
-0.00363394
-0.000235387
-0.000373064
-0.000164566
4.45687e-05
0.00171658
0.000377254
-0.000112883
0.00336792
0.000829661
-0.000319465
0.00417221
0.000876095
-0.000477988
0.0044224
0.000656151
-0.000582973
0.00441808
0.000381873
-0.000674589
0.00429604
0.000104295
-0.000773168
0.00411069
-0.000107672
-0.000880151
0.00390289
-0.000277557
-0.000993867
0.00367463
-0.000401199
-0.00110655
0.00341565
-0.000514514
-0.0012088
0.00310804
-0.000610118
-0.00129077
0.00273713
-0.000680726
-0.00133781
0.00231678
-0.000713687
-0.00134462
0.00187849
-0.000708968
-0.00128816
0.00143184
-0.000669
-0.00116383
0.00100728
-0.000628845
-0.00099356
0.000628954
-0.000606089
-0.00081349
0.00030921
-0.000617103
-0.000662275
5.234e-05
-0.000678907
-0.000596004
-0.000146503
-0.000786148
-0.000641985
-0.000284114
-0.000912602
-0.000747954
-0.00042659
-0.000996713
-0.000879378
-0.000615328
-0.00104757
-0.00100498
-0.000838625
-0.00105348
-0.00111335
-0.0010842
-0.00103492
-0.00120493
-0.00135573
-0.00100664
-0.00128518
-0.0016473
-0.000971698
-0.00136774
-0.00196864
-0.000945054
-0.00146673
-0.00232136
-0.000920733
-0.0015952
-0.00274335
-0.000903307
-0.00176454
-0.00325633
-0.000880408
-0.00197088
-0.00392631
-0.000845875
-0.00219376
-0.00477716
-0.000782745
-0.00237784
-0.00585195
-0.000682608
-0.00244193
-0.00704684
-0.000548001
-0.00226422
-0.00815446
-0.000403216
-0.0017588
-0.00859463
-0.000287487
-0.000924125
-0.00760556
-0.000255473
-0.000123987
-0.00446843
-0.000268731
-0.00054345
-0.000229959
0.000116101
0.0016252
0.000327361
3.07951e-05
0.00343906
0.000821121
-0.00013522
0.00432392
0.000889463
-0.000277078
0.00459869
0.00068446
-0.000392979
0.00457163
0.000394866
-0.0004752
0.00442189
9.12645e-05
-0.000578298
0.00423443
-0.000129646
-0.000686209
0.00403201
-0.00030714
-0.000796296
0.00379798
-0.000436781
-0.000905386
0.00352891
-0.00054916
-0.00100459
0.00320414
-0.000638285
-0.00108818
0.00281153
-0.000696983
-0.00114495
0.00236957
-0.000705549
-0.00116559
0.00191015
-0.000676315
-0.00110619
0.00142129
-0.000596561
-0.000959912
0.000954998
-0.000521203
-0.000756378
0.000543014
-0.000477143
-0.000543345
0.000207491
-0.000488056
-0.000371283
-7.04748e-05
-0.000560543
-0.000291359
-0.00028482
-0.000699966
-0.000364992
-0.00040728
-0.000885443
-0.000517329
-0.000540985
-0.00100966
-0.000681379
-0.000732835
-0.00107054
-0.000822193
-0.000956613
-0.00106788
-0.000933752
-0.0011922
-0.00103667
-0.00101754
-0.00144703
-0.000990985
-0.00107898
-0.00171517
-0.000942415
-0.00113356
-0.00200341
-0.000903368
-0.00120298
-0.00230702
-0.000875564
-0.00130405
-0.0026699
-0.000860001
-0.00145128
-0.00311253
-0.000847387
-0.00164795
-0.00371422
-0.000828053
-0.00188591
-0.00450835
-0.00078574
-0.00211929
-0.00557933
-0.000703918
-0.00226824
-0.00685781
-0.000578888
-0.0022026
-0.00819015
-0.000428165
-0.00180951
-0.00897205
-0.000302084
-0.00104216
-0.0083666
-0.000251162
-0.000191493
-0.00533151
-0.000296862
-0.0007715
-0.000288255
0.000182216
0.00149989
0.000180835
0.000157251
0.00346772
0.000721154
5.8666e-05
0.00443722
0.000831427
-3.69192e-05
0.00471988
0.000653538
-0.00013654
0.00470123
0.00037562
-0.000245494
0.004538
5.65693e-05
-0.000364603
0.00435249
-0.000157237
-0.00047764
0.00414685
-0.000350666
-0.00058769
0.00391037
-0.000493225
-0.000693315
0.00362261
-0.000605104
-0.000793718
0.00328278
-0.000679681
-0.000889382
0.0028817
-0.000719131
-0.000968228
0.00243177
-0.000700236
-0.00101699
0.00196729
-0.000641178
-0.000961495
0.00144513
-0.000515633
-0.000790189
0.000930849
-0.000397567
-0.000556466
0.000488947
-0.00032842
-0.000317728
0.000128819
-0.000335142
-0.000116687
-0.000173253
-0.000413582
-2.62912e-05
-0.000408577
-0.000580438
-0.000105856
-0.000556489
-0.00083756
-0.000309891
-0.000690835
-0.0010254
-0.000513967
-0.000905994
-0.00109532
-0.00066944
-0.00113741
-0.00107967
-0.000780192
-0.00136107
-0.00102804
-0.000854992
-0.00159164
-0.000966438
-0.000895458
-0.00183367
-0.00090154
-0.000920455
-0.00208816
-0.000854049
-0.000956139
-0.00234257
-0.000822515
-0.0010234
-0.00264384
-0.000810441
-0.00113955
-0.00300993
-0.000806373
-0.00131077
-0.00353218
-0.000801744
-0.00153908
-0.00424688
-0.000778657
-0.00179881
-0.00527052
-0.00071653
-0.0020284
-0.00657265
-0.000607159
-0.00209197
-0.00808002
-0.00045798
-0.00184327
-0.00919215
-0.000316955
-0.00117587
-0.00902249
-0.000241896
-0.000289229
-0.00622243
-0.000277538
-0.00108099
-0.000315189
0.000199583
0.00133723
0.000172155
0.000238643
0.00345303
0.000716417
0.000200917
0.00449459
0.000848528
0.000138707
0.00482005
0.000689883
6.10088e-05
0.00480918
0.000411732
-1.88198e-05
0.00463434
7.18239e-05
-0.000128884
0.00445165
-0.000146172
-0.000238283
0.00423369
-0.000333674
-0.000347726
0.00398893
-0.000474574
-0.000448929
0.00369689
-0.00059595
-0.000559353
0.00335049
-0.000674057
-0.000678546
0.00293874
-0.000711283
-0.000796073
0.00248667
-0.000699145
-0.000905737
0.00203065
-0.000644292
-0.000882403
0.00148575
-0.000475607
-0.000689691
0.000924763
-0.000297345
-0.000424231
0.000448733
-0.000200598
-0.000155409
5.99879e-05
-0.000210462
7.7886e-05
-0.000273184
-0.000296918
0.000206294
-0.000552733
-0.000474199
0.000105483
-0.00076666
-0.000782199
-0.000144018
-0.000922046
-0.00102799
-0.000379083
-0.00114676
-0.00109347
-0.000534648
-0.00137084
-0.00105267
-0.000639881
-0.00157344
-0.00098236
-0.000700722
-0.00177618
-0.000899289
-0.000712133
-0.00199387
-0.000817114
-0.000700689
-0.00221261
-0.000759588
-0.000701049
-0.00241664
-0.000730686
-0.000733668
-0.00265807
-0.000726386
-0.000814832
-0.00294835
-0.000734294
-0.000955001
-0.0033833
-0.000746821
-0.00116567
-0.00399952
-0.000746948
-0.00143787
-0.00493839
-0.000711524
-0.00172987
-0.00620832
-0.000625266
-0.001924
-0.00781853
-0.000485847
-0.00185411
-0.00921291
-0.000345857
-0.00134282
-0.00950992
-0.000248243
-0.000457352
-0.00709933
-0.000267475
-0.00155775
-0.000322449
0.000167177
0.00120362
9.06461e-05
0.000265566
0.00337864
0.000610961
0.000296256
0.00448512
0.000774412
0.000283208
0.00485548
0.000655527
0.000240355
0.00486414
0.000389861
0.000167993
0.00470391
5.53296e-05
8.38482e-05
0.00451805
-0.000168864
-2.29795e-05
0.00429031
-0.00036683
-0.000145088
0.00404463
-0.000514504
-0.000264621
0.00374087
-0.000642933
-0.000379516
0.00337559
-0.000723149
-0.000508559
0.00296055
-0.000759282
-0.000661646
0.00250902
-0.000744267
-0.000843897
0.00206365
-0.00069799
-0.000854581
0.00150327
-0.000464443
-0.000632825
0.000911502
-0.000199737
-0.000325993
0.000412354
-7.27436e-05
-2.44436e-05
-7.93015e-06
-7.34626e-05
0.000252855
-0.000359557
-0.000161063
0.000397345
-0.000708466
-0.000334932
0.00030662
-0.00103538
-0.000654447
-2.44182e-06
-0.00125188
-0.000951899
-0.000261297
-0.00148397
-0.00101687
-0.000402161
-0.00163701
-0.000946013
-0.000494284
-0.00179396
-0.00086408
-0.000552304
-0.00196327
-0.000786171
-0.000538532
-0.00215806
-0.000689611
-0.000494978
-0.00234593
-0.000629007
-0.000468446
-0.00250325
-0.000606897
-0.00048036
-0.00269369
-0.000614433
-0.000531691
-0.00292707
-0.00062886
-0.000624569
-0.0032916
-0.000643356
-0.000777033
-0.0038133
-0.000648222
-0.00101275
-0.00463772
-0.000628648
-0.00133677
-0.00579791
-0.000570558
-0.00164835
-0.00742131
-0.000461319
-0.00177203
-0.0090228
-0.000338712
-0.00146688
-0.00977348
-0.000253694
-0.00066733
-0.00788222
-0.000242576
-0.00223895
-0.000307531
0.000126594
0.00110236
0.000105535
0.000273549
0.0032589
0.000574789
0.000371974
0.0044069
0.000750071
0.000408528
0.00483691
0.000660587
0.000394265
0.00487965
0.000416209
0.000336321
0.00473779
8.68203e-05
0.000263597
0.00455119
-0.000150783
0.000168432
0.0043221
-0.000352303
7.00321e-05
0.00406281
-0.000517619
-5.00045e-05
0.00375424
-0.000632671
-0.000184392
0.00337794
-0.000720989
-0.000325698
0.00294227
-0.000769332
-0.000502526
0.00245656
-0.000782606
-0.000780559
0.00192646
-0.000799822
-0.00086969
0.00133633
-0.000513313
-0.000612074
0.000799578
-0.000119286
-0.000232719
0.000324844
7.12495e-05
6.50586e-05
-0.000108773
5.95534e-05
0.000306429
-0.000460117
-1.80825e-05
0.00049099
-0.000842624
-0.000179874
0.000457012
-0.00124021
-0.000425356
0.000162522
-0.00155719
-0.000764257
-9.27381e-05
-0.00174407
-0.000808811
-0.000215931
-0.00180519
-0.000729048
-0.000316314
-0.00196973
-0.000677298
-0.00037168
-0.00212007
-0.000597387
-0.000331718
-0.00228827
-0.00049867
-0.00025208
-0.00244945
-0.000443303
-0.000207526
-0.00256341
-0.0004516
-0.000216068
-0.00271551
-0.000493039
-0.000277553
-0.00289566
-0.000535052
-0.000375191
-0.00320153
-0.000566744
-0.000524524
-0.00364368
-0.000580733
-0.000721128
-0.00439051
-0.000563608
-0.00100052
-0.00544698
-0.000491931
-0.00133477
-0.0070056
-0.000384456
-0.00158443
-0.00870806
-0.00028211
-0.00146001
-0.00984688
-0.000193459
-0.000802786
-0.00851475
-0.000201241
-0.00305151
-0.000259225
0.000112931
0.00101344
7.38239e-05
0.000297886
0.00310903
0.000484952
0.00044171
0.00429299
0.000669111
0.000518052
0.00478069
0.000615356
0.000533268
0.00486447
0.000400866
0.000493681
0.00474549
9.46777e-05
0.00043057
0.00456193
-0.000145482
0.000336739
0.00433954
-0.000350289
0.000225668
0.00407733
-0.000524975
9.90994e-05
0.00376257
-0.000654559
-5.79543e-05
0.00336577
-0.000739868
-0.000214782
0.00287832
-0.000786661
-0.000427336
0.00231477
-0.000798092
-0.000769265
0.00166585
-0.000808792
-0.000883155
0.00113686
-0.000424944
-0.000561702
0.00075731
5.73131e-05
-0.000130847
0.000308877
0.00032825
0.000142831
-0.000150145
0.0002858
0.000316041
-0.000491694
0.000193276
0.000453915
-0.000854469
7.87079e-05
0.000404347
-0.00122069
-0.000102857
0.00026776
-0.00150262
-0.000264733
0.000180125
-0.00156288
-0.000249133
5.01714e-05
-0.00165425
-0.000291738
-7.90816e-05
-0.00195816
-0.000319421
-0.000155488
-0.00215596
-0.00029801
-0.000102805
-0.00233048
-0.000206125
-5.49275e-06
-0.00248022
-0.000174309
5.08897e-05
-0.00257845
-0.000210155
4.37438e-05
-0.00271389
-0.000299023
-1.66772e-05
-0.00286526
-0.000370928
-9.64905e-05
-0.00313313
-0.000419332
-0.000237369
-0.00349106
-0.00044031
-0.000444995
-0.00413683
-0.000448964
-0.000757509
-0.00507409
-0.000412765
-0.00112378
-0.00657499
-0.000299054
-0.00143101
-0.00834747
-0.000198989
-0.00141335
-0.00981447
-0.000129619
-0.000867268
-0.00903228
-0.000137768
-0.00391934
-0.000228075
0.00011032
0.000924583
6.78073e-05
0.00032708
0.00293201
0.000419648
0.000509415
0.00414545
0.0006057
0.000619172
0.00469453
0.000580742
0.000661558
0.00482397
0.000395275
0.000636174
0.00473173
0.000128932
0.000584871
0.00455902
-0.000126405
0.000490234
0.00434689
-0.000338609
0.000361657
0.00409488
-0.000511044
0.000202905
0.00379024
-0.000645097
-3.85079e-06
0.00340644
-0.000711302
-0.000225488
0.00291235
-0.000687506
-0.000472931
0.00232594
-0.000596825
-0.000725446
0.00168019
-0.000436907
-0.000719148
0.0012496
2.91434e-06
-0.000393964
0.000929363
0.000420113
-7.5431e-06
0.000526777
0.000676658
0.000249489
4.7552e-05
0.000709377
0.00036724
-0.0003551
0.000597952
0.000536395
-0.000684057
0.00050049
0.000562886
-0.00095467
0.000401286
0.000557442
-0.0011191
0.000270053
0.000421106
-0.0011066
0.000125594
0.000165306
-0.00131586
-4.23544e-05
3.57215e-05
-0.00171818
4.69024e-05
-6.04386e-06
-0.00198502
8.14349e-05
0.000107033
-0.00216838
0.000161614
0.000282183
-0.00233085
0.000178273
0.000366159
-0.00245522
6.45865e-05
0.000329673
-0.00261259
-8.3992e-05
0.000224127
-0.00276775
-0.000203415
0.000108878
-0.00302356
-0.00026994
-3.63663e-05
-0.00332677
-0.000308891
-0.000232505
-0.00389636
-0.000314734
-0.000517087
-0.00473834
-0.000282326
-0.000867849
-0.00617633
-0.000187051
-0.0011905
-0.00798568
-8.78754e-05
-0.001223
-0.00974345
-9.74139e-06
-0.000786489
-0.00943982
-3.29981e-05
-0.00470182
-0.000148954
0.000111764
0.000831957
4.59549e-05
0.000352354
0.00273427
0.00034022
0.000570262
0.00396801
0.000526505
0.000712698
0.00458046
0.000527713
0.000778332
0.00476357
0.000373957
0.000768938
0.00470825
0.000132961
0.000723763
0.0045505
-0.000115327
0.000626842
0.00435549
-0.000327837
0.000478857
0.00413229
-0.00050006
0.000271382
0.00387142
-0.000620181
4.47821e-08
0.00356642
-0.000654148
-0.00030132
0.0031665
-0.000530033
-0.000504229
0.00267338
-0.000259055
-0.000582448
0.00214813
7.65221e-05
-0.000441587
0.00177155
0.000473102
-0.000217753
0.00142914
0.000760142
0.000108998
0.00100572
0.00102376
0.000346268
0.000568563
0.00107794
0.000510607
0.000127723
0.00105769
0.000754415
-0.000208818
0.000964634
0.000919869
-0.000521451
0.000816588
0.000948358
-0.000789229
0.000519349
0.000539197
-0.000947026
8.72875e-05
0.000105214
-0.00117301
-1.0656e-05
7.13742e-05
-0.00137595
0.000319682
0.000143636
-0.0016085
0.000405394
0.000340138
-0.00181989
0.000500559
0.000533883
-0.00200172
0.000476879
0.000619738
-0.00218472
0.000328898
0.000575541
-0.00240162
0.000142749
0.00044688
-0.0025804
1.15173e-05
0.000288704
-0.00283617
-6.86946e-05
0.00010385
-0.00311198
-0.000116876
-9.84512e-05
-0.00362431
-0.000163445
-0.000389153
-0.00436671
-0.000156283
-0.000734458
-0.00577115
-8.2534e-05
-0.00105372
-0.0076261
9.09784e-06
-0.00110193
-0.0096729
9.65878e-05
-0.000701908
-0.00981875
8.21089e-05
-0.00539611
-5.42356e-05
0.000103985
0.000748566
4.04285e-05
0.000361552
0.00251993
0.000279293
0.000612021
0.00376229
0.000461401
0.000791752
0.00443305
0.000486587
0.000888568
0.00467497
0.000363688
0.000903645
0.00466368
0.000147396
0.000875015
0.0045262
-9.60888e-05
0.00078906
0.00434816
-0.000307972
0.000645805
0.00414808
-0.000488016
0.000421714
0.00393264
-0.00061149
0.000127445
0.0037103
-0.000662931
-0.000198194
0.00344349
-0.000520601
-0.000409137
0.00310854
-0.000167197
-0.000400938
0.00274921
0.000258562
-0.000253434
0.00245807
0.000667319
-9.43863e-05
0.00212088
0.000927637
0.000205832
0.00169594
0.0012256
0.000451149
0.00125139
0.00133077
0.000630524
0.000838022
0.00132308
0.000902086
0.000492231
0.00124551
0.001113
0.000123284
0.0010963
0.00116654
-0.00023366
0.00080822
0.000719981
-0.000615261
0.000349853
0.000259202
-0.000870848
0.00023294
0.000234332
-0.000882048
0.000532927
0.000341391
-0.00105945
0.000659568
0.000543668
-0.00126502
0.000767608
0.000724781
-0.00150476
0.0007173
0.000805879
-0.00176398
0.000560941
0.000761959
-0.00206277
0.000360206
0.000627367
-0.00229693
0.000192412
0.000438543
-0.00258171
0.000108674
0.000218991
-0.0028387
5.30431e-05
-1.30133e-05
-0.0033288
-5.15534e-06
-0.000301352
-0.00399567
-2.14599e-05
-0.000649873
-0.00535122
1.90849e-05
-0.000977981
-0.00726294
9.90196e-05
-0.00103969
-0.00959024
0.000188716
-0.000643499
-0.0101963
0.000182295
-0.00603875
7.13559e-05
0.000100551
0.000666593
2.64073e-05
0.000365463
0.00229823
0.000216938
0.000640506
0.00353497
0.000391752
0.000852077
0.00425882
0.000436993
0.000984133
0.00455528
0.000344434
0.00102999
0.00459228
0.000152466
0.00102513
0.00448164
-8.61527e-05
0.000961068
0.00431266
-0.000290674
0.000839546
0.00411645
-0.000482283
0.000641435
0.00391425
-0.000629886
0.000332005
0.00371173
-0.000715353
7.99351e-06
0.00352681
-0.000660189
-0.000185262
0.00334117
-0.000298544
-0.000159621
0.00315769
0.000149916
-5.74959e-05
0.00296217
0.000510465
1.33861e-05
0.00267924
0.000752533
0.000273559
0.00236338
0.00112364
0.000592294
0.00196937
0.00128334
0.00079598
0.00154928
0.00129564
0.000993505
0.00111083
0.00118154
0.00114342
0.000713071
0.0010774
0.00121054
0.000315266
0.000866948
0.000961081
-7.7736e-05
0.000578928
0.000684309
-0.00032624
0.000458798
0.000532668
-0.000344987
0.000531921
0.000529076
-0.000508957
0.000645101
0.000695912
-0.000706996
0.000786064
0.000846047
-0.000997892
0.000757203
0.000937601
-0.00130498
0.000653399
0.000933439
-0.00166324
0.000490728
0.000822085
-0.00193999
0.000328254
0.000642859
-0.00225906
0.000209589
0.000393381
-0.002511
0.000152646
0.000106722
-0.00296163
9.31182e-05
-0.000233155
-0.00357076
5.90394e-05
-0.000629134
-0.00488209
7.06124e-05
-0.000986304
-0.00685735
0.000130978
-0.00108125
-0.00946652
0.00022524
-0.000695203
-0.0105631
0.000235546
-0.00673869
0.000128017
8.7201e-05
0.000596604
1.89909e-05
0.000349741
0.00207921
0.000168461
0.000650338
0.00328486
0.00033463
0.000889813
0.00406234
0.000397201
0.00105552
0.00440955
0.000334837
0.00114064
0.00449204
0.000172089
0.00116006
0.00441392
-5.16158e-05
0.00112636
0.00426108
-0.000244482
0.00103522
0.00407263
-0.000430856
0.000879043
0.00387007
-0.000586742
0.000620863
0.00367931
-0.000680883
0.000315306
0.00352331
-0.00068778
0.000166849
0.00343095
-0.000430345
0.000173867
0.00335006
-7.59858e-05
0.000208039
0.00320442
0.000188292
0.000217422
0.00298922
0.000381247
0.000423673
0.00279583
0.000740739
0.000708674
0.00249787
0.000952159
0.000943759
0.00206055
0.00102386
0.00111983
0.00151712
0.000932514
0.00123453
0.00107364
0.000826642
0.00126624
0.000688174
0.000687895
0.0011591
0.000328901
0.000527849
0.00102589
9.91171e-05
0.000454608
0.000842671
-2.78851e-05
0.00038961
0.000744581
-0.000169673
0.00044466
0.000819293
-0.000363447
0.00060351
0.000912048
-0.000642547
0.000638655
0.000990673
-0.000914654
0.000628423
0.00101556
-0.00126147
0.000560175
0.000934284
-0.00153057
0.000433688
0.000771124
-0.00186947
0.000320887
0.000534676
-0.00211891
0.000229
0.000239258
-0.00257249
0.000177375
-0.000107233
-0.00312598
0.000128764
-0.000536661
-0.00437862
0.000138872
-0.000950385
-0.00638029
0.00018857
-0.00110269
-0.00927985
0.000288458
-0.000772815
-0.0108662
0.000312327
-0.00749755
0.000190352
8.97443e-05
0.000520337
1.61646e-05
0.000334049
0.0018723
0.00012762
0.000646596
0.0030271
0.000272591
0.000911477
0.00384509
0.000350687
0.00110378
0.00424788
0.00031294
0.00122244
0.0043711
0.000182329
0.00126685
0.0043337
-1.80024e-05
0.00126076
0.00419962
-0.000195599
0.00119772
0.00403144
-0.000367885
0.00107912
0.00384312
-0.000513888
0.000895521
0.00367668
-0.000604441
0.00066814
0.00353861
-0.000614888
0.000539871
0.00348338
-0.000477802
0.000517806
0.00342446
-0.000274894
0.000534769
0.00330914
-9.67384e-05
0.000551772
0.00315274
5.87415e-05
0.000669851
0.0029973
0.000319388
0.000790605
0.00278206
0.000513218
0.000978104
0.00243491
0.000699213
0.00119942
0.00195749
0.000772429
0.00138721
0.00147549
0.000748407
0.0014722
0.00106707
0.000623329
0.00141185
0.000688168
0.000467528
0.00130712
0.000397926
0.000335564
0.00111772
0.000136508
0.000234362
0.000986953
-8.45366e-05
0.000243577
0.000990121
-0.000249729
0.000363746
0.00101937
-0.000462229
0.000456352
0.00107481
-0.000651454
0.000509205
0.00111569
-0.000944702
0.000503
0.00105816
-0.00117478
0.000435215
0.000922177
-0.00150912
0.000339696
0.000691288
-0.00171881
0.000261125
0.000411902
-0.00216727
0.000185188
3.45218e-05
-0.00265885
0.000158807
-0.000412124
-0.00385298
0.000156808
-0.000906312
-0.00581311
0.000190316
-0.00115335
-0.00899051
0.000298052
-0.000902117
-0.011088
0.000346185
-0.00838487
0.000229675
8.45031e-05
0.000453832
1.79986e-05
0.00031263
0.0016767
0.000108287
0.000621882
0.00276956
0.000226681
0.000915525
0.0036028
0.00031485
0.00113535
0.00406556
0.000299233
0.00129202
0.00422314
0.000198818
0.00137376
0.0042259
2.5285e-05
0.0014051
0.0041152
-0.000140212
0.00138352
0.00396826
-0.000302237
0.00131334
0.00379575
-0.000445623
0.00119644
0.00364429
-0.000544991
0.00104959
0.00352103
-0.000584288
0.000937657
0.00345624
-0.000540054
0.000898144
0.00339838
-0.000428828
0.00091522
0.00330897
-0.000294813
0.000935383
0.00316966
-0.000184933
0.0010087
0.00300952
-1.97873e-05
0.00101253
0.00281199
6.54051e-05
0.00110304
0.00257144
0.000286184
0.00131456
0.00224462
0.000467767
0.0015072
0.00181787
0.000556164
0.00162207
0.00141446
0.000490531
0.00159965
0.0010067
0.000375888
0.00150564
0.000648149
0.000259518
0.00137574
0.000346598
0.000214523
0.00126623
0.000106549
0.000231141
0.00123198
-5.97465e-05
0.000304325
0.00124543
-0.000258164
0.000377306
0.00126906
-0.000390153
0.000428656
0.00127762
-0.000650405
0.000424368
0.00120423
-0.000841371
0.00037499
0.00106654
-0.00117493
0.000307185
0.000856648
-0.00136778
0.000252505
0.00058169
-0.00178006
0.000205037
0.000193722
-0.0021871
0.000153109
-0.000240773
-0.00335335
0.000173408
-0.000782204
-0.00521463
0.000185417
-0.00112156
-0.00860903
0.00028938
-0.000981253
-0.0112002
0.000356727
-0.00934485
0.000234073
8.48065e-05
0.000386538
2.11615e-05
0.000294993
0.00149929
9.12679e-05
0.000589517
0.00252421
0.000189114
0.000891018
0.00335488
0.000270645
0.00113652
0.00386439
0.000275368
0.00131961
0.00406187
0.000199586
0.00144246
0.00408782
7.00983e-05
0.00151512
0.00400212
-9.12362e-05
0.00153979
0.00387277
-0.000242056
0.00152205
0.00371246
-0.000383544
0.00146749
0.00356852
-0.000492716
0.0013902
0.00344603
-0.000560332
0.00132093
0.00336657
-0.000576997
0.00128708
0.00329938
-0.000543682
0.00128069
0.00322508
-0.000472306
0.00128232
0.00310529
-0.000401581
0.00133068
0.00297264
-0.000255078
0.00131554
0.00278232
-0.000198408
0.00133543
0.00258492
-4.47515e-05
0.00148701
0.00234461
9.86393e-05
0.00162365
0.0019976
0.000230805
0.00173577
0.00164157
0.000249188
0.0017352
0.00125596
0.000213782
0.00165495
0.000896364
0.000180471
0.00157282
0.000614107
0.000191856
0.00153129
0.000376394
0.000244316
0.00150883
0.000213694
0.000298854
0.00149682
2.46171e-05
0.000347848
0.00150064
-0.000110231
0.000366899
0.00147927
-0.000363061
0.000355571
0.00138596
-0.000520333
0.000315165
0.00123378
-0.000847541
0.000263219
0.00100599
-0.001014
0.000219045
0.00075546
-0.00143925
0.00018547
0.000387688
-0.00175599
0.00016557
-5.03708e-05
-0.00286108
0.000138879
-0.000650597
-0.00458412
0.000171063
-0.00108262
-0.00814181
0.000258115
-0.00106428
-0.0111982
0.000360171
-0.0103877
0.000245464
7.00528e-05
0.000337167
3.32216e-05
0.000261598
0.00134137
9.17213e-05
0.00054075
0.00229386
0.000174988
0.000846644
0.00310025
0.000249693
0.00112502
0.00363162
0.000268625
0.00134077
0.00387349
0.000212753
0.00150701
0.0039227
0.000106413
0.00162729
0.00385041
-3.00467e-05
0.00170202
0.00373968
-0.000174305
0.0017374
0.00358882
-0.000311824
0.00173742
0.00345005
-0.000427208
0.00171436
0.00332429
-0.00051712
0.0016831
0.00322716
-0.000571874
0.00166226
0.00314143
-0.000590171
0.00164807
0.00306185
-0.000571268
0.0016357
0.00295841
-0.000540171
0.00165718
0.00286095
-0.000442357
0.00165056
0.00271408
-0.000397977
0.00166081
0.00256824
-0.000272933
0.00174132
0.00235433
-0.000168523
0.00180423
0.00206387
-3.81315e-05
0.00187839
0.00176613
7.75511e-06
0.00188762
0.00141602
2.57117e-05
0.00184233
0.00108942
5.20881e-05
0.00179248
0.000835294
0.000117776
0.00177145
0.000603677
0.000188687
0.00176408
0.000451366
0.000241228
0.00175069
0.000275705
0.000287774
0.00173451
0.000150431
0.000291628
0.00168205
-9.29192e-05
0.00026733
0.00157372
-0.000234705
0.000235779
0.00141254
-0.000545451
0.000198976
0.00116491
-0.000668853
0.000172479
0.00090714
-0.00110411
0.000145906
0.0005232
-0.00133873
0.000140133
9.2228e-05
-0.00239854
0.000123241
-0.000521598
-0.00396077
0.000138471
-0.00105444
-0.00759199
0.000234621
-0.00116159
-0.011081
0.000371497
-0.0115424
0.000287523
6.79103e-05
0.000297153
4.60648e-05
0.000222431
0.00122487
9.41586e-05
0.000477318
0.00209019
0.000166036
0.000762546
0.00287044
0.000231848
0.00105011
0.00339168
0.000260692
0.0013013
0.0036536
0.000227325
0.00150013
0.00372848
0.000142282
0.00167294
0.00365059
3.75704e-05
0.00179988
0.00355771
-0.000105736
0.00188841
0.00341973
-0.000239226
0.00194333
0.00328241
-0.000356873
0.00197276
0.00315376
-0.000457015
0.00198249
0.00304539
-0.000535436
0.00198455
0.00294777
-0.000587742
0.00197817
0.00286046
-0.000611554
0.00196653
0.00276505
-0.000617782
0.00197436
0.00268578
-0.000565983
0.00196672
0.00257372
-0.000544547
0.00196312
0.00246795
-0.00045659
0.00199258
0.00227654
-0.000389989
0.00200852
0.00204076
-0.000269752
0.00203654
0.00180303
-0.000177865
0.00204686
0.0014938
-0.000114291
0.00203172
0.00120623
-5.73528e-05
0.00200441
0.000986035
1.56709e-05
0.00200263
0.000769345
9.08826e-05
0.00199084
0.000644336
0.000151572
0.00198804
0.000465611
0.000192782
0.00196162
0.000358519
0.000204742
0.00190159
0.000138074
0.000184933
0.00177793
3.16731e-05
0.000158232
0.00161269
-0.000276363
0.000132194
0.00136042
-0.000348331
0.000111545
0.00109079
-0.000783584
0.000101101
0.000695206
-0.000918311
9.58127e-05
0.000223776
-0.00192961
7.65417e-05
-0.000408343
-0.00331985
9.08863e-05
-0.00106941
-0.00692353
0.000183066
-0.00129212
-0.0108566
0.000361899
-0.0128517
0.000318481
2.09894e-05
0.000302751
7.56048e-05
0.000149118
0.00113749
0.000124105
0.000369822
0.00192384
0.000188449
0.000662763
0.00263046
0.000255801
0.000965187
0.00313805
0.000286957
0.00126387
0.00338393
0.000275135
0.00150461
0.00349555
0.000207551
0.00172606
0.00340768
0.000119027
0.00190954
0.00331831
1.14874e-05
0.00204816
0.00319367
-0.000128451
0.00215268
0.00306917
-0.000253144
0.0022252
0.00294322
-0.000359358
0.00227098
0.00282929
-0.00044937
0.00229688
0.00272948
-0.000524212
0.00230266
0.00264178
-0.000572694
0.00229736
0.00255029
-0.000606623
0.00229589
0.00248307
-0.000590471
0.00228561
0.00239586
-0.000589393
0.0022682
0.00232818
-0.000534933
0.00226836
0.00215726
-0.000498382
0.00225239
0.00196811
-0.000387751
0.00225042
0.00177766
-0.000305147
0.00224954
0.00150839
-0.000213094
0.00224874
0.00124455
-0.000125408
0.00223457
0.0010604
-5.63076e-05
0.00223714
0.000848872
1.515e-05
0.00222585
0.000760749
6.39875e-05
0.00221786
0.000586979
0.00011931
0.00218129
0.000518899
0.000128673
0.00211715
0.000322532
0.000111577
0.00198684
0.0002694
9.83596e-05
0.00181259
-2.18731e-05
7.37825e-05
0.00157564
-5.78938e-05
6.36016e-05
0.00130073
-0.000480018
6.14062e-05
0.000917644
-0.00053845
4.81685e-05
0.000432566
-0.00145544
3.64293e-05
-0.000259536
-0.00263661
2.5547e-05
-0.00101015
-0.00615605
9.47181e-05
-0.0013656
-0.0104972
0.000317605
-0.0142534
0.00031057
-6.26038e-06
0.000339676
9.94385e-05
5.18121e-05
0.00112726
0.000152257
0.00023626
0.00179504
0.000223892
0.000486494
0.00244002
0.000282622
0.000779545
0.00289337
0.000332128
0.00110945
0.0030815
0.000336555
0.00140302
0.00320767
0.000285388
0.00167189
0.00311301
0.000217968
0.00191453
0.00301893
0.000129369
0.00211486
0.00290162
1.60617e-05
0.00227151
0.00279131
-0.00011642
0.00239411
0.00268095
-0.000234768
0.00247812
0.00257621
-0.000332541
0.00253619
0.00247682
-0.00041743
0.00256762
0.00239317
-0.000485219
0.00258094
0.00230976
-0.000540497
0.00258614
0.00225599
-0.000559207
0.00257777
0.0021887
-0.000582522
0.00254888
0.00215542
-0.000561406
0.00252624
0.0020019
-0.000547611
0.00248166
0.001855
-0.000448557
0.00245679
0.00169002
-0.000378808
0.00243691
0.00145978
-0.000278263
0.00243508
0.0012095
-0.000180309
0.002434
0.00105842
-9.54611e-05
0.00245396
0.000852062
-2.92928e-05
0.00245724
0.000800514
2.60413e-05
0.00246186
0.000634599
7.02018e-05
0.0024344
0.000624244
7.63102e-05
0.00237597
0.00045744
6.7017e-05
0.00225098
0.00045623
6.24635e-05
0.00207486
0.000202293
4.44747e-05
0.0018783
0.000164919
3.28779e-05
0.0016119
-0.000198578
2.24527e-05
0.0012807
-0.000212264
1.82583e-06
0.000837115
-0.00102288
-1.66337e-05
0.00012451
-0.00193574
-4.88491e-05
-0.00077753
-0.00519689
-1.81615e-05
-0.00124689
-0.0100141
0.00023329
-0.0155345
0.000259
-0.000150561
0.000514275
0.000149059
-0.000144541
0.00116966
0.000229646
-2.62321e-05
0.00173465
0.000307292
0.000267334
0.00218557
0.000394466
0.000605607
0.0025928
0.000436544
0.000977478
0.00271734
0.000469048
0.00133403
0.00284027
0.000423433
0.00165333
0.00275147
0.000370705
0.00194565
0.00265718
0.000280806
0.00219959
0.00255191
0.000189542
0.0024037
0.00244743
8.73608e-05
0.00257009
0.00233932
-3.19688e-05
0.00270196
0.00225884
-0.000152081
0.00279764
0.00217766
-0.000254888
0.00285544
0.00210992
-0.000334713
0.0028859
0.00204177
-0.00040905
0.00289624
0.00200501
-0.000453399
0.00288306
0.00196367
-0.000497962
0.00284069
0.00196642
-0.000503056
0.00279392
0.0018281
-0.000499311
0.00272669
0.00171555
-0.000420306
0.00268356
0.00155528
-0.000360345
0.00265742
0.00134892
-0.000261664
0.00266109
0.00110068
-0.000164363
0.00267718
0.000974134
-7.65574e-05
0.00271571
0.000776654
-1.0803e-05
0.00273022
0.000770191
4.64179e-05
0.00275595
0.000616612
7.91547e-05
0.00273142
0.000665156
8.88593e-05
0.00267052
0.000547487
7.89941e-05
0.00254461
0.000605847
6.74804e-05
0.00239923
0.000376544
3.8348e-05
0.00222045
0.000364007
3.52017e-05
0.00200117
3.03264e-05
1.79676e-06
0.00177976
-2.03201e-06
3.53243e-06
0.00141647
-0.000684852
-7.15084e-05
0.000852446
-0.00136864
-9.41411e-05
-0.00013156
-0.00413469
-0.000222113
-0.000779221
-0.00930668
0.00013157
-0.0163537
0.00021877
-4.73958e-05
0.000590918
0.000195759
-0.000244667
0.00142152
0.000297214
-0.000277895
0.0018182
0.000410568
-0.000115224
0.0020644
0.000502717
0.00023522
0.00225128
0.000585605
0.000654069
0.00227747
0.000628795
0.00110748
0.00234359
0.000601834
0.00150529
0.00227891
0.000562133
0.00186851
0.00219083
0.000475764
0.00218701
0.0021059
0.000384342
0.00245414
0.00202817
0.000284791
0.00266836
0.00193707
0.000182514
0.00283872
0.001861
7.85821e-05
0.00298057
0.00179115
-3.04329e-05
0.00308586
0.00175006
-0.000132488
0.00315052
0.00170906
-0.000223115
0.00318472
0.00169919
-0.000289299
0.0031877
0.00169136
-0.000352468
0.0031465
0.00174085
-0.00037848
0.00308435
0.00163224
-0.000389237
0.00299388
0.00155548
-0.00033841
0.00292365
0.00139289
-0.000286284
0.00288178
0.00119657
-0.00019612
0.00288514
0.000939153
-0.000110249
0.00292074
0.000820464
-3.12181e-05
0.00301252
0.000595676
4.37272e-05
0.00308354
0.000638289
9.7768e-05
0.00315904
0.000488027
0.000143599
0.0031845
0.000611654
0.000147601
0.00316773
0.000549596
0.000143883
0.00309387
0.00067508
0.000118783
0.00298715
0.000481481
9.14314e-05
0.00286869
0.000478429
6.60297e-05
0.00274988
0.000143836
3.64043e-05
0.00266518
6.93538e-05
9.62575e-06
0.00247425
-0.000498714
-8.52319e-05
0.00212525
-0.0010301
-0.000118753
0.00114835
-0.00305799
-0.000300554
0.000270421
-0.00832878
-6.58648e-05
-0.0161093
0.000163936
-0.000737364
0.00136153
0.000256281
-0.0007829
0.00151662
0.000440669
-0.000726855
0.00178281
0.000601724
-0.000507343
0.00182095
0.000762196
-6.2715e-05
0.00175831
0.000859271
0.000374978
0.00174083
0.000908615
0.000899595
0.00170571
0.00088847
0.00135161
0.001682
0.000850648
0.00177042
0.00160221
0.000759335
0.00213547
0.00154731
0.000669852
0.00245573
0.00148881
0.000564817
0.00272701
0.00142641
0.000453662
0.00295194
0.00137052
0.000344631
0.00314101
0.0013187
0.000230868
0.00329276
0.00130411
0.000124096
0.00340813
0.00129291
2.53571e-05
0.00348749
0.00131028
-5.71424e-05
0.00351603
0.00135581
-0.000133139
0.00349508
0.00145514
-0.000175582
0.00347794
0.00135049
-0.000195873
0.00346716
0.00127505
-0.000171697
0.00347845
0.00110737
-0.000130192
0.00353887
0.000893622
-4.96186e-05
0.00364424
0.000619917
3.32729e-05
0.00377196
0.000507439
0.000116529
0.00393813
0.000289506
0.000167063
0.00407195
0.00038876
0.000223685
0.00416924
0.000287238
0.000268327
0.00426188
0.000445865
0.000263525
0.00430022
0.00045219
0.00026335
0.00431656
0.000623932
0.000219671
0.00427111
0.00049671
0.000191789
0.00425499
0.000475952
0.000151172
0.0042021
0.00018497
0.00010172
0.00419375
5.68157e-05
0.000106018
0.00407471
-0.000374481
-1.1651e-05
0.00392303
-0.000894997
-1.76896e-05
0.00315752
-0.00223086
-0.00024648
0.0018912
-0.00692966
-0.000159477
-0.0142757
0.000194719
-0.00182348
0.00318729
0.000664378
-0.0019159
0.00159426
0.000925457
-0.0017213
0.00152844
0.00101815
-0.00113142
0.00113579
0.0011011
-0.000457697
0.000955661
0.00117348
0.000250422
0.00087439
0.00119046
0.000933243
0.000835709
0.00117644
0.00158597
0.000822238
0.00112596
0.00217246
0.000789825
0.00103391
0.00270451
0.000770906
0.000939567
0.00318154
0.000748931
0.000831633
0.00360462
0.000719431
0.000720903
0.00397903
0.000689588
0.000606871
0.00431277
0.000659995
0.000492682
0.00461835
0.000664567
0.00038647
0.00488794
0.000681401
0.00028662
0.00513769
0.000711743
0.000201332
0.00538322
0.000749546
0.000130351
0.00563487
0.000852507
6.48687e-05
0.00587344
0.000787843
-5.10928e-07
0.00614318
0.000697332
-2.09156e-05
0.00638934
0.000570265
-8.43062e-06
0.00661473
0.000400447
4.00949e-05
0.00679642
0.000193027
0.000106441
0.00697515
0.000130261
0.000155233
0.00711112
-3.08259e-05
0.000230933
0.00730415
3.51992e-05
0.000289586
0.00740102
4.11704e-05
0.00036383
0.00755723
0.000162275
0.000373656
0.00766295
0.000229594
0.000401292
0.00784725
0.000352199
0.000365279
0.00794748
0.000333033
0.00031825
0.00808065
0.000291097
0.00028233
0.00810432
0.000130541
0.000213163
0.00814521
-2.4577e-05
0.000211632
0.00806657
-0.000301441
0.000109334
0.00788468
-0.000736875
0.000137577
0.0072918
-0.0016518
1.94233e-05
0.00491273
-0.00444211
-0.000105073
-0.00945989
0.000278141
0.00317461
0.000410733
0.00474043
0.000528582
0.00621644
0.00061151
0.00727634
0.000671215
0.00813401
0.000715805
0.00888216
0.000762064
0.00957297
0.000770821
0.0102304
0.000776184
0.0108387
0.000744913
0.011409
0.000701087
0.0119386
0.000639138
0.0124172
0.000565722
0.0128445
0.000483744
0.0132232
0.000391825
0.0135892
0.000300747
0.0139615
0.000224528
0.0143503
0.000147286
0.0147706
6.35174e-05
0.0153037
4.5386e-07
0.0157961
-7.45791e-05
0.0162149
-0.000115943
0.0165257
-0.000122459
0.0166865
-0.000103733
0.0166632
-6.08782e-05
0.0165954
7.66574e-06
0.0163823
7.61113e-05
0.0162575
0.000150612
0.0161472
0.000237215
0.0161624
0.000299839
0.0162574
0.000334778
0.0164905
0.000343472
0.0167305
0.000308501
0.0169383
0.000294041
0.0170129
0.000223456
0.0169365
0.000220651
0.0165909
0.000163288
0.0158318
0.000141369
0.0140863
0.000223025
0.00962735
0.000105936
0.000388591
3.05418e-05
-2.49858e-05
3.84903e-05
8.23691e-05
-4.28629e-05
4.6439e-05
0.000130065
-3.60908e-05
5.1018e-05
0.00016032
-1.64462e-05
5.08785e-05
0.000179312
-5.50478e-06
5.46462e-05
0.000187132
7.00307e-06
5.85834e-05
0.00018521
1.73161e-05
6.66721e-05
0.000178446
1.79899e-05
7.49256e-05
0.000168946
1.84652e-05
7.84136e-05
0.000144757
3.44692e-05
7.4618e-05
8.55117e-05
6.58089e-05
6.64297e-05
-1.79397e-06
9.88132e-05
5.09283e-05
-0.000114888
0.000128793
4.22942e-05
-0.000246312
0.000158431
4.58498e-05
-0.000406265
0.000188316
6.18648e-05
-0.000597062
0.000213415
9.72206e-05
-0.000800989
0.000238629
0.000117406
-0.00103118
0.000277586
0.000147744
-0.00130316
0.000333815
0.000213266
-0.00165341
0.000400586
0.000294594
-0.0020005
0.00042269
0.000400444
-0.00223978
0.000350656
0.000652907
-0.00240026
0.000258781
0.000873518
-0.00244324
0.000122443
0.00110949
-0.00235897
-4.62698e-05
0.00134954
-0.00215805
-0.000199418
0.00156925
-0.0018559
-0.000319096
0.00175337
-0.00146822
-0.000404481
0.00188059
-0.00100223
-0.000455264
0.00192336
-0.000528011
-0.000430434
0.00190019
-5.35137e-05
-0.000363639
0.00174328
0.000291323
-0.000203903
0.00152118
0.000516581
-6.17612e-05
0.00119612
0.000529335
0.000158324
0.000851124
0.000421957
0.000262397
0.000535056
0.000284661
0.000252146
0.000330734
0.000158107
0.000203092
0.000218112
6.2551e-05
0.000147071
0.000164226
8.50028e-06
9.98064e-05
0.000122522
4.30115e-05
8.62219e-05
5.40355e-05
-6.89369e-05
5.18146e-05
0.000129255
-0.000100523
8.39721e-05
0.000189729
-7.51055e-05
0.000101443
0.000211306
-1.81999e-05
0.000108425
0.000195941
2.91602e-05
0.00011016
0.00014624
7.38494e-05
0.000117478
6.29785e-05
0.000117408
0.000128331
-8.57082e-05
0.000174067
0.000140909
-0.000321336
0.000253828
0.000149252
-0.000610965
0.000340326
0.000148847
-0.000953903
0.000433763
0.000162285
-0.00135265
0.000526657
0.000199198
-0.0017942
0.000609429
0.000253412
-0.00225828
0.00067433
0.000330109
-0.00272443
0.000712299
0.00044027
-0.00317432
0.000723131
0.000590763
-0.00360193
0.000716155
0.000776394
-0.00397853
0.00068757
0.000974847
-0.00428447
0.000654443
0.00118927
-0.00450107
0.000593604
0.00137604
-0.0045933
0.000495676
0.00155665
-0.00459903
0.000303116
0.00174722
-0.00451465
0.000110269
0.00186491
-0.00436573
-0.000142426
0.00202813
-0.00413989
-0.000431372
0.00219823
-0.00381799
-0.000687226
0.00231589
-0.00340073
-0.000896804
0.00240073
-0.00289813
-0.00104612
0.00243242
-0.00232522
-0.00112301
0.00239286
-0.00170052
-0.0010912
0.00229232
-0.00104995
-0.00096559
0.00208413
-0.000466791
-0.000668166
0.00184107
-4.78148e-06
-0.00034658
0.00151947
0.00031939
9.92648e-06
0.00118988
0.000448204
0.000326295
0.000856593
0.000410869
0.000451286
0.00060127
0.000299441
0.000448085
0.00042346
0.000171192
0.000384915
0.000308482
6.43957e-05
0.000289649
0.000211069
0.000149783
0.000121957
5.77972e-05
-0.000112339
7.70899e-05
0.000125271
-0.000143014
0.000134534
0.000151493
-7.23583e-05
0.00016717
0.000123194
3.98438e-05
0.000170383
2.63774e-05
0.000151102
0.000184732
-0.000145769
0.000264756
0.000196668
-0.000406531
0.000393849
0.000219833
-0.000749322
0.000536809
0.000240751
-0.00117494
0.000694987
0.000268976
-0.00167134
0.000858279
0.000298809
-0.00220419
0.00100745
0.000331481
-0.00273881
0.00111752
0.000391709
-0.00324885
0.00118652
0.000481957
-0.00372127
0.00121397
0.000599065
-0.0041335
0.00118988
0.000744288
-0.00449504
0.00113184
0.000905274
-0.00479981
0.00105018
0.00106651
-0.00503761
0.000928114
0.00123112
-0.00519565
0.000793036
0.00139046
-0.00524722
0.000601444
0.00149531
-0.00519237
0.000405302
0.00156167
-0.00510746
0.000176701
0.00162407
-0.00498149
-8.37588e-05
0.00166423
-0.00480493
-0.000423028
0.00170807
-0.00461081
-0.000747693
0.00175698
-0.00436481
-0.00105652
0.00178204
-0.00405448
-0.00131535
0.00178862
-0.00367027
-0.00151618
0.00176089
-0.0032101
-0.00163274
0.00169049
-0.00268354
-0.00162495
0.00159544
-0.0020947
-0.00149489
0.00145077
-0.00145865
-0.001188
0.0013133
-0.000843561
-0.000791173
0.00113086
-0.000365323
-0.000295894
0.000989937
-1.09484e-05
0.000134388
0.000818662
0.000126936
0.000475628
0.000641778
0.000158566
0.000570945
0.000503877
0.000112633
0.000564089
0.000393465
4.77325e-05
0.000457055
0.000270883
0.00024828
0.000130367
4.30191e-05
-0.000139146
0.000115314
6.13724e-05
-0.000134308
0.000204977
1.95268e-05
3.69194e-06
0.000239039
-0.000103696
0.00019354
0.000248554
-0.000326061
0.000398378
0.000258071
-0.000646054
0.000603397
0.000277148
-0.00106555
0.000828453
0.000304276
-0.00156549
0.00105132
0.000335813
-0.00210608
0.00126245
0.000357829
-0.00263913
0.00143357
0.000398036
-0.00313017
0.00155744
0.000446898
-0.0035655
0.00162101
0.000515953
-0.0039418
0.00163082
0.000592139
-0.00423822
0.00158089
0.000682537
-0.00447832
0.00148658
0.000779778
-0.00467362
0.00136801
0.000868807
-0.00482564
0.00122553
0.000955791
-0.00493361
0.00104313
0.00102452
-0.00499766
0.000846126
0.00107662
-0.00500062
0.000584429
0.00106948
-0.00494124
0.000365376
0.00102676
-0.00488154
0.000111098
0.00101457
-0.00479461
-0.000180753
0.000967935
-0.00468039
-0.00054537
0.00093113
-0.00457223
-0.00085945
0.000918991
-0.00443562
-0.00118462
0.000897651
-0.00424404
-0.00148415
0.000885002
-0.00398319
-0.0017375
0.000869524
-0.00363961
-0.00191869
0.000855672
-0.00321916
-0.00198158
0.000842799
-0.00272726
-0.00191041
0.00082493
-0.00215941
-0.00165811
0.000804386
-0.0015354
-0.00126319
0.000756967
-0.000964178
-0.000690936
0.000719492
-0.000489157
-0.000172825
0.000687245
-0.000182295
0.000333979
0.000612937
-3.82958e-05
0.000582808
0.00053251
7.6979e-06
0.000658846
0.000435061
7.35833e-06
0.000566626
0.00030121
0.000311231
0.000131176
8.51324e-06
-0.000125558
0.000169633
-4.4349e-05
-4.77562e-05
0.000291032
-0.000183775
0.000179556
0.000339332
-0.000431927
0.000472128
0.000329535
-0.000777629
0.00076708
0.00034293
-0.00120885
0.00105781
0.000350294
-0.00170176
0.00134308
0.000378374
-0.00220981
0.00158816
0.000394838
-0.00268931
0.00178463
0.00041869
-0.00312255
0.00192523
0.000443194
-0.0034903
0.00199626
0.000468512
-0.00378189
0.0019889
0.000501968
-0.00399965
0.00192636
0.000545855
-0.00416116
0.00181096
0.000590093
-0.00429799
0.00168315
0.000626542
-0.00440891
0.00152401
0.000649225
-0.0044976
0.00134782
0.000654905
-0.00457313
0.00114463
0.000642553
-0.00462717
0.00093506
0.000596432
-0.0046469
0.00066222
0.000499447
-0.00462865
0.000436106
0.000381657
-0.00462417
0.000185345
0.000292472
-0.0045814
-0.000101573
0.000191907
-0.00453851
-0.000443542
0.000144933
-0.00447309
-0.000808687
0.000172162
-0.00439838
-0.00116787
0.000183619
-0.00428717
-0.00151404
0.000208247
-0.00411319
-0.00184167
0.00025721
-0.00386418
-0.00210435
0.000312283
-0.00352425
-0.00227469
0.000392963
-0.00310785
-0.00229292
0.000476176
-0.00261213
-0.0021309
0.000567039
-0.00203785
-0.00179872
0.000609938
-0.00139389
-0.00121625
0.000641202
-0.000869409
-0.000549097
0.00064993
-0.000446174
6.8243e-05
0.000642836
-0.000210103
0.000497739
0.000574181
-7.66976e-05
0.000670517
0.000471737
-2.02466e-05
0.000620119
0.00032019
0.000346446
0.000130501
-4.66971e-05
-5.961e-05
0.000243409
-0.000188008
0.000125731
0.000410466
-0.000440463
0.000459224
0.000445204
-0.000788336
0.000843312
0.000420851
-0.0012058
0.00120859
0.000407081
-0.00166023
0.00154084
0.000398418
-0.00212518
0.00183629
0.000412868
-0.00256582
0.00206788
0.000418928
-0.00295848
0.00222935
0.000411274
-0.00327605
0.00230896
0.000407056
-0.00350618
0.00230354
0.000407615
-0.0036725
0.00223333
0.000413539
-0.00380015
0.00212937
0.000414444
-0.00390494
0.00198375
0.000407046
-0.00399585
0.00183375
0.0003844
-0.00407476
0.00165682
0.00033724
-0.00414541
0.00147803
0.000265138
-0.00421013
0.00126486
0.000138543
-0.00425883
0.0010574
1.57203e-05
-0.00429432
0.00077276
-0.000122368
-0.00432077
0.000521153
-0.000231877
-0.0043197
0.000224878
-0.000303043
-0.00431041
-3.59266e-05
-0.000361468
-0.0043153
-0.000351116
-0.000384258
-0.00430814
-0.000735022
-0.000372837
-0.00429256
-0.00112007
-0.000341928
-0.0042557
-0.0015106
-0.000294163
-0.00415481
-0.00190637
-0.000221248
-0.0039884
-0.00225438
-8.32696e-05
-0.00373677
-0.00253157
5.48015e-05
-0.00337559
-0.00268601
0.000211888
-0.0029317
-0.00262053
0.000378652
-0.00241487
-0.00237352
0.000501142
-0.00178499
-0.00186987
0.000601667
-0.00117916
-0.00109801
0.000670662
-0.000668755
-0.00032141
0.000682913
-0.000328862
0.000309698
0.000633366
-0.000142643
0.000624755
0.000520322
-4.09281e-05
0.000631038
0.000347875
0.00036285
0.000138837
-0.000110008
7.352e-05
0.000334664
-0.000343195
0.000385944
0.000534104
-0.000681903
0.000821093
0.000556376
-0.00108159
0.00126811
0.00049556
-0.00150834
0.00166261
0.000465315
-0.00193927
0.0020085
0.000431103
-0.00234706
0.00228344
0.000425753
-0.00269371
0.00246326
0.000382594
-0.00296463
0.0025615
0.00035855
-0.00316294
0.00257962
0.000327398
-0.00331405
0.00253187
0.000299765
-0.00343429
0.00242952
0.000268502
-0.00352553
0.00229559
0.000230225
-0.00360416
0.00212961
0.00017674
-0.00367369
0.00196367
9.31154e-05
-0.0037373
0.00176992
-1.56479e-05
-0.0037977
0.00158352
-0.000127431
-0.0038578
0.00136842
-0.000232704
-0.00391013
0.00117499
-0.000371962
-0.00395656
0.00089001
-0.000509077
-0.0040341
0.000658419
-0.00061164
-0.00407314
0.000307247
-0.000703697
-0.00412066
7.0471e-05
-0.000743897
-0.00415776
-0.000257205
-0.000743912
-0.00418328
-0.000674956
-0.000705494
-0.004198
-0.00109863
-0.00065402
-0.004191
-0.00153562
-0.000588576
-0.00414079
-0.00199191
-0.000506825
-0.00402503
-0.00242631
-0.000397716
-0.00385169
-0.00279586
-0.000250668
-0.00356584
-0.00305227
-5.11209e-05
-0.00317009
-0.00313396
0.00015619
-0.00270167
-0.00297753
0.000364501
-0.00210001
-0.00258606
0.000495234
-0.0014444
-0.00182341
0.000634364
-0.00086618
-0.000871025
0.000695055
-0.000432295
-2.07347e-05
0.000685865
-0.000169105
0.00049116
0.000579547
-4.5091e-05
0.00061158
0.000386519
0.000374857
0.000155799
-0.000171252
0.000265271
0.000414027
-0.000483698
0.000716567
0.00064708
-0.00087184
0.00122569
0.000642313
-0.00128327
0.00170353
0.0005463
-0.00168749
0.00210034
0.000481124
-0.00205832
0.00242242
0.000422553
-0.00236456
0.00263378
0.000383171
-0.00261208
0.00276793
0.000323021
-0.00281379
0.00282775
0.000270559
-0.00296881
0.00280562
0.00021309
-0.00307866
0.0027126
0.000159433
-0.00316411
0.00257699
0.000103173
-0.00322563
0.00241768
3.42601e-05
-0.00329134
0.00223897
-6.35459e-05
-0.00335245
0.00206293
-0.00016324
-0.00340875
0.00186392
-0.00028016
-0.00346345
0.00167241
-0.000406129
-0.00351983
0.00145184
-0.00053955
-0.00357764
0.00125796
-0.000672962
-0.00364196
0.000982377
-0.000811577
-0.00372234
0.000752429
-0.000887701
-0.0038106
0.000377162
-0.000951631
-0.0038985
0.000132147
-0.000965978
-0.0039682
-0.00022205
-0.000944335
-0.00402944
-0.000663013
-0.000898076
-0.0040783
-0.00111492
-0.000847897
-0.00410296
-0.00158351
-0.000785708
-0.00409827
-0.00208007
-0.000707145
-0.00404932
-0.00257238
-0.000608658
-0.00391703
-0.00303064
-0.000472528
-0.00370704
-0.00340153
-0.000298164
-0.00338347
-0.00362011
-7.32415e-05
-0.00293225
-0.00359359
0.000147391
-0.00238266
-0.00331108
0.00034567
-0.00168414
-0.00267002
0.000510367
-0.0010442
-0.00161121
0.000634957
-0.000526822
-0.000523532
0.000694016
-0.000232283
0.000282079
0.000603267
-5.92663e-05
0.000541634
0.00041691
0.000373736
0.000171886
-0.000211959
0.000491408
0.000496273
-0.000569647
0.00108448
0.000750241
-0.000976032
0.00164099
0.000726223
-0.001363
0.00211395
0.000590179
-0.0017142
0.00248999
0.00049454
-0.00200555
0.00276229
0.000409309
-0.00225122
0.0029363
0.000332752
-0.00246111
0.00303937
0.000242891
-0.00261508
0.00304478
0.000167038
-0.00272
0.00296921
9.3865e-05
-0.00280159
0.00284334
2.81295e-05
-0.00286696
0.00269146
-6.3734e-05
-0.00292822
0.00251961
-0.000156082
-0.00298785
0.00233306
-0.000265661
-0.00303686
0.00213476
-0.00038668
-0.00307972
0.00191548
-0.000510333
-0.00312194
0.00170673
-0.000627927
-0.00317644
0.00147858
-0.000735364
-0.00324446
0.00127872
-0.00083607
-0.00333917
0.00101659
-0.000937452
-0.00343821
0.000778076
-0.000996347
-0.00357451
0.000425562
-0.00104763
-0.00368754
0.000145934
-0.00106191
-0.00377772
-0.000232001
-0.00104033
-0.00385274
-0.000691565
-0.00100214
-0.003919
-0.00115487
-0.000964628
-0.00395827
-0.00163611
-0.000919302
-0.00398847
-0.00214773
-0.000863078
-0.00398947
-0.00267312
-0.000762587
-0.00394344
-0.00320578
-0.000640333
-0.00380253
-0.00368717
-0.000491869
-0.00354633
-0.00404334
-0.000313494
-0.00314816
-0.0041839
-8.60037e-05
-0.00263186
-0.00401154
0.000120213
-0.00196656
-0.0035239
0.000315228
-0.00124215
-0.00249953
0.000497453
-0.000632144
-0.00122218
0.000596711
-0.00024425
-7.20409e-05
0.000586607
-5.21584e-05
0.000418696
0.000429607
0.000366454
0.000185481
-0.000231237
0.0007364
0.000549586
-0.00060266
0.00146242
0.000829047
-0.00099745
0.00204482
0.000784422
-0.00135342
0.00250102
0.000615216
-0.00165058
0.00283761
0.000481639
-0.0018933
0.00306533
0.000364439
-0.00209693
0.00320123
0.000258686
-0.00225467
0.0032538
0.00015732
-0.00236859
0.0032084
6.83011e-05
-0.0024499
0.00310015
-2.32646e-05
-0.00251754
0.00295136
-0.000123684
-0.00257573
0.00278016
-0.000215755
-0.00262925
0.00258931
-0.000319085
-0.0026739
0.00237746
-0.000433539
-0.00271104
0.00215312
-0.000550252
-0.0027487
0.00191419
-0.000658572
-0.0027924
0.0016884
-0.000751567
-0.00285717
0.0014557
-0.00083073
-0.00294029
0.00124586
-0.00089875
-0.00305433
0.00100034
-0.00097356
-0.00316503
0.000749844
-0.00102219
-0.00330562
0.000421628
-0.00107087
-0.00343049
0.000117693
-0.00109131
-0.00351453
-0.000296078
-0.00108274
-0.00360101
-0.000733017
-0.00106412
-0.00367475
-0.00119084
-0.00104207
-0.00372938
-0.00166659
-0.00102098
-0.003776
-0.00217189
-0.000965728
-0.00382378
-0.00272001
-0.00088496
-0.00384377
-0.00329637
-0.000775056
-0.00379686
-0.00386121
-0.000640259
-0.00363145
-0.00434748
-0.000489853
-0.00331015
-0.00466607
-0.000311611
-0.00283077
-0.00468493
-8.73169e-05
-0.00220832
-0.00433042
0.00010969
-0.00143279
-0.00345258
0.000300046
-0.000755663
-0.00204731
0.000455557
-0.000279282
-0.000599465
0.000529103
-8.36724e-05
0.000249338
0.00040689
0.000328217
0.000186636
-0.000223282
0.000973118
0.00057826
-0.000583278
0.00182591
0.000881589
-0.000955112
0.00242498
0.000827128
-0.00127195
0.00285274
0.000624434
-0.00152262
0.00314188
0.000461982
-0.00172339
0.00332945
0.000308205
-0.00188581
0.00341817
0.000190798
-0.00200707
0.00342315
7.30742e-05
-0.00209166
0.00333589
-3.56655e-05
-0.00216081
0.00320023
-0.00014428
-0.00222314
0.00303141
-0.000233952
-0.00227796
0.00284029
-0.000334797
-0.00232599
0.0026235
-0.000443676
-0.00236637
0.00238271
-0.00055217
-0.00240075
0.00212941
-0.000653666
-0.00244266
0.00187081
-0.000734953
-0.00249699
0.00163081
-0.0008005
-0.00257319
0.00139408
-0.000853151
-0.00266516
0.00117572
-0.000900522
-0.00277562
0.000936358
-0.000960982
-0.00287407
0.000677422
-0.00100631
-0.00299186
0.000370864
-0.00105748
-0.00311003
6.4658e-05
-0.00108387
-0.00319643
-0.000358992
-0.00109757
-0.00328644
-0.000767952
-0.00109083
-0.00336422
-0.00119978
-0.00108659
-0.00343155
-0.00165501
-0.00107835
-0.00350468
-0.00215354
-0.00103602
-0.003583
-0.00271074
-0.000962159
-0.0036498
-0.0033107
-0.000873312
-0.00367104
-0.00392202
-0.000775392
-0.00360358
-0.00450534
-0.000649881
-0.00339534
-0.00498556
-0.000485572
-0.00299514
-0.00522533
-0.000309631
-0.00242248
-0.00508209
-9.97492e-05
-0.00166782
-0.00438789
0.000102172
-0.000884943
-0.00300411
0.000281274
-0.000310279
-0.00130095
0.000412165
-6.66946e-05
-1.09378e-07
0.000343759
0.000285271
0.000179145
-0.000195883
0.00118795
0.000585354
-0.000526195
0.00216312
0.000915874
-0.000866892
0.00277957
0.000858931
-0.00113989
0.00316795
0.000633964
-0.00135173
0.0034128
0.000437447
-0.00151172
0.00355053
0.00026074
-0.00164313
0.00359735
0.000124426
-0.00173524
0.0035533
-2.70491e-06
-0.0018142
0.00344099
-0.000128699
-0.00188014
0.00328371
-0.000233678
-0.00193732
0.00309563
-0.000332391
-0.00199035
0.00287629
-0.000426337
-0.00203738
0.00262642
-0.000526194
-0.00207689
0.0023532
-0.000621337
-0.00211572
0.00207363
-0.000700206
-0.0021656
0.00179926
-0.000757987
-0.00222925
0.0015472
-0.00080047
-0.00230665
0.00130475
-0.000839238
-0.00238742
0.0010752
-0.000877507
-0.00247212
0.000835363
-0.000932257
-0.00254426
0.000572955
-0.000976324
-0.00263277
0.000289335
-0.00102658
-0.00271953
-1.70893e-05
-0.00105576
-0.00280754
-0.000410967
-0.00108111
-0.00290269
-0.000786149
-0.00108483
-0.00298739
-0.00118545
-0.00110157
-0.00307037
-0.00161462
-0.00108886
-0.00316978
-0.00210084
-0.00105063
-0.00328009
-0.00265397
-0.0009938
-0.00337865
-0.00326075
-0.000936972
-0.00344886
-0.00391454
-0.000840509
-0.00345663
-0.00457283
-0.000721973
-0.00335271
-0.00517579
-0.000582647
-0.00307449
-0.00561085
-0.000411551
-0.00258935
-0.0057075
-0.000242067
-0.00188801
-0.00525773
-5.08265e-05
-0.00104575
-0.00401819
0.000108693
-0.000374927
-0.00208699
0.000268275
-4.95878e-05
-0.000406836
0.000285638
0.000234597
0.000170718
-0.000151572
0.00136366
0.000561603
-0.000438416
0.00246074
0.000919875
-0.000736717
0.0030973
0.000871454
-0.000970077
0.00344669
0.00062877
-0.00114629
0.00364953
0.000408429
-0.00127657
0.00373614
0.000205634
-0.00138623
0.0037439
6.26198e-05
-0.00146571
0.00366288
-8.47621e-05
-0.00153868
0.00352896
-0.000208339
-0.00160465
0.00335306
-0.000305274
-0.0016639
0.00314386
-0.000401482
-0.00171658
0.00289439
-0.000495301
-0.00176295
0.00261053
-0.000585375
-0.0018086
0.00230371
-0.000652296
-0.001855
0.00200082
-0.000709434
-0.00191074
0.00171102
-0.000744743
-0.00197227
0.00144586
-0.000775088
-0.00203406
0.00119218
-0.000806685
-0.00208671
0.000948913
-0.000845266
-0.00213403
0.000705526
-0.00089616
-0.00217308
0.000446446
-0.000940239
-0.00223979
0.000193538
-0.00097872
-0.00230394
-0.000116217
-0.00100654
-0.00240015
-0.00044803
-0.00103233
-0.00249517
-0.000790829
-0.00105232
-0.00258651
-0.00115751
-0.00106219
-0.00269129
-0.00156265
-0.0010577
-0.00281408
-0.00203298
-0.00102408
-0.00294605
-0.00256524
-0.000999806
-0.00308606
-0.0031726
-0.000942641
-0.00320809
-0.00384285
-0.000881606
-0.00327557
-0.00455756
-0.000793325
-0.00324469
-0.00526038
-0.000677472
-0.00306199
-0.00585502
-0.000532976
-0.00266702
-0.00618564
-0.000367395
-0.00204882
-0.0060006
-0.000194278
-0.00121738
-0.00500755
-2.90572e-05
-0.000447005
-0.00301216
0.000126939
-4.14574e-05
-0.000913183
0.000201633
0.000142803
0.000144769
-9.9802e-05
0.00149544
0.00052959
-0.000332469
0.00271133
0.000917326
-0.000586116
0.00337344
0.0008815
-0.00078478
0.00369166
0.000637632
-0.000928396
0.00385665
0.000386927
-0.0010368
0.00390106
0.000165281
-0.00112568
0.00387049
7.95256e-06
-0.00120509
0.00376347
-0.000152646
-0.00127685
0.0036134
-0.000266684
-0.00134315
0.0034193
-0.000365721
-0.00140385
0.00318655
-0.000458159
-0.00146242
0.00290489
-0.000536835
-0.00151583
0.00258658
-0.000610303
-0.00156592
0.00224919
-0.000662181
-0.00161572
0.00191933
-0.000691247
-0.00166492
0.00161073
-0.000711042
-0.00170711
0.0013271
-0.000731667
-0.00173809
0.00105895
-0.000761897
-0.0017561
0.000803116
-0.000800724
-0.00176877
0.000555448
-0.000851185
-0.00179353
0.000313949
-0.000892611
-0.00183495
7.29864e-05
-0.000923976
-0.00190146
-0.000209121
-0.000951387
-0.00199767
-0.000491042
-0.000977036
-0.00209177
-0.000799499
-0.000998383
-0.00219453
-0.00113664
-0.0010106
-0.00231211
-0.0015213
-0.000994129
-0.00244333
-0.00196303
-0.000987055
-0.00259468
-0.00247172
-0.000959034
-0.00275535
-0.00306019
-0.000934349
-0.00291176
-0.0037295
-0.000887657
-0.00303528
-0.00447611
-0.000814283
-0.00308232
-0.00525797
-0.000709143
-0.00299042
-0.00599525
-0.000577055
-0.00270339
-0.00653005
-0.000427067
-0.00216608
-0.00661853
-0.000278162
-0.00138809
-0.00590263
-0.000138274
-0.000550257
-0.00400664
-8.79504e-06
-4.95055e-05
-0.00151014
8.24747e-05
2.81123e-05
7.62234e-05
-4.28208e-05
0.00157804
0.000465167
-0.000211934
0.00290695
0.000874762
-0.000414184
0.00360253
0.00086453
-0.000580523
0.00390245
0.000619093
-0.000699182
0.00403462
0.000357836
-0.000792896
0.00404159
0.000121333
-0.000875729
0.0039829
-4.6787e-05
-0.000955258
0.00386138
-0.000212058
-0.00102702
0.00370057
-0.000322981
-0.00109846
0.00349055
-0.000419508
-0.00116519
0.00323035
-0.000502427
-0.00122964
0.00291867
-0.000574782
-0.00128832
0.00256671
-0.000628732
-0.00134302
0.00219638
-0.00065332
-0.00138749
0.00183724
-0.000662804
-0.00142004
0.00150269
-0.000661969
-0.00143295
0.00119802
-0.000676034
-0.0014264
0.000911031
-0.000702292
-0.00140838
0.000645316
-0.000744668
-0.00139572
0.000395871
-0.000794869
-0.00141964
0.000177252
-0.000839178
-0.00145852
-5.27782e-05
-0.000870634
-0.0015415
-0.000290562
-0.00090017
-0.00163303
-0.000546654
-0.00092065
-0.00173366
-0.000826358
-0.00093565
-0.00184609
-0.00114021
-0.000935985
-0.00196753
-0.00149867
-0.000933105
-0.00210526
-0.00190915
-0.000927999
-0.00225947
-0.00238321
-0.000923307
-0.0024307
-0.00294222
-0.000908758
-0.00260981
-0.00359522
-0.000875274
-0.00277189
-0.00435271
-0.000820093
-0.00287888
-0.00518416
-0.000735001
-0.002868
-0.00603879
-0.000616938
-0.00267148
-0.00676178
-0.00047588
-0.00222771
-0.00711384
-0.000324467
-0.00152051
-0.00668868
-0.000202436
-0.000645022
-0.00500994
-0.000104357
-6.25816e-05
-0.00220417
-8.75074e-06
-0.000103223
8.42126e-06
3.25632e-05
0.00160117
0.000410247
-8.08154e-05
0.00306133
0.00084595
-0.000242422
0.0038096
0.00085983
-0.000382483
0.00409512
0.000623639
-0.000475763
0.00418352
0.000349291
-0.000557247
0.00416386
9.97863e-05
-0.000633052
0.00408242
-8.90762e-05
-0.000711412
0.00395824
-0.000242414
-0.000789281
0.00378763
-0.00035543
-0.000869292
0.00356692
-0.000454155
-0.000944495
0.00328585
-0.000534143
-0.00101769
0.00294309
-0.000595246
-0.00108474
0.00255375
-0.000627225
-0.00114071
0.00214919
-0.000632914
-0.00117442
0.00175794
-0.000623781
-0.00118295
0.00139349
-0.000607191
-0.00116062
0.00106202
-0.000610252
-0.00111666
0.000755941
-0.000633009
-0.00106656
0.000480807
-0.000677365
-0.0010532
0.000242989
-0.000730359
-0.00107189
2.43089e-05
-0.000786699
-0.00113148
-0.000174452
-0.000826968
-0.00121943
-0.000388356
-0.000858943
-0.00132107
-0.000623999
-0.000873405
-0.00142972
-0.000884141
-0.000875966
-0.00154177
-0.00117488
-0.000875541
-0.00166132
-0.00150198
-0.000876527
-0.00179142
-0.00187881
-0.000878085
-0.00194076
-0.00231257
-0.000876633
-0.00211229
-0.0028326
-0.0008706
-0.00230234
-0.00345291
-0.000852567
-0.00249073
-0.00420164
-0.000813338
-0.00264519
-0.00505876
-0.000743196
-0.00270707
-0.0059992
-0.000639339
-0.00260347
-0.00688746
-0.000504125
-0.00224982
-0.00749501
-0.000362537
-0.00161972
-0.00737317
-0.000234071
-0.000750396
-0.0059669
-0.000177049
-6.79906e-05
-0.00300959
-0.000112374
-0.000254836
-8.09435e-05
0.000106302
0.00156287
0.000309257
6.5467e-05
0.00316836
0.000763463
-3.59175e-05
0.00398047
0.000806602
-0.000152935
0.0042773
0.00059099
-0.000246623
0.00433868
0.000320394
-0.000329259
0.0042963
5.44858e-05
-0.00041012
0.00418742
-0.000131818
-0.000487792
0.00404564
-0.000287278
-0.000572313
0.00387047
-0.000399509
-0.000658717
0.00363481
-0.000496003
-0.000740255
0.0033306
-0.000573339
-0.000815027
0.00295953
-0.000622395
-0.00088361
0.00253915
-0.000630509
-0.000941729
0.00210828
-0.000609942
-0.000966668
0.0016868
-0.000572917
-0.00095052
0.0012943
-0.000545808
-0.000897962
0.000934177
-0.000530807
-0.000822507
0.000611407
-0.000548027
-0.000753717
0.000325979
-0.000592868
-0.000727201
8.72483e-05
-0.000656926
-0.000763275
-0.000115041
-0.000737179
-0.000846162
-0.000295891
-0.000792387
-0.000951837
-0.00050265
-0.000827598
-0.00106816
-0.000725866
-0.000835292
-0.00118021
-0.000969841
-0.000837173
-0.00128806
-0.00123965
-0.000834016
-0.00139679
-0.00153724
-0.000827712
-0.00151497
-0.00187792
-0.00082777
-0.00165199
-0.00226695
-0.000829337
-0.00181399
-0.00274066
-0.000833258
-0.00200482
-0.00331349
-0.000828992
-0.00220966
-0.00403381
-0.000808867
-0.00239979
-0.004893
-0.000758368
-0.0025188
-0.00589456
-0.000668236
-0.00249815
-0.00691687
-0.000539245
-0.00223978
-0.00776689
-0.000389708
-0.00168618
-0.00795909
-0.000255169
-0.000843034
-0.00686719
-0.000198327
-9.72013e-05
-0.00387771
-0.000146438
-0.000431524
-0.000150471
0.000151756
0.00149115
0.00024732
0.000167011
0.00323427
0.000739956
0.0001108
0.00411427
0.000811877
4.6018e-05
0.00442981
0.000596728
-1.69609e-05
0.00447161
0.000324918
-7.01434e-05
0.00440793
3.2821e-05
-0.000160545
0.0042905
-0.000142323
-0.000247796
0.00412883
-0.00030309
-0.000336862
0.00393924
-0.000416489
-0.000426584
0.00368907
-0.000513704
-0.000512707
0.00335885
-0.000580411
-0.00059613
0.00296484
-0.000618868
-0.00067836
0.00252766
-0.000611834
-0.000750962
0.00208052
-0.000575945
-0.000775571
0.00163282
-0.000517975
-0.000743778
0.00121064
-0.000469329
-0.00066364
0.000820982
-0.000444086
-0.000563334
0.000479731
-0.000456684
-0.000480155
0.00018627
-0.000504014
-0.000443361
-6.31551e-05
-0.000586358
-0.000496582
-0.000255027
-0.000692237
-0.000601516
-0.000434284
-0.000766336
-0.000730596
-0.000635571
-0.000808535
-0.000854575
-0.000852892
-0.000816881
-0.00096589
-0.00108402
-0.000811183
-0.00106523
-0.00133572
-0.000795568
-0.00115846
-0.0016063
-0.000780124
-0.00125547
-0.00191206
-0.000772225
-0.00137084
-0.00225349
-0.000773656
-0.00151468
-0.00267282
-0.000783986
-0.00169483
-0.0031859
-0.000794827
-0.00190418
-0.00385686
-0.00079566
-0.00212259
-0.00468957
-0.000770755
-0.0022977
-0.00571978
-0.000703599
-0.00236047
-0.00684538
-0.000587601
-0.0022079
-0.00791263
-0.000435001
-0.0017552
-0.00842105
-0.000292818
-0.000965597
-0.00768718
-0.000220783
-0.000153023
-0.00476664
-0.00022051
-0.000657021
-0.000215781
0.00019046
0.00135983
0.000121699
0.000259236
0.00324831
0.000638341
0.000252351
0.00420974
0.000742844
0.000223165
0.00454102
0.000571517
0.000192623
0.00458913
0.000288647
0.000147248
0.00450826
1.62122e-06
7.23931e-05
0.00438507
-0.000176958
-1.46283e-05
0.00420358
-0.000338387
-0.000106373
0.00398846
-0.000450697
-0.000193445
0.00371465
-0.000543615
-0.000287136
0.00337437
-0.00060151
-0.000390537
0.00297673
-0.000627625
-0.000488679
0.00253051
-0.000604941
-0.000574481
0.00207573
-0.000550585
-0.000601217
0.00160505
-0.000461123
-0.000556135
0.00115341
-0.000385424
-0.00045902
0.000739197
-0.000343749
-0.000346608
0.000381393
-0.000349215
-0.000241828
6.62877e-05
-0.000398381
-0.000193104
-0.00019633
-0.000495988
-0.000255835
-0.000397123
-0.000632736
-0.000391888
-0.000585174
-0.000738454
-0.000541095
-0.000792388
-0.000789298
-0.000673492
-0.00100694
-0.000793227
-0.000783167
-0.00122556
-0.000776822
-0.000874285
-0.00145807
-0.000752973
-0.000951378
-0.00170262
-0.000728122
-0.00102521
-0.00197621
-0.00071606
-0.0011138
-0.00227125
-0.000716159
-0.00123093
-0.0026349
-0.000731244
-0.00138908
-0.0030803
-0.000753822
-0.00158475
-0.00368801
-0.000774928
-0.00180806
-0.00446676
-0.000778164
-0.00202036
-0.00548431
-0.000739702
-0.00216275
-0.00666329
-0.000646868
-0.00212755
-0.00790751
-0.000498301
-0.00180518
-0.0087197
-0.000340677
-0.00109985
-0.0083973
-0.000237092
-0.000244415
-0.00566719
-0.000232416
-0.000963525
-0.0002531
0.000192799
0.00121842
0.000120764
0.000312553
0.00322419
0.000620781
0.000355159
0.00425759
0.000758071
0.000357499
0.0046256
0.000602961
0.000347958
0.0046863
0.000324104
0.000303087
0.00459557
2.93845e-05
0.000254188
0.00445367
-0.000165866
0.000204823
0.00425479
-0.000335523
0.000132492
0.00402211
-0.000435901
2.74911e-05
0.00374349
-0.000519789
-8.83314e-05
0.0033944
-0.000578267
-0.00019951
0.00298218
-0.000605549
-0.000320462
0.00253584
-0.000583523
-0.000441395
0.00208184
-0.000529475
-0.000483922
0.00159221
-0.000420232
-0.000425235
0.00111444
-0.00031706
-0.000307235
0.000677706
-0.000257107
-0.000176644
0.000301653
-0.000261314
-6.40823e-05
-3.93573e-05
-0.000303835
-1.55327e-05
-0.000316863
-0.000402217
-6.33094e-05
-0.00056136
-0.000570189
-0.000213673
-0.000760446
-0.000702356
-0.000376176
-0.000970439
-0.000752914
-0.00051049
-0.00117879
-0.000746505
-0.000614881
-0.00138359
-0.000719939
-0.00069287
-0.00159606
-0.000683311
-0.000749168
-0.00181525
-0.000648192
-0.000797034
-0.00205756
-0.000630376
-0.000858191
-0.0023089
-0.000631884
-0.000946655
-0.00261939
-0.000653423
-0.00107728
-0.00299519
-0.000688787
-0.00125202
-0.00352776
-0.000732331
-0.00146911
-0.00423003
-0.000766574
-0.00170377
-0.00519455
-0.000766627
-0.00191129
-0.00637543
-0.000705599
-0.00199475
-0.00773919
-0.000570697
-0.00183321
-0.00881776
-0.000409344
-0.00127054
-0.00893337
-0.000274851
-0.000401423
-0.00655386
-0.000249924
-0.00139284
-0.00029456
0.000158411
0.0010949
5.57628e-05
0.000327753
0.00314028
0.000525518
0.000444821
0.00422544
0.00068949
0.000501272
0.00464057
0.000584104
0.000520243
0.00472243
0.000334761
0.000489967
0.00463656
4.46108e-05
0.000451117
0.00449051
-0.000166863
0.00039207
0.00428409
-0.000337086
0.000317841
0.00404219
-0.000460352
0.000227723
0.00373462
-0.000543942
0.00011098
0.00337925
-0.000591258
-2.96698e-05
0.00297535
-0.000611802
-0.00018255
0.00253289
-0.00058844
-0.000338866
0.00207363
-0.000533461
-0.000399047
0.00157654
-0.000388598
-0.000325188
0.00108038
-0.000239538
-0.000194314
0.000634768
-0.000160681
-3.70958e-05
0.000230525
-0.000159553
8.48938e-05
-0.000120354
-0.000202055
0.000141635
-0.000414979
-0.00029356
9.613e-05
-0.000705336
-0.000464965
-5.97225e-05
-0.000935842
-0.000620652
-0.000227975
-0.00115034
-0.000668717
-0.000360765
-0.00133672
-0.000655292
-0.000458873
-0.00152566
-0.000623904
-0.00053019
-0.00172212
-0.000588801
-0.000567448
-0.00192262
-0.00054498
-0.000590952
-0.00214033
-0.000522726
-0.000629297
-0.0023539
-0.000523551
-0.000694492
-0.00262131
-0.000547323
-0.000792596
-0.0029405
-0.00058544
-0.000926147
-0.00340221
-0.000635348
-0.00110096
-0.00401682
-0.000686616
-0.00131814
-0.0048906
-0.000715422
-0.00156901
-0.00600003
-0.000695084
-0.00176626
-0.00740823
-0.000595037
-0.00178534
-0.00869324
-0.000444152
-0.00141381
-0.0092472
-0.000311395
-0.000605956
-0.00735332
-0.000250967
-0.00202084
-0.000285479
0.000125823
0.00100167
7.29413e-05
0.000330173
0.00302034
0.000490379
0.000501456
0.00414308
0.000661141
0.000605705
0.00460992
0.000586982
0.000654487
0.00471762
0.000372233
0.000652644
0.00464509
8.01332e-05
0.000633621
0.00449606
-0.000137307
0.000586188
0.00428706
-0.000307847
0.000514025
0.00403463
-0.000437898
0.000412972
0.0037277
-0.000524704
0.000278567
0.00336793
-0.000575267
0.000131328
0.00295188
-0.000598627
-3.76649e-05
0.00250155
-0.000582269
-0.000240109
0.00201268
-0.000536422
-0.000326822
0.00151266
-0.000362714
-0.000237622
0.00103332
-0.000161427
-6.91686e-05
0.000594383
-5.68181e-05
8.12391e-05
0.000180159
-4.04906e-05
0.000211063
-0.000180808
-8.74542e-05
0.000279881
-0.000483184
-0.00018049
0.000253365
-0.000803386
-0.000300789
9.62526e-05
-0.00107037
-0.000472618
-6.55401e-05
-0.00128404
-0.000513314
-0.000185331
-0.00144301
-0.000502962
-0.000283488
-0.00162373
-0.000481068
-0.000347405
-0.00180756
-0.000448031
-0.000369555
-0.00199233
-0.000406814
-0.000372968
-0.00219043
-0.000389797
-0.000397299
-0.00237579
-0.000405379
-0.000458441
-0.00260703
-0.000446181
-0.000555943
-0.0028795
-0.000498554
-0.000683289
-0.00328242
-0.000559187
-0.000845374
-0.00381624
-0.000619227
-0.00102521
-0.00461811
-0.000656268
-0.00124554
-0.00563889
-0.000632736
-0.00147297
-0.00701544
-0.000549815
-0.00162089
-0.00841183
-0.000415595
-0.00142469
-0.00934939
-0.000287476
-0.000750554
-0.00800482
-0.000223868
-0.00279342
-0.000237194
0.000116252
0.000916972
4.22669e-05
0.00034669
0.00287017
0.000404679
0.000556009
0.00402383
0.000579041
0.000696443
0.00454332
0.000541523
0.000771917
0.00468449
0.00035852
0.000791281
0.00462947
9.09385e-05
0.0007792
0.00448213
-0.000119473
0.00073357
0.00427695
-0.000294544
0.00065453
0.00402169
-0.000432991
0.000539355
0.00371437
-0.00052605
0.000393684
0.00334998
-0.000576246
0.000238962
0.00291681
-0.000596867
6.98691e-05
0.00244457
-0.000572018
-0.000142795
0.00192603
-0.000509477
-0.000229333
0.00145787
-0.000283615
-0.000126831
0.00103853
-5.03941e-05
6.28874e-05
0.000623341
0.000109575
0.000195646
0.000205612
0.000127588
0.000308159
-0.000192975
9.29301e-05
0.000368172
-0.00048174
1.72515e-05
0.000335611
-0.000787797
-8.5884e-05
0.000230369
-0.00104998
-0.000179882
0.000110608
-0.00120913
-0.000204286
-3.60435e-07
-0.00137814
-0.000245648
-8.56607e-05
-0.00161112
-0.000246729
-0.000144754
-0.00180688
-0.000239598
-0.000153702
-0.00199094
-0.000198562
-0.000142312
-0.00218402
-0.000192103
-0.000152332
-0.00235206
-0.000223859
-0.000204161
-0.00256659
-0.000287631
-0.000298466
-0.00280178
-0.000354345
-0.000416779
-0.00316083
-0.000422613
-0.000567545
-0.00361801
-0.000487774
-0.000760402
-0.00432514
-0.000549076
-0.00100884
-0.00524526
-0.000557958
-0.00126663
-0.00658037
-0.000476325
-0.00147776
-0.00805286
-0.000346836
-0.00140503
-0.00933204
-0.000219696
-0.000839268
-0.00853069
-0.000177663
-0.00364762
-0.000213144
0.00011127
0.000832763
4.07455e-05
0.000362284
0.00269567
0.000343131
0.000604063
0.00387124
0.000516511
0.000776828
0.00444631
0.000504983
0.000877482
0.0046287
0.000350408
0.000915836
0.00459764
0.000122408
0.000913718
0.00445763
-9.97931e-05
0.00087049
0.00425872
-0.000277151
0.000787029
0.00401146
-0.000417353
0.000654485
0.00371262
-0.000510813
0.0004779
0.00336378
-0.000548517
0.000297132
0.00294589
-0.000535822
0.00012661
0.00247982
-0.000461559
-4.23616e-05
0.00198269
-0.000324595
-8.03469e-05
0.00156328
-6.45149e-05
1.29432e-05
0.00118806
0.000177289
0.000178832
0.000789226
0.000344884
0.000321679
0.000395738
0.000376405
0.000411155
-2.64783e-05
0.00034198
0.00048699
-0.000337324
0.000280238
0.000494213
-0.000606426
0.000212689
0.00044945
-0.000830031
9.48703e-05
0.000330893
-0.000971758
6.77645e-06
0.000157592
-0.0011794
-6.77891e-05
6.37646e-05
-0.00143833
-3.20679e-05
1.57296e-05
-0.00166097
-1.64333e-05
2.56267e-05
-0.00185746
1.82381e-05
5.5271e-05
-0.00205654
2.114e-05
4.70531e-05
-0.00223628
-4.29806e-05
-8.7297e-06
-0.00246333
-0.000131462
-0.000101916
-0.00269256
-0.000219447
-0.000208417
-0.00302911
-0.000295154
-0.000358688
-0.00341876
-0.000357869
-0.000529792
-0.00405929
-0.000409476
-0.000751679
-0.00488918
-0.000416522
-0.00100302
-0.00617075
-0.000345337
-0.0012328
-0.00768888
-0.000222063
-0.00122814
-0.0092456
-0.000100848
-0.000781535
-0.0089353
-7.49903e-05
-0.00443532
-0.000142789
0.000108534
0.000747309
2.28742e-05
0.000373319
0.00250013
0.000270972
0.000643601
0.00368735
0.000440115
0.000847854
0.00431739
0.000452379
0.000973926
0.00454949
0.000327099
0.00102897
0.00455119
0.000124358
0.00103425
0.00442686
-8.98321e-05
0.00099202
0.00423888
-0.000265769
0.000901247
0.00400712
-0.000404958
0.000752524
0.00373484
-0.000493675
0.000544027
0.00343251
-0.000514375
0.000335887
0.00308046
-0.000456465
0.000184451
0.00267742
-0.000305218
9.05134e-05
0.00224475
-9.15981e-05
8.73815e-05
0.00187072
0.000168795
0.000152911
0.00150944
0.000373232
0.000308603
0.00112016
0.000537138
0.000466498
0.000730343
0.000585437
0.000558407
0.000347024
0.000592274
0.000662433
-9.57001e-06
0.000532853
0.000717939
-0.000292248
0.000446905
0.00069334
-0.000567326
0.000281241
0.000494309
-0.000782152
9.67128e-05
0.000282712
-0.000996807
1.83457e-05
0.000221118
-0.00119002
0.000132968
0.000202543
-0.00140776
0.000170761
0.000243063
-0.00161643
0.000219001
0.000292482
-0.00183055
0.000201476
0.000287516
-0.00203228
0.000129862
0.00019542
-0.00227895
5.04624e-05
6.39668e-05
-0.00250754
-4.20474e-05
-6.93359e-05
-0.00282586
-0.000138639
-0.000199423
-0.00317772
-0.000227831
-0.000380457
-0.0037564
-0.000285303
-0.00060906
-0.00451222
-0.00030463
-0.000856486
-0.00575907
-0.00024679
-0.00108541
-0.00731948
-0.000131384
-0.00110437
-0.00914729
1.72431e-05
-0.000708143
-0.009294
4.45765e-05
-0.00513665
-6.10546e-05
0.000100116
0.000668268
1.93528e-05
0.000372237
0.0022904
0.000216904
0.000664585
0.00347782
0.000378576
0.00090083
0.00415673
0.000411
0.00105883
0.00444016
0.000315013
0.00113873
0.00448261
0.000136076
0.00116009
0.00438223
-7.28106e-05
0.00112769
0.00420754
-0.000244236
0.00104121
0.00399184
-0.000386255
0.000894691
0.00374777
-0.000477904
0.00067708
0.00349129
-0.000504106
0.000447253
0.00321931
-0.000429622
0.000294364
0.00290848
-0.000245368
0.000217675
0.00256991
1.00868e-05
0.000231961
0.00226256
0.000261193
0.000287536
0.00193124
0.000450263
0.000433231
0.00156598
0.000634075
0.000597818
0.00119257
0.000703966
0.000717695
0.000810382
0.00073984
0.000819076
0.000444451
0.000690103
0.00090329
0.000125379
0.00059446
0.000891694
-0.000177682
0.000430172
0.00069057
-0.000466909
0.000235734
0.000486869
-0.000712024
0.000151858
0.00041009
-0.000849224
0.000268912
0.000393555
-0.00105335
0.000321689
0.000437746
-0.00126034
0.000367334
0.000480942
-0.0015
0.00034355
0.000469638
-0.00173522
0.000275185
0.000381457
-0.00201652
0.000185959
0.000209097
-0.00225849
0.000115726
4.37194e-05
-0.00258752
3.57087e-05
-0.000123032
-0.00290527
-5.26568e-05
-0.000293323
-0.00344834
-0.000142918
-0.000500858
-0.00412837
-0.000197778
-0.000743095
-0.00534285
-0.000154895
-0.000982922
-0.00694228
-3.83428e-05
-0.00102172
-0.00904307
0.000123303
-0.000650279
-0.00964268
0.000159534
-0.00578048
6.49055e-05
9.06601e-05
0.000588193
1.58203e-05
0.000361081
0.00207515
0.000161769
0.000675027
0.00324184
0.000313781
0.00093573
0.00397241
0.000360599
0.00112405
0.00430298
0.000293294
0.00123305
0.00438799
0.00013808
0.00127648
0.00431603
-6.33852e-05
0.00126257
0.00415619
-0.00022541
0.00119087
0.00395296
-0.000371695
0.00106044
0.00372252
-0.000474202
0.00086199
0.0034903
-0.000515918
0.000623097
0.0032629
-0.000464885
0.000471271
0.00304462
-0.000282854
0.000418949
0.00281358
-4.14337e-05
0.000428708
0.00257563
0.000187641
0.000455408
0.00229317
0.000363906
0.000591737
0.001987
0.000566298
0.000763808
0.00163788
0.000665966
0.000886725
0.00126992
0.00071318
0.000979973
0.000873718
0.000659029
0.00103914
0.000534917
0.000608698
0.00104458
0.000201414
0.00048241
0.000914116
-9.68746e-05
0.000339358
0.000744369
-0.000339227
0.000255748
0.000636012
-0.000501321
0.000292374
0.000587648
-0.000697789
0.000337904
0.000617102
-0.000897776
0.000394045
0.000646507
-0.00115647
0.000384273
0.000640297
-0.00140772
0.000332105
0.000572983
-0.00171818
0.000259705
0.000428615
-0.0019739
0.000188028
0.00022189
-0.00229986
0.000128649
1.07455e-05
-0.00258526
4.37763e-05
-0.000211746
-0.00308673
-4.60054e-05
-0.000433623
-0.00370347
-0.000143982
-0.000696074
-0.00488988
-0.000119899
-0.000960262
-0.00653168
-1.54374e-05
-0.00104241
-0.0088942
0.000158513
-0.000694427
-0.00998032
0.000225202
-0.00648193
0.000135042
8.11909e-05
0.000507518
1.84757e-05
0.000338146
0.00186218
0.000124469
0.000667599
0.00298473
0.000262288
0.000953161
0.00376142
0.000322626
0.00117092
0.004141
0.000279062
0.00131294
0.00426639
0.000151668
0.00138157
0.00422881
-3.30221e-05
0.00139462
0.00408661
-0.000187961
0.00134818
0.00389943
-0.000330888
0.00124516
0.0036789
-0.000440088
0.00108499
0.00346377
-0.000494187
0.000881028
0.00325844
-0.000479353
0.000744293
0.00309341
-0.000342394
0.000702696
0.00292999
-0.000150799
0.000699008
0.00274188
2.57321e-05
0.000695445
0.00250903
0.000168951
0.000793508
0.00226649
0.000363185
0.00093895
0.00196543
0.000479161
0.00106798
0.00161384
0.000550913
0.00115772
0.00118811
0.000528384
0.00120593
0.000826802
0.000486546
0.00120386
0.000497577
0.000393796
0.00112976
0.000188729
0.000316346
0.00101483
-3.4057e-05
0.000264367
0.000890733
-0.000229359
0.000241747
0.000801151
-0.000432955
0.000269408
0.000789184
-0.00062038
0.00033808
0.000787907
-0.000867964
0.000351419
0.000769916
-0.00109751
0.000336207
0.00071335
-0.00139854
0.000297102
0.000578563
-0.00163976
0.000234342
0.0003949
-0.00197615
0.000180846
0.000151494
-0.0022378
0.000124947
-8.11843e-05
-0.00271795
4.1269e-05
-0.000336153
-0.00325958
-6.01625e-05
-0.00062047
-0.00440132
-6.53746e-05
-0.000913635
-0.00606623
1.62849e-05
-0.00104921
-0.00868007
0.000209899
-0.000760335
-0.0102595
0.000302648
-0.00724281
0.000190892
8.5836e-05
0.000424032
1.38158e-05
0.000319625
0.00166179
9.42278e-05
0.000646869
0.0027227
0.000207383
0.000953068
0.00352612
0.000279793
0.00119392
0.00395792
0.000255171
0.00136681
0.00412066
0.000155166
0.0014625
0.00412353
-8.40955e-06
0.00150194
0.0040028
-0.000151227
0.00148429
0.00383552
-0.000286329
0.00141438
0.00362967
-0.000394756
0.00129842
0.00343081
-0.00045552
0.00115591
0.00324561
-0.000459559
0.00105033
0.00310135
-0.000380157
0.00100449
0.00295881
-0.000257876
0.000990307
0.00279394
-0.00013461
0.000980608
0.00259925
-2.17854e-05
0.00103443
0.00240046
0.000131591
0.00111139
0.00215886
0.000242833
0.00121913
0.00185275
0.000352568
0.00132148
0.00146459
0.000393599
0.00140111
0.00109339
0.000402184
0.00141889
0.000766469
0.000336666
0.00135517
0.0004523
0.000267672
0.00126294
0.000192928
0.000200805
0.0011369
-3.15926e-05
0.000162638
0.00103691
-0.000266399
0.000177005
0.000982838
-0.000436546
0.000233988
0.000947195
-0.000651463
0.000275494
0.00090925
-0.000841556
0.000291198
0.000858964
-0.00112047
0.000275217
0.00074811
-0.00132761
0.000233917
0.000579179
-0.00164761
0.000180081
0.000346954
-0.00186562
0.000121166
8.53985e-05
-0.00233054
5.9337e-05
-0.00017747
-0.00280673
-3.11762e-05
-0.000491458
-0.0038763
-5.42279e-05
-0.000866868
-0.00550784
7.32954e-06
-0.00108227
-0.0083623
0.000195674
-0.000883759
-0.0104618
0.000349972
-0.00812229
0.0002254
7.59908e-05
0.000355656
1.0386e-05
0.000295158
0.00147279
7.81215e-05
0.000610289
0.00246379
0.000170457
0.000935834
0.00326761
0.000247812
0.00119874
0.00375424
0.000240003
0.00140422
0.00394818
0.00016582
0.00153779
0.00398315
3.20963e-05
0.00161408
0.00389197
-0.000105685
0.00163475
0.00374655
-0.000233932
0.00160522
0.00355719
-0.000343614
0.00153553
0.00337095
-0.000415437
0.00144376
0.00319671
-0.000443617
0.00136445
0.00305642
-0.000415817
0.00132155
0.00292099
-0.000348105
0.00130376
0.00277664
-0.00025972
0.00129562
0.00260391
-0.000181453
0.00132788
0.00241888
-7.04625e-05
0.00135359
0.00220915
-1.05932e-05
0.00142216
0.00196682
0.00010355
0.00151093
0.00165249
0.000191093
0.00159261
0.00130497
0.000262908
0.00161951
0.000992503
0.000237594
0.0015782
0.000671002
0.000198497
0.00148929
0.000385544
0.000155808
0.00138072
0.000152985
0.000138515
0.00127986
-7.53262e-05
0.000140931
0.00122929
-0.000264292
0.000182642
0.00117772
-0.000443444
0.000220854
0.00112385
-0.000594924
0.000235897
0.00105194
-0.000857709
0.000233509
0.00092456
-0.00103137
0.000206124
0.000767139
-0.00134547
0.00016247
0.000563013
-0.00152382
0.000114838
0.00032308
-0.00194144
5.58738e-05
9.1029e-06
-0.00233186
-7.77687e-06
-0.000293641
-0.00337452
-2.56256e-05
-0.000734546
-0.00489929
1.77721e-05
-0.0010355
-0.00795494
0.000182977
-0.000961802
-0.0105628
0.00038404
-0.00909402
0.000243993
7.55205e-05
0.000295208
6.08962e-06
0.000272977
0.00130465
6.1948e-05
0.000566788
0.00222156
0.000137525
0.000891367
0.00300595
0.000207729
0.00117744
0.00352729
0.000216239
0.0014022
0.00376329
0.000159726
0.00157159
0.00382316
6.06925e-05
0.0016836
0.00375535
-6.66225e-05
0.00174794
0.00362767
-0.000187518
0.00176441
0.00345371
-0.000296529
0.00174247
0.00327901
-0.000378832
0.00169833
0.00310953
-0.000429018
0.00165245
0.00296601
-0.000440698
0.00162176
0.0028287
-0.000420708
0.00160607
0.00269438
-0.000374348
0.0015974
0.00253949
-0.000328498
0.00161878
0.00238504
-0.000242613
0.00162606
0.0021976
-0.000194138
0.00165498
0.00198497
-9.18133e-05
0.00171249
0.00172167
-2.80574e-05
0.0017734
0.00142192
5.29411e-05
0.00180156
0.00114393
6.9602e-05
0.00177085
0.000835088
8.04045e-05
0.0016984
0.000553684
8.47814e-05
0.00161761
0.000322425
0.000103199
0.00153567
0.000121343
0.000129594
0.00146677
-5.53189e-05
0.000158778
0.00142474
-0.000241101
0.000187532
0.00136422
-0.000361633
0.000194134
0.00127841
-0.000601694
0.000185365
0.00114041
-0.00074097
0.000162763
0.000966283
-0.00104704
0.000138909
0.000755224
-0.00119521
0.000101486
0.000555098
-0.00161058
5.47263e-05
0.000265117
-0.00188385
7.54163e-06
-6.89961e-05
-0.00287714
-2.43878e-05
-0.000562905
-0.00426573
3.14117e-05
-0.000965621
-0.00746325
0.000169141
-0.001032
-0.0105494
0.00041313
-0.0101474
0.000266806
5.82389e-05
0.000262669
7.52175e-06
0.000234402
0.00116076
5.94464e-05
0.000506939
0.00200043
0.000123588
0.000827756
0.00274572
0.000189104
0.00113704
0.00327677
0.000209856
0.00139287
0.00354853
0.000171673
0.00160078
0.00363077
9.09033e-05
0.00175757
0.00358009
-1.15771e-05
0.00186507
0.00347575
-0.000129881
0.00192761
0.00331547
-0.00023613
0.00195265
0.00315054
-0.000323772
0.00195262
0.00298303
-0.000390589
0.00193934
0.00283594
-0.00042852
0.00192646
0.00269496
-0.00044355
0.00191623
0.00256376
-0.000430417
0.00190717
0.0024223
-0.000413921
0.00191931
0.00228812
-0.000357577
0.00192209
0.0021285
-0.000331657
0.00193148
0.00195607
-0.000253423
0.00196178
0.00172739
-0.000204547
0.00198423
0.00146698
-0.000105634
0.00199864
0.00121976
-8.24783e-05
0.00196985
0.000933493
-4.39008e-05
0.00191441
0.000672047
-1.08352e-05
0.00185234
0.000465602
3.66614e-05
0.00180459
0.000264985
9.28039e-05
0.00173245
0.000131953
0.00012609
0.00167713
-5.79342e-05
0.000159933
0.00161113
-0.000155217
0.000151206
0.00150808
-0.000364317
0.000133004
0.00136888
-0.000475764
0.000109774
0.00119695
-0.000768267
9.21316e-05
0.00097056
-0.000869522
7.31869e-05
0.000752274
-0.00128724
4.0853e-05
0.000479195
-0.00147851
7.86381e-06
0.000158554
-0.00240986
-2.33978e-05
-0.000369409
-0.00364595
4.66576e-05
-0.000880034
-0.00689122
0.000173218
-0.00110174
-0.0104166
0.000460401
-0.0113006
0.000339025
5.34452e-05
0.000244202
1.10873e-05
0.000193138
0.00106168
5.3553e-05
0.000436381
0.00181401
0.000109213
0.000728492
0.00251841
0.000167046
0.00104029
0.00302589
0.000199768
0.00132357
0.00331146
0.000181118
0.00155585
0.00341883
0.000121944
0.00176074
0.0033673
4.54776e-05
0.00191616
0.00327864
-6.40429e-05
0.0020285
0.0031356
-0.000171698
0.0021008
0.00298312
-0.000261749
0.00214636
0.0028177
-0.00033725
0.00216946
0.00267208
-0.00039468
0.00218095
0.00252916
-0.000433446
0.0021845
0.00239969
-0.000451032
0.00218338
0.00226688
-0.000461239
0.00219338
0.00214749
-0.00043535
0.0021955
0.00201191
-0.000430077
0.00219465
0.0018753
-0.000374974
0.0022081
0.00167187
-0.000347922
0.00220224
0.00145568
-0.000252596
0.00219706
0.00124025
-0.000193172
0.00216631
0.000984974
-0.00013502
0.00212414
0.000744511
-8.76556e-05
0.00207911
0.000566077
-3.97733e-05
0.00203818
0.000377584
1.92229e-05
0.00198081
0.000276175
6.47126e-05
0.00194005
8.10266e-05
9.45848e-05
0.00187854
8.59989e-06
0.000102441
0.00177849
-0.000165375
8.6033e-05
0.00162835
-0.0002362
6.88114e-05
0.00145627
-0.000512722
4.87295e-05
0.00123545
-0.000568961
3.18026e-05
0.00101219
-0.000978026
1.51567e-05
0.000723575
-0.00108891
-5.17322e-06
0.000367359
-0.00196136
-1.57386e-05
-0.000185929
-0.00301339
1.1609e-05
-0.000812017
-0.00624557
0.000163501
-0.0011833
-0.0101762
0.000492803
-0.0125867
0.000421283
8.03226e-06
0.000280445
3.13306e-05
0.000122057
0.00100142
7.03363e-05
0.000325247
0.0016742
0.000125071
0.000617265
0.00229698
0.000185215
0.000933424
0.00277658
0.000220109
0.0012548
0.00303984
0.000225386
0.00152417
0.00317714
0.00017987
0.00176867
0.00312103
0.000120798
0.00197792
0.00304289
3.79841e-05
0.00213541
0.00290979
-6.01361e-05
0.00225583
0.00277608
-0.000166511
0.0023406
0.0026241
-0.000250528
0.00239663
0.00248627
-0.000319592
0.00243352
0.00234505
-0.000376987
0.00245242
0.00222256
-0.000414468
0.00246132
0.00209693
-0.000445576
0.00247109
0.00199274
-0.000445496
0.00247308
0.00187873
-0.000458201
0.00246522
0.00177556
-0.000427332
0.00246271
0.00159323
-0.00041723
0.00244335
0.00141414
-0.000326853
0.00242285
0.00122222
-0.000266617
0.0023894
0.000998028
-0.000192695
0.00236047
0.000774596
-0.000126566
0.00232477
0.000625948
-8.04726e-05
0.00229486
0.00044929
-2.66499e-05
0.00224073
0.00038264
1.16601e-05
0.00221307
0.000185392
4.26066e-05
0.00214527
0.000156885
4.81824e-05
0.00205505
-3.15385e-06
3.95707e-05
0.00191093
-2.19806e-05
2.82597e-05
0.00173455
-0.000273043
1.04934e-05
0.00152586
-0.000292485
-4.18595e-06
0.00131121
-0.000684543
-1.74275e-05
0.00102193
-0.000719371
-3.20835e-05
0.000663813
-0.00153405
-3.27676e-05
6.81232e-05
-0.00238795
-4.20521e-06
-0.000658792
-0.00551952
9.5581e-05
-0.00121137
-0.00980008
0.000494034
-0.0139704
0.000482868
-1.1231e-05
0.000334645
5.64691e-05
3.07383e-05
0.00102313
8.85795e-05
0.00019977
0.00158396
0.000145095
0.000438417
0.00213797
0.000202987
0.000737433
0.0025574
0.000252297
0.0010789
0.00275758
0.000277347
0.00138929
0.00290276
0.000249369
0.00167538
0.00284097
0.000211936
0.00193583
0.00276562
0.000146187
0.00215091
0.00264754
6.32438e-05
0.00232037
0.00252105
-3.08565e-05
0.00245252
0.00238712
-0.000129944
0.00255167
0.0022693
-0.000214719
0.0026194
0.00214343
-0.000283547
0.0026649
0.00203026
-0.000338422
0.00269611
0.00191238
-0.000387153
0.00271649
0.00182688
-0.000413727
0.00272565
0.00173234
-0.000445297
0.00271649
0.00166339
-0.000440085
0.00269931
0.0015014
-0.000438599
0.00266827
0.00135446
-0.000357837
0.00263342
0.00118169
-0.000303425
0.00259546
0.000983333
-0.000225611
0.00257243
0.000766706
-0.00014939
0.00254785
0.000648434
-9.33705e-05
0.00253576
0.000472126
-4.0033e-05
0.00250577
0.000443858
-5.18582e-06
0.00249387
0.000243112
2.43819e-05
0.00244422
0.000262672
2.01653e-05
0.00238226
0.000124905
9.21813e-07
0.00225379
0.000181384
-1.24303e-05
0.0021007
-6.34497e-05
-1.20228e-05
0.00192279
-4.68985e-05
-3.47978e-05
0.00172495
-0.000427055
-3.71945e-05
0.00147661
-0.000404317
-6.4894e-05
0.00115769
-0.00115832
-7.34385e-05
0.000538451
-0.00177119
-4.63694e-05
-0.000351703
-0.00465064
3.11375e-06
-0.00102842
-0.00931437
0.000424306
-0.0152422
0.000502388
-0.000144631
0.000522063
0.000106272
-0.000151937
0.00109696
0.000163122
-5.23697e-05
0.00157189
0.000219791
0.000229808
0.00194629
0.000303963
0.0005574
0.0023045
0.000361852
0.00093069
0.00244355
0.000409797
0.0012935
0.00257614
0.000387247
0.00162249
0.00251735
0.000365336
0.00192592
0.00244132
0.000301674
0.00218992
0.00234242
0.000230661
0.00240938
0.00223073
0.000158224
0.00258321
0.00210891
7.24072e-05
0.00272114
0.00199656
-1.72678e-05
0.00282728
0.00189676
-0.000114355
0.00290237
0.0018134
-0.000192937
0.0029474
0.00172094
-0.00026265
0.00297707
0.00165324
-0.000309417
0.00298802
0.00158254
-0.000359115
0.0029686
0.00155164
-0.000371882
0.00293747
0.00140588
-0.000372666
0.00290055
0.00128678
-0.000315706
0.00286411
0.00112103
-0.000263243
0.00283617
0.000938117
-0.000188511
0.00283116
0.000715928
-0.000108579
0.00283195
0.000624862
-5.37774e-05
0.00285377
0.00044259
-3.08591e-06
0.00285617
0.000461977
2.58991e-05
0.00286333
0.00026587
4.92345e-05
0.00282666
0.000352678
3.55244e-05
0.00278341
0.000233933
1.32169e-05
0.00268037
0.000359737
-7.82616e-06
0.00255009
0.000134101
-2.89219e-05
0.00240471
0.000162131
-2.84464e-05
0.00222473
-0.000189882
-5.53997e-05
0.00205962
-0.000162084
-7.35901e-05
0.00178318
-0.000849263
-0.000104127
0.00133866
-0.00133021
-9.0609e-05
0.000371801
-0.00374553
-0.000160362
-0.000489332
-0.00864613
0.000324455
-0.0160476
0.00053484
-3.32912e-05
0.00060562
0.000145492
-0.000230412
0.00137278
0.000218514
-0.000272678
0.00170703
0.000317697
-0.000129988
0.0018996
0.000406722
0.000205736
0.00205431
0.000500068
0.000609641
0.00208401
0.000584429
0.00105009
0.00215844
0.000579083
0.00144646
0.00211003
0.000573072
0.00181141
0.00203825
0.00051389
0.00213495
0.0019569
0.000446317
0.00241133
0.00187374
0.000365398
0.00263882
0.0017799
0.000284034
0.0028239
0.00168884
0.000201224
0.00296914
0.00160319
0.000117893
0.00308176
0.00153793
3.03594e-05
0.00316507
0.00148118
-6.66681e-05
0.00322424
0.0014434
-0.000138637
0.00325496
0.00140116
-0.00020181
0.00324495
0.00141714
-0.000233968
0.00321705
0.00129843
-0.000253876
0.00317492
0.00121806
-0.000227565
0.00313777
0.00105629
-0.000184396
0.00311498
0.000882052
-0.000117258
0.00312679
0.000643537
-4.96704e-05
0.00315986
0.000547526
1.30496e-05
0.00324305
0.000328974
7.41482e-05
0.00331556
0.000383736
0.000103504
0.0033755
0.00022814
0.000121386
0.00341756
0.000357084
0.000101137
0.00340391
0.00030498
8.64875e-05
0.0033589
0.00047545
4.80793e-05
0.00329166
0.00027343
1.93412e-05
0.00322391
0.000296695
-7.79322e-07
0.00313077
-3.41955e-05
-2.61496e-05
0.00308686
-7.53261e-05
-3.32169e-05
0.0029217
-0.000653013
-0.000116328
0.00264152
-0.00108784
-8.09328e-05
0.00167516
-0.00283351
-0.000246223
0.000592951
-0.0077776
0.000147818
-0.0158679
0.00057724
-0.000708666
0.00137941
0.000191156
-0.000740203
0.00149678
0.000348207
-0.000687136
0.00172696
0.000528718
-0.000486688
0.00173391
0.000727434
-7.53346e-05
0.00165828
0.000843946
0.000342002
0.00163673
0.000938563
0.000842266
0.00160949
0.000937158
0.00128322
0.00158517
0.000934566
0.00169901
0.0015144
0.000867394
0.00206566
0.0014603
0.000799799
0.00238872
0.00140106
0.000714438
0.00266603
0.00133415
0.000622097
0.0029096
0.00126809
0.000521815
0.00311971
0.00120593
0.000418018
0.00328885
0.00117638
0.0003165
0.00342456
0.00115702
0.000213815
0.00353273
0.00114812
0.000129972
0.00360097
0.00116462
3.51664e-05
0.00362001
0.00124203
-1.95155e-05
0.00365642
0.00112091
-5.4779e-05
0.00371421
0.00103558
-4.70008e-05
0.0037792
0.000872523
-1.14177e-05
0.00388047
0.000683626
4.75418e-05
0.00399918
0.000427063
0.000131038
0.00414208
0.000338001
0.000183144
0.00428965
0.000121007
0.000227462
0.00443145
0.000218653
0.000246975
0.00452098
0.000144024
0.000262907
0.00463269
0.000272847
0.000236048
0.00469098
0.000289681
0.000220365
0.00473994
0.00047187
0.000174286
0.00472183
0.000345552
0.000137782
0.00473953
0.00033001
0.000100151
0.0047056
4.18761e-05
5.95791e-05
0.00470868
-5.78785e-05
8.54884e-05
0.00458106
-0.000474428
-6.2616e-05
0.00442169
-0.000980538
3.43801e-05
0.00365709
-0.00213936
-0.000176026
0.00224602
-0.00658626
6.02509e-05
-0.0141222
0.000695033
-0.00177668
0.00319312
0.000627339
-0.00184051
0.0015978
0.000888265
-0.0016453
0.00152676
0.00102314
-0.00107625
0.00112672
0.00113924
-0.000434361
0.000939026
0.00125084
0.00024963
0.000851223
0.00129198
0.00090712
0.000810049
0.00131839
0.00154422
0.000787512
0.00128651
0.00212691
0.000753081
0.00121254
0.00266101
0.000731697
0.00113408
0.00314633
0.000707797
0.00103958
0.00358321
0.000676826
0.000941349
0.00397734
0.00064529
0.000835549
0.00433431
0.000611008
0.000730641
0.00466608
0.000603429
0.000627649
0.00496494
0.000616501
0.000528283
0.00524547
0.00063078
0.000438138
0.00553657
0.000649012
0.000354861
0.00583347
0.000728362
0.000281642
0.0061203
0.000660281
0.000173292
0.00642665
0.000570767
0.000137545
0.00669945
0.000457145
0.000134139
0.00695601
0.000310439
0.000156726
0.00715037
0.000124722
0.00021442
0.00732933
6.57171e-05
0.000248559
0.0074613
-9.33893e-05
0.00031336
0.00766081
-2.92036e-05
0.000337927
0.00777279
-5.95045e-06
0.000401825
0.00794572
9.70602e-05
0.000376521
0.00808531
0.000160502
0.000390881
0.00830483
0.000278975
0.000338649
0.0084226
0.000256373
0.000289655
0.00857671
0.000212797
0.000245438
0.00861907
4.8099e-05
0.000164575
0.00864855
-7.57865e-05
0.000200055
0.0085429
-0.000346353
8.69159e-05
0.00828903
-0.000769411
0.000180315
0.00765644
-0.00162503
0.000137678
0.00522802
-0.00431046
4.75628e-05
-0.0093924
0.000776332
0.00319583
0.000408028
0.00478131
0.000540899
0.00627302
0.000646566
0.00734356
0.000727402
0.00820319
0.000795196
0.00894709
0.000869393
0.0096322
0.00089576
0.0102804
0.000915475
0.0108814
0.000897054
0.0114473
0.000866855
0.011976
0.000818215
0.0124586
0.000759915
0.012898
0.000689721
0.0132874
0.000613376
0.0136565
0.00053512
0.0140339
0.000463646
0.0144252
0.000386759
0.0148433
0.000294376
0.0153804
0.0001917
0.0158556
0.000110504
0.0162518
5.86995e-05
0.016552
3.44156e-05
0.0167345
2.42038e-05
0.0167429
5.55138e-05
0.0166989
0.000117386
0.0165066
0.000174968
0.0164019
0.000226081
0.0163273
0.000305896
0.0163793
0.000344904
0.016502
0.000372617
0.0167522
0.000372208
0.0170018
0.000315321
0.0172097
0.000298926
0.0172768
0.000204381
0.0171932
0.00022849
0.0168392
0.000170918
0.0160535
0.000157678
0.0143144
0.000337098
0.0098507
0.000259191
0.000846887
2.95123e-05
-1.81524e-05
2.71301e-05
8.04088e-05
-3.63905e-05
3.19321e-05
0.000129695
-3.19906e-05
3.37213e-05
0.000167171
-1.99396e-05
3.33406e-05
0.000194276
-7.50371e-06
3.50429e-05
0.000213398
1.52759e-06
3.79315e-05
0.000223893
1.22238e-05
4.39509e-05
0.000223487
2.68871e-05
4.8443e-05
0.000216919
3.05762e-05
5.44051e-05
0.000206324
2.84801e-05
5.67325e-05
0.00017649
4.51175e-05
5.11449e-05
0.000112754
7.15278e-05
4.31355e-05
2.3007e-05
0.000101584
3.04572e-05
-8.34667e-05
0.000130476
2.18469e-05
-0.000200909
0.000163544
1.57622e-05
-0.00032705
0.000192687
3.06735e-05
-0.000490522
0.000230822
5.00541e-05
-0.000682245
0.000275446
6.40223e-05
-0.000886408
0.000348299
6.91309e-05
-0.00113264
0.000438776
0.000102051
-0.00142416
0.000529514
0.000162448
-0.00162255
0.000516852
0.000334441
-0.00179926
0.000533154
0.000517077
-0.00187282
0.000464361
0.00071869
-0.00183607
0.000401059
0.000911732
-0.0016943
0.000341584
0.00108589
-0.0014535
0.000287534
0.00122503
-0.0011407
0.000244023
0.00132377
-0.000778468
0.000203913
0.00135721
-0.000405566
0.000200892
0.00132639
-7.84111e-05
0.000223769
0.00119235
0.0001797
0.000262527
0.00100055
0.000332877
0.000319004
0.000723939
0.000348009
0.00033873
0.000497262
0.000266356
0.00030836
0.000308348
0.000170272
0.000233385
0.000193434
8.60298e-05
0.000176151
0.000126204
3.39603e-05
0.000126277
9.00161e-05
4.8069e-06
8.26543e-05
6.90209e-05
3.63623e-05
5.4666e-05
5.25887e-05
-5.25266e-05
3.35985e-05
0.000130653
-8.36617e-05
5.31771e-05
0.000202001
-6.60592e-05
6.41615e-05
0.00024372
-2.4059e-05
7.08254e-05
0.000256805
1.76336e-05
7.19364e-05
0.000236789
5.86005e-05
8.04194e-05
0.000186366
9.78443e-05
9.31309e-05
0.000108636
0.000141801
0.000103722
-2.76064e-05
0.000201867
0.000114204
-0.000260632
0.00027616
0.000134192
-0.000553736
0.000365398
0.000135108
-0.0008852
0.000456202
0.00014599
-0.00125878
0.000553377
0.000175204
-0.00165985
0.000641242
0.000220406
-0.00207395
0.000728222
0.000289697
-0.00247712
0.000794133
0.000392485
-0.00286134
0.000850633
0.0005408
-0.003202
0.000899409
0.000691543
-0.00348334
0.000963584
0.000855325
-0.00368103
0.00101919
0.000993314
-0.00378053
0.00105532
0.00113035
-0.00382488
0.000955149
0.00135327
-0.00379674
0.000886929
0.00148299
-0.00367664
0.000742711
0.00162968
-0.00345683
0.0006131
0.00176638
-0.00314423
0.000482677
0.0018622
-0.0027481
0.000368702
0.00192344
-0.00228518
0.000281998
0.00193152
-0.00178056
0.000216393
0.00187577
-0.00124283
0.000185944
0.00176953
-0.000722142
0.00022995
0.00155726
-0.000287294
0.000330544
0.00133821
5.55732e-05
0.00045319
0.00104241
0.000277876
0.000539782
0.000766524
0.000365975
0.000546825
0.000530031
0.000326633
0.00051232
0.000361676
0.000240636
0.000437469
0.000248138
0.000142446
0.000353416
0.000179534
5.45208e-05
0.000256853
0.000124796
0.000134115
7.87239e-05
6.02727e-05
-8.37844e-05
4.8072e-05
0.000141382
-0.000115761
8.55218e-05
0.000197404
-6.24948e-05
0.000107583
0.000211605
1.97111e-05
0.000112411
0.000175533
0.000111716
0.000126721
8.61953e-05
0.000207351
0.000137253
-7.99745e-05
0.000316983
0.000166863
-0.000331629
0.000440082
0.000194125
-0.000662144
0.000584811
0.000216547
-0.00105705
0.000738719
0.000231154
-0.00152037
0.000902225
0.000257974
-0.00201696
0.00105302
0.000291482
-0.00251102
0.0011836
0.000345797
-0.00298661
0.00128701
0.000428887
-0.00341875
0.00136954
0.000535111
-0.00378946
0.00140926
0.000660858
-0.00410582
0.00144157
0.000791935
-0.00435219
0.00144906
0.000927836
-0.00452593
0.00146592
0.00106187
-0.00459758
0.00143897
0.00114719
-0.0045588
0.00137762
0.00120058
-0.00450952
0.00121497
0.00131496
-0.00437765
0.00107399
0.00134531
-0.00419199
0.000883384
0.00138174
-0.0039727
0.000715673
0.00143511
-0.00369731
0.000538229
0.00145109
-0.00336023
0.000383567
0.00143668
-0.00295976
0.000259295
0.00138312
-0.0025066
0.000155072
0.00129866
-0.00201809
9.0334e-05
0.00120254
-0.00150596
0.000101513
0.00106707
-0.00100054
0.000183951
0.00095447
-0.000537283
0.000321726
0.000799063
-0.000204136
0.000540146
0.000656424
2.48478e-05
0.000637646
0.000498858
0.000124616
0.000663867
0.000390463
0.000142847
0.000622158
0.000300959
0.000104372
0.000551193
0.000234162
4.61583e-05
0.000427704
0.000158246
0.000228561
8.208e-05
5.52373e-05
-9.77928e-05
7.40851e-05
0.000110947
-0.000100748
0.000134252
0.000132069
-6.92318e-06
0.000162344
8.77814e-05
0.00014311
0.00016944
-3.37166e-05
0.000310115
0.00018117
-0.000238054
0.000485889
0.000202947
-0.000537526
0.000683656
0.000237075
-0.000919954
0.000886547
0.000271776
-0.0013778
0.0011073
0.000293186
-0.00187704
0.00131447
0.000321524
-0.00237874
0.0015015
0.000349324
-0.00285226
0.00165099
0.000391514
-0.0032795
0.0017607
0.000442272
-0.00364298
0.00183034
0.000502684
-0.00393397
0.0018665
0.000573804
-0.00417173
0.00186717
0.000648662
-0.00436376
0.00187034
0.000719054
-0.00449702
0.00182999
0.000776851
-0.00457552
0.00180125
0.000819779
-0.00458027
0.00170696
0.00080624
-0.00450307
0.00157383
0.000753353
-0.00441866
0.00137894
0.000766194
-0.00429423
0.00119645
0.000721039
-0.00414618
0.000972686
0.000693782
-0.00397693
0.000776289
0.000689122
-0.0037747
0.00057505
0.000658609
-0.00352592
0.000400589
0.000619199
-0.00323577
0.000261008
0.000577654
-0.00288225
0.0001151
0.000542125
-0.00248335
1.6193e-05
0.000518051
-0.00203149
-2.96247e-05
0.000504207
-0.00155375
4.64291e-06
0.000505948
-0.00108564
0.000117283
0.000493297
-0.000661942
0.000355511
0.000480433
-0.000331424
0.000569165
0.000425207
-0.000118067
0.000692182
0.000371264
-1.28883e-05
0.000726946
0.000322545
2.30092e-05
0.000689178
0.00026118
1.72727e-05
0.000556808
0.000177841
0.00029887
7.81399e-05
4.14545e-05
-8.29716e-05
0.000113356
5.69537e-05
-2.63734e-05
0.000201158
2.01545e-05
0.000137095
0.000232112
-0.000104328
0.000367331
0.000229796
-0.000308108
0.000611208
0.000245617
-0.000612609
0.000874398
0.000266287
-0.00100222
0.00114517
0.000306471
-0.00144604
0.00140109
0.000324115
-0.00191525
0.00164572
0.000349473
-0.00238306
0.00186225
0.000363227
-0.00281677
0.00203373
0.00036998
-0.00318874
0.00214451
0.000380419
-0.00348966
0.00220761
0.000399862
-0.00373029
0.00223461
0.000426453
-0.00392218
0.00223492
0.000450009
-0.00407949
0.00220467
0.000469037
-0.00419788
0.00217121
0.000472417
-0.00427934
0.00210455
0.000449459
-0.00433218
0.0020555
0.000395028
-0.00432771
0.0019123
0.000289642
-0.00424873
0.00174253
0.000133972
-0.00415959
0.00150006
8.22029e-05
-0.00406132
0.00128183
8.26665e-06
-0.00396859
0.00103072
-5.81976e-06
-0.00385822
0.000830492
7.5866e-06
-0.00372444
0.000616576
8.31515e-06
-0.00356946
0.000436247
1.7608e-05
-0.00335851
0.000261331
4.59346e-05
-0.00309463
6.41238e-05
9.93805e-05
-0.00277164
-7.66388e-05
0.000162801
-0.00240202
-0.000150818
0.000227754
-0.00195614
-0.000179845
0.000305643
-0.00150377
-8.48423e-05
0.000359688
-0.00103497
0.000113634
0.000414278
-0.000660353
0.000417324
0.000427155
-0.000354602
0.00064041
0.000388858
-0.000159539
0.000754122
0.000351942
-5.29673e-05
0.000768189
0.000286156
-7.80941e-06
0.000642875
0.000188965
0.000347533
7.40279e-05
5.78643e-08
-1.48076e-05
0.000175187
-2.53603e-05
0.000119395
0.000290114
-0.000124232
0.000363961
0.000317209
-0.000310173
0.000674892
0.000299232
-0.000586276
0.000989529
0.000304865
-0.000942335
0.00130786
0.000321016
-0.00135134
0.0016188
0.000348244
-0.00178498
0.00189405
0.000359615
-0.0022224
0.00213991
0.000354498
-0.00261943
0.00232683
0.000339507
-0.0029446
0.00244779
0.000318724
-0.00320127
0.00250995
0.000304777
-0.00340997
0.00253965
0.000291112
-0.00357816
0.00253499
0.000274847
-0.00370431
0.00250172
0.000243756
-0.00380885
0.00244565
0.000200799
-0.00386603
0.00237752
0.000116009
-0.0039037
0.00226924
1.15288e-05
-0.00391614
0.00217846
-9.4807e-05
-0.00387103
0.00198039
-0.000235571
-0.00381715
0.00180246
-0.000345686
-0.00376181
0.00153279
-0.000391105
-0.0037249
0.00131591
-0.00043245
-0.00369666
0.00104746
-0.000429243
-0.00366457
0.000835652
-0.000410084
-0.00360822
0.000607449
-0.000389148
-0.00354848
0.000430515
-0.000348169
-0.00342882
0.000208449
-0.000288029
-0.00324629
-1.85343e-05
-0.000183139
-0.00301204
-0.000210162
-4.5928e-05
-0.00267569
-0.000366728
9.14487e-05
-0.00228833
-0.000419617
0.000231062
-0.00185168
-0.0003446
0.000324252
-0.00138353
-0.000149314
0.000396459
-0.000935533
0.000183084
0.000456905
-0.000559426
0.000493853
0.000453364
-0.000288159
0.000715971
0.00040025
-0.000119082
0.000797778
0.000321656
-2.92178e-05
0.000692307
0.000208579
0.000379464
7.76877e-05
-2.85911e-05
0.000106874
0.000241574
-9.64197e-05
0.00033506
0.000386267
-0.000250862
0.000672284
0.000402495
-0.000484938
0.00103811
0.000366416
-0.000792395
0.00139901
0.00036329
-0.00116882
0.0017535
0.000361882
-0.00156484
0.00206855
0.000372019
-0.00194977
0.00232624
0.000335344
-0.0022965
0.00253193
0.000313259
-0.00258625
0.00267602
0.000267957
-0.00282581
0.00276263
0.000224484
-0.00301952
0.00279204
0.000180116
-0.00317185
0.00278755
0.000134645
-0.00328488
0.00274303
8.17444e-05
-0.00336289
0.00266977
3.06305e-06
-0.003413
0.00256748
-8.73672e-05
-0.00344489
0.00245784
-0.000175874
-0.00345749
0.00232485
-0.000275715
-0.00345714
0.00220834
-0.000402192
-0.00344571
0.00198581
-0.000525926
-0.00343714
0.00183007
-0.000647827
-0.00342981
0.00152816
-0.000706396
-0.00345428
0.0013143
-0.000717821
-0.00349638
0.00104058
-0.000694919
-0.00354132
0.00081767
-0.000642577
-0.003558
0.0005588
-0.00058869
-0.003563
0.000362182
-0.000515235
-0.00350506
5.832e-05
-0.000414637
-0.00338745
-0.000232158
-0.000301706
-0.00321547
-0.000522132
-0.000110675
-0.0029473
-0.000724635
3.86141e-05
-0.00260228
-0.00080939
0.00020094
-0.00217192
-0.000743135
0.000332682
-0.00167775
-0.000546564
0.000398304
-0.00116922
-0.000163665
0.000472585
-0.000738854
0.00027688
0.000481664
-0.00039591
0.000597303
0.00046159
-0.00016828
0.00078315
0.000366545
-4.43107e-05
0.00071806
0.000236798
0.00040389
8.70628e-05
-5.18596e-05
0.000270112
0.000302648
-0.000164966
0.000617955
0.000477291
-0.000352666
0.00102203
0.000480261
-0.00060965
0.00142492
0.000416475
-0.000921581
0.00180643
0.000385635
-0.00127235
0.00216183
0.000365004
-0.00160153
0.00244184
0.000339054
-0.00191021
0.00267181
0.000286136
-0.00218825
0.00284719
0.000233334
-0.00242653
0.00295813
0.000169258
-0.00260923
0.00299627
0.0001085
-0.00275071
0.00298538
5.13183e-05
-0.00284792
0.0029405
-2.14852e-05
-0.0029227
0.00285348
-9.92158e-05
-0.00297107
0.00274699
-0.000192092
-0.00300064
0.00260888
-0.000291986
-0.00301711
0.0024639
-0.000395719
-0.00301957
0.00228076
-0.000492997
-0.00302366
0.00213373
-0.000594268
-0.00305345
0.00190101
-0.000696973
-0.00308299
0.00174852
-0.000776609
-0.00314719
0.00145559
-0.000814858
-0.00324507
0.00125065
-0.000804449
-0.00335465
0.000977745
-0.000771926
-0.00345111
0.000732195
-0.000716143
-0.00354309
0.000461152
-0.000658272
-0.00359566
0.000208288
-0.000579239
-0.00360389
-0.000152499
-0.000488104
-0.00355046
-0.000553007
-0.000341233
-0.00344857
-0.000911996
-0.000184551
-0.00323954
-0.00119553
-3.63056e-05
-0.00289631
-0.00134186
0.000116005
-0.00247357
-0.00130952
0.000291032
-0.00198652
-0.00109138
0.00040343
-0.00141792
-0.000691437
0.00046954
-0.000906791
-9.41913e-05
0.000494903
-0.000490651
0.000400012
0.000475167
-0.000213845
0.000708858
0.000400754
-5.62652e-05
0.000714915
0.000262474
0.00042045
9.90606e-05
-6.49042e-05
0.00046351
0.00036778
-0.000198874
0.000939083
0.00056308
-0.000398882
0.0013939
0.000554364
-0.000648991
0.00180687
0.000458343
-0.000938249
0.00218694
0.000403291
-0.00123279
0.00251321
0.000352469
-0.00151707
0.0027666
0.000292284
-0.00178274
0.00296964
0.000210724
-0.00200844
0.00309757
0.000142361
-0.00218683
0.00315868
7.17047e-05
-0.00232226
0.00315633
3.50057e-06
-0.00242501
0.00310804
-8.36376e-05
-0.00249268
0.00301897
-0.000166882
-0.00254015
0.00289105
-0.000255757
-0.00256659
0.00273648
-0.000349724
-0.00257597
0.00254857
-0.00044065
-0.00257907
0.00236096
-0.00052189
-0.00259417
0.00215182
-0.000591322
-0.00262522
0.00198237
-0.000653663
-0.00270961
0.00176531
-0.000717363
-0.00280797
0.00161056
-0.000760031
-0.00295567
0.00135401
-0.000798343
-0.00311641
0.00114019
-0.00079071
-0.00327789
0.000868974
-0.000770083
-0.00340609
0.000589669
-0.000731406
-0.00355074
0.000322532
-0.000681358
-0.00362281
-2.05503e-05
-0.000618392
-0.00368587
-0.000442694
-0.000509825
-0.00368755
-0.00090258
-0.000411342
-0.0036069
-0.00133454
-0.000298442
-0.00343133
-0.00169229
-0.000170676
-0.00314014
-0.00192078
-2.57799e-05
-0.00271867
-0.00196022
0.000143238
-0.0022228
-0.00178462
0.000317573
-0.00165138
-0.00137397
0.000426351
-0.00106377
-0.000663318
0.000478973
-0.000597554
6.36535e-05
0.000466848
-0.000251543
0.000524165
0.000425288
-6.92318e-05
0.000678917
0.000283294
0.000426664
0.000110037
-6.65436e-05
0.000670453
0.000409186
-0.00020242
0.0012718
0.000632201
-0.000393461
0.00176055
0.000608808
-0.000624822
0.00217179
0.000481654
-0.000874533
0.00252656
0.000391725
-0.00112882
0.0028174
0.000314526
-0.00137497
0.00304521
0.000226225
-0.00158778
0.00320634
0.000133426
-0.00176255
0.00328984
5.08075e-05
-0.00189838
0.0033011
-2.98477e-05
-0.00200224
0.00325324
-0.000116729
-0.00207383
0.0031603
-0.000196425
-0.00212148
0.00302526
-0.000277729
-0.00215033
0.00284892
-0.000362557
-0.00216584
0.00264706
-0.000445321
-0.00217661
0.00241774
-0.000516971
-0.00219471
0.00219881
-0.000571312
-0.00224062
0.00197788
-0.00061088
-0.00231795
0.0017997
-0.000638748
-0.00245549
0.00160822
-0.000678934
-0.00261278
0.00144583
-0.000700163
-0.0028059
0.00122108
-0.000744822
-0.00299454
0.000988522
-0.000751001
-0.00316246
0.000712349
-0.000758191
-0.00331067
0.000414943
-0.000741183
-0.00344876
0.000123945
-0.000705381
-0.00358311
-0.000257054
-0.000650132
-0.00366889
-0.000744885
-0.000577757
-0.00371292
-0.00123985
-0.000503661
-0.00367908
-0.00170396
-0.000439485
-0.0035471
-0.00212382
-0.000340709
-0.00329683
-0.00245064
-0.00021026
-0.00292688
-0.00261178
-3.0005e-05
-0.00244483
-0.00251502
0.000161037
-0.00185889
-0.00217134
0.000321113
-0.00121798
-0.00143429
0.000430103
-0.000671963
-0.000473034
0.000446232
-0.000305267
0.000294173
0.0003924
-7.97694e-05
0.000575072
0.000285238
0.000416944
0.000116586
-5.34998e-05
0.000870026
0.000432188
-0.000172904
0.00159488
0.00067792
-0.000343979
0.00211075
0.000648006
-0.000542745
0.00250446
0.000490531
-0.000747491
0.00281994
0.000373355
-0.000962895
0.00307617
0.000264839
-0.00116394
0.00326916
0.000167896
-0.00133567
0.00338484
6.63102e-05
-0.00147637
0.00342048
-2.56084e-05
-0.00158563
0.00339421
-0.000128132
-0.00166849
0.00330823
-0.000206081
-0.00172505
0.00316665
-0.000284582
-0.00176065
0.00297982
-0.000362634
-0.00178477
0.00275454
-0.000433667
-0.00180438
0.00250926
-0.000496259
-0.00183278
0.00224964
-0.000538445
-0.00188112
0.00201429
-0.000567642
-0.00196746
0.00179593
-0.000584862
-0.0020894
0.00161747
-0.000596358
-0.00225785
0.0014413
-0.000625618
-0.0024403
0.00126759
-0.000645612
-0.00263631
0.00105827
-0.00069866
-0.00282317
0.000810963
-0.000719442
-0.00297834
0.000524514
-0.000754572
-0.00314134
0.000239118
-0.000752005
-0.00329071
-8.23383e-05
-0.000730934
-0.0034202
-0.000518406
-0.000687515
-0.00353901
-0.00101286
-0.00064923
-0.00362024
-0.00149735
-0.000623434
-0.00363813
-0.0019913
-0.000568067
-0.00357546
-0.00247637
-0.000485512
-0.00340734
-0.00289637
-0.000372271
-0.00308706
-0.00318508
-0.000232567
-0.00263185
-0.00323142
-4.84385e-05
-0.0020663
-0.00298462
0.000147978
-0.00140035
-0.00232135
0.000323285
-0.000747622
-0.00123778
0.000393287
-0.000310532
-0.000100717
0.000369965
-7.93143e-05
0.000422937
0.000264676
0.000395103
0.000121672
-3.11903e-05
0.00105197
0.000434602
-0.000121055
0.00189677
0.000703851
-0.000261795
0.00243821
0.000672209
-0.000421595
0.00280473
0.000493494
-0.0005844
0.00307628
0.000343911
-0.000753471
0.00328917
0.000216821
-0.00092084
0.00343932
0.000121633
-0.00105907
0.00351162
8.74008e-06
-0.0011822
0.00351242
-9.75089e-05
-0.00127742
0.00344742
-0.000191664
-0.00134934
0.00332091
-0.000273152
-0.00139699
0.00313871
-0.00035074
-0.00143138
0.00290415
-0.000416134
-0.00146076
0.0026308
-0.00046822
-0.00149597
0.00234902
-0.000504756
-0.00154949
0.00207369
-0.000528521
-0.0016311
0.00183316
-0.000537743
-0.00174865
0.00162135
-0.000547106
-0.00189192
0.00144134
-0.000558101
-0.00206026
0.0012662
-0.000588803
-0.00223084
0.00107707
-0.000615232
-0.00239916
0.000870011
-0.000670001
-0.00255747
0.000615142
-0.000701624
-0.00270256
0.000330904
-0.000742412
-0.00285873
6.06548e-05
-0.000750194
-0.00300388
-0.000302952
-0.000735805
-0.00314773
-0.000733045
-0.000730371
-0.00329054
-0.00119154
-0.000729146
-0.00339586
-0.00167595
-0.00070988
-0.00346269
-0.00218703
-0.000674416
-0.0034759
-0.00271533
-0.000588342
-0.0034046
-0.00322893
-0.000460714
-0.0031984
-0.00366367
-0.00031026
-0.00280021
-0.0038864
-0.000154758
-0.00226467
-0.00377866
1.64293e-05
-0.00156136
-0.0032519
0.000176425
-0.000872152
-0.00213421
0.000315914
-0.000324134
-0.000724903
0.000344443
-9.3782e-05
0.000235058
0.000243167
0.000352134
0.000119904
5.48753e-06
0.00119898
0.000409105
-4.77994e-05
0.00216766
0.000702267
-0.000151062
0.00273842
0.000674513
-0.000269077
0.00307099
0.00048052
-0.000393563
0.0033006
0.000308589
-0.000522103
0.00345982
0.00016352
-0.000650706
0.00356467
6.58711e-05
-0.00077374
0.00359458
-4.46844e-05
-0.000884367
0.00356787
-0.000153161
-0.000971691
0.00347009
-0.000240622
-0.00104255
0.00330975
-0.000319462
-0.00109517
0.00308425
-0.000388226
-0.00113863
0.00280808
-0.000445851
-0.00117971
0.0025002
-0.000480615
-0.00123489
0.00219121
-0.000496441
-0.00131335
0.00190563
-0.000498222
-0.00141619
0.00166431
-0.000503388
-0.00154381
0.00145152
-0.000509233
-0.0016805
0.00126249
-0.000529738
-0.00182173
0.00107645
-0.000565183
-0.001957
0.000873347
-0.000601241
-0.00208559
0.000667749
-0.000647864
-0.00220831
0.000415656
-0.000684339
-0.00234445
0.000152281
-0.000717561
-0.00249867
-0.000112982
-0.000724462
-0.00264981
-0.00048098
-0.000733027
-0.00281089
-0.000878599
-0.000751078
-0.00295573
-0.00130723
-0.000763557
-0.00308991
-0.00177163
-0.000769937
-0.0032033
-0.00229168
-0.0007246
-0.00328408
-0.00286255
-0.000653617
-0.00329458
-0.00346175
-0.000550009
-0.00319882
-0.00401808
-0.000418812
-0.00291962
-0.00443078
-0.000267805
-0.00242911
-0.00452343
-0.00011313
-0.001774
-0.00415174
5.04389e-05
-0.000996867
-0.00312916
0.000188767
-0.000362384
-0.00151845
0.000286008
-6.60417e-05
-7.54266e-05
0.000215775
0.00031111
0.000119752
4.00437e-05
0.0013118
0.000376729
4.04598e-05
0.00239452
0.000690049
-4.17835e-06
0.00299298
0.000671574
-7.50513e-05
0.00330666
0.000472836
-0.000167495
0.00349994
0.000280041
-0.000274495
0.00360984
0.000122265
-0.000384154
0.00366803
1.425e-05
-0.000499441
0.00365667
-9.94472e-05
-0.000597164
0.00359319
-0.00019428
-0.000683432
0.00346627
-0.000275635
-0.000760429
0.0032778
-0.000349207
-0.000825075
0.00302222
-0.000410155
-0.000884841
0.00271021
-0.000452671
-0.000946025
0.00237094
-0.000471737
-0.00101653
0.0020446
-0.00047413
-0.00110563
0.00175013
-0.000466437
-0.00120927
0.00150236
-0.000466083
-0.00132199
0.00128107
-0.000478719
-0.0014322
0.00107674
-0.000504764
-0.0015354
0.000873745
-0.000545274
-0.00163517
0.000666681
-0.000586171
-0.00173173
0.00046226
-0.000621927
-0.00183404
0.000218397
-0.00065182
-0.00197063
-1.52314e-05
-0.000672927
-0.00210277
-0.000297871
-0.000681359
-0.00226051
-0.000624825
-0.000709007
-0.00241773
-0.000974445
-0.000741066
-0.00257573
-0.00136753
-0.000768747
-0.00273522
-0.00181372
-0.000757459
-0.00289315
-0.0023353
-0.000732804
-0.00303289
-0.0029353
-0.000675156
-0.00311842
-0.00359618
-0.000594322
-0.00310306
-0.00425883
-0.00048375
-0.00294011
-0.00483209
-0.000338691
-0.00255011
-0.00515273
-0.000187762
-0.00194246
-0.00499337
-4.41788e-05
-0.00116083
-0.00413511
8.60395e-05
-0.000435681
-0.00243445
0.000182056
-4.04813e-05
-0.000589305
0.000201154
0.000232063
0.00011479
8.2429e-05
0.00137457
0.00031997
0.000129958
0.00257194
0.00064982
0.000130446
0.00320963
0.000647397
9.91067e-05
0.00350594
0.000451156
4.67775e-05
0.00366514
0.000244965
-2.40255e-05
0.00373126
7.07161e-05
-9.59821e-05
0.00374589
-5.26893e-05
-0.000199391
0.00370698
-0.000158961
-0.000310392
0.00361984
-0.000238628
-0.000413806
0.00346312
-0.000312944
-0.000500148
0.00323875
-0.000377034
-0.000581187
0.00295549
-0.000427013
-0.000660448
0.00261361
-0.000452867
-0.000738626
0.00225062
-0.000454826
-0.000821793
0.00191068
-0.000445724
-0.000907108
0.00160576
-0.000432285
-0.000995186
0.0013453
-0.00043089
-0.00107885
0.00110745
-0.000445009
-0.0011529
0.000885538
-0.000479408
-0.00122084
0.000668501
-0.000521689
-0.00129612
0.000464755
-0.000561972
-0.00136984
0.000261552
-0.000596206
-0.00147774
3.89698e-05
-0.000612837
-0.00160005
-0.000187179
-0.000626396
-0.00173861
-0.000450967
-0.000643993
-0.00188968
-0.000735115
-0.000674622
-0.00204032
-0.00104998
-0.000706934
-0.00220257
-0.00141024
-0.000723038
-0.00237769
-0.00183355
-0.000728358
-0.0025632
-0.00234552
-0.000713024
-0.00274203
-0.00295052
-0.000681231
-0.00288416
-0.00364717
-0.000626976
-0.00294842
-0.00439035
-0.000539213
-0.00287368
-0.00510643
-0.000417347
-0.00260331
-0.00563458
-0.000264404
-0.00206453
-0.00573876
-0.000117864
-0.00131072
-0.0050922
8.50489e-07
-0.000510127
-0.00343799
9.85852e-05
-4.19767e-05
-0.00121042
0.000144215
0.000113842
8.46663e-05
0.000121168
0.00138971
0.000273939
0.000212069
0.00270658
0.000620409
0.000244977
0.00340445
0.000632098
0.000233725
0.00369752
0.000443312
0.000209956
0.00381134
0.000226855
0.000177125
0.00383033
3.3555e-05
0.000122052
0.00380914
-9.72553e-05
4.46894e-05
0.00374719
-0.000205263
-4.08374e-05
0.00363175
-0.000281822
-0.000144297
0.00345786
-0.000345435
-0.00025659
0.00321482
-0.000397921
-0.000365845
0.00290383
-0.000434341
-0.000466312
0.00253342
-0.000446572
-0.000557138
0.00214192
-0.000433385
-0.000644354
0.00178566
-0.000411536
-0.000719349
0.001468
-0.00039443
-0.000780088
0.00118964
-0.000393855
-0.000828645
0.000932766
-0.00040977
-0.000867267
0.000694805
-0.000448013
-0.000912936
0.000472923
-0.000489112
-0.00097366
0.000273127
-0.000534346
-0.00105345
7.12013e-05
-0.000556819
-0.00116166
-0.00013467
-0.000577101
-0.00127998
-0.00035377
-0.000588489
-0.00141423
-0.000584867
-0.000607815
-0.00155348
-0.000837466
-0.000633942
-0.00170093
-0.00112311
-0.000655952
-0.00185975
-0.00145749
-0.000672014
-0.00203751
-0.0018525
-0.000679928
-0.00223127
-0.00233975
-0.000682612
-0.00243271
-0.00292885
-0.000672802
-0.00261635
-0.00363899
-0.000637883
-0.00274472
-0.00443344
-0.000571733
-0.00275661
-0.00526641
-0.000467466
-0.00258749
-0.00597719
-0.000330644
-0.00215998
-0.0063493
-0.000179504
-0.00146444
-0.00596553
-5.62734e-05
-0.000622814
-0.00446951
1.28362e-05
-4.07426e-05
-0.00196247
5.76023e-05
-2.38138e-05
1.59714e-05
0.00017184
0.00134385
0.000183286
0.000311411
0.0027847
0.000545767
0.000383908
0.00355352
0.000585043
0.000404419
0.00385987
0.000408129
0.000391127
0.00396482
0.000180213
0.000350753
0.00394524
-2.00537e-05
0.000287741
0.00388916
-0.000148826
0.000223735
0.00378185
-0.00025793
0.000147576
0.00364099
-0.000332588
6.04573e-05
0.00344052
-0.000391544
-4.3145e-05
0.00317017
-0.000425097
-0.000156676
0.00283933
-0.000444362
-0.000270124
0.0024591
-0.000442735
-0.000374836
0.0020553
-0.000418615
-0.000462114
0.0016816
-0.000381586
-0.000527759
0.00134274
-0.000354904
-0.00056348
0.00104503
-0.000350481
-0.000581771
0.000770184
-0.000367154
-0.000595653
0.000517398
-0.000401579
-0.000629719
0.000292002
-0.000441938
-0.000691355
9.10509e-05
-0.000493469
-0.000783824
-0.000104675
-0.000524043
-0.000896636
-0.0002999
-0.000549558
-0.00101948
-0.000503098
-0.000563124
-0.00114873
-0.000716511
-0.000576274
-0.00128027
-0.00095239
-0.000587548
-0.00141759
-0.00121304
-0.000600465
-0.00156719
-0.00151832
-0.000617345
-0.00173477
-0.00187893
-0.000635329
-0.00192431
-0.0023316
-0.000651866
-0.00213402
-0.00288974
-0.000658397
-0.00234424
-0.00359151
-0.000646133
-0.00252056
-0.00441365
-0.000601842
-0.00260338
-0.00533363
-0.0005182
-0.00252108
-0.0062042
-0.000394535
-0.00219231
-0.00682268
-0.000245101
-0.0015735
-0.00673696
-0.000102551
-0.000732711
-0.00546837
-4.02565e-05
-5.15027e-05
-0.00278919
-9.19936e-07
-0.000183277
-4.25093e-05
0.000184256
0.00127534
0.000131572
0.000364493
0.002822
0.000522424
0.000491092
0.00365125
0.000587551
0.000548039
0.00397894
0.000420706
0.000563964
0.0040833
0.000190511
0.000537795
0.00403265
-2.84205e-05
0.000493183
0.00395453
-0.000163076
0.000432902
0.00381897
-0.000279926
0.000359204
0.00364905
-0.000350855
0.000266928
0.0034227
-0.000403609
0.000153085
0.00313483
-0.000431226
2.43108e-05
0.00278612
-0.000436886
-9.64639e-05
0.00239327
-0.000425227
-0.000211292
0.00198759
-0.0003934
-0.000297248
0.00159931
-0.000349728
-0.000352052
0.00124168
-0.000313474
-0.00036724
0.000917401
-0.000301266
-0.000362493
0.000620995
-0.000312246
-0.00036259
0.000356927
-0.000343446
-0.000384435
0.000120592
-0.000393105
-0.000454139
-8.14899e-05
-0.000449991
-0.000556307
-0.000269197
-0.000499644
-0.000676856
-0.000458963
-0.000528923
-0.000800197
-0.000656221
-0.000540418
-0.000923853
-0.000859258
-0.000544782
-0.00104523
-0.00108074
-0.000545841
-0.00116836
-0.00131922
-0.000550812
-0.00130013
-0.00159745
-0.000561335
-0.00145106
-0.00192011
-0.000581542
-0.00162721
-0.00233076
-0.000608679
-0.00183358
-0.00284327
-0.000634918
-0.00205833
-0.00351635
-0.000646068
-0.00227309
-0.00433955
-0.000630088
-0.0024198
-0.00532004
-0.000570474
-0.00242721
-0.00632071
-0.000463683
-0.00220099
-0.00716627
-0.000317634
-0.00168146
-0.00738553
-0.000163775
-0.000862231
-0.00642245
-8.5928e-05
-0.000101642
-0.0037008
-6.94943e-05
-0.000385596
-0.000115103
0.00021237
0.00114931
3.53595e-05
0.000438585
0.0028272
0.000406933
0.000607496
0.00372051
0.000504674
0.000706974
0.00407506
0.000375926
0.000746673
0.00418206
0.00015019
0.000720805
0.00411734
-5.71989e-05
0.000682067
0.00401499
-0.000198685
0.000620248
0.00385307
-0.000310665
0.000550163
0.00365181
-0.000383368
0.000460375
0.00339654
-0.000427675
0.000347322
0.00309274
-0.000446367
0.000210258
0.00273975
-0.000444184
6.42124e-05
0.00235074
-0.000416375
-6.93741e-05
0.00194613
-0.000375537
-0.00015211
0.00153891
-0.000317991
-0.000187401
0.00115839
-0.000266844
-0.000187547
0.000812682
-0.000238885
-0.000174463
0.000503095
-0.000244399
-0.000161946
0.000224915
-0.000278887
-0.000176551
-2.79086e-05
-0.000332885
-0.000249744
-0.000234444
-0.000406589
-0.000364552
-0.0004267
-0.000466145
-0.000492642
-0.000618308
-0.000501863
-0.000619078
-0.000811969
-0.000511044
-0.000738619
-0.00100682
-0.000509722
-0.000850349
-0.00121615
-0.000505832
-0.000957865
-0.00143601
-0.000503817
-0.00106974
-0.00168934
-0.000512301
-0.00119897
-0.00197593
-0.00053112
-0.00135537
-0.00234393
-0.000561669
-0.00154706
-0.00280639
-0.000599013
-0.00176705
-0.00343753
-0.000633762
-0.00199826
-0.00423526
-0.000651251
-0.0021921
-0.00523809
-0.000627816
-0.00228071
-0.00632794
-0.000551032
-0.00216271
-0.00736477
-0.000417797
-0.00175696
-0.00787629
-0.000255663
-0.00100528
-0.00728779
-0.000123432
-0.000184732
-0.0046499
-0.000103857
-0.000677011
-0.000146416
0.000194734
0.00103039
4.49455e-05
0.000440589
0.00280405
0.000398067
0.000649624
0.00375844
0.000511105
0.00078877
0.00414524
0.000393626
0.000866908
0.00425406
0.000173973
0.000874691
0.00418481
-4.58658e-05
0.000872196
0.00405187
-0.000200249
0.000831003
0.00386502
-0.000306282
0.00076033
0.00364814
-0.000361567
0.000658787
0.00337885
-0.000400557
0.000525123
0.00305993
-0.000411793
0.000366037
0.00269927
-0.000405986
0.000205536
0.00230696
-0.000379243
5.69096e-05
0.001904
-0.000338725
-4.24773e-05
0.00149352
-0.000275447
-7.92828e-05
0.00109544
-0.000217305
-7.04653e-05
0.000726618
-0.000179861
-4.99392e-05
0.00040044
-0.000179185
-2.18983e-05
0.000105096
-0.000212061
-2.30353e-05
-0.000159592
-0.000269399
-8.21946e-05
-0.000386412
-0.000359062
-0.000200271
-0.000582137
-0.000428843
-0.000332458
-0.000776795
-0.000462242
-0.000455842
-0.000964979
-0.00047011
-0.000567577
-0.00115197
-0.000463052
-0.000667356
-0.00134765
-0.000452031
-0.000758207
-0.00155073
-0.000442622
-0.000849273
-0.00178202
-0.000446628
-0.000955812
-0.00203587
-0.000465405
-0.00108963
-0.00236305
-0.000500491
-0.001264
-0.00277134
-0.000549465
-0.0014766
-0.00334979
-0.000607473
-0.00171648
-0.00410142
-0.000660533
-0.0019446
-0.00509236
-0.000684232
-0.00210337
-0.00622514
-0.000649626
-0.00209187
-0.00740919
-0.000537774
-0.00181852
-0.00817841
-0.000380578
-0.00117388
-0.00799192
-0.000215345
-0.000325052
-0.00559597
-0.000152685
-0.0011098
-0.000186818
0.000164329
0.00092715
-5.323e-06
0.000435607
0.00271629
0.000342011
0.000698924
0.00371189
0.000472724
0.000886787
0.00414087
0.000400617
0.00100437
0.00426282
0.000208422
0.00103068
0.00420643
-3.32543e-06
0.00102583
0.00406207
-0.000172215
0.00097346
0.00385892
-0.00027862
0.00089219
0.00361498
-0.000345917
0.00078352
0.00332799
-0.000384408
0.000647079
0.00300228
-0.000397161
0.000484246
0.00264597
-0.000395668
0.000309166
0.0022608
-0.0003672
0.000146547
0.00186022
-0.000327053
5.25529e-05
0.001445
-0.00024609
3.58638e-05
0.0010393
-0.000166704
5.71072e-05
0.000662348
-0.000117656
9.2898e-05
0.000317371
-0.000112276
0.000127405
-2.74737e-06
-0.000128721
0.000114443
-0.000255325
-0.000184868
4.9717e-05
-0.000507211
-0.000279441
-6.50007e-05
-0.000722138
-0.00036593
-0.000195512
-0.000915265
-0.000399735
-0.000317067
-0.00109212
-0.000406592
-0.000421346
-0.00127384
-0.000397759
-0.000511693
-0.00146043
-0.000385682
-0.000586129
-0.00165183
-0.000369443
-0.000657349
-0.00186618
-0.000367349
-0.0007435
-0.00209202
-0.000381249
-0.00085435
-0.00238557
-0.000413946
-0.00099918
-0.00274708
-0.000464866
-0.0011814
-0.00326872
-0.000534196
-0.00139934
-0.00395643
-0.000613658
-0.00163348
-0.00489524
-0.000678394
-0.00184769
-0.00600969
-0.000696324
-0.0019442
-0.00728098
-0.000626733
-0.00182065
-0.00826987
-0.00047624
-0.00133267
-0.00848099
-0.000310305
-0.000518263
-0.00647714
-0.000184205
-0.00168249
-0.000231049
0.000132462
0.000848318
1.93099e-05
0.00041205
0.00260239
0.000324685
0.000702241
0.00362697
0.00045587
0.000924482
0.0040973
0.000408308
0.00107558
0.0042388
0.000245149
0.00113625
0.00419212
3.37663e-05
0.00115218
0.00403881
-0.000129977
0.00111554
0.00382901
-0.000241308
0.00103721
0.00357194
-0.000316522
0.000919066
0.00328083
-0.000359402
0.000766949
0.0029564
-0.00037727
0.000592909
0.00259907
-0.000377699
0.000406921
0.00221424
-0.00034972
0.000232318
0.0018087
-0.000310306
0.000129911
0.0013967
-0.000212006
0.000117379
0.00100244
-0.000112029
0.000149642
0.00062625
-5.29817e-05
0.00020365
0.000267122
-4.42516e-05
0.000245315
-7.53637e-05
-5.65029e-05
0.000242894
-0.000328179
-0.000105216
0.000189501
-0.000582498
-0.000172107
6.9489e-05
-0.000809696
-0.000265049
-5.07879e-05
-0.00100703
-0.000301269
-0.000162888
-0.0011733
-0.000309688
-0.000265848
-0.00134761
-0.000304337
-0.000350941
-0.00152962
-0.000293746
-0.000415497
-0.00171413
-0.00027996
-0.000474025
-0.00191744
-0.000280011
-0.000549948
-0.00212222
-0.000299252
-0.000655257
-0.00238843
-0.000338016
-0.000795517
-0.00271023
-0.000395148
-0.00096805
-0.00318367
-0.000471708
-0.00117101
-0.00380886
-0.000563841
-0.00137727
-0.00469764
-0.000647607
-0.00158069
-0.00575788
-0.000681129
-0.00172342
-0.00704717
-0.000640895
-0.00172279
-0.00817952
-0.000506582
-0.00139699
-0.00875249
-0.000341772
-0.000668527
-0.00722894
-0.000200531
-0.00239121
-0.000197008
0.000117941
0.000759743
1.28995e-05
0.000405314
0.00245399
0.000265712
0.000715987
0.00350109
0.000394239
0.000965512
0.00401525
0.000374044
0.0011348
0.00418646
0.000241572
0.00121737
0.00415424
4.62563e-05
0.00124072
0.00400221
-0.000106217
0.00121037
0.00379071
-0.000225887
0.00112866
0.00352889
-0.000308237
0.00100541
0.00323372
-0.000355699
0.000850938
0.00290836
-0.000373739
0.000673945
0.00254798
-0.000368784
0.000484835
0.0021642
-0.000332863
0.000305166
0.00175773
-0.000278838
0.000208576
0.00136701
-0.00015733
0.000203889
0.000997584
-4.08555e-05
0.000255201
0.000642889
4.1625e-05
0.000305486
0.000284307
6.01173e-05
0.000341848
-7.20848e-05
5.32892e-05
0.000348822
-0.000329599
1.16959e-05
0.000297631
-0.000572957
-4.4232e-05
0.000207025
-0.000791723
-0.00010725
9.62108e-05
-0.000963264
-0.000137242
-1.17495e-05
-0.00114576
-0.000165227
-0.000100002
-0.00134108
-0.000165006
-0.00017659
-0.00152936
-0.000163278
-0.000230833
-0.00170903
-0.000149422
-0.000277769
-0.00191009
-0.000152516
-0.000342266
-0.00210542
-0.000176165
-0.000439555
-0.00235862
-0.000220149
-0.000573352
-0.00265001
-0.000280768
-0.000737761
-0.00308265
-0.000359216
-0.000938823
-0.00363738
-0.000458186
-0.00116383
-0.00445309
-0.000568615
-0.00139556
-0.00544912
-0.000634983
-0.00157434
-0.00673596
-0.000608765
-0.00163883
-0.00797216
-0.0004897
-0.00142325
-0.00886643
-0.000321342
-0.000775251
-0.00785772
-0.000196875
-0.00320248
-0.00017712
0.000105607
0.00066805
2.68304e-05
0.000396404
0.00228481
0.000221508
0.000722833
0.00334124
0.000349933
0.000995481
0.00390096
0.000346626
0.00118476
0.00410914
0.000238449
0.00129209
0.00410139
6.79251e-05
0.00132544
0.00395652
-8.74594e-05
0.00130293
0.00374682
-0.00021076
0.00122279
0.00348813
-0.000296445
0.00109416
0.0031961
-0.000344558
0.000929273
0.00288156
-0.000356835
0.000742911
0.00253507
-0.000336554
0.000554512
0.00216725
-0.000276206
0.000393057
0.00178164
-0.000187046
0.000317013
0.0014293
-5.07666e-05
0.000318053
0.00108808
8.57577e-05
0.000374006
0.000750612
0.000181207
0.000420281
0.000412473
0.000201962
0.00044847
5.57723e-05
0.000185934
0.000472034
-0.000228903
0.000155979
0.000445361
-0.000454894
0.000121296
0.000374847
-0.000669481
4.31419e-05
0.000267181
-0.000838446
-1.03742e-05
0.000130172
-0.00102711
-4.94321e-05
3.05232e-05
-0.00123453
-3.89776e-05
-4.13229e-05
-0.00143992
-3.40233e-05
-8.45079e-05
-0.00162392
-2.36793e-05
-0.000112438
-0.0018301
-3.09134e-05
-0.000168161
-0.00202797
-6.47069e-05
-0.000258152
-0.00228226
-0.000117836
-0.000393343
-0.00255461
-0.000179649
-0.000552372
-0.00296485
-0.000253922
-0.000740114
-0.00346215
-0.000345364
-0.000942831
-0.00421832
-0.000441534
-0.00115764
-0.00514702
-0.000503823
-0.00134163
-0.0064116
-0.000485695
-0.00144204
-0.00771404
-0.000379781
-0.0012961
-0.00889982
-0.000213391
-0.000754433
-0.00836968
-0.000104706
-0.00400251
-9.71891e-05
0.000101284
0.000568134
2.15032e-05
0.00038904
0.00209577
0.00017226
0.000724464
0.00315125
0.000294677
0.00101638
0.00375387
0.000307552
0.00122781
0.00400416
0.000220635
0.00135506
0.00402815
7.03537e-05
0.00139959
0.00390278
-8.0626e-05
0.00138274
0.00370029
-0.0002024
0.00130432
0.00345082
-0.000289222
0.00117134
0.00317044
-0.00033504
0.000996885
0.00287974
-0.000338101
0.000805411
0.00256808
-0.000297996
0.000632674
0.00224196
-0.000207197
0.000503604
0.00190309
-8.39837e-05
0.000445151
0.00158877
6.7787e-05
0.000447781
0.00127025
0.000188427
0.000503259
0.000946092
0.000286181
0.000555475
0.000618381
0.000327315
0.000582446
0.000295718
0.000325357
0.000617326
-1.50456e-05
0.000284116
0.000617295
-0.000252399
0.000244442
0.000556936
-0.000489406
0.000161524
0.000427423
-0.00068854
7.63169e-05
0.000278639
-0.000885575
2.55949e-05
0.000184893
-0.00107096
6.31516e-05
0.000105816
-0.00127173
8.16489e-05
6.85167e-05
-0.00146376
9.61309e-05
3.39338e-05
-0.00167928
8.52393e-05
-3.51678e-05
-0.00188
5.09958e-05
-0.000127738
-0.00214274
3.51604e-06
-0.000245071
-0.00240811
-7.12203e-05
-0.000402305
-0.0027912
-0.000155059
-0.000597497
-0.00325072
-0.000244066
-0.00080607
-0.0039547
-0.000340346
-0.00102468
-0.00481995
-0.000413079
-0.0012004
-0.00608201
-0.000400665
-0.00130292
-0.00744467
-0.000298223
-0.0011908
-0.00888455
-0.000110147
-0.00070858
-0.00880377
-3.55883e-06
-0.0047507
-2.14544e-05
9.04991e-05
0.000479815
1.71696e-05
0.000371792
0.00189708
0.000134294
0.000713428
0.00293447
0.00025372
0.00102275
0.0035773
0.000278256
0.00125854
0.00387033
0.000213062
0.00140904
0.00393065
8.30702e-05
0.00147332
0.00383126
-6.55651e-05
0.00147082
0.003642
-0.00018344
0.00140177
0.00340668
-0.000273063
0.00127468
0.00314184
-0.000322215
0.00110056
0.00287659
-0.000326841
0.00091104
0.00260762
-0.000279643
0.000749196
0.00233501
-0.000176571
0.000642929
0.00205675
-3.72979e-05
0.000596783
0.00178596
0.000110148
0.000592961
0.00149981
0.000224531
0.00064028
0.00120143
0.000331415
0.000692511
0.000891793
0.000378323
0.000739541
0.000580831
0.000407696
0.000771269
0.000274712
0.000368615
0.000785958
8.01423e-07
0.000326569
0.000727585
-0.000239934
0.000239073
0.000601316
-0.000481077
0.000154539
0.000451287
-0.000690392
0.000106705
0.000358826
-0.000854747
0.000145157
0.000288467
-0.00104644
0.000166756
0.000236227
-0.00123543
0.000191252
0.000175895
-0.00145804
0.000182637
0.000101793
-0.00167394
0.000143233
-1.84802e-05
-0.00193867
0.000102168
-0.000162838
-0.00220066
5.2636e-05
-0.000312553
-0.00258063
-2.51431e-05
-0.000504687
-0.00299884
-0.000112397
-0.000709716
-0.003672
-0.000220594
-0.00092538
-0.00448545
-0.000316614
-0.00110479
-0.00574269
-0.000314802
-0.00120532
-0.0071611
-0.000221391
-0.00111493
-0.00884287
-8.7571e-06
-0.000653393
-0.00921525
0.000109474
-0.00543412
9.49318e-05
8.45627e-05
0.000403602
7.47112e-06
0.000350593
0.00169631
9.6516e-05
0.000695695
0.00269411
0.000209033
0.00101641
0.00337431
0.000242882
0.0012744
0.00370797
0.000197666
0.00144822
0.00380787
8.70323e-05
0.00153457
0.00373935
-5.78226e-05
0.00155093
0.00356746
-0.00016723
0.00149859
0.00334762
-0.00026028
0.00138657
0.00309622
-0.000316567
0.0012268
0.00284948
-0.000329041
0.00104862
0.00261199
-0.000291076
0.000903588
0.00238844
-0.000191257
0.000813445
0.00216417
-5.8714e-05
0.00077112
0.00194284
7.3077e-05
0.00075906
0.00169608
0.000179696
0.000798549
0.00143664
0.000291605
0.00085517
0.00115184
0.000349301
0.000902623
0.000857485
0.000389074
0.000935434
0.000537361
0.000363567
0.000939659
0.000265808
0.000339464
0.000899005
7.89414e-06
0.000275236
0.000784232
-0.000230997
0.000204053
0.000649725
-0.000457239
0.0001571
0.000544235
-0.000626158
0.000169275
0.000468389
-0.00081778
0.00018509
0.000417154
-0.00100344
0.000213282
0.000351889
-0.00122607
0.000217567
0.000254112
-0.00143807
0.000194008
0.000134378
-0.00171375
0.000154519
-2.78526e-05
-0.00196525
0.000114847
-0.000210275
-0.00231966
5.00991e-05
-0.000409724
-0.00270026
-5.53578e-05
-0.000617839
-0.00334354
-0.00016635
-0.000850959
-0.00411156
-0.00028475
-0.0010601
-0.00535982
-0.000293628
-0.00118828
-0.00683482
-0.000213532
-0.00112769
-0.00877047
2.55229e-05
-0.000691893
-0.0095986
0.000172759
-0.00615574
0.00016477
7.58079e-05
0.000343789
2.48091e-06
0.000320504
0.00150179
7.42845e-05
0.000663174
0.00243989
0.000173845
0.000994746
0.00314571
0.000219652
0.00127266
0.00351797
0.00019114
0.0014747
0.00365554
0.000101967
0.00158933
0.00362411
-3.24129e-05
0.0016325
0.00347481
-0.000138488
0.00160582
0.00327337
-0.000229961
0.00151946
0.00303484
-0.000292352
0.00138798
0.00280268
-0.000315899
0.00123465
0.0025829
-0.00029693
0.00110835
0.00239122
-0.000218873
0.00103065
0.00220402
-0.000112942
0.000987381
0.00201846
-6.61752e-06
0.000964655
0.00180922
7.85303e-05
0.00098892
0.00159341
0.000182144
0.00103451
0.00134302
0.000242386
0.00108018
0.00107023
0.0002925
0.00111033
0.000743638
0.000291958
0.00110541
0.000474317
0.000282959
0.0010704
0.000206846
0.000229852
0.000979869
-1.77284e-05
0.000193607
0.000870034
-0.000246978
0.000163941
0.000755017
-0.000425357
0.000155962
0.000656246
-0.000615751
0.000166148
0.00058922
-0.000791684
0.000193355
0.000518578
-0.00100927
0.000205265
0.000417137
-0.00120352
0.000203099
0.000283685
-0.00146603
0.000182832
8.99453e-05
-0.00169012
0.000152952
-0.000102635
-0.00204911
0.000102877
-0.00032346
-0.00236212
7.63281e-06
-0.00053283
-0.00297726
-0.000115643
-0.000751161
-0.00368914
-0.000264253
-0.000960404
-0.00493145
-0.000284505
-0.00113487
-0.00643222
-0.000211848
-0.00111398
-0.0086174
3.5942e-05
-0.000750634
-0.0098975
0.000238197
-0.00693659
0.000221105
7.1076e-05
0.000289531
-3.00025e-06
0.000291142
0.00132009
5.58633e-05
0.000620061
0.00218629
0.000132062
0.000959398
0.00289684
0.000189325
0.00124936
0.0033099
0.000173289
0.00147548
0.00347814
0.000106446
0.00161884
0.00348323
-1.08879e-05
0.00169108
0.00336153
-0.000110197
0.00169515
0.00318144
-0.000198471
0.00164094
0.00295842
-0.000264124
0.0015451
0.00273978
-0.000296782
0.00142915
0.00253279
-0.000293499
0.00132965
0.00235686
-0.000246298
0.00126214
0.00218813
-0.000174477
0.00121906
0.00202267
-9.57352e-05
0.00118971
0.00184025
-2.34622e-05
0.00119617
0.00165779
6.07504e-05
0.00121414
0.0014475
0.000120382
0.00124833
0.00120325
0.000185351
0.00127735
0.000901932
0.000206291
0.00128952
0.000634654
0.000229672
0.00124712
0.000385206
0.000200701
0.00117928
0.00015574
0.000162046
0.0010704
-5.58046e-05
0.000118508
0.000961706
-0.000273326
0.000119302
0.000855529
-0.000458768
0.000126198
0.000767907
-0.000620066
0.000149992
0.000675573
-0.000808892
0.000167451
0.000572625
-0.000979362
0.000169991
0.000453343
-0.00123908
0.000167549
0.000278907
-0.0014236
0.000141831
4.7656e-05
-0.00174971
0.000111926
-0.000181459
-0.00202452
1.26733e-05
-0.000396972
-0.00258287
-0.000119536
-0.000629833
-0.00321835
-0.00026911
-0.000850319
-0.00443713
-0.000328063
-0.0010928
-0.00593035
-0.000252063
-0.00114463
-0.00835209
-1.78058e-05
-0.000858505
-0.0101048
0.000271167
-0.00780525
0.000235555
5.98885e-05
0.000245512
-5.48369e-06
0.000260039
0.00115096
4.7096e-05
0.000564683
0.00194367
0.00010843
0.000909582
0.00263169
0.000168059
0.0012132
0.00308259
0.000163699
0.00146325
0.00327893
0.000114972
0.00163932
0.00331382
2.54395e-05
0.00174732
0.00321921
-7.13641e-05
0.00179166
0.00306092
-0.000157746
0.00177723
0.0028567
-0.000227451
0.00172091
0.00265188
-0.000271221
0.00164232
0.00245441
-0.000286649
0.0015668
0.0022856
-0.00026904
0.00150886
0.00212569
-0.000227723
0.00147032
0.00197457
-0.000173075
0.00144107
0.00181149
-0.000123439
0.00143523
0.00164742
-5.42456e-05
0.00143062
0.00146199
-2.04705e-05
0.00144717
0.00124926
4.099e-05
0.00147101
0.000998331
7.08601e-05
0.00148116
0.000752784
0.000134628
0.00144176
0.00052873
0.000133469
0.00137817
0.00029148
0.000126346
0.0012819
9.43006e-05
0.000101972
0.00117565
-0.000112054
8.34871e-05
0.00107465
-0.000319896
0.000103062
0.00098057
-0.00046378
0.000120436
0.0008803
-0.000626751
0.000138985
0.000760392
-0.000764043
0.000140486
0.000625262
-0.00100908
0.000138635
0.000459678
-0.00116585
0.000113962
0.000258382
-0.00147114
8.5196e-05
1.47577e-05
-0.00168171
1.56504e-05
-0.000207829
-0.00219611
-0.000108302
-0.000443913
-0.00273451
-0.00025553
-0.000665677
-0.00390713
-0.00033386
-0.000963593
-0.00534502
-0.000269645
-0.00111469
-0.00796705
-5.09732e-05
-0.000930559
-0.0102031
0.000298148
-0.00875765
0.000265837
5.36274e-05
0.000207184
-9.20912e-06
0.000226581
0.00100535
3.46099e-05
0.000502188
0.00172294
8.26437e-05
0.000834117
0.00236979
0.000137704
0.00115029
0.00283657
0.000146085
0.00141541
0.00306324
0.000110297
0.00162314
0.00312418
4.25989e-05
0.00176364
0.00305288
-4.07989e-05
0.00184713
0.00291481
-0.000124899
0.00187754
0.00272498
-0.000195225
0.00186534
0.00253317
-0.00024793
0.00182777
0.00234238
-0.000279408
0.00178321
0.00217579
-0.000286321
0.00174334
0.00201849
-0.000273638
0.00171207
0.00187611
-0.000244609
0.00168529
0.00172666
-0.000216887
0.00167478
0.00158256
-0.000167243
0.00166163
0.00141989
-0.00013889
0.00165933
0.00124008
-8.03412e-05
0.00166188
0.00102496
-5.72382e-05
0.00166234
0.000804238
1.02928e-06
0.00163054
0.000604164
2.59688e-05
0.00156652
0.000382933
5.2967e-05
0.00148496
0.000198886
6.17569e-05
0.00138537
2.78594e-05
6.28728e-05
0.00129686
-0.000176318
7.45323e-05
0.00120488
-0.000307031
9.40079e-05
0.00110974
-0.000458565
0.000114489
0.00098482
-0.000561139
0.000116146
0.000839692
-0.000787903
0.000109318
0.000652785
-0.000905729
8.95455e-05
0.000452902
-0.00119728
6.4935e-05
0.000239532
-0.00136074
-6.11219e-06
2.67896e-05
-0.00183145
-9.71855e-05
-0.000217973
-0.00225595
-0.000226256
-0.000450428
-0.00336371
-0.000335347
-0.000784738
-0.00470295
-0.00027635
-0.00103602
-0.00747296
-7.36634e-05
-0.000977631
-0.0101706
0.000322292
-0.00977234
0.00030386
3.68965e-05
0.000186592
-8.78434e-06
0.000183583
0.000889315
2.87902e-05
0.000429585
0.0015293
7.1224e-05
0.000743474
0.00212462
0.000120381
0.00106981
0.00257681
0.000143286
0.00135575
0.00282693
0.000122038
0.00159334
0.0029048
7.2694e-05
0.00177885
0.00284935
6.43053e-06
0.00190495
0.00273533
-7.64891e-05
0.00197982
0.00256191
-0.000147928
0.00201519
0.00238023
-0.000206209
0.00201992
0.00219776
-0.000250704
0.00200662
0.00203602
-0.000275446
0.00198644
0.00188335
-0.000288225
0.00196495
0.00174696
-0.000279791
0.00194188
0.00161019
-0.000274374
0.00192794
0.00148244
-0.000243522
0.00191321
0.00134082
-0.000237841
0.00190022
0.00119036
-0.000190711
0.00188347
0.00100491
-0.000167746
0.00187192
0.000815776
-0.000105622
0.00182902
0.000633728
-6.9142e-05
0.00176885
0.000429484
-3.02836e-05
0.00169926
0.000251273
6.36601e-06
0.00161846
0.000113892
3.14332e-05
0.00153507
-5.6009e-05
5.58806e-05
0.00144173
-0.000164638
7.7038e-05
0.00134842
-0.000302774
9.74545e-05
0.00122748
-0.000380285
9.12906e-05
0.0010695
-0.000580488
8.3569e-05
0.000885666
-0.000672799
6.06793e-05
0.00068047
-0.00094112
4.11649e-05
0.000461053
-0.00104681
-2.13292e-05
0.00026654
-0.00148802
-0.000108067
3.36306e-05
-0.00180554
-0.000209633
-0.000205898
-0.00283673
-0.00031085
-0.000568607
-0.00402942
-0.000264156
-0.000912299
-0.00688831
-6.7746e-05
-0.00100151
-0.00999879
0.000377796
-0.0108518
0.000416991
2.79987e-05
0.000178597
-8.91801e-06
0.000137567
0.000818586
1.47133e-05
0.000344195
0.00137798
5.39079e-05
0.000622538
0.00191781
9.55142e-05
0.000939536
0.00233059
0.000128998
0.00124202
0.00257739
0.000128172
0.00149879
0.0026739
9.60778e-05
0.00172352
0.00262206
4.80321e-05
0.00189508
0.00252196
-2.22483e-05
0.00201913
0.00236565
-9.94767e-05
0.00209954
0.00220062
-0.000162546
0.00214843
0.00202715
-0.000215533
0.00217391
0.00187169
-0.000255843
0.00218349
0.00172491
-0.000284588
0.00218105
0.00159505
-0.000296682
0.00217043
0.00146933
-0.000309764
0.00216269
0.00135421
-0.000299378
0.0021494
0.0012346
-0.000310573
0.0021293
0.00111474
-0.000279254
0.0020983
0.000954194
-0.000266206
0.00207312
0.000786673
-0.000198318
0.00202793
0.000630774
-0.000145024
0.00197352
0.000448982
-0.00010011
0.00191375
0.000278254
-5.48713e-05
0.00185091
0.00015555
-1.85852e-05
0.00177535
1.39108e-05
2.48617e-05
0.00169095
-6.90071e-05
5.34823e-05
0.00160529
-0.000197857
7.533e-05
0.00150478
-0.00024516
6.78232e-05
0.00136069
-0.000394405
4.40441e-05
0.00117317
-0.000448158
3.16912e-05
0.000975528
-0.000707642
1.28907e-05
0.000754372
-0.000757873
-3.59736e-05
0.000554769
-0.0011705
-0.000102761
0.000322287
-0.00136223
-0.000215999
7.50251e-05
-0.00232227
-0.000282939
-0.000324479
-0.00334273
-0.000275583
-0.000771805
-0.00620512
-7.23648e-05
-0.00101335
-0.00969234
0.000427898
-0.012029
0.000585112
-2.10289e-05
0.000226694
4.26003e-06
5.76038e-05
0.000787401
2.28907e-05
0.000227337
0.00127865
5.46612e-05
0.000491365
0.00173598
0.000103012
0.000801435
0.00210303
0.000137598
0.00113003
0.00231656
0.000157628
0.00141561
0.00242912
0.000139057
0.00167616
0.0023747
0.00010762
0.00189432
0.002291
5.07859e-05
0.00206638
0.00214847
-1.50173e-05
0.00219291
0.00199791
-9.03377e-05
0.00228453
0.00184076
-0.000155755
0.00234439
0.00169924
-0.000206999
0.00238196
0.00156154
-0.000251181
0.00240224
0.0014408
-0.000280492
0.00240775
0.00132511
-0.000306867
0.00240624
0.00122629
-0.000316074
0.00239694
0.00112695
-0.000341249
0.00237245
0.00103621
-0.000324311
0.002335
0.0008949
-0.000320493
0.00230362
0.000751218
-0.000260018
0.00225671
0.000613846
-0.000202779
0.00220712
0.000452002
-0.000146125
0.0021651
0.000285041
-9.13301e-05
0.00210737
0.000185392
-5.25848e-05
0.00205871
3.9382e-05
-3.463e-06
0.00198615
-3.46264e-06
1.86819e-05
0.00191142
-0.000128007
4.74849e-05
0.00180948
-0.000132233
3.71952e-05
0.00168822
-0.000250005
1.64253e-05
0.00151855
-0.000249958
-2.61701e-07
0.0013279
-0.000486874
-1.96242e-05
0.00111226
-0.00049573
-5.06881e-05
0.000909945
-0.000888385
-9.72295e-05
0.000673712
-0.000977146
-0.000180938
0.000412173
-0.0018308
-0.000262699
-1.20594e-05
-0.00265844
-0.000264263
-0.000545949
-0.00543803
-0.000137619
-0.000945316
-0.00925288
0.000453936
-0.0132785
0.000787108
-3.91944e-05
0.000301089
2.12686e-05
-3.81346e-05
0.000840991
3.39313e-05
8.24722e-05
0.00124303
6.01089e-05
0.000303974
0.00161767
9.97982e-05
0.00058725
0.00192183
0.000150215
0.000924393
0.00206829
0.000188476
0.00124141
0.00217551
0.000185962
0.00153807
0.00211589
0.000174085
0.00180521
0.00203934
0.000130704
0.00202875
0.00191571
7.24735e-05
0.0022093
0.00178372
2.78137e-06
0.00234691
0.00163664
-6.34317e-05
0.00245716
0.00151164
-0.000137367
0.00253544
0.00139166
-0.000191952
0.0025877
0.00128548
-0.000235369
0.00261908
0.00118122
-0.000274638
0.00263292
0.00110314
-0.000304408
0.00263586
0.00102289
-0.000344175
0.00261348
0.000962496
-0.000343998
0.00257849
0.000837084
-0.000345785
0.00254691
0.000727416
-0.000302454
0.00250026
0.000598637
-0.00024157
0.00245413
0.00045015
-0.000177628
0.00242648
0.000277111
-0.000113811
0.00239346
0.000198985
-7.39395e-05
0.00237356
4.14231e-05
-2.21734e-05
0.00232946
3.8922e-05
-3.47223e-06
0.00228472
-8.32314e-05
2.43398e-05
0.00220691
-3.74321e-05
3.18309e-06
0.00211046
-0.000140162
-1.24739e-05
0.00197355
-9.55435e-05
-2.99384e-05
0.00180425
-0.000289338
-4.02533e-05
0.00162732
-0.000275865
-7.77296e-05
0.00144041
-0.000635996
-0.00010267
0.00122373
-0.000656708
-0.000168653
0.000950494
-0.00141962
-0.000211386
0.000504714
-0.00200347
-0.00025556
-0.000163069
-0.00454654
-0.000220596
-0.000694489
-0.00869059
0.000393435
-0.0144552
0.000984538
-0.000164939
0.000509607
6.26956e-05
-0.000197729
0.000952566
8.43389e-05
-0.000148176
0.00129149
0.000121781
7.34575e-05
0.00151829
0.000181704
0.000390071
0.0017376
0.000229467
0.000756217
0.0018252
0.00028674
0.00111558
0.00190978
0.000293616
0.00145234
0.00185031
0.000294154
0.00176357
0.00177552
0.000254271
0.00203288
0.00167119
0.000205874
0.00226188
0.00156209
0.000150852
0.00244877
0.00143994
8.22208e-05
0.0026022
0.00132937
1.15592e-05
0.00271558
0.00122084
-5.69143e-05
0.00280144
0.00113812
-0.000131434
0.00285808
0.00105514
-0.000193213
0.00289372
0.000997109
-0.000239026
0.00290858
0.000939626
-0.000290707
0.00288887
0.000914065
-0.000303737
0.00286589
0.000804984
-0.000317586
0.00284428
0.00072641
-0.000293089
0.00281412
0.000590668
-0.000225116
0.00279126
0.000447747
-0.000163254
0.00279545
0.000256281
-9.19396e-05
0.00280082
0.000191193
-5.13526e-05
0.00281802
1.78994e-05
3.24369e-06
0.00281264
6.3981e-05
6.21221e-06
0.00278834
-4.87403e-05
3.90495e-05
0.00273673
3.94603e-05
1.02422e-05
0.00267348
-3.35978e-05
-3.01021e-05
0.00256639
4.58736e-05
-4.21531e-05
0.00243291
-0.00011997
-6.48094e-05
0.00229493
-8.56598e-05
-8.06724e-05
0.0021249
-0.000424947
-9.64198e-05
0.00197694
-0.000426229
-0.000156107
0.00172899
-0.00108024
-0.000195557
0.00134283
-0.00151922
-0.000188705
0.000562701
-0.00363448
-0.000292285
-0.000101501
-0.00800147
0.000299538
-0.015232
0.00121012
-5.92044e-05
0.000609678
0.000104623
-0.000274837
0.00126759
0.000119128
-0.000337998
0.00148495
0.000187392
-0.000231198
0.00154882
0.000269401
5.09499e-05
0.00160576
0.000349765
0.000436093
0.00158868
0.000435802
0.000867268
0.00160706
0.000450627
0.00126178
0.00155613
0.000472736
0.00163352
0.0014843
0.000433371
0.00196533
0.0014004
0.000385293
0.00225262
0.00131589
0.000324306
0.00249409
0.00122091
0.000261596
0.0026976
0.00113527
0.000191814
0.00286531
0.00104964
0.000121396
0.00300048
0.000984754
4.85558e-05
0.00310045
0.000922234
-3.37327e-05
0.0031814
0.000884727
-0.000107209
0.00323846
0.000853373
-0.000172615
0.00325911
0.000872693
-0.000213246
0.00326895
0.000785841
-0.000244571
0.0032715
0.000737461
-0.000241173
0.00326528
0.000597083
-0.000184591
0.00327046
0.000447103
-0.000121789
0.00330792
0.000225786
-5.66387e-05
0.00336702
0.000150004
-4.86152e-06
0.00344937
-4.61865e-05
5.58819e-05
0.00351921
3.45704e-05
6.30756e-05
0.00355562
-5.76201e-05
9.38557e-05
0.00357919
7.06131e-05
4.64135e-05
0.00358103
4.22204e-05
8.8268e-06
0.00353837
0.000168887
-3.22643e-05
0.00346782
9.17307e-06
-3.92578e-05
0.00340814
3.50225e-05
-6.17754e-05
0.00330776
-0.000246596
-0.000104122
0.00325214
-0.000296177
-0.000107654
0.0030758
-0.000841408
-0.000178819
0.00278219
-0.0012328
-7.37459e-05
0.00190095
-0.00274435
-0.000255121
0.00100263
-0.0071294
0.000174074
-0.0151295
0.00147739
-0.000741158
0.00139944
0.000142554
-0.00080064
0.00142825
0.000247031
-0.000764225
0.00157458
0.000402676
-0.000571807
0.00150019
0.000583649
-0.000174606
0.00134352
0.000708982
0.00022308
0.00132004
0.000809524
0.00070062
0.00124349
0.000823187
0.00115348
0.00120088
0.000836956
0.00158456
0.00112864
0.000791977
0.00197267
0.00107181
0.000740285
0.00232224
0.00101029
0.000670469
0.00263079
0.000942388
0.000592073
0.00290624
0.000877421
0.000504209
0.00315094
0.000812339
0.000410622
0.00336736
0.000771113
0.00031372
0.00355311
0.000735553
0.000214745
0.00371694
0.0007213
0.000129571
0.00384783
0.00073071
2.69359e-05
0.00395073
0.000795256
-4.4973e-05
0.00406522
0.000712236
-9.56709e-05
0.00419791
0.000662768
-0.000104988
0.00430646
0.00052755
-5.044e-05
0.00442878
0.000362988
9.33584e-06
0.00455715
0.000132725
9.57338e-05
0.0047068
5.31762e-05
0.000130316
0.00484748
-0.000131411
0.000172008
0.00498336
-3.60494e-05
0.000181717
0.00505145
-7.33247e-05
0.00021052
0.0051298
6.32411e-05
0.000165071
0.00518787
7.66789e-05
0.00012783
0.00523151
0.000240766
5.87704e-05
0.00523934
0.000114008
2.51187e-05
0.0052478
0.000114044
1.26626e-05
0.00520326
-0.000105025
-3.74485e-05
0.00516228
-0.000202372
3.2657e-05
0.00501059
-0.000581307
-0.000171026
0.00477723
-0.00105121
8.61506e-05
0.00401323
-0.00205638
-9.99924e-05
0.00272636
-0.006096
0.00031372
-0.0135271
0.00181902
-0.00178748
0.00320857
0.000605686
-0.00181338
0.00159487
0.000747542
-0.00158713
0.00150514
0.000866329
-0.000997853
0.00107491
0.000975238
-0.000342966
0.000869793
0.00106969
0.000354133
0.000746816
0.0011681
0.00102605
0.000688245
0.00120172
0.00168641
0.000640989
0.00118606
0.00230115
0.000595935
0.00113051
0.00287449
0.000564798
0.00106775
0.00340383
0.000534723
0.000985803
0.00388803
0.000499609
0.00089993
0.00433252
0.000464546
0.000803928
0.00474147
0.000426542
0.00070749
0.00512709
0.000406667
0.000606478
0.00548736
0.000401451
0.000502114
0.00583161
0.000406739
0.000408454
0.00617929
0.000420382
0.000317509
0.00654085
0.000494153
0.000221183
0.00687497
0.000443948
0.000107468
0.00724108
0.000387316
4.68798e-05
0.00755097
0.000298707
5.30995e-05
0.00780695
0.000180234
8.34958e-05
0.00798044
1.04114e-05
0.000163242
0.00813638
-5.16696e-05
0.000197471
0.00823991
-0.000183743
0.000262156
0.00840244
-0.000134997
0.00027434
0.00849477
-9.82467e-05
0.000334426
0.00863823
5.8471e-06
0.000290454
0.00877686
5.67367e-05
0.000272193
0.00897936
0.000170995
0.00020592
0.00909759
0.000136269
0.000149161
0.00923049
9.51675e-05
0.000131415
0.00927115
-3.62327e-05
5.512e-05
0.00923574
-0.000135306
0.000168399
0.00910844
-0.000392816
2.57237e-05
0.00876176
-0.0007724
0.000248191
0.0080621
-0.00155745
0.000338411
0.00578097
-0.0040848
0.000317488
-0.00907066
0.00210086
0.00319505
0.000421546
0.00480613
0.000524691
0.00633156
0.000626267
0.00743709
0.000696783
0.00833483
0.00076725
0.00911415
0.000836885
0.00983482
0.000863338
0.0105101
0.000881174
0.0111353
0.000867825
0.0117254
0.000841536
0.0122806
0.000797735
0.0127933
0.00074685
0.0132629
0.000684621
0.0136829
0.000619943
0.0140745
0.000550142
0.0144639
0.000475727
0.0148537
0.0004037
0.0152555
0.000313003
0.0157482
0.000193082
0.0161969
0.000105837
0.0166036
3.92711e-05
0.0169222
1.45312e-05
0.0171138
1.28278e-05
0.0171235
5.62562e-05
0.017094
9.51696e-05
0.0169202
0.000165001
0.0168037
0.000207639
0.0167343
0.000277013
0.016781
0.000304031
0.0169027
0.000307734
0.0171442
0.000301694
0.0173831
0.000212633
0.017554
0.00022321
0.0176213
0.000100907
0.0175227
0.000191782
0.017173
0.000127798
0.0163893
0.000168901
0.0146783
0.000490729
0.0103717
0.000480973
0.00214789
2.63501e-05
-9.91413e-06
1.06933e-05
7.23006e-05
-2.76547e-05
1.36333e-05
0.000119012
-2.63343e-05
1.33416e-05
0.00015903
-1.94486e-05
1.27694e-05
0.000190649
-9.70185e-06
1.31235e-05
0.000217751
-3.10966e-06
1.39368e-05
0.000240103
6.21348e-06
1.53845e-05
0.000257714
1.37283e-05
1.71027e-05
0.000266469
2.67148e-05
1.89348e-05
0.000262526
4.19897e-05
1.86866e-05
0.000249587
4.51271e-05
1.89559e-05
0.000230799
4.7485e-05
1.44361e-05
0.000186652
6.21694e-05
1.24341e-05
0.000111979
8.6127e-05
1.03932e-05
1.35233e-05
0.000110701
3.51932e-06
-8.18598e-05
0.000131899
-5.84339e-06
-0.000172221
0.000161871
-2.14597e-05
-0.000286912
0.000198084
-1.93687e-05
-0.000457753
0.000253257
-1.3284e-05
-0.000671505
0.000340866
-2.50603e-05
-0.000896502
0.000443671
-5.6223e-05
-0.00106495
0.000469816
3.30644e-05
-0.00119457
0.000524901
0.000121801
-0.00126324
0.000539747
0.000247612
-0.00124485
0.000557746
0.000335601
-0.00115417
0.00057287
0.00042234
-0.000995302
0.000575529
0.000490636
-0.000778427
0.00056791
0.000538991
-0.000538215
0.000552131
0.000564864
-0.000285842
0.000526244
0.000547777
-6.27923e-05
0.00049597
0.000473333
0.000109196
0.000450573
0.000377984
0.000174453
0.000394458
0.000264224
0.00016915
0.000341971
0.000160592
0.000131089
0.000258736
8.76731e-05
8.71018e-05
0.000185365
5.20573e-05
4.70835e-05
0.000129638
3.6585e-05
1.58923e-05
9.07818e-05
3.04259e-05
-1.71519e-06
6.17383e-05
2.489e-05
2.81873e-05
2.47622e-05
4.6358e-05
-3.38895e-05
1.12137e-05
0.000117828
-6.44577e-05
1.85075e-05
0.000187143
-5.39094e-05
2.24177e-05
0.000238763
-2.58754e-05
2.56278e-05
0.000269257
6.04816e-06
2.56893e-05
0.000282253
3.4882e-05
2.94309e-05
0.000274242
7.20589e-05
3.52949e-05
0.000236646
0.000113929
4.11146e-05
0.000177534
0.000153149
4.68817e-05
9.61073e-05
0.000201345
5.62644e-05
-6.21741e-05
0.000271198
6.73168e-05
-0.000306919
0.000351364
8.6858e-05
-0.000592845
0.000425941
9.73588e-05
-0.000897267
0.00050306
0.00010789
-0.00121566
0.00058686
0.000131932
-0.00153902
0.00067976
0.000167982
-0.00185002
0.000778218
0.000235455
-0.00212961
0.000871086
0.000298133
-0.00236483
0.000982652
0.000361148
-0.00254567
0.00110679
0.000408228
-0.00265547
0.00124112
0.000442707
-0.00270673
0.00128553
0.000588815
-0.00270522
0.00133972
0.000666669
-0.00262693
0.0013248
0.00076634
-0.00246429
0.00130906
0.000852429
-0.00222083
0.00127906
0.000912546
-0.00190649
0.00123932
0.000945308
-0.00153555
0.00118469
0.000943802
-0.0011346
0.00112506
0.000901883
-0.000726237
0.00105572
0.000831699
-0.00037835
0.000996055
0.000709284
-8.08118e-05
0.000912865
0.000578378
0.000143948
0.000797454
0.00041466
0.000277059
0.00068525
0.000290135
0.000303703
0.000576826
0.000185298
0.000259056
0.000467748
0.00012394
0.000184177
0.000366607
8.60479e-05
0.00010593
0.000281653
6.691e-05
3.63736e-05
0.00020581
5.02795e-05
0.000109383
3.39016e-05
5.47679e-05
-5.64035e-05
1.5814e-05
0.000135196
-8.86919e-05
2.93261e-05
0.000205062
-5.43046e-05
3.81122e-05
0.000245514
4.18574e-06
4.18973e-05
0.000254793
7.47286e-05
4.87602e-05
0.0002285
0.000141615
5.68112e-05
0.000170946
0.000227504
6.8971e-05
8.2744e-05
0.00031941
7.6847e-05
-8.88559e-05
0.000437548
0.000103747
-0.000354698
0.000568417
0.000129924
-0.000674665
0.000703904
0.000145234
-0.00103166
0.000839046
0.000160794
-0.00142085
0.000977995
0.000182933
-0.00182067
0.00111842
0.000213342
-0.0022129
0.00125464
0.000259565
-0.00256157
0.00137911
0.000310174
-0.0028593
0.00149676
0.000371116
-0.00309596
0.00160824
0.000427344
-0.00327205
0.0017455
0.000475106
-0.00336701
0.00184529
0.000503654
-0.00337059
0.00193699
0.000508296
-0.00333618
0.00197002
0.000596057
-0.00325275
0.00198131
0.000620288
-0.00311323
0.00190551
0.000661523
-0.00291496
0.00184455
0.000701363
-0.00265811
0.00175891
0.00071439
-0.00235174
0.00166597
0.000703669
-0.00200588
0.00155341
0.000668545
-0.00163382
0.00143279
0.000618872
-0.00124414
0.00131314
0.000555431
-0.000858838
0.0012039
0.000473924
-0.000504223
0.00110416
0.000408563
-0.000232274
0.00100256
0.000322013
-4.61541e-05
0.000902487
0.000253065
6.56573e-05
0.000783205
0.000180667
0.00011951
0.000665691
0.000138666
0.000120953
0.000558833
0.00010729
8.50102e-05
0.000465433
8.6324e-05
3.36051e-05
0.00035548
5.99812e-05
0.000191325
3.37421e-05
5.6365e-05
-6.09016e-05
2.22174e-05
0.000130304
-7.53599e-05
4.69805e-05
0.000186842
-9.57071e-06
6.10701e-05
0.000201857
9.27398e-05
6.58706e-05
0.000168943
0.000214457
7.43549e-05
9.6412e-05
0.000331393
8.56996e-05
-3.91466e-05
0.000494107
0.000106028
-0.000247279
0.000662995
0.000136323
-0.000526424
0.000844577
0.000165302
-0.000852435
0.00102584
0.000190117
-0.00122791
0.00122337
0.00020534
-0.00162819
0.00140829
0.000222554
-0.00202623
0.00158079
0.000237514
-0.00239046
0.00172931
0.000256026
-0.00270608
0.00186513
0.000278933
-0.00296799
0.00198202
0.000307663
-0.0031872
0.0020964
0.000338632
-0.00334881
0.00219323
0.000353463
-0.0034518
0.00231373
0.000354547
-0.00348906
0.00237265
0.000316143
-0.00345544
0.00240926
0.000247457
-0.00338405
0.00238524
0.00027959
-0.00327129
0.00233212
0.000257469
-0.00312126
0.00218955
0.000259706
-0.0029381
0.00208357
0.000266947
-0.00272419
0.00194732
0.000256289
-0.00248174
0.00180455
0.000238163
-0.00221166
0.00164286
0.000218133
-0.00191403
0.00148437
0.000192906
-0.00159982
0.00132869
0.000188297
-0.00126967
0.00119118
0.000186775
-0.000936623
0.00108733
0.00018973
-0.000619926
0.000993008
0.000186148
-0.000347782
0.000931121
0.000179656
-0.000159974
0.000860492
0.000160111
-4.76212e-05
0.000784707
0.000139896
1.2228e-05
0.000700704
0.000120827
2.86034e-05
0.000612123
9.81154e-05
1.98647e-05
0.000477206
6.48553e-05
0.000259575
2.97555e-05
5.82064e-05
-4.38522e-05
3.80987e-05
0.000122112
-1.54204e-05
7.73117e-05
0.000162698
9.10319e-05
9.09222e-05
0.000138399
0.000245785
0.000101049
6.19984e-05
0.000427879
0.000108595
-7.52567e-05
0.000611727
0.000123209
-0.00027259
0.000844403
0.000153507
-0.000526088
0.00105667
0.000183938
-0.000835668
0.00129083
0.000212802
-0.00118807
0.00151919
0.000222272
-0.00156153
0.00173992
0.000226882
-0.00192477
0.00192672
0.000225231
-0.00225101
0.00208646
0.000220432
-0.0025323
0.00221785
0.000219204
-0.00277204
0.00234145
0.000213417
-0.00296907
0.00243684
0.000211247
-0.00312659
0.00252639
0.000199943
-0.00323891
0.00258997
0.00016504
-0.0032745
0.00266216
8.21899e-05
-0.00324848
0.0026485
-1.22299e-05
-0.00318446
0.00260162
-0.000122412
-0.0030985
0.00250394
-0.000122455
-0.00300397
0.00239149
-0.000145627
-0.00289461
0.00220568
-0.000131315
-0.002772
0.00208309
-0.000114542
-0.00263834
0.00192675
-0.000104767
-0.00249631
0.00176789
-8.77547e-05
-0.00232278
0.00158856
-7.32988e-05
-0.00211548
0.0014058
-2.93406e-05
-0.00187327
0.00123124
1.80486e-05
-0.00160374
0.0010782
7.11965e-05
-0.00130307
0.000968743
0.000123563
-0.000998961
0.000891273
0.000157311
-0.000694457
0.000872734
0.00016816
-0.000436551
0.000858533
0.00017121
-0.000242949
0.000824343
0.000155621
-0.000105641
0.000779667
0.000135672
-2.78145e-05
0.00071271
0.000107743
1.3817e-06
0.000569073
6.79008e-05
0.000310392
2.45938e-05
4.53424e-05
1.93756e-05
6.66158e-05
0.000105027
9.69756e-05
0.000118032
0.00011132
0.000257923
0.000144024
4.37957e-05
0.000469303
0.000143237
-6.50808e-05
0.000696129
0.000145491
-0.000219214
0.000932874
0.000154003
-0.000428641
0.00121465
0.000187421
-0.000707098
0.00146904
0.000225705
-0.00103076
0.00173297
0.000236022
-0.00136544
0.00196613
0.00022725
-0.00168214
0.00216785
0.000207496
-0.0019673
0.00233114
0.000185512
-0.00221813
0.00246731
0.000161092
-0.00243114
0.00257284
0.00013287
-0.00260427
0.00266041
9.79198e-05
-0.00273243
0.00270713
5.86707e-05
-0.00281755
0.00274135
-1.38273e-05
-0.00286452
0.00273131
-8.284e-05
-0.00285275
0.00273899
-0.000183407
-0.00280903
0.00266455
-0.000295344
-0.00277921
0.00258932
-0.000363197
-0.00272667
0.00242431
-0.000364004
-0.00268996
0.00229294
-0.000370617
-0.00265437
0.00209157
-0.000350719
-0.00261438
0.00195689
-0.000323876
-0.00256533
0.00178846
-0.000299898
-0.00250327
0.00162187
-0.000264224
-0.00241832
0.00143688
-0.000221304
-0.00228815
0.00125709
-0.000164593
-0.00211211
0.00107761
-6.83376e-05
-0.0018868
0.000932861
1.14761e-05
-0.0016093
0.000823052
9.92523e-05
-0.00130964
0.000755545
0.000160317
-0.000992995
0.000754944
0.000197605
-0.000685754
0.000801402
0.000206795
-0.000422109
0.000826932
0.000187129
-0.00022249
0.000821125
0.000159174
-8.93071e-05
0.000778853
0.00012233
-1.76151e-05
0.000632184
7.37768e-05
0.000347316
2.31487e-05
3.8191e-05
0.000120082
0.000102676
8.78556e-05
0.000261628
0.000171948
7.32824e-05
0.000484141
0.00019085
-9.06574e-06
0.000736327
0.00018174
-0.000129533
0.00100032
0.000179563
-0.000304243
0.00128723
0.000182235
-0.00051882
0.00158166
0.000219591
-0.000792146
0.00184591
0.000231793
-0.00106722
0.00209906
0.000222246
-0.00133227
0.00231149
0.000187642
-0.00158552
0.00249176
0.000153823
-0.00181522
0.00262653
0.000114423
-0.00200969
0.00272385
7.25758e-05
-0.00216179
0.00277946
2.72338e-05
-0.00227441
0.00280558
-2.94841e-05
-0.0023538
0.00278749
-8.8346e-05
-0.00240111
0.00276472
-0.000151929
-0.00241595
0.00269018
-0.000219749
-0.00240651
0.00264538
-0.000318024
-0.00237474
0.00250979
-0.00040294
-0.00237308
0.00242286
-0.000483024
-0.00236729
0.0021954
-0.000483275
-0.00239676
0.0020761
-0.000471514
-0.00244129
0.00188069
-0.000439507
-0.00248575
0.00175507
-0.000396297
-0.00252507
0.00159702
-0.000357927
-0.00254965
0.00143749
-0.000306269
-0.00253096
0.00125401
-0.000250459
-0.00246477
0.00106852
-0.000179328
-0.0023335
0.00090487
-6.92103e-05
-0.00214171
0.000780013
-3.25862e-07
-0.00188865
0.000683925
8.70124e-05
-0.00158426
0.000620136
0.000163696
-0.00124501
0.000608036
0.000205959
-0.000886715
0.000681674
0.000234023
-0.0005788
0.000786802
0.00021388
-0.000316388
0.000831941
0.000188363
-0.000133142
0.000820843
0.000141307
-3.13014e-05
0.000681802
8.53383e-05
0.000378828
2.42508e-05
3.58539e-05
0.00025316
0.000133714
7.52029e-05
0.000478402
0.000221165
5.8255e-05
0.000749212
0.000232136
-3.29095e-05
0.00103556
0.000208408
-0.000152136
0.00131443
0.000190759
-0.000310294
0.00161848
0.000191911
-0.000494331
0.00189239
0.000212359
-0.00072172
0.00215448
0.000204957
-0.00095248
0.00238741
0.000175743
-0.00118515
0.00258081
0.00013261
-0.00139423
0.00272007
8.92692e-05
-0.00157271
0.0028118
4.45321e-05
-0.00171581
0.00285462
-9.15041e-06
-0.00181837
0.00285175
-6.89452e-05
-0.00189377
0.00281487
-0.00012599
-0.00194293
0.00273307
-0.000188401
-0.00196643
0.00263946
-0.000246965
-0.00197312
0.00250049
-0.000296627
-0.0019725
0.00240317
-0.00035267
-0.00197487
0.00223053
-0.000415338
-0.00200362
0.00214333
-0.000468331
-0.00207033
0.00192162
-0.000474375
-0.00217157
0.00182277
-0.000449875
-0.0022989
0.00165979
-0.000423707
-0.00242388
0.00154457
-0.000380658
-0.00253917
0.00139454
-0.000340508
-0.00261653
0.00123591
-0.000300306
-0.00264771
0.00104618
-0.00024909
-0.00261562
0.000873695
-0.000178488
-0.00251953
0.000731309
-0.00010708
-0.00236598
0.000617922
-2.77618e-05
-0.00213616
0.000523082
4.70268e-05
-0.00182941
0.000465888
0.000138525
-0.00147789
0.000459707
0.00020024
-0.00108362
0.000521845
0.000235094
-0.000718665
0.000673852
0.000242901
-0.000411225
0.000789677
0.000209991
-0.00018322
0.000831847
0.000161744
-4.78225e-05
0.000712095
9.67844e-05
0.00040273
2.73349e-05
4.91707e-05
0.000408127
0.000163641
9.89267e-05
0.000729481
0.000262245
8.55442e-05
0.00104514
0.000271814
1.00518e-05
0.00134043
0.00022896
-9.79782e-05
0.00162789
0.000197857
-0.000226107
0.00191238
0.000186696
-0.000385444
0.00216559
0.00017842
-0.000581408
0.00240751
0.000153659
-0.000783129
0.00260405
0.000127442
-0.000972174
0.0027596
8.19587e-05
-0.00113597
0.00285747
2.99027e-05
-0.0012757
0.00289456
-2.66785e-05
-0.0013776
0.00287679
-8.71491e-05
-0.0014527
0.00280856
-0.000137478
-0.00150361
0.00270349
-0.000187424
-0.00153635
0.00255838
-0.000233218
-0.00155609
0.00240846
-0.000271148
-0.00157975
0.00223124
-0.000298405
-0.00160611
0.00209826
-0.000322395
-0.00166762
0.00192958
-0.000354903
-0.00174333
0.00184185
-0.000382846
-0.00188666
0.00167136
-0.000404752
-0.00205018
0.00157979
-0.000384211
-0.00224022
0.00145122
-0.000371462
-0.00241878
0.00133121
-0.000339492
-0.00257969
0.00117838
-0.000304285
-0.00268847
0.00101064
-0.000284328
-0.00274268
0.000826052
-0.000235495
-0.00274055
0.000665084
-0.000204858
-0.00268672
0.000523504
-0.000144469
-0.00256327
0.00039499
-7.11985e-05
-0.00235188
0.000267546
1.83633e-05
-0.00205294
0.000206001
0.00010419
-0.00167883
0.000226022
0.000177139
-0.00125859
0.000309942
0.00021802
-0.000837757
0.000499887
0.000232104
-0.000490239
0.000681662
0.000227344
-0.00021674
0.000805994
0.00017764
-5.73169e-05
0.000727335
0.000108631
0.000423255
3.21952e-05
6.80887e-05
0.000571215
0.000178008
0.000142241
0.000994362
0.000293169
0.000158902
0.00134177
0.00029552
0.000101558
0.00164079
0.000238635
1.9645e-05
0.0019128
0.00018873
-6.84485e-05
0.00216036
0.00015464
-0.000199082
0.00239474
0.000127712
-0.000376624
0.00260946
0.000109019
-0.000557127
0.00276099
7.43663e-05
-0.000716038
0.00286355
2.5115e-05
-0.000854753
0.00290139
-2.19417e-05
-0.000964242
0.00288993
-8.23067e-05
-0.0010475
0.00281563
-0.000133309
-0.00110612
0.0026848
-0.000180172
-0.00114916
0.00251897
-0.00021775
-0.00118585
0.00232368
-0.000245581
-0.00122179
0.00213525
-0.000262168
-0.00127514
0.00194428
-0.000270567
-0.00134399
0.0018002
-0.000271837
-0.0014598
0.00165829
-0.00029182
-0.00158726
0.00157208
-0.000302936
-0.00178004
0.00145443
-0.000335114
-0.0019822
0.00135853
-0.000327577
-0.00220224
0.0012421
-0.000329037
-0.00240657
0.0011063
-0.000311937
-0.00258352
0.000943874
-0.000293935
-0.00270946
0.000769744
-0.000283291
-0.00278621
0.000599071
-0.000274027
-0.00282338
0.000435868
-0.000237275
-0.00281889
0.000261458
-0.00018193
-0.00273777
7.64165e-05
-0.000103253
-0.00256595
-9.58123e-05
-1.87259e-05
-0.00227852
-0.000191712
8.02809e-05
-0.00189887
-0.000161569
0.00016897
-0.00144736
-3.15938e-05
0.000211143
-0.000977775
0.000239644
0.00022076
-0.000562229
0.000503065
0.000209283
-0.000262574
0.000714757
0.000183984
-7.35629e-05
0.000710551
0.00011301
0.000430116
3.61607e-05
8.92318e-05
0.0007292
0.000184971
0.000192916
0.00125591
0.000312682
0.000239458
0.00163214
0.000311089
0.000209893
0.00192109
0.000239794
0.000158033
0.00216161
0.000176397
8.26419e-05
0.002379
0.000121589
-1.69079e-05
0.0025755
8.6682e-05
-0.00013329
0.00273706
5.50966e-05
-0.000254791
0.00284117
1.57136e-05
-0.000416175
0.00291499
-1.8183e-05
-0.000559478
0.00290213
-6.35103e-05
-0.000666069
0.00282859
-0.000116655
-0.000739184
0.00268793
-0.000161816
-0.000797824
0.00250924
-0.000199458
-0.000848684
0.00229827
-0.000224704
-0.000902219
0.00207435
-0.000235586
-0.000967062
0.00187027
-0.000237812
-0.00105686
0.00168445
-0.000235239
-0.00116937
0.00154622
-0.000229868
-0.0013231
0.00143065
-0.000244242
-0.00148656
0.00134316
-0.000253236
-0.00169531
0.00125333
-0.000288802
-0.00191011
0.00114652
-0.000292629
-0.00213485
0.00101846
-0.000306191
-0.00234808
0.000866531
-0.000299007
-0.00253183
0.000700456
-0.000303756
-0.00267413
0.000532271
-0.000307751
-0.00279245
0.000368133
-0.000299968
-0.00289158
0.000178784
-0.000267217
-0.00292743
-5.72824e-05
-0.000213479
-0.00286298
-0.000323774
-0.000149769
-0.00269217
-0.000589011
-4.98845e-05
-0.00243024
-0.000728618
4.2408e-05
-0.0020663
-0.000726893
0.000152948
-0.00160126
-0.000570579
0.000221921
-0.00108311
-0.000184669
0.000229449
-0.000630852
0.000242369
0.000201723
-0.000280531
0.000548429
0.000185973
-8.03939e-05
0.000660805
0.000114284
0.000430892
4.05014e-05
0.000110461
0.000871616
0.000181726
0.000246138
0.00150115
0.000322938
0.000322391
0.00190843
0.000319667
0.000326341
0.00217647
0.000234164
0.000288782
0.00238166
0.000161425
0.000233311
0.00255748
9.38101e-05
0.000173734
0.00270647
5.02458e-05
8.12902e-05
0.00282775
1.04878e-05
-3.86009e-05
0.00289301
-2.94595e-05
-0.000141808
0.00290366
-7.71265e-05
-0.000244375
0.00284158
-0.000110032
-0.000363822
0.00273755
-0.000140243
-0.00046527
0.00254749
-0.000174248
-0.000538681
0.00231295
-0.000198521
-0.000607347
0.00207308
-0.000210904
-0.000684533
0.00183697
-0.000213953
-0.000777842
0.00163365
-0.000207818
-0.000898182
0.00146313
-0.000205442
-0.00103977
0.00133434
-0.000204632
-0.00120944
0.00123335
-0.000221831
-0.00138416
0.00113741
-0.000234764
-0.00158245
0.00105061
-0.000268992
-0.00178426
0.000925009
-0.000278304
-0.00199687
0.00078418
-0.000295519
-0.0022031
0.000622479
-0.000299911
-0.0023861
0.000459424
-0.000311773
-0.00255697
0.000305064
-0.000332291
-0.00272729
0.000126312
-0.000317013
-0.00285605
-0.000116271
-0.00028606
-0.00291759
-0.000434903
-0.000235255
-0.00292714
-0.00075808
-0.000144482
-0.00285269
-0.00103718
-8.6997e-05
-0.00263118
-0.00125368
-6.71838e-06
-0.00227702
-0.00132205
8.62478e-05
-0.00182623
-0.00119867
0.000193737
-0.00125095
-0.000829292
0.000245768
-0.000718561
-0.000189212
0.0002151
-0.000315227
0.000325033
0.000164505
-8.57553e-05
0.000553974
0.000120527
0.000420218
4.48231e-05
0.000130824
0.000982774
0.000167124
0.000300517
0.00171475
0.00031898
0.000418146
0.00215119
0.000314121
0.000455197
0.00239833
0.000221612
0.000435207
0.002572
0.000138241
0.00038467
0.00270125
7.02885e-05
0.000325104
0.00280986
2.20415e-05
0.0002707
0.00286593
-2.84564e-05
0.000183891
0.00289909
-7.24259e-05
8.22717e-05
0.00287357
-0.000108913
-2.66229e-05
0.00277475
-0.000143743
-0.000111412
0.0026049
-0.000170793
-0.000203003
0.00238199
-0.000188764
-0.000310264
0.00213191
-0.000192316
-0.000409625
0.00186716
-0.000191157
-0.000513241
0.00162738
-0.000185013
-0.000629625
0.00142869
-0.000182042
-0.000765715
0.0012701
-0.000180112
-0.000913879
0.00114429
-0.000191526
-0.00107484
0.00104208
-0.000212958
-0.00123682
0.0009325
-0.00023435
-0.00140773
0.000837352
-0.000263692
-0.00158832
0.000694256
-0.000272995
-0.00178292
0.000549822
-0.000288607
-0.00197406
0.00039035
-0.000301189
-0.00216229
0.000243405
-0.000328775
-0.00236622
8.75889e-05
-0.000329676
-0.00255372
-0.000129377
-0.000320364
-0.0027207
-0.000424013
-0.000295221
-0.00287018
-0.000752918
-0.000257099
-0.00295252
-0.00110966
-0.000219701
-0.00290617
-0.00146962
-0.000163921
-0.00273464
-0.00176364
-8.03752e-05
-0.00240861
-0.00193025
1.43677e-05
-0.00195697
-0.00188945
0.000126001
-0.00140246
-0.00155283
0.000219453
-0.000782414
-0.000863547
0.000243059
-0.000344505
-3.87182e-06
0.000177004
-8.93092e-05
0.000406499
0.000108051
0.000399467
5.11933e-05
0.000145651
0.00106226
0.00015159
0.000351235
0.0018866
0.000312615
0.000508447
0.00235239
0.000313162
0.000576611
0.00258941
0.000213592
0.000581041
0.00272984
0.000117777
0.000543218
0.00281691
4.4428e-05
0.000487257
0.00288261
-2.52972e-06
0.000407584
0.00290264
-5.64896e-05
0.000324828
0.00288615
-9.85884e-05
0.000251204
0.00280675
-0.000135188
0.000168937
0.00267327
-0.000165457
7.06504e-05
0.00248159
-0.000188559
-3.43607e-05
0.00223286
-0.000198528
-0.000134814
0.00195445
-0.000193821
-0.000250875
0.0016859
-0.000176804
-0.000370851
0.00144371
-0.000162792
-0.000495036
0.00124686
-0.000160071
-0.000628845
0.00109127
-0.000166078
-0.000765339
0.000959914
-0.000183898
-0.000901932
0.000845214
-0.000211809
-0.00104034
0.000723786
-0.000239047
-0.00118049
0.00061498
-0.000259406
-0.00133769
0.000463712
-0.000264071
-0.00150867
0.000322115
-0.000274243
-0.00167952
0.000177873
-0.000298028
-0.00187155
3.98614e-05
-0.000313426
-0.00206772
-0.000137734
-0.000319579
-0.00226993
-0.000383381
-0.000312533
-0.00247953
-0.00066553
-0.000306348
-0.00265912
-0.00100899
-0.00029713
-0.00278234
-0.00138869
-0.000272906
-0.00283445
-0.00179015
-0.000221691
-0.00276368
-0.00217367
-0.000144497
-0.00252023
-0.0024674
-4.499e-05
-0.00210909
-0.00254988
6.15411e-05
-0.00155904
-0.00230847
0.000161407
-0.000922035
-0.00164302
0.000228508
-0.000360927
-0.000584094
0.000201169
-9.09368e-05
0.000222416
0.000115247
0.000373792
4.9529e-05
0.000163358
0.0010968
0.000122074
0.000403641
0.0020079
0.000288242
0.000599038
0.00250966
0.000294735
0.000699376
0.00274071
0.000199518
0.000727094
0.0028534
9.3687e-05
0.000703296
0.00289736
1.40697e-05
0.000649054
0.00292424
-4.00783e-05
0.000569231
0.00290917
-8.56671e-05
0.000484729
0.00285807
-0.000126048
0.000387533
0.00274915
-0.000158153
0.000286421
0.00258173
-0.000184385
0.000192712
0.0023492
-0.000200912
9.98356e-05
0.00207909
-0.000206219
-5.02115e-06
0.0017981
-0.000193623
-0.000122633
0.00152909
-0.000171302
-0.000239012
0.00127984
-0.000152039
-0.000361895
0.0010855
-0.000146637
-0.000478393
0.000918857
-0.000156099
-0.000591833
0.000775063
-0.000181115
-0.000699275
0.000642441
-0.000211471
-0.0008128
0.000515831
-0.000240491
-0.000931262
0.000388918
-0.000251682
-0.00107232
0.000246153
-0.000254215
-0.00121865
0.000110958
-0.000268908
-0.00138352
-2.0108e-05
-0.000281146
-0.00155625
-0.000175442
-0.000286585
-0.00174389
-0.000364621
-0.00029241
-0.0019562
-0.00058795
-0.000306165
-0.00216632
-0.000865939
-0.000317822
-0.00237092
-0.00119654
-0.000320876
-0.00255386
-0.00158148
-0.000305508
-0.00267784
-0.0020256
-0.000267544
-0.00269946
-0.00248984
-0.000201426
-0.00255754
-0.00291488
-0.000111789
-0.00221506
-0.00315997
3.20989e-06
-0.00167561
-0.00307114
0.000105362
-0.00103676
-0.00246679
0.000185772
-0.000405838
-0.00132235
0.000205921
-9.29383e-05
-6.06996e-05
0.000114432
0.000316918
4.86041e-05
0.000174263
0.00109686
9.96138e-05
0.000443031
0.00209262
0.000266917
0.000671525
0.00263431
0.000278954
0.000802348
0.00286946
0.00018374
0.000851765
0.00295332
7.75162e-05
0.000841863
0.00295485
-1.40316e-05
0.000796176
0.00294093
-6.82562e-05
0.000724952
0.00289262
-0.000117486
0.000635918
0.00281297
-0.000147681
0.000532457
0.00268014
-0.000172958
0.000423553
0.00248884
-0.000196127
0.000304213
0.00223999
-0.000205789
0.000180913
0.00195683
-0.000201015
7.641e-05
0.00165512
-0.000185903
-2.54778e-05
0.00138269
-0.000163247
-0.000128377
0.00113148
-0.00014317
-0.000229506
0.000929834
-0.000137064
-0.000321882
0.000748751
-0.000147289
-0.000407928
0.000589199
-0.000176102
-0.000490223
0.000442962
-0.000207338
-0.000586825
0.000310192
-0.000232101
-0.000694379
0.000179907
-0.000240253
-0.000818552
4.17844e-05
-0.000248561
-0.000955358
-8.91952e-05
-0.00025153
-0.00110341
-0.000222963
-0.000256903
-0.00126564
-0.000378611
-0.00026855
-0.00144474
-0.000559276
-0.000282191
-0.00163004
-0.000775478
-0.000299193
-0.00183456
-0.00102602
-0.000315329
-0.00204891
-0.00133768
-0.000327121
-0.0022586
-0.00171824
-0.000326343
-0.00243453
-0.0021846
-0.000302948
-0.00253809
-0.00270876
-0.000249256
-0.00250689
-0.0032469
-0.000166658
-0.00227379
-0.00365939
-6.4322e-05
-0.00180868
-0.00376823
5.24702e-05
-0.00117135
-0.00330504
0.000144643
-0.000490609
-0.0021691
0.000178842
-5.08234e-05
-0.000573302
0.00013042
0.000236238
4.58294e-05
0.000197458
0.00104602
3.66678e-05
0.000492024
0.00212927
0.000214551
0.000754388
0.00271996
0.000237032
0.000911105
0.00297143
0.000149446
0.000984717
0.00302943
3.04952e-05
0.000978375
0.00299984
-5.87041e-05
0.000939238
0.00294863
-0.000117383
0.000865339
0.00286489
-0.000156297
0.000773267
0.00275362
-0.000181173
0.000663305
0.00259732
-0.000198768
0.000545395
0.00238739
-0.000205731
0.000421686
0.00212653
-0.00020719
0.000293934
0.00183676
-0.000194914
0.000167121
0.00153968
-0.000176364
6.33528e-05
0.00126009
-0.000155226
-2.27733e-05
0.000998584
-0.000135878
-9.75456e-05
0.000781066
-0.000126941
-0.000166296
0.000588403
-0.000138056
-0.000227913
0.000415989
-0.00016675
-0.000297524
0.000261305
-0.000190669
-0.000383783
0.000120242
-0.00021726
-0.000486621
-1.20927e-05
-0.000229207
-0.000607534
-0.000149316
-0.000237546
-0.000741969
-0.00027723
-0.000240653
-0.000882538
-0.00041636
-0.000242307
-0.00102729
-0.000569328
-0.000252076
-0.00118197
-0.000734261
-0.000270804
-0.00135184
-0.000931403
-0.000291548
-0.00154011
-0.00116267
-0.000310406
-0.0017455
-0.00145726
-0.000326904
-0.00196282
-0.00182227
-0.000337038
-0.00216938
-0.0022961
-0.000328079
-0.00232992
-0.00285792
-0.00029215
-0.00238211
-0.00348893
-0.000223975
-0.00225415
-0.00405254
-0.000129342
-0.00187598
-0.00436716
-2.43384e-05
-0.00125543
-0.0041071
7.89658e-05
-0.000562299
-0.00304897
0.000146476
-3.96228e-05
-0.00123046
0.000133567
0.000123344
3.0763e-05
0.000191495
0.000973512
1.2586e-05
0.000501833
0.00213891
0.000202443
0.000793462
0.00277711
0.000238767
0.000987394
0.00304753
0.000150676
0.00109371
0.00308915
2.44781e-05
0.00110305
0.00304524
-8.31555e-05
0.00107793
0.00295181
-0.000141142
0.00100921
0.0028347
-0.000181027
0.000913953
0.00269673
-0.000198701
0.000796622
0.0025197
-0.000208653
0.00066512
0.00229582
-0.000208161
0.000525894
0.00203024
-0.00020137
0.000384491
0.00173786
-0.000184919
0.000252542
0.00143935
-0.000161117
0.000146475
0.00115453
-0.000138094
6.22756e-05
0.000890253
-0.000120943
6.97563e-06
0.000647234
-0.000112133
-3.83719e-05
0.000440937
-0.000119432
-8.51764e-05
0.000258516
-0.00013917
-0.00013822
8.97951e-05
-0.000168552
-0.000216382
-5.16956e-05
-0.000199891
-0.000316263
-0.000194084
-0.00021777
-0.000437986
-0.000328166
-0.000228351
-0.000560518
-0.000463751
-0.000231366
-0.000688217
-0.000599654
-0.000233791
-0.000819877
-0.00074436
-0.00023915
-0.000957702
-0.000896054
-0.000251196
-0.00110635
-0.00107645
-0.000267638
-0.00127325
-0.00128505
-0.000292267
-0.00146091
-0.00155763
-0.000320646
-0.00167284
-0.00190231
-0.000342946
-0.00189447
-0.00236969
-0.000350845
-0.00209875
-0.00294983
-0.000333908
-0.00222323
-0.0036498
-0.000285118
-0.00219785
-0.00434501
-0.00019659
-0.00192834
-0.00487121
-8.31002e-05
-0.00138947
-0.00484049
3.07581e-05
-0.000670791
-0.00394625
9.26689e-05
-6.05861e-05
-0.00201098
0.000100821
-4.90529e-05
-3.2923e-06
0.000209115
0.000852899
-5.31374e-05
0.000527534
0.00211298
0.00011445
0.000824656
0.00280509
0.000179576
0.00105416
0.00309188
0.000102065
0.00117913
0.00313227
-1.78932e-05
0.00120954
0.00307768
-0.000120058
0.00117988
0.00295949
-0.000176699
0.00110619
0.00281154
-0.000213814
0.00100841
0.00264004
-0.000228906
0.000892521
0.00243839
-0.000230472
0.000759369
0.00220455
-0.000221945
0.000613695
0.00193906
-0.000207334
0.000469813
0.00165088
-0.00018552
0.000337383
0.00135555
-0.000159303
0.000235084
0.00106656
-0.000127727
0.000164385
0.000796065
-0.000101958
0.000115676
0.000545622
-8.85641e-05
7.62345e-05
0.000321593
-8.56132e-05
3.46747e-05
0.000121893
-0.000100705
-1.41926e-05
-6.27325e-05
-0.00013149
-8.55632e-05
-0.000216317
-0.000170597
-0.000179938
-0.000359791
-0.000206065
-0.000294824
-0.000495937
-0.000219206
-0.000415773
-0.000631935
-0.000221912
-0.000537366
-0.000765646
-0.000222137
-0.000658873
-0.000907464
-0.000221224
-0.000779719
-0.00105075
-0.00022828
-0.000906637
-0.00121859
-0.000243239
-0.00105008
-0.00140688
-0.000265838
-0.00121625
-0.00165885
-0.00029429
-0.00141215
-0.00197856
-0.00032686
-0.0016304
-0.00243087
-0.000354336
-0.00185596
-0.00301092
-0.000364601
-0.0020363
-0.0037598
-0.00033748
-0.00209952
-0.00456598
-0.000266834
-0.00193985
-0.00528935
-0.000159322
-0.00148869
-0.0055006
-4.67279e-05
-0.000774672
-0.00483129
4.75937e-05
-0.000119854
-0.00282647
5.68119e-05
-0.000277431
-3.78908e-05
0.000175275
0.000746825
-2.42546e-05
0.000487154
0.002078
0.000121168
0.000803645
0.00281005
0.000189655
0.00106554
0.00311483
0.000108787
0.00121305
0.00317093
-1.22004e-05
0.00127687
0.00309444
-0.000126444
0.00127719
0.00294636
-0.000187446
0.00122866
0.0027751
-0.000221305
0.00113765
0.00259106
-0.000221585
0.00100613
0.00238045
-0.000211095
0.000849743
0.00214286
-0.000193711
0.000680759
0.00187813
-0.000176072
0.000517217
0.00159098
-0.000155801
0.000371537
0.00129775
-0.000135252
0.000268433
0.00100179
-0.000107574
0.000211713
0.000716373
-8.0893e-05
0.000186284
0.000448911
-5.77214e-05
0.000171762
0.000208633
-5.17039e-05
0.000153341
-9.30231e-06
-6.2446e-05
0.000108648
-0.000194418
-9.3023e-05
3.02225e-05
-0.000359979
-0.000136973
-6.96211e-05
-0.000509125
-0.000179666
-0.000174846
-0.000648117
-0.000204837
-0.000286726
-0.000784802
-0.000205365
-0.000398734
-0.000915128
-0.00020156
-0.000508161
-0.00105191
-0.000198153
-0.000614289
-0.00118897
-0.000198267
-0.000722758
-0.00134817
-0.000208582
-0.00084565
-0.00152088
-0.000228512
-0.000992547
-0.00175339
-0.000259045
-0.00117454
-0.00204725
-0.000298785
-0.00138939
-0.00248041
-0.000343086
-0.00162833
-0.00305173
-0.000380769
-0.00185097
-0.0038297
-0.00039169
-0.00199188
-0.00471797
-0.000356734
-0.00193999
-0.00561336
-0.000265647
-0.00159572
-0.00606855
-0.000156891
-0.000936791
-0.00566617
-3.93921e-05
-0.00020623
-0.00369779
-1.19229e-05
-0.000601587
-6.88894e-05
0.000139975
0.000622751
-2.12194e-05
0.000453341
0.00199126
0.000115385
0.000804346
0.00274769
0.000184076
0.00109462
0.00308524
0.000139936
0.00127492
0.00316652
3.25375e-05
0.00134991
0.00308845
-7.23257e-05
0.00134389
0.00293646
-0.000156297
0.00127995
0.00274796
-0.000187547
0.00117668
0.00253891
-0.000190504
0.00104475
0.00231024
-0.000182267
0.000892031
0.00206629
-0.000167875
0.000724692
0.00180487
-0.000155071
0.000560779
0.00152553
-0.000137831
0.000412399
0.00123605
-0.000116969
0.000311783
0.000939144
-8.28272e-05
0.000265205
0.000648282
-5.20345e-05
0.0002475
0.000375635
-2.66755e-05
0.000246644
0.000114517
-1.73064e-05
0.000239911
-0.000104265
-2.70267e-05
0.000207291
-0.000292577
-5.40883e-05
0.000137361
-0.000471798
-9.76905e-05
2.93823e-05
-0.000627557
-0.000139519
-7.97494e-05
-0.000770601
-0.000168118
-0.000186676
-0.000905818
-0.00017865
-0.000288897
-0.00103746
-0.000173203
-0.000385172
-0.00117291
-0.000168413
-0.00047464
-0.00130515
-0.000163799
-0.000564677
-0.00145776
-0.000167724
-0.000667896
-0.00161798
-0.000180932
-0.000792725
-0.00183624
-0.000206264
-0.000950588
-0.00210833
-0.000245923
-0.00114626
-0.00251907
-0.000299864
-0.00137954
-0.00306988
-0.000362229
-0.00162572
-0.00384834
-0.000413572
-0.00183246
-0.00477819
-0.000429367
-0.00188962
-0.00580261
-0.000380315
-0.00167151
-0.00648772
-0.00027518
-0.00109462
-0.00639268
-0.000160682
-0.000358719
-0.00457022
-4.76811e-05
-0.00109989
-9.14651e-05
0.000109459
0.000522469
1.01339e-05
0.000408886
0.00188728
0.000129246
0.000767112
0.00265592
0.000189411
0.00106543
0.00302667
0.00016856
0.00127345
0.00313382
6.98323e-05
0.00136513
0.0030608
-3.02554e-05
0.00138341
0.00290283
-0.000114624
0.00133661
0.00270307
-0.000149615
0.00123852
0.00248137
-0.000160886
0.00110115
0.00224729
-0.00015908
0.000937484
0.00200309
-0.000150408
0.000763706
0.00174141
-0.000140464
0.000596498
0.00146669
-0.000123679
0.000443537
0.00117764
-9.89383e-05
0.000343715
0.000885143
-5.81825e-05
0.000304125
0.000598784
-2.29417e-05
0.000293087
0.000326833
6.85935e-06
0.000306738
3.70656e-05
1.95509e-05
0.000308935
-0.000174806
1.18425e-05
0.000285716
-0.00035849
-1.60808e-05
0.000230031
-0.00054067
-4.75506e-05
0.000134502
-0.000707387
-8.96888e-05
2.11545e-05
-0.000846759
-0.000111765
-8.12296e-05
-0.000983093
-0.000130029
-0.000179561
-0.00111206
-0.000131415
-0.000271329
-0.00124844
-0.000126453
-0.00035237
-0.00138208
-0.000121982
-0.000431277
-0.0015333
-0.000125563
-0.000524061
-0.00168697
-0.000137471
-0.000640857
-0.00189695
-0.000160509
-0.000792738
-0.00215379
-0.000197804
-0.000980359
-0.00255114
-0.00025202
-0.00120583
-0.00308383
-0.000324419
-0.0014421
-0.0038611
-0.00039857
-0.00166013
-0.00479575
-0.00044554
-0.00177461
-0.00589471
-0.00043431
-0.00166723
-0.00674861
-0.000353077
-0.00120211
-0.0069735
-0.000226068
-0.000488791
-0.00538556
-9.84992e-05
-0.001696
-8.96869e-05
0.000101829
0.00043857
-5.02922e-06
0.000392163
0.00175892
0.000103738
0.000742202
0.00253192
0.000168207
0.00105051
0.00293217
0.000160242
0.00127195
0.00306095
9.29976e-05
0.00138038
0.0030091
-1.04683e-05
0.00140688
0.0028542
-8.40829e-05
0.0013611
0.00265306
-0.000130095
0.00126122
0.00242348
-0.000150473
0.00112376
0.00218302
-0.000153969
0.000962511
0.00193768
-0.000147077
0.000791511
0.00167815
-0.000134517
0.000624181
0.00141097
-0.000109811
0.000472552
0.0011298
-7.9362e-05
0.000380168
0.000854916
-3.47194e-05
0.000345118
0.000582639
1.03408e-05
0.000352343
0.000318991
4.22436e-05
0.000366647
2.56243e-05
5.72544e-05
0.000374687
-0.000189251
5.96947e-05
0.000355907
-0.000365861
3.7847e-05
0.000305898
-0.000546209
1.13155e-05
0.000222692
-0.000709033
-2.23974e-05
0.000122745
-0.000844546
-3.951e-05
1.75236e-05
-0.000983982
-5.91179e-05
-6.70944e-05
-0.00112536
-6.70812e-05
-0.000145121
-0.00126662
-6.70622e-05
-0.000216564
-0.00139825
-6.18173e-05
-0.000284788
-0.00155404
-6.35537e-05
-0.000366719
-0.00170749
-7.37161e-05
-0.000474702
-0.0019143
-9.48119e-05
-0.000621214
-0.00215813
-0.000129916
-0.000808295
-0.0025404
-0.000182872
-0.0010469
-0.00304433
-0.000259077
-0.00131364
-0.00381239
-0.000350595
-0.0015719
-0.0047505
-0.00042198
-0.00172727
-0.00591253
-0.000435569
-0.00169602
-0.00689931
-0.000370254
-0.00132298
-0.00742488
-0.000243008
-0.000619947
-0.00616334
-0.000122125
-0.00237765
-0.000115413
8.8667e-05
0.000382669
-5.93481e-06
0.000366007
0.00161387
8.9218e-05
0.000709897
0.00238369
0.000154272
0.00102812
0.00280953
0.000151031
0.001261
0.00296844
9.80801e-05
0.00139131
0.00294086
5.85553e-06
0.00142974
0.00279275
-6.44411e-05
0.00139413
0.00259489
-0.000116981
0.00129744
0.00236652
-0.00014279
0.00115973
0.00212596
-0.000149785
0.000995519
0.00188658
-0.000141523
0.000820986
0.00163872
-0.000122595
0.000653
0.00138815
-8.5399e-05
0.000514645
0.00112461
-4.35081e-05
0.000430964
0.000876473
1.1357e-05
0.000405858
0.000631453
6.20491e-05
0.000418993
0.000390304
9.67616e-05
0.000432666
0.000110105
0.000103809
0.0004417
-0.000126768
0.000114417
0.00043317
-0.000304053
0.000102701
0.000397374
-0.00047499
8.58721e-05
0.000326556
-0.000642264
4.7188e-05
0.000228857
-0.000779265
2.2044e-05
0.000115247
-0.000919079
-7.26839e-07
1.9063e-05
-0.00106549
-2.67367e-06
-5.78183e-05
-0.00121852
-5.244e-06
-0.000113911
-0.00136079
-5.04615e-06
-0.000168849
-0.00152138
-8.63355e-06
-0.000244375
-0.0016745
-2.21651e-05
-0.000345728
-0.00188644
-4.43506e-05
-0.000484713
-0.00212309
-7.57052e-05
-0.000661732
-0.0024949
-0.0001224
-0.000886972
-0.00297497
-0.000189485
-0.00114534
-0.00372608
-0.000269473
-0.00141184
-0.00464658
-0.000341236
-0.00159731
-0.00584817
-0.000364586
-0.00161325
-0.00694705
-0.000316097
-0.00130311
-0.00775744
-0.000190973
-0.00065124
-0.00684287
-7.70455e-05
-0.00307956
-4.65223e-05
8.22915e-05
0.00032731
-5.42938e-06
0.00034312
0.00145296
7.23337e-05
0.000678731
0.00220919
0.000133572
0.00100129
0.00265802
0.000136503
0.00124719
0.0028488
9.43757e-05
0.00139599
0.00284918
1.32251e-05
0.00144543
0.00271921
-5.65293e-05
0.00141958
0.0025299
-0.000111558
0.00132796
0.00230988
-0.000140955
0.00119151
0.00207623
-0.000148856
0.00102675
0.00184976
-0.000136529
0.000852112
0.0016217
-0.000106339
0.00069379
0.00139894
-5.96666e-05
0.000572284
0.00116965
-7.51984e-06
0.000500565
0.00095725
5.87286e-05
0.000477137
0.000736024
0.000107285
0.000498046
0.000512746
0.00014283
0.000513545
0.000274798
0.000147124
0.000527193
2.54959e-05
0.000159444
0.000526627
-0.000173799
0.000154427
0.000497997
-0.000338409
0.000136491
0.000435413
-0.00051702
9.88635e-05
0.000333527
-0.0006644
6.33365e-05
0.000214136
-0.00081766
4.35669e-05
0.000112854
-0.000954968
5.39153e-05
3.42551e-05
-0.0011112
5.29287e-05
-2.96933e-05
-0.00125644
5.57367e-05
-8.85032e-05
-0.00142757
5.0237e-05
-0.000153905
-0.0015896
3.14936e-05
-0.000241006
-0.00180712
1.1303e-05
-0.000377759
-0.00204106
-1.64979e-05
-0.000558605
-0.00240742
-6.16945e-05
-0.000789655
-0.00285886
-0.000129118
-0.00105953
-0.00358885
-0.000207692
-0.00133653
-0.00450052
-0.000282141
-0.00153119
-0.00575115
-0.000303017
-0.00156741
-0.0069523
-0.000256765
-0.00129164
-0.00801801
-0.000125346
-0.000671471
-0.00744787
-1.87283e-05
-0.003792
1.95139e-05
6.92909e-05
0.000278768
-3.58082e-06
0.000311723
0.00128962
5.52091e-05
0.000640087
0.00201635
0.000118191
0.000964466
0.00248418
0.000127719
0.00122544
0.00270397
9.69244e-05
0.00139376
0.00273438
2.95468e-05
0.00146236
0.00262951
-4.44602e-05
0.00145423
0.00245373
-9.91459e-05
0.00137518
0.00224802
-0.000132158
0.00124615
0.00202642
-0.000143377
0.00108556
0.00181591
-0.000132404
0.000915334
0.00161163
-9.93438e-05
0.000766097
0.00142052
-4.89207e-05
0.000656794
0.00123002
1.16384e-05
0.000595161
0.00105315
7.5886e-05
0.000569938
0.000861964
0.000123815
0.000581641
0.000665683
0.000166775
0.000602271
0.000456849
0.000175643
0.000618113
0.000234651
0.000182699
0.000627708
2.13719e-06
0.000183082
0.000602699
-0.000158751
0.00017192
0.000545534
-0.00035555
0.000134769
0.000447707
-0.00051629
0.000104255
0.00032498
-0.000673725
8.54959e-05
0.000220416
-0.000805207
9.99601e-05
0.000128312
-0.000956498
0.000104157
5.94779e-05
-0.00110032
0.000103967
-7.84619e-06
-0.00127836
0.000100755
-9.57895e-05
-0.00144363
8.5208e-05
-0.00019398
-0.00167048
6.37225e-05
-0.000320111
-0.00190118
3.8895e-05
-0.000501875
-0.00226234
1.15464e-05
-0.000740043
-0.00268923
-4.38589e-05
-0.00101138
-0.00340874
-0.000129365
-0.00129454
-0.00431554
-0.000218437
-0.00149707
-0.00562169
-0.000241733
-0.00154738
-0.00692046
-0.000202908
-0.00128511
-0.00824442
-4.46147e-05
-0.000672781
-0.0080193
6.85732e-05
-0.00448872
0.000118867
6.34096e-05
0.000227827
-4.99891e-06
0.000280508
0.00112925
3.97861e-05
0.000599692
0.00181002
9.61777e-05
0.000918984
0.00229435
0.000113417
0.00119125
0.00253673
9.26427e-05
0.00137947
0.00259779
3.54004e-05
0.00146924
0.00252115
-3.92322e-05
0.00148281
0.00236389
-9.09552e-05
0.00142311
0.0021744
-0.000126953
0.00130877
0.00196384
-0.000139641
0.00116032
0.00176784
-0.00013253
0.00100198
0.00158455
-0.000105648
0.000865759
0.00142279
-5.73037e-05
0.000767287
0.00126701
2.76827e-06
0.000709418
0.00112027
6.38203e-05
0.000680152
0.000960367
0.00011056
0.000685278
0.000795469
0.000156692
0.000701127
0.000612327
0.000177973
0.000720252
0.000415988
0.000188611
0.000729416
0.000183569
0.000172971
0.000716249
1.31347e-05
0.000180744
0.000655223
-0.000173953
0.000154666
0.000559572
-0.000345298
0.000128714
0.000442057
-0.00050958
0.000110473
0.000331916
-0.000645192
0.0001194
0.000229417
-0.00079526
0.000126353
0.000149698
-0.000936962
0.000129642
7.91224e-05
-0.00111479
0.000124573
-1.15911e-05
-0.00127125
0.00011234
-0.000120531
-0.00150509
9.8063e-05
-0.000254874
-0.00172278
7.07824e-05
-0.000419974
-0.00207617
2.90211e-05
-0.000670141
-0.00247196
-2.24633e-05
-0.000966883
-0.00317678
-0.000101564
-0.0012862
-0.0040663
-0.000214674
-0.00152282
-0.00543458
-0.000244115
-0.00160902
-0.00684045
-0.000207347
-0.00136779
-0.00843035
-2.97868e-05
-0.00074279
-0.00858239
0.000110849
-0.005253
0.000186258
5.31855e-05
0.000182817
-5.69325e-06
0.000245944
0.000979072
3.17057e-05
0.000548966
0.00160104
7.98115e-05
0.00086592
0.00209131
0.00010574
0.00114574
0.00235495
9.3096e-05
0.00135572
0.0024409
4.88845e-05
0.00147319
0.0023952
-2.39359e-05
0.00151437
0.00225802
-7.38035e-05
0.00148082
0.00208367
-0.000105688
0.00139092
0.00188646
-0.000125072
0.0012653
0.00170413
-0.000126564
0.00112661
0.00153631
-0.000110007
0.00100599
0.00139612
-7.15905e-05
0.000915081
0.00126642
-2.14392e-05
0.000855601
0.00114518
2.79512e-05
0.000817751
0.00101031
6.64412e-05
0.000812738
0.00087468
0.000107948
0.000820009
0.000717087
0.000130355
0.000828649
0.000548104
0.000151744
0.000830239
0.000326518
0.000147419
0.00082541
0.000149199
0.000151724
0.000772667
-1.5362e-05
0.000124003
0.000690649
-0.000198982
0.000129309
0.000583484
-0.000355059
0.000116584
0.000471038
-0.000494193
0.000117408
0.000359947
-0.000642877
0.000124855
0.000257248
-0.000775006
0.000134098
0.000160367
-0.000946534
0.000133894
6.50879e-05
-0.00109597
0.0001231
-5.2276e-05
-0.00131288
0.000107984
-0.000203783
-0.00150592
8.76016e-05
-0.000372074
-0.00185043
4.54349e-05
-0.000616064
-0.00220496
-1.53708e-05
-0.000913618
-0.00289499
-9.98886e-05
-0.00124831
-0.00375607
-0.00023979
-0.0015089
-0.00517324
-0.000285252
-0.00163468
-0.00667445
-0.000252064
-0.00144203
-0.00851871
-6.83472e-05
-0.000825219
-0.00908454
0.000123534
-0.00607749
0.000220375
4.67909e-05
0.000142469
-9.44086e-06
0.000216374
0.00084072
2.46326e-05
0.000491952
0.00139922
5.83023e-05
0.000803301
0.00187756
9.17319e-05
0.00108503
0.00216248
8.40192e-05
0.00131261
0.00226873
5.1037e-05
0.00145648
0.00224854
-8.09226e-06
0.00152351
0.00213199
-5.11932e-05
0.00152204
0.00197355
-8.68741e-05
0.00146442
0.00179115
-0.000111197
0.00137001
0.001622
-0.000120243
0.00125935
0.00146681
-0.000113334
0.0011569
0.00134126
-8.899e-05
0.00107628
0.00122646
-5.38963e-05
0.00101589
0.0011223
-1.24615e-05
0.000973196
0.00101106
1.84786e-05
0.000952714
0.000900147
5.57647e-05
0.000940751
0.000770094
7.93405e-05
0.000940985
0.000624237
0.000108984
0.000938522
0.000428913
0.000106359
0.000932223
0.00026148
0.00012369
0.000885626
0.000120702
0.000111234
0.000806531
-5.74173e-05
9.95767e-05
0.000703743
-0.000232592
9.88278e-05
0.000599922
-0.000370765
9.96922e-05
0.000495858
-0.000516456
0.00010384
0.000397828
-0.000639652
0.000112671
0.000285376
-0.000786164
0.000119535
0.000153655
-0.000912502
0.000118245
3.39715e-05
-0.00113048
0.000104838
-0.00011005
-0.00130067
8.0604e-05
-0.000281216
-0.00161069
4.33486e-05
-0.000533662
-0.0019082
-3.16458e-05
-0.000836833
-0.00256818
-0.000143173
-0.0011939
-0.00337517
-0.000292937
-0.00150048
-0.00482801
-0.000366712
-0.00167901
-0.00640806
-0.000339918
-0.00156501
-0.00850256
-0.000147954
-0.000974439
-0.00950247
9.85321e-05
-0.00702462
0.000208252
3.423e-05
0.00011231
-9.55493e-06
0.000185033
0.000716383
2.06301e-05
0.000427286
0.00121457
5.08282e-05
0.000730501
0.00165864
8.37585e-05
0.00101467
0.00195961
8.24043e-05
0.00125892
0.00208106
5.83877e-05
0.00143315
0.00208452
1.52364e-05
0.00153207
0.00198709
-2.53913e-05
0.00156798
0.00184382
-6.39307e-05
0.00154921
0.00167495
-9.24796e-05
0.00149041
0.00151905
-0.000109476
0.00141099
0.00137322
-0.000113635
0.00132982
0.00125703
-0.000103639
0.00125967
0.00115195
-8.30639e-05
0.00120192
0.00106372
-5.67393e-05
0.00115369
0.000968652
-3.27981e-05
0.00112294
0.000878397
-1.74383e-06
0.00109269
0.000768357
1.15195e-05
0.00108044
0.000637912
3.95638e-05
0.00106227
0.000482658
3.5287e-05
0.00105328
0.000342707
6.23905e-05
0.00101156
0.000223553
7.23344e-05
0.000938579
5.89954e-05
8.29154e-05
0.000836506
-0.000109012
8.04643e-05
0.000736522
-0.000269572
8.2278e-05
0.000635082
-0.000401636
8.9682e-05
0.000535659
-0.0005131
9.3307e-05
0.00043157
-0.000644621
0.000101532
0.000311607
-0.000750697
9.86443e-05
0.000178771
-0.000953635
9.46259e-05
7.19011e-06
-0.00108545
7.03235e-05
-0.000174829
-0.00138016
3.66797e-05
-0.000403007
-0.00161955
-4.48245e-05
-0.000703602
-0.00221197
-0.000163916
-0.00106497
-0.0029438
-0.000325534
-0.00140513
-0.00440076
-0.000420953
-0.00165268
-0.00601343
-0.000416721
-0.00164464
-0.00835224
-0.000209344
-0.00111812
-0.00980471
7.3872e-05
-0.00808441
0.000207498
2.54657e-05
8.99645e-05
-1.23284e-05
0.000151561
0.000614486
1.04132e-05
0.000358951
0.00105397
3.58553e-05
0.00063762
0.00145297
6.47095e-05
0.000921144
0.00174874
7.34307e-05
0.00117252
0.00188348
5.65117e-05
0.00136998
0.00189814
3.15233e-05
0.00150498
0.00181539
-4.09649e-06
0.00157847
0.00169163
-4.61956e-05
0.00160149
0.0015341
-7.73949e-05
0.00158535
0.00138775
-0.000100481
0.00154324
0.0012492
-0.000113276
0.00148971
0.00113996
-0.000115716
0.00143646
0.00104226
-0.000110704
0.00138758
0.000963408
-9.5421e-05
0.00133865
0.000883412
-8.2715e-05
0.00129783
0.000811543
-5.9574e-05
0.00125544
0.000720115
-4.82576e-05
0.00122417
0.000616406
-2.75638e-05
0.00118847
0.000494775
-3.36562e-05
0.00116657
0.000371306
-5.66402e-06
0.00112299
0.000268658
2.44411e-05
0.00105896
0.000131597
4.43919e-05
0.000973793
-1.8538e-05
5.64531e-05
0.000881281
-0.000175462
6.12739e-05
0.000786648
-0.000305491
7.30191e-05
0.000688251
-0.000402228
8.15331e-05
0.000584443
-0.000516825
9.0501e-05
0.000451693
-0.000589852
8.80507e-05
0.000317321
-0.000785128
7.51819e-05
0.000154343
-0.000875254
4.2324e-05
-3.34477e-05
-0.00114727
1.98371e-05
-0.000269158
-0.00132943
-6.05196e-05
-0.000525437
-0.00188631
-0.000166567
-0.00086894
-0.00248542
-0.000341136
-0.00124486
-0.00389177
-0.000468413
-0.00156129
-0.00548852
-0.000484835
-0.0016806
-0.00803837
-0.000268226
-0.00125398
-0.0099399
3.08643e-05
-0.00924734
0.000212812
7.87702e-06
8.44046e-05
-1.10995e-05
0.000107794
0.000539123
4.2377e-06
0.00028164
0.000927642
2.3707e-05
0.000533961
0.00126879
5.22364e-05
0.000816403
0.00153888
7.07064e-05
0.00107625
0.00167496
7.07119e-05
0.0012962
0.00169772
5.31502e-05
0.00147297
0.00162018
2.48789e-05
0.00159019
0.0015104
-1.24777e-05
0.00165751
0.0013658
-4.69551e-05
0.00168543
0.00123279
-7.91674e-05
0.00168314
0.00110083
-0.000100042
0.00166103
0.000998046
-0.000111422
0.0016274
0.000908039
-0.000120369
0.00158945
0.000839101
-0.000117535
0.00154103
0.00077317
-0.000115717
0.00149479
0.000715217
-0.000100951
0.00144347
0.000641728
-0.00010814
0.00139265
0.000562891
-8.63746e-05
0.00134462
0.00047141
-9.63505e-05
0.00131082
0.000373436
-7.39565e-05
0.00125465
0.000280491
-2.48034e-05
0.00119242
0.000157225
6.31898e-06
0.00112213
2.20429e-05
3.60775e-05
0.00104501
-0.000107088
4.01788e-05
0.000965575
-0.00022998
5.98055e-05
0.000863391
-0.000298076
7.50701e-05
0.000750086
-0.000402797
9.6733e-05
0.000618732
-0.000443216
7.60083e-05
0.0004754
-0.000618861
6.06346e-05
0.000320969
-0.000682363
2.2218e-05
0.000170672
-0.000939509
-1.62981e-05
-6.19658e-05
-0.0010492
-6.89178e-05
-0.000337272
-0.00155621
-0.000162859
-0.000648784
-0.00205379
-0.00032975
-0.000996953
-0.00337611
-0.000478343
-0.00137884
-0.00484672
-0.000524068
-0.00162605
-0.00755803
-0.000300871
-0.00134464
-0.00987584
3.23304e-05
-0.0104673
0.000292331
-5.74773e-06
9.25819e-05
-1.13463e-05
5.44403e-05
0.000501204
-7.55631e-06
0.000195349
0.000832876
7.76604e-06
0.000404314
0.00112823
2.71113e-05
0.000669564
0.00134592
5.67064e-05
0.00093472
0.00146591
7.20666e-05
0.00117089
0.00149077
6.68566e-05
0.00138129
0.00141084
4.69735e-05
0.00154411
0.00131116
1.41743e-05
0.00165983
0.00117148
-2.08741e-05
0.00173373
0.0010492
-5.28666e-05
0.00177448
0.000929043
-8.44884e-05
0.00178953
0.000834976
-0.000107826
0.00178335
0.000755041
-0.00012541
0.00176115
0.000697624
-0.000133006
0.00172194
0.000643278
-0.000140666
0.00168084
0.00059622
-0.000139284
0.00162633
0.000544305
-0.000158634
0.00156362
0.000492424
-0.000146073
0.00150223
0.000424176
-0.000157585
0.00146168
0.000353378
-0.000137717
0.00139974
0.000269852
-7.24454e-05
0.00133832
0.000151636
-3.31001e-05
0.00127743
2.65978e-05
1.46609e-06
0.0012157
-7.83795e-05
1.44374e-05
0.00115324
-0.000184428
4.1768e-05
0.00106365
-0.000218252
6.3246e-05
0.000959031
-0.000315587
9.27429e-05
0.000846081
-0.000330375
6.7932e-05
0.000700935
-0.000469061
3.93895e-05
0.000547789
-0.000498739
1.21199e-06
0.000399333
-0.000744463
-3.36993e-05
0.000223939
-0.000800468
-0.000109314
-4.77537e-06
-0.00125693
-0.000173322
-0.000350808
-0.00159449
-0.000329264
-0.000712959
-0.00283972
-0.000457182
-0.00111356
-0.00417338
-0.000548323
-0.00149858
-0.00690812
-0.000337251
-0.00137954
-0.00961616
4.9171e-05
-0.0117312
0.000469468
-4.07571e-05
0.000142429
-4.83417e-06
-3.25375e-05
0.000517801
-1.92709e-06
6.41467e-05
0.000782539
8.31721e-06
0.00026391
0.00100572
2.57575e-05
0.000514912
0.00118262
4.98921e-05
0.00079657
0.00125779
8.40864e-05
0.00105682
0.00128374
8.58379e-05
0.00130085
0.00119548
7.89555e-05
0.00150934
0.00110265
5.07993e-05
0.00167502
0.000972005
1.87831e-05
0.00179505
0.000855663
-1.68277e-05
0.00187779
0.000743306
-5.27569e-05
0.00192499
0.00066716
-8.63831e-05
0.00194271
0.000601385
-0.000115243
0.00194261
0.000556689
-0.000139457
0.00192169
0.000511573
-0.000154245
0.00188739
0.000478372
-0.000163922
0.00183258
0.000447718
-0.000189857
0.00176515
0.000422357
-0.000186813
0.0016965
0.00037654
-0.000204205
0.0016491
0.000325843
-0.000185081
0.00159165
0.000238967
-0.000114445
0.00153415
0.00012637
-6.33579e-05
0.00149014
4.58236e-06
-2.53088e-05
0.00144637
-7.85037e-05
-8.69077e-06
0.00140489
-0.000172623
2.62108e-05
0.00132618
-0.000173447
5.25865e-05
0.00122821
-0.000263666
9.35376e-05
0.00112371
-0.000250958
6.22792e-05
0.000990697
-0.000352061
3.24377e-05
0.000834882
-0.000330797
-1.23881e-05
0.000684222
-0.000564779
-4.8647e-05
0.000519047
-0.000570564
-0.000115416
0.000366004
-0.000996275
-0.000204845
0.000111651
-0.00118951
-0.000331571
-0.000255306
-0.00227803
-0.00045743
-0.000752103
-0.00339991
-0.000540938
-0.00122633
-0.00619753
-0.000373982
-0.00129362
-0.00915803
6.30958e-05
-0.0129845
0.000746727
-6.31738e-05
0.000227922
-1.05741e-06
-0.000112913
0.000599145
2.32302e-06
-8.07363e-05
0.000793435
1.70375e-05
5.39743e-05
0.000946142
2.46636e-05
0.000292898
0.00104942
4.44912e-05
0.000585749
0.00107028
8.3131e-05
0.000870715
0.0010804
0.000104337
0.00115124
0.000983555
0.000105483
0.00140632
0.000894986
8.32886e-05
0.00162311
0.00077554
5.2156e-05
0.00179746
0.000668106
1.59809e-05
0.00193052
0.000564467
-1.76509e-05
0.00202007
0.000494294
-5.40508e-05
0.00208227
0.000441054
-9.38182e-05
0.00211391
0.000415604
-0.000125925
0.00212002
0.000383092
-0.00015227
0.00210272
0.000367546
-0.000176288
0.00205942
0.000356029
-0.000209183
0.001998
0.00035888
-0.000219098
0.0019287
0.000340183
-0.000240125
0.00188208
0.000296557
-0.000226551
0.00183254
0.000203332
-0.000156397
0.0017834
9.7722e-05
-9.98409e-05
0.00176083
-3.60266e-05
-5.06248e-05
0.0017452
-0.000102128
-3.46929e-05
0.0017317
-0.000195189
1.3898e-05
0.0016824
-0.000169889
4.22721e-05
0.00160687
-0.000262174
9.83761e-05
0.00152297
-0.000218642
5.47689e-05
0.00140924
-0.000273822
2.30142e-05
0.00127939
-0.000209424
-2.14657e-05
0.00112107
-0.000398333
-4.83715e-05
0.000966729
-0.000376314
-0.000117641
0.000809982
-0.000760175
-0.000182025
0.000642451
-0.000841246
-0.000349384
0.000414137
-0.0018018
-0.000459303
-7.17615e-05
-0.00261026
-0.000559311
-0.000794761
-0.00525314
-0.000441989
-0.00100469
-0.00863932
8.46496e-05
-0.0141303
0.00112566
-0.000186612
0.000446312
3.09177e-05
-0.000267116
0.00073012
3.3866e-05
-0.000282525
0.000883332
4.72961e-05
-0.000143776
0.000919091
7.00057e-05
8.17423e-05
0.00095755
9.58215e-05
0.000404427
0.000908375
0.000125966
0.000741973
0.000885896
0.000150574
0.00106408
0.000794243
0.00016136
0.00137013
0.000701569
0.000141635
0.00163545
0.000596154
0.000119941
0.00185943
0.000508849
8.61269e-05
0.00203795
0.000422389
4.578e-05
0.00217936
0.000360593
3.85634e-06
0.00228762
0.000311143
-3.5266e-05
0.00235768
0.000293511
-7.94004e-05
0.00240141
0.000277468
-0.00013132
0.00241062
0.000284492
-0.000165183
0.00238453
0.000296986
-0.000205572
0.00232843
0.000339593
-0.000228347
0.00228158
0.000321148
-0.000251702
0.00224108
0.000297916
-0.000253943
0.0022199
0.000192176
-0.000192782
0.002201
7.8683e-05
-0.000125319
0.00221792
-8.50678e-05
-5.98151e-05
0.00223853
-0.000136275
-3.78193e-05
0.00226225
-0.000240596
2.49395e-05
0.00223855
-0.000190052
5.0067e-05
0.00218959
-0.000274176
0.000100018
0.00212406
-0.000187419
4.45473e-05
0.00202604
-0.000220911
1.50034e-05
0.00191177
-0.000124189
-1.31152e-05
0.00176628
-0.000264209
-5.34453e-05
0.00163696
-0.000223963
-0.000103702
0.00147087
-0.000557657
-0.000132844
0.001324
-0.000566773
-0.000283708
0.00109966
-0.00135123
-0.000421794
0.000819972
-0.00197156
-0.000547709
0.00011752
-0.00432214
-0.000520834
-0.00034126
-0.0079806
9.9606e-05
-0.0149076
0.00164624
-9.33119e-05
0.000573799
7.04462e-05
-0.000353019
0.00105779
5.11583e-05
-0.000477751
0.00111953
7.59195e-05
-0.00042379
0.00102052
0.000114014
-0.000184204
0.000919841
0.000147887
0.00014618
0.000800841
0.000212953
0.000528708
0.000725237
0.000228758
0.000922245
0.000626262
0.000247183
0.00129375
0.000535701
0.000227737
0.00162809
0.000443494
0.000203606
0.0019224
0.000370943
0.000167911
0.0021758
0.000299678
0.000130901
0.00238791
0.000253496
8.68094e-05
0.00256073
0.00021847
4.12453e-05
0.00269627
0.000213242
-6.71482e-06
0.00279693
0.000209746
-6.66644e-05
0.00286605
0.000228749
-0.000120592
0.00289829
0.000265155
-0.000173022
0.00288878
0.000349381
-0.000213526
0.00288717
0.00032263
-0.000244438
0.0028807
0.000319811
-0.000256599
0.00289192
0.000196116
-0.000199753
0.00291229
6.88537e-05
-0.000132331
0.00297824
-0.000153562
-5.40913e-05
0.00304427
-0.000180411
-2.67541e-05
0.00312152
-0.00030601
4.40438e-05
0.00315409
-0.000220403
6.08518e-05
0.00315641
-0.000282977
0.000100337
0.00314038
-0.000165658
4.06852e-05
0.00308981
-0.000172165
1.06513e-05
0.00301571
-5.08339e-05
-3.15138e-05
0.00292307
-0.000174484
-3.6351e-05
0.00285357
-0.000127511
-8.87277e-05
0.0027251
-0.000412661
-0.000120648
0.00266648
-0.000422842
-0.000192963
0.00244424
-0.00101782
-0.000289991
0.00220901
-0.00141866
-0.000391409
0.00143392
-0.00333481
-0.000467364
0.000802895
-0.00725311
7.76097e-05
-0.0148619
0.0022345
-0.000804989
0.0014032
0.000118144
-0.000908368
0.00125185
0.000156358
-0.000889775
0.00127834
0.000225277
-0.000701713
0.00109959
0.000316512
-0.000328893
0.000863799
0.000392206
8.56002e-05
0.000754698
0.000441175
0.000565558
0.000615586
0.000452882
0.00104397
0.000520125
0.000464681
0.00150556
0.000431005
0.000435086
0.00192912
0.000362079
0.000398137
0.00231884
0.000304715
0.000346986
0.00266677
0.000250449
0.000293366
0.00297839
0.000209454
0.000236639
0.00325251
0.000174105
0.000180867
0.00349253
0.000166961
0.000119978
0.00368991
0.000170171
5.69462e-05
0.00385955
0.000195388
-6.71307e-06
0.00398229
0.000245413
-7.60635e-05
0.00407311
0.000351133
-0.000137543
0.00416385
0.000320244
-0.000184026
0.00427947
0.000306651
-0.000207442
0.00439332
0.000188367
-0.000156547
0.00450213
5.06374e-05
-8.12548e-05
0.00462452
-0.000187519
7.29906e-06
0.00474008
-0.000203222
3.75718e-05
0.00485337
-0.000344872
9.75769e-05
0.00492903
-0.000228455
0.000114106
0.00495351
-0.000243984
0.000147054
0.00497848
-0.000123213
9.76535e-05
0.00497524
-9.43032e-05
5.32027e-05
0.00495732
3.17538e-05
-5.89125e-06
0.00489197
-6.508e-05
-1.89395e-05
0.00487458
-5.7627e-05
-3.98293e-05
0.00476181
-0.000265909
-7.14346e-05
0.00473274
-0.000299133
-6.19772e-05
0.00448961
-0.000735705
-0.000210009
0.00429479
-0.00103878
-9.89129e-05
0.00354368
-0.00242461
-0.000259085
0.00251595
-0.00621061
0.000298955
-0.0133687
0.00284176
-0.00165733
0.00319214
0.000474066
-0.0016007
0.00151441
0.000428355
-0.00131299
0.00138745
0.000469495
-0.000688678
0.000935452
0.000515069
-1.825e-05
0.000702576
0.000560482
0.00074826
0.000523915
0.000632372
0.00148474
0.000436601
0.000644221
0.00218645
0.000354079
0.000650402
0.00284631
0.000286823
0.000614823
0.00346193
0.000241243
0.000572971
0.00403176
0.000206259
0.000514437
0.00455608
0.000170502
0.000455553
0.00503663
0.000140304
0.000392529
0.00547074
0.000113667
0.00033382
0.00586639
0.000105841
0.000271945
0.00622065
0.000113536
0.000204492
0.00655595
0.000130892
0.000137657
0.00687974
0.000170257
6.88702e-05
0.0071973
0.000269061
-1.43011e-05
0.00746869
0.000243934
-8.76092e-05
0.00776973
0.000199345
-0.000146852
0.00801228
0.000120465
-0.000121551
0.00819276
1.97913e-05
-6.61372e-05
0.00830005
-0.000152837
2.12732e-05
0.00839272
-0.000162904
6.448e-05
0.00844693
-0.000273522
0.000136599
0.00853482
-0.000191181
0.000149176
0.00857081
-0.000155323
0.000209772
0.00864131
-6.72964e-05
0.000164036
0.00870793
-1.86447e-05
0.000129909
0.00883283
5.11988e-05
6.15749e-05
0.00886354
1.40777e-05
3.92981e-05
0.00893102
-1.02048e-05
1.65048e-05
0.00886206
-0.000130455
-1.13736e-05
0.00885082
-0.000188895
6.94008e-05
0.00866825
-0.000490534
-3.6876e-05
0.00843628
-0.000722955
0.000164334
0.00779924
-0.00166647
0.000217314
0.00559582
-0.00409541
0.000405709
-0.00900779
0.00333582
0.00326319
0.000350492
0.00491992
0.000382376
0.00649365
0.000439985
0.00765548
0.000470411
0.00860734
0.000517969
0.009435
0.00053314
0.0102023
0.000532628
0.0109057
0.000531839
0.0115477
0.0005127
0.012144
0.000486503
0.0126994
0.000448578
0.0132081
0.00040864
0.0136699
0.000363126
0.0140825
0.000320967
0.014459
0.000279549
0.0148163
0.000231912
0.015168
0.000182865
0.0155228
0.000128553
0.0159519
3.29788e-05
0.0163212
-1.94768e-05
0.0166355
-7.57135e-05
0.0168754
-0.000104905
0.0170063
-9.82973e-05
0.0169492
-3.95125e-05
0.0168792
2.34246e-06
0.0166847
8.59195e-05
0.0165724
0.00012881
0.0165062
0.000187906
0.0165498
0.000193134
0.0166605
0.000178388
0.016872
0.000141383
0.0170269
7.17632e-05
0.0171594
8.04939e-05
0.0171306
-7.50172e-07
0.0170332
0.000100355
0.0166585
1.19646e-05
0.0159503
0.00015408
0.0143824
0.000392133
0.0102642
0.000503824
0.00340429
1.59855e-05
-5.2939e-06
4.63215e-05
-1.67058e-05
7.94587e-05
-1.97965e-05
0.000112457
-2.023e-05
0.000142267
-1.66874e-05
0.00017191
-1.57087e-05
0.00020061
-1.33176e-05
0.00022849
-1.07783e-05
0.000254717
-7.29156e-06
0.000276229
-2.82625e-06
0.000290534
4.65215e-06
0.000298655
6.31451e-06
0.000304038
7.05101e-06
0.000303931
1.05002e-05
0.000281263
2.61871e-05
0.000250457
2.49648e-05
0.000207452
2.15417e-05
0.000158478
2.96011e-05
5.65728e-05
8.86196e-05
-0.000115426
0.000146939
-0.00040262
0.000230978
-0.000602698
0.000233143
-0.000762322
0.000281425
-0.000813954
0.000299243
-0.000810636
0.000332283
-0.000749472
0.000361177
-0.000646785
0.00038795
-0.000512027
0.000404234
-0.000342192
0.000395029
-0.00017441
0.000379996
-4.67673e-05
0.00034569
3.36977e-05
0.000297519
6.61898e-05
0.000231732
5.86766e-05
0.000168105
3.16063e-05
0.000114743
9.23563e-06
7.44253e-05
-4.08778e-06
4.99085e-05
-9.34074e-06
3.56806e-05
-9.64971e-06
2.51973e-05
1.5112e-05
2.38586e-05
-1.79414e-05
6.64551e-05
-4.07973e-05
0.000110614
-4.15396e-05
0.000150959
-3.49503e-05
0.000183055
-2.30962e-05
0.000210701
-1.39238e-05
0.000232502
1.74637e-07
0.000246493
1.63435e-05
0.00024765
3.84334e-05
0.000236373
6.47132e-05
0.000214519
9.38246e-05
0.000176107
0.000131589
0.000100827
0.00017969
2.44488e-06
0.000216769
-0.000107234
0.000267794
-0.000244338
0.000330052
-0.0004081
0.000420761
-0.000581009
0.000500647
-0.000747305
0.000616063
-0.000924094
0.000731951
-0.00110362
0.000853212
-0.0012231
0.000941441
-0.00131739
0.00104239
-0.00132939
0.00107758
-0.0012679
0.00112322
-0.00114061
0.00114644
-0.000962568
0.00115522
-0.000747277
0.00113275
-0.000526751
0.00107639
-0.000309429
0.000994374
-0.000116603
0.000862149
4.20704e-05
0.000717224
0.000121846
0.000566619
0.000147905
0.000432184
0.000133634
0.000314311
0.000102877
0.000229121
6.92702e-05
0.000169561
3.90966e-05
0.000132764
1.43594e-05
0.000100213
6.3373e-05
2.6491e-05
-2.86213e-05
7.47977e-05
-5.97801e-05
0.000122682
-5.13116e-05
0.00016078
-3.1151e-05
0.000188168
-1.72554e-06
0.000204876
2.61777e-05
0.000207704
6.63169e-05
0.000197554
0.00010334
0.000180297
0.000159439
0.000150782
0.000224152
8.16894e-05
0.000308151
-2.13048e-05
0.000395377
-0.000142033
0.000483352
-0.000306181
0.000594257
-0.000483732
0.000704908
-0.000663562
0.000820055
-0.000810552
0.000938868
-0.00093785
0.00105529
-0.00106559
0.00121891
-0.00121581
0.00138582
-0.00136877
0.00151447
-0.00145537
0.00162409
-0.00150843
0.00171574
-0.00149715
0.00172783
-0.00142398
0.00175141
-0.00129989
0.00173674
-0.00113886
0.00169785
-0.000951301
0.00161374
-0.000751347
0.0014953
-0.000541395
0.00133985
-0.000370582
0.00116526
-0.000216251
0.000971455
-9.48037e-05
0.000767183
-8.65389e-06
0.000599099
2.9181e-05
0.000457143
4.56043e-05
0.000351363
4.43847e-05
0.00027807
3.38555e-05
0.00022962
1.48049e-05
0.000179246
0.000111921
2.69269e-05
-3.33314e-05
7.27857e-05
-5.86602e-05
0.000119184
-3.6642e-05
0.000150782
3.121e-06
0.000165606
5.78059e-05
0.000166885
0.000110596
0.000153636
0.000185594
0.000132977
0.000260322
9.41077e-05
0.00036361
2.87192e-05
0.000479659
-5.94668e-05
0.000601677
-0.000176409
0.000734871
-0.000329608
0.000874066
-0.000485199
0.00100588
-0.000625214
0.00112386
-0.000748346
0.00125085
-0.000859102
0.00138826
-0.000961013
0.00151066
-0.00106969
0.00168214
-0.00119772
0.00183
-0.00134882
0.00191304
-0.00142616
0.00198102
-0.00147835
0.0020254
-0.00147139
0.00198058
-0.00141706
0.00196402
-0.00132954
0.00190551
-0.00121813
0.0018246
-0.00108835
0.00170209
-0.000946756
0.00154662
-0.00079045
0.00137185
-0.000615952
0.00117754
-0.000444188
0.000989421
-0.000295001
0.000804143
-0.000169739
0.000653493
-8.53951e-05
0.000532911
-2.6759e-05
0.000432624
7.94757e-06
0.000364192
2.24404e-05
0.000313242
1.50974e-05
0.000251444
0.000156774
2.70316e-05
-2.22646e-05
7.37062e-05
-2.80254e-05
0.000120818
7.16604e-06
0.000149699
7.52892e-05
0.000155116
0.000160983
0.000136671
0.00025225
0.000108315
0.000367458
8.3167e-05
0.000469408
4.56152e-05
0.000613962
-1.01038e-05
0.000757649
-9.22918e-05
0.000910748
-0.000188131
0.00105594
-0.000285399
0.00119176
-0.000382383
0.00132206
-0.000497102
0.00145199
-0.000607278
0.00157228
-0.00070446
0.00168538
-0.0007916
0.00176284
-0.000884779
0.00185751
-0.00101006
0.00194304
-0.00117621
0.00195678
-0.00126106
0.00194341
-0.0013321
0.00195082
-0.00135502
0.00187218
-0.00134709
0.00184156
-0.00131778
0.00177143
-0.00126854
0.00168761
-0.00121175
0.00157201
-0.00112799
0.00143351
-0.00101536
0.00127727
-0.000873568
0.00110694
-0.000706265
0.00094568
-0.000531516
0.000786704
-0.000365626
0.000655763
-0.000226028
0.000564521
-0.000118907
0.000481124
-4.21247e-05
0.000423082
2.53872e-06
0.000376324
1.40676e-05
0.000307818
0.000195437
2.22507e-05
2.2099e-05
6.96677e-05
4.2588e-05
0.000124233
9.66237e-05
0.000150942
0.000191817
0.000153566
0.00030385
0.000132619
0.000427199
0.000112628
0.000574871
9.3012e-05
0.000714728
6.1238e-05
0.000881758
1.38493e-05
0.00103229
-4.5464e-05
0.00117756
-0.000109369
0.00130536
-0.000182103
0.00142559
-0.000255269
0.0015281
-0.000324411
0.00161905
-0.000375709
0.00168225
-0.000433762
0.00172961
-0.000501726
0.00174796
-0.000613183
0.00178556
-0.000743612
0.00177812
-0.000924538
0.00177451
-0.00103437
0.00168924
-0.00114416
0.00168999
-0.00121604
0.00159334
-0.00126139
0.00156304
-0.00128927
0.00149941
-0.00130174
0.00143585
-0.00129937
0.00134834
-0.0012739
0.00124345
-0.00119548
0.00113051
-0.00108366
0.00100659
-0.000922194
0.000883467
-0.000738567
0.000763395
-0.000546589
0.000661392
-0.000364855
0.000589582
-0.000216426
0.000519825
-9.75953e-05
0.000463425
-2.23482e-05
0.000423407
8.26464e-06
0.000350982
0.000226849
2.16071e-05
0.000103167
9.18313e-05
0.000144312
0.000152831
0.000226473
0.000180141
0.000346245
0.000182971
0.000480583
0.000152642
0.000639762
0.000149448
0.000797656
0.000141778
0.000954192
0.000133799
0.00111198
0.000111391
0.00124234
7.44725e-05
0.0013683
2.50729e-05
0.00146918
-3.02515e-05
0.00155349
-8.34726e-05
0.00160855
-0.000136759
0.00164285
-0.000184004
0.00164114
-0.000241429
0.0016351
-0.000296161
0.00158294
-0.00039167
0.00156304
-0.000494471
0.00147799
-0.000688215
0.00148523
-0.000819549
0.0013373
-0.000956987
0.00135592
-0.00107919
0.00127603
-0.00117806
0.00126562
-0.00126287
0.00122629
-0.00133095
0.00119767
-0.0013783
0.00114523
-0.00139985
0.00108566
-0.00135448
0.00101594
-0.00127328
0.000925064
-0.00113269
0.000829894
-0.000939129
0.000733527
-0.000718175
0.000646395
-0.00048274
0.000588168
-0.000299328
0.000550293
-0.000144435
0.000496896
-4.28993e-05
0.000463178
5.52228e-06
0.000387899
0.000256623
2.94454e-05
0.000207433
0.000119416
0.000275505
0.000190214
0.00038781
0.000221868
0.000522998
0.000222521
0.000670689
0.000213109
0.000841083
0.000232795
0.00099033
0.000244029
0.00114792
0.000250747
0.00128101
0.000226353
0.00139935
0.000194583
0.00148934
0.00015842
0.00154988
0.000114689
0.00158807
6.80427e-05
0.00158625
2.30569e-05
0.00156185
-2.73996e-05
0.0015032
-8.22762e-05
0.00144302
-0.000137962
0.001342
-0.000219271
0.00129168
-0.000318128
0.00116151
-0.000480112
0.00117889
-0.000653517
0.00103633
-0.000813664
0.00106619
-0.000980016
0.00101868
-0.00112041
0.00102535
-0.00124423
0.00100961
-0.00135314
0.00100626
-0.00143847
0.000981473
-0.00148712
0.000955829
-0.00148115
0.000902882
-0.00142076
0.000836912
-0.00130036
0.000756515
-0.00110921
0.000680905
-0.000880727
0.000618156
-0.000622463
0.000565
-0.000389549
0.000560281
-0.000201215
0.000518552
-7.00378e-05
0.000493744
-2.10743e-06
0.000416752
0.00028185
4.86085e-05
0.000322464
0.000157929
0.000428428
0.000254613
0.000562938
0.000302331
0.000704241
0.000309137
0.000861738
0.000314565
0.00102235
0.000322833
0.00116048
0.0003301
0.00129431
0.000341808
0.00139674
0.000340523
0.00148259
0.000319133
0.00154063
0.000280224
0.00156211
0.000234665
0.00154648
0.000187211
0.00149623
0.000139227
0.00142241
8.60866e-05
0.00132312
2.98538e-05
0.0012281
-3.85433e-05
0.001112
-0.000111393
0.00104213
-0.000230628
0.00092584
-0.000362549
0.000927961
-0.000561514
0.000830548
-0.000729889
0.000850354
-0.000919004
0.000836328
-0.00108274
0.000849594
-0.00123032
0.000852907
-0.00136733
0.000858945
-0.0014773
0.000855946
-0.00155866
0.000832332
-0.00158623
0.000785989
-0.00154846
0.000727935
-0.00144036
0.000666776
-0.00125606
0.000600799
-0.00101078
0.000550017
-0.000734334
0.000506568
-0.000471694
0.000529743
-0.000252538
0.000526738
-9.07718e-05
0.000509618
-9.63101e-06
0.000444243
0.000304414
6.67596e-05
0.000433713
0.000199925
0.000588431
0.000320717
0.000737664
0.000382344
0.000881248
0.000406023
0.00102679
0.000416546
0.00116646
0.000414635
0.00129011
0.00042078
0.00139718
0.000419594
0.00147229
0.000409554
0.00151775
0.000401345
0.0015269
0.000372502
0.00150865
0.000327172
0.00145851
0.000271312
0.00137192
0.000211795
0.00126418
0.000152755
0.00113658
9.20692e-05
0.00102662
1.77732e-05
0.000915729
-5.33932e-05
0.000841463
-0.00018089
0.000761517
-0.000297304
0.000741439
-0.000499022
0.000697149
-0.00067365
0.000697405
-0.000864969
0.000698609
-0.00103599
0.000708683
-0.00119475
0.000717729
-0.00134711
0.000728011
-0.00148625
0.000721059
-0.00158702
0.00069583
-0.00163957
0.000656614
-0.00162488
0.000609988
-0.00153821
0.000561377
-0.00137226
0.000515123
-0.00112922
0.00047595
-0.00084913
0.000437622
-0.000552181
0.000453554
-0.000310164
0.000494003
-0.000122712
0.00050615
-2.0294e-05
0.000454834
0.00032028
8.15555e-05
0.00053713
0.000243199
0.000739468
0.000389238
0.000902712
0.000469838
0.00104044
0.000509264
0.00116376
0.000517593
0.00127972
0.000515226
0.00137916
0.000511365
0.00145614
0.000496311
0.00150306
0.000475562
0.00152031
0.000444826
0.00149413
0.000404533
0.00143229
0.00036182
0.00133941
0.000313841
0.00122044
0.000258298
0.00109502
0.000192952
0.00096634
0.000127491
0.00085427
5.04197e-05
0.000757561
-2.6982e-05
0.000688996
-0.000151658
0.000641952
-0.000269078
0.000605625
-0.000452762
0.000592032
-0.000621822
0.000573836
-0.000803255
0.000573851
-0.000970263
0.000576684
-0.00113749
0.000581199
-0.00130472
0.000587496
-0.00145777
0.000574139
-0.00158249
0.000553335
-0.00166278
0.000523423
-0.00168598
0.000483417
-0.00162278
0.000448293
-0.0014763
0.000411055
-0.00122854
0.000381137
-0.000927339
0.000358343
-0.000610879
0.000366542
-0.000345827
0.000430672
-0.000137649
0.000483945
-2.58349e-05
0.000457303
0.000334946
9.34009e-05
0.000625453
0.000280141
0.000875666
0.000450286
0.00105223
0.00054932
0.00117557
0.000598536
0.00127597
0.000610799
0.00136127
0.000607192
0.00143301
0.000592862
0.00148096
0.000564906
0.00150156
0.000526087
0.00148201
0.000481083
0.0014291
0.000432021
0.00134111
0.000376276
0.0012209
0.000319248
0.00107895
0.000263669
0.000939693
0.000207014
0.000809043
0.000145767
0.000707701
7.29602e-05
0.000624927
-7.24982e-06
0.000564576
-0.000121867
0.000534739
-0.000240957
0.000489953
-0.00040339
0.000485474
-0.000556234
0.000448375
-0.000720819
0.000442921
-0.000879132
0.000435088
-0.00104506
0.000435358
-0.00121955
0.00042969
-0.0013839
0.000421476
-0.00152711
0.000410483
-0.00162894
0.000390002
-0.00166432
0.00037431
-0.00164175
0.000338731
-0.00153751
0.00030009
-0.00134006
0.000269935
-0.00104437
0.000256387
-0.000699245
0.000267189
-0.000391691
0.000338218
-0.000168997
0.000425754
-3.51975e-05
0.00044403
0.000344571
0.000102371
0.000690205
0.000311987
0.00098503
0.000508063
0.00117028
0.000625768
0.00127948
0.00067956
0.00136042
0.000692008
0.00141912
0.000686058
0.001461
0.000662013
0.00147655
0.000623232
0.00146792
0.000571585
0.00142474
0.000510178
0.00134676
0.000446503
0.00123399
0.000379937
0.0010987
0.000317795
0.000948775
0.000261646
0.000804683
0.000208526
0.000677152
0.000155918
0.000578267
9.35925e-05
0.000507139
1.66077e-05
0.000450039
-8.10125e-05
0.000419404
-0.000197571
0.000372166
-0.000338144
0.000362357
-0.000474808
0.000312045
-0.000619153
0.000298659
-0.000767987
0.000282735
-0.00093785
0.000276445
-0.00111058
0.000272746
-0.00127523
0.000265762
-0.00142904
0.00026907
-0.00155345
0.000257314
-0.00164078
0.00024194
-0.00166754
0.000201569
-0.00159992
0.000152096
-0.00142487
0.000109249
-0.00114254
0.000100057
-0.000783891
0.000127997
-0.00042832
0.000225707
-0.000180243
0.00035468
-4.251e-05
0.000414348
0.000353256
0.000105054
0.000736742
0.000333526
0.00106917
0.000553486
0.00126349
0.000686151
0.00136041
0.000744982
0.00141936
0.000755012
0.00145351
0.000744103
0.00146938
0.000708081
0.00145608
0.000657763
0.00141965
0.000598011
0.00134931
0.000528198
0.00125112
0.000451224
0.0011224
0.000373636
0.000977763
0.00030464
0.000823951
0.000250178
0.000682341
0.00020502
0.000559521
0.000160285
0.000462931
0.000114032
0.000387315
4.78688e-05
0.000332306
-3.72596e-05
0.000292726
-0.000145118
0.000240979
-0.000263932
0.000221765
-0.000384953
0.000168997
-0.000510648
0.000150111
-0.000649799
0.00012386
-0.000802147
0.000115367
-0.000960551
0.000111571
-0.00112302
0.000115695
-0.0012845
0.00012421
-0.00144063
0.000116308
-0.00156327
9.16719e-05
-0.00163164
4.82568e-05
-0.00161719
-6.85895e-06
-0.00149189
-6.10362e-05
-0.00124156
-8.87339e-05
-0.000898639
-5.35167e-05
-0.000503887
5.94615e-05
-0.000203004
0.000254965
-4.63502e-05
0.000372941
0.000356436
0.000110516
0.000748302
0.000355305
0.00111263
0.000593501
0.00132003
0.000740542
0.00141289
0.000800683
0.00145291
0.000804654
0.00146362
0.000782189
0.00145177
0.000738769
0.00141383
0.00068012
0.00135225
0.000609247
0.00126202
0.000529796
0.00114619
0.000447361
0.00100392
0.000367007
0.000851899
0.00029763
0.000699705
0.000244666
0.000564002
0.000206668
0.000445478
0.00017128
0.000351683
0.000129362
0.000273137
7.33855e-05
0.000207168
3.99479e-06
0.000150649
-9.91788e-05
0.000103664
-0.000195213
6.61182e-05
-0.000296867
1.64345e-05
-0.000408085
-7.57733e-06
-0.000530806
-3.45648e-05
-0.000662173
-3.985e-05
-0.000806885
-3.61289e-05
-0.000962816
-3.4537e-05
-0.00112313
-3.32999e-05
-0.00128835
-3.93407e-05
-0.00144239
-5.97955e-05
-0.00155725
-0.000104425
-0.00159659
-0.000168945
-0.00152585
-0.000243568
-0.00131668
-0.0002947
-0.000984785
-0.000280047
-0.000584999
-0.000154553
-0.000221957
9.7844e-05
-5.7273e-05
0.000322692
0.000347768
0.00010912
0.000738798
0.000362944
0.00112572
0.000615058
0.00134687
0.000773672
0.00143801
0.000839033
0.00146507
0.000838065
0.00145055
0.000806741
0.00141483
0.000751409
0.00135168
0.000684346
0.00127163
0.0006083
0.00116511
0.000522621
0.00103574
0.000433385
0.000887369
0.000350538
0.000733728
0.000283086
0.000581253
0.000234826
0.000449017
0.000204848
0.000332287
0.00018278
0.000236689
0.000158307
0.000150321
0.000117368
7.20058e-05
5.47195e-05
5.9598e-06
-2.99562e-05
-4.37609e-05
-0.000119018
-8.5073e-05
-0.000223766
-0.000127378
-0.000320401
-0.000162471
-0.000423921
-0.000187947
-0.00052983
-0.000202489
-0.000652471
-0.000195679
-0.000786619
-0.000199581
-0.000941325
-0.000193921
-0.0011088
-0.000198987
-0.00127891
-0.000216024
-0.00142669
-0.000259592
-0.00151902
-0.000325873
-0.00151069
-0.000418557
-0.0013699
-0.000499815
-0.00107005
-0.000527421
-0.000678042
-0.00040192
-0.000282126
-0.00011923
-4.98091e-05
0.000220797
0.000343789
0.000123886
0.000651581
0.000387448
0.00107671
0.000649292
0.00132206
0.000822371
0.00141438
0.000884593
0.00143334
0.000872915
0.00140353
0.000823378
0.00134699
0.000754659
0.0012641
0.000676679
0.00116844
0.000591711
0.00105131
0.000504716
0.000917002
0.000417223
0.000767671
0.000339273
0.000616765
0.00027573
0.00046843
0.000233913
0.000335607
0.000212445
0.000217877
0.000203315
0.00011888
0.000195871
1.97086e-05
0.000167254
-6.61268e-05
0.000118367
-0.000135824
4.04703e-05
-0.000183123
-4.43144e-05
-0.000229496
-0.000139365
-0.000269872
-0.000236053
-0.000306435
-0.000328208
-0.000338099
-0.000425419
-0.000357355
-0.000526242
-0.000365662
-0.000639502
-0.000377868
-0.000774929
-0.000368898
-0.000931109
-0.00036971
-0.00110232
-0.000381851
-0.00126779
-0.000422204
-0.00139931
-0.000486505
-0.00144904
-0.000592801
-0.00137085
-0.000707351
-0.0011134
-0.000809205
-0.000727807
-0.000708548
-0.000331632
-0.000368928
-4.9708e-05
7.24403e-05
0.000324844
0.000116137
0.000548027
0.000371951
0.00102334
0.000647746
0.00128503
0.000836494
0.00137631
0.000909551
0.00138476
0.000897895
0.00133203
0.00084827
0.00125547
0.000771279
0.00116006
0.00068156
0.00105946
0.000585847
0.000938375
0.000491036
0.000803652
0.000397919
0.000659418
0.000316625
0.000513139
0.000254266
0.000369674
0.000218976
0.000232803
0.000205715
0.000110197
0.000210259
2.20414e-06
0.000217842
-0.000107307
0.000203964
-0.000191419
0.000167482
-0.000267894
0.000103396
-0.00031893
2.54613e-05
-0.000369331
-6.31254e-05
-0.000409638
-0.000152705
-0.000448221
-0.000241098
-0.000483497
-0.00032309
-0.000514512
-0.000409508
-0.000530439
-0.000509811
-0.000545204
-0.000625817
-0.000545158
-0.000758387
-0.000557787
-0.000916255
-0.000566928
-0.00108282
-0.000606487
-0.00124194
-0.000661289
-0.0013341
-0.000785758
-0.00131527
-0.000922768
-0.0011566
-0.00105097
-0.000809655
-0.00102474
-0.000390151
-0.000695764
-6.02422e-05
-0.000156647
0.00026131
0.000147855
0.000347036
0.000379681
0.000905972
0.000658123
0.00118617
0.000851477
0.00128502
0.000930819
0.00128753
0.000907719
0.00123507
0.000838043
0.00114845
0.000741201
0.00104309
0.00064418
0.000927578
0.000552538
0.000799545
0.000465209
0.000669036
0.000381469
0.000535824
0.000309309
0.000399779
0.000253964
0.000265715
0.000223746
0.000135291
0.000213885
1.81028e-05
0.000220741
-9.32144e-05
0.000231356
-0.000203534
0.000237899
-0.00029867
0.00021993
-0.000381415
0.000172906
-0.000442504
8.9589e-05
-0.000492079
1.77664e-06
-0.000541033
-8.4356e-05
-0.000584001
-0.000169793
-0.000620196
-0.000244604
-0.000660926
-0.000318627
-0.000684697
-0.000396751
-0.000710317
-0.000487286
-0.00072046
-0.000598656
-0.000740706
-0.000738409
-0.000754034
-0.000898714
-0.000800518
-0.00106586
-0.000858747
-0.00120044
-0.000988655
-0.0012453
-0.00114473
-0.0011405
-0.0013151
-0.000868523
-0.00134344
-0.000418728
-0.00109796
-8.54048e-05
-0.000433158
0.000138015
0.000125364
0.000197418
0.000330124
0.00082238
0.000608823
0.00109712
0.000808719
0.00119391
0.000906867
0.00117718
0.000905509
0.00110999
0.000857466
0.00100905
0.00077506
0.000904192
0.000678303
0.000802751
0.000569327
0.000697426
0.00046155
0.000583103
0.000360566
0.000460736
0.000275023
0.000329519
0.00021142
0.000194065
0.000179707
5.94314e-05
0.0001803
-6.33814e-05
0.000199899
-0.000170537
0.000230662
-0.000285999
0.000251313
-0.000381768
0.000249705
-0.000472831
0.000216987
-0.000546759
0.000153277
-0.000608038
6.46155e-05
-0.000657206
-1.76554e-05
-0.000707095
-9.38243e-05
-0.000745585
-0.000164781
-0.000788122
-0.000227763
-0.000819982
-0.000291404
-0.000855257
-0.000363926
-0.000876447
-0.000453971
-0.000909706
-0.000571993
-0.000934795
-0.000720728
-0.000994868
-0.000894174
-0.00106607
-0.00106083
-0.00121368
-0.00117216
-0.00139014
-0.00114233
-0.00161058
-0.000947926
-0.00169473
-0.000532058
-0.00155322
-9.98285e-05
-0.000877307
-3.07008e-05
8.45219e-05
9.16801e-05
0.000316979
0.000705307
0.00058946
0.00100872
0.000808779
0.00111453
0.00091664
0.00110186
0.000920204
0.0010341
0.000844736
0.000928218
0.000738474
0.000822906
0.000630528
0.000720195
0.000525226
0.000620461
0.000425262
0.000515191
0.00032815
0.000402775
0.000247326
0.000272513
0.000188089
0.000136332
0.000159131
5.56339e-06
0.000168948
-0.000125233
0.00019239
-0.000220653
0.000226874
-0.000337791
0.000254688
-0.000436609
0.000261627
-0.000533859
0.000237169
-0.000619989
0.000182974
-0.000693362
0.000110159
-0.00075251
2.93843e-05
-0.00080497
-3.73266e-05
-0.00085208
-9.66531e-05
-0.000897207
-0.000147507
-0.000932925
-0.00019532
-0.000975168
-0.000248044
-0.00100465
-0.00031231
-0.0010517
-0.000398618
-0.00109441
-0.000518092
-0.00117526
-0.000677781
-0.00126861
-0.000865456
-0.00143958
-0.00103335
-0.00165161
-0.00109462
-0.00192963
-0.000974638
-0.00208989
-0.000660821
-0.00202772
-0.000191134
-0.00139467
-0.000313299
3.86643e-05
6.31511e-05
0.000259395
0.000613827
0.000511161
0.000946366
0.000735994
0.00105826
0.000859001
0.00104868
0.00088584
0.000977008
0.000830418
0.000869017
0.000741749
0.000761961
0.000637368
0.00066369
0.000525412
0.000573337
0.000411704
0.00047849
0.000310007
0.000364006
0.00023145
0.000227391
0.000165403
0.00010344
0.000134841
-2.20549e-05
0.000140121
-0.000153456
0.000169894
-0.000243566
0.000211136
-0.000359482
0.00024888
-0.000462509
0.00026378
-0.00056484
0.000253132
-0.000656892
0.00020918
-0.0007391
0.000148546
-0.000803644
7.69e-05
-0.000863352
8.79645e-06
-0.000915391
-4.68061e-05
-0.000968059
-9.04323e-05
-0.00101128
-0.000130177
-0.00106098
-0.000174955
-0.00109735
-0.000229229
-0.00115794
-0.000303844
-0.0012176
-0.000402854
-0.00132826
-0.00053993
-0.00145595
-0.000708227
-0.00166985
-0.000885174
-0.0019202
-0.000993062
-0.00225605
-0.000950174
-0.00248586
-0.000700362
-0.0025036
-0.000283686
-0.00190985
-0.000686672
2.82273e-05
2.98947e-05
0.000230176
0.000515615
0.000468325
0.000876427
0.000689658
0.000997166
0.000825466
0.00100587
0.000858089
0.000933918
0.000813498
0.000829524
0.000725915
0.000719451
0.000616986
0.000622145
0.000503083
0.000533271
0.000390264
0.000444232
0.000295392
0.000324359
0.000207378
0.000205595
0.000143041
8.84153e-05
0.000113489
-2.72209e-05
0.000119173
-0.000148799
0.000158979
-0.000241127
0.000196191
-0.000339441
0.000236272
-0.000442895
0.000255309
-0.000546029
0.000252249
-0.000642517
0.000220527
-0.000729774
0.000172816
-0.000795445
0.000114294
-0.000863952
5.39824e-05
-0.000922161
3.37035e-06
-0.000984509
-3.51728e-05
-0.00103455
-6.47914e-05
-0.00109492
-9.44097e-05
-0.00114144
-0.00013709
-0.00121007
-0.000207608
-0.00127699
-0.000311332
-0.00140741
-0.000464863
-0.00156149
-0.00065598
-0.00182933
-0.000858133
-0.00214003
-0.000995712
-0.00255404
-0.000995291
-0.00285653
-0.000770602
-0.0029713
-0.000379967
-0.00242261
-0.00118205
1.97575e-05
4.20416e-06
0.000189301
0.000435289
0.000421792
0.00079821
0.000637822
0.000932164
0.000787044
0.00095473
0.000834579
0.000892238
0.00080574
0.000793923
0.00072441
0.000683802
0.000616287
0.000587476
0.00050075
0.000499022
0.00038737
0.000416089
0.00028729
0.000301846
0.000197089
0.000210397
0.000133864
0.000108132
0.000107053
1.09478e-05
0.00010901
-8.87075e-05
0.00014929
-0.000184645
0.000183059
-0.000269399
0.000222039
-0.000367456
0.000246323
-0.000467612
0.000251518
-0.000561841
0.000226752
-0.000657822
0.000182891
-0.00072954
0.000122197
-0.000803984
7.07679e-05
-0.000873406
2.83447e-05
-0.000947329
-4.28382e-06
-0.00100697
-3.07905e-05
-0.00107704
-6.04936e-05
-0.00113391
-9.38808e-05
-0.00122103
-0.000145472
-0.00130111
-0.000227244
-0.00144804
-0.000359184
-0.00161904
-0.000540032
-0.00191795
-0.000752981
-0.00226831
-0.000917105
-0.0027545
-0.000950787
-0.00313895
-0.000747992
-0.00336506
-0.000368823
-0.00287882
-0.0015974
1.83232e-05
-1.95473e-05
0.000157092
0.000368853
0.000379373
0.0007095
0.000590035
0.000858004
0.000746377
0.000892764
0.000808781
0.000843059
0.000793614
0.000752562
0.000721541
0.000644319
0.000618463
0.000549602
0.000504713
0.000463916
0.000393892
0.00039038
0.000284057
0.00030534
0.00019818
0.000236607
0.000136745
0.000162048
0.000113768
9.26536e-05
0.000119248
1.30984e-05
0.000146601
-6.91673e-05
0.000179211
-0.000154886
0.000210975
-0.000239776
0.000237364
-0.000339575
0.000245206
-0.000433191
0.000224542
-0.000538295
0.000175802
-0.000617463
0.000120298
-0.000704914
7.96379e-05
-0.000778829
4.45165e-05
-0.000859278
1.90526e-05
-0.000925769
-1.57762e-06
-0.00100618
-3.14867e-05
-0.0010725
-6.95629e-05
-0.00117165
-0.000126596
-0.00126057
-0.000210053
-0.00142627
-0.000346788
-0.00161142
-0.000536115
-0.00193632
-0.000757438
-0.00232913
-0.000919356
-0.0028956
-0.000953661
-0.0033614
-0.000740683
-0.00370339
-0.000358466
-0.00327977
-0.00193635
1.23217e-05
-3.54465e-05
0.000128971
0.000307414
0.000337989
0.000618672
0.000540927
0.000782787
0.00070383
0.000826788
0.000785347
0.000791091
0.000786305
0.000707145
0.000732648
0.000598829
0.000640217
0.000509875
0.000531404
0.000429352
0.000419123
0.000370257
0.000308752
0.000316367
0.000223028
0.000273409
0.000166332
0.000230383
0.000140766
0.000194106
0.000136955
0.000140726
0.000157514
7.70503e-05
0.000179219
-9.47057e-07
0.000207148
-8.50076e-05
0.000224042
-0.000173389
0.000230205
-0.000267433
0.000210911
-0.000384231
0.000172601
-0.000474897
0.00012031
-0.000567126
8.24139e-05
-0.000640972
5.14605e-05
-0.000724167
2.57667e-05
-0.000796107
2.76592e-06
-0.00088242
-3.21124e-05
-0.000952416
-8.01662e-05
-0.00105987
-0.000149788
-0.00115205
-0.000241959
-0.00132256
-0.00038877
-0.00150846
-0.000586299
-0.00186815
-0.000823939
-0.00230993
-0.000987101
-0.00297417
-0.00101173
-0.00353968
-0.000750265
-0.00400947
-0.000330062
-0.0036314
-0.00214755
8.72621e-06
-4.91714e-05
0.000101907
0.000254023
0.000297751
0.000519005
0.000490375
0.000703581
0.000656498
0.00075331
0.000756292
0.000726697
0.000775221
0.000648985
0.000742735
0.000540362
0.000670626
0.000455032
0.000568551
0.000391784
0.000457136
0.000349141
0.000351976
0.000315878
0.000269508
0.000298574
0.000218343
0.000284319
0.000183292
0.000292976
0.000169934
0.000264645
0.000180141
0.000223533
0.000193845
0.000163323
0.00020522
9.22289e-05
0.000222228
-1.74247e-05
0.000225086
-8.95472e-05
0.000197275
-0.000201753
0.000160469
-0.000309376
0.000112713
-0.000408896
7.86292e-05
-0.000487487
5.41871e-05
-0.000573372
3.49966e-05
-0.000647274
1.49417e-05
-0.000737791
-1.65025e-05
-0.000808632
-5.91086e-05
-0.000919205
-0.000132266
-0.00100811
-0.000249468
-0.00117633
-0.000421324
-0.00135907
-0.000646317
-0.00174472
-0.000938509
-0.00223241
-0.00114008
-0.00301671
-0.00117556
-0.00371155
-0.000880768
-0.00433404
-0.000395
-0.00400632
-0.00235629
3.67227e-06
-5.85389e-05
7.93691e-05
0.000210032
0.000252722
0.000425467
0.000436959
0.000625085
0.000604664
0.000678701
0.000721077
0.00065917
0.000766421
0.000579704
0.000762946
0.000470037
0.000704976
0.000407316
0.000619458
0.00035223
0.000520527
0.000321511
0.000422428
0.00030397
0.000343841
0.000305571
0.000282308
0.000324413
0.000243909
0.000359326
0.000220315
0.000354682
0.000216229
0.000335567
0.000219919
0.000289989
0.000226176
0.000237715
0.000232774
0.000123396
0.000236349
5.86028e-05
0.000196976
-3.8376e-05
0.000166573
-0.000149663
0.000118492
-0.000244232
8.39245e-05
-0.000335512
5.77237e-05
-0.000422315
4.23472e-05
-0.000497799
2.52504e-05
-0.000586799
-6.19457e-06
-0.000654087
-5.43464e-05
-0.000763068
-0.000131936
-0.00084292
-0.000252278
-0.00101055
-0.000444909
-0.00118181
-0.000698594
-0.00159093
-0.00103876
-0.00213203
-0.00128547
-0.00305525
-0.00133923
-0.00390986
-0.00102275
-0.00471887
-0.000476802
-0.00442873
-0.00261272
-3.00122e-06
-6.49796e-05
6.01136e-05
0.000171551
0.000205086
0.0003388
0.000382681
0.000539222
0.000545611
0.000599791
0.000676601
0.000579219
0.000753874
0.000494339
0.00076236
0.000410357
0.000731607
0.000351196
0.000669698
0.000302941
0.000589615
0.000281352
0.000504931
0.000275321
0.000429783
0.000291731
0.00036945
0.000330848
0.000323905
0.000392408
0.000288847
0.000408219
0.00026896
0.00041122
0.000250332
0.000387959
0.000249394
0.000347637
0.00022677
0.00025238
0.000224284
0.00018478
0.000187887
0.000109255
0.000150022
-1.22209e-05
0.000111242
-0.000106626
8.48709e-05
-0.000209449
6.30518e-05
-0.000296656
4.74701e-05
-0.000369546
2.98378e-05
-0.000449631
2.84475e-10
-0.000506004
-3.89183e-05
-0.000619312
-0.00011685
-0.000684384
-0.000232656
-0.000851398
-0.000449376
-0.000996737
-0.000756471
-0.00142701
-0.0011668
-0.00201463
-0.0014932
-0.00309557
-0.00160414
-0.00413884
-0.00129973
-0.00517124
-0.000680475
-0.00494945
-0.00308494
-9.2742e-06
-6.52601e-05
4.76741e-05
0.000135234
0.000154784
0.000282521
0.000322854
0.000454909
0.000480679
0.000524371
0.00063018
0.000488107
0.00072479
0.000414967
0.000765567
0.000344192
0.000763768
0.000289065
0.000730591
0.00024364
0.000674181
0.000228287
0.00060641
0.000229458
0.000536122
0.00025838
0.000479931
0.000303975
0.00042621
0.000389391
0.000379425
0.000422205
0.000345153
0.000443749
0.000309716
0.000434916
0.000292678
0.000404241
0.000240664
0.000339681
0.000216672
0.000271164
0.000184935
0.000213327
0.000148276
0.000107353
0.000115878
6.23659e-06
8.66939e-05
-9.79874e-05
7.65544e-05
-0.000196835
6.7748e-05
-0.000267432
5.8439e-05
-0.000338789
2.85037e-05
-0.000377424
2.30806e-06
-0.00049849
-7.73576e-05
-0.000534396
-0.000193528
-0.000698549
-0.00042133
-0.00081376
-0.000759914
-0.00125234
-0.00123436
-0.00186572
-0.00165569
-0.00309518
-0.00187012
-0.00434113
-0.00160489
-0.00564582
-0.00092561
-0.00555486
-0.00380305
-1.56677e-05
-6.19197e-05
2.25772e-05
0.000107402
0.000104018
0.00023694
0.000250014
0.000373621
0.000406578
0.000441238
0.000565194
0.000386002
0.000672
0.000339682
0.000745407
0.00026669
0.000776286
0.000211989
0.000775277
0.000167255
0.000746714
0.000156371
0.00070071
0.000162187
0.000644953
0.00019842
0.000594197
0.000244025
0.000541112
0.000347054
0.000485904
0.000394697
0.000438766
0.000431314
0.000388856
0.00043657
0.000341221
0.000424314
0.000257794
0.000389451
0.000195349
0.000327945
0.00015869
0.000274428
0.00013441
0.000176024
0.00011448
8.26188e-05
9.50101e-05
-1.72442e-05
9.07705e-05
-0.000119577
9.46851e-05
-0.000189814
0.00010325
-0.000256853
9.05025e-05
-0.000276625
5.84056e-05
-0.000391211
-4.12412e-05
-0.000392426
-0.000168385
-0.00055157
-0.000392659
-0.000650005
-0.000724785
-0.00108678
-0.00124411
-0.00168754
-0.00178047
-0.00302724
-0.00213315
-0.00447329
-0.00194968
-0.00609752
-0.00123277
-0.00624089
-0.00482301
-2.4254e-05
-4.87643e-05
-6.35167e-06
9.37316e-05
4.87323e-05
0.000205568
0.000174652
0.000299937
0.00033418
0.000352419
0.000484965
0.00030593
0.000619871
0.000257926
0.000726246
0.000185196
0.000793227
0.000132529
0.000827311
8.62166e-05
0.000829632
7.48817e-05
0.000809023
8.27546e-05
0.000773264
0.000122758
0.000722837
0.000174083
0.000677605
0.000274751
0.000615381
0.000341204
0.000562638
0.000383107
0.000485679
0.00040539
0.000406889
0.00041673
0.000298094
0.000401895
0.000201665
0.000350417
0.000148222
0.000303068
0.000120794
0.000209771
0.000112395
0.000127095
0.000106248
2.90807e-05
0.000112918
-6.64417e-05
0.000126859
-0.000128684
0.000160195
-0.000193455
0.000155404
-0.000195826
0.000120854
-0.000296027
4.33598e-05
-0.000292715
-8.63936e-05
-0.000438115
-0.000350944
-0.000454373
-0.000682213
-0.000918368
-0.00121593
-0.00148357
-0.0018324
-0.00288912
-0.00235744
-0.00447231
-0.00230593
-0.00644989
-0.00158071
-0.00693379
-0.00611139
-3.01248e-05
-2.99789e-05
-4.32858e-05
9.93304e-05
-7.62079e-06
0.000177669
8.44723e-05
0.000234952
0.000231103
0.000262495
0.000383439
0.000225659
0.000535694
0.000172527
0.000673313
9.4551e-05
0.000777243
4.27741e-05
0.000848586
-5.99932e-06
0.000888114
-1.75136e-05
0.000897407
-1.10269e-05
0.00088312
2.92183e-05
0.000845735
8.60571e-05
0.00081146
0.000176019
0.000752181
0.000259818
0.000691313
0.000304692
0.000589527
0.000348542
0.000481606
0.000378577
0.000342777
0.000383139
0.000208652
0.000346824
0.000141776
0.000297498
0.000108894
0.000209553
0.000110283
0.000127172
0.000111588
4.22119e-05
0.000133134
-4.62185e-05
0.000166356
-9.86602e-05
0.000227747
-0.000162102
0.000263342
-0.00016349
0.000228317
-0.000221613
0.000149025
-0.000212212
3.10392e-05
-0.000353829
-0.000231657
-0.000300992
-0.000580983
-0.000742365
-0.00115131
-0.0012425
-0.00184579
-0.00265182
-0.00254254
-0.00432389
-0.00268472
-0.00664496
-0.00198069
-0.00758865
-0.0076226
-5.38801e-05
1.90739e-05
-8.62871e-05
0.000129812
-8.10734e-05
0.000180774
-1.06972e-05
0.000190336
0.000123126
0.000178567
0.000294042
0.00013883
0.000465896
8.65123e-05
0.000637067
2.33506e-06
0.000777978
-4.73372e-05
0.000885932
-9.51686e-05
0.000958294
-0.000106704
0.000998505
-0.000103995
0.00100946
-6.81181e-05
0.000993155
-1.28824e-05
0.000965934
6.37843e-05
0.000915505
0.000156002
0.000839971
0.000216304
0.000719814
0.000278843
0.000583236
0.000328343
0.000415283
0.000346886
0.000255698
0.000321329
0.000169922
0.000268829
0.000128991
0.000187126
0.000136685
9.41697e-05
0.000144638
2.55687e-05
0.000187121
-6.24908e-05
0.000234533
-9.34853e-05
0.000326866
-0.000160898
0.000370528
-0.000144872
0.000374858
-0.000193505
0.000284685
-0.000134427
0.000168621
-0.000286412
-4.60329e-05
-0.000201755
-0.000416684
-0.000576559
-0.00102218
-0.000968573
-0.00180366
-0.00232777
-0.00267068
-0.00399781
-0.0030342
-0.00665543
-0.00241076
-0.008149
-0.00928663
-6.26428e-05
8.06611e-05
-0.00014623
0.000215719
-0.000173148
0.000224729
-0.000128054
0.000169904
-2.44248e-05
0.000119428
0.000154851
4.26836e-05
0.000358448
-1.27473e-05
0.000561478
-9.52114e-05
0.00074279
-0.000145359
0.000892096
-0.000192318
0.00100391
-0.000202539
0.00107916
-0.000196897
0.00112126
-0.000164262
0.00113383
-0.000119273
0.00111684
-4.51509e-05
0.00108027
4.03012e-05
0.00100139
0.000118895
0.000877256
0.000193798
0.00072299
0.000263511
0.000534544
0.000295206
0.000342944
0.000286377
0.000230729
0.000224648
0.000178154
0.00013986
0.000193496
2.82033e-05
0.000215253
-3.08809e-05
0.000286476
-0.000119815
0.000346231
-0.000110968
0.000483137
-0.000199428
0.000537611
-0.000144577
0.00056069
-0.000193569
0.000517748
-0.000112951
0.00039557
-0.000212605
0.000215745
-0.00013957
-6.9036e-05
-0.000473802
-0.00072643
-0.000660562
-0.00156678
-0.00194673
-0.00264435
-0.00347954
-0.00332101
-0.00642075
-0.00278814
-0.00859723
-0.0109491
-0.000165681
0.000277264
-0.000253566
0.000337468
-0.000314241
0.0003327
-0.000258608
0.000184278
-0.000127008
8.36505e-05
6.75034e-05
-2.58621e-05
0.000305125
-9.97945e-05
0.000551111
-0.000179836
0.000771838
-0.00022445
0.000956737
-0.000257276
0.0011036
-0.000263279
0.0012121
-0.000259608
0.00128633
-0.000234636
0.00132827
-0.000196481
0.00133937
-0.000135647
0.00131722
-6.88759e-05
0.00124907
2.18666e-05
0.00112037
0.000116928
0.000947458
0.000208075
0.000755438
0.000235524
0.000536344
0.000251527
0.000395859
0.000172351
0.000340641
6.97598e-05
0.000373254
-6.42245e-05
0.000408148
-0.000103594
0.000504967
-0.000191694
0.000611596
-0.000167531
0.000760784
-0.000248596
0.000809653
-0.000148898
0.000806883
-0.000175795
0.0007825
-0.000101684
0.000700672
-0.000184223
0.000582243
-0.000124844
0.000335793
-0.000360195
-0.000222586
-0.000385891
-0.00113146
-0.00145965
-0.00235083
-0.00280787
-0.00333427
-0.00595815
-0.00301798
-0.00881391
-0.0123209
-0.000112972
0.000460684
-0.00032464
0.000600293
-0.000439349
0.000523327
-0.000446741
0.000305684
-0.000288621
7.34206e-05
-5.49282e-05
-4.66024e-05
0.000230433
-0.000156397
0.00053247
-0.000234689
0.000810863
-0.000275104
0.00105578
-0.000298583
0.00125862
-0.000298207
0.00141868
-0.000288766
0.00153639
-0.000265542
0.00161891
-0.000237756
0.0016682
-0.000191652
0.00167409
-0.000141421
0.00163855
-6.31864e-05
0.0015356
4.68502e-05
0.00137529
0.00015486
0.00119554
0.000170841
0.000985822
0.000204643
0.000850287
0.000108134
0.000771192
1.65243e-05
0.000837726
-0.000184849
0.000909831
-0.000202452
0.00105236
-0.000290177
0.00116301
-0.000217334
0.0012866
-0.000271844
0.0013336
-0.000155211
0.00132254
-0.000154091
0.00126617
-7.68216e-05
0.00121366
-0.000168068
0.00113934
-0.00013925
0.00102079
-0.000362298
0.000780504
-0.000338564
3.86858e-06
-0.000973005
-0.00139473
-0.00180068
-0.00279618
-0.00502407
-0.00280631
-0.00872616
-0.0128927
-0.000714049
0.00129288
-0.000763001
0.000805606
-0.000707961
0.000693562
-0.000541914
0.00045615
-0.000258265
0.000181979
7.99286e-05
5.63802e-05
0.000459551
-8.31353e-05
0.000836882
-0.000147336
0.00119149
-0.000194621
0.0014995
-0.000208456
0.00176507
-0.000216796
0.0019877
-0.000218025
0.00216692
-0.000208118
0.00230579
-0.00019576
0.00240599
-0.000171869
0.00246366
-0.000142154
0.002478
-8.42357e-05
0.00242192
2.6867e-05
0.00229747
0.000141771
0.00215059
0.000133694
0.00198935
0.000158439
0.00188959
5.13447e-05
0.0018764
-5.15384e-05
0.00194365
-0.0002448
0.00202036
-0.000241586
0.00214351
-0.000315747
0.00224809
-0.000207813
0.00233982
-0.000216516
0.00238003
-9.77767e-05
0.00235532
-7.61733e-05
0.00228326
-1.06537e-05
0.00220714
-0.00011089
0.00213763
-0.000109566
0.0019729
-0.000269003
0.00186036
-0.000288003
0.00143189
-0.000754544
0.000663945
-0.00113165
-0.000987639
-0.00363157
-0.00202074
-0.0073941
-0.0120717
-0.000975164
0.0027421
-0.000812075
0.00107087
-0.000558472
0.000909453
-5.54383e-05
0.000468187
0.000482771
0.000204253
0.00107942
9.21066e-05
0.00160581
3.46921e-05
0.00213495
-2.60696e-05
0.0026166
-6.14466e-05
0.00305545
-7.43342e-05
0.00343089
-7.77982e-05
0.00374993
-8.15142e-05
0.00401667
-8.23271e-05
0.00423896
-8.42263e-05
0.00441839
-7.93538e-05
0.0045518
-7.10764e-05
0.00464902
-4.37963e-05
0.00471805
2.67058e-05
0.00472811
0.000117415
0.00467986
9.43373e-05
0.00460812
8.33241e-05
0.00452348
1.44314e-05
0.00447297
-6.71571e-05
0.0044442
-0.000194757
0.00445878
-0.000191689
0.00452707
-0.00024744
0.00462192
-0.000153481
0.00472092
-0.00010575
0.00481107
-2.38957e-05
0.00485736
7.44727e-06
0.00486025
4.80365e-05
0.00480891
-2.02512e-05
0.0047749
-5.90583e-05
0.00466228
-0.000167749
0.00465411
-0.000210442
0.00437503
-0.000512335
0.00411085
-0.000703132
0.00287037
-0.00217378
0.0006011
-0.00471912
-0.00813474
0.00309259
0.00454584
0.00589528
0.00683388
0.0075561
0.00818135
0.00874867
0.00925444
0.0097057
0.0101179
0.0104886
0.0108158
0.0110966
0.0113333
0.0115335
0.0116943
0.0118334
0.0119887
0.0121391
0.0122139
0.0122215
0.0121311
0.0119656
0.0117313
0.011542
0.0113805
0.0113558
0.011438
0.0116072
0.011793
0.0119825
0.012034
0.0120554
0.0118869
0.0117768
0.0112764
0.0107274
0.00894574
0.00473044
)
;
boundaryField
{
movingWall
{
type calculated;
value uniform 0;
}
fixedWalls
{
type calculated;
value uniform 0;
}
frontAndBack
{
type calculated;
value uniform 0;
}
}
// ************************************************************************* //
| [
"you@example.com"
] | you@example.com | |
066ff5e71e608cdcd2e3c4e0f2aae1d4ea2dc70f | 3f42b0b3059e1d5201092b0174ac69a889c9ec28 | /src/rpcserver.cpp | 7ba0f83ef4726d43d79afbfebba95fa3ee322f27 | [
"MIT"
] | permissive | mirzaei-ce/linux-shiabit | 45c2e73ecc93726816f497eb265b8878910fd8e8 | 1c0e7371d1bb41e3efe20add0819d4e5050a3a0f | refs/heads/master | 2021-08-18T17:33:51.277835 | 2017-11-23T13:34:07 | 2017-11-23T13:34:07 | 111,813,271 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,236 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "rpcserver.h"
#include "base58.h"
#include "init.h"
#include "random.h"
#include "sync.h"
#include "ui_interface.h"
#include "util.h"
#include "utilstrencodings.h"
#include <univalue.h>
#include <boost/bind.hpp>
#include <boost/filesystem.hpp>
#include <boost/foreach.hpp>
#include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/signals2/signal.hpp>
#include <boost/thread.hpp>
#include <boost/algorithm/string/case_conv.hpp> // for to_upper()
using namespace RPCServer;
using namespace std;
static bool fRPCRunning = false;
static bool fRPCInWarmup = true;
static std::string rpcWarmupStatus("RPC server started");
static CCriticalSection cs_rpcWarmup;
/* Timer-creating functions */
static std::vector<RPCTimerInterface*> timerInterfaces;
/* Map of name to timer.
* @note Can be changed to std::unique_ptr when C++11 */
static std::map<std::string, boost::shared_ptr<RPCTimerBase> > deadlineTimers;
static struct CRPCSignals
{
boost::signals2::signal<void ()> Started;
boost::signals2::signal<void ()> Stopped;
boost::signals2::signal<void (const CRPCCommand&)> PreCommand;
boost::signals2::signal<void (const CRPCCommand&)> PostCommand;
} g_rpcSignals;
void RPCServer::OnStarted(boost::function<void ()> slot)
{
g_rpcSignals.Started.connect(slot);
}
void RPCServer::OnStopped(boost::function<void ()> slot)
{
g_rpcSignals.Stopped.connect(slot);
}
void RPCServer::OnPreCommand(boost::function<void (const CRPCCommand&)> slot)
{
g_rpcSignals.PreCommand.connect(boost::bind(slot, _1));
}
void RPCServer::OnPostCommand(boost::function<void (const CRPCCommand&)> slot)
{
g_rpcSignals.PostCommand.connect(boost::bind(slot, _1));
}
void RPCTypeCheck(const UniValue& params,
const list<UniValue::VType>& typesExpected,
bool fAllowNull)
{
unsigned int i = 0;
BOOST_FOREACH(UniValue::VType t, typesExpected)
{
if (params.size() <= i)
break;
const UniValue& v = params[i];
if (!((v.type() == t) || (fAllowNull && (v.isNull()))))
{
string err = strprintf("Expected type %s, got %s",
uvTypeName(t), uvTypeName(v.type()));
throw JSONRPCError(RPC_TYPE_ERROR, err);
}
i++;
}
}
void RPCTypeCheckObj(const UniValue& o,
const map<string, UniValue::VType>& typesExpected,
bool fAllowNull)
{
BOOST_FOREACH(const PAIRTYPE(string, UniValue::VType)& t, typesExpected)
{
const UniValue& v = find_value(o, t.first);
if (!fAllowNull && v.isNull())
throw JSONRPCError(RPC_TYPE_ERROR, strprintf("Missing %s", t.first));
if (!((v.type() == t.second) || (fAllowNull && (v.isNull()))))
{
string err = strprintf("Expected type %s for %s, got %s",
uvTypeName(t.second), t.first, uvTypeName(v.type()));
throw JSONRPCError(RPC_TYPE_ERROR, err);
}
}
}
CAmount AmountFromValue(const UniValue& value)
{
if (!value.isNum() && !value.isStr())
throw JSONRPCError(RPC_TYPE_ERROR, "Amount is not a number or string");
CAmount amount;
if (!ParseFixedPoint(value.getValStr(), 8, &amount))
throw JSONRPCError(RPC_TYPE_ERROR, "Invalid amount");
if (!MoneyRange(amount))
throw JSONRPCError(RPC_TYPE_ERROR, "Amount out of range");
return amount;
}
UniValue ValueFromAmount(const CAmount& amount)
{
bool sign = amount < 0;
int64_t n_abs = (sign ? -amount : amount);
int64_t quotient = n_abs / COIN;
int64_t remainder = n_abs % COIN;
return UniValue(UniValue::VNUM,
strprintf("%s%d.%08d", sign ? "-" : "", quotient, remainder));
}
uint256 ParseHashV(const UniValue& v, string strName)
{
string strHex;
if (v.isStr())
strHex = v.get_str();
if (!IsHex(strHex)) // Note: IsHex("") is false
throw JSONRPCError(RPC_INVALID_PARAMETER, strName+" must be hexadecimal string (not '"+strHex+"')");
uint256 result;
result.SetHex(strHex);
return result;
}
uint256 ParseHashO(const UniValue& o, string strKey)
{
return ParseHashV(find_value(o, strKey), strKey);
}
vector<unsigned char> ParseHexV(const UniValue& v, string strName)
{
string strHex;
if (v.isStr())
strHex = v.get_str();
if (!IsHex(strHex))
throw JSONRPCError(RPC_INVALID_PARAMETER, strName+" must be hexadecimal string (not '"+strHex+"')");
return ParseHex(strHex);
}
vector<unsigned char> ParseHexO(const UniValue& o, string strKey)
{
return ParseHexV(find_value(o, strKey), strKey);
}
/**
* Note: This interface may still be subject to change.
*/
std::string CRPCTable::help(const std::string& strCommand) const
{
string strRet;
string category;
set<rpcfn_type> setDone;
vector<pair<string, const CRPCCommand*> > vCommands;
for (map<string, const CRPCCommand*>::const_iterator mi = mapCommands.begin(); mi != mapCommands.end(); ++mi)
vCommands.push_back(make_pair(mi->second->category + mi->first, mi->second));
sort(vCommands.begin(), vCommands.end());
BOOST_FOREACH(const PAIRTYPE(string, const CRPCCommand*)& command, vCommands)
{
const CRPCCommand *pcmd = command.second;
string strMethod = pcmd->name;
// We already filter duplicates, but these deprecated screw up the sort order
if (strMethod.find("label") != string::npos)
continue;
if ((strCommand != "" || pcmd->category == "hidden") && strMethod != strCommand)
continue;
try
{
UniValue params;
rpcfn_type pfn = pcmd->actor;
if (setDone.insert(pfn).second)
(*pfn)(params, true);
}
catch (const std::exception& e)
{
// Help text is returned in an exception
string strHelp = string(e.what());
if (strCommand == "")
{
if (strHelp.find('\n') != string::npos)
strHelp = strHelp.substr(0, strHelp.find('\n'));
if (category != pcmd->category)
{
if (!category.empty())
strRet += "\n";
category = pcmd->category;
string firstLetter = category.substr(0,1);
boost::to_upper(firstLetter);
strRet += "== " + firstLetter + category.substr(1) + " ==\n";
}
}
strRet += strHelp + "\n";
}
}
if (strRet == "")
strRet = strprintf("help: unknown command: %s\n", strCommand);
strRet = strRet.substr(0,strRet.size()-1);
return strRet;
}
UniValue help(const UniValue& params, bool fHelp)
{
if (fHelp || params.size() > 1)
throw runtime_error(
"help ( \"command\" )\n"
"\nList all commands, or get help for a specified command.\n"
"\nArguments:\n"
"1. \"command\" (string, optional) The command to get help on\n"
"\nResult:\n"
"\"text\" (string) The help text\n"
);
string strCommand;
if (params.size() > 0)
strCommand = params[0].get_str();
return tableRPC.help(strCommand);
}
UniValue stop(const UniValue& params, bool fHelp)
{
// Accept the deprecated and ignored 'detach' boolean argument
if (fHelp || params.size() > 1)
throw runtime_error(
"stop\n"
"\nStop Shiabit server.");
// Event loop will exit after current HTTP requests have been handled, so
// this reply will get back to the client.
StartShutdown();
return "Shiabit server stopping";
}
/**
* Call Table
*/
static const CRPCCommand vRPCCommands[] =
{ // category name actor (function) okSafeMode
// --------------------- ------------------------ ----------------------- ----------
/* Overall control/query calls */
{ "control", "getinfo", &getinfo, true }, /* uses wallet if enabled */
{ "control", "help", &help, true },
{ "control", "stop", &stop, true },
/* P2P networking */
{ "network", "getnetworkinfo", &getnetworkinfo, true },
{ "network", "addnode", &addnode, true },
{ "network", "disconnectnode", &disconnectnode, true },
{ "network", "getaddednodeinfo", &getaddednodeinfo, true },
{ "network", "getconnectioncount", &getconnectioncount, true },
{ "network", "getnettotals", &getnettotals, true },
{ "network", "getpeerinfo", &getpeerinfo, true },
{ "network", "ping", &ping, true },
{ "network", "setban", &setban, true },
{ "network", "listbanned", &listbanned, true },
{ "network", "clearbanned", &clearbanned, true },
/* Block chain and UTXO */
{ "blockchain", "getblockchaininfo", &getblockchaininfo, true },
{ "blockchain", "getbestblockhash", &getbestblockhash, true },
{ "blockchain", "getblockcount", &getblockcount, true },
{ "blockchain", "getblock", &getblock, true },
{ "blockchain", "getblockdeltas", &getblockdeltas, false },
{ "blockchain", "getblockhashes", &getblockhashes, true },
{ "blockchain", "getblockhash", &getblockhash, true },
{ "blockchain", "getblockheader", &getblockheader, true },
{ "blockchain", "getchaintips", &getchaintips, true },
{ "blockchain", "getdifficulty", &getdifficulty, true },
{ "blockchain", "getmempoolinfo", &getmempoolinfo, true },
{ "blockchain", "getrawmempool", &getrawmempool, true },
{ "blockchain", "gettxout", &gettxout, true },
{ "blockchain", "gettxoutproof", &gettxoutproof, true },
{ "blockchain", "verifytxoutproof", &verifytxoutproof, true },
{ "blockchain", "gettxoutsetinfo", &gettxoutsetinfo, true },
{ "blockchain", "verifychain", &verifychain, true },
{ "blockchain", "getspentinfo", &getspentinfo, false },
/* Mining */
{ "mining", "getblocktemplate", &getblocktemplate, true },
{ "mining", "getmininginfo", &getmininginfo, true },
{ "mining", "getnetworkhashps", &getnetworkhashps, true },
{ "mining", "prioritisetransaction", &prioritisetransaction, true },
{ "mining", "submitblock", &submitblock, true },
/* Coin generation */
{ "generating", "getgenerate", &getgenerate, true },
{ "generating", "setgenerate", &setgenerate, true },
{ "generating", "generate", &generate, true },
/* Raw transactions */
{ "rawtransactions", "createrawtransaction", &createrawtransaction, true },
{ "rawtransactions", "decoderawtransaction", &decoderawtransaction, true },
{ "rawtransactions", "decodescript", &decodescript, true },
{ "rawtransactions", "getrawtransaction", &getrawtransaction, true },
{ "rawtransactions", "sendrawtransaction", &sendrawtransaction, false },
{ "rawtransactions", "signrawtransaction", &signrawtransaction, false }, /* uses wallet if enabled */
#ifdef ENABLE_WALLET
{ "rawtransactions", "fundrawtransaction", &fundrawtransaction, false },
#endif
/* Address index */
{ "addressindex", "getaddressmempool", &getaddressmempool, true },
{ "addressindex", "getaddressutxos", &getaddressutxos, false },
{ "addressindex", "getaddressdeltas", &getaddressdeltas, false },
{ "addressindex", "getaddresstxids", &getaddresstxids, false },
{ "addressindex", "getaddressbalance", &getaddressbalance, false },
/* Utility functions */
{ "util", "createmultisig", &createmultisig, true },
{ "util", "validateaddress", &validateaddress, true }, /* uses wallet if enabled */
{ "util", "verifymessage", &verifymessage, true },
{ "util", "estimatefee", &estimatefee, true },
{ "util", "estimatepriority", &estimatepriority, true },
{ "util", "estimatesmartfee", &estimatesmartfee, true },
{ "util", "estimatesmartpriority", &estimatesmartpriority, true },
/* Not shown in help */
{ "hidden", "invalidateblock", &invalidateblock, true },
{ "hidden", "reconsiderblock", &reconsiderblock, true },
{ "hidden", "setmocktime", &setmocktime, true },
#ifdef ENABLE_WALLET
{ "hidden", "resendwallettransactions", &resendwallettransactions, true},
#endif
#ifdef ENABLE_WALLET
/* Wallet */
{ "wallet", "addmultisigaddress", &addmultisigaddress, true },
{ "wallet", "backupwallet", &backupwallet, true },
{ "wallet", "dumpprivkey", &dumpprivkey, true },
{ "wallet", "dumpwallet", &dumpwallet, true },
{ "wallet", "encryptwallet", &encryptwallet, true },
{ "wallet", "getaccountaddress", &getaccountaddress, true },
{ "wallet", "getaccount", &getaccount, true },
{ "wallet", "getaddressesbyaccount", &getaddressesbyaccount, true },
{ "wallet", "getbalance", &getbalance, false },
{ "wallet", "getnewaddress", &getnewaddress, true },
{ "wallet", "getrawchangeaddress", &getrawchangeaddress, true },
{ "wallet", "getreceivedbyaccount", &getreceivedbyaccount, false },
{ "wallet", "getreceivedbyaddress", &getreceivedbyaddress, false },
{ "wallet", "gettransaction", &gettransaction, false },
{ "wallet", "abandontransaction", &abandontransaction, false },
{ "wallet", "getunconfirmedbalance", &getunconfirmedbalance, false },
{ "wallet", "getwalletinfo", &getwalletinfo, false },
{ "wallet", "importprivkey", &importprivkey, true },
{ "wallet", "importwallet", &importwallet, true },
{ "wallet", "importaddress", &importaddress, true },
{ "wallet", "importpubkey", &importpubkey, true },
{ "wallet", "keypoolrefill", &keypoolrefill, true },
{ "wallet", "listaccounts", &listaccounts, false },
{ "wallet", "listaddressgroupings", &listaddressgroupings, false },
{ "wallet", "listlockunspent", &listlockunspent, false },
{ "wallet", "listreceivedbyaccount", &listreceivedbyaccount, false },
{ "wallet", "listreceivedbyaddress", &listreceivedbyaddress, false },
{ "wallet", "listsinceblock", &listsinceblock, false },
{ "wallet", "listtransactions", &listtransactions, false },
{ "wallet", "listunspent", &listunspent, false },
{ "wallet", "lockunspent", &lockunspent, true },
{ "wallet", "move", &movecmd, false },
{ "wallet", "sendfrom", &sendfrom, false },
{ "wallet", "sendmany", &sendmany, false },
{ "wallet", "sendtoaddress", &sendtoaddress, false },
{ "wallet", "setaccount", &setaccount, true },
{ "wallet", "settxfee", &settxfee, true },
{ "wallet", "signmessage", &signmessage, true },
{ "wallet", "walletlock", &walletlock, true },
{ "wallet", "walletpassphrasechange", &walletpassphrasechange, true },
{ "wallet", "walletpassphrase", &walletpassphrase, true },
#endif // ENABLE_WALLET
};
CRPCTable::CRPCTable()
{
unsigned int vcidx;
for (vcidx = 0; vcidx < (sizeof(vRPCCommands) / sizeof(vRPCCommands[0])); vcidx++)
{
const CRPCCommand *pcmd;
pcmd = &vRPCCommands[vcidx];
mapCommands[pcmd->name] = pcmd;
}
}
const CRPCCommand *CRPCTable::operator[](const std::string &name) const
{
map<string, const CRPCCommand*>::const_iterator it = mapCommands.find(name);
if (it == mapCommands.end())
return NULL;
return (*it).second;
}
bool StartRPC()
{
LogPrint("rpc", "Starting RPC\n");
fRPCRunning = true;
g_rpcSignals.Started();
return true;
}
void InterruptRPC()
{
LogPrint("rpc", "Interrupting RPC\n");
// Interrupt e.g. running longpolls
fRPCRunning = false;
}
void StopRPC()
{
LogPrint("rpc", "Stopping RPC\n");
deadlineTimers.clear();
g_rpcSignals.Stopped();
}
bool IsRPCRunning()
{
return fRPCRunning;
}
void SetRPCWarmupStatus(const std::string& newStatus)
{
LOCK(cs_rpcWarmup);
rpcWarmupStatus = newStatus;
}
void SetRPCWarmupFinished()
{
LOCK(cs_rpcWarmup);
assert(fRPCInWarmup);
fRPCInWarmup = false;
}
bool RPCIsInWarmup(std::string *outStatus)
{
LOCK(cs_rpcWarmup);
if (outStatus)
*outStatus = rpcWarmupStatus;
return fRPCInWarmup;
}
void JSONRequest::parse(const UniValue& valRequest)
{
// Parse request
if (!valRequest.isObject())
throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object");
const UniValue& request = valRequest.get_obj();
// Parse id now so errors from here on will have the id
id = find_value(request, "id");
// Parse method
UniValue valMethod = find_value(request, "method");
if (valMethod.isNull())
throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method");
if (!valMethod.isStr())
throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string");
strMethod = valMethod.get_str();
if (strMethod != "getblocktemplate")
LogPrint("rpc", "ThreadRPCServer method=%s\n", SanitizeString(strMethod));
// Parse params
UniValue valParams = find_value(request, "params");
if (valParams.isArray())
params = valParams.get_array();
else if (valParams.isNull())
params = UniValue(UniValue::VARR);
else
throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array");
}
static UniValue JSONRPCExecOne(const UniValue& req)
{
UniValue rpc_result(UniValue::VOBJ);
JSONRequest jreq;
try {
jreq.parse(req);
UniValue result = tableRPC.execute(jreq.strMethod, jreq.params);
rpc_result = JSONRPCReplyObj(result, NullUniValue, jreq.id);
}
catch (const UniValue& objError)
{
rpc_result = JSONRPCReplyObj(NullUniValue, objError, jreq.id);
}
catch (const std::exception& e)
{
rpc_result = JSONRPCReplyObj(NullUniValue,
JSONRPCError(RPC_PARSE_ERROR, e.what()), jreq.id);
}
return rpc_result;
}
std::string JSONRPCExecBatch(const UniValue& vReq)
{
UniValue ret(UniValue::VARR);
for (unsigned int reqIdx = 0; reqIdx < vReq.size(); reqIdx++)
ret.push_back(JSONRPCExecOne(vReq[reqIdx]));
return ret.write() + "\n";
}
UniValue CRPCTable::execute(const std::string &strMethod, const UniValue ¶ms) const
{
// Return immediately if in warmup
{
LOCK(cs_rpcWarmup);
if (fRPCInWarmup)
throw JSONRPCError(RPC_IN_WARMUP, rpcWarmupStatus);
}
// Find method
const CRPCCommand *pcmd = tableRPC[strMethod];
if (!pcmd)
throw JSONRPCError(RPC_METHOD_NOT_FOUND, "Method not found");
g_rpcSignals.PreCommand(*pcmd);
try
{
// Execute
return pcmd->actor(params, false);
}
catch (const std::exception& e)
{
throw JSONRPCError(RPC_MISC_ERROR, e.what());
}
g_rpcSignals.PostCommand(*pcmd);
}
std::string HelpExampleCli(const std::string& methodname, const std::string& args)
{
return "> shiabit-cli " + methodname + " " + args + "\n";
}
std::string HelpExampleRpc(const std::string& methodname, const std::string& args)
{
return "> curl --user myusername --data-binary '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", "
"\"method\": \"" + methodname + "\", \"params\": [" + args + "] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/\n";
}
void RPCRegisterTimerInterface(RPCTimerInterface *iface)
{
timerInterfaces.push_back(iface);
}
void RPCUnregisterTimerInterface(RPCTimerInterface *iface)
{
std::vector<RPCTimerInterface*>::iterator i = std::find(timerInterfaces.begin(), timerInterfaces.end(), iface);
assert(i != timerInterfaces.end());
timerInterfaces.erase(i);
}
void RPCRunLater(const std::string& name, boost::function<void(void)> func, int64_t nSeconds)
{
if (timerInterfaces.empty())
throw JSONRPCError(RPC_INTERNAL_ERROR, "No timer handler registered for RPC");
deadlineTimers.erase(name);
RPCTimerInterface* timerInterface = timerInterfaces.back();
LogPrint("rpc", "queue run of timer %s in %i seconds (using %s)\n", name, nSeconds, timerInterface->Name());
deadlineTimers.insert(std::make_pair(name, boost::shared_ptr<RPCTimerBase>(timerInterface->NewTimer(func, nSeconds*1000))));
}
const CRPCTable tableRPC;
| [
"mirzaei@ce.sharif.edu"
] | mirzaei@ce.sharif.edu |
c0da7e4cb7d7ea9be5b34dc8ad05bd1adcc3567a | 8b4c4546f92e1f185fc666e645a5f32926a81666 | /engine/modules/gltf/gltf_mesh.cpp | 34e72ef5a80ec9e665a68c978f6532a67af7bbe9 | [
"MIT"
] | permissive | johndpope/echo | a5db22b07421f9c330c219cd5b0e841629c7543c | e9ce2f4037e8a5d49b74cc7a9d9ee09f296e7fa7 | refs/heads/master | 2020-04-03T03:52:59.454520 | 2018-11-22T20:55:32 | 2018-11-22T20:55:32 | 154,997,449 | 0 | 0 | MIT | 2018-11-22T20:55:33 | 2018-10-27T18:39:23 | C++ | UTF-8 | C++ | false | false | 6,872 | cpp | #include "gltf_mesh.h"
#include "engine/core/log/Log.h"
#include "engine/core/scene/node_tree.h"
#include "interface/renderer.h"
#include "interface/ShaderProgramRes.h"
#include "engine/core/main/Engine.h"
#include "engine/core/gizmos/Gizmos.h"
#include "engine/modules/light/light.h"
namespace Echo
{
GltfMesh::GltfMesh()
: m_assetPath("", ".gltf")
, m_renderableDirty(true)
, m_renderable(nullptr)
, m_nodeIdx(-1)
, m_meshIdx(-1)
, m_skinIdx(-1)
, m_primitiveIdx(-1)
, m_material(nullptr)
, m_skeletonDirty(false)
, m_skeleton(nullptr)
, m_iblDiffuseSlot(-1)
, m_iblSpecularSlot(-1)
, m_iblBrdfSlot(-1)
{
set2d(false);
}
GltfMesh::~GltfMesh()
{
clear();
}
void GltfMesh::bindMethods()
{
CLASS_BIND_METHOD(GltfMesh, getGltfRes, DEF_METHOD("getGltfRes"));
CLASS_BIND_METHOD(GltfMesh, setGltfRes, DEF_METHOD("setGltfRes"));
CLASS_BIND_METHOD(GltfMesh, getMeshIdx, DEF_METHOD("getMeshIdx"));
CLASS_BIND_METHOD(GltfMesh, setMeshIdx, DEF_METHOD("setMeshIdx"));
CLASS_BIND_METHOD(GltfMesh, getPrimitiveIdx, DEF_METHOD("getPrimitiveIdx"));
CLASS_BIND_METHOD(GltfMesh, setPrimitiveIdx, DEF_METHOD("setPrimitiveIdx"));
CLASS_BIND_METHOD(GltfMesh, getMaterial, DEF_METHOD("getMaterial"));
CLASS_BIND_METHOD(GltfMesh, setMaterial, DEF_METHOD("setMaterial"));
CLASS_BIND_METHOD(GltfMesh, getSkeletonPath, DEF_METHOD("getSkeletonPath"));
CLASS_BIND_METHOD(GltfMesh, setSkeletonPath, DEF_METHOD("setSkeletonPath"));
CLASS_REGISTER_PROPERTY(GltfMesh, "Gltf", Variant::Type::ResourcePath, "getGltfRes", "setGltfRes");
CLASS_REGISTER_PROPERTY(GltfMesh, "Mesh", Variant::Type::Int, "getMeshIdx", "setMeshIdx");
CLASS_REGISTER_PROPERTY(GltfMesh, "Primitive", Variant::Type::Int, "getPrimitiveIdx", "setPrimitiveIdx");
CLASS_REGISTER_PROPERTY_WITH_HINT(GltfMesh, "Material", Variant::Type::Object, PropertyHint::ResourceType, "Material", "getMaterial", "setMaterial");
CLASS_REGISTER_PROPERTY(GltfMesh, "Skeleton", Variant::Type::NodePath, "getSkeletonPath", "setSkeletonPath");
}
// set gltf resource
void GltfMesh::setGltfRes(const ResourcePath& path)
{
if (m_assetPath.setPath(path.getPath()))
{
m_asset = (GltfRes*)Res::get(m_assetPath);
m_renderableDirty = true;
}
}
void GltfMesh::setSkeletonPath(const NodePath& skeletonPath)
{
if (m_skeletonPath.setPath(skeletonPath.getPath()))
{
m_skeletonDirty = true;
}
}
// set mesh index
void GltfMesh::setMeshIdx(int meshIdx)
{
m_meshIdx = meshIdx;
m_nodeIdx = m_asset->getNodeIdxByMeshIdx(m_meshIdx);
m_skinIdx = m_asset->m_nodes[m_nodeIdx].m_skin;
// prepare joints matrix
if (m_skinIdx != -1)
{
const GltfSkinInfo& skinInfo = m_asset->m_skins[m_skinIdx];
if (skinInfo.m_joints.size())
{
m_jointMatrixs.resize(/*skinInfo.m_joints.size()*/ 72);
}
}
m_renderableDirty = true;
}
// set primitive index
void GltfMesh::setPrimitiveIdx(int primitiveIdx)
{
m_primitiveIdx = primitiveIdx;
m_renderableDirty = true;
}
void GltfMesh::setMaterial(Object* material)
{
m_material = (Material*)material;
m_renderableDirty = true;
}
// build drawable
void GltfMesh::buildRenderable()
{
if ( m_renderableDirty && m_asset && m_meshIdx!=-1 && m_primitiveIdx!=-1)
{
Material* material = m_material ? m_material : m_asset->m_meshes[m_meshIdx].m_primitives[m_primitiveIdx].m_materialInst;
if (material)
{
clearRenderable();
Mesh* mesh = m_asset->m_meshes[m_meshIdx].m_primitives[m_primitiveIdx].m_mesh;
m_renderable = Renderable::create(mesh, material, this);
m_localAABB = mesh->getLocalBox();
// image based lighting
if (material->isMacroUsed("USE_IBL"))
{
m_iblDiffuseSlot = material->getUniformValue("u_DiffuseEnvSampler") ? *(i32*)material->getUniformValue("u_DiffuseEnvSampler") : -1;
m_iblSpecularSlot = material->getUniformValue("u_SpecularEnvSampler") ? *(i32*)material->getUniformValue("u_SpecularEnvSampler") : -1;
m_iblBrdfSlot = material->getUniformValue("u_brdfLUT") ? *(i32*)material->getUniformValue("u_brdfLUT") : -1;
}
m_renderableDirty = false;
}
}
}
// update per frame
void GltfMesh::update_self()
{
if (isNeedRender())
{
// update animation
if (m_skeletonDirty)
{
m_skeleton = ECHO_DOWN_CAST<GltfSkeleton*>(getNode(m_skeletonPath.getPath().c_str()));
m_skeletonDirty = false;
}
if (m_skeleton)
{
syncGltfNodeAnim();
syncGltfSkinAnim();
}
if(/*m_isUseLight*/ true)
{
syncLightData();
}
buildRenderable();
if (m_renderable)
m_renderable->submitToRenderQueue();
}
}
void GltfMesh::syncGltfNodeAnim()
{
if (m_skeleton)
{
if (m_skeleton->getGltfNodeTransform(m_localTransform, m_nodeIdx))
needUpdate();
}
}
void GltfMesh::syncGltfSkinAnim()
{
if (m_skeleton && m_skinIdx!=-1)
{
Transform tranform;
const GltfSkinInfo& skinInfo = m_asset->m_skins[m_skinIdx];
for (size_t i = 0; i < skinInfo.m_joints.size(); i++)
{
if (m_skeleton->getGltfNodeTransform(tranform, skinInfo.m_joints[i]))
{
tranform.buildMatrix(m_jointMatrixs[i]);
// inverse matrix
m_jointMatrixs[i] = skinInfo.m_inverseMatrixs[i] * m_jointMatrixs[i];
}
}
}
}
// light data
void GltfMesh::syncLightData()
{
if (m_renderable)
{
Material* material = m_material ? m_material : m_asset->m_meshes[m_meshIdx].m_primitives[m_primitiveIdx].m_materialInst;
if (material->isMacroUsed("USE_IBL"))
{
m_renderable->setTexture(m_iblDiffuseSlot, Light::instance()->getIBLDiffuseTexture());
m_renderable->setTexture(m_iblSpecularSlot, Light::instance()->getIBLSpecularTexture());
m_renderable->setTexture(m_iblBrdfSlot, Light::instance()->getIBLBrdfTexture());
}
}
}
void* GltfMesh::getGlobalUniformValue(const String& name)
{
void* value = Render::getGlobalUniformValue(name);
if (value)
return value;
if (name == "u_LightDirection")
{
static Vector3 lightDirectionFromSurfaceToLight(1.f, 1.f, 0.5f);
lightDirectionFromSurfaceToLight.normalize();
return &lightDirectionFromSurfaceToLight;
}
else if (name == "u_LightColor")
{
static Vector3 lightColor(2.f, 2.f, 2.f);
return &lightColor;
}
else if (name == "u_JointMatrixs")
{
return m_jointMatrixs.data();
}
else if (name == "u_DiffuseEnvSampler")
{
static i32 idx = 0;// i32(GltfImageBasedLight::TextureIndex::DiffuseCube);
return &idx;
}
else if (name == "u_SpecularEnvSampler")
{
static i32 idx = 0;// i32(GltfImageBasedLight::TextureIndex::SpecularCube);
return &idx;
}
else if (name == "u_brdfLUT")
{
static i32 idx = 0;// i32(GltfImageBasedLight::TextureIndex::BrdfLUT);
return &idx;
}
return nullptr;
}
void GltfMesh::clear()
{
clearRenderable();
}
void GltfMesh::clearRenderable()
{
EchoSafeRelease(m_renderable);
}
} | [
"qq79402005@gmail.com"
] | qq79402005@gmail.com |
c1e45a3396957abc2aded1e31ffe7693edb4de29 | f289a9ba8b0e1d8a7d38c751acda434b34b29d8a | /dynamic_programming/Egg-Dropping-Puzzle.cpp | 142d25a7654cd200110b91d81cd2ae908ccb2e48 | [] | no_license | gunavardhanganji/geeksforgeeks_must_do_coding | 493b1d10841b1536c80b92560e5c37a54bd08907 | bcabc866be5a7993431dc489ec9646c4adc9137f | refs/heads/master | 2022-03-20T23:58:46.627260 | 2019-11-12T13:15:00 | 2019-11-12T13:15:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 652 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int t; cin>>t;
while(t--){
int eggs, floors;
cin>>eggs>>floors;
int dp[eggs+1][floors+1]={0}, i, c=0;
for(i=0; i<=floors; i++){
dp[1][i] = i;
}
for(int e = 2; e <= eggs; e++){
for(int f = 1; f <=floors; f++){
dp[e][f] = INT_MAX;
for(int k = 1; k <=f ; k++){
c = 1 + max(dp[e-1][k-1], dp[e][f-k]);
if(c < dp[e][f]){
dp[e][f] = c;
}
}
}
}
cout<<dp[eggs][floors]<<endl;
}
return 0;
} | [
"35570206+gunavardhan963@users.noreply.github.com"
] | 35570206+gunavardhan963@users.noreply.github.com |
3712762fd7a985defc2e52dd399f4e917f6de893 | 8f3ef8c7f4253329aee2091f46bb18d0249d0e2c | /DominiGames/DominiGames/Algorithm.cpp | be04e86fd745f3da3b42af72b13f4bf6d55bc17c | [] | no_license | olya757/DominiGames_test | beab7f339e6fcd7683991ef66fcbf198d20c09ff | 28e4643f308780e3b83a4c83c826732e961f9ea7 | refs/heads/master | 2022-12-03T04:19:34.663402 | 2020-08-13T22:13:18 | 2020-08-13T22:13:18 | 287,383,012 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 96 | cpp | #include "Algorithm.h"
Algorithm::Algorithm(BoardCell **cells) {
this->boardCells = cells;
}
| [
"govorkova.t@yandex.ru"
] | govorkova.t@yandex.ru |
a08138ddbd050ef029686491d8a1aeb343f20944 | 5456502f97627278cbd6e16d002d50f1de3da7bb | /content/browser/tracing/trace_message_filter.cc | 6ecea1fb7184e3906cdb10143e8f398f4a29266b | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,891 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/tracing/trace_message_filter.h"
#include "components/tracing/common/tracing_messages.h"
#include "content/browser/tracing/background_tracing_manager_impl.h"
#include "content/browser/tracing/tracing_controller_impl.h"
#include "content/common/child_process_host_impl.h"
namespace content {
TraceMessageFilter::TraceMessageFilter(int child_process_id)
: BrowserMessageFilter(TracingMsgStart),
has_child_(false),
tracing_process_id_(
ChildProcessHostImpl::ChildProcessUniqueIdToTracingProcessId(
child_process_id)),
is_awaiting_end_ack_(false),
is_awaiting_buffer_percent_full_ack_(false) {
}
TraceMessageFilter::~TraceMessageFilter() {}
void TraceMessageFilter::OnChannelClosing() {
if (has_child_) {
if (is_awaiting_end_ack_)
OnEndTracingAck(std::vector<std::string>());
if (is_awaiting_buffer_percent_full_ack_)
OnTraceLogStatusReply(base::trace_event::TraceLogStatus());
TracingControllerImpl::GetInstance()->RemoveTraceMessageFilter(this);
}
}
bool TraceMessageFilter::OnMessageReceived(const IPC::Message& message) {
// Always on IO thread (BrowserMessageFilter guarantee).
bool handled = true;
IPC_BEGIN_MESSAGE_MAP(TraceMessageFilter, message)
IPC_MESSAGE_HANDLER(TracingHostMsg_ChildSupportsTracing,
OnChildSupportsTracing)
IPC_MESSAGE_HANDLER(TracingHostMsg_EndTracingAck, OnEndTracingAck)
IPC_MESSAGE_HANDLER(TracingHostMsg_TraceDataCollected,
OnTraceDataCollected)
IPC_MESSAGE_HANDLER(TracingHostMsg_TraceLogStatusReply,
OnTraceLogStatusReply)
IPC_MESSAGE_HANDLER(TracingHostMsg_GlobalMemoryDumpRequest,
OnGlobalMemoryDumpRequest)
IPC_MESSAGE_HANDLER(TracingHostMsg_ProcessMemoryDumpResponse,
OnProcessMemoryDumpResponse)
IPC_MESSAGE_HANDLER(TracingHostMsg_TriggerBackgroundTrace,
OnTriggerBackgroundTrace)
IPC_MESSAGE_HANDLER(TracingHostMsg_AbortBackgroundTrace,
OnAbortBackgroundTrace)
IPC_MESSAGE_UNHANDLED(handled = false)
IPC_END_MESSAGE_MAP()
return handled;
}
void TraceMessageFilter::SendBeginTracing(
const base::trace_event::TraceConfig& trace_config) {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
Send(new TracingMsg_BeginTracing(
trace_config.ToString(), base::TimeTicks::Now(), tracing_process_id_));
}
void TraceMessageFilter::SendEndTracing() {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
DCHECK(!is_awaiting_end_ack_);
is_awaiting_end_ack_ = true;
Send(new TracingMsg_EndTracing);
}
void TraceMessageFilter::SendCancelTracing() {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
DCHECK(!is_awaiting_end_ack_);
is_awaiting_end_ack_ = true;
Send(new TracingMsg_CancelTracing);
}
void TraceMessageFilter::SendGetTraceLogStatus() {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
DCHECK(!is_awaiting_buffer_percent_full_ack_);
is_awaiting_buffer_percent_full_ack_ = true;
Send(new TracingMsg_GetTraceLogStatus);
}
// Called by TracingControllerImpl, which handles the multiprocess coordination.
void TraceMessageFilter::SendProcessMemoryDumpRequest(
const base::trace_event::MemoryDumpRequestArgs& args) {
Send(new TracingMsg_ProcessMemoryDumpRequest(args));
}
// Called by TracingControllerImpl, which handles the multiprocess coordination.
void TraceMessageFilter::SendGlobalMemoryDumpResponse(uint64_t dump_guid,
bool success) {
Send(new TracingMsg_GlobalMemoryDumpResponse(dump_guid, success));
}
void TraceMessageFilter::OnChildSupportsTracing() {
has_child_ = true;
TracingControllerImpl::GetInstance()->AddTraceMessageFilter(this);
}
void TraceMessageFilter::OnEndTracingAck(
const std::vector<std::string>& known_categories) {
// is_awaiting_end_ack_ should always be true here, but check in case the
// child process is compromised.
if (is_awaiting_end_ack_) {
is_awaiting_end_ack_ = false;
TracingControllerImpl::GetInstance()->OnStopTracingAcked(
this, known_categories);
} else {
NOTREACHED();
}
}
void TraceMessageFilter::OnTraceDataCollected(const std::string& data) {
scoped_refptr<base::RefCountedString> data_ptr(new base::RefCountedString());
data_ptr->data() = data;
TracingControllerImpl::GetInstance()->OnTraceDataCollected(data_ptr);
}
void TraceMessageFilter::OnTraceLogStatusReply(
const base::trace_event::TraceLogStatus& status) {
if (is_awaiting_buffer_percent_full_ack_) {
is_awaiting_buffer_percent_full_ack_ = false;
TracingControllerImpl::GetInstance()->OnTraceLogStatusReply(this, status);
} else {
NOTREACHED();
}
}
void TraceMessageFilter::OnGlobalMemoryDumpRequest(
const base::trace_event::MemoryDumpRequestArgs& args) {
TracingControllerImpl::GetInstance()->RequestGlobalMemoryDump(
args,
base::Bind(&TraceMessageFilter::SendGlobalMemoryDumpResponse, this));
}
void TraceMessageFilter::OnProcessMemoryDumpResponse(uint64_t dump_guid,
bool success) {
TracingControllerImpl::GetInstance()->OnProcessMemoryDumpResponse(
this, dump_guid, success);
}
void TraceMessageFilter::OnTriggerBackgroundTrace(const std::string& name) {
BackgroundTracingManagerImpl::GetInstance()->OnHistogramTrigger(name);
}
void TraceMessageFilter::OnAbortBackgroundTrace() {
BackgroundTracingManagerImpl::GetInstance()->AbortScenario();
}
} // namespace content
| [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
eefbc0cce488f2fadb3ec65d52ada224b62b0bf1 | e46967ca6645d29ec2cf4c2dd99970582b9d45b7 | /press/press.ino | b1d45c0d453db4eb27d901b73d9c4f1c0f9c6cde | [
"MIT"
] | permissive | ve3wwg/FreeRTOS_for_ESP32 | 5317f20a9d1b979dea06221a3c0a23c4e961e21a | 12d8999de6275aadc49ce9927fadaeb0170939e4 | refs/heads/master | 2022-12-19T09:19:50.598464 | 2020-09-02T23:46:40 | 2020-09-02T23:46:40 | 225,037,718 | 9 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 2,670 | ino | // press.ino
// MIT License (see file LICENSE)
// LED is active high
#define GPIO_LED 12
#define GPIO_BUTTONL 25
#define GPIO_BUTTONR 26
static QueueHandle_t queue;
//
// Button Debouncing task:
//
static void debounce_task(void *argp) {
unsigned button_gpio = *(unsigned*)argp;
uint32_t level, state = 0;
uint32_t mask = 0x7FFFFFFF;
int event, last = -999;
for (;;) {
level = !digitalRead(button_gpio);
state = (state << 1) | level;
if ( (state & mask) == mask )
event = button_gpio; // Press
else
event = -button_gpio; // Release
if ( event != last ) {
if ( xQueueSendToBack(queue,&event,1) == pdPASS )
last = event;
}
taskYIELD();
}
}
//
// Hydraulic Press Task (LED)
//
static void press_task(void *argp) {
static const uint32_t enable = (1 << GPIO_BUTTONL)
| (1 << GPIO_BUTTONR);
BaseType_t s;
int event;
uint32_t state = 0;
// Make sure press is OFF
digitalWrite(GPIO_LED,LOW);
for (;;) {
s = xQueueReceive(
queue,
&event,
portMAX_DELAY
);
assert(s == pdPASS);
if ( event >= 0 ) {
// Button press
state |= 1 << event;
} else {
// Button release
state &= ~(1 << -event);
}
if ( state == enable ) {
// Activate press when both
// Left and Right buttons are
// pressed.
digitalWrite(GPIO_LED,HIGH);
} else {
// Deactivate press
digitalWrite(GPIO_LED,LOW);
}
}
}
//
// Initialization:
//
void setup() {
int app_cpu = xPortGetCoreID();
static int left = GPIO_BUTTONL;
static int right = GPIO_BUTTONR;
TaskHandle_t h;
BaseType_t rc;
delay(2000); // Allow USB to connect
queue = xQueueCreate(40,sizeof(int));
assert(queue);
pinMode(GPIO_LED,OUTPUT);
pinMode(GPIO_BUTTONL,INPUT_PULLUP);
pinMode(GPIO_BUTTONR,INPUT_PULLUP);
rc = xTaskCreatePinnedToCore(
debounce_task,
"debounceL",
2048, // Stack size
&left, // Left button gpio
1, // Priority
&h, // Task handle
app_cpu // CPU
);
assert(rc == pdPASS);
assert(h);
rc = xTaskCreatePinnedToCore(
debounce_task,
"debounceR",
2048, // Stack size
&right, // Right button gpio
1, // Priority
&h, // Task handle
app_cpu // CPU
);
assert(rc == pdPASS);
assert(h);
rc = xTaskCreatePinnedToCore(
press_task,
"led",
2048, // Stack size
nullptr, // Not used
1, // Priority
&h, // Task handle
app_cpu // CPU
);
assert(rc == pdPASS);
assert(h);
}
// Not used:
void loop() {
vTaskDelete(nullptr);
}
| [
"ve3wwg@gmail.com"
] | ve3wwg@gmail.com |
a8d41b5335755975d4883cc71f57496810d5154e | 562b2f7f06f838547f78a35bcdac62e1f0753b31 | /Platformer/Src/Enemies/Enemy.cpp | 9b0284dbbe9d2798849e11189bd12568041ee255 | [] | no_license | MrAsminaf/Quadratum | 3edd737ce6dfaa6da6141678574c8d556ad31590 | aab6ea02bff43c96a9684164764c6f5b96f8a03c | refs/heads/master | 2020-03-21T20:39:00.497851 | 2020-02-12T14:17:57 | 2020-02-12T14:17:57 | 139,019,886 | 1 | 2 | null | 2020-01-21T06:21:45 | 2018-06-28T13:09:44 | C++ | UTF-8 | C++ | false | false | 1,002 | cpp | #include "Enemy.h"
Enemy::Enemy(const sf::Vector2i & spawn_position)
:
m_defaultHorizontalSpeed(0.3f),
m_isGoingLeft(true)
{
m_mainObject.setPosition(sf::Vector2f(float(spawn_position.x * 16), float(spawn_position.y * 16)));
m_mainObject.setFillColor(sf::Color::Red);
m_mainObject.setSize(sf::Vector2f(16, 16));
}
void Enemy::Update(const std::vector<std::string>& map)
{
if (m_isGoingLeft)
m_mainObject.move(sf::Vector2f(-m_defaultHorizontalSpeed, 0));
else
m_mainObject.move(sf::Vector2f(m_defaultHorizontalSpeed, 0));
int x = int(m_mainObject.getPosition().x) / 16;
int y = int(m_mainObject.getPosition().y) / 16;
if (m_isGoingLeft)
{
if (map.at(y + 1).at(x) == ' ' || map.at(y).at(x) != ' ')
m_isGoingLeft = false;
}
else
{
if (map.at(y + 1).at(x + 1) == ' ' || map.at(y).at(x + 1) != ' ')
m_isGoingLeft = true;
}
}
sf::RectangleShape & Enemy::GetObject()
{
return m_mainObject;
}
sf::Vector2f Enemy::GetPosition() const
{
return m_mainObject.getPosition();
}
| [
"mrasminaf@gmail.com"
] | mrasminaf@gmail.com |
e92f3083c98fba51e2ed2a7d41e4bca9af0adcf5 | 054ad7c31b18dd53c81a4cc5c8b10651bd34dd54 | /mainOld.cpp | b2ab0199467de87eddd4a9e18cab4ace43a17f33 | [] | no_license | hnyblom/Artificial-Intelligence-DD2380-2 | d4d12cc3cdec8a15ace6fec0b18c4e5f46a32dc3 | a9dfd2a6ad92353bc52b4f3593ef42b91150d60c | refs/heads/master | 2021-09-23T19:35:25.989476 | 2018-09-26T17:17:30 | 2018-09-26T17:17:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,819 | cpp | ///*
// * To change this license header, choose License Headers in Project Properties.
// * To change this template file, choose Tools | Templates
// * and open the template in the editor.
// */
//
///*
// * File: main.cpp
// * Author: hanna
// *
// * Created on September 21, 2018, 1:21 AM
// */
//
//#include <cstdlib>
//#include <vector>
//
//using namespace std;
//vector<vector<int> > ticTac(4, vector<int>(4));
//vector<vector<int> > me(4, vector<int>(4));
//vector<vector<int> > opponent(4, vector<int>(4));
//vector<int> rows(4);
//vector<int> cols(4);
//vector<int> diag(2);
//vector<int> myScoreRows(4);
//vector<int> opScoreRows(4);
//vector<int> myScoreCols(4);
//vector<int> opScoreCols(4);
//vector<int> myScoreDi(2);
//vector<int> opScoreDi(2);
//
//
//int fill(){
// ticTac[0][0]=3;
// ticTac[0][1]=2;
// ticTac[0][2]=2;
// ticTac[0][3]=3;
//
// ticTac[1][0]=2;
// ticTac[1][1]=4;
// ticTac[1][2]=4;
// ticTac[1][3]=2;
//
// ticTac[2][0]=2;
// ticTac[2][1]=4;
// ticTac[2][2]=4;
// ticTac[2][3]=2;
//
// ticTac[3][0]=3;
// ticTac[3][1]=2;
// ticTac[3][2]=2;
// ticTac[3][3]=3;
//
// for(int i=0; i<4; ++i){
// for(int j=0;j<4;++j){
// me[i][j]=0;
// opponent[i][j]=0;
// }
// }
//}
//
////om raden och kolumnen är död, placera inte där
//int isDead(int row, int col){
// if(std::find(row.begin(), row.end(), x) != row.end()) {
// /* row contains x */
// if(std::find(cols.begin(), cols.end(), x) != cols.end()) {
// /* cols contains x */
// //Don't place in an intersection of opponent
// ticTac[row][col] = 0;
// }
// }
// return 0;
//}
////Döda chans på rad/kolumn/diagonal om motståndarre placerat där
//int kill(int nr, int id){
// if(id==0){
// //kill row
// rows.erase(rows.begin()+nr);
// }else if(id==1){
// //kill col
// cols.erase(rows.begin()+nr);
// }else if(id==2){
// //kill diag
// diag.erase(rows.begin()+nr);
// }
// return 0;
//}
//
////Kollar om grannar och ger riktning
//string isNeighbours(int row1, int col1, int row2, int col2){
// if(abs(row1-row2)==1){
// //Vertical
// return "V"
// }else if(abs(col1-col2)==1){
// //Horisontal
// return "H";
// }else if(abs(row1-row2)==1&&abs(col1-col2)==1){
// //Diagonal
// return "D";
// }else{
// return "N";
// }
//}
//int place(int row, int col, int meOrOpp){
// if(meOrOpp==0){
// //me
// me[row][col]=1;
// if(row==col){
// //Diagonal1
// myScoreDi(0)+=1;
// }else if(row==0&&col==3||row==1&&col==2||row==2&&col==1||row==3&&col==0){
// //Diagonal2
// myScoreDi(1)+=1;
// }else{
// myScoreRows(row)+=1;
// myScoreCols(col)+=1;
// }
// }else{
// opponent[row][col]=1;
// if(row==col){
// //Diagonal1
// opScoreDi(0)+=1;
// }else if(row==0&&col==3||row==1&&col==2||row==2&&col==1||row==3&&col==0){
// //Diagonal2
// opScoreDi(1)+=1;
// }else{
// opScoreRows(row)+=1;
// opScoreCols(col)+=1;
// }
//
// }
//}
////Kollar om motståndaren är ett drag ifrån att vinna
//tuple danger(){
// for(int i=0;i<4;++i){
// int d = opScoreDi(i);
// int r = opScoreRows(i);
// int c = opScoreCols(i);
// tuple<int, string, string, string, int> final = make_tuple(0,"","","",0);
// if(d==3){
// if(r==3){
// if(c==3){
// tuple<int, string, string, string, int> warning3 = make_tuple(3, "D", "R", "C", i);
// final=warning3;
// }else{
// tuple<int, string, string, string, int> warning2 = make_tuple(2, "D", "R", "", i);
// final=warning2;
// }
// }
// tuple<int, string, string, string, int> warning1 = make_tuple(1, "D", "", "", i);
// final=warning1;
// }else if(r==3){
// if(c==3){
// tuple<int, string, string, string, int> warning5 = make_tuple(2, "R", "C", "", i);
// final=warning5;
// }else{
// tuple<int, string, string, string, int> warning4 = make_tuple(1, "R", "", "", i);
// final=warning4;
// }
// }else if(c==3){
// tuple<int, string, string, string, int> warning6 = make_tuple(1, "C", "", "", i);
// final=warning6;
// }
// }
// return final;
//}
///*
// *
// */
//int main(int argc, char** argv) {
//
// return 0;
//}
//
| [
"hnyblom@kth.se"
] | hnyblom@kth.se |
1f4440d97854dfe79d1f6b84d472db236ac10414 | 9d42629f2aaabd9eade42286d1d68c5ba4067150 | /matlab/archive/ETCI/simulation/pavlovsky_g4/B1/include/B1EventAction.hh | 59a72b9d47f1d7181160fd4d6bed1be45c9cff35 | [] | no_license | yigong/PyBeamDiag | c609d27f1f980c4238f815ee61e6357d329aa725 | 3559a0294eaf6b24aa89346d789c5a6c4e6104e5 | refs/heads/master | 2021-05-30T02:11:12.462618 | 2015-10-19T17:44:26 | 2015-10-19T17:44:26 | 22,830,842 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,257 | hh | //
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration. It is provided under the terms and *
// * conditions of the Geant4 Software License, included in the file *
// * LICENSE and available at http://cern.ch/geant4/license . These *
// * include a list of copyright holders. *
// * *
// * Neither the authors of this software system, nor their employing *
// * institutes,nor the agencies providing financial support for this *
// * work make any representation or warranty, express or implied, *
// * regarding this software system or assume any liability for its *
// * use. Please see the license in the file LICENSE and URL above *
// * for the full disclaimer and the limitation of liability. *
// * *
// * This code implementation is the result of the scientific and *
// * technical work of the GEANT4 collaboration. *
// * By using, copying, modifying or distributing the software (or *
// * any work based on the software) you agree to acknowledge its *
// * use in resulting scientific publications, and indicate your *
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
//
/// \file B1EventAction.hh
/// \brief Definition of the B1EventAction class
#ifndef B1EventAction_h
#define B1EventAction_h 1
#include "G4UserEventAction.hh"
#include "B1CCDHit.hh"
#include "QVector"
#include "globals.hh"
class B1SteppingAction;
/// Event action class
///
/// It holds data member fEnergySum and fEnergy2Sum for accumulating
/// the event energy deposit its square event by event.
/// These data are then used in the run action to compute the dose.
/// The accumulated energy and enrgy square sums are reset for each
/// new run via the Reset() function from the run action.
class B1EventAction : public G4UserEventAction
{
public:
B1EventAction();
virtual ~B1EventAction();
// static access method
static B1EventAction* Instance();
virtual void BeginOfEventAction(const G4Event* event);
virtual void EndOfEventAction(const G4Event* event);
void Reset();
// get methods
G4double GetEnergySum() const { return fEnergySum; }
G4double GetEnergy2Sum() const { return fEnergy2Sum; }
QVector<G4double>* GetInteractionVals() const {return fEnergyArray; }
std::vector<B1CCDHitCollection*> *GetEC(){ return fEventCollection;}
private:
static B1EventAction* fgInstance;
// Collection of hitcollections after each event
std::vector<B1CCDHitCollection*> *fEventCollection;
G4int fPrintModulo;
G4double fEnergySum;
G4double fEnergy2Sum;
QVector<G4double> *fEnergyArray;
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
#endif
| [
"yigong@berkeley.edu"
] | yigong@berkeley.edu |
0c7e864d92e43e578040364fc62ffb3dd7bf2547 | ec9d75e6aa0c6ee7d5e4dabbcf63c2f63ef1eaba | /src/core/main.cpp | d5614d4c4404c939d4a8ec1b6f99dc99f99c0661 | [] | no_license | filfos/roborobo-pheromone | a2c4a7403e4543d69e1c20cd14bf7eeaf6e93afd | 511a7e2599ec0c9027dd5d5c2fe7585c5698a835 | refs/heads/master | 2021-01-23T13:44:25.897286 | 2014-06-12T20:02:07 | 2014-06-12T20:02:07 | 16,071,630 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,921 | cpp | /*
* main.cpp
* roborobo
*
* Created by Nicolas on 16/01/09.
* List of Updates:
* - 2012-06-05 by Leo
*
* See roborbo.cpp for description
*
*/
#include "RoboroboMain/main.h"
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
// For getopt
extern char *optarg;
extern int optind, opterr;
void displayGeneralInformation()
{
std::cout << std::endl;
std::cout << " =-= Roborobo! " << std::endl;
std::cout << " =-= nicolas.bredeche(at)gmail.com" << std::endl;
std::cout << " =-= Official version tag : " << gVersion << std::endl;
std::cout << " =-= Current build name : " << gCurrentBuildInfo << std::endl;
std::cout << " =-= Compilation version tag : " << gCompileDate << " - " << gCompileTime << std::endl;
std::cout << std::endl;
}
// Called when roborobo must quit
void quit(int signal)
{
closeRoborobo();
exit(0);
}
/** Print usage (e.g. when user enters bad command line options, or '-h' parameter) */
static void usage(char* argv0)
{
std::cout << std::endl << "Roborobo! Command line help:" << std::endl << std::endl;
std::cout << " usage : " << argv0 << " [-h] [-v] [-l <propertiesfilename>]" << std::endl << std::endl;
std::cout << " options:" << std::endl;
std::cout << " h: print this help message." << std::endl;
std::cout << " v: print current version number." << std::endl;
std::cout << " l: specify location and name of the properties file." << std::endl;
std::cout << " next parameter should be the filename (e.g. ./roborobo -l config/MyConfigFile.properties\")" << std::endl;
std::cout << " default properties file is \"" << gPropertiesFilename << "\"" << std::endl;
std::cout << std::endl;
}
/** Print infos about this version of Roborobo */
static void versionInfos()
{
std::cout << std::endl;
std::cout << " =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=" << std::endl;
std::cout << " =-=-=-=-=-=-= Roborobo! =-=-=-=-=-=-=" << std::endl;
std::cout << " =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=" << std::endl;
std::cout << std::endl;
std::cout << " description : A lightweight robot/agent swarm simulator written in C++/SDL." << std::endl;
std::cout << " author : nicolas.bredeche(at)gmail.com" << std::endl;
std::cout << " started : december 2008" << std::endl;
std::cout << " version tag : " << gVersion << std::endl;
std::cout << " current build : " << gCurrentBuildInfo << std::endl << std::endl;
std::cout << " compilation tag : " << gCompileDate << " - " << gCompileTime << std::endl;
}
/** default demo mode with visualization. If at least one argument, launch demo in batch mode (ie. no display, fast pace). */
int main(int argc, char** argv)
{
// Install signal handler, to handle Ctrl-C and 'kill' signals
signal(SIGINT, quit);
signal(SIGTERM, quit);
// Parse Command line parameters (in argv), using getopt
static char optstring[] = "vl:";
opterr=0;
switch(getopt(argc, argv, optstring))
{
case 'v':
versionInfos();
return -1;
break;
case 'l':
displayGeneralInformation();
gPropertiesFilename = optarg;
std::cout << "[info] Properties will be loaded from file \"" << gPropertiesFilename << "\"." << std::endl;
break;
case 'h':
usage(argv[0]);
return -1;
break;
default:
usage(argv[0]);
return -1;
break;
}
// Get remaining command line parameters (i.e. not used by getopt, so parameters that do not begin by '-')
for(int i = optind; i < argc; i++)
gRemainingCommandLineParameters.push_back(argv[i]);
/**/
char *path = NULL;
size_t size = 0;
path = getcwd(path,size);
std::cout << "[info] Current location : " << path << std::endl;
/**/
std::cout << std::endl << std::endl;
int returnValue = 0;
returnValue = launchRoborobo();
return returnValue;
}
| [
"filip.fossum@gmail.com"
] | filip.fossum@gmail.com |
ad9bb9eba4db066df4dc62a8d985ea4b4f202a00 | 523bfc73dcad5bcec5c143af6594854bdd2b8879 | /CPP-165/week-1/lab-1-zybooks/Plants/headers/plant.h | f14d37dd68531355c156d27011b50f3acc2b85d5 | [] | no_license | Treelovah/Colorado-State-University | 2355383b235f339337a7052a8e13833396fec274 | 495ad8114894676529183859199ca4485a19fdaf | refs/heads/master | 2023-02-26T07:44:38.254487 | 2021-02-02T00:41:36 | 2021-02-02T00:41:36 | 279,498,923 | 0 | 0 | null | 2020-10-15T18:18:47 | 2020-07-14T06:13:21 | Java | UTF-8 | C++ | false | false | 734 | h | // No error checking
#ifndef PLANT_H
#define PLANT_H
#include <string>
using namespace std;
class Plant
{
protected:
string name, cost;
public:
Plant(string name, string cost)
{
this->name = name;
this->cost = cost;
}
void set_name(string name)
{
this->name = name;
}
void set_cost( string cost)
{
this->cost = cost;
}
string& get_name()
{
return this->name;
}
string& get_cost()
{
return this->cost;
}
virtual void print_info()
{
printf("Plant Information:\n Plant name: %s\n Cost: %s\n",
this->get_name().c_str(),
this->get_cost().c_str());
}
};
#endif
| [
"mltechi@pm.me"
] | mltechi@pm.me |
cc40d0585b778c6b0217cc556092df82fc447225 | 6f76fa5b7b94b4e46ddb79335a1021745428ee27 | /C++/example/04-8/Rectangle.cpp | 2d115071f6622777f0f8588f2311970a33bb0f9e | [] | no_license | qlghwp123/source | 688228db2e4844d84cf6588ca5e9b50e01109fa0 | b6ce3b7ad2cc361ada1457a5e5f8a4b29445ce06 | refs/heads/master | 2021-03-14T06:10:59.679496 | 2020-04-16T06:16:14 | 2020-04-16T06:16:14 | 246,588,673 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 438 | cpp | #include <iostream>
#include "Rectangle.h"
using namespace std;
Rectangle::Rectangle(const int &x1, const int &y1, const int &x2, const int &y2) : upLeft(x1, y1), lowRight(x2, y2)
{
//empty
}
void Rectangle::ShowRectangleInfo() const
{
cout << "좌 상단 : " << '[' << upLeft.GetX() << ", " << upLeft.GetY() << ']' << endl;
cout << "우 하단 : " << '[' << lowRight.GetX() << ", " << lowRight.GetY() << ']' << endl;
} | [
"qlghwp123@naver.com"
] | qlghwp123@naver.com |
0ee123e2c882cae707fbb7540dfa0db491d46c34 | 3fae65d9f6264c751f8261ead84e205c9fbbcb40 | /src/init.cpp | 10b0e5e884a7c5046ed3d51b6662e8434bf4f373 | [
"MIT"
] | permissive | moonmoon1/PRC-v2 | 81c280350d2b9ccf37d97486b73bf050b35aa1e5 | 0b02d1838779d54c0afad2be253a78249c5e0905 | refs/heads/master | 2021-01-10T20:47:07.003643 | 2014-07-30T02:05:00 | 2014-07-30T02:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,631 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "db.h"
#include "walletdb.h"
#include "bitcoinrpc.h"
#include "net.h"
#include "init.h"
#include "util.h"
#include "ui_interface.h"
#include "checkpoints.h"
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/convenience.hpp>
#include <boost/interprocess/sync/file_lock.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <openssl/crypto.h>
#ifndef WIN32
#include <signal.h>
#endif
using namespace std;
using namespace boost;
CWallet* pwalletMain;
CClientUIInterface uiInterface;
//////////////////////////////////////////////////////////////////////////////
//
// Shutdown
//
void ExitTimeout(void* parg)
{
#ifdef WIN32
Sleep(5000);
ExitProcess(0);
#endif
}
void StartShutdown()
{
#ifdef QT_GUI
// ensure we leave the Qt main loop for a clean GUI exit (Shutdown() is called in bitcoin.cpp afterwards)
uiInterface.QueueShutdown();
#else
// Without UI, Shutdown() can simply be started in a new thread
NewThread(Shutdown, NULL);
#endif
}
void Shutdown(void* parg)
{
static CCriticalSection cs_Shutdown;
static bool fTaken;
// Make this thread recognisable as the shutdown thread
RenameThread("bitcoin-shutoff");
bool fFirstThread = false;
{
TRY_LOCK(cs_Shutdown, lockShutdown);
if (lockShutdown)
{
fFirstThread = !fTaken;
fTaken = true;
}
}
static bool fExit;
if (fFirstThread)
{
fShutdown = true;
nTransactionsUpdated++;
bitdb.Flush(false);
StopNode();
bitdb.Flush(true);
boost::filesystem::remove(GetPidFile());
UnregisterWallet(pwalletMain);
delete pwalletMain;
NewThread(ExitTimeout, NULL);
Sleep(50);
printf("PirateCoin exited\n\n");
fExit = true;
#ifndef QT_GUI
// ensure non-UI client gets exited here, but let Bitcoin-Qt reach 'return 0;' in bitcoin.cpp
exit(0);
#endif
}
else
{
while (!fExit)
Sleep(500);
Sleep(100);
ExitThread(0);
}
}
void HandleSIGTERM(int)
{
fRequestShutdown = true;
}
void HandleSIGHUP(int)
{
fReopenDebugLog = true;
}
//////////////////////////////////////////////////////////////////////////////
//
// Start
//
#if !defined(QT_GUI)
bool AppInit(int argc, char* argv[])
{
bool fRet = false;
try
{
//
// Parameters
//
// If Qt is used, parameters/bitcoin.conf are parsed in qt/bitcoin.cpp's main()
ParseParameters(argc, argv);
if (!boost::filesystem::is_directory(GetDataDir(false)))
{
fprintf(stderr, "Error: Specified directory does not exist\n");
Shutdown(NULL);
}
ReadConfigFile(mapArgs, mapMultiArgs);
if (mapArgs.count("-?") || mapArgs.count("--help"))
{
// First part of help message is specific to bitcoind / RPC client
std::string strUsage = _("PirateCoin version") + " " + FormatFullVersion() + "\n\n" +
_("Usage:") + "\n" +
" PirateCoind [options] " + "\n" +
" PirateCoind [options] <command> [params] " + _("Send command to -server or PirateCoind") + "\n" +
" PirateCoind [options] help " + _("List commands") + "\n" +
" PirateCoind [options] help <command> " + _("Get help for a command") + "\n";
strUsage += "\n" + HelpMessage();
fprintf(stdout, "%s", strUsage.c_str());
return false;
}
// Command-line RPC
for (int i = 1; i < argc; i++)
if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "PirateCoin:"))
fCommandLine = true;
if (fCommandLine)
{
int ret = CommandLineRPC(argc, argv);
exit(ret);
}
fRet = AppInit2();
}
catch (std::exception& e) {
PrintException(&e, "AppInit()");
} catch (...) {
PrintException(NULL, "AppInit()");
}
if (!fRet)
Shutdown(NULL);
return fRet;
}
extern void noui_connect();
int main(int argc, char* argv[])
{
bool fRet = false;
// Connect bitcoind signal handlers
noui_connect();
fRet = AppInit(argc, argv);
if (fRet && fDaemon)
return 0;
return 1;
}
#endif
bool static InitError(const std::string &str)
{
uiInterface.ThreadSafeMessageBox(str, _("PirateCoin"), CClientUIInterface::OK | CClientUIInterface::MODAL);
return false;
}
bool static InitWarning(const std::string &str)
{
uiInterface.ThreadSafeMessageBox(str, _("PirateCoin"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL);
return true;
}
bool static Bind(const CService &addr, bool fError = true) {
if (IsLimited(addr))
return false;
std::string strError;
if (!BindListenPort(addr, strError)) {
if (fError)
return InitError(strError);
return false;
}
return true;
}
// Core-specific options shared between UI and daemon
std::string HelpMessage()
{
string strUsage = _("Options:") + "\n" +
" -? " + _("This help message") + "\n" +
" -conf=<file> " + _("Specify configuration file (default: PirateCoin.conf)") + "\n" +
" -pid=<file> " + _("Specify pid file (default: PirateCoind.pid)") + "\n" +
" -gen " + _("Generate coins") + "\n" +
" -gen=0 " + _("Don't generate coins") + "\n" +
" -datadir=<dir> " + _("Specify data directory") + "\n" +
" -dbcache=<n> " + _("Set database cache size in megabytes (default: 25)") + "\n" +
" -dblogsize=<n> " + _("Set database disk log size in megabytes (default: 100)") + "\n" +
" -timeout=<n> " + _("Specify connection timeout in milliseconds (default: 5000)") + "\n" +
" -proxy=<ip:port> " + _("Connect through socks proxy") + "\n" +
" -socks=<n> " + _("Select the version of socks proxy to use (4-5, default: 5)") + "\n" +
" -tor=<ip:port> " + _("Use proxy to reach tor hidden services (default: same as -proxy)") + "\n"
" -dns " + _("Allow DNS lookups for -addnode, -seednode and -connect") + "\n" +
" -port=<port> " + _("Listen for connections on <port> (default: 13822 or testnet: 30801)") + "\n" +
" -maxconnections=<n> " + _("Maintain at most <n> connections to peers (default: 125)") + "\n" +
" -addnode=<ip> " + _("Add a node to connect to and attempt to keep the connection open") + "\n" +
" -connect=<ip> " + _("Connect only to the specified node(s)") + "\n" +
" -seednode=<ip> " + _("Connect to a node to retrieve peer addresses, and disconnect") + "\n" +
" -externalip=<ip> " + _("Specify your own public address") + "\n" +
" -onlynet=<net> " + _("Only connect to nodes in network <net> (IPv4, IPv6 or Tor)") + "\n" +
" -discover " + _("Discover own IP address (default: 1 when listening and no -externalip)") + "\n" +
" -irc " + _("Find peers using internet relay chat (default: 1)") + "\n" +
" -listen " + _("Accept connections from outside (default: 1 if no -proxy or -connect)") + "\n" +
" -bind=<addr> " + _("Bind to given address. Use [host]:port notation for IPv6") + "\n" +
" -dnsseed " + _("Find peers using DNS lookup (default: 0)") + "\n" +
" -nosynccheckpoints " + _("Disable sync checkpoints (default: 0)") + "\n" +
" -banscore=<n> " + _("Threshold for disconnecting misbehaving peers (default: 100)") + "\n" +
" -bantime=<n> " + _("Number of seconds to keep misbehaving peers from reconnecting (default: 86400)") + "\n" +
" -maxreceivebuffer=<n> " + _("Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)") + "\n" +
" -maxsendbuffer=<n> " + _("Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)") + "\n" +
#ifdef USE_UPNP
#if USE_UPNP
" -upnp " + _("Use UPnP to map the listening port (default: 1 when listening)") + "\n" +
#else
" -upnp " + _("Use UPnP to map the listening port (default: 0)") + "\n" +
#endif
#endif
" -detachdb " + _("Detach block and address databases. Increases shutdown time (default: 0)") + "\n" +
" -paytxfee=<amt> " + _("Fee per KB to add to transactions you send") + "\n" +
#ifdef QT_GUI
" -server " + _("Accept command line and JSON-RPC commands") + "\n" +
#endif
#if !defined(WIN32) && !defined(QT_GUI)
" -daemon " + _("Run in the background as a daemon and accept commands") + "\n" +
#endif
" -testnet " + _("Use the test network") + "\n" +
" -debug " + _("Output extra debugging information. Implies all other -debug* options") + "\n" +
" -debugnet " + _("Output extra network debugging information") + "\n" +
" -logtimestamps " + _("Prepend debug output with timestamp") + "\n" +
" -shrinkdebugfile " + _("Shrink debug.log file on client startup (default: 1 when no -debug)") + "\n" +
" -printtoconsole " + _("Send trace/debug info to console instead of debug.log file") + "\n" +
#ifdef WIN32
" -printtodebugger " + _("Send trace/debug info to debugger") + "\n" +
#endif
" -rpcuser=<user> " + _("Username for JSON-RPC connections") + "\n" +
" -rpcpassword=<pw> " + _("Password for JSON-RPC connections") + "\n" +
" -rpcport=<port> " + _("Listen for JSON-RPC connections on <port> (default: 13821 or testnet: 30802)") + "\n" +
" -rpcallowip=<ip> " + _("Allow JSON-RPC connections from specified IP address") + "\n" +
" -rpcconnect=<ip> " + _("Send commands to node running on <ip> (default: 127.0.0.1)") + "\n" +
" -blocknotify=<cmd> " + _("Execute command when the best block changes (%s in cmd is replaced by block hash)") + "\n" +
" -walletnotify=<cmd> " + _("Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)") + "\n" +
" -upgradewallet " + _("Upgrade wallet to latest format") + "\n" +
" -keypool=<n> " + _("Set key pool size to <n> (default: 100)") + "\n" +
" -rescan " + _("Rescan the block chain for missing wallet transactions") + "\n" +
" -salvagewallet " + _("Attempt to recover private keys from a corrupt wallet.dat") + "\n" +
" -checkblocks=<n> " + _("How many blocks to check at startup (default: 2500, 0 = all)") + "\n" +
" -checklevel=<n> " + _("How thorough the block verification is (0-6, default: 1)") + "\n" +
" -loadblock=<file> " + _("Imports blocks from external blk000?.dat file") + "\n" +
"\n" + _("Block creation options:") + "\n" +
" -blockminsize=<n> " + _("Set minimum block size in bytes (default: 0)") + "\n" +
" -blockmaxsize=<n> " + _("Set maximum block size in bytes (default: 250000)") + "\n" +
" -blockprioritysize=<n> " + _("Set maximum size of high-priority/low-fee transactions in bytes (default: 27000)") + "\n" +
"\n" + _("SSL options: (see the Bitcoin Wiki for SSL setup instructions)") + "\n" +
" -rpcssl " + _("Use OpenSSL (https) for JSON-RPC connections") + "\n" +
" -rpcsslcertificatechainfile=<file.cert> " + _("Server certificate file (default: server.cert)") + "\n" +
" -rpcsslprivatekeyfile=<file.pem> " + _("Server private key (default: server.pem)") + "\n" +
" -rpcsslciphers=<ciphers> " + _("Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)") + "\n";
return strUsage;
}
/** Initialize bitcoin.
* @pre Parameters should be parsed and config file should be read.
*/
bool AppInit2()
{
// ********************************************************* Step 1: setup
#ifdef _MSC_VER
// Turn off Microsoft heap dump noise
_CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE);
_CrtSetReportFile(_CRT_WARN, CreateFileA("NUL", GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, 0));
#endif
#if _MSC_VER >= 1400
// Disable confusing "helpful" text message on abort, Ctrl-C
_set_abort_behavior(0, _WRITE_ABORT_MSG | _CALL_REPORTFAULT);
#endif
#ifdef WIN32
// Enable Data Execution Prevention (DEP)
// Minimum supported OS versions: WinXP SP3, WinVista >= SP1, Win Server 2008
// A failure is non-critical and needs no further attention!
#ifndef PROCESS_DEP_ENABLE
// We define this here, because GCCs winbase.h limits this to _WIN32_WINNT >= 0x0601 (Windows 7),
// which is not correct. Can be removed, when GCCs winbase.h is fixed!
#define PROCESS_DEP_ENABLE 0x00000001
#endif
typedef BOOL (WINAPI *PSETPROCDEPPOL)(DWORD);
PSETPROCDEPPOL setProcDEPPol = (PSETPROCDEPPOL)GetProcAddress(GetModuleHandleA("Kernel32.dll"), "SetProcessDEPPolicy");
if (setProcDEPPol != NULL) setProcDEPPol(PROCESS_DEP_ENABLE);
#endif
#ifndef WIN32
umask(077);
// Clean shutdown on SIGTERM
struct sigaction sa;
sa.sa_handler = HandleSIGTERM;
sigemptyset(&sa.sa_mask);
sa.sa_flags = 0;
sigaction(SIGTERM, &sa, NULL);
sigaction(SIGINT, &sa, NULL);
// Reopen debug.log on SIGHUP
struct sigaction sa_hup;
sa_hup.sa_handler = HandleSIGHUP;
sigemptyset(&sa_hup.sa_mask);
sa_hup.sa_flags = 0;
sigaction(SIGHUP, &sa_hup, NULL);
#endif
// ********************************************************* Step 2: parameter interactions
fTestNet = GetBoolArg("-testnet");
if (fTestNet) {
SoftSetBoolArg("-irc", true);
}
if (mapArgs.count("-bind")) {
// when specifying an explicit binding address, you want to listen on it
// even when -connect or -proxy is specified
SoftSetBoolArg("-listen", true);
}
if (mapArgs.count("-connect") && mapMultiArgs["-connect"].size() > 0) {
// when only connecting to trusted nodes, do not seed via DNS, or listen by default
SoftSetBoolArg("-dnsseed", false);
SoftSetBoolArg("-listen", false);
}
if (mapArgs.count("-proxy")) {
// to protect privacy, do not listen by default if a proxy server is specified
SoftSetBoolArg("-listen", false);
}
if (!GetBoolArg("-listen", true)) {
// do not map ports or try to retrieve public IP when not listening (pointless)
SoftSetBoolArg("-upnp", false);
SoftSetBoolArg("-discover", false);
}
if (mapArgs.count("-externalip")) {
// if an explicit public IP is specified, do not try to find others
SoftSetBoolArg("-discover", false);
}
if (GetBoolArg("-salvagewallet")) {
// Rewrite just private keys: rescan to find transactions
SoftSetBoolArg("-rescan", true);
}
// ********************************************************* Step 3: parameter-to-internal-flags
fDebug = GetBoolArg("-debug");
// -debug implies fDebug*
if (fDebug)
fDebugNet = true;
else
fDebugNet = GetBoolArg("-debugnet");
bitdb.SetDetach(GetBoolArg("-detachdb", false));
#if !defined(WIN32) && !defined(QT_GUI)
fDaemon = GetBoolArg("-daemon");
#else
fDaemon = false;
#endif
if (fDaemon)
fServer = true;
else
fServer = GetBoolArg("-server");
/* force fServer when running without GUI */
#if !defined(QT_GUI)
fServer = true;
#endif
fPrintToConsole = GetBoolArg("-printtoconsole");
fPrintToDebugger = GetBoolArg("-printtodebugger");
fLogTimestamps = GetBoolArg("-logtimestamps");
if (mapArgs.count("-timeout"))
{
int nNewTimeout = GetArg("-timeout", 5000);
if (nNewTimeout > 0 && nNewTimeout < 600000)
nConnectTimeout = nNewTimeout;
}
// Continue to put "/P2SH/" in the coinbase to monitor
// BIP16 support.
// This can be removed eventually...
const char* pszP2SH = "/P2SH/";
COINBASE_FLAGS << std::vector<unsigned char>(pszP2SH, pszP2SH+strlen(pszP2SH));
if (mapArgs.count("-paytxfee"))
{
if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee))
return InitError(strprintf(_("Invalid amount for -paytxfee=<amount>: '%s'"), mapArgs["-paytxfee"].c_str()));
if (nTransactionFee > 0.25 * COIN)
InitWarning(_("Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction."));
}
// ********************************************************* Step 4: application initialization: dir lock, daemonize, pidfile, debug log
std::string strDataDir = GetDataDir().string();
// Make sure only a single Bitcoin process is using the data directory.
boost::filesystem::path pathLockFile = GetDataDir() / ".lock";
FILE* file = fopen(pathLockFile.string().c_str(), "a"); // empty lock file; created if it doesn't exist.
if (file) fclose(file);
static boost::interprocess::file_lock lock(pathLockFile.string().c_str());
if (!lock.try_lock())
return InitError(strprintf(_("Cannot obtain a lock on data directory %s. PirateCoin is probably already running."), strDataDir.c_str()));
#if !defined(WIN32) && !defined(QT_GUI)
if (fDaemon)
{
// Daemonize
pid_t pid = fork();
if (pid < 0)
{
fprintf(stderr, "Error: fork() returned %d errno %d\n", pid, errno);
return false;
}
if (pid > 0)
{
CreatePidFile(GetPidFile(), pid);
return true;
}
pid_t sid = setsid();
if (sid < 0)
fprintf(stderr, "Error: setsid() returned %d errno %d\n", sid, errno);
}
#endif
if (GetBoolArg("-shrinkdebugfile", !fDebug))
ShrinkDebugFile();
printf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
printf("PirateCoin version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str());
printf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION));
if (!fLogTimestamps)
printf("Startup time: %s\n", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str());
printf("Default data directory %s\n", GetDefaultDataDir().string().c_str());
printf("Used data directory %s\n", strDataDir.c_str());
std::ostringstream strErrors;
if (fDaemon)
fprintf(stdout, "PirateCoin server starting\n");
int64 nStart;
// ********************************************************* Step 5: verify database integrity
uiInterface.InitMessage(_("Verifying database integrity..."));
if (!bitdb.Open(GetDataDir()))
{
string msg = strprintf(_("Error initializing database environment %s!"
" To recover, BACKUP THAT DIRECTORY, then remove"
" everything from it except for wallet.dat."), strDataDir.c_str());
return InitError(msg);
}
if (GetBoolArg("-salvagewallet"))
{
// Recover readable keypairs:
if (!CWalletDB::Recover(bitdb, "wallet.dat", true))
return false;
}
if (filesystem::exists(GetDataDir() / "wallet.dat"))
{
CDBEnv::VerifyResult r = bitdb.Verify("wallet.dat", CWalletDB::Recover);
if (r == CDBEnv::RECOVER_OK)
{
string msg = strprintf(_("Warning: wallet.dat corrupt, data salvaged!"
" Original wallet.dat saved as wallet.{timestamp}.bak in %s; if"
" your balance or transactions are incorrect you should"
" restore from a backup."), strDataDir.c_str());
uiInterface.ThreadSafeMessageBox(msg, _("PirateCoin"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL);
}
if (r == CDBEnv::RECOVER_FAIL)
return InitError(_("wallet.dat corrupt, salvage failed"));
}
// ********************************************************* Step 6: network initialization
int nSocksVersion = GetArg("-socks", 5);
if (nSocksVersion != 4 && nSocksVersion != 5)
return InitError(strprintf(_("Unknown -socks proxy version requested: %i"), nSocksVersion));
if (mapArgs.count("-onlynet")) {
std::set<enum Network> nets;
BOOST_FOREACH(std::string snet, mapMultiArgs["-onlynet"]) {
enum Network net = ParseNetwork(snet);
if (net == NET_UNROUTABLE)
return InitError(strprintf(_("Unknown network specified in -onlynet: '%s'"), snet.c_str()));
nets.insert(net);
}
for (int n = 0; n < NET_MAX; n++) {
enum Network net = (enum Network)n;
if (!nets.count(net))
SetLimited(net);
}
}
#if defined(USE_IPV6)
#if ! USE_IPV6
else
SetLimited(NET_IPV6);
#endif
#endif
CService addrProxy;
bool fProxy = false;
if (mapArgs.count("-proxy")) {
addrProxy = CService(mapArgs["-proxy"], 9050);
if (!addrProxy.IsValid())
return InitError(strprintf(_("Invalid -proxy address: '%s'"), mapArgs["-proxy"].c_str()));
if (!IsLimited(NET_IPV4))
SetProxy(NET_IPV4, addrProxy, nSocksVersion);
if (nSocksVersion > 4) {
#ifdef USE_IPV6
if (!IsLimited(NET_IPV6))
SetProxy(NET_IPV6, addrProxy, nSocksVersion);
#endif
SetNameProxy(addrProxy, nSocksVersion);
}
fProxy = true;
}
// -tor can override normal proxy, -notor disables tor entirely
if (!(mapArgs.count("-tor") && mapArgs["-tor"] == "0") && (fProxy || mapArgs.count("-tor"))) {
CService addrOnion;
if (!mapArgs.count("-tor"))
addrOnion = addrProxy;
else
addrOnion = CService(mapArgs["-tor"], 9050);
if (!addrOnion.IsValid())
return InitError(strprintf(_("Invalid -tor address: '%s'"), mapArgs["-tor"].c_str()));
SetProxy(NET_TOR, addrOnion, 5);
SetReachable(NET_TOR);
}
// see Step 2: parameter interactions for more information about these
fNoListen = !GetBoolArg("-listen", true);
fDiscover = GetBoolArg("-discover", true);
fNameLookup = GetBoolArg("-dns", true);
#ifdef USE_UPNP
fUseUPnP = GetBoolArg("-upnp", USE_UPNP);
#endif
bool fBound = false;
if (!fNoListen)
{
std::string strError;
if (mapArgs.count("-bind")) {
BOOST_FOREACH(std::string strBind, mapMultiArgs["-bind"]) {
CService addrBind;
if (!Lookup(strBind.c_str(), addrBind, GetListenPort(), false))
return InitError(strprintf(_("Cannot resolve -bind address: '%s'"), strBind.c_str()));
fBound |= Bind(addrBind);
}
} else {
struct in_addr inaddr_any;
inaddr_any.s_addr = INADDR_ANY;
#ifdef USE_IPV6
if (!IsLimited(NET_IPV6))
fBound |= Bind(CService(in6addr_any, GetListenPort()), false);
#endif
if (!IsLimited(NET_IPV4))
fBound |= Bind(CService(inaddr_any, GetListenPort()), !fBound);
}
if (!fBound)
return InitError(_("Failed to listen on any port. Use -listen=0 if you want this."));
}
if (mapArgs.count("-externalip"))
{
BOOST_FOREACH(string strAddr, mapMultiArgs["-externalip"]) {
CService addrLocal(strAddr, GetListenPort(), fNameLookup);
if (!addrLocal.IsValid())
return InitError(strprintf(_("Cannot resolve -externalip address: '%s'"), strAddr.c_str()));
AddLocal(CService(strAddr, GetListenPort(), fNameLookup), LOCAL_MANUAL);
}
}
if (mapArgs.count("-reservebalance")) // ppcoin: reserve balance amount
{
int64 nReserveBalance = 0;
if (!ParseMoney(mapArgs["-reservebalance"], nReserveBalance))
{
InitError(_("Invalid amount for -reservebalance=<amount>"));
return false;
}
}
if (mapArgs.count("-checkpointkey")) // ppcoin: checkpoint master priv key
{
if (!Checkpoints::SetCheckpointPrivKey(GetArg("-checkpointkey", "")))
InitError(_("Unable to sign checkpoint, wrong checkpointkey?\n"));
}
BOOST_FOREACH(string strDest, mapMultiArgs["-seednode"])
AddOneShot(strDest);
// TODO: replace this by DNSseed
// AddOneShot(string(""));
// ********************************************************* Step 7: load blockchain
if (!bitdb.Open(GetDataDir()))
{
string msg = strprintf(_("Error initializing database environment %s!"
" To recover, BACKUP THAT DIRECTORY, then remove"
" everything from it except for wallet.dat."), strDataDir.c_str());
return InitError(msg);
}
if (GetBoolArg("-loadblockindextest"))
{
CTxDB txdb("r");
txdb.LoadBlockIndex();
PrintBlockTree();
return false;
}
uiInterface.InitMessage(_("Loading block index..."));
printf("Loading block index...\n");
nStart = GetTimeMillis();
if (!LoadBlockIndex())
return InitError(_("Error loading blkindex.dat"));
// as LoadBlockIndex can take several minutes, it's possible the user
// requested to kill bitcoin-qt during the last operation. If so, exit.
// As the program has not fully started yet, Shutdown() is possibly overkill.
if (fRequestShutdown)
{
printf("Shutdown requested. Exiting.\n");
return false;
}
printf(" block index %15"PRI64d"ms\n", GetTimeMillis() - nStart);
if (GetBoolArg("-printblockindex") || GetBoolArg("-printblocktree"))
{
PrintBlockTree();
return false;
}
if (mapArgs.count("-printblock"))
{
string strMatch = mapArgs["-printblock"];
int nFound = 0;
for (map<uint256, CBlockIndex*>::iterator mi = mapBlockIndex.begin(); mi != mapBlockIndex.end(); ++mi)
{
uint256 hash = (*mi).first;
if (strncmp(hash.ToString().c_str(), strMatch.c_str(), strMatch.size()) == 0)
{
CBlockIndex* pindex = (*mi).second;
CBlock block;
block.ReadFromDisk(pindex);
block.BuildMerkleTree();
block.print();
printf("\n");
nFound++;
}
}
if (nFound == 0)
printf("No blocks matching %s were found\n", strMatch.c_str());
return false;
}
// ********************************************************* Step 8: load wallet
uiInterface.InitMessage(_("Loading wallet..."));
printf("Loading wallet...\n");
nStart = GetTimeMillis();
bool fFirstRun = true;
pwalletMain = new CWallet("wallet.dat");
DBErrors nLoadWalletRet = pwalletMain->LoadWallet(fFirstRun);
if (nLoadWalletRet != DB_LOAD_OK)
{
if (nLoadWalletRet == DB_CORRUPT)
strErrors << _("Error loading wallet.dat: Wallet corrupted") << "\n";
else if (nLoadWalletRet == DB_NONCRITICAL_ERROR)
{
string msg(_("Warning: error reading wallet.dat! All keys read correctly, but transaction data"
" or address book entries might be missing or incorrect."));
uiInterface.ThreadSafeMessageBox(msg, _("PirateCoin"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL);
}
else if (nLoadWalletRet == DB_TOO_NEW)
strErrors << _("Error loading wallet.dat: Wallet requires newer version of PirateCoin") << "\n";
else if (nLoadWalletRet == DB_NEED_REWRITE)
{
strErrors << _("Wallet needed to be rewritten: restart PirateCoin to complete") << "\n";
printf("%s", strErrors.str().c_str());
return InitError(strErrors.str());
}
else
strErrors << _("Error loading wallet.dat") << "\n";
}
if (GetBoolArg("-upgradewallet", fFirstRun))
{
int nMaxVersion = GetArg("-upgradewallet", 0);
if (nMaxVersion == 0) // the -upgradewallet without argument case
{
printf("Performing wallet upgrade to %i\n", FEATURE_LATEST);
nMaxVersion = CLIENT_VERSION;
pwalletMain->SetMinVersion(FEATURE_LATEST); // permanently upgrade the wallet immediately
}
else
printf("Allowing wallet upgrade up to %i\n", nMaxVersion);
if (nMaxVersion < pwalletMain->GetVersion())
strErrors << _("Cannot downgrade wallet") << "\n";
pwalletMain->SetMaxVersion(nMaxVersion);
}
if (fFirstRun)
{
// Create new keyUser and set as default key
RandAddSeedPerfmon();
CPubKey newDefaultKey;
if (!pwalletMain->GetKeyFromPool(newDefaultKey, false))
strErrors << _("Cannot initialize keypool") << "\n";
pwalletMain->SetDefaultKey(newDefaultKey);
if (!pwalletMain->SetAddressBookName(pwalletMain->vchDefaultKey.GetID(), ""))
strErrors << _("Cannot write default address") << "\n";
}
printf("%s", strErrors.str().c_str());
printf(" wallet %15"PRI64d"ms\n", GetTimeMillis() - nStart);
RegisterWallet(pwalletMain);
CBlockIndex *pindexRescan = pindexBest;
if (GetBoolArg("-rescan"))
pindexRescan = pindexGenesisBlock;
else
{
CWalletDB walletdb("wallet.dat");
CBlockLocator locator;
if (walletdb.ReadBestBlock(locator))
pindexRescan = locator.GetBlockIndex();
}
if (pindexBest != pindexRescan && pindexBest && pindexRescan && pindexBest->nHeight > pindexRescan->nHeight)
{
uiInterface.InitMessage(_("Rescanning..."));
printf("Rescanning last %i blocks (from block %i)...\n", pindexBest->nHeight - pindexRescan->nHeight, pindexRescan->nHeight);
nStart = GetTimeMillis();
pwalletMain->ScanForWalletTransactions(pindexRescan, true);
printf(" rescan %15"PRI64d"ms\n", GetTimeMillis() - nStart);
}
// ********************************************************* Step 9: import blocks
if (mapArgs.count("-loadblock"))
{
uiInterface.InitMessage(_("Importing blockchain data file."));
BOOST_FOREACH(string strFile, mapMultiArgs["-loadblock"])
{
FILE *file = fopen(strFile.c_str(), "rb");
if (file)
LoadExternalBlockFile(file);
}
}
filesystem::path pathBootstrap = GetDataDir() / "bootstrap.dat";
if (filesystem::exists(pathBootstrap)) {
uiInterface.InitMessage(_("Importing bootstrap blockchain data file."));
FILE *file = fopen(pathBootstrap.string().c_str(), "rb");
if (file) {
filesystem::path pathBootstrapOld = GetDataDir() / "bootstrap.dat.old";
LoadExternalBlockFile(file);
RenameOver(pathBootstrap, pathBootstrapOld);
}
}
// ********************************************************* Step 10: load peers
uiInterface.InitMessage(_("Loading addresses..."));
printf("Loading addresses...\n");
nStart = GetTimeMillis();
{
CAddrDB adb;
if (!adb.Read(addrman))
printf("Invalid or missing peers.dat; recreating\n");
}
printf("Loaded %i addresses from peers.dat %"PRI64d"ms\n",
addrman.size(), GetTimeMillis() - nStart);
// ********************************************************* Step 11: start node
if (!CheckDiskSpace())
return false;
RandAddSeedPerfmon();
//// debug print
printf("mapBlockIndex.size() = %"PRIszu"\n", mapBlockIndex.size());
printf("nBestHeight = %d\n", nBestHeight);
printf("setKeyPool.size() = %"PRIszu"\n", pwalletMain->setKeyPool.size());
printf("mapWallet.size() = %"PRIszu"\n", pwalletMain->mapWallet.size());
printf("mapAddressBook.size() = %"PRIszu"\n", pwalletMain->mapAddressBook.size());
if (!NewThread(StartNode, NULL))
InitError(_("Error: could not start node"));
if (fServer)
NewThread(ThreadRPCServer, NULL);
// ********************************************************* Step 12: finished
uiInterface.InitMessage(_("Done loading"));
printf("Done loading\n");
if (!strErrors.str().empty())
return InitError(strErrors.str());
// Add wallet transactions that aren't already in a block to mapTransactions
pwalletMain->ReacceptWalletTransactions();
#if !defined(QT_GUI)
// Loop until process is exit()ed from shutdown() function,
// called from ThreadRPCServer thread when a "stop" command is received.
while (1)
Sleep(5000);
#endif
return true;
}
| [
"2923884866@qq.com"
] | 2923884866@qq.com |
00564639d482e3ad127af03116622be35ee27b57 | c1720c81612dbd512dce413618d3cd246faa0a74 | /DEM/Src/nebula2/src/scene/nblendshapeanimator_main.cc | 8e9399964d6f5ddc08ca60498ffd1dc6544b30c7 | [
"LicenseRef-scancode-newlib-historical",
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | moltenguy1/deusexmachina | 307ba62a863034437cd77a6599c191ffe8ae953c | 134f4ca4087fff791ec30562cb250ccd50b69ee1 | refs/heads/master | 2021-01-23T21:35:42.122378 | 2012-10-03T23:33:16 | 2012-10-03T23:33:16 | 35,931,317 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,071 | cc | //------------------------------------------------------------------------------
// nblendshapeanimator_main.cc
// (C) 2004 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "scene/nblendshapeanimator.h"
#include "scene/nrendercontext.h"
#include "scene/nblendshapenode.h"
nNebulaClass(nBlendShapeAnimator, "nanimator");
//------------------------------------------------------------------------------
/**
*/
nBlendShapeAnimator::nBlendShapeAnimator() :
animationGroup(0)
{
// empty
}
//------------------------------------------------------------------------------
/**
*/
nBlendShapeAnimator::~nBlendShapeAnimator()
{
// empty
}
//------------------------------------------------------------------------------
/**
*/
nAnimator::Type
nBlendShapeAnimator::GetAnimatorType() const
{
return nAnimator::BlendShape;
}
//------------------------------------------------------------------------------
/**
Unload animation resource if valid.
*/
void
nBlendShapeAnimator::UnloadAnimation()
{
if (this->refAnimation.isvalid())
{
this->refAnimation->Release();
this->refAnimation.invalidate();
}
}
//------------------------------------------------------------------------------
/**
Load new animation, release old one if valid.
*/
bool
nBlendShapeAnimator::LoadAnimation()
{
if ((!this->refAnimation.isvalid()) && (!this->animationName.IsEmpty()))
{
nAnimation* animation = nAnimationServer::Instance()->NewMemoryAnimation(this->animationName);
n_assert(animation);
if (!animation->IsLoaded())
{
animation->SetFilename(this->animationName);
if (!animation->Load())
{
n_printf("nBlendShapeAnimator: Error loading animation '%s'\n", this->animationName.Get());
animation->Release();
return false;
}
}
this->refAnimation = animation;
}
return true;
}
//------------------------------------------------------------------------------
/**
Load the resources needed by this object.
*/
bool
nBlendShapeAnimator::LoadResources()
{
if (this->LoadAnimation())
{
this->resourcesValid = true;
return true;
}
return false;
}
//------------------------------------------------------------------------------
/**
Unload the resources if refcount has reached zero.
*/
void
nBlendShapeAnimator::UnloadResources()
{
this->UnloadAnimation();
this->resourcesValid = false;
}
//------------------------------------------------------------------------------
/**
This does the actual work of manipulate the target object.
@param sceneNode object to manipulate (must be of class nBlendShapeNode)
@param renderContext current render context
*/
void
nBlendShapeAnimator::Animate(nSceneNode* sceneNode, nRenderContext* renderContext)
{
n_assert(sceneNode);
n_assert(renderContext);
n_assert(nVariable::InvalidHandle != this->channelVarHandle);
if (!this->AreResourcesValid())
{
this->LoadResources();
}
n_assert(this->refAnimation->IsLoaded());
// FIXME: dirty cast, make sure that it is a nBlendShapeNode
nBlendShapeNode* targetNode = (nBlendShapeNode*) sceneNode;
// get the sample time from the render context
nVariable* var = renderContext->GetVariable(this->channelVarHandle);
n_assert(var);
float curTime = var->GetFloat();
// sample curves and manipulate target object
vector4 keyArray[nBlendShapeNode::MaxShapes];
int numCurves = this->refAnimation->GetGroupAt(0).GetNumCurves();
this->refAnimation->SampleCurves(curTime, this->animationGroup, 0, numCurves, keyArray);
int curveIndex;
for (curveIndex = 0; curveIndex < numCurves; curveIndex++)
{
targetNode->SetWeightAt(curveIndex, keyArray[curveIndex].x);
}
}
| [
"niello11@gmail.com@01a7efd1-0ae0-fa29-c58a-2c4763e9e309"
] | niello11@gmail.com@01a7efd1-0ae0-fa29-c58a-2c4763e9e309 |
753ce04f9611d6a2dd7a8527046901a3ef1ce637 | 917ddb1b4381ad59bb4c2899c2d17db2154be91f | /bbts-agent/torrent_plugins/torrent_stat_plugin.cpp | a9c96fa0c2af6a0144a4edc07c93f9d0e8704764 | [] | no_license | phantom9999/torrent_suit | 490745f61f427ed15b29bdbdff15381feece0a17 | d2866c23e9fce9b99947d1d5a27676345bf00794 | refs/heads/master | 2021-06-26T10:22:17.938983 | 2020-10-08T11:22:52 | 2020-10-08T11:22:52 | 143,314,865 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 510 | cpp | #include "torrent_stat_plugin.h"
#include <boost/shared_ptr.hpp>
#include <libtorrent/peer_connection.hpp>
#include "peer_stat_plugin.h"
namespace bbts {
boost::shared_ptr<libtorrent::peer_plugin> TorrentStatPlugin::new_connection(libtorrent::peer_connection *pc) {
if (pc->type() != libtorrent::peer_connection::bittorrent_connection) {
return boost::shared_ptr<libtorrent::peer_plugin>();
}
return boost::shared_ptr<libtorrent::peer_plugin>(new PeerStatPlugin(*pc, _torrent));
}
}
| [
"1057369361@qq.com"
] | 1057369361@qq.com |
0d6f5a596590d58b676e8e4f2422a7a7ad498e18 | 8aff730d8edfb0a8684303446bab2657e4494238 | /applications/particle_solver/pic_engine_ggauge.h | 09f97562f5201ec212792aea84787bcabe4e2280 | [
"BSD-3-Clause"
] | permissive | CRYP706URU/SimPla | dba064551dfdc7be9c31adde70922ac15437e783 | fdb93f388d042b952d42eeec84de12da2d1e00b1 | refs/heads/master | 2020-07-13T05:46:19.692251 | 2014-10-31T00:07:11 | 2014-10-31T00:07:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,068 | h | /*
* pic_engine_ggauge.h
*
* \date 2013-10-23
* \author salmon
*/
#ifndef PIC_ENGINE_GGAUGE_H_
#define PIC_ENGINE_GGAUGE_H_
#include <cmath>
#include <sstream>
#include <string>
#include "../../src/fetl/fetl.h"
#include "../../src/utilities/primitives.h"
#include "../../src/physics/physical_constants.h"
#include "../../src/physics/constants.h"
#include "../../src/utilities/utilities.h"
#include "../../src/io/hdf5_datatype.h"
namespace simpla
{
/**
* \ingroup ParticleEngine
* \brief GGauge engine
*/
template<typename TM, std::size_t NMATE, bool IMPLICIT = false, typename Interpolator = typename TM::interpolator_type>
class PICEngineGGauge
{
public:
Real m;
Real q;
typedef PICEngineGGauge<TM, NMATE, IMPLICIT, Interpolator> this_type;
typedef TM mesh_type;
typedef Interpolator interpolator_type;
typedef typename mesh_type::scalar_type scalar_type;
typedef typename mesh_type::coordinates_type coordinates_type;
typedef typename mesh_type:: template field<VERTEX, scalar_type> rho_type;
typedef nTuple<7 + NMATE, Real> storage_value_type;
private:
Real cmr_, T_, vT_;
Real cosdq[NMATE], sindq[NMATE];
public:
mesh_type const &mesh;
struct Point_s
{
coordinates_type x;
Vec3 v;
Real f;
nTuple<NMATE, scalar_type> w;
typedef std::tuple<coordinates_type, Vec3, Real, nTuple<NMATE, scalar_type>> compact_type;
static compact_type compact(Point_s const& p)
{
return ((std::make_tuple(p.x, p.v, p.f, p.w)));
}
static Point_s decompact(compact_type const & t)
{
Point_s p;
p.x = std::get<0>(t);
p.v = std::get<1>(t);
p.f = std::get<2>(t);
p.w = std::get<3>(t);
return std::move(p);
}
};
PICEngineGGauge(mesh_type const &m)
: mesh(m), m(1.0), q(1.0)
{
}
template<typename ...Others>
PICEngineGGauge(mesh_type const &m, Others && ...others)
: PICEngineGGauge(m)
{
load(std::forward<Others >(others)...);
}
template<typename TDict, typename ...Args>
void load(TDict const & dict, Args const & ...args)
{
m = (dict["Mass"].template as<Real>(1.0));
q = (dict["Charge"].template as<Real>(1.0));
cmr_ = (q / m);
T_ = (dict["Temperature"].template as<Real>(1.0));
vT_ = (std::sqrt(2.0 * T_ / m));
constexpr Real theta = TWOPI / static_cast<Real>(NMATE);
for (int i = 0; i < NMATE; ++i)
{
sindq[i] = std::sin(theta * i);
cosdq[i] = std::cos(theta * i);
}
{
std::ostringstream os;
os
<< "H5T_COMPOUND { "
<< " H5T_ARRAY { [3] H5T_NATIVE_DOUBLE} \"x\" : " << (offsetof(Point_s, x)) << ";"
<< " H5T_ARRAY { [3] H5T_NATIVE_DOUBLE} \"v\" : " << (offsetof(Point_s, v)) << ";"
<< " H5T_NATIVE_DOUBLE \"f\" : " << (offsetof(Point_s, f)) << ";"
<< " H5T_ARRAY { [" << NMATE << "] H5T_NATIVE_DOUBLE} \"w\" : " << (offsetof(Point_s, w)) << ";"
<< "}";
GLOBAL_HDF5_DATA_TYPE_FACTORY.template Register < Point_s > (os.str());
}
}
~PICEngineGGauge()
{
}
static std::string get_type_as_string()
{
return "GGauge" + ToString(NMATE);
}
template<typename OS>
OS & print(OS & os) const
{
DEFINE_PHYSICAL_CONST
os << "Engine = '" << get_type_as_string() << "' "
<< " , " << "Mass = " << m / proton_mass << " * m_p"
<< " , " << "Charge = " << q / elementary_charge << " * q_e"
<< " , " << "Temperature = " << T_ * boltzmann_constant / elementary_charge << "* eV";
return os;
}
Real get_mass() const
{
return m;
}
Real get_charge() const
{
return q;
}
static Point_s DefaultValue()
{
Point_s p;
p.f = 1.0;
return std::move(p);
}
template<typename TJ, typename TE, typename TB, typename ... Others>
inline void next_timestep_zero(Point_s * p, Real dt, TJ *J, TE const &fE, TB const & fB,
Others const &...others) const
{
next_timestep_zero(std::integral_constant<bool, is_implicit>(), p, dt, J, fE, fB);
}
template<typename TE, typename TB, typename ... Others>
inline void next_timestep_half(Point_s * p, Real dt, TE const &fE, TB const & fB, Others const &...others) const
{
next_timestep_half(std::integral_constant<bool, is_implicit>(), p, dt, fE, fB);
}
template<bool IS_IMPLICIT, typename TJ, typename TB, typename TE, typename ... Others>
inline void next_timestep_zero(std::integral_constant<bool, IS_IMPLICIT>, Point_s * p, Real dt, TJ *J, TE const &fE,
TB const & fB, Others const &...others) const
{
auto B0 = real(interpolator_type::gather_cartesian(fB, p->x));
Real BB = InnerProductNTuple(B0, B0);
RVec3 b = B0 / std::sqrt(BB);
Vec3 v0, v1, r0, r1;
Vec3 Vc;
Vc = (InnerProductNTuple(p->v, B0) * B0) / BB;
v1 = Cross(p->v, b);
v0 = -Cross(v1, b);
r0 = -Cross(v0, B0) / (cmr_ * BB);
r1 = -Cross(v1, B0) / (cmr_ * BB);
for (int ms = 0; ms < NMATE; ++ms)
{
Vec3 v, r;
v = Vc + v0 * cosdq[ms] + v1 * sindq[ms];
r = (p->x + r0 * cosdq[ms] + r1 * sindq[ms]);
p->w[ms] += 0.5 * InnerProductNTuple(interpolator_type::gather_cartesian(fE, p->x), v) * dt;
}
Vec3 t, V_;
t = B0 * cmr_ * dt * 0.5;
V_ = p->v + Cross(p->v, t);
p->v += Cross(V_, t) / (InnerProductNTuple(t, t) + 1.0) * 2.0;
Vc = (InnerProductNTuple(p->v, B0) * B0) / BB;
p->x += Vc * dt * 0.5;
v1 = Cross(p->v, b);
v0 = -Cross(v1, b);
r0 = -Cross(v0, B0) / (cmr_ * BB);
r1 = -Cross(v1, B0) / (cmr_ * BB);
for (int ms = 0; ms < NMATE; ++ms)
{
Vec3 v, r;
v = Vc + v0 * cosdq[ms] + v1 * sindq[ms];
r = (p->x + r0 * cosdq[ms] + r1 * sindq[ms]);
p->w[ms] += 0.5 * InnerProductNTuple(interpolator_type::gather_cartesian(fE, r), v) * q / T_ * dt;
}
p->x += Vc * dt * 0.5;
Vc = (InnerProductNTuple(p->v, B0) * B0) / BB;
v1 = Cross(p->v, b);
v0 = -Cross(v1, b);
r0 = -Cross(v0, B0) / (cmr_ * BB);
r1 = -Cross(v1, B0) / (cmr_ * BB);
for (int ms = 0; ms < NMATE; ++ms)
{
Vec3 v, r;
v = Vc + v0 * cosdq[ms] + v1 * sindq[ms];
r = (p->x + r0 * cosdq[ms] + r1 * sindq[ms]);
interpolator_type::scatter_cartesian(J, std::make_tuple(r, v), p->w[ms] * q * p->f);
}
}
template<bool IS_IMPLICIT, typename TB, typename TE, typename ... Others>
inline void next_timestep_half(std::integral_constant<bool, IS_IMPLICIT>, Point_s * p, Real dt, TE const &fE,
TB const & fB, Others const &...others) const
{
}
template<typename TJ, typename ...Args>
void Scatter(Point_s const & p, TJ * J, Args const & ...) const
{
UNIMPLEMENT;
}
inline Real pull_back(Point_s const & p, nTuple<3, Real> *x, nTuple<3, Real> * v) const
{
return 1.0;
}
inline void push_forward(nTuple<3, Real> const&x, nTuple<3, Real> const& v, Point_s * p) const
{
}
static inline Point_s make_point(coordinates_type const & x, Vec3 const &v, Real f)
{
Point_s res;
res.x = x;
res.v = v;
res.f = f;
res.w *= 0;
return std::move(res);
}
}
;
template<typename OS, typename ... T> OS&
operator<<(OS& os, typename PICEngineGGauge<T...>::Point_s const & p)
{
os << "{ x= {" << p.x << "} , v={" << p.v << "}, f=" << p.f << " , w=" << p.w << " }";
return os;
}
} // namespace simpla
#endif /* PIC_ENGINE_GGAUGE_H_ */
| [
"yuzhi@ipp.ac.cn"
] | yuzhi@ipp.ac.cn |
4ce49faa46a221ac58265d1ef702b0000cd9f8b9 | 76b7e459b143c8481b044c60a68c768a0848b8f6 | /IME++/2019/Homeworks/H1/CF456A.cpp | 00f2b5c757839eaabeaf034d63691d38b445e286 | [] | no_license | hsnavarro/imepp | f3b195e5ed4e453eac9b73d5a77b39f44917435f | eb90580caea91b48e7d541db92531ba3fd2b82c1 | refs/heads/master | 2021-11-28T07:25:05.778476 | 2021-09-10T02:20:32 | 2021-09-10T02:20:32 | 145,646,296 | 0 | 1 | null | 2021-09-10T02:20:33 | 2018-08-22T02:40:54 | C++ | UTF-8 | C++ | false | false | 645 | cpp | #include<bits/stdc++.h>
using namespace std;
#define pb push_back
#define st first
#define nd second
typedef pair<int, int> pii;
const int N = 1e6 + 5;
int n, ax, bx;
vector<pii> a, b;
bool cmp(pii a, pii b){
if(b.nd < a.nd) return false;
if(b.nd == a.nd and b.st < a.st) return false;
return true;
}
int main(){
ios_base::sync_with_stdio(0), cin.tie(0);
cin >> n;
while(n--) cin >> ax >> bx, a.pb({ax, bx});
b = a;
sort(a.begin(), a.end());
sort(b.begin(), b.end(), cmp);
for(int i = 0; i < a.size(); i++)
if(a[i] != b[i]) return printf("Happy Alex\n"), 0;
printf("Poor Alex\n");
}
| [
"ricksnavarro@gmail.com"
] | ricksnavarro@gmail.com |
e90f5069720c437f59bedeacffbf298d89c843e6 | b5482a55813f3e6f3f288967a1443c734c52e6ed | /d912pxy/d912pxy_device.h | ff7d2e02d1fa6cbeca3599f4ba907ab72536f593 | [
"MIT"
] | permissive | BearsMan/d912pxy | db484c0f3cc0497fdfda4a613b97c5bd5c6afee7 | bcb2363669d4af595c647c167899d2a6acc188e8 | refs/heads/master | 2020-06-20T21:15:20.864868 | 2019-07-16T05:54:51 | 2019-07-16T05:54:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,740 | h | /*
MIT License
Copyright(c) 2018-2019 megai2
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files(the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions :
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
#pragma once
#include "stdafx.h"
#include <chrono>
static const D3D12_DESCRIPTOR_HEAP_DESC d912pxy_dx12_heap_config[PXY_INNER_MAX_DSC_HEAPS] = {
{ D3D12_DESCRIPTOR_HEAP_TYPE_RTV, 512, D3D12_DESCRIPTOR_HEAP_FLAG_NONE, 0 },
{ D3D12_DESCRIPTOR_HEAP_TYPE_DSV, 64, D3D12_DESCRIPTOR_HEAP_FLAG_NONE, 0 },
{ D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV, PXY_INNER_MAX_IFRAME_BATCH_COUNT * 10 + 1024, D3D12_DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE, 0 },
{ D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER, 64, D3D12_DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE, 0 }
};
class d912pxy_device: public d912pxy_vtable, public d912pxy_comhandler
{
public:
static d912pxy_com_object* d912pxy_device_com(void* baseMem, IDirect3DDevice9* dev, void* par);
d912pxy_device();
~d912pxy_device(void);
void Init(IDirect3DDevice9* dev, void* par);
//com methods
D912PXY_METHOD_(ULONG, ReleaseDevice)(PXY_THIS);
D912PXY_METHOD(TestCooperativeLevel)(PXY_THIS);
D912PXY_METHOD_(UINT, GetAvailableTextureMem)(PXY_THIS);
D912PXY_METHOD(EvictManagedResources)(PXY_THIS);
D912PXY_METHOD(GetDirect3D)(PXY_THIS_ IDirect3D9** ppD3D9);
D912PXY_METHOD(GetDeviceCaps)(PXY_THIS_ D3DCAPS9* pCaps);
D912PXY_METHOD(GetDisplayMode)(PXY_THIS_ UINT iSwapChain, D3DDISPLAYMODE* pMode);
D912PXY_METHOD(GetCreationParameters)(PXY_THIS_ D3DDEVICE_CREATION_PARAMETERS *pParameters);
D912PXY_METHOD(SetCursorProperties)(PXY_THIS_ UINT XHotSpot, UINT YHotSpot, IDirect3DSurface9* pCursorBitmap);
D912PXY_METHOD_(void, SetCursorPosition)(PXY_THIS_ int X, int Y, DWORD Flags);
D912PXY_METHOD_(BOOL, ShowCursor)(PXY_THIS_ BOOL bShow);
D912PXY_METHOD(CreateAdditionalSwapChain)(PXY_THIS_ D3DPRESENT_PARAMETERS* pPresentationParameters, IDirect3DSwapChain9** pSwapChain);
D912PXY_METHOD(GetSwapChain)(PXY_THIS_ UINT iSwapChain, IDirect3DSwapChain9** pSwapChain);
D912PXY_METHOD_(UINT, GetNumberOfSwapChains)(PXY_THIS);
D912PXY_METHOD(Reset)(PXY_THIS_ D3DPRESENT_PARAMETERS* pPresentationParameters);
D912PXY_METHOD(Present)(PXY_THIS_ CONST RECT* pSourceRect, CONST RECT* pDestRect, HWND hDestWindowOverride, CONST RGNDATA* pDirtyRegion);
D912PXY_METHOD(GetBackBuffer)(PXY_THIS_ UINT iSwapChain, UINT iBackBuffer, D3DBACKBUFFER_TYPE Type, IDirect3DSurface9** ppBackBuffer);
D912PXY_METHOD(GetRasterStatus)(PXY_THIS_ UINT iSwapChain, D3DRASTER_STATUS* pRasterStatus);
D912PXY_METHOD(SetDialogBoxMode)(PXY_THIS_ BOOL bEnableDialogs);
D912PXY_METHOD_(void, SetGammaRamp)(PXY_THIS_ UINT iSwapChain, DWORD Flags, CONST D3DGAMMARAMP* pRamp);
D912PXY_METHOD_(void, GetGammaRamp)(PXY_THIS_ UINT iSwapChain, D3DGAMMARAMP* pRamp);
D912PXY_METHOD(CreateTexture)(PXY_THIS_ UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9** ppTexture, HANDLE* pSharedHandle);
D912PXY_METHOD(CreateVolumeTexture)(PXY_THIS_ UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTexture9** ppVolumeTexture, HANDLE* pSharedHandle);
D912PXY_METHOD(CreateCubeTexture)(PXY_THIS_ UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCubeTexture9** ppCubeTexture, HANDLE* pSharedHandle);
D912PXY_METHOD(CreateVertexBuffer)(PXY_THIS_ UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDirect3DVertexBuffer9** ppVertexBuffer, HANDLE* pSharedHandle);
D912PXY_METHOD(CreateIndexBuffer)(PXY_THIS_ UINT Length, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DIndexBuffer9** ppIndexBuffer, HANDLE* pSharedHandle);
D912PXY_METHOD(CreateRenderTarget)(PXY_THIS_ UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, BOOL Lockable, IDirect3DSurface9** ppSurface, HANDLE* pSharedHandle);
D912PXY_METHOD(CreateDepthStencilSurface)(PXY_THIS_ UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, BOOL Discard, IDirect3DSurface9** ppSurface, HANDLE* pSharedHandle);
D912PXY_METHOD(UpdateSurface)(PXY_THIS_ IDirect3DSurface9* pSourceSurface, CONST RECT* pSourceRect, IDirect3DSurface9* pDestinationSurface, CONST POINT* pDestPoint);
D912PXY_METHOD(UpdateTexture)(PXY_THIS_ IDirect3DBaseTexture9* pSourceTexture, IDirect3DBaseTexture9* pDestinationTexture);
D912PXY_METHOD(GetRenderTargetData)(PXY_THIS_ IDirect3DSurface9* pRenderTarget, IDirect3DSurface9* pDestSurface);
D912PXY_METHOD(GetFrontBufferData)(PXY_THIS_ UINT iSwapChain, IDirect3DSurface9* pDestSurface);
D912PXY_METHOD(StretchRect)(PXY_THIS_ IDirect3DSurface9* pSourceSurface, CONST RECT* pSourceRect, IDirect3DSurface9* pDestSurface, CONST RECT* pDestRect, D3DTEXTUREFILTERTYPE Filter);
D912PXY_METHOD(ColorFill)(PXY_THIS_ IDirect3DSurface9* pSurface, CONST RECT* pRect, D3DCOLOR color);
D912PXY_METHOD(CreateOffscreenPlainSurface)(PXY_THIS_ UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSurface9** ppSurface, HANDLE* pSharedHandle);
D912PXY_METHOD(SetRenderTarget)(PXY_THIS_ DWORD RenderTargetIndex, IDirect3DSurface9* pRenderTarget);
D912PXY_METHOD(GetRenderTarget)(PXY_THIS_ DWORD RenderTargetIndex, IDirect3DSurface9** ppRenderTarget);
D912PXY_METHOD(SetDepthStencilSurface)(PXY_THIS_ IDirect3DSurface9* pNewZStencil);
D912PXY_METHOD(GetDepthStencilSurface)(PXY_THIS_ IDirect3DSurface9** ppZStencilSurface);
D912PXY_METHOD(BeginScene)(PXY_THIS);
D912PXY_METHOD(EndScene)(PXY_THIS);
D912PXY_METHOD(Clear)(PXY_THIS_ DWORD Count, CONST D3DRECT* pRects, DWORD Flags, D3DCOLOR Color, float Z, DWORD Stencil);
D912PXY_METHOD(SetTransform)(PXY_THIS_ D3DTRANSFORMSTATETYPE State, CONST D3DMATRIX* pMatrix);
D912PXY_METHOD(GetTransform)(PXY_THIS_ D3DTRANSFORMSTATETYPE State, D3DMATRIX* pMatrix);
D912PXY_METHOD(MultiplyTransform)(PXY_THIS_ D3DTRANSFORMSTATETYPE, CONST D3DMATRIX*);
D912PXY_METHOD(SetViewport)(PXY_THIS_ CONST D3DVIEWPORT9* pViewport);
D912PXY_METHOD(GetViewport)(PXY_THIS_ D3DVIEWPORT9* pViewport);
D912PXY_METHOD(SetMaterial)(PXY_THIS_ CONST D3DMATERIAL9* pMaterial);
D912PXY_METHOD(GetMaterial)(PXY_THIS_ D3DMATERIAL9* pMaterial);
D912PXY_METHOD(SetLight)(PXY_THIS_ DWORD Index, CONST D3DLIGHT9*);
D912PXY_METHOD(GetLight)(PXY_THIS_ DWORD Index, D3DLIGHT9*);
D912PXY_METHOD(LightEnable)(PXY_THIS_ DWORD Index, BOOL Enable);
D912PXY_METHOD(GetLightEnable)(PXY_THIS_ DWORD Index, BOOL* pEnable);
D912PXY_METHOD(SetClipPlane)(PXY_THIS_ DWORD Index, CONST float* pPlane);
D912PXY_METHOD(GetClipPlane)(PXY_THIS_ DWORD Index, float* pPlane);
D912PXY_METHOD(SetRenderState)(PXY_THIS_ D3DRENDERSTATETYPE State, DWORD Value);
D912PXY_METHOD(GetRenderState)(PXY_THIS_ D3DRENDERSTATETYPE State, DWORD* pValue);
D912PXY_METHOD(CreateStateBlock)(PXY_THIS_ D3DSTATEBLOCKTYPE Type, IDirect3DStateBlock9** ppSB);
D912PXY_METHOD(BeginStateBlock)(PXY_THIS);
D912PXY_METHOD(EndStateBlock)(PXY_THIS_ IDirect3DStateBlock9** ppSB);
D912PXY_METHOD(SetClipStatus)(PXY_THIS_ CONST D3DCLIPSTATUS9* pClipStatus);
D912PXY_METHOD(GetClipStatus)(PXY_THIS_ D3DCLIPSTATUS9* pClipStatus);
D912PXY_METHOD(GetTexture)(PXY_THIS_ DWORD Stage, IDirect3DBaseTexture9** ppTexture);
D912PXY_METHOD(SetTexture)(PXY_THIS_ DWORD Stage, IDirect3DBaseTexture9* pTexture);
D912PXY_METHOD(GetTextureStageState)(PXY_THIS_ DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD* pValue);
D912PXY_METHOD(SetTextureStageState)(PXY_THIS_ DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD Value);
D912PXY_METHOD(GetSamplerState)(PXY_THIS_ DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD* pValue);
D912PXY_METHOD(SetSamplerState)(PXY_THIS_ DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD Value);
D912PXY_METHOD(ValidateDevice)(PXY_THIS_ DWORD* pNumPasses);
D912PXY_METHOD(SetPaletteEntries)(PXY_THIS_ UINT PaletteNumber, CONST PALETTEENTRY* pEntries);
D912PXY_METHOD(GetPaletteEntries)(PXY_THIS_ UINT PaletteNumber, PALETTEENTRY* pEntries);
D912PXY_METHOD(SetCurrentTexturePalette)(PXY_THIS_ UINT PaletteNumber);
D912PXY_METHOD(GetCurrentTexturePalette)(PXY_THIS_ UINT *PaletteNumber);
D912PXY_METHOD(SetScissorRect)(PXY_THIS_ CONST RECT* pRect);
D912PXY_METHOD(GetScissorRect)(PXY_THIS_ RECT* pRect);
D912PXY_METHOD(SetSoftwareVertexProcessing)(PXY_THIS_ BOOL bSoftware);
D912PXY_METHOD_(BOOL, GetSoftwareVertexProcessing)(PXY_THIS);
D912PXY_METHOD(SetNPatchMode)(PXY_THIS_ float nSegments);
D912PXY_METHOD_(float, GetNPatchMode)(PXY_THIS);
D912PXY_METHOD(DrawPrimitive)(PXY_THIS_ D3DPRIMITIVETYPE PrimitiveType, UINT StartVertex, UINT PrimitiveCount);
D912PXY_METHOD(DrawIndexedPrimitive)(PXY_THIS_ D3DPRIMITIVETYPE, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount);
D912PXY_METHOD(DrawPrimitiveUP)(PXY_THIS_ D3DPRIMITIVETYPE PrimitiveType, UINT PrimitiveCount, CONST void* pVertexStreamZeroData, UINT VertexStreamZeroStride);
D912PXY_METHOD(DrawIndexedPrimitiveUP)(PXY_THIS_ D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT PrimitiveCount, CONST void* pIndexData, D3DFORMAT IndexDataFormat, CONST void* pVertexStreamZeroData, UINT VertexStreamZeroStride);
D912PXY_METHOD(ProcessVertices)(PXY_THIS_ UINT SrcStartIndex, UINT DestIndex, UINT VertexCount, IDirect3DVertexBuffer9* pDestBuffer, IDirect3DVertexDeclaration9* pVertexDecl, DWORD Flags);
D912PXY_METHOD(CreateVertexDeclaration)(PXY_THIS_ CONST D3DVERTEXELEMENT9* pVertexElements, IDirect3DVertexDeclaration9** ppDecl);
D912PXY_METHOD(SetVertexDeclaration)(PXY_THIS_ IDirect3DVertexDeclaration9* pDecl);
D912PXY_METHOD(GetVertexDeclaration)(PXY_THIS_ IDirect3DVertexDeclaration9** ppDecl);
D912PXY_METHOD(SetFVF)(PXY_THIS_ DWORD FVF);
D912PXY_METHOD(GetFVF)(PXY_THIS_ DWORD* pFVF);
D912PXY_METHOD(CreateVertexShader)(PXY_THIS_ CONST DWORD* pFunction, IDirect3DVertexShader9** ppShader);
D912PXY_METHOD(SetVertexShader)(PXY_THIS_ IDirect3DVertexShader9* pShader);
D912PXY_METHOD(GetVertexShader)(PXY_THIS_ IDirect3DVertexShader9** ppShader);
D912PXY_METHOD(SetVertexShaderConstantF)(PXY_THIS_ UINT StartRegister, CONST float* pConstantData, UINT Vector4fCount);
D912PXY_METHOD(GetVertexShaderConstantF)(PXY_THIS_ UINT StartRegister, float* pConstantData, UINT Vector4fCount);
D912PXY_METHOD(SetVertexShaderConstantI)(PXY_THIS_ UINT StartRegister, CONST int* pConstantData, UINT Vector4iCount);
D912PXY_METHOD(GetVertexShaderConstantI)(PXY_THIS_ UINT StartRegister, int* pConstantData, UINT Vector4iCount);
D912PXY_METHOD(SetVertexShaderConstantB)(PXY_THIS_ UINT StartRegister, CONST BOOL* pConstantData, UINT BoolCount);
D912PXY_METHOD(GetVertexShaderConstantB)(PXY_THIS_ UINT StartRegister, BOOL* pConstantData, UINT BoolCount);
D912PXY_METHOD(SetStreamSource)(PXY_THIS_ UINT StreamNumber, IDirect3DVertexBuffer9* pStreamData, UINT OffsetInBytes, UINT Stride);
D912PXY_METHOD(GetStreamSource)(PXY_THIS_ UINT StreamNumber, IDirect3DVertexBuffer9** ppStreamData, UINT* pOffsetInBytes, UINT* pStride);
D912PXY_METHOD(SetStreamSourceFreq)(PXY_THIS_ UINT StreamNumber, UINT Setting);
D912PXY_METHOD(GetStreamSourceFreq)(PXY_THIS_ UINT StreamNumber, UINT* pSetting);
D912PXY_METHOD(SetIndices)(PXY_THIS_ IDirect3DIndexBuffer9* pIndexData);
D912PXY_METHOD(GetIndices)(PXY_THIS_ IDirect3DIndexBuffer9** ppIndexData);
D912PXY_METHOD(CreatePixelShader)(PXY_THIS_ CONST DWORD* pFunction, IDirect3DPixelShader9** ppShader);
D912PXY_METHOD(SetPixelShader)(PXY_THIS_ IDirect3DPixelShader9* pShader);
D912PXY_METHOD(GetPixelShader)(PXY_THIS_ IDirect3DPixelShader9** ppShader);
D912PXY_METHOD(SetPixelShaderConstantF)(PXY_THIS_ UINT StartRegister, CONST float* pConstantData, UINT Vector4fCount);
D912PXY_METHOD(GetPixelShaderConstantF)(PXY_THIS_ UINT StartRegister, float* pConstantData, UINT Vector4fCount);
D912PXY_METHOD(SetPixelShaderConstantI)(PXY_THIS_ UINT StartRegister, CONST int* pConstantData, UINT Vector4iCount);
D912PXY_METHOD(GetPixelShaderConstantI)(PXY_THIS_ UINT StartRegister, int* pConstantData, UINT Vector4iCount);
D912PXY_METHOD(SetPixelShaderConstantB)(PXY_THIS_ UINT StartRegister, CONST BOOL* pConstantData, UINT BoolCount);
D912PXY_METHOD(GetPixelShaderConstantB)(PXY_THIS_ UINT StartRegister, BOOL* pConstantData, UINT BoolCount);
D912PXY_METHOD(DrawRectPatch)(PXY_THIS_ UINT Handle, CONST float* pNumSegs, CONST D3DRECTPATCH_INFO* pRectPatchInfo);
D912PXY_METHOD(DrawTriPatch)(PXY_THIS_ UINT Handle, CONST float* pNumSegs, CONST D3DTRIPATCH_INFO* pTriPatchInfo);
D912PXY_METHOD(DeletePatch)(PXY_THIS_ UINT Handle);
D912PXY_METHOD(CreateQuery)(PXY_THIS_ D3DQUERYTYPE Type, IDirect3DQuery9** ppQuery);
//NC variants
D912PXY_METHOD_NC_(ULONG, ReleaseDevice)(THIS);
D912PXY_METHOD_NC(TestCooperativeLevel)(THIS);
D912PXY_METHOD_NC_(UINT, GetAvailableTextureMem)(THIS);
D912PXY_METHOD_NC(EvictManagedResources)(THIS);
D912PXY_METHOD_NC(GetDirect3D)(THIS_ IDirect3D9** ppD3D9);
D912PXY_METHOD_NC(GetDeviceCaps)(THIS_ D3DCAPS9* pCaps);
D912PXY_METHOD_NC(GetDisplayMode)(THIS_ UINT iSwapChain, D3DDISPLAYMODE* pMode);
D912PXY_METHOD_NC(GetCreationParameters)(THIS_ D3DDEVICE_CREATION_PARAMETERS *pParameters);
D912PXY_METHOD_NC(SetCursorProperties)(THIS_ UINT XHotSpot, UINT YHotSpot, IDirect3DSurface9* pCursorBitmap);
D912PXY_METHOD_NC_(void, SetCursorPosition)(THIS_ int X, int Y, DWORD Flags);
D912PXY_METHOD_NC_(BOOL, ShowCursor)(THIS_ BOOL bShow);
D912PXY_METHOD_NC(CreateAdditionalSwapChain)(THIS_ D3DPRESENT_PARAMETERS* pPresentationParameters, IDirect3DSwapChain9** pSwapChain);
D912PXY_METHOD_NC(GetSwapChain)(THIS_ UINT iSwapChain, IDirect3DSwapChain9** pSwapChain);
D912PXY_METHOD_NC_(UINT, GetNumberOfSwapChains)(THIS);
D912PXY_METHOD_NC(Reset)(THIS_ D3DPRESENT_PARAMETERS* pPresentationParameters);
D912PXY_METHOD_NC(Present)(THIS_ CONST RECT* pSourceRect, CONST RECT* pDestRect, HWND hDestWindowOverride, CONST RGNDATA* pDirtyRegion);
D912PXY_METHOD_NC(GetBackBuffer)(THIS_ UINT iSwapChain, UINT iBackBuffer, D3DBACKBUFFER_TYPE Type, IDirect3DSurface9** ppBackBuffer);
D912PXY_METHOD_NC(GetRasterStatus)(THIS_ UINT iSwapChain, D3DRASTER_STATUS* pRasterStatus);
D912PXY_METHOD_NC(SetDialogBoxMode)(THIS_ BOOL bEnableDialogs);
D912PXY_METHOD_NC_(void, SetGammaRamp)(THIS_ UINT iSwapChain, DWORD Flags, CONST D3DGAMMARAMP* pRamp);
D912PXY_METHOD_NC_(void, GetGammaRamp)(THIS_ UINT iSwapChain, D3DGAMMARAMP* pRamp);
D912PXY_METHOD_NC(CreateTexture)(THIS_ UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9** ppTexture, HANDLE* pSharedHandle);
D912PXY_METHOD_NC(CreateVolumeTexture)(THIS_ UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTexture9** ppVolumeTexture, HANDLE* pSharedHandle);
D912PXY_METHOD_NC(CreateCubeTexture)(THIS_ UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCubeTexture9** ppCubeTexture, HANDLE* pSharedHandle);
D912PXY_METHOD_NC(CreateVertexBuffer)(THIS_ UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDirect3DVertexBuffer9** ppVertexBuffer, HANDLE* pSharedHandle);
D912PXY_METHOD_NC(CreateIndexBuffer)(THIS_ UINT Length, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DIndexBuffer9** ppIndexBuffer, HANDLE* pSharedHandle);
D912PXY_METHOD_NC(CreateRenderTarget)(THIS_ UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, BOOL Lockable, IDirect3DSurface9** ppSurface, HANDLE* pSharedHandle);
D912PXY_METHOD_NC(CreateDepthStencilSurface)(THIS_ UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, BOOL Discard, IDirect3DSurface9** ppSurface, HANDLE* pSharedHandle);
D912PXY_METHOD_NC(UpdateSurface)(THIS_ IDirect3DSurface9* pSourceSurface, CONST RECT* pSourceRect, IDirect3DSurface9* pDestinationSurface, CONST POINT* pDestPoint);
D912PXY_METHOD_NC(UpdateTexture)(THIS_ IDirect3DBaseTexture9* pSourceTexture, IDirect3DBaseTexture9* pDestinationTexture);
D912PXY_METHOD_NC(GetRenderTargetData)(THIS_ IDirect3DSurface9* pRenderTarget, IDirect3DSurface9* pDestSurface);
D912PXY_METHOD_NC(GetFrontBufferData)(THIS_ UINT iSwapChain, IDirect3DSurface9* pDestSurface);
D912PXY_METHOD_NC(StretchRect)(THIS_ IDirect3DSurface9* pSourceSurface, CONST RECT* pSourceRect, IDirect3DSurface9* pDestSurface, CONST RECT* pDestRect, D3DTEXTUREFILTERTYPE Filter);
D912PXY_METHOD_NC(ColorFill)(THIS_ IDirect3DSurface9* pSurface, CONST RECT* pRect, D3DCOLOR color);
D912PXY_METHOD_NC(CreateOffscreenPlainSurface)(THIS_ UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSurface9** ppSurface, HANDLE* pSharedHandle);
D912PXY_METHOD_NC(SetRenderTarget)(THIS_ DWORD RenderTargetIndex, IDirect3DSurface9* pRenderTarget);
D912PXY_METHOD_NC(GetRenderTarget)(THIS_ DWORD RenderTargetIndex, IDirect3DSurface9** ppRenderTarget);
D912PXY_METHOD_NC(SetDepthStencilSurface)(THIS_ IDirect3DSurface9* pNewZStencil);
D912PXY_METHOD_NC(GetDepthStencilSurface)(THIS_ IDirect3DSurface9** ppZStencilSurface);
D912PXY_METHOD_NC(BeginScene)(THIS);
D912PXY_METHOD_NC(EndScene)(THIS);
D912PXY_METHOD_NC(Clear)(THIS_ DWORD Count, CONST D3DRECT* pRects, DWORD Flags, D3DCOLOR Color, float Z, DWORD Stencil);
D912PXY_METHOD_NC(SetTransform)(THIS_ D3DTRANSFORMSTATETYPE State, CONST D3DMATRIX* pMatrix);
D912PXY_METHOD_NC(GetTransform)(THIS_ D3DTRANSFORMSTATETYPE State, D3DMATRIX* pMatrix);
D912PXY_METHOD_NC(MultiplyTransform)(THIS_ D3DTRANSFORMSTATETYPE, CONST D3DMATRIX*);
D912PXY_METHOD_NC(SetViewport)(THIS_ CONST D3DVIEWPORT9* pViewport);
D912PXY_METHOD_NC(GetViewport)(THIS_ D3DVIEWPORT9* pViewport);
D912PXY_METHOD_NC(SetMaterial)(THIS_ CONST D3DMATERIAL9* pMaterial);
D912PXY_METHOD_NC(GetMaterial)(THIS_ D3DMATERIAL9* pMaterial);
D912PXY_METHOD_NC(SetLight)(THIS_ DWORD Index, CONST D3DLIGHT9*);
D912PXY_METHOD_NC(GetLight)(THIS_ DWORD Index, D3DLIGHT9*);
D912PXY_METHOD_NC(LightEnable)(THIS_ DWORD Index, BOOL Enable);
D912PXY_METHOD_NC(GetLightEnable)(THIS_ DWORD Index, BOOL* pEnable);
D912PXY_METHOD_NC(SetClipPlane)(THIS_ DWORD Index, CONST float* pPlane);
D912PXY_METHOD_NC(GetClipPlane)(THIS_ DWORD Index, float* pPlane);
D912PXY_METHOD_NC(SetRenderState)(THIS_ D3DRENDERSTATETYPE State, DWORD Value);
D912PXY_METHOD_NC(GetRenderState)(THIS_ D3DRENDERSTATETYPE State, DWORD* pValue);
D912PXY_METHOD_NC(CreateStateBlock)(THIS_ D3DSTATEBLOCKTYPE Type, IDirect3DStateBlock9** ppSB);
D912PXY_METHOD_NC(BeginStateBlock)(THIS);
D912PXY_METHOD_NC(EndStateBlock)(THIS_ IDirect3DStateBlock9** ppSB);
D912PXY_METHOD_NC(SetClipStatus)(THIS_ CONST D3DCLIPSTATUS9* pClipStatus);
D912PXY_METHOD_NC(GetClipStatus)(THIS_ D3DCLIPSTATUS9* pClipStatus);
D912PXY_METHOD_NC(GetTexture)(THIS_ DWORD Stage, IDirect3DBaseTexture9** ppTexture);
D912PXY_METHOD_NC(SetTexture)(THIS_ DWORD Stage, IDirect3DBaseTexture9* pTexture);
D912PXY_METHOD_NC(GetTextureStageState)(THIS_ DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD* pValue);
D912PXY_METHOD_NC(SetTextureStageState)(THIS_ DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD Value);
D912PXY_METHOD_NC(GetSamplerState)(THIS_ DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD* pValue);
D912PXY_METHOD_NC(SetSamplerState)(THIS_ DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD Value);
D912PXY_METHOD_NC(ValidateDevice)(THIS_ DWORD* pNumPasses);
D912PXY_METHOD_NC(SetPaletteEntries)(THIS_ UINT PaletteNumber, CONST PALETTEENTRY* pEntries);
D912PXY_METHOD_NC(GetPaletteEntries)(THIS_ UINT PaletteNumber, PALETTEENTRY* pEntries);
D912PXY_METHOD_NC(SetCurrentTexturePalette)(THIS_ UINT PaletteNumber);
D912PXY_METHOD_NC(GetCurrentTexturePalette)(THIS_ UINT *PaletteNumber);
D912PXY_METHOD_NC(SetScissorRect)(THIS_ CONST RECT* pRect);
D912PXY_METHOD_NC(GetScissorRect)(THIS_ RECT* pRect);
D912PXY_METHOD_NC(SetSoftwareVertexProcessing)(THIS_ BOOL bSoftware);
D912PXY_METHOD_NC_(BOOL, GetSoftwareVertexProcessing)(THIS);
D912PXY_METHOD_NC(SetNPatchMode)(THIS_ float nSegments);
D912PXY_METHOD_NC_(float, GetNPatchMode)(THIS);
D912PXY_METHOD_NC(DrawPrimitive)(THIS_ D3DPRIMITIVETYPE PrimitiveType, UINT StartVertex, UINT PrimitiveCount);
D912PXY_METHOD_NC(DrawIndexedPrimitive)(THIS_ D3DPRIMITIVETYPE, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount);
D912PXY_METHOD_NC(DrawPrimitiveUP)(THIS_ D3DPRIMITIVETYPE PrimitiveType, UINT PrimitiveCount, CONST void* pVertexStreamZeroData, UINT VertexStreamZeroStride);
D912PXY_METHOD_NC(DrawIndexedPrimitiveUP)(THIS_ D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT PrimitiveCount, CONST void* pIndexData, D3DFORMAT IndexDataFormat, CONST void* pVertexStreamZeroData, UINT VertexStreamZeroStride);
D912PXY_METHOD_NC(ProcessVertices)(THIS_ UINT SrcStartIndex, UINT DestIndex, UINT VertexCount, IDirect3DVertexBuffer9* pDestBuffer, IDirect3DVertexDeclaration9* pVertexDecl, DWORD Flags);
D912PXY_METHOD_NC(CreateVertexDeclaration)(THIS_ CONST D3DVERTEXELEMENT9* pVertexElements, IDirect3DVertexDeclaration9** ppDecl);
D912PXY_METHOD_NC(SetVertexDeclaration)(THIS_ IDirect3DVertexDeclaration9* pDecl);
D912PXY_METHOD_NC(GetVertexDeclaration)(THIS_ IDirect3DVertexDeclaration9** ppDecl);
D912PXY_METHOD_NC(SetFVF)(THIS_ DWORD FVF);
D912PXY_METHOD_NC(GetFVF)(THIS_ DWORD* pFVF);
D912PXY_METHOD_NC(CreateVertexShader)(THIS_ CONST DWORD* pFunction, IDirect3DVertexShader9** ppShader);
D912PXY_METHOD_NC(SetVertexShader)(THIS_ IDirect3DVertexShader9* pShader);
D912PXY_METHOD_NC(GetVertexShader)(THIS_ IDirect3DVertexShader9** ppShader);
D912PXY_METHOD_NC(SetVertexShaderConstantF)(THIS_ UINT StartRegister, CONST float* pConstantData, UINT Vector4fCount);
D912PXY_METHOD_NC(GetVertexShaderConstantF)(THIS_ UINT StartRegister, float* pConstantData, UINT Vector4fCount);
D912PXY_METHOD_NC(SetVertexShaderConstantI)(THIS_ UINT StartRegister, CONST int* pConstantData, UINT Vector4iCount);
D912PXY_METHOD_NC(GetVertexShaderConstantI)(THIS_ UINT StartRegister, int* pConstantData, UINT Vector4iCount);
D912PXY_METHOD_NC(SetVertexShaderConstantB)(THIS_ UINT StartRegister, CONST BOOL* pConstantData, UINT BoolCount);
D912PXY_METHOD_NC(GetVertexShaderConstantB)(THIS_ UINT StartRegister, BOOL* pConstantData, UINT BoolCount);
D912PXY_METHOD_NC(SetStreamSource)(THIS_ UINT StreamNumber, IDirect3DVertexBuffer9* pStreamData, UINT OffsetInBytes, UINT Stride);
D912PXY_METHOD_NC(GetStreamSource)(THIS_ UINT StreamNumber, IDirect3DVertexBuffer9** ppStreamData, UINT* pOffsetInBytes, UINT* pStride);
D912PXY_METHOD_NC(SetStreamSourceFreq)(THIS_ UINT StreamNumber, UINT Setting);
D912PXY_METHOD_NC(GetStreamSourceFreq)(THIS_ UINT StreamNumber, UINT* pSetting);
D912PXY_METHOD_NC(SetIndices)(THIS_ IDirect3DIndexBuffer9* pIndexData);
D912PXY_METHOD_NC(GetIndices)(THIS_ IDirect3DIndexBuffer9** ppIndexData);
D912PXY_METHOD_NC(CreatePixelShader)(THIS_ CONST DWORD* pFunction, IDirect3DPixelShader9** ppShader);
D912PXY_METHOD_NC(SetPixelShader)(THIS_ IDirect3DPixelShader9* pShader);
D912PXY_METHOD_NC(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader);
D912PXY_METHOD_NC(SetPixelShaderConstantF)(THIS_ UINT StartRegister, CONST float* pConstantData, UINT Vector4fCount);
D912PXY_METHOD_NC(GetPixelShaderConstantF)(THIS_ UINT StartRegister, float* pConstantData, UINT Vector4fCount);
D912PXY_METHOD_NC(SetPixelShaderConstantI)(THIS_ UINT StartRegister, CONST int* pConstantData, UINT Vector4iCount);
D912PXY_METHOD_NC(GetPixelShaderConstantI)(THIS_ UINT StartRegister, int* pConstantData, UINT Vector4iCount);
D912PXY_METHOD_NC(SetPixelShaderConstantB)(THIS_ UINT StartRegister, CONST BOOL* pConstantData, UINT BoolCount);
D912PXY_METHOD_NC(GetPixelShaderConstantB)(THIS_ UINT StartRegister, BOOL* pConstantData, UINT BoolCount);
D912PXY_METHOD_NC(DrawRectPatch)(THIS_ UINT Handle, CONST float* pNumSegs, CONST D3DRECTPATCH_INFO* pRectPatchInfo);
D912PXY_METHOD_NC(DrawTriPatch)(THIS_ UINT Handle, CONST float* pNumSegs, CONST D3DTRIPATCH_INFO* pTriPatchInfo);
D912PXY_METHOD_NC(DeletePatch)(THIS_ UINT Handle);
D912PXY_METHOD_NC(CreateQuery)(THIS_ D3DQUERYTYPE Type, IDirect3DQuery9** ppQuery);
//inner methods
ID3D12Device* GetDev12Ptr() { return m_d12evice_ptr; }
D3D12_HEAP_PROPERTIES GetResourceHeap(D3D12_HEAP_TYPE Type);
d912pxy_dheap* GetDHeap(UINT slot);
void IFrameCleanupEnqeue(d912pxy_comhandler* obj);
UINT InterruptThreads() { return InterlockedAdd(&threadInterruptState, 0); };
void LockThread(UINT thread);
void InitLockThread(UINT thread);
void LockAsyncThreads();
void UnLockAsyncThreads();
void TrackShaderCodeBugs(UINT type, UINT val, d912pxy_shader_uid faultyId);
void CopyOriginalDX9Data(IDirect3DDevice9* dev, D3DDEVICE_CREATION_PARAMETERS* origPars, D3DPRESENT_PARAMETERS* origPP);
void InitVFS();
void InitVFSitem(UINT id, const char* name, UINT64 memCache);
void InitClassFields();
void InitThreadSyncObjects();
void InitSingletons();
void InitComPatches();
void InitNullSRV();
void InitDrawUPBuffers();
void FreeAdditionalDX9Objects();
void InitDescriptorHeaps();
void PrintInfoBanner();
void InitDefaultSwapChain(D3DPRESENT_PARAMETERS* pPresentationParameters);
ComPtr<ID3D12Device> SelectSuitableGPU();
void SetupDevice(ComPtr<ID3D12Device> device);
ID3D12RootSignature* ConstructRootSignature(D3D12_ROOT_SIGNATURE_DESC* rootSignatureDesc);
void AddActiveThreads(UINT cnt) { activeThreadCount += cnt; };
char* GetCurrentGPUName();
void ExternalFlush();
//megai2: variants of API calls
HRESULT DrawIndexedPrimitive_PS(D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount);
HRESULT DrawIndexedPrimitive_Compat(D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount);
HRESULT SetTexture_PS(DWORD Stage, IDirect3DBaseTexture9* pTexture);
HRESULT Present_PG(CONST RECT* pSourceRect, CONST RECT* pDestRect, HWND hDestWindowOverride, CONST RGNDATA* pDirtyRegion);
HRESULT Clear_Emulated(DWORD Count, CONST D3DRECT* pRects, DWORD Flags, D3DCOLOR Color, float Z, DWORD Stencil);
//CAR = cpu api reduction
HRESULT SetStreamSource_CAR(UINT StreamNumber, IDirect3DVertexBuffer9* pStreamData, UINT OffsetInBytes, UINT Stride);
HRESULT SetIndices_CAR(IDirect3DIndexBuffer9* pIndexData);
HRESULT SetViewport_CAR(CONST D3DVIEWPORT9* pViewport);
HRESULT SetScissorRect_CAR(CONST RECT* pRect);
HRESULT SetRenderTarget_Compat(DWORD RenderTargetIndex, IDirect3DSurface9* pRenderTarget);
D912PXY_METHOD_NC(SetRenderState_Tracked)(THIS_ D3DRENDERSTATETYPE State, DWORD Value);
//com routes for them
D912PXY_METHOD(DrawIndexedPrimitive_PS)(PXY_THIS_ D3DPRIMITIVETYPE, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount);
D912PXY_METHOD(DrawIndexedPrimitive_Compat)(PXY_THIS_ D3DPRIMITIVETYPE, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount);
D912PXY_METHOD(SetTexture_PS)(PXY_THIS_ DWORD Stage, IDirect3DBaseTexture9* pTexture);
D912PXY_METHOD(Present_PG)(PXY_THIS_ CONST RECT* pSourceRect, CONST RECT* pDestRect, HWND hDestWindowOverride, CONST RGNDATA* pDirtyRegion);
D912PXY_METHOD(Clear_Emulated)(PXY_THIS_ DWORD Count, CONST D3DRECT* pRects, DWORD Flags, D3DCOLOR Color, float Z, DWORD Stencil);
D912PXY_METHOD(SetStreamSource_CAR)(PXY_THIS_ UINT StreamNumber, IDirect3DVertexBuffer9* pStreamData, UINT OffsetInBytes, UINT Stride);
D912PXY_METHOD(SetIndices_CAR)(PXY_THIS_ IDirect3DIndexBuffer9* pIndexData);
D912PXY_METHOD(SetViewport_CAR)(PXY_THIS_ CONST D3DVIEWPORT9* pViewport);
D912PXY_METHOD(SetScissorRect_CAR)(PXY_THIS_ CONST RECT* pRect);
D912PXY_METHOD(SetRenderTarget_Compat)(PXY_THIS_ DWORD RenderTargetIndex, IDirect3DSurface9* pRenderTarget);
D912PXY_METHOD(SetRenderState_Tracked)(PXY_THIS_ D3DRENDERSTATETYPE State, DWORD Value);
HRESULT InnerPresentExecute();
void InnerPresentFinish();
private:
LONG threadInterruptState;
d912pxy_thread_lock threadLockdEvents[PXY_INNER_THREADID_MAX];
d912pxy_thread_lock threadLock;
d912pxy_thread_lock cleanupLock;
d912pxy_thread_lock swapOpLock;
UINT activeThreadCount;
d912pxy_thread_lock isRunning;
ComPtr<ID3D12Device> m_d12evice;
ID3D12Device* m_d12evice_ptr;
d912pxy_draw_up* m_dupEmul;
d912pxy_surface_clear* m_clearEmul;
d912pxy_dheap* m_dheaps[PXY_INNER_MAX_DSC_HEAPS];
d912pxy_swapchain* swapchains[PXY_INNER_MAX_SWAP_CHAINS];
d912pxy_surface* mNullTexture;
UINT mNullTextureSRV;
//info data and dx9 catch'ups
DWORD gpu_totalVidmemMB;
D3DDISPLAYMODE cached_dx9displaymode;
D3DCAPS9 cached_dx9caps;
D3DDEVICE_CREATION_PARAMETERS creationData;
D3DPRESENT_PARAMETERS initialPresentParameters;
void* initPtr;
char GPUNameA[128];
//dx9 api hacks
UINT32 gpuWriteDsc;
d912pxy_performance_graph* perfGraph;
D3DFORMAT stageFormatsTrack[1024];
};
| [
"megai2@ya.ru"
] | megai2@ya.ru |
baf7d9b36bc3ac835451323efb1a75f518e223f8 | e4da82e4beb9b1af7694fd5b49824a1c53ee59ff | /BRAINSCommonLib/itkOppositeImageFilter.h | 2a3f6c8c2236494b317bc7bcafcb6ff3267a44ed | [] | no_license | ipekoguz/BRAINSTools | c8732a9206525adb5779eb0c2ed97f448e2df47f | dc32fa0820a0d0b3bd882fa744e79194c9c137bc | refs/heads/master | 2021-01-18T08:37:03.883250 | 2013-05-14T21:08:33 | 2013-05-14T21:08:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,335 | h | /*=========================================================================
*
* Program: Insight Segmentation & Registration Toolkit
* Module: $RCSfile: itkOppositeImageFilter.h,v $
* Language: C++
* Date: $Date: 2009-02-19 21:18:10 $
* Version: $Revision: 0.0 $
*
* Copyright (c) Insight Software Consortium. All rights reserved.
* See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
*
* This software is distributed WITHOUT ANY WARRANTY; without even
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the above copyright notices for more information.
*
* =========================================================================*/
#ifndef __itkOppositeImageFilter_h
#define __itkOppositeImageFilter_h
#include "itkUnaryFunctorImageFilter.h"
#include "itkNumericTraits.h"
namespace itk
{
/** \class OppositeImageFilter
*
* \brief Take the opposite of the input pixels.
*
* This filter is templated over the input image type
* and the output image type.
*
* \author Tom Vercauteren, INRIA & Mauna Kea Technologies
*
* \ingroup IntensityImageFilters Multithreaded
* \sa UnaryFunctorImageFilter
*/
namespace Functor
{
template <class TInput, class TOutput>
class Opposite
{
public:
Opposite()
{
}
~Opposite()
{
}
bool operator!=(const Opposite & other) const
{
return false;
}
bool operator==(const Opposite & other) const
{
return true;
}
inline TOutput operator()(const TInput & A) const
{
// We don't check if the TOutput can be signed.
// It's up to the user to decide whether this makes sense.
return static_cast<TOutput>( -A );
}
};
}
template <class TInputImage, class TOutputImage>
class ITK_EXPORT OppositeImageFilter :
public
UnaryFunctorImageFilter<TInputImage, TOutputImage,
Functor::Opposite<
typename TInputImage::PixelType,
typename TOutputImage::PixelType> >
{
public:
/** Standard class typedefs. */
typedef OppositeImageFilter Self;
typedef UnaryFunctorImageFilter<TInputImage, TOutputImage,
Functor::Opposite<typename TInputImage::PixelType,
typename TOutputImage::PixelType> >
Superclass;
typedef SmartPointer<Self> Pointer;
typedef SmartPointer<const Self> ConstPointer;
/** Method for creation through the object factory. */
itkNewMacro(Self);
/** Run-time type information (and related methods). */
itkTypeMacro(OppositeImageFilter, UnaryFunctorImageFilter);
#ifdef ITK_USE_CONCEPT_CHECKING
/** Begin concept checking */
itkConceptMacro( InputConvertibleToOutputCheck,
( Concept::Convertible<typename TInputImage::PixelType,
typename TOutputImage::PixelType> ) );
/** End concept checking */
#endif
protected:
OppositeImageFilter()
{
}
virtual ~OppositeImageFilter()
{
}
void PrintSelf(std::ostream & os, Indent indent) const
{
Superclass::PrintSelf(os, indent);
}
private:
OppositeImageFilter(const Self &); // purposely not implemented
void operator=(const Self &); // purposely not implemented
};
} // end namespace itk
#endif
| [
"hans-johnson@uiowa.edu"
] | hans-johnson@uiowa.edu |
4b341be3224e33513352c128d47b800535da436a | 560090526e32e009e2e9331e8a2b4f1e7861a5e8 | /Compiled/blaze-3.2/blazetest/src/mathtest/dmatsmatschur/U3x3bUCb.cpp | a4201079133131466098a0e4e3132ca06985121d | [
"BSD-3-Clause"
] | permissive | jcd1994/MatlabTools | 9a4c1f8190b5ceda102201799cc6c483c0a7b6f7 | 2cc7eac920b8c066338b1a0ac495f0dbdb4c75c1 | refs/heads/master | 2021-01-18T03:05:19.351404 | 2018-02-14T02:17:07 | 2018-02-14T02:17:07 | 84,264,330 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,842 | cpp | //=================================================================================================
/*!
// \file src/mathtest/dmatsmatschur/U3x3bUCb.cpp
// \brief Source file for the U3x3bUCb dense matrix/sparse matrix Schur product math test
//
// Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved
//
// This file is part of the Blaze library. You can redistribute it and/or modify it under
// the terms of the New (Revised) BSD License. Redistribution and use in source and binary
// forms, with or without modification, are permitted provided that the following conditions
// are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this list of
// conditions and the following disclaimer.
// 2. Redistributions in binary form must reproduce the above copyright notice, this list
// of conditions and the following disclaimer in the documentation and/or other materials
// provided with the distribution.
// 3. Neither the names of the Blaze development group nor the names of its contributors
// may be used to endorse or promote products derived from this software without specific
// prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
// OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
// SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
// BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
// DAMAGE.
*/
//=================================================================================================
//*************************************************************************************************
// Includes
//*************************************************************************************************
#include <cstdlib>
#include <iostream>
#include <blaze/math/CompressedMatrix.h>
#include <blaze/math/StaticMatrix.h>
#include <blaze/math/UpperMatrix.h>
#include <blazetest/mathtest/Creator.h>
#include <blazetest/mathtest/dmatsmatschur/OperationTest.h>
#include <blazetest/system/MathTest.h>
//=================================================================================================
//
// MAIN FUNCTION
//
//=================================================================================================
//*************************************************************************************************
int main()
{
std::cout << " Running 'U3x3bUCb'..." << std::endl;
using blazetest::mathtest::TypeB;
try
{
// Matrix type definitions
typedef blaze::UpperMatrix< blaze::StaticMatrix<TypeB,3UL,3UL> > U3x3b;
typedef blaze::UpperMatrix< blaze::CompressedMatrix<TypeB> > UCb;
// Creator type definitions
typedef blazetest::Creator<U3x3b> CU3x3b;
typedef blazetest::Creator<UCb> CUCb;
// Running the tests
for( size_t i=0UL; i<=6UL; ++i ) {
RUN_DMATSMATSCHUR_OPERATION_TEST( CU3x3b(), CUCb( 3UL, i ) );
}
}
catch( std::exception& ex ) {
std::cerr << "\n\n ERROR DETECTED during dense matrix/sparse matrix Schur product:\n"
<< ex.what() << "\n";
return EXIT_FAILURE;
}
return EXIT_SUCCESS;
}
//*************************************************************************************************
| [
"jonathan.doucette@alumni.ubc.ca"
] | jonathan.doucette@alumni.ubc.ca |
516512eaf3b443ab46ae85d3256243afa0625be4 | a7dc9df7ecc9438c96b7a33038a3c70f0ff5bc86 | /soa/service/zmq_endpoint.cc | 21c9acf58053e2b364e2220c17d731e20cf9aa24 | [
"Apache-2.0"
] | permissive | duyet/BGateRTB | ca19a2f23fad6a5063ec4463a3049984ed09ec67 | ea1782f7cd89a15e64cd87a175816ee68aee8934 | refs/heads/master | 2022-07-24T03:45:05.099793 | 2022-07-17T11:20:43 | 2022-07-17T11:20:43 | 37,047,062 | 0 | 0 | Apache-2.0 | 2022-07-17T11:21:09 | 2015-06-08T05:10:18 | C++ | UTF-8 | C++ | false | false | 26,531 | cc | /* zmq_endpoint.cc
Jeremy Barnes, 9 November 2012
Copyright (c) 2012 Datacratic Inc. All rights reserved.
*/
#include "zmq_endpoint.h"
#include "jml/utils/smart_ptr_utils.h"
#include <sys/utsname.h>
#include <thread>
#include "jml/arch/timers.h"
#include "jml/arch/info.h"
using namespace std;
namespace Datacratic {
/******************************************************************************/
/* ZMQ LOGS */
/******************************************************************************/
Logging::Category ZmqLogs::print("ZMQ");
Logging::Category ZmqLogs::error("ZMQ Error", ZmqLogs::print);
Logging::Category ZmqLogs::trace("ZMQ Trace", ZmqLogs::print);
/*****************************************************************************/
/* ZMQ EVENT SOURCE */
/*****************************************************************************/
ZmqEventSource::
ZmqEventSource()
: socket_(0), socketLock_(nullptr)
{
needsPoll = false;
}
ZmqEventSource::
ZmqEventSource(zmq::socket_t & socket, SocketLock * socketLock)
: socket_(&socket), socketLock_(socketLock)
{
needsPoll = false;
updateEvents();
}
void
ZmqEventSource::
init(zmq::socket_t & socket, SocketLock * socketLock)
{
socket_ = &socket;
socketLock_ = socketLock;
needsPoll = false;
updateEvents();
}
int
ZmqEventSource::
selectFd() const
{
int res = -1;
size_t resSize = sizeof(int);
socket().getsockopt(ZMQ_FD, &res, &resSize);
if (res == -1)
THROW(ZmqLogs::error) << "no fd for zeromq socket" << endl;
return res;
}
bool
ZmqEventSource::
poll() const
{
if (currentEvents & ZMQ_POLLIN)
return true;
std::unique_lock<SocketLock> guard;
if (socketLock_)
guard = std::unique_lock<SocketLock>(*socketLock_);
updateEvents();
return currentEvents & ZMQ_POLLIN;
}
void
ZmqEventSource::
updateEvents() const
{
size_t events_size = sizeof(currentEvents);
socket().getsockopt(ZMQ_EVENTS, ¤tEvents, &events_size);
}
bool
ZmqEventSource::
processOne()
{
using namespace std;
if (debug_)
cerr << "called processOne on " << this << ", poll = " << poll() << endl;
if (!poll())
return false;
std::vector<std::string> msg;
// We process all events, as otherwise the select fd can't be guaranteed to wake us up
for (;;) {
{
std::unique_lock<SocketLock> guard;
if (socketLock_)
guard = std::unique_lock<SocketLock>(*socketLock_);
msg = recvAllNonBlocking(socket());
if (msg.empty()) {
if (currentEvents & ZMQ_POLLIN)
throw ML::Exception("empty message with currentEvents");
return false; // no more events
}
updateEvents();
}
if (debug_)
cerr << "got message of length " << msg.size() << endl;
handleMessage(msg);
}
return currentEvents & ZMQ_POLLIN;
}
void
ZmqEventSource::
handleMessage(const std::vector<std::string> & message)
{
if (asyncMessageHandler) {
asyncMessageHandler(message);
return;
}
auto reply = handleSyncMessage(message);
if (!reply.empty()) {
sendAll(socket(), reply);
}
}
std::vector<std::string>
ZmqEventSource::
handleSyncMessage(const std::vector<std::string> & message)
{
if (!syncMessageHandler)
THROW(ZmqLogs::error) << "no message handler set" << std::endl;
return syncMessageHandler(message);
}
/*****************************************************************************/
/* ZMQ SOCKET MONITOR */
/*****************************************************************************/
//static int numMonitors = 0;
ZmqSocketMonitor::
ZmqSocketMonitor(zmq::context_t & context)
: monitorEndpoint(new zmq::socket_t(context, ZMQ_PAIR)),
monitoredSocket(0)
{
//cerr << "creating socket monitor at " << this << endl;
//__sync_fetch_and_add(&numMonitors, 1);
}
void
ZmqSocketMonitor::
shutdown()
{
if (!monitorEndpoint)
return;
//cerr << "shutting down socket monitor at " << this << endl;
connectedUri.clear();
std::unique_lock<Lock> guard(lock);
monitorEndpoint.reset();
//cerr << __sync_add_and_fetch(&numMonitors, -1) << " monitors still active"
// << endl;
}
void
ZmqSocketMonitor::
disconnect()
{
std::unique_lock<Lock> guard(lock);
if (monitorEndpoint)
monitorEndpoint->tryDisconnect(connectedUri.c_str());
}
void
ZmqSocketMonitor::
init(zmq::socket_t & socketToMonitor, int events)
{
static int serial = 0;
// Initialize the monitor connection
connectedUri
= ML::format("inproc://monitor-%p-%d",
this, __sync_fetch_and_add(&serial, 1));
monitoredSocket = &socketToMonitor;
//using namespace std;
//cerr << "connecting monitor to " << connectedUri << endl;
int res = zmq_socket_monitor(socketToMonitor, connectedUri.c_str(), events);
if (res == -1)
throw zmq::error_t();
// Connect it in
monitorEndpoint->connect(connectedUri.c_str());
// Make sure we receive events from it
ZmqBinaryTypedEventSource<zmq_event_t>::init(*monitorEndpoint);
messageHandler = [=] (const zmq_event_t & event)
{
this->handleEvent(event);
};
}
bool debugZmqMonitorEvents = false;
int
ZmqSocketMonitor::
handleEvent(const zmq_event_t & event)
{
if (debugZmqMonitorEvents) {
cerr << "got socket event " << printZmqEvent(event.event)
<< " at " << this
<< " " << connectedUri
<< " for socket " << monitoredSocket << endl;
}
auto doEvent = [&] (const EventHandler & handler,
const char * addr,
int param)
{
if (handler)
handler(addr, param, event);
else if (defaultHandler)
defaultHandler(addr, param, event);
else return 0;
return 1;
};
switch (event.event) {
// Bind
case ZMQ_EVENT_LISTENING:
return doEvent(bindHandler,
event.data.listening.addr,
event.data.listening.fd);
case ZMQ_EVENT_BIND_FAILED:
return doEvent(bindFailureHandler,
event.data.bind_failed.addr,
event.data.bind_failed.err);
// Accept
case ZMQ_EVENT_ACCEPTED:
return doEvent(acceptHandler,
event.data.accepted.addr,
event.data.accepted.fd);
case ZMQ_EVENT_ACCEPT_FAILED:
return doEvent(acceptFailureHandler,
event.data.accept_failed.addr,
event.data.accept_failed.err);
break;
// Connect
case ZMQ_EVENT_CONNECTED:
return doEvent(connectHandler,
event.data.connected.addr,
event.data.connected.fd);
case ZMQ_EVENT_CONNECT_DELAYED:
return doEvent(connectFailureHandler,
event.data.connect_delayed.addr,
event.data.connect_delayed.err);
case ZMQ_EVENT_CONNECT_RETRIED:
return doEvent(connectRetryHandler,
event.data.connect_retried.addr,
event.data.connect_retried.interval);
// Close and disconnection
case ZMQ_EVENT_CLOSE_FAILED:
return doEvent(closeFailureHandler,
event.data.close_failed.addr,
event.data.close_failed.err);
case ZMQ_EVENT_CLOSED:
return doEvent(closeHandler,
event.data.closed.addr,
event.data.closed.fd);
case ZMQ_EVENT_DISCONNECTED:
return doEvent(disconnectHandler,
event.data.disconnected.addr,
event.data.disconnected.fd);
default:
LOG(ZmqLogs::print)
<< "got unknown event type " << event.event << endl;
return doEvent(defaultHandler, "", -1);
}
}
/*****************************************************************************/
/* NAMED ZEROMQ ENDPOINT */
/*****************************************************************************/
ZmqNamedEndpoint::
ZmqNamedEndpoint(std::shared_ptr<zmq::context_t> context)
: context_(context)
{
}
void
ZmqNamedEndpoint::
init(std::shared_ptr<ConfigurationService> config,
int socketType,
const std::string & endpointName)
{
NamedEndpoint::init(config, endpointName);
this->socketType = socketType;
this->socket_.reset(new zmq::socket_t(*context_, socketType));
setHwm(*socket_, 65536);
addSource("ZmqNamedEndpoint::socket",
std::make_shared<ZmqBinaryEventSource>
(*socket_, [=] (std::vector<zmq::message_t> && message)
{
handleRawMessage(std::move(message));
}));
}
std::string
ZmqNamedEndpoint::
bindTcp(PortRange const & portRange, std::string host)
{
std::unique_lock<Lock> guard(lock);
if (!socket_)
THROW(ZmqLogs::error) << "bind called before init" << std::endl;
using namespace std;
if (host == "")
host = "*";
int port = bindAndReturnOpenTcpPort(*socket_, portRange, host);
auto getUri = [&] (const std::string & host)
{
return "tcp://" + host + ":" + to_string(port);
};
Json::Value config;
auto addEntry = [&] (const std::string& addr,
const std::string& hostScope)
{
std::string uri;
if(hostScope != "*") {
uri = "tcp://" + addr + ":" + to_string(port);
}
else {
uri = "tcp://" + ML::fqdn_hostname(to_string(port)) + ":" + to_string(port);
}
Json::Value & entry = config[config.size()];
entry["zmqConnectUri"] = uri;
Json::Value & transports = entry["transports"];
transports[0]["name"] = "tcp";
transports[0]["addr"] = addr;
transports[0]["hostScope"] = hostScope;
transports[0]["port"] = port;
transports[1]["name"] = "zeromq";
transports[1]["socketType"] = socketType;
transports[1]["uri"] = uri;
};
if (host == "*") {
auto interfaces = getInterfaces({AF_INET});
for (unsigned i = 0; i < interfaces.size(); ++i) {
addEntry(interfaces[i].addr, interfaces[i].hostScope);
}
publishAddress("tcp", config);
return getUri(host);
}
else {
string host2 = addrToIp(host);
// TODO: compute the host scope; don't just assume "*"
addEntry(host2, "*");
publishAddress("tcp", config);
return getUri(host2);
}
}
/*****************************************************************************/
/* NAMED ZEROMQ PROXY */
/*****************************************************************************/
ZmqNamedProxy::
ZmqNamedProxy() :
context_(new zmq::context_t(1)),
local(true),
shardIndex(-1)
{
}
ZmqNamedProxy::
ZmqNamedProxy(std::shared_ptr<zmq::context_t> context, int shardIndex) :
context_(context),
local(true),
shardIndex(shardIndex)
{
}
void
ZmqNamedProxy::
init(std::shared_ptr<ConfigurationService> config,
int socketType,
const std::string & identity)
{
this->connectionType = NO_CONNECTION;
this->connectionState = NOT_CONNECTED;
this->config = config;
socket_.reset(new zmq::socket_t(*context_, socketType));
if (identity != "")
setIdentity(*socket_, identity);
setHwm(*socket_, 65536);
serviceWatch.init(std::bind(&ZmqNamedProxy::onServiceNodeChange,
this,
std::placeholders::_1,
std::placeholders::_2));
endpointWatch.init(std::bind(&ZmqNamedProxy::onEndpointNodeChange,
this,
std::placeholders::_1,
std::placeholders::_2));
}
bool
ZmqNamedProxy::
connect(const std::string & endpointName,
ConnectionStyle style)
{
if (!config) {
THROW(ZmqLogs::error)
<< "attempt to connect to " << endpointName
<< " without calling init()" << endl;
}
if (connectionState == CONNECTED)
THROW(ZmqLogs::error) << "already connected" << endl;
this->connectedService = endpointName;
if (connectionType == NO_CONNECTION)
connectionType = CONNECT_DIRECT;
LOG(ZmqLogs::print) << "connecting to " << endpointName << endl;
vector<string> children
= config->getChildren(endpointName, endpointWatch);
auto setPending = [&]
{
std::lock_guard<ZmqEventSource::SocketLock> guard(socketLock_);
if (connectionState == NOT_CONNECTED)
connectionState = CONNECTION_PENDING;
};
for (auto c: children) {
ExcAssertNotEqual(connectionState, CONNECTED);
string key = endpointName + "/" + c;
Json::Value epConfig = config->getJson(key);
for (auto & entry: epConfig) {
if (!entry.isMember("zmqConnectUri"))
return true;
string uri = entry["zmqConnectUri"].asString();
auto hs = entry["transports"][0]["hostScope"];
if (!hs)
continue;
string hostScope = hs.asString();
if (hs != "*") {
utsname name;
if (uname(&name)) {
THROW(ZmqLogs::error)
<< "uname error: " << strerror(errno) << std::endl;
}
if (hostScope != name.nodename)
continue; // wrong host scope
}
{
std::lock_guard<ZmqEventSource::SocketLock> guard(socketLock_);
socket().connect(uri.c_str());
connectedUri = uri;
connectionState = CONNECTED;
}
LOG(ZmqLogs::print) << "connected to " << uri << endl;
onConnect(uri);
return true;
}
setPending();
return false;
}
if (style == CS_MUST_SUCCEED && connectionState != CONNECTED) {
THROW(ZmqLogs::error)
<< "couldn't connect to any services of class " << serviceClass
<< endl;
}
setPending();
return connectionState == CONNECTED;
}
bool
ZmqNamedProxy::
connectToServiceClass(const std::string & serviceClass,
const std::string & endpointName,
bool local_,
ConnectionStyle style)
{
local = local_;
// TODO: exception safety... if we bail don't screw around the auction
ExcAssertNotEqual(connectionType, CONNECT_DIRECT);
ExcAssertNotEqual(serviceClass, "");
ExcAssertNotEqual(endpointName, "");
this->serviceClass = serviceClass;
this->endpointName = endpointName;
if (connectionType == NO_CONNECTION)
connectionType = CONNECT_TO_CLASS;
if (!config) {
THROW(ZmqLogs::error)
<< "attempt to connect to " << endpointName
<< " without calling init()" << endl;
}
if (connectionState == CONNECTED)
THROW(ZmqLogs::error) << "attempt to double connect connection" << endl;
vector<string> children
= config->getChildren("serviceClass/" + serviceClass, serviceWatch);
for (auto c: children) {
string key = "serviceClass/" + serviceClass + "/" + c;
Json::Value value = config->getJson(key);
std::string name = value["serviceName"].asString();
std::string path = value["servicePath"].asString();
std::string location = value["serviceLocation"].asString();
if (local && location != config->currentLocation) {
LOG(ZmqLogs::trace)
<< path << " / " << name << " dropped while connecting to "
<< serviceClass << "/" << endpointName
<< "(" << location << " != " << config->currentLocation << ")"
<< std::endl;
continue;
}
bool ok = connect(
path + "/" + endpointName,
style == CS_ASYNCHRONOUS ? CS_ASYNCHRONOUS : CS_SYNCHRONOUS);
if (!ok) continue;
shardIndex = value.get("shardIndex", -1).asInt();
return true;
}
if (style == CS_MUST_SUCCEED && connectionState != CONNECTED) {
THROW(ZmqLogs::error)
<< "couldn't connect to any services of class " << serviceClass
<< endl;
}
{
std::lock_guard<ZmqEventSource::SocketLock> guard(socketLock_);
if (connectionState == NOT_CONNECTED)
connectionState = CONNECTION_PENDING;
}
return connectionState == CONNECTED;
}
void
ZmqNamedProxy::
onServiceNodeChange(const std::string & path,
ConfigurationService::ChangeType change)
{
if (connectionState != CONNECTION_PENDING)
return; // no need to watch anymore
connectToServiceClass(serviceClass, endpointName, local, CS_ASYNCHRONOUS);
}
void
ZmqNamedProxy::
onEndpointNodeChange(const std::string & path,
ConfigurationService::ChangeType change)
{
if (connectionState != CONNECTION_PENDING)
return; // no need to watch anymore
connect(connectedService, CS_ASYNCHRONOUS);
}
/******************************************************************************/
/* ZMQ MULTIPLE NAMED CLIENT BUS PROXY */
/******************************************************************************/
void
ZmqMultipleNamedClientBusProxy::
connectAllServiceProviders(const std::string & serviceClass,
const std::string & endpointName,
bool local)
{
if (connected) {
THROW(ZmqLogs::error)
<< "already connected to "
<< serviceClass << " / " << endpointName
<< std::endl;
}
this->serviceClass = serviceClass;
this->endpointName = endpointName;
serviceProvidersWatch.init([=] (const std::string & path,
ConfigurationService::ChangeType change)
{
++changesCount[change];
onServiceProvidersChanged("serviceClass/" + serviceClass, local);
});
onServiceProvidersChanged("serviceClass/" + serviceClass, local);
connected = true;
}
/** Zookeeper makes the onServiceProvidersChanged calls re-entrant which is
annoying to deal with. Instead, when a re-entrant call is detected we defer
the call until we're done with the original call.
*/
bool
ZmqMultipleNamedClientBusProxy::
enterProvidersChanged(const std::string& path, bool local)
{
std::lock_guard<ML::Spinlock> guard(providersChangedLock);
if (!inProvidersChanged) {
inProvidersChanged = true;
return true;
}
LOG(ZmqLogs::trace)
<< "defering providers changed for " << path << std::endl;
deferedProvidersChanges.emplace_back(path, local);
return false;
}
void
ZmqMultipleNamedClientBusProxy::
exitProvidersChanged()
{
std::vector<DeferedProvidersChanges> defered;
{
std::lock_guard<ML::Spinlock> guard(providersChangedLock);
defered = std::move(deferedProvidersChanges);
inProvidersChanged = false;
}
for (const auto& item : defered)
onServiceProvidersChanged(item.first, item.second);
}
void
ZmqMultipleNamedClientBusProxy::
onServiceProvidersChanged(const std::string & path, bool local)
{
if (!enterProvidersChanged(path, local)) return;
// The list of service providers has changed
std::vector<std::string> children
= config->getChildren(path, serviceProvidersWatch);
for (auto c: children) {
Json::Value value = config->getJson(path + "/" + c);
std::string name = value["serviceName"].asString();
std::string path = value["servicePath"].asString();
int shardIndex = value.get("shardIndex", -1).asInt();
std::string location = value["serviceLocation"].asString();
if (local && location != config->currentLocation) {
LOG(ZmqLogs::trace)
<< path << " / " << name << " dropped ("
<< location << " != " << config->currentLocation << ")"
<< std::endl;
continue;
}
watchServiceProvider(name, path, shardIndex);
}
// deleting the connection could trigger a callback which is a bad idea
// while we're holding the connections lock. So instead we move all the
// connections to be deleted to a temp map which we'll wipe once the
// lock is released.
ConnectionMap pendingDisconnects;
{
std::unique_lock<Lock> guard(connectionsLock);
// Services that are no longer in zookeeper are considered to be
// disconnected so remove them from our connection map.
for (auto& conn : connections) {
auto it = find(children.begin(), children.end(), conn.first);
if (it != children.end()) continue;
// Erasing from connections in this loop would invalidate our
// iterator so defer until we're done with the connections map.
removeSource(conn.second.get());
pendingDisconnects[conn.first] = std::move(conn.second);
}
for (const auto& conn : pendingDisconnects)
connections.erase(conn.first);
}
// We're no longer holding the lock so any delayed. Time to really
// disconnect and trigger the callbacks.
pendingDisconnects.clear();
exitProvidersChanged();
}
/** Encapsulates a lock-free state machine that manages the logic of the on
config callback. The problem being solved is that the onConnect callback
should not call the user's callback while we're holding the connection
lock but should do it when the lock is released.
The lock-free state machine guarantees that no callbacks are lost and
that no callbacks will be triggered before a call to release is made.
The overhead of this class amounts to at most 2 CAS when the callback is
triggered; one if there's no contention.
Note that this isn't an ideal solution to this problem because we really
should get rid of the locks when manipulating these events.
\todo could be generalized if we need this pattern elsewhere.
*/
struct ZmqMultipleNamedClientBusProxy::OnConnectCallback
{
OnConnectCallback(const ConnectionHandler& fn, std::string name) :
fn(fn), name(name), state(DEFER)
{}
/** Should ONLY be called AFTER the lock is released. */
void release()
{
State old = state;
ExcAssertNotEqual(old, CALL);
// If the callback wasn't triggered while we were holding the lock
// then trigger it the next time we see it.
if (old == DEFER && ML::cmp_xchg(state, old, CALL)) return;
ExcAssertEqual(old, DEFERRED);
fn(name);
}
void operator() (std::string blah)
{
State old = state;
ExcAssertNotEqual(old, DEFERRED);
// If we're still in the locked section then trigger the callback
// when release is called.
if (old == DEFER && ML::cmp_xchg(state, old, DEFERRED)) return;
// We're out of the locked section so just trigger the callback.
ExcAssertEqual(old, CALL);
fn(name);
}
private:
ConnectionHandler fn;
std::string name;
enum State {
DEFER, // We're holding the lock so defer an incoming callback.
DEFERRED, // We were called while holding the lock.
CALL // We were not called while holding the lock.
} state;
};
void
ZmqMultipleNamedClientBusProxy::
watchServiceProvider(const std::string & name, const std::string & path, int shardIndex)
{
// Protects the connections map... I think.
std::unique_lock<Lock> guard(connectionsLock);
auto & c = connections[name];
// already connected
if (c) {
LOG(ZmqLogs::trace)
<< path << " / " << name << " is already connected"
<< std::endl;
return;
}
LOG(ZmqLogs::trace)
<< "connecting to " << path << " / " << name << std::endl;
try {
auto newClient = std::make_shared<ZmqNamedClientBusProxy>(zmqContext, shardIndex);
newClient->init(config, identity);
// The connect call below could trigger this callback while we're
// holding the connectionsLock which is a big no-no. This fancy
// wrapper ensures that it's only called after we call its release
// function.
if (connectHandler)
newClient->connectHandler = OnConnectCallback(connectHandler, name);
newClient->disconnectHandler = [=] (std::string s)
{
// TODO: chain in so that we know it's not around any more
this->onDisconnect(s);
};
newClient->connect(path + "/" + endpointName);
newClient->messageHandler = [=] (const std::vector<std::string> & msg)
{
this->handleMessage(name, msg);
};
c = std::move(newClient);
// Add it to our message loop so that it can process messages
addSource("ZmqMultipleNamedClientBusProxy child " + name, c);
guard.unlock();
if (connectHandler)
c->connectHandler.target<OnConnectCallback>()->release();
} catch (...) {
// Avoid triggering the disconnect callbacks while holding the
// connectionsLock by defering the delete of the connection until
// we've manually released the lock.
ConnectionMap::mapped_type conn(std::move(connections[name]));
connections.erase(name);
guard.unlock();
// conn is a unique_ptr so it gets destroyed here.
throw;
}
}
} // namespace Datacratic
| [
"root@ubuntu-virtual-machine.(none)"
] | root@ubuntu-virtual-machine.(none) |
1aca35177423221aa192c18cf8c173cadc6b053c | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE401_Memory_Leak/s03/CWE401_Memory_Leak__twoIntsStruct_calloc_84_goodG2B.cpp | bc6eeffd41cc9b6ac44eddbbdf454e3d2654ce46 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 1,422 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE401_Memory_Leak__twoIntsStruct_calloc_84_goodG2B.cpp
Label Definition File: CWE401_Memory_Leak.c.label.xml
Template File: sources-sinks-84_goodG2B.tmpl.cpp
*/
/*
* @description
* CWE: 401 Memory Leak
* BadSource: calloc Allocate data using calloc()
* GoodSource: Allocate data on the stack
* Sinks:
* GoodSink: call free() on data
* BadSink : no deallocation of data
* Flow Variant: 84 Data flow: data passed to class constructor and destructor by declaring the class object on the heap and deleting it after use
*
* */
#ifndef OMITGOOD
#include "std_testcase.h"
#include "CWE401_Memory_Leak__twoIntsStruct_calloc_84.h"
namespace CWE401_Memory_Leak__twoIntsStruct_calloc_84
{
CWE401_Memory_Leak__twoIntsStruct_calloc_84_goodG2B::CWE401_Memory_Leak__twoIntsStruct_calloc_84_goodG2B(twoIntsStruct * dataCopy)
{
data = dataCopy;
/* FIX: Use memory allocated on the stack with ALLOCA */
data = (twoIntsStruct *)ALLOCA(100*sizeof(twoIntsStruct));
/* Initialize and make use of data */
data[0].intOne = 0;
data[0].intTwo = 0;
printStructLine(&data[0]);
}
CWE401_Memory_Leak__twoIntsStruct_calloc_84_goodG2B::~CWE401_Memory_Leak__twoIntsStruct_calloc_84_goodG2B()
{
/* POTENTIAL FLAW: No deallocation */
; /* empty statement needed for some flow variants */
}
}
#endif /* OMITGOOD */
| [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
3ba503266bd38622210fa83aca2e9668420ea6b1 | 7bdd580aaa78ccad9ca75b05fb48130f7f245233 | /SHNtupliser/interface/SHCaloHit.hh | 48804d7ff5a44f8cbaf1a5921022059f1a382fe3 | [] | no_license | IlariaVai/usercode | d632056e23d836ae3bc675bd36ca4c8c13a59006 | ce83497cdba12b0a273e67d877bd192e441d3fb9 | refs/heads/master | 2021-01-20T04:22:51.204015 | 2014-04-24T16:52:28 | 2014-04-24T16:52:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,359 | hh | #ifndef SHCALOHIT
#define SHCALOHIT
#include "TObject.h"
#include <iostream>
#include "stdint.h"
class SHCaloHit : public TObject {
private:
float nrgy_;
int detId_;
float time_;
uint32_t flag_;
uint32_t flagBits_;
public:
SHCaloHit():nrgy_(0.),detId_(0),time_(0),flag_(0),flagBits_(0){}
SHCaloHit(int iId,float iNrgy,float iTime,uint32_t iFlag,uint32_t iFlagBits);
SHCaloHit(int iId,float iNrgy);
// SHCaloHit(const SHCaloHit & rhs);
~SHCaloHit(){}
// SHCaloHit& operator=(const SHCaloHit& rhs);
float nrgy()const{return nrgy_;}
int detId()const{return detId_;}
float time()const{return time_;}
uint32_t flag()const{return flag_;}
uint32_t flagBits()const{return flagBits_;}
void setNrgy(float iNrgy){nrgy_=iNrgy;}
void setDetId(int iDetId){detId_=iDetId;}
void setTime(float iTime){time_=iTime;}
void setFlag(uint32_t iFlag){flag_=iFlag;}
void setFlagBits(uint32_t iFlagBits){flagBits_=iFlagBits;}
bool operator==(const SHCaloHit& rhs)const{return detId_==rhs.detId_;}
bool operator<(const SHCaloHit& rhs)const{return detId_<rhs.detId_;}
bool operator<(int rhs)const{return detId_<rhs;}
friend bool operator<(int lhs,const SHCaloHit& rhs);
ClassDef(SHCaloHit,3)
};
//stop gap to remain compatable with old code
typedef SHCaloHit SHEcalHit;
typedef SHCaloHit SHHcalHit;
#endif
| [
""
] | |
b922b803af6b5cbe0a16455849047dc04a9659fc | e2926e208e908c247433112f047912a7d742c553 | /Project/Project/ElectricityGameObject.cpp | 61f91b1ff22411709a7e894368eb835ec69b9dcd | [] | no_license | Minivera/COMP2501-project | ad32db3d81106330443729fba6d6b0eafbafe151 | d44ab72974a7bc5dc3ec391a52317cab833665f0 | refs/heads/master | 2022-04-27T11:33:43.519440 | 2020-04-29T14:23:24 | 2020-04-29T14:23:24 | 243,143,579 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,451 | cpp | #include "ElectricityGameObject.h"
#include "TerrainGameObject.h"
#include "PlayerGameObject.h"
ElectricityGameObject::ElectricityGameObject(double entityLifespan, glm::vec3& entitySpeed, glm::vec3& entityPosition, GLfloat entityAngle, GLuint entityTexture, GLint entityNumElements) :
GameObject(entityPosition, entitySpeed, glm::vec3(0.25, 0.25, 1), entityAngle, entityTexture, entityNumElements) {
lifespan = entityLifespan;
angle = entityAngle;
speed = entitySpeed;
}
void ElectricityGameObject::update(std::vector<shared_ptr<GameObject>>& entities, double deltaTime) {
auto player = dynamic_pointer_cast<PlayerGameObject>(entities.at(0));
if (player && checkCollision(*player)) {
player->hurt(*this);
dirty = true;
return;
}
for (auto it = entities.begin(); it != entities.end(); it++) {
// Checks if the current object collides with a wall
auto terrain = dynamic_pointer_cast<TerrainGameObject>(*it);
if (terrain && checkCollision(*(*it))) {
dirty = true;
return;
}
}
lifespan -= deltaTime;
if (lifespan <= 0) {
dirty = true;
}
velocity.x = speed.x;
GameObject::update(entities, deltaTime);
}
GLuint ElectricityGameObject::projectileTextureID;
int ElectricityGameObject::setTextures(void (setFuncPtr)(GLuint w, const char* fname), GLuint* textures, int offset) {
setFuncPtr(textures[offset + 0], "Assets\\objects\\projectile.png");
projectileTextureID = textures[offset + 0];
return offset + 1;
}
| [
"guillaume@manifold.co"
] | guillaume@manifold.co |
e5bb96cb128640fd4760d6d46954fb4a3c9c48af | ad10052619b7bc79d311940bd2419772c4bc8a53 | /topcoder-master/TheNumbersWithLuckyLastDigit.cpp | b323403ee38cd5c8cb21220f2d8cb1958b52d85e | [] | no_license | bluepine/topcoder | 3af066a5b1ac6c448c50942f98deb2aa382ba040 | d300c8a349a8346dba4a5fe3b4f43b17207627a1 | refs/heads/master | 2021-01-19T08:15:06.539102 | 2014-04-02T21:10:58 | 2014-04-02T21:10:58 | 18,381,690 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 416 | cpp | #include <string>
#include <vector>
class TheNumbersWithLuckyLastDigit {
public:
int find(int n) {
int t[10] = {5, 2, 3, 5, 1, 3, 4, 1, 2, 4};
int v[10] = {20, 11, 12, 23, 4, 15, 16, 7, 8, 19};
int last = n % 10;
if (n % 10 == 7)
return 1;
if (n < v[last])
return -1;
return t[last];
}
};
| [
"1983.song.wei@gmail.com"
] | 1983.song.wei@gmail.com |
f7257ec741b3ea1f682f06ca9b23c338c0e980dc | a347be60d574aa24f095b0d83c7ac8835d0271fe | /Part13算法竞赛宝典/第一部资源包/第六章 函数/递归调用/求平方根的递归解决.cpp | c976c4bb12397d6a8a5c38ff54f10027e0ea7393 | [
"LicenseRef-scancode-mulanpsl-1.0-en",
"MulanPSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | fanll4523/algorithms | 7f2f4a2be499b13345531a700d917ec10e961ad7 | 2c274d785adc75c0952a79cbdd69304452e6d7c1 | refs/heads/master | 2023-08-15T23:40:17.832882 | 2021-10-24T04:42:47 | 2021-10-24T04:42:47 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 351 | cpp | //求平方根的递归解决
#include <iostream>
#include <cmath>
using namespace std;
double SquareRoot(double a,double x0)
{
double x1,ans;
x1=(x0+a/x0)/2;
if(fabs(x1-x0)>1e-8)
ans=SquareRoot(a,x1);
else
ans=x1;
return ans;
}
int main()
{
double x;
cin>>x;
cout<<SquareRoot(x,1.0);
system("pause");
return 0;
}
| [
"1648266192@qq.com"
] | 1648266192@qq.com |
a67dc962aec73d9b43f8e3fc21c182dbf4a27782 | c40196b52a3b6c3e7553ab31dd886ce472939309 | /StateMan.cpp | 0faa8f6c56d5fb58c2b6f00c4c959741645e7692 | [] | no_license | chaitanya200201/Snake_Game | 4128f4d2435316b3e0cdf5fadc4cd62f22da50b2 | d61923193b1c408e42837e73e155370bd08f605e | refs/heads/main | 2023-02-28T18:29:36.625642 | 2021-02-06T11:11:36 | 2021-02-06T11:11:36 | 336,486,378 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 965 | cpp | #include "StateMan.hpp"
Engine::StateMan::StateMan() : m_add(false), m_replace(false), m_remove(false)
{
}
Engine::StateMan::~StateMan()
{
}
void Engine::StateMan::Add(std::unique_ptr<State> toAdd, bool replace)
{
m_add = true;
m_newState = std::move(toAdd);
m_replace = replace;
}
void Engine::StateMan::PopCurrent()
{
m_remove = true;
}
void Engine::StateMan::ProcessStateChange()
{
if (m_remove && (!m_stateStack.empty()))
{
m_stateStack.pop();
if (!m_stateStack.empty())
{
m_stateStack.top()->Start();
}
m_remove = false;
}
if (m_add)
{
if (m_replace && (!m_stateStack.empty()))
{
m_stateStack.pop();
m_replace = false;
}
if (!m_stateStack.empty())
{
m_stateStack.top()->Pause();
}
m_stateStack.push(std::move(m_newState));
m_stateStack.top()->Init();
m_stateStack.top()->Start();
m_add = false;
}
}
std::unique_ptr<Engine::State>& Engine::StateMan::GetCurrent()
{
return m_stateStack.top();
}
| [
"chaitanya44123@gmail.com"
] | chaitanya44123@gmail.com |
06286851c5fbecbdd1b6d0c5d147bbbe1594cac3 | 3bcc13b266921198e8efd6e31bd9214b2442f91f | /Documentos/clase8/example10_iteradores.cpp | 43bae368300384933001023970cb8f5817d8ba98 | [] | no_license | lidersamir/CursoFCII_UdeA_2021_1 | 5604f283188a52280894e62993c3503308a2bc63 | 23f24e799a1175589f38a735bd1aa1ab79999336 | refs/heads/main | 2023-07-18T13:35:13.680024 | 2021-08-28T18:19:24 | 2021-08-28T18:19:24 | 343,796,042 | 1 | 0 | null | 2021-03-02T14:08:44 | 2021-03-02T14:08:43 | null | UTF-8 | C++ | false | false | 571 | cpp | #include <iostream>
#include <iomanip>
#include <string>
using namespace std;
int main()
{
string cadena1( "Prueba de los iteradores" );
string::const_iterator iterador1 = cadena1.begin();
cout << "cadena1 = " << cadena1
<< "\n(Usando el iterador iterador1) cadena1 es: ";
// itera a través del objeto string
while ( iterador1 != cadena1.end() )
{
cout << *iterador1; // desreferencia el iterador para obtener un char
iterador1++; // avanza el iterador al siguiente char
} // fin de while
cout << endl;
return 0;
}
| [
"jhovanny.andres.mejia.guisao@cern.ch"
] | jhovanny.andres.mejia.guisao@cern.ch |
fa48d2ecabdf6efe097b3d5d3c1058e2ffb1d136 | ebbdd09616ccbf35e66c9a3430b0c4f42b841d58 | /Classes/Entity/Entity.h | dae6d5f5a7ad6c3a9ad53d337cc54c0a5fe82255 | [] | no_license | MarkZhongsh/runrunrun | 55c4fd87005701c4fef8d90ebb14d248455f8b81 | bf75b23dd2244c94b15743089265d91acf052230 | refs/heads/master | 2021-01-19T17:41:46.045795 | 2015-02-27T09:42:39 | 2015-02-27T09:42:39 | 31,412,688 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 205 | h | #ifndef ENTITY_H_H_
#define ENTITY_H_H_
#include "cocos2d.h"
class Entity : public cocos2d::CCNode
{
public:
void bindSprite(cocos2d::CCSprite *pSprite);
private:
cocos2d::CCSprite *pSprite;
};
#endif
| [
"MarkZhongsh@gmain.com"
] | MarkZhongsh@gmain.com |
05b6c58c30adcc8bcb015ead7c94420ee8307dd3 | c02b6e8b4e762900c0a4e6b5039692b3b090a31c | /led_alternado/led_alternado.ino | 1a0abf46a9814c0beedd947eaf2c383b3942b25e | [] | no_license | fepaf/Workshop-Arduino | b706debe050c86896789c1022329cbbbf1ec1ca1 | 060455435d829d48d4d2859914c149aaec4a7fc1 | refs/heads/master | 2020-04-22T12:27:03.792938 | 2019-02-12T18:50:07 | 2019-02-12T18:50:07 | 170,371,947 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 357 | ino | int led = 2;
int botao = 3;
int pressionado = 0;
int alternado = 0;
void setup() {
pinMode(led,OUTPUT);
pinMode(botao,INPUT);
}
void loop() {
pressionado = digitalRead(botao);
if (pressionado == HIGH){
delay(200);
alternado ^= 1;
}
if (alternado == 1){
digitalWrite(led,HIGH);
}
else{
digitalWrite(led,LOW);
}
}
| [
"francisco.fepaf@gmail.com"
] | francisco.fepaf@gmail.com |
b246b50633e6bd649c8cc95a004e1f02f3a91525 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /third_party/blink/renderer/core/html/canvas/text_metrics.cc | 066c8ac60c77b7066e381f9217eb3fe5a184dcb9 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 4,149 | cc | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/core/html/canvas/text_metrics.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_baselines.h"
#include "third_party/blink/renderer/platform/fonts/character_range.h"
namespace blink {
constexpr int kHangingAsPercentOfAscent = 80;
float TextMetrics::GetFontBaseline(const TextBaseline& text_baseline,
const SimpleFontData& font_data) {
FontMetrics font_metrics = font_data.GetFontMetrics();
switch (text_baseline) {
case kTopTextBaseline:
return font_data.EmHeightAscent().ToFloat();
case kHangingTextBaseline:
// According to
// http://wiki.apache.org/xmlgraphics-fop/LineLayout/AlignmentHandling
// "FOP (Formatting Objects Processor) puts the hanging baseline at 80% of
// the ascender height"
return font_metrics.FloatAscent() * kHangingAsPercentOfAscent / 100.0;
case kIdeographicTextBaseline:
return -font_metrics.FloatDescent();
case kBottomTextBaseline:
return -font_data.EmHeightDescent().ToFloat();
case kMiddleTextBaseline:
return (font_data.EmHeightAscent().ToFloat() -
font_data.EmHeightDescent().ToFloat()) /
2.0f;
case kAlphabeticTextBaseline:
default:
// Do nothing.
break;
}
return 0;
}
void TextMetrics::Trace(Visitor* visitor) {
visitor->Trace(baselines_);
ScriptWrappable::Trace(visitor);
}
TextMetrics::TextMetrics() : baselines_(Baselines::Create()) {}
TextMetrics::TextMetrics(const Font& font,
const base::i18n::TextDirection& direction,
const TextBaseline& baseline,
const TextAlign& align,
const String& text)
: TextMetrics() {
Update(font, direction, baseline, align, text);
}
void TextMetrics::Update(const Font& font,
const base::i18n::TextDirection& direction,
const TextBaseline& baseline,
const TextAlign& align,
const String& text) {
const SimpleFontData* font_data = font.PrimaryFont();
if (!font_data)
return;
TextRun text_run(
text, /* xpos */ 0, /* expansion */ 0,
TextRun::kAllowTrailingExpansion | TextRun::kForbidLeadingExpansion,
direction, false);
text_run.SetNormalizeSpace(true);
FloatRect bbox = font.BoundingBox(text_run);
const FontMetrics& font_metrics = font_data->GetFontMetrics();
advances_ = font.IndividualCharacterAdvances(text_run);
// x direction
width_ = bbox.Width();
FloatRect glyph_bounds;
double real_width = font.Width(text_run, nullptr, &glyph_bounds);
float dx = 0.0f;
if (align == kCenterTextAlign)
dx = real_width / 2.0f;
else if (align == kRightTextAlign ||
(align == kStartTextAlign &&
direction == base::i18n::TextDirection::RIGHT_TO_LEFT) ||
(align == kEndTextAlign &&
direction != base::i18n::TextDirection::RIGHT_TO_LEFT))
dx = real_width;
actual_bounding_box_left_ = -glyph_bounds.X() + dx;
actual_bounding_box_right_ = glyph_bounds.MaxX() - dx;
// y direction
const float ascent = font_metrics.FloatAscent();
const float descent = font_metrics.FloatDescent();
const float baseline_y = GetFontBaseline(baseline, *font_data);
font_bounding_box_ascent_ = ascent - baseline_y;
font_bounding_box_descent_ = descent + baseline_y;
actual_bounding_box_ascent_ = -bbox.Y() - baseline_y;
actual_bounding_box_descent_ = bbox.MaxY() + baseline_y;
em_height_ascent_ = font_data->EmHeightAscent() - baseline_y;
em_height_descent_ = font_data->EmHeightDescent() + baseline_y;
// TODO(fserb): hanging/ideographic baselines are broken.
baselines_->setAlphabetic(-baseline_y);
baselines_->setHanging(ascent * kHangingAsPercentOfAscent / 100.0f -
baseline_y);
baselines_->setIdeographic(-descent - baseline_y);
}
} // namespace blink
| [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
00ce7298df7142ffe86a98c25a911a46f1be6840 | 4e172938ae605616cf9808e2b7fd40c1617a7d9d | /ex01/Bureaucrat.cpp | c72e013a708ddd87040c66beac1c1c62bf1a2dd5 | [] | no_license | gghotted/cpp05 | 74b76b9937d3f349d710a78013f538c88453ede7 | ab6294859fe53b1de09de5450592c08bd00a7cc8 | refs/heads/master | 2023-04-20T18:18:04.967112 | 2021-05-26T09:45:14 | 2021-05-26T09:45:14 | 369,994,384 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,566 | cpp | #include "Bureaucrat.hpp"
Bureaucrat::Bureaucrat(const std::string& name, int grade)
: name(name)
{
setGrade(grade);
}
Bureaucrat::Bureaucrat(const Bureaucrat& bureaucrat)
: name(bureaucrat.name)
{
*this = bureaucrat;
}
Bureaucrat::~Bureaucrat(void)
{
}
Bureaucrat& Bureaucrat::operator = (const Bureaucrat& bureaucrat)
{
grade = bureaucrat.grade;
return *this;
}
const std::string& Bureaucrat::getName() const
{
return name;
}
int Bureaucrat::getGrade() const
{
return grade;
}
Bureaucrat::Bureaucrat()
{
}
void Bureaucrat::increaseGrade()
{
setGrade(grade - 1);
}
void Bureaucrat::decreaseGrade()
{
setGrade(grade + 1);
}
void Bureaucrat::signForm(Form& form) const
{
try
{
form.beSigned(*this);
std::cout << name << " signs \"" << form.getName() << "\"\n";
}
catch(const std::exception& e)
{
std::cout << name << " cannot sign \"" << form.getName() << "\"\n";
std::cout << "because " << e.what() << '\n';
}
}
const char* Bureaucrat::GradeTooHighException::what() const throw()
{
return "Bureaucrat: Too high grade!";
}
const char* Bureaucrat::GradeTooLowException::what() const throw()
{
return "Bureaucrat: Too low grade!";
}
void Bureaucrat::setGrade(int grade)
{
if (grade < maxGrade) throw GradeTooHighException();
if (grade > minGrade) throw GradeTooLowException();
this->grade = grade;
}
std::ostream& operator << (std::ostream& os, const Bureaucrat& bureaucrat)
{
os << '<' << bureaucrat.getName()
<< ">, bureaucrat grade " << bureaucrat.getGrade() << "\n";
return os;
}
| [
"gghotted@gmail.com"
] | gghotted@gmail.com |
53c6830f8c653fe76acbc922aacae904355cc04c | 15b322d609ed38de5392b67fc578fbbd22a4b7d0 | /TextArt/BADA/FBaseColIHashCodeProvider.h | 83c34151a52a605400ac33cd416899685c820a1e | [] | no_license | Vizantiec/Bada | 7725bb06cecb72267218220bec05a99879fc2087 | 51a3f544c8e0193dbf374d3a8042d867dbca9818 | refs/heads/master | 2016-09-11T02:18:26.326902 | 2013-12-23T10:22:35 | 2013-12-23T10:22:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,900 | h | /* $Change: 1142016 $ */
//
// Copyright (c) 2011 Samsung Electronics Co., Ltd.
// All rights reserved.
// This software contains confidential and proprietary information
// of Samsung Electronics Co., Ltd.
// The user of this software agrees not to disclose, disseminate or copy such
// Confidential Information and shall use the software only in accordance with
// the terms of the license agreement the user entered into with Samsung.
//
/**
* @file FBaseColIHashCodeProvider.h
* @brief This is the header file for the %IHashCodeProvider interface.
*
* This header file contains the declarations of the %IHashCodeProvider interface.
*/
#ifndef _FBASE_COL_IHASH_CODE_PROVIDER_H_
#define _FBASE_COL_IHASH_CODE_PROVIDER_H_
namespace Osp {namespace Base {class Object;}}
namespace Osp { namespace Base { namespace Collection {
/**
* @interface IHashCodeProvider
*
* @brief This interface represents classes that can provide the hash code of a specific type of object.
* @since 1.0
*
* The %IHashCodeProvider interface represents classes that can provide the hash code of a specific type of object.
*/
class _EXPORT_BASE_ IHashCodeProvider
{
public:
/**
* This is the destructor for this class.
*
* @since 1.0
*/
virtual ~IHashCodeProvider(void) {}
/**
* Provides the hash code of the specified object.
*
* @since 1.0
* @return The hash code of the specified object
* @param[in] obj A pointer to the object whose hash code is required
* @remarks The hash algorithm is usually specific to a type.
* Two equal instances should return the same hash value.
* For better performance, the used hash function must generate a random distribution for all inputs.
*/
virtual int GetHashCode(const Osp::Base::Object& obj) const = 0;
}; // IHashCodeProvider
}; }; }; // Osp::Base::Collection
#endif // _FBASE_COL_IHASH_CODE_PROVIDER_H_
| [
"us@mobigear.ru"
] | us@mobigear.ru |
d66228d380a445f3b5fed7ddd248544d66d518db | 1ec55de30cbb2abdbaed005bc756b37eafcbd467 | /Nacro/SDK/FN_SM_Farm_Doorway_2_classes.hpp | 79b1e3d95adfd83cb58361e85fd4911c5462eb47 | [
"BSD-2-Clause"
] | permissive | GDBOI101/Nacro | 6e91dc63af27eaddd299b25351c82e4729013b0b | eebabf662bbce6d5af41820ea0342d3567a0aecc | refs/heads/master | 2023-07-01T04:55:08.740931 | 2021-08-09T13:52:43 | 2021-08-09T13:52:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 638 | hpp | #pragma once
// Fortnite (1.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass SM_Farm_Doorway_2.SM_Farm_Doorway_1_C
// 0x0000 (0x10D8 - 0x10D8)
class ASM_Farm_Doorway_1_C : public AParent_BuildingWall_C
{
public:
static UClass* StaticClass()
{
static auto ptr = UObject::FindClass("BlueprintGeneratedClass SM_Farm_Doorway_2.SM_Farm_Doorway_1_C");
return ptr;
}
};
}
#ifdef _MSC_VER
#pragma pack(pop)
#endif
| [
"68667854+Pakchunk@users.noreply.github.com"
] | 68667854+Pakchunk@users.noreply.github.com |
d3cf1711575691b02d33f4053e91c1332cf4c39b | 518bf342bc4138982af3e2724e75f1d9ca3ba56c | /solutions/1091. Shortest Path in Binary Matrix/1091.cpp | b8fb99934e597e7eb20a6273aeeb4b1c40ef702a | [
"MIT"
] | permissive | walkccc/LeetCode | dae85af7cc689882a84ee5011f0a13a19ad97f18 | a27be41c174565d365cbfe785f0633f634a01b2a | refs/heads/main | 2023-08-28T01:32:43.384999 | 2023-08-20T19:00:45 | 2023-08-20T19:00:45 | 172,231,974 | 692 | 302 | MIT | 2023-08-13T14:48:42 | 2019-02-23T15:46:23 | C++ | UTF-8 | C++ | false | false | 1,077 | cpp | class Solution {
public:
int shortestPathBinaryMatrix(vector<vector<int>>& grid) {
const int n = grid.size();
if (grid[0][0] == 0 && n == 1)
return 1;
if (grid[0][0] == 1 || grid.back().back() == 1)
return -1;
const vector<pair<int, int>> dirs{{-1, -1}, {-1, 0}, {-1, 1}, {0, -1},
{0, 1}, {1, -1}, {1, 0}, {1, 1}};
int ans = 0;
queue<pair<int, int>> q{{{0, 0}}};
vector<vector<bool>> seen(n, vector<bool>(n));
seen[0][0] = true;
while (!q.empty()) {
++ans;
for (int sz = q.size(); sz > 0; --sz) {
const auto [i, j] = q.front();
q.pop();
for (const auto [dx, dy] : dirs) {
const int x = i + dx;
const int y = j + dy;
if (x < 0 || x == n || y < 0 || y == n)
continue;
if (grid[x][y] != 0 || seen[x][y])
continue;
if (x == n - 1 && y == n - 1)
return ans + 1;
q.emplace(x, y);
seen[x][y] = true;
}
}
}
return -1;
}
};
| [
"me@pengyuc.com"
] | me@pengyuc.com |
d67972dfa89c105d0991ffde4ca0190d7fab312b | 0cab0121a8138fe50f3808e78bbe5a37d06c70d8 | /QBase/ConfigParser.cc | 9841f03c30d556ee0037e5c7771a751ddc3f4bcc | [] | no_license | mingodad/Qedis | b5dd1785265221ee4aed47866f88560066734900 | b50ffdfb46a5903f4dca8d58cd9f05512bb879e5 | refs/heads/master | 2020-05-29T11:37:33.493444 | 2016-01-03T16:34:35 | 2016-01-03T16:34:35 | 48,952,375 | 0 | 0 | null | 2016-01-03T16:21:10 | 2016-01-03T16:21:10 | null | UTF-8 | C++ | false | false | 2,670 | cc | #include <vector>
#include "ConfigParser.h"
#include "Log/MemoryFile.h"
static const int SPACE = ' ';
static const int TAB = '\t';
static const int NEWLINE = '\n';
static const int COMMENT = '#';
static size_t SkipBlank(const char* data, size_t len, size_t off)
{
while (++ off < len)
{
if (SPACE != data[off] && TAB != data[off])
{
-- off;
break;
}
}
return off;
}
bool ConfigParser::Load(const char* FileName)
{
InputMemoryFile file;
if (!file.Open(FileName))
return false; // no such file
data_.clear();
size_t maxLen = size_t(-1);
const char* data = file.Read(maxLen);
bool bReadKey = true;
std::string key, value;
key.reserve(64);
value.reserve(64);
size_t off = 0;
while (off < maxLen)
{
switch (data[off])
{
case COMMENT:
while (++ off < maxLen)
{
if (NEWLINE == data[off])
{
-- off;
break;
}
}
break;
case NEWLINE:
bReadKey = true;
if (!key.empty())
{
if (data_.count(key) > 0)
{
// duplicate key
data_[key] += " " + value;
}
else
{
data_[key] = value;
}
key.clear();
value.clear();
}
off = SkipBlank(data, maxLen, off);
break;
case SPACE:
case TAB:
// 支持value中有空格
if (bReadKey)
{
bReadKey = false;
off = SkipBlank(data, maxLen, off); // 跳过所有分界空格
}
else
{
value += data[off];
}
break;
case '\r':
break;
default:
if (bReadKey)
key += data[off];
else
value += data[off];
break;
}
++ off;
}
file.Close();
return true;
}
#ifdef CONFIG_DEBUG
int main()
{
ConfigParser csv;
csv.Load("config");
csv.Print();
std::cout << "=====================" << std::endl;
}
#endif
| [
"bertyoung666@gmail.com"
] | bertyoung666@gmail.com |
58b8f0d5cb036eccc08491f3fe837e6ebc91b2f8 | b84c859bde6b8827000ec4a88b57a58e917583ac | /install_aarch64/std_msgs/include/std_msgs/msg/detail/int16__traits.hpp | e21fded55680129f868809a77536fcdf0d4ecafd | [] | no_license | InigoMonreal/rcc | 743a7e657364a81bcd6d9989a9b807bca9134509 | d02fee05d42767ffba6b706ad0c4e7678bc1afb1 | refs/heads/master | 2022-12-02T21:16:31.993047 | 2020-08-11T13:10:34 | 2020-08-11T13:10:34 | 285,869,564 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 908 | hpp | // generated from rosidl_generator_cpp/resource/idl__traits.hpp.em
// with input from std_msgs:msg/Int16.idl
// generated code does not contain a copyright notice
#ifndef STD_MSGS__MSG__DETAIL__INT16__TRAITS_HPP_
#define STD_MSGS__MSG__DETAIL__INT16__TRAITS_HPP_
#include "std_msgs/msg/detail/int16__struct.hpp"
#include <rosidl_runtime_cpp/traits.hpp>
#include <stdint.h>
#include <type_traits>
namespace rosidl_generator_traits
{
template<>
inline const char * data_type<std_msgs::msg::Int16>()
{
return "std_msgs::msg::Int16";
}
template<>
struct has_fixed_size<std_msgs::msg::Int16>
: std::integral_constant<bool, true> {};
template<>
struct has_bounded_size<std_msgs::msg::Int16>
: std::integral_constant<bool, true> {};
template<>
struct is_message<std_msgs::msg::Int16>
: std::true_type {};
} // namespace rosidl_generator_traits
#endif // STD_MSGS__MSG__DETAIL__INT16__TRAITS_HPP_
| [
"22imonreal@gmail.com"
] | 22imonreal@gmail.com |
aa7140e46cc17444117259b1d5d8d4129bd09f68 | 36579e820f5c07cd1fe796abc777f23f32efeb10 | /src/device/fido/fido_hid_message_unittest.cc | 940f98d1a776d55fa5380ebfa5c87f85b6685b58 | [
"BSD-3-Clause"
] | permissive | sokolovp/BraveMining | 089ea9940ee6e6cb8108b106198e66c62049d27b | 7040cdee80f6f7176bea0e92f8f3435abce3e0ae | refs/heads/master | 2020-03-20T00:52:22.001918 | 2018-06-12T11:33:31 | 2018-06-12T11:33:31 | 137,058,944 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,382 | cc | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "device/fido/fido_hid_message.h"
#include "base/memory/ptr_util.h"
#include "base/numerics/safe_conversions.h"
#include "device/fido/ctap_constants.h"
#include "device/fido/fido_hid_packet.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace device {
// Packets should be 64 bytes + 1 report ID byte.
TEST(FidoHidMessageTest, TestPacketSize) {
uint32_t channel_id = 0x05060708;
std::vector<uint8_t> data;
auto init_packet = std::make_unique<FidoHidInitPacket>(
channel_id, CtapHidDeviceCommand::kCtapHidInit, data, data.size());
EXPECT_EQ(64u, init_packet->GetSerializedData().size());
auto continuation_packet =
std::make_unique<FidoHidContinuationPacket>(channel_id, 0, data);
EXPECT_EQ(64u, continuation_packet->GetSerializedData().size());
}
/*
* U2f Init Packets are of the format:
* Byte 0: 0
* Byte 1-4: Channel ID
* Byte 5: Command byte
* Byte 6-7: Big Endian size of data
* Byte 8-n: Data block
*
* Remaining buffer is padded with 0
*/
TEST(FidoHidMessageTest, TestPacketData) {
uint32_t channel_id = 0xF5060708;
std::vector<uint8_t> data{10, 11};
CtapHidDeviceCommand cmd = CtapHidDeviceCommand::kCtapHidWink;
auto init_packet =
std::make_unique<FidoHidInitPacket>(channel_id, cmd, data, data.size());
size_t index = 0;
std::vector<uint8_t> serialized = init_packet->GetSerializedData();
EXPECT_EQ((channel_id >> 24) & 0xff, serialized[index++]);
EXPECT_EQ((channel_id >> 16) & 0xff, serialized[index++]);
EXPECT_EQ((channel_id >> 8) & 0xff, serialized[index++]);
EXPECT_EQ(channel_id & 0xff, serialized[index++]);
EXPECT_EQ(base::strict_cast<uint8_t>(cmd), serialized[index++] & 0x7f);
EXPECT_EQ(data.size() >> 8, serialized[index++]);
EXPECT_EQ(data.size() & 0xff, serialized[index++]);
EXPECT_EQ(data[0], serialized[index++]);
EXPECT_EQ(data[1], serialized[index++]);
for (; index < serialized.size(); index++)
EXPECT_EQ(0, serialized[index]) << "mismatch at index " << index;
}
TEST(FidoHidMessageTest, TestPacketConstructors) {
uint32_t channel_id = 0x05060708;
std::vector<uint8_t> data{10, 11};
CtapHidDeviceCommand cmd = CtapHidDeviceCommand::kCtapHidWink;
auto orig_packet =
std::make_unique<FidoHidInitPacket>(channel_id, cmd, data, data.size());
size_t payload_length = static_cast<size_t>(orig_packet->payload_length());
std::vector<uint8_t> orig_data = orig_packet->GetSerializedData();
auto reconstructed_packet =
FidoHidInitPacket::CreateFromSerializedData(orig_data, &payload_length);
EXPECT_EQ(orig_packet->command(), reconstructed_packet->command());
EXPECT_EQ(orig_packet->payload_length(),
reconstructed_packet->payload_length());
EXPECT_THAT(orig_packet->GetPacketPayload(),
testing::ContainerEq(reconstructed_packet->GetPacketPayload()));
EXPECT_EQ(channel_id, reconstructed_packet->channel_id());
ASSERT_EQ(orig_packet->GetSerializedData().size(),
reconstructed_packet->GetSerializedData().size());
for (size_t index = 0; index < orig_packet->GetSerializedData().size();
++index) {
EXPECT_EQ(orig_packet->GetSerializedData()[index],
reconstructed_packet->GetSerializedData()[index])
<< "mismatch at index " << index;
}
}
TEST(FidoHidMessageTest, TestMaxLengthPacketConstructors) {
uint32_t channel_id = 0xAAABACAD;
std::vector<uint8_t> data;
for (size_t i = 0; i < kHidMaxMessageSize; ++i)
data.push_back(static_cast<uint8_t>(i % 0xff));
auto orig_msg = FidoHidMessage::Create(
channel_id, CtapHidDeviceCommand::kCtapHidMsg, data);
ASSERT_TRUE(orig_msg);
const auto& original_msg_packets = orig_msg->GetPacketsForTesting();
auto it = original_msg_packets.begin();
auto msg_data = (*it)->GetSerializedData();
auto new_msg = FidoHidMessage::CreateFromSerializedData(msg_data);
it++;
for (; it != original_msg_packets.end(); ++it) {
msg_data = (*it)->GetSerializedData();
new_msg->AddContinuationPacket(msg_data);
}
auto orig_it = original_msg_packets.begin();
const auto& new_msg_packets = new_msg->GetPacketsForTesting();
auto new_msg_it = new_msg_packets.begin();
for (; orig_it != original_msg_packets.end() &&
new_msg_it != new_msg_packets.end();
++orig_it, ++new_msg_it) {
EXPECT_THAT((*orig_it)->GetPacketPayload(),
testing::ContainerEq((*new_msg_it)->GetPacketPayload()));
EXPECT_EQ((*orig_it)->channel_id(), (*new_msg_it)->channel_id());
ASSERT_EQ((*orig_it)->GetSerializedData().size(),
(*new_msg_it)->GetSerializedData().size());
for (size_t index = 0; index < (*orig_it)->GetSerializedData().size();
++index) {
EXPECT_EQ((*orig_it)->GetSerializedData()[index],
(*new_msg_it)->GetSerializedData()[index])
<< "mismatch at index " << index;
}
}
}
TEST(FidoHidMessageTest, TestMessagePartitoning) {
uint32_t channel_id = 0x01010203;
std::vector<uint8_t> data(kHidInitPacketDataSize + 1);
auto two_packet_message = FidoHidMessage::Create(
channel_id, CtapHidDeviceCommand::kCtapHidPing, data);
ASSERT_TRUE(two_packet_message);
EXPECT_EQ(2U, two_packet_message->NumPackets());
data.resize(kHidInitPacketDataSize);
auto one_packet_message = FidoHidMessage::Create(
channel_id, CtapHidDeviceCommand::kCtapHidPing, data);
ASSERT_TRUE(one_packet_message);
EXPECT_EQ(1U, one_packet_message->NumPackets());
data.resize(kHidInitPacketDataSize + kHidContinuationPacketDataSize + 1);
auto three_packet_message = FidoHidMessage::Create(
channel_id, CtapHidDeviceCommand::kCtapHidPing, data);
ASSERT_TRUE(three_packet_message);
EXPECT_EQ(3U, three_packet_message->NumPackets());
}
TEST(FidoHidMessageTest, TestMaxSize) {
uint32_t channel_id = 0x00010203;
std::vector<uint8_t> data(kHidMaxMessageSize + 1);
auto oversize_message = FidoHidMessage::Create(
channel_id, CtapHidDeviceCommand::kCtapHidPing, data);
EXPECT_EQ(nullptr, oversize_message);
}
TEST(FidoHidMessageTest, TestDeconstruct) {
uint32_t channel_id = 0x0A0B0C0D;
std::vector<uint8_t> data(kHidMaxMessageSize, 0x7F);
auto filled_message = FidoHidMessage::Create(
channel_id, CtapHidDeviceCommand::kCtapHidPing, data);
ASSERT_TRUE(filled_message);
EXPECT_THAT(data, testing::ContainerEq(filled_message->GetMessagePayload()));
}
TEST(FidoHidMessageTest, TestDeserialize) {
uint32_t channel_id = 0x0A0B0C0D;
std::vector<uint8_t> data(kHidMaxMessageSize);
auto orig_message = FidoHidMessage::Create(
channel_id, CtapHidDeviceCommand::kCtapHidPing, data);
ASSERT_TRUE(orig_message);
base::circular_deque<std::vector<uint8_t>> orig_list;
auto buf = orig_message->PopNextPacket();
orig_list.push_back(buf);
auto new_message = FidoHidMessage::CreateFromSerializedData(buf);
while (!new_message->MessageComplete()) {
buf = orig_message->PopNextPacket();
orig_list.push_back(buf);
new_message->AddContinuationPacket(buf);
}
while (!(buf = new_message->PopNextPacket()).empty()) {
EXPECT_EQ(buf, orig_list.front());
orig_list.pop_front();
}
}
} // namespace device
| [
"sokolov.p@gmail.com"
] | sokolov.p@gmail.com |
fe5d702556e0284472b14bb7d5342a061d915a4e | 95a43c10c75b16595c30bdf6db4a1c2af2e4765d | /codecrawler/_code/hdu1066/16207685.cpp | 974b70faf1ca616b9524fa4e9486fd0453f5ee0e | [] | no_license | kunhuicho/crawl-tools | 945e8c40261dfa51fb13088163f0a7bece85fc9d | 8eb8c4192d39919c64b84e0a817c65da0effad2d | refs/heads/master | 2021-01-21T01:05:54.638395 | 2016-08-28T17:01:37 | 2016-08-28T17:01:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 715 | cpp | #include<stdio.h>
#include<string.h>
#define maxn 10001
const int mod[20]={1,1,2,6,4,2,2,4,2,8,4,4,8,4,6,8,8,6,8,2};
int lastdigit(char buf[])
{
int len=strlen(buf),a[maxn],i,c,ret=1;
if(len==1)return mod[buf[0]-'0'];
for(i=0;i<len;i++)
a[i]=buf[len-1-i]-'0';
while(len)
{
ret=ret*mod[a[1]%2*10+a[0]]%5; // % ä¼å
çº§æ¯ * é«
for(c=0,i=len-1;i>=0;i--)
{
c=c*10+a[i],a[i]=c/5,c%=5;
}
len-=!a[len-1];
}
return ret+ret%2*5;
}
int main()
{
char n[maxn];
while(scanf("%s",n)!=EOF)
{
printf("%d\n",lastdigit(n));
}
return 0;
} | [
"zhouhai02@meituan.com"
] | zhouhai02@meituan.com |
9e82e26082abd7e3941e6e739a7c6e7c0e4f170e | d0f0c71f9fb49e0433875819fc98418bd2fd9426 | /Google-Test-Poroject/Google Test Project/main.cpp | 4e3fe2c07a623f5d81f1ddaabce46b60ca2b9c6d | [
"Apache-2.0"
] | permissive | truongnv1903/e-fever-codebase | 3c02094c01937d15ac4bc46a41407037b75b6f1d | 0843d3e2213a961f0a4a99758fed46ddf369c7d9 | refs/heads/master | 2022-02-13T17:36:14.891167 | 2019-08-03T18:59:08 | 2019-08-03T18:59:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 288 | cpp | #include <gtest/gtest.h>
#include <QCoreApplication>
TEST(%{ProjectName}ests, test_basic) {
ASSERT_EQ(true, true);
}
int main(int argc, char** argv) {
QCoreApplication app(argc, argv);
Q_UNUSED(app);
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
| [
"xbenlau@gmail.com"
] | xbenlau@gmail.com |
a79b787fee39cd8b282d0637677d68b0bbc6e278 | 5dba12abddbb2644525776956b616dd9a5036f0c | /main.cpp | 79da8a497c26d2a5f6567d3c3574d57ff7cdb261 | [] | no_license | RobinDebel/SnakegameC- | bd014531f76e23f7db114bef2fb9677c2e9411c1 | 960670c64df8de8ecf229712d88a487aed314a81 | refs/heads/master | 2023-04-05T00:45:52.095279 | 2021-01-02T16:49:18 | 2021-01-02T16:49:18 | 357,344,389 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 103 | cpp | #include <iostream>
#include"src/menu/menu.h"
int main(){
Menu menu;
return 0;
} | [
"robindebel@hotmail.nl"
] | robindebel@hotmail.nl |
42faea6440ca361bd755e37cea2592847fe8e5a2 | 6199b712ab6b45fbc64b723dc18da76e53d3ace7 | /systems/Day2/Project1/letter_count.cpp | 23cd524c296a97c00cf62493019a0c58766bcb3b | [] | no_license | VishwanathamSarika/MRND | 31c83b413ad32194b03fe19a574b1b227cf58c96 | faebb8720e6238817f57906416cc63b4887d3486 | refs/heads/master | 2020-05-31T13:31:46.898583 | 2019-06-23T08:42:25 | 2019-06-23T08:42:25 | 190,304,709 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 431 | cpp | #include<stdio.h>
#include<stdlib.h>
void convertString(char arr[], int size){
int i,count=1;
for (i = 0; i < size-1; i++){
if (arr[i] != arr[i + 1]){
printf("%c%d", arr[i], count);
count = 1;
}
else{
count++;
}
}
if (arr[i - 1] == arr[i]){
count++;
}
else{
count = 1;
}
printf("%c%d", arr[i], count);
}
void test_convert(){
char arr[8] = {'a','a','b','b','b','c','c','d'};
convertString(arr, 8);
} | [
"vishwanathamsarika@gmail.com"
] | vishwanathamsarika@gmail.com |
758eb160c8d2098d607d93dcdcbd10062612b638 | 88a80772cee59ae3df2e217303f21c41de9330da | /src/Classical/julka.cc | 009db7aa32f0d3183746cacbf7524cb5ec66a37c | [] | no_license | Satwik95/SPOJ | 3771f7002e27abf74c86881b984f7b74a94769f3 | fc176ba10bf486da50364eb71b6a680e9c40abb6 | refs/heads/master | 2020-03-21T02:55:51.346821 | 2016-07-07T02:04:13 | 2016-07-07T02:04:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,521 | cc | // http://www.spoj.com/problems/JULKA/
#include <vector>
#include <iostream>
#include <iomanip>
#include <cmath>
#include <algorithm>
using namespace std;
class BigInt {
private:
vector<int> num;
static constexpr int kBaseDigit = 8;
static constexpr int kBase = pow(10, kBaseDigit);
public:
BigInt() = default;
BigInt(string s) {
for (int i = s.size()-1; i >= 0; i -= kBaseDigit) {
int beg = max(0, i - kBaseDigit + 1);
num.push_back(stoi(s.substr(beg, i - beg + 1)));
}
}
BigInt(long long i) {
do {
num.push_back(i % kBase);
i /= kBase;
} while (i);
}
void operator = (const BigInt& b) {
num = b.num;
}
BigInt operator + (BigInt& b) {
BigInt res;
int i = 0, j = 0, carry = 0;
while (i < num.size() || j < b.num.size() || carry) {
int l = i < num.size() ? num[i++] : 0;
int r = j < b.num.size() ? b.num[j++] : 0;
long n = static_cast<long>(l) + r + carry;
res.num.push_back(n % kBase);
carry = n / kBase;
}
return res;
}
BigInt operator - (BigInt& b) {
BigInt res = *this;
int carry = 0;
for (int i = 0; i < b.num.size() || carry; i++) {
res.num[i] -= i < b.num.size() ? b.num[i] : 0;
res.num[i] -= carry;
carry = res.num[i] < 0 ? 1 : 0;
if (carry) {
res.num[i] += kBase;
}
}
return res;
}
BigInt operator / (int v) {
BigInt res = *this;
long long rem = 0;
for (int i = res.num.size()-1; i >= 0; i--) {
long long cur = res.num[i] + rem * kBase;
res.num[i] = cur / v;
rem = cur % v;
}
return res;
}
friend ostream& operator<< (ostream& out, const BigInt& b) {
if (!b.num.empty()) {
out << b.num.back();
for (int i = b.num.size() - 2; i >= 0; i--) {
out << setw(kBaseDigit) << setfill('0') << b.num[i];
}
} else {
out << "0";
}
return out;
}
};
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
string s1, s2;
for (int i = 0; i < 10; i++) {
cin >> s1 >> s2;
BigInt a(s1), b(s2);
BigInt c = (a + b) / 2;
cout << c << '\n';
cout << c - b << '\n';
}
return 0;
} | [
"rayzhang1011@gmail.com"
] | rayzhang1011@gmail.com |
d351f06f55dd47c64a54ea73be59c7423dd62a81 | 8ed78f1350d0ffa68fd9284ce07984adabbfcef8 | /BL-/common/config.h | 072f63193b1d5517038789027a8785a5611c249f | [] | no_license | au100/BL- | 5fc595041b155b2bfc8c47656980cfe2c9d5d6bb | 234af1e6e4ea577860d29af368e72cb1b8570fd7 | refs/heads/master | 2021-09-05T10:08:33.078786 | 2018-01-26T08:57:48 | 2018-01-26T08:57:48 | 107,250,709 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,926 | h | //==============================================================================
#ifndef CONFIG_H
#define CONFIG_H
//==============================================================================
#include <QSettings>
#include <QString>
#include <QStringList>
#include <QMap>
#include <QVariant>
#include <QCoreApplication>
#include <QDir>
//==============================================================================
class Config { // Singleton classs
public:
Config()
: _modified(false)
{
QSettings ini("bl.ini", QSettings::IniFormat);
QStringList keys = ini.allKeys();
for(QStringList::const_iterator it = keys.cbegin();
it != keys.cend();
++it)
{
_settings.insert(*it, ini.value(*it).toString());
}
}
virtual ~Config()
{
}
QVariant value(const QString& key)
{
return QVariant(_settings[key]);
}
template <class Q>
void setValue(const QString& key, const Q& value)
{
QVariant var(value);
_settings.insert(key, var.toString());
_modified = true;
}
private:
QString _configName;
QMap<QString, QString> _settings;
bool _modified;
};
//==============================================================================
#define CONFIG SINGLETON(Config)
//==============================================================================
#endif // CONFIG_H
//==============================================================================
| [
"au100mail@mail.ru"
] | au100mail@mail.ru |
4ce15f8e51690e94d72a57a0d4e41601c5262621 | e4aa8bd4aaf2d9a54502d9c842230fd92830628f | /OrangeAudioEngine/OrangeAudioEngineDefs.h | 97f03f830a6df452578ce2d1ef1cff1731e6b315 | [] | no_license | Orangeatang/OrangeAudio | d318a2da768321a5bdaff65a9ff8a9a567d91f75 | ee92df04e83797f4177c79f939f553ac8bfafe0d | refs/heads/master | 2021-04-28T07:19:06.507454 | 2018-03-29T14:54:08 | 2018-03-29T14:54:08 | 122,223,195 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,891 | h | #pragma once
//////////////////////////////////////////////////////////////////////////
/// Includes
//////////////////////////////////////////////////////////////////////////
#include <OAEAudioIncludes.h>
//////////////////////////////////////////////////////////////////////////
/// Forward Declarations
//////////////////////////////////////////////////////////////////////////
class COAEEmitterObject;
class COAEVoice;
class IOAESource;
//////////////////////////////////////////////////////////////////////////
/// Defines
//////////////////////////////////////////////////////////////////////////
// DLL stuff
#ifdef ORANGEAUDIOENGINE_EXPORTS
#define ORANGEAUDIOENGINE_DLL __declspec( dllexport )
#else
#define ORANGEAUDIOENGINE_DLL __declspec( dllimport )
#endif
#define INVALID_AUDIO_SOURCE 0
#define INVALID_AUDIO_EMITTER 0
#define INVALID_AUDIO_LISTENER 0
#define INVALID_AUDIO_VOICE 0
//////////////////////////////////////////////////////////////////////////
/// Typedefs
//////////////////////////////////////////////////////////////////////////
typedef unsigned char OAUInt8;
typedef unsigned short OAUInt16;
typedef unsigned long OAUInt32;
typedef unsigned __int64 OAUInt64;
typedef char OAInt8;
typedef short OAInt16;
typedef long OAInt32;
typedef __int64 OAInt64;
typedef float OAFloat32;
typedef double OAFloat64;
//////////////////////////////////////////////////////////////////////////
typedef std::shared_ptr<COAEEmitterObject> OAEmitterPtr;
typedef std::shared_ptr<COAEVoice> OAVoicePtr;
typedef std::shared_ptr<IOAESource> OASourcePtr;
//////////////////////////////////////////////////////////////////////////
typedef OAUInt64 OAEmitterId;
typedef OAUInt64 OAListenerId;
typedef OAUInt64 OASourceId;
typedef OAInt32 OAVoiceId;
//////////////////////////////////////////////////////////////////////////
/// Enumerations
//////////////////////////////////////////////////////////////////////////
enum class ESourceType : OAUInt8
{
ESourceType_Memory, // loaded in to memory
ESourceType_Streaming, // streamed from disk
ESourceType_Procedural // procedurally generated
};
//////////////////////////////////////////////////////////////////////////
enum class EProceduralSource : OAUInt8
{
EProceduralSource_SineWave
};
////////////////////////////////////////////////////////////////////////// | [
"capoeiraolly@gmail.com"
] | capoeiraolly@gmail.com |
b0d6ba290bc9a5f5e28fb091e6382c4f9617300d | eda3c3e4ba6f4d4b4e29be4679cea485a4d62915 | /recorder2/src/shared/common.h | f565df00b8c7a45550abe9cee032393bfe4e8c95 | [] | no_license | timothyhart/MSBirdBox | a43a758050bd719b4e9387e56f6b7b450f440e3e | b88437d7cee3d9706a6fde2f0538492975557828 | refs/heads/master | 2021-01-11T08:36:49.403615 | 2017-07-07T04:51:37 | 2017-07-07T04:51:37 | 76,304,502 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 579 | h | #pragma once
#include <cstdint>
#include <utility>
using uint8 = std::uint8_t;
using uint16 = std::uint16_t;
using uint32 = std::uint32_t;
using uint64 = std::uint64_t;
using int8 = std::int8_t;
using int16 = std::int16_t;
using int32 = std::int32_t;
using int64 = std::int64_t;
using byte = std::uint8_t;
template <typename T, std::size_t N>
constexpr std::size_t countof(T const (&)[N]) noexcept
{
return N;
}
// Helper method for clamping between two values
template<typename T> T Clamp(T val, T min, T max) { return (val < min) ? min : ((val > max) ? max : val); }
| [
"timothy.hart@my.jcu.edu.au"
] | timothy.hart@my.jcu.edu.au |
31d290e5bb8ab92461ea26ef756d670ec6be70b1 | 0157467f0d74899b01fa25ddbc72ed5881aebe1b | /openmp4/calculate_cell_volumes_omp4kernel.cpp | d3fe2b99231f11d43ac1ba6ff195d43451f97570 | [] | no_license | reguly/MG-CFD-app-OP2 | 78958ba2154ed86ad44096db921d749618f51db6 | 27e848fea5a02214595c9fb8a8247ad845bd1e6b | refs/heads/master | 2020-12-04T06:43:39.354625 | 2019-11-15T12:18:42 | 2019-11-15T12:18:42 | 231,662,267 | 0 | 0 | null | 2020-01-03T20:43:48 | 2020-01-03T20:43:47 | null | UTF-8 | C++ | false | false | 2,955 | cpp | //
// auto-generated by op2.py
//
//user function
//user function
void calculate_cell_volumes_omp4_kernel(
int *map0,
int map0size,
double *data2,
int dat2size,
double *data0,
int dat0size,
double *data3,
int dat3size,
int *col_reord,
int set_size1,
int start,
int end,
int num_teams,
int nthread);
// host stub function
void op_par_loop_calculate_cell_volumes(char const *name, op_set set,
op_arg arg0,
op_arg arg1,
op_arg arg2,
op_arg arg3,
op_arg arg4){
int nargs = 5;
op_arg args[5];
args[0] = arg0;
args[1] = arg1;
args[2] = arg2;
args[3] = arg3;
args[4] = arg4;
// initialise timers
double cpu_t1, cpu_t2, wall_t1, wall_t2;
op_timing_realloc(3);
op_timers_core(&cpu_t1, &wall_t1);
OP_kernels[3].name = name;
OP_kernels[3].count += 1;
int ninds = 2;
int inds[5] = {0,0,-1,1,1};
if (OP_diags>2) {
printf(" kernel routine with indirection: calculate_cell_volumes\n");
}
// get plan
int set_size = op_mpi_halo_exchanges_cuda(set, nargs, args);
#ifdef OP_PART_SIZE_3
int part_size = OP_PART_SIZE_3;
#else
int part_size = OP_part_size;
#endif
#ifdef OP_BLOCK_SIZE_3
int nthread = OP_BLOCK_SIZE_3;
#else
int nthread = OP_block_size;
#endif
int ncolors = 0;
int set_size1 = set->size + set->exec_size;
if (set->size >0) {
//Set up typed device pointers for OpenMP
int *map0 = arg0.map_data_d;
int map0size = arg0.map->dim * set_size1;
double* data2 = (double*)arg2.data_d;
int dat2size = getSetSizeFromOpArg(&arg2) * arg2.dat->dim;
double *data0 = (double *)arg0.data_d;
int dat0size = getSetSizeFromOpArg(&arg0) * arg0.dat->dim;
double *data3 = (double *)arg3.data_d;
int dat3size = getSetSizeFromOpArg(&arg3) * arg3.dat->dim;
op_plan *Plan = op_plan_get_stage(name,set,part_size,nargs,args,ninds,inds,OP_COLOR2);
ncolors = Plan->ncolors;
int *col_reord = Plan->col_reord;
// execute plan
for ( int col=0; col<Plan->ncolors; col++ ){
if (col==1) {
op_mpi_wait_all_cuda(nargs, args);
}
int start = Plan->col_offsets[0][col];
int end = Plan->col_offsets[0][col+1];
calculate_cell_volumes_omp4_kernel(
map0,
map0size,
data2,
dat2size,
data0,
dat0size,
data3,
dat3size,
col_reord,
set_size1,
start,
end,
part_size!=0?(end-start-1)/part_size+1:(end-start-1)/nthread,
nthread);
}
OP_kernels[3].transfer += Plan->transfer;
OP_kernels[3].transfer2 += Plan->transfer2;
}
if (set_size == 0 || set_size == set->core_size || ncolors == 1) {
op_mpi_wait_all_cuda(nargs, args);
}
// combine reduction data
op_mpi_set_dirtybit_cuda(nargs, args);
if (OP_diags>1) deviceSync();
// update kernel record
op_timers_core(&cpu_t2, &wall_t2);
OP_kernels[3].time += wall_t2 - wall_t1;
}
| [
"aowenson@protonmail.ch"
] | aowenson@protonmail.ch |
74b9f9cca4e01065cfff8f3873e3561344561eb2 | bb6ebff7a7f6140903d37905c350954ff6599091 | /chrome/browser/profile_resetter/resettable_settings_snapshot.h | e53d2acd91d569362199916f6edfe3f9be6ed3c4 | [
"BSD-3-Clause"
] | permissive | PDi-Communication-Systems-Inc/lollipop_external_chromium_org | faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f | ccadf4e63dd34be157281f53fe213d09a8c66d2c | refs/heads/master | 2022-12-23T18:07:04.568931 | 2016-04-11T16:03:36 | 2016-04-11T16:03:36 | 53,677,925 | 0 | 1 | BSD-3-Clause | 2022-12-09T23:46:46 | 2016-03-11T15:49:07 | C++ | UTF-8 | C++ | false | false | 4,545 | h | // Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_PROFILE_RESETTER_RESETTABLE_SETTINGS_SNAPSHOT_H_
#define CHROME_BROWSER_PROFILE_RESETTER_RESETTABLE_SETTINGS_SNAPSHOT_H_
#include <string>
#include <utility>
#include <vector>
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/prefs/session_startup_pref.h"
#include "chrome/browser/profile_resetter/profile_resetter.h"
namespace base {
class ListValue;
}
// ResettableSettingsSnapshot captures some settings values at constructor. It
// can calculate the difference between two snapshots. That is, modified fields.
class ResettableSettingsSnapshot {
public:
// ExtensionList is a vector of pairs. The first component is the extension
// id, the second is the name.
typedef std::vector<std::pair<std::string, std::string> > ExtensionList;
// All types of settings handled by this class.
enum Field {
STARTUP_MODE = 1 << 0,
HOMEPAGE = 1 << 1,
DSE_URL = 1 << 2,
EXTENSIONS = 1 << 3,
SHORTCUTS = 1 << 4,
ALL_FIELDS = STARTUP_MODE | HOMEPAGE | DSE_URL | EXTENSIONS | SHORTCUTS,
};
explicit ResettableSettingsSnapshot(Profile* profile);
~ResettableSettingsSnapshot();
// Getters.
const std::vector<GURL>& startup_urls() const { return startup_.urls; }
SessionStartupPref::Type startup_type() const { return startup_.type; }
const std::string& homepage() const { return homepage_; }
bool homepage_is_ntp() const { return homepage_is_ntp_; }
const std::string& dse_url() const { return dse_url_; }
const ExtensionList& enabled_extensions() const {
return enabled_extensions_;
}
const std::vector<ShortcutCommand>& shortcuts() const {
return shortcuts_;
}
bool shortcuts_determined() const {
return shortcuts_determined_;
}
// Substitutes |enabled_extensions_| with
// |enabled_extensions_|\|snapshot.enabled_extensions_|.
void Subtract(const ResettableSettingsSnapshot& snapshot);
// For each member 'm' compares |this->m| with |snapshot.m| and sets the
// corresponding |ResetableSettingsSnapshot::Field| bit to 1 in case of
// difference.
// The return value is a bit mask of Field values signifying which members
// were different.
int FindDifferentFields(const ResettableSettingsSnapshot& snapshot) const;
// Collects the shortcuts asynchronously and calls |callback|. If the request
// has been made already, noop.
void RequestShortcuts(const base::Closure& callback);
private:
// Fills the |shortcuts_| member and calls |callback|.
void SetShortcutsAndReport(
const base::Closure& callback,
const std::vector<ShortcutCommand>& shortcuts);
// Startup pages. URLs are always stored sorted.
SessionStartupPref startup_;
std::string homepage_;
bool homepage_is_ntp_;
// Default search engine.
std::string dse_url_;
// List of pairs [id, name] for enabled extensions. Always sorted.
ExtensionList enabled_extensions_;
// Chrome shortcuts (e.g. icons on the Windows desktop, etc.) with non-empty
// arguments.
std::vector<ShortcutCommand> shortcuts_;
// |shortcuts_| were retrieved.
bool shortcuts_determined_;
// The flag to cancel shortcuts retrieving.
scoped_refptr<SharedCancellationFlag> cancellation_flag_;
base::WeakPtrFactory<ResettableSettingsSnapshot> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(ResettableSettingsSnapshot);
};
// The caller of ResettableSettingsSnapshot.
enum SnapshotCaller {
PROFILE_RESET_WEBUI = 0,
PROFILE_RESET_PROMPT,
};
// Serializes specified |snapshot| members to JSON format. |field_mask| is a bit
// mask of ResettableSettingsSnapshot::Field values.
std::string SerializeSettingsReport(const ResettableSettingsSnapshot& snapshot,
int field_mask);
// Sends |report| as a feedback. |report| is supposed to be result of
// SerializeSettingsReport().
void SendSettingsFeedback(const std::string& report,
Profile* profile,
SnapshotCaller caller);
// Returns list of key/value pairs for all available reported information
// from the |profile| and some additional fields.
scoped_ptr<base::ListValue> GetReadableFeedbackForSnapshot(
Profile* profile,
const ResettableSettingsSnapshot& snapshot);
#endif // CHROME_BROWSER_PROFILE_RESETTER_RESETTABLE_SETTINGS_SNAPSHOT_H_
| [
"mrobbeloth@pdiarm.com"
] | mrobbeloth@pdiarm.com |
c12829690f056fd0dd2fd47dff4d7cf8de7e0de8 | 3856e70d14d390815ecf95fc5be9cbce1430738a | /docs/source/singular_annotations/create_single_annotation_c.cpp | cec150ad30d3ff93b4b5e2085525201822db0dea | [
"Apache-2.0"
] | permissive | bilalshaikh42/libOmexMeta | 7131083d5ea6a8d8eaea7620e8083f3a942b3cf9 | f25f44a0a7e67d38f1e94fd69c08ae7f73be2079 | refs/heads/master | 2023-07-14T04:39:33.367113 | 2021-08-24T13:52:52 | 2021-08-24T13:52:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,674 | cpp | #include "omexmeta/OmexMetaCApi.h"
using namespace omexmeta;
int main(){
const char *sbml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
"<!-- Created by libAntimony version v2.12.0 with libSBML version 5.18.1. -->\n"
"<sbml xmlns=\"http://www.sbml.org/sbml/level3/version1/core\" level=\"3\" version=\"1\">\n"
" <model metaid=\"ToyModel\" id=\"ToyModel\">\n"
" <listOfCompartments>\n"
" <compartment id=\"cytosol\" spatialDimensions=\"3\" size=\"1\" constant=\"true\"/>\n"
" </listOfCompartments>\n"
" <listOfSpecies>\n"
" <species id=\"A\" compartment=\"cytosol\" initialConcentration=\"10\" hasOnlySubstanceUnits=\"false\" boundaryCondition=\"false\" constant=\"false\"/>\n"
" <species id=\"B\" compartment=\"cytosol\" initialConcentration=\"0\" hasOnlySubstanceUnits=\"false\" boundaryCondition=\"false\" constant=\"false\"/>\n"
" </listOfSpecies>\n"
" <listOfParameters>\n"
" <parameter id=\"k1\" value=\"0.1\" constant=\"true\"/>\n"
" <parameter id=\"k2\" value=\"0.1\" constant=\"true\"/>\n"
" </listOfParameters>\n"
" <listOfReactions>\n"
" <reaction id=\"r1\" reversible=\"false\" fast=\"false\">\n"
" <listOfReactants>\n"
" <speciesReference species=\"B\" stoichiometry=\"1\" constant=\"true\"/>\n"
" </listOfReactants>\n"
" <listOfProducts>\n"
" <speciesReference species=\"A\" stoichiometry=\"1\" constant=\"true\"/>\n"
" </listOfProducts>\n"
" <kineticLaw>\n"
" <math xmlns=\"http://www.w3.org/1998/Math/MathML\">\n"
" <apply>\n"
" <times/>\n"
" <ci> k2 </ci>\n"
" <ci> B </ci>\n"
" </apply>\n"
" </math>\n"
" </kineticLaw>\n"
" </reaction>\n"
" </listOfReactions>\n"
" </model>\n"
"</sbml>\n";
// create an empty RDF object
RDF *rdf_ptr = RDF_new();
// create editor object
Editor *editor_ptr = RDF_toEditor(rdf_ptr, sbml, true, true);
// Print out metaids to console
int number_of_metaids = Editor_getNumMetaIds(editor_ptr);
for (int i = 0; i < number_of_metaids; i++) {
printf("%s", Editor_getMetaId(editor_ptr, i));
}
// create out annotation
SingularAnnotation *singular_annotation = Editor_newSingularAnnotation(editor_ptr);
SingularAnnotation_about(singular_annotation, "ToyModel");
SingularAnnotation_predicate(singular_annotation, "dc", "description");
SingularAnnotation_resourceLiteral(singular_annotation, "This is a toy model for demonstration purposes");
// in C/C++ we need to manually add the annotation to the editor
Editor_addSingleAnnotation(editor_ptr, singular_annotation);
// generate the string
const char* single_annotation_string = RDF_toString(rdf_ptr, "turtle");
printf("%s", single_annotation_string);
free((void *) single_annotation_string);
SingularAnnotation_delete(singular_annotation);
Editor_delete(editor_ptr);
RDF_delete(rdf_ptr);
return 0;
}
| [
"cwelsh2@uw.edu"
] | cwelsh2@uw.edu |
deeb69a34c7d498fb1effa6d27b0d86fedae3e58 | db6997aae88b4afb3e694587156040a18e4a6a93 | /1-26_Internet Communication/HelloServer/HelloServer.ino | d7e74bb6d455e650fbe4ba5b5383cfcb53c205e0 | [] | no_license | kdi6033/arduino | b9c8644425d4e3e78728b418bf94634e594a5f72 | f86bb6ba8a1d3f762ca7df3946fcef2d60614af2 | refs/heads/master | 2023-03-15T17:43:28.325904 | 2023-03-02T06:07:45 | 2023-03-02T06:07:45 | 129,093,550 | 21 | 38 | null | null | null | null | UTF-8 | C++ | false | false | 1,568 | ino | #include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
#include <ESP8266mDNS.h>
const char* ssid = "i2r";
const char* password = "";
ESP8266WebServer server(80);
const int led = 2;
void handleRoot() {
digitalWrite(led, 0);
server.send(200, "text/plain", "hello from esp8266!");
}
void handleNotFound() {
digitalWrite(led, 1);
String message = "File Not Found\n\n";
message += "URI: ";
message += server.uri();
message += "\nMethod: ";
message += (server.method() == HTTP_GET) ? "GET" : "POST";
message += "\nArguments: ";
message += server.args();
message += "\n";
for (uint8_t i = 0; i < server.args(); i++) {
message += " " + server.argName(i) + ": " + server.arg(i) + "\n";
}
server.send(404, "text/plain", message);
digitalWrite(led, 0);
}
void setup(void) {
pinMode(led, OUTPUT);
digitalWrite(led, 1);
Serial.begin(9600);
connectWifi();
server.on("/", handleRoot);
server.on("/inline", []() {
digitalWrite(led, 1);
server.send(200, "text/plain", "this works as well");
});
server.onNotFound(handleNotFound);
server.begin();
Serial.println("HTTP server started");
}
void connectWifi() {
WiFi.mode(WIFI_STA);
WiFi.begin(ssid, password);
Serial.println("");
// Wait for connection
while (WiFi.status() != WL_CONNECTED) {
delay(500);
Serial.print(".");
}
Serial.println("");
Serial.print("Connected to ");
Serial.println(ssid);
Serial.print("IP address: ");
Serial.println(WiFi.localIP());
}
void loop(void) {
server.handleClient();
}
| [
"37902752+kdi6033@users.noreply.github.com"
] | 37902752+kdi6033@users.noreply.github.com |
311b4fe23c5f1bce3f5b6eb4b40ac4d79524e6ff | 23ac686521127c7ef191abf2e33bb5b2cc6bac55 | /source/platform/ShibaNative.h | aee39d5909d3c3b02a4a7a4ec64c4678fc1a7869 | [] | no_license | cauchywei/Shiba | ef181b92fc9501d0735896211029cfcaa19071f2 | e1800203c9f3b53d681a8e25f0c51a7187f78953 | refs/heads/master | 2021-01-19T12:48:06.018791 | 2017-09-01T19:35:33 | 2017-09-01T19:35:33 | 100,811,619 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,042 | h | //
// Created by cauchywei on 2017/8/17.
//
#ifndef DCRAFT_SHIBANATIVE_H
#define DCRAFT_SHIBANATIVE_H
#include <string>
#include "../gui/window/INativeWindow.h"
#include "../common/ShibaTypes.h"
#include "../utils/Interface.h"
namespace shiba {
namespace platform {
using namespace shiba::window;
class INativeService : public Interface {
};
class INativeWindowListener : public Interface {
public:
virtual void onClose() = 0;
virtual void onOpen() = 0;
virtual void onDestroy() = 0;
virtual void onMove() = 0;
virtual void onKeyDown() = 0;
virtual void onKeyUp() = 0;
};
class INativeWindow : public Interface {
public:
virtual bool isOpen() = 0;
virtual void close() = 0;
virtual int getWidth() = 0;
virtual int getHeight() = 0;
virtual void show() = 0;
virtual bool addListener(INativeWindowListener *listener) = 0;
virtual bool removeListener(INativeWindowListener *listener) = 0;
virtual void attachGL() = 0;
virtual void detachGL() = 0;
virtual void swapSurface() = 0;
};
class INativeWindowService : public INativeService, Interface {
public:
virtual void destroyNativeWindow(INativeWindow *window) = 0;
virtual void run(INativeWindow *window) = 0;
virtual INativeWindow *createNativeWindow() = 0;
};
class INativeEventListener {
public:
virtual void onNativeWindowCreated(INativeWindow *window) = 0;
virtual void onNativeWindowDestory(INativeWindow *window) = 0;
};
class INativeEventService : public INativeService {
public:
virtual bool addListener(INativeEventListener *listener) = 0;
virtual bool removeListener(INativeEventListener *listener) = 0;
};
enum LogLevel {
error,
warning,
info,
debug,
verbose
};
class ILogService : public Interface {
public:
virtual void v(const std::string &tag, const std::string &msg) {
log(LogLevel::verbose, tag, msg);
}
virtual void d(const std::string &tag, const std::string &msg) {
log(LogLevel::debug, tag, msg);
}
virtual void i(const std::string &tag, const std::string &msg) {
log(LogLevel::info, tag, msg);
}
virtual void w(const std::string &tag, const std::string &msg) {
log(LogLevel::warning, tag, msg);
}
virtual void e(const std::string &tag, const std::string &msg) {
log(LogLevel::error, tag, msg);
}
virtual void log(LogLevel level, const std::string &tag, const std::string &msg) {
switch (level) {
case error:
printf("[e]");
break;
case warning:
printf("[w]");
break;
case info:
printf("[i]");
break;
case debug:
printf("[d]");
break;
case verbose:
printf("[v]");
break;
default:
printf("");
}
printf("%s: %s\n", tag.c_str(), msg.c_str());
}
};
class INativeController : public Interface {
public:
virtual INativeWindowService *getWindowService() = 0;
virtual INativeEventService *getEventService() = 0;
virtual ILogService *getLogService() = 0;
};
}
}
#endif //DCRAFT_SHIBANATIVE_H
| [
"cauchywei@gmail.com"
] | cauchywei@gmail.com |
aa8e4b6df8f4ed435c70ff48f238d12898e183a2 | 8fdd0f4e5a28daf516e4bd889fc1101eb47072e2 | /libcef/browser/extensions/extension_web_contents_observer.cc | 566316d118c5d3aec38ea008c9a505f75a6e50ea | [
"BSD-3-Clause"
] | permissive | vincentlao/cef | f8ffa53ee72d452c7c5bcb734bdae183e1354aed | 22d2fc50d1fba0d55cad6d43df95854a9dc34e0b | refs/heads/master | 2021-07-03T21:29:14.141553 | 2017-09-05T18:21:56 | 2017-09-05T18:21:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,702 | cc | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "libcef/browser/extensions/extension_web_contents_observer.h"
#include "content/public/browser/child_process_security_policy.h"
#include "content/public/browser/render_process_host.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/common/url_constants.h"
DEFINE_WEB_CONTENTS_USER_DATA_KEY(extensions::CefExtensionWebContentsObserver);
namespace extensions {
CefExtensionWebContentsObserver::CefExtensionWebContentsObserver(
content::WebContents* web_contents)
: ExtensionWebContentsObserver(web_contents),
script_executor_(
new ScriptExecutor(web_contents, &script_execution_observers_)) {}
CefExtensionWebContentsObserver::~CefExtensionWebContentsObserver() {}
void CefExtensionWebContentsObserver::RenderViewCreated(
content::RenderViewHost* render_view_host) {
ExtensionWebContentsObserver::RenderViewCreated(render_view_host);
const Extension* extension = GetExtension(render_view_host);
if (!extension)
return;
int process_id = render_view_host->GetProcess()->GetID();
auto policy = content::ChildProcessSecurityPolicy::GetInstance();
// Components of chrome that are implemented as extensions or platform apps
// are allowed to use chrome://resources/ URLs.
if ((extension->is_extension() || extension->is_platform_app()) &&
Manifest::IsComponentLocation(extension->location())) {
policy->GrantOrigin(process_id,
url::Origin(GURL(content::kChromeUIResourcesURL)));
}
}
} // namespace extensions
| [
"magreenblatt@gmail.com"
] | magreenblatt@gmail.com |
2a0271045e888186c4e2351664719038795cc6ed | 30a37ab89a4a8101fb53308301628e8a7458d1fe | /src/qt/walletframe.h | b5bb8633b30c649ea6fbaf5f632b9a7d7383b3db | [
"MIT"
] | permissive | BFBCOIN/bfbcoin-core | 1001e55f54a073ac645443c40fd5c7e6d117c07c | 7c3b6dcc8e63f8041331846e0d8230c8db059e23 | refs/heads/master | 2020-04-03T15:31:05.749852 | 2018-10-30T11:36:00 | 2018-10-30T11:36:00 | 155,365,385 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,859 | h | // Copyright (c) 2011-2016 The Bitcoin Core developers
// Copyright (c) 2017 The bfb Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BFB_QT_WALLETFRAME_H
#define BFB_QT_WALLETFRAME_H
#include <QFrame>
#include <QMap>
class bfbGUI;
class ClientModel;
class PlatformStyle;
class SendCoinsRecipient;
class WalletModel;
class WalletView;
QT_BEGIN_NAMESPACE
class QStackedWidget;
QT_END_NAMESPACE
/**
* A container for embedding all wallet-related
* controls into bfbGUI. The purpose of this class is to allow future
* refinements of the wallet controls with minimal need for further
* modifications to bfbGUI, thus greatly simplifying merges while
* reducing the risk of breaking top-level stuff.
*/
class WalletFrame : public QFrame
{
Q_OBJECT
public:
explicit WalletFrame(const PlatformStyle *platformStyle, bfbGUI *_gui = 0);
~WalletFrame();
void setClientModel(ClientModel *clientModel);
bool addWallet(const QString& name, WalletModel *walletModel);
bool setCurrentWallet(const QString& name);
bool removeWallet(const QString &name);
void removeAllWallets();
bool handlePaymentRequest(const SendCoinsRecipient& recipient);
void showOutOfSyncWarning(bool fShow);
Q_SIGNALS:
/** Notify that the user has requested more information about the out-of-sync warning */
void requestedSyncWarningInfo();
private:
QStackedWidget *walletStack;
bfbGUI *gui;
ClientModel *clientModel;
QMap<QString, WalletView*> mapWalletViews;
bool bOutOfSync;
const PlatformStyle *platformStyle;
WalletView *currentWalletView();
public Q_SLOTS:
/** Switch to overview (home) page */
void gotoOverviewPage();
/** Switch to history (transactions) page */
void gotoHistoryPage();
/** Switch to receive coins page */
void gotoReceiveCoinsPage();
/** Switch to send coins page */
void gotoSendCoinsPage(QString addr = "");
/** Show Sign/Verify Message dialog and switch to sign message tab */
void gotoSignMessageTab(QString addr = "");
/** Show Sign/Verify Message dialog and switch to verify message tab */
void gotoVerifyMessageTab(QString addr = "");
/** Encrypt the wallet */
void encryptWallet(bool status);
/** Backup the wallet */
void backupWallet();
/** Change encrypted wallet passphrase */
void changePassphrase();
/** Ask for passphrase to unlock wallet temporarily */
void unlockWallet();
/** Show used sending addresses */
void usedSendingAddresses();
/** Show used receiving addresses */
void usedReceivingAddresses();
/** Pass on signal over requested out-of-sync-warning information */
void outOfSyncWarningClicked();
};
#endif // BFB_QT_WALLETFRAME_H
| [
"root@localhost.localdomain"
] | root@localhost.localdomain |
378be24e2df74b8ad606b031e604eeff813fbccc | 334815c36b3c22211b9e98a4e197f71082930a48 | /Source/DataServer/Header Files/StdAfx.h | eea8cb72d50e9b23278ba2ad19c9613b695590a1 | [] | no_license | sonnickoo/mu-server-ex | 3e8c181acc7ce1aa3e2bce3a9dd99cde500d580e | bfb5e089de504fef83bca8bed5e14cc5abb97100 | refs/heads/master | 2021-01-19T00:43:16.625249 | 2015-09-14T13:10:37 | 2015-09-14T13:10:37 | 42,448,734 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,542 | h | /*#############################################################################
# Zodea MU Suite - AIO
#
# RealCoderZ Software Incorpration. http://www.realcoderz.com
#
# Copyright © 2011 RealCoderZ Software Incorpration.
#
# Author: WolF & M.E.S
#
# [08.08.2011] This Script For Pre-Compiled Type Information.
#
#############################################################################*/
#pragma once
// -----
#define WINVER 0x0500
#define _WIN32_WINNT 0x0500
// -----
#define _CRT_SECURE_NO_WARNINGS
// -----
/* System Headers */
#include <afx.h>
#include <windows.h>
#include <winbase.h>
#include <winsock2.h>
#include "COMMCTRL.h"
#include <iostream>
#include <iomanip>
#include <stdlib.h>
#include <malloc.h>
#include <memory.h>
#include <tchar.h>
#include <time.h>
#include <math.h>
#include <process.h>
#include <map>
#include <string>
#include <ios>
#include <algorithm>
#include <vector>
#include <set>
#include <rpcdce.h>
#include <conio.h>
#include <SQL.h>
#include <sqlext.h>
#include <assert.h>
#include <fstream>
#include <SDKDDKVer.h>
// -----
using namespace std;
#include "Resource.H"
#include "Defines.H"
#include "Colors.H"
#include "GPackets.H"
#include "JoinProtocol.H"
#include "Structure.H"
#include "TSync.H"
#include "IOCP.H"
#include "Functions.H"
#include "JoinSrvManager.H"
#include "DataSrvManager.H"
#include "JSProtocol.H"
#include "DSProtocol.H"
// -----
#pragma comment(lib, "ws2_32.lib")
#pragma comment(lib, "rpcrt4.lib")
// ----- | [
"krisis521@inbox.lv"
] | krisis521@inbox.lv |
59e1b3d189ab405b6c04a69ec2c0357e7810e879 | 7f87caf828f4fe4116331675857da0a628bc24d4 | /src/Corrade/Containers/ArrayView.h | 8b985067fd66b5e8c48d38390c3ffb1d2b081c49 | [
"MIT",
"Unlicense",
"LicenseRef-scancode-public-domain"
] | permissive | ulricheck/corrade | 231d09e4162355911444a2dc0972756e928b4571 | 35a7b2bc29838eead10ed2d0382374402ed1a327 | refs/heads/master | 2020-07-12T05:31:39.679630 | 2019-08-25T13:03:05 | 2019-08-27T06:51:59 | 204,731,208 | 0 | 0 | NOASSERTION | 2019-08-27T17:18:11 | 2019-08-27T15:18:10 | null | UTF-8 | C++ | false | false | 48,565 | h | #ifndef Corrade_Containers_ArrayView_h
#define Corrade_Containers_ArrayView_h
/*
This file is part of Corrade.
Copyright © 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
*/
/** @file
* @brief Class @ref Corrade::Containers::ArrayView, @ref Corrade::Containers::StaticArrayView
*/
#include <type_traits>
#include <utility>
#include "Corrade/Containers/Containers.h"
#include "Corrade/Utility/Assert.h"
namespace Corrade { namespace Containers {
namespace Implementation {
template<class, class> struct ArrayViewConverter;
template<class> struct ErasedArrayViewConverter;
#ifndef CORRADE_NO_PYTHON_COMPATIBILITY
/* so Python buffer protocol can point to the size member */
template<class T> std::size_t& sizeRef(Containers::ArrayView<T>& view) {
return view._size;
}
#endif
}
/**
@brief Array view with size information
Immutable wrapper around continuous range of data, similar to a dynamic
@ref std::span from C++2a. Unlike @ref Array this class doesn't do any memory
management. Main use case is passing array along with size information to
functions etc. If @p T is @cpp const @ce type, the class is implicitly
constructible also from const references to @ref Array and @ref ArrayView of
non-const types. There's also a variant with compile-time size information
called @ref StaticArrayView.
Usage example:
@snippet Containers.cpp ArrayView-usage
@attention Note that when using @cpp Containers::ArrayView<const char> @ce, C
string literals (such as @cpp "hello" @ce) are implicitly convertible to it
and the size includes also the zero-terminator (thus in case of
@cpp "hello" @ce the size would be 6, not 5, as one might expect).
@section Containers-ArrayView-stl STL compatibility
Instances of @ref ArrayView and @ref StaticArrayView are convertible from
@ref std::vector and @ref std::array if you include
@ref Corrade/Containers/ArrayViewStl.h. The conversion is provided in a
separate header to avoid unconditional @cpp #include <vector> @ce or
@cpp #include <array> @ce, which significantly affect compile times.
Additionally, the @ref arrayView(T&&) overload also allows for such a
conversion. The following table lists allowed conversions:
Corrade type | ↭ | STL type
------------------------------- | - | ---------------------
@ref ArrayView "ArrayView<T>" | ← | @ref std::array "std::array<T, size>"
@ref ArrayView<void> | ← | @ref std::array "std::array<T, size>"
@ref ArrayView "ArrayView<const T>" | ← | @ref std::array "const std::array<T, size>"
@ref ArrayView<const void> | ← | @ref std::array "const std::array<T, size>"
@ref ArrayView "ArrayView<T>" | ← | @ref std::vector "std::vector<T, Allocator>"
@ref ArrayView<void> | ← | @ref std::vector "std::vector<T, Allocator>"
@ref ArrayView "ArrayView<const T>" | ← | @ref std::vector "const std::vector<T, Allocator>"
@ref ArrayView<const void> | ← | @ref std::vector "const std::vector<T, Allocator>"
@ref StaticArrayView "StaticArrayView<size, T>" | ← | @ref std::array "std::array<T, size>"
@ref StaticArrayView "StaticArrayView<size, const T>" | ← | @ref std::array "const std::array<T, size>"
Example:
@snippet Containers-stl.cpp ArrayView
On compilers that support C++2a and @ref std::span, implicit conversion from
and also to it is provided in @ref Corrade/Containers/ArrayViewStlSpan.h. For
similar reasons, it's a dedicated header to avoid unconditional
@cpp #include <span> @ce, but this one is even significantly heavier than the
@ref vector "<vector>" etc. includes, so it's separate from the others as well.
The following table lists allowed conversions:
Corrade type | ↭ | STL type
------------------------------- | - | ---------------------
@ref ArrayView "ArrayView<T>" | ⇆ | @ref std::span "std::span<T>"
@ref ArrayView "ArrayView<T>" | ← | @ref std::span "std::span<T, size>"
@ref ArrayView<void> | ← | @ref std::span "std::span<T>"
@ref ArrayView<void> | ← | @ref std::span "std::span<T, size>"
@ref ArrayView<const void> | ← | @ref std::span "std::span<T>"
@ref ArrayView<const void> | ← | @ref std::span "std::span<T, size>"
@ref StaticArrayView "StaticArrayView<size, T>" | ⇆ | @ref std::span "std::span<T, size>"
@ref StaticArrayView "StaticArrayView<size, T>" | → | @ref std::span "std::span<T>"
Example:
@snippet Containers-stl2a.cpp ArrayView
<b></b>
@m_class{m-block m-danger}
@par Dangers of fixed-size std::span conversions
The C++2a @ref std::span class has an implicit all-catching
@cpp span(const Container&) @ce constructor, due to which it's not possible
to implement the conversion to @ref std::span on Corrade side and properly
check for correct dimensionality *at compile time*. That means it's
possible to accidentally convert an arbitrary @ref ArrayView<int> to
@ref std::span "std::span<int, 37>" or @ref StaticArrayView "StaticArrayView<5, int>"
to @ref std::span "std::span<int, 6>" and there's nothing Corrade can do to
prevent that. Even worse, the C++ standard
[defines this conversion as Undefined Behavior](https://en.cppreference.com/w/cpp/container/span/span),
instead of, well, throwing an exception or something.
@par
Fortunately, in the other direction at least, conversion of @ref std::span
to Corrade container classes *can* be (and is) checked at compile time.
@par
@snippet Containers-stl2a.cpp ArrayView-stupid-span
<b></b>
<b></b>
@m_class{m-block m-warning}
@par Conversion from std::initializer_list
The class deliberately *doesn't* provide any conversion from
@ref std::initializer_list, as it would lead to dangerous behavior even in
very simple and seemingly innocent cases --- see the snippet below.
Instead, where it makes sense, functions accepting @ref ArrayView provide
also an overload taking @ref std::initializer_list.
@par
@code{.cpp}
std::initializer_list<int> a{1, 2, 3, 4};
a[2] = 5; // okay
Containers::ArrayView<int> b{1, 2, 3, 4}; // hypothetical, doesn't compile
b[2] = 5; // crash, initializer_list already destructed here
@endcode
Other array classes provide a subset of this STL compatibility as well, see the
documentation of @ref Containers-Array-stl "Array",
@ref Containers-StaticArray-stl "StaticArray" and
@ref Containers-StridedArrayView-stl "StridedArrayView" for more information.
@anchor Containers-ArrayView-single-header
<b></b>
@m_class{m-block m-success}
@par Single-header version
This class, together with the @ref ArrayView<void> /
@ref ArrayView<const void> specializations and @ref StaticArrayView, is
also available as a single-header, dependency-less [CorradeArrayView.h](https://github.com/mosra/magnum-singles/tree/master/CorradeArrayView.h)
library in the Magnum Singles repository for easier integration into your
projects. See @ref corrade-singles for more information. The above
mentioned STL compatibility is included as well, but disabled by default.
Enable it for @ref std::vector and @ref std::array by specifying
@cpp #define CORRADE_ARRAYVIEW_STL_COMPATIBILITY @ce and for @ref std::span
by compiling as C++2a and specifying
@cpp #define CORRADE_ARRAYVIEW_STL_SPAN_COMPATIBILITY @ce before including
the file. Including it multiple times with different macros defined works
as well.
@see @ref ArrayView<void>, @ref ArrayView<const void>, @ref StridedArrayView,
@ref arrayView(), @ref arrayCast(ArrayView<T>)
*/
/* All member functions are const because the view doesn't own the data */
template<class T> class ArrayView {
public:
typedef T Type; /**< @brief Element type */
/** @brief Conversion from `nullptr` */
constexpr /*implicit*/ ArrayView(std::nullptr_t) noexcept: _data(nullptr), _size(0) {}
/**
* @brief Default constructor
*
* Creates an empty view. Copy a non-empty @ref Array or @ref ArrayView
* onto the instance to make it useful.
*/
constexpr /*implicit*/ ArrayView() noexcept: _data(nullptr), _size(0) {}
/**
* @brief Construct a view on an array with explicit length
* @param data Data pointer
* @param size Data size
*
* @see @ref arrayView(T*, std::size_t)
*/
constexpr /*implicit*/ ArrayView(T* data, std::size_t size) noexcept: _data(data), _size(size) {}
/**
* @brief Construct a view on a fixed-size array
* @param data Fixed-size array
*
* Enabled only if @cpp T* @ce is implicitly convertible to @cpp U* @ce.
* Expects that both types have the same size.
* @see @ref arrayView(T(&)[size])
*/
#ifdef DOXYGEN_GENERATING_OUTPUT
template<class U, std::size_t size>
#else
template<class U, std::size_t size, class = typename std::enable_if<std::is_convertible<U*, T*>::value>::type>
#endif
constexpr /*implicit*/ ArrayView(U(&data)[size]) noexcept: _data{data}, _size{size} {
static_assert(sizeof(T) == sizeof(U), "type sizes are not compatible");
}
/**
* @brief Construct a view on @ref ArrayView
*
* Enabled only if @cpp T* @ce is implicitly convertible to @cpp U* @ce.
* Expects that both types have the same size.
*/
#ifdef DOXYGEN_GENERATING_OUTPUT
template<class U>
#else
template<class U, class = typename std::enable_if<std::is_convertible<U*, T*>::value>::type>
#endif
constexpr /*implicit*/ ArrayView(ArrayView<U> view) noexcept: _data{view}, _size{view.size()} {
static_assert(sizeof(T) == sizeof(U), "type sizes are not compatible");
}
/**
* @brief Construct a view on @ref StaticArrayView
*
* Enabled only if @cpp T* @ce is implicitly convertible to @cpp U* @ce.
* Expects that both types have the same size.
* @see @ref arrayView(StaticArrayView<size, T>)
*/
#ifdef DOXYGEN_GENERATING_OUTPUT
template<std::size_t size, class U>
#else
template<std::size_t size, class U, class = typename std::enable_if<std::is_convertible<U*, T*>::value>::type>
#endif
constexpr /*implicit*/ ArrayView(StaticArrayView<size, U> view) noexcept: _data{view}, _size{size} {
static_assert(sizeof(U) == sizeof(T), "type sizes are not compatible");
}
/**
* @brief Construct a view on an external type / from an external representation
*
* @see @ref Containers-ArrayView-stl
*/
/* There's no restriction that would disallow creating ArrayView from
e.g. std::vector<T>&& because that would break uses like
`consume(foo());`, where `consume()` expects a view but `foo()`
returns a std::vector. Besides that, to simplify the implementation,
there's no const-adding conversion. Instead, the implementer is
supposed to add an ArrayViewConverter variant for that. */
template<class U, class = decltype(Implementation::ArrayViewConverter<T, typename std::decay<U&&>::type>::from(std::declval<U&&>()))> constexpr /*implicit*/ ArrayView(U&& other) noexcept: ArrayView{Implementation::ArrayViewConverter<T, typename std::decay<U&&>::type>::from(std::forward<U>(other))} {}
/**
* @brief Convert the view to external representation
*
* @see @ref Containers-ArrayView-stl
*/
/* To simplify the implementation, there's no const-adding conversion.
Instead, the implementer is supposed to add an ArrayViewConverter
variant for that. */
template<class U, class = decltype(Implementation::ArrayViewConverter<T, U>::to(std::declval<ArrayView<T>>()))> constexpr /*implicit*/ operator U() const {
return Implementation::ArrayViewConverter<T, U>::to(*this);
}
#ifndef CORRADE_MSVC2019_COMPATIBILITY
/** @brief Whether the array is non-empty */
/* Disabled on MSVC <= 2017 to avoid ambiguous operator+() when doing
pointer arithmetic. On MSVC 2019 this works properly when
/permissive- is enabled, but I can neither detect a presence of that
flag nor force it for all users (since it often ICEs and breaks 3rd
party code), so disabling for 2019 as well. */
constexpr explicit operator bool() const { return _data; }
#endif
/** @brief Conversion to array type */
constexpr /*implicit*/ operator T*() const { return _data; }
/** @brief View data */
constexpr T* data() const { return _data; }
/** @brief View size */
constexpr std::size_t size() const { return _size; }
/** @brief Whether the view is empty */
constexpr bool empty() const { return !_size; }
/**
* @brief Pointer to first element
*
* @see @ref front()
*/
constexpr T* begin() const { return _data; }
constexpr T* cbegin() const { return _data; } /**< @overload */
/**
* @brief Pointer to (one item after) last element
*
* @see @ref back()
*/
constexpr T* end() const { return _data+_size; }
constexpr T* cend() const { return _data+_size; } /**< @overload */
/**
* @brief First element
*
* Expects there is at least one element.
* @see @ref begin()
*/
T& front() const;
/**
* @brief Last element
*
* Expects there is at least one element.
* @see @ref end()
*/
T& back() const;
/**
* @brief Array slice
*
* Both arguments are expected to be in range.
*/
constexpr ArrayView<T> slice(T* begin, T* end) const;
/** @overload */
constexpr ArrayView<T> slice(std::size_t begin, std::size_t end) const;
/**
* @brief Static array slice
*
* Both @p begin and @cpp begin + viewSize @ce are expected to be in
* range.
*/
template<std::size_t viewSize> constexpr StaticArrayView<viewSize, T> slice(T* begin) const;
/** @overload */
template<std::size_t viewSize> constexpr StaticArrayView<viewSize, T> slice(std::size_t begin) const;
/**
* @brief Static array slice
*
* At compile time expects that @cpp begin < end_ @ce, at runtime that
* @p end_ is not larger than @ref size().
*/
template<std::size_t begin_, std::size_t end_> constexpr StaticArrayView<end_ - begin_, T> slice() const;
/**
* @brief Array prefix
*
* Equivalent to @cpp data.slice(data.begin(), end) @ce. If @p end is
* @cpp nullptr @ce, returns zero-sized @cpp nullptr @ce array.
* @see @ref slice(T*, T*) const
*/
constexpr ArrayView<T> prefix(T* end) const {
return end ? slice(_data, end) : nullptr;
}
/**
* @brief Array prefix
*
* Equivalent to @cpp data.slice(0, end) @ce.
* @see @ref slice(std::size_t, std::size_t) const
*/
constexpr ArrayView<T> prefix(std::size_t end) const {
return slice(0, end);
}
/**
* @brief Static array prefix
*
* Equivalent to @cpp data.slice<0, end_>() @ce.
* @see @ref slice() const
*/
template<std::size_t end_> constexpr StaticArrayView<end_, T> prefix() const {
return slice<0, end_>();
}
/**
* @brief Array suffix
*
* Equivalent to @cpp data.slice(begin, data.end()) @ce. If @p begin is
* @cpp nullptr @ce and the original array isn't, returns zero-sized
* @cpp nullptr @ce array.
* @see @ref slice(T*, T*) const
*/
constexpr ArrayView<T> suffix(T* begin) const {
return _data && !begin ? nullptr : slice(begin, _data + _size);
}
/**
* @brief Array suffix
*
* Equivalent to @cpp data.slice(begin, data.size()) @ce.
* @see @ref slice(std::size_t, std::size_t) const
*/
constexpr ArrayView<T> suffix(std::size_t begin) const {
return slice(begin, _size);
}
/**
* @brief Array prefix except the last @p count items
*
* Equivalent to @cpp data.slice(0, data.size() - count) @ce.
* @see @ref slice(std::size_t, std::size_t) const
*/
constexpr ArrayView<T> except(std::size_t count) const {
return slice(0, _size - count);
}
private:
#ifndef CORRADE_NO_PYTHON_COMPATIBILITY
/* so Python buffer protocol can point to the size member */
friend std::size_t& Implementation::sizeRef<>(Containers::ArrayView<T>&);
#endif
T* _data;
std::size_t _size;
};
/**
@brief Void array view with size information
Specialization of @ref ArrayView which is convertible from a compile-time
array, @ref Array, @ref ArrayView or @ref StaticArrayView of any non-constant
type and also any non-constant type convertible to them. Size for a particular
type is recalculated to a size in bytes. This specialization doesn't provide
any accessors besides @ref data(), because it has no use for the @cpp void @ce
type. Instead, use @ref arrayCast(ArrayView<T>) to first cast the array to a
concrete type and then access the particular elements.
Usage example:
@snippet Containers.cpp ArrayView-const-void-usage
<b></b>
@m_class{m-block m-success}
@par Single-header version
This specialization, together with @ref ArrayView<const void> and the
generic @ref ArrayView and @ref StaticArrayView, is also available as a
single-header, dependency-less library in the Magnum Singles repository for
easier integration into your projects. See the
@ref Containers-ArrayView-single-header "ArrayView documentation" for more
information.
*/
template<> class ArrayView<void> {
public:
typedef void Type; /**< @brief Element type */
/** @brief Conversion from `nullptr` */
constexpr /*implicit*/ ArrayView(std::nullptr_t) noexcept: _data(nullptr), _size(0) {}
/**
* @brief Default constructor
*
* Creates zero-sized array. Move array with nonzero size onto the
* instance to make it useful.
*/
constexpr /*implicit*/ ArrayView() noexcept: _data(nullptr), _size(0) {}
/**
* @brief Construct a view on array of explicit length
* @param data Data pointer
* @param size Data size
*/
constexpr /*implicit*/ ArrayView(void* data, std::size_t size) noexcept: _data(data), _size(size) {}
/**
* @brief Constructor from any type
* @param data Data pointer
* @param size Data size
*
* Size is recalculated to size in bytes.
*/
template<class T> constexpr /*implicit*/ ArrayView(T* data, std::size_t size) noexcept: _data(data), _size(size*sizeof(T)) {}
/**
* @brief Construct a view on fixed-size array
* @param data Fixed-size array
*
* Size in bytes is calculated automatically.
*/
template<class T, std::size_t size> constexpr /*implicit*/ ArrayView(T(&data)[size]) noexcept: _data(data), _size(size*sizeof(T)) {}
/** @brief Construct const void view on any @ref ArrayView */
template<class T> constexpr /*implicit*/ ArrayView(ArrayView<T> array) noexcept: _data(array), _size(array.size()*sizeof(T)) {}
/** @brief Construct const void view on any @ref StaticArrayView */
template<std::size_t size, class T> constexpr /*implicit*/ ArrayView(const StaticArrayView<size, T>& array) noexcept: _data{array}, _size{size*sizeof(T)} {}
/**
* @brief Construct a view on an external type
*
* @see @ref Containers-ArrayView-stl
*/
/* There's no restriction that would disallow creating ArrayView from
e.g. std::vector<T>&& because that would break uses like
`consume(foo());`, where `consume()` expects a view but `foo()`
returns a std::vector. */
template<class T, class = decltype(Implementation::ErasedArrayViewConverter<typename std::decay<T&&>::type>::from(std::declval<T&&>()))> constexpr /*implicit*/ ArrayView(T&& other) noexcept: ArrayView{Implementation::ErasedArrayViewConverter<typename std::decay<T&&>::type>::from(other)} {}
#ifndef CORRADE_MSVC2019_COMPATIBILITY
/** @brief Whether the array is non-empty */
/* Disabled on MSVC <= 2017 to avoid ambiguous operator+() when doing
pointer arithmetic. On MSVC 2019 this works properly when
/permissive- is enabled, but I can neither detect a presence of that
flag nor force it for all users (since it often ICEs and breaks 3rd
party code), so disabling for 2019 as well. */
constexpr explicit operator bool() const { return _data; }
#endif
/** @brief Conversion to array type */
constexpr /*implicit*/ operator void*() const { return _data; }
/** @brief Array data */
constexpr void* data() const { return _data; }
/** @brief Array size */
constexpr std::size_t size() const { return _size; }
/** @brief Whether the array is empty */
constexpr bool empty() const { return !_size; }
private:
void* _data;
std::size_t _size;
};
/**
@brief Constant void array view with size information
Specialization of @ref ArrayView which is convertible from a compile-time
array, @ref Array, @ref ArrayView or @ref StaticArrayView of any type and also
any type convertible to them. Size for a particular type is recalculated to
a size in bytes. This specialization doesn't provide any accessors besides
@ref data(), because it has no use for the @cpp void @ce type. Instead, use
@ref arrayCast(ArrayView<T>) to first cast the array to a concrete type and
then access the particular elements.
Usage example:
@snippet Containers.cpp ArrayView-void-usage
<b></b>
@m_class{m-block m-success}
@par Single-header version
This specialization, together with @ref ArrayView<void> and the generic
@ref ArrayView and @ref StaticArrayView, is also available as a
single-header, dependency-less library in the Magnum Singles repository
for easier integration into your projects. See the
@ref Containers-ArrayView-single-header "ArrayView documentation" for more
information.
*/
template<> class ArrayView<const void> {
public:
typedef const void Type; /**< @brief Element type */
/** @brief Conversion from `nullptr` */
constexpr /*implicit*/ ArrayView(std::nullptr_t) noexcept: _data(nullptr), _size(0) {}
/**
* @brief Default constructor
*
* Creates zero-sized array. Move array with nonzero size onto the
* instance to make it useful.
*/
constexpr /*implicit*/ ArrayView() noexcept: _data(nullptr), _size(0) {}
/**
* @brief Construct a view on array of explicit length
* @param data Data pointer
* @param size Data size
*/
constexpr /*implicit*/ ArrayView(const void* data, std::size_t size) noexcept: _data(data), _size(size) {}
/**
* @brief Constructor from any type
* @param data Data pointer
* @param size Data size
*
* Size is recalculated to size in bytes.
*/
template<class T> constexpr /*implicit*/ ArrayView(const T* data, std::size_t size) noexcept: _data(data), _size(size*sizeof(T)) {}
/**
* @brief Construct a view on fixed-size array
* @param data Fixed-size array
*
* Size in bytes is calculated automatically.
*/
template<class T, std::size_t size> constexpr /*implicit*/ ArrayView(T(&data)[size]) noexcept: _data(data), _size(size*sizeof(T)) {}
/** @brief Construct const void view on any @ref ArrayView */
template<class T> constexpr /*implicit*/ ArrayView(ArrayView<T> array) noexcept: _data(array), _size(array.size()*sizeof(T)) {}
/** @brief Construct const void view on any @ref StaticArrayView */
template<std::size_t size, class T> constexpr /*implicit*/ ArrayView(const StaticArrayView<size, T>& array) noexcept: _data{array}, _size{size*sizeof(T)} {}
/**
* @brief Construct a view on an external type
*
* @see @ref Containers-ArrayView-stl
*/
/* There's no restriction that would disallow creating ArrayView from
e.g. std::vector<T>&& because that would break uses like
`consume(foo());`, where `consume()` expects a view but `foo()`
returns a std::vector. */
template<class T, class = decltype(Implementation::ErasedArrayViewConverter<const T>::from(std::declval<const T&>()))> constexpr /*implicit*/ ArrayView(const T& other) noexcept: ArrayView{Implementation::ErasedArrayViewConverter<const T>::from(other)} {}
#ifndef CORRADE_MSVC2019_COMPATIBILITY
/** @brief Whether the array is non-empty */
/* Disabled on MSVC <= 2017 to avoid ambiguous operator+() when doing
pointer arithmetic. On MSVC 2019 this works properly when
/permissive- is enabled, but I can neither detect a presence of that
flag nor force it for all users (since it often ICEs and breaks 3rd
party code), so disabling for 2019 as well. */
constexpr explicit operator bool() const { return _data; }
#endif
/** @brief Conversion to array type */
constexpr /*implicit*/ operator const void*() const { return _data; }
/** @brief Array data */
constexpr const void* data() const { return _data; }
/** @brief Array size */
constexpr std::size_t size() const { return _size; }
/** @brief Whether the array is empty */
constexpr bool empty() const { return !_size; }
private:
const void* _data;
std::size_t _size;
};
/** @relatesalso ArrayView
@brief Make a view on an array of specific length
Convenience alternative to @ref ArrayView::ArrayView(T*, std::size_t). The
following two lines are equivalent:
@snippet Containers.cpp arrayView
*/
template<class T> constexpr ArrayView<T> arrayView(T* data, std::size_t size) {
return ArrayView<T>{data, size};
}
/** @relatesalso ArrayView
@brief Make a view on fixed-size array
Convenience alternative to @ref ArrayView::ArrayView(U(&)[size]). The following
two lines are equivalent:
@snippet Containers.cpp arrayView-array
*/
template<std::size_t size, class T> constexpr ArrayView<T> arrayView(T(&data)[size]) {
return ArrayView<T>{data};
}
/** @relatesalso ArrayView
@brief Make a view on @ref StaticArrayView
Convenience alternative to @ref ArrayView::ArrayView(StaticArrayView<size, U>).
The following two lines are equivalent:
@snippet Containers.cpp arrayView-StaticArrayView
*/
template<std::size_t size, class T> constexpr ArrayView<T> arrayView(StaticArrayView<size, T> view) {
return ArrayView<T>{view};
}
/** @relatesalso ArrayView
@brief Make a view on a view
Equivalent to the implicit @ref ArrayView copy constructor --- it shouldn't be
an error to call @ref arrayView() on itself.
*/
template<class T> constexpr ArrayView<T> arrayView(ArrayView<T> view) {
return view;
}
/** @relatesalso ArrayView
@brief Make a view on an external type / from an external representation
@see @ref Containers-ArrayView-stl
*/
/* There's no restriction that would disallow creating ArrayView from
e.g. std::vector<T>&& because that would break uses like `consume(foo());`,
where `consume()` expects a view but `foo()` returns a std::vector. */
template<class T, class U = decltype(Implementation::ErasedArrayViewConverter<typename std::remove_reference<T&&>::type>::from(std::declval<T&&>()))> constexpr U arrayView(T&& other) {
return Implementation::ErasedArrayViewConverter<typename std::remove_reference<T&&>::type>::from(std::forward<T>(other));
}
/** @relatesalso ArrayView
@brief Reinterpret-cast an array view
Size of the new array is calculated as @cpp view.size()*sizeof(T)/sizeof(U) @ce.
Expects that both types are [standard layout](http://en.cppreference.com/w/cpp/concept/StandardLayoutType)
and the total byte size doesn't change. Example usage:
@snippet Containers.cpp arrayCast
*/
template<class U, class T> ArrayView<U> arrayCast(ArrayView<T> view) {
static_assert(std::is_standard_layout<T>::value, "the source type is not standard layout");
static_assert(std::is_standard_layout<U>::value, "the target type is not standard layout");
const std::size_t size = view.size()*sizeof(T)/sizeof(U);
CORRADE_ASSERT(size*sizeof(U) == view.size()*sizeof(T),
"Containers::arrayCast(): can't reinterpret" << view.size() << sizeof(T) << Utility::Debug::nospace << "-byte items into a" << sizeof(U) << Utility::Debug::nospace << "-byte type", {});
return {reinterpret_cast<U*>(view.begin()), size};
}
/** @relatesalso ArrayView
@brief Array view size
Alias to @ref ArrayView::size(), useful as a shorthand in cases like this:
@snippet Containers.cpp arraySize
*/
template<class T> constexpr std::size_t arraySize(ArrayView<T> view) {
return view.size();
}
/** @overload */
template<std::size_t size_, class T> constexpr std::size_t arraySize(StaticArrayView<size_, T>) {
return size_;
}
/** @overload */
template<std::size_t size_, class T> constexpr std::size_t arraySize(T(&)[size_]) {
return size_;
}
namespace Implementation {
template<std::size_t, class, class> struct StaticArrayViewConverter;
template<class> struct ErasedStaticArrayViewConverter;
}
/**
@brief Fixed-size array view
Equivalent to @ref ArrayView, but with compile-time size information. Similar
to a fixed-size @ref std::span from C++2a. Convertible from and to
@ref ArrayView. Example usage:
@snippet Containers.cpp StaticArrayView-usage
@section Containers-StaticArrayView-stl STL compatibility
See @ref Containers-ArrayView-stl "ArrayView STL compatibility" for more
information.
@m_class{m-block m-success}
@par Single-header version
This class is, together with @ref ArrayView and the
@ref ArrayView<const void> specialization, is also available as a
single-header, dependency-less library in the Magnum Singles repository for
easier integration into your projects. See the
@ref Containers-ArrayView-single-header "ArrayView documentation" for more
information.
@see @ref staticArrayView(), @ref arrayCast(StaticArrayView<size, T>)
*/
/* Underscore at the end to avoid conflict with member size(). It's ugly, but
having count instead of size_ would make the naming horribly inconsistent. */
template<std::size_t size_, class T> class StaticArrayView {
public:
typedef T Type; /**< @brief Element type */
enum: std::size_t {
Size = size_ /**< Array view size */
};
/** @brief Conversion from `nullptr` */
constexpr /*implicit*/ StaticArrayView(std::nullptr_t) noexcept: _data(nullptr) {}
/**
* @brief Default constructor
*
* Creates empty view. Copy non-empty @ref StaticArrayView onto the
* instance to make it useful.
*/
constexpr /*implicit*/ StaticArrayView() noexcept: _data(nullptr) {}
/**
* @brief Construct static view on an array
* @param data Data pointer
*
* @see @ref staticArrayView(T*)
*/
#ifdef DOXYGEN_GENERATING_OUTPUT
constexpr explicit StaticArrayView(T* data)
#else
template<class U, class = typename std::enable_if<std::is_pointer<U>::value && !std::is_same<U, T(&)[size_]>::value>::type> constexpr explicit StaticArrayView(U data)
#endif
noexcept: _data(data) {}
/**
* @brief Construct static view on a fixed-size array
* @param data Fixed-size array
*
* Enabled only if @cpp T* @ce is implicitly convertible to @cpp U* @ce.
* Note that, similarly as with raw pointers, you need to ensure that
* both types have the same size.
* @see @ref staticArrayView(T(&)[size])
*/
#ifdef DOXYGEN_GENERATING_OUTPUT
template<class U>
#else
template<class U, class = typename std::enable_if<std::is_convertible<U*, T*>::value>::type>
#endif
constexpr /*implicit*/ StaticArrayView(U(&data)[size_]) noexcept: _data{data} {}
/**
* @brief Construct static view on @ref StaticArrayView
*
* Enabled only if @cpp T* @ce is implicitly convertible to @cpp U* @ce.
* Expects that both types have the same size.
*/
#ifdef DOXYGEN_GENERATING_OUTPUT
template<class U>
#else
template<class U, class = typename std::enable_if<std::is_convertible<U*, T*>::value>::type>
#endif
constexpr /*implicit*/ StaticArrayView(StaticArrayView<size_, U> view) noexcept: _data{view} {
static_assert(sizeof(T) == sizeof(U), "type sizes are not compatible");
}
/**
* @brief Construct a view on an external type / from an external representation
*
* @see @ref Containers-StaticArrayView-stl
*/
/* There's no restriction that would disallow creating ArrayView from
e.g. std::vector<T>&& because that would break uses like
`consume(foo());`, where `consume()` expects a view but `foo()`
returns a std::vector. Besides that, to simplify the implementation,
there's no const-adding conversion. Instead, the implementer is
supposed to add a StaticArrayViewConverter variant for that. */
template<class U, class = decltype(Implementation::StaticArrayViewConverter<size_, T, typename std::decay<U&&>::type>::from(std::declval<U&&>()))> constexpr /*implicit*/ StaticArrayView(U&& other) noexcept: StaticArrayView{Implementation::StaticArrayViewConverter<size_, T, typename std::decay<U&&>::type>::from(std::forward<U>(other))} {}
/**
* @brief Convert the view to external representation
*
* @see @ref Containers-StaticArrayView-stl
*/
/* To simplify the implementation, there's no ArrayViewConverter
overload. Instead, the implementer is supposed to extend
StaticArrayViewConverter specializations for the non-static arrays
as well. The same goes for const-adding conversions. */
template<class U, class = decltype(Implementation::StaticArrayViewConverter<size_, T, U>::to(std::declval<StaticArrayView<size_, T>>()))> constexpr /*implicit*/ operator U() const {
return Implementation::StaticArrayViewConverter<size_, T, U>::to(*this);
}
#ifndef CORRADE_MSVC2019_COMPATIBILITY
/** @brief Whether the array is non-empty */
/* Disabled on MSVC <= 2017 to avoid ambiguous operator+() when doing
pointer arithmetic. On MSVC 2019 this works properly when
/permissive- is enabled, but I can neither detect a presence of that
flag nor force it for all users (since it often ICEs and breaks 3rd
party code), so disabling for 2019 as well. */
constexpr explicit operator bool() const { return _data; }
#endif
/** @brief Conversion to array type */
constexpr /*implicit*/ operator T*() const { return _data; }
/** @brief Array data */
constexpr T* data() const { return _data; }
/** @brief Array size */
constexpr std::size_t size() const { return size_; }
/** @brief Whether the array is empty */
constexpr bool empty() const { return !size_; }
/**
* @brief Pointer to first element
*
* @see @ref front()
*/
constexpr T* begin() const { return _data; }
constexpr T* cbegin() const { return _data; } /**< @overload */
/**
* @brief Pointer to (one item after) last element
*
* @see @ref back()
*/
constexpr T* end() const { return _data + size_; }
constexpr T* cend() const { return _data + size_; } /**< @overload */
/**
* @brief First element
*
* Expects there is at least one element.
* @see @ref begin()
*/
T& front() const;
/**
* @brief Last element
*
* Expects there is at least one element.
* @see @ref end()
*/
T& back() const;
/** @copydoc ArrayView::slice(T*, T*) const */
constexpr ArrayView<T> slice(T* begin, T* end) const {
return ArrayView<T>(*this).slice(begin, end);
}
/** @overload */
constexpr ArrayView<T> slice(std::size_t begin, std::size_t end) const {
return ArrayView<T>(*this).slice(begin, end);
}
/** @copydoc ArrayView::slice(T*) const */
template<std::size_t viewSize> constexpr StaticArrayView<viewSize, T> slice(T* begin) const {
return ArrayView<T>(*this).template slice<viewSize>(begin);
}
/** @overload */
template<std::size_t viewSize> constexpr StaticArrayView<viewSize, T> slice(std::size_t begin) const {
return ArrayView<T>(*this).template slice<viewSize>(begin);
}
/**
* @brief Static array slice
*
* Expects (at compile time) that @cpp begin < end_ @ce and @p end_ is
* not larger than @ref Size.
*/
template<std::size_t begin_, std::size_t end_> constexpr StaticArrayView<end_ - begin_, T> slice() const;
/** @copydoc ArrayView::prefix(T*) const */
constexpr ArrayView<T> prefix(T* end) const {
return ArrayView<T>(*this).prefix(end);
}
/** @overload */
constexpr ArrayView<T> prefix(std::size_t end) const {
return ArrayView<T>(*this).prefix(end);
}
/**
* @brief Static array prefix
*
* Equivalent to @cpp data.slice<0, end_>() @ce.
* @see @ref slice() const
*/
template<std::size_t end_> constexpr StaticArrayView<end_, T> prefix() const {
return slice<0, end_>();
}
/** @copydoc ArrayView::suffix(T*) const */
constexpr ArrayView<T> suffix(T* begin) const {
return ArrayView<T>(*this).suffix(begin);
}
/** @overload */
constexpr ArrayView<T> suffix(std::size_t begin) const {
return ArrayView<T>(*this).suffix(begin);
}
/**
* @brief Static array suffix
*
* Equivalent to @cpp data.slice<begin_, Size>() @ce.
* @see @ref slice() const
*/
template<std::size_t begin_> constexpr StaticArrayView<size_ - begin_, T> suffix() const {
return slice<begin_, size_>();
}
/** @copydoc ArrayView::except(std::size_t) const */
constexpr ArrayView<T> except(std::size_t count) const {
return ArrayView<T>(*this).except(count);
}
/**
* @brief Static array prefix except the last @p count items
*
* Equivalent to @cpp data.slice<0, Size - count>() @ce.
* @see @ref slice() const
*/
template<std::size_t count> constexpr StaticArrayView<size_ - count, T> except() const {
return slice<0, size_ - count>();
}
private:
T* _data;
};
/** @relatesalso StaticArrayView
@brief Make a static view on an array
Convenience alternative to @ref StaticArrayView::StaticArrayView(T*). The
following two lines are equivalent:
@snippet Containers.cpp staticArrayView
*/
template<std::size_t size, class T> constexpr StaticArrayView<size, T> staticArrayView(T* data) {
return StaticArrayView<size, T>{data};
}
/** @relatesalso StaticArrayView
@brief Make a static view on a fixed-size array
Convenience alternative to @ref StaticArrayView::StaticArrayView(U(&)[size_]).
The following two lines are equivalent:
@snippet Containers.cpp staticArrayView-array
*/
template<std::size_t size, class T> constexpr StaticArrayView<size, T> staticArrayView(T(&data)[size]) {
return StaticArrayView<size, T>{data};
}
/** @relatesalso StaticArrayView
@brief Make a static view on a view
Equivalent to the implicit @ref StaticArrayView copy constructor --- it
shouldn't be an error to call @ref staticArrayView() on itself.
*/
template<std::size_t size, class T> constexpr StaticArrayView<size, T> staticArrayView(StaticArrayView<size, T> view) {
return view;
}
/** @relatesalso StaticArrayView
@brief Make a static view on an external type / from an external representation
@see @ref Containers-StaticArrayView-stl
*/
/* There's no restriction that would disallow creating StaticArrayView from
e.g. std::array<T>&& because that would break uses like `consume(foo());`,
where `consume()` expects a view but `foo()` returns a std::array. */
template<class T, class U = decltype(Implementation::ErasedStaticArrayViewConverter<typename std::remove_reference<T&&>::type>::from(std::declval<T&&>()))> constexpr U staticArrayView(T&& other) {
return Implementation::ErasedStaticArrayViewConverter<typename std::remove_reference<T&&>::type>::from(std::forward<T>(other));
}
/** @relatesalso StaticArrayView
@brief Reinterpret-cast a static array view
Size of the new array is calculated as @cpp view.size()*sizeof(T)/sizeof(U) @ce.
Expects that both types are [standard layout](http://en.cppreference.com/w/cpp/concept/StandardLayoutType)
and the total byte size doesn't change. Example usage:
@snippet Containers.cpp arrayCast-StaticArrayView
*/
template<class U, std::size_t size, class T> StaticArrayView<size*sizeof(T)/sizeof(U), U> arrayCast(StaticArrayView<size, T> view) {
static_assert(std::is_standard_layout<T>::value, "the source type is not standard layout");
static_assert(std::is_standard_layout<U>::value, "the target type is not standard layout");
constexpr const std::size_t newSize = size*sizeof(T)/sizeof(U);
static_assert(newSize*sizeof(U) == size*sizeof(T),
"type sizes are not compatible");
return StaticArrayView<newSize, U>{reinterpret_cast<U*>(view.begin())};
}
/** @relatesalso StaticArrayView
@brief Reinterpret-cast a statically sized array
Calls @ref arrayCast(StaticArrayView<size, T>) with the argument converted to
@ref StaticArrayView of the same type and size. Example usage:
@snippet Containers.cpp arrayCast-StaticArrayView-array
*/
template<class U, std::size_t size, class T> StaticArrayView<size*sizeof(T)/sizeof(U), U> arrayCast(T(&data)[size]) {
return arrayCast<U>(StaticArrayView<size, T>{data});
}
template<class T> T& ArrayView<T>::front() const {
CORRADE_ASSERT(_size, "Containers::ArrayView::front(): view is empty", _data[0]);
return _data[0];
}
template<class T> T& ArrayView<T>::back() const {
CORRADE_ASSERT(_size, "Containers::ArrayView::back(): view is empty", _data[_size - 1]);
return _data[_size - 1];
}
template<class T> constexpr ArrayView<T> ArrayView<T>::slice(T* begin, T* end) const {
return CORRADE_CONSTEXPR_ASSERT(_data <= begin && begin <= end && end <= _data + _size,
"Containers::ArrayView::slice(): slice ["
<< Utility::Debug::nospace << begin - _data
<< Utility::Debug::nospace << ":"
<< Utility::Debug::nospace << end - _data
<< Utility::Debug::nospace << "] out of range for" << _size
<< "elements"),
ArrayView<T>{begin, std::size_t(end - begin)};
}
template<class T> constexpr ArrayView<T> ArrayView<T>::slice(std::size_t begin, std::size_t end) const {
return CORRADE_CONSTEXPR_ASSERT(begin <= end && end <= _size,
"Containers::ArrayView::slice(): slice ["
<< Utility::Debug::nospace << begin
<< Utility::Debug::nospace << ":"
<< Utility::Debug::nospace << end
<< Utility::Debug::nospace << "] out of range for" << _size
<< "elements"),
ArrayView<T>{_data + begin, end - begin};
}
template<std::size_t size_, class T> T& StaticArrayView<size_, T>::front() const {
static_assert(size_, "view is empty");
return _data[0];
}
template<std::size_t size_, class T> T& StaticArrayView<size_, T>::back() const {
static_assert(size_, "view is empty");
return _data[size_ - 1];
}
template<class T> template<std::size_t viewSize> constexpr StaticArrayView<viewSize, T> ArrayView<T>::slice(T* begin) const {
return CORRADE_CONSTEXPR_ASSERT(_data <= begin && begin + viewSize <= _data + _size,
"Containers::ArrayView::slice(): slice ["
<< Utility::Debug::nospace << begin - _data
<< Utility::Debug::nospace << ":"
<< Utility::Debug::nospace << begin + viewSize - _data
<< Utility::Debug::nospace << "] out of range for" << _size
<< "elements"),
StaticArrayView<viewSize, T>{begin};
}
template<class T> template<std::size_t viewSize> constexpr StaticArrayView<viewSize, T> ArrayView<T>::slice(std::size_t begin) const {
return CORRADE_CONSTEXPR_ASSERT(begin + viewSize <= _size,
"Containers::ArrayView::slice(): slice ["
<< Utility::Debug::nospace << begin
<< Utility::Debug::nospace << ":"
<< Utility::Debug::nospace << begin + viewSize
<< Utility::Debug::nospace << "] out of range for" << _size
<< "elements"),
StaticArrayView<viewSize, T>{_data + begin};
}
template<class T> template<std::size_t begin_, std::size_t end_> constexpr StaticArrayView<end_ - begin_, T> ArrayView<T>::slice() const {
static_assert(begin_ < end_, "fixed-size slice needs to have a positive size");
return CORRADE_CONSTEXPR_ASSERT(end_ <= _size,
"Containers::ArrayView::slice(): slice ["
<< Utility::Debug::nospace << begin_
<< Utility::Debug::nospace << ":"
<< Utility::Debug::nospace << end_
<< Utility::Debug::nospace << "] out of range for" << _size
<< "elements"),
StaticArrayView<end_ - begin_, T>{_data + begin_};
}
template<std::size_t size_, class T> template<std::size_t begin_, std::size_t end_> constexpr StaticArrayView<end_ - begin_, T> StaticArrayView<size_, T>::slice() const {
static_assert(begin_ < end_, "fixed-size slice needs to have a positive size");
static_assert(end_ <= size_, "slice out of bounds");
return StaticArrayView<end_ - begin_, T>{_data + begin_};
}
}}
#endif
| [
"mosra@centrum.cz"
] | mosra@centrum.cz |
a099a9a0c82eaba6d22dc89f6ae9e51e3fa60c37 | 5fe54b2bd86a463c80bbff9177a36ae6b8d3d708 | /test/e2e/test_master/skia/src/core/SkMask.h | 8c8e36f83fa70313b0335e88d65107d9a0e797da | [
"MIT"
] | permissive | quinzio/cppparser | 1e5d9ea6cd151eaafe4fbe43519ca55bdd2bef66 | 253c4a8d42c8600d0e173834d88cbe42a8347859 | refs/heads/master | 2020-12-20T09:29:38.366763 | 2020-01-14T19:12:27 | 2020-01-14T19:12:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,708 | h | /*
* Copyright 2006 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkMask_DEFINED
# define SkMask_DEFINED
# include "include/core/SkRect.h"
# include "include/private/SkColorData.h"
# include "include/private/SkMacros.h"
# include "include/private/SkTemplates.h"
# include <memory>
/** \class SkMask
SkMask is used to describe alpha bitmaps, either 1bit, 8bit, or
the 3-channel 3D format. These are passed to SkMaskFilter objects.
*/
struct SkMask
{
SkMask()
: fImage(nullptr)
{
}
enum Format {
kBW_Format, //!< 1bit per pixel mask (e.g. monochrome)
kA8_Format, //!< 8bits per pixel mask (e.g. antialiasing)
k3D_Format, //!< 3 8bit per pixl planes: alpha, mul, add
kARGB32_Format, //!< SkPMColor
kLCD16_Format, //!< 565 alpha for r/g/b
kSDF_Format, //!< 8bits representing signed distance field
};
enum {
kCountMaskFormats = kSDF_Format + 1
};
uint8_t* fImage;
SkIRect fBounds;
uint32_t fRowBytes;
Format fFormat;
static bool IsValidFormat(uint8_t format)
{
return format < kCountMaskFormats;
}
/** Returns true if the mask is empty: i.e. it has an empty bounds.
*/
bool isEmpty() const
{
return fBounds.isEmpty();
}
/** Return the byte size of the mask, assuming only 1 plane.
Does not account for k3D_Format. For that, use computeTotalImageSize().
If there is an overflow of 32bits, then returns 0.
*/
size_t computeImageSize() const;
/** Return the byte size of the mask, taking into account
any extra planes (e.g. k3D_Format).
If there is an overflow of 32bits, then returns 0.
*/
size_t computeTotalImageSize() const;
/** Returns the address of the byte that holds the specified bit.
Asserts that the mask is kBW_Format, and that x,y are in range.
x,y are in the same coordiate space as fBounds.
*/
uint8_t* getAddr1(int x, int y) const
{
SkASSERT(kBW_Format == fFormat);
SkASSERT(fBounds.contains(x, y));
SkASSERT(fImage != nullptr);
return fImage + ((x - fBounds.fLeft) >> 3) + (y - fBounds.fTop) * fRowBytes;
}
/** Returns the address of the specified byte.
Asserts that the mask is kA8_Format, and that x,y are in range.
x,y are in the same coordiate space as fBounds.
*/
uint8_t* getAddr8(int x, int y) const
{
SkASSERT(kA8_Format == fFormat || kSDF_Format == fFormat);
SkASSERT(fBounds.contains(x, y));
SkASSERT(fImage != nullptr);
return fImage + x - fBounds.fLeft + (y - fBounds.fTop) * fRowBytes;
}
/**
* Return the address of the specified 16bit mask. In the debug build,
* this asserts that the mask's format is kLCD16_Format, and that (x,y)
* are contained in the mask's fBounds.
*/
uint16_t* getAddrLCD16(int x, int y) const
{
SkASSERT(kLCD16_Format == fFormat);
SkASSERT(fBounds.contains(x, y));
SkASSERT(fImage != nullptr);
uint16_t* row = (uint16_t*) (fImage + (y - fBounds.fTop) * fRowBytes);
return row + (x - fBounds.fLeft);
}
/**
* Return the address of the specified 32bit mask. In the debug build,
* this asserts that the mask's format is 32bits, and that (x,y)
* are contained in the mask's fBounds.
*/
uint32_t* getAddr32(int x, int y) const
{
SkASSERT(kARGB32_Format == fFormat);
SkASSERT(fBounds.contains(x, y));
SkASSERT(fImage != nullptr);
uint32_t* row = (uint32_t*) (fImage + (y - fBounds.fTop) * fRowBytes);
return row + (x - fBounds.fLeft);
}
/**
* Returns the address of the specified pixel, computing the pixel-size
* at runtime based on the mask format. This will be slightly slower than
* using one of the routines where the format is implied by the name
* e.g. getAddr8 or getAddr32.
*
* x,y must be contained by the mask's bounds (this is asserted in the
* debug build, but not checked in the release build.)
*
* This should not be called with kBW_Format, as it will give unspecified
* results (and assert in the debug build).
*/
void* getAddr(int x, int y) const;
enum AllocType {
kUninit_Alloc,
kZeroInit_Alloc,
};
static uint8_t* AllocImage(size_t bytes, AllocType = kUninit_Alloc);
static void FreeImage(void* image);
enum CreateMode {
kJustComputeBounds_CreateMode, //!< compute bounds and return
kJustRenderImage_CreateMode, //!< render into preallocate mask
kComputeBoundsAndRenderImage_CreateMode //!< compute bounds, alloc image and render into it
};
/** Iterates over the coverage values along a scanline in a given SkMask::Format. Provides
* constructor, copy constructor for creating
* operator++, operator-- for iterating over the coverage values on a scanline
* operator>>= to add row bytes
* operator* to get the coverage value at the current location
* operator< to compare two iterators
*/
template <Format F>
struct AlphaIter;
/**
* Returns initial destination mask data padded by radiusX and radiusY
*/
static SkMask PrepareDestination(int radiusX, int radiusY, const SkMask& src);
};
template <>
struct SkMask ::AlphaIter<SkMask::kBW_Format>
{
AlphaIter(const uint8_t* ptr, int offset)
: fPtr(ptr)
, fOffset(7 - offset)
{
}
AlphaIter(const AlphaIter& that)
: fPtr(that.fPtr)
, fOffset(that.fOffset)
{
}
AlphaIter& operator++()
{
if (0 < fOffset)
{
--fOffset;
}
else
{
++fPtr;
fOffset = 7;
}
return *this;
}
AlphaIter& operator--()
{
if (fOffset < 7)
{
++fOffset;
}
else
{
--fPtr;
fOffset = 0;
}
return *this;
}
AlphaIter& operator>>=(uint32_t rb)
{
fPtr = SkTAddOffset<const uint8_t>(fPtr, rb);
return *this;
}
uint8_t operator*() const
{
return ((*fPtr) >> fOffset) & 1 ? 0xFF : 0;
}
bool operator<(const AlphaIter& that) const
{
return fPtr < that.fPtr || (fPtr == that.fPtr && fOffset > that.fOffset);
}
const uint8_t* fPtr;
int fOffset;
};
template <>
struct SkMask ::AlphaIter<SkMask::kA8_Format>
{
AlphaIter(const uint8_t* ptr)
: fPtr(ptr)
{
}
AlphaIter(const AlphaIter& that)
: fPtr(that.fPtr)
{
}
AlphaIter& operator++()
{
++fPtr;
return *this;
}
AlphaIter& operator--()
{
--fPtr;
return *this;
}
AlphaIter& operator>>=(uint32_t rb)
{
fPtr = SkTAddOffset<const uint8_t>(fPtr, rb);
return *this;
}
uint8_t operator*() const
{
return *fPtr;
}
bool operator<(const AlphaIter& that) const
{
return fPtr < that.fPtr;
}
const uint8_t* fPtr;
};
template <>
struct SkMask ::AlphaIter<SkMask::kARGB32_Format>
{
AlphaIter(const uint32_t* ptr)
: fPtr(ptr)
{
}
AlphaIter(const AlphaIter& that)
: fPtr(that.fPtr)
{
}
AlphaIter& operator++()
{
++fPtr;
return *this;
}
AlphaIter& operator--()
{
--fPtr;
return *this;
}
AlphaIter& operator>>=(uint32_t rb)
{
fPtr = SkTAddOffset<const uint32_t>(fPtr, rb);
return *this;
}
uint8_t operator*() const
{
return SkGetPackedA32(*fPtr);
}
bool operator<(const AlphaIter& that) const
{
return fPtr < that.fPtr;
}
const uint32_t* fPtr;
};
template <>
struct SkMask ::AlphaIter<SkMask::kLCD16_Format>
{
AlphaIter(const uint16_t* ptr)
: fPtr(ptr)
{
}
AlphaIter(const AlphaIter& that)
: fPtr(that.fPtr)
{
}
AlphaIter& operator++()
{
++fPtr;
return *this;
}
AlphaIter& operator--()
{
--fPtr;
return *this;
}
AlphaIter& operator>>=(uint32_t rb)
{
fPtr = SkTAddOffset<const uint16_t>(fPtr, rb);
return *this;
}
uint8_t operator*() const
{
unsigned packed = *fPtr;
unsigned r = SkPacked16ToR32(packed);
unsigned g = SkPacked16ToG32(packed);
unsigned b = SkPacked16ToB32(packed);
return (r + g + b) / 3;
}
bool operator<(const AlphaIter& that) const
{
return fPtr < that.fPtr;
}
const uint16_t* fPtr;
};
///////////////////////////////////////////////////////////////////////////////
/**
* \using SkAutoMaskImage
*
* Stack class used to manage the fImage buffer in a SkMask.
* When this object loses scope, the buffer is freed with SkMask::FreeImage().
*/
using SkAutoMaskFreeImage = std::unique_ptr<uint8_t, SkFunctionWrapper<decltype(SkMask::FreeImage), SkMask::FreeImage>>;
# define SkAutoMaskFreeImage (...) SK_REQUIRE_LOCAL_VAR(SkAutoMaskFreeImage)
#endif
| [
"SatyaRanjan.Das@tomtom.com"
] | SatyaRanjan.Das@tomtom.com |
d6d701337c35a94faf26123c2a3415a8af9b32b1 | 2f3f4419257492eb0ba9417d9634e8b950ce6fb9 | /Concurs 2017/X78898.cpp | b931a6bb1553e9b664ed327c0068e33191792ed4 | [] | no_license | ZakRipoll/ACM | 7b902441c8742cbb5569b81b17c51f174d609259 | 0f73908ee5cab42975dee063b1469c9a6efff3b9 | refs/heads/master | 2023-02-06T16:39:04.918910 | 2017-10-23T15:36:13 | 2017-10-23T15:36:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 290 | cpp | #include <stdio.h>
#include <iostream>
using namespace std;
int i;
int n( int j )
{
int e = j * 10 + 4, c = 0;
if ( e <= i )
c = 1 + n ( e );
e += 3;
if ( e <= i )
c += 1 + n ( e );
return c;
}
int main()
{
while( cin >> i )
cout << i << " " << n( 0 ) << endl;
return 0;
}
| [
"isaac1842@gmail.com"
] | isaac1842@gmail.com |
e8e788c5b8bc09f78a1bbeca56c76a4affe69a3e | 1267349ca8135232fd6240ef82774fcdccdab29b | /pythran/pythonic/numpy/flip.hpp | 378648dafeb61e0d53f1db7e9e110d643b73a282 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | ShenRen/pythran | df9658380f2f4a849354ef8ba34378ac8cb91dbb | 612bd0d1e78e3918b6a02e059374d2f81eecec3b | refs/heads/master | 2021-01-21T12:16:33.074182 | 2017-08-30T05:36:30 | 2017-08-30T05:36:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,652 | hpp | #ifndef PYTHONIC_NUMPY_FLIP_HPP
#define PYTHONIC_NUMPY_FLIP_HPP
#include "pythonic/include/numpy/flip.hpp"
#include "pythonic/types/ndarray.hpp"
#include "pythonic/utils/functor.hpp"
#include "pythonic/utils/numpy_conversion.hpp"
namespace pythonic
{
namespace numpy
{
namespace
{
template <class To, class From, size_t N>
To _flip(To to, From from, long, types::array<long, N> const &,
utils::int_<0>)
{
*to = *from;
return to + 1;
}
template <class To, class From, size_t N, size_t M>
To _flip(To to, From from, long axis, types::array<long, N> const &shape,
utils::int_<M>)
{
long n = shape[N - M];
long offset = std::accumulate(shape.begin() + N - M + 1, shape.end(),
1L, std::multiplies<long>());
if (axis == N - M) {
for (long i = 0; i < n; ++i)
to = _flip(to, from + (n - 1 - i) * offset, axis, shape,
utils::int_<M - 1>());
} else
for (From end = from + n * offset; from != end; from += offset)
to = _flip(to, from, axis, shape, utils::int_<M - 1>());
return to;
}
}
template <class T, size_t N>
types::ndarray<T, N> flip(types::ndarray<T, N> const &expr, long axis)
{
auto &&expr_shape = expr.shape();
types::ndarray<T, N> out(expr_shape, __builtin__::None);
_flip(out.fbegin(), expr.fbegin(), axis, expr_shape, utils::int_<N>());
return out;
}
NUMPY_EXPR_TO_NDARRAY0_IMPL(flip);
DEFINE_FUNCTOR(pythonic::numpy, flip);
}
}
#endif
| [
"yann.diorcet@xenocs.com"
] | yann.diorcet@xenocs.com |
e4470837c5e1d364a910c92470b890a220013b37 | 3f6fe98e64f6ddbc409379f2ad9a5964208792dd | /Datastructures/Trees/Breadth-First-Traversal/max_in_a_row_tree.cpp | 9d5223c7fabb7ab8438823197f6ca0af0059349d | [] | no_license | pranav1698/Competitive-Programming | 2ca9fa65ea381c283f163ff4992a2903f6d8a6b3 | 67faa52c59a2c8683bc94a7a0e13aed4481d1243 | refs/heads/master | 2022-12-27T21:51:54.048922 | 2020-10-04T18:41:53 | 2020-10-05T18:41:53 | 265,039,796 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,100 | cpp | // Finding maximum in a row for a tree using BFS
// SlothyCoder16
// July 26, 2020
/**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}
* TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), left(left), right(right) {}
* };
*/
class Solution {
public:
vector<int> largestValues(TreeNode* root) {
queue<TreeNode*> q;
vector<int> res;
if(root == NULL) return res;
q.push(root);
while(!q.empty()) {
int i = q.size();
int maxRow = INT_MIN;
while(i--) {
TreeNode* curr = q.front();
q.pop();
maxRow = max(maxRow, curr->val);
if(curr->left)
q.push(curr->left);
if(curr->right)
q.push(curr->right);
}
res.push_back(maxRow);
}
return res;
}
};
| [
"prkulshrestha16@gmail.com"
] | prkulshrestha16@gmail.com |
3a9c70bb026bf341d10d27034583c6a61f8e9d22 | aa88ce9b5b1cda51540b08276d239d028b81a575 | /Plugins/MediaPipe/Source/MediaPipe/Private/MediaPipeLandmarkObserverComponent.cpp | 76f0e05a7774e712d3ebb1b3f2e133361c3e5c24 | [
"Apache-2.0"
] | permissive | pdkyll/ue4-mediapipe-plugin | de0e598b4cdce2fd9f49a0b5408f77147f29f3f1 | 75b62c8ccffe1febfc1999754ffdc7455513314c | refs/heads/master | 2023-06-19T08:16:38.031970 | 2021-07-19T08:14:14 | 2021-07-19T08:14:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,208 | cpp | #include "MediaPipeLandmarkObserverComponent.h"
#include "MediaPipePipelineComponent.h"
#include "MediaPipeShared.h"
#include "ump_api.h"
#include "mediapipe/framework/formats/landmark.pb.h"
#include "DrawDebugHelpers.h"
using FMediaPipeLandmarkList = TArray<FMediaPipeLandmark>;
UMediaPipeLandmarkObserverComponent::UMediaPipeLandmarkObserverComponent()
{
}
struct LandmarkParser
{
template<typename TLandmark>
void ParseLandmark(const TLandmark& Src, FMediaPipeLandmark& Dst)
{
Dst.Pos = FVector(Src.x(), Src.y(), Src.z());
Dst.Visibility = Src.visibility();
Dst.Presence = Src.presence();
}
template<typename TList>
void ParseList(const TList& Src, FMediaPipeLandmarkList& Dst)
{
const int Count = Src.landmark_size();
Dst.SetNum(Count);
for (int i = 0; i < Count; ++i)
ParseLandmark(Src.landmark(i), Dst[i]);
}
template<typename TMsg>
void Parse(const TMsg& Src, TArray<FMediaPipeLandmarkList>& MultiLandmarks, int& Count)
{
Count = 1;
Grow(MultiLandmarks, 1);
ParseList(Src, MultiLandmarks[0]);
}
template<typename TMsg>
void Parse(const std::vector<TMsg>& Src, TArray<FMediaPipeLandmarkList>& MultiLandmarks, int& Count)
{
Count = Src.size();
Grow(MultiLandmarks, Count);
for (int i = 0; i < Count; ++i)
ParseList(Src[i], MultiLandmarks[i]);
}
};
template<typename TList>
void Parse(IUmpObserver* Observer, TArray<FMediaPipeLandmarkList>& MultiLandmarks, int& Count)
{
if (!UmpCompareType<TList>(Observer))
{
PLUGIN_LOG(Error, TEXT("Invalid Landmark message"));
return;
}
const auto& Message = UmpCastPacket<TList>(Observer->GetData());
LandmarkParser Parser;
Parser.Parse(Message, MultiLandmarks, Count);
}
// WARNING: executed in MediaPipe thread context!
void UMediaPipeLandmarkObserverComponent::OnUmpPacket(IUmpObserver* Observer)
{
int InCount = 0;
switch (LandmarkListType)
{
case EMediaPipeLandmarkListType::LandmarkList: Parse<mediapipe::LandmarkList>(Observer, MultiLandmarks, InCount); break;
case EMediaPipeLandmarkListType::NormalizedLandmarkList: Parse<mediapipe::NormalizedLandmarkList>(Observer, MultiLandmarks, InCount); break;
case EMediaPipeLandmarkListType::MultiLandmarkList: Parse<std::vector<mediapipe::LandmarkList>>(Observer, MultiLandmarks, InCount); break;
case EMediaPipeLandmarkListType::MultiNormalizedLandmarkList: Parse<std::vector<mediapipe::NormalizedLandmarkList>>(Observer, MultiLandmarks, InCount); break;
default: check(false); break;
}
// convert coordinate system
for (int i = 0; i < InCount; ++i)
{
auto& Object = MultiLandmarks[i];
const int LandmarkCount = Object.Num();
for (int j = 0; j < LandmarkCount; ++j)
{
auto& L = Object[j];
L.Pos = Scale3D(ShuffleAxes(L.Pos, (int)AxisX, (int)AxisY, (int)AxisZ), WorldScale);
}
}
NumDetections = InCount;
UpdateTimestamp();
}
const TArray<FMediaPipeLandmark>& UMediaPipeLandmarkObserverComponent::GetLandmarkList(int ObjectId)
{
if (ObjectId >= 0 && ObjectId < NumDetections)
{
return MultiLandmarks[ObjectId];
}
PLUGIN_LOG(Error, TEXT("ObjectId out of range"));
static FMediaPipeLandmarkList Dummy;
return Dummy;
}
const FMediaPipeLandmark& UMediaPipeLandmarkObserverComponent::GetLandmark(int ObjectId, int LandmarkId)
{
const auto& List = GetLandmarkList(ObjectId);
if (LandmarkId >= 0 && LandmarkId < List.Num())
{
return List[LandmarkId];
}
PLUGIN_LOG(Error, TEXT("LandmarkId out of range"));
static FMediaPipeLandmark Dummy;
return Dummy;
}
void UMediaPipeLandmarkObserverComponent::DrawDebugLandmarks(int ObjectId, const FTransform& Transform, float PrimitiveScale, FLinearColor Color)
{
#if ENABLE_DRAW_DEBUG
if (ObjectId >= 0 && ObjectId < NumDetections)
{
auto* World = GetWorld();
const auto& List = MultiLandmarks[ObjectId];
const int Count = List.Num();
const auto RawColor = Color.ToFColor(false);
for (int i = 0; i < Count; i++)
{
const auto& L = List[i];
if ((L.Visibility > MinVisibility) && (L.Presence > MinPresence))
{
auto Pos = Transform.TransformPosition(L.Pos);
DrawDebugPoint(World, Pos, PrimitiveScale, RawColor);
//DrawDebugCoordinateSystem(World, Pos, FRotator::ZeroRotator, PrimitiveScale);
}
}
}
#endif
}
| [
"muutant@gmail.com"
] | muutant@gmail.com |
61ec349a4d5f0ed0140ed5e1996d848aca0987f4 | 120e312802396ef156c91e0a6ffaf8b5985a4965 | /Klient/chat.cpp | b3d4ed2ef9e08cde20a84a4d90e739778f39974c | [] | no_license | kamprog/Komunikator | ab2deddf77c6055bbe09849b6541a7ee16cbc519 | f1c71a404eb0738177c26adecceb50e577b127f3 | refs/heads/master | 2020-04-29T12:55:15.568112 | 2013-06-07T07:35:32 | 2013-06-07T07:35:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,577 | cpp | #include "chat.h"
#include "ui_chat.h"
Chat::Chat(QWidget *parent) : QMainWindow(parent), ui(new Ui::Chat)
{
ui->setupUi(this);
this->socket = new QTcpSocket();
this->nazwaBazyDanych = "komunikator.db";
this->mutexSocket = new QMutex();
this->ui->dostepny->setIcon(QIcon("img/statusy/dostepny.png"));
this->ui->niedostepny->setIcon(QIcon("img/statusy/niedostepny.pg"));
this->ui->niewidoczny->setIcon(QIcon("img/statusy/niewidoczny.png"));
this->ui->zarazWracam->setIcon(QIcon("img/statusy/zarazWracam.png"));
this->ui->niedostepny->setIcon(QIcon("img/statusy/niedostepny.png"));
this->oknoNowegoKontaktu = new OknoNowegoKontaktu(this);
this->oknoNowejKonferencji = new OknoTytuluKonferencji();
this->oknoWyboruKonferencji = new OknoWyboruKonferencji();
this->oknoLogowania = new OknoLogowania(this, "komunikator.db");
this->oknoRozmowy = nullptr;
this->polaczenie = KonfiguracjaPolaczenia::getPolaczenie();
connect(this->menuKontektowe_kontakty.addAction("Rozpocznij rozmowe"), SIGNAL(triggered()), this, SLOT(sloRozmowa()));
connect(this->menuKontektowe_kontakty.addAction("Dodaj do konferencji"), SIGNAL(triggered()), this, SLOT(sloDodajDoKonferencji()));
connect(this->menuKontektowe_kontakty.addAction("Wyślij plik"), SIGNAL(triggered()), this, SLOT(sloWyslijPlik()));
this->menuKontektowe_kontakty.addSeparator();
connect(this->menuKontektowe_kontakty.addAction("Usuń kontakt"), SIGNAL(triggered()), this, SLOT(sloUsunKontakt()));
connect(ui->listaKontaktow, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(pokazMenuKontektoweKontaktow(QPoint)));
connect(ui->actionDodaj_kontakt, SIGNAL(triggered()), this, SLOT(sloDodajKontakt()));
connect(ui->dodajKontakt, SIGNAL(clicked()), this, SLOT(sloDodajKontakt()));
connect(ui->nowaKonferencja, SIGNAL(clicked()), this, SLOT(sloNowaKonferencja()));
connect(ui->actionUsun_kontakt, SIGNAL(triggered()), this, SLOT(sloUsunKontakt()));
connect(ui->usunKontakt, SIGNAL(clicked()), this, SLOT(sloUsunKontakt()));
connect(ui->actionUsun_profil, SIGNAL(triggered()), this, SLOT(sloUsunProfil()));
connect(ui->actionWyloguj, SIGNAL(triggered()), this, SLOT(sloWyloguj()));
connect(ui->wyloguj, SIGNAL(clicked()), this, SLOT(sloWyloguj()));
connect(ui->dostepny, SIGNAL(clicked()), this, SLOT(sloDostepny()));
connect(ui->niedostepny, SIGNAL(clicked()), this, SLOT(sloNiedostepny()));
connect(ui->niewidoczny, SIGNAL(clicked()), this, SLOT(sloNiewdoczny()));
connect(ui->zarazWracam, SIGNAL(clicked()), this, SLOT(sloZarazWracam()));
connect(this, SIGNAL(sigZmienStatus(Status)), this, SLOT(sloZmianaStatusu(Status)));
connect(this, SIGNAL(wyloguj()), this, SLOT(sloWyloguj()));
this->listener = new Listener(this->socket, this->kluczKlient, this->kluczAes, this->mutexSocket);
connect(this->polaczenie, SIGNAL(sigOdebrano(QByteArray*)), this->listener, SLOT(sloOdbierzWiedomosc(QByteArray*)));
//connect(this->listener, SIGNAL(sigNowaWiadomoscKonferencja(Wiadomosc*)), this, SLOT(sloOdbiorWiadomosciKonferencji(Wiadomosc*)));
}
Chat::~Chat()
{
delete ui;
}
bool Chat::UwierzytelnijSerwer(QString certyfikat)
{
throw "Not yet implemented";
}
void Chat::NegocjacjaKlucza()
{
throw "Not yet implemented";
}
void Chat::NegocjacjaKluczaPliku()
{
throw "Not yet implemented";
}
void Chat::NegocjacjaRSA()
{
throw "Not yet implemented";
}
void Chat::sloZaloguj()
{
this->setVisible(0);
// BUG: Czasami w czasie podlaczania sie do serwera leci wyjatek (mozna do zobaczyc w QtCreatorze w miejscu gdzie pojawia sie napis "Debugger zakonczyl prace" nie powoduje wywalenia programu, ale nie podlacza sie poprawnie socket
this->oknoLogowania->ustawDane();
if(this->oknoLogowania->exec() == QDialog::Rejected)
{
this->close();
}
else {
// FIXME: najprawdopodpodobniej to tutaj jest ten blad (pojawia sie zazwyczaj jak masz uruchomiony serwer a w tym czasie pzrekompilujesz program klienta)
/* this->socket->connectToHost("localhost", 1234);
if(!this->socket->waitForConnected(3000))
{
QMessageBox::critical(this, "Błąd", socket->errorString());
this->profil = this->oknoLogowania->getProfil();
emit(this->wyloguj());
return;
}*/
if(!this->polaczenie->Polacz())
{
this->profil = this->oknoLogowania->getProfil();
emit(this->wyloguj());
return;
}
this->profil = this->oknoLogowania->getProfil();
this->profil->setListaKontaktow(ui->listaKontaktow);
this->profil->zaladujListeKontaktow();
this->setWindowTitle("Chat - " + QString::number(this->profil->getID()));
this->oknoRozmowy = new OknoRozmowy(this, profil, "komunikator.db");
connect(this->oknoRozmowy, SIGNAL(sigWysylanieWiadomosci(QByteArray*)), this->polaczenie, SLOT(sloWyslijWiadomosc(QByteArray*)));
connect(this->listener, SIGNAL(sigNowaWiadomoscRozmowa(Wiadomosc*)), this->oknoRozmowy, SLOT(sloOdbiorWiadomosci(Wiadomosc*)));
QList<QString>* tresc = new QList<QString>;
tresc->append(QString::number(this->profil->getID()));
tresc->append(this->oknoLogowania->getHaslo());
Wiadomosc wiadomosc(this->profil->getID(), tresc, TypWiadomosci(logowanie));
Klucz* k = KonfiguracjaSzyfrowania::getSyfrSymetryczny()->getKlucz();
this->polaczenie->sloWyslijWiadomosc(KonfiguracjaSzyfrowania::getSyfrSymetryczny()->Szyfruj(k, wiadomosc.getSerializeTresc()));
QSqlDatabase bazaDanych = QSqlDatabase::addDatabase("QSQLITE");
bazaDanych.setDatabaseName(this->nazwaBazyDanych);
bazaDanych.open();
{
QSqlQuery zapytanie;
zapytanie.prepare("select polozenieX, polozenieY, szerokosc, wysokosc from ustawieniaProfili where IDProfilu = :id");
zapytanie.bindValue(":id", this->profil->getID());
zapytanie.exec();
qDebug() << zapytanie.lastError();
if(zapytanie.next() && zapytanie.value(2).toInt() != 0)
{
this->setGeometry(zapytanie.value(0).toInt(), zapytanie.value(1).toInt(), zapytanie.value(2).toInt(), zapytanie.value(3).toInt());
}
}
bazaDanych.close();
this->show();
}
}
void Chat::sloWyloguj()
{
delete this->profil;
delete this->oknoRozmowy;
this->socket->abort();
sloZaloguj();
}
void Chat::sloZmianaStatusu(Status status)
{
sloWyslijWiadomosc(this->profil->ZmianaStatusu(status));
}
void Chat::sloRozmowa()
{
if(ui->listaKontaktow->currentItem() == nullptr)
{
return;
}
int nr;
QSqlDatabase bazaDanych = QSqlDatabase::addDatabase("QSQLITE");
bazaDanych.setDatabaseName(this->nazwaBazyDanych);
bazaDanych.open();
{
QSqlQuery zapytanie;
zapytanie.prepare("select numer from kontakt where idProfilu = :id and nazwa = :nick");
zapytanie.bindValue(":id", this->profil->getID());
zapytanie.bindValue(":nick", Szyfrator::szyfruj(ui->listaKontaktow->currentItem()->data(0).toString(), this->profil->getKlucz()));
zapytanie.exec();
zapytanie.next();
nr = Szyfrator::deszyfruj(zapytanie.value(0).toString(), this->profil->getKlucz()).toInt();
}
bazaDanych.close();
this->oknoRozmowy->RozpoczecieRozmowy(nr, ui->listaKontaktow->currentItem()->data(0).toString());
}
void Chat::sloOdbiorPliku(Wiadomosc* tresc) {
throw "Not yet implemented";
}
void Chat::sloDodajKontakt()
{
//DEBUG
/*QList<int>* lista = new QList<int>();
QList<QString>* lista2 = new QList<QString>();
lista->push_back(1);
lista->push_back(12);
lista->push_back(10);
lista->push_back(123);
lista2->push_back("qwe (10)");
lista2->push_back("qwe (10)");
lista2->push_back("qwe (1234)");
lista2->push_back("test test test test test test test test test test test test test test test test test test test ");
Wiadomosc* w = new Wiadomosc(1234, lista, lista2, TypWiadomosci(tekstKonferencja));
sloOdbiorWiadomosciKonferencji(w);/**/
//DEBUG
/*QString* s = new QString("asdasdassd");
Wiadomosc* w = new Wiadomosc(1234, 0000, s, TypWiadomosci(tekstRozmowa));
QString e = w->Szyfruj(this->kluczAes);
qDebug() << e;
Wiadomosc w1;
w1.Deszyfruj(&e, this->kluczAes);
qDebug() << w1.Szyfruj(this->kluczAes);
//oknoRozmowy->sloOdbiorWiadomosci(w);/**/
if(this->oknoNowegoKontaktu->exec() == QDialog::Accepted)
{
QSqlDatabase bazaDanych = QSqlDatabase::addDatabase("QSQLITE");
bazaDanych.setDatabaseName(this->nazwaBazyDanych);
bazaDanych.open();
{
QSqlQuery zapytanie;
zapytanie.prepare("select count(*) from kontakt where idProfilu = :id and (numer = :numer or nazwa = :nick)");
zapytanie.bindValue(":id", this->profil->getID());
zapytanie.bindValue(":numer", Szyfrator::szyfruj(QString::number(this->oknoNowegoKontaktu->getID()), this->profil->getKlucz()));
zapytanie.bindValue(":nick", Szyfrator::szyfruj(this->oknoNowegoKontaktu->getNick(), this->profil->getKlucz()));
zapytanie.exec();
zapytanie.next();
if(zapytanie.value(0).toInt() == 0)
{
zapytanie.clear();
zapytanie.prepare("insert into kontakt (idProfilu, numer, nazwa) values (:idProfilu, :numer, :nazwa)");
zapytanie.bindValue(":idProfilu", this->profil->getID());
zapytanie.bindValue(":numer", Szyfrator::szyfruj(QString::number(this->oknoNowegoKontaktu->getID()), this->profil->getKlucz()));
zapytanie.bindValue(":nazwa", Szyfrator::szyfruj(this->oknoNowegoKontaktu->getNick(), this->profil->getKlucz()));
zapytanie.exec();
this->sloWyslijWiadomosc(this->profil->DodanieKontaktu(this->oknoNowegoKontaktu->getID(), this->oknoNowegoKontaktu->getNick()));
}
else
{
QMessageBox::warning(this, "Błąd", "Kontakt o tym numerze już istnieje!", QMessageBox::Ok);
}
}
bazaDanych.close();
}/**/
}
void Chat::sloUsunKontakt()
{
if(ui->listaKontaktow->currentItem() == nullptr)
{
return;
}
int res = QMessageBox::question(this, "Usunąć?", "Czy na pewno chcesz usunąć ten kontakt?", QMessageBox::Ok | QMessageBox::Cancel);
if(res == QMessageBox::Ok)
{
profil->sloUsunKontakt();
}
}
void Chat::sloWyslijWiadomosc(Wiadomosc* wiadomosc)
{
//this->mutexSocket->lock();
//this->socket->write(*wiadomosc->Szyfruj(this->kluczAes));
//this->mutexSocket->unlock();
//qDebug() << wiadomosc->Szyfruj(this->kluczAes);
//FIXME: nie mozemy tego tak usuwac bo leca tutaj wyjatki...
//delete wiadomosc;
}
void Chat::sloNowaKonferencja()
{
this->oknoNowejKonferencji->clear();
this->oknoNowejKonferencji->setListaNazwaID(profil->getListaKontaktow(), konferencje, profil->getID());
if(this->oknoNowejKonferencji->exec() == QDialog::Accepted)
{
QList<int>* lista = new QList<int>();
QMap<QString, int>* mapa = new QMap<QString, int>;
QSqlDatabase bazaDanych = QSqlDatabase::addDatabase("QSQLITE");
bazaDanych.setDatabaseName(this->nazwaBazyDanych);
bazaDanych.open();
{
QSqlQuery zapytanie;
for(int i = 0; i < oknoNowejKonferencji->getListaWybranych()->count(); ++i)
{
zapytanie.clear();
zapytanie.prepare("select numer from kontakt where idProfilu = :id and nazwa = :nick");
zapytanie.bindValue(":id", this->profil->getID());
zapytanie.bindValue(":nick", Szyfrator::szyfruj(this->oknoNowejKonferencji->getListaWybranych()->item(i)->text(), this->profil->getKlucz()));
zapytanie.exec();
zapytanie.next();
lista->push_back(zapytanie.value(0).toInt());
mapa->insert(this->oknoNowejKonferencji->getListaWybranych()->item(i)->text(), zapytanie.value(0).toInt());
}
}
bazaDanych.close();
QString nazwa = this->oknoNowejKonferencji->getNazwa() + " (" + QString::number(profil->getID()) + ")";
konferencje.insert(nazwa, new OknoKonferencji(this, lista, nazwa, this->oknoNowejKonferencji->getListaWybranych(), profil, mapa, profil->getID()));
connect(konferencje[nazwa], SIGNAL(sigWysylanieWiadomosci(QByteArray*)), this->polaczenie, SLOT(sloWyslijWiadomosc(QByteArray*)));
//connect(konferencje[nazwa], SIGNAL(sigWysylanieWiadomosci(Wiadomosc*)), this, SLOT(sloWyslijWiadomosc(Wiadomosc*)));
connect(konferencje[nazwa], SIGNAL(dsgdfgdgdgsigZamkniecie(QString*)), this, SLOT(sloZamkniecie(QString*)));
}
}
void Chat::sloOdbiorWiadomosciKonferencji(Wiadomosc* wiadomosc)
{
if(konferencje[wiadomosc->getTresc()->at(0)] == nullptr)
{
QMap<QString, int>* mapa = new QMap<QString, int>;
QListWidget* listaKontaktow = new QListWidget;
QList<int>* lista = new QList<int>;
QSqlDatabase bazaDanych = QSqlDatabase::addDatabase("QSQLITE");
bazaDanych.setDatabaseName(this->nazwaBazyDanych);
bazaDanych.open();
{
QSqlQuery zapytanie;
QString nick;
for(int i = 0; i < wiadomosc->getAdresat()->count(); ++i)
{
if(wiadomosc->getAdresat()->at(i) != profil->getID())
{
zapytanie.clear();
zapytanie.prepare("select nazwa from kontakt where idProfilu = :id and numer = :nr");
zapytanie.bindValue(":id", this->profil->getID());
zapytanie.bindValue(":nr", Szyfrator::szyfruj(QString::number(wiadomosc->getAdresat()->at(i)), this->profil->getKlucz()));
zapytanie.exec();
zapytanie.next();
nick = zapytanie.value(0).toString();
if(nick == "")
nick = QString::number(wiadomosc->getAdresat()->at(i));
mapa->insert(nick, wiadomosc->getAdresat()->at(i));
listaKontaktow->addItem(nick);
}
}
zapytanie.clear();
zapytanie.prepare("select nazwa from kontakt where idProfilu = :id and numer = :nr");
zapytanie.bindValue(":id", this->profil->getID());
zapytanie.bindValue(":nr", Szyfrator::szyfruj(QString::number(wiadomosc->getNadawca()), this->profil->getKlucz()));
zapytanie.exec();
zapytanie.next();
nick = zapytanie.value(0).toString();
if(nick == "")
nick = QString::number(wiadomosc->getNadawca());
mapa->insert(nick, wiadomosc->getNadawca());
listaKontaktow->addItem(nick);
lista = wiadomosc->getAdresat();
lista->removeAt(lista->indexOf(profil->getID()));
lista->push_back(wiadomosc->getNadawca());
}
bazaDanych.close();
konferencje.insert(wiadomosc->getTresc()->at(0), new OknoKonferencji(this, lista, wiadomosc->getTresc()->at(0), listaKontaktow, profil, mapa, wiadomosc->getNadawca()));
}
konferencje[wiadomosc->getTresc()->at(0)]->sloOdbiorWiadomosci(wiadomosc);
connect(konferencje[wiadomosc->getTresc()->at(0)], SIGNAL(sigWysylanieWiadomosci(QByteArray*)), this->polaczenie, SLOT(sloWyslijWiadomosc(QByteArray*)));
connect(konferencje[wiadomosc->getTresc()->at(0)], SIGNAL(sigZamkniecie(QString*)), this, SLOT(sloZamkniecie(QString*)));
}
void Chat::sloNowyUzytkownikKonferencji(Wiadomosc* wiadomosc)
{
if(konferencje[wiadomosc->getTresc()->at(0)] == nullptr)
return;
QSqlDatabase bazaDanych = QSqlDatabase::addDatabase("QSQLITE");
bazaDanych.setDatabaseName(this->nazwaBazyDanych);
bazaDanych.open();
{
QSqlQuery zapytanie;
QString nick;
zapytanie.clear();
zapytanie.prepare("select nazwa from kontakt where idProfilu = :id and numer = :nr");
zapytanie.bindValue(":id", this->profil->getID());
zapytanie.bindValue(":nr", Szyfrator::szyfruj(wiadomosc->getTresc()->at(1), this->profil->getKlucz()));
zapytanie.exec();
zapytanie.next();
nick = zapytanie.value(0).toString();
if(nick == "")
nick = wiadomosc->getTresc()->at(1);
konferencje[wiadomosc->getTresc()->at(0)]->DodajUzytkownika(wiadomosc->getTresc()->at(1).toInt(), nick);
}
bazaDanych.close();
}
void Chat::sloDodajDoKonferencji()
{
if(konferencje.count() == 0)
{
sloNowaKonferencja();
}
else
{
int ID;
QSqlDatabase bazaDanych = QSqlDatabase::addDatabase("QSQLITE");
bazaDanych.setDatabaseName(this->nazwaBazyDanych);
bazaDanych.open();
{
QSqlQuery zapytanie;
zapytanie.clear();
zapytanie.prepare("select numer from kontakt where idProfilu = :id and nazwa = :nick");
zapytanie.bindValue(":id", this->profil->getID());
zapytanie.bindValue(":nick", Szyfrator::szyfruj(ui->listaKontaktow->currentItem()->text(), this->profil->getKlucz()));
zapytanie.exec();
zapytanie.next();
ID = zapytanie.value(0).toInt();
}
bazaDanych.close();
oknoWyboruKonferencji->clear();
oknoWyboruKonferencji->Wywolaj(&konferencje, ui->listaKontaktow->currentItem()->text());
if(this->oknoWyboruKonferencji->exec() == QDialog::Accepted)
{
konferencje[oknoWyboruKonferencji->getWybrany()]->DodajUzytkownika(ID, ui->listaKontaktow->currentItem()->text());
konferencje[oknoWyboruKonferencji->getWybrany()]->setWindowState(Qt::WindowActive);
}
}
}
void Chat::sloZmianaKlucza()
{
throw "Not yet implemented";
}
void Chat::sloUsunProfil()
{
int res = QMessageBox::question(this, "Usunąć?", "Czy na pewno chcesz usunąć profil? \n Ta operacja jest nieodwracalna!", QMessageBox::Ok | QMessageBox::Cancel);
if(res == QMessageBox::Ok)
{
this->profil->UsunProfil();
emit(wyloguj());
}
}
void Chat::sloWyslijPlik()
{
// TODO: drobic sprawdzanie statusu uzytkownika do ktorego wysylamy plik
QFileDialog::getOpenFileName(this, "Wybież plik do wysłania", "", "Dowolny plik (*.*)");
}
void Chat::pokazMenuKontektoweKontaktow(QPoint punkt)
{
this->menuKontektowe_kontakty.popup(ui->listaKontaktow->viewport()->mapToGlobal(punkt));
}
void Chat::sloDostepny()
{
emit(this->sigZmienStatus(Status(Dostepny)));
}
void Chat::sloNiedostepny()
{
emit(this->sigZmienStatus(Status(Niedostepny)));
}
void Chat::sloNiewdoczny()
{
emit(this->sigZmienStatus(Status(Niewidoczny)));
}
void Chat::sloZarazWracam()
{
emit(this->sigZmienStatus(Status(ZarazWracam)));
}
void Chat::sloZamkniecie(QString* nazwa)
{
QString nazwaKopia = *nazwa;
delete konferencje[nazwaKopia];
konferencje.remove(nazwaKopia);
}
void Chat::closeEvent(QCloseEvent *event)
{
QSqlDatabase bazaDanych = QSqlDatabase::addDatabase("QSQLITE");
bazaDanych.setDatabaseName(this->nazwaBazyDanych);
bazaDanych.open();
{
QSqlQuery zapytanie;
zapytanie.prepare("update ustawieniaProfili set polozenieX = :x, polozenieY = :y, wysokosc = :h, szerokosc = :w where IDProfilu = :id");
zapytanie.bindValue(":x", this->geometry().x());
zapytanie.bindValue(":y", this->geometry().y());
zapytanie.bindValue(":id", this->profil->getID());
zapytanie.bindValue(":h", this->geometry().height());
zapytanie.bindValue(":w", this->geometry().width());
zapytanie.exec();
}
bazaDanych.close();
QMainWindow::closeEvent(event);
}
| [
"blachuram@gmail.com"
] | blachuram@gmail.com |
7a17e631e29ff71d467d5eb1ba625183e429d414 | d40bf976cd747a97c559a0d6f553b08c40a5d975 | /jni/minecraftpe/command/ServerKickCommand.cpp | ef146818c609c7054c8054ecd218d324596cc036 | [] | no_license | loulousky/ForgePE | 1e12ba74e20929f465bd6228dd10b21a8e004922 | 304bc27fd60977ea55e090f6938a118984e99a5a | refs/heads/master | 2020-12-03T07:54:15.707960 | 2015-07-03T11:03:10 | 2015-07-03T11:03:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,477 | cpp | #include <vector>
#include <string>
#include "minecraftpe/command/ServerKickCommand.h"
using std::string;
using std::vector;
string ServerKickCommand::getCommandName() const {
return "kick";
}
int ServerKickCommand::getRequiredPermissionLevel() const {
return 2;
}
string ServerKickCommand::getCommandUsage() const {
return "/kick <플레이어> [이유...]";
}
void ServerKickCommand::processCommand(Minecraft *, Player *sender, const vector<string> &args) {
/*ServerSideNetworkHandler *networkHandler = (ServerSideNetworkHandler *) minecraft->_netEventCallback;
Level *level = minecraft->_level;
Player *senderPlayer = level->getPlayer(args[0].getText(Util::EMPTY_STRING));
if(!playerIsOp(senderPlayer->_playerName)) {
return sendMessage(minecraft, senderPlayer, "이 명령어의 권한이 없습니다");
} else if(args.size() < 2) {
return sendMessage(minecraft, senderPlayer, getCommandUsage());
}
string reason;
if(args.size() == 3) {
reason = args[2].getText(Util::EMPTY_STRING);
}
Player *target = level->getPlayer(args[1].getText(Util::EMPTY_STRING));
if(!target) {
return sendMessage(minecraft, senderPlayer, "그 플레이어를 찾을 수 없습니다");
}
//ServerPlayer *serverPlayer = (ServerPlayer *) player;
//serverPlayer->disconnect();
target->remove();
networkHandler->displayGameMessage("server", target->_playerName + "을(를) 게임에서 쫓아냈습니다" + (reason.empty() ? "" : (": '" + reason + "'")));*/
}
| [
"ksy4362@naver.com"
] | ksy4362@naver.com |
a4970bee25e7a5fc4e2500f41d878084ccb169ef | 96f1314000cc6cc5b15b26832f336d651e16514c | /v8-fibjs/v8/src/debug/mips/debug-mips.cc | d36fb038ee719ffdf2cad047e38bb65c16229940 | [] | no_license | bitsuperlab/vendor | 52b3454f4716c0eb5faae25a4c26265707cd5028 | ec8b08a10ef22980c0ac32fdb7336a3c3be5360f | refs/heads/master | 2021-01-21T07:44:52.127233 | 2016-03-24T06:56:46 | 2016-03-24T06:56:46 | 28,850,258 | 0 | 1 | null | 2015-08-19T08:07:49 | 2015-01-06T06:34:49 | C++ | UTF-8 | C++ | false | false | 4,822 | cc | #include "src/v8.h"
#if V8_TARGET_ARCH_MIPS
// Copyright 2012 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#if V8_TARGET_ARCH_MIPS
#include "src/codegen.h"
#include "src/debug/debug.h"
namespace v8 {
namespace internal {
#define __ ACCESS_MASM(masm)
void EmitDebugBreakSlot(MacroAssembler* masm) {
Label check_size;
__ bind(&check_size);
for (int i = 0; i < Assembler::kDebugBreakSlotInstructions; i++) {
__ nop(MacroAssembler::DEBUG_BREAK_NOP);
}
DCHECK_EQ(Assembler::kDebugBreakSlotInstructions,
masm->InstructionsGeneratedSince(&check_size));
}
void DebugCodegen::GenerateSlot(MacroAssembler* masm, RelocInfo::Mode mode,
int call_argc) {
// Generate enough nop's to make space for a call instruction. Avoid emitting
// the trampoline pool in the debug break slot code.
Assembler::BlockTrampolinePoolScope block_pool(masm);
masm->RecordDebugBreakSlot(mode, call_argc);
EmitDebugBreakSlot(masm);
}
void DebugCodegen::ClearDebugBreakSlot(Address pc) {
CodePatcher patcher(pc, Assembler::kDebugBreakSlotInstructions);
EmitDebugBreakSlot(patcher.masm());
}
void DebugCodegen::PatchDebugBreakSlot(Address pc, Handle<Code> code) {
DCHECK_EQ(Code::BUILTIN, code->kind());
CodePatcher patcher(pc, Assembler::kDebugBreakSlotInstructions);
// Patch the code changing the debug break slot code from:
// nop(DEBUG_BREAK_NOP) - nop(1) is sll(zero_reg, zero_reg, 1)
// nop(DEBUG_BREAK_NOP)
// nop(DEBUG_BREAK_NOP)
// nop(DEBUG_BREAK_NOP)
// to a call to the debug break slot code.
// li t9, address (lui t9 / ori t9 instruction pair)
// call t9 (jalr t9 / nop instruction pair)
patcher.masm()->li(v8::internal::t9,
Operand(reinterpret_cast<int32_t>(code->entry())));
patcher.masm()->Call(v8::internal::t9);
}
void DebugCodegen::GenerateDebugBreakStub(MacroAssembler* masm,
DebugBreakCallHelperMode mode) {
__ RecordComment("Debug break");
{
FrameScope scope(masm, StackFrame::INTERNAL);
// Load padding words on stack.
__ li(at, Operand(Smi::FromInt(LiveEdit::kFramePaddingValue)));
__ Subu(sp, sp,
Operand(kPointerSize * LiveEdit::kFramePaddingInitialSize));
for (int i = LiveEdit::kFramePaddingInitialSize - 1; i >= 0; i--) {
__ sw(at, MemOperand(sp, kPointerSize * i));
}
__ li(at, Operand(Smi::FromInt(LiveEdit::kFramePaddingInitialSize)));
__ push(at);
if (mode == SAVE_RESULT_REGISTER) __ push(v0);
__ PrepareCEntryArgs(0); // No arguments.
__ PrepareCEntryFunction(ExternalReference(
Runtime::FunctionForId(Runtime::kDebugBreak), masm->isolate()));
CEntryStub ceb(masm->isolate(), 1);
__ CallStub(&ceb);
if (FLAG_debug_code) {
for (int i = 0; i < kNumJSCallerSaved; i++) {
Register reg = {JSCallerSavedCode(i)};
__ li(reg, kDebugZapValue);
}
}
if (mode == SAVE_RESULT_REGISTER) __ pop(v0);
// Don't bother removing padding bytes pushed on the stack
// as the frame is going to be restored right away.
// Leave the internal frame.
}
// Now that the break point has been handled, resume normal execution by
// jumping to the target address intended by the caller and that was
// overwritten by the address of DebugBreakXXX.
ExternalReference after_break_target =
ExternalReference::debug_after_break_target_address(masm->isolate());
__ li(t9, Operand(after_break_target));
__ lw(t9, MemOperand(t9));
__ Jump(t9);
}
void DebugCodegen::GeneratePlainReturnLiveEdit(MacroAssembler* masm) {
__ Ret();
}
void DebugCodegen::GenerateFrameDropperLiveEdit(MacroAssembler* masm) {
ExternalReference restarter_frame_function_slot =
ExternalReference::debug_restarter_frame_function_pointer_address(
masm->isolate());
__ li(at, Operand(restarter_frame_function_slot));
__ sw(zero_reg, MemOperand(at, 0));
// We do not know our frame height, but set sp based on fp.
__ Subu(sp, fp, Operand(kPointerSize));
__ Pop(ra, fp, a1); // Return address, Frame, Function.
// Load context from the function.
__ lw(cp, FieldMemOperand(a1, JSFunction::kContextOffset));
// Get function code.
__ lw(at, FieldMemOperand(a1, JSFunction::kSharedFunctionInfoOffset));
__ lw(at, FieldMemOperand(at, SharedFunctionInfo::kCodeOffset));
__ Addu(t9, at, Operand(Code::kHeaderSize - kHeapObjectTag));
// Re-run JSFunction, a1 is function, cp is context.
__ Jump(t9);
}
const bool LiveEdit::kFrameDropperSupported = true;
#undef __
} // namespace internal
} // namespace v8
#endif // V8_TARGET_ARCH_MIPS
#endif // V8_TARGET_ARCH_MIPS | [
"hackfisher@gmail.com"
] | hackfisher@gmail.com |
472f198ee5e76c52898bcf8bcc656fd06696db8c | 7ee32b281bfe523741a403bdf125436191aaa36a | /src/test/rpc_tests.cpp | d85654d0060235bcf3d2f617465c48686992ce31 | [
"MIT"
] | permissive | usrcoin-forks/mocacoin | 94259bfe809dc48a83565777eb29b2609a839967 | 42367fb00d7a384f73b65c53bee26c8b8b4937fd | refs/heads/master | 2021-05-02T16:39:18.443305 | 2017-03-29T09:36:58 | 2017-03-29T09:36:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,693 | cpp | // Copyright (c) 2012-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "rpcserver.h"
#include "rpcclient.h"
#include "base58.h"
#include "netbase.h"
#include "test/test_mocacoin.h"
#include <boost/algorithm/string.hpp>
#include <boost/test/unit_test.hpp>
#include <univalue.h>
using namespace std;
UniValue createArgs(int nRequired, const char* address1=NULL, const char* address2=NULL)
{
UniValue result(UniValue::VARR);
result.push_back(nRequired);
UniValue addresses(UniValue::VARR);
if (address1) addresses.push_back(address1);
if (address2) addresses.push_back(address2);
result.push_back(addresses);
return result;
}
UniValue CallRPC(string args)
{
vector<string> vArgs;
boost::split(vArgs, args, boost::is_any_of(" \t"));
string strMethod = vArgs[0];
vArgs.erase(vArgs.begin());
UniValue params = RPCConvertValues(strMethod, vArgs);
rpcfn_type method = tableRPC[strMethod]->actor;
try {
UniValue result = (*method)(params, false);
return result;
}
catch (const UniValue& objError) {
throw runtime_error(find_value(objError, "message").get_str());
}
}
BOOST_FIXTURE_TEST_SUITE(rpc_tests, TestingSetup)
BOOST_AUTO_TEST_CASE(rpc_rawparams)
{
// Test raw transaction API argument handling
UniValue r;
BOOST_CHECK_THROW(CallRPC("getrawtransaction"), runtime_error);
BOOST_CHECK_THROW(CallRPC("getrawtransaction not_hex"), runtime_error);
BOOST_CHECK_THROW(CallRPC("getrawtransaction a3b807410df0b60fcb9736768df5823938b2f838694939ba45f3c0a1bff150ed not_int"), runtime_error);
BOOST_CHECK_THROW(CallRPC("createrawtransaction"), runtime_error);
BOOST_CHECK_THROW(CallRPC("createrawtransaction null null"), runtime_error);
BOOST_CHECK_THROW(CallRPC("createrawtransaction not_array"), runtime_error);
BOOST_CHECK_THROW(CallRPC("createrawtransaction [] []"), runtime_error);
BOOST_CHECK_THROW(CallRPC("createrawtransaction {} {}"), runtime_error);
BOOST_CHECK_NO_THROW(CallRPC("createrawtransaction [] {}"));
BOOST_CHECK_THROW(CallRPC("createrawtransaction [] {} extra"), runtime_error);
BOOST_CHECK_THROW(CallRPC("decoderawtransaction"), runtime_error);
BOOST_CHECK_THROW(CallRPC("decoderawtransaction null"), runtime_error);
BOOST_CHECK_THROW(CallRPC("decoderawtransaction DEADBEEF"), runtime_error);
string rawtx = "0100000001a15d57094aa7a21a28cb20b59aab8fc7d1149a3bdbcddba9c622e4f5f6a99ece010000006c493046022100f93bb0e7d8db7bd46e40132d1f8242026e045f03a0efe71bbb8e3f475e970d790221009337cd7f1f929f00cc6ff01f03729b069a7c21b59b1736ddfee5db5946c5da8c0121033b9b137ee87d5a812d6f506efdd37f0affa7ffc310711c06c7f3e097c9447c52ffffffff0100e1f505000000001976a9140389035a9225b3839e2bbf32d826a1e222031fd888ac00000000";
BOOST_CHECK_NO_THROW(r = CallRPC(string("decoderawtransaction ")+rawtx));
BOOST_CHECK_EQUAL(find_value(r.get_obj(), "size").get_int(), 193);
BOOST_CHECK_EQUAL(find_value(r.get_obj(), "version").get_int(), 1);
BOOST_CHECK_EQUAL(find_value(r.get_obj(), "locktime").get_int(), 0);
BOOST_CHECK_THROW(r = CallRPC(string("decoderawtransaction ")+rawtx+" extra"), runtime_error);
BOOST_CHECK_THROW(CallRPC("signrawtransaction"), runtime_error);
BOOST_CHECK_THROW(CallRPC("signrawtransaction null"), runtime_error);
BOOST_CHECK_THROW(CallRPC("signrawtransaction ff00"), runtime_error);
BOOST_CHECK_NO_THROW(CallRPC(string("signrawtransaction ")+rawtx));
BOOST_CHECK_NO_THROW(CallRPC(string("signrawtransaction ")+rawtx+" null null NONE|ANYONECANPAY"));
BOOST_CHECK_NO_THROW(CallRPC(string("signrawtransaction ")+rawtx+" [] [] NONE|ANYONECANPAY"));
BOOST_CHECK_THROW(CallRPC(string("signrawtransaction ")+rawtx+" null null badenum"), runtime_error);
// Only check failure cases for sendrawtransaction, there's no network to send to...
BOOST_CHECK_THROW(CallRPC("sendrawtransaction"), runtime_error);
BOOST_CHECK_THROW(CallRPC("sendrawtransaction null"), runtime_error);
BOOST_CHECK_THROW(CallRPC("sendrawtransaction DEADBEEF"), runtime_error);
BOOST_CHECK_THROW(CallRPC(string("sendrawtransaction ")+rawtx+" extra"), runtime_error);
}
BOOST_AUTO_TEST_CASE(rpc_rawsign)
{
UniValue r;
// input is a 1-of-2 multisig (so is output):
string prevout =
"[{\"txid\":\"b4cc287e58f87cdae59417329f710f3ecd75a4ee1d2872b7248f50977c8493f3\","
"\"vout\":1,\"scriptPubKey\":\"a914b10c9df5f7edf436c697f02f1efdba4cf399615187\","
"\"redeemScript\":\"512103debedc17b3df2badbcdd86d5feb4562b86fe182e5998abd8bcd4f122c6155b1b21027e940bb73ab8732bfdf7f9216ecefca5b94d6df834e77e108f68e66f126044c052ae\"}]";
r = CallRPC(string("createrawtransaction ")+prevout+" "+
"{\"7iYoULd4BAqRsRt1UbD5qqna88JvKRU3SL\":11}");
string notsigned = r.get_str();
string privkey1 = "\"XEwTRsCX3CiWSQf8YmKMTeb84KyTbibkUv9mDTZHQ5MwuKG2ZzES\"";
string privkey2 = "\"XDmZ7LjGd94Q81eUBjb2h6uV5Y14s7fmeXWEGYabfBJP8RVpprBu\"";
r = CallRPC(string("signrawtransaction ")+notsigned+" "+prevout+" "+"[]");
BOOST_CHECK(find_value(r.get_obj(), "complete").get_bool() == false);
r = CallRPC(string("signrawtransaction ")+notsigned+" "+prevout+" "+"["+privkey1+","+privkey2+"]");
BOOST_CHECK(find_value(r.get_obj(), "complete").get_bool() == true);
}
BOOST_AUTO_TEST_CASE(rpc_createraw_op_return)
{
BOOST_CHECK_NO_THROW(CallRPC("createrawtransaction [{\"txid\":\"a3b807410df0b60fcb9736768df5823938b2f838694939ba45f3c0a1bff150ed\",\"vout\":0}] {\"data\":\"68656c6c6f776f726c64\"}"));
// Allow more than one data transaction output
BOOST_CHECK_NO_THROW(CallRPC("createrawtransaction [{\"txid\":\"a3b807410df0b60fcb9736768df5823938b2f838694939ba45f3c0a1bff150ed\",\"vout\":0}] {\"data\":\"68656c6c6f776f726c64\",\"data\":\"68656c6c6f776f726c64\"}"));
// Key not "data" (bad address)
BOOST_CHECK_THROW(CallRPC("createrawtransaction [{\"txid\":\"a3b807410df0b60fcb9736768df5823938b2f838694939ba45f3c0a1bff150ed\",\"vout\":0}] {\"somedata\":\"68656c6c6f776f726c64\"}"), runtime_error);
// Bad hex encoding of data output
BOOST_CHECK_THROW(CallRPC("createrawtransaction [{\"txid\":\"a3b807410df0b60fcb9736768df5823938b2f838694939ba45f3c0a1bff150ed\",\"vout\":0}] {\"data\":\"12345\"}"), runtime_error);
BOOST_CHECK_THROW(CallRPC("createrawtransaction [{\"txid\":\"a3b807410df0b60fcb9736768df5823938b2f838694939ba45f3c0a1bff150ed\",\"vout\":0}] {\"data\":\"12345g\"}"), runtime_error);
// Data 81 bytes long
BOOST_CHECK_NO_THROW(CallRPC("createrawtransaction [{\"txid\":\"a3b807410df0b60fcb9736768df5823938b2f838694939ba45f3c0a1bff150ed\",\"vout\":0}] {\"data\":\"010203040506070809101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081\"}"));
}
BOOST_AUTO_TEST_CASE(rpc_format_monetary_values)
{
BOOST_CHECK(ValueFromAmount(0LL).write() == "0.00000000");
BOOST_CHECK(ValueFromAmount(1LL).write() == "0.00000001");
BOOST_CHECK(ValueFromAmount(17622195LL).write() == "0.17622195");
BOOST_CHECK(ValueFromAmount(50000000LL).write() == "0.50000000");
BOOST_CHECK(ValueFromAmount(89898989LL).write() == "0.89898989");
BOOST_CHECK(ValueFromAmount(100000000LL).write() == "1.00000000");
BOOST_CHECK(ValueFromAmount(2019831983198390LL).write() == "20198399.19839990");
BOOST_CHECK(ValueFromAmount(2019831983198399LL).write() == "20198399.19831983");
BOOST_CHECK_EQUAL(ValueFromAmount(0).write(), "0.00000000");
BOOST_CHECK_EQUAL(ValueFromAmount((COIN/10000)*123456789).write(), "12345.67890000");
BOOST_CHECK_EQUAL(ValueFromAmount(-COIN).write(), "-1.00000000");
BOOST_CHECK_EQUAL(ValueFromAmount(-COIN/10).write(), "-0.10000000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN*100000000).write(), "100000000.00000000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN*10000000).write(), "10000000.00000000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN*1000000).write(), "1000000.00000000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN*100000).write(), "100000.00000000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN*10000).write(), "10000.00000000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN*1000).write(), "1000.00000000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN*100).write(), "100.00000000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN*10).write(), "10.00000000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN).write(), "1.00000000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN/10).write(), "0.10000000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN/100).write(), "0.01000000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN/1000).write(), "0.00100000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN/10000).write(), "0.00010000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN/100000).write(), "0.00001000");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN/1000000).write(), "0.00000100");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN/10000000).write(), "0.00000010");
BOOST_CHECK_EQUAL(ValueFromAmount(COIN/100000000).write(), "0.00000001");
}
static UniValue ValueFromString(const std::string &str)
{
UniValue value;
BOOST_CHECK(value.setNumStr(str));
return value;
}
BOOST_AUTO_TEST_CASE(rpc_parse_monetary_values)
{
BOOST_CHECK_THROW(AmountFromValue(ValueFromString("-0.00000001")), UniValue);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0")), 0LL);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0.00000000")), 0LL);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0.00000001")), 1LL);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0.17622195")), 17622195LL);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0.5")), 50000000LL);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0.50000000")), 50000000LL);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0.89898989")), 89898989LL);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("1.00000000")), 100000000LL);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("20198399.1983999")), 2019831983198390LL);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("20198399.19831983")), 2019831983198399LL);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("1e-8")), COIN/100000000);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0.1e-7")), COIN/100000000);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0.01e-6")), COIN/100000000);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0.0000000000000000000000000000000000000000000000000000000000000000000000000001e+68")), COIN/100000000);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("10000000000000000000000000000000000000000000000000000000000000000e-64")), COIN);
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0.000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000e64")), COIN);
BOOST_CHECK_THROW(AmountFromValue(ValueFromString("1e-9")), UniValue); //should fail
BOOST_CHECK_THROW(AmountFromValue(ValueFromString("0.000000019")), UniValue); //should fail
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0.00000001000000")), 1LL); //should pass, cut trailing 0
BOOST_CHECK_THROW(AmountFromValue(ValueFromString("19e-9")), UniValue); //should fail
BOOST_CHECK_EQUAL(AmountFromValue(ValueFromString("0.19e-6")), 19); //should pass, leading 0 is present
BOOST_CHECK_THROW(AmountFromValue(ValueFromString("92233720368.54775808")), UniValue); //overflow error
BOOST_CHECK_THROW(AmountFromValue(ValueFromString("1e+11")), UniValue); //overflow error
BOOST_CHECK_THROW(AmountFromValue(ValueFromString("1e11")), UniValue); //overflow error signless
BOOST_CHECK_THROW(AmountFromValue(ValueFromString("93e+9")), UniValue); //overflow error
}
BOOST_AUTO_TEST_CASE(json_parse_errors)
{
// Valid
BOOST_CHECK_EQUAL(ParseNonRFCJSONValue("1.0").get_real(), 1.0);
// Valid, with leading or trailing whitespace
BOOST_CHECK_EQUAL(ParseNonRFCJSONValue(" 1.0").get_real(), 1.0);
BOOST_CHECK_EQUAL(ParseNonRFCJSONValue("1.0 ").get_real(), 1.0);
BOOST_CHECK_THROW(AmountFromValue(ParseNonRFCJSONValue(".19e-6")), std::runtime_error); //should fail, missing leading 0, therefore invalid JSON
BOOST_CHECK_EQUAL(AmountFromValue(ParseNonRFCJSONValue("0.00000000000000000000000000000000000001e+30 ")), 1);
// Invalid, initial garbage
BOOST_CHECK_THROW(ParseNonRFCJSONValue("[1.0"), std::runtime_error);
BOOST_CHECK_THROW(ParseNonRFCJSONValue("a1.0"), std::runtime_error);
// Invalid, trailing garbage
BOOST_CHECK_THROW(ParseNonRFCJSONValue("1.0sds"), std::runtime_error);
BOOST_CHECK_THROW(ParseNonRFCJSONValue("1.0]"), std::runtime_error);
// BTC addresses should fail parsing
BOOST_CHECK_THROW(ParseNonRFCJSONValue("175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W"), std::runtime_error);
BOOST_CHECK_THROW(ParseNonRFCJSONValue("3J98t1WpEZ73CNmQviecrnyiWrnqRhWNL"), std::runtime_error);
}
BOOST_AUTO_TEST_CASE(rpc_ban)
{
BOOST_CHECK_NO_THROW(CallRPC(string("clearbanned")));
UniValue r;
BOOST_CHECK_NO_THROW(r = CallRPC(string("setban 127.0.0.0 add")));
BOOST_CHECK_THROW(r = CallRPC(string("setban 127.0.0.0:8334")), runtime_error); //portnumber for setban not allowed
BOOST_CHECK_NO_THROW(r = CallRPC(string("listbanned")));
UniValue ar = r.get_array();
UniValue o1 = ar[0].get_obj();
UniValue adr = find_value(o1, "address");
BOOST_CHECK_EQUAL(adr.get_str(), "127.0.0.0/32");
BOOST_CHECK_NO_THROW(CallRPC(string("setban 127.0.0.0 remove")));;
BOOST_CHECK_NO_THROW(r = CallRPC(string("listbanned")));
ar = r.get_array();
BOOST_CHECK_EQUAL(ar.size(), 0);
BOOST_CHECK_NO_THROW(r = CallRPC(string("setban 127.0.0.0/24 add 1607731200 true")));
BOOST_CHECK_NO_THROW(r = CallRPC(string("listbanned")));
ar = r.get_array();
o1 = ar[0].get_obj();
adr = find_value(o1, "address");
UniValue banned_until = find_value(o1, "banned_until");
BOOST_CHECK_EQUAL(adr.get_str(), "127.0.0.0/24");
BOOST_CHECK_EQUAL(banned_until.get_int64(), 1607731200); // absolute time check
BOOST_CHECK_NO_THROW(CallRPC(string("clearbanned")));
BOOST_CHECK_NO_THROW(r = CallRPC(string("setban 127.0.0.0/24 add 200")));
BOOST_CHECK_NO_THROW(r = CallRPC(string("listbanned")));
ar = r.get_array();
o1 = ar[0].get_obj();
adr = find_value(o1, "address");
banned_until = find_value(o1, "banned_until");
BOOST_CHECK_EQUAL(adr.get_str(), "127.0.0.0/24");
int64_t now = GetTime();
BOOST_CHECK(banned_until.get_int64() > now);
BOOST_CHECK(banned_until.get_int64()-now <= 200);
// must throw an exception because 127.0.0.1 is in already banned suubnet range
BOOST_CHECK_THROW(r = CallRPC(string("setban 127.0.0.1 add")), runtime_error);
BOOST_CHECK_NO_THROW(CallRPC(string("setban 127.0.0.0/24 remove")));;
BOOST_CHECK_NO_THROW(r = CallRPC(string("listbanned")));
ar = r.get_array();
BOOST_CHECK_EQUAL(ar.size(), 0);
BOOST_CHECK_NO_THROW(r = CallRPC(string("setban 127.0.0.0/255.255.0.0 add")));
BOOST_CHECK_THROW(r = CallRPC(string("setban 127.0.1.1 add")), runtime_error);
BOOST_CHECK_NO_THROW(CallRPC(string("clearbanned")));
BOOST_CHECK_NO_THROW(r = CallRPC(string("listbanned")));
ar = r.get_array();
BOOST_CHECK_EQUAL(ar.size(), 0);
BOOST_CHECK_THROW(r = CallRPC(string("setban test add")), runtime_error); //invalid IP
//IPv6 tests
BOOST_CHECK_NO_THROW(r = CallRPC(string("setban FE80:0000:0000:0000:0202:B3FF:FE1E:8329 add")));
BOOST_CHECK_NO_THROW(r = CallRPC(string("listbanned")));
ar = r.get_array();
o1 = ar[0].get_obj();
adr = find_value(o1, "address");
BOOST_CHECK_EQUAL(adr.get_str(), "fe80::202:b3ff:fe1e:8329/128");
BOOST_CHECK_NO_THROW(CallRPC(string("clearbanned")));
BOOST_CHECK_NO_THROW(r = CallRPC(string("setban 2001:db8::/ffff:fffc:0:0:0:0:0:0 add")));
BOOST_CHECK_NO_THROW(r = CallRPC(string("listbanned")));
ar = r.get_array();
o1 = ar[0].get_obj();
adr = find_value(o1, "address");
BOOST_CHECK_EQUAL(adr.get_str(), "2001:db8::/30");
BOOST_CHECK_NO_THROW(CallRPC(string("clearbanned")));
BOOST_CHECK_NO_THROW(r = CallRPC(string("setban 2001:4d48:ac57:400:cacf:e9ff:fe1d:9c63/128 add")));
BOOST_CHECK_NO_THROW(r = CallRPC(string("listbanned")));
ar = r.get_array();
o1 = ar[0].get_obj();
adr = find_value(o1, "address");
BOOST_CHECK_EQUAL(adr.get_str(), "2001:4d48:ac57:400:cacf:e9ff:fe1d:9c63/128");
}
BOOST_AUTO_TEST_SUITE_END()
| [
"mocacinno@gmx.com"
] | mocacinno@gmx.com |
1a6fe79365a5dd829d451b1182ef2d9c8a74dd1a | a4b6191fbf58253a74758cd09a8fd3bcbdee5b2a | /Registration/src/RkArticle.h | b16d0c45b81db34db002ae955fcf0f7b40db64ac | [] | no_license | rbkeefer/reader | f79ee67f37601fd836f6390856a666477d588304 | 24b7e9484185fb1410b81f1ca572fa266fdc7a58 | refs/heads/master | 2021-06-25T16:05:46.744526 | 2020-11-10T15:54:24 | 2020-11-10T15:54:24 | 144,921,804 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 445 | h | /*
* RkArticle.h
*
*/
#ifndef RKARTICLE_H_
#define RKARTICLE_H_
#include <list>
#include "RkSegment.h"
class RkArticle {
public:
RkArticle();
virtual ~RkArticle();
RkSegment* headline;
list<RkSegment*> columns;
RkBoundingRectangle* boundingRectangle();
int height();
int width();
int numberOfColumns();
int distBetweenColumns();
void info();
void toString();
void printString(FILE* inFile);
};
#endif /* RKARTICLE_H_ */
| [
"rob.keefer@pomiet.com"
] | rob.keefer@pomiet.com |
a14994cb3dcdf90faa60eceee41e5beae7cc8e6a | 2c642ac5e22d15055ebf54936898a8f542e24f14 | /Example/Pods/Headers/Private/boost/boost/geometry/algorithms/detail/disjoint/point_geometry.hpp | b28920fa85ab2b7e1351813d36bcaf939330b048 | [
"Apache-2.0"
] | permissive | TheClimateCorporation/geofeatures-ios | 488d95084806f69fb6e42d7d0da73bb2f818f19e | cf6a5c4eb2918bb5f3dcd0898501d52d92de7b1f | refs/heads/master | 2020-04-15T05:34:06.491186 | 2015-08-14T20:28:31 | 2015-08-14T20:28:31 | 40,622,132 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 102 | hpp | ../../../../../../../../boost/Pod/Classes/boost/geometry/algorithms/detail/disjoint/point_geometry.hpp | [
"tony@mobilegridinc.com"
] | tony@mobilegridinc.com |
665e9a08e20bfa1e47ddce3f1b35fbade8cd27a1 | 2277375bd4a554d23da334dddd091a36138f5cae | /ThirdParty/Havok/Source/Common/Base/UnitTest/Container/BlockList.cpp | f13cd87ac04a78f20dd735fc1f4c7dc8f2e248e1 | [] | no_license | kevinmore/Project-Nebula | 9a0553ccf8bdc1b4bb5e2588fc94516d9e3532bc | f6d284d4879ae1ea1bd30c5775ef8733cfafa71d | refs/heads/master | 2022-10-22T03:55:42.596618 | 2020-06-19T09:07:07 | 2020-06-19T09:07:07 | 25,372,691 | 6 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 3,801 | cpp | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Product and Trade Secret source code contains trade secrets of Havok. Havok Software (C) Copyright 1999-2013 Telekinesys Research Limited t/a Havok. All Rights Reserved. Use of this software is subject to the terms of an end user license agreement.
*
*/
#include <Common/Base/hkBase.h>
#include <Common/Base/UnitTest/hkUnitTest.h>
#include <Common/Base/Container/BlockList/hkBlockList.h>
#define NUM_ELEMENTS_TO_ADD 1000
// These need to add up to NUM_ELEMENTS_TO_ADD
#define FIRST_BATCH 128
#define SECOND_BATCH 0
#define THIRD_BATCH 384
#define FOURTH_BATCH 488
HK_COMPILE_TIME_ASSERT( FIRST_BATCH + SECOND_BATCH + THIRD_BATCH + FOURTH_BATCH == NUM_ELEMENTS_TO_ADD );
template<typename T, int BLOCK_SIZE>
void testNextBatch( typename hkBlockList<T, BLOCK_SIZE>::BatchConsumer& consumer, int numElements, int& currentCount )
{
consumer.setNumElements( numElements );
int lastCount = currentCount;
T* t;
int batchSize;
while ( ( batchSize = consumer.accessBatch( t ) ) > 0 )
{
for ( int j = 0; j < batchSize; ++j )
{
HK_TEST( t[j].m_val == currentCount + j );
}
currentCount += batchSize;
}
HK_TEST( currentCount - lastCount == numElements );
}
template<typename T, int BLOCK_SIZE>
void block_list_test_batches()
{
hkBlockList<T, BLOCK_SIZE> blockList;
{
typename hkBlockList<T, BLOCK_SIZE>::BatchWriter writer;
writer.setToStartOfList( &blockList );
T source[NUM_ELEMENTS_TO_ADD];
for ( int i = 0; i < NUM_ELEMENTS_TO_ADD; ++i )
{
source[i].m_val = i;
}
writer.writeBatch( &source[0], FIRST_BATCH );
writer.writeBatch( &source[FIRST_BATCH], SECOND_BATCH );
writer.writeBatch( &source[FIRST_BATCH + SECOND_BATCH], THIRD_BATCH );
writer.writeBatch( &source[FIRST_BATCH + SECOND_BATCH + THIRD_BATCH], FOURTH_BATCH );
writer.finalize();
}
#if defined(HK_DEBUG)
HK_TEST( blockList.getTotalNumElems() == NUM_ELEMENTS_TO_ADD );
#endif
{
typename hkBlockList<T, BLOCK_SIZE>::BatchConsumer consumer;
consumer.setToStartOfList( &blockList );
int count = 0;
testNextBatch<T, BLOCK_SIZE>( consumer, FIRST_BATCH, count );
testNextBatch<T, BLOCK_SIZE>( consumer, SECOND_BATCH, count );
testNextBatch<T, BLOCK_SIZE>( consumer, THIRD_BATCH, count );
testNextBatch<T, BLOCK_SIZE>( consumer, FOURTH_BATCH, count );
consumer.finalize();
}
#if defined(HK_DEBUG)
blockList.checkEmpty();
#endif
}
struct UnalignedTestStructure
{
int m_val;
};
struct AlignedTestStructure
{
HK_ALIGN16( int m_val );
};
int fixed_size_block_list_main()
{
block_list_test_batches<UnalignedTestStructure, 512>();
block_list_test_batches<UnalignedTestStructure, 128>();
block_list_test_batches<AlignedTestStructure, 512>();
block_list_test_batches<AlignedTestStructure, 128>();
return 0;
}
#if defined(HK_COMPILER_MWERKS)
# pragma fullpath_file on
#endif
HK_TEST_REGISTER(fixed_size_block_list_main, "Fast", "Common/Test/UnitTest/Base/", __FILE__ );
/*
* Havok SDK - Base file, BUILD(#20130912)
*
* Confidential Information of Havok. (C) Copyright 1999-2013
* Telekinesys Research Limited t/a Havok. All Rights Reserved. The Havok
* Logo, and the Havok buzzsaw logo are trademarks of Havok. Title, ownership
* rights, and intellectual property rights in the Havok software remain in
* Havok and/or its suppliers.
*
* Use of this software for evaluation purposes is subject to and indicates
* acceptance of the End User licence Agreement for this product. A copy of
* the license is included with this software and is also available from salesteam@havok.com.
*
*/
| [
"dingfengyu@gmail.com"
] | dingfengyu@gmail.com |
554a923239002cf1ba63089c275114d0cc156a46 | 061bf88779353ec76810cf852cbd43087584a738 | /bin/android/obj/src/openfl/events/TextEvent.cpp | 3bd80a209c361bf3d066b03bddd0c95a7a2f252e | [] | no_license | GInspire/pongGame | 35dd2815cc0c5ff8436a25f9d94d616c4f619647 | 8cc2d1f1ff419b5a01f3dba541685d47e239c128 | refs/heads/master | 2021-01-22T21:22:27.321430 | 2017-03-18T17:14:32 | 2017-03-18T17:14:32 | 85,418,427 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,416 | cpp | #include <hxcpp.h>
#ifndef INCLUDED_openfl_events_Event
#include <openfl/events/Event.h>
#endif
#ifndef INCLUDED_openfl_events_TextEvent
#include <openfl/events/TextEvent.h>
#endif
namespace openfl{
namespace events{
Void TextEvent_obj::__construct(::String type,hx::Null< bool > __o_bubbles,hx::Null< bool > __o_cancelable,::String __o_text)
{
HX_STACK_FRAME("openfl.events.TextEvent","new",0x29e58508,"openfl.events.TextEvent.new","openfl/events/TextEvent.hx",13,0x23b91588)
HX_STACK_THIS(this)
HX_STACK_ARG(type,"type")
HX_STACK_ARG(__o_bubbles,"bubbles")
HX_STACK_ARG(__o_cancelable,"cancelable")
HX_STACK_ARG(__o_text,"text")
bool bubbles = __o_bubbles.Default(false);
bool cancelable = __o_cancelable.Default(false);
::String text = __o_text.Default(HX_HCSTRING("","\x00","\x00","\x00","\x00"));
{
HX_STACK_LINE(15)
::String tmp = type; HX_STACK_VAR(tmp,"tmp");
HX_STACK_LINE(15)
bool tmp1 = bubbles; HX_STACK_VAR(tmp1,"tmp1");
HX_STACK_LINE(15)
bool tmp2 = cancelable; HX_STACK_VAR(tmp2,"tmp2");
HX_STACK_LINE(15)
super::__construct(tmp,tmp1,tmp2);
HX_STACK_LINE(17)
this->text = text;
}
;
return null();
}
//TextEvent_obj::~TextEvent_obj() { }
Dynamic TextEvent_obj::__CreateEmpty() { return new TextEvent_obj; }
hx::ObjectPtr< TextEvent_obj > TextEvent_obj::__new(::String type,hx::Null< bool > __o_bubbles,hx::Null< bool > __o_cancelable,::String __o_text)
{ hx::ObjectPtr< TextEvent_obj > _result_ = new TextEvent_obj();
_result_->__construct(type,__o_bubbles,__o_cancelable,__o_text);
return _result_;}
Dynamic TextEvent_obj::__Create(hx::DynamicArray inArgs)
{ hx::ObjectPtr< TextEvent_obj > _result_ = new TextEvent_obj();
_result_->__construct(inArgs[0],inArgs[1],inArgs[2],inArgs[3]);
return _result_;}
::openfl::events::Event TextEvent_obj::clone( ){
HX_STACK_FRAME("openfl.events.TextEvent","clone",0x41494205,"openfl.events.TextEvent.clone","openfl/events/TextEvent.hx",22,0x23b91588)
HX_STACK_THIS(this)
HX_STACK_LINE(24)
::String tmp = this->type; HX_STACK_VAR(tmp,"tmp");
HX_STACK_LINE(24)
bool tmp1 = this->bubbles; HX_STACK_VAR(tmp1,"tmp1");
HX_STACK_LINE(24)
bool tmp2 = this->cancelable; HX_STACK_VAR(tmp2,"tmp2");
HX_STACK_LINE(24)
::String tmp3 = this->text; HX_STACK_VAR(tmp3,"tmp3");
HX_STACK_LINE(24)
::openfl::events::TextEvent tmp4 = ::openfl::events::TextEvent_obj::__new(tmp,tmp1,tmp2,tmp3); HX_STACK_VAR(tmp4,"tmp4");
HX_STACK_LINE(24)
::openfl::events::TextEvent event = tmp4; HX_STACK_VAR(event,"event");
HX_STACK_LINE(25)
Dynamic tmp5 = this->target; HX_STACK_VAR(tmp5,"tmp5");
HX_STACK_LINE(25)
event->target = tmp5;
HX_STACK_LINE(26)
Dynamic tmp6 = this->currentTarget; HX_STACK_VAR(tmp6,"tmp6");
HX_STACK_LINE(26)
event->currentTarget = tmp6;
HX_STACK_LINE(28)
int tmp7 = this->eventPhase; HX_STACK_VAR(tmp7,"tmp7");
HX_STACK_LINE(28)
event->eventPhase = tmp7;
HX_STACK_LINE(30)
::openfl::events::TextEvent tmp8 = event; HX_STACK_VAR(tmp8,"tmp8");
HX_STACK_LINE(30)
return tmp8;
}
::String TextEvent_obj::toString( ){
HX_STACK_FRAME("openfl.events.TextEvent","toString",0x2a253b04,"openfl.events.TextEvent.toString","openfl/events/TextEvent.hx",35,0x23b91588)
HX_STACK_THIS(this)
HX_STACK_LINE(37)
::String tmp = this->__formatToString(HX_HCSTRING("TextEvent","\x0d","\x38","\x85","\xb0"),Array_obj< ::String >::__new().Add(HX_HCSTRING("type","\xba","\xf2","\x08","\x4d")).Add(HX_HCSTRING("bubbles","\x67","\xbb","\x56","\x61")).Add(HX_HCSTRING("cancelable","\x14","\xa0","\x79","\xc4")).Add(HX_HCSTRING("text","\xad","\xcc","\xf9","\x4c"))); HX_STACK_VAR(tmp,"tmp");
HX_STACK_LINE(37)
return tmp;
}
::String TextEvent_obj::LINK;
::String TextEvent_obj::TEXT_INPUT;
TextEvent_obj::TextEvent_obj()
{
}
void TextEvent_obj::__Mark(HX_MARK_PARAMS)
{
HX_MARK_BEGIN_CLASS(TextEvent);
HX_MARK_MEMBER_NAME(text,"text");
::openfl::events::Event_obj::__Mark(HX_MARK_ARG);
HX_MARK_END_CLASS();
}
void TextEvent_obj::__Visit(HX_VISIT_PARAMS)
{
HX_VISIT_MEMBER_NAME(text,"text");
::openfl::events::Event_obj::__Visit(HX_VISIT_ARG);
}
Dynamic TextEvent_obj::__Field(const ::String &inName,hx::PropertyAccess inCallProp)
{
switch(inName.length) {
case 4:
if (HX_FIELD_EQ(inName,"text") ) { return text; }
break;
case 5:
if (HX_FIELD_EQ(inName,"clone") ) { return clone_dyn(); }
break;
case 8:
if (HX_FIELD_EQ(inName,"toString") ) { return toString_dyn(); }
}
return super::__Field(inName,inCallProp);
}
Dynamic TextEvent_obj::__SetField(const ::String &inName,const Dynamic &inValue,hx::PropertyAccess inCallProp)
{
switch(inName.length) {
case 4:
if (HX_FIELD_EQ(inName,"text") ) { text=inValue.Cast< ::String >(); return inValue; }
}
return super::__SetField(inName,inValue,inCallProp);
}
void TextEvent_obj::__GetFields(Array< ::String> &outFields)
{
outFields->push(HX_HCSTRING("text","\xad","\xcc","\xf9","\x4c"));
super::__GetFields(outFields);
};
#if HXCPP_SCRIPTABLE
static hx::StorageInfo sMemberStorageInfo[] = {
{hx::fsString,(int)offsetof(TextEvent_obj,text),HX_HCSTRING("text","\xad","\xcc","\xf9","\x4c")},
{ hx::fsUnknown, 0, null()}
};
static hx::StaticInfo sStaticStorageInfo[] = {
{hx::fsString,(void *) &TextEvent_obj::LINK,HX_HCSTRING("LINK","\xfa","\xdf","\x73","\x32")},
{hx::fsString,(void *) &TextEvent_obj::TEXT_INPUT,HX_HCSTRING("TEXT_INPUT","\x98","\x17","\xd6","\x79")},
{ hx::fsUnknown, 0, null()}
};
#endif
static ::String sMemberFields[] = {
HX_HCSTRING("text","\xad","\xcc","\xf9","\x4c"),
HX_HCSTRING("clone","\x5d","\x13","\x63","\x48"),
HX_HCSTRING("toString","\xac","\xd0","\x6e","\x38"),
::String(null()) };
static void sMarkStatics(HX_MARK_PARAMS) {
HX_MARK_MEMBER_NAME(TextEvent_obj::__mClass,"__mClass");
HX_MARK_MEMBER_NAME(TextEvent_obj::LINK,"LINK");
HX_MARK_MEMBER_NAME(TextEvent_obj::TEXT_INPUT,"TEXT_INPUT");
};
#ifdef HXCPP_VISIT_ALLOCS
static void sVisitStatics(HX_VISIT_PARAMS) {
HX_VISIT_MEMBER_NAME(TextEvent_obj::__mClass,"__mClass");
HX_VISIT_MEMBER_NAME(TextEvent_obj::LINK,"LINK");
HX_VISIT_MEMBER_NAME(TextEvent_obj::TEXT_INPUT,"TEXT_INPUT");
};
#endif
hx::Class TextEvent_obj::__mClass;
static ::String sStaticFields[] = {
HX_HCSTRING("LINK","\xfa","\xdf","\x73","\x32"),
HX_HCSTRING("TEXT_INPUT","\x98","\x17","\xd6","\x79"),
::String(null()) };
void TextEvent_obj::__register()
{
hx::Static(__mClass) = new hx::Class_obj();
__mClass->mName = HX_HCSTRING("openfl.events.TextEvent","\x16","\xa1","\xf4","\x52");
__mClass->mSuper = &super::__SGetClass();
__mClass->mConstructEmpty = &__CreateEmpty;
__mClass->mConstructArgs = &__Create;
__mClass->mGetStaticField = &hx::Class_obj::GetNoStaticField;
__mClass->mSetStaticField = &hx::Class_obj::SetNoStaticField;
__mClass->mMarkFunc = sMarkStatics;
__mClass->mStatics = hx::Class_obj::dupFunctions(sStaticFields);
__mClass->mMembers = hx::Class_obj::dupFunctions(sMemberFields);
__mClass->mCanCast = hx::TCanCast< TextEvent_obj >;
#ifdef HXCPP_VISIT_ALLOCS
__mClass->mVisitFunc = sVisitStatics;
#endif
#ifdef HXCPP_SCRIPTABLE
__mClass->mMemberStorageInfo = sMemberStorageInfo;
#endif
#ifdef HXCPP_SCRIPTABLE
__mClass->mStaticStorageInfo = sStaticStorageInfo;
#endif
hx::RegisterClass(__mClass->mName, __mClass);
}
void TextEvent_obj::__boot()
{
LINK= HX_HCSTRING("link","\xfa","\x17","\xb3","\x47");
TEXT_INPUT= HX_HCSTRING("textInput","\x1d","\x54","\x0b","\x57");
}
} // end namespace openfl
} // end namespace events
| [
"anu.kushwaha1211@gmail.com"
] | anu.kushwaha1211@gmail.com |
ddba6215499f14ec548caade88acede02664457d | c5b6889b72ae71e220a444e52ae64bf5c20796d5 | /src/armnnTfLiteParser/test/LoadScopeDynamicTensor.cpp | c4f0db7f49db669b942b3d47d2c964e64153a02d | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | sanyaade-projects/armnn | 4699835d0d326c9477dd25704b598a7886965294 | 77062ca6f288830a21e4ff4237059623eba25fa2 | refs/heads/master | 2022-12-10T04:20:18.572479 | 2020-09-10T09:21:00 | 2020-09-11T10:29:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,022 | cpp | //
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#include "armnnTfLiteParser/ITfLiteParser.hpp"
#include "ParserFlatbuffersFixture.hpp"
#include <string>
#include <boost/test/unit_test.hpp>
BOOST_AUTO_TEST_SUITE(TensorflowLiteParser)
struct LoadScopeDynamicTensorFixture : public ParserFlatbuffersFixture
{
explicit LoadScopeDynamicTensorFixture(const std::string& shape0,
const std::string& shape1,
const std::string& shape2)
{
m_JsonString = R"(
{
"version": 3,
"operator_codes": [
{
"builtin_code": "AVERAGE_POOL_2D",
"version": 1
},
{
"builtin_code": "SOFTMAX",
"version": 1
}
],
"subgraphs": [
{
"tensors": [
{
"shape": )" + shape0 + R"(,
"type": "FLOAT32",
"buffer": 1,
"name": "input0",
"quantization": {
"details_type": 0,
"quantized_dimension": 0
},
"is_variable": false
},
{
"shape": )" + shape1 + R"(,
"type": "FLOAT32",
"buffer": 3,
"name": "output",
"quantization": {
"details_type": 0,
"quantized_dimension": 0
},
"is_variable": false
},
{
"shape": )" + shape2 + R"(,
"type": "FLOAT32",
"buffer": 2,
"name": "model/average_pooling2d/AvgPool",
"quantization": {
"details_type": 0,
"quantized_dimension": 0
},
"is_variable": false
}
],
"inputs": [
0
],
"outputs": [
1
],
"operators": [
{
"opcode_index": 1,
"inputs": [
2
],
"outputs": [
1
],
"builtin_options_type": "SoftmaxOptions",
"builtin_options": {
"beta": 1.0
},
"custom_options_format": "FLEXBUFFERS"
},
{
"opcode_index": 0,
"inputs": [
0
],
"outputs": [
2
],
"builtin_options_type": "Pool2DOptions",
"builtin_options": {
"padding": "VALID",
"stride_w": 2,
"stride_h": 2,
"filter_width": 2,
"filter_height": 2,
"fused_activation_function": "NONE"
},
"custom_options_format": "FLEXBUFFERS"
}
],
"name": "main"
}
],
"description": "MLIR Converted.",
"buffers": [
{
},
{
},
{
},
{
}
]
}
)";
Setup();
}
};
struct LoadScopeDynamicTensor0Fixture : LoadScopeDynamicTensorFixture
{
LoadScopeDynamicTensor0Fixture() : LoadScopeDynamicTensorFixture("[ 1, 2, 3, 2 ]", "[]", "[]") {}
};
struct LoadScopeDynamicTensor1Fixture : LoadScopeDynamicTensorFixture
{
LoadScopeDynamicTensor1Fixture() : LoadScopeDynamicTensorFixture("[ 1, 2, 4, 1 ]", "[ 1, 1, 2, 1 ]", "[]") {}
};
struct LoadScopeDynamicTensor2Fixture : LoadScopeDynamicTensorFixture
{
LoadScopeDynamicTensor2Fixture() : LoadScopeDynamicTensorFixture("[ 1, 3, 3, 2 ]", "[ ]", "[ 1, 1, 1, 2 ]") {}
};
BOOST_FIXTURE_TEST_CASE(LoadScopeDynamicTensor0, LoadScopeDynamicTensor0Fixture)
{
RunTest<4, armnn::DataType::Float32, armnn::DataType::Float32>(
0,
{ {"input0", { 0.f, 1.f, 2.f, 3.f, 4.f, 5.f, 6.f, 7.f, 8.f, 9.f, 10.f, 11.f }} },
{ {"output", { 0.26894143f, 0.7310586f }} },
true);
}
BOOST_FIXTURE_TEST_CASE(LoadScopeDynamicTensor1, LoadScopeDynamicTensor1Fixture)
{
RunTest<4, armnn::DataType::Float32, armnn::DataType::Float32>(
0,
{ {"input0", { 0.f, 1.f, 2.f, 3.f, 4.f, 5.f, 6.f, 7.f }} },
{ {"output", { 1.f, 1.f }} },
true);
}
BOOST_FIXTURE_TEST_CASE(LoadScopeDynamicTensor2, LoadScopeDynamicTensor2Fixture)
{
RunTest<4, armnn::DataType::Float32, armnn::DataType::Float32>(
0,
{ {"input0", { 0.f, 1.f, 2.f, 3.f, 4.f, 5.f, 6.f, 7.f, 8.f, 0.f, 1.f, 2.f, 3.f, 4.f, 5.f, 6.f, 7.f, 8.f }} },
{ {"output", { 0.7772999f, 0.22270015f }} },
true);
}
BOOST_AUTO_TEST_SUITE_END()
| [
"finn.williams@arm.com"
] | finn.williams@arm.com |
746c2a2cf9e5040988a0ce723222166a41ba025f | 721a3912951919731543487200da0b8eb2003596 | /src/scene/setting/SettingData.cpp | d9c738b89d1fe00e2871ad1b69337e6167c831e4 | [] | no_license | tapi-soft/poseine | 06f6f527e6018aeae41e7fe83e18a113f02c7ac6 | 20ed119559d44c880fac8b2aeeab4283630331f7 | refs/heads/master | 2021-01-10T02:48:46.471188 | 2016-03-08T17:00:21 | 2016-03-08T17:00:21 | 50,622,344 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 378 | cpp | //---------------------------------------------------------------------
#include "SettingData.h"
//---------------------------------------------------------------------
SettingData::SettingData()
{
}
//---------------------------------------------------------------------
SettingData::~SettingData()
{
}
//--------------------------------------------------------------------- | [
"posemiya@gmail.com"
] | posemiya@gmail.com |
786898cac14e62802f1baa821934a3056c306aff | a46cff93c1b1430bbc7e8d8d9f350f0217b8e275 | /src/right.cpp | 673724adbf1b0cc6febbf1616fff95c0f4a8df2c | [
"BSD-3-Clause"
] | permissive | jswebdesign-j/dex-ui | 4f16d63b25aebbe2ea39a21edcd3e585060d18fa | 724c36256087f825a5fffee2617f34d25427efaa | refs/heads/master | 2021-05-28T02:18:16.399776 | 2015-01-28T10:13:56 | 2015-01-28T10:13:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,330 | cpp | #include "right.h"
#include "graphics-utils.h"
#include "easing-utils.h"
Right::Right() {
setPos(0,0);
w = 240;
header = Header();
header.setPos(0,0);
header.setSize(w);
header.ul_text = "NETWORK";
header.ur_text = "ALT PANEL";
header.line.duration = 50;
header.line.setDelay(0);
radar = RadarContainer();
radar.setPos(0,2*GRID_SIZE);
sg.setPos(0,32*GRID_SIZE);
footer_len = 6*GRID_SIZE;
footer = Header();
footer.setPos(0, 41*GRID_SIZE);
footer.setSize(footer_len);
footer.setTextSize(7);
footer.bl_text = "NNKD";
footer.line.duration = 50;
footer.line.setDelay(-90);
font5 = Text();
font5.setFont(MAIN_FONT, 5);
errorDelay = -80;
initAnimated();
newEvent(0, 300, 0, false); // intro
newEvent(300, -1, 1, false); // main
initializeAnimatedItems();
}
void Right::draw() {
updateTime();
ofPushMatrix();
{
ofTranslate(x, y);
// ofSetColor(255);
// ofDrawBitmapString(ofToString(time), 0,-20);
// Intro
// Header
float headerAlpha = 0;
if (time+header.line.getDelay() > header.line.duration + 10)
headerAlpha = flicker(time+header.line.getDelay()-(header.line.duration + 10), 20, 5)*255;
header.setAlpha(255,headerAlpha);
header.draw();
// Footer
float footerAlpha = 0;
if (time+footer.line.getDelay() > footer.line.duration + 10)
footerAlpha = flicker(time+footer.line.getDelay()-(footer.line.duration + 10), 20, 5)*255;
footer.setAlpha(255,footerAlpha);
footer.draw();
// if (getCurrentEventID() == 0) {
radar.draw();
// Error line
tline1.draw();
tline2.draw();
for (int i = 0; i < texts.size(); i++)
texts[i].draw();
sg.draw();
/*} else {
// Main
radar.draw();
ofSetColor(COLOR_LINE);
tick_line(0, w, 24*GRID_SIZE);
tick_line(0, w, 31*GRID_SIZE);
ofSetColor(COLOR_135);
font5.drawString("ERROR LOG", 5, 24*GRID_SIZE+7);
ofSetColor(COLOR_95);
font5.drawString("NONE", w/2-7, 27*GRID_SIZE+5);
sg.draw();
}*/
}
ofPopMatrix();
}
void Right::setPos(float x_, float y_) {
x = x_;
y = y_;
}
void Right::initializeAnimatedItems() {
header.line.setDelay(delay-0);
header.line.setEvents(events);
footer.line.setDelay(delay-90);
footer.line.setEvents(events);
radar.setDelay(delay-20);
radar.setEvents(events);
tline1 = newTickLine(0, 24*GRID_SIZE, w, 40, delay+errorDelay, COLOR_LINE);
tline2 = newTickLine(0, 31*GRID_SIZE, w, 40, delay+errorDelay-10, COLOR_LINE);
tline1.setEvents(events);
tline2.setEvents(events);
sg.setDelay(delay-50);
sg.setEvents(events);
initializeTexts();
}
void Right::initializeTexts() {
texts.clear();
float textDelay = -10;
// Top Left
texts.push_back(newText("ERROR LOG", 5,
5, 24*GRID_SIZE+7,
20, delay+errorDelay-45,
COLOR_135,
false));
// Top Right
texts.push_back(newText("NONE", 5,
w/2-7, 27*GRID_SIZE+5,
20, delay+errorDelay+textDelay-55,
COLOR_95,
false));
for (int i = 0; i < texts.size(); i++)
texts[i].setEvents(events);
} | [
"hello@seenaburns.com"
] | hello@seenaburns.com |
521cd1fa8a25c3e39a25c69b36a70d6b1fdad83e | 47e67f486bfe9cbac26cdc3dc069ebd5005fd141 | /Problem3.cc | 9368aa3fc550c2a018e9cb0e8c174330c73ea47d | [] | no_license | andrewj314/ProjectEuler | 2518a9872fec3215fb1a7e14c1c24218bd3acdf7 | 093cbc15769382665470946ac689cdff7d1e0b63 | refs/heads/master | 2021-01-01T03:31:09.809242 | 2016-05-10T22:41:46 | 2016-05-10T22:41:46 | 56,096,900 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 412 | cc | //Problem 3: Find the largest prime factor of 600851475143
#include <iostream>
#include <vector>
#include <math.h>
using namespace std;
long num = 600851475143.;
int squareRoot = (int)sqrt(num);
vector<int> primeList;
int main(){
for(int i = 2; i < squareRoot; i++){
if(num % i == 0){
primeList.push_back(i);
num = num/i;
}
}
cout << "Biggest prime = " << primeList.back() << "\n";
}
| [
"andrewj314@gmail.com"
] | andrewj314@gmail.com |
e5f98278460dfb223a4c04efe10f19c161c2ff13 | 4ceb463b46bea9b4add196864056376afc64188e | /arrows/klv/klv_read_write.cxx | dea1f099306ac8a3c7271847fe9005c7023cbbc0 | [
"BSD-3-Clause"
] | permissive | NothingCD/kwiver | e27b28a69d78e4ce433519a56fe7c790e138002d | bba7860199c1f8d082018540af0fb9e0f41eef16 | refs/heads/master | 2023-07-24T12:34:05.996826 | 2021-09-03T14:08:34 | 2021-09-03T14:08:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,712 | cxx | // This file is part of KWIVER, and is distributed under the
// OSI-approved BSD 3-Clause License. See top-level LICENSE file or
// https://github.com/Kitware/kwiver/blob/master/LICENSE for details.
/// \file
/// Implementation of the non-templated basic KLV read/write functions.
#include "klv_read_write.txx"
#include <stdexcept>
namespace kv = kwiver::vital;
#include <algorithm>
namespace kwiver {
namespace arrows {
namespace klv {
// ---------------------------------------------------------------------------
uint64_t
_imap_infinity( bool sign_bit, size_t length )
{
auto const identifier = sign_bit ? 0xE8ull : 0xC8ull;
return length ? identifier << ( ( length - 1 ) * 8 ) : 0;
}
// ---------------------------------------------------------------------------
uint64_t
_imap_quiet_nan( bool sign_bit, size_t length )
{
auto const identifier = sign_bit ? 0xF0ull : 0xD0ull;
return length ? identifier << ( ( length - 1 ) * 8 ) : 0;
}
// ---------------------------------------------------------------------------
uint64_t
_imap_signal_nan( bool sign_bit, size_t length )
{
auto const identifier = sign_bit ? 0xF8ull : 0xD8ull;
return length ? identifier << ( ( length - 1 ) * 8 ) : 0;
}
// ---------------------------------------------------------------------------
_imap_terms
_calculate_imap_terms( double minimum, double maximum, size_t length )
{
// ST1201, Section 8.1.2
auto const float_exponent = std::ceil( std::log2( maximum - minimum ) );
auto const int_exponent = 8.0 * length - 1.0;
_imap_terms result = {};
result.forward_scale = std::exp2( int_exponent - float_exponent );
result.backward_scale = std::exp2( float_exponent - int_exponent );
result.zero_offset = ( minimum < 0 && maximum > 0 )
? result.forward_scale * minimum -
std::floor( result.forward_scale * minimum )
: 0.0;
return result;
}
// ---------------------------------------------------------------------------
size_t
klv_imap_length( double minimum, double maximum, double precision )
{
// ST1201, Section 8.1.1
_check_range_precision( minimum, maximum, precision );
auto const length_bits = std::ceil( std::log2( maximum - minimum ) ) -
std::floor( std::log2( precision ) ) + 1.0;
return static_cast< size_t >( std::ceil( length_bits / 8.0 ) );
}
// ---------------------------------------------------------------------------
double
klv_imap_precision( double minimum, double maximum, size_t length )
{
_check_range_length( minimum, maximum, length );
auto const length_bits = length * 8.0;
return std::exp2( std::log2( maximum - minimum ) - length_bits + 1 );
}
namespace {
// ---------------------------------------------------------------------------
void
_check_range( double minimum, double maximum )
{
if( !std::isfinite( minimum ) )
{
throw std::logic_error( "minimum must be finite" );
}
if( !std::isfinite( maximum ) )
{
throw std::logic_error( "maximum must be finite" );
}
if( std::isinf( maximum - minimum ) )
{
VITAL_THROW( kv::metadata_type_overflow,
"span too large for double type" );
}
if( !( minimum < maximum ) )
{
throw std::logic_error( "minimum must be less than maximum" );
}
}
} // namespace
// ---------------------------------------------------------------------------
void
_check_range_precision( double minimum, double maximum, double precision )
{
_check_range( minimum, maximum );
if( !std::isfinite( precision ) )
{
throw std::logic_error( "precision must be finite" );
}
if( !( precision < maximum - minimum ) )
{
throw std::logic_error( "precision must be less than min-max span" );
}
}
// ---------------------------------------------------------------------------
void
_check_range_length( double minimum, double maximum, size_t length )
{
_check_range( minimum, maximum );
if( !length )
{
throw std::logic_error( "length must not be zero" );
}
if( length > sizeof( uint64_t ) )
{
VITAL_THROW( kv::metadata_type_overflow,
"value too large for native type" );
}
}
// ---------------------------------------------------------------------------
size_t
klv_string_length( std::string const& value )
{
// "\0" is reserved for empty string
// We avoid constructing a temp string object to compare against
if( value.size() == 1 && value[ 0 ] == '\0' )
{
VITAL_THROW( kwiver::vital::metadata_type_overflow,
"the string \"\\0\" cannot be written to KLV stream" );
}
return std::max< size_t >( value.size(), 1 );
}
} // namespace klv
} // namespace arrows
} // namespace kwiver
| [
"daniel.riehm@kitware.com"
] | daniel.riehm@kitware.com |
c6c86489e365d5b29125db7d390409207ef5112a | b7d3be4b909100b193153d6de98ef5ca784ab37d | /code/Playerman/PlayerControl.cpp | 9e2f4e56ed54003757e764eb429b0b427c6c3731 | [] | no_license | RandomTiger/fs2_Unity | a4e5c4ddbb38a875ce58020da5f268573365a0c2 | 570ea0945ee21a0f498d528e0d71e3757a910a25 | refs/heads/master | 2020-12-25T07:22:14.528983 | 2016-06-05T11:16:09 | 2016-06-05T11:16:09 | 60,455,973 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 70,793 | cpp | /*
* Copyright (C) Volition, Inc. 1999. All rights reserved.
*
* All source code herein is the property of Volition, Inc. You may not sell
* or otherwise commercially exploit the source or things you created based on the
* source.
*
*/
/*
* $Logfile: /Freespace2/code/Playerman/PlayerControl.cpp $
* $Revision: 33 $
* $Date: 10/13/99 3:42p $
* $Author: Jefff $
*
* Routines to deal with player ship movement
*
* $Log: /Freespace2/code/Playerman/PlayerControl.cpp $
*
* 33 10/13/99 3:42p Jefff
* fixed unnumbered XSTRs
*
* 32 9/06/99 9:43p Jefff
* skip mission support
*
* 31 8/30/99 10:39a Mikeb
* Fixed can't-warpout problem.
*
* 30 8/29/99 4:52p Andsager
* Don't rotate from engine wash when warping out.
*
* 29 8/26/99 8:51p Dave
* Gave multiplayer TvT messaging a heavy dose of sanity. Cheat codes.
*
* 28 8/03/99 12:06p Dave
* Fixed player death messages when a player has killed himself in
* multiplayer.
*
* 27 7/28/99 1:36p Andsager
* Modify cargo1 to include flag CARGO_NO_DEPLETE. Add sexp
* cargo-no-deplete (only for BIG / HUGE). Modify ship struct to pack
* better.
*
* 26 7/21/99 8:10p Dave
* First run of supernova effect.
*
* 25 7/19/99 7:20p Dave
* Beam tooling. Specialized player-killed-self messages. Fixed d3d nebula
* pre-rendering.
*
* 24 7/08/99 10:53a Dave
* New multiplayer interpolation scheme. Not 100% done yet, but still
* better than the old way.
*
* 23 7/02/99 3:48p Mikeb
* Remove semi-bogus assert. Handle properly.
*
* 22 6/16/99 10:21a Dave
* Added send-message-list sexpression.
*
* 21 6/14/99 5:19p Dave
*
* 20 6/09/99 3:26p Dave
* Changed zing message for beam weapon deaths.
*
* 19 6/04/99 4:13p Johne
* Made a potentially unsafe normalize safe.
*
* 18 5/21/99 5:03p Andsager
* Add code to display engine wash death. Modify ship_kill_packet
*
* 17 5/18/99 10:08a Andsager
* Modified single maximum range before blown up to also be multi
* friendly.
*
* 16 5/17/99 6:03p Dave
* Added new timing code. Put in code to allow camera speed zooming.
*
* 15 5/11/99 10:16p Andsager
* First pass on engine wash effect. Rotation (control input), damage,
* shake.
*
* 14 4/23/99 12:01p Johnson
* Added SIF_HUGE_SHIP
*
* 13 3/30/99 5:40p Dave
* Fixed reinforcements for TvT in multiplayer.
*
* 12 3/28/99 5:58p Dave
* Added early demo code. Make objects move. Nice and framerate
* independant, but not much else. Don't use yet unless you're me :)
*
* 11 3/10/99 6:50p Dave
* Changed the way we buffer packets for all clients. Optimized turret
* fired packets. Did some weapon firing optimizations.
*
* 10 2/26/99 6:01p Andsager
* Add sexp has-been-tagged-delay and cap-subsys-cargo-known-delay
*
* 9 2/21/99 6:02p Dave
* Fixed standalone WSS packets.
*
* 8 1/30/99 1:29a Dave
* Fixed nebula thumbnail problem. Full support for 1024x768 choose pilot
* screen. Fixed beam weapon death messages.
*
* 7 1/14/99 6:06p Dave
* 100% full squad logo support for single player and multiplayer.
*
* 6 1/12/99 5:45p Dave
* Moved weapon pipeline in multiplayer to almost exclusively client side.
* Very good results. Bandwidth goes down, playability goes up for crappy
* connections. Fixed object update problem for ship subsystems.
*
* 5 12/10/98 10:54a Dave
* Fixed problem where a mission ended in multiplayer and a player was
* dead. There was an Int3() when getting player eye-point.
*
* 4 11/12/98 12:13a Dave
* Tidied code up for multiplayer test. Put in network support for flak
* guns.
*
* 3 10/13/98 9:29a Dave
* Started neatening up freespace.h. Many variables renamed and
* reorganized. Added AlphaColors.[h,cpp]
*
* 2 10/07/98 10:53a Dave
* Initial checkin.
*
* 1 10/07/98 10:50a Dave
*
* 219 6/30/98 2:16p Dave
* Revised object update system. Removed updates for all weapons. Put
* button info back into control info packet.
*
* 218 6/09/98 5:17p Lawrance
* French/German localization
*
* 217 6/09/98 10:31a Hoffoss
* Created index numbers for all xstr() references. Any new xstr() stuff
* added from here on out should be added to the end if the list. The
* current list count can be found in FreeSpace.cpp (search for
* XSTR_SIZE).
*
* 216 6/01/98 11:43a John
* JAS & MK: Classified all strings for localization.
*
* 215 5/22/98 11:27a Hoffoss
* Fixed the bank when pressed bug where you continue to turn while using
* it.
*
* 214 5/19/98 8:19p Lawrance
* Make mouse invert work
*
* 213 5/19/98 12:19p Mike
* Cheat codes!
*
* 212 5/18/98 2:50p Lawrance
* Change text for when warp drive is inoperable
*
* 211 5/18/98 1:58a Mike
* Make Phoenix not be fired at fighters (but yes bombers).
* Improve positioning of ships in guard mode.
* Make turrets on player ship not fire near end of support ship docking.
*
* 210 5/17/98 1:43a Dave
* Eradicated chatbox problems. Remove speed match for observers. Put in
* help screens for PXO. Fix messaging and end mission privelges. Fixed
* team select screen bugs. Misc UI fixes.
*
* 209 5/15/98 2:41p Hoffoss
* Made mouse default to off (for flying ship) and fixed some new pilot
* init bugs.
*
* 208 5/15/98 1:14p Hoffoss
* Added a deadzone to ends of abs throttle range.
*
* 207 5/14/98 5:32p Hoffoss
* Improved axis binding code some more.
*
* 206 5/13/98 11:55a Frank
* Fixed bug with axis 2 and 3 not working correctly.
*
* 205 5/13/98 1:17a Hoffoss
* Added joystick axes configurability.
*
* 204 5/11/98 5:29p Hoffoss
* Added mouse button mapped to joystick button support.
*
* 203 5/11/98 12:01p Hoffoss
* Changed mouse sensitivity code to approx. double top limit while
* keeping low limit the same.
*
* 202 5/09/98 4:52p Lawrance
* Implement padlock view (up/rear/left/right)
*
* 201 5/08/98 5:35p Lawrance
* only allow cargo inspection if sensors are ok
*
* 200 5/08/98 5:31p Hoffoss
* Isolated the joystick force feedback code more from dependence on other
* libraries.
*
* 199 5/07/98 6:58p Hoffoss
* Made changes to mouse code to fix a number of problems.
*
* 198 5/06/98 12:02a Hoffoss
* Fixed throttle problems with joysticks.
*
* 197 5/05/98 8:38p Hoffoss
* Added sensitivity adjustment to options menu and made it save to pilot
* file.
*
* 196 5/05/98 1:33p Hoffoss
* Changed mouse formula around a little.
*
* 195 5/04/98 11:08p Hoffoss
* Expanded on Force Feedback code, and moved it all into Joy_ff.cpp.
* Updated references everywhere to it.
*
* 194 5/01/98 5:45p Hoffoss
* Made further improvements to the mouse code.
*
* 193 5/01/98 4:24p Lawrance
* Play error sound if player tries to engage afterburner when none are on
* ship
*
* 192 5/01/98 1:14p Hoffoss
* Changed mouse usage so directInput is only used for release version.
*
* 191 4/30/98 9:12p Hoffoss
* Fixed a questionable precidence issue to be known.
*
* 190 4/30/98 5:40p Hoffoss
* Added mouse as a supported control to fly the ship.
*
* 189 4/29/98 1:44p Lawrance
* Fix bug that would cause primaries to be linked when returning from a
* menu in-game (if primaries were linked at mission start)
*
* 188 4/25/98 4:36p Lawrance
* init auto_advance field when pilot is created
*
* 187 4/25/98 3:49p Lawrance
* Save briefing auto-advance pref
*
* 186 4/18/98 9:52p Mike
* Don't restore player flags from save file in training mission, as it
* enables auto-target to persist.
*
* 185 4/17/98 11:16a Allender
* use short callsign when showing player name in cargo area of target
* info box
*
* 184 4/09/98 12:32a Lawrance
* Fix bugs related to multiple screams from same ship, builtin messages
* playing after screams, or praising while severly damaged.
*
* 183 4/08/98 7:11p Dave
* Fix auto-targeting and auto-matching reset after player respawn.
* Removed incorrect call to furball update if in a non-furball game.
*
* 182 4/08/98 11:11a Hoffoss
* Fixed some bugs that showed up due to fixing other bugs the other day
* with controls.
*
* 181 4/08/98 10:46a Lawrance
* fix uninitialized data warning
*
* 180 4/06/98 11:00a Hoffoss
* Fixed bank when pressed key to also be usable with keyboard yaw
* controls.
*
* 179 4/05/98 7:43p Lawrance
* fix up saving/restoring of link status and auto-target/match-speed.
*
* 178 4/01/98 7:42p Lawrance
* Enable auto-targeting by default when a new pilot is created.
*
* 177 4/01/98 1:31p Allender
* don't play all alone message in multiplayer
*
* 176 3/31/98 11:47p Lawrance
*
* 175 3/31/98 5:18p John
* Removed demo/save/restore. Made NDEBUG defined compile. Removed a
* bunch of debug stuff out of player file. Made model code be able to
* unload models and malloc out only however many models are needed.
*
*
* 174 3/30/98 12:19a Lawrance
* Make scan time a property of a ship
*
* 173 3/24/98 4:25p Lawrance
* Make finding out if player killed self easier and more reliable
*
* 172 3/23/98 12:28p Hoffoss
* Fixed +/-5% throttle controls to actually do 5%, rather than whatever
* the heck it was doing before.
*
* 171 3/21/98 3:35p Lawrance
* Fix joystick turning in external view
*
* 170 3/19/98 5:35p Lawrance
* Correctly inform player if killed by ship explosion.
*
* 169 3/18/98 6:04p Lawrance
* change text for warp destroyed message
*
* 168 3/18/98 12:03p John
* Marked all the new strings as externalized or not.
*
* 167 3/16/98 5:54p Lawrance
* Play cargo scanning sound
*
* 166 3/14/98 4:58p Lawrance
* surpress HUD messages for auto-match speed
*
* 165 3/11/98 12:11p Mike
* Increase max speed to enable warpout even if ship has little energy
* directed towards engines.
*
* 164 3/11/98 11:19a Mike
* Quick fix since I completely broke warping out.
*
* 163 3/11/98 9:08a Mike
* Intermediate checkin to resolve link errors. Working on forcing
* player's engine energy high enough to enable warpout.
*
* 162 3/10/98 5:08p Allender
* fixed up multiplayer death messages (I hope). changes in object update
* packets
*
* 161 3/09/98 4:30p Allender
* multiplayer secondary weapon changes. red-alert and cargo-known-delay
* sexpressions. Add time cargo revealed to ship structure
*
* 160 3/07/98 3:49p Lawrance
* store killer species in player struct
*
* 159 3/05/98 10:16p Lawrance
* Add 'save_flags' to player struct to save/restore certain player flags
* cleanly.
*
* 158 2/28/98 7:03p Lawrance
* get slew working in any view
*
* 157 2/26/98 12:33a Lawrance
* Added back slew mode, lots of changes to external and chase views.
*
* 156 2/23/98 6:54p Lawrance
* Make interface to real-time voice more generic and useful.
*
* 155 2/22/98 4:30p John
* More string externalization classification
*
* 154 2/22/98 3:56p Lawrance
* Make external view a toggle like chase view. Allow extenal view to
* override chase view.
*
* 153 2/22/98 2:48p John
* More String Externalization Classification
*
* 152 2/20/98 8:30p Lawrance
* Play 'all alone' message when player is last ship left and primary
* objective is incomplete.
*
* 151 2/19/98 5:30p Lawrance
* Allow player turrets to fire automatically.
*
* 150 2/16/98 7:33p Lawrance
* add function to determine range of current secondary weapon
*
* 149 2/15/98 9:51p Sandeep
* AL: Check for 'Player 1' as a ship name when displaying the death
* message
*
* 148 2/14/98 4:41p Lawrance
* Add some new fields to keep track of how the player died.
*
* 147 2/11/98 9:53a John
* Put in a real fix to the bug with not resetting joystick time between
* missions
*
* 146 2/10/98 9:29p Mike
* Hack-fix bug with joystick reading not being allowed in 2nd playthrough
* of a mission until time exceeds duration of previous mission.
*
* 145 2/10/98 1:15p John
* Made the joystick only read at 10Hz max
*
* 144 2/06/98 4:31p Lawrance
* revamp radar code, allow dim radar dots
*
* 143 2/06/98 3:48p Allender
* added code to clear out control info for multiplayer clients so they
* don't accidentally start firing all the time
*
* 142 2/06/98 12:13a Lawrance
* Don't play throttle sounds when using analog throttle.
*
* 141 2/05/98 10:41a Lawrance
* Scale frequency of 'good kill' messages by skill level.
*
* 140 2/02/98 4:24p Lawrance
* Only inspect cargo and transport in single player.
*
* 139 2/02/98 4:12p Allender
* fixed bug I introduced with multiplayer callsigns displaying in cargo
* spot
*
* $NoKeywords: $
*/
#include "pstypes.h"
#include "physics.h"
#include "key.h"
#include "joy.h"
#include "Joy_ff.h"
#include "mouse.h"
#include "fix.h"
#include "floating.h"
#include "object.h"
#include "player.h"
#include "HUD.h"
#include "HUDTarget.h"
#include "HUDTargetbox.h"
#include "Ship.h"
#include "FreeSpace.h"
#include "ControlsConfig.h"
#include "Sound.h"
#include "GameSnd.h"
#include "MissionShipChoice.h"
#include "Afterburner.h"
#include "Timer.h"
#include "GameSequence.h"
#include "MissionMessage.h"
#include "MultiUtil.h"
#include "LinkList.h"
#include "MissionGoals.h"
#include "HUDSquadMsg.h"
#include "multi_obj.h"
#include "observer.h"
////////////////////////////////////////////////////////////
// Global object and other interesting player type things
////////////////////////////////////////////////////////////
player Players[MAX_PLAYERS];
int Player_num;
player *Player = NULL;
physics_info Descent_physics; // used when we want to control the player like the descent ship
////////////////////////////////////////////////////////////
// Module data
////////////////////////////////////////////////////////////
static int Player_all_alone_msg_inited=0; // flag used for initalizing a player-specific voice msg
#ifndef NDEBUG
int Show_killer_weapon = 0;
DCF_BOOL( show_killer_weapon, Show_killer_weapon );
#endif
void playercontrol_read_stick(int *axis, float frame_time);
void player_set_padlock_state();
// Slew angles chase towards zero like they're on a spring.
// When furthest away, move fastest.
// Minimum speed set so that doesn't take too long.
// When gets close, clamps to zero.
void chase_angles_to_zero(angles *ap)
{
float k1, k2;
float sk;
// Make sure we actually need to do all this math.
if ((ap->p == 0.0f) && (ap->h == 0.0f))
return;
// This is what we'll scale each value by.
sk = 1.0f - 2*flFrametime;
// These are the amounts that will be subtracted from pitch and heading.
// They are only needed to make sure we aren't moving too slowly.
k1 = fl_abs(ap->p * (1.0f - sk));
k2 = fl_abs(ap->h * (1.0f - sk));
// See if the larger dimension of movement is too small.
// If so, boost amount of movement in both dimensions.
if (k1 >= k2) {
if (k1 < flFrametime)
sk = 1.0f - (1.0f - sk) * flFrametime/k1;
} else if (k2 > k1) {
if (k2 < flFrametime)
sk = 1.0f - (1.0f - sk) * flFrametime/k2;
}
// It's possible we made the scale factor negative above.
if (sk < 0.0f)
sk = 0.0f;
ap->p *= sk;
ap->h *= sk;
// If we're very close, put ourselves at goal.
if ((fl_abs(ap->p) < 0.005f) && (fl_abs(ap->h) < 0.005f)) {
ap->p = 0.0f;
ap->h = 0.0f;
}
// Update Viewer_mode based on whether we're looking dead ahead.
if ((ap->p == 0.0f) && (ap->b == 0.0f) && (ap->h == 0.0f))
Viewer_mode &= ~VM_SLEWED;
else
Viewer_mode |= VM_SLEWED;
}
angles Viewer_slew_angles_delta;
angles Viewer_external_angles_delta;
void view_modify(angles *ma, angles *da, float minv, float maxv, int slew, float frame_time)
{
int axis[JOY_NUM_AXES];
float t;
if ( (!slew) && (Viewer_mode & VM_EXTERNAL) && (Viewer_mode & VM_EXTERNAL_CAMERA_LOCKED) ) {
return;
}
if ( Viewer_mode & VM_EXTERNAL ) {
t = (check_control_timef(YAW_LEFT) - check_control_timef(YAW_RIGHT)) / 16.0f;
} else {
t = (check_control_timef(YAW_RIGHT) - check_control_timef(YAW_LEFT)) / 16.0f;
}
if (t != 0.0f)
da->h += t;
else
da->h = 0.0f;
t = (check_control_timef(PITCH_FORWARD) - check_control_timef(PITCH_BACK)) / 16.0f;
if (t != 0.0f)
da->p += t;
else
da->p = 0.0f;
da->b = 0.0f;
playercontrol_read_stick(axis, frame_time);
if ( Viewer_mode & VM_EXTERNAL ) {
// check the heading on the x axis
da->h -= f2fl( axis[0] );
} else {
// check the heading on the x axis
da->h += f2fl( axis[0] );
}
// check the pitch on the y axis
da->p -= f2fl( axis[1] );
if (da->h > 1.0f)
da->h = 1.0f;
else if (da->h < -1.0f)
da->h = -1.0f;
if (da->p > 1.0f)
da->p = 1.0f;
else if (da->p < -1.0f)
da->p = -1.0f;
ma->p += da->p * flFrametime;
ma->b += da->b * flFrametime;
ma->h += da->h * flFrametime;
if (ma->p > maxv)
ma->p = maxv;
else if (ma->p < minv)
ma->p = minv;
if (ma->h > maxv)
ma->h = maxv;
else if (ma->h < minv)
ma->h = minv;
}
// When PAD0 is pressed, keypad controls viewer direction slewing.
void do_view_slew(float frame_time)
{
view_modify(&Viewer_slew_angles, &Viewer_slew_angles_delta, -PI/3, PI/3, 1, frame_time);
if ((Viewer_slew_angles.p == 0.0f) && (Viewer_slew_angles.b == 0.0f) && (Viewer_slew_angles.h == 0.0f))
Viewer_mode &= ~VM_SLEWED;
else
Viewer_mode |= VM_SLEWED;
}
void do_view_chase(float frame_time)
{
float t;
// Process centering key.
if (check_control_timef(VIEW_CENTER)) {
Viewer_chase_info.distance = 0.0f;
}
t = check_control_timef(VIEW_DIST_INCREASE) - check_control_timef(VIEW_DIST_DECREASE);
Viewer_chase_info.distance += t*4;
if (Viewer_chase_info.distance < 0.0f)
Viewer_chase_info.distance = 0.0f;
}
float camera_zoom_scale = 1.0f;
DCF(camera_speed, "")
{
dc_get_arg(ARG_FLOAT);
camera_zoom_scale = Dc_arg_float;
}
void do_view_external(float frame_time)
{
float t;
view_modify(&Viewer_external_info.angles, &Viewer_external_angles_delta, -2*PI, 2*PI, 0, frame_time);
// Process centering key.
if (check_control_timef(VIEW_CENTER)) {
Viewer_external_info.angles.p = 0.0f;
Viewer_external_info.angles.h = 0.0f;
Viewer_external_info.distance = 0.0f;
}
t = check_control_timef(VIEW_DIST_INCREASE) - check_control_timef(VIEW_DIST_DECREASE);
Viewer_external_info.distance += t*4*camera_zoom_scale;
if (Viewer_external_info.distance < 0.0f){
Viewer_external_info.distance = 0.0f;
}
// Do over-the-top correction.
if (Viewer_external_info.angles.p > PI)
Viewer_external_info.angles.p = -2*PI + Viewer_external_info.angles.p;
else if (Viewer_external_info.angles.p < -PI)
Viewer_external_info.angles.p = 2*PI + Viewer_external_info.angles.p;
if (Viewer_external_info.angles.h > PI)
Viewer_external_info.angles.h = -2*PI + Viewer_external_info.angles.h;
else if (Viewer_external_info.angles.h < -PI)
Viewer_external_info.angles.h = 2*PI + Viewer_external_info.angles.h;
}
// separate out the reading of thrust keys, so we can call this from external
// view as well as from normal view
void do_thrust_keys(control_info *ci)
{
ci->forward = check_control_timef(FORWARD_THRUST) - check_control_timef(REVERSE_THRUST);
}
// called by single and multiplayer modes to reset information inside of control info structure
void player_control_reset_ci( control_info *ci )
{
float t1, t2, oldspeed;
t1 = ci->heading;
t2 = ci->pitch;
oldspeed = ci->forward_cruise_percent;
memset( ci, 0, sizeof(control_info) );
ci->heading = t1;
ci->pitch = t2;
ci->forward_cruise_percent = oldspeed;
}
// Read the 4 joystick axis. This is its own function
// because we only want to read it at a certain rate,
// since it takes time.
static int Joystick_saved_reading[JOY_NUM_AXES];
static int Joystick_last_reading = -1;
void playercontrol_read_stick(int *axis, float frame_time)
{
int i;
#ifndef NDEBUG
// Make sure things get reset properly between missions.
if ( (Joystick_last_reading != -1) && (timestamp_until(Joystick_last_reading) > 1000) ) {
Int3(); // Get John! John, the joystick last reading didn't get reset btwn levels.
Joystick_last_reading = -1;
}
#endif
if ( (Joystick_last_reading == -1) || timestamp_elapsed(Joystick_last_reading) ) {
// Read the stick
control_get_axes_readings(&Joystick_saved_reading[0], &Joystick_saved_reading[1], &Joystick_saved_reading[2], &Joystick_saved_reading[3], &Joystick_saved_reading[4]);
Joystick_last_reading = timestamp( 1000/10 ); // Read 10x per second, like we did in Descent.
}
for (i=0; i<NUM_JOY_AXIS_ACTIONS; i++) {
axis[i] = Joystick_saved_reading[i];
}
if (Use_mouse_to_fly) {
int dx, dy, dz;
float factor;
// factor = (float) Mouse_sensitivity + 2.5f;
// factor = factor * factor / frame_time / 1.2f;
factor = (float) Mouse_sensitivity + 1.77f;
factor = factor * factor / frame_time / 0.6f;
mouse_get_delta(&dx, &dy, &dz);
if ( Invert_axis[0] ) {
dx = -dx;
}
if ( Invert_axis[1] ) {
dy = -dy;
}
if ( Invert_axis[3] ) {
dz = -dz;
}
axis[0] += (int) ((float) dx * factor);
axis[1] += (int) ((float) dy * factor);
axis[3] += (int) ((float) dz * factor);
}
}
void read_keyboard_controls( control_info * ci, float frame_time, physics_info *pi )
{
float kh=0.0f, scaled, newspeed, delta, oldspeed;
int axis[JOY_NUM_AXES], ignore_pitch, slew_active=0;
static int afterburner_last = 0;
static float analog_throttle_last = 9e9f;
static int override_analog_throttle = 0;
int ok_to_read_ci_pitch_yaw=1;
oldspeed = ci->forward_cruise_percent;
player_control_reset_ci( ci );
if ( check_control(VIEW_SLEW) ) {
do_view_slew(frame_time);
slew_active=1;
}
if ( Viewer_mode & VM_EXTERNAL ) {
control_used(VIEW_EXTERNAL);
if ( !(Viewer_mode & VM_EXTERNAL_CAMERA_LOCKED) ) {
ok_to_read_ci_pitch_yaw=0;
slew_active=0;
}
do_view_external(frame_time);
do_thrust_keys(ci);
}
if ( !slew_active ) {
if ( Viewer_mode & VM_CHASE ) {
do_view_chase(frame_time);
}
}
if ( ok_to_read_ci_pitch_yaw ) {
// From keyboard...
if ( check_control(BANK_WHEN_PRESSED) ) {
ci->bank = check_control_timef(BANK_LEFT) + check_control_timef(YAW_LEFT) - check_control_timef(YAW_RIGHT) - check_control_timef(BANK_RIGHT);
ci->heading = 0.0f;
} else {
kh = (check_control_timef(YAW_RIGHT) - check_control_timef(YAW_LEFT)) / 8.0f;
if (kh == 0.0f) {
ci->heading = 0.0f;
} else if (kh > 0.0f) {
if (ci->heading < 0.0f)
ci->heading = 0.0f;
} else { // kh < 0
if (ci->heading > 0.0f)
ci->heading = 0.0f;
}
ci->bank = check_control_timef(BANK_LEFT) - check_control_timef(BANK_RIGHT);
}
ci->heading += kh;
kh = (check_control_timef(PITCH_FORWARD) - check_control_timef(PITCH_BACK)) / 8.0f;
if (kh == 0.0f) {
ci->pitch = 0.0f;
} else if (kh > 0.0f) {
if (ci->pitch < 0.0f)
ci->pitch = 0.0f;
} else { // kh < 0
if (ci->pitch > 0.0f)
ci->pitch = 0.0f;
}
ci->pitch += kh;
ci->sideways = (key_down_timef(KEY_PAD3) - key_down_timef(KEY_PAD1));
ci->vertical = (key_down_timef(KEY_PADPLUS) - key_down_timef(KEY_PADENTER));
do_thrust_keys(ci);
}
if ( !slew_active ) {
chase_angles_to_zero(&Viewer_slew_angles);
}
player_set_padlock_state();
if (!(Game_mode & GM_DEAD)) {
if ( button_info_query(&Player->bi, ONE_THIRD_THROTTLE) ) {
control_used(ONE_THIRD_THROTTLE);
player_clear_speed_matching();
if ( Player->ci.forward_cruise_percent < 33.3f ) {
snd_play( &Snds[SND_THROTTLE_UP], 0.0f );
} else if ( Player->ci.forward_cruise_percent > 33.3f ) {
snd_play( &Snds[SND_THROTTLE_DOWN], 0.0f );
}
Player->ci.forward_cruise_percent = 33.3f;
override_analog_throttle = 1;
}
if ( button_info_query(&Player->bi, TWO_THIRDS_THROTTLE) ) {
control_used(TWO_THIRDS_THROTTLE);
player_clear_speed_matching();
if ( Player->ci.forward_cruise_percent < 66.6f ) {
snd_play( &Snds[SND_THROTTLE_UP], 0.0f );
} else if (Player->ci.forward_cruise_percent > 66.6f) {
snd_play( &Snds[SND_THROTTLE_DOWN], 0.0f );
}
Player->ci.forward_cruise_percent = 66.6f;
override_analog_throttle = 1;
}
// if ( button_info_query(&Player->bi, PLUS_5_PERCENT_THROTTLE) ) {
// control_used(PLUS_5_PERCENT_THROTTLE);
// Player->ci.forward_cruise_percent += (100.0f/Player_ship->current_max_speed);
// }
if ( button_info_query(&Player->bi, PLUS_5_PERCENT_THROTTLE) ) {
control_used(PLUS_5_PERCENT_THROTTLE);
Player->ci.forward_cruise_percent += 5.0f;
if (Player->ci.forward_cruise_percent > 100.0f)
Player->ci.forward_cruise_percent = 100.0f;
}
// if ( button_info_query(&Player->bi, MINUS_5_PERCENT_THROTTLE) ) {
// control_used(MINUS_5_PERCENT_THROTTLE);
// Player->ci.forward_cruise_percent -= (100.0f/Player_ship->current_max_speed);
// }
if ( button_info_query(&Player->bi, MINUS_5_PERCENT_THROTTLE) ) {
control_used(MINUS_5_PERCENT_THROTTLE);
Player->ci.forward_cruise_percent -= 5.0f;
if (Player->ci.forward_cruise_percent < 0.0f)
Player->ci.forward_cruise_percent = 0.0f;
}
if ( button_info_query(&Player->bi, ZERO_THROTTLE) ) {
control_used(ZERO_THROTTLE);
player_clear_speed_matching();
if ( ci->forward_cruise_percent > 0.0f && Player_obj->phys_info.fspeed > 0.5) {
snd_play( &Snds[SND_ZERO_THROTTLE], 0.0f );
}
ci->forward_cruise_percent = 0.0f;
override_analog_throttle = 1;
}
if ( button_info_query(&Player->bi, MAX_THROTTLE) ) {
control_used(MAX_THROTTLE);
player_clear_speed_matching();
if ( ci->forward_cruise_percent < 100.0f ) {
snd_play( &Snds[SND_FULL_THROTTLE], 0.0f );
}
ci->forward_cruise_percent = 100.0f;
override_analog_throttle = 1;
}
// AL 12-29-97: If afterburner key is down, player should have full forward thrust (even if afterburners run out)
if ( check_control(AFTERBURNER) ) {
ci->forward = 1.0f;
}
if ( Player->flags & PLAYER_FLAGS_MATCH_TARGET ) {
if ( (Player_ai->last_target == Player_ai->target_objnum) && (Player_ai->target_objnum != -1) && ( ci->forward_cruise_percent == oldspeed) ) {
float tspeed, pmax_speed;
tspeed = Objects[Player_ai->target_objnum].phys_info.fspeed;
// maybe need to get speed from docked partner
if ( tspeed < MATCH_SPEED_THRESHOLD ) {
ai_info *aip;
Assert(Objects[Player_ai->target_objnum].type == OBJ_SHIP);
aip = &Ai_info[Ships[Objects[Player_ai->target_objnum].instance].ai_index];
if ( aip->ai_flags & AIF_DOCKED ) {
Assert( aip->dock_objnum != -1 );
tspeed = Objects[aip->dock_objnum].phys_info.fspeed;
}
}
// Note, if closer than 100 units, scale down speed a bit. Prevents repeated collisions. -- MK, 12/17/97
float dist = vm_vec_dist(&Player_obj->pos, &Objects[Player_ai->target_objnum].pos);
if (dist < 100.0f) {
tspeed = tspeed * (0.5f + dist/200.0f);
}
//pmax_speed = Ship_info[Ships[Player_obj->instance].ship_info_index].max_speed;
pmax_speed = Ships[Player_obj->instance].current_max_speed;
ci->forward_cruise_percent = (tspeed / pmax_speed) * 100.0f;
override_analog_throttle = 1;
// if ( ci->forward_cruise_percent > 100.0f )
// HUD_printf ("Cannot travel that fast. Setting throttle to full.");
// mprintf(("forward -- %7.3f\n", ci->forward_cruise_percent));
} else
Player->flags &= ~PLAYER_FLAGS_MATCH_TARGET;
}
// player_read_joystick();
// code to read joystick axis for pitch/heading. Code to read joystick buttons
// fo1r bank.
if ( !(Game_mode & GM_DEAD) ) {
playercontrol_read_stick(axis, frame_time);
} else {
axis[0] = axis[1] = axis[2] = axis[3] = axis[4] = 0;
}
ignore_pitch = FALSE;
if (Axis_map_to[JOY_HEADING_AXIS] >= 0) {
// check the heading on the x axis
if ( check_control(BANK_WHEN_PRESSED) ) {
delta = f2fl( axis[JOY_HEADING_AXIS] );
if ( (delta > 0.05f) || (delta < -0.05f) ) {
ci->bank -= delta;
ignore_pitch = TRUE;
}
} else {
ci->heading += f2fl( axis[JOY_HEADING_AXIS] );
}
}
// check the pitch on the y axis
if (Axis_map_to[JOY_PITCH_AXIS] >= 0)
ci->pitch -= f2fl( axis[JOY_PITCH_AXIS] );
if (Axis_map_to[JOY_BANK_AXIS] >= 0) {
ci->bank -= f2fl( axis[JOY_BANK_AXIS] ) * 1.5f;
}
// axis 2 is for throttle
if (Axis_map_to[JOY_ABS_THROTTLE_AXIS] >= 0) {
scaled = (float) axis[JOY_ABS_THROTTLE_AXIS] * 1.2f / (float) F1_0 - 0.1f; // convert to -0.1 - 1.1 range
oldspeed = ci->forward_cruise_percent;
// scaled = (scaled + 1.0f) / 1.85f;
newspeed = (1.0f - scaled) * 100.0f;
delta = analog_throttle_last - newspeed;
if (!override_analog_throttle || (delta < -1.5f) || (delta > 1.5f)) {
ci->forward_cruise_percent = newspeed;
analog_throttle_last = newspeed;
override_analog_throttle = 0;
/*
// AL 1-5-98: don't play throttle sounds when using analog control
if ( (oldspeed < 1.0f) && (newspeed >= 1.0f) )
snd_play( &Snds[SND_THROTTLE_UP], 0.0f );
else if ( (oldspeed < 66.6f) && (newspeed >= 66.6f) )
snd_play( &Snds[SND_THROTTLE_UP], 0.0f );
else if ( (oldspeed < 33.3f) && (newspeed >= 33.3f) )
snd_play( &Snds[SND_THROTTLE_UP], 0.0f );
else if ( (oldspeed > 99.0f) && (newspeed <= 99.0f) )
snd_play( &Snds[SND_THROTTLE_DOWN], 0.0f );
else if ( (oldspeed > 33.3f) && (newspeed <= 33.3f) )
snd_play( &Snds[SND_THROTTLE_DOWN], 0.0f );
else if ( (oldspeed > 66.6f) && (newspeed <= 66.6f) )
snd_play( &Snds[SND_THROTTLE_DOWN], 0.0f );
*/
}
}
if (Axis_map_to[JOY_REL_THROTTLE_AXIS] >= 0)
ci->forward_cruise_percent += f2fl(axis[JOY_REL_THROTTLE_AXIS]) * 100.0f * frame_time;
if ( ci->forward_cruise_percent > 100.0f )
ci->forward_cruise_percent = 100.0f;
if ( ci->forward_cruise_percent < 0.0f )
ci->forward_cruise_percent = 0.0f;
// set up the firing stuff. Read into control info ala Descent so that weapons will be
// created during the object simulation phase, and not immediately as was happening before.
//keyboard: fire the current primary weapon
if (check_control(FIRE_PRIMARY)) {
ci->fire_primary_count++;
// if we're a multiplayer client, set our accum bits now
// if((Game_mode & GM_MULTIPLAYER) && (Net_player != NULL) && !(Net_player->flags & NETINFO_FLAG_AM_MASTER) && !(Netgame.debug_flags & NETD_FLAG_CLIENT_FIRING)){
// if((Game_mode & GM_MULTIPLAYER) && (Net_player != NULL) && !(Net_player->flags & NETINFO_FLAG_AM_MASTER) && !(Netgame.debug_flags & NETD_FLAG_CLIENT_FIRING)){
// Net_player->s_info.accum_buttons |= OOC_FIRE_PRIMARY;
// }
}
// mouse: fire the current primary weapon
// ci->fire_primary_count += mouse_down(1);
// for debugging, check to see if the debug key is down -- if so, make fire the debug laser instead
#ifndef NDEBUG
if ( keyd_pressed[KEY_DEBUG_KEY] ) {
ci->fire_debug_count = ci->fire_primary_count;
ci->fire_primary_count = 0;
}
#endif
// keyboard: fire the current secondary weapon
if (check_control(FIRE_SECONDARY)) {
ci->fire_secondary_count++;
// if we're a multiplayer client, set our accum bits now
if((Game_mode & GM_MULTIPLAYER) && (Net_player != NULL) && !(Net_player->flags & NETINFO_FLAG_AM_MASTER)){
Net_player->s_info.accum_buttons |= OOC_FIRE_SECONDARY;
}
}
// keyboard: launch countermeasures
if ( button_info_query(&Player->bi, LAUNCH_COUNTERMEASURE) ) {
control_used(LAUNCH_COUNTERMEASURE);
ci->fire_countermeasure_count++;
hud_gauge_popup_start(HUD_CMEASURE_GAUGE);
// if we're a multiplayer client, set our accum bits now
// if((Game_mode & GM_MULTIPLAYER) && (Net_player != NULL) && !(Net_player->flags & NETINFO_FLAG_AM_MASTER) && !(Netgame.debug_flags & NETD_FLAG_CLIENT_FIRING)){
// Net_player->s_info.accum_buttons |= OOC_FIRE_COUNTERMEASURE;
// }
}
// see if the afterburner has been started (keyboard + joystick)
if (check_control(AFTERBURNER)) {
if (!afterburner_last) {
Assert(Player_ship);
if ( !(Ship_info[Player_ship->ship_info_index].flags & SIF_AFTERBURNER) ) {
gamesnd_play_error_beep();
} else {
ci->afterburner_start = 1;
}
}
afterburner_last = 1;
} else {
if (afterburner_last)
ci->afterburner_stop = 1;
afterburner_last = 0;
}
}
if ( (Viewer_mode & VM_EXTERNAL) || slew_active ) {
if ( !(Viewer_mode & VM_EXTERNAL_CAMERA_LOCKED) || slew_active ) {
ci->heading=0.0f;
ci->pitch=0.0f;
ci->bank=0.0f;
}
}
}
void read_player_controls(object *objp, float frametime)
{
// if (Game_mode & GM_DEAD)
// return;
joy_ff_adjust_handling((int) objp->phys_info.speed);
{
switch( Player->control_mode ) {
case PCM_SUPERNOVA:
break;
case PCM_NORMAL:
read_keyboard_controls(&(Player->ci), frametime, &objp->phys_info );
break;
case PCM_WARPOUT_STAGE1: // Accelerate to 40 km/s
case PCM_WARPOUT_STAGE2: // Go 40 km/s steady up to the effect
case PCM_WARPOUT_STAGE3: // Go 40 km/s steady through the effect
memset(&(Player->ci), 0, sizeof(control_info) ); // set the controls to 0
if ( (objp->type == OBJ_SHIP) && (!(Game_mode & GM_DEAD)) ) {
Warpout_time += flFrametime;
if ( Warpout_forced ) {
Ships[objp->instance].current_max_speed = TARGET_WARPOUT_SPEED*2.0f;
float diff = TARGET_WARPOUT_SPEED-objp->phys_info.fspeed;
if ( diff < 0.0f ) diff = 0.0f;
Player->ci.forward = ((TARGET_WARPOUT_SPEED+diff) / Ships[objp->instance].current_max_speed);
} else {
int warp_failed=0;
// check if warp ability has been disabled
if ( Ships[objp->instance].flags & ( SF_WARP_BROKEN|SF_WARP_NEVER ) ) {
HUD_sourced_printf(HUD_SOURCE_HIDDEN, XSTR( "Cannot warp out at this time.", 81));
warp_failed=1;
} else {
int can_warp = 0;
if ( (!warp_failed) && (Ships[objp->instance].current_max_speed >= TARGET_WARPOUT_SPEED) ) {
can_warp = 1;
} else {
if (Ship_info[Ships[objp->instance].ship_info_index].max_overclocked_speed < TARGET_WARPOUT_SPEED) {
// Cannot go fast enough, so abort sequence.
warp_failed=1;
HUD_sourced_printf(HUD_SOURCE_HIDDEN, XSTR( "Unable to engage warp... ship must be able to reach %.1f km/s", 82), TARGET_WARPOUT_SPEED );
can_warp = 0;
} else {
Ships[objp->instance].current_max_speed = TARGET_WARPOUT_SPEED + 5.0f;
//Ships[objp->instance].current_max_speed = Ship_info[Ships[objp->instance].ship_info_index].max_overclocked_speed;
can_warp = 1;
}
}
if (can_warp) {
float diff = TARGET_WARPOUT_SPEED-objp->phys_info.fspeed;
if ( diff < 0.0f )
diff = 0.0f;
Player->ci.forward = ((TARGET_WARPOUT_SPEED+diff) / Ships[objp->instance].current_max_speed);
}
}
if ( warp_failed ) {
snd_play(&Snds[SND_PLAYER_WARP_FAIL]);
gameseq_post_event( GS_EVENT_PLAYER_WARPOUT_STOP );
}
}
if ( Player->control_mode == PCM_WARPOUT_STAGE1 ) {
// Wait at least 3 seconds before making sure warp speed is set.
if ( Warpout_time>MINIMUM_PLAYER_WARPOUT_TIME ) {
// If we are going around 5% of the target speed, progress to next stage
float diff = fl_abs(objp->phys_info.fspeed - TARGET_WARPOUT_SPEED )/TARGET_WARPOUT_SPEED;
if ( diff < TARGET_WARPOUT_MATCH_PERCENT ) {
gameseq_post_event( GS_EVENT_PLAYER_WARPOUT_DONE_STAGE1 );
}
}
}
}
break;
}
}
// the ships maximum velocity now depends on the energy flowing to engines
if(objp->type != OBJ_OBSERVER){
objp->phys_info.max_vel.z = Ships[objp->instance].current_max_speed;
}
if(Player_obj->type == OBJ_SHIP){
// only read player control info if player ship is not dead
if ( !(Ships[Player_obj->instance].flags & SF_DYING) ) {
vector wash_rot;
if ((Ships[objp->instance].wash_intensity > 0) && !((Player->control_mode == PCM_WARPOUT_STAGE1) || (Player->control_mode == PCM_WARPOUT_STAGE2) || (Player->control_mode == PCM_WARPOUT_STAGE3)) ) {
float intensity = 0.3f * min(Ships[objp->instance].wash_intensity, 1.0f);
vm_vec_copy_scale(&wash_rot, &Ships[objp->instance].wash_rot_axis, intensity);
physics_read_flying_controls( &objp->orient, &objp->phys_info, &(Player->ci), flFrametime, &wash_rot);
} else {
physics_read_flying_controls( &objp->orient, &objp->phys_info, &(Player->ci), flFrametime);
}
}
} else if(Player_obj->type == OBJ_OBSERVER){
physics_read_flying_controls(&objp->orient,&objp->phys_info,&(Player->ci), flFrametime);
}
}
void player_controls_init()
{
static int initted = 0;
if (initted)
return;
initted = 1;
physics_init( &Descent_physics );
Descent_physics.flags |= PF_ACCELERATES | PF_SLIDE_ENABLED;
Viewer_slew_angles_delta.p = 0.0f;
Viewer_slew_angles_delta.b = 0.0f;
Viewer_slew_angles_delta.h = 0.0f;
}
// Clear current speed matching and auto-speed matching flags
void player_clear_speed_matching()
{
if ( !Player ) {
Int3(); // why is Player NULL?
return;
}
Player->flags &= ~PLAYER_FLAGS_MATCH_TARGET;
Player->flags &= ~PLAYER_FLAGS_AUTO_MATCH_SPEED;
}
// function which computes the forward_thrust_time needed for the player ship to match
// velocities with the currently selected target
// input: no_target_text => default parm (NULL), used to override HUD output when no target exists
// match_off_text => default parm (NULL), used to overide HUD output when matching toggled off
// match_on_text => default parm (NULL), used to overide HUD output when matching toggled on
void player_match_target_speed(char *no_target_text, char *match_off_text, char *match_on_text)
{
if ( Objects[Player_ai->target_objnum].type != OBJ_SHIP ) {
return;
}
// multiplayer observers can't match target speed
if((Game_mode & GM_MULTIPLAYER) && (Net_player != NULL) && ((Net_player->flags & NETINFO_FLAG_OBSERVER) || (Player_obj->type == OBJ_OBSERVER)) ){
return;
}
if ( Player_ai->target_objnum == -1) {
if ( no_target_text ) {
if ( no_target_text[0] ) {
HUD_sourced_printf(HUD_SOURCE_HIDDEN, no_target_text );
}
} else {
// HUD_sourced_printf(HUD_SOURCE_HIDDEN, XSTR("No currently selected target.",-1) );
}
return;
}
if ( Player->flags & PLAYER_FLAGS_MATCH_TARGET ) {
Player->flags &= ~PLAYER_FLAGS_MATCH_TARGET;
if ( match_off_text ) {
if ( match_off_text[0] ) {
HUD_sourced_printf(HUD_SOURCE_HIDDEN, match_off_text );
}
} else {
// HUD_sourced_printf(HUD_SOURCE_HIDDEN, XSTR("No longer matching speed with current target.",-1) );
}
} else {
int can_match=0;
if ( Objects[Player_ai->target_objnum].phys_info.speed > MATCH_SPEED_THRESHOLD ) {
can_match=1;
} else {
// account for case of matching speed with docked ship
ai_info *aip;
aip = &Ai_info[Ships[Objects[Player_ai->target_objnum].instance].ai_index];
if ( aip->ai_flags & AIF_DOCKED ) {
Assert( aip->dock_objnum != -1 );
if ( Objects[aip->dock_objnum].phys_info.fspeed > MATCH_SPEED_THRESHOLD ) {
can_match=1;
}
}
}
if ( can_match ) {
Player->flags |= PLAYER_FLAGS_MATCH_TARGET;
if ( match_on_text ) {
if ( match_on_text[0] ) {
HUD_sourced_printf(HUD_SOURCE_HIDDEN, match_on_text );
}
} else {
// HUD_sourced_printf(HUD_SOURCE_HIDDEN, XSTR("Matching speed with current target.",-1) );
}
}
}
}
//#ifndef NDEBUG
// toggle_player_object toggles between the player objects (i.e. the ship they are currently flying)
// and a descent style ship.
int use_descent = 0;
LOCAL physics_info phys_save;
void toggle_player_object()
{
if ( use_descent ) {
memcpy( &Player_obj->phys_info, &phys_save, sizeof(physics_info) );
} else {
memcpy( &phys_save, &Player_obj->phys_info, sizeof(physics_info) );
memcpy( &Player_obj->phys_info, &Descent_physics, sizeof(physics_info) );
}
use_descent = !use_descent;
HUD_sourced_printf(HUD_SOURCE_HIDDEN, NOX("Using %s style physics for player ship."), use_descent ? NOX("DESCENT") : NOX("FreeSpace"));
}
//#endif // ifndef NDEBUG
// Init the data required for determining whether 'all alone' message should play
void player_init_all_alone_msg()
{
ship_obj *so;
object *objp;
Player->check_for_all_alone_msg=timestamp(0);
// See if there are any friendly ships present, if so return without preventing msg
for ( so = GET_FIRST(&Ship_obj_list); so != END_OF_LIST(&Ship_obj_list); so = GET_NEXT(so) ) {
objp = &Objects[so->objnum];
if ( objp == Player_obj ) {
continue;
}
if ( Ships[objp->instance].team == Player_ship->team ) {
if ( !(Ship_info[Ships[objp->instance].ship_info_index].flags & SIF_HARMLESS) ) {
return;
}
}
}
// There must be no friendly ships present, so prevent the 'all alone' message from ever playing
Player->flags |= PLAYER_FLAGS_NO_CHECK_ALL_ALONE_MSG;
}
// Called when a new pilot is created
void player_set_pilot_defaults(player *p)
{
// Enable auto-targeting by default for all new pilots
p->flags |= PLAYER_FLAGS_AUTO_TARGETING;
p->save_flags |= PLAYER_FLAGS_AUTO_TARGETING;
p->auto_advance = 1;
}
// Store some player preferences to Player->save_flags
void player_save_target_and_weapon_link_prefs()
{
Player->save_flags = 0;
if ( Player->flags & PLAYER_FLAGS_AUTO_TARGETING ) {
Player->save_flags |= PLAYER_FLAGS_AUTO_TARGETING;
}
if ( Player->flags & PLAYER_FLAGS_AUTO_MATCH_SPEED ) {
// multiplayer observers can't match target speed
if(!((Game_mode & GM_MULTIPLAYER) && (Net_player != NULL) && ((Net_player->flags & NETINFO_FLAG_OBSERVER) || (Player_obj->type == OBJ_OBSERVER))) ){
Player->save_flags |= PLAYER_FLAGS_AUTO_MATCH_SPEED;
}
}
// if we're in multiplayer mode don't do this because we will desync ourselves with the server
if(!(Game_mode & GM_MULTIPLAYER)){
if ( Player_ship->flags & SF_PRIMARY_LINKED ) {
Player->save_flags |= PLAYER_FLAGS_LINK_PRIMARY;
} else {
Player->flags &= ~PLAYER_FLAGS_LINK_PRIMARY;
}
if ( Player_ship->flags & SF_SECONDARY_DUAL_FIRE ) {
Player->save_flags |= PLAYER_FLAGS_LINK_SECONDARY;
} else {
Player->flags &= ~PLAYER_FLAGS_LINK_SECONDARY;
}
}
}
// Store some player preferences to Player->save_flags
void player_restore_target_and_weapon_link_prefs()
{
// Don't restores the save flags in training, as we must ensure certain things are off, such as speed matching.
if ( !(The_mission.game_type & MISSION_TYPE_TRAINING )) {
Player->flags |= Player->save_flags;
}
if ( Player->flags & PLAYER_FLAGS_LINK_PRIMARY ) {
if ( Player_ship->weapons.num_primary_banks > 1 ) {
Player_ship->flags |= SF_PRIMARY_LINKED;
}
}
if ( Player->flags & PLAYER_FLAGS_LINK_SECONDARY ) {
Player_ship->flags |= SF_SECONDARY_DUAL_FIRE;
}
}
// initialize player statistics on a per mission basis
void player_level_init()
{
Player->flags = PLAYER_FLAGS_STRUCTURE_IN_USE; // reset the player flags
Player->flags |= Player->save_flags;
memset(&(Player->ci), 0, sizeof(control_info) ); // set the controls to 0
Viewer_slew_angles.p = 0.0f; Viewer_slew_angles.b = 0.0f; Viewer_slew_angles.h = 0.0f;
Viewer_external_info.angles.p = 0.0f;
Viewer_external_info.angles.b = 0.0f;
Viewer_external_info.angles.h = 0.0f;
Viewer_external_info.distance = 0.0f;
Viewer_mode = 0;
Player_obj = NULL;
Player_ship = NULL;
Player_ai = NULL;
// Init variables for friendly fire monitoring.
Player->friendly_last_hit_time = 0;
Player->friendly_hits = 0;
Player->friendly_damage = 0.0f;
Player->last_warning_message_time = 0;
Player->control_mode = PCM_NORMAL;
Player->allow_warn_timestamp = 1; // init timestamp that is used for managing attack warnings sent to player
Player->check_warn_timestamp = 1;
Player->warn_count = 0; // number of attack warnings player has received this mission
Player->distance_warning_count = 0; // Number of warning too far from origin
Player->distance_warning_time = 0; // Time at which last warning was given
Player->praise_count = 0; // number of praises player has received this mission
Player->allow_praise_timestamp = 1; // timestamp until next praise is allowed
Player->praise_delay_timestamp = 0; // timstamp used to delay praises given to the player
Player->ask_help_count = 0; // number of times player has been asked for help by wingmen
Player->allow_ask_help_timestamp = 1; // timestamp until next ask_help is allowed
Player->scream_count = 0; // number of times player has heard wingman screams this mission
Player->allow_scream_timestamp = 1; // timestamp until next wingman scream is allowed
Player->request_repair_timestamp = 1; // timestamp until next 'requesting repair sir' message can be played
Player->repair_sound_loop = -1;
Player->cargo_scan_loop = -1;
Player->cargo_inspect_time = 0; // time that current target's cargo has been inspected for
Player->target_is_dying = -1; // The player target is dying, set to -1 if no target
Player->current_target_sx = -1; // Screen x-pos of current target (or subsystem if applicable)
Player->current_target_sy = -1; // Screen y-pos of current target (or subsystem if applicable)
Player->target_in_lock_cone = -1; // Is the current target in secondary weapon lock cone?
Player->locking_subsys=NULL; // Subsystem pointer that missile lock is trying to seek
Player->locking_on_center=0; // boolean, whether missile lock is trying for center of ship or not
Player->locking_subsys_parent=-1;
Player->killer_objtype=-1; // type of object that killed player
Player->killer_weapon_index; // weapon used to kill player (if applicable)
Player->killer_parent_name[0]=0; // name of parent object that killed the player
Player_all_alone_msg_inited=0;
Player->flags &= ~PLAYER_FLAGS_NO_CHECK_ALL_ALONE_MSG;
// Player->insignia_bitmap = -1;
Joystick_last_reading = -1; // Make the joystick read right away.
}
// player_init() initializes global veriables once a game -- needed because of mallocing that
// goes on in structures in the player file
void player_init()
{
Player_num = 0;
Player = &Players[Player_num];
Player->num_campaigns = 0;
Player->flags |= PLAYER_FLAGS_STRUCTURE_IN_USE;
Player->failures_this_session = 0;
Player->show_skip_popup = (ubyte) 1;
}
// stop any looping sounds associated with the Player, called from game_stop_looped_sounds().
void player_stop_looped_sounds()
{
Assert(Player);
if ( Player->repair_sound_loop > -1 ) {
snd_stop(Player->repair_sound_loop);
Player->repair_sound_loop = -1;
}
if ( Player->cargo_scan_loop > -1 ) {
snd_stop(Player->cargo_scan_loop);
Player->cargo_scan_loop = -1;
}
}
// Start the repair sound if it hasn't already been started. Called when a player ship is being
// repaired by a support ship
void player_maybe_start_repair_sound()
{
Assert(Player);
if ( Player->repair_sound_loop == -1 ) {
Player->repair_sound_loop = snd_play_looping( &Snds[SND_SHIP_REPAIR] );
}
}
// stop the player repair sound if it is already playing
void player_stop_repair_sound()
{
Assert(Player);
if ( Player->repair_sound_loop != -1 ) {
snd_stop(Player->repair_sound_loop);
Player->repair_sound_loop = -1;
}
}
// start the cargo scanning sound if it hasn't already been started
void player_maybe_start_cargo_scan_sound()
{
Assert(Player);
if ( Player->cargo_scan_loop == -1 ) {
Player->cargo_scan_loop = snd_play_looping( &Snds[SND_CARGO_SCAN] );
}
}
// stop the player repair sound if it is already playing
void player_stop_cargo_scan_sound()
{
Assert(Player);
if ( Player->cargo_scan_loop != -1 ) {
snd_stop(Player->cargo_scan_loop);
Player->cargo_scan_loop = -1;
}
}
// See if there is a praise message to deliver to the player. We want to delay the praise messages
// a bit, to make them more realistic
//
// exit: 1 => a praise message was delivered to the player, or a praise is pending
// 0 => no praise is pending
#define PLAYER_ALLOW_PRAISE_INTERVAL 60000 // minimum time between praises
int player_process_pending_praise()
{
// in multiplayer, never praise
if(Game_mode & GM_MULTIPLAYER){
return 0;
}
if ( timestamp_elapsed(Player->praise_delay_timestamp) ) {
int ship_index;
Player->praise_delay_timestamp = 0;
ship_index = ship_get_random_player_wing_ship( SHIP_GET_NO_PLAYERS, 1000.0f );
if ( ship_index >= 0 ) {
// Only praise if above 50% integrity
if ( Objects[Ships[ship_index].objnum].hull_strength/Ship_info[Ships[ship_index].ship_info_index].initial_hull_strength > 0.5f ) {
message_send_builtin_to_player(MESSAGE_PRAISE, &Ships[ship_index], MESSAGE_PRIORITY_HIGH, MESSAGE_TIME_SOON, 0, 0, -1, -1);
Player->allow_praise_timestamp = timestamp(PLAYER_ALLOW_PRAISE_INTERVAL*(Game_skill_level+1) );
Player->allow_scream_timestamp = timestamp(20000); // prevent death scream following praise
Player->praise_count++;
return 1;
}
}
}
if ( Player->praise_delay_timestamp == 0 ) {
return 0;
}
return 1;
}
int player_inspect_cap_subsys_cargo(float frametime, char *outstr);
// See if the player should be inspecting cargo, and update progress.
// input: frametime => time since last frame in seconds
// input: outstr => (output parm) holds string that HUD should display
//
// exit: 1 => player should display outstr on HUD
// 0 => don't display cargo on HUD
int player_inspect_cargo(float frametime, char *outstr)
{
object *cargo_objp;
ship *cargo_sp;
ship_info *cargo_sip;
vector vec_to_cargo;
float dot;
outstr[0] = 0;
if ( Player_ai->target_objnum < 0 ) {
return 0;
}
cargo_objp = &Objects[Player_ai->target_objnum];
Assert(cargo_objp->type == OBJ_SHIP);
cargo_sp = &Ships[cargo_objp->instance];
cargo_sip = &Ship_info[cargo_sp->ship_info_index];
if (cargo_sip->flags & SIF_HUGE_SHIP) {
return player_inspect_cap_subsys_cargo(frametime, outstr);
}
// check if target is ship class that can be inspected
// MWA -- 1/27/98 -- added fighters/bombers to this list. For multiplayer, we
// want to show callsign of player
// scannable cargo behaves differently. Scannable cargo is either "scanned" or "not scanned". This flag
// can be set on any ship. Any ship with this set won't have "normal" cargo behavior
if ( !(cargo_sp->flags & SF_SCANNABLE) ) {
if ( Game_mode & GM_NORMAL ) {
if ( !(cargo_sip->flags & (SIF_CARGO|SIF_TRANSPORT)) ) {
return 0;
}
} else {
if ( !(cargo_sip->flags & (SIF_CARGO|SIF_TRANSPORT|SIF_FIGHTER|SIF_BOMBER)) ) {
return 0;
}
}
// won't show callsign information for single player games
if ( (Game_mode & GM_MULTIPLAYER) && !((cargo_sip->flags & (SIF_FIGHTER|SIF_BOMBER)) && (cargo_objp->flags & OF_PLAYER_SHIP)) )
return 0;
}
// if cargo is already revealed
if ( cargo_sp->flags & SF_CARGO_REVEALED ) {
if ( !(cargo_sp->flags & SF_SCANNABLE) ) {
char *cargo_name;
cargo_name = Cargo_names[cargo_sp->cargo1 & CARGO_INDEX_MASK];
Assert ( cargo_name );
if ( cargo_sip->flags & (SIF_CARGO|SIF_TRANSPORT) ) {
if ( cargo_name[0] == '#' )
sprintf(outstr, XSTR( "passengers:\n %s", 83), cargo_name+1 );
else
sprintf(outstr,XSTR( "cargo: %s", 84), cargo_name );
} else {
int pn;
Assert( Game_mode & GM_MULTIPLAYER );
// get a player num from the object, then get a callsign from the player structure.
pn = multi_find_player_by_object( cargo_objp );
// Assert( pn != -1 );
if(pn == -1){
strcpy(outstr, "");
} else {
sprintf(outstr, "%s", Net_players[pn].player->short_callsign );
}
}
} else {
sprintf(outstr, XSTR( "Scanned", 85) );
}
// always bash cargo_inspect_time to 0 since AI ships can reveal cargo that we
// are in the process of scanning
Player->cargo_inspect_time = 0;
return 1;
}
// see if player is within inspection range
if ( Player_ai->current_target_distance < max(CARGO_REVEAL_MIN_DIST, (cargo_objp->radius+CARGO_RADIUS_DELTA)) ) {
// check if player is facing cargo, do not proceed with inspection if not
vm_vec_normalized_dir(&vec_to_cargo, &cargo_objp->pos, &Player_obj->pos);
dot = vm_vec_dot(&vec_to_cargo, &Player_obj->orient.fvec);
if ( dot < CARGO_MIN_DOT_TO_REVEAL ) {
if ( !(cargo_sp->flags & SF_SCANNABLE) )
sprintf(outstr,XSTR( "cargo: <unknown>", 86));
else
sprintf(outstr,XSTR( "not scanned", 87));
hud_targetbox_end_flash(TBOX_FLASH_CARGO);
Player->cargo_inspect_time = 0;
return 1;
}
// player is facing the cargo, and withing range, so proceed with inspection
if ( hud_sensors_ok(Player_ship, 0) ) {
Player->cargo_inspect_time += fl2i(frametime*1000+0.5f);
}
if ( !(cargo_sp->flags & SF_SCANNABLE) )
sprintf(outstr,XSTR( "cargo: inspecting", 88));
else
sprintf(outstr,XSTR( "scanning", 89));
if ( Player->cargo_inspect_time > cargo_sip->scan_time ) {
ship_do_cargo_revealed( cargo_sp );
snd_play( &Snds[SND_CARGO_REVEAL], 0.0f );
Player->cargo_inspect_time = 0;
}
} else {
if ( !(cargo_sp->flags & SF_SCANNABLE) )
sprintf(outstr,XSTR( "cargo: <unknown>", 86));
else
sprintf(outstr,XSTR( "not scanned", 87));
}
return 1;
}
// exit: 1 => player should display outstr on HUD
// 0 => don't display cargo on HUD
int player_inspect_cap_subsys_cargo(float frametime, char *outstr)
{
object *cargo_objp;
ship *cargo_sp;
ship_info *cargo_sip;
vector vec_to_cargo;
float dot;
ship_subsys *subsys;
outstr[0] = 0;
subsys = Player_ai->targeted_subsys;
if ( subsys == NULL ) {
return 0;
}
cargo_objp = &Objects[Player_ai->target_objnum];
Assert(cargo_objp->type == OBJ_SHIP);
cargo_sp = &Ships[cargo_objp->instance];
cargo_sip = &Ship_info[cargo_sp->ship_info_index];
Assert(cargo_sip->flags & SIF_HUGE_SHIP);
if ( !(cargo_sp->flags & SF_SCANNABLE) ) {
return 0;
}
// dont scan cargo on turrets, radar, etc. only the majors: fighterbay, sensor, engines, weapons, nav, comm
if (!valid_cap_subsys_cargo_list(subsys->system_info->name)) {
return 0;
}
// if cargo is already revealed
if ( subsys->subsys_cargo_revealed ) {
char *cargo_name;
if (subsys->subsys_cargo_name == -1) {
cargo_name = XSTR("Nothing", 1493);
} else {
cargo_name = Cargo_names[subsys->subsys_cargo_name];
}
Assert ( cargo_name );
sprintf(outstr,XSTR( "cargo: %s", 84), cargo_name );
// always bash cargo_inspect_time to 0 since AI ships can reveal cargo that we
// are in the process of scanning
Player->cargo_inspect_time = 0;
return 1;
}
// see if player is within inspection range [ok for subsys]
vector subsys_pos;
float subsys_rad;
int subsys_in_view, x, y;
get_subsystem_world_pos(cargo_objp, Player_ai->targeted_subsys, &subsys_pos);
subsys_rad = subsys->system_info->radius;
if ( Player_ai->current_target_distance < max(CAP_CARGO_REVEAL_MIN_DIST, (subsys_rad + CAPITAL_CARGO_RADIUS_DELTA)) ) {
// check if player is facing cargo, do not proceed with inspection if not
vm_vec_normalized_dir(&vec_to_cargo, &subsys_pos, &Player_obj->pos);
dot = vm_vec_dot(&vec_to_cargo, &Player_obj->orient.fvec);
int hud_targetbox_subsystem_in_view(object *target_objp, int *sx, int *sy);
subsys_in_view = hud_targetbox_subsystem_in_view(cargo_objp, &x, &y);
if ( (dot < CARGO_MIN_DOT_TO_REVEAL) || (!subsys_in_view) ) {
sprintf(outstr,XSTR( "cargo: <unknown>", 86));
hud_targetbox_end_flash(TBOX_FLASH_CARGO);
Player->cargo_inspect_time = 0;
return 1;
}
// player is facing the cargo, and withing range, so proceed with inspection
if ( hud_sensors_ok(Player_ship, 0) ) {
Player->cargo_inspect_time += fl2i(frametime*1000+0.5f);
}
sprintf(outstr,XSTR( "cargo: inspecting", 88));
if ( Player->cargo_inspect_time > cargo_sip->scan_time ) {
void ship_do_cap_subsys_cargo_revealed( ship *shipp, ship_subsys *subsys, int from_network );
ship_do_cap_subsys_cargo_revealed( cargo_sp, subsys, 0);
snd_play( &Snds[SND_CARGO_REVEAL], 0.0f );
Player->cargo_inspect_time = 0;
}
} else {
sprintf(outstr,XSTR( "cargo: <unknown>", 86));
}
return 1;
}
// get the maximum weapon range for the player (of both primary and secondary)
float player_farthest_weapon_range()
{
float prange,srange;
hud_get_best_primary_bank(&prange);
srange=ship_get_secondary_weapon_range(Player_ship);
return max(prange,srange);
}
// Determine text name for the weapon that killed the player.
// input: weapon_info_index => weapon type that killed the player (can be -1 if no weapon involved)
// killer_species => species of ship that fired weapon
// weapon_name => output parameter... stores weapon name generated in this function
void player_generate_killer_weapon_name(int weapon_info_index, int killer_species, char *weapon_name)
{
if ( weapon_info_index < 0 ) {
return;
}
#ifndef NDEBUG
if ( Show_killer_weapon ) {
killer_species = SPECIES_TERRAN;
}
#endif
switch ( killer_species ) {
case SPECIES_TERRAN:
strcpy(weapon_name, Weapon_info[weapon_info_index].name);
break;
default:
if ( Weapon_info[weapon_info_index].subtype == WP_MISSILE ) {
strcpy(weapon_name, XSTR( "missile", 90));
} else {
strcpy(weapon_name, XSTR( "laser fire", 91));
}
break;
}
}
// function to generate the text for death of a player given the information stored in the player object.
// a pointer to the text is returned
char *player_generate_death_text( player *player_p, char *death_text )
{
char weapon_name[NAME_LENGTH];
weapon_name[0] = 0;
player_generate_killer_weapon_name(player_p->killer_weapon_index, player_p->killer_species, weapon_name);
switch ( player_p->killer_objtype ) {
case OBJ_SHOCKWAVE:
if ( weapon_name[0] ) {
// sprintf(death_text, XSTR("%s was killed by a shockwave from a %s, fired by %s",-1), player_p->callsign, weapon_name, player_p->killer_parent_name);
sprintf(death_text, XSTR( "%s was killed by a missile shockwave", 92), player_p->callsign);
} else {
sprintf(death_text, XSTR( "%s was killed by a shockwave from %s exploding", 93), player_p->callsign, player_p->killer_parent_name);
}
break;
case OBJ_WEAPON:
Assert(weapon_name[0]);
// is this from a friendly ship?
int ship_index;
ship_index = ship_name_lookup(player_p->killer_parent_name, 1);
if((ship_index >= 0) && (Player_ship != NULL) && (Player_ship->team == Ships[ship_index].team)){
sprintf(death_text, XSTR( "%s was killed by friendly fire from %s", 1338), player_p->callsign, player_p->killer_parent_name);
} else {
sprintf(death_text, XSTR( "%s was killed by %s", 94), player_p->callsign, player_p->killer_parent_name);
}
break;
case OBJ_SHIP:
if ( player_p->flags & PLAYER_FLAGS_KILLED_BY_EXPLOSION ) {
sprintf(death_text, XSTR( "%s was killed by a blast from %s exploding", 95), player_p->callsign, player_p->killer_parent_name);
} else if (player_p->flags & PLAYER_FLAGS_KILLED_BY_ENGINE_WASH) {
sprintf(death_text, XSTR( "%s was killed by engine wash from %s", 1494), player_p->callsign, player_p->killer_parent_name);
} else {
sprintf(death_text, XSTR( "%s was killed by a collision with %s", 96), player_p->callsign, player_p->killer_parent_name);
}
break;
case OBJ_DEBRIS:
sprintf(death_text, XSTR( "%s was killed by a collision with debris", 97), player_p->callsign);
break;
case OBJ_ASTEROID:
sprintf(death_text, XSTR( "%s was killed by a collision with an asteroid", 98), player_p->callsign);
break;
case OBJ_BEAM:
if(strlen(player_p->killer_parent_name) <= 0){
Int3();
sprintf(death_text, XSTR( "%s was killed by a beam from an unknown source", 1081), player_p->callsign);
} else {
// is this from a friendly ship?
int ship_index;
ship_index = ship_name_lookup(player_p->killer_parent_name, 1);
if((ship_index >= 0) && (Player_ship != NULL) && (Player_ship->team == Ships[ship_index].team)){
sprintf(death_text, XSTR( "%s was destroyed by friendly beam fire from %s", 1339), player_p->callsign, player_p->killer_parent_name);
} else {
sprintf(death_text, XSTR( "%s was destroyed by a beam from %s", 1082), player_p->callsign, player_p->killer_parent_name);
}
}
break;
default:
sprintf(death_text, XSTR( "%s was killed", 99), player_p->callsign);
break;
}
return death_text;
}
// display what/who killed the player
void player_show_death_message()
{
char death_text[256];
// check if player killed self
if ( Player->flags & PLAYER_KILLED_SELF ) {
// reasons he killed himself
if(Player->flags & PLAYER_FLAGS_KILLED_SELF_SHOCKWAVE){
sprintf(death_text, XSTR( "You have killed yourself with a shockwave from your own weapon", 1421));
}
else if(Player->flags & PLAYER_FLAGS_KILLED_SELF_MISSILES){
sprintf(death_text, XSTR( "You have killed yourself with your own missiles", 1422));
} else {
sprintf(death_text, XSTR( "You have killed yourself", 100));
}
Player->flags &= ~(PLAYER_FLAGS_KILLED_SELF_MISSILES | PLAYER_FLAGS_KILLED_SELF_SHOCKWAVE);
} else {
player_generate_death_text( Player, death_text );
}
HUD_fixed_printf(30.0f, death_text);
}
extern void ai_fire_from_turret(ship *shipp, ship_subsys *ss, int parent_objnum);
// maybe fire a turret that is on a player ship (single or multi)
void player_maybe_fire_turret(object *objp)
{
model_subsystem *psub;
ship_subsys *pss;
ship *shipp = &Ships[objp->instance];
ai_info *aip = &Ai_info[shipp->ai_index];
ship_info *sip = &Ship_info[shipp->ship_info_index];
// do a quick out if this isn't a bomber
if ( !(sip->flags & SIF_BOMBER) ) {
return;
}
if (aip->ai_flags & (AIF_AWAITING_REPAIR | AIF_BEING_REPAIRED)) {
if (aip->dock_objnum > -1) {
if (vm_vec_dist_quick(&objp->pos, &Objects[aip->dock_objnum].pos) < (objp->radius + Objects[aip->dock_objnum].radius) * 1.25f)
return;
}
}
// See if there are any turrets on the ship, if so see if they should fire
for ( pss = GET_FIRST(&shipp->subsys_list); pss !=END_OF_LIST(&shipp->subsys_list); pss = GET_NEXT(pss) ) {
if ( pss->current_hits <= 0.0f )
continue;
psub = pss->system_info;
if ( psub->type == SUBSYSTEM_TURRET ) {
if ( psub->turret_num_firing_points > 0 ) {
ai_fire_from_turret(shipp, pss, OBJ_INDEX(objp));
}
}
}
}
void player_set_next_all_alone_msg_timestamp()
{
Player->check_for_all_alone_msg=timestamp(30000);
}
// maybe play message from Terran Command 'You're all alone now Alpha 1'
void player_maybe_play_all_alone_msg()
{
if ( Game_mode & GM_MULTIPLAYER ){
return;
}
if ( !Player_all_alone_msg_inited ) {
player_init_all_alone_msg();
Player_all_alone_msg_inited=1;
return;
}
if ( Player->flags & PLAYER_FLAGS_NO_CHECK_ALL_ALONE_MSG ) {
return;
}
// only check every N seconds
if ( !timestamp_elapsed(Player->check_for_all_alone_msg) ) {
return;
}
player_set_next_all_alone_msg_timestamp();
// at least one primary objective must be not complete (but not failed)
if ( !mission_goals_incomplete(PRIMARY_GOAL) ) {
Player->flags |= PLAYER_FLAGS_NO_CHECK_ALL_ALONE_MSG;
return;
}
// there must be no reinforcements available, hold off on message
if ( (Player_ship != NULL) && hud_squadmsg_reinforcements_available(Player_ship->team) ) {
return;
}
// there must be no ships present that are on the same team as the player
ship_obj *so;
object *objp;
for ( so = GET_FIRST(&Ship_obj_list); so != END_OF_LIST(&Ship_obj_list); so = GET_NEXT(so) ) {
objp = &Objects[so->objnum];
if ( objp == Player_obj ) {
continue;
}
if ( Ships[objp->instance].team == Player_ship->team ) {
if ( !(Ship_info[Ships[objp->instance].ship_info_index].flags & SIF_HARMLESS) ) {
return;
}
}
}
// met all the requirements, now only play 50% of the time :)
if ( rand()&1 ) {
message_send_builtin_to_player(MESSAGE_ALL_ALONE, NULL, MESSAGE_PRIORITY_HIGH, MESSAGE_TIME_ANYTIME, 0, 0, -1, -1);
}
Player->flags |= PLAYER_FLAGS_NO_CHECK_ALL_ALONE_MSG;
}
void player_set_padlock_state()
{
// clear padlock views
Viewer_mode &= ~(VM_PADLOCK_ANY);
if ( check_control(PADLOCK_UP) ) {
Viewer_mode |= VM_PADLOCK_UP;
return;
}
if ( check_control(PADLOCK_DOWN) ) {
Viewer_mode |= VM_PADLOCK_REAR;
return;
}
if ( check_control(PADLOCK_RIGHT) ) {
Viewer_mode |= VM_PADLOCK_RIGHT;
return;
}
if ( check_control(PADLOCK_LEFT) ) {
Viewer_mode |= VM_PADLOCK_LEFT;
return;
}
}
void player_get_padlock_orient(matrix *eye_orient)
{
Assert(Viewer_mode & VM_PADLOCK_ANY);
matrix old_eye_orient;
old_eye_orient = *eye_orient;
if ( Viewer_mode & VM_PADLOCK_UP ) {
eye_orient->fvec = old_eye_orient.uvec;
vm_vec_copy_scale( &eye_orient->uvec, &old_eye_orient.fvec, -1.0f );
} else if ( Viewer_mode & VM_PADLOCK_REAR ) {
vm_vec_negate(&eye_orient->fvec);
vm_vec_negate(&eye_orient->rvec);
} else if ( Viewer_mode & VM_PADLOCK_LEFT ) {
vm_vec_copy_scale( &eye_orient->fvec, &old_eye_orient.rvec, -1.0f );
eye_orient->rvec = old_eye_orient.fvec;
} else if ( Viewer_mode & VM_PADLOCK_RIGHT ) {
eye_orient->fvec = old_eye_orient.rvec;
vm_vec_copy_scale( &eye_orient->rvec, &old_eye_orient.fvec, -1.0f );
} else {
Int3();
}
}
void player_display_packlock_view()
{
int padlock_view_index=0;
if ( Viewer_mode & VM_PADLOCK_UP ) {
padlock_view_index = 0;
} else if ( Viewer_mode & VM_PADLOCK_REAR ) {
padlock_view_index = 1;
} else if ( Viewer_mode & VM_PADLOCK_LEFT ) {
padlock_view_index = 2;
} else if ( Viewer_mode & VM_PADLOCK_RIGHT ) {
padlock_view_index = 3;
} else {
Int3();
return;
}
char str[128];
if ( !(Viewer_mode & (VM_CHASE|VM_EXTERNAL|VM_SLEWED)) ) {
switch (padlock_view_index) {
case 0:
strcpy(str, XSTR( "top view", 101)); break;
case 1:
strcpy(str, XSTR( "rear view", 102)); break;
case 2:
strcpy(str, XSTR( "left view", 103)); break;
case 3:
strcpy(str, XSTR( "right view", 104)); break;
}
HUD_fixed_printf(0.01f, str);
}
}
// get the player's eye position and orient
// NOTE : this is mostly just copied from game_render_frame_setup()
extern vector Dead_player_last_vel;
extern vector Camera_pos;
extern void compute_slew_matrix(matrix *orient, angles *a);
#define MIN_DIST_TO_DEAD_CAMERA 50.0f
void player_get_eye(vector *eye_pos, matrix *eye_orient)
{
object *viewer_obj;
vector eye_dir;
// if the player object is NULL, return
if(Player_obj == NULL){
return;
}
// standalone servers can bail here
if(Game_mode & GM_STANDALONE_SERVER){
return;
}
// if we're not in-mission, don't do this
if(!(Game_mode & GM_IN_MISSION)){
return;
}
Assert(eye_pos != NULL);
Assert(eye_orient != NULL);
if (Game_mode & GM_DEAD) {
vector vec_to_deader, view_pos;
float dist;
if (Player_ai->target_objnum != -1) {
int view_from_player = 1;
if (Viewer_mode & VM_OTHER_SHIP) {
// View from target.
viewer_obj = &Objects[Player_ai->target_objnum];
if ( viewer_obj->type == OBJ_SHIP ) {
ship_get_eye( eye_pos, eye_orient, viewer_obj );
view_from_player = 0;
}
}
if ( view_from_player ) {
// View target from player ship.
viewer_obj = NULL;
*eye_pos = Player_obj->pos;
vm_vec_normalized_dir(&eye_dir, &Objects[Player_ai->target_objnum].pos, eye_pos);
vm_vector_2_matrix(eye_orient, &eye_dir, NULL, NULL);
}
} else {
dist = vm_vec_normalized_dir(&vec_to_deader, &Player_obj->pos, &Dead_camera_pos);
if (dist < MIN_DIST_TO_DEAD_CAMERA){
dist += flFrametime * 16.0f;
}
vm_vec_scale(&vec_to_deader, -dist);
vm_vec_add(&Dead_camera_pos, &Player_obj->pos, &vec_to_deader);
view_pos = Player_obj->pos;
if (!(Game_mode & GM_DEAD_BLEW_UP)) {
} else if (Player_ai->target_objnum != -1) {
view_pos = Objects[Player_ai->target_objnum].pos;
} else {
// Make camera follow explosion, but gradually slow down.
vm_vec_scale_add2(&Player_obj->pos, &Dead_player_last_vel, flFrametime);
view_pos = Player_obj->pos;
}
*eye_pos = Dead_camera_pos;
vm_vec_normalized_dir(&eye_dir, &Player_obj->pos, eye_pos);
vm_vector_2_matrix(eye_orient, &eye_dir, NULL, NULL);
viewer_obj = NULL;
}
}
// If already blown up, these other modes can override.
if (!(Game_mode & (GM_DEAD | GM_DEAD_BLEW_UP))) {
viewer_obj = Player_obj;
if (Viewer_mode & VM_OTHER_SHIP) {
if (Player_ai->target_objnum != -1){
viewer_obj = &Objects[Player_ai->target_objnum];
}
}
if (Viewer_mode & VM_EXTERNAL) {
matrix tm, tm2;
vm_angles_2_matrix(&tm2, &Viewer_external_info.angles);
vm_matrix_x_matrix(&tm, &viewer_obj->orient, &tm2);
vm_vec_scale_add(eye_pos, &viewer_obj->pos, &tm.fvec, 2.0f * viewer_obj->radius + Viewer_external_info.distance);
vm_vec_sub(&eye_dir, &viewer_obj->pos, eye_pos);
vm_vec_normalize(&eye_dir);
vm_vector_2_matrix(eye_orient, &eye_dir, &viewer_obj->orient.uvec, NULL);
viewer_obj = NULL;
// Modify the orientation based on head orientation.
compute_slew_matrix(eye_orient, &Viewer_slew_angles);
} else if ( Viewer_mode & VM_CHASE ) {
vector move_dir;
if ( viewer_obj->phys_info.speed < 0.1 ){
move_dir = viewer_obj->orient.fvec;
} else {
move_dir = viewer_obj->phys_info.vel;
vm_vec_normalize_safe(&move_dir);
}
vm_vec_scale_add(eye_pos, &viewer_obj->pos, &move_dir, -3.0f * viewer_obj->radius - Viewer_chase_info.distance);
vm_vec_scale_add2(eye_pos, &viewer_obj->orient.uvec, 0.75f * viewer_obj->radius);
vm_vec_sub(&eye_dir, &viewer_obj->pos, eye_pos);
vm_vec_normalize(&eye_dir);
// JAS: I added the following code because if you slew up using
// Descent-style physics, eye_dir and Viewer_obj->orient.uvec are
// equal, which causes a zero-length vector in the vm_vector_2_matrix
// call because the up and the forward vector are the same. I fixed
// it by adding in a fraction of the right vector all the time to the
// up vector.
vector tmp_up = viewer_obj->orient.uvec;
vm_vec_scale_add2( &tmp_up, &viewer_obj->orient.rvec, 0.00001f );
vm_vector_2_matrix(eye_orient, &eye_dir, &tmp_up, NULL);
viewer_obj = NULL;
// Modify the orientation based on head orientation.
compute_slew_matrix(eye_orient, &Viewer_slew_angles);
} else if ( Viewer_mode & VM_WARP_CHASE ) {
*eye_pos = Camera_pos;
ship * shipp = &Ships[Player_obj->instance];
vm_vec_sub(&eye_dir, &shipp->warp_effect_pos, eye_pos);
vm_vec_normalize(&eye_dir);
vm_vector_2_matrix(eye_orient, &eye_dir, &Player_obj->orient.uvec, NULL);
viewer_obj = NULL;
} else {
// get an eye position based upon the correct type of object
switch(viewer_obj->type){
case OBJ_SHIP:
// make a call to get the eye point for the player object
ship_get_eye( eye_pos, eye_orient, viewer_obj );
break;
case OBJ_OBSERVER:
// make a call to get the eye point for the player object
observer_get_eye( eye_pos, eye_orient, viewer_obj );
break;
default :
Int3();
}
}
}
} | [
"RandomSnowTiger@gmail.com"
] | RandomSnowTiger@gmail.com |
2ddde857c297f8414c2821405ef936fcd50c5332 | 5fad228e3a6b36b94ee1c738771d9c93dcbd59b4 | /Src/Server/mainwindow.cpp | 69db0945da82c18f764cb2066acb1eb188fce043 | [] | no_license | outwardconnection/ChatRoom | 9ef6fef48308f8e96f4199710541bd4ca9081637 | 00e74197252129d0b210ef54e5cf842930accb9c | refs/heads/master | 2021-01-11T14:19:19.970189 | 2017-02-08T14:12:59 | 2017-02-08T16:13:09 | 81,348,728 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,760 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include "chatroomserver.h"
#include <QDebug>
#include <QString>
#include <QTime>
#include <QDateTime>
#include "sleepthread.h"
MainWindow::MainWindow(QWidget *parent) :QMainWindow(parent),ui(new Ui::MainWindow)
{
ui->setupUi(this);
QWidget *tmp = new QWidget(this);
tmp->setLayout(ui->mainLayout);
setCentralWidget(tmp);
server = new ChatRoomServer;
ui->endPushButton->setEnabled(false);
connect(server,SIGNAL(serverInfoToGui(QString)),
this,SLOT(serverInfomation(QString)));
connect(this,SIGNAL(endServer()),server,SLOT(endServer()));
connect(server,SIGNAL(aleadyClosed()),this,SLOT(serverAleadyClosed()));
connect(this,SIGNAL(startServer()),server,SLOT(startServer()));
setWindowTitle(QStringLiteral("聊天室伺服器"));
ui->testPushButton->setEnabled(false);
}
MainWindow::~MainWindow(){
delete ui;
}
void MainWindow::on_endPushButton_clicked(){
emit endServer();
}
void MainWindow::serverInfomation(QString info){
ui->infoTextBrowser->append(info);
}
void MainWindow::on_testPushButton_clicked(){
server->test();
}
void MainWindow::on_startPushButton_clicked()
{
ui->startPushButton->setEnabled(false);
emit startServer();
serverRun = true;
ui->endPushButton->setEnabled(true);
}
void MainWindow::closeEvent(QCloseEvent *event){
emit endServer();
forever{
if(!serverRun){
event->accept();
break;
}
//SleepThread::msleep(100);
//QCoreApplication::processEvents();
}
}
void MainWindow::serverAleadyClosed(){
ui->endPushButton->setEnabled(false);
ui->startPushButton->setEnabled(true);
serverRun = false;
}
| [
"outwardconnection@gmail.com"
] | outwardconnection@gmail.com |
01ce5d441ca0df51641078ee0177477c55140265 | 4a11f853732a3801aa5d8c252b63841343e712b3 | /gnomesort_tests.cpp | 1f0173b217e4403c1e382f115a5960d85d0e417a | [] | no_license | zfoteff/FinalProjectCPSC223 | 7c860510993c03ace722c829b2c6b0aba75d6928 | e98a1a8fc2c8e4d98d79a9cda6d252c1caf37012 | refs/heads/master | 2020-09-13T00:28:25.508323 | 2019-12-11T02:04:31 | 2019-12-11T02:04:31 | 222,605,302 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,223 | cpp | #include <iostream>
#include <string>
#include <algorithm>
#include <gtest/gtest.h>
#include "gnomeSort.h"
#include "gnomeSort.cpp"
using namespace std;
TEST(BasicCollectionTest, InsertCorrectly)
{
GnomeSort* c = new GnomeSort(10);
for (int i = 0; i < 10; ++i)
c->insert(i);
}
TEST (BasicCollectionTest, SortCorrectly)
{
GnomeSort* c = new GnomeSort(10);
std::vector<int> sorted_numbers;
for (int i = 10; i > 0; --i)
c->insert(i);
c->sort(sorted_numbers);
for (int i = 0; i < (sorted_numbers.size() - 1); ++i)
ASSERT_LE(sorted_numbers.at(i), sorted_numbers.at(i+1));
}
TEST (BasicCollectionTest, InsertAndSort)
{
GnomeSort* c = new GnomeSort(10);
std::vector<int> sorted_numbers;
for (int i = 10; i > 0; i -= 2)
c->insert(i);
c->sort(sorted_numbers);
for (int i = 0; i < 5; ++i)
ASSERT_LE(sorted_numbers.at(i), sorted_numbers.at(i+1));
for (int i = 9; i > 0; i -= 2)
c->insert(i);
sorted_numbers.clear();
c->sort(sorted_numbers);
for (int i = 0; i < (sorted_numbers.size() - 1); ++i)
ASSERT_LE(sorted_numbers.at(i), sorted_numbers.at(i+1));
}
int main(int argc, char** argv)
{
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
| [
"zfoteff@zagmail.gonzaga.edu"
] | zfoteff@zagmail.gonzaga.edu |
af37b92260549f3bc6b2e7147e4994c1c778edff | 39c92e8c47488f0952079545da214488b7936a12 | /csw/utils/src/csw_stread.cc | 1ad1568c0b15f6f174c7801d859efdfcc76b82be | [] | no_license | glennpinkerton/csw_master | 30c6cfe57af470fcef3380fcf161fd1e2fcfab6c | d2de44e8b576d4023849a9ea2f9360c3ea3abe42 | refs/heads/master | 2018-12-15T13:13:44.865630 | 2018-10-16T12:55:47 | 2018-10-16T12:55:47 | 111,485,829 | 2 | 0 | null | 2018-10-16T12:55:48 | 2017-11-21T02:03:35 | C++ | UTF-8 | C++ | false | false | 6,704 | cc |
/*
************************************************
* *
* Copyright (1997-2017) Glenn Pinkerton. *
* All rights reserved. *
* *
************************************************
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
/*
csw_stread.cc
This file has functions to read arrays of numbers from character
strings.
*/
#include "csw/utils/include/csw_.h"
#define MAXLEN 2000
/*
******************************************************************
c s w _ S t r F l o a t R e a d
******************************************************************
function name: csw_StrFloatRead (int)
call sequence: csw_StrFloatRead (str, fout, nout)
purpose: Read an array of CSW_F numbers from a character
string. The fout array must be large enough to hold all
of the numbers. No bounds checking is done.
return value: status code
0 = memory allocation error
(nout is not changed in this case)
1 = normal successful completion
calling parameters:
str r char* string to read from
fout w CSW_F* CSW_F array to output to
nout w int* number of CSW_Fing point values output
*/
int csw_StrFloatRead (const char *str,
CSW_F *fout,
int *nout)
{
int len, i, nf, freeflag, count;
CSW_F *fptr;
char *tmp;
char local[MAXLEN], *work;
/*
copy str to work string, since it will be destroyed
*/
len = strlen (str);
freeflag = 0;
if (len >= MAXLEN) {
work = (char *)csw_Malloc(len+1);
if (!work) {
return 0;
}
freeflag=1;
}
else {
work = local;
}
strcpy(work, str);
/*
convert white space to blanks
*/
for (i=0; i<len; i++) {
if (isspace((int)(work[i]))) {
work[i] = ' ';
}
}
/*
use strtok along with sscanf to convert the string
*/
fptr = fout;
count = 0;
tmp = strtok(work, ", ");
while (tmp) {
nf = sscanf(tmp, "%lf", fptr);
if (nf == 1) {
fptr++;
count++;
}
tmp = strtok(NULL, ", ");
}
*nout = count;
if (freeflag) {
csw_Free (work);
}
return 1;
} /* end of function csw_StrFloatRead */
/*
******************************************************************
c s w _ S t r I n t R e a d
******************************************************************
function name: csw_StrIntRead (int)
call sequence: csw_StrIntRead (str, iout, nout)
purpose: Read an array of integer numbers from a character
string. The iout array must be large enough to hold all
of the numbers. No bounds checking is done.
return value: status code
0 = memory allocation error
(nout is not changed in this case)
1 = normal successful completion
calling parameters:
str r char* string to read from
iout w int* int array to output to
nout w int* number of CSW_Fing point values output
*/
int csw_StrIntRead (const char *str,
int *iout,
int *nout)
{
int len, i, nf, freeflag, count;
int *iptr;
char *tmp;
char local[MAXLEN], *work;
/*
copy str to work string, since it will be destroyed
*/
len = strlen (str);
freeflag = 0;
if (len >= MAXLEN) {
work = (char *)csw_Malloc(len+1);
if (!work) {
return 0;
}
freeflag=1;
}
else {
work = local;
}
strcpy(work, str);
/*
convert white space to blanks
*/
for (i=0; i<len; i++) {
if (isspace((int)(work[i]))) {
work[i] = ' ';
}
}
/*
use strtok along with sscanf to convert the string
*/
iptr = iout;
count = 0;
tmp = strtok(work, ", ");
while (tmp) {
nf = sscanf(tmp, "%d", iptr);
if (nf == 1) {
iptr++;
count++;
}
tmp = strtok(NULL, ", ");
}
*nout = count;
if (freeflag) {
csw_Free (work);
}
return 1;
} /* end of function csw_StrIntRead */
/*
******************************************************************
c s w _ S t r D o u b l e R e a d
******************************************************************
function name: csw_StrDoubleRead (int)
call sequence: csw_StrDoubleRead (str, fout, nout)
purpose: Read an array of double numbers from a character
string. The fout array must be large enough to hold all
of the numbers. No bounds checking is done.
return value: status code
0 = memory allocation error
(nout is not changed in this case)
1 = normal successful completion
calling parameters:
str r char* string to read from
fout w double* CSW_F array to output to
nout w int* number of CSW_Fing point values output
*/
int csw_StrDoubleRead (const char *str,
double *fout,
int *nout)
{
int len, i, nf, freeflag, count;
double *fptr;
char *tmp;
char local[MAXLEN], *work;
/*
copy str to work string, since it will be destroyed
*/
len = strlen (str);
freeflag = 0;
if (len >= MAXLEN) {
work = (char *)csw_Malloc(len+1);
if (!work) {
return 0;
}
freeflag=1;
}
else {
work = local;
}
strcpy(work, str);
/*
convert white space to blanks
*/
for (i=0; i<len; i++) {
if (isspace((int)(work[i]))) {
work[i] = ' ';
}
}
/*
use strtok along with sscanf to convert the string
*/
fptr = fout;
count = 0;
tmp = strtok(work, ", ");
while (tmp) {
nf = sscanf(tmp, "%lf", fptr);
if (nf == 1) {
fptr++;
count++;
}
tmp = strtok(NULL, ", ");
}
*nout = count;
if (freeflag) {
csw_Free (work);
}
return 1;
} /* end of function csw_StrDoubleRead */
| [
"glennpinkerton@comcast.net"
] | glennpinkerton@comcast.net |
b528a65fde4e5fed7ce8d8164730675ba50128c2 | 3c328af5a83f543f655c612ed3bf5b8e3223d930 | /PageNews.cpp | 57e2d75c8f3b35902a86dc56d77e35158e3013ef | [] | no_license | ducgt/aladADemo | add3b0c60a435c8c674316dea50ca8494a77ea21 | e20a0089777706ccfb58e8c05fca69ca2b8461ff | refs/heads/master | 2021-12-15T00:39:34.466938 | 2017-07-04T11:14:34 | 2017-07-04T11:14:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,270 | cpp | //+------------------------------------------------------------------+
//| MetaTrader 4 Manager API Sample |
//| Copyright 2001-2012, MetaQuotes Software Corp. |
//| http://www.metaquotes.net |
//+------------------------------------------------------------------+
#include "stdafx.h"
#include "ManagerAPISample.h"
#include "PageNews.h"
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
IMPLEMENT_DYNCREATE(CPageNews, CPropertyPageEx)
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
CPageNews::CPageNews() : CPropertyPageEx(CPageNews::IDD)
{
//{{AFX_DATA_INIT(CPageNews)
//}}AFX_DATA_INIT
m_psp.dwFlags&=~PSP_HASHELP;
}
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
CPageNews::~CPageNews()
{
}
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
void CPageNews::DoDataExchange(CDataExchange* pDX)
{
CPropertyPageEx::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CPageNews)
DDX_Control(pDX, IDC_NEWS, m_News);
//}}AFX_DATA_MAP
}
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
BEGIN_MESSAGE_MAP(CPageNews, CPropertyPageEx)
//{{AFX_MSG_MAP(CPageNews)
ON_NOTIFY(LVN_GETDISPINFO, IDC_NEWS, OnGetdispinfoNews)
//}}AFX_MSG_MAP
ON_REGISTERED_MESSAGE(ExtPumpingMsg, OnPumpingMsg)
END_MESSAGE_MAP()
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
BOOL CPageNews::OnInitDialog()
{
CRect rc;
int cx=0;
//---
CPropertyPageEx::OnInitDialog();
//---
m_News.SetExtendedStyle(LVS_EX_FULLROWSELECT);
m_News.GetWindowRect(&rc);
cx=(rc.Width()-::GetSystemMetrics(SM_CXVSCROLL)-::GetSystemMetrics(SM_CXBORDER)*4)/4;
m_News.InsertColumn(0,"Time", LVCFMT_LEFT,cx);
m_News.InsertColumn(1,"Subject", LVCFMT_LEFT,cx*2);
m_News.InsertColumn(2,"Category",LVCFMT_LEFT,cx);
//---
return(TRUE);
}
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
LRESULT CPageNews::OnPumpingMsg(WPARAM wParam,LPARAM)
{
//---
if(wParam==PUMP_UPDATE_NEWS)
{
m_News.SetItemCount(ExtManagerPump->NewsTotal());
}
//---
return(0);
}
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
void CPageNews::OnGetdispinfoNews(NMHDR *pNMHDR,LRESULT *pResult)
{
LV_DISPINFO* pDI=(LV_DISPINFO*)pNMHDR;
if(pResult!=NULL) *pResult=0;
//---
NewsTopic news={0};
char tmp[256]="";
int i=pDI->item.iItem;
if(ExtManagerPump->NewsTopicGet(i,&news)!=RET_OK) return;
//---
if(pDI->item.mask&LVIF_TEXT)
{
switch(pDI->item.iSubItem)
{
case 0: COPY_STR(tmp,news.ctm); break;
case 1: COPY_STR(tmp,news.topic); break;
case 2: COPY_STR(tmp,news.category); break;
default: break;
}
pDI->item.pszText=tmp;
}
//---
}
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
| [
"limooor@yahoo.com"
] | limooor@yahoo.com |
1fb774a1e35b2d14ea9d298bd4780c76c8b826ad | dc9ff6d299c954013afa0a05bd2b1035a767f33b | /includes/HashTableContainer.h | 9593e47a040e5828afe3c03b59c1a05084edefef | [] | no_license | paulpCODE/OOP_EXAM | 97e4c3be6be6ccd44497da69c8756126a462cfd6 | 16f2e0a5e668bda4f4bee569f7857af74547257e | refs/heads/master | 2022-12-08T19:24:57.266980 | 2020-09-02T13:42:17 | 2020-09-02T13:42:17 | 270,102,012 | 0 | 1 | null | 2020-06-09T22:48:01 | 2020-06-06T20:55:59 | C++ | UTF-8 | C++ | false | false | 2,121 | h | #pragma once
#include "MapContainer.h"
template <typename KeyType, typename DataType>
class HashTableAbstractFactory {
public:
HashTable<KeyType, DataType>* createSeparateChainingHT(int size) const {
return new SeparateChainingTable<KeyType, DataType>(size);
}
HashTable<KeyType, DataType>* createLinearProbingHT(int size) const {
return new LinearProbingTable<KeyType, DataType>(size);
}
};
template <typename KeyType, typename DataType>
class HashTableContainer : public Container<KeyType, DataType> {
public:
HashTable<KeyType, DataType>* table;
HashTableContainer(int index, int size) {
HashTableAbstractFactory<KeyType, DataType> factory;
switch (index)
{
case 0:
this->table = factory.createLinearProbingHT(size);
break;
case 1:
this->table = factory.createSeparateChainingHT(size);
break;
default:
throw std::string("Invalid parament");
}
}
bool setValue(KeyType key, DataType* newData);
DataType* getValue(KeyType key);
void addValue(KeyType key, DataType* data);
void remove(KeyType key);
//std::vector<KeyType> getAllKeys();
std::vector<DataType*> getAllValues();
std::vector<std::pair<KeyType, DataType*>> getKeyValuesPairs();
};
template<typename KeyType, typename DataType>
inline bool HashTableContainer<KeyType, DataType>::setValue(KeyType key, DataType* newData)
{
if (table->set(key, newData)) return true;
return false;
}
template<typename KeyType, typename DataType>
inline DataType* HashTableContainer<KeyType, DataType>::getValue(KeyType key)
{
return table->search(key);
}
template<typename KeyType, typename DataType>
inline void HashTableContainer<KeyType, DataType>::addValue(KeyType key, DataType* data)
{
table->insert(key, data);
}
template<typename KeyType, typename DataType>
inline void HashTableContainer<KeyType, DataType>::remove(KeyType key)
{
this->table->remove(key);
}
//template<typename KeyType, typename DataType>
//inline std::vector<KeyType> HashTableContainer<KeyType, DataType>::getAllKeys()
//{
// std::vector<KeyType> res;
//
// for (auto item : table) {
// res.push_back(item.key);
// }
//
// return res;
//}
| [
"dsfomin2@gmail.com"
] | dsfomin2@gmail.com |
42d648ffe590eca8f2dce9741ed7c5a68e1257e2 | dc303cfe42dbb6a0e867877837e2eacc1a899e92 | /Android/QMediaSDK/qmediasdk/jni/QNodeAnimator_Jni.cpp | cfce281dc5abb81e7371260f3c6fa2f18111557c | [] | no_license | Romantic-LiXuefeng/QMedia | 4c28a093fdea7dcfe692ad9bc67260ccf02ed950 | 9c12b351feeedaaa89ecf70cb347e4c10d9350fc | refs/heads/master | 2023-08-26T21:06:13.147571 | 2021-10-20T03:21:07 | 2021-10-20T03:23:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,427 | cpp | //
// Created by spring on 2020/5/20.
//
#include <GraphicCore/GcAnimaNode.h>
#include "JniUtils.h"
#include "j4a_generate/j4a_generate.h"
using GraphicCore::AnimaNode;
#define NATIVE_FUNCTION(retT, name)\
extern "C" JNIEXPORT retT JNICALL Java_com_qmedia_qmediasdk_QGraphic_QNodeAnimator_##name
NATIVE_FUNCTION(jlong, native_1create)(JNIEnv *env, jobject thiz, jstring jproperty, jobject jtimeRang, jobject jbeginPoint, jobject jendPoint,
jint functionType, jboolean repleat ,jstring jname)
{
AnimaNode::Animator* animator = new AnimaNode::Animator();
const char* name = env->GetStringUTFChars(jname, NULL);
animator->_name = std::string(name);
env->ReleaseStringUTFChars(jname, name);
const char* property = env->GetStringUTFChars(jproperty, NULL);
animator->_property = std::string(property);
env->ReleaseStringUTFChars(jproperty, property);
animator->_timeRang._start = J4AC_com_qmedia_qmediasdk_QCommon_QRange__start__get(env, jtimeRang);
animator->_timeRang._end = J4AC_com_qmedia_qmediasdk_QCommon_QRange__end__get(env, jtimeRang);
GraphicCore::Vec4 begin_vec4(J4AC_com_qmedia_qmediasdk_QCommon_QVector__v0__get(env, jbeginPoint),
J4AC_com_qmedia_qmediasdk_QCommon_QVector__v1__get(env, jbeginPoint),
J4AC_com_qmedia_qmediasdk_QCommon_QVector__v2__get(env, jbeginPoint),
J4AC_com_qmedia_qmediasdk_QCommon_QVector__v3__get(env, jbeginPoint));
animator->_beginValue = begin_vec4;
GraphicCore::Vec4 end_vec4(J4AC_com_qmedia_qmediasdk_QCommon_QVector__v0__get(env, jendPoint),
J4AC_com_qmedia_qmediasdk_QCommon_QVector__v1__get(env, jendPoint),
J4AC_com_qmedia_qmediasdk_QCommon_QVector__v2__get(env, jendPoint),
J4AC_com_qmedia_qmediasdk_QCommon_QVector__v3__get(env, jendPoint));
animator->_endValue = end_vec4;
animator->_functionType = (GraphicCore::EaseFunctionType)functionType;
animator->_repleat = repleat;
return reinterpret_cast<jlong>(animator);
}
NATIVE_FUNCTION(void , native_1release)(JNIEnv *env, jobject thiz)
{
AnimaNode::Animator* animator = reinterpret_cast<AnimaNode::Animator*>(JniUtils::getObjectPtr(env, thiz));
if (animator) {
delete animator;
}
JniUtils::setObjectPtr(env, thiz, 0);
} | [
"spring_zhsp@163.com"
] | spring_zhsp@163.com |
37d0eb50f39ab68127b046dd9b6aec744df8ea21 | ea8ee4eb5c066986fe7150720d8f5b8fa8312315 | /Visitor/Element.h | 1711001b76f7f8679bf92cefd7534eb42574d27f | [] | no_license | androidwifi/23Design_Patterns_CPP_Codeblocks | 949158622b22b1e6c7f6b6f661fba534d3956fe3 | ece73eea99c86701c329690a5a18561b79ca389f | refs/heads/master | 2021-05-27T05:47:27.711920 | 2013-10-29T06:28:43 | 2013-10-29T06:28:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 581 | h | #ifndef ELEMENT_H
#define ELEMENT_H
#include <iostream>
class Visitor;
class Element
{
public:
Element();
virtual ~Element();
virtual void Accept(Visitor* vis) = 0;
virtual const std::string GetBlogName() = 0;
protected:
private:
std::string m_sBlogName;
};
class ElementBlog:public Element
{
public:
ElementBlog(std::string BlogName="");
~ElementBlog();
void Accept(Visitor* vis);
const std::string GetBlogName();
private:
std::string m_sBlogName;
};
#endif // ELEMENT_H
| [
"kevinfu1985@gmail.com"
] | kevinfu1985@gmail.com |
9d629fdca93872d4cd46abdadf5c2205757aae46 | ca61145c7dc95f8a7c1cb14ba7b656d848d9c46a | /1375/B.cpp | 7ed34eb2a091fcb320dbd8dcbbd444e18ecb38c4 | [] | no_license | monu18/CODEFORCES-Solutions | 71abcc044a446f6854f24d1e58e1427c104325e7 | 8f0fbadbd1f0a173704a42d1f5b6735eb3cade01 | refs/heads/main | 2021-06-21T02:06:46.268543 | 2021-06-10T17:08:24 | 2021-06-10T17:08:24 | 224,659,662 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,045 | cpp |
#include <bits/stdc++.h>
using namespace std;
#define fast ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0);
#define tc ll t=1; cin>>t; while(t--)
#define ll long long int
#define ld long double
#define ull unsigned long long
#define pll pair<ll,ll>
#define vll std::vector<ll>
#define vpll vector<pll>
#define mll std::map<ll,ll>
#define mpll std:map<pll,ll>
#define p1(x) cout <<x<<"\n";
#define p2(x,y) cout <<x<<" "<<y<<"\n";
#define p3(x,y,z) cout <<x<<" "<<y<<" "<<z<<"\n";
#define p4(x,y,z,w) cout <<x<<" "<<y<<" "<<z<<" "<<w<<"\n";
#define trace(x) cout<<#x<<": "<<x<<" "<<"\n";
#define trace2(x,y) cout<<#x<<": "<<x<<" | "<<#y<<": "<<y<<"\n";
#define trace3(x,y,z) cout<<#x<<":" <<x<<" | "<<#y<<": "<<y<<" | "<<#z<<": "<<z<<"\n";
#define trace4(a,b,c,d) cout<<#a<<": "<<a<<" | "<<#b<<": "<<b<<" | "<<#c<<": "<<c<<" | "<<#d<<": "<<d<<"\n";
#define nL cout<<"\n";
#define lp(i,l,r) for (long long int i = l; i < r; i++)
#define lpr(i,r,l) for (long long int i = r-1; i >=l ; i--)
#define mem(a,x) memset(a,x,sizeof(a)) //set elements of array to some value
#define pi 3.1415926535897932384626
#define mod 1000000007
#define big 1e18
#define small -big
#define mp(a, b) make_pair(a, b)
#define pb(x) push_back(x)
#define ff first
#define ss second
#define siz 256
#define leadzero(a) __builtin_clz(a) // count leading zeroes
#define trailzero(a) __builtin_ctz(a) // count trailing zeroes
#define bitcount(a) __builtin_popcount(a) // count set bits
#define all(v) v.begin(),v.end()
#define lps(v,x) (lower_bound(all(v),x)-v.begin())
#define ups(v,x) (upper_bound(all(v),x)-v.begin())
#define ina(a,n) ll a[n]; lp(i,0,n) cin>>a[i];
#define ona(a,n) lp(i,0,n) cout<<a[i]<<" ";
//#########################################################################################
// modulo Multiplication
ll moduloMultiplication(ll a, ll b, ll zz)
{
ll res = 0;
a %= mod;
while (b)
{
if (b & 1)
res = (res + a) % zz;
a = (2 * a) % zz;
b >>= 1;
}
return res;
}
//###########################################################################################
ll convert(string s)
{
bool o = true ;
ll ans = 0 ;
for(ll i=0;i<s.length();i++)
{
ans = ans*10 + (s[i]-48) ;
}
return ans ;
}
//###########################################################################################
//function to calculate a^b under mod...
ll powmod(ll a,ll b, ll modulo)
{
if(b==0 || a==1) return 1;
ll half=powmod(a,(b/2),modulo) % modulo;
ll full = (half*half)%modulo;
if(b%2) return (full*a)%modulo;
return full%modulo;
}
//###########################################################################################
//function to calculate inverse modulo under mod...assuming gcd is 1
ll invmod(ll a,ll modulo)
{
ll check=powmod(a,modulo-2,modulo) %modulo;
return check;
}
//###########################################################################################
ll max(ll a,ll b)
{
if (a>b) {
/* code */
return a;
}
return b;
}
//###########################################################################################
ll min(ll a,ll b)
{
if (a<b) {
/* code */
return a;
}
return b;
}
//###########################################################################################
ll minn(ll a,ll b, ll c)
{
if (a<b) {
/* code */
return min(a,c);
}
else
{
return min(b,c);
}
}
//###########################################################################################
ll maxx(ll a,ll b, ll c)
{
if (a<b) {
/* code */
return max(b,c);
}
else
{
return max(a,c);
}
}
//###########################################################################################
ll min(ll a,int b)
{
if (a<b) return a;
return b;
}
//###########################################################################################
ll min(int a,ll b)
{
if (a<b) return a;
return b;
}
//###########################################################################################
ll max(ll a,int b)
{
if (a>b) return a;
return b;
}
//###########################################################################################
ll max(int a,ll b)
{
if (a>b) return a;
return b;
}
//###########################################################################################
ll gcd(ll a,ll b)
{
if (b==0) return a;
return gcd(b,a%b);
}
//###########################################################################################
ll lcm(ll a,ll b)
{
return a/gcd(a,b)*b;
}
//###########################################################################################
void yes()
{
cout<<"YES"<<"\n";
}
//###########################################################################################
void no()
{
cout<<"NO"<<"\n";
}
//###########################################################################################
int main()
{
fast
// clock_t launch=clock();
// string r = s1.substr(1, 3);
// while(clock()<CLOCKS_PER_SEC*10)
// using num = modnum<int(1e9)+7>;
// num len = s.size();
// double PI= 2 * acos(0.0); or M_PI
//ll n,k,m,ans=0,flag=0,temp=0,f1=0,count=0,f2=0,sum=0,xx=0,minn1=big,minn2=big,maxx1=small,maxx2=small;
tc
{
ll n=0,k=0,m=0,ans=0,flag=0,temp=0,f1=0,count=0,f2=0,sum=0,xx=0,minn1=big,minn2=big,maxx1=small,maxx2=small;
cin>>n>>m;
ll a[n][m];
lp(i,0,n)
{
lp(j,0,m)
{
cin>>a[i][j];
}
}
lp(i,0,n)
{
lp(j,0,m)
{
if (a[i][j]>4) {
flag=1;
break;
}
}
if (flag) {
/* code */
break;
}
}
if (flag) {
/* code */
no();
continue;
}
lp(i,0,n)
{
lp(j,0,m)
{
if (a[i][j]==4) {
/* code */
if (i==(n-1) || i==0 || j==0 || j==m-1) {
/* code */
flag=1;
break;
}
}
if (a[i][j]==3) {
/* code */
if ( (i==0 && (j==0 || j== m-1) )|| (i==n-1 && (j==0 || j==m-1))) {
/* code */
flag=1;
break;
}
}
}
if (flag) {
/* code */
break;
}
}
if (flag) {
/* code */
no();
continue;
}
yes();
lp(i,0,n)
{
lp(j,0,m)
{
if ( (i==0 && (j==0 || j== m-1) )|| (i==n-1 && (j==0 || j==m-1))) {
/* code */
a[i][j]=2;
continue;
}
if (i==(n-1) || i==0 || j==0 || j==m-1) {
/* code */
a[i][j]=3;
continue;
}
a[i][j]=4;
}
}
lp(i,0,n)
{
lp(j,0,m)
{
cout<<a[i][j]<<" ";
}
nL
}
}//tc
//clog<<((long double)(clock()-launch)/CLOCKS_PER_SEC)<<"\n";
return 0;
}
//////////*********************end of program*********************//////////
| [
"mozis.bot@gmail.com"
] | mozis.bot@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.