December 7th, 2005, 4:05 pm
thanks. I think, i got easier solution. It seems to work OK in my quick test with synchronized MC-data. Will check tomorrow with asyncronous one.The idea, briefly is:Calculate at each step EWMAverage and calculate at every tick the EW-COVariance, but also give additional weight due to time-distance between ticks:Suppose, x-tick has arrived and the last y-tick arrived N-seconds ago, so I have estimations:* <x>_(k-1) and <y>_(k-1) and cov(x,y)_(k-1), and * due to time distance between x_(k-1) and y_(k-1), I have additional weight W = exp(-alfa*N)I know, there is normalisation problem (due to W) - I will try to account for that (maybe someone has any idea how?)What do you think?
Last edited by
nikol on December 6th, 2005, 11:00 pm, edited 1 time in total.