Compare commits

...

2 Commits

Author SHA1 Message Date
55d0e78d82 replace \ to / in all README 2023-10-06 23:50:35 +03:00
2a79d5e36b replace \ to / in all README 2023-10-06 23:50:18 +03:00
3 changed files with 17 additions and 17 deletions

View File

@ -16,7 +16,7 @@ Among them there are:
- [Index](stepik/beneficial_features/index.py) - some of features of index - [Index](stepik/beneficial_features/index.py) - some of features of index
- [Input](stepik/beneficial_features/input.py) - some of features of input. function - [Input](stepik/beneficial_features/input.py) - some of features of input. function
--- ---
- ***[Sketches](stepik/sketches)*** - here you can find various of sketches unfinished\ unsuitable project - ***[Sketches](stepik/sketches)*** - here you can find various of sketches unfinished/ unsuitable project
- [Sketches](stepik/sketches/input.py) - there are fail code here - [Sketches](stepik/sketches/input.py) - there are fail code here
--- ---
- ***[Stepik tasks](stepik/stepik_tasks)*** - here you can find done tasks from stepik courses. Details here: **[README](stepik/stepik_tasks/README.md)** - ***[Stepik tasks](stepik/stepik_tasks)*** - here you can find done tasks from stepik courses. Details here: **[README](stepik/stepik_tasks/README.md)**

View File

@ -13,9 +13,9 @@ Here you can find math tasks, which i did for myself
Here you can find statistic tasks, which can be usefull in econometric calculations Here you can find statistic tasks, which can be usefull in econometric calculations
### Variance ### Variance
- [ Rejection of the null hypothesis](statistic/Variance\Null_hypothesis_rejection.py) - calculate whether we reject the null hypothesis or not - [ 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 - [Population variance](statistic/Variance/Population_variance.py) - the variance of the larger population function
- [Sample variance](statistic/Variance\sample_variance.py) - Sample variance 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) - ccalculate the variance of list form
### Statistic tasks ### Statistic tasks

View File

@ -3,22 +3,22 @@
Here you can find statistic tasks, which can be usefull in econometric calculations Here you can find statistic tasks, which can be usefull in econometric calculations
## Variance ## Variance
- [ Rejection of the null hypothesis](Variance\Null_hypothesis_rejection.py) - calculate whether we reject the null hypothesis or not - [ Rejection of the null hypothesis](Variance/Null_hypothesis_rejection.py) - calculate whether we reject the null hypothesis or not
- [Population variance](Variance\Population_variance.py) - the variance of the larger population function - [Population variance](Variance/Population_variance.py) - the variance of the larger population function
- [Sample variance](Variance\sample_variance.py) - Sample variance function - [Sample variance](Variance/sample_variance.py) - Sample variance function
- [Variance](Variance\Variance.py) - ccalculate the variance of list form - [Variance](Variance/Variance.py) - ccalculate the variance of list form
## Statistic tasks ## Statistic tasks
- [Arithmetic mean](Statistic_tasks\Arithmetic_mean.py) - the arithmetic mean of a given set of values function - [Arithmetic mean](Statistic_tasks/Arithmetic_mean.py) - the arithmetic mean of a given set of values function
- [Greatest common divisor](Statistic_tasks\Greatest_common_divisor.py) - calculate the GSD - [Greatest common divisor](Statistic_tasks/Greatest_common_divisor.py) - calculate the GSD
- [Least common multiple](Statistic_tasks\Least_common_multiple.py) - calculate the LCM - [Least common multiple](Statistic_tasks/Least_common_multiple.py) - calculate the LCM
- [Median](Statistic_tasks/median.py) - the median function - [Median](Statistic_tasks/median.py) - the median function
- [Multiplication tables](Statistic_tasks\multiplication_tables.py) - multiplication tables in the form of a table of 2 horizontal and 2 vertical values - [Multiplication tables](Statistic_tasks/multiplication_tables.py) - multiplication tables in the form of a table of 2 horizontal and 2 vertical values
- [Number square root](Statistic_tasks\Number_square_root.py) - the square root of the number function - [Number square root](Statistic_tasks/Number_square_root.py) - the square root of the number function
- [Range](Statistic_tasks\range.py) - the function of mathematical range - [Range](Statistic_tasks/range.py) - the function of mathematical range
- [Mean of numbers on a segment](Statistic_tasks\mean_of_nm_on_segment.py) - - [Mean of numbers on a segment](Statistic_tasks/mean_of_nm_on_segment.py) -
- [Standard deviation](Statistic_tasks\Standard_deviation.py) - calculate the standard deviation of list - [Standard deviation](Statistic_tasks/Standard_deviation.py) - calculate the standard deviation of list
- [Sum](Statistic_tasks\sum.py) - sum of integers - [Sum](Statistic_tasks/sum.py) - sum of integers