Expand description
§Statistical Analysis Implementation
Core statistical engine providing Bayesian changepoint detection, correlation analysis with significance testing, and time-series trend detection.
Re-exports§
pub use bocpd::SimpleBOCPD;pub use bocpd::log_sum_exp;pub use types::AnalysisMetadata;pub use types::BOCPDConfig;pub use types::BOCPDResult;pub use types::BOCPDState;pub use types::ChangeType;pub use types::ChangepointConfig;pub use types::ChangepointResult;pub use types::CorrelationResult;pub use types::StatisticalConfig;pub use types::StatisticalResults;pub use types::TrendDirection;pub use types::TrendResult;pub use SimpleBOCPD as BocpdDetector;
Modules§
Structs§
- Changepoint
Detector - Changepoint detection wrapper
- Correlation
Analyzer - Correlation analysis wrapper
- Statistical
Engine - Core statistical analysis engine