Description Usage Arguments Details Value
\mathbf{\hat{y}} - \mathbf{y}
1 |
w |
Vector of weights. |
X |
The data matrix, that is an n \times k matrix of n observations of k regressors, which includes a regressor whose value is 1 for each observation. |
y |
n \times 1 vector of observations on the dependent variable. |
aFUN |
Activation function. |
... |
Arguments to pass to |
Activation functions:
aFUN = eval
for linear regression
aFUN = sign
for single layer perceptron
Returns prediction errors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.