Computes standard errors for nonlinear transformations of parameters
using the delta method: V(g(b)) = G' V(b) G where G = dg/db.
.delta_method(g, b, V, h = 1e-06)A list with estimate (transformed values) and vcov (delta-method
variance).
A function of the parameter vector returning the transformed values.
Numeric vector: parameter estimates.
Numeric matrix: variance-covariance of b.
Numeric: step size for numerical differentiation. Default 1e-6.