‘DESCRIPTION’ get a DOI for the 2020 paper.
‘man/sim.est.Rd’ Example is better, no commented code.
Clean up of ‘*.R’ vs ‘*.r’; also a few more ‘man/*.Rd’ tweaks.
Improved flexibility and informativeness for several
plot() methods.
The model fitting functions are no longer S3 generic with a
default method, but regular functions (more efficiently).
in sim.est() and simestgcv(), A[,-c(1,2)]
needed to get a , drop=FALSE in order to work correctly for
e.g., n = 6.
Added simest to R-forge, notably Martin Maechler's
‘curves-etc’ project; also adding a BugReports: entry to
‘DESCRIPTION’.
Using match.arg(methods) and switch(method, ..) is
more efficient and more readable code.
added relevant example(fastmerge), showing merging with
default and more merging with larger tol.
fixed several ‘man/*.Rd’ ‘\link[pkg]{..}’ links, also other small ‘*.Rd’ issues.
added ‘./tests/’ directory and “regression” tests,
which found small inconsistencies, e.g., some methods needing more
than n = 2 observations.
CRAN's archive for simest at https://cran.r-project.org/src/contrib/Archive/simest/ shows
Name Last modified Size simest_0.1.tar.gz 2015-09-20 22:35 15K simest_0.2.tar.gz 2015-10-19 18:17 15K simest_0.3.tar.gz 2016-09-05 16:15 22K simest_0.4.tar.gz 2017-04-25 16:35 23K
Package simest was removed from the CRAN repository.
Formerly available versions can be obtained from the archive.
Archived on 2025-03-24 as email to the maintainer is undeliverable.
A summary of the most recent check results can be obtained from the check results archive.
Please use the canonical form https://CRAN.R-project.org/package=simest to link to this page.
sim.est() gets force = TRUE option and then uses
the new cvx.lse.con.reg() which calls conreg() from package
cobs. Hence cobs is now in simest's reverse
dependencies.
Now using faster .C(<name>, ....) instead of
.C("<name>", ...., PACKAGE = "simest")
Documentation: changing (x, y) to (t, z) where appropriate.
using new ‘src/init.c’ and ‘src/simest.h’ files
(necessary for the .C(<name>, ...) interface.
The C routines called by .C(<name>, *) documented now
(even though that is a bit unusual).
.
.
.
.
.
.
.
.
.
.
.