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