Numeric Distribution

Numerical reference statistics between two datasets.

Validator Overview

You can use the numeric distribution validator to make sure that your numeric fields have stable properties over time. You can configure number distribution validators to monitor the following metrics:

Metric OptionsDescription
Maximum RatioValidate the ratio of the maximum value between two datasets.
Mean RatioValidate the ratio of the mean value between two datasets.
Minimum RatioValidate the ratio of the minimum value between two datasets.
Relative EntropyValidates the difference in distribution between two datasets
Standard Deviation RatioValidate the ratio of the standard deviation value between two datasets.
Sum RatioValidate the ratio of the sum value between two datasets.

Numeric distribution validators support reference source configuration for data validation. For more information, see Reference Source Validation.

Relative Entropy

You can use relative entropy to validate distribution shifts in your data over time, or to compare the distributions of two data sets. Relative entropy is presented as a percentage where:

  • 0% means identical empirical distributions.
  • 100% means maximal difference in empirical distributions.
📘

In Validio, relative entropy is adapted from the implementation of the Kullback - Leibler divergence.

Ratio Metrics

Calculates the ratio of mean, sum, maximum, minimum, or standard deviation between the source and reference datasets:

Ratio = source metric/reference metric

Metric Configuration Parameters

Configure the validator metric calculation with the the following parameters:

ParametersDescription
MetricSelect the metric to calculate. See the Metric Options table.
FieldSelect a source field from a list of available fields with numeric data type.
Reference fieldSelect a reference field from a list of available fields with numeric data type.
Filter(Optional) Select from a list of filters or create a new filter to specify which records to include.
Reference filter(Optional) Select from a list of filters or create a new filter to specify which reference records to include.
WindowSelect from a list of windows or create a new window to specify how to aggregate the data.
Reference window offsetEnter a number to specify the how many windows to shift back in time to compare against the current window.
Number of reference windowsEnter a number to specify the number of windows to include in the aggregation.
Segmentation(Optional) Apply segmentation to analyze data in separate groups. Default is Unsegmented.