Final Exam Flashcards
Every statistical conclusion is stated in terms of ________
Probability
Statistical calculations do NOT yield DEFINITE _______
Conclusions
Central tendency
Middle of the data
How do you find the arithmetic mean/ what is the equation?
Add up all the values and divide by the number of observations / mean=sum(values)/n OR
The arithmetic mean is also known as the?
Average
Is the arithmetic mean tolerant to outliers?
NO!!!
How do you find the median if there is a even number of values?
Rank the values from lowest to highest and average the middle two
How do you find the median if there is an odd number of values?
Rank the values from lowest to highest and the center one is the median
Which is the better choice when quantifying the central tendency of a data set: Mean or median?
The median bc it is more tolerant to outliers
What are the three main steps to finding the geometric mean? -> Think logs
1) Transform all the values into their logarithms
2) Compute the mean of these logarithms
3) Take the antilog of that mean
Is the geometric mean tolerant to the presence of outliers?
YES
When calculating the geometric mean, all the values must be _______
Positive
What is the equation for the geometric mean?
Geometric mean= ((X1)(X2)(X3)……(XN))^1/N
What are the three main steps to finding the harmonic mean? -> Think reciprocals
1) Transform each value to its reciprocal
2) Compute the arithmetic mean of those reciprocals
3) Take the reciprocal of this mean
The harmonic mean can’t be computed when the values are _______ or ______
Zero / negative
Is the harmonic mean more stable when outliers are present?
YES
What is the equation for the harmonic mean
N/(1/X1 + 1/X2 + 1/X3 + 1/X4 + ……….. + 1/XN)
How do you find the trimmed mean?
Ignore or “trim off” the highest and lowest values and take the arithmetic mean of the values
What is the purpose of the trimmed mean?
It’s a simple/ primitive way of getting rid of outliers
Is the trimmed mean tolerant to outliers?
Kind of? It’s more tolerant than the arithmetic mean, but not as tolerant as the other methods
What are the 5 ways of quantifying the central tendency of of a data set?
1) Arithmetic mean
2) Median
3) Geometric mean
4) Harmonic mean
5) Trimmed mean
How do you find the mode?
It’s the values that occurs most commonly in the data set
Does the mode always assess the center of the distribution?
No, not always
Can you use the mode (. ) function in R to find the mode?
NO: This tells you what kind of data it is. To find the mode you’d have to use other functions
What is the difference between a continuous and discrete variable?
A continuous variable is well connected with time -> Think of a continuous variable as a straight line and a discrete variable as individual spots or data points
What is an interval variable? (3)
1) An interval variable is a type of continuous variable
2) You can calculate the difference of the two of this kind of variables, but can’t make any sense of the ratio bc you don’t get the same thing
3) On the scale the zero is defined arbitrarily
When should you use the harmonic mean?
When you are dealing with proportion, rates, and ratios
What are examples of an interval variable?
Temp in degrees C and F, pH, credit score
What is a ratio variable (3)
1) A type of continuous variable
2) You can calculate both the difference and the ratio of the data and have it make sense/ be meaningful
3) Zero on the scale is not defined arbitrarily
What are examples of a ratio variable?
Temp in Kelvin, distance, length, height, weight (in any units- metric and english system)