getPCWDistr {simIDM} | R Documentation |
Piecewise Exponentially Distributed Event Times
Description
This returns event times with a distribution resulting from piece-wise constant hazards using the inversion method.
Usage
getPCWDistr(U, haz, pw, t_0)
Arguments
U |
( |
haz |
( |
pw |
( |
t_0 |
( |
Value
This returns a vector with event times.
Examples
getPCWDistr(U = runif(3), haz = c(1.1, 0.5, 0.4), pw = c(0, 7, 10), t_0 = c(0, 1, 4.2))
[Package simIDM version 0.1.0 Index]