mle_search_eep: The grid search procedure for parameter estimation of EEP.

View source: R/GEC_features.R

mle_search_eepR Documentation

The grid search procedure for parameter estimation of EEP.

Description

This function find the parameter estimates of EEP throgh a grid search procedure.

Usage

mle_search_eep(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

Observations.

Details

mle_search_eep

Value

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

Examples

sample1 = eep_sampling(200,eta = 2,theta = 3)
mle_search_eep(data = sample1)

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

Related to mle_search_eep in GEC...