Exponential Smoother

The ExpSmoother is a torch.nn.Module which generates forecasts using exponential smoothing.

This class inherits most of its methods from torchcast.state_space.StateSpaceModel.