Skip to main content

Module analysis

Module analysis 

Source
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§

bocpd
Bayesian Online Change Point Detection (BOCPD)
types
Statistical Analysis Types

Structs§

ChangepointDetector
Changepoint detection wrapper
CorrelationAnalyzer
Correlation analysis wrapper
StatisticalEngine
Core statistical analysis engine