View source: R/rob_stabilize.R
rob_stabilize | R Documentation |
Stabilize the center and scale of a timeseries using robust regression of DCT bases on the first and second moments.
rob_stabilize(
x,
center = TRUE,
scale = TRUE,
lmrob_method = "MM",
rescale = TRUE
)
x |
The timeseries to stabilize. |
center, scale |
Center and scale? Default: |
lmrob_method |
The |
rescale |
After stabilizing |
the timeseries with its center and scale stabilized
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.