RankScore: Rescale x non-linearly into ]0, 1[

View source: R/z_utilities.R

RankScoreR Documentation

Rescale x non-linearly into ]0, 1[

Description

rescale values non-linearly to the unit interval using rank scores q given by q = (rank(x) - 0.5) / N where N = length(x).

Usage

RankScore(x)

Arguments

x

numeric vector.

Value

RankScore returns a numeric vector of rank scores.

See Also

S01, SX2Y


benja0x40/Barbouille documentation built on March 26, 2023, 11:38 p.m.