866d097aed
The poweRlaw package is an implementation of maximum likelihood estimators for a variety of heavy tailed distributions, including both the discrete and continuous power law distributions. Additionally, a goodness-of-fit based approach is used to estimate the lower cut-off for the scaling region.
19 lines
453 B
Makefile
19 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/03/03 01:23:29 minskim Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/csgillespie/poweRlaw
|
|
COMMENT= Analysis of heavy tailed distributions
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= R-VGAM-[0-9]*:../../math/R-VGAM
|
|
|
|
R_PKGNAME= poweRlaw
|
|
R_PKGVER= 0.70.1
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|