Description Usage Arguments Details Value Author(s) Examples
convexity
computes the minimum eigen value of the Hessian matrix of the penalized weighted least square regression problem.
1 2 |
result |
a list consists of result from weighted.sparsenet. |
eps |
Convergence threshhold. The algorithm iterates until the relative change in any coefficient is less than eps. Default is squre root of machine epsilon. |
eigen.min |
The threshold of the minimum eigen value. When the minimum eigen value is smaller than |
concave.rm |
Logical. If |
For a specific pair of λ-κ, the (i, j)th entry of the Hessian matrix is computed by x'_iWx_j+\frac{\partial^2∑_{j=1}^pρ(|β_j|\cdot r_{nj};λ, κ)}{\partialβ_i\partialβ_j}, where is a diagonal matrix with ith diagonal elements ω_{ni}.
A list containing λ, κ etc.
lambda |
vector of length |
kappa |
vector of length |
index |
A matrix of 4 columns. If |
Hao Chai <hao.chai@yale.edu>
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.