Chi square test help needed



Hi everyone,

I have a confusion about the Chi square test as to what the
denominator in the formula means. I am trying to assess if my data
fits the Poisson distribution and I have the following set of values
for observed and expected values:

observed expected
6 7.44
5 4.97
9 5.47
2 5.15
13 11.34

Now the formula says that the chi-square is:

sum (observed - expected)^2 / (sigma)^2

Now, in case of Poisson distribution, what is this sigma? is it the
standard deviation or the error the measurement error.

So, is the sigma = standard deviation on observed data / sqrt(N) in
this case (N = 5).

Thanks for any help you can give me.

Luc
.



Relevant Pages

  • Re: Is there a possibility to have more than one ZERO vector in a space!?
    ... The metric space (S, sigma). ... sigma is the standard deviation of the observations. ... Form a right triangle from the first two observations from s1. ... To the end of the sum, add the third vector in the ...
    (sci.math)
  • Re: Gaussian Noise Generation
    ... subtracting the mean and dividing by the standard deviation. ... is your collection of random samples and each sample has mean M and ... sigma * sqrt ... you can use a linear filter (i.e. a boxcar ...
    (comp.dsp)
  • Re: An unbiased estimator of mu^2
    ... > a BIASED estimator of the population standard deviation ... s-squared is the unbiased estimate of the ... > the population standard deviation sigma? ...
    (sci.stat.math)
  • Re: a random number obeying Gaussian + within a range
    ... Here is a function generating truncated Gaussin with correct standard deviation: ... % Generate a random vector of length n; truncated Gaussian Distribution X ... % Search for "sigmac" such that the truncated Gaussian having sigmac in ... % the formula in the pdf procides a standard deviation equal to sigma ...
    (comp.soft-sys.matlab)