Looks like no one added any tags here yet for you.
coverage error (exclusion)
response error (fail collect all data)
sampling error (variation that will always exist) 4.measurement error (weakness in method)
convert all data points into Z-scores using formula
use COUNTIFS function (array,">-3",array,"<3") 3.if z-score greater than 3 or less than -3 is an outlier
Assuming small differences are meaningful
Equating statistical significance with real world significance 3.Neglecting to look at extremes
trusting coincidence
Deceptive graphs
expected difference of mean squared
first find mean, then for each observation subtract mean, square, and do this for every observation
sum-product the previous calculation to their respective probabilities
EXCEL *SUMPRODUCT((X-Xbar)^2,p)
Observation with the higher probability will contribute higher to expectation
Each trial is independent
Probability is always the same
Two outcomes
Set number of trials
pie= probability of event occurring
The probability that an event occurs in one window is the same for all other windows
The number of events in one window is independent of the number that occurs in other windows
The probability that 2 or more events will occur in a window approaches 0 as the window becomes smaller
"n" trials in a sample taken from a finite population size "N"
the sample is taken without replacement
the outcome of trials are dependant
finding the probability of a particular number of events of interest
instead of probabilities for each value of X, a continuous random variable has whats called a probability density function
Each density curve represents the relative likelihood for each X value
the area under the entire density curve is always exactly 1 and the area under the curve for a single value for X equals zero
Symmetric about the mean
mode, median, and mean are at the same point
the area under the curve to the right of the mean is equal to the area under the curve to the left of the mean (area= 0.5)
the curve approaches, but never touches zero
the area under the curve is exactly 1 by definition
The mean of the sample mean is always equal to the population mean
the standard error of the sample mean is equal to the population standard deviation divided by the square root of the sample size
the standard error of the sample mean is smaller than the population mean when n>1 (and gets smaller as population grows)
If the population is normally distributed the sample mean also follows a normal distribution