normalization: normalization

Description Usage Arguments Examples

View source: R/utils.R

Description

The function which normalizes the representative utility

Usage

1

Arguments

V

The matrix of representative utilities

U

The matrix of the utilities

Examples

1
2
3
V <- matrix(rnorm(30), 10, 3)
U <- matrix(rnorm(30), 10, 3) + matrix(rnorm(30), 10, 3)
normalization(V, U)

AntoineDubois/RUMdesignSimulator documentation built on Dec. 17, 2021, 8:53 a.m.