All functions

adjust_pval()

Adjust P-Value for Multiple Testing

confint(<hypothesis_test>) confint(<wald_test>) confint(<z_test>)

Confidence Interval from Hypothesis Test (Duality)

dof()

Generic method for extracting the degrees of freedom from a hypothesis test

dof(<hypothesis_test>)

Degrees of freedom method for hypothesis tests

fisher_combine()

Combine Independent P-Values (Fisher's Method)

hypothesis_test()

Create a Hypothesis Test Object

is_significant_at()

Generic method for checking if a hypothesis test is significant at a given significance level.

is_significant_at(<hypothesis_test>)

Significance test for the hypothesis_test class.

lrt()

Likelihood Ratio Test

print(<hypothesis_test>)

Print method for hypothesis tests

pval()

Generic method for extracting the p-value from a hypothesis test

pval(<hypothesis_test>)

p-value method for hypothesis tests

test_stat()

Generic method for extracting the test statistic from a hypothesis test

test_stat(<hypothesis_test>)

Test statistic method for hypothesis tests

wald_test()

Wald Test

z_test()

One-Sample Z-Test