Learn R Programming

QBAsyDist (version 0.1.2)

mleALaD: Maximum likelihood estimation (MLE) for the quantile-based asymmetric Laplace distribution.

Description

The log-likelihood function \(\ell_n(\mu,\phi,\alpha)=\ln[L_n(\mu,\phi,\alpha)]\) and parameter estimation of \( \theta=(\mu,\phi,\alpha)\) in the quantile-based asymmetric Laplace distribution by using the maximum likelihood estimation are discussed in Gijbels et al. (2019a). See also in Yu and Zhang (2005). The linear programing (LP) algorithm is used to obtain a solution to the maximization problem. The LP algorithm can be found in Koenker (2005). See also mleALD in the Package ald.

Usage

mleALaD(y)

Arguments

y

This is a vector of quantiles.

Value

The maximum likelihood estimate of parameter \( \theta=(\mu,\phi,\alpha)\) of the quantile-based asymmetric Laplace distribution.

References

Gijbels, I., Karim, R. and Verhasselt, A. (2019a). On quantile-based asymmetric family of distributions: properties and inference. International Statistical Review, https://doi.org/10.1111/insr.12324.

Koenker, R. (2005). Quantile Regression. Cambridge University Press.

Yu., K, and Zhang, J. (2005). A three-parameter asymmetric Laplace distribution and its extension. Communications in Statistics<U+2013>Theory and Methods, 34(9-10), 1867<U+2013>1879.

Examples

Run this code
# NOT RUN {
## Example:
y=rnorm(100)
mleALaD(y)

# }

Run the code above in your browser using DataLab