Statistical Functions Unit Test Results

Test Case 1: Large Numbers & Extreme Values

Dataset: [1000000, -1000000, 999999, -999999, 1000, -1000]

Purpose: Tests handling of large numbers and extreme positive/negative values. This case checks:

Results verified using Excel's Statistical Functions

Test Case 2: Repeated Values & Multiple Modes

Dataset: [1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5]

Purpose: Tests handling of datasets with multiple repeated values. This case checks:

Results verified using hand calculations

Test Case 3: Skewed Distribution

Dataset: [1, 1.5, 2, 2.1, 2.2, 2.3, 8, 9, 10, 15]

Purpose: Tests handling of skewed distributions. This case checks:

Results verified using R statistical software