node-red-contrib-prib-functions
Advanced tools
Comparing version 0.17.0 to 0.18.0
{ | ||
"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 @@ |
@@ -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); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1355233
78
6288
321
9