icm(Rwave)
icm()所属R语言包:Rwave
Ridge Estimation by ICM Method
的岭估计由ICM方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Estimate a (single) ridge from a time-frequency representation, using the ICM minimization method.
估计(单)脊从时频表示,使用ICM最小化方法。
用法----------Usage----------
icm(modulus, guess, tfspec=numeric(dim(modulus)[2]), subrate=1,
mu=1, lambda=2 * mu, iteration=100)
参数----------Arguments----------
参数:modulus
Time-Frequency representation (real valued).
时频表示(实际值)。
参数:guess
Initial guess for the algorithm.
该算法的初始猜测。
参数:tfspec
Estimate for the contribution of the noise to modulus.
估计噪声,模量的贡献。
参数:subrate
Subsampling rate for ridge estimation.
欠采样率岭估计。
参数:mu
Coefficient of the ridge's second derivative in cost function.
脊成本函数的二阶导数在系数。
参数:lambda
Coefficient of the ridge's derivative in cost function.
脊在成本函数的导数的系数。
参数:iteration
Maximal number of moves. </table>
最大的动作。 </ TABLE>
Details
详细信息----------Details----------
To accelerate convergence, it is useful to preprocess modulus before running annealing method. Such a preprocessing (smoothing and subsampling of modulus) is implemented in icm. The parameter subrate specifies the subsampling rate.
要加速收敛,这是非常有用的预处理弹性模量,然后再运行退火方法。在icm(平滑和二次取样的模量)来实现这样的预处理。参数的子速率指定的二次取样率。
值----------Value----------
Returns the estimated ridge and the cost function.
返回的估计的脊和成本功能。
参数:ridge
1D array (of same length as the signal) containing the ridge.
1D阵列(作为信号相同的长度),其中包含脊。
参数:cost
1D array containing the cost function. </table>
一维数组,其中包含的成本函数。 </ TABLE>
参考文献----------References----------
参见----------See Also----------
corona, coronoid, and snake, snakoid.
corona,coronoid和snake,snakoid。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|