1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add new port: math/R-cran-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.

  WWW: https://cran.r-project.org/web/packages/quantreg/
This commit is contained in:
TAKATSU Tomonari 2015-11-15 16:28:26 +00:00
parent dca9c94809
commit 70f3c5f4bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401714
4 changed files with 30 additions and 0 deletions

View File

@ -44,6 +44,7 @@
SUBDIR += R-cran-pbkrtest
SUBDIR += R-cran-psych
SUBDIR += R-cran-quadprog
SUBDIR += R-cran-quantreg
SUBDIR += R-cran-sandwich
SUBDIR += R-cran-sm
SUBDIR += R-cran-sp

View File

@ -0,0 +1,20 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= quantreg
PORTVERSION= 5.19
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Quantile Regression
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= R-cran-SparseM>0:${PORTSDIR}/math/R-cran-SparseM \
R-cran-MatrixModels>0:${PORTSDIR}/math/R-cran-MatrixModels
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (quantreg_5.19.tar.gz) = 4c183e78d6b2ba1c9b43aaf076b2eb0c7c8de842d484ccc04f5a641159a57959
SIZE (quantreg_5.19.tar.gz) = 1718211

View File

@ -0,0 +1,7 @@
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.
WWW: https://cran.r-project.org/web/packages/quantreg/