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

R语言 waveslim包 my.acf()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 17:07:13 | 显示全部楼层 |阅读模式
my.acf(waveslim)
my.acf()所属R语言包:waveslim

                                        Autocovariance Functions via the Discrete Fourier Transform
                                         通过离散傅立叶变换的自相关函数

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

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

Computes the autocovariance function (ACF) for a time series or the cross-covariance function (CCF) between two time series.
计算的时间序列或两个时间序列之间的互协方差函数(CCF)的自相关函数(ACF)。


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


my.ccf(a, b)



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

参数:x,a,b
time series
时间序列


Details

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

The series is zero padded to twice its length before the discrete Fourier transform is applied.  Only the values corresponding to nonnegative lags are provided (for the ACF).
该系列是零填充到其长度的两倍的离散傅立叶变换被应用于之前。仅对应于非负滞后的值中所提供(ACF的)。


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

The autocovariance function for all nonnegative lags or the cross-covariance function for all lags.
所有非负滞后或互协方差函数的所有滞后的自相关函数。


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


B. Whitcher



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


data(ibm)
ibm.returns <- diff(log(ibm))
plot(1:length(ibm.returns) - 1, my.acf(ibm.returns), type="h",
     xlab="lag", ylab="ACVS", main="Autocovariance Sequence for IBM Returns")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 18:36 , Processed in 0.022479 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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