FourierEffect.__init__# FourierEffect.__init__(fourier, date_dim_name='date')[source]# Initialize the Fourier effect. Parameters: fourierFourierBaseThe FourierBase instance to use for the effect. date_dim_namestr, optionalThe name of the date dimension in the model, by default “date”.