app.model.lib.modeling#

Attributes#

MODEL_NAMES

The human-readable names of the supported models/methods

SHORT_MODEL_NAMES

Shortened model names to show in charts

MODEL_DESCRIPTIONS

One-sentence descriptions of the supported models/methods

COMMON_COEFFICIENTS

Names and descriptions for common model parameters (growth rate, lag time, etc)

ALL_COEFFICIENTS

Names and descriptions for all model parameters used by models we know of

FIT_PARAMETERS

Module Contents#

app.model.lib.modeling.MODEL_NAMES[source]#

The human-readable names of the supported models/methods

app.model.lib.modeling.SHORT_MODEL_NAMES[source]#

Shortened model names to show in charts

app.model.lib.modeling.MODEL_DESCRIPTIONS[source]#

One-sentence descriptions of the supported models/methods

app.model.lib.modeling.COMMON_COEFFICIENTS[source]#

Names and descriptions for common model parameters (growth rate, lag time, etc)

app.model.lib.modeling.ALL_COEFFICIENTS[source]#

Names and descriptions for all model parameters used by models we know of

app.model.lib.modeling.FIT_PARAMETERS[source]#