tracts.demography.parameter

Classes

DependentParameter(name, expression, ...[, ...])

ParamType(*values)

Parameter(name, param_type, bounds[, index])

class tracts.demography.parameter.DependentParameter(name, expression, param_type, bounds, index=None)

Bases: Parameter, Callable

__init__(name, expression, param_type, bounds, index=None)
class tracts.demography.parameter.ParamType(*values)

Bases: Enum

RATE = (0, 1)
SEX_BIAS = (-1, 1)
TIME = (0, inf)
UNTYPED = (-inf, inf)
__init__(lower_bound, upper_bound)
class tracts.demography.parameter.Parameter(name, param_type, bounds, index=None)

Bases: object

__init__(name, param_type, bounds, index=None)