Skip to contents

Applies a log1p transform: y = log1p(abs(x)), where:

  • x is the input vector

Usage

symlog_trans()

Details

If x is negative, the result is multiplied by -1.

See also

Other transform: log_trans(), power_trans()