You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runme_spatiotemporal_INLARF11.R: Script implementing the INLA-RF1.1 algorithm to analyze the simulated data, correcting only the mean.
runme_spatiotemporal_INLARF12.R: Script implementing the INLA-RF1.2 algorithm to analyze the simulated data, correcting the mean and transfering the uncertainty between the steps of the algorithm.
runme_spatiotemporal_INLARF11_and_INLARF12_CV.R: Script implementing the INLA-RF algorithms (1.1 and 1.2) to perform the cross-validation analysis of the simulated data, correcting the mean without and with uncertainty propagation.
Simulation study 2 (purely temporal scenario)
runme_temporal_INLARF2.R: Script implementing the data simulation and the INLA-RF2 algorithm to analyze the simulated data, correcting only some pre-specified nodes of the spatio-temporal structure of the model.
Extra
diagonal_product.cpp: Script defining a function to compute only the diagonal elements of a product of two square sparse matrices in CSC format (for KLD computation).