dl10norm: Analogue for dlnorm but in base 10

View source: R/model_likelihood_helpers.R

dl10normR Documentation

Analogue for dlnorm but in base 10

Description

dl10norm is an analogue for dlnorm but in base 10

Usage

dl10norm(x, mean = 1, sd = 1, lower.tail = TRUE, log.p = FALSE)

Arguments

x

a numeric vector of quantiles.

mean

a vector of means.

sd

a vector of standard deviations.

log

a logical vector of length 1. TRUE: return log of density, FALSE: return density

Value

a numeric vector with the density of x in a 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.