Description Usage Arguments Details Value
View source: R/model_fitting.R
Define a kernel (function) over samples
1 2 3 4 5 6 | get_Gamma(
kernel_scale,
proportions,
min_correlation = 0.1,
days_to_baseline = 90
)
|
kernel_scale |
total variance for the composite kernel |
proportions |
proportion variance to attribute to each of 3 kernels (see details) |
rho |
bandwidth for SE kernel |
Composite kernel is built from (1) squared exponential kernel (base autocorrelation component), (2) seasonal kernel (periodic), and (3) diet and climate component (another squared exponential)
list containing kernel function and bandwidth parameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.