mle_iter_eigp {GEC} | R Documentation |
Iteration function to find the analytical solution of theta given eta and data in EIGP model.
Description
This function finds the analytical solution of theta given eta and data in EIGP model.
Usage
mle_iter_eigp(data, eta)
Arguments
data |
Observations. |
eta |
The exponent parameter. This value is greater than 0. |
Details
mle_iter_eigp
Value
This function returns the Maximum Likelihood Estimate of theta for a given eta with data.
Examples
mle_iter_eigp(seq(1:100),2)
[Package GEC version 0.1.0 Index]