Global Information Lookup Global Information

Logistic regression information


Example graph of a logistic regression curve fitted to data. The curve shows the estimated probability of passing an exam (binary dependent variable) versus hours studying (scalar independent variable). See § Example for worked details.

In statistics, the logistic model (or logit model) is a statistical model that models the log-odds of an event as a linear combination of one or more independent variables. In regression analysis, logistic regression[1] (or logit regression) is estimating the parameters of a logistic model (the coefficients in the linear combination). Formally, in binary logistic regression there is a single binary dependent variable, coded by an indicator variable, 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;[2] the function that converts log-odds to probability is the logistic function, hence the name. The unit of measurement for the log-odds scale is called a logit, from logistic unit, hence the alternative names. See § Background and § Definition for formal mathematics, and § Example 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 § Applications), and the logistic model has been the most commonly used model for binary regression since about 1970.[3] 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[4]). See § Extensions for further extensions. The logistic regression model itself simply models probability of output in terms of input and does not perform statistical classification (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 instead of the logistic function (to convert the linear combination to a probability) can also be used, most notably the probit model; see § Alternatives. 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. More abstractly, the logistic function is the natural parameter for the Bernoulli distribution, 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 § Maximum entropy.

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 § Model fitting. Logistic regression by MLE plays a similarly basic role for binary or categorical responses as linear regression by ordinary least squares (OLS) plays for scalar responses: it is a simple, well-analyzed baseline model; see § Comparison with linear regression for discussion. The logistic regression as a general statistical model was originally developed and popularized primarily by Joseph Berkson,[5] beginning in Berkson (1944), where he coined "logit"; see § History.

  1. ^ Tolles, Juliana; Meurer, William J (2016). "Logistic Regression Relating Patient Characteristics to Outcomes". JAMA. 316 (5): 533–4. doi:10.1001/jama.2016.7653. ISSN 0098-7484. OCLC 6823603312. PMID 27483067.
  2. ^ Cite error: The named reference Hosmer was invoked but never defined (see the help page).
  3. ^ Cramer 2002, p. 10–11.
  4. ^ Cite error: The named reference wal67est was invoked but never defined (see the help page).
  5. ^ Cramer 2002, p. 8.

and 27 Related for: Logistic regression information

Request time (Page generated in 0.7948 seconds.)

Logistic regression

Last Update:

independent variables. In regression analysis, logistic regression (or logit regression) is estimating the parameters of a logistic model (the coefficients...

Word Count : 20600

Multinomial logistic regression

Last Update:

etc.). Multinomial logistic regression is known by a variety of other names, including polytomous LR, multiclass LR, softmax regression, multinomial logit...

Word Count : 5207

Conditional logistic regression

Last Update:

Conditional logistic regression is an extension of logistic regression that allows one to account for stratification and matching. Its main field of application...

Word Count : 1529

Logistic distribution

Last Update:

distribution plays the same role in logistic regression as the normal distribution does in probit regression. Indeed, the logistic and normal distributions have...

Word Count : 1732

Logistic function

Last Update:

A logistic function or logistic curve is a common S-shaped curve (sigmoid curve) with the equation f ( x ) = L 1 + e − k ( x − x 0 ) {\displaystyle f(x)={\frac...

Word Count : 6102

Ordered logit

Last Update:

logit model (also ordered logistic regression or proportional odds model) is an ordinal regression model—that is, a regression model for ordinal dependent...

Word Count : 933

Binomial regression

Last Update:

In statistics, binomial regression is a regression analysis technique in which the response (often referred to as Y) has a binomial distribution: it is...

Word Count : 2055

Binary regression

Last Update:

common binary regression models are the logit model (logistic regression) and the probit model (probit regression). Binary regression is principally...

Word Count : 581

Ordinal regression

Last Update:

In statistics, ordinal regression, also called ordinal classification, is a type of regression analysis used for predicting an ordinal variable, i.e....

Word Count : 1301

Omnibus test

Last Update:

6.332 on 2 and 7 DF, p-value: 0.02692 In statistics, logistic regression is a type of regression analysis used for predicting the outcome of a categorical...

Word Count : 6180

Poisson regression

Last Update:

Poisson regression is a generalized linear model form of regression analysis used to model count data and contingency tables. Poisson regression assumes...

Word Count : 2744

Regression

Last Update:

Look up regression, regressions, or régression in Wiktionary, the free dictionary. Regression or regressions may refer to: Marine regression, coastal advance...

Word Count : 235

Linear discriminant analysis

Last Update:

categorical dependent variable (i.e. the class label). Logistic regression and probit regression are more similar to LDA than ANOVA is, as they also explain...

Word Count : 5931

Naive Bayes classifier

Last Update:

classifiers form a generative-discriminative pair with multinomial logistic regression classifiers: each naive Bayes classifier can be considered a way...

Word Count : 5488

Stepwise regression

Last Update:

In statistics, stepwise regression is a method of fitting regression models in which the choice of predictive variables is carried out by an automatic...

Word Count : 1483

Linear regression

Last Update:

GLMs are: Poisson regression for count data. Logistic regression and probit regression for binary data. Multinomial logistic regression and multinomial...

Word Count : 9516

Supervised learning

Last Update:

Many algorithms, including support-vector machines, linear regression, logistic regression, neural networks, and nearest neighbor methods, require that...

Word Count : 3011

Elastic net regularization

Last Update:

particular, in the fitting of linear or logistic regression models, the elastic net is a regularized regression method that linearly combines the L1 and...

Word Count : 1391

Logit

Last Update:

used, since this is more familiar in everyday life". The logit in logistic regression is a special case of a link function in a generalized linear model:...

Word Count : 1423

Ridge regression

Last Update:

Ridge regression is a method of estimating the coefficients of multiple-regression models in scenarios where the independent variables are highly correlated...

Word Count : 3902

Local regression

Last Update:

Local regression or local polynomial regression, also known as moving regression, is a generalization of the moving average and polynomial regression. Its...

Word Count : 2557

General linear model

Last Update:

model or general multivariate regression model is a compact way of simultaneously writing several multiple linear regression models. In that sense it is...

Word Count : 1192

Probit model

Last Update:

response model. As such it treats the same set of problems as does logistic regression using similar techniques. When viewed in the generalized linear model...

Word Count : 3251

Logistic equation

Last Update:

Logistic equation can refer to: Logistic map, a nonlinear recurrence relation that plays a prominent role in chaos theory Logistic regression, a regression...

Word Count : 81

Categorical variable

Last Update:

distribution (the Bernoulli distribution) and separate regression models (logistic regression, probit regression, etc.). As a result, the term "categorical variable"...

Word Count : 3051

Regression validation

Last Update:

regression analysis, are acceptable as descriptions of the data. The validation process can involve analyzing the goodness of fit of the regression,...

Word Count : 1117

Multilevel regression with poststratification

Last Update:

"multilevel regression" and "poststratification" ideas of MRP can be generalized. Multilevel regression can be replaced by nonparametric regression or regularized...

Word Count : 924

PDF Search Engine © AllGlobal.net