tigercontrol.models.time_series.LeastSquares¶
-
class
tigercontrol.models.time_series.LeastSquares[source]¶ Description: Implements online least squares.
Methods
__init__()Initialize self. help()Description: Prints information about this class and its methods. initialize(x, y[, reg])Description: Initializes model parameters predict([x])step(x, y)Description: Predict next value given observation and update internal parameters based update(**kwargs)Attributes
compatiblesspec