samplesize
samplesize copied to clipboard
Python script to compute minimal sample size.
Introduction
This simple Python program computes an estimate for the minimal sample size to use in order to approximate the population mean with a certain level of confidence and error tolerance.
For basic usage help run
python samplesize.py -h