powered by
mrl_gg is used to obtain the value of the mean residual lifetime function of a generalized gamma distribution at a positive value.
mrl_gg
mrl_gg(x = 1, mu = 0, sigma = 1, lambda = 1)
A numeric value of the mean residual lifetime of a generalized gamma distribution.
numeric, represent a vector of positive values. Default value is 1.
numeric, represents the location parameter of a generalized gamma distribution. Default value is 0.
numeric, represents the scale parameter of a generalized gamma distribution. Default value is 1.
numeric, represents the shape parameter of a generalized gamma distribution. Default value is 1.
Carlos Alberto Cardozo Delgado <cardozorpackages@gmail.com>
Carlos Alberto Cardozo Delgado, Semi-parametric generalized log-gamma regression models. Ph.D. thesis. Sao Paulo University.
Jerald F. Lawless (2003). Statistical Models and Methods for Lifetime Data. Second Edition. John-Wiley & Sons
mrl_gg(x=0,mu=0,sigma=2,lambda=1) # Extreme value type I distribution, maximum case.
Run the code above in your browser using DataLab