nhppSimulate(seqCBS)
nhppSimulate()所属R语言包:seqCBS
Simulate a non-homogeneous Poisson Process
模拟非齐次泊松过程。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function simulates an NHPP by blocked thinning
此功能模拟受阻细化的NHPP
用法----------Usage----------
nhppSimulate(smoothRates)
参数----------Arguments----------
参数:smoothRates
A list containing x and y, which are the mid-points of the window and the smoothed number of events in this window
列表包含x和y,其中窗口的中点和平滑在此窗口中的事件数
Details
详细信息----------Details----------
The list component y of the argument represents the smoothed number of events in the window, namely, they represent the window rate
在窗口中的事件列表分量Y的说法表示平滑的数量,即他们所代表的窗口率
值----------Value----------
Returns a vector of events of a realization of the NHPP
返回的向量事件的一个实现的NHPP
(作者)----------Author(s)----------
Jeremy J. Shen
参见----------See Also----------
nhppRateEstimate, nhppSpike
nhppRateEstimate,nhppSpike
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|