imdeath(smfsb)
imdeath()所属R语言包:smfsb
Simulate a sample path from the homogeneous immigration-death process
模拟均匀移民死亡过程的样本路径。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function simulates a single realisation from a time-homogeneous immigration-death process.
此功能模拟的是单实现从一个时齐的移民死亡的过程。
用法----------Usage----------
imdeath(n=20,x0=0,lambda=1,mu=0.1)
参数----------Arguments----------
参数:n
The number of states to be sampled from the process, not including the initial state, x0
国家的数量进行采样的过程中,不包括初始状态,x0
参数:x0
The initial state of the process, which defaults to zero.
初始状态的过程中,默认为0。
参数:lambda
The rate at which new individual immigrate into the population. Defaults to 1.
新的个体的速率人口移民到。默认为1。
参数:mu
The rate at which individuals within the population die, independently of all other individuals. Defaults to 0.1.
个人在人口死亡的速率,独立于所有其他个人。默认设置为0.1。
值----------Value----------
An R stepfun object containing the sampled path of the process.
Rstepfun对象包含样本路径的过程。
参见----------See Also----------
rcfmc, rdiff,
rcfmc,rdiff,
实例----------Examples----------
plot(imdeath(50))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|