plot.state-method(schwartz97)
plot.state-method()所属R语言包:schwartz97
Plot Schwartz two-factor trajectories
图施瓦茨两个因素的轨迹
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function plots trajectories of the Schwartz two-factor model including the means and confidence intervals at 99%, 95% and 90% levels.
此函数曲线的施瓦茨双因素模型包括平均值和置信区间为99%,95%和90%水平的轨迹。
用法----------Usage----------
## S4 method for signature 'schwartz2f,missing'
plot(x, n = 100, time = 2, dt = 1/52)
参数----------Arguments----------
参数:x
A schwartz2f-object.
Aschwartz2f对象。
参数:n
Number of trajectories.
的轨迹数。
参数:time
Time span of the simulation.
时间跨度的模拟。
参数:dt
Time step.
时间步长。
(作者)----------Author(s)----------
David Luethi
参见----------See Also----------
schwartz2f constructor.
schwartz2f的构造函数。
实例----------Examples----------
object <- schwartz2f(s0 = 1, mu = 0.1, sigmaS = 0.2,
delta0 = 0, kappa = 2, alpha = 0.05, sigmaE = 0.1,
rho = 0.5)
plot(object, n = 50, time = 2, dt = 1/52)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|