Estimators#
This section documents the estimator families available in xyz.
How to navigate this section#
Start with Theory and notation if you want the notation and the identities that connect entropy, mutual information, transfer entropy, and information storage.
Read Gaussian and linear estimators first if you want the simplest and fastest family.
Read kNN / KSG estimators if you want the most flexible continuous estimators and the closest conceptual match to ITS/TRENTOOL.
Read Kernel estimators if you want a fixed-radius view of local neighborhoods.
Read Discrete (binning) estimators if your data are symbolic or deliberately quantized.
Read Univariate helper functions for quick helper functions and sanity checks.
Read Workflows and meta-estimators for bootstrap confidence intervals, greedy source selection, and parallelization (
n_jobs).