07 Median, mean and skew from density curves
07 Median, mean and skew from density curves#
%%html
<iframe width="700" height="400" src="https://www.youtube.com/embed/JFesFhraX2M/" 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
# find a way to plot these density curves and calculate their median and mean