The DataTransformationX12Type enumeration is used to determine the type of source series transformation.
It is used by the following property:
Value | Brief description | |
0 | None. The source series is not transformed. | |
1 | Auto. Autoselection between Log and None. | |
2 | Logistic. The source series is logically transformed. | |
3 | BoxCoxPower. The Box-Cox transformation. | |
4 | Log. The source series is logarithmically transformed. | |
5 | Sqrt. Square root. | |
6 | Inverse. Inverse transform. |
See also: