Student t distribution #
The Student t distribution pdf has no local minimum.
RANDOM VARIABLES #
theorem
howell
{s₁ s₂ n₁ n₂ ν₁ ν₂ : ℝ}
(hs₁ : 0 < s₁)
(hs₂ : 0 < s₂)
(hn₁ : 0 < n₁ - 1)
(hn₂ : 0 < n₂ - 1)
(hνn₁ : ν₁ = n₁ - 1)
(hνn₂ : ν₂ = n₂ - 1)
:
A claim on the bottom of page 67: "We see that when n₁ = n₂, the difference between the Welch df and the conservative df is at most 1" That seems to be wrong.
But the claim at https://stats.stackexchange.com/questions/48636/are-the-degrees-of-freedom-for-welchs-test-always-less-than-the-df-of-the-poole is verified below.
The χ² distribution with 2 degrees of freedom is
the exponential distribution with parameter λ = 2⁻¹.
Equations
- σ i = MeasurableSpace.comap (fun (v : Fin 2 → Bool) => v i) Bool.instMeasurableSpace
Instances For
Equations
- fairCoin = PMF.bernoulli (1 / 2) fairCoin._proof_1
Instances For
Equations
- μ' = MeasureTheory.Measure.pi fun (x : Fin 2) => μ
Instances For
theorem
realIndependenceGENERAL
{n : ℕ}
(m : MeasureTheory.Measure ℝ)
[MeasureTheory.IsProbabilityMeasure m]
:
ProbabilityTheory.iIndepFun (fun (i : Fin n) (v : Fin n → ℝ) => v i) (MeasureTheory.Measure.pi fun (x : Fin n) => m)
August 21, 2025
Existenc eof n independent real variables, e.g.,
m = gaussianReal 0 1.
theorem
realIndependence
(m : MeasureTheory.Measure ℝ)
[MeasureTheory.IsProbabilityMeasure m]
:
ProbabilityTheory.IndepFun (fun (v : Fin 2 → ℝ) => v 0) (fun (v : Fin 2 → ℝ) => v 1)
(MeasureTheory.Measure.pi fun (x : Fin 2) => m)
Using this we can construct the t distribution with 1 df and state its Behrens-Fisher-like property.