f2a91208 |
1 | % Generated by roxygen2: do not edit by hand |
2 | % Please edit documentation in R/gridLambda.R |
3 | \name{gridLambda} |
4 | \alias{gridLambda} |
5 | \title{Construct the data-driven grid for the regularization parameters used for the Lasso estimator} |
6 | \usage{ |
7 | gridLambda(phiInit, rhoInit, piInit, gamInit, X, Y, gamma, mini, maxi, tau) |
8 | } |
9 | \arguments{ |
10 | \item{phiInit}{value for phi} |
11 | |
12 | \item{piInit}{value for pi} |
13 | |
14 | \item{gamInit}{value for gamma} |
15 | |
16 | \item{mini}{minimum number of iterations in EM algorithm} |
17 | |
18 | \item{maxi}{maximum number of iterations in EM algorithm} |
19 | |
20 | \item{tau}{threshold to stop EM algorithm} |
21 | |
22 | \item{rhoInt}{value for rho} |
23 | } |
24 | \value{ |
25 | the grid of regularization parameters |
26 | } |
27 | \description{ |
28 | Construct the data-driven grid for the regularization parameters used for the Lasso estimator |
29 | } |
30 | |