Tests for homogeneity of seasonal trends using method proposed by van Belle and Hughes (1984).
的季节性趋势,面包车百丽和Hughes(1984)提出的使用方法:均匀性试验。
用法----------Usage----------
trendHomog(x)
参数----------Arguments----------
参数:x
A vector time series.
一个向量时间序列。
值----------Value----------
参数:chisq.trend
"Trend" chi-square.
“趋势”卡方。
参数:chisq.homog
"Homogeneous" chi-square.
“同质化”卡方。
参数:p.value
For null hypothesis that trends are homogeneous.
零假设,即趋势是同质的。
参考文献----------References----------
参见----------See Also----------
seaKen
seaKen
实例----------Examples----------
## Apply to a monthly vector time series to test homogeneity [#适用于每月向量时间序列进行测试同质化]
## of seasonal trends.[#季节性趋势。]
x <- sfbayChla[, 's27']
trendHomog(x)