se_eep | R Documentation |
This function find the parameter estimates of EEP through a grid search procedure.
se_eep(data, theta, eta)
data |
Observations. |
theta |
The MLE of theta |
eta |
The MLE of eta |
se_eep
The estimate of SE for theta and eta
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.