JuliaStats / HypothesisTests.jl

Hypothesis tests for Julia
Other
292 stars 87 forks source link

Wald interval with continuity correction #292

Closed PharmCat closed 1 year ago

PharmCat commented 1 year ago

PR #291 made for this feature (for consistent with other statistical software).

But it can be made with 0.5/n correction:

Pires, Ana & Amado, Conceição. (2008). Interval Estimators for a Binomial Proportion: Comparison of Twenty Methods. REVSTAT. 6. 10.57805/revstat.v6i2.63.

https://search.r-project.org/CRAN/refmans/DescTools/html/BinomCI.html

And with 1/n correction:

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4958484/

Now it made with 0.5/n correction.

ararslan commented 1 year ago

Closed by #291 :)