Probability III Flashcards
What are two types of quantitative data?
Continuous and Discrete.
Define Random Variables
Assumes a numerical value for each outcome of an experiment.
Type of random variable that are whole numbers, obtained by counting and usually finite number of values.
Discrete Random Variable. Discrete Ex. Number of tails in 2 coin tosses. Random Variable X = 0, 1, 2.
Type of random variable that are whole or fractional numbers, obtained by measuring, and be any infinite number of values in an interval.
Continuous Random Variable. Continuous Ex. Weight of a student (e.g., 115, 156.8, etc.)
What are the 5 standards that make a discrete probability model?
- List of all possible [x, p(x)] pairs, where x is the value of random variable (outcome) and p(x) is the probability associated with the value.
- Mutually exclusive (No Overlap)
- Collectively exhaustive (Nothing left out)
- 0 <= p(x) <= 1.
- Σp(x) = 1.
Define the expected value of a probability distribution.
Mean of probability distribution.
Weighted average of all possible values.
µ = E(x) = Σ x • p(x).
Define the variance of a probability distribution.
Weighted average squared deviation about the mean.
σ2 = E[(x - µ)2] = Σ (x - µ)2 • p(x).
We usually slice up all the possible values into bins and then count the number of cases that fall into each bin. The bins, together with these counts, give the ____________ of the quantative variable and provide the building blocks for the display of the ___________, called a ________. By representing the counts as bars and plotting them against the bin values, the ________ displays the _________ at a glance.
distribution, distribution, histogram, histogram, distribution.
Bernoulli Trials.
The Bernoulli Trials is a single performance of a well-defined experiment which Bernouli formatted to answer questions in a specific setup. It is used to build a wide variety of useful probability models.
The setup is
- There are only two possible outcomes (called success and failure).
- The probability of success, denoted p(x), is the same on every trial.
- The trials are independent.
Note : A wide variety of probabilistic models, (Geometric, Binomial, Poisson, …… ), follow this setup; each one just answers a different question.
This discrete probability distribution model uses Bernoulli trials to answer questions involving the interest in the number of successes (X) in a specified number of trials. What type of probability is this?
Binomial probability.
It takes two parameters to define this _______ model: the number of trials, n and the probability of success, p. We denote this model _________.
Binomial, Binom(n,p).
This model was derived to approximate the Binomial model when the probability of a success, p, is very small and the number of trials, n, is very large.
Poisson model.
Describe a discrete probability distribution function.
- Type of Model
* Representation of Some Underlying phenomenon. - Mathematical Formula
- Represents Discrete Random Variable.
- Used to Get Probabilities for each X value.
Binomial Distribution Characteristics
(These are only confined to the Binomial Probabilistic Model). T/F?
Mean = ?
Standard Deviation = ?
True.
µ = np.
σ = [np(1 - p)]½
Give the Binomial Probability Distribution Function.
P(X=x) = nCx •p<em>x </em>•(1 - p)<em>n-x</em>
where nCx = n! / x!(n-x)!