This function estimates the Two Parameter Xgamma regression coefficients as well as the
tpxg.reg(y,x)
A named list containing
A numeric vector containg strictly positive values.
A matrix or a data.frame with the predictor variables.
Nikolaos Kontemeniotis.
R implementation and documentation: Nikolaos Kontemeniotis kontemeniotisn@gmail.com and Michail Tsagris mtsagris@uoc.gr.
This implementation employs a logarithmic link function to relate the
"Sen, S., Chandra, N. and Maiti, S. S. (2018). On properties and applications of a two-parameter XGamma distribution. Journal of Statistical Theory and Applications, 17(4): 674--685."
tpxg.mle
x <- matrix( rnorm(100 * 2), ncol = 2 )
y <- rtpxg(100)
tpxg.reg(y, x)
Run the code above in your browser using DataLab