fix links eror

This commit is contained in:
Yesen 2023-10-06 23:54:19 +03:00
parent 55d0e78d82
commit 568f5a6ebb

View File

@ -16,7 +16,7 @@ Here you can find statistic tasks, which can be usefull in econometric calculati
- [ Rejection of the null hypothesis](statistic/Variance/Null_hypothesis_rejection.py) - calculate whether we reject the null hypothesis or not
- [Population variance](statistic/Variance/Population_variance.py) - the variance of the larger population function
- [Sample variance](statistic/Variance/sample_variance.py) - Sample variance function
- [Variance](statistic/Variance/Variance.py) - ccalculate the variance of list form
- [Variance](statistic/Variance/Variance.py) - calculate the variance of list form
### Statistic tasks
- [Arithmetic mean](statistic/Statistic_tasks/Arithmetic_mean.py) - the arithmetic mean of a given set of values function