n x v data matrix; n observations and v variables. Rows of
               Y represent observations, and columns represent variables.
 
               Missing values (NaN's) and infinite values (Inf's) are
               allowed, since observations (rows) with missing or infinite
               values will automatically be excluded from the
               computations.
                
 
 Data Types: single|double
  
  
 
 
 
 
 k x 1 integer vector
               specifying the variables which must be
               transformed. If it is missing and length(la)=v all
               variables are transformed
                
 
 Data Types: single|double
  
  
 
 
 
 
 k x 1 vector containing set of transformation
               parameters for the k ColtoTra.
 
                
 
 Data Types: single|double
  
  
Specify optional comma-separated pairs of Name,Value arguments.
 Name is the argument name and Value
 is the corresponding value. Name must appear 
 inside single quotes (' '). 
 You can specify several name and value pair arguments in any order as  
 Name1,Value1,...,NameN,ValueN.
 
 Example:
 'inverse',true
 
	If inverse is true, the
               inverse transformation is returned. The default value of
               inverse is false.
 
                 
	
       Example:  'inverse',true
	Data Types: Logical