Skip to content

Commit

Permalink
Заложил основу для части 2 курса
Browse files Browse the repository at this point in the history
  • Loading branch information
KlukvaMors committed Dec 24, 2020
1 parent b2b3714 commit 1158842
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Uniform Distribution.ipynb
основы статистики.ipynb

.ipynb_checkpoints/конспект-checkpoint.ipynb

.ipynb_checkpoints/
120 changes: 120 additions & 0 deletions basic_stat_2.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Основы статистики. Часть II\n",
"\n",
"Автор лекций: **святой Анатолий Карпов**\n",
"\n",
"Конспектировал: **отрок Михаил Курочкин**\n",
"(немного саморекламы: мой [Instagramm](https://www.instagram.com/mikhail_k17/))\n",
"\n",
"<img src='img/Saint_Karpov.png'>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<hr>\n",
"\n",
"## Содержание"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Часть 1\n",
"\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Часть 2\n",
"\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Часть 3\n",
"\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)\n",
" - [~ ~](#)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
}
},
"nbformat": 4,
"nbformat_minor": 4
}

0 comments on commit 1158842

Please sign in to comment.