Skip to content

Add utilities for checking contiguity of forecast time points #422

Description

@mitchelloharawild

Many implementations of filtering models (e.g. ARIMA and ETS) are implemented in ways that require the data (and forecast period) is contiguous. As a result, they have to implement their own checks, which are error-prone (tidyverts/fable#430).

A better place for these checks would be here, where a function that verifies contiguity of inputs can be inherited/used by models that need it. These checks could be easier to do using mixtime, rather than managing the different data classes of tsibble, and lack of operation support with intervals, etc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions