Skip to content

Instantly share code, notes, and snippets.

"""
Here is the python script to calculate the values you are interested in.
"""
from scipy.stats import ttest_ind_from_stats
import numpy as np
#We use Welch's t-Test as the sample sizes are different
def statistical_significance_welch_ttest(mean1,std1,count1,mean2,std2,count2):
t_statistic, p_value = ttest_ind_from_stats(mean1, std1, count1,
mean2, std2, count2,

Keybase proof

I hereby claim:

  • I am sriisking on github.
  • I am srini (https://keybase.io/srini) on keybase.
  • I have a public key whose fingerprint is A700 1B73 EE0A 36F8 8473 3234 3574 4D20 E308 8CB3

To claim this, I am signing this object: