Description Usage Arguments Value Examples
simulate_NHPP_next_event computes the next-event time given the current state at t.
1 2  | simulate_NHPP_next_event(t_now, t_intervention, sum_beta, epsilon, omega,
  b1, t_max)
 | 
t_now, t_intervention, t_max | 
 current time, the introduction of the control and the final observation time (usually fixed) respectively espressed in days.  | 
sum_beta, epsilon | 
 total risk from infected premisses and the primary infection rate respectively.  | 
omega,  | 
 introduses the effect of seasonality in the infection rate.  | 
It returns the next-event time in the non-homogeneous poisson process.
1  | simulate_NHPP_next_event(2,50,0.08,0.2,0.3,300)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.