normalize: Normalization

Description Usage Arguments Author(s) Examples

View source: R/normalize.R

Description

Normalization of the performance matrix.

Usage

1
normalize(x, method = c("norm", "gauss", "minmax"))

Arguments

x

Matrix with the performances of each alternative at each criterion

method

Character string. Normalization method. Either "norm", "gauss" or "minmax".

Author(s)

Rafael Benítez (rafael.suarez@uv.es). Department of Business Mathematics

Vicente Liern (vicente.liern@uv.es). Department of Business Mathematics

University of Valencia (Spain)

Examples

1
2
x <- matrix(1:16, nrow = 4)
normalize(x)

rbensua/uwTOPSIS documentation built on Sept. 18, 2020, 1:37 a.m.