https://github.com/cran/pcdpca
Raw File
Tip revision: ce9d67e15a5402f4d12e62fe9882ada23b12971e authored by Lukasz Kidzinski on 26 November 2016, 23:06:38 UTC
version 0.2.1
Tip revision: ce9d67e
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