Description Usage Arguments Value
This function allows to compute the deconvolution path using L1 regularization
1 | L1_deconvolution_path(y, d, lambda_grid = 10^seq(3, -1, length = 15))
|
y |
: a vector containing the raw observations. |
d |
: number of bins |
lambda_grid |
: list of regularization parameters, default choice is 10^seq(3,-1,length=15) |
loc : location of the centers of bins where the density is estimated
f_hat : a matrix containing the solution path of mixing densities, each row corresponds to regularization parameter.
y_hat : a matrix containing the solution path of marginal densities, each row corresponds to regularization parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.