powered by
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)
rate of the Poisson process
event times, optional
hpp object
# NOT RUN { pp_hpp(lambda = 1) # }
Run the code above in your browser using DataLab