Skip to content

❗ This is a read-only mirror of the CRAN R package repository. gptoolsStan — Gaussian Processes on Graphs and Lattices in 'Stan'

License

Notifications You must be signed in to change notification settings

cran/gptoolsStan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gptoolsStan gptools: R CRAN/METACRAN Version

gptoolsStan is a minimal package to publish Stan code for efficient Gaussian process inference. The package can be used with the cmdstanr interface for Stan in R.

Getting Started

  1. Install cmdstanr if you haven't already (see here for details).
  2. Install this package by running install.packages("gptoolsStan").
  3. Compile your first model.
library(cmdstanr)
library(gptoolsStan)

model <- cmdstan_model(
  stan_file="path/to/your/model.stan",
  include_paths=gptools_include_path(),
)

For an end-to-end example, see this vignette. More comprehensive documentation, including many examples, is available although using the cmdstanpy interface for Python.

About

❗ This is a read-only mirror of the CRAN R package repository. gptoolsStan — Gaussian Processes on Graphs and Lattices in 'Stan'

Resources

License

Stars

Watchers

Forks

Packages

No packages published