Calculates the cumulative distribution of a value within a partition, representing the relative position of each row based on the specified column’s values. 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.
window
Syntax:
Float
Context Filtering: ✗ No
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
column | column | ✓ Yes | The column to calculate cumulative distribution for |
Validation
- Minimum parameters: 1
- Maximum parameters: 1
Examples
varies (values between 0.0 and 1.0)
Related Functions
- PercentRank - Calculates relative rank as percentage
- Rank - Assigns rank with gaps
- DenseRank - Assigns rank without gaps
- RowNumber - Assigns sequential row numbers
- Ntile - Divides rows into groups