scale_to_01 {BayesBP}R Documentation

Scale to [0,1]

Description

Scale to [0,1]

Usage

scale_to_01(x)

Arguments

x

Vector.

Examples

scale_to_01(35:85)
(35:85-35)/(85-35)
scale_to_01(runif(10))

[Package BayesBP version 1.1 Index]