larch.numba.Model.choice_co_vars

larch.numba.Model.choice_co_vars

Model.choice_co_vars

A mapping giving idco expressions that evaluate to indicator values.

Each key represents an alternative code number, and the associated expression gives the name of an idco variable or some function of idco variables that indicates whether that alternative was chosen.

Type

Dict[int,str]