https://learninghub.kx.com/forums/topic/need-more-clarification-on-the-capsule-project
Hi all,
I’m working on the following question, but i can’t quite understand on the requirement, can anyone help me explain what is the expected requirement for the following question? it will be good if someone can share the expected output as well
4.7 Finally, using timeSeries
(or otherwise) calculate the correlation between the 15 minute timeseries
for edge
with each of qty
and numTrds
. Store this in a dictionary called edgeCor
with edge
,
qty
and numTrds
as the keys and the values as their correlation with the edge
series. Thus
the value for edge
should be 1.**
Thanks.