covar_pop {SparkR}R Documentation

covar_pop

Description

Compute the population covariance between two expressions.

Usage

covar_pop(col1, col2)

## S4 method for signature 'characterOrColumn,characterOrColumn'
covar_pop(col1, col2)

Arguments

col1

First column to compute cov_pop.

col2

Second column to compute cov_pop.

Note

covar_pop since 2.0.0

See Also

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

Examples

## Not run: 
##D covar_pop(df$c, df$d)
##D covar_pop("c", "d")
## End(Not run)

[Package SparkR version 2.2.1 Index]