mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add Standard Deviation calculation to smooth node
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
<select id="node-input-action" style="width:60%; margin-right:5px;">
|
||||
<option value="max">Return the maximum value seen</option>
|
||||
<option value="min">Return the minimum value seen</option>
|
||||
<option value="mean">Return the mean value seen</option>
|
||||
<option value="mean">Return the mean value</option>
|
||||
<option value="sd">Return the standard deviation</option>
|
||||
<option value="low">Perform low pass filter</option>
|
||||
<option value="high">Perform high pass filter</option>
|
||||
</select>
|
||||
|
Reference in New Issue
Block a user