
Explore how insurance transfers risk, prices premiums, and uses risk pooling—illustrated by a fisherman’s rod scenario and the role of actuaries in product design, reserves, and IFRS 17 reporting.
Explore how to design insurance by applying insurable risk criteria—interest, quantifiability, independence, low probability, maximum loss, and avoidance of moral hazard—and examine product types, underwriting, exclusions, retention limits, and excess.
Model loss distributions to price risk by combining frequency and severity. Use distributions such as exponential, lognormal, gamma, and pareto to describe individual claims and estimate the risk premium.
Learn to fit loss distributions in R with synthetic claims data, comparing lognormal, exponential, and gamma fits. Visualize fits with histograms and density curves and estimate moments with R packages.
Explore extreme value theory to capture fat tails and extreme losses using the peak over threshold method and the generalized burrito distribution for risk modeling.
Explore how reinsurance transfers risk from insurers to reinsurers through proportional and non proportional structures. See how retention levels and sharing reduce mean and variance, lowering capital needs.
Explore collective risk models by aggregating claims into total losses S = sum X_i, driven by frequency N and severity X, with reinsurance on aggregates and moment generating functions.
Ruin theory models the insurer's capital needs and probability of ruin, illustrating how premiums, reserves, claims, and reinsurance interact to balance solvency and shareholder returns.
Learn how run of triangles estimate future claims using development factors and the chain letter method to compute reserves and manage ruin risk.
Outline loss distributions for actuarial models, introduce concepts and fit with R basics for exams; cover statistical properties, excesses, retention limits, parameter estimation, and goodness-of-fit with R exam walkthrough.
Learn to install R and RStudio on macOS, including downloading from the R project site, installing XQuartz, and running basic R code with package installation.
Learn R basics for actuaries: install packages like e1071, create and manipulate vectors, use sequences and repeats, and apply loops, if statements, and functions to compute summary statistics.
Learn core R basics for actuaries part 2, including vectors, matrices, lists, and data frames, then apply linear models, distributions, and plotting to practical data.
Introduce loss distributions as the actual losses on general insurance contracts and their use in risk modeling, pricing, reserves, and ruin theory.
Loss distributions are treated as continuous with positive skew and fat tails; log-normal and exponential distributions model losses well, while normal or uniform may be unsuitable.
Explore excess and retention limits as risk management tools, illustrating how excess shifts the first loss to the insured and retention caps losses, and discuss insurer and policyholder benefits.
Explore reinsurance basics, including proportional treaties with premium and loss sharing, excess of loss for each loss or total losses, retention limits, and maximum likelihood estimation.
Explore parameter estimation for loss distributions, comparing method of moments and maximum likelihood under truncation, with an exponential model and a practical excess-of-loss example.
Collect loss data, arrange and plot it, then fit a distribution by selecting a suitable family and estimating parameters. Apply a chi-square goodness-of-fit test to validate the fit.
Introducing compound distributions and their role in ruin theory and general insurance, this course outline presents their mean, variance, and moment generating function for Poisson and negative binomial models.
Explore compound distributions in actuarial models, linking loss frequency and severity to model total losses. Learn how this approach informs pricing, reserves, and ruin probability in general insurance.
Derive the mean of compound distributions by computing the expected total loss S = sum_{i=1}^N X_i, with N random and X_i iid. Conclude E[S] = E[N] E[X].
Explore the variance of a compound distribution for total losses given the number of losses, guided by the orange book and preparing for the moment generating function.
Examine the compound distribution and express the total losses' moment generating function in terms of the MGF of loss size and the number of losses.
Derive the compound Poisson moment generating function for total losses by combining the Poisson frequency with the distribution of individual losses, linking to the number of claims.
Derive the moment generating function for a binomial distribution with parameters M and Q in the context of compound distributions, then simplify to a practical loss model.
This course aims to introduce student actuaries to the following criteria.
It also discusses how to do the below with R Studio
Loss distributions, with and without risk sharing
1.1.1 Describe the properties of the statistical distributions which are suitable for modelling individual and aggregate losses.
1.1.2 Explain the concepts of excesses (deductibles), and retention limits.
1.1.3 Describe the operation of simple forms of proportional and excess of loss reinsurance.
1.1.4 Derive the distribution and corresponding moments of the claim amounts paid by the insurer and the reinsurer in the presence of excesses (deductibles) and reinsurance.
1.1.5 Estimate the parameters of a failure time or loss distribution when the data is complete, or when it is incomplete, using maximum likelihood and the method of moments.
1.1.6 Fit a statistical distribution to a dataset and calculate appropriate goodness of fit measures.
The course also contains compound distributions and how to represent their moments with the child distributions.