Skip to content

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.

HomeStatsHypothesis tests

Binomial

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.

Members

Member What it does
Binomial.Test Tests a count of successes against a stated probability.

Clone this wiki locally