mle_search_eigp: The grid search procedure for parameter estimation of EIGP.

View source: R/GEC_features.R

mle_search_eigpR 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)

GEC documentation built on Oct. 24, 2023, 5:06 p.m.

Related to mle_search_eigp in GEC...