functions: simple moving average
This commit is contained in:
@@ -57,6 +57,15 @@ addFuncDef({
|
||||
defaultParams: [],
|
||||
});
|
||||
|
||||
addFuncDef({
|
||||
name: 'simpleMovingAverage',
|
||||
category: 'Transform',
|
||||
params: [
|
||||
{ name: 'factor', type: 'int', options: [6, 10, 60, 600] }
|
||||
],
|
||||
defaultParams: [10],
|
||||
});
|
||||
|
||||
// Aggregate
|
||||
|
||||
addFuncDef({
|
||||
|
||||
Reference in New Issue
Block a user