norm_min_max_list: Min-Max normalization list

Description Usage Arguments Value Author(s) See Also Examples

View source: R/RcppExports.R

Description

The norm_min_max_list normalises time series by min-max method and returns normalization parameters (min and max).

Usage

1

Arguments

x

the numeric vector (time series)

Value

the list composed of:

norm_values

the numeric vector of normalised values of time series

min

the min value

max

the max value

Author(s)

Peter Laurinec, <tsreprpackage@gmail.com>

See Also

norm_z_list

Examples

1

PetoLau/TSrepr documentation built on July 14, 2020, 6:13 p.m.