View source: R/originalRcodePrechange.R
FFF_stream_jumpdetect_prechange | R Documentation |
Original implementation in R of FFF change detector, but now prechange is known
FFF_stream_jumpdetect_prechange(stream, BL, ffparams, mu0, sigma0)
stream |
The stream of observations. |
BL |
The burn-in length - this won't actually be used, but is kept for historical reasons. |
ffparams |
An unnamed list of parameters for the FFF 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.