kahaaga/UncertainData.jl

Add single-estimate methods to `cor` and `cov` for uncertain datasets

Closed this issue · 1 comments

Add methods:

  • cor(d1::AbstractUncertainValueDataset, d2::AbstractUncertainValueDataset)
  • cov(d1::AbstractUncertainValueDataset, d2::AbstractUncertainValueDataset)

These both return a single estimate for the statistic based on one independent resampling of each dataset.

Added in #86