رگرسیون خطی چندگانه (MLR)
رگرسیون خطی چندگانه، که بهطور خلاصه بهعنوان رگرسیون چندگانه نیز شناخته میشود، یک تکنیک آماری است که از چند متغیر توضیحی برای پیشبینی نتیجه یک متغیر پاسخ استفاده میشود. هدف از رگرسیون خطی چندگانه مدل سازی رابطه خطی متغیرهای توضیحی (مستقل) و متغیرهای پاسخ (وابسته) است. در اصل، رگرسیون چندگانه، گسترش رگرسیون حداقل مربعات معمولی است زیرا شامل بیش از یک متغیر توضیحی است.
Multiple Linear Regression (MLR)
Multiple linear regression (MLR), also known simply as multiple regression, is a statistical technique that uses several explanatory variables to predict the outcome of a response variable. The goal of multiple linear regression is to model the linear relationship between the explanatory (independent) variables and response (dependent) variables. In essence, multiple regression is the extension of ordinary least-squares (OLS) regression because it involves more than one explanatory variable.