dc1b9bf60d
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.
22 lines
532 B
Makefile
22 lines
532 B
Makefile
# $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"
|