new content
This commit is contained in:
parent
8338b702b4
commit
dc22c58f0c
9 changed files with 138 additions and 0 deletions
15
web/content/blog/lyagushka.md
Normal file
15
web/content/blog/lyagushka.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Title: Lyagushka
|
||||
Date: 2025-01-09 23:00
|
||||
Category: code
|
||||
Slug: lyagushka
|
||||
Summary: Rust-based command-line tool that detects statistically significant attractor clusters and void gaps in one-dimensional integer datasets.
|
||||
|
||||
(Russian лягушка [lʲɪˈɡuʂkə]: frog)
|
||||
|
||||
Lyagushka is a Rust command-line tool inspired by *Fatum Project*'s '[Zhaba](https://gist.github.com/randogoth/ab5ab9e8665303be176f16241e7b26b5)' algorithm (Russian 'жаба': toad) and expands upon it for more versatility.
|
||||
|
||||
It is an algorithm that analyzes a one-dimensional dataset of integers to identify clusters of closely grouped "attractor" points and significant "void" gaps between these clusters. It calculates z-scores for each cluster or gap to measure their statistical significance relative to the dataset's mean density and distance between points. The analysis results, including attractors, voids, and their z-scores, are output as a JSON string.
|
||||
|
||||
## Repository
|
||||
|
||||
* [lyagushka](https://codeberg.org/randogoth/lyagushka)
|
||||
Loading…
Add table
Add a link
Reference in a new issue