Stats Flashcards
Numbers of Integers in a set
Includes first and last = High - Low + 1
Includes only 1 end point = High - Low
Includes none of the end points = High - Low - 1
If you need to find evens or odds, # terms = [(High - Low)/2]+1
If you need to find multiples = (High-Low)/Common difference +1
Finding the Average of an Evenly Spaced Set
If the set is evenly spaced the average is = (High + Low)/2. This formula applies to all evenly spaced sets (i.e. multiples of 2, 3, 4, etc).
Finding Medians of Large Sets
If the set has odd # of terms. The median will be at the (n+1)/2 position
If the set has even # of terms. The median is the average of the values at n/2 & (n+2)/2 positions.
Standard Deviation
If a constant is added/substracted to all terms in a set, the SD does not change. You can have data sets with the same SD but different avgs.
If a constant is multiplied/divided to all terms in a set, the SD will be multiplied by that amount.
Estimating Standard Dev
- Find the average of the set
- Find the absolute delta from from each point to the mean
- Sum all the deltas. Compare sets.