0
votes
0answers
67 views

How can I cope missing data values with excel? or any other software? [closed]

I have to compute Amihud (2002) illiquidity measure for US stock market and I have some missing values in the time-series. Many papers suggest to use linear interpolation for fitting missing values; ...
9
votes
3answers
400 views

Literature on generating synthetic time series for testing

I have some market data (daily time series) for bond prices and CDS indices and I would like to generate synthetic versions of these which are statistically "similar" for testing trading strategies. ...
12
votes
6answers
2k views

What is the best data structure/implementation for representing a time series?

I was wondering what is best practice for representing elements in a time series, especially with large amounts of data. The focus/context is in a back testing engine and comparing multiple series. ...