dLSN: dLSN

Description Usage Arguments Value Examples

View source: R/dLSN.R

Description

Logit Skewed Normal distribution.

Usage

1
dLSN(y, mu, phi, lambda)

Arguments

y

numeric. Variable of interest.

mu

numeric. LSN's first parameter.

phi

numeric. LSN's second parameter.

lambda

numeric. LSN's third parameter.

Value

Density values.

Examples

1
2
3
4
5
{

  curve(dLSN(y = x, mu = 0, phi = 0.5, lambda = 0.5))

}

brunaw/unitTools documentation built on May 5, 2019, 12:29 a.m.