Linear (Gaussian):
\[\underbrace{\mu}_{\text{mean}}
\underset{\xleftarrow[]{=}}{\xrightarrow[]{=}}
\underbrace{\eta(\tilde{x}) }_{\substack{\text{linear}\\\text{predictor}}}
= \tilde{x} \cdot \tilde{\beta} + \mu(0)
\]
Logistic (Binomial):
\[\underbrace{\mu}_{\text{mean}}
\underset{
\xleftarrow[\pi \cdot n]{}
}{
\xrightarrow{\frac{\mu}{n}}
}
\underbrace{\pi}_{\text{probability}}
\underset{
\xleftarrow[\frac{\omega}{1+\omega}]{}
}{
\xrightarrow{\frac{\pi}{1-\pi}}
}
\underbrace{\omega}_{\text{odds}}
\underset{
\xleftarrow[\operatorname{exp}\mathopen{}\left\{\eta\right\}\mathclose{}]{}
}{
\xrightarrow{\operatorname{log}\mathopen{}\left\{\omega\right\}\mathclose{}}
}
\underbrace{\eta}_{\text{log-odds}} = \tilde{x} \cdot \tilde{\beta} + \eta(0)
\]
Count (Poisson):
\[\underbrace{\mu}_{\text{mean}}
\underset{
\xleftarrow[{\lambda}\cdot t]{}
}{
\xrightarrow{\mu / t}
}
\underbrace{{\lambda}}_{\text{rate}}
\underset{
\xleftarrow[\operatorname{exp}\mathopen{}\left\{\eta\right\}\mathclose{}]{}
}{
\xrightarrow{\operatorname{log}\mathopen{}\left\{{\lambda}\right\}\mathclose{}}
}
\underbrace{\eta}_{\text{log-rate}}
= \tilde{x} \cdot \tilde{\beta} + \operatorname{log}\mathopen{}\left\{{\lambda}(0)\right\}\mathclose{}
\]
Survival (Cox PH):
\[\underbrace{\mu}_{\text{mean}}
\xleftarrow[\int_{t=0}^{\infty}{\operatorname{S}(t|\tilde{x})dt}]{}
\underbrace{\operatorname{S}(t|\tilde{x})}_{\text{survival}}
\underset{
\xleftarrow[\operatorname{exp}\mathopen{}\left\{-{\Lambda}(t|\tilde{x})\right\}\mathclose{}]{}
}{
\xrightarrow{-\operatorname{log}\mathopen{}\left\{\operatorname{S}(t|\tilde{x})\right\}\mathclose{}}
}
\underbrace{{\Lambda}(t|\tilde{x})}_{\text{cumulative hazard}}
\underset{
\xleftarrow[\int_0^t {\lambda}(u|\tilde{x})\,du]{}
}{
\xrightarrow{{\Lambda}'(t|\tilde{x})}
}
\underbrace{{\lambda}(t|\tilde{x})}_{\text{hazard}}
\underset{
\xleftarrow[\operatorname{exp}\mathopen{}\left\{\eta(t|\tilde{x})\right\}\mathclose{}]{}
}{
\xrightarrow{\operatorname{log}\mathopen{}\left\{{\lambda}(t|\tilde{x})\right\}\mathclose{}}
}
\underbrace{\eta(t|\tilde{x})}_{\text{log-hazard}}
= \tilde{x} \cdot \tilde{\beta} + \eta_0(t)
\]