spleaf.term.MultiSeriesKernel.set_conditional_coef#

MultiSeriesKernel.set_conditional_coef(alpha=1, beta=0, series_id=None)#

Set the coefficients used for the conditional computations.

Parameters:
alphafloat

Amplitude in front of the GP. This is only used if series_id is None.

betafloat

Amplitude in front of the GP derivative. This is only used if series_id is None.

series_idint

Use the coefficents corresponding to a given time series.