TSrepr (version 1.0.4)

norm_min_max: Min-Max normalisation

Description

The norm_min_max normalises time series by min-max method.

Usage

norm_min_max(x)

Arguments

x

the numeric vector (time series)

Value

the numeric vector of normalised values

See Also

norm_z

Examples

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

# }

Run the code above in your browser using DataCamp Workspace