Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add t-test with unequal variances, bug fix for edge case on all tests #227

Closed
wants to merge 1 commit into from
Closed

Commits on May 23, 2012

  1. Add t-test with unequal variances, bug fix for edge case on all tests

    Added method for t-test with unequal variances. ttest_ind assumes
    population variances are equal.
    
    Refactor common code in all 4 t-test methods to _ttest_ind_setup and
    _ttest_finish.
    
    Fix bug in all 4 methods. Previous implementation would, if the
    difference in means and the denominator of the t-statistic were zero,
    set the t-statistic equal to 1. If the difference in means is zero, the
    t-statistic should always be zero. Code and respective tests changed to
    reflect this.
    MrCreosote committed May 23, 2012
    Configuration menu
    Copy the full SHA
    264f986 View commit details
    Browse the repository at this point in the history