Initial commit.
This commit is contained in:
5
src/history.rs
Normal file
5
src/history.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub struct History {
|
||||
mu: f64,
|
||||
sigma: f64,
|
||||
gamma: f64,
|
||||
}
|
||||
Reference in New Issue
Block a user