Evaluate distribution

evaluate_distribution(x = NULL, col_name = "value", threshold = 0.5)

Arguments

x

extracted dataitem returned by [extract()]

col_name

column name for the column of interest (defaults to value)

threshold

the limit value of the KS distance to consider a "different" distribution. Default = 0.5

Value

a tibble with (potential) error codes ready for import into the `events_quality` table.

Details

Evaluate the distribution between numeric data using the KS distance

See also