DLM — High-Level Interface¶
The DLM class is the primary user-facing interface.
It wraps a StateSpaceModel with convenient
methods for the full modeling workflow:
fit(y)— run the Kalman filtersmooth()— run the RTS smootherforecast(steps)— multi-step-ahead predictionsplot(kind)— visualize resultssummary()— print model and fit information
Most users only need this class. The lower-level filter, smoother, and forecast functions are available for advanced use cases.