Description Usage Arguments Value Author(s) Examples
The coefficients in the infinite MA expansion of the ARMA model are determined.
| 1 | ImpulseCoefficientsARMA(phi, theta, lag.max)
 | 
| phi | AR coefficients | 
| theta | MA coefficients | 
| lag.max | lags 0,...,lag.max | 
vector length lag.max+1
A.I. McLeod
| 1 | ImpulseCoefficientsARMA(0.9,0.5,20)
 | 
Loading required package: FitAR
Loading required package: lattice
Loading required package: leaps
Loading required package: ltsa
Loading required package: bestglm
 [1] 1.00000000 0.40000000 0.36000000 0.32400000 0.29160000 0.26244000
 [7] 0.23619600 0.21257640 0.19131876 0.17218688 0.15496820 0.13947138
[13] 0.12552424 0.11297181 0.10167463 0.09150717 0.08235645 0.07412081
[19] 0.06670873 0.06003785 0.05403407
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.