Machine Learning

Covid-19 Progression Analysis

Covid-19 Progression Analysis Introduction This updates a prior post analyzing the growth rate of Covid-19 infections and deaths by country. The analysis is conducted as of 2020-03-24 The daily growth rate of cumulative confirmed cases and deaths are calculated as: \(G_{confirmed}=growth~rate~confirmed=log(Confirmed_t / Confirmed_{t-1})\) \(G_{deaths}=growth~rate~deaths=log(Deaths_t / Deaths_{t-1})\) Using this formulation, the total growth after \(d\) days …

Covid-19 Progression Analysis Read More »

II. Probabilistic Programming: Survival Analysis

Introduction This is a second article in the series of Probabilistic Programming for Actuarial Science. The first article introduced the Bayesian approach to inferring risk rates and predicting future claims in an actuarial context and built a practical model in Greta, a probabilistic programming language, to conduct the analysis. In a beta binomial model, a …

II. Probabilistic Programming: Survival Analysis Read More »

I. Probabilistic Programming for Actuarial Science

Introduction A core task of actuarial analysis is estimation of risk rates for insured events. This includes analyses such as estimating mortality rates, lapse rates, incidence rates, termination rates and so on. In addition to determining best estimates for risk rates, understanding the uncertainty around the best estimates is a critical component of the overall …

I. Probabilistic Programming for Actuarial Science Read More »

Tracking Presidential Polls: A New Approach

Final Review: A summary of the final results can be found here. Original article: 7/22/2016:  Being in the height of the presidential election season, there is intense interest as to who is likely to win the November elections.  The standard approach in the press has been to commission a poll, report the results and compare …

Tracking Presidential Polls: A New Approach Read More »

Turing Award goes to Bayesian Network Specialist

The Turing Award, which is the computer science equivalent of the Nobel Prize, was awarded to Judea Pearl.  Pearl was honored for his contributions to artificial intelligence.  He championed a probabilistic way of creating smart computer systems rather than building a set of rules.  These systems are encapsulated in Bayesian Networks. Bayesian analysis forms a …

Turing Award goes to Bayesian Network Specialist Read More »