학술논문

nhppp: Simulating Nonhomogeneous Poisson Point Processes in R
Document Type
Working Paper
Source
Subject
Statistics - Computation
Statistics - Methodology
Language
Abstract
We introduce the `nhppp' package for simulating events from one-dimensional non-homogeneous Poisson point processes (NHPPPs) in R fast and with a small memory footprint. We developed it to facilitate the sampling of event times in discrete event and statistical simulations. The package's functions are based on three algorithms that provably sample from a target NHPPP: the time-transformation of a homogeneous Poisson process (of intensity one) via the inverse of the integrated intensity function; the generation of a Poisson number of order statistics from a fixed density function; and the thinning of a majorizing NHPPP via an acceptance-rejection scheme. We present a study of numerical accuracy and time performance of the algorithms. We illustrate use with simple reproducible examples.
Comment: 32 pages, 7 figures, 6 tables, 8 algorithms