フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

GARCH simulation - user-supplied disturbances

1 回表示 (過去 30 日間)
William
William 2011 年 9 月 1 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I would like to simulate a GARCH time series, and have some questions about the GARCH functions in the Econometrics toolbox.
The only options for the conditional distribution within the GARCH specifications are a normal distribution or a t distribution. I would like to supply a matrix of user-generated conditional disturbances (following a generalised lambda distribution). Am I right in thinking that this may be done via the 'State' input?
I would like to be able to specify a starting value for the time series' conditional variance. Am I right in thinking that this is done through the 'PreSigmas' input? Will I then need to specify 'PreInnovations' and 'PreSeries' as well?
One important issue within the model is random number control - I want to ensure that I can trace any differences in outputs back to differences in inputs, not the random number stream. With this in mind, I'm wondering if there is a risk of having my user-specified disturbances (via the 'State' input) altered. I'm not clear how the 'Tolerance' input works, especially where starting 'PreSigmas' values are prespecified. Does 'Tolerance' still have any impact under this framework? Is there a risk of the model pregenerating random values in order to force a steady state time series?
I note that the 'State' input specifies that the contents are standardised, with zero mean, unit variance and iid. Are there any practical consequences within the code if this is violated?
Many thanks.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by