Module Algostream_advanced_models.Distribution

Probability distributions used by Hypothesis_test.

All implementations are coarse — sufficient for the project's ≤ 2-significant-figure p-value contract. PDFs are exact closed-form; CDFs and quantiles use the approximations in Special.

module Normal : sig ... end
module Student_t : sig ... end
module Chi_squared : sig ... end
module F : sig ... end