KalmanFilter
The KalmanFilter is a torch.nn.Module which generates forecasts using the full kalman-filtering algorithm.
torch.nn.Module
This class inherits most of its methods from torchcast.state_space.StateSpaceModel.
torchcast.state_space.StateSpaceModel
Bases: StateSpaceModel
StateSpaceModel