exp_factor {eel} | R Documentation |
The function calculates the first order expansion factor of EEL for the mean.
exp_factor(x, theta)
## Default S3 method:
exp_factor(x,theta)
x |
Data matrix of interest. |
theta |
The value to be evaluated. |
The first order expansion factor for calculating EEL is defined as
\gamma(n,l(\theta))=1+\frac{l(\theta)}{2n}.
The function will return a numerical value representing the value of the expansion factor calculated.
Fan Wu & Yu Zhang
Tsao, M. (2013). Extending the empirical likelihood by domain expansion. The Canadian Journal of Statistics, 41 (2), 257-274.
EEL
, prime_image
, exp_factor_est
x=rnorm(400,0,3)
exp_factor(x,0)