unscale.vector: Function which unscale a vector between two bounds

Description Usage Arguments Value Examples

Description

Function which unscale a vector between two bounds

Usage

1
unscale.vector(x, binf, bsup)

Arguments

x

the vector to unscale

binf

the lower bound

bsup

the upper bound

Value

y the vector unscaled

Examples

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

## End(Not run)

CaliCo documentation built on May 2, 2019, 4:05 p.m.