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 = (1e-09, 0.999999999)
SEX_BIAS = (-1, 1)
TIME = (1e-09, 999999999.9999999)
UNTYPED = (-999999999.9999999, 999999999.9999999)
__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)