Section 1.3 Flashcards
Confidence in: - Measures of Location + Spread - Representation of Probability (Venn) - Evaluating Probability - Differentiation - Problem Solving using Differentiation - Sine, Cosine, Tangent Functions - Force Diagrams - Log + exponentials
What are the 3 measures of Central tendency?
Mean, Median, and Mode
How is the mean calculated in both a set and frequency table?
Set: x(bar) = Ex/n Table: x(bar) = Exf/Ef Exf - sum of products of data ve (x) by their frequencies (f)
How do you find Q1 for discrete data?
Divide n by 4. If whole num. - Q1 is this point and the one above e.g. if 20/4 = 5, Q1 5th & 6th ve If not whole, round up & pick this point.
How do you find Q3 for discrete data?
Find 3/4 of n. Whole - halfway through this point and one above Not Whole - round up & pick this point
What are the formulas for Q1, Q2, & Q3 in grouped continuous data?
Q1 = n/4 th data value Q2 = n/2 th data value Q3 = 3n/4 th data value
What is the percentile, and how would you calculate it?
It is the percentage of a data set. E.g. 10th percentile of a set of 70 data values. 10% of 70 = 7 Therefore the 10th percentile is the 7th data value. (10th percentile can be written as P10) Then use interpolation
What are the other terms used instead of ‘measures of spread’, what are their collective meaning, and how are they shown?
1) Measures of dispersion, measures of variation 2) It is a measure of how spread out the data is 3) Shown via range (difference largest + smallest ve in data set) - (considers all of data, but effected by extreme values) IQR, difference Q1 & Q3, IQR = Q3 - Q1 (only considers spread of 50% of data)
How do you find the interpercentile range of given percentiles? E.g. 10th to 90th interpercentile range
Simply use interpolation to locate the 10th & 90th percentiles Then simply find the difference between them 90th percentile - 10th percentile = 10th to 90th interpercentile range
What is the formula for variance and standard deviation? (discrete data)
V = Σx^2/n - (Σx/n)^2 Sxx/n = variance SD = √Sxx/n
What is the formula for variance and standard deviation? (grouped data)
V = Σfx^2/Σf - (Σfx/Σf)^2 SD = sqrt of V f = frequency of each group Σf = total frequency
In coding, the formula to code values commonly is: y = (x-a)/b Therefore, when this is the case, what are the formulas for the mean and standard deviation?
Mean: y(bar) = (x(bar) -a)/b y(bar) - mean of coded data x(bar) - mean of original data SD: σy = σx/b σy = SD of coded data σx - SD of original data Remember to rearrange if necessary in questions
For Venn Diagrams, when wanting to find P(AnB), what is the formula to do so? (+ state what it means)
P(AnB) = P(A) + P(B) - P(AuB) P(AnB) = Only when A and B are both used or such P(AuB) = the sum of all sections of the Venn Diagram (excluding the outside)
What are the formulas + written forms of mutually exclusive and independent events?
ME - P(AuB) = P(A) + P(B) I - P(AnB) = P(A) x P(B)
What can a tree diagram be used to show?
Show the outcomes of two (or more) events happening in succession
What is the equation for differentiation via first principles?
f’(x) = lim (f(x+h)-f(x))/h h -> 0 Practice on pg 261