dde.utils(scaRabee)
dde.utils()所属R语言包:scaRabee
Utility Functions for Delay Differential Equation Systems
延迟微分方程系统的效用函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a collection of utility functions called by dde.model when a model defined by delay differential equations is evaluated. None of these functions is typically called directly by users.
这是一个实用功能的集合称为dde.model延迟微分方程定义的模型进行评估。没有这些功能通常是由用户直接调用。
用法----------Usage----------
dde.syst(t = NULL,
y = NULL,
dde.parms = NULL)
dde.lags(parms = NULL,
derparms = NULL,
codelags = NULL,
check = FALSE)
参数----------Arguments----------
参数:t
A scalar or a vector of numerical time values.
一个标量或矢量的数值的时间值。
参数:y
A vector of system state values.
系统状态值的矢量。
参数:dde.parms
A list of parameters with the following levels:
以下级别的参数列表:
parmsSee below
parmsSee以下
derparmsSee below
derparmsSee以下
lagsA vector of delay parameters, typically returned by dde.lags.
lagsA延迟参数向量,通常返回dde.lags。
codeddeThe content of the R code specified within the $DDE block in the model file.
codeddeThe内容的R $的DDE块中的模型文件内指定的代码。
dosingSee below
dosingSee以下
xdataA vector of times at which the system is being evaluated.
xdataA矢量被评估系统的倍。
covdataA matrix of covariate data extracted from the dataset.
covdataA矩阵的协变量数据从数据集中提取。
scaleA vector of system scale, typically returned by input.scaling
Scalea的向量系统规模,通常返回的input.scaling
timesA vector of times need by dde.switch to determine the system switches
timesA矢量的时候需要dde.switch来确定系统的开关
signalA vector of signals need by dde.switch to determine the system switches
signalA矢量信号需要dde.switch来确定系统的开关
icA vector of initial conditions, typically returned by init
ICA矢量的初始条件,通常的init返回
checkAn indicator whether checks should be performed to validate function inputs
checkAn指标是否应进行检查,以验证输入功能
参数:parms
A vector of primary parameters.
一个向量的主要参数。
参数:derparms
A list of derived parameters, specified in the $DERIVED block of code.
一个派生的参数列表中指定的$衍生的代码块。
参数:codelags
The content of the R code specified within the $LAGS block in the model file.
在$ R代码指定的内容滞后块中的模型文件。
参数:check
An indicator whether checks should be performed to validate function inputs.
检查指标是否应进行,以验证输入功能。
Details
详细信息----------Details----------
dde.syst is the function which actually evaluates the system of delay differential equations specified in the $DDE block.
dde.syst是评估系统在$ DDE块中指定的延迟微分方程的功能。
dde.lags is the function which evaluates the code specified in the $LAG block and defines the delays at which the system needs to be computed.
dde.lags的功能是评估的代码指定的LAG块,定义系统需要计算的延迟。
(作者)----------Author(s)----------
Sebastien Bihorel (<a href="mailto:sb.pmlab@gmail.com">sb.pmlab@gmail.com</a>)
参见----------See Also----------
dde.model, make.dosing
dde.model,make.dosing
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|