找回密码
 注册
查看: 909|回复: 0

R语言 wq包 mannKen()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 23:06:15 | 显示全部楼层 |阅读模式
mannKen(wq)
mannKen()所属R语言包:wq

                                        Mann-Kendall test and the Sen slope
                                         Mann-Kendall检验和森坡

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Applies Kendall's tau test for the significance of a monotonic time series trend (Mann 1945). Also calculates the Sen slope as an estimate of this trend.
适用于Kendall的tau测试的意义单调的时间序列趋势(曼1945年)。此外,还计算的森坡作为这一趋势的估计。


用法----------Usage----------


mannKen(x, plot = FALSE, type = c("slope", "pct", "tau"), order = FALSE)



参数----------Arguments----------

参数:x
A time series vector or matrix.  
时间序列向量或矩阵。


参数:plot
Should the trends be plotted when x is of class "mts"?  
如果绘制的趋势,当x是“MTS”之类的吗?


参数:type
Type of trend to be plotted  
类型的趋势要绘制


参数:order
Should the plotted trends be ordered by size?  
如果绘制的发展趋势进行排序的大小?


Details

详细信息----------Details----------

The Sen slope (alternately, Theil or Theil-Sen slope)—the median slope joining all pairs of observations—is expressed both by quantity per unit time and percent of the mean quantity per unit time. The fraction of missing slopes involving the first and last fifths of the data are provided so that the appropriateness of the slope estimate can be assessed and results flagged. Other results are used for further analysis by other functions.
森坡(交替,泰尔或泰尔森的斜率)的加入对观测的平均坡度表示的数量每单位时间和单位时间内的平均量的百分之。失踪涉及五分之二的数据的第一个和最后一个的斜坡的馏分,使得所提供的合适的斜率估计可以评估和结果标记。其他结果用于进一步的分析由其它函数。

If plot = TRUE, then either the Sen slope, the Sen slope as a percent of the mean, or Kendall's tau are plotted, along with an indication of p-value and fraction of missing slopes joining the first and last fifths of the data. Only the last two types make sense when the variables in x have different units.
plot = TRUE如果,然后森坡,森坡的百分比的平均值,或Kendall的tau策划,沿指示的p值和分数失踪斜坡加入的第一个和最后一个五分之二的数据。 x有不同的单位中的变量时,只有最后两种意义的。


值----------Value----------

A list with the following members:
具有下列成员列表:


参数:sen.slope
Sen slope.
森坡。


参数:sen.slope.pct
Sen slope as percent of mean.
森%的平均斜率。


参数:p.value
Significance of slope.
对斜坡的意义。


参数:S
Kendall's S.
Kendall的S。


参数:varS
Variance of S.
方差S.


参数:miss
Fraction of missing slopes connecting first and last fifths of x.
分数失踪斜坡连接五分之二的第一个和最后一个x。


注意----------Note----------

The varS calculation is based on kensen in the <acronym>USGS</acronym> library for <acronym>S-PLUS</acronym> (Slack et al. 2003).
varS计算基于上kensen中的<acronym>USGS </首字母缩写>库<acronym> S-PLUS 2003年</首字母缩写(臂等。) 。


参考文献----------References----------




参见----------See Also----------

seaKen, seasonTrend, tsSub
seaKen,seasonTrend,tsSub


实例----------Examples----------


tsp(Nile)  # an annual time series[每年一次系列]
mannKen(Nile)

y <- sfbayChla
y1 &lt;- tsSub(y, seas = c(1:7, 9:11))  # Aug and Dec often missing[月和12月经常丢失]
y2 <- aggregate(y1, 1, mean, na.rm=FALSE)
mannKen(y)
mannKen(y, plot=TRUE)
mannKen(y, plot=TRUE, type='pct')
mannKen(y, plot=TRUE, type='tau', order=TRUE)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 20:27 , Processed in 0.029335 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表