tigercontrol.models.time_series.PredictZero

class tigercontrol.models.time_series.PredictZero[source]

Description: Predicts the next value in the time series to be 0, i.e. x(t) = 0

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__() Initialize self.
forecast(x[, timeline]) Description: Forecast values ‘timeline’ timesteps in the future :param x: Value at current time-step :type x: int/numpy.ndarray :param timeline: timeline for forecast :type timeline: int
help() Description: Prints information about this class and its methods :param None:
initialize() Description: Initialize the (non-existent) hidden dynamics of the model :param None:
predict(x) Description: Takes input observation and returns next prediction value :param x: value at current time-step :type x: float/numpy.ndarray
update([rule]) Description: Takes update rule and adjusts internal parameters :param rule: rule with which to alter parameters :type rule: function

Attributes

compatibles
spec