| initCUSUMMeanCD | R Documentation | 
This function makes it simple to initalise a 'CUSUM' object.
initCUSUMMeanCD(k = 0.25, h = 8, BL = 50)
| k | One of the 'CUSUM' control parameters. 
Default value is  | 
| h | One of the 'CUSUM' control parameters. 
Default value is  | 
| BL | The burn-in length to be used with a 'CUSUM' change detector. 
Default value is  | 
A CUSUM mean change detector object.
library(Rcpp)
c1 <- initCUSUMMeanCD()     # initialises with k=0.25, h=8.00, BL=50
c2 <- initCUSUMMeanCD(k=0.5, h=4.00, BL=30)  
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.