Closed whitead closed 7 years ago
I have confirmed the error and will look into it; there's no particular reason I can think of that exponentials shouldn't work.
No matter the shape of the parameters, Exponential
was defining its mode to be a scalar. The fix is simple; will merge once tests pass.
Cool, thanks for helping me with the issue so quickly!
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 this:
I get the following error:
Any ideas on what could be wrong? If I use a Poisson or Normal, it works. Are exponentials not intended to be used in mixture models? I'm using latest master (34fdef3) of pymc3 and theano (ee9eae).