Skip to content

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 main says now. A link to a decision or a migration page follows main, and leaves the archive.

Home › Hypothesis 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