normalise {normalr}R Documentation

Apply normalisation on a numeric vector using a specific Lambda value

Description

Apply normalisation on a numeric vector using a specific Lambda value

Usage

normalise(x, lambda = 3)

Arguments

x

a numeric vector to be normalised.

lambda

a numeric vector from the boxcox function

Value

a numeric vector

Examples

x <- c(1, 5, 9, 9, 9, 9, 10, 10, 10, 11, 11, 12)
normalise(x, lambda = 3)

[Package normalr version 1.0.0 Index]