Transformations

I’d like to start my Julia contributions to the StatsFuns.jl or the Statsistics.jl packages, specifically, transformations. Is it possible to add a boxcox or yeojohnson transformation to one of the packages? If so, what would be the best way to do so.

Doesn’t fit in Statistics.jl, which covers the basics and there’s already BoxCoxTrans.jl

Would it make sense for transformations to be included under one package? Why do we have a StatsBase.jl, StatsFuns.jl, and Statistics.jl? Then a typical transformation like box cox and yeo Johnson be in separate packages? I asked these questions for education purposes so I can understand how the Julia community have done these things.