getTrans.FreqMon: Calculates the four transition probabilities defined under...

Description Usage Arguments Value Examples

View source: R/bsd_package.R

Description

getTrans.FreqMon uses simple closed form expressions to compute transition probabilities available under the Frequent Monitoring assumption, which allows at most one event to occur per observation interval. Computes the four possible transition possibilities for intervals with lengths corresponding to entries in tList

Usage

1
  getTrans.FreqMon(tList, lam, v, mu, initNum)

Arguments

tList

A vector of observation interval lengths

lam

Per-particle birth rate

v

Per-particle shift rate

mu

Per-particle death rate

initNum

Integer, the number of initial particles

Value

A list of 2 \times 2 matrices, each containing the probabilitiy of one birth, one shift, one death, or no event occurring over a corresponding observation interval length from tList

Examples

1
getTrans.FreqMon(c(.5,1,10),.3,.1,.2,10)

jasonxu90/bdsem documentation built on May 18, 2019, 5:54 p.m.