JuliaStats / HypothesisTests.jl

Hypothesis tests for Julia
Other
292 stars 87 forks source link

Pearson's Chi-Squared Test with 2 vectors #289

Closed itsdebartha closed 1 year ago

itsdebartha commented 1 year ago

This commit tries to address issue #277

This commit works on the idea mentioned in here.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +3.72 :tada:

Comparison is base (e03407a) 90.04% compared to head (6aac5a7) 93.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #289 +/- ## ========================================== + Coverage 90.04% 93.76% +3.72% ========================================== Files 28 28 Lines 1467 1733 +266 ========================================== + Hits 1321 1625 +304 + Misses 146 108 -38 ``` | [Impacted Files](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats) | Coverage Δ | | |---|---|---| | [src/power\_divergence.jl](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#diff-c3JjL3Bvd2VyX2RpdmVyZ2VuY2Uuamw=) | `98.50% <100.00%> (-0.88%)` | :arrow_down: | ... and [27 files with indirect coverage changes](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/289/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats) 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=JuliaStats). 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=JuliaStats)

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

itsdebartha commented 1 year ago

@ParadaCarleton a friendly ping...

ParadaCarleton commented 1 year ago

Looks good, thanks!