estimate.sdev(treethresh)
estimate.sdev()所属R语言包:treethresh
Estimate noise level from wavelet coefficients
估计小波系数的噪音水平
译者:生物统计家园网 机器人LoveR
描述----------Description----------
estimate.sdev estimates by analysing the the wavelet coefficients at the finest level(s) of an wd or imwd object.
estimate.sdev分析的小波系数估计在最好的水平(S)wd或imwd对象。
用法----------Usage----------
estimate.sdev(object, dev=mad)
estimate.sdev.wd(object, dev=mad)
estimate.sdev.imwd(object, dev=mad)
参数----------Arguments----------
参数:object
For extract.coefficients the wd or imwd object for which to estimate the standard error.
对于extract.coefficientsWD或imwd对象,估计的标准误差。
参数:dev
The function used to estimate the standard error. Typical examples are sd, or the more robust mad (default).
该函数用来估计的标准误差。典型的例子是sd,或更强大的mad(默认值)。
参数:...
additional arguments (see above for supported arguments).
额外的参数(见上面的支持的参数)。
值----------Value----------
estimate.sdev returns an estimate of the standard error.
estimate.sdev返回的标准误差的估计。
注意----------Note----------
estimate.dev.wd and estimate.dev.imwd should rarely be directly called by the user. The more user-friendly S3 function estimate.dev will take care of calling the right function.
estimate.dev.wd和estimate.dev.imwd应该很少由用户直接调用。更加人性化的S3功能estimate.dev会照顾调用正确的函数。
For an example of the use of estimate.sdev, see coefficients.
对于使用estimate.sdev的一个例子,请参阅coefficients。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|