crossStat#

swordfish.function.crossStat()#

Return a tuple with the following elements: count(X), sum(X), sum(Y), sum2(X), sum2(Y), sum(X*Y).

Parameters:
  • X (Constant) – A numeric vector.

  • Y (Constant, optional) – A numeric vector.