RadialP2D_2PC(Sim.DiffProc)
RadialP2D_2PC()所属R语言包:Sim.DiffProc
Two-Dimensional Attractive Model in Polar Coordinates Model(S >= 2,Sigma)
二维吸引力的模式,在极坐标模型(S> = 2,Sigma公司)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simulation 2-dimensional attractive model (S >= 2) in polar coordinates.
仿真2维的有吸引力的模式(S> = 2),在极坐标系。
用法----------Usage----------
RadialP2D_2PC(N, R0, t0, T, ThetaMax, K, s, sigma, output = FALSE)
参数----------Arguments----------
参数:N
size of process.
大小的处理。
参数:R0
initial valueR0 > 0 at time t0.
初始值R0 > 0在时间t0。
参数:t0
initial time.
初始时间。
参数:T
final time.
最后的时间。
参数:ThetaMax
polar coordinates, example ThetaMax = 2*pi.
极坐标,例如ThetaMax = 2*pi。
参数:K
constant K > 0.
不变的K > 0。
参数:s
constant s >= 2.
不变的s >= 2。
参数:sigma
constant sigma > 0.
不变的sigma > 0。
参数:output
if Output = TRUE write a Output to an Excel (.csv).
如果Output = TRUE写的Output到Excel(CSV)。
Details
详细信息----------Details----------
see details RadialP2D_1PC, and for more detail consulted References.
详情请参阅RadialP2D_1PC,更详细的咨询References。
值----------Value----------
data.frame(time,R(t),theta(t)) and plot of process 2-D in polar coordinates.
数据框(时间,R(t)的θ(t)的)和在极坐标积的过程的2-D。
注意----------Note----------
2*K > Sigma^2.
2*K > Sigma^2。
(作者)----------Author(s)----------
Boukhetala Kamal, Guidoum Arsalane.
参考文献----------References----------
K.Boukhetala, Kernel density of the exit time in a simulated diffusion, les Annales Maghrebines De L ingenieur, Vol , 12, N Hors Serie. Novembre 1998, Tome II, pp 587-589.
参见----------See Also----------
snssde2D, PredCorr2D, RadialP2D_1PC, RadialP3D_1, tho_M1, fctgeneral, hist_general, Kern_meth.
snssde2D,PredCorr2D,RadialP2D_1PC,RadialP3D_1,tho_M1,fctgeneral,hist_general,Kern_meth。
实例----------Examples----------
RadialP2D_2PC(N=1000, R0=3, t0=0, T=1, ThetaMax=2*pi, K=2, s=2,
sigma=0.2,output = FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|