https://github.com/bugdaryan/regression_coef_analysys
Distribution analysys of a linear regression coeficients
https://github.com/bugdaryan/regression_coef_analysys
data-science distributional-analysis python3 r regression regression-analysis
Last synced: about 1 month ago
JSON representation
Distribution analysys of a linear regression coeficients
- Host: GitHub
- URL: https://github.com/bugdaryan/regression_coef_analysys
- Owner: bugdaryan
- Created: 2019-11-27T21:50:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-14T11:30:32.000Z (over 6 years ago)
- Last Synced: 2025-01-10T17:48:58.018Z (over 1 year ago)
- Topics: data-science, distributional-analysis, python3, r, regression, regression-analysis
- Language: HTML
- Size: 600 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Regression_coef_analysys
Distribution analysys of a linear regression coeficients
To generate data, run `generate_data.py` like so
```
python3 generate_data.py
```
and it will create data files in a folder in current directory named `Data`
If you want to update markdown, then run `Regressors_analysys.Rmd` file, or you can view already rendered `Regressors_analysys.html` file
Hope you enjoy it