bayesloop
bayesloop copied to clipboard
Probabilistic programming framework that facilitates objective model selection for time-varying parameter models.
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 5.0.0 to 6.3.0. Release notes Sourced from nbconvert's releases. 5.5.0 Documentation Release This tag is used to provide a working documentation build for RTD. Commits cefe0bf Release...
Hello, I'm using python 3.6.5 and I get the following error when trying to run through the Anomalous diffusion example: ``` .../bayesloop/transitionModels.py in computeForwardPrior(self, posterior, t) 100 ndarray: Prior parameter...
Hi, I have the following error: ValueError: operands could not be broadcast together with shapes (388,100,400) (0,) Here's the traceback ``ValueError Traceback (most recent call last) Cell In[18], line 15...
Thanks for good project. I tried to reproduce the results on the paper, [Superstatistical analysis and modelling of heterogeneous random walks](https://www.nature.com/articles/ncomms8516), but the box-kernel doesn't seem to be implemented in...