Fitting Poisson Distribution to Data: Need Help!

Click For Summary
SUMMARY

The discussion focuses on fitting a Poisson distribution to a dataset representing counts of radioactive decay recorded 500 times. The user calculated the mean and variance to be 67.1 but encountered errors when applying this value in the Poisson formula. The correct approach involves calculating the mean using the formula (39x0 + 106x1 + 130x2 + ... + 1x9)/500, which yields a mean of approximately 2. The user seeks clarification on the calculation and application of the Poisson distribution.

PREREQUISITES
  • Understanding of Poisson distribution and its properties
  • Basic statistical concepts including mean and variance
  • Familiarity with probability formulas
  • Experience with data analysis tools such as R or Python for statistical computation
NEXT STEPS
  • Learn how to implement Poisson distribution fitting in R using the 'fitdistrplus' package
  • Explore Python's 'scipy.stats.poisson' for fitting and analyzing Poisson distributions
  • Study the method of moments for estimating parameters in probability distributions
  • Investigate common pitfalls in statistical calculations to avoid errors in data analysis
USEFUL FOR

Statisticians, data analysts, researchers in fields involving count data, and anyone interested in applying Poisson distribution to real-world datasets.

timmyc
Messages
2
Reaction score
0
I need to fit a Poisson distribution to this set of data (no. of counts of radioactive decay)

The number of counts in a fixed time interval was recorded 500 times.

With the number of counts going from 0 - 9 respectively

39
106
130
100
67
34
15
7
1
1

I understand how to use the formula in simple probability situations but am a little stuck with this one.

I know the mean = the variance and worked that out to be 67.1 but when using this in the formlua I calculated explodes (shows math error).

Can someone help me please?
 
Physics news on Phys.org
How did you get 67.1? Off hand (without doing the arithmetic) the mean looks like it should be around 2+.

(39x0 + 106x1 + 130x2 + ... + 1x9)/500
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
4
Views
2K
Replies
28
Views
4K
  • · Replies 37 ·
2
Replies
37
Views
5K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K