Learn R Programming

eel (version 1.1)

exp_factor: Calculating expansion factor for EEL for the mean

Description

The function calculates the first order expansion factor of EEL for the mean.

Usage

exp_factor(x, theta) "exp_factor"(x,theta)

Arguments

x
Data matrix of interest.
theta
The value to be evaluated.

Value

The function will return a numerical value representing the value of the expansion factor calculated.

Details

The first order expansion factor for calculating EEL is defined as $$\gamma(n,l(\theta))=1+\frac{l(\theta)}{2n}.$$

References

Tsao, M. (2013). Extending the empirical likelihood by domain expansion. The Canadian Journal of Statistics, 41 (2), 257-274.

See Also

EEL, prime_image, exp_factor_est

Examples

Run this code
x=rnorm(400,0,3)
exp_factor(x,0)

Run the code above in your browser using DataLab