sdp2 = ((25-1)*sd1**2+(26-1)*sd2**2)/(25+26-2) sdp = sdp2**.5 t = ((mean1-mean2)-(-100))/(sdp*(1/25+1/26)**.5) print(t) print(scipy.stats.t.cdf(-t,25+26-2)*2)
Your email address will not be published. Required fields are marked *