cov_pop: cov_pop

Description Usage Arguments Value

Description

Calculates the covariance of two vectors using n as the denominator (suitable for populations) rather than n-1 (suitable for samples).

Usage

1
cov_pop(x, y)

Arguments

x

a vector of numeric values

y

a vector of numeric values

Value

the covariance of the inputs is returned.


bvidgen/RPackage documentation built on May 13, 2019, 9:04 a.m.