asymmetric_tanh: asymmetric_tanh

View source: R/robustFiltering_asymmetricTanh.R

asymmetric_tanhR Documentation

asymmetric_tanh

Description

Computes the smoothed asymmetric tanh score and its derivative.

Usage

asymmetric_tanh(sig, c1, c2, x1)

Arguments

sig

: the signal

c1

: first clipping point

c2

: second clipping point

x1

: smoothing parameter to make the score function continuous

Value

phi : asymmetric tanh score function

phi_point : derivative of asymmetric score function

References

"Robust Statistics for Signal Processing" Zoubir, A.M. and Koivunen, V. and Ollila, E. and Muma, M. Cambridge University Press, 2018.

"Robust Tracking and Geolocation for Wireless Networks in NLOS Environments." Hammes, U., Wolsztynski, E., and Zoubir, A.M. IEEE Journal on Selected Topics in Signal Processing, 3(5), 889-901, 2009.

Examples


asymmetric_tanh(c(1, 3, 4, 5, 62, 346, 23562, 65, 264, 21362, 90), 6, 87, 4)

Mufabo/Rrobustsp documentation built on June 11, 2022, 10:41 p.m.