Added
- Rejection area parameters, rej_perc_upper, rej_perc_lower, rej_upper and rej_lower to set and manage confidence interval.
- Doctest and unittest in test.py.
Changed
- Moved main() to cli() to enable tests.
- Moved alpha_to_za() and alpha_to_zah() from Params into normal_approx(), wilson_score() and wilson_score_cc().
- Enabled Params.rule_of_ln_alpha(), Params.beta_approx(), Params.normal_approx(), Params.wilson_score(), Params.wilson_score_cc(), Params.verify_interval_of_p() and Params.print_interval().
- Sphinx 5.1.1.