diff --git a/README.md b/README.md index 2bc38d7..d4a68b9 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,10 @@ The project is structured as follows: - `formatters` contains the different functions used to format the data into tables, which are then printed to the console. - `analysis` contains the different functions used to analyze the data, with functions useful for the case study (application of the Pearson correlation coefficient) and also for the different statistics (min, max, average, etc). +### Functional Diagram + +Functional Diagram + ### Performance We did not run any performance tests on the program, but we did not notice any performance issues during the development of the program. The CSV parsing is pretty fast for our rather large datasets, thanks to our use of the ZIO streams. \ No newline at end of file diff --git a/docs/FD.png b/docs/FD.png new file mode 100644 index 0000000..b44c998 Binary files /dev/null and b/docs/FD.png differ