Skip to contents

Uniform Quantile Function

Usage

quant_unif(x, min = 0, max = 1)

Arguments

x

A numeric vector of probabilities.

min

A numeric vector of the minimums.

max

A numeric vector of the maximums.

Value

An numeric vector of the corresponding quantiles.

Examples

quant_unif(c(0.1, 0.4, 0.6))
#> [1] 0.1 0.4 0.6