Open the pdf file <root>/Report.pdf
Create a file called .env-dev
in the <root>
directory and insert the following configuration.
$ POSTGRES_DB=postgres
$ POSTGRES_USER=postgres
$ POSTGRES_PASSWORD=Crypto01
Execute the following commands.
$ cd <root>/
$ docker-compose up
Execute the following commands.
$ cd <root>/parent/
$ mvn clean install
$ cd <root>/analysis/
$ mvn exec:Java
Execute the following commands, and then open the var_crypto.ipynb
or var_stock.ipynb
file in the browser.
$ cd <root>/experiment/
$ jupyter notebook
Execute the following commands to compile the LaTeX file.
$ cd <root>/report/
$ pdflatex Report.tex
$ cp Report.pdf ../Report.pdf