You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renewal models are an important class of processes that should be very straightforward to implement. In principle, the PoissonProcess could be transformed into an alias for RenewalModel{Exponential}, although right now I don't think it should.
Renewal models are an important class of processes that should be very straightforward to implement. In principle, the
PoissonProcesscould be transformed into an alias forRenewalModel{Exponential}, although right now I don't think it should.