ความยากเกิดขึ้นได้อย่างชัดเจนเนื่องจากและYมีการ corellated (ฉันถือว่า( X , Y )เป็น gaussian ร่วมกันเหมือนกับ Aniko) และคุณไม่สามารถสร้างความแตกต่าง (เช่นในคำตอบของ @ svadali) หรืออัตราส่วน (เช่นเดียวกับ Standard Fisher-Snedecor "F-ทดสอบ") เพราะผู้จะมีขึ้นχ 2การจัดจำหน่ายและเพราะคุณไม่ได้รู้ว่าสิ่งที่พึ่งพานี้อยู่ซึ่งทำให้มันยากที่จะได้รับการจัดจำหน่ายภายใต้H 0XY(X,Y)χ2H0
คำตอบของฉันขึ้นอยู่กับสมการ (1) ด้านล่าง เนื่องจากความแตกต่างของความแปรปรวนสามารถแยกตัวประกอบกับความแตกต่างของค่าลักษณะเฉพาะและมุมการหมุนที่แตกต่างกันการทดสอบความเท่าเทียมสามารถปฏิเสธได้ในการทดสอบสองครั้ง ฉันแสดงให้เห็นว่าเป็นไปได้ที่จะใช้การทดสอบ Fisher-Snedecor ร่วมกับการทดสอบความชันเช่นที่แนะนำโดย @shabbychef เนื่องจากคุณสมบัติง่าย ๆ ของเวกเตอร์เกาส์ 2D
i=1,2 (Zi1,…,Zini)λ^2i and true variance λ2i, then it is possible to test if λ1=λ2 using the fact that, under the null,
It uses the fact that
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.