tracts.driver_utils._default_param_bounds#

_default_param_bounds(demographic_model, param)#

Returns the default (pre-narrowing) admissible bounds for param, i.e. the bounds it would have without any user-specified narrowing from the driver’s bounds section. These come from the parameter’s type (see tracts.demography.parameter.ParamType), except TIME parameters, whose default bounds are the model’s (min_time, max_time) (see BaseParametrizedDemography.add_parameter).

Return type:

tuple[float, float]