class of statistical models
In statistics, a generalized linear model (GLM) is a flexible generalization of ordinary linear regression. The GLM generalizes linear regression by allowing the linear model to be related to the response variable โ€ฆ Wikipedia
๐ŸŒ
Wikipedia
en.wikipedia.org โ€บ wiki โ€บ Generalized_linear_model
Generalized linear model - Wikipedia
2 weeks ago - In statistics, a generalized linear model (GLM) is a flexible generalization of ordinary linear regression. The GLM generalizes linear regression by allowing the linear model to be related to the response variable via a link function and by allowing the magnitude of the variance of each measurement ...
๐ŸŒ
Medium
medium.com โ€บ @sahin.samia โ€บ a-comprehensive-introduction-to-generalized-linear-models-fd773d460c1d
A Comprehensive Introduction to Generalized Linear Models | by Sahin Ahmed(Data Scientist/MLE) | Medium
March 20, 2024 - Generalized linear models (GLMs) stand as a cornerstone in the field of statistical analysis, extending the concepts of traditional linear regression to accommodate various types of response variables.
Discussions

GLM for Dummies (and Actuaries) | Published in CAS E-Forum
By David R. Clark. Generalized Linear Models (GLM) are a standard tool for insurance classification ratemaking. This paper provides an intuitive way of understanding the GLM in terms of weighted averages. More on eforum.casact.org
๐ŸŒ eforum.casact.org
June 16, 2025
Generalized linear models
Generalized linear models are generalizations of linear models. In stats, generalized means that it includes the main idea as a case, but includes many other cases. For instance, the Weibull Distribution is a generalized exponential distribution because it includes the exponential distribution as a special case (k=1). When the errors are assumed to be Normal, then GLMs are exactly the same as linear models. The great thing about GLMs is that they can include many other types of regression, such as logistic regression or poisson regression, by changing the link function and the distribution of the errors. As a final note, I very rarely hear the term "general" linear regression. Its usually just called linear regression. I can't think of a situation where you would need to specify that it's general. More on reddit.com
๐ŸŒ r/statistics
17
13
December 2, 2016
ELI5: Generalized linear mixed models: the different link functions, and when to use them
First, you need to know about generalized linear models. You use these instead of linear models when the target variable is not a linear function of the predictors, such as when the target is binary (yes or no), count of occurrences in a fixed period of time, etc. As a simple example, suppose I was trying to model whether or not someone's next phone purchase would be an iPhone. I would count yes's as 1 and no's as 0 and for each case my model would fit the likelihood of that person's purchasing an iPhone. This is not linear. First of all, the output is bounded between 0 and 1. Second of all, the slope is not constant. If a predictor was number of previous iPhone purchases, the difference in likelihood of purchasing between 1 previous purchases and 2 would be huge while the difference between 7 and 8 would be quite small (nearly 100% to nearly 100%). Using a GLM, you get a number as a linear function of the predictors, then you transform it to be between 0 and 1. This is what the link function does. Read the wikipedia on GLM's: http://en.wikipedia.org/wiki/Generalized_linear_model . There is a table in the middle which tells you which link function to use for the different shapes of the target variable. Next, you need to learn about mixed effects - fixed effects and random effects. Fixed effects coefficients are treated as though their coefficients are non-random. Random effects are treated as though their coefficients are random. Suppose I was modeling the number of fouls called in a basketball game based on the teams involved, referees, etc. I would probably specify the categorical variable of which referee is reffing each game as a random effect. We assume the propensity of the refs to call fouls is randomly distributed among the refs (usually for random effects, you assume a normal distribution). The random effects model will result in a more conservative estimate for the effect of each ref because it assumes extreme propensities to call fouls are unlikely. We would use fixed effects if we were looking at a few specific refs. If a ref was accused of cheating (calling lots of fouls to increase the point totals of games), we would not assume his propensity to call fouls came from the same distribution as the other refs, so we would use a fixed effect. This variable would be whether he was the ref or not and we would drop the random effects categorical variable. In this case, the model would assume his propensity to call fouls was whatever best fit the data. In general, you use fixed effects when the different classes of a categorical variable were chosen manually and their coefficients are of interest to you and you use random effects when you have lots or all classes of a categorical variable and you don't care about each class's specific coefficient. A mixed effects model has fixed and random effects. One final example, I want to model the likelihood of a person being cured of a disease based on the doctor and treatment method to find which treatment method is best. This is a GLMM. It is generalized because I'm predicting a probability. It is mixed because it has fixed and random effects. The fixed effect is which treatment - I have selected which treatments are of interest to me and I want to see which does best. The doctor variable is a random effect - there are a lot of doctors, some are better than others, I don't care how good each doctor is (in this case), I just want it to be accounted for in the model. More on reddit.com
๐ŸŒ r/statistics
8
6
June 13, 2014
Explain It Like I'm Five: Generalized Linear Model
It's like guess and check... using computers. More on reddit.com
๐ŸŒ r/statistics
16
14
August 16, 2012
๐ŸŒ
Wu
statmath.wu.ac.at โ€บ courses โ€บ heather_turner โ€บ glmCourse_001.pdf pdf
Introduction to Generalized Linear Models Heather Turner
The model is linear in the parameters, e.g. ... Our link function must map from (0, 1) โ†’(โˆ’โˆž, โˆž). A common ... Our link function must map from (0, โˆž) โ†’(โˆ’โˆž, โˆž). A natural ... Transformation vs. GLM ยท In some situations a response variable can be transformed to ยท improve linearity and homogeneity of variance so that a general...
๐ŸŒ
Medium
medium.com โ€บ data-science โ€บ scikit-learns-generalized-linear-models-4899695445fa
Understanding Generalized Linear Models, with the help of Scikit-Learn | Oct, 2021 | Towards Data Science | TDS Archive
April 4, 2024 - The Generalized Linear Models extent the traditional ordinary least squares linear regression by adding a link function and assuming different distributions for the targets, as long as these distributions belong the exponential family of ...
๐ŸŒ
ScienceDirect
sciencedirect.com โ€บ topics โ€บ mathematics โ€บ generalized-linear-model
Generalized Linear Model - an overview | ScienceDirect Topics
A generalized linear model (GLM) is defined as a statistical model that extends the general linear model framework to accommodate non-normal response variables, allowing for a broader range of data types and distributions.
๐ŸŒ
Casact
eforum.casact.org โ€บ article โ€บ 83925-glm-for-dummies-and-actuaries
GLM for Dummies (and Actuaries) | Published in CAS E-Forum
June 16, 2025 - By David R. Clark. Generalized Linear Models (GLM) are a standard tool for insurance classification ratemaking. This paper provides an intuitive way of understanding the GLM in terms of weighted averages.
Find elsewhere
๐ŸŒ
MathWorks
mathworks.com โ€บ statistics and machine learning toolbox โ€บ regression
Generalized Linear Models - MATLAB & Simulink
Generalized linear models use linear methods to describe a potentially nonlinear relationship between predictor terms and a response variable.
๐ŸŒ
GeeksforGeeks
geeksforgeeks.org โ€บ machine learning โ€บ generalized-linear-models
Generalized Linear Models - GeeksforGeeks
July 15, 2025 - Generalized Linear Models (GLMs) are a class of regression models that can be used to model a wide range of relationships between a response variable and one or more predictor variables.
๐ŸŒ
scikit-learn
scikit-learn.org โ€บ stable โ€บ modules โ€บ linear_model.html
1.1. Linear Models โ€” scikit-learn 1.8.0 documentation
Generalized Linear Models (GLM) extend linear models in two ways [10]. First, the predicted values \(\hat{y}\) are linked to a linear combination of the input variables \(X\) via an inverse link function \(h\) as
๐ŸŒ
Statistics Solutions
statisticssolutions.com โ€บ home โ€บ free dissertation resources โ€บ directory of statistical analyses โ€บ understanding generalized linear models (glms) and generalized estimating equations (gees)
Understanding Generalized Linear Models (GLMs) and Generalized Estimating Equations (GEEs)
June 25, 2025 - In the world of data analysis, making sense of diverse data types can be a complex task. However, Generalized Linear Models (GLMs) and Generalized Estimating Equations (GEEs) offer powerful solutions to simplify this process.
๐ŸŒ
Amazon
amazon.com โ€บ Generalized-Chapman-Monographs-Statistics-Probability โ€บ dp โ€บ 0412317605
Amazon.com: Generalized Linear Models (Chapman & Hall/CRC Monographs on Statistics and Applied Probability): 9780412317606: McCullagh, P., Nelder, John A.: Books
The discussion of other topics-log-linear and related models, log odds-ratio regression models, multinomial response models, inverse linear and related models, quasi-likelihood functions, and model checking-was expanded and incorporates significant revisions. Comprehension of the material requires simply a knowledge of matrix theory and the basic ideas of probability theory, but for the most part, the book is self-contained. Therefore, with its worked examples, plentiful exercises, and topics of direct use to researchers in many disciplines, Generalized Linear Models serves as ideal text, self-study guide, and reference.
๐ŸŒ
H2O LLM Studio
docs.h2o.ai โ€บ h2o โ€บ latest-stable โ€บ h2o-docs โ€บ data-science โ€บ glm.html
Generalized Linear Model (GLM) โ€” H2O 3.46.0.10 documentation
November 12, 2025 - Generalized Linear Models (GLM) estimate regression models for outcomes following exponential distributions. In addition to the Gaussian (i.e. normal) distribution, these include Poisson, binomial, and gamma distributions.
๐ŸŒ
University of Michigan
dept.stat.lsa.umich.edu โ€บ ~kshedden โ€บ stats504 โ€บ topics โ€บ glm
Glm | Statistics 504
Generalized Linear Models # Generalized Linear Models (GLMs) are a type of single-index regression model that substantially extends the range of analyses that can be meaningfully carried out compared to using linear models. A single-index model expresses the conditional mean function \(E[Y|X=x]\) ...
๐ŸŒ
statsmodels
statsmodels.org โ€บ stable โ€บ glm.html
Generalized Linear Models - statsmodels 0.14.6
Generalized linear models currently supports estimation using the one-parameter exponential families.
๐ŸŒ
Nature
nature.com โ€บ nature methods โ€บ articles โ€บ article
MaAsLin 3: refining and extending generalized multivariable linear models for meta-omic association discovery | Nature Methods
January 16, 2026 - In addition to differentiating prevalence from abundance associations, MaAsLin 3 enables five new types of inference (Table 1): specifying general mixed-effects models, testing omnibus differences among three or more levels, testing level-versus-level differences in ordered predictors, testing contrasts among fit coefficients, and controlling for feature-specific covariates (particularly for metatranscriptomics experiments; Table 1, Methods, โ€˜MaAsLin 3โ€™s linear model extensions enable new experimental designsโ€™ in the Supplementary Information and Supplementary Fig.
๐ŸŒ
Study.com
study.com โ€บ math โ€บ statistics
Generalized Linear Models (GLM) | Study.com
Traditional linear regression assumes that the response variable follows a normal distribution with constant variance, while generalized linear models (GLMs) extend this framework to accommodate response variables with non-normal distributions. In traditional linear regression, the relationship between predictors and the response variable is directly modeled.