asymptotic_eigp | R Documentation |
This function computes the test statistic and the p-value of Wald's test for the exponent parameter in EIGP model.
asymptotic_eigp(data, eta0 = 1, theta1, eta1)
data |
Observations. |
eta0 |
To test if the exponent equals 1, the default for eta0 is et to be 1. |
theta1 |
The unrestricted MLE of theta. |
eta1 |
The unrestricted MLE of eta. |
asymptotic_eigp
This function returns the test statistic and the p-value of the Wald's test.
sample1 = eigp_sampling(200,eta = 1.1,theta = 3)
theta1 = mle_search_eigp(data = sample1)$theta
eta1 = mle_search_eigp(data = sample1)$eta
asymptotic_eigp(sample1,eta0 = 1,theta1,eta1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.