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.
Sigiloso
I used many functions from packages like numpy, pandas, and scipy. I used augmented linear regression to predict the quantity.