fsst.cone.bs | R Documentation |
This function computes the bootstrap estimates of the cone components.
fsst.cone.bs(
n,
omega.i,
beta.n,
beta.star,
lpmodel,
R.succ,
lambda,
indicator,
beta.r,
beta.star.list,
solver,
progress,
df.error,
eval.count,
data.driven = FALSE
)
n |
The sample size. This is only required if |
omega.i |
The matrix |
beta.n |
The sample |
beta.star |
The starred version of the |
lpmodel |
The |
R.succ |
The number of successful bootstrap replications. |
lambda |
Parameter used to obtain the restricted estimator
|
indicator |
A binary variable that equals to 1 for |
beta.r |
The restricted estimator. |
beta.star.list |
This corresponds to the bootstrap estimates of
|
solver |
The name of the linear and quadratic programming solver that
is used to obtain the solution to linear and quadratic programs.
The solvers supported by this package are |
progress |
The boolean variable for whether the progress bars should
be displayed. If it is set as |
df.error |
A table showing the id of the bootstrap replication(s) with error(s) and the corresponding error message(s). |
eval.count |
The count for the number of times the |
data.driven |
A boolean variable. This indicates whether the data-driven problem is being considered. |
Return the following list of objects:
cone.n.list |
The list of bootstrap cone components. |
new.error |
The number of new errors. |
df.error |
Table showing the id of the bootstrap replication(s) with error(s) and the corresponding error message(s). |
error.id |
An indices of the bootstrap replications that give errors. |
R.succ |
A number of successful bootstrap replications. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.