Models#

All models in this section are subclasses of the LinearRegressionModel() class.

Each model inherits the general linear regression framework and requires only the implementation of two methods:

  • kernel (kernel()): Defines the model function for a given set of parameters and a discrete frequency axis.

  • ltransform (ltransform()): Defines the Laplace-transformed version of the model function, evaluated at the discrete time axis.