beta.r.compute | R Documentation |
fsst
procedureThis function computes the restricted estimator
\widehat{\bm{\beta}}^r_n
in the fsst
procedure.
beta.r.compute(
n,
lpmodel,
beta.obs.hat,
beta.tgt,
beta.n,
beta.star,
omega.i,
indicator,
solver
)
n |
The sample size. This is only required if |
lpmodel |
The |
beta.obs.hat |
The sample estimator
|
beta.tgt |
The value to be tested. |
beta.n |
The sample |
beta.star |
The starred version of the |
omega.i |
The matrix |
indicator |
A binary variable that equals to 1 for |
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 |
Returns the optimal point and optimal value.
objval |
The optimal value. |
x |
The optimal point. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.