Skip to content

Instantly share code, notes, and snippets.

@nopara73
Created April 2, 2026 07:52
Show Gist options
  • Select an option

  • Save nopara73/1ca56a7d826cf34b87b7cd5f443bbcce to your computer and use it in GitHub Desktop.

Select an option

Save nopara73/1ca56a7d826cf34b87b7cd5f443bbcce to your computer and use it in GitHub Desktop.
Mike Lustgarten NHANES calculator
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mike Lustgarten NHANES Calculator</title>
<style>
:root {
color-scheme: light dark;
--bg: #0b1020;
--panel: #121933;
--panel-2: #182247;
--text: #eaf0ff;
--muted: #9fb0d8;
--accent: #77a6ff;
--accent-2: #8cf0c4;
--border: rgba(255,255,255,0.08);
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: linear-gradient(180deg, #0a0f1d 0%, #101833 100%);
color: var(--text);
}
.wrap { max-width: 1180px; margin: 0 auto; padding: 24px; }
.hero { margin-bottom: 20px; }
h1 { margin: 0 0 8px; font-size: 32px; }
.sub { color: var(--muted); line-height: 1.5; }
.grid { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 20px; }
.panel {
background: rgba(18, 25, 51, 0.92);
border: 1px solid var(--border);
border-radius: 18px;
padding: 20px;
backdrop-filter: blur(8px);
box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.controls { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
button {
border: 0;
border-radius: 12px;
padding: 10px 14px;
background: var(--accent);
color: #08101f;
font-weight: 700;
cursor: pointer;
}
button.secondary { background: #2a396c; color: var(--text); }
.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.metric { background: var(--panel-2); border-radius: 14px; padding: 14px; border: 1px solid var(--border); }
.metric .label { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.metric .value { font-size: 28px; font-weight: 800; margin-top: 6px; }
.metric .tiny { color: var(--muted); font-size: 12px; margin-top: 4px; }
.inputs { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px 12px; }
.field { background: var(--panel-2); border: 1px solid var(--border); border-radius: 12px; padding: 10px; }
.field label { display: block; font-size: 12px; color: var(--muted); margin-bottom: 6px; font-weight: 600; }
.field input { width: 100%; padding: 9px 10px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.04); color: var(--text); font-size: 14px; }
.note { color: var(--muted); font-size: 13px; line-height: 1.5; }
code { color: var(--accent-2); }
.status { margin-top: 12px; color: var(--muted); font-size: 13px; }
@media (max-width: 980px) { .grid { grid-template-columns: 1fr; } .inputs { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 640px) { .inputs, .metrics { grid-template-columns: 1fr; } h1 { font-size: 26px; } .wrap { padding: 14px; } }
</style>
</head>
<body>
<div class="wrap">
<div class="hero">
<h1>Mike Lustgarten Calculator</h1>
<div class="sub">Single-page JavaScript calculator using the exact NHANES-trained Mike-specific model configuration from this workspace. Inputs are prefilled with Mike's panel and update the outputs instantly.</div>
</div>
<div class="grid">
<section class="panel">
<div class="controls">
<button id="resetBtn">Reset to Mike Baseline</button>
<button id="cholMinus10" class="secondary">TC -10%</button>
<button id="cholPlus10" class="secondary">TC +10%</button>
<button id="cholPlus50" class="secondary">TC +50%</button>
</div>
<div class="metrics">
<div class="metric"><div class="label">Risk Score</div><div class="value" id="riskScore">-</div><div class="tiny">Neural net output</div></div>
<div class="metric"><div class="label">Percentile</div><div class="value" id="percentile">-</div><div class="tiny">Among male NHANES reference</div></div>
<div class="metric"><div class="label">10y Risk</div><div class="value" id="risk10y">-</div><div class="tiny">Aging-related risk</div></div>
<div class="metric"><div class="label">Bio Age</div><div class="value" id="bioAge">-</div><div class="tiny">Risk-equivalent age</div></div>
</div>
<div class="inputs" id="inputs"></div>
</section>
<aside class="panel">
<h2 style="margin-top:0">Model Notes</h2>
<p class="note">Inference uses the exact one-hidden-layer MLP:</p>
<p class="note"><code>score(x) = w₂ᵀ GELU(W₁ ((x-μ)/σ) + b₁) + b₂</code></p>
<p class="note">Calibration maps <code>score</code> to 10-year aging-related risk and then to a risk-equivalent biological age on the male NHANES reference cohort.</p>
<div class="status">
<div>Features: <strong>27</strong></div>
<div>Validation C-index: <strong>0.8228</strong></div>
<div>Test C-index: <strong>0.8140</strong></div>
<div>Best step: <strong>200</strong></div>
<div>Training time: <strong>30.00s</strong></div>
</div>
</aside>
</div>
</div>
<script>
const MODEL = {"title": "Mike Lustgarten NHANES Calculator", "featureColumns": ["TCP", "HDP", "TGP", "CRP", "SGP", "BUP", "CEP", "NAPSI", "SKPSI", "CLPSI", "CAPSI", "TPP", "AMP", "TBP", "APPSI", "ASPSI", "ATPSI", "GHP", "WCP", "RCP", "HGP", "HTP", "MVPSI", "MCPSI", "MHP", "RWP", "LMPPCNT"], "baselineInputs": {"TCP": 137.0, "HDP": 58.0, "TGP": 65.0, "CRP": 0.02, "SGP": 90.0, "BUP": 12.0, "CEP": 0.83, "NAPSI": 138.0, "SKPSI": 4.3, "CLPSI": 102.0, "CAPSI": 2.4, "TPP": 7.4, "AMP": 5.1, "TBP": 0.5, "APPSI": 41.0, "ASPSI": 26.0, "ATPSI": 26.0, "GHP": 5.4, "WCP": 3.6, "RCP": 4.69, "HGP": 14.6, "HTP": 43.3, "MVPSI": 92.3, "MCPSI": 31.1, "MHP": 33.7, "RWP": 12.2, "LMPPCNT": 43.5}, "rawMean": [201.1949920654297, 47.23301696777344, 141.99652099609375, 0.42381781339645386, 101.14002227783203, 14.867018699645996, 1.1915419101715088, 141.5358123779297, 4.126547813415527, 104.26520538330078, 2.3119595050811768, 7.460105895996094, 4.231572151184082, 0.7132540345191956, 90.1558837890625, 24.446060180664062, 21.929546356201172, 5.507958889007568, 6.976778030395508, 4.990982532501221, 15.062668800354004, 44.628116607666016, 89.6776351928711, 30.26770782470703, 33.743408203125, 13.133132934570312, 32.487586975097656], "rawStd": [42.52330017089844, 14.075785636901855, 127.67306518554688, 0.7872707843780518, 27.91973114013672, 5.162662029266357, 0.3367239534854889, 2.345432996749878, 0.32396841049194336, 3.22438907623291, 0.10819879919290543, 0.45306336879730225, 0.3439047932624817, 0.35106876492500305, 32.78130340576172, 14.85720157623291, 17.57682991027832, 0.9452552199363708, 2.192653179168701, 0.438852995634079, 1.2069309949874878, 3.319495677947998, 5.139676094055176, 2.003187894821167, 0.8336448669433594, 1.0323991775512695, 8.803284645080566], "w1": [[0.29071059823036194, 0.2963907718658447, -0.09197390824556351, 0.2667030394077301, 0.010461722500622272, 0.10579055547714233, -0.196896031498909, 0.12001346051692963, 0.17121897637844086, 0.12861722707748413, 0.03102356754243374, -0.12687699496746063, 0.37584081292152405, 0.1552632749080658, 0.03305169567465782, -0.22230464220046997, 0.15718306601047516, 0.026284100487828255, -0.1067892462015152, -0.10867730528116226, -0.1922578513622284, -0.19955766201019287, -0.2383081614971161, -0.043782658874988556, -0.09075044840574265, -0.4702144265174866, 0.11681737005710602], [-0.19457605481147766, 0.08280127495527267, -0.43668773770332336, 0.23851805925369263, -0.34013986587524414, -0.05367110297083855, 0.01780838333070278, 0.17437006533145905, 0.1365150511264801, 0.056537363678216934, 0.3739751875400543, -0.22620050609111786, 0.15002071857452393, 0.07301003485918045, 0.042210593819618225, 0.15950490534305573, 0.2365187704563141, -0.06525207310914993, -0.196859210729599, 0.008692273870110512, 0.1383202075958252, 0.14390908181667328, -0.037310950458049774, -0.09301891922950745, 0.036719802767038345, -0.395587682723999, 0.13935503363609314], [0.029738569632172585, 0.15717318654060364, -0.004756120033562183, -0.052041832357645035, 0.1050901859998703, -0.1755770593881607, -0.08684952557086945, -0.07598499208688736, -0.016709597781300545, 0.014394416473805904, 0.08206339180469513, -0.002187351230531931, 0.19987645745277405, -0.19915811717510223, -0.10518372803926468, -0.17066892981529236, 0.19894100725650787, 0.023166779428720474, 0.2321861982345581, -0.11364791542291641, -0.13897117972373962, -0.09512016922235489, -0.04658375680446625, 0.14086540043354034, 0.06947854161262512, 0.07663631439208984, -0.06671557575464249], [-0.2028634399175644, 0.18618357181549072, -0.39510926604270935, 0.13427287340164185, -0.2670375108718872, -0.08842460066080093, -0.14508749544620514, 0.012701699510216713, 0.0040401616133749485, 0.10620566457509995, 0.1361280083656311, -0.12458865344524384, 0.348845899105072, 0.0010197244118899107, -0.04256083443760872, 0.0820278599858284, 0.0427042581140995, -0.22227315604686737, 0.005182963330298662, -0.04558855667710304, 0.08494589477777481, 0.024396300315856934, -0.22057653963565826, -0.1236770749092102, -0.23679791390895844, -0.36133652925491333, -0.10445210337638855], [-0.1365346908569336, -0.1517435908317566, 0.15773606300354004, 0.08347631245851517, 0.09974637627601624, -0.2204262763261795, -0.09079927206039429, 0.07465969771146774, 0.18233734369277954, -0.19124527275562286, 0.014138275757431984, -0.012781491503119469, 0.022532548755407333, 0.11292729526758194, 0.03449416160583496, -0.22854895889759064, -0.42109888792037964, -0.08203499764204025, -0.19787652790546417, -0.2649042308330536, 0.09817970544099808, -0.13921776413917542, 0.04081796109676361, 0.021133054047822952, -0.03415723145008087, 0.13226504623889923, -0.2521747648715973], [0.03522872179746628, -0.4896632432937622, -0.47037652134895325, 0.01762384921312332, 0.14726519584655762, 0.20458649098873138, -0.07942833751440048, 0.1762506365776062, -0.16720907390117645, 0.05353603512048721, 0.16955645382404327, 0.25686386227607727, 0.09398245811462402, 0.3887212872505188, -0.22214747965335846, -0.09833475202322006, -0.4508359730243683, 0.029632234945893288, 0.0680355653166771, -0.0031007067300379276, -0.2164698988199234, 0.06427095085382462, 0.08481054753065109, 0.06019775569438934, -0.2503303289413452, 0.13770471513271332, -0.0228816419839859], [0.058010928332805634, -0.23863178491592407, 0.06988904625177383, 0.0378979817032814, 0.041715994477272034, 0.2516098618507385, 0.12195851653814316, 0.00016009144019335508, -0.040098559111356735, -0.13286295533180237, 0.1758226454257965, -0.0008578390697948635, -0.13060148060321808, -0.20742066204547882, -0.19524754583835602, 0.09057842940092087, 0.13069671392440796, -0.039166927337646484, 0.21276529133319855, 0.032126814126968384, -0.022045811638236046, -0.09360658377408981, 0.11419250071048737, 0.025297746062278748, -0.07724252343177795, -0.038416072726249695, -0.18944798409938812], [0.0006207809783518314, 0.1942903995513916, -0.24394026398658752, 0.09758174419403076, 0.12552861869335175, 0.014156145043671131, -0.032136160880327225, -0.0409356988966465, 0.08327262848615646, -0.07196751236915588, -0.15608468651771545, -0.08500610291957855, -0.1511872261762619, 0.3687218725681305, 0.25720885396003723, -0.06094856560230255, -0.49944838881492615, -0.2630351483821869, -0.07485365122556686, -0.25562718510627747, -0.052055343985557556, 0.10679969191551208, 0.14334280788898468, -0.11790835857391357, -0.2372853308916092, 0.014634951017796993, -0.0850745141506195], [-0.17120006680488586, -0.1307855099439621, 0.10828030109405518, -0.045639172196388245, -0.10174891352653503, 0.2980961501598358, -0.06490505486726761, -0.08779048174619675, -0.3113723397254944, -0.10473751276731491, 0.3166954815387726, -0.019466733559966087, -0.11961233615875244, -0.05582476034760475, -0.3023081123828888, 0.18402227759361267, 0.03197898343205452, 0.21272782981395721, 0.030978146940469742, 0.06534381210803986, 0.021399900317192078, -0.16204434633255005, -0.22527994215488434, -0.1457674205303192, 0.1734534204006195, -0.16188102960586548, -0.16555096209049225], [-0.11030075699090958, -0.09941422194242477, -0.1424311399459839, 0.05703778564929962, 0.0697840005159378, 0.022957487031817436, 0.11899392306804657, 0.14909279346466064, -0.03706589341163635, -0.052926745265722275, -0.038842666894197464, 0.009175377897918224, -0.24673761427402496, 0.12666700780391693, -0.12654690444469452, 0.01264946535229683, -0.1587347388267517, 0.10008203983306885, -0.1551854908466339, -0.07238046824932098, -0.19247587025165558, -0.042443856596946716, 0.29261380434036255, 0.09398279339075089, 0.003692896803840995, -0.0592605397105217, -0.3587941825389862], [0.12110397964715958, -0.11269132047891617, 0.029500199481844902, 0.0813220739364624, 0.16165071725845337, -0.041830793023109436, -0.3297116458415985, 0.11366371810436249, 0.04371101036667824, -0.09683318436145782, -0.07616256177425385, -0.009531354531645775, 0.023548590019345284, -0.09862639755010605, -0.04465881735086441, -0.11759357899427414, -0.07887673377990723, 0.11191634088754654, 0.21606405079364777, -0.030985364690423012, -0.027468431740999222, -0.05317205563187599, -0.18990471959114075, -0.24512417614459991, -0.05795605853199959, -0.23552349209785461, -0.12928394973278046], [-0.12231553345918655, 0.30015355348587036, 0.161322683095932, 0.2542468309402466, -0.0957237184047699, 0.018356962129473686, 0.020425787195563316, -0.3370146155357361, 0.16955484449863434, -0.23109208047389984, 0.06495684385299683, -0.04998895525932312, 0.07494910061359406, 0.10032811760902405, 0.06506459414958954, -0.3284861147403717, -0.2113673835992813, 0.19310303032398224, 0.3284730315208435, 0.29954981803894043, 0.19781018793582916, -0.01751049980521202, -0.09929627925157547, -0.21019652485847473, 0.007270001340657473, 0.2539093792438507, 0.19847401976585388], [-0.14292556047439575, -0.16536939144134521, 0.18242111802101135, -0.6304433941841125, -0.48597878217697144, -0.12648072838783264, 0.2823205590248108, 0.149742990732193, -0.37733563780784607, 0.05208185687661171, 0.2790197432041168, -0.29325342178344727, 0.07430562376976013, 0.19600705802440643, -0.31667032837867737, -0.280731201171875, 0.2054949551820755, -0.29139313101768494, -0.4597114622592926, -0.058970581740140915, -0.1032031923532486, -0.037379518151283264, 0.22002415359020233, -0.11510366946458817, -0.19547364115715027, 0.10121013224124908, 0.1777721494436264], [0.1917937844991684, -0.07508517801761627, 0.09558285027742386, -0.5581501126289368, -0.14113861322402954, 0.18313299119472504, -0.1773044317960739, 0.012029912322759628, 0.29113855957984924, -0.05108097940683365, -0.1886560469865799, 0.13194726407527924, 0.002970487577840686, -0.09844480454921722, -0.033380087465047836, -0.17854681611061096, -0.04590879753232002, -0.3522390127182007, -0.13569116592407227, 0.003267011372372508, 0.09300857037305832, -0.21181373298168182, -0.06128290295600891, -0.11441931873559952, 0.09986572712659836, -0.2021510899066925, 0.1776067167520523], [0.101748026907444, -0.2032158225774765, 0.12553587555885315, -0.38242775201797485, -0.003532238770276308, 0.1664176881313324, -0.1245216429233551, 0.07761058211326599, -0.09831202030181885, -0.15836720168590546, 0.08789502084255219, 0.02869216538965702, -0.02517225407063961, 0.08358423411846161, 0.0796276181936264, -0.07757292687892914, 0.03439265489578247, -0.21917997300624847, -0.3492698073387146, 0.047604311257600784, 0.08582685887813568, -0.09026128053665161, -0.0986076295375824, 0.08933348953723907, 0.09889478981494904, -0.13389436900615692, 0.07482235133647919], [-0.15203090012073517, -0.3865669071674347, -0.009169278666377068, 0.08211654424667358, 0.1613273322582245, -0.07576392590999603, -0.033902358263731, 0.08786693215370178, 0.12259568274021149, 0.07762490212917328, -0.19174015522003174, -0.05338786914944649, 0.09321989119052887, 0.10889929533004761, -0.13890789449214935, -0.017056914046406746, -0.238084614276886, -0.025293702259659767, 0.10254096239805222, -0.0257820226252079, -0.08444778621196747, -0.1931697279214859, -0.1912461221218109, -0.054810866713523865, 0.09511199593544006, 0.10643571615219116, -0.11269186437129974], [0.023944305256009102, -0.00045089630293659866, -0.25873786211013794, 0.035978175699710846, 0.11858620494604111, 0.0042073386721313, -0.051922764629125595, 0.1810208559036255, 0.02737068012356758, 0.04279117286205292, -0.15821857750415802, 0.08245310187339783, 0.08410850167274475, -0.08322051167488098, -0.175748810172081, 0.21139565110206604, 0.1515418291091919, -0.071509450674057, -0.10842475295066833, -0.3127923011779785, -0.21724988520145416, -0.022158870473504066, 0.11367987841367722, 0.10140237957239151, -0.05824953690171242, 0.2097804695367813, -0.12118100374937057], [-0.0854690745472908, -0.08898445218801498, 0.08614151179790497, 0.02441553771495819, -0.04771173745393753, 0.12809208035469055, -0.03166500851511955, -0.0865962952375412, -0.045005034655332565, 0.16489684581756592, 0.14922042191028595, 0.15809041261672974, 0.05234847590327263, 0.10412244498729706, -0.06241268292069435, -0.005029120482504368, -0.008688303641974926, -0.002521779853850603, -0.06157035753130913, -0.09504693001508713, 0.009576606564223766, 0.055215977132320404, -0.11467113345861435, -0.10539360344409943, 0.08986426144838333, -0.04910918325185776, -0.2062409520149231], [0.0026947970036417246, -0.014344395138323307, 0.12456068396568298, 0.16677969694137573, 0.07377099990844727, 0.12039978057146072, 0.1396099328994751, 0.007467029150575399, 0.023284906521439552, -0.11033070832490921, 0.2133394181728363, -0.019296785816550255, -0.11149321496486664, -0.030534740537405014, -0.11128116399049759, -0.09535025805234909, -0.12079111486673355, 0.16764433681964874, 0.20055082440376282, -0.0029855514876544476, -0.2683267593383789, -0.22762273252010345, -0.09419833868741989, -0.08200754225254059, -0.04426814615726471, -0.055275775492191315, -0.04833821952342987], [-0.20384599268436432, -0.07178714126348495, -0.3515389561653137, 0.1240525022149086, -0.34021079540252686, 0.02023238129913807, -0.06096039339900017, 0.10741844773292542, 0.15440192818641663, -0.07310477644205093, 0.18323540687561035, -0.003606262616813183, -0.029929833486676216, 0.03884438797831535, 0.1373431384563446, -0.11269323527812958, 0.16193658113479614, -0.12499059736728668, -0.02296619676053524, -0.09156009554862976, 0.17704792320728302, 0.029312007129192352, -0.09489794820547104, -0.18109846115112305, 0.183641254901886, -0.35804593563079834, 0.15936636924743652], [-0.1430130898952484, 0.008302954956889153, -0.04252041131258011, -0.01277734525501728, 0.12841753661632538, 0.028615228831768036, 0.08859165757894516, 0.3139766752719879, 0.11908090114593506, 0.022429246455430984, 0.0570078119635582, 0.12740500271320343, -0.013248773291707039, 0.11112885177135468, -0.0837646946310997, -0.018076233565807343, 0.12205187231302261, -0.017414264380931854, 0.08256866782903671, 0.2825871706008911, 0.2240111082792282, 0.29097551107406616, 0.06907036900520325, -0.11393772810697556, -0.10256214439868927, -0.11172325164079666, -0.11336943507194519], [-0.024411069229245186, -0.2684590816497803, -0.15676628053188324, 0.043595604598522186, -0.09081394225358963, -0.05043380707502365, 0.08492296934127808, 0.3163203001022339, 0.016001449897885323, 0.007314893417060375, 0.02041088044643402, -0.08073417097330093, -0.15289591252803802, 0.030682723969221115, -0.0867665633559227, 0.035900335758924484, 0.12586481869220734, 0.11229132115840912, -0.013772115111351013, -0.21258780360221863, -0.08898657560348511, -0.061772800981998444, 0.10985617339611053, 0.06857675313949585, 0.043716926127672195, -0.08790948987007141, -0.10415193438529968], [-0.3218410909175873, -0.35780227184295654, 0.05879691615700722, -0.5946736335754395, -0.03722178190946579, 0.17150990664958954, -0.2320578694343567, 0.08627469092607498, 0.05607711896300316, 0.028468821197748184, 0.24283887445926666, 0.060271937400102615, -0.3089388608932495, -0.09506451338529587, 0.10393055528402328, 0.09469811618328094, 0.13444210588932037, -0.21072305738925934, -0.40671005845069885, 0.2611381411552429, 0.1282801479101181, 0.03358347341418266, -0.06302905082702637, -0.2323618084192276, 0.015003887936472893, 0.3258592486381531, -0.10573514550924301], [-0.19217480719089508, 0.015699436888098717, -0.5270358920097351, -0.004933756310492754, -0.468500554561615, -0.12590855360031128, -0.010353961028158665, -0.2005067765712738, -0.17495319247245789, -0.0051305401138961315, 0.06588086485862732, -0.18846938014030457, 0.20891250669956207, 0.13604578375816345, -0.1700555831193924, -0.5094196200370789, 0.2578495442867279, -0.3166268765926361, 0.08934681862592697, -0.05740007013082504, -0.14719258248806, 0.10706673562526703, 0.3262045383453369, 0.008313500322401524, 0.00784870982170105, -0.015934526920318604, -0.1601572483778], [-0.041099946945905685, -0.17768462002277374, 0.132900670170784, -0.24190056324005127, 0.0982942059636116, -0.04209836572408676, -0.09968339651823044, 0.05488144978880882, -0.0035843518562614918, -0.13130351901054382, -0.19890788197517395, 0.28977036476135254, -0.1631561517715454, 0.08903199434280396, -0.06315535306930542, 0.1180981770157814, 0.09641038626432419, -0.05353304371237755, 0.2713576555252075, 0.019435927271842957, 0.15618108212947845, -0.10229300707578659, 0.09950358420610428, 0.20679441094398499, 0.17690464854240417, -0.027389608323574066, -0.06417404115200043], [0.1623673290014267, -0.014385050162672997, 0.061126675456762314, 0.01784089207649231, -0.0342944860458374, 0.2520145773887634, 0.12772682309150696, -0.0624074786901474, 0.10459858179092407, -0.2017173022031784, 0.2766787111759186, -0.17871986329555511, 0.009721121750772, -0.18068230152130127, -0.028088252991437912, 0.06889236718416214, 0.16764070093631744, 0.030089121311903, 0.3392241895198822, 0.0810992568731308, 0.19861169159412384, 0.2910073399543762, 0.2963188886642456, -0.0030584309715777636, 0.1146601140499115, 0.08290020376443863, -0.17778652906417847], [-0.15427826344966888, -0.08075189590454102, -0.07203121483325958, -0.4970850348472595, 0.017258400097489357, -0.0016748998314142227, -0.34396639466285706, -0.007233970332890749, -0.15393470227718353, -0.13032616674900055, -0.0344901867210865, -0.012004654854536057, 0.18240474164485931, 0.3486030697822571, 0.04620983079075813, -0.4771687686443329, 0.22425773739814758, -0.1493597775697708, 0.1548703908920288, -0.06416962295770645, -0.05943816527724266, 0.000513785402290523, -0.2356514185667038, -0.10814934223890305, 0.08492753654718399, -0.4318767488002777, -0.14437659084796906], [0.040520746260881424, -0.15343326330184937, -0.19910064339637756, -0.049988508224487305, 0.0559917613863945, 0.2413209080696106, 0.2604641318321228, 0.15125729143619537, -0.1993299126625061, 0.16857436299324036, 0.09494175761938095, -0.06326908618211746, -0.0797232985496521, 0.3884887397289276, 0.26819097995758057, -0.2583770155906677, -0.45149511098861694, 0.043371859937906265, -0.07962323725223541, -0.21028795838356018, 0.04219365119934082, 0.054543741047382355, 0.12808498740196228, -0.0396195724606514, -0.18256866931915283, 0.2150992900133133, -0.34493935108184814], [0.06035809963941574, 0.2894422113895416, -0.20876343548297882, 0.09606947749853134, 0.001698214909993112, -0.03400057181715965, -0.03128061816096306, -0.031718041747808456, -0.11619259417057037, 0.034219350665807724, -0.09280925244092941, -0.08381302654743195, -0.26686426997184753, 0.2579904794692993, 0.19468829035758972, 0.024216247722506523, -0.4056549668312073, -0.11261380463838577, -0.08457086980342865, -0.07547866553068161, -0.1362796276807785, 0.04311387985944748, 0.06467835605144501, -0.019814366474747658, -0.04623960331082344, -0.05544046685099602, -0.12603528797626495], [-0.0378735326230526, -0.25353938341140747, -0.4457329213619232, 0.004601653199642897, -0.08027081936597824, -0.1941259205341339, 0.21405045688152313, -0.2073047161102295, 0.09197504818439484, 0.16000735759735107, -0.06233678013086319, 0.31952184438705444, -0.2912169396877289, -0.1982208490371704, 0.013894752599298954, -0.33769461512565613, 0.2012954205274582, -0.15142391622066498, 0.10659277439117432, -0.07080875337123871, 0.1776311844587326, -0.010125689208507538, -0.2216830998659134, 0.027310363948345184, 0.2022334337234497, 0.12768720090389252, -0.13763894140720367], [-0.20239315927028656, 0.00917532667517662, 0.13874903321266174, 0.16440223157405853, -0.126204252243042, -0.2270675003528595, 0.08956743031740189, -0.15513016283512115, -0.25535011291503906, 0.23498807847499847, 0.16823403537273407, 0.17750205099582672, -0.14233309030532837, -0.20104189217090607, 0.09511441737413406, -0.17315761744976044, 0.16618658602237701, -0.295194536447525, 0.3281816244125366, -0.15216344594955444, 0.125873863697052, -0.041537072509527206, -0.05047358199954033, 0.01809229515492916, -0.04092791676521301, 0.0526496097445488, -0.11221612989902496], [0.08159832656383514, 0.10489198565483093, -0.06482071429491043, -0.004002910107374191, -0.07734188437461853, 0.0002758291084319353, -0.055890779942274094, 0.1159263402223587, -0.031709376722574234, -0.08874256908893585, -0.1212400570511818, 0.02819705568253994, 0.14542363584041595, 0.07422956079244614, 0.2075069695711136, -0.21497760713100433, -0.05729743093252182, -0.02660309709608555, 0.11858824640512466, 0.4260318875312805, 0.17182795703411102, 0.31583088636398315, 0.04936031252145767, -0.06471254676580429, -0.1685694009065628, 0.19045759737491608, -0.08396635949611664]], "b1": [0.02499448135495186, 0.18171830475330353, 0.13592177629470825, 0.1714211106300354, 0.05092911422252655, -0.04547377675771713, -0.04858797416090965, 0.23910988867282867, -0.10979382693767548, 0.17594242095947266, -0.03762614354491234, -0.10750992596149445, 0.2369004786014557, 0.10046643018722534, 0.18052002787590027, -0.0002844867412932217, 0.10117251425981522, 0.0253991037607193, 0.13399268686771393, 0.23804928362369537, 0.031863510608673096, 0.1595529466867447, 0.11549236625432968, 0.09994194656610489, -0.14846907556056976, -0.019539833068847656, 0.2839505672454834, 0.11940406262874603, -0.002076168544590473, -0.025575317442417145, 0.3020409345626831, -0.009058178402483463], "w2": [-0.3533083498477936, -0.2555423378944397, -0.005302779842168093, -0.25062474608421326, 0.32634061574935913, 0.2387368083000183, 0.17344900965690613, 0.2094704955816269, 0.2585145831108093, 0.12511643767356873, -0.16787390410900116, 0.1430966705083847, -0.23822490870952606, -0.2895823121070862, -0.20688475668430328, 0.1913652867078781, 0.13238173723220825, 0.029152756556868553, 0.18033567070960999, -0.2583926022052765, 0.016530854627490044, 0.038277268409729004, -0.25632309913635254, -0.2966066598892212, -0.13862814009189606, 0.14530128240585327, -0.3620195686817169, 0.11583750694990158, 0.28056013584136963, -0.1436994969844818, -0.2644401490688324, 0.09649518132209778], "b2": -0.4430426061153412, "scoreBeta": 1.022908017678613, "scoreBaselineCumHazardAt120m": 0.2276118677619461, "ageBeta": 0.08216264549843957, "ageBaselineCumHazardAt120m": 0.001229068700659074, "allReferenceScoresSorted": [-6.6249542236328125, -5.007068157196045, -4.407238960266113, -4.371410369873047, -4.332976341247559, -4.283985614776611, -4.266499996185303, -4.220025539398193, -4.194934368133545, -4.138372421264648, -4.137265205383301, -4.122645378112793, -4.102702617645264, -4.10082483291626, -4.072299003601074, -4.061093807220459, -4.030752182006836, -3.9974730014801025, -3.9944775104522705, -3.9578914642333984, -3.9437177181243896, -3.934415578842163, -3.828813076019287, -3.8133280277252197, -3.803379535675049, -3.800856828689575, -3.767970323562622, -3.71775484085083, -3.681098699569702, -3.635180950164795, -3.6135942935943604, -3.6112284660339355, -3.5998775959014893, -3.5814170837402344, -3.57027268409729, -3.5693256855010986, -3.5656540393829346, -3.5623695850372314, -3.5517728328704834, -3.5406875610351562, -3.535128355026245, -3.523998975753784, -3.4626152515411377, -3.4600744247436523, -3.4343738555908203, -3.4107472896575928, -3.4079525470733643, -3.398979902267456, -3.3936593532562256, -3.3871142864227295, -3.368316173553467, -3.3630616664886475, -3.3538718223571777, -3.3321940898895264, -3.331080198287964, -3.326653480529785, -3.3253185749053955, -3.2992379665374756, -3.2976481914520264, -3.2908971309661865, -3.283514976501465, -3.283281087875366, -3.282426595687866, -3.259538412094116, -3.253253221511841, -3.2485649585723877, -3.2448863983154297, -3.2441632747650146, -3.2335736751556396, -3.2335712909698486, -3.2198753356933594, -3.2113382816314697, -3.2083821296691895, -3.1981921195983887, -3.180084228515625, -3.1769485473632812, -3.176928758621216, -3.1760318279266357, -3.1713852882385254, -3.168327808380127, -3.165708303451538, -3.1621413230895996, -3.1529431343078613, -3.152353048324585, -3.150676965713501, -3.143517017364502, -3.139417886734009, -3.1386735439300537, -3.1365487575531006, -3.1317999362945557, -3.1291863918304443, -3.128464937210083, -3.1228861808776855, -3.1214349269866943, -3.1199324131011963, -3.1193275451660156, -3.1147525310516357, -3.1138112545013428, -3.1099722385406494, -3.1079890727996826, -3.1025588512420654, -3.100023031234741, -3.098658561706543, -3.098557710647583, -3.091106414794922, -3.072345733642578, -3.0690107345581055, -3.0688140392303467, -3.06097412109375, -3.0567312240600586, -3.054356575012207, -3.047771453857422, -3.0477187633514404, -3.045675039291382, -3.045330762863159, -3.033693552017212, -3.0315377712249756, -3.0300142765045166, -3.023787260055542, -3.018813371658325, -3.013122081756592, -3.011664628982544, -3.0095860958099365, -3.001591682434082, -3.0015439987182617, -3.001209020614624, -2.9995181560516357, -2.996001958847046, -2.993457078933716, -2.9889540672302246, -2.987694501876831, -2.982531785964966, -2.9767425060272217, -2.975055694580078, -2.9715805053710938, -2.971515417098999, -2.96894907951355, -2.959336757659912, -2.9540786743164062, -2.953788995742798, -2.94930100440979, -2.949098825454712, -2.9462907314300537, -2.944763422012329, -2.939863920211792, -2.9397799968719482, -2.932908058166504, -2.9302444458007812, -2.9287378787994385, -2.9188601970672607, -2.917705774307251, -2.9165639877319336, -2.9162163734436035, -2.916173219680786, -2.9144909381866455, -2.911587953567505, -2.901390314102173, -2.9005630016326904, -2.9002020359039307, -2.897366523742676, -2.886493444442749, -2.874568223953247, -2.8695361614227295, -2.8677008152008057, -2.8631467819213867, -2.861438035964966, -2.8607544898986816, -2.859740734100342, -2.8591575622558594, -2.8519461154937744, -2.851264715194702, -2.849433660507202, -2.8440799713134766, -2.840632438659668, -2.8312392234802246, -2.828089475631714, -2.826444625854492, -2.825615167617798, -2.823514938354492, -2.8180720806121826, -2.8176581859588623, -2.8174164295196533, -2.8172550201416016, -2.8161091804504395, -2.8146092891693115, -2.8069374561309814, -2.8040127754211426, -2.802863359451294, -2.7977888584136963, -2.796395778656006, -2.794522285461426, -2.790480852127075, -2.7883479595184326, -2.7843568325042725, -2.7831668853759766, -2.7830514907836914, -2.7748353481292725, -2.7724924087524414, -2.7701122760772705, -2.768554925918579, -2.7678799629211426, -2.76591420173645, -2.7652804851531982, -2.7608909606933594, -2.754533052444458, -2.753596067428589, -2.7526192665100098, -2.744419813156128, -2.7400410175323486, -2.7390763759613037, -2.7360024452209473, -2.7329230308532715, -2.731269121170044, -2.7307682037353516, -2.7307584285736084, -2.726637125015259, -2.7259953022003174, -2.7255430221557617, -2.724606513977051, -2.722057819366455, -2.7204973697662354, -2.7169606685638428, -2.7150022983551025, -2.711958169937134, -2.711306095123291, -2.710149049758911, -2.7052292823791504, -2.702531576156616, -2.6969645023345947, -2.696554660797119, -2.695930004119873, -2.695406675338745, -2.6927478313446045, -2.6924023628234863, -2.691502809524536, -2.690387010574341, -2.6903274059295654, -2.6900408267974854, -2.6880955696105957, -2.684824228286743, -2.6838369369506836, -2.6833388805389404, -2.678863763809204, -2.6766159534454346, -2.675215721130371, -2.6751441955566406, -2.6748034954071045, -2.6737377643585205, -2.6735785007476807, -2.668229103088379, -2.6647531986236572, -2.6578030586242676, -2.6577980518341064, -2.6557066440582275, -2.654420852661133, -2.6467816829681396, -2.644313097000122, -2.642011880874634, -2.640235185623169, -2.638688802719116, -2.632627248764038, -2.6312999725341797, -2.630920648574829, -2.625152587890625, -2.6230151653289795, -2.6196014881134033, -2.6191647052764893, -2.6179463863372803, -2.617377519607544, -2.6171422004699707, -2.6145031452178955, -2.6099331378936768, -2.6096553802490234, -2.6080129146575928, -2.6079490184783936, -2.607121229171753, -2.6069018840789795, -2.60632061958313, -2.6060950756073, -2.605196952819824, -2.603151321411133, -2.5978620052337646, -2.595899820327759, -2.59509539604187, -2.5899951457977295, -2.5897576808929443, -2.589400053024292, -2.5867602825164795, -2.5822672843933105, -2.5812489986419678, -2.579664945602417, -2.5777063369750977, -2.5776970386505127, -2.5773751735687256, -2.574986457824707, -2.5736262798309326, -2.570397138595581, -2.5697057247161865, -2.5673868656158447, -2.5655479431152344, -2.5640366077423096, -2.56384539604187, -2.5611929893493652, -2.5610673427581787, -2.560476064682007, -2.5604004859924316, -2.560011148452759, -2.5589263439178467, -2.550149917602539, -2.549870729446411, -2.547666311264038, -2.5377700328826904, -2.5278148651123047, -2.5265564918518066, -2.526421546936035, -2.5233957767486572, -2.5225014686584473, -2.519401788711548, -2.515129804611206, -2.5150554180145264, -2.5144288539886475, -2.51184344291687, -2.5061421394348145, -2.505502700805664, -2.5036396980285645, -2.503502130508423, -2.502877712249756, -2.5026185512542725, -2.5016984939575195, -2.5016977787017822, -2.5016930103302, -2.499046564102173, -2.4987034797668457, -2.4981818199157715, -2.4977974891662598, -2.4976320266723633, -2.4910848140716553, -2.490896224975586, -2.490192413330078, -2.4888269901275635, -2.4879157543182373, -2.4868083000183105, -2.486377239227295, -2.485212564468384, -2.4829790592193604, -2.482346773147583, -2.4816970825195312, -2.480212926864624, -2.4801182746887207, -2.478111982345581, -2.476137638092041, -2.4758496284484863, -2.474067449569702, -2.4730749130249023, -2.4710443019866943, -2.469658613204956, -2.4683635234832764, -2.468071460723877, -2.465461492538452, -2.4652836322784424, -2.464759349822998, -2.464548349380493, -2.4604218006134033, -2.4597513675689697, -2.458078145980835, -2.4570930004119873, -2.4559671878814697, -2.4540445804595947, -2.450927972793579, -2.4484922885894775, -2.446942090988159, -2.4466536045074463, -2.446274518966675, -2.4453275203704834, -2.4442453384399414, -2.441317081451416, -2.4410128593444824, -2.4405453205108643, -2.4401111602783203, -2.43734073638916, -2.436673164367676, -2.4365837574005127, -2.433183431625366, -2.43259859085083, -2.431558609008789, -2.425333023071289, -2.424126148223877, -2.4239113330841064, -2.422274351119995, -2.4221208095550537, -2.4201691150665283, -2.4201061725616455, -2.4199252128601074, -2.4158942699432373, -2.414808988571167, -2.408635139465332, -2.404799461364746, -2.4001941680908203, -2.397761106491089, -2.3963065147399902, -2.3949270248413086, -2.3921992778778076, -2.3910746574401855, -2.390312671661377, -2.3900561332702637, -2.3886654376983643, -2.3882052898406982, -2.3872601985931396, -2.3871707916259766, -2.3849785327911377, -2.383005380630493, -2.3829293251037598, -2.3825581073760986, -2.379737138748169, -2.3795006275177, -2.379453182220459, -2.379093647003174, -2.378469705581665, -2.375171422958374, -2.374776840209961, -2.3713481426239014, -2.371056318283081, -2.3695058822631836, -2.3694746494293213, -2.3694496154785156, -2.3693857192993164, -2.367755651473999, -2.367450475692749, -2.364283800125122, -2.3639719486236572, -2.363083600997925, -2.36067795753479, -2.357196569442749, -2.356947898864746, -2.3565821647644043, -2.3550984859466553, -2.3522143363952637, -2.350478172302246, -2.3496487140655518, -2.3476359844207764, -2.34690260887146, -2.3466427326202393, -2.3417747020721436, -2.3378467559814453, -2.3365845680236816, -2.3350753784179688, -2.333580732345581, -2.3334741592407227, -2.332995653152466, -2.3326008319854736, -2.3295440673828125, -2.327993631362915, -2.3274178504943848, -2.3272855281829834, -2.326157331466675, -2.323232889175415, -2.322544574737549, -2.3213298320770264, -2.3184001445770264, -2.3176498413085938, -2.3174450397491455, -2.3158371448516846, -2.313720703125, -2.313664436340332, -2.313159227371216, -2.312828540802002, -2.3107409477233887, -2.3105885982513428, -2.310195207595825, -2.3095123767852783, -2.3078622817993164, -2.307116985321045, -2.3064613342285156, -2.304478883743286, -2.304445505142212, -2.302438497543335, -2.3002355098724365, -2.2990562915802, -2.296050548553467, -2.2956395149230957, -2.2949976921081543, -2.2941625118255615, -2.292694091796875, -2.290541410446167, -2.2874224185943604, -2.2867982387542725, -2.2831459045410156, -2.282081365585327, -2.281564474105835, -2.280040979385376, -2.278242588043213, -2.277017831802368, -2.275486707687378, -2.274900436401367, -2.2746827602386475, -2.274564266204834, -2.2720704078674316, -2.270354986190796, -2.268993616104126, -2.2686688899993896, -2.267833709716797, -2.2669172286987305, -2.264953851699829, -2.2644076347351074, -2.2633509635925293, -2.261791706085205, -2.259340286254883, -2.2590832710266113, -2.256103038787842, -2.256098747253418, -2.255889892578125, -2.255688190460205, -2.253234386444092, -2.2531020641326904, -2.2530477046966553, -2.252534866333008, -2.252307176589966, -2.252087116241455, -2.2482101917266846, -2.247849941253662, -2.2458550930023193, -2.2422666549682617, -2.24173641204834, -2.235668182373047, -2.234504461288452, -2.2330734729766846, -2.232921838760376, -2.2327616214752197, -2.2318408489227295, -2.2316839694976807, -2.229818820953369, -2.2275326251983643, -2.2261507511138916, -2.2254912853240967, -2.225261688232422, -2.222935676574707, -2.221385955810547, -2.218937635421753, -2.21624493598938, -2.2133145332336426, -2.2127859592437744, -2.2104175090789795, -2.2096498012542725, -2.209611415863037, -2.208538770675659, -2.2022602558135986, -2.2003984451293945, -2.199647903442383, -2.1982619762420654, -2.1980113983154297, -2.196641206741333, -2.1963887214660645, -2.1933071613311768, -2.192958116531372, -2.1915197372436523, -2.1908204555511475, -2.190403699874878, -2.1879682540893555, -2.1872544288635254, -2.1858670711517334, -2.185310125350952, -2.185271739959717, -2.185235023498535, -2.1842286586761475, -2.1821329593658447, -2.182131767272949, -2.1813910007476807, -2.1772608757019043, -2.175429344177246, -2.1750338077545166, -2.174530029296875, -2.1740872859954834, -2.174043893814087, -2.1739015579223633, -2.170846462249756, -2.169276475906372, -2.1686129570007324, -2.1677937507629395, -2.1677193641662598, -2.166168212890625, -2.1648805141448975, -2.164121627807617, -2.1637110710144043, -2.1624016761779785, -2.160836696624756, -2.1583251953125, -2.1554908752441406, -2.155146360397339, -2.1547484397888184, -2.152024984359741, -2.1517670154571533, -2.150284767150879, -2.1500189304351807, -2.149739980697632, -2.149733781814575, -2.14963436126709, -2.1494932174682617, -2.1471939086914062, -2.147138833999634, -2.146153450012207, -2.145418405532837, -2.1444928646087646, -2.1429169178009033, -2.142239809036255, -2.1420822143554688, -2.14180588722229, -2.137500286102295, -2.137031316757202, -2.136561393737793, -2.1351158618927, -2.134422540664673, -2.131826162338257, -2.127462863922119, -2.1226518154144287, -2.1223325729370117, -2.121544122695923, -2.1207668781280518, -2.120027542114258, -2.119922637939453, -2.1185646057128906, -2.1181015968322754, -2.1171321868896484, -2.11647891998291, -2.1157374382019043, -2.1124274730682373, -2.111804246902466, -2.111172914505005, -2.1110761165618896, -2.1095311641693115, -2.1084861755371094, -2.1075949668884277, -2.104724884033203, -2.1032626628875732, -2.1020729541778564, -2.100102424621582, -2.0970234870910645, -2.0963709354400635, -2.0951123237609863, -2.093266725540161, -2.0932633876800537, -2.092618942260742, -2.0923712253570557, -2.092146873474121, -2.089381694793701, -2.0863678455352783, -2.086326837539673, -2.0857269763946533, -2.0855984687805176, -2.083482027053833, -2.0825107097625732, -2.08249831199646, -2.082484245300293, -2.080944776535034, -2.079486846923828, -2.078897476196289, -2.078670024871826, -2.077812671661377, -2.0765695571899414, -2.0748157501220703, -2.0737783908843994, -2.073672294616699, -2.072964668273926, -2.072683334350586, -2.0725107192993164, -2.0702662467956543, -2.069607734680176, -2.069488286972046, -2.0693609714508057, -2.0679094791412354, -2.065835475921631, -2.0657434463500977, -2.06567120552063, -2.060734748840332, -2.0601601600646973, -2.0601296424865723, -2.059070587158203, -2.0555553436279297, -2.0537314414978027, -2.053217649459839, -2.0495059490203857, -2.0494158267974854, -2.0490567684173584, -2.048854351043701, -2.0468075275421143, -2.0443129539489746, -2.0432028770446777, -2.042987585067749, -2.042356491088867, -2.0420258045196533, -2.040428638458252, -2.038306474685669, -2.03776478767395, -2.037418842315674, -2.0347695350646973, -2.033599853515625, -2.032688856124878, -2.031599521636963, -2.0315308570861816, -2.0310888290405273, -2.031019449234009, -2.0299415588378906, -2.028435230255127, -2.0282981395721436, -2.0274932384490967, -2.0233945846557617, -2.022641181945801, -2.022507429122925, -2.0218961238861084, -2.020421266555786, -2.019836664199829, -2.01808500289917, -2.0144150257110596, -2.014213800430298, -2.0135247707366943, -2.0113325119018555, -2.010624885559082, -2.009160280227661, -2.0087060928344727, -2.0060276985168457, -2.0037596225738525, -2.0034754276275635, -2.001835584640503, -1.999267816543579, -1.9985488653182983, -1.9980469942092896, -1.9965215921401978, -1.9956508874893188, -1.9921432733535767, -1.9919383525848389, -1.9911466836929321, -1.9908751249313354, -1.9907746315002441, -1.9901903867721558, -1.9896174669265747, -1.9885379076004028, -1.9876794815063477, -1.986843228340149, -1.9862279891967773, -1.9862158298492432, -1.9860787391662598, -1.9850802421569824, -1.9842934608459473, -1.9829025268554688, -1.9824799299240112, -1.9819822311401367, -1.9787993431091309, -1.978492259979248, -1.9761492013931274, -1.9757806062698364, -1.9757548570632935, -1.975554347038269, -1.9743555784225464, -1.9732551574707031, -1.9730418920516968, -1.9723694324493408, -1.9710590839385986, -1.9695407152175903, -1.9689109325408936, -1.9680877923965454, -1.9679538011550903, -1.9671522378921509, -1.9646339416503906, -1.9642833471298218, -1.963476538658142, -1.9627439975738525, -1.9620088338851929, -1.9613474607467651, -1.9586827754974365, -1.958472490310669, -1.9563350677490234, -1.9553099870681763, -1.9542046785354614, -1.9523383378982544, -1.9502073526382446, -1.9495044946670532, -1.9489814043045044, -1.9483979940414429, -1.9483754634857178, -1.9483343362808228, -1.9482368230819702, -1.9477406740188599, -1.946522831916809, -1.9441195726394653, -1.943914771080017, -1.9394484758377075, -1.9383546113967896, -1.9354817867279053, -1.9348469972610474, -1.932656168937683, -1.932193398475647, -1.9321647882461548, -1.930465579032898, -1.9291131496429443, -1.9290884733200073, -1.928476333618164, -1.9284141063690186, -1.9279580116271973, -1.9267555475234985, -1.9204473495483398, -1.9177292585372925, -1.916510820388794, -1.9164119958877563, -1.9158824682235718, -1.9150302410125732, -1.9107507467269897, -1.9102752208709717, -1.9082413911819458, -1.9062939882278442, -1.9028571844100952, -1.9014030694961548, -1.8982741832733154, -1.895777940750122, -1.8953036069869995, -1.8939628601074219, -1.8923250436782837, -1.8916095495224, -1.8912893533706665, -1.8906010389328003, -1.889463186264038, -1.8892742395401, -1.888741374015808, -1.8880046606063843, -1.8872637748718262, -1.8866996765136719, -1.8852109909057617, -1.8838157653808594, -1.8825950622558594, -1.881800889968872, -1.881540298461914, -1.8796560764312744, -1.8784939050674438, -1.8782213926315308, -1.8778762817382812, -1.877227544784546, -1.8771171569824219, -1.8739184141159058, -1.872032880783081, -1.8719924688339233, -1.871207594871521, -1.8700191974639893, -1.8673561811447144, -1.8664336204528809, -1.8659971952438354, -1.865435242652893, -1.8647103309631348, -1.8646091222763062, -1.8644475936889648, -1.863769292831421, -1.8621554374694824, -1.8615530729293823, -1.8602079153060913, -1.860200047492981, -1.8590697050094604, -1.8579541444778442, -1.8556307554244995, -1.8532084226608276, -1.8523212671279907, -1.8498491048812866, -1.849252462387085, -1.8485902547836304, -1.8483247756958008, -1.8474986553192139, -1.8444546461105347, -1.841680884361267, -1.8410224914550781, -1.8400462865829468, -1.8393498659133911, -1.8382498025894165, -1.8364838361740112, -1.8347293138504028, -1.8335648775100708, -1.8327518701553345, -1.830803632736206, -1.8299415111541748, -1.8283344507217407, -1.8277196884155273, -1.8273636102676392, -1.8271796703338623, -1.8259693384170532, -1.8254731893539429, -1.8238475322723389, -1.821468472480774, -1.8205918073654175, -1.8203521966934204, -1.8193241357803345, -1.818227767944336, -1.8176957368850708, -1.8175331354141235, -1.8169174194335938, -1.8169173002243042, -1.8165658712387085, -1.813454270362854, -1.8133958578109741, -1.8132926225662231, -1.8114392757415771, -1.8112000226974487, -1.810742735862732, -1.809510588645935, -1.809343934059143, -1.8082311153411865, -1.8080270290374756, -1.8078933954238892, -1.807552456855774, -1.8067067861557007, -1.8046436309814453, -1.803726315498352, -1.8032712936401367, -1.8024070262908936, -1.802363634109497, -1.8000857830047607, -1.7990072965621948, -1.7986869812011719, -1.7967709302902222, -1.796233057975769, -1.7933166027069092, -1.79258131980896, -1.7917126417160034, -1.790937900543213, -1.7909276485443115, -1.7903285026550293, -1.7895541191101074, -1.7895060777664185, -1.7893481254577637, -1.7885183095932007, -1.7885088920593262, -1.7877458333969116, -1.7872289419174194, -1.7858818769454956, -1.785735845565796, -1.785333275794983, -1.7849403619766235, -1.7832517623901367, -1.7828558683395386, -1.7790098190307617, -1.7784885168075562, -1.77751886844635, -1.777372121810913, -1.7765203714370728, -1.776328206062317, -1.775857925415039, -1.7757076025009155, -1.774357795715332, -1.7724117040634155, -1.7721408605575562, -1.7713950872421265, -1.7709451913833618, -1.7706393003463745, -1.7680202722549438, -1.7679318189620972, -1.767665147781372, -1.7668639421463013, -1.7663781642913818, -1.766350269317627, -1.7651554346084595, -1.7650436162948608, -1.7639930248260498, -1.763117790222168, -1.7615009546279907, -1.7615000009536743, -1.7599729299545288, -1.7595880031585693, -1.7579816579818726, -1.7578338384628296, -1.7570240497589111, -1.7568727731704712, -1.7542774677276611, -1.7540262937545776, -1.753728985786438, -1.7533327341079712, -1.7532109022140503, -1.7529191970825195, -1.7514019012451172, -1.7492738962173462, -1.7469432353973389, -1.746537208557129, -1.7453469038009644, -1.744856834411621, -1.7447484731674194, -1.7435081005096436, -1.7417494058609009, -1.7412011623382568, -1.740563154220581, -1.7397016286849976, -1.7388416528701782, -1.7387806177139282, -1.7358068227767944, -1.7340680360794067, -1.7337214946746826, -1.7336324453353882, -1.7334469556808472, -1.7314966917037964, -1.7312076091766357, -1.7299762964248657, -1.7297310829162598, -1.7289707660675049, -1.728887677192688, -1.7281628847122192, -1.7281488180160522, -1.7273380756378174, -1.7269619703292847, -1.726853609085083, -1.7265318632125854, -1.7257095575332642, -1.7231377363204956, -1.7225019931793213, -1.7220509052276611, -1.7209242582321167, -1.7184207439422607, -1.7161556482315063, -1.7139891386032104, -1.7132261991500854, -1.7131686210632324, -1.7129396200180054, -1.7124707698822021, -1.7109309434890747, -1.7104852199554443, -1.7104367017745972, -1.7094453573226929, -1.7081339359283447, -1.707396388053894, -1.7064405679702759, -1.7035588026046753, -1.7031606435775757, -1.7031596899032593, -1.702501893043518, -1.7014867067337036, -1.700978398323059, -1.699378252029419, -1.6986336708068848, -1.6985841989517212, -1.6983627080917358, -1.6977366209030151, -1.6969889402389526, -1.695119023323059, -1.6950294971466064, -1.6949381828308105, -1.6936209201812744, -1.6933485269546509, -1.6932039260864258, -1.6915873289108276, -1.6892306804656982, -1.68888521194458, -1.6862958669662476, -1.6861480474472046, -1.6841472387313843, -1.6829509735107422, -1.682723045349121, -1.6824606657028198, -1.6819480657577515, -1.6811233758926392, -1.6808710098266602, -1.6799453496932983, -1.6795812845230103, -1.6793568134307861, -1.6779361963272095, -1.67766535282135, -1.6775765419006348, -1.6769200563430786, -1.676802396774292, -1.6760154962539673, -1.6751660108566284, -1.674264907836914, -1.673109531402588, -1.6729577779769897, -1.6711280345916748, -1.6710935831069946, -1.6679037809371948, -1.6666632890701294, -1.6666203737258911, -1.665806770324707, -1.665621280670166, -1.6650112867355347, -1.6627212762832642, -1.6596070528030396, -1.6588208675384521, -1.6569695472717285, -1.6561579704284668, -1.6542919874191284, -1.6535261869430542, -1.6534557342529297, -1.6520620584487915, -1.6518454551696777, -1.6504119634628296, -1.6502114534378052, -1.6490802764892578, -1.6476725339889526, -1.6471706628799438, -1.6428552865982056, -1.642013669013977, -1.6418153047561646, -1.639992594718933, -1.6397219896316528, -1.6376157999038696, -1.6370863914489746, -1.6370295286178589, -1.636412501335144, -1.6358217000961304, -1.6352015733718872, -1.6349350214004517, -1.6313399076461792, -1.6312892436981201, -1.6303218603134155, -1.6297645568847656, -1.6291730403900146, -1.628579020500183, -1.6281394958496094, -1.6274793148040771, -1.627196192741394, -1.6233022212982178, -1.6229790449142456, -1.620459794998169, -1.620362401008606, -1.6199272871017456, -1.6196564435958862, -1.618981122970581, -1.618676781654358, -1.618097186088562, -1.6149708032608032, -1.6140722036361694, -1.6105040311813354, -1.6104134321212769, -1.610410213470459, -1.6094800233840942, -1.6087239980697632, -1.6087146997451782, -1.6083093881607056, -1.608174443244934, -1.6074249744415283, -1.6055552959442139, -1.6048091650009155, -1.604784369468689, -1.6037932634353638, -1.6028746366500854, -1.6021370887756348, -1.5983914136886597, -1.5983856916427612, -1.5977421998977661, -1.5975918769836426, -1.5961440801620483, -1.595194935798645, -1.595118522644043, -1.5924131870269775, -1.5912014245986938, -1.5902708768844604, -1.589669108390808, -1.5889947414398193, -1.5863536596298218, -1.585914969444275, -1.5848791599273682, -1.5842443704605103, -1.58378267288208, -1.5836241245269775, -1.5826350450515747, -1.5820754766464233, -1.5819143056869507, -1.5814794301986694, -1.5813525915145874, -1.581095576286316, -1.5806235074996948, -1.5771657228469849, -1.575610876083374, -1.575374722480774, -1.5753142833709717, -1.5750318765640259, -1.575020670890808, -1.5733166933059692, -1.5715869665145874, -1.5710711479187012, -1.570775032043457, -1.5695838928222656, -1.566285252571106, -1.5656362771987915, -1.5648871660232544, -1.5648359060287476, -1.5620845556259155, -1.5620224475860596, -1.5610722303390503, -1.560912847518921, -1.5601921081542969, -1.5601779222488403, -1.5582082271575928, -1.5578559637069702, -1.5577009916305542, -1.5567902326583862, -1.5556409358978271, -1.55488121509552, -1.5534461736679077, -1.5526814460754395, -1.5524202585220337, -1.551535725593567, -1.5512322187423706, -1.5508514642715454, -1.5495351552963257, -1.5478157997131348, -1.5470722913742065, -1.5468868017196655, -1.5455554723739624, -1.5439387559890747, -1.5435899496078491, -1.542910099029541, -1.5419976711273193, -1.5414382219314575, -1.5410577058792114, -1.5409762859344482, -1.5409036874771118, -1.5408841371536255, -1.5389361381530762, -1.5389361381530762, -1.5388630628585815, -1.5359076261520386, -1.53514564037323, -1.5327906608581543, -1.5306915044784546, -1.5284806489944458, -1.5279977321624756, -1.5277854204177856, -1.5271987915039062, -1.5253483057022095, -1.524611473083496, -1.52403724193573, -1.5214709043502808, -1.5214258432388306, -1.5212295055389404, -1.5211294889450073, -1.5207315683364868, -1.5204331874847412, -1.5200914144515991, -1.5184781551361084, -1.5168272256851196, -1.5166081190109253, -1.5162038803100586, -1.5159839391708374, -1.5135713815689087, -1.5099536180496216, -1.5097503662109375, -1.5094835758209229, -1.5082354545593262, -1.5077409744262695, -1.5068801641464233, -1.505487084388733, -1.5046941041946411, -1.5045801401138306, -1.504366397857666, -1.5035771131515503, -1.5033762454986572, -1.5030717849731445, -1.4975374937057495, -1.4969704151153564, -1.495989203453064, -1.4955592155456543, -1.4954198598861694, -1.4953008890151978, -1.4948900938034058, -1.493497371673584, -1.49149489402771, -1.4908157587051392, -1.4907318353652954, -1.4898589849472046, -1.4888439178466797, -1.4878727197647095, -1.4876205921173096, -1.4873558282852173, -1.4867876768112183, -1.4858920574188232, -1.4855587482452393, -1.4845432043075562, -1.4831981658935547, -1.4824023246765137, -1.481164574623108, -1.4800249338150024, -1.4790762662887573, -1.4790347814559937, -1.478951334953308, -1.4764882326126099, -1.4748616218566895, -1.4713871479034424, -1.470747470855713, -1.4706436395645142, -1.4702739715576172, -1.4699562788009644, -1.4695169925689697, -1.4690041542053223, -1.468735694885254, -1.4686681032180786, -1.4680355787277222, -1.4657235145568848, -1.4657191038131714, -1.4653264284133911, -1.465266227722168, -1.4646750688552856, -1.4642070531845093, -1.4640494585037231, -1.461866855621338, -1.4616756439208984, -1.4601263999938965, -1.4600013494491577, -1.4599170684814453, -1.4593358039855957, -1.458619236946106, -1.458560585975647, -1.4581791162490845, -1.4581024646759033, -1.457722544670105, -1.4556995630264282, -1.4554529190063477, -1.4550189971923828, -1.454314947128296, -1.454219937324524, -1.4520257711410522, -1.4507921934127808, -1.4503976106643677, -1.450077772140503, -1.4469952583312988, -1.4468563795089722, -1.4455803632736206, -1.4451286792755127, -1.4425482749938965, -1.441838264465332, -1.4417346715927124, -1.4414640665054321, -1.4400314092636108, -1.4395021200180054, -1.4378437995910645, -1.4373482465744019, -1.4373363256454468, -1.4372048377990723, -1.4361802339553833, -1.4343520402908325, -1.4327126741409302, -1.432524561882019, -1.43211829662323, -1.4301871061325073, -1.4296208620071411, -1.4287314414978027, -1.427666187286377, -1.4265450239181519, -1.4255927801132202, -1.4245882034301758, -1.4240334033966064, -1.4233075380325317, -1.4223201274871826, -1.4218637943267822, -1.4209917783737183, -1.420796275138855, -1.4198640584945679, -1.4193477630615234, -1.4189053773880005, -1.4187026023864746, -1.4179750680923462, -1.4178227186203003, -1.4177263975143433, -1.4176775217056274, -1.417626976966858, -1.4122987985610962, -1.411257266998291, -1.4104926586151123, -1.4102649688720703, -1.4089702367782593, -1.4086964130401611, -1.4082772731781006, -1.4076712131500244, -1.4075313806533813, -1.4028635025024414, -1.4023432731628418, -1.4011993408203125, -1.4010695219039917, -1.3984363079071045, -1.3978360891342163, -1.3977185487747192, -1.397196650505066, -1.3965104818344116, -1.3963762521743774, -1.3961025476455688, -1.3934038877487183, -1.3932268619537354, -1.3920032978057861, -1.391048789024353, -1.3898757696151733, -1.3894917964935303, -1.3889280557632446, -1.3887544870376587, -1.388411045074463, -1.3869879245758057, -1.3867418766021729, -1.3867214918136597, -1.386633276939392, -1.384749412536621, -1.3840055465698242, -1.3838355541229248, -1.3836716413497925, -1.3833860158920288, -1.3829920291900635, -1.382419228553772, -1.3823779821395874, -1.3807811737060547, -1.3806545734405518, -1.3787411451339722, -1.3782289028167725, -1.3777265548706055, -1.3774956464767456, -1.377078652381897, -1.3764358758926392, -1.3762751817703247, -1.3757438659667969, -1.375168800354004, -1.3737726211547852, -1.3727296590805054, -1.3722491264343262, -1.3713812828063965, -1.3684020042419434, -1.3682125806808472, -1.3675199747085571, -1.3628593683242798, -1.3623414039611816, -1.3620208501815796, -1.3611173629760742, -1.3601875305175781, -1.3596524000167847, -1.3595588207244873, -1.3585267066955566, -1.3568066358566284, -1.3557912111282349, -1.355402946472168, -1.3551534414291382, -1.3550333976745605, -1.3544458150863647, -1.3539272546768188, -1.353257179260254, -1.3525347709655762, -1.3509637117385864, -1.3500159978866577, -1.3494898080825806, -1.3492240905761719, -1.3486721515655518, -1.3481037616729736, -1.3477671146392822, -1.3465732336044312, -1.3461538553237915, -1.3456807136535645, -1.3455363512039185, -1.3454135656356812, -1.3446156978607178, -1.344133973121643, -1.3431267738342285, -1.3424493074417114, -1.3421669006347656, -1.339008092880249, -1.3346338272094727, -1.3333730697631836, -1.3331931829452515, -1.332559585571289, -1.3311437368392944, -1.33074152469635, -1.3307313919067383, -1.3303948640823364, -1.3297144174575806, -1.3296726942062378, -1.328474998474121, -1.3278698921203613, -1.327211856842041, -1.3271034955978394, -1.326770544052124, -1.3267269134521484, -1.3260403871536255, -1.3254691362380981, -1.3250091075897217, -1.324660062789917, -1.3241685628890991, -1.3237019777297974, -1.3236236572265625, -1.3225626945495605, -1.3207441568374634, -1.3205621242523193, -1.3192458152770996, -1.3180590867996216, -1.317771553993225, -1.3173836469650269, -1.3162775039672852, -1.3160526752471924, -1.3160351514816284, -1.315163016319275, -1.3150711059570312, -1.3148753643035889, -1.3139021396636963, -1.3130463361740112, -1.311287760734558, -1.3111110925674438, -1.3108004331588745, -1.3092015981674194, -1.3079512119293213, -1.3067209720611572, -1.30459725856781, -1.3044527769088745, -1.303459882736206, -1.3032690286636353, -1.3023279905319214, -1.301921010017395, -1.3015413284301758, -1.2995896339416504, -1.2994250059127808, -1.2992441654205322, -1.2949937582015991, -1.2942153215408325, -1.2932766675949097, -1.2924766540527344, -1.2923941612243652, -1.291655421257019, -1.2908072471618652, -1.2898598909378052, -1.2890632152557373, -1.2889328002929688, -1.2881940603256226, -1.2880388498306274, -1.287680745124817, -1.2874574661254883, -1.286698579788208, -1.2865054607391357, -1.2862571477890015, -1.2850064039230347, -1.2843281030654907, -1.2841639518737793, -1.282971978187561, -1.2822318077087402, -1.282076120376587, -1.2820558547973633, -1.281515121459961, -1.280595302581787, -1.2787716388702393, -1.2776057720184326, -1.277308702468872, -1.2769954204559326, -1.2766004800796509, -1.2755781412124634, -1.2753820419311523, -1.2751625776290894, -1.2751262187957764, -1.2739944458007812, -1.273854374885559, -1.273313283920288, -1.2727289199829102, -1.2723989486694336, -1.271471381187439, -1.271004319190979, -1.2703022956848145, -1.2692152261734009, -1.2689766883850098, -1.2647342681884766, -1.264728307723999, -1.2637691497802734, -1.26321542263031, -1.2631100416183472, -1.2629116773605347, -1.26206374168396, -1.2616913318634033, -1.2615387439727783, -1.2615033388137817, -1.2606055736541748, -1.2598236799240112, -1.2585558891296387, -1.2565683126449585, -1.2557419538497925, -1.2554997205734253, -1.2554658651351929, -1.2551791667938232, -1.253712773323059, -1.253234624862671, -1.2528142929077148, -1.2517684698104858, -1.2513052225112915, -1.2510370016098022, -1.2510093450546265, -1.2492295503616333, -1.2471706867218018, -1.2462046146392822, -1.2460894584655762, -1.245132565498352, -1.2448927164077759, -1.2444137334823608, -1.24368417263031, -1.2435990571975708, -1.2428970336914062, -1.2421296834945679, -1.2418383359909058, -1.2417131662368774, -1.2408239841461182, -1.2378010749816895, -1.2376645803451538, -1.236488699913025, -1.235660433769226, -1.2356252670288086, -1.2355060577392578, -1.2339379787445068, -1.2332285642623901, -1.233023762702942, -1.232742428779602, -1.2319049835205078, -1.2312028408050537, -1.2310833930969238, -1.2289036512374878, -1.2286401987075806, -1.228214144706726, -1.22723388671875, -1.2265311479568481, -1.225355863571167, -1.2230212688446045, -1.221709132194519, -1.2209519147872925, -1.2209056615829468, -1.2205028533935547, -1.2199198007583618, -1.2192754745483398, -1.2189618349075317, -1.218817114830017, -1.2180815935134888, -1.2174559831619263, -1.2171365022659302, -1.2168879508972168, -1.2167515754699707, -1.2164111137390137, -1.2162576913833618, -1.2158153057098389, -1.215561032295227, -1.2150583267211914, -1.214719295501709, -1.211938738822937, -1.2115750312805176, -1.2108076810836792, -1.2107380628585815, -1.2104097604751587, -1.209207534790039, -1.208199143409729, -1.2063416242599487, -1.2059468030929565, -1.2030540704727173, -1.2006641626358032, -1.2002217769622803, -1.2001745700836182, -1.1994823217391968, -1.1988619565963745, -1.1982030868530273, -1.1979379653930664, -1.197426199913025, -1.1956360340118408, -1.195063591003418, -1.194266438484192, -1.1935162544250488, -1.1934213638305664, -1.1926862001419067, -1.1926554441452026, -1.1924985647201538, -1.191914439201355, -1.1917928457260132, -1.1890968084335327, -1.188389778137207, -1.1883419752120972, -1.1880000829696655, -1.1875934600830078, -1.1872262954711914, -1.1863590478897095, -1.1857287883758545, -1.185360074043274, -1.1853563785552979, -1.1849576234817505, -1.182897686958313, -1.1819318532943726, -1.1801623106002808, -1.1795240640640259, -1.1777898073196411, -1.1767244338989258, -1.1754459142684937, -1.1751834154129028, -1.1749705076217651, -1.1745712757110596, -1.1732115745544434, -1.1724915504455566, -1.1713567972183228, -1.171293020248413, -1.1705480813980103, -1.1694860458374023, -1.1686110496520996, -1.168342113494873, -1.167953372001648, -1.1677988767623901, -1.1674261093139648, -1.1662346124649048, -1.165281057357788, -1.165047526359558, -1.1648564338684082, -1.1647194623947144, -1.1642109155654907, -1.1640526056289673, -1.1626375913619995, -1.160752296447754, -1.1606777906417847, -1.1605499982833862, -1.1600232124328613, -1.1599797010421753, -1.159061312675476, -1.1573165655136108, -1.1568937301635742, -1.1564240455627441, -1.1537888050079346, -1.1527607440948486, -1.1526823043823242, -1.1524897813796997, -1.1515859365463257, -1.1512012481689453, -1.1508455276489258, -1.149845838546753, -1.1495423316955566, -1.1485800743103027, -1.1485655307769775, -1.1485326290130615, -1.1482176780700684, -1.1482081413269043, -1.147572636604309, -1.1462161540985107, -1.145246148109436, -1.1450275182724, -1.1444590091705322, -1.1433581113815308, -1.1433285474777222, -1.1424548625946045, -1.142378330230713, -1.1418575048446655, -1.1416547298431396, -1.1409744024276733, -1.139572262763977, -1.1388018131256104, -1.1385314464569092, -1.1381633281707764, -1.1375504732131958, -1.1372548341751099, -1.1368955373764038, -1.1365751028060913, -1.1337308883666992, -1.1336512565612793, -1.1336170434951782, -1.1323399543762207, -1.1323184967041016, -1.1316276788711548, -1.1303879022598267, -1.1292967796325684, -1.1291251182556152, -1.1281895637512207, -1.1278481483459473, -1.1254208087921143, -1.1236709356307983, -1.123544692993164, -1.1231175661087036, -1.1212940216064453, -1.1201739311218262, -1.1201242208480835, -1.1192457675933838, -1.1191623210906982, -1.118983268737793, -1.1185916662216187, -1.1181427240371704, -1.1164041757583618, -1.1161949634552002, -1.1134443283081055, -1.1134365797042847, -1.1129992008209229, -1.1128194332122803, -1.1119128465652466, -1.111373782157898, -1.1112664937973022, -1.1106114387512207, -1.109564185142517, -1.1093173027038574, -1.108142614364624, -1.107681393623352, -1.107469916343689, -1.1074180603027344, -1.1069531440734863, -1.1062214374542236, -1.1058820486068726, -1.1055381298065186, -1.1051822900772095, -1.1042464971542358, -1.1038649082183838, -1.1037511825561523, -1.1037075519561768, -1.1030939817428589, -1.1012686491012573, -1.100534200668335, -1.1000761985778809, -1.0998890399932861, -1.099492073059082, -1.0991828441619873, -1.099142074584961, -1.0980563163757324, -1.097939372062683, -1.097630262374878, -1.0975619554519653, -1.0975273847579956, -1.0967254638671875, -1.0947922468185425, -1.0940910577774048, -1.0899337530136108, -1.0886831283569336, -1.087428331375122, -1.086545467376709, -1.0865075588226318, -1.0852220058441162, -1.085169792175293, -1.0851348638534546, -1.085119366645813, -1.0816885232925415, -1.0813100337982178, -1.08046555519104, -1.0784748792648315, -1.0772098302841187, -1.0753265619277954, -1.0736088752746582, -1.072110652923584, -1.0707889795303345, -1.0706812143325806, -1.070487380027771, -1.0699968338012695, -1.0697847604751587, -1.0697062015533447, -1.0692503452301025, -1.069077491760254, -1.0674118995666504, -1.066089153289795, -1.0659693479537964, -1.0658771991729736, -1.0650252103805542, -1.0650001764297485, -1.064880609512329, -1.0636085271835327, -1.0617586374282837, -1.0583899021148682, -1.0572516918182373, -1.0565680265426636, -1.0556529760360718, -1.0551890134811401, -1.055040717124939, -1.0546828508377075, -1.0544146299362183, -1.0537309646606445, -1.0534405708312988, -1.0514061450958252, -1.0510618686676025, -1.0509815216064453, -1.0509284734725952, -1.0499520301818848, -1.0499088764190674, -1.0498697757720947, -1.049669861793518, -1.0489624738693237, -1.048338770866394, -1.0474685430526733, -1.0471142530441284, -1.0467630624771118, -1.0429164171218872, -1.0420594215393066, -1.0401767492294312, -1.0400158166885376, -1.0373812913894653, -1.0370382070541382, -1.0357707738876343, -1.0337812900543213, -1.0333210229873657, -1.032967209815979, -1.0328872203826904, -1.0323044061660767, -1.0315353870391846, -1.031326413154602, -1.029340386390686, -1.0291906595230103, -1.027965784072876, -1.0276648998260498, -1.0252999067306519, -1.0244569778442383, -1.0244059562683105, -1.023936152458191, -1.02367103099823, -1.0230320692062378, -1.0228474140167236, -1.0224648714065552, -1.0201048851013184, -1.0191220045089722, -1.0188202857971191, -1.018786072731018, -1.0186699628829956, -1.018237829208374, -1.0180869102478027, -1.0178951025009155, -1.017372727394104, -1.0169545412063599, -1.0169382095336914, -1.0165687799453735, -1.0162259340286255, -1.0147455930709839, -1.0135751962661743, -1.0115203857421875, -1.009294867515564, -1.0092058181762695, -1.006657361984253, -1.0064705610275269, -1.006398320198059, -1.0063282251358032, -1.005609154701233, -1.0054199695587158, -1.0053528547286987, -1.0053449869155884, -1.0023014545440674, -1.002025842666626, -1.0005078315734863, -0.9987437725067139, -0.9953402280807495, -0.9944828748703003, -0.9940643310546875, -0.9937653541564941, -0.9937366247177124, -0.9919135570526123, -0.9903980493545532, -0.9903560876846313, -0.9879152774810791, -0.9873303174972534, -0.987094521522522, -0.9869586229324341, -0.9863860607147217, -0.9839146137237549, -0.982351541519165, -0.982170581817627, -0.9813902378082275, -0.9790984392166138, -0.9789060354232788, -0.9788757562637329, -0.977080225944519, -0.975581169128418, -0.9752836227416992, -0.9752053022384644, -0.9746975898742676, -0.9745297431945801, -0.9735766649246216, -0.9735116958618164, -0.9732940196990967, -0.9716089963912964, -0.9714075326919556, -0.971157431602478, -0.9709488153457642, -0.9708740711212158, -0.9702061414718628, -0.969193696975708, -0.9690678119659424, -0.968102216720581, -0.9672590494155884, -0.9664483070373535, -0.96628737449646, -0.9647636413574219, -0.9643476009368896, -0.963939905166626, -0.9638314247131348, -0.9636571407318115, -0.9629974365234375, -0.9627552032470703, -0.9621497392654419, -0.9613553285598755, -0.9604538679122925, -0.959907054901123, -0.9593583345413208, -0.9581582546234131, -0.9574260711669922, -0.9564063549041748, -0.9543201923370361, -0.9536981582641602, -0.9509708881378174, -0.9500167369842529, -0.9494606256484985, -0.9472719430923462, -0.9455926418304443, -0.9427297115325928, -0.9426076412200928, -0.9415332078933716, -0.9384089708328247, -0.9377962350845337, -0.9332895278930664, -0.9325525760650635, -0.9321218729019165, -0.9297020435333252, -0.9293367862701416, -0.9290107488632202, -0.9289356470108032, -0.9280156493186951, -0.9271053075790405, -0.9265002012252808, -0.9236384034156799, -0.9218204021453857, -0.9216564297676086, -0.9204679727554321, -0.9197195172309875, -0.9187793731689453, -0.9180231094360352, -0.9177634119987488, -0.9175403118133545, -0.9166971445083618, -0.9162034392356873, -0.9154316186904907, -0.914226233959198, -0.9129077196121216, -0.9126156568527222, -0.9123300909996033, -0.9120202660560608, -0.9104658365249634, -0.906967282295227, -0.9050960540771484, -0.9034902453422546, -0.902456521987915, -0.9005700349807739, -0.8986454010009766, -0.8985483646392822, -0.8981585502624512, -0.8980515003204346, -0.8976166844367981, -0.8968199491500854, -0.8962640762329102, -0.8949580192565918, -0.8937561511993408, -0.8936123847961426, -0.8933788537979126, -0.8914211988449097, -0.8913646936416626, -0.8901044130325317, -0.8900888562202454, -0.8890410661697388, -0.8883287310600281, -0.8882194757461548, -0.8867850303649902, -0.88677978515625, -0.8851742744445801, -0.8851619958877563, -0.8835227489471436, -0.8825753927230835, -0.8815186023712158, -0.881461501121521, -0.8810824155807495, -0.8810461759567261, -0.8799562454223633, -0.8790767192840576, -0.8783451318740845, -0.8755369186401367, -0.8751893639564514, -0.874963641166687, -0.8727874755859375, -0.8720529079437256, -0.8718066215515137, -0.8712628483772278, -0.870776891708374, -0.8706203699111938, -0.8695721626281738, -0.8689671754837036, -0.868622362613678, -0.8685096502304077, -0.8681342601776123, -0.8676716089248657, -0.8670986890792847, -0.8633331060409546, -0.8632421493530273, -0.8621641397476196, -0.8616687059402466, -0.861571192741394, -0.8615497946739197, -0.8603476285934448, -0.8600791692733765, -0.8574360609054565, -0.8572509288787842, -0.8554443120956421, -0.8547629117965698, -0.8538467884063721, -0.8522225618362427, -0.8513966798782349, -0.8512704372406006, -0.8508143424987793, -0.8493434190750122, -0.8492637872695923, -0.8487834930419922, -0.8485547304153442, -0.8457841873168945, -0.8448156714439392, -0.8444361686706543, -0.8433291912078857, -0.8430918455123901, -0.8427796363830566, -0.8425012826919556, -0.8421061038970947, -0.8400019407272339, -0.839979350566864, -0.8388277888298035, -0.838123083114624, -0.837238073348999, -0.8369545936584473, -0.8369307518005371, -0.8356056213378906, -0.834389328956604, -0.8343690633773804, -0.8301373720169067, -0.8297016620635986, -0.82935631275177, -0.8289583921432495, -0.8283048868179321, -0.8272809982299805, -0.8271969556808472, -0.8269022703170776, -0.8257302045822144, -0.8253985643386841, -0.8240073919296265, -0.82368004322052, -0.8227522373199463, -0.8217581510543823, -0.8204586505889893, -0.8199511766433716, -0.8196390271186829, -0.8195228576660156, -0.8188517093658447, -0.8188403844833374, -0.8186128735542297, -0.8163154125213623, -0.8155854940414429, -0.814838171005249, -0.8129895925521851, -0.8111120462417603, -0.8108117580413818, -0.8078149557113647, -0.8076918125152588, -0.8065636157989502, -0.8045276999473572, -0.8037445545196533, -0.8030855655670166, -0.803057074546814, -0.8019285202026367, -0.8014413118362427, -0.800288200378418, -0.7997506856918335, -0.7994248867034912, -0.7993443012237549, -0.7993350028991699, -0.7981559038162231, -0.7977875471115112, -0.7950935363769531, -0.794615626335144, -0.7937806844711304, -0.7915588021278381, -0.790647029876709, -0.7895014882087708, -0.7887390851974487, -0.7886912822723389, -0.7882053852081299, -0.7877370119094849, -0.7869833707809448, -0.7863476276397705, -0.7861804962158203, -0.7853227853775024, -0.7851265668869019, -0.7849252223968506, -0.783594012260437, -0.7817025184631348, -0.7803400754928589, -0.7773126363754272, -0.7769602537155151, -0.7768572568893433, -0.7761715650558472, -0.775895357131958, -0.7748959064483643, -0.7737643718719482, -0.7729965448379517, -0.7718141078948975, -0.7710146903991699, -0.7704732418060303, -0.7704576253890991, -0.7699394226074219, -0.7695804834365845, -0.7693601250648499, -0.7688167095184326, -0.7680758237838745, -0.767492413520813, -0.7672934532165527, -0.7669762372970581, -0.7669166326522827, -0.764795184135437, -0.7645063996315002, -0.7644885778427124, -0.7640071511268616, -0.7636997699737549, -0.763459324836731, -0.7631549835205078, -0.7629246711730957, -0.759769082069397, -0.758927583694458, -0.7588539123535156, -0.7581890821456909, -0.7581634521484375, -0.7573330402374268, -0.7568291425704956, -0.7558565139770508, -0.7554935216903687, -0.755171537399292, -0.7531819939613342, -0.752841591835022, -0.752653956413269, -0.7525371313095093, -0.7517260313034058, -0.7516874074935913, -0.7503719329833984, -0.7494972944259644, -0.7486639022827148, -0.7469935417175293, -0.7458940744400024, -0.745212197303772, -0.7448264360427856, -0.7430689334869385, -0.7425201535224915, -0.742361307144165, -0.7419533729553223, -0.7418987154960632, -0.7403409481048584, -0.7401537895202637, -0.7397779226303101, -0.7392349243164062, -0.7392138242721558, -0.7371866703033447, -0.735817015171051, -0.7353389263153076, -0.7349865436553955, -0.7347206473350525, -0.7344704866409302, -0.732779860496521, -0.7327383756637573, -0.7323497533798218, -0.7312428951263428, -0.7306406497955322, -0.7301632761955261, -0.7300540208816528, -0.7300446033477783, -0.7300193309783936, -0.7284836769104004, -0.728084921836853, -0.72737717628479, -0.7225841879844666, -0.720050573348999, -0.7184774875640869, -0.7162333726882935, -0.7156244516372681, -0.7153630256652832, -0.7139467000961304, -0.7134623527526855, -0.7129790782928467, -0.7129340171813965, -0.7116712331771851, -0.7105425596237183, -0.7090469598770142, -0.7083640098571777, -0.707768440246582, -0.7074997425079346, -0.7063909769058228, -0.7049978971481323, -0.7035049200057983, -0.7009131908416748, -0.7006270885467529, -0.7002305388450623, -0.6990077495574951, -0.6989578008651733, -0.6989420652389526, -0.6962211728096008, -0.6953974962234497, -0.6947041749954224, -0.6932419538497925, -0.6931542754173279, -0.6901566982269287, -0.6901105642318726, -0.6899846196174622, -0.6887930631637573, -0.6886831521987915, -0.6883805990219116, -0.6872454881668091, -0.6863384246826172, -0.6861788034439087, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6847461462020874, -0.6841087341308594, -0.6831953525543213, -0.6830921173095703, -0.681715190410614, -0.6815926432609558, -0.6804679036140442, -0.6802917122840881, -0.6799540519714355, -0.6780205965042114, -0.6776463389396667, -0.6754109263420105, -0.6750172972679138, -0.6745577454566956, -0.6738173961639404, -0.6734422445297241, -0.6724584698677063, -0.671875536441803, -0.6714432239532471, -0.669994592666626, -0.669971764087677, -0.6666775345802307, -0.6659029126167297, -0.6648969650268555, -0.6643712520599365, -0.663863480091095, -0.663158655166626, -0.6618438959121704, -0.6618185043334961, -0.6617808938026428, -0.6607366800308228, -0.659065842628479, -0.6576882600784302, -0.6559933423995972, -0.6558724641799927, -0.6556936502456665, -0.6551914215087891, -0.6499044895172119, -0.6490646004676819, -0.6483491659164429, -0.6476254463195801, -0.647333025932312, -0.6471930742263794, -0.6462965607643127, -0.6459163427352905, -0.6454736590385437, -0.6446511745452881, -0.6443769335746765, -0.6443605422973633, -0.6422631144523621, -0.6422418355941772, -0.6413819193840027, -0.6413699388504028, -0.6409021019935608, -0.6407741904258728, -0.6405236721038818, -0.6402772665023804, -0.6390934586524963, -0.6387308835983276, -0.6378439664840698, -0.6373586654663086, -0.6372014284133911, -0.6371904015541077, -0.6370515823364258, -0.6363853216171265, -0.6313549280166626, -0.6304363012313843, -0.6280696988105774, -0.6278596520423889, -0.626604437828064, -0.6264897584915161, -0.6264417171478271, -0.6261149644851685, -0.6243560910224915, -0.6232248544692993, -0.6221113204956055, -0.622086763381958, -0.6193385124206543, -0.6154245138168335, -0.6137974262237549, -0.6137861609458923, -0.6133221983909607, -0.610896110534668, -0.6108487248420715, -0.6106163263320923, -0.6101168394088745, -0.6092492341995239, -0.6081453561782837, -0.6063053607940674, -0.604354977607727, -0.6037493944168091, -0.6027275919914246, -0.6024113893508911, -0.600730836391449, -0.5997934937477112, -0.5994184017181396, -0.5987964868545532, -0.5987263917922974, -0.5977174043655396, -0.597313642501831, -0.5971051454544067, -0.5959343910217285, -0.5926600694656372, -0.591856837272644, -0.5918251276016235, -0.5916323661804199, -0.5909841060638428, -0.5898929834365845, -0.5898522138595581, -0.588165283203125, -0.5876834988594055, -0.5871076583862305, -0.5845722556114197, -0.5838654041290283, -0.582426905632019, -0.5819729566574097, -0.5816039443016052, -0.5809637308120728, -0.5808316469192505, -0.5803855061531067, -0.5780893564224243, -0.5767099857330322, -0.5720100402832031, -0.5720008611679077, -0.5693915486335754, -0.5670286417007446, -0.5663436651229858, -0.5654915571212769, -0.5642496347427368, -0.5629058480262756, -0.5623646378517151, -0.5615691542625427, -0.5609784126281738, -0.5607372522354126, -0.5595104694366455, -0.5571120381355286, -0.5565351247787476, -0.5551101565361023, -0.5550669431686401, -0.5537998676300049, -0.55336993932724, -0.55277419090271, -0.5521241426467896, -0.550108790397644, -0.5489811897277832, -0.5480972528457642, -0.5480877757072449, -0.5475995540618896, -0.5468125343322754, -0.5465657114982605, -0.5463966131210327, -0.5461962223052979, -0.5456087589263916, -0.5450104475021362, -0.5422032475471497, -0.5376074910163879, -0.5371372699737549, -0.5363242626190186, -0.5362545251846313, -0.5345473289489746, -0.5313116312026978, -0.5300906896591187, -0.5292848348617554, -0.5267649292945862, -0.5266013145446777, -0.525449812412262, -0.5247130393981934, -0.5245634913444519, -0.5244002938270569, -0.5218563079833984, -0.5217905044555664, -0.5209082365036011, -0.519426703453064, -0.5182212591171265, -0.5176386833190918, -0.5175398588180542, -0.5173112154006958, -0.517304539680481, -0.5161176919937134, -0.5148730278015137, -0.5143148899078369, -0.5142576694488525, -0.5139694213867188, -0.5126849412918091, -0.5105100870132446, -0.5100039839744568, -0.5087690949440002, -0.5079904794692993, -0.5079038739204407, -0.5069341659545898, -0.5055056810379028, -0.5052021741867065, -0.5050260424613953, -0.5037449598312378, -0.5019043684005737, -0.5011790990829468, -0.5009554624557495, -0.5002833604812622, -0.5002323985099792, -0.4996074438095093, -0.4994570016860962, -0.4979877173900604, -0.49796566367149353, -0.49438267946243286, -0.4939725995063782, -0.49213987588882446, -0.4916188418865204, -0.4913158118724823, -0.49098679423332214, -0.4906933307647705, -0.49051952362060547, -0.49028366804122925, -0.4895072877407074, -0.4892432391643524, -0.48908254504203796, -0.48856768012046814, -0.4868955612182617, -0.48654961585998535, -0.4858763813972473, -0.4836508631706238, -0.4816296696662903, -0.4784228503704071, -0.4778037667274475, -0.4766635000705719, -0.47642043232917786, -0.47536641359329224, -0.47470182180404663, -0.47369474172592163, -0.4735549986362457, -0.4730549454689026, -0.4725084602832794, -0.47092920541763306, -0.47009891271591187, -0.4692519009113312, -0.468704491853714, -0.46790093183517456, -0.46781620383262634, -0.46774426102638245, -0.4669719934463501, -0.46685847640037537, -0.4667721390724182, -0.4661804437637329, -0.4656473994255066, -0.46562033891677856, -0.46504640579223633, -0.4647982120513916, -0.464494913816452, -0.4633699059486389, -0.461887389421463, -0.4605935513973236, -0.45972761511802673, -0.4577561318874359, -0.4569505751132965, -0.4544447958469391, -0.4519598186016083, -0.45183348655700684, -0.45179283618927, -0.45120155811309814, -0.4498773217201233, -0.44985347986221313, -0.44964274764060974, -0.4475809633731842, -0.446440726518631, -0.4456722140312195, -0.4456644654273987, -0.4456315338611603, -0.44407233595848083, -0.441959023475647, -0.441334068775177, -0.4406035244464874, -0.43955135345458984, -0.4341447055339813, -0.4331626892089844, -0.43240562081336975, -0.43195563554763794, -0.4312872588634491, -0.43106406927108765, -0.4299769699573517, -0.429602712392807, -0.42927059531211853, -0.4290805459022522, -0.42749738693237305, -0.42730289697647095, -0.42645663022994995, -0.4246271252632141, -0.42432287335395813, -0.4240390360355377, -0.42265307903289795, -0.42069754004478455, -0.4192790389060974, -0.41918131709098816, -0.41865792870521545, -0.41863536834716797, -0.4181486964225769, -0.41585561633110046, -0.41547173261642456, -0.41454002261161804, -0.4138973355293274, -0.4138486087322235, -0.4125553369522095, -0.4103020429611206, -0.4097181558609009, -0.40955641865730286, -0.407234787940979, -0.4052353501319885, -0.4013229012489319, -0.40042248368263245, -0.3979277014732361, -0.39560577273368835, -0.39417564868927, -0.3930206894874573, -0.39229705929756165, -0.3917921781539917, -0.3914210796356201, -0.3909912109375, -0.3906242251396179, -0.3886914849281311, -0.3886197507381439, -0.38820117712020874, -0.388113409280777, -0.3866457939147949, -0.38649117946624756, -0.3835407793521881, -0.3833262324333191, -0.38297927379608154, -0.3827797472476959, -0.3824378550052643, -0.38198649883270264, -0.3792326748371124, -0.37800896167755127, -0.37708139419555664, -0.3763715624809265, -0.37621182203292847, -0.3755202889442444, -0.37425610423088074, -0.3729642331600189, -0.3723817467689514, -0.37215372920036316, -0.3712274432182312, -0.37099915742874146, -0.3698144257068634, -0.36953413486480713, -0.36928874254226685, -0.3687977194786072, -0.36815643310546875, -0.3663841485977173, -0.366340696811676, -0.3636687994003296, -0.36141902208328247, -0.36117279529571533, -0.35801950097084045, -0.357822060585022, -0.35728520154953003, -0.3555816411972046, -0.3527228534221649, -0.35242852568626404, -0.3510575592517853, -0.35009756684303284, -0.34936758875846863, -0.3492203950881958, -0.3483163118362427, -0.34704291820526123, -0.34626346826553345, -0.3450644612312317, -0.3446485102176666, -0.3414630889892578, -0.34137552976608276, -0.3405624032020569, -0.3402690887451172, -0.33792248368263245, -0.3377019166946411, -0.33752715587615967, -0.3354285955429077, -0.33466285467147827, -0.3345072865486145, -0.3319203555583954, -0.3309643566608429, -0.32988086342811584, -0.3295040726661682, -0.3283684551715851, -0.32073575258255005, -0.3194078207015991, -0.31875768303871155, -0.3184700310230255, -0.31820839643478394, -0.31803590059280396, -0.31736403703689575, -0.316095769405365, -0.31542062759399414, -0.3135755956172943, -0.3113994300365448, -0.3113713264465332, -0.3099566400051117, -0.30928900837898254, -0.3076258599758148, -0.30616098642349243, -0.3047463297843933, -0.3033813536167145, -0.30288735032081604, -0.30236655473709106, -0.3015722930431366, -0.2947947382926941, -0.2944450080394745, -0.2931826710700989, -0.29280731081962585, -0.29242387413978577, -0.2906918525695801, -0.2905380427837372, -0.289882630109787, -0.2887856960296631, -0.2863253355026245, -0.28516387939453125, -0.2822038531303406, -0.2780851423740387, -0.27770066261291504, -0.2764973044395447, -0.2754025459289551, -0.2750895619392395, -0.2745363414287567, -0.27410128712654114, -0.2729136645793915, -0.27229079604148865, -0.27141469717025757, -0.2706245183944702, -0.26852911710739136, -0.2656402587890625, -0.26505905389785767, -0.2648495137691498, -0.2627469599246979, -0.2624107599258423, -0.2614029347896576, -0.2611106038093567, -0.25989830493927, -0.2598731219768524, -0.2597081661224365, -0.25932085514068604, -0.25882983207702637, -0.25852450728416443, -0.2555847764015198, -0.2552844285964966, -0.2552819848060608, -0.25527459383010864, -0.25514155626296997, -0.2545141577720642, -0.2543664872646332, -0.2531024217605591, -0.25196388363838196, -0.24939697980880737, -0.24859599769115448, -0.24811884760856628, -0.2472611963748932, -0.24720162153244019, -0.24707671999931335, -0.24683436751365662, -0.24658489227294922, -0.24612440168857574, -0.24603670835494995, -0.2458336353302002, -0.24514758586883545, -0.2446742057800293, -0.24137374758720398, -0.24094827473163605, -0.24090471863746643, -0.2399144172668457, -0.23808884620666504, -0.23709656298160553, -0.23568765819072723, -0.2355930358171463, -0.22992178797721863, -0.2294401228427887, -0.2268710732460022, -0.22657272219657898, -0.2261202037334442, -0.22343511879444122, -0.22281289100646973, -0.22252672910690308, -0.21999675035476685, -0.21995514631271362, -0.21808604896068573, -0.21581408381462097, -0.21447895467281342, -0.21427395939826965, -0.21337801218032837, -0.21260102093219757, -0.21214303374290466, -0.2108498513698578, -0.21078655123710632, -0.21027517318725586, -0.21024486422538757, -0.20975762605667114, -0.20933905243873596, -0.20787009596824646, -0.20756536722183228, -0.20724698901176453, -0.20691126585006714, -0.20564225316047668, -0.203389972448349, -0.20251873135566711, -0.2017209380865097, -0.2015577256679535, -0.20153263211250305, -0.20129075646400452, -0.20095498859882355, -0.2005932629108429, -0.19985313713550568, -0.19917649030685425, -0.19904476404190063, -0.19811706244945526, -0.19729143381118774, -0.19666144251823425, -0.1895141899585724, -0.18900838494300842, -0.18857717514038086, -0.18855389952659607, -0.18615573644638062, -0.18552127480506897, -0.18514201045036316, -0.1843160092830658, -0.18308308720588684, -0.1819356381893158, -0.18124625086784363, -0.18067067861557007, -0.17977651953697205, -0.1787678301334381, -0.17812177538871765, -0.17806899547576904, -0.177580326795578, -0.17731818556785583, -0.17508265376091003, -0.1738193929195404, -0.17327824234962463, -0.17274925112724304, -0.17216458916664124, -0.17151924967765808, -0.17134752869606018, -0.16900423169136047, -0.1671658158302307, -0.16182973980903625, -0.1617535948753357, -0.1616373360157013, -0.16158682107925415, -0.16086933016777039, -0.16046929359436035, -0.15831613540649414, -0.1582535207271576, -0.15778613090515137, -0.15593138337135315, -0.15494540333747864, -0.1544439196586609, -0.1540188193321228, -0.15321552753448486, -0.15247511863708496, -0.14811626076698303, -0.1450047791004181, -0.14487937092781067, -0.1439070999622345, -0.1431582272052765, -0.1419488489627838, -0.1404266059398651, -0.13806280493736267, -0.1374850869178772, -0.13656991720199585, -0.13594132661819458, -0.1341860592365265, -0.13270503282546997, -0.13154205679893494, -0.13034024834632874, -0.1299481987953186, -0.12990453839302063, -0.12983569502830505, -0.12789100408554077, -0.1265578269958496, -0.12639924883842468, -0.12577089667320251, -0.12391999363899231, -0.12075325846672058, -0.12036654353141785, -0.11773395538330078, -0.11726737022399902, -0.11614969372749329, -0.1160830557346344, -0.1159246563911438, -0.11196616291999817, -0.11195006966590881, -0.10740724205970764, -0.10601764917373657, -0.10562050342559814, -0.10489383339881897, -0.10487648844718933, -0.10321488976478577, -0.10186681151390076, -0.10069328546524048, -0.09910929203033447, -0.098003089427948, -0.09654909372329712, -0.09444743394851685, -0.09409525990486145, -0.09061780571937561, -0.09017148613929749, -0.09001025557518005, -0.08961448073387146, -0.08824408054351807, -0.08717119693756104, -0.08677676320075989, -0.08630892634391785, -0.08566313982009888, -0.08532789349555969, -0.08374765515327454, -0.08266803622245789, -0.08104956150054932, -0.07966414093971252, -0.07909727096557617, -0.07893538475036621, -0.07819786667823792, -0.07730212807655334, -0.07563760876655579, -0.0739172101020813, -0.07101121544837952, -0.07024213671684265, -0.06909805536270142, -0.06811252236366272, -0.06713798642158508, -0.06597521901130676, -0.06554412841796875, -0.06549248099327087, -0.061380356550216675, -0.061338335275650024, -0.05785134434700012, -0.05627813935279846, -0.055960506200790405, -0.05582287907600403, -0.055796414613723755, -0.05524984002113342, -0.055091023445129395, -0.053801923990249634, -0.05360713601112366, -0.053292810916900635, -0.052607327699661255, -0.049841731786727905, -0.04953843355178833, -0.04915925860404968, -0.04887712001800537, -0.048747241497039795, -0.046837449073791504, -0.04581952095031738, -0.042331576347351074, -0.04197689890861511, -0.04180869460105896, -0.04039761424064636, -0.03944393992424011, -0.03904440999031067, -0.03893670439720154, -0.038471072912216187, -0.038339078426361084, -0.036106258630752563, -0.035985201597213745, -0.035910606384277344, -0.03522023558616638, -0.03304818272590637, -0.0318167507648468, -0.028031080961227417, -0.02752324938774109, -0.026901721954345703, -0.026685506105422974, -0.026240438222885132, -0.026142627000808716, -0.02514401078224182, -0.02513977885246277, -0.023944348096847534, -0.023715347051620483, -0.023347795009613037, -0.01902252435684204, -0.018630892038345337, -0.018270760774612427, -0.017720162868499756, -0.01731082797050476, -0.016817539930343628, -0.014085143804550171, -0.01332882046699524, -0.013283789157867432, -0.013109475374221802, -0.011346369981765747, -0.011076360940933228, -0.009121626615524292, -0.00881648063659668, -0.008767694234848022, -0.008176654577255249, -0.007226854562759399, -0.004411667585372925, -0.003861933946609497, -0.003333836793899536, -0.00016030669212341309, -7.81714916229248e-05, 0.0012182891368865967, 0.0016283690929412842, 0.0018745958805084229, 0.0021390020847320557, 0.0037243664264678955, 0.005453258752822876, 0.00578799843788147, 0.007132977247238159, 0.008962273597717285, 0.008972793817520142, 0.010889500379562378, 0.01091495156288147, 0.010978788137435913, 0.01145675778388977, 0.011504650115966797, 0.011739194393157959, 0.012071728706359863, 0.013405591249465942, 0.013511449098587036, 0.01370576024055481, 0.015076816082000732, 0.015319198369979858, 0.016100525856018066, 0.016218453645706177, 0.018831461668014526, 0.019989579916000366, 0.020484358072280884, 0.021691620349884033, 0.022455930709838867, 0.02377524971961975, 0.024403393268585205, 0.025131523609161377, 0.026324599981307983, 0.026800483465194702, 0.029602080583572388, 0.030230432748794556, 0.03199118375778198, 0.032059311866760254, 0.032646894454956055, 0.03544530272483826, 0.03624656796455383, 0.03646445274353027, 0.03877866268157959, 0.03888458013534546, 0.04001840949058533, 0.04190090298652649, 0.04358726739883423, 0.04553365707397461, 0.046657294034957886, 0.04743677377700806, 0.0477624237537384, 0.048123836517333984, 0.04943099617958069, 0.04959225654602051, 0.049689680337905884, 0.0499914288520813, 0.05099591612815857, 0.0514281690120697, 0.0518435537815094, 0.05329570174217224, 0.053562551736831665, 0.0546090304851532, 0.05497857928276062, 0.057325929403305054, 0.057924896478652954, 0.05842754244804382, 0.058995455503463745, 0.06124868988990784, 0.06209591031074524, 0.062113553285598755, 0.06311234831809998, 0.06420329213142395, 0.06551387906074524, 0.06613215804100037, 0.06625637412071228, 0.067192941904068, 0.06920275092124939, 0.06931421160697937, 0.06999567151069641, 0.07163944840431213, 0.07240048050880432, 0.07272252440452576, 0.07380214333534241, 0.0757303535938263, 0.07636228203773499, 0.07773986458778381, 0.08293941617012024, 0.08336040377616882, 0.08515551686286926, 0.08633103966712952, 0.08780422806739807, 0.08848443627357483, 0.0895213782787323, 0.09039589762687683, 0.09168651700019836, 0.09279319643974304, 0.09405675530433655, 0.09448632597923279, 0.09472838044166565, 0.09965583682060242, 0.0998525321483612, 0.10329887270927429, 0.10504224896430969, 0.10773149132728577, 0.10789981484413147, 0.10946640372276306, 0.10951980948448181, 0.11140242218971252, 0.11153784394264221, 0.1116078794002533, 0.11341515183448792, 0.11388495564460754, 0.11407783627510071, 0.11429491639137268, 0.11525657773017883, 0.11804714798927307, 0.11806705594062805, 0.118734210729599, 0.12009713053703308, 0.12150457501411438, 0.1223548948764801, 0.12285718321800232, 0.12305352091789246, 0.12414327263832092, 0.1256413757801056, 0.12751057744026184, 0.13139310479164124, 0.13309559226036072, 0.1337355673313141, 0.13631513714790344, 0.13960376381874084, 0.14002427458763123, 0.1423759162425995, 0.14339330792427063, 0.1436651051044464, 0.14408710598945618, 0.14729109406471252, 0.14884009957313538, 0.14947131276130676, 0.15042462944984436, 0.15256038308143616, 0.15390732884407043, 0.15521815419197083, 0.15582790970802307, 0.15731075406074524, 0.1579647958278656, 0.15909895300865173, 0.1596786081790924, 0.15968462824821472, 0.16008725762367249, 0.1601158082485199, 0.16397210955619812, 0.16556021571159363, 0.16576138138771057, 0.16818693280220032, 0.16942039132118225, 0.17242959141731262, 0.17496946454048157, 0.17507407069206238, 0.17610064148902893, 0.1767236292362213, 0.17697706818580627, 0.17801597714424133, 0.17885926365852356, 0.18052366375923157, 0.18104109168052673, 0.18158450722694397, 0.1839475929737091, 0.19137588143348694, 0.1936262547969818, 0.19508937001228333, 0.1951572597026825, 0.1974588930606842, 0.19774135947227478, 0.19807448983192444, 0.19877097010612488, 0.20049861073493958, 0.20071670413017273, 0.20466288924217224, 0.20599082112312317, 0.20675256848335266, 0.207171231508255, 0.20803943276405334, 0.21005532145500183, 0.21064677834510803, 0.2113228142261505, 0.21166881918907166, 0.21399584412574768, 0.21404686570167542, 0.2151677906513214, 0.21655073761940002, 0.21726366877555847, 0.21751973032951355, 0.22130867838859558, 0.222854882478714, 0.222946435213089, 0.22443118691444397, 0.22651919722557068, 0.22721049189567566, 0.2275414764881134, 0.22832301259040833, 0.23038330674171448, 0.2333947718143463, 0.23596146702766418, 0.2394203245639801, 0.23977228999137878, 0.24091854691505432, 0.24335035681724548, 0.24562576413154602, 0.24804934859275818, 0.2495737373828888, 0.24981167912483215, 0.2506081759929657, 0.2507513463497162, 0.252578467130661, 0.2538866102695465, 0.25569429993629456, 0.25611165165901184, 0.2565721571445465, 0.2568295896053314, 0.2575546205043793, 0.2576635777950287, 0.2582642734050751, 0.25835028290748596, 0.25853613018989563, 0.2585699260234833, 0.261592835187912, 0.26251956820487976, 0.2636764347553253, 0.26675423979759216, 0.2672252953052521, 0.26938697695732117, 0.2701503336429596, 0.27687200903892517, 0.27694836258888245, 0.2789292633533478, 0.2790011465549469, 0.2803795635700226, 0.28061047196388245, 0.2807196080684662, 0.2816931903362274, 0.28172579407691956, 0.28242209553718567, 0.28529348969459534, 0.28664347529411316, 0.28692129254341125, 0.2891463339328766, 0.2909664213657379, 0.291987806558609, 0.29224082827568054, 0.29238495230674744, 0.29325374960899353, 0.29431208968162537, 0.29609814286231995, 0.29861631989479065, 0.2986545264720917, 0.2997572720050812, 0.30159464478492737, 0.3021935522556305, 0.3022148907184601, 0.306023508310318, 0.30669012665748596, 0.3068530857563019, 0.31077924370765686, 0.3119378983974457, 0.31220367550849915, 0.31344178318977356, 0.3170919716358185, 0.3172723352909088, 0.3225528299808502, 0.3226948082447052, 0.3229987919330597, 0.32634100317955017, 0.32886067032814026, 0.33726611733436584, 0.33800646662712097, 0.33881285786628723, 0.33958789706230164, 0.3407563269138336, 0.3411964476108551, 0.34134188294410706, 0.3416413366794586, 0.3434502184391022, 0.34937557578086853, 0.35026517510414124, 0.35027799010276794, 0.35067829489707947, 0.3529604375362396, 0.3558490574359894, 0.35789957642555237, 0.35840049386024475, 0.35856083035469055, 0.36043789982795715, 0.3604408800601959, 0.36480048298835754, 0.36522427201271057, 0.36722299456596375, 0.36805596947669983, 0.37200799584388733, 0.37300512194633484, 0.3745764195919037, 0.37576088309288025, 0.37593379616737366, 0.37904998660087585, 0.38020357489585876, 0.38150420784950256, 0.38601556420326233, 0.38612088561058044, 0.38652244210243225, 0.396573930978775, 0.3967914879322052, 0.4015503227710724, 0.40356919169425964, 0.4040672481060028, 0.40519872307777405, 0.405579537153244, 0.40641555190086365, 0.4065907299518585, 0.40729233622550964, 0.4112450182437897, 0.41181471943855286, 0.41874125599861145, 0.4214790165424347, 0.421737939119339, 0.423522025346756, 0.4253416359424591, 0.42911598086357117, 0.43185296654701233, 0.4325510561466217, 0.4335586130619049, 0.4352940022945404, 0.43652334809303284, 0.43931522965431213, 0.4418676793575287, 0.44213417172431946, 0.44576242566108704, 0.4478473365306854, 0.4486519396305084, 0.4533744752407074, 0.45556291937828064, 0.45629701018333435, 0.4564344584941864, 0.4576803743839264, 0.45920148491859436, 0.4593028724193573, 0.4613097012042999, 0.4709775745868683, 0.47426047921180725, 0.4754275977611542, 0.47829875349998474, 0.48126021027565, 0.48192742466926575, 0.49105963110923767, 0.49118688702583313, 0.4941350519657135, 0.4969464838504791, 0.4973393380641937, 0.49864915013313293, 0.5008882284164429, 0.5009596347808838, 0.5015285015106201, 0.5046937465667725, 0.5055030584335327, 0.5081106424331665, 0.5103738307952881, 0.5113229751586914, 0.5174063444137573, 0.52290940284729, 0.5277504920959473, 0.5292288064956665, 0.5300353765487671, 0.5305863618850708, 0.5310825109481812, 0.5320537090301514, 0.5320984125137329, 0.5345369577407837, 0.5347775220870972, 0.5355720520019531, 0.5364322662353516, 0.5391758680343628, 0.5408852100372314, 0.5410753488540649, 0.54485023021698, 0.5460853576660156, 0.5474154949188232, 0.5518029928207397, 0.5518262386322021, 0.5537499189376831, 0.5539860725402832, 0.5560017824172974, 0.5568975210189819, 0.5575209856033325, 0.559834361076355, 0.5598593950271606, 0.5600056648254395, 0.561630129814148, 0.5625491142272949, 0.565149188041687, 0.5655926465988159, 0.5662975311279297, 0.5677840709686279, 0.5694211721420288, 0.5709694623947144, 0.5715203285217285, 0.5731644630432129, 0.5744454860687256, 0.5745388269424438, 0.5753974914550781, 0.5782636404037476, 0.5829964876174927, 0.5838242769241333, 0.5841257572174072, 0.585784912109375, 0.5933123826980591, 0.5937247276306152, 0.6006060838699341, 0.614068865776062, 0.6174618005752563, 0.6178597211837769, 0.6186093091964722, 0.6223474740982056, 0.6224979162216187, 0.6247459650039673, 0.624824047088623, 0.6250302791595459, 0.6259615421295166, 0.6279118061065674, 0.6288436651229858, 0.633060097694397, 0.6332999467849731, 0.6334925889968872, 0.6377266645431519, 0.6380206346511841, 0.6381471157073975, 0.6419494152069092, 0.648316502571106, 0.6625003814697266, 0.6629489660263062, 0.6631660461425781, 0.6646442413330078, 0.6654510498046875, 0.6668827533721924, 0.667264461517334, 0.668397068977356, 0.6687060594558716, 0.6692088842391968, 0.6787083148956299, 0.680474042892456, 0.682265043258667, 0.6835634708404541, 0.6843518018722534, 0.6923972368240356, 0.6933826208114624, 0.6969343423843384, 0.6979787349700928, 0.7026737928390503, 0.7029299736022949, 0.7043111324310303, 0.7137274742126465, 0.7169507741928101, 0.7210448980331421, 0.7232091426849365, 0.7349005937576294, 0.7410576343536377, 0.7424986362457275, 0.7430413961410522, 0.7468041181564331, 0.7521607875823975, 0.752953052520752, 0.7549110651016235, 0.7597615718841553, 0.7649850845336914, 0.7679458856582642, 0.770255446434021, 0.7717312574386597, 0.7740923166275024, 0.7843233346939087, 0.7867823839187622, 0.7914767265319824, 0.7921432256698608, 0.7946047782897949, 0.7954586744308472, 0.8003568649291992, 0.8070738315582275, 0.8110392093658447, 0.812434196472168, 0.8157581090927124, 0.817742109298706, 0.8204411268234253, 0.8235317468643188, 0.8249319791793823, 0.8268969058990479, 0.8291023969650269, 0.8301491737365723, 0.8313428163528442, 0.8322027921676636, 0.832999587059021, 0.8459798097610474, 0.8465105295181274, 0.8503649234771729, 0.8533412218093872, 0.8572506904602051, 0.859836220741272, 0.8598713874816895, 0.8602120876312256, 0.8667269945144653, 0.8668221235275269, 0.8677407503128052, 0.868709921836853, 0.8696731328964233, 0.871330738067627, 0.8747076988220215, 0.875115156173706, 0.89093017578125, 0.8948246240615845, 0.8954126834869385, 0.8967307806015015, 0.8969873189926147, 0.8992792367935181, 0.903400182723999, 0.9094964265823364, 0.9101258516311646, 0.9108879566192627, 0.9111301898956299, 0.9146952629089355, 0.9153205156326294, 0.9177212715148926, 0.9201453924179077, 0.9208711385726929, 0.9230070114135742, 0.9269946813583374, 0.9290896654129028, 0.9312067031860352, 0.9324710369110107, 0.9334715604782104, 0.9345287084579468, 0.9383078813552856, 0.94110107421875, 0.944629430770874, 0.9446388483047485, 0.9483374357223511, 0.9507730007171631, 0.9545358419418335, 0.9564691781997681, 0.9580830335617065, 0.9603098630905151, 0.9631353616714478, 0.9657171964645386, 0.9662884473800659, 0.9748144149780273, 0.9762694835662842, 0.9775693416595459, 0.9821088314056396, 0.9832421541213989, 0.985633373260498, 0.9873640537261963, 0.9890940189361572, 0.9896363019943237, 0.9908387660980225, 0.9972542524337769, 1.0079721212387085, 1.0103050470352173, 1.0135594606399536, 1.019940733909607, 1.0274895429611206, 1.0305354595184326, 1.0322061777114868, 1.032981514930725, 1.0344239473342896, 1.0407718420028687, 1.0421684980392456, 1.0431548357009888, 1.0561364889144897, 1.067686915397644, 1.070555567741394, 1.0729618072509766, 1.0740280151367188, 1.0855926275253296, 1.0863715410232544, 1.0901826620101929, 1.095002293586731, 1.0963859558105469, 1.099748969078064, 1.1013821363449097, 1.1175471544265747, 1.123103141784668, 1.1250745058059692, 1.1280841827392578, 1.1333489418029785, 1.1352646350860596, 1.1379014253616333, 1.138899326324463, 1.1485358476638794, 1.1511423587799072, 1.1512781381607056, 1.1607121229171753, 1.1649731397628784, 1.170061469078064, 1.1749043464660645, 1.1884878873825073, 1.1904407739639282, 1.2027474641799927, 1.2138417959213257, 1.213852882385254, 1.2232295274734497, 1.2239129543304443, 1.236146092414856, 1.2375096082687378, 1.2483313083648682, 1.2585241794586182, 1.2608940601348877, 1.265475869178772, 1.2655290365219116, 1.2687493562698364, 1.2767964601516724, 1.2802335023880005, 1.2821465730667114, 1.306010127067566, 1.313535213470459, 1.3190351724624634, 1.323037028312683, 1.3251820802688599, 1.329864740371704, 1.3304731845855713, 1.3396214246749878, 1.342113971710205, 1.3428951501846313, 1.3446941375732422, 1.3643537759780884, 1.3751426935195923, 1.3775582313537598, 1.390196681022644, 1.3918747901916504, 1.393061637878418, 1.39626944065094, 1.4064160585403442, 1.423475980758667, 1.4322288036346436, 1.4441157579421997, 1.4456748962402344, 1.4486087560653687, 1.4689775705337524, 1.4700361490249634, 1.4901617765426636, 1.49347984790802, 1.4963319301605225, 1.516967535018921, 1.5302006006240845, 1.5435185432434082, 1.5494531393051147, 1.560423731803894, 1.5677553415298462, 1.5697799921035767, 1.5715938806533813, 1.5719014406204224, 1.577612042427063, 1.582532525062561, 1.5918394327163696, 1.600411295890808, 1.61322820186615, 1.625966191291809, 1.6322969198226929, 1.6372514963150024, 1.638882040977478, 1.6437369585037231, 1.6692529916763306, 1.679979681968689, 1.6830376386642456, 1.688522219657898, 1.6960171461105347, 1.7178808450698853, 1.7350722551345825, 1.8410123586654663, 1.8478182554244995, 1.8478935956954956, 1.8545745611190796, 1.8630701303482056, 1.8686505556106567, 1.905103325843811, 1.9212008714675903, 1.9395149946212769, 1.9441331624984741, 1.9711793661117554, 2.00123929977417, 2.0024302005767822, 2.053615093231201, 2.072631359100342, 2.0952723026275635, 2.106703042984009, 2.1169588565826416, 2.120539426803589, 2.132178544998169, 2.1325061321258545, 2.1408884525299072, 2.2133829593658447, 2.2416741847991943, 2.2916502952575684, 2.364612579345703, 2.4299519062042236, 2.43084454536438, 2.433098077774048, 2.439406633377075, 2.443567991256714, 2.4898366928100586, 2.5349936485290527, 2.5428924560546875, 2.546337366104126, 2.5544517040252686, 2.5551095008850098, 2.579662561416626, 2.6302270889282227, 2.6557891368865967, 2.737595796585083, 2.746971845626831, 2.8431103229522705, 2.903980016708374, 2.9963128566741943, 2.9978723526000977, 3.0793745517730713, 3.1485846042633057, 3.291027784347534, 3.3254928588867188, 3.602656126022339, 3.692920446395874, 3.8254363536834717, 3.8589026927948, 4.110174655914307, 5.494343280792236, 5.864957332611084], "allReferenceCount": 3735, "valCIndex": 0.8228348841717553, "testCIndex": 0.8139937020433982, "bestStep": 200, "trainingSeconds": 29.99532461166382, "horizonMonths": 120.0};
function gelu(x) {
return 0.5 * x * (1 + Math.tanh(Math.sqrt(2 / Math.PI) * (x + 0.044715 * Math.pow(x, 3))));
}
function computeScore(inputs) {
const z = MODEL.featureColumns.map((name, i) => ((Number(inputs[name]) - MODEL.rawMean[i]) / MODEL.rawStd[i]));
const hidden = MODEL.w1.map((row, j) => {
let sum = MODEL.b1[j];
for (let i = 0; i < row.length; i++) sum += row[i] * z[i];
return gelu(sum);
});
let out = MODEL.b2;
for (let j = 0; j < hidden.length; j++) out += MODEL.w2[j] * hidden[j];
return out;
}
function riskAt120m(score) {
const val = MODEL.scoreBaselineCumHazardAt120m * Math.exp(Math.max(-50, Math.min(50, MODEL.scoreBeta * score)));
return 1 - Math.exp(-val);
}
function bioAgeFromRisk(risk) {
const p = Math.min(Math.max(risk, 1e-12), 1 - 1e-12);
const inner = -Math.log1p(-p) / Math.max(MODEL.ageBaselineCumHazardAt120m, 1e-12);
return Math.log(Math.max(inner, 1e-300)) / MODEL.ageBeta;
}
function percentile(sorted, value) {
let lo = 0, hi = sorted.length;
while (lo < hi) {
const mid = (lo + hi) >> 1;
if (sorted[mid] <= value) lo = mid + 1; else hi = mid;
}
return (100 * lo) / sorted.length;
}
const inputsEl = document.getElementById('inputs');
const fields = {};
function renderInputs(values) {
inputsEl.innerHTML = '';
MODEL.featureColumns.forEach((name) => {
const field = document.createElement('div');
field.className = 'field';
field.innerHTML = `<label for="${name}">${name}</label><input id="${name}" type="number" step="any" value="${values[name]}">`;
inputsEl.appendChild(field);
const input = field.querySelector('input');
input.addEventListener('input', update);
fields[name] = input;
});
}
function currentInputs() {
const out = {};
for (const name of MODEL.featureColumns) out[name] = Number(fields[name].value);
return out;
}
function update() {
const inputs = currentInputs();
const score = computeScore(inputs);
const pctl = percentile(MODEL.allReferenceScoresSorted, score);
const risk = riskAt120m(score);
const bioAge = bioAgeFromRisk(risk);
document.getElementById('riskScore').textContent = score.toFixed(4);
document.getElementById('percentile').textContent = `${pctl.toFixed(1)}th`;
document.getElementById('risk10y').textContent = `${(risk * 100).toFixed(2)}%`;
document.getElementById('bioAge').textContent = bioAge.toFixed(1);
}
document.getElementById('resetBtn').addEventListener('click', () => {
for (const [k, v] of Object.entries(MODEL.baselineInputs)) fields[k].value = v;
update();
});
document.getElementById('cholMinus10').addEventListener('click', () => { fields.TCP.value = (MODEL.baselineInputs.TCP * 0.9).toFixed(2); update(); });
document.getElementById('cholPlus10').addEventListener('click', () => { fields.TCP.value = (MODEL.baselineInputs.TCP * 1.1).toFixed(2); update(); });
document.getElementById('cholPlus50').addEventListener('click', () => { fields.TCP.value = (MODEL.baselineInputs.TCP * 1.5).toFixed(2); update(); });
renderInputs(MODEL.baselineInputs);
update();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment