Statistics Year 1 Unit 2 Flashcards
What is better, range or IQR?
IQR
What is variance?
A calculation of spread using every piece of data
Standard deviation is the ____ _____ of varience
square root
Does the mean of squares = the square of means?
no
Variance =
mean of squares - square of means
Symbols for variance and standard deviation
σ for standard deviation and σ^2 for variance
What does an x with a bar on top mean?
The mean of x
Variance equation
((Σ(x^2))/n) - ((Σx)/n)^2
Standard deviation equation
root(((Σ(x^2))/n) - ((Σx)/n)^2)
How does coding by +/- effect mean?
if y = x - a, then mean(y) = mean(x) - a
How does coding by x/’/. effect mean?
if y = x/b, then mean(y) = mean(x)/b
How does coding by +/- effect standard deviation?
if y = x - a, then xσ^2 = yσ^2
How does coding by x/’/. effect standard deviation?
if y = x/b, yσ^2 = (xσ^2)/b
Another way to write variance
variance = (sxx)/n