How coding affects
if y = ax + b:
* ȳ = ax̄ + b (both addition and multiplying affects mean)
* σᵧ = aσ (only multiplication affects variance)
converting a cumulative frequency diagram to a box plot
min, Q₁, Q₂, Q₃, max = x values on a cumulative frequency graph, where y = min/ Q₁/ Q₂/ Q₃/ max
General equations for outliers (useful to know)
Q₁ - 1.5 x IQR
Q₃ + 1.5 x IQR
What type of data are histograms used for?
Histograms are used for continuous data
so diagram has no gaps
Histograms: frequency density equation
frequency density = frequency / class width
Histograms: area equation
Area = k (constant) x frequency
What 2 things need to be commented on when making comparisons between box plot diagrams?
Both in context.
How can a frequency polygon be created from a histogram?
Joining the middle of the top of each bar (only if they have equal class widths)
advantages and disadvantages of box plots
A:
enables median and interquartiles
spread of data can be seen easily
D:
can be easily misinterpretted
original data is not shown, individual data points
advantages and disadvantages of cumulative frequency diagrams
A:
enables estimation of median and interquartiles
D:
original data is not shown, individual data points