Releases: papamarkou/kanga
Releases · papamarkou/kanga
Python version requirement in setup.py
v0.0.10 Fix in version in init
Compatibility with newer matplotlib
Fixed quality
option handling, in accordance with newer matplotlib.
Updated a function to work with newer statsmodels version
v0.0.8 Updated statsmodels version in requirements
Improved MCMC diagnostics
Added:
ChainArrays
class, making it easier to callmulti_rhat
and other methods across multiple chains,- method for approximating a non-positive definite matrix by a (semi-)positive definite matrix,
- finished
summary
method for a set of chains
Edit in chain array
v0.0.6 Changed version in init file
Added multivariate Rhat
The multivariate Rhat of this paper has been added to the package.
Added chain array and new multivariate ESS
Merge pull request #2 from papamarkou/chain_array Chain array and multivariate ESS based on initial sequence estimator
Fixed bug in setup.py
v0.0.3 Updated init to new version tag
Added functionality for multivariate ESS
See pull request #1.
First pre-release
v0.0.1 First commit