Other packages > Find by keyword >

spate  

Spatio-Temporal Modeling of Large Data Using a Spectral SPDE Approach
View on CRAN: Click here


Download and install spate package within the R console
Install from CRAN:
install.packages("spate")

Install from Github:
library("remotes")
install_github("cran/spate")

Install by package version:
library("remotes")
install_version("spate", "1.7.5")



Attach the package and use:
library("spate")
Maintained by
Fabio Sigrist
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2012-11-29
Latest Update: 2023-10-03
Description:
Functionality for spatio-temporal modeling of large data sets is provided. A Gaussian process in space and time is defined through a stochastic partial differential equation (SPDE). The SPDE is solved in the spectral space, and after discretizing in time and space, a linear Gaussian state space model is obtained. When doing inference, the main computational difficulty consists in evaluating the likelihood and in sampling from the full conditional of the spectral coefficients, or equivalently, the latent space-time process. In comparison to the traditional approach of using a spatio-temporal covariance function, the spectral SPDE approach is computationally advantageous. See Sigrist, Kuensch, and Stahel (2015) <doi:10.1111/rssb.12061> for more information on the methodology. This package aims at providing tools for two different modeling approaches. First, the SPDE based spatio-temporal model can be used as a component in a customized hierarchical Bayesian model (HBM). The functions of the package then provide parameterizations of the process part of the model as well as computationally efficient algorithms needed for doing inference with the HBM. Alternatively, the adaptive MCMC algorithm implemented in the package can be used as an algorithm for doing inference without any additional modeling. The MCMC algorithm supports data that follow a Gaussian or a censored distribution with point mass at zero. Covariates can be included in the model through a regression term.
How to cite:
Fabio Sigrist (2012). spate: Spatio-Temporal Modeling of Large Data Using a Spectral SPDE Approach. R package version 1.7.5, https://cran.r-project.org/web/packages/spate. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.0 (2012-11-29 19:26), 1.1 (2013-01-11 14:27), 1.2 (2013-05-09 19:13), 1.3 (2013-12-29 07:36), 1.4 (2015-01-25 21:30), 1.5 (2016-08-29 19:29), 1.6 (2019-09-24 12:10), 1.7.3 (2022-10-21 16:40), 1.7.4 (2022-11-02 09:42), 1.7 (2020-01-07 11:50)
Other packages that cited spate R package
View spate citation profile
Other R packages that spate depends, imports, suggests or enhances
Complete documentation for spate
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA