robustsigmoid_scaler {normaliseR} | R Documentation |
Rescales a numeric vector using an outlier-robust Sigmoidal transformation
Description
z_{i} = \left[1 + \exp\left(-\frac{x_{i} - \text{median}(\mathbf{x})}{\text{IQR}(\mathbf{x})/{1.35}}\right)\right]^{-1}
Usage
robustsigmoid_scaler(x)
Arguments
x |
|
Value
numeric
vector
Author(s)
Trent Henderson
References
Fulcher, Ben D., Little, Max A., and Jones, Nick S. Highly Comparative Time-Series Analysis: The Empirical Structure of Time Series and Their Methods. Journal of The Royal Society Interface 10(83), (2013).
[Package normaliseR version 0.1.2 Index]