Initial commit.

This commit is contained in:
2022-06-10 15:22:27 +02:00
commit de58d01322
12 changed files with 1115 additions and 0 deletions

5
src/history.rs Normal file
View File

@@ -0,0 +1,5 @@
pub struct History {
mu: f64,
sigma: f64,
gamma: f64,
}