Logistic regression is a statistical method used to model the probability of a binary outcome, such as yes/no, success/failure, or pass/fail. Instead of predicting continuous values, it estimates the likelihood that an event occurs, making it a key tool in decision-making and quality improvement.
Developed as an extension of regression analysis, logistic regression became widely used in the 20th century for analysing categorical data. Unlike linear regression, which predicts values on a continuous scale, logistic regression applies the logit function to transform probabilities into a linear relationship. This makes it suitable for modelling outcomes constrained between 0 and 1.
Logistic regression is widely applied because it accommodates both attribute and continuous predictors. It is simple to interpret yet powerful enough to form the foundation of many predictive analytics and machine learning models. In Lean Six Sigma, it is useful for linking process inputs to binary quality outcomes, supporting data-driven decision-making.