KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy Need more clarification on the capsule project Re: Need more clarification on the capsule project

  • Laura

    Administrator
    May 17, 2022 at 12:00 am

    Hi

    The expected output is a dictionary with 3 keys  `edge `qty `numTrds. Their corresponding values should be the result of the correlation between the 15 minute timeseries for  `edge (i.e correlation of the edge calculated in the previous question 4.6) with each of `edge  `qty  `numTrds

    Output should look like:

     

    edge   | 1 
    qty    | 0.8059053 
    numTrds| 0.7830214

     

    The iterator that might be useful here is each right ,  check out the Iterators course to see it in action