f2djac: Compute derivative with respect to parameters
Description
Compute derivative with respect to parameters.
Usage
f2djac(Func, theta, ...)
Value
Returns an n x p matrix of derivatives with respect to theta.
Computes \( \frac{\delta \, Func( \theta, ...)}{ \delta \, \theta}\), where \(\theta\) = theta
Arguments
Func
A function with theta as first argument that returns an n x 1 vector,
where n represents the number of observations.