Skip to content

StablizeZScore

Compare
Choose a tag to compare
@alexrockhill alexrockhill released this 12 May 00:11
· 19 commits to main since this release

Using zscores was stabilized by having the baseline be a global median-of-sections baselines so that events with more noise had the same zscore.

The events are looked through more efficiently by finding events greater than zscore and basing the search indices on that rather than uniformly spaced chunks. This also caused less events to be missed or mis-classified.