Empirical Cumulative Distribution Plot
Visualize the empirical cumulative distribution of a numeric column.
Home > Visualization > Statistical
Input Properties
| Property | Requirement | Type | Default | Description |
|---|---|---|---|---|
| Value Column | ✓ | String (integer, long, double) | - | Numeric column used to compute the empirical cumulative distribution |
| Color Column | String | - | Optional column for coloring ECDF lines by group | |
| Separate By Column | String | - | Optional column for splitting ECDF plots into subplots | |
| Y Axis Mode | String | probability | Display cumulative probability, raw count, or cumulative sum | |
| CDF Mode | String | standard | ‘standard’ shows P(X ≤ x), ‘reversed’ shows P(X ≥ x), ‘complementary’ shows 1 - P(X ≤ x) | |
| Orientation | String | vertical | Plot ECDF vertically or horizontally | |
| Show Markers | Boolean | false | Display sample markers on the ECDF line | |
| Marginal Plot | String | none | Optional marginal plot to display alongside the ECDF |
Output Ports
| Port | Mode |
|---|---|
| 0 | Single Snapshot |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.