Is there a package implementing the Box and Cox (1964) method for transforming data?

I may be missing something, but isn’t the Box-Cox transformation rather trivial to implement? Why do you need a package for this?

ML should be easy with a generic optimization library like Optim.jl. Eg see a recent thread.