ptspec(SAPP)
ptspec()所属R语言包:SAPP
The Periodogram of Point Process Data
点过程数据的周期图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Provide the periodogram of point process data with the significant band (0.90, 0.95 and 0.99) of the maximum power in searching a cyclic component, for stationary Poisson Process.
提供与显着的波段(0.90,0.95和0.99),在搜索的环状组分的最大功率点的过程数据的周期图,平稳泊松过程。
用法----------Usage----------
ptspec( data, nfre, prdmin, prd, nsmooth=1, pprd, interval, plot=TRUE )
参数----------Arguments----------
参数:data
data of events.
的事件的数据。
参数:nfre
number of sampling frequencies of spectra.
数量的采样频率的光谱。
参数:prdmin
the minimum periodicity of the sampling.
的最低采样周期。
参数:prd
a periodicity for calculating the Rayleigh probability.
用于计算的瑞利概率的周期性。
参数:nsmooth
number for smoothing of periodgram.
数平滑的periodgram。
参数:pprd
particular periodicities to be investigated among others.
特别是周期性进行调查等等。
参数:interval
length of observed time interval of events.
观察到的事件的时间间隔的长度。
参数:plot
logical. If TRUE (default) the periodogram is plotted.
逻辑。如果是TRUE(默认),周期图的绘制。
值----------Value----------
参数:f
frequency.
频率。
参数:db
D.B.
D.B.
参数:power
power.
功率。
参数:rayleigh.prob
the probability of Rayleigh.
瑞利的概率。
参数:distance
= sqrt(rwx^2+rwy^2).
=sqrt(rwx^2+rwy^2)。
参数:phase
phase.
阶段。
参考文献----------References----------
TIMSAC84: STATISTICAL ANALYSIS OF SERIES OF EVENTS (TIMSAC84-SASE) VERSION 2. The Institute of Statistical Mathematics.
实例----------Examples----------
data(Brastings) # The Occurrence Times Data of 627 Brastings[出现次数数据的627 Brastings]
ptspec( Brastings, 1000, 0.5, 1.0,, c(2.0, 1.0, 0.5), 4600 )
data(PoissonData) # to see the contrasting difference[形成鲜明对照的差异]
ptspec( PoissonData, 1000, 0.5, 1.0,, c(2.0, 1.0, 0.5), 5000 )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|