| 13 | |
| 14 | #[derive(Debug, Clone, Copy, PartialEq)] |
| 15 | pub struct OuProcessParams { |
| 16 | pub phi: f64, |
| 17 | pub intercept: f64, |
| 18 | pub equilibrium: f64, |
| 19 | pub sigma: f64, |
| 20 | pub r_squared: f64, |
| 21 | pub stationary: bool, |
| 22 | } |
| 23 | |
| 24 | #[derive(Debug, Clone, Copy, PartialEq)] |
| 25 | pub struct TradingRule { |
nothing calls this directly
no outgoing calls
no test coverage detected