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)
A vector of estimated changepoints.
The stream of observations.
The burn-in length - this won't actually be used, but is kept for historical reasons.
A list of parameters for the 'EWMA' algorithm. Consists of
r
A control parameter which controls the rate of downweighting.
L
A control parameter which determines the width of the control limits.
The prechange mean, which is assumed known in this context
The prechange standard deviation, which is assumed known in this context