NNS.rescale: NNS rescale

NNS.rescaleR Documentation

NNS rescale

Description

Rescale min-max scaling output between two numbers.

Usage

NNS.rescale(x, a, b)

Arguments

x

vector of data.

a

numeric; lower limit.

b

numeric; upper limit.

Value

Returns a rescaled distribution within provided limits.

Author(s)

Fred Viole, OVVO Financial Systems

Examples

## Not run: 
set.seed(123)
x <- rnorm(100)
NNS.rescale(x, 5, 10)

## End(Not run)

NNS documentation built on Nov. 28, 2023, 1:10 a.m.