JuliaStats / HypothesisTests.jl

Hypothesis tests for Julia
Other
292 stars 87 forks source link

Remove `alpha` from docstrings #270

Closed devmotion closed 2 years ago

devmotion commented 2 years ago

Fixes https://github.com/JuliaStats/HypothesisTests.jl/issues/268. It seems the implementation only supports level but the docstrings mentioned alpha.

codecov-commenter commented 2 years ago

Codecov Report

Merging #270 (29da5b7) into master (c2d4c3a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #270   +/-   ##
=======================================
  Coverage   93.65%   93.65%           
=======================================
  Files          28       28           
  Lines        1717     1717           
=======================================
  Hits         1608     1608           
  Misses        109      109           
Impacted Files Coverage Δ
src/HypothesisTests.jl 83.33% <ø> (ø)
src/binomial.jl 91.56% <ø> (ø)
src/power_divergence.jl 98.48% <ø> (ø)

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 c2d4c3a...29da5b7. Read the comment docs.