gmwm icon indicating copy to clipboard operation
gmwm copied to clipboard

More precise mapping

Open coatless opened this issue 8 years ago • 0 comments

Issue:

Mapping is done primarily using log(), logit(), or a customized range version.

In this case, we take a f:R->R^+

Idea:

Perhaps a better alternative is to use the hyperbolic tangent: tanh() that maps f:R -> [-1,1]

atanh(tanh(-2^4))
[1] -16.0003

coatless avatar Mar 24 '16 05:03 coatless