https://github.com/cran/emplik
Raw File
Tip revision: c664413fab37f2c1fbcce04267e179f04a6f3356 authored by Mai Zhou on 08 August 1977, 00:00:00 UTC
version 0.7
Tip revision: c664413
emplik-internal.Rd
\name{emplik-internal}
\alias{Wdataclean2}
\alias{Wdataclean3}
\alias{DnR}
\alias{logelr}
\alias{gradf}
\alias{llog}
\alias{llogp}
\alias{llogpp}
\alias{solve3.QP}
\alias{WKM}
\alias{el.test.wt}
\alias{el.test.wt2}
\alias{LTRC}
\title{Internal emplik functions}
\usage{
logelr(x,mu,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)))
DnR(x,d,w,y=rep(-Inf,length(x)))
solve3.QP(D, d, A, b, meq, factorized=FALSE)
WKM(x,d,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)
}
\description{ Internal emplik functions }
\details{
These are not to be called by the user. 

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

\code{logelr}, \code{llog}, \code{llogp} and \code{llogpp} 
are used by function \code{el.test}.

\code{Wdataclean2}, \code{WKM} and \code{solve3.QP} are
used by function \code{el.cen.test}. 

\code{el.test.wt}, \code{Wdataclean2} are used by \code{el.cen.EM}.

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

\code{LTRC} is for Left Truncated and Right Censored data.

\code{el.test.wt2}, is similar to \code{el.test.wt} but can take vector
mean as constraint.

}
\keyword{internal}
back to top