rcOU(sde)
rcOU()所属R语言包:sde
Ornstein-Uhlenbeck or Vasicek process conditional law
奥恩斯坦乌伦贝克或瓦塞克工艺条件的法律
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Density, distribution function, quantile function, and random generation for the conditional law X(t+Dt) | X(t)=x0 of the Ornstein-Uhlenbeck process,
密度,分布函数,分位数函数,随机生成的条件的法律X(t+Dt) | X(t)=x0Ornstein-Uhlenbeck过程,
用法----------Usage----------
dcOU(x, Dt, x0, theta, log = FALSE)
pcOU(x, Dt, x0, theta, lower.tail = TRUE, log.p = FALSE)
qcOU(p, Dt, x0, theta, lower.tail = TRUE, log.p = FALSE)
rcOU(n=1, Dt, x0, theta)
参数----------Arguments----------
参数:x
vector of quantiles.
向量的位数。
参数:p
vector of probabilities.
向量的概率。
参数:Dt
lag or time.
滞后时间。
参数:x0
the value of the process at time t; see details.
值的过程在时间t;见详情。
参数:theta
parameter of the Ornstein-Uhlenbeck process; see details.
Ornstein-Uhlenbeck过程的参数,查看详细信息。
参数:n
number of random numbers to generate from the conditional distribution.
数的随机数来生成从条件分布。
参数:log, log.p
logical; if TRUE, probabilities p are given as log(p).
逻辑;如果是TRUE,概率p是log(p)。
参数:lower.tail
logical; if TRUE (default), probabilities are P[X <= x]; otherwise P[X > x].
逻辑TRUE(默认),概率是:P[X <= x],否则P[X > x]。
Details
详细信息----------Details----------
This function returns quantities related to the conditional law of the process solution of
此函数返回的数量有关的条件的处理溶液法
Constraints: theta[2]>0, theta[3]>0.
约束:theta[2]>0, theta[3]>0。
Please note that the process is stationary only if theta[2]>0.
请注意,过程是平稳的,只有theta[2]>0。
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>x</td> <td> a numeric vector</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD>x </ TD> <td>一个数值向量</ TD> </ TR> </ TABLE>
(作者)----------Author(s)----------
Stefano Maria Iacus
参考文献----------References----------
Phys. Rev., 36, 823-841.
Vasicek, O. (1977) An Equilibrium Characterization of the Term
参见----------See Also----------
rsOU
rsOU
实例----------Examples----------
rcOU(n=1, Dt=0.1, x0=1, theta=c(0,2,1))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|