File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343# ' has also been specified, this value will be ignored. Note also that the final
4444# ' solution path may contain fewer estimates (see
4545# ' \code{alpha}).
46- # ' @param gamma Value of concavity parameter. If \code{gamma > 0}, then the MCP will be used
47- # ' with \code{gamma} as the concavity parameter. If \code{gamma < 0}, then the L1 penalty
48- # ' will be used and this value is otherwise ignored.
4946# ' @param whitelist A two-column matrix of edges that are guaranteed to be in each
5047# ' estimate (a "white list"). Each row in this matrix corresponds
5148# ' to an edge that is to be whitelisted. These edges can be
5451# ' @param blacklist A two-column matrix of edges that are guaranteed to be absent
5552# ' from each estimate (a "black list"). See argument
5653# ' "\code{whitelist}" above for more details.
54+ # ' @param gamma Value of concavity parameter. If \code{gamma > 0}, then the MCP will be used
55+ # ' with \code{gamma} as the concavity parameter. If \code{gamma < 0}, then the L1 penalty
56+ # ' will be used and this value is otherwise ignored.
5757# ' @param error.tol Error tolerance for the algorithm, used to test for convergence.
5858# ' @param max.iters Maximum number of iterations for each internal sweep.
5959# ' @param alpha Threshold parameter used to terminate the algorithm whenever the number of edges in the
You can’t perform that action at this time.
0 commit comments