Add Standard Deviation calculation to smooth node

This commit is contained in:
Dave Conway-Jones
2015-10-11 17:47:08 +01:00
parent 5316ff715c
commit 5d4a255876
4 changed files with 34 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-smooth",
"version" : "0.0.4",
"version" : "0.0.5",
"description" : "A Node-RED node that provides several simple smoothing algorithms for incoming data values.",
"dependencies" : {
},
@@ -9,7 +9,7 @@
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/smooth"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "smooth", "average" ],
"keywords": [ "node-red", "smooth", "average", "standard deviation" ],
"node-red" : {
"nodes" : {
"smooth": "17-smooth.js"