Course Name: Financial Time Series Analysis for Trading, Section No: 15, Unit No: 7, Unit type: Notebook
Hello,
please find below an inconsistency between fitted parameters and the explanatory text in the Jupyter notebook.
ma.L1 0.21
ma.L2 -0.17
ma.L3 -0.08
ma.L4 0.04
ma.L5 -0.22
ma.L6 0.11
ma.L7 0.11
ma.L8 0.09
ma.L9 -0.26
ma.L10 0.34
sigma2 0.75
dtype: float64
From the output above, you can see that the fitted model is
๐๐ด(10)=๐ฆ๐ก=โ0.23+๐๐ก+0.09โ๐๐กโ1+ โฆ +0.22โ๐ฆ๐กโ10
Kindly update the notebook.
Also, further down in the notebook, we find the following:
" From the third plot, you can see that there is autocorrelation between the residuals with its 3rd and 8th lagged value."
In the present form the PACF plot does not indicate any autocorrelation of the residuals within the 95% confidence interval [I assume from data_modules.tsa_functions_quantra import model_performance indeed used 95% confidence intervals?].
- Is the code from within
data_modules.tsa_functions_quantraaccessible from, via github, so one can see what it is actually doing?
Many thanks for your help.