2.3 Flashcards

1
Q

What is a parameter?

A

The values that define a random variable’s probability distribution.

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

What is the parameter for exponential probability distribution?

A

Beta which is 1/lambda and is the shape or scale parameter.

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

What is the continuous random variable?

A

When the range of values represented by the random variable can be infinite.

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

What is the probability density function?

A

This is the probability distribution of the random variable that creates or defines the density as a function of x curve.

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

What is the probability of an exact value for an exponential distribution probability?

A

The P(X=x) = 0 because we are looking at the area under the curve which represents the probability and in order to have an area there needs to be space between 2 points. We use integrals to find the area under the curve and the area at individual points is also 0.

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

What is an exponential distribution probability?

A

Variables that are represented by this probability distribution are often those that measure the amount of time or distance between events of interest or before an event of interest.

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

What is the memorylessness probability?

A

This is a method of writing a conditional probability that involves exponential distribution in a simplified way.
ie., P(X>a I X>b) = P(X>a-b)

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

What is normal probability distribution?

A

This is another type of a continuous random variable where we look at normal distribution when the exact distribution value is unknown.

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

What are the parameters of the normal distribution?

A

The mean of the normal distribution and the standard deviation of the normal distribution.

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

What is similar between exponential and normal random variable calculations?

A

That both calculations involve left or right tails not exact values.

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

What is the R function for calculating normal functions?

A

pnorm (x, mean, SD)

Backwards: qnorm (x, mean, SD)

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

What is standard normal distribution?

A

The goal is to make probability calculations easier and use in confidence interval estimation and hypothesis testing.

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

What is the standardized score or z-score?

A

This score expresses how many standard deviations x is from mean.

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