mle_search_eigp {GEC}R Documentation

The grid search procedure for parameter estimation of EIGP.

Description

This function find the parameter estimates of EIGP through a grid search procedure.

Usage

mle_search_eigp(eta_seq = seq(0.5, 10, by = 0.01), data)

Arguments

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.

Details

mle_search_eigp

Value

This function returns data frame as the parameter estimates for EIGP from grid search methods.

Examples

sample1 = eigp_sampling(200,eta = 2,theta = 3)
mle_search_eigp(data = sample1)

[Package GEC version 0.1.0 Index]