Mat-243 Project 2 !exclusive! Site
MAT-243 Project 2 is less about being a math genius and more about following the . By clearly defining your hypotheses, running the correct Python functions, and interpreting your P-values in the context of the data, you’ll be well on your way to an "A."
se = np.sqrt((std_new2 / n_hist)) degrees_freedom = n_new + n_hist - 2 t_critical = st.t.ppf(0.975, degrees_freedom) # 95% confidence, two-tailed margin = t_critical * se mat-243 project 2

