covar_pop {SparkR} | R Documentation |
Compute the population covariance between two expressions.
covar_pop(col1, col2) ## S4 method for signature 'characterOrColumn,characterOrColumn' covar_pop(col1, col2)
col1 |
First column to compute cov_pop. |
col2 |
Second column to compute cov_pop. |
covar_pop since 2.0.0
Other math_funcs: acos
, asin
,
atan2
, atan
,
bin
, bround
,
cbrt
, ceil
,
conv
, corr
,
cosh
, cos
, cov
,
expm1
, exp
,
factorial
, floor
,
hex
, hypot
,
log10
, log1p
,
log2
, log
,
pmod
, rint
,
round
, shiftLeft
,
shiftRightUnsigned
,
shiftRight
, signum
,
sinh
, sin
,
sqrt
, tanh
,
tan
, toDegrees
,
toRadians
, unhex
## Not run:
##D covar_pop(df$c, df$d)
##D covar_pop("c", "d")
## End(Not run)