The Age Pattern of Mortality: a challenge for our fancy new MCMC methods

I’ve come across this demographer’s classic a few times while learning about Global Health, The Age Pattern of Mortality by Heligman and Pollard. (Note this is J H Pollard, actuary, not to be confused with J M Pollard, cryptographer.)

This paper comes up with a very appealing parameterization of age-specific mortality, in a model that is highly nonlinear and turns out to be quite a pain for computation.

basic_curve

Appealing because the three terms in the sum have good demographic interpretations:

age_pattern

Quite a pain for computation because some of the parameters are very co-linear, or maybe co-non-linear, if that is a word:

xcorr

It would be cool to see PyMC3 make short work of this, and I managed to code it up, but I haven’t been able to fit it yet. Patches welcome.

with pm.Model() as m:
    a = pm.Flat('a')
    b = pm.Flat('b')
    c = pm.Flat('c')
    d = pm.Flat('d')
    e = pm.Flat('e')
    f = pm.Flat('f')
    g = pm.Flat('g')
    h = pm.Flat('h')
    
    t1 = a**((x+b)**c)
    t2 = d * T.exp(-e * T.log(x/f)**2)
    t3 = g*h**x
    
    y_pred = t1 + t2 + t3
    y_obs = pm.Normal('y_obs', mu=y_pred/y, sd=1.,
                      observed=ones_like(y))

Comments Off on The Age Pattern of Mortality: a challenge for our fancy new MCMC methods

Filed under global health

Journal Club: Parental income and health inequality

Continuing to catch up on my record of journal club topics, just under a month ago we read Parental income and the dynamics of health inequality in early childhood–evidence from the UK. There was a discussion of whether this was typical for a health economics paper.

Comments Off on Journal Club: Parental income and health inequality

Filed under global health

Journal Club: Prognosis of patients with HIV-1 infection

Oh, how the quarter gets away. What happened in our journal club since I last recorded a paper? Well, I will start catching up now. The first thing that happened was just over a month ago we read a paper on prognosis for lovers of survival curves: Prognosis of patients with HIV-1 infection starting antiretroviral therapy in sub-Saharan Africa: a collaborative analysis of scale-up programmes. The author’s interpretation of their results:

INTERPRETATION:
Prognostic models should be used to counsel patients, plan health services, and predict outcomes for patients with HIV-1 infection in sub-Saharan Africa.

Comments Off on Journal Club: Prognosis of patients with HIV-1 infection

Filed under statistics

Movie about a healthy algorithm for matching kidney transplants

This is a fun movie. Nice motion graphics, and camera work. The sound design is good too, although I found the jazz in the background distracting. And I love this research area. I think some colleagues at CMU were starting to work on it right when I was leaving grad school. I’ll share it on healthy algorithms went I have some time to post things.

–Abie

From: Sommer Gentry
Sent: Monday, November 11, 2013 12:25 PM
To: abie
Subject: a movie link for Healthy Algorithms?

Dear Abraham,

I hope this email finds you well. I am enjoying your blog!

I am writing to let you know about a short documentary that features me and my husband and a nice mathematical modeling problem for helping people get kidney transplants. Its moving principle is to sell operations research to a lay audience by explaining the kidney exchange problem in great detail. It has some nice animations that describe the steps of modeling and solving an integer program, at a level for absolute beginners.

Maybe you’d find it interesting enough to put on your blog. In any case, thanks for checking it out.

best,
Sommer

Comments Off on Movie about a healthy algorithm for matching kidney transplants

Filed under combinatorial optimization

MCMC Convergence Diagnostics

I have revisited my approach to deciding if MCMC has run for long enough recently, and I’m collecting some of the relevant material here:

Last time I thought about it: https://healthyalgorithms.com/2010/04/19/practical-mcmc-advice-when-to-stop/

Original paper for R_hat approach: http://www.stat.columbia.edu/~gelman/research/published/itsim.pdf

Presentation comparing several approaches: http://www.people.fas.harvard.edu/~plam/teaching/methods/convergence/convergence_print.pdf

Published comparison: http://www.jstor.org/stable/2291683

Blog about a cool visual approach: http://andrewgelman.com/2009/12/24/visualizations_1/

Discussion on cross-validated: http://stats.stackexchange.com/questions/507/what-is-the-best-method-for-checking-convergence-in-mcmc

Book with a chapter on this referenced there: http://www.amazon.com/dp/1441915753/?tag=stackoverfl08-20 (available as an eBook from UW Library, how convenient!)

Another related blog: http://xianblog.wordpress.com/2012/11/28/mcmc-convergence-assessment/

Comments Off on MCMC Convergence Diagnostics

Filed under statistics

Journal Club: Epidemiology and etiology of childhood pneumonia in 2010

This week in journal club we are discussing Rudan et al, Epidemiology and etiology of childhood pneumonia in 2010. This description of an estimation method comes with an 80 page spreadsheet showing the calculation!

Comments Off on Journal Club: Epidemiology and etiology of childhood pneumonia in 2010

Filed under disease modeling, global health

Mortality in Iraq paper out

I was traveling last week for a verbal autopsy conference, and now that I’m catching up I can share this: my study on Mortality in Iraq Associated with the 2003–2011 War and Occupation has been published in PLoS Medicine.

It is great that this paper got some media coverage, because it was really hard work. Here are a few examples of how the science looked in the popular press:

http://www.latimes.com/world/la-fg-iraq-war-deaths-20131016,0,6128082.story

http://news.nationalgeographic.com/news/2013/10/131015-iraq-war-deaths-survey-2013/

http://www.washingtonpost.com/blogs/worldviews/wp/2013/10/16/this-chart-shows-that-the-iraq-war-was-worse-than-we-think/

New Study Estimates Nearly 500,000 Died in Iraq War

http://www.thedailybeast.com/articles/2013/10/23/new-report-cites-half-a-million-war-related-dead-in-iraq.html

Lots of moving photos in the files to accompany this story!

Comments Off on Mortality in Iraq paper out

Filed under global health

IHME Seminar: Ziad Obermeyer on Improving Prognosis

This week we heard from Ziad Obermeyer, a former IHMEer, and current Harvard prof and ER doc, about using big data to understand costs and improve predictions in the health system. And he didn’t say “big data” the whole time. Perhaps the video will appear here.

Comments Off on IHME Seminar: Ziad Obermeyer on Improving Prognosis

Filed under global health, machine learning

IHME Seminar: Emily Fox on Bayesian Dynamic Modeling

This week we had a seminar on Bayesian Dynamic Modeling from UW Stats professor Emily Fox. The video is archived here! This talk had some of the most successful embedded video that I’ve seen in a talk. I don’t think it made it into the video perfectly, though, so imagine dancing honeybees while you watch.

Comments Off on IHME Seminar: Emily Fox on Bayesian Dynamic Modeling

Filed under machine learning, statistics

Journal Club: Assessment of statistical models

This week in journal club, we will be reading Green et al, Use of posterior predictive assessments to evaluate model fit in multilevel logistic regression. I like posterior predictive checks, here are some of the stats papers that we might read in the future if my students do, too:

Click to access GelmanMengStern1996.pdf

Click to access dogs.pdf

http://onlinelibrary.wiley.com/doi/10.1002/1097-0258(20000915/30)19:17/18%3C2377::AID-SIM576%3E3.0.CO;2-1/pdf

http://onlinelibrary.wiley.com/doi/10.1002/sim.1403/pdf

Comments Off on Journal Club: Assessment of statistical models

Filed under statistics