Package: FastGaSP 0.6.4

FastGaSP: Fast and Exact Computation of Gaussian Stochastic Process

Implements fast and exact computation of Gaussian stochastic process with the Matern kernel using forward filtering and backward smoothing algorithm. It includes efficient implementations of the inverse Kalman filter, with applications such as estimating particle interaction functions. These tools support models with or without noise. Additionally, the package offers algorithms for fast parameter estimation in latent factor models, where the factor loading matrix is orthogonal, and latent processes are modeled by Gaussian processes. See the references: 1) Mengyang Gu and Yanxun Xu (2020), Journal of Computational and Graphical Statistics; 2) Xinyi Fang and Mengyang Gu (2024), <doi:10.48550/arXiv.2407.10089>; 3) Mengyang Gu and Weining Shen (2020), Journal of Machine Learning Research; 4) Yizi Lin, Xubo Liu, Paul Segall and Mengyang Gu (2025), <doi:10.48550/arXiv.2501.01324>.

Authors:Mengyang Gu [aut, cre], Xinyi Fang [aut], Yizi Lin [aut]

FastGaSP_0.6.4.tar.gz
FastGaSP_0.6.4.zip(r-4.7)FastGaSP_0.6.4.zip(r-4.6)FastGaSP_0.6.4.zip(r-4.5)
FastGaSP_0.6.4.tgz(r-4.6-x86_64)FastGaSP_0.6.4.tgz(r-4.6-arm64)FastGaSP_0.6.4.tgz(r-4.5-x86_64)FastGaSP_0.6.4.tgz(r-4.5-arm64)
FastGaSP_0.6.4.tar.gz(r-4.7-arm64)FastGaSP_0.6.4.tar.gz(r-4.7-x86_64)FastGaSP_0.6.4.tar.gz(r-4.6-arm64)FastGaSP_0.6.4.tar.gz(r-4.6-x86_64)
FastGaSP_0.6.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
FastGaSP/json (API)

# Install 'FastGaSP' in R:
install.packages('FastGaSP', repos = c('https://uncertaintyquantification.r-universe.dev', 'https://cloud.r-project.org'))
Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

cpp

2.68 score 1 packages 40 scripts 526 downloads 38 exports 3 dependencies

Last updated from:5b02f52ca3. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK216
linux-devel-x86_64OK172
source / vignettesOK277
linux-release-arm64OK175
linux-release-x86_64OK136
macos-release-arm64OK138
macos-release-x86_64OK418
macos-oldrel-arm64OK178
macos-oldrel-x86_64OK255
windows-develOK151
windows-releaseOK175
windows-oldrelOK144
wasm-releaseOK106

Exports:A_t_times_x_particleA_times_x_particleConstruct_G_expConstruct_G_matern_3_2Construct_G_matern_5_2Construct_W_expConstruct_W_matern_3_2Construct_W_matern_5_2Construct_W0_expConstruct_W0_matern_3_2Construct_W0_matern_5_2extract_time_windowf_Vicsek_variationfgaspfitfit.fmoufit.gppcafmouGet_C_R_K_Qget_consecutive_dataGet_log_det_S2Get_Q_KGet_R_ygppcaIKFIKF_CG_particleIKF_CG_particle_celllog_likpredictpredict.fgasppredict.fmoupredict.gppcaSample_KFSample_KF_postshowsimulate_particletrajectory_dataunnormalized_Vicsek

Dependencies:RcppRcppEigenrstiefel

Readme and manuals

Help Manual

Help pageTopics
Fast and Exact Computation of Gaussian Stochastic ProcessFastGaSP-package FastGaSP
Extract time window from particle dataextract_time_window
Setting up the Fast GaSP modelfgasp fgasp-method
Fast GaSP classfgasp-class
Fit Particle Interaction Modelsfit
The fast EM algorithm of multivariate Ornstein-Uhlenbeck processesfit.fmou fit.fmou,fmou-method
Parameter estimation for generalized probabilistic principal component analysis of correlated data.fit.gppca fit.gppca,gppca-method
Fit method for particle datafit,particle.data-method fit.particle.data
Setting up the FMOU modelfmou fmou-method
FMOU classfmou-class
Setting up the GPPCA modelgppca gppca-method
GPPCA classgppca-class
Inverse Kalman Filter - The multiplication of R with y with given kernel typeIKF
Natural logarithm of profile likelihood by the fast computing algorithmlog_lik
Particle trajectory data classparticle.data particle.data-class
Particle interaction estimation classparticle.est particle.est-class
Prediction and uncertainty quantification on the testing input using a GaSP model.predict predict,fgasp-method predict.fgasp
Prediction and uncertainty quantification on the future observations using a FMOU model.predict.fmou predict.fmou,fmou-method
Prediction and uncertainty quantification on the future observations using GPPCA.predict.gppca predict.gppca,gppca-method
Predictive results for the Fast GaSP classpredictobj.fgasp predictobj.fgasp-class
Show an 'fgasp' object.show,fgasp-method
Show method for particle data classshow,particle.data-method show.particle.data
Show method for particle estimation classshow,particle.est-method
Simulate particle trajectoriessimulate_particle
Convert experimental particle tracking data to particle.data objecttrajectory_data