Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on What story and two-digit Natural Numbers best fit Bayes' Theorem chart?

Post

What story and two-digit Natural Numbers best fit Bayes' Theorem chart?

+0
−2

To complete the table below most comfortably for teenagers,

  1. what are the simplest stories?

  2. what natural numbers $\le 99$ contrast the base rate fallacy the most? Please don't repeat a number.

I'm trying to improve on this question that uses two-digits just $\le 20$, because

  1. the Bayes table can be further contrasted using small with bigger ($\ge 20$) natural numbers. I don't know why Joseph O'Rourke stopped at 20, when he's using two digits anyways.

  2. Two-digit natural numbers don't fit the common story of letting D be a disease and $H_0$ be a negative (diagnostic) test result. You need natural numbers in the thousands to contrast the huge number of false positives with the teeny number of true positives. What $H_0, D$ are more intuitive? Green denotes true positive and negative, red false positive and negative.

$\begin{array}{r|cc|c} \text{Number of occurrences}&D &\lnot D &\text{Total}\\ \hline H_a &\color{green}{\Pr(D)\Pr(+|D)}&\color{red}{\Pr(D^C)\Pr(+|D^C)}&\text{add the 2 left entries}\ H_0 &\color{red}{\Pr(D)\Pr(-|D)}&\color{green}{\Pr(D^C)\Pr(-|D^C)}&\text{add the 2 left entries}\\ \hline \text{Total}&\text{add the 2 above entries}&\text{add the 2 above entries}&\text{two digit natural number} \end{array}$

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (2 comments)
General comments
tommi‭ wrote almost 3 years ago

Does the code support an array here?

Peter Taylor‭ wrote almost 3 years ago

This appears to be exactly the same as your earlier question https://math.codidact.com/posts/280741 , and certainly suffers the same flaw that I raised then in the comments which makes it unanswerable.