diff options
author | tota <tota@FreeBSD.org> | 2016-10-10 20:49:50 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-10-10 20:49:50 +0800 |
commit | c571ece3049e793f5657ab0c8f522aec54c07785 (patch) | |
tree | a96889f9413fff9e30efe91918e9f5edf837669e /math/Makefile | |
parent | 31a53ccbd0a16d111a669e4b824f978160f3e4c7 (diff) | |
download | freebsd-ports-gnome-c571ece3049e793f5657ab0c8f522aec54c07785.tar.gz freebsd-ports-gnome-c571ece3049e793f5657ab0c8f522aec54c07785.tar.zst freebsd-ports-gnome-c571ece3049e793f5657ab0c8f522aec54c07785.zip |
- Add new port: math/R-cran-numDeriv
Methods for calculating (usually) accurate numerical first and
second order derivatives. Accurate calculations are done using
'Richardson"s' extrapolation or, when applicable, a complex step
derivative is available. A simple difference method is also provided.
Simple difference is (usually) less accurate but is much quicker
than 'Richardson"s' extrapolation and provides a useful cross-check.
Methods are provided for real scalar and vector valued functions.
WWW: https://cran.r-project.org/web/packages/numDeriv/
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index aadb284a5825..3469db680f03 100644 --- a/math/Makefile +++ b/math/Makefile @@ -55,6 +55,7 @@ SUBDIR += R-cran-nloptr SUBDIR += R-cran-nnls SUBDIR += R-cran-nortest + SUBDIR += R-cran-numDeriv SUBDIR += R-cran-outliers SUBDIR += R-cran-pbkrtest SUBDIR += R-cran-psych |