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

Class HhiState

crates/openquant/src/streaming_hpc.rs:211–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210#[derive(Debug, Clone, PartialEq)]
211pub struct HhiState {
212 cfg: HhiConfig,
213 window: VecDeque<usize>,
214 venue_counts: HashMap<usize, usize>,
215 sum_sq_counts: usize,
216}
217
218impl HhiState {
219 pub fn new(cfg: HhiConfig) -> Result<Self, StreamingHpcError> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected