.get_d2psf_dxdy | R Documentation |
The code is modified from numDeriv:::genD. The original function is generic and vectorized in the sense of a vector valued function. It was adapted here to solve a scalar valued function at several coordinates at the same time for reasons of computational efficiency. The modifications below make this function specific to the problem at hand, in particular the way the predict_sectorial subfunctions are expected to work.
.get_d2psf_dxdy(func, x1, x2, ...)
It is based on the numDeriv R package source code version 2016.8-1.1, that is licensed under GPL-2. This package is also licensed as GPL-2 and a copy of the license is provided in the root directory of the package. Modifications made on 2020-03-14.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.