CRANberries

CRANberries aggregates information about new and and updated packages from the
CRAN network for R available as this html version and a corresponding RSS feed.
Created and provided by Dirk Eddelbuettel.

Mon, 01 Mar 2010

New package saws with initial version 0.9-3.1
Package: saws
Type: Package
Title: Small-Sample Adjustments for Wald tests Using Sandwich Estimators
Version: 0.9-3.1
Date: 2010-03-01
Author: Michael Fay
Maintainer: Michael Fay
Description: Tests coefficients with sandwich estimator of variance and with small samples. Regression types supported are gee, cox regression, and conditional logistic regression.
Depends: R (>= 2.6.0), gee, survival, stats
Suggests: MASS
License: GPL (>= 2)
Packaged: 2010-03-01 15:59:35 UTC; faym
Repository: CRAN
Date/Publication: 2010-03-01 19:27:09

More information about saws at CRAN
Path: /cran/new | permanent link

Package qpcR updated to version 1.2-6 with previous version 1.2-5 dated 2010-02-19

Title: Modelling and analysis of real-time PCR data
Description: Model fitting, optimal model selection and calculation of various features that are essential in the analysis of quantitative real-time polymerase chain reaction (qPCR).
Author: Andrej-Nikolai Spiess , Christian Ritz
Maintainer: Andrej-Nikolai Spiess

Diff between qpcR versions 1.2-5 dated 2010-02-19 and 1.2-6 dated 2010-03-01

 DESCRIPTION      |    8 +--
 R/propagate.R    |  135 +++++++++++++++++++++++++++++++------------------------
 R/ratiocalc.r    |    7 +-
 man/propagate.Rd |   95 ++++++++++++++++----------------------
 man/ratiocalc.Rd |   67 ++++++++-------------------
 5 files changed, 148 insertions(+), 164 deletions(-)

More information about qpcR at CRAN
Path: /cran/updated | permanent link

Package cshapes updated to version 0.2-3 with previous version 0.2-2 dated 2010-01-28

Title: CShapes Dataset and Utilities
Description: Package for CShapes, a GIS dataset of country boundaries (1946-2008). Includes functions for data extraction and the computation of weights matrices.
Author: Nils B. Weidmann , Doreen Kuse , Kristian Skrede Gleditsch
Maintainer: Nils B. Weidmann , Kristian Skrede Gleditsch

Diff between cshapes versions 0.2-2 dated 2010-01-28 and 0.2-3 dated 2010-03-01

 ChangeLog                                    |    4 ++++
 DESCRIPTION                                  |   10 +++++-----
 R/cshp.R                                     |   12 +++++++++---
 inst/shp/cshapes.dbf                         |binary
 inst/shp/cshapes_shapefile_documentation.txt |    5 ++---
 man/cshp.Rd                                  |    6 ++++--
 6 files changed, 24 insertions(+), 13 deletions(-)

More information about cshapes at CRAN
Path: /cran/updated | permanent link

Package caret updated to version 4.33 with previous version 4.31 dated 2009-12-09

Title: Classification and Regression Training
Description: Misc functions for training and plotting classification and regression models
Author: Max Kuhn. Contributions from Jed Wing, Steve Weston, Andre Williams, Chris Keefer and Allan Engelhardt
Maintainer: Max Kuhn

Diff between caret versions 4.31 dated 2009-12-09 and 4.33 dated 2010-03-01

 caret-4.31/caret/inst/doc/caretMisc.tex      |only
 caret-4.31/caret/inst/doc/caretSelection.tex |only
 caret-4.31/caret/inst/doc/caretTrain.tex     |only
 caret-4.31/caret/inst/doc/caretVarImp.tex    |only
 caret-4.33/caret/DESCRIPTION                 |   13 
 caret-4.33/caret/R/createGrid.R              |   19 
 caret-4.33/caret/R/createModel.R             |   75 
 caret-4.33/caret/R/makeCubistFiles.R         |only
 caret-4.33/caret/R/misc.R                    |   43 
 caret-4.33/caret/R/predictionFunction.R      |   14 
 caret-4.33/caret/R/probFunction.R            |   19 
 caret-4.33/caret/R/roc.R                     |   24 
 caret-4.33/caret/R/rocPoint.R                |   28 
 caret-4.33/caret/R/selectByFilter.R          |    4 
 caret-4.33/caret/R/selection.R               |    7 
 caret-4.33/caret/R/train.default.R           |    2 
 caret-4.33/caret/inst/NEWS                   |   19 
 caret-4.33/caret/inst/doc/caretMisc.pdf      |  773 ++++----
 caret-4.33/caret/inst/doc/caretSelection.Rnw |  117 +
 caret-4.33/caret/inst/doc/caretSelection.pdf | 2522 +++++++++++++++------------
 caret-4.33/caret/inst/doc/caretTrain.Rnw     |   13 
 caret-4.33/caret/inst/doc/caretTrain.pdf     |binary
 caret-4.33/caret/inst/doc/caretVarImp.pdf    |  305 +--
 caret-4.33/caret/man/roc.Rd                  |    5 
 caret-4.33/caret/man/train.Rd                |   35 
 25 files changed, 2308 insertions(+), 1729 deletions(-)

More information about caret at CRAN
Path: /cran/updated | permanent link

Package WMBrukerParser updated to version 1.2 with previous version 1.1 dated 2009-12-23

Title: William and Mary Parser For Bruker-Ultraflex Mass Spec Data
Description: The package parses Bruker Ultraflex TOF mass spectrometry data and experimental parameter files into R structures for further signal processing and statistical analysis.
Author: William Cooke, Maureen Tracy and Dariya Malyarenko
Maintainer: William Cooke

Diff between WMBrukerParser versions 1.1 dated 2009-12-23 and 1.2 dated 2010-03-01

 DESCRIPTION                                            |    8 ++--
 R/BrukerParser.R                                       |    8 +++-
 inst/Examples/OptionsAndParametersParse1Run.txt        |   30 ++++++++---------
 inst/Examples/OptionsAndParametersParseAndCat2Runs.txt |   30 ++++++++---------
 man/BrukerParser.Rd                                    |    8 ++--
 man/ParseAndSave.Rd                                    |   24 ++++++-------
 man/ParserParams.Rd                                    |   30 ++++++++---------
 man/WMBrukerParser-package.Rd                          |    4 +-
 man/tofListMetaData.Rd                                 |    2 -
 9 files changed, 75 insertions(+), 69 deletions(-)

More information about WMBrukerParser at CRAN
Path: /cran/updated | permanent link

Package SweaveListingUtils updated to version 0.4.3 with previous version 0.4 dated 2009-11-03

Title: Utilities for Sweave together with TeX listings package
Description: provides utilities for defining R / Rd as Tex-package-listings "language" and including R / Rd source file (sniplets) copied from R-forge in its most recent version (or another url) thereby avoiding inconsistencies between vignette and documented source code
Author: Peter Ruckdeschel
Maintainer: Peter Ruckdeschel

Diff between SweaveListingUtils versions 0.4 dated 2009-11-03 and 0.4.3 dated 2010-03-01

 DESCRIPTION                                    |   14 
 R/SweaveListingUtils.R                         |   13 
 inst/TeX/Rdlisting.sty                         |    8 
 inst/doc/ExampleSweaveListingUtils.Rnw         |   21 -
 inst/doc/ExampleSweaveListingUtils.pdf         |binary
 man/0SweaveListingUtils-package.Rd             |    6 
 man/copySourceFromRForge.Rd                    |   11 
 man/lstinputSourceFromRForge.Rd                |   26 +
 man/lstset.Rd                                  |   20 -
 man/setToBeDefinedPkgs.Rd                      |    2 
 tests/Examples/SweaveListingUtils-Ex.Rout.save |  364 ++++++++++---------------
 11 files changed, 223 insertions(+), 262 deletions(-)

More information about SweaveListingUtils at CRAN
Path: /cran/updated | permanent link

Package BLCOP updated to version 0.2.4 with previous version 0.2.2 dated 2008-08-20

Title: Black-Litterman and copula-opinion pooling frameworks
Description: An implementation of the Black-Litterman Model and Atilio Meucci's copula opinion pooling framework. This should be regarded as a beta release.
Author: Francisco Gochez
Maintainer: Mango Solutions

Diff between BLCOP versions 0.2.2 dated 2008-08-20 and 0.2.4 dated 2010-03-01

 DESCRIPTION                     |   32 
 NAMESPACE                       |    6 
 NEWS                            |only
 R/BLAnalyzePost.r               |   72 
 R/BLPost.r                      |   60 
 R/densityPlots.r                |   42 
 R/extractreplace.r              |   36 
 R/methods.R                     |   15 
 R/portfolioopt.R                |only
 R/unittests.r                   |   68 
 inst/RUnit/copexample.RData     |only
 inst/RUnit/copexample2.RData    |only
 inst/RUnit/runit.BLPosterior.R  |   60 
 inst/RUnit/runit.COPPosterior.r |   38 
 inst/RUnit/runit.buildviews.R   |    5 
 inst/RUnit/runit.portfolioopt.R |only
 inst/RUnit/runit.showmethods.R  |only
 inst/doc/BLCOP.Rnw              |   68 
 inst/doc/BLCOP.pdf              | 5006 +++++++++++++++++++++-------------------
 inst/doc/Rplots.pdf             | 3827 +++++++++++++++++-------------
 man/BLPosterior.Rd              |   14 
 man/BLResult-class.Rd           |   10 
 man/BLViews-class.Rd            |    3 
 man/COPResult-class.Rd          |   15 
 man/COPViews-class.Rd           |    5 
 man/addBLViews.Rd               |   45 
 man/assetSet.Rd                 |   19 
 man/mvdistribution.Rd           |   16 
 man/optimalPortfolios.Rd        |   96 
 man/posteriorFeasibility.Rd     |    4 
 man/replacers.Rd                |   26 
 man/runBLCOPTestSuite.Rd        |   15 
 32 files changed, 5273 insertions(+), 4330 deletions(-)

More information about BLCOP at CRAN
Path: /cran/updated | permanent link

Package mboost updated to version 2.0-1 with previous version 2.0-0 dated 2010-02-01

Title: Model-Based Boosting
Description: Functional gradient descent algorithm (boosting) for optimizing general risk functions utilizing component-wise (penalised) least squares estimates or regression trees as base-learners for fitting generalized linear, additive and interaction models to potentially high-dimensional data.
Author: Torsten Hothorn, Peter Buehlmann, Thomas Kneib, Matthias Schmid and Benjamin Hofner
Maintainer: Torsten Hothorn

Diff between mboost versions 2.0-0 dated 2010-02-01 and 2.0-1 dated 2010-03-01

 DESCRIPTION                         |    8 +--
 NEWS                                |    5 ++
 R/bl.R                              |   75 +++++++++++++++++++++++++-----------
 R/btree.R                           |   20 ++++++---
 R/mboost.R                          |   10 ++--
 inst/CHANGES                        |    5 ++
 inst/doc/SurvivalEnsembles.pdf      |binary
 inst/doc/mboost_illustrations.pdf   |binary
 man/mboost_package.Rd               |   24 +++++------
 tests/Examples/mboost-Ex.Rout.save  |   10 ++--
 tests/bugfixes.R                    |   18 ++++++--
 tests/bugfixes.Rout.save            |   20 +++++++--
 tests/regtest-baselearner.Rout.save |    2 
 13 files changed, 134 insertions(+), 63 deletions(-)

More information about mboost at CRAN
Path: /cran/updated | permanent link

Package forensim updated to version 1.1-4 with previous version 1.1-3 dated 2009-12-18

Title: Statistical tools for the interpretation of forensic DNA mixtures
Description: Statistical methods and simulation tools for the interpretation of forensic DNA mixtures
Author: Hinda Haned
Maintainer: Hinda Haned

Diff between forensim versions 1.1-3 dated 2009-12-18 and 1.1-4 dated 2010-03-01

 DESCRIPTION          |   12 +++++++-----
 R/DNAproxy.R         |only
 R/PV.R               |only
 R/recordDrop.R       |only
 R/recordHeights.R    |only
 R/simMixSNP.R        |only
 R/tabDNAproxy.R      |only
 R/tabSPH.R           |only
 R/wrapdataL.R        |only
 R/zzz.R              |    2 +-
 data/dropdata.rdata  |only
 man/DNAproxy.Rd      |only
 man/PV.Rd            |only
 man/dropdata.Rd      |only
 man/recordDrop.Rd    |only
 man/recordHeights.Rd |only
 man/simMixSNP.Rd     |only
 man/tabDNAproxy.Rd   |only
 man/tabSPH.Rd        |only
 man/wrapdataL.Rd     |only
 20 files changed, 8 insertions(+), 6 deletions(-)

More information about forensim at CRAN
Path: /cran/updated | permanent link

New package r2lh with initial version 0.6
Package: r2lh
Type: Package
Title: R to LaTeX and HTML)
Version: 0.6
Date: 2010-03-01
Author: Christophe Genolini, Bernard Desgraupes, Lionel Riou Franca
Maintainer: Christophe Genolini
Description: generate univariate and bivariate analyses in LaTeX or HTML formats
License: GPL (>= 2)
Lazyload: yes
Depends: methods
URL: http:www.r-project.org
Collate: functions.R logical.R factor.R ordered.R discrete.R continuous.R rtlu.R rtlbDisplay.R rtlb.R
Encoding: latin1
Packaged: 2010-03-01 10:23:55 UTC; bernardo
Repository: CRAN
Date/Publication: 2010-03-01 15:03:16

More information about r2lh at CRAN
Path: /cran/new | permanent link

Package kml updated to version 1.1.1 with previous version 1.1 dated 2010-02-18

Title: K-Means for Longitudinal Data (KmL)
Description: KmL is an implementation of k-means specificaly design to deal with longitudinal data. It provide facilities to deal with missing value and propose a graphical interphace for chosing the correct number of clusters.
Author: Christophe Genolini
Maintainer: Christophe Genolini

Diff between kml versions 1.1 dated 2010-02-18 and 1.1.1 dated 2010-03-01

 DESCRIPTION             |    8 ++++----
 NAMESPACE               |    2 +-
 R/clusterizLongData.r   |    8 ++++----
 man/kml-package.Rd      |    4 ++--
 man/plotAllCriterion.Rd |only
 5 files changed, 11 insertions(+), 11 deletions(-)

More information about kml at CRAN
Path: /cran/updated | permanent link

Package caGUI updated to version 0.1-3 with previous version 0.1-2 dated 2009-11-23

Title: A Tcl/Tk GUI for the functions in the ca package
Description: A Graphical User Interface (GUI) for computation and visualization of simple, multiple and joint correspondence analysis with the ca package.
Author: Angelos Markos
Maintainer: Angelos Markos

Diff between caGUI versions 0.1-2 dated 2009-11-23 and 0.1-3 dated 2010-03-01

 DESCRIPTION   |    8 ++---
 R/caGUI.r     |   81 +++++++++++++++++-----------------------------------------
 statcount.gif |only
 3 files changed, 29 insertions(+), 60 deletions(-)

More information about caGUI at CRAN
Path: /cran/updated | permanent link

Package vars updated to version 1.4-7 with previous version 1.4-6 dated 2009-08-07

Title: VAR Modelling
Description: Estimation, lag selection, diagnostic testing, forecasting, causality analysis, forecast error variance decomposition and impulse response functions of VAR models and estimation of SVAR/SVEC models.
Author: Bernhard Pfaff
Maintainer: Bernhard Pfaff

Diff between vars versions 1.4-6 dated 2009-08-07 and 1.4-7 dated 2010-03-01

 DESCRIPTION       |   13 +++---
 NAMESPACE         |   15 ++++++
 R/causality.R     |  117 ++++++++++++++++++++++++++++++++++++------------------
 R/toMlm.R         |only
 inst/ChangeLog    |    8 +++
 inst/doc/vars.pdf |binary
 man/causality.Rd  |   37 ++++++++++++++---
 man/summary.Rd    |   17 +++++--
 tests             |only
 9 files changed, 151 insertions(+), 56 deletions(-)

More information about vars at CRAN
Path: /cran/updated | permanent link

New package random.polychor.pa with initial version 1.0
Package: random.polychor.pa
Type: Package
Title: A Parallel Analysis With Polychoric Correlation Matrices
Version: 1.0
Date: 2010-02-20
Author: Fabio Presaghi & Marta Desimoni
Maintainer: Fabio Presaghi
Description: The Function perform a parallel analysis using simulated polychoric correlation matrices. The nth-percentile of the eigenvalues distribution obtained from the randomly generated polychoric correlation matrices is returned. A plot comparing the two types of eigenvalues (real and simulated) will help determine the number of real eigenvalues that outperform random data. The function is based on the idea that if real data are non-normal and the polychoric correlation matrix is needed to perform a Factor Analysis, then the Parallel Analysis method used to choose a non-random number of factors should also be based on randomly generated polychoric correlation matrices and not on Pearson correlation matrices.
Depends: psych, nFactors
LazyLoad: yes
License: GPL (>= 2)
Encoding: latin1
Packaged: 2010-03-01 03:21:42 UTC; Administrator
Repository: CRAN
Date/Publication: 2010-03-01 06:57:59

More information about random.polychor.pa at CRAN
Path: /cran/new | permanent link

Package mvpart updated to version 1.3-1 with previous version 1.3-0 dated 2010-02-06

Title: Multivariate partitioning
Description: Multivariate regression trees
Author: rpart by Terry M Therneau and Beth Atkinson . R port of rpart by Brian Ripley . Some routines from vegan -- Jari Oksanen Extensions and adaptations of rpart to mvpart by Glenn De'ath .
Maintainer: Glenn De'ath

Diff between mvpart versions 1.3-0 dated 2010-02-06 and 1.3-1 dated 2010-03-01

 Changelog   |    4 +++-
 DESCRIPTION |    6 +++---
 R/formatg.R |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

More information about mvpart at CRAN
Path: /cran/updated | permanent link

Package VarianceGamma updated to version 0.3-0 with previous version 0.2-1 dated 2009-10-28

Title: The Variance Gamma Distribution
Description: This package provides functions for the variance gamma distributions. Density, distribution and quantile functions. Functions for random number generation and fitting of the variance gamma to data. Also, functions for computing moments of the variance gamma distribution of any order about any location. In addition, there are functions for checking the validity of parameters and to interchange different sets of parameterizatons for the variance gamma distribution.
Author: David Scott and Christine Yang Dong
Maintainer: David Scott

Diff between VarianceGamma versions 0.2-1 dated 2009-10-28 and 0.3-0 dated 2010-03-01

 VarianceGamma-0.2-1/VarianceGamma/tests/runitvgMoments.R |only
 VarianceGamma-0.3-0/VarianceGamma/ChangeLog              |    7 ++
 VarianceGamma-0.3-0/VarianceGamma/DESCRIPTION            |   12 +---
 VarianceGamma-0.3-0/VarianceGamma/NAMESPACE              |   17 +++---
 VarianceGamma-0.3-0/VarianceGamma/R/vgFitStart.R         |    6 +-
 VarianceGamma-0.3-0/VarianceGamma/inst                   |only
 VarianceGamma-0.3-0/VarianceGamma/man/VarianceGamma.Rd   |   38 +++++++--------
 VarianceGamma-0.3-0/VarianceGamma/man/vgFit.Rd           |    4 -
 VarianceGamma-0.3-0/VarianceGamma/man/vgFitStart.Rd      |    2 
 VarianceGamma-0.3-0/VarianceGamma/man/vgMom.Rd           |   16 +++---
 VarianceGamma-0.3-0/VarianceGamma/tests/doRUnit.R        |only
 VarianceGamma-0.3-0/VarianceGamma/tests/runTests         |only
 VarianceGamma-0.3-0/VarianceGamma/tests/testFunction     |only
 13 files changed, 55 insertions(+), 47 deletions(-)

More information about VarianceGamma at CRAN
Path: /cran/updated | permanent link

Package SkewHyperbolic updated to version 0.2-0 with previous version 0.1-2 dated 2009-10-28

Title: The Skew Hyperbolic Student t-distribution
Description: Functions are provided for the density function, distribution function, quantiles and random number generation for the skew hyperbolic t-distribution. There are also functions that fit the distribution to data. There are functions for the mean, variance, skewness, kurtosis and mode of a given distribution and to calculate moments of any order about any centre. To assess goodness of fit, there are functions to generate a Q-Q plot and a P-P plot.
Author: David Scott , Fiona Grimson
Maintainer: David Scott

Diff between SkewHyperbolic versions 0.1-2 dated 2009-10-28 and 0.2-0 dated 2010-03-01

 ChangeLog                         |   19 ++++++
 DESCRIPTION                       |   12 +--
 NAMESPACE                         |   18 +++--
 R/dskewhyp.R                      |  118 ++++++++++++++++++++------------------
 R/plot.skewhypFit.R               |   41 +++++++------
 R/qqskewhyp.R                     |   11 +--
 R/skewhypCheckPars.R              |    8 +-
 data/ais.R                        |only
 inst                              |only
 man/SkewHyperbolicDistribution.Rd |   15 ++--
 man/ais.Rd                        |only
 man/skewhypFit.Rd                 |    4 -
 man/skewhypMom.Rd                 |   18 ++---
 tests                             |only
 14 files changed, 150 insertions(+), 114 deletions(-)

More information about SkewHyperbolic at CRAN
Path: /cran/updated | permanent link

Package RcmdrPlugin.MAc updated to version 1.0.5 with previous version 1.0.4 dated 2010-02-22

Title: Meta-Analysis with Correlations (MAc) Rcmdr Plug-in
Description: This is an R-Commander plug-in for the MAc package (Meta-Analysis with Correlations). This package enables the user to conduct a meta-analysis in a menu-driven, graphical user interface environment (e.g., SPSS), while having the full statistical capabilities of R and the MAc package. The MAc package itself contains a variety of useful functions for conducting a research synthesis with correlational data. One of the unique features of the MAc package is in its integration of user-friendly functions to complete all statistical steps involved in a meta-analysis with correlations. It uses recommended procedures as described in The Handbook of Research Synthesis and Meta-Analysis (Cooper, Hedges, & Valentine, 2009).
Author: AC Del Re & William T. Hoyt
Maintainer: AC Del Re

Diff between RcmdrPlugin.MAc versions 1.0.4 dated 2010-02-22 and 1.0.5 dated 2010-03-01

 .Rd2dvi5756                    |only
 DESCRIPTION                    |   10 +++---
 R/RcmdrPlugin.R                |   29 +++++++++--------
 inst/etc/menus.txt             |    4 +-
 man/RcmdrPlugin.MAc-package.Rd |   68 ++++++++++++++++++++++++-----------------
 5 files changed, 63 insertions(+), 48 deletions(-)

More information about RcmdrPlugin.MAc at CRAN
Path: /cran/updated | permanent link

Package MAc updated to version 1.0.5 with previous version 1.0.4 dated 2010-02-21

Title: Meta-Analysis with Correlations
Description: This is an integrated meta-analysis package for conducting a research synthesis with correlational data. One of the unique features of this package is in its integration of user-friendly functions to complete all statistical steps involved in a meta-analysis with correlations. It uses recommended procedures as described in The Handbook of Research Synthesis and Meta-Analysis (Cooper, Hedges, & Valentine, 2009).
Author: AC Del Re & William T. Hoyt
Maintainer: AC Del Re

Diff between MAc versions 1.0.4 dated 2010-02-21 and 1.0.5 dated 2010-03-01

 DESCRIPTION        |    8 +-
 R/MAc.R            |  200 ++++++++++++++++++++++++++++++++++-------------------
 man/CatMod.Rd      |    2 
 man/CatModf.Rd     |   79 +-------------------
 man/ComplData.Rd   |    4 -
 man/MAc-package.Rd |    6 -
 man/wifun.Rd       |only
 7 files changed, 145 insertions(+), 154 deletions(-)

More information about MAc at CRAN
Path: /cran/updated | permanent link

New package GeneralizedHyperbolic with initial version 0.2-0
Package: GeneralizedHyperbolic
Version: 0.2-0
Date: 2010-02-24
Title: The generalized hyperbolic distribution
Author: David Scott
Maintainer: David Scott
Depends: R (>= 2.3.0), DistributionUtils
Suggests: VarianceGamma, actuar, SkewHyperbolic
Encoding: latin1
Description: This package provides functions for the hyperbolic and related distributions. Density, distribution and quantile functions and random number generation are provided for the hyperbolic distribution, the generalized hyperbolic distribution, the generalized inverse Gaussian distribution and the skew-Laplace distribution. Additional functionality is provided for the hyperbolic distribution, including fitting of the hyperbolic to data.
License: GPL (>= 2)
URL: http://www.r-project.org
Repository: CRAN
Repository/R-Forge/Project: rmetrics
Repository/R-Forge/Revision: 4411
Date/Publication: 2010-03-01 06:57:37
Packaged: 2010-03-01 02:33:13 UTC; dsco036

More information about GeneralizedHyperbolic at CRAN
Path: /cran/new | permanent link

New package DistributionUtils with initial version 0.1-0
Package: DistributionUtils
Version: 0.1-0
Date: 2010-02-09
Title: Distribution Utilities
Author: David Scott
Maintainer: David Scott
Depends: R (>= 2.3.0)
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. Additional packages are under development. Each of these packages requires DistributionUtils. Functionality includes sample skewness and kurtosis, log-histogram, moments by integration, changing the pint about which a moment is calculated, functions for testing distributions using inversion tests and the Massart inequality.
License: GPL (>= 2)
Packaged: 2010-03-01 02:33:06 UTC; dsco036
Repository: CRAN
Date/Publication: 2010-03-01 06:57:33

More information about DistributionUtils at CRAN
Path: /cran/new | permanent link

Built and running on Debian GNU/Linux using R, littler and blosxom. Last updated on Sun, 08 Jul 2007 at 20:24.