Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 666 Bytes

DATA_ANALYSIS.md

File metadata and controls

29 lines (19 loc) · 666 Bytes

Data Analysis

Frequency
  • The count in any given interval.
Relative Frequency
  • proportion of weight in each interval.
  • e.g the frequency divided by the total number of X.

Graphs

Histogram
  • Each bar covers an interval & is centered at the midpoint.
  • The bars height is the number of data points in the interval.

Relative Frequency Histogram

  • Same as the histogram but the vertical axis represents relative frequency

Spread

Interquartile Range

  • Divide the data into equal groups & see how far apart the extreme groups are.
  • Q1 is the median of the lows / Q3 is the median of the highs

$IQR = Q3 - Q1$