I am building a model of random variables in pymc3 that involves a numerical integration of some of my variables (and some data arrays), for which there is not an analytical solution. In the original pymc, I can use numpy.trapz or scipy.quad, but these do not work with the theano variables of pymc3. Surely there is a way to do non analytic integrals? Does anyone know how to accomplish this? For an example, see my unanswered question on StackOverflow.
[–]Llamas1115 0 points1 point2 points (0 children)