View source: R/Time_Series_Distortions.R
AmpShift | R Documentation |
A time series distortion that shift the amplitude range of a time series _S_.
AmpShift(S, beta = 1)
S |
A time series with real values. |
beta |
A constant that is added to all points in the time series. |
$S1(t) = beta + S(t)$
The input time series with the amplitude shift variation imposed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.