找回密码
 注册
查看: 358|回复: 0

R语言 Sim.DiffProc包 Appdcon()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 02:17:03 | 显示全部楼层 |阅读模式
Appdcon(Sim.DiffProc)
Appdcon()所属R语言包:Sim.DiffProc

                                         Approximated Conditional Law a Diffusion Process
                                         一个扩散过程,近似的条件“

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Approximated Conditional densities for X(t)|X(t0)=X0 of a diffusion process.
近似的条件密度为X(t)|X(t0)=X0的扩散过程。


用法----------Usage----------


Appdcon(x, t, x0, t0, drift, diff, Output = FALSE,
         Methods = c("Euler", "Shoji-Ozaki", "Kessler"), ...)



参数----------Arguments----------

参数:x
vector of quantiles.  
向量的位数。


参数:t
calcul at time t, or evolution in vector times.  
演算的时间t,或演变矢量次等。


参数:x0
initial value of the process at time t0.  
初始值的过程中,在时间t0。


参数:t0
initial time.  
初始时间。


参数:drift
drift coefficient: an expression of two variables t and x.  
漂移:表达两个变量t和x。


参数:diff
diffusion coefficient: an expression of two variables t and x.  
扩散系数:表达两个变量t和x。


参数:Output
if Output = TRUE write a Output to an Excel (.csv).  
如果Output = TRUE写的Output到Excel(CSV)。


参数:Methods
Approximated methods,see details.  
近似方法,see details。


参数:...

Details

详细信息----------Details----------

This function returns the value of the conditional density of X(t)|X(t0)=X0 at point x.
这个函数返回值的条件密度X(t)|X(t0)=X0在点x。


值----------Value----------

data.frame(time,f(x(t)|x0)) at final time, and plot of evolution conditional Law.
数据框(时间,F(X(T)X0))在最后的时间,和图的演变条件“。


(作者)----------Author(s)----------



Boukhetala Kamal, Guidoum Arsalane.




实例----------Examples----------



## Euler methods[#Euler方法]
f <- expression(1*(1-x))
g <- expression(0.3)
Appdcon(x=seq(0,3,by=0.01), t = 2 , x0 = 1,t0=0, drift=f, diff=g)
## Kessler s'methods[#凯斯勒smethods]
f <- expression(1*(3-x))
g <- expression(x)
Appdcon(x=seq(0,5,by=0.01), t = seq(0,0.5,by=0.001) ,
        x0 = 1,t0=0, drift=f, diff=g,Methods="Kessler")

## Shoji-Ozaki methods[#商事尾崎方法]
f <- expression(4*x)
g <- expression(0.3*x)
Appdcon(x=seq(0,3,by=0.01), t = seq(0,1.5,by=0.010) ,
         x0 = 1,t0=0, drift=f, diff=g,Methods="Shoji-Ozaki")

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-5-23 06:17 , Processed in 0.020446 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表