Probability and Risk: Flashcards

1
Q

What is introduced due to the complexity of living systems?

A
  • Variability

- Uncertainty

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

Why is it that risk is not always measured accurately?

A

Assessments of risk is bias- something that we are more familiar with appears to pose less threat and something less so appears to pose more.

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

What is the difference between risk and probability?

A

Risk is the probability of something undesirable happening

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

What is probability?

A

The proportion of times a particular outcome will occur from a large number of independent trials

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

Why is the sample size so important when considering probability?

A

The proportion of times something happens will only accurately reflect the probability if there is a large number of independent trials

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

What is the definition of the probability in relation to a single event?

A

The likelihood of getting a particular outcome from a single event

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

What is probability denoted by?

A

𝑝

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

What is the scale of probability?

A

0-1

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

What does it mean if the probability of something happening is 0?

A

The event is will not happen, it is impossible

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

What does it mean if the probability of an event happening is 1?

A

The event is going to happen, it is certain

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

What does it mean that each trial/event is independent?

A

The outcome of one event/trial is doesn’t affect the probability of another

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

When finding the probability of one or more independent events happening, what do you do with the probabilities?

A

Add them together

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

What is 𝑝(A U B) equal to?

A

𝑝(A) + 𝑝(B)

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

When is the equation 𝑝(A U B) = 𝑝(A) + 𝑝(B) valid?

A

When the A and B are mutually exclusive (where A and B represent outcomes)

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

What does it mean that two events are mutually exclusive?

A

They cannot happen at the same time

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

What do all mutually exclusive outcomes add up to?

A

1

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

What is 1 - 𝑝(A U B) equal to?

A

𝑝(A U B)’

Probability of every mutually exclusive outcome but A and B

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

What are probability distributions?

A

Graphical representations of theoretical probability of each outcome

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

What is the independent and dependent variable between outcome and probability of outcome?

A

The possible outcomes is the independent variable and the probability of each outcome is the dependent variable

20
Q

Which axis do the dependent and independent variable go?

A

The independent variable goes on the x-axis and the dependent variable goes on the y-axis

21
Q

The area covered by the outcomes we are interested in within a probability distribution should be proportionate to what?

A

The probability of the outcome(s)

22
Q

What is 𝑝(A n B) equal to?

A

𝑝(A) x 𝑝(B)

23
Q

Under what condition is 𝑝(A) n 𝑝(B) = 𝑝(A n B)?

A

When the outcomes A and B are independent

24
Q

What is the difference between probability and frequency distribution?

A

Probability distributions refer to the theoretical probability of each outcome, whereas the frequency distribution refers to the observed frequency of each outcome (the experimental results)

25
Q

What can we do that will make the frequency distribution more similar to the probability distribution?

A

Increase sample size

26
Q

What is a binomial distribution?

A

A distribution involving only 2 different outcomes

27
Q

How can binomial distribution be used with probabilities involving more than 2 outcomes?

A

Group together all the possible outcomes into a fail or success category- where either category contains more than one outcome

28
Q

What can binomial distribution be used to calculate?

A
  • Predict probability of success from a single experiment

- Predict the proportion of success from many repetitions

29
Q

How is binomial distribution calculated?

A

Probability of X number of successes in n number of trials

30
Q

𝑝(success) + 𝑝(failure)is equal to what?

A

1

31
Q

What denotes the probability of success?

A

p

32
Q

What denotes the probability of failure?

A

q

33
Q

Under what conditions does binomial probability work?

A
  • Each trial is independent
  • Each trial has the same probability of success and failure
  • There is a large enough, fixed sample size (n> 50)
  • There are only two possible outcomes (success + failure)
34
Q

List the parameters used in binomial calculations:

A
  • X = number of successes
  • size = number of trials
  • prob = probability of success in each trial
  • n = number of repeats
  • p = probability of overall outcome

-

35
Q

What is the difference between number of trials and number of repeats?

A

Number of trials is the number of times an experiment is repeated to find the number of outcomes. Number of repeats is the number of time is trial is repeated

36
Q

List the functions needed to carry out distributions and probability in R:

A
  • Binomial
    dbinom (x , size= , prob= )
  • Cumulative probability
    pbinom (x , Size = , prob = )
  • Normal distribution
    pnorm( X, mean = , sd = )
37
Q

What is the R function dbiom(X, size= , prob= ) used for?

A

Finding the probability density at each point

38
Q

When is the cumulative probability function used?

A

When we want to calculate the probability of getting a range of outcomes

39
Q

What does the function pbinom( X, size = , prob = ) calculate?

A

The cumulative probability density up to and including the stated number of success (X)

40
Q

What happens when you take discrete data, make a probability distribution and keep increasing the number of trials?

A

A normal distribution is formed

41
Q

What kind of distribution do continuous variables make?

A

Normal distribution

42
Q

How was normal distribution used in the past?

A

As an approximation for the binomial distribution

43
Q

How do you work out the probability of any particular outcome or range of outcomes once you know the probability distribution?

A

By finding the area under the curve

44
Q

List the parameters of Normal distribution:

A
  • Mean (μ)

- Standard deviation (σ)

45
Q

What does the function pnorm(X, mean = , sd = ) carry out?

A

The cumulative probability density

46
Q

How do you work out what size group is required to be sure that two events are happening at the same time with cumulative binomial distributions?

A

By plotting the probability against number of outcomes