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