Statistical Distributions Flashcards

1
Q

What is a discrete random variable?

A

A variable that can take a certain number of different values with different probabilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a probability distribution?

A

A table showing all the possible values a discrete random variable can take and the probability that it takes them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How is a discrete random variable represented?

A

Usually as an upper case letter such as X.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How are the particular values of X represented?

A

With a lower case version of the letter such as x.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a probability function?

A

A formula that generates the probability of X taking the value x or every possible x.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How is a probability function written?

A

P(X=x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the sum of all possible values that a discrete random variable can take?

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a uniform distribution?

A

A random variable where every possible value of X is equally likely.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the cumulative distribution function?

A

A function that gives the probability that X will be less than or equal to a particular value of x.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How is the cumulative distribution function written?

A

F(x) or P(X <= x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you find F(x) for a given value of x?

A

Add up all the probabilities of X less than or equal to x.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you work out the number of ways that n objects where x are identical can be arranged?

A

n!/x!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you work out the number of ways that n objects can be arranged where there are only two types of objects; x of one type and (n-x) of the other?

A

n!/(x!(n - x)!)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the binomial coefficient?

A

n!/(x!(n - x)!) or nCr

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What do you use the binomial coefficient to work out?

A

The number of ways to arrange x successes and (n - x) failures for a trial that can result in either success of failure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the five conditions that need to be satisfied for a random variable X to follow a binomial distribution?

A
  1. There is a fixed number (n) of trials.
  2. Each trial involves either ‘success’ or ‘failure’.
  3. All the trials are independent.
  4. The probability of ‘success’ (p) is the same in each trial.
  5. The variable is the total number of successes in the n trials.
17
Q

How do you write that X follows a binomial distribution?

A

X~B(n, p), where n is the number of trials and p is the probability of success.

18
Q

What is the probability function of X if it follows a binomial distribution?

A

For X~B(n, p):

P(X = x) = nCx * p^x * (1 - p)^(n - x) for x = 0, 1, 2, …, n.

19
Q

What is the mean expected value of a random variable?

A

The value you’d expect x to take on average: If X~B(n, p), then Mean or expected value E(X) = n * p