Calculates the cumulative correlation coefficient between two columns from the first row up to the current row within a partition. 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: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
column1 | column | ✓ Yes | The first numeric column for correlation calculation |
column2 | column | ✓ Yes | The second numeric column for correlation calculation |
column1: INT, FLOAT, DECIMAL, NUMBER
Allowed Column Types for column2: INT, FLOAT, DECIMAL, NUMBER
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Examples
Related Functions
- Corr - Calculates overall correlation
- MovingCorr - Calculates moving correlation with a window
- CumulativeAvg - Calculates cumulative average