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

Enum HcaaError

crates/openquant/src/hcaa.rs:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3#[derive(Debug, PartialEq)]
4pub enum HcaaError {
5 NoData,
6 UnknownAllocationMetric(String),
7 UnknownReturns(String),
8 MissingExpectedReturnsForSharpe,
9 MissingReturnsForTailRisk,
10 DimensionMismatch(&'static str),
11}
12
13#[derive(Debug, Clone)]
14pub struct HierarchicalClusteringAssetAllocation {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected