Evaluate distribution
evaluate_distribution(x = NULL, col_name = "value", threshold = 0.5)
x | extracted dataitem returned by [extract()] |
---|---|
col_name | column name for the column of interest (defaults to |
threshold | the limit value of the KS distance to consider a "different" distribution. Default = 0.5 |
a tibble with (potential) error codes ready for import into the `events_quality` table.
Evaluate the distribution between numeric data using the KS distance