Poisson distribution on a simulated (SSA) data set

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
tolove
Messages
164
Reaction score
1
I've been asked to fit the histogram with a Poisson distribution as part of a mostly independent learning thing. The data was produced through a stochastic simulation.

Can someone get me started on how I would go about finding the expected distribution?

If you need additional information, or if you would like to see the code (python), please ask.

x6xrhFs.png


Thanks for your time!
 
Physics news on Phys.org
If your data is coming from time-series observations, then perhaps a more important question is *should* you be fitting the data directly to a distribution?
 
bpet said:
If your data is coming from time-series observations, then perhaps a more important question is *should* you be fitting the data directly to a distribution?

That's what I'm thinking, but I was specifically asked to set a Poisson distribution to this. So there must be a way that the propensities can be used to find a prediction. Or at least a close approximation for long times.

I don't know how to go about this, though.
 
tolove said:
That's what I'm thinking, but I was specifically asked to set a Poisson distribution to this. So there must be a way that the propensities can be used to find a prediction. Or at least a close approximation for long times.

I don't know how to go about this, though.

The mean of the sample approximates the λ parameter of the Poisson distribution. That defines the Poisson distribution. My guess is λ ~ 8.