FourierEffect.__init__#

FourierEffect.__init__(fourier, date_dim_name='date')[source]#

Initialize the Fourier effect.

Parameters:
fourierFourierBase

The FourierBase instance to use for the effect.

date_dim_namestr, optional

The name of the date dimension in the model, by default “date”.