lognormal_CI: lognormal_CI

View source: R/lognormal_funs.R

lognormal_CIR Documentation

lognormal_CI

Description

Calculate upper and lower bounds for the lognormal distribution based with expectation and cv

Usage

lognormal_CI(expectation, cv, CI = 0.95)

Arguments

expectation

The expectation of the distribution, this is not the mu parameter because for the lognormal distribution the expectation is not the mu parameter.

cv

The standard deviation of the lognormal distribution

CI

level of confidence (units are proportions not percentage i.e. 0.95 for 95 CI)

Value

a list with upper and lower elements


Craig44/stockassessmenthelper documentation built on April 14, 2023, 10:57 a.m.