Term
| What does a probability distribution describe? |
|
Definition
| the probabilities of all the possible outcomes for a random variable. |
|
|
Term
| Whats the formula for defining the conditional probability of A given B: |
|
Definition
|
|
Term
| What's the formula for calculating the probability that at least one of two events will occur? |
|
Definition
| P(A or B) = P(A) + P(B) - P(AB) |
|
|
Term
| When dealing with independent events the word and indicates... and the word or indicates... |
|
Definition
and indicates multiplication
or indicates addition |
|
|
Term
| What is a frequency distribution? |
|
Definition
| a tabular presentation of statistical data that aids the analysis of large data sets. |
|
|
Term
| What are the steps involved in constructing a frequency distribution? |
|
Definition
- Define the intervals (intervals must be mutually exclusive, an observation can be placed in only one interval)
- Tally the observations
- Count the observations
|
|
|
Term
| How do you calculate relative frequency? |
|
Definition
| = frequency of each return inverval / total number of observations |
|
|
Term
| What's Bayes's formula used for? |
|
Definition
| used for updating a given set of prior probabilities for a given event in response to the arrival of new information. |
|
|
Term
| Give the formula for Bayes theorem: |
|
Definition
| updated probability = (probability of new information for a given even / unconditional probability of new information) * prior prability of event |
|
|
Term
| What are the 2 key properties of a probability function: |
|
Definition
- p(x) is between 0 and 1
- the sum of probabilities for all possible outcome = 1 |
|
|
Term
| Whats the main difference between the pdf and a cdf? |
|
Definition
- a probability density function can be used to generate the probability that outcomes of a continuous distribution lie within a particular range of outcomes.
- a cdf defines the probability that random variable X takes on a value equal to or less than a specific value. |
|
|
Term
| What's a discrete uniform random variable? |
|
Definition
| its one for which the probabilities for all possible outcomes for a discrete variable are equal |
|
|
Term
| What are the key properties of the normal distribution? |
|
Definition
- X is normally distributed with mean μ and variance σ2
- A linear combination of normally distributed random variables is also normally distributed
- The probabilities of outcomes further above and below the mean get smaller and smaller but do not go to 0 (the tails get very thing but extend infinitely)
- It's an example of a cdf where the total area under the curve = 1 |
|
|
Term
| Whats a univariate distribution? |
|
Definition
| the distribution of a single random variable |
|
|
Term
| What's a multivariate distribution? |
|
Definition
specifies the probabilities associated with a group of random variables and is meaningful only when the behaviour of each random variable in the group is in some way dependent upon the behaviour of the others.
Multivariate distributions between two discrete random variables are described using joint probability tables. |
|
|
Term
| What marginal probability of an event? |
|
Definition
it's the unconditional probability of that even.
i.e. with multivariate distributions, the marginal probability of x is the same of all probability values of x (i.e. not conditional on the value of y). |
|
|
Term
| Whats the formula for defining the conditional probability function of Y given X? |
|
Definition
| f(y given x) = f(x,y) / f(x) |
|
|