PYMC
1 min read
Updated:
Random Walk Implementation
- Time series implementation questions
- Implement DiffTransform for RandomWalk distributions
- RandomWalk implementation using scan vs vectorized
- GaussianRandomWalk implementation using library vs from scratch
- Beta random walk
scan
pm.Beta('x', ...).cumsum()
- wrap a
GRW
insidesigmoid
- 5 Levels of Difficulty - Bayesian Gaussian Random Walk with PyMC3 and Theano
- tensorflow/probability/Estimating_COVID_19_in_11_European_countries.ipynb
- fine tuned bijectors to solve problem of heaviness of tails of lognormal distribution and make inference fast and numerically more stable