UNIT 1, 2, 3 and 4. Complete mixed set Flashcards

1
Q

Give example of incorrectly using the word “correlation”

A

“there is a correlation between gender and video game playing” This person should say “association.” You can’t say correlation because gender is categorical.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the difference between a study and an experiment?

A

In a study you are basically just watching and in an experiment you are manipulating factors and (hopefully randomly) assigning treatments. Sometimes people call an experiment a study.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how do you interpret slope?

A

for an increas of 1 [unit of x] there is an (increase/decrease) of [SLOPE] [units of y]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Shape description?

A

unimodal, bimodal, multimodal, uniform, symmetric, skewed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

outliers in regression?

A

doesn’t follow the “flow” (pinky trick)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

RAND VARIABLE:X has mean y and standard deviation of z.A has mean b and standard deviation c.Find: Mean, SD and VAR of: 3X

A

mean: 3ySD 3zvar 9z2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is quantitative data?

A

The actual numbers gathered from each subject. 211 pounds. 67 beats per minute.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does GSOCS stand for?

A

Gaps Shape Outliers Center Spread.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What’s the difference between a prospective and a retrospective study?

A

A retrospective study takes a group and looks back at its history while a prospective study watches a group for a period of time and records the data. RETRO-REVERSE, PROspective- PResent and On,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

If someone does a pre and post test, what type of experimental design is it?

A

BLOCK design. Matching with themselves is blocking. Little blocks of two (well, actually one, you and yourself)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

If combining 4 random variables with standard deviations of m, p, q, r…. what is the new combined standard deviation?

A

SQRT(m2 + p2 + q2 + r2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Can you stratify in an experiment?

A

NO. stratification is a sampling method, blocking is method used in experiments. They are similar ideas.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When to use general mult and what is it?

A

AND probability. Use when associated. P(this)*P(that|this). (IT ALWAYS WORKS FOR ALL SITUATIONS. When indep, the P(that|this) = P(that). So you end up with the simpler independent version)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What’s the difference between lurking and confounding?

A

Lurking varibles, on one hand, infer the assoiation between the two varibles; confounding variables, on the other hand, make it unclear which variable has had an impact on which in an experiment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a big difference between subjects in experiments and members of a representative sample?

A

In experiments you don’t need a representative sample, you can have volunteers, convenient subjects and that is OK. You are looking at impact of treatment, not at getting a representative sample.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

if you switch x and y does r change?

A

NO. The strength stays the same.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How to describe association on a Scatterplot?

A

DIRECTION, FORM, STRENGTH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Why don’t we always use the mean, we’ve been calculating it all of our life ?

A

It is not RESILIENT, it is impacted by skewness and outliers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

How can you match boxplots to histograms?

A

USE THE FISH TANK METHOD!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

what is pythagorean theorem of stats?

A

st dev of combined model is: sqrt(st dev squared + st dev squared) or more if you combine more?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

If you want to find percentile for a value, what do you put into normcdf (? ?)

A

find z score for value, and then normcdf (-999, Zright)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

If you want to calculate % above a value, what do you put into normcdf(? ?)

A

find z score for value, and then normcdf (Z left, 999)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

can disjoint events be independent? EXPLAIN

A

NO.. If they are disjoint then knowing one tells you that the other couldn’t happen so they are always NOT INDEPENDENT? or DISJOINT EVENTS ARE ALWAYS ASSOCIATED!!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What is a great way to assign two treatments to twelve subjects with a random number table/generator

A

assign each subject a random number, then the lowest 6 get the treatment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
How can you estimate the probability of an event occurring?
run a simulation. Find the percent of trials that you observed the event occur.
26
what is leverage?
leverage just means it is far away from x-bar? far right or left from the middle, Some leverage points are not influential if they go along with the flow of the scatter.
27
What is random sampling?
When we use change to select a sample
28
What type of probability when you are looking for the first success after the fifth attempt?
not on the 4th or before1 - geocdf(p, 4)
29
What symbols do we use for population mean and sample mean?
Mu for population mean, xbar for sample mean.
30
Compare DATA-STATISTIC-PARAMETER using categorical example
Data are individual measures, like meal preference: ?taco, taco, pasta, taco, burger, burger, taco?, Statistics and Parameters are summaries. A statistic would be ?42% of sample preferred tacos? and a parameter would be ?42% of population preferred tacos.?
31
which calculator function gives you a percent?
normcdf
32
Give a quick example of associated variables
A higher percentage of boys play video games than girls so we say "gender and video game playing are associated" or "gender and video game playing are not independent"
33
How many ways can I arrange 4 letters?
4!4*3*2*1= 24 ways
34
Gender and Video Game playing are___________ because_______
associated (or not independent) because a higher percentage of males play video games. (think, It depends on gender)
35
strength?
give the r value (if straight), or say? "tightly packed? loosely packed"
36
What percentile is the median (aka Q2)?
50th
37
Compare DATA-STATISTIC-PARAMETER using quantitative example
Data are individual measures, like how long a person can hold their breath: ?45 sec, 64 sec, 32 sec, 68 sec.? That is the raw data, notice they are numbers. Statistics and parameters are summaries like ?the average breath holding time in the sample was 52.4 seconds? notice it is a number (not a %) and a parameter would be ?the average breath holding time in the population was 52.4 seconds?
38
What does normcdf do?
It gives you the area under the normal curve between any two z scores
39
Which is more sensitive to outliers and skewed? Mean and SDor Median and IQR
Mean and SD are more influenced by outliers, median and IQR are RESISTANT, RESILIENT, ROBUST!!
40
probability this AND that . Add or multiply?
MULTIPLY
41
For information purposes, which gives most, stem-leaf, histogram or box-whisker?
Stem leaf gives the actual values and the shape, histogram just the shape, and box-whisker the least amt, but are great for comparing multiple distributions.
42
When do we often use mode?
With categorical variables. For instance, to describe the average teenagers preference, we often speak of what ?most? students chose, which is the mode. It is also tells the number of bumps in a histogram for quantitative data (unimodal, bimodal, etc,).
43
When can you use single digits for simulations?
When the percent is a multiple of ten, like "30% of teachers secretly twerk", then you would assign 1-3 or 0-2 as twerking teachers.
44
What is more important, percent of population or size of sample?
Sample size. A sample of 150 will say as much about a population of 2,000 as it will about a population of 2,000,000. The sample size determines level of confidence and interval widths..
45
How to find likelihood of being pregnant, given the test says you are? (tree)
Split population by %pregnant and %not who take test, then each of those into what test says. Then look just the groups that the test said pregnant. Then find: %pregnant/(total percent in both groups).
46
If something is correlated is it associated?
Yes
47
What percent of the data is above Q3?
25%
48
When would you use two digits instead of a single on a random number table?
When the percent is not a multiple of ten, Like "18% ofdogs eat underwear", You'll have to assign 01-18, or 00-17 as undie eating dogs.
49
What is a contingency table?
A two way table. shows distributions across 2 variables like gender and music pref.
50
Give example of when you would block
Looking to see impact of different leather preservers on chairs in an airport. You might block according to proximity to window, or proximity to main entrance. The window seats will get more light and the ones closest to entrance may get more use, they will age and wear differently so you want to make sure some in each group get the different treatments.
51
What are the two major branches of AP STATS?
Inferential and Descriptive
52
What is a sample?
A subset of a population, often taken to make inferences about the population. We calculate statistics from samples.
53
Give example of confounding variable
Sunlight and Usage could be confounding variables. Leather preserver, If you randomly choose from all chairs in an airport for treatment and brand A randomly has a lot of chairs near the sun, Brand B randomly gets a lot fo chairs near the main entrance and Brand C randomly gets the chairs that don?t have a lot of sun, or a lot of use, you may think that brand C works the best, when in fact, the results were confounded by sunlight and usage.
54
How can you straighten data?
Do stuff to the y (L1) (square it, root it, log it, etc) and recheck the plot. Remember to put the transformation into your equation, Example Sqrt y = 4.33 - 2.03 x
55
What is the area under the normal curve?
1 or 100%
56
What is the problem with convenient sampling?
The sample may not be representative as it is not randomized to include every type of person. For example, Friends and family are convenient but they likely share similar opinions and thus the sample is not representative of a population.
57
If you want to find % below a value, what do put into normcdf (? ?)
find z score for value, and then normcdf (-999, Zright)
58
Do we say things are "dependent?"
NO! we say associated
59
What does r tell us?
strength of relationship. How strong and positive or negative arelationship is between two QUANTITATIVE variables, It does not tell you about FORM!!
60
Why do you have to block?
You don't have to, But you might want to if you feel that the experimental units (subjects) may respond differently to the treatment because of confounding variables.
61
What is the difference between a parameter and a statistic?
BOTH ARE A SINGLE NUMBER SUMMARIZING A LARGER GROUP OF NUMBERS,. But pppp parameters come from pppp populations, sss statistics come from ssss statistics.
62
how do you describe form in a scatterplot?
straight or curved
63
If a distribution is skewed right, what will be greater, the mean or median? WHY?
Mean. The mean moves further to the right to keep balance.
64
What are humans bad at ?
Humans are bad at generating random numbers.
65
What is prospective study?
Prosepctive study is when you study the experimental unit's present and future response variable.
66
How can you simulate a coin flip with random number table?
Assign heads to odd numbers and tails to even numbers.
67
What is control?
Control is just that. Controlling stuff, as much as you can. (the environment, the subjects, the wording, the people involved). You try to keep factors constant in each trial if you believe it would effect the outcome of the experiment. Also having a group that is not getting treatment helps to control because it measures the effects of the natural environment.
68
what does influential mean?
It means that the point, when added or removed to data, will influence the SLOPE, Generally these are outliers in the x direction?. Far left or right.
69
What is the "mean of a random variable?"
The expected value. sum of probs times values
70
How are voluntary and convenience samples similar,
With voluntary, people choose them selves, with covenience, the people are just chosen by researcher, neither uses randomness and both are prone to BIAS.
71
What is systematic sampling?
Systematic Sampling is one of four different ways to make a survery sample random. Systematic sampling includes picking every Nth number of what you are sampling (for example people.). You must still start on a random person and then from then on take every Nth person. So you can take every 10th person in a line in order to take a survey as long as you also start on a random individual.
72
What is the placebo effect?
When those who get the placebo (instead of treatment) show improvements, or show the effects of the treatment. This often happens to up 20% of participants!
73
What if a scatterplot goes straight across horizontally?
NO ASSOC. That would be like height and IQ. they are independent so each height has about the same IQ.
74
will residual plots always show outliers? (will outliers always have large residuals?)
Not necessarily, but usually. Some points have so much leverage, they pull the line up to it?
75
What is probability first success is on 7th try?
qqqqqq p (q^6*p). (this is a GEO prob)
76
what's the difference between response bias and nonresponse bias?
response bias is anything in a survey design that influences responses (wording of questions, person asking, time of day, location, temperature). Nonresponse bias is bias introduced to a sample when a large fraction of those sampled fails to respond.those who respond are likely to not represent the entire sample.
77
how do you describe direction o fa scatterplot?
positive or negative
78
If a distribution is skewed left, what will be greater, the mean or median? WHY?
Median. The mean moves left to keep balance.
79
what is b1 and bo ?
b1 is the SLOPE, and bo is the intercept. Remember that bo can be thought of as "b old" it is the old b? the intercept in y=mx+b? so it is still the intercept.
80
What is a census?
Like a sample of the entire population, you get information from every member of the population
81
What values can r be?
from -1 to +1
82
How do you use a table of random digits?
FIRST, Make a key showing what the digits represent, whether you will use single, double or triple digits, and which, if any will be ignored. SECOND, Decide when a trial will end (after 12 events, or after 12 successes), THIRD, Make sure to clearly label the successes and where the trials end.
83
binopdf(inputs)
EXACTLY X successes in N triesbinopdf(n,p,x).Probability of exactly X successes in N trials. (PARTICULAR probability)
84
Sample size compared with the fraction of a population: For instance, do you need like 10% or 20% to have a good sample?
percent of popluation is irrelevent (as long as you have less than 10% for our procedures), The sample size determines how well the sample represents the population, not a fraction of the population sampled. The fraction of the population that you've sampled doesnt matter. Its the sample size its self thats most important. A sample of 100 people can tell you as much about a population of 10,000 as it can about a population of 2 Billion.
85
What is the law of averages?
a misinterpretation of the law of large numbers. Using this law, if you flipped 4 heads in a row, you'd expect the next one to be a tails because it should even out in the long run. Not true, 5 flips is not the long run. Infinity is. The next flip still has a 50% chance of being another head. You may hear someone say "he's do for a hit" or "it's bound to rain soon" both bad.
86
What's the difference between cluster and stratified?
Stratified- you take from each strata, cluster you just grab a couple clusters. In stratifying, the strata are all different from eachother, so you need a bit from each strata, in clustering the clusters each have all of the traits of the population, so yoy can grab 1 cluster and it will be representative. If you grabbed just one strata, you'd just have a bunch of freshmen boys instead of a sample of the entire school...
87
How can you simulate rolling 1 die with a random number table
use only the digits 1-6, ignore 0, 7, 8, 9
88
What type of probability when you are looking for exactly 5 or less successes in twelve attempts?
binocdf(12, p, 5)
89
Give three examples of variables that are not independent (associated)
1. Playing video games and gender (Knowing male makes it more likely they play)2. Whether it is snowing and the month you are in (some months are more rainy than others, knowing what month changes likelihood of snowing)3 If a pet is a dog and if it is a cat (knowing it is a dog makes it certain that it is not a cat).(notice, knowing one bit of information changes the likelihood of the other being true also).
90
RAND VARIABLE:X has mean y and standard deviation of z.A has mean b and standard deviation c.Find: Mean, SD and VAR of: X + X + X
mean: y+y+y sd   SQRT(z2+z2+z2) ....  var  (z2+z2+z2)
91
What is the variance?
The average squared distance to the mean (It is the SD before you take the square root, so it is the stuff under the radical in the formula)
92
how can you check for "straight enough?"
residuals plot fool!
93
How can the WORDING of the question lead to response bias
Words or phrases that impact your feelings tend to influence responses. Look for "devastating, horrific, wonderful, etc." Sometimes there is a background story like "Many americans lose jobs to illegal aliens every year, how do you feel about the border wall? "
94
When to use general add and what is it?
OR probability. Use when not disjoint. (subtract overlap)P(this OR that) = P(this)+P(that) - P(this and that)(IT ALWAYS WORKS IN ALL SITUATIONS, when disjoint, P(this and that)= 0, so you end up with the simpler disjoint version)
95
What is the difference between confounding and lurking?
Confounding is with experiments, it is the thing that may be causing the different effects instead of the treatment (sunlight instead of leather preserver). Lurking is with regression, it is when something is causing things to go up and down together like how the weather impacts ice cream sales and beach injuries (rise and fall when more people are at the beach). Confounding is a vocab word for this course, lurking IS NOT.
96
If I take a random sample 20 hamburgers from FIVE GUYS and count the number of pickles on a bunch of them, and the average number of pickles was 9.5, then 9.5 is considered a _______?
statistic. (t is a summary of a sample.)
97
For information purposes, which gives LEAST, stem-leaf, histogram or box-whisker?
Box/Whisker, BE CAREFUL, you really don't know how things are distributed. The fish tank gives a very GENERAL look. There can be little modes in any of the quarters?
98
What is frequency?
How often something comes up
99
How is clustering and stratifying different when doing a sample?
Clustering is when chosen at random a group from the population that looks like the population, clusters should be heterogenous. While Stratifying is slicing a population into homogeneous groups(strata). Then randomly sample within each stratum before the results are combined.
100
Do we add or subtract st dev when combining models?
neither you always just add variances. Square the st devs, add them, then take sqrt.
101
what is a clear example of where the mean would change but median wouldn't? (this would show its resilience)
Imagine if we asked eight people how much money they had in their wallet. We found they had {1, 2, 2, 5, 5, 8, 8, 9}. The mean of this set is 5, and the median is also 5. You might say "the average person in this group had 5 bucks." But imagine if one of them just got back from the casino, and instead it was (1, 2, 2, 5, 5, 8, 8, 9000}, in this case, the median would still be 5, but the mean goes up to over 1000. Which number better describes the amount of money the average person in the group carries, 5 bucks or 1000 bucks? I think 5 is a better description of the average person in this group and the 9000 is simply an outlier.
102
If the distribution is bimodal or multimodal, what would you use for center and spread statistics?
Talk about each mode (center) and maybe use the range or IQR. You could also say "one group is from __ to __ and the other from about __ to __"
103
What type of study would find relationship beween Verbal and Math SAT?
You could take all of the SAT Math and Verbal scores and run a regression and find the r-quared value and linear model. This would be a Retrospective Study. If you had the database, it would be easy to do a census.
104
What is the median?
the middlest number, it splits area in half (always in the POSITION (n+1)/2 )
105
What do we sometimes call a categorical variable?
qualitative
106
What is homoscedasticity?
equal scatter along the regression line
107
What if the scatterplot is curved?
either straighten it and fit a line, or keep it and fit a curve (quadreg, cubicreg, lnreg, logreg)
108
Why blind the subject?
When people know they are getting a treatment, they may feel better even if the treatment doesn't work. Their previous experience with the brand might bias their reporting or something,
109
What is a quantitative variable?
Quantitative variables are numeric like: Height, age, number of cars sold, SAT score, weight.
110
What is the mode?
the most common, or the peaks of a histogram. We often use mode with categorical data
111
We are curious about the average wait time at a Dunkin Donuts drive through in your neighborhood. You randomly sample cars one afternoon and find the average wait time is 3.2 minutes. What is the population parameter? What is the statistic? What is the parameter of interest? What is the data?
The parameter is the true average wait time at that Dunkin Donuts. This is a number you don't have and will never know. The statistic is "3.2 minutes." It is the average of the data you collected. The parameter of interest is the same thing as the population parameter. In this case, it is the true average wait time of all cars. The data is the wait time of each individual car, so that would be like "3.8 min, 2.2 min, .8 min, 3 min". You take that data and find the average, that average is called a "statistic," and you use that to make an inference about the true parameter.
112
What is a quality of SRS that is not a quality of Systematic, Stratified or Clustering?
In an SRS, all groups (samples) are possible, and ALL POSSIBLE GROUPS have the same chance of being picked. The other methods have lots of "impossible groups" SRS has no impossible groups.-Stratified- an impossible group would be all girls (you're taking some boys and girls)-Clustered- an impossible group would be all girls (each cluster has boys and girls)-systematic- an impossible group would be 4 people that are right next to eachothe (you are taking every nth person)
113
What is a level in an experiment?
A level is a specific value(s) that the experimenter chose for a factor that is manipulated.ex. Factor is sleep, level(s) would be how many hours the subjects were aloud to sleep, 4 hours, 6 hours, 8 hours, so 3 levels of the factor sleep.
114
If the distribution is unimodal and symmetric, what would you use for center and spread statistics?
Mean (center) and Standard Deviation (spread)
115
If you are tasting soup, Then the flavor of each individual thing in the spoon is the ________, the entire spoon is a ______, The flavor of all of that stuff together is like the _____ and you use that to __________ about the flavor of the entire pot of soup, which would be the__________.
If you are tasting soup. Then the flavor of each individual thing in the spoon is DATA, the entire spoon is a SAMPLE. The flavor of all of that stuff together is like the STATISTIC, and you use that to MAKE AN INFERENCE about the flavor of the entire pot of soup, which would be the PARAMETER. Notice you are interested in the parameter to begin with, that is why you took a sample.
116
Give a simple example showing that multiplying by a constant changes both the spread and the center. (this always happens)
Data set: 1,2,3,4,5 Spread:4, Center: 3 mult by three and get new data set: 3,6,9,12,15 spread:12 Center:9 (both center and spread were multiplied by three) IQR and SD will be multiplied by 3.
117
Why do you have to Stratify?
You don't have to, But you might want to if you feel that a simple random sample might not be representative of the population . You want your sample to be like the population, a representative sample (it represents the population well). We stratify to make sure that all qualities of population are represented
118
How to make TREES with screening tests????
SPLIT UP POPULATION FIRST >>>>>> then split the groups by outcomes of the test
119
binocdf  (inputs)
EXACTLY X OR LESS successes in N triesbinocdf(n,p,x)..Probability of X OR LESS successes in N trials. (CUMULATIVE probability)
120
What do you call things that are not independent?
associated
121
If asked to compare distributions, what should you write about?
Compare Shapes, Centers, Spreads, and Stranges. gaps The GSOCS
122
When can you round?
AT THE VERY END!!! (keep 3 significant digits until end!)
123
When we say "the average teenager" are we talking about mean, median or mode?
It depends, if we are talking height, it might be the mean, if we are talking about parental income, we'd probably use the median, if we were talking about music preference, we'd probably use the mode to talk about the average teenager.
124
What are the two types of observational studies?
Retrospective, and Prospective
125
How are mean, median and mode positioned in a skewed left histogram?
goes in that order, mean median mode
126
What is Placebo used for?
Placebo is used for control in an experiment. the purpose of placebo is to determine the change between the controlled treatment and the other treatments
127
How do you undo a log when solving?
10^ stuff
128
what are the percentiles from left to R on normal model?
2.5-16-50-84-97.5
129
if you mult or divide the x's or y's in regression (shift/scale) does r change?
no. the strength remains the same. (If you log or square it, it will change, but just adding or multiplying won't change it)
130
Samplin Method Types?
SRS, stratified, clustered, systematic, multistage, convenience, voluntary
131
Why blind the treatment givers?
The treatment givers may behave differently as they administer the actual stuff vs when they administer the placebo. They could cue the subjects unknowingly.
132
How do you find relative frequency?
just divide frequency by TOTAL,.
133
what is the emperical rule?
mean, 68-95-99.7 yeahh,,
134
Give three examples of events that are not mutually exclusive
1. Being a DOG and being SMELLY2. Being a FRESHMAN and being FEMALE3. Liking ICE CREAM and liking HAMBURGERS(both can be true simultaneously)
135
What is a mutlistage sample?
A sample that combines several sampling methods
136
geopdf (inputs)
FIRST SUCCESS ONgeopdf (p,x) probability of FIRST SUCCESS being ON the Xth trial
137
does correlation mean causation?
NO WAY DUDE
138
what is the best way to reduce bias?
randomness. sophisticated answer: make as many things as random as possible
139
Use the following words in one sentence: population, parameter, census, sample, data, statistics, inference, population of interest.
I was curious about a population parameter, but a census was too costly so I decided to choose a sample, collect some data, calculate a statistic and use that statistic to make an inference about the population parameter (aka the parameter of interest).
140
How many SD wide is the IQR in a normal distribution?
NOT 2!!!! The middle 68% is 2 sd wide, since the IQR is only the middlest 50%, it is less than 2. try [invnorm(.75)] x2 (about 1.35 sd)
141
what about your calculator for using curves to fit curved data?
sure, Quadreg, cubicreg, lnreg, etc. just be careful when substituting while writing the equation given. Often you have to put the X into a few places.
142
Can you predict an X by using a Y?
NOT WITH THE SAME EQUATION! BE CAREFUL!! You have to change the entire equation and start from scratch? Switch and run linreg with L2 v L1
143
What is it called when knowing one event happened does not change the probability of another event occuring?
independent events
144
If the distribution is skewed (or outliers/not symmetric) what would you use for center and spread statistics?
Median (center) and IQR (spread)
145
What point is on every regression line?
the mean-mean point. (x bar, y bar)
146
what do we call it when events are not associated?
independent
147
association or correlation?
association is talking about a relationship? correlation is an actual calculated number
148
what is the line that you plot?
IT IS A MODEL!
149
How can you tell if variables in a contingency table are independent?
If you look at the percents across the table or up and down. Like if 30% of males and 30% of females would both consider getting a pet pig, then you say gender and pet pig consideration are independent.
150
RAND VARIABLE:X has mean y and standard deviation of z.A has mean b and standard deviation c.Find: Mean, SD and VAR of: X + A
mean: y+bSD   SQRT(z2+c2)var z2+c2
151
What is area under ANY probability curve?
1 (or 100%)
152
Why is it calle d "least squares regression line?"
Because, after you find the mean-mean point, you fix the line so that it minimizes the squared vertical distance to that line (minimizes the squared residuals)
153
What is sampling error?
IT IS NOT A MISTAKE!!!, Because the data in samples are generally different, the statistics calculated from one sample to another vary and are generally not equal to the parameter. This variablilty of the STATISTICS is called sampling error. (not the variability of the data).
154
are any populations actually normal?
no, nothing is normal, just normalish. The only normal thing is the model we use.
155
How can we use Pascal's Triangle?
To find probability of x successes in K trials.. BINOMIAL BABY!!!
156
what is representative?
It means that the sample statistics will be kind of like the population parameters.. The sample "looks like" the population.
157
Give three examples of independent variables
1. Being tall and having a high GPA2. If it is snowing and whether it is a Thursday or not3. Whether a person likes pizza and their gender(notice, knowing one bit of information does not impact the likelihood of the other being true also)
158
Probability of THIS AND THAT?
MultiplyP(this)*P(that) works when independent only, when not, then P(that) should be p (that|this)
159
Is matching blocking?
YES, little tiny blocks of one.
160
Why do we plug 999 into normcdf?
normcdf needs two z scores, but we can't plug in infinity. So we go down or up 999 standard deviations and that pretty much gets everything,.
161
What is difference between subject and experimental unit?
Humans who are experimented on are commonly called subjects in an experiment. Subjects like dogs, days, plants and anything not human are called Experimental Units
162
mean/SD/median/IQR, How do I know which ones to use?
when unimodal and symmetric, mean and sd. When skewed or outliers use Median and IQR, when bimodal talk about the MODES and maybe range or iqr
163
what is independent? What are the two equations to test for independence?
when P(A)=P(A|B)   OR   P(A)*P(B)=P(A and B)When the probability of A is the same even when B is also true. Knowing B does not affect the probability of A.
164
What is the purpose of matching?
Matching, like blocking, reduces unwanted variation. In a retrospective or prospective study, subjects who are similar in ways not under study may be matched and then compared with each other on the variables of intrest.
165
Give three examples of disjoint events
1. A card being a CLUB and a RED2. A student being a SENIOR and a FRESHMAN3. An animal being a CAT and a GOLDFISH(both can't be true)
166
What is variability?
Differences, how things differ. There is variability everywhere, We all look different, act different, have different preferences, Statisticians look at these differences.
167
Compare data to parameters
Data is each little bit of information collected from the subjects,. They are the INDIVIDUAL little things we collect, we summarize them by, for example, finding the mean of a group of data. If it is a sample, then we call that mean a "statistic" if we have data from each member of population, then that mean is called a "parameter"
168
What type of probability when you are looking for exactly 5 successes in twelve attempts?
binopdf (12,p,5)
169
How can you think about the mean and median to remember the difference when looking at a histogram?
mean is balancing point of histogram, median splits the area of the histogram in half.
170
Why is it called "binomial"
These numbers come from the coefficients of expanded binomials..(x+y)1, (x+y)2, (x+y)3 
171
What are random variables?
If you randomly choose people from a list, then their hair color, height, weight and any other data collected from them can be considered random variables.
172
What is the mean?
the old average we used to calculate. It is the balancing point of the histogram
173
RAND VARIABLE:X has mean y and standard deviation of z.A has mean b and standard deviation c.Find: Mean, SD and VAR of: X + 12
mean: y+12SD zvar: z2
174
What are some strong r values and some weak r values
Strong r values are close to 1 or -1, like -0.83 or 0.94. Weak r values are close to zero like 0.10 or -0.06
175
How are mean, median and mode positioned in a skewed right histogram? goes in the opposite order, Mode-median-mean
mode- median- mean (mean chases the tail)
176
Probability of THIS OR THAT?
ADD P(this) + P(that) works when disjoint only, when not, subtract overlap.
177
What is the difference between a sample and a census?
With a sample, you get information from a small part of the population. In a census, you get info from the entire population. You can get a parameter from a census, but only a statistic from a sample.
178
Example of how not blocking would backfire
Leather preserver, If you randomly choose from all chairs in an airport for treatment and brand A randomly has a lot of chairs near the sun, Brand B randomly gets a lot fo chairs near the main entrance and Brand C randomly gets the chairs that don?t have a lot of sun, or a lot of use, you may think that brand C works the best, when in fact, the results were confounded by sunlight and usage,
179
RAND VARIABLE:X has mean y and standard deviation of z.A has mean b and standard deviation c.Find: Mean, SD and VAR of: 3X + 5A
mean: 3y+5bsd:  SQRT(9z2+25c2) var: 9z2+25c2 (same as (3z)2 + (5z)2)
180
If you want to calculate % between two values what do you do?
find z scores for both value, and then normcdf (Z LOW, Z HIGH )
181
What do we call it when events are not independent?
associated
182
Is it always better to do a census or a sample?
It depends, generally, it is better to do a sample since a census is expensive to execute, and because popultaions are always changing it is hardly more accurate then a sample. BUT,. For small populations, a census is fine.
183
What is a factor?
A variable in an experiment that the experimenter manipulates
184
what happens if you ADD a constant to each value in a data set?
it is SHIFTED only. Spread doesn?t change, but This effects all of the data values and measures of center (mean, med) and quartiles, deciles, etc, IT DOES NOT CHANGE THE SPREAD! (IQR, St Dev, Range all stay the SAME).
185
probability this and that when they are not independent? How?
probability A times probability B (knowing A is true) called general multiplication ruleP(A)*P(B given A)P(this)*P(that given this)
186
How do you find mean and sd of discreet random variable ?
put values in L1, probabilities in L2, and run "1-var stats L1,L2" and you get it!
187
What is the difference between quantitative and categorical variables?
Quantitative variables are numerical measures, like height and IQ. Categorical are categories, like eye color and music preference
188
Give an example of independent variables
If 80% prefer cheese and only 20% prefer pepperoni IN EACH GRADE AT BHS,then they all have the same preference, so grade doesn't matter. We say "school year and pizza choice are independent"
189
what does "regression to the mean" mean?
preditions for y are closer to the mean y (y bar) than the actual x is to the mean x (in s.d). Sons were closer to average height than the dads. Super tall dads had tall sons, but not super tall sons, on average.
190
How to find P(at least 1)?
1-P(none)
191
What percent of the data is below the median?
50%
192
What is undercoverage?
Undercoverage is when either one part of the population is not included in a survey or is underrepresented in the survey
193
What type of probability when you are looking for more than 5 successes in twelve attempts?
6 or more same as not 5 or less1 - binocdf(12, p, 5)
194
how do you combine probability models?(play more than one game)
add or subtract the means, and thenADD THE VARIANCE
195
How do you undo squares or cubes?
^ 1/2 or ^ 1/3
196
interpret r squared
r squared % of variability in y can be explained by the model WITH X. The rest is in residuals?
197
is r sensitive to outliers?
yes. A single outlier can make it seem like there is a relationship (out in x direction,), or that there is none.
198
what should we look for in resid plot?
curve or pattern, Also, it should have equalish scatter from left to right
199
How many trials in simulation?
At least 20-30.
200
What is a standard deviation?
average distance to the mean
201
what does binomial model tell us about?
exactly x successes in K trials. What is likelihood of exactly 3 heads out of 13 flips?
202
What is the sure way to assign treatments correctly?
throw names in hat and pick.
203
What is a frequency distribution?
A table, or a chart, that shows how often certain values or categories occur in a data set.
204
What is retrospective study?
A retrospective study is a study that looks backwards in time. They focus on estimating differences between groups or some association between.
205
Use the following words in one run on sentence: inference, sample, statistic, parameter, population, census, data
I was curious about a population parameter, but a census was too costly, so I collected data for a sample, calculated a statistic and used that to make an inference about the parameter of interest.
206
What are INFERENTIAL STATS?
Look at your data, and use that to say stuff about the BIG PICTURE, like tasting soup, a little sample can tell you a lot about the big pot of soup (the population)
207
what is the law of large numbers?
states that in the long run.. (NOT SHORT RUN) The relative frequency settles down to true probability. (you'll have 50% heads after an infinite number of coin flips with a fair coin)
208
Compare population to sample
populations are generally large, and samples are small subsets of these population. We take samples to make inferences about populations. We use statistics to estimate parameters.
209
How do you find the median fro man OGIVE?
go halfway up the y axis, shoot across to the curve, then straight down. It's at the 50th percentile (halfway up)
210
What is response bias? How do you avoid it?
Response bias is any influence that may sway the respondent to give a more favorable answer e.g wording of the question, interviewer's behavior/background. Therefore, in a survey, ask questions that allow respondents to answer comfortably and honestly. Keep the wording "indifferent" or neutral in some way in order to unduly favor one response over another.
211
What is the main purpose of a placebo ?
To blind the subject that is being experimented on to avoid influence to the given variable therefore altering the response variable . When people think they're getting help, they often improve anyway,
212
If I take a random sample of 20 hamburgers from FIVE GUYS and count the number of pickles on a bunch of them, and I do this because I want to know the true average number of pickles on a burger at FIVE GUYS, the true average number of pickles is considered a ______?
parameter, a one number summary of the population. The truth. AKA the parameter of interest.
213
Make a guess as to what relative cumulative frequency is,
It is the ADDED up PERCENTAGES, An example is selling candy, 25 pieces sold overall,, with 10 the first hour, 5 the second, 3 the third, and 7 the fourth hour, we'd take the cumulative frequencies, 10, 15, 18 and 25 and divide by the total giving cumulative percentages, .40, .60, .64, and 1.00. Relative cumulative frequencies always end at 100 percent.
214
How is blocking different from stratifying?
Blocking is in an experiment, when you want to tease out a possible confounding variable, stratifying is in sampling when you want to make sure to get units with a specific characteristic so your sample is representative.
215
If I take a random sample of 20 hamburgers from FIVE GUYS and count the number of pickles on a bunch of them, and one of them had 9 pickles, then the number 9 from that burger would be called ____?
a datum, or a data value.
216
what is disjoint?
can't be joined?. They can't both happen at the same time! (being over 5 feet and under 4 feet)
217
What is the expected value?
The mean of the random variable. What you'd AVERAGE if you played the game A LOT!!!!!!!!!
218
What is meant by cumulative frequency?
ADD up the frequencies as you go. Suppose you are selling 25 pieces of candy. You sell 10 the first hour, 5 the second, 3 the third and 7 in the last hour, the cumulative frequency would be 10, 15, 18, 25
219
What is diff between 3X and X+ X+ X (mean and st. dev)
3X is just tripling one play. Mult mean and SD by 3.X+X+X is playing 3 times, must add variances, square SD's add 3 times then sqrt.
220
RAND VARIABLE:X has mean y and standard deviation of z.A has mean b and standard deviation c.Find: Mean, SD and VAR of: 3X + 5A + 12
mean: 3y+5b+12sd:sqrt (9z2 +25c2)var 9z2+25c2
221
What is wrong with using volunteers in a survey?
Those who volunteer may not be like the rest of the population. An example may be, if you're trying to find our how often people volunteer for things. So you ask for volunteers to take the survey,. A question may be "when was the last time you volunteered for something?" Well. they all just volunteered for the survey!
222
what is the LSRL
the "least squares regression line"? that line, That equation
223
What type of probability when you are looking for less than 5 successes in twelve attempts?
4 or less binocdf(12, p, 4)
224
does high r value mean anything?
An r value alone tells little? CHECK THE SCATTER, IS IT LINEAR?? make sure it's linear first?
225
What is a parameter?
A numerical summary of a population. Like a mean, median, range, of a population
226
What is the "hot hand?"
a misinterpretation of the law of large numbers. Using this law, if you flipped 4 tails in a row, you'd expect the next one to be another tails, because tails is "hot." A baseball player who gets three hits in a row, you expect another hit? wrong. Streaks happen randomly.
227
When comparing boxplots, what do you compare?
Medians and IQRS, ALSO, you might want to compare medians to quartiles if you can. For instance, if one has a median above the others Q3, you might say, Half of the first group scored over 80 while less than 25% of the second did.
228
what is probability?
THE LONG RUN RELATIVE FREQUENCY!!
229
RAND VARIABLE:X has mean y and standard deviation of z.A has mean b and standard deviation c.Find: Mean, SD and VAR of: 5A
mean: 5bsd: 5cvar: 25c2
230
What type of probability when you are looking for exactly 5 or more successes in twelve attempts?
(more than 4)1 - binocdf(12, p, 4)
231
How is Blocking in an Experiment Similar to Stratifying in a Sample?
The two are similar because they divide the subjects groups according to traits where the subjects are all similar
232
What are the percentiles for Q1, med, and Q3?
25, 50 and 75
233
does high r squared mean a good model?
CHECK STRAIGHNESS FIRST. you should check your plot and residuals to make sure model is appropriate and no outliers present? then it means something
234
what is a complement?
the probability that it doesn't happen. 1-P(it happens). (together they add to 100%)
235
what is the mean/median/mode helper diagram?
a skewed left distribution with mean/median/mode labeled in order from L to R
236
Center description?
mean (balance), median (splits area in half), mode (peaks, if bimodal, talk about both modes) or ,. "centered around ____"
237
which is explanatory variable?
x. horizontal axis. it "explains" what happens to y
238
How do you describe distributions (histograms)?
Shape-Cener-Spread- and STRANGE (Outliers and gaps) some say GSOCS. where's yo GSOCS?
239
What is a population?
the group you're interested in. Sometimes it?s big, like "all oysters in wellfleet" Or "all teenagers in the US" other times it is small, like "all AP Stats students in my school" or "my toes"
240
What is an example of blocking that people often miss?
Matching, Like when someone does a pretest, treatment and then post test, they are blocked with themselves, aka matched to themselves
241
What type of probability when you are looking for the first success on or before the fifth attempt?
Geocdf(p, 5)
242
What is categorical data?
The actual individual category from a subject, like "blue" or "female" or "sophomore" the raw data are words or symbols representing categories.
243
What do we call it when two things can't happen at the same time?
disjoint OR mutually exclusive
244
how do you describe the SPREAD of a distribution?
range, IQR, stand dev, variance, or simply say, From here, to about here,.
245
What is bias?What are some common errors?
It's any systematic failure of a sampling method. COMMON ERRORS: Voluntary response, undercoverage of the population, nonresponse bias and response bias. We use randomness and methods like stratifying to reduce these.
246
What is the difference between a cluster sample and random sample?
A cluster sample is when the population is first divided into sections of clusters that have all of the traits that the population has, so the clusters are representative. You grab a cluster as your sample. A random sample is all names in a hat so you could get any group.
247
How many successes can you expect?(mean of binormial)
np.Makes sense, if 30% like butter, out of 50 people you would expect (50)(.3)= 15 to like butternp is the mean of the binomial distribution
248
What percentile is Q1?
25th
249
Why does it make sense to double-blind an experiment?
It reduces bias in an experiment. If subjects don't know what treatment they're receiving, they won't change their habits based on that knowledge. If evaluators don't know which treatment each subject is receiving, they won't bias the true results based on the results they expect to see
250
What's a useful alternative when you can't run an experiment? What are they useful forms of this, and how do you preform them respectively?
An alternative of an experiments could be an observational study. There's two forms: prospective and retrospective. A prospective observational study is when you identify subjects in advance and record data as you go along. A retrospective observational study is when you analyze observations from the past.
251
How do you undo an ln when solving?
e^stuff
252
what is a linear model?
it is an equation you can use or a line of a graph, it describes a relationship, but it is just a model that says what kind of happens, and can be used to ESTIMATE WHAT MIGHT HAPPEN
253
What is Statistics?
The study of variability
254
What is the difference between discrete and continuous variables?
Discrete can be counted, like "number of cars sold" or shoe size, school grade they are generally integers (you wouldn't sell 9.3 cars), while continuous would be something like weight of a mouse, 4.344 oz.
255
Ho w are the good sampling methods similar?
In all of them, all members of population have equal chance of being selected.
256
What percentile is Q3?
75th
257
What is a random sample?
When you choose a sample by rolling dice, choosing names from a hat, or other REAL RANDOMLY generated sample. Humans can't really do this well without the help of a calculator, cards, dice, or slips of paper.
258
How do students often mix up IQR and St. Dev
They INCORRECTLY think that Q1 is 1sd below the mean and Q3 is 1sd above the mean. THIS IS NOT TRUE!!!
259
geocdf (inputs)
FIRST SUCCESS ON OR BEFOREgeocdf(p,x).Probability of the FIRST SUCCESS being ON OR BEFORE the Xth trial.
260
What is meant by relative frequency?
The PERCENT of time something comes up (frequency/total)
261
Does a census make sense?
A census is ok for small populations (like Mr. Nystrom's students) but impossible if you want to survey "all US teens"
262
What is a control group?
A group in an experiment without the treatment that is compared to groups with treatments to make results or conclusions. The control group helps us see what would happen anyway, without any treatment so that we can see the true effect of the treatment.
263
Look for lurking variables?
think hot chocolate sales in caf at wachusett mountain and ski accidents at wachusett mountain. Did the chocolate cause the accident??????
264
How do you match OGIVES to histograms?
RECTANGLE DROP!!
265
What is "mutually exclusive?"
same as disjoint
266
are there any normal samples?
no, nothing is normal, just normalish. The only normal thing is the model we use.
267
What is the difference between a population mean and a sample mean?
population mean is the mean of a population, it is a parameter, sample mean is a mean of a sample, so it is a statistic. We use sample statistics to make inferences about population parameters.
268
Why randomize in an experiment?
To avoid bias. An experimenter might want their treatment to work, so may chose the subjects that might respond best.
269
What is wrong with using voluteers in an experiment?
Not much. In an experiment, we are not looking for a sample that is like the population, We just want to see the effectiveness of a treatment. It is fine if the subjects are all similar. In fact it is best sometimes when they are!
270
when can you expect the first success if there is a 30 percent chance of success?(mean of geo)
1/p or 1/.30.Which is 3.333 so around the 3rd or 4th try.1/p  tells you, on average, when the first success will occur1/p is the mean of the geometric distribution
271
What is a statistic?
A numerical summary of a sample. Like a mean, median, range, of a sample.
272
How do you undo sqrt when solving?
^2 (square both sides)
273
To make a survey to tell of a restaurant is good, would you ask the people coming out of the restaurant?
People at the restaurant are probably there because they already like it. If you asked the question "Is this your first time dining here?" and if they say "yes" you survey them, that would be a better method. But then again, the people wouldn't go into an Italian restaurant if they didn't like that type of food.
274
What is the difference between quantitative and categorical data?
The data is the actual gathered measurements. So, if it is eye color, then the data would look like this "blue, brown, brown, brown, blue, green, blue, brown, etc." The data from categorical variables are usually words, often it is simpy "YES, YES, YES, NO, YES, NO" If it was weight, then the data would be quantitative like "125, 155, 223, 178, 222, etc," The data from quantitative variables are numbers.
275
What are DESCRIPTIVE STATS?
Tell me what you got! Describe to me the data that you collected, use pictures or summaries like mean, median, range, etc,
276
When drawing a graph or chart, what do you have to remember to do?
LABEL AXES, make a KEY(if needed ) AND GIVE IT A NAME!!! "Figure 1: Age and Food Preference"
277
If r= 0.8, An x value that is 2 standard deviations above the mean will have a predicted y value that is _______
1.6 standard deviations above the mean
278
what does geometric model tell us about?
it is about FIRST SUCCESSWhat is likelihood first success is on 5th trial?
279
You want to simulate the likelihood of more than 4 psychology majors being on a full bus that seats 30. Suppose that 1 in 9 students are psych majors. Use a random nunmber table.
use single digits on a random number table. Each digit represents a student on the bus. Ignore the zeros. Let 1 be a psych major, and 2 through 9 be other students. Trials end when you have reached 30 students. Count the number of psych majors (ones) in the trial. Record this. Do this 20 times. Find the percent of times there were 4 or more psych majors on the "bus." If this occured in 5 trials, then the likelihood is 5 in 20, or 25%
280
What is a conditional distribution?
A distribution within the table, along only one row or one column, NOT OUT IN THE MARGINS. So, on a table about food preference and grade in school, a conditional distribution would be "of the freshmen, 20% liked pizza, 50% tacos and 30% pasta", a marginal distribution would be "overall, 25% liked pizza, 45% liked tacos and 30% liked pasta"
281
Year in school (F,S,J,S) and Pizza Preference (pepperoni or cheese) are __________ because _______________
independent because they all have the same preferences, it doesn?t depend on grade, 80% of each group likes cheese better.
282
when does a trial of a simulation end?
Generally there are two cases:1. You want to know the probability of having x successes in n attempts (getting 3 smokers in a group of 5 students). Trials end when you get to n (get to 5 students). You record the number of smokers for each trial.2. You want to know how many attempts it takes to get f successes. Trials end when you get f successes. Record the number of attempts.
283
How can you simulate on your calculator
RANDINT( lowest, highest, how many you want to grab)
284
if you switch x and y will slope change?
YES- slope is rsy/sx? to get new slope you do: (r sqared)/old slope
285
What is the total area under the normal curve?
one , or 1.000
286
What is data?
Any collected information. Generally each little measurement, Like, if it is a survey about liking porridge, the data might be ?yes, yes, no, yes, yes? (categorical) if it is the number of saltines someone can eat in 30 seconds, the data might be ?3, 1, 2, 1, 4,3 , 3, 4? (quantitative)
287
What percent of the data is between Q1 and Q3?
50%
288
how to interpret slope EQUATION? R Sy / Sx
for each increase of 1 st dev in x direction, you go r st dev in y direction.
289
what's up with extrapolation?
not a good idea?? sometimes it's all you can do, but still, NOT GOOD
290
What is the difference between single-blind and double blind?
Single blinding is when all individuals in either one of the classes are blinded; double-blinded is when everyone in BOTH classes are blinded. Classes are: subjects, treatment givers, evaluators,
291
where are the "outlier fences?"
1.5 IQR above Q3 and 1.5IQR below Q1,. Just a rule of thumb,
292
What type of probability when you are looking for at least one success in twelve attempts?
1 - p(NONE)not zero1-binopdf(12, p, 0)
293
How is r calculated?
r= sum(ZxZy) / (n-1)---- the sum of rectangle areas on standardized axes
294
What are the 3 ways we used random numbers?
1. To simulate the likelihood of an event occurring. (ch 11) 2. To choose a sample that is representative of the population and avoid bias.(Ch 12) 3. To assign subjects (experimental units) to treatments to evenly distribute variability and help reduce possible confounding variables.(Ch 13)
295
Give a simple example showing that adding a constant doesn't change the spread, but changes the center. (this always happens)
Data set: 1,2,3,4,5 Spread:4, Center: 3 add three and get new data set: 3,4,5,6,7 spread:4 Center: 5 (center went up, spread stayed the same). The IQR and SD will stay the same, but median and mean +3
296
Association and Independence,. How are they related?
Variables are either independent or associated. Associated means there is some relationship, independent means there is none.
297
What four things do you need in an experimental design? (trick)
NEED only 3: control , randomization, replication, BUT, Use blocking when appropriate. Don't for get to COMPARE and identify RESPONSE VARIABLE
298
What is the standard sampling method?
A Simple Random Sample (SRS) is our standard. Every possible group of n individuals has an equal chance of being our sample. That's what makes it simple.
299
data or datum?
datum is singular, Like "hey dude, come see this datum I got from this rat!" data is the plural, "hey look at all that data Edgar got from those chipmunks over there!!"
300
What is a categorical variable?
Qualitative variables are like categories: Blonde, Listens to Hip Hop, Female, yes, no, etc.
301
Who can be blinded?
Subjects. Those delivering treatments. Those assessing effectiveness of treatments. and three mice.
302
Compare Descriptive and Inferential STATS
Descriptive explains the data that you have: summaries, bar charts, scatterplots, regression, mean, st. deviation etc? , inference uses that data you have to try to say something about an entire population,.
303
Probability this OR that when they are not disjoint? How?
probability A plus probability B minus the double counted (the ones that are both A and B) called "general addition rule"P(A)+P(B)-P(A and B)P(this)+P(that)-P(this and that)
304
what happens if you multiply all of a data set by a constant?
it is scaled, Everything is effected. Mean/ median/ stand dev/ iqr/ quartiles all multiplied by that constant. Center, spread and all individual values are changed.
305
What is the five number summary?
min- Q1 - Q2(median)- Q3 and max
306
what is a z score?
the number of standard deviations away from the mean
307
what is a simulation?
Basically a test based on reality with a sequence of random outcomes that model it. Like an imitation.
308
How many ways can you choose 3 books to take with you on a trip out of the 7 books on the shelf?
7 choose 3. 7!/(3! * 4!)notice that the two factorials on bottom add to the top.
309
What is the difference between a bar chart and a histogram
bar charts are for categorical data (bars don't touch) and histograms are for quantitative data (bars touch)
310
Which calculator function gives you a z score?
invnorm(%ile)
311
what is that (n over k) thing in the binomial equation?
n choose k it tells you how many ways you can choose k objects from a set of n things. The formula is n!/(n!(n-k)!) the two numbers on bottom add to the number up top. These are coefficients in expanded binomials and can also be found in Pascal's Triangle
312
what is a residual?
ACTUAL-PREDICTED A-P like this class, AP (get it?)
313
What is the difference between response bias and nonresponse bias?
Response is when the person's response is influenced by the question or questioning method (like if a parent asks if you use drugs, as opposed to a friend, there is only one answer to this, but one might respond differently to them), non response is is when the people who don't respond might have different opinions/views than the people who did.
314
what is n! ?
it is "n factorial" example: 5! = 5*4*3*2*1= 120. tells you how many ways you can arrange n objects.
315
the output for normcdf(Zleft, Zright) is_______
A PERCENT, or a probability, it is the area under the normal curve between the given z scores. The total area is 1 (or 100%)
316
What is the IQR?
Interquartile range, a measure of spread, Q3-Q1, The distance from Q1 to Q3. It is a single number.
317
Why blind those doing the analysis?
Researchers like to see results, they want to see an effect. If they know which treatment is the actual medicine, then they might be "looking" for it, We want the data to say it works, not the person.
318
What is a simple random sample?
A sample where every possible group has the same chance of becoming a part of a sample.
319
which is response?
y, Vertical axis, It "responds" to the x
320
How do you find Q1 and Q3?
Q1 is the median of the bottom half (25th %ile) and Q3 is the median of the upper half (75th %ile)
321
How do you find percentiles and make a boxplot from OGIVE?
Go across from .25, .5, and .75 till you hit the curve and then STRAIGHT DOWN!
322
Who chases the tail?
The mean chases the tail, the mean chases the tail, high-ho the derry-oh the mean chases the tail, and outliers,,.
323
can independent events be disjoint? EXPLAIN
NO, if they are independent, then knowing one doesn't change the probability of the other, but if they are disjoint, knowing one makes the other impossible, so it does change the probability of the other to 0
324
What is statistically significant?
When an observed difference is too large for us to believe that it is likely to have occurred naturally (or just randomly). Basically it is Statistically Significant when we don't think it happened randomly, When something is less than 5% likely to have happened by chance alone.
325
Explain two types of experimental design.
1.)Randomized Block Design: randomization occurs within the blocks only. (this includes matching or pre-post testing which is matching/blocking the person to herself)2.) Completely Randomized Design: all of the experimental units have the same chance at recieving a treatment.
326
Compare data to statistics
Data is each little bit of information collected from the subjects,. They are the INDIVIDUAL little things we collect, we summarize them by, for example, finding the mean of a group of data. If it is a sample, then we call that mean a "statistic" if we have data from each member of population, then that mean is called a "parameter"
327
Give some examples of response variables in an experiment
To test a medication, blood pressure might be response variable. To test and SAT course effect, SAT score might be response variable. To test a diet, "weight lost" might be a response variable.
328
what is marginal distribution? How does it differ from a conditional distribution?
overall distributions of a single variable in contingency table (out in margins) For instance, in a gender vs music preference, the overall distribution of gender would be a marginal distribution, like "22 males and 18 females". A conditional distribution is within the table, a distribution along the given condition, for instance:" of the country music lovers, 8 were male and 3 were female"
329
how do you interpret y intercept?
The model predicts that if there were no [x stuff] this is how much [y stuff] you'd have