Time Segmentation
Segments time series into different components according to statistical tests over the series. Helpful for understanding changes in regimes.
Overview
Getting Started
import sovai as sov
sov.token_auth(token="your_token_here")df_accounting = sov.data("accounting/weekly").select_stocks("mega")1. Change Point Detection
Data Analysis

Visualization

2. Regime Change Analysis
Data Analysis

Visualization

3. Comprehensive Regime Analysis (PCA-based)
Data Analysis

Visualization

Tips for Users
Last updated