Package Overview
For a quick getting started demo, please see getting started. For a demo of using the modeling framework from start to finish, please see model runner.
The main modules are listed below, and there is documentation on each of them in the Developer Docs section of the documentation.
core
: functional forms, objective functions, data management objects, and model parametersmodels
: types of models to fit to the datasolvers
: types of solvers that are used for the optimization problem of fitting models to datauncertainty
: objects for obtaining uncertainty intervals for the forecastsinitializer
: objects for getting "smart" priors based on other datasetsutils
: utility functions
For examples on how to use the code, please see the following