Implement these two steps that are always done before analysis:
Scale variables to zero mean and unit variance
Add low-amplitude noise
This should be opt-outable by a parameter (preprocess=True), and implemented in both public MI methods. For estimate_entropy, only the noise must be included. For reproducibility, a fixed random seed should be used.
Implement these two steps that are always done before analysis:
This should be opt-outable by a parameter (
preprocess=True
), and implemented in both public MI methods. Forestimate_entropy
, only the noise must be included. For reproducibility, a fixed random seed should be used.