Topic 5 - Continuous Random Variables Flashcards

1
Q

What is a continuous random variable

A
  • ## A variable that can take any value in an interval
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why are probability distribution functions irrelevant for c.r.v and what do we use instead

A
  • For c.r.v the probability of taking a specific value is 0
  • Therefore we use probability density functions for c.r.v
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the properties of a probability density function

A
  • f(x) > 0 for all x
  • The whole area under the curve is equal to 1
  • The probability that X is between two values is the area under the curve between those two values
  • The cumulative distribution function F(x0) is the area under the probability density function from min x to x0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can we calculate P(a < X < b)

A
  • P(a < X < b) = F(b) - F(a)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the difference in cumulative distribution functions for discrete and continuous r.v

A
  • Discrete CDF rise in jumps
  • Continuous CDF rise smoothly
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the uniform distribution

A
  • A probability distribution that has equal probabilities for all possible outcomes of the random variable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is E(X) and Var(X) of a uniform distribution

A
  • E(X) = a + b /2
  • Var(X) = (b-a)^2 / 12
  • Where values lie in the interval a <= x <= b
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the central limit theorm

A
  • States that under very weak assumptions, the sum of a large number of independent and identically distributed random variables has an approximate Normal Distribution, regardless of the distribution of the individual r.v.s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the 5 characteristics of the normal distribution

A
  • Bell shaped and symetrical
  • Mean, mode and median are equal
  • Location is determined by the mean
  • Spread is determined by S.D
  • Has a theoretical infinite range
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does changes in S.D influence how the normal distribution looks

A
  • Larger values in S.D will result in wider, flatter curves
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the probability density function for a normal distribution

A
  • f(x) = (1/sqrt 2 * pi * Var(X)) * e^-(x-mu)^2 / 2 * Var(X)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the properties of the standardised normal distribution

A
  • Mean = 0, Variance = 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do we turn X ~ N(μ, σ^2) into a standardised version of X

A
  • Z = X - μ / σ
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How is a normal distribution denoted

A
  • X ~ N(μ, σ^2)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Why would we want to convert X into Z for finding probabilites

A
  • Finding probabilites for values of X is very difficult as we are not given probabilites, if we convert to Z we can use the standard normalised table to find probabilites
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

If our value of Z is negative, how do we calculate its probability

A
  • Use the fact that the curve is symetric
  • e.g. P(Z < -2.00) = 1 - P(Z < 2.00)
17
Q

What formula would we use if we were trying to figure out our X value

A
  • X = μ + Zσ
18
Q

When would we use a normal distribution to approximate a binomial

A
  • When n is large and p is around 0.5
  • or when np(1-p) > 9
19
Q

If we are approximating a binomial from a normal how do we calculate Z

A
  • Z = X - np / sqrt np(1-p)
20
Q

What is the exponential distribution used to model

A
  • The length of time between two occurances of an event
21
Q

When is a c.r.v T(t>0) said to have an exponential distribution with parameter λ

A
  • If its probability density function is as follows
  • f(t) = λe^-λt for t>0
22
Q

What is the cumulative distribution function for an exponential distribution

A
  • F(t) = P(T < t) = 1 - e^-λt
23
Q

What special property does the exponential distribution have

A
  • The memoryless property that states that an arrival does not affect the probability of waiting time untill the next arrival
  • e.g. if you’ve waited hours for a success, the success isn’t any more likely to come
24
Q

What is the poisson process

A
  • If waiting times between events are independently exponentially distributed with parameter λ, then the number of events in one unit of time has a poisson distribution