Description Usage Arguments Value Examples
Compute maximum likelihood estimator of the rate of a homogeneous Poisson process for the given events.
1 |
events |
vector containing the event times. |
end |
end of observation period, starting from 0 (default is last event) |
a hpp object containing the events and the estimated parameter
1 2 3 | pois_y <- pp_hpp(lambda = 1)
events <- pp_simulate(pois_y, end = 10)
fithpp(events)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.