diff options
author | tota <tota@FreeBSD.org> | 2012-04-19 20:36:13 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-04-19 20:36:13 +0800 |
commit | 6cf74f5799011b4cdc645bb235b1cd9bc732b3e2 (patch) | |
tree | 2438025e962e7dabd947a88527f1b99d87b45e68 /finance/Makefile | |
parent | 56442e5ef608e009a1f4d8623f3b94f65ad00986 (diff) | |
download | freebsd-ports-gnome-6cf74f5799011b4cdc645bb235b1cd9bc732b3e2.tar.gz freebsd-ports-gnome-6cf74f5799011b4cdc645bb235b1cd9bc732b3e2.tar.zst freebsd-ports-gnome-6cf74f5799011b4cdc645bb235b1cd9bc732b3e2.zip |
- Add a new port: finance/R-cran-PerformanceAnalytics
Collection of econometric functions for performance and risk analysis.
This package aims to aid practitioners and researchers in utilizing
the latest research in analysis of non-normal return streams. In
general, it is most tested on return (rather than price) data on a
regular scale, but most functions will work with irregular return
data as well, and increasing numbers of functions will work with
P&L or price data where possible.
WWW: http://cran.r-project.org/web/packages/PerformanceAnalytics/
Diffstat (limited to 'finance/Makefile')
-rw-r--r-- | finance/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index 2ef92804e18a..51fe03c4d1ca 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -3,6 +3,7 @@ COMMENT = Monetary, financial and related applications + SUBDIR += R-cran-PerformanceAnalytics SUBDIR += R-cran-RFinanceYJ SUBDIR += R-cran-TTR SUBDIR += R-cran-ccgarch |