Expanding Predictive Analytics Through the Use of Machine Learning

Size: px
Start display at page:

Download "Expanding Predictive Analytics Through the Use of Machine Learning"

Transcription

1 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, is a senior actuarial consultant with EagleEye Analytics. In this role, Chris is actively involved with the ongoing development of EagleEye's cutting-edge predictive analytics solutions. He also plays a key role in assisting EagleEye's clients in finding optimum solutions to their rating and profitability challenges. Most recently, Chris served as research director at Nationwide Insurance, where he was responsible for the development GLM's and other sophisticated modeling techniques primarily in the nonstandard automobile line of business. Chris also spent several years teaching statistics at Ohio Dominican University. Chris achieved summa cum laude honors with a bachelor's degree in physics and mathematics from Valparaiso University and master s degree in physics from Ohio State University. Session Description: This session will introduce the concepts of Machine Learning and how they differ from more traditionally used techniques, with an emphasis on how the resulting information can be used in commercial insurance. Specific examples of rating and non-rating applications will be discussed. Creativity in the use of model output will be used to show the wide range of problems to which predictive models and machine learning techniques can be applied. The participants in this session will leave with: An understanding of what the label "machine learning" refers to and how these techniques compare to more traditional actuarial methods. A description of one specific machine learning technique. An appreciation of the breadth of application for machine learning techniques. An ability to identify opportunities where predictive analytics can enhance insurance operations.

2 Top Three Session Ideas Tools or tips you learned from this session and can apply back at the office

3 Expanding Predictive Analytics Through the Use of Machine Learning Session Outline Overview What is Machine Learning? Predictive Modeling o Examples o What Makes a Quality Predictive Model? How Does One Know Now What the Accuracy will be? Hold-out Datasets o Two General Methods Out of Sample Out of Time How Does One Build a Quality Predictive Model? Definition of Machine Learning Applications of Machine Learning How can Machine Learning Apply to Insurance? Machine Learning Approaches Basic Approach of Decision Trees o Data Split Based on Some Target and Criterion o Each Path is Split Again Until Some Ending Criterion is Met o The Tree May Include Some Pruning Criteria Customer Frequency This Approach Can Be Used: o On Different Types of Data o To Target Different Criteria o At Different Levels Non-rating Uses for Machine Learning Underwriting Tiers and Company Placement Straight-thru Versus Expert Underwriter Re-underwrite or Re-inspect Profitability Reduce the Bad Profitability Increase the Good (Target Marketing) Quality of Business Agent/Broker Relationship o More Profitable than Expected o Less Profitable than Expected o Agents with the Most Red and Green Business Retention Analyses Rating Applications of Machine Learning The Quick Fix Schedule Rating Creating a Class Plan from Scratch Summary Questions & Answers

4 EXPANDING ANALYTICS THROUGH THE USE OF MACHINE LEARNING 2013 NAMIC COMMERCIAL LINES SEMINAR 28 February 2013 Christopher Cooksey, FCAS, MAAA Agenda 1. What is Machine Learning? 2. How can Machine Learning apply to insurance? 3. Non rating Uses for Machine Learning 4. Rating Applications of Machine Learning NAMIC Commercial Lines Seminar - Cooksey Page 1 of 21

5 1 WHAT IS MACHINE LEARNING? What is Machine Learning? Predictive Modeling The process of using information you have to predict something you don t know yet. Examples of predictive models Econometric models if unemployment and interest rates, etc., then inflation is expected to be Y. Personal expectations if vehicle age, and mileage, and price, etc., then I should be happy with the purchase. Pricing algorithms if location, and SIC, and # of employees, then losses are expected to be Y and therefore premium needs to be Y + expected expenses. Note: Predictive models are predictive, not determinative NAMIC Commercial Lines Seminar - Cooksey Page 2 of 21

6 What is Machine Learning? What makes a quality Predictive Model? Accuracy does the predicted result match the actual result? Simplicity/Cost how difficult is it to gather the information the model needs as input? Stability how long will the model be accurate? In the end, some models are more useful than others, and much depends on the purpose of the model. Example does a model which uses credit information justify the cost of acquiring the data? 5 What is Machine Learning? How does one know now what the accuracy will be? Use the data you have and balance between under and overfitting. To estimate generalization power, set aside data purely for testing NAMIC Commercial Lines Seminar - Cooksey Page 3 of 21

7 What is Machine Learning? Hold out datasets Two general methods Out of sample: train on a random 70% of data; validate against the remaining 30% of data Training Data Validation Data What is Machine Learning? Hold out datasets Two general methods Out of sample: train on a random 70% of data; validate against the remaining 30% of data. Out of time: train against older years of data; validate against newest years of data Training Data Validation Data NAMIC Commercial Lines Seminar - Cooksey Page 4 of 21

8 What is Machine Learning? How does one build a quality Predictive Model? Univariate models how does one predictor relate to the target? Can be explored through trial and error. Multivariate models how do multiple predictors relate to the target? Comes in many a various forms. Currently in use in the insurance industry are Generalized Linear Models. These are multivariate, but come with certain assumptions. For example, GLMs produce models where the predictors relate linearly to the target. Machine Learning includes a number of different modeling techniques which can produce predictive models. 9 What is Machine Learning? Machine Learning is a broad field concerned with the study of computer algorithms that automatically improve with experience. A computer is said to learn from experience if its performance on some set of tasks improves as experience increases. This definition is from Machine Learning, Tom M. Mitchell, McGraw Hill, NAMIC Commercial Lines Seminar - Cooksey Page 5 of 21

9 What is Machine Learning? Applications of Machine Learning include Recognizing speech Driving an autonomous vehicle Predicting recovery rates of pneumonia patients Playing world class backgammon Extracting valuable knowledge from large commercial databases Many, many, others 11 What is Machine Learning? Machine Learning Actuaries Probability and Statistics NAMIC Commercial Lines Seminar - Cooksey Page 6 of 21

10 2 HOW CAN MACHINE LEARNING APPLY TO INSURANCE? How can Machine Learning apply to insurance? Machine Learning includes many different approaches Neural networks Decision trees Genetic algorithms Instance based learning Others and many different approaches for improving results Ensembles Boosting Bagging Bayesian learning Others Focus here on decision trees applicable to insurance & accessible NAMIC Commercial Lines Seminar - Cooksey Page 7 of 21

11 How can Machine Learning apply to insurance? Basic Approach of Decision Trees Data split based on some target and criterion Target: entropy, frequency, severity, loss ratio, loss cost, etc. Criteria: maximize the difference, maximize the Gini coefficient, minimize the entropy, etc. Each path is split again until some ending criterion is met Statistical tests on the utility of further splitting No further improvement possible Others The tree may include some pruning criteria Performance on a validation set of data (i.e. reduced error pruning) Rule post pruning Others Number of Units 1 >1 <=10k Number of Insured Cov Limit 1,2 >2 >10k 15 How can Machine Learning apply to insurance? All Data Number of Units = 1 Number of Units > 1 Any Cov Limit Cov Limit > 10k Cov Limit <=10k Any Number of Insured Any Number of Insured Number of Insured = 1,2 Number of Insured > 2 Leaf Node 1 Leaf Node 2 Leaf Node 3 Leaf Node 4 In decision trees all the data is assigned to one leaf node only Not all attributes are used in each path for example, Leaf Node 2 does not use Number of Insured NAMIC Commercial Lines Seminar - Cooksey Page 8 of 21

12 How can Machine Learning apply to insurance? All Data Number of Units = 1 Number of Units > 1 Any Cov Limit Cov Limit > 10k Cov Limit <=10k Any Number of Insured Any Number of Insured Number of Insured = 1,2 Number of Insured > 2 Freq = Freq = Freq = Freq = Segment 1 Segment 2 Segment 3 Segment 4 Decision trees are easily expressed as lift curves Segments are relatively easily described 17 How can Machine Learning apply to insurance? Who are my highest frequency customers? Policies with higher coverage limits (>10k) and multiple units (>1) Who are my lowest frequency customers? Policies with lower coverage limts (<=10k), multiple units (>1), but lower numbers of insureds (1 or 2) NAMIC Commercial Lines Seminar - Cooksey Page 9 of 21

13 How can Machine Learning apply to insurance? This approach can be used on different types of data Pricing Underwriting Claims Marketing Etc. This approach can be used to target different criteria Frequency Severity Loss Ratio Retention Etc. This approach can be used at different levels Vehicle/Coverage Vehicle Unit/building/location Policy Etc NON RATING USES FOR MACHINE LEARNING 2013 NAMIC Commercial Lines Seminar - Cooksey Page 10 of 21

14 Non rating Uses for Machine Learning Underwriting Tiers and Company Placement Target frequency at the policy level Define tiers based on similar frequency characteristics. Tier 1 Tier 2 Tier 3 Note that a project like this would need to be done in conjunction with pricing. This sorting of data occurs prior to rating and would need to be accounted for. 21 Non rating Uses for Machine Learning Straight thru versus Expert UW Target frequency or loss ratio at the policy level Consider policy performance versus current level of UW scrutiny. Do not forget that current practices affect the frequency and loss ratio of your historical business. Results like this may indicate modifications to current practices NAMIC Commercial Lines Seminar - Cooksey Page 11 of 21

15 Non rating Uses for Machine Learning I have the budget to re underwrite 10% of my book. I just need to know which 10% to look at! With any project of this sort, the level of the analysis should reflect the level at which the decision is made, and the target should reflect the basis of your decision. In this case, we are making the decision to re underwrite a given POLICY. Do the analysis at the policy level. (Re inspection of buildings may be done at the unit level.) To re underwrite unprofitable policies, use loss ratio as the target. Note: when using loss ratio, be sure to current level premium at the policy level (not in aggregate). 23 Non rating Uses for Machine Learning Re underwrite or Re inspect Target loss ratio at the policy level Depending on the size of the program, target segments 7 & 9 as unprofitable. If the analysis data is current enough, and if in force policies can be identified, this kind of analysis can result in a list of policies to target rather than just the attributes that correspond with unprofitable policies (segments 7 & 9) NAMIC Commercial Lines Seminar - Cooksey Page 12 of 21

16 Non rating Uses for Machine Learning Profitability reduce the bad Target loss ratio at the policy level Reduce the size of segment 7 consider nonrenewals and/or the amount of new business. There is a range of aggressiveness here which may also be affected by the regulatory environment. 25 Non rating Uses for Machine Learning Profitability increase the good (target marketing) Target loss ratio at the policy level If the attributes of segment 5 define profitable business, get more of it. This kind of analysis defines the kind of business you write profitably. This needs to be combined with marketing/demographic data to identify areas rich in this kind of business. Results may drive agent placement or marketing NAMIC Commercial Lines Seminar - Cooksey Page 13 of 21

17 Non rating Uses for Machine Learning Quality of Business Target loss ratio at the policy level Knowing who you write at a profit and loss, you can monitor new business as it comes in. Monitor trends over time to assess the adverse selection against your company. Estimate the effectiveness of underwriting actions to change your mix of business. 27 Non rating Uses for Machine Learning Quality of Business Here you can see adverse selection occurring through March Company action at that point reversed the trend. This looks at the total business of the book. Can also focus exclusively on new business NAMIC Commercial Lines Seminar - Cooksey Page 14 of 21

18 Non rating Uses for Machine Learning Agent/broker Relationship 66.1% LR Target loss ratio at the policy level Use this analysis to inform your understanding of agent performance. 30.9% LR Green 41.3% LR Yellow Red Actual agent loss ratios are often volatile due to smaller volume. How can you reward or limit agents based on this? A loss ratio analysis can help you understand EXPECTED performance as well as actual. 29 Non rating Uses for Machine Learning More profitable than expected This agent writes yellow and red business better than expected. Best practices is there something this agent does that others should be doing? Agent/broker Relationship Getting lucky is this agent living on borrowed time? Have the conversation to share this info with the agent NAMIC Commercial Lines Seminar - Cooksey Page 15 of 21

19 Non rating Uses for Machine Learning Less profitable than expected This agent writes all business worse than expected. Worst practices is this agent skipping inspections or not following UW rules? Agent/broker Relationship Getting unlucky This agent doesn t write much red business. Maybe they are given more time because their mix of business should give good results over time. 31 Non rating Uses for Machine Learning Agent/broker Relationship Agents with the most Red Business Not only is the underlying loss ratio higher, but the odds of that big loss is much higher too. Agents with the most Green Business Some of these agents who write large amounts of low risk business get unlucky, but the odds are good that they ll be profitable NAMIC Commercial Lines Seminar - Cooksey Page 16 of 21

20 Non rating Uses for Machine Learning Retention Analyses Target retention at the policy level What are the common characteristics of those with high retention (segment 7)? This information can be used in a variety of ways Guide marketing & sales towards customers with higher retention Form the basis of a more formal lifetime value analysis Cross reference retention and loss ratio to get a more useful look 33 Non rating Uses for Machine Learning Retention Analyses Simple looks at retention can be even more useful when cross referenced with loss ratio. Is a segment of business above or below average retention? Above or below the target loss ratio? Note: retention is essentially a static look at your book. What kinds of customers retained? What kinds didn t? There is no consideration of the choice customers had at renewal. Were they facing a rate change and renewed anyway? NAMIC Commercial Lines Seminar - Cooksey Page 17 of 21

21 4 RATING APPLICATIONS OF MACHINELEARNING Rating Applications of Machine Learning The Quick Fix Target loss ratio at the coverage level The lift curve is easily translated into relativities which can even out your rating. Note that the quickest fix to profitability is taking underwriting action. But the quickest fix for rating is to add a correction to existing rates. This can be done because loss ratio shows results given the current rating plan NAMIC Commercial Lines Seminar - Cooksey Page 18 of 21

22 Rating Applications of Machine Learning The Quick Fix First determine relativities based on the analysis loss ratios. Then create a table which assigns relativities. Note that this can be one table as shown, or it can be two tables: one which assigns the segments and one which connects segments to relativities. The exact form will depend on your system. 37 Rating Applications of Machine Learning Schedule Rating Target loss ratio at the coverage level Use this information to guide schedule rating decisions. This doesn t have to be overly prescriptive; these models can be used to set guidelines. For example, set a rule that segments 5 & 3 may be credited but not debited, while segments 9 & 7 may be debited but not credited NAMIC Commercial Lines Seminar - Cooksey Page 19 of 21

23 Rating Applications of Machine Learning Creating a class plan from scratch Using Machine Learning and GLMs together Use the segments from the Decision Tree as predictors in the GLM Run a GLM and calculate the residual signal Use the residual from GLM to run a Decision Tree 39 Expanding Analytics Through the Use of Machine Learning Summary The more accessible Machine Learning techniques, such as decision trees, can be used today to enhance insurance operations. Machine Learning results are not too complicated to use in insurance. Non rating applications of Machine Learning span underwriting, marketing, product management, and executive level functions. Actuaries should pursue the business goal most beneficial to the company this may include some of these non rating applications. Rating applications of Machine Learning include both quick fixes and fundamental restructuring of rating algorithms NAMIC Commercial Lines Seminar - Cooksey Page 20 of 21

24 Expanding Analytics Through the Use of Machine Learning Questions? Contact Info Christopher Cooksey, FCAS, MAAA EagleEye Analytics NAMIC Commercial Lines Seminar - Cooksey Page 21 of 21

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

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

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

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

Casualty Actuarial Society Predictive Modeling Seminar October 6-7, 2008 Use of GLM in Rate Filings

Casualty Actuarial Society Predictive Modeling Seminar October 6-7, 2008 Use of GLM in Rate Filings Casualty Actuarial Society Predictive Modeling Seminar October 6-7, 2008 Use of GLM in Rate Filings Ken Creighton, ACAS, MAAA Pennsylvania Insurance Department General Outline Background Rating Laws Public

More information

How Advanced Pricing Analysis Can Support Underwriting by Claudine Modlin, FCAS, MAAA

How Advanced Pricing Analysis Can Support Underwriting by Claudine Modlin, FCAS, MAAA How Advanced Pricing Analysis Can Support Underwriting by Claudine Modlin, FCAS, MAAA September 21, 2014 2014 Towers Watson. All rights reserved. 3 What Is Predictive Modeling Predictive modeling uses

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

Discussion of Using Tiers for Insurance Segmentation from Pricing, Underwriting and Product Management Perspectives

Discussion of Using Tiers for Insurance Segmentation from Pricing, Underwriting and Product Management Perspectives 2012 CAS Ratemaking and Product Management Seminar, PMGMT-1 Discussion of Using Tiers for Insurance Segmentation from Pricing, Underwriting and Product Management Perspectives Jun Yan, Ph. D., Deloitte

More information

Tree Diagram. Splitting Criterion. Splitting Criterion. Introduction. Building a Decision Tree. MS4424 Data Mining & Modelling Decision Tree

Tree Diagram. Splitting Criterion. Splitting Criterion. Introduction. Building a Decision Tree. MS4424 Data Mining & Modelling Decision Tree Introduction MS4424 Data Mining & Modelling Decision Tree Lecturer : Dr Iris Yeung Room No : P7509 Tel No : 2788 8566 Email : msiris@cityu.edu.hk decision tree is a set of rules represented in a tree structure

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

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

Predicting and Preventing Credit Card Default

Predicting and Preventing Credit Card Default Predicting and Preventing Credit Card Default Project Plan MS-E2177: Seminar on Case Studies in Operations Research Client: McKinsey Finland Ari Viitala Max Merikoski (Project Manager) Nourhan Shafik 21.2.2018

More information

Session 5. A brief introduction to Predictive Modeling

Session 5. A brief introduction to Predictive Modeling SOA Predictive Analytics Seminar Malaysia 27 Aug. 2018 Kuala Lumpur, Malaysia Session 5 A brief introduction to Predictive Modeling Lichen Bao, Ph.D A Brief Introduction to Predictive Modeling LICHEN BAO

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

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

ECS171: Machine Learning

ECS171: Machine Learning ECS171: Machine Learning Lecture 15: Tree-based Algorithms Cho-Jui Hsieh UC Davis March 7, 2018 Outline Decision Tree Random Forest Gradient Boosted Decision Tree (GBDT) Decision Tree Each node checks

More information

Decision Trees An Early Classifier

Decision Trees An Early Classifier An Early Classifier Jason Corso SUNY at Buffalo January 19, 2012 J. Corso (SUNY at Buffalo) Trees January 19, 2012 1 / 33 Introduction to Non-Metric Methods Introduction to Non-Metric Methods We cover

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

Solutions to the Fall 2015 CAS Exam 5

Solutions to the Fall 2015 CAS Exam 5 Solutions to the Fall 2015 CAS Exam 5 (Only those questions on Basic Ratemaking) There were 25 questions worth 55.75 points, of which 12.5 were on ratemaking worth 28 points. The Exam 5 is copyright 2015

More information

Guidance paper on the use of internal models for risk and capital management purposes by insurers

Guidance paper on the use of internal models for risk and capital management purposes by insurers Guidance paper on the use of internal models for risk and capital management purposes by insurers October 1, 2008 Stuart Wason Chair, IAA Solvency Sub-Committee Agenda Introduction Global need for guidance

More information

Success in Implementing Workers Compensation Predictive Models at Zurich Financial Services

Success in Implementing Workers Compensation Predictive Models at Zurich Financial Services Success in Implementing Workers Compensation Predictive Models at Zurich Financial Services Joel Appelbaum Zurich Financial Services Chief Risk Officer of North America Underwriting Transformation May

More information

Pricing Analytics for the Small and Medium Sized Company

Pricing Analytics for the Small and Medium Sized Company Pricing Analytics for the Small and Medium Sized Company The Road to Advanced Pricing Practices 2014 CAS RPM By: Len Llaguno April 1, 2014 2014 Towers Watson. All rights reserved. 0 Antitrust Notice The

More information

Solutions to the Fall 2013 CAS Exam 5

Solutions to the Fall 2013 CAS Exam 5 Solutions to the Fall 2013 CAS Exam 5 (Only those questions on Basic Ratemaking) Revised January 10, 2014 to correct an error in solution 11.a. Revised January 20, 2014 to correct an error in solution

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

Demand modeling for commercial lines: enhanced pricing, business projections, and customer experience. CAS RPM Seminar March 31, 2014

Demand modeling for commercial lines: enhanced pricing, business projections, and customer experience. CAS RPM Seminar March 31, 2014 Demand modeling for commercial lines: enhanced pricing, business projections, and customer experience CAS RPM Seminar March 31, 2014 Anti-Trust Notice The Casualty Actuarial Society is committed to adhering

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

Modeling Private Firm Default: PFirm

Modeling Private Firm Default: PFirm Modeling Private Firm Default: PFirm Grigoris Karakoulas Business Analytic Solutions May 30 th, 2002 Outline Problem Statement Modelling Approaches Private Firm Data Mining Model Development Model Evaluation

More information

Moderator: Missy A Gordon FSA,MAAA. Presenters: Missy A Gordon FSA,MAAA Roger Loomis FSA,MAAA

Moderator: Missy A Gordon FSA,MAAA. Presenters: Missy A Gordon FSA,MAAA Roger Loomis FSA,MAAA Session 52PD: Financial Analysis: Impairment, Stress Testing and Predictive Modeling for Health Companies Moderator: Missy A Gordon FSA,MAAA Presenters: Missy A Gordon FSA,MAAA Roger Loomis FSA,MAAA SOA

More information

Loan Pricing Deals & Relationships Session 1. Agenda

Loan Pricing Deals & Relationships Session 1. Agenda Loan Pricing Deals & Relationships Session 1 Thomas Farin President Farin & Associates, Inc tfarin@farin.com 1 Agenda Session 1 Inputs What We Need to Know Role of Benchmarks Four Models to Look at Profitability

More information

We are experiencing the most rapid evolution our industry

We are experiencing the most rapid evolution our industry Integrated Analytics The Next Generation in Automated Underwriting By June Quah and Jinnah Cox We are experiencing the most rapid evolution our industry has ever seen. Incremental innovation has been underway

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

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

Predictive Analytics for Risk Management

Predictive Analytics for Risk Management Equity-Based Insurance Guarantees Conference Nov. 6-7, 2017 Baltimore, MD Predictive Analytics for Risk Management Jenny Jin Sponsored by Predictive Analytics for Risk Management Applications of predictive

More information

Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often

Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often by using artificial intelligence that can learn from

More information

Data Mining Applications in Health Insurance

Data Mining Applications in Health Insurance Data Mining Applications in Health Insurance Salford Systems Data Mining Conference New York, NY March 28-30, 2005 Lijia Guo,, PhD, ASA, MAAA University of Central Florida 1 Agenda Introductions to Data

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18, www.ijcea.com ISSN 2321-3469 BEHAVIOURAL ANALYSIS OF BANK CUSTOMERS Preeti Horke 1, Ruchita Bhalerao 1, Shubhashri

More information

The Casualty Actuarial Society is committed to adhering strictly to the letter and spirit of the antitrust laws. Seminars conducted under the

The Casualty Actuarial Society is committed to adhering strictly to the letter and spirit of the antitrust laws. Seminars conducted under the 2 3 RATE FILING SUPPORT FOR PREDICTIVE MODELS Edward D. Cimini, Jr., ACAS, MAAA Senior Casualty Actuary California Department of Insurance CAS 2017 RPM Seminar March 29, 2017 Antitrust Notice The Casualty

More information

The Matrix Inverted A Primer in GLM Theory and Practical Issues. March 11-12, 2004 CAS Ratemaking Seminar Roosevelt Mosley, FCAS, MAAA

The Matrix Inverted A Primer in GLM Theory and Practical Issues. March 11-12, 2004 CAS Ratemaking Seminar Roosevelt Mosley, FCAS, MAAA The Matrix Inverted A Primer in GLM Theory and Practical Issues March 1112, 2004 CAS Ratemaking Seminar Roosevelt Mosley, FCAS, MAAA Practical Issues Data Analysis Implementation Data Data Topics How much?

More information

Changes in Agent Distribution Tuesday, September 29, 2015

Changes in Agent Distribution Tuesday, September 29, 2015 Changes in Agent Distribution Tuesday, September 29, 2015 Jeff Rieder, CPA, CPCU Partner, Head of Ward Group Ward Group Cincinnati, Ohio Jeff Rieder is partner and head of Ward Group, a management consulting

More information

Milliman Risk Score 2.0 stratifying mortality risk using prescription drug information

Milliman Risk Score 2.0 stratifying mortality risk using prescription drug information Milliman Risk Score 2.0 stratifying mortality risk using prescription drug information Predictive models and life insurance Munich Re assessed the Milliman Rx Risk Score, a predictive modeling tool developed

More information

Safety initiatives can lead to financial forecasting errors

Safety initiatives can lead to financial forecasting errors Safety initiatives can lead to financial forecasting errors January 2019 Authors Kelly Kelly Billings, Billings, FCAS, FCAS, MAAA MAAA Vice President Vice President National Property & Casualty National

More information

Credit Scoring. from Concept to Reality. Credit & Collections Conference Boston: June 11 th, 2007

Credit Scoring. from Concept to Reality. Credit & Collections Conference Boston: June 11 th, 2007 Credit Scoring from Concept to Reality Credit & Collections Conference Boston: June 11 th, 2007 2 Agenda 1) Developing & Launching the Credit Scoring Plan Tom Kritzer Navistar Financial Corporation 2)

More information

Competition price analysis in non-life insurance

Competition price analysis in non-life insurance White Paper on Non-Life Insurance: Competition A Reacfin price White analysis Paper in on non-life Non-Life insurance Insurance: - How machine learning and statistical predictive models can help Competition

More information

Actuarial. Predictive Modeling. March 23, Dan McCoach, Pricewaterhouse Coopers Ben Williams, Towers Watson

Actuarial. Predictive Modeling. March 23, Dan McCoach, Pricewaterhouse Coopers Ben Williams, Towers Watson Actuarial Data Analytics / Predictive Modeling March 23, 215 Matthew Morton, LTCG Dan McCoach, Pricewaterhouse Coopers Ben Williams, Towers Watson Agenda Introductions LTC Dashboard: Data Analytics Predictive

More information

A Novel Iron Loss Reduction Technique for Distribution Transformers Based on a Combined Genetic Algorithm Neural Network Approach

A Novel Iron Loss Reduction Technique for Distribution Transformers Based on a Combined Genetic Algorithm Neural Network Approach 16 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART C: APPLICATIONS AND REVIEWS, VOL. 31, NO. 1, FEBRUARY 2001 A Novel Iron Loss Reduction Technique for Distribution Transformers Based on a Combined

More information

This presentation is part of a three part series.

This presentation is part of a three part series. As a club treasurer, you ll have certain tasks you ll be performing each month to keep your clubs financial records. In tonights presentation, we ll cover the basics of how you should perform these. Monthly

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

Session 79PD, Using Predictive Analytics to Develop Assumptions. Moderator/Presenter: Jonathan D. White, FSA, MAAA, CERA

Session 79PD, Using Predictive Analytics to Develop Assumptions. Moderator/Presenter: Jonathan D. White, FSA, MAAA, CERA Session 79PD, Using Predictive Analytics to Develop Assumptions Moderator/Presenter: Jonathan D. White, FSA, MAAA, CERA Presenters: Missy A. Gordon, FSA, MAAA Brian M. Hartman, ASA SOA Antitrust Disclaimer

More information

Data Analytics Tuesday, September 29, 2015

Data Analytics Tuesday, September 29, 2015 Data Analytics Tuesday, September 29, 2015 Jeff Kucera, FCAS, MAAA Actuary and Consultant e2value, Inc. Hawthorn Woods, Ill. Jeff Kucera is an actuary and consultant for e2value, the leading provider of

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

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL NETWORKS K. Jayanthi, Dr. K. Suresh 1 Department of Computer

More information

Meeting the challenges of the changing actuarial role. Actuarial Transformation in property-casualty insurers

Meeting the challenges of the changing actuarial role. Actuarial Transformation in property-casualty insurers Meeting the challenges of the changing actuarial role Actuarial Transformation in property-casualty insurers 1 As companies seek to drive profitable growth, both short term and long term, increasing the

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

Monthly Treasurers Tasks

Monthly Treasurers Tasks As a club treasurer, you ll have certain tasks you ll be performing each month to keep your clubs financial records. In tonights presentation, we ll cover the basics of how you should perform these. Monthly

More information

Our investment proposition for auto-enrolment pension schemes

Our investment proposition for auto-enrolment pension schemes For financial adviser use only. Not approved for use with customers. Our investment proposition for auto-enrolment pension schemes A guide for financial advisers Ready-made and bespoke approaches available

More information

2017 Predictive Analytics Symposium

2017 Predictive Analytics Symposium 2017 Predictive Analytics Symposium Session 29, Predictive Analytics for Inforce Management Moderator: Rohan Noel Alahakone, ASA, MAAA Presenters: Jenny Jin, FSA, MAAA Assaf Mizan Martin Snow, FSA, MAAA

More information

Basics of: Gap Guides

Basics of: Gap Guides Basics of: Gap Guides 5/9/2015 1 Copyright 2015 InvestiQuant 1 Disclaimer This material is intended for educational purposes only and is believed to be accurate, but its accuracy is not guaranteed. Trading

More information

Cost Allocation 101 Putting Your Premiums Where Your Costs Are!

Cost Allocation 101 Putting Your Premiums Where Your Costs Are! 2018 Annual Conference and Expo February 14-16, 2018 Cost Allocation 101 Putting Your Premiums Where Your Costs Are! Mike Harrington, FCAS, MAAA President, Actuarial, Bickmore mharrington@bickmore.net

More information

PROJECT MANAGEMENT PLAN

PROJECT MANAGEMENT PLAN PROJECT MANAGEMENT PLAN General Information Project Title Version Date Project Manager Table of contents 1. Introduction 2 1.1 Project Purpose 2 1.2. Project Objectives 2 1.3. Project Deliverables 2 2.

More information

Loan Approval and Quality Prediction in the Lending Club Marketplace

Loan Approval and Quality Prediction in the Lending Club Marketplace Loan Approval and Quality Prediction in the Lending Club Marketplace Milestone Write-up Yondon Fu, Shuo Zheng and Matt Marcus Recap Lending Club is a peer-to-peer lending marketplace where individual investors

More information

SOA Exam Update. Mark Cawood School of Mathematical and Statistical Sciences Clemson University

SOA Exam Update. Mark Cawood School of Mathematical and Statistical Sciences Clemson University SOA Exam Update Mark Cawood School of Mathematical and Statistical Sciences Clemson University Southeastern Actuaries Conference Annual Meeting November 15, 2018 History of ASA s Curriculum Changes The

More information

HEALTH ACTUARIES AND BIG DATA

HEALTH ACTUARIES AND BIG DATA HEALTH ACTUARIES AND BIG DATA What is Big Data? The term Big Data does not only refer to very large datasets. It is typically understood to refer to high volumes of data, requiring high velocity of ingestion

More information

This presentation is part of a three part series.

This presentation is part of a three part series. As a club treasurer, you ll have certain tasks you ll be performing each month to keep your clubs financial records. In tonight s presentation, we ll cover the basics of how you should perform these. Monthly

More information

Reserving in the Pressure Cooker (General Insurance TORP Working Party) 18 May William Diffey Laura Hobern Asif John

Reserving in the Pressure Cooker (General Insurance TORP Working Party) 18 May William Diffey Laura Hobern Asif John Reserving in the Pressure Cooker (General Insurance TORP Working Party) 18 May 2018 William Diffey Laura Hobern Asif John Disclaimer The views expressed in this presentation are those of the presenter(s)

More information

Strategies for staying on track. Prepare yourself for the journey ahead

Strategies for staying on track. Prepare yourself for the journey ahead Strategies for staying on track Prepare yourself for the journey ahead TIAA and you: Working together to pursue a financially secure future At TIAA, our mission is simple: We re here to help our customers

More information

Session 73 PD, Predictive Modeling for the Marketing Actuary. Moderator: Maria Patricia Marcelo Arellano, FSA, CERA, MAAA

Session 73 PD, Predictive Modeling for the Marketing Actuary. Moderator: Maria Patricia Marcelo Arellano, FSA, CERA, MAAA Session 73 PD, Predictive Modeling for the Marketing Actuary Moderator: Maria Patricia Marcelo Arellano, FSA, CERA, MAAA Presenters: Andy Ferris, FSA, FCA, MAAA Sarah R. Hinchey, FSA, CERA Patrick Sugent

More information

Session 63 PD, Annuity Policyholder Behavior. Moderator: Kendrick D. Lombardo, FSA, MAAA

Session 63 PD, Annuity Policyholder Behavior. Moderator: Kendrick D. Lombardo, FSA, MAAA Session 63 PD, Annuity Policyholder Behavior Moderator: Kendrick D. Lombardo, FSA, MAAA Presenters: Eileen Sheila Burns, FSA, MAAA Kendrick D. Lombardo, FSA, MAAA Timothy S. Paris, FSA, MAAA Timothy Paris,

More information

Portney & Company Certified Public Accountants & Business Consultants Portney Consulting, LLC Portney Management Group, LLC

Portney & Company Certified Public Accountants & Business Consultants Portney Consulting, LLC Portney Management Group, LLC Portney & Company Certified Public Accountants & Business Consultants Portney Consulting, LLC Portney Management Group, LLC 70 Grand Avenue, River Edge, New Jersey 07661 www.portney.com ~ Info@portney.com

More information

Building Your Future. with the Kohl s 401(k) Savings Plan. Kohl s supports planning for your financial future with increased confidence.

Building Your Future. with the Kohl s 401(k) Savings Plan. Kohl s supports planning for your financial future with increased confidence. Building Your Future with the Kohl s 401(k) Savings Plan Kohl s supports planning for your financial future with increased confidence. FINANCIAL Me? Save for Retirement? YES. THE MOST IMPORTANT REASON

More information

2018 Predictive Analytics in Healthcare Trend Forecast

2018 Predictive Analytics in Healthcare Trend Forecast 2018 Predictive Analytics in Healthcare Trend Forecast 60% of healthcare executives forecast that using predictive analytics will save their organization 15% or more over the next five years Among those

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

Making Predictive Modeling Work for Small Commercial Insurance Risk Assessment

Making Predictive Modeling Work for Small Commercial Insurance Risk Assessment WHITE PAPER Making Predictive Modeling Work for Small Commercial Insurance Risk Assessment Best practices from LexisNexis Risk Solutions AUGUST 2017 Executive Summary While predictive modeling has proven

More information

CAS antitrust notice CAS RPM Seminar Excess Loss Modeling. Page 1

CAS antitrust notice CAS RPM Seminar Excess Loss Modeling. Page 1 CAS antitrust notice The Casualty Actuarial Society (CAS) is committed to adhering strictly to the letter and spirit of the antitrust laws. Seminars conducted under the auspices of the CAS are designed

More information

PRICING CHALLENGES A CONTINUOUSLY CHANGING MARKET +34 (0) (0)

PRICING CHALLENGES A CONTINUOUSLY CHANGING MARKET +34 (0) (0) PRICING CHALLENGES IN A CONTINUOUSLY CHANGING MARKET Michaël Noack Senior consultant, ADDACTIS Ibérica michael.noack@addactis.com Ming Roest CEO, ADDACTIS Netherlands ming.roest@addactis.com +31 (0)203

More information

CS188 Spring 2012 Section 4: Games

CS188 Spring 2012 Section 4: Games CS188 Spring 2012 Section 4: Games 1 Minimax Search In this problem, we will explore adversarial search. Consider the zero-sum game tree shown below. Trapezoids that point up, such as at the root, represent

More information

I BASIC RATEMAKING TECHNIQUES

I BASIC RATEMAKING TECHNIQUES TABLE OF CONTENTS Volume I BASIC RATEMAKING TECHNIQUES 1. Werner 1 "Introduction" 1 2. Werner 2 "Rating Manuals" 11 3. Werner 3 "Ratemaking Data" 15 4. Werner 4 "Exposures" 25 5. Werner 5 "Premium" 43

More information

Article from The Modeling Platform. November 2017 Issue 6

Article from The Modeling Platform. November 2017 Issue 6 Article from The Modeling Platform November 2017 Issue 6 Actuarial Model Component Design By William Cember and Jeffrey Yoon As managers of risk, most actuaries are tasked with answering questions about

More information

Top-down particle filtering for Bayesian decision trees

Top-down particle filtering for Bayesian decision trees Top-down particle filtering for Bayesian decision trees Balaji Lakshminarayanan 1, Daniel M. Roy 2 and Yee Whye Teh 3 1. Gatsby Unit, UCL, 2. University of Cambridge and 3. University of Oxford Outline

More information

Board for Actuarial Standards

Board for Actuarial Standards MEMORANDUM To: From: Board for Actuarial Standards Chaucer Actuarial Date: 20 November 2009 Subject: Chaucer Response to BAS Consultation Paper: Insurance TAS Introduction This

More information

Statistical Case Estimation Modelling

Statistical Case Estimation Modelling Statistical Case Estimation Modelling - An Overview of the NSW WorkCover Model Presented by Richard Brookes and Mitchell Prevett Presented to the Institute of Actuaries of Australia Accident Compensation

More information

Economic Response Models in LookAhead

Economic Response Models in LookAhead Economic Models in LookAhead Interthinx, Inc. 2013. All rights reserved. LookAhead is a registered trademark of Interthinx, Inc.. Interthinx is a registered trademark of Verisk Analytics. No part of this

More information

The Loans_processed.csv file is the dataset we obtained after the pre-processing part where the clean-up python code was used.

The Loans_processed.csv file is the dataset we obtained after the pre-processing part where the clean-up python code was used. Machine Learning Group Homework 3 MSc Business Analytics Team 9 Alexander Romanenko, Artemis Tomadaki, Justin Leiendecker, Zijun Wei, Reza Brianca Widodo The Loans_processed.csv file is the dataset we

More information

Session 55 PD, Individual Life Mortality Experience Study Results. Moderator: Cynthia MacDonald, FSA, CFA, MAAA

Session 55 PD, Individual Life Mortality Experience Study Results. Moderator: Cynthia MacDonald, FSA, CFA, MAAA SOA Antitrust Disclaimer SOA Presentation Disclaimer Session 55 PD, Individual Life Mortality Experience Study Results Moderator: Cynthia MacDonald, FSA, CFA, MAAA Presenters: Roland Fawthrop, FSA, MAAA

More information

Practical Considerations for Building a D&O Pricing Model. Presented at Advisen s 2015 Executive Risk Insights Conference

Practical Considerations for Building a D&O Pricing Model. Presented at Advisen s 2015 Executive Risk Insights Conference Practical Considerations for Building a D&O Pricing Model Presented at Advisen s 2015 Executive Risk Insights Conference Purpose The intent of this paper is to provide some practical considerations when

More information

What You Can Do to Improve Your Credit, Now

What You Can Do to Improve Your Credit, Now What You Can Do to Improve Your Credit, Now Provided compliments of: 1 What You Can Do to Improve Your Credit, Now Steps to Raise Your Score Now we re going to focus on certain steps that you can take,

More information

Hybrid Intelligence Technology for the Investment Consensus

Hybrid Intelligence Technology for the Investment Consensus Hybrid Intelligence Technology for the Investment Consensus Short summary ver.0.9 June 14th, 2017 Overview Cindicator has developed a technological infrastructure that generates an investment consensus

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

A new look at tree based approaches

A new look at tree based approaches A new look at tree based approaches Xifeng Wang University of North Carolina Chapel Hill xifeng@live.unc.edu April 18, 2018 Xifeng Wang (UNC-Chapel Hill) Short title April 18, 2018 1 / 27 Outline of this

More information

Article from. The Actuary. October/November 2015 Issue 5

Article from. The Actuary. October/November 2015 Issue 5 Article from The Actuary October/November 2015 Issue 5 FEATURE PREDICTIVE ANALYTICS THE USE OF PREDICTIVE ANALYTICS IN THE DEVELOPMENT OF EXPERIENCE STUDIES Recently, predictive analytics has drawn a lot

More information

Maximum Likelihood Estimation

Maximum Likelihood Estimation Maximum Likelihood Estimation EPSY 905: Fundamentals of Multivariate Modeling Online Lecture #6 EPSY 905: Maximum Likelihood In This Lecture The basics of maximum likelihood estimation Ø The engine that

More information

Study Guide on Risk Margins for Unpaid Claims for SOA Exam GIADV G. Stolyarov II

Study Guide on Risk Margins for Unpaid Claims for SOA Exam GIADV G. Stolyarov II Study Guide on Risk Margins for Unpaid Claims for the Society of Actuaries (SOA) Exam GIADV: Advanced Topics in General Insurance (Based on the Paper "A Framework for Assessing Risk Margins" by Karl Marshall,

More information

Advanced analytics and the future: Insurers boldly explore new frontiers. 2017/2018 P&C Insurance Advanced Analytics Survey Results Summary (Canada)

Advanced analytics and the future: Insurers boldly explore new frontiers. 2017/2018 P&C Insurance Advanced Analytics Survey Results Summary (Canada) Advanced analytics and the future: Insurers boldly explore new frontiers 2017/2018 P&C Insurance Advanced Analytics Survey Results Summary (Canada) Introduction: Insurers boldly explore new analytics frontiers

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL

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

WHS FutureStation - Guide LiveStatistics

WHS FutureStation - Guide LiveStatistics WHS FutureStation - Guide LiveStatistics LiveStatistics is a paying module for the WHS FutureStation trading platform. This guide is intended to give the reader a flavour of the phenomenal possibilities

More information

Better decision making under uncertain conditions using Monte Carlo Simulation

Better decision making under uncertain conditions using Monte Carlo Simulation IBM Software Business Analytics IBM SPSS Statistics Better decision making under uncertain conditions using Monte Carlo Simulation Monte Carlo simulation and risk analysis techniques in IBM SPSS Statistics

More information

Decision Analysis CHAPTER LEARNING OBJECTIVES CHAPTER OUTLINE. After completing this chapter, students will be able to:

Decision Analysis CHAPTER LEARNING OBJECTIVES CHAPTER OUTLINE. After completing this chapter, students will be able to: CHAPTER 3 Decision Analysis LEARNING OBJECTIVES After completing this chapter, students will be able to: 1. List the steps of the decision-making process. 2. Describe the types of decision-making environments.

More information

AIRCURRENTS: PORTFOLIO OPTIMIZATION FOR REINSURERS

AIRCURRENTS: PORTFOLIO OPTIMIZATION FOR REINSURERS MARCH 12 AIRCURRENTS: PORTFOLIO OPTIMIZATION FOR REINSURERS EDITOR S NOTE: A previous AIRCurrent explored portfolio optimization techniques for primary insurance companies. In this article, Dr. SiewMun

More information

Jay M. Jaffe, FSA, MAAA Actuarial Enterprises, Ltd. Chicago, IL UCSB

Jay M. Jaffe, FSA, MAAA Actuarial Enterprises, Ltd. Chicago, IL UCSB Jay M. Jaffe, FSA, MAAA Actuarial Enterprises, Ltd. Chicago, IL 60610 312-397-0099 jay@actentltd.com UCSB 9-15 1 An invitation was extended through my friend Ian Duncan To exchange ideas and meet with

More information

The 120VC Portfolio Management Model

The 120VC Portfolio Management Model The 120VC Portfolio Management Model There are several layers that contribute to achieving the Vision of Project Portfolio Management. The workflow in the figure below starts at the bottom left and flows

More information