neg_log_eep | R Documentation |
This function computes the negative log-likelihood for EEP distribution.
neg_log_eep(y, theta, eta)
y |
n by 1 vector with all positive entries. |
theta |
The location parameter for the base distribution (eta = 1). The value needs to be positive. |
eta |
The exponent parameter. The value provided needs to be positive. |
neg_log_eigp
This function return the negative log density of a sample item if if it follows Pareto in a EEP model.
neg_log_eep(seq(1:100),2,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.