Jump Trading Interview Question

It concerns a time-series prediction problem related to stock markets. I am asked to code a program from scratch in python to predict some quantity.

Interview Answer

Anonymous

Dec 13, 2022

I used many functions from packages like numpy, pandas, and scipy. I used augmented linear regression to predict the quantity.