Tagged Questions
3
votes
1answer
175 views
How do I estimate the parameters of an MA(q) process?
It is relatively easy to estimate the parameters of an autoregressive $AR(p)$ process. How do I do with a moving average $MA(q)$ process?
8
votes
3answers
286 views
How to account for market movement when some exchanges are closed?
Daily data, such as open and close prices, is often available for much longer periods than high-frequency data. However, whenever backtesting any strategy that examines instruments traded in different ...
11
votes
3answers
689 views
How to detect regime change when estimating asset correlation from historical time series?
Suppose I have two asset time series, $X_t$ and $Y_t$, and I'm estimating their correlation from historical data. I'd like to apply some systematic criterion to estimate what time window I should use ...
2
votes
1answer
99 views
How to reconstruct a discontinued economic time series such as the Fed's CP rate?
The old 3-Month Commercial Paper Rate (CP3M) on FRED was discontinued in 1997. I would like to reconstruct this series in a reasonable fashion, so I can use it to analyze more recent events.
I was ...