Вычисление приближенного значения некоторой функции¶
Открыть пример в Engee
В данной демонстрации посмотрим на возможности вычисления приближенных значений функции при помощи Engee и изучим основные блоки, применяемые для решения этой задачи.
Анализ блоков¶
Блок Prelookup вычисляет номер и долю интервала, которые определяют, как его входное значение u соотносится с набором опорных точек.
Блок Interpolation Using Prelookup наиболее эффективен при использовании блока Prelookup. Блок Prelookup вычисляет индекс и долю интервала, которые определяют, как его входное значение u относится к набору данных точек разрыва. Полученные значения индекса и дроби подаются в блок Interpolation Using Prelookup для интерполяции n-мерной таблицы. Оба блока имеют интегрированные алгоритмы.
Блок n-D Lookup Table вычисляет приближенное значение некоторой функции. Данный блок и его разновидности сопоставляют входные данные с таблицей выходных значений, используя методы интерполяции и экстраполяции.
Блок Direct Lookup Table (n-D) индексирует n-мерную таблицу для извлечения скаляра, вектора или двумерной матрицы. Первый индекс выбора соответствует верхнему (или левому) порту ввода. Вы можете указать данные таблицы в качестве входных данных блока или определить данные таблицы в диалоговом окне блока. Количество входных портов и размер выхода зависят от количества размеров таблицы и выбранного выходного среза.
Далее рассмотрим модель с применением всех перечисленных выше блоков.
Теперь добавим инициализацию таблиц и точек поиска для модели. Начнём с блоков Direct Lookup Table (n-D) и 2-D Lookup Table, а также подключим библиотеки, необходимые для обработки и визуализации данных.
Out[0]:
3×3 Matrix{Int64}:
4 50 6
16 19 20
10 18 23
Теперь проинициализируем Prelookup и Interpolation Using Prelookup, а также построим график отношения точек к таблице.
Последний блок, у которого не объявлены параметры инициализации, – это 1-D Lookup Table.
Запустим модель с заданными параметрами.
Out[0]:
run_model (generic function with 1 method)
Building...
Progress 100%
Out[0]:
Dict{String, DataFrame}()
Рассмотрим результаты моделирования.
Для начала считаем все записанные данные. Файл с матрицей необходимо расспарсить, поэтому используем пользовательскую функцию чтения таких CSV.
Out[0]:
parse_csv_engee (generic function with 1 method)
В первом случае мы считали столбец из Matrix2D.
Out[0]:
3×1 Matrix{Int64}:
50
19
18
Во втором случае мы считали значения из Matrix2D в ячейки [X,Y].
В третьем случае из Interpolation Using Prelookup мы считываем по данным от Prelookup.
И в последнем случае мы считываем синусоиду из 1-D Lookup Table.
Вывод¶
В результате этой демонстрации мы показали, как использовать различные блоки вычисления приближенного значения некоторой функции.
А также реализовали две функции:
- запуска модели;
- парсинга CSV с записанной в него матрицей.
Блоки, использованные в примере¶
{"id": "397cd3ca-5682-4b60-91f6-e85c0d8ef87e", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "zmax": null, "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [1, 1.4142135623730951, 1.7320508075688772, 2, 2.23606797749979, 2.449489742783178, 2.6457513110645907, 2.8284271247461903, 3, 3.1622776601683795, 3.3166247903554], "type": "scatter", "x": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 11, "currentCount": 11}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y2", "zmin": null, "yaxis": "y", "legendgroup": "y2", "zmax": null, "line": {"color": "rgba(227, 111, 71, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [1.4142135623730951, 2, 2.449489742783178, 2.8284271247461903, 3.1622776601683795, 3.4641016151377544, 3.7416573867739413, 4, 4.242640687119285, 4.47213595499958, 4.69041575982343], "type": "scatter", "x": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 11, "currentCount": 11}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y3", "zmin": null, "yaxis": "y", "legendgroup": "y3", "zmax": null, "line": {"color": "rgba(62, 164, 78, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [1.7320508075688772, 2.449489742783178, 3, 3.4641016151377544, 3.872983346207417, 4.242640687119285, 4.58257569495584, 4.898979485566356, 5.196152422706632, 5.477225575051661, 5.744562646538029], "type": "scatter", "x": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 11, "currentCount": 11}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y4", "zmin": null, "yaxis": "y", "legendgroup": "y4", "zmax": null, "line": {"color": "rgba(195, 113, 210, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [2, 2.8284271247461903, 3.4641016151377544, 4, 4.47213595499958, 4.898979485566356, 5.291502622129181, 5.656854249492381, 6, 6.324555320336759, 6.6332495807108], "type": "scatter", "x": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 11, "currentCount": 11}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y5", "zmin": null, "yaxis": "y", "legendgroup": "y5", "zmax": null, "line": {"color": "rgba(172, 142, 24, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [2.23606797749979, 3.1622776601683795, 3.872983346207417, 4.47213595499958, 5, 5.477225575051661, 5.916079783099616, 6.324555320336759, 6.708203932499369, 7.0710678118654755, 7.416198487095663], "type": "scatter", "x": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 11, "currentCount": 11}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y6", "zmin": null, "yaxis": "y", "legendgroup": "y6", "zmax": null, "line": {"color": "rgba(0, 170, 174, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [2.449489742783178, 3.4641016151377544, 4.242640687119285, 4.898979485566356, 5.477225575051661, 6, 6.48074069840786, 6.928203230275509, 7.3484692283495345, 7.745966692414834, 8.12403840463596], "type": "scatter", "x": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 11, "currentCount": 11}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y7", "zmin": null, "yaxis": "y", "legendgroup": "y7", "zmax": null, "line": {"color": "rgba(237, 94, 147, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [2.6457513110645907, 3.7416573867739413, 4.58257569495584, 5.291502622129181, 5.916079783099616, 6.48074069840786, 7, 7.483314773547883, 7.937253933193772, 8.366600265340756, 8.774964387392123], "type": "scatter", "x": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 11, "currentCount": 11}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y8", "zmin": null, "yaxis": "y", "legendgroup": "y8", "zmax": null, "line": {"color": "rgba(198, 130, 37, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [2.8284271247461903, 4, 4.898979485566356, 5.656854249492381, 6.324555320336759, 6.928203230275509, 7.483314773547883, 8, 8.48528137423857, 8.94427190999916, 9.38083151964686], "type": "scatter", "x": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 11, "currentCount": 11}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y9", "zmin": null, "yaxis": "y", "legendgroup": "y9", "zmax": null, "line": {"color": "rgba(0, 169, 141, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [3, 4.242640687119285, 5.196152422706632, 6, 6.708203932499369, 7.3484692283495345, 7.937253933193772, 8.48528137423857, 9, 9.486832980505138, 9.9498743710662], "type": "scatter", "x": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 11, "currentCount": 11}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y10", "zmin": null, "yaxis": "y", "legendgroup": "y10", "zmax": null, "line": {"color": "rgba(142, 151, 30, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [3.1622776601683795, 4.47213595499958, 5.477225575051661, 6.324555320336759, 7.0710678118654755, 7.745966692414834, 8.366600265340756, 8.94427190999916, 9.486832980505138, 10, 10.488088481701515], "type": "scatter", "x": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 11, "currentCount": 11}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y11", "zmin": null, "yaxis": "y", "legendgroup": "y11", "zmax": null, "line": {"color": "rgba(0, 169, 204, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [3.3166247903554, 4.69041575982343, 5.744562646538029, 6.6332495807108, 7.416198487095663, 8.12403840463596, 8.774964387392123, 9.38083151964686, 9.9498743710662, 10.488088481701515, 11], "type": "scatter", "x": [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 11, "currentCount": 11}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [7, 113], "domain": [0.03619130941965587, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [0.6999999999999993, 11.3], "domain": [0.03762029746281716, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 326.671875}}
{"id": "e3e06643-ab7b-429e-a387-cfeb1a1c3238", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "zmax": null, "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0.8414709848078965, 0.1411200080598672, -0.9589242746631385, 0.6569865987187891, 0.4121184852417566, -0.9999902065507035, 0.4201670368266409, 0.6502878401571168, -0.9613974918795568, 0.14987720966295234, 0.8366556385360561, -0.8462204041751706, -0.13235175009777303, 0.956375928404503, -0.6636338842129675, -0.404037645323065, 0.9999118601072672, -0.428182669496151, -0.6435381333569995, 0.9637953862840878, -0.158622668804709, -0.8317747426285983, 0.8509035245341184, 0.123573122745224, -0.9537526527594719, 0.6702291758433747, 0.39592515018183416, -0.9997551733586199, 0.43616475524782494, 0.6367380071391379, -0.9661177700083929, 0.16735570030280691, 0.8268286794901034, -0.8555199789753223, -0.11478481378318722, 0.9510546532543747, -0.6767719568873076, -0.38778163540943045, 0.9995201585807313, -0.4441126687075084, -0.6298879942744539, 0.9683644611001854, -0.1760756199485871, -0.8218178366308225, 0.8600694058124532, 0.10598751175115685, -0.9482821412699473, 0.683261714736121, 0.3796077390275217, -0.9992068341863537, 0.45202578717835057, 0.6229886314423488, -0.9705352835374847, 0.18478174456066745, 0.8167426066363169, -0.8645514486106083, -0.09718190589320902, 0.9454353340247703, -0.689697940935389, -0.3714041014380902, 0.9988152247235795, -0.45990349068959124, -0.6160404591886565, 0.972630067242408, -0.19347339203846847, -0.8116033871367005, 0.8689657562142357, 0.08836868610400143, -0.9425144545582509, 0.6960801312247415, 0.363171365373259, -0.9983453608739179, 0.4677451620451334, 0.6090440218832924, -0.9746486480944947, 0.20214988141565363, 0.8064005807754863, -0.8733119827746476, -0.0795485428747221, 0.9395197317131483, -0.702407785577371, -0.35491017584493534, 0.9977972794498907, -0.47555018687189876, -0.6019998676776046, 0.9765908679435658, -0.2108105329134813, -0.8011345951780408, 0.8775897877771157, 0.07072216723899125, -0.936451400117644, 0.7086804082392084, 0.346621180094276, -0.997171023392149, 0.48331795366796265, 0.594908548461427, -0.9784565746221131, 0.21945466799406363, 0.7958058429196471, -0.8817988360675502], "type": "scatter", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 100, "currentCount": 100}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-1.970000000000006, 102.97], "domain": [0.0658209390492855, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-1.0599872685504428, 1.0599089221070064], "domain": [0.03762029746281716, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 326.671875}}
{"id": "cd4f4edc-f410-4b56-9ead-fc877c78205b", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "zmax": null, "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [6, 5.983371110887953, 5.96676529709283, 5.950182558614633, 5.933622895453362, 5.917086307609017, 5.900572795081596, 5.8840823578711, 5.86761499597753, 5.851170709400885, 5.834749498141167, 5.818351362198374, 5.801976301572505, 5.785624316263562, 5.769295406271545, 5.752989571596453, 5.736706812238286, 5.720447128197045, 5.7042105194727295, 5.687996986065339, 5.671806527974874, 5.655639145201334, 5.63949483774472, 5.623373605605031, 5.607275448782267, 5.591200367276429, 5.575148361087516, 5.559119430215529, 5.543113574660468, 5.527130794422331, 5.51117108950112, 5.4952344598968335, 5.479320905609473, 5.4634304266390386, 5.44756302298553, 5.431718694648945, 5.415897441629285, 5.400099263926553, 5.384324161540745, 5.368572134471862, 5.352843182719904, 5.337137306284873, 5.321454505166767, 5.305794779365585, 5.2901581288813295, 5.274544553714, 5.258954053863595, 5.243386629330115, 5.227842280113562, 5.212321006213932, 5.196822807631229, 5.181347684365451, 5.165895636416598, 5.150466663784671, 5.13506076646967, 5.119677944471594, 5.104318197790443, 5.088981526426218, 5.0736679303789165, 5.058377409648542, 5.043109964235093, 5.02786559413857, 5.01264429935897, 4.997175121377578, 4.9803915502136, 4.963636211229826, 4.946909104426256, 4.930210229802892, 4.9135395873597325, 4.896897177096779, 4.88028299901403, 4.863697053111486, 4.847139339389146, 4.830609857847013, 4.814108608485084, 4.797635591303361, 4.781190806301842, 4.764774253480527, 4.748385932839419, 4.732025844378516, 4.715693988097817, 4.699390363997324, 4.6831149720770355, 4.666867812336951, 4.650648884777075, 4.634458189397401, 4.618295726197933, 4.60216149517867, 4.586055496339612, 4.569977729680758, 4.553928195202111, 4.537906892903668, 4.5219138227854305, 4.505948984847398, 4.4900123790895705, 4.474104005511948, 4.45822386411453, 4.442371954897317, 4.426548277860311, 4.410752833003508, 4.394985620326911, 4.3792466398305185, 4.363535891514332, 4.3478533753783495, 4.332199091422573, 4.316573039647, 4.300975220051633, 4.285405632636472, 4.269864277401515, 4.254351154346763, 4.238866263472217, 4.223409604777875, 4.207981178263738, 4.192580983929807, 4.177209021776081, 4.16186529180256, 4.1465497940092435, 4.131262528396132, 4.116003494963226, 4.100772693710525, 4.085570124638028, 4.0703957877457375, 4.055249683033652, 4.04013181050177, 4.025042170150095, 4.009980761978624, 3.994265497172333, 3.977237740022342, 3.960246355540802, 3.9432913437277124, 3.9263727045830743, 3.9094904381068862, 3.8926445442991495, 3.8758350231598637, 3.859061874689029, 3.8423250988866453, 3.8256246957527122, 3.8089606652872297, 3.7923330074901993, 3.7757417223616185, 3.759186809901489, 3.742668270109811, 3.726186102986583, 3.709740308531807, 3.693330886745481, 3.6769578376276058, 3.6606211611781823, 3.6443208573972092, 3.6280569262846867, 3.6118293678406155, 3.5956381820649956, 3.579483368957826, 3.5633649285191074, 3.5472828607488402, 3.531237165647023, 3.5152278432136574, 3.4992548934487426, 3.4833183163522783, 3.4674181119242657, 3.4515542801647037, 3.435726821073593, 3.419935734650932, 3.404181020896723, 3.3884626798109645, 3.372780711393657, 3.3571351156448004, 3.3415258925643943, 3.32595304215244, 3.310416564408936, 3.2949164593338827, 3.2794527269272806, 3.26402536718913, 3.2486343801194293, 3.23327976571818, 3.217961523985381, 3.2026796549210332, 3.187434158525137, 3.1722250347976915, 3.157052283738696, 3.1419159053481525, 3.12681589962606, 3.1117522665724175, 3.096725006187226, 3.0817341184704863, 3.0667796034221966, 3.051861461042358, 3.036979691330971, 3.022134294288034, 3.0073252699135486, 2.991167051334242, 2.973695170461601, 2.9562744671794334, 2.938904941487739, 2.921586593386517, 2.9043194228757683, 2.887103429955492, 2.8699386146256884, 2.8528249768863585, 2.835762516737501, 2.818751234179116, 2.801791129211204, 2.7848822018337662, 2.7680244520467996, 2.7512178798503073, 2.7344624852442867, 2.717758268228739, 2.7011052288036645, 2.684503366969063, 2.6679526827249336, 2.6514531760712785, 2.635004847008095, 2.618607695535385, 2.6022617216531474, 2.5859669253613835, 2.5697233066600917, 2.5535308655492734, 2.5373896020289277, 2.521299516099055, 2.505260607759655, 2.489272877010728, 2.4733363238522736, 2.4574509482842926, 2.4416167503067836, 2.425833729919748, 2.4101018871231847, 2.3944212219170957, 2.378791734301479, 2.363213424276334, 2.347686291841663, 2.3322103369974645, 2.3167855597437397, 2.3014119600804865, 2.286089538007707, 2.2708182935253998, 2.2555982266335657, 2.240429337332204, 2.225311625621317, 2.210245091500901, 2.1952297349709586, 2.1802655560314883, 2.165352554682492, 2.1504907309239676, 2.135680084755917, 2.1209206161783385, 2.1062123251912337, 2.091555211794601, 2.076949275988442, 2.0623945177727547, 2.0478909371475416, 2.0334385341128, 2.0190373086685325, 2.004687260814738, 1.9903883905514148, 1.9761406978785658, 1.9619441827961888, 1.9477988453042854, 1.9337046854028541, 1.9196617030918968, 1.9056698983714115, 1.8917292712413993, 1.8778398217018597, 1.8640015497527935, 1.8502144553941997, 1.8364785386260796, 1.8227937994484313, 1.8091602378612566, 1.7955778538645542, 1.7820466474583254, 1.7685666186425686, 1.7551377674172857, 1.7417600937824746, 1.728433597738137, 1.715158279284272, 1.7019341384208808, 1.6887611751479612, 1.675639389465515, 1.6625687813735421, 1.6495493508720414, 1.6365810979610143, 1.623664022640459, 1.6107981249103773, 1.5979834047707682, 1.5852198622216325, 1.572507497262969, 1.5598463098947788, 1.547236300117061, 1.5346774679298165, 1.5221698133330448, 1.509713336326746, 1.4973080369109197, 1.484953915085567, 1.4726509708506865, 1.4603992042062794, 1.4481986151523447, 1.4360492036888832, 1.4239509698158939, 1.411903913533379, 1.3999080348413355, 1.3879633337397657, 1.376069810228668, 1.3642274643080445, 1.352436295977893, 1.340696305238214, 1.3290074920890083, 1.317369856530275, 1.3057833985620155, 1.294248118184228, 1.282764015396914, 1.2713310902000725, 1.2599493425937038, 1.248618772577808, 1.237339380152386, 1.226111165317436, 1.2149341280729589, 1.2038082684189542, 1.192733586355423, 1.1817100818823645, 1.1707377549997797, 1.1598166057076666, 1.1489466340060273, 1.1381278398948602, 1.1273602233741662, 1.1166437844439445, 1.1059785231041968, 1.095364439354921, 1.0848015331961185, 1.074289804627789, 1.0638292536499323, 1.0534198802625485, 1.0430616844656377, 1.0327546662591995, 1.0224988256432344, 1.0122941626177415, 1.0021406771827217, 0.9920383693381751, 0.9819872390841013, 0.971987286420501, 0.9620385113473726, 0.9521409138647172, 0.9422944939725345, 0.9324992516708261, 0.9227551869595889, 0.9130622998388256, 0.9034205903085345, 0.8938300583687165, 0.8842907040193708, 0.8748025272604987, 0.8653655280921, 0.8559797065141737, 0.8466450625267206, 0.8373615961297393, 0.8281293073232319, 0.8189481961071967, 0.8098182624816349, 0.8007395064465453, 0.7917119280019285, 0.7827355271477849, 0.7738103038841151, 0.764936258210917, 0.7561133901281932, 0.7473416996359405, 0.7386211867341616, 0.7299518514228547, 0.721333693702022, 0.7127667135716612, 0.7042509110317741, 0.6957862860823596, 0.6873728387234171, 0.6790105689549478, 0.6706994767769523, 0.6624395621894292, 0.6542308251923789, 0.646073265785801, 0.6379668839696965, 0.6299116797440644, 0.621907653108906, 0.61395480406422, 0.6060531326100069, 0.5982026387462672, 0.5904033224729996, 0.5826551837902052, 0.5749582226978832, 0.5673124391960349, 0.5597178332846583, 0.5521744049637556, 0.5446821542333256, 0.5372410810933683, 0.5298511855438834, 0.5225124675848728, 0.5152249272163338, 0.5079885644382685, 0.5008033792506756, 0.49366937165355496, 0.48658654164690796, 0.4795548892307336, 0.4725744144050326, 0.465645117169804, 0.45876699752504885, 0.45194005547076493, 0.44516429100695554, 0.43843970413361805, 0.43176629485075535, 0.42514406315836295, 0.41857300905644507, 0.4120531325449984, 0.4055844336240269, 0.3991669122935269, 0.3928005685534996, 0.38648540240394536, 0.38022141384486474, 0.37400860287625626, 0.3678469694981201, 0.361736513710459, 0.35567723551326885, 0.3496691349065526, 0.34371221189030754, 0.337806466464537, 0.33195189862923863, 0.32614850838441445, 0.3203962957300603, 0.3146952606661819, 0.30904540319277435, 0.30344672330984174, 0.2978992210173805, 0.2924028963153921, 0.2869577492038767, 0.28156377968283464, 0.27622098775226495, 0.27092937341216866, 0.26568893666254556, 0.2604996775033944, 0.2553615959347168, 0.2502746919565108, 0.24523896556877983, 0.2402544167715196, 0.23532104556473432, 0.230438851948419, 0.2256078359225795, 0.22082799748721132, 0.21609933664231668, 0.21142185338789343, 0.20679554772394482, 0.20222041965046816, 0.19769646916746592, 0.19322369627493508, 0.18880210097287703, 0.18443168326129283, 0.1801124431401805, 0.17584438060954122, 0.17162749566937457, 0.16746178831968245, 0.16334725856046073, 0.15928390639171436, 0.15527173181343784, 0.1513107348256375, 0.14740091542830785, 0.14354227362145217, 0.13973480940506794, 0.13597852277915828, 0.13227341374372031, 0.12861948229875697, 0.1250167284442637, 0.12146515218024578, 0.11796475350670027, 0.11451553242362666, 0.11111748893102608, 0.1077706230288985, 0.10447493471724378, 0.10123042399606236, 0.09803709086535461, 0.09489493532511717, 0.09180395737535574, 0.0887641570160651, 0.08577553424724776, 0.08283808906890316, 0.07995182148103186, 0.07711673148363274, 0.07433281907670825, 0.0716000842602551, 0.06891852703427481, 0.06628814739876815, 0.06370894535373334, 0.06118092089917143, 0.058704074035082876, 0.05627840476146778, 0.05390391307832554, 0.05158059898565559, 0.04930846248345738, 0.04708750357173436, 0.04491772225048252, 0.042799118519704166, 0.04073169237939864, 0.03871544382956585, 0.03675037287020555, 0.0348364795013186, 0.03297376372290625, 0.031162225534963367, 0.029401864937495553, 0.027692681930500868, 0.026034676513977062, 0.024427848687927967, 0.02287219845235164, 0.02136772580724705, 0.019914430752616785, 0.018512313288457954, 0.017161373414773085, 0.015861611131561315, 0.014613026438821258, 0.013415619336553886, 0.01226938982476003, 0.011174337903440246, 0.010130463572591675, 0.009137766832216454, 0.008196247682313432, 0.0073059061228851335, 0.006466742153928076, 0.005678755775444341, 0.0049419469874342065, 0.004256315789896006, 0.003621862182829977, 0.0030385861662377417, 0.0025064877401200364, 0.002025566904473551, 0.0015958236592983066, 0.0012172580045975712, 0.0008898699403709076, 0.000613659466616373, 0.00038862658333306196, 0.00021477129052381583, 9.209358818820443e-05, 2.0593476324711618e-05, 2.709549337691266e-07, 3.112602401832837e-05, 0.00011315868357224604, 0.0002463689335990317, 0.0004307567740995562, 0.0006663222050756687, 0.0009530652265214989, 0.0012909858384401937, 0.0016800840408313228, 0.0021203598336994173, 0.0026118132170362823, 0.003154444190846886, 0.003748252755129494, 0.0043932389098887, 0.005089402655117897, 0.0058367439908191265, 0.0066352629169932065, 0.0074849594336448, 0.008385833540764637, 0.009337885238357768, 0.01034111452642375, 0.011395521404966857, 0.012501105873977764, 0.013657867933461937, 0.014865807583419821, 0.01612492482385447, 0.017435219654756445, 0.01879669207613291, 0.02020934208798625, 0.021673169690307637, 0.023188174883101514, 0.024754357666369048, 0.02637171804011429, 0.02804025600432719, 0.029759971559012943, 0.031530864704171546, 0.03335293543980794, 0.03522618376591308, 0.037150609682489566, 0.03912621318954462, 0.04115299428706759, 0.043230952975064185, 0.04536008925353213, 0.04754040312247909, 0.04977189458189396, 0.05205456363178124, 0.05438841027214181, 0.05677343450297917, 0.059209636324285886, 0.061697015736064675, 0.06423557273831637, 0.06682530733104602, 0.06946621951424342, 0.07215830928791372, 0.0749015766520576, 0.07769602160667805, 0.08054164415176729, 0.08343844428732905, 0.0863864220133641, 0.0893855773298764, 0.09243591023685682, 0.09553742073431071, 0.09869010882224183, 0.10189397450064042, 0.10514901776951224, 0.10845523862885764, 0.11181263707868061, 0.11522121311897071, 0.11868096674973438, 0.12219189797097096, 0.12575400678268545, 0.12936729318486773, 0.13303175717752214, 0.13674739876065534, 0.14051421793425656, 0.14433221469832958, 0.1482013890528756, 0.1521217409979002, 0.15609327053339295, 0.1601159776593578, 0.16418986237579525, 0.1683149246827118, 0.17249116458009528, 0.176718582067952, 0.18099717714628616, 0.18532694981508901, 0.189707900074364, 0.19414002792411178, 0.19862333336433258, 0.20315781639503183, 0.20774347701619833, 0.2123803152278383, 0.21706833102995549, 0.22180752442254092, 0.22659789540559894, 0.23143944397913008, 0.236332170143134, 0.24127607389761574, 5.988665418408839, 5.97205225441645, 5.955462165740987, 5.938895152382446, 5.922351214340834, 5.905830351616146, 5.8893325642083845, 5.872857852117546, 5.856406215343635, 5.839977653886649, 5.823572167746588, 5.807189756923452, 5.79083042141724, 5.774494161227956, 5.758180976355598, 5.741890866800162, 5.725623832561654, 5.709379873640072, 5.693158990035414, 5.67696118174768, 5.660786448776874, 5.644634791122994, 5.628506208786035, 5.612400701766005, 5.596318270062898, 5.580258913676719, 5.564222632607465, 5.548209426855137, 5.532219296419731, 5.516252241301253, 5.5003082614997005, 5.484387357015073, 5.46848952784737, 5.4526147739965936, 5.436763095462741, 5.420934492245815, 5.405128964345813, 5.389346511762739, 5.373587134496589, 5.357850832547365, 5.342137605915064, 5.326447454599691, 5.310780378601243, 5.295136377919722, 5.279515452555122, 5.263917602507451, 5.248342827776702, 5.232791128362882, 5.217262504265986, 5.201756955486014, 5.18627448202297, 5.1708150838768505, 5.155378761047657, 5.139965513535386, 5.124575341340043, 5.109208244461625, 5.093864222900131, 5.078543276655564, 5.063245405727923, 5.047970610117204, 5.032718889823414, 5.017490244846547, 5.002284675186607, 4.985734569022226, 4.968970237221821, 4.952234137601621, 4.935526270161627, 4.918846634901838, 4.902195231822255, 4.885572060922874, 4.8689771222037, 4.852410415664729, 4.835871941305966, 4.819361699127408, 4.8028796891290515, 4.7864259113109044, 4.770000365672961, 4.753603052215222, 4.737233970937687, 4.7208931218403585, 4.7045805049232365, 4.688296120186315, 4.672039967629604, 4.655812047253094, 4.639612359056791, 4.623440903040693, 4.607297679204798, 4.591182687549111, 4.575095928073629, 4.559037400778351, 4.543007105663277, 4.527005042728409, 4.511031211973747, 4.495085613399288, 4.479168247005036, 4.463279112790986, 4.447418210757145, 4.431585540903507, 4.415781103230075, 4.400004897736846, 4.384256924423825, 4.368537183291008, 4.352845674338397, 4.337182397565988, 4.321547352973786, 4.305940540561788, 4.290361960329996, 4.274811612278407, 4.2592894964070265, 4.24379561271585, 4.22832996120488, 4.212892541874111, 4.197483354723549, 4.182102399753194, 4.166749676963043, 4.151425186353095, 4.1361289279233535, 4.120860901673819, 4.105621107604485, 4.09040954571536, 4.075226216006437, 4.060071118477722, 4.044944253129211, 4.029845619960906, 4.014775218972804, 3.999696999007181, 3.982657656044995, 3.96565468575126, 3.948688088125973, 3.93175786316914, 3.914864010880755, 3.898006531260823, 3.88118542430934, 3.86440069002631, 3.847652328411731, 3.830940339465603, 3.814264723187924, 3.7976254795786977, 3.7810226086379224, 3.7644561103655985, 3.7479259847617223, 3.7314322318263, 3.714974851559326, 3.698553843960805, 3.682169209030733, 3.665820946769114, 3.649509057175946, 3.6332335402512292, 3.6169943959949626, 3.600791624407145, 3.584625225487781, 3.5684951992368674, 3.5524015456544027, 3.536344264740391, 3.520323356494828, 3.504338820917718, 3.488390658009059, 3.472478867768849, 3.456603450197092, 3.4407644052937854, 3.42496173305893, 3.4091954334925236, 3.3934655065945702, 3.3777719523650673, 3.3621147708040136, 3.346493961911413, 3.330909525687261, 3.315361462131562, 3.299849771244314, 3.2843744530255146, 3.268935507475168, 3.253532934593273, 3.238166734379828, 3.222836906834835, 3.20754345195829, 3.1922863697501986, 3.177065660210556, 3.1618813233393657, 3.146733359136627, 3.1316217676023363, 3.1165465487365, 3.101507702539113, 3.086505229010178, 3.0715391281496935, 3.056609399957656, 3.041716044434073, 3.026859061578941, 3.012038451392261, 2.9967431291957025, 2.979254946688424, 2.9618179417716206, 2.9444321144452896, 2.9270974647094294, 2.9098139925640423, 2.8925816980091303, 2.875400581044691, 2.858270641670725, 2.8411918798872313, 2.824164295694211, 2.8071878890916606, 2.790262660079586, 2.773388608657982, 2.756565734826853, 2.739794038586194, 2.723073519936011, 2.7064041788763, 2.6897860154070634, 2.673219029528298, 2.656703221240007, 2.640238590542183, 2.623825137434837, 2.6074628619179636, 2.5911517639915633, 2.5748918436556334, 2.558683100910179, 2.542525535755197, 2.526419148190689, 2.510363938216648, 2.4943599058330848, 2.4784070510399943, 2.462505373837377, 2.4466548742252328, 2.430855552203561, 2.41510740777236, 2.399410440931634, 2.383764651681381, 2.368170040021599, 2.352626605952292, 2.337134349473455, 2.3216932705850937, 2.306303369287205, 2.290964645579789, 2.275677099462846, 2.2604407309363737, 2.2452555400003744, 2.2301215266548504, 2.215038690899799, 2.2000070327352206, 2.185026552161113, 2.1700972491774797, 2.15521912378432, 2.1403921759816327, 2.1256164057694145, 2.110891813147673, 2.0962183981164046, 2.081596160675609, 2.067025100825286, 2.0525052185654364, 2.0380365138960577, 2.0236189868171532, 2.0092526373287223, 1.9949374654307617, 1.9806734711232743, 1.9664606544062615, 1.9522990152797217, 1.938188553743655, 1.924129269798061, 1.91012116344294, 1.8961642346782894, 1.8822584835041123, 1.86840390992041, 1.8546005139271802, 1.8408482955244214, 1.8271472547121375, 1.8134973914903265, 1.7998987058589884, 1.786351197818123, 1.772854867367727, 1.7594097145078074, 1.7460157392383604, 1.732672941559387, 1.7193813214708857, 1.7061408789728558, 1.6929516140653005, 1.6798135267482184, 1.666726617021609, 1.6536908848854686, 1.640706330339805, 1.6277729533846141, 1.6148907540198962, 1.6020597322456511, 1.5892798880618786, 1.5765512214685775, 1.563873732465751, 1.5512474210533957, 1.538672287231515, 1.5261483310001074, 1.5136755523591703, 1.5012539513087086, 1.4888835278487194, 1.4765642819792026, 1.464296213700159, 1.4520793230115852, 1.4399136099134873, 1.4277990744058622, 1.4157357164887105, 1.4037235361620313, 1.3917625334258235, 1.3798527082800902, 1.3679940607248295, 1.3561865907600414, 1.3444302983857237, 1.3327251836018816, 1.3210712464085124, 1.3094684868056166, 1.297916904793193, 1.2864165003712429, 1.2749672735397635, 1.2635692242987588, 1.2522223526482257, 1.2409266585881664, 1.2296821421185788, 1.2184888032394654, 1.2073466419508252, 1.1962556582526578, 1.1852158521449632, 1.1742272236277416, 1.1632897727009894, 1.1524034993647139, 1.1415684036189104, 1.13078448546358, 1.120051744898721, 1.1093701819243365, 1.0987397965404244, 1.088160588746986, 1.0776325585440207, 1.0671557059315244, 1.0567300309095042, 1.0463555334779573, 1.0360322136368827, 1.025760071386281, 1.0155391067261508, 1.0053693196564948, 0.9952507101773123, 0.9851832782886001, 0.9751670239903616, 0.9652019472825979, 0.955288048165307, 0.9454253266384881, 0.935613782702142, 0.9258534163562689, 0.9161442276008678, 0.9064862164359394, 0.8968793828614849, 0.887323726877504, 0.8778192484839962, 0.8683659476809585, 0.8589638244683964, 0.8496128788463062, 0.8403131108146888, 0.8310645203735444, 0.8218671075228712, 0.8127208722626731, 0.8036258145929469, 0.7945819345136949, 0.7855892320249147, 0.7766477071266074, 0.767757359818773, 0.7589181901014115, 0.7501301979745222, 0.7413933834381057, 0.7327077464921627, 0.7240732871366928, 0.7154900053716966, 0.7069579011971723, 0.6984769746131219, 0.690047225619542, 0.681668654216436, 0.6733412604038036, 0.6650650441816436, 0.6568400055499559, 0.6486661445087417], "type": "scatter", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 1001, "currentCount": 1001}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-29, 1031], "domain": [0.02137649460484106, 0.9934383202099737], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-0.17999972091641814, 6.179999991871352], "domain": [0.03762029746281716, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 326.671875}}
{"id": "d3d71695-486f-4082-abbf-88d255ed1e4b", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "y1", "zmin": null, "yaxis": "y", "legendgroup": "y1", "zmax": null, "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [-0.8817988360675502, -0.6147997588526515, -0.3478006816377528, -0.08080160442283046, 0.18619747279206822, 0.45319655000696685, 0.7201956272218893, 0.730053048721631, 0.6383239102754048, 0.5465947718291787, 0.45486563338295255, 0.3631364949367264, 0.2714073564904921, 0.13678170980605542, -0.053871785841659525, -0.24452528148937447, -0.4351787771370893, -0.6258322727848042, -0.8164857684325191, -0.9407840479571893, -0.6903752113300613, -0.4399663747029109, -0.1895575380757828, 0.06085129855134519, 0.3112601351784733, 0.5616689718056013, 0.5795058637727251, 0.5617456690087809, 0.5439854742448367, 0.5262252794808909, 0.5084650847169467, 0.4907048899530026, 0.34569439441875127, 0.11006725552657637, -0.12555988336559876, -0.36118702225779487, -0.596814161149991, -0.832441300042166, -0.9328197207285382, -0.7189485490553285, -0.5050773773821187, -0.291206205708909, -0.07733503403569919, 0.13653613763752964, 0.3476412805370529, 0.40526479638835383, 0.46288831223965476, 0.5205118280909558, 0.5781353439422567, 0.6357588597935628, 0.6933823756448637, 0.5163610488712409, 0.2545301895335217, -0.007300669804173987, -0.2691315291418698, -0.5309623884795656, -0.7927932478172612, -0.8641043539378988, -0.7038077021415816, -0.5435110503452787, -0.38321439854896155, -0.2229177467526587, -0.06262109495635587, 0.0923150863123523, 0.22073205654178762, 0.34914902677122284, 0.4775659970006696, 0.6059829672301049, 0.7343999374595516, 0.8628169076889869, 0.6411481457494806, 0.3739708621132817, 0.10679357847708282, -0.16038370515911615, -0.42756098879533894, -0.6947382724315379, -0.7445959096553237, -0.6506429171198335, -0.5566899245843432, -0.4627369320488529, -0.3687839395133626, -0.2748309469778639, -0.1506029488426015, 0.03837785353805123, 0.22735865591867022, 0.41633945829932295, 0.6053202606799588, 0.7943010630605946, 0.9676955216400713, 0.7164550029468741, 0.46521448425369916, 0.21397396556050197, -0.03726655313267291, -0.28850707182584767, -0.5397475905190225, -0.5868613632642505, -0.5667362715116305, -0.5466111797590087, -0.5264860880063889, -0.5063609962537688, -0.48623590450114706, -0.3655659001602348, -0.1310753680032074, 0.1034151641538198, 0.337905696310847, 0.5723962284678952, 0.8068867606249435, 0.9577856662468658, 0.7424955881794209, 0.5272055101119951, 0.3119154320445695, 0.09662535397714384, -0.11866472409030107, -0.33395480215772677, -0.40483290303613456, -0.4601388653376688, -0.515444827639208, -0.5707507899407421, -0.6260567522422763, -0.6813627145438105, -0.5405249450504774, -0.27920406447509394, -0.01788318389971022, 0.2434376966756734, 0.5047585772510803, 0.766079457826464, 0.8849763141232094, 0.7227865608744247, 0.5605968076256255, 0.39840705437684065, 0.23621730112805592, 0.07402754787925667, -0.08625781892865414, -0.21258919403435095, -0.33892056914004776, -0.4652519442457446, -0.5915833193514528, -0.7179146944571496, -0.8442460695628464, -0.6674848935812977, -0.4001503361187405, -0.13281577865618344, 0.13451877880637375, 0.4018533362689308, 0.6691878937315118, 0.7595912439230794, 0.6634217582532295, 0.567252272583371, 0.471082786913521, 0.3749133012436711, 0.27874381557382116, 0.16402583744232624, -0.02326746555248327, -0.21056076854729278, -0.39785407154211894, -0.5851473745369284, -0.7724406775317381, -0.9597339805265476, -0.7426677486112745, -0.4906152318458912, -0.2385627150805304, 0.013489801684852809, 0.2655423184502136, 0.5175948352155744, 0.594714810250756, 0.5722263982542646, 0.5497379862577733, 0.5272495742612818, 0.5047611622647884, 0.4822727502682971, 0.38514514459222915, 0.15180959084948586, -0.08152596289325753, -0.3148615166360008, -0.5481970703787442, -0.7815326241215084, -0.9830010889170474, -0.7663089718325192, -0.5496168547479717, -0.33292473766344355, -0.11623262057891537, 0.10045949650561281, 0.3171516135901603, 0.40490300583137057, 0.45788708151525515, 0.5108711571991444, 0.5638552328830291, 0.6168393085669137, 0.6698233842507983, 0.5645268030793054, 0.3037363750283313, 0.042945946977334004, -0.21784448107364007, -0.47863490912463735, -0.7394253371756114, -0.9062130357215242, -0.7421428881350329, -0.5780727405485415, -0.41400259296205016, -0.2499324453755441, -0.08586229778905276, 0.07820784979743858, 0.2049106613376127, 0.32914654360870443, 0.4533824258797962, 0.5776183081508879, 0.7018541904219908, 0.8260900726930825, 0.6938031214162907, 0.42633223504430706, 0.15886134867227575, -0.1086095376997317, -0.37608042407173914, -0.6435513104437466, -0.7750361631205165, -0.6766577189272661, -0.5782792747340157, -0.47990083054075644, -0.381522386347506, -0.2831439421542556, -0.17704593262490675, 0.008545197076199273, 0.19413632677732184, 0.37972745647842776, 0.5653185861795503, 0.7509097158806397, 0.9365008455817623, 0.7690068584797315, 0.5161620912538297, 0.2633173240279054, 0.010472556802014976, -0.24237221042389806, -0.49521697764979977, -0.6030652053637897, -0.5782152350277805, -0.5533652646917702, -0.528515294355762, -0.5036653240197517, -0.4788153536837414, -0.4044263772489287, -0.1722640831102682, 0.05989821102840265, 0.29206050516706317, 0.5242227993057238, 0.7563850934443948, 0.9885473875830656, 0.7903829408744676, 0.5723057619957967, 0.35422858311711625, 0.13615140423843575, -0.08192577464023498, -0.30000295351890577, -0.40547607529289065, -0.45613411320458297, -0.5067921511162775, -0.5574501890279698, -0.6081082269396667, -0.6587662648513567, -0.5883600367231772, -0.3281204933992343, -0.06788095007528017, 0.19235859324867421, 0.4525981365726168, 0.7128376798965596, 0.9278099143353038, 0.7618722268495253, 0.5959345393637541, 0.4299968518779754, 0.26405916439219673, 0.09812147690643294, -0.06781621057934567, -0.1976993183898712, -0.3198299742915153, -0.44196063019314846, -0.5640912860947925, -0.6862219419964366, -0.8083525978980752, -0.7200959471274407, -0.4525096874438804, -0.18492342776032034, 0.08266283192325186, 0.350249091606824, 0.6178353512903842, 0.7909277037332447, 0.6903480086932919, 0.5897683136533346, 0.4891886186133818, 0.38860892357342447, 0.2880292285334717, 0.18744953349351434, 0.005784437658541752, -0.17808997820152128, -0.3619643940615762, -0.5458388099216392, -0.7297132257817023, -0.9135876416417654, -0.7954657183495198, -0.5418485103453247, -0.2882313023411295, -0.03461409433693419, 0.21900311366723835, 0.4726203216714222, 0.6119114677153726, 0.5847018859657068, 0.557492304216041, 0.5302827224663776, 0.5030731407167118, 0.4758635589670461, 0.42340389199715867, 0.19243304673076234, -0.03853779853564421, -0.26950864380204054, -0.5004794890684472, -0.7314503343348435, -0.9624211796012502, -0.8147116906290788, -0.5952665356949436, -0.3758213807608182, -0.15637622582668315, 0.06306892910743234, 0.28251408404156747, 0.4065530006420526, 0.4548810318655857, 0.5032090630891123, 0.5515370943126432, 0.599865125536172, 0.6481931567597029, 0.6120180827048894, 0.35234981315032987, 0.09268154359574676, -0.16698672595882447, -0.42665499551340746, -0.6863232650679905, -0.9459915346225733, -0.7819700569397224, -0.6141778303096253, -0.4463856036795505, -0.2785933770494607, -0.11080115041937093, 0.05699107621071881, 0.1909579506656076, 0.31097381160156456, 0.4309896725375107, 0.5510055334734676, 0.6710213944094245, 0.7910372553453867, 0.7463564883092778, 0.47867581995122765, 0.21099515159318927, -0.05668551676486078, -0.324366185122911, -0.5920468534809373, -0.8072628275063796, -0.7044897617582864, -0.6017166960101885, -0.49894363026209076, -0.396170564513993, -0.2933974987659044, -0.19062443301780205, -0.019716985995492542, 0.1624263099759129, 0.34456960594731834, 0.5267129019187238, 0.7088561978901211, 0.8909994938615267, 0.8220376905333296, 0.5676679119516915, 0.3132981333700532, 0.058928354788403525, -0.195441423793212, -0.4498112023748503, -0.6212524350161023, -0.5916853736476174, -0.5621183122791326, -0.5325512509106464, -0.5029841895421602, -0.4734171281736753, -0.4420720278121716, -0.21231072733953538, 0.017450573133121372, 0.24721187360577812, 0.4769731740784452, 0.7067344745510815, 0.9364957750237383, 0.8392893716458137, 0.6184934335720303, 0.3976974954982271, 0.1769015574244337, -0.04389438064933987, -0.2646903187231332, -0.4081345896598768, -0.4541288278287979, -0.5001230659977189, -0.5461173041666401, -0.5921115423355591, -0.6381057805044781, -0.6354944015866464, -0.37641775008606837, -0.11734109858549036, 0.14173555291508755, 0.400812204415654, 0.6598888559162088, 0.9189655074167868, 0.8024317959102687, 0.6327981761887982, 0.4631645564673503, 0.2935309367459025, 0.12389731702442444, -0.045736302697023334, -0.18468926878327308, -0.3025809318455851, -0.4204725949079181, -0.5383642579702301, -0.6562559210325474, -0.7741475840948698, -0.7725778631950189, -0.5048237581962216, -0.23706965319743656, 0.03068445180133672, 0.29843855680015785, 0.566192661798931, 0.824038421823089, 0.7190800373498946, 0.6141216528766907, 0.5091632684034962, 0.4042048839303065, 0.29924649945710735, 0.19428811498391285, 0.03324805746408066, -0.1471498481994754, -0.3275477538630194, -0.5079456595265754, -0.6883435651901315, -0.8687414708536756, -0.8487161147369856, -0.5936136947405662, -0.3385112747441126, -0.0834088547476931, 0.17169356524872625, 0.42679598524516277, 0.6310868637029905, 0.5991646392124715, 0.5672424147219547, 0.5353201902314378, 0.5033979657409167, 0.4714757412503998, 0.43955351675988086, 0.23189141502632737, 0.0033576605044298713, -0.22517609401743688, -0.45370984853930374, -0.6822436030611909, -0.9107773575830527, -0.8641100904670509, -0.6419806679995017, -0.41985124553195274, -0.1977218230643889, 0.024407599403174995, 0.24653702187073886, 0.4102215685538649, 0.4538784101479032, 0.49753525174194735, 0.5411920933359857, 0.584848934930027, 0.6285057765240663, 0.658782478649446, 0.4003177431358994, 0.1418530076223531, -0.11661172789121077, -0.37507646340477463, -0.6335411989183384, -0.8920059344318849, -0.823252799443417, -0.6517910769515199, -0.48032935445964575, -0.30886763196775635, -0.13740590947588602, 0.034055813015991976, 0.1788959081219157, 0.2946541368276273, 0.4104123655333467, 0.5261705942390584, 0.6419288229447855, 0.7576870516504971, 0.7987531915737079, 0.5309466277214508, 0.26314006386919375, -0.004666499983045469, -0.27247306383530856, -0.5402796276875417, -0.8080861915398228, -0.7341158200904364, -0.6269803400888088, -0.5198448600871741, -0.41270938008553926, -0.3055739000839045, -0.1984384200822769, -0.04637332438193176, 0.1322650573010573, 0.3109034389840226, 0.4895418206669998, 0.668180202349969, 0.8468185840329303, 0.8754943089399959, 0.6196792340918346, 0.3638641592436559, 0.10804908439549432, -0.1477659904527015, -0.403581065300863, -0.641413429076977, -0.6071385424816742, -0.5728636558863713, -0.5385887692910678, -0.504313882695768, -0.4700389961004668, -0.43576410950516165, -0.2511694451148403, -0.02388114152595633, 0.20340716206290743, 0.4306954656518117, 0.6579837692406856, 0.8852720728295493, 0.8891679104007715, 0.6657224067601075, 0.4422769031194435, 0.21883139947878943, -0.004614104161854593, -0.22805960780251858, -0.4128145818344956, -0.454130606461889, -0.49544663108928055, -0.5367626557166703, -0.5780786803440674, -0.619394704971459, -0.6607107295988524, -0.4240432552345945, -0.16621068569912034, 0.09162188383630798, 0.34945445337174763, 0.6072870229071989, 0.86511959244265, 0.8444283620010521, 0.6711519702864627, 0.4978755785718656, 0.3245991868572452, 0.1513227951426558, -0.021953596571941306, -0.1735804284467305, -0.28719615346150906, -0.4008118784762877, -0.5144276034910562, -0.6280433285058298, -0.7416590535206083, -0.8248755957072326, -0.5570375548988075, -0.2891995140904061, -0.021361473281992893, 0.2464765675264562, 0.5143146083348575, 0.7821526491432826, 0.7495940203798239, 0.6402898386157765, 0.5309856568517388, 0.42168147508770615, 0.3123772933236636, 0.20307311155962113, 0.05908852244983065, -0.11777633943362631, -0.2946412013170754, -0.47150606320055605, -0.6483709250840131, -0.8252357869674779, -0.9023655702788165, -0.6458578829764487, -0.38935019567412676, -0.13284250837179346, 0.1236651789305514, 0.3801728662328734, 0.6366805535352411, 0.6156058620918062, 0.578980998733484, 0.54235613537516, 0.5057312720168361, 0.4691064086585121, 0.43248154530018984, 0.2701391989301173, 0.04411415367882798, -0.1819108915724209, -0.4079359368236901, -0.6339609820749492, -0.8599860273262283, -0.9144568522982823, -0.6897127738164979, -0.46496869533468305, -0.24022461685287838, -0.01548053837107366, 0.20926354011071094, 0.4159141922014251, 0.4548861628668846, 0.4938581335323406, 0.5328301041977949, 0.5718020748632525, 0.6107740455287085, 0.649746016194168, 0.4475877741997817, 0.19040757110512352, -0.06677263198956918, -0.32395283508425043, -0.5811330381789316, -0.8383132412735899, -0.8659537174343684, -0.690876232219012, -0.5157987470036711, -0.3407212617883225, -0.16564377657298954, 0.009433708642374722, 0.16874531354352373, 0.28020963339220706, 0.39167395324089543, 0.5031382730895838, 0.6146025929382721, 0.7260669127869555, 0.8375312326356339, 0.8414709848078965, 0.8414709848078965, 0.8414709848078965, 0.8414709848078965, 0.8414709848078965, 0.8414709848078965, -0.6998471666121697, -0.4328480893972948, -0.16584901218239623, 0.10115006503252622, 0.36814914224742484, 0.6351482194623235, 0.7592715970486383, 0.6675424586024039, 0.575813320156186, 0.4840841817099598, 0.3923550432637173, 0.30062590481749113, 0.19751070465603637, 0.006857209008338527, -0.1837962866393763, -0.3744497822871252, -0.5651032779348402, -0.755756773582538, -0.9464102692302528, -0.770138117844075, -0.5197292812169468, -0.26932044458981885, -0.018911607962668553, 0.23149722866443717, 0.4819060652916099, 0.5851630313619685, 0.5674028365980244, 0.5496426418340817, 0.531882447070136, 0.5141222523061918, 0.49636205754224766, 0.42074887614062473, 0.18512173724842873, -0.050505401643746395, -0.2861325405359425, -0.5217596794281176, -0.7573868183203136, -0.9930139572124888, -0.7870730869190403, -0.5732019152458496, -0.35933074357260164, -0.14545957189939196, 0.06841159977381783, 0.2822827714470085, 0.38690993651293576, 0.4445334523642367, 0.502156968215548, 0.5597804840668438, 0.6174039999181448, 0.6750275157694509, 0.599762220479791, 0.3379313611420953, 0.07610050180439942, -0.18573035753331957, -0.447561216870992, -0.7093920762086877, -0.9151637615209185, -0.7548671097246157, -0.5945704579283271, -0.43427380613200994, -0.27397715433570713, -0.11368050253937562, 0.046616149256912924, 0.17982730681653902, 0.30824427704597424, 0.43666124727542105, 0.5650782175048563, 0.6934951877342915, 0.8219121579637269, 0.7262523177283681, 0.4590750340921693, 0.1918977504559226, -0.07527953318027636, -0.34245681681645146, -0.6096341004526742, -0.7745228238220196, -0.6805698312865294, -0.5866168387510391, -0.4926638462155404, -0.3987108536800501, -0.3047578611445682, -0.21079913950529527, -0.021818337124659415, 0.1671624652559932, 0.3561432676366122, 0.5451240700172479, 0.7341048723979176, 0.9230856747785534, 0.7964828257465215, 0.5452423070533465, 0.29400178836014934, 0.042761269666974466, -0.20847924902620035, -0.4597197677193976, -0.593271823189195, -0.5731467314365732, -0.5530216396839533, -0.5328965479313333, -0.5127714561787133, -0.49264636442609155, -0.4402583377227248, -0.20576780556569763, 0.028722726591329684, 0.26321325874839885, 0.4977037909054052, 0.7321943230624534, 0.9666848552194807, 0.8110720913155791, 0.5957820132481726, 0.380491935180747, 0.16520185711334046, -0.05008822095412363, -0.2653782990215493, -0.38721625515683633, -0.44252221745836556, -0.4978281797599047, -0.5531341420614388, -0.6084401043629731, -0.6637460666645172, -0.623763672757748, -0.3624427921823412, -0.10112191160695749, 0.16019896896842611, 0.4215198495438097, 0.6828407301192168, 0.9366387326710711, 0.7744489794223007, 0.612259226173516, 0.45006947292470223, 0.28787971967593196, 0.12568996642713273, -0.036499786821652044, -0.17234877042124896, -0.2986801455269459, -0.4250115206326314, -0.5513428957383282, -0.6776742708440364, -0.8040056459497332, -0.7526391621050111, -0.48530460464245395, -0.217970047179873, 0.04936451028266031, 0.31669906774526513, 0.5840336252078222, 0.7902241792391962, 0.6940546935693463, 0.597885207899505, 0.501715722229655, 0.4055462365598051, 0.30937675088994654, 0.21320726522009664, 0.03639120471930535, -0.1509020982755208, -0.3381954012703303, -0.5254887042651566, -0.712782007259966, -0.9000753102547588, -0.8229542177397913, -0.5709017009744304, -0.3188491842090697, -0.06679666744373147, 0.18525584932165184, 0.43730836608701257, 0.6018780602697489, 0.5793896482732556, 0.5569012362767641, 0.5344128242802707, 0.5119244122837794, 0.48943600028728795, 0.4594696860511698, 0.2261341323084265, -0.007201421434316901, -0.24053697517703942, -0.4738725289197827, -0.7072080826625677, -0.9405436364052904, -0.8353320674634203, -0.6186399503788921, -0.4019478332943639, -0.18525571620979708, 0.03143640087471172, 0.2481285179592399, 0.3880259501634012, 0.44101002584728577, 0.4939941015311846, 0.5469781772150693, 0.5999622528989538, 0.6529463285828336, 0.6475965653631328, 0.3868061373121121, 0.12601570926116135, -0.13477471878981262, -0.3955651468408099, -0.6563555748918306, -0.9171460029428046, -0.7944042700413294, -0.630334122454838, -0.46626397486834664, -0.30219382728186994, -0.13812367969534928, 0.025946467891142078, 0.16533771656158336, 0.289573598832664, 0.41380948110377785, 0.5380453633748696, 0.6622812456459614, 0.786517127917042, 0.7790008148854337, 0.5115299285134502, 0.2440590421413471, -0.02341184423063636, -0.2908827306026438, -0.5583536169746512, -0.8063727195810414, -0.707994275387791, -0.6096158311945405, -0.511237387001299, -0.41285894280802216, -0.31448049861477173, -0.21610205442152128, -0.050571278714222734, 0.13501985098686664, 0.32061098068797256, 0.5062021103890951, 0.6917932400902012, 0.8773843697913071, 0.8495456837162699, 0.5967009164903682, 0.34385614926444386, 0.09101138203854209, -0.16183338518734836, -0.41467815241325007, -0.6109806842561727, -0.5861307139201603, -0.5612807435841477, -0.5364307732481396, -0.5115808029121315, -0.48673083257612226, -0.4618808622401108, -0.24621490534517898, -0.014052611206518462, 0.21810968293213184, 0.45027197707085453, 0.6824342712095047, 0.9145965653481652, 0.8598472212330739, 0.6417700423544128, 0.42369286347575175, 0.20561568459705182, -0.012461494281609198, -0.23053867316027996, -0.3893399341065037, -0.4399979720182028, -0.4906560099298951, -0.5413140478415851, -0.5919720857532774, -0.6426301236649675, -0.6712543252994023, -0.41101478197542485, -0.15077523865145892, 0.1094643046724838, 0.36970384799641487, 0.6299433913203923, 0.8901829346443234, 0.814728477580763, 0.6487907900949992, 0.48285310260922804, 0.31691541512341975, 0.15097772763764855, -0.014959959848115253, -0.15879695288076356, -0.28092760878239675, -0.40305826468405176, -0.5251889205856903, -0.6473195764873236, -0.7694502323889567, -0.8053303905402743, -0.537744130856714, -0.2701578711731659, -0.0025716114896056075, 0.2650146481939426, 0.5326009078775028, 0.8001871675610869, 0.7223857311664283, 0.6218060361264666, 0.5212263410865138, 0.42064664604656093, 0.3200669510065991, 0.2194872559666463, 0.06435408735666925, -0.11952032850338568, -0.3033947443634324, -0.4872691602235365, -0.6711435760835831, -0.855017991943638, -0.8762505897017562, -0.6226333816975723, -0.3690161736933659, -0.11539896568918195, 0.1382182423150019, 0.39183545031917444, 0.6205785553254426, 0.5933689735757792, 0.5661593918261145, 0.5389498100764512, 0.5117402283267867, 0.48453064657712325, 0.457321064827455, 0.26600435590099003, 0.03503351063456284, -0.19593733463182317, -0.4269081798982505, -0.6578790251646468, -0.8888498704310328, -0.8846117133827889, -0.6651665584486735, -0.4457214035145481, -0.2262762485803737, -0.006831093646248454, 0.21261406128786706, 0.39115903815889475, 0.43948706938243, 0.4878151006059566, 0.5361431318294833, 0.584471163053012, 0.6327991942765409, 0.6811272255000804, 0.43506213348258826, 0.17539386392802847, -0.08427440562654287, -0.34394267518110266, -0.6036109447357088, -0.8632792142902685, -0.83541703535608, -0.6676248087259754, -0.4998325820958781, -0.33204035546579586, -0.1642481288357211, 0.003544097794361184, 0.15272921231525027, 0.2727450732512018, 0.39276093418716407, 0.5127767951231317, 0.6327926560590779, 0.7528085169950294, 0.8316210037850221, 0.563940335426948, 0.2962596670689098, 0.02857899871088354, -0.23910166964714274, -0.506782338005181, -0.7744630063632909, -0.737226140177827, -0.6344530744297338, -0.5316800086816452, -0.428906942933552, -0.3261338771854496, -0.22336081143735645, -0.07773522083262141, 0.10440807513880024, 0.286551371110222, 0.4686946670816111, 0.6508379630530085, 0.8329812590243977, 0.903062278731925, 0.648692500150298, 0.394322721568637, 0.13995294298697614, -0.11441683559463944, -0.368786614176255, -0.623156392757916, -0.6011033909332465], "type": "scatter", "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 1001, "currentCount": 1001}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-29, 1031], "domain": [0.0658209390492855, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-1.0524607975563554, 1.0479942279269323], "domain": [0.03762029746281716, 0.9901574803149606], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 326.671875}}