Documentation

Hypothesis.Basic

Hypothesis testing #

noncomputable def one_sided_pval (a : ) (p : MeasureTheory.Measure ) :
Equations
  • One or more equations did not get rendered due to their size.
Instances For
    noncomputable def one_sided_pvalPMF (a : ) (p : PMF ) :
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      noncomputable def two_sided_pval' (a : ) (p : MeasureTheory.Measure ) :
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        Equations
        Instances For
          def type1err (f : MeasureTheory.Measure ) (hypθ realθ observed : ) (threshold : ENNReal) :

          Type 1 error when testing H₀ : θ = hypθ Incorrectly reject H₀.

          Equations
          Instances For
            def type2err (f : MeasureTheory.Measure ) (hypθ realθ observed : ) (threshold : ENNReal) :

            Type 2 error: incorrectly fail to reject H₀.

            Equations
            Instances For
              def correct_fail_to_reject (f : MeasureTheory.Measure ) (hypθ realθ observed : ) (threshold : ENNReal) :
              Equations
              Instances For
                def correct_reject (f : MeasureTheory.Measure ) (hypθ realθ observed : ) (threshold : ENNReal) :
                Equations
                Instances For