Unlimited learning, half price | 50% off
Get 50% off unlimited learning

radiant.basics (version 1.6.0)

prob_lnorm: Probability calculator for the log normal distribution

Description

Probability calculator for the log normal distribution

Usage

prob_lnorm(meanlog, sdlog, lb = NA, ub = NA, plb = NA, pub = NA, dec = 3)

Arguments

meanlog

Mean of the distribution on the log scale

sdlog

Standard deviation of the distribution on the log scale

lb

Lower bound (default is -Inf)

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_lnorm to summarize results

plot.prob_lnorm to plot results

Examples

Run this code
prob_lnorm(meanlog = 0, sdlog = 1, lb = 0, ub = 1)

Run the code above in your browser using DataLab