Last data update: 2014.03.03

DistributionUtils

Package: DistributionUtils
Version: 0.5-1
Date: 2012-04-13
Title: Distribution Utilities
Author: David Scott <d.scott@auckland.ac.nz>
Maintainer: David Scott <d.scott@auckland.ac.nz>
Depends: R (>= 2.3.0), RUnit
Suggests: GeneralizedHyperbolic, VarianceGamma, SkewHyperbolic
Encoding: latin1
Description: This package contains utilities which are of use in the
packages I have developed for dealing with distributions.
Currently these packages are GeneralizedHyperbolic,
VarianceGamma, and SkewHyperbolic and NormalLaplace. Each of
these packages requires DistributionUtils. Functionality
includes sample skewness and kurtosis, log-histogram, tail
plots, moments by integration, changing the point about which a
moment is calculated, functions for testing distributions using
inversion tests and the Massart inequality. Also includes an
implementation of the incomplete Bessel K function.
License: GPL (>= 2)
Packaged: 2015-01-05 17:02:57 UTC; ripley
Repository: CRAN
Date/Publication: 2015-01-05 18:03:18
NeedsCompilation: yes


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'DistributionUtils' ...
** package 'DistributionUtils' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c IncompleteBessel.f -o IncompleteBessel.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o DistributionUtils.so IncompleteBessel.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/DistributionUtils/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'DistributionUtils'
    finding HTML links ... done
    DistributionUtils-internal              html  
    DistributionUtils-package               html  
    besselRatio                             html  
    distCalcRange                           html  
    distIneqMassart                         html  
    distIneqMassartPlot                     html  
    distMode                                html  
    distStepSize                            html  
    incompleteBesselK                       html  
    integrateDens                           html  
    inversionTests                          html  
    is.wholenumber                          html  
    logHist                                 html  
    momChangeAbout                          html  
    momIntegrated                           html  
    momSE                                   html  
    moranTest                               html  
    pDist                                   html  
    safeIntegrate                           html  
    sampleMoments                           html  
    tailPlot                                html  
    tsHessian                               html  
** building package indices
** testing if installed package can be loaded
* DONE (DistributionUtils)
Making 'packages.html' ... done