tracts.demography.parameter#

Defines ParamType (the admissible-bounds type of a demographic model parameter: time, rate, sex-bias or untyped) and Parameter/DependentParameter, the individual named parameters that make up a BaseParametrizedDemography.

Classes

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

A class representing a parameter in a demographic model that is dependent on other parameters.

ParamType(lower_bound, upper_bound)

A class representing the type of a parameter in a demographic model.

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

A class representing a parameter in a demographic model.