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

Description Usage Arguments Value References Examples

View source: R/ALoD.R

Description

The log-likelihood function \ell_n(μ,φ,α)=\ln[L_n(μ,φ,α)] and parameter estimation of θ=(μ,φ,α) in the quantile-based asymmetric logistic distribution by using the maximum likelihood estimation are discussed in Gijbels et al. (2019a).

Usage

1

Arguments

y

This is a vector of quantiles.

Value

The maximum likelihood estimate of parameter θ=(μ,φ,α) of the quantile-based asymmetric family of distributions.

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.

Examples

1
2
3
# Example
rnum=rnorm(100)
mleALoD(rnum)

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

Related to mleALoD in QBAsyDist...