Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds plotting methods for monte carlo samplers (#409)
* feat: initial monte carlo plotting, summary functionality temp commit * plots: update mcmc_summary, remove stale unit tests, align mcmc_example with plotting methods. * adds autocorrelation and ess methods for posterior chains * style: pre-commit fixes * Adds ECM monte carlo identification example, updates and bugfixes to posterior_summary * tests: coverage for PosteriorSummary() * Move data/Tesla_4680 files * fix: lychee, multiprocessing, plotly.go management * Adds coverage for effective sample size, autocorrelation * tests: coverage and removes redundant checks * Update notebook sampler, starting position from optimisation, parallelisation * adds rhat() to PosteriorSummary, updates monte_carlo_ecm example for MAP estimate & initialisation * examples: post-merge fix * tests: adds rhat assertion, updates thevenin sampling for MAP estimate x0. * moves x0 checks, construction to BaseSampler, updates tests, fixes transformations in samplers * adds coverage, updates multi_fitting.py. * fix: x0 in BaseSampler shape, updates sampler & observer tests * style: pre-commit fixes * fix: plot architecture change * adds changelog entry, updates to mcmc_example.py --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information