Lexp: L matrix as function of parameters

Description Usage Arguments

View source: R/means_variances.R

Description

L matrix as function of parameters

Usage

1
Lexp(birth = parms$birth, death = parms$death, tran = parms$tran, parms)

Arguments

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

The 'L' matrix is a lower triangular matrix that provides the linear portion of expectation at time $t$ into expectation at time $t+1$


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