-
I am trying to replicate the coal mining disaster model but I keep getting the following error.
`TypeError: expected type_num 9 (NPY_INT64) got 7`
I even tried specifying the dtypes for all the ran…
-
Distributions.jl uses libRmath to sample from various distributions e.g. Binomial, Poisson, Beta, Hypergeometric, Gamma and Dirichlet.
libRmath uses the global stream of dSFMT, which is not seeded b…
-
Only a couple are implemented so far. I should get round to adding more before too long.
If you're reading this and there's a particular distribution you're after, please comment below and Ill try …
-
$ sudo pip2 install edward
Successfully installed edward-1.2.4
$ python MDN_Edward_Keras_TF.py
Traceback (most recent call last):
File "MDN_Edward_Keras_TF.py", line 45, in
import edw…
-
I am trying to run the example code for AEVB for LDA from the docs. I'm new to PyMC3 and I'm not sure if this is a bug or something that I'm doing wrong.
Here's the particular line of code that's c…
-
This is a tangent from issue #2094 - I updated my versions of pymc3 and theano while testing out the model I mentioned in that issue. I am currently running:
```
In [17]: theano.__version__
Out[17]…
-
I am cross posting this from stack overflow:
https://stackoverflow.com/questions/42846740/using-the-pymc3-categorical-distribution-with-data-that-has-several-trials
I am trying to detect switchpoi…
-
I'm not sure if it's reasonable to use an exponential mixture model, but I'm trying to cluster arrival time processes and thought it might be a good model. If I try a simple exponential model like thi…
-
At the moment there doesn't seem to be a _generalized_ way to compose categorical variables, i.e. have a categorical node inherit from one or more parent categorical nodes.
I've re-implemented a B…
-
I just tested whether the Dirichlet distribution takes a two-dimensional variable
This was supposed to have been fixed by #844
import pymc3 as pm
import numpy as np
with pm.Model(…