node-red-contrib-spc 0.1.1

A node-red node to perform spc statistical calculations on a flow.

npm install node-red-contrib-spc

node-red-contrib-spc

Calculates SPC (statistical process control) statistics about input data. This node uses the Simple Statistics Node library.

Inputs

The input expects an array of objects with a datetime and one to many number fields.

The data is grouped in buckets.

The entries in the data array are limited to the Bucket Count property with the oldest elements dropped first.

Outputs

The following functions are supported:

  • mean
  • standardDeviation
  • Upper and Lower limit based on the sample size (bucket length) for mean and standardDeviation

Node Info

Version: 0.1.1
Updated 4 years, 10 months ago
License: MIT
Rating: not yet rated

Categories

Actions

Rate:

Downloads

8 in the last week

Nodes

  • spc

Keywords

  • node-red
  • statistics
  • spc

Maintainers

Contributors

  • Dean Cording