Multivariate Shapiro Wilk test in JavaScript through R
const mshapiro = require('./');
(async () => {
// Multivariate
await mshapiro([
[...],
[...]
]);
// Univariate
await mshapiro([...]);
})().catch(console.error);| Name | Name | Last commit date | ||
|---|---|---|---|---|