La difficoltà arriva chiaramente perché X e Y sono incoronati (suppongo ( X, Y) è congiuntamente gaussiano, come Aniko) e non si può fare la differenza (come nella risposta di @ svadali) o un rapporto (come nel "test F" di Fisher-Snedecor standard) perché quelli sarebbero dipendenti χ2 distribuzione, e poiché non sai quale sia questa dipendenza che rende difficile derivarne la distribuzione H0.
La mia risposta si basa sull'equazione (1) di seguito. Poiché la differenza di varianza può essere fattorizzata con una differenza di autovalori e una differenza nell'angolo di rotazione, il test di uguaglianza può essere declinato in due test. Mostro che è possibile utilizzare il test Fisher-Snedecor insieme a un test sulla pendenza come quello suggerito da @shabbychef a causa di una semplice proprietà di vettori gaussiani 2D.
Test Fisher-Snedecor:
se peri = 1 , 2 ( Zio1, ... , Zionio) tra variabili casuali gaussiane con varianza empirica imparziale λ^2io e vera varianza λ2io, quindi è possibile verificare se λ1= λ2 usando il fatto che, sotto il nulla,
Usa il fatto che
R=λ^2Xλ^2Y
follows a
Fisher-Snedecor distribution F(n1−1,n2−1)
A simple property of 2D gaussian vector
Let us denote by
R(θ)=[cosθsinθ−sinθcosθ]
It is clear that there exists
λ1,λ2>0 ϵ1,
ϵ2 two independent gaussian
N(0,λ2i) such that
[XY]=R(θ)[ϵ1ϵ2]
and that we have
Var(X)−Var(Y)=(λ21−λ22)(cos2θ−sin2θ)[1]
Testing of Var(X)=Var(Y) can be done through testing if (
λ21=λ22 or θ=π/4mod[π/2])
Conclusion (Answer to the question)
Testing for λ21=λ22 is easely done by using ACP (to decorrelate) and Fisher Scnedecor test. Testing θ=π/4[modπ/2] is done by testing if |β1|=1 in the linear regression Y=β1X+σϵ (I assume Y and X are centered).
Testing wether (λ21=λ22 or θ=π/4[modπ/2]) at level α is done by testing if λ21=λ22 at level α/3 or if |β1|=1 at level α/3.