Can anyone point me to a reference, either book or paper, where I can find the precise definition of sparse estimator?
Thanks
|
Can anyone point me to a reference, either book or paper, where I can find the precise definition of sparse estimator? Thanks |
|||
|
|
Sparse estimators are frequently used in a high dimensional context, namely $p>>n$. Essentially, they offer a regularized version of an estimator e.g. a least squares estimator with an $l_1$ or $l_0$ norm based parameter penalty. Informally, it promotes zeros in the solution set of the estimator. This is best understood as follows: In a two dimensional plane this can occur to y-axis which implies a solution of the form $\hat{\beta}=\{0,\hat{\beta_y}\}$, a kind of variable selection. I think the most extensive treatise of the sparse estimation methods is on the book "Statistics for High Dimensional Data" by Peter Bühlmann. |
|||
|
|