prob_expo {radiant.basics} | R Documentation |
Probability calculator for the exponential distribution
Description
Probability calculator for the exponential distribution
Usage
prob_expo(rate, lb = NA, ub = NA, plb = NA, pub = NA, dec = 3)
Arguments
rate |
Rate |
lb |
Lower bound (default is 0) |
ub |
Upper bound (default is Inf) |
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_expo
to summarize results
plot.prob_expo
to plot results
Examples
prob_expo(rate = 1, ub = 2.996)
[Package radiant.basics version 1.6.6 Index]