mle_iter_eigp | R Documentation |
This function finds the analytical solution of theta given eta and data in EIGP model.
mle_iter_eigp(data, eta)
data |
Observations. |
eta |
The exponent parameter. This value is greater than 0. |
mle_iter_eigp
This function returns the Maximum Likelihood Estimate of theta for a given eta with data.
mle_iter_eigp(seq(1:100),2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.