Application - [A3, A4]
Contents
A3
Make a simple CSV parser that can ead a CSV file
A4
Compute a univariate distribution of a variable after reading a variable from a CSV file
Application
The application developed parses correctly the given CSV file, which has been included in the ZIP file provided with the code on Github.
Major features
This application allows a user to pass a file either with a drag and drop feature, or by selecting the file path from the file system.
After parsing the file it gives the possibility to calculate the mean
, the standard deviation
or the frequency distribution
, both for a Univariate or Bivariate random variable.
Source Code
The source code can be found on Github and it can be downloaded as a ZIP
file from the Release section.