Analysis of the Bitcoin Exchange Using Particle MCMC Methods

Total Page:16

File Type:pdf, Size:1020Kb

Analysis of the Bitcoin Exchange Using Particle MCMC Methods Analysis of the Bitcoin Exchange Using Particle MCMC Methods by Michael Johnson M.Sc., University of British Columbia, 2013 B.Sc., University of Winnipeg, 2011 Project Submitted in Partial Fulfillment of the Requirements for the Degree of Master of Science in the Department of Statistics and Actuarial Science Faculty of Science c Michael Johnson 2017 SIMON FRASER UNIVERSITY Spring 2017 All rights reserved. However, in accordance with the Copyright Act of Canada, this work may be reproduced without authorization under the conditions for “Fair Dealing.” Therefore, limited reproduction of this work for the purposes of private study, research, education, satire, parody, criticism, review and news reporting is likely to be in accordance with the law, particularly if cited appropriately. Approval Name: Michael Johnson Degree: Master of Science (Statistics) Title: Analysis of the Bitcoin Exchange Using Particle MCMC Methods Examining Committee: Chair: Dr. Jiguo Cao Associate Professor Dr. Liangliang Wang Senior Supervisor Assistant Professor Dr. Dave Campbell Supervisor Associate Professor Dr. Tim Swartz Internal Examiner Professor Date Defended: March 24, 2017 ii Abstract Stochastic volatility models (SVM) are commonly used to model time series data. They have many applications in finance and are useful tools to describe the evolution of asset returns. The motivation for this project is to determine if stochastic volatility models can be used to model Bitcoin exchange rates in a way that can contribute to an effective trading strategy. We consider a basic SVM and several extensions that include fat tails, leverage, and covariate effects. The Bayesian approach with the particle Markov chain Monte Carlo (PMCMC) method is employed to estimate the model parameters. We assess the goodness of the estimated model using the deviance information criterion (DIC). Simulation studies are conducted to assess the performance of particle MCMC and to compare with the traditional MCMC approach. We then apply the proposed method to the Bitcoin exchange rate data and compare the effectiveness of each type of SVM. Keywords: Stochastic volatility model; hidden Markov model; sequential Monte Carlo; particle Markov chain Monte Carlo; Bitcoin. iii Table of Contents Approval ii Abstract iii Table of Contents iv List of Tables vi List of Figures vii 1 Introduction 1 1.1 Stochastic Volatility Models and Particle Markov Chain Monte Carlo . 1 1.2 Bitcoin and Bitcoin Exchanges . 3 1.3 Research Objective . 5 1.4 Thesis Organization . 6 2 Stochastic Volatility Models 7 2.1 Hidden Markov Models . 7 2.2 Basic Stochastic Volatility Model . 8 2.2.1 Basic SVM Version 1 . 8 2.2.2 Basic SVM Version 2 . 9 2.3 Stochastic Volatility Model with Fat Tails . 9 2.4 Stochastic Volatility Model with Leverage Effect . 10 2.5 Stochastic Volatility Model with Covariate Effects . 11 2.6 Chapter Summary . 11 3 Bayesian Inference for Stochastic Volatility Models 13 3.1 Bayesian Inference . 13 3.2 Monte Carlo Integration . 14 3.3 Posterior Inference via Markov Chain Monte Carlo . 15 3.3.1 Markov Chain Monte Carlo (MCMC) . 15 3.3.2 Gibbs Sampling . 16 3.4 Posterior Inference via Sequential Monte Carlo (SMC) . 18 iv 3.4.1 Importance Sampling (IS) . 18 3.4.2 Sequential Importance Sampling (SIS) . 19 3.4.3 Sequential Monte Carlo (SMC) . 21 3.5 Particle Markov Chain Monte Carlo (PMCMC) . 22 3.6 Model Comparison . 24 3.7 Chapter Summary . 25 4 Simulation Studies 27 4.1 Gibbs Sampler and PMCMC for Basic SVM Version 1 . 27 4.1.1 PMCMC . 27 4.1.2 Gibbs Sampler . 30 4.1.3 Comparison of PMCMC and Gibbs Sampler . 31 4.2 PMCMC for Basic SVM Version 2 . 32 4.3 PMCMC for SVM with Fat Tails . 34 4.4 PMCMC for SVM with Leverage Effect . 37 4.5 PMCMC for SVM with Covariate Effects . 39 4.6 Chapter Summary . 43 5 Applications to Bitcoin Exchange Rate Data 44 5.1 Data . 44 5.2 Bitcoin Data Analysis with Basic SVM . 46 5.3 Bitcoin Data Analysis for SVM with Fat Tail . 48 5.4 Bitcoin Data Analysis for SVM with Leverage Effect . 49 5.5 Bitcoin Data Analysis for SVM with Covariate Effect . 51 5.6 Summary of Bitcoin Data Analysis . 54 6 Conclusion and Future work 55 Bibliography 57 v List of Tables Table 3.1 Gibbs Sampler Algorithm. 17 Table 3.2 Sequential Importance Sampling Algorithm. 21 Table 3.3 Sequential Monte Carlo Algorithm. 22 Table 3.4 Particle MCMC Algorithm. 24 Table 4.1 Summary of Basic SVM Version 1 parameter posterior distributions resulting from PMCMC and Gibbs Sampler for simulated data. 31 Table 4.2 Summary of Basic SVM Version 2 parameter posterior distributions resulting from PMCMC for simulated data. 34 Table 4.3 Summary of SVM Fat Tails parameter posterior distributions resulting from PMCMC for simulated data. 36 Table 4.4 Summary of SVM with Leverage Effect parameter posterior distribu- tions resulting from PMCMC for simulated data. 39 Table 4.5 Summary of SVM with Covariate Effect parameter posterior distribu- tions resulting from PMCMC for simulated data. 42 Table 5.1 Summary of Basic SVM Version 2 parameter posterior distributions resulting from PMCMC for Bitcoin data. 48 Table 5.2 Summary of SVM with Fat Tails parameter posterior distributions re- sulting from PMCMC for Bitcoin data. 49 Table 5.3 Summary of SVM with Leverage Effect parameter posterior distribu- tions resulting from PMCMC for Bitcoin data. 51 Table 5.4 Summary of SVM with Covariate Effect parameter posterior distribu- tions resulting from PMCMC for Bitcoin data. 53 Table 5.5 A summary of the DIC for each stochastic volatility model that was fit to the Bitcoin exchange rate data set. 54 vi List of Figures Figure 2.1 Illustration of a Hidden Markov Model. 7 2 Figure 4.1 Basic SVM Version 1 trace plots of α, µx, µy and σ resulting from PMCMC for simulated data. 28 2 Figure 4.2 Basic SVM Version 1 histograms of α, µx, µy and σ resulting from PMCMC for simulated data. 29 Figure 4.3 Basic SVM Version 1 simulated data and PMCMC estimates, with observations Y1:n and hidden process X1:n for simulated data. 29 2 Figure 4.4 Basic SVM Version 1 trace plots of α, µx, µy and σ resulting from Gibbs Sampler for simulated data. 30 2 Figure 4.5 Basic SVM Version 1 histograms of α, µx, µy and σ resulting from Gibbs Sampler for simulated data. 31 2 Figure 4.6 Basic SVM Version 2 trace plots of α, µx, µy and σ resulting from PMCMC for simulated data. 33 2 Figure 4.7 Basic SVM Version 2 histograms of α, µx, µy and σ resulting from PMCMC for simulated data. 33 Figure 4.8 Basic SVM Version 2 simulated data and PMCMC estimates, with observations Y1:n and hidden process X1:n for simulated data. 34 2 Figure 4.9 SVM Fat Tails trace plots of α, µx, df and σ resulting from PMCMC for simulated data. 35 2 Figure 4.10 SVM Fat Tails histograms of α, µx, df and σ resulting from PM- CMC for simulated data. 36 Figure 4.11 SVM Fat Tails simulated data and PMCMC estimates, with obser- vations Y1:n and hidden process X1:n for simulated data. 37 2 Figure 4.12 SVM with Leverage Effect trace plots of α, µx, ρ and σ resulting from PMCMC for simulated data. 38 2 Figure 4.13 SVM with Leverage Effect histograms of α, µx, ρ and σ resulting from PMCMC for simulated data. 38 Figure 4.14 SVM with Leverage Effect simulated data and PMCMC estimates, with observations Y1:n and hidden process X1:n for simulated data. 39 2 Figure 4.15 SVM with Covariate Effect trace plots of α, µx, η1, η2 and σ result- ing from PMCMC for simulated data. 41 vii 2 Figure 4.16 SVM with Covariate Effect histograms of α, µx, η1, η2 and σ re- sulting from PMCMC for simulated data. 42 Figure 4.17 SVM with Covariate Effect simulated data and PMCMC estimates, with observations Y1:n and hidden process X1:n for simulated data. 43 Figure 5.1 Daily Bitcoin exchange rate. 44 Figure 5.2 Relative change in daily Bitcoin exchange rate. 45 Figure 5.3 Number of Bitcoin Transactions per Day. 45 Figure 5.4 Number of Unique Bitcoin Addresses Used per Day. 46 2 Figure 5.5 Basic SVM Version 2 trace plots of α, µx, µy and σ resulting from PMCMC for Bitcoin data. 47 2 Figure 5.6 Basic SVM Version 2 histograms of α, µx, µy and σ resulting from PMCMC for Bitcoin data. 47 2 Figure 5.7 SVM with Fat Tails trace plots of α, µx, df and σ resulting from PMCMC for Bitcoin data. 48 2 Figure 5.8 SVM with Fat Tails histograms of α, µx, df and σ resulting from PMCMC for Bitcoin data. 49 2 Figure 5.9 SVM with Leverage Effect trace plots of α, µx, ρ and σ resulting from PMCMC for Bitcoin data. 50 2 Figure 5.10 SVM with Leverage Effect histograms of α, µx, ρ and σ resulting from PMCMC for Bitcoin data. 50 2 Figure 5.11 SVM with Covariate Effect trace plots of α, µx, η1, η2 and σ result- ing from PMCMC for Bitcoin data. 52 2 Figure 5.12 SVM with Covariate Effect histograms of α, µx, η1, η2 and σ re- sulting from PMCMC for Bitcoin data. 53 viii Chapter 1 Introduction 1.1 Stochastic Volatility Models and Particle Markov Chain Monte Carlo Stochastic volatility models (SVM) are widely used in the field of economics and finance.
Recommended publications
  • Actuarial Science and Financial Mathematics Faqs
    Department of Mathematics 250 Mathematics Building 231 W. 18th Avenue Columbus, OH 43210-1174 Actuarial Science and Financial Mathematics FAQs 1. What is the difference between a major in Actuarial Science and a major in Financial Math? Actuarial Science is the mathematical and statistical underpinning of the design, financing, and operation of all types of insurance, pension plans and benefit plans. Actuarial science prepares students for a career in the actuarial side of the insurance business and in actuarial consulting. Please see http://www.beanactuary.org/about/ for more information. Financial math track provides students with a foundation of the mathematics used in financial markets. It focuses on the pricing of the financial instruments (futures, options and other derivatives) and portfolio selection. Though there are job opportunities in financial institutions for students with an undergraduate degree, students in this track are encouraged to continue with graduate study in financial math, financial engineering, computational finance, or quantitative finance (they essentially mean the same thing). There are many professional master degree programs in this area. 2. How many students are currently majoring in actuarial science at Ohio State? We have close to 350 students in our program. 3. Are there any requirements to my actuarial major? If so, what are they? We place students into a pre-major when they switch or add this major. The major prerequisites and requirements can be found at https://math.osu.edu/undergrad/current- majors/requirements/actuarial. Students will also need to complete the College of Arts and Sciences General Education requirements. Students should meet with their academic advisor in the Math Advising Office or review the requirements online, https://math.osu.edu/undergrad/current-majors/requirements.
    [Show full text]
  • Recent Challenges in Actuarial Science
    ST09CH01_Embrechts ARjats.cls July 30, 2021 15:51 Annual Review of Statistics and Its Application Recent Challenges in Actuarial Science Paul Embrechts and Mario V. Wüthrich RiskLab, Department of Mathematics, ETH Zurich, Zurich, Switzerland, CH-8092; email: [email protected], [email protected] Annu. Rev. Stat. Appl. 2022. 9:1.1–1.22 Keywords The Annual Review of Statistics and Its Application is actuarial science, generalized linear models, life and non-life insurance, online at statistics.annualreviews.org neural networks, risk management, telematics data https://doi.org/10.1146/annurev-statistics-040120- 030244 Abstract Copyright © 2022 by Annual Reviews. For centuries, mathematicians and, later, statisticians, have found natural All rights reserved research and employment opportunities in the realm of insurance. By defini- tion, insurance offers financial cover against unforeseen events that involve an important component of randomness, and consequently, probability the- ory and mathematical statistics enter insurance modeling in a fundamental way. In recent years, a data deluge, coupled with ever-advancing information technology and the birth of data science, has revolutionized or is about to revolutionize most areas of actuarial science as well as insurance practice. We discuss parts of this evolution and, in the case of non-life insurance, show how a combination of classical tools from statistics, such as generalized lin- ear models and, e.g., neural networks contribute to better understanding and analysis of actuarial data. We further review areas of actuarial science where the cross fertilization between stochastics and insurance holds promise for both sides. Of course, the vastness of the field of insurance limits our choice of topics; we mainly focus on topics closer to our main areas of research.
    [Show full text]
  • Department of Statistics and Actuarial Science Three Year Academic Plan 2004-2006 Approved by Department on 27 June 2006
    Department of Statistics and Actuarial Science Three Year Academic Plan 2004-2006 Approved by Department on 27 June 2006 Chronology of Department Planning A. Achievement of Previous and Evaluation: Objectives and Recommendations: • May 2001: Formation of Department • Nov 2003: First Three-Year Plan (2003-6) The Department has achieved most of the • Mar 2005: External Review of Department objectives set out in its previous three-year • Mar 2006: Senate Approval of Recommen- plan, and has made a solid start at dations implementing the recommendations stemming • Jun 2006: Second Three-Year Plan (2007- from the 2005 external review. 9) Full, point-by-point assessments are Since its inception, the Department has provided in Appendices A and B. Of particular grown from 9 faculty positions to 20. Of these note, are the following: positions, 7 come with external or endowed New positions: The three-year plan called for funding. All faculty members are active in several academic appointments. As planned, research, and their collective record of we were able to hire two additional actuaries, external awards and funding is very strong. but the other target areas (a theoretician and a Over the last few years, the Department has lecturer) were not addressed. Instead, we took emerged as a leading Canadian center for advantage of our recognizable strengths to statistical teaching and research. A recruit very strong applicants for externally comparative analysis of NSERC grant funded and endowed positions. funding conducted for the recent external The plan also called for further half-positions in review ranked the Department very close to the general office and in the Statistical the best in the country.
    [Show full text]
  • Actuarial Studies Within the Biometry and Statistics and Statistical Science Majors
    Actuarial Studies within the Biometry and Statistics and Statistical Science majors An actuary is a business professional who analyzes the financial consequences of risk. Actuaries use mathematics, statistics and financial theory to study uncertain future events, especially those of concern to insurance and pension programs. They evaluate the likelihood of those events, design creative ways to reduce the likelihood and decrease the impact of adverse events that actually do occur. To be more specific, actuaries improve financial decision making by developing models to evaluate the current financial implications of uncertain future events. Actuaries are an important part of the management team of the companies that employ them. Their work requires a combination of strong analytical skills, business knowledge and understanding of human behavior to design and manage programs that control risk. No matter the source, actuary is consistently rated as one of the best jobs in America. US News and World Report, the Jobs Rated Almanac, CNN Money, and others all agree: few other occupations offer the combination of benefits that an actuarial career can offer. In almost every job satisfaction category, such as work environment, employment outlook, job security, growth opportunity, and salary (especially starting salary), a career as an actuary is hard to beat. Required courses for the Biometry and Statistics and Statistical Science majors Calculus I and II: MATH 1110 & 1120 Multivariable Calculus and Linear Algebra: MATH 2210 & 2220 or 2230 & 2240
    [Show full text]
  • Statistics and Actuarial Science 1
    Statistics and Actuarial Science 1 STAT:3510/IGPI:3510 Biostatistics and STAT:4143/PSQF:4143 Statistics and Introduction to Statistical Methods. Students may not take STAT:3101/IGPI:3101 Introduction Actuarial Science to Mathematical Statistics II and STAT:4101/IGPI:4101 Mathematical Statistics II at the same time and get credit for both (nor go back to STAT:3101/IGPI:3101 after taking Chair STAT:4101/IGPI:4101). • Kung-Sik Chan Statistics Courses Director of Graduate Studies STAT:1000 First-Year Seminar 1 s.h. • Aixin Tan Small discussion class taught by a faculty member; topics Director of Undergraduate Studies, chosen by instructor; may include outside activities (e.g., films, lectures, performances, readings, visits to research Actuarial Science facilities). Requirements: first- or second-semester standing. • Elias S. Shiu STAT:1010 Statistics and Society 3 s.h. Director of Undergraduate Studies, Data Statistical ideas and their relevance to public policy, business, humanities, and the social, health, and physical Science sciences; focus on critical approach to statistical evidence. • Rhonda R. DeCook Requirements: one year of high school algebra or MATH:0100. GE: Quantitative or Formal Reasoning. Director of Undergraduate Studies, STAT:1015 Introduction to Data Science 3 s.h. Statistics Data collection, visualization, and wrangling; basics of • Rhonda R. DeCook probability and statistical inference; fundamentals of data learning including regression, classification, prediction, and Undergraduate majors: actuarial science (B.S.); statistics cross-validation; computing, learning, and reporting in the R (B.S.) environment; literate programming; reproducible research. Undergraduate minor: statistics Requirements: one year of high school algebra or MATH:0100. Graduate degrees: M.S.
    [Show full text]
  • Modern Actuarial Risk Theory Rob Kaas • Marc Goovaerts Jan Dhaene • Michel Denuit
    Modern Actuarial Risk Theory Rob Kaas • Marc Goovaerts Jan Dhaene • Michel Denuit Modern Actuarial Risk Theory Using R Second Edition Professor Rob Kaas Professor Marc Goovaerts UvA / KE UvA / KE Roetersstraat 11 Roetersstraat 11 1018 WB Amsterdam 1018 WB Amsterdam The Netherlands The Netherlands [email protected] K.U. Leuven University of Amsterdam Naamsestraat 69 Professor Jan Dhaene 3000 Leuven AFI (Accountancy, Finance, Insurance) Belgium Research Group [email protected] Faculteit Economie en Bedrijfswetenschappen K.U. Leuven University of Amsterdam Professor Michel Denuit Naamsestraat 69 Institut de Statistique 3000 Leuven Université Catholique de Louvain Belgium Voie du Roman Pays 20 [email protected] 1348 Louvain-la-Neuve Belgium [email protected] ISBN: 978-3-540-70992-3 e-ISBN: 978-3-540-70998-5 Library of Congress Control Number: 2008931511 © 2008 Springer-Verlag Berlin Heidelberg This work is subject to copyright. All rights are reserved, whether the whole or part of the material is concerned, specifi cally the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfi lm or in any other way, and storage in data banks. Duplication of this publication or parts thereof is permitted only under the provisions of the German Copyright Law of September 9, 1965, in its current version, and permission for use must always be obtained from Springer-Verlag. Violations are liable for prosecution under the German Copyright Law. The use of registered names, trademarks, etc. in this publication does not imply, even in the absence of a specifi c statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
    [Show full text]
  • Life Anuities with Stochastic Survival Probabilities: a Review
    LIFE ANUITIES WITH STOCHASTIC SURVIVAL PROBABILITIES: A REVIEW MICHEL DENUIT Institut de Statistique & Institut des Sciences Actuarielles Universit´eCatholique de Louvain Louvain-la-Neuve, Belgium [email protected] August 27, 2007 Abstract An insurance company selling life annuities has to use projected life tables to describe the survival of policyholders. Such life tables are generated by stochastic processes governing the future path of mortality. To fix the ideas, the standard Lee-Carter model for mortality projection will be adopted here. In that context, the paper purposes to examine the conse- quences of working with random survival probabilities. Various stochastic inequalities are derived, showing that the risk borne by the annuity provider is increased compared to the classical independent case. Moreover, the type of dependence existing between the insured life times is carefully examined. The paper also deals with the computation of ruin proba- bilities and large portfolio approximations Key words and phrases: Lee-Carter model, mortality projection, association, MTP2, stochas- tic orders, ruin probability, prudential life table, securitization. 1 Introduction and motivation During the 20th century, the human mortality globally declined. These mortality improve- ments pose a challenge for the planning of public retirement systems as well as for the private life annuities business. When long-term living benefits are concerned, the calculation of ex- pected present values (for pricing or reserving) requires an appropriate mortality projection in order to avoid underestimation of future costs. Actuaries have therefore to resort to life tables including a forecast of the future trends of mortality (the so-called projected life tables). The composition of the population in the industrialized countries will change significantly in coming decades as the decline in fertility rates following the baby boom, coupled with increasing longevity, leads to an older population.
    [Show full text]
  • Principles of Actuarial Science
    TRANSACTIONS OF SOCIETY OF ACTUARIES 1992 VOL. 44 PRINCIPLES OF ACTUARIAL SCIENCE SOCIETY OF ACIRJARIES COMMITI'EE ON ACTUARIAL PRINICPLES* ABSTRACT The Committee on Actuarial Principles is charged with identifying, cir- culating and organizing actuarial principles (as distinct from standards) and recommending the resulting statements of principles to the Board of Gov- ernors for review and adoption. In October 1991, the Board accepted the Committee's statement entitled "Principles of Actuarial Science." This statement, which constitutes the following paper, is an expression of opinion by the Committee on Actuarial Principles and has been authorized by the Board of Governors. It has not been submitted to the vote of the membership and thus should not be construed as an expression of opinion by the Society of Actuaries. Editor's note: The Committee believes that continued publication of dis- cussions of Principles of Actuarial Science is appropriate and may prove beneficial. Therefore, written discussions of this paper will continue to be considered for publication. For publication in Volume XLV of the Trans- actions, discussions must be received by March I, 1994. PREAMBLE Actuarial science, the foundation for the actuarial profession, is an applied science. As an applied science, its theory is grounded in certain observations about the real world. The practice of any profession is shaped by the experience of its members, as well as by accumulated scientific knowledge. The practice of the actuarial profession is based on: • Principles--Statements grounded in observation and experience. Prin- ciples will be subject to change only if fundamental changes occur in our understanding of the observed world.
    [Show full text]
  • Testing with P*-Values: Between P-Values and E-Values
    Testing with p*-values: Between p-values and e-values Ruodu Wang1 Users of these tests speak of the 5 per cent. point [p-value of 5%] in much the same way as I should speak of the K = 10−1=2 point [e-value of 101=2], and of the 1 per cent. point [p-value of 1%] as I should speak of the K = 10−1 point [e-value of 10]. Project \Hypothesis testing with e-values" Working Paper #10 November 21, 2020 Project web site: http://alrw.net/e 1Department of Statistics and Actuarial Science, University of Waterloo, Waterloo, Ontario, Canada. E-mail: [email protected]. Abstract We introduce the notion of p*-values (p*-variables), which generalizes p-values (p-variables) in several senses. The new notion has four natural interpretations: probabilistic, operational, Bayesian, and frequentist. The simplest interpreta- tion of a p*-value is the average of several p-values. We show that there are four equivalent definitions of p*-values. The randomized p*-test is proposed, which is a randomized version of the simple p-test. Admissible calibrators of p*-values to and from p-values and e-values are obtained with nice mathematical forms, revealing the role of p*-values as a bridge between p-values and e-values. The notion of p*-values becomes useful in many situations even if one is only inter- ested in p-values and e-values. In particular, tests based on p*-values can be applied to improve several classic methods for p-values and e-values.
    [Show full text]
  • Demographic Models and Actuarial Science - Robert Schoen
    DEMOGRAPHY – Vol. II - Demographic Models and Actuarial Science - Robert Schoen DEMOGRAPHIC MODELS AND ACTUARIAL SCIENCE Robert Schoen Hoffman Professor of Family Sociology and Demography, Pennsylvania State University, USA Keywords: Dynamic models, life table, marriage squeeze, multistate population, population momentum, population projection, stable population, timing effects, “two-sex” population models Contents 1. Introduction 2. Life Table Models 2.1 Life Table Structure and Functions 2.2 Actuarial Science 2.3 Analytical Representations of Mortality 3. Stable Populations 3.1 The Stable Population Model in Continuous Form 3.2 The Stable Population Model in Discrete Form 3.3 Population Momentum 3.4 Analytical Representations of Fertility and Net Maternity 4. Multistate Population Models 5. “Two-Sex” Population Models 5.1 The “Two-Sex” Problem 5.2 Analyzing the Marriage Squeeze 6. Population Models with Changing Rates 6.1 Population Projections 6.2 Dynamic Mortality Models 6.3 Timing Effects with Changing Fertility 6.4 Dynamic Birth-Death and Multistate Models Acknowledgement Glossary Bibliography Biographical Sketch SummaryUNESCO – EOLSS Population modelsSAMPLE typically describe patterns CHAPTERS of mortality, fertility, marriage, divorce, and/or migration, and depict how those behaviors change the size and age structure of populations over time. Demographic behavior in fixed rate, one-sex populations is quite well understood by means of existing demographic and actuarial models, principally the stationary population (life table), stable population, and multistate models. Progress has been made on “two-sex” marriage and fertility models, though no consensus has been achieved. Work since the mid 1970s has led to a better understanding of timing effects and the relationship between period and cohort measures over time.
    [Show full text]
  • Actuarial Science Exam 1/P Contents
    Actuarial Science Exam 1/P Ville A. Satop¨a¨a December 5, 2009 Contents 1 Review of Algebra and Calculus 2 2 Basic Probability Concepts 3 3 Conditional Probability and Independence 4 4 Combinatorial Principles, Permutations and Combinations 5 5 Random Variables and Probability Distributions 5 6 Expectation and Other Distribution Parameters 6 7 Frequently Used Discrete Distributions 7 8 Frequently Used Continuous Distributions 8 9 Joint, Marginal, and Conditional Distributions 10 10 Transformations of Random Variables 11 11 Risk Management Concepts 13 1 1 Review of Algebra and Calculus 1. The complement of the set B: This can be denoted B0, B¯, or ∼ B. 2. For any two sets we have: A = (A \ B) [ (A \ B0) 3. The inverse of a function exists only if the function is one-to-one. 4. The roots of a quadratic equation ax2 + bx + c can be deduced from p −b ± b2 − 4ac 2a Recall that the equation has distinct roots if b2 − 4ac > 0, distinct complex roots if b2 − 4ac < 0, or equal real roots if b2 − 4ac = 0. 5. Exponential functions are of the form f(x) = bx, where b > 0, b 6= 1. The inverse of this function is denoted logb(y). Recall that blogb(y) = y for y > 0 bx = ex log(b) 6. A function f is continuous at the point x = c if lims!c f(x) = f(c). 0 7. The algebraic definition of f (x0) is 1 d f (1) 0 f(x0 + h) − f(x0) = f (x0) = f (x0) = lim dx1 x=x0 h!0 h 8.
    [Show full text]
  • Actuarial Science This Sheet Has Sample Occupations, Work Settings, Employers, and Career Development Activities Associated with This Major
    Alternative Format Available | Revised 4/16 Actuarial Science This sheet has sample occupations, work settings, employers, and career development activities associated with this major. Some of these options may require additional training and career planning. You are not limited to these options when choosing a possible career path. Sample Occupations Accountant Budget Analyst Economist Quantitative Analyst Assessor Business Analyst Epidemiologist Research Analyst Actuary Computer Systems Analyst Financial Market Analyst Sports Statistician Auditor Cost Estimator Insurance Underwriter Statistical Assistant Benefits Manager Credit Analyst Logistics Specialist/Logistician Statistical Consultant Biostatistician Data Analyst Management Analyst Statistician Branch Manager Economic Analyst Mathematician Tax Examiner Sample Work Settings Accounting Firms Disability Global Consulting Firms Insurance Companies (Medical, Banks Employee Benefit Health Global Insurance Organizations Health, Life) Casualty Pensions Human Resources Outsourcing Internal Revenue Service of Consulting Firms Enterprise Output Management Information Technology Treasury Corporations Financial Institutions Corporations Pensions Universities Sample Employers A sample of organizations that have hired students with a concentration in actuarial science. Aramark Fidelity Investments Office of Financial Regulation, Protiviti Bank of America Florida State University State of Florida True Partners Consulting Deloitte Lanigan & Associates, PC PricewaterhouseCoopers LLP Connecting
    [Show full text]