prob_unif: Probability calculator for the uniform distribution

View source: R/prob_calc.R

prob_unifR Documentation

Probability calculator for the uniform distribution

Description

Probability calculator for the uniform distribution

Usage

prob_unif(min, max, lb = NA, ub = NA, plb = NA, pub = NA, dec = 3)

Arguments

min

Minimum value

max

Maximum value

lb

Lower bound (default = 0)

ub

Upper bound (default = 1)

plb

Lower probability bound

pub

Upper probability bound

dec

Number of decimals to show

Details

See https://radiant-rstats.github.io/docs/basics/prob_calc.html for an example in Radiant

See Also

summary.prob_unif to summarize results

plot.prob_unif to plot results

Examples

prob_unif(min = 0, max = 1, ub = 0.3)


radiant-rstats/radiant.basic documentation built on Jan. 19, 2024, 12:07 p.m.