module Math::Correlation

Direct including types

Defined in:

lib/math/correlation.cr

Instance Method Summary

Instance Method Detail

def correlation_coef(rhs : Enumerable) #

Computes the correlation coefficient with another list


[View source]
def covariance(rhs : Enumerable) #

Computes the covariance with another list


[View source]