Add conditional_bdm to compute BDM(x|y)#16
Conversation
- add `conditional_bdm(X,Y)` and `test_conditional_bdm` based on supplementary from [Hernández-Orozco S, Zenil H, (2021)](doi:10.3389/frai.2020.567356) - add compute_f_of_intersect used in Coarse Conditional BDM to compute f(n_xj, n_yj) - add pytest mark for slow in `tox.ini`
Codecov Report
@@ Coverage Diff @@
## master #16 +/- ##
==========================================
- Coverage 92.93% 91.07% -1.87%
==========================================
Files 16 16
Lines 863 896 +33
==========================================
+ Hits 802 816 +14
- Misses 61 80 +19
Continue to review full report at Codecov.
|
|
Hi @nodtem66 and thanks for this contribution! I will merge it in the upcoming new release (hopefully around June/July this year). In the meantime I have an important question. I see that in some of the tests you added you use |
|
Thanks, @sztal. I look forward to seeing the next upcoming release. For your question, I used the So, I suggest either mark it |

conditional_bdm(X,Y)andtest_conditional_bdmbased onsupplementary from Hernández-Orozco S, Zenil H, (2021)
to compute
tox.ini