Computes the bin for a value using the provided lower 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 to place into the defined bins |
cutoffs | number | ✓ Yes | The lower bounds to compare the value against. The first cutoff indicates the lower bounds of bin 2 |
value: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 2
- Maximum parameters: 10
Examples
1