powered by
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)
This function returns data frame as the parameter estimates for EIGP from grid search methods.
A predefined range for eta values. The default is c(0.5,10,by = 0.01)
n by 1 vector with all positive entries.
mle_search_eigp
sample1 = eigp_sampling(200,eta = 2,theta = 3) mle_search_eigp(data = sample1)
Run the code above in your browser using DataLab