EWMA_stream_jumpdetect: 'EWMA' change detection for a stream in R with

View source: R/originalRcode.R

EWMA_stream_jumpdetectR Documentation

'EWMA' change detection for a stream in R with

Description

Original implementation in R of 'EWMA' change detector, now with documentation.

Usage

EWMA_stream_jumpdetect(stream, BL, params)

Arguments

stream

The stream of observations.

BL

The burn-in length, used to estimate the mean and variance.

params

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.

Value

A vector of estimated changepoints.


ffstream documentation built on May 31, 2023, 7:53 p.m.