Mlrengine: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Scott |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Line 16: | Line 15: | ||
===Options === | ===Options === | ||
* | * '''options''' = a structure array with the following fields. | ||
* '''display''': [ {'off'} | 'on'] Governs screen display to command line. | * '''display''': [ {'off'} | 'on'] Governs screen display to command line. |
Revision as of 15:09, 7 October 2008
Purpose
Multiple Linear Regression computational engine.
Synopsis
- reg = mlrengine(x,y,options)
Description
Inputs are an x-block x, y-block y and optional options structure.
Output is the matrix of regression vectors reg.
Options
- options = a structure array with the following fields.
- display: [ {'off'} | 'on'] Governs screen display to command line.
- ridge: [ 0 ] ridge parameter to use in regularizing the inverse.