Usage
hierband.path(Sighat, nlam = 20, flmin = 0.01, lamlist = NULL, w = NULL, delta = NULL, maxiter = 100, tol = 1e-07)
Arguments
Sighat
The sample covariance matrix
nlam
Number of lambda values to include in grid.
flmin
Ratio between the smallest lambda and largest lambda in grid. (Default: 0.01)
Decreasing this gives less sparse solutions.
lamlist
A grid of lambda values to use. If this is non-NULL, then nlam and flmin are ignored.
w
(p-1)-by-(p-1) lower-triangular matrix (above diagonal ignored).
w[l,] gives the l weights for g_l.
Defaults to w[l,m]=sqrt(2 * l)/(l - m + 1) for m <= l<="" code="">=>
delta
Lower bound on eigenvalues. If this is NULL (which is default), then no eigenvalue
constraint is included.
maxiter
Number of iterations of blockwise coordinate descent to perform.
tol
Only used when delta is non-NULL. When no eigenvalue changes by more than
tol in BCD, convergence is assumed.