MCPcopy Create free account
hub / github.com/Open-Quant/openquant / FitResultRow

Class FitResultRow

crates/openquant/src/ef3m.rs:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#[derive(Debug, Clone)]
19pub struct FitResultRow {
20 pub mu_1: f64,
21 pub mu_2: f64,
22 pub sigma_1: f64,
23 pub sigma_2: f64,
24 pub p_1: f64,
25 pub error: f64,
26}
27
28fn comb(n: usize, k: usize) -> f64 {
29 if k > n {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected