L1_deconvolution_path: L1 deconconvolution function

Description Usage Arguments Value

Description

This function allows to compute the deconvolution path using L1 regularization

Usage

1
L1_deconvolution_path(y, d, lambda_grid = 10^seq(3, -1, length = 15))

Arguments

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)

Value

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.


hernanmp/RRDecon documentation built on May 28, 2019, 8:44 a.m.