birth_death_Q: Populate a transition rate matrix for a Birth-Death process...

View source: R/bdQmat.R

birth_death_QR Documentation

Populate a transition rate matrix for a Birth-Death process given birth and death rates

Description

For convenience to populate transition rate matrices for common CTMC models.

Usage

birth_death_Q(lambda, mu, m)

Arguments

lambda

birth rate

mu

death rate

m

maximum number of population i.e. carrying capacity or in other contexts maximum number of states

Value

matrix


shill1729/markovChains documentation built on April 24, 2022, 11:50 a.m.