-
Dear All,
i just tried to install pyMC3 on my macbook. It's not working and i cannot figure out how to fix it. Here is the shell output:
```
`Martins-MacBook-Pro:CODING mschmitz$ pip install git+htt…
-
Hi,
Installation does not work on Linux Mint.
Thanks
```
[11:46:27] $ sudo pip3 install -U git+https://github.com/pymc-devs/pymc3.git
The directory '/home/marco/.cache/pip/http' or its parent direct…
-
I'm working on upgrading dippl to webppl 0.7. This requires that we use distributions directly from Javascript (since we're re-implementing some of the inference algorithms for educational purposes). …
-
I am trying to port the mixture model to pymc3, but running into problem
https://gist.github.com/zaxtax/7968670
I get the following error as present
File "finite_mixture.py", line 21, in
sha…
-
Hi,
I just downloaded the current master from github, and now I am having trouble creating categorial variables.
```
import numpy as np
import matplotlib.pyplot as plt
import pymc3 as mc
working = …
-
Discrete
- [x] Bernoulli
- [x] Binomial
- [x] Multinomial
- [x] Poisson
- [x] Geometric
- [x] Negative Binomial
Continuous
- [x] Uniform
- [x] Multivariate Normal
- [x] Student-t (with mean and scale…
-
`reducedim` does not work without an initial parameter for the `max` function (maybe also for some others). Although [documentation](http://docs.julialang.org/en/release-0.4/stdlib/arrays/#Base.reduce…
-
This is a must have for me at this point, especially sampling functions. @rleonid do you have any existing code for this before I get started?
-
I'm trying to sample from a complex hierarchical model with lots of variables. I'm thinking of applying ADVI to sample from the posterior because the model has potentially many variables. One of the v…
-
``` python
from bayespy import nodes
nodes.Multinomial(3, [0.1, 0.9]).random()
```
```
---------------------------------------------------------------------------
TypeError …