Skip to contents

Commonly used statistical transformation

Usage

simplex(x)

min_max(x)

Examples

simplex( rep(1,3) )
#> [1] 0.3333333 0.3333333 0.3333333
min_max(-5:10)
#>  [1] 0.00000000 0.06666667 0.13333333 0.20000000 0.26666667 0.33333333
#>  [7] 0.40000000 0.46666667 0.53333333 0.60000000 0.66666667 0.73333333
#> [13] 0.80000000 0.86666667 0.93333333 1.00000000