-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Labels
-libsLibraries: New libraries to be implementedLibraries: New libraries to be implemented
Milestone
Description
Weighted average should have two arguments: Value and Weight. Both are columns selected by the user. For each record, Value is multiplied by weight, and the sum of weight is stored. The output value is Sum(Value*Weight)/Sum(Weight)
The API is roughly as follows:
Longest (value:Text|Integer|Any=0) (weight:Text|Integer|Any=1) (as:Text="")
Metadata
Metadata
Assignees
Labels
-libsLibraries: New libraries to be implementedLibraries: New libraries to be implemented
Type
Projects
Status
📤 Backlog