Information Imbalance Gain
Usage
imbalance_gain(
mx,
my,
alpha = seq(0, 1, 0.1),
lib = NULL,
pred = NULL,
h = 1,
k = 3,
threads = 1,
method = "euclidean"
)Arguments
- mx
Numeric matrix of hypothesised driving variable measurements.
- my
Numeric matrix of hypothesised response variable measurements.
- alpha
(optional) Scaling parameter weighting the putative driver measurements.
- lib
(optional) Library indices.
- pred
(optional) Prediction indices.
- h
(optional) Prediction horizon.
- k
(optional) Number of nearest neighbors when estimating ranks.
- threads
(optional) Number of parallel threads.
- method
(optional) Distance measure to be used:
"euclidean","manhattan", ormaximum".