Stats A level Flashcards
(11 cards)
random
- generate random numbers - calculator or out of a hat
Adv: completely unbiased
Dis: inconvenient if population spread over large area
systematic
- give number to each population member and calculate a regular interval to use by dividing population by sample size
- generate random starting point (less than or equal to interval) and then keep adding interval
Adv: should give unbiased
Dis: issue of patterns
Stratified
- if population is divided into categories, use same proportion of each category in sample as there is in population
Adv: representative
Dis: expensive, not useful if no obvious categories
Quota
- divide population into categories and give each a quota
Adv: useful if whole population not available, still possible as just pick people who are
Dis: easily biased by interviewer
when will an iteration converge?
if x0 close enough to the root
fâ(x) between -1 and 1
when will newton raphson not work
- tangent very shallow gradient/ fâ(x)=0 - if it is a straight line and so will never reach x axis
when will trapezium rule under/over estimate
under = concave
over = convex
conditions for binomial distribution
fixed number (n) trials
success/failure
independent events
same probabilityn
normal distribution
68% - one standard deviation of mean
95% - 2 standard deviation away from mean
99.7% - 3 standard deviations
inflection = mean + standard deviation
when to approximate normal to binomial
p close to 0.5 and n is large
np and n(1-p) >5