Statistics Graduate Level Quiz: Exponential Family And Link Functions
10 questions · exam conditions
0:00
Exponential Family And Link FunctionsQuestion 1 of 10

An exponential-dispersion family has variance function V(μ)=μ3V(\mu)=\mu^3. Choosing the integration constant to be zero, which function of μ\mu is its canonical parameter?

θ(μ)=12μ2\theta(\mu)=-\frac{1}{2\mu^2}
θ(μ)=12μ2\theta(\mu)=\frac{1}{2\mu^2}
θ(μ)=1μ\theta(\mu)=-\frac{1}{\mu}
θ(μ)=log(μ)\theta(\mu)=\log(\mu)
← Back to quizzes

Statistics Graduate Level Quiz

Statistics Graduate Level Quiz: Exponential Family And Link Functions

Practice Exponential Family And Link Functions in Statistics Graduate Level with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Exponential Family And Link Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for Statistics Graduate Level.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

An exponential-dispersion family has variance function V(μ)=μ3V(\mu)=\mu^3. Choosing the integration constant to be zero, which function of μ\mu is its canonical parameter?

  1. θ(μ)=12μ2\theta(\mu)=-\frac{1}{2\mu^2} (correct answer)
  2. θ(μ)=12μ2\theta(\mu)=\frac{1}{2\mu^2}
  3. θ(μ)=1μ\theta(\mu)=-\frac{1}{\mu}
  4. θ(μ)=log(μ)\theta(\mu)=\log(\mu)
Explanation: When working with exponential-dispersion families, the canonical parameter θ(μ)\theta(\mu) is recovered from the variance function through a two-step integration process. The key relationship is: dθdμ=1V(μ)\frac{d\theta}{d\mu} = \frac{1}{V(\mu)} This comes directly from the structure of the natural exponential family, where V(μ)=b(θ)V(\mu) = b''(\theta) and μ=b(θ)\mu = b'(\theta), so the chain rule gives dθdμ=[b(θ)]1=1V(μ)\frac{d\theta}{d\mu} = [b''(\theta)]^{-1} = \frac{1}{V(\mu)}. With V(μ)=μ3V(\mu) = \mu^3, you integrate: θ(μ)=1μ3dμ=μ3dμ=μ22+C=12μ2+C\theta(\mu) = \int \frac{1}{\mu^3}\, d\mu = \int \mu^{-3}\, d\mu = \frac{\mu^{-2}}{-2} + C = -\frac{1}{2\mu^2} + C Setting the integration constant C=0C = 0 gives θ(μ)=12μ2\theta(\mu) = -\frac{1}{2\mu^2}, which is answer A — the correct choice. Answer B, 12μ2\frac{1}{2\mu^2}, is the most tempting distractor: it has the right magnitude but drops the negative sign. A simple sign error in the power rule (forgetting that integrating μ3\mu^{-3} produces a negative coefficient) leads you here. Answer C, 1μ-\frac{1}{\mu}, would correspond to V(μ)=μ2V(\mu) = \mu^2 — the inverse Gaussian family's variance function — not μ3\mu^3. This is a common family to confuse with the inverse Gaussian. Answer D, log(μ)\log(\mu), arises from V(μ)=μV(\mu) = \mu, which is the Poisson variance function, not μ3\mu^3. Study tip: Memorize the big three variance functions and their canonical links — Poisson (μ\mu, log link), gamma (μ2\mu^2, reciprocal link), and inverse Gaussian (μ3\mu^3, 1/2μ2-1/2\mu^2 link). Exam questions often test whether you can move fluently between V(μ)V(\mu) and θ(μ)\theta(\mu) via integration.

Question 2

A gamma response is written in exponential-dispersion form as f(y;θ,ϕ)=exp{yθb(θ)ϕ+c(y,ϕ)}f(y;\theta,\phi)=\exp\left\{\frac{y\theta-b(\theta)}{\phi}+c(y,\phi)\right\}, with conditional mean μ>0\mu>0 and variance ϕμ2\phi\mu^2. Which statement correctly identifies the canonical parameter and an important consequence of using the canonical link?

  1. θ=1/μ\theta=1/\mu, and an unrestricted linear predictor automatically gives a positive mean.
  2. θ=1/μ\theta=-1/\mu, and the canonical linear predictor must remain negative to give a positive mean. (correct answer)
  3. θ=log(μ)\theta=\log(\mu), and the canonical linear predictor may range over the entire real line.
  4. θ=log(μ)\theta=-\log(\mu), and the canonical linear predictor must remain positive to give a positive mean.
Explanation: When working with generalized linear models in exponential-dispersion form, your first task is always to identify the canonical parameter by matching the distribution's natural sufficient statistic to the yθϕ\frac{y\theta}{\phi} term in the exponent. For the Gamma distribution, the log-likelihood structure reveals that the natural sufficient statistic is yy itself, and the canonical parameter is θ=1/μ\theta = -1/\mu. You can verify this by recalling that for a Gamma with mean μ\mu, the standard exponential family form requires b(θ)=log(θ)b(\theta) = -\log(-\theta), which satisfies b(θ)=μb'(\theta) = \mu, confirming θ=1/μ\theta = -1/\mu. Notice that μ>0\mu > 0 forces θ<0\theta < 0 always. This is the critical consequence: the canonical link function is g(μ)=1/μg(\mu) = -1/\mu, so the linear predictor η=xTβ\eta = \mathbf{x}^T\boldsymbol{\beta} must satisfy η<0\eta < 0 to ensure μ=1/η>0\mu = -1/\eta > 0. This makes B correct. Choice A gets the sign wrong. θ=1/μ\theta = 1/\mu would allow positive θ\theta, which is inconsistent with the Gamma's parameter space, and claiming an unrestricted predictor gives positive means ignores the constraint entirely. Choice C describes the log link (θ=logμ\theta = \log\mu), which is actually the more commonly used link for Gamma regression precisely because it allows an unrestricted linear predictor — but it is not the canonical link. Choice D inverts the log relationship and misidentifies the constraint direction. A useful study pattern: canonical links for common GLMs often introduce parameter-space constraints (Gamma and inverse Gaussian both have negative canonical parameters), which is exactly why practitioners frequently prefer non-canonical links like log for Gamma models despite losing the mathematical elegance of canonicality.

Question 3

A gamma GLM has variance Var(Yixi)=ϕμi2\operatorname{Var}(Y_i\mid x_i)=\phi\mu_i^2 and uses the log link ηi=log(μi)\eta_i=\log(\mu_i). Assume equal prior weights for all observations.

In Fisher scoring or IRLS, how do the working weights depend on the fitted means?

  1. They are proportional to μi2\mu_i^2, so larger fitted means receive greater weight.
  2. They are proportional to 1/μi21/\mu_i^2, so smaller fitted means receive greater weight.
  3. They are constant in μi\mu_i because the derivative and variance factors cancel. (correct answer)
  4. They are proportional to 1/μi1/\mu_i because only one power of the mean cancels.
Explanation: When you encounter IRLS/Fisher scoring questions in GLMs, the key is to carefully track how the working weight formula combines the variance function and the link derivative — they don't always reinforce each other. The working weight for observation ii is defined as wi=1V(μi)(dηidμi)2w_i = \frac{1}{V(\mu_i)\left(\frac{d\eta_i}{d\mu_i}\right)^2}. For the gamma GLM, the variance function is V(μi)=μi2V(\mu_i) = \mu_i^2 (since Var(Yixi)=ϕμi2\operatorname{Var}(Y_i \mid x_i) = \phi\mu_i^2 and the dispersion ϕ\phi is absorbed separately). With the log link ηi=log(μi)\eta_i = \log(\mu_i), the derivative is dηidμi=1μi\frac{d\eta_i}{d\mu_i} = \frac{1}{\mu_i}, so (dηidμi)2=1μi2\left(\frac{d\eta_i}{d\mu_i}\right)^2 = \frac{1}{\mu_i^2}. Plugging in: wi=1μi21μi2=11=1w_i = \frac{1}{\mu_i^2 \cdot \frac{1}{\mu_i^2}} = \frac{1}{1} = 1. The two μi2\mu_i^2 factors cancel exactly, making the weights constant — confirming answer C. Answer A is wrong because it confuses the variance function alone with the full weight formula, ignoring the link derivative contribution. Answer B commits the opposite error: it correctly inverts something but applies only the variance function's reciprocal without recognizing that the link derivative also contributes a μi2\mu_i^{-2} term that cancels it. Answer D describes a partial cancellation that would arise from mismatching powers — for example, mixing the gamma variance with a different link — but doesn't apply here. A useful pattern to memorize: the canonical link for the gamma is the reciprocal link η=1/μ\eta = 1/\mu, and the log link is actually a non-canonical choice. Whenever the log link pairs with a variance function of V(μ)μ2V(\mu) \propto \mu^2, the weights collapse to constants — this specific combination appears frequently on exam problems precisely because the cancellation surprises students.

Question 4

A Gaussian GLM specifies YixiN(μi,σ2)Y_i\mid x_i\sim N(\mu_i,\sigma^2) and uses the noncanonical log link log(μi)=xiTβ\log(\mu_i)=x_i^{\mathsf T}\beta. At a particular covariate value, the fitted linear predictor is 0.70.7 and the estimated variance is 0.40.4.

What is the fitted conditional mean of the response at this covariate value?

  1. 0.70.7, because a Gaussian family's canonical mean is its linear predictor.
  2. exp(0.7+0.4/2)\exp(0.7+0.4/2), because a lognormal retransformation correction is required.
  3. exp(0.7)\exp(0.7), because the inverse link directly models the conditional mean. (correct answer)
  4. exp(0.7)0.4/2\exp(0.7)-0.4/2, because Gaussian variation reduces the inverse-link prediction.
Explanation: Whenever you see a GLM question specifying a non-canonical link, your first instinct should be to carefully distinguish between the linear predictor ηi\eta_i, the link function gg, and the conditional mean μi\mu_i. The GLM framework always defines g(μi)=ηig(\mu_i) = \eta_i, which means the fitted conditional mean is recovered by applying the inverse link: μi=g1(ηi)\mu_i = g^{-1}(\eta_i). This holds regardless of which family or link you choose — the inverse link directly gives you E[Yixi]E[Y_i \mid x_i]. Here, the log link gives log(μi)=0.7\log(\mu_i) = 0.7, so the fitted conditional mean is simply μi=exp(0.7)\mu_i = \exp(0.7). That confirms C as correct. A confuses the canonical link with the actual link being used. The canonical link for a Gaussian GLM is the identity link (not the log link), under which μi=ηi=0.7\mu_i = \eta_i = 0.7 would be correct. But because the problem explicitly specifies a log link, this reasoning doesn't apply here. B applies a lognormal retransformation correction (the Duan smearing or lognormal bias correction exp(η+σ2/2)\exp(\eta + \sigma^2/2)). This correction is needed when you fit a linear model on log(Y) — i.e., when the response itself is logged and you want to back-transform to the original scale. In a GLM, you are modeling E[Y]E[Y] directly through the link; no such correction is needed. D is a fabricated formula with no statistical basis — it conflates variance with a penalty on the mean in a way that appears in no standard result. Study tip: Always remember the GLM mantra — the inverse link gives E[Yx]E[Y \mid x] directly. Retransformation corrections only arise outside the GLM framework, when you model a transformed response as the dependent variable in a classical regression.

Question 5

Independent counts satisfy YiPoisson(μi)Y_i\sim\operatorname{Poisson}(\mu_i) with log(μi)=log(ti)+α+xiTβ\log(\mu_i)=\log(t_i)+\alpha+x_i^{\mathsf T}\beta, where tit_i is a known exposure. Let N=iYiN=\sum_iY_i.

Conditional on the observed total NN, which description of the joint distribution of the counts is correct?

  1. It becomes a product of independent Bernoulli distributions with logistic probabilities involving α+xiTβ\alpha+x_i^{\mathsf T}\beta.
  2. It is multinomial with probabilities proportional to exp(xiTβ)\exp(x_i^{\mathsf T}\beta), and both tit_i and α\alpha cancel.
  3. It remains a product of independent Poisson distributions with means proportional to tiexp(α+xiTβ)t_i\exp(\alpha+x_i^{\mathsf T}\beta).
  4. It is multinomial with probabilities proportional to tiexp(xiTβ)t_i\exp(x_i^{\mathsf T}\beta), and the intercept α\alpha cancels. (correct answer)
Explanation: Whenever you see Poisson regression conditioned on the total count, think about the classic result that ties Poisson models to the multinomial distribution. This connection is what the question tests. Start from the joint probability of (Y1,,Yn)(Y_1, \ldots, Y_n) given N=iYiN = \sum_i Y_i. Because the YiY_i are independent Poisson, the conditional distribution is multinomial with cell probabilities πi=μi/jμj\pi_i = \mu_i / \sum_j \mu_j. Now substitute μi=tiexp(α+xiTβ)\mu_i = t_i \exp(\alpha + x_i^\mathsf{T}\beta). In the ratio, exp(α)\exp(\alpha) appears in every numerator and denominator, so it cancels completely. What remains is πi=tiexp(xiTβ)jtjexp(xjTβ).\pi_i = \frac{t_i \exp(x_i^\mathsf{T}\beta)}{\sum_j t_j \exp(x_j^\mathsf{T}\beta)}. The exposure tit_i survives because it can differ across units, while α\alpha (a common multiplicative factor) drops out. This confirms D as correct. Choice A is wrong because conditioning on NN yields a multinomial, not a product of Bernoullis — those arise in binary logistic regression, a different model entirely. Choice B is tempting but incorrect: it drops tit_i from the probabilities, which is only valid if all exposures are equal. In general, tit_i is unit-specific and cannot be absorbed into the intercept, so it must remain. Choice C is wrong because conditioning on NN destroys independence among the YiY_i; the counts are no longer marginally Poisson once their sum is fixed. A useful study tip: whenever you condition Poisson counts on their sum, immediately write out the multinomial cell probability as a ratio of means — cancellations (like the intercept here) become obvious, and you can see exactly which terms survive.

Question 6

For a response with three unordered categories, a baseline-category multinomial logit model uses category 33 as the baseline and specifies log(p1/p3)=η1\log(p_1/p_3)=\eta_1 and log(p2/p3)=η2\log(p_2/p_3)=\eta_2.

If category 22 is instead chosen as the baseline, what are the two new canonical linear predictors for categories 11 and 33?

  1. log(p1/p2)=η1\log(p_1/p_2)=\eta_1 and log(p3/p2)=η1η2\log(p_3/p_2)=\eta_1-\eta_2
  2. log(p1/p2)=η1+η2\log(p_1/p_2)=\eta_1+\eta_2 and log(p3/p2)=η2\log(p_3/p_2)=\eta_2
  3. log(p1/p2)=η2η1\log(p_1/p_2)=\eta_2-\eta_1 and log(p3/p2)=η1\log(p_3/p_2)=-\eta_1
  4. log(p1/p2)=η1η2\log(p_1/p_2)=\eta_1-\eta_2 and log(p3/p2)=η2\log(p_3/p_2)=-\eta_2 (correct answer)
Explanation: When working with baseline-category logit models, the key insight is that log-odds are transitive: any log-odds ratio can be derived by arithmetic combinations of the original ones. This is the core skill being tested here. Starting from the original specification with category 3 as baseline, you have log(p1/p3)=η1\log(p_1/p_3) = \eta_1 and log(p2/p3)=η2\log(p_2/p_3) = \eta_2. To re-baseline on category 2, you need log(p1/p2)\log(p_1/p_2) and log(p3/p2)\log(p_3/p_2). Use the log-odds decomposition: log(p1/p2)=log(p1/p3)log(p2/p3)=η1η2\log(p_1/p_2) = \log(p_1/p_3) - \log(p_2/p_3) = \eta_1 - \eta_2 log(p3/p2)=log(p2/p3)=η2\log(p_3/p_2) = -\log(p_2/p_3) = -\eta_2 This confirms answer D as correct. Answer A incorrectly keeps η1\eta_1 unchanged for log(p1/p2)\log(p_1/p_2), which ignores that switching baselines requires subtracting the new baseline's log-odds. It also assigns η1η2\eta_1 - \eta_2 to log(p3/p2)\log(p_3/p_2), confusing which ratio is being inverted. Answer B adds rather than subtracts η2\eta_2, reflecting a sign error when transitioning baselines — a common algebraic trap when students forget that removing category 2 from the denominator means subtracting η2\eta_2. Answer C negates the wrong term, producing η2η1\eta_2 - \eta_1 instead of η1η2\eta_1 - \eta_2 — effectively reversing the direction of the first log-odds ratio. A reliable strategy: always write the target log-odds as a difference of two known log-odds, both relative to the original baseline. This telescoping property holds for any reparameterization, and mastering it will serve you across multinomial, conditional logit, and IIA-related questions.

Question 7

An analyst fits a logistic regression to individual Bernoulli outcomes but proposes replacing the fixed Bernoulli dispersion by an unrestricted parameter ϕ\phi in the exponential-family likelihood. The analyst plans to estimate ϕ\phi jointly with the regression coefficients.

Which assessment of this proposal is most accurate?

  1. It gives a valid Bernoulli likelihood whenever replicated covariate patterns are available to estimate ϕ\phi.
  2. It is not generally a Bernoulli likelihood; overdispersion requires a quasi-likelihood or an alternative probability model. (correct answer)
  3. It gives a valid Bernoulli likelihood provided the fitted dispersion satisfies the restriction ϕ1\phi\geq1.
  4. It is exactly equivalent to introducing a normally distributed random intercept into the logistic regression.
Explanation: When you see a question about dispersion parameters in generalized linear models, ask yourself: does the proposed modification still correspond to a valid probability distribution? The Bernoulli distribution has no free dispersion parameter. In the exponential family representation, the variance function for Bernoulli outcomes is V(μ)=μ(1μ)V(\mu) = \mu(1-\mu), and the dispersion is fixed at ϕ=1\phi = 1 by the structure of the distribution itself. This isn't a modeling choice — it's a mathematical fact. If you allow ϕ\phi to float freely, you are no longer writing down a Bernoulli likelihood at all. Binary data are either 0 or 1; there is no mechanism by which a single trial can exhibit "extra" variance beyond μ(1μ)\mu(1-\mu). This is why B is correct: introducing an unrestricted ϕ\phi abandons the Bernoulli framework, and handling overdispersion properly requires either a quasi-likelihood approach (which gives valid estimating equations without claiming a full likelihood) or a genuine alternative model like beta-binomial regression. A is wrong because replication of covariate patterns doesn't rescue the proposal — even with replication you can compute a Pearson dispersion estimate, but that doesn't make ϕ1\phi \neq 1 consistent with Bernoulli probability. C is wrong for a similar reason: restricting ϕ1\phi \geq 1 doesn't restore a valid Bernoulli likelihood; it just further confirms you've left that distributional family. D is wrong because a random intercept model induces a specific correlation structure (beta-binomial marginal), which is not equivalent to simply freeing ϕ\phi in the likelihood. As a study strategy, remember: for binary (0/1) outcomes, overdispersion cannot exist at the individual trial level — it only appears when modeling counts of successes across grouped trials. That distinction is frequently tested.

Question 8

Counts are modeled by a Poisson GLM with exposure tit_i and mean specification log(μi)=log(ti)+β0+β1xi\log(\mu_i)=\log(t_i)+\beta_0+\beta_1x_i. The fitted slope satisfies exp(β1)=1.5\exp(\beta_1)=1.5.

Relative to an otherwise identical observation, by what factor does the fitted expected count change if exposure is tripled and the covariate increases by 22 units?

  1. The expected count is multiplied by 3(1.5)2=6.753(1.5)^2=6.75. (correct answer)
  2. The expected count is multiplied by 3(1.5)=4.503(1.5)=4.50.
  3. The expected count is multiplied by 1.52=2.251.5^2=2.25.
  4. The expected count is multiplied by 3+2(1.5)=6.003+2(1.5)=6.00.
Explanation: When working with Poisson GLMs that include an offset, you need to think carefully about how each component of the linear predictor contributes multiplicatively to the fitted mean. The model specifies μi=tieβ0+β1xi\mu_i = t_i \cdot e^{\beta_0 + \beta_1 x_i}, so the expected count scales linearly with exposure and exponentially with the covariate. To find the multiplicative change, form the ratio of the new fitted mean to the original. If exposure triples (t3tt \to 3t) and the covariate increases by 2 (xx+2x \to x + 2), the new mean is μ=3tieβ0+β1(xi+2)\mu^* = 3t_i \cdot e^{\beta_0 + \beta_1(x_i+2)}. Dividing by the original μi=tieβ0+β1xi\mu_i = t_i \cdot e^{\beta_0 + \beta_1 x_i} gives: μμi=3e2β1=3(1.5)2=32.25=6.75\frac{\mu^*}{\mu_i} = 3 \cdot e^{2\beta_1} = 3 \cdot (1.5)^2 = 3 \cdot 2.25 = 6.75 This confirms A is correct. Choice B, 3(1.5)=4.503(1.5) = 4.50, uses only one power of eβ1e^{\beta_1} instead of two — it treats a 2-unit increase as a 1-unit increase, missing the second factor of 1.5. Choice C, 1.52=2.251.5^2 = 2.25, correctly handles the covariate change but ignores the tripled exposure entirely, forgetting that the offset enters multiplicatively just like any other factor. Choice D, 3+2(1.5)=6.003 + 2(1.5) = 6.00, confuses a multiplicative model with an additive one — you never add the exposure and covariate effects in a log-linear model; you multiply them. The key habit to build: always exponentiate the entire change in the linear predictor (including the offset) and multiply the resulting factors together. Additive changes on the log scale become multiplicative on the mean scale.

Question 9

A binary-response GLM uses the complementary log-log link log[log(1p)]=η\log[-\log(1-p)]=\eta. For a subject with linear predictor η\eta, the fitted event probability is p=0.20p=0.20.

A covariate change increases the linear predictor by log2\log 2. What is the new fitted event probability?

  1. 1(10.20)2=0.361-(1-0.20)^2=0.36 (correct answer)
  2. 2(0.20)1+0.20=13\frac{2(0.20)}{1+0.20}=\frac{1}{3}
  3. 2(0.20)10.20=0.50\frac{2(0.20)}{1-0.20}=0.50
  4. 110.200.1061-\sqrt{1-0.20}\approx0.106
Explanation: When working with the complementary log-log (cloglog) link, your first instinct should be to translate everything back through the link function rather than guessing at a transformation pattern. The cloglog link is η=log[log(1p)]\eta = \log[-\log(1-p)], so the inverse is p=1eeηp = 1 - e^{-e^\eta}. If the original probability is p0=0.20p_0 = 0.20, then 1p0=0.80=eeη01 - p_0 = 0.80 = e^{-e^{\eta_0}}, meaning eeη0=0.80e^{-e^{\eta_0}} = 0.80. Now increase the linear predictor by log2\log 2: the new predictor is η1=η0+log2\eta_1 = \eta_0 + \log 2, so eη1=2eη0e^{\eta_1} = 2e^{\eta_0}. The new survival probability is eeη1=e2eη0=(eeη0)2=(0.80)2=0.64e^{-e^{\eta_1}} = e^{-2e^{\eta_0}} = (e^{-e^{\eta_0}})^2 = (0.80)^2 = 0.64. Therefore the new event probability is 10.64=1(0.80)2=1(10.20)2=0.361 - 0.64 = 1 - (0.80)^2 = 1-(1-0.20)^2 = \mathbf{0.36}, confirming A is correct. Choice B resembles an odds-based manipulation — dividing by 1+p1 + p rather than working through the cloglog inverse — which has no grounding in this link function. Choice C looks like it doubles the odds (p/(1p)p/(1-p)) then converts back, confusing the logit link's multiplicative-odds property with the cloglog. Choice D applies a square-root to (1p)(1-p) instead of squaring it, essentially reversing the exponent direction — the kind of sign error that arises from misremembering the inverse. A reliable strategy: for any GLM link question, write out μ=g1(η)\mu = g^{-1}(\eta) explicitly, substitute the new η\eta, and simplify algebraically. Never pattern-match to logit rules when the link is cloglog.

Question 10

A Bernoulli GLM uses the probit link Φ1(μi)=ηi=xiβ\Phi^{-1}(\mu_i)=\eta_i=x_i\beta, where Φ\Phi and φ\varphi are the standard normal distribution and density functions. For one observation, xi=2x_i=2, yi=1y_i=1, and the current linear predictor is ηi=0\eta_i=0.

What is this observation's contribution to the score for β\beta at the current parameter value?

  1. 4φ(0)1.5964\varphi(0)\approx 1.596 (correct answer)
  2. 2φ(0)0.7982\varphi(0)\approx 0.798
  3. 2(1Φ(0))=1.0002(1-\Phi(0))=1.000
  4. φ(0)0.399\varphi(0)\approx 0.399
Explanation: When working with probit GLMs, the key is carefully deriving the score function using the chain rule through the GLM likelihood. The log-likelihood contribution for a Bernoulli observation is i=yilogΦ(ηi)+(1yi)log(1Φ(ηi))\ell_i = y_i \log \Phi(\eta_i) + (1-y_i)\log(1-\Phi(\eta_i)). The score with respect to β\beta is iβ=iηixi\frac{\partial \ell_i}{\partial \beta} = \frac{\partial \ell_i}{\partial \eta_i} \cdot x_i. For yi=1y_i = 1, the derivative with respect to ηi\eta_i is φ(ηi)Φ(ηi)\frac{\varphi(\eta_i)}{\Phi(\eta_i)}. Evaluated at ηi=0\eta_i = 0: Φ(0)=0.5\Phi(0) = 0.5, so this equals φ(0)0.5=2φ(0)\frac{\varphi(0)}{0.5} = 2\varphi(0). Multiplying by xi=2x_i = 2 gives the full score contribution 4φ(0)4(0.3989)1.5964\varphi(0) \approx 4(0.3989) \approx 1.596, confirming A. Choice B, 2φ(0)2\varphi(0), forgets to multiply by xi=2x_i = 2. This is a classic mistake — students compute i/ηi\partial \ell_i / \partial \eta_i correctly but confuse it with i/β\partial \ell_i / \partial \beta, neglecting the design vector. Choice C, 2(1Φ(0))=12(1-\Phi(0)) = 1, would apply if you incorrectly used the residual (yiμi)(y_i - \mu_i) without the probit adjustment factor φ/[Φ(1Φ)]\varphi/[\Phi(1-\Phi)] — this resembles the logistic score structure, not the probit. Choice D, φ(0)\varphi(0), ignores both the division by Φ(0)\Phi(0) and the multiplication by xix_i, leaving only the raw density evaluated at zero. A useful habit: always write the score as a product of three pieces — μdμdηxi\frac{\partial \ell}{\partial \mu} \cdot \frac{d\mu}{d\eta} \cdot x_i — and track each factor separately. Probit and logit differ in that middle term, so keeping them explicit prevents link-function mix-ups under exam pressure.