The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.
cmdstanr
if you haven’t already (see here for
details).install.packages("gptoolsStan")
.library(cmdstanr)
library(gptoolsStan)
<- cmdstan_model(
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.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.