Computes the bin for a value among the specified number of identically sized bins within the given bounds Category:Documentation Index
Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
Integer
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
value | number or column | ✓ Yes | The value for which the bin is computed |
min | number | ✓ Yes | The lower bound. If the value is less than min, the bin will be 0 |
max | number | ✓ Yes | If the value is greater than or equal to max, the bin will be bins + 1 |
bins | number | ✓ Yes | The number of bins within the interval. Bins are numbered 1 through bins |
value: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 4
- Maximum parameters: 4