/ concept-collection / timeseries-entropy
Sign in
concept-collection / timeseries-entropy
estimates: run 8 from efed18a
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> committed commit 3285002bf3de parent f62098b Browse files
3 changed files+543−5
README.mdmodified+49−5View file
@@ -1,9 +1,53 @@
11 # Cached entropy estimates
22
3-Cache reset on 2026-08-01: estimates recorded before then were drawn without
4-auto-thinning, whose heavy-tailed outliers on slow-mixing cells polluted the
5-pooled means (one telescoping realization on `bp300-6000_s32` returned 305
6-bits). The [estimates workflow][wf] repopulates this branch on its next run;
7-see the main README's Tuning section for the details.
3+Machine-generated by [`.github/workflows/estimates.yml`][wf] on `main` — do not
4+edit by hand. Every dispatch runs the whole grid again with fresh, independent
5+pasts, appends one record per cell to `runs.jsonl`, and rebuilds
6+`estimates.json` from the full log, so the means tighten run after run.
7+
8+- **`runs.jsonl`** — append-only, one JSON object per (cell, dispatch): the
9+ cell's parameters, the per-past values with their sum and sum of squares,
10+ the per-past resolved Gibbs thinning and probe autocorrelation times
11+ (`thin='auto'` matches thinning to each chain's measured mixing), the
12+ seed, and the code commit that produced them.
13+- **`estimates.json`** — pooled `mean` and `se` per cell over every past ever
14+ drawn for it, alongside the analytic `predicted` rate for comparison.
15+
16+The estimand is H(z_(M+1) | z_1..z_M) in bits/sample — an upper bound on the
17+entropy rate of z that tightens as the conditioning window M grows.
18+
19+Fetch it from a browser or a script (raw.githubusercontent.com sends
20+`access-control-allow-origin: *`):
21+
22+ https://raw.githubusercontent.com/concept-collection/timeseries-entropy/estimates/estimates.json
23+
24+## Current state (1 runs, generated 2026-08-01T18:23:44Z)
25+
26+| cell | sigma | M | mean | se | pasts | predicted |
27+| --- | --- | --- | --- | --- | --- | --- |
28+| bp300-6000_s1 | 1 | 512 | 0.9699 | 0.0285 | 8 | 0.9513 |
29+| bp300-6000_s16 | 16 | 512 | 2.5432 | 0.0369 | 8 | 2.5680 |
30+| bp300-6000_s2 | 2 | 512 | 1.3452 | 0.0154 | 8 | 1.3319 |
31+| bp300-6000_s32 | 32 | 512 | 3.1159 | 0.2659 | 8 | 2.9938 |
32+| bp300-6000_s4 | 4 | 512 | 1.6886 | 0.0300 | 8 | 1.7342 |
33+| bp300-6000_s8 | 8 | 512 | 2.3012 | 0.2393 | 8 | 2.1476 |
34+| lp3000_s1 | 1 | 512 | 0.4771 | 0.0892 | 8 | 0.6166 |
35+| lp3000_s16 | 16 | 512 | 1.4606 | 0.0735 | 8 | 1.4888 |
36+| lp3000_s2 | 2 | 512 | 0.7039 | 0.1098 | 8 | 0.8251 |
37+| lp3000_s32 | 32 | 512 | 1.5142 | 0.0933 | 8 | 1.7179 |
38+| lp3000_s4 | 4 | 512 | 1.0170 | 0.0736 | 8 | 1.0415 |
39+| lp3000_s8 | 8 | 512 | 1.2914 | 0.0281 | 8 | 1.2632 |
40+| ma8_s1 | 1 | 512 | 0.5034 | 0.0713 | 8 | 0.6100 |
41+| ma8_s16 | 16 | 512 | 3.0902 | 0.0279 | 8 | 3.1777 |
42+| ma8_s2 | 2 | 512 | 0.9670 | 0.0345 | 8 | 0.9825 |
43+| ma8_s32 | 32 | 512 | 4.0581 | 0.0769 | 8 | 4.1125 |
44+| ma8_s4 | 4 | 512 | 1.6456 | 0.0865 | 8 | 1.5529 |
45+| ma8_s8 | 8 | 512 | 2.3203 | 0.0493 | 8 | 2.3064 |
46+| none_s1 | 1 | 512 | 2.0902 | 0.0180 | 8 | 2.1048 |
47+| none_s16 | 16 | 512 | 5.8213 | 0.0778 | 8 | 6.0473 |
48+| none_s2 | 2 | 512 | 3.0579 | 0.0320 | 8 | 3.0620 |
49+| none_s32 | 32 | 512 | 6.9500 | 0.1415 | 8 | 7.0472 |
50+| none_s4 | 4 | 512 | 4.0221 | 0.0486 | 8 | 4.0508 |
51+| none_s8 | 8 | 512 | 5.0557 | 0.0927 | 8 | 5.0480 |
852
953 [wf]: https://github.com/concept-collection/timeseries-entropy/blob/main/.github/workflows/estimates.yml
estimates.jsonadded+470−0View file
@@ -0,0 +1,470 @@
1+{
2+ "cells": [
3+ {
4+ "L": 101,
5+ "M": 512,
6+ "highres_szego": -4.782567960178533,
7+ "id": "bp300-6000_s1",
8+ "last_utc": "2026-08-01T17:54:49Z",
9+ "mean": 0.9698610738695368,
10+ "n_pasts": 8,
11+ "n_runs": 1,
12+ "params": {
13+ "filter": "bandpass",
14+ "high": 6000.0,
15+ "low": 300.0,
16+ "rate": 30000.0,
17+ "sigma": 1.0,
18+ "taps": 101
19+ },
20+ "predicted": 0.9512549259549268,
21+ "sd": 0.0805347273237696,
22+ "se": 0.02847332590582351
23+ },
24+ {
25+ "L": 101,
26+ "M": 512,
27+ "highres_szego": -0.7825679601785338,
28+ "id": "bp300-6000_s16",
29+ "last_utc": "2026-08-01T18:15:46Z",
30+ "mean": 2.5431571575810126,
31+ "n_pasts": 8,
32+ "n_runs": 1,
33+ "params": {
34+ "filter": "bandpass",
35+ "high": 6000.0,
36+ "low": 300.0,
37+ "rate": 30000.0,
38+ "sigma": 16.0,
39+ "taps": 101
40+ },
41+ "predicted": 2.56797969986038,
42+ "sd": 0.10448375960143222,
43+ "se": 0.03694058746901888
44+ },
45+ {
46+ "L": 101,
47+ "M": 512,
48+ "highres_szego": -3.782567960178534,
49+ "id": "bp300-6000_s2",
50+ "last_utc": "2026-08-01T17:55:42Z",
51+ "mean": 1.3451704018916346,
52+ "n_pasts": 8,
53+ "n_runs": 1,
54+ "params": {
55+ "filter": "bandpass",
56+ "high": 6000.0,
57+ "low": 300.0,
58+ "rate": 30000.0,
59+ "sigma": 2.0,
60+ "taps": 101
61+ },
62+ "predicted": 1.3318639472861573,
63+ "sd": 0.043604078197688884,
64+ "se": 0.015416369690487151
65+ },
66+ {
67+ "L": 101,
68+ "M": 512,
69+ "highres_szego": 0.21743203982146625,
70+ "id": "bp300-6000_s32",
71+ "last_utc": "2026-08-01T18:23:43Z",
72+ "mean": 3.115911650594618,
73+ "n_pasts": 8,
74+ "n_runs": 1,
75+ "params": {
76+ "filter": "bandpass",
77+ "high": 6000.0,
78+ "low": 300.0,
79+ "rate": 30000.0,
80+ "sigma": 32.0,
81+ "taps": 101
82+ },
83+ "predicted": 2.9937688408517453,
84+ "sd": 0.7519464206199745,
85+ "se": 0.265853206554668
86+ },
87+ {
88+ "L": 101,
89+ "M": 512,
90+ "highres_szego": -2.782567960178534,
91+ "id": "bp300-6000_s4",
92+ "last_utc": "2026-08-01T17:56:33Z",
93+ "mean": 1.6886008309843086,
94+ "n_pasts": 8,
95+ "n_runs": 1,
96+ "params": {
97+ "filter": "bandpass",
98+ "high": 6000.0,
99+ "low": 300.0,
100+ "rate": 30000.0,
101+ "sigma": 4.0,
102+ "taps": 101
103+ },
104+ "predicted": 1.734166393696377,
105+ "sd": 0.08491512507852991,
106+ "se": 0.030022030384166183
107+ },
108+ {
109+ "L": 101,
110+ "M": 512,
111+ "highres_szego": -1.7825679601785338,
112+ "id": "bp300-6000_s8",
113+ "last_utc": "2026-08-01T18:10:14Z",
114+ "mean": 2.301212545818745,
115+ "n_pasts": 8,
116+ "n_runs": 1,
117+ "params": {
118+ "filter": "bandpass",
119+ "high": 6000.0,
120+ "low": 300.0,
121+ "rate": 30000.0,
122+ "sigma": 8.0,
123+ "taps": 101
124+ },
125+ "predicted": 2.1476021059762167,
126+ "sd": 0.6768440070252378,
127+ "se": 0.23930049358651043
128+ },
129+ {
130+ "L": 101,
131+ "M": 512,
132+ "highres_szego": -7.756237076152649,
133+ "id": "lp3000_s1",
134+ "last_utc": "2026-08-01T17:46:09Z",
135+ "mean": 0.4770739150563378,
136+ "n_pasts": 8,
137+ "n_runs": 1,
138+ "params": {
139+ "filter": "lowpass",
140+ "high": 3000.0,
141+ "rate": 30000.0,
142+ "sigma": 1.0,
143+ "taps": 101
144+ },
145+ "predicted": 0.616561114498688,
146+ "sd": 0.252365768801978,
147+ "se": 0.08922477322961754
148+ },
149+ {
150+ "L": 101,
151+ "M": 512,
152+ "highres_szego": -3.7562370761526487,
153+ "id": "lp3000_s16",
154+ "last_utc": "2026-08-01T17:52:30Z",
155+ "mean": 1.4605964893803915,
156+ "n_pasts": 8,
157+ "n_runs": 1,
158+ "params": {
159+ "filter": "lowpass",
160+ "high": 3000.0,
161+ "rate": 30000.0,
162+ "sigma": 16.0,
163+ "taps": 101
164+ },
165+ "predicted": 1.4888184418209351,
166+ "sd": 0.20784476700171717,
167+ "se": 0.07348422209052609
168+ },
169+ {
170+ "L": 101,
171+ "M": 512,
172+ "highres_szego": -6.756237076152649,
173+ "id": "lp3000_s2",
174+ "last_utc": "2026-08-01T17:47:33Z",
175+ "mean": 0.703899762158474,
176+ "n_pasts": 8,
177+ "n_runs": 1,
178+ "params": {
179+ "filter": "lowpass",
180+ "high": 3000.0,
181+ "rate": 30000.0,
182+ "sigma": 2.0,
183+ "taps": 101
184+ },
185+ "predicted": 0.8251241884518832,
186+ "sd": 0.3106910084160898,
187+ "se": 0.10984585945235192
188+ },
189+ {
190+ "L": 101,
191+ "M": 512,
192+ "highres_szego": -2.7562370761526487,
193+ "id": "lp3000_s32",
194+ "last_utc": "2026-08-01T17:53:58Z",
195+ "mean": 1.5141870127313566,
196+ "n_pasts": 8,
197+ "n_runs": 1,
198+ "params": {
199+ "filter": "lowpass",
200+ "high": 3000.0,
201+ "rate": 30000.0,
202+ "sigma": 32.0,
203+ "taps": 101
204+ },
205+ "predicted": 1.71791605587854,
206+ "sd": 0.2639641481242779,
207+ "se": 0.09332541956440359
208+ },
209+ {
210+ "L": 101,
211+ "M": 512,
212+ "highres_szego": -5.756237076152649,
213+ "id": "lp3000_s4",
214+ "last_utc": "2026-08-01T17:48:38Z",
215+ "mean": 1.016965161515133,
216+ "n_pasts": 8,
217+ "n_runs": 1,
218+ "params": {
219+ "filter": "lowpass",
220+ "high": 3000.0,
221+ "rate": 30000.0,
222+ "sigma": 4.0,
223+ "taps": 101
224+ },
225+ "predicted": 1.04149876351225,
226+ "sd": 0.20809314925870562,
227+ "se": 0.07357203847964756
228+ },
229+ {
230+ "L": 101,
231+ "M": 512,
232+ "highres_szego": -4.756237076152649,
233+ "id": "lp3000_s8",
234+ "last_utc": "2026-08-01T17:49:36Z",
235+ "mean": 1.291413466386491,
236+ "n_pasts": 8,
237+ "n_runs": 1,
238+ "params": {
239+ "filter": "lowpass",
240+ "high": 3000.0,
241+ "rate": 30000.0,
242+ "sigma": 8.0,
243+ "taps": 101
244+ },
245+ "predicted": 1.2631675560846525,
246+ "sd": 0.07935942768366881,
247+ "se": 0.028057794733102822
248+ },
249+ {
250+ "L": 8,
251+ "M": 512,
252+ "highres_szego": -0.9529044148193548,
253+ "id": "ma8_s1",
254+ "last_utc": "2026-08-01T17:44:35Z",
255+ "mean": 0.5034314756163569,
256+ "n_pasts": 8,
257+ "n_runs": 1,
258+ "params": {
259+ "filter": "moving-average",
260+ "sigma": 1.0,
261+ "width": 8
262+ },
263+ "predicted": 0.6099987154839898,
264+ "sd": 0.20153259970236623,
265+ "se": 0.07125253393984857
266+ },
267+ {
268+ "L": 8,
269+ "M": 512,
270+ "highres_szego": 3.0470955851806454,
271+ "id": "ma8_s16",
272+ "last_utc": "2026-08-01T17:45:16Z",
273+ "mean": 3.0901784665401113,
274+ "n_pasts": 8,
275+ "n_runs": 1,
276+ "params": {
277+ "filter": "moving-average",
278+ "sigma": 16.0,
279+ "width": 8
280+ },
281+ "predicted": 3.1776500292335506,
282+ "sd": 0.07878871554300972,
283+ "se": 0.027856017520720054
284+ },
285+ {
286+ "L": 8,
287+ "M": 512,
288+ "highres_szego": 0.04709558518064521,
289+ "id": "ma8_s2",
290+ "last_utc": "2026-08-01T17:44:40Z",
291+ "mean": 0.9670469519080346,
292+ "n_pasts": 8,
293+ "n_runs": 1,
294+ "params": {
295+ "filter": "moving-average",
296+ "sigma": 2.0,
297+ "width": 8
298+ },
299+ "predicted": 0.9825176804091631,
300+ "sd": 0.09765077751590148,
301+ "se": 0.03452476348481639
302+ },
303+ {
304+ "L": 8,
305+ "M": 512,
306+ "highres_szego": 4.047095585180645,
307+ "id": "ma8_s32",
308+ "last_utc": "2026-08-01T17:45:23Z",
309+ "mean": 4.058115058438865,
310+ "n_pasts": 8,
311+ "n_runs": 1,
312+ "params": {
313+ "filter": "moving-average",
314+ "sigma": 32.0,
315+ "width": 8
316+ },
317+ "predicted": 4.112486639362294,
318+ "sd": 0.21758591793640078,
319+ "se": 0.07692823903176432
320+ },
321+ {
322+ "L": 8,
323+ "M": 512,
324+ "highres_szego": 1.0470955851806452,
325+ "id": "ma8_s4",
326+ "last_utc": "2026-08-01T17:45:07Z",
327+ "mean": 1.645612979809619,
328+ "n_pasts": 8,
329+ "n_runs": 1,
330+ "params": {
331+ "filter": "moving-average",
332+ "sigma": 4.0,
333+ "width": 8
334+ },
335+ "predicted": 1.5529090070448803,
336+ "sd": 0.2445811807642315,
337+ "se": 0.08647250573450044
338+ },
339+ {
340+ "L": 8,
341+ "M": 512,
342+ "highres_szego": 2.0470955851806454,
343+ "id": "ma8_s8",
344+ "last_utc": "2026-08-01T17:45:12Z",
345+ "mean": 2.3202814638293097,
346+ "n_pasts": 8,
347+ "n_runs": 1,
348+ "params": {
349+ "filter": "moving-average",
350+ "sigma": 8.0,
351+ "width": 8
352+ },
353+ "predicted": 2.3064317412363535,
354+ "sd": 0.13947473609939695,
355+ "se": 0.04931176585004387
356+ },
357+ {
358+ "L": 1,
359+ "M": 512,
360+ "highres_szego": 2.047095585180641,
361+ "id": "none_s1",
362+ "last_utc": "2026-08-01T17:44:17Z",
363+ "mean": 2.0901531919677323,
364+ "n_pasts": 8,
365+ "n_runs": 1,
366+ "params": {
367+ "filter": "none",
368+ "sigma": 1.0
369+ },
370+ "predicted": 2.1048326603976193,
371+ "sd": 0.050949307094709934,
372+ "se": 0.018013300271712638
373+ },
374+ {
375+ "L": 1,
376+ "M": 512,
377+ "highres_szego": 6.047095585180641,
378+ "id": "none_s16",
379+ "last_utc": "2026-08-01T17:44:20Z",
380+ "mean": 5.821327951438487,
381+ "n_pasts": 8,
382+ "n_runs": 1,
383+ "params": {
384+ "filter": "none",
385+ "sigma": 16.0
386+ },
387+ "predicted": 6.047330360616512,
388+ "sd": 0.2201786258407115,
389+ "se": 0.07784489970215135
390+ },
391+ {
392+ "L": 1,
393+ "M": 512,
394+ "highres_szego": 3.047095585180641,
395+ "id": "none_s2",
396+ "last_utc": "2026-08-01T17:44:18Z",
397+ "mean": 3.057908074417068,
398+ "n_pasts": 8,
399+ "n_runs": 1,
400+ "params": {
401+ "filter": "none",
402+ "sigma": 2.0
403+ },
404+ "predicted": 3.0619692493630017,
405+ "sd": 0.0905632426825708,
406+ "se": 0.03201894151354439
407+ },
408+ {
409+ "L": 1,
410+ "M": 512,
411+ "highres_szego": 7.047095585180641,
412+ "id": "none_s32",
413+ "last_utc": "2026-08-01T17:44:21Z",
414+ "mean": 6.950006964134099,
415+ "n_pasts": 8,
416+ "n_runs": 1,
417+ "params": {
418+ "filter": "none",
419+ "sigma": 32.0
420+ },
421+ "predicted": 7.047154286203572,
422+ "sd": 0.400122057367157,
423+ "se": 0.14146451003331476
424+ },
425+ {
426+ "L": 1,
427+ "M": 512,
428+ "highres_szego": 4.047095585180641,
429+ "id": "none_s4",
430+ "last_utc": "2026-08-01T17:44:19Z",
431+ "mean": 4.022064629924884,
432+ "n_pasts": 8,
433+ "n_runs": 1,
434+ "params": {
435+ "filter": "none",
436+ "sigma": 4.0
437+ },
438+ "predicted": 4.050842853422905,
439+ "sd": 0.13758097965734356,
440+ "se": 0.048642221838998044
441+ },
442+ {
443+ "L": 1,
444+ "M": 512,
445+ "highres_szego": 5.047095585180641,
446+ "id": "none_s8",
447+ "last_utc": "2026-08-01T17:44:19Z",
448+ "mean": 5.055714741133362,
449+ "n_pasts": 8,
450+ "n_runs": 1,
451+ "params": {
452+ "filter": "none",
453+ "sigma": 8.0
454+ },
455+ "predicted": 5.048034228800837,
456+ "sd": 0.2621950199389582,
457+ "se": 0.0926999382960897
458+ }
459+ ],
460+ "estimand": "H(z_{M+1} | z_1..z_M) in bits/sample, for x ~ iid N(0, sigma^2) -> y = h * x -> z = round(y)",
461+ "generated": "2026-08-01T18:23:44Z",
462+ "settings": {
463+ "n0": 128,
464+ "pasts_per_run": 8,
465+ "r": 1.5,
466+ "reps": 8,
467+ "thin": "auto"
468+ },
469+ "total_runs": 1
470+}
runs.jsonladded+24−0View file
@@ -0,0 +1,24 @@
1+{"L": 1, "M": 512, "cell": "none_s1", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "none", "sigma": 1.0}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [4, 4, 4, 8, 4, 8, 8, 8], "run_index": 0, "seed": [2811353302, 0], "sum": 16.72122553574186, "sumsq": 34.968093750397216, "tau": [1.1, 1.2, 1.1, 1.0, 1.2, 1.0, 1.0, 1.0], "thin": "auto", "thin_resolved": [2, 2, 2, 1, 2, 1, 1, 1], "utc": "2026-08-01T17:44:17Z", "values": [2.0703618784424727, 2.105503786404297, 2.015637516502392, 2.1158780495182112, 2.0621757298618877, 2.1860018748151333, 2.0578107236586267, 2.1078559765388363], "workflow_run": "30710848033"}
2+{"L": 1, "M": 512, "cell": "none_s2", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "none", "sigma": 2.0}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [8, 8, 4, 8, 4, 8, 4, 8], "run_index": 0, "seed": [1050184044, 0], "sum": 24.463264595336543, "sumsq": 74.86382623915708, "tau": [1.0, 1.0, 1.2, 1.0, 1.1, 1.0, 1.3, 1.0], "thin": "auto", "thin_resolved": [1, 1, 2, 1, 2, 1, 2, 1], "utc": "2026-08-01T17:44:18Z", "values": [2.973642973958429, 3.1369741775439293, 3.0136317114471476, 3.0044392399365143, 3.2374256265544705, 2.9823803840883825, 3.082968515100073, 3.0318019667075964], "workflow_run": "30710848033"}
3+{"L": 1, "M": 512, "cell": "none_s4", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "none", "sigma": 4.0}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [4, 8, 4, 4, 8, 4, 4, 8], "run_index": 0, "seed": [3623562329, 0], "sum": 32.17651703939907, "sumsq": 129.54853078008668, "tau": [1.1, 1.0, 1.2, 1.2, 1.0, 1.0, 1.0, 1.0], "thin": "auto", "thin_resolved": [2, 1, 2, 2, 1, 2, 2, 1], "utc": "2026-08-01T17:44:19Z", "values": [4.29980260092116, 4.042599794328356, 3.94578479346076, 4.1346699611834, 3.870200304475306, 3.947875268379429, 3.9363025005195076, 3.9992818161311545], "workflow_run": "30710848033"}
4+{"L": 1, "M": 512, "cell": "none_s8", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "none", "sigma": 8.0}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [8, 8, 4, 4, 8, 8, 4, 8], "run_index": 0, "seed": [3729612914, 0], "sum": 40.445717929066895, "sumsq": 204.96323594907093, "tau": [1.0, 1.0, 1.3, 1.3, 1.0, 1.0, 1.1, 1.0], "thin": "auto", "thin_resolved": [1, 1, 2, 2, 1, 1, 2, 1], "utc": "2026-08-01T17:44:19Z", "values": [5.555719665135147, 5.105196266351996, 4.880638267701473, 4.904435109720794, 4.8319709008796075, 5.34399375552222, 4.893292547872934, 4.930471415882723], "workflow_run": "30710848033"}
5+{"L": 1, "M": 512, "cell": "none_s16", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "none", "sigma": 16.0}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [8, 8, 8, 8, 8, 8, 4, 8], "run_index": 0, "seed": [1924111405, 0], "sum": 46.5706236115079, "sumsq": 271.44222333653187, "tau": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.1, 1.0], "thin": "auto", "thin_resolved": [1, 1, 1, 1, 1, 1, 2, 1], "utc": "2026-08-01T17:44:20Z", "values": [5.803453183181034, 5.678733407757328, 5.658538629718801, 5.80218258568873, 5.727671439387722, 5.751099170267947, 5.800645349705806, 6.348299845800534], "workflow_run": "30710848033"}
6+{"L": 1, "M": 512, "cell": "none_s32", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "none", "sigma": 32.0}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [4, 4, 8, 8, 8, 8, 8, 4], "run_index": 0, "seed": [1207188150, 0], "sum": 55.60005571307279, "sumsq": 387.54145803764186, "tau": [1.1, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.4], "thin": "auto", "thin_resolved": [2, 2, 1, 1, 1, 1, 1, 2], "utc": "2026-08-01T17:44:21Z", "values": [7.463884864724555, 7.489995606776384, 6.665614894381439, 6.89935137738416, 6.674748472032238, 6.534365883128374, 7.277123594322218, 6.594971020323422], "workflow_run": "30710848033"}
7+{"L": 8, "M": 512, "cell": "ma8_s1", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "moving-average", "sigma": 1.0, "width": 8}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [4, 4, 4, 8, 8, 8, 4, 4], "run_index": 0, "seed": [2789830678, 0], "sum": 4.027451804930855, "sumsq": 2.3118537263296597, "tau": [1.4, 1.3, 1.2, 1.0, 1.0, 1.0, 1.1, 1.8], "thin": "auto", "thin_resolved": [2, 2, 2, 1, 1, 1, 2, 2], "utc": "2026-08-01T17:44:35Z", "values": [0.9963568841970587, 0.47872153961857, 0.40065278040770713, 0.4164368037385143, 0.4458870485496219, 0.46916881083268375, 0.4286685271325477, 0.391559410454152], "workflow_run": "30710848033"}
8+{"L": 8, "M": 512, "cell": "ma8_s2", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "moving-average", "sigma": 2.0, "width": 8}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [2, 3, 4, 1, 2, 4, 2, 4], "run_index": 0, "seed": [1061167532, 0], "sum": 7.736375615264277, "sumsq": 7.548188178003185, "tau": [3.4, 2.0, 1.7, 6.9, 4.3, 1.4, 3.6, 1.9], "thin": "auto", "thin_resolved": [4, 3, 2, 7, 5, 2, 4, 2], "utc": "2026-08-01T17:44:40Z", "values": [1.0963181380361524, 0.9479430389146053, 1.0239954236171491, 0.9604564620228954, 0.971853786304967, 1.0609040382375594, 0.7929249247875143, 0.8819798033434345], "workflow_run": "30710848033"}
9+{"L": 8, "M": 512, "cell": "ma8_s4", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "moving-average", "sigma": 4.0, "width": 8}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [3, 1, 2, 3, 1, 1, 2, 1], "run_index": 0, "seed": [3592651929, 0], "sum": 13.164903838476953, "sumsq": 22.08307631243133, "tau": [2.8, 10.6, 4.6, 3.0, 11.2, 5.4, 4.5, 23.7], "thin": "auto", "thin_resolved": [3, 11, 5, 3, 12, 6, 5, 24], "utc": "2026-08-01T17:45:07Z", "values": [1.4678049088260225, 2.229194147990167, 1.610101048784601, 1.4991019260431149, 1.6366924537263499, 1.6220116981333401, 1.500452519480051, 1.5995451354933046], "workflow_run": "30710848033"}
10+{"L": 8, "M": 512, "cell": "ma8_s8", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "moving-average", "sigma": 8.0, "width": 8}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [1, 1, 3, 1, 1, 1, 1, 1], "run_index": 0, "seed": [3751135410, 0], "sum": 18.562251710634477, "sumsq": 43.20582098518905, "tau": [22.3, 5.1, 2.1, 7.3, 20.7, 6.5, 5.7, 16.6], "thin": "auto", "thin_resolved": [23, 6, 3, 8, 21, 7, 6, 17], "utc": "2026-08-01T17:45:12Z", "values": [2.4588728612859114, 2.261854953747223, 2.2259776860284703, 2.336204953932254, 2.2354313851101546, 2.127710116389779, 2.563298098838107, 2.352901655302575], "workflow_run": "30710848033"}
11+{"L": 8, "M": 512, "cell": "ma8_s16", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "moving-average", "sigma": 16.0, "width": 8}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [1, 4, 4, 1, 4, 4, 4, 3], "run_index": 0, "seed": [3922363957, 0], "sum": 24.72142773232089, "sumsq": 76.43707727242398, "tau": [9.7, 1.4, 1.7, 14.6, 1.4, 1.8, 1.3, 2.3], "thin": "auto", "thin_resolved": [10, 2, 2, 15, 2, 2, 2, 3], "utc": "2026-08-01T17:45:16Z", "values": [2.9536237927745725, 3.0706463346019617, 3.0405343412410737, 3.1389710126658152, 3.2086277272011894, 3.0600432462001876, 3.158304007846274, 3.090677269789817], "workflow_run": "30710848033"}
12+{"L": 8, "M": 512, "cell": "ma8_s32", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "moving-average", "sigma": 32.0, "width": 8}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [8, 8, 4, 4, 4, 4, 8, 8], "run_index": 0, "seed": [3700498606, 0], "sum": 32.46492046751092, "sumsq": 132.07778804201578, "tau": [1.0, 1.0, 1.3, 1.1, 1.5, 1.5, 1.0, 1.0], "thin": "auto", "thin_resolved": [1, 1, 2, 2, 2, 2, 1, 1], "utc": "2026-08-01T17:45:23Z", "values": [3.973494553618667, 4.006994192678404, 4.022761050384506, 3.9471472053313157, 3.89811174839725, 4.584895935708268, 4.042028287812318, 3.9894874935801967], "workflow_run": "30710848033"}
13+{"L": 101, "M": 512, "cell": "lp3000_s1", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "lowpass", "high": 3000.0, "rate": 30000.0, "sigma": 1.0, "taps": 101}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [4, 4, 4, 4, 3, 4, 8, 3], "run_index": 0, "seed": [249121865, 0], "sum": 3.8165913204507023, "sumsq": 2.266615532258548, "tau": [1.4, 1.3, 1.3, 1.8, 2.2, 1.5, 1.0, 2.5], "thin": "auto", "thin_resolved": [2, 2, 2, 2, 3, 2, 1, 3], "utc": "2026-08-01T17:46:09Z", "values": [0.4240793766877019, 0.520208525695493, 0.4492029543572485, 0.9501902609282757, 0.5082446650085924, 0.4668248534682599, 0.01296513310415717, 0.4848755512009732], "workflow_run": "30710848033"}
14+{"L": 101, "M": 512, "cell": "lp3000_s2", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "lowpass", "high": 3000.0, "rate": 30000.0, "sigma": 2.0, "taps": 101}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [8, 2, 3, 4, 4, 3, 3, 4], "run_index": 0, "seed": [2546998771, 0], "sum": 5.631198097267792, "sumsq": 4.639501320308298, "tau": [1.0, 4.3, 2.4, 1.3, 1.8, 2.2, 2.3, 1.8], "thin": "auto", "thin_resolved": [1, 5, 3, 2, 2, 3, 3, 2], "utc": "2026-08-01T17:47:33Z", "values": [0.9626241522103085, 0.9274301398826941, 0.9650155007912765, 0.7219146335831957, 0.7970888597160566, 0.12794209083356275, 0.8002469412508137, 0.32893577899988413], "workflow_run": "30710848033"}
15+{"L": 101, "M": 512, "cell": "lp3000_s4", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "lowpass", "high": 3000.0, "rate": 30000.0, "sigma": 4.0, "taps": 101}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [3, 4, 3, 2, 2, 4, 4, 1], "run_index": 0, "seed": [2125707462, 0], "sum": 8.135721292121064, "sumsq": 8.576864429262844, "tau": [2.5, 2.0, 2.1, 3.8, 3.3, 1.7, 1.7, 7.7], "thin": "auto", "thin_resolved": [3, 2, 3, 4, 4, 2, 2, 8], "utc": "2026-08-01T17:48:38Z", "values": [1.0341639950926966, 1.0985919959558963, 1.1866504927703574, 1.2553004856970138, 0.9932405062164237, 1.04291831325016, 0.9621134064465962, 0.5627420966919194], "workflow_run": "30710848033"}
16+{"L": 101, "M": 512, "cell": "lp3000_s8", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "lowpass", "high": 3000.0, "rate": 30000.0, "sigma": 8.0, "taps": 101}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [1, 1, 2, 2, 2, 1, 1, 1], "run_index": 0, "seed": [1996879085, 0], "sum": 10.331307731091927, "sumsq": 13.386075360650935, "tau": [11.7, 11.0, 4.9, 4.1, 3.3, 7.6, 7.9, 7.6], "thin": "auto", "thin_resolved": [12, 12, 5, 5, 4, 8, 8, 8], "utc": "2026-08-01T17:49:36Z", "values": [1.3631366415166757, 1.2730698720547446, 1.3195136394286489, 1.431736585952517, 1.2928467724122092, 1.185797974502239, 1.227576550187119, 1.237629695037774], "workflow_run": "30710848033"}
17+{"L": 101, "M": 512, "cell": "lp3000_s16", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "lowpass", "high": 3000.0, "rate": 30000.0, "sigma": 16.0, "taps": 101}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [1, 1, 1, 1, 1, 1, 1, 1], "run_index": 0, "seed": [313940588, 0], "sum": 11.684771915043132, "sumsq": 17.36913296851258, "tau": [26.3, 12.1, 6.1, 16.2, 20.6, 12.4, 8.8, 14.1], "thin": "auto", "thin_resolved": [27, 13, 7, 17, 21, 13, 9, 15], "utc": "2026-08-01T17:52:30Z", "values": [1.175000157287018, 1.5914694661666324, 1.421645063009663, 1.3920260914917, 1.8800924309298912, 1.4833067988600508, 1.4195976818486535, 1.3216342254495235], "workflow_run": "30710848033"}
18+{"L": 101, "M": 512, "cell": "lp3000_s32", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "lowpass", "high": 3000.0, "rate": 30000.0, "sigma": 32.0, "taps": 101}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [1, 1, 1, 1, 1, 1, 1, 1], "run_index": 0, "seed": [669908215, 0], "sum": 12.113496101850853, "sumsq": 18.829837976659306, "tau": [20.9, 32.1, 11.4, 25.0, 17.2, 12.0, 14.1, 22.8], "thin": "auto", "thin_resolved": [21, 33, 12, 26, 18, 12, 15, 23], "utc": "2026-08-01T17:53:58Z", "values": [1.6068062514387442, 1.388190325535371, 1.0136851376880713, 1.8027950158904744, 1.4558137061351353, 1.7054903712770744, 1.774287300602122, 1.3664279932838612], "workflow_run": "30710848033"}
19+{"L": 101, "M": 512, "cell": "bp300-6000_s1", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "bandpass", "high": 6000.0, "low": 300.0, "rate": 30000.0, "sigma": 1.0, "taps": 101}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [2, 4, 4, 2, 3, 1, 3, 2], "run_index": 0, "seed": [2085037171, 0], "sum": 7.758888590956294, "sumsq": 7.5704449169947665, "tau": [3.1, 1.5, 1.8, 3.8, 2.1, 7.3, 2.3, 4.7], "thin": "auto", "thin_resolved": [4, 2, 2, 4, 3, 8, 3, 5], "utc": "2026-08-01T17:54:49Z", "values": [1.0659306709620928, 1.009313784282449, 0.9002615826555744, 0.9720108806764931, 1.020456295588165, 0.842885588015187, 0.8996874347037084, 1.0483423540726244], "workflow_run": "30710848033"}
20+{"L": 101, "M": 512, "cell": "bp300-6000_s2", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "bandpass", "high": 6000.0, "low": 300.0, "rate": 30000.0, "sigma": 2.0, "taps": 101}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [3, 2, 2, 2, 1, 2, 2, 3], "run_index": 0, "seed": [3847124425, 0], "sum": 10.761363215133077, "sumsq": 14.489176490450706, "tau": [2.2, 4.8, 3.5, 4.7, 6.6, 4.9, 4.9, 2.6], "thin": "auto", "thin_resolved": [3, 5, 4, 5, 7, 5, 5, 3], "utc": "2026-08-01T17:55:42Z", "values": [1.3311737032102757, 1.3566524116866412, 1.2933269172506145, 1.3973560436547499, 1.3421413626502587, 1.3724283237861785, 1.391478805205545, 1.2768056476888139], "workflow_run": "30710848033"}
21+{"L": 101, "M": 512, "cell": "bp300-6000_s4", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "bandpass", "high": 6000.0, "low": 300.0, "rate": 30000.0, "sigma": 4.0, "taps": 101}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [1, 1, 1, 1, 1, 1, 1, 1], "run_index": 0, "seed": [204329212, 0], "sum": 13.508806647874469, "sumsq": 22.861456180476896, "tau": [12.4, 10.3, 10.4, 7.1, 5.5, 13.1, 10.8, 8.5], "thin": "auto", "thin_resolved": [13, 11, 11, 8, 6, 14, 11, 9], "utc": "2026-08-01T17:56:33Z", "values": [1.7820849204137623, 1.5184007477909072, 1.6971645971855214, 1.7066906927994492, 1.6951564167766424, 1.7910018326880728, 1.651980183691992, 1.6663272565281222], "workflow_run": "30710848033"}
22+{"L": 101, "M": 512, "cell": "bp300-6000_s8", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "bandpass", "high": 6000.0, "low": 300.0, "rate": 30000.0, "sigma": 8.0, "taps": 101}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [1, 1, 1, 1, 1, 1, 1, 1], "run_index": 0, "seed": [94084311, 0], "sum": 18.40970036654996, "sumsq": 45.57145811719057, "tau": [8.1, 15.5, 12.3, 18.1, 7.4, 57.8, 26.3, 15.1], "thin": "auto", "thin_resolved": [9, 16, 13, 19, 8, 58, 27, 16], "utc": "2026-08-01T18:10:14Z", "values": [2.1095589696966686, 3.9383315998233397, 2.159785825689948, 2.1544079463289867, 1.8024751416965117, 1.8995388288757908, 2.121216815838909, 2.224385238599805], "workflow_run": "30710848033"}
23+{"L": 101, "M": 512, "cell": "bp300-6000_s16", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "bandpass", "high": 6000.0, "low": 300.0, "rate": 30000.0, "sigma": 16.0, "taps": 101}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [1, 1, 1, 1, 1, 1, 1, 1], "run_index": 0, "seed": [3569884598, 0], "sum": 20.3452572606481, "sumsq": 51.81760461738743, "tau": [15.8, 88.7, 54.0, 33.3, 110.0, 24.8, 60.0, 30.9], "thin": "auto", "thin_resolved": [16, 64, 55, 34, 64, 25, 61, 31], "utc": "2026-08-01T18:15:46Z", "values": [2.4856294684357643, 2.4411584195414564, 2.5074007758863495, 2.696613161745982, 2.486130869316771, 2.4721496821157594, 2.7151425537600478, 2.5410323298459714], "workflow_run": "30710848033"}
24+{"L": 101, "M": 512, "cell": "bp300-6000_s32", "code_sha": "efed18a14c03d0a7668df9d4c609acc7ae0af4a4", "n0": 128, "params": {"filter": "bandpass", "high": 6000.0, "low": 300.0, "rate": 30000.0, "sigma": 32.0, "taps": 101}, "pasts": 8, "r": 1.5, "reps": 8, "reps_resolved": [1, 1, 1, 1, 1, 1, 1, 1], "run_index": 0, "seed": [3784555309, 0], "sum": 24.927293204756943, "sumsq": 81.62920725087255, "tau": [14.2, 50.3, 43.0, 22.9, 31.0, 33.0, 79.0, 32.2], "thin": "auto", "thin_resolved": [15, 51, 43, 23, 32, 33, 64, 33], "utc": "2026-08-01T18:23:43Z", "values": [2.596961773719068, 2.9522268469125033, 3.0538014949094, 3.069191720960738, 4.9250087967549465, 2.896146329010766, 2.626433599165427, 2.807522643324095], "workflow_run": "30710848033"}
moveopenescclose