Skip to contents

Identifies regular occurrences in a list of artifact positions and intervals. An artifact is considered regular if it appears in the same interval in certain minimum share of runs.

Usage

list_regular_artifacts_by_interval(
  .artifacts,
  .dimensions,
  .min_share = 2/3,
  .min_runs = 11
)

Arguments

.artifacts

Artifact positions and intervals.

.dimensions

Data dimensions to compute share from.

.min_share

Minimum share of runs to identify regular artifacts.

.min_runs

Minimum count of runs to compute share from.

Value

Tibble with regular artifacts list.