gamma_fit_approximate_newton_method | R Documentation |
fit gamma model with approximate newton method.
gamma_fit_approximate_newton_method(x, y, weights, beta, coef0, lambda)
x |
Input matrix, of dimension n \times p; each row is an observation vector and each column is a predictor/feature/variable. |
y |
The response variable, of |
weights |
Observation weights. |
beta |
Initial value of linear coefficient. |
coef0 |
Initial value of intercept. |
lambda |
L2 penalty coefficient. |
Intercept and linear coefficient.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.