covar_pop
function covar_pop(col1, col2): Column;Defined in: functions/aggregate.ts:123
Returns the population covariance for two columns.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
col1 | ColOrName |
col2 | ColOrName |
function covar_pop(col1, col2): Column;Defined in: functions/aggregate.ts:123
Returns the population covariance for two columns.
| Parameter | Type |
|---|---|
col1 | ColOrName |
col2 | ColOrName |