Closed jonathanishhorowicz closed 6 years ago
Merging #19 into master will increase coverage by
2.88%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #19 +/- ##
=========================================
+ Coverage 49.22% 52.1% +2.88%
=========================================
Files 17 20 +3
Lines 898 952 +54
=========================================
+ Hits 442 496 +54
Misses 456 456
Impacted Files | Coverage Δ | |
---|---|---|
src/abc/io.jl | 11.25% <ø> (ø) |
:arrow_up: |
src/abc/simulation.jl | 100% <100%> (ø) |
|
src/abc/emulation.jl | 100% <100%> (ø) |
|
src/abc/smc.jl | 93.93% <100%> (+0.12%) |
:arrow_up: |
src/abc/summary_stats.jl | 95% <100%> (+5.52%) |
:arrow_up: |
src/util/emulation_helpers.jl | 100% <100%> (ø) |
|
src/abc/rejection.jl | 87.83% <100%> (ø) |
:arrow_up: |
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 efa719f...d4ace76. Read the comment docs.
Added user level functions (in
src/abc/emulation.jl
andsrc/abc/simulation.jl
that perform rejection and SMC-ABC with minimal settings exposed to the user and sensible defaults.Emulated rejection and SMC-ABC now stop if they reach the maximum number of iterations.
Changed the parameterisations of the ABC functions and types to their corresponding abstract types.
Started editing documentation, although this is unfinished - sorry!