scale_t | R Documentation |
Scale a univariate time series between lower bound a and upper bound b. Used for generating t for a simulation study.
scale_t(ts, a = 0.01, b = 2)
ts |
A univariate time series. |
a |
Lower bound of time series, default is 0.01. |
b |
Upper bound of time series, default is 2. |
Returns the scaled time series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.