pymc.gp.cov.Exponential#

class pymc.gp.cov.Exponential(input_dim, ls=None, ls_inv=None, active_dims=None)[source]#

The Exponential kernel.

\[k(x, x') = \mathrm{exp}\left[ -\frac{||x - x'||}{2\ell} \right]\]

Methods

Attributes

n_dims

The dimensionality of the input, as taken from the active_dims.