diff options
author | wen <wen@pkgsrc.org> | 2016-01-01 11:47:40 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-01-01 11:47:40 +0000 |
commit | c30f0911dd41f53aaecb3ad2f24c0ff1fe8ba920 (patch) | |
tree | 5e7ac455746488f641d4613a59872dc70f6d2865 /math | |
parent | 85a3841f343f96acc7a7149a40be6195c55d8ced (diff) | |
download | pkgsrc-c30f0911dd41f53aaecb3ad2f24c0ff1fe8ba920.tar.gz |
Import quantreg-5.19 as math/R-quantreg.
Estimation and inference methods for models of conditional quantiles:
Linear and nonlinear parametric and non-parametric (total variation
penalized) models for conditional quantiles of a univariate response
and several methods for handling censored survival data. Portfolio
selection methods based on expected shortfall risk are also included.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-quantreg/DESCR | 5 | ||||
-rw-r--r-- | math/R-quantreg/Makefile | 22 | ||||
-rw-r--r-- | math/R-quantreg/distinfo | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/math/R-quantreg/DESCR b/math/R-quantreg/DESCR new file mode 100644 index 00000000000..8928b7a7969 --- /dev/null +++ b/math/R-quantreg/DESCR @@ -0,0 +1,5 @@ +Estimation and inference methods for models of conditional quantiles: +Linear and nonlinear parametric and non-parametric (total variation +penalized) models for conditional quantiles of a univariate response +and several methods for handling censored survival data. Portfolio +selection methods based on expected shortfall risk are also included. diff --git a/math/R-quantreg/Makefile b/math/R-quantreg/Makefile new file mode 100644 index 00000000000..4f6613b7c4d --- /dev/null +++ b/math/R-quantreg/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2016/01/01 11:47:40 wen Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/quantreg/ +COMMENT= Quantile Regression +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 + +R_PKGNAME= quantreg +R_PKGVER= 5.19 + +USE_LANGUAGES= c fortran + +DEPENDS+= R-SparseM>=0:../../math/R-SparseM \ + R-MatrixModels>=0:../../math/R-MatrixModels + +.include "../../math/blas/buildlink3.mk" +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-quantreg/distinfo b/math/R-quantreg/distinfo new file mode 100644 index 00000000000..8629bdb96d4 --- /dev/null +++ b/math/R-quantreg/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/01/01 11:47:40 wen Exp $ + +SHA1 (R/quantreg_5.19.tar.gz) = a47804ba0bebfd5e593dc2805d6426ee437726bb +RMD160 (R/quantreg_5.19.tar.gz) = 6f432b1882f00ff7b08d166b24b6abb7876a0cd9 +SHA512 (R/quantreg_5.19.tar.gz) = b93a23cf7affef39003d87d1606323a716af06bbf6d06835fbac0b33431a0f3dab8ab5be05fa9ee824f298707d3c188bf7e00edb1f696033bc75a51f3bba1e13 +Size (R/quantreg_5.19.tar.gz) = 1718211 bytes |