Learn R Programming

gptk (version 1.06)

gpTest: Test the gradients of the gpCovGrads function and the gp models.

Description

runs some tests on the GP code to test that it is working.

Usage

gpTest(q=2, d=3, N=10, k=5)

Arguments

q
input data dimension.
d
the number of processes (i.e. output data dimension).
N
the number of datapoints.
k
the number of inducing variables.

Value

  • modela cell array of models used for testing.

Examples

Run this code
## missing

Run the code above in your browser using DataLab