Home > lib > data_transform_pls.m

data_transform_pls

PURPOSE ^

function d2 = data_transform_pls(data, no_factors)

SYNOPSIS ^

function d2 = data_transform_pls(data, no_factors)

DESCRIPTION ^

 function d2 = data_transform_pls(data, no_factors)

 PLS according to Hastie, The elements of Statistical Learning, 2001, Algorithm 3.2, p.68

 Inputs
   no_factors: number of variables to be calculated.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 18-Feb-2010 12:47:47 by m2html © 2003