- ....1
- An interesting side point can be studied by
extending the Taylor series approximation to a third term,
, and calculating
. The expected value of the second term is zero, and the
entire approximation now becomes
, where
, the matrix of second
derivatives.
can be calculated by taking the Cholesky
decomposition of the second derivative matrix (in Gauss, for
example: A=CHOL(D), where D is the second derivative.)
This calculation shows the details of the familiar result that
, for nonlinear functional forms
.
However, since the term
goes to zero as the
sample size increases,
is a reasonable approximation to
in large samples.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...
element.2
- In Gauss, one would use X.*exp(X*b).
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.