powered by
This function computes the negative log-likelihood for EEP distribution.
neg_log_eep(y, theta, eta)
This function return the negative log density of a sample item if if it follows Pareto in a EEP model.
n by 1 vector with all positive entries.
The location parameter for the base distribution (eta = 1). The value needs to be positive.
The exponent parameter. The value provided needs to be positive.
neg_log_eigp
neg_log_eep(seq(1:100),2,2)
Run the code above in your browser using DataLab