linkfüggvény
A linkfüggvény, or link function, is a fundamental concept in generalized linear models (GLMs). It is a transformation that connects the linear predictor of a GLM to the expected value of the response variable. In simpler terms, it's a mathematical function that maps the output of a linear model to the range of possible values for the response variable, which may not be linear.
The general form of a GLM is $g(E(Y)) = X\beta$, where $E(Y)$ is the expected value of the
Common link functions are chosen based on the distribution of the response variable. For a Normal distribution,
---