Last data update: 2014.03.03

Delaporte

Package: Delaporte
Type: Package
Title: Statistical Functions for the Delaporte Distribution
Version: 2.3.1
Date: 2016-06-16
Authors@R: c(person(given="Avraham", family="Adler", role=c("aut", "cph", "cre"), email="Avraham.Adler@gmail.com"))
Description: Provides probability mass, distribution, quantile, random-variate generation, and method-of-moments parameter-estimation functions for the Delaporte distribution. The Delaporte is a discrete probability distribution which can be considered the convolution of a negative binomial distribution with a Poisson distribution. Alternatively, it can be considered a counting distribution with both Poisson and negative binomial components. It has been studied in actuarial science as a frequency distribution which has more variability than the Poisson, but less than the negative binomial.
License: GPL (>= 2) | LGPL (>= 3)
URL: https://bitbucket.org/aadler/delaporte
BugReports: https://bitbucket.org/aadler/delaporte/issues
Imports: Rcpp (>= 0.11.0), stats
LinkingTo: Rcpp
Suggests: testthat
ByteCompile: yes
NeedsCompilation: yes
Packaged: 2016-06-17 01:37:03 UTC; Parents
Author: Avraham Adler [aut, cph, cre]
Maintainer: Avraham Adler <Avraham.Adler@gmail.com>
Repository: CRAN
Date/Publication: 2016-06-17 08:56:58

● Cran Task View: Distributions
1 images, 3 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'Delaporte' ...
** package 'Delaporte' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c Delaporte.cpp -o Delaporte.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o Delaporte.so Delaporte.o RcppExports.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/Delaporte/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'Delaporte'
    finding HTML links ... done
    Delaporte-internal                      html  
    Delaporte-package                       html  
    Delaporte                               html  
** building package indices
** testing if installed package can be loaded
* DONE (Delaporte)
Making 'packages.html' ... done