File: 	  readme
Date:	  March 19, 2009
Author:   Stefan Schaal

Matlab source code:

fakeData_test.m   : Test file to run the Variational Bayesian Least
                    Squares (VBLS) algorithm on synthetic data sets.

vbls.m            : Source code for VBLS

arrfit.m          : Source code for adaptive ridge regression

pls_v1.m          : Source code for Partial Least Squares regression

Comments:

Run fakeData_test.m. The indicator variables can be toggled on or 
off, depending on which algorithms the user wants to run.

Please refer to Ting et al. (2005) and D'Souza, Vijayakumar & 
Schaal (2004) for more details.
