10. Binomial Distribution

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

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

30 Terms

1
New cards

A ________ __________ is a variable (typically represented by X, or another capital letter) that takes on a different value for each outcome of a random phenomenon, and is determined by chance

random variable

2
New cards

A _______ variable is a variable whose value is a numerical outcome of a random phenomenon

random

3
New cards

The two broad types of random variables are _______ random variable and __________ random variable

discrete

continuous

4
New cards

A ______ random variable is a random variable that has a countable set of distinct values

Examples:

→ X = number of heads from a coin toss

→ Y = the result of a single die roll

→ the number of smokers in a random sample

discrete

5
New cards

A _________ random variable is a random variable that has infinitely many values. A variable is _________ if between any two possible values of the variable, there exists another possible value for the variable

Examples:

→ X = height

→ Y = serum creatinine level

→ Z = volume

continuous

6
New cards

A __________ __________ is a graph, table, or formula that gives the probability of a given outcomes’s occurance

probability distribution

7
New cards

A _________ ___________ ________ (pdf) is any mathematical relationship between each possible value and the probability of that value

P(x) = P(X = x)

probability distribution function

8
New cards

Requirements for a probability distribution:

1) All of the individual probabilities must be between ___ and ___ (, inclusive);

2) The sum of all probabilities must be equal to _

0 and 1

1

9
New cards

When dealing with probability distributions, a _______ is the set of all possible outcomes for a random variable

→ it refers to a hypothetical ________ of numbers, not a ________ of people

population

10
New cards

_________ ________ have shapes, centers, and variability

probability distributions

11
New cards

The _____, or expected value, of any discrete random variable X represents the average value of the outcomes

(each observed X value is multiplied by its respective probability)

mean

12
New cards

A __________ random variable is a particular type of discrete random variable with the following characteristics:

→ There is a ______ number of identical trials

→ There are only ___ possible outcomes for each trial. One success (S) and one failure (F).

→ The probability of S remains the _____ from trial to trial (denoted as p)

→The outcomes of the trials are __________

binomial

fixed

two

same

independent

13
New cards

When working in a binomial setting, the number of successes X out of n trial has a binomial distribution with parameters n and p

→ the parameter _ is the total number of trials

→ the parameter _ is the probability of a success on any one observation (the possible values of X are the whole numbers from 0 to n | the choice of what we call a success is ______)

n

p

arbitrary

14
New cards

In order to work with binomial random variables, we must first define the _______ _______ which is the number of ways we can choose k objects from a total of n objects

binomial coefficient

15
New cards

we usually think of the ________ ________ as the number of ways we can arrange k successes among n observations

binomial coefficient

16
New cards

x! is called

x factorial

17
New cards

( n ) =

  k

n!/k!(n-k)!

18
New cards

x! = 1 × 2 × 3 x . . . x ___

x

19
New cards

2! =

1 × 2 = 2

20
New cards

(7 - 3)! =

4! = 1 × 2 × 3 × 4 = 24

21
New cards

0! =

1

22
New cards

Consider 5 letters (A, B, C, D, E). How many different combinations of 3 letters can we choose?

( 5 ) = 5!/3!(5-3)!

3

<p>( 5 )   =   5!/3!(5-3)!</p><p>  3</p>
23
New cards

How to calculate binomial coefficient on calculator?

top number input

press nCr

bottom number input

ENTER

24
New cards

( n ) can be denoted as…

k

Ckn or nCk or nCk

25
New cards

A __________ ________ ________ (pdf) is any mathematical relationship between each possible value and the probability of that value

→ the pdf for a binomial random variable is:

______________________________________

where n= # of trials, x = # of successes, and p = is the probability of success

knowt flashcard image
26
New cards

Shorthand to denote a binomial random variable: X~Bin(n, p), where n = # of trials and p = the probability of a success on any one trial

→ X~Bin(10, 0.5) signifies that X is a binomial random variable with n = _ trials and p = __ probability of success on any one trial

10

0.5

27
New cards
term image
knowt flashcard image
28
New cards

Since there are a fixed number of trials n, when you are interested in the probability of x successes, the number of failures is automatically determined to be __ - __

→ The probability of success is the same for each of the x successes, and the probability of failure is the same for each of the __ - __ failures

n (# of fixed trials) - x (number of specific number of successes in n trials)

29
New cards

Since all the n trials are __________, the probability of the intersection of any single combination of events is simply the product of their corresponding probabilities

→ However, there are more than just the one way to choose which trials are successes and which are failures . . . “n chooses x” different ways

independent

30
New cards

The complement of getting at least one item of a particular type is you get __ items of that type

no