Reply to Message

View discussion in a popup

Replying to:
benh7
Contributor
Contributor

One way to do this, given that I'm interested in correlating now vs. 1 hour ago, is as follows:

signal = ts(data, host=somehost)

lagsignal = lag(60m, ts(data, host=somehost))

Then look at mcorr(10m, ${signal}, ${lagsignal}).

Reply
0 Kudos