node-red-contrib-spc

0.1.1 • Public • Published

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-red-contrib-spc/

    Package Sidebar

    Install

    npm i node-red-contrib-spc

    Weekly Downloads

    8

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    19.6 kB

    Total Files

    9

    Last publish

    Collaborators

    • martin-doyle