search for: layard

Displaying 2 results from an estimated 2 matches for "layard".

Did you mean: fayard
2012 Jun 04
1
simulation of modified bartlett's test
...c(rep(1,n1),rep(2,n2),rep(3,n3)) N=60 k=3 v1=var(g1) v2=var(g2) v3=var(g3) #pooled variance A=((n1-1)*v1+(n2-1)*v2+(n3-1)*v3)/(N-k) #calculate B B=((N-k)*(log(A)))-((n1-1)*log(v1)+(n2-1)*log(v2)+(n3-1)*log(v3)) #calculate C C=1+(1/(3*(k-1))*(((1/(n1-1))+(1/(n2-1))+(1/(n3-1)))-(1/(N-k)))) #calculate layard estimator xbar1=mean(g1) xbar2=mean(g2) xbar3=mean(g3) sum1=sum((g1-xbar1)^4) sum2=sum((g2-xbar2)^4) sum3=sum((g3-xbar3)^4) sum4=sum((g1-xbar1)^2) sum5=sum((g2-xbar2)^2) sum6=sum((g3-xbar3)^2) y= (N*(sum1+sum2+sum3))/((sum4+sum5+sum6)^2) #calculate bartlett modified statistic bar2=B/(C*(1/2)*(y-1))...
2005 Sep 18
0
How to test homogeneity of covariance matrices?
...s of specimens. I rather like to explore precisely these harmonics parameters. It is known that Boxs M-test of homogeneity of variance-covariance matrices is oversensitive to heteroscedasticity and to deviation from multivariate normality and that it I not useful (Everitt, 2005 ; Seber, 1984 ; Layard, 1974). I have tried a quick and dirty intuitive comparison between two covariance matrices and I am seeking the opinion of professional statisticians about this stuff. The idea is to compare the two matrices using the absolute value of their difference, then to make a quadratic form using a un...