https://github.com/cran/pcdpca
Raw File
Tip revision: 994e42225542c81cc02708658f24865826071d4c authored by Lukasz Kidzinski on 03 September 2017, 04:17:18 UTC
version 0.4
Tip revision: 994e422
pcdpca.scores.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/pcdpca.scores.R
\name{pcdpca.scores}
\alias{pcdpca.scores}
\title{Compute periodically correlated DPCA scores, given the filters XI}
\usage{
pcdpca.scores(X, XI)
}
\arguments{
\item{X}{multivariate time series}

\item{XI}{series of filters returned from pcdpca}
}
\description{
Compute periodically correlated DPCA scores, given the filters XI
}
\keyword{pcdpca}
back to top