StatsBase.jl icon indicating copy to clipboard operation
StatsBase.jl copied to clipboard

Add varcorrection to the API?

Open sethaxen opened this issue 2 years ago • 1 comments

varcorrection is documented but does not appear in the documentation and is not exported. I came across a use case where I need to be able to call varcorrection myself. Adding it to the API would allow this and also facilitate packages implementing their own AbstractWeights subtypes and making them usable with var.

sethaxen avatar Apr 30 '23 14:04 sethaxen

The following packages already call varcorrection directly:

  • GeoStatsBase.jl
  • Manifolds.jl
  • Microeconometrics.jl

GeoStatsBase also overloads varcorrection for its own GeoWeights <: AbstractWeights type.

sethaxen avatar May 02 '23 11:05 sethaxen