nhppSpikeConstWindow {seqCBS} | R Documentation |
Randomly spike the smoothed control rate of an NHPP according to the parameters, with constant window width.
nhppSpikeConstWindow(smoothRates, nSpike = 25, cptLen = 5, minGain = 1.5, maxGain = 10, minLoss = 0.01, maxLoss = 0.5, pGain = 0.6)
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 |
maxGain |
Maximal Gain relative CN |
minLoss |
Minimal Loss relative CN |
maxLoss |
Maximal Loss relative CN |
pGain |
Proportion of signal regions that are CN gain |
The signal strength are uniformly drawn between the two limits.
spikeMat |
A matrix containing the actual signal spike information |
caseRates |
The rate of the case PP to be simulated after signal spike |
Jeremy J. Shen