norm.fun: The normalized criteria weight

Description Usage Arguments Value Details Examples

View source: R/group_sensitivity.R

Description

This function allows you to obtain the normalized criteria weight (normalized geometric mean) for one user

Usage

1

Arguments

x

Vector of criteria weight

Value

A vector

Details

For each component r of the vector the normalized weight is obtained by

\bar{w}_r = \frac{w_r}{∑_{q=1}^n w_q}

where n is the total number of criteria

Examples

1
2
w <- c(.7,.2,.3)
norm.fun(w)

iaga/ahpsensitivity documentation built on Dec. 20, 2021, 5:57 p.m.