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