View source: R/transformation.R
normalise_zscore | R Documentation |
Normalise time series using Zscore normalisation method
normalise_zscore(data, scalingAttr = NULL)
data |
<data.frame> containing serie to normalise |
scalingAttr |
<data.frame> setting average and standard deviation thresholds for each variable. Column names: column names specified in data argument; Row names: mean, sd. |
<list> containing two keys: "values" and "scalingAttr". The former consists on a <data.frame> or an <array> with the normalised values, depending the class of data argument. The latter consists on the scaling attributes used for normalisation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.