28 Free response example Significance test for a mean
28 Free response example Significance test for a mean#
import numpy as np
import pandas as pd
from pandas import Series, DataFrame
import matplotlib.pyplot as plt
import seaborn as sns
from scipy import stats, special
stats.t.cdf(-1.32, 11)
0.10682233239922606