pp_hpp: Create a homogeneous Poisson process object

View source: R/pp_hpp.R

pp_hppR Documentation

Create a homogeneous Poisson process object

Description

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).

Usage

pp_hpp(lambda, events = NULL)

Arguments

lambda

rate of the Poisson process

events

event times, optional

Value

hpp object

Examples

pp_hpp(lambda = 1)

OwenWard/ppdiag documentation built on Feb. 19, 2023, 11:34 a.m.