filtron / MarkovKernels.jl

Marginal distributions and Markov kernels that play nice with each other for the purpose of Bayesian state estimation.
MIT License
17 stars 2 forks source link

compose done #25

Closed filtron closed 2 years ago

filtron commented 2 years ago

separate binary operations between Distributions / Kernels into separate files + separate tests.

codecov-commenter commented 2 years ago

Codecov Report

Base: 82.81% // Head: 82.93% // Increases project coverage by +0.11% :tada:

Coverage data is based on head (1ace829) compared to base (5727e61). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ========================================== + Coverage 82.81% 82.93% +0.11% ========================================== Files 10 12 +2 Lines 291 293 +2 ========================================== + Hits 241 243 +2 Misses 50 50 ``` | [Impacted Files](https://codecov.io/gh/filtron/MarkovKernels.jl/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+) | Coverage Δ | | |---|---|---| | [src/kernels/dirackernel.jl](https://codecov.io/gh/filtron/MarkovKernels.jl/pull/25/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+#diff-c3JjL2tlcm5lbHMvZGlyYWNrZXJuZWwuamw=) | `83.33% <ø> (-5.13%)` | :arrow_down: | | [src/kernels/normalkernel.jl](https://codecov.io/gh/filtron/MarkovKernels.jl/pull/25/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+#diff-c3JjL2tlcm5lbHMvbm9ybWFsa2VybmVsLmps) | `85.71% <ø> (-3.18%)` | :arrow_down: | | [src/invert.jl](https://codecov.io/gh/filtron/MarkovKernels.jl/pull/25/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+#diff-c3JjL2ludmVydC5qbA==) | `100.00% <100.00%> (ø)` | | | [src/kernels/compose.jl](https://codecov.io/gh/filtron/MarkovKernels.jl/pull/25/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+#diff-c3JjL2tlcm5lbHMvY29tcG9zZS5qbA==) | `100.00% <100.00%> (ø)` | | | [src/marginalise.jl](https://codecov.io/gh/filtron/MarkovKernels.jl/pull/25/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+#diff-c3JjL21hcmdpbmFsaXNlLmps) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.