Relative Content

Tag Archive for pythonmathsimulationmodelingminimization

How to fit outcome of Gillespie model (distribution) to my data?

I am modeling using a Gillespie algorithm, which stochastically simulates a biological process. Since I want to complicate the structure of my model, I do not know whether the resulting distribution of counts of one of the species follows a poissonian distribution. I have experimental data for the distribution of counts and now I want to use some kind of optimization method to get at the rates of my reactions happening (inside the Gillespie model). Normally, you would use the log likelihood to optimize the parameters of a model, but now I do not know the underlying pdf.