JuliaStats / HypothesisTests.jl

Hypothesis tests for Julia
Other
292 stars 87 forks source link

docstring update #287

Open ArunS-tack opened 1 year ago

ArunS-tack commented 1 year ago

closes #223.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +3.70 :tada:

Comparison is base (e03407a) 90.04% compared to head (524dda4) 93.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #287 +/- ## ========================================== + Coverage 90.04% 93.75% +3.70% ========================================== Files 28 28 Lines 1467 1730 +263 ========================================== + Hits 1321 1622 +301 + Misses 146 108 -38 ``` | [Impacted Files](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats) | Coverage Δ | | |---|---|---| | [src/fisher.jl](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#diff-c3JjL2Zpc2hlci5qbA==) | `97.70% <ø> (+1.86%)` | :arrow_up: | | [src/power\_divergence.jl](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#diff-c3JjL3Bvd2VyX2RpdmVyZ2VuY2Uuamw=) | `98.48% <0.00%> (-0.91%)` | :arrow_down: | | [src/f.jl](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#diff-c3JjL2Yuamw=) | `66.66% <0.00%> (ø)` | | | [src/common.jl](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#diff-c3JjL2NvbW1vbi5qbA==) | `100.00% <0.00%> (ø)` | | | [src/var\_equality.jl](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#diff-c3JjL3Zhcl9lcXVhbGl0eS5qbA==) | `98.24% <0.00%> (+0.24%)` | :arrow_up: | | [src/permutation.jl](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#diff-c3JjL3Blcm11dGF0aW9uLmps) | `80.00% <0.00%> (+0.83%)` | :arrow_up: | | [src/anderson\_darling.jl](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#diff-c3JjL2FuZGVyc29uX2Rhcmxpbmcuamw=) | `88.43% <0.00%> (+0.93%)` | :arrow_up: | | [src/HypothesisTests.jl](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#diff-c3JjL0h5cG90aGVzaXNUZXN0cy5qbA==) | `83.33% <0.00%> (+1.07%)` | :arrow_up: | | [src/durbin\_watson.jl](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#diff-c3JjL2R1cmJpbl93YXRzb24uamw=) | `98.91% <0.00%> (+1.47%)` | :arrow_up: | | [src/augmented\_dickey\_fuller.jl](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/287?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#diff-c3JjL2F1Z21lbnRlZF9kaWNrZXlfZnVsbGVyLmps) | `93.15% <0.00%> (+1.84%)` | :arrow_up: | | ... and [19 more](https://codecov.io/gh/JuliaStats/HypothesisTests.jl/pull/287?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 at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.