# Soothsayer v0.6.3 - API Reference

## 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.

