lda.ct {ctmva} | R Documentation |
A continuous-time version of Fisher's LDA, in which segments of the time interval take the place of groups of observations.
## S3 method for class 'ct'
lda(fdobj, partition)
fdobj |
continuous-time multivariate data set of class |
partition |
a priori break points dividing the time interval into segments |
Object of class "lda.ct
", a list consisting of
scaling |
matrix of coefficients defining the discriminants (as in |
values |
eigenvalues giving the ratios of between to within sums of squares |
partition |
the supplied |
fdobj |
linear discriminants represented as an |
nld |
number of linear discriminants |
Biplab Paul <paul.biplab497@gmail.com> and Philip Tzvi Reiss <reiss@stat.haifa.ac.il>
plot.lda.ct
; lda
, for the classical version
## see end of example in ?pca.ct