Description Usage Arguments Value Note See Also Examples
These functions perform some matrix algebra to calculate the log-likelihood function.
1 2 3 |
A |
Numeric, symmetric, and positive definite matrix. |
B |
Numeric matrix or vector. |
Eigen(A)) returns the smallest eigen value of A.
CppSolve(A, B) solves for X in AX=B.
LowerChol(A) return the lower triangular Cholesky decomposition of A.
These functions are NOT exported once the GPM package is loaded.
Fit to see how a GP model can be fitted to a training dataset.
Predict to use the fitted GP model for prediction.
Draw to plot the response via the fitted model.
1 | # see the examples in \code{\link[GPM]{Fit}}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.