Descriptive Statistics algorithm -> multiple variables
Created by: jassak
- Change Descriptive Statistics algorithm to allow multiple variables as input. Only single variable inputs were allowed previously.
- Change corresponding unit tests to agree on multiple inputs. This was done by reshaping the (1x100) input/output pairs into (5x20) pairs.