Summary
Extends the "fully exponential" Laplace approximation of Tierney-Kadane (1986) — previously restricted to positive functions — to posterior expectations and variances of arbitrary functions g(θ). The key device is to approximate the moment-generating function (MGF) M(s)=E[exp{sg(θ)}] via the existing fully exponential form (since exp{sg} is always positive), then differentiate: E~(g)=(d/ds)logM~(s)∣s=0 and V~(g)=(d2/ds2)logM~(s)∣s=0. This MGF method is shown to be arithmetically identical to both the "large constant" device and the standard second-order expansion of Lindley (1961) and Mosteller-Wallace (1964), yet requires only second derivatives of the log-posterior rather than third.
Key Claims
- Accuracy (Theorem 1): E~(g)=E(g)+O(n−2); V~(g)=V(g)+O(n−2) — one order better than the basic Laplace O(n−1).
- Elegant form (Theorem 2): If θ^s maximises −h(θ)+sg(θ)/n with σs=[h′′(θ^s)]−1/2, then E~(g)=g(θ^)+(d/ds)logσs∣s=0+(d/ds)logb(θ^s)∣s=0; variance analogously via second derivatives.
- Arithmetic identity (Theorem 3): MGF method and standard form (eq. 2.6, Lindley/Mosteller-Wallace) produce the same second-order approximation.
- Large-constant equivalence (Theorem 4): limc→∞[E~(c+g)−c]=E~(g) and limc→∞V~c(g)=V~(g).
- Normal/gamma posteriors: Approximation is exact (matches M(s) exactly for all s).
- Student-t posterior (k df): V~(X)=k(k+4)/(k+1)2≈k/(k−2) with relative error O(k−2); first-order approximation k/(k+1) is always below 1.
- Computational efficiency: MGF method uses only second derivatives; more efficient than standard form (which needs third derivatives) when parameter dimension m>2 (one Newton step) or m>10 (two Newton steps for variance). Standard form is more efficient when many different g functions are evaluated at the same mode.
- Parameterisation sensitivity: In the Stanford heart-transplant example (Turnbull-Brown-Hu 1974, N=82), MGF errors ~10–12% in original (τ,λ,p) parameterisation vs. ~3–4% in (logτ,logλ,logp); direct fully exponential form errors ~4% in original scale and ~3–4% on log scale. Parameterising θ so H is closer to quadratic is crucial.
Concepts Introduced or Extended
Entities Mentioned
Quotes
"Tierney and Kadane (1986) applied the Laplace method in a special form, which we call fully exponential, that has the advantage of requiring only second derivatives of the log-likelihood function to achieve a second-order approximation to the expectation and variance of a real function g of the vector parameter θ, but it has the disadvantage of requiring g to be positive. The purpose of this article is to extend the fully exponential method to expectations of arbitrary functions while retaining its advantageous simplicity."
"Since (3.1) does not require explicit third derivatives, it is easier to use, and this is the basis for our preference for it in our current software implementation."
My Take
The companion to TKK (1989a): together they close the gap between the basic Laplace approximation (O(n−1), coordinate margins only) and exact Markov chain Monte Carlo (MCMC). The unification of Lindley's, Mosteller-Wallace's, and the MGF approach via Theorem 3 is elegant — it shows that the "standard" expansion was always achievable without third derivatives. The parameterisation sensitivity finding (errors 3× larger in original vs. log scale) is practically important and echoes TKK (1989a)'s equivariance caveat: the method is only as good as the Gaussian approximation to the log-posterior at the mode.