batcoord
returns a list with the components ev, rev,
units, proj
. batvarcoord
returns a list with the components
ev, rev, units, proj, W, S1, S2
.
evvector of eigenvalues. If dom="mean"
, then first eigenvalue
from discrcoord
. Further eigenvalues are of
\(S_1^{-1}S_2\), where \(S_i\) is the covariance matrix of class
i. For batvarcoord
or
if dom="variance"
, all eigenvalues come from
\(S_1^{-1}S_2\) and are ordered by rev
.
revfor batcoord
:
vector of projected Bhattacharyya distances (Fukunaga
(1990), p. 99). Determine quality of the projection coordinates.
For batvarcoord
: vector of amount of projected difference in
variances.
unitscolumns are coordinates of projection basis vectors.
New points x
can be projected onto the projection basis vectors
by x %*% units
.
projprojections of xd
onto units
.
Wmatrix \(S_1^{-1}S_2\).
S1covariance matrix of the first class.
S2covariance matrix of the second class.