QL_fun | R Documentation |
Title: Gradient Descent Method for penalized likelihood this is gradient descent methods for penalized likelihood
QL_fun(Ytree, X, W, model, B1, grad, alpha, lambda, L)
Ytree |
is the tree information from the |
X |
|
W |
|
model |
|
B1 |
the Beta values that will be updated in the loop using the gradient descent |
grad |
the gradient descent |
alpha |
|
lambda |
|
L |
|
Since the penalized likelihood function is non-smooth, we adopt the accelerated proximal gradient method to minimize the objective function (equation 4) which will estimate parameters and select covariates simultaneously. Tao Wang and Hongyu Zhao (2017)
The smallest approximated negative likelihood obtained through the algorithm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.