powered by
Draw the intensity for a homogeneous Poisson process
drawHPPIntensity( hpp = NULL, events, int_title = "Homogeneous Poisson Process", start = 0, end = max(events), color = "red", plot_events = TRUE, fit = FALSE, add = FALSE, verbose = FALSE )
object for homogeneous Poisson process
event times input
the plot title
start of events
end of events
a specification for the default plotting color.
a boolean indicating whether input events will be plotted
a boolean indicating whether to fit a hpp or use the passed object
whether to add the hpp intensity to an existing plot
whether to output informative messages as running
no return value, intensity plot of homogeneous Poisson process
# NOT RUN { pois_y <- pp_hpp(lambda = 1) drawHPPIntensity(pois_y, events = pp_simulate(pois_y, end = 10)) # }
Run the code above in your browser using DataLab