X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=man%2FgridLambda.Rd;fp=man%2FgridLambda.Rd;h=551c3d78b120c4b088cfc3e39e6acc1fd5a0a2f1;hp=0000000000000000000000000000000000000000;hb=f2a9120810d7e1e423c7b5c2c4320f4e27221f50;hpb=d1531659214edd6eaef0ac9ec835455614bba16c diff --git a/man/gridLambda.Rd b/man/gridLambda.Rd new file mode 100644 index 0000000..551c3d7 --- /dev/null +++ b/man/gridLambda.Rd @@ -0,0 +1,30 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/gridLambda.R +\name{gridLambda} +\alias{gridLambda} +\title{Construct the data-driven grid for the regularization parameters used for the Lasso estimator} +\usage{ +gridLambda(phiInit, rhoInit, piInit, gamInit, X, Y, gamma, mini, maxi, tau) +} +\arguments{ +\item{phiInit}{value for phi} + +\item{piInit}{value for pi} + +\item{gamInit}{value for gamma} + +\item{mini}{minimum number of iterations in EM algorithm} + +\item{maxi}{maximum number of iterations in EM algorithm} + +\item{tau}{threshold to stop EM algorithm} + +\item{rhoInt}{value for rho} +} +\value{ +the grid of regularization parameters +} +\description{ +Construct the data-driven grid for the regularization parameters used for the Lasso estimator +} +