unscale.matrix.diag: Function which unscale only the diagonal component of a...

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Function which unscale only the diagonal component of a matrix

Usage

1
unscale.matrix.diag(M, binf, bsup)

Arguments

M

the matrix

binf

the lower bound

bsup

the upper bound

Value

the normalized diagonal

Examples

1
2
3
4
5
6
## Not run: 
X <- diag(3)*runif(3)
Y <-unscale.matrix.diag(X,rep(10,3),rep(15,3))
print(Y)

## End(Not run)

mathieucarmassi/CaliCo documentation built on Aug. 14, 2019, 11:32 a.m.