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

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

[复制链接]
发表于 2012-9-28 21:21:24 | 显示全部楼层 |阅读模式
rsmed(rsdepth)
rsmed()所属R语言包:rsdepth

                                        Bivariate RS median
                                         二元RS位数

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

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

Computes the Ray Shooting median of a bivariate data set.
计算射线拍摄的二元数据集的中位数。


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


rsmed(pt, eps=c(0),...)



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

参数:pt
The data as a matrix, data frame or list. If it is a matrix or data frame, then each row is viewed as one multivariate observation. If it is a list, all components must be numerical vectors of equal length (coordinates of observations). Only 2-dimensional data is acceptable in this version.
一个矩阵,该数据作为数据框或列表。如果它是一个矩阵或数据框,则每一行被视为一个多变量观察。如果它是一个列表,所有组件都必须是相等的长度的数值向量(坐标的观测)。只有2维的数据是可以接受的在这个版本。


参数:eps
eps is an optional parameter used for approximating a median in case of large data sets. It takes valye of a real between 0 and 1 and is by default set to 0 which means no approximation is used if eps is not given.
EPS是一个可选参数,用于大数据集的情况下,中位数接近。需要valye介于0和1之间的一个真正的和是默认设置为0,这意味着没有使用近似如果没有给出每股收益。


参数:...
Reserved for future use.
保留以备将来使用。


Details

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

Finds out the an arbitrary point among the Ray Shooting median set of given point set. Current uses the brute-force algorithm on all O(n^4) possible points  in the arrangment of all possible lines in complete graph on pt. For each point O(n log n) is used to find out depth so overall complexity of this algorithm is O(n^5 log n). When approximation parameter is provided then algorithm tries to approximate by finding median of a uniform sample subset of pt of size 1/eps^2*log(1/eps). If this constant is more than the size of original set then eps value is ignored and exact median is calculate on original point set.
查找出的的射线拍摄中位数组给定的点集之间的任意点。目前使用蛮力算法在所有的O(N ^ 4)可以在所有可能的线布局的完成图pt点。对于每一个点O(nlogn)是用来找出深度,所以该算法的整体复杂性是O(n ^ 5 log n)的。当逼近参数的算法试图找到中位数为统一的样本子集角的大小1/eps的近似^ 2 *log(1/eps)的。如果这个常数比原来设置的大小EPS值将被忽略,准确的中位数计算原始点集。


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

A point in two dimension is returned as a single row two column vector
在二维的形式返回A点单排两列向量


(作者)----------Author(s)----------


Nabil Mustafa, Saurabh Ray, and Mudassir Shabbir.



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



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

rsdepth for depth function
rsdepth深度函数


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


##  RS median of a two-dimensional data set[#RS中位数为一个二维数据组]
set.seed(617)
zz <- matrix(rnorm(120), nc = 2)
rsmed(zz,eps=0.2)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 06:27 , Processed in 0.030021 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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