pints icon indicating copy to clipboard operation
pints copied to clipboard

Integrate Slice Sampling: Hyperrectangles-based Methods.

Open lorcandelaney opened this issue 6 years ago • 2 comments

See #772

Includes:

  1. Hyperrectangles-based methods for Slice Sampling: Adaptive and Non-Adaptive. Both methods are in pints/pints/_mcmc/_slice_hyperrectangles.py.
  2. Tests for Hyperrectangles-based methods.
  3. Notebooks for Hyperrectangles-based methods.

lorcandelaney avatar Aug 07 '19 19:08 lorcandelaney

Codecov Report

Merging #895 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #895   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          55     56    +1     
  Lines        5673   5772   +99     
=====================================
+ Hits         5673   5772   +99
Impacted Files Coverage Δ
pints/_mcmc/_slice_hyperrectangles.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 06e64cc...e43c4f9. Read the comment docs.

codecov[bot] avatar Aug 07 '19 19:08 codecov[bot]

Hey @lorcandelaney ! For these and other PRs, please check how your docstrings render, and if you're using the correct syntax (:math:`1 + x` for maths, ``1 + x`` for code) everywhere!

See CONTRIBUTING.md for instructions on locally building and inspecting the docs

MichaelClerx avatar Aug 15 '19 14:08 MichaelClerx