Description Usage Arguments Value Examples
Projects the series onto chosen principal components, and performs skew-diagonal averaging on projected data.
1 | reconstruct(ssa, pcs = c(1, 2), pct.var = NULL, inplace = T, plot = T)
|
ssa |
object created from |
pcs |
a vector of integers specifying the projection bases of principal components. |
pct.var |
(optional) a number in (0.0,1.0] specifying the desired reconstruction accuracy. |
inplace |
|
plot |
|
if inplace=FALSE
, returns a list of the reconstructed trajectory matrix and series.
1 2 | obj=ssa(co2,18)
reconstruct(obj,1:5,plot=T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.