module Multivariate

Included Modules

Defined in:

multivariate.cr

Constant Summary

VERSION = "0.1.0"

Instance Method Summary

Instance Method Detail

def corr(ary : Array(Array(Float64)), round = 8) #

[View source]
def correlation(ary : Array(Array(Float64)), round = 8) #

[View source]
def cov(ary : Array(Array(Float64)), round = 8) #

[View source]
def covariance(ary : Array(Array(Float64)), round = 8) #

[View source]
def noninvertible?(mat) #

[View source]