Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1''' 

2Shortcuts to models. 

3''' 

4 

5from .covid_sird import CovidSIRD # noqa 

6from .covid_sird_cst import CovidSIRDc # noqa 

7from .covid_sird_mixture import CovidSIRDMixture # noqa 

8from .epidemic_regressor import EpidemicRegressor # noqa 

9from .model_estimation import find_best_model, rolling_estimation # noqa