cheminfo / jsDOE

Design of experiments for JavaScript
MIT License
1 stars 1 forks source link

jsDOE

NPM version build status Test coverage npm download

Design of experiments for JavaScript.

Installation

$ npm i jsDOE

Usage

import {classicHypercube, fullFactorial} from 'js-doe'

classicHypercube(3, 4, '42');
// result is an array of design points 

fullFactorial([2,4,3])
// the result is an array of design point

API Documentation

License

MIT