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.inverse.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/pcdpca.inverse.R
\name{pcdpca.inverse}
\alias{pcdpca.inverse}
\title{Retrieve a process from given scores}
\usage{
pcdpca.inverse(Y, XI)
}
\arguments{
\item{Y}{scores process}

\item{XI}{principal components series}
}
\value{
Retrived process X
}
\description{
For given scores \code{Y} and dynamic principal components \code{XI}
retrive a series from which scores \code{Y} were calculated.
This procedure should be seen as the inverse of \code{\link{pcdpca.scores}}.
}
\references{
Kidzinski, Kokoszka, Jouzdani
Dynamic principal components of periodically correlated functional time series
Research report, 2016
}
\seealso{
\code{\link{pcdpca.scores}}, \code{\link{pcdpca}}
}
back to top