Test That Columns Are Similarly Distributed
PreviousTest That Distributions Have the Same StatisticsNextTest That Specific Results Have Matching Behavior
Last updated
Was this helpful?
Last updated
Was this helpful?
One general approach to test if two columns are similarly distributed is using a nonparametric statistic. DBNL offers two such statistics: scaled_ks_stat
for testing ordinal distributions and scaled_chi2_stat
for testing nominal distributions.