Ch. 6 Stats Vocab

0.0(0)
studied byStudied by 1 person
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/35

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

36 Terms

1
New cards

probability model/distribution

describes the possible outcomes of a chance process AND the likelihood of those outcomes will occur

  • can use a table or tree diagram

  • sum of all probabilities must equal 1

  • every probability is between 0 and 1, inclusive

2
New cards

random variable

takes numerical values that describe the outcomes of a chance process

  • values of the sample space

3
New cards

expected value/mean of a discrete random variable

an average of the possible outcomes, but a weighted average in which each outcome is weighted by its frequency

  • does not have to be a possible outcome; decimals are fine

4
New cards

calculating expected value of discrete variable

μx = E(X) = (x1)(p1) + (x2)(p2) + (x3)(p3) + …

  • make sure to show at least three terms

    • first two terms and the last term

5
New cards

median of a discrete random variable

smallest value for which the cumulative probability equals or exceeds 0.5

6
New cards

variance of expected value or a discrete random variable

Var(X) = σx2 = (x1 - μx)2p1(x2 - μx)2p2(x3 - μx)2p3 + …

  • make sure to show at least three terms

    • first two terms and the last term

7
New cards

standard deviation of expected value or discrete random variable

the measure of variability for the center of a discrete random variable

σx = [(x1 - μx)2p1(x2 - μx)2p2(x3 - μx)2p3 + …]1/2

  • square root of the variance

8
New cards

adding or subtracting a constant

  • does not change the shape

  • does not change the measure of variability

  • adds/subtracts the constant to the measure of center and location of each point

    • mean is different, but standard deviation is the same

9
New cards

multiplying or dividing a constant

  • does not change the shape

  • multiples/divides measure of center and location of each point by the constant

  • multiples/divides the measure of spread by the constant

    • both mean and standard deviation change

      • mean + standard deviation = multiplied by the constant

      • variance = multiplied by the constant squared

10
New cards

interpretation of expected value and standard deviation

On average, the (variable) varies from the mean of "x,” by about “y” (units).

11
New cards

independent random variables

when knowing the value of X does not help predict the value of Y

12
New cards

rule for sum of independent variables

mean —> μsum = μx+y = μx + μy

standard deviation —> σsum = σx+y = (σx2 + σy2)1/2

  • aka square root of the sum of the variances

13
New cards

rule for difference of independent variables

mean —> μdiff = μx-y = μx - μy

standard deviation —> σdiff = σx-y = (σx2 + σy2)1/2

  • aka square root of the sum of the variances

  • still ADDING

  • only for independent variables

14
New cards

continuous random variable

can take any value in an interval on the number line

15
New cards

probability for continuous random variable

the area under the density curve and directly above the values on the horizontal axis that make up the event

16
New cards

probability of a single outcome of continous variable; P(x = a)

is always 0

  • probability of continous variables are always a range of values

17
New cards

combining two independent normal variables

any sum or difference of independent normal variables is also normally distributed

18
New cards

additive transformations

“y” amount of trial

mean —> μx1+x2+…+x= y × μx

standard deviation —> σx1+x2+…+xy = [y × σx2]1/2

19
New cards

multiplicative transformations

“y” amount of trial

mean —> μyx = y × μx

standard deviation —> σyx = [y2 × σx2]1/2 = y × σyx

20
New cards

combination

counting when order is not considered

21
New cards

permutation

counting when different orders is considered

22
New cards

multiplication rule

if one event can occur in “m” ways, a second event in “n” ways, and a third event in “r” ways, then the three events can occur in “m × n "× r”

  • think of a tree diagram

23
New cards

repetition of an Event

if one event with “n” outcomes occurs “r” times with repetition allowed, then the number of ordered arrangements is “nr

24
New cards

calculating permutations

nPr = n!/(n - r)!

  • n = number of objects

  • r = number of positions

25
New cards

calculating combinations

nCr = nPR/r! = n!/[r! × (n - r)!]

  • n = number of objects

  • r = number of positions

  • number of permutations/arrangement of “r” objects

26
New cards

binomial setting

when we perform “n” independent trials of the same chance process and count the number of times that a particular outcome occurs

27
New cards

how to tell if binomal

BINS

  • B = Binary, can be classified as “success” or “failure”

  • I = Independent, knowing the outcome of one trial must not tell anything about the outcome of the next

  • N = Number, the number of trials “n” has already been fixed in advance

  • S = Same probability, same chance of success of “p” for each trial

28
New cards

binomial random variable

the count of successes X in a binomial setting

  • x = 0, 1, 2, …, n

29
New cards

calculating binomial probabilities

P(x = k) = nCk × pk × qn-k

  • n = number of trials

  • k = number of successes

  • p = probability of success

  • q = 1 - p = probability of failure

  • nCk = n!/[k! × (n - k)!]

30
New cards

Formula for verifying binomial distribution

“y” is a binomial distribution with n = a and p(success) = b

  • do not actually need to write out BINS, but must clarify the “N” and “S” part

31
New cards

convincing evidence

occurrence of an unlikely or likely event against the assumptions

  • very small probability = against smth

  • very large probability = for something

32
New cards

shapes of binomial distribution

  • can be symmetric or skewed

    • when p = 0.5, the binomial distribution MUST be symmetric

    • when p ≠ 0.5. the binomial distribution MUST be skewed

      • p < 0.5 = right skewed

      • p > 0.5 = left skewed

33
New cards

mean of a binomial random variable

μx = n × p

  • n = number of trials

  • p = probability of success

34
New cards

standard deviation of binomial random variable

σx = (npq)1/2

  • n = number of trials

  • p = probability of success

  • q = probability of failure

35
New cards

formula for describing binomial distribution

The distribution of (variable name) is a binomial distribution (skewed towards__/symmetrically), with a peak around “a”. On average, the (variable name) differs from the mean of “μx” (unit) by about σx (unit), when looking at “n” (unit).

36
New cards

10% condition

n < 0.10N

  • when taking random sample of size “n” from a population size of “N”, we can use a binomial distribution to model the count of success in the sample is as long as the sample is less than 10% of the population

  • approximately independent/binomial distribution