Skip to main content

Used to calculate Confidence Intervals

Project description

BINOMCIKIT:

Introduction:

In many statistical problems, we are interested in estimating the proportion of successes in a binomial process. For example, if you flip a coin 100 times and observe 55 heads, you might want to estimate the true proportion of heads for that coin. This is known as estimating a binomial proportion.

Estimating a single binomial proportion is a fundamental problem in statistics that applies to a wide range of real-world scenarios. In many fields, we encounter situations where we need to estimate the proportion of successes (or failures) in a fixed number of independent trials, with each trial having only two possible outcomes, such as success or failure, yes or no, pass or fail. This estimation problem is central to various industries, from healthcare to business to manufacturing.

Estimation Methods for Single Binomial Proportion:

There are several estimation procedures used to estimate a single binomial proportion:

  1. Wald Interval
  2. Wald-T Interval
  3. Likelihood Interval (Exact Method)
  4. Score Interval (Wilson Interval)
  5. Logit-Wald Interval
  6. ArcSine Interval

Each of these methods has its strengths and weaknesses, depending on the sample size, the observed proportion, and the desired accuracy. The choice of method depends on the specific characteristics of the data and the goals of the analysis.


Summary Table with Additional Notes on Aberrations and Continuity Corrections:

Method Formula Key Issues/Considerations
Wald Interval $\hat{p} \pm z_{\alpha/2} \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}$ Issues with $\hat{p} = 0$ or $\hat{p} = 1$; continuity correction helps in small $n$
Wald-T Interval $\hat{p} \pm t_{\alpha/2} \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}$ Better for small $n$; still struggles with extreme $\hat{p}$; continuity correction can help
Likelihood Interval Based on likelihood ratio test Exact method, no issues with boundary values (0 or 1), no need for continuity correction
Score Interval $\hat{p} \pm \frac{z_{\alpha/2}}{2n} \left( 1 \pm \sqrt{1 + \frac{4 \hat{p}(1-\hat{p})}{n z_{\alpha/2}^2}} \right)$ Robust for small $n$, less affected by $\hat{p} = 0$ or $\hat{p} = 1$; no continuity correction needed
Logit-Wald Logit transform followed by Wald method Helps with extreme $\hat{p}$; no continuity correction required, but check for small sample sizes
ArcSine $\hat{p} = \sin^2\left(\frac{\text{ArcSine}(\hat{p})}{2}\right)$ Helps stabilize variance at extremes (0 or 1); no need for continuity correction for most cases

Naming convention for Methods:

We use "ci" in the start of each function name to indicate that the "Confidence Interval" is being called.

We then call the method used by first calling "ci", followed by the Naming Convention used. (ci is the prefix).

Example Usage:

"cias" - Confidence Interval called using the ArcSine Method.

The names used to call each of the methods are listed below:

Method Name Naming Convention Used
1. Wald Interval wd
2. Wald-T Interval tw
3. Likelihood Interval (Exact Method) lr
4. Score Interval (Wilson Interval) sc
5. Logit-Wald Interval lt
6. ArcSine Interval as
7. Exact ex
8. All all

Naming Convention for Submethods:

We use the submethod name to specify what sub-type of method is being called.

We then call the method used by first calling "ci{method name}", followed by the Naming Convention used. (ci{method name} is the prefix).

Example Usage:

"ciasx" - Adjusted Score Method of Confidence Interval called using the ArcSine Method.

The names used to call each of the sub-methods/type of method are listed below:

Type of Method Naming Convention Used Where it is called Example
1. Base Method x postfix ciwdx
2. Adjusted Method a prefix ciawd
3. Adjusted X Method a_x prefix and postfix ciawdx
4. Continuity Corrected c prefix cicwd
3. Continuity Corrected X c_x prefix and postfix cicwdx

Naming convention for plots:

Just add "plot" prefix before ci{methodname} to print the plot.

Example Usage:

"plotciwdx" - plots the Based Method of Confidence Interval called using the Wald Method.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

binomcikit-0.0.5.tar.gz (33.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

binomcikit-0.0.5-py3-none-any.whl (37.8 kB view details)

Uploaded Python 3

File details

Details for the file binomcikit-0.0.5.tar.gz.

File metadata

  • Download URL: binomcikit-0.0.5.tar.gz
  • Upload date:
  • Size: 33.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for binomcikit-0.0.5.tar.gz
Algorithm Hash digest
SHA256 610461241edff7edec14fabbcc65db09637e3789584657531585356d0fd0001c
MD5 7a66bd1fa86e57042cffcdbe74f90ec6
BLAKE2b-256 8e9222c52cbac2d9ae7e6c1c03314de507de5036d121122c43ed05fb5a3b6766

See more details on using hashes here.

File details

Details for the file binomcikit-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: binomcikit-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 37.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for binomcikit-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 bfcc58a28956fac710fcbd9c92652c6ec27a0fd6e0ba2ba8281daafc2ac98c3e
MD5 fdd62408d634bed75a3517cb34a26693
BLAKE2b-256 78db3e8c8b19c6192de13d08855c2f6ccedf6bd72022122a7473ef2345626148

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page