powered by
This function find the parameter estimates of EEP throgh a grid search procedure.
mle_search_eep(eta_seq = seq(0.5, 10, by = 0.01), data)
This function returns a data frame as the parameter estimates for EEP from grid search methods.
A predefined range for eta values. The default is c(0.5,10,by = 0.01)
Observations.
mle_search_eep
sample1 = eep_sampling(200,eta = 2,theta = 3) mle_search_eep(data = sample1)
Run the code above in your browser using DataLab