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

Class HrpDendrogram

crates/openquant/src/hrp.rs:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10#[derive(Debug, Clone)]
11pub struct HrpDendrogram {
12 pub icoord: Vec<[f64; 4]>,
13 pub dcoord: Vec<[f64; 4]>,
14 pub ivl: Vec<String>,
15 pub leaves: Vec<usize>,
16 pub color_list: Vec<String>,
17}
18
19#[derive(Debug, Clone, Default)]
20pub struct HierarchicalRiskParity {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected