notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Boxplots.md (300B)


      1 # Boxplots
      2 
      3 Stats D4
      4 
      5 **Definition:** A boxplot is a plot that shows the distribution of quartiles.
      6 
      7 These plots show the IQR (interquartile range - Q2 and Q3) filled in and then lines out to the Q1 and Q4 points. These also have dots for some outliers. This is also known as a box and whisker plot.