pareto_eigp | R Documentation |
This function return the negative log density of a sample item if if it follows Pareto in a EIGP model.
pareto_eigp(x, theta, eta)
x |
The value of a sample item. |
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. |
pareto_eigp
This function return the negative log density of a sample item if if it follows Pareto in a EIGP model.
pareto_eigp(10,5,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.