Package for econometric linear regression models and plotting.
Project description
Econometrics
Author : Tran Minh Tam
Linear Regression
A simple econometrics package for linear regression and plotting.
Installation
You can install the package via pip: pip install econometrics
Run with the package
from LinearRegression.regression import LinearRegression
# Tạo một đối tượng (instance) của lớp LinearRegression và truyền vào file dữ liệu './data_file.csv' để sử dụng trong quá trình hồi quy tuyến tính
model = LinearRegression(data_file='./data_file.csv')
# Huấn luyện mô hình
model.fit()
# In ra kết quả summary
model.summary()
# Vẽ đồ thị
model.plot()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file econometrics-python-0.2.tar.gz.
File metadata
- Download URL: econometrics-python-0.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac711181eb989a50a2bdaa07e058884801ea2d17b6047c08fd0e0d7676a3a596
|
|
| MD5 |
fab871a5a6abf113362519898618f28c
|
|
| BLAKE2b-256 |
43d91bd6e9eefaacd6d101df37234a92f68ea8f37042b452e5f6a35eab28af24
|
File details
Details for the file econometrics_python-0.2-py3-none-any.whl.
File metadata
- Download URL: econometrics_python-0.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
559896197de5205c981249ddcb0837b2960eb840cdc3fbe6c8e4339faa5df014
|
|
| MD5 |
5d3dc3ae4faa5a5551b77e4c35f64336
|
|
| BLAKE2b-256 |
7047f59d061f017017dfa7b26ddedd3d46691a884a3ef0ee6b549c5bee43716b
|