Jamesflynn1 / pyRBM

A Python framework to build and simulate stochastic rules-based models.
GNU General Public License v3.0
3 stars 0 forks source link

[FEATURE] Add counting processes to debug Laplace Gillespie #53

Closed Jamesflynn1 closed 1 month ago

Jamesflynn1 commented 1 month ago

Is your feature request related to a problem? Please describe. I want to perform initial testing on the Laplace Gillespie algorithm while questions remain on how to integrate it with more complex rules. We want to test it with counting processes with different wait times.

Describe the solution you'd like I want a notebook with a pyRBM model that is a singular counting process. I want to simulate this counting process with different wait time distributions and observe the results.

This issue is blocked by #52.