Skip to content

Commit

Permalink
Merge pull request #262 from DavAug/262-population-filter
Browse files Browse the repository at this point in the history
262 population filter
  • Loading branch information
DavAug authored Sep 21, 2022
2 parents 164abca + 3c9f004 commit 4adf92c
Show file tree
Hide file tree
Showing 21 changed files with 8,454 additions and 4,281 deletions.
14 changes: 12 additions & 2 deletions chi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from ._covariate_models import ( # noqa
CovariateModel,
LogNormalLinearCovariateModel
LinearCovariateModel
)

from ._error_models import ( # noqa
Expand All @@ -24,7 +24,7 @@
HierarchicalLogPosterior,
LogLikelihood,
LogPosterior,
ReducedLogPDF
PopulationFilterLogPosterior
)

from ._mechanistic_models import ( # noqa
Expand All @@ -41,6 +41,16 @@
SamplingController
)

from ._population_filters import ( # noqa
PopulationFilter,
ComposedPopulationFilter,
GaussianFilter,
GaussianKDEFilter,
GaussianMixtureFilter,
LogNormalFilter,
LogNormalKDEFilter
)

from ._population_models import ( # noqa
ComposedPopulationModel,
CovariatePopulationModel,
Expand Down
Loading

0 comments on commit 4adf92c

Please sign in to comment.