Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-prib-functions

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-prib-functions - npm Package Compare versions

Comparing version 0.17.0 to 0.18.0

matrix/icons/icons8-matrix-desktop-80.png

22

package.json
{
"name": "node-red-contrib-prib-functions",
"version": "0.17.0",
"version": "0.18.0",
"description": "Node-RED added node functions.",

@@ -21,3 +21,3 @@ "dependencies": {

"scripts": {
"test": "mocha \"test/**/e*.js\""
"test": "mocha \"test/matrix/**/*.js\""
},

@@ -30,2 +30,3 @@ "repository": {

"node-red",
"adjoint",
"append",

@@ -37,3 +38,5 @@ "analysis",

"arvo",
"backward substitution",
"compare",
"Complement Minor",
"CMA",

@@ -45,2 +48,3 @@ "cumulative",

"delta",
"determinant",
"distance",

@@ -51,6 +55,13 @@ "euclidian distance",

"Exponential Moving Average",
"forward elimination",
"functions",
"injector",
"gauss jordan",
"Gauss Jordan Inverse",
"gaussian elimination",
"host available",
"host status",
"identity",
"injector",
"inverse",
"inverse matrix",
"Linear Correlation Coefficient",

@@ -60,2 +71,3 @@ "levenshtein distance",

"load injector",
"matrix",
"maximum",

@@ -75,2 +87,4 @@ "mean",

"realtime",
"Reduced Row Echelon Form",
"Row Echelon Form",
"sample variance",

@@ -92,2 +106,3 @@ "sample stddev",

"transform",
"transpose",
"variance",

@@ -111,2 +126,3 @@ "weighted",

"load-injector": "testing/load-injector.js",
"matrix": "matrix/matrixNode.js",
"monitorflow": "monitor/monitorflow.js",

@@ -113,0 +129,0 @@ "os": "nodejs/os.js",

@@ -6,2 +6,3 @@ # [node-red-contrib-prib-functions][2]

* Data Analysis - statistical metrics that has real time option
* Matrix
* Transform

@@ -70,4 +71,34 @@ * Test

------------------------------------------------------------
## Matrix
Define a matrix and perform various functions
* Define / Define Empty / Create / Create Like/ clone"
* Add / Add Row to Row / Add to Cell / Add Row / Subtract Cell
* Multiple / Multiple Cell / Divide Cell / Divide Row
* Transpose
* Adjoint
* Cofactor
* Complement Minor
* Identity
* Inverse
* Determinant
* Backward Substitution
* Forward Elimination
* Gaussian Elimination
* Reduced Row EchelonForm
* Row Echelon Form
* Nearly Equals / Is Square / Get Cell
* Sum Row
* Swap Rows
* To Array Object
![Matrix](documentation/matrix.jpg "Matrix")
------------------------------------------------------------
## Transform

@@ -125,3 +156,3 @@

![Transform AVRO](documentation/transformArvo.JPG "Transform AVRO example")
![Transform AVRO](documentation/transformArvo.jpg "Transform AVRO example")

@@ -253,2 +284,4 @@ For Confluence schema contains a list of schemas in form {"<schema id>",<schema>}

0.18.0 Add matrix node
0.17.0 Add finished wire to load injector

@@ -255,0 +288,0 @@

2

test/dataAnalysis.js

@@ -74,3 +74,3 @@ const assert=require('assert');

describe('Data Anaysis', function() {
describe('Data Anaylsis', function() {
beforeEach(function(done) {

@@ -77,0 +77,0 @@ helper.startServer(done);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc