class of statistical models
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 ...
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
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
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
Explain It Like I'm Five: Generalized Linear Model
It's like guess and check... using computers. More on reddit.com
Videos
09:35
Statistical Learning: 4.8 Generalized Linear Models - YouTube
Understanding Generalized Linear Models (Logistic, Poisson ...
11:48
Explaining generalized linear models (GLMs) | VNT #15 - YouTube
02:51:11
Introduction to Generalized linear model - YouTube
05:24
Linear Models vs. Generalized Linear Models - YouTube
24:52
A Brief Introduction to Generalized Linear Models - YouTube
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...
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.
SAS
documentation.sas.com โบ doc โบ en โบ statug โบ latest โบ statug_genmod_overview01.htm
What Is a Generalized Linear Model?
We cannot provide a description for this page right now
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.
Reddit
reddit.com โบ r/statistics โบ generalized linear models
r/statistics on Reddit: Generalized linear models
December 2, 2016 -
Hi,
As someone who knows only about general linear models thus far, I was wondering what the difference is. Is it right to assume you fit a general linear model if the dependent variable follows the normal normal distribution, and a generalised linear model if it does not?
Thank you
Top answer 1 of 5
11
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.
2 of 5
5
"General linear model" confused the soul out of me.
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.
IBM
ibm.com โบ docs โบ he โบ spss-statistics โบ cd
Generalized Linear Models
We cannot provide a description for this page right now
MDPI
mdpi.com โบ home โบ journals โบ energies โบ volume 19 โบ issue 3
Oil Production-Energy Consumption Relationship ...
Energies, an international, peer-reviewed, Open Access journal.
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.