Round a field to nearest multiple of left argument so that the cumulative sums of the rounded values equals the rounded value of the cumulative sums.
Reference: Benkard, J. P. 'A Dance of Rounds', APL91 Conference Proceedings
1 cumrnd .1 .4 .7 .4 .2 .1 .6 .3
(RoundingMultiple) cumrnd NumField
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
RoundingMultiple | Numeric | Field, Constant | Rounding multiple | Yes | 1 |
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
NumField | Numeric | Field, Constant | Data | No |
Type: Numeric