02/02/2023
๐๐ข๐ง๐๐๐ซ ๐๐๐ ๐ซ๐๐ฌ๐ฌ๐ข๐จ๐ง ๐๐จ๐๐๐ฅ:
โข Linear regression model is a statistical method that is used to examine the relationship between two continuous variables: independent variable (X) and dependent variable (Y).
โข In this model, a linear equation is used to predict the value of Y based on the value of X.
โข The goal of a linear regression model is to find the line of best fit that minimizes the distance between the actual values and the predicted values.
โข The equation for a linear regression model is y = b0 + b1x, where b0 is the y-intercept and b1 is the slope of the line.
โข Points in a linear regression model are used to plot the data and determine the line of best fit.
๐๐จ๐ ๐ข๐ฌ๐ญ๐ข๐ ๐๐๐ ๐ซ๐๐ฌ๐ฌ๐ข๐จ๐ง ๐๐จ๐๐๐ฅ:
โข A logistic regression model is a statistical method used to analyze the relationship between a binary dependent variable y and one or more independent variables (x).
โข Unlike linear regression, logistic regression models are used to model the relationship between two binary outcomes.
โข The goal of a logistic regression model is to determine the probability of a certain event occurring based on the values of the independent variables.
โข The equation for a logistic regression model is P(y) = 1/(1 + e^(-b0 - b1x)), where b0 is the y-intercept and b1 is the slope of the line.
โข Points in a logistic regression model are used to plot the data and determine the probability of a certain event occurring based on the values of the independent variables.
๐๐ฎ๐ฅ๐ญ๐ข๐ฉ๐ฅ๐ ๐๐๐ ๐ซ๐๐ฌ๐ฌ๐ข๐จ๐ง ๐๐จ๐๐๐ฅ:
โข A multiple regression model is a statistical method used to analyze the relationship between a dependent variable y and multiple independent variables (x).
โข In this model, multiple regression equation is used to predict the value of Y based on the values of multiple X variables
โข The goal of a multiple regression model is to determine the relationship between the dependent variable and each independent variable and to find the equation that minimizes the distance between the actual values and the predicted values.
โข The equation for a multiple regression model is y = b0 + b1x1 + b2x2 + ... + bnxn, where b0 is the y-intercept, b1, b2, ..., bn are the slopes of the lines, and x1, x2, ..., xn are the independent variables.
โข Points in a multiple regression model are used to plot the data and determine the relationship between the dependent variable and each independent variable.
Compiled & Organized by: Abdalla Haji