pp_hpp | R Documentation |
Create a homogeneous Poisson object according to given parameters: lambda, and events. If events are missing, then it means that data will be added later(simulated from this process).
pp_hpp(lambda, events = NULL)
lambda |
rate of the Poisson process |
events |
event times, optional |
hpp object
pp_hpp(lambda = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.