Module 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 which is then accessed by the methods in epispot.estimates.getters.
Expand source code
"""
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 which is then accessed by the methods in `epispot.estimates.getters`.
"""
bulk = []
"""
Use this list to see all estimates.
Any estimates added through `epispot.estimates.utils` can be queried
from here as well.
"""
Global variables
var bulk- 
Use this list to see all estimates. Any estimates added through
epispot.estimates.utilscan be queried from here as well.