Original implementation in R of 'EWMA' change detector, now with documentation.
EWMA_stream_jumpdetect(stream, BL, params)
A vector of estimated changepoints.
The stream of observations.
The burn-in length, used to estimate the mean and variance.
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.