tsequation.tsgarch.estimate {tsgarch} | R Documentation |
Model Equation (LaTeX)
Description
Generates a list of model equations in LaTeX.
Usage
## S3 method for class 'tsgarch.estimate'
tsequation(object, ...)
Arguments
object |
an object of class “tsgarch.estimate”. |
... |
not currently used. |
Details
This method is called in the summary when the format output option chosen is “flextable”.
Value
A list of equations in LaTeX which can be used in documents. This is a list with 4 slots for the conditional distribution, the conditional volatility, the persistence and unconditional variance equations.
[Package tsgarch version 1.0.2 Index]