Title: N-Gram Based Text Categorization
Diff between textcat versions 0.0-4 dated 2010-07-26 and 0.0-5 dated 2010-08-09
Description: Text categorization based on n-grams
Author: Kurt Hornik, Johannes Rauch, Christian Buchta, Ingo Feinerer
Maintainer: Kurt Hornik
DESCRIPTION | 6 +++---
R/sysdata.rda |binary
2 files changed, 3 insertions(+), 3 deletions(-)
Title: R interface to the QuantLib library
Diff between RQuantLib versions 0.3.3 dated 2010-08-04 and 0.3.4 dated 2010-08-09
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, as well a 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
RQuantLib-0.3.3/RQuantLib/src/rquantlib.hpp |only
RQuantLib-0.3.4/RQuantLib/DESCRIPTION | 9
RQuantLib-0.3.4/RQuantLib/NAMESPACE | 2
RQuantLib-0.3.4/RQuantLib/R/arrays.R | 90 +
RQuantLib-0.3.4/RQuantLib/R/asian.R | 4
RQuantLib-0.3.4/RQuantLib/R/bermudan.R | 4
RQuantLib-0.3.4/RQuantLib/R/bond.R | 68 -
RQuantLib-0.3.4/RQuantLib/R/calendars.R | 24
RQuantLib-0.3.4/RQuantLib/R/discount.R | 2
RQuantLib-0.3.4/RQuantLib/R/hullWhiteCalibration.R | 6
RQuantLib-0.3.4/RQuantLib/R/implied.R | 6
RQuantLib-0.3.4/RQuantLib/R/option.R | 8
RQuantLib-0.3.4/RQuantLib/inst/ChangeLog | 40
RQuantLib-0.3.4/RQuantLib/man/EuropeanOptionArrays.Rd | 58 -
RQuantLib-0.3.4/RQuantLib/src/asian.cpp | 106 +-
RQuantLib-0.3.4/RQuantLib/src/barrier_binary.cpp | 197 +--
RQuantLib-0.3.4/RQuantLib/src/bermudan.cpp | 213 ++--
RQuantLib-0.3.4/RQuantLib/src/bonds.cpp | 897 ++++++++----------
RQuantLib-0.3.4/RQuantLib/src/calendars.cpp | 113 +-
RQuantLib-0.3.4/RQuantLib/src/curves.cpp | 192 +--
RQuantLib-0.3.4/RQuantLib/src/daycounter.cpp | 10
RQuantLib-0.3.4/RQuantLib/src/discount.cpp | 39
RQuantLib-0.3.4/RQuantLib/src/hullwhite.cpp | 159 +--
RQuantLib-0.3.4/RQuantLib/src/implieds.cpp | 96 -
RQuantLib-0.3.4/RQuantLib/src/rquantlib.h |only
RQuantLib-0.3.4/RQuantLib/src/utils.cpp | 401 +++-----
RQuantLib-0.3.4/RQuantLib/src/vanilla.cpp | 159 ++-
RQuantLib-0.3.4/RQuantLib/src/zero.cpp | 101 +-
28 files changed, 1565 insertions(+), 1439 deletions(-)
Title: L-moments, Trimmed L-moments, L-comoments, and Many
Distributions
Diff between lmomco versions 0.97.4 dated 2009-10-28 and 1.0.1 dated 2010-08-09
Description: The package implements the statistical theory of L-moments
including L-moment estimation, probability-weighted moment
estimation, parameter estimation for numerous familiar and
not-so-familiar distributions, and L-moment estimation for the
same distributions from the parameters. L-moments are derived
from the expectations of order statistics and are linear with
respect to the probability- weighted moments. L-moments are
directly analogous to the well-known product moments; however,
L-moments have many advantages including unbiasedness,
robustness, and consistency with respect to the product
moments. This package is oriented around the FORTRAN algorithms
of J.R.M. Hosking, and the nomenclature for many of the
functions parallels that of the Hosking library. However,
numerous extensions are made to aid in expand of the breadth
and ease of L-moment application. Much theoretical extension of
L-moment theory has occurred in recent years, including
extension of L-moments into right-tail censoring conditions by
censoring threshold and by indicator variable. Extension to
left-tail censoring is readily made by variable flipping,
treatment as right-tail censored, and back-flipping
(re-transformation). E.A.H. Elamir and A.H. Seheult have
developed the trimmed L-moments, which are implemented in this
package. Further, developments by Robert Serfling and Peng Xiao
have extended L-moments into multivariate space; the so-called
sample L-comoments are implemented here. The supported
distributions with moment type shown as L (L-moments) or TL
(trimmed L-moments) and additional support for right-tail
censoring ([RC]) include: Cauchy(TL), Exponential(L), Gamma(L),
Generalized Extreme Value(L), Generalized Lambda(L & TL),
Generalized Logistic (L), Generalized Normal(L), Generalized
Pareto(L[RC] & TL), Gumbel(L), Normal(L), Kappa(L), Pearson
Type III(L), Rayleigh(L), Reverse Gumbel(L[RC]), Wakeby(L), and
Weibull(L).
Author: William H. Asquith
Maintainer: William H. Asquith
ChangeLog | 63 +++++++++++++++++-------------
DESCRIPTION | 39 ++++++++++--------
INDEX | 108 +++++++++++++++++++++++++++-------------------------
R/fliplmoms.R |only
R/lmomRCmark.R |only
R/lmomsRCmark.R |only
README | 26 +++++-------
man/Lcomoment.Wk.Rd | 36 ++++++++++++++---
man/fliplmoms.Rd |only
man/lmomRCmark.Rd |only
man/lmomsRCmark.Rd |only
11 files changed, 158 insertions(+), 114 deletions(-)
Title: Demonstrations for teaching and learning
Diff between TeachingDemos versions 2.6 dated 2010-03-04 and 2.7 dated 2010-08-09
Description: This package is a set of demonstration functions that can
be used in a classroom to demonstrate statistical concepts, or
on your own to better understand the concepts or the
programming.
Author: Greg Snow
Maintainer: Greg Snow
DESCRIPTION | 13 ++-
NAMESPACE | 7 +-
NEWS | 18 +++++
R/HWidentify.R | 23 ++++--
R/R2txt.R | 146 +++++++++++++++++++++++++++++++++++++++++++
R/lattice.demo.R | 2
R/mysymbols.R | 22 ++++++
R/roc.demo.R | 4 -
R/rotate.cloud.R | 2
R/rotate.persp.R | 4 -
R/rotate.wireframe.R | 2
R/run.ci.examp.R | 18 ++---
R/run.cor.examp.R | 1
R/run.cor2.examp.R | 1
R/run.hist.demo.R | 4 -
R/run.old.cor.examp.R | 1
R/run.old.cor2.examp.R | 1
R/run.power.examp.R | 1
R/slideRule.R |only
R/vis.test.R | 14 +++-
R/z.test.R | 10 +-
man/HWidentify.Rd | 15 +++-
man/R2txt.Rd | 60 ++++++++++++++---
man/TeachingDemos-package.Rd | 2
man/dice.Rd | 16 ++++
man/ms.polygram.Rd | 18 ++++-
man/pairs2.Rd | 3
man/subplot.Rd | 30 +++++---
man/vis.test.Rd | 10 ++
29 files changed, 381 insertions(+), 67 deletions(-)
Title: Function estimation via Unbalanced Haar wavelets
Description: The package implements top-down and bottom-up algorithms
for nonparametric function estimation in Gaussian noise using
Unbalanced Haar wavelets.
Author: Piotr Fryzlewicz
Maintainer: Piotr Fryzlewicz
Diff between unbalhaar versions 1.0 dated 2006-07-27 and 2.0 dated 2010-08-09
unbalhaar-1.0/unbalhaar/man/unbalhaar.package.Rd |only unbalhaar-2.0/unbalhaar/DESCRIPTION | 25 +++++++++++++--------- unbalhaar-2.0/unbalhaar/R/best.unbal.haar.R | 6 ++--- unbalhaar-2.0/unbalhaar/R/best.unbal.haar.bu.R |only unbalhaar-2.0/unbalhaar/R/hard.thresh.R | 2 - unbalhaar-2.0/unbalhaar/R/hard.thresh.bu.R |only unbalhaar-2.0/unbalhaar/R/inner.prod.iter.R | 2 - unbalhaar-2.0/unbalhaar/R/inner.prod.max.R | 2 - unbalhaar-2.0/unbalhaar/R/inner.prod.max.p.R | 2 - unbalhaar-2.0/unbalhaar/R/med.R | 2 - unbalhaar-2.0/unbalhaar/R/reconstr.R | 2 - unbalhaar-2.0/unbalhaar/R/reconstr.bu.R |only unbalhaar-2.0/unbalhaar/R/uh.R | 2 - unbalhaar-2.0/unbalhaar/R/uh.bu.R |only unbalhaar-2.0/unbalhaar/R/unbal.haar.vector.R | 2 - unbalhaar-2.0/unbalhaar/man/best.unbal.haar.Rd | 10 ++++---- unbalhaar-2.0/unbalhaar/man/best.unbal.haar.bu.Rd |only unbalhaar-2.0/unbalhaar/man/hard.thresh.Rd | 4 +-- unbalhaar-2.0/unbalhaar/man/hard.thresh.bu.Rd |only unbalhaar-2.0/unbalhaar/man/reconstr.Rd | 6 ++--- unbalhaar-2.0/unbalhaar/man/reconstr.bu.Rd |only unbalhaar-2.0/unbalhaar/man/uh.Rd | 14 +++++++----- unbalhaar-2.0/unbalhaar/man/uh.bu.Rd |only unbalhaar-2.0/unbalhaar/man/unbalhaar-package.Rd |only 24 files changed, 44 insertions(+), 37 deletions(-)
Title: Extreme Values in R
Diff between evir versions 1.6 dated 2008-07-17 and 1.7 dated 2010-08-09
Description: Functions for extreme value theory, which may be divided
into the following groups; exploratory data analysis, block
maxima, peaks over thresholds (univariate and bivariate), point
processes, gev/gpd distributions.
Author: S original (EVIS) by Alexander McNeil
Maintainer: Bernhard Pfaff
DESCRIPTION | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
Title: Squared extrapolation methods for accelerating fixed-point
iterations
Diff between SQUAREM versions 2010.8-1 dated 2010-08-08 and 2010.8-2 dated 2010-08-09
Description: Algorithms for accelerating the convergence of slow,
monotone sequences from smooth, contraction mapping such as the
EM algorithm. It can be used to accelerate any smooth, linearly
convergent acceleration scheme. A tutorial style introduction
to this package is available in a vignette on the CRAN download
page or, when the package is loaded in an R session, with
vignette("SQUAREM").
Author: Ravi Varadhan
Maintainer: Ravi Varadhan
DESCRIPTION | 9 +++++----
LICENSE | 2 +-
NEWS | 3 +++
R/squarem.R | 41 +++++++++++++++++++++++++++--------------
inst/doc/SQUAREM.Stex | 2 +-
inst/doc/SQUAREM.pdf |binary
6 files changed, 37 insertions(+), 20 deletions(-)
Title: Laeken indicators for measuring social cohesion
Diff between laeken versions 0.1.1 dated 2010-06-23 and 0.1.2 dated 2010-08-09
Description: Calculate Laeken indicators for measuring social cohesion
and apply Pareto tail modeling to empirical income
distributions (including graphical tools).
Author: Andreas Alfons, Josef Holzer and Matthias Templ
Maintainer: Andreas Alfons
DESCRIPTION | 8 ++++----
NEWS | 6 ++++++
R/thetaWML.R | 2 +-
man/laeken-package.Rd | 4 ++--
4 files changed, 13 insertions(+), 7 deletions(-)
Title: delftfews R extensions
Diff between delftfews versions 0.1-0 dated 2010-07-09 and 0.3-19 dated 2010-08-09
Description: a collection of timeseries sets handling functions used
here at work (Nelen en Schuurmans), initially for the Lizard
Scripter.
Author: Mario Frasca
Maintainer: Mario Frasca
DESCRIPTION | 11 -
NAMESPACE | 16 +-
R/augment.R | 101 ++++++-------
R/select.R | 155 ++++++++++++++++++++-
R/timeseries-io.R | 43 +++--
R/utils.R | 157 +++++++++++++++++----
inst/RUnit/runit.augment.R | 143 ++++++++++---------
inst/RUnit/runit.select.R | 155 ++++++++++++++-------
inst/RUnit/runit.timeseries-io.R | 287 ++++++++++++++++++++++++++++++++++++++-
inst/RUnit/runit.utils.R | 190 +++++++++++++++++++++++++
man/contiguous.stretch.Rd |only
man/delftfews-package.Rd | 5
man/double.threshold.Rd |only
man/read.PI.Rd | 15 +-
man/rollingSum.Rd | 36 +---
man/select.percentiles.Rd | 10 -
man/timeseries.Rd | 11 +
man/write.PI.Rd | 7
tests/data |only
tests/doRUnit.R | 30 ++--
20 files changed, 1087 insertions(+), 285 deletions(-)
Title: Constrained, covariance-matching constrained and universal point
or block kriging
Diff between constrainedKriging versions 0.1.0 dated 2010-07-29 and 0.1.1 dated 2010-08-09
More information about constrainedKriging at CRAN
Description: The constrainedKriging package provides functions for
efficient computations of nonlinear spatial predictions with
local change of support. The package supplies functions for
tow-dimensional spatial interpolation by constrained,
covariance-matching constrained and universal (external drift)
kriging for points or block of any shape for data with a
nonstationary mean function and an isotropic weakly stationary
variogram. The linear spatial interpolation methods,
constrained and covariance-matching constrained kriging,
provide approximately unbiased prediction for nonlinear target
values under change of support. The constrainedKriging package
extends the range of geostatistical tools available in R and
provides a veritable alternative to conditional simulation for
nonlinear spatial prediction problems with local change of
support.
Author: Christoph Hofer
Maintainer: Christoph Hofer
DESCRIPTION | 6 +++---
R/f.pixconfig.R | 14 +++++++-------
R/f.pixelgrid.R | 2 +-
R/f.points.CKrige.R | 2 +-
R/f.points.preCKrige.R | 2 +-
inst/ChangeLog.txt |only
man/CKrige.Rd | 18 +++++++++++-------
7 files changed, 24 insertions(+), 20 deletions(-)
Permanent link
Title: Classification and Regression Training
Diff between caret versions 4.48 dated 2010-08-08 and 4.49 dated 2010-08-09
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
DESCRIPTION | 8 +--
R/resamples.R | 110 ++++++++++++++++++++++++++++++++------------
R/train.default.R | 14 +++++
inst/NEWS | 7 ++
inst/doc/caretMisc.pdf |binary
inst/doc/caretSelection.pdf |binary
inst/doc/caretTrain.pdf |binary
inst/doc/caretVarImp.pdf |binary
man/train.Rd | 2
9 files changed, 106 insertions(+), 35 deletions(-)
Title: Functions for phylogenetically based statistical analyses
Diff between PHYLOGR versions 1.0.6 dated 2007-10-09 and 1.0.7 dated 2010-08-09
Description: Manipulation and analysis of phylogenetically simulated
data sets and phylogenetically based analyses using GLS.
Author: Ramon Diaz-Uriarte
Maintainer: Ramon Diaz-Uriarte
CHANGES | 4 ++++
DESCRIPTION | 17 ++++++++++-------
man/Helper.functions.Rd | 4 ----
man/Lacertid.IC.Rd | 10 +++-------
man/Lacertid.Original.Rd | 5 +++--
man/Lacertid.varcov.Rd | 5 +++--
man/SimulExample.Rd | 43 ++++++++++++++++++++++---------------------
man/print.summary.phylog.Rd | 8 ++------
man/summary.phylog.cancor.Rd | 4 ++--
9 files changed, 49 insertions(+), 51 deletions(-)
Title: Hidden Markov Models
Diff between HiddenMarkov versions 1.3-2 dated 2010-07-30 and 1.4-0 dated 2010-08-09
Description: Contains functions for the analysis of Discrete Time
Hidden Markov Models, Markov Modulated GLMs and the Markov
Modulated Poisson Process. It includes functions for
simulation, parameter estimation, and the Viterbi algorithm.
See the topic "HiddenMarkov" for an introduction to the
package, and "Changes" for a list of recent changes. The
algorithms are based of those of Walter Zucchini.
Author: David Harte
Maintainer: David Harte
HiddenMarkov-1.3-2/HiddenMarkov/tests/dthmm-mmglm1.R |only
HiddenMarkov-1.4-0/HiddenMarkov/DESCRIPTION | 8 +-
HiddenMarkov-1.4-0/HiddenMarkov/R/Viterbi.mmglm1.R | 8 +-
HiddenMarkov-1.4-0/HiddenMarkov/R/Viterbi.mmpp.R |only
HiddenMarkov-1.4-0/HiddenMarkov/R/defunct.R |only
HiddenMarkov-1.4-0/HiddenMarkov/R/deprecated.R | 15 -----
HiddenMarkov-1.4-0/HiddenMarkov/R/mmglm0.R | 5 +
HiddenMarkov-1.4-0/HiddenMarkov/R/mmglm1.R | 4 +
HiddenMarkov-1.4-0/HiddenMarkov/R/pmmglm.R |only
HiddenMarkov-1.4-0/HiddenMarkov/R/probhmm.R | 10 +--
HiddenMarkov-1.4-0/HiddenMarkov/R/residuals.dthmm.R | 29 ++++++++--
HiddenMarkov-1.4-0/HiddenMarkov/R/residuals.mmglm1.R |only
HiddenMarkov-1.4-0/HiddenMarkov/R/residuals.mmglmlong1.R |only
HiddenMarkov-1.4-0/HiddenMarkov/inst/doc/index.html | 7 ++
HiddenMarkov-1.4-0/HiddenMarkov/man/Changes.Rd | 14 +++-
HiddenMarkov-1.4-0/HiddenMarkov/man/HiddenMarkov-defunct.Rd |only
HiddenMarkov-1.4-0/HiddenMarkov/man/HiddenMarkov-dthmm-deprecated.Rd | 1
HiddenMarkov-1.4-0/HiddenMarkov/man/HiddenMarkov-internal.Rd | 7 +-
HiddenMarkov-1.4-0/HiddenMarkov/man/HiddenMarkov-mmpp-deprecated.Rd | 2
HiddenMarkov-1.4-0/HiddenMarkov/man/mmglm.Rd | 2
HiddenMarkov-1.4-0/HiddenMarkov/man/probhmm.Rd | 17 ++---
HiddenMarkov-1.4-0/HiddenMarkov/man/residuals.Rd | 14 ++--
HiddenMarkov-1.4-0/HiddenMarkov/tests/dthmm-mmglm1-gaussian.R |only
HiddenMarkov-1.4-0/HiddenMarkov/tests/dthmm-mmglm1-gaussian.Rout.save |only
HiddenMarkov-1.4-0/HiddenMarkov/tests/mmglm0-mmglm1-binomial.R |only
HiddenMarkov-1.4-0/HiddenMarkov/tests/mmglm0-mmglm1-binomial.Rout.save |only
HiddenMarkov-1.4-0/HiddenMarkov/tests/mmglm0-mmglm1-gaussian.R |only
HiddenMarkov-1.4-0/HiddenMarkov/tests/mmglm0-mmglm1-gaussian.Rout.save |only
HiddenMarkov-1.4-0/HiddenMarkov/tests/mmglm0-mmglm1-gaussian1.R |only
HiddenMarkov-1.4-0/HiddenMarkov/tests/mmglm0-mmglm1-gaussian1.Rout.save |only
30 files changed, 81 insertions(+), 62 deletions(-)