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
Statistical reductions like .std and .var compute quantities related to the spread of a distribution. As such, the result should always be a delta-unit (i.e. non-offset unit), regardless if the input has an offset or not. Currently, the result is wrongly reported with offset units if the input has offset units.
The text was updated successfully, but these errors were encountered:
Statistical reductions like
.std
and.var
compute quantities related to the spread of a distribution. As such, the result should always be a delta-unit (i.e. non-offset unit), regardless if the input has an offset or not. Currently, the result is wrongly reported with offset units if the input has offset units.The text was updated successfully, but these errors were encountered: