ssa.etl.diag(GillespieSSA)
ssa.etl.diag()所属R语言包:GillespieSSA
Explicit tau-leap method (ETL) for nu-diagonalized systems
显式头跨越核角化系统的方法(ETL)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Explicit tau-leap method for nu-diagonalized systems.
显式头跨越核角化系统的方法。
用法----------Usage----------
ssa.etl.diag(a,nu_tile,tau)
参数----------Arguments----------
参数:a
vector of evaluated propensity functions.
矢量评估的倾向功能。
参数:nu_tile
state-change matrix.
状态变化矩阵。
参数:tau
tau-leap.
tau蛋白的飞跃。
Details
详细信息----------Details----------
Performs one time step using the Explicit tau-leap method. It is usually called from within ssa, but can be invoked directly, see ssa.etl for Examples.
执行一个时间步长,使用显式的tau蛋白的飞跃方法。它通常被称为从内ssa,但可以直接调用,请参阅ssa.etl为例。
值----------Value----------
A list with two elements, 1) the time leap (tau) and 2) the realized state change vector (nu_j).
列表有两个要素:1)时间飞跃(tau)和2)实现的状态变化矢量(nu_j)。
参见----------See Also----------
ssa.etl,
ssa.etl,
实例----------Examples----------
## Not intended to be invoked stand alone[#不打算要调用独立]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|