Parameter | Type | Description |
---|---|---|
ys | decimal, double | the independent variable. |
xs | decimal, double | The dependent variable |
Returns: decimal
Example
query:
SELECT COVAR_POP(flux, time_bjd_2454833)
FROM tabbysstarflux
result:
covar_pop |
---|
-4.75 |
Population covariance.
Parameter | Type | Description |
---|---|---|
ys | decimal, double | the independent variable. |
xs | decimal, double | The dependent variable |
query:
SELECT COVAR_POP(flux, time_bjd_2454833)
FROM tabbysstarflux
result:
covar_pop |
---|
-4.75 |
CORRELATION
, COVAR_SAMP
, STD_POP
, STD_SAMP
, STDEV
, VAR_POP
, VAR_SAMP
, VARIANCE
, SKEWNESS
, KURTOSIS