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

Class BiasVarianceNoise

crates/openquant/src/ensemble_methods.rs:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21#[derive(Debug, Clone, Copy, PartialEq)]
22pub struct BiasVarianceNoise {
23 pub bias_sq: f64,
24 pub variance: f64,
25 pub noise: f64,
26 pub mse: f64,
27}
28
29#[derive(Debug, Clone, Copy, PartialEq)]
30pub struct BaggingBoostingDecision {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected