Required to generalize to the entire population.
What is random sample.
mu
The correlation coefficient between L1 and L2
What is STAT -> STATCALC -> LinReg(a+bx) L1, L2?
p-hat
What is the sample proportion?
Rule for events that are not mutually exclusive.
P(A) + P(B) - P(A and B)
The proportion of values between 58 and 70 in a dataset that is approx normal with a mean of 67 and a standard deviation of 9.
What is DIST -> normalcdf( lower = 58, upper = 70, mean = 67, sd = 9)?
The difference between Geometric and Binomial Distributions.
What is a set number of trials, rather than trials until the event occurs.
Ten random integers from 1 to 100.
What is PRB -> Random - > RantInt( min:1, max:100, number:10)
Data -> Quick Graph -> Plot Type - > Boxplot
95% Confidence Level
If we take many samples and construct 95% Confidence intervals for each we would expect 95% of the confidence intervals to capture the true parameter.
Adjusting the bin width on a histogram
What is WINDOW -> Xscl = binwidth?