HOME

TheInfoList



OR:

In statistics, the logistic model (or logit model) is a statistical model that models the
probability Probability is the branch of mathematics concerning numerical descriptions of how likely an event is to occur, or how likely it is that a proposition is true. The probability of an event is a number between 0 and 1, where, roughly speakin ...
of an event taking place by having the log-odds for the event be a linear combination of one or more independent variables. In
regression analysis In statistical modeling, regression analysis is a set of statistical processes for estimating the relationships between a dependent variable (often called the 'outcome' or 'response' variable, or a 'label' in machine learning parlance) and one ...
, logistic regression (or logit regression) is
estimating Estimation (or estimating) is the process of finding an estimate or approximation, which is a value that is usable for some purpose even if input data may be incomplete, uncertain, or unstable. The value is nonetheless usable because it is der ...
the parameters of a logistic model (the coefficients in the linear combination). Formally, in binary logistic regression there is a single
binary Binary may refer to: Science and technology Mathematics * Binary number, a representation of numbers using only two digits (0 and 1) * Binary function, a function that takes two arguments * Binary operation, a mathematical operation that ta ...
dependent variable, coded by an
indicator variable In regression analysis, a dummy variable (also known as indicator variable or just dummy) is one that takes the values 0 or 1 to indicate the absence or presence of some categorical effect that may be expected to shift the outcome. For example, i ...
, where the two values are labeled "0" and "1", while the independent variables can each be a binary variable (two classes, coded by an indicator variable) or a continuous variable (any real value). The corresponding probability of the value labeled "1" can vary between 0 (certainly the value "0") and 1 (certainly the value "1"), hence the labeling; the function that converts log-odds to probability is the logistic function, hence the name. The
unit of measurement A unit of measurement is a definite magnitude of a quantity, defined and adopted by convention or by law, that is used as a standard for measurement of the same kind of quantity. Any other quantity of that kind can be expressed as a multi ...
for the log-odds scale is called a ''
logit In statistics, the logit ( ) function is the quantile function associated with the standard logistic distribution. It has many uses in data analysis and machine learning, especially in data transformations. Mathematically, the logit is the ...
'', from ''logistic unit'', hence the alternative names. See and for formal mathematics, and for a worked example. Binary variables are widely used in statistics to model the probability of a certain class or event taking place, such as the probability of a team winning, of a patient being healthy, etc. (see ), and the logistic model has been the most commonly used model for
binary regression In statistics, specifically regression analysis, a binary regression estimates a relationship between one or more explanatory variables and a single output binary variable. Generally the probability of the two alternatives is modeled, instead of s ...
since about 1970. Binary variables can be generalized to categorical variables when there are more than two possible values (e.g. whether an image is of a cat, dog, lion, etc.), and the binary logistic regression generalized to multinomial logistic regression. If the multiple categories are ordered, one can use the ordinal logistic regression (for example the proportional odds ordinal logistic model). See for further extensions. The logistic regression model itself simply models probability of output in terms of input and does not perform
statistical classification In statistics, classification is the problem of identifying which of a set of categories (sub-populations) an observation (or observations) belongs to. Examples are assigning a given email to the "spam" or "non-spam" class, and assigning a diagn ...
(it is not a classifier), though it can be used to make a classifier, for instance by choosing a cutoff value and classifying inputs with probability greater than the cutoff as one class, below the cutoff as the other; this is a common way to make a binary classifier. Analogous linear models for binary variables with a different
sigmoid function A sigmoid function is a mathematical function having a characteristic "S"-shaped curve or sigmoid curve. A common example of a sigmoid function is the logistic function shown in the first figure and defined by the formula: :S(x) = \frac = \ ...
instead of the logistic function (to convert the linear combination to a probability) can also be used, most notably the
probit model In statistics, a probit model is a type of regression where the dependent variable can take only two values, for example married or not married. The word is a portmanteau, coming from ''probability'' + ''unit''. The purpose of the model is to est ...
; see . The defining characteristic of the logistic model is that increasing one of the independent variables multiplicatively scales the odds of the given outcome at a ''constant'' rate, with each independent variable having its own parameter; for a binary dependent variable this generalizes the
odds ratio An odds ratio (OR) is a statistic that quantifies the strength of the association between two events, A and B. The odds ratio is defined as the ratio of the odds of A in the presence of B and the odds of A in the absence of B, or equivalently (due ...
. More abstractly, the logistic function is the natural parameter for the
Bernoulli distribution In probability theory and statistics, the Bernoulli distribution, named after Swiss mathematician Jacob Bernoulli,James Victor Uspensky: ''Introduction to Mathematical Probability'', McGraw-Hill, New York 1937, page 45 is the discrete probabi ...
, and in this sense is the "simplest" way to convert a real number to a probability. In particular, it maximizes entropy (minimizes added information), and in this sense makes the fewest assumptions of the data being modeled; see . The parameters of a logistic regression are most commonly estimated by maximum-likelihood estimation (MLE). This does not have a closed-form expression, unlike linear least squares; see . Logistic regression by MLE plays a similarly basic role for binary or categorical responses as linear regression by
ordinary least squares In statistics, ordinary least squares (OLS) is a type of linear least squares method for choosing the unknown parameters in a linear regression model (with fixed level-one effects of a linear function of a set of explanatory variables) by the ...
(OLS) plays for scalar responses: it is a simple, well-analyzed baseline model; see for discussion. The logistic regression as a general statistical model was originally developed and popularized primarily by Joseph Berkson, beginning in , where he coined "logit"; see .


Applications

Logistic regression is used in various fields, including machine learning, most medical fields, and social sciences. For example, the Trauma and Injury Severity Score ( TRISS), which is widely used to predict mortality in injured patients, was originally developed by Boyd ' using logistic regression. Many other medical scales used to assess severity of a patient have been developed using logistic regression. Logistic regression may be used to predict the risk of developing a given disease (e.g.
diabetes Diabetes, also known as diabetes mellitus, is a group of metabolic disorders characterized by a high blood sugar level ( hyperglycemia) over a prolonged period of time. Symptoms often include frequent urination, increased thirst and increased ...
;
coronary heart disease Coronary artery disease (CAD), also called coronary heart disease (CHD), ischemic heart disease (IHD), myocardial ischemia, or simply heart disease, involves the reduction of blood flow to the heart muscle due to build-up of atherosclerotic pl ...
), based on observed characteristics of the patient (age, sex, body mass index, results of various blood tests, etc.). Another example might be to predict whether a Nepalese voter will vote Nepali Congress or Communist Party of Nepal or Any Other Party, based on age, income, sex, race, state of residence, votes in previous elections, etc. The technique can also be used in
engineering Engineering is the use of scientific principles to design and build machines, structures, and other items, including bridges, tunnels, roads, vehicles, and buildings. The discipline of engineering encompasses a broad range of more speciali ...
, especially for predicting the probability of failure of a given process, system or product. It is also used in
marketing Marketing is the process of exploring, creating, and delivering value to meet the needs of a target market in terms of goods and services; potentially including selection of a target audience; selection of certain attributes or themes to emph ...
applications such as prediction of a customer's propensity to purchase a product or halt a subscription, etc. In
economics Economics () is the social science that studies the production, distribution, and consumption of goods and services. Economics focuses on the behaviour and interactions of economic agents and how economies work. Microeconomics analyzes ...
, it can be used to predict the likelihood of a person ending up in the labor force, and a business application would be to predict the likelihood of a homeowner defaulting on a
mortgage A mortgage loan or simply mortgage (), in civil law jurisdicions known also as a hypothec loan, is a loan used either by purchasers of real property to raise funds to buy real estate, or by existing property owners to raise funds for any ...
.
Conditional random field Conditional random fields (CRFs) are a class of statistical modeling methods often applied in pattern recognition and machine learning and used for structured prediction. Whereas a classifier predicts a label for a single sample without consid ...
s, an extension of logistic regression to sequential data, are used in natural language processing.


Example


Problem

As a simple example, we can use a logistic regression with one explanatory variable and two categories to answer the following question:
A group of 20 students spends between 0 and 6 hours studying for an exam. How does the number of hours spent studying affect the probability of the student passing the exam?
The reason for using logistic regression for this problem is that the values of the dependent variable, pass and fail, while represented by "1" and "0", are not
cardinal number In mathematics, cardinal numbers, or cardinals for short, are a generalization of the natural numbers used to measure the cardinality (size) of sets. The cardinality of a finite set is a natural number: the number of elements in the set. T ...
s. If the problem was changed so that pass/fail was replaced with the grade 0–100 (cardinal numbers), then simple
regression analysis In statistical modeling, regression analysis is a set of statistical processes for estimating the relationships between a dependent variable (often called the 'outcome' or 'response' variable, or a 'label' in machine learning parlance) and one ...
could be used. The table shows the number of hours each student spent studying, and whether they passed (1) or failed (0). We wish to fit a logistic function to the data consisting of the hours studied (''xk'') and the outcome of the test (''yk'' =1 for pass, 0 for fail). The data points are indexed by the subscript ''k'' which runs from k=1 to k=K=20. The ''x'' variable is called the " explanatory variable", and the ''y'' variable is called the " categorical variable" consisting of two categories: "pass" or "fail" corresponding to the categorical values 1 and 0 respectively.


Model

The logistic function is of the form: :p(x)=\frac where ''μ'' is a
location parameter In geography, location or place are used to denote a region (point, line, or area) on Earth's surface or elsewhere. The term ''location'' generally implies a higher degree of certainty than ''place'', the latter often indicating an entity with an ...
(the midpoint of the curve, where p(\mu)=1/2) and ''s'' is a
scale parameter In probability theory and statistics, a scale parameter is a special kind of numerical parameter of a parametric family of probability distributions. The larger the scale parameter, the more spread out the distribution. Definition If a family o ...
. This expression may be rewritten as: :p(x)=\frac where \beta_0 = -\mu/s and is known as the intercept (it is the ''vertical'' intercept or ''y''-intercept of the line y = \beta_0+\beta_1 x), and \beta_1= 1/s (inverse scale parameter or rate parameter): these are the ''y''-intercept and slope of the log-odds as a function of ''x''. Conversely, \mu=-\beta_0/\beta_1 and s=1/\beta_1.


Fit

The usual measure of goodness of fit for a logistic regression uses logistic loss (or
log loss In information theory, the cross-entropy between two probability distributions p and q over the same underlying set of events measures the average number of bits needed to identify an event drawn from the set if a coding scheme used for the set is ...
), the negative
log-likelihood The likelihood function (often simply called the likelihood) represents the probability of random variable realizations conditional on particular values of the statistical parameters. Thus, when evaluated on a given sample, the likelihood functi ...
. For a given ''xk'' and ''yk'', write p_k=p(x_k). The are the probabilities that the corresponding will be unity and are the probabilities that they will be zero (see
Bernoulli distribution In probability theory and statistics, the Bernoulli distribution, named after Swiss mathematician Jacob Bernoulli,James Victor Uspensky: ''Introduction to Mathematical Probability'', McGraw-Hill, New York 1937, page 45 is the discrete probabi ...
). We wish to find the values of and which give the "best fit" to the data. In the case of linear regression, the sum of the squared deviations of the fit from the data points (''yk''), the squared error loss, is taken as a measure of the goodness of fit, and the best fit is obtained when that function is ''minimized''. The log loss for the ''k''-th point is: :\begin -\ln p_k & \text y_k = 1, \\ -\ln (1 - p_k) & \text y_k = 0. \end The log loss can be interpreted as the "
surprisal In information theory, the information content, self-information, surprisal, or Shannon information is a basic quantity derived from the probability of a particular Event (probability theory), event occurring from a random variable. It can be tho ...
" of the actual outcome relative to the prediction , and is a measure of
information content In information theory, the information content, self-information, surprisal, or Shannon information is a basic quantity derived from the probability of a particular event occurring from a random variable. It can be thought of as an alternative wa ...
. Note that log loss is always greater than or equal to 0, equals 0 only in case of a perfect prediction (i.e., when p_k = 1 and y_k = 1, or p_k = 0 and y_k = 0), and approaches infinity as the prediction gets worse (i.e., when y_k = 1 and p_k \to 0 or y_k = 0 and p_k \to 1), meaning the actual outcome is "more surprising". Since the value of the logistic function is always strictly between zero and one, the log loss is always greater than zero and less than infinity. Note that unlike in a linear regression, where the model can have zero loss at a point by passing through a data point (and zero loss overall if all points are on a line), in a logistic regression it is not possible to have zero loss at any points, since is either 0 or 1, but . These can be combined into a single expression: :-y_k\ln p_k - (1 - y_k)\ln (1 - p_k). This expression is more formally known as the
cross entropy In information theory, the cross-entropy between two probability distributions p and q over the same underlying set of events measures the average number of bits needed to identify an event drawn from the set if a coding scheme used for the set is ...
of the predicted distribution \big(p_k, (1-p_k)\big) from the actual distribution \big(y_k, (1-y_k)\big), as probability distributions on the two-element space of (pass, fail). The sum of these, the total loss, is the overall negative log-likelihood , and the best fit is obtained for those choices of and for which is ''minimized''. Alternatively, instead of ''minimizing'' the loss, one can ''maximize'' its inverse, the (positive) log-likelihood: :\ell = \sum_\ln(p_k) + \sum_\ln(1-p_k) = \sum_^K \left(\,y_k \ln(p_k)+(1-y_k)\ln(1-p_k)\right) or equivalently maximize the
likelihood function The likelihood function (often simply called the likelihood) represents the probability of random variable realizations conditional on particular values of the statistical parameters. Thus, when evaluated on a given sample, the likelihood funct ...
itself, which is the probability that the given data set is produced by a particular logistic function: :L = \prod_p_k\,\prod_(1-p_k) This method is known as
maximum likelihood estimation In statistics, maximum likelihood estimation (MLE) is a method of estimating the parameters of an assumed probability distribution, given some observed data. This is achieved by maximizing a likelihood function so that, under the assumed stati ...
.


Parameter estimation

Since ''ℓ'' is nonlinear in and , determining their optimum values will require numerical methods. Note that one method of maximizing ''ℓ'' is to require the derivatives of ''ℓ'' with respect to and to be zero: :0 = \frac = \sum_^K(y_k-p_k) :0 = \frac = \sum_^K(y_k-p_k)x_k and the maximization procedure can be accomplished by solving the above two equations for and , which, again, will generally require the use of numerical methods. The values of and which maximize ''ℓ'' and ''L'' using the above data are found to be: :\beta_0 \approx -4.1 :\beta_1 \approx 1.5 which yields a value for ''μ'' and ''s'' of: :\mu = -\beta_0/\beta_1 \approx 2.7 :s = 1/\beta_1 \approx 0.67


Predictions

The and coefficients may be entered into the logistic regression equation to estimate the probability of passing the exam. For example, for a student who studies 2 hours, entering the value x = 2 into the equation gives the estimated probability of passing the exam of 0.25: : t = \beta_0+2\beta_1 \approx - 4.1 + 2 \cdot 1.5 = -1.1 : p = \frac \approx 0.25 = \text Similarly, for a student who studies 4 hours, the estimated probability of passing the exam is 0.87: : t = \beta_0+4\beta_1 \approx - 4.1 + 4 \cdot 1.5 = 1.9 : p = \frac \approx 0.87 = \text This table shows the estimated probability of passing the exam for several values of hours studying.


Model evaluation

The logistic regression analysis gives the following output. By the
Wald test In statistics, the Wald test (named after Abraham Wald) assesses constraints on statistical parameters based on the weighted distance between the unrestricted estimate and its hypothesized value under the null hypothesis, where the weight is the ...
, the output indicates that hours studying is significantly associated with the probability of passing the exam (p = 0.017). Rather than the Wald method, the recommended method to calculate the ''p''-value for logistic regression is the
likelihood-ratio test In statistics, the likelihood-ratio test assesses the goodness of fit of two competing statistical models based on the ratio of their likelihoods, specifically one found by maximization over the entire parameter space and another found after im ...
(LRT), which for this data gives p \approx 0.00064 (see below).


Generalizations

This simple model is an example of binary logistic regression, and has one explanatory variable and a binary categorical variable which can assume one of two categorical values. Multinomial logistic regression is the generalization of binary logistic regression to include any number of explanatory variables and any number of categories.


Background


Definition of the logistic function

An explanation of logistic regression can begin with an explanation of the standard logistic function. The logistic function is a
sigmoid function A sigmoid function is a mathematical function having a characteristic "S"-shaped curve or sigmoid curve. A common example of a sigmoid function is the logistic function shown in the first figure and defined by the formula: :S(x) = \frac = \ ...
, which takes any
real Real may refer to: Currencies * Brazilian real (R$) * Central American Republic real * Mexican real * Portuguese real * Spanish real * Spanish colonial real Music Albums * ''Real'' (L'Arc-en-Ciel album) (2000) * ''Real'' (Bright album) (2010) ...
input t, and outputs a value between zero and one. For the logit, this is interpreted as taking input log-odds and having output
probability Probability is the branch of mathematics concerning numerical descriptions of how likely an event is to occur, or how likely it is that a proposition is true. The probability of an event is a number between 0 and 1, where, roughly speakin ...
. The ''standard'' logistic function \sigma:\mathbb R\rightarrow (0,1) is defined as follows: :\sigma (t) = \frac = \frac A graph of the logistic function on the ''t''-interval (−6,6) is shown in Figure 1. Let us assume that t is a linear function of a single explanatory variable x (the case where t is a ''linear combination'' of multiple explanatory variables is treated similarly). We can then express t as follows: :t = \beta_0 + \beta_1 x And the general logistic function p:\mathbb R \rightarrow (0,1) can now be written as: :p(x) = \sigma(t)= \frac In the logistic model, p(x) is interpreted as the probability of the dependent variable Y equaling a success/case rather than a failure/non-case. It's clear that the response variables Y_i are not identically distributed: P(Y_i = 1\mid X) differs from one data point X_i to another, though they are independent given
design matrix In statistics and in particular in regression analysis, a design matrix, also known as model matrix or regressor matrix and often denoted by X, is a matrix of values of explanatory variables of a set of objects. Each row represents an individual ob ...
X and shared parameters \beta.


Definition of the inverse of the logistic function

We can now define the
logit In statistics, the logit ( ) function is the quantile function associated with the standard logistic distribution. It has many uses in data analysis and machine learning, especially in data transformations. Mathematically, the logit is the ...
(log odds) function as the inverse g = \sigma^ of the standard logistic function. It is easy to see that it satisfies: :g(p(x)) = \sigma^ (p(x)) = \operatorname p(x) = \ln \left( \frac \right) = \beta_0 + \beta_1 x , and equivalently, after exponentiating both sides we have the odds: :\frac = e^.


Interpretation of these terms

In the above equations, the terms are as follows: * g is the logit function. The equation for g(p(x)) illustrates that the
logit In statistics, the logit ( ) function is the quantile function associated with the standard logistic distribution. It has many uses in data analysis and machine learning, especially in data transformations. Mathematically, the logit is the ...
(i.e., log-odds or natural logarithm of the odds) is equivalent to the linear regression expression. * \ln denotes the natural logarithm. * p(x) is the probability that the dependent variable equals a case, given some linear combination of the predictors. The formula for p(x) illustrates that the probability of the dependent variable equaling a case is equal to the value of the logistic function of the linear regression expression. This is important in that it shows that the value of the linear regression expression can vary from negative to positive infinity and yet, after transformation, the resulting expression for the probability p(x) ranges between 0 and 1. * \beta_0 is the intercept from the linear regression equation (the value of the criterion when the predictor is equal to zero). * \beta_1 x is the regression coefficient multiplied by some value of the predictor. * base e denotes the exponential function.


Definition of the odds

The odds of the dependent variable equaling a case (given some linear combination x of the predictors) is equivalent to the exponential function of the linear regression expression. This illustrates how the
logit In statistics, the logit ( ) function is the quantile function associated with the standard logistic distribution. It has many uses in data analysis and machine learning, especially in data transformations. Mathematically, the logit is the ...
serves as a link function between the probability and the linear regression expression. Given that the logit ranges between negative and positive infinity, it provides an adequate criterion upon which to conduct linear regression and the logit is easily converted back into the odds. So we define odds of the dependent variable equaling a case (given some linear combination x of the predictors) as follows: :\text = e^.


The odds ratio

For a continuous independent variable the odds ratio can be defined as: : \mathrm = \frac = \frac = \frac = e^ This exponential relationship provides an interpretation for \beta_1: The odds multiply by e^ for every 1-unit increase in x. For a binary independent variable the odds ratio is defined as \frac where ''a'', ''b'', ''c'' and ''d'' are cells in a 2×2 contingency table.


Multiple explanatory variables

If there are multiple explanatory variables, the above expression \beta_0+\beta_1x can be revised to \beta_0+\beta_1x_1+\beta_2x_2+\cdots+\beta_mx_m = \beta_0+ \sum_^m \beta_ix_i. Then when this is used in the equation relating the log odds of a success to the values of the predictors, the linear regression will be a
multiple regression In statistical modeling, regression analysis is a set of statistical processes for estimating the relationships between a dependent variable (often called the 'outcome' or 'response' variable, or a 'label' in machine learning parlance) and one ...
with ''m'' explanators; the parameters \beta_j for all j = 0, 1, 2, \dots, m are all estimated. Again, the more traditional equations are: :\log \frac = \beta_0+\beta_1x_1+\beta_2x_2+\cdots+\beta_mx_m and :p = \frac where usually b=e.


Definition

The basic setup of logistic regression is as follows. We are given a dataset containing ''N'' points. Each point ''i'' consists of a set of ''m'' input variables ''x''1,''i'' ... ''x''''m,i'' (also called independent variables, explanatory variables, predictor variables, features, or attributes), and a
binary Binary may refer to: Science and technology Mathematics * Binary number, a representation of numbers using only two digits (0 and 1) * Binary function, a function that takes two arguments * Binary operation, a mathematical operation that ta ...
outcome variable ''Y''''i'' (also known as a dependent variable, response variable, output variable, or class), i.e. it can assume only the two possible values 0 (often meaning "no" or "failure") or 1 (often meaning "yes" or "success"). The goal of logistic regression is to use the dataset to create a predictive model of the outcome variable. As in linear regression, the outcome variables ''Y''''i'' are assumed to depend on the explanatory variables ''x''1,''i'' ... ''x''''m,i''. ; Explanatory variables The explanatory variables may be of any type:
real-valued In mathematics, value may refer to several, strongly related notions. In general, a mathematical value may be any definite mathematical object. In elementary mathematics, this is most often a number – for example, a real number such as or an i ...
,
binary Binary may refer to: Science and technology Mathematics * Binary number, a representation of numbers using only two digits (0 and 1) * Binary function, a function that takes two arguments * Binary operation, a mathematical operation that ta ...
, categorical, etc. The main distinction is between continuous variables and discrete variables. (Discrete variables referring to more than two possible choices are typically coded using dummy variables (or
indicator variable In regression analysis, a dummy variable (also known as indicator variable or just dummy) is one that takes the values 0 or 1 to indicate the absence or presence of some categorical effect that may be expected to shift the outcome. For example, i ...
s), that is, separate explanatory variables taking the value 0 or 1 are created for each possible value of the discrete variable, with a 1 meaning "variable does have the given value" and a 0 meaning "variable does not have that value".) ;Outcome variables Formally, the outcomes ''Y''''i'' are described as being Bernoulli-distributed data, where each outcome is determined by an unobserved probability ''p''''i'' that is specific to the outcome at hand, but related to the explanatory variables. This can be expressed in any of the following equivalent forms: :: \begin Y_i\mid x_,\ldots,x_ \ & \sim \operatorname(p_i) \\ \operatorname _i\mid x_,\ldots,x_&= p_i \\ \Pr(Y_i=y\mid x_,\ldots,x_) &= \begin p_i & \texty=1 \\ 1-p_i & \texty=0 \end \\ \Pr(Y_i=y\mid x_,\ldots,x_) &= p_i^y (1-p_i)^ \end The meanings of these four lines are: # The first line expresses the probability distribution of each ''Y''''i'' : conditioned on the explanatory variables, it follows a
Bernoulli distribution In probability theory and statistics, the Bernoulli distribution, named after Swiss mathematician Jacob Bernoulli,James Victor Uspensky: ''Introduction to Mathematical Probability'', McGraw-Hill, New York 1937, page 45 is the discrete probabi ...
with parameters ''p''''i'', the probability of the outcome of 1 for trial ''i''. As noted above, each separate trial has its own probability of success, just as each trial has its own explanatory variables. The probability of success ''p''''i'' is not observed, only the outcome of an individual Bernoulli trial using that probability. # The second line expresses the fact that the expected value of each ''Y''''i'' is equal to the probability of success ''p''''i'', which is a general property of the Bernoulli distribution. In other words, if we run a large number of Bernoulli trials using the same probability of success ''p''''i'', then take the average of all the 1 and 0 outcomes, then the result would be close to ''p''''i''. This is because doing an average this way simply computes the proportion of successes seen, which we expect to converge to the underlying probability of success. # The third line writes out the probability mass function of the Bernoulli distribution, specifying the probability of seeing each of the two possible outcomes. # The fourth line is another way of writing the probability mass function, which avoids having to write separate cases and is more convenient for certain types of calculations. This relies on the fact that ''Y''''i'' can take only the value 0 or 1. In each case, one of the exponents will be 1, "choosing" the value under it, while the other is 0, "canceling out" the value under it. Hence, the outcome is either ''p''''i'' or 1 − ''p''''i'', as in the previous line. ; Linear predictor function The basic idea of logistic regression is to use the mechanism already developed for linear regression by modeling the probability ''p''''i'' using a
linear predictor function In statistics and in machine learning, a linear predictor function is a linear function ( linear combination) of a set of coefficients and explanatory variables (independent variables), whose value is used to predict the outcome of a dependent vari ...
, i.e. a linear combination of the explanatory variables and a set of
regression coefficient In statistics, linear regression is a linear approach for modelling the relationship between a scalar response and one or more explanatory variables (also known as dependent and independent variables). The case of one explanatory variable is cal ...
s that are specific to the model at hand but the same for all trials. The linear predictor function f(i) for a particular data point ''i'' is written as: :f(i) = \beta_0 + \beta_1 x_ + \cdots + \beta_m x_, where \beta_0, \ldots, \beta_m are
regression coefficient In statistics, linear regression is a linear approach for modelling the relationship between a scalar response and one or more explanatory variables (also known as dependent and independent variables). The case of one explanatory variable is cal ...
s indicating the relative effect of a particular explanatory variable on the outcome. The model is usually put into a more compact form as follows: * The regression coefficients ''β''0, ''β''1, ..., ''β''''m'' are grouped into a single vector ''β'' of size ''m'' + 1. * For each data point ''i'', an additional explanatory pseudo-variable ''x''0,''i'' is added, with a fixed value of 1, corresponding to the intercept coefficient ''β''0. * The resulting explanatory variables ''x''0,''i'', ''x''1,''i'', ..., ''x''''m,i'' are then grouped into a single vector ''Xi'' of size ''m'' + 1. This makes it possible to write the linear predictor function as follows: :f(i)= \boldsymbol\beta \cdot \mathbf_i, using the notation for a
dot product In mathematics, the dot product or scalar productThe term ''scalar product'' means literally "product with a scalar as a result". It is also used sometimes for other symmetric bilinear forms, for example in a pseudo-Euclidean space. is an alge ...
between two vectors.


Many explanatory variables, two categories

The above example of binary logistic regression on one explanatory variable can be generalized to binary logistic regression on any number of explanatory variables ''x1, x2,...'' and any number of categorical values y=0,1,2,\dots. To begin with, we may consider a logistic model with ''M'' explanatory variables, ''x1'', ''x2'' ... ''xM'' and, as in the example above, two categorical values (''y'' = 0 and 1). For the simple binary logistic regression model, we assumed a linear relationship between the predictor variable and the log-odds (also called
logit In statistics, the logit ( ) function is the quantile function associated with the standard logistic distribution. It has many uses in data analysis and machine learning, especially in data transformations. Mathematically, the logit is the ...
) of the event that y=1. This linear relationship may be extended to the case of ''M'' explanatory variables: :t = \log_b \frac = \beta_0 + \beta_1 x_1 + \beta_2 x_2+ \cdots +\beta_M x_M where ''t'' is the log-odds and \beta_i are parameters of the model. An additional generalization has been introduced in which the base of the model (''b'') is not restricted to the
Euler number In mathematics, the Euler numbers are a sequence ''En'' of integers defined by the Taylor series expansion :\frac = \frac = \sum_^\infty \frac \cdot t^n, where \cosh (t) is the hyperbolic cosine function. The Euler numbers are related to a ...
''e''. In most applications, the base b of the logarithm is usually taken to be '' e''. However, in some cases it can be easier to communicate results by working in base 2 or base 10. For a more compact notation, we will specify the explanatory variables and the ''β'' coefficients as -dimensional vectors: :\boldsymbol=\ :\boldsymbol=\ with an added explanatory variable ''x0'' =1. The logit may now be written as: :t =\sum_^ \beta_m x_m = \boldsymbol \cdot x Solving for the probability ''p'' that y=1 yields: :p(\boldsymbol) = \frac= \frac=S_b(t), where S_b is the
sigmoid function A sigmoid function is a mathematical function having a characteristic "S"-shaped curve or sigmoid curve. A common example of a sigmoid function is the logistic function shown in the first figure and defined by the formula: :S(x) = \frac = \ ...
with base b. The above formula shows that once the \beta_m are fixed, we can easily compute either the log-odds that y=1 for a given observation, or the probability that y=1 for a given observation. The main use-case of a logistic model is to be given an observation x, and estimate the probability ''p(x)'' that y=1. The optimum beta coefficients may again be found by maximizing the log-likelihood. For ''K'' measurements, defining xk as the explanatory vector of the ''k''-th measurement, and ''y''k as the categorical outcome of that measurement, the log likelihood may be written in a form very similar to the simple M=1 case above: :\ell = \sum_^K y_k \log_b(p(\boldsymbol))+\sum_^K (1-y_k) \log_b(1-p(\boldsymbol)) As in the simple example above, finding the optimum ''β'' parameters will require numerical methods. One useful technique is to equate the derivatives of the log likelihood with respect to each of the ''β'' parameters to zero yielding a set of equations which will hold at the maximum of the log likelihood: :\frac = 0 = \sum_^K y_k x_ - \sum_^K p(\boldsymbol_k)x_ where ''xmk'' is the value of the ''xm'' explanatory variable from the ''k-th'' measurement. Consider an example with M=2 explanatory variables, b=10, and coefficients \beta_0=-3, \beta_1=1, and \beta_2=2 which have been determined by the above method. To be concrete, the model is: :t=\log_\frac = -3 + x_1 + 2 x_2 :p = \frac = \frac = \frac, where ''p'' is the probability of the event that y=1. This can be interpreted as follows: * \beta_0 = -3 is the ''y''-intercept. It is the log-odds of the event that y=1, when the predictors x_1=x_2=0. By exponentiating, we can see that when x_1=x_2=0 the odds of the event that y=1 are 1-to-1000, or 10^. Similarly, the probability of the event that y=1 when x_1=x_2=0 can be computed as 1/(1000 + 1) = 1/1001. * \beta_1 = 1 means that increasing x_1 by 1 increases the log-odds by 1. So if x_1 increases by 1, the odds that y=1 increase by a factor of 10^1. Note that the probability of y=1 has also increased, but it has not increased by as much as the odds have increased. * \beta_2 = 2 means that increasing x_2 by 1 increases the log-odds by 2. So if x_2 increases by 1, the odds that y=1 increase by a factor of 10^2. Note how the effect of x_2 on the log-odds is twice as great as the effect of x_1, but the effect on the odds is 10 times greater. But the effect on the probability of y=1 is not as much as 10 times greater, it's only the effect on the odds that is 10 times greater.


Multinomial logistic regression: Many explanatory variables and many categories

In the above cases of two categories (binomial logistic regression), the categories were indexed by "0" and "1", and we had two probability distributions: The probability that the outcome was in category 1 was given by p(\boldsymbol)and the probability that the outcome was in category 0 was given by 1-p(\boldsymbol). The sum of both probabilities is equal to unity, as they must be. In general, if we have explanatory variables (including ''x0'') and categories, we will need separate probability distributions, one for each category, indexed by ''n'', which describe the probability that the categorical outcome ''y'' for explanatory vector x will be in category ''y=n''. It will also be required that the sum of these probabilities over all categories be equal to unity. Using the mathematically convenient base ''e'', these probabilities are: :p_n(\boldsymbol) = \frac for n=1,2,\dots,N :p_0(\boldsymbol) = 1-\sum_^N p_n(\boldsymbol)=\frac Each of the probabilities except p_0(\boldsymbol) will have their own set of regression coefficients \boldsymbol_n. It can be seen that, as required, the sum of the p_n(\boldsymbol) over all categories is unity. Note that the selection of p_0(\boldsymbol) to be defined in terms of the other probabilities is artificial. Any of the probabilities could have been selected to be so defined. This special value of ''n'' is termed the "pivot index", and the log-odds (''tn'') are expressed in terms of the pivot probability and are again expressed as a linear combination of the explanatory variables: :t_n = \ln\left(\frac\right) = \boldsymbol_n \cdot \boldsymbol Note also that for the simple case of N=1, the two-category case is recovered, with p(\boldsymbol)=p_1(\boldsymbol) and p_0(\boldsymbol)=1-p_1(\boldsymbol). The log-likelihood that a particular set of ''K'' measurements or data points will be generated by the above probabilities can now be calculated. Indexing each measurement by ''k'', let the ''k''-th set of measured explanatory variables be denoted by \boldsymbol_k and their categorical outcomes be denoted by y_k which can be equal to any integer in ,N The log-likelihood is then: :\ell = \sum_^K \sum_^N \Delta(n,y_k)\,\ln(p_n(\boldsymbol_k)) where \Delta(n,y_k) is an indicator function which is equal to unity if ''yk = n'' and zero otherwise. In the case of two explanatory variables, this indicator function was defined as ''yk'' when ''n'' = 1 and ''1-yk'' when ''n'' = 0. This was convenient, but not necessary. Again, the optimum beta coefficients may be found by maximizing the log-likelihood function generally using numerical methods. A possible method of solution is to set the derivatives of the log-likelihood with respect to each beta coefficient equal to zero and solve for the beta coefficients: :\frac = 0 = \sum_^K \Delta(n,y_k)x_ - \sum_^K p_n(\boldsymbol_k)x_ where \beta_ is the ''m''-th coefficient of the \boldsymbol_n vector and x_ is the ''m''-th explanatory variable of the ''k''-th measurement. Once the beta coefficients have been estimated from the data, we will be able to estimate the probability that any subsequent set of explanatory variables will result in any of the possible outcome categories.


Interpretations

There are various equivalent specifications and interpretations of logistic regression, which fit into different types of more general models, and allow different generalizations.


As a generalized linear model

The particular model used by logistic regression, which distinguishes it from standard linear regression and from other types of
regression analysis In statistical modeling, regression analysis is a set of statistical processes for estimating the relationships between a dependent variable (often called the 'outcome' or 'response' variable, or a 'label' in machine learning parlance) and one ...
used for binary-valued outcomes, is the way the probability of a particular outcome is linked to the linear predictor function: :\operatorname(\operatorname _i\mid x_,\ldots,x_ = \operatorname(p_i) = \ln \left(\frac\right) = \beta_0 + \beta_1 x_ + \cdots + \beta_m x_ Written using the more compact notation described above, this is: :\operatorname(\operatorname _i\mid \mathbf_i = \operatorname(p_i)=\ln\left(\frac\right) = \boldsymbol\beta \cdot \mathbf_i This formulation expresses logistic regression as a type of generalized linear model, which predicts variables with various types of probability distributions by fitting a linear predictor function of the above form to some sort of arbitrary transformation of the expected value of the variable. The intuition for transforming using the logit function (the natural log of the odds) was explained above. It also has the practical effect of converting the probability (which is bounded to be between 0 and 1) to a variable that ranges over (-\infty,+\infty) — thereby matching the potential range of the linear prediction function on the right side of the equation. Note that both the probabilities ''p''''i'' and the regression coefficients are unobserved, and the means of determining them is not part of the model itself. They are typically determined by some sort of optimization procedure, e.g.
maximum likelihood estimation In statistics, maximum likelihood estimation (MLE) is a method of estimating the parameters of an assumed probability distribution, given some observed data. This is achieved by maximizing a likelihood function so that, under the assumed stati ...
, that finds values that best fit the observed data (i.e. that give the most accurate predictions for the data already observed), usually subject to regularization conditions that seek to exclude unlikely values, e.g. extremely large values for any of the regression coefficients. The use of a regularization condition is equivalent to doing
maximum a posteriori In Bayesian statistics, a maximum a posteriori probability (MAP) estimate is an estimate of an unknown quantity, that equals the mode of the posterior distribution. The MAP can be used to obtain a point estimate of an unobserved quantity on the ...
(MAP) estimation, an extension of maximum likelihood. (Regularization is most commonly done using a squared regularizing function, which is equivalent to placing a zero-mean Gaussian prior distribution on the coefficients, but other regularizers are also possible.) Whether or not regularization is used, it is usually not possible to find a closed-form solution; instead, an iterative numerical method must be used, such as iteratively reweighted least squares (IRLS) or, more commonly these days, a quasi-Newton method such as the L-BFGS method. The interpretation of the ''β''''j'' parameter estimates is as the additive effect on the log of the
odds Odds provide a measure of the likelihood of a particular outcome. They are calculated as the ratio of the number of events that produce that outcome to the number that do not. Odds are commonly used in gambling and statistics. Odds also have ...
for a unit change in the ''j'' the explanatory variable. In the case of a dichotomous explanatory variable, for instance, gender e^\beta is the estimate of the odds of having the outcome for, say, males compared with females. An equivalent formula uses the inverse of the logit function, which is the logistic function, i.e.: :\operatorname _i\mid \mathbf_i= p_i = \operatorname^(\boldsymbol\beta \cdot \mathbf_i) = \frac The formula can also be written as a probability distribution (specifically, using a probability mass function): : \Pr(Y_i=y\mid \mathbf_i) = ^y(1-p_i)^ =\left(\frac\right)^ \left(1-\frac\right)^ = \frac


As a latent-variable model

The logistic model has an equivalent formulation as a latent-variable model. This formulation is common in the theory of discrete choice models and makes it easier to extend to certain more complicated models with multiple, correlated choices, as well as to compare logistic regression to the closely related
probit model In statistics, a probit model is a type of regression where the dependent variable can take only two values, for example married or not married. The word is a portmanteau, coming from ''probability'' + ''unit''. The purpose of the model is to est ...
. Imagine that, for each trial ''i'', there is a continuous
latent variable In statistics, latent variables (from Latin: present participle of ''lateo'', “lie hidden”) are variables that can only be inferred indirectly through a mathematical model from other observable variables that can be directly observed or me ...
''Y''''i''* (i.e. an unobserved random variable) that is distributed as follows: : Y_i^\ast = \boldsymbol\beta \cdot \mathbf_i + \varepsilon_i \, where : \varepsilon_i \sim \operatorname(0,1) \, i.e. the latent variable can be written directly in terms of the linear predictor function and an additive random error variable that is distributed according to a standard
logistic distribution Logistic may refer to: Mathematics * Logistic function, a sigmoid function used in many fields ** Logistic map, a recurrence relation that sometimes exhibits chaos ** Logistic regression, a statistical model using the logistic function ** Logit, ...
. Then ''Y''''i'' can be viewed as an indicator for whether this latent variable is positive: : Y_i = \begin 1 & \textY_i^\ast > 0 \ \text - \varepsilon_i < \boldsymbol\beta \cdot \mathbf_i, \\ 0 &\text \end The choice of modeling the error variable specifically with a standard logistic distribution, rather than a general logistic distribution with the location and scale set to arbitrary values, seems restrictive, but in fact, it is not. It must be kept in mind that we can choose the regression coefficients ourselves, and very often can use them to offset changes in the parameters of the error variable's distribution. For example, a logistic error-variable distribution with a non-zero location parameter ''μ'' (which sets the mean) is equivalent to a distribution with a zero location parameter, where ''μ'' has been added to the intercept coefficient. Both situations produce the same value for ''Y''''i''* regardless of settings of explanatory variables. Similarly, an arbitrary scale parameter ''s'' is equivalent to setting the scale parameter to 1 and then dividing all regression coefficients by ''s''. In the latter case, the resulting value of ''Y''''i''''*'' will be smaller by a factor of ''s'' than in the former case, for all sets of explanatory variables — but critically, it will always remain on the same side of 0, and hence lead to the same ''Y''''i'' choice. (Note that this predicts that the irrelevancy of the scale parameter may not carry over into more complex models where more than two choices are available.) It turns out that this formulation is exactly equivalent to the preceding one, phrased in terms of the generalized linear model and without any
latent variable In statistics, latent variables (from Latin: present participle of ''lateo'', “lie hidden”) are variables that can only be inferred indirectly through a mathematical model from other observable variables that can be directly observed or me ...
s. This can be shown as follows, using the fact that the cumulative distribution function (CDF) of the standard
logistic distribution Logistic may refer to: Mathematics * Logistic function, a sigmoid function used in many fields ** Logistic map, a recurrence relation that sometimes exhibits chaos ** Logistic regression, a statistical model using the logistic function ** Logit, ...
is the logistic function, which is the inverse of the
logit function In statistics, the logit ( ) function is the quantile function associated with the standard logistic distribution. It has many uses in data analysis and machine learning, especially in data transformations. Mathematically, the logit is the in ...
, i.e. :\Pr(\varepsilon_i < x) = \operatorname^(x) Then: : \begin \Pr(Y_i=1\mid\mathbf_i) &= \Pr(Y_i^\ast > 0\mid\mathbf_i) \\ pt&= \Pr(\boldsymbol\beta \cdot \mathbf_i + \varepsilon_i > 0) \\ pt&= \Pr(\varepsilon_i > -\boldsymbol\beta \cdot \mathbf_i) \\ pt&= \Pr(\varepsilon_i < \boldsymbol\beta \cdot \mathbf_i) & & \text \\ pt&= \operatorname^(\boldsymbol\beta \cdot \mathbf_i) & \\ pt&= p_i & & \text \end This formulation—which is standard in discrete choice models—makes clear the relationship between logistic regression (the "logit model") and the
probit model In statistics, a probit model is a type of regression where the dependent variable can take only two values, for example married or not married. The word is a portmanteau, coming from ''probability'' + ''unit''. The purpose of the model is to est ...
, which uses an error variable distributed according to a standard normal distribution instead of a standard logistic distribution. Both the logistic and normal distributions are symmetric with a basic unimodal, "bell curve" shape. The only difference is that the logistic distribution has somewhat heavier tails, which means that it is less sensitive to outlying data (and hence somewhat more
robust Robustness is the property of being strong and healthy in constitution. When it is transposed into a system, it refers to the ability of tolerating perturbations that might affect the system’s functional body. In the same line ''robustness'' ca ...
to model mis-specifications or erroneous data).


Two-way latent-variable model

Yet another formulation uses two separate latent variables: : \begin Y_i^ &= \boldsymbol\beta_0 \cdot \mathbf_i + \varepsilon_0 \, \\ Y_i^ &= \boldsymbol\beta_1 \cdot \mathbf_i + \varepsilon_1 \, \end where : \begin \varepsilon_0 & \sim \operatorname_1(0,1) \\ \varepsilon_1 & \sim \operatorname_1(0,1) \end where ''EV''1(0,1) is a standard type-1
extreme value distribution In probability theory and statistics, the generalized extreme value (GEV) distribution is a family of continuous probability distributions developed within extreme value theory to combine the Gumbel, Fréchet and Weibull families also known ...
: i.e. :\Pr(\varepsilon_0=x) = \Pr(\varepsilon_1=x) = e^ e^ Then : Y_i = \begin 1 & \textY_i^ > Y_i^, \\ 0 &\text \end This model has a separate latent variable and a separate set of regression coefficients for each possible outcome of the dependent variable. The reason for this separation is that it makes it easy to extend logistic regression to multi-outcome categorical variables, as in the
multinomial logit In statistics, multinomial logistic regression is a classification method that generalizes logistic regression to multiclass problems, i.e. with more than two possible discrete outcomes. That is, it is a model that is used to predict the prob ...
model. In such a model, it is natural to model each possible outcome using a different set of regression coefficients. It is also possible to motivate each of the separate latent variables as the theoretical
utility As a topic of economics, utility is used to model worth or value. Its usage has evolved significantly over time. The term was introduced initially as a measure of pleasure or happiness as part of the theory of utilitarianism by moral philosoph ...
associated with making the associated choice, and thus motivate logistic regression in terms of
utility theory As a topic of economics, utility is used to model worth or value. Its usage has evolved significantly over time. The term was introduced initially as a measure of pleasure or happiness as part of the theory of utilitarianism by moral philosopher ...
. (In terms of utility theory, a rational actor always chooses the choice with the greatest associated utility.) This is the approach taken by economists when formulating discrete choice models, because it both provides a theoretically strong foundation and facilitates intuitions about the model, which in turn makes it easy to consider various sorts of extensions. (See the example below.) The choice of the type-1
extreme value distribution In probability theory and statistics, the generalized extreme value (GEV) distribution is a family of continuous probability distributions developed within extreme value theory to combine the Gumbel, Fréchet and Weibull families also known ...
seems fairly arbitrary, but it makes the mathematics work out, and it may be possible to justify its use through rational choice theory. It turns out that this model is equivalent to the previous model, although this seems non-obvious, since there are now two sets of regression coefficients and error variables, and the error variables have a different distribution. In fact, this model reduces directly to the previous one with the following substitutions: :\boldsymbol\beta = \boldsymbol\beta_1 - \boldsymbol\beta_0 :\varepsilon = \varepsilon_1 - \varepsilon_0 An intuition for this comes from the fact that, since we choose based on the maximum of two values, only their difference matters, not the exact values — and this effectively removes one
degree of freedom Degrees of freedom (often abbreviated df or DOF) refers to the number of independent variables or parameters of a thermodynamic system. In various scientific fields, the word "freedom" is used to describe the limits to which physical movement or ...
. Another critical fact is that the difference of two type-1 extreme-value-distributed variables is a logistic distribution, i.e. \varepsilon = \varepsilon_1 - \varepsilon_0 \sim \operatorname(0,1) . We can demonstrate the equivalent as follows: :\begin \Pr(Y_i=1\mid\mathbf_i) = & \Pr \left (Y_i^ > Y_i^\mid\mathbf_i \right ) & \\ pt= & \Pr \left (Y_i^ - Y_i^ > 0\mid\mathbf_i \right ) & \\ pt= & \Pr \left (\boldsymbol\beta_1 \cdot \mathbf_i + \varepsilon_1 - \left (\boldsymbol\beta_0 \cdot \mathbf_i + \varepsilon_0 \right ) > 0 \right ) & \\ pt= & \Pr \left ((\boldsymbol\beta_1 \cdot \mathbf_i - \boldsymbol\beta_0 \cdot \mathbf_i) + (\varepsilon_1 - \varepsilon_0) > 0 \right ) & \\ pt= & \Pr((\boldsymbol\beta_1 - \boldsymbol\beta_0) \cdot \mathbf_i + (\varepsilon_1 - \varepsilon_0) > 0) & \\ pt= & \Pr((\boldsymbol\beta_1 - \boldsymbol\beta_0) \cdot \mathbf_i + \varepsilon > 0) & & \text \varepsilon\text \\ pt= & \Pr(\boldsymbol\beta \cdot \mathbf_i + \varepsilon > 0) & & \text\boldsymbol\beta\text \\ pt= & \Pr(\varepsilon > -\boldsymbol\beta \cdot \mathbf_i) & & \text\\ pt= & \Pr(\varepsilon < \boldsymbol\beta \cdot \mathbf_i) & \\ pt= & \operatorname^(\boldsymbol\beta \cdot \mathbf_i) \\ pt= & p_i \end


Example

: As an example, consider a province-level election where the choice is between a right-of-center party, a left-of-center party, and a secessionist party (e.g. the
Parti Québécois The Parti Québécois (; ; PQ) is a sovereignist and social democratic provincial political party in Quebec, Canada. The PQ advocates national sovereignty for Quebec involving independence of the province of Quebec from Canada and establishin ...
, which wants
Quebec Quebec ( ; )According to the Canadian government, ''Québec'' (with the acute accent) is the official name in Canadian French and ''Quebec'' (without the accent) is the province's official name in Canadian English is one of the thirtee ...
to secede from
Canada Canada is a country in North America. Its ten provinces and three territories extend from the Atlantic Ocean to the Pacific Ocean and northward into the Arctic Ocean, covering over , making it the world's second-largest country by tot ...
). We would then use three latent variables, one for each choice. Then, in accordance with
utility theory As a topic of economics, utility is used to model worth or value. Its usage has evolved significantly over time. The term was introduced initially as a measure of pleasure or happiness as part of the theory of utilitarianism by moral philosopher ...
, we can then interpret the latent variables as expressing the
utility As a topic of economics, utility is used to model worth or value. Its usage has evolved significantly over time. The term was introduced initially as a measure of pleasure or happiness as part of the theory of utilitarianism by moral philosoph ...
that results from making each of the choices. We can also interpret the regression coefficients as indicating the strength that the associated factor (i.e. explanatory variable) has in contributing to the utility — or more correctly, the amount by which a unit change in an explanatory variable changes the utility of a given choice. A voter might expect that the right-of-center party would lower taxes, especially on rich people. This would give low-income people no benefit, i.e. no change in utility (since they usually don't pay taxes); would cause moderate benefit (i.e. somewhat more money, or moderate utility increase) for middle-incoming people; would cause significant benefits for high-income people. On the other hand, the left-of-center party might be expected to raise taxes and offset it with increased welfare and other assistance for the lower and middle classes. This would cause significant positive benefit to low-income people, perhaps a weak benefit to middle-income people, and significant negative benefit to high-income people. Finally, the secessionist party would take no direct actions on the economy, but simply secede. A low-income or middle-income voter might expect basically no clear utility gain or loss from this, but a high-income voter might expect negative utility since he/she is likely to own companies, which will have a harder time doing business in such an environment and probably lose money. These intuitions can be expressed as follows: This clearly shows that # Separate sets of regression coefficients need to exist for each choice. When phrased in terms of utility, this can be seen very easily. Different choices have different effects on net utility; furthermore, the effects vary in complex ways that depend on the characteristics of each individual, so there need to be separate sets of coefficients for each characteristic, not simply a single extra per-choice characteristic. # Even though income is a continuous variable, its effect on utility is too complex for it to be treated as a single variable. Either it needs to be directly split up into ranges, or higher powers of income need to be added so that
polynomial regression In statistics, polynomial regression is a form of regression analysis in which the relationship between the independent variable ''x'' and the dependent variable ''y'' is modelled as an ''n''th degree polynomial in ''x''. Polynomial regression fi ...
on income is effectively done.


As a "log-linear" model

Yet another formulation combines the two-way latent variable formulation above with the original formulation higher up without latent variables, and in the process provides a link to one of the standard formulations of the
multinomial logit In statistics, multinomial logistic regression is a classification method that generalizes logistic regression to multiclass problems, i.e. with more than two possible discrete outcomes. That is, it is a model that is used to predict the prob ...
. Here, instead of writing the
logit In statistics, the logit ( ) function is the quantile function associated with the standard logistic distribution. It has many uses in data analysis and machine learning, especially in data transformations. Mathematically, the logit is the ...
of the probabilities ''p''''i'' as a linear predictor, we separate the linear predictor into two, one for each of the two outcomes: : \begin \ln \Pr(Y_i=0) &= \boldsymbol\beta_0 \cdot \mathbf_i - \ln Z \\ \ln \Pr(Y_i=1) &= \boldsymbol\beta_1 \cdot \mathbf_i - \ln Z \end Two separate sets of regression coefficients have been introduced, just as in the two-way latent variable model, and the two equations appear a form that writes the
logarithm In mathematics, the logarithm is the inverse function to exponentiation. That means the logarithm of a number  to the base  is the exponent to which must be raised, to produce . For example, since , the ''logarithm base'' 10 of ...
of the associated probability as a linear predictor, with an extra term - \ln Z at the end. This term, as it turns out, serves as the normalizing factor ensuring that the result is a distribution. This can be seen by exponentiating both sides: : \begin \Pr(Y_i=0) &= \frac e^ \\ pt\Pr(Y_i=1) &= \frac e^ \end In this form it is clear that the purpose of ''Z'' is to ensure that the resulting distribution over ''Y''''i'' is in fact a probability distribution, i.e. it sums to 1. This means that ''Z'' is simply the sum of all un-normalized probabilities, and by dividing each probability by ''Z'', the probabilities become " normalized". That is: : Z = e^ + e^ and the resulting equations are : \begin \Pr(Y_i=0) &= \frac \\ pt\Pr(Y_i=1) &= \frac. \end Or generally: :\Pr(Y_i=c) = \frac This shows clearly how to generalize this formulation to more than two outcomes, as in
multinomial logit In statistics, multinomial logistic regression is a classification method that generalizes logistic regression to multiclass problems, i.e. with more than two possible discrete outcomes. That is, it is a model that is used to predict the prob ...
. Note that this general formulation is exactly the
softmax function The softmax function, also known as softargmax or normalized exponential function, converts a vector of real numbers into a probability distribution of possible outcomes. It is a generalization of the logistic function to multiple dimensions, a ...
as in :\Pr(Y_i=c) = \operatorname(c, \boldsymbol\beta_0 \cdot \mathbf_i, \boldsymbol\beta_1 \cdot \mathbf_i, \dots) . In order to prove that this is equivalent to the previous model, note that the above model is overspecified, in that \Pr(Y_i=0) and \Pr(Y_i=1) cannot be independently specified: rather \Pr(Y_i=0) + \Pr(Y_i=1) = 1 so knowing one automatically determines the other. As a result, the model is
nonidentifiable In statistics, identifiability is a property which a model must satisfy for precise inference to be possible. A model is identifiable if it is theoretically possible to learn the true values of this model's underlying parameters after obtaining an ...
, in that multiple combinations of ''β''0 and ''β''1 will produce the same probabilities for all possible explanatory variables. In fact, it can be seen that adding any constant vector to both of them will produce the same probabilities: : \begin \Pr(Y_i=1) &= \frac \\ pt&= \frac \\ pt&= \frac \\ pt&= \frac. \end As a result, we can simplify matters, and restore identifiability, by picking an arbitrary value for one of the two vectors. We choose to set \boldsymbol\beta_0 = \mathbf . Then, :e^ = e^ = 1 and so : \Pr(Y_i=1) = \frac = \frac = p_i which shows that this formulation is indeed equivalent to the previous formulation. (As in the two-way latent variable formulation, any settings where \boldsymbol\beta = \boldsymbol\beta_1 - \boldsymbol\beta_0 will produce equivalent results.) Note that most treatments of the
multinomial logit In statistics, multinomial logistic regression is a classification method that generalizes logistic regression to multiclass problems, i.e. with more than two possible discrete outcomes. That is, it is a model that is used to predict the prob ...
model start out either by extending the "log-linear" formulation presented here or the two-way latent variable formulation presented above, since both clearly show the way that the model could be extended to multi-way outcomes. In general, the presentation with latent variables is more common in
econometrics Econometrics is the application of statistical methods to economic data in order to give empirical content to economic relationships. M. Hashem Pesaran (1987). "Econometrics," '' The New Palgrave: A Dictionary of Economics'', v. 2, p. 8 p. 8 ...
and
political science Political science is the scientific study of politics. It is a social science dealing with systems of governance and power, and the analysis of political activities, political thought, political behavior, and associated constitutions and la ...
, where discrete choice models and
utility theory As a topic of economics, utility is used to model worth or value. Its usage has evolved significantly over time. The term was introduced initially as a measure of pleasure or happiness as part of the theory of utilitarianism by moral philosopher ...
reign, while the "log-linear" formulation here is more common in
computer science Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to practical disciplines (includi ...
, e.g.
machine learning Machine learning (ML) is a field of inquiry devoted to understanding and building methods that 'learn', that is, methods that leverage data to improve performance on some set of tasks. It is seen as a part of artificial intelligence. Machine ...
and natural language processing.


As a single-layer perceptron

The model has an equivalent formulation :p_i = \frac. \, This functional form is commonly called a single-layer
perceptron In machine learning, the perceptron (or McCulloch-Pitts neuron) is an algorithm for supervised learning of binary classifiers. A binary classifier is a function which can decide whether or not an input, represented by a vector of numbers, belon ...
or single-layer
artificial neural network Artificial neural networks (ANNs), usually simply called neural networks (NNs) or neural nets, are computing systems inspired by the biological neural networks that constitute animal brains. An ANN is based on a collection of connected unit ...
. A single-layer neural network computes a continuous output instead of a
step function In mathematics, a function on the real numbers is called a step function if it can be written as a finite linear combination of indicator functions of intervals. Informally speaking, a step function is a piecewise constant function having onl ...
. The derivative of ''pi'' with respect to ''X'' = (''x''1, ..., ''x''''k'') is computed from the general form: : y = \frac where ''f''(''X'') is an
analytic function In mathematics, an analytic function is a function that is locally given by a convergent power series. There exist both real analytic functions and complex analytic functions. Functions of each type are infinitely differentiable, but complex ...
in ''X''. With this choice, the single-layer neural network is identical to the logistic regression model. This function has a continuous derivative, which allows it to be used in
backpropagation In machine learning, backpropagation (backprop, BP) is a widely used algorithm for training feedforward artificial neural networks. Generalizations of backpropagation exist for other artificial neural networks (ANNs), and for functions gener ...
. This function is also preferred because its derivative is easily calculated: : \frac = y(1-y)\frac. \,


In terms of binomial data

A closely related model assumes that each ''i'' is associated not with a single Bernoulli trial but with ''n''''i'' independent identically distributed trials, where the observation ''Y''''i'' is the number of successes observed (the sum of the individual Bernoulli-distributed random variables), and hence follows a binomial distribution: :Y_i \,\sim \operatorname(n_i,p_i),\texti = 1, \dots , n An example of this distribution is the fraction of seeds (''p''''i'') that germinate after ''n''''i'' are planted. In terms of expected values, this model is expressed as follows: :p_i = \operatorname\left \,\mathbf_i \right,, so that :\operatorname\left(\operatorname\left \,\mathbf_i \rightright) = \operatorname(p_i) = \ln \left(\frac\right) = \boldsymbol\beta \cdot \mathbf_i\,, Or equivalently: :\Pr(Y_i=y\mid \mathbf_i) = p_i^y(1-p_i)^ = \left(\frac\right)^y \left(1-\frac\right)^\,. This model can be fit using the same sorts of methods as the above more basic model.


Model fitting


Maximum likelihood estimation (MLE)

The regression coefficients are usually estimated using
maximum likelihood estimation In statistics, maximum likelihood estimation (MLE) is a method of estimating the parameters of an assumed probability distribution, given some observed data. This is achieved by maximizing a likelihood function so that, under the assumed stati ...
. Unlike linear regression with normally distributed residuals, it is not possible to find a closed-form expression for the coefficient values that maximize the likelihood function, so that an iterative process must be used instead; for example Newton's method. This process begins with a tentative solution, revises it slightly to see if it can be improved, and repeats this revision until no more improvement is made, at which point the process is said to have converged. In some instances, the model may not reach convergence. Non-convergence of a model indicates that the coefficients are not meaningful because the iterative process was unable to find appropriate solutions. A failure to converge may occur for a number of reasons: having a large ratio of predictors to cases,
multicollinearity In statistics, multicollinearity (also collinearity) is a phenomenon in which one predictor variable in a multiple regression model can be linearly predicted from the others with a substantial degree of accuracy. In this situation, the coeffic ...
,
sparseness Neural coding (or Neural representation) is a neuroscience field concerned with characterising the hypothetical relationship between the stimulus and the individual or ensemble neuronal responses and the relationship among the electrical activity ...
, or complete separation. * Having a large ratio of variables to cases results in an overly conservative Wald statistic (discussed below) and can lead to non-convergence. Regularized logistic regression is specifically intended to be used in this situation. * Multicollinearity refers to unacceptably high correlations between predictors. As multicollinearity increases, coefficients remain unbiased but standard errors increase and the likelihood of model convergence decreases. To detect multicollinearity amongst the predictors, one can conduct a linear regression analysis with the predictors of interest for the sole purpose of examining the tolerance statistic used to assess whether multicollinearity is unacceptably high. * Sparseness in the data refers to having a large proportion of empty cells (cells with zero counts). Zero cell counts are particularly problematic with categorical predictors. With continuous predictors, the model can infer values for the zero cell counts, but this is not the case with categorical predictors. The model will not converge with zero cell counts for categorical predictors because the natural logarithm of zero is an undefined value so that the final solution to the model cannot be reached. To remedy this problem, researchers may collapse categories in a theoretically meaningful way or add a constant to all cells. * Another numerical problem that may lead to a lack of convergence is complete separation, which refers to the instance in which the predictors perfectly predict the criterion – all cases are accurately classified and the likelihood maximized with infinite coefficients. In such instances, one should re-examine the data, as there may be some kind of error. * One can also take semi-parametric or non-parametric approaches, e.g., via local-likelihood or nonparametric quasi-likelihood methods, which avoid assumptions of a parametric form for the index function and is robust to the choice of the link function (e.g., probit or logit).


Iteratively reweighted least squares (IRLS)

Binary logistic regression (y=0 or y=1) can, for example, be calculated using ''iteratively reweighted least squares'' (IRLS), which is equivalent to maximizing the
log-likelihood The likelihood function (often simply called the likelihood) represents the probability of random variable realizations conditional on particular values of the statistical parameters. Thus, when evaluated on a given sample, the likelihood functi ...
of a Bernoulli distributed process using Newton's method. If the problem is written in vector matrix form, with parameters \mathbf^T= beta_0,\beta_1,\beta_2, \ldots/math>, explanatory variables \mathbf(i)= , x_1(i), x_2(i), \ldotsT and expected value of the Bernoulli distribution \mu(i)=\frac, the parameters \mathbf can be found using the following iterative algorithm: :\mathbf_ = \left(\mathbf^T\mathbf_k\mathbf\right)^\mathbf^T \left(\mathbf_k \mathbf \mathbf_k + \mathbf - \mathbf_k\right) where \mathbf=\operatorname(\mu(i)(1-\mu(i))) is a diagonal weighting matrix, \boldsymbol\mu= mu(1), \mu(2),\ldots/math> the vector of expected values, :\mathbf=\begin 1 & x_1(1) & x_2(1) & \ldots\\ 1 & x_1(2) & x_2(2) & \ldots\\ \vdots & \vdots & \vdots \end The regressor matrix and \mathbf(i)= (1),y(2),\ldotsT the vector of response variables. More details can be found in the literature.


Bayesian

In a
Bayesian statistics Bayesian statistics is a theory in the field of statistics based on the Bayesian interpretation of probability where probability expresses a ''degree of belief'' in an event. The degree of belief may be based on prior knowledge about the event, ...
context, prior distributions are normally placed on the regression coefficients, for example in the form of Gaussian distributions. There is no
conjugate prior In Bayesian probability theory, if the posterior distribution p(\theta \mid x) is in the same probability distribution family as the prior probability distribution p(\theta), the prior and posterior are then called conjugate distributions, and th ...
of the
likelihood function The likelihood function (often simply called the likelihood) represents the probability of random variable realizations conditional on particular values of the statistical parameters. Thus, when evaluated on a given sample, the likelihood funct ...
in logistic regression. When Bayesian inference was performed analytically, this made the
posterior distribution The posterior probability is a type of conditional probability that results from updating the prior probability with information summarized by the likelihood via an application of Bayes' rule. From an epistemological perspective, the posterior p ...
difficult to calculate except in very low dimensions. Now, though, automatic software such as OpenBUGS, JAGS, PyMC3, Stan or Turing.jl allows these posteriors to be computed using simulation, so lack of conjugacy is not a concern. However, when the sample size or the number of parameters is large, full Bayesian simulation can be slow, and people often use approximate methods such as
variational Bayesian methods Variational Bayesian methods are a family of techniques for approximating intractable integrals arising in Bayesian inference and machine learning. They are typically used in complex statistical models consisting of observed variables (usually ...
and
expectation propagation Expectation propagation (EP) is a technique in Bayesian machine learning. EP finds approximations to a probability distribution. It uses an iterative approach that uses the factorization structure of the target distribution. It differs from oth ...
.


"Rule of ten"

A widely used rule of thumb, the " one in ten rule", states that logistic regression models give stable values for the explanatory variables if based on a minimum of about 10 events per explanatory variable (EPV); where ''event'' denotes the cases belonging to the less frequent category in the dependent variable. Thus a study designed to use k explanatory variables for an event (e.g.
myocardial infarction A myocardial infarction (MI), commonly known as a heart attack, occurs when blood flow decreases or stops to the coronary artery of the heart, causing damage to the heart muscle. The most common symptom is chest pain or discomfort which may ...
) expected to occur in a proportion p of participants in the study will require a total of 10k/p participants. However, there is considerable debate about the reliability of this rule, which is based on simulation studies and lacks a secure theoretical underpinning. According to some authors the rule is overly conservative in some circumstances, with the authors stating, "If we (somewhat subjectively) regard confidence interval coverage less than 93 percent, type I error greater than 7 percent, or relative bias greater than 15 percent as problematic, our results indicate that problems are fairly frequent with 2–4 EPV, uncommon with 5–9 EPV, and still observed with 10–16 EPV. The worst instances of each problem were not severe with 5–9 EPV and usually comparable to those with 10–16 EPV". Others have found results that are not consistent with the above, using different criteria. A useful criterion is whether the fitted model will be expected to achieve the same predictive discrimination in a new sample as it appeared to achieve in the model development sample. For that criterion, 20 events per candidate variable may be required. Also, one can argue that 96 observations are needed only to estimate the model's intercept precisely enough that the margin of error in predicted probabilities is ±0.1 with a 0.95 confidence level.


Error and significance of fit


Deviance and likelihood ratio test ─ a simple case

In any fitting procedure, the addition of another fitting parameter to a model (e.g. the beta parameters in a logistic regression model) will almost always improve the ability of the model to predict the measured outcomes. This will be true even if the additional term has no predictive value, since the model will simply be " overfitting" to the noise in the data. The question arises as to whether the improvement gained by the addition of another fitting parameter is significant enough to recommend the inclusion of the additional term, or whether the improvement is simply that which may be expected from overfitting. In short, for logistic regression, a statistic known as the deviance is defined which is a measure of the error between the logistic model fit and the outcome data. In the limit of a large number of data points, the deviance is chi-squared distributed, which allows a chi-squared test to be implemented in order to determine the significance of the explanatory variables. Linear regression and logistic regression have many similarities. For example, in simple linear regression, a set of ''K'' data points (''xk'', ''yk'') are fitted to a proposed model function of the form y=b_0+b_1 x. The fit is obtained by choosing the ''b'' parameters which minimize the sum of the squares of the residuals (the squared error term) for each data point: :\epsilon^2=\sum_^K (b_0+b_1 x_k-y_k)^2. The minimum value which constitutes the fit will be denoted by \hat^2 The idea of a null model may be introduced, in which it is assumed that the ''x'' variable is of no use in predicting the yk outcomes: The data points are fitted to a null model function of the form ''y=b0'' with a squared error term: :\epsilon^2=\sum_^K (b_0-y_k)^2. The fitting process consists of choosing a value of ''b0'' which minimizes \epsilon^2 of the fit to the null model, denoted by \epsilon_\varphi^2 where the \varphi subscript denotes the null model. It is seen that the null model is optimized by b_0=\overline where \overline is the mean of the ''yk'' values, and the optimized \epsilon_\varphi^2 is: :\hat_\varphi^2=\sum_^K (\overline-y_k)^2 which is proportional to the square of the (uncorrected) sample standard deviation of the ''yk'' data points. We can imagine a case where the ''yk'' data points are randomly assigned to the various ''xk'', and then fitted using the proposed model. Specifically, we can consider the fits of the proposed model to every permutation of the ''yk'' outcomes. It can be shown that the optimized error of any of these fits will never be less than the optimum error of the null model, and that the difference between these minimum error will follow a chi-squared distribution distribution, with degrees of freedom equal those of the proposed model minus those of the null model which, in this case, will be 2-1=1. Using the chi-squared test, we may then estimate how many of these permuted sets of ''yk'' will yield an minimum error less than or equal to the minimum error using the original ''yk'', and so we can estimate how significant an improvement is given by the inclusion of the ''x'' variable in the proposed model. For logistic regression, the measure of goodness-of-fit is the likelihood function ''L'', or its logarithm, the log-likelihood ''ℓ''. The likelihood function ''L'' is analogous to the \epsilon^2 in the linear regression case, except that the likelihood is maximized rather than minimized. Denote the maximized log-likelihood of the proposed model by \hat. In the case of simple binary logistic regression, the set of ''K'' data points are fitted in a probabilistic sense to a function of the form: :p(x)=\frac where is the probability that y=1. The log-odds are given by: :t=\beta_0+\beta_1 x and the log-likelihood is: :\ell=\sum_^K \left( y_k \ln(p(x_k))+(1-y_k) \ln(1-p(x_k))\right) For the null model, the probability that y=1 is given by: :p_\varphi(x)=\frac The log-odds for the null model are given by: :t_\varphi=\beta_0 and the log-likelihood is: :\ell_\varphi=\sum_^K \left( y_k \ln(p_\varphi)+(1-y_k) \ln(1-p_\varphi)\right) Since we have p_\varphi=\overline at the maximum of ''L'', the maximum log-likelihood for the null model is :\hat_\varphi=K(\,\overline \ln(\overline) + (1-\overline)\ln(1-\overline)) The optimum \beta_0 is: :\beta_0=\ln\left(\frac\right) where \overline is again the mean of the ''yk'' values. Again, we can conceptually consider the fit of the proposed model to every permutation of the ''yk'' and it can be shown that the maximum log-likelihood of these permutation fits will never be smaller than that of the null model: : \hat \ge \hat_\varphi Also, as an analog to the error of the linear regression case, we may define the deviance of a logistic regression fit as: :D=\ln\left(\frac\right) = 2(\hat-\hat_\varphi) which will always be positive or zero. The reason for this choice is that not only is the deviance a good measure of the goodness of fit, it is also approximately chi-squared distributed, with the approximation improving as the number of data points (''K'') increases, becoming exactly chi-square distributed in the limit of an infinite number of data points. As in the case of linear regression, we may use this fact to estimate the probability that a random set of data points will give a better fit than the fit obtained by the proposed model, and so have an estimate how significantly the model is improved by including the ''xk'' data points in the proposed model. For the simple model of student test scores described above, the maximum value of the log-likelihood of the null model is \hat_\varphi= -13.8629... The maximum value of the log-likelihood for the simple model is \hat=-8.02988... so that the deviance is D = 2(\hat-\hat_\varphi)=11.6661... Using the chi-squared test of significance, the integral of the chi-squared distribution with one degree of freedom from 11.6661... to infinity is equal to 0.00063649... This effectively means that about 6 out of a 10,000 fits to random ''yk'' can be expected to have a better fit (smaller deviance) than the given ''yk'' and so we can conclude that the inclusion of the ''x'' variable and data in the proposed model is a very significant improvement over the null model. In other words, we reject the
null hypothesis In scientific research, the null hypothesis (often denoted ''H''0) is the claim that no difference or relationship exists between two sets of data or variables being analyzed. The null hypothesis is that any experimentally observed difference is d ...
with 1-D\approx 99.94 \% confidence.


Goodness of fit summary

Goodness of fit in linear regression models is generally measured using R2. Since this has no direct analog in logistic regression, various methods including the following can be used instead.


Deviance and likelihood ratio tests

In linear regression analysis, one is concerned with partitioning variance via the sum of squares calculations – variance in the criterion is essentially divided into variance accounted for by the predictors and residual variance. In logistic regression analysis, deviance is used in lieu of a sum of squares calculations. Deviance is analogous to the sum of squares calculations in linear regression and is a measure of the lack of fit to the data in a logistic regression model. When a "saturated" model is available (a model with a theoretically perfect fit), deviance is calculated by comparing a given model with the saturated model. This computation gives the
likelihood-ratio test In statistics, the likelihood-ratio test assesses the goodness of fit of two competing statistical models based on the ratio of their likelihoods, specifically one found by maximization over the entire parameter space and another found after im ...
: : D = -2\ln \frac . In the above equation, represents the deviance and ln represents the natural logarithm. The log of this likelihood ratio (the ratio of the fitted model to the saturated model) will produce a negative value, hence the need for a negative sign. can be shown to follow an approximate chi-squared distribution. Smaller values indicate better fit as the fitted model deviates less from the saturated model. When assessed upon a chi-square distribution, nonsignificant chi-square values indicate very little unexplained variance and thus, good model fit. Conversely, a significant chi-square value indicates that a significant amount of the variance is unexplained. When the saturated model is not available (a common case), deviance is calculated simply as −2·(log likelihood of the fitted model), and the reference to the saturated model's log likelihood can be removed from all that follows without harm. Two measures of deviance are particularly important in logistic regression: null deviance and model deviance. The null deviance represents the difference between a model with only the intercept (which means "no predictors") and the saturated model. The model deviance represents the difference between a model with at least one predictor and the saturated model. In this respect, the null model provides a baseline upon which to compare predictor models. Given that deviance is a measure of the difference between a given model and the saturated model, smaller values indicate better fit. Thus, to assess the contribution of a predictor or set of predictors, one can subtract the model deviance from the null deviance and assess the difference on a \chi^2_, chi-square distribution with degrees of freedom equal to the difference in the number of parameters estimated. Let :\begin D_ &=-2\ln \frac \\ pt D_ &=-2\ln \frac . \end Then the difference of both is: :\begin D_\text- D_\text &= -2 \left(\ln \frac -\ln \frac \right)\\ pt&= -2 \ln \frac\\ pt&= -2 \ln \frac. \end If the model deviance is significantly smaller than the null deviance then one can conclude that the predictor or set of predictors significantly improve the model's fit. This is analogous to the -test used in linear regression analysis to assess the significance of prediction.


Pseudo-R-squared

In linear regression the squared multiple correlation, 2 is used to assess goodness of fit as it represents the proportion of variance in the criterion that is explained by the predictors. In logistic regression analysis, there is no agreed upon analogous measure, but there are several competing measures each with limitations. Four of the most commonly used indices and one less commonly used one are examined on this page: * Likelihood ratio 2 * Cox and Snell 2 * Nagelkerke 2 * McFadden 2 * Tjur 2


Hosmer–Lemeshow test

The Hosmer–Lemeshow test uses a test statistic that asymptotically follows a \chi^2 distribution to assess whether or not the observed event rates match expected event rates in subgroups of the model population. This test is considered to be obsolete by some statisticians because of its dependence on arbitrary binning of predicted probabilities and relative low power.


Coefficient significance

After fitting the model, it is likely that researchers will want to examine the contribution of individual predictors. To do so, they will want to examine the regression coefficients. In linear regression, the regression coefficients represent the change in the criterion for each unit change in the predictor. In logistic regression, however, the regression coefficients represent the change in the logit for each unit change in the predictor. Given that the logit is not intuitive, researchers are likely to focus on a predictor's effect on the exponential function of the regression coefficient – the odds ratio (see definition). In linear regression, the significance of a regression coefficient is assessed by computing a ''t'' test. In logistic regression, there are several different tests designed to assess the significance of an individual predictor, most notably the likelihood ratio test and the Wald statistic.


Likelihood ratio test

The
likelihood-ratio test In statistics, the likelihood-ratio test assesses the goodness of fit of two competing statistical models based on the ratio of their likelihoods, specifically one found by maximization over the entire parameter space and another found after im ...
discussed above to assess model fit is also the recommended procedure to assess the contribution of individual "predictors" to a given model. In the case of a single predictor model, one simply compares the deviance of the predictor model with that of the null model on a chi-square distribution with a single degree of freedom. If the predictor model has significantly smaller deviance (c.f. chi-square using the difference in degrees of freedom of the two models), then one can conclude that there is a significant association between the "predictor" and the outcome. Although some common statistical packages (e.g. SPSS) do provide likelihood ratio test statistics, without this computationally intensive test it would be more difficult to assess the contribution of individual predictors in the multiple logistic regression case. To assess the contribution of individual predictors one can enter the predictors hierarchically, comparing each new model with the previous to determine the contribution of each predictor. There is some debate among statisticians about the appropriateness of so-called "stepwise" procedures. The fear is that they may not preserve nominal statistical properties and may become misleading.


Wald statistic

Alternatively, when assessing the contribution of individual predictors in a given model, one may examine the significance of the
Wald statistic In statistics, the Wald test (named after Abraham Wald) assesses constraints on statistical parameters based on the weighted distance between the unrestricted estimate and its hypothesized value under the null hypothesis, where the weight is the ...
. The Wald statistic, analogous to the ''t''-test in linear regression, is used to assess the significance of coefficients. The Wald statistic is the ratio of the square of the regression coefficient to the square of the standard error of the coefficient and is asymptotically distributed as a chi-square distribution. : W_j = \frac Although several statistical packages (e.g., SPSS, SAS) report the Wald statistic to assess the contribution of individual predictors, the Wald statistic has limitations. When the regression coefficient is large, the standard error of the regression coefficient also tends to be larger increasing the probability of Type-II error. The Wald statistic also tends to be biased when data are sparse.


Case-control sampling

Suppose cases are rare. Then we might wish to sample them more frequently than their prevalence in the population. For example, suppose there is a disease that affects 1 person in 10,000 and to collect our data we need to do a complete physical. It may be too expensive to do thousands of physicals of healthy people in order to obtain data for only a few diseased individuals. Thus, we may evaluate more diseased individuals, perhaps all of the rare outcomes. This is also retrospective sampling, or equivalently it is called unbalanced data. As a rule of thumb, sampling controls at a rate of five times the number of cases will produce sufficient control data.https://class.stanford.edu/c4x/HumanitiesScience/StatLearning/asset/classification.pdf slide 16 Logistic regression is unique in that it may be estimated on unbalanced data, rather than randomly sampled data, and still yield correct coefficient estimates of the effects of each independent variable on the outcome. That is to say, if we form a logistic model from such data, if the model is correct in the general population, the \beta_j parameters are all correct except for \beta_0. We can correct \beta_0 if we know the true prevalence as follows: : \widehat_0^* = \widehat_0+\log \frac \pi - \log where \pi is the true prevalence and \tilde is the prevalence in the sample.


Discussion

Like other forms of
regression analysis In statistical modeling, regression analysis is a set of statistical processes for estimating the relationships between a dependent variable (often called the 'outcome' or 'response' variable, or a 'label' in machine learning parlance) and one ...
, logistic regression makes use of one or more predictor variables that may be either continuous or categorical. Unlike ordinary linear regression, however, logistic regression is used for predicting dependent variables that take membership in one of a limited number of categories (treating the dependent variable in the binomial case as the outcome of a Bernoulli trial) rather than a continuous outcome. Given this difference, the assumptions of linear regression are violated. In particular, the residuals cannot be normally distributed. In addition, linear regression may make nonsensical predictions for a binary dependent variable. What is needed is a way to convert a binary variable into a continuous one that can take on any real value (negative or positive). To do that, binomial logistic regression first calculates the
odds Odds provide a measure of the likelihood of a particular outcome. They are calculated as the ratio of the number of events that produce that outcome to the number that do not. Odds are commonly used in gambling and statistics. Odds also have ...
of the event happening for different levels of each independent variable, and then takes its
logarithm In mathematics, the logarithm is the inverse function to exponentiation. That means the logarithm of a number  to the base  is the exponent to which must be raised, to produce . For example, since , the ''logarithm base'' 10 of ...
to create a continuous criterion as a transformed version of the dependent variable. The logarithm of the odds is the of the probability, the is defined as follows: \operatorname p = \ln \frac p \quad \text 0 Although the dependent variable in logistic regression is Bernoulli, the logit is on an unrestricted scale. The logit function is the link function in this kind of generalized linear model, i.e. \operatorname \operatorname(Y) = \beta_0 + \beta_1 x is the Bernoulli-distributed response variable and is the predictor variable; the values are the linear parameters. The of the probability of success is then fitted to the predictors. The predicted value of the is converted back into predicted odds, via the inverse of the natural logarithm – the
exponential function The exponential function is a mathematical function denoted by f(x)=\exp(x) or e^x (where the argument is written as an exponent). Unless otherwise specified, the term generally refers to the positive-valued function of a real variable, ...
. Thus, although the observed dependent variable in binary logistic regression is a 0-or-1 variable, the logistic regression estimates the odds, as a continuous variable, that the dependent variable is a 'success'. In some applications, the odds are all that is needed. In others, a specific yes-or-no prediction is needed for whether the dependent variable is or is not a 'success'; this categorical prediction can be based on the computed odds of success, with predicted odds above some chosen cutoff value being translated into a prediction of success.


Maximum entropy

Of all the functional forms used for estimating the probabilities of a particular categorical outcome which optimize the fit by maximizing the likelihood function (e.g. probit regression,
Poisson regression In statistics, Poisson regression is a generalized linear model form of regression analysis used to model count data and contingency tables. Poisson regression assumes the response variable ''Y'' has a Poisson distribution, and assumes the logari ...
, etc.), the logistic regression solution is unique in that it is a maximum entropy solution. This is a case of a general property: an
exponential family In probability and statistics, an exponential family is a parametric set of probability distributions of a certain form, specified below. This special form is chosen for mathematical convenience, including the enabling of the user to calculate ...
of distributions maximizes entropy, given an expected value. In the case of the logistic model, the logistic function is the natural parameter of the Bernoulli distribution (it is in "
canonical form In mathematics and computer science, a canonical, normal, or standard form of a mathematical object is a standard way of presenting that object as a mathematical expression. Often, it is one which provides the simplest representation of an ...
", and the logistic function is the canonical link function), while other sigmoid functions are non-canonical link functions; this underlies its mathematical elegance and ease of optimization. See for details.


Proof

In order to show this, we use the method of
Lagrange multipliers In mathematical optimization, the method of Lagrange multipliers is a strategy for finding the local maxima and minima of a function subject to equality constraints (i.e., subject to the condition that one or more equations have to be satisfied e ...
. The Lagrangian is equal to the entropy plus the sum of the products of Lagrange multipliers times various constraint expressions. The general multinomial case will be considered, since the proof is not made that much simpler by considering simpler cases. Equating the derivative of the Lagrangian with respect to the various probabilities to zero yields a functional form for those probabilities which corresponds to those used in logistic regression. As in the above section on multinomial logistic regression, we will consider explanatory variables denoted and which include x_0=1. There will be a total of ''K'' data points, indexed by k=\, and the data points are given by x_ and . The ''xmk'' will also be represented as an -dimensional vector \boldsymbol_k = \. There will be possible values of the categorical variable ''y'' ranging from 0 to N. Let ''pn(x)'' be the probability, given explanatory variable vector x, that the outcome will be y=n. Define p_=p_n(\boldsymbol_k) which is the probability that for the ''k''-th measurement, the categorical outcome is ''n''. The Lagrangian will be expressed as a function of the probabilities ''pnk'' and will minimized by equating the derivatives of the Lagrangian with respect to these probabilities to zero. An important point is that the probabilities are treated equally and the fact that they sum to unity is part of the Lagrangian formulation, rather than being assumed from the beginning. The first contribution to the Lagrangian is the
entropy Entropy is a scientific concept, as well as a measurable physical property, that is most commonly associated with a state of disorder, randomness, or uncertainty. The term and the concept are used in diverse fields, from classical thermodynam ...
: :\mathcal_=-\sum_^K\sum_^N p_\ln(p_) The log-likelihood is: :\ell=\sum_^K\sum_^N \Delta(n,y_k)\ln(p_) Assuming the multinomial logistic function, the derivative of the log-likelihood with respect the beta coefficients was found to be: :\frac=\sum_^K ( p_x_-\Delta(n,y_k)x_) A very important point here is that this expression is (remarkably) not an explicit function of the beta coefficients. It is only a function of the probabilities ''pnk'' and the data. Rather than being specific to the assumed multinomial logistic case, it is taken to be a general statement of the condition at which the log-likelihood is maximized and makes no reference to the functional form of ''pnk''. There are then (''M''+1)(''N''+1) fitting constraints and the fitting constraint term in the Lagrangian is then: :\mathcal_=\sum_^N\sum_^M \lambda_\sum_^K (p_x_-\Delta(n,y_k)x_) where the ''λnm'' are the appropriate Lagrange multipliers. There are ''K'' normalization constraints which may be written: :\sum_^N p_=1 so that the normalization term in the Lagrangian is: :\mathcal_=\sum_^K \alpha_k \left(1-\sum_^N p_\right) where the ''αk'' are the appropriate Lagrange multipliers. The Lagrangian is then the sum of the above three terms: :\mathcal=\mathcal_ + \mathcal_ + \mathcal_ Setting the derivative of the Lagrangian with respect to one of the probabilities to zero yields: :\frac=0=-\ln(p_)-1+\sum_^M (\lambda_x_)-\alpha_ Using the more condensed vector notation: :\sum_^M \lambda_x_ = \boldsymbol_n\cdot\boldsymbol_k and dropping the primes on the ''n'' and ''k'' indices, and then solving for p_ yields: :p_=e^/Z_k where: :Z_k=e^ Imposing the normalization constraint, we can solve for the ''Zk'' and write the probabilities as: :p_=\frac The \boldsymbol_n are not all independent. We can add any constant -dimensional vector to each of the \boldsymbol_n without changing the value of the p_ probabilities so that there are only ''N'' rather than independent \boldsymbol_n. In the multinomial logistic regression section above, the \boldsymbol_0 was subtracted from each \boldsymbol_n which set the exponential term involving \boldsymbol_0 to unity, and the beta coefficients were given by \boldsymbol_n=\boldsymbol_n-\boldsymbol_0.


Other approaches

In machine learning applications where logistic regression is used for binary classification, the MLE minimises the
Cross entropy In information theory, the cross-entropy between two probability distributions p and q over the same underlying set of events measures the average number of bits needed to identify an event drawn from the set if a coding scheme used for the set is ...
loss function. Logistic regression is an important
machine learning Machine learning (ML) is a field of inquiry devoted to understanding and building methods that 'learn', that is, methods that leverage data to improve performance on some set of tasks. It is seen as a part of artificial intelligence. Machine ...
algorithm. The goal is to model the probability of a random variable Y being 0 or 1 given experimental data. Consider a generalized linear model function parameterized by \theta, : h_\theta(X) = \frac = \Pr(Y=1 \mid X; \theta) Therefore, : \Pr(Y=0 \mid X; \theta) = 1 - h_\theta(X) and since Y \in \, we see that \Pr(y\mid X;\theta) is given by \Pr(y \mid X; \theta) = h_\theta(X)^y(1 - h_\theta(X))^. We now calculate the
likelihood function The likelihood function (often simply called the likelihood) represents the probability of random variable realizations conditional on particular values of the statistical parameters. Thus, when evaluated on a given sample, the likelihood funct ...
assuming that all the observations in the sample are independently Bernoulli distributed, :\begin L(\theta \mid y; x) &= \Pr(Y \mid X; \theta) \\ &= \prod_i \Pr(y_i \mid x_i; \theta) \\ &= \prod_i h_\theta(x_i)^(1 - h_\theta(x_i))^ \end Typically, the log likelihood is maximized, : N^ \log L(\theta \mid y; x) = N^ \sum_^N \log \Pr(y_i \mid x_i; \theta) which is maximized using optimization techniques such as
gradient descent In mathematics, gradient descent (also often called steepest descent) is a first-order iterative optimization algorithm for finding a local minimum of a differentiable function. The idea is to take repeated steps in the opposite direction of the ...
. Assuming the (x, y) pairs are drawn uniformly from the underlying distribution, then in the limit of large ''N'', :\begin & \lim \limits_ N^ \sum_^N \log \Pr(y_i \mid x_i; \theta) = \sum_ \sum_ \Pr(X=x, Y=y) \log \Pr(Y=y \mid X=x; \theta) \\ pt= & \sum_ \sum_ \Pr(X=x, Y=y) \left( - \log\frac + \log \Pr(Y=y \mid X=x) \right) \\ pt= & - D_\text( Y \parallel Y_\theta ) - H(Y \mid X) \end where H(Y\mid X) is the
conditional entropy In information theory, the conditional entropy quantifies the amount of information needed to describe the outcome of a random variable Y given that the value of another random variable X is known. Here, information is measured in shannons, na ...
and D_\text is the
Kullback–Leibler divergence In mathematical statistics, the Kullback–Leibler divergence (also called relative entropy and I-divergence), denoted D_\text(P \parallel Q), is a type of statistical distance: a measure of how one probability distribution ''P'' is different fr ...
. This leads to the intuition that by maximizing the log-likelihood of a model, you are minimizing the KL divergence of your model from the maximal entropy distribution. Intuitively searching for the model that makes the fewest assumptions in its parameters.


Comparison with linear regression

Logistic regression can be seen as a special case of the generalized linear model and thus analogous to linear regression. The model of logistic regression, however, is based on quite different assumptions (about the relationship between the dependent and independent variables) from those of linear regression. In particular, the key differences between these two models can be seen in the following two features of logistic regression. First, the conditional distribution y \mid x is a
Bernoulli distribution In probability theory and statistics, the Bernoulli distribution, named after Swiss mathematician Jacob Bernoulli,James Victor Uspensky: ''Introduction to Mathematical Probability'', McGraw-Hill, New York 1937, page 45 is the discrete probabi ...
rather than a Gaussian distribution, because the dependent variable is binary. Second, the predicted values are probabilities and are therefore restricted to (0,1) through the logistic distribution function because logistic regression predicts the probability of particular outcomes rather than the outcomes themselves.


Alternatives

A common alternative to the logistic model (logit model) is the
probit model In statistics, a probit model is a type of regression where the dependent variable can take only two values, for example married or not married. The word is a portmanteau, coming from ''probability'' + ''unit''. The purpose of the model is to est ...
, as the related names suggest. From the perspective of generalized linear models, these differ in the choice of link function: the logistic model uses the
logit function In statistics, the logit ( ) function is the quantile function associated with the standard logistic distribution. It has many uses in data analysis and machine learning, especially in data transformations. Mathematically, the logit is the in ...
(inverse logistic function), while the probit model uses the probit function (inverse error function). Equivalently, in the latent variable interpretations of these two methods, the first assumes a standard
logistic distribution Logistic may refer to: Mathematics * Logistic function, a sigmoid function used in many fields ** Logistic map, a recurrence relation that sometimes exhibits chaos ** Logistic regression, a statistical model using the logistic function ** Logit, ...
of errors and the second a standard normal distribution of errors. Other
sigmoid function A sigmoid function is a mathematical function having a characteristic "S"-shaped curve or sigmoid curve. A common example of a sigmoid function is the logistic function shown in the first figure and defined by the formula: :S(x) = \frac = \ ...
s or error distributions can be used instead. Logistic regression is an alternative to Fisher's 1936 method, linear discriminant analysis. If the assumptions of linear discriminant analysis hold, the conditioning can be reversed to produce logistic regression. The converse is not true, however, because logistic regression does not require the multivariate normal assumption of discriminant analysis. The assumption of linear predictor effects can easily be relaxed using techniques such as spline functions.


History

A detailed history of the logistic regression is given in . The logistic function was developed as a model of population growth and named "logistic" by
Pierre François Verhulst Pierre François Verhulst (28 October 1804, Brussels – 15 February 1849, Brussels) was a Belgian mathematician and a doctor in number theory from the University of Ghent in 1825. He is best known for the logistic growth model. Logistic e ...
in the 1830s and 1840s, under the guidance of
Adolphe Quetelet Lambert Adolphe Jacques Quetelet FRSF or FRSE (; 22 February 1796 – 17 February 1874) was a Belgian astronomer, mathematician, statistician and sociologist who founded and directed the Brussels Observatory and was influential in intro ...
; see for details. In his earliest paper (1838), Verhulst did not specify how he fit the curves to the data. In his more detailed paper (1845), Verhulst determined the three parameters of the model by making the curve pass through three observed points, which yielded poor predictions. The logistic function was independently developed in chemistry as a model of
autocatalysis A single chemical reaction is said to be autocatalytic if one of the reaction products is also a catalyst for the same or a coupled reaction.Steinfeld J.I., Francisco J.S. and Hase W.L. ''Chemical Kinetics and Dynamics'' (2nd ed., Prentice-Hall 199 ...
(
Wilhelm Ostwald Friedrich Wilhelm Ostwald (; 4 April 1932) was a Baltic German chemist and philosopher. Ostwald is credited with being one of the founders of the field of physical chemistry, with Jacobus Henricus van 't Hoff, Walther Nernst, and Svante Arrhen ...
, 1883). An autocatalytic reaction is one in which one of the products is itself a
catalyst Catalysis () is the process of increasing the rate of a chemical reaction by adding a substance known as a catalyst (). Catalysts are not consumed in the reaction and remain unchanged after it. If the reaction is rapid and the catalyst recyc ...
for the same reaction, while the supply of one of the reactants is fixed. This naturally gives rise to the logistic equation for the same reason as population growth: the reaction is self-reinforcing but constrained. The logistic function was independently rediscovered as a model of population growth in 1920 by Raymond Pearl and
Lowell Reed Lowell Jacob Reed (January 8, 1886 – April 29, 1966) was 7th president of the Johns Hopkins University in Baltimore, Maryland. He was born in Berlin, New Hampshire, the son of Jason Reed, a millwright and farmer, and Louella Coffin Reed. Edu ...
, published as , which led to its use in modern statistics. They were initially unaware of Verhulst's work and presumably learned about it from L. Gustave du Pasquier, but they gave him little credit and did not adopt his terminology. Verhulst's priority was acknowledged and the term "logistic" revived by
Udny Yule George Udny Yule FRS (18 February 1871 – 26 June 1951), usually known as Udny Yule, was a British statistician, particularly known for the Yule distribution. Personal life Yule was born at Beech Hill, a house in Morham near Haddingto ...
in 1925 and has been followed since. Pearl and Reed first applied the model to the population of the United States, and also initially fitted the curve by making it pass through three points; as with Verhulst, this again yielded poor results. In the 1930s, the
probit model In statistics, a probit model is a type of regression where the dependent variable can take only two values, for example married or not married. The word is a portmanteau, coming from ''probability'' + ''unit''. The purpose of the model is to est ...
was developed and systematized by
Chester Ittner Bliss Chester Ittner Bliss (February 1, 1899 – March 14, 1979) was primarily a biologist, who is best known for his contributions to statistics. He was born in Springfield, Ohio in 1899 and died in 1979. He was the first secretary of the International ...
, who coined the term "probit" in , and by
John Gaddum Sir John Henry Gaddum (31 March 1900 – 30 June 1965) was an English pharmacologist who, with Ulf von Euler, co-discovered the neuropeptide Substance P in 1931. He was a founder member of the British Pharmacological Society and first editor ...
in , and the model fit by
maximum likelihood estimation In statistics, maximum likelihood estimation (MLE) is a method of estimating the parameters of an assumed probability distribution, given some observed data. This is achieved by maximizing a likelihood function so that, under the assumed stati ...
by Ronald A. Fisher in , as an addendum to Bliss's work. The probit model was principally used in
bioassay A bioassay is an analytical method to determine the concentration or potency of a substance by its effect on living animals or plants (''in vivo''), or on living cells or tissues(''in vitro''). A bioassay can be either quantal or quantitative, dir ...
, and had been preceded by earlier work dating to 1860; see . The probit model influenced the subsequent development of the logit model and these models competed with each other. The logistic model was likely first used as an alternative to the probit model in bioassay by
Edwin Bidwell Wilson Edwin Bidwell Wilson (April 25, 1879 – December 28, 1964) was an American mathematician, statistician, physicist and general polymath. He was the sole protégé of Yale University physicist Josiah Willard Gibbs and was mentor to MIT economist ...
and his student Jane Worcester in . However, the development of the logistic model as a general alternative to the probit model was principally due to the work of Joseph Berkson over many decades, beginning in , where he coined "logit", by analogy with "probit", and continuing through and following years. The logit model was initially dismissed as inferior to the probit model, but "gradually achieved an equal footing with the logit", particularly between 1960 and 1970. By 1970, the logit model achieved parity with the probit model in use in statistics journals and thereafter surpassed it. This relative popularity was due to the adoption of the logit outside of bioassay, rather than displacing the probit within bioassay, and its informal use in practice; the logit's popularity is credited to the logit model's computational simplicity, mathematical properties, and generality, allowing its use in varied fields. Various refinements occurred during that time, notably by David Cox, as in . The multinomial logit model was introduced independently in and , which greatly increased the scope of application and the popularity of the logit model. In 1973
Daniel McFadden Daniel Little McFadden (born July 29, 1937) is an American econometrician who shared the 2000 Nobel Memorial Prize in Economic Sciences with James Heckman. McFadden's share of the prize was "for his development of theory and methods for analyzi ...
linked the multinomial logit to the theory of discrete choice, specifically Luce's choice axiom, showing that the multinomial logit followed from the assumption of independence of irrelevant alternatives and interpreting odds of alternatives as relative preferences; this gave a theoretical foundation for the logistic regression.


Extensions

There are large numbers of extensions: * Multinomial logistic regression (or multinomial logit) handles the case of a multi-way categorical dependent variable (with unordered values, also called "classification"). Note that the general case of having dependent variables with more than two values is termed ''polytomous regression''. * Ordered logistic regression (or ordered logit) handles ordinal dependent variables (ordered values). * Mixed logit is an extension of multinomial logit that allows for correlations among the choices of the dependent variable. * An extension of the logistic model to sets of interdependent variables is the
conditional random field Conditional random fields (CRFs) are a class of statistical modeling methods often applied in pattern recognition and machine learning and used for structured prediction. Whereas a classifier predicts a label for a single sample without consid ...
. *
Conditional logistic regression Conditional logistic regression is an extension of logistic regression that allows one to take into account stratification and matching. Its main field of application is observational studies and in particular epidemiology. It was devised in 1978 ...
handles matched or stratified data when the strata are small. It is mostly used in the analysis of
observational studies In fields such as epidemiology, social sciences, psychology and statistics, an observational study draws inferences from a sample to a population where the independent variable is not under the control of the researcher because of ethical concern ...
.


Software

Most statistical software can do binary logistic regression. * SPSS *

for basic logistic regression. * Stata * SAS *
PROC LOGISTIC
for basic logistic regression. *

when all the variables are categorical. *

for multilevel model logistic regression. * R ** glm in the stats package (using family = binomial) ** lrm in th
rms package
** GLMNET package for an efficient implementation regularized logistic regression ** lmer for mixed effects logistic regression ** Rfast package command gm_logistic for fast and heavy calculations involving large scale data. ** arm package for bayesian logistic regression *
Python Python may refer to: Snakes * Pythonidae, a family of nonvenomous snakes found in Africa, Asia, and Australia ** ''Python'' (genus), a genus of Pythonidae found in Africa and Asia * Python (mythology), a mythical serpent Computing * Python (pro ...
*
Logit
in the
Statsmodels Statsmodels is a Python package that allows users to explore data, estimate statistical models, and perform statistical tests. An extensive list of descriptive statistics, statistical tests, plotting functions, and result statistics are available f ...
module. *
LogisticRegression
in the
scikit-learn scikit-learn (formerly scikits.learn and also known as sklearn) is a free software machine learning library for the Python programming language. It features various classification, regression and clustering algorithms including support-vector ...
module. *
LogisticRegressor
in the
TensorFlow TensorFlow is a free and open-source software library for machine learning and artificial intelligence. It can be used across a range of tasks but has a particular focus on training and inference of deep neural networks. "It is machine learnin ...
module. ** Full example of logistic regression in the Theano tutoria

** Bayesian Logistic Regression with ARD prio
codetutorial
** Variational Bayes Logistic Regression with ARD prio
code

tutorial
** Bayesian Logistic Regression
codetutorial
* NCSS (statistical software), NCSS *
Logistic Regression in NCSS
*
Matlab MATLAB (an abbreviation of "MATrix LABoratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix manipulations, plotting of functions and data, implementa ...
** mnrfit in the Statistics and Machine Learning Toolbox (with "incorrect" coded as 2 instead of 0) ** fminunc/fmincon, fitglm, mnrfit, fitclinear, mle can all do logistic regression. *
Java Java (; id, Jawa, ; jv, ꦗꦮ; su, ) is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea to the north. With a population of 151.6 million people, Java is the world's mos ...
( JVM) ** LibLinear
Apache Flink
** Apache Spark *** SparkML supports Logistic Regression * FPGA *
Logistic Regresesion IP core
in HLS for FPGA. Notably,
Microsoft Excel Microsoft Excel is a spreadsheet developed by Microsoft for Windows, macOS, Android and iOS. It features calculation or computation capabilities, graphing tools, pivot tables, and a macro programming language called Visual Basic for App ...
's statistics extension package does not include it.


See also

* Logistic function * Discrete choice * Jarrow–Turnbull model * Limited dependent variable * Multinomial logit model * Ordered logit * Hosmer–Lemeshow test *
Brier score The Brier Score is a ''strictly proper score function'' or ''strictly proper scoring rule'' that measures the accuracy of probabilistic predictions. For unidimensional predictions, it is strictly equivalent to the mean squared error as applied t ...
*
mlpack mlpack is a machine learning software library for C++, built on top of the Armadillo library and thensmallennumerical optimization library. mlpack has an emphasis on scalability, speed, and ease-of-use. Its aim is to make machine learning possib ...
- contains a
C++ C++ (pronounced "C plus plus") is a high-level general-purpose programming language created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significan ...
implementation of logistic regression * Local case-control sampling * Logistic model tree


References


Further reading

* * * ** Published in: * * * * * * * * * * * *


External links

* * by
Mark Thoma Mark Allen Thoma (born December 15, 1956) is a macroeconomist and econometrician and a professor of economics at the Department of Economics of the University of Oregon. Thoma is best known as a regular columnist for ''The Fiscal Times'' throug ...

Logistic Regression tutorial
software in C for teaching purposes {{Authority control Predictive analytics Regression models