FriesischScott / UncertaintyQuantification.jl

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

Implement subset simulation #34

Closed FriesischScott closed 3 years ago

FriesischScott commented 3 years ago

Adds subset simulation together with a few quality of life improvements here and there.

codecov[bot] commented 3 years ago

Codecov Report

Merging #34 (377ce43) into master (abeb043) will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   99.55%   99.64%   +0.09%     
==========================================
  Files          13       14       +1     
  Lines         225      284      +59     
==========================================
+ Hits          224      283      +59     
  Misses          1        1              
Impacted Files Coverage Δ
src/UncertaintyQuantification.jl 100.00% <ø> (ø)
src/inputs/inputs.jl 100.00% <100.00%> (ø)
src/models/model.jl 100.00% <100.00%> (ø)
src/reliability/probabilityoffailure.jl 100.00% <100.00%> (ø)
src/sensitivity/gradient.jl 100.00% <100.00%> (ø)
src/sensitivity/sobolindices.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 abeb043...377ce43. Read the comment docs.

FriesischScott commented 3 years ago

@AnderGray Mind taking a look before I finish up and add tests?