module Numcry::Correlate
Overview
Methods for computing correlation coefficients between Enumerable
collections.
Extended Modules
Direct including types
Defined in:
numcry/correlate.crInstance Method Summary
-
#corrcoef(a : Enumerable, b : Enumerable, ddof = 0.0)
Compute the Pearson correlation coefficient for a and b.
-
#cov(a : Enumerable(T), b : Enumerable(U), ddof = 0.0) forall T, U
Compute the covariance between two collections a and b.
Instance Method Detail
Compute the Pearson correlation coefficient for a and b.
Compute the covariance between two collections a and b.