v2.4.0
Released on 2024-12-01
- Created the
group_predict
function, to obtain predictions on a testing set based on observations on a training set. - Added support for
stochvol
,stochvol.nig
,stochvolln
andbinomial
likelihoods incross_validation
function. - Changing the default
nu.upper.bound
to 2 in dimension 1, and keeping the defaultnu.upper.bound
to 4 in dimension 2 inrspde.matern()
function. - Created
matern.rational()
operators for creating stationary matern operators. - Created
spacetime.operators()
for creating space-time models. - Created
matern2d.operators()
for anisotropic operators. - Implemented space-time operators in cgeneric to be used in
INLA
andinlabru
. - Implemented anisotropic operators in cgeneric to be used in
INLA
andinlabru
. - Implemented stationary operators in cgeneric to be used in
INLA
andinlabru
. - Added vignette on space-time models.
- Added vignette on stationary models.
- Added vignette on anisotropic models.