Learn R Programming

DOBAD (version 1.0.6)

add.uncond.mean.one: ENplus, ENminus, Eholdtime, unconditional on ending state.

Description

ENplus, ENminus, Eholdtime, unconditional on ending state. i.e. sum over j of Eij(Nplus), etc. Expected number of total jumps up/down/holdtime over the given interval, conditional on starting state.

Usage

add.uncond.mean.one(t, X0, lambda, mu, nu, delta = 0.001, r = 4)
rem.uncond.mean.one(t, X0, lambda, mu, nu, delta = 0.001, r = 4)
hold.uncond.mean.one(t, X0, lambda, mu, nu, delta = 0.001, r = 4)

Arguments

t

time

X0

starting state

lambda

birth rate

mu

death rate

nu

immigration rate

delta

paramter for derivative.

r

parameter for derivative.

Value

Each return a numeric.

Details

Uses generating functions.