- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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}).