Question:
I'm using a poisson fit; is the residual deviance = $ \chi^{2}$, and residual deviance / residual degrees of freedom = $\chi^{2}_{reduced}$?
Does this method provide a valid tool comparable to a reduced $\chi^{2}$ for goodness of fit?
Context:
This is in relation to a radioactive decay experiment. The data is made up of 50 points, taken at 18 seconds intervals, and are discrete counts. I am looking for a way to test the goodness of fit. I have used Mathematica to plot and fit with Generalised Linear Model with exponential family set to Poisson, fitting $y=Ae^{-\lambda t}$. The graph produced:
The 'Reduced $\chi^{2}$' on this graph is actually 'residual deviance / dof' I just haven't changed the label yet.
However there's another way to process the data also, which involves plotting a histogram of the response locations on the detector, fitting a gaussian on them, then using the area under the peak as the points for the data set, then plot and use NonLinearModel to fit $y=Ae^{-\lambda t}$, and the goodness of fit being $\chi^{2}$ / dof. 
I was wondering how comparable these two methods are for goodness of fit. Can i reasonably compare one to the other directly?
Also, the Mathematica Stack Exchange answer that explained the fit that should be used can be found here
