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
Instead of individual data points we may have input coming from a histogram with (value, weight) tuples. We may want to compute statistical measure using such inputs. We can either directly compute the measure or first flatten this input to generate individual data points and apply regular functions to the resulting data.
We may want to have routines to either work on weighted inputs or for flattening it.
The text was updated successfully, but these errors were encountered:
Instead of individual data points we may have input coming from a histogram with (value, weight) tuples. We may want to compute statistical measure using such inputs. We can either directly compute the measure or first flatten this input to generate individual data points and apply regular functions to the resulting data.
We may want to have routines to either work on weighted inputs or for flattening it.
The text was updated successfully, but these errors were encountered: