Description Usage Arguments Value References Examples
Log-Likelihood function \ell_n(μ,φ,α,p)=\ln[L_n(μ,φ,α,p)] in the quantile-based asymmetric exponential power distribution (AEPD) of densities defined in Gijbels et al. (2019b).
1 | LogLikAEPD(y, mu, phi, alpha, p)
|
y |
This is a vector of quantiles. |
mu |
This is the location parameter μ. |
phi |
This is the scale parameter φ. |
alpha |
This is the index parameter α. |
p |
This is the shape parameter, which must be positive. |
LogLikAEPD
provides the realized value of the Log-likelihood function of the quantile-based asymmetric exponential power distribution.
Gijbels, I., Karim, R. and Verhasselt, A. (2019b). Quantile estimation in a generalized asymmetric distributional setting. To appear in Springer Proceedings in Mathematics & Statistics, Proceedings of ‘SMSA 2019’, the 14th Workshop on Stochastic Models, Statistics and their Application, Dresden, Germany, in March 6–8, 2019. Editors: Ansgar Steland, Ewaryst Rafajlowicz, Ostap Okhrin.
1 2 3 | # Example
y<-rnorm(100)
LogLikAEPD(rexp(100,0.1),mu=10,phi=1,alpha=0.5,p=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.