-
Think the `ModelBuilder` class itself could just get the getters (and setters) for:
- prior
- prior_predictive
- fit_result (posterior)
- posterior_predictive
They are defined here for mmm:
…
-
The latest master of pymc is version 3.0 but the book requires 2.2 which is not clear enough from the README installation. I managed to do it on OS X as follows (but I am not sure if/where this needs …
udibr updated
10 years ago
-
In GitLab by @git.ligo:michael.williams on Mar 25, 2024, 15:30
I've opened this issue to track changes that should be made as we migrate samplers out of the main code and into their own packages. Hop…
-
# Notebook proposal
**'Tumoroscope' model in PyMC**
## Why should this notebook be added to pymc-examples?
The 'Tumoroscope' model is a generative, graphical model for estimating proportions of…
-
We should have examples in (at least) Stan and PyMC. Ideally there would be different 'tabs' for each language, so not to clutter the pages.
-
As of now, we have "vanilla" synthetic control working with `cp.pymc_experiments.SyntheticControl` as the experiment class, and that is fed the `cp.pymc_models.WeightedSumFitter` as the model.
It …
-
Hi,
I tried to use pymc with Rodeo. After installing it i tried:
`import pymc`
unfortunately it gives back to me:
```
ImportError: No module named 'pymc'
--------------------------------------…
-
Before trying to build pymc, I installed pymc using anaconda. However, it can't pass `pymc.test()`.
Then I tried to build pymc using `pip install pymc`, but it failed.
I have installed gfortran and …
-
I am having issues using celerite2 with PYMC. In the past (with PyMC3) I always used `gp.marginal(observed=y-extra_model)` in order to sample models which included both GP and other variables (i.e. a …
-
## High level goals
* The API should include default priors and not _require_ the user to define their own priors.
* But the user should be able to customise their own priors.
* Users should be a…