Measuring averages (Chi squared)

  • Thread starter Thread starter skiboka33
  • Start date Start date
  • Tags Tags
    Measuring
skiboka33
Messages
59
Reaction score
0
Really confused with this entire section of my course involving chi squared and least square fitting.

I have an assignment question in which 3 measurements of a poisson distributed quantity of counts over a fixed period of time, say N1, N2, N3.The variances associated with these measurements are also N1, N2, N3 respectively. The problem shows two ways of calculating the average. Both involve setting up a Chi Squared function.

The first gives:

K^2 = SUM[((t-Ni)^2)/Ni)] from i=1->3

The 2nd uses the fact that the mean of the poisson dist'n is (N1+N2+N3)/3 which is also equal to the variance. This gives:

(3/N1+N2+N3) * SUM[(t-Ni)^2]from i=1->3

The question asks which would be more appropriate to use to find the average given t is our estimate of true poisson mean. (eg which is more biased? in which direction?)

I know that may have seemed a little confusing, but anything would help, thanks!
 
Physics news on Phys.org
The question asks to investigate the phenomenon of biased and unbiased estimators. Its late and I haven't the inclination to write the equations out, however; a quick read of these concepts should lead to a quick solution. Try it first with a Gaussian distribution with the mean estimators
1/m sum(qi,i,1,n) and 1/(m+1)sum(qi,i,1,n) to see the idea.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top