# \donttest{
TemperedEstim_Simulation(ParameterMatrix = rbind(c(1.5,1,1,1,1,0),
c(0.5,1,1,1,1,0)),
SampleSizes = c(4), MCparam = 4,
TemperedType = "Classic", Estimfct = "ML",
saveOutput = FALSE)
TemperedEstim_Simulation(ParameterMatrix = rbind(c(1.5,1,1,1,1,0)),
SampleSizes = c(4), MCparam = 4,
TemperedType = "Classic", Estimfct = "GMM",
saveOutput = FALSE, algo = "2SGMM",
regularization = "cut-off",
WeightingMatrix = "OptAsym", t_scheme = "free",
alphaReg = 0.01,
t_free = seq(0.1,2,length.out=12))
TemperedEstim_Simulation(ParameterMatrix = rbind(c(1.45,0.55,1,1,1,0)),
SampleSizes = c(4), MCparam = 4,
TemperedType = "Classic", Estimfct = "Cgmm",
saveOutput = FALSE, algo = "2SCgmm",
alphaReg = 0.01, subdivisions = 50,
IntegrationMethod = "Uniform",
randomIntegrationLaw = "unif",
s_min = 0, s_max= 1)
TemperedEstim_Simulation(ParameterMatrix = rbind(c(1.45,0.55,1,1,1,0)),
SampleSizes = c(4), MCparam = 4,
TemperedType = "Classic", Estimfct = "GMC",
saveOutput = FALSE, algo = "2SGMC",
alphaReg = 0.01, WeightingMatrix = "OptAsym",
regularization = "cut-off", ncond = 8)
# }
Run the code above in your browser using DataLab