unipy.stats.hypo_test module¶
Statistical Hypothesis Tests.
-
unipy.stats.hypo_test.f_test(a, b, scale=1, alternative='two-sided', conf_level=0.95, *args, **kwargs)[source]¶ F-Test.
-
unipy.stats.hypo_test.f_test_formula(a, b, scale=1, alternative='two-sided', conf_level=0.95, *args, **kwargs)[source]¶ F-Test by formula.
-
unipy.stats.hypo_test.chisq_test(data, x=None, y=None, correction=None, lambda_=None, margin=True, print_ok=True)[source]¶ Chi-square Test.
lambda_gives the power in the Cressie-Read power divergence statistic. The default is 1. For convenience, lambda_ may be assigned one of the following strings, in which case the corresponding numerical value is used: