bebi103.gp.cov_d1_d2_exp_quad

bebi103.gp.cov_d1_d2_exp_quad(x, alpha=1.0, rho=1.0)

Return covariance matrix for squared exponential kernel differentiated once by the first variable and once by the second.

Parameters
  • x (array shape (n,)) – Array of n points to compute kernel.

  • alpha (float) – Marginalized standard deviation of the SE kernel.

  • rho (float) – Length scale of the SE kernel.

Returns

output

Return type

array, shape(n + m, n + m)