Session 5. A brief introduction to Predictive Modeling

Size: px
Start display at page:

Download "Session 5. A brief introduction to Predictive Modeling"

Transcription

1 SOA Predictive Analytics Seminar Malaysia 27 Aug Kuala Lumpur, Malaysia Session 5 A brief introduction to Predictive Modeling Lichen Bao, Ph.D

2 A Brief Introduction to Predictive Modeling LICHEN BAO Data Scientist, RGA Reinsurance Company August 27, 2018

3 Agenda Overview of Predictive Modeling (PM) A Case Study PM for Actuaries

4 Overview of Predictive Modeling (PM)

5 What is Predictive Modeling? Modeling covers the statistics models and algorithms. Data High quality data Modeling Statistical model Prediction Business decisions 4

6 Review of Predictive Modeling Linear regression and OLS may sound familiar Linear regression model Y target/response variable; Xi explanatory/predictor variable βi parameters to be estimated ε error term/noise Underlying Assumptions for a Valid LM Normality, ε ~ N(0,σ 2 ) Linearity; Homogeneity-Y for population; Fixed X, error-free; Observation independence 5

7 Review of Predictive Modeling Linear regression and OLS may sound familiar Ordinary Least Squares(OLS) β = arg min RSS = arg min i ( y i y i ) 2 = arg min i ( j β j X ij y i ) 2 For a simple regression β 1 = ( x i y i 1 x n i y i ) ( x 2 i 1 ( x n i) 2 ), β 0 = y β 1 x Identical to Maximum likelihood estimator More robust and consistent approach β = arg max L(X, Y, β) = arg min ln(l X, Y, β ) = arg min i (y i y i (μ i )) 2 Use adj R 2 to compare fitness of models 1 = RSS + ESS TSS TSS Define R 2 = RSS TSS = 1 ESS portion that has been explained by OLS model portion of TSS for the error TSS = i(y i Y i ) 2 i (Y i Y) Adjusted R 2 = 1 ESS TSS n 1 n k = 1 (1 R2 ) n 1 n k 2, but it is biased if normal distribution 6

8 Review of Predictive Modeling We barely see any real application of OLS in life insurance because of the constraints. Features of OLS Applications in Insurance Validation of assumptions - Normal w/ constant σ 2 Binomial for rate (mortality/lapse/uw, etc.), σ 2 ~ r(1-r) Non-linear relationship, esp. for extrapolation Unmatched Poisson for claim count, ~ mean Unbounded data, nonnegative value Gamma for claim amount, ~ mean 2 7

9 Generalized Linear Model (GLM) GLM is extensively used in insurance industry. Major focus of PM in insurance industry Includes most distributions related to insurance Great flexibility in variance structure OLS model is a special case of GLM (Relatively) Easy to understand and communicate Multiplicative model intuitive & consistent with insurance practice 8

10 Generalized Linear Model (GLM) GLM is extensively used in insurance industry. Random component Systematic component Link function 9

11 Generalized Linear Model (GLM) GLM is extensively used in insurance industry. Random component Observations Y 1,..., Y n are independent w/ density from the exponential family f i y i ; θ i, = exp y iθ i b(θ i ) + c(y a i ( ) i, ) From maximum likelihood theory, E Y = μ = b θ, var Y = b θ a = a V(μ) Each distribution is specified in terms of mean & variance Variance is a function of mean Normal Poisson Binomial Gamma InverseGaussian Name N(μ, 2 ) P(μ) B(m, π) m G(μ, ) IG(μ, 2 ) Range (-,+ ) (0,+ ) (0,1) (0,+ ) (0,+ ) b(θ) 2 e ln(1+e ) ln θ ( 2θ) 1/2 μ(θ) θ e e /(1+e ) 1/ θ ( 2θ) 1/2 V(μ) 1 μ μ(1 μ) μ 2 μ 3 10

12 Generalized Linear Model (GLM) GLM is extensively used in insurance industry. Systematic component A linear predictor i = j x ij β j = Xβ for observation i link function i = g(μ i ), random & systematic are connected by a smooth & invertible function Identity Log Logit Reciprocal g(μ i ) x ln(x) x ln( 1 x ) 1/x g 1 ( i ) x e x e x 1/x Log is unique in insurance application s.t. all parameters are multiplicative y = exp( j x ij β j ) = j exp x ij β j = j exp β j x ij = j f j x ij Consistent with most insurance practices Intuitively easy to understand and communicate 1+e x 11

13 Generalized Linear Model (GLM) GLM is extensively used in insurance industry. Comparison with OLS Random Systematic Link OLS Normal only E y i = x ij β i = i j GLM Various distribution j g E(y i ) = i Inclusion of most distributions related to insurance data Normal, binomial, Poisson, Gamma, inverse-gaussian, Tweedie Link function Normal Poisson Bernoulli Negative Binomial Gamma Tweedie Inverse Gaussian Application sample General Application Claim frequency, counts Retention, cross-sell, underwriting rates Claim severity Claim severity Claim cost Claim severity 12

14 An Inventory of the Methods There are plenty of statistical modeling methods out there. Random Forest XG-boost machine Gradient Boosting Support vector machine Ada Boosting Ensemble method Survey Data Analysis Sentiment Analysis Genetic Algorithms Markov chain Monte Carlo Optimization Methods Bayesian Analysis Decision Trees Feature engineering Neural Networks / Deep learning Analysis of Variance Classification/Association Mixed Models Categorical Data Analysis Survival Analysis Multivariate Analysis Non-Parametric Analysis Cluster Analysis Text mining Machine Learning & Statistical Techniques

15 Predictive Modeling by Classes There are different terminologies regarding predictive modeling. Supervised vs. Unsupervised Learning Classification vs. Regression Parametric vs. Non- Parametric Supervised: estimate expected value of Y given values of X. GLM, Cox, CART, MARS, Random Forests, SVM, NN, etc. Unsupervised: find interesting patterns amongst X; no target variable Y Clustering, Correlation / Principal Components / Factor Analysis Classification: to segment observations into 2 or more categories. Fraud vs. legitimate, lapsed vs. retained, UW class Regression: to predict a continuous amount. Dollars of loss for a policy, ultimate size of claim Parametric Statistics: probabilistic model of data Poisson Regression(claims count), Gamma (claim amount) Non-Parametric Statistics: no probability model specified Classification trees, NN 14

16 Choosing the Right Method There is always the trade-off between interpretability and flexibility. Trade-Off Between Interpretability and Flexibility Decision Trees Interpretability GLM Models Logistic Regression Poisson Regression Often referred to as simple, transparent models Often referred to as machine learning, black-box models Random Forest Gradient Boosted Trees Flexibility This is just a sample of many algorithms available 15

17 Choosing the Right Method There is always the trade-off between interpretability and flexibility. Interpretability Transparent Algorithms More human intervention More interpretable Require less data Faster to estimate a model Good at handling smooth effects (e.g., age, income, etc.) The model we choose might not be a good match to reality, resulting in poor predictions. Less likely to overfit the data Flexibility Black-box Algorithms Less human intervention Less interpretable Require more data Slower to estimate a model Not good at handling smooth effects (e.g., age, income, etc.) Higher predictive accuracy because functional form is derived from the data, not assumed. More likely to overfit the data 16

18 Choosing the Right Method Choosing the right algorithm is a combination of statistical and business considerations. Business Considerations Experience Some business problems are well-defined and are historically modeled a specific way successfully. Example: Poisson Regression for Experience Studies Know your audience The successful business implementation of a model may require buy-in from many different groups throughout an organization. Model interpretability may be critical, particularly for analyzing experience study data. Technical Implementation Sometimes the increased accuracy in more complex models doesn t warrant the additional technical difficulties. Statistical Considerations Dependent Variable Knowing whether the dependent variable is available (or not), if available whether its continuous, binary, or a count helps us narrow down the appropriate algorithm. Amount of Data Powerful algorithms (e.g., random forest) require more data to work well. Model Validation Data Scientists build many models, and pick the champion model based on which model predicts new data the best (e.g., higher accuracy) 17

19 A Case Study

20 Predictive Modeling on Value Chain As long as there is data, there is potential to capitalize on it by predictive modeling. Pre-sale Underwriting In-force management Claims High Predictive underwriting Preferred risk selection Crosssell/upsell Fraud/nondisclosure Multivariate analysis New rating factors Medium Propensity to apply & triggers Distributor quality control Propensity to complete purchase Underwriting triage Determine underwriting ratings Proactive lapse management Low Competitive pricing strategy Customer lifetime value Claims triage Level of client demand

21 Process of Predictive Modeling Projects Set objective Process data Fit a model Interpret model & implement Monitor & Update What to achieve by PM Same as traditional one: understand business & data; clean & process data - Select proper model for target variable; choose explanatory variables; determine if crossterms are needed; assess model Understand model (e.g. A/E); extract business insights; implement in business process Monitor the performance and update when necessary - Validate the model 20

22 Multivariate Experience Study The client would like to conduct multivariate experience study for their CI products, where predictive model is built and tested to better understand risk and explore for additional business insights. Objectives Modeling & Lift Plot To use advanced statistical model to better understand risk over conventional method To identify true risk drivers and their effects To gain additional business insights 20 statistical significant variables in the built model Income, Occupation, Marital Status, BMI Data In traditional experience study format, covering o o 7 calendar years 10 products About 30 variables available for modeling o For ex. Policy Info, Demographic Info and Sales Person Info

23 Multivariate Experience Study The client would like to conduct multivariate experience study for their CI products, where predictive model are built and tested to better understand risk and explore for additional business insights. Pricing Benchmark the traditional pricing methods Could introduce new factors previously not in the pricing basis, such as BMI, etc. Product Redefinition Products of simpler underwriting process could be provided for customers with relatively lower risk selected by model Better use the data, and might ensure previously uninsurable, e.g., particularly to some disease

24 Predictive Modeling Considerations The success of a PM project needs considering many factors. Business Goals Objective to support the profitable growth of your business Resources available & strong support from senior executives Data Sufficient quantity & high quality of data to support modeling Satisfactory data depth & width Able & willing to obtain data, knowledge to understand & clean data Environment Local regulatory environment & privacy laws will allow such models Distribution channel can support data-driven analytic solution

25 PM for Actuaries

26 Predictive Modeling to Actuaries Actuaries are good candidates for predictive modeling practitioners. Advantages Opportunities Outlook Industry knowledge - domain knowledge is a key in modeling process Expertise in data process - data is always #1 issue in data-driven application Unique position in data analytics Solid foundation in statistics Education experience in modeling (OLS) Need to pick up new skills & thinking by education, training, and experience Data analytics is here to stay; it is changing insurance industry, and will fundamentally change how we run insurance business Actuaries could and should be on top of it and lead the change 25

27 Predictive Modeling to Actuaries Actuaries could master predictive modeling through different study activities. Refresh yourself with the basics of modeling Learn a modeling application / language & practice with examples Attend seminar, conference, training program, etc. Link your new skills with your job & practice if possible 26

28 Thank You.

29

Session 5. Predictive Modeling in Life Insurance

Session 5. Predictive Modeling in Life Insurance SOA Predictive Analytics Seminar Hong Kong 29 Aug. 2018 Hong Kong Session 5 Predictive Modeling in Life Insurance Jingyi Zhang, Ph.D Predictive Modeling in Life Insurance JINGYI ZHANG PhD Scientist Global

More information

Session 113 PD, Data and Model Actuaries Should be an Expert of Both. Moderator: David L. Snell, ASA, MAAA

Session 113 PD, Data and Model Actuaries Should be an Expert of Both. Moderator: David L. Snell, ASA, MAAA Session 113 PD, Data and Model Actuaries Should be an Expert of Both Moderator: David L. Snell, ASA, MAAA Presenters: Matthias Kullowatz Kenneth Warren Pagington, FSA, CERA, MAAA Qichun (Richard) Xu, FSA

More information

Quantile Regression. By Luyang Fu, Ph. D., FCAS, State Auto Insurance Company Cheng-sheng Peter Wu, FCAS, ASA, MAAA, Deloitte Consulting

Quantile Regression. By Luyang Fu, Ph. D., FCAS, State Auto Insurance Company Cheng-sheng Peter Wu, FCAS, ASA, MAAA, Deloitte Consulting Quantile Regression By Luyang Fu, Ph. D., FCAS, State Auto Insurance Company Cheng-sheng Peter Wu, FCAS, ASA, MAAA, Deloitte Consulting Agenda Overview of Predictive Modeling for P&C Applications Quantile

More information

Predictive modelling around the world Peter Banthorpe, RGA Kevin Manning, Milliman

Predictive modelling around the world Peter Banthorpe, RGA Kevin Manning, Milliman Predictive modelling around the world Peter Banthorpe, RGA Kevin Manning, Milliman 11 November 2013 Agenda Introduction to predictive analytics Applications overview Case studies Conclusions and Q&A Introduction

More information

How Can YOU Use it? Artificial Intelligence for Actuaries. SOA Annual Meeting, Gaurav Gupta. Session 058PD

How Can YOU Use it? Artificial Intelligence for Actuaries. SOA Annual Meeting, Gaurav Gupta. Session 058PD Artificial Intelligence for Actuaries How Can YOU Use it? SOA Annual Meeting, 2018 Session 058PD Gaurav Gupta Founder & CEO ggupta@quaerainsights.com Audience Poll What is my level of AI understanding?

More information

Making the Link between Actuaries and Data Science

Making the Link between Actuaries and Data Science Making the Link between Actuaries and Data Science Simon Lee, Cecilia Chow, Thibault Imbert AXA Asia 2 nd ASHK General Insurance & Data Analytics Seminar Friday 7 October 2016 1 Agenda Data Driving Insurers

More information

UPDATED IAA EDUCATION SYLLABUS

UPDATED IAA EDUCATION SYLLABUS II. UPDATED IAA EDUCATION SYLLABUS A. Supporting Learning Areas 1. STATISTICS Aim: To enable students to apply core statistical techniques to actuarial applications in insurance, pensions and emerging

More information

February 25, Susan Watson, FSA Paul Anderson, FCAS Rahul Parsa, PhD

February 25, Susan Watson, FSA Paul Anderson, FCAS Rahul Parsa, PhD February 25, 2014 Susan Watson, FSA Paul Anderson, FCAS Rahul Parsa, PhD You don t want your privacy: Disney and the meat space data race Volume Velocity Variety Data Mining Process Collect Data Clean

More information

2018 Predictive Analytics Symposium Session 10: Cracking the Black Box with Awareness & Validation

2018 Predictive Analytics Symposium Session 10: Cracking the Black Box with Awareness & Validation 2018 Predictive Analytics Symposium Session 10: Cracking the Black Box with Awareness & Validation SOA Antitrust Compliance Guidelines SOA Presentation Disclaimer Cracking the Black Box with Awareness

More information

Subject CS2A Risk Modelling and Survival Analysis Core Principles

Subject CS2A Risk Modelling and Survival Analysis Core Principles ` Subject CS2A Risk Modelling and Survival Analysis Core Principles Syllabus for the 2019 exams 1 June 2018 Copyright in this Core Reading is the property of the Institute and Faculty of Actuaries who

More information

Forecasting & Futurism

Forecasting & Futurism Article from: Forecasting & Futurism December 2013 Issue 8 PREDICTIVE MODELING IN INSURANCE Modeling Process By Richard Xu In the July 2013 issue of the Forecasting & Futurism Newsletter, we introduced

More information

1. You are given the following information about a stationary AR(2) model:

1. You are given the following information about a stationary AR(2) model: Fall 2003 Society of Actuaries **BEGINNING OF EXAMINATION** 1. You are given the following information about a stationary AR(2) model: (i) ρ 1 = 05. (ii) ρ 2 = 01. Determine φ 2. (A) 0.2 (B) 0.1 (C) 0.4

More information

Credit Card Default Predictive Modeling

Credit Card Default Predictive Modeling Credit Card Default Predictive Modeling Background: Predicting credit card payment default is critical for the successful business model of a credit card company. An accurate predictive model can help

More information

Session 40 PD, How Would I Get Started With Predictive Modeling? Moderator: Douglas T. Norris, FSA, MAAA

Session 40 PD, How Would I Get Started With Predictive Modeling? Moderator: Douglas T. Norris, FSA, MAAA Session 40 PD, How Would I Get Started With Predictive Modeling? Moderator: Douglas T. Norris, FSA, MAAA Presenters: Timothy S. Paris, FSA, MAAA Sandra Tsui Shan To, FSA, MAAA Qinqing (Annie) Xue, FSA,

More information

WC-5 Just How Credible Is That Employer? Exploring GLMs and Multilevel Modeling for NCCI s Excess Loss Factor Methodology

WC-5 Just How Credible Is That Employer? Exploring GLMs and Multilevel Modeling for NCCI s Excess Loss Factor Methodology Antitrust Notice The Casualty Actuarial Society is committed to adhering strictly to the letter and spirit of the antitrust laws. Seminars conducted under the auspices of the CAS are designed solely to

More information

From Double Chain Ladder To Double GLM

From Double Chain Ladder To Double GLM University of Amsterdam MSc Stochastics and Financial Mathematics Master Thesis From Double Chain Ladder To Double GLM Author: Robert T. Steur Examiner: dr. A.J. Bert van Es Supervisors: drs. N.R. Valkenburg

More information

Chapter 7: Estimation Sections

Chapter 7: Estimation Sections 1 / 40 Chapter 7: Estimation Sections 7.1 Statistical Inference Bayesian Methods: Chapter 7 7.2 Prior and Posterior Distributions 7.3 Conjugate Prior Distributions 7.4 Bayes Estimators Frequentist Methods:

More information

Predictive Analytics in Life Insurance. Advances in Predictive Analytics Conference, University of Waterloo December 1, 2017

Predictive Analytics in Life Insurance. Advances in Predictive Analytics Conference, University of Waterloo December 1, 2017 Predictive Analytics in Life Insurance Advances in Predictive Analytics Conference, University of Waterloo December 1, 2017 Format of this session Speakers: Jean-Yves Rioux - Deloitte Kevin Pledge Claim

More information

Institute of Actuaries of India Subject CT6 Statistical Methods

Institute of Actuaries of India Subject CT6 Statistical Methods Institute of Actuaries of India Subject CT6 Statistical Methods For 2014 Examinations Aim The aim of the Statistical Methods subject is to provide a further grounding in mathematical and statistical techniques

More information

Extracting Information from the Markets: A Bayesian Approach

Extracting Information from the Markets: A Bayesian Approach Extracting Information from the Markets: A Bayesian Approach Daniel Waggoner The Federal Reserve Bank of Atlanta Florida State University, February 29, 2008 Disclaimer: The views expressed are the author

More information

Chapter 5: Statistical Inference (in General)

Chapter 5: Statistical Inference (in General) Chapter 5: Statistical Inference (in General) Shiwen Shen University of South Carolina 2016 Fall Section 003 1 / 17 Motivation In chapter 3, we learn the discrete probability distributions, including Bernoulli,

More information

Article from. Predictive Analytics and Futurism. June 2017 Issue 15

Article from. Predictive Analytics and Futurism. June 2017 Issue 15 Article from Predictive Analytics and Futurism June 2017 Issue 15 Using Predictive Modeling to Risk- Adjust Primary Care Panel Sizes By Anders Larson Most health actuaries are familiar with the concept

More information

And The Winner Is? How to Pick a Better Model

And The Winner Is? How to Pick a Better Model And The Winner Is? How to Pick a Better Model Part 2 Goodness-of-Fit and Internal Stability Dan Tevet, FCAS, MAAA Goodness-of-Fit Trying to answer question: How well does our model fit the data? Can be

More information

GLM III - The Matrix Reloaded

GLM III - The Matrix Reloaded GLM III - The Matrix Reloaded Duncan Anderson, Serhat Guven 12 March 2013 2012 Towers Watson. All rights reserved. Agenda "Quadrant Saddles" The Tweedie Distribution "Emergent Interactions" Dispersion

More information

Agenda. Current method disadvantages GLM background and advantages Study case analysis Applications. Actuaries Club of the Southwest

Agenda. Current method disadvantages GLM background and advantages Study case analysis Applications. Actuaries Club of the Southwest watsonwyatt.com Actuaries Club of the Southwest Generalized Linear Modeling for Life Insurers Jean-Felix Huet, FSA November 2, 29 Agenda Current method disadvantages GLM background and advantages Study

More information

2017 IAA EDUCATION SYLLABUS

2017 IAA EDUCATION SYLLABUS 2017 IAA EDUCATION SYLLABUS 1. STATISTICS Aim: To enable students to apply core statistical techniques to actuarial applications in insurance, pensions and emerging areas of actuarial practice. 1.1 RANDOM

More information

Predictive Modeling GLM and Price Elasticity Model. David Dou October 8 th, 2014

Predictive Modeling GLM and Price Elasticity Model. David Dou October 8 th, 2014 Predictive Modeling GLM and Price Elasticity Model David Dou October 8 th, 2014 History of Predictive Modeling Pre-Computer Era: Triangles on a giant spreadsheet PC Era: Microsoft Excel oneway relativities

More information

MATH 3200 Exam 3 Dr. Syring

MATH 3200 Exam 3 Dr. Syring . Suppose n eligible voters are polled (randomly sampled) from a population of size N. The poll asks voters whether they support or do not support increasing local taxes to fund public parks. Let M be

More information

CSC 411: Lecture 08: Generative Models for Classification

CSC 411: Lecture 08: Generative Models for Classification CSC 411: Lecture 08: Generative Models for Classification Richard Zemel, Raquel Urtasun and Sanja Fidler University of Toronto Zemel, Urtasun, Fidler (UofT) CSC 411: 08-Generative Models 1 / 23 Today Classification

More information

MAKING CLAIMS APPLICATIONS OF PREDICTIVE ANALYTICS IN LONG-TERM CARE BY ROBERT EATON AND MISSY GORDON

MAKING CLAIMS APPLICATIONS OF PREDICTIVE ANALYTICS IN LONG-TERM CARE BY ROBERT EATON AND MISSY GORDON MAKING CLAIMS APPLICATIONS OF PREDICTIVE ANALYTICS IN LONG-TERM CARE BY ROBERT EATON AND MISSY GORDON Predictive analytics has taken far too long in getting its foothold in the long-term care (LTC) insurance

More information

Master s in Financial Engineering Foundations of Buy-Side Finance: Quantitative Risk and Portfolio Management. > Teaching > Courses

Master s in Financial Engineering Foundations of Buy-Side Finance: Quantitative Risk and Portfolio Management.  > Teaching > Courses Master s in Financial Engineering Foundations of Buy-Side Finance: Quantitative Risk and Portfolio Management www.symmys.com > Teaching > Courses Spring 2008, Monday 7:10 pm 9:30 pm, Room 303 Attilio Meucci

More information

Weight Smoothing with Laplace Prior and Its Application in GLM Model

Weight Smoothing with Laplace Prior and Its Application in GLM Model Weight Smoothing with Laplace Prior and Its Application in GLM Model Xi Xia 1 Michael Elliott 1,2 1 Department of Biostatistics, 2 Survey Methodology Program, University of Michigan National Cancer Institute

More information

PREDICTIVE ANALYTICS EVI TEDJASUKMANA 26 OCTOBER 2017 PERSATUAN AKTUARIS INDONESIA (THE SOCIETY OF ACTUARIES OF INDONESIA)

PREDICTIVE ANALYTICS EVI TEDJASUKMANA 26 OCTOBER 2017 PERSATUAN AKTUARIS INDONESIA (THE SOCIETY OF ACTUARIES OF INDONESIA) PREDICTIVE ANALYTICS EVI TEDJASUKMANA 26 OCTOBER 2017 Agenda 1. Predictive analytics why we need it? 2. Sample analytics 1 propensity to buy 3. Sample analytics 2 predictive underwriting 2 BACKGROUND Why

More information

Investing through Economic Cycles with Ensemble Machine Learning Algorithms

Investing through Economic Cycles with Ensemble Machine Learning Algorithms Investing through Economic Cycles with Ensemble Machine Learning Algorithms Thomas Raffinot Silex Investment Partners Big Data in Finance Conference Thomas Raffinot (Silex-IP) Economic Cycles-Machine Learning

More information

Machine Learning for Quantitative Finance

Machine Learning for Quantitative Finance Machine Learning for Quantitative Finance Fast derivative pricing Sofie Reyners Joint work with Jan De Spiegeleer, Dilip Madan and Wim Schoutens Derivative pricing is time-consuming... Vanilla option pricing

More information

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions.

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions. ME3620 Theory of Engineering Experimentation Chapter III. Random Variables and Probability Distributions Chapter III 1 3.2 Random Variables In an experiment, a measurement is usually denoted by a variable

More information

Non-informative Priors Multiparameter Models

Non-informative Priors Multiparameter Models Non-informative Priors Multiparameter Models Statistics 220 Spring 2005 Copyright c 2005 by Mark E. Irwin Prior Types Informative vs Non-informative There has been a desire for a prior distributions that

More information

Chapter 7: Point Estimation and Sampling Distributions

Chapter 7: Point Estimation and Sampling Distributions Chapter 7: Point Estimation and Sampling Distributions Seungchul Baek Department of Statistics, University of South Carolina STAT 509: Statistics for Engineers 1 / 20 Motivation In chapter 3, we learned

More information

Equity correlations implied by index options: estimation and model uncertainty analysis

Equity correlations implied by index options: estimation and model uncertainty analysis 1/18 : estimation and model analysis, EDHEC Business School (joint work with Rama COT) Modeling and managing financial risks Paris, 10 13 January 2011 2/18 Outline 1 2 of multi-asset models Solution to

More information

PRE CONFERENCE WORKSHOP 3

PRE CONFERENCE WORKSHOP 3 PRE CONFERENCE WORKSHOP 3 Stress testing operational risk for capital planning and capital adequacy PART 2: Monday, March 18th, 2013, New York Presenter: Alexander Cavallo, NORTHERN TRUST 1 Disclaimer

More information

CPSC 540: Machine Learning

CPSC 540: Machine Learning CPSC 540: Machine Learning Monte Carlo Methods Mark Schmidt University of British Columbia Winter 2019 Last Time: Markov Chains We can use Markov chains for density estimation, d p(x) = p(x 1 ) p(x }{{}

More information

Stochastic Claims Reserving _ Methods in Insurance

Stochastic Claims Reserving _ Methods in Insurance Stochastic Claims Reserving _ Methods in Insurance and John Wiley & Sons, Ltd ! Contents Preface Acknowledgement, xiii r xi» J.. '..- 1 Introduction and Notation : :.... 1 1.1 Claims process.:.-.. : 1

More information

Financial Risk Management

Financial Risk Management Financial Risk Management Professor: Thierry Roncalli Evry University Assistant: Enareta Kurtbegu Evry University Tutorial exercices #4 1 Correlation and copulas 1. The bivariate Gaussian copula is given

More information

Chapter 5. Statistical inference for Parametric Models

Chapter 5. Statistical inference for Parametric Models Chapter 5. Statistical inference for Parametric Models Outline Overview Parameter estimation Method of moments How good are method of moments estimates? Interval estimation Statistical Inference for Parametric

More information

A Comprehensive, Non-Aggregated, Stochastic Approach to. Loss Development

A Comprehensive, Non-Aggregated, Stochastic Approach to. Loss Development A Comprehensive, Non-Aggregated, Stochastic Approach to Loss Development By Uri Korn Abstract In this paper, we present a stochastic loss development approach that models all the core components of the

More information

Loss Cost Modeling vs. Frequency and Severity Modeling

Loss Cost Modeling vs. Frequency and Severity Modeling Loss Cost Modeling vs. Frequency and Severity Modeling 2013 CAS Ratemaking and Product Management Seminar March 13, 2013 Huntington Beach, CA Jun Yan Deloitte Consulting LLP Antitrust Notice The Casualty

More information

Session 2. Predictive Analytics in Policyholder Behavior

Session 2. Predictive Analytics in Policyholder Behavior SOA Predictive Analytics Seminar Malaysia 27 Aug. 2018 Kuala Lumpur, Malaysia Session 2 Predictive Analytics in Policyholder Behavior Eileen Burns, FSA, MAAA David Wang, FSA, FIA, MAAA Predictive Analytics

More information

The Crystal Ball of Safety

The Crystal Ball of Safety The Crystal Ball of Safety Dustin England Corporate Vice President, Safety/Compliance CR England Chris Orban Director, Technical Services FleetRisk Advisors 1 Baldwin & Lyons May Trucking Co. Spectrum

More information

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5]

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] 1 High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] High-frequency data have some unique characteristics that do not appear in lower frequencies. At this class we have: Nonsynchronous

More information

Lecture 17: More on Markov Decision Processes. Reinforcement learning

Lecture 17: More on Markov Decision Processes. Reinforcement learning Lecture 17: More on Markov Decision Processes. Reinforcement learning Learning a model: maximum likelihood Learning a value function directly Monte Carlo Temporal-difference (TD) learning COMP-424, Lecture

More information

CSE 312 Winter Learning From Data: Maximum Likelihood Estimators (MLE)

CSE 312 Winter Learning From Data: Maximum Likelihood Estimators (MLE) CSE 312 Winter 2017 Learning From Data: Maximum Likelihood Estimators (MLE) 1 Parameter Estimation Given: independent samples x1, x2,..., xn from a parametric distribution f(x θ) Goal: estimate θ. Not

More information

ST440/550: Applied Bayesian Analysis. (5) Multi-parameter models - Summarizing the posterior

ST440/550: Applied Bayesian Analysis. (5) Multi-parameter models - Summarizing the posterior (5) Multi-parameter models - Summarizing the posterior Models with more than one parameter Thus far we have studied single-parameter models, but most analyses have several parameters For example, consider

More information

Computational Statistics Handbook with MATLAB

Computational Statistics Handbook with MATLAB «H Computer Science and Data Analysis Series Computational Statistics Handbook with MATLAB Second Edition Wendy L. Martinez The Office of Naval Research Arlington, Virginia, U.S.A. Angel R. Martinez Naval

More information

Lending Club Loan Portfolio Optimization Fred Robson (frobson), Chris Lucas (cflucas)

Lending Club Loan Portfolio Optimization Fred Robson (frobson), Chris Lucas (cflucas) CS22 Artificial Intelligence Stanford University Autumn 26-27 Lending Club Loan Portfolio Optimization Fred Robson (frobson), Chris Lucas (cflucas) Overview Lending Club is an online peer-to-peer lending

More information

CPSC 540: Machine Learning

CPSC 540: Machine Learning CPSC 540: Machine Learning Monte Carlo Methods Mark Schmidt University of British Columbia Winter 2018 Last Time: Markov Chains We can use Markov chains for density estimation, p(x) = p(x 1 ) }{{} d p(x

More information

Content Added to the Updated IAA Education Syllabus

Content Added to the Updated IAA Education Syllabus IAA EDUCATION COMMITTEE Content Added to the Updated IAA Education Syllabus Prepared by the Syllabus Review Taskforce Paul King 8 July 2015 This proposed updated Education Syllabus has been drafted by

More information

Duangporn Jearkpaporn, Connie M. Borror Douglas C. Montgomery and George C. Runger Arizona State University Tempe, AZ

Duangporn Jearkpaporn, Connie M. Borror Douglas C. Montgomery and George C. Runger Arizona State University Tempe, AZ Process Monitoring for Correlated Gamma Distributed Data Using Generalized Linear Model Based Control Charts Duangporn Jearkpaporn, Connie M. Borror Douglas C. Montgomery and George C. Runger Arizona State

More information

Predictive Modelling. Document Turning Big Data into Big Opportunities

Predictive Modelling. Document Turning Big Data into Big Opportunities Predictive Modelling Document 218081 Turning Big Data into Big Opportunities Essays on Predictive Modelling: Turning Big Data into Big Opportunities In recent years, data has become a key driver of economic

More information

IEOR E4703: Monte-Carlo Simulation

IEOR E4703: Monte-Carlo Simulation IEOR E4703: Monte-Carlo Simulation Simulation Efficiency and an Introduction to Variance Reduction Methods Martin Haugh Department of Industrial Engineering and Operations Research Columbia University

More information

Expanding Predictive Analytics Through the Use of Machine Learning

Expanding Predictive Analytics Through the Use of Machine Learning Expanding Predictive Analytics Through the Use of Machine Learning Thursday, February 28, 2013, 11:10 a.m. Chris Cooksey, FCAS, MAAA Chief Actuary EagleEye Analytics Columbia, S.C. Christopher Cooksey,

More information

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is:

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is: **BEGINNING OF EXAMINATION** 1. You are given: (i) A random sample of five observations from a population is: 0.2 0.7 0.9 1.1 1.3 (ii) You use the Kolmogorov-Smirnov test for testing the null hypothesis,

More information

MWSUG Paper AA 04. Claims Analytics. Mei Najim, Gallagher Bassett Services, Rolling Meadows, IL

MWSUG Paper AA 04. Claims Analytics. Mei Najim, Gallagher Bassett Services, Rolling Meadows, IL MWSUG 2017 - Paper AA 04 Claims Analytics Mei Najim, Gallagher Bassett Services, Rolling Meadows, IL ABSTRACT In the Property & Casualty Insurance industry, advanced analytics has increasingly penetrated

More information

Lectures and Seminars in Insurance Mathematics and Related Fields at ETH Zurich. Spring Semester 2019

Lectures and Seminars in Insurance Mathematics and Related Fields at ETH Zurich. Spring Semester 2019 December 2018 Lectures and Seminars in Insurance Mathematics and Related Fields at ETH Zurich Spring Semester 2019 Quantitative Risk Management, by Prof. Dr. Patrick Cheridito, #401-3629-00L This course

More information

Disability Income Data What do we need to capture and analyse now?

Disability Income Data What do we need to capture and analyse now? Disability Income Data What do we need to capture and analyse now? Michael Dermody & Chris Scheuber 2015 KPMG Actuarial This presentation has been prepared for the Actuaries Institute 2015 Actuaries Summit.

More information

Ways of Estimating Extreme Percentiles for Capital Purposes. This is the framework we re discussing

Ways of Estimating Extreme Percentiles for Capital Purposes. This is the framework we re discussing Ways of Estimating Extreme Percentiles for Capital Purposes Enterprise Risk Management Symposium, Chicago Session CS E5: Tuesday 3May 2005, 13:00 14:30 Andrew Smith AndrewDSmith8@Deloitte.co.uk This is

More information

Option Pricing Using Bayesian Neural Networks

Option Pricing Using Bayesian Neural Networks Option Pricing Using Bayesian Neural Networks Michael Maio Pires, Tshilidzi Marwala School of Electrical and Information Engineering, University of the Witwatersrand, 2050, South Africa m.pires@ee.wits.ac.za,

More information

Logit Models for Binary Data

Logit Models for Binary Data Chapter 3 Logit Models for Binary Data We now turn our attention to regression models for dichotomous data, including logistic regression and probit analysis These models are appropriate when the response

More information

Learning From Data: MLE. Maximum Likelihood Estimators

Learning From Data: MLE. Maximum Likelihood Estimators Learning From Data: MLE Maximum Likelihood Estimators 1 Parameter Estimation Assuming sample x1, x2,..., xn is from a parametric distribution f(x θ), estimate θ. E.g.: Given sample HHTTTTTHTHTTTHH of (possibly

More information

Credit Risk Modelling

Credit Risk Modelling Credit Risk Modelling Tiziano Bellini Università di Bologna December 13, 2013 Tiziano Bellini (Università di Bologna) Credit Risk Modelling December 13, 2013 1 / 55 Outline Framework Credit Risk Modelling

More information

Phylogenetic comparative biology

Phylogenetic comparative biology Phylogenetic comparative biology In phylogenetic comparative biology we use the comparative data of species & a phylogeny to make inferences about evolutionary process and history. Reconstructing the ancestral

More information

Introduction to Algorithmic Trading Strategies Lecture 9

Introduction to Algorithmic Trading Strategies Lecture 9 Introduction to Algorithmic Trading Strategies Lecture 9 Quantitative Equity Portfolio Management Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com Outline Alpha Factor Models References

More information

Session 178 TS, Stats for Health Actuaries. Moderator: Ian G. Duncan, FSA, FCA, FCIA, FIA, MAAA. Presenter: Joan C. Barrett, FSA, MAAA

Session 178 TS, Stats for Health Actuaries. Moderator: Ian G. Duncan, FSA, FCA, FCIA, FIA, MAAA. Presenter: Joan C. Barrett, FSA, MAAA Session 178 TS, Stats for Health Actuaries Moderator: Ian G. Duncan, FSA, FCA, FCIA, FIA, MAAA Presenter: Joan C. Barrett, FSA, MAAA Session 178 Statistics for Health Actuaries October 14, 2015 Presented

More information

درس هفتم یادگیري ماشین. (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی

درس هفتم یادگیري ماشین. (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی یادگیري ماشین توزیع هاي نمونه و تخمین نقطه اي پارامترها Sampling Distributions and Point Estimation of Parameter (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی درس هفتم 1 Outline Introduction

More information

Econometric Models of Expenditure

Econometric Models of Expenditure Econometric Models of Expenditure Benjamin M. Craig University of Arizona ISPOR Educational Teleconference October 28, 2005 1 Outline Overview of Expenditure Estimator Selection Two problems Two mistakes

More information

Exam M Fall 2005 PRELIMINARY ANSWER KEY

Exam M Fall 2005 PRELIMINARY ANSWER KEY Exam M Fall 005 PRELIMINARY ANSWER KEY Question # Answer Question # Answer 1 C 1 E C B 3 C 3 E 4 D 4 E 5 C 5 C 6 B 6 E 7 A 7 E 8 D 8 D 9 B 9 A 10 A 30 D 11 A 31 A 1 A 3 A 13 D 33 B 14 C 34 C 15 A 35 A

More information

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples 1.3 Regime switching models A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples (or regimes). If the dates, the

More information

Model 0: We start with a linear regression model: log Y t = β 0 + β 1 (t 1980) + ε, with ε N(0,

Model 0: We start with a linear regression model: log Y t = β 0 + β 1 (t 1980) + ε, with ε N(0, Stat 534: Fall 2017. Introduction to the BUGS language and rjags Installation: download and install JAGS. You will find the executables on Sourceforge. You must have JAGS installed prior to installing

More information

Exam STAM Practice Exam #1

Exam STAM Practice Exam #1 !!!! Exam STAM Practice Exam #1 These practice exams should be used during the month prior to your exam. This practice exam contains 20 questions, of equal value, corresponding to about a 2 hour exam.

More information

Log-Robust Portfolio Management

Log-Robust Portfolio Management Log-Robust Portfolio Management Dr. Aurélie Thiele Lehigh University Joint work with Elcin Cetinkaya and Ban Kawas Research partially supported by the National Science Foundation Grant CMMI-0757983 Dr.

More information

Stochastic Frontier Models with Binary Type of Output

Stochastic Frontier Models with Binary Type of Output Chapter 6 Stochastic Frontier Models with Binary Type of Output 6.1 Introduction In all the previous chapters, we have considered stochastic frontier models with continuous dependent (or output) variable.

More information

Modelling Bank Loan LGD of Corporate and SME Segment

Modelling Bank Loan LGD of Corporate and SME Segment 15 th Computing in Economics and Finance, Sydney, Australia Modelling Bank Loan LGD of Corporate and SME Segment Radovan Chalupka, Juraj Kopecsni Charles University, Prague 1. introduction 2. key issues

More information

Subject CS1 Actuarial Statistics 1 Core Principles. Syllabus. for the 2019 exams. 1 June 2018

Subject CS1 Actuarial Statistics 1 Core Principles. Syllabus. for the 2019 exams. 1 June 2018 ` Subject CS1 Actuarial Statistics 1 Core Principles Syllabus for the 2019 exams 1 June 2018 Copyright in this Core Reading is the property of the Institute and Faculty of Actuaries who are the sole distributors.

More information

(5) Multi-parameter models - Summarizing the posterior

(5) Multi-parameter models - Summarizing the posterior (5) Multi-parameter models - Summarizing the posterior Spring, 2017 Models with more than one parameter Thus far we have studied single-parameter models, but most analyses have several parameters For example,

More information

Intro to GLM Day 2: GLM and Maximum Likelihood

Intro to GLM Day 2: GLM and Maximum Likelihood Intro to GLM Day 2: GLM and Maximum Likelihood Federico Vegetti Central European University ECPR Summer School in Methods and Techniques 1 / 32 Generalized Linear Modeling 3 steps of GLM 1. Specify the

More information

2017 Predictive Analytics Symposium

2017 Predictive Analytics Symposium 2017 Predictive Analytics Symposium Session 24, General Insurance Applications of PA Moderator: Stuart Klugman, FSA, CERA, Ph.D. Presenter: Peter Wu, ASA, FCAS, MAA SOA Antitrust Compliance Guidelines

More information

Subject ST2 Life Insurance Specialist Technical Syllabus

Subject ST2 Life Insurance Specialist Technical Syllabus Subject ST2 Life Insurance Specialist Technical Syllabus for the 2018 exams 1 June 2017 Aim The aim of the Life Insurance Specialist Technical subject is to instil in successful candidates the main principles

More information

Hierarchical Generalized Linear Models. Measurement Incorporated Hierarchical Linear Models Workshop

Hierarchical Generalized Linear Models. Measurement Incorporated Hierarchical Linear Models Workshop Hierarchical Generalized Linear Models Measurement Incorporated Hierarchical Linear Models Workshop Hierarchical Generalized Linear Models So now we are moving on to the more advanced type topics. To begin

More information

Overview. Transformation method Rejection method. Monte Carlo vs ordinary methods. 1 Random numbers. 2 Monte Carlo integration.

Overview. Transformation method Rejection method. Monte Carlo vs ordinary methods. 1 Random numbers. 2 Monte Carlo integration. Overview 1 Random numbers Transformation method Rejection method 2 Monte Carlo integration Monte Carlo vs ordinary methods 3 Summary Transformation method Suppose X has probability distribution p X (x),

More information

Case Study: Heavy-Tailed Distribution and Reinsurance Rate-making

Case Study: Heavy-Tailed Distribution and Reinsurance Rate-making Case Study: Heavy-Tailed Distribution and Reinsurance Rate-making May 30, 2016 The purpose of this case study is to give a brief introduction to a heavy-tailed distribution and its distinct behaviors in

More information

6. Genetics examples: Hardy-Weinberg Equilibrium

6. Genetics examples: Hardy-Weinberg Equilibrium PBCB 206 (Fall 2006) Instructor: Fei Zou email: fzou@bios.unc.edu office: 3107D McGavran-Greenberg Hall Lecture 4 Topics for Lecture 4 1. Parametric models and estimating parameters from data 2. Method

More information

Statistical Analysis of Life Insurance Policy Termination and Survivorship

Statistical Analysis of Life Insurance Policy Termination and Survivorship Statistical Analysis of Life Insurance Policy Termination and Survivorship Emiliano A. Valdez, PhD, FSA Michigan State University joint work with J. Vadiveloo and U. Dias Sunway University, Malaysia Kuala

More information

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER Two hours MATH20802 To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER STATISTICAL METHODS Answer any FOUR of the SIX questions.

More information

Are New Modeling Techniques Worth It?

Are New Modeling Techniques Worth It? Are New Modeling Techniques Worth It? Tom Zougas PhD PEng, Manager Data Science, TransUnion TORONTO SAS USER GROUP MAY 2, 2018 Are New Modeling Techniques Worth It? Presenter Tom Zougas PhD PEng, Manager

More information

Point Estimators. STATISTICS Lecture no. 10. Department of Econometrics FEM UO Brno office 69a, tel

Point Estimators. STATISTICS Lecture no. 10. Department of Econometrics FEM UO Brno office 69a, tel STATISTICS Lecture no. 10 Department of Econometrics FEM UO Brno office 69a, tel. 973 442029 email:jiri.neubauer@unob.cz 8. 12. 2009 Introduction Suppose that we manufacture lightbulbs and we want to state

More information

CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems

CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems January 26, 2018 1 / 24 Basic information All information is available in the syllabus

More information

A RIDGE REGRESSION ESTIMATION APPROACH WHEN MULTICOLLINEARITY IS PRESENT

A RIDGE REGRESSION ESTIMATION APPROACH WHEN MULTICOLLINEARITY IS PRESENT Fundamental Journal of Applied Sciences Vol. 1, Issue 1, 016, Pages 19-3 This paper is available online at http://www.frdint.com/ Published online February 18, 016 A RIDGE REGRESSION ESTIMATION APPROACH

More information

Abstract. Estimating accurate settlement amounts early in a. claim lifecycle provides important benefits to the

Abstract. Estimating accurate settlement amounts early in a. claim lifecycle provides important benefits to the Abstract Estimating accurate settlement amounts early in a claim lifecycle provides important benefits to the claims department of a Property Casualty insurance company. Advanced statistical modeling along

More information

A Stochastic Reserving Today (Beyond Bootstrap)

A Stochastic Reserving Today (Beyond Bootstrap) A Stochastic Reserving Today (Beyond Bootstrap) Presented by Roger M. Hayne, PhD., FCAS, MAAA Casualty Loss Reserve Seminar 6-7 September 2012 Denver, CO CAS Antitrust Notice The Casualty Actuarial Society

More information

2017 Predictive Analytics Symposium

2017 Predictive Analytics Symposium 2017 Predictive Analytics Symposium Session 7, Risk Assessment Applications of Predictive Analytics Moderator: Priyanka Srivastava Presenters: Dihui Lai, Ph.D. Nitin Nayak, Ph.D., MBA Jason L. VonBergen,

More information

Risk Classification In Non-Life Insurance

Risk Classification In Non-Life Insurance Risk Classification In Non-Life Insurance Katrien Antonio Jan Beirlant November 28, 2006 Abstract Within the actuarial profession a major challenge can be found in the construction of a fair tariff structure.

More information