|
@@ -39,6 +39,13 @@ function (_) {
|
|
|
defaultParams: [1],
|
|
defaultParams: [1],
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+ addFuncDef({
|
|
|
|
|
+ name: 'perSecond',
|
|
|
|
|
+ category: categories.Transform,
|
|
|
|
|
+ params: [],
|
|
|
|
|
+ defaultParams: [],
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
addFuncDef({
|
|
addFuncDef({
|
|
|
name: "holtWintersForecast",
|
|
name: "holtWintersForecast",
|
|
|
category: categories.Calculate,
|
|
category: categories.Calculate,
|