Skip to main content

simple linear regression quality

Project description

Simple Linear Regression:

An analysis of the quality of the regression is carried out

methodology

Table of Contents

Simple Linear Regression Assumptions:

  1. Outlier: The term anomaly indicates that there is data that deviates significantly from the rest.
  2. Normality: refers to the normal distribution of errors or residuals.
  3. Homoscedasticity: is another simple linear regression assumption and indicates whether the variance of the residuals is the same across different groups in the database.
  4. Independence: refers to the absence of temporal correlation between residuals.
  5. Linearity: is associated with the presence of a constant change of the variable to be predicted with respect to the predictor.

Simple linear regression Quality

Installation

Instructions on how to install the project. For example:

pip install SL-regression-quality

Code Example

For instance, the following code can be executed in Google Colab. Simply copy and paste it into a new Colab notebook.

#--------------------------------------------------------------------------------
# 1) Load libraries:
import pandas as pd 
from main_routine import sl_regression_quality

#--------------------------------------------------------------------------------
# 2) Load data
dataset = pd.read_csv('../data/Data_carne_new.csv')
df = pd.read_csv('../data/pruebaResolu.csv')
alpha = 0.05
dL = 1.055

# Total:
x=dataset.iloc[:27,1:2].values
y=dataset.iloc[:27,2:3].values
y_res = df.iloc[:,3:6].values
#--------------------------------------------------------------------------------
# 3) Run analysis
sl_regression_quality(x,y,alpha,dL,y_res)

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

SL-regression-quality-0.1.1.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

SL_regression_quality-0.1.1-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file SL-regression-quality-0.1.1.tar.gz.

File metadata

  • Download URL: SL-regression-quality-0.1.1.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for SL-regression-quality-0.1.1.tar.gz
Algorithm Hash digest
SHA256 257d66a858146d8268d612cf2e44ae23ba7935cd93578971e350ba52234b6a07
MD5 c5b67da3f2e7fcbb128de814c4ae1306
BLAKE2b-256 512448381e0f13e5245e713dc1d902a120b9150fa8d3896282a64f920165f469

See more details on using hashes here.

File details

Details for the file SL_regression_quality-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for SL_regression_quality-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7cae2c3d4b81d56e5334648ab9793eaa624dc6f4611cdc0e599683c6b2242db8
MD5 bf9ed64f827cf811273e27b60d75bc21
BLAKE2b-256 d9c82bd72b5fcaf7b4da4fd528d185072e44f6dd2bcc66fffaabe0ae56e735d8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page