Open
Description
Currently the components in statespace.structural
have inconsistent names. On one hand, there's a component called LevelTrendComponent
, but then there's also MeasurementError
and TimeSeaonality
.
I think the word "component" here is just extra keystrokes, so we can rename everything to drop it. So LevelTrendComponent
becomes LevelTrend
, RegressionComponent
becomes Regression
, etc.