cond_k: Conditional expectation and variance in k steps

Description Usage Arguments Value

View source: R/means_variances.R

Description

Conditional expectation and variance in k steps

Usage

1
2
cond_k(k, Y, lambda = parms$lambda, birth = parms$birth,
  death = parms$death, tran = parms$tran, parms, verbose = FALSE)

Arguments

k

number of steps into the future for conditional expectation and variance

Y

vector of cell counts at time t

lambda

autonomous rate of cell formation for first cell type per unit of time

birth

vector for each type of cell with proportions of cells that replicate per unit of time

death

vector for each type of cell with proportions of cells that die per unit of time

tran

vector of length equal to length(Y) -1 with proportions of cells that transform to the next cell type per unit of time

parms

option list with parameters lambda, birth, death and tran

verbose

(default FALSE) print additional output for debugging

Value

conditional expectation at time t+k


gmonette/Tcells2 documentation built on May 17, 2019, 7:25 a.m.