emplik-internal {emplik}R Documentation

Internal emplik functions

Description

Internal emplik functions

Usage

logelr(x,mu,lam)
logwelr(x,mu,wt,lam)
gradf(z,wt,lam)
llog(z, eps)
llogp(z, eps)
llogpp(z, eps)
Wdataclean2(z,d,wt=rep(1,length(d)))
Wdataclean3(z,d,zc=1:length(z),wt=rep(1,length(d)))
Wdataclean5(z,d,zc=1:length(z),wt=rep(1,length(d)),xmat)
DnR(x,d,w,y=rep(-Inf,length(x)))
solve3.QP(D, d, A, b, meq, factorized=FALSE)
WKM(x,d,zc=rep(1,length(x)),w=rep(1,length(d)))
LTRC(x,d,w=rep(1, length(d)),y=rep(-Inf, length(x)))
el.test.wt(x,wt,mu)
el.test.wt2(x,wt,mu,maxit,gradtol,Hessian,svdtol,itertrace)
el.test.wt3(x,wt,mu,maxit,gradtol,Hessian,svdtol,itertrace)

Details

These are not to be called by the user.

Wdataclean2 and DnR are used by the functions emplikH1.test, emplikH2.test and emplikdisc.test. It is also used by LTRC.

logelr, llog, llogp and llogpp are used by function el.test.

Wdataclean2, WKM and solve3.QP are used by function el.cen.test.

el.test.wt, Wdataclean2 are used by el.cen.EM.

el.test.wt is basically a weighted version of el.test but only for 1 dim mean.

LTRC is for Left Truncated and Right Censored data.

el.test.wt2, el.test.wt3 are similar to el.test.wt but can take vector mean as constraint. llog, llogp and llogpp are used by both functions. In addition logwelr is used by el.test.wt3.


[Package Contents]