spleaf.term.Matern12Kernel#

class spleaf.term.Matern12Kernel(sig, rho)#

Matérn 1/2 kernel.

\[k(\Delta t) = \sigma^2 \mathrm{e}^{-\frac{\Delta t}{\rho}}\]
Parameters:
sigfloat

Amplitude (std).

rhofloat

Scale.

Methods

eval(dt[, series_id])

Evaluate the kernel at lag dt.

set_conditional_coef(*args, **kwargs)

Set the coefficients used for the conditional computations.