df_2_sample_t_test | Gets the degrees of freedom in 2-samp t-test |
get_p_value | Gets p-value |
get_z | Get Z score |
get_z_given_sd | Gets Z-score given standard deviation. You can just call... |
interval | Get confidence interval |
linear_regression | Returns linear regression model (least squares), sum of... |
power | Gets power, or the probability of correctly rejecting the... |
two_samp_binom | 2-sample z-test with binomial distribution |
two_samp_test_equal_var | Runs a 2-sample t test assuming equal variances |
two_samp_t_test_leq | Performs lower-tailed 2-sample t-test |
two_samp_t_test_neq | Performs 2-sided 2-sample t-test |
type_2_err | Generates probability of Type II error |
type_2_err_min_size | Gets minimum sample size needed for certain Beta (Type II... |
z_test_geq | Conducts upper-tailed z-test |
z_test_leq | Conducts lower-tailed z-test |
z_test_neq | Conducts double sided z-test |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.