python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to declare a binomial distribution variable with changing parameters in pymc3
I would like to declare a binomial variable that is intermediate and not observed, used to compute another deterministic variable that is observed. If I had the observations, I could declare the follo...

cserpell
Votes: 0
Answers: 1
Why does python bayesian optimization give wrong answers
I am using the Python package dragonfly to perform some Bayesian optimization. I am testing out on a simple example (minimize y=x within [-10, 10], the answer is clearly -10). However, I get different...
no_nonsense_45
Votes: 0
Answers: 0
Remove Outliers from a Multitrace in PYMC3
I have a model which has 3 parameters A, n, and Beta.
I did a Bayesian analysis using pymc3 and got the posterior distributions of the parameters in a multitrace called "trace". Is there any...

H2H
Votes: 0
Answers: 1
Theano.scan in hierarchical PyMC3 models
I want to apply theano.scan over multiple parameters in a hierarchical model.
The code works great for a single model, however, I'm not sure how to convert the model to a hierarchical model (requiring...

Zach Wolpe
Votes: 0
Answers: 0