-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
28 lines (23 loc) · 1.05 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: "Risk Modelling and Survival Analysis"
author: "Alex Garbiak"
date: "`r format (Sys.time(), '%d %B, %Y')`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: agarbiak/CS2
description: "Risk modelling and survival analysis for actuaries providing R code examples."
favicon: img/favicon.ico
---
# Introduction {-}
This book is **unpublished** and should be considered an **early build** version. There will be **bugs**, **typos** and **errors**. Please report them [here](https://github.com/agarbiak/CS2/issues).
## Motivation {-}
The purpose of this book is to help actuaries studying [Risk Modelling and Survival Analysis (CS2)](https://www.actuaries.org.uk/studying/curriculum/actuarial-statistics) from the Institute and Faculty of Actuaries by providing `R` code examples across the following topic areas:
1. Random variables and distributions for risk modelling
2. Time series
3. Stochastic processes
4. Survival models
5. Machine learning