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:
'bsb',[3 5 20:30]
, 'inverse',true
, 'Jacobian',true
m x 1 vector or logical vector or length n.
The default value of bsb is 1:length(y), that is all units are
used to compute the Jacobian. Note that this option takes
effect just if option Jacobian is true.
Example: 'bsb',[3 5 20:30]
Data Types: double or logical
If inverse is true, the
inverse transformation is returned. The default value of
inverse is false.
Example: 'inverse',true
Data Types: Logical
If true (default) the transformation is normalized
to have Jacobian equal to 1. Note that this optional
argument is ignored if previous optional argument inverse
is true
Example: 'Jacobian',true
Data Types: Logical