powered by
entropy is used to obtain the entropy for a generalized log-gamma distribution.
entropy
entropy(mu, sigma, lambda)
numeric, represent the location parameter of a generalized log-gamma distribution. Default value is 0.
numeric, represent the scale parameter of a generalized log-gamma distribution. Default value is 1.
numeric, represent the shape parameter of a generalized log-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.
entropy(0,1,-1) # Extreme value type I distribution, maximum case. entropy(0,1,1) # Extreme value type I distribution, minimum case. entropy(0,1,0.077) # Standard normal distribution.
Run the code above in your browser using DataLab