spleaf.term.SimpleSumKernel#

class spleaf.term.SimpleSumKernel(**kwargs)#

Sum of several kernel terms.

The SumKernel class can be used for more advanced parameters mapping.

Parameters:
**kwargs:

Kernels to be summed, indexed by their names. The names used here will then be prepended to all corresponding parameters names.

Methods

eval(dt[, series_id])

Evaluate the kernel at lag dt.

set_conditional_coef(**kwargs)

Set the coefficients used for the conditional computations.