fix box cox transformation
This commit is contained in:
parent
45d10bab7f
commit
5cc879d79b
|
@ -314,7 +314,7 @@
|
|||
- Square root $\sqrt{x}$
|
||||
- Similar to log transform
|
||||
- Exponential
|
||||
- Box cox transformation $x^(\lambda - 1) / \lambda$
|
||||
- Box cox transformation $(x^\lambda - 1) / \lambda$
|
||||
- **prerequisite:** numeric values must be positive, can be solved by
|
||||
shifting
|
||||
- Quantile transformation: using quartiles
|
||||
|
|
Loading…
Reference in a new issue