View source: R/factor.comp.wge.R View source: R/factor.comp.temp.wge.R
factor.comp.wge | R Documentation |
This program finds the ML estimates of a specified order, then prints a factor table for the estimated model and prints and plots the additive components
factor.comp.wge(x, aic = FALSE, p, ncomp)
x |
Realization |
aic |
The program calls basic R function phi.burg to calculate burg estimates of an AR fit to the data. Aic is turned off and the user specifies the order |
p |
Order of AR to fit to data |
ncomp |
Number of additive components to calculate and plot |
ncomp |
The number of additive components |
x.comp |
Matrix (i,j) where i designates the component and j denotes time, i.e. (i,j) denotes the ith component at time j |
Wayne Woodward
"Applied Time Series Analysis with R, 2nd edition" by Woodward, Elliott, and Gray
data(ss08)
factor.comp.wge(ss08,p=9,ncomp=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.