| mrl_gg | R Documentation |
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(x = 1, mu = 0, sigma = 1, lambda = 1)
x |
numeric, represent a vector of positive values. Default value is 1. |
mu |
numeric, represents the location parameter of a generalized gamma distribution. Default value is 0. |
sigma |
numeric, represents the scale parameter of a generalized gamma distribution. Default value is 1. |
lambda |
numeric, represents the shape parameter of a generalized gamma distribution. Default value is 1. |
A numeric value of the mean residual lifetime of a generalized gamma distribution.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.