# Soothsayer v0.6.3 - Table of Contents ## Pages - [Soothsayer 🧙🔮](readme.md) - Tutorials - [Introduction to Soothsayer 🧙🔮](introduction.md) - [The Basics](basics.md) - [Trends](trends.md) - [Seasonality](seasonality.md) - [Auto-Regression](autoregression.md) - [Events](events.md) ## Modules - [Soothsayer](Soothsayer.md): The main module for the Soothsayer library, providing functions for creating, fitting, and using time series forecasting models. - [Soothsayer.AR](Soothsayer.AR.md): Auto-regression (AR) component functionality. - [Soothsayer.Events](Soothsayer.Events.md): Event component for Soothsayer models. - [Soothsayer.Model](Soothsayer.Model.md): Defines the structure and operations for the Soothsayer forecasting model. - [Soothsayer.Seasonality](Soothsayer.Seasonality.md): Seasonality component for Soothsayer forecasting models. - [Soothsayer.Trainer](Soothsayer.Trainer.md): Training functionality for Soothsayer models. - [Soothsayer.Trend](Soothsayer.Trend.md): Trend component with optional piecewise linear changepoints.