Learn R Programming

⚠️There's a newer version (0.6.0) of this package.Take me there.

FastGaSP (version 0.5.3)

Fast and Exact Computation of Gaussian Stochastic Process

Description

Implements fast and exact computation of Gaussian stochastic process with the Matern kernel using forward filtering and backward smoothing algorithm. It allows for the cases with or without a noise. See the reference: Mengyang Gu and Yanxun Xu, 2020, Journal of Computational and Graphical Statistics.

Copy Link

Version

Install

install.packages('FastGaSP')

Monthly Downloads

267

Version

0.5.3

License

GPL (>= 2)

Maintainer

Mengyang Gu

Last Published

April 26th, 2024

Functions in FastGaSP (0.5.3)

predictobj.fgasp-class

Predictive results for the Fast GaSP class
log_lik

Natural logarithm of profile likelihood by the fast computing algorithm
Kalman_smoother

the predictive mean and predictive variance by Kalman Smoother
Sample_KF_post

Sample the posterior distribution of the process using the backward smoothing algorithm
Sample_KF

Sample the prior process using a dynamic linear model
fgasp-class

Fast GaSP class
Construct_G_exp

The coefficient matrix in the dynamic linear model when kernel is the exponential covariance
fgasp

Setting up the Fast GaSP model
Get_C_R_K_Q

matrices and vectors for the inverse covariance in the predictive distribution
Get_log_det_S2

the natural logarithm of the determinant of the correlation matrix and the estimated sum of squares in the exponent of the profile likelihood
Construct_W0_exp

covariance of the stationary distribution of the state when kernel is the exponential covariance.
Get_L_inv_y

vector of half of the sum of squares
Construct_W_exp

The conditional covariance matrix of the state in the dynamic linear model when kernel is the exponential covariance
Construct_W0_matern_5_2

covariance of the stationary distribution of the state when kernel is the Matern covariance with roughness parameter 2.5.
Construct_G_matern_5_2

The coefficient matrix in the dynamic linear model when kernel is the Matern covariance with roughness parameter 2.5.
Construct_W_matern_5_2

The conditional covariance matrix for matern covariance with roughness parameter 2.5
predict

Prediction and uncertainty quantification on the testing input using a GaSP model.
FastGaSP-package

tools:::Rd_package_title("FastGaSP")
show

Show an fgasp object.