Title: Misc Functions of the Department of Statistics (e1071), TU Wien
Diff between e1071 versions 1.5-27 dated 2011-07-29 and 1.6 dated 2011-09-12
Description: Functions for latent class analysis, short time Fourier
transform, fuzzy clustering, support vector machines, shortest
path computation, bagged clustering, naive Bayes classifier,
...
Author: Evgenia Dimitriadou, Kurt Hornik, Friedrich Leisch, David
Meyer, and Andreas Weingessel
Maintainer: David Meyer
e1071-1.5-27/e1071/NEWS |only
e1071-1.6/e1071/DESCRIPTION | 10
e1071-1.6/e1071/MD5 |only
e1071-1.6/e1071/R/bincombinations.R | 3
e1071-1.6/e1071/R/countpattern.R | 2
e1071-1.6/e1071/R/naiveBayes.R | 2
e1071-1.6/e1071/R/svm.R | 4
e1071-1.6/e1071/R/tune.R | 4
e1071-1.6/e1071/inst/NEWS.Rd |only
e1071-1.6/e1071/inst/doc/svmdoc.pdf |binary
e1071-1.6/e1071/man/plot.svm.Rd | 3
e1071-1.6/e1071/src/Rsvm.c | 37 ---
e1071-1.6/e1071/src/svm.cpp | 369 ++++++++++++++++++++----------------
e1071-1.6/e1071/src/svm.h | 35 +++
14 files changed, 259 insertions(+), 210 deletions(-)
Title: Rcpp integration for the Eigen templated linear algebra library.
Diff between RcppEigen versions 0.1.1 dated 2011-06-25 and 0.1.2 dated 2011-09-12
Description: R and Eigen integration using Rcpp. Eigen is a C++ linear
template library for linear algebra: matrices, vectors,
numerical solvers and related algorithms. It supports dense
and sparse matrices on integer, floating point and complex
numbers. The performance on many algorithms is comparable with
some of the best implementations based on Lapack and level-3
BLAS.
The RcppEigen package includes the header files from the Eigen C++
template library (currently version 3.0.2). Thus users do not
need to install Eigen itself in order to use RcppEigen.
Eigen is licensed under the GNU LGPL version 3 or later, and also under
the GNU GPL version 2 or later. RcppEigen (the Rcpp
bindings/bridge to Eigen) is licensed under the GNU GPL version
2 or later, as is the rest of Rcpp.
Author: Douglas Bates, Romain Francois and Dirk Eddelbuettel
Maintainer: Douglas Bates, Romain Francois and Dirk Eddelbuettel
ChangeLog | 199 +++
DESCRIPTION | 15
MD5 |only
NAMESPACE | 8
R/SHLIB.R | 1
R/inline.R | 10
inst/doc/RcppEigen-unitTests.pdf |binary
inst/doc/unitTests-results/RcppEigen-unitTests.html | 22
inst/doc/unitTests-results/RcppEigen-unitTests.txt | 25
inst/examples/lmBenchmark.R | 5
inst/include/Eigen/Core | 7
inst/include/Eigen/src/Cholesky/LLT.h | 4
inst/include/Eigen/src/Core/BandMatrix.h | 13
inst/include/Eigen/src/Core/CwiseNullaryOp.h | 2
inst/include/Eigen/src/Core/Diagonal.h | 2
inst/include/Eigen/src/Core/Dot.h | 8
inst/include/Eigen/src/Core/Functors.h | 8
inst/include/Eigen/src/Core/Fuzzy.h | 4
inst/include/Eigen/src/Core/GenericPacketMath.h | 4
inst/include/Eigen/src/Core/MathFunctions.h | 8
inst/include/Eigen/src/Core/MatrixBase.h | 2
inst/include/Eigen/src/Core/NumTraits.h | 4
inst/include/Eigen/src/Core/PlainObjectBase.h | 8
inst/include/Eigen/src/Core/StableNorm.h | 10
inst/include/Eigen/src/Core/Transpose.h | 9
inst/include/Eigen/src/Core/TriangularMatrix.h | 17
inst/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h | 2
inst/include/Eigen/src/Core/products/GeneralMatrixMatrix.h | 10
inst/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h | 8
inst/include/Eigen/src/Core/products/GeneralMatrixVector.h | 4
inst/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h | 18
inst/include/Eigen/src/Core/products/SelfadjointMatrixVector.h | 2
inst/include/Eigen/src/Core/products/TriangularMatrixMatrix.h | 16
inst/include/Eigen/src/Core/products/TriangularMatrixVector.h | 4
inst/include/Eigen/src/Core/products/TriangularSolverMatrix.h | 8
inst/include/Eigen/src/Core/products/TriangularSolverVector.h | 4
inst/include/Eigen/src/Core/util/Macros.h | 4
inst/include/Eigen/src/Core/util/Memory.h | 14
inst/include/Eigen/src/Core/util/Meta.h | 1
inst/include/Eigen/src/Eigen2Support/Cwise.h | 8
inst/include/Eigen/src/Eigen2Support/CwiseOperators.h | 18
inst/include/Eigen/src/Eigen2Support/Geometry/AlignedBox.h | 30
inst/include/Eigen/src/Eigen2Support/SVD.h | 18
inst/include/Eigen/src/Eigenvalues/ComplexSchur.h | 4
inst/include/Eigen/src/Eigenvalues/EigenSolver.h | 4
inst/include/Eigen/src/Eigenvalues/RealSchur.h | 4
inst/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h | 2
inst/include/Eigen/src/Geometry/AlignedBox.h | 14
inst/include/Eigen/src/Geometry/AngleAxis.h | 2
inst/include/Eigen/src/Geometry/Hyperplane.h | 2
inst/include/Eigen/src/Geometry/ParametrizedLine.h | 6
inst/include/Eigen/src/LU/FullPivLU.h | 4
inst/include/Eigen/src/LU/PartialPivLU.h | 8
inst/include/Eigen/src/LU/arch/Inverse_SSE.h | 9
inst/include/Eigen/src/QR/ColPivHouseholderQR.h | 4
inst/include/Eigen/src/QR/FullPivHouseholderQR.h | 14
inst/include/Eigen/src/QR/HouseholderQR.h | 18
inst/include/Eigen/src/SVD/JacobiSVD.h | 8
inst/include/Eigen/src/Sparse/AmbiVector.h | 2
inst/include/Eigen/src/Sparse/CompressedStorage.h | 2
inst/include/Eigen/src/Sparse/DynamicSparseMatrix.h | 2
inst/include/Eigen/src/Sparse/SparseFuzzy.h | 2
inst/include/Eigen/src/Sparse/SparseMatrix.h | 2
inst/include/Eigen/src/Sparse/SparseMatrixBase.h | 4
inst/include/Eigen/src/Sparse/SparseSelfAdjointView.h | 6
inst/include/Eigen/src/Sparse/SparseSparseProduct.h | 6
inst/include/Eigen/src/StlSupport/StdVector.h | 18
inst/include/PlainObjectBaseAddon.h |only
inst/include/RcppEigen.h | 5
inst/include/RcppEigenCholmod.h |only
inst/include/RcppEigenConfig.h | 2
inst/include/RcppEigenForward.h | 24
inst/include/RcppEigenStubs.h |only
inst/include/RcppEigenWrap.h | 201 ++-
inst/include/unsupported/Eigen/SparseExtra | 2
inst/include/unsupported/Eigen/src/SparseExtra/CholmodSupport.h | 556 +++++-----
inst/include/unsupported/Eigen/src/SparseExtra/SimplicialCholesky.h | 227 +++-
inst/include/unsupported/Eigen/src/SparseExtra/UmfPackSupport.h | 4
inst/skeleton/Makevars | 4
inst/unitTests/runit.RcppEigen.R |only
inst/unitTests/runit.sparse.R |only
src/fastLm.cpp | 53
82 files changed, 1185 insertions(+), 604 deletions(-)
Title: Access Betfair API from R
Diff between betfairly versions 1.0 dated 2011-09-11 and 1.1 dated 2011-09-12
Description: An R interface to the Betfair API. The user can choose the
type of output to be XML, S4 (representing native Betfair SOAP
types), nested list or simplified R objects ready to be used in
the statistical analysis.
Author: Vitalie Spinu
Maintainer: Vitalie Spinu
betfairly-1.0/betfairly/svn-commit.tmp.save |only
betfairly-1.1/betfairly/DESCRIPTION | 21 ++++++------
betfairly-1.1/betfairly/MD5 | 17 ++++------
betfairly-1.1/betfairly/R/betfair.R | 4 +-
betfairly-1.1/betfairly/R/classes.R | 11 ++----
betfairly-1.1/betfairly/R/funcs.R | 10 +++--
betfairly-1.1/betfairly/inst/doc |only
betfairly-1.1/betfairly/inst/extra/utils.R | 2 -
betfairly-1.1/betfairly/man/betfair-class.Rd | 12 ++-----
betfairly-1.1/betfairly/man/bfInitClasses.Rd | 2 -
betfairly-1.1/betfairly/man/fromBFXML-methods.Rd | 39 ++---------------------
11 files changed, 44 insertions(+), 74 deletions(-)
Title: The Trapezoidal Distribution
Diff between trapezoid versions 1.0-1 dated 2011-04-10 and 1.0-2 dated 2011-09-12
Description: The trapezoid package provides dtrapezoid, ptrapezoid,
qtrapezoid, and rtrapezoid functions for the trapezoidal
distribution.
Author: Jeremy Thoms Hetzel [aut, cre]
Maintainer: Jeremy Thoms Hetzel
ChangeLog |only
DESCRIPTION | 16 ++++++++--------
MD5 |only
build.R | 7 +++++++
inst/doc/trapezoid.pdf |binary
5 files changed, 15 insertions(+), 8 deletions(-)
Title: Record Linkage in R
Diff between RecordLinkage versions 0.3-4 dated 2011-08-10 and 0.3-5 dated 2011-09-12
Description: Provides functions for linking and deduplicating data
sets. Methods based on a stochastical approach are implemented
as well as classification algorithms from the machine learning
domain.
Author: Andreas Borg
Maintainer: Murat Sariyar
DESCRIPTION | 8 ++++----
MD5 | 16 ++++++++--------
NEWS | 3 +++
R/tools.r | 6 +++---
inst/doc/BigData.pdf |binary
inst/doc/EVT.pdf |binary
inst/doc/Supervised.pdf |binary
inst/doc/WeightBased.pdf |binary
inst/unitTests/runit.tools.r | 17 +++++++++++++++++
9 files changed, 35 insertions(+), 15 deletions(-)
Title: Benchmark and frontier analysis using DEA and SFA
Diff between Benchmarking versions 0.19 dated 2011-04-15 and 0.20 dated 2011-09-12
Description: The package contains methods to support frontier analysis.
It covers Data Envelopment Analysis (DEA). DEA is supported
under different technology assumptions (fdh, vrs, drs, crs,
irs, add/frh, and fdh+), and using different efficiency
measures (input based, output based, hyperbolic graph,
additive, super, and directional efficency). Peers and slacks
are available, partial price information can be included, and
optimal cost, revenue and profit can be calculated. Evaluation
of mergers is also supported. Methods for graphing the
technology sets are also included. The package also support
comparative methods based on Stochastic Frontier Analyses
(SFA). In general, the methods can be used to solve not only
standard models, but also many other model variants. The
package complements the book, Bogetoft and Otto, Benchmarking
with DEA, SFA, and R, Springer-Verlag, 2011, but can of course
also be used as a stand-alone package.
Author: Peter Bogetoft and Lars Otto
Maintainer: Lars Otto
DESCRIPTION | 10 +++++-----
MD5 |only
NEWS | 16 +++++++++++++++-
R/bootStat.R | 7 ++++---
R/cost.R | 6 +++---
R/dea.R | 22 ++++++----------------
R/dea.dual.R | 3 ++-
R/dea.merge.R | 6 +++---
R/dea.web.R |only
R/deaUtil.R | 16 ++++++++++++----
R/minDirection.R | 7 ++++---
man/Benchmarking-package.Rd | 8 ++++----
man/addModel.Rd | 4 ++--
man/cost.opt.Rd | 4 ++--
man/critValue.Rd | 4 ++--
man/dea.Rd | 15 ++++++++-------
man/dea.boot.Rd | 4 ++--
man/dea.direct.Rd | 4 ++--
man/dea.dual.Rd | 4 ++--
man/dea.merge.Rd | 4 ++--
man/dea.plot.Rd | 4 ++--
man/eff.Rd | 4 ++--
man/eff.dens.Rd | 4 ++--
man/eladder.Rd | 35 ++++++++++++++++++++++++-----------
man/excess.Rd | 4 ++--
man/lambda.Rd | 4 ++--
man/make.merge.Rd | 4 ++--
man/mea.Rd | 15 +++++++++++----
man/outlier.Rd | 2 +-
man/peers.Rd | 6 +++---
man/sdea.Rd | 2 +-
man/sfa.Rd | 4 ++--
man/slack.Rd | 2 +-
man/typeIerror.Rd | 4 ++--
34 files changed, 137 insertions(+), 101 deletions(-)
Title: Calibration functions for analytical chemistry
Diff between chemCal versions 0.1-26 dated 2007-10-02 and 0.1-27 dated 2011-09-12
Description: chemCal provides simple functions for plotting linear
calibration functions and estimating standard errors for
measurements according to the Handbook of Chemometrics and
Qualimetrics: Part A by Massart et al. There are also functions
estimating the limit of detection (LOQ) and limit of
quantification (LOD). The functions work on model objects from
- optionally weighted - linear regression (lm) or robust linear
regression (rlm from the MASS package).
Author: Johannes Ranke
Maintainer: Johannes Ranke
chemCal-0.1-26/chemCal/inst/doc/Rplots.ps |only
chemCal-0.1-26/chemCal/inst/doc/chemCal.aux |only
chemCal-0.1-26/chemCal/inst/doc/chemCal.bbl |only
chemCal-0.1-26/chemCal/inst/doc/chemCal.blg |only
chemCal-0.1-26/chemCal/inst/doc/chemCal.log |only
chemCal-0.1-26/chemCal/inst/doc/chemCal.out |only
chemCal-0.1-27/chemCal/DESCRIPTION | 29 ++++++++++++-----------
chemCal-0.1-27/chemCal/MD5 |only
chemCal-0.1-27/chemCal/data/din32645.rda |binary
chemCal-0.1-27/chemCal/inst/doc/chemCal-001.pdf |binary
chemCal-0.1-27/chemCal/inst/doc/chemCal-002.pdf |binary
chemCal-0.1-27/chemCal/inst/doc/chemCal.pdf |binary
chemCal-0.1-27/chemCal/inst/doc/chemCal.tex | 4 +--
chemCal-0.1-27/chemCal/man/calplot.lm.Rd | 9 ++++++-
chemCal-0.1-27/chemCal/tests/din32645.Rout.save | 9 +++----
chemCal-0.1-27/chemCal/tests/massart97.Rout.save | 17 +++++++------
16 files changed, 41 insertions(+), 27 deletions(-)
Title: An R Package for the Calculation and Visualization of Student
Growth Percentiles.
Diff between SGP versions 0.5-0.0 dated 2011-08-25 and 0.6-0.0 dated 2011-09-12
Description: Functions to calculate student growth percentiles and
percentile growth projections/trajectories for students using
large scale, longitudinal assessment data. Functions use
quantile regression to estimate the conditional density
associated with each student's achievement history. Percentile
growth projections/trajectories are calculated using the
coefficient matrices derived from the quantile regression
analyses and specify what percentile growth is required for
students to reach future achievement targets.
Author: Damian W. Betebenner
Maintainer: Damian W. Betebenner
DESCRIPTION | 8
MD5 | 41 -
NAMESPACE | 2
R/SGP-class.R | 2
R/bubblePlot_Styles.R | 4
R/growthAchievementPlot.R | 99 +-
R/is.SGP.R |only
R/prepareSGP.R | 8
R/studentGrowthPercentiles.R | 25
R/studentGrowthPlot.R | 27
R/studentGrowthPlot_Styles.R |only
R/studentGrowthProjections.R | 6
R/summarizeSGP.R | 2
R/visualizeSGP.R | 1401 +++++++++++++++++-----------------------
data/stateData.rda |binary
inst/CITATION | 4
inst/NEWS | 11
man/SGP-class.Rd | 12
man/SGP-package.Rd | 4
man/studentGrowthPlot.Rd | 4
man/studentGrowthPlot_Styles.Rd |only
man/summarizeSGP.Rd | 2
man/visualizeSGP.Rd | 20
23 files changed, 781 insertions(+), 901 deletions(-)
Title: R interface to the QuantLib library
Diff between RQuantLib versions 0.3.7 dated 2011-04-04 and 0.3.8 dated 2011-09-12
Description: The RQuantLib package makes parts of QuantLib visible to
the R user. Currently a number option pricing functions are
included, both vanilla and exotic, as well as a broad range of
fixed-income functions. Also included are general calendaring
and holiday utilities. Further software contributions are
welcome.
The QuantLib project aims to provide a comprehensive software framework
for quantitative finance. The goal is to provide a standard
open source library for quantitative analysis, modeling,
trading, and risk management of financial assets.
The Windows binary version is self-contained and does not require a
QuantLib (or Boost) installation.
RQuantLib uses the Rcpp R/C++ interface class library. See the Rcpp
package on CRAN (or R-Forge) for more information on Rcpp.
Note that while RQuantLib's code is licensed under the GPL (v2 or
later), QuantLib itself is released under a somewhat less
restrictive Open Source license (see QuantLib-License.txt).
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel
ChangeLog | 29 ++++-
DESCRIPTION | 8 -
MD5 |only
NAMESPACE | 1
R/bond.R | 3
R/dayCounter.R | 40 +++++--
configure | 269 +++++++++++++++++++++++++-----------------------
configure.in | 9 +
man/Bond.Rd | 5
man/Calendars.Rd | 9 +
man/DiscountCurve.Rd | 4
man/FixedRateBond.Rd | 3
man/FloatingRateBond.Rd | 1
src/Makevars.win | 7 -
src/bonds.cpp | 11 +
src/daycounter.cpp | 20 +++
src/discount.cpp | 7 -
src/utils.cpp | 4
18 files changed, 268 insertions(+), 162 deletions(-)
Title: R Bindings for the Discourse Network Analyzer
Diff between rDNA versions 1.27 dated 2011-04-13 and 1.28 dated 2011-09-12
Description: A package that controls the Java software Discourse
Network Analyzer (DNA) from within R. Network matrices,
statement frequency time series and attributes of actors can be
transferred directly into R.
Author: Philip Leifeld
Maintainer: Philip Leifeld
DESCRIPTION | 8 ++++----
MD5 |only
NAMESPACE | 2 +-
R/rDNA.R | 18 +++++++++++++-----
inst/doc/history.txt | 4 ++++
man/dna.attributes.Rd | 7 +++----
man/dna.categories.Rd | 7 +++----
man/dna.density.Rd | 6 +++---
man/dna.gui.Rd | 14 +++++++++++++-
man/dna.init.Rd | 10 +++++-----
man/dna.network.Rd | 14 +++++++-------
man/dna.timeseries.Rd | 7 +++----
12 files changed, 59 insertions(+), 38 deletions(-)
Title: Software for Bayesian Inference
Diff between LaplacesDemon versions 11.09.05 dated 2011-09-05 and 11.09.12 dated 2011-09-12
Description: Laplace's Demon is software for Bayesian inference.
Author: Byron Hall
Maintainer: Byron Hall
CHANGELOG | 10
DESCRIPTION | 8
MD5 | 30 +-
R/CenterScale.R | 3
R/LaplaceApproximation.R | 6
R/LaplacesDemon.R | 6
R/caterpillar.plot.R | 8
R/plot.demonoid.R | 14 -
R/plot.laplace.R | 2
inst/CITATION | 2
inst/doc/BayesianInference.pdf |binary
inst/doc/Examples.Stex | 462 ++++++++++++++++++++++++++++++++++++++++-
inst/doc/Examples.pdf |binary
inst/doc/LaplacesDemon.pdf |binary
inst/doc/References.bib | 11
man/CenterScale.Rd | 2
16 files changed, 523 insertions(+), 41 deletions(-)
Title: Bolstad functions
Diff between Bolstad versions 0.2-19 dated 2011-06-15 and 0.2-20 dated 2011-09-12
Description: A set of R functions and data sets for the book
Introduction to Bayesian Statistics, Bolstad, W.M. (2007), John
Wiley & Sons ISBN 0-471-27020-2
Author: James Curran
Maintainer: James M. Curran
DESCRIPTION | 8 ++++----
MD5 |only
R/binodp.r | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)