lyman.glm.FIRBasis

class lyman.glm.FIRBasis(n, offset=0, suffix='_')[source]

Finite Impulse Response basis model.

__init__(self, n, offset=0, suffix='_')[source]

Initialize the model with its parameters.

Parameters
nint

Number of delta functions to use in the basis set.

offsetint

Number of time points to model before the event.