TSrepr (version 1.0.4)

norm_min_max_params: Min-Max normalisation with parameters

Description

The norm_min_max_params normalises time series by min-max method with defined parameters.

Usage

norm_min_max_params(x, min, max)

Arguments

x

the numeric vector (time series)

min

the numeric value

max

the numeric value

Value

the numeric vector of normalised values

See Also

norm_z_params

Examples

Run this code
# NOT RUN {
norm_min_max_params(rnorm(50), 0, 1)

# }

Run the code above in your browser using DataCamp Workspace