spec.taper(stats)
spec.taper()所属R语言包:stats
Taper a Time Series by a Cosine Bell
锥度由余弦钟的时间序列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Apply a cosine-bell taper to a time series.
应用余弦铃锥度一个时间序列。
用法----------Usage----------
spec.taper(x, p = 0.1)
参数----------Arguments----------
参数:x
A univariate or multivariate time series
一元或多元时间序列
参数:p
The proportion to be tapered at each end of the series, either a scalar (giving the proportion for all series) or a vector of the length of the number of series (giving the proportion for each series..
比例是锥形的,在每个系列的结尾,一个标量(提供全系列的比例)或向量的长度多个系列,每个系列的比例(..
Details
详情----------Details----------
The cosine-bell taper is applied to the first and last p[i] observations of time series x[, i].
余弦钟锥适用于第一个和最后一个p[i]观测的时间序列x[, i]。
值----------Value----------
A new time series object.
一个新的时间序列对象。
参见----------See Also----------
spec.pgram, cpgram
spec.pgram,cpgram
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|