There are a few transformations that can be useful in compressing the tails of extreme valued data. One is the inverse hyperbolic sine, for which there is a SAS function. Another is Lambert's W, Lambert W-Function -- from Wolfram MathWorld
R has a function for this transformation. In searching for it on SAS Support, it looked like the OR Reliability module might have some Gumbel-type proxy for it...but I couldn't find an explicit statement or confirmation of the existence of a function.
Anybody know if a Lambert's W function, and it's inverse, exists in SAS?
Try to post it at SAS/IML Software and Matrix Computations
Rick might have some idea.
Thank you...I think I got the answer I needed to hear, just not the answer I wanted to hear...
You can download a SAS/IML implementation of the Lambert W function. The function has two branches, so yo uneed to know which branch to use.
SAS/IML 14.3 (released with SAS 9.4M5) contains a built-in implementation of the Lambert W function.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.