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
A updates() function exists to update multiple. But no complement exists for getResult() => getResults() This would be very beneficial to get a series for further processing/analysis. So a SMA(1) dataset like [1,2,3,4,5] would usually result in a array like [1,2,3,4,5].
The text was updated successfully, but these errors were encountered:
A updates() function exists to update multiple. But no complement exists for getResult() => getResults() This would be very beneficial to get a series for further processing/analysis. So a SMA(1) dataset like [1,2,3,4,5] would usually result in a array like [1,2,3,4,5].
The text was updated successfully, but these errors were encountered: