Author: Fortran code by Alan Genz, R code by Adelchi Azzalini
Title: The multivariate normal and t distributions
Description: This package provides functions for computing the density
and the distribution function of, and for generating random
vectors from the multivariate normal and multivariate t
distributions. It provides functions similar in scope to those
of the package 'mvtnorm', but with some differences; one of
these is that probabilities are computed via a non-Monte Carlo
method.
Diff between mnormt versions 1.3-2 dated 2009-01-30 and 1.3-3 dated 2009-03-21
DESCRIPTION | 27 +++++++++++++++------------ R/mnormt.R | 2 -- history.txt | 3 ++- 3 files changed, 17 insertions(+), 15 deletions(-)
Author: The Institute of Statistical Mathematics
Title: TIMe Series Analysis and Control package
Description: Time series analysis and control program package TIMSAC.
Diff between timsac versions 1.1.3 dated 2007-07-07 and 1.2.1 dated 2009-03-21
CONTENTS | 8 DESCRIPTION | 13 - INDEX | 24 +- NAMESPACE | 2 R/timsac.R | 482 ++++++++++++++++++++++++++++++++++++++++++++++++--- data/LaborData.R |only inst/doc/changes.txt | 23 ++ inst/doc/index.html | 302 +++++++++++++++---------------- man/LaborData.Rd |only man/baysea.Rd |only man/bispecData.Rd | 2 man/canarm.Rd | 121 ++++++------ man/canoca.Rd | 8 man/decomp.Rd | 17 - man/mfilter.Rd | 2 man/mulnos.Rd | 2 man/raspec.Rd | 2 man/wnoise.Rd | 2 src/arma.c | 6 src/auspec.c | 7 src/autarm.c | 6 src/autarmf.f | 4 src/autcor.c | 6 src/baysea.c |only src/bayseaf.f |only src/bispec.c | 6 src/bispecf.f | 2 src/blocar.c | 6 src/blomar.c | 8 src/bsubst.c | 6 src/bsubstf.f | 4 src/canarm.c | 7 src/canarmf.f | 20 +- src/canoca.c | 6 src/canocaf.f | 12 - src/comsub.f | 2 src/covgen.c | 6 src/decomp6.c | 7 src/exsar.c | 6 src/fftcor.c | 6 src/fpeaut.c | 6 src/fpec.c | 6 src/markov.c | 6 src/markovf.f | 2 src/mlocar.c | 6 src/mlomar.c | 6 src/mulbar.c | 6 src/mulcor.c | 6 src/mulfre.c | 5 src/mulmar.c | 6 src/mulnos.c | 6 src/mulrsp.c | 5 src/mulspe.c | 6 src/ngsmth.c | 6 src/nonst.c | 6 src/nonstf.f | 4 src/optdes.c | 6 src/optsim.c | 6 src/perars.c | 6 src/prdctr.c | 6 src/raspec.c | 6 src/sglfre.c | 6 src/simcon.c | 6 src/smooth.c | 6 src/spgrh.c |only src/spgrhf.f |only src/thirmo.c | 6 src/tvar.c | 6 src/tvspc.c | 8 src/tvvar.c | 6 src/unibar.c | 6 src/unimar.c | 6 src/wnoise.c | 6 src/xsarma.c | 6 74 files changed, 936 insertions(+), 393 deletions(-)
Author: Andrew Gelman
Diff between mi versions 0.04-4 dated 2009-03-11 and 0.04-5 dated 2009-03-21
Title: Missing Data Imputation and Model Checking
Description: Missing-data imputation and model checking
CHANGELOG | 5 ++++-
DESCRIPTION | 8 ++++----
R/mi.R | 4 ++--
3 files changed, 10 insertions(+), 7 deletions(-)
Author: Original S code by Richard A. Becker and Allan R. Wilks. R
version by Ray Brownrigg
Diff between maps versions 2.0-40 dated 2008-04-17 and 2.1-0 dated 2009-03-21
Title: Draw Geographical Maps
Description: Display of maps. Projection code and larger maps are in
separate packages (mapproj and mapdata).
DESCRIPTION | 18 ++++++++++--------
man/map.axes.Rd | 2 --
src/Makefile.win | 30 +++++++++++-------------------
src/README | 10 +++++-----
4 files changed, 26 insertions(+), 34 deletions(-)
Author: Original S code by Richard A. Becker and Allan R. Wilks. R
version by Ray Brownrigg
Diff between mapdata versions 2.0-23 dated 2007-10-14 and 2.1-0 dated 2009-03-21
Title: Extra Map Databases
Description: Supplement to maps package, providing the larger and/or
higher-resolution databases.
DESCRIPTION | 18
src/Makefile.win | 47
src/README | 10
src/nzHires.gon | 3641 +++++++++++++++++++++------------------------------
src/nzHires.gonstats | 2
src/nzHires.line | 251 +--
src/nzHires.name | 2597 ++++++++++++++----------------------
7 files changed, 2743 insertions(+), 3823 deletions(-)
Author: Tom Radivoyevitch
Title: Combinatorially Complex Equilibrium Model Selection
Description: Dissociation constants of quasi-equilibriums of enzymes
and protein-ligand binding equilibriums in general are
systematically scanned though possibilities of being infinity
and/or equal to others. The automatically generated space of
models is then fitted to data.
Diff between ccems versions 1.01 dated 2009-03-14 and 1.02 dated 2009-03-21
DESCRIPTION | 8 - R/ems.R | 6 - R/mkGrids.R | 23 ++-- R/mkKd2Kj.R | 4 R/mkModel.R | 7 - R/mkSpurs.R | 22 ++-- R/mkg.R | 13 +- R/simulateData.R | 213 +++++++++++++++++++++++----------------------- inst/doc/ccems.pdf |binary inst/doc/versionNotes.txt | 25 ++++- inst/papers/BMCsysBio08 |only inst/papers/RX/RX.r | 6 - inst/papers/TK1/TK1.r | 171 ++++++++++++++++++++++-------------- man/TK1.Rd | 111 +++++++++++++++++++++-- man/ccems-package.Rd | 2 man/ems.Rd | 8 - man/mkGrids.Rd | 6 - man/mkModel.Rd | 3 man/mkSpurs.Rd | 6 - man/mkg.Rd | 8 - 20 files changed, 399 insertions(+), 243 deletions(-)