brenhinkeller / NaNStatistics.jl

Fast summary statistics, histograms, and binning – ignoring NaNs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nancor > 1

cossio opened this issue · comments

nancor([NaN, .01, 2.3, .4], [0.1, NaN, 3.2, 1.2])
# 1.311520448621402

The Pearson correlation should be < 1.

Thanks, think I found the source of this

JuliaRegistries/General#76545 should have the fix, once that gets merged

Thanks!