math/R-goftest: import R-goftest-1.2.2
Cramer-Von Mises and Anderson-Darling tests of goodness-of-fit for continuous univariate distributions, using efficient algorithms.
This commit is contained in:
parent
75aa4a1633
commit
adc0124e81
4 changed files with 24 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.471 2020/08/07 02:46:40 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.472 2020/08/07 02:50:20 brook Exp $
|
||||
|
||||
COMMENT= Mathematics
|
||||
|
||||
|
@ -59,6 +59,7 @@ SUBDIR+= R-generics
|
|||
SUBDIR+= R-genetics
|
||||
SUBDIR+= R-geoR
|
||||
SUBDIR+= R-geoRglm
|
||||
SUBDIR+= R-goftest
|
||||
SUBDIR+= R-gss
|
||||
SUBDIR+= R-gstat
|
||||
SUBDIR+= R-gtable
|
||||
|
|
2
math/R-goftest/DESCR
Normal file
2
math/R-goftest/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Cramer-Von Mises and Anderson-Darling tests of goodness-of-fit for
|
||||
continuous univariate distributions, using efficient algorithms.
|
14
math/R-goftest/Makefile
Normal file
14
math/R-goftest/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/08/07 02:50:21 brook Exp $
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/goftest/
|
||||
COMMENT= Classical Goodness-of-Fit Tests for Univariate Distributions
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= goftest
|
||||
R_PKGVER= 1.2-2
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
math/R-goftest/distinfo
Normal file
6
math/R-goftest/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/08/07 02:50:21 brook Exp $
|
||||
|
||||
SHA1 (R/goftest_1.2-2.tar.gz) = 04933372da35d0a1379a3e033d8de46122dbb575
|
||||
RMD160 (R/goftest_1.2-2.tar.gz) = 2e05ecfdbe3900ec58e8a02e0a4fc13026d3952a
|
||||
SHA512 (R/goftest_1.2-2.tar.gz) = b5e37d2a015c84c0b518871e58c57c833c8b14beabb892aa09fcabf692a0821320e59529cd3dd011f7f316d65f416d48e1c143eeb1bafef547c63f98126918e3
|
||||
Size (R/goftest_1.2-2.tar.gz) = 18485 bytes
|
Loading…
Reference in a new issue