draw_sc_loglinear: Special case: Simulate from a non homogeneous Poisson Point...

View source: R/draw_sc_loglinear.R

draw_sc_loglinearR Documentation

Special case: Simulate from a non homogeneous Poisson Point Process (NHPPP) from (t_min, t_max) with log-linear intensity function (inversion method)

Description

Sample NHPPP times from an log linear intensity function using the inversion method, optionally using an rstream generator

Usage

draw_sc_loglinear(intercept, slope, t_min, t_max, atmost1 = FALSE)

Arguments

intercept

(double) the intercept in the exponent

slope

(double) the slope in the exponent

t_min

(double) lower bound of the time interval

t_max

(double) upper bound of the time interval

atmost1

boolean, draw at most 1 event time

Value

a vector of event times (t_); if no events realize, a vector of length 0

Examples

x <- draw_sc_loglinear(intercept = 0, slope = 0.2, t_min = 0, t_max = 10)


nhppp documentation built on Oct. 30, 2024, 9:28 a.m.