Information Matrix
Filter Information matrix
Posts feedUnderflow
Earlier I described a problem in mathematical computing for mortality modelling. This was where an intermediate step resulted in a number too big for the computer to handle, causing the entire calculation to overflow and fail.
Overflow
A good general-purpose formula for describing pensioner mortality rates is the logistic function:
q = exp(α) / (1 + exp(α))
where the value of α varies by age.