Closed schnirz closed 5 years ago
Merging #9 into master will increase coverage by
15.45%
. The diff coverage is73.51%
.
@@ Coverage Diff @@
## master #9 +/- ##
===========================================
+ Coverage 68.54% 83.99% +15.45%
===========================================
Files 6 7 +1
Lines 391 606 +215
===========================================
+ Hits 268 509 +241
+ Misses 123 97 -26
Impacted Files | Coverage Δ | |
---|---|---|
src/dsep.jl | 98.24% <100%> (+36.84%) |
:arrow_up: |
src/skeleton.jl | 87.93% <100%> (+19.5%) |
:arrow_up: |
src/pc.jl | 88.39% <50%> (+16.96%) |
:arrow_up: |
src/fci.jl | 73.36% <73.36%> (ø) |
|
src/misc.jl | 100% <0%> (+14.28%) |
:arrow_up: |
src/klentropy.jl | 85.89% <0%> (+19.23%) |
:arrow_up: |
src/cpdag.jl | 89.04% <0%> (+20.54%) |
:arrow_up: |
... and 1 more |
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 3956894...236ecf5. Read the comment docs.
implementation of FCI algorithm as described in Zhang2008
Partial Ancestral Graphs (PAGs) are represented as
MetaDiGraphs
with an edge property:mark
that is set to:tail
,:arrow
or:circle
to denote the end of an edge at thedst
end of aMetaDiGraph
edge