![]() |
EpiNow2 Stan Functions
|
Functions in this File | |
vector | diagSPD_EQ (real alpha, real rho, real L, int M) |
vector | diagSPD_Matern12 (real alpha, real rho, real L, int M) |
vector | diagSPD_Matern32 (real alpha, real rho, real L, int M) |
vector | diagSPD_Matern52 (real alpha, real rho, real L, int M) |
vector | diagSPD_Periodic (real alpha, real rho, int M) |
void | gaussian_process_lp (vector eta) |
matrix | PHI (int N, int M, real L, vector x) |
matrix | PHI_periodic (int N, int M, real w0, vector x) |
matrix | setup_gp (int M, real L, int dimension, int is_periodic, real w0) |
int | setup_noise (int ot_h, int t, int horizon, int estimate_r, int stationary, int future_fixed, int fixed_from) |
vector | update_gp (matrix PHI, int M, real L, real alpha, real rho, vector eta, int type, real nu) |
vector update_gp | ( | matrix | PHI, |
int | M, | ||
real | L, | ||
real | alpha, | ||
real | rho, | ||
vector | eta, | ||
int | type, | ||
real | nu ) |
Update Gaussian process using spectral densities
PHI | Basis functions matrix |
M | Number of basis functions |
L | Length of the interval |
alpha | Scaling parameter |
rho | Length scale parameter |
eta | Vector of noise terms |
type | Type of kernel (0: SE, 1: Periodic, 2: Matern) |
nu | Smoothness parameter for Matern kernel |
Definition at line 196 of file gaussian_process.stan.
References diagSPD_EQ(), diagSPD_Matern12(), diagSPD_Matern32(), diagSPD_Matern52(), diagSPD_Periodic(), and PHI().