Dlnorm: Derivative w.r.t. x of the log-normal distribution function

Description Usage Arguments Value Examples

View source: R/LogNormal.R

Description

Derivative w.r.t. x of the log-normal distribution function

Usage

1
Dlnorm(x, D, meanlog = 0, sdlog = 1)

Arguments

x

vector of quantiles

D

an integer between 0 and 3. The derivatives are not available in this package when D > 3

meanlog, sdlog

mean and standard deviation of the distribution on the log scale with default values of 0 and 1 respectively.

Value

Dlnorm gives the distribution function when D = 0, the density when D = 1, the derivative of the density when D = 2, and so on

Examples

1
Dlnorm(1,1,0,2)

cmottet/DistributionPty documentation built on May 13, 2019, 8:44 p.m.