10 Standard error of the mean#

%%html
<iframe width="700" height="400" src="https://www.youtube.com/embed/J1twbrHel3o/" frameborder="0" allowfullscreen></iframe>
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

khanacademy

Standard error of the mean fig 1Standard error of the mean fig 2Standard error of the mean fig 3Standard error of the mean fig 4