Module epispot.estimates
This sub-package contains various estimates from the literature to be used in conjunction with epispot's models.
Added in version: v3.0.0
Expand source code
"""
This sub-package contains various estimates from the literature to be used in conjunction with epispot's models.
.. versionadded:: v3.0.0
"""
# imports
import datetime as dt
import warnings
# dependencies
import numpy as np
# local
from . import data, getters, storage, utils
Sub-modules
epispot.estimates.data-
The
epispot.estimates.datamodule contains all of the estimates pulled from the literature regarding the parameters of specific diseases. They are … epispot.estimates.getters-
The
epispot.estimates.gettersmodule contains various scripts for listing, querying, and loading data from the literature. Alternatively, the data … epispot.estimates.storage-
This module is intended as a container for all of the estimates from the literature. Each stored estimate is added to one of the storage containers …
epispot.estimates.utils-
The
epispot.estimates.utilsmodule contains miscellaneous utilities for grouping and manipulating estimates stored inepispot.estimates.data. It …