JuliaStats / StatsBase.jl

Basic statistics for Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add varcorrection to the API?

sethaxen opened this issue · 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.

The following packages already call varcorrection directly:

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

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