notes

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

IQR.md (202B)


      1 # IQR (Inter Quartile Range)
      2 
      3 Khan
      4 
      5 **Definition:** The IQR is the difference between the 75th percentile and 25th percentile as a value.
      6 
      7 This is also called the midspread, fourth spread, or H-spread.