Hypothesis testing #
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- twoSidedRejectionRegion p threshold = {observed : ℝ | two_sided_pval observed p < threshold}
Instances For
Equations
- power threshold p₀ p = p (twoSidedRejectionRegion p₀ threshold)
Instances For
def
correct_fail_to_reject
(f : ℝ → MeasureTheory.Measure ℝ)
(hypθ realθ observed : ℝ)
(threshold : ENNReal)
:
Equations
- correct_fail_to_reject f hypθ realθ observed threshold = (observed ∉ twoSidedRejectionRegion (f hypθ) threshold ∧ hypθ = realθ)
Instances For
def
correct_reject
(f : ℝ → MeasureTheory.Measure ℝ)
(hypθ realθ observed : ℝ)
(threshold : ENNReal)
:
Equations
- correct_reject f hypθ realθ observed threshold = (observed ∈ twoSidedRejectionRegion (f hypθ) threshold ∧ hypθ ≠ realθ)