Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore alternatives to simple probability change threshold #12

Open
danwahl opened this issue Aug 13, 2022 · 0 comments
Open

Explore alternatives to simple probability change threshold #12

danwahl opened this issue Aug 13, 2022 · 0 comments
Assignees

Comments

@danwahl
Copy link
Owner

danwahl commented Aug 13, 2022

Intuitively, it seems like it should be "harder" for markets to move to the limits of (0 or 1 ) than the middle (0.5). It might be possible to formalize this.

  • Something very simple, like "it's equally surprising for a market to move 50% towards the limit in either direction."
  • If numForecast(er)s is known for a given market, it could be modeled like a beta distribution, and some sort of hypothesis testing could be used to figure out how (un)likely an observed change is
    • However, many platforms don't provide numForecast(er)s, so at best this would have to be approximate
  • There might be a way to Bayesian inference and conjugate priors to accomplish something similar?
  • Maybe what we actually care about is information gain, e.g. Kullback–Leibler divergence or the Kolmogorov–Smirnov test?
  • Something else entirely?

The above intuition may be wrong too, depending on something like what distribution new forecasts are sampled from.

@danwahl danwahl self-assigned this Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant