Skip to content

Correlation between columns of two matrices? #43

@orenbenkiki

Description

@orenbenkiki

vcor doesn't allow for correlating matrices, while cor does:

using VectorizedStatistics
using Statistics

a = rand(5, 15)
b = rand(5, 10)
c = cor(a, b)   # Works
vc = vcor(a, b) # Fails

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions