peri(season)
peri()所属R语言包:season
Periodogram
周期图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Estimated periodogram using the fast Fourier transform (fft).
估计周期图,使用快速傅立叶变换(fft)。
用法----------Usage----------
peri(data,adjmean=TRUE,plot=TRUE)
参数----------Arguments----------
参数:data
a data frame.
一个数据框。
参数:adjmean
subtract the mean from the series before calculating the periodogram (default=TRUE).
从之前的系列减去平均计算周期图(默认值= TRUE)。
参数:plot
plot the estimated periodogram (default=TRUE).
绘制的估计周期图(默认值= TRUE)。
值----------Value----------
参数:peri
periodogram, I(ω).
周期图,I(ω)。
参数:f
frequencies in radians, ω.
频率的弧度,ω。
参数:c
frequencies in cycles of time, 2π/ω.
频率的时间周期,2π/ω。
参数:amp
amplitude periodogram.
振幅周期图。
参数:phase
phase periodogram.
逐步周期图。
(作者)----------Author(s)----------
Adrian Barnett <a href="mailto:a.barnett<at>qut.edu.au">a.barnett<at>qut.edu.au</a>
实例----------Examples----------
data(CVD)
peri(CVD$cvd)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|