PRTools contents |
LINEARR
Y = LINEARR(X,LAMBDA,N)
Input | |
X | Dataset |
LAMBDA | Regularization parameter (default: no regularization) |
N | Order of polynomial (optional) |
Output | |
Y | Linear (or higher order) regression |
Perform a linear regression on dataset X, with regularization
parameter | LAMBDA. When N is supplied, also higher order polynomials |
are | possible. |
PRTools contents |