Value |
Description |
BIC |
length(la)-by-3 matrix containing in the first column the
values of lambda, in the second column the values of BIC and
in the third column the values of the "Agreement index". The
agreement index is the reciprocal of the mean of the absolute
values of the score test computed in the interval init:h. The
default value of init is n*0.6 (see input option init) and h
is the number of clean observations in agreement with a
particular transformation. h is contained in the third column
of out.mmstop. The value of the index is rescaled with the
variance of the truncated normal distribution, in order to
give more weight to the searches with larger values of h.
|
mmstop |
length(la)-by-3 matrix containing in the first column the
values of lambda, in the second column the number of units in
agreement with the different values of lambda and in the
third column the number of units not declared as outliers in
the subsequent outlier detection procedure.
|
BBla |
n-by-length(la) matrix containing information about the
outlier(s) for each value of lambda.
If out.BBla(i,j)=0 means that unit i (i=1, 2, ...n) is not
in agreement with la(j) j=1, 2, ..., length(la).
If out.BBla(i,j)=1 means that unit i (i=1, 2, ...n) is
in agreement with la(j) j=1, 2, ..., length(la) but has been
declared as outlier in the subsequent outlier detection
procedure.
If out.BBla(i,j)=2 means that unit i (i=1, 2, ...n) is
in agreement with la(j) j=1, 2, ..., length(la) and has not been
declared as outlier in the subsequent outlier detection
procedure.
|
labest |
scalar. Value of lambda associated with the largest BIC
value.
|