TSrepr (version 1.0.4)

norm_min_max_list: Min-Max normalization list

Description

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

Usage

norm_min_max_list(x)

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

See Also

norm_z_list

Examples

Run this code
# NOT RUN {
norm_min_max_list(rnorm(50))

# }

Run the code above in your browser using DataLab