0% found this document useful (0 votes)
67 views48 pages

Frequentist Vs Bayesian

Uploaded by

f20212242
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views48 pages

Frequentist Vs Bayesian

Uploaded by

f20212242
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPSX, PDF, TXT or read online on Scribd
You are on page 1/ 48

Foundations of Data Science (CS F320)

Dr. Bharat Richhariya


Assistant Professor, Dept. of CSIS
BITS Pilani BITS Pilani
Pilani Campus
Frequentist vs Bayesian approach to
probability
BITS Pilani
Pilani Campus
Frequentist vs Bayesian approach
• Probability: It is the mathematical framework that describes how
random data is generated.

• Statistics: Given observed data, how to learn some feature(s) of the


underlying probability model that generated the data.

• Probability has a rigorous mathematical framework, statistics is more


akin to art.

• In the sense that there are multiple sensible solutions to the inverse
probability problem, and selecting a solution is subjective.

3
Frequentist vs Bayesian approach

4
Bayes formula

Law of Total Probability:

5
Frequentist vs Bayesian approach

• H is the status of whether a person is sick or


healthy.

• D|H is the probability of a positive test given sick


or healthy status.

• If we know what proportion of individuals in our


populations are sick, then it makes sense to think
of the quantity P(H) as this proportion.

• Then we can compute the probability of H|D


using Bayes’ rule.

6
Frequentist vs Bayesian approach
• What if H refers to a hypothesis? This is where Bayesians and
frequentists diverge.

• Both frequentists and Bayesian are perfectly happy to attach a


probability to the quantity D|H.

• Since Bayesians think it’s valid to the think of the quantity P(H), it
becomes valid to think of the quantity P(H|D) (a.k.a. the
probability of the hypothesis given the data) via application of
Bayes’ rule.

• However, to frequentists, neither the quantities P(H) nor P(H|D)


make any sense, since they believe that the hypothesis is either
true or false without any probability attached to it. Thus,
frequentists only work with the quantity P(D|H).

7
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Sources for some of the material used in these
slides:
• http://web.mit.edu/14.380/www/handouts/lec9lotpbr.pdf
• Slides from Vassilis Athitsos, University of Texas at Arlington.

49

You might also like