ENH add transform category to dict

This commit is contained in:
Kevin Johnson
2022-01-24 10:10:58 -08:00
parent 6407b5956c
commit 106bd90281
+2
View File
@@ -65,6 +65,8 @@ Category = {
"entropy", "kurtosis", "mad", "median", "quantile", "skew", "stdev",
"tos_stdevall", "variance", "zscore"
],
# Transform
"transform": ["cube", "ifisher", "remap"],
# Trend
"trend": [
"adx", "amat", "aroon", "chop", "cksp", "decay", "decreasing", "dpo",