1 2 | get.gradient(X, y,
implementation = getOption("gumbelRegression.implementation", "r"))
|
X |
matrix. The covariates. |
y |
numeric vector. The response. |
implementation |
character value. Select the implemenation. |
function with single parameter which should be a numeric vector w
.
The first element of w
is the log of scale parameter of gumbel distribution.
The other elements are regression coefficients.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.