Samples
Calculate the correlation coefficient to determine the goodness of a linear fit between gauge value and time.Arguments
The syntax is:| Name | Type | Default | Required | Description |
|---|---|---|---|---|
summary | GaugeSummary | - | ✔ | A gauge aggregate created using gauge_agg |
Returns
| Column | Type | Description |
|---|---|---|
| corr | DOUBLE PRECISION | The correlation coefficient calculated with time as the independent variable and counter value as the dependent variable. |