FriesischScott / UncertaintyQuantification.jl

Uncertainty Quantification in Julia
MIT License
28 stars 7 forks source link

Split modified metropolis hastings samples and evaluate cov in subset simulation #66

Closed andreaperin closed 2 years ago

andreaperin commented 2 years ago

The split is made in order to avoid evaluate! calls when candidatesamples generate one (or more) alpha-rejected sample.

codecov[bot] commented 2 years ago

Codecov Report

Merging #66 (5b906e2) into 64-compute-cov (129add7) will increase coverage by 0.09%. The diff coverage is 100.00%.

@@                Coverage Diff                 @@
##           64-compute-cov      #66      +/-   ##
==================================================
+ Coverage           98.41%   98.50%   +0.09%     
==================================================
  Files                  16       16              
  Lines                 378      401      +23     
==================================================
+ Hits                  372      395      +23     
  Misses                  6        6              
Impacted Files Coverage Δ
src/simulations/subset.jl 100.00% <100.00%> (ø)

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 129add7...5b906e2. Read the comment docs.