pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/R-fitdistrplus: import R-fitdistrplus-1.0.14



Module Name:	pkgsrc-wip
Committed By:	Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By:	mishka
Date:		Mon Jan 28 16:27:02 2019 +0200
Changeset:	610c3cc05e47032615282a056159a5e19df57e92

Added Files:
	R-fitdistrplus/DESCR
	R-fitdistrplus/Makefile
	R-fitdistrplus/distinfo

Log Message:
wip/R-fitdistrplus: import R-fitdistrplus-1.0.14

Extends the fitdistr() function (of the MASS package) with several
functions to help the fit of a parametric distribution to non-censored
or censored data. Censored data may contain left censored, right
censored and interval censored values, with several lower and upper
bounds. In addition to maximum likelihood estimation (MLE), the
package provides moment matching (MME), quantile matching (QME) and
maximum goodness-of-fit estimation (MGE) methods (available only
for non-censored data). Weighted versions of MLE, MME and QME are
available. See e.g. Casella & Berger (2002). Statistical inference.
Pacific Grove.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=610c3cc05e47032615282a056159a5e19df57e92

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 R-fitdistrplus/DESCR    | 10 ++++++++++
 R-fitdistrplus/Makefile | 19 +++++++++++++++++++
 R-fitdistrplus/distinfo |  6 ++++++
 3 files changed, 35 insertions(+)

diffs:
diff --git a/R-fitdistrplus/DESCR b/R-fitdistrplus/DESCR
new file mode 100644
index 0000000000..380c05e866
--- /dev/null
+++ b/R-fitdistrplus/DESCR
@@ -0,0 +1,10 @@
+Extends the fitdistr() function (of the MASS package) with several
+functions to help the fit of a parametric distribution to non-censored
+or censored data. Censored data may contain left censored, right
+censored and interval censored values, with several lower and upper
+bounds. In addition to maximum likelihood estimation (MLE), the
+package provides moment matching (MME), quantile matching (QME) and
+maximum goodness-of-fit estimation (MGE) methods (available only
+for non-censored data). Weighted versions of MLE, MME and QME are
+available. See e.g. Casella & Berger (2002). Statistical inference.
+Pacific Grove.
diff --git a/R-fitdistrplus/Makefile b/R-fitdistrplus/Makefile
new file mode 100644
index 0000000000..8213316cd2
--- /dev/null
+++ b/R-fitdistrplus/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=	mishka%NetBSD.org@localhost
+HOMEPAGE=	https://lbbe.univ-lyon1.fr/fitdistrplus.html
+COMMENT=	Fit a Parametric Distribution to Non-Censored or Censored Data
+LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME=	fitdistrplus
+R_PKGVER=	1.0-14
+
+DEPENDS+=	R-npsurv>=0.4.0:../../wip/R-npsurv
+
+BUILDLINK_API_DEPENDS.R+=	R>=3.2.0
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-fitdistrplus/distinfo b/R-fitdistrplus/distinfo
new file mode 100644
index 0000000000..9ed3738e5d
--- /dev/null
+++ b/R-fitdistrplus/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/fitdistrplus_1.0-14.tar.gz) = 47f4920b3ca7decd309b0945ffeceb6a6277766c
+RMD160 (R/fitdistrplus_1.0-14.tar.gz) = 55202ee5faf7ffd4bbc13df9fb8e47ac6fcb5fe8
+SHA512 (R/fitdistrplus_1.0-14.tar.gz) = fe22c8fac983f294f2b7da8a89580ddee7112712a2e36c7e16fe4b2883bc04b0ce0620b47418a39c0ff618d93ce85f38531969030375da459af137f57612fd54
+Size (R/fitdistrplus_1.0-14.tar.gz) = 1606567 bytes


Home | Main Index | Thread Index | Old Index