{"id":26375488,"url":"https://github.com/umbrellaleaf5/math_statistics","last_synced_at":"2025-03-17T02:17:34.249Z","repository":{"id":281065267,"uuid":"943964323","full_name":"UmbrellaLeaf5/math_statistics","owner":"UmbrellaLeaf5","description":"My repository with home exercises on mathematical statistics in Python at MIPT DAFE/RSE","archived":false,"fork":false,"pushed_at":"2025-03-06T19:40:12.000Z","size":3112,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T20:25:29.312Z","etag":null,"topics":["dafe","education","mathematical-statistics","mipt","pyhon"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UmbrellaLeaf5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-06T15:00:59.000Z","updated_at":"2025-03-06T19:40:17.000Z","dependencies_parsed_at":"2025-03-06T20:35:43.138Z","dependency_job_id":null,"html_url":"https://github.com/UmbrellaLeaf5/math_statistics","commit_stats":null,"previous_names":["umbrellaleaf5/math_statistics"],"tags_count":0,"template":false,"template_full_name":"UmbrellaLeaf5/template_python_usual","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmbrellaLeaf5%2Fmath_statistics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmbrellaLeaf5%2Fmath_statistics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmbrellaLeaf5%2Fmath_statistics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmbrellaLeaf5%2Fmath_statistics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UmbrellaLeaf5","download_url":"https://codeload.github.com/UmbrellaLeaf5/math_statistics/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960628,"owners_count":20375106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dafe","education","mathematical-statistics","mipt","pyhon"],"created_at":"2025-03-17T02:17:33.384Z","updated_at":"2025-03-17T02:17:34.230Z","avatar_url":"https://github.com/UmbrellaLeaf5.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Математическая статистика\n\n## Assignments\n\n### First\n* [T.1](./assignment_1/task_1.pdf), [T.2](./assignment_1/task_2.ipynb), [T.3](./assignment_1/task_3.pdf) (до 09.03.2025; 23::59)\n\n### Second\n\n## Installation\n\n0.  **Клонирование репозитория:**\n\n    Перед тем как начать, вам необходимо клонировать репозиторий с исходным кодом проекта.\n \n    ```bash\n    git clone https://github.com/UmbrellaLeaf5/math_statistics.git\n    ```\n\n    Перейдите в директорию, куда был клонирован репозиторий:\n\n    ```bash\n    cd math_statistics\n    ``` \n\n\n1.  **Создание виртуального окружения:**\n\n    Откройте терминал или командную строку в корневой директории вашего проекта (там, где находится файл `requirements.txt`) и выполните следующую команду для создания виртуального окружения с именем `.venv`:\n\n    ```bash\n    python3 -m venv .venv\n    ```\n\n    или\n\n    ```bash\n    python -m venv .venv\n    ```\n\n    *   Если у вас установлена только версия `Python 3`, можете использовать `python` вместо `python3`.\n    *   Если виртуальное окружение уже существует (вы его создавали ранее), пропустите этот шаг.\n\n\n2.  **Активация виртуального окружения:**\n\n    Активируйте виртуальное окружение, чтобы `Python` использовал библиотеки, установленные внутри него:\n\n    *   **Linux/macOS:**\n\n        ```bash\n        source .venv/bin/activate\n        ```\n\n    *   **Windows (Command Prompt):**\n\n        ```cmd\n        .venv\\Scripts\\activate\n        ```\n\n    *   **Windows (PowerShell):**\n\n        ```powershell\n        .venv\\Scripts\\Activate.ps1\n        ```\n\n    После активации вы увидите `(.venv)` в начале строки терминала, указывающее на то, что виртуальное окружение активно.\n\n\n3.  **Установка зависимостей из `requirements.txt`:**\n\n    Установите все библиотеки, перечисленные в файле `requirements.txt`, выполнив следующую команду:\n\n    ```bash\n    ./.venv/Scripts/pip install -r requirements.txt\n    ```\n\n    или просто:\n\n    ```bash\n    pip install -r requirements.txt\n    ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumbrellaleaf5%2Fmath_statistics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumbrellaleaf5%2Fmath_statistics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumbrellaleaf5%2Fmath_statistics/lists"}