nhppSpikeConstWindow(seqCBS)
nhppSpikeConstWindow()所属R语言包:seqCBS
Spike NHPP rate with constant window width
穗的NHPP率与固定窗口的宽度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Randomly spike the smoothed control rate of an NHPP according to the parameters, with constant window width.
随机秒杀平滑控制率的NHPP的参数,窗口宽度不变。
用法----------Usage----------
nhppSpikeConstWindow(smoothRates, nSpike = 25, cptLen = 5, minGain = 1.5, maxGain = 10, minLoss = 0.01, maxLoss = 0.5, pGain = 0.6)
参数----------Arguments----------
参数:smoothRates
The smoothed rate estimate of the control process
的控制处理的平滑化率的估计
参数:nSpike
Number of signal spikes
数的尖峰信号
参数:cptLen
Window width of each signal region
窗口宽度的每个信号区域
参数:minGain
Minimal Gain relative CN
最小增益相对CN
参数:maxGain
Maximal Gain relative CN
最大增益相对CN
参数:minLoss
Minimal Loss relative CN
最小的损失相对CN
参数:maxLoss
Maximal Loss relative CN
最大的损失相对CN
参数:pGain
Proportion of signal regions that are CN gain
CN收益比例的信号区,
Details
详细信息----------Details----------
The signal strength are uniformly drawn between the two limits.
信号强度均匀得出两者之间的界限。
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>spikeMat </td> <td> A matrix containing the actual signal spike information</td></tr> <tr valign="top"><td>caseRates </td> <td> The rate of the case PP to be simulated after signal spike</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> spikeMat </ TD> <td>一个矩阵包含实际的信号秒杀信息</ TD> </ TR> <TR VALIGN =“顶”> <TD>caseRates </ TD> <TD>率的情况下,PP是模拟信号后秒杀</ TD> </ TR> </ TABLE>
(作者)----------Author(s)----------
Jeremy J. Shen
参见----------See Also----------
nhppSimulate
nhppSimulate
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|