• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/41

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

41 Cards in this Set

  • Front
  • Back
What are the three basic types of descriptive statistics?
Measures of central tendency, measures of variation, measures of relative standing.
Calculate the mean...
The mean is the sum of the samples divided by the number of samples.
Describe how the median is found...
The median is the middle number in an odd set of samples. Its the average of the two middle numbers in an even sample.
Describe the mode in a sample of numbers...
The mode is the most frequently occurring number. If there is more than one mode, we refer to it is a bimodal or multimodal.
What does bimodal mean?
It means there are two sets of data that have the same number of occurrences.
What is the range of a sample?
Subtract the low and high values of the sample set
Describe calculating the sample variation of a set of numbers...
variation is the sum of the squares of the distance from the mean divided by (n-1).
How is the z-score calculated?
The z-score is the distance that the number is from the standard deviation.
Describe two methods for detecting outliers...
Z-score and boxplot
What constitutes an outlier for a box plot?
Outside the lower or upper fence. Those between the fence and the box are suspect.
What constitutes an outlier for a Z-score?
More than 3 standard deviations from the mean.
In probability, what is an experiment.
An experiment is a defined set of actions and outcomes.
What is a _simple_ event?
A simple event is one observation within an experiment.
What is the sample space?
The set of observations that can be made during the experiment
What is an event?
A set of related simple events.
How do you calculate the probability of an event?
Identify the experiment, the sample space, the simple events, assign probability of each simple event. Event probabilities are the sum of the simple events associated with them.

Outcomes of A / total outcomes
Describe the union of two events..
The probability that either one or both of the events will occur.
Describe the intersection of two events...
The probability that both events, e.g. A AND B will occur.
Describe the complement of an event probability...
The sum of the complement of an event and the event itself is 1, so 1 - the event is its complement.
What is the conditional probability that A occurs if B has already occurred?
P(A|B) is P(A AND B)/P(B)
What does it mean if A and B are mutually exclusive?
It means that A intersected with B has no simple events in common. A intersect B is the empty set.
What does it mean if
P(A|B) = P(A)?
It means that events A and B are are independent...
What does it mean if P(B|A) != P(B)?
It means that events A and B are dependent.
What is the multiplicative rule for independent events?
The multiplicative rule says that if A and B are independent, then A intersect B is P(A)P(B)
How do you calculate the intersection of two events?
P(A intersect B) is P(A|B)P(B)
Describe the additive rule for mutually exclusive events...
The additive rule says that if events A or B are mutually exclusive,
P(A union B) is P(A) + P(B)
How do you calculate the union of two events?
P(A union B) is
P(A) + P(B) - P(A intersect B)
What is the purpose of Bayes rule?
Bayes rule allows us to calculate an unknown conditional probability into a known one, e.g. if we want P(A|B) and have P(B|A).
Describe the setup for Bayes law...
P(A1..An)|B) =

P(B|A)P(B) / (P(B1)+P(B2)+P(Bn)
What are partitions of a data set?
This is a method for distributing n items over b bins of k size. N!/((k!)(k2!)(k3!))
What are combinations?
The number of different selections of k items from a pool of p items. Order doesn't matter.
What are permutations?
The number of different selections of k items from p items. Order does matter.
If you have 3 microprocessors, two compilers and three vendors, what is the rule you use to figure out how many ways you can make one selection from each?
The multiplicative rule:

3*2*3
What is 0! (factorial)
1
What is the difference between discrete data and continuous data?
Discrete data also known as attribute data is exact. For example, on/off, defective/nondefective, or a count of items. Continuous data is pressure, volume, distance, temperature.
Define univariate, bivariate, multivariate.
Univariate means one variable; bivariate, two; multivariate, several
Describe the empirical rule for a normal distribution?
68% of the data within 1 std dev. 95% within 2.
How do you break a sample set into quartiles? percentiles?
25/100*(n+1), round up
75/100*(n+1), round down
95/100*(n+1)
Describe inferential statistics...
Using sample of a population to infer information about the whole.
How do you handle probabilities in parallel?
Parallel operations are unions and use 'OR'. You use the additive rule on these probabilities.
How do you handle serial probabilities?
Serial operations are intersections and use 'AND'. You use the multiplicative rule on these probabilities.