Returns the continuous kth percentile value for a column or group. Percentile must be a number between 0 and 1. 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.
aggregate
Syntax:
Float
Context Filtering: ✗ No
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
column | column | ✓ Yes | The column on which to calculate the percentile. |
percentile | number | ✓ Yes | A number, 0 < percentile < 1, indicating the target continuous percentile. |
Validation
- Minimum parameters: 2
- Maximum parameters: 2