The signed logarithm allows a pseudo-logarithmic re-scaling to
be performed on data that is both positive and negativeis. It defined as:
signed_logb(x)=sign(x)logb(|x|+1)
signed_log(x, base = exp(1))
unsigned_log(x, base = exp(1))
Arguments
x |
a numeric vector. |
base |
a positive number |
Examples