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

Update t_test.py #242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update t_test.py #242

wants to merge 1 commit into from

Commits on Jul 1, 2023

  1. Update t_test.py

    for high d values the call to power_ttest will invoke the c++ boost lib that will throw an exception (below) that will not be caught here.
             We can temporeary circumvent this behavior by saturating the d value at 4 (for statistical_power == 0.9 and pvalue == 0.1) and return
             a pre-computed required sample size for this value.
    mohazahran authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    1206dbb View commit details
    Browse the repository at this point in the history