Description Usage Arguments Details Value Examples
scale_to scales multivariate time series to specific means and standard deviations
1  | 
y | 
 multivariate time series to be scales  | 
mu_sd | 
 tibble with three columns: variable, mean, sd  | 
dirty_scale | 
 logical, if TRUE then the series is assumed having mean = 0 and sd = 1, and is just multiplied by sd and augmented by mean.  | 
The function scales multivariate time series to specific means and standard deviations. If mu_sd tibble is not specified then times series are scaled to zero mean and unit standard deviation.
scaled mutlivatiate time series
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.