Statistics Graduate Level Quiz: Likelihood And Score Function
9 questions · exam conditions
0:00
Likelihood And Score FunctionQuestion 1 of 9

Independent subjects have exponential event times with rate θ>0\theta>0 and are subject to independent right censoring. For each subject, the observed time is tit_i and the event indicator is δi\delta_i. In one study, iδi=3\sum_i \delta_i=3 and iti=10\sum_i t_i=10.

Which pair gives the score function and the maximum likelihood estimate of θ\theta?

U(θ)=3θ10,θ^=310U(\theta)=\frac{3}{\theta}-10,\qquad \widehat\theta=\frac{3}{10}
U(θ)=3θ7,θ^=37U(\theta)=\frac{3}{\theta}-7,\qquad \widehat\theta=\frac{3}{7}
U(θ)=10θ3,θ^=103U(\theta)=\frac{10}{\theta}-3,\qquad \widehat\theta=\frac{10}{3}
U(θ)=3logθ10θ,θ^=310U(\theta)=3\log\theta-10\theta,\qquad \widehat\theta=\frac{3}{10}
← Back to quizzes

Statistics Graduate Level Quiz

Statistics Graduate Level Quiz: Likelihood And Score Function

Practice Likelihood And Score Function 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 Likelihood And Score Function, 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

Independent subjects have exponential event times with rate θ>0\theta>0 and are subject to independent right censoring. For each subject, the observed time is tit_i and the event indicator is δi\delta_i. In one study, iδi=3\sum_i \delta_i=3 and iti=10\sum_i t_i=10.

Which pair gives the score function and the maximum likelihood estimate of θ\theta?

  1. U(θ)=3θ10,θ^=310U(\theta)=\frac{3}{\theta}-10,\qquad \widehat\theta=\frac{3}{10} (correct answer)
  2. U(θ)=3θ7,θ^=37U(\theta)=\frac{3}{\theta}-7,\qquad \widehat\theta=\frac{3}{7}
  3. U(θ)=10θ3,θ^=103U(\theta)=\frac{10}{\theta}-3,\qquad \widehat\theta=\frac{10}{3}
  4. U(θ)=3logθ10θ,θ^=310U(\theta)=3\log\theta-10\theta,\qquad \widehat\theta=\frac{3}{10}
Explanation: When you see survival data with exponential lifetimes and right censoring, your first move is to write the likelihood contribution for each subject: θeθti\theta e^{-\theta t_i} if the event occurred (δi=1\delta_i=1), and eθtie^{-\theta t_i} if censored (δi=0\delta_i=0). Combining these, the log-likelihood is: (θ)=(iδi)logθθiti=3logθ10θ\ell(\theta) = \left(\sum_i \delta_i\right)\log\theta - \theta\sum_i t_i = 3\log\theta - 10\theta The score function is the derivative with respect to θ\theta: U(θ)=ddθ=3θ10U(\theta) = \frac{d\ell}{d\theta} = \frac{3}{\theta} - 10 Setting U(θ)=0U(\theta)=0 gives θ^=310\widehat\theta = \frac{3}{10}, confirming answer A is correct. Answer B makes the error of substituting itiiδi=103=7\sum_i t_i - \sum_i \delta_i = 10 - 3 = 7 as the total exposure, perhaps confusing total observed time with some adjusted quantity — but all observed times, censored or not, contribute to the exposure term. Answer C swaps the roles of δi\sum \delta_i and ti\sum t_i, placing 10 in the numerator and 3 in the denominator. This would arise from differentiating a backwards log-likelihood and produces an MLE greater than 1, which should immediately signal something is wrong for a rate parameter in this context. Answer D reports the log-likelihood itself (3logθ10θ3\log\theta - 10\theta) as if it were the score function, then correctly solves for θ^\widehat\theta. The MLE is right, but the score function is wrong — don't confuse (θ)\ell(\theta) with U(θ)=(θ)U(\theta) = \ell'(\theta). Study tip: Always distinguish the log-likelihood from its derivative. On survival analysis questions, remember that every subject's observed time tit_i enters the exponent of the likelihood, regardless of censoring status.

Question 2

In one experiment, a fixed sample of 1010 Bernoulli trials produces exactly 44 successes. In another experiment, sampling stops when the fourth success occurs, and the fourth success is observed on trial 1010. In both experiments the success probability is pp.

Which comparison of the likelihoods for the two observed outcomes is correct?

  1. They have proportional likelihoods, but the second experiment has score 3/p6/(1p)3/p-6/(1-p) because the last success is fixed.
  2. They are numerically identical likelihoods, including their combinatorial factors, so both have score 4/p6/(1p)4/p-6/(1-p).
  3. The stopping rule changes the score in the second experiment, giving its MLE as 4/94/9 rather than 0.40.4.
  4. They differ only by a factor independent of pp, so both have score 4/p6/(1p)4/p-6/(1-p) and MLE 0.40.4. (correct answer)
Explanation: Whenever you see a question involving stopping rules and likelihood, your first instinct should be to ask: does the stopping rule affect the likelihood function as a function of pp? This is the heart of the likelihood principle. In the fixed-sample experiment, the likelihood is L1(p)=(104)p4(1p)6L_1(p) = \binom{10}{4}p^4(1-p)^6. In the negative binomial experiment (stop at the 4th success), the last trial must be a success, so you're arranging the first 3 successes among trials 1–9, giving L2(p)=(93)p4(1p)6L_2(p) = \binom{9}{3}p^4(1-p)^6. Both likelihoods share the same kernel p4(1p)6p^4(1-p)^6; they differ only by the constants (104)=210\binom{10}{4} = 210 and (93)=84\binom{9}{3} = 84, which do not depend on pp. Since inference is based on the likelihood up to a multiplicative constant, these two outcomes yield identical inferential content. The score (log-likelihood derivative) is ddpln[p4(1p)6]=4p61p\frac{d}{dp}\ln[p^4(1-p)^6] = \frac{4}{p} - \frac{6}{1-p}, and setting this to zero gives MLE p^=0.4\hat{p} = 0.4 in both cases. This confirms D. Choice A is wrong because it claims the score loses a success term due to the fixed last trial — but the last success still contributes to the likelihood kernel, so the full 4/p4/p term remains. Choice B is wrong because it claims the combinatorial factors are identical, when in fact they differ ((104)(93)\binom{10}{4} \neq \binom{9}{3}); the point is they're both irrelevant constants. Choice C is wrong because stopping rules never change the MLE when the likelihood kernels match — the MLE is still 0.40.4. Remember: the likelihood principle states that two likelihoods proportional in pp carry identical statistical evidence. Stopping rules only affect the normalizing constant, not inference.

Question 3

For three independent binary responses, a logistic regression model specifies logit(pi)=β0+β1xi\operatorname{logit}(p_i)=\beta_0+\beta_1x_i. The observed pairs (xi,yi)(x_i,y_i) are (1,1)(-1,1), (0,0)(0,0), and (2,1)(2,1).

What is the score vector for (β0,β1)(\beta_0,\beta_1) at (β0,β1)=(0,0)(\beta_0,\beta_1)=(0,0)?

  1. U(0,0)=(2,1)TU(0,0)=\left(2,1\right)^{\mathsf T}, using observed successes without fitted probabilities.
  2. U(0,0)=(12,12)TU(0,0)=\left(-\frac12,-\frac12\right)^{\mathsf T}, using residuals piyip_i-y_i.
  3. U(0,0)=(12,32)TU(0,0)=\left(\frac12,\frac32\right)^{\mathsf T}, omitting the negative covariate contribution.
  4. U(0,0)=(12,12)TU(0,0)=\left(\frac12,\frac12\right)^{\mathsf T}, using residuals yipiy_i-p_i. (correct answer)
Explanation: When you see a question about the score vector in logistic regression, think: the score is the gradient of the log-likelihood, and for logistic regression it takes the beautifully clean form U(β)=XT(yp)U(\boldsymbol{\beta}) = \mathbf{X}^\mathsf{T}(\mathbf{y} - \mathbf{p}), where p\mathbf{p} contains the fitted probabilities and y\mathbf{y} the observed responses. At (β0,β1)=(0,0)(\beta_0, \beta_1) = (0,0), every linear predictor equals zero, so every fitted probability is logit1(0)=12\text{logit}^{-1}(0) = \frac{1}{2}. The residuals yipiy_i - p_i for the three observations are: 112=121 - \tfrac{1}{2} = \tfrac{1}{2}, 012=120 - \tfrac{1}{2} = -\tfrac{1}{2}, and 112=121 - \tfrac{1}{2} = \tfrac{1}{2}. The design matrix is X=(111012)\mathbf{X} = \begin{pmatrix}1 & -1 \\ 1 & 0 \\ 1 & 2\end{pmatrix} . Multiplying XT(yp)\mathbf{X}^\mathsf{T}(\mathbf{y}-\mathbf{p}) gives Uβ0=1212+12=12U_{\beta_0} = \tfrac{1}{2} - \tfrac{1}{2} + \tfrac{1}{2} = \tfrac{1}{2} and Uβ1=(1)(12)+(0)(12)+(2)(12)=12U_{\beta_1} = (-1)(\tfrac{1}{2}) + (0)(-\tfrac{1}{2}) + (2)(\tfrac{1}{2}) = \tfrac{1}{2}. This confirms D is correct. Choice A ignores the fitted probabilities entirely, summing raw yiy_i values — this confuses the score with a simple count statistic. Choice B flips the sign, computing piyip_i - y_i instead of yipiy_i - p_i; the score uses observed minus fitted, not the reverse. Choice C somehow drops the negative covariate contribution from observation one, an arithmetic error that produces the wrong Uβ1U_{\beta_1}. Your study tip: memorize U(β)=XT(yp)U(\boldsymbol{\beta}) = \mathbf{X}^\mathsf{T}(\mathbf{y} - \mathbf{p}) as a single formula. Sign errors and forgetting to compute p\mathbf{p} are the two most common traps on score-vector questions.

Question 4

A model has scalar parameter of interest θ\theta. An observation XX has score Uθ(x)=logf(x;θ)/θU_\theta(x)=\partial\log f(x;\theta)/\partial\theta. The data are transformed by a one-to-one, differentiable mapping Y=g(X)Y=g(X) that does not depend on θ\theta. Separately, the parameter is reparameterized as ϕ=h(θ)\phi=h(\theta), where hh is differentiable with differentiable inverse.

Which statement correctly gives the effects of these two transformations on the score?

  1. UθY(y)=Uθ(g1(y))U_\theta^Y(y)=U_\theta(g^{-1}(y)) and Uϕ=Uθdϕ/dθU_\phi=U_\theta\,d\phi/d\theta.
  2. UθY(y)=Uθ(g1(y))+dlogdg1/dy/dθU_\theta^Y(y)=U_\theta(g^{-1}(y))+d\log|dg^{-1}/dy|/d\theta and Uϕ=Uθdϕ/dθU_\phi=U_\theta\,d\phi/d\theta.
  3. UθY(y)=Uθ(g1(y))U_\theta^Y(y)=U_\theta(g^{-1}(y)) and Uϕ=Uθdθ/dϕU_\phi=U_\theta\,d\theta/d\phi. (correct answer)
  4. UθY(y)=Uθ(g1(y))dlogdg/dx/dθU_\theta^Y(y)=U_\theta(g^{-1}(y))-d\log|dg/dx|/d\theta and Uϕ=UθU_\phi=U_\theta.
Explanation: When you see a question combining data transformations and reparameterizations, tackle each piece independently using the chain rule on log-likelihoods. Data transformation (Y = g(X)): The log-likelihood under Y uses the change-of-variables formula: logfY(y;θ)=logf(g1(y);θ)+logdg1/dy\log f_Y(y;\theta) = \log f(g^{-1}(y);\theta) + \log|dg^{-1}/dy|. Taking /θ\partial/\partial\theta, the Jacobian term logdg1/dy\log|dg^{-1}/dy| drops out because it contains no θ\theta. So UθY(y)=Uθ(g1(y))U_\theta^Y(y) = U_\theta(g^{-1}(y)) — the score simply evaluates at the back-transformed point. Reparameterization (ϕ=h(θ)\phi = h(\theta)): The log-likelihood is unchanged as a function of the data; only the differentiation variable changes. By the chain rule: Uϕ=logfϕ=logfθdθdϕ=UθdθdϕU_\phi = \frac{\partial \log f}{\partial \phi} = \frac{\partial \log f}{\partial \theta}\cdot\frac{d\theta}{d\phi} = U_\theta \cdot \frac{d\theta}{d\phi}. This confirms C as correct. Why the distractors fail: Choice A gets the data transformation right but inverts the chain rule factor for reparameterization, writing dϕ/dθd\phi/d\theta instead of dθ/dϕd\theta/d\phi — a classic inversion error. Choice B correctly handles the reparameterization side but wrongly retains the Jacobian term in the score, forgetting that logdg1/dy\log|dg^{-1}/dy| is θ\theta-free and vanishes upon differentiation. Choice D compounds errors on both sides: it mishandles the Jacobian sign/form and claims the score is invariant to reparameterization, which contradicts the chain rule. A reliable memory anchor: the score under reparameterization scales by dθ/dϕd\theta/d\phi (derivative of the old parameter with respect to the new one), while data transformations leave the score structurally intact because Jacobians carry no parameter information.

Question 5

A binomial sample has n=10n=10 and y=6y=6, but scientific constraints restrict the success probability to 0<p0.40<p\le 0.4.

Which statement correctly describes the constrained maximum likelihood estimate and the score at that estimate?

  1. p^=0.4\widehat p=0.4 and U(p^)=0U(\widehat p)=0, because every constrained MLE solves the score equation.
  2. p^=0.4\widehat p=0.4 and U(p^)=25/3>0U(\widehat p)=25/3>0, consistent with an upper-bound maximum. (correct answer)
  3. p^=0.4\widehat p=0.4 and U(p^)=25/3<0U(\widehat p)=-25/3<0, consistent with an upper-bound maximum.
  4. p^=0.6\widehat p=0.6 and U(p^)=0U(\widehat p)=0, because the unconstrained score root remains valid.
Explanation: When the parameter space is constrained, the MLE lives at whichever point in the feasible region maximizes the likelihood — and that point need not satisfy the score equation U(p)=0U(p) = 0. Here, the unconstrained MLE for a binomial is p^=y/n=6/10=0.6\widehat{p} = y/n = 6/10 = 0.6, but 0.60.6 violates the constraint p0.4p \le 0.4. Because the log-likelihood is strictly increasing toward p=0.6p = 0.6, it is still increasing at the boundary p=0.4p = 0.4 within the feasible region. So the constrained MLE is p^=0.4\widehat{p} = 0.4 — the closest feasible point to the unconstrained maximizer. Now compute the score at that boundary. The binomial log-likelihood gives: U(p)=ypny1p=60.440.6=15203=253>0.U(p) = \frac{y}{p} - \frac{n - y}{1 - p} = \frac{6}{0.4} - \frac{4}{0.6} = 15 - \frac{20}{3} = \frac{25}{3} > 0. A positive score at the upper bound is geometrically correct: the likelihood is still "pushing upward" at p=0.4p = 0.4, confirming we've been stopped by the constraint, not by a true interior maximum. This confirms B. A is wrong because it assumes all MLEs solve the score equation — that only holds for unconstrained interior maxima. C has the right estimate but the wrong sign; a negative score would indicate the likelihood is decreasing at the boundary, which would mean p=0.4p = 0.4 isn't even the constrained maximum. D simply ignores the constraint entirely. Study tip: At a binding upper-bound constraint, expect a positive score (likelihood still wants to increase); at a binding lower-bound constraint, expect a negative score. The sign tells you which boundary is active.

Question 6

A proposed family on 0<x<10<x<1 has density proportional to xθx^\theta, where θ>1\theta>-1. For three independent observations, the data satisfy i=13logxi=4\sum_{i=1}^3\log x_i=-4.

After correctly normalizing the density, which score and maximum likelihood estimate result?

  1. U(θ)=4,θ^ has no interior valueU(\theta)=-4,\qquad \widehat\theta\text{ has no interior value}
  2. U(θ)=3θ+14,θ^=14U(\theta)=\frac{3}{\theta+1}-4,\qquad \widehat\theta=-\frac14 (correct answer)
  3. U(θ)=3θ4,θ^=34U(\theta)=\frac{3}{\theta}-4,\qquad \widehat\theta=\frac34
  4. U(θ)=3θ+1+4,θ^ has no finite valueU(\theta)=\frac{3}{\theta+1}+4,\qquad \widehat\theta\text{ has no finite value}
Explanation: When you encounter a density "proportional to" some function, your first move must always be to find the normalizing constant — this is what separates options B and C from each other and from the rest. The density is f(xθ)=cxθf(x|\theta) = c \cdot x^\theta on (0,1)(0,1). Integrating: 01xθdx=1θ+1\int_0^1 x^\theta\,dx = \frac{1}{\theta+1}, so c=θ+1c = \theta+1, giving the proper density f(xθ)=(θ+1)xθf(x|\theta) = (\theta+1)x^\theta. With three independent observations, the log-likelihood is: (θ)=3log(θ+1)+θi=13logxi=3log(θ+1)+θ(4).\ell(\theta) = 3\log(\theta+1) + \theta\sum_{i=1}^3 \log x_i = 3\log(\theta+1) + \theta(-4). Differentiating with respect to θ\theta yields the score function: U(θ)=3θ+14.U(\theta) = \frac{3}{\theta+1} - 4. Setting U(θ^)=0U(\hat\theta)=0: 3θ+1=4θ+1=34θ^=14.\frac{3}{\theta+1}=4 \Rightarrow \theta+1=\frac{3}{4} \Rightarrow \hat\theta = -\frac{1}{4}. Since 14>1-\frac{1}{4} > -1, this is a valid interior MLE. This confirms answer B. Answer A ignores the normalizing constant entirely, keeping only the θlogxi\theta \sum \log x_i term and finding no score equation with a solution — a critical oversight. Answer C writes 3θ\frac{3}{\theta} in the score, which would arise if the density were xθ1x^{\theta-1} (a power-law with exponent θ\theta, not θ+1\theta+1 in the denominator) — a normalization error. Answer D gets the score partially right but with the wrong sign on the 4-4 term, producing an equation with no finite solution. Study tip: On likelihood problems, always normalize the density first before writing the log-likelihood — forgetting the normalizing constant is one of the most common errors on graduate-level MLE questions, and it cascades into every subsequent calculation.

Question 7

A model has scalar parameter of interest ψ\psi and scalar nuisance parameter λ\lambda. At the null parameter value, the score vector is (Uψ,Uλ)T=(3,2)T(U_\psi,U_\lambda)^{\mathsf T}=(3,2)^{\mathsf T} and the expected information matrix is $$I=\begin{pmatrix}4&1\1&2\end{pmatrix}

What are the efficient score for ψ\psi after adjustment for λ\lambda and its efficient information, respectively?

  1. Uψλ=2,Iψλ=92U_{\psi\cdot\lambda}=2,\qquad I_{\psi\cdot\lambda}=\frac92
  2. Uψλ=4,Iψλ=72U_{\psi\cdot\lambda}=4,\qquad I_{\psi\cdot\lambda}=\frac72
  3. Uψλ=2,Iψλ=72U_{\psi\cdot\lambda}=2,\qquad I_{\psi\cdot\lambda}=\frac72 (correct answer)
  4. Uψλ=3,Iψλ=4U_{\psi\cdot\lambda}=3,\qquad I_{\psi\cdot\lambda}=4
Explanation: When a model has a nuisance parameter, you need the efficient score and efficient information for the parameter of interest — these are the building blocks of the score test after profiling out nuisance parameters. Partition the information matrix as Iψψ=4I_{\psi\psi}=4, Iψλ=Iλψ=1I_{\psi\lambda}=I_{\lambda\psi}=1, and Iλλ=2I_{\lambda\lambda}=2. The efficient (adjusted) score is obtained by removing from UψU_\psi the component explained by UλU_\lambda: Uψλ=UψIψλIλλUλ=312(2)=31=2.U_{\psi\cdot\lambda} = U_\psi - \frac{I_{\psi\lambda}}{I_{\lambda\lambda}}U_\lambda = 3 - \frac{1}{2}(2) = 3 - 1 = 2. The efficient information is the Schur complement of IλλI_{\lambda\lambda} in II: Iψλ=IψψIψλ2Iλλ=412=72.I_{\psi\cdot\lambda} = I_{\psi\psi} - \frac{I_{\psi\lambda}^2}{I_{\lambda\lambda}} = 4 - \frac{1}{2} = \frac{7}{2}. This confirms answer C. Answer A gets the efficient score right (Uψλ=2U_{\psi\cdot\lambda}=2) but miscalculates the efficient information as 9/29/2 — a common error from adding rather than subtracting the adjustment term (4+1/24 + 1/2 instead of 41/24 - 1/2). Answer B makes the opposite score error: computing 3+1=43 + 1 = 4 instead of 31=23 - 1 = 2, while coincidentally arriving at the correct efficient information formula but with a wrong numerator. Answer D simply takes the raw score and raw diagonal information with no adjustment at all, ignoring the nuisance parameter entirely. Study tip: Memorize the two-step pattern — the efficient score subtracts a regression-type correction from UψU_\psi, and the efficient information is the Schur complement. Both formulas share the same ratio Iψλ/IλλI_{\psi\lambda}/I_{\lambda\lambda}, so compute it once and reuse it.

Question 8

Suppose X1,,X8X_1,\ldots,X_8 are independent normal observations with unknown mean μ\mu and unknown variance σ2\sigma^2. At μ=1.5\mu=1.5, the sample mean is X=2\overline X=2 and i=18(Xi1.5)2=10\sum_{i=1}^8(X_i-1.5)^2=10. Let p(μ)\ell_p(\mu) denote the log-likelihood after maximizing over σ2\sigma^2 for each fixed μ\mu.

What is the profile score dp(μ)/dμd\ell_p(\mu)/d\mu at μ=1.5\mu=1.5?

  1. 165\frac{16}{5}, using the likelihood variance estimate with divisor 88. (correct answer)
  2. 145\frac{14}{5}, using the unbiased variance estimate with divisor 77.
  3. 25\frac{2}{5}, using only the mean residual rather than its sum.
  4. 165-\frac{16}{5}, using the residual sign in the reverse direction.
Explanation: When you encounter a profile likelihood question, your first move is to derive the profile log-likelihood by substituting the MLE of the nuisance parameter—here σ2\sigma^2—as a function of the parameter of interest μ\mu. For normal data, the MLE of σ2\sigma^2 at fixed μ\mu is σ^2(μ)=1ni=18(Xiμ)2\hat{\sigma}^2(\mu) = \frac{1}{n}\sum_{i=1}^8(X_i - \mu)^2. Substituting this into the log-likelihood and simplifying gives the profile log-likelihood: p(μ)=n2log ⁣(1ni=18(Xiμ)2)+const\ell_p(\mu) = -\frac{n}{2}\log\!\left(\frac{1}{n}\sum_{i=1}^8(X_i-\mu)^2\right) + \text{const} Differentiating with respect to μ\mu: dpdμ=ni=18(Xiμ)i=18(Xiμ)2\frac{d\ell_p}{d\mu} = \frac{n \cdot \sum_{i=1}^8(X_i-\mu)}{\sum_{i=1}^8(X_i-\mu)^2} At μ=1.5\mu = 1.5: the numerator is 8(Xi1.5)=8n(Xˉμ)=88(21.5)=84=328 \cdot \sum(X_i - 1.5) = 8 \cdot n(\bar{X}-\mu) = 8 \cdot 8(2-1.5) = 8 \cdot 4 = 32, and the denominator is (Xi1.5)2=10\sum(X_i-1.5)^2 = 10, giving 32/10=16/532/10 = \mathbf{16/5}. This confirms answer A. Answer B is wrong because dividing by 7 (the unbiased estimator) is never used in maximum likelihood—the MLE of σ2\sigma^2 always uses divisor nn, and this propagates into the profile score. Answer C is wrong because it uses only (Xˉμ)=0.5(\bar{X}-\mu) = 0.5 divided by something, ignoring that the score involves the full sum n(Xˉμ)n(\bar{X}-\mu), not just the mean residual alone. Answer D is wrong because the sign is positive: the score (Xiμ)\propto \sum(X_i - \mu), which is positive when Xˉ>μ\bar{X} > \mu, as it is here (2>1.52 > 1.5). Study tip: Always derive the profile score by differentiating after substituting the MLE of the nuisance parameter—never mix in unbiased estimators or forget the factor of nn in the numerator.

Question 9

A binomial observation has n=20n=20 trials and y=7y=7 successes. The success probability is parameterized as p=eη/(1+eη)p=e^\eta/(1+e^\eta). Consider the value η0=log(2/3)\eta_0=\log(2/3), for which p0=0.4p_0=0.4.

What is the score with respect to η\eta, evaluated at η0\eta_0?

  1. Uη(η0)=1U_\eta(\eta_0)=-1, after applying the derivative of the logistic transformation. (correct answer)
  2. Uη(η0)=256U_\eta(\eta_0)=-\frac{25}{6}, which is the score on the probability scale.
  3. Uη(η0)=1U_\eta(\eta_0)=1, after reversing the observed-minus-expected sign.
  4. Uη(η0)=625U_\eta(\eta_0)=-\frac{6}{25}, after multiplying by the Bernoulli variance twice.
Explanation: Whenever you encounter a score function question involving a reparameterization, your first instinct should be the chain rule: the score with respect to a transformed parameter equals the score on the original scale multiplied by the derivative of the transformation. The log-likelihood for a binomial in terms of pp is (p)=ylogp+(ny)log(1p)\ell(p) = y\log p + (n-y)\log(1-p), giving score Up=ypny1p=ynpp(1p)U_p = \frac{y}{p} - \frac{n-y}{1-p} = \frac{y - np}{p(1-p)}. At p0=0.4p_0 = 0.4, this equals 720(0.4)0.40.6=10.24=256\frac{7 - 20(0.4)}{0.4 \cdot 0.6} = \frac{-1}{0.24} = -\frac{25}{6}. Now apply the chain rule: Uη=UpdpdηU_\eta = U_p \cdot \frac{dp}{d\eta}. For the logistic link, dpdη=p(1p)\frac{dp}{d\eta} = p(1-p), which at p0p_0 equals 0.4×0.6=0.24=6250.4 \times 0.6 = 0.24 = \frac{6}{25}. Therefore, Uη=256625=1U_\eta = -\frac{25}{6} \cdot \frac{6}{25} = -1. Answer A is correct. Answer B gives 25/6-25/6, which is actually UpU_p, the score on the probability scale — it skips the crucial chain rule multiplication step. Answer C claims +1+1, simply reversing the sign of the correct answer, reflecting a common error in setting up observed-minus-expected (it should be ynpy - np, not npynp - y). Answer D gives 6/25-6/25, which is the derivative dp/dηdp/d\eta alone — it confuses the Jacobian factor with the score itself. Your key takeaway: reparameterized scores always require the chain rule. A useful check is that Uη=(ynp)U_\eta = (y - np), a beautifully clean result for logistic models that's worth memorizing.