Bayer-Group / pybalance

A library for minimizing the effects of confounding covariates
BSD 3-Clause "New" or "Revised" License
11 stars 0 forks source link

Implement a routine to conveniently compute the standardized mean difference #6

Open sprivite opened 7 months ago

sprivite commented 7 months ago

It's currently only possible to compute the standardized mean difference via the balance calculators per_feature_loss() method. This is a bit too low level for something so commonly computed. This could be perhaps be implemented as a method to MatchingData, or as a standalone routine.