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

Description Usage Arguments Value References Examples

View source: R/ALaD.R

Description

The log-likelihood function \ell_n(μ,φ,α)=\ln[L_n(μ,φ,α)] and parameter estimation of θ=(μ,φ,α) 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

1

Arguments

y

This is a vector of quantiles.

Value

The maximum likelihood estimate of parameter θ=(μ,φ,α) 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–Theory and Methods, 34(9-10), 1867–1879.

Examples

1
2
3
## Example:
y=rnorm(100)
mleALaD(y)

QBAsyDist documentation built on Sept. 4, 2019, 1:05 a.m.

Related to mleALaD in QBAsyDist...