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.
This commit is contained in:
Mike M. Volokhov 2019-01-28 16:27:02 +02:00
parent 764db85eaa
commit 610c3cc05e
3 changed files with 35 additions and 0 deletions

10
R-fitdistrplus/DESCR Normal file
View File

@ -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.

19
R-fitdistrplus/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $NetBSD$
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= mishka@NetBSD.org
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"

6
R-fitdistrplus/distinfo Normal file
View File

@ -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