diff options
Diffstat (limited to 'sourcecodes/bnt-master/nethelp3.3/gpcovarp.htm')
| -rw-r--r-- | sourcecodes/bnt-master/nethelp3.3/gpcovarp.htm | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/nethelp3.3/gpcovarp.htm b/sourcecodes/bnt-master/nethelp3.3/gpcovarp.htm new file mode 100644 index 00000000..616664ce --- /dev/null +++ b/sourcecodes/bnt-master/nethelp3.3/gpcovarp.htm @@ -0,0 +1,49 @@ +<html> +<head> +<title> +Netlab Reference Manual gpcovarp +</title> +</head> +<body> +<H1> gpcovarp +</H1> +<h2> +Purpose +</h2> +Calculate the prior covariance for a Gaussian Process. + +<p><h2> +Synopsis +</h2> +<PRE> +covp = gpcovarp(net, x1, x2) +[covp, covf] = gpcovarp(net, x1, x2) +</PRE> + + +<p><h2> +Description +</h2> + +<p><CODE>covp = gpcovarp(net, x1, x2)</CODE> takes +a Gaussian Process data structure <CODE>net</CODE> together with +two matrices <CODE>x1</CODE> and <CODE>x2</CODE> of input vectors, +and computes the matrix of the prior covariance. This is +the function component of the covariance plus the exponential of the bias +term. + +<p><CODE>[covp, covf] = gpcovarp(net, x1, x2)</CODE> also returns the function +component of the covariance. + +<p><h2> +See Also +</h2> +<CODE><a href="gp.htm">gp</a></CODE>, <CODE><a href="gpcovar.htm">gpcovar</a></CODE>, <CODE><a href="gpcovarf.htm">gpcovarf</a></CODE>, <CODE><a href="gperr.htm">gperr</a></CODE>, <CODE><a href="gpgrad.htm">gpgrad</a></CODE><hr> +<b>Pages:</b> +<a href="index.htm">Index</a> +<hr> +<p>Copyright (c) Ian T Nabney (1996-9) + + +</body> +</html> \ No newline at end of file |
