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
It is very common when we need multiple statistics of one data (for example, we may need both min and stddev at same time). However, current API design of statrs only allows us to compute those statistics by iterating the same data multiple times, which may be unnecessary for some statistics.