{
  "deckName": "Exam MAS-I — Credibility",
  "examCode": "Exam MAS-I",
  "cards": [
    {
      "front": "What problem does **credibility theory** solve, and what is the general form of a credibility estimate?",
      "back": "Credibility blends a risk's own experience with broader (collateral) information to estimate its expected losses. The estimate is the weighted average\n$\\text{Estimate} = Z\\,\\bar X + (1-Z)\\,M$,\nwhere $\\bar X$ is the observed mean from the risk's data, $M$ is the prior/collective (manual) mean, and $Z\\in[0,1]$ is the **credibility factor**. Large, stable data sets earn $Z$ near $1$; thin data leans on $M$ with $Z$ near $0$.",
      "tag": "Limited fluctuation"
    },
    {
      "front": "State the **limited-fluctuation (classical)** standard for full credibility of claim frequency.",
      "back": "Full credibility requires the observed number of claims to be within $\\pm k$ of the mean with probability $P$. For Poisson frequency the expected number of claims needed is\n$\\lambda_F = \\left(\\frac{z_{(1+P)/2}}{k}\\right)^{2}$,\nwhere $z_{(1+P)/2}$ is the standard-normal percentile. At $P=90\\%$ within $\\pm5\\%$: $z_{0.95}=1.645$, $k=0.05$, giving $\\lambda_F=\\left(\\frac{1.645}{0.05}\\right)^{2}=1082.41\\approx 1082$ claims.",
      "tag": "Limited fluctuation"
    },
    {
      "front": "Derive the **1082-claim** full-credibility standard for frequency at $90\\%$ within $\\pm5\\%$.",
      "back": "We want $P\\!\\left(|N - \\lambda| \\le k\\lambda\\right)=0.90$ with $N$ Poisson, so $\\sigma_N=\\sqrt{\\lambda}$. Using the normal approximation,\n$k\\lambda = z_{0.95}\\sqrt{\\lambda}\\;\\Rightarrow\\; \\sqrt{\\lambda}=\\frac{z_{0.95}}{k}$.\nThus $\\lambda_F=\\left(\\frac{z_{0.95}}{k}\\right)^{2}=\\left(\\frac{1.645}{0.05}\\right)^{2}=\\frac{2.706}{0.0025}=1082.41$.\nSo about $1082$ expected claims are required for full credibility of frequency.",
      "tag": "Limited fluctuation"
    },
    {
      "front": "Find the full-credibility standard (in expected claims) for frequency at $95\\%$ within $\\pm10\\%$.",
      "back": "Here $P=0.95\\Rightarrow z_{0.975}=1.960$ and $k=0.10$.\n$\\lambda_F=\\left(\\frac{1.960}{0.10}\\right)^{2}=(19.6)^{2}=384.16$.\nSo about $384$ expected claims are needed. Tightening $k$ or raising $P$ would increase the requirement; loosening either reduces it.",
      "tag": "Limited fluctuation"
    },
    {
      "front": "How does the full-credibility standard for **claim severity** differ from the frequency standard?",
      "back": "For severity (average claim size) the number of *claims* needed for full credibility is\n$n_F = \\lambda_F \\,\\mathrm{CV}_X^{2} = \\left(\\frac{z_{(1+P)/2}}{k}\\right)^{2}\\frac{\\sigma_X^{2}}{\\mu_X^{2}}$,\nwhere $\\mathrm{CV}_X=\\sigma_X/\\mu_X$ is the coefficient of variation of individual claim sizes. The frequency standard $\\lambda_F$ is scaled by $\\mathrm{CV}_X^{2}$ because the only randomness now comes from the size distribution.",
      "tag": "Limited fluctuation"
    },
    {
      "front": "State the full-credibility standard (in expected claims) for **aggregate losses** and explain the $(1+\\mathrm{CV}_X^{2})$ factor.",
      "back": "For aggregate losses $S=\\sum X_i$ with Poisson frequency, the expected number of claims for full credibility is\n$n_F = \\lambda_F\\,(1+\\mathrm{CV}_X^{2}) = \\left(\\frac{z_{(1+P)/2}}{k}\\right)^{2}\\!\\left(1+\\frac{\\sigma_X^{2}}{\\mu_X^{2}}\\right)$.\nThe $1$ captures frequency (Poisson) variability and the $\\mathrm{CV}_X^{2}$ captures severity variability; together they reflect that aggregate losses are riskier than either component alone.",
      "tag": "Limited fluctuation"
    },
    {
      "front": "Claim sizes have mean $\\mu_X=2{,}000$ and standard deviation $\\sigma_X=3{,}000$. Using the $90\\%/\\pm5\\%$ standard ($\\lambda_F=1082$), find the expected claims needed for full credibility of **aggregate losses**.",
      "back": "Coefficient of variation: $\\mathrm{CV}_X=\\frac{3000}{2000}=1.5$, so $\\mathrm{CV}_X^{2}=2.25$.\nAggregate standard:\n$n_F=\\lambda_F(1+\\mathrm{CV}_X^{2})=1082(1+2.25)=1082(3.25)\\approx 3517$ expected claims.\nFor comparison, full credibility of **severity** alone would need $\\lambda_F\\,\\mathrm{CV}_X^{2}=1082(2.25)\\approx 2435$ claims.",
      "tag": "Limited fluctuation"
    },
    {
      "front": "State the **partial credibility** formula and the resulting credibility estimate.",
      "back": "When the data falls short of the full-credibility standard, assign the square-root rule\n$Z=\\sqrt{\\frac{n}{n_F}}$ (capped at $1$),\nwhere $n$ is the observed number of claims (or exposures) and $n_F$ is the full-credibility standard. The credibility estimate is\n$Z\\,\\bar X + (1-Z)\\,M$,\nblending observed mean $\\bar X$ with the manual/collective mean $M$.",
      "tag": "Full & partial credibility"
    },
    {
      "front": "Why does limited-fluctuation credibility use the **square root** $Z=\\sqrt{n/n_F}$ rather than $n/n_F$?",
      "back": "Credibility is chosen to standardize the fluctuation of the *partially credible* estimator to the same tolerance as the full-credibility case. The variance of the sample mean scales like $1/n$, so its standard deviation scales like $1/\\sqrt{n}$. Setting the weighted estimator's relative standard deviation equal to the full-credibility tolerance gives $Z\\propto\\sqrt{n}$, hence $Z=\\sqrt{n/n_F}$.",
      "tag": "Full & partial credibility"
    },
    {
      "front": "A risk has generated $400$ claims. The full-credibility standard is $1082$ claims. The observed average pure premium is $\\bar X=520$ and the manual premium is $M=600$. Find the credibility premium.",
      "back": "Partial credibility:\n$Z=\\sqrt{\\frac{400}{1082}}=\\sqrt{0.36969}\\approx 0.6080$.\nCredibility premium:\n$Z\\bar X+(1-Z)M = 0.6080(520)+0.3920(600)$\n$=316.16 + 235.20 = \\$551.36$.\nThe estimate sits between the observed $520$ and the manual $600$, closer to the observation because $Z>0.5$.",
      "tag": "Full & partial credibility"
    },
    {
      "front": "A class generated $300$ claims with observed mean severity $\\bar X=4{,}200$. The full-credibility standard for severity is $1{,}200$ claims and the manual mean is $M=4{,}000$. Find the credibility estimate of severity.",
      "back": "Partial credibility:\n$Z=\\sqrt{\\frac{300}{1200}}=\\sqrt{0.25}=0.5$.\nEstimate:\n$Z\\bar X+(1-Z)M = 0.5(4200)+0.5(4000)$\n$=2100 + 2000 = \\$4{,}100$.\nThe estimate sits exactly halfway between observation and manual because $Z=0.5$.",
      "tag": "Full & partial credibility"
    },
    {
      "front": "How many claims would a risk need to reach a credibility of $Z=0.80$ when the full-credibility standard is $n_F=1082$ claims?",
      "back": "Solve $Z=\\sqrt{n/n_F}$ for $n$: $n = Z^{2}\\,n_F$.\n$n = (0.80)^{2}(1082) = 0.64(1082) = 692.48 \\approx 693$ claims.\nIntuitively, since $Z$ scales with $\\sqrt{n}$, getting $80\\%$ credibility needs $(0.8)^2=64\\%$ of the full-credibility claim count.",
      "tag": "Full & partial credibility"
    },
    {
      "front": "What are the key **limitations** of limited-fluctuation (classical) credibility?",
      "back": "1. The full-credibility standard depends on arbitrary choices of $P$ and $k$.\n2. It assigns $Z=1$ once the standard is met, ignoring further data (no improvement beyond full credibility).\n3. The complement of credibility $M$ is chosen heuristically, not derived.\n4. It relies on a normal approximation and a Poisson frequency assumption.\nGreatest-accuracy (Bühlmann/Bayesian) credibility addresses these by minimizing mean squared error.",
      "tag": "Limited fluctuation"
    },
    {
      "front": "Define the **hypothetical mean** $\\mu(\\theta)$ and the **process variance** $v(\\theta)$ in the Bühlmann model.",
      "back": "Each risk is characterized by an unknown risk parameter $\\theta$ drawn from a prior distribution. Given $\\theta$:\n**Hypothetical mean** $\\mu(\\theta)=E[X\\mid\\theta]$ — the expected outcome for a risk with parameter $\\theta$.\n**Process variance** $v(\\theta)=\\mathrm{Var}(X\\mid\\theta)$ — the within-risk variability of outcomes for that fixed $\\theta$.\nBoth are functions of the random $\\theta$, so they are themselves random variables across the population of risks.",
      "tag": "Bühlmann model"
    },
    {
      "front": "Define **EPV** (expected process variance) and **VHM** (variance of hypothetical means).",
      "back": "$\\text{EPV} = E[v(\\theta)] = E\\big[\\mathrm{Var}(X\\mid\\theta)\\big]$ — the average within-risk variance, measuring noise inside a risk.\n$\\text{VHM} = \\mathrm{Var}[\\mu(\\theta)] = \\mathrm{Var}\\big(E[X\\mid\\theta]\\big)$ — the spread of risk means across the population, measuring how different the risks are.\nBy the law of total variance, the total (unconditional) variance is $\\mathrm{Var}(X)=\\text{EPV}+\\text{VHM}$.",
      "tag": "EPV & VHM"
    },
    {
      "front": "State the Bühlmann credibility factor $Z$ and the Bühlmann credibility constant $k$.",
      "back": "$k=\\frac{\\text{EPV}}{\\text{VHM}}=\\frac{E[v(\\theta)]}{\\mathrm{Var}[\\mu(\\theta)]}$, and with $n$ observations\n$Z=\\frac{n}{n+k}$.\nThe Bühlmann credibility premium is\n$Z\\,\\bar X + (1-Z)\\,\\mu$, where $\\mu=E[\\mu(\\theta)]$ is the overall (collective) mean. Smaller $k$ (risks differ a lot relative to internal noise) gives higher credibility.",
      "tag": "Bühlmann model"
    },
    {
      "front": "Interpret the Bühlmann constant $k=\\text{EPV}/\\text{VHM}$. When is credibility high?",
      "back": "$k$ compares within-risk noise (EPV) to between-risk spread (VHM).\n- Small $k$ (low EPV, high VHM): risks are very different from each other and each risk's data is stable, so own experience is informative → $Z=\\frac{n}{n+k}$ is large.\n- Large $k$ (high EPV, low VHM): risks look alike and individual data is noisy, so lean on the collective mean → $Z$ is small.\nAs $n\\to\\infty$, $Z\\to 1$ for any finite $k$.",
      "tag": "Bühlmann model"
    },
    {
      "front": "How is the Bühlmann premium the **least-squares** approximation to the Bayesian premium?",
      "back": "The exact Bayesian premium is $E[\\mu(\\theta)\\mid\\mathbf X]$, often nonlinear in the data. The Bühlmann premium $Z\\bar X+(1-Z)\\mu$ is the **linear** function of the observations $\\bar X$ that minimizes the expected squared error against the Bayesian premium (equivalently against the next observation). So Bühlmann is the best *linear* (least-squares) approximation to Bayes, exact when the Bayesian estimate is itself linear in the data (e.g. the conjugate exponential-family cases).",
      "tag": "Bühlmann model"
    },
    {
      "front": "A risk's outcomes given $\\theta$ are Poisson with mean $\\theta$, and $\\theta$ has $E[\\theta]=0.20$, $\\mathrm{Var}(\\theta)=0.05$. Find EPV, VHM, and $k$.",
      "back": "For Poisson, $\\mu(\\theta)=\\theta$ and $v(\\theta)=\\theta$.\n$\\text{EPV}=E[v(\\theta)]=E[\\theta]=0.20$.\n$\\text{VHM}=\\mathrm{Var}[\\mu(\\theta)]=\\mathrm{Var}(\\theta)=0.05$.\n$k=\\frac{\\text{EPV}}{\\text{VHM}}=\\frac{0.20}{0.05}=4$.\nWith, say, $n=3$ years of data, $Z=\\frac{3}{3+4}=\\frac{3}{7}\\approx 0.4286$.",
      "tag": "EPV & VHM"
    },
    {
      "front": "Two risk types are equally likely. Type A has mean $10$ and variance $20$; Type B has mean $30$ and variance $60$. Find EPV, VHM, $\\mu$, and $k$.",
      "back": "Overall mean $\\mu = 0.5(10)+0.5(30)=20$.\n$\\text{EPV}=E[v(\\theta)] = 0.5(20)+0.5(60)=40$.\n$\\text{VHM}=\\mathrm{Var}[\\mu(\\theta)] = E[\\mu^2]-\\mu^2 = \\big(0.5(10^2)+0.5(30^2)\\big)-20^2$\n$=(50+450)-400=100$.\n$k=\\frac{\\text{EPV}}{\\text{VHM}}=\\frac{40}{100}=0.4$.",
      "tag": "EPV & VHM"
    },
    {
      "front": "Using the two-type setup ($\\mu=20$, $k=0.4$), a policyholder is observed for $n=2$ years with mean $\\bar X=25$. Find the Bühlmann credibility premium.",
      "back": "$Z=\\frac{n}{n+k}=\\frac{2}{2+0.4}=\\frac{2}{2.4}\\approx 0.8333$.\nBühlmann premium:\n$Z\\bar X+(1-Z)\\mu = 0.8333(25)+0.1667(20)$\n$=20.833 + 3.333 = \\$24.17$.\nThe estimate is pulled most of the way toward the observed $25$ because $Z$ is high (risks differ a lot relative to their internal noise).",
      "tag": "Bühlmann model"
    },
    {
      "front": "A class is modeled with $\\mu(\\theta)=\\theta$, process variance $v(\\theta)=\\theta$ ; $\\theta\\sim\\text{Gamma}$ with $E[\\theta]=0.10$ and $\\mathrm{Var}(\\theta)=0.01$. Over $n=5$ years the insured had $\\bar X=0.30$ claims/year. Find the Bühlmann estimate.",
      "back": "$\\text{EPV}=E[\\theta]=0.10$, $\\text{VHM}=\\mathrm{Var}(\\theta)=0.01$, $\\mu=E[\\theta]=0.10$.\n$k=\\frac{0.10}{0.01}=10$, so $Z=\\frac{5}{5+10}=\\frac{5}{15}=\\frac{1}{3}\\approx 0.3333$.\nEstimate:\n$Z\\bar X+(1-Z)\\mu = \\tfrac{1}{3}(0.30)+\\tfrac{2}{3}(0.10)$\n$=0.10 + 0.0667 = 0.1667$ claims/year.",
      "tag": "Bühlmann model"
    },
    {
      "front": "Outcomes given $\\theta$ are uniform on $(0,\\theta)$, and $\\theta\\sim\\text{Uniform}(0,6)$. Find $\\mu(\\theta)$, $v(\\theta)$, EPV, VHM, and $k$.",
      "back": "For $X\\mid\\theta\\sim U(0,\\theta)$: $\\mu(\\theta)=\\frac{\\theta}{2}$, $v(\\theta)=\\frac{\\theta^{2}}{12}$.\nWith $\\theta\\sim U(0,6)$: $E[\\theta]=3$, $E[\\theta^{2}]=\\frac{6^{2}}{3}=12$, $\\mathrm{Var}(\\theta)=12-9=3$.\n$\\text{EPV}=E\\!\\left[\\frac{\\theta^{2}}{12}\\right]=\\frac{12}{12}=1$.\n$\\text{VHM}=\\mathrm{Var}\\!\\left(\\frac{\\theta}{2}\\right)=\\frac{1}{4}\\mathrm{Var}(\\theta)=\\frac{3}{4}=0.75$.\n$k=\\frac{1}{0.75}=1.333$.",
      "tag": "EPV & VHM"
    },
    {
      "front": "Why does the law of total variance, $\\mathrm{Var}(X)=\\text{EPV}+\\text{VHM}$, motivate the Bühlmann weight?",
      "back": "Total variability of an outcome splits into the part inside risks (EPV) and the part between risks (VHM). Credibility should reward the *between-risk* signal and discount the *within-risk* noise. The Bühlmann weight\n$Z=\\frac{n\\,\\text{VHM}}{n\\,\\text{VHM}+\\text{EPV}}=\\frac{n}{n+k}$\nis exactly the fraction of the observed-mean's variance explained by genuine differences between risks, so $Z$ rises as VHM grows or EPV shrinks.",
      "tag": "EPV & VHM"
    },
    {
      "front": "State the **Bühlmann-Straub** model and its credibility factor when exposures differ across periods.",
      "back": "Bühlmann-Straub generalizes Bühlmann to varying exposures $m_i$ (e.g. policy counts, earned car-years). Each period's loss ratio $X_i$ has $\\mathrm{Var}(X_i\\mid\\theta)=\\frac{v(\\theta)}{m_i}$. With total exposure $m=\\sum_i m_i$,\n$Z=\\frac{m}{m+k}$, where $k=\\frac{\\text{EPV}}{\\text{VHM}}$,\nand the credibility premium is $Z\\,\\bar X+(1-Z)\\mu$ with the **exposure-weighted** mean $\\bar X=\\frac{\\sum_i m_i X_i}{\\sum_i m_i}$.",
      "tag": "Bühlmann-Straub"
    },
    {
      "front": "How does the credibility-weighted mean $\\bar X$ in Bühlmann-Straub differ from a plain average?",
      "back": "Bühlmann-Straub weights each period by its **exposure** $m_i$, not equally:\n$\\bar X=\\frac{\\sum_i m_i X_i}{\\sum_i m_i}$.\nA year with more exposure (more policies/claims) contributes proportionally more to the estimate because its loss ratio is a more reliable signal. Ordinary Bühlmann is the special case where every $m_i=1$ (equal exposures), reducing $\\bar X$ to the simple mean and $m=n$.",
      "tag": "Bühlmann-Straub"
    },
    {
      "front": "A group has $\\text{EPV}=8{,}000$ and $\\text{VHM}=200$. Over three years the exposures and pure premiums are $(m_1,X_1)=(10,90)$, $(m_2,X_2)=(20,110)$, $(m_3,X_3)=(30,130)$. The manual premium is $\\mu=100$. Find the Bühlmann-Straub credibility premium.",
      "back": "$k=\\frac{\\text{EPV}}{\\text{VHM}}=\\frac{8000}{200}=40$. Total exposure $m=10+20+30=60$.\n$Z=\\frac{m}{m+k}=\\frac{60}{60+40}=\\frac{60}{100}=0.60$.\nExposure-weighted mean:\n$\\bar X=\\frac{10(90)+20(110)+30(130)}{60}=\\frac{900+2200+3900}{60}=\\frac{7000}{60}=116.67$.\nPremium: $Z\\bar X+(1-Z)\\mu = 0.60(116.67)+0.40(100)=70.00+40=\\$110.00$.",
      "tag": "Bühlmann-Straub"
    },
    {
      "front": "A risk has exposures $m_1=50$, $m_2=70$ and claim counts $12$ then $20$. The Poisson model gives $\\text{EPV}=0.30$ and $\\text{VHM}=0.02$; collective mean $\\mu=0.25$. Find the Bühlmann-Straub estimate of the claim frequency.",
      "back": "Total exposure $m=50+70=120$; total claims $=12+20=32$, so $\\bar X=\\frac{32}{120}=0.2667$.\n$k=\\frac{\\text{EPV}}{\\text{VHM}}=\\frac{0.30}{0.02}=15$.\n$Z=\\frac{m}{m+k}=\\frac{120}{120+15}=\\frac{120}{135}\\approx 0.8889$.\nEstimate: $Z\\bar X+(1-Z)\\mu = 0.8889(0.2667)+0.1111(0.25)$\n$=0.2370 + 0.0278 = 0.2648$ claims per exposure.",
      "tag": "Bühlmann-Straub"
    },
    {
      "front": "In Bühlmann-Straub, how do you estimate the **predicted total losses** for next period given a future exposure $m^{*}$?",
      "back": "First compute the credibility-weighted *rate* (pure premium per exposure):\n$\\hat P = Z\\bar X+(1-Z)\\mu$, with $Z=\\frac{m}{m+k}$ and exposure-weighted $\\bar X$.\nThen multiply by the projected exposure: predicted losses $=m^{*}\\,\\hat P$.\nFor example, if $\\hat P=\\$110$ per exposure and next year's exposure is $m^{*}=40$, the predicted total losses are $40(110)=\\$4{,}400$.",
      "tag": "Bühlmann-Straub"
    },
    {
      "front": "What makes a prior **conjugate** to a likelihood in Bayesian credibility, and why is it convenient?",
      "back": "A prior is **conjugate** when the posterior distribution belongs to the same family as the prior. The data simply updates the prior's parameters, so the posterior is available in closed form without integration. The three exam workhorses are the conjugate pairs: **Poisson–gamma**, **Bernoulli/binomial–beta**, and **normal–normal**. In each, the Bayesian predictive mean turns out to be a credibility-weighted average, matching the Bühlmann form exactly.",
      "tag": "Bayesian credibility"
    },
    {
      "front": "For the **Poisson–gamma** model, state the posterior distribution of $\\lambda$ and the predictive mean.",
      "back": "Prior $\\lambda\\sim\\text{Gamma}(\\alpha,\\theta)$ (mean $\\alpha\\theta$); data $X_1,\\dots,X_n\\mid\\lambda\\sim\\text{Poisson}(\\lambda)$ with total claims $\\sum X_i$. The posterior is\n$\\lambda\\mid\\text{data}\\sim\\text{Gamma}\\!\\left(\\alpha+\\textstyle\\sum X_i,\\ \\frac{\\theta}{1+n\\theta}\\right)$.\nPosterior (predictive) mean:\n$E[\\lambda\\mid\\text{data}]=\\big(\\alpha+\\textstyle\\sum X_i\\big)\\frac{\\theta}{1+n\\theta}$.",
      "tag": "Bayesian credibility"
    },
    {
      "front": "Poisson–gamma: prior $\\lambda\\sim\\text{Gamma}(\\alpha=2,\\theta=0.10)$. An insured is observed $n=4$ years with claim counts $0,1,0,2$ (total $3$). Find the posterior mean number of claims.",
      "back": "Total claims $\\sum X_i = 0+1+0+2 = 3$.\nPosterior shape $=\\alpha+\\sum X_i = 2+3 = 5$.\nPosterior scale $=\\frac{\\theta}{1+n\\theta}=\\frac{0.10}{1+4(0.10)}=\\frac{0.10}{1.4}=0.071429$.\nPosterior mean $=5(0.071429)=0.3571$ claims/year.\n(Prior mean was $\\alpha\\theta=2(0.10)=0.20$; the higher observed $\\bar X=3/4=0.75$ pulled the estimate up.)",
      "tag": "Bayesian credibility"
    },
    {
      "front": "Show that the Poisson–gamma posterior mean is a credibility weighting, and identify $Z$.",
      "back": "The posterior mean rearranges as\n$E[\\lambda\\mid\\text{data}]=Z\\bar X+(1-Z)\\mu$, with\n$\\bar X=\\frac{\\sum X_i}{n}$, $\\mu=\\alpha\\theta$ (the prior mean), and\n$Z=\\frac{n\\theta}{1+n\\theta}=\\frac{n}{n+1/\\theta}$.\nThus the Bühlmann constant is $k=\\frac{1}{\\theta}$ — and indeed $\\text{EPV}=E[\\lambda]=\\alpha\\theta$ while $\\text{VHM}=\\mathrm{Var}(\\lambda)=\\alpha\\theta^{2}$, so $k=\\frac{\\alpha\\theta}{\\alpha\\theta^{2}}=\\frac{1}{\\theta}$. Bühlmann is **exact** here.",
      "tag": "Bayesian credibility"
    },
    {
      "front": "Verify Bühlmann equals Bayes for the Poisson–gamma case with $\\alpha=2$, $\\theta=0.10$, $n=4$, $\\bar X=0.75$.",
      "back": "$\\text{EPV}=\\alpha\\theta=0.20$, $\\text{VHM}=\\alpha\\theta^{2}=2(0.01)=0.02$, so $k=\\frac{0.20}{0.02}=10=\\frac{1}{\\theta}$. ✓\n$Z=\\frac{n}{n+k}=\\frac{4}{4+10}=\\frac{4}{14}=0.2857$.\nBühlmann: $Z\\bar X+(1-Z)\\mu=0.2857(0.75)+0.7143(0.20)$\n$=0.2143 + 0.1429 = 0.3571$ claims/year — identical to the posterior mean computed directly.",
      "tag": "Bayesian credibility"
    },
    {
      "front": "For the **Bernoulli–beta** model, state the posterior distribution and predictive mean of $p$.",
      "back": "Prior $p\\sim\\text{Beta}(\\alpha,\\beta)$; data are $n$ Bernoulli trials with $s=\\sum X_i$ successes. The posterior is\n$p\\mid\\text{data}\\sim\\text{Beta}(\\alpha+s,\\ \\beta+n-s)$.\nPredictive (posterior) mean:\n$E[p\\mid\\text{data}]=\\frac{\\alpha+s}{\\alpha+\\beta+n}$.\nThis is a credibility blend of the sample proportion $\\frac{s}{n}$ and the prior mean $\\frac{\\alpha}{\\alpha+\\beta}$ with $Z=\\frac{n}{n+\\alpha+\\beta}$.",
      "tag": "Bayesian credibility"
    },
    {
      "front": "Bernoulli–beta: prior $p\\sim\\text{Beta}(\\alpha=3,\\beta=7)$. In $n=20$ trials there are $s=8$ successes. Find the posterior mean of $p$ and the implied $Z$.",
      "back": "Posterior $\\text{Beta}(\\alpha+s,\\beta+n-s)=\\text{Beta}(3+8,\\,7+12)=\\text{Beta}(11,19)$.\nPosterior mean $=\\frac{11}{11+19}=\\frac{11}{30}\\approx 0.3667$.\nAs a credibility blend: sample proportion $\\frac{8}{20}=0.40$, prior mean $\\frac{3}{10}=0.30$,\n$Z=\\frac{n}{n+\\alpha+\\beta}=\\frac{20}{20+10}=\\frac{2}{3}$.\nCheck: $\\frac{2}{3}(0.40)+\\frac{1}{3}(0.30)=0.2667+0.10=0.3667$. ✓",
      "tag": "Bayesian credibility"
    },
    {
      "front": "For the **normal–normal** model (known variance), state the posterior of the mean $\\theta$.",
      "back": "Prior $\\theta\\sim N(\\mu,a)$ (variance $a$); data $X_1,\\dots,X_n\\mid\\theta\\sim N(\\theta,v)$ with known process variance $v$ and sample mean $\\bar X$. The posterior is normal with mean\n$E[\\theta\\mid\\text{data}]=Z\\bar X+(1-Z)\\mu$, where\n$Z=\\frac{n}{n+v/a}=\\frac{n}{n+k}$, $k=\\frac{v}{a}=\\frac{\\text{EPV}}{\\text{VHM}}$.\nHere $\\text{EPV}=v$ and $\\text{VHM}=a$, so Bühlmann is again **exact**.",
      "tag": "Bayesian credibility"
    },
    {
      "front": "Normal–normal: prior $\\theta\\sim N(\\mu=1000,\\,a=40{,}000)$, process variance $v=160{,}000$. A risk shows $\\bar X=1{,}300$ over $n=4$ observations. Find the posterior (credibility) mean.",
      "back": "$k=\\frac{v}{a}=\\frac{160000}{40000}=4$.\n$Z=\\frac{n}{n+k}=\\frac{4}{4+4}=0.5$.\nPosterior mean: $Z\\bar X+(1-Z)\\mu=0.5(1300)+0.5(1000)$\n$=650 + 500 = \\$1{,}150$.\nThe estimate lands halfway between the observed $1{,}300$ and the prior $1{,}000$ because $Z=0.5$.",
      "tag": "Bayesian credibility"
    },
    {
      "front": "How does the exact **Bayesian premium** relate to the Bühlmann premium in general (non-conjugate) settings?",
      "back": "The Bayesian premium $E[X_{n+1}\\mid\\mathbf X]$ is the minimum-mean-squared-error predictor among *all* functions of the data. The Bühlmann premium is the best predictor restricted to *linear* functions of $\\bar X$. So in general the Bühlmann premium only approximates Bayes (it is the projection of the Bayesian estimator onto linear functions). In the linear-exponential conjugate cases (Poisson–gamma, Bernoulli–beta, normal–normal) the Bayesian premium is already linear in $\\bar X$, so the two coincide exactly.",
      "tag": "Bayesian credibility"
    },
    {
      "front": "Three urns are equally likely. Urn 1 has $E[X]=1$, $\\mathrm{Var}(X)=1$; Urn 2 has $E[X]=2$, $\\mathrm{Var}(X)=4$; Urn 3 has $E[X]=3$, $\\mathrm{Var}(X)=9$. Find $k$ and the credibility $Z$ for $n=3$ draws.",
      "back": "Overall mean $\\mu=\\frac{1+2+3}{3}=2$.\n$\\text{EPV}=E[v(\\theta)]=\\frac{1+4+9}{3}=\\frac{14}{3}\\approx 4.6667$.\n$\\text{VHM}=\\mathrm{Var}[\\mu(\\theta)]=\\frac{1^2+2^2+3^2}{3}-2^2=\\frac{14}{3}-4=\\frac{2}{3}\\approx 0.6667$.\n$k=\\frac{14/3}{2/3}=7$, so $Z=\\frac{3}{3+7}=0.30$.",
      "tag": "EPV & VHM"
    },
    {
      "front": "Continuing the three-urn problem ($\\mu=2$, $k=7$): a player draws $n=3$ values averaging $\\bar X=2.4$. Give the Bühlmann credibility estimate of the next draw.",
      "back": "$Z=\\frac{n}{n+k}=\\frac{3}{3+7}=0.30$.\nEstimate: $Z\\bar X+(1-Z)\\mu = 0.30(2.4)+0.70(2)$\n$=0.72 + 1.40 = 2.12$.\nBecause $k$ is large (urns are fairly similar relative to their internal noise), only $30\\%$ weight goes to the observed average and the estimate stays close to the collective mean $2$.",
      "tag": "Bühlmann model"
    },
    {
      "front": "An exponential model has $X\\mid\\theta\\sim\\text{Exponential}(\\text{mean }\\theta)$, with $\\theta\\sim\\text{Inverse Gamma}$ such that $E[\\theta]=500$ and $E[\\theta^{2}]=375{,}000$. Find EPV, VHM, and $k$.",
      "back": "For $X\\mid\\theta\\sim\\text{Exp}(\\text{mean }\\theta)$: $\\mu(\\theta)=\\theta$ and $v(\\theta)=\\theta^{2}$.\n$\\text{EPV}=E[v(\\theta)]=E[\\theta^{2}]=375{,}000$.\n$\\text{VHM}=\\mathrm{Var}[\\mu(\\theta)]=\\mathrm{Var}(\\theta)=E[\\theta^{2}]-(E[\\theta])^{2}=375{,}000-500^{2}=375{,}000-250{,}000=125{,}000$.\n$k=\\frac{375{,}000}{125{,}000}=3$.",
      "tag": "EPV & VHM"
    },
    {
      "front": "Using the exponential model above ($\\mu=500$, $k=3$): a policyholder reports $n=6$ claims averaging $\\bar X=620$. Find the Bühlmann credibility estimate of severity.",
      "back": "$Z=\\frac{n}{n+k}=\\frac{6}{6+3}=\\frac{6}{9}=0.6667$.\nEstimate: $Z\\bar X+(1-Z)\\mu = 0.6667(620)+0.3333(500)$\n$=413.33 + 166.67 = \\$580.00$.\nWith $\\tfrac{2}{3}$ credibility, the estimate moves two-thirds of the way from the prior $500$ toward the observed $620$.",
      "tag": "Bühlmann model"
    },
    {
      "front": "Compare the credibility assigned by **limited fluctuation** versus **Bühlmann** for the same data, conceptually.",
      "back": "Limited fluctuation gives $Z=\\sqrt{n/n_F}$ and jumps to $Z=1$ once $n\\ge n_F$, with the standard $n_F$ set by tolerance choices $P,k$. Bühlmann gives $Z=\\frac{n}{n+k}$, which **never** reaches $1$ for finite $n$ and is derived to minimize squared error using the population's EPV and VHM. Bühlmann uses the data's actual variance structure; classical credibility relies on a normal/Poisson approximation and arbitrary tolerances. For small $n$, Bühlmann is generally preferred when EPV and VHM can be estimated.",
      "tag": "Bühlmann model"
    }
  ]
}