You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Offset function returns NaN. I have a metric return 0 for up and 1 for down. If I use the scale(-1) this gives me the proper value. However once I add offset(1) I get NaN. I expect to get the inverted percent value (example: .01 -> .99)
The text was updated successfully, but these errors were encountered:
Offset function returns NaN. I have a metric return 0 for up and 1 for down. If I use the scale(-1) this gives me the proper value. However once I add offset(1) I get NaN. I expect to get the inverted percent value (example: .01 -> .99)
The text was updated successfully, but these errors were encountered: