View source: R/originalRcodePrechange.R
| EWMA_stream_jumpdetect_prechange | R Documentation | 
Original implementation in R of 'EWMA' change detector, but now expecting the prechange mean and variance to be specified.
EWMA_stream_jumpdetect_prechange(stream, BL, params, mu0, sigma0)
| stream | The stream of observations. | 
| BL | The burn-in length - this won't actually be used, but is kept for historical reasons. | 
| params | A list of parameters for the 'EWMA' algorithm. Consists of 
 | 
| mu0 | The prechange mean, which is assumed known in this context | 
| sigma0 | The prechange standard deviation, which is assumed known in this context | 
A vector of estimated changepoints.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.