Description Usage Arguments Details Value Author(s) See Also
View source: R/nhppSpikeConstWindow.R
Randomly spike the smoothed control rate of an NHPP according to the parameters, with constant window width.
1 2  | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.