Skip to content

Tag/detect drift #303

@cdemulde

Description

@cdemulde

Write a function detecting drift in the data. The idea would be that the user gives:

  • a range in which to apply the function (similar to other tagging functions)
  • the maximum slope a signal is expected to have over a certain period (see below)
  • the period over which a certain slope is allowed

This function could calculate the slope of the data in a certain given period (by for example fitting a line through it) and compare it with the maximum expected slope. In first instance, it would be interesting for the user to know if drift is present, secondly it would be good to be able to correct for it.

Some additional sources of information/inspiration:

@jorasinghr could you have a look at this and let me know if things are unclear?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions