This article was automatically translated from the original Turkish version.
Linear regression is a statistical technique that models the linear relationship between a dependent variable (target variable) and one or more independent variables (explanatory variables). At its most basic level, it aims to predict the value of one variable based on the known value of another. This technique is widely used in both statistics and machine learning fields in various forms.
Linear regression is the process of estimating an unknown value through a linear mathematical model. This model assumes a linear (straight-line) relationship between variables. The fundamental equation is:

Linear Regression Fundamental Equation
where:
The primary goal of linear regression is to identify the linear relationship that best predicts the variable y using the variable x.
Linear regression is widely used in economics, biology, social sciences, marketing, finance and engineering like. Example applications include:

Simple and Multiple Linear Regression Equations
For linear regression to function properly, the following assumptions must be satisfied:
These assumptions are checked using scatter plots, residual analysis, the Durbin-Watson test, and the Variance Inflation Factor (VIF).
Accessed November 26, 2025.
Amazon Web Services (AWS). "What Is Linear Regression?" Accessed April 10, 2025. https://aws.amazon.com/what-is/linear-regression/
IBM. "What Is Linear Regression?" Accessed April 10, 2025.
Applications
Key Features and Advantages of Linear Regression
Types of Regression
Modeling Process and Steps
Assumptions of Linear Regression
Evaluation Metrics
Real-World Examples