-
Capstone project 4.7
Hello Team,
The question defined process is passed but getting the format is failed again and again, exercise4.7 Fail “edgeCor Has Correct Format” “” error. I’m getting this format error for exercise 4.7, I’ve modified the code many times but still getting the same error. I’ve tried the below codes for getting this format error, please help me to resolve this issue.
Exercise 4.7 question,
Finally, using
timeSeries
(or otherwise) calculate the correlation between the 15 minute timeseries foredge
with each ofqty
andnumTrds
. Store this in a dictionary callededgeCor
withedge
,qty
andnumTrds
as the keys and the values as their correlation with theedge
series. Thus the value foredge
should be 1.Sample codes I’ve tried,
corrEdgeQty: cor[timeSeries[`edge], timeSeries[`qty]] corrEdgeNumTrds: cor[timeSeries[`edge], timeSeries[`numTrds]] edgeCor: `edge`qty`numTrds ! 1, corrEdgeQty, corrEdgeNumTrds</code><p><br></p><p>edgeCor: `edge`qty`numTrds!1, cor[timeSeries`edge; timeSeries`qty], cor[timeSeries`edge; timeSeries`numTrds]
Log in to reply.