Description Usage Arguments Value Side Effects Note See Also Examples
Display TSmodel arrays.
1 2 3 4 5 6 7 |
x |
An object of class TSmodel or TSestModel. |
digits |
the number of significant digits |
L |
logical if TRUE then ARMA model arrays are displayed as a polynomial matrix with L indicating lags. Otherwise, each lag in the array is displayed as a matrix. |
latex |
logical. If TRUE additional context is added to make the output suitable for inclusion in a latex document. |
fuzz |
ARMA model polynomial elements with absolute value less than fuzz are not displayed (i.e.-as if they are zero) |
... |
arguments passed to other methods. |
The object is returned invisibly.
The model arrays are displayed.
BUG: digits cannot be controlled for some numbers (e.g.- 1.0 is printed as 0.9999999999)
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.