dlnorm_rcpp: Log-normal density function

View source: R/RcppExports.R

dlnorm_rcppR Documentation

Log-normal density function

Description

Probability density function of the log-normal distribution (written in C++)

Usage

dlnorm_rcpp(x, meanlog, sdlog)

Arguments

x

Vector of quantiles

meanlog

Mean of the distribution on the log-scale

sdlog

Standard deviation of the distribution on the log-scale

Value

Vector of densities


bmcclintock/momentuHMM documentation built on Oct. 26, 2022, 1 a.m.