OneStepBiweightAlgorithm (sscore)
OneStepBiweightAlgorithm ()所属R语言包:sscore
One-step Tukey's biweight
一步Tukey的biweight
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes one-step Tukey's biweight on a vector. Note that this implementation follows the Affymetrix code, which is different from the Tukey's biweight computed by the affy package.
计算一个步骤杜克的biweight,向量。请注意,此执行如下的Affymetrix公司的代码,这是由计算的affy包的杜克的biweight,不同。
用法----------Usage----------
OneStepBiweightAlgorithm(x, c, epsilon)
参数----------Arguments----------
参数:x
vector of data
矢量数据
参数:c
tuning constant (see details)
时间常数(见详情)
参数:epsilon
fuzz value to avoid division by zero (see details)
模糊值,以避免被零除(见详情)
Details
详情----------Details----------
The details can be found in the given reference.
的细节,可以发现在给定的参考。
值----------Value----------
A numeric value
数值
注意----------Note----------
Based on Affymetrix MAS5 Statistical SDK source code http://www.affymetrix.com/Auth/support/developer/stat_sdk/STAT_SDK_source.zip
基于Affymetrix公司MAS5统计SDK源代码http://www.affymetrix.com/Auth/support/developer/stat_sdk/STAT_SDK_source.zip
作者(S)----------Author(s)----------
Richard Kennedy <a href="mailto:rkennedy@vcu.edu">rkennedy@vcu.edu</a>
参考文献----------References----------
Inc., Santa Clara, CA, whitepaper. http://www.affymetrix.com/support/technical/whitepapers/sadd_whitepaper.pdf
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|