khkwong / Normalize.jl

MIT License
0 stars 0 forks source link

Port BoxCoxTrans.jl #1

Closed tk3369 closed 3 years ago

tk3369 commented 3 years ago

I have ported BoxCoxTrans.jl over here. Some notes:

To support multiple transformation methods:

  1. Add a new abstract type NormalizeMethod
  2. Define singleton types BoxCox and YeoJohnson (YeoJohnson will be ported later)
  3. All transformation-specific functions have a first argument with the singleton type