Band-pass variance(waveslim)
Band-pass variance()所属R语言包:waveslim
Bandpass Variance for Long-Memory Processes
带通滤波器的方差为术语记忆的过程
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the band-pass variance for fractional difference (FD) or seasonal persistent (SP) processes using numeric integration of their spectral density function.
分数差(FD)或季节性的持续性(SP),其谱密度函数的数值积分计算的带通方差。
用法----------Usage----------
bandpass.fdp(a, b, d)
bandpass.spp(a, b, d, fG)
bandpass.spp2(a, b, d1, f1, d2, f2)
bandpass.var.spp(delta, fG, J, Basis, Length)
参数----------Arguments----------
参数:a
Left-hand boundary for the definite integral.
左手定积分的边界。
参数:b
Right-hand boundary for the definite integral.
右手定积分的边界。
参数:d,delta,d1,d2
Fractional difference parameter.
分数差参数。
参数:fG,f1,f2
Gegenbauer frequency.
盖根堡的频率。
参数:J
Depth of the wavelet transform.
深度的小波变换。
参数:Basis
Logical vector representing the adaptive basis.
逻辑向量表示自适应的基础。
参数:Length
Number of elements in Basis.
在基础的元素数。
Details
详细信息----------Details----------
See references.
见参考文献。
值----------Value----------
Band-pass variance for the FD or SP process between a and b.
带通方差为FD或SP之间a和b。
(作者)----------Author(s)----------
Brandon Whitcher
参考文献----------References----------
Wavelet analysis and synthesis of stationary long-memory processes, Journal for Computational and Graphical Statistics, 5, No. 1, 26-56.
Simulating Gaussian stationary processes with unbounded spectra, Journal for Computational and Graphical Statistics, 10, No. 1, 112-134.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|