แบบจำลองทางสถิติมาตรฐานที่เป็นรากฐานของการวิเคราะห์ตารางฉุกเฉินคือสมมติว่า (ไม่มีเงื่อนไขในการนับทั้งหมด) จำนวนเซลล์เป็นตัวแปรสุ่มปัวซองที่เป็นอิสระ ดังนั้นหากคุณมีตารางฉุกเฉินn×mแบบจำลองทางสถิติที่ใช้เป็นพื้นฐานสำหรับการวิเคราะห์ทำให้แต่ละเซลล์นับได้ว่ามีการแจกแจงแบบไม่มีเงื่อนไข:
Xi,j ~ Pois(μi,j)
E(Xi,j)=V(Xi,j)=μi,j
STD(Xi,j)≡Xi,j−E(Xi,j)V(Xi,j)−−−−−−√=Xi,j−μi,jμi,j−−−√
So, what you're seeing in the formula you are enquiring about, is the standardised cell count, under the assumption that the cell counts have an (unconditional) Poisson distribution.
From here it is common to test independence of the row and column variable in the data, and in this case you can use a test statistic that looks at the sum-of-squares of the above values (which is equivalent to the squared-norm of the vector of standardised values). The chi-squared test provides a p-value for this kind of test based on a large-sample approximation to the null distribution of the test statistic. It is usually applied in cases where none of the sell counts are too small.
stdres
สำหรับส่วนที่เหลือมาตรฐาน