Description Usage Arguments Value Author(s) Examples
Function for constructing the GP model with the specified kernels (and parameters).
1 | constructModel(x, y, v, kernelTypes, params = NULL)
|
x |
One-column matrix which contains the input values, i.e., time points for GP models. The values given in this vector are used in GP model, so if any transformation is needed, remember to transform them before constructing the model. |
y |
One-column matrix which contains the observed
values at the corresponding time points given in the |
v |
One-column matrix which contains the fixed
variances at the corresponding time points given in the |
kernelTypes |
Character vector which contains the types of the
kernels which will be used in the GP models.
Kernel types: |
params |
Values of the kernel parameters in their transformed form. If not specified, default values are assigned. |
Return GP model constucted with the specified kernel settings.
Hande Topa, hande.topa@helsinki.fi
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.