# Functions
Mean: Returns the man of the dataset.
MeanWithoutOutliers: Returns the mean of the dataset after removing values outside 2 standard deviations from the median.
Median: Returns the median of the dataset.
MedianWithoutOutliers: Returns the median of the dataset after removing values outside 2 std deviations from the median.
Mode: Returns the mode of the dataset.
No description provided by the author