third(season)
third()所属R语言包:season
Third-order moment
第三阶矩
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Estimated third order moment for a time series.
预计第三阶矩的时间序列。
用法----------Usage----------
third(data, n.lag, centre=TRUE, outmax=TRUE, plot=TRUE)
参数----------Arguments----------
参数:data
a vector of equally spaced numeric observations (time series).
等距隔开的数字观测(时间序列)的向量。
参数:n.lag
the number of lags, maximum = length of time series.
的滞后阶数,最大=时间序列长度。
参数:centre
centre series by subtracting mean (default=TRUE).
中心系列减去平均(默认值= TRUE)。
参数:outmax
display the (x,y) lag co-ordinates for the maximum and minimum values (default=TRUE).
显示(的x,y)的滞后的最大值和最小值的值(缺省值= TRUE)的坐标。
参数:plot
wireframe plot of the third order moment (default=TRUE).
第三阶矩的的线框图的(默认值= TRUE)。
Details
详细信息----------Details----------
The third-order moment is the extension of the second-order moment (essentially the autocovariance). The equation for the third order moment at lags (j,k) is: n^{-1}∑ X_t X_{t+j} X_{t+k}.
第三阶矩二阶矩(主要是自协方差)的扩展。在滞后3阶矩(J,K)的计算公式为:n^{-1}∑ X_t X_{t+j} X_{t+k}。
值----------Value----------
参数:waxis
The axis –n.lag to n.lag.
轴 - n.lag到n.lag。
参数:third
The estimated third order moment in the range –n.lag to n.lag, including the symmetries.
预计第三阶矩的范围内n.lag的n.lag,包括对称性。
(作者)----------Author(s)----------
Adrian Barnett <a href="mailto:a.barnett<at>qut.edu.au">a.barnett<at>qut.edu.au</a>
实例----------Examples----------
data(CVD)
third(CVD$cvd,n.lag=12)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|