Skip to main content

Module stats

Module stats 

Source
Expand description

Statistical test functions.

Functionsยง

chi_square_test
Chi-square goodness of fit test.
mean
Compute mean of values.
normal_cdf_pub
Standard normal CDF approximation (public).
one_sample_t_test
Perform one-sample t-test.
std_dev
Compute standard deviation.
std_error
Compute standard error of the mean.
two_sample_t_test
Perform two-sample t-test.
variance
Compute variance of values.