halflife.tsgarch.estimate | R Documentation |
Calculates and returns the half-life of a model.
## S3 method for class 'tsgarch.estimate'
halflife(object, ...)
object |
an object. |
... |
not currently used. |
The half life is defined as the period it
takes a series to reach half its long-term average values. For a GARCH model
this is defined as log(0.5)/log(P)
where P is the persistence.
a numeric value representing the half life in periods based on the frequency of the underlying data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.