#+TITLE: Analysis of custom data - Module 2 - Exercise 4 #+AUTHOR: Miguel Felipe Silva Vasconcelos #+DATE: 28/02/2021 #+LANGUAGE: en # #+PROPERTY: header-args :eval never-export #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: * Introduction For the purpose of only solving this exercise, I'm using data that was randomly generated. The file /data.csv/ contains two columns: - The first column represents the day of the month - The second column represents how many minutes were spent doing determined task (in this case, studying for this MOOC) The analysis will present the following metrics: median, average, standard deviation, maximum, and minimum value, regarding the time spent on each day. * Results of the experiments