-
Notifications
You must be signed in to change notification settings - Fork 0
Stats binomial
github-actions[bot] edited this page Sep 23, 2026
·
1 revision
Development build. This page describes
main, not a released package. The latest published Lodestar.Stats is 0.4.0 — read its documentation.
Home › Stats › Hypothesis tests
The binomial test: is this proportion of successes consistent with a stated one?
The exact counterpart of what ChiSquare.GoodnessOfFit answers
asymptotically over two categories. Exact means the p-value is a sum of binomial probabilities
rather than a chi-squared approximation of one, so it is right at any number of trials — which is
the point, because the approximation is worst exactly where a proportion is most often tested: few
trials, or a probability near zero or one.
| Member | What it does |
|---|---|
Binomial.Test |
Tests a count of successes against a stated probability. |