2017 Predictive Analytics Symposium

Size: px
Start display at page:

Download "2017 Predictive Analytics Symposium"

Transcription

1 2017 Predictive Analytics Symposium Session 31, Beyond Crisp Logic--Welcome to the Fuzzy Real World! Presenter: Geoffrey R. Hileman, FSA, MAAA SOA Antitrust Compliance Guidelines SOA Presentation Disclaimer

2 2017 SOA Predictive Analytics Symposium Geof Hileman Fuzzy Logic September 15, 2017

3 2

4 Our world is full of fuzzy questions. Are you old? Am I bald? Is this presentation interesting? Are we on the lake? Is it early in the day? Aren t we just playing games with precision in language? Or does this matter?

5 Which holds more value? Ask Heraclitus 4

6 5

7 The Paradox of the Heap 6

8 Sorites Paradox Sorites Paradox, or Paradox of the Heap: - Premise 1: A billion grains of sand constitutes a heap. - Premise 2: A heap of sand minus one grain is still a heap. - Conclusion: A single grain of sand must still be a heap. Fuzzy logic provides a way out of the paradox, by establishing a range of heapiness from definitely not a heap to definitely a heap. Our last foray into ancient Greek philosophers! We owe this one to Eubulides, also the holder of the honor as the inventor of the terrible joke today is opposite day.

9 This sounds a lot like probability theory. From Kosko: The chief, but superficial similarity, is that both systems describe uncertainty with numbers in the unit interval [0,1]. The key distinction concerns how the system deal simultaneously with a thing A and its opposite A. Fuzziness describes event ambiguity. It measures the degree to which an event occurs, not whether it occurs. Randomness describes the uncertainty of event occurrence. An event occurs or not. Kosko (1989). Fuzziness vs. Probability. International Journal of General Systems.

10

11 This is fun, but what does this have to do with my models?

12 What is Fuzzy Logic? Reality! It is not crisp logic. Crisp Logic is a new name for Boolean Logic (George Boole, 1847) Binary logic Set membership is 0 (false, out) or 1 (true, in) Fuzzy Logic allows interim values (Lotfi Zadeh, 1965) Set membership can be between 0 (completely out) and 1 (all in)

13 Fuzzy Logic: Linguistic Variables "measure what is measurable, and make measurable what is not so" - Galileo Galilei, around 1630 CE Linguistic Variables allow the use of descriptive terms such as underweight, or obese to describe normally numeric variables

14 Fuzzy Logic: Better fit to Reality

15 Fuzzy Logic: Process (The Fuzzy Controlled Machine) 1. Fuzzification convert your input and output to linguistic values, utilizing ranges and membership functions. 2. Apply rules (from your experience or knowledge base) using fuzzy logic. 3. Defuzzification convert your results to the form you want (often a numeric result). We do this every day! Consider the decision on whether to pull out into traffic

16 Fuzzy Logic: Rule Sets IF BMI is Obese AND BP is HyperTension AND Diabetes is TRUE THEN Rating is Uninsurable IF InterestRate is Very High AND SurrenderCharge is Low THEN LapseRate is High IF InterestRate is Low AND SurrenderCharge is Moderate THEN LapseRate is Low Bonus tip: prevent combinatorial explosion with Combs method:

17 Fuzzy Underwriting From the SOA Archives 16

18 Source: The Application of Fuzzy Sets to Group Health Underwriting. Virginia R. Young. Transactions of the Society of Actuaries: 1993 (45). 17

19 Consider desirable characteristics of a prospective group of insureds (health): Rules best represented by non-fuzzy sets: A) Obtaining insurance is incidental to the purpose of the group. B) Employment status determines eligibility for health coverage (actively-at-work). C) A minimum number of people are in the group. D) Benefits are determined automatically. Now consider four categories of risk: 1) Preferred risk: ) Normal risk: 0.50 to ) Substandard risk: 0.25 to ) Unacceptable risk: 0.00 to 0.25 Threshold Criteria 18 Source: The Application of Fuzzy Sets to Group Health Underwriting. Virginia R. Young. Transactions of the Society of Actuaries: 1993 (45).

20 Fuzzy characteristics of a desirable group: E) Young lives flow constantly into the group and old lives out. a/x = Annual % change in age/sex factor over past two years g/s = Annual % change in the group size during the past two years 19 Source: The Application of Fuzzy Sets to Group Health Underwriting. Virginia R. Young. Transactions of the Society of Actuaries: 1993 (45).

21 Fuzzy characteristics of a desirable group: F) Minimum participation in the plan. 20 Source: The Application of Fuzzy Sets to Group Health Underwriting. Virginia R. Young. Transactions of the Society of Actuaries: 1993 (45).

22 Fuzzy characteristics of a desirable group: G) The employer pays some or all of the cost of insurance. Employee Dependent 21 Source: The Application of Fuzzy Sets to Group Health Underwriting. Virginia R. Young. Transactions of the Society of Actuaries: 1993 (45).

23 Fuzzy characteristics of a desirable group: H) A strong, central department of the employer helps the insurer administer billing, enrollment, and certification of eligibility. (Assigned 0 to 1 by the underwriter). I) The industry of the group is acceptable. U/W assigned. J) The policyholder has a good credit rating. U/W assigned. K) Ongoing claims are not large as a proportion of total expected claims. c is the percentage of ongoing claims as a proportion of total expected claims. As in <0.5% is optimal. How quaint! (Ah, 1993). 22 Source: The Application of Fuzzy Sets to Group Health Underwriting. Virginia R. Young. Transactions of the Society of Actuaries: 1993 (45).

24 Fuzzy characteristics of a desirable group: L) Loss ratio Excludes retention 23 Source: The Application of Fuzzy Sets to Group Health Underwriting. Virginia R. Young. Transactions of the Society of Actuaries: 1993 (45).

25 Fuzzy characteristics of a desirable group: M) The group does not change insurers often. 24 Source: The Application of Fuzzy Sets to Group Health Underwriting. Virginia R. Young. Transactions of the Society of Actuaries: 1993 (45).

26 Combining into an underwriting rating Created a linear combination of employer administrative ability, industry, and ongoing claims burden. Considered the interactions between various criteria. Combined into a single criterion: 25 Source: The Application of Fuzzy Sets to Group Health Underwriting. Virginia R. Young. Transactions of the Society of Actuaries: 1993 (45).

27 Source: The Application of Fuzzy Sets to Group Health Underwriting. Virginia R. Young. Transactions of the Society of Actuaries: 1993 (45). 26

28 Fuzzy Matching 27

29 Will the real Bob Clemente please stand up? Name Matches Bill Virdon B,l,l,n (4) Bob Skinner B,o,b,n,n,e (6) Roberto Clemente O,b,e,t,o,c,l,e,m,e,n,t,e (13) Roman Meijas R,o,m,n,M,e (6) Joe Christopher O,e,C,t,e (5) Harry Bright B,t (2) Dick Schofield C,c,o,e (4) Harry Simpson M,o,n (3) Rocky Nelson O,c,N,e,o,n (6) Dick Stuart c,t (2) 28

30 R package stringdist can produce a variety of fuzzy text string metrics. > stringdist(c("bob Clemente"),c("Bill Virdon","Bob Skinner","Roberto Clemente", "Ed Clemente")) [1] Default method optimal string alignment > stringdist(c("bob Clemente"),c("Bill Virdon","Bob Skinner","Roberto Clemente", "Ed Clemente"), method='qgram') [1] Q-Gram still confused by Ed > stringdist(c("bob Clemente"),c("Bill Virdon","Bob Skinner","Roberto Clemente", "Ed Clemente"), method='cosine') [1] Cosine distance between Q-gram profiles finally gets it More info: 29

31 30

32 And not just names, of course! - Addresses (123 S. Main St. vs 123 South Main Street) - City / County Name (St. vs Saint) - Spellcheck / Autocomplete

33 Fuzzy Logic in R Example Source: 32

34 library(sets) sets_options("universe", seq(1, 100, 0.5)) variables <- set( temperature = fuzzy_partition(varnames = c(cold = 30, good = 70, hot = 90), sd = 5.0), humidity = fuzzy_partition(varnames = c(dry = 30, good = 60, wet = 80), sd = 5.0), precipitation = fuzzy_partition(varnames = c(no.rain = 30, little.rain = 60, rain = 90), sd = 7.5), weather = fuzzy_partition(varnames = c(bad = 40, ok = 65, perfect = 80), FUN = fuzzy_cone, radius = 10)) 33

35 # Fuzzy rules rules <- set( fuzzy_rule(temperature %is% good && humidity %is% dry && precipitation %is% no.rain, weather %is% perfect), fuzzy_rule(temperature %is% hot && humidity %is% wet && precipitation %is% rain, weather %is% bad), fuzzy_rule(temperature %is% cold, weather %is% bad), fuzzy_rule(temperature %is% good humidity %is% good precipitation %is% little.rain, weather %is% ok), fuzzy_rule(temperature %is% hot && precipitation %is% little.rain, weather %is% ok), fuzzy_rule(temperature %is% hot && humidity %is% dry && precipitation %is% little.rain, weather %is% ok) ) 34

36 model <- fuzzy_system(variables, rules) print(model) plot(model) 35

37 example.1 <- fuzzy_inference(model, list(temperature = 75, humidity = 0, precipitation = 70)) gset_defuzzify(example.1,"centroid") plot(example.1) > gset_defuzzify(example.1,"centroid") [1] 65 36

38 example.2 <- fuzzy_inference(model, list(temperature = 30, humidity = 0, precipitation = 70)) gset_defuzzify(example.2,"centroid") plot(example.2) > gset_defuzzify(example.2,"centroid") [1]

39 Source: An Overview of Insurance Uses of Fuzzy Logic. Arnold F. Shapiro. c1.pdf?sgwid= p And Beyond Fuzzy concepts have extended into a variety of areas: Linguistic variables and fuzzy set theory Fuzzy arithmetic ( fuzzy interest rate calculations ) Fuzzy inference systems Fuzzy clustering Fuzzy programming (i.e. optimization, not computer code) Fuzzy regression 38

Decision Analysis. Carlos A. Santos Silva June 5 th, 2009

Decision Analysis. Carlos A. Santos Silva June 5 th, 2009 Decision Analysis Carlos A. Santos Silva June 5 th, 2009 What is decision analysis? Often, there is more than one possible solution: Decision depends on the criteria Decision often must be made in uncertain

More information

Session 2A: Risk Management Perspective in Predictive Modeling. Moderator: Mark W. Griffin, FSA, CERA

Session 2A: Risk Management Perspective in Predictive Modeling. Moderator: Mark W. Griffin, FSA, CERA Session 2A: Risk Management Perspective in Predictive Modeling Moderator: Mark W. Griffin, FSA, CERA Presenters: Lloyd D. Milani, FSA, MAAA, FCIA Serhat Guven, MAAA, FCAS SOA Antitrust Disclaimer SOA Presentation

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

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

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

Uncertainty aspects in process safety analysis

Uncertainty aspects in process safety analysis Uncertainty aspects in process safety analysis A.S. Markowski*,M.S. Mannan**, A.Bigoszewska* and D. Siuta* *Process and Ecological Safety Division Faculty of Process and Environmental Engineering Technical

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

Session 49OF: PBR Impacts to Annuities. Moderator: Robert K. Leach, FSA, MAAA. Presenters: James Russell Collingwood ASA,MAAA

Session 49OF: PBR Impacts to Annuities. Moderator: Robert K. Leach, FSA, MAAA. Presenters: James Russell Collingwood ASA,MAAA Session 49OF: PBR Impacts to Annuities Moderator: Robert K. Leach, FSA, MAAA SOA Antitrust Disclaimer SOA Presentation Disclaimer Presenters: James Russell Collingwood ASA,MAAA Session 49: PBR Impact to

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

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

U.P.B. Sci. Bull., Series D, Vol. 77, Iss. 2, 2015 ISSN

U.P.B. Sci. Bull., Series D, Vol. 77, Iss. 2, 2015 ISSN U.P.B. Sci. Bull., Series D, Vol. 77, Iss. 2, 2015 ISSN 1454-2358 A DETERMINISTIC INVENTORY MODEL WITH WEIBULL DETERIORATION RATE UNDER TRADE CREDIT PERIOD IN DEMAND DECLINING MARKET AND ALLOWABLE SHORTAGE

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

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

Fuzzy logic application in the evaluation of the Solvency Capital Requirement (SCR) in life insurance

Fuzzy logic application in the evaluation of the Solvency Capital Requirement (SCR) in life insurance Fuzzy logic application in the evaluation of the Solvency Capital Requirement (SCR) in life insurance Abder OULIDI 1-2 Frédéric ALEXIS 3 Frédéric HENGE 4 Gildas ROBERT 4 1 Institut de Mathématiques Appliquées

More information

Session 55 PD, Pricing in a MCEV Environment. Moderator: Kendrick D. Lombardo, FSA, MAAA

Session 55 PD, Pricing in a MCEV Environment. Moderator: Kendrick D. Lombardo, FSA, MAAA Session 55 PD, Pricing in a MCEV Environment Moderator: Kendrick D. Lombardo, FSA, MAAA Presenters: Christopher Kirk Brown, FSA, MAAA Seng Siang Goh, FSA, MAAA Kendrick D. Lombardo, FSA, MAAA PRICING IN

More information

Prediction of Stock Closing Price by Hybrid Deep Neural Network

Prediction of Stock Closing Price by Hybrid Deep Neural Network Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2018, 5(4): 282-287 Research Article ISSN: 2394-658X Prediction of Stock Closing Price by Hybrid Deep Neural Network

More information

Dependency Elicitation Using Fuzzy Logic

Dependency Elicitation Using Fuzzy Logic Dependency Elicitation Using Fuzzy Logic Victory Idowu v.idowu@lse.ac.uk Department of Statistics Probability in Finance and Insurance and Political Science, UK R In Insurance 2017 8th June 2017 Victory

More information

Session 030 PD - PBR Stochastic Reserve - Challenges and Possible Solutions. Moderator: Sebastien Cimon Gagnon, FSA, CERA, MAAA

Session 030 PD - PBR Stochastic Reserve - Challenges and Possible Solutions. Moderator: Sebastien Cimon Gagnon, FSA, CERA, MAAA Session 030 PD - PBR Stochastic Reserve - Challenges and Possible Solutions Moderator: Sebastien Cimon Gagnon, FSA, CERA, MAAA Presenters: Timothy C. Cardinal, FSA, CERA, MAAA Andrew G. Steenman, FSA,

More information

Practical Predictive Analytics Seminar May 18, 2016 Omni Nashville Hotel Nashville, TN

Practical Predictive Analytics Seminar May 18, 2016 Omni Nashville Hotel Nashville, TN The Predictive Analytics & Futurism Section Presents Practical Predictive Analytics Seminar May 18, 2016 Omni Nashville Hotel Nashville, TN Presenters: Eileen Sheila Burns, FSA, MAAA Jean Marc Fix, FSA,

More information

Investment Symposium March F7: Investment Implications of a Principal-Based Approach to Capital. Moderator Ross Bowen

Investment Symposium March F7: Investment Implications of a Principal-Based Approach to Capital. Moderator Ross Bowen Investment Symposium March 2010 F7: Investment Implications of a Principal-Based Approach to Capital David Wicklund Arnold Dicke Moderator Ross Bowen Investment Implications of a Principle Based Approach

More information

Credit risk early warning system using fuzzy expert systems

Credit risk early warning system using fuzzy expert systems Central European Conference on Information and Intelligent Systems, 2014 Credit risk early warning system using fuzzy expert systems Igor Kaluđer" Goran Klepac, PhD Context Recent financial crisis revealed

More information

Session 51 PD, VM31 - PBR Actuarial Report - Which ASOPs Matter? Moderator: Leonard Mangini, FSA, FALU, FRM, MAAA

Session 51 PD, VM31 - PBR Actuarial Report - Which ASOPs Matter? Moderator: Leonard Mangini, FSA, FALU, FRM, MAAA SOA Antitrust Disclaimer SOA Presentation Disclaimer Session 51 PD, VM31 - PBR Actuarial Report - Which ASOPs Matter? Moderator: Leonard Mangini, FSA, FALU, FRM, MAAA Presenters: Kerry A. Krantz, FSA,

More information

Session 20, Professionalism and PBR: Adapting to a New Environment. Moderator: Jerry F. Enoch, FSA, MAAA

Session 20, Professionalism and PBR: Adapting to a New Environment. Moderator: Jerry F. Enoch, FSA, MAAA Session 20, Professionalism and PBR: Adapting to a New Environment Moderator: Jerry F. Enoch, FSA, MAAA Presenter: Mark William Birdsall, FSA, MAAA, FCA Arnold A. Dicke, FSA, MAAA, CERA Lorne W. Schinbein,

More information

Session 6, Your Honor, I Thought I Was Qualified. Moderator: James A. Miles, FSA, MAAA. Presenter: Mike A. Boot, FSA, MAAA. Larry N.

Session 6, Your Honor, I Thought I Was Qualified. Moderator: James A. Miles, FSA, MAAA. Presenter: Mike A. Boot, FSA, MAAA. Larry N. Session 6, Your Honor, I Thought I Was Qualified Moderator: James A. Miles, FSA, MAAA Presenter: Mike A. Boot, FSA, MAAA James A. Miles, FSA, MAAA Larry N. Stern, FSA, MAAA 2016 Valuation Actuary Symposium

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

Session 03PD: PBR Reporting and Disclosures Thinking About the End at the Beginning. Moderator: James Russell Collingwood ASA,MAAA

Session 03PD: PBR Reporting and Disclosures Thinking About the End at the Beginning. Moderator: James Russell Collingwood ASA,MAAA Session 03PD: PBR Reporting and Disclosures Thinking About the End at the Beginning SOA Antitrust Disclaimer SOA Presentation Disclaimer Moderator: James Russell Collingwood ASA,MAAA Presenters: James

More information

Session 71 WS, Understanding the Product Development Process. Moderator: Donna Christine Megregian, FSA, MAAA

Session 71 WS, Understanding the Product Development Process. Moderator: Donna Christine Megregian, FSA, MAAA SOA Antitrust Disclaimer SOA Presentation Disclaimer Session 71 WS, Understanding the Product Development Process Moderator: Donna Christine Megregian, FSA, MAAA Presenters: Donna Christine Megregian,

More information

Session 19PD: Behavioral Analytics for Annuities. Moderator: Dorothy L Andrews ASA,MAAA

Session 19PD: Behavioral Analytics for Annuities. Moderator: Dorothy L Andrews ASA,MAAA Session 19PD: Behavioral Analytics for Annuities Moderator: Dorothy L Andrews ASA,MAAA Presenters: Dorothy L Andrews ASA,MAAA Timothy S Paris FSA,MAAA SOA Antitrust Disclaimer SOA Presentation Disclaimer

More information

Session 45 PD, Life Insurance for the Digital Consumer An Actuarial Perspective. Moderator: Craig E. Hanford, FSA, MAAA

Session 45 PD, Life Insurance for the Digital Consumer An Actuarial Perspective. Moderator: Craig E. Hanford, FSA, MAAA Session 45 PD, Life Insurance for the Digital Consumer An Actuarial Perspective Moderator: Craig E. Hanford, FSA, MAAA Presenters: Stephen Abrokwah, ASA, CERA, MAAA Craig E. Hanford, FSA, MAAA Nathan P.

More information

Session 53PD: Are Your Models Ready for PBR? Moderator: Vikas Sharan FSA,FIA,MAAA

Session 53PD: Are Your Models Ready for PBR? Moderator: Vikas Sharan FSA,FIA,MAAA Session 53PD: Are Your Models Ready for PBR? Moderator: Vikas Sharan FSA,FIA,MAAA Presenters: Robert Andrew Barg FSA,MAAA Brian Wallace Fomby FSA,MAAA Vikas Sharan FSA,FIA,MAAA SOA Antitrust Disclaimer

More information

Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants

Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants Ioannis Hatzilygeroudis a, Jim Prentzas b a University of Patras, School of Engineering Department of Computer Engineering & Informatics

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

Session 110 PD - VM-20 for Senior Management. Moderator: Carrie Lee Kelley, FSA, MAAA

Session 110 PD - VM-20 for Senior Management. Moderator: Carrie Lee Kelley, FSA, MAAA Session 110 PD - VM-20 for Senior Management Moderator: Carrie Lee Kelley, FSA, MAAA Presenters: Arnold A. Dicke, FSA, CERA, MAAA Amy J. Eby, FSA, MAAA Elinor Friedman, FSA, MAAA SOA Antitrust Compliance

More information

Path Loss Prediction in Wireless Communication System using Fuzzy Logic

Path Loss Prediction in Wireless Communication System using Fuzzy Logic Indian Journal of Science and Technology, Vol 7(5), 64 647, May 014 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Path Loss Prediction in Wireless Communication System using Fuzzy Logic Sanu Mathew

More information

The Role of ERM in Reinsurance Decisions

The Role of ERM in Reinsurance Decisions The Role of ERM in Reinsurance Decisions Abbe S. Bensimon, FCAS, MAAA ERM Symposium Chicago, March 29, 2007 1 Agenda A Different Framework for Reinsurance Decision-Making An ERM Approach for Reinsurance

More information

Session 110 PD, LTC Pricing Trends and Their Impact to the Spectrum of LTC Products. Moderator: Robert T. Eaton, FSA, MAAA

Session 110 PD, LTC Pricing Trends and Their Impact to the Spectrum of LTC Products. Moderator: Robert T. Eaton, FSA, MAAA Session 110 PD, LTC Pricing Trends and Their Impact to the Spectrum of LTC Products Moderator: Robert T. Eaton, FSA, MAAA Presenters: E. Perry Kupferman, FSA, MAAA Roger Loomis, FSA, MAAA Anthony Alex

More information

Moderator: Robert T Eaton FSA,MAAA. Presenters: Bryn T Douds FSA,MAAA Robert T Eaton FSA,MAAA Robert K Yee FSA,MAAA

Moderator: Robert T Eaton FSA,MAAA. Presenters: Bryn T Douds FSA,MAAA Robert T Eaton FSA,MAAA Robert K Yee FSA,MAAA Session 27PD: The Impact of FASB Targeted Improvements on Health Products Moderator: Robert T Eaton FSA,MAAA Presenters: Bryn T Douds FSA,MAAA Robert T Eaton FSA,MAAA Robert K Yee FSA,MAAA SOA Antitrust

More information

NEW DESIGNS FOR A NEW CENTURY. Retirement 20/20 June 2, 2010

NEW DESIGNS FOR A NEW CENTURY. Retirement 20/20 June 2, 2010 NEW DESIGNS FOR A NEW CENTURY Retirement 20/20 June 2, 2010 Opening Session Moderator Marcus Robertson Panelists Chris Bone Andrew Peterson Frank Todisco NEW DESIGNS FOR A NEW CENTURY Opening Session:

More information

Session 176 PD - Emerging Trends in Model Risk Management for Small Companies. Moderator: Vikas Sharan, FSA, FIA, MAAA

Session 176 PD - Emerging Trends in Model Risk Management for Small Companies. Moderator: Vikas Sharan, FSA, FIA, MAAA Session 176 PD - Emerging Trends in Model Risk Management for Small Companies Moderator: Vikas Sharan, FSA, FIA, MAAA Presenters: Brody D. Lipperman, FSA, CERA, MAAA Stefanie J. Porta, ASA, MAAA Vikas

More information

ESSENTIAL CRITERIA TO CONSIDER IN LONG-TERM CARE REFORM

ESSENTIAL CRITERIA TO CONSIDER IN LONG-TERM CARE REFORM ESSENTIAL CRITERIA TO CONSIDER IN LONG-TERM CARE REFORM LINDA CHOW, FSA, MAAA PRESENTER; MEMBER, LTC CRITERIA WORK GROUP CHRIS GIESE, FSA, MAAA PRESENTER; MEMBER, LTC CRITERIA WORK GROUP DAVID LINN MODERATOR;

More information

Prediction of Fine in Accidents using Fuzzy Rule Based Model

Prediction of Fine in Accidents using Fuzzy Rule Based Model Prediction of Fine in Accidents using Fuzzy Rule Based Model Jaya Pal 1, Vandana Bhattacherjee 2 1,2 Department of Computer Science & Engg., Birla Institute of Technology, Ranchi, India 1 jayapal@bitmesra.ac.in

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

Session 65 PD, Product Tax Update. Moderator: Jeffrey Thomas Stabach, FSA, MAAA. Presenters: Kristin R. Norberg, ASA, MAAA Alison Peak, JD

Session 65 PD, Product Tax Update. Moderator: Jeffrey Thomas Stabach, FSA, MAAA. Presenters: Kristin R. Norberg, ASA, MAAA Alison Peak, JD Session 65 PD, Product Tax Update Moderator: Jeffrey Thomas Stabach, FSA, MAAA Presenters: Kristin R. Norberg, ASA, MAAA Alison Peak, JD SOA Antitrust Disclaimer SOA Presentation Disclaimer 2017 Life &

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

Key Knowledge Generation Publication details, including instructions for author and Subscription information:

Key Knowledge Generation Publication details, including instructions for author and Subscription information: This article was downloaded by: Publisher: KKG Publications Registered office: 18, Jalan Kenanga SD 9/7 Bandar Sri Damansara, 52200 Malaysia Key Knowledge Generation Publication details, including instructions

More information

Session 16 PD, Principle-Based Reserves and Taxation. Moderator: Cindy D. Barnard, FSA, MAAA

Session 16 PD, Principle-Based Reserves and Taxation. Moderator: Cindy D. Barnard, FSA, MAAA Session 16 PD, Principle-Based Reserves and Taxation Moderator: Cindy D. Barnard, FSA, MAAA Presenters: Cindy D. Barnard, FSA, MAAA Mark S. Smith, Esq, CPA Peter H. Winslow SOA Antitrust Disclaimer SOA

More information

Session 112 PD, Medicaid - Hot Topics. Moderator: Clay Farris

Session 112 PD, Medicaid - Hot Topics. Moderator: Clay Farris Session 112 PD, Medicaid - Hot Topics Moderator: Clay Farris Presenters: Davis Burge, FSA, MAAA Sabrina H. Gibson, FSA, MAAA Christopher John Truffer, FSA, MAAA SOA Antitrust Disclaimer SOA Presentation

More information

Session 3B: Stress Testing from Macro-environment, to Scenario to Impacts and Decision. Moderator: Dariush A. Akhtari, FSA, MAAA, FCIA

Session 3B: Stress Testing from Macro-environment, to Scenario to Impacts and Decision. Moderator: Dariush A. Akhtari, FSA, MAAA, FCIA Session 3B: Stress Testing from Macro-environment, to Scenario to Impacts and Decision Moderator: Dariush A. Akhtari, FSA, MAAA, FCIA Presenters: Ricky Power David Wicklund, FSA SOA Antitrust Disclaimer

More information

Stochastic Analysis Of Long Term Multiple-Decrement Contracts

Stochastic Analysis Of Long Term Multiple-Decrement Contracts Stochastic Analysis Of Long Term Multiple-Decrement Contracts Matthew Clark, FSA, MAAA and Chad Runchey, FSA, MAAA Ernst & Young LLP January 2008 Table of Contents Executive Summary...3 Introduction...6

More information

Session 97 PD, Medicare Supplement: Key Issues and Challenges to Profitability. Moderator/Presenter: Kenneth L. Clark, FSA, MAAA

Session 97 PD, Medicare Supplement: Key Issues and Challenges to Profitability. Moderator/Presenter: Kenneth L. Clark, FSA, MAAA Session 97 PD, Medicare Supplement: Key Issues and Challenges to Profitability Moderator/Presenter: Kenneth L. Clark, FSA, MAAA Presenter: John S. Cathcart, FSA, MAAA SOA Health Meeting - Session 97 Medicare

More information

Determination of Insurance Policy Using a hybrid model of AHP, Fuzzy Logic, and Delphi Technique: A Case Study

Determination of Insurance Policy Using a hybrid model of AHP, Fuzzy Logic, and Delphi Technique: A Case Study Determination of Insurance Policy Using a hybrid model of AHP, Fuzzy Logic, and Delphi Technique: A Case Study CHIN-SHENG HUANG, YU-JU LIN 2, CHE-CHERN LIN 3 : Department and Graduate Institute of Finance,

More information

Neuro Fuzzy based Stock Market Prediction System

Neuro Fuzzy based Stock Market Prediction System Neuro Fuzzy based Stock Market Prediction System M. Gunasekaran, S. Anitha, S. Kavipriya, Asst Professor, Dept of MCA, III MCA, Dept Of MCA, III MCA, Dept of MCA, Park College of Engg& tech, Park College

More information

Session 84 PD, Predictive Analytics for Actuaries: A look At Case Studies in Healthcare Analytics. Moderator: Carol J.

Session 84 PD, Predictive Analytics for Actuaries: A look At Case Studies in Healthcare Analytics. Moderator: Carol J. Session 84 PD, Predictive Analytics for Actuaries: A look At Case Studies in Healthcare Analytics Moderator: Carol J. McCall, FSA, MAAA Presenters: Lillian Louise Dittrick, FSA, MAAA Wu-Chyuan (Gary) Gau,

More information

Session 122 PD, Lessons Learned: Two Years of Three Rs. Moderator: Shyam Prasad Kolli, FSA, MAAA

Session 122 PD, Lessons Learned: Two Years of Three Rs. Moderator: Shyam Prasad Kolli, FSA, MAAA Session 122 PD, Lessons Learned: Two Years of Three Rs Moderator: Shyam Prasad Kolli, FSA, MAAA Presenters: David M. Dillon, FSA, MAAA Andrew Ryan Large, FSA, CERA, MAAA SOA Antitrust Disclaimer SOA Presentation

More information

Session 107 PD, Value of ACA Coding Improvement: Market Effects. Moderator: Douglas T. Norris, FSA, MAAA. Presenters: Ksenia Whittal, FSA, MAAA

Session 107 PD, Value of ACA Coding Improvement: Market Effects. Moderator: Douglas T. Norris, FSA, MAAA. Presenters: Ksenia Whittal, FSA, MAAA Session 107 PD, Value of ACA Coding Improvement: Market Effects Moderator: Douglas T. Norris, FSA, MAAA Presenters: Douglas T. Norris, FSA, MAAA Ksenia Whittal, FSA, MAAA SOA Antitrust Disclaimer SOA Presentation

More information

Moderator: Kevin M Madigan MAAA,ACAS,CERA. Presenters: Barry A Franklin MAAA,FCAS,CERA Kevin M Madigan MAAA,ACAS,CERA

Moderator: Kevin M Madigan MAAA,ACAS,CERA. Presenters: Barry A Franklin MAAA,FCAS,CERA Kevin M Madigan MAAA,ACAS,CERA Session 26: The Role of a Model Risk Management Framework in P&C Insurers SOA Antitrust Disclaimer SOA Presentation Disclaimer Moderator: Kevin M Madigan MAAA,ACAS,CERA Presenters: Barry A Franklin MAAA,FCAS,CERA

More information

TRADINNOVA-FUZ: FUZZY PORTFOLIO INVESTMENT Dynamic Stock Portfolio Decision-making Assistance Model based on a Fuzzy Inference System

TRADINNOVA-FUZ: FUZZY PORTFOLIO INVESTMENT Dynamic Stock Portfolio Decision-making Assistance Model based on a Fuzzy Inference System TRADINNOVA-FUZ: FUZZY PORTFOLIO INVESTMENT Dynamic Stock Portfolio Decision-making Assistance Model based on a Fuzzy Inference System Isidoro J. Casanova Department of Informatics and Systems, University

More information

Session 20 PD, Senior Management's Wander Through the Model Efficiency Countryside. Moderator: Anthony Dardis, FSA, CERA, FIA, MAAA

Session 20 PD, Senior Management's Wander Through the Model Efficiency Countryside. Moderator: Anthony Dardis, FSA, CERA, FIA, MAAA Session 20 PD, Senior Management's Wander Through the Model Efficiency Countryside Moderator: Anthony Dardis, FSA, CERA, FIA, MAAA Presenters: Mark A. Davis, FSA, MAAA Nazir Valani, FSA, FCIA, MAAA SOA

More information

FUZZY FAILURE RISK ANALYSIS IN DRINKING WATER TECHNICAL SYSTEM ABSTRACT

FUZZY FAILURE RISK ANALYSIS IN DRINKING WATER TECHNICAL SYSTEM ABSTRACT FUZZY FAILURE RISK ANALYSIS IN DRINKING WATER TECHNICAL SYSTEM B. Tchórzewska-Cieślak Rzeszow University of Technology, Rzeszow, Poland e-mail: cbarbara@prz.rzeszow.pl ABSTRACT Drinking water technical

More information

Session 1B: Introduciton to Predictive Analytics. Moderator: Dariush A. Akhtari, FSA, MAAA, FCIA

Session 1B: Introduciton to Predictive Analytics. Moderator: Dariush A. Akhtari, FSA, MAAA, FCIA Session 1B: Introduciton to Predictive Analytics Moderator: Dariush A. Akhtari, FSA, MAAA, FCIA Presenters: Mark William Birdsall, FSA, MAAA, FCA Matthew Forrest Gabriel, FSA, MAAA SOA Antitrust Disclaimer

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

SI/Accelerated Underwriting VM20 Practice Work Group Update

SI/Accelerated Underwriting VM20 Practice Work Group Update SI/Accelerated Underwriting VM20 Practice Work Group Update Mary Bahna-Nolan, MAAA, FSA, CERA Chairperson, American Academy of Actuaries Life Experience Committee and Society of Actuaries Preferred Mortality

More information

A Hybrid Expert System for IT Security Risk Assessment

A Hybrid Expert System for IT Security Risk Assessment A Hybrid Expert System for IT Security Risk Assessment Andrew L.S. Gordon, Ivan Belik, Shahram Rahimi 1, Department of Computer Science, Mailcode 4511 Southern Illinois University, Carbondale, IL, USA

More information

Session 37 PD, Company Taxation Update. Moderator: Rob E. Baldwin, FSA, CERA, MAAA. Presenters: Jean Baxley, JD, LLM Sheryl Flum

Session 37 PD, Company Taxation Update. Moderator: Rob E. Baldwin, FSA, CERA, MAAA. Presenters: Jean Baxley, JD, LLM Sheryl Flum Session 37 PD, Company Taxation Update Moderator: Rob E. Baldwin, FSA, CERA, MAAA Presenters: Jean Baxley, JD, LLM Sheryl Flum SOA Antitrust Disclaimer SOA Presentation Disclaimer 2018 SOA Life & Annuity

More information

Session 070 PD - Update on Pre-Qualification and Continuing Education. Moderator: Stuart Klugman, FSA, CERA

Session 070 PD - Update on Pre-Qualification and Continuing Education. Moderator: Stuart Klugman, FSA, CERA Session 070 PD - Update on Pre-Qualification and Continuing Education Moderator: Stuart Klugman, FSA, CERA Presenters: Stuart Klugman, FSA, CERA Kory J. Olsen, FSA, CERA, MAAA Kevin J. Pledge, FSA, FIA

More information

STANDARDISATION OF RISK ASSESSMENT PROCESS BY MODIFYING THE RISK MATRIX

STANDARDISATION OF RISK ASSESSMENT PROCESS BY MODIFYING THE RISK MATRIX STANDARDISATION OF RISK ASSESSMENT PROCESS BY MODIFYING THE RISK MATRIX C. S.SatishKumar 1, Dr S. Shrihari 2 1,2 Department of Civil Engineering National institute of technology Karnataka (India) ABSTRACT

More information

Does Crop Insurance Enrollment Exacerbate the Negative Effects of Extreme Heat? A Farm-level Analysis

Does Crop Insurance Enrollment Exacerbate the Negative Effects of Extreme Heat? A Farm-level Analysis Does Crop Insurance Enrollment Exacerbate the Negative Effects of Extreme Heat? A Farm-level Analysis Madhav Regmi and Jesse B. Tack Department of Agricultural Economics, Kansas State University August

More information

Health Care Reform Challenge: An Actuarial Perspective

Health Care Reform Challenge: An Actuarial Perspective Health Care Reform Challenge: An Actuarial Perspective Cori E. Uccello, FSA, MAAA, MPP Senior Health Fellow American Academy of Actuaries NCSL 2007 Annual Meeting August 7, 2007 Boston, MA NCSL Presentation,

More information

Session 23 PD, What's New in Medicaid Managed Care Regulation? Moderator/Presenter: Jennifer L. Gerstorff, FSA, MAAA

Session 23 PD, What's New in Medicaid Managed Care Regulation? Moderator/Presenter: Jennifer L. Gerstorff, FSA, MAAA Session 23 PD, What's New in Medicaid Managed Care Regulation? Moderator/Presenter: Jennifer L. Gerstorff, FSA, MAAA Presenters: Jeremy D. Palmer, FSA, MAAA Christopher John Truffer, FSA, MAAA 2016 SOA

More information

Economically Optimal Timing of Insect Control in Processing Facilities: A Real Option Approach

Economically Optimal Timing of Insect Control in Processing Facilities: A Real Option Approach Economically Optimal Timing of Insect Control in Processing Facilities: A Real Option Approach SULING DUAN, DOCTORAL RESEARCH ASSISTANT BRIAN D. ADAM, PROFESSOR OKLAHOMA STATE UNIVERSITY Insect Control

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

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

AGENT BASED MODELING FOR PREDICTING PROPERTY AND CASUALTY UNDERWRITING CYCLES Presenter: Gao Niu Supervisor: Dr. Jay Vadiveloo, Ph.D.

AGENT BASED MODELING FOR PREDICTING PROPERTY AND CASUALTY UNDERWRITING CYCLES Presenter: Gao Niu Supervisor: Dr. Jay Vadiveloo, Ph.D. AGENT BASED MODELING FOR PREDICTING PROPERTY AND CASUALTY UNDERWRITING CYCLES Presenter: Gao Niu Supervisor: Dr. Jay Vadiveloo, Ph.D., FSA, MAAA, CFA Sponsor: UCONN Goldenson Research for Actuarial Center

More information

A_A0008: FUZZY MODELLING APPROACH FOR PREDICTING GOLD PRICE BASED ON RATE OF RETURN

A_A0008: FUZZY MODELLING APPROACH FOR PREDICTING GOLD PRICE BASED ON RATE OF RETURN Section A - Mathematics / Statistics / Computer Science 13 A_A0008: FUZZY MODELLING APPROACH FOR PREDICTING GOLD PRICE BASED ON RATE OF RETURN Piyathida Towwun,* Watcharin Klongdee Risk and Insurance Research

More information

starting on 5/1/1953 up until 2/1/2017.

starting on 5/1/1953 up until 2/1/2017. An Actuary s Guide to Financial Applications: Examples with EViews By William Bourgeois An actuary is a business professional who uses statistics to determine and analyze risks for companies. In this guide,

More information

Session 48PD: PBR - Real Life Applications. Moderator: Alberto A Abalo FSA,MAAA,CERA

Session 48PD: PBR - Real Life Applications. Moderator: Alberto A Abalo FSA,MAAA,CERA Session 48PD: PBR - Real Life Applications Moderator: Alberto A Abalo FSA,MAAA,CERA Presenters: Alberto A Abalo FSA,MAAA,CERA Lauren M Cross FSA,MAAA Martin Snow FSA,MAAA Erzhe Zhang FSA,MAAA SOA Antitrust

More information

2018 Investment Symposium

2018 Investment Symposium 2018 Investment Symposium Session 3B: Duration Matching Versus Cash Flow Matching for Pension Plans Moderator: Thomas J. Egan, Jr., FSA, EA, CFP Presenters: Kevin McLaughlin, Insight Investment Matthew

More information

Session 121 OF, Actuarial Professionalism: The Verdict Is In! Moderator/Presenter: Joe L. Wurzburger, FSA, MAAA

Session 121 OF, Actuarial Professionalism: The Verdict Is In! Moderator/Presenter: Joe L. Wurzburger, FSA, MAAA Session 121 OF, Actuarial Professionalism: The Verdict Is In! Moderator/Presenter: Joe L. Wurzburger, FSA, MAAA Presenters: David M. Dillon, FSA, MAAA Ben Marshall, FSA, FCIA, CERA, MAAA, J.D. SOA Antitrust

More information

Upcoming Changes to the SOA Education Requirements

Upcoming Changes to the SOA Education Requirements Upcoming Changes to the SOA Education Requirements STUART KLUGMAN, FSA, CERA, PhD Senior Staff Fellow, Education SOCIETY OF ACTUARIES June 27, 2017 Today s Topics 2017 FM/MFE Changes ASA Changes Why ASA

More information

Session 60PD: US GAAP Income Statement Analysis. Moderator: Paul R Vogel, FSA, MAAA

Session 60PD: US GAAP Income Statement Analysis. Moderator: Paul R Vogel, FSA, MAAA Session 60PD: US GAAP Income Statement Analysis Moderator: Paul R Vogel, FSA, MAAA Presenters: Joshua Liu, FSA, MAAA Paul R Vogel, FSA, MAAA John R Washburn, FSA, MAAA SOA Antitrust Disclaimer SOA Presentation

More information

MS&E 448 Final Presentation High Frequency Algorithmic Trading

MS&E 448 Final Presentation High Frequency Algorithmic Trading MS&E 448 Final Presentation High Frequency Algorithmic Trading Francis Choi George Preudhomme Nopphon Siranart Roger Song Daniel Wright Stanford University June 6, 2017 High-Frequency Trading MS&E448 June

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

Session 174 PD, Nested Stochastic Modeling Research. Moderator: Anthony Dardis, FSA, CERA, FIA, MAAA. Presenters: Runhuan Feng, FSA, CERA

Session 174 PD, Nested Stochastic Modeling Research. Moderator: Anthony Dardis, FSA, CERA, FIA, MAAA. Presenters: Runhuan Feng, FSA, CERA Session 174 PD, Nested Stochastic Modeling Research Moderator: Anthony Dardis, FSA, CERA, FIA, MAAA Presenters: Anthony Dardis, FSA, CERA, FIA, MAAA Runhuan Feng, FSA, CERA SOA Antitrust Disclaimer SOA

More information

Mortality Table Update on the 2015 VBT/CSO

Mortality Table Update on the 2015 VBT/CSO Mortality Table Update on the 2015 VBT/CSO Joint American Academy of Actuaries Life Experience Committee and Society of Actuaries Preferred Mortality Oversight Group Actuaries Club of the Southwest November

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

43 rd Actuarial Research Conference August 14 16, 2008 University of Regina Regina, Saskatchewan

43 rd Actuarial Research Conference August 14 16, 2008 University of Regina Regina, Saskatchewan 43 rd Actuarial Research Conference August 14 16, 2008 University of Regina Regina, Saskatchewan Location: ED 191 Education Building, Main Campus Conference Financial Sponsors include: Phillips, Hager

More information

Final Examination CS540: Introduction to Artificial Intelligence

Final Examination CS540: Introduction to Artificial Intelligence Final Examination CS540: Introduction to Artificial Intelligence December 2008 LAST NAME: FIRST NAME: Problem Score Max Score 1 15 2 15 3 10 4 20 5 10 6 20 7 10 Total 100 Question 1. [15] Probabilistic

More information

Session 7, Industry Leader's Roundtable: IFRS 17 Insights. Moderator: J. Peter Duran, FSA, CERA, MAAA, Ph.D.

Session 7, Industry Leader's Roundtable: IFRS 17 Insights. Moderator: J. Peter Duran, FSA, CERA, MAAA, Ph.D. Session 7, Industry Leader's Roundtable: IFRS 17 Insights Moderator: J. Peter Duran, FSA, CERA, MAAA, Ph.D. Presenters: Jeong Hyeok Park, Tze Ping Chng, FSA, MAAA Wilton Kee, FSA, FRM, CQF Woosoon Bae,

More information

Computational Intelligence Winter Term 2009/10

Computational Intelligence Winter Term 2009/10 Computational Intelligence Winter Term 2009/10 Prof. Dr. Günter Rudolph Lehrstuhl für Algorithm Engineering (LS 11) Fakultät für Informatik TU Dortmund Plan for Today Fuzzy Sets Basic Definitionsand ResultsforStandard

More information

Session 84 PD, SOA Research Topic: Conversion Mortality Experience. Moderator: James M. Filmore, FSA, MAAA. Presenters: Minyu Cao, FSA, CERA

Session 84 PD, SOA Research Topic: Conversion Mortality Experience. Moderator: James M. Filmore, FSA, MAAA. Presenters: Minyu Cao, FSA, CERA Session 84 PD, SOA Research Topic: Conversion Mortality Experience Moderator: James M. Filmore, FSA, MAAA Presenters: Minyu Cao, FSA, CERA James M. Filmore, FSA, MAAA Hezhong (Mark) Ma, FSA, MAAA SOA Antitrust

More information

A World Without Taxes EPISODE # 401

A World Without Taxes EPISODE # 401 A World Without Taxes EPISODE # 401 LESSON LEVEL Grades 9-12 KEY TOPICS Entrepreneurship Taxes Economics LEARNING OBJECTIVES 1. Understand that taxes fund public services. 2. Recognize the importance of

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

Session 98 L, Medicare Advantage Risk Adjustment: Past, Present and Future. Presenters: Adrian L. Clark, FSA, MAAA David Benjamin Koenig, FSA, MAAA

Session 98 L, Medicare Advantage Risk Adjustment: Past, Present and Future. Presenters: Adrian L. Clark, FSA, MAAA David Benjamin Koenig, FSA, MAAA Session 98 L, Medicare Advantage Risk Adjustment: Past, Present and Future Presenters: Adrian L. Clark, FSA, MAAA David Benjamin Koenig, FSA, MAAA SOA Antitrust Disclaimer SOA Presentation Disclaimer Medicare

More information

2017 SOA Annual Meeting & Exhibit

2017 SOA Annual Meeting & Exhibit 2017 SOA Annual Meeting & Exhibit MARC DES ROSIERS, FSA, FCIA Session 101, Methods to Evaluate Retirement Plan Designs October 17, 2017 SOCIETY OF ACTUARIES Antitrust Compliance Guidelines Active participation

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

Application of Triangular Fuzzy AHP Approach for Flood Risk Evaluation. MSV PRASAD GITAM University India. Introduction

Application of Triangular Fuzzy AHP Approach for Flood Risk Evaluation. MSV PRASAD GITAM University India. Introduction Application of Triangular Fuzzy AHP Approach for Flood Risk Evaluation MSV PRASAD GITAM University India Introduction Rationale & significance : The objective of this paper is to develop a hierarchical

More information

Session 161 PD - Best Practices & Considerations for Accelerated Underwriting. Moderator: Donna Christine Megregian, FSA, MAAA

Session 161 PD - Best Practices & Considerations for Accelerated Underwriting. Moderator: Donna Christine Megregian, FSA, MAAA Session 161 PD - Best Practices & Considerations for Accelerated Underwriting Moderator: Donna Christine Megregian, FSA, MAAA Presenters: Gregory A. Brandner, FSA, MAAA Lisa Hollenbeck Renetzky, FSA, MAAA

More information

CHAPTER TWO A MULTI-DIMENSIONAL MEASURE OF POVERTY USING THE FUZZY APPROACH

CHAPTER TWO A MULTI-DIMENSIONAL MEASURE OF POVERTY USING THE FUZZY APPROACH 27 CHAPTER TWO A MULTI-DIMENSIONAL MEASURE OF POVERTY USING THE FUZZY APPROACH A modified version of this chapter was published in Studies for Economics and Econometrics, 2005. 28 2.1 INTRODUCTION One

More information

Decision-making under uncertain conditions and fuzzy payoff matrix

Decision-making under uncertain conditions and fuzzy payoff matrix The Wroclaw School of Banking Research Journal ISSN 1643-7772 I eissn 2392-1153 Vol. 15 I No. 5 Zeszyty Naukowe Wyższej Szkoły Bankowej we Wrocławiu ISSN 1643-7772 I eissn 2392-1153 R. 15 I Nr 5 Decision-making

More information

MACRA and Medicare Advantage

MACRA and Medicare Advantage MACRA and Medicare Advantage Lynn Dong, FSA, MAAA Christopher Kunkel, FSA, MAAA, PhD April 6, 2017 Caveats and limitations This presentation and question and answer session is not intended to be an actuarial

More information