Time Segmentation
Segments time series into different components according to statistical tests over the series. Helpful for understanding changes in regimes.
Last updated
Was this helpful?
Segments time series into different components according to statistical tests over the series. Helpful for understanding changes in regimes.
Last updated
Was this helpful?
Tutorials
are the best documentation —
The Time Segmentation Module is a powerful tool for analyzing financial time series data. It offers four main functionalities:
Change Point Detection
Regime Change Analysis
Comprehensive Regime Analysis (PCA-based)
Each functionality can be used for data analysis or visualization, allowing users to gain deep insights into their financial data.
To use the Time Segmentation Module, first import the necessary library and authenticate:
Identify significant changes in your time series data.
Detect regime changes for a specific stock and feature.
Perform a PCA-based regime change analysis on multiple features for a specific stock.
Always check the .attrs['stats']
of the result for additional insights and metadata.
Use the 'plot' method for quick visual analysis and the 'data' method for detailed numerical results.
Experiment with different features and tickers to gain comprehensive insights into your financial data.