R/VE_EB_SYG_Mean_Hajek.r

Defines functions VE.EB.SYG.Mean.Hajek

Documented in VE.EB.SYG.Mean.Hajek

VE.EB.SYG.Mean.Hajek <- function(VecY.s, VecPk.s, MatPkl.s, VecAlpha.s = rep.int(1, length(VecPk.s)))
{
  VE.EB.SYG.Ratio(VecY.s, rep.int(1, length(VecY.s)), VecPk.s, MatPkl.s, VecAlpha.s)
}

Try the samplingVarEst package in your browser

Any scripts or data that you put into this service are public.

samplingVarEst documentation built on Jan. 14, 2023, 5:08 p.m.