WaveletCoherency(WaveletCo)
WaveletCoherency()所属R语言包:WaveletCo
Wavelet Coherence
小波相干
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function conducts wavelet coherence of two time series
此功能进行小波的两个时间序列的连贯性
用法----------Usage----------
WaveletCoherency(x, y, dt = 10, dj = 1/20, lowerPeriod = 2 * dt, upperPeriod = floor(length(x) * dt/3))
参数----------Arguments----------
参数:x
Time series x
时间序列X
参数:y
Time series y
时间序列y
参数:dt
Sampling resolution on temporal field
时间领域的采样分辨率
参数:dj
Sampling resolution on frequency field
频域采样分辨率
参数:lowerPeriod
Lower period of wavelet decomposition
下期小波分解
参数:upperPeriod
upper period of wavelet decomposition
上期小波分解
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>WCo</td> <td> Wavelet coherence matrix</td></tr> <tr valign="top"><td>Wxy</td> <td> Smoothed Cross Wavelet Spectrum</td></tr> <tr valign="top"><td>WCg</td> <td> Average wavelet coherency</td></tr> <tr valign="top"><td>Period</td> <td> Vector of period obtained based on the vector "scale"</td></tr> <tr valign="top"><td>Scale</td> <td> Vector of the wavelet scale employed during the computation</td></tr> <tr valign="top"><td>nr</td> <td> The row number of the "WCo"</td></tr> <tr valign="top"><td>nc</td> <td> The colomn number of the "WCo"</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> WCo</ TD> <TD>小波相干矩阵</ TD> </ TR> <TR VALIGN =“顶” > <TD> Wxy </ TD> <TD>平滑的交叉小波频谱</ TD> </ TR> <tr valign="top"> <TD> WCg</ TD> <TD平均小波一致性</ TD> </ TR> <tr valign="top"> <TD>Period</ TD> <TD>期向量的基础上得到矢量“规模”</ TD> </ TR> <tr valign="top"> <TD>Scale </ TD> <TD>在计算过程中采用的小波尺度向量</ TD> </ TR> <TR VALIGN =“顶部“> <TD> nr </ TD> <TD>”世界海关组织“的行号</ TD> </ TR> <tr valign="top"> <TD>nc / TD> <TD>的“世界海关组织”的colomn </ TD> </ TR> </ TABLE>
(作者)----------Author(s)----------
Bernard Cazelles, Huidong Tian
参考文献----------References----------
Cazelles, B., M. Chavez, et al. (2008). "Wavelet analysis of ecological time series." Oecologia 156(2): 287-304.
Torrence, C. and G. Compo (1998). "A practical guide to wavelet analysis." B Am Meteorol Soc 79(1): 61-78.
参见----------See Also----------
WaveletTransform
WaveletTransform
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|