Description Usage Arguments Details Value See Also Examples
Construct an intercept kernel
1 |
sigma |
a positive scalar parameter giving (the square-root of) the overall variance of the kernel |
The intercept kernel takes the form:
k_{int}(\mathbf{x}, \mathbf{x}') = σ^2
where σ^2 is the variance of the prior over the value of the intercept. This is equivalent to a normal prior over the value of an intercept term: α \sim N(0, σ^2).
A kernel object for which there are a range of associated functions, see kernel and access for details.
Other kernel.constructors: composition,
expo, iid, lin,
mat32, mat52,
per, rbf, rq
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.