ComputeBest_tau {StableEstim} | R Documentation |
Run Monte Carlo simulation to investigate the optimal \tau
Description
Runs Monte Carlo simulation to investigate the optimal number of points to use when one of the reduced spacing schemes is considered.
Usage
ComputeBest_tau(AlphaBetaMatrix = abMat, nb_ts = seq(10, 100, 10),
tScheme = c("uniformOpt", "ArithOpt"),
Constrained = TRUE, alphaReg = 0.001, ...)
Arguments
AlphaBetaMatrix |
values of the parameter |
nb_ts |
vector of number of t-points to use for the minimisation;
default = |
tScheme |
scheme used to select the points where the moment conditions are
evaluated, one of |
Constrained |
logical flag: if set to True, lower and upper bands will be computed
as discussed for function |
alphaReg |
value of the regularisation parameter; numeric, default = 0.001. |
... |
Other arguments to pass to the optimisation function. |
Value
a list
containing slots from class Best_t-class
corresponding to one value of the parameters \alpha
and
\beta
.