All functions

dof()

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

dof(<hypothesis_test>)

Degrees of freedom method for hypothesis tests

hypothesis_test()

Hypothesis test structure

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. This function computes the likelihood ratio test statistic and p-value.

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. This function computes the Wald test statistic and p-value.