Skip to main content

A Bayesian sample size calculator

Project description

BayesSizer

PyPI version Build Status

BayesSizer is a Bayesian sample size calculator. It helps data scientists and experimenters determine the required sample size for A/B tests using Bayesian inference.

Features

  • Computes Bayesian-based sample sizes for A/B testing
  • Supports configurable Type I (α) and Type II (β) error rates
  • Designed for data science and experimentation teams
  • Lightweight, simple, and efficient

Installation

Install BayesSizer from PyPI:

pip install bayessizer

Usage

from bayessizer import bayesian_sample_size

# Example: Calculate required sample size with default parameters
sample_size = bayesian_sample_size(alpha=0.05, beta=0.2, effect_size=0.1, std_dev=1)
print(f"Required sample size per group: {sample_size}")

Parameters

  • alpha (float): Type I error rate (default: 0.05)
  • beta (float): Type II error rate (default: 0.2)
  • effect_size (float): Minimum detectable effect size (default: 0.1)
  • std_dev (float): Standard deviation of the population (default: 1)

Example Output

Required sample size per group: 385

Running Tests

To ensure correctness, run:

pytest tests/

Contributing

We welcome contributions! Feel free to submit issues or pull requests.

License

This project is licensed under the MIT License.

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

bayes_sizer-1.0.2.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

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

bayes_sizer-1.0.2-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file bayes_sizer-1.0.2.tar.gz.

File metadata

  • Download URL: bayes_sizer-1.0.2.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.5

File hashes

Hashes for bayes_sizer-1.0.2.tar.gz
Algorithm Hash digest
SHA256 0aa3de969538cd2e1ab8c4ec2c228c9fec5940a93f849224e83d40f5069d8514
MD5 53f4cb304a55f6c9d49ac72bb19cf08a
BLAKE2b-256 bd19552c5ba63489e32bbe94e035847c950abe5231c2feae85a33aea98d2a097

See more details on using hashes here.

File details

Details for the file bayes_sizer-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for bayes_sizer-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2a6ed64cabdc7208e76f4cf1e65c2fda74c6e2cb25f3c41ff5c501e3254eeb72
MD5 ccb83fef32ab9fdbdd6ba39ac01c98b3
BLAKE2b-256 3a3c657e31ca21429d137a9713249428a68f57c9fa2a80cfac518de2553bb908

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