16.1 Delta Method
- approximate the mean and variance of a function of random variables using a first-order Taylor approximation
- A semi-parametric method
- Alternative approaches:
Analytically derive a probability function for the margin
Simulation/Bootstrapping
- Resources:
Advanced: modmarg
Intermediate: UCLA stat
Simple: Another one
Let G(β) be a function of the parameters β, then
var(G(β))≈∇G(β)cov(β)∇G(β)′
where
- ∇G(β) = the gradient of the partial derivatives of G(β) (also known as the Jacobian)