https://github.com/laszlokorte/hypothesis-test
An interactive visusalization that shows how an optimal binary classifier can be derived from two given hypothesis.
https://github.com/laszlokorte/hypothesis-test
hypothesis-testing statistics
Last synced: 8 months ago
JSON representation
An interactive visusalization that shows how an optimal binary classifier can be derived from two given hypothesis.
- Host: GitHub
- URL: https://github.com/laszlokorte/hypothesis-test
- Owner: laszlokorte
- Created: 2022-01-11T20:08:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T14:00:12.000Z (about 4 years ago)
- Last Synced: 2025-02-17T09:43:32.666Z (over 1 year ago)
- Topics: hypothesis-testing, statistics
- Language: Svelte
- Homepage: https://tools.laszlokorte.de
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[Live Demo](https://static.laszlokorte.de/hypothesis/) | [Short demo video](https://www.youtube.com/watch?v=YDMagPuzIp4)
# Binary Hypothesis Test
The goal is to decide if a given sample x is more likely to originate from one distribution (hypothesis 1) or from another one (hypthesis 2).
It is assumed that both possible distributions are known and that we know the prior probability of any sample to be from the one or the other distribution. For example if the prior is 0.5 in general both distributions are equally likely. If the prior is 0.1 samples from one distribution are assumed to be much more likely than from the other.