resid.median(RSAGA)
resid.median()所属R语言包:RSAGA
Residual Median and Quantile Filters for Grids
剩余的中位数和分位数过滤器的网格
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions use the median and other quantiles to describe the difference between a grid value and its neighborhood.
这些函数使用的中位数和其他分位数之间的网格值及其邻近区域差来形容。
用法----------Usage----------
resid.median(x)
resid.minmedmax(x)
resid.quartiles(x)
resid.quantile(x, probs)
参数----------Arguments----------
参数:x
a square matrix with the grid data from the moving window, possibly containing NA values
一个方阵,从所述移动窗口的网格数据,可能含有NA值
参数:probs
numeric vector of probabilities in [0,1] to be passed to quantile
数字矢量的概率在[0,1]要传递给quantile
Details
详细信息----------Details----------
These functions are designed for being called by focal.function, which repeatedly passes the contents of a square or circular moving window to these functions.
这些功能设计的被称为focal.function,一正方形或圆形移动窗口的内容,一次又一次地通过这些功能。
The resid.median function rests the value of the central grid cell from the median of the whole moving window. Thus, in terms of topography, a positive residual median indicates that this grid cell stands out compared to its surroundings. resid.quantile gives more flexibility
resid.median函数依赖中央网格单元的值的从整个移动窗口的中位数。因此,在地形方面,积极剩余的中位数表示,该网格单元格中脱颖而出相比,它的周围。 resid.quantile提供了更多的灵活性
值----------Value----------
If x is provided, a numeric vector of length 1 (resid.median), 3 (resid.minmedmax and resid.quartiles), or length(probs) (resid.quantile).
如果x提供,长度为1的一个数值向量(resid.median),3(resid.minmedmax和resid.quartiles),或length(probs)(resid.quantile )。
If x is missing, a character vector of same length giving suggested variable (or file) names, such as "rmed". See focal.function
x如果丢失,建议变量的长度相同的字符向量(或文件)的名称,如"rmed"。见focal.function
(作者)----------Author(s)----------
Alexander Brenning
参见----------See Also----------
focal.function, quantile,
focal.function,quantile,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|