Assuming that I have a Time Series 'X' which is a 1000 days data of a stock.
can someone share a code sample (in any language) even pseudo code for the Moving average model order q?
Assuming that I have a Time Series 'X' which is a 1000 days data of a stock.
can someone share a code sample (in any language) even pseudo code for the Moving average model order q?
This is an example in Matlab for MA(2) the problem that I was engaging with is how to get the models parameters (0.2,0.5).
I did some more research and I understand that the parameters are sent as an input which is selected manually or by an optimization process. so this the same works for Moving average order q.