beta.star.qp | R Documentation |
\widehat{\bm{\beta}}
This function computes the vector
\widehat{\bm{\beta}}_n^\star
for the case where d<p
in the
fsst
procedure.
beta.star.qp(
data,
lpmodel,
beta.tgt,
weight.mat,
beta.obs.hat,
beta.sigma,
solver
)
data |
An |
lpmodel |
The |
beta.tgt |
The value to be tested. |
weight.mat |
The weighting matrix for the |
beta.obs.hat |
The sample estimator
|
beta.sigma |
The variance estimator 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 |
This corresponding to solving the following quadratic program
\min_{x \in \mathbf{R}^d} \,\,
\left(\hat{\beta}_{{\rm obs}, n} - A_{\rm obs} x\right)' \hat{\Xi}
\left(\hat{\beta}_{{\rm obs}, n} - A_{\rm obs} x\right)
\quad \mathrm{s.t.
} \quad
A_{\rm shp} x = \beta_{\rm shp}
\quad \mathrm{ and } \quad
A_{\rm tgt} x = \beta_{\rm tgt}
in the fsst
procedure.
Returns the following objects:
beta.star |
The vector |
x |
The optimal point. |
status |
The status of the optimization problem. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.