mle_search_eigp | R Documentation |
This function find the parameter estimates of EIGP through a grid search procedure.
mle_search_eigp(eta_seq = seq(0.5, 10, by = 0.01), data)
eta_seq |
A predefined range for eta values. The default is c(0.5,10,by = 0.01) |
data |
n by 1 vector with all positive entries. |
mle_search_eigp
This function returns data frame as the parameter estimates for EIGP from grid search methods.
sample1 = eigp_sampling(200,eta = 2,theta = 3)
mle_search_eigp(data = sample1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.