this post was submitted on 22 Jun 2023
19 points (95.2% liked)
Asklemmy
43751 readers
1194 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'll abstract the problem a tiny bit:
So the output table for all your choices would be:
Alternative 4 supersedes 1 and 2, so the only real choice is between 3 (pick B) or 4 (pick A+B).
You should pick A+B if a + nka > (1-p)ka. This is a bit messy, so let's say that the odds of a false positive are the same as the odds of a false negative; that is, n=p. So we can simplify the inequation into
In OP's example, k=1000, so n > (1000-1)/(2*1000) โ n > 999/2000 โ n > 49.95%.
So you should always pick B. And additionally, pick A if the odds that the machine is wrong are higher than 49.95%; otherwise just B.
Note that 49.95% is really close to 50% (a coin toss), so we're actually dealing with a machine that can actually predict the future somewhat reliably, n should be way lower, so you're probably better off picking B and ignoring A.
Damn dude.