rl10norm: Analogue for rlnorm but in base 10

View source: R/model_likelihood_helpers.R

rl10normR Documentation

Analogue for rlnorm but in base 10

Description

rl10norm is an analogue for rlnorm but in base 10

Usage

rl10norm(n, mean = 1, sd = 1)

Arguments

n

a numeric vector of length 1: number of observations

mean

a vector of means.

sd

a vector of standard deviations.

Value

a numeric vector of length n, distributed according to the log10normal distribution. The log10normal distribution in log10 space has mu = mean and sigma = sd.


ada-w-yan/deltaomicron1 documentation built on June 24, 2022, 5:41 a.m.