se_eep {GEC} | R Documentation |
The function for calculating the standard errors of the parameters of EEP model.
Description
This function find the parameter estimates of EEP through a grid search procedure.
Usage
se_eep(data, theta, eta)
Arguments
data |
Observations. |
theta |
The MLE of theta |
eta |
The MLE of eta |
Details
se_eep
Value
The estimate of SE for theta and eta
Examples
sample1 = eep_sampling(200,eta = 2,theta = 3)
theta = mle_search_eep(data = sample1)$theta
eta = mle_search_eep(data = sample1)$eta
se_eep(sample1,theta,eta)
[Package GEC version 0.1.0 Index]