normalise_zscore: Z-Normalisation

View source: R/transformation.R

normalise_zscoreR Documentation

Z-Normalisation

Description

Normalise time series using Zscore normalisation method

Usage

normalise_zscore(data, scalingAttr = NULL)

Arguments

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.

Value

<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.


biggproject/biggr documentation built on Oct. 2, 2024, 11:13 p.m.