00_specfun
module; migrated
trigamma
and psi
to 00_lib_utils
.
Other functions in 00_specfun
are no longer necessary. The
COPYRIGHTS and DESCRIPTION files have been updated to reflect the
changes.03_barfima
, 03_karfima
,
03_garfima
, and 03_uwarfima
into a single
module named 05_generic
.link.btsr
function.01_RNG
to
01_distrib.f90
, now using R’s native
rand_unif
, rbeta
, dbeta
,
rgamma
, and dgamma
. The COPYRIGHTS and
DESCRIPTION files have been updated to reflect these changes.02_base
to support time-varying
nu
.btsr.sim
, btsr.extract
, and
btsr.fit
functions have been updated to support the new
models. Regression models can now be easily fitted using these
functions.sigma2 <- sum(er^2)/((n1 - k) * (dlink)^2)
sigma2 <- sum(er^2/((n1 - k) * (dlink)^2))
xreg
from zero to the
mean of the first p
observations.Minor Revision
Added the “_PACKAGE” special sentinel to fix the problem related to the fact that @docType package no longer automatically adds a -package alias.
Temporary disabled all subroutines that use integer(kind=8) (file 01_RNG.f90).
Fixed the ``not yet implemented: derived type components with non default lower bounds’’ message due to mag01 component in 01_RNG.f90 file and changed subroutines that use this component accordingly.
Minor fix
We fixed some typos in src/BTSR_init.c and added the information about this file to src/Makevars (this was missing in the last version)
Internal subroutines to simulate, extract and fit models were modified, but this caused no change in the results from previous versions. This change was done since using a construction such as ‘foo <- .check.model(model[1], “extract”)’ and then ‘.Fortran(foo,…)’ gives an error during the registration process. Therefore, we created auxiliary functions for each model.
We have fixed a typo in the FORTRAN subroutine used to predict BARC models. This should fix the memory allocation problem found in the last version.
Minor fix
We have added the file src/BTSR_init.c
Minor fix
00_lb.f90 was merged with 00_lbfgsb.f90
We have added more information to src/Makevars in order to setup dependencies for parallel make.
Minor fix
We have added explicit dependencies to src/Makevars to tell make the constraints on the order of compilation.
First version
Submission date: 2022-11-07