An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Screenshot of the app](preview.png)

[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.