File: readme Date: January 8, 2008 Author: Jo-Anne Ting Matlab source code: 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 vbls_online_p.m : Source code for incremental version of VBLS. Comments: Run test.m. The indicator variables can be toggled on or off, depending on which algorithms the user wants to run. Related publications include Ting, D'Souza, Vijayakumar & Schaal (2010) and Ting et al. (2008). Older conference proceedings are also available in Ting et al. (2005) and D'Souza, Vijayakumar & Schaal (2004).