FriesischScott / UncertaintyQuantification.jl

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

Compute cov for probability of failure methods #68

Closed FriesischScott closed 2 years ago

FriesischScott commented 2 years ago

Also improves the efficiency of subset simulation by avoiding repeated model evaluations for stationary markov chains.

Closes #65, #64

codecov[bot] commented 2 years ago

Codecov Report

Merging #68 (4e8f387) into master (72d408a) will increase coverage by 0.10%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   98.39%   98.50%   +0.10%     
==========================================
  Files          16       16              
  Lines         374      401      +27     
==========================================
+ Hits          368      395      +27     
  Misses          6        6              
Impacted Files Coverage Δ
src/reliability/probabilityoffailure.jl 100.00% <100.00%> (ø)
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 72d408a...4e8f387. Read the comment docs.