norm_min_max_params {TSrepr}R Documentation

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

Author(s)

Peter Laurinec, <tsreprpackage@gmail.com>

See Also

norm_z_params

Examples

norm_min_max_params(rnorm(50), 0, 1)


[Package TSrepr version 1.1.0 Index]