jacobian {optR} | R Documentation |
Function to evaluate jacobian matrix from functions
Description
jacobian is function to determine the jacobian matrix for function f for input x
Usage
jacobian(f, x)
Arguments
f |
: function to optimize |
x |
: Initial Solution |
Value
jacobiabMatrix: Jacobian matrix
f0: Intial solution
[Package optR version 1.2.5 Index]