-
Notifications
You must be signed in to change notification settings - Fork 0
Stats 0.5.0 binomial
github-actions[bot] edited this page Sep 24, 2026
·
1 revision
Lodestar.Stats 0.5.0. This page is frozen at that release. Read the current documentation for what
mainsays now. A link to a decision or a migration page followsmain, and leaves the archive.
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. |