Crsswav(wavethresh)
Crsswav()所属R语言包:wavethresh
Wrapper to C code version of rsswav
包装为C代码版本的rsswav
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Crsswav is called by WaveletCV which is itself called by threshold.wd to carry out its cross-validation policy.
Crsswav被称为WaveletCVthreshold.wd进行交叉验证政策本身。
用法----------Usage----------
Crsswav(noisy, value = 1, filter.number = 10, family = "DaubLeAsymm",
thresh.type = "hard", ll = 3)
参数----------Arguments----------
参数:noisy
A vector of dyadic (power of two) length that contains the noisy data that you wish to compute the averaged RSS for.
矢(幂)的矢量长度包含噪声的数据,你想计算的平均RSS。
参数:value
The specified threshold.
指定的阈值。
参数:filter.number
This selects the smoothness of wavelet that you want to perform wavelet shrinkage by cross-validation.
这将选择要通过交叉验证进行小波收缩小波的平滑度。
参数:family
specifies the family of wavelets that you want to use. The options are "DaubExPhase" and "DaubLeAsymm".
指定要使用的小波家庭。的选项“DaubExPhase”和“DaubLeAsymm”。
参数:thresh.type
this option specifies the thresholding type which can be "hard" or "soft".
此选项指定的阈值类型,可以是“硬”或“软”。
参数:ll
The primary resolution that you wish to assume. No wavelet coefficients that are on coarser scales than ll will be thresholded.
你愿意承担的主要决议。没有将阈值的小波系数是粗糙的尺度比LL。
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
Same value as for rsswav
rsswav的值相同。
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
rsswav, WaveletCV
rsswav,WaveletCV
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|