emplik | R Documentation |
Self-concordant empirical likelihood for a vector mean
emplik(
dat,
mu = rep(0, ncol(dat)),
lam = rep(0, ncol(dat)),
eps = 1/nrow(dat),
M = 1e+30,
thresh = 1e-30,
itermax = 100
)
dat |
|
mu |
|
lam |
starting values for Lagrange multiplier vector, default to zero vector |
eps |
lower cutoff for |
M |
upper cutoff for |
thresh |
convergence threshold for log likelihood (default of |
itermax |
upper bound on number of Newton steps. |
a list with components
logelr
log empirical likelihood ratio.
lam
Lagrange multiplier (vector of length d
).
wts
n
vector of observation weights (probabilities).
conv
boolean indicating convergence.
niter
number of iteration until convergence.
ndec
Newton decrement.
gradnorm
norm of gradient of log empirical likelihood.
Art Owen, C++
port by Leo Belzile
Owen, A.B. (2013). Self-concordance for empirical likelihood, Canadian Journal of Statistics, 41(3), 387–397.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.