Daniel@0: Daniel@0:
Daniel@0:Daniel@0: covp = gpcovarp(net, x1, x2) Daniel@0: [covp, covf] = gpcovarp(net, x1, x2) Daniel@0:Daniel@0: Daniel@0: Daniel@0:
covp = gpcovarp(net, x1, x2)
takes
Daniel@0: a Gaussian Process data structure net
together with
Daniel@0: two matrices x1
and x2
of input vectors,
Daniel@0: and computes the matrix of the prior covariance. This is
Daniel@0: the function component of the covariance plus the exponential of the bias
Daniel@0: term.
Daniel@0:
Daniel@0:
[covp, covf] = gpcovarp(net, x1, x2)
also returns the function
Daniel@0: component of the covariance.
Daniel@0:
Daniel@0:
gp
, gpcovar
, gpcovarf
, gperr
, gpgrad
Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: