Nonnegative continuous data regression Flashcards
(5 cards)
1
Q
Options for nonnegative continuous data
A
- Far from 0 with small variance: could use Gaussian;
- Lognormal model;
- Gamma regression.
2
Q
Lognormal model
A
We model y~ = log(y) = ηi ~ N(xi‘β, σ2)
However we cannot go back, because then yi ~ LogN(xi‘β + σ2/2, exp{2xi‘β+σ2}(exp{σ2}-1))
Which means we are introducing a prominent bias since we don’t know σ2 but only ^σ2
3
Q
Gamma regression’s distribution
A
We model μi from yi~Gamma(μi shape, ν scale) with E(yi) = μi and Var(yi) = μi2/ν
4
Q
Multiplicative exponential model
A
ηi = log(μi)
μi = exp(ηi)
- Coefficients have a multiplicative effect on μi.
5
Q
Canonical Gamma model
A
ηi = - 1/μi
μi = - 1/ηi
- Does not guarantee non-negative values for μi.