Description Usage Arguments Details Value Author(s) References See Also Examples
Computes Fischer's function and (optionally) its Jacobian
1 |
u |
n-array or vector, first function evaluated at x |
v |
n-array or vector, second function evaluated at x |
du |
n-array or vector, derivative of first argument evaluated at x (optional) |
dv |
n-array or vector, derivative of second argument evaluated at x (optional) |
plus |
logical, use 'plus' version if TRUE (default), 'minus' if FALSE (optional) |
Fischer's function φ:R\times R \rightarrow R is specified by
φ^{\pm}(u,v) = u + v \pm √{u^2 + v^2}, u,v\in R
In this implementation, u,v
are assumed to be function of x
.
If inputs du
and dv
are provided, it returns a list with fields
f
n.1 matrix, Fischer function evaluated at x
J
n.n matrix, Jacobian evaluated at x
Otherwise, it returns only the matrix f
.
Randall Romero-Aguilar
Miranda, Fackler 2002 Applied Computational Economics and Finance, section 3.8
Other nonlinear equations: minmax
;
ssmooth
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.