1.0.6 • Published 2 years ago

@regressionhub/core v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Network Scanner JS

A NodeJS library that can perform network diagnostic tests such as latency ping tests, IP address scanning, subnet calculating and SSL certifications and Vendor lookups

Installation

npm install @regressionhub/core

Usage

Initialize a new Class

///Using ES6
import { RegressionModel, AnovaModel } from '@regressionhub/core';

const regression = new RegressionModel(xData, yData);
const anovaModel = new AnovaModel(k, xData.length);
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago