dLSEP: dLSEP

Description Usage Arguments Value Examples

View source: R/dLSEP.R

Description

Logit Skewed Exponential Power distribution.

Usage

1
dLSEP(y, mu, phi, lambda, tau)

Arguments

y

numeric. Variable of interest.

mu

numeric. LSEP's first parameter.

phi

numeric. LSEP's second parameter.

lambda

numeric. LSEP's third parameter.

tau

numeric. LSEP's fourth parameter.

Value

Density values.

Examples

1
2
3
4
5
{

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

}

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