Algostream_analyticsmodule Config : sig ... endPer-symbol analytics configuration.
module Filters : sig ... endNoise-filtering / smoothing primitives.
module Outlier : sig ... endOutlier-detection pipeline.
module Per_symbol : sig ... endPer-symbol analytics state.
module Processor : sig ... endTop-level Statistical Data Processing facade.
module Regime : sig ... endThreshold-based market regime detector.
module Rolling : sig ... endFixed-window rolling statistics with periodic full recompute.
module Snapshot : sig ... endImmutable per-symbol snapshot.
module Tick_event : sig ... endNormalized tick record bridging bus payloads (Market_tick / Trade_print) into the analytics pipeline. Field set is intentionally narrower than the bus payloads: only what the analytics layer actually uses, so the SPSC handoff is small and predictable.
module Volatility : sig ... endReal-time volatility estimators.