Skip to contents

Log-Normal Log-Likelihood

Usage

log_lik_lnorm(x, meanlog = 0, sdlog = 1)

Arguments

x

A numeric vector of values.

meanlog

A numeric vector of the means on the log scale.

sdlog

A non-negative numeric vector of the standard deviations on the log scale.

Value

An numeric vector of the corresponding log-likelihoods.

Examples

log_lik_lnorm(10, 0, 2)
#> [1] -4.577408