- [Arithmetic mean](statistic/Statistic_tasks/Arithmetic_mean.py) - the arithmetic mean of a given set of values function
- [Greatest common divisor](statistic/Statistic_tasks/Greatest_common_divisor.py) - calculate the GSD
- [Least common multiple](statistic/Statistic_tasks/Least_common_multiple.py) - calculate the LCM
- [Median](statistic/Statistic_tasks/median.py) - the median function
- [Multiplication tables](statistic/Statistic_tasks/multiplication_tables.py) - multiplication tables in the form of a table of 2 horizontal and 2 vertical values
- [Number square root](statistic/Statistic_tasks/Number_square_root.py) - the square root of the number function
- [Range](statistic/Statistic_tasks/range.py) - the function of mathematical range
- [Mean of numbers on a segment](statistic/Statistic_tasks/mean_of_nm_on_segment.py) -
- [Standard deviation](statistic/Statistic_tasks/Standard_deviation.py) - calculate the standard deviation of list
- [Sum](statistic/Statistic_tasks/sum.py) - sum of integers