.. _chi: https://github.com/DavAug/chi ***************** Covariate Models ***************** .. currentmodule:: chi Covariate models in chi_ can be used to construct complex population structures that depend on characteristics of individuals or subpopulations, i.e. covariates of the inter-individual variability. Simple population models from `Population Models `_ are used to describe the variability within a subpopulation, while covariate models are used to describe the cross-subpopulation variability. Classes ------- - :class:`LinearCovariateModel` Detailed API ^^^^^^^^^^^^ .. autoclass:: LinearCovariateModel :members: :inherited-members: Base classes ------------ - :class:`CovariateModel` Detailed API ^^^^^^^^^^^^ .. autoclass:: CovariateModel :members: