mqr.inference.

mean#

Functions

confint_1sample(x[, conf, bounded, method])

Confidence interval for mean.

confint_2sample(x, y[, conf, pooled, ...])

Confidence interval for difference of two unpaired means.

confint_paired(x, y[, conf, bounded, method])

Confidence interval for difference of two paired means.

size_1sample(effect, alpha, beta[, alternative])

Calculate sample size for a t-test for the mean.

size_2sample(effect, alpha, beta[, alternative])

Calculate sample size for test of difference of unpaired means.

size_paired(effect, alpha, beta[, alternative])

Calculate sample size for test of difference of unpaired means.

test_1sample(x[, H0_mean, alternative, method])

Hypothesis test for the mean of a sample.

test_2sample(x, y[, H0_diff, pooled, ...])

Hypothesis test for the difference between means of two unpaired samples.

test_paired(x, y[, alternative, method])

Hypothesis test for the difference between means of two paired samples.